From: Benoît Pin <pin@cri.ensmp.fr> Date: Fri, 4 Apr 2014 15:09:33 +0000 (+0200) Subject: Importation du code de ckeditor 4.3.4 en conservant les développements Plinn et en... X-Git-Url: https://scm.cri.minesparis.psl.eu/git/ckeditor.git/commitdiff_plain/579f65bc95a773bc6f8da75f6849ea49f365368b?ds=sidebyside Importation du code de ckeditor 4.3.4 en conservant les développements Plinn et en ré-initialisant le fichier de configuration. --- diff --git a/skins/ckeditor/CHANGES.html b/skins/ckeditor/CHANGES.html deleted file mode 100644 index 9cb20e6..0000000 --- a/skins/ckeditor/CHANGES.html +++ /dev/null @@ -1,1367 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Changelog — CKEditor</title> - <meta http-equiv="content-type" content="text/html; charset=utf-8" /> - <style type="text/css"> - -#footer hr -{ - margin: 10px 0 15px 0; - height: 1px; - border: solid 1px gray; - border-bottom: none; -} - -#footer p -{ - margin: 0 10px 10px 10px; - float: left; -} - -#footer #copy -{ - float: right; -} - - </style> -</head> -<body> - <h1> - CKEditor Changelog - </h1> - <h3> - CKEditor 3.6.1</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/4556">#4556</a> : Initial support for HTML5 elements.</li> - <li><a href="http://dev.ckeditor.com/ticket/6492">#6492</a> : The Find/Replace dialog window will now be populated with text selected in the editor.</li> - <li><a href="http://dev.ckeditor.com/ticket/7323">#7323</a> : New <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.uiElement.html#align">align</a></code> property in dialog window UI elements for field alignment.</li> - <li><a href="http://dev.ckeditor.com/ticket/6462">#6462</a> : A wider range of CSS length units (like pt and percentage) are now supported in related dialog window fields.</li> - <li><a href="http://dev.ckeditor.com/ticket/7911">#7911</a> : New Remove Anchor option is now available in the context menu.</li> - <li><a href="http://dev.ckeditor.com/ticket/7387">#7387</a> : Allow <code>styleDefinition</code> to be applied to a set of elements.</li> - <li><a href="http://dev.ckeditor.com/ticket/4345">#4345</a> : A new <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#event:langLoaded">langLoaded</a></code> event added to <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html">CKEDITOR.editor</a></code> in order to make it possible to perform "by code" language updates.</li> - <li><a href="http://dev.ckeditor.com/ticket/7959">#7959</a> : The cursor will now blink in the first cell after a table is inserted.</li> - <li><a href="http://dev.ckeditor.com/ticket/7885">#7885</a> : New <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#removeMenuItem">editor::removeMenuItem</a></code> API for removing plugin context menu items introduced.</li> - <li><a href="http://dev.ckeditor.com/ticket/7991">#7991</a> : Introduce the <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.labeledElement.html#controlStyle">controlStyle</a></code> and <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.labeledElement.html#inputStyle">inputStyle</a></code> definitions to allow fine-grained controlling of dialog window element styles.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/7914">#7914</a> : <strong>ATTENTION!</strong> The signature for the <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#setReadOnly">setReadOnly()</a></code> function has been changed, reversing the meaning of the parameter to be passed to it. Please make sure to update your code when upgrading.</li> - <li><a href="http://dev.ckeditor.com/ticket/7657">#7657</a> : Wrong margin mirroring when creating a list from RTL paragraphs.</li> - <li><a href="http://dev.ckeditor.com/ticket/7620">#7620</a> : A glitch in list pasting from Microsoft Word caused by broken child references when filtering.</li> - <li><a href="http://dev.ckeditor.com/ticket/7811">#7811</a> : [IE] Deleting table row throws a JavaScript error.</li> - <li><a href="http://dev.ckeditor.com/ticket/6962">#6962</a> : Changed the <code>CKEDITOR.CTRL</code>, <code>CKEDITOR.SHIFT</code> and <code>CKEDITOR.ALT</code> constant values to avoid collision with any possible Unicode character.</li> - <li><a href="http://dev.ckeditor.com/ticket/6263">#6263</a> : Some table cell context menu options may be incorrectly disabled.</li> - <li><a href="http://dev.ckeditor.com/ticket/6247">#6247</a> : Focus is not restored properly after a drop-down menu is closed.</li> - <li><a href="http://dev.ckeditor.com/ticket/7334">#7334</a> : [IE7] Indentation style does not apply to RTL lists.</li> - <li><a href="http://dev.ckeditor.com/ticket/6845">#6845</a> : Spaces inside the URL field in the Link dialog window will now be removed.</li> - <li><a href="http://dev.ckeditor.com/ticket/7840">#7840</a> : [IE] Opening the Table Properties dialog window via the context menu causes a JavaScript error.</li> - <li><a href="http://dev.ckeditor.com/ticket/7733">#7733</a> : Flash movies inserted with the Flash Properties dialog window are not displaying properly when injected into the page.</li> - <li><a href="http://dev.ckeditor.com/ticket/7837">#7837</a> : [IE<8] Inserting a page break results in an error.</li> - <li><a href="http://dev.ckeditor.com/ticket/7804">#7804</a> : The HTML5 <a href="http://www.w3.org/TR/html-markup/wbr.html"><code>wbr</code></a> tag is now recognized by the editor.</li> - <li><a href="http://dev.ckeditor.com/ticket/7867">#7867</a> : The file browser for the background image in the Document Properties plugin dialog window does not work.</li> - <li><a href="http://dev.ckeditor.com/ticket/7130">#7130</a> : The column resizer gripping area is invading adjacent table cells.</li> - <li><a href="http://dev.ckeditor.com/ticket/7844">#7844</a> : [FF] Calling <code>setData()</code> on a hidden editor caused editor not to display.</li> - <li><a href="http://dev.ckeditor.com/ticket/7860">#7860</a> : The BBCode plugin was stripping BBCode tags that were not implemented in the plugin, but from now on they will be handled as simple text.</li> - <li><a href="http://dev.ckeditor.com/ticket/7321">#7321</a> : [IE6] Contents inside the RTL fields in dialog windows are overflowing.</li> - <li><a href="http://dev.ckeditor.com/ticket/7323">#7323</a> : [IE Quirks] Some fields are not centered in the dialog window.</li> - <li><a href="http://dev.ckeditor.com/ticket/5955">#5955</a> : Editor accessibility issue with JAWS when a drop-down menu is placed as the first item in the toolbar.</li> - <li><a href="http://dev.ckeditor.com/ticket/6671">#6671</a> : [FF] Selection of an item from the Styles drop-down list is not refreshed after the style is removed.</li> - <li><a href="http://dev.ckeditor.com/ticket/7879">#7879</a> : The Style and Height/Width fields of the Table Properties dialog window are not synchronized.</li> - <li><a href="http://dev.ckeditor.com/ticket/7581">#7581</a> : [IE] The <em>Enter</em> key pressed at the end of a list item containing the <code>start</code> attribute crashes the browser.</li> - <li><a href="http://dev.ckeditor.com/ticket/7266">#7266</a> : Dialog window fields that did not pass validation are now ARIA-compatible with <code>aria-invalid</code>.</li> - <li><a href="http://dev.ckeditor.com/ticket/7742">#7742</a> : [WebKit] Indentation, alignment, and language direction are not applied on an empty document without the editor being in focus.</li> - <li><a href="http://dev.ckeditor.com/ticket/7801">#7801</a> : [Opera] Pasted paragraphs now split partially selected blocks.</li> - <li><a href="http://dev.ckeditor.com/ticket/6663">#6663</a> : Table caption that contains rich text is corrupted after an edit done with the Table Properties dialog window.</li> - <li><a href="http://dev.ckeditor.com/ticket/7893">#7893</a> : [WebKit, Opera, IE<8] It is impossible to link to anchors in the document.</li> - <li><a href="http://dev.ckeditor.com/ticket/7637">#7637</a> : Cursor position might in some cases cause problems after inserting a page break.</li> - <li><a href="http://dev.ckeditor.com/ticket/5314">#5314</a> : The <code>aria-selected</code> attribute is not removed when toolbar drop-down menu items are deselected.</li> - <li><a href="http://dev.ckeditor.com/ticket/7749">#7749</a> : Small check introduced to avoid issues with custom data processors and the <code>insertHtml</code> function.</li> - <li><a href="http://dev.ckeditor.com/ticket/7269">#7269</a> : [WebKit] Paste from Word is including the full <code>file://</code> URL path for anchor links.</li> - <li><a href="http://dev.ckeditor.com/ticket/7584">#7584</a> : Start number of the List dialog window now works with numbered list items.</li> - <li><a href="http://dev.ckeditor.com/ticket/6975">#6975</a> : [IE6, IE7] A definition list crashes Internet Explorer on HTML output.</li> - <li><a href="http://dev.ckeditor.com/ticket/7841">#7841</a> : Deleting a column with a cell deleted in one of the rows does not work.</li> - <li><a href="http://dev.ckeditor.com/ticket/7944">#7944</a> : The <em>Enter</em> key should not split or create new paragraphs inside caption elements.</li> - <li><a href="http://dev.ckeditor.com/ticket/7639">#7639</a> : [IE9] Browser might crash when an object is selected in the document.</li> - <li><a href="http://dev.ckeditor.com/ticket/7847">#7847</a> : [IE8] Inserting an image with non-secure source in a HTTPS page breaks the dialog window.</li> - <li><a href="http://dev.ckeditor.com/ticket/7953">#7953</a> : [IE] Text selection lost after the browser context menu is opened.</li> - <li><a href="http://dev.ckeditor.com/ticket/5239">#5239</a> : Inconsistent focus behavior after closing a toolbar drop-down menu.</li> - <li><a href="http://dev.ckeditor.com/ticket/6470">#6470</a> : The Start attribute of a Numbered List is rendered incorrectly if the field is left empty.</li> - <li><a href="http://dev.ckeditor.com/ticket/7324">#7324</a> : [IE6 Quirks] Context menus are not displayed correctly.</li> - <li><a href="http://dev.ckeditor.com/ticket/7566">#7566</a> : BiDi: Increasing indentation of a list item changes the language direction.</li> - <li><a href="http://dev.ckeditor.com/ticket/7839">#7839</a> : [IE] Pasting multi-level numbered lists from Microsoft Word does not work properly.</li> - <li><a href="http://dev.ckeditor.com/ticket/188">#188</a> : [IE] Object selection was making the toolbar inactive in some situations.</li> - <li>Updated the following language files:<ul> - <li><a href="http://dev.ckeditor.com/ticket/7834">#7834</a> : Dutch;</li> - <li><a href="http://dev.ckeditor.com/ticket/7869">#7869</a>, <a href="http://dev.ckeditor.com/ticket/7869">#7999</a> : Welsh;</li> - <li>Polish;</li> - <li>Hebrew;</li> - <li>German</li> - </ul></li> - </ul> - <h3> - CKEditor 3.6</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/7044">#7044</a> : New BBCode sample plugin that makes the editor output (one dialect of) BBCode format.</li> - <li><a href="http://dev.ckeditor.com/ticket/5647">#5647</a> : Accessibility enhancements to the structure of the toolbar.</li> - <li><a href="http://dev.ckeditor.com/ticket/5647">#5647</a> : The Kama skin now presents separators for the toolbar items, making it easier to group buttons and have a cleaner layout.</li> - <li><a href="http://dev.ckeditor.com/ticket/5647">#5647</a> : Usability enhancements to keyboard navigation on the toolbar. The <em>Tab</em> key is now used to jump between toolbar groups, while the <em>Arrow</em> keys can be used to cycle within the group. The new <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.toolbarGroupCycling">toolbarGroupCycling</a></code> setting can be used to change the <em>Arrow</em> keys behavior.</li> - <li><a href="http://dev.ckeditor.com/ticket/1376">#1376</a> : It is now possible to put the editor in the "read-only" state, so that the users would not be able to introduce changes to the contents. Check out the new <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#setReadOnly">CKEDITOR.editor::setReadOnly</a></code> method, the <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#readOnly">CKEDITOR.editor::readOnly</a></code> property, the <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#event:readOnly">CKEDITOR.editor::readOnly</a></code> event, and the <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.readOnly">readOnly</a></code> setting.</li> - <li><a href="http://dev.ckeditor.com/ticket/3582">#3582</a> : New presentation of anchor elements in the WYSIWYG mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/6737">#6737</a> : The Format drop-down list will now display the preview of its contents exactly as defined in their style configurations.</li> - <li><a href="http://dev.ckeditor.com/ticket/6654">#6654</a> : A new <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.autoParagraph">autoParagraph</a></code> configuration setting is added to disable the auto paragraphing feature.</li> - <li><a href="http://dev.ckeditor.com/ticket/901">#901</a> : New Stylesheet Parser (<code>stylesheetparser</code>) plugin that fills the Styles drop-down list based on the CSS classes available for the content. Check the new sample to learn how to use it.</li> - <li><a href="http://dev.ckeditor.com/ticket/2988">#2988</a> : New Document Properties (<code>docprops</code>) plugin that sets the metadata of the page in the Full Page mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/7240">#7240</a> : New Developer Tools (<code>devtools</code>) plugin that shows information about dialog window UI elements to allow for easier customization.</li> - <li><a href="http://dev.ckeditor.com/ticket/6841">#6841</a> : Pressing the <em>Enter</em> key at the end of a pre-formatted block will now exit from it.</li> - <li><a href="http://dev.ckeditor.com/ticket/6850">#6850</a> : The About CKEditor dialog window now contains a link to CKEditor User's Guide.</li> - <li><a href="http://dev.ckeditor.com/ticket/5745">#5745</a> : Extra configuration options for the <code>iframeDialog</code> can now be passed.</li> - <li><a href="http://dev.ckeditor.com/ticket/6589">#6589</a> : The <code>onDialogEvent</code> function will now be used automatically in the <code>iframeDialog</code> contents if no callback is used on creation.</li> - <li><a href="http://dev.ckeditor.com/ticket/7757">#7757</a> : Georgian localization added.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/6774">#6774</a> : Internal styles are not included in the <code>contents.css</code> sample.</li> - <li><a href="http://dev.ckeditor.com/ticket/6521">#6521</a> : Added sample for the TableResize plugin.</li> - <li><a href="http://dev.ckeditor.com/ticket/6664">#6664</a> : Page break is sometimes merged into block-level elements.</li> - <li><a href="http://dev.ckeditor.com/ticket/7594">#7594</a> : Toolbar keyboard navigation is not possible after recreating the editor.</li> - <li><a href="http://dev.ckeditor.com/ticket/6657">#6657</a> : Allow to style the entire dialog window field when the input element is disabled.</li> - <li>Updated the following language files:<ul> - <li>Hebrew;</li> - <li>Polish;</li> - </ul></li> - </ul> - <h3> - CKEditor 3.5.4</h3> - <p> - Fixed issues:</p> - <ul> - <li>Added protection against XSS attacks in PHP samples when displaying element names.</li> - <li><a href="http://dev.ckeditor.com/ticket/7347">#7347</a> : The <em>Enter</em> key will no longer be caught by the dialog window covering the editor.</li> - <li><a href="http://dev.ckeditor.com/ticket/6718">#6718</a> : Paste from Word command overrides the Force Paste as Plain Text configuration.</li> - <li><a href="http://dev.ckeditor.com/ticket/6629">#6629</a> : Padding body is no longer needed when the last block is pre-formatted.</li> - <li><a href="http://dev.ckeditor.com/ticket/4844">#4844</a> : [IE] Dialog windows fail to load if there are too many editor instances on the page.</li> - <li><a href="http://dev.ckeditor.com/ticket/5788">#5788</a> : HTML parser trims empty spaces following <code><br></code> elements.</li> - <li><a href="http://dev.ckeditor.com/ticket/7513">#7513</a> : Invalid markup could cause the editor to hang.</li> - <li><a href="http://dev.ckeditor.com/ticket/6109">#6109</a> : Paste and Paste as Plain Text dialog windows now use the standard <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#commitContent">commitContent</a></code> and <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#setupContent">setupContent</a></code> methods.</li> - <li><a href="http://dev.ckeditor.com/ticket/7588">#7588</a> : The editor code now has a protection system to avoid issues when including <code>ckeditor.js</code> more than once in the page.</li> - <li><a href="http://dev.ckeditor.com/ticket/7322">#7322</a> : Text font plugin now recognizes font family names that contain quotes.</li> - <li><a href="http://dev.ckeditor.com/ticket/7540">#7540</a> : Paste from Word introduces wrong spaces.</li> - <li><a href="http://dev.ckeditor.com/ticket/7697">#7697</a> : Successive calls of the <code>replace()</code> method did not work after SCAYT context menu initialization.</li> - <li>Updated the following language files:<ul> - <li><a href="http://dev.ckeditor.com/ticket/7647">#7647</a> : Slovak;</li> - </ul></li> - </ul> - <h3> - CKEditor 3.5.3</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/4890">#4890</a> : Added the possibility to edit the <code>rel</code> attribute for links.</li> - <li><a href="http://dev.ckeditor.com/ticket/7004">#7004</a> : Allow loading plugin translations even if they are not present in the plugin definition.</li> - <li><a href="http://dev.ckeditor.com/ticket/7315">#7315</a> : Firing the <code>resize</code> event on dialog window instances is now possible.</li> - <li><a href="http://dev.ckeditor.com/ticket/7259">#7259</a> : Dialog window definition allows to specify initial <code>width</code> and <code>height</code> values.</li> - <li><a href="http://dev.ckeditor.com/ticket/7131">#7131</a> : List item numbering is now supported on pasting from Microsoft Word.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/1272">#1272</a> : [WebKit] It is now possible to apply styles to collapsed selections in Safari and Chrome.</li> - <li><a href="http://dev.ckeditor.com/ticket/7054">#7054</a> : The tooltips for special characters are now lowercased, making them more readable.</li> - <li><a href="http://dev.ckeditor.com/ticket/7102">#7102</a> : "Replace DIV" sample did not work when double-clicking inside the formatted text.</li> - <li><a href="http://dev.ckeditor.com/ticket/7088">#7088</a> : Loading of plugins failed on new instances of the editor after the Insert Special Character dialog window was used.</li> - <li><a href="http://dev.ckeditor.com/ticket/6215">#6215</a> : Removal of inline styles now also removes overrides.</li> - <li><a href="http://dev.ckeditor.com/ticket/6144">#6144</a> : Rich text drop-down lists have wrong height when toolbar is wrapped.</li> - <li><a href="http://dev.ckeditor.com/ticket/6387">#6387</a> : AutoGrow may cause an error when editor instance is destroyed too quickly after a height change.</li> - <li><a href="http://dev.ckeditor.com/ticket/6901">#6901</a> : Mixed direction content was not properly respected in a shared toolbar setting.</li> - <li><a href="http://dev.ckeditor.com/ticket/4809">#4809</a> : Table-related tags are output in wrong order.</li> - <li><a href="http://dev.ckeditor.com/ticket/7092">#7092</a> : Corrupted toolbar button state for inline style after switching to Source.</li> - <li><a href="http://dev.ckeditor.com/ticket/6921">#6921</a> : Pasted text marked by SCAYT in one language is not re-checked if another spellchecking language is selected in the editor.</li> - <li><a href="http://dev.ckeditor.com/ticket/6614">#6614</a> : Enhancement of the resize handle in RTL.</li> - <li><a href="http://dev.ckeditor.com/ticket/5924">#5924</a> : Flash plugin now recognizes Flash content without an <code>embed</code> tag.</li> - <li><a href="http://dev.ckeditor.com/ticket/4475">#4475</a> : Protected source in attributes and inline CSS text is not handled correctly.</li> - <li><a href="http://dev.ckeditor.com/ticket/6984">#6984</a> : [FF] Trailing line breaks are lost in <code>ENTER_BR</code>.</li> - <li><a href="http://dev.ckeditor.com/ticket/6987">#6987</a> : [IE] Text selection lost when calling <code>editor::insertHtml</code> from a dialog window in some situations.</li> - <li><a href="http://dev.ckeditor.com/ticket/6865">#6865</a> : BiDi mirroring does not work when a text direction change is done through a dialog window.</li> - <li><a href="http://dev.ckeditor.com/ticket/6966">#6966</a> : [IE] Unintended paragraph is created in an empty document in <code>enterMode</code> set for <code>BR</code> and <code>DIV</code>.</li> - <li><a href="http://dev.ckeditor.com/ticket/7084">#7084</a> : SCAYT dialog window is now working properly with more than one editor instance in a page.</li> - <li><a href="http://dev.ckeditor.com/ticket/6662">#6662</a> : [FF] List structure pasting error caused by a regression from FF3.5.x is now fixed.</li> - <li><a href="http://dev.ckeditor.com/ticket/7300">#7300</a> : Link dialog window now loads numeric values correctly.</li> - <li><a href="http://dev.ckeditor.com/ticket/7330">#7330</a> : New list items no longer inherit the <code>value</code> attribute from their sibling.</li> - <li><a href="http://dev.ckeditor.com/ticket/7293">#7293</a> : The "Automatic" color button is now presented correctly without focus inside the editor.</li> - <li><a href="http://dev.ckeditor.com/ticket/7018">#7018</a> : [IE] Toolbar drop-down lists did not have a border around them.</li> - <li><a href="http://dev.ckeditor.com/ticket/7073">#7073</a> : Image dialog window no longer allows zero height and width value to be entered.</li> - <li><a href="http://dev.ckeditor.com/ticket/7316">#7316</a> : [FF] Clicking on "Paste" button incorrectly breaks the line at the cursor position.</li> - <li><a href="http://dev.ckeditor.com/ticket/6751">#6751</a> : Inline whitespaces are incorrectly stripped when pasting from Word.</li> - <li><a href="http://dev.ckeditor.com/ticket/6236">#6236</a> : [IE] Fixing malformed nested list structure which was introduced by the <em>Backspace</em> key.</li> - <li><a href="http://dev.ckeditor.com/ticket/6649">#6649</a> : [IE] Selection of the full table sometimes does not work.</li> - <li><a href="http://dev.ckeditor.com/ticket/6946">#6946</a> : HTML parser is now able to fix orphan list items.</li> - <li><a href="http://dev.ckeditor.com/ticket/6861">#6861</a> : Indenting a list item should retain the text direction.</li> - <li><a href="http://dev.ckeditor.com/ticket/6938">#6938</a> : Outdenting a list item should retain the text direction.</li> - <li><a href="http://dev.ckeditor.com/ticket/6849">#6849</a> : Correct <em>Enter</em> key behavior on list item.</li> - <li><a href="http://dev.ckeditor.com/ticket/7113">#7113</a> : [WebKit] Undesired document scroll on click after scrolling.</li> - <li><a href="http://dev.ckeditor.com/ticket/6491">#6491</a> : Undesired Image dialog window dimension lock reset on URL change.</li> - <li><a href="http://dev.ckeditor.com/ticket/7284">#7284</a> : [FF Quirks] Maximize now works correctly.</li> - <li><a href="http://dev.ckeditor.com/ticket/6609">#6609</a> : [IE9] Browser in high contrast mode is not properly detected.</li> - <li><a href="http://dev.ckeditor.com/ticket/7222">#7222</a> : [WebKit] Impossible to apply a single style to a collapsed selection without giving the editor focus.</li> - <li><a href="http://dev.ckeditor.com/ticket/7180">#7180</a> : [IE9] When using Kama skin and RTL layout dialog window buttons were not being displayed correctly.</li> - <li><a href="http://dev.ckeditor.com/ticket/7182">#7182</a> : [IE9] When using Office2003/v2 skin and RTL layout dialog window shadows were corrupted.</li> - <li><a href="http://dev.ckeditor.com/ticket/6913">#6913</a> : Invalid escape sequence (<code>\b</code>) was used in the PHP integration.</li> - <li><a href="http://dev.ckeditor.com/ticket/5757">#5757</a> : [IE6] Text was not wrapping in the accessibility instructions dialog window.</li> - <li><a href="http://dev.ckeditor.com/changeset/6604">[6604]</a> : <code>Xml.js</code> and <code>Ajax.js</code> are now available as plugins ('xml' and 'ajax').</li> - <li><a href="http://dev.ckeditor.com/ticket/7304">#7304</a> : Microsoft Word cleanup function is not always invoked when clicking on the "Paste From Word" button.</li> - <li><a href="http://dev.ckeditor.com/ticket/6658">#6658</a> : [IE] Pasting text from Microsoft Word with one or more tabs between list items was failing.</li> - <li><a href="http://dev.ckeditor.com/ticket/7433">#7433</a> : [IE9] <code>ENTER_BR</code> at the end of a block breaks due to an IE9 regression.</li> - <li><a href="http://dev.ckeditor.com/ticket/7432">#7432</a> : [WebKit] Unable to create a new list in an empty document.</li> - <li><a href="http://dev.ckeditor.com/ticket/4880">#4880</a> : CKEditor changes tag style inside HTML comment with <code>cke_protected</code>.</li> - <li><a href="http://dev.ckeditor.com/ticket/7023">#7023</a> : [IE] JavaScript error when a Selection Field is inserted into a page.</li> - <li><a href="http://dev.ckeditor.com/ticket/7034">#7034</a> : Inserting special characters into styled text.</li> - <li><a href="http://dev.ckeditor.com/ticket/7132">#7132</a> : Paste toolbar buttons are becoming disabled.</li> - <li><a href="http://dev.ckeditor.com/ticket/7138">#7138</a> : The <code>api.html</code> sample in Opera does not work as expected.</li> - <li><a href="http://dev.ckeditor.com/ticket/7160">#7160</a> : Cannot paste the form element on top of the page.</li> - <li><a href="http://dev.ckeditor.com/ticket/7171">#7171</a> : Double-clicking an image in non-editable content opens the editing dialog window.</li> - <li><a href="http://dev.ckeditor.com/ticket/7455">#7455</a> : Extra line break is added automatically to the preformatted element.</li> - <li><a href="http://dev.ckeditor.com/ticket/7467">#7467</a> : [Firefox] Extra <code>br</code> element is added in a nested list.</li> - <li>Updated the following language files:<ul> - <li><a href="http://dev.ckeditor.com/ticket/7124">#7124</a> : Czech;</li> - <li><a href="http://dev.ckeditor.com/ticket/7126">#7126</a> : French;</li> - <li><a href="http://dev.ckeditor.com/ticket/7140">#7140</a> : Catalan;</li> - <li><a href="http://dev.ckeditor.com/ticket/7215">#7215</a> : Faroese;</li> - <li><a href="http://dev.ckeditor.com/ticket/7177">#7177</a> : Finnish;</li> - <li><a href="http://dev.ckeditor.com/ticket/7163">#7163</a> : Norwegian (no and nb);</li> - <li><a href="http://dev.ckeditor.com/ticket/7219">#7219</a> : Swedish;</li> - <li><a href="http://dev.ckeditor.com/ticket/7183">#7183</a> : Afrikaans;</li> - <li>Hebrew;</li> - <li>Spanish;</li> - <li>Polish;</li> - <li>German;</li> - </ul></li> - </ul> - <h3> - CKEditor 3.5.2</h3> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/7168">#7168</a> : [IE9] Destroying an editor instance throws an error.</li> - <li><a href="http://dev.ckeditor.com/ticket/7169">#7169</a> : [IE9] Menu item has incorrect height.</li> - <li><a href="http://dev.ckeditor.com/ticket/7178">#7178</a> : [IE9] Read-only attributes do not work in IE9.</li> - <li><a href="http://dev.ckeditor.com/ticket/7181">#7181</a> : [IE9] Toolbar items are not aligned in v2 and Office2003 skins.</li> - <li><a href="http://dev.ckeditor.com/ticket/7174">#7174</a> : [IE9] Elements path does not load correctly when the editor is switched back from Source to WYSIWYG.</li> - </ul> - <h3> - CKEditor 3.5.1</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/6107">#6107</a> : It is now possible to remove block styles using Styles and Paragraph Format drop-down lists.</li> - <li><a href="http://dev.ckeditor.com/ticket/5590">#5590</a> : Remove Format command works in collapsed selections.</li> - <li><a href="http://dev.ckeditor.com/ticket/5755">#5755</a> : The <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.dialog_buttonsOrder">dialog_buttonsOrder</a></code> option now works in Internet Explorer.</li> - <li><a href="http://dev.ckeditor.com/ticket/6869">#6869</a> : The <code>data-cke-nostyle</code> attribute (which was introduced for escaping the element from been influenced by the style system since 3.5) is deprecated in favor of the new <code>data-nostyle</code> attribute.</li> - <li>Revised sample pages with code examples and clarifications.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/5855">#5855</a> : Updating a link multiple times generates wrong <code>href</code> attribute.</li> - <li><a href="http://dev.ckeditor.com/ticket/6166">#6166</a> : Error on Maximize command, when the toolbar button is not shown.</li> - <li><a href="http://dev.ckeditor.com/ticket/6607">#6607</a> : Table cell "merge down" and "merge right" commands work only once.</li> - <li><a href="http://dev.ckeditor.com/ticket/6228">#6228</a> : Merge down does not work, throwing a JavasSript error.</li> - <li><a href="http://dev.ckeditor.com/ticket/6625">#6625</a> : BIDI: Mixed LTR/RTL direction causes incorrect behavior.</li> - <li><a href="http://dev.ckeditor.com/ticket/6881">#6881</a> : IFrame capitalization is now consistent throughout labels.</li> - <li><a href="http://dev.ckeditor.com/ticket/6686">#6686</a> : BIDI: [FF] When we apply explicit language direction to a numbered/bulleted list, the corresponding language direction toolbar icon is not highlighted.</li> - <li><a href="http://dev.ckeditor.com/ticket/6566">#6566</a> : It is now possible to exit a blockquote using <code>ENTER_BR</code>.</li> - <li><a href="http://dev.ckeditor.com/ticket/6868">#6868</a> : Partial (invalid) list structure crashes the editor on load.</li> - <li><a href="http://dev.ckeditor.com/ticket/6804">#6804</a> : Buggy behavior when editing the <code>legend</code> element inside a <code>fieldset</code>.</li> - <li><a href="http://dev.ckeditor.com/ticket/6724">#6724</a> : [IE7] Nested list display bug on empty list item.</li> - <li><a href="http://dev.ckeditor.com/ticket/6715">#6715</a> : List items do not create paragraphs after the list placed in a table cell is removed.</li> - <li><a href="http://dev.ckeditor.com/ticket/6695">#6695</a> : [Webkit] Display bug after the editor is restored from the full screen mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/6661">#6661</a> : [IE] Pre-formatted style does not preserve applied text direction.</li> - <li><a href="http://dev.ckeditor.com/ticket/6655">#6655</a> : Using the editor resize grip causes small visual offsets.</li> - <li><a href="http://dev.ckeditor.com/ticket/6604">#6604</a> : The <code>div</code> element should be used as a formatting block in <code>ENTER_BR</code>.</li> - <li><a href="http://dev.ckeditor.com/ticket/6249">#6249</a> : BIDI: List item bullets are off viewport with RTL text direction.</li> - <li><a href="http://dev.ckeditor.com/ticket/6610">#6610</a> : BIDI: <code>ENTER_BR</code> change direction in one line out of multiple.</li> - <li><a href="http://dev.ckeditor.com/ticket/6872">#6872</a> : [IE] Link target field is not populated properly when no target is set.</li> - <li><a href="http://dev.ckeditor.com/ticket/6880">#6880</a> : Samples: Added a user-friendly message for users on servers without PHP support.</li> - <li><a href="http://dev.ckeditor.com/ticket/6628">#6628</a> : Setting <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.enterMode">config.enterMode</a></code> from PHP fails.</li> - <li><a href="http://dev.ckeditor.com/ticket/6278">#6278</a> : Comments were moved above the <code>br</code> tags.</li> - <li><a href="http://dev.ckeditor.com/ticket/6687">#6687</a> : Empty tag should be removed in inline-style format.</li> - <li><a href="http://dev.ckeditor.com/ticket/6645">#6645</a> : Allow to configure whether " (double quotes) characters should be encoded in the contents.</li> - <li><a href="http://dev.ckeditor.com/ticket/6336">#6336</a> : IE: (double)clicking an <code>input type="submit"</code> button submitted the form.</li> - <li><a href="http://dev.ckeditor.com/ticket/6646">#6646</a> : Context menu was not working for text inputs present in the initial content.</li> - <li><a href="http://dev.ckeditor.com/ticket/6641">#6641</a> : Copying and pasting links inside the editor was not working.</li> - <li><a href="http://dev.ckeditor.com/ticket/4208">#4208</a> : The <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.disableObjectResizing">disableObjectResizing</a></code> setting now works in IE.</li> - <li><a href="http://dev.ckeditor.com/ticket/6242">#6242</a> : [IE] Editing existing links with <code>href</code> of a relative path mangles containing text.</li> - <li><a href="http://dev.ckeditor.com/ticket/5930">#5930</a> : [IE] Style definitions are no longer lowercased.</li> - <li><a href="http://dev.ckeditor.com/ticket/5361">#5361</a> : Preview window's title should reflect the title tag in full page mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/5522">#5522</a> : [IE] In versions < 8 or compatibility mode, <code>type="text"</code> was missing in text fields.</li> - <li><a href="http://dev.ckeditor.com/ticket/6126">#6126</a> : [IE] Avoid problems if there are two buttons named "submit".</li> - <li><a href="http://dev.ckeditor.com/ticket/6791">#6791</a> : [IE7] Editor did not show up when the name of a replaced textarea matched the name of a <code>meta</code> tag in the page.</li> - <li><a href="http://dev.ckeditor.com/ticket/5684">#5684</a> : [FF] When <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.forcePasteAsPlainText">forcePasteAsPlainText</a></code> is used, the cursor disappears after paste.</li> - <li><a href="http://dev.ckeditor.com/ticket/6390">#6390</a> : Prevent toolbar dialog window buttons from being clicked twice.</li> - <li><a href="http://dev.ckeditor.com/ticket/6684">#6684</a> : [Webkit] Toolbar buttons are not wrapping correctly when the editor is displayed inside a table.</li> - <li><a href="http://dev.ckeditor.com/ticket/6703">#6703</a> : [IE] editor <code>focus</code> event not fired in an instance, when a dialog window closes.</li> - <li><a href="http://dev.ckeditor.com/ticket/6873">#6873</a> : Difficult to drag the resize grip of the spell checker dialog window.</li> - <li><a href="http://dev.ckeditor.com/ticket/6896">#6896</a> : [Webkit] Unable to paste into source area when the editor is maximized.</li> - <li><a href="http://dev.ckeditor.com/ticket/6020">#6020</a> : The state of the Cut, Copy, and Paste toolbar now matches the state of the context menu buttons.</li> - <li><a href="http://dev.ckeditor.com/ticket/5256">#5256</a> : JavaScript error thrown when percent (%) sign is used in image URL.</li> - <li><a href="http://dev.ckeditor.com/ticket/6577">#6577</a> : [FF] Selection error when an element containing the editor instance is hidden.</li> - <li><a href="http://dev.ckeditor.com/ticket/5500">#5500</a> : [IE] <code>value</code> attribute of text input dialog window field was missing.</li> - <li><a href="http://dev.ckeditor.com/ticket/6665">#6665</a> : [IE] <code>name</code> field of Link dialog window was missing.</li> - <li><a href="http://dev.ckeditor.com/ticket/6639">#6639</a> : Line-breaks inside pasted list item from Microsoft Word break the list structure.</li> - <li><a href="http://dev.ckeditor.com/ticket/6909">#6909</a> : [IE] GIF icons of toolbar button from custom plugins are not diplayed in zoom level 100%.</li> - <li><a href="http://dev.ckeditor.com/ticket/6860">#6860</a> : [FF] Double-clicking the placeholder element in order to open a Placeholder dialog window throws a JavaScript error.</li> - <li><a href="http://dev.ckeditor.com/ticket/6630">#6630</a> : Empty <code>pre</code> elements are output differently in various browsers.</li> - <li><a href="http://dev.ckeditor.com/ticket/6568">#6568</a> : Insert table row/column does not work with spanning.</li> - <li><a href="http://dev.ckeditor.com/ticket/6735">#6735</a> : Inaccurate read-only selection detection.</li> - <li><a href="http://dev.ckeditor.com/ticket/6728">#6728</a> : BIDI: Change direction does not work with list nested inside a blockquote.</li> - <li><a href="http://dev.ckeditor.com/ticket/6432">#6432</a> : Inserting a table in place of a fully selected list results in a JavaScript error.</li> - <li><a href="http://dev.ckeditor.com/ticket/6438">#6438</a> : [IE] Performance enhancement when typing inside an element with many child nodes.</li> - <li><a href="http://dev.ckeditor.com/ticket/6970">#6970</a> : [IE] Dialog window shadows were presented inaccurately.</li> - <li><a href="http://dev.ckeditor.com/ticket/6672">#6672</a> : [IE] Unnecessary <code>br</code> element is no longer inserted after a form.</li> - <li><a href="http://dev.ckeditor.com/ticket/7087">#7087</a> : [FF] Sometimes it was not possible to move cursor out of link at the end of block.</li> - <li>Updated the following language files:<ul> - <li><a href="http://dev.ckeditor.com/ticket/6981">#6981</a> : English (GB);</li> - <li><a href="http://dev.ckeditor.com/ticket/6991">#6991</a> : Finnish;</li> - <li><a href="http://dev.ckeditor.com/ticket/6357">#6357</a> : French;</li> - <li><a href="http://dev.ckeditor.com/ticket/7055">#7055</a> : Polish;</li> - <li><a href="http://dev.ckeditor.com/ticket/7068">#7068</a> : German;</li> - </ul></li> - </ul> - <h3> - CKEditor 3.5</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/4090">#4090</a> : Full Adobe AIR support.</li> - <li><a href="http://dev.ckeditor.com/ticket/5084">#5084</a> : Dialog windows are now resizable with a grip located in the footer.</li> - <li><a href="http://dev.ckeditor.com/ticket/5755">#5755</a> : Introduced the <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.dialog_buttonsOrder">dialog_buttonsOrder</a> setting, making it possible to control the buttons order.</li> - <li><a href="http://dev.ckeditor.com/ticket/4648">#4648</a> : Added the new iFrame plugin.</li> - <li><a href="http://dev.ckeditor.com/ticket/6010">#6010</a> : The Automatic option of the font/background color panel now represents the real color.</li> - <li><a href="http://dev.ckeditor.com/ticket/5654">#5654</a> : New "placeholder" plugin.</li> - <li><a href="http://dev.ckeditor.com/ticket/6334">#6334</a> : CKEditor now uses <a href="http://www.w3.org/TR/2010/WD-html5-20101019/elements.html#embedding-custom-non-visible-data-with-the-data-attributes">HTML5's data-* attributes</a> for its internal attributes.</li> - <li><a href="http://dev.ckeditor.com/ticket/6103">#6103</a> : It's now possible to control the styling of inline read-only elements with the <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.disableReadonlyStyling">disableReadonlyStyling</a> setting. It's also possible to avoid inline-styling any element by setting its "data-cke-nostyle" attribute to "1".</li> - <li><a href="http://dev.ckeditor.com/ticket/5404">#5404</a> : <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.fillEmptyBlocks">fillEmptyBlocks</a> configuration option of v2 is now available.</li> - <li><a href="http://dev.ckeditor.com/ticket/5367">#5367</a> : New <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertText">CKEDITOR.editor#insertText</a> method (check api.html sample page for usages) is now provided to insert plain text into editor.</li> - <li><a href="http://dev.ckeditor.com/ticket/5367">#5915</a> : New <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.removeDialogTabs">removeDialogTabs</a> configuration option to hide certain dialog tabs.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/4821">#4821</a> : Icons in the toolbar were distorted with IE and zoom != 100%.</li> - <li><a href="http://dev.ckeditor.com/ticket/5587">#5587</a> : Visual improvements in dialogs, reinforce field label on separate line.</li> - <li><a href="http://dev.ckeditor.com/ticket/4652">#4652</a> : Now it's able to disable editor context menu by simply removing the "contextmenu" plugin.</li> - <li><a href="http://dev.ckeditor.com/ticket/5599">#5599</a> : Labels of "specialchar" dialog are now translated.</li> - <li><a href="http://dev.ckeditor.com/ticket/6419">#6419</a> : [IE] List creation by merging problem.</li> - <li><a href="http://dev.ckeditor.com/ticket/6502">#6502</a> : Removed IE6 image preloading, which was used to defect the duplicate request of background images.</li> - <li><a href="http://dev.ckeditor.com/ticket/6822">#6822</a> : Added labels to fake objects.</li> - <li><a href="http://dev.ckeditor.com/ticket/6898">#6898</a> : [IE6] Toolbar icons becomes invisible in RTL.</li> - <li>Updated the following language files:<ul> - <li>Hebrew</li> - </ul></li> - </ul> - <h3> - CKEditor 3.4.3</h3> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/6554">#6554</a> : [Webkit] cannot type after inserting Page Break.</li> - <li><a href="http://dev.ckeditor.com/ticket/6569">#6569</a> : Indentation now complies with text direction of the only item.</li> - <li><a href="http://dev.ckeditor.com/ticket/6579">#6579</a> : The jQuery adapter was not working properly and was turned on in incompatible environments.</li> - <li><a href="http://dev.ckeditor.com/ticket/6644">#6644</a> : Restrict <code>onmousedown</code> handler to the toolbar area.</li> - <li><a href="http://dev.ckeditor.com/ticket/6656">#6656</a> : Panelbutton's buttons became active when clicking on Source.</li> - <li><a href="http://dev.ckeditor.com/ticket/6248">#6248</a> : Whitespaces (<code>nbsp</code> elements) were incorrectly added into empty table cells and list items.</li> - <li><a href="http://dev.ckeditor.com/ticket/6575">#6575</a> : Tabs disappearing in Link dialog window after a specific sequence of actions.</li> - <li><a href="http://dev.ckeditor.com/ticket/6510">#6510</a> : Margin mirroring does not respect style configuration.</li> - <li><a href="http://dev.ckeditor.com/ticket/6471">#6471</a> : BIDI: Pressing Decrease Indent in an RTL bulleted list causes incorrect behaviour.</li> - <li><a href="http://dev.ckeditor.com/ticket/6479">#6479</a> : BIDI: Language direction is not being preserved when pressing Enter after a Paragraph Format was applied.</li> - <li><a href="http://dev.ckeditor.com/ticket/6670">#6670</a> : BIDI: Indent & List icons are not reversed when we apply RTL direction to a paragraph with any of Paragraph Formatting options.</li> - <li><a href="http://dev.ckeditor.com/ticket/6640">#6640</a> : Floating panels are now being closed when switching modes.</li> - <li><a href="http://dev.ckeditor.com/ticket/4790">#4790</a> : Remove list with multiple items in <code>enterBr</code> doesnot preserve line breaks.</li> - <li><a href="http://dev.ckeditor.com/ticket/6297">#6297</a> : Floated inline elements are not taking part in behavior of blocks anymore.</li> - <li><a href="http://dev.ckeditor.com/ticket/6171">#6171</a> : [Firefox] Opening rich content drop-down list scrolls host page to the top when editor has a vertical scrollbar.</li> - <li><a href="http://dev.ckeditor.com/ticket/6330">#6330</a> : List markers from MS Word with Roman numbering are not preserved.</li> - <li><a href="http://dev.ckeditor.com/ticket/6720">#6720</a> : Attribute protection might detect wrong elements.</li> - <li><a href="http://dev.ckeditor.com/ticket/6580">#6580</a> : [IE9] Flash dialog window does not get filled up.</li> - <li><a href="http://dev.ckeditor.com/ticket/6447">#6447</a> : Decreasing indentation of a list with <code>indentClasses</code> config does not work.</li> - <li><a href="http://dev.ckeditor.com/ticket/5894">#5894</a> : Adding custom buttons at the bottom of a dialog window does not cause it to expand to include its contents.</li> - <li><a href="http://dev.ckeditor.com/ticket/6513">#6513</a> : Wrong ARIA attributes created on list options of Styles drop-down list.</li> - <li><a href="http://dev.ckeditor.com/ticket/6150">#6150</a> : [Safari] Color dialog window was broken.</li> - <li><a href="http://dev.ckeditor.com/ticket/6747">#6747</a> : Full screen layout issue caused by page element focus outside editor.</li> - <li><a href="http://dev.ckeditor.com/ticket/6779">#6779</a> : Clicking the <code>body</code> element on elements path turns the selection on and off immediately.</li> - <li><a href="http://dev.ckeditor.com/ticket/6781">#6781</a> : [IE7] Dialog windows are broken with RTL, Office 2003 and v2 skins.</li> - <li><a href="http://dev.ckeditor.com/ticket/6798">#6798</a> : [IE7] Dialog window buttons disappearing in RTL after dragging.</li> - <li><a href="http://dev.ckeditor.com/ticket/6806">#6806</a> : [IE7] Dialog window buttons invisible on focus.</li> - <li><a href="http://dev.ckeditor.com/ticket/6588">#6588</a> : Copy and paste adds <code><span></code> if SCAYT is enabled.</li> - <li><a href="http://dev.ckeditor.com/ticket/6673">#6673</a> : IE Target combo for Image Link shown as blank even when we select <code><not set></code> as an option.</li> - <li>Updated the following language files:<ul> - <li><a href="http://dev.ckeditor.com/ticket/6756">#6756</a> : Hungarian;</li> - <li><a href="http://dev.ckeditor.com/ticket/6794">#6794</a> : Japanese;</li> - </ul></li> - </ul> - <h3> - CKEditor 3.4.2</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/5024">#5024</a> : Added a sample that shows how to output HTML that is valid for Flash.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/5237">#5237</a> : English text in dialogs' title was flipped when using RTL language (office2003 and v2 skins).</li> - <li><a href="http://dev.ckeditor.com/ticket/6289">#6289</a> : Deleting nested table removed the parent cell.</li> - <li><a href="http://dev.ckeditor.com/ticket/6341">#6341</a> : The editor contents now have the text cursor.</li> - <li><a href="http://dev.ckeditor.com/ticket/6153">#6153</a> : Chrome: tab focus is wrong.</li> - <li><a href="http://dev.ckeditor.com/ticket/6261">#6261</a> : Focus and infinite loop between multiple editors.</li> - <li><a href="http://dev.ckeditor.com/ticket/6170">#6170</a> : Dedicated class names are removed from floating panels when opening another panel.</li> - <li><a href="http://dev.ckeditor.com/ticket/6339">#6339</a> : Autogrow plugin now doesn't work on maximized editors.</li> - <li><a href="http://dev.ckeditor.com/ticket/6237">#6237</a> : BIDI: Applying same language direction to all paragraphs not working.</li> - <li><a href="http://dev.ckeditor.com/ticket/6353">#6353</a> : [IE] Resize was broken with office2003 and v2 skins.</li> - <li><a href="http://dev.ckeditor.com/ticket/6375">#6375</a> : Avoiding errors when hiding the editor after the blur event.</li> - <li><a href="http://dev.ckeditor.com/ticket/6133">#6133</a> : Styled paragraphs result on buggy list creation.</li> - <li><a href="http://dev.ckeditor.com/ticket/5074">#5074</a> : Link target is not removed when changing to popup.</li> - <li><a href="http://dev.ckeditor.com/ticket/6408">#6408</a> : [IE] Autogrow now works correctly on Quirks.</li> - <li><a href="http://dev.ckeditor.com/ticket/6420">#6420</a> : [IE] The table properties dialog now correctly retrieves the caption text.</li> - <li><a href="http://dev.ckeditor.com/ticket/6141">#6141</a> : It was impossible to outdent a list when indentOffset was set to 0.</li> - <li><a href="http://dev.ckeditor.com/ticket/6377">#6377</a> : FF width and height are not shown for smiley in Image properties dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/5399">#5399</a> : Lists pasted from Word do not maintain their nesting.</li> - <li><a href="http://dev.ckeditor.com/ticket/6225">#6225</a> : [FF] Cannot transform several lines to list with enterMode BR.</li> - <li><a href="http://dev.ckeditor.com/ticket/6467">#6467</a> : [FF] It is now possible to disable the plugin command on "mode" event.</li> - <li><a href="http://dev.ckeditor.com/ticket/6461">#6461</a> : Attributes are now being kept when changing block formatting.</li> - <li><a href="http://dev.ckeditor.com/ticket/6226">#6226</a> : BIDI: Language direction applied to a Paragraph is removed when we apply one of Paragraph formatting options.</li> - <li><a href="http://dev.ckeditor.com/ticket/5395">#5395</a> : [Opera] Native context menu incorrectly opened after Opera 10.2.</li> - <li><a href="http://dev.ckeditor.com/ticket/6444">#6444</a> : [Opera] Close panels and dialogs don't return focus to wysiwyg frame.</li> - <li><a href="http://dev.ckeditor.com/ticket/6332">#6332</a> : IE: V2 skin bottom dialog's border broken.</li> - <li><a href="http://dev.ckeditor.com/ticket/5646">#5646</a> : Parser incorrectly removes inline element when there's only one comment node enclosed.</li> - <li><a href="http://dev.ckeditor.com/ticket/6189">#6189</a> : Minor code size reduction.</li> - <li><a href="http://dev.ckeditor.com/ticket/5045">#5045</a> : uiColor behaved wrong if multiple editors were used with period in their names.</li> - <li><a href="http://dev.ckeditor.com/ticket/5766">#5766</a> : Config entry "ignoreEmptyParagraph" should only remove one single empty paragraph in document.</li> - <li><a href="http://dev.ckeditor.com/ticket/5931">#5931</a> : Unable to apply inline style because of nested elements with same style name.</li> - <li><a href="http://dev.ckeditor.com/ticket/6083">#6083</a> : Dialog close sometimes cause collapsed editor selection before the insertion.</li> - <li><a href="http://dev.ckeditor.com/ticket/6253">#6253</a> : BIDI: creating a Numbered/Bulleted list causing improper behavior on bidi.</li> - <li><a href="http://dev.ckeditor.com/ticket/4023">#4023</a> : [Opera] Maximize plugin.</li> - <li><a href="http://dev.ckeditor.com/ticket/6403">#6403</a> : [Opera] Font name options are not correctly marked in dropdown list.</li> - <li><a href="http://dev.ckeditor.com/ticket/4534">#4534</a> : [Opera] Arrow key to navigate through combo list has side effects of window scrolling.</li> - <li><a href="http://dev.ckeditor.com/ticket/6534">#6534</a> : [Opera] Menu key brings up both CKEditor and browser context menu.</li> - <li><a href="http://dev.ckeditor.com/ticket/6534">#6534</a> : [Opera] Menu key brings up both CKEditor and browser context menu.</li> - <li><a href="http://dev.ckeditor.com/ticket/6416">#6416</a> : [IE9] Unable to make text selection with mouse in source area.</li> - <li><a href="http://dev.ckeditor.com/ticket/6417">#6417</a> : [IE9] Context menu opens at the upper-left corner always.</li> - <li><a href="http://dev.ckeditor.com/ticket/6501">#6501</a> : [IE9] Context menu item layout is broken.</li> - <li><a href="http://dev.ckeditor.com/ticket/6099">#6099</a> : BIDI: when we apply explicit language direction to Numbered/Bulleted List the corresponding BIDI Tool bar icon is not highlighted in the Toolbar.</li> - <li><a href="http://dev.ckeditor.com/ticket/6100">#6100</a> : BIDI: when we change Table language direction indentation of text in Table cells is not applied correctly.</li> - <li><a href="http://dev.ckeditor.com/ticket/6376">#6376</a> : BIDI: buttons should not toggle the base language direction.</li> - <li><a href="http://dev.ckeditor.com/ticket/6235">#6235</a> : BIDI: Applying direction to multi-paragraph selection within a div.</li> - <li><a href="http://dev.ckeditor.com/ticket/6187">#6187</a> : [IE6] Multi-instance loading produces 404s on background images.</li> - <li><a href="http://dev.ckeditor.com/ticket/5446">#5446</a> : Setting config.filebrowserImageBrowseUrl results in displaying also Browser Server on links.</li> - <li><a href="http://dev.ckeditor.com/ticket/5626">#5626</a> : CKeditor 3.2.1 : html content attached makes ckeditor crash the browser FF/IE.</li> - <li><a href="http://dev.ckeditor.com/ticket/6508">#6508</a> : BiDi: Margin mirroring logic doesn't honor CSS direction.</li> - <li><a href="http://dev.ckeditor.com/ticket/6043">#6043</a> : BIDI: When we apply RTL direction to a right aligned Paragraph, Paragraph is not moved to the left & Alignment of Paragraph is not changed.</li> - <li><a href="http://dev.ckeditor.com/ticket/6485">#6485</a> : BIDI: When direction is applied on partial selected list, the style is been incorrectly applied to the entire list.</li> - <li><a href="http://dev.ckeditor.com/ticket/6087">#6087</a> : Cursor of input fields in dialog isn't visible in RTL.</li> - <li><a href="http://dev.ckeditor.com/ticket/5595">#5595</a> : Extra leading spaces added in preformatted block.</li> - <li><a href="http://dev.ckeditor.com/ticket/6094">#6094</a> : Match full word option doesn't stop on block boundaries.</li> - <li><a href="http://dev.ckeditor.com/ticket/5730">#5730</a> : [Safari] Continual pastes (holding paste key) breaks document contents.</li> - <li><a href="http://dev.ckeditor.com/ticket/5850">#5850</a> : [IE] Inline style misbehaviors at the beginning of numbered/bulleted list.</li> - <li>Updated the following language files:<ul> - <li><a href="http://dev.ckeditor.com/ticket/6427">#6427</a> : Ukrainian;</li> - <li><a href="http://dev.ckeditor.com/ticket/6464">#6464</a> : Finnish;</li> - <li>Hebrew;</li> - </ul></li> - </ul> - <h3> - CKEditor 3.4.1</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/5308">#5308</a> : Introduced the <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.filebrowserWindowFeatures">filebrowserWindowFeatures</a> setting, making it possible to have custom window features in the file browser window.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/6027">#6027</a> : Modifying Table Properties by selecting more than one cell caused issues.</li> - <li><a href="http://dev.ckeditor.com/ticket/6146">#6146</a> : IE: Floating panels were being opened in the wrong place in RTL pages with horizontal scrollbars.</li> - <li><a href="http://dev.ckeditor.com/ticket/6055">#6055</a> : The timestamp is now added only once to each loaded file.</li> - <li><a href="http://dev.ckeditor.com/ticket/6097">#6097</a> : The bookmarks now use the right name.</li> - <li><a href="http://dev.ckeditor.com/ticket/5717">#5717</a> : Removed the scayt_contextMenuOntop setting and the SCAYT context menu options are always on top.</li> - <li><a href="http://dev.ckeditor.com/ticket/5956">#5956</a> : [FF] It was impossible to create an editor inside an hidden container.</li> - <li><a href="http://dev.ckeditor.com/ticket/5753">#5753</a> : It was impossible to have a default value for the name field in the select dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/6041">#6041</a> : BIDI: Direction of Increase Indent & Decrease Indent icons are not reversed after changing Lang direction to RTL.</li> - <li><a href="http://dev.ckeditor.com/ticket/6138">#6138</a> : List indentation is not working.</li> - <li><a href="http://dev.ckeditor.com/ticket/5649">#5649</a> : Image dialog too wide when many styles are set.</li> - <li><a href="http://dev.ckeditor.com/ticket/5715">#5715</a> : Cell color picker dialog returns focus to document.</li> - <li><a href="http://dev.ckeditor.com/ticket/6108">#6108</a> : Fixed div style.</li> - <li><a href="http://dev.ckeditor.com/ticket/5336">#5336</a> : Remove object style.</li> - <li><a href="http://dev.ckeditor.com/ticket/6155">#6155</a> : [[FF]] Modifying Table Header Properties by selecting first Row, causing several issues.</li> - <li><a href="http://dev.ckeditor.com/ticket/6163">#6163</a> : Focus not going to Tabs in Image dialog when we went to Edit the Image.</li> - <li><a href="http://dev.ckeditor.com/ticket/6177">#6177</a> : IE we can't start Numbered/Bulleted list on a Empty page.</li> - <li><a href="http://dev.ckeditor.com/ticket/5413">#5413</a> : Browser error after pasting html table in CKEditor.</li> - <li><a href="http://dev.ckeditor.com/ticket/6034">#6034</a> : Horizontal Alignment applied to Table cell is not updated correctly in the Toolbar.</li> - <li><a href="http://dev.ckeditor.com/ticket/6112">#6112</a> : BIDI: Alignment set to text in Table cell is not shown in the Tool bar when we press Enter to start a new Paragraph.</li> - <li><a href="http://dev.ckeditor.com/ticket/6117">#6117</a> : BIDI: Language direction is changing when we come out of Numbered/Bulleted list.</li> - <li><a href="http://dev.ckeditor.com/ticket/6182">#6182</a> : Language Direction field on the Advanced tab of Table Properties dialog has a fixed pixel width.</li> - <li><a href="http://dev.ckeditor.com/ticket/5487">#5487</a> : Fullpage writer problem with line-break.</li> - <li><a href="http://dev.ckeditor.com/ticket/6197">#6197</a> : The CKEDITOR.loader base path auto-detection was not working with the _source folder.</li> - <li><a href="http://dev.ckeditor.com/ticket/6240">#6240</a> : Font Names & Font Sizes should be shown Left Align even for RTL Languages.</li> - <li><a href="http://dev.ckeditor.com/ticket/5975">#5975</a> : Page-break should have proper Alt Text instead of Unknown object. so that JAWS reads it properly.</li> - <li><a href="http://dev.ckeditor.com/ticket/6255">#6255</a> : Inserting a page break as the first node triggered an error.</li> - <li><a href="http://dev.ckeditor.com/ticket/6188">#6188</a> : [IE7] Automatic color button had the wrong cursor.</li> - <li><a href="http://dev.ckeditor.com/ticket/6129">#6129</a> : The show blocks' labels are now shown in the right for RTL languages.</li> - <li><a href="http://dev.ckeditor.com/ticket/5421">#5421</a> : &shy; entity not converted when config.entities=false.</li> - <li><a href="http://dev.ckeditor.com/ticket/5769">#5769</a> : xhtml code generation problem &nbsp; instead of &#160; (htmlentities, entities,entities_additional,..., configuration).</li> - <li><a href="http://dev.ckeditor.com/ticket/4472">#4472</a> : [FF3] Browser window scrolls to loaded CKEditor.</li> - <li><a href="http://dev.ckeditor.com/ticket/6230">#6230</a> : Fixed invalid parameter count for setTimeout function call.</li> - <li><a href="http://dev.ckeditor.com/ticket/5335">#5335</a> : Several lines' formatted data will be merged to one line when we apply Numbers/Bullets.</li> - <li><a href="http://dev.ckeditor.com/ticket/5353">#5353</a> : wrong width of editor after resize() called in Firefox 3.6.</li> - <li><a href="http://dev.ckeditor.com/ticket/5778">#5778</a> : [IE] Unwanted scroll on first mouse right-click.</li> - <li><a href="http://dev.ckeditor.com/ticket/5218">#5218</a> : [FF] Copy/paste of an image from same domain changed URL to relative URL.</li> - <li><a href="http://dev.ckeditor.com/ticket/6265">#6265</a> : Popup window properties were visible in the link dialog's target tab when nothing was selected.</li> - <li><a href="http://dev.ckeditor.com/ticket/6075">#6075</a> : [FF] Newly created links didn't fill in information on edit.</li> - <li><a href="http://dev.ckeditor.com/ticket/6183">#6183</a> : The toolbar panels options sometimes had the contents' link color.</li> - <li><a href="http://dev.ckeditor.com/ticket/6192">#6192</a> : [WebKit] Inserting smileys was not working because of editor focus issues.</li> - <li><a href="http://dev.ckeditor.com/ticket/6178">#6178</a> : [WebKit] Inserting elements by code was failing if the editor didn't receive the focus first.</li> - <li><a href="http://dev.ckeditor.com/ticket/6179">#6179</a> : [WebKit] The Image dialog was not working if the editor didn't receive the focus first.</li> - <li><a href="http://dev.ckeditor.com/ticket/4657">#4657</a> : [Opera] Styles where not working with collapsed selections.</li> - <li><a href="http://dev.ckeditor.com/ticket/5839">#5839</a> : "Insert row after" was removing the ids of the elements from the clicked row.</li> - <li><a href="http://dev.ckeditor.com/ticket/6315">#6315</a> : DIV plugin TT #2885 regression.</li> - <li>Updated the following language files:<ul> - <li><a href="http://dev.ckeditor.com/ticket/6246">#6246</a> : Chinese Simplified;</li> - <li><a href="http://dev.ckeditor.com/ticket/6256">#6256</a> : Dutch;</li> - <li><a href="http://dev.ckeditor.com/ticket/6271">#6271</a> : English;</li> - </ul></li> - </ul> - <h3> - CKEditor 3.4</h3> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/6118">#6118</a> : Initial focus is now set to the tabs in the table properties dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/6135">#6135</a> : The dialogadvtab plugin now uses the correct label.</li> - <li><a href="http://dev.ckeditor.com/ticket/6125">#6125</a> : Focus was lost after applying commands in Opera.</li> - <li><a href="http://dev.ckeditor.com/ticket/6137">#6137</a> : The table dialog was missing the default width value on second opening.</li> - </ul> - <h3> - CKEditor 3.4 Beta</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/5909">#5909</a> : New BiDi feature, making it possible to switch the base language direction of block elements.</li> - <li><a href="http://dev.ckeditor.com/ticket/5268">#5268</a> : Introducing the "tableresize" plugin, which makes it possible to resize tables columns by mouse drag. It's not enabled by default, so it must be enabled in the configurations file.</li> - <li><a href="http://dev.ckeditor.com/ticket/979">#979</a> : New <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.enableTabKeyTools">enableTabKeyTools</a> configuration to allow using the TAB key to navigate through table cells.</li> - <li><a href="http://dev.ckeditor.com/ticket/4606">#4606</a> : Introduce the "autogrow" plugin, which makes the editor resize automatically, based on the contents size.</li> - <li><a href="http://dev.ckeditor.com/ticket/5737">#5737</a> : Added support for the <a href="http://www.w3.org/TR/html5/editing.html#contenteditable">HTML5 contenteditable attribute</a>, making it possible to define read only regions into the editor contents.</li> - <li><a href="http://dev.ckeditor.com/ticket/5418">#5418</a> : New "Advanced" tab introduced on the Table Properties dialog. It's based on the new dialogadvtab plugin.</li> - <li><a href="http://dev.ckeditor.com/ticket/6082">#6082</a> : Introduced the <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.useComputedState">useComputedState</a> setting, making it possible to control whether toolbar features, like alignment and direction, should reflect the "computed" selection states, even when the effective feature value is not applied.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/5911">#5911</a> : BiDi: List items should support and retain correct base language direction</li> - <li><a href="http://dev.ckeditor.com/ticket/5689">#5689</a> : Make it possible to run CKEditor inside of Firefox chrome.</li> - <li><a href="http://dev.ckeditor.com/ticket/6042">#6042</a> : It wasn't possible to align a paragraph with the dir attribute to the opposite direction.</li> - <li><a href="http://dev.ckeditor.com/ticket/6058">#6058</a> : Fixed a small style glitch with file upload fields in IE+Quirks.</li> - </ul> - <h3> - CKEditor 3.3.2</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/5882">#5882</a> : Introduce the dialog#selectPage event, replicating the OnDialogTabChange feature available in FCKeditor 2.</li> - <li><a href="http://dev.ckeditor.com/ticket/5927">#5927</a> : The native controls in ui.dialog.elements can be styled with the controlStyle definition.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/1644">#1644</a> : Removed references to cursor:hand in the stylesheets.</li> - <li><a href="http://dev.ckeditor.com/ticket/5411">#5411</a> : Anchor, hidden fields and Page-Break objects can no longer be resized.</li> - <li><a href="http://dev.ckeditor.com/ticket/5456">#5456</a> : Initial focus incorect in api_dialog sample page.</li> - <li><a href="http://dev.ckeditor.com/ticket/5628">#5628</a> : Incorrect <pre> siblings merging.</li> - <li><a href="http://dev.ckeditor.com/ticket/5829">#5829</a> : Adding validation for start number field in list style dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/5845">#5845</a> : Context menu on empty list item loses selection.</li> - <li><a href="http://dev.ckeditor.com/ticket/5860">#5860</a> : [IE] > in attribute values are incorrectly escaped.</li> - <li><a href="http://dev.ckeditor.com/ticket/5905">#5905</a> : SCAYT is not any more enabled by default.</li> - <li><a href="http://dev.ckeditor.com/ticket/5736">#5736</a> : Improved the text generated for mailto: links if no text was selected.</li> - <li><a href="http://dev.ckeditor.com/ticket/4779">#4779</a> : Adjust resize_minWidth and resize_minHeight if smaller than actual dimensions.</li> - <li><a href="http://dev.ckeditor.com/ticket/5687">#5687</a> : Navigation through colors is now compatible with RTL.</li> - <li><a href="http://dev.ckeditor.com/ticket/4615">#4615</a> : [IE] Text fields are no longer disrupted in dialog with RTL.</li> - <li><a href="http://dev.ckeditor.com/ticket/5887">#5887</a> : The number of columns in the smileys table is now configurable via the smiley_columns setting.</li> - <li><a href="http://dev.ckeditor.com/ticket/5100">#5100</a> : It was possible to drag&drop some elements like context menu items or dropdown entries.</li> - <li><a href="http://dev.ckeditor.com/ticket/5933">#5933</a> : Text color and background color panels don't have scrollbars anymore under office2003 and v2 skins.</li> - <li><a href="http://dev.ckeditor.com/ticket/5943">#5943</a> : An error is no longer generated when using percent or pixel values in the image dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/5951">#5951</a> : Avoid problems with security systems due to the usage of UniversalXPConnect.</li> - <li><a href="http://dev.ckeditor.com/ticket/5441">#5441</a> : Avoid errors if the editor instance is removed from the DOM before calling its destroy() method.</li> - <li><a href="http://dev.ckeditor.com/ticket/4997">#4997</a> : Provide better access to the native input in the ui.dialog.file element.</li> - <li><a href="http://dev.ckeditor.com/ticket/5914">#5914</a> : Modified the Smileys dialog to make active only the images and not their borders.</li> - <li><a href="http://dev.ckeditor.com/ticket/5565">#5565</a> : The scrollbar does not behaves erratically when opening a rich combo in RTL page.</li> - <li><a href="http://dev.ckeditor.com/ticket/5843">#5843</a> : In CKEditor 3.3: When we set the focus in the 'instanceReady' event, FF3.6 is giving js error.</li> - <li><a href="http://dev.ckeditor.com/ticket/5902">#5902</a> : paste and pastetext dialogs cannot be skinned easily.</li> - <li><a href="http://dev.ckeditor.com/ticket/5959">#5959</a> : Dialog auto focus does not check for hidden tabs.</li> - <li><a href="http://dev.ckeditor.com/ticket/5415">#5415</a> : Undo not working when we change the Table Properties for the table on a saved page.</li> - <li><a href="http://dev.ckeditor.com/ticket/5435">#5435</a> : IE: we can't start Numbered/Bulleted list in Tables by Clicking on Insert/Remove Numbers/Bullets Icon.</li> - <li><a href="http://dev.ckeditor.com/ticket/5832">#5832</a> : The JQuery adapter sample is not working properly with SSL.</li> - <li><a href="http://dev.ckeditor.com/ticket/5728">#5728</a> : Text field & Upload Button in Upload Tab of Image Properties dialog are not shown Properly in Arabic.</li> - <li><a href="http://dev.ckeditor.com/ticket/5436">#5436</a> : IE: Cursor goes to next Table Cell after we insert a Smiley in the Table Cell.</li> - <li><a href="http://dev.ckeditor.com/ticket/5580">#5580</a> : Maximize does not work properly in the Office 2003 and V2 skins.</li> - <li><a href="http://dev.ckeditor.com/ticket/5495">#5495</a> : The link dialog was breaking the undo system on some situations.</li> - <li><a href="http://dev.ckeditor.com/ticket/5775">#5775</a> : Required field's label to contain a CSS class to allow it to be styled differently.</li> - <li><a href="http://dev.ckeditor.com/ticket/5999">#5999</a> : Table dialog rows and columns fields are now marked as required.</li> - <li><a href="http://dev.ckeditor.com/ticket/5693">#5693</a> : baseHref detection in the flash dialog now works correctly.</li> - <li><a href="http://dev.ckeditor.com/ticket/5690">#5690</a> : Table cell's width attribute is now respected properly.</li> - <li><a href="http://dev.ckeditor.com/ticket/5819">#5819</a> : Introducing the new removeFormatCleanup event and making sure remove format doesn't break the showborder plugin.</li> - <li><a href="http://dev.ckeditor.com/ticket/5558">#5558</a> : After pasting on WebKit based browsers the editor now scrolls to the end of the pasted content.</li> - <li><a href="http://dev.ckeditor.com/ticket/5799">#5799</a> : Correct plugin dependencies for the liststyle plugin with contextMenu and dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/5436">#5436</a> : IE: The cursor was moving to the wrong position when inserting inline elements at the end of cells on tables.</li> - <li><a href="http://dev.ckeditor.com/ticket/5984">#5984</a> : Firefox: CTRL+HOME was creating an unwanted empty paragraph at the start of the document.</li> - <li><a href="http://dev.ckeditor.com/ticket/5634">#5634</a> : IE: It was needed to click twice in the editor to make it editable on some situations.</li> - <li><a href="http://dev.ckeditor.com/ticket/5338">#5338</a> : Pasting from Open Office could lead on error.</li> - <li><a href="http://dev.ckeditor.com/ticket/5224">#5224</a> : Some invalid markup could break the editor.</li> - <li><a href="http://dev.ckeditor.com/ticket/5455">#5455</a> : It was not possible to remove formatting from pasted content on specific cases.</li> - <li><a href="http://dev.ckeditor.com/ticket/5735">#5735</a> : IE: The editor was having focus issues when the previous selection got hidden by scroll operations.</li> - <li><a href="http://dev.ckeditor.com/ticket/5563">#5563</a> : Firefox: The disableObjectResizing and disableNativeTableHandles settings stopped working.</li> - <li><a href="http://dev.ckeditor.com/ticket/5781">#5781</a> : Firefox: Editing was not possible in an empty document.</li> - <li><a href="http://dev.ckeditor.com/ticket/5293">#5293</a> : Firefox: Unwanted BR tags were being left in the editor output when it should be empty.</li> - <li><a href="http://dev.ckeditor.com/ticket/5280">#5280</a> : IE: Scrollbars where reacting improperly when clicking in the bar space.</li> - <li><a href="http://dev.ckeditor.com/ticket/5840">#5840</a> : Some dialog access keys are conflicting with "Ctrl + A", select all text behavior on text input.</li> - <li><a href="http://dev.ckeditor.com/ticket/6059">#6059</a> : Changing list type didn't preserve the list's attributes.</li> - <li><a href="http://dev.ckeditor.com/ticket/5193">#5193</a> : In Firefox, the element path options had the text cursor instead of the arrow.</li> - <li><a href="http://dev.ckeditor.com/ticket/6073">#6073</a> : The list context menu was showing the wrong option when in a mixed list hierarchy.</li> - <li><a href="http://dev.ckeditor.com/ticket/6074">#6074</a> : The Insert Table Column command was duplicating the selected column cells ids.</li> - <li><a href="http://dev.ckeditor.com/ticket/6066">#6066</a> : The toolbar combos had the text cursor instead of the arrow.</li> - <li><a href="http://dev.ckeditor.com/ticket/6062">#6062</a> : The toolbar buttons had the text cursor instead of the arrow.</li> - <li><a href="http://dev.ckeditor.com/ticket/6068">#6068</a> : [IE7] A few labels were hidden in a RTL language.</li> - <li><a href="http://dev.ckeditor.com/ticket/6000">#6000</a> : Safari and Chrome where scrolling the contents to the top when moving the focus to the editor.</li> - <li><a href="http://dev.ckeditor.com/ticket/6090">#6090</a> : IE: Textarea with selection inside causes Link dialog issues.</li> - <li><a href="http://dev.ckeditor.com/ticket/5079">#5079</a> : Page break in lists move to above the list when you switch from WYSIWYG to HTML mode and back.</li> - <li>Updated the following language files:<ul> - <li>Chinese Simplified;</li> - <li>Hebrew;</li> - <li><a href="http://dev.ckeditor.com/ticket/5962">#5962</a> : German;</li> - <li><a href="http://dev.ckeditor.com/ticket/5645">#5645</a> : Portuguese;</li> - <li><a href="http://dev.ckeditor.com/ticket/5797">#5797</a> : Turkish;</li> - </ul></li> - </ul> - <h3> - CKEditor 3.3.1</h3> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/5780">#5780</a> : Text selection lost when opening some of the dialogs.</li> - <li><a href="http://dev.ckeditor.com/ticket/5787">#5787</a> : Liststyle plugin wasn't packaged into the core (CKEDITOR.resourceManager.load exception).</li> - <li><a href="http://dev.ckeditor.com/ticket/5637">#5637</a> : Fix wrong nesting that generated "<head> must be a child of <html>" warning in Webkit.</li> - <li><a href="http://dev.ckeditor.com/ticket/5790">#5790</a> : Internal only attributes output on fullpage <html> tag.</li> - <li><a href="http://dev.ckeditor.com/ticket/5761">#5761</a> : [IE] Color dialog matrix buttons are barely clickable in quirks mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/5759">#5759</a> : [IE] Clicking on the scrollbar and then on the host page causes error.</li> - <li><a href="http://dev.ckeditor.com/ticket/5772">#5772</a> : List style dialog is missing tab page ids.</li> - <li><a href="http://dev.ckeditor.com/ticket/5782">#5782</a> : [FF] Wysiwyg mode is broken by 'display' style changes on editor's parent DOM tree.</li> - <li><a href="http://dev.ckeditor.com/ticket/5801">#5801</a> : [IE] contentEditable="false" doesn't apply in effect on inline-elements.</li> - <li><a href="http://dev.ckeditor.com/ticket/5794">#5794</a> : Empty find matching twice results in JavaScript error.</li> - <li><a href="http://dev.ckeditor.com/ticket/5732">#5732</a> : If it isn't possible to connect to the SCAYT servers the dialogs might hang in Firefox. Fix for Firefox>=3.6.</li> - <li><a href="http://dev.ckeditor.com/ticket/5807">#5807</a> : [FF2] New page command results in uneditable document.</li> - <li><a href="http://dev.ckeditor.com/ticket/5807">#5807</a> : [FF2] SCAYT plugin is disabled in Firefox2 due to selection interference.</li> - <li><a href="http://dev.ckeditor.com/ticket/5772">#5772</a> : [IE] Some numbered list style types are not supported by IE6/7 and causes JavaScript error.</li> - </ul> - <h3> - CKEditor 3.3</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/635">#635</a> : The properties dialog will now open when double clicking on objects.</li> - <li><a href="http://dev.ckeditor.com/ticket/3893">#3893</a> : It's now possible to indent/outdent lists when selecting the first list item.</li> - <li><a href="http://dev.ckeditor.com/ticket/4968">#4968</a> : The <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.contentsLangDirection">contentsLangDirection</a> setting now has a default value 'ui' which inherit language direction from the editor UI language.</li> - <li><a href="http://dev.ckeditor.com/ticket/4649">#4649</a> : The color picker dialog is now accessible.</li> - <li><a href="http://dev.ckeditor.com/ticket/3593">#3593</a> : The editing area is now enabled by contentEditable="true" instead of designMode="on" to allow creating uneditable content elements in all browsers.</li> - <li><a href="http://dev.ckeditor.com/ticket/4056">#4056</a> : Hidden fields will now be displayed as fake element just like in FCKeditor 2.</li> - </ul> -<h3> - CKEditor 3.2.2</h3> - <p> - New features:</p> - <ul> - <li>The SCAYT spell checker is now enabled by default through the <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.scayt_autoStartup">autoStartup</a> setting.</li> - <li><a href="http://dev.ckeditor.com/ticket/5631">#5631</a> : The SCAYT context menu options can now be reorganized through the <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.scayt_contextMenuItemsOrder">scayt_contextMenuItemsOrder</a> setting.</li> - <li><a href="http://dev.ckeditor.com/ticket/4231">#4231</a> : Introducing the <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.resize_dir">resize_dir setting</a>, to be able to restrict manual resizing of the editor to only one direction (horizontal/vertical).</li> - <li><a href="http://dev.ckeditor.com/ticket/5479">#5479</a> : Introducing the classic ASP integration files and samples.</li> - <li><a href="http://dev.ckeditor.com/ticket/5024">#5024</a> : Added samples (<a href="http://nightly.ckeditor.com/latest/ckeditor/_samples/output_html.html">HTML</a> and <a href="http://nightly.ckeditor.com/latest/ckeditor/_samples/output_xhtml.html">XHTML</a>) to show how to output HTML using fonts and other attributes instead of styles.</li> - <li><a href="http://dev.ckeditor.com/ticket/4358">#4358</a> : Introduced the List Properties dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/5485">#5485</a> : Adding the <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.contentsLanguage">contentsLanguage</a> configuration option to be able to set the language for the editor contents.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/5330">#5330</a> : Corrected detection of CTRL and META keys in Macs for the context menu.</li> - <li><a href="http://dev.ckeditor.com/ticket/5434">#5434</a> : Fixed access denied issues with IE when accessing web sites through IPv6 IP addresses.</li> - <li><a href="http://dev.ckeditor.com/ticket/4476">#4476</a> : [IE] Inaccessible empty list item contains sub list.</li> - <li><a href="http://dev.ckeditor.com/ticket/4881">#4881</a> : [IE] Selection range broken because of cutting a single control type element from it.</li> - <li><a href="http://dev.ckeditor.com/ticket/5505">#5505</a> : Image dialog throw JavaScript error when click close dialog before preview area is loading.</li> - <li><a href="http://dev.ckeditor.com/ticket/5144">#5144</a> : [Chrome] Paste in Webkit sometimes leaves extra 'div' element.</li> - <li><a href="http://dev.ckeditor.com/ticket/5021">#5021</a> : [Firefox] Typing in empty document start from second line when <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.enterMode">enterMode</a> = CKEDITOR.ENTER_BR.</li> - <li><a href="http://dev.ckeditor.com/ticket/5416">#5416</a> : [IE] Delete table throws a error when <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.enterMode">enterMode</a> = CKEDITOR.ENTER_BR.</li> - <li><a href="http://dev.ckeditor.com/ticket/4459">#4459</a> : [IE] Select element is penetrating the maximized editor in IE6.</li> - <li><a href="http://dev.ckeditor.com/ticket/5559">#5559</a> : [IE] The first call to <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#setData">setData</a> is affected by iframe cache when loading the wysiwyg mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/5567">#5567</a> : [IE] Remove inline styles in some case doesn't join identical siblings.</li> - <li><a href="http://dev.ckeditor.com/ticket/5450">#5450</a> : [FireFox] Press ENTER on 'replace' button result wrong.</li> - <li><a href="http://dev.ckeditor.com/ticket/5121">#5121</a> : Recognizes the <br /> tag as a separator when apply block styles and <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.enterMode">enterMode</a> = CKEDITOR.ENTER_BR.</li> - <li><a href="http://dev.ckeditor.com/ticket/5575">#5575</a> : <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.html#.replaceAll">CKEDITOR.replaceAll</a> should consider all kind of white spaces between class names.</li> - <li><a href="http://dev.ckeditor.com/ticket/5582">#5582</a> : Prevent the default behavior when click the 'x' button to close dialog box.</li> - <li><a href="http://dev.ckeditor.com/ticket/5584">#5584</a> : ENTER key with <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.forceEnterMode">forceEnterMode</a> turns on doesn't inherit current block attributes.</li> - <li><a href="http://dev.ckeditor.com/ticket/4797">#4797</a> : [Opera] Press ENTER key in dialog fields to close throws JavaScript error.</li> - <li><a href="http://dev.ckeditor.com/ticket/5578">#5578</a> : Add flash fake element align property when switch mode (source to wysiwyg).</li> - <li><a href="http://dev.ckeditor.com/ticket/5577">#5577</a> : Update delete column behavior when choose multiple cells in the same column.</li> - <li><a href="http://dev.ckeditor.com/ticket/5512">#5512</a> : Open context menu with SHIFT+F10 doesn't get correct editor selection.</li> - <li><a href="http://dev.ckeditor.com/ticket/5433">#5433</a> : English protocol text directions in Link dialog are not incorrect in 'rtl' UI languages.</li> - <li><a href="http://dev.ckeditor.com/ticket/5553">#5553</a> : Paste dialog clipboard area text direction is incorrect for 'rtl' content languages.</li> - <li><a href="http://dev.ckeditor.com/ticket/4734">#4734</a> : Font size resets when font name is changed in an empty numbered list.</li> - <li><a href="http://dev.ckeditor.com/ticket/5237">#5237</a> : English text in dialogs' title is flipped when using RTL language.</li> - <li><a href="http://dev.ckeditor.com/ticket/3257">#3257</a> : Create list doesn't keep blocks as headings.</li> - <li><a href="http://dev.ckeditor.com/ticket/5111">#5111</a> : [Firefox] JAWS doesn't respect PC cursor mode (application role) on toolbar.</li> - <li><a href="http://dev.ckeditor.com/ticket/5530">#5530</a> : Page break for printing can't be removed with undo.</li> - <li><a href="http://dev.ckeditor.com/ticket/5381">#5381</a> : Unable to place cursor between two paragraphs in body.</li> - <li><a href="http://dev.ckeditor.com/ticket/5568">#5568</a> : [IE6/7] Selecting a entire table cell changes the original range.</li> - <li><a href="http://dev.ckeditor.com/ticket/5623">#5623</a> : [Firefox] Apply style that edges another inline style result incorrect.</li> - <li><a href="http://dev.ckeditor.com/ticket/5586">#5586</a> : [Firefox] Maximize the second editor ruins full screen mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/5617">#5617</a> : HTML filter system does not allow two 'text' filter rules.</li> - <li><a href="http://dev.ckeditor.com/ticket/5663">#5663</a> : General memory clean up after destroying last instance.</li> - <li><a href="http://dev.ckeditor.com/ticket/5461">#5461</a> : [IE] Fix Paste from Word dialog doesn't accept imput problem.</li> - <li><a href="http://dev.ckeditor.com/ticket/5676">#5676</a> : Make color buttons use RRGGBB instead of RGB for better compatibility with IE.</li> - <li><a href="http://dev.ckeditor.com/ticket/4948">#4948</a> : [Safari] Select the first/last cell of table to open context menu may lead to undetected table.</li> - <li><a href="http://dev.ckeditor.com/ticket/5591">#5591</a> : [Firefox] Select a list item makes selected element broken.</li> - <li><a href="http://dev.ckeditor.com/ticket/5667">#5667</a> : Pasting in a RTL page content causes shows up the horizontal scrollbar.</li> - <li><a href="http://dev.ckeditor.com/ticket/5688">#5688</a> : Duplicate ids are used in dialog definition.</li> - <li><a href="http://dev.ckeditor.com/ticket/5719">#5719</a> : [IE] 'change' dialog event should not be triggered when dialog is already closed.</li> - <li><a href="http://dev.ckeditor.com/ticket/5747">#5747</a> : [IE] Error thrown when IE input field editing mode is turned on.</li> - <li><a href="http://dev.ckeditor.com/ticket/5516">#5516</a> : IE8: Toolbar buttons have higher bottom padding.</li> - <li><a href="http://dev.ckeditor.com/ticket/5402">#5402</a> : SHIFT-ENTER could now be used to exit from preformat block.</li> - <li>SCAYT plugin related:<ul> - <li><a href="http://dev.ckeditor.com/ticket/4836">#4836</a> : Using SCAYT result in fragile elements when applying inline styles.</li> - <li><a href="http://dev.ckeditor.com/ticket/5425">#5425</a> : [Opera] Disable SCAYT plugin for Opera browser.</li> - <li><a href="http://dev.ckeditor.com/ticket/5632">#5632</a> : SCAYT word marker is not visible on text with background-color set.</li> - <li><a href="http://dev.ckeditor.com/ticket/4125">#4125</a> : Remove Format command incorrectly removes SCAYT word markers.</li> - <li><a href="http://dev.ckeditor.com/ticket/5671">#5671</a> : SCAYT bootstrap script could be added multiple times unnecessarily.</li> - <li><a href="http://dev.ckeditor.com/ticket/5573">#5573</a> : SCAYT move cursor position after insert element into marked word text.</li> - <li><a href="http://dev.ckeditor.com/ticket/5546">#5546</a> : SCAYT interferes with undo/redo commands.</li> - <li><a href="http://dev.ckeditor.com/ticket/5570">#5570</a> : [IE] First enabling SCAYT blind cursor in editor.</li> - <li><a href="http://dev.ckeditor.com/ticket/5741">#5741</a> : Enable SCAYT cause error in multiple editor instances.</li> - <li><a href="http://dev.ckeditor.com/ticket/5744">#5744</a> : Remove editor with SCAYT enabled in source mode throws error.</li> - </ul></li> - <li>Updated the following language files:<ul> - <li><a href="http://dev.ckeditor.com/ticket/5432">#5432</a> : Dutch;</li> - <li><a href="http://dev.ckeditor.com/ticket/5619">#5619</a> : Finnish;</li> - <li><a href="http://dev.ckeditor.com/ticket/5515">#5515</a> : Hebrew;</li> - <li><a href="http://dev.ckeditor.com/ticket/5588">#5588</a> : Turkish;</li> - </ul></li> - </ul> - <h3> - CKEditor 3.2.1</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/4478">#4478</a> : Enable the SelectAll command in source mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/5150">#5150</a> : Allow names in the CKEDITOR.config.colorButton_colors setting.</li> - <li><a href="http://dev.ckeditor.com/ticket/4810">#4810</a> : Adding configuration option for image dialog preview area filling text.</li> - <li><a href="http://dev.ckeditor.com/ticket/536">#536</a> : Object style now could be applied on any parent element of current selection.</li> - <li><a href="http://dev.ckeditor.com/ticket/5290">#5290</a> : Unified stylesSet loading removing dependencies from the styles combo. - Now the configuration entry is named 'config.stylesSet' instead of config.stylesCombo_stylesSet and the default location - is under the 'styles' plugin instead of 'stylescombo'.</li> - <li><a href="http://dev.ckeditor.com/ticket/5352">#5352</a> : Allow to define the stylesSet array in the config object for the editor.</li> - <li><a href="http://dev.ckeditor.com/ticket/5302">#5302</a> : Adding config option "forceEnterMode".</li> - <li><a href="http://dev.ckeditor.com/ticket/5216">#5216</a> : Extend CKEDITOR.appendTo to allow a data parameter for the initial value.</li> - <li><a href="http://dev.ckeditor.com/ticket/5024">#5024</a> : Added sample to show how to output XHTML and avoid deprecated tags.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/5152">#5152</a> : Indentation using class attribute doesn't work properly.</li> - <li><a href="http://dev.ckeditor.com/ticket/4682">#4682</a> : It wasn't possible to edit block elements in IE that had styles like width, height or float.</li> - <li><a href="http://dev.ckeditor.com/ticket/4750">#4750</a> : Correcting default order of buttons layout in dialogs on Mac.</li> - <li><a href="http://dev.ckeditor.com/ticket/4932">#4932</a> : Fixed collapse button not clickable on simple toolbar.</li> - <li><a href="http://dev.ckeditor.com/ticket/5228">#5228</a> : Link dialog is automatically changes protocol when URLs that starts with '?'.</li> - <li><a href="http://dev.ckeditor.com/ticket/4877">#4877</a> : Fixed CKEditor displays source code in one long line (IE quirks mode + office2003 skin).</li> - <li><a href="http://dev.ckeditor.com/ticket/5132">#5132</a> : Apply inline style leaks into sibling words which are seperated spaces.</li> - <li><a href="http://dev.ckeditor.com/ticket/3599">#3599</a> : Background color style on sized text displayed as narrow band behind.</li> - <li><a href="http://dev.ckeditor.com/ticket/4661">#4661</a> : Translation missing in link dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/5240">#5240</a> : Flash alignment property is not presented visually on fake element.</li> - <li><a href="http://dev.ckeditor.com/ticket/4910">#4910</a> : Pasting in IE scrolls document to the end.</li> - <li><a href="http://dev.ckeditor.com/ticket/5041">#5041</a> : Table summary attribute can't be removed with dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/5124">#5124</a> : All inline styles cannot be applied on empty spaces.</li> - <li><a href="http://dev.ckeditor.com/ticket/3570">#3570</a> : SCAYT marker shouldn't appear inside elements path bar.</li> - <li><a href="http://dev.ckeditor.com/ticket/4553">#4553</a> : Dirty check result incorrect when editor document is empty.</li> - <li><a href="http://dev.ckeditor.com/ticket/4555">#4555</a> : Unreleased memory when editor is created and destroyed.</li> - <li><a href="http://dev.ckeditor.com/ticket/5118">#5118</a> : Arrow keys navigation in RTL languages is incorrect.</li> - <li><a href="http://dev.ckeditor.com/ticket/4721">#4721</a> : Remove attribute 'value' of checkbox in IE.</li> - <li><a href="http://dev.ckeditor.com/ticket/5278">#5278</a> : IE: Add validation to check for bad window names of popup window.</li> - <li><a href="http://dev.ckeditor.com/ticket/5171">#5171</a> : Dialogs contains lists don't have proper voice labels.</li> - <li><a href="http://dev.ckeditor.com/ticket/4791">#4791</a> : Can't place cursor inside a form that end with a checkbox/radio.</li> - <li><a href="http://dev.ckeditor.com/ticket/4479">#4479</a> : StylesCombo doesn't reflect the selection state until it's first opened.</li> - <li><a href="http://dev.ckeditor.com/ticket/4717">#4717</a> : 'Unlink' and 'Outdent' command buttons should be disabled on editor startup.</li> - <li><a href="http://dev.ckeditor.com/ticket/5119">#5119</a> : Disabled command buttons are not being properly styled when focused.</li> - <li><a href="http://dev.ckeditor.com/ticket/5307">#5307</a> : Hide dialog page cause problem when there's two tab pages remain.</li> - <li><a href="http://dev.ckeditor.com/ticket/5343">#5343</a> : Active list item ARIA role is wrongly placed.</li> - <li><a href="http://dev.ckeditor.com/ticket/3599">#3599</a> : Background color style applying to text with font size style has been narrowly rendered.</li> - <li><a href="http://dev.ckeditor.com/ticket/4711">#4711</a> : Line break character inside preformatted text makes it unable to type text at the end of previous line.</li> - <li><a href="http://dev.ckeditor.com/ticket/4829">#4829</a> : [IE] Apply style from combo has wrong result on manually created selection.</li> - <li><a href="http://dev.ckeditor.com/ticket/4830">#4830</a> : Retrieving selected element isn't always right, especially selecting using keyboard (SHIFT+ARROW).</li> - <li><a href="http://dev.ckeditor.com/ticket/5128">#5128</a> : Element attribute inside preformatted text is corrupted when converting to other blocks.</li> - <li><a href="http://dev.ckeditor.com/ticket/5190">#5190</a> : Template list entry shouldn't gain initial focus open templates list dialog opens.</li> - <li><a href="http://dev.ckeditor.com/ticket/5238">#5238</a> : Menu button doesn't display arrow icon in high-contrast mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/3576">#3576</a> : Non-attributed element of the same name with the applied style is incorrectly removed.</li> - <li><a href="http://dev.ckeditor.com/ticket/5221">#5221</a> : Insert table into empty document cause JavaScript error thrown.</li> - <li><a href="http://dev.ckeditor.com/ticket/5242">#5242</a> : Apply 'automatic' color option of text color incorrectly removes background-color style.</li> - <li><a href="http://dev.ckeditor.com/ticket/4719">#4719</a> : IE does not escape attribute values properly.</li> - <li><a href="http://dev.ckeditor.com/ticket/5170">#5170</a> : Firefox does not insert text into styled element properly.</li> - <li><a href="http://dev.ckeditor.com/ticket/4026">#4026</a> : Office2003 skin has no toolbar button borders in High Contrast in IE7.</li> - <li><a href="http://dev.ckeditor.com/ticket/4348">#4348</a> : There should have exception thrown when 'CKEDITOR_BASEPATH' couldn't be figured out automatically.</li> - <li><a href="http://dev.ckeditor.com/ticket/5364">#5364</a> : Focus may not be put into dialog correctly when dialog skin file is loading slow.</li> - <li><a href="http://dev.ckeditor.com/ticket/4016">#4016</a> : Justify the layout of forms select dialog in Chrome and IE7.</li> - <li><a href="http://dev.ckeditor.com/ticket/5373">#5373</a> : Variable 'pathBlockElements' defines wrong items in CKEDITOR.dom.elementPath.</li> - <li><a href="http://dev.ckeditor.com/ticket/5082">#5082</a> : Ctrl key should be described as Cmd key on Mac.</li> - <li><a href="http://dev.ckeditor.com/ticket/5182">#5182</a> : Context menu is not been announced correctly by ATs.</li> - <li><a href="http://dev.ckeditor.com/ticket/4898">#4898</a> : Can't navigate outside table under the last paragraph of document.</li> - <li><a href="http://dev.ckeditor.com/ticket/4950">#4950</a> : List commands could compromise list item attribute and styles.</li> - <li><a href="http://dev.ckeditor.com/ticket/5018">#5018</a> : Find result highlighting remove normal font color styles unintentionally.</li> - <li><a href="http://dev.ckeditor.com/ticket/5376">#5376</a> : Unable to exit list from within a empty block under list item.</li> - <li><a href="http://dev.ckeditor.com/ticket/5145">#5145</a> : Various SCAYT fixes.</li> - <li><a href="http://dev.ckeditor.com/ticket/5319">#5319</a> : Match whole word doesn't work anymore after replacement has happened.</li> - <li><a href="http://dev.ckeditor.com/ticket/5363">#5363</a> : 'title' attribute now presents on all editor iframes.</li> - <li><a href="http://dev.ckeditor.com/ticket/5374">#5374</a> : Unable to toggle inline style when the selection starts at the linefeed of the previous paragraph.</li> - <li><a href="http://dev.ckeditor.com/ticket/4513">#4513</a> : Selected link element is not always correctly detected when using keyboard arrows to perform such selection.</li> - <li><a href="http://dev.ckeditor.com/ticket/5372">#5372</a> : Newly created sub list should inherit nothing from the original (parent) list, except the list type.</li> - <li><a href="http://dev.ckeditor.com/ticket/5274">#5274</a> : [IE6] Templates preview image is displayed in wrong size.</li> - <li><a href="http://dev.ckeditor.com/ticket/5292">#5292</a> : Preview in font size and family doesn't work with custom styles.</li> - <li><a href="http://dev.ckeditor.com/ticket/5396">#5396</a> : Selection is lost when use cell properties dialog to change cell type to header.</li> - <li><a href="http://dev.ckeditor.com/ticket/4082">#4082</a> : [IE+Quirks] Preview text in the image dialog is not wrapping.</li> - <li><a href="http://dev.ckeditor.com/ticket/4197">#4197</a> : Fixing format combo don't hide when editor blur on Safari.</li> - <li><a href="http://dev.ckeditor.com/ticket/5401">#5401</a> : The context menu break layout with Office2003 and V2 skin on IE quirks mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/4825">#4825</a> : Fixing browser context menu is opened when clicking right mouse button twice.</li> - <li><a href="http://dev.ckeditor.com/ticket/5356">#5356</a> : The SCAYT dialog had issues with Prototype enabled pages.</li> - <li><a href="http://dev.ckeditor.com/ticket/5266">#5266</a> : SCAYT was disturbing the rendering of TH elements.</li> - <li><a href="http://dev.ckeditor.com/ticket/4688">#4688</a> : SCAYT was interfering on checkDirty.</li> - <li><a href="http://dev.ckeditor.com/ticket/5429">#5429</a> : High Contrast mode was being mistakenly detected when loading the editor through Dojo's xhrGet.</li> - <li><a href="http://dev.ckeditor.com/ticket/5221">#5221</a> : Range is mangled when making collapsed selection in an empty paragraph.</li> - <li><a href="http://dev.ckeditor.com/ticket/5261">#5261</a> : Config option 'scayt_autoStartup' slow down editor loading.</li> - <li><a href="http://dev.ckeditor.com/ticket/3846">#3846</a> : Google Chrome - No Img properties after inserting.</li> - <li><a href="http://dev.ckeditor.com/ticket/5465">#5465</a> : ShiftEnter=DIV doesn't respect list item when pressing ENTER at end of list item.</li> - <li><a href="http://dev.ckeditor.com/ticket/5454">#5454</a> : After replaced success, the popup window couldn't be closed and a js error occured.</li> - <li><a href="http://dev.ckeditor.com/ticket/4784">#4784</a> : Incorrect cursor position after delete table cells.</li> - <li><a href="http://dev.ckeditor.com/ticket/5149">#5149</a> : [FF] Cursor disappears after maximize when the editor has focus.</li> - <li><a href="http://dev.ckeditor.com/ticket/5220">#5220</a> : DTD now shows tolerance to <style> appear inside content.</li> - <li><a href="http://dev.ckeditor.com/ticket/5440">#5440</a> : Mobile browsers (iPhone, Android...) are marked as incompatible as they don't support editing features.</li> - <li><a href="http://dev.ckeditor.com/ticket/5504">#5504</a> : [IE6/7] 'Paste' dialog will always get opened even when user allows the clipboard access dialog when using 'Paste' button.</li> - <li>Updated the following language files:<ul> - <li><a href="http://dev.ckeditor.com/ticket/5326">#5326</a> : Catalan;</li> - <li><a href="http://dev.ckeditor.com/ticket/5370">#5370</a> : Faroese;</li> - <li><a href="http://dev.ckeditor.com/ticket/5392">#5392</a> : Finnish;</li> - <li><a href="http://dev.ckeditor.com/ticket/4580">#4580</a> : Hungarian;</li> - <li><a href="http://dev.ckeditor.com/ticket/5301">#5301</a> : Norwegian;</li> - </ul></li> - </ul> - <h3> - CKEditor 3.2</h3> - <p> - New features:</p> - <ul> - <li>Several accessibility enhancements:<ul> - <li><a href="http://dev.ckeditor.com/ticket/4502">#4502</a> : The editor accessibility is now totally based on <a href="http://www.w3.org/WAI/intro/aria">WAI-ARIA</a>.</li> - <li><a href="http://dev.ckeditor.com/ticket/5015">#5015</a> : Adding accessibility help dialog plugin.</li> - <li><a href="http://dev.ckeditor.com/ticket/5014">#5014</a> : Keyboard navigation compliance with screen reader suggested keys.</li> - <li><a href="http://dev.ckeditor.com/ticket/4595">#4595</a> : Better accessibility in the Templates dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/3389">#3389</a> : Esc/Arrow Key now works for closing sub menu.</li> - </ul></li> - <li><a href="http://dev.ckeditor.com/ticket/4973">#4973</a> : The Style field in the Div Container dialog is now loading the styles defined in the default styleset used by the Styles toolbar combo.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/5049">#5049</a> : Form Field list command in JAWS incorrectly lists extra fields.</li> - <li><a href="http://dev.ckeditor.com/ticket/5008">#5008</a> : Lock/Unlock ratio buttons in the Image dialog was poorly designed in High Contrast mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/3980">#3980</a> : All labels in dialogs now use <label> instead of <div>.</li> - <li><a href="http://dev.ckeditor.com/ticket/5213">#5213</a> : Reorganization of some entries in the language files to make it more consistent.</li> - <li><a href="http://dev.ckeditor.com/ticket/5199">#5199</a> : In IE, single row toolbars didn't have the bottom padding.</li> - </ul> - <h3> - CKEditor 3.1.1</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/4399">#4399</a> : Improved support for external file browsers by allowing executing a callback function.</li> - <li><a href="http://dev.ckeditor.com/ticket/4612">#4612</a> : The text of links is now updated if it matches the URL to which it points to.</li> - <li><a href="http://dev.ckeditor.com/ticket/4936">#4936</a> : New localization support for the Welsh language.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/4272">#4272</a> : Kama skin toolbar was broken in IE+Quirks+RTL.</li> - <li><a href="http://dev.ckeditor.com/ticket/4987">#4987</a> : Changed the url which is called by the Browser Server button in the Link tab of Image Properties dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/5030">#5030</a> : The CKEDITOR.timestamp wasn't been appended to the skin.js file.</li> - <li><a href="http://dev.ckeditor.com/ticket/4993">#4993</a> : Removed the float style from images when the user selects 'not set' for alignment.</li> - <li><a href="http://dev.ckeditor.com/ticket/4944">#4944</a> : Fixed a bug where nested list structures with inconsequent levels were not being pasted correctly from MS Word.</li> - <li><a href="http://dev.ckeditor.com/ticket/4637">#4637</a> : Table cells' 'nowrap' attribute was not being loaded by the cell property dialog. Thanks to pomu0325.</li> - <li><a href="http://dev.ckeditor.com/ticket/4724">#4724</a> : Using the mouse to insert a link in IE might create incorrect results.</li> - <li><a href="http://dev.ckeditor.com/ticket/4640">#4640</a> : Small optimizations for the fileBrowser plugin.</li> - <li><a href="http://dev.ckeditor.com/ticket/4583">#4583</a> : The "Target Frame Name" field is now visible when target is set to 'frame' only.</li> - <li><a href="http://dev.ckeditor.com/ticket/4863">#4863</a> : Fixing iframedialog's height doesn't stretch to 100% (except IE Quirks).</li> - <li><a href="http://dev.ckeditor.com/ticket/4964">#4964</a> : The BACKSPACE key positioning was not correct in some cases with Firefox.</li> - <li><a href="http://dev.ckeditor.com/ticket/4980">#4980</a> : Setting border, vspace and hspace of images to zero was not working.</li> - <li><a href="http://dev.ckeditor.com/ticket/4773">#4773</a> : The fileBrowser plugin was overwriting onClick functions eventually defined on fileButton elements.</li> - <li><a href="http://dev.ckeditor.com/ticket/4731">#4731</a> : The clipboard plugin was missing a reference to the dialog plugin.</li> - <li><a href="http://dev.ckeditor.com/ticket/5051">#5051</a> : The about plugin was missing a reference to the dialog plugin.</li> - <li><a href="http://dev.ckeditor.com/ticket/5146">#5146</a> : The wsc plugin was missing a reference to the dialog plugin.</li> - <li><a href="http://dev.ckeditor.com/ticket/4632">#4632</a> : The print command will now properly break on the insertion point of page break for printing.</li> - <li><a href="http://dev.ckeditor.com/ticket/4862">#4862</a> : The English (United Kingdom) language file has been renamed to en-gb.js.</li> - <li><a href="http://dev.ckeditor.com/ticket/4618">#4618</a> : Selecting an emoticon or the lock and reset buttons in the image dialog fired the onBeforeUnload event in IE.</li> - <li><a href="http://dev.ckeditor.com/ticket/4678">#4678</a> : It was not possible to set tables' width to empty value.</li> - <li><a href="http://dev.ckeditor.com/ticket/5012">#5012</a> : Fixed dependency issues with the menu plugin.</li> - <li><a href="http://dev.ckeditor.com/ticket/5040">#5040</a> : The editor will not properly ignore font related settings that have extra item separators (semi-colons).</li> - <li><a href="http://dev.ckeditor.com/ticket/4046">#4046</a> : Justify should respect config.enterMode = CKEDITOR.ENTER_BR.</li> - <li><a href="http://dev.ckeditor.com/ticket/4622">#4622</a> : Inserting tables multiple times was corrupting the undo system.</li> - <li><a href="http://dev.ckeditor.com/ticket/4647">#4647</a> : [IE] Selection on an element within positioned container is lost after open context-menu then click one menu item.</li> - <li><a href="http://dev.ckeditor.com/ticket/4683">#4683</a> : Double-quote character in attribute values was not escaped in the editor output.</li> - <li><a href="http://dev.ckeditor.com/ticket/4762">#4762</a> : [IE] Unexpected vertical-scrolling behavior happens whenever focus is moving out of editor in source mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/4772">#4772</a> : Text color was not being applied properly on links.</li> - <li><a href="http://dev.ckeditor.com/ticket/4795">#4795</a> : [IE] Press 'Del' key on horizontal line or table result in error.</li> - <li><a href="http://dev.ckeditor.com/ticket/4824">#4824</a> : [IE] <br/> at the very first table cell breaks the editor selection.</li> - <li><a href="http://dev.ckeditor.com/ticket/4851">#4851</a> : [IE] Delete table rows with context-menu may cause error.</li> - <li><a href="http://dev.ckeditor.com/ticket/4951">#4951</a> : Replacing text with empty string was throwing errors.</li> - <li><a href="http://dev.ckeditor.com/ticket/4963">#4963</a> : Link dialog was not opening properly for e-mail type links.</li> - <li><a href="http://dev.ckeditor.com/ticket/5043">#5043</a> : Removed the possibility of having an unwanted script tag being outputted with the editor contents.</li> - <li><a href="http://dev.ckeditor.com/ticket/3678">#3678</a> : There were issues when editing links inside floating divs with IE.</li> - <li><a href="http://dev.ckeditor.com/ticket/4763">#4763</a> : Pressing ENTER key with text selected was not deleting the text in some situations.</li> - <li><a href="http://dev.ckeditor.com/ticket/5096">#5096</a> : Simple ampersand attribute value doesn't work for more than one occurrence.</li> - <li><a href="http://dev.ckeditor.com/ticket/3494">#3494</a> : Context menu is too narrow in some translations.</li> - <li><a href="http://dev.ckeditor.com/ticket/5005">#5005</a> : Fixed HTML errors in PHP samples.</li> - <li><a href="http://dev.ckeditor.com/ticket/5123">#5123</a> : Fixed broken XHTML in User Interface Languages sample.</li> - <li><a href="http://dev.ckeditor.com/ticket/4893">#4893</a> : Editor now understands table cell inline styles.</li> - <li><a href="http://dev.ckeditor.com/ticket/4611">#4611</a> : Selection around <select> in editor doesn't cause error anymore.</li> - <li><a href="http://dev.ckeditor.com/ticket/4886">#4886</a> : Extra BR tags were being created in the output HTML.</li> - <li><a href="http://dev.ckeditor.com/ticket/4933">#4933</a> : Empty tags with BR were being left in the DOM.</li> - <li><a href="http://dev.ckeditor.com/ticket/5127">#5127</a> : There were errors when removing dialog definition pages through code.</li> - <li><a href="http://dev.ckeditor.com/ticket/4767">#4767</a> : CKEditor was not working when ckeditor_source.js is loaded in the <body> .</li> - <li><a href="http://dev.ckeditor.com/ticket/5062">#5062</a> : Avoided security warning message when loading the wysiwyg area in IE6 under HTTPS.</li> - <li><a href="http://dev.ckeditor.com/ticket/5135">#5135</a> : The TAB key will now behave properly when in Source mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/4988">#4988</a> : It wasn't possible to use forcePasteAsPlainText with Safari on Mac.</li> - <li><a href="http://dev.ckeditor.com/ticket/5095">#5095</a> : Safari on Mac deleted the current selection in the editor when Edit menu was clicked.</li> - <li><a href="http://dev.ckeditor.com/ticket/5140">#5140</a> : In High Contrast mode, arrows were now been displayed for menus with submenus.</li> - <li><a href="http://dev.ckeditor.com/ticket/5163">#5163</a> : The undo system was not working on some specific cases.</li> - <li><a href="http://dev.ckeditor.com/ticket/5162">#5162</a> : The ajax sample was throwing errors when loading data.</li> - <li><a href="http://dev.ckeditor.com/ticket/4999">#4999</a> : The Template dialog was not generating an undo snapshot.</li> - <li>Updated the following language files:<ul> - <li><a href="http://dev.ckeditor.com/ticket/5006">#5006</a> : Dutch;</li> - <li><a href="http://dev.ckeditor.com/ticket/5039">#5039</a> : Finnish;</li> - <li><a href="http://dev.ckeditor.com/ticket/5148">#5148</a> : Hebrew;</li> - <li><a href="http://dev.ckeditor.com/ticket/5071">#5071</a> : Russian;</li> - <li><a href="http://dev.ckeditor.com/ticket/5147">#5147</a> : Spanish;</li> - </ul></li> - </ul> - <h3> - CKEditor 3.1</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/4067">#4067</a> : Introduced the full page editing support (from <html> to </html>).</li> - <li><a href="http://dev.ckeditor.com/ticket/4228">#4228</a> : Introduced the Shared Spaces feature.</li> - <li><a href="http://dev.ckeditor.com/ticket/4379">#4379</a> : Introduced the new powerful pasting system and word cleanup procedure, including enhancements to the paste as plain text feature.</li> - <li><a href="http://dev.ckeditor.com/ticket/2872">#2872</a> : Introduced the new native PHP API, the first standardized server side support.</li> - <li><a href="http://dev.ckeditor.com/ticket/4210">#4210</a> : Added CKEditor plugin for jQuery.</li> - <li><a href="http://dev.ckeditor.com/ticket/2885">#2885</a> : Added 'div' dialog and corresponding context menu options.</li> - <li><a href="http://dev.ckeditor.com/ticket/4574">#4574</a> : Added the table merging tools and corresponding context menu options.</li> - <li><a href="http://dev.ckeditor.com/ticket/4340">#4340</a> : Added the email protection option for link dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/4463">#4463</a> : Added inline CSS support in all places where custom stylesheet could apply.</li> - <li><a href="http://dev.ckeditor.com/ticket/3881">#3881</a> : Added color dialog for 'more color' option in color buttons.</li> - <li><a href="http://dev.ckeditor.com/ticket/4341">#4341</a> : Added the 'showborder' plugin.</li> - <li><a href="http://dev.ckeditor.com/ticket/4549">#4549</a> : Make the anti-cache query string configurable.</li> - <li><a href="http://dev.ckeditor.com/ticket/4708">#4708</a> : Added the 'htmlEncodeOutput' config option.</li> - <li><a href="http://dev.ckeditor.com/ticket/4342">#4342</a> : Introduced the bodyId and bodyClass settings to specify the id and class. to be used in the editing area at runtime.</li> - <li><a href="http://dev.ckeditor.com/ticket/3401">#3401</a> : Introduced the baseHref setting so it's possible to set the URL to be used to resolve absolute and relative URLs in the contents.</li> - <li><a href="http://dev.ckeditor.com/ticket/4729">#4729</a> : Added support to fake elements for comments.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/4707">#4707</a> : Fixed invalid link is requested in image preview.</li> - <li><a href="http://dev.ckeditor.com/ticket/4461">#4461</a> : Fixed toolbar separator line along side combo enlarging the toolbar height.</li> - <li><a href="http://dev.ckeditor.com/ticket/4596">#4596</a> : Fixed image re-size lock buttons aren't accessible in high-contrast mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/4676">#4676</a> : Fixed editing tables using table properties dialog overwrites original style values.</li> - <li><a href="http://dev.ckeditor.com/ticket/4714">#4714</a> : Fixed IE6 JavaScript error when editing flash by commit 'Flash' dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/3905">#3905</a> : Fixed 'wysiwyg' mode causes unauthenticated content warnings over SSL in FF 3.5.</li> - <li><a href="http://dev.ckeditor.com/ticket/4768">#4768</a> : Fixed open context menu in IE throws js error when focus is not inside document.</li> - <li><a href="http://dev.ckeditor.com/ticket/4822">#4822</a> : Fixed applying 'Headers' to existing table does not work in IE.</li> - <li><a href="http://dev.ckeditor.com/ticket/4855">#4855</a> : Fixed toolbar doesn't wrap well for 'v2' skin in all browsers.</li> - <li><a href="http://dev.ckeditor.com/ticket/4882">#4882</a> : Fixed auto detect paste from MS-Word is not working for Safari.</li> - <li><a href="http://dev.ckeditor.com/ticket/4882">#4882</a> : Fixed unexpected margin style left behind on content cleaning up from MS-Word.</li> - <li><a href="http://dev.ckeditor.com/ticket/4896">#4896</a> : Fixed paste nested list from MS-Word with measurement units set to cm is broken.</li> - <li><a href="http://dev.ckeditor.com/ticket/4899">#4899</a> : Fixed unable to undo pre-formatted style.</li> - <li><a href="http://dev.ckeditor.com/ticket/4900">#4900</a> : Fixed ratio-lock inconsistent between browsers.</li> - <li><a href="http://dev.ckeditor.com/ticket/4901">#4901</a> : Fixed unable to edit any link with popup window's features in Firefox.</li> - <li><a href="http://dev.ckeditor.com/ticket/4904">#4904</a> : Fixed when paste happen from dialog, it always throw JavaScript error.</li> - <li><a href="http://dev.ckeditor.com/ticket/4905">#4905</a> : Fixed paste plain text result incorrect when content from dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/4889">#4889</a> : Fixed unable to undo 'New Page' command after typing inside editor.</li> - <li><a href="http://dev.ckeditor.com/ticket/4892">#4892</a> : Fixed table alignment style is not properly represented by the wrapping div.</li> - <li><a href="http://dev.ckeditor.com/ticket/4918">#4918</a> : Fixed switching mode when maximized is showing background page contents.</li> - </ul> - <h3> - CKEditor 3.0.2</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/4343">#4343</a> : Added the configuration option 'browserContextMenuOnCtrl' so it's possible to enable the default browser context menu by holding the CTRL key.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/4552">#4552</a> : Fixed float panel doesn't show up since editor instanced been destroyed once.</li> - <li><a href="http://dev.ckeditor.com/ticket/3918">#3918</a> : Fixed fake object is editable with Image dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/4053">#4053</a> : Fixed 'Form Properties' missing from context menu when selection collapsed inside form.</li> - <li><a href="http://dev.ckeditor.com/ticket/4401">#4401</a> : Fixed customized by removing 'upload' tab page from 'Link dialog' cause JavaScript error.</li> - <li><a href="http://dev.ckeditor.com/ticket/4477">#4477</a> : Adding missing tag names in object style elements.</li> - <li><a href="http://dev.ckeditor.com/ticket/4567">#4567</a> : Fixed IE throw error when pressing BACKSPACE in source mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/4573">#4573</a> : Fixed 'IgnoreEmptyPargraph' config doesn't work with the config 'entities' is set to 'false'.</li> - <li><a href="http://dev.ckeditor.com/ticket/4614">#4614</a> : Fixed attribute protection fails because of line-break.</li> - <li><a href="http://dev.ckeditor.com/ticket/4546">#4546</a> : Fixed UIColor plugin doesn't work when editor id contains CSS selector preserved keywords.</li> - <li><a href="http://dev.ckeditor.com/ticket/4609">#4609</a> : Fixed flash object is lost when loading data from outside editor.</li> - <li><a href="http://dev.ckeditor.com/ticket/4625">#4625</a> : Fixed editor stays visible in a div with style 'visibility:hidden'.</li> - <li><a href="http://dev.ckeditor.com/ticket/4621">#4621</a> : Fixed clicking below table caused an empty table been generated.</li> - <li><a href="http://dev.ckeditor.com/ticket/3373">#3373</a> : Fixed empty context menu when there's no menu item at all.</li> - <li><a href="http://dev.ckeditor.com/ticket/4473">#4473</a> : Fixed setting rules on the same element tag name throws error.</li> - <li><a href="http://dev.ckeditor.com/ticket/4514">#4514</a> : Fixed press 'Back' button breaks wysiwyg editing mode is Firefox.</li> - <li><a href="http://dev.ckeditor.com/ticket/4542">#4542</a> : Fixed unable to access buttons using tab key in Safari and Opera.</li> - <li><a href="http://dev.ckeditor.com/ticket/4577">#4577</a> : Fixed relative link url is broken after opening 'Link' dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/4597">#4597</a> : Fixed custom style with same attribute name but different attribute value doesn't work.</li> - <li><a href="http://dev.ckeditor.com/ticket/4651">#4651</a> : Fixed 'Deleted' and 'Inserted' text style is not rendering in wysiwyg mode and is wrong is source mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/4654">#4654</a> : Fixed 'CKEDITOR.config.font_defaultLabel(fontSize_defaultLabel)' is not working.</li> - <li><a href="http://dev.ckeditor.com/ticket/3950">#3950</a> : Fixed table column insertion incorrect when selecting empty cell area.</li> - <li><a href="http://dev.ckeditor.com/ticket/3912">#3912</a> : Fixed UIColor not working in IE when page has more than 30+ editors.</li> - <li><a href="http://dev.ckeditor.com/ticket/4031">#4031</a> : Fixed mouse cursor on toolbar combo has more than 3 shapes.</li> - <li><a href="http://dev.ckeditor.com/ticket/4041">#4041</a> : Fixed open context menu on multiple cells to remove them result in only one removed.</li> - <li><a href="http://dev.ckeditor.com/ticket/4185">#4185</a> : Fixed resize handler effect doesn't affect flash object on output.</li> - <li><a href="http://dev.ckeditor.com/ticket/4196">#4196</a> : Fixed 'Remove Numbered/Bulleted List' on nested list doesn't work well on nested list.</li> - <li><a href="http://dev.ckeditor.com/ticket/4200">#4200</a> : Fixed unable to insert 'password' type filed with attributes.</li> - <li><a href="http://dev.ckeditor.com/ticket/4530">#4530</a> : Fixed context menu couldn't open in Opera.</li> - <li><a href="http://dev.ckeditor.com/ticket/4536">#4536</a> : Fixed keyboard navigation doesn't work at all in IE quirks mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/4584">#4584</a> : Fixed updated link Target field is not updating when updating to certain values.</li> - <li><a href="http://dev.ckeditor.com/ticket/4603">#4603</a> : Fixed unable to disable submenu items in contextmenu.</li> - <li><a href="http://dev.ckeditor.com/ticket/4672">#4672</a> : Fixed unable to redo the insertion of horizontal line.</li> - <li><a href="http://dev.ckeditor.com/ticket/4677">#4677</a> : Fixed 'Tab' key is trapped by hidden dialog elements.</li> - <li><a href="http://dev.ckeditor.com/ticket/4073">#4073</a> : Fixed insert template with replace option could result in empty document.</li> - <li><a href="http://dev.ckeditor.com/ticket/4455">#4455</a> : Fixed unable to start editing when image inside document not loaded.</li> - <li><a href="http://dev.ckeditor.com/ticket/4517">#4517</a> : Fixed 'dialog_backgroundCoverColor' doesn't work on IE6.</li> - <li><a href="http://dev.ckeditor.com/ticket/3165">#3165</a> : Fixed enter key in empty list item before nested one result in collapsed line.</li> - <li><a href="http://dev.ckeditor.com/ticket/4527">#4527</a> : Fixed checkbox generate invalid 'checked' attribute.</li> - <li><a href="http://dev.ckeditor.com/ticket/1659">#1659</a> : Fixed unable to click below content to start editing in IE with 'config.docType' setting to standard compliant.</li> - <li><a href="http://dev.ckeditor.com/ticket/3933">#3933</a> : Fixed extra <br> left at the end of document when the last element is a table.</li> - <li><a href="http://dev.ckeditor.com/ticket/4736">#4736</a> : Fixed PAGE UP and PAGE DOWN keys in standards mode are not working.</li> - <li><a href="http://dev.ckeditor.com/ticket/4725">#4725</a> : Fixed hitting 'enter' before html comment node produces a JavaScript error.</li> - <li><a href="http://dev.ckeditor.com/ticket/4522">#4522</a> : Fixed unable to redo when typing after insert an image with relative url.</li> - <li><a href="http://dev.ckeditor.com/ticket/4594">#4594</a> : Fixed context menu goes off-screen when mouse is at right had side of screen.</li> - <li><a href="http://dev.ckeditor.com/ticket/4673">#4673</a> : Fixed undo not available straight away if shift key is used to enter first character.</li> - <li><a href="http://dev.ckeditor.com/ticket/4690">#4690</a> : Fixed the parsing of nested inline elements.</li> - <li><a href="http://dev.ckeditor.com/ticket/4450">#4450</a> : Fixed selecting multiple table cells before apply justify commands generates spurious paragraph in Firefox.</li> - <li><a href="http://dev.ckeditor.com/ticket/4733">#4733</a> : Fixed dialog opening sometimes hang up Firefox and Safari.</li> - <li><a href="http://dev.ckeditor.com/ticket/4498">#4498</a> : Fixed toolbar collapse button missing tooltip.</li> - <li><a href="http://dev.ckeditor.com/ticket/4738">#4738</a> : Fixed inserting table inside bold/italic/underline generates error on ENTER_BR mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/4246">#4246</a> : Fixed avoid XHTML deprecated attributes for image styling.</li> - <li><a href="http://dev.ckeditor.com/ticket/4543">#4543</a> : Fixed unable to move cursor between table and hr.</li> - <li><a href="http://dev.ckeditor.com/ticket/4764">#4764</a> : Fixed wrong exception message when CKEDITOR.editor.append() to non-existing elements.</li> - <li><a href="http://dev.ckeditor.com/ticket/4521">#4521</a> : Fixed dialog layout in IE6/7 may have scroll-bar and other weird effects.</li> - <li><a href="http://dev.ckeditor.com/ticket/4709">#4709</a> : Fixed inconsistent scroll-bar behavior on IE.</li> - <li><a href="http://dev.ckeditor.com/ticket/4776">#4776</a> : Fixed preview page failed to open when relative URl contains in document.</li> - <li><a href="http://dev.ckeditor.com/ticket/4812">#4812</a> : Fixed 'Esc' key not working on dialogs in Opera.</li> - <li>Updated the following language files:<ul> - <li><a href="http://dev.ckeditor.com/ticket/4346">#4346</a> : Dutch;</li> - <li><a href="http://dev.ckeditor.com/ticket/4837">#4837</a> : Finnish;</li> - <li><a href="http://dev.ckeditor.com/ticket/4371">#4371</a> : Hebrew;</li> - <li><a href="http://dev.ckeditor.com/ticket/4371">#4607</a> <a href="http://dev.ckeditor.com/ticket/4713">#4713</a> : Japanese;</li> - <li><a href="http://dev.ckeditor.com/ticket/4660">#4660</a> : Norwegian.</li> - </ul></li> - </ul> - <h3> - CKEditor 3.0.1</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/4219">#4219</a> : Added fallback mechanism for config.language.</li> - <li><a href="http://dev.ckeditor.com/ticket/4194">#4194</a> : Added support for using multiple css style sheets within the editor.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/3898">#3898</a> : Added validation for URL value in Image dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/3528">#3528</a> : Fixed Context Menu issue when triggered using Shift+F10.</li> - <li><a href="http://dev.ckeditor.com/ticket/4028">#4028</a> : Maximize control's tool tip was wrong once it is maximized.</li> - <li><a href="http://dev.ckeditor.com/ticket/4237">#4237</a> : Toolbar is chopped off in Safari browser 3.x.</li> - <li><a href="http://dev.ckeditor.com/ticket/4241">#4241</a> : Float panels are left on screen while editor is destroyed.</li> - <li><a href="http://dev.ckeditor.com/ticket/4274">#4274</a> : Double click event is incorrect handled in 'divreplace' sample.</li> - <li><a href="http://dev.ckeditor.com/ticket/4354">#4354</a> : Fixed TAB key on toolbar to not focus disabled buttons.</li> - <li><a href="http://dev.ckeditor.com/ticket/3856">#3856</a> : Fixed focus and blur events in source view mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/3438">#3438</a> : Floating panels are off by (-1px, 0px) in RTL mode.</li> - <li><a href="http://dev.ckeditor.com/ticket/3370">#3370</a> : Refactored use of CKEDITOR.env.isCustomDomain().</li> - <li><a href="http://dev.ckeditor.com/ticket/4230">#4230</a> : HC detection caused js error.</li> - <li><a href="http://dev.ckeditor.com/ticket/3978">#3978</a> : Fixed setStyle float on IE7 strict.</li> - <li><a href="http://dev.ckeditor.com/ticket/4262">#4262</a> : Tab and Shift+Tab was not working to cycle through CTRL+SHIFT+F10 context menu in IE.</li> - <li><a href="http://dev.ckeditor.com/ticket/3633">#3633</a> : Default context menu isn't disabled in toolbar, status bar, panels...</li> - <li><a href="http://dev.ckeditor.com/ticket/3897">#3897</a> : Now there is no image previews when the URL is empty in image dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/4048">#4048</a> : Context submenu was lacking uiColor.</li> - <li><a href="http://dev.ckeditor.com/ticket/3568">#3568</a> : Dialogs now select all text when tabbing to text inputs.</li> - <li><a href="http://dev.ckeditor.com/ticket/3727">#3727</a> : Cell Properties dialog was missing color selection option.</li> - <li><a href="http://dev.ckeditor.com/ticket/3517">#3517</a> : Fixed "Match cyclic" field in Find & Replace dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/4368">#4368</a> : borderColor table cell attribute haven't worked for none-IE</li> - <li><a href="http://dev.ckeditor.com/ticket/4203">#4203</a> : In IE quirks mode + toolbar collapsed + source mode editing block height was incorrect.</li> - <li><a href="http://dev.ckeditor.com/ticket/4387">#4387</a> : Fixed: right clicking in Kama skin can lead to a javascript error.</li> - <li><a href="http://dev.ckeditor.com/ticket/4397">#4397</a> : Wysiwyg mode caused the host page scroll.</li> - <li><a href="http://dev.ckeditor.com/ticket/4385">#4385</a> : Fixed editor's auto adjusting on DOM structure were confusing the dirty checking mechanism.</li> - <li><a href="http://dev.ckeditor.com/ticket/4397">#4397</a> : Fixed regression of [3816] where turn on design mode was causing Firefox3 to scroll the host page.</li> - <li><a href="http://dev.ckeditor.com/ticket/4254">#4254</a> : Added basic API sample.</li> - <li><a href="http://dev.ckeditor.com/ticket/4107">#4107</a> : Normalize css font-family style text for correct comparision.</li> - <li><a href="http://dev.ckeditor.com/ticket/3664">#3664</a> : Insert block element in empty editor document should not create new paragraph.</li> - <li><a href="http://dev.ckeditor.com/ticket/4037">#4037</a> : 'id' attribute is missing with Flash dialog advanced page.</li> - <li><a href="http://dev.ckeditor.com/ticket/4047">#4047</a> : Delete selected control type element when 'Backspace' is pressed on it.</li> - <li><a href="http://dev.ckeditor.com/ticket/4191">#4191</a> : Fixed: dialog changes confirmation on image dialog appeared even when no changes have been made.</li> - <li><a href="http://dev.ckeditor.com/ticket/4351">#4351</a> : Dash and dot could appear in attribute names.</li> - <li><a href="http://dev.ckeditor.com/ticket/4355">#4355</a> : 'maximize' and 'showblock' commands shouldn't take editor focus.</li> - <li><a href="http://dev.ckeditor.com/ticket/4504">#4504</a> : Fixed 'Enter'/'Esc' key is not working on dialog button.</li> - <li><a href="http://dev.ckeditor.com/ticket/4245">#4245</a> : 'Strange Template' now come with a style attribute for width.</li> - <li><a href="http://dev.ckeditor.com/ticket/4512">#4512</a> : Fixed styles plugin incorrectly adding semicolons to style text.</li> - <li><a href="http://dev.ckeditor.com/ticket/3855">#3855</a> : Fixed loading unminified _source files when ckeditor_source.js is used.</li> - <li><a href="http://dev.ckeditor.com/ticket/3717">#3717</a> : Dialog settings defaults can now be overridden in-page through the CKEDITOR.config object.</li> - <li><a href="http://dev.ckeditor.com/ticket/4481">#4481</a> : The 'stylesCombo_stylesSet' configuration entry didn't work for full URLs.</li> - <li><a href="http://dev.ckeditor.com/ticket/4480">#4480</a> : Fixed scope attribute in th.</li> - <li><a href="http://dev.ckeditor.com/ticket/4467">#4467</a> : Fixed bug to use custom icon in context menus. Thanks to george.</li> - <li><a href="http://dev.ckeditor.com/ticket/4190">#4190</a> : Fixed select field dialog layout in Safari.</li> - <li><a href="http://dev.ckeditor.com/ticket/4518">#4518</a> : Fixed unable to open dialog without editor focus in IE.</li> - <li><a href="http://dev.ckeditor.com/ticket/4519">#4519</a> : Fixed maximize without editor focus throw error in IE.</li> - <li>Updated the following language files:<ul> - <li><a href="http://dev.ckeditor.com/ticket/3947">#3947</a> : Arabic;</li> - <li><a href="http://dev.ckeditor.com/ticket/4466">#4466</a> : Czech;</li> - <li><a href="http://dev.ckeditor.com/ticket/4363">#4363</a> : Danish;</li> - <li><a href="http://dev.ckeditor.com/ticket/4346">#4346</a> : Dutch;</li> - <li><a href="http://dev.ckeditor.com/ticket/4371">#4371</a> <a href="http://dev.ckeditor.com/ticket/4456">#4456</a> : Hebrew;</li> - <li><a href="http://dev.ckeditor.com/ticket/4382">#4382</a> : Polish.</li> - </ul></li> - </ul> - <h3> - CKEditor 3.0</h3> - <p> - New features:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/3188">#3188</a> : Introduce - <pre> formatting feature when converting from other blocks.</li> - <li><a href="http://dev.ckeditor.com/ticket/4445">#4445</a> : editor::setData now support an optional callback parameter.</li> - </ul> - <p> - Fixed issues:</p> - <ul> - <li><a href="http://dev.ckeditor.com/ticket/2856">#2856</a> : Fixed problem with inches in Paste From Word plugin.</li> - <li><a href="http://dev.ckeditor.com/ticket/3929">#3929</a> : Using Paste dialog, - the text is pasted into current selection</li> - <li><a href="http://dev.ckeditor.com/ticket/3920">#3920</a> : Mouse cursor over characters in - Special Character dialog now is correct</li> - <li><a href="http://dev.ckeditor.com/ticket/3882">#3882</a> : Fixed an issue - with PasteFromWord dialog in which default values was ignored</li> - <li><a href="http://dev.ckeditor.com/ticket/3859">#3859</a> : Fixed Flash dialog layout in Webkit</li> - <li><a href="http://dev.ckeditor.com/ticket/3852">#3852</a> : Disabled textarea resizing in dialogs</li> - <li><a href="http://dev.ckeditor.com/ticket/3831">#3831</a> : The attempt to remove the contextmenu plugin - will not anymore break the editor</li> - <li><a href="http://dev.ckeditor.com/ticket/3781">#3781</a> : Colorbutton is now disabled in 'source' mode</li> - <li><a href="http://dev.ckeditor.com/ticket/3848">#3848</a> : Fixed an issue with Webkit in witch - elements in the Image and Link dialogs had wrong dimensions.</li> - <li><a href="http://dev.ckeditor.com/ticket/3808">#3808</a> : Fixed UI Color Picker dialog size in example page.</li> - <li><a href="http://dev.ckeditor.com/ticket/3658">#3658</a> : Editor had horizontal scrollbar in IE6.</li> - <li><a href="http://dev.ckeditor.com/ticket/3819">#3819</a> : The cursor was not visible - when applying style to collapsed selections in Firefox 2.</li> - <li><a href="http://dev.ckeditor.com/ticket/3809">#3809</a> : Fixed beam cursor - when mouse cursor is over text-only buttons in IE.</li> - <li><a href="http://dev.ckeditor.com/ticket/3815">#3815</a> : Fixed an issue - with the form dialog in which the "enctype" attribute is outputted as "encoding".</li> - <li><a href="http://dev.ckeditor.com/ticket/3785">#3785</a> : Fixed an issue - in CKEDITOR.tools.htmlEncode() which incorrectly outputs &nbsp; in IE8.</li> - <li><a href="http://dev.ckeditor.com/ticket/3820">#3820</a> : Fixed an issue in - bullet list command in which a list created at the bottom of another gets merged to the top. - </li> - <li><a href="http://dev.ckeditor.com/ticket/3830">#3830</a> : Table cell properties dialog - doesn't apply to all selected cells.</li> - <li><a href="http://dev.ckeditor.com/ticket/3835">#3835</a> : Element path is not refreshed - after click on 'newpage'; and safari is not putting focus on document also. - </li> - <li><a href="http://dev.ckeditor.com/ticket/3821">#3821</a> : Fixed an issue with JAWS in which - toolbar items are read inconsistently between virtual cursor modes.</li> - <li><a href="http://dev.ckeditor.com/ticket/3789">#3789</a> : The "src" attribute - was getting duplicated in some situations.</li> - <li><a href="http://dev.ckeditor.com/ticket/3591">#3591</a> : Protecting flash related elements - including '<object>', '<embed>' and '<param>'. - </li> - <li><a href="http://dev.ckeditor.com/ticket/3759">#3759</a> : Fixed CKEDITOR.dom.element::scrollIntoView - logic bug which scroll even element is inside viewport. - </li> - <li><a href="http://dev.ckeditor.com/ticket/3773">#3773</a> : Fixed remove list will merge lines. - </li> - <li><a href="http://dev.ckeditor.com/ticket/3829">#3829</a> : Fixed remove empty link on output data.</li> - <li><a href="http://dev.ckeditor.com/ticket/3730">#3730</a> : Indent is performing on the whole - block instead of selected lines in enterMode = BR.</li> - <li><a href="http://dev.ckeditor.com/ticket/3844">#3844</a> : Fixed UndoManager register keydown on obsoleted document</li> - <li><a href="http://dev.ckeditor.com/ticket/3805">#3805</a> : Enabled SCAYT plugin for IE.</li> - <li><a href="http://dev.ckeditor.com/ticket/3834">#3834</a> : Context menu on table caption was incorrect.</li> - <li><a href="http://dev.ckeditor.com/ticket/3812">#3812</a> : Fixed an issue in which the editor - may show up empty or uneditable in IE7, 8 and Firefox 3.</li> - <li><a href="http://dev.ckeditor.com/ticket/3825">#3825</a> : Fixed JS error when opening spellingcheck.</li> - <li><a href="http://dev.ckeditor.com/ticket/3862">#3862</a> : Fixed html parser infinite loop on certain malformed - source code.</li> - <li><a href="http://dev.ckeditor.com/ticket/3639">#3639</a> : Button size was inconsistent.</li> - <li><a href="http://dev.ckeditor.com/ticket/3874">#3874</a> : Paste as plain text in Safari loosing lines.</li> - <li><a href="http://dev.ckeditor.com/ticket/3849">#3849</a> : Fixed IE8 crashes when applying lists and indenting.</li> - <li><a href="http://dev.ckeditor.com/ticket/3876">#3876</a> : Changed dialog checkbox and radio labels to explicit labels.</li> - <li><a href="http://dev.ckeditor.com/ticket/3843">#3843</a> : Fixed context submenu position in IE 6 & 7 RTL.</li> - <li><a href="http://dev.ckeditor.com/ticket/3864">#3864</a> : [FF]Document is not editable after inserting element on a fresh page.</li> - <li><a href="http://dev.ckeditor.com/ticket/3883">#3883</a> : Fixed removing inline style logic incorrect on Firefox2.</li> - <li><a href="http://dev.ckeditor.com/ticket/3884">#3884</a> : Empty "href" attribute was duplicated on output data.</li> - <li><a href="http://dev.ckeditor.com/ticket/3858">#3858</a> : Fixed the issue where toolbars - break up in IE6 and IE7 after the browser is resized.</li> - <li><a href="http://dev.ckeditor.com/ticket/3868">#3868</a> : [chrome] SCAYT toolbar options was in reversed order.</li> - <li><a href="http://dev.ckeditor.com/ticket/3875">#3875</a> : Fixed an issue in Safari where - table row/column/cell menus are not useable when table cells are selected.</li> - <li><a href="http://dev.ckeditor.com/ticket/3896">#3896</a> : The editing area was - flashing when switching forth and back to source view.</li> - <li><a href="http://dev.ckeditor.com/ticket/3894">#3894</a> : Fixed an issue where editor failed to initialize when using the on-demand loading way.</li> - <li><a href="http://dev.ckeditor.com/ticket/3903">#3903</a> : Color button plugin doesn't read config entry from editor instance correctly.</li> - <li><a href="http://dev.ckeditor.com/ticket/3801">#3801</a> : Comments at the start of the document was lost in IE.</li> - <li><a href="http://dev.ckeditor.com/ticket/3871">#3871</a> : Unable to redo when undos to the front of snapshots stack.</li> - <li><a href="http://dev.ckeditor.com/ticket/3909">#3909</a> : Move focus from editor into a text input control is broken.</li> - <li><a href="http://dev.ckeditor.com/ticket/3870">#3870</a> : The empty paragraph - desappears when hitting ENTER after "New Page".</li> - <li><a href="http://dev.ckeditor.com/ticket/3887">#3887</a> : Fixed an issue in which the create - list command may leak outside of a selected table cell and into the rest of document.</li> - <li><a href="http://dev.ckeditor.com/ticket/3916">#3916</a> : Fixed maximize does not enlarge editor width when width is set.</li> - <li><a href="http://dev.ckeditor.com/ticket/3879">#3879</a> : [webkit] Color button panel had incorrect size on first open.</li> - <li><a href="http://dev.ckeditor.com/ticket/3839">#3839</a> : Update Scayt plugin to reflect the latest change from SpellChecker.net.</li> - <li><a href="http://dev.ckeditor.com/ticket/3742">#3742</a> : Fixed wrong dialog layout for dialogs without tab bar in IE RTL mode .</li> - <li><a href="http://dev.ckeditor.com/ticket/3671">#3671</a> : Fixed body fixing should be applied to the real type under fake elements.</li> - <li><a href="http://dev.ckeditor.com/ticket/3836">#3836</a> : Fixed remove list in enterMode=BR will merge sibling text to one line.</li> - <li><a href="http://dev.ckeditor.com/ticket/3949">#3949</a> : Fixed enterKey within pre-formatted text introduce wrong line-break.</li> - <li><a href="http://dev.ckeditor.com/ticket/3878">#3878</a> : Whenever possible, - dialogs will not present scrollbars if the content is too big for its standard - size.</li> - <li><a href="http://dev.ckeditor.com/ticket/3782">#3782</a> : Remove empty list in table cell result in collapsed cell.</li> - <li>Updated the following language files:<ul> - <li><a href="http://dev.ckeditor.com/ticket/4183">#4183</a> : Basque;</li> - <li><a href="http://dev.ckeditor.com/ticket/3837">#3837</a> : Brazilian Portuguese;</li> - <li><a href="http://dev.ckeditor.com/ticket/4171">#4171</a> : Catalan;</li> - <li><a href="http://dev.ckeditor.com/ticket/4115">#4115</a> : Chinese (Simplified);</li> - <li><a href="http://dev.ckeditor.com/ticket/4179">#4179</a> : Chinese (Traditional);</li> - <li><a href="http://dev.ckeditor.com/ticket/4102">#4102</a> : Croatian;</li> - <li><a href="http://dev.ckeditor.com/ticket/4105">#4105</a> : French;</li> - <li><a href="http://dev.ckeditor.com/ticket/4104">#4104</a> : German;</li> - <li><a href="http://dev.ckeditor.com/ticket/4116">#4116</a> : Italian;</li> - <li><a href="http://dev.ckeditor.com/ticket/4091">#4091</a> : Japanese;</li> - <li><a href="http://dev.ckeditor.com/ticket/4120">#4120</a> : Polish;</li> - <li><a href="http://dev.ckeditor.com/ticket/3987">#3987</a> : Spanish;</li> - <li><a href="http://dev.ckeditor.com/ticket/4089">#4089</a> : Ukrainian;</li> - <li><a href="http://dev.ckeditor.com/ticket/4166">#4166</a> : Vietnamese.</li> - </ul></li> - <li><a href="http://dev.ckeditor.com/ticket/3984">#3984</a> : [IE]The pre-formatted style is generating error.</li> - <li><a href="http://dev.ckeditor.com/ticket/3946">#3946</a> : Fixed unable to hide contextmenu.</li> - <li><a href="http://dev.ckeditor.com/ticket/3956">#3956</a> : Fixed About dialog in Source Mode for IE.</li> - <li><a href="http://dev.ckeditor.com/ticket/3953">#3953</a> : Fixed keystroke for close Paste dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/3951">#3951</a> : Reset size and lock ratio options were not accessible in Image dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/3921">#3921</a> : Fixed Container scroll issue on IE7.</li> - <li><a href="http://dev.ckeditor.com/ticket/3940">#3940</a> : Fixed list operation doesn't stop at table.</li> - <li><a href="http://dev.ckeditor.com/ticket/3891">#3891</a> : [IE] Fixed 'automatic' font color doesn't work.</li> - <li><a href="http://dev.ckeditor.com/ticket/3972">#3972</a> : Fixed unable to remove a single empty list in document in Firefox with enterMode=BR.</li> - <li><a href="http://dev.ckeditor.com/ticket/3973">#3973</a> : Fixed list creation error at the end of document.</li> - <li><a href="http://dev.ckeditor.com/ticket/3959">#3959</a> : Pasting styled text from word result in content lost.</li> - <li><a href="http://dev.ckeditor.com/ticket/3793">#3793</a> : Combined images into sprites.</li> - <li><a href="http://dev.ckeditor.com/ticket/3783">#3783</a> : Fixed indenting command in table cells create collapsed paragraph.</li> - <li><a href="http://dev.ckeditor.com/ticket/3968">#3968</a> : About dialog layout was broken with IE+Standards+RTL.</li> - <li><a href="http://dev.ckeditor.com/ticket/3991">#3991</a> : In IE quirks, text was not visible in v2 and office2003 skins.</li> - <li><a href="http://dev.ckeditor.com/ticket/3983">#3983</a> : In IE, we'll now - silently ignore wrong toolbar definition settings which have extra commas being - left around.</li> - <li>Fixed the following test cases:<ul> - <li><a href="http://dev.ckeditor.com/ticket/3992">#3992</a> : core/ckeditor2.html</li> - <li><a href="http://dev.ckeditor.com/ticket/4138">#4138</a> : core/plugins.html</li> - <li><a href="http://dev.ckeditor.com/ticket/3801">#3801</a> : plugins/htmldataprocessor/htmldataprocessor.html</li> - </ul></li> - <li><a href="http://dev.ckeditor.com/ticket/3989">#3989</a> : Host page horizontal scrolling a lot when on having righ-to-left direction.</li> - <li><a href="http://dev.ckeditor.com/ticket/4001">#4001</a> : Create link around existing image result incorrect.</li> - <li><a href="http://dev.ckeditor.com/ticket/3988">#3988</a> : Destroy editor on form submit event cause error.</li> - <li><a href="http://dev.ckeditor.com/ticket/3994">#3994</a> : Insert horizontal line at end of document cause error.</li> - <li><a href="http://dev.ckeditor.com/ticket/4074">#4074</a> : Indent error with 'indentClasses' config specified.</li> - <li><a href="http://dev.ckeditor.com/ticket/4057">#4057</a> : Fixed anchor is lost after switch between editing modes.</li> - <li><a href="http://dev.ckeditor.com/ticket/3644">#3644</a> : Image dialog was missin radio lock.</li> - <li><a href="http://dev.ckeditor.com/ticket/4014">#4014</a> : Firefox2 had no dialog button backgrounds.</li> - <li><a href="http://dev.ckeditor.com/ticket/4018">#4018</a> : Firefox2 had no richcombo text visible.</li> - <li><a href="http://dev.ckeditor.com/ticket/4035">#4035</a> : [IE6] Paste dialog size was too small.</li> - <li><a href="http://dev.ckeditor.com/ticket/4049">#4049</a> : Kama skin was too wide with config.width.</li> - <li>The following released files now doesn't require the _source folder<ul> - <li><a href="http://dev.ckeditor.com/ticket/4086">#4086</a> : _samples/ui_languages.html</li> - <li><a href="http://dev.ckeditor.com/ticket/4093">#4093</a> : _tests/core/dom/document.html</li> - <li><a href="http://dev.ckeditor.com/ticket/4094">#4094</a> : Smiley plugin file</li> - <li><a href="http://dev.ckeditor.com/ticket/4097">#4097</a> : No undo/redo support for fontColor and backgroundColor buttons.</li> - </ul></li> - <li><a href="http://dev.ckeditor.com/ticket/4085">#4085</a> : Paste and Paste from Word dialogs were not well styled in IE+RTL.</li> - <li><a href="http://dev.ckeditor.com/ticket/3982">#3982</a> : Fixed enterKey on empty list item result in weird dom structure.</li> - <li><a href="http://dev.ckeditor.com/ticket/4101">#4101</a> : Now it is possible to close dialog before gets focus.</li> - <li><a href="http://dev.ckeditor.com/ticket/4075">#4075</a> : [IE6/7]Fixed apply custom inline style with "class" attribute failed.</li> - <li><a href="http://dev.ckeditor.com/ticket/4087">#4087</a> : [Firefox]Fixed extra blocks created on create list when full document selected.</li> - <li><a href="http://dev.ckeditor.com/ticket/4097">#4097</a> : No undo/redo support for fontColor and backgroundColor buttons.</li> - <li><a href="http://dev.ckeditor.com/ticket/4111">#4111</a> : Fixed apply block style after inline style applied on full document error.</li> - <li><a href="http://dev.ckeditor.com/ticket/3622">#3622</a> : Fixed shift enter with selection not deleting highlighted text.</li> - <li><a href="http://dev.ckeditor.com/ticket/4092">#4092</a> : [IE6] Close button was missing for dialog without multiple tabs.</li> - <li><a href="http://dev.ckeditor.com/ticket/4003">#4003</a> : Markup on the image dialog was disrupted when removing the border input.</li> - <li><a href="http://dev.ckeditor.com/ticket/4096">#4096</a> : Editor content area was pushed down in IE RTL quirks.</li> - <li><a href="http://dev.ckeditor.com/ticket/4112">#4112</a> : [FF] Paste dialog had scrollbars in quirks.</li> - <li><a href="http://dev.ckeditor.com/ticket/4118">#4118</a> : Dialog dragging was - occasionally behaving strangely .</li> - <li><a href="http://dev.ckeditor.com/ticket/4077">#4077</a> : The toolbar combos - were rendering incorrectly in some languages, like Chinese.</li> - <li><a href="http://dev.ckeditor.com/ticket/3622">#3622</a> : The toolbar in the v2 - skin was wrapping improperly in some languages.</li> - <li><a href="http://dev.ckeditor.com/ticket/4119">#4119</a> : Unable to edit image link with image dialog.</li> - <li><a href="http://dev.ckeditor.com/ticket/4117">#4117</a> : Fixed dialog error when transforming image into button.</li> - <li><a href="http://dev.ckeditor.com/ticket/4058">#4058</a> : [FF] wysiwyg mode is sometimes not been activated.</li> - <li><a href="http://dev.ckeditor.com/ticket/4114">#4114</a> : [IE] RTE + IE6/IE7 Quirks = dialog mispositoned.</li> - <li><a href="http://dev.ckeditor.com/ticket/4123">#4123</a> : Some dialog buttons were broken in IE7 quirks.</li> - <li><a href="http://dev.ckeditor.com/ticket/4122">#4122</a> : [IE] The image dialog - was being rendered improperly when loading an image with long URL.</li> - <li><a href="http://dev.ckeditor.com/ticket/4144">#4144</a> : Fixed the white-spaces at the end of <pre> is incorrectly removed.</li> - <li><a href="http://dev.ckeditor.com/ticket/4143">#4143</a> : Fixed element id is lost when extracting contents from the range.</li> - <li><a href="http://dev.ckeditor.com/ticket/4007">#4007</a> : [IE] Source area overflow from editor chrome.</li> - <li><a href="http://dev.ckeditor.com/ticket/4145">#4145</a> : Fixed the on demand - ("basic") loading model of the editor.</li> - <li><a href="http://dev.ckeditor.com/ticket/4139">#4139</a> : Fixed list plugin regression of [3903].</li> - <li><a href="http://dev.ckeditor.com/ticket/4147">#4147</a> : Unify style text normalization logic when comparing styles.</li> - <li><a href="http://dev.ckeditor.com/ticket/4150">#4150</a> : Fixed enlarge list result incorrect at the inner boundary of block.</li> - <li><a href="http://dev.ckeditor.com/ticket/4164">#4164</a> : Now it is possible to paste text - in Source mode even if forcePasteAsPlainText = true.</li> - <li><a href="http://dev.ckeditor.com/ticket/4129">#4129</a> : [FF]Unable to remove list with Ctrl-A.</li> - <li><a href="http://dev.ckeditor.com/ticket/4172">#4172</a> : [Safari] The trailing - <br> was not been always added to blank lines ending with &nbsp;.</li> - <li><a href="http://dev.ckeditor.com/ticket/4178">#4178</a> : It's now possible to - copy and paste Flash content among different editor instances.</li> - <li><a href="http://dev.ckeditor.com/ticket/4193">#4193</a> : Automatic font color produced empty span on Firefox 3.5.</li> - <li><a href="http://dev.ckeditor.com/ticket/4186">#4186</a> : [FF] Fixed First open float panel cause host page scrollbar blinking.</li> - <li><a href="http://dev.ckeditor.com/ticket/4227">#4227</a> : Fixed destroy editor instance created on textarea which is not within form cause error.</li> - <li><a href="http://dev.ckeditor.com/ticket/4240">#4240</a> : Fixed editor name containing hyphen break editor completely.</li> - <li><a href="http://dev.ckeditor.com/ticket/3828">#3828</a> : Malformed nested list is now corrected by the parser.</li> - </ul> - <h3> - CKEditor 3.0 RC</h3> - <p> - Changelog starts at this release.</p> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/CHANGES.md b/skins/ckeditor/CHANGES.md new file mode 100644 index 0000000..a7d783e --- /dev/null +++ b/skins/ckeditor/CHANGES.md @@ -0,0 +1,457 @@ +CKEditor 4 Changelog +==================== + +## CKEditor 4.3.4 + +Fixed Issues: + +* [#11597](http://dev.ckeditor.com/ticket/11597): [IE11] Fixed: Error thrown when trying to open the [preview](http://ckeditor.com/addon/preview) using the keyboard. +* [#11544](http://dev.ckeditor.com/ticket/11544): [Placeholders](http://ckeditor.com/addon/placeholder) will no longer be upcasted in parents not accepting `<span>` elements. +* [#8663](http://dev.ckeditor.com/ticket/8663): Fixed [`element.renameNode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-renameNode) not clearing the [`element.getName()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-getName) cache. +* [#11574](http://dev.ckeditor.com/ticket/11574): Fixed: *Backspace* destroying the DOM structure if an inline editable is placed in a list item. +* [#11603](http://dev.ckeditor.com/ticket/11603): Fixed: [Table Resize](http://ckeditor.com/addon/tableresize) attaches to tables outside the editable. +* [#9205](http://dev.ckeditor.com/ticket/9205), [#7805](http://dev.ckeditor.com/ticket/7805), [#8216](http://dev.ckeditor.com/ticket/8216): Fixed: `{cke_protected_1}` appearing in data in various cases where HTML comments are placed next to `"` or `'`. +* [#11635](http://dev.ckeditor.com/ticket/11635): Fixed: Some attributes are not protected before the content is passed through the fix bin. +* [#11660](http://dev.ckeditor.com/ticket/11660): [IE] Fixed: Table content is lost when some extra markup is inside the table. +* [#11641](http://dev.ckeditor.com/ticket/11641): Fixed: Switching between modes in the classic editor removes content styles for the inline editor. +* [#11568](http://dev.ckeditor.com/ticket/11568): Fixed: [Styles](http://ckeditor.com/addon/stylescombo) drop-down list is not enabled on selection change. + +## CKEditor 4.3.3 + +Fixed Issues: + +* [#11500](http://dev.ckeditor.com/ticket/11500): [Webkit/Blink] Fixed: Selection lost when setting data in another inline editor. Additionally, [`selection.removeAllRanges()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-method-removeAllRanges) is now scoped to selection's [root](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-property-root). +* [#11104](http://dev.ckeditor.com/ticket/11104): [IE] Fixed: Various issues with scrolling and selection when focusing widgets. +* [#11487](http://dev.ckeditor.com/ticket/11487): Moving mouse over the [Enhanced Image](http://ckeditor.com/addon/image2) widget will no longer change the value returned by the [`editor.checkDirty()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-checkDirty) method. +* [#8673](http://dev.ckeditor.com/ticket/8673): [WebKit] Fixed: Cannot select and remove the [Page Break](http://ckeditor.com/addon/pagebreak). +* [#11413](http://dev.ckeditor.com/ticket/11413): Fixed: Incorrect [`editor.execCommand()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-execCommand) behavior. +* [#11438](http://dev.ckeditor.com/ticket/11438): Splitting table cells vertically is no longer changing table structure. +* [#8899](http://dev.ckeditor.com/ticket/8899): Fixed: Links in the [About CKEditor](http://ckeditor.com/addon/about) dialog window now open in a new browser window or tab. +* [#11490](http://dev.ckeditor.com/ticket/11490): Fixed: [Menu button](http://ckeditor.com/addon/menubutton) panel not showing in the source mode. +* [#11417](http://dev.ckeditor.com/ticket/11417): The [`widget.doubleclick`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-event-doubleclick) event is not canceled anymore after editing was triggered. +* [#11253](http://dev.ckeditor.com/ticket/11253): [IE] Fixed: Clipped upload button in the [Enhanced Image](http://ckeditor.com/addon/image2) dialog window. +* [#11359](http://dev.ckeditor.com/ticket/11359): Standardized the way anchors are discovered by the [Link](http://ckeditor.com/addon/link) plugin. +* [#11058](http://dev.ckeditor.com/ticket/11058): [IE8] Fixed: Error when deleting a table row. +* [#11508](http://dev.ckeditor.com/ticket/11508): Fixed: [`htmlDataProcessor`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlDataProcessor) discovering protected attributes within other attributes' values. +* [#11533](http://dev.ckeditor.com/ticket/11533): Widgets: Avoid recurring upcasts if the DOM structure was modified during an upcast. +* [#11400](http://dev.ckeditor.com/ticket/11400): Fixed: The [`domObject.removeAllListeners()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.domObject-method-removeAllListeners) method does not remove custom listeners completely. +* [#11493](http://dev.ckeditor.com/ticket/11493): Fixed: The [`selection.getRanges()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-method-getRanges) method does not override cached ranges when used with the `onlyEditables` argument. +* [#11390](http://dev.ckeditor.com/ticket/11390): [IE] All [XML](http://ckeditor.com/addon/xml) plugin [methods](http://docs.ckeditor.com/#!/api/CKEDITOR.xml) now work in IE10+. +* [#11542](http://dev.ckeditor.com/ticket/11542): [IE11] Fixed: Blurry toolbar icons when Right-to-Left UI language is set. +* [#11504](http://dev.ckeditor.com/ticket/11504): Fixed: When [`config.fullPage`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-fullPage) is set to `true`, entities are not encoded in editor output. +* [#11004](http://dev.ckeditor.com/ticket/11004): Integrated [Enhanced Image](http://ckeditor.com/addon/image2) dialog window with [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter). +* [#11439](http://dev.ckeditor.com/ticket/11439): Fixed: Properties get cloned in the Cell Properties dialog window if multiple cells are selected. + +## CKEditor 4.3.2 + +Fixed Issues: + +* [#11331](http://dev.ckeditor.com/ticket/11331): A menu button will have a changed label when selected instead of using the `aria-pressed` attribute. +* [#11177](http://dev.ckeditor.com/ticket/11177): Widget drag handler improvements: + * [#11176](http://dev.ckeditor.com/ticket/11176): Fixed: Initial position is not updated when the widget data object is empty. + * [#11001](http://dev.ckeditor.com/ticket/11001): Fixed: Multiple synchronous layout recalculations are caused by initial drag handler positioning causing performance issues. + * [#11161](http://dev.ckeditor.com/ticket/11161): Fixed: Drag handler is not repositioned in various situations. + * [#11281](http://dev.ckeditor.com/ticket/11281): Fixed: Drag handler and mask are duplicated after widget reinitialization. +* [#11207](http://dev.ckeditor.com/ticket/11207): [Firefox] Fixed: Misplaced [Enhanced Image](http://ckeditor.com/addon/image2) resizer in the inline editor. +* [#11102](http://dev.ckeditor.com/ticket/11102): `CKEDITOR.template` improvements: + * [#11102](http://dev.ckeditor.com/ticket/11102): Added newline character support. + * [#11216](http://dev.ckeditor.com/ticket/11216): Added "\\'" substring support. +* [#11121](http://dev.ckeditor.com/ticket/11121): [Firefox] Fixed: High Contrast mode is enabled when the editor is loaded in a hidden iframe. +* [#11350](http://dev.ckeditor.com/ticket/11350): The default value of [`config.contentsCss`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-contentsCss) is affected by [`CKEDITOR.getUrl()`](http://docs.ckeditor.com/#!/api/CKEDITOR-method-getUrl). +* [#11097](http://dev.ckeditor.com/ticket/11097): Improved the [Autogrow](http://ckeditor.com/addon/autogrow) plugin performance when dealing with very big tables. +* [#11290](http://dev.ckeditor.com/ticket/11290): Removed redundant code in the [Source Dialog](http://ckeditor.com/addon/sourcedialog) plugin. +* [#11133](http://dev.ckeditor.com/ticket/11133): [Page Break](http://ckeditor.com/addon/pagebreak) becomes editable if pasted. +* [#11126](http://dev.ckeditor.com/ticket/11126): Fixed: Native Undo executed once the bottom of the snapshot stack is reached. +* [#11131](http://dev.ckeditor.com/ticket/11131): [Div Editing Area](http://ckeditor.com/addon/divarea): Fixed: Error thrown when switching to source mode if the selection was in widget's nested editable. +* [#11139](http://dev.ckeditor.com/ticket/11139): [Div Editing Area](http://ckeditor.com/addon/divarea): Fixed: Elements Path is not cleared after switching to source mode. +* [#10778](http://dev.ckeditor.com/ticket/10778): Fixed a bug with range enlargement. The range no longer expands to visible whitespace. +* [#11146](http://dev.ckeditor.com/ticket/11146): [IE] Fixed: Preview window switches Internet Explorer to Quirks Mode. +* [#10762](http://dev.ckeditor.com/ticket/10762): [IE] Fixed: JavaScript code displayed in preview window's URL bar. +* [#11186](http://dev.ckeditor.com/ticket/11186): Introduced the [`widgets.repository.addUpcastCallback()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-addUpcastCallback) method that allows to block upcasting given element to a widget. +* [#11307](http://dev.ckeditor.com/ticket/11307): Fixed: Paste as Plain Text conflict with the [MooTools](http://mootools.net) library. +* [#11140](http://dev.ckeditor.com/ticket/11140): [IE11] Fixed: Anchors are not draggable. +* [#11379](http://dev.ckeditor.com/ticket/11379): Changed default contents `line-height` to unitless values to avoid huge text overlapping (like in [#9696](http://dev.ckeditor.com/ticket/9696)). +* [#10787](http://dev.ckeditor.com/ticket/10787): [Firefox] Fixed: Broken replacement of text while pasting into `div`-based editor. +* [#10884](http://dev.ckeditor.com/ticket/10884): Widgets integration with the [Show Blocks](http://ckeditor.com/addon/showblocks) plugin. +* [#11021](http://dev.ckeditor.com/ticket/11021): Fixed: An error thrown when selecting entire editable contents while fake selection is on. +* [#11086](http://dev.ckeditor.com/ticket/11086): [IE8] Re-enable inline widgets drag&drop in Internet Explorer 8. +* [#11372](http://dev.ckeditor.com/ticket/11372): Widgets: Special characters encoded twice in nested editables. +* [#10068](http://dev.ckeditor.com/ticket/10068): Fixed: Support for protocol-relative URLs. +* [#11283](http://dev.ckeditor.com/ticket/11283): [Enhanced Image](http://ckeditor.com/addon/image2): A `<div>` element with `text-align: center` and an image inside is not recognised correctly. +* [#11196](http://dev.ckeditor.com/ticket/11196): [Accessibility Instructions](http://ckeditor.com/addon/a11yhelp): Allowed additional keyboard button labels to be translated in the dialog window. + +## CKEditor 4.3.1 + +**Important Notes:** + +* To match the naming convention, the `language` button is now `Language` ([#11201](http://dev.ckeditor.com/ticket/11201)). +* [Enhanced Image](http://ckeditor.com/addon/image2) button, context menu, command, and icon names match those of the [Image](http://ckeditor.com/addon/image) plugin ([#11222](http://dev.ckeditor.com/ticket/11222)). + +Fixed Issues: + +* [#11244](http://dev.ckeditor.com/ticket/11244): Changed: The [`widget.repository.checkWidgets()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-checkWidgets) method now fires the [`widget.repository.checkWidgets`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-event-checkWidgets) event, so from CKEditor 4.3.1 it is preferred to use the method rather than fire the event. +* [#11171](http://dev.ckeditor.com/ticket/11171): Fixed: [`editor.insertElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertElement) and [`editor.insertText()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertText) methods do not call the [`widget.repository.checkWidgets()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-checkWidgets) method. +* [#11085](http://dev.ckeditor.com/ticket/11085): [IE8] Replaced preview generated by the [Mathematical Formulas](http://ckeditor.com/addon/mathjax) widget with a placeholder. +* [#11044](http://dev.ckeditor.com/ticket/11044): Enhanced WAI-ARIA support for the [Language](http://ckeditor.com/addon/language) plugin drop-down menu. +* [#11075](http://dev.ckeditor.com/ticket/11075): With drop-down menu button focused, pressing the *Down Arrow* key will now open the menu and focus its first option. +* [#11165](http://dev.ckeditor.com/ticket/11165): Fixed: The [File Browser](http://ckeditor.com/addon/filebrowser) plugin cannot be removed from the editor. +* [#11159](http://dev.ckeditor.com/ticket/11159): [IE9-10] [Enhanced Image](http://ckeditor.com/addon/image2): Fixed buggy discovery of image dimensions. +* [#11101](http://dev.ckeditor.com/ticket/11101): Drop-down lists no longer break when given double quotes. +* [#11077](http://dev.ckeditor.com/ticket/11077): [Enhanced Image](http://ckeditor.com/addon/image2): Empty undo step recorded when resizing the image. +* [#10853](http://dev.ckeditor.com/ticket/10853): [Enhanced Image](http://ckeditor.com/addon/image2): Widget has paragraph wrapper when de-captioning unaligned image. +* [#11198](http://dev.ckeditor.com/ticket/11198): Widgets: Drag handler is not fully visible when an inline widget is in a heading. +* [#11132](http://dev.ckeditor.com/ticket/11132): [Firefox] Fixed: Caret is lost after drag and drop of an inline widget. +* [#11182](http://dev.ckeditor.com/ticket/11182): [IE10-11] Fixed: Editor crashes (IE11) or works with minor issues (IE10) if a page is loaded in Quirks Mode. See [`env.quirks`](http://docs.ckeditor.com/#!/api/CKEDITOR.env-property-quirks) for more details. +* [#11204](http://dev.ckeditor.com/ticket/11204): Added `figure` and `figcaption` styles to the `contents.css` file so [Enhanced Image](http://ckeditor.com/addon/image2) looks nicer. +* [#11202](http://dev.ckeditor.com/ticket/11202): Fixed: No newline in [BBCode](http://ckeditor.com/addon/bbcode) mode. +* [#10890](http://dev.ckeditor.com/ticket/10890): Fixed: Error thrown when pressing the *Delete* key in a list item. +* [#10055](http://dev.ckeditor.com/ticket/10055): [IE8-10] Fixed: *Delete* pressed on a selected image causes the browser to go back. +* [#11183](http://dev.ckeditor.com/ticket/11183): Fixed: Inserting a horizontal rule or a table in multiple row selection causes a browser crash. Additionally, the [`editor.insertElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertElement) method does not insert the element into every range of a selection any more. +* [#11042](http://dev.ckeditor.com/ticket/11042): Fixed: Selection made on an element containing a non-editable element was not auto faked. +* [#11125](http://dev.ckeditor.com/ticket/11125): Fixed: Keyboard navigation through menu and drop-down items will now cycle. +* [#11011](http://dev.ckeditor.com/ticket/11011): Fixed: The [`editor.applyStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-applyStyle) method removes attributes from nested elements. +* [#11179](http://dev.ckeditor.com/ticket/11179): Fixed: [`editor.destroy()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-destroy) does not cleanup content generated by the [Table Resize](http://ckeditor.com/addon/tableresize) plugin for inline editors. +* [#11237](http://dev.ckeditor.com/ticket/11237): Fixed: Table border attribute value is deleted when pasting content from Microsoft Word. +* [#11250](http://dev.ckeditor.com/ticket/11250): Fixed: HTML entities inside the `<textarea>` element are not encoded. +* [#11260](http://dev.ckeditor.com/ticket/11260): Fixed: Initially disabled buttons are not read by JAWS as disabled. +* [#11200](http://dev.ckeditor.com/ticket/11200): Added [Clipboard](http://ckeditor.com/addon/clipboard) plugin as a dependency for [Widget](http://ckeditor.com/addon/widget) to fix drag and drop. + +## CKEditor 4.3 + +New Features: + +* [#10612](http://dev.ckeditor.com/ticket/10612): Internet Explorer 11 support. +* [#10869](http://dev.ckeditor.com/ticket/10869): Widgets: Added better integration with the [Elements Path](http://ckeditor.com/addon/elementspath) plugin. +* [#10886](http://dev.ckeditor.com/ticket/10886): Widgets: Added tooltip to the drag handle. +* [#10933](http://dev.ckeditor.com/ticket/10933): Widgets: Introduced drag and drop of block widgets with the [Line Utilities](http://ckeditor.com/addon/lineutils) plugin. +* [#10936](http://dev.ckeditor.com/ticket/10936): Widget System changes for easier integration with other dialog systems. +* [#10895](http://dev.ckeditor.com/ticket/10895): [Enhanced Image](http://ckeditor.com/addon/image2): Added file browser integration. +* [#11002](http://dev.ckeditor.com/ticket/11002): Added the [`draggable`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.definition-property-draggable) option to disable drag and drop support for widgets. +* [#10937](http://dev.ckeditor.com/ticket/10937): [Mathematical Formulas](http://ckeditor.com/addon/mathjax) widget improvements: + * loading indicator ([#10948](http://dev.ckeditor.com/ticket/10948)), + * applying paragraph changes (like font color change) to iframe ([#10841](http://dev.ckeditor.com/ticket/10841)), + * Firefox and IE9 clipboard fixes ([#10857](http://dev.ckeditor.com/ticket/10857)), + * fixing same origin policy issue ([#10840](http://dev.ckeditor.com/ticket/10840)), + * fixing undo bugs ([#10842](http://dev.ckeditor.com/ticket/10842), [#10930](http://dev.ckeditor.com/ticket/10930)), + * fixing other minor bugs. +* [#10862](http://dev.ckeditor.com/ticket/10862): [Placeholder](http://ckeditor.com/addon/placeholder) plugin was rewritten as a widget. +* [#10822](http://dev.ckeditor.com/ticket/10822): Added styles system integration with non-editable elements (for example widgets) and their nested editables. Styles cannot change non-editable content and are applied in nested editable only if allowed by its type and content filter. +* [#10856](http://dev.ckeditor.com/ticket/10856): Menu buttons will now toggle the visibility of their panels when clicked multiple times. [Language](http://ckeditor.com/addon/language) plugin fixes: Added active language highlighting, added an option to remove the language. +* [#10028](http://dev.ckeditor.com/ticket/10028): New [`config.dialog_noConfirmCancel`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-dialog_noConfirmCancel) configuration option that eliminates the need to confirm closing of a dialog window when the user changed any of its fields. +* [#10848](http://dev.ckeditor.com/ticket/10848): Integrate remaining plugins ([Styles](http://ckeditor.com/addon/stylescombo), [Format](http://ckeditor.com/addon/format), [Font](http://ckeditor.com/addon/font), [Color Button](http://ckeditor.com/addon/colorbutton), [Language](http://ckeditor.com/addon/language) and [Indent](http://ckeditor.com/addon/indent)) with [active filter](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeFilter). +* [#10855](http://dev.ckeditor.com/ticket/10855): Change the extension of emoticons in the [BBCode](http://ckeditor.com/addon/bbcode) sample from GIF to PNG. + +Fixed Issues: + +* [#10831](http://dev.ckeditor.com/ticket/10831): [Enhanced Image](http://ckeditor.com/addon/image2): Merged `image2inline` and `image2block` into one `image2` widget. +* [#10835](http://dev.ckeditor.com/ticket/10835): [Enhanced Image](http://ckeditor.com/addon/image2): Improved visibility of the resize handle. +* [#10836](http://dev.ckeditor.com/ticket/10836): [Enhanced Image](http://ckeditor.com/addon/image2): Preserve custom mouse cursor while resizing the image. +* [#10939](http://dev.ckeditor.com/ticket/10939): [Firefox] [Enhanced Image](http://ckeditor.com/addon/image2): hovering the image causes it to change. +* [#10866](http://dev.ckeditor.com/ticket/10866): Fixed: Broken *Tab* key navigation in the [Enhanced Image](http://ckeditor.com/addon/image2) dialog window. +* [#10833](http://dev.ckeditor.com/ticket/10833): Fixed: *Lock ratio* option should be on by default in the [Enhanced Image](http://ckeditor.com/addon/image2) dialog window. +* [#10881](http://dev.ckeditor.com/ticket/10881): Various improvements to *Enter* key behavior in nested editables. +* [#10879](http://dev.ckeditor.com/ticket/10879): [Remove Format](http://ckeditor.com/addon/removeformat) should not leak from a nested editable. +* [#10877](http://dev.ckeditor.com/ticket/10877): Fixed: [WebSpellChecker](http://ckeditor.com/addon/wsc) fails to apply changes if a nested editable was focused. +* [#10877](http://dev.ckeditor.com/ticket/10877): Fixed: [SCAYT](http://ckeditor.com/addon/wsc) blocks typing in nested editables. +* [#11079](http://dev.ckeditor.com/ticket/11079): Add button icons to the [Placeholder](http://ckeditor.com/addon/placeholder) sample. +* [#10870](http://dev.ckeditor.com/ticket/10870): The `paste` command is no longer being disabled when the clipboard is empty. +* [#10854](http://dev.ckeditor.com/ticket/10854): Fixed: Firefox prepends `<br>` to `<body>`, so it is stripped by the HTML data processor. +* [#10823](http://dev.ckeditor.com/ticket/10823): Fixed: [Link](http://ckeditor.com/addon/link) plugin does not work with non-editable content. +* [#10828](http://dev.ckeditor.com/ticket/10828): [Magic Line](http://ckeditor.com/addon/magicline) integration with the Widget System. +* [#10865](http://dev.ckeditor.com/ticket/10865): Improved hiding copybin, so copying widgets works smoothly. +* [#11066](http://dev.ckeditor.com/ticket/11066): Widget's private parts use CSS reset. +* [#11027](http://dev.ckeditor.com/ticket/11027): Fixed: Block commands break on widgets; added the [`contentDomInvalidated`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-contentDomInvalidated) event. +* [#10430](http://dev.ckeditor.com/ticket/10430): Resolve dependence of the [Image](http://ckeditor.com/addon/image) plugin on the [Form Elements](http://ckeditor.com/addon/forms) plugin. +* [#10911](http://dev.ckeditor.com/ticket/10911): Fixed: Browser *Alt* hotkeys will no longer be blocked while a widget is focused. +* [#11082](http://dev.ckeditor.com/ticket/11082): Fixed: Selected widget is not copied or cut when using toolbar buttons or context menu. +* [#11083](http://dev.ckeditor.com/ticket/11083): Fixed list and div element application to block widgets. +* [#10887](http://dev.ckeditor.com/ticket/10887): Internet Explorer 8 compatibility issues related to the Widget System. +* [#11074](http://dev.ckeditor.com/ticket/11074): Temporarily disabled inline widget drag and drop, because of seriously buggy native `range#moveToPoint` method. +* [#11098](http://dev.ckeditor.com/ticket/11098): Fixed: Wrong selection position after undoing widget drag and drop. +* [#11110](http://dev.ckeditor.com/ticket/11110): Fixed: IFrame and Flash objects are being incorrectly pasted in certain conditions. +* [#11129](http://dev.ckeditor.com/ticket/11129): Page break is lost when loading data. +* [#11123](http://dev.ckeditor.com/ticket/11123): [Firefox] Widget is destroyed after being dragged outside of `<body>`. +* [#11124](http://dev.ckeditor.com/ticket/11124): Fixed the [Elements Path](http://ckeditor.com/addon/elementspath) in an editor using the [Div Editing Area](http://ckeditor.com/addon/divarea). + +## CKEditor 4.3 Beta + +New Features: + +* [#9764](http://dev.ckeditor.com/ticket/9764): Widget System. + * [Widget plugin](http://ckeditor.com/addon/widget) introducing the [Widget API](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget). + * New [`editor.enterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-enterMode) and [`editor.shiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-shiftEnterMode) properties – normalized versions of [`config.enterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-enterMode) and [`config.shiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-shiftEnterMode). + * Dynamic editor settings. Starting from CKEditor 4.3 Beta, *Enter* mode values and [content filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) instances may be changed dynamically (for example when the caret was placed in an element in which editor features should be adjusted). When you are implementing a new editor feature, you should base its behavior on [dynamic](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeEnterMode) or [static](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-enterMode) *Enter* mode values depending on whether this feature works in selection context or globally on editor content. + * Dynamic *Enter* mode values – [`editor.setActiveEnterMode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setActiveEnterMode) method, [`editor.activeEnterModeChange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-activeEnterModeChange) event, and two properties: [`editor.activeEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeEnterMode) and [`editor.activeShiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeShiftEnterMode). + * Dynamic content filter instances – [`editor.setActiveFilter()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setActiveFilter) method, [`editor.activeFilterChange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-activeFilterChange) event, and [`editor.activeFilter`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeFilter) property. + * "Fake" selection was introduced. It makes it possible to virtually select any element when the real selection remains hidden. See the [`selection.fake()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-method-fake) method. + * Default [`htmlParser.filter`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter) rules are not applied to non-editable elements (elements with `contenteditable` attribute set to `false` and their descendants) anymore. To add a rule which will be applied to all elements you need to pass an additional argument to the [`filter.addRules()`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter-method-addRules) method. + * Dozens of new methods were introduced – most interesting ones: + * [`document.find()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.document-method-find), + * [`document.findOne()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.document-method-findOne), + * [`editable.insertElementIntoRange()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-insertElementIntoRange), + * [`range.moveToClosestEditablePosition()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-moveToClosestEditablePosition), + * New methods for [`htmlParser.node`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.node) and [`htmlParser.element`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.element). +* [#10659](http://dev.ckeditor.com/ticket/10659): New [Enhanced Image](http://ckeditor.com/addon/image2) plugin that introduces a widget with integrated image captions, an option to center images, and dynamic "click and drag" resizing. +* [#10664](http://dev.ckeditor.com/ticket/10664): New [Mathematical Formulas](http://ckeditor.com/addon/mathjax) plugin that introduces the MathJax widget. +* [#7987](https://dev.ckeditor.com/ticket/7987): New [Language](http://ckeditor.com/addon/language) plugin that implements Language toolbar button to support [WCAG 3.1.2 Language of Parts](http://www.w3.org/TR/UNDERSTANDING-WCAG20/meaning-other-lang-id.html). +* [#10708](http://dev.ckeditor.com/ticket/10708): New [smileys](http://ckeditor.com/addon/smiley). + +## CKEditor 4.2.3 + +Fixed Issues: + +* [#10994](http://dev.ckeditor.com/ticket/10994): Fixed: Loading external jQuery library when opening the [jQuery Adapter](http://docs.ckeditor.com/#!/guide/dev_jquery) sample directly from file. +* [#10975](http://dev.ckeditor.com/ticket/10975): [IE] Fixed: Error thrown while opening the color palette. +* [#9929](http://dev.ckeditor.com/ticket/9929): [Blink/WebKit] Fixed: A non-breaking space is created once a character is deleted and a regular space is typed. +* [#10963](http://dev.ckeditor.com/ticket/10963): Fixed: JAWS issue with the keyboard shortcut for [Magic Line](http://ckeditor.com/addon/magicline). +* [#11096](http://dev.ckeditor.com/ticket/11096): Fixed: TypeError: Object has no method 'is'. + +## CKEditor 4.2.2 + +Fixed Issues: + +* [#9314](http://dev.ckeditor.com/ticket/9314): Fixed: Incorrect error message on closing a dialog window without saving changs. +* [#10308](http://dev.ckeditor.com/ticket/10308): [IE10] Fixed: Unspecified error when deleting a row. +* [#10945](http://dev.ckeditor.com/ticket/10945): [Chrome] Fixed: Clicking with a mouse inside the editor does not show the caret. +* [#10912](http://dev.ckeditor.com/ticket/10912): Prevent default action when content of a non-editable link is clicked. +* [#10913](http://dev.ckeditor.com/ticket/10913): Fixed [`CKEDITOR.plugins.addExternal()`](http://docs.ckeditor.com/#!/api/CKEDITOR.resourceManager-method-addExternal) not handling paths including file name specified. +* [#10666](http://dev.ckeditor.com/ticket/10666): Fixed [`CKEDITOR.tools.isArray()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-isArray) not working cross frame. +* [#10910](http://dev.ckeditor.com/ticket/10910): [IE9] Fixed JavaScript error thrown in Compatibility Mode when clicking and/or typing in the editing area. +* [#10868](http://dev.ckeditor.com/ticket/10868): [IE8] Prevent the browser from crashing when applying the Inline Quotation style. +* [#10915](http://dev.ckeditor.com/ticket/10915): Fixed: Invalid CSS filter in the Kama skin. +* [#10914](http://dev.ckeditor.com/ticket/10914): Plugins [Indent List](http://ckeditor.com/addon/indentlist) and [Indent Block](http://ckeditor.com/addon/indentblock) are now included in the build configuration. +* [#10812](http://dev.ckeditor.com/ticket/10812): Fixed [`range.createBookmark2()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-createBookmark2) incorrectly normalizing offsets. This bug was causing many issues: [#10850](http://dev.ckeditor.com/ticket/10850), [#10842](http://dev.ckeditor.com/ticket/10842). +* [#10951](http://dev.ckeditor.com/ticket/10951): Reviewed and optimized focus handling on panels (combo, menu buttons, color buttons, and context menu) to enhance accessibility. Fixed [#10705](http://dev.ckeditor.com/ticket/10705), [#10706](http://dev.ckeditor.com/ticket/10706) and [#10707](http://dev.ckeditor.com/ticket/10707). +* [#10704](http://dev.ckeditor.com/ticket/10704): Fixed a JAWS issue with the Select Color dialog window title not being announced. +* [#10753](http://dev.ckeditor.com/ticket/10753): The floating toolbar in inline instances now has a dedicated accessibility label. + +## CKEditor 4.2.1 + +Fixed Issues: + +* [#10301](http://dev.ckeditor.com/ticket/10301): [IE9-10] Undo fails after 3+ consecutive paste actions with a JavaScript error. +* [#10689](http://dev.ckeditor.com/ticket/10689): Save toolbar button saves only the first editor instance. +* [#10368](http://dev.ckeditor.com/ticket/10368): Move language reading direction definition (`dir`) from main language file to core. +* [#9330](http://dev.ckeditor.com/ticket/9330): Fixed pasting anchors from MS Word. +* [#8103](http://dev.ckeditor.com/ticket/8103): Fixed pasting nested lists from MS Word. +* [#9958](http://dev.ckeditor.com/ticket/9958): [IE9] Pressing the "OK" button will trigger the `onbeforeunload` event in the popup dialog. +* [#10662](http://dev.ckeditor.com/ticket/10662): Fixed styles from the Styles drop-down list not registering to the ACF in case when the [Shared Spaces plugin](http://ckeditor.com/addon/sharedspace) is used. +* [#9654](http://dev.ckeditor.com/ticket/9654): Problems with Internet Explorer 10 Quirks Mode. +* [#9816](http://dev.ckeditor.com/ticket/9816): Floating toolbar does not reposition vertically in several cases. +* [#10646](http://dev.ckeditor.com/ticket/10646): Removing a selected sublist or nested table with *Backspace/Delete* removes the parent element. +* [#10623](http://dev.ckeditor.com/ticket/10623): [WebKit] Page is scrolled when opening a drop-down list. +* [#10004](http://dev.ckeditor.com/ticket/10004): [ChromeVox] Button names are not announced. +* [#10731](http://dev.ckeditor.com/ticket/10731): [WebSpellChecker](http://ckeditor.com/addon/wsc) plugin breaks cloning of editor configuration. +* It is now possible to set per instance [WebSpellChecker](http://ckeditor.com/addon/wsc) plugin configuration instead of setting the configuration globally. + +## CKEditor 4.2 + +**Important Notes:** + +* Dropped compatibility support for Internet Explorer 7 and Firefox 3.6. + +* Both the Basic and the Standard distribution packages will not contain the new [Indent Block](http://ckeditor.com/addon/indentblock) plugin. Because of this the [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) might remove block indentations from existing contents. If you want to prevent this, either [add an appropriate ACF rule to your filter](http://docs.ckeditor.com/#!/guide/dev_allowed_content_rules) or create a custom build based on the Basic/Standard package and add the Indent Block plugin in [CKBuilder](http://ckeditor.com/builder). + +New Features: + +* [#10027](http://dev.ckeditor.com/ticket/10027): Separated list and block indentation into two plugins: [Indent List](http://ckeditor.com/addon/indentlist) and [Indent Block](http://ckeditor.com/addon/indentblock). +* [#8244](http://dev.ckeditor.com/ticket/8244): Use *(Shift+)Tab* to indent and outdent lists. +* [#10281](http://dev.ckeditor.com/ticket/10281): The [jQuery Adapter](http://docs.ckeditor.com/#!/guide/dev_jquery) is now available. Several jQuery-related issues fixed: [#8261](http://dev.ckeditor.com/ticket/8261), [#9077](http://dev.ckeditor.com/ticket/9077), [#8710](http://dev.ckeditor.com/ticket/8710), [#8530](http://dev.ckeditor.com/ticket/8530), [#9019](http://dev.ckeditor.com/ticket/9019), [#6181](http://dev.ckeditor.com/ticket/6181), [#7876](http://dev.ckeditor.com/ticket/7876), [#6906](http://dev.ckeditor.com/ticket/6906). +* [#10042](http://dev.ckeditor.com/ticket/10042): Introduced [`config.title`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-title) setting to change the human-readable title of the editor. +* [#9794](http://dev.ckeditor.com/ticket/9794): Added [`editor.onChange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-change) event. +* [#9923](http://dev.ckeditor.com/ticket/9923): HiDPI support in the editor UI. HiDPI icons for [Moono skin](http://ckeditor.com/addon/moono) added. +* [#8031](http://dev.ckeditor.com/ticket/8031): Handle `required` attributes on `<textarea>` elements — introduced [`editor.required`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-required) event. +* [#10280](http://dev.ckeditor.com/ticket/10280): Ability to replace `<textarea>` elements with the inline editor. + +Fixed Issues: + +* [#10599](http://dev.ckeditor.com/ticket/10599): [Indent](http://ckeditor.com/addon/indent) plugin is no longer required by the [List](http://ckeditor.com/addon/list) plugin. +* [#10370](http://dev.ckeditor.com/ticket/10370): Inconsistency in data events between framed and inline editors. +* [#10438](http://dev.ckeditor.com/ticket/10438): [FF, IE] No selection is done on an editable element on executing [`editor.setData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData). + +## CKEditor 4.1.3 + +New Features: + +* Added new translation: Indonesian. + +Fixed Issues: + +* [#10644](http://dev.ckeditor.com/ticket/10644): Fixed a critical bug when pasting plain text in Blink-based browsers. +* [#5189](http://dev.ckeditor.com/ticket/5189): [Find/Replace](http://ckeditor.com/addon/find) dialog window: rename "Cancel" button to "Close". +* [#10562](http://dev.ckeditor.com/ticket/10562): [Housekeeping] Unified CSS gradient filter formats in the [Moono](http://ckeditor.com/addon/moono) skin. +* [#10537](http://dev.ckeditor.com/ticket/10537): Advanced Content Filter should register a default rule for [`config.shiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-shiftEnterMode). +* [#10610](http://dev.ckeditor.com/ticket/10610): [`CKEDITOR.dialog.addIframe()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dialog-static-method-addIframe) incorrectly sets the iframe size in dialog windows. + +## CKEditor 4.1.2 + +New Features: + +* Added new translation: Sinhala. + +Fixed Issues: + +* [#10339](http://dev.ckeditor.com/ticket/10339): Fixed: Error thrown when inserted data was totally stripped out after filtering and processing. +* [#10298](http://dev.ckeditor.com/ticket/10298): Fixed: Data processor breaks attributes containing protected parts. +* [#10367](http://dev.ckeditor.com/ticket/10367): Fixed: [`editable.insertText()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-insertText) loses characters when `RegExp` replace controls are being inserted. +* [#10165](http://dev.ckeditor.com/ticket/10165): [IE] Access denied error when `document.domain` has been altered. +* [#9761](http://dev.ckeditor.com/ticket/9761): Update the *Backspace* key state in [`keystrokeHandler.blockedKeystrokes`](http://docs.ckeditor.com/#!/api/CKEDITOR.keystrokeHandler-property-blockedKeystrokes) when calling [`editor.setReadOnly()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setReadOnly). +* [#6504](http://dev.ckeditor.com/ticket/6504): Fixed: Race condition while loading several [`config.customConfig`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-customConfig) files. +* [#10146](http://dev.ckeditor.com/ticket/10146): [Firefox] Empty lines are being removed while [`config.enterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-enterMode) is [`CKEDITOR.ENTER_BR`](http://docs.ckeditor.com/#!/api/CKEDITOR-property-ENTER_BR). +* [#10360](http://dev.ckeditor.com/ticket/10360): Fixed: ARIA `role="application"` should not be used for dialog windows. +* [#10361](http://dev.ckeditor.com/ticket/10361): Fixed: ARIA `role="application"` should not be used for floating panels. +* [#10510](http://dev.ckeditor.com/ticket/10510): Introduced unique voice labels to differentiate between different editor instances. +* [#9945](http://dev.ckeditor.com/ticket/9945): [iOS] Scrolling not possible on iPad. +* [#10389](http://dev.ckeditor.com/ticket/10389): Fixed: Invalid HTML in the "Text and Table" template. +* [WebSpellChecker](http://ckeditor.com/addon/wsc) plugin user interface was changed to match CKEditor 4 style. + +## CKEditor 4.1.1 + +New Features: + +* Added new translation: Albanian. + +Fixed Issues: + +* [#10172](http://dev.ckeditor.com/ticket/10172): Pressing *Delete* or *Backspace* in an empty table cell moves the cursor to the next/previous cell. +* [#10219](http://dev.ckeditor.com/ticket/10219): Error thrown when destroying an editor instance in parallel with a `mouseup` event. +* [#10265](http://dev.ckeditor.com/ticket/10265): Wrong loop type in the [File Browser](http://ckeditor.com/addon/filebrowser) plugin. +* [#10249](http://dev.ckeditor.com/ticket/10249): Wrong undo/redo states at start. +* [#10268](http://dev.ckeditor.com/ticket/10268): [Show Blocks](http://ckeditor.com/addon/showblocks) does not recover after switching to Source view. +* [#9995](http://dev.ckeditor.com/ticket/9995): HTML code in the `<textarea>` should not be modified by the [`htmlDataProcessor`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlDataProcessor). +* [#10320](http://dev.ckeditor.com/ticket/10320): [Justify](http://ckeditor.com/addon/justify) plugin should add elements to Advanced Content Filter based on current [Enter mode](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-enterMode). +* [#10260](http://dev.ckeditor.com/ticket/10260): Fixed: Advanced Content Filter blocks [`tabSpaces`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-tabSpaces). Unified `data-cke-*` attributes filtering. +* [#10315](http://dev.ckeditor.com/ticket/10315): [WebKit] [Undo manager](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.undo.UndoManager) should not record snapshots after a filling character was added/removed. +* [#10291](http://dev.ckeditor.com/ticket/10291): [WebKit] Space after a filling character should be secured. +* [#10330](http://dev.ckeditor.com/ticket/10330): [WebKit] The filling character is not removed on `keydown` in specific cases. +* [#10285](http://dev.ckeditor.com/ticket/10285): Fixed: Styled text pasted from MS Word causes an infinite loop. +* [#10131](http://dev.ckeditor.com/ticket/10131): Fixed: [`undoManager.update()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.undo.UndoManager-method-update) does not refresh the command state. +* [#10337](http://dev.ckeditor.com/ticket/10337): Fixed: Unable to remove `<s>` using [Remove Format](http://ckeditor.com/addon/removeformat). + +## CKEditor 4.1 + +Fixed Issues: + +* [#10192](http://dev.ckeditor.com/ticket/10192): Closing lists with the *Enter* key does not work with [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) in several cases. +* [#10191](http://dev.ckeditor.com/ticket/10191): Fixed allowed content rules unification, so the [`filter.allowedContent`](http://docs.ckeditor.com/#!/api/CKEDITOR.filter-property-allowedContent) property always contains rules in the same format. +* [#10224](http://dev.ckeditor.com/ticket/10224): Advanced Content Filter does not remove non-empty `<a>` elements anymore. +* Minor issues in plugin integration with Advanced Content Filter: + * [#10166](http://dev.ckeditor.com/ticket/10166): Added transformation from the `align` attribute to `float` style to preserve backward compatibility after the introduction of Advanced Content Filter. + * [#10195](http://dev.ckeditor.com/ticket/10195): [Image](http://ckeditor.com/addon/image) plugin no longer registers rules for links to Advanced Content Filter. + * [#10213](http://dev.ckeditor.com/ticket/10213): [Justify](http://ckeditor.com/addon/justify) plugin is now correctly registering rules to Advanced Content Filter when [`config.justifyClasses`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-justifyClasses) is defined. + +## CKEditor 4.1 RC + +New Features: + +* [#9829](http://dev.ckeditor.com/ticket/9829): Advanced Content Filter - data and features activation based on editor configuration. + + Brand new data filtering system that works in 2 modes: + + * Based on loaded features (toolbar items, plugins) - the data will be filtered according to what the editor in its + current configuration can handle. + * Based on [`config.allowedContent`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent) rules - the data + will be filtered and the editor features (toolbar items, commands, keystrokes) will be enabled if they are allowed. + + See the `datafiltering.html` sample, [guides](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) and [`CKEDITOR.filter` API documentation](http://docs.ckeditor.com/#!/api/CKEDITOR.filter). +* [#9387](http://dev.ckeditor.com/ticket/9387): Reintroduced [Shared Spaces](http://ckeditor.com/addon/sharedspace) - the ability to display toolbar and bottom editor space in selected locations and to share them by different editor instances. +* [#9907](http://dev.ckeditor.com/ticket/9907): Added the [`contentPreview`](http://docs.ckeditor.com/#!/api/CKEDITOR-event-contentPreview) event for preview data manipulation. +* [#9713](http://dev.ckeditor.com/ticket/9713): Introduced the [Source Dialog](http://ckeditor.com/addon/sourcedialog) plugin that brings raw HTML editing for inline editor instances. +* Included in [#9829](http://dev.ckeditor.com/ticket/9829): Introduced new events, [`toHtml`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-toHtml) and [`toDataFormat`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-toDataFormat), allowing for better integration with data processing. +* [#9981](http://dev.ckeditor.com/ticket/9981): Added ability to filter [`htmlParser.fragment`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.fragment), [`htmlParser.element`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.element) etc. by many [`htmlParser.filter`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter)s before writing structure to an HTML string. +* Included in [#10103](http://dev.ckeditor.com/ticket/10103): + * Introduced the [`editor.status`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-status) property to make it easier to check the current status of the editor. + * Default [`command`](http://docs.ckeditor.com/#!/api/CKEDITOR.command) state is now [`CKEDITOR.TRISTATE_DISABLE`](http://docs.ckeditor.com/#!/api/CKEDITOR-property-TRISTATE_DISABLED). It will be activated on [`editor.instanceReady`](http://docs.ckeditor.com/#!/api/CKEDITOR-event-instanceReady) or immediately after being added if the editor is already initialized. +* [#9796](http://dev.ckeditor.com/ticket/9796): Introduced `<s>` as a default tag for strikethrough, which replaces obsolete `<strike>` in HTML5. + +## CKEditor 4.0.3 + +Fixed Issues: + +* [#10196](http://dev.ckeditor.com/ticket/10196): Fixed context menus not opening with keyboard shortcuts when [Autogrow](http://ckeditor.com/addon/autogrow) is enabled. +* [#10212](http://dev.ckeditor.com/ticket/10212): [IE7-10] Undo command throws errors after multiple switches between Source and WYSIWYG view. +* [#10219](http://dev.ckeditor.com/ticket/10219): [Inline editor] Error thrown after calling [`editor.destroy()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-destroy). + +## CKEditor 4.0.2 + +Fixed Issues: + +* [#9779](http://dev.ckeditor.com/ticket/9779): Fixed overriding [`CKEDITOR.getUrl()`](http://docs.ckeditor.com/#!/api/CKEDITOR-method-getUrl) with `CKEDITOR_GETURL`. +* [#9772](http://dev.ckeditor.com/ticket/9772): Custom buttons in the dialog window footer have different look and size ([Moono](http://ckeditor.com/addon/moono), [Kama](http://ckeditor.com/addon/kama) skins). +* [#9029](http://dev.ckeditor.com/ticket/9029): Custom styles added with the [`stylesSet.add()`](http://docs.ckeditor.com/#!/api/CKEDITOR.stylesSet-method-add) are displayed in the wrong order. +* [#9887](http://dev.ckeditor.com/ticket/9887): Disable [Magic Line](http://ckeditor.com/addon/magicline) when [`editor.readOnly`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-readOnly) is set. +* [#9882](http://dev.ckeditor.com/ticket/9882): Fixed empty document title on [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) if set via the Document Properties dialog window. +* [#9773](http://dev.ckeditor.com/ticket/9773): Fixed rendering problems with selection fields in the Kama skin. +* [#9851](http://dev.ckeditor.com/ticket/9851): The [`selectionChange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-selectionChange) event is not fired when mouse selection ended outside editable. +* [#9903](http://dev.ckeditor.com/ticket/9903): [Inline editor] Bad positioning of floating space with page horizontal scroll. +* [#9872](http://dev.ckeditor.com/ticket/9872): [`editor.checkDirty()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-checkDirty) returns `true` when called onload. Removed the obsolete `editor.mayBeDirty` flag. +* [#9893](http://dev.ckeditor.com/ticket/9893): [IE] Fixed broken toolbar when editing mixed direction content in Quirks mode. +* [#9845](http://dev.ckeditor.com/ticket/9845): Fixed TAB navigation in the [Link](http://ckeditor.com/addon/link) dialog window when the Anchor option is used and no anchors are available. +* [#9883](http://dev.ckeditor.com/ticket/9883): Maximizing was making the entire page editable with [divarea](http://ckeditor.com/addon/divarea)-based editors. +* [#9940](http://dev.ckeditor.com/ticket/9940): [Firefox] Navigating back to a page with the editor was making the entire page editable. +* [#9966](http://dev.ckeditor.com/ticket/9966): Fixed: Unable to type square brackets with French keyboard layout. Changed [Magic Line](http://ckeditor.com/addon/magicline) keystrokes. +* [#9507](http://dev.ckeditor.com/ticket/9507): [Firefox] Selection is moved before editable position when the editor is focused for the first time. +* [#9947](http://dev.ckeditor.com/ticket/9947): [WebKit] Editor overflows parent container in some edge cases. +* [#10105](http://dev.ckeditor.com/ticket/10105): Fixed: Broken [sourcearea](http://ckeditor.com/addon/sourcearea) view when an RTL language is set. +* [#10123](http://dev.ckeditor.com/ticket/10123): [WebKit] Fixed: Several dialog windows have broken layout since the latest WebKit release. +* [#10152](http://dev.ckeditor.com/ticket/10152): Fixed: Invalid ARIA property used on menu items. + +## CKEditor 4.0.1.1 + +Fixed Issues: + +* Security update: Added protection against XSS attack and possible path disclosure in the PHP sample. + +## CKEditor 4.0.1 + +Fixed Issues: + +* [#9655](http://dev.ckeditor.com/ticket/9655): Support for IE Quirks Mode in the new [Moono skin](http://ckeditor.com/addon/moono). +* Accessibility issues (mainly in inline editor): [#9364](http://dev.ckeditor.com/ticket/9364), [#9368](http://dev.ckeditor.com/ticket/9368), [#9369](http://dev.ckeditor.com/ticket/9369), [#9370](http://dev.ckeditor.com/ticket/9370), [#9541](http://dev.ckeditor.com/ticket/9541), [#9543](http://dev.ckeditor.com/ticket/9543), [#9841](http://dev.ckeditor.com/ticket/9841), [#9844](http://dev.ckeditor.com/ticket/9844). +* [Magic Line](http://ckeditor.com/addon/magicline) plugin: + * [#9481](http://dev.ckeditor.com/ticket/9481): Added accessibility support for Magic Line. + * [#9509](http://dev.ckeditor.com/ticket/9509): Added Magic Line support for forms. + * [#9573](http://dev.ckeditor.com/ticket/9573): Magic Line does not disappear on `mouseout` in a specific case. +* [#9754](http://dev.ckeditor.com/ticket/9754): [WebKit] Cutting & pasting simple unformatted text generates an inline wrapper in WebKit browsers. +* [#9456](http://dev.ckeditor.com/ticket/9456): [Chrome] Properly paste bullet list style from MS Word. +* [#9699](http://dev.ckeditor.com/ticket/9699), [#9758](http://dev.ckeditor.com/ticket/9758): Improved selection locking when selecting by dragging. +* Context menu: + * [#9712](http://dev.ckeditor.com/ticket/9712): Opening the context menu destroys editor focus. + * [#9366](http://dev.ckeditor.com/ticket/9366): Context menu should be displayed over the floating toolbar. + * [#9706](http://dev.ckeditor.com/ticket/9706): Context menu generates a JavaScript error in inline mode when the editor is attached to a header element. +* [#9800](http://dev.ckeditor.com/ticket/9800): Hide float panel when resizing the window. +* [#9721](http://dev.ckeditor.com/ticket/9721): Padding in content of div-based editor puts the editing area under the bottom UI space. +* [#9528](http://dev.ckeditor.com/ticket/9528): Host page `box-sizing` style should not influence the editor UI elements. +* [#9503](http://dev.ckeditor.com/ticket/9503): [Form Elements](http://ckeditor.com/addon/forms) plugin adds context menu listeners only on supported input types. Added support for `tel`, `email`, `search` and `url` input types. +* [#9769](http://dev.ckeditor.com/ticket/9769): Improved floating toolbar positioning in a narrow window. +* [#9875](http://dev.ckeditor.com/ticket/9875): Table dialog window does not populate width correctly. +* [#8675](http://dev.ckeditor.com/ticket/8675): Deleting cells in a nested table removes the outer table cell. +* [#9815](http://dev.ckeditor.com/ticket/9815): Cannot edit dialog window fields in an editor initialized in the jQuery UI modal dialog. +* [#8888](http://dev.ckeditor.com/ticket/8888): CKEditor dialog windows do not show completely in a small window. +* [#9360](http://dev.ckeditor.com/ticket/9360): [Inline editor] Blocks shown for a `<div>` element stay permanently even after the user exits editing the `<div>`. +* [#9531](http://dev.ckeditor.com/ticket/9531): [Firefox & Inline editor] Toolbar is lost when closing the Format drop-down list by clicking its button. +* [#9553](http://dev.ckeditor.com/ticket/9553): Table width incorrectly set when the `border-width` style is specified. +* [#9594](http://dev.ckeditor.com/ticket/9594): Cannot tab past CKEditor when it is in read-only mode. +* [#9658](http://dev.ckeditor.com/ticket/9658): [IE9] Justify not working on selected images. +* [#9686](http://dev.ckeditor.com/ticket/9686): Added missing contents styles for `<pre>` elements. +* [#9709](http://dev.ckeditor.com/ticket/9709): [Paste from Word](http://ckeditor.com/addon/pastefromword) should not depend on configuration from other styles. +* [#9726](http://dev.ckeditor.com/ticket/9726): Removed [Color Dialog](http://ckeditor.com/addon/colordialog) plugin dependency from [Table Tools](http://ckeditor.com/addon/tabletools). +* [#9765](http://dev.ckeditor.com/ticket/9765): Toolbar Collapse command documented incorrectly in the [Accessibility Instructions](http://ckeditor.com/addon/a11yhelp) dialog window. +* [#9771](http://dev.ckeditor.com/ticket/9771): [WebKit & Opera] Fixed scrolling issues when pasting. +* [#9787](http://dev.ckeditor.com/ticket/9787): [IE9] `onChange` is not fired for checkboxes in dialogs. +* [#9842](http://dev.ckeditor.com/ticket/9842): [Firefox 17] When opening a toolbar menu for the first time and pressing the *Down Arrow* key, focus goes to the next toolbar button instead of the menu options. +* [#9847](http://dev.ckeditor.com/ticket/9847): [Elements Path](http://ckeditor.com/addon/elementspath) should not be initialized in the inline editor. +* [#9853](http://dev.ckeditor.com/ticket/9853): [`editor.addRemoveFormatFilter()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-addRemoveFormatFilter) is exposed before it really works. +* [#8893](http://dev.ckeditor.com/ticket/8893): Value of the [`pasteFromWordCleanupFile`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-pasteFromWordCleanupFile) configuration option is now taken from the instance configuration. +* [#9693](http://dev.ckeditor.com/ticket/9693): Removed "Live Preview" checkbox from UI color picker. + + +## CKEditor 4.0 + +The first stable release of the new CKEditor 4 code line. + +The CKEditor JavaScript API has been kept compatible with CKEditor 4, whenever +possible. The list of relevant changes can be found in the [API Changes page of +the CKEditor 4 documentation][1]. + +[1]: http://docs.ckeditor.com/#!/guide/dev_api_changes "API Changes" diff --git a/skins/ckeditor/INSTALL.html b/skins/ckeditor/INSTALL.html deleted file mode 100644 index fd2440e..0000000 --- a/skins/ckeditor/INSTALL.html +++ /dev/null @@ -1,92 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Installation Guide - CKEditor</title> - <meta http-equiv="content-type" content="text/html; charset=utf-8" /> - <style type="text/css"> - h3 - { - border-bottom: 1px solid #AAAAAA; - } - pre - { - background-color: #F9F9F9; - border: 1px dashed #2F6FAB; - padding: 1em; - line-height: 1.1em; - } - #footer hr - { - margin: 10px 0 15px 0; - height: 1px; - border: solid 1px gray; - border-bottom: none; - } - #footer p - { - margin: 0 10px 10px 10px; - float: left; - } - #footer #copy - { - float: right; - } - </style> -</head> -<body> - <h1> - CKEditor Installation Guide</h1> - <h3> - What's CKEditor?</h3> - <p> - 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 web sites.</p> - <h3> - Installation</h3> - <p> - Installing CKEditor is an easy task. Just follow these simple steps:</p> - <ol> - <li><strong>Download</strong> the latest version of the editor from our web site: <a - href="http://ckeditor.com">http://ckeditor.com</a>. You should have already completed - this step, but be sure you have the very latest version.</li> - <li><strong>Extract</strong> (decompress) the downloaded file into the root of your - web site.</li> - </ol> - <p> - <strong>Note:</strong> CKEditor is by default installed in the "ckeditor" - folder. You can place the files in whichever you want though.</p> - <h3> - Checking Your Installation - </h3> - <p> - The editor comes with a few sample pages that can be used to verify that installation - proceeded properly. Take a look at the <a href="_samples">_samples</a> directory.</p> - <p> - To test your installation, just call the following page at your web site:</p> - <pre> -http://<your site>/<CKEditor installation path>/_samples/index.html - -For example: -http://www.example.com/ckeditor/_samples/index.html</pre> - <h3> - Documentation</h3> - <p> - The full editor documentation is available online at the following address:<br /> - <a href="http://docs.cksource.com/ckeditor">http://docs.cksource.com/ckeditor</a></p> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/LICENSE.html b/skins/ckeditor/LICENSE.md similarity index 93% rename from skins/ckeditor/LICENSE.html rename to skins/ckeditor/LICENSE.md index 9022242..b6e0b9c 100644 --- a/skins/ckeditor/LICENSE.html +++ b/skins/ckeditor/LICENSE.md @@ -1,13 +1,8 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -== BEGIN TEXT ONLY VERSION == - Software License Agreement ========================== CKEditor - The text editor for Internet - http://ckeditor.com -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. Licensed under the terms of any of the following licenses at your choice: @@ -28,10 +23,12 @@ You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your -license choice. +license choice. In any case, your choice will not restrict any +recipient of your version of this software to use, reproduce, modify +and distribute this software under any of the above licenses. Sources of Intellectual Property Included in CKEditor -===================================================== +----------------------------------------------------- Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual @@ -39,24 +36,26 @@ property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission. Trademarks -========== +---------- CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders. +--- + Appendix A: The GPL License -=========================== +--------------------------- - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 +GNU GENERAL PUBLIC LICENSE +Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble +Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public @@ -106,8 +105,8 @@ patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed @@ -305,7 +304,7 @@ make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY +NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN @@ -327,14 +326,14 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS +END OF TERMS AND CONDITIONS Appendix B: The LGPL License -============================ +---------------------------- - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 +GNU LESSER GENERAL PUBLIC LICENSE +Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA @@ -345,7 +344,7 @@ Appendix B: The LGPL License as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] - Preamble +Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public @@ -447,8 +446,8 @@ modification follow. Pay close attention to the difference between a former contains code derived from the library, whereas the latter must be combined with the library in order to run. - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +GNU LESSER GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or @@ -767,7 +766,7 @@ decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY +NO WARRANTY 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. @@ -790,16 +789,14 @@ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS +END OF TERMS AND CONDITIONS Appendix C: The MPL License -=========================== +--------------------------- - MOZILLA PUBLIC LICENSE - Version 1.1 - - =============== +MOZILLA PUBLIC LICENSE +Version 1.1 1. Definitions. @@ -1265,63 +1262,3 @@ EXHIBIT A -Mozilla Public License. the notices in the Source Code files of the Original Code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.] - -== END TEXT ONLY VERSION == ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>License - CKEditor</title> -</head> -<body> - <h1> - Software License Agreement - </h1> - <p> - <strong>CKEditor™</strong> - The text editor for Internet™ - <a href="http://ckeditor.com"> - http://ckeditor.com</a><br /> - Copyright © 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. - </p> - <p> - Licensed under the terms of any of the following licenses at your choice: - </p> - <ul> - <li><a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a> Version - 2 or later (the "GPL");</li> - <li><a href="http://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public License</a> - Version 2.1 or later (the "LGPL");</li> - <li><a href="http://www.mozilla.org/MPL/MPL-1.1.html">Mozilla Public License</a> Version - 1.1 or later (the "MPL").</li> - </ul> - <p> - You are not required to, but if you want to explicitly declare the license you have - chosen to be bound to when using, reproducing, modifying and distributing this software, - just include a text file titled "LEGAL" in your version of this software, indicating - your license choice. In any case, your choice will not restrict any recipient of - your version of this software to use, reproduce, modify and distribute this software - under any of the above licenses. - </p> - <h2> - Sources of Intellectual Property Included in CKEditor - </h2> - <p> - Where not otherwise indicated, all CKEditor content is authored by CKSource engineers - and consists of CKSource-owned intellectual property. In some specific instances, - CKEditor will incorporate work done by developers outside of CKSource with their - express permission. - </p> - <p> - <a href="http://developer.yahoo.com/yui/yuitest/">YUI Test</a>: At _source/tests/yuitest.js - can be found part of the source code of YUI, which is licensed under the terms of - the <a href="http://developer.yahoo.com/yui/license.txt">BSD License</a>. YUI is - Copyright © 2008, Yahoo! Inc. - </p> - <h2> - Trademarks - </h2> - <p> - CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product - names are trademarks, registered trademarks or service marks of their respective - holders. - </p> -</body> -</html> diff --git a/skins/ckeditor/README.md b/skins/ckeditor/README.md new file mode 100644 index 0000000..c5a55cd --- /dev/null +++ b/skins/ckeditor/README.md @@ -0,0 +1,39 @@ +CKEditor 4 +========== + +Copyright (c) 2003-2014, 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 diff --git a/skins/ckeditor/_samples/adobeair/application.xml b/skins/ckeditor/_samples/adobeair/application.xml deleted file mode 100644 index a6635a6..0000000 --- a/skins/ckeditor/_samples/adobeair/application.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<application xmlns="http://ns.adobe.com/air/application/1.0"> - <id>com.ckeditor.air.sample</id> - <name>CKEditor - Adobe AIR Sample Application</name> - <version>1.0</version> - <filename>CKEditor AIR Samples</filename> - <description>This is a sample AIR application of CKEditor.</description> - <copyright>Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.</copyright> - <initialWindow> - <content>_samples/adobeair/sample.html</content> - <title>CKEditor - Adobe AIR Sample</title> - <systemChrome>standard</systemChrome> - <transparent>false</transparent> - <visible>true</visible> - <minimizable>true</minimizable> - <maximizable>true</maximizable> - <resizable>true</resizable> - <x>100</x> - <y>80</y> - <width>950</width> - <height>700</height> - <minSize>900 600</minSize> - </initialWindow> - <installFolder>CKEditor/Sample AIR Application</installFolder> - <programMenuFolder>CKEditor/Sample AIR Application</programMenuFolder> - <customUpdateUI>false</customUpdateUI> - <allowBrowserInvocation>false</allowBrowserInvocation> -</application> diff --git a/skins/ckeditor/_samples/adobeair/run.bat b/skins/ckeditor/_samples/adobeair/run.bat deleted file mode 100644 index 2e1518e..0000000 --- a/skins/ckeditor/_samples/adobeair/run.bat +++ /dev/null @@ -1,9 +0,0 @@ -@ECHO OFF -:: -:: Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -:: For licensing, see LICENSE.html or http://ckeditor.com/license -:: -:: Use this file to quickly run the sample in a Windows environment. -:: - -adl application.xml ../../ diff --git a/skins/ckeditor/_samples/adobeair/run.sh b/skins/ckeditor/_samples/adobeair/run.sh deleted file mode 100644 index be08d9e..0000000 --- a/skins/ckeditor/_samples/adobeair/run.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -# Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -# For licensing, see LICENSE.html or http://ckeditor.com/license - -# Use this file to quickly run the sample under Linux. - -adl application.xml ../../ diff --git a/skins/ckeditor/_samples/adobeair/sample.html b/skins/ckeditor/_samples/adobeair/sample.html deleted file mode 100644 index 493f4bf..0000000 --- a/skins/ckeditor/_samples/adobeair/sample.html +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Replace Textarea by Code - CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../../ckeditor.js"></script> - <link href="../sample.css" rel="stylesheet" type="text/css" /> - <style type="text/css"> - body { margin: 10px ; } - </style></head> -<body> - <h1 class="samples"> - CKEditor - Adobe AIR Sample - </h1> - <p> - This is a sample HTML/JavaScript Adobe AIR application with CKEditor with default features. - </p> - <p> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - // Replace the <textarea id="editor"> with an CKEditor - // instance, using default configurations. - CKEDITOR.replace( 'editor1' ); - - //]]> - </script> - </p> - <div id="footer" style="position:absolute;bottom:0;left:0;right:0;width:100%;padding-bottom:10px;"> - <hr /> - <p> - CKEditor - The text editor for Internet - <a class="samples" href="#" onclick="window.runtime.flash.net.navigateToURL(new window.runtime.flash.net.URLRequest('http://ckeditor.com/'));return false;">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="#" onclick="window.runtime.flash.net.navigateToURL(new window.runtime.flash.net.URLRequest('http://cksource.com/'));return false;">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/ajax.html b/skins/ckeditor/_samples/ajax.html deleted file mode 100644 index c6fe892..0000000 --- a/skins/ckeditor/_samples/ajax.html +++ /dev/null @@ -1,98 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Ajax — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> - <script type="text/javascript"> - //<![CDATA[ - -var editor, html = ''; - -function createEditor() -{ - if ( editor ) - return; - - - // Create a new editor inside the <div id="editor">, setting its value to html - var config = {}; - editor = CKEDITOR.appendTo( 'editor', config, html ); -} - -function removeEditor() -{ - if ( !editor ) - return; - - // Retrieve the editor contents. In an Ajax application, this data would be - // sent to the server or used in any other way. - document.getElementById( 'editorcontents' ).innerHTML = html = editor.getData(); - document.getElementById( 'contents' ).style.display = ''; - - // Destroy the editor. - editor.destroy(); - editor = null; -} - - //]]> - </script> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Create and Destroy Editor Instances for Ajax Applications - </h1> - <div class="description"> - <p> - This sample shows how to create and destroy CKEditor instances on the fly. After the removal of CKEditor the content created inside the editing - area will be displayed in a <code><div></code> element. - </p> - <p> - For details of how to create this setup check the source code of this sample page - for JavaScript code responsible for the creation and destruction of a CKEditor instance. - </p> - </div> - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <p>Click the buttons to create and remove a CKEditor instance.</p> - <p> - <input onclick="createEditor();" type="button" value="Create Editor" /> - <input onclick="removeEditor();" type="button" value="Remove Editor" /> - </p> - <!-- This div will hold the editor. --> - <div id="editor"> - </div> - <div id="contents" style="display: none"> - <p> - Edited Contents:</p> - <!-- This div will be used to display the editor contents. --> - <div id="editorcontents"> - </div> - </div> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/api_dialog.html b/skins/ckeditor/_samples/api_dialog.html deleted file mode 100644 index 9882d6a..0000000 --- a/skins/ckeditor/_samples/api_dialog.html +++ /dev/null @@ -1,198 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Using API to Customize Dialog Windows — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> - <style id="styles" type="text/css"> - - .cke_button_myDialogCmd .cke_icon - { - display: none !important; - } - - .cke_button_myDialogCmd .cke_label - { - display: inline !important; - } - - </style> - <script type="text/javascript"> - //<![CDATA[ - -// When opening a dialog, its "definition" is created for it, for -// each editor instance. The "dialogDefinition" event is then -// fired. We should use this event to make customizations to the -// definition of existing dialogs. -CKEDITOR.on( 'dialogDefinition', function( ev ) - { - // Take the dialog name and its definition from the event - // data. - var dialogName = ev.data.name; - var dialogDefinition = ev.data.definition; - - // Check if the definition is from the dialog we're - // interested on (the "Link" dialog). - if ( dialogName == 'link' ) - { - // Get a reference to the "Link Info" tab. - var infoTab = dialogDefinition.getContents( 'info' ); - - // Add a text field to the "info" tab. - infoTab.add( { - type : 'text', - label : 'My Custom Field', - id : 'customField', - 'default' : 'Sample!', - validate : function() - { - if ( /\d/.test( this.getValue() ) ) - return 'My Custom Field must not contain digits'; - } - }); - - // Remove the "Link Type" combo and the "Browser - // Server" button from the "info" tab. - infoTab.remove( 'linkType' ); - infoTab.remove( 'browse' ); - - // Set the default value for the URL field. - var urlField = infoTab.get( 'url' ); - urlField['default'] = 'www.example.com'; - - // Remove the "Target" tab from the "Link" dialog. - dialogDefinition.removeContents( 'target' ); - - // Add a new tab to the "Link" dialog. - dialogDefinition.addContents({ - id : 'customTab', - label : 'My Tab', - accessKey : 'M', - elements : [ - { - id : 'myField1', - type : 'text', - label : 'My Text Field' - }, - { - id : 'myField2', - type : 'text', - label : 'Another Text Field' - } - ] - }); - - // Rewrite the 'onFocus' handler to always focus 'url' field. - dialogDefinition.onFocus = function() - { - var urlField = this.getContentElement( 'info', 'url' ); - urlField.select(); - }; - } - }); - - //]]> - </script> - -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Using CKEditor Dialog API - </h1> - <div class="description"> - <p> - This sample shows how to use the - <a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html">CKEditor Dialog API</a> - to customize CKEditor dialog windows without changing the original editor code. - The following customizations are being done in the example below: - </p> - <ol> - <li><strong>Adding dialog window tabs</strong> – "My Tab" in the "Link" dialog window.</li> - <li><strong>Removing a dialog window tab</strong> – "Target" tab from the "Link" dialog window.</li> - <li><strong>Adding dialog window fields</strong> – "My Custom Field" in the "Link" dialog window.</li> - <li><strong>Removing dialog window fields</strong> – "Link Type" and "Browse Server" in the "Link" - dialog window.</li> - <li><strong>Setting default values for dialog window fields</strong> – "URL" field in the - "Link" dialog window. </li> - <li><strong>Creating a custom dialog window</strong> – "My Dialog" dialog window opened with the "My Dialog" toolbar button.</li> - </ol> - <p> -For details on how to create this setup check the source code of this sample page. - </p> - </div> - - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <!-- This <fieldset> holds the HTML that you will usually find in your - pages. --> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - // Replace the <textarea id="editor1"> with an CKEditor instance. - var editor = CKEDITOR.replace( 'editor1', - { - // Defines a simpler toolbar to be used in this sample. - // Note that we have added out "MyButton" button here. - toolbar : [ [ 'Source', '-', 'Bold', 'Italic', 'Underline', 'Strike','-','Link', '-', 'MyButton' ] ] - }); - - // Listen for the "pluginsLoaded" event, so we are sure that the - // "dialog" plugin has been loaded and we are able to do our - // customizations. - editor.on( 'pluginsLoaded', function( ev ) - { - // If our custom dialog has not been registered, do that now. - if ( !CKEDITOR.dialog.exists( 'myDialog' ) ) - { - // We need to do the following trick to find out the dialog - // definition file URL path. In the real world, you would simply - // point to an absolute path directly, like "/mydir/mydialog.js". - var href = document.location.href.split( '/' ); - href.pop(); - href.push( 'api_dialog', 'my_dialog.js' ); - href = href.join( '/' ); - - // Finally, register the dialog. - CKEDITOR.dialog.add( 'myDialog', href ); - } - - // Register the command used to open the dialog. - editor.addCommand( 'myDialogCmd', new CKEDITOR.dialogCommand( 'myDialog' ) ); - - // Add the a custom toolbar buttons, which fires the above - // command.. - editor.ui.addButton( 'MyButton', - { - label : 'My Dialog', - command : 'myDialogCmd' - } ); - }); - //]]> - </script> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/api_dialog/my_dialog.js b/skins/ckeditor/_samples/api_dialog/my_dialog.js deleted file mode 100644 index 638d4b0..0000000 --- a/skins/ckeditor/_samples/api_dialog/my_dialog.js +++ /dev/null @@ -1,28 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add( 'myDialog', function( editor ) -{ - return { - title : 'My Dialog', - minWidth : 400, - minHeight : 200, - contents : [ - { - id : 'tab1', - label : 'First Tab', - title : 'First Tab', - elements : - [ - { - id : 'input1', - type : 'text', - label : 'Input 1' - } - ] - } - ] - }; -} ); diff --git a/skins/ckeditor/_samples/asp/advanced.asp b/skins/ckeditor/_samples/asp/advanced.asp deleted file mode 100644 index b101c2c..0000000 --- a/skins/ckeditor/_samples/asp/advanced.asp +++ /dev/null @@ -1,105 +0,0 @@ -<%@ codepage="65001" language="VBScript" %> -<% Option Explicit %> -<!-- #INCLUDE file="../../ckeditor.asp" --> -<% - - ' You must set "Enable Parent Paths" on your web site - ' in order for the above relative include to work. - ' Or you can use #INCLUDE VIRTUAL="/full path/ckeditor.asp" - -%> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Sample - CKEditor</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type"/> - <link href="../sample.css" rel="stylesheet" type="text/css"/> -</head> -<body> - <h1 class="samples"> - CKEditor Sample - </h1> - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <!-- This <fieldset> holds the HTML that you will usually find in your pages. --> - <fieldset title="Output"> - <legend>Output</legend> - <form action="sample_posteddata.asp" method="post"> - <p> - <label>Editor 1:</label><br/> - </p> -<% - ' Create class instance. - dim editor, initialValue, code, textareaAttributes - set editor = New CKEditor - - ' Do not print the code directly to the browser, return it instead - editor.returnOutput = true - - ' Path to CKEditor directory, ideally instead of relative dir, use an absolute path: - ' editor.basePath = "/ckeditor/" - ' If not set, CKEditor will default to /ckeditor/ - editor.basePath = "../../" - - ' Set global configuration (will be used by all instances of CKEditor). - editor.config("width") = 600 - - ' Change default textarea attributes - set textareaAttributes = CreateObject("Scripting.Dictionary") - textareaAttributes.Add "rows", 10 - textareaAttributes.Add "cols", 80 - Set editor.textareaAttributes = textareaAttributes - - ' The initial value to be displayed in the editor. - initialValue = "<p>This is some <strong>sample text</strong>. You are using <a href=""http://ckeditor.com/"">CKEditor</a>.</p>" - - ' Create first instance. - code = editor.editor("editor1", initialValue) - - response.write code -%> - <p> - <label>Editor 2:</label><br/> - </p> -<% -' Configuration that will be used only by the second editor. - -editor.instanceConfig("toolbar") = Array( _ - Array( "Source", "-", "Bold", "Italic", "Underline", "Strike" ), _ - Array( "Image", "Link", "Unlink", "Anchor" ) _ - ) - -editor.instanceConfig("skin") = "v2" - -' Create second instance. -response.write editor.editor("editor2", initialValue) -%> - <p> - <input type="submit" value="Submit"/> - </p> - </form> - </fieldset> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/asp/events.asp b/skins/ckeditor/_samples/asp/events.asp deleted file mode 100644 index c24e5e1..0000000 --- a/skins/ckeditor/_samples/asp/events.asp +++ /dev/null @@ -1,136 +0,0 @@ -<%@ codepage="65001" language="VBScript" %> -<% Option Explicit %> -<!-- #INCLUDE file="../../ckeditor.asp" --> -<% - - ' You must set "Enable Parent Paths" on your web site - ' in order for the above relative include to work. - ' Or you can use #INCLUDE VIRTUAL="/full path/ckeditor.asp" - -%> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Sample - CKEditor</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type"/> - <link href="../sample.css" rel="stylesheet" type="text/css"/> -</head> -<body> - <h1 class="samples"> - CKEditor Sample - </h1> - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <!-- This <fieldset> holds the HTML that you will usually find in your pages. --> - <fieldset title="Output"> - <legend>Output</legend> - <form action="sample_posteddata.asp" method="post"> - <p> - <label>Editor 1:</label><br/> - </p> -<% - -'' - ' Adds global event, will hide "Target" tab in Link dialog in all instances. - ' -function CKEditorHideLinkTargetTab(editor) - dim functionCode - functionCode = "function (ev) {" & vbcrlf & _ - "// Take the dialog name and its definition from the event data" & vbcrlf & _ - "var dialogName = ev.data.name;" & vbcrlf & _ - "var dialogDefinition = ev.data.definition;" & vbcrlf & _ - "" & vbcrlf & _ - "// Check if the definition is from the Link dialog." & vbcrlf & _ - "if ( dialogName == 'link' )" & vbcrlf & _ - " dialogDefinition.removeContents('target')" & vbcrlf & _ - "}" & vbcrlf - - editor.addGlobalEventHandler "dialogDefinition", functionCode -end function - -'' - ' Adds global event, will notify about opened dialog. - ' -function CKEditorNotifyAboutOpenedDialog(editor) - dim functionCode - functionCode = "function (evt) {" & vbcrlf & _ - "alert('Loading dialog: ' + evt.data.name);" & vbcrlf & _ - "}" - - editor.addGlobalEventHandler "dialogDefinition", functionCode -end function - - -dim editor, initialValue - -' Create class instance. -set editor = new CKEditor - -' Set configuration option for all editors. -editor.config("width") = 750 - -' Path to CKEditor directory, ideally instead of relative dir, use an absolute path: -' editor.basePath = "/ckeditor/" -' If not set, CKEditor will default to /ckeditor/ -editor.basePath = "../../" - -' The initial value to be displayed in the editor. -initialValue = "<p>This is some <strong>sample text</strong>. You are using <a href=""http://ckeditor.com/"">CKEditor</a>.</p>" - -' Event that will be handled only by the first editor. -editor.addEventHandler "instanceReady", "function (evt) { alert('Loaded editor: ' + evt.editor.name );}" - -' Create first instance. -editor.editor "editor1", initialValue - -' Clear event handlers, instances that will be created later will not have -' the 'instanceReady' listener defined a couple of lines above. -editor.clearEventHandlers empty -%> - <p> - <label>Editor 2:</label><br/> - </p> -<% -' Configuration that will be used only by the second editor. -editor.instanceConfig("width") = 600 -editor.instanceConfig("toolbar") = "Basic" - -' Add some global event handlers (for all editors). -CKEditorHideLinkTargetTab(editor) -CKEditorNotifyAboutOpenedDialog(editor) - -' Event that will be handled only by the second editor. -editor.addInstanceEventHandler "instanceReady", "function (evt) { alert('Loaded second editor: ' + evt.editor.name );}" - -' Create second instance. -editor.editor "editor2", initialValue -%> - <p> - <input type="submit" value="Submit"/> - </p> - </form> - </fieldset> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/asp/index.html b/skins/ckeditor/_samples/asp/index.html deleted file mode 100644 index 76522bf..0000000 --- a/skins/ckeditor/_samples/asp/index.html +++ /dev/null @@ -1,103 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>ASP integration Samples List — CKEditor</title> - <link type="text/css" rel="stylesheet" href="../sample.css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Samples List for ASP — CKEditor Sample - </h1> - <h2 class="samples"> - Overview - </h2> - <p>The ckeditor.asp file provides a wrapper to ease the work of creating CKEditor instances from classic Asp.</p> - <p>To use it, you must first include it into your page: - <code> - <!-- #INCLUDE file="../../ckeditor.asp" --> - </code> - Of course, you should adjust the path to make it point to the correct location, and maybe use a full path (with virtual="" instead of file="") - </p> - <p>After that script is included, you can use it in different ways, based on the following pattern:</p> - -<ol> - <li> - Create an instance of the CKEditor class: -<pre class="samples">dim editor -set editor = New CKEditor</pre> - </li> - <li> - Set the path to the folder where CKEditor has been installed, by default it will use /ckeditor/ - <pre class="samples">editor.basePath = "../../"</pre> - </li> - <li> - Now use one of the three main methods to create the CKEditor instances: - <ul class="samples"> - <li> - Replace textarea with id (or name) "editor1". - <pre class="samples">editor.replaceInstance "editor1"</pre> - </li> - <li> - Replace all textareas with CKEditor. - <pre class="samples">editor.replaceAll empty</pre> - </li> - <li> - Create a textarea element and attach CKEditor to it. - <pre class="samples">editor.editor "editor1", initialValue</pre> - </li> - </ul> - </li> -</ol> -<p>Before step 3 you can use a number of methods and properties to adjust the behavior of this class and the CKEditor instances -that will be created:</p> -<ul class="samples"> - <li>returnOutput : if set to true, the functions won't dump the code with response.write, but instead they will return it so - you can do anything you want</li> - <li>basePath: location of the CKEditor scripts</li> - <li>initialized: if you set it to true, it means that you have already included the CKEditor.js file into the page and it - doesn't have to be generated again.</li> - <li>textareaAttributes: You can set here a Dictionary object with the attributes that you want to output in the call to the "editor" method.</li> - - <li>config: Allows to set config values for all the instances from now on.</li> - <li>instanceConfig: Allows to set config values just for the next instance.</li> - - <li>addEventHandler: Adds an event handler for all the instances from now on.</li> - <li>addInstanceEventHandler: Adds an event handler just for the next instance.</li> - <li>addGlobalEventHandler: Adds an event handler for the global CKEDITOR object.</li> - - <li>clearEventHandlers: Removes one or all the event handlers from all the instances from now on.</li> - <li>clearInstanceEventHandlers: Removes one or all the event handlers from the next instance.</li> - <li>clearGlobalEventHandlers: Removes one or all the event handlers from the global CKEDITOR object.</li> - -</ul> - - <h2 class="samples"> - Basic Samples - </h2> - <ul class="samples"> - <li><a class="samples" href="replace.asp">Replace existing textareas by code</a></li> - <li><a class="samples" href="replaceall.asp">Replace all textareas by code</a></li> - <li><a class="samples" href="standalone.asp">Create instances in asp</a></li> - </ul> - <h2 class="samples"> - Advanced Samples - </h2> - <ul class="samples"> - <li><a class="samples" href="advanced.asp">Advanced example</a></li> - <li><a class="samples" href="events.asp">Listening to events</a></li> - </ul> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/asp/replace.asp b/skins/ckeditor/_samples/asp/replace.asp deleted file mode 100644 index 5aafbb2..0000000 --- a/skins/ckeditor/_samples/asp/replace.asp +++ /dev/null @@ -1,72 +0,0 @@ -<%@ codepage="65001" language="VBScript" %> -<% Option Explicit %> -<!-- #INCLUDE file="../../ckeditor.asp" --> -<% - - ' You must set "Enable Parent Paths" on your web site - ' in order for the above relative include to work. - ' Or you can use #INCLUDE VIRTUAL="/full path/ckeditor.asp" - -%> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Sample - CKEditor</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type"/> - <link href="../sample.css" rel="stylesheet" type="text/css"/> -</head> -<body> - <h1 class="samples"> - CKEditor Sample - </h1> - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <!-- This <fieldset> holds the HTML that you will usually find in your pages. --> - <fieldset title="Output"> - <legend>Output</legend> - <form action="sample_posteddata.asp" method="post"> - <p> - <label for="editor1"> - Editor 1:</label><br/> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - </p> - <p> - <input type="submit" value="Submit"/> - </p> - </form> - </fieldset> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> - <% - ' Create class instance. - dim editor - set editor = New CKEditor - ' Path to CKEditor directory, ideally instead of relative dir, use an absolute path: - ' editor.basePath = "/ckeditor/" - ' If not set, CKEditor will default to /ckeditor/ - editor.basePath = "../../" - ' Replace textarea with id (or name) "editor1". - editor.replaceInstance "editor1" - %> -</body> -</html> diff --git a/skins/ckeditor/_samples/asp/replaceall.asp b/skins/ckeditor/_samples/asp/replaceall.asp deleted file mode 100644 index 1337f60..0000000 --- a/skins/ckeditor/_samples/asp/replaceall.asp +++ /dev/null @@ -1,77 +0,0 @@ -<%@ codepage="65001" language="VBScript" %> -<% Option Explicit %> -<!-- #INCLUDE file="../../ckeditor.asp" --> -<% - - ' You must set "Enable Parent Paths" on your web site - ' in order for the above relative include to work. - ' Or you can use #INCLUDE VIRTUAL="/full path/ckeditor.asp" - -%> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Sample - CKEditor</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type"/> - <link href="../sample.css" rel="stylesheet" type="text/css"/> -</head> -<body> - <h1 class="samples"> - CKEditor Sample - </h1> - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <!-- This <fieldset> holds the HTML that you will usually find in your pages. --> - <fieldset title="Output"> - <legend>Output</legend> - <form action="sample_posteddata.asp" method="post"> - <p> - <label for="editor1"> - Editor 1:</label><br/> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - </p> - <p> - <label for="editor2"> - Editor 2:</label><br/> - <textarea cols="80" id="editor2" name="editor2" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - </p> - <p> - <input type="submit" value="Submit"/> - </p> - </form> - </fieldset> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> - <% - ' Create class instance. - dim editor - set editor = New CKEditor - ' Path to CKEditor directory, ideally instead of relative dir, use an absolute path: - ' editor.basePath = "/ckeditor/" - ' If not set, CKEditor will default to /ckeditor/ - editor.basePath = "../../" - ' Replace all textareas with CKEditor. - editor.replaceAll empty - %> -</body> -</html> diff --git a/skins/ckeditor/_samples/asp/sample_posteddata.asp b/skins/ckeditor/_samples/asp/sample_posteddata.asp deleted file mode 100644 index 81e6e49..0000000 --- a/skins/ckeditor/_samples/asp/sample_posteddata.asp +++ /dev/null @@ -1,46 +0,0 @@ -<%@ codepage="65001" language="VBScript" %> -<% Option Explicit %> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Sample - CKEditor</title> - <meta http-equiv="content-type" content="text/html; charset=utf-8" /> - <link type="text/css" rel="stylesheet" href="../sample.css" /> -</head> -<body> - <h1 class="samples"> - CKEditor - Posted Data - </h1> - <table border="1" cellspacing="0" id="outputSample"> - <colgroup><col width="100" /></colgroup> - <thead> - <tr> - <th>Field Name</th> - <th>Value</th> - </tr> - </thead> - <% - Dim sForm - For Each sForm in Request.Form - %> - <tr> - <th><%=Server.HTMLEncode( sForm )%></th> - <td><pre class="samples"><%=Server.HTMLEncode( Request.Form(sForm) )%></pre></td> - </tr> - <% Next %> - </table> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/asp/standalone.asp b/skins/ckeditor/_samples/asp/standalone.asp deleted file mode 100644 index 0f453e9..0000000 --- a/skins/ckeditor/_samples/asp/standalone.asp +++ /dev/null @@ -1,72 +0,0 @@ -<%@ codepage="65001" language="VBScript" %> -<% Option Explicit %> -<!-- #INCLUDE file="../../ckeditor.asp" --> -<% - - ' You must set "Enable Parent Paths" on your web site - ' in order for the above relative include to work. - ' Or you can use #INCLUDE VIRTUAL="/full path/ckeditor.asp" - -%> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Sample - CKEditor</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type"/> - <link href="../sample.css" rel="stylesheet" type="text/css"/> -</head> -<body> - <h1 class="samples"> - CKEditor Sample - </h1> - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <!-- This <fieldset> holds the HTML that you will usually find in your pages. --> - <fieldset title="Output"> - <legend>Output</legend> - <form action="sample_posteddata.asp" method="post"> - <p> - Editor 1: - </p> - <p> - <% - dim initialValue, editor - ' The initial value to be displayed in the editor. - initialValue = "<p>This is some <strong>sample text</strong>.</p>" - ' Create class instance. - set editor = New CKEditor - ' Path to CKEditor directory, ideally instead of relative dir, use an absolute path: - ' editor.basePath = "/ckeditor/" - ' If not set, CKEditor will default to /ckeditor/ - editor.basePath = "../../" - ' Create textarea element and attach CKEditor to it. - editor.editor "editor1", initialValue - %> - <input type="submit" value="Submit"/> - </p> - </form> - </fieldset> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/assets/_posteddata.php b/skins/ckeditor/_samples/assets/_posteddata.php deleted file mode 100644 index 4d3e34e..0000000 --- a/skins/ckeditor/_samples/assets/_posteddata.php +++ /dev/null @@ -1,59 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<?php -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -?> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Sample — CKEditor</title> - <meta http-equiv="content-type" content="text/html; charset=utf-8" /> - <link type="text/css" rel="stylesheet" href="sample.css" /> -</head> -<body> - <h1 class="samples"> - CKEditor — Posted Data - </h1> - <table border="1" cellspacing="0" id="outputSample"> - <colgroup><col width="100" /></colgroup> - <thead> - <tr> - <th>Field Name</th> - <th>Value</th> - </tr> - </thead> -<?php - -if ( isset( $_POST ) ) - $postArray = &$_POST ; // 4.1.0 or later, use $_POST -else - $postArray = &$HTTP_POST_VARS ; // prior to 4.1.0, use HTTP_POST_VARS - -foreach ( $postArray as $sForm => $value ) -{ - if ( get_magic_quotes_gpc() ) - $postedValue = htmlspecialchars( stripslashes( $value ) ) ; - else - $postedValue = htmlspecialchars( $value ) ; - -?> - <tr> - <th style="vertical-align: top"><?php echo htmlspecialchars($sForm); ?></th> - <td><pre class="samples"><?php echo $postedValue?></pre></td> - </tr> - <?php -} -?> - </table> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/assets/parsesample.css b/skins/ckeditor/_samples/assets/parsesample.css deleted file mode 100644 index ce545ee..0000000 --- a/skins/ckeditor/_samples/assets/parsesample.css +++ /dev/null @@ -1,70 +0,0 @@ -body -{ - font-family: Arial, Verdana, sans-serif; - font-size: 12px; - color: #222; - background-color: #fff; -} - -/* preserved spaces for rtl list item bullets. (#6249)*/ -ol,ul,dl -{ - padding-right:40px; -} - -h1,h2,h3,h4 -{ - font-family: Georgia, Times, serif; -} - -h1.lightBlue -{ - color: #00A6C7; - font-size: 1.8em; - font-weight:normal; -} - -h3.green -{ - color: #739E39; - font-weight:normal; -} - -span.markYellow { background-color: yellow; } -span.markGreen { background-color: lime; } - -img.left -{ - padding: 5px; - margin-right: 5px; - float:left; - border:2px solid #DDD; -} - -img.right -{ - padding: 5px; - margin-right: 5px; - float:right; - border:2px solid #DDD; -} - -a.green -{ - color:#739E39; -} - -table.grey -{ - background-color : #F5F5F5; -} - -table.grey th -{ - background-color : #DDD; -} - -ul.square -{ - list-style-type : square; -} diff --git a/skins/ckeditor/_samples/assets/swfobject.js b/skins/ckeditor/_samples/assets/swfobject.js deleted file mode 100644 index ef6d3b7..0000000 --- a/skins/ckeditor/_samples/assets/swfobject.js +++ /dev/null @@ -1,18 +0,0 @@ -/** - * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/ - * - * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License: - * http://www.opensource.org/licenses/mit-license.php - * - */ -/* -Copyright (c) 2007 Geoff Stearns - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ -/*jsl:ignoreall*/ -if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject; diff --git a/skins/ckeditor/_samples/autogrow.html b/skins/ckeditor/_samples/autogrow.html deleted file mode 100644 index 560474f..0000000 --- a/skins/ckeditor/_samples/autogrow.html +++ /dev/null @@ -1,107 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>AutoGrow Plugin — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Using AutoGrow Plugin - </h1> - <div class="description"> - <p> - This sample shows how to configure CKEditor instances to use the - <strong>autogrow</strong> plugin that lets the editor window expand and shrink - depending on the amount and size of content entered in the editing area. - </p> - <p> - In its default implementation the <strong>AutoGrow feature</strong> can expand the - CKEditor window infinitely in order to avoid introducing scrollbars to the editing area. - </p> - <p> - It is also possible to set a maximum height for the editor window. Once CKEditor - editing area reaches the value in pixels specified in the <code>autoGrow_maxHeight</code> - attribute, scrollbars will be added and the editor window will no longer expand. - </p> - <p> - To add a CKEditor instance using the <strong>autogrow</strong> plugin and its - <code>autoGrow_maxHeight</code> attribute, insert the following JavaScript call to your code: - </p> - <pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - <strong>extraPlugins : 'autogrow',</strong> - autoGrow_maxHeight : 800, - // Remove the resize plugin, as it doesn't make sense to use it in conjunction with the AutoGrow plugin. - removePlugins : 'resize' - });</pre> - <p> - Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of - the <code><textarea></code> element to be replaced with CKEditor. The maximum height should - be given in pixels. - </p> - </div> - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="sample_posteddata.php" method="post"> - <p> - <label for="editor1"> - CKEditor using the <strong>autogrow</strong> plugin with its default configuration:</label> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - CKEDITOR.replace( 'editor1', { - extraPlugins : 'autogrow', - removePlugins : 'resize' - }); - - //]]> - </script> - </p> - <p> - <label for="editor2"> - CKEditor using the <strong>autogrow</strong> plugin with maximum height set to 400:</label> - <textarea cols="80" id="editor2" name="editor2" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - CKEDITOR.replace( 'editor2', { - extraPlugins : 'autogrow', - autoGrow_maxHeight : 400, - removePlugins : 'resize' - }); - - //]]> - </script> - </p> - <p> - <input type="submit" value="Submit" /> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/bbcode.html b/skins/ckeditor/_samples/bbcode.html deleted file mode 100644 index 6dafd02..0000000 --- a/skins/ckeditor/_samples/bbcode.html +++ /dev/null @@ -1,125 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>BBCode Plugin — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — BBCode Plugin - </h1> - <div class="description"> - <p> - This sample shows how to configure CKEditor to output <a href="http://en.wikipedia.org/wiki/BBCode">BBCode</a> format instead of HTML. - Please note that the editor configuration was modified to reflect what is needed in a BBCode editing environment. - Smiley images, for example, were stripped to the emoticons that are commonly used in some BBCode dialects. - </p> - <p> - Please note that currently there is no standard for the BBCode markup language, so its implementation - for different platforms (message boards, blogs etc.) can vary. This means that before using CKEditor to - output BBCode you may need to adjust the implementation to your own environment. - </p> - <p> - A snippet of the configuration code can be seen below; check the source of this page for - a full definition: - </p> - <pre class="samples"> -CKEDITOR.replace( 'editor1', - { - <strong>extraPlugins : 'bbcode',</strong> - toolbar : - [ - ['Source', '-', 'Save','NewPage','-','Undo','Redo'], - ['Find','Replace','-','SelectAll','RemoveFormat'], - ['Link', 'Unlink', 'Image'], - '/', - ['FontSize', 'Bold', 'Italic','Underline'], - ['NumberedList','BulletedList','-','Blockquote'], - ['TextColor', '-', 'Smiley','SpecialChar', '-', 'Maximize'] - ], - ... <i>some other configurations omitted here</i> - }); </pre> - </div> - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="sample_posteddata.php" method="post"> - <p> - <label for="editor1"> - Editor 1:</label> - <textarea cols="80" id="editor1" name="editor1" rows="10">This is some [b]sample text[/b]. You are using [url=http://ckeditor.com/]CKEditor[/url].</textarea> - <script type="text/javascript"> - //<![CDATA[ - - // Replace the <textarea id="editor"> with an CKEditor - // instance, using the "bbcode" plugin, shaping some of the - // editor configuration to fit BBCode environment. - CKEDITOR.replace( 'editor1', - { - extraPlugins : 'bbcode', - // Remove unused plugins. - removePlugins : 'bidi,button,dialogadvtab,div,filebrowser,flash,format,forms,horizontalrule,iframe,indent,justify,liststyle,pagebreak,showborders,stylescombo,table,tabletools,templates', - // Width and height are not supported in the BBCode format, so object resizing is disabled. - disableObjectResizing : true, - // Define font sizes in percent values. - fontSize_sizes : "30/30%;50/50%;100/100%;120/120%;150/150%;200/200%;300/300%", - toolbar : - [ - ['Source', '-', 'Save','NewPage','-','Undo','Redo'], - ['Find','Replace','-','SelectAll','RemoveFormat'], - ['Link', 'Unlink', 'Image', 'Smiley','SpecialChar'], - '/', - ['Bold', 'Italic','Underline'], - ['FontSize'], - ['TextColor'], - ['NumberedList','BulletedList','-','Blockquote'], - ['Maximize'] - ], - // Strip CKEditor smileys to those commonly used in BBCode. - smiley_images : - [ - 'regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','tounge_smile.gif', - 'embaressed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angel_smile.gif','shades_smile.gif', - 'cry_smile.gif','kiss.gif' - ], - smiley_descriptions : - [ - 'smiley', 'sad', 'wink', 'laugh', 'cheeky', 'blush', 'surprise', - 'indecision', 'angel', 'cool', 'crying', 'kiss' - ] - } ); - - //]]> - </script> - </p> - <p> - <input type="submit" value="Submit" /> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/devtools.html b/skins/ckeditor/_samples/devtools.html deleted file mode 100644 index 87a3a7f..0000000 --- a/skins/ckeditor/_samples/devtools.html +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Using DevTools Plugin — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Using the Developer Tools Plugin - </h1> - <div class="description"> - <p> - This sample shows how to configure CKEditor instances to use the - <strong>Developer Tools</strong> (<code>devtools</code>) plugin that displays - information about dialog window elements, including the name of the dialog window, - tab, and UI element. Please note that the tooltip also contains a link to the - <a href="http://docs.cksource.com/ckeditor_api/">CKEditor JavaScript API</a> - documentation for each of the selected elements. - </p> - <p> - This plugin is aimed at developers who would like to customize their CKEditor - instances and create their own plugins. By default it is turned off; it is - usually useful to only turn it on in the development phase. Note that it works with - all CKEditor dialog windows, including the ones that were created by custom plugins. - </p> - <p> - To add a CKEditor instance using the <strong>devtools</strong> plugin, insert - the following JavaScript call into your code: - </p> - <pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - <strong>extraPlugins : 'devtools'</strong> - });</pre> - <p> - Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of - the <code><textarea></code> element to be replaced with CKEditor. - </p> - </div> - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="sample_posteddata.php" method="post"> - <p> - <label for="editor1"> - Editor 1:</label> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - // This call can be placed at any point after the - // <textarea>, or inside a <head><script> in a - // window.onload event handler. - - // Replace the <textarea id="editor"> with an CKEditor - // instance, using default configurations. - CKEDITOR.replace( 'editor1' , - { - extraPlugins : 'devtools' - }); - - //]]> - </script> - </p> - <p> - <input type="submit" value="Submit" /> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/divreplace.html b/skins/ckeditor/_samples/divreplace.html deleted file mode 100644 index 4568f52..0000000 --- a/skins/ckeditor/_samples/divreplace.html +++ /dev/null @@ -1,154 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Replace DIV — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> - <style id="styles" type="text/css"> - - div.editable - { - border: solid 2px Transparent; - padding-left: 15px; - padding-right: 15px; - } - - div.editable:hover - { - border-color: black; - } - - </style> - <script type="text/javascript"> - //<![CDATA[ - -// Uncomment the following code to test the "Timeout Loading Method". -// CKEDITOR.loadFullCoreTimeout = 5; - -window.onload = function() -{ - // Listen to the double click event. - if ( window.addEventListener ) - document.body.addEventListener( 'dblclick', onDoubleClick, false ); - else if ( window.attachEvent ) - document.body.attachEvent( 'ondblclick', onDoubleClick ); - -}; - -function onDoubleClick( ev ) -{ - // Get the element which fired the event. This is not necessarily the - // element to which the event has been attached. - var element = ev.target || ev.srcElement; - - // Find out the div that holds this element. - var name; - do - { - element = element.parentNode; - } - while ( element && ( name = element.nodeName.toLowerCase() ) && ( name != 'div' || element.className.indexOf( 'editable' ) == -1 ) && name != 'body' ) - - - if ( name == 'div' && element.className.indexOf( 'editable' ) != -1 ) - replaceDiv( element ); -} - -var editor; - -function replaceDiv( div ) -{ - if ( editor ) - editor.destroy(); - - editor = CKEDITOR.replace( div ); -} - - //]]> - </script> - -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Replace DIV with CKEditor on the Fly - </h1> - <div class="description"> - <p> - This sample shows how to automatically replace <code><div></code> elements - with a CKEditor instance on the fly, following user's doubleclick. The content - that was previously placed inside the <code><div></code> element will now - be moved into CKEditor editing area. - </p> - <p> - For details on how to create this setup check the source code of this sample page. - </p> - </div> - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <p> - Double-click any of the following <code><div></code> elements to transform them into - editor instances.</p> - <div class="editable"> - <h3> - Part 1</h3> - <p> - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras et ipsum quis mi - semper accumsan. Integer pretium dui id massa. Suspendisse in nisl sit amet urna - rutrum imperdiet. Nulla eu tellus. Donec ante nisi, ullamcorper quis, fringilla - nec, sagittis eleifend, pede. Nulla commodo interdum massa. Donec id metus. Fusce - eu ipsum. Suspendisse auctor. Phasellus fermentum porttitor risus. - </p> - </div> - <div class="editable"> - <h3> - Part 2</h3> - <p> - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras et ipsum quis mi - semper accumsan. Integer pretium dui id massa. Suspendisse in nisl sit amet urna - rutrum imperdiet. Nulla eu tellus. Donec ante nisi, ullamcorper quis, fringilla - nec, sagittis eleifend, pede. Nulla commodo interdum massa. Donec id metus. Fusce - eu ipsum. Suspendisse auctor. Phasellus fermentum porttitor risus. - </p> - <p> - Donec velit. Mauris massa. Vestibulum non nulla. Nam suscipit arcu nec elit. Phasellus - sollicitudin iaculis ante. Ut non mauris et sapien tincidunt adipiscing. Vestibulum - vitae leo. Suspendisse nec mi tristique nulla laoreet vulputate. - </p> - </div> - <div class="editable"> - <h3> - Part 3</h3> - <p> - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras et ipsum quis mi - semper accumsan. Integer pretium dui id massa. Suspendisse in nisl sit amet urna - rutrum imperdiet. Nulla eu tellus. Donec ante nisi, ullamcorper quis, fringilla - nec, sagittis eleifend, pede. Nulla commodo interdum massa. Donec id metus. Fusce - eu ipsum. Suspendisse auctor. Phasellus fermentum porttitor risus. - </p> - </div> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/enterkey.html b/skins/ckeditor/_samples/enterkey.html deleted file mode 100644 index e6e6c8f..0000000 --- a/skins/ckeditor/_samples/enterkey.html +++ /dev/null @@ -1,115 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>ENTER Key Configuration — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> - <script type="text/javascript"> - //<![CDATA[ - -var editor; - -function changeEnter() -{ - // If we already have an editor, let's destroy it first. - if ( editor ) - editor.destroy( true ); - - // Create the editor again, with the appropriate settings. - editor = CKEDITOR.replace( 'editor1', - { - enterMode : Number( document.getElementById( 'xEnter' ).value ), - shiftEnterMode : Number( document.getElementById( 'xShiftEnter' ).value ) - }); -} - -window.onload = changeEnter; - - //]]> - </script> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — ENTER Key Configuration - </h1> - <div class="description"> - <p> - This sample shows how to configure the <em>Enter</em> and <em>Shift+Enter</em> keys - to perform actions specified in the - <a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.enterMode"><code>enterMode</code></a> - and <a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.shiftEnterMode"><code>shiftEnterMode</code></a> - parameters, respectively. - You can choose from the following options: - </p> - <ul class="samples"> - <li><strong><code>ENTER_P</code></strong> – new <code><p></code> paragraphs are created;</li> - <li><strong><code>ENTER_BR</code></strong> – lines are broken with <code><br></code> elements;</li> - <li><strong><code>ENTER_DIV</code></strong> – new <code><div></code> blocks are created.</li> - </ul> - <p> - The sample code below shows how to configure CKEditor to create a <code><div></code> block when <em>Enter</em> key is pressed. - </p> - <pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - <strong>enterMode : CKEDITOR.ENTER_DIV</strong> - });</pre> - <p> - Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of - the <code><textarea></code> element to be replaced. - </p> - </div> - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <div style="float: left; margin-right: 20px"> - When <em>Enter</em> is pressed:<br /> - <select id="xEnter" onchange="changeEnter();"> - <option selected="selected" value="1">Create a new <P> (recommended)</option> - <option value="3">Create a new <DIV></option> - <option value="2">Break the line with a <BR></option> - </select> - </div> - <div style="float: left"> - When <em>Shift+Enter</em> is pressed:<br /> - <select id="xShiftEnter" onchange="changeEnter();"> - <option value="1">Create a new <P></option> - <option value="3">Create a new <DIV></option> - <option selected="selected" value="2">Break the line with a <BR> (recommended)</option> - </select> - </div> - <br style="clear: both" /> - <form action="sample_posteddata.php" method="post"> - <p> - <br /> - <textarea cols="80" id="editor1" name="editor1" rows="10">This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</textarea> - </p> - <p> - <input type="submit" value="Submit" /> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/fullpage.html b/skins/ckeditor/_samples/fullpage.html deleted file mode 100644 index 0b0070e..0000000 --- a/skins/ckeditor/_samples/fullpage.html +++ /dev/null @@ -1,82 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Full Page Editing with Document Properties Plugin — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Full Page Editing with Document Properties Plugin - </h1> - <div class="description"> - <p> - This sample shows how to configure CKEditor to edit entire HTML pages, from the - <code><html></code> tag to the <code></html></code> tag. - </p> - <p> - The <strong>Document Properties</strong> (<code>docprops</code>) plugin is also turned on. - This plugin allows you to set the metadata of the page, including the page encoding, margins, - meta tags, or background. - </p> - <p> - The CKEditor instance below is inserted with a JavaScript call using the following code: - </p> - <pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - <strong>fullPage : true, - extraPlugins : 'docprops'</strong> - });</pre> - <p> - Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of - the <code><textarea></code> element to be replaced. - </p> - </div> - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="sample_posteddata.php" method="post"> - <label for="editor1"> - CKEditor using the <code>docprops</code> plugin and working in the Full Page mode:</label> - <textarea cols="80" id="editor1" name="editor1" rows="10"><html><head><title>CKEditor Sample</title></head><body><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></body></html></textarea> - <script type="text/javascript"> - //<![CDATA[ - - CKEDITOR.replace( 'editor1', - { - fullPage : true, - extraPlugins : 'docprops' - }); - - //]]> - </script> - <p> - <input type="submit" value="Submit" /> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/index.html b/skins/ckeditor/_samples/index.html deleted file mode 100644 index dabc9af..0000000 --- a/skins/ckeditor/_samples/index.html +++ /dev/null @@ -1,116 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CKEditor Samples</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <link type="text/css" rel="stylesheet" href="sample.css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Samples Site - </h1> - <h2 class="samples"> - Basic Samples - </h2> - <ul class="samples"> - <li> - <a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a><br /> - Automatic replacement of all textarea elements of a given class with a CKEditor instance. - </li> - <li><a class="samples" href="replacebycode.html">Replace textarea elements by code</a><br /> - Replacement of textarea elements with CKEditor instances by using a JavaScript call. - </li> - <li><a class="samples" href="fullpage.html">Full page support with the Document Properties plugin</a><br /> - CKEditor inserted with a JavaScript call and used to edit the whole page from <code><html></code> to <code></html></code>. - </li> - </ul> - <h2 class="samples"> - Basic Customization - </h2> - <ul class="samples"> - <li><a class="samples" href="skins.html">Skins</a><br /> - Changing the CKEditor skin by adjusting a single configuration option. - </li> - <li><a class="samples" href="ui_color.html">User Interface color</a><br /> - Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color. - </li> - <li><a class="samples" href="ui_languages.html">User Interface languages</a><br /> - Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language. - </li> - </ul> - <h2 class="samples"> - Advanced Samples - </h2> - <ul class="samples"> - <li><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a><br /> - Transforming a <code>div</code> element into an instance of CKEditor with a mouse click. - </li> - <li><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a><br /> - Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window. - </li> - <li><a class="samples" href="api.html">Basic usage of the API</a><br /> - Using the CKEditor JavaScript API to interact with the editor at runtime. - </li> - <li><a class="samples" href="api_dialog.html">Using the JavaScript API to customize dialog windows</a><br /> - Using the dialog windows API to customize dialog windows without changing the original editor code. - </li> - <li><a class="samples" href="enterkey.html">Using the "Enter" key in CKEditor</a><br /> - Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys. - </li> - <li><a class="samples" href="sharedspaces.html">Shared toolbars</a><br /> - Displaying multiple editor instances that share the toolbar and/or the elements path. - </li> - <li><a class="samples" href="jqueryadapter.html">jQuery adapter example</a><br /> - Using the jQuery adapter to configure CKEditor. - </li> - <li><a class="samples" href="output_xhtml.html">Output XHTML</a><br /> - Configuring CKEditor to produce XHTML 1.1 compliant code. - </li> - <li><a class="samples" href="output_html.html">Output HTML</a><br /> - Configuring CKEditor to produce legacy HTML 4 code. - </li> - <li><a class="samples" href="output_for_flash.html">Output for Flash</a><br /> - Configuring CKEditor to produce HTML code that can be used with Adobe Flash. - </li> - <li><a class="samples" href="readonly.html">Read-only mode</a><br /> - Using the readOnly API to block introducing changes to the editor contents. - </li> - </ul> - <h2 class="samples"> - Additional plugins - </h2> - <ul class="samples"> - <li><a class="samples" href="autogrow.html">AutoGrow plugin</a><br /> - Using the AutoGrow plugin in order to make the editor grow to fit the size of its content. - </li> - <li><a class="samples" href="bbcode.html">Output for BBCode</a><br /> - Configuring CKEditor to produce BBCode tags instead of HTML. - </li> - <li><a class="samples" href="stylesheetparser.html">Stylesheet Parser plugin</a><br /> - Using the Stylesheet Parser plugin to fill the Styles drop-down list based on the CSS classes available in the document stylesheet. - </li> - <li><a class="samples" href="devtools.html">Developer Tools plugin</a><br /> - Using the Developer Tools plugin to display information about dialog window UI elements to allow for easier customization. - </li> - <li><a class="samples" href="placeholder.html">Placeholder plugin</a><br /> - Using the Placeholder plugin to create uneditable sections that can only be created and modified with a proper dialog window. - </li> - <li><a class="samples" href="tableresize.html">TableResize plugin</a><br /> - Using the TableResize plugin to enable table column resizing. - </li> - </ul> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/jqueryadapter.html b/skins/ckeditor/_samples/jqueryadapter.html deleted file mode 100644 index 2772878..0000000 --- a/skins/ckeditor/_samples/jqueryadapter.html +++ /dev/null @@ -1,99 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>jQuery Adapter — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script> - <script type="text/javascript" src="../ckeditor.js"></script> - <script type="text/javascript" src="../adapters/jquery.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> - <script type="text/javascript"> - //<![CDATA[ - -$(function() -{ - var config = { - toolbar: - [ - ['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink'], - ['UIColor'] - ] - }; - - // Initialize the editor. - // Callback function can be passed and executed after full instance creation. - $('.jquery_ckeditor').ckeditor(config); -}); - - //]]> - </script> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Using jQuery Adapter - </h1> - <div class="description"> - <p> - This sample shows how to load CKEditor and configure it using the - <a class="samples" href="http://docs.cksource.com/CKEditor_3.x/Developers_Guide/jQuery_Adapter">jQuery adapter</a>. - In this case the jQuery adapter is responsible for transforming a <code><textarea></code> - element into a CKEditor instance and setting the configuration of the toolbar. - </p> - <p> - CKEditor instance with custom configuration set in jQuery can be inserted with the - following JavaScript code: - </p> - <pre class="samples">$(function() -{ - var config = { - skin:'v2' - }; - - $('.<em>textarea_class</em>').ckeditor(config); -});</pre> - <p> - Note that <code><em>textarea_class</em></code> in the code above is the - <code>class</code> attribute of the <code><textarea></code> element to be replaced with - CKEditor. Any other jQuery selector can be used to match the target element. - </p> - </div> - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <!-- This <fieldset> holds the HTML that you will usually find in your - pages. --> - <form action="sample_posteddata.php" method="post"> - <p> - <label for="editor1"> - Editor 1:</label> - <textarea class="jquery_ckeditor" cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - </p> - <p> - <input type="submit" value="Submit" /> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/output_for_flash.html b/skins/ckeditor/_samples/output_for_flash.html deleted file mode 100644 index 5dc63a4..0000000 --- a/skins/ckeditor/_samples/output_for_flash.html +++ /dev/null @@ -1,275 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Output for Flash — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> - <script type="text/javascript" src="assets/swfobject.js"></script> - <script type="text/javascript"> -function sendToFlash() -{ - var html = CKEDITOR.instances.editor1.getData() ; - var flash = document.getElementById( 'ckFlash' ) ; - flash.setData( html ) ; -} - -function init() -{ - var so = new SWFObject("assets/output_for_flash.swf", "ckFlash", "550", "400", "8", "#ffffff") ; - so.addParam("wmode", "transparent"); - so.write("ckFlashContainer") ; -} - </script> - </head> -<body onload="init()"> - <h1 class="samples"> - CKEditor Sample — Producing Flash Compliant HTML Output - </h1> - <div class="description"> - <p> - This sample shows how to configure CKEditor to output - HTML code that can be used with - <a class="samples" href="http://www.adobe.com/livedocs/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000922.html"> - Adobe Flash</a>. - The code will contain a subset of standard HTML elements like <code><b></code>, - <code><i></code>, and <code><p></code> as well as HTML attributes. - </p> - <p> - To add a CKEditor instance outputting Flash compliant HTML code, load the editor using a standard - JavaScript call, and define CKEditor features to use HTML elements and attributes. - </p> - <p> - For details on how to create this setup check the source code of this sample page. - </p> - </div> - <p> - To see how it works, create some content in the editing area of CKEditor on the left - and send it to the Flash object on the right side of the page by using the - <strong>Send to Flash</strong> button. - </p> - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <hr /> - <table width="100%" cellpadding="0" cellspacing="0"> - <tr> - <td style="width: 100%"> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <b>sample text</b>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - if ( document.location.protocol == 'file:' ) - alert( 'Warning: This samples does not work when loaded from local filesystem due to security restrictions implemented in Flash.' + - '\n\nPlease load the sample from a web server instead.') ; - - CKEDITOR.replace( 'editor1', - { - height : 300, - width : '100%', - toolbar : [ - ['Source','-','Bold','Italic','Underline','-','BulletedList','-','Link','Unlink'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - '/', - ['Font','FontSize'], - ['TextColor','-','About'] - ], - - /* - * Style sheet for the contents - */ - contentsCss : 'body {color:#000; background-color#FFF; font-family: Arial; font-size:80%;} p, ol, ul {margin-top: 0px; margin-bottom: 0px;}', - - /* - * Quirks doctype - */ - docType : '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">', - - /* - * Core styles. - */ - coreStyles_bold : { element : 'b' }, - coreStyles_italic : { element : 'i' }, - coreStyles_underline : { element : 'u'}, - - /* - * Font face - */ - // Define the way font elements will be applied to the document. The "font" - // element will be used. - font_style : - { - element : 'font', - attributes : { 'face' : '#(family)' } - }, - - /* - * Font sizes. - * The CSS part of the font sizes isn't used by Flash, it is there to get the - * font rendered correctly in CKEditor. - */ - fontSize_sizes : '8px/8;9px/9;10px/10;11px/11;12px/12;14px/14;16px/16;18px/18;20px/20;22px/22;24px/24;26px/26;28px/28;36px/36;48px/48;72px/72', - fontSize_style : - { - element : 'font', - attributes : { 'size' : '#(size)' }, - styles : { 'font-size' : '#(size)px' } - } , - - /* - * Font colors. - */ - colorButton_enableMore : true, - - colorButton_foreStyle : - { - element : 'font', - attributes : { 'color' : '#(color)' } - }, - - colorButton_backStyle : - { - element : 'font', - styles : { 'background-color' : '#(color)' } - }, - - - on : { 'instanceReady' : configureFlashOutput } - }); - -/* - * Adjust the behavior of the dataProcessor to match the - * requirements of Flash - */ -function configureFlashOutput( ev ) -{ - var editor = ev.editor, - dataProcessor = editor.dataProcessor, - htmlFilter = dataProcessor && dataProcessor.htmlFilter; - - // Out self closing tags the HTML4 way, like <br>. - dataProcessor.writer.selfClosingEnd = '>'; - - // Make output formatting match Flash expectations - var dtd = CKEDITOR.dtd; - for ( var e in CKEDITOR.tools.extend( {}, dtd.$nonBodyContent, dtd.$block, dtd.$listItem, dtd.$tableContent ) ) - { - dataProcessor.writer.setRules( e, - { - indent : false, - breakBeforeOpen : false, - breakAfterOpen : false, - breakBeforeClose : false, - breakAfterClose : false - }); - } - dataProcessor.writer.setRules( 'br', - { - indent : false, - breakBeforeOpen : false, - breakAfterOpen : false, - breakBeforeClose : false, - breakAfterClose : false - }); - - // Output properties as attributes, not styles. - htmlFilter.addRules( - { - elements : - { - $ : function( element ) - { - var style, match, width, height, align; - - // Output dimensions of images as width and height - if ( element.name == 'img' ) - { - style = element.attributes.style; - - if ( style ) - { - // Get the width from the style. - match = /(?:^|\s)width\s*:\s*(\d+)px/i.exec( style ); - width = match && match[1]; - - // Get the height from the style. - match = /(?:^|\s)height\s*:\s*(\d+)px/i.exec( style ); - height = match && match[1]; - - if ( width ) - { - element.attributes.style = element.attributes.style.replace( /(?:^|\s)width\s*:\s*(\d+)px;?/i , '' ); - element.attributes.width = width; - } - - if ( height ) - { - element.attributes.style = element.attributes.style.replace( /(?:^|\s)height\s*:\s*(\d+)px;?/i , '' ); - element.attributes.height = height; - } - } - } - - // Output alignment of paragraphs using align - if ( element.name == 'p' ) - { - style = element.attributes.style; - - if ( style ) - { - // Get the align from the style. - match = /(?:^|\s)text-align\s*:\s*(\w*);?/i.exec( style ); - align = match && match[1]; - - if ( align ) - { - element.attributes.style = element.attributes.style.replace( /(?:^|\s)text-align\s*:\s*(\w*);?/i , '' ); - element.attributes.align = align; - } - } - } - - if ( element.attributes.style === '' ) - delete element.attributes.style; - - return element; - } - } - - } ); -} - - //]]> - </script> - <input type="button" value="Send to Flash" onclick="sendToFlash();" /> - </td> - <td valign="top" style="padding-left: 15px" id="ckFlashContainer"> - </td> - </tr> - </table> - - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/output_html.html b/skins/ckeditor/_samples/output_html.html deleted file mode 100644 index ad63716..0000000 --- a/skins/ckeditor/_samples/output_html.html +++ /dev/null @@ -1,285 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>HTML Compliant Output — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Producing HTML Compliant Output - </h1> - <div class="description"> - <p> - This sample shows how to configure CKEditor to output valid - <a class="samples" href="http://www.w3.org/TR/html401/">HTML 4.01</a> code. - Traditional HTML elements like <code><b></code>, - <code><i></code>, and <code><font></code> are used in place of - <code><strong></code>, <code><em></code>, and CSS styles. - </p> - <p> - To add a CKEditor instance outputting legacy HTML 4.01 code, load the editor using a standard - JavaScript call, and define CKEditor features to use the HTML compliant elements and attributes. - </p> - <p> - A snippet of the configuration code can be seen below; check the source of this page for - full definition: - </p> - <pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - coreStyles_bold : { element : 'b' }, - coreStyles_italic : { element : 'i' }, - - fontSize_style : - { - element : 'font', - attributes : { 'size' : '#(size)' } - } - - // More definitions follow. - });</pre> - </div> - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="sample_posteddata.php" method="post"> - <p> - <label for="editor1"> - Editor 1:</label> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <b>sample text</b>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - CKEDITOR.replace( 'editor1', - { - /* - * Style sheet for the contents - */ - contentsCss : 'body {color:#000; background-color#:FFF;}', - - /* - * Simple HTML5 doctype - */ - docType : '<!DOCTYPE HTML>', - - /* - * Core styles. - */ - coreStyles_bold : { element : 'b' }, - coreStyles_italic : { element : 'i' }, - coreStyles_underline : { element : 'u'}, - coreStyles_strike : { element : 'strike' }, - - /* - * Font face - */ - // Define the way font elements will be applied to the document. The "font" - // element will be used. - font_style : - { - element : 'font', - attributes : { 'face' : '#(family)' } - }, - - /* - * Font sizes. - */ - fontSize_sizes : 'xx-small/1;x-small/2;small/3;medium/4;large/5;x-large/6;xx-large/7', - fontSize_style : - { - element : 'font', - attributes : { 'size' : '#(size)' } - } , - - /* - * Font colors. - */ - colorButton_enableMore : true, - - colorButton_foreStyle : - { - element : 'font', - attributes : { 'color' : '#(color)' } - }, - - colorButton_backStyle : - { - element : 'font', - styles : { 'background-color' : '#(color)' } - }, - - /* - * Styles combo. - */ - stylesSet : - [ - { name : 'Computer Code', element : 'code' }, - { name : 'Keyboard Phrase', element : 'kbd' }, - { name : 'Sample Text', element : 'samp' }, - { name : 'Variable', element : 'var' }, - - { name : 'Deleted Text', element : 'del' }, - { name : 'Inserted Text', element : 'ins' }, - - { name : 'Cited Work', element : 'cite' }, - { name : 'Inline Quotation', element : 'q' } - ], - - on : { 'instanceReady' : configureHtmlOutput } - }); - -/* - * Adjust the behavior of the dataProcessor to avoid styles - * and make it look like FCKeditor HTML output. - */ -function configureHtmlOutput( ev ) -{ - var editor = ev.editor, - dataProcessor = editor.dataProcessor, - htmlFilter = dataProcessor && dataProcessor.htmlFilter; - - // Out self closing tags the HTML4 way, like <br>. - dataProcessor.writer.selfClosingEnd = '>'; - - // Make output formatting behave similar to FCKeditor - var dtd = CKEDITOR.dtd; - for ( var e in CKEDITOR.tools.extend( {}, dtd.$nonBodyContent, dtd.$block, dtd.$listItem, dtd.$tableContent ) ) - { - dataProcessor.writer.setRules( e, - { - indent : true, - breakBeforeOpen : true, - breakAfterOpen : false, - breakBeforeClose : !dtd[ e ][ '#' ], - breakAfterClose : true - }); - } - - // Output properties as attributes, not styles. - htmlFilter.addRules( - { - elements : - { - $ : function( element ) - { - // Output dimensions of images as width and height - if ( element.name == 'img' ) - { - var style = element.attributes.style; - - if ( style ) - { - // Get the width from the style. - var match = /(?:^|\s)width\s*:\s*(\d+)px/i.exec( style ), - width = match && match[1]; - - // Get the height from the style. - match = /(?:^|\s)height\s*:\s*(\d+)px/i.exec( style ); - var height = match && match[1]; - - if ( width ) - { - element.attributes.style = element.attributes.style.replace( /(?:^|\s)width\s*:\s*(\d+)px;?/i , '' ); - element.attributes.width = width; - } - - if ( height ) - { - element.attributes.style = element.attributes.style.replace( /(?:^|\s)height\s*:\s*(\d+)px;?/i , '' ); - element.attributes.height = height; - } - } - } - - // Output alignment of paragraphs using align - if ( element.name == 'p' ) - { - style = element.attributes.style; - - if ( style ) - { - // Get the align from the style. - match = /(?:^|\s)text-align\s*:\s*(\w*);/i.exec( style ); - var align = match && match[1]; - - if ( align ) - { - element.attributes.style = element.attributes.style.replace( /(?:^|\s)text-align\s*:\s*(\w*);?/i , '' ); - element.attributes.align = align; - } - } - } - - if ( !element.attributes.style ) - delete element.attributes.style; - - return element; - } - }, - - attributes : - { - style : function( value, element ) - { - // Return #RGB for background and border colors - return convertRGBToHex( value ); - } - } - } ); -} - - -/** -* Convert a CSS rgb(R, G, B) color back to #RRGGBB format. -* @param Css style string (can include more than one color -* @return Converted css style. -*/ -function convertRGBToHex( cssStyle ) -{ - return cssStyle.replace( /(?:rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\))/gi, function( match, red, green, blue ) - { - red = parseInt( red, 10 ).toString( 16 ); - green = parseInt( green, 10 ).toString( 16 ); - blue = parseInt( blue, 10 ).toString( 16 ); - var color = [red, green, blue] ; - - // Add padding zeros if the hex value is less than 0x10. - for ( var i = 0 ; i < color.length ; i++ ) - color[i] = String( '0' + color[i] ).slice( -2 ) ; - - return '#' + color.join( '' ) ; - }); -} - //]]> - </script> - </p> - <p> - <input type="submit" value="Submit" /> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/output_xhtml.html b/skins/ckeditor/_samples/output_xhtml.html deleted file mode 100644 index 2fcd5b2..0000000 --- a/skins/ckeditor/_samples/output_xhtml.html +++ /dev/null @@ -1,177 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>XHTML Compliant Output — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Producing XHTML Compliant Output - </h1> - <div class="description"> - <p> - This sample shows how to configure CKEditor to output valid - <a class="samples" href="http://www.w3.org/TR/xhtml11/">XHTML 1.1</a> code. - Deprecated elements (<code><font></code>, <code><u></code>) or attributes - (<code>size</code>, <code>face</code>) will be replaced with XHTML compliant code. - </p> - <p> - To add a CKEditor instance outputting valid XHTML code, load the editor using a standard - JavaScript call and define CKEditor features to use the XHTML compliant elements and styles. - </p> - <p> - A snippet of the configuration code can be seen below; check the source of this page for - full definition: - </p> - <pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - contentsCss : 'assets/output_xhtml.css', - - coreStyles_bold : { element : 'span', attributes : {'class': 'Bold'} }, - coreStyles_italic : { element : 'span', attributes : {'class': 'Italic'} }, - - // More definitions follow. - });</pre> - </div> - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="sample_posteddata.php" method="post"> - <p> - <label for="editor1"> - Editor 1:</label> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <span class="Bold">sample text</span>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - CKEDITOR.replace( 'editor1', - { - /* - * Style sheet for the contents - */ - contentsCss : 'assets/output_xhtml.css', - - /* - * Core styles. - */ - coreStyles_bold : { element : 'span', attributes : {'class': 'Bold'} }, - coreStyles_italic : { element : 'span', attributes : {'class': 'Italic'}}, - coreStyles_underline : { element : 'span', attributes : {'class': 'Underline'}}, - coreStyles_strike : { element : 'span', attributes : {'class': 'StrikeThrough'}, overrides : 'strike' }, - - coreStyles_subscript : { element : 'span', attributes : {'class': 'Subscript'}, overrides : 'sub' }, - coreStyles_superscript : { element : 'span', attributes : {'class': 'Superscript'}, overrides : 'sup' }, - - /* - * Font face - */ - // List of fonts available in the toolbar combo. Each font definition is - // separated by a semi-colon (;). We are using class names here, so each font - // is defined by {Combo Label}/{Class Name}. - font_names : 'Comic Sans MS/FontComic;Courier New/FontCourier;Times New Roman/FontTimes', - - // Define the way font elements will be applied to the document. The "span" - // element will be used. When a font is selected, the font name defined in the - // above list is passed to this definition with the name "Font", being it - // injected in the "class" attribute. - // We must also instruct the editor to replace span elements that are used to - // set the font (Overrides). - font_style : - { - element : 'span', - attributes : { 'class' : '#(family)' } - }, - - /* - * Font sizes. - */ - fontSize_sizes : 'Smaller/FontSmaller;Larger/FontLarger;8pt/FontSmall;14pt/FontBig;Double Size/FontDouble', - fontSize_style : - { - element : 'span', - attributes : { 'class' : '#(size)' } - } , - - /* - * Font colors. - */ - colorButton_enableMore : false, - - colorButton_colors : 'FontColor1/FF9900,FontColor2/0066CC,FontColor3/F00', - colorButton_foreStyle : - { - element : 'span', - attributes : { 'class' : '#(color)' } - }, - - colorButton_backStyle : - { - element : 'span', - attributes : { 'class' : '#(color)BG' } - }, - - /* - * Indentation. - */ - indentClasses : ['Indent1', 'Indent2', 'Indent3'], - - /* - * Paragraph justification. - */ - justifyClasses : [ 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyFull' ], - - /* - * Styles combo. - */ - stylesSet : - [ - { name : 'Strong Emphasis', element : 'strong' }, - { name : 'Emphasis', element : 'em' }, - - { name : 'Computer Code', element : 'code' }, - { name : 'Keyboard Phrase', element : 'kbd' }, - { name : 'Sample Text', element : 'samp' }, - { name : 'Variable', element : 'var' }, - - { name : 'Deleted Text', element : 'del' }, - { name : 'Inserted Text', element : 'ins' }, - - { name : 'Cited Work', element : 'cite' }, - { name : 'Inline Quotation', element : 'q' } - ] - - }); - //]]> - </script> - </p> - <p> - <input type="submit" value="Submit" /> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/php/advanced.php b/skins/ckeditor/_samples/php/advanced.php deleted file mode 100644 index 1d62ce5..0000000 --- a/skins/ckeditor/_samples/php/advanced.php +++ /dev/null @@ -1,120 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Setting Configuration Options — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type"/> - <link href="../sample.css" rel="stylesheet" type="text/css"/> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Setting Configuration Options - </h1> - <p> - This sample shows how to insert a CKEditor instance with custom configuration options. - </p> - <p> - To set configuration options, use the <a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html"><code>config</code></a> property. To set the attributes of a <code><textarea></code> element (which is displayed instead of CKEditor in unsupported browsers), use the <code>textareaAttributes</code> property. - </p> - <pre class="samples"> -<?php -// Include the CKEditor class. -include_once "ckeditor/ckeditor.php"; - -// Create a class instance. -$CKEditor = new CKEditor(); - -// Path to the CKEditor directory. -$CKEditor->basePath = '/ckeditor/'; - -// Set global configuration (used by every instance of CKEditor). -$CKEditor-><strong>config['width']</strong> = 600; - -// Change default textarea attributes. -$CKEditor-><strong>textareaAttributes</strong> = array("cols" => 80, "rows" => 10); - -// The initial value to be displayed in the editor. -$initialValue = 'This is some sample text.'; - -// Create the first instance. -$CKEditor->editor("textarea_id", $initialValue); -?></pre> - <p> - Note that <code><em>textarea_id</em></code> in the code above is the <code>name</code> attribute of - the <code><textarea></code> element to be created. - </p> - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="../sample_posteddata.php" method="post"> - <label>Editor 1:</label> -<?php -// Include the CKEditor class. -include("../../ckeditor.php"); - -// Create a class instance. -$CKEditor = new CKEditor(); - -// Do not print the code directly to the browser, return it instead. -$CKEditor->returnOutput = true; - -// Path to the CKEditor directory, ideally use an absolute path instead of a relative dir. -// $CKEditor->basePath = '/ckeditor/' -// If not set, CKEditor will try to detect the correct path. -$CKEditor->basePath = '../../'; - -// Set global configuration (will be used by all instances of CKEditor). -$CKEditor->config['width'] = 600; - -// Change default textarea attributes. -$CKEditor->textareaAttributes = array("cols" => 80, "rows" => 10); - -// The initial value to be displayed in the editor. -$initialValue = '<p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>'; - -// Create the first instance. -$code = $CKEditor->editor("editor1", $initialValue); - -echo $code; -?> - <br /> - <label>Editor 2:</label> -<?php -// Configuration that will only be used by the second editor. -$config['toolbar'] = array( - array( 'Source', '-', 'Bold', 'Italic', 'Underline', 'Strike' ), - array( 'Image', 'Link', 'Unlink', 'Anchor' ) -); - -$config['skin'] = 'v2'; - -// Create the second instance. -echo $CKEditor->editor("editor2", $initialValue, $config); -?> - <p> - <input type="submit" value="Submit"/> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/php/events.php b/skins/ckeditor/_samples/php/events.php deleted file mode 100644 index a625192..0000000 --- a/skins/ckeditor/_samples/php/events.php +++ /dev/null @@ -1,153 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Adding Event Handlers — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type"/> - <link href="../sample.css" rel="stylesheet" type="text/css"/> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Adding Event Handlers - </h1> - <div class="description"> - <p> - This sample shows how to add event handlers to CKEditor with PHP. - </p> - <p> - A snippet of the configuration code can be seen below; check the source code of this page for - the full definition: - </p> - <pre class="samples"><?php -// Include the CKEditor class. -include("ckeditor/ckeditor.php"); - -// Create a class instance. -$CKEditor = new CKEditor(); - -// Path to the CKEditor directory. -$CKEditor->basePath = '/ckeditor/'; - -// The initial value to be displayed in the editor. -$initialValue = 'This is some sample text.'; - -// Add event handler, <em>instanceReady</em> is fired when editor is loaded. -$CKEditor-><strong>addEventHandler</strong>('instanceReady', 'function (evt) { - alert("Loaded editor: " + evt.editor.name); -}'); - -// Create an editor instance. -$CKEditor->editor("editor1", $initialValue); -</pre> - </div> - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="../sample_posteddata.php" method="post"> - <label>Editor 1:</label> -<?php - -/** - * Adds a global event, will hide the "Target" tab in the "Link" dialog window in all instances. - */ -function CKEditorHideLinkTargetTab(&$CKEditor) { - - $function = 'function (ev) { - // Take the dialog window name and its definition from the event data. - var dialogName = ev.data.name; - var dialogDefinition = ev.data.definition; - - // Check if the definition comes from the "Link" dialog window. - if ( dialogName == "link" ) - dialogDefinition.removeContents("target") - }'; - - $CKEditor->addGlobalEventHandler('dialogDefinition', $function); -} - -/** - * Adds a global event, will notify about an open dialog window. - */ -function CKEditorNotifyAboutOpenedDialog(&$CKEditor) { - $function = 'function (evt) { - alert("Loading a dialog window: " + evt.data.name); - }'; - - $CKEditor->addGlobalEventHandler('dialogDefinition', $function); -} - -// Include the CKEditor class. -include("../../ckeditor.php"); - -// Create a class instance. -$CKEditor = new CKEditor(); - -// Set a configuration option for all editors. -$CKEditor->config['width'] = 750; - -// Path to the CKEditor directory, ideally use an absolute path instead of a relative dir. -// $CKEditor->basePath = '/ckeditor/' -// If not set, CKEditor will try to detect the correct path. -$CKEditor->basePath = '../../'; - -// The initial value to be displayed in the editor. -$initialValue = '<p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>'; - -// Event that will be handled only by the first editor. -$CKEditor->addEventHandler('instanceReady', 'function (evt) { - alert("Loaded editor: " + evt.editor.name); -}'); - -// Create the first instance. -$CKEditor->editor("editor1", $initialValue); - -// Clear event handlers. Instances that will be created later will not have -// the 'instanceReady' listener defined a couple of lines above. -$CKEditor->clearEventHandlers(); -?> - <br /> - <label>Editor 2:</label> -<?php -// Configuration that will only be used by the second editor. -$config['width'] = '600'; -$config['toolbar'] = 'Basic'; - -// Add some global event handlers (for all editors). -CKEditorHideLinkTargetTab($CKEditor); -CKEditorNotifyAboutOpenedDialog($CKEditor); - -// Event that will only be handled by the second editor. -// Instead of calling addEventHandler(), events may be passed as an argument. -$events['instanceReady'] = 'function (evt) { - alert("Loaded second editor: " + evt.editor.name); -}'; - -// Create the second instance. -$CKEditor->editor("editor2", $initialValue, $config, $events); -?> - <p> - <input type="submit" value="Submit"/> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/php/index.html b/skins/ckeditor/_samples/php/index.html deleted file mode 100644 index b26792d..0000000 --- a/skins/ckeditor/_samples/php/index.html +++ /dev/null @@ -1,47 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <title>CKEditor Samples — PHP Integration</title> - <link type="text/css" rel="stylesheet" href="../sample.css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Samples List for PHP - </h1> - <h2 class="samples"> - Basic Samples - </h2> - <ul class="samples"> - <li><a class="samples" href="replace.php">Replace existing textarea elements by code</a><br /> - Replacement of selected textarea elements with CKEditor instances by using a JavaScript call.</li> - <li><a class="samples" href="replaceall.php">Replace all textarea elements by code</a><br /> - Replacement of all textarea elements with CKEditor instances by using a JavaScript call.</li> - <li><a class="samples" href="standalone.php">Create CKEditor instances in PHP</a><br /> - Creating a CKEditor instance (no initial textarea element is required).</li> - </ul> - <h2 class="samples"> - Advanced Samples - </h2> - <ul class="samples"> - <li><a class="samples" href="advanced.php">Setting configuration options</a><br /> - Creating a CKEditor instance with custom configuration options.</li> - <li><a class="samples" href="events.php">Listening to events</a><br /> - Creating event handlers. - </li> - </ul> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/php/replace.php b/skins/ckeditor/_samples/php/replace.php deleted file mode 100644 index d22dcb7..0000000 --- a/skins/ckeditor/_samples/php/replace.php +++ /dev/null @@ -1,87 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Replace Selected Textarea Elements — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type"/> - <link href="../sample.css" rel="stylesheet" type="text/css"/> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Replace Selected Textarea Elements Using PHP Code - </h1> - <div class="description"> - <p> - This sample shows how to replace a selected <code><textarea></code> element - with a CKEditor instance by using PHP code. - </p> - <p> - To replace a <code><textarea></code> element, place the following call at any point - after the <code><textarea></code> element: - </p> - <pre class="samples"> -<?php -// Include the CKEditor class. -include_once "ckeditor/ckeditor.php"; - -// Create a class instance. -$CKEditor = new CKEditor(); - -// Path to the CKEditor directory. -$CKEditor->basePath = '/ckeditor/'; - -// Replace a textarea element with an id (or name) of "textarea_id". -$CKEditor->replace("textarea_id"); -?></pre> - <p> - Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of - the <code><textarea></code> element to be replaced. - </p> - </div> - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="../sample_posteddata.php" method="post"> - <p> - <label for="editor1"> - Editor 1:</label> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - </p> - <p> - <input type="submit" value="Submit"/> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> - <?php - // Include the CKEditor class. - include_once "../../ckeditor.php"; - // Create a class instance. - $CKEditor = new CKEditor(); - // Path to the CKEditor directory, ideally use an absolute path instead of a relative dir. - // $CKEditor->basePath = '/ckeditor/' - // If not set, CKEditor will try to detect the correct path. - $CKEditor->basePath = '../../'; - // Replace a textarea element with an id (or name) of "editor1". - $CKEditor->replace("editor1"); - ?> -</body> -</html> diff --git a/skins/ckeditor/_samples/php/replaceall.php b/skins/ckeditor/_samples/php/replaceall.php deleted file mode 100644 index 4415fbd..0000000 --- a/skins/ckeditor/_samples/php/replaceall.php +++ /dev/null @@ -1,88 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Replace All Textarea Elements — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type"/> - <link href="../sample.css" rel="stylesheet" type="text/css"/> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Replace All Textarea Elements Using PHP Code - </h1> - <div class="description"> - <p> - This sample shows how to replace all <code><textarea></code> elements - with CKEditor by using PHP code. - </p> - <p> - To replace all <code><textarea></code> elements, place the following call at any point - after the last <code><textarea></code> element: - </p> - <pre class="samples"> -<?php -// Include the CKEditor class. -include("ckeditor/ckeditor.php"); - -// Create a class instance. -$CKEditor = new CKEditor(); - -// Path to the CKEditor directory. -$CKEditor->basePath = '/ckeditor/'; - -// Replace all textarea elements with CKEditor. -$CKEditor->replaceAll(); -?></pre> - </div> - <!-- This <div> holds alert messages to be displayed in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="../sample_posteddata.php" method="post"> - <p> - <label for="editor1"> - Editor 1:</label> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - </p> - <p> - <label for="editor2"> - Editor 2:</label> - <textarea cols="80" id="editor2" name="editor2" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - </p> - <p> - <input type="submit" value="Submit"/> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> - <?php - // Include the CKEditor class. - include("../../ckeditor.php"); - // Create a class instance. - $CKEditor = new CKEditor(); - // Path to the CKEditor directory, ideally use an absolute path instead of a relative dir. - // $CKEditor->basePath = '/ckeditor/' - // If not set, CKEditor will try to detect the correct path. - $CKEditor->basePath = '../../'; - // Replace all textarea elements with CKEditor. - $CKEditor->replaceAll(); - ?> -</body> -</html> diff --git a/skins/ckeditor/_samples/php/standalone.php b/skins/ckeditor/_samples/php/standalone.php deleted file mode 100644 index cb8d2de..0000000 --- a/skins/ckeditor/_samples/php/standalone.php +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Creating CKEditor Instances — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type"/> - <link href="../sample.css" rel="stylesheet" type="text/css"/> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Creating CKEditor Instances - </h1> - <div class="description"> - <p> - This sample shows how to create a CKEditor instance with PHP. - </p> - <pre class="samples"> -<?php -include_once "ckeditor/ckeditor.php"; - -// Create a class instance. -$CKEditor = new CKEditor(); - -// Path to the CKEditor directory. -$CKEditor->basePath = '/ckeditor/'; - -// Create a textarea element and attach CKEditor to it. -$CKEditor->editor("textarea_id", "This is some sample text"); -?></pre> - <p> - Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> and <code>name</code> attribute of - the <code><textarea></code> element that will be created. - </p> - </div> - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <!-- This <fieldset> holds the HTML code that you will usually find in your pages. --> - <form action="../sample_posteddata.php" method="post"> - <p> - <label for="editor1"> - Editor 1:</label> - </p> - <p> - <?php - // Include the CKEditor class. - include_once "../../ckeditor.php"; - // The initial value to be displayed in the editor. - $initialValue = '<p>This is some <strong>sample text</strong>.</p>'; - // Create a class instance. - $CKEditor = new CKEditor(); - // Path to the CKEditor directory, ideally use an absolute path instead of a relative dir. - // $CKEditor->basePath = '/ckeditor/' - // If not set, CKEditor will try to detect the correct path. - $CKEditor->basePath = '../../'; - // Create a textarea element and attach CKEditor to it. - $CKEditor->editor("editor1", $initialValue); - ?> - <input type="submit" value="Submit"/> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/placeholder.html b/skins/ckeditor/_samples/placeholder.html deleted file mode 100644 index 015e01b..0000000 --- a/skins/ckeditor/_samples/placeholder.html +++ /dev/null @@ -1,81 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Placeholder Plugin — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Using the Placeholder Plugin - </h1> - <div class="description"> - <p> - This sample shows how to configure CKEditor instances to use the - <strong>Placeholder</strong> plugin that lets you insert read-only elements - into your content. To enter and modify read-only text, use the - <strong>Create Placeholder</strong> button and its matching dialog window. - </p> - <p> - To add a CKEditor instance that uses the <code>placeholder</code> plugin and a related - <strong>Create Placeholder</strong> toolbar button, insert the following JavaScript - call to your code: - </p> - <pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - <strong>extraPlugins : 'placeholder',</strong> - toolbar : [ [ 'Source', 'Bold' ], [<strong>'CreatePlaceholder'</strong>] ] - });</pre> - <p> - Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of - the <code><textarea></code> element to be replaced with CKEditor. - </p> - </div> - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="sample_posteddata.php" method="post"> - <p> - <label for="editor1"> - CKEditor using the <code>placeholder</code> plugin with its default configuration:</label> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is a [[sample placeholder]]. You are using <a href="http://ckeditor.com/">CKEditor</a>. </p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - CKEDITOR.replace( 'editor1', { - extraPlugins : 'placeholder', - toolbar : [ [ 'Source', 'CreatePlaceholder' ] ] - }); - - //]]> - </script> - </p> - <p> - <input type="submit" value="Submit" /> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/readonly.html b/skins/ckeditor/_samples/readonly.html deleted file mode 100644 index 8b6c3a8..0000000 --- a/skins/ckeditor/_samples/readonly.html +++ /dev/null @@ -1,91 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Read-only State — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> - <script type="text/javascript"> - //<![CDATA[ - -var editor; - -// The instanceReady event is fired, when an instance of CKEditor has finished -// its initialization. -CKEDITOR.on( 'instanceReady', function( ev ) - { - editor = ev.editor; - - // Show this "on" button. - document.getElementById( 'readOnlyOn' ).style.display = ''; - - // Event fired when the readOnly property changes. - editor.on( 'readOnly', function() - { - document.getElementById( 'readOnlyOn' ).style.display = this.readOnly ? 'none' : ''; - document.getElementById( 'readOnlyOff' ).style.display = this.readOnly ? '' : 'none'; - }); - }); - -function toggleReadOnly( isReadOnly ) -{ - // Change the read-only state of the editor. - // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#setReadOnly - editor.setReadOnly( isReadOnly ); -} - - //]]> - </script> - -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Using the CKEditor Read-Only API - </h1> - <div class="description"> - <p> - This sample shows how to use the - <code><a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#setReadOnly">setReadOnly</a></code> - API to put editor into the read-only state that makes it impossible for users to change the editor contents. - </p> - <p> - For details on how to create this setup check the source code of this sample page. - </p> - </div> - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="sample_posteddata.php" method="post"> - <p> - <textarea class="ckeditor" id="editor1" name="editor1" cols="100" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - </p> - <p> - <input id="readOnlyOn" onclick="toggleReadOnly();" type="button" value="Make it read-only" style="display:none" /> - <input id="readOnlyOff" onclick="toggleReadOnly( false );" type="button" value="Make it editable again" style="display:none" /> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/replacebyclass.html b/skins/ckeditor/_samples/replacebyclass.html deleted file mode 100644 index 117640f..0000000 --- a/skins/ckeditor/_samples/replacebyclass.html +++ /dev/null @@ -1,64 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Replace Textareas by Class Name — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Replace Textarea Elements by Class Name - </h1> - <div class="description"> - <p> - This sample shows how to automatically replace all <code><textarea></code> elements - of a given class with a CKEditor instance. - </p> - <p> - To replace a <code><textarea></code> element, simply assign it the <code>ckeditor</code> - class, as in the code below: - </p> - <pre class="samples"><textarea <strong>class="ckeditor</strong>" name="editor1"></textarea></pre> - <p> - Note that other <code><textarea></code> attributes (like <code>id</code> or <code>name</code>) need to be adjusted to your document. - </p> - </div> - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="sample_posteddata.php" method="post"> - <p> - <label for="editor1"> - Editor 1:</label> - <textarea class="ckeditor" cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - </p> - <p> - <input type="submit" value="Submit" /> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/replacebycode.html b/skins/ckeditor/_samples/replacebycode.html deleted file mode 100644 index beb779e..0000000 --- a/skins/ckeditor/_samples/replacebycode.html +++ /dev/null @@ -1,97 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Replace Textarea by Code — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Replace Textarea Elements Using JavaScript Code - </h1> - <div class="description"> - <p> - This sample shows how to automatically replace all <code><textarea></code> elements - with a CKEditor instance by using a JavaScript call. - </p> - <p> - To replace a <code><textarea></code> element, place the following call at any point - after the <code><textarea></code> element or inside a <code><script></code> element located - in the <code><head></code> section of the page, in a <code>window.onload</code> event handler: - </p> - <pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>' );</pre> - <p> - Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of - the <code><textarea></code> element to be replaced. - </p> - </div> - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="sample_posteddata.php" method="post"> - <p> - <label for="editor1"> - Editor 1:</label> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - // This call can be placed at any point after the - // <textarea>, or inside a <head><script> in a - // window.onload event handler. - - // Replace the <textarea id="editor"> with an CKEditor - // instance, using default configurations. - CKEDITOR.replace( 'editor1' ); - - //]]> - </script> - </p> - <p> - <label for="editor2"> - Editor 2:</label> - <textarea cols="80" id="editor2" name="editor2" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - // This call can be placed at any point after the - // <textarea>, or inside a <head><script> in a - // window.onload event handler. - - // Replace the <textarea id="editor"> with an CKEditor - // instance, using default configurations. - CKEDITOR.replace( 'editor2' ); - - //]]> - </script> - </p> - <p> - <input type="submit" value="Submit" /> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/sample.css b/skins/ckeditor/_samples/sample.css deleted file mode 100644 index a9a57ee..0000000 --- a/skins/ckeditor/_samples/sample.css +++ /dev/null @@ -1,163 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre { - line-height: 1.5em; -} - -body { - padding:10px 30px; -} - -input, textarea, select, option, optgroup, button, td, th { - font-size: 100%; -} - -pre, -code, -kbd, -samp, -tt{ - font-family: monospace,monospace; - font-size: 1em; -} - -h1.samples { - color:#0782C1; - font-size:200%; - font-weight:normal; - margin: 0; - padding: 0; -} - -h2.samples { - color:#000000; - font-size:130%; - margin: 0; - padding: 0; -} - -p, blockquote, address, form, pre, dl, h1.samples, h2.samples { - margin-bottom:15px; -} - -ul.samples { - margin-bottom:15px; -} - -.clear { - clear:both; -} - -fieldset -{ - margin: 0; - padding: 10px; -} - -body, input, textarea { - color: #333333; - font-family: Arial, Helvetica, sans-serif; -} - -body { - font-size: 75%; -} - -a.samples { - color:#189DE1; - text-decoration:none; -} - -a.samples:hover { - text-decoration:underline; -} - -form -{ - margin: 0; - padding: 0; -} - -pre.samples -{ - background-color: #F7F7F7; - border: 1px solid #D7D7D7; - overflow: auto; - padding: 0.25em; -} - -#alerts -{ - color: Red; -} - -#footer hr -{ - margin: 10px 0 15px 0; - height: 1px; - border: solid 1px gray; - border-bottom: none; -} - -#footer p -{ - margin: 0 10px 10px 10px; - float: left; -} - -#footer #copy -{ - float: right; -} - -#outputSample -{ - width: 100%; - table-layout: fixed; -} - -#outputSample thead th -{ - color: #dddddd; - background-color: #999999; - padding: 4px; - white-space: nowrap; -} - -#outputSample tbody th -{ - vertical-align: top; - text-align: left; -} - -#outputSample pre -{ - margin: 0; - padding: 0; - white-space: pre; /* CSS2 */ - white-space: -moz-pre-wrap; /* Mozilla*/ - white-space: -o-pre-wrap; /* Opera 7 */ - white-space: pre-wrap; /* CSS 2.1 */ - white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ - word-wrap: break-word; /* IE */ -} - -.description { - border: 1px dotted #B7B7B7; - margin-bottom: 10px; - padding: 10px 10px 0; -} - -label { - display: block; - margin-bottom:6px; -} - -.cke_dialog label -{ - display: inline; - margin-bottom: auto; -} diff --git a/skins/ckeditor/_samples/sample.js b/skins/ckeditor/_samples/sample.js deleted file mode 100644 index 9e0b411..0000000 --- a/skins/ckeditor/_samples/sample.js +++ /dev/null @@ -1,65 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -// This file is not required by CKEditor and may be safely ignored. -// It is just a helper file that displays a red message about browser compatibility -// at the top of the samples (if incompatible browser is detected). - -if ( window.CKEDITOR ) -{ - (function() - { - var showCompatibilityMsg = function() - { - var env = CKEDITOR.env; - - var html = '<p><strong>Your browser is not compatible with CKEditor.</strong>'; - - var browsers = - { - gecko : 'Firefox 2.0', - ie : 'Internet Explorer 6.0', - opera : 'Opera 9.5', - webkit : 'Safari 3.0' - }; - - var alsoBrowsers = ''; - - for ( var key in env ) - { - if ( browsers[ key ] ) - { - if ( env[key] ) - html += ' CKEditor is compatible with ' + browsers[ key ] + ' or higher.'; - else - alsoBrowsers += browsers[ key ] + '+, '; - } - } - - alsoBrowsers = alsoBrowsers.replace( /\+,([^,]+), $/, '+ and $1' ); - - html += ' It is also compatible with ' + alsoBrowsers + '.'; - - html += '</p><p>With non compatible browsers, you should still be able to see and edit the contents (HTML) in a plain text field.</p>'; - - var alertsEl = document.getElementById( 'alerts' ); - alertsEl && ( alertsEl.innerHTML = html ); - }; - - var onload = function() - { - // Show a friendly compatibility message as soon as the page is loaded, - // for those browsers that are not compatible with CKEditor. - if ( !CKEDITOR.env.isCompatible ) - showCompatibilityMsg(); - }; - - // Register the onload listener. - if ( window.addEventListener ) - window.addEventListener( 'load', onload, false ); - else if ( window.attachEvent ) - window.attachEvent( 'onload', onload ); - })(); -} diff --git a/skins/ckeditor/_samples/sharedspaces.html b/skins/ckeditor/_samples/sharedspaces.html deleted file mode 100644 index 624b5fc..0000000 --- a/skins/ckeditor/_samples/sharedspaces.html +++ /dev/null @@ -1,153 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Shared Toolbars — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> - <style id="styles" type="text/css"> - - #editorsForm - { - height: 400px; - overflow: auto; - border: solid 1px #555; - margin: 10px 0; - padding: 0 10px; - } - - </style> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Shared Toolbars - </h1> - <div class="description"> - <p> - This sample shows how to configure multiple CKEditor instances to share some parts of the interface. - You can choose to share the toolbar (<code>topSpace</code>), the elements path - (<code>bottomSpace</code>), or both. - </p> - <p> - CKEditor instances with shared spaces can be inserted with a JavaScript call using the following code: - </p> - <pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - <strong>sharedSpaces : - { - top : 'topSpace', - bottom : 'bottomSpace' - }</strong> - });</pre> - <p> - Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of - the <code><textarea></code> element to be replaced with CKEditor. - </p> - </div> - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <div id="topSpace"> - </div> - <form action="sample_posteddata.php" id="editorsForm" method="post"> - <p> - <label for="editor1"> - Editor 1 (uses the shared toolbar and elements path):</label> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - </p> - <p> - <label for="editor2"> - Editor 2 (uses the shared toolbar and elements path):</label> - <textarea cols="80" id="editor2" name="editor2" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - </p> - <p> - <label for="editor3"> - Editor 3 (uses the shared toolbar only):</label> - <textarea cols="80" id="editor3" name="editor3" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - </p> - <p> - <label for="editor4"> - Editor 4 (no shared spaces):</label> - <textarea cols="80" id="editor4" name="editor4" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - </p> - <p> - <input type="submit" value="Submit" /> - </p> - </form> - <div id="bottomSpace"> - </div> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> - <script type="text/javascript"> - //<![CDATA[ - - // Create all editor instances at the end of the page, so we are sure - // that the "bottomSpace" div is available in the DOM (IE issue). - - CKEDITOR.replace( 'editor1', - { - sharedSpaces : - { - top : 'topSpace', - bottom : 'bottomSpace' - }, - - // Removes the maximize plugin as it's not usable - // in a shared toolbar. - // Removes the resizer as it's not usable in a - // shared elements path. - removePlugins : 'maximize,resize' - } ); - - CKEDITOR.replace( 'editor2', - { - sharedSpaces : - { - top : 'topSpace', - bottom : 'bottomSpace' - }, - - // Removes the maximize plugin as it's not usable - // in a shared toolbar. - // Removes the resizer as it's not usable in a - // shared elements path. - removePlugins : 'maximize,resize' - } ); - - CKEDITOR.replace( 'editor3', - { - sharedSpaces : - { - top : 'topSpace' - }, - - // Removes the maximize plugin as it's not usable - // in a shared toolbar. - removePlugins : 'maximize' - } ); - - CKEDITOR.replace( 'editor4' ); - //]]> - </script> -</body> -</html> diff --git a/skins/ckeditor/_samples/skins.html b/skins/ckeditor/_samples/skins.html deleted file mode 100644 index a9d7b6e..0000000 --- a/skins/ckeditor/_samples/skins.html +++ /dev/null @@ -1,110 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Skins — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Skins - </h1> - <div class="description"> - <p> - This sample shows how to automatically replace <code><textarea></code> elements - with a CKEditor instance using a specific <a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.skin">skin</a>. - </p> - <p> - CKEditor with a specified skin (in this case, the "Office 2003" skin) is inserted with a JavaScript call using the following code: - </p> - <pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - <strong>skin : 'office2003'</strong> - });</pre> - <p> - Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of - the <code><textarea></code> element to be replaced. - </p> - </div> - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="sample_posteddata.php" method="post"> - <h2 class="samples">"Kama" skin</h2> - <p>The default skin used in CKEditor. No additional configuration is required.</p> - <p> - <textarea cols="80" id="editor_kama" name="editor_kama" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - CKEDITOR.replace( 'editor_kama', - { - skin : 'kama' - }); - - //]]> - </script> - </p> - <h2 class="samples">"Office 2003" skin</h2> - <p>Use the following code to configure a CKEditor instance to use the "Office 2003" skin.</p> -<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - <strong>skin : 'office2003'</strong> - });</pre> - <p> - <textarea cols="80" id="editor_office2003" name="editor_office2003" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - CKEDITOR.replace( 'editor_office2003', - { - skin : 'office2003' - }); - - //]]> - </script> - </p> - <h2 class="samples">"V2" skin</h2> - <p>Use the following code to configure a CKEditor instance to use the "V2" skin.</p> -<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - <strong>skin : 'v2'</strong> - });</pre> - <textarea cols="80" id="editor_v2" name="editor_v2" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - CKEDITOR.replace( 'editor_v2', - { - skin : 'v2' - }); - - //]]> - </script> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/stylesheetparser.html b/skins/ckeditor/_samples/stylesheetparser.html deleted file mode 100644 index a938802..0000000 --- a/skins/ckeditor/_samples/stylesheetparser.html +++ /dev/null @@ -1,93 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Using Stylesheet Parser Plugin — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Using the Stylesheet Parser Plugin - </h1> - <div class="description"> - <p> - This sample shows how to configure CKEditor instances to use the - <strong>Stylesheet Parser</strong> (<code>stylesheetparser</code>) plugin that fills - the <strong>Styles</strong> drop-down list based on the CSS rules available in the document stylesheet. - </p> - <p> - To add a CKEditor instance using the <code>stylesheetparser</code> plugin, insert - the following JavaScript call into your code: - </p> - <pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - <strong>extraPlugins : 'stylesheetparser'</strong> - });</pre> - <p> - Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of - the <code><textarea></code> element to be replaced with CKEditor. - </p> - </div> - - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="sample_posteddata.php" method="post"> - <p> - <label for="editor1"> - CKEditor using the <code>stylesheetparser</code> plugin with its default configuration:</label> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - // This call can be placed at any point after the - // <textarea>, or inside a <head><script> in a - // window.onload event handler. - - // Replace the <textarea id="editor"> with an CKEditor - // instance, using default configurations. - CKEDITOR.replace( 'editor1' , - { - extraPlugins : 'stylesheetparser', - /* - * Stylesheet for the contents. - */ - contentsCss : 'assets/parsesample.css', - /* - * Do not load the default Styles configuration. - */ - stylesSet : [] - }); - - //]]> - </script> - </p> - <p> - <input type="submit" value="Submit" /> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/tableresize.html b/skins/ckeditor/_samples/tableresize.html deleted file mode 100644 index 0bb3919..0000000 --- a/skins/ckeditor/_samples/tableresize.html +++ /dev/null @@ -1,115 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>Using TableResize Plugin — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — Using the TableResize Plugin - </h1> - <div class="description"> - <p> - This sample shows how to configure CKEditor instances to use the - <strong>TableResize</strong> (<code>tableresize</code>) plugin that allows - the user to edit table columns by using the mouse. - </p> - <p> - The TableResize plugin makes it possible to modify table column width. Hover - your mouse over the column border to see the cursor change to indicate that - the column can be resized. Click and drag your mouse to set the desired width. - </p> - <p> - By default the plugin is turned off. To add a CKEditor instance using the - TableResize plugin, insert the following JavaScript call into your code: - </p> - <pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - <strong>extraPlugins : 'tableresize'</strong> - });</pre> - <p> - Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of - the <code><textarea></code> element to be replaced with CKEditor. - </p> - </div> - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="sample_posteddata.php" method="post"> - <p> - <label for="editor1"> - CKEditor using the <code>tableresize</code> plugin:</label> - <textarea cols="80" id="editor1" name="editor1" rows="10"> -<table style="width: 500px;"> - <caption> - A sample table</caption> - <tbody> - <tr> - <td> - Column 1</td> - <td> - Column 2</td> - </tr> - <tr> - <td> - You can resize a table column.</td> - <td> - Hover your mouse over its border.</td> - </tr> - <tr> - <td> - Watch the cursor change.</td> - <td> - Now click and drag to resize.</td> - </tr> - </tbody> -</table> - - - </textarea> - <script type="text/javascript"> - //<![CDATA[ - - // This call can be placed at any point after the - // <textarea>, or inside a <head><script> in a - // window.onload event handler. - - // Replace the <textarea id="editor"> with an CKEditor - // instance, using default configurations. - CKEDITOR.replace( 'editor1', { - extraPlugins : 'tableresize' - }); - - //]]> - </script> - </p> - <p> - <input type="submit" value="Submit" /> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/ui_color.html b/skins/ckeditor/_samples/ui_color.html deleted file mode 100644 index 78e0104..0000000 --- a/skins/ckeditor/_samples/ui_color.html +++ /dev/null @@ -1,129 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>UI Color Picker — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — UI Color Picker - </h1> - <div class="description"> - <p> - This sample shows how to automatically replace <code><textarea></code> elements - with a CKEditor instance with an option to change the color of its user interface. - </p> - <h2 class="samples">Setting the User Interface Color</h2> - <p> - To specify the color of the user interface, set the <code>uiColor</code> property: - </p> - <pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - <strong>uiColor: '#EE0000'</strong> - });</pre> - <p> - Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of - the <code><textarea></code> element to be replaced. - </p> - <h2 class="samples">Enabling the Color Picker</h2> - <p> - If the <strong>uicolor</strong> plugin along with the dedicated <strong>UIColor</strong> - toolbar button is added to CKEditor, the user will also be able to pick the color of the - UI from the color palette available in the <strong>UI Color Picker</strong> dialog window. - </p> - <p> - To insert a CKEditor instance with the <strong>uicolor</strong> plugin enabled, - use the following JavaScript call: - </p> - <pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - <strong>extraPlugins : 'uicolor',</strong> - toolbar : [ [ 'Bold', 'Italic' ], [ <strong>'UIColor'</strong> ] ] - });</pre> - </div> - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <p> - Click the <strong>UI Color Picker</strong> button to test your color preferences at runtime. - </p> - <p> - The first editor instance includes the <strong>UI Color Picker</strong> toolbar button, - but the default UI color is not defined, so the editor uses the skin color. - </p> - <form action="sample_posteddata.php" method="post"> - <p> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - // Replace the <textarea id="editor"> with an CKEditor - // instance, using default configurations. - CKEDITOR.replace( 'editor1', - { - extraPlugins : 'uicolor', - toolbar : - [ - [ 'Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink' ], - [ 'UIColor' ] - ] - }); - - //]]> - </script> - </p> - <p> - The second editor instance includes the <strong>UI Color Picker</strong> toolbar button. The - default UI color was defined, so the skin color is not used. - </p> - <p> - <textarea cols="80" id="editor2" name="editor2" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - // Replace the <textarea id="editor"> with an CKEditor - // instance, using default configurations. - CKEDITOR.replace( 'editor2', - { - extraPlugins : 'uicolor', - uiColor: '#14B8C4', - toolbar : - [ - [ 'Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink' ], - [ 'UIColor' ] - ] - } ); - - //]]> - </script> - </p> - <p> - <input type="submit" value="Submit" /> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_samples/ui_languages.html b/skins/ckeditor/_samples/ui_languages.html deleted file mode 100644 index 0832a9a..0000000 --- a/skins/ckeditor/_samples/ui_languages.html +++ /dev/null @@ -1,134 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>User Interface Globalization — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script type="text/javascript" src="../lang/_languages.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> -</head> -<body> - <h1 class="samples"> - CKEditor Sample — User Interface Languages - </h1> - <div class="description"> - <p> - This sample shows how to automatically replace <code><textarea></code> elements - with a CKEditor instance with an option to change the language of its user interface. - </p> - <p> - It pulls the language list from CKEditor <code>_languages.js</code> file that contains the list of supported languages and creates - a drop-down list that lets the user change the UI language. - </p> - <p> - By default, CKEditor automatically localizes the editor to the language of the user. - The UI language can be controlled with two configuration options: - <a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.language"> - <code>language</code></a> and <a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.defaultLanguage"> - <code>defaultLanguage</code></a>. The <code>defaultLanguage</code> setting specifies the - default CKEditor language to be used when a localization suitable for user's settings is not available. - </p> - <p> - To specify the user interface language that will be used no matter what language is - specified in user's browser or operating system, set the <code>language</code> property: - </p> - <pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>', - { - // Load the German interface. - <strong>language: 'de'</strong> - });</pre> - <p> - Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of - the <code><textarea></code> element to be replaced. - </p> - </div> - <!-- This <div> holds alert messages to be display in the sample page. --> - <div id="alerts"> - <noscript> - <p> - <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript - support, like yours, you should still see the contents (HTML data) and you should - be able to edit it normally, without a rich editor interface. - </p> - </noscript> - </div> - <form action="sample_posteddata.php" method="post"> - <p> - Available languages (<span id="count"> </span> languages!):<br /> - <script type="text/javascript"> - //<![CDATA[ - document.write( '<select disabled="disabled" id="languages" onchange="createEditor( this.value );">' ); - // Get the language list from the _languages.js file. - for ( var i = 0 ; i < window.CKEDITOR_LANGS.length ; i++ ) - { - document.write( - '<option value="' + window.CKEDITOR_LANGS[i].code + '">' + - window.CKEDITOR_LANGS[i].name + - '</option>' ); - } - document.write( '</select>' ); - //]]> - </script> - <br /> - <span style="color: #888888">(You may see strange characters if your system does not - support the selected language)</span> - </p> - <p> - <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ - - // Set the number of languages. - document.getElementById( 'count' ).innerHTML = window.CKEDITOR_LANGS.length; - - var editor; - - function createEditor( languageCode ) - { - if ( editor ) - editor.destroy(); - - // Replace the <textarea id="editor"> with an CKEditor - // instance, using default configurations. - editor = CKEDITOR.replace( 'editor1', - { - language : languageCode, - - on : - { - instanceReady : function() - { - // Wait for the editor to be ready to set - // the language combo. - var languages = document.getElementById( 'languages' ); - languages.value = this.langCode; - languages.disabled = false; - } - } - } ); - } - - // At page startup, load the default language: - createEditor( '' ); - - //]]> - </script> - </p> - </form> - <div id="footer"> - <hr /> - <p> - CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> - </p> - <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico - Knabben. All rights reserved. - </p> - </div> -</body> -</html> diff --git a/skins/ckeditor/_source/adapters/jquery.js b/skins/ckeditor/_source/adapters/jquery.js deleted file mode 100644 index 1b0a994..0000000 --- a/skins/ckeditor/_source/adapters/jquery.js +++ /dev/null @@ -1,306 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview jQuery adapter provides easy use of basic CKEditor functions - * and access to internal API. It also integrates some aspects of CKEditor with - * jQuery framework. - * - * Every TEXTAREA, DIV and P elements can be converted to working editor. - * - * Plugin exposes some of editor's event to jQuery event system. All of those are namespaces inside - * ".ckeditor" namespace and can be binded/listened on supported textarea, div and p nodes. - * - * Available jQuery events: - * - instanceReady.ckeditor( editor, rootNode ) - * Triggered when new instance is ready. - * - destroy.ckeditor( editor ) - * Triggered when instance is destroyed. - * - getData.ckeditor( editor, eventData ) - * Triggered when getData event is fired inside editor. It can change returned data using eventData reference. - * - setData.ckeditor( editor ) - * Triggered when getData event is fired inside editor. - * - * @example - * <script src="jquery.js"></script> - * <script src="ckeditor.js"></script> - * <script src="adapters/jquery/adapter.js"></script> - */ - -(function() -{ - /** - * Allows CKEditor to override jQuery.fn.val(), making it possible to use the val() - * function on textareas, as usual, having it synchronized with CKEditor.<br> - * <br> - * This configuration option is global and executed during the jQuery Adapter loading. - * It can't be customized across editor instances. - * @type Boolean - * @example - * <script> - * CKEDITOR.config.jqueryOverrideVal = true; - * </script> - * <!-- Important: The JQuery adapter is loaded *after* setting jqueryOverrideVal --> - * <script src="/ckeditor/adapters/jquery.js"></script> - * @example - * // ... then later in the code ... - * - * $( 'textarea' ).ckeditor(); - * // ... - * $( 'textarea' ).val( 'New content' ); - */ - CKEDITOR.config.jqueryOverrideVal = typeof CKEDITOR.config.jqueryOverrideVal == 'undefined' - ? true : CKEDITOR.config.jqueryOverrideVal; - - var jQuery = window.jQuery; - - if ( typeof jQuery == 'undefined' ) - return; - - // jQuery object methods. - jQuery.extend( jQuery.fn, - /** @lends jQuery.fn */ - { - /** - * Return existing CKEditor instance for first matched element. - * Allows to easily use internal API. Doesn't return jQuery object. - * - * Raised exception if editor doesn't exist or isn't ready yet. - * - * @name jQuery.ckeditorGet - * @return CKEDITOR.editor - * @see CKEDITOR.editor - */ - ckeditorGet: function() - { - var instance = this.eq( 0 ).data( 'ckeditorInstance' ); - if ( !instance ) - throw "CKEditor not yet initialized, use ckeditor() with callback."; - return instance; - }, - /** - * Triggers creation of CKEditor in all matched elements (reduced to DIV, P and TEXTAREAs). - * Binds callback to instanceReady event of all instances. If editor is already created, than - * callback is fired right away. - * - * Mixed parameter order allowed. - * - * @param callback Function to be run on editor instance. Passed parameters: [ textarea ]. - * Callback is fiered in "this" scope being ckeditor instance and having source textarea as first param. - * - * @param config Configuration options for new instance(s) if not already created. - * See URL - * - * @example - * $( 'textarea' ).ckeditor( function( textarea ) { - * $( textarea ).val( this.getData() ) - * } ); - * - * @name jQuery.fn.ckeditor - * @return jQuery.fn - */ - ckeditor: function( callback, config ) - { - if ( !CKEDITOR.env.isCompatible ) - return this; - - if ( !jQuery.isFunction( callback )) - { - var tmp = config; - config = callback; - callback = tmp; - } - config = config || {}; - - this.filter( 'textarea, div, p' ).each( function() - { - var $element = jQuery( this ), - editor = $element.data( 'ckeditorInstance' ), - instanceLock = $element.data( '_ckeditorInstanceLock' ), - element = this; - - if ( editor && !instanceLock ) - { - if ( callback ) - callback.apply( editor, [ this ] ); - } - else if ( !instanceLock ) - { - // CREATE NEW INSTANCE - - // Handle config.autoUpdateElement inside this plugin if desired. - if ( config.autoUpdateElement - || ( typeof config.autoUpdateElement == 'undefined' && CKEDITOR.config.autoUpdateElement ) ) - { - config.autoUpdateElementJquery = true; - } - - // Always disable config.autoUpdateElement. - config.autoUpdateElement = false; - $element.data( '_ckeditorInstanceLock', true ); - - // Set instance reference in element's data. - editor = CKEDITOR.replace( element, config ); - $element.data( 'ckeditorInstance', editor ); - - // Register callback. - editor.on( 'instanceReady', function( event ) - { - var editor = event.editor; - setTimeout( function() - { - // Delay bit more if editor is still not ready. - if ( !editor.element ) - { - setTimeout( arguments.callee, 100 ); - return; - } - - // Remove this listener. - event.removeListener( 'instanceReady', this.callee ); - - // Forward setData on dataReady. - editor.on( 'dataReady', function() - { - $element.trigger( 'setData' + '.ckeditor', [ editor ] ); - }); - - // Forward getData. - editor.on( 'getData', function( event ) { - $element.trigger( 'getData' + '.ckeditor', [ editor, event.data ] ); - }, 999 ); - - // Forward destroy event. - editor.on( 'destroy', function() - { - $element.trigger( 'destroy.ckeditor', [ editor ] ); - }); - - // Integrate with form submit. - if ( editor.config.autoUpdateElementJquery && $element.is( 'textarea' ) && $element.parents( 'form' ).length ) - { - var onSubmit = function() - { - $element.ckeditor( function() - { - editor.updateElement(); - }); - }; - - // Bind to submit event. - $element.parents( 'form' ).submit( onSubmit ); - - // Bind to form-pre-serialize from jQuery Forms plugin. - $element.parents( 'form' ).bind( 'form-pre-serialize', onSubmit ); - - // Unbind when editor destroyed. - $element.bind( 'destroy.ckeditor', function() - { - $element.parents( 'form' ).unbind( 'submit', onSubmit ); - $element.parents( 'form' ).unbind( 'form-pre-serialize', onSubmit ); - }); - } - - // Garbage collect on destroy. - editor.on( 'destroy', function() - { - $element.data( 'ckeditorInstance', null ); - }); - - // Remove lock. - $element.data( '_ckeditorInstanceLock', null ); - - // Fire instanceReady event. - $element.trigger( 'instanceReady.ckeditor', [ editor ] ); - - // Run given (first) code. - if ( callback ) - callback.apply( editor, [ element ] ); - }, 0 ); - }, null, null, 9999); - } - else - { - // Editor is already during creation process, bind our code to the event. - CKEDITOR.on( 'instanceReady', function( event ) - { - var editor = event.editor; - setTimeout( function() - { - // Delay bit more if editor is still not ready. - if ( !editor.element ) - { - setTimeout( arguments.callee, 100 ); - return; - } - - if ( editor.element.$ == element ) - { - // Run given code. - if ( callback ) - callback.apply( editor, [ element ] ); - } - }, 0 ); - }, null, null, 9999); - } - }); - return this; - } - }); - - // New val() method for objects. - if ( CKEDITOR.config.jqueryOverrideVal ) - { - jQuery.fn.val = CKEDITOR.tools.override( jQuery.fn.val, function( oldValMethod ) - { - /** - * CKEditor-aware val() method. - * - * Acts same as original jQuery val(), but for textareas which have CKEditor instances binded to them, method - * returns editor's content. It also works for settings values. - * - * @param oldValMethod - * @name jQuery.fn.val - */ - return function( newValue, forceNative ) - { - var isSetter = typeof newValue != 'undefined', - result; - - this.each( function() - { - var $this = jQuery( this ), - editor = $this.data( 'ckeditorInstance' ); - - if ( !forceNative && $this.is( 'textarea' ) && editor ) - { - if ( isSetter ) - editor.setData( newValue ); - else - { - result = editor.getData(); - // break; - return null; - } - } - else - { - if ( isSetter ) - oldValMethod.call( $this, newValue ); - else - { - result = oldValMethod.call( $this ); - // break; - return null; - } - } - - return true; - }); - return isSetter ? this : result; - }; - }); - } -})(); diff --git a/skins/ckeditor/_source/core/_bootstrap.js b/skins/ckeditor/_source/core/_bootstrap.js deleted file mode 100644 index 1fa5f5e..0000000 --- a/skins/ckeditor/_source/core/_bootstrap.js +++ /dev/null @@ -1,87 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview API initialization code. - */ - -(function() -{ - // Disable HC detaction in WebKit. (#5429) - if ( CKEDITOR.env.webkit ) - { - CKEDITOR.env.hc = false; - return; - } - - // Check whether high contrast is active by creating a colored border. - var hcDetect = CKEDITOR.dom.element.createFromHtml( - '<div style="width:0px;height:0px;position:absolute;left:-10000px;' + - 'border: 1px solid;border-color: red blue;"></div>', CKEDITOR.document ); - - hcDetect.appendTo( CKEDITOR.document.getHead() ); - - // Update CKEDITOR.env. - // Catch exception needed sometimes for FF. (#4230) - try - { - CKEDITOR.env.hc = hcDetect.getComputedStyle( 'border-top-color' ) == hcDetect.getComputedStyle( 'border-right-color' ); - } - catch (e) - { - CKEDITOR.env.hc = false; - } - - if ( CKEDITOR.env.hc ) - CKEDITOR.env.cssClass += ' cke_hc'; - - hcDetect.remove(); -})(); - -// Load core plugins. -CKEDITOR.plugins.load( CKEDITOR.config.corePlugins.split( ',' ), function() - { - CKEDITOR.status = 'loaded'; - CKEDITOR.fire( 'loaded' ); - - // Process all instances created by the "basic" implementation. - var pending = CKEDITOR._.pending; - if ( pending ) - { - delete CKEDITOR._.pending; - - for ( var i = 0 ; i < pending.length ; i++ ) - CKEDITOR.add( pending[ i ] ); - } - }); - -// Needed for IE6 to not request image (HTTP 200 or 304) for every CSS background. (#6187) -if ( CKEDITOR.env.ie ) -{ - // Remove IE mouse flickering on IE6 because of background images. - try - { - document.execCommand( 'BackgroundImageCache', false, true ); - } - catch (e) - { - // We have been reported about loading problems caused by the above - // line. For safety, let's just ignore errors. - } -} - -/** - * Indicates that CKEditor is running on a High Contrast environment. - * @name CKEDITOR.env.hc - * @example - * if ( CKEDITOR.env.hc ) - * alert( 'You're running on High Contrast mode. The editor interface will get adapted to provide you a better experience.' ); - */ - -/** - * Fired when a CKEDITOR core object is fully loaded and ready for interaction. - * @name CKEDITOR#loaded - * @event - */ diff --git a/skins/ckeditor/_source/core/ckeditor.js b/skins/ckeditor/_source/core/ckeditor.js deleted file mode 100644 index 201c195..0000000 --- a/skins/ckeditor/_source/core/ckeditor.js +++ /dev/null @@ -1,141 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Contains the third and last part of the {@link CKEDITOR} object - * definition. - */ - -// Remove the CKEDITOR.loadFullCore reference defined on ckeditor_basic. -delete CKEDITOR.loadFullCore; - -/** - * Holds references to all editor instances created. The name of the properties - * in this object correspond to instance names, and their values contains the - * {@link CKEDITOR.editor} object representing them. - * @type {Object} - * @example - * alert( <b>CKEDITOR.instances</b>.editor1.name ); // "editor1" - */ -CKEDITOR.instances = {}; - -/** - * The document of the window holding the CKEDITOR object. - * @type {CKEDITOR.dom.document} - * @example - * alert( <b>CKEDITOR.document</b>.getBody().getName() ); // "body" - */ -CKEDITOR.document = new CKEDITOR.dom.document( document ); - -/** - * Adds an editor instance to the global {@link CKEDITOR} object. This function - * is available for internal use mainly. - * @param {CKEDITOR.editor} editor The editor instance to be added. - * @example - */ -CKEDITOR.add = function( editor ) -{ - CKEDITOR.instances[ editor.name ] = editor; - - editor.on( 'focus', function() - { - if ( CKEDITOR.currentInstance != editor ) - { - CKEDITOR.currentInstance = editor; - CKEDITOR.fire( 'currentInstance' ); - } - }); - - editor.on( 'blur', function() - { - if ( CKEDITOR.currentInstance == editor ) - { - CKEDITOR.currentInstance = null; - CKEDITOR.fire( 'currentInstance' ); - } - }); -}; - -/** - * Removes an editor instance from the global {@link CKEDITOR} object. This function - * is available for internal use only. External code must use {@link CKEDITOR.editor.prototype.destroy} - * to avoid memory leaks. - * @param {CKEDITOR.editor} editor The editor instance to be removed. - * @example - */ -CKEDITOR.remove = function( editor ) -{ - delete CKEDITOR.instances[ editor.name ]; -}; - -/** - * Perform global clean up to free as much memory as possible - * when there are no instances left - */ -CKEDITOR.on( 'instanceDestroyed', function () - { - if ( CKEDITOR.tools.isEmpty( this.instances ) ) - CKEDITOR.fire( 'reset' ); - }); - -// Load the bootstrap script. -CKEDITOR.loader.load( 'core/_bootstrap' ); // @Packager.RemoveLine - -// Tri-state constants. - -/** - * Used to indicate the ON or ACTIVE state. - * @constant - * @example - */ -CKEDITOR.TRISTATE_ON = 1; - -/** - * Used to indicate the OFF or NON ACTIVE state. - * @constant - * @example - */ -CKEDITOR.TRISTATE_OFF = 2; - -/** - * Used to indicate DISABLED state. - * @constant - * @example - */ -CKEDITOR.TRISTATE_DISABLED = 0; - -/** - * The editor which is currently active (have user focus). - * @name CKEDITOR.currentInstance - * @type CKEDITOR.editor - * @see CKEDITOR#currentInstance - * @example - * function showCurrentEditorName() - * { - * if ( CKEDITOR.currentInstance ) - * alert( CKEDITOR.currentInstance.name ); - * else - * alert( 'Please focus an editor first.' ); - * } - */ - -/** - * Fired when the CKEDITOR.currentInstance object reference changes. This may - * happen when setting the focus on different editor instances in the page. - * @name CKEDITOR#currentInstance - * @event - * var editor; // Variable to hold a reference to the current editor. - * CKEDITOR.on( 'currentInstance' , function( e ) - * { - * editor = CKEDITOR.currentInstance; - * }); - */ - -/** - * Fired when the last instance has been destroyed. This event is used to perform - * global memory clean up. - * @name CKEDITOR#reset - * @event - */ diff --git a/skins/ckeditor/_source/core/ckeditor_base.js b/skins/ckeditor/_source/core/ckeditor_base.js deleted file mode 100644 index 4ad3d87..0000000 --- a/skins/ckeditor/_source/core/ckeditor_base.js +++ /dev/null @@ -1,227 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Contains the first and essential part of the {@link CKEDITOR} - * object definition. - */ - -// #### Compressed Code -// Must be updated on changes in the script as well as updated in the -// ckeditor_source.js and ckeditor_basic_source.js files. - -// if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',version:'3.6.1',rev:'7072',_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f<e.length;f++){var g=e[f].src.match(/(^|.*[\\\/])ckeditor(?:_basic)?(?:_source)?.js(?:\?.*)?$/i);if(g){d=g[1];break;}}}if(d.indexOf(':/')==-1)if(d.indexOf('/')===0)d=location.href.match(/^.*?:\/\/[^\/]*/)[0]+d;else d=location.href.match(/^[^\?]*\/(?:)/)[0]+d;return d;})(),getUrl:function(d){if(d.indexOf(':/')==-1&&d.indexOf('/')!==0)d=this.basePath+d;if(this.timestamp&&d.charAt(d.length-1)!='/')d+=(d.indexOf('?')>=0?'&':'?')+('t=')+this.timestamp;return d;}},b=window.CKEDITOR_GETURL;if(b){var c=a.getUrl;a.getUrl=function(d){return b.call(a,d)||c.call(a,d);};}return a;})(); - -// #### Raw code -// ATTENTION: read the above "Compressed Code" notes when changing this code. - -/* @Packager.RemoveLine -// Avoid having the editor code initialized twice. (#7588) -// Use CKEDITOR.dom to check whether the full ckeditor.js code has been loaded -// or just ckeditor_basic.js. -// Remove these lines when compressing manually. -if ( window.CKEDITOR && window.CKEDITOR.dom ) - return; -@Packager.RemoveLine */ - -if ( !window.CKEDITOR ) -{ - /** - * @name CKEDITOR - * @namespace This is the API entry point. The entire CKEditor code runs under this object. - * @example - */ - window.CKEDITOR = (function() - { - var CKEDITOR = - /** @lends CKEDITOR */ - { - - /** - * A constant string unique for each release of CKEditor. Its value - * is used, by default, to build the URL for all resources loaded - * by the editor code, guaranteeing clean cache results when - * upgrading. - * @type String - * @example - * alert( CKEDITOR.timestamp ); // e.g. '87dm' - */ - // The production implementation contains a fixed timestamp, unique - // for each release and generated by the releaser. - // (Base 36 value of each component of YYMMDDHH - 4 chars total - e.g. 87bm == 08071122) - timestamp : 'B5GJ5GG', - - /** - * Contains the CKEditor version number. - * @type String - * @example - * alert( CKEDITOR.version ); // e.g. 'CKEditor 3.4.1' - */ - version : '3.6.1', - - /** - * Contains the CKEditor revision number. - * The revision number is incremented automatically, following each - * modification to the CKEditor source code. - * @type String - * @example - * alert( CKEDITOR.revision ); // e.g. '3975' - */ - revision : '7072', - - /** - * Private object used to hold core stuff. It should not be used outside of - * the API code as properties defined here may change at any time - * without notice. - * @private - */ - _ : {}, - - /** - * Indicates the API loading status. The following statuses are available: - * <ul> - * <li><b>unloaded</b>: the API is not yet loaded.</li> - * <li><b>basic_loaded</b>: the basic API features are available.</li> - * <li><b>basic_ready</b>: the basic API is ready to load the full core code.</li> - * <li><b>loading</b>: the full API is being loaded.</li> - * <li><b>loaded</b>: the API can be fully used.</li> - * </ul> - * @type String - * @example - * if ( <b>CKEDITOR.status</b> == 'loaded' ) - * { - * // The API can now be fully used. - * } - */ - status : 'unloaded', - - /** - * Contains the full URL for the CKEditor installation directory. - * It is possible to manually provide the base path by setting a - * global variable named CKEDITOR_BASEPATH. This global variable - * must be set <strong>before</strong> the editor script loading. - * @type String - * @example - * alert( <b>CKEDITOR.basePath</b> ); // "http://www.example.com/ckeditor/" (e.g.) - */ - basePath : (function() - { - // ATTENTION: fixes to this code must be ported to - // var basePath in "core/loader.js". - - // Find out the editor directory path, based on its <script> tag. - var path = window.CKEDITOR_BASEPATH || ''; - - if ( !path ) - { - var scripts = document.getElementsByTagName( 'script' ); - - for ( var i = 0 ; i < scripts.length ; i++ ) - { - var match = scripts[i].src.match( /(^|.*[\\\/])ckeditor(?:_basic)?(?:_source)?.js(?:\?.*)?$/i ); - - if ( match ) - { - path = match[1]; - break; - } - } - } - - // In IE (only) the script.src string is the raw value entered in the - // HTML source. Other browsers return the full resolved URL instead. - if ( path.indexOf(':/') == -1 ) - { - // Absolute path. - if ( path.indexOf( '/' ) === 0 ) - path = location.href.match( /^.*?:\/\/[^\/]*/ )[0] + path; - // Relative path. - else - path = location.href.match( /^[^\?]*\/(?:)/ )[0] + path; - } - - if ( !path ) - throw 'The CKEditor installation path could not be automatically detected. Please set the global variable "CKEDITOR_BASEPATH" before creating editor instances.'; - - return path; - })(), - - /** - * Gets the full URL for CKEditor resources. By default, URLs - * returned by this function contain a querystring parameter ("t") - * set to the {@link CKEDITOR.timestamp} value.<br /> - * <br /> - * It is possible to provide a custom implementation of this - * function by setting a global variable named CKEDITOR_GETURL. - * This global variable must be set <strong>before</strong> the editor script - * loading. If the custom implementation returns nothing (==null), the - * default implementation is used. - * @param {String} resource The resource whose full URL we want to get. - * It may be a full, absolute, or relative URL. - * @returns {String} The full URL. - * @example - * // e.g. http://www.example.com/ckeditor/skins/default/editor.css?t=87dm - * alert( CKEDITOR.getUrl( 'skins/default/editor.css' ) ); - * @example - * // e.g. http://www.example.com/skins/default/editor.css?t=87dm - * alert( CKEDITOR.getUrl( '/skins/default/editor.css' ) ); - * @example - * // e.g. http://www.somesite.com/skins/default/editor.css?t=87dm - * alert( CKEDITOR.getUrl( 'http://www.somesite.com/skins/default/editor.css' ) ); - */ - getUrl : function( resource ) - { - // If this is not a full or absolute path. - if ( resource.indexOf(':/') == -1 && resource.indexOf( '/' ) !== 0 ) - resource = this.basePath + resource; - - // Add the timestamp, except for directories. - if ( this.timestamp && resource.charAt( resource.length - 1 ) != '/' && !(/[&?]t=/).test( resource ) ) - resource += ( resource.indexOf( '?' ) >= 0 ? '&' : '?' ) + 't=' + this.timestamp; - - return resource; - } - }; - - // Make it possible to override the getUrl function with a custom - // implementation pointing to a global named CKEDITOR_GETURL. - var newGetUrl = window.CKEDITOR_GETURL; - if ( newGetUrl ) - { - var originalGetUrl = CKEDITOR.getUrl; - CKEDITOR.getUrl = function ( resource ) - { - return newGetUrl.call( CKEDITOR, resource ) || - originalGetUrl.call( CKEDITOR, resource ); - }; - } - - return CKEDITOR; - })(); -} - -/** - * Function called upon loading a custom configuration file that can - * modify the editor instance configuration ({@link CKEDITOR.editor#config }). - * It is usually defined inside the custom configuration files that can - * include developer defined settings. - * @name CKEDITOR.editorConfig - * @function - * @param {CKEDITOR.config} config A configuration object containing the - * settings defined for a {@link CKEDITOR.editor} instance up to this - * function call. Note that not all settings may still be available. See - * <a href="http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Setting_Configurations#Configuration_Loading_Order">Configuration Loading Order</a> - * for details. - * @example - * // This is supposed to be placed in the config.js file. - * CKEDITOR.editorConfig = function( config ) - * { - * // Define changes to default configuration here. For example: - * config.language = 'fr'; - * config.uiColor = '#AADC6E'; - * }; - */ - -// PACKAGER_RENAME( CKEDITOR ) diff --git a/skins/ckeditor/_source/core/ckeditor_basic.js b/skins/ckeditor/_source/core/ckeditor_basic.js deleted file mode 100644 index be06db8..0000000 --- a/skins/ckeditor/_source/core/ckeditor_basic.js +++ /dev/null @@ -1,238 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Contains the second part of the {@link CKEDITOR} object - * definition, which defines the basic editor features to be available in - * the root ckeditor_basic.js file. - */ - -if ( CKEDITOR.status == 'unloaded' ) -{ - (function() - { - CKEDITOR.event.implementOn( CKEDITOR ); - - /** - * Forces the full CKEditor core code, in the case only the basic code has been - * loaded (ckeditor_basic.js). This method self-destroys (becomes undefined) in - * the first call or as soon as the full code is available. - * @example - * // Check if the full core code has been loaded and load it. - * if ( CKEDITOR.loadFullCore ) - * <b>CKEDITOR.loadFullCore()</b>; - */ - CKEDITOR.loadFullCore = function() - { - // If not the basic code is not ready it, just mark it to be loaded. - if ( CKEDITOR.status != 'basic_ready' ) - { - CKEDITOR.loadFullCore._load = 1; - return; - } - - // Destroy this function. - delete CKEDITOR.loadFullCore; - - // Append the script to the head. - var script = document.createElement( 'script' ); - script.type = 'text/javascript'; - script.src = CKEDITOR.basePath + 'ckeditor.js'; - - document.getElementsByTagName( 'head' )[0].appendChild( script ); - }; - - /** - * The time to wait (in seconds) to load the full editor code after the - * page load, if the "ckeditor_basic" file is used. If set to zero, the - * editor is loaded on demand, as soon as an instance is created. - * - * This value must be set on the page before the page load completion. - * @type Number - * @default 0 (zero) - * @example - * // Loads the full source after five seconds. - * CKEDITOR.loadFullCoreTimeout = 5; - */ - CKEDITOR.loadFullCoreTimeout = 0; - - /** - * The class name used to identify <textarea> elements to be replace - * by CKEditor instances. - * @type String - * @default 'ckeditor' - * @example - * <b>CKEDITOR.replaceClass</b> = 'rich_editor'; - */ - CKEDITOR.replaceClass = 'ckeditor'; - - /** - * Enables the replacement of all textareas with class name matching - * {@link CKEDITOR.replaceClass}. - * @type Boolean - * @default true - * @example - * // Disable the auto-replace feature. - * <b>CKEDITOR.replaceByClassEnabled</b> = false; - */ - CKEDITOR.replaceByClassEnabled = 1; - - var createInstance = function( elementOrIdOrName, config, creationFunction, data ) - { - if ( CKEDITOR.env.isCompatible ) - { - // Load the full core. - if ( CKEDITOR.loadFullCore ) - CKEDITOR.loadFullCore(); - - var editor = creationFunction( elementOrIdOrName, config, data ); - CKEDITOR.add( editor ); - return editor; - } - - return null; - }; - - /** - * Replaces a <textarea> or a DOM element (DIV) with a CKEditor - * instance. For textareas, the initial value in the editor will be the - * textarea value. For DOM elements, their innerHTML will be used - * instead. We recommend using TEXTAREA and DIV elements only. - * @param {Object|String} elementOrIdOrName The DOM element (textarea), its - * ID or name. - * @param {Object} [config] The specific configurations to apply to this - * editor instance. Configurations set here will override global CKEditor - * settings. - * @returns {CKEDITOR.editor} The editor instance created. - * @example - * <textarea id="myfield" name="myfield"><:/textarea> - * ... - * <b>CKEDITOR.replace( 'myfield' )</b>; - * @example - * var textarea = document.body.appendChild( document.createElement( 'textarea' ) ); - * <b>CKEDITOR.replace( textarea )</b>; - */ - CKEDITOR.replace = function( elementOrIdOrName, config ) - { - return createInstance( elementOrIdOrName, config, CKEDITOR.editor.replace ); - }; - - /** - * Creates a new editor instance inside a specific DOM element. - * @param {Object|String} elementOrId The DOM element or its ID. - * @param {Object} [config] The specific configurations to apply to this - * editor instance. Configurations set here will override global CKEditor - * settings. - * @param {String} [data] Since 3.3. Initial value for the instance. - * @returns {CKEDITOR.editor} The editor instance created. - * @example - * <div id="editorSpace"><:/div> - * ... - * <b>CKEDITOR.appendTo( 'editorSpace' )</b>; - */ - CKEDITOR.appendTo = function( elementOrId, config, data ) - { - return createInstance( elementOrId, config, CKEDITOR.editor.appendTo, data ); - }; - - // Documented at ckeditor.js. - CKEDITOR.add = function( editor ) - { - // For now, just put the editor in the pending list. It will be - // processed as soon as the full code gets loaded. - var pending = this._.pending || ( this._.pending = [] ); - pending.push( editor ); - }; - - /** - * Replace all <textarea> elements available in the document with - * editor instances. - * @example - * // Replace all <textarea> elements in the page. - * CKEDITOR.replaceAll(); - * @example - * // Replace all <textarea class="myClassName"> elements in the page. - * CKEDITOR.replaceAll( 'myClassName' ); - * @example - * // Selectively replace <textarea> elements, based on custom assertions. - * CKEDITOR.replaceAll( function( textarea, config ) - * { - * // Custom code to evaluate the replace, returning false - * // if it must not be done. - * // It also passes the "config" parameter, so the - * // developer can customize the instance. - * } ); - */ - CKEDITOR.replaceAll = function() - { - var textareas = document.getElementsByTagName( 'textarea' ); - - for ( var i = 0 ; i < textareas.length ; i++ ) - { - var config = null, - textarea = textareas[i]; - - // The "name" and/or "id" attribute must exist. - if ( !textarea.name && !textarea.id ) - continue; - - if ( typeof arguments[0] == 'string' ) - { - // The textarea class name could be passed as the function - // parameter. - - var classRegex = new RegExp( '(?:^|\\s)' + arguments[0] + '(?:$|\\s)' ); - - if ( !classRegex.test( textarea.className ) ) - continue; - } - else if ( typeof arguments[0] == 'function' ) - { - // An assertion function could be passed as the function parameter. - // It must explicitly return "false" to ignore a specific <textarea>. - config = {}; - if ( arguments[0]( textarea, config ) === false ) - continue; - } - - this.replace( textarea, config ); - } - }; - - (function() - { - var onload = function() - { - var loadFullCore = CKEDITOR.loadFullCore, - loadFullCoreTimeout = CKEDITOR.loadFullCoreTimeout; - - // Replace all textareas with the default class name. - if ( CKEDITOR.replaceByClassEnabled ) - CKEDITOR.replaceAll( CKEDITOR.replaceClass ); - - CKEDITOR.status = 'basic_ready'; - - if ( loadFullCore && loadFullCore._load ) - loadFullCore(); - else if ( loadFullCoreTimeout ) - { - setTimeout( function() - { - if ( CKEDITOR.loadFullCore ) - CKEDITOR.loadFullCore(); - } - , loadFullCoreTimeout * 1000 ); - } - }; - - if ( window.addEventListener ) - window.addEventListener( 'load', onload, false ); - else if ( window.attachEvent ) - window.attachEvent( 'onload', onload ); - })(); - - CKEDITOR.status = 'basic_loaded'; - })(); -} diff --git a/skins/ckeditor/_source/core/command.js b/skins/ckeditor/_source/core/command.js deleted file mode 100644 index c0868f0..0000000 --- a/skins/ckeditor/_source/core/command.js +++ /dev/null @@ -1,209 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * Creates a command class instance. - * @class Represents a command that can be executed on an editor instance. - * @param {CKEDITOR.editor} editor The editor instance this command will be - * related to. - * @param {CKEDITOR.commandDefinition} commandDefinition The command - * definition. - * @augments CKEDITOR.event - * @example - * var command = new CKEDITOR.command( editor, - * { - * exec : function( editor ) - * { - * alert( editor.document.getBody().getHtml() ); - * } - * }); - */ -CKEDITOR.command = function( editor, commandDefinition ) -{ - /** - * Lists UI items that are associated to this command. This list can be - * used to interact with the UI on command execution (by the execution code - * itself, for example). - * @type Array - * @example - * alert( 'Number of UI items associated to this command: ' + command.<b>uiItems</b>.length ); - */ - this.uiItems = []; - - /** - * Executes the command. - * @param {Object} [data] Any data to pass to the command. Depends on the - * command implementation and requirements. - * @returns {Boolean} A boolean indicating that the command has been - * successfully executed. - * @example - * command.<b>exec()</b>; // The command gets executed. - */ - this.exec = function( data ) - { - if ( this.state == CKEDITOR.TRISTATE_DISABLED ) - return false; - - if ( this.editorFocus ) // Give editor focus if necessary (#4355). - editor.focus(); - - return ( commandDefinition.exec.call( this, editor, data ) !== false ); - }; - - CKEDITOR.tools.extend( this, commandDefinition, - // Defaults - /** @lends CKEDITOR.command.prototype */ - { - /** - * The editor modes within which the command can be executed. The - * execution will have no action if the current mode is not listed - * in this property. - * @type Object - * @default { wysiwyg : 1 } - * @see CKEDITOR.editor.prototype.mode - * @example - * // Enable the command in both WYSIWYG and Source modes. - * command.<b>modes</b> = { wysiwyg : 1, source : 1 }; - * @example - * // Enable the command in Source mode only. - * command.<b>modes</b> = { source : 1 }; - */ - modes : { wysiwyg : 1 }, - - /** - * Indicates that the editor will get the focus before executing - * the command. - * @type Boolean - * @default true - * @example - * // Do not force the editor to have focus when executing the command. - * command.<b>editorFocus</b> = false; - */ - editorFocus : 1, - - /** - * Indicates the editor state. Possible values are: - * <ul> - * <li>{@link CKEDITOR.TRISTATE_DISABLED}: the command is - * disabled. It's execution will have no effect. Same as - * {@link disable}.</li> - * <li>{@link CKEDITOR.TRISTATE_ON}: the command is enabled - * and currently active in the editor (for context sensitive commands, - * for example).</li> - * <li>{@link CKEDITOR.TRISTATE_OFF}: the command is enabled - * and currently inactive in the editor (for context sensitive - * commands, for example).</li> - * </ul> - * Do not set this property directly, using the {@link #setState} - * method instead. - * @type Number - * @default {@link CKEDITOR.TRISTATE_OFF} - * @example - * if ( command.<b>state</b> == CKEDITOR.TRISTATE_DISABLED ) - * alert( 'This command is disabled' ); - */ - state : CKEDITOR.TRISTATE_OFF - }); - - // Call the CKEDITOR.event constructor to initialize this instance. - CKEDITOR.event.call( this ); -}; - -CKEDITOR.command.prototype = -{ - /** - * Enables the command for execution. The command state (see - * {@link CKEDITOR.command.prototype.state}) available before disabling it - * is restored. - * @example - * command.<b>enable()</b>; - * command.exec(); // Execute the command. - */ - enable : function() - { - if ( this.state == CKEDITOR.TRISTATE_DISABLED ) - this.setState( ( !this.preserveState || ( typeof this.previousState == 'undefined' ) ) ? CKEDITOR.TRISTATE_OFF : this.previousState ); - }, - - /** - * Disables the command for execution. The command state (see - * {@link CKEDITOR.command.prototype.state}) will be set to - * {@link CKEDITOR.TRISTATE_DISABLED}. - * @example - * command.<b>disable()</b>; - * command.exec(); // "false" - Nothing happens. - */ - disable : function() - { - this.setState( CKEDITOR.TRISTATE_DISABLED ); - }, - - /** - * Sets the command state. - * @param {Number} newState The new state. See {@link #state}. - * @returns {Boolean} Returns "true" if the command state changed. - * @example - * command.<b>setState( CKEDITOR.TRISTATE_ON )</b>; - * command.exec(); // Execute the command. - * command.<b>setState( CKEDITOR.TRISTATE_DISABLED )</b>; - * command.exec(); // "false" - Nothing happens. - * command.<b>setState( CKEDITOR.TRISTATE_OFF )</b>; - * command.exec(); // Execute the command. - */ - setState : function( newState ) - { - // Do nothing if there is no state change. - if ( this.state == newState ) - return false; - - this.previousState = this.state; - - // Set the new state. - this.state = newState; - - // Fire the "state" event, so other parts of the code can react to the - // change. - this.fire( 'state' ); - - return true; - }, - - /** - * Toggles the on/off (active/inactive) state of the command. This is - * mainly used internally by context sensitive commands. - * @example - * command.<b>toggleState()</b>; - */ - toggleState : function() - { - if ( this.state == CKEDITOR.TRISTATE_OFF ) - this.setState( CKEDITOR.TRISTATE_ON ); - else if ( this.state == CKEDITOR.TRISTATE_ON ) - this.setState( CKEDITOR.TRISTATE_OFF ); - } -}; - -CKEDITOR.event.implementOn( CKEDITOR.command.prototype, true ); - -/** - * Indicates the previous command state. - * @name CKEDITOR.command.prototype.previousState - * @type Number - * @see #state - * @example - * alert( command.<b>previousState</b> ); - */ - -/** - * Fired when the command state changes. - * @name CKEDITOR.command#state - * @event - * @example - * command.on( <b>'state'</b> , function( e ) - * { - * // Alerts the new state. - * alert( this.state ); - * }); - */ diff --git a/skins/ckeditor/_source/core/commanddefinition.js b/skins/ckeditor/_source/core/commanddefinition.js deleted file mode 100644 index de078ca..0000000 --- a/skins/ckeditor/_source/core/commanddefinition.js +++ /dev/null @@ -1,129 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the "virtual" {@link CKEDITOR.commandDefinition} class, - * which contains the defintion of a command. This file is for - * documentation purposes only. - */ - -/** - * (Virtual Class) Do not call this constructor. This class is not really part - * of the API. - * @name CKEDITOR.commandDefinition - * @class Virtual class that illustrates the features of command objects to be - * passed to the {@link CKEDITOR.editor.prototype.addCommand} function. - * @example - */ - - /** - * The function to be fired when the commend is executed. - * @name CKEDITOR.commandDefinition.prototype.exec - * @function - * @param {CKEDITOR.editor} editor The editor within which run the command. - * @param {Object} [data] Additional data to be used to execute the command. - * @returns {Boolean} Whether the command has been successfully executed. - * Defaults to "true", if nothing is returned. - * @example - * editorInstance.addCommand( 'sample', - * { - * exec : function( editor ) - * { - * alert( 'Executing a command for the editor name "' + editor.name + '"!' ); - * } - * }); - */ - -/** - * Whether the command need to be hooked into the redo/undo system. - * @name CKEDITOR.commandDefinition.prototype.canUndo - * @type {Boolean} - * @default true - * @field - * @example - * editorInstance.addCommand( 'alertName', - * { - * exec : function( editor ) - * { - * alert( editor.name ); - * }, - * canUndo : false // No support for undo/redo - * }); - */ - -/** - * Whether the command is asynchronous, which means that the - * {@link CKEDITOR.editor#event:afterCommandExec} event will be fired by the - * command itself manually, and that the return value of this command is not to - * be returned by the {@link CKEDITOR.command#exec} function. - * @name CKEDITOR.commandDefinition.prototype.async - * @default false - * @type {Boolean} - * @example - * editorInstance.addCommand( 'loadOptions', - * { - * exec : function( editor ) - * { - * // Asynchronous operation below. - * CKEDITOR.ajax.loadXml( 'data.xml', function() - * { - * editor.fire( 'afterCommandExec' ); - * )); - * }, - * async : true // The command need some time to complete after exec function returns. - * }); - */ - -/** - * Whether the command should give focus to the editor before execution. - * @name CKEDITOR.commandDefinition.prototype.editorFocus - * @type {Boolean} - * @default true - * @see CKEDITOR.command#editorFocus - * @example - * editorInstance.addCommand( 'maximize', - * { - * exec : function( editor ) - * { - * // ... - * }, - * editorFocus : false // The command doesn't require focusing the editing document. - * }); - */ - - -/** - * Whether the command state should be set to {@link CKEDITOR.TRISTATE_DISABLED} on startup. - * @name CKEDITOR.commandDefinition.prototype.startDisabled - * @type {Boolean} - * @default false - * @example - * editorInstance.addCommand( 'unlink', - * { - * exec : function( editor ) - * { - * // ... - * }, - * startDisabled : true // Command is unavailable until selection is inside a link. - * }); - */ - -/** - * The editor modes within which the command can be executed. The execution - * will have no action if the current mode is not listed in this property. - * @name CKEDITOR.commandDefinition.prototype.modes - * @type Object - * @default { wysiwyg : 1 } - * @see CKEDITOR.command#modes - * @example - * editorInstance.addCommand( 'link', - * { - * exec : function( editor ) - * { - * // ... - * }, - * modes : { wysiwyg : 1 } // Command is available in wysiwyg mode only. - * }); - */ diff --git a/skins/ckeditor/_source/core/config.js b/skins/ckeditor/_source/core/config.js deleted file mode 100644 index 8d45ebe..0000000 --- a/skins/ckeditor/_source/core/config.js +++ /dev/null @@ -1,431 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.config} object, which holds the - * default configuration settings. - */ - -/** - * Used in conjuction with {@link CKEDITOR.config.enterMode} and - * {@link CKEDITOR.config.shiftEnterMode} to make the editor produce <p> - * tags when using the ENTER key. - * @constant - */ -CKEDITOR.ENTER_P = 1; - -/** - * Used in conjuction with {@link CKEDITOR.config.enterMode} and - * {@link CKEDITOR.config.shiftEnterMode} to make the editor produce <br> - * tags when using the ENTER key. - * @constant - */ -CKEDITOR.ENTER_BR = 2; - -/** - * Used in conjuction with {@link CKEDITOR.config.enterMode} and - * {@link CKEDITOR.config.shiftEnterMode} to make the editor produce <div> - * tags when using the ENTER key. - * @constant - */ -CKEDITOR.ENTER_DIV = 3; - -/** - * @namespace Holds the default configuration settings. Changes to this object are - * reflected in all editor instances, if not specificaly specified for those - * instances. - */ -CKEDITOR.config = -{ - /** - * The URL path for the custom configuration file to be loaded. If not - * overloaded with inline configurations, it defaults to the "config.js" - * file present in the root of the CKEditor installation directory.<br /><br /> - * - * CKEditor will recursively load custom configuration files defined inside - * other custom configuration files. - * @type String - * @default '<CKEditor folder>/config.js' - * @example - * // Load a specific configuration file. - * CKEDITOR.replace( 'myfiled', { customConfig : '/myconfig.js' } ); - * @example - * // Do not load any custom configuration file. - * CKEDITOR.replace( 'myfiled', { customConfig : '' } ); - */ - customConfig : 'config.js', - - /** - * Whether the replaced element (usually a textarea) is to be updated - * automatically when posting the form containing the editor. - * @type Boolean - * @default true - * @example - * config.autoUpdateElement = true; - */ - autoUpdateElement : true, - - /** - * The base href URL used to resolve relative and absolute URLs in the - * editor content. - * @type String - * @default '' (empty) - * @example - * config.baseHref = 'http://www.example.com/path/'; - */ - baseHref : '', - - /** - * The CSS file(s) to be used to apply style to the contents. It should - * reflect the CSS used in the final pages where the contents are to be - * used. - * @type String|Array - * @default '<CKEditor folder>/contents.css' - * @example - * config.contentsCss = '/css/mysitestyles.css'; - * config.contentsCss = ['/css/mysitestyles.css', '/css/anotherfile.css']; - */ - contentsCss : CKEDITOR.basePath + 'contents.css', - - /** - * The writting direction of the language used to write the editor - * contents. Allowed values are: - * <ul> - * <li>'ui' - which indicate content direction will be the same with the user interface language direction;</li> - * <li>'ltr' - for Left-To-Right language (like English);</li> - * <li>'rtl' - for Right-To-Left languages (like Arabic).</li> - * </ul> - * @default 'ui' - * @type String - * @example - * config.contentsLangDirection = 'rtl'; - */ - contentsLangDirection : 'ui', - - /** - * Language code of the writting language which is used to author the editor - * contents. - * @default Same value with editor's UI language. - * @type String - * @example - * config.contentsLanguage = 'fr'; - */ - contentsLanguage : '', - - /** - * The user interface language localization to use. If empty, the editor - * automatically localize the editor to the user language, if supported, - * otherwise the {@link CKEDITOR.config.defaultLanguage} language is used. - * @default '' (empty) - * @type String - * @example - * // Load the German interface. - * config.language = 'de'; - */ - language : '', - - /** - * The language to be used if {@link CKEDITOR.config.language} is left empty and it's not - * possible to localize the editor to the user language. - * @default 'en' - * @type String - * @example - * config.defaultLanguage = 'it'; - */ - defaultLanguage : 'en', - - /** - * Sets the behavior for the ENTER key. It also dictates other behaviour - * rules in the editor, like whether the <br> element is to be used - * as a paragraph separator when indenting text. - * The allowed values are the following constants, and their relative - * behavior: - * <ul> - * <li>{@link CKEDITOR.ENTER_P} (1): new <p> paragraphs are created;</li> - * <li>{@link CKEDITOR.ENTER_BR} (2): lines are broken with <br> elements;</li> - * <li>{@link CKEDITOR.ENTER_DIV} (3): new <div> blocks are created.</li> - * </ul> - * <strong>Note</strong>: It's recommended to use the - * {@link CKEDITOR.ENTER_P} value because of its semantic value and - * correctness. The editor is optimized for this value. - * @type Number - * @default {@link CKEDITOR.ENTER_P} - * @example - * // Not recommended. - * config.enterMode = CKEDITOR.ENTER_BR; - */ - enterMode : CKEDITOR.ENTER_P, - - /** - * Force the respect of {@link CKEDITOR.config.enterMode} as line break regardless of the context, - * E.g. If {@link CKEDITOR.config.enterMode} is set to {@link CKEDITOR.ENTER_P}, - * press enter key inside a 'div' will create a new paragraph with 'p' instead of 'div'. - * @since 3.2.1 - * @default false - * @example - * // Not recommended. - * config.forceEnterMode = true; - */ - forceEnterMode : false, - - /** - * Just like the {@link CKEDITOR.config.enterMode} setting, it defines the behavior for the SHIFT+ENTER key. - * The allowed values are the following constants, and their relative - * behavior: - * <ul> - * <li>{@link CKEDITOR.ENTER_P} (1): new <p> paragraphs are created;</li> - * <li>{@link CKEDITOR.ENTER_BR} (2): lines are broken with <br> elements;</li> - * <li>{@link CKEDITOR.ENTER_DIV} (3): new <div> blocks are created.</li> - * </ul> - * @type Number - * @default {@link CKEDITOR.ENTER_BR} - * @example - * config.shiftEnterMode = CKEDITOR.ENTER_P; - */ - shiftEnterMode : CKEDITOR.ENTER_BR, - - /** - * A comma separated list of plugins that are not related to editor - * instances. Reserved to plugins that extend the core code only.<br /><br /> - * - * There are no ways to override this setting, except by editing the source - * code of CKEditor (_source/core/config.js). - * @type String - * @example - */ - corePlugins : '', - - /** - * Sets the doctype to be used when loading the editor content as HTML. - * @type String - * @default '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' - * @example - * // Set the doctype to the HTML 4 (quirks) mode. - * config.docType = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">'; - */ - docType : '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">', - - /** - * Sets the "id" attribute to be used on the body element of the editing - * area. This can be useful when reusing the original CSS file you're using - * on your live website and you want to assing to the editor the same id - * you're using for the region that'll hold the contents. In this way, - * id specific CSS rules will be enabled. - * @since 3.1 - * @type String - * @default '' (empty) - * @example - * config.bodyId = 'contents_id'; - */ - bodyId : '', - - /** - * Sets the "class" attribute to be used on the body element of the editing - * area. This can be useful when reusing the original CSS file you're using - * on your live website and you want to assing to the editor the same class - * name you're using for the region that'll hold the contents. In this way, - * class specific CSS rules will be enabled. - * @since 3.1 - * @type String - * @default '' (empty) - * @example - * config.bodyClass = 'contents'; - */ - bodyClass : '', - - /** - * Indicates whether the contents to be edited are being inputted as a full - * HTML page. A full page includes the <html>, <head> and - * <body> tags. The final output will also reflect this setting, - * including the <body> contents only if this setting is disabled. - * @since 3.1 - * @type Boolean - * @default false - * @example - * config.fullPage = true; - */ - fullPage : false, - - /** - * The height of editing area( content ), in relative or absolute, e.g. 30px, 5em. - * Note: Percentage unit is not supported yet. e.g. 30%. - * @type Number|String - * @default '200' - * @example - * config.height = 500; - * config.height = '25em'; - * config.height = '300px'; - */ - height : 200, - - /** - * Comma separated list of plugins to load and initialize for an editor - * instance. This should be rarely changed, using instead the - * {@link CKEDITOR.config.extraPlugins} and - * {@link CKEDITOR.config.removePlugins} for customizations. - * @type String - * @example - */ - plugins : - 'about,' + - 'a11yhelp,' + - 'basicstyles,' + - 'bidi,' + - 'blockquote,' + - 'button,' + - 'clipboard,' + - 'colorbutton,' + - 'colordialog,' + - 'contextmenu,' + - 'dialogadvtab,' + - 'div,' + - 'elementspath,' + - 'enterkey,' + - 'entities,' + - 'filebrowser,' + - 'find,' + - 'flash,' + - 'font,' + - 'format,' + - 'forms,' + - 'horizontalrule,' + - 'htmldataprocessor,' + - 'iframe,' + - 'image,' + - 'indent,' + - 'justify,' + - 'keystrokes,' + - 'link,' + - 'list,' + - 'liststyle,' + - 'maximize,' + - 'newpage,' + - 'pagebreak,' + - 'pastefromword,' + - 'pastetext,' + - 'popup,' + - 'preview,' + - 'print,' + - 'removeformat,' + - 'resize,' + - 'save,' + - 'scayt,' + - 'smiley,' + - 'showblocks,' + - 'showborders,' + - 'sourcearea,' + - 'stylescombo,' + - 'table,' + - 'tabletools,' + - 'specialchar,' + - 'tab,' + - 'templates,' + - 'toolbar,' + - 'undo,' + - 'wysiwygarea,' + - 'wsc', - - /** - * List of additional plugins to be loaded. This is a tool setting which - * makes it easier to add new plugins, whithout having to touch and - * possibly breaking the {@link CKEDITOR.config.plugins} setting. - * @type String - * @example - * config.extraPlugins = 'myplugin,anotherplugin'; - */ - extraPlugins : '', - - /** - * List of plugins that must not be loaded. This is a tool setting which - * makes it easier to avoid loading plugins definied in the - * {@link CKEDITOR.config.plugins} setting, whithout having to touch it and - * potentially breaking it. - * @type String - * @example - * config.removePlugins = 'elementspath,save,font'; - */ - removePlugins : '', - - /** - * List of regular expressions to be executed over the input HTML, - * indicating HTML source code that matched must <strong>not</strong> present in WYSIWYG mode for editing. - * @type Array - * @default [] (empty array) - * @example - * config.protectedSource.push( /<\?[\s\S]*?\?>/g ); // PHP Code - * config.protectedSource.push( /<%[\s\S]*?%>/g ); // ASP Code - * config.protectedSource.push( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ); // ASP.Net Code - */ - protectedSource : [], - - /** - * The editor tabindex value. - * @type Number - * @default 0 (zero) - * @example - * config.tabIndex = 1; - */ - tabIndex : 0, - - /** - * The theme to be used to build the UI. - * @type String - * @default 'default' - * @see CKEDITOR.config.skin - * @example - * config.theme = 'default'; - */ - theme : 'default', - - /** - * The skin to load. It may be the name of the skin folder inside the - * editor installation path, or the name and the path separated by a comma. - * @type String - * @default 'default' - * @example - * config.skin = 'v2'; - * @example - * config.skin = 'myskin,/customstuff/myskin/'; - */ - skin : 'kama', - - /** - * The editor width in CSS size format or pixel integer. - * @type String|Number - * @default '' (empty) - * @example - * config.width = 850; - * @example - * config.width = '75%'; - */ - width : '', - - /** - * The base Z-index for floating dialogs and popups. - * @type Number - * @default 10000 - * @example - * config.baseFloatZIndex = 2000 - */ - baseFloatZIndex : 10000 -}; - -/** - * Indicates that some of the editor features, like alignment and text - * direction, should used the "computed value" of the feature to indicate it's - * on/off state, instead of using the "real value".<br /> - * <br /> - * If enabled, in a left to right written document, the "Left Justify" - * alignment button will show as active, even if the aligment style is not - * explicitly applied to the current paragraph in the editor. - * @name CKEDITOR.config.useComputedState - * @type Boolean - * @default true - * @since 3.4 - * @example - * config.useComputedState = false; - */ - -// PACKAGER_RENAME( CKEDITOR.config ) diff --git a/skins/ckeditor/_source/core/dataprocessor.js b/skins/ckeditor/_source/core/dataprocessor.js deleted file mode 100644 index e8677ed..0000000 --- a/skins/ckeditor/_source/core/dataprocessor.js +++ /dev/null @@ -1,65 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the "virtual" {@link CKEDITOR.dataProcessor} class, which - * defines the basic structure of data processor objects to be - * set to {@link CKEDITOR.editor.dataProcessor}. - */ - -/** - * If defined, points to the data processor which is responsible to translate - * and transform the editor data on input and output. - * Generaly it will point to an instance of {@link CKEDITOR.htmlDataProcessor}, - * which handles HTML data. The editor may also handle other data formats by - * using different data processors provided by specific plugins. - * @name CKEDITOR.editor.prototype.dataProcessor - * @type CKEDITOR.dataProcessor - */ - -/** - * This class is here for documentation purposes only and is not really part of - * the API. It serves as the base ("interface") for data processors - * implementation. - * @name CKEDITOR.dataProcessor - * @class Represents a data processor, which is responsible to translate and - * transform the editor data on input and output. - * @example - */ - -/** - * Transforms input data into HTML to be loaded in the editor. - * While the editor is able to handle non HTML data (like BBCode), at runtime - * it can handle HTML data only. The role of the data processor is transforming - * the input data into HTML through this function. - * @name CKEDITOR.dataProcessor.prototype.toHtml - * @function - * @param {String} data The input data to be transformed. - * @param {String} [fixForBody] The tag name to be used if the data must be - * fixed because it is supposed to be loaded direcly into the <body> - * tag. This is generally not used by non-HTML data processors. - * @example - * // Tranforming BBCode data, having a custom BBCode data processor. - * var data = 'This is [b]an example[/b].'; - * var html = editor.dataProcessor.toHtml( data ); // '<p>This is <b>an example</b>.</p>' - */ - -/** - * Transforms HTML into data to be outputted by the editor, in the format - * expected by the data processor. - * While the editor is able to handle non HTML data (like BBCode), at runtime - * it can handle HTML data only. The role of the data processor is transforming - * the HTML data containined by the editor into a specific data format through - * this function. - * @name CKEDITOR.dataProcessor.prototype.toDataFormat - * @function - * @param {String} html The HTML to be transformed. - * @param {String} fixForBody The tag name to be used if the output data is - * coming from <body> and may be eventually fixed for it. This is - * generally not used by non-HTML data processors. - * // Tranforming into BBCode data, having a custom BBCode data processor. - * var html = '<p>This is <b>an example</b>.</p>'; - * var data = editor.dataProcessor.toDataFormat( html ); // 'This is [b]an example[/b].' - */ diff --git a/skins/ckeditor/_source/core/dom.js b/skins/ckeditor/_source/core/dom.js deleted file mode 100644 index 06c5ae7..0000000 --- a/skins/ckeditor/_source/core/dom.js +++ /dev/null @@ -1,20 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.dom} object, which contains DOM - * manipulation objects and function. - */ - -/** - * @namespace DOM manipulation objects, classes and functions. - * @see CKEDITOR.dom.element - * @see CKEDITOR.dom.node - * @example - */ -CKEDITOR.dom = -{}; - -// PACKAGER_RENAME( CKEDITOR.dom ) diff --git a/skins/ckeditor/_source/core/dom/comment.js b/skins/ckeditor/_source/core/dom/comment.js deleted file mode 100644 index 4c580da..0000000 --- a/skins/ckeditor/_source/core/dom/comment.js +++ /dev/null @@ -1,32 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.dom.comment} class, which represents - * a DOM comment node. - */ - -CKEDITOR.dom.comment = CKEDITOR.tools.createClass( -{ - base : CKEDITOR.dom.node, - - $ : function( text, ownerDocument ) - { - if ( typeof text == 'string' ) - text = ( ownerDocument ? ownerDocument.$ : document ).createComment( text ); - - this.base( text ); - }, - - proto : - { - type : CKEDITOR.NODE_COMMENT, - - getOuterHtml : function() - { - return '<!--' + this.$.nodeValue + '-->'; - } - } -}); diff --git a/skins/ckeditor/_source/core/dom/document.js b/skins/ckeditor/_source/core/dom/document.js deleted file mode 100644 index 8880de8..0000000 --- a/skins/ckeditor/_source/core/dom/document.js +++ /dev/null @@ -1,251 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.dom.document} class, which - * represents a DOM document. - */ - -/** - * Represents a DOM document. - * @constructor - * @augments CKEDITOR.dom.domObject - * @param {Object} domDocument A native DOM document. - * @example - * var document = new CKEDITOR.dom.document( document ); - */ -CKEDITOR.dom.document = function( domDocument ) -{ - CKEDITOR.dom.domObject.call( this, domDocument ); -}; - -// PACKAGER_RENAME( CKEDITOR.dom.document ) - -CKEDITOR.dom.document.prototype = new CKEDITOR.dom.domObject(); - -CKEDITOR.tools.extend( CKEDITOR.dom.document.prototype, - /** @lends CKEDITOR.dom.document.prototype */ - { - /** - * Appends a CSS file to the document. - * @param {String} cssFileUrl The CSS file URL. - * @example - * <b>CKEDITOR.document.appendStyleSheet( '/mystyles.css' )</b>; - */ - appendStyleSheet : function( cssFileUrl ) - { - if ( this.$.createStyleSheet ) - this.$.createStyleSheet( cssFileUrl ); - else - { - var link = new CKEDITOR.dom.element( 'link' ); - link.setAttributes( - { - rel :'stylesheet', - type : 'text/css', - href : cssFileUrl - }); - - this.getHead().append( link ); - } - }, - - appendStyleText : function( cssStyleText ) - { - if ( this.$.createStyleSheet ) - { - var styleSheet = this.$.createStyleSheet( "" ); - styleSheet.cssText = cssStyleText ; - } - else - { - var style = new CKEDITOR.dom.element( 'style', this ); - style.append( new CKEDITOR.dom.text( cssStyleText, this ) ); - this.getHead().append( style ); - } - }, - - createElement : function( name, attribsAndStyles ) - { - var element = new CKEDITOR.dom.element( name, this ); - - if ( attribsAndStyles ) - { - if ( attribsAndStyles.attributes ) - element.setAttributes( attribsAndStyles.attributes ); - - if ( attribsAndStyles.styles ) - element.setStyles( attribsAndStyles.styles ); - } - - return element; - }, - - createText : function( text ) - { - return new CKEDITOR.dom.text( text, this ); - }, - - focus : function() - { - this.getWindow().focus(); - }, - - /** - * Gets and element based on its id. - * @param {String} elementId The element id. - * @returns {CKEDITOR.dom.element} The element instance, or null if not found. - * @example - * var element = <b>CKEDITOR.document.getById( 'myElement' )</b>; - * alert( element.getId() ); // "myElement" - */ - getById : function( elementId ) - { - var $ = this.$.getElementById( elementId ); - return $ ? new CKEDITOR.dom.element( $ ) : null; - }, - - getByAddress : function( address, normalized ) - { - var $ = this.$.documentElement; - - for ( var i = 0 ; $ && i < address.length ; i++ ) - { - var target = address[ i ]; - - if ( !normalized ) - { - $ = $.childNodes[ target ]; - continue; - } - - var currentIndex = -1; - - for (var j = 0 ; j < $.childNodes.length ; j++ ) - { - var candidate = $.childNodes[ j ]; - - if ( normalized === true && - candidate.nodeType == 3 && - candidate.previousSibling && - candidate.previousSibling.nodeType == 3 ) - { - continue; - } - - currentIndex++; - - if ( currentIndex == target ) - { - $ = candidate; - break; - } - } - } - - return $ ? new CKEDITOR.dom.node( $ ) : null; - }, - - getElementsByTag : function( tagName, namespace ) - { - if ( !( CKEDITOR.env.ie && ! ( document.documentMode > 8 ) ) && namespace ) - tagName = namespace + ':' + tagName; - return new CKEDITOR.dom.nodeList( this.$.getElementsByTagName( tagName ) ); - }, - - /** - * Gets the <head> element for this document. - * @returns {CKEDITOR.dom.element} The <head> element. - * @example - * var element = <b>CKEDITOR.document.getHead()</b>; - * alert( element.getName() ); // "head" - */ - getHead : function() - { - var head = this.$.getElementsByTagName( 'head' )[0]; - if ( !head ) - head = this.getDocumentElement().append( new CKEDITOR.dom.element( 'head' ), true ); - else - head = new CKEDITOR.dom.element( head ); - - return ( - this.getHead = function() - { - return head; - })(); - }, - - /** - * Gets the <body> element for this document. - * @returns {CKEDITOR.dom.element} The <body> element. - * @example - * var element = <b>CKEDITOR.document.getBody()</b>; - * alert( element.getName() ); // "body" - */ - getBody : function() - { - var body = new CKEDITOR.dom.element( this.$.body ); - - return ( - this.getBody = function() - { - return body; - })(); - }, - - /** - * Gets the DOM document element for this document. - * @returns {CKEDITOR.dom.element} The DOM document element. - */ - getDocumentElement : function() - { - var documentElement = new CKEDITOR.dom.element( this.$.documentElement ); - - return ( - this.getDocumentElement = function() - { - return documentElement; - })(); - }, - - /** - * Gets the window object that holds this document. - * @returns {CKEDITOR.dom.window} The window object. - */ - getWindow : function() - { - var win = new CKEDITOR.dom.window( this.$.parentWindow || this.$.defaultView ); - - return ( - this.getWindow = function() - { - return win; - })(); - }, - - /** - * Defines the document contents through document.write. Note that the - * previous document contents will be lost (cleaned). - * @since 3.5 - * @param {String} html The HTML defining the document contents. - * @example - * document.write( - * '<html>' + - * '<head><title>Sample Doc</title></head>' + - * '<body>Document contents created by code</body>' + - * '</html>' ); - */ - write : function( html ) - { - // Don't leave any history log in IE. (#5657) - this.$.open( 'text/html', 'replace' ); - - // Support for custom document.domain in IE. - CKEDITOR.env.isCustomDomain() && ( this.$.domain = document.domain ); - - this.$.write( html ); - this.$.close(); - } - }); diff --git a/skins/ckeditor/_source/core/dom/documentfragment.js b/skins/ckeditor/_source/core/dom/documentfragment.js deleted file mode 100644 index 6152031..0000000 --- a/skins/ckeditor/_source/core/dom/documentfragment.js +++ /dev/null @@ -1,49 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @class DocumentFragment is a "lightweight" or "minimal" Document object. It is - * commonly used to extract a portion of a document's tree or to create a new - * fragment of a document. Various operations may take DocumentFragment objects - * as arguments and results in all the child nodes of the DocumentFragment being - * moved to the child list of this node. - * @param {Object} ownerDocument - */ -CKEDITOR.dom.documentFragment = function( ownerDocument ) -{ - ownerDocument = ownerDocument || CKEDITOR.document; - this.$ = ownerDocument.$.createDocumentFragment(); -}; - -CKEDITOR.tools.extend( CKEDITOR.dom.documentFragment.prototype, - CKEDITOR.dom.element.prototype, - { - type : CKEDITOR.NODE_DOCUMENT_FRAGMENT, - insertAfterNode : function( node ) - { - node = node.$; - node.parentNode.insertBefore( this.$, node.nextSibling ); - } - }, - true, - { - 'append' : 1, - 'appendBogus' : 1, - 'getFirst' : 1, - 'getLast' : 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 - } ); diff --git a/skins/ckeditor/_source/core/dom/domobject.js b/skins/ckeditor/_source/core/dom/domobject.js deleted file mode 100644 index d37790f..0000000 --- a/skins/ckeditor/_source/core/dom/domobject.js +++ /dev/null @@ -1,258 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.editor} class, which is the base - * for other classes representing DOM objects. - */ - -/** - * Represents a DOM object. This class is not intended to be used directly. It - * serves as the base class for other classes representing specific DOM - * objects. - * @constructor - * @param {Object} nativeDomObject A native DOM object. - * @augments CKEDITOR.event - * @example - */ -CKEDITOR.dom.domObject = function( nativeDomObject ) -{ - if ( nativeDomObject ) - { - /** - * The native DOM object represented by this class instance. - * @type Object - * @example - * var element = new CKEDITOR.dom.element( 'span' ); - * alert( element.$.nodeType ); // "1" - */ - this.$ = nativeDomObject; - } -}; - -CKEDITOR.dom.domObject.prototype = (function() -{ - // Do not define other local variables here. We want to keep the native - // listener closures as clean as possible. - - var getNativeListener = function( domObject, eventName ) - { - return function( domEvent ) - { - // In FF, when reloading the page with the editor focused, it may - // throw an error because the CKEDITOR global is not anymore - // available. So, we check it here first. (#2923) - if ( typeof CKEDITOR != 'undefined' ) - domObject.fire( eventName, new CKEDITOR.dom.event( domEvent ) ); - }; - }; - - return /** @lends CKEDITOR.dom.domObject.prototype */ { - - getPrivate : function() - { - var priv; - - // Get the main private function from the custom data. Create it if not - // defined. - if ( !( priv = this.getCustomData( '_' ) ) ) - this.setCustomData( '_', ( priv = {} ) ); - - return priv; - }, - - /** @ignore */ - on : function( eventName ) - { - // We customize the "on" function here. The basic idea is that we'll have - // only one listener for a native event, which will then call all listeners - // set to the event. - - // Get the listeners holder object. - var nativeListeners = this.getCustomData( '_cke_nativeListeners' ); - - if ( !nativeListeners ) - { - nativeListeners = {}; - this.setCustomData( '_cke_nativeListeners', nativeListeners ); - } - - // Check if we have a listener for that event. - if ( !nativeListeners[ eventName ] ) - { - var listener = nativeListeners[ eventName ] = getNativeListener( this, eventName ); - - if ( this.$.attachEvent ) - this.$.attachEvent( 'on' + eventName, listener ); - else if ( this.$.addEventListener ) - this.$.addEventListener( eventName, listener, !!CKEDITOR.event.useCapture ); - } - - // Call the original implementation. - return CKEDITOR.event.prototype.on.apply( this, arguments ); - }, - - /** @ignore */ - removeListener : function( eventName ) - { - // Call the original implementation. - CKEDITOR.event.prototype.removeListener.apply( this, arguments ); - - // If we don't have listeners for this event, clean the DOM up. - if ( !this.hasListeners( eventName ) ) - { - var nativeListeners = this.getCustomData( '_cke_nativeListeners' ); - var listener = nativeListeners && nativeListeners[ eventName ]; - if ( listener ) - { - if ( this.$.detachEvent ) - this.$.detachEvent( 'on' + eventName, listener ); - else if ( this.$.removeEventListener ) - this.$.removeEventListener( eventName, listener, false ); - - delete nativeListeners[ eventName ]; - } - } - }, - - /** - * Removes any listener set on this object. - * To avoid memory leaks we must assure that there are no - * references left after the object is no longer needed. - */ - removeAllListeners : function() - { - var nativeListeners = this.getCustomData( '_cke_nativeListeners' ); - for ( var eventName in nativeListeners ) - { - var listener = nativeListeners[ eventName ]; - if ( this.$.detachEvent ) - this.$.detachEvent( 'on' + eventName, listener ); - else if ( this.$.removeEventListener ) - this.$.removeEventListener( eventName, listener, false ); - - delete nativeListeners[ eventName ]; - } - } - }; -})(); - -(function( domObjectProto ) -{ - var customData = {}; - - CKEDITOR.on( 'reset', function() - { - customData = {}; - }); - - /** - * Determines whether the specified object is equal to the current object. - * @name CKEDITOR.dom.domObject.prototype.equals - * @function - * @param {Object} object The object to compare with the current object. - * @returns {Boolean} "true" if the object is equal. - * @example - * var doc = new CKEDITOR.dom.document( document ); - * alert( doc.equals( CKEDITOR.document ) ); // "true" - * alert( doc == CKEDITOR.document ); // "false" - */ - domObjectProto.equals = function( object ) - { - return ( object && object.$ === this.$ ); - }; - - /** - * Sets a data slot value for this object. These values are shared by all - * instances pointing to that same DOM object. - * <strong>Note:</strong> The created data slot is only guarantied to be available on this unique dom node, - * thus any wish to continue access it from other element clones (either created by clone node or from innerHtml) - * will fail, for such usage, please use {@link CKEDITOR.dom.element::setAttribute} instead. - * @name CKEDITOR.dom.domObject.prototype.setCustomData - * @function - * @param {String} key A key used to identify the data slot. - * @param {Object} value The value to set to the data slot. - * @returns {CKEDITOR.dom.domObject} This DOM object instance. - * @see CKEDITOR.dom.domObject.prototype.getCustomData - * @example - * var element = new CKEDITOR.dom.element( 'span' ); - * element.setCustomData( 'hasCustomData', true ); - */ - domObjectProto.setCustomData = function( key, value ) - { - var expandoNumber = this.getUniqueId(), - dataSlot = customData[ expandoNumber ] || ( customData[ expandoNumber ] = {} ); - - dataSlot[ key ] = value; - - return this; - }; - - /** - * Gets the value set to a data slot in this object. - * @name CKEDITOR.dom.domObject.prototype.getCustomData - * @function - * @param {String} key The key used to identify the data slot. - * @returns {Object} This value set to the data slot. - * @see CKEDITOR.dom.domObject.prototype.setCustomData - * @example - * var element = new CKEDITOR.dom.element( 'span' ); - * alert( element.getCustomData( 'hasCustomData' ) ); // e.g. 'true' - */ - domObjectProto.getCustomData = function( key ) - { - var expandoNumber = this.$[ 'data-cke-expando' ], - dataSlot = expandoNumber && customData[ expandoNumber ]; - - return dataSlot && dataSlot[ key ]; - }; - - /** - * @name CKEDITOR.dom.domObject.prototype.removeCustomData - */ - domObjectProto.removeCustomData = function( key ) - { - var expandoNumber = this.$[ 'data-cke-expando' ], - dataSlot = expandoNumber && customData[ expandoNumber ], - retval = dataSlot && dataSlot[ key ]; - - if ( typeof retval != 'undefined' ) - delete dataSlot[ key ]; - - return retval || null; - }; - - /** - * Removes any data stored on this object. - * To avoid memory leaks we must assure that there are no - * references left after the object is no longer needed. - * @name CKEDITOR.dom.domObject.prototype.clearCustomData - * @function - */ - domObjectProto.clearCustomData = function() - { - // Clear all event listeners - this.removeAllListeners(); - - var expandoNumber = this.$[ 'data-cke-expando' ]; - expandoNumber && delete customData[ expandoNumber ]; - }; - - /** - * Gets an ID that can be used to identiquely identify this DOM object in - * the running session. - * @name CKEDITOR.dom.domObject.prototype.getUniqueId - * @function - * @returns {Number} A unique ID. - */ - domObjectProto.getUniqueId = function() - { - return this.$[ 'data-cke-expando' ] || ( this.$[ 'data-cke-expando' ] = CKEDITOR.tools.getNextNumber() ); - }; - - // Implement CKEDITOR.event. - CKEDITOR.event.implementOn( domObjectProto ); - -})( CKEDITOR.dom.domObject.prototype ); diff --git a/skins/ckeditor/_source/core/dom/element.js b/skins/ckeditor/_source/core/dom/element.js deleted file mode 100644 index 5df3d19..0000000 --- a/skins/ckeditor/_source/core/dom/element.js +++ /dev/null @@ -1,1681 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.dom.element} class, which - * represents a DOM element. - */ - -/** - * Represents a DOM element. - * @constructor - * @augments CKEDITOR.dom.node - * @param {Object|String} element A native DOM element or the element name for - * new elements. - * @param {CKEDITOR.dom.document} [ownerDocument] The document that will contain - * the element in case of element creation. - * @example - * // Create a new <span> element. - * var element = new CKEDITOR.dom.element( 'span' ); - * @example - * // Create an element based on a native DOM element. - * var element = new CKEDITOR.dom.element( document.getElementById( 'myId' ) ); - */ -CKEDITOR.dom.element = function( element, ownerDocument ) -{ - if ( typeof element == 'string' ) - element = ( ownerDocument ? ownerDocument.$ : document ).createElement( element ); - - // Call the base constructor (we must not call CKEDITOR.dom.node). - CKEDITOR.dom.domObject.call( this, element ); -}; - -// PACKAGER_RENAME( CKEDITOR.dom.element ) - -/** - * The the {@link CKEDITOR.dom.element} representing and element. If the - * element is a native DOM element, it will be transformed into a valid - * CKEDITOR.dom.element object. - * @returns {CKEDITOR.dom.element} The transformed element. - * @example - * var element = new CKEDITOR.dom.element( 'span' ); - * alert( element == <b>CKEDITOR.dom.element.get( element )</b> ); "true" - * @example - * var element = document.getElementById( 'myElement' ); - * alert( <b>CKEDITOR.dom.element.get( element )</b>.getName() ); e.g. "p" - */ -CKEDITOR.dom.element.get = function( element ) -{ - return element && ( element.$ ? element : new CKEDITOR.dom.element( element ) ); -}; - -CKEDITOR.dom.element.prototype = new CKEDITOR.dom.node(); - -/** - * Creates an instance of the {@link CKEDITOR.dom.element} class based on the - * HTML representation of an element. - * @param {String} html The element HTML. It should define only one element in - * the "root" level. The "root" element can have child nodes, but not - * siblings. - * @returns {CKEDITOR.dom.element} The element instance. - * @example - * var element = <b>CKEDITOR.dom.element.createFromHtml( '<strong class="anyclass">My element</strong>' )</b>; - * alert( element.getName() ); // "strong" - */ -CKEDITOR.dom.element.createFromHtml = function( html, ownerDocument ) -{ - var temp = new CKEDITOR.dom.element( 'div', ownerDocument ); - temp.setHtml( html ); - - // When returning the node, remove it from its parent to detach it. - return temp.getFirst().remove(); -}; - -CKEDITOR.dom.element.setMarker = function( database, element, name, value ) -{ - var id = element.getCustomData( 'list_marker_id' ) || - ( element.setCustomData( 'list_marker_id', CKEDITOR.tools.getNextNumber() ).getCustomData( 'list_marker_id' ) ), - markerNames = element.getCustomData( 'list_marker_names' ) || - ( element.setCustomData( 'list_marker_names', {} ).getCustomData( 'list_marker_names' ) ); - database[id] = element; - markerNames[name] = 1; - - return element.setCustomData( name, value ); -}; - -CKEDITOR.dom.element.clearAllMarkers = function( database ) -{ - for ( var i in database ) - CKEDITOR.dom.element.clearMarkers( database, database[i], 1 ); -}; - -CKEDITOR.dom.element.clearMarkers = function( database, element, removeFromDatabase ) -{ - var names = element.getCustomData( 'list_marker_names' ), - id = element.getCustomData( 'list_marker_id' ); - for ( var i in names ) - element.removeCustomData( i ); - element.removeCustomData( 'list_marker_names' ); - if ( removeFromDatabase ) - { - element.removeCustomData( 'list_marker_id' ); - delete database[id]; - } -}; - -CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype, - /** @lends CKEDITOR.dom.element.prototype */ - { - /** - * The node type. This is a constant value set to - * {@link CKEDITOR.NODE_ELEMENT}. - * @type Number - * @example - */ - type : CKEDITOR.NODE_ELEMENT, - - /** - * Adds a CSS class to the element. It appends the class to the - * already existing names. - * @param {String} className The name of the class to be added. - * @example - * var element = new CKEDITOR.dom.element( 'div' ); - * element.addClass( 'classA' ); // <div class="classA"> - * element.addClass( 'classB' ); // <div class="classA classB"> - * element.addClass( 'classA' ); // <div class="classA classB"> - */ - addClass : function( className ) - { - var c = this.$.className; - if ( c ) - { - var regex = new RegExp( '(?:^|\\s)' + className + '(?:\\s|$)', '' ); - if ( !regex.test( c ) ) - c += ' ' + className; - } - this.$.className = c || className; - }, - - /** - * Removes a CSS class name from the elements classes. Other classes - * remain untouched. - * @param {String} className The name of the class to remove. - * @example - * var element = new CKEDITOR.dom.element( 'div' ); - * element.addClass( 'classA' ); // <div class="classA"> - * element.addClass( 'classB' ); // <div class="classA classB"> - * element.removeClass( 'classA' ); // <div class="classB"> - * element.removeClass( 'classB' ); // <div> - */ - removeClass : function( className ) - { - var c = this.getAttribute( 'class' ); - if ( c ) - { - var regex = new RegExp( '(?:^|\\s+)' + className + '(?=\\s|$)', 'i' ); - if ( regex.test( c ) ) - { - c = c.replace( regex, '' ).replace( /^\s+/, '' ); - - if ( c ) - this.setAttribute( 'class', c ); - else - this.removeAttribute( 'class' ); - } - } - }, - - hasClass : function( className ) - { - var regex = new RegExp( '(?:^|\\s+)' + className + '(?=\\s|$)', '' ); - return regex.test( this.getAttribute('class') ); - }, - - /** - * Append a node as a child of this element. - * @param {CKEDITOR.dom.node|String} node The node or element name to be - * appended. - * @param {Boolean} [toStart] Indicates that the element is to be - * appended at the start. - * @returns {CKEDITOR.dom.node} The appended node. - * @example - * var p = new CKEDITOR.dom.element( 'p' ); - * - * var strong = new CKEDITOR.dom.element( 'strong' ); - * <b>p.append( strong );</b> - * - * var em = <b>p.append( 'em' );</b> - * - * // result: "<p><strong></strong><em></em></p>" - */ - append : function( node, toStart ) - { - if ( typeof node == 'string' ) - node = this.getDocument().createElement( node ); - - if ( toStart ) - this.$.insertBefore( node.$, this.$.firstChild ); - else - this.$.appendChild( node.$ ); - - return node; - }, - - appendHtml : function( html ) - { - if ( !this.$.childNodes.length ) - this.setHtml( html ); - else - { - var temp = new CKEDITOR.dom.element( 'div', this.getDocument() ); - temp.setHtml( html ); - temp.moveChildren( this ); - } - }, - - /** - * Append text to this element. - * @param {String} text The text to be appended. - * @returns {CKEDITOR.dom.node} The appended node. - * @example - * var p = new CKEDITOR.dom.element( 'p' ); - * p.appendText( 'This is' ); - * p.appendText( ' some text' ); - * - * // result: "<p>This is some text</p>" - */ - appendText : function( text ) - { - if ( this.$.text != undefined ) - this.$.text += text; - else - this.append( new CKEDITOR.dom.text( text ) ); - }, - - appendBogus : function() - { - var lastChild = this.getLast() ; - - // Ignore empty/spaces text. - while ( lastChild && lastChild.type == CKEDITOR.NODE_TEXT && !CKEDITOR.tools.rtrim( lastChild.getText() ) ) - lastChild = lastChild.getPrevious(); - if ( !lastChild || !lastChild.is || !lastChild.is( 'br' ) ) - { - var bogus = CKEDITOR.env.opera ? - this.getDocument().createText('') : - this.getDocument().createElement( 'br' ); - - CKEDITOR.env.gecko && bogus.setAttribute( 'type', '_moz' ); - - this.append( bogus ); - } - }, - - /** - * Breaks one of the ancestor element in the element position, moving - * this element between the broken parts. - * @param {CKEDITOR.dom.element} parent The anscestor element to get broken. - * @example - * // Before breaking: - * // <b>This <i>is some<span /> sample</i> test text</b> - * // If "element" is <span /> and "parent" is <i>: - * // <b>This <i>is some</i><span /><i> sample</i> test text</b> - * element.breakParent( parent ); - * @example - * // Before breaking: - * // <b>This <i>is some<span /> sample</i> test text</b> - * // If "element" is <span /> and "parent" is <b>: - * // <b>This <i>is some</i></b><span /><b><i> sample</i> test text</b> - * element.breakParent( parent ); - */ - breakParent : function( parent ) - { - var range = new CKEDITOR.dom.range( this.getDocument() ); - - // We'll be extracting part of this element, so let's use our - // range to get the correct piece. - range.setStartAfter( this ); - range.setEndAfter( parent ); - - // Extract it. - var docFrag = range.extractContents(); - - // Move the element outside the broken element. - range.insertNode( this.remove() ); - - // Re-insert the extracted piece after the element. - docFrag.insertAfterNode( this ); - }, - - contains : - CKEDITOR.env.ie || CKEDITOR.env.webkit ? - function( node ) - { - var $ = this.$; - - return node.type != CKEDITOR.NODE_ELEMENT ? - $.contains( node.getParent().$ ) : - $ != node.$ && $.contains( node.$ ); - } - : - function( node ) - { - return !!( this.$.compareDocumentPosition( node.$ ) & 16 ); - }, - - /** - * Moves the selection focus to this element. - * @function - * @param {Boolean} defer Whether to asynchronously defer the - * execution by 100 ms. - * @example - * var element = CKEDITOR.document.getById( 'myTextarea' ); - * <b>element.focus()</b>; - */ - focus : ( function() - { - function exec() - { - // IE throws error if the element is not visible. - try - { - this.$.focus(); - } - catch (e) - {} - } - - return function( defer ) - { - if ( defer ) - CKEDITOR.tools.setTimeout( exec, 100, this ); - else - exec.call( this ); - }; - })(), - - /** - * Gets the inner HTML of this element. - * @returns {String} The inner HTML of this element. - * @example - * var element = CKEDITOR.dom.element.createFromHtml( '<div><b>Example</b></div>' ); - * alert( <b>p.getHtml()</b> ); // "<b>Example</b>" - */ - getHtml : function() - { - var retval = this.$.innerHTML; - // Strip <?xml:namespace> tags in IE. (#3341). - return CKEDITOR.env.ie ? retval.replace( /<\?[^>]*>/g, '' ) : retval; - }, - - getOuterHtml : function() - { - if ( this.$.outerHTML ) - { - // IE includes the <?xml:namespace> tag in the outerHTML of - // namespaced element. So, we must strip it here. (#3341) - return this.$.outerHTML.replace( /<\?[^>]*>/, '' ); - } - - var tmpDiv = this.$.ownerDocument.createElement( 'div' ); - tmpDiv.appendChild( this.$.cloneNode( true ) ); - return tmpDiv.innerHTML; - }, - - /** - * Sets the inner HTML of this element. - * @param {String} html The HTML to be set for this element. - * @returns {String} The inserted HTML. - * @example - * var p = new CKEDITOR.dom.element( 'p' ); - * <b>p.setHtml( '<b>Inner</b> HTML' );</b> - * - * // result: "<p><b>Inner</b> HTML</p>" - */ - setHtml : function( html ) - { - return ( this.$.innerHTML = html ); - }, - - /** - * Sets the element contents as plain text. - * @param {String} text The text to be set. - * @returns {String} The inserted text. - * @example - * var element = new CKEDITOR.dom.element( 'div' ); - * element.setText( 'A > B & C < D' ); - * alert( element.innerHTML ); // "A &gt; B &amp; C &lt; D" - */ - setText : function( text ) - { - CKEDITOR.dom.element.prototype.setText = ( this.$.innerText != undefined ) ? - function ( text ) - { - return this.$.innerText = text; - } : - function ( text ) - { - return this.$.textContent = text; - }; - - return this.setText( text ); - }, - - /** - * Gets the value of an element attribute. - * @function - * @param {String} name The attribute name. - * @returns {String} The attribute value or null if not defined. - * @example - * var element = CKEDITOR.dom.element.createFromHtml( '<input type="text" />' ); - * alert( <b>element.getAttribute( 'type' )</b> ); // "text" - */ - getAttribute : (function() - { - var standard = function( name ) - { - return this.$.getAttribute( name, 2 ); - }; - - if ( CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) ) - { - return function( name ) - { - switch ( name ) - { - case 'class': - name = 'className'; - break; - - case 'http-equiv': - name = 'httpEquiv'; - break; - - case 'name': - return this.$.name; - - case 'tabindex': - var tabIndex = standard.call( this, name ); - - // IE returns tabIndex=0 by default for all - // elements. For those elements, - // getAtrribute( 'tabindex', 2 ) returns 32768 - // instead. So, we must make this check to give a - // uniform result among all browsers. - if ( tabIndex !== 0 && this.$.tabIndex === 0 ) - tabIndex = null; - - return tabIndex; - break; - - case 'checked': - { - var attr = this.$.attributes.getNamedItem( name ), - attrValue = attr.specified ? attr.nodeValue // For value given by parser. - : this.$.checked; // For value created via DOM interface. - - return attrValue ? 'checked' : null; - } - - case 'hspace': - case 'value': - return this.$[ name ]; - - case 'style': - // IE does not return inline styles via getAttribute(). See #2947. - return this.$.style.cssText; - } - - return standard.call( this, name ); - }; - } - else - return standard; - })(), - - getChildren : function() - { - return new CKEDITOR.dom.nodeList( this.$.childNodes ); - }, - - /** - * Gets the current computed value of one of the element CSS style - * properties. - * @function - * @param {String} propertyName The style property name. - * @returns {String} The property value. - * @example - * var element = new CKEDITOR.dom.element( 'span' ); - * alert( <b>element.getComputedStyle( 'display' )</b> ); // "inline" - */ - getComputedStyle : - CKEDITOR.env.ie ? - function( propertyName ) - { - return this.$.currentStyle[ CKEDITOR.tools.cssStyleToDomStyle( propertyName ) ]; - } - : - function( propertyName ) - { - return this.getWindow().$.getComputedStyle( this.$, '' ).getPropertyValue( propertyName ); - }, - - /** - * Gets the DTD entries for this element. - * @returns {Object} An object containing the list of elements accepted - * by this element. - */ - getDtd : function() - { - var dtd = CKEDITOR.dtd[ this.getName() ]; - - this.getDtd = function() - { - return dtd; - }; - - return dtd; - }, - - getElementsByTag : CKEDITOR.dom.document.prototype.getElementsByTag, - - /** - * Gets the computed tabindex for this element. - * @function - * @returns {Number} The tabindex value. - * @example - * var element = CKEDITOR.document.getById( 'myDiv' ); - * alert( <b>element.getTabIndex()</b> ); // e.g. "-1" - */ - getTabIndex : - CKEDITOR.env.ie ? - function() - { - var tabIndex = this.$.tabIndex; - - // IE returns tabIndex=0 by default for all elements. In - // those cases we must check that the element really has - // the tabindex attribute set to zero, or it is one of - // those element that should have zero by default. - if ( tabIndex === 0 && !CKEDITOR.dtd.$tabIndex[ this.getName() ] && parseInt( this.getAttribute( 'tabindex' ), 10 ) !== 0 ) - tabIndex = -1; - - return tabIndex; - } - : CKEDITOR.env.webkit ? - function() - { - var tabIndex = this.$.tabIndex; - - // Safari returns "undefined" for elements that should not - // have tabindex (like a div). So, we must try to get it - // from the attribute. - // https://bugs.webkit.org/show_bug.cgi?id=20596 - if ( tabIndex == undefined ) - { - tabIndex = parseInt( this.getAttribute( 'tabindex' ), 10 ); - - // If the element don't have the tabindex attribute, - // then we should return -1. - if ( isNaN( tabIndex ) ) - tabIndex = -1; - } - - return tabIndex; - } - : - function() - { - return this.$.tabIndex; - }, - - /** - * Gets the text value of this element. - * - * Only in IE (which uses innerText), <br> will cause linebreaks, - * and sucessive whitespaces (including line breaks) will be reduced to - * a single space. This behavior is ok for us, for now. It may change - * in the future. - * @returns {String} The text value. - * @example - * var element = CKEDITOR.dom.element.createFromHtml( '<div>Same <i>text</i>.</div>' ); - * alert( <b>element.getText()</b> ); // "Sample text." - */ - getText : function() - { - return this.$.textContent || this.$.innerText || ''; - }, - - /** - * Gets the window object that contains this element. - * @returns {CKEDITOR.dom.window} The window object. - * @example - */ - getWindow : function() - { - return this.getDocument().getWindow(); - }, - - /** - * Gets the value of the "id" attribute of this element. - * @returns {String} The element id, or null if not available. - * @example - * var element = CKEDITOR.dom.element.createFromHtml( '<p id="myId"></p>' ); - * alert( <b>element.getId()</b> ); // "myId" - */ - getId : function() - { - return this.$.id || null; - }, - - /** - * Gets the value of the "name" attribute of this element. - * @returns {String} The element name, or null if not available. - * @example - * var element = CKEDITOR.dom.element.createFromHtml( '<input name="myName"></input>' ); - * alert( <b>element.getNameAtt()</b> ); // "myName" - */ - getNameAtt : function() - { - return this.$.name || null; - }, - - /** - * Gets the element name (tag name). The returned name is guaranteed to - * be always full lowercased. - * @returns {String} The element name. - * @example - * var element = new CKEDITOR.dom.element( 'span' ); - * alert( <b>element.getName()</b> ); // "span" - */ - getName : function() - { - // Cache the lowercased name inside a closure. - var nodeName = this.$.nodeName.toLowerCase(); - - if ( CKEDITOR.env.ie && ! ( document.documentMode > 8 ) ) - { - var scopeName = this.$.scopeName; - if ( scopeName != 'HTML' ) - nodeName = scopeName.toLowerCase() + ':' + nodeName; - } - - return ( - this.getName = function() - { - return nodeName; - })(); - }, - - /** - * Gets the value set to this element. This value is usually available - * for form field elements. - * @returns {String} The element value. - */ - getValue : function() - { - return this.$.value; - }, - - /** - * Gets the first child node of this element. - * @param {Function} evaluator Filtering the result node. - * @returns {CKEDITOR.dom.node} The first child node or null if not - * available. - * @example - * var element = CKEDITOR.dom.element.createFromHtml( '<div><b>Example</b></div>' ); - * var first = <b>element.getFirst()</b>; - * alert( first.getName() ); // "b" - */ - getFirst : function( evaluator ) - { - var first = this.$.firstChild, - retval = first && new CKEDITOR.dom.node( first ); - if ( retval && evaluator && !evaluator( retval ) ) - retval = retval.getNext( evaluator ); - - return retval; - }, - - /** - * @param {Function} evaluator Filtering the result node. - */ - getLast : function( evaluator ) - { - var last = this.$.lastChild, - retval = last && new CKEDITOR.dom.node( last ); - if ( retval && evaluator && !evaluator( retval ) ) - retval = retval.getPrevious( evaluator ); - - return retval; - }, - - getStyle : function( name ) - { - return this.$.style[ CKEDITOR.tools.cssStyleToDomStyle( name ) ]; - }, - - /** - * Checks if the element name matches one or more names. - * @param {String} name[,name[,...]] One or more names to be checked. - * @returns {Boolean} true if the element name matches any of the names. - * @example - * var element = new CKEDITOR.element( 'span' ); - * alert( <b>element.is( 'span' )</b> ); "true" - * alert( <b>element.is( 'p', 'span' )</b> ); "true" - * alert( <b>element.is( 'p' )</b> ); "false" - * alert( <b>element.is( 'p', 'div' )</b> ); "false" - */ - is : function() - { - var name = this.getName(); - for ( var i = 0 ; i < arguments.length ; i++ ) - { - if ( arguments[ i ] == name ) - return true; - } - return false; - }, - - isEditable : function() - { - if ( this.isReadOnly() ) - return false; - - // Get the element name. - var name = this.getName(); - - // Get the element DTD (defaults to span for unknown elements). - var dtd = !CKEDITOR.dtd.$nonEditable[ name ] - && ( CKEDITOR.dtd[ name ] || CKEDITOR.dtd.span ); - - // In the DTD # == text node. - return ( dtd && dtd['#'] ); - }, - - isIdentical : function( otherElement ) - { - if ( this.getName() != otherElement.getName() ) - return false; - - var thisAttribs = this.$.attributes, - otherAttribs = otherElement.$.attributes; - - var thisLength = thisAttribs.length, - otherLength = otherAttribs.length; - - for ( var i = 0 ; i < thisLength ; i++ ) - { - var attribute = thisAttribs[ i ]; - - if ( attribute.nodeName == '_moz_dirty' ) - continue; - - if ( ( !CKEDITOR.env.ie || ( attribute.specified && attribute.nodeName != 'data-cke-expando' ) ) && attribute.nodeValue != otherElement.getAttribute( attribute.nodeName ) ) - return false; - } - - // For IE, we have to for both elements, because it's difficult to - // know how the atttibutes collection is organized in its DOM. - if ( CKEDITOR.env.ie ) - { - for ( i = 0 ; i < otherLength ; i++ ) - { - attribute = otherAttribs[ i ]; - if ( attribute.specified && attribute.nodeName != 'data-cke-expando' - && attribute.nodeValue != this.getAttribute( attribute.nodeName ) ) - return false; - } - } - - return true; - }, - - /** - * Checks if this element is visible. May not work if the element is - * child of an element with visibility set to "hidden", but works well - * on the great majority of cases. - * @return {Boolean} True if the element is visible. - */ - isVisible : function() - { - var isVisible = !!this.$.offsetHeight && this.getComputedStyle( 'visibility' ) != 'hidden', - elementWindow, - elementWindowFrame; - - // Webkit and Opera report non-zero offsetHeight despite that - // element is inside an invisible iframe. (#4542) - if ( isVisible && ( CKEDITOR.env.webkit || CKEDITOR.env.opera ) ) - { - elementWindow = this.getWindow(); - - if ( !elementWindow.equals( CKEDITOR.document.getWindow() ) - && ( elementWindowFrame = elementWindow.$.frameElement ) ) - { - isVisible = new CKEDITOR.dom.element( elementWindowFrame ).isVisible(); - } - } - - return isVisible; - }, - - /** - * Whether it's an empty inline elements which has no visual impact when removed. - */ - isEmptyInlineRemoveable : function() - { - if ( !CKEDITOR.dtd.$removeEmpty[ this.getName() ] ) - return false; - - var children = this.getChildren(); - for ( var i = 0, count = children.count(); i < count; i++ ) - { - var child = children.getItem( i ); - - if ( child.type == CKEDITOR.NODE_ELEMENT && child.data( 'cke-bookmark' ) ) - continue; - - if ( child.type == CKEDITOR.NODE_ELEMENT && !child.isEmptyInlineRemoveable() - || child.type == CKEDITOR.NODE_TEXT && CKEDITOR.tools.trim( child.getText() ) ) - { - return false; - } - } - return true; - }, - - /** - * Checks if the element has any defined attributes. - * @function - * @returns {Boolean} True if the element has attributes. - * @example - * var element = CKEDITOR.dom.element.createFromHtml( '<div title="Test">Example</div>' ); - * alert( <b>element.hasAttributes()</b> ); // "true" - * @example - * var element = CKEDITOR.dom.element.createFromHtml( '<div>Example</div>' ); - * alert( <b>element.hasAttributes()</b> ); // "false" - */ - hasAttributes : - CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) ? - function() - { - var attributes = this.$.attributes; - - for ( var i = 0 ; i < attributes.length ; i++ ) - { - var attribute = attributes[i]; - - switch ( attribute.nodeName ) - { - case 'class' : - // IE has a strange bug. If calling removeAttribute('className'), - // the attributes collection will still contain the "class" - // attribute, which will be marked as "specified", even if the - // outerHTML of the element is not displaying the class attribute. - // Note : I was not able to reproduce it outside the editor, - // but I've faced it while working on the TC of #1391. - if ( this.getAttribute( 'class' ) ) - return true; - - // Attributes to be ignored. - case 'data-cke-expando' : - continue; - - /*jsl:fallthru*/ - - default : - if ( attribute.specified ) - return true; - } - } - - return false; - } - : - function() - { - var attrs = this.$.attributes, - attrsNum = attrs.length; - - // The _moz_dirty attribute might get into the element after pasting (#5455) - var execludeAttrs = { 'data-cke-expando' : 1, _moz_dirty : 1 }; - - return attrsNum > 0 && - ( attrsNum > 2 || - !execludeAttrs[ attrs[0].nodeName ] || - ( attrsNum == 2 && !execludeAttrs[ attrs[1].nodeName ] ) ); - }, - - /** - * Checks if the specified attribute is defined for this element. - * @returns {Boolean} True if the specified attribute is defined. - * @param {String} name The attribute name. - * @example - */ - hasAttribute : (function() - { - function standard( name ) - { - var $attr = this.$.attributes.getNamedItem( name ); - return !!( $attr && $attr.specified ); - } - - return ( CKEDITOR.env.ie && CKEDITOR.env.version < 8 ) ? - function( name ) - { - // On IE < 8 the name attribute cannot be retrieved - // right after the element creation and setting the - // name with setAttribute. - if ( name == 'name' ) - return !!this.$.name; - - return standard.call( this, name ); - } - : - standard; - })(), - - /** - * Hides this element (display:none). - * @example - * var element = CKEDITOR.dom.element.getById( 'myElement' ); - * <b>element.hide()</b>; - */ - hide : function() - { - this.setStyle( 'display', 'none' ); - }, - - moveChildren : function( target, toStart ) - { - var $ = this.$; - target = target.$; - - if ( $ == target ) - return; - - var child; - - if ( toStart ) - { - while ( ( child = $.lastChild ) ) - target.insertBefore( $.removeChild( child ), target.firstChild ); - } - else - { - while ( ( child = $.firstChild ) ) - target.appendChild( $.removeChild( child ) ); - } - }, - - /** - * Merges sibling elements that are identical to this one.<br> - * <br> - * Identical child elements are also merged. For example:<br> - * <b><i></i></b><b><i></i></b> => <b><i></i></b> - * @function - * @param {Boolean} [inlineOnly] Allow only inline elements to be merged. Defaults to "true". - */ - mergeSiblings : ( function() - { - function mergeElements( element, sibling, isNext ) - { - if ( sibling && sibling.type == CKEDITOR.NODE_ELEMENT ) - { - // Jumping over bookmark nodes and empty inline elements, e.g. <b><i></i></b>, - // queuing them to be moved later. (#5567) - var pendingNodes = []; - - while ( sibling.data( 'cke-bookmark' ) - || sibling.isEmptyInlineRemoveable() ) - { - pendingNodes.push( sibling ); - sibling = isNext ? sibling.getNext() : sibling.getPrevious(); - if ( !sibling || sibling.type != CKEDITOR.NODE_ELEMENT ) - return; - } - - if ( element.isIdentical( sibling ) ) - { - // Save the last child to be checked too, to merge things like - // <b><i></i></b><b><i></i></b> => <b><i></i></b> - var innerSibling = isNext ? element.getLast() : element.getFirst(); - - // Move pending nodes first into the target element. - while( pendingNodes.length ) - pendingNodes.shift().move( element, !isNext ); - - sibling.moveChildren( element, !isNext ); - sibling.remove(); - - // Now check the last inner child (see two comments above). - if ( innerSibling && innerSibling.type == CKEDITOR.NODE_ELEMENT ) - innerSibling.mergeSiblings(); - } - } - } - - return function( inlineOnly ) - { - if ( ! ( inlineOnly === false - || CKEDITOR.dtd.$removeEmpty[ this.getName() ] - || this.is( 'a' ) ) ) // Merge empty links and anchors also. (#5567) - { - return; - } - - mergeElements( this, this.getNext(), true ); - mergeElements( this, this.getPrevious() ); - }; - } )(), - - /** - * Shows this element (display it). - * @example - * var element = CKEDITOR.dom.element.getById( 'myElement' ); - * <b>element.show()</b>; - */ - show : function() - { - this.setStyles( - { - display : '', - visibility : '' - }); - }, - - /** - * Sets the value of an element attribute. - * @param {String} name The name of the attribute. - * @param {String} value The value to be set to the attribute. - * @function - * @returns {CKEDITOR.dom.element} This element instance. - * @example - * var element = CKEDITOR.dom.element.getById( 'myElement' ); - * <b>element.setAttribute( 'class', 'myClass' )</b>; - * <b>element.setAttribute( 'title', 'This is an example' )</b>; - */ - setAttribute : (function() - { - var standard = function( name, value ) - { - this.$.setAttribute( name, value ); - return this; - }; - - if ( CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) ) - { - return function( name, value ) - { - if ( name == 'class' ) - this.$.className = value; - else if ( name == 'style' ) - this.$.style.cssText = value; - else if ( name == 'tabindex' ) // Case sensitive. - this.$.tabIndex = value; - else if ( name == 'checked' ) - this.$.checked = value; - else - standard.apply( this, arguments ); - return this; - }; - } - else if ( CKEDITOR.env.ie8Compat && CKEDITOR.env.secure ) - { - return function( name, value ) - { - // IE8 throws error when setting src attribute to non-ssl value. (#7847) - if ( name == 'src' && value.match( /^http:\/\// ) ) - try { standard.apply( this, arguments ); } catch( e ){} - else - standard.apply( this, arguments ); - return this; - }; - } - else - return standard; - })(), - - /** - * Sets the value of several element attributes. - * @param {Object} attributesPairs An object containing the names and - * values of the attributes. - * @returns {CKEDITOR.dom.element} This element instance. - * @example - * var element = CKEDITOR.dom.element.getById( 'myElement' ); - * <b>element.setAttributes({ - * 'class' : 'myClass', - * 'title' : 'This is an example' })</b>; - */ - setAttributes : function( attributesPairs ) - { - for ( var name in attributesPairs ) - this.setAttribute( name, attributesPairs[ name ] ); - return this; - }, - - /** - * Sets the element value. This function is usually used with form - * field element. - * @param {String} value The element value. - * @returns {CKEDITOR.dom.element} This element instance. - */ - setValue : function( value ) - { - this.$.value = value; - return this; - }, - - /** - * Removes an attribute from the element. - * @param {String} name The attribute name. - * @function - * @example - * var element = CKEDITOR.dom.element.createFromHtml( '<div class="classA"></div>' ); - * element.removeAttribute( 'class' ); - */ - removeAttribute : (function() - { - var standard = function( name ) - { - this.$.removeAttribute( name ); - }; - - if ( CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) ) - { - return function( name ) - { - if ( name == 'class' ) - name = 'className'; - else if ( name == 'tabindex' ) - name = 'tabIndex'; - standard.call( this, name ); - }; - } - else - return standard; - })(), - - removeAttributes : function ( attributes ) - { - if ( CKEDITOR.tools.isArray( attributes ) ) - { - for ( var i = 0 ; i < attributes.length ; i++ ) - this.removeAttribute( attributes[ i ] ); - } - else - { - for ( var attr in attributes ) - attributes.hasOwnProperty( attr ) && this.removeAttribute( attr ); - } - }, - - /** - * Removes a style from the element. - * @param {String} name The style name. - * @function - * @example - * var element = CKEDITOR.dom.element.createFromHtml( '<div style="display:none"></div>' ); - * element.removeStyle( 'display' ); - */ - removeStyle : function( name ) - { - this.setStyle( name, '' ); - if ( this.$.style.removeAttribute ) - this.$.style.removeAttribute( CKEDITOR.tools.cssStyleToDomStyle( name ) ); - - if ( !this.$.style.cssText ) - this.removeAttribute( 'style' ); - }, - - /** - * Sets the value of an element style. - * @param {String} name The name of the style. The CSS naming notation - * must be used (e.g. "background-color"). - * @param {String} value The value to be set to the style. - * @returns {CKEDITOR.dom.element} This element instance. - * @example - * var element = CKEDITOR.dom.element.getById( 'myElement' ); - * <b>element.setStyle( 'background-color', '#ff0000' )</b>; - * <b>element.setStyle( 'margin-top', '10px' )</b>; - * <b>element.setStyle( 'float', 'right' )</b>; - */ - setStyle : function( name, value ) - { - this.$.style[ CKEDITOR.tools.cssStyleToDomStyle( name ) ] = value; - return this; - }, - - /** - * Sets the value of several element styles. - * @param {Object} stylesPairs An object containing the names and - * values of the styles. - * @returns {CKEDITOR.dom.element} This element instance. - * @example - * var element = CKEDITOR.dom.element.getById( 'myElement' ); - * <b>element.setStyles({ - * 'position' : 'absolute', - * 'float' : 'right' })</b>; - */ - setStyles : function( stylesPairs ) - { - for ( var name in stylesPairs ) - this.setStyle( name, stylesPairs[ name ] ); - return this; - }, - - /** - * Sets the opacity of an element. - * @param {Number} opacity A number within the range [0.0, 1.0]. - * @example - * var element = CKEDITOR.dom.element.getById( 'myElement' ); - * <b>element.setOpacity( 0.75 )</b>; - */ - setOpacity : function( opacity ) - { - if ( CKEDITOR.env.ie ) - { - opacity = Math.round( opacity * 100 ); - this.setStyle( 'filter', opacity >= 100 ? '' : 'progid:DXImageTransform.Microsoft.Alpha(opacity=' + opacity + ')' ); - } - else - this.setStyle( 'opacity', opacity ); - }, - - /** - * Makes the element and its children unselectable. - * @function - * @example - * var element = CKEDITOR.dom.element.getById( 'myElement' ); - * element.unselectable(); - */ - unselectable : - CKEDITOR.env.gecko ? - function() - { - this.$.style.MozUserSelect = 'none'; - this.on( 'dragstart', function( evt ) { evt.data.preventDefault(); } ); - } - : CKEDITOR.env.webkit ? - function() - { - this.$.style.KhtmlUserSelect = 'none'; - this.on( 'dragstart', function( evt ) { evt.data.preventDefault(); } ); - } - : - function() - { - if ( CKEDITOR.env.ie || CKEDITOR.env.opera ) - { - var element = this.$, - e, - i = 0; - - element.unselectable = 'on'; - - while ( ( e = element.all[ i++ ] ) ) - { - switch ( e.tagName.toLowerCase() ) - { - case 'iframe' : - case 'textarea' : - case 'input' : - case 'select' : - /* Ignore the above tags */ - break; - default : - e.unselectable = 'on'; - } - } - } - }, - - getPositionedAncestor : function() - { - var current = this; - while ( current.getName() != 'html' ) - { - if ( current.getComputedStyle( 'position' ) != 'static' ) - return current; - - current = current.getParent(); - } - return null; - }, - - getDocumentPosition : function( refDocument ) - { - var x = 0, y = 0, - body = this.getDocument().getBody(), - quirks = this.getDocument().$.compatMode == 'BackCompat'; - - var doc = this.getDocument(); - - if ( document.documentElement[ "getBoundingClientRect" ] ) - { - var box = this.$.getBoundingClientRect(), - $doc = doc.$, - $docElem = $doc.documentElement; - - var clientTop = $docElem.clientTop || body.$.clientTop || 0, - clientLeft = $docElem.clientLeft || body.$.clientLeft || 0, - needAdjustScrollAndBorders = true; - - /* - * #3804: getBoundingClientRect() works differently on IE and non-IE - * browsers, regarding scroll positions. - * - * On IE, the top position of the <html> element is always 0, no matter - * how much you scrolled down. - * - * On other browsers, the top position of the <html> element is negative - * scrollTop. - */ - if ( CKEDITOR.env.ie ) - { - var inDocElem = doc.getDocumentElement().contains( this ), - inBody = doc.getBody().contains( this ); - - needAdjustScrollAndBorders = ( quirks && inBody ) || ( !quirks && inDocElem ); - } - - if ( needAdjustScrollAndBorders ) - { - x = box.left + ( !quirks && $docElem.scrollLeft || body.$.scrollLeft ); - x -= clientLeft; - y = box.top + ( !quirks && $docElem.scrollTop || body.$.scrollTop ); - y -= clientTop; - } - } - else - { - var current = this, previous = null, offsetParent; - while ( current && !( current.getName() == 'body' || current.getName() == 'html' ) ) - { - x += current.$.offsetLeft - current.$.scrollLeft; - y += current.$.offsetTop - current.$.scrollTop; - - // Opera includes clientTop|Left into offsetTop|Left. - if ( !current.equals( this ) ) - { - x += ( current.$.clientLeft || 0 ); - y += ( current.$.clientTop || 0 ); - } - - var scrollElement = previous; - while ( scrollElement && !scrollElement.equals( current ) ) - { - x -= scrollElement.$.scrollLeft; - y -= scrollElement.$.scrollTop; - scrollElement = scrollElement.getParent(); - } - - previous = current; - current = ( offsetParent = current.$.offsetParent ) ? - new CKEDITOR.dom.element( offsetParent ) : null; - } - } - - if ( refDocument ) - { - var currentWindow = this.getWindow(), - refWindow = refDocument.getWindow(); - - if ( !currentWindow.equals( refWindow ) && currentWindow.$.frameElement ) - { - var iframePosition = ( new CKEDITOR.dom.element( currentWindow.$.frameElement ) ).getDocumentPosition( refDocument ); - - x += iframePosition.x; - y += iframePosition.y; - } - } - - if ( !document.documentElement[ "getBoundingClientRect" ] ) - { - // In Firefox, we'll endup one pixel before the element positions, - // so we must add it here. - if ( CKEDITOR.env.gecko && !quirks ) - { - x += this.$.clientLeft ? 1 : 0; - y += this.$.clientTop ? 1 : 0; - } - } - - return { x : x, y : y }; - }, - - scrollIntoView : function( alignTop ) - { - // Get the element window. - var win = this.getWindow(), - winHeight = win.getViewPaneSize().height; - - // Starts from the offset that will be scrolled with the negative value of - // the visible window height. - var offset = winHeight * -1; - - // Append the view pane's height if align to top. - // Append element height if we are aligning to the bottom. - if ( alignTop ) - offset += winHeight; - else - { - offset += this.$.offsetHeight || 0; - - // Consider the margin in the scroll, which is ok for our current needs, but - // needs investigation if we will be using this function in other places. - offset += parseInt( this.getComputedStyle( 'marginBottom' ) || 0, 10 ) || 0; - } - - // Append the offsets for the entire element hierarchy. - var elementPosition = this.getDocumentPosition(); - offset += elementPosition.y; - - // offset value might be out of range(nagative), fix it(#3692). - offset = offset < 0 ? 0 : offset; - - // Scroll the window to the desired position, if not already visible(#3795). - var currentScroll = win.getScrollPosition().y; - if ( offset > currentScroll || offset < currentScroll - winHeight ) - win.$.scrollTo( 0, offset ); - }, - - setState : function( state ) - { - switch ( state ) - { - case CKEDITOR.TRISTATE_ON : - this.addClass( 'cke_on' ); - this.removeClass( 'cke_off' ); - this.removeClass( 'cke_disabled' ); - break; - case CKEDITOR.TRISTATE_DISABLED : - this.addClass( 'cke_disabled' ); - this.removeClass( 'cke_off' ); - this.removeClass( 'cke_on' ); - break; - default : - this.addClass( 'cke_off' ); - this.removeClass( 'cke_on' ); - this.removeClass( 'cke_disabled' ); - break; - } - }, - - /** - * Returns the inner document of this IFRAME element. - * @returns {CKEDITOR.dom.document} The inner document. - */ - getFrameDocument : function() - { - var $ = this.$; - - try - { - // In IE, with custom document.domain, it may happen that - // the iframe is not yet available, resulting in "Access - // Denied" for the following property access. - $.contentWindow.document; - } - catch ( e ) - { - // Trick to solve this issue, forcing the iframe to get ready - // by simply setting its "src" property. - $.src = $.src; - - // In IE6 though, the above is not enough, so we must pause the - // execution for a while, giving it time to think. - if ( CKEDITOR.env.ie && CKEDITOR.env.version < 7 ) - { - window.showModalDialog( - 'javascript:document.write("' + - '<script>' + - 'window.setTimeout(' + - 'function(){window.close();}' + - ',50);' + - '</script>")' ); - } - } - - return $ && new CKEDITOR.dom.document( $.contentWindow.document ); - }, - - /** - * Copy all the attributes from one node to the other, kinda like a clone - * skipAttributes is an object with the attributes that must NOT be copied. - * @param {CKEDITOR.dom.element} dest The destination element. - * @param {Object} skipAttributes A dictionary of attributes to skip. - * @example - */ - copyAttributes : function( dest, skipAttributes ) - { - var attributes = this.$.attributes; - skipAttributes = skipAttributes || {}; - - for ( var n = 0 ; n < attributes.length ; n++ ) - { - var attribute = attributes[n]; - - // Lowercase attribute name hard rule is broken for - // some attribute on IE, e.g. CHECKED. - var attrName = attribute.nodeName.toLowerCase(), - attrValue; - - // We can set the type only once, so do it with the proper value, not copying it. - if ( attrName in skipAttributes ) - continue; - - if ( attrName == 'checked' && ( attrValue = this.getAttribute( attrName ) ) ) - dest.setAttribute( attrName, attrValue ); - // IE BUG: value attribute is never specified even if it exists. - else if ( attribute.specified || - ( CKEDITOR.env.ie && attribute.nodeValue && attrName == 'value' ) ) - { - attrValue = this.getAttribute( attrName ); - if ( attrValue === null ) - attrValue = attribute.nodeValue; - - dest.setAttribute( attrName, attrValue ); - } - } - - // The style: - if ( this.$.style.cssText !== '' ) - dest.$.style.cssText = this.$.style.cssText; - }, - - /** - * Changes the tag name of the current element. - * @param {String} newTag The new tag for the element. - */ - renameNode : function( newTag ) - { - // If it's already correct exit here. - if ( this.getName() == newTag ) - return; - - var doc = this.getDocument(); - - // Create the new node. - var newNode = new CKEDITOR.dom.element( newTag, doc ); - - // Copy all attributes. - this.copyAttributes( newNode ); - - // Move children to the new node. - this.moveChildren( newNode ); - - // Replace the node. - this.getParent() && this.$.parentNode.replaceChild( newNode.$, this.$ ); - newNode.$[ 'data-cke-expando' ] = this.$[ 'data-cke-expando' ]; - this.$ = newNode.$; - }, - - /** - * Gets a DOM tree descendant under the current node. - * @param {Array|Number} indices The child index or array of child indices under the node. - * @returns {CKEDITOR.dom.node} The specified DOM child under the current node. Null if child does not exist. - * @example - * var strong = p.getChild(0); - */ - getChild : function( indices ) - { - var rawNode = this.$; - - if ( !indices.slice ) - rawNode = rawNode.childNodes[ indices ]; - else - { - while ( indices.length > 0 && rawNode ) - rawNode = rawNode.childNodes[ indices.shift() ]; - } - - return rawNode ? new CKEDITOR.dom.node( rawNode ) : null; - }, - - getChildCount : function() - { - return this.$.childNodes.length; - }, - - disableContextMenu : function() - { - this.on( 'contextmenu', function( event ) - { - // Cancel the browser context menu. - if ( !event.data.getTarget().hasClass( 'cke_enable_context_menu' ) ) - event.data.preventDefault(); - } ); - }, - - /** - * Gets element's direction. Supports both CSS 'direction' prop and 'dir' attr. - */ - getDirection : function( useComputed ) - { - return useComputed ? - this.getComputedStyle( 'direction' ) - // Webkit: offline element returns empty direction (#8053). - || this.getDirection() - || this.getDocument().$.dir - || this.getDocument().getBody().getDirection( 1 ) - : this.getStyle( 'direction' ) || this.getAttribute( 'dir' ); - }, - - /** - * Gets, sets and removes custom data to be stored as HTML5 data-* attributes. - * @param {String} name The name of the attribute, excluding the 'data-' part. - * @param {String} [value] The value to set. If set to false, the attribute will be removed. - * @example - * element.data( 'extra-info', 'test' ); // appended the attribute data-extra-info="test" to the element - * alert( element.data( 'extra-info' ) ); // "test" - * element.data( 'extra-info', false ); // remove the data-extra-info attribute from the element - */ - data : function ( name, value ) - { - name = 'data-' + name; - if ( value === undefined ) - return this.getAttribute( name ); - else if ( value === false ) - this.removeAttribute( name ); - else - this.setAttribute( name, value ); - - return null; - } - }); - -( function() -{ - var sides = { - width : [ "border-left-width", "border-right-width","padding-left", "padding-right" ], - height : [ "border-top-width", "border-bottom-width", "padding-top", "padding-bottom" ] - }; - - function marginAndPaddingSize( type ) - { - var adjustment = 0; - for ( var i = 0, len = sides[ type ].length; i < len; i++ ) - adjustment += parseInt( this.getComputedStyle( sides [ type ][ i ] ) || 0, 10 ) || 0; - return adjustment; - } - - /** - * Sets the element size considering the box model. - * @name CKEDITOR.dom.element.prototype.setSize - * @function - * @param {String} type The dimension to set. It accepts "width" and "height". - * @param {Number} size The length unit in px. - * @param {Boolean} isBorderBox Apply the size based on the border box model. - */ - CKEDITOR.dom.element.prototype.setSize = function( type, size, isBorderBox ) - { - if ( typeof size == 'number' ) - { - if ( isBorderBox && !( CKEDITOR.env.ie && CKEDITOR.env.quirks ) ) - size -= marginAndPaddingSize.call( this, type ); - - this.setStyle( type, size + 'px' ); - } - }; - - /** - * Gets the element size, possibly considering the box model. - * @name CKEDITOR.dom.element.prototype.getSize - * @function - * @param {String} type The dimension to get. It accepts "width" and "height". - * @param {Boolean} isBorderBox Get the size based on the border box model. - */ - CKEDITOR.dom.element.prototype.getSize = function( type, isBorderBox ) - { - var size = Math.max( this.$[ 'offset' + CKEDITOR.tools.capitalize( type ) ], - this.$[ 'client' + CKEDITOR.tools.capitalize( type ) ] ) || 0; - - if ( isBorderBox ) - size -= marginAndPaddingSize.call( this, type ); - - return size; - }; -})(); diff --git a/skins/ckeditor/_source/core/dom/elementpath.js b/skins/ckeditor/_source/core/dom/elementpath.js deleted file mode 100644 index 6dcd4d4..0000000 --- a/skins/ckeditor/_source/core/dom/elementpath.js +++ /dev/null @@ -1,119 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - // Elements that may be considered the "Block boundary" in an element path. - var pathBlockElements = { address:1,blockquote:1,dl:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,p:1,pre:1,li:1,dt:1,dd:1, legend:1,caption:1 }; - - // Elements that may be considered the "Block limit" in an element path. - var pathBlockLimitElements = { body:1,div:1,table:1,tbody:1,tr:1,td:1,th:1,form:1,fieldset:1 }; - - // Check if an element contains any block element. - var checkHasBlock = function( element ) - { - var childNodes = element.getChildren(); - - for ( var i = 0, count = childNodes.count() ; i < count ; i++ ) - { - var child = childNodes.getItem( i ); - - if ( child.type == CKEDITOR.NODE_ELEMENT && CKEDITOR.dtd.$block[ child.getName() ] ) - return true; - } - - return false; - }; - - /** - * @class - */ - CKEDITOR.dom.elementPath = function( lastNode ) - { - var block = null; - var blockLimit = null; - var elements = []; - - var e = lastNode; - - while ( e ) - { - if ( e.type == CKEDITOR.NODE_ELEMENT ) - { - if ( !this.lastElement ) - this.lastElement = e; - - var elementName = e.getName(); - if ( CKEDITOR.env.ie && e.$.scopeName != 'HTML' ) - elementName = e.$.scopeName.toLowerCase() + ':' + elementName; - - if ( !blockLimit ) - { - if ( !block && pathBlockElements[ elementName ] ) - block = e; - - if ( pathBlockLimitElements[ elementName ] ) - { - // DIV is considered the Block, if no block is available (#525) - // and if it doesn't contain other blocks. - if ( !block && elementName == 'div' && !checkHasBlock( e ) ) - block = e; - else - blockLimit = e; - } - } - - elements.push( e ); - - if ( elementName == 'body' ) - break; - } - e = e.getParent(); - } - - this.block = block; - this.blockLimit = blockLimit; - this.elements = elements; - }; -})(); - -CKEDITOR.dom.elementPath.prototype = -{ - /** - * Compares this element path with another one. - * @param {CKEDITOR.dom.elementPath} otherPath The elementPath object to be - * compared with this one. - * @returns {Boolean} "true" if the paths are equal, containing the same - * number of elements and the same elements in the same order. - */ - compare : function( otherPath ) - { - var thisElements = this.elements; - var otherElements = otherPath && otherPath.elements; - - if ( !otherElements || thisElements.length != otherElements.length ) - return false; - - for ( var i = 0 ; i < thisElements.length ; i++ ) - { - if ( !thisElements[ i ].equals( otherElements[ i ] ) ) - return false; - } - - return true; - }, - - contains : function( tagNames ) - { - var elements = this.elements; - for ( var i = 0 ; i < elements.length ; i++ ) - { - if ( elements[ i ].getName() in tagNames ) - return elements[ i ]; - } - - return null; - } -}; diff --git a/skins/ckeditor/_source/core/dom/event.js b/skins/ckeditor/_source/core/dom/event.js deleted file mode 100644 index 618a110..0000000 --- a/skins/ckeditor/_source/core/dom/event.js +++ /dev/null @@ -1,145 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.dom.event} class, which - * represents the a native DOM event object. - */ - -/** - * Represents a native DOM event object. - * @constructor - * @param {Object} domEvent A native DOM event object. - * @example - */ -CKEDITOR.dom.event = function( domEvent ) -{ - /** - * The native DOM event object represented by this class instance. - * @type Object - * @example - */ - this.$ = domEvent; -}; - -CKEDITOR.dom.event.prototype = -{ - /** - * Gets the key code associated to the event. - * @returns {Number} The key code. - * @example - * alert( event.getKey() ); "65" is "a" has been pressed - */ - getKey : function() - { - return this.$.keyCode || this.$.which; - }, - - /** - * Gets a number represeting the combination of the keys pressed during the - * event. It is the sum with the current key code and the {@link CKEDITOR.CTRL}, - * {@link CKEDITOR.SHIFT} and {@link CKEDITOR.ALT} constants. - * @returns {Number} The number representing the keys combination. - * @example - * alert( event.getKeystroke() == 65 ); // "a" key - * alert( event.getKeystroke() == CKEDITOR.CTRL + 65 ); // CTRL + "a" key - * alert( event.getKeystroke() == CKEDITOR.CTRL + CKEDITOR.SHIFT + 65 ); // CTRL + SHIFT + "a" key - */ - getKeystroke : function() - { - var keystroke = this.getKey(); - - if ( this.$.ctrlKey || this.$.metaKey ) - keystroke += CKEDITOR.CTRL; - - if ( this.$.shiftKey ) - keystroke += CKEDITOR.SHIFT; - - if ( this.$.altKey ) - keystroke += CKEDITOR.ALT; - - return keystroke; - }, - - /** - * Prevents the original behavior of the event to happen. It can optionally - * stop propagating the event in the event chain. - * @param {Boolean} [stopPropagation] Stop propagating this event in the - * event chain. - * @example - * var element = CKEDITOR.document.getById( 'myElement' ); - * element.on( 'click', function( ev ) - * { - * // The DOM event object is passed by the "data" property. - * var domEvent = ev.data; - * // Prevent the click to chave any effect in the element. - * domEvent.preventDefault(); - * }); - */ - preventDefault : function( stopPropagation ) - { - var $ = this.$; - if ( $.preventDefault ) - $.preventDefault(); - else - $.returnValue = false; - - if ( stopPropagation ) - this.stopPropagation(); - }, - - stopPropagation : function() - { - var $ = this.$; - if ( $.stopPropagation ) - $.stopPropagation(); - else - $.cancelBubble = true; - }, - - /** - * Returns the DOM node where the event was targeted to. - * @returns {CKEDITOR.dom.node} The target DOM node. - * @example - * var element = CKEDITOR.document.getById( 'myElement' ); - * element.on( 'click', function( ev ) - * { - * // The DOM event object is passed by the "data" property. - * var domEvent = ev.data; - * // Add a CSS class to the event target. - * domEvent.getTarget().addClass( 'clicked' ); - * }); - */ - - getTarget : function() - { - var rawNode = this.$.target || this.$.srcElement; - return rawNode ? new CKEDITOR.dom.node( rawNode ) : null; - } -}; - -// For the followind constants, we need to go over the Unicode boundaries -// (0x10FFFF) to avoid collision. - -/** - * CTRL key (0x110000). - * @constant - * @example - */ -CKEDITOR.CTRL = 0x110000; - -/** - * SHIFT key (0x220000). - * @constant - * @example - */ -CKEDITOR.SHIFT = 0x220000; - -/** - * ALT key (0x440000). - * @constant - * @example - */ -CKEDITOR.ALT = 0x440000; diff --git a/skins/ckeditor/_source/core/dom/node.js b/skins/ckeditor/_source/core/dom/node.js deleted file mode 100644 index 293ce23..0000000 --- a/skins/ckeditor/_source/core/dom/node.js +++ /dev/null @@ -1,695 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.dom.node} class which is the base - * class for classes that represent DOM nodes. - */ - -/** - * Base class for classes representing DOM nodes. This constructor may return - * an instance of a class that inherits from this class, like - * {@link CKEDITOR.dom.element} or {@link CKEDITOR.dom.text}. - * @augments CKEDITOR.dom.domObject - * @param {Object} domNode A native DOM node. - * @constructor - * @see CKEDITOR.dom.element - * @see CKEDITOR.dom.text - * @example - */ -CKEDITOR.dom.node = function( domNode ) -{ - if ( domNode ) - { - switch ( domNode.nodeType ) - { - // Safari don't consider document as element node type. (#3389) - case CKEDITOR.NODE_DOCUMENT : - return new CKEDITOR.dom.document( domNode ); - - case CKEDITOR.NODE_ELEMENT : - return new CKEDITOR.dom.element( domNode ); - - case CKEDITOR.NODE_TEXT : - return new CKEDITOR.dom.text( domNode ); - } - - // Call the base constructor. - CKEDITOR.dom.domObject.call( this, domNode ); - } - - return this; -}; - -CKEDITOR.dom.node.prototype = new CKEDITOR.dom.domObject(); - -/** - * Element node type. - * @constant - * @example - */ -CKEDITOR.NODE_ELEMENT = 1; - -/** - * Document node type. - * @constant - * @example - */ -CKEDITOR.NODE_DOCUMENT = 9; - -/** - * Text node type. - * @constant - * @example - */ -CKEDITOR.NODE_TEXT = 3; - -/** - * Comment node type. - * @constant - * @example - */ -CKEDITOR.NODE_COMMENT = 8; - -CKEDITOR.NODE_DOCUMENT_FRAGMENT = 11; - -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, - /** @lends CKEDITOR.dom.node.prototype */ - { - /** - * Makes this node a child of another element. - * @param {CKEDITOR.dom.element} element The target element to which - * this node will be appended. - * @returns {CKEDITOR.dom.element} The target element. - * @example - * var p = new CKEDITOR.dom.element( 'p' ); - * var strong = new CKEDITOR.dom.element( 'strong' ); - * strong.appendTo( p ); - * - * // result: "<p><strong></strong></p>" - */ - appendTo : function( element, toStart ) - { - element.append( this, toStart ); - return element; - }, - - clone : function( includeChildren, cloneId ) - { - var $clone = this.$.cloneNode( includeChildren ); - - var removeIds = function( node ) - { - if ( node.nodeType != CKEDITOR.NODE_ELEMENT ) - return; - - if ( !cloneId ) - node.removeAttribute( 'id', false ); - node.removeAttribute( 'data-cke-expando', false ); - - if ( includeChildren ) - { - var childs = node.childNodes; - for ( var i=0; i < childs.length; i++ ) - removeIds( childs[ i ] ); - } - }; - - // The "id" attribute should never be cloned to avoid duplication. - removeIds( $clone ); - - return new CKEDITOR.dom.node( $clone ); - }, - - hasPrevious : function() - { - return !!this.$.previousSibling; - }, - - hasNext : function() - { - return !!this.$.nextSibling; - }, - - /** - * Inserts this element after a node. - * @param {CKEDITOR.dom.node} node The node that will precede this element. - * @returns {CKEDITOR.dom.node} The node preceding this one after - * insertion. - * @example - * var em = new CKEDITOR.dom.element( 'em' ); - * var strong = new CKEDITOR.dom.element( 'strong' ); - * strong.insertAfter( em ); - * - * // result: "<em></em><strong></strong>" - */ - insertAfter : function( node ) - { - node.$.parentNode.insertBefore( this.$, node.$.nextSibling ); - return node; - }, - - /** - * Inserts this element before a node. - * @param {CKEDITOR.dom.node} node The node that will succeed this element. - * @returns {CKEDITOR.dom.node} The node being inserted. - * @example - * var em = new CKEDITOR.dom.element( 'em' ); - * var strong = new CKEDITOR.dom.element( 'strong' ); - * strong.insertBefore( em ); - * - * // result: "<strong></strong><em></em>" - */ - insertBefore : function( node ) - { - node.$.parentNode.insertBefore( this.$, node.$ ); - return node; - }, - - insertBeforeMe : function( node ) - { - this.$.parentNode.insertBefore( node.$, this.$ ); - return node; - }, - - /** - * Retrieves a uniquely identifiable tree address for this node. - * The tree address returned is an array of integers, with each integer - * indicating a child index of a DOM node, starting from - * <code>document.documentElement</code>. - * - * For example, assuming <code><body></code> is the second child - * of <code><html></code> (<code><head></code> being the first), - * and we would like to address the third child under the - * fourth child of <code><body></code>, the tree address returned would be: - * [1, 3, 2] - * - * The tree address cannot be used for finding back the DOM tree node once - * the DOM tree structure has been modified. - */ - getAddress : function( normalized ) - { - var address = []; - var $documentElement = this.getDocument().$.documentElement; - var node = this.$; - - while ( node && node != $documentElement ) - { - var parentNode = node.parentNode; - - if ( parentNode ) - { - // Get the node index. For performance, call getIndex - // directly, instead of creating a new node object. - address.unshift( this.getIndex.call( { $ : node }, normalized ) ); - } - - node = parentNode; - } - - return address; - }, - - /** - * Gets the document containing this element. - * @returns {CKEDITOR.dom.document} The document. - * @example - * var element = CKEDITOR.document.getById( 'example' ); - * alert( <strong>element.getDocument().equals( CKEDITOR.document )</strong> ); // "true" - */ - getDocument : function() - { - return new CKEDITOR.dom.document( this.$.ownerDocument || this.$.parentNode.ownerDocument ); - }, - - getIndex : function( normalized ) - { - // Attention: getAddress depends on this.$ - - var current = this.$, - index = 0; - - while ( ( current = current.previousSibling ) ) - { - // When normalizing, do not count it if this is an - // empty text node or if it's a text node following another one. - if ( normalized && current.nodeType == 3 && - ( !current.nodeValue.length || - ( current.previousSibling && current.previousSibling.nodeType == 3 ) ) ) - { - continue; - } - - index++; - } - - return index; - }, - - getNextSourceNode : function( startFromSibling, nodeType, guard ) - { - // If "guard" is a node, transform it in a function. - if ( guard && !guard.call ) - { - var guardNode = guard; - guard = function( node ) - { - return !node.equals( guardNode ); - }; - } - - var node = ( !startFromSibling && this.getFirst && this.getFirst() ), - parent; - - // Guarding when we're skipping the current element( no children or 'startFromSibling' ). - // send the 'moving out' signal even we don't actually dive into. - if ( !node ) - { - if ( this.type == CKEDITOR.NODE_ELEMENT && guard && guard( this, true ) === false ) - return null; - node = this.getNext(); - } - - while ( !node && ( parent = ( parent || this ).getParent() ) ) - { - // The guard check sends the "true" paramenter to indicate that - // we are moving "out" of the element. - if ( guard && guard( parent, true ) === false ) - return null; - - node = parent.getNext(); - } - - if ( !node ) - return null; - - if ( guard && guard( node ) === false ) - return null; - - if ( nodeType && nodeType != node.type ) - return node.getNextSourceNode( false, nodeType, guard ); - - return node; - }, - - getPreviousSourceNode : function( startFromSibling, nodeType, guard ) - { - if ( guard && !guard.call ) - { - var guardNode = guard; - guard = function( node ) - { - return !node.equals( guardNode ); - }; - } - - var node = ( !startFromSibling && this.getLast && this.getLast() ), - parent; - - // Guarding when we're skipping the current element( no children or 'startFromSibling' ). - // send the 'moving out' signal even we don't actually dive into. - if ( !node ) - { - if ( this.type == CKEDITOR.NODE_ELEMENT && guard && guard( this, true ) === false ) - return null; - node = this.getPrevious(); - } - - while ( !node && ( parent = ( parent || this ).getParent() ) ) - { - // The guard check sends the "true" paramenter to indicate that - // we are moving "out" of the element. - if ( guard && guard( parent, true ) === false ) - return null; - - node = parent.getPrevious(); - } - - if ( !node ) - return null; - - if ( guard && guard( node ) === false ) - return null; - - if ( nodeType && node.type != nodeType ) - return node.getPreviousSourceNode( false, nodeType, guard ); - - return node; - }, - - getPrevious : function( evaluator ) - { - var previous = this.$, retval; - do - { - previous = previous.previousSibling; - retval = previous && new CKEDITOR.dom.node( previous ); - } - while ( retval && evaluator && !evaluator( retval ) ) - return retval; - }, - - /** - * Gets the node that follows this element in its parent's child list. - * @param {Function} evaluator Filtering the result node. - * @returns {CKEDITOR.dom.node} The next node or null if not available. - * @example - * var element = CKEDITOR.dom.element.createFromHtml( '<div><b>Example</b> <i>next</i></div>' ); - * var first = <strong>element.getFirst().getNext()</strong>; - * alert( first.getName() ); // "i" - */ - getNext : function( evaluator ) - { - var next = this.$, retval; - do - { - next = next.nextSibling; - retval = next && new CKEDITOR.dom.node( next ); - } - while ( retval && evaluator && !evaluator( retval ) ) - return retval; - }, - - /** - * Gets the parent element for this node. - * @returns {CKEDITOR.dom.element} The parent element. - * @example - * var node = editor.document.getBody().getFirst(); - * var parent = node.<strong>getParent()</strong>; - * alert( node.getName() ); // "body" - */ - getParent : function() - { - var parent = this.$.parentNode; - return ( parent && parent.nodeType == 1 ) ? new CKEDITOR.dom.node( parent ) : null; - }, - - getParents : function( closerFirst ) - { - var node = this; - var parents = []; - - do - { - parents[ closerFirst ? 'push' : 'unshift' ]( node ); - } - while ( ( node = node.getParent() ) ) - - return parents; - }, - - getCommonAncestor : function( node ) - { - if ( node.equals( this ) ) - return this; - - if ( node.contains && node.contains( this ) ) - return node; - - var start = this.contains ? this : this.getParent(); - - do - { - if ( start.contains( node ) ) - return start; - } - while ( ( start = start.getParent() ) ); - - return null; - }, - - getPosition : function( otherNode ) - { - var $ = this.$; - var $other = otherNode.$; - - if ( $.compareDocumentPosition ) - return $.compareDocumentPosition( $other ); - - // IE and Safari have no support for compareDocumentPosition. - - if ( $ == $other ) - return CKEDITOR.POSITION_IDENTICAL; - - // Only element nodes support contains and sourceIndex. - if ( this.type == CKEDITOR.NODE_ELEMENT && otherNode.type == CKEDITOR.NODE_ELEMENT ) - { - if ( $.contains ) - { - if ( $.contains( $other ) ) - return CKEDITOR.POSITION_CONTAINS + CKEDITOR.POSITION_PRECEDING; - - if ( $other.contains( $ ) ) - return CKEDITOR.POSITION_IS_CONTAINED + CKEDITOR.POSITION_FOLLOWING; - } - - if ( 'sourceIndex' in $ ) - { - return ( $.sourceIndex < 0 || $other.sourceIndex < 0 ) ? CKEDITOR.POSITION_DISCONNECTED : - ( $.sourceIndex < $other.sourceIndex ) ? CKEDITOR.POSITION_PRECEDING : - CKEDITOR.POSITION_FOLLOWING; - } - } - - // For nodes that don't support compareDocumentPosition, contains - // or sourceIndex, their "address" is compared. - - var addressOfThis = this.getAddress(), - addressOfOther = otherNode.getAddress(), - minLevel = Math.min( addressOfThis.length, addressOfOther.length ); - - // Determinate preceed/follow relationship. - for ( var i = 0 ; i <= minLevel - 1 ; i++ ) - { - if ( addressOfThis[ i ] != addressOfOther[ i ] ) - { - if ( i < minLevel ) - { - return addressOfThis[ i ] < addressOfOther[ i ] ? - CKEDITOR.POSITION_PRECEDING : CKEDITOR.POSITION_FOLLOWING; - } - break; - } - } - - // Determinate contains/contained relationship. - return ( addressOfThis.length < addressOfOther.length ) ? - CKEDITOR.POSITION_CONTAINS + CKEDITOR.POSITION_PRECEDING : - CKEDITOR.POSITION_IS_CONTAINED + CKEDITOR.POSITION_FOLLOWING; - }, - - /** - * Gets the closest ancestor node of this node, specified by its name. - * @param {String} reference The name of the ancestor node to search or - * an object with the node names to search for. - * @param {Boolean} [includeSelf] Whether to include the current - * node in the search. - * @returns {CKEDITOR.dom.node} The located ancestor node or null if not found. - * @since 3.6.1 - * @example - * // Suppose we have the following HTML structure: - * // <div id="outer"><div id="inner"><p><b>Some text</b></p></div></div> - * // If node == <b> - * ascendant = node.getAscendant( 'div' ); // ascendant == <div id="inner"> - * ascendant = node.getAscendant( 'b' ); // ascendant == null - * ascendant = node.getAscendant( 'b', true ); // ascendant == <b> - * ascendant = node.getAscendant( { div: 1, p: 1} ); // Searches for the first 'div' or 'p': ascendant == <div id="inner"> - */ - getAscendant : function( reference, includeSelf ) - { - var $ = this.$, - name; - - if ( !includeSelf ) - $ = $.parentNode; - - while ( $ ) - { - if ( $.nodeName && ( name = $.nodeName.toLowerCase(), ( typeof reference == 'string' ? name == reference : name in reference ) ) ) - return new CKEDITOR.dom.node( $ ); - - $ = $.parentNode; - } - return null; - }, - - hasAscendant : function( name, includeSelf ) - { - var $ = this.$; - - if ( !includeSelf ) - $ = $.parentNode; - - while ( $ ) - { - if ( $.nodeName && $.nodeName.toLowerCase() == name ) - return true; - - $ = $.parentNode; - } - return false; - }, - - move : function( target, toStart ) - { - target.append( this.remove(), toStart ); - }, - - /** - * Removes this node from the document DOM. - * @param {Boolean} [preserveChildren] Indicates that the children - * elements must remain in the document, removing only the outer - * tags. - * @example - * var element = CKEDITOR.dom.element.getById( 'MyElement' ); - * <strong>element.remove()</strong>; - */ - remove : function( preserveChildren ) - { - var $ = this.$; - var parent = $.parentNode; - - if ( parent ) - { - if ( preserveChildren ) - { - // Move all children before the node. - for ( var child ; ( child = $.firstChild ) ; ) - { - parent.insertBefore( $.removeChild( child ), $ ); - } - } - - parent.removeChild( $ ); - } - - return this; - }, - - replace : function( nodeToReplace ) - { - this.insertBefore( nodeToReplace ); - nodeToReplace.remove(); - }, - - trim : function() - { - this.ltrim(); - this.rtrim(); - }, - - ltrim : function() - { - var child; - while ( this.getFirst && ( child = this.getFirst() ) ) - { - if ( child.type == CKEDITOR.NODE_TEXT ) - { - var trimmed = CKEDITOR.tools.ltrim( child.getText() ), - originalLength = child.getLength(); - - if ( !trimmed ) - { - child.remove(); - continue; - } - else if ( trimmed.length < originalLength ) - { - child.split( originalLength - trimmed.length ); - - // IE BUG: child.remove() may raise JavaScript errors here. (#81) - this.$.removeChild( this.$.firstChild ); - } - } - break; - } - }, - - rtrim : function() - { - var child; - while ( this.getLast && ( child = this.getLast() ) ) - { - if ( child.type == CKEDITOR.NODE_TEXT ) - { - var trimmed = CKEDITOR.tools.rtrim( child.getText() ), - originalLength = child.getLength(); - - if ( !trimmed ) - { - child.remove(); - continue; - } - else if ( trimmed.length < originalLength ) - { - child.split( trimmed.length ); - - // IE BUG: child.getNext().remove() may raise JavaScript errors here. - // (#81) - this.$.lastChild.parentNode.removeChild( this.$.lastChild ); - } - } - break; - } - - if ( !CKEDITOR.env.ie && !CKEDITOR.env.opera ) - { - child = this.$.lastChild; - - if ( child && child.type == 1 && child.nodeName.toLowerCase() == 'br' ) - { - // Use "eChildNode.parentNode" instead of "node" to avoid IE bug (#324). - child.parentNode.removeChild( child ) ; - } - } - }, - - /** - * Checks if this node is read-only (should not be changed). Additionally - * it returns the element that defines the read-only state of this node - * (if present). It may be the node itself or any of its parent - * nodes. - * @returns {CKEDITOR.dom.element|Boolean} An element containing - * read-only attributes or "false" if none is found. - * @since 3.5 - * @example - * // For the following HTML: - * // <div contenteditable="false">Some <b>text</b></div> - * - * // If "ele" is the above <div> - * ele.isReadOnly(); // the <div> element - * - * // If "ele" is the above <b> - * ele.isReadOnly(); // the <div> element - */ - isReadOnly : function() - { - var current = this; - while( current ) - { - if ( current.type == CKEDITOR.NODE_ELEMENT ) - { - if ( current.is( 'body' ) || !!current.data( 'cke-editable' ) ) - break; - - if ( current.getAttribute( 'contentEditable' ) == 'false' ) - return current; - else if ( current.getAttribute( 'contentEditable' ) == 'true' ) - break; - } - current = current.getParent(); - } - - return false; - } - } -); diff --git a/skins/ckeditor/_source/core/dom/nodelist.js b/skins/ckeditor/_source/core/dom/nodelist.js deleted file mode 100644 index 42efafc..0000000 --- a/skins/ckeditor/_source/core/dom/nodelist.js +++ /dev/null @@ -1,26 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @class - */ -CKEDITOR.dom.nodeList = function( nativeList ) -{ - this.$ = nativeList; -}; - -CKEDITOR.dom.nodeList.prototype = -{ - count : function() - { - return this.$.length; - }, - - getItem : function( index ) - { - var $node = this.$[ index ]; - return $node ? new CKEDITOR.dom.node( $node ) : null; - } -}; diff --git a/skins/ckeditor/_source/core/dom/range.js b/skins/ckeditor/_source/core/dom/range.js deleted file mode 100644 index 477197e..0000000 --- a/skins/ckeditor/_source/core/dom/range.js +++ /dev/null @@ -1,2032 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * Creates a CKEDITOR.dom.range instance that can be used inside a specific - * DOM Document. - * @class Represents a delimited piece of content in a DOM Document. - * It is contiguous in the sense that it can be characterized as selecting all - * of the content between a pair of boundary-points.<br> - * <br> - * This class shares much of the W3C - * <a href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html">Document Object Model Range</a> - * ideas and features, adding several range manipulation tools to it, but it's - * not intended to be compatible with it. - * @param {CKEDITOR.dom.document} document The document into which the range - * features will be available. - * @example - * // Create a range for the entire contents of the editor document body. - * var range = new CKEDITOR.dom.range( editor.document ); - * range.selectNodeContents( editor.document.getBody() ); - * // Delete the contents. - * range.deleteContents(); - */ -CKEDITOR.dom.range = function( document ) -{ - /** - * Node within which the range begins. - * @type {CKEDITOR.NODE_ELEMENT|CKEDITOR.NODE_TEXT} - * @example - * var range = new CKEDITOR.dom.range( editor.document ); - * range.selectNodeContents( editor.document.getBody() ); - * alert( range.startContainer.getName() ); // "body" - */ - this.startContainer = null; - - /** - * Offset within the starting node of the range. - * @type {Number} - * @example - * var range = new CKEDITOR.dom.range( editor.document ); - * range.selectNodeContents( editor.document.getBody() ); - * alert( range.startOffset ); // "0" - */ - this.startOffset = null; - - /** - * Node within which the range ends. - * @type {CKEDITOR.NODE_ELEMENT|CKEDITOR.NODE_TEXT} - * @example - * var range = new CKEDITOR.dom.range( editor.document ); - * range.selectNodeContents( editor.document.getBody() ); - * alert( range.endContainer.getName() ); // "body" - */ - this.endContainer = null; - - /** - * Offset within the ending node of the range. - * @type {Number} - * @example - * var range = new CKEDITOR.dom.range( editor.document ); - * range.selectNodeContents( editor.document.getBody() ); - * alert( range.endOffset ); // == editor.document.getBody().getChildCount() - */ - this.endOffset = null; - - /** - * Indicates that this is a collapsed range. A collapsed range has it's - * start and end boudaries at the very same point so nothing is contained - * in it. - * @example - * var range = new CKEDITOR.dom.range( editor.document ); - * range.selectNodeContents( editor.document.getBody() ); - * alert( range.collapsed ); // "false" - * range.collapse(); - * alert( range.collapsed ); // "true" - */ - this.collapsed = true; - - /** - * The document within which the range can be used. - * @type {CKEDITOR.dom.document} - * @example - * // Selects the body contents of the range document. - * range.selectNodeContents( range.document.getBody() ); - */ - this.document = document; -}; - -(function() -{ - // Updates the "collapsed" property for the given range object. - var updateCollapsed = function( range ) - { - range.collapsed = ( - range.startContainer && - range.endContainer && - range.startContainer.equals( range.endContainer ) && - range.startOffset == range.endOffset ); - }; - - // This is a shared function used to delete, extract and clone the range - // contents. - // V2 - var execContentsAction = function( range, action, docFrag, mergeThen ) - { - range.optimizeBookmark(); - - var startNode = range.startContainer; - var endNode = range.endContainer; - - var startOffset = range.startOffset; - var endOffset = range.endOffset; - - var removeStartNode; - var removeEndNode; - - // For text containers, we must simply split the node and point to the - // second part. The removal will be handled by the rest of the code . - if ( endNode.type == CKEDITOR.NODE_TEXT ) - endNode = endNode.split( endOffset ); - else - { - // If the end container has children and the offset is pointing - // to a child, then we should start from it. - if ( endNode.getChildCount() > 0 ) - { - // If the offset points after the last node. - if ( endOffset >= endNode.getChildCount() ) - { - // Let's create a temporary node and mark it for removal. - endNode = endNode.append( range.document.createText( '' ) ); - removeEndNode = true; - } - else - endNode = endNode.getChild( endOffset ); - } - } - - // For text containers, we must simply split the node. The removal will - // be handled by the rest of the code . - if ( startNode.type == CKEDITOR.NODE_TEXT ) - { - startNode.split( startOffset ); - - // In cases the end node is the same as the start node, the above - // splitting will also split the end, so me must move the end to - // the second part of the split. - if ( startNode.equals( endNode ) ) - endNode = startNode.getNext(); - } - else - { - // If the start container has children and the offset is pointing - // to a child, then we should start from its previous sibling. - - // If the offset points to the first node, we don't have a - // sibling, so let's use the first one, but mark it for removal. - if ( !startOffset ) - { - // Let's create a temporary node and mark it for removal. - startNode = startNode.getFirst().insertBeforeMe( range.document.createText( '' ) ); - removeStartNode = true; - } - else if ( startOffset >= startNode.getChildCount() ) - { - // Let's create a temporary node and mark it for removal. - startNode = startNode.append( range.document.createText( '' ) ); - removeStartNode = true; - } - else - startNode = startNode.getChild( startOffset ).getPrevious(); - } - - // Get the parent nodes tree for the start and end boundaries. - var startParents = startNode.getParents(); - var endParents = endNode.getParents(); - - // Compare them, to find the top most siblings. - var i, topStart, topEnd; - - for ( i = 0 ; i < startParents.length ; i++ ) - { - topStart = startParents[ i ]; - topEnd = endParents[ i ]; - - // The compared nodes will match until we find the top most - // siblings (different nodes that have the same parent). - // "i" will hold the index in the parents array for the top - // most element. - if ( !topStart.equals( topEnd ) ) - break; - } - - var clone = docFrag, levelStartNode, levelClone, currentNode, currentSibling; - - // Remove all successive sibling nodes for every node in the - // startParents tree. - for ( var j = i ; j < startParents.length ; j++ ) - { - levelStartNode = startParents[j]; - - // For Extract and Clone, we must clone this level. - if ( clone && !levelStartNode.equals( startNode ) ) // action = 0 = Delete - levelClone = clone.append( levelStartNode.clone() ); - - currentNode = levelStartNode.getNext(); - - while ( currentNode ) - { - // Stop processing when the current node matches a node in the - // endParents tree or if it is the endNode. - if ( currentNode.equals( endParents[ j ] ) || currentNode.equals( endNode ) ) - break; - - // Cache the next sibling. - currentSibling = currentNode.getNext(); - - // If cloning, just clone it. - if ( action == 2 ) // 2 = Clone - clone.append( currentNode.clone( true ) ); - else - { - // Both Delete and Extract will remove the node. - currentNode.remove(); - - // When Extracting, move the removed node to the docFrag. - if ( action == 1 ) // 1 = Extract - clone.append( currentNode ); - } - - currentNode = currentSibling; - } - - if ( clone ) - clone = levelClone; - } - - clone = docFrag; - - // Remove all previous sibling nodes for every node in the - // endParents tree. - for ( var k = i ; k < endParents.length ; k++ ) - { - levelStartNode = endParents[ k ]; - - // For Extract and Clone, we must clone this level. - if ( action > 0 && !levelStartNode.equals( endNode ) ) // action = 0 = Delete - levelClone = clone.append( levelStartNode.clone() ); - - // The processing of siblings may have already been done by the parent. - if ( !startParents[ k ] || levelStartNode.$.parentNode != startParents[ k ].$.parentNode ) - { - currentNode = levelStartNode.getPrevious(); - - while ( currentNode ) - { - // Stop processing when the current node matches a node in the - // startParents tree or if it is the startNode. - if ( currentNode.equals( startParents[ k ] ) || currentNode.equals( startNode ) ) - break; - - // Cache the next sibling. - currentSibling = currentNode.getPrevious(); - - // If cloning, just clone it. - if ( action == 2 ) // 2 = Clone - clone.$.insertBefore( currentNode.$.cloneNode( true ), clone.$.firstChild ) ; - else - { - // Both Delete and Extract will remove the node. - currentNode.remove(); - - // When Extracting, mode the removed node to the docFrag. - if ( action == 1 ) // 1 = Extract - clone.$.insertBefore( currentNode.$, clone.$.firstChild ); - } - - currentNode = currentSibling; - } - } - - if ( clone ) - clone = levelClone; - } - - if ( action == 2 ) // 2 = Clone. - { - // No changes in the DOM should be done, so fix the split text (if any). - - var startTextNode = range.startContainer; - if ( startTextNode.type == CKEDITOR.NODE_TEXT ) - { - startTextNode.$.data += startTextNode.$.nextSibling.data; - startTextNode.$.parentNode.removeChild( startTextNode.$.nextSibling ); - } - - var endTextNode = range.endContainer; - if ( endTextNode.type == CKEDITOR.NODE_TEXT && endTextNode.$.nextSibling ) - { - endTextNode.$.data += endTextNode.$.nextSibling.data; - endTextNode.$.parentNode.removeChild( endTextNode.$.nextSibling ); - } - } - else - { - // Collapse the range. - - // If a node has been partially selected, collapse the range between - // topStart and topEnd. Otherwise, simply collapse it to the start. (W3C specs). - if ( topStart && topEnd && ( startNode.$.parentNode != topStart.$.parentNode || endNode.$.parentNode != topEnd.$.parentNode ) ) - { - var endIndex = topEnd.getIndex(); - - // If the start node is to be removed, we must correct the - // index to reflect the removal. - if ( removeStartNode && topEnd.$.parentNode == startNode.$.parentNode ) - endIndex--; - - // Merge splitted parents. - if ( mergeThen && topStart.type == CKEDITOR.NODE_ELEMENT ) - { - var span = CKEDITOR.dom.element.createFromHtml( '<span ' + - 'data-cke-bookmark="1" style="display:none"> </span>', range.document ); - span.insertAfter( topStart ); - topStart.mergeSiblings( false ); - range.moveToBookmark( { startNode : span } ); - } - else - range.setStart( topEnd.getParent(), endIndex ); - } - - // Collapse it to the start. - range.collapse( true ); - } - - // Cleanup any marked node. - if ( removeStartNode ) - startNode.remove(); - - if ( removeEndNode && endNode.$.parentNode ) - endNode.remove(); - }; - - var inlineChildReqElements = { 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 }; - - // Creates the appropriate node evaluator for the dom walker used inside - // check(Start|End)OfBlock. - function getCheckStartEndBlockEvalFunction( isStart ) - { - var hadBr = false, bookmarkEvaluator = CKEDITOR.dom.walker.bookmark( true ); - return function( node ) - { - // First ignore bookmark nodes. - if ( bookmarkEvaluator( node ) ) - return true; - - if ( node.type == CKEDITOR.NODE_TEXT ) - { - // If there's any visible text, then we're not at the start. - if ( node.hasAscendant( 'pre' ) || CKEDITOR.tools.trim( node.getText() ).length ) - return false; - } - else if ( node.type == CKEDITOR.NODE_ELEMENT ) - { - // If there are non-empty inline elements (e.g. <img />), then we're not - // at the start. - if ( !inlineChildReqElements[ node.getName() ] ) - { - // If we're working at the end-of-block, forgive the first <br /> in non-IE - // browsers. - if ( !isStart && !CKEDITOR.env.ie && node.getName() == 'br' && !hadBr ) - hadBr = true; - else - return false; - } - } - return true; - }; - } - - // Evaluator for CKEDITOR.dom.element::checkBoundaryOfElement, reject any - // text node and non-empty elements unless it's being bookmark text. - function elementBoundaryEval( node ) - { - // Reject any text node unless it's being bookmark - // OR it's spaces. (#3883) - return node.type != CKEDITOR.NODE_TEXT - && node.getName() in CKEDITOR.dtd.$removeEmpty - || !CKEDITOR.tools.trim( node.getText() ) - || !!node.getParent().data( 'cke-bookmark' ); - } - - var whitespaceEval = new CKEDITOR.dom.walker.whitespaces(), - bookmarkEval = new CKEDITOR.dom.walker.bookmark(); - - function nonWhitespaceOrBookmarkEval( node ) - { - // Whitespaces and bookmark nodes are to be ignored. - return !whitespaceEval( node ) && !bookmarkEval( node ); - } - - CKEDITOR.dom.range.prototype = - { - clone : function() - { - var clone = new CKEDITOR.dom.range( this.document ); - - clone.startContainer = this.startContainer; - clone.startOffset = this.startOffset; - clone.endContainer = this.endContainer; - clone.endOffset = this.endOffset; - clone.collapsed = this.collapsed; - - return clone; - }, - - collapse : function( toStart ) - { - if ( toStart ) - { - this.endContainer = this.startContainer; - this.endOffset = this.startOffset; - } - else - { - this.startContainer = this.endContainer; - this.startOffset = this.endOffset; - } - - this.collapsed = true; - }, - - /** - * The content nodes of the range are cloned and added to a document fragment, which is returned. - * <strong> Note: </strong> Text selection may lost after invoking this method. (caused by text node splitting). - */ - cloneContents : function() - { - var docFrag = new CKEDITOR.dom.documentFragment( this.document ); - - if ( !this.collapsed ) - execContentsAction( this, 2, docFrag ); - - return docFrag; - }, - - /** - * Deletes the content nodes of the range permanently from the DOM tree. - * @param {Boolean} [mergeThen] Merge any splitted elements result in DOM true due to partial selection. - */ - deleteContents : function( mergeThen ) - { - if ( this.collapsed ) - return; - - execContentsAction( this, 0, null, mergeThen ); - }, - - /** - * The content nodes of the range are cloned and added to a document fragment, - * meanwhile they're removed permanently from the DOM tree. - * @param {Boolean} [mergeThen] Merge any splitted elements result in DOM true due to partial selection. - */ - extractContents : function( mergeThen ) - { - var docFrag = new CKEDITOR.dom.documentFragment( this.document ); - - if ( !this.collapsed ) - execContentsAction( this, 1, docFrag, mergeThen ); - - return docFrag; - }, - - /** - * Creates a bookmark object, which can be later used to restore the - * range by using the moveToBookmark function. - * This is an "intrusive" way to create a bookmark. It includes <span> tags - * in the range boundaries. The advantage of it is that it is possible to - * handle DOM mutations when moving back to the bookmark. - * Attention: the inclusion of nodes in the DOM is a design choice and - * should not be changed as there are other points in the code that may be - * using those nodes to perform operations. See GetBookmarkNode. - * @param {Boolean} [serializable] Indicates that the bookmark nodes - * must contain ids, which can be used to restore the range even - * when these nodes suffer mutations (like a clonation or innerHTML - * change). - * @returns {Object} And object representing a bookmark. - */ - createBookmark : function( serializable ) - { - var startNode, endNode; - var baseId; - var clone; - var collapsed = this.collapsed; - - startNode = this.document.createElement( 'span' ); - startNode.data( 'cke-bookmark', 1 ); - startNode.setStyle( 'display', 'none' ); - - // For IE, it must have something inside, otherwise it may be - // removed during DOM operations. - startNode.setHtml( ' ' ); - - if ( serializable ) - { - baseId = 'cke_bm_' + CKEDITOR.tools.getNextNumber(); - startNode.setAttribute( 'id', baseId + 'S' ); - } - - // If collapsed, the endNode will not be created. - if ( !collapsed ) - { - endNode = startNode.clone(); - endNode.setHtml( ' ' ); - - if ( serializable ) - endNode.setAttribute( 'id', baseId + 'E' ); - - clone = this.clone(); - clone.collapse(); - clone.insertNode( endNode ); - } - - clone = this.clone(); - clone.collapse( true ); - clone.insertNode( startNode ); - - // Update the range position. - if ( endNode ) - { - this.setStartAfter( startNode ); - this.setEndBefore( endNode ); - } - else - this.moveToPosition( startNode, CKEDITOR.POSITION_AFTER_END ); - - return { - startNode : serializable ? baseId + 'S' : startNode, - endNode : serializable ? baseId + 'E' : endNode, - serializable : serializable, - collapsed : collapsed - }; - }, - - /** - * Creates a "non intrusive" and "mutation sensible" bookmark. This - * kind of bookmark should be used only when the DOM is supposed to - * remain stable after its creation. - * @param {Boolean} [normalized] Indicates that the bookmark must - * normalized. When normalized, the successive text nodes are - * considered a single node. To sucessful load a normalized - * bookmark, the DOM tree must be also normalized before calling - * moveToBookmark. - * @returns {Object} An object representing the bookmark. - */ - createBookmark2 : function( normalized ) - { - var startContainer = this.startContainer, - endContainer = this.endContainer; - - var startOffset = this.startOffset, - endOffset = this.endOffset; - - var collapsed = this.collapsed; - - var child, previous; - - // If there is no range then get out of here. - // It happens on initial load in Safari #962 and if the editor it's - // hidden also in Firefox - if ( !startContainer || !endContainer ) - return { start : 0, end : 0 }; - - if ( normalized ) - { - // Find out if the start is pointing to a text node that will - // be normalized. - if ( startContainer.type == CKEDITOR.NODE_ELEMENT ) - { - child = startContainer.getChild( startOffset ); - - // In this case, move the start information to that text - // node. - if ( child && child.type == CKEDITOR.NODE_TEXT - && startOffset > 0 && child.getPrevious().type == CKEDITOR.NODE_TEXT ) - { - startContainer = child; - startOffset = 0; - } - - // Get the normalized offset. - if ( child && child.type == CKEDITOR.NODE_ELEMENT ) - startOffset = child.getIndex( 1 ); - } - - // Normalize the start. - while ( startContainer.type == CKEDITOR.NODE_TEXT - && ( previous = startContainer.getPrevious() ) - && previous.type == CKEDITOR.NODE_TEXT ) - { - startContainer = previous; - startOffset += previous.getLength(); - } - - // Process the end only if not normalized. - if ( !collapsed ) - { - // Find out if the start is pointing to a text node that - // will be normalized. - if ( endContainer.type == CKEDITOR.NODE_ELEMENT ) - { - child = endContainer.getChild( endOffset ); - - // In this case, move the start information to that - // text node. - if ( child && child.type == CKEDITOR.NODE_TEXT - && endOffset > 0 && child.getPrevious().type == CKEDITOR.NODE_TEXT ) - { - endContainer = child; - endOffset = 0; - } - - // Get the normalized offset. - if ( child && child.type == CKEDITOR.NODE_ELEMENT ) - endOffset = child.getIndex( 1 ); - } - - // Normalize the end. - while ( endContainer.type == CKEDITOR.NODE_TEXT - && ( previous = endContainer.getPrevious() ) - && previous.type == CKEDITOR.NODE_TEXT ) - { - endContainer = previous; - endOffset += previous.getLength(); - } - } - } - - return { - start : startContainer.getAddress( normalized ), - end : collapsed ? null : endContainer.getAddress( normalized ), - startOffset : startOffset, - endOffset : endOffset, - normalized : normalized, - collapsed : collapsed, - is2 : true // It's a createBookmark2 bookmark. - }; - }, - - moveToBookmark : function( bookmark ) - { - if ( bookmark.is2 ) // Created with createBookmark2(). - { - // Get the start information. - var startContainer = this.document.getByAddress( bookmark.start, bookmark.normalized ), - startOffset = bookmark.startOffset; - - // Get the end information. - var endContainer = bookmark.end && this.document.getByAddress( bookmark.end, bookmark.normalized ), - endOffset = bookmark.endOffset; - - // Set the start boundary. - this.setStart( startContainer, startOffset ); - - // Set the end boundary. If not available, collapse it. - if ( endContainer ) - this.setEnd( endContainer, endOffset ); - else - this.collapse( true ); - } - else // Created with createBookmark(). - { - var serializable = bookmark.serializable, - startNode = serializable ? this.document.getById( bookmark.startNode ) : bookmark.startNode, - endNode = serializable ? this.document.getById( bookmark.endNode ) : bookmark.endNode; - - // Set the range start at the bookmark start node position. - this.setStartBefore( startNode ); - - // Remove it, because it may interfere in the setEndBefore call. - startNode.remove(); - - // Set the range end at the bookmark end node position, or simply - // collapse it if it is not available. - if ( endNode ) - { - this.setEndBefore( endNode ); - endNode.remove(); - } - else - this.collapse( true ); - } - }, - - getBoundaryNodes : function() - { - var startNode = this.startContainer, - endNode = this.endContainer, - startOffset = this.startOffset, - endOffset = this.endOffset, - childCount; - - if ( startNode.type == CKEDITOR.NODE_ELEMENT ) - { - childCount = startNode.getChildCount(); - if ( childCount > startOffset ) - startNode = startNode.getChild( startOffset ); - else if ( childCount < 1 ) - startNode = startNode.getPreviousSourceNode(); - else // startOffset > childCount but childCount is not 0 - { - // Try to take the node just after the current position. - startNode = startNode.$; - while ( startNode.lastChild ) - startNode = startNode.lastChild; - startNode = new CKEDITOR.dom.node( startNode ); - - // Normally we should take the next node in DFS order. But it - // is also possible that we've already reached the end of - // document. - startNode = startNode.getNextSourceNode() || startNode; - } - } - if ( endNode.type == CKEDITOR.NODE_ELEMENT ) - { - childCount = endNode.getChildCount(); - if ( childCount > endOffset ) - endNode = endNode.getChild( endOffset ).getPreviousSourceNode( true ); - else if ( childCount < 1 ) - endNode = endNode.getPreviousSourceNode(); - else // endOffset > childCount but childCount is not 0 - { - // Try to take the node just before the current position. - endNode = endNode.$; - while ( endNode.lastChild ) - endNode = endNode.lastChild; - endNode = new CKEDITOR.dom.node( endNode ); - } - } - - // Sometimes the endNode will come right before startNode for collapsed - // ranges. Fix it. (#3780) - if ( startNode.getPosition( endNode ) & CKEDITOR.POSITION_FOLLOWING ) - startNode = endNode; - - return { startNode : startNode, endNode : endNode }; - }, - - /** - * Find the node which fully contains the range. - * @param includeSelf - * @param {Boolean} ignoreTextNode Whether ignore CKEDITOR.NODE_TEXT type. - */ - getCommonAncestor : function( includeSelf , ignoreTextNode ) - { - var start = this.startContainer, - end = this.endContainer, - ancestor; - - if ( start.equals( end ) ) - { - if ( includeSelf - && start.type == CKEDITOR.NODE_ELEMENT - && this.startOffset == this.endOffset - 1 ) - ancestor = start.getChild( this.startOffset ); - else - ancestor = start; - } - else - ancestor = start.getCommonAncestor( end ); - - return ignoreTextNode && !ancestor.is ? ancestor.getParent() : ancestor; - }, - - /** - * Transforms the startContainer and endContainer properties from text - * nodes to element nodes, whenever possible. This is actually possible - * if either of the boundary containers point to a text node, and its - * offset is set to zero, or after the last char in the node. - */ - optimize : function() - { - var container = this.startContainer; - var offset = this.startOffset; - - if ( container.type != CKEDITOR.NODE_ELEMENT ) - { - if ( !offset ) - this.setStartBefore( container ); - else if ( offset >= container.getLength() ) - this.setStartAfter( container ); - } - - container = this.endContainer; - offset = this.endOffset; - - if ( container.type != CKEDITOR.NODE_ELEMENT ) - { - if ( !offset ) - this.setEndBefore( container ); - else if ( offset >= container.getLength() ) - this.setEndAfter( container ); - } - }, - - /** - * Move the range out of bookmark nodes if they'd been the container. - */ - optimizeBookmark: function() - { - var startNode = this.startContainer, - endNode = this.endContainer; - - if ( startNode.is && startNode.is( 'span' ) - && startNode.data( 'cke-bookmark' ) ) - this.setStartAt( startNode, CKEDITOR.POSITION_BEFORE_START ); - if ( endNode && endNode.is && endNode.is( 'span' ) - && endNode.data( 'cke-bookmark' ) ) - this.setEndAt( endNode, CKEDITOR.POSITION_AFTER_END ); - }, - - trim : function( ignoreStart, ignoreEnd ) - { - var startContainer = this.startContainer, - startOffset = this.startOffset, - collapsed = this.collapsed; - if ( ( !ignoreStart || collapsed ) - && startContainer && startContainer.type == CKEDITOR.NODE_TEXT ) - { - // If the offset is zero, we just insert the new node before - // the start. - if ( !startOffset ) - { - startOffset = startContainer.getIndex(); - startContainer = startContainer.getParent(); - } - // If the offset is at the end, we'll insert it after the text - // node. - else if ( startOffset >= startContainer.getLength() ) - { - startOffset = startContainer.getIndex() + 1; - startContainer = startContainer.getParent(); - } - // In other case, we split the text node and insert the new - // node at the split point. - else - { - var nextText = startContainer.split( startOffset ); - - startOffset = startContainer.getIndex() + 1; - startContainer = startContainer.getParent(); - - // Check all necessity of updating the end boundary. - if ( this.startContainer.equals( this.endContainer ) ) - this.setEnd( nextText, this.endOffset - this.startOffset ); - else if ( startContainer.equals( this.endContainer ) ) - this.endOffset += 1; - } - - this.setStart( startContainer, startOffset ); - - if ( collapsed ) - { - this.collapse( true ); - return; - } - } - - var endContainer = this.endContainer; - var endOffset = this.endOffset; - - if ( !( ignoreEnd || collapsed ) - && endContainer && endContainer.type == CKEDITOR.NODE_TEXT ) - { - // If the offset is zero, we just insert the new node before - // the start. - if ( !endOffset ) - { - endOffset = endContainer.getIndex(); - endContainer = endContainer.getParent(); - } - // If the offset is at the end, we'll insert it after the text - // node. - else if ( endOffset >= endContainer.getLength() ) - { - endOffset = endContainer.getIndex() + 1; - endContainer = endContainer.getParent(); - } - // In other case, we split the text node and insert the new - // node at the split point. - else - { - endContainer.split( endOffset ); - - endOffset = endContainer.getIndex() + 1; - endContainer = endContainer.getParent(); - } - - this.setEnd( endContainer, endOffset ); - } - }, - - /** - * Expands the range so that partial units are completely contained. - * @param unit {Number} The unit type to expand with. - * @param {Boolean} [excludeBrs=false] Whether include line-breaks when expanding. - */ - enlarge : function( unit, excludeBrs ) - { - switch ( unit ) - { - case CKEDITOR.ENLARGE_ELEMENT : - - if ( this.collapsed ) - return; - - // Get the common ancestor. - var commonAncestor = this.getCommonAncestor(); - - var body = this.document.getBody(); - - // For each boundary - // a. Depending on its position, find out the first node to be checked (a sibling) or, if not available, to be enlarge. - // b. Go ahead checking siblings and enlarging the boundary as much as possible until the common ancestor is not reached. After reaching the common ancestor, just save the enlargeable node to be used later. - - var startTop, endTop; - - var enlargeable, sibling, commonReached; - - // Indicates that the node can be added only if whitespace - // is available before it. - var needsWhiteSpace = false; - var isWhiteSpace; - var siblingText; - - // Process the start boundary. - - var container = this.startContainer; - var offset = this.startOffset; - - if ( container.type == CKEDITOR.NODE_TEXT ) - { - if ( offset ) - { - // Check if there is any non-space text before the - // offset. Otherwise, container is null. - container = !CKEDITOR.tools.trim( container.substring( 0, offset ) ).length && container; - - // If we found only whitespace in the node, it - // means that we'll need more whitespace to be able - // to expand. For example, <i> can be expanded in - // "A <i> [B]</i>", but not in "A<i> [B]</i>". - needsWhiteSpace = !!container; - } - - if ( container ) - { - if ( !( sibling = container.getPrevious() ) ) - enlargeable = container.getParent(); - } - } - else - { - // If we have offset, get the node preceeding it as the - // first sibling to be checked. - if ( offset ) - sibling = container.getChild( offset - 1 ) || container.getLast(); - - // If there is no sibling, mark the container to be - // enlarged. - if ( !sibling ) - enlargeable = container; - } - - while ( enlargeable || sibling ) - { - if ( enlargeable && !sibling ) - { - // If we reached the common ancestor, mark the flag - // for it. - if ( !commonReached && enlargeable.equals( commonAncestor ) ) - commonReached = true; - - if ( !body.contains( enlargeable ) ) - break; - - // If we don't need space or this element breaks - // the line, then enlarge it. - if ( !needsWhiteSpace || enlargeable.getComputedStyle( 'display' ) != 'inline' ) - { - needsWhiteSpace = false; - - // If the common ancestor has been reached, - // we'll not enlarge it immediately, but just - // mark it to be enlarged later if the end - // boundary also enlarges it. - if ( commonReached ) - startTop = enlargeable; - else - this.setStartBefore( enlargeable ); - } - - sibling = enlargeable.getPrevious(); - } - - // Check all sibling nodes preceeding the enlargeable - // node. The node wil lbe enlarged only if none of them - // blocks it. - while ( sibling ) - { - // This flag indicates that this node has - // whitespaces at the end. - isWhiteSpace = false; - - if ( sibling.type == CKEDITOR.NODE_TEXT ) - { - siblingText = sibling.getText(); - - if ( /[^\s\ufeff]/.test( siblingText ) ) - sibling = null; - - isWhiteSpace = /[\s\ufeff]$/.test( siblingText ); - } - else - { - // If this is a visible element. - // We need to check for the bookmark attribute because IE insists on - // rendering the display:none nodes we use for bookmarks. (#3363) - // Line-breaks (br) are rendered with zero width, which we don't want to include. (#7041) - if ( ( sibling.$.offsetWidth > 0 || excludeBrs && sibling.is( 'br' ) ) && !sibling.data( 'cke-bookmark' ) ) - { - // We'll accept it only if we need - // whitespace, and this is an inline - // element with whitespace only. - if ( needsWhiteSpace && CKEDITOR.dtd.$removeEmpty[ sibling.getName() ] ) - { - // It must contains spaces and inline elements only. - - siblingText = sibling.getText(); - - if ( (/[^\s\ufeff]/).test( siblingText ) ) // Spaces + Zero Width No-Break Space (U+FEFF) - sibling = null; - else - { - var allChildren = sibling.$.all || sibling.$.getElementsByTagName( '*' ); - for ( var i = 0, child ; child = allChildren[ i++ ] ; ) - { - if ( !CKEDITOR.dtd.$removeEmpty[ child.nodeName.toLowerCase() ] ) - { - sibling = null; - break; - } - } - } - - if ( sibling ) - isWhiteSpace = !!siblingText.length; - } - else - sibling = null; - } - } - - // A node with whitespaces has been found. - if ( isWhiteSpace ) - { - // Enlarge the last enlargeable node, if we - // were waiting for spaces. - if ( needsWhiteSpace ) - { - if ( commonReached ) - startTop = enlargeable; - else if ( enlargeable ) - this.setStartBefore( enlargeable ); - } - else - needsWhiteSpace = true; - } - - if ( sibling ) - { - var next = sibling.getPrevious(); - - if ( !enlargeable && !next ) - { - // Set the sibling as enlargeable, so it's - // parent will be get later outside this while. - enlargeable = sibling; - sibling = null; - break; - } - - sibling = next; - } - else - { - // If sibling has been set to null, then we - // need to stop enlarging. - enlargeable = null; - } - } - - if ( enlargeable ) - enlargeable = enlargeable.getParent(); - } - - // Process the end boundary. This is basically the same - // code used for the start boundary, with small changes to - // make it work in the oposite side (to the right). This - // makes it difficult to reuse the code here. So, fixes to - // the above code are likely to be replicated here. - - container = this.endContainer; - offset = this.endOffset; - - // Reset the common variables. - enlargeable = sibling = null; - commonReached = needsWhiteSpace = false; - - if ( container.type == CKEDITOR.NODE_TEXT ) - { - // Check if there is any non-space text after the - // offset. Otherwise, container is null. - container = !CKEDITOR.tools.trim( container.substring( offset ) ).length && container; - - // If we found only whitespace in the node, it - // means that we'll need more whitespace to be able - // to expand. For example, <i> can be expanded in - // "A <i> [B]</i>", but not in "A<i> [B]</i>". - needsWhiteSpace = !( container && container.getLength() ); - - if ( container ) - { - if ( !( sibling = container.getNext() ) ) - enlargeable = container.getParent(); - } - } - else - { - // Get the node right after the boudary to be checked - // first. - sibling = container.getChild( offset ); - - if ( !sibling ) - enlargeable = container; - } - - while ( enlargeable || sibling ) - { - if ( enlargeable && !sibling ) - { - if ( !commonReached && enlargeable.equals( commonAncestor ) ) - commonReached = true; - - if ( !body.contains( enlargeable ) ) - break; - - if ( !needsWhiteSpace || enlargeable.getComputedStyle( 'display' ) != 'inline' ) - { - needsWhiteSpace = false; - - if ( commonReached ) - endTop = enlargeable; - else if ( enlargeable ) - this.setEndAfter( enlargeable ); - } - - sibling = enlargeable.getNext(); - } - - while ( sibling ) - { - isWhiteSpace = false; - - if ( sibling.type == CKEDITOR.NODE_TEXT ) - { - siblingText = sibling.getText(); - - if ( /[^\s\ufeff]/.test( siblingText ) ) - sibling = null; - - isWhiteSpace = /^[\s\ufeff]/.test( siblingText ); - } - else - { - // If this is a visible element. - // We need to check for the bookmark attribute because IE insists on - // rendering the display:none nodes we use for bookmarks. (#3363) - // Line-breaks (br) are rendered with zero width, which we don't want to include. (#7041) - if ( ( sibling.$.offsetWidth > 0 || excludeBrs && sibling.is( 'br' ) ) && !sibling.data( 'cke-bookmark' ) ) - { - // We'll accept it only if we need - // whitespace, and this is an inline - // element with whitespace only. - if ( needsWhiteSpace && CKEDITOR.dtd.$removeEmpty[ sibling.getName() ] ) - { - // It must contains spaces and inline elements only. - - siblingText = sibling.getText(); - - if ( (/[^\s\ufeff]/).test( siblingText ) ) - sibling = null; - else - { - allChildren = sibling.$.all || sibling.$.getElementsByTagName( '*' ); - for ( i = 0 ; child = allChildren[ i++ ] ; ) - { - if ( !CKEDITOR.dtd.$removeEmpty[ child.nodeName.toLowerCase() ] ) - { - sibling = null; - break; - } - } - } - - if ( sibling ) - isWhiteSpace = !!siblingText.length; - } - else - sibling = null; - } - } - - if ( isWhiteSpace ) - { - if ( needsWhiteSpace ) - { - if ( commonReached ) - endTop = enlargeable; - else - this.setEndAfter( enlargeable ); - } - } - - if ( sibling ) - { - next = sibling.getNext(); - - if ( !enlargeable && !next ) - { - enlargeable = sibling; - sibling = null; - break; - } - - sibling = next; - } - else - { - // If sibling has been set to null, then we - // need to stop enlarging. - enlargeable = null; - } - } - - if ( enlargeable ) - enlargeable = enlargeable.getParent(); - } - - // If the common ancestor can be enlarged by both boundaries, then include it also. - if ( startTop && endTop ) - { - commonAncestor = startTop.contains( endTop ) ? endTop : startTop; - - this.setStartBefore( commonAncestor ); - this.setEndAfter( commonAncestor ); - } - break; - - case CKEDITOR.ENLARGE_BLOCK_CONTENTS: - case CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS: - - // Enlarging the start boundary. - var walkerRange = new CKEDITOR.dom.range( this.document ); - - body = this.document.getBody(); - - walkerRange.setStartAt( body, CKEDITOR.POSITION_AFTER_START ); - walkerRange.setEnd( this.startContainer, this.startOffset ); - - var walker = new CKEDITOR.dom.walker( walkerRange ), - blockBoundary, // The node on which the enlarging should stop. - tailBr, // In case BR as block boundary. - notBlockBoundary = CKEDITOR.dom.walker.blockBoundary( - ( unit == CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS ) ? { br : 1 } : null ), - // Record the encountered 'blockBoundary' for later use. - boundaryGuard = function( node ) - { - var retval = notBlockBoundary( node ); - if ( !retval ) - blockBoundary = node; - return retval; - }, - // Record the encounted 'tailBr' for later use. - tailBrGuard = function( node ) - { - var retval = boundaryGuard( node ); - if ( !retval && node.is && node.is( 'br' ) ) - tailBr = node; - return retval; - }; - - walker.guard = boundaryGuard; - - enlargeable = walker.lastBackward(); - - // It's the body which stop the enlarging if no block boundary found. - blockBoundary = blockBoundary || body; - - // Start the range either after the end of found block (<p>...</p>[text) - // or at the start of block (<p>[text...), by comparing the document position - // with 'enlargeable' node. - this.setStartAt( - blockBoundary, - !blockBoundary.is( 'br' ) && - ( !enlargeable && this.checkStartOfBlock() - || enlargeable && blockBoundary.contains( enlargeable ) ) ? - CKEDITOR.POSITION_AFTER_START : - CKEDITOR.POSITION_AFTER_END ); - - // Enlarging the end boundary. - walkerRange = this.clone(); - walkerRange.collapse(); - walkerRange.setEndAt( body, CKEDITOR.POSITION_BEFORE_END ); - walker = new CKEDITOR.dom.walker( walkerRange ); - - // tailBrGuard only used for on range end. - walker.guard = ( unit == CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS ) ? - tailBrGuard : boundaryGuard; - blockBoundary = null; - // End the range right before the block boundary node. - - enlargeable = walker.lastForward(); - - // It's the body which stop the enlarging if no block boundary found. - blockBoundary = blockBoundary || body; - - // Close the range either before the found block start (text]<p>...</p>) or at the block end (...text]</p>) - // by comparing the document position with 'enlargeable' node. - this.setEndAt( - blockBoundary, - ( !enlargeable && this.checkEndOfBlock() - || enlargeable && blockBoundary.contains( enlargeable ) ) ? - CKEDITOR.POSITION_BEFORE_END : - CKEDITOR.POSITION_BEFORE_START ); - // We must include the <br> at the end of range if there's - // one and we're expanding list item contents - if ( tailBr ) - this.setEndAfter( tailBr ); - } - }, - - /** - * Descrease the range to make sure that boundaries - * always anchor beside text nodes or innermost element. - * @param {Number} mode ( CKEDITOR.SHRINK_ELEMENT | CKEDITOR.SHRINK_TEXT ) The shrinking mode. - * <dl> - * <dt>CKEDITOR.SHRINK_ELEMENT</dt> - * <dd>Shrink the range boundaries to the edge of the innermost element.</dd> - * <dt>CKEDITOR.SHRINK_TEXT</dt> - * <dd>Shrink the range boudaries to anchor by the side of enclosed text node, range remains if there's no text nodes on boundaries at all.</dd> - * </dl> - * @param {Boolean} selectContents Whether result range anchors at the inner OR outer boundary of the node. - */ - shrink : function( mode, selectContents ) - { - // Unable to shrink a collapsed range. - if ( !this.collapsed ) - { - mode = mode || CKEDITOR.SHRINK_TEXT; - - var walkerRange = this.clone(); - - var startContainer = this.startContainer, - endContainer = this.endContainer, - startOffset = this.startOffset, - endOffset = this.endOffset, - collapsed = this.collapsed; - - // Whether the start/end boundary is moveable. - var moveStart = 1, - moveEnd = 1; - - if ( startContainer && startContainer.type == CKEDITOR.NODE_TEXT ) - { - if ( !startOffset ) - walkerRange.setStartBefore( startContainer ); - else if ( startOffset >= startContainer.getLength( ) ) - walkerRange.setStartAfter( startContainer ); - else - { - // Enlarge the range properly to avoid walker making - // DOM changes caused by triming the text nodes later. - walkerRange.setStartBefore( startContainer ); - moveStart = 0; - } - } - - if ( endContainer && endContainer.type == CKEDITOR.NODE_TEXT ) - { - if ( !endOffset ) - walkerRange.setEndBefore( endContainer ); - else if ( endOffset >= endContainer.getLength( ) ) - walkerRange.setEndAfter( endContainer ); - else - { - walkerRange.setEndAfter( endContainer ); - moveEnd = 0; - } - } - - var walker = new CKEDITOR.dom.walker( walkerRange ), - isBookmark = CKEDITOR.dom.walker.bookmark(); - - walker.evaluator = function( node ) - { - return node.type == ( mode == CKEDITOR.SHRINK_ELEMENT ? - CKEDITOR.NODE_ELEMENT : CKEDITOR.NODE_TEXT ); - }; - - var currentElement; - walker.guard = function( node, movingOut ) - { - if ( isBookmark( node ) ) - return true; - - // Stop when we're shrink in element mode while encountering a text node. - if ( mode == CKEDITOR.SHRINK_ELEMENT && node.type == CKEDITOR.NODE_TEXT ) - return false; - - // Stop when we've already walked "through" an element. - if ( movingOut && node.equals( currentElement ) ) - return false; - - if ( !movingOut && node.type == CKEDITOR.NODE_ELEMENT ) - currentElement = node; - - return true; - }; - - if ( moveStart ) - { - var textStart = walker[ mode == CKEDITOR.SHRINK_ELEMENT ? 'lastForward' : 'next'](); - textStart && this.setStartAt( textStart, selectContents ? CKEDITOR.POSITION_AFTER_START : CKEDITOR.POSITION_BEFORE_START ); - } - - if ( moveEnd ) - { - walker.reset(); - var textEnd = walker[ mode == CKEDITOR.SHRINK_ELEMENT ? 'lastBackward' : 'previous'](); - textEnd && this.setEndAt( textEnd, selectContents ? CKEDITOR.POSITION_BEFORE_END : CKEDITOR.POSITION_AFTER_END ); - } - - return !!( moveStart || moveEnd ); - } - }, - - /** - * Inserts a node at the start of the range. The range will be expanded - * the contain the node. - */ - insertNode : function( node ) - { - this.optimizeBookmark(); - this.trim( false, true ); - - var startContainer = this.startContainer; - var startOffset = this.startOffset; - - var nextNode = startContainer.getChild( startOffset ); - - if ( nextNode ) - node.insertBefore( nextNode ); - else - startContainer.append( node ); - - // Check if we need to update the end boundary. - if ( node.getParent().equals( this.endContainer ) ) - this.endOffset++; - - // Expand the range to embrace the new node. - this.setStartBefore( node ); - }, - - moveToPosition : function( node, position ) - { - this.setStartAt( node, position ); - this.collapse( true ); - }, - - selectNodeContents : function( node ) - { - this.setStart( node, 0 ); - this.setEnd( node, node.type == CKEDITOR.NODE_TEXT ? node.getLength() : node.getChildCount() ); - }, - - /** - * Sets the start position of a Range. - * @param {CKEDITOR.dom.node} startNode The node to start the range. - * @param {Number} startOffset An integer greater than or equal to zero - * representing the offset for the start of the range from the start - * of startNode. - */ - setStart : function( startNode, startOffset ) - { - // W3C requires a check for the new position. If it is after the end - // boundary, the range should be collapsed to the new start. It seams - // we will not need this check for our use of this class so we can - // ignore it for now. - - // Fixing invalid range start inside dtd empty elements. - if( startNode.type == CKEDITOR.NODE_ELEMENT - && CKEDITOR.dtd.$empty[ startNode.getName() ] ) - startOffset = startNode.getIndex(), startNode = startNode.getParent(); - - this.startContainer = startNode; - this.startOffset = startOffset; - - if ( !this.endContainer ) - { - this.endContainer = startNode; - this.endOffset = startOffset; - } - - updateCollapsed( this ); - }, - - /** - * Sets the end position of a Range. - * @param {CKEDITOR.dom.node} endNode The node to end the range. - * @param {Number} endOffset An integer greater than or equal to zero - * representing the offset for the end of the range from the start - * of endNode. - */ - setEnd : function( endNode, endOffset ) - { - // W3C requires a check for the new position. If it is before the start - // boundary, the range should be collapsed to the new end. It seams we - // will not need this check for our use of this class so we can ignore - // it for now. - - // Fixing invalid range end inside dtd empty elements. - if( endNode.type == CKEDITOR.NODE_ELEMENT - && CKEDITOR.dtd.$empty[ endNode.getName() ] ) - endOffset = endNode.getIndex() + 1, endNode = endNode.getParent(); - - this.endContainer = endNode; - this.endOffset = endOffset; - - if ( !this.startContainer ) - { - this.startContainer = endNode; - this.startOffset = endOffset; - } - - updateCollapsed( this ); - }, - - setStartAfter : function( node ) - { - this.setStart( node.getParent(), node.getIndex() + 1 ); - }, - - setStartBefore : function( node ) - { - this.setStart( node.getParent(), node.getIndex() ); - }, - - setEndAfter : function( node ) - { - this.setEnd( node.getParent(), node.getIndex() + 1 ); - }, - - setEndBefore : function( node ) - { - this.setEnd( node.getParent(), node.getIndex() ); - }, - - setStartAt : function( node, position ) - { - switch( position ) - { - case CKEDITOR.POSITION_AFTER_START : - this.setStart( node, 0 ); - break; - - case CKEDITOR.POSITION_BEFORE_END : - if ( node.type == CKEDITOR.NODE_TEXT ) - this.setStart( node, node.getLength() ); - else - this.setStart( node, node.getChildCount() ); - break; - - case CKEDITOR.POSITION_BEFORE_START : - this.setStartBefore( node ); - break; - - case CKEDITOR.POSITION_AFTER_END : - this.setStartAfter( node ); - } - - updateCollapsed( this ); - }, - - setEndAt : function( node, position ) - { - switch( position ) - { - case CKEDITOR.POSITION_AFTER_START : - this.setEnd( node, 0 ); - break; - - case CKEDITOR.POSITION_BEFORE_END : - if ( node.type == CKEDITOR.NODE_TEXT ) - this.setEnd( node, node.getLength() ); - else - this.setEnd( node, node.getChildCount() ); - break; - - case CKEDITOR.POSITION_BEFORE_START : - this.setEndBefore( node ); - break; - - case CKEDITOR.POSITION_AFTER_END : - this.setEndAfter( node ); - } - - updateCollapsed( this ); - }, - - fixBlock : function( isStart, blockTag ) - { - var bookmark = this.createBookmark(), - fixedBlock = this.document.createElement( blockTag ); - - this.collapse( isStart ); - - this.enlarge( CKEDITOR.ENLARGE_BLOCK_CONTENTS ); - - this.extractContents().appendTo( fixedBlock ); - fixedBlock.trim(); - - if ( !CKEDITOR.env.ie ) - fixedBlock.appendBogus(); - - this.insertNode( fixedBlock ); - - this.moveToBookmark( bookmark ); - - return fixedBlock; - }, - - splitBlock : function( blockTag ) - { - var startPath = new CKEDITOR.dom.elementPath( this.startContainer ), - endPath = new CKEDITOR.dom.elementPath( this.endContainer ); - - var startBlockLimit = startPath.blockLimit, - endBlockLimit = endPath.blockLimit; - - var startBlock = startPath.block, - endBlock = endPath.block; - - var elementPath = null; - // Do nothing if the boundaries are in different block limits. - if ( !startBlockLimit.equals( endBlockLimit ) ) - return null; - - // Get or fix current blocks. - if ( blockTag != 'br' ) - { - if ( !startBlock ) - { - startBlock = this.fixBlock( true, blockTag ); - endBlock = new CKEDITOR.dom.elementPath( this.endContainer ).block; - } - - if ( !endBlock ) - endBlock = this.fixBlock( false, blockTag ); - } - - // Get the range position. - var isStartOfBlock = startBlock && this.checkStartOfBlock(), - isEndOfBlock = endBlock && this.checkEndOfBlock(); - - // Delete the current contents. - // TODO: Why is 2.x doing CheckIsEmpty()? - this.deleteContents(); - - if ( startBlock && startBlock.equals( endBlock ) ) - { - if ( isEndOfBlock ) - { - elementPath = new CKEDITOR.dom.elementPath( this.startContainer ); - this.moveToPosition( endBlock, CKEDITOR.POSITION_AFTER_END ); - endBlock = null; - } - else if ( isStartOfBlock ) - { - elementPath = new CKEDITOR.dom.elementPath( this.startContainer ); - this.moveToPosition( startBlock, CKEDITOR.POSITION_BEFORE_START ); - startBlock = null; - } - else - { - endBlock = this.splitElement( startBlock ); - - // In Gecko, the last child node must be a bogus <br>. - // Note: bogus <br> added under <ul> or <ol> would cause - // lists to be incorrectly rendered. - if ( !CKEDITOR.env.ie && !startBlock.is( 'ul', 'ol') ) - startBlock.appendBogus() ; - } - } - - return { - previousBlock : startBlock, - nextBlock : endBlock, - wasStartOfBlock : isStartOfBlock, - wasEndOfBlock : isEndOfBlock, - elementPath : elementPath - }; - }, - - /** - * Branch the specified element from the collapsed range position and - * place the caret between the two result branches. - * Note: The range must be collapsed and been enclosed by this element. - * @param {CKEDITOR.dom.element} element - * @return {CKEDITOR.dom.element} Root element of the new branch after the split. - */ - splitElement : function( toSplit ) - { - if ( !this.collapsed ) - return null; - - // Extract the contents of the block from the selection point to the end - // of its contents. - this.setEndAt( toSplit, CKEDITOR.POSITION_BEFORE_END ); - var documentFragment = this.extractContents(); - - // Duplicate the element after it. - var clone = toSplit.clone( false ); - - // Place the extracted contents into the duplicated element. - documentFragment.appendTo( clone ); - clone.insertAfter( toSplit ); - this.moveToPosition( toSplit, CKEDITOR.POSITION_AFTER_END ); - return clone; - }, - - /** - * Check whether a range boundary is at the inner boundary of a given - * element. - * @param {CKEDITOR.dom.element} element The target element to check. - * @param {Number} checkType The boundary to check for both the range - * and the element. It can be CKEDITOR.START or CKEDITOR.END. - * @returns {Boolean} "true" if the range boundary is at the inner - * boundary of the element. - */ - checkBoundaryOfElement : function( element, checkType ) - { - var checkStart = ( checkType == CKEDITOR.START ); - - // Create a copy of this range, so we can manipulate it for our checks. - var walkerRange = this.clone(); - - // Collapse the range at the proper size. - walkerRange.collapse( checkStart ); - - // Expand the range to element boundary. - walkerRange[ checkStart ? 'setStartAt' : 'setEndAt' ] - ( element, checkStart ? CKEDITOR.POSITION_AFTER_START : CKEDITOR.POSITION_BEFORE_END ); - - // Create the walker, which will check if we have anything useful - // in the range. - var walker = new CKEDITOR.dom.walker( walkerRange ); - walker.evaluator = elementBoundaryEval; - - return walker[ checkStart ? 'checkBackward' : 'checkForward' ](); - }, - - // Calls to this function may produce changes to the DOM. The range may - // be updated to reflect such changes. - checkStartOfBlock : function() - { - var startContainer = this.startContainer, - startOffset = this.startOffset; - - // If the starting node is a text node, and non-empty before the offset, - // then we're surely not at the start of block. - if ( startOffset && startContainer.type == CKEDITOR.NODE_TEXT ) - { - var textBefore = CKEDITOR.tools.ltrim( startContainer.substring( 0, startOffset ) ); - if ( textBefore.length ) - return false; - } - - // Antecipate the trim() call here, so the walker will not make - // changes to the DOM, which would not get reflected into this - // range otherwise. - this.trim(); - - // We need to grab the block element holding the start boundary, so - // let's use an element path for it. - var path = new CKEDITOR.dom.elementPath( this.startContainer ); - - // Creates a range starting at the block start until the range start. - var walkerRange = this.clone(); - walkerRange.collapse( true ); - walkerRange.setStartAt( path.block || path.blockLimit, CKEDITOR.POSITION_AFTER_START ); - - var walker = new CKEDITOR.dom.walker( walkerRange ); - walker.evaluator = getCheckStartEndBlockEvalFunction( true ); - - return walker.checkBackward(); - }, - - checkEndOfBlock : function() - { - var endContainer = this.endContainer, - endOffset = this.endOffset; - - // If the ending node is a text node, and non-empty after the offset, - // then we're surely not at the end of block. - if ( endContainer.type == CKEDITOR.NODE_TEXT ) - { - var textAfter = CKEDITOR.tools.rtrim( endContainer.substring( endOffset ) ); - if ( textAfter.length ) - return false; - } - - // Antecipate the trim() call here, so the walker will not make - // changes to the DOM, which would not get reflected into this - // range otherwise. - this.trim(); - - // We need to grab the block element holding the start boundary, so - // let's use an element path for it. - var path = new CKEDITOR.dom.elementPath( this.endContainer ); - - // Creates a range starting at the block start until the range start. - var walkerRange = this.clone(); - walkerRange.collapse( false ); - walkerRange.setEndAt( path.block || path.blockLimit, CKEDITOR.POSITION_BEFORE_END ); - - var walker = new CKEDITOR.dom.walker( walkerRange ); - walker.evaluator = getCheckStartEndBlockEvalFunction( false ); - - return walker.checkForward(); - }, - - /** - * Check if elements at which the range boundaries anchor are read-only, - * with respect to "contenteditable" attribute. - */ - checkReadOnly : ( function() - { - function checkNodesEditable( node, anotherEnd ) - { - while( node ) - { - if ( node.type == CKEDITOR.NODE_ELEMENT ) - { - if ( node.getAttribute( 'contentEditable' ) == 'false' - && !node.data( 'cke-editable' ) ) - { - return 0; - } - // Range enclosed entirely in an editable element. - else if ( node.is( 'html' ) - || node.getAttribute( 'contentEditable' ) == 'true' - && ( node.contains( anotherEnd ) || node.equals( anotherEnd ) ) ) - { - break; - } - } - node = node.getParent(); - } - - return 1; - } - - return function() - { - var startNode = this.startContainer, - endNode = this.endContainer; - - // Check if elements path at both boundaries are editable. - return !( checkNodesEditable( startNode, endNode ) && checkNodesEditable( endNode, startNode ) ); - }; - })(), - - /** - * Moves the range boundaries to the first/end editing point inside an - * element. For example, in an element tree like - * "<p><b><i></i></b> Text</p>", the start editing point is - * "<p><b><i>^</i></b> Text</p>" (inside <i>). - * @param {CKEDITOR.dom.element} el The element into which look for the - * editing spot. - * @param {Boolean} isMoveToEnd Whether move to the end editable position. - */ - moveToElementEditablePosition : function( el, isMoveToEnd ) - { - var isEditable; - - // Empty elements are rejected. - if ( CKEDITOR.dtd.$empty[ el.getName() ] ) - return false; - - while ( el && el.type == CKEDITOR.NODE_ELEMENT ) - { - isEditable = el.isEditable(); - - // If an editable element is found, move inside it. - if ( isEditable ) - this.moveToPosition( el, isMoveToEnd ? - CKEDITOR.POSITION_BEFORE_END : - CKEDITOR.POSITION_AFTER_START ); - // Stop immediately if we've found a non editable inline element (e.g <img>). - else if ( CKEDITOR.dtd.$inline[ el.getName() ] ) - { - this.moveToPosition( el, isMoveToEnd ? - CKEDITOR.POSITION_AFTER_END : - CKEDITOR.POSITION_BEFORE_START ); - return true; - } - - // Non-editable non-inline elements are to be bypassed, getting the next one. - if ( CKEDITOR.dtd.$empty[ el.getName() ] ) - el = el[ isMoveToEnd ? 'getPrevious' : 'getNext' ]( nonWhitespaceOrBookmarkEval ); - else - el = el[ isMoveToEnd ? 'getLast' : 'getFirst' ]( nonWhitespaceOrBookmarkEval ); - - // Stop immediately if we've found a text node. - if ( el && el.type == CKEDITOR.NODE_TEXT ) - { - this.moveToPosition( el, isMoveToEnd ? - CKEDITOR.POSITION_AFTER_END : - CKEDITOR.POSITION_BEFORE_START ); - return true; - } - } - - return isEditable; - }, - - /** - *@see {CKEDITOR.dom.range.moveToElementEditablePosition} - */ - moveToElementEditStart : function( target ) - { - return this.moveToElementEditablePosition( target ); - }, - - /** - *@see {CKEDITOR.dom.range.moveToElementEditablePosition} - */ - moveToElementEditEnd : function( target ) - { - return this.moveToElementEditablePosition( target, true ); - }, - - /** - * Get the single node enclosed within the range if there's one. - */ - getEnclosedNode : function() - { - var walkerRange = this.clone(); - - // Optimize and analyze the range to avoid DOM destructive nature of walker. (#5780) - walkerRange.optimize(); - if ( walkerRange.startContainer.type != CKEDITOR.NODE_ELEMENT - || walkerRange.endContainer.type != CKEDITOR.NODE_ELEMENT ) - return null; - - var walker = new CKEDITOR.dom.walker( walkerRange ), - isNotBookmarks = CKEDITOR.dom.walker.bookmark( true ), - isNotWhitespaces = CKEDITOR.dom.walker.whitespaces( true ), - evaluator = function( node ) - { - return isNotWhitespaces( node ) && isNotBookmarks( node ); - }; - walkerRange.evaluator = evaluator; - var node = walker.next(); - walker.reset(); - return node && node.equals( walker.previous() ) ? node : null; - }, - - getTouchedStartNode : function() - { - var container = this.startContainer ; - - if ( this.collapsed || container.type != CKEDITOR.NODE_ELEMENT ) - return container ; - - return container.getChild( this.startOffset ) || container ; - }, - - getTouchedEndNode : function() - { - var container = this.endContainer ; - - if ( this.collapsed || container.type != CKEDITOR.NODE_ELEMENT ) - return container ; - - return container.getChild( this.endOffset - 1 ) || container ; - } - }; -})(); - -CKEDITOR.POSITION_AFTER_START = 1; // <element>^contents</element> "^text" -CKEDITOR.POSITION_BEFORE_END = 2; // <element>contents^</element> "text^" -CKEDITOR.POSITION_BEFORE_START = 3; // ^<element>contents</element> ^"text" -CKEDITOR.POSITION_AFTER_END = 4; // <element>contents</element>^ "text" - -CKEDITOR.ENLARGE_ELEMENT = 1; -CKEDITOR.ENLARGE_BLOCK_CONTENTS = 2; -CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS = 3; - -// Check boundary types. -// @see CKEDITOR.dom.range.prototype.checkBoundaryOfElement -CKEDITOR.START = 1; -CKEDITOR.END = 2; -CKEDITOR.STARTEND = 3; - -// Shrink range types. -// @see CKEDITOR.dom.range.prototype.shrink -CKEDITOR.SHRINK_ELEMENT = 1; -CKEDITOR.SHRINK_TEXT = 2; diff --git a/skins/ckeditor/_source/core/dom/rangelist.js b/skins/ckeditor/_source/core/dom/rangelist.js deleted file mode 100644 index 2685506..0000000 --- a/skins/ckeditor/_source/core/dom/rangelist.js +++ /dev/null @@ -1,213 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - /** - * Represents a list os CKEDITOR.dom.range objects, which can be easily - * iterated sequentially. - * @constructor - * @param {CKEDITOR.dom.range|Array} [ranges] The ranges contained on this list. - * Note that, if an array of ranges is specified, the range sequence - * should match its DOM order. This class will not help to sort them. - */ - CKEDITOR.dom.rangeList = function( ranges ) - { - if ( ranges instanceof CKEDITOR.dom.rangeList ) - return ranges; - - if ( !ranges ) - ranges = []; - else if ( ranges instanceof CKEDITOR.dom.range ) - ranges = [ ranges ]; - - return CKEDITOR.tools.extend( ranges, mixins ); - }; - - var mixins = - /** @lends CKEDITOR.dom.rangeList.prototype */ - { - /** - * Creates an instance of the rangeList iterator, it should be used - * only when the ranges processing could be DOM intrusive, which - * means it may pollute and break other ranges in this list. - * Otherwise, it's enough to just iterate over this array in a for loop. - * @returns {CKEDITOR.dom.rangeListIterator} - */ - createIterator : function() - { - var rangeList = this, - bookmark = CKEDITOR.dom.walker.bookmark(), - guard = function( node ) { return ! ( node.is && node.is( 'tr' ) ); }, - bookmarks = [], - current; - - /** - * @lends CKEDITOR.dom.rangeListIterator.prototype - */ - return { - - /** - * Retrieves the next range in the list. - * @param {Boolean} mergeConsequent Whether join two adjacent ranges into single, e.g. consequent table cells. - */ - getNextRange : function( mergeConsequent ) - { - current = current == undefined ? 0 : current + 1; - - var range = rangeList[ current ]; - - // Multiple ranges might be mangled by each other. - if ( range && rangeList.length > 1 ) - { - // Bookmarking all other ranges on the first iteration, - // the range correctness after it doesn't matter since we'll - // restore them before the next iteration. - if ( !current ) - { - // Make sure bookmark correctness by reverse processing. - for ( var i = rangeList.length - 1; i >= 0; i-- ) - bookmarks.unshift( rangeList[ i ].createBookmark( true ) ); - } - - if ( mergeConsequent ) - { - // Figure out how many ranges should be merged. - var mergeCount = 0; - while ( rangeList[ current + mergeCount + 1 ] ) - { - var doc = range.document, - found = 0, - left = doc.getById( bookmarks[ mergeCount ].endNode ), - right = doc.getById( bookmarks[ mergeCount + 1 ].startNode ), - next; - - // Check subsequent range. - while ( 1 ) - { - next = left.getNextSourceNode( false ); - if ( !right.equals( next ) ) - { - // This could be yet another bookmark or - // walking across block boundaries. - if ( bookmark( next ) || ( next.type == CKEDITOR.NODE_ELEMENT && next.isBlockBoundary() ) ) - { - left = next; - continue; - } - } - else - found = 1; - - break; - } - - if ( !found ) - break; - - mergeCount++; - } - } - - range.moveToBookmark( bookmarks.shift() ); - - // Merge ranges finally after moving to bookmarks. - while( mergeCount-- ) - { - next = rangeList[ ++current ]; - next.moveToBookmark( bookmarks.shift() ); - range.setEnd( next.endContainer, next.endOffset ); - } - } - - return range; - } - }; - }, - - createBookmarks : function( serializable ) - { - var retval = [], bookmark; - for ( var i = 0; i < this.length ; i++ ) - { - retval.push( bookmark = this[ i ].createBookmark( serializable, true) ); - - // Updating the container & offset values for ranges - // that have been touched. - for ( var j = i + 1; j < this.length; j++ ) - { - this[ j ] = updateDirtyRange( bookmark, this[ j ] ); - this[ j ] = updateDirtyRange( bookmark, this[ j ], true ); - } - } - return retval; - }, - - createBookmarks2 : function( normalized ) - { - var bookmarks = []; - - for ( var i = 0 ; i < this.length ; i++ ) - bookmarks.push( this[ i ].createBookmark2( normalized ) ); - - return bookmarks; - }, - - /** - * Move each range in the list to the position specified by a list of bookmarks. - * @param {Array} bookmarks The list of bookmarks, each one matching a range in the list. - */ - moveToBookmarks : function( bookmarks ) - { - for ( var i = 0 ; i < this.length ; i++ ) - this[ i ].moveToBookmark( bookmarks[ i ] ); - } - }; - - // Update the specified range which has been mangled by previous insertion of - // range bookmark nodes.(#3256) - function updateDirtyRange( bookmark, dirtyRange, checkEnd ) - { - var serializable = bookmark.serializable, - container = dirtyRange[ checkEnd ? 'endContainer' : 'startContainer' ], - offset = checkEnd ? 'endOffset' : 'startOffset'; - - var bookmarkStart = serializable ? - dirtyRange.document.getById( bookmark.startNode ) - : bookmark.startNode; - - var bookmarkEnd = serializable ? - dirtyRange.document.getById( bookmark.endNode ) - : bookmark.endNode; - - if ( container.equals( bookmarkStart.getPrevious() ) ) - { - dirtyRange.startOffset = dirtyRange.startOffset - - container.getLength() - - bookmarkEnd.getPrevious().getLength(); - container = bookmarkEnd.getNext(); - } - else if ( container.equals( bookmarkEnd.getPrevious() ) ) - { - dirtyRange.startOffset = dirtyRange.startOffset - container.getLength(); - container = bookmarkEnd.getNext(); - } - - container.equals( bookmarkStart.getParent() ) && dirtyRange[ offset ]++; - container.equals( bookmarkEnd.getParent() ) && dirtyRange[ offset ]++; - - // Update and return this range. - dirtyRange[ checkEnd ? 'endContainer' : 'startContainer' ] = container; - return dirtyRange; - } -})(); - -/** - * (Virtual Class) Do not call this constructor. This class is not really part - * of the API. It just describes the return type of {@link CKEDITOR.dom.rangeList#createIterator}. - * @name CKEDITOR.dom.rangeListIterator - * @constructor - * @example - */ diff --git a/skins/ckeditor/_source/core/dom/text.js b/skins/ckeditor/_source/core/dom/text.js deleted file mode 100644 index 4abf8fc..0000000 --- a/skins/ckeditor/_source/core/dom/text.js +++ /dev/null @@ -1,128 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.dom.text} class, which represents - * a DOM text node. - */ - -/** - * Represents a DOM text node. - * @constructor - * @augments CKEDITOR.dom.node - * @param {Object|String} text A native DOM text node or a string containing - * the text to use to create a new text node. - * @param {CKEDITOR.dom.document} [ownerDocument] The document that will contain - * the node in case of new node creation. Defaults to the current document. - * @example - * var nativeNode = document.createTextNode( 'Example' ); - * var text = CKEDITOR.dom.text( nativeNode ); - * @example - * var text = CKEDITOR.dom.text( 'Example' ); - */ -CKEDITOR.dom.text = function( text, ownerDocument ) -{ - if ( typeof text == 'string' ) - text = ( ownerDocument ? ownerDocument.$ : document ).createTextNode( text ); - - // Theoretically, we should call the base constructor here - // (not CKEDITOR.dom.node though). But, IE doesn't support expando - // properties on text node, so the features provided by domObject will not - // work for text nodes (which is not a big issue for us). - // - // CKEDITOR.dom.domObject.call( this, element ); - - /** - * The native DOM text node represented by this class instance. - * @type Object - * @example - * var element = new CKEDITOR.dom.text( 'Example' ); - * alert( element.$.nodeType ); // "3" - */ - this.$ = text; -}; - -CKEDITOR.dom.text.prototype = new CKEDITOR.dom.node(); - -CKEDITOR.tools.extend( CKEDITOR.dom.text.prototype, - /** @lends CKEDITOR.dom.text.prototype */ - { - /** - * The node type. This is a constant value set to - * {@link CKEDITOR.NODE_TEXT}. - * @type Number - * @example - */ - type : CKEDITOR.NODE_TEXT, - - getLength : function() - { - return this.$.nodeValue.length; - }, - - getText : function() - { - return this.$.nodeValue; - }, - - setText : function( text ) - { - this.$.nodeValue = text; - }, - - /** - * Breaks this text node into two nodes at the specified offset, - * keeping both in the tree as siblings. This node then only contains - * all the content up to the offset point. A new text node, which is - * inserted as the next sibling of this node, contains all the content - * at and after the offset point. When the offset is equal to the - * length of this node, the new node has no data. - * @param {Number} The position at which to split, starting from zero. - * @returns {CKEDITOR.dom.text} The new text node. - */ - split : function( offset ) - { - // If the offset is after the last char, IE creates the text node - // on split, but don't include it into the DOM. So, we have to do - // that manually here. - if ( CKEDITOR.env.ie && offset == this.getLength() ) - { - var next = this.getDocument().createText( '' ); - next.insertAfter( this ); - return next; - } - - var doc = this.getDocument(); - var retval = new CKEDITOR.dom.text( this.$.splitText( offset ), doc ); - - // IE BUG: IE8 does not update the childNodes array in DOM after splitText(), - // we need to make some DOM changes to make it update. (#3436) - if ( CKEDITOR.env.ie8 ) - { - var workaround = new CKEDITOR.dom.text( '', doc ); - workaround.insertAfter( retval ); - workaround.remove(); - } - - return retval; - }, - - /** - * Extracts characters from indexA up to but not including indexB. - * @param {Number} indexA An integer between 0 and one less than the - * length of the text. - * @param {Number} [indexB] An integer between 0 and the length of the - * string. If omitted, extracts characters to the end of the text. - */ - substring : function( indexA, indexB ) - { - // We need the following check due to a Firefox bug - // https://bugzilla.mozilla.org/show_bug.cgi?id=458886 - if ( typeof indexB != 'number' ) - return this.$.nodeValue.substr( indexA ); - else - return this.$.nodeValue.substring( indexA, indexB ); - } - }); diff --git a/skins/ckeditor/_source/core/dom/walker.js b/skins/ckeditor/_source/core/dom/walker.js deleted file mode 100644 index 7f430b8..0000000 --- a/skins/ckeditor/_source/core/dom/walker.js +++ /dev/null @@ -1,462 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - // This function is to be called under a "walker" instance scope. - function iterate( rtl, breakOnFalse ) - { - // Return null if we have reached the end. - if ( this._.end ) - return null; - - var node, - range = this.range, - guard, - userGuard = this.guard, - type = this.type, - getSourceNodeFn = ( rtl ? 'getPreviousSourceNode' : 'getNextSourceNode' ); - - // This is the first call. Initialize it. - if ( !this._.start ) - { - this._.start = 1; - - // Trim text nodes and optmize the range boundaries. DOM changes - // may happen at this point. - range.trim(); - - // A collapsed range must return null at first call. - if ( range.collapsed ) - { - this.end(); - return null; - } - } - - // Create the LTR guard function, if necessary. - if ( !rtl && !this._.guardLTR ) - { - // Gets the node that stops the walker when going LTR. - var limitLTR = range.endContainer, - blockerLTR = limitLTR.getChild( range.endOffset ); - - this._.guardLTR = function( node, movingOut ) - { - return ( ( !movingOut || !limitLTR.equals( node ) ) - && ( !blockerLTR || !node.equals( blockerLTR ) ) - && ( node.type != CKEDITOR.NODE_ELEMENT || !movingOut || node.getName() != 'body' ) ); - }; - } - - // Create the RTL guard function, if necessary. - if ( rtl && !this._.guardRTL ) - { - // Gets the node that stops the walker when going LTR. - var limitRTL = range.startContainer, - blockerRTL = ( range.startOffset > 0 ) && limitRTL.getChild( range.startOffset - 1 ); - - this._.guardRTL = function( node, movingOut ) - { - return ( ( !movingOut || !limitRTL.equals( node ) ) - && ( !blockerRTL || !node.equals( blockerRTL ) ) - && ( node.type != CKEDITOR.NODE_ELEMENT || !movingOut || node.getName() != 'body' ) ); - }; - } - - // Define which guard function to use. - var stopGuard = rtl ? this._.guardRTL : this._.guardLTR; - - // Make the user defined guard function participate in the process, - // otherwise simply use the boundary guard. - if ( userGuard ) - { - guard = function( node, movingOut ) - { - if ( stopGuard( node, movingOut ) === false ) - return false; - - return userGuard( node, movingOut ); - }; - } - else - guard = stopGuard; - - if ( this.current ) - node = this.current[ getSourceNodeFn ]( false, type, guard ); - else - { - // Get the first node to be returned. - - if ( rtl ) - { - node = range.endContainer; - - if ( range.endOffset > 0 ) - { - node = node.getChild( range.endOffset - 1 ); - if ( guard( node ) === false ) - node = null; - } - else - node = ( guard ( node, true ) === false ) ? - null : node.getPreviousSourceNode( true, type, guard ); - } - else - { - node = range.startContainer; - node = node.getChild( range.startOffset ); - - if ( node ) - { - if ( guard( node ) === false ) - node = null; - } - else - node = ( guard ( range.startContainer, true ) === false ) ? - null : range.startContainer.getNextSourceNode( true, type, guard ) ; - } - } - - while ( node && !this._.end ) - { - this.current = node; - - if ( !this.evaluator || this.evaluator( node ) !== false ) - { - if ( !breakOnFalse ) - return node; - } - else if ( breakOnFalse && this.evaluator ) - return false; - - node = node[ getSourceNodeFn ]( false, type, guard ); - } - - this.end(); - return this.current = null; - } - - function iterateToLast( rtl ) - { - var node, last = null; - - while ( ( node = iterate.call( this, rtl ) ) ) - last = node; - - return last; - } - - CKEDITOR.dom.walker = CKEDITOR.tools.createClass( - { - /** - * Utility class to "walk" the DOM inside a range boundaries. If - * necessary, partially included nodes (text nodes) are broken to - * reflect the boundaries limits, so DOM and range changes may happen. - * Outside changes to the range may break the walker. - * - * The walker may return nodes that are not totaly included into the - * range boundaires. Let's take the following range representation, - * where the square brackets indicate the boundaries: - * - * [<p>Some <b>sample] text</b> - * - * While walking forward into the above range, the following nodes are - * returned: <p>, "Some ", <b> and "sample". Going - * backwards instead we have: "sample" and "Some ". So note that the - * walker always returns nodes when "entering" them, but not when - * "leaving" them. The guard function is instead called both when - * entering and leaving nodes. - * - * @constructor - * @param {CKEDITOR.dom.range} range The range within which walk. - */ - $ : function( range ) - { - this.range = range; - - /** - * A function executed for every matched node, to check whether - * it's to be considered into the walk or not. If not provided, all - * matched nodes are considered good. - * If the function returns "false" the node is ignored. - * @name CKEDITOR.dom.walker.prototype.evaluator - * @property - * @type Function - */ - // this.evaluator = null; - - /** - * A function executed for every node the walk pass by to check - * whether the walk is to be finished. It's called when both - * entering and exiting nodes, as well as for the matched nodes. - * If this function returns "false", the walking ends and no more - * nodes are evaluated. - * @name CKEDITOR.dom.walker.prototype.guard - * @property - * @type Function - */ - // this.guard = null; - - /** @private */ - this._ = {}; - }, - -// statics : -// { -// /* Creates a CKEDITOR.dom.walker instance to walk inside DOM boundaries set by nodes. -// * @param {CKEDITOR.dom.node} startNode The node from wich the walk -// * will start. -// * @param {CKEDITOR.dom.node} [endNode] The last node to be considered -// * in the walk. No more nodes are retrieved after touching or -// * passing it. If not provided, the walker stops at the -// * <body> closing boundary. -// * @returns {CKEDITOR.dom.walker} A DOM walker for the nodes between the -// * provided nodes. -// */ -// createOnNodes : function( startNode, endNode, startInclusive, endInclusive ) -// { -// var range = new CKEDITOR.dom.range(); -// if ( startNode ) -// range.setStartAt( startNode, startInclusive ? CKEDITOR.POSITION_BEFORE_START : CKEDITOR.POSITION_AFTER_END ) ; -// else -// range.setStartAt( startNode.getDocument().getBody(), CKEDITOR.POSITION_AFTER_START ) ; -// -// if ( endNode ) -// range.setEndAt( endNode, endInclusive ? CKEDITOR.POSITION_AFTER_END : CKEDITOR.POSITION_BEFORE_START ) ; -// else -// range.setEndAt( startNode.getDocument().getBody(), CKEDITOR.POSITION_BEFORE_END ) ; -// -// return new CKEDITOR.dom.walker( range ); -// } -// }, -// - proto : - { - /** - * Stop walking. No more nodes are retrieved if this function gets - * called. - */ - end : function() - { - this._.end = 1; - }, - - /** - * Retrieves the next node (at right). - * @returns {CKEDITOR.dom.node} The next node or null if no more - * nodes are available. - */ - next : function() - { - return iterate.call( this ); - }, - - /** - * Retrieves the previous node (at left). - * @returns {CKEDITOR.dom.node} The previous node or null if no more - * nodes are available. - */ - previous : function() - { - return iterate.call( this, 1 ); - }, - - /** - * Check all nodes at right, executing the evaluation fuction. - * @returns {Boolean} "false" if the evaluator function returned - * "false" for any of the matched nodes. Otherwise "true". - */ - checkForward : function() - { - return iterate.call( this, 0, 1 ) !== false; - }, - - /** - * Check all nodes at left, executing the evaluation fuction. - * @returns {Boolean} "false" if the evaluator function returned - * "false" for any of the matched nodes. Otherwise "true". - */ - checkBackward : function() - { - return iterate.call( this, 1, 1 ) !== false; - }, - - /** - * Executes a full walk forward (to the right), until no more nodes - * are available, returning the last valid node. - * @returns {CKEDITOR.dom.node} The last node at the right or null - * if no valid nodes are available. - */ - lastForward : function() - { - return iterateToLast.call( this ); - }, - - /** - * Executes a full walk backwards (to the left), until no more nodes - * are available, returning the last valid node. - * @returns {CKEDITOR.dom.node} The last node at the left or null - * if no valid nodes are available. - */ - lastBackward : function() - { - return iterateToLast.call( this, 1 ); - }, - - reset : function() - { - delete this.current; - this._ = {}; - } - - } - }); - - /* - * Anything whose display computed style is block, list-item, table, - * table-row-group, table-header-group, table-footer-group, table-row, - * table-column-group, table-column, table-cell, table-caption, or whose node - * name is hr, br (when enterMode is br only) is a block boundary. - */ - var blockBoundaryDisplayMatch = - { - 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 - }; - - CKEDITOR.dom.element.prototype.isBlockBoundary = function( customNodeNames ) - { - var nodeNameMatches = customNodeNames ? - CKEDITOR.tools.extend( {}, CKEDITOR.dtd.$block, customNodeNames || {} ) : - CKEDITOR.dtd.$block; - - // Don't consider floated formatting as block boundary, fall back to dtd check in that case. (#6297) - return this.getComputedStyle( 'float' ) == 'none' && blockBoundaryDisplayMatch[ this.getComputedStyle( 'display' ) ] - || nodeNameMatches[ this.getName() ]; - }; - - CKEDITOR.dom.walker.blockBoundary = function( customNodeNames ) - { - return function( node , type ) - { - return ! ( node.type == CKEDITOR.NODE_ELEMENT - && node.isBlockBoundary( customNodeNames ) ); - }; - }; - - CKEDITOR.dom.walker.listItemBoundary = function() - { - return this.blockBoundary( { br : 1 } ); - }; - - /** - * Whether the to-be-evaluated node is a bookmark node OR bookmark node - * inner contents. - * @param {Boolean} contentOnly Whether only test againt the text content of - * bookmark node instead of the element itself(default). - * @param {Boolean} isReject Whether should return 'false' for the bookmark - * node instead of 'true'(default). - */ - CKEDITOR.dom.walker.bookmark = function( contentOnly, isReject ) - { - function isBookmarkNode( node ) - { - return ( node && node.getName - && node.getName() == 'span' - && node.data( 'cke-bookmark' ) ); - } - - return function( node ) - { - var isBookmark, parent; - // Is bookmark inner text node? - isBookmark = ( node && !node.getName && ( parent = node.getParent() ) - && isBookmarkNode( parent ) ); - // Is bookmark node? - isBookmark = contentOnly ? isBookmark : isBookmark || isBookmarkNode( node ); - return !! ( isReject ^ isBookmark ); - }; - }; - - /** - * Whether the node is a text node containing only whitespaces characters. - * @param isReject - */ - CKEDITOR.dom.walker.whitespaces = function( isReject ) - { - return function( node ) - { - var isWhitespace = node && ( node.type == CKEDITOR.NODE_TEXT ) - && !CKEDITOR.tools.trim( node.getText() ); - return !! ( isReject ^ isWhitespace ); - }; - }; - - /** - * Whether the node is invisible in wysiwyg mode. - * @param isReject - */ - CKEDITOR.dom.walker.invisible = function( isReject ) - { - var whitespace = CKEDITOR.dom.walker.whitespaces(); - return function( node ) - { - // Nodes that take no spaces in wysiwyg: - // 1. White-spaces but not including NBSP; - // 2. Empty inline elements, e.g. <b></b> we're checking here - // 'offsetHeight' instead of 'offsetWidth' for properly excluding - // all sorts of empty paragraph, e.g. <br />. - var isInvisible = whitespace( node ) || node.is && !node.$.offsetHeight; - return !! ( isReject ^ isInvisible ); - }; - }; - - CKEDITOR.dom.walker.nodeType = function( type, isReject ) - { - return function( node ) - { - return !! ( isReject ^ ( node.type == type ) ); - }; - }; - - var tailNbspRegex = /^[\t\r\n ]*(?: |\xa0)$/, - isWhitespaces = CKEDITOR.dom.walker.whitespaces(), - isBookmark = CKEDITOR.dom.walker.bookmark(), - toSkip = function( node ) - { - return isBookmark( node ) - || isWhitespaces( node ) - || node.type == CKEDITOR.NODE_ELEMENT - && node.getName() in CKEDITOR.dtd.$inline - && !( node.getName() in CKEDITOR.dtd.$empty ); - }; - - // Check if there's a filler node at the end of an element, and return it. - CKEDITOR.dom.element.prototype.getBogus = function() - { - // Bogus are not always at the end, e.g. <p><a>text<br /></a></p> (#7070). - var tail = this; - do { tail = tail.getPreviousSourceNode(); } - while ( toSkip( tail ) ) - - if ( tail && ( !CKEDITOR.env.ie ? tail.is && tail.is( 'br' ) - : tail.getText && tailNbspRegex.test( tail.getText() ) ) ) - { - return tail; - } - return false; - }; - -})(); diff --git a/skins/ckeditor/_source/core/dom/window.js b/skins/ckeditor/_source/core/dom/window.js deleted file mode 100644 index c5492b6..0000000 --- a/skins/ckeditor/_source/core/dom/window.js +++ /dev/null @@ -1,96 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.dom.document} class, which - * represents a DOM document. - */ - -/** - * Represents a DOM window. - * @constructor - * @augments CKEDITOR.dom.domObject - * @param {Object} domWindow A native DOM window. - * @example - * var document = new CKEDITOR.dom.window( window ); - */ -CKEDITOR.dom.window = function( domWindow ) -{ - CKEDITOR.dom.domObject.call( this, domWindow ); -}; - -CKEDITOR.dom.window.prototype = new CKEDITOR.dom.domObject(); - -CKEDITOR.tools.extend( CKEDITOR.dom.window.prototype, - /** @lends CKEDITOR.dom.window.prototype */ - { - /** - * Moves the selection focus to this window. - * @function - * @example - * var win = new CKEDITOR.dom.window( window ); - * <b>win.focus()</b>; - */ - focus : function() - { - // Webkit is sometimes failed to focus iframe, blur it first(#3835). - if ( CKEDITOR.env.webkit && this.$.parent ) - this.$.parent.focus(); - this.$.focus(); - }, - - /** - * Gets the width and height of this window's viewable area. - * @function - * @returns {Object} An object with the "width" and "height" - * properties containing the size. - * @example - * var win = new CKEDITOR.dom.window( window ); - * var size = <b>win.getViewPaneSize()</b>; - * alert( size.width ); - * alert( size.height ); - */ - getViewPaneSize : function() - { - var doc = this.$.document, - stdMode = doc.compatMode == 'CSS1Compat'; - return { - width : ( stdMode ? doc.documentElement.clientWidth : doc.body.clientWidth ) || 0, - height : ( stdMode ? doc.documentElement.clientHeight : doc.body.clientHeight ) || 0 - }; - }, - - /** - * Gets the current position of the window's scroll. - * @function - * @returns {Object} An object with the "x" and "y" properties - * containing the scroll position. - * @example - * var win = new CKEDITOR.dom.window( window ); - * var pos = <b>win.getScrollPosition()</b>; - * alert( pos.x ); - * alert( pos.y ); - */ - getScrollPosition : function() - { - var $ = this.$; - - if ( 'pageXOffset' in $ ) - { - return { - x : $.pageXOffset || 0, - y : $.pageYOffset || 0 - }; - } - else - { - var doc = $.document; - return { - x : doc.documentElement.scrollLeft || doc.body.scrollLeft || 0, - y : doc.documentElement.scrollTop || doc.body.scrollTop || 0 - }; - } - } - }); diff --git a/skins/ckeditor/_source/core/dtd.js b/skins/ckeditor/_source/core/dtd.js deleted file mode 100644 index 51293a0..0000000 --- a/skins/ckeditor/_source/core/dtd.js +++ /dev/null @@ -1,266 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.dtd} object, which holds the DTD - * mapping for XHTML 1.0 Transitional. This file was automatically - * generated from the file: xhtml1-transitional.dtd. - */ - -/** - * @namespace Holds and object representation of the HTML DTD to be used by the - * editor in its internal operations.<br /> - * <br /> - * Each element in the DTD is represented by a property in this object. Each - * property contains the list of elements that can be contained by the element. - * Text is represented by the "#" property.<br /> - * <br /> - * Several special grouping properties are also available. Their names start - * with the "$" character. - * @example - * // Check if "div" can be contained in a "p" element. - * alert( !!CKEDITOR.dtd[ 'p' ][ 'div' ] ); "false" - * @example - * // Check if "p" can be contained in a "div" element. - * alert( !!CKEDITOR.dtd[ 'div' ][ 'p' ] ); "true" - * @example - * // Check if "p" is a block element. - * alert( !!CKEDITOR.dtd.$block[ 'p' ] ); "true" - */ -CKEDITOR.dtd = (function() -{ - var X = CKEDITOR.tools.extend, - - A = {isindex:1,fieldset:1}, - B = {input:1,button:1,select:1,textarea:1,label:1}, - C = X({a:1},B), - D = X({iframe:1},C), - E = {hr:1,ul:1,menu:1,div:1,section:1,header:1,footer:1,nav:1,article:1,aside:1,figure:1,dialog:1,hgroup:1,mark:1,time:1,meter:1,command:1,keygen:1,output:1,progress:1,audio:1,video:1,details:1,datagrid:1,datalist:1,blockquote:1,noscript:1,table:1,center:1,address:1,dir:1,pre:1,h5:1,dl:1,h4:1,noframes:1,h6:1,ol:1,h1:1,h3:1,h2:1}, - F = {ins:1,del:1,script:1,style:1}, - G = X({b:1,acronym:1,bdo:1,'var':1,'#':1,abbr:1,code:1,br:1,i:1,cite:1,kbd:1,u:1,strike:1,s:1,tt:1,strong:1,q:1,samp:1,em:1,dfn:1,span:1,wbr:1},F), - H = X({sub:1,img:1,object:1,sup:1,basefont:1,map:1,applet:1,font:1,big:1,small:1,mark:1},G), - I = X({p:1},H), - J = X({iframe:1},H,B), - K = {img:1,noscript:1,br:1,kbd:1,center:1,button:1,basefont:1,h5:1,h4:1,samp:1,h6:1,ol:1,h1:1,h3:1,h2:1,form:1,font:1,'#':1,select:1,menu:1,ins:1,abbr:1,label:1,code:1,table:1,script:1,cite:1,input:1,iframe:1,strong:1,textarea:1,noframes:1,big:1,small:1,span:1,hr:1,sub:1,bdo:1,'var':1,div:1,section:1,header:1,footer:1,nav:1,article:1,aside:1,figure:1,dialog:1,hgroup:1,mark:1,time:1,meter:1,menu:1,command:1,keygen:1,output:1,progress:1,audio:1,video:1,details:1,datagrid:1,datalist:1,object:1,sup:1,strike:1,dir:1,map:1,dl:1,applet:1,del:1,isindex:1,fieldset:1,ul:1,b:1,acronym:1,a:1,blockquote:1,i:1,u:1,s:1,tt:1,address:1,q:1,pre:1,p:1,em:1,dfn:1}, - - L = X({a:1},J), - M = {tr:1}, - N = {'#':1}, - O = X({param:1},K), - P = X({form:1},A,D,E,I), - Q = {li:1}, - R = {style:1,script:1}, - S = {base:1,link:1,meta:1,title:1}, - T = X(S,R), - U = {head:1,body:1}, - V = {html:1}; - - var block = {address:1,blockquote:1,center:1,dir:1,div: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,audio:1,video:1,details:1,datagrid:1,datalist:1,dl:1,fieldset:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,hr:1,isindex:1,noframes:1,ol:1,p:1,pre:1,table:1,ul:1}; - - return /** @lends CKEDITOR.dtd */ { - - // The "$" items have been added manually. - - // List of elements living outside body. - $nonBodyContent: X(V,U,S), - - /** - * List of block elements, like "p" or "div". - * @type Object - * @example - */ - $block : block, - - /** - * List of block limit elements. - * @type Object - * @example - */ - $blockLimit : { body:1,div: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,audio:1,video:1,details:1,datagrid:1,datalist:1,td:1,th:1,caption:1,form:1 }, - - /** - * List of inline (<span> like) elements. - */ - $inline : L, // Just like span. - - /** - * list of elements that can be children at <body>. - */ - $body : X({script:1,style:1}, block), - - $cdata : {script:1,style:1}, - - /** - * List of empty (self-closing) elements, like "br" or "img". - * @type Object - * @example - */ - $empty : {area:1,base:1,br:1,col:1,hr:1,img:1,input:1,link:1,meta:1,param:1,wbr:1}, - - /** - * List of list item elements, like "li" or "dd". - * @type Object - * @example - */ - $listItem : {dd:1,dt:1,li:1}, - - /** - * List of list root elements. - * @type Object - * @example - */ - $list: {ul:1,ol:1,dl:1}, - - /** - * Elements that accept text nodes, but are not possible to edit into - * the browser. - * @type Object - * @example - */ - $nonEditable : {applet:1,button:1,embed:1,iframe:1,map:1,object:1,option:1,script:1,textarea:1,param:1,audio:1,video:1}, - - /** - * List of block tags with each one a singleton element lives in the corresponding structure for description. - */ - $captionBlock : { caption:1, legend:1 }, - - /** - * List of elements that can be ignored if empty, like "b" or "span". - * @type Object - * @example - */ - $removeEmpty : {abbr:1,acronym:1,address: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,s:1,samp:1,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,'var':1,mark:1}, - - /** - * List of elements that have tabindex set to zero by default. - * @type Object - * @example - */ - $tabIndex : {a:1,area:1,button:1,input:1,object:1,select:1,textarea:1}, - - /** - * List of elements used inside the "table" element, like "tbody" or "td". - * @type Object - * @example - */ - $tableContent : {caption:1,col:1,colgroup:1,tbody:1,td:1,tfoot:1,th:1,thead:1,tr:1}, - - html: U, - head: T, - style: N, - script: N, - body: P, - base: {}, - link: {}, - meta: {}, - title: N, - col : {}, - tr : {td:1,th:1}, - img : {}, - colgroup : {col:1}, - noscript : P, - td : P, - br : {}, - wbr : {}, - th : P, - center : P, - kbd : L, - button : X(I,E), - basefont : {}, - h5 : L, - h4 : L, - samp : L, - h6 : L, - ol : Q, - h1 : L, - h3 : L, - option : N, - h2 : L, - form : X(A,D,E,I), - select : {optgroup:1,option:1}, - font : L, - ins : L, - menu : Q, - abbr : L, - label : L, - table : {thead:1,col:1,tbody:1,tr:1,colgroup:1,caption:1,tfoot:1}, - code : L, - tfoot : M, - cite : L, - li : P, - input : {}, - iframe : P, - strong : L, - textarea : N, - noframes : P, - big : L, - small : L, - span : L, - hr : {}, - dt : L, - sub : L, - optgroup : {option:1}, - param : {}, - bdo : L, - 'var' : L, - div : P, - object : O, - sup : L, - dd : P, - strike : L, - area : {}, - dir : Q, - map : X({area:1,form:1,p:1},A,F,E), - applet : O, - dl : {dt:1,dd:1}, - del : L, - isindex : {}, - fieldset : X({legend:1},K), - thead : M, - ul : Q, - acronym : L, - b : L, - a : J, - blockquote : P, - caption : L, - i : L, - u : L, - tbody : M, - s : L, - address : X(D,I), - tt : L, - legend : L, - q : L, - pre : X(G,C), - p : L, - em : L, - dfn : L, - //HTML5 - section : P, - header : P, - footer : P, - nav : P, - article : P, - aside : P, - figure: P, - dialog : P, - hgroup : P, - mark : L, - time : L, - meter : L, - menu : L, - command : L, - keygen : L, - output : L, - progress : O, - audio : O, - video : O, - details : O, - datagrid : O, - datalist : O - }; -})(); - -// PACKAGER_RENAME( CKEDITOR.dtd ) diff --git a/skins/ckeditor/_source/core/editor.js b/skins/ckeditor/_source/core/editor.js deleted file mode 100644 index ff17efb..0000000 --- a/skins/ckeditor/_source/core/editor.js +++ /dev/null @@ -1,1059 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.editor} class, which represents an - * editor instance. - */ - -(function() -{ - // The counter for automatic instance names. - var nameCounter = 0; - - var getNewName = function() - { - var name = 'editor' + ( ++nameCounter ); - return ( CKEDITOR.instances && CKEDITOR.instances[ name ] ) ? getNewName() : name; - }; - - // ##### START: Config Privates - - // These function loads custom configuration files and cache the - // CKEDITOR.editorConfig functions defined on them, so there is no need to - // download them more than once for several instances. - var loadConfigLoaded = {}; - var loadConfig = function( editor ) - { - var customConfig = editor.config.customConfig; - - // Check if there is a custom config to load. - if ( !customConfig ) - return false; - - customConfig = CKEDITOR.getUrl( customConfig ); - - var loadedConfig = loadConfigLoaded[ customConfig ] || ( loadConfigLoaded[ customConfig ] = {} ); - - // If the custom config has already been downloaded, reuse it. - if ( loadedConfig.fn ) - { - // Call the cached CKEDITOR.editorConfig defined in the custom - // config file for the editor instance depending on it. - loadedConfig.fn.call( editor, editor.config ); - - // If there is no other customConfig in the chain, fire the - // "configLoaded" event. - if ( CKEDITOR.getUrl( editor.config.customConfig ) == customConfig || !loadConfig( editor ) ) - editor.fireOnce( 'customConfigLoaded' ); - } - else - { - // Load the custom configuration file. - CKEDITOR.scriptLoader.load( customConfig, function() - { - // If the CKEDITOR.editorConfig function has been properly - // defined in the custom configuration file, cache it. - if ( CKEDITOR.editorConfig ) - loadedConfig.fn = CKEDITOR.editorConfig; - else - loadedConfig.fn = function(){}; - - // Call the load config again. This time the custom - // config is already cached and so it will get loaded. - loadConfig( editor ); - }); - } - - return true; - }; - - var initConfig = function( editor, instanceConfig ) - { - // Setup the lister for the "customConfigLoaded" event. - editor.on( 'customConfigLoaded', function() - { - if ( instanceConfig ) - { - // Register the events that may have been set at the instance - // configuration object. - if ( instanceConfig.on ) - { - for ( var eventName in instanceConfig.on ) - { - editor.on( eventName, instanceConfig.on[ eventName ] ); - } - } - - // Overwrite the settings from the in-page config. - CKEDITOR.tools.extend( editor.config, instanceConfig, true ); - - delete editor.config.on; - } - - onConfigLoaded( editor ); - }); - - // The instance config may override the customConfig setting to avoid - // loading the default ~/config.js file. - if ( instanceConfig && instanceConfig.customConfig != undefined ) - editor.config.customConfig = instanceConfig.customConfig; - - // Load configs from the custom configuration files. - if ( !loadConfig( editor ) ) - editor.fireOnce( 'customConfigLoaded' ); - }; - - // ##### END: Config Privates - - var onConfigLoaded = function( editor ) - { - // Set config related properties. - - var skin = editor.config.skin.split( ',' ), - skinName = skin[ 0 ], - skinPath = CKEDITOR.getUrl( skin[ 1 ] || ( - '_source/' + // @Packager.RemoveLine - 'skins/' + skinName + '/' ) ); - - /** - * The name of the skin used by this editor instance. The skin name can - * be set through the <code>{@link CKEDITOR.config.skin}</code> setting. - * @name CKEDITOR.editor.prototype.skinName - * @type String - * @example - * alert( editor.skinName ); // E.g. "kama" - */ - editor.skinName = skinName; - - /** - * The full URL of the skin directory. - * @name CKEDITOR.editor.prototype.skinPath - * @type String - * @example - * alert( editor.skinPath ); // E.g. "http://example.com/ckeditor/skins/kama/" - */ - editor.skinPath = skinPath; - - /** - * The CSS class name used for skin identification purposes. - * @name CKEDITOR.editor.prototype.skinClass - * @type String - * @example - * alert( editor.skinClass ); // E.g. "cke_skin_kama" - */ - editor.skinClass = 'cke_skin_' + skinName; - - /** - * The <a href="http://en.wikipedia.org/wiki/Tabbing_navigation">tabbing - * navigation</a> order that has been calculated for this editor - * instance. This can be set by the <code>{@link CKEDITOR.config.tabIndex}</code> - * setting or taken from the <code>tabindex</code> attribute of the - * <code>{@link #element}</code> associated with the editor. - * @name CKEDITOR.editor.prototype.tabIndex - * @type Number - * @default 0 (zero) - * @example - * alert( editor.tabIndex ); // E.g. "0" - */ - editor.tabIndex = editor.config.tabIndex || editor.element.getAttribute( 'tabindex' ) || 0; - - /** - * Indicates the read-only state of this editor. This is a read-only property. - * @name CKEDITOR.editor.prototype.readOnly - * @type Boolean - * @since 3.6 - * @see CKEDITOR.editor#setReadOnly - */ - editor.readOnly = !!( editor.config.readOnly || editor.element.getAttribute( 'disabled' ) ); - - // Fire the "configLoaded" event. - editor.fireOnce( 'configLoaded' ); - - // Load language file. - loadSkin( editor ); - }; - - var loadLang = function( editor ) - { - CKEDITOR.lang.load( editor.config.language, editor.config.defaultLanguage, function( languageCode, lang ) - { - /** - * The code for the language resources that have been loaded - * for the user interface elements of this editor instance. - * @name CKEDITOR.editor.prototype.langCode - * @type String - * @example - * alert( editor.langCode ); // E.g. "en" - */ - editor.langCode = languageCode; - - /** - * An object that contains all language strings used by the editor - * interface. - * @name CKEDITOR.editor.prototype.lang - * @type CKEDITOR.lang - * @example - * alert( editor.lang.bold ); // E.g. "Negrito" (if the language is set to Portuguese) - */ - // As we'll be adding plugin specific entries that could come - // from different language code files, we need a copy of lang, - // not a direct reference to it. - editor.lang = CKEDITOR.tools.prototypedCopy( lang ); - - // We're not able to support RTL in Firefox 2 at this time. - if ( CKEDITOR.env.gecko && CKEDITOR.env.version < 10900 && editor.lang.dir == 'rtl' ) - editor.lang.dir = 'ltr'; - - editor.fire( 'langLoaded' ); - - var config = editor.config; - config.contentsLangDirection == 'ui' && ( config.contentsLangDirection = editor.lang.dir ); - - loadPlugins( editor ); - }); - }; - - var loadPlugins = function( editor ) - { - var config = editor.config, - plugins = config.plugins, - extraPlugins = config.extraPlugins, - removePlugins = config.removePlugins; - - if ( extraPlugins ) - { - // Remove them first to avoid duplications. - var removeRegex = new RegExp( '(?:^|,)(?:' + extraPlugins.replace( /\s*,\s*/g, '|' ) + ')(?=,|$)' , 'g' ); - plugins = plugins.replace( removeRegex, '' ); - - plugins += ',' + extraPlugins; - } - - if ( removePlugins ) - { - removeRegex = new RegExp( '(?:^|,)(?:' + removePlugins.replace( /\s*,\s*/g, '|' ) + ')(?=,|$)' , 'g' ); - plugins = plugins.replace( removeRegex, '' ); - } - - // Load the Adobe AIR plugin conditionally. - CKEDITOR.env.air && ( plugins += ',adobeair' ); - - // Load all plugins defined in the "plugins" setting. - CKEDITOR.plugins.load( plugins.split( ',' ), function( plugins ) - { - // The list of plugins. - var pluginsArray = []; - - // The language code to get loaded for each plugin. Null - // entries will be appended for plugins with no language files. - var languageCodes = []; - - // The list of URLs to language files. - var languageFiles = []; - - /** - * An object that contains references to all plugins used by this - * editor instance. - * @name CKEDITOR.editor.prototype.plugins - * @type Object - * @example - * alert( editor.plugins.dialog.path ); // E.g. "http://example.com/ckeditor/plugins/dialog/" - */ - editor.plugins = plugins; - - // Loop through all plugins, to build the list of language - // files to get loaded. - for ( var pluginName in plugins ) - { - var plugin = plugins[ pluginName ], - pluginLangs = plugin.lang, - pluginPath = CKEDITOR.plugins.getPath( pluginName ), - lang = null; - - // Set the plugin path in the plugin. - plugin.path = pluginPath; - - // If the plugin has "lang". - if ( pluginLangs ) - { - // Resolve the plugin language. If the current language - // is not available, get the first one (default one). - lang = ( CKEDITOR.tools.indexOf( pluginLangs, editor.langCode ) >= 0 ? editor.langCode : pluginLangs[ 0 ] ); - - if ( !plugin.langEntries || !plugin.langEntries[ lang ] ) - { - // Put the language file URL into the list of files to - // get downloaded. - languageFiles.push( CKEDITOR.getUrl( pluginPath + 'lang/' + lang + '.js' ) ); - } - else - { - CKEDITOR.tools.extend( editor.lang, plugin.langEntries[ lang ] ); - lang = null; - } - } - - // Save the language code, so we know later which - // language has been resolved to this plugin. - languageCodes.push( lang ); - - pluginsArray.push( plugin ); - } - - // Load all plugin specific language files in a row. - CKEDITOR.scriptLoader.load( languageFiles, function() - { - // Initialize all plugins that have the "beforeInit" and "init" methods defined. - var methods = [ 'beforeInit', 'init', 'afterInit' ]; - for ( var m = 0 ; m < methods.length ; m++ ) - { - for ( var i = 0 ; i < pluginsArray.length ; i++ ) - { - var plugin = pluginsArray[ i ]; - - // Uses the first loop to update the language entries also. - if ( m === 0 && languageCodes[ i ] && plugin.lang ) - CKEDITOR.tools.extend( editor.lang, plugin.langEntries[ languageCodes[ i ] ] ); - - // Call the plugin method (beforeInit and init). - if ( plugin[ methods[ m ] ] ) - plugin[ methods[ m ] ]( editor ); - } - } - - // Load the editor skin. - editor.fire( 'pluginsLoaded' ); - loadTheme( editor ); - }); - }); - }; - - var loadSkin = function( editor ) - { - CKEDITOR.skins.load( editor, 'editor', function() - { - loadLang( editor ); - }); - }; - - var loadTheme = function( editor ) - { - var theme = editor.config.theme; - CKEDITOR.themes.load( theme, function() - { - /** - * The theme used by this editor instance. - * @name CKEDITOR.editor.prototype.theme - * @type CKEDITOR.theme - * @example - * alert( editor.theme ); // E.g. "http://example.com/ckeditor/themes/default/" - */ - var editorTheme = editor.theme = CKEDITOR.themes.get( theme ); - editorTheme.path = CKEDITOR.themes.getPath( theme ); - editorTheme.build( editor ); - - if ( editor.config.autoUpdateElement ) - attachToForm( editor ); - }); - }; - - var attachToForm = function( editor ) - { - var element = editor.element; - - // If are replacing a textarea, we must - if ( editor.elementMode == CKEDITOR.ELEMENT_MODE_REPLACE && element.is( 'textarea' ) ) - { - var form = element.$.form && new CKEDITOR.dom.element( element.$.form ); - if ( form ) - { - function onSubmit() - { - editor.updateElement(); - } - form.on( 'submit',onSubmit ); - - // Setup the submit function because it doesn't fire the - // "submit" event. - if ( !form.$.submit.nodeName && !form.$.submit.length ) - { - form.$.submit = CKEDITOR.tools.override( form.$.submit, function( originalSubmit ) - { - return function() - { - editor.updateElement(); - - // For IE, the DOM submit function is not a - // function, so we need thid check. - if ( originalSubmit.apply ) - originalSubmit.apply( this, arguments ); - else - originalSubmit(); - }; - }); - } - - // Remove 'submit' events registered on form element before destroying.(#3988) - editor.on( 'destroy', function() - { - form.removeListener( 'submit', onSubmit ); - } ); - } - } - }; - - function updateCommands() - { - var command, - commands = this._.commands, - mode = this.mode; - - if ( !mode ) - return; - - for ( var name in commands ) - { - command = commands[ name ]; - command[ command.startDisabled ? 'disable' : - this.readOnly && !command.readOnly ? 'disable' : command.modes[ mode ] ? 'enable' : 'disable' ](); - } - } - - /** - * Initializes the editor instance. This function is called by the editor - * contructor (<code>editor_basic.js</code>). - * @private - */ - CKEDITOR.editor.prototype._init = function() - { - // Get the properties that have been saved in the editor_base - // implementation. - var element = CKEDITOR.dom.element.get( this._.element ), - instanceConfig = this._.instanceConfig; - delete this._.element; - delete this._.instanceConfig; - - this._.commands = {}; - this._.styles = []; - - /** - * The DOM element that was replaced by this editor instance. This - * element stores the editor data on load and post. - * @name CKEDITOR.editor.prototype.element - * @type CKEDITOR.dom.element - * @example - * var editor = CKEDITOR.instances.editor1; - * alert( <strong>editor.element</strong>.getName() ); // E.g. "textarea" - */ - this.element = element; - - /** - * The editor instance name. It may be the replaced element ID, name, or - * a default name using the progressive counter (<code>editor1</code>, - * <code>editor2</code>, ...). - * @name CKEDITOR.editor.prototype.name - * @type String - * @example - * var editor = CKEDITOR.instances.editor1; - * alert( <strong>editor.name</strong> ); // "editor1" - */ - this.name = ( element && ( this.elementMode == CKEDITOR.ELEMENT_MODE_REPLACE ) - && ( element.getId() || element.getNameAtt() ) ) - || getNewName(); - - if ( this.name in CKEDITOR.instances ) - throw '[CKEDITOR.editor] The instance "' + this.name + '" already exists.'; - - /** - * A unique random string assigned to each editor instance on the page. - * @name CKEDITOR.editor.prototype.id - * @type String - */ - this.id = CKEDITOR.tools.getNextId(); - - /** - * The configurations for this editor instance. It inherits all - * settings defined in <code>(@link CKEDITOR.config}</code>, combined with settings - * loaded from custom configuration files and those defined inline in - * the page when creating the editor. - * @name CKEDITOR.editor.prototype.config - * @type Object - * @example - * var editor = CKEDITOR.instances.editor1; - * alert( <strong>editor.config.theme</strong> ); // E.g. "default" - */ - this.config = CKEDITOR.tools.prototypedCopy( CKEDITOR.config ); - - /** - * The namespace containing UI features related to this editor instance. - * @name CKEDITOR.editor.prototype.ui - * @type CKEDITOR.ui - * @example - */ - this.ui = new CKEDITOR.ui( this ); - - /** - * Controls the focus state of this editor instance. This property - * is rarely used for normal API operations. It is mainly - * intended for developers adding UI elements to the editor interface. - * @name CKEDITOR.editor.prototype.focusManager - * @type CKEDITOR.focusManager - * @example - */ - this.focusManager = new CKEDITOR.focusManager( this ); - - CKEDITOR.fire( 'instanceCreated', null, this ); - - this.on( 'mode', updateCommands, null, null, 1 ); - this.on( 'readOnly', updateCommands, null, null, 1 ); - - initConfig( this, instanceConfig ); - }; -})(); - -CKEDITOR.tools.extend( CKEDITOR.editor.prototype, - /** @lends CKEDITOR.editor.prototype */ - { - /** - * Adds a command definition to the editor instance. Commands added with - * this function can be executed later with the <code>{@link #execCommand}</code> method. - * @param {String} commandName The indentifier name of the command. - * @param {CKEDITOR.commandDefinition} commandDefinition The command definition. - * @example - * editorInstance.addCommand( 'sample', - * { - * exec : function( editor ) - * { - * alert( 'Executing a command for the editor name "' + editor.name + '"!' ); - * } - * }); - */ - addCommand : function( commandName, commandDefinition ) - { - return this._.commands[ commandName ] = new CKEDITOR.command( this, commandDefinition ); - }, - - /** - * Adds a piece of CSS code to the editor which will be applied to the WYSIWYG editing document. - * This CSS would not be added to the output, and is there mainly for editor-specific editing requirements. - * Note: This function should be called before the editor is loaded to take effect. - * @param css {String} CSS text. - * @example - * editorInstance.addCss( 'body { background-color: grey; }' ); - */ - addCss : function( css ) - { - this._.styles.push( css ); - }, - - /** - * Destroys the editor instance, releasing all resources used by it. - * If the editor replaced an element, the element will be recovered. - * @param {Boolean} [noUpdate] If the instance is replacing a DOM - * element, this parameter indicates whether or not to update the - * element with the instance contents. - * @example - * alert( CKEDITOR.instances.editor1 ); // E.g "object" - * <strong>CKEDITOR.instances.editor1.destroy()</strong>; - * alert( CKEDITOR.instances.editor1 ); // "undefined" - */ - destroy : function( noUpdate ) - { - if ( !noUpdate ) - this.updateElement(); - - this.fire( 'destroy' ); - this.theme && this.theme.destroy( this ); - - CKEDITOR.remove( this ); - CKEDITOR.fire( 'instanceDestroyed', null, this ); - }, - - /** - * Executes a command associated with the editor. - * @param {String} commandName The indentifier name of the command. - * @param {Object} [data] Data to be passed to the command. - * @returns {Boolean} <code>true</code> if the command was executed - * successfully, otherwise <code>false</code>. - * @see CKEDITOR.editor.addCommand - * @example - * editorInstance.execCommand( 'bold' ); - */ - execCommand : function( commandName, data ) - { - var command = this.getCommand( commandName ); - - var eventData = - { - name: commandName, - commandData: data, - command: command - }; - - if ( command && command.state != CKEDITOR.TRISTATE_DISABLED ) - { - if ( this.fire( 'beforeCommandExec', eventData ) !== true ) - { - eventData.returnValue = command.exec( eventData.commandData ); - - // Fire the 'afterCommandExec' immediately if command is synchronous. - if ( !command.async && this.fire( 'afterCommandExec', eventData ) !== true ) - return eventData.returnValue; - } - } - - // throw 'Unknown command name "' + commandName + '"'; - return false; - }, - - /** - * Gets one of the registered commands. Note that after registering a - * command definition with <code>{@link #addCommand}</code>, it is - * transformed internally into an instance of - * <code>{@link CKEDITOR.command}</code>, which will then be returned - * by this function. - * @param {String} commandName The name of the command to be returned. - * This is the same name that is used to register the command with - * <code>addCommand</code>. - * @returns {CKEDITOR.command} The command object identified by the - * provided name. - */ - getCommand : function( commandName ) - { - return this._.commands[ commandName ]; - }, - - /** - * Gets the editor data. The data will be in raw format. It is the same - * data that is posted by the editor. - * @type String - * @returns (String) The editor data. - * @example - * if ( CKEDITOR.instances.editor1.<strong>getData()</strong> == '' ) - * alert( 'There is no data available' ); - */ - getData : function() - { - this.fire( 'beforeGetData' ); - - var eventData = this._.data; - - if ( typeof eventData != 'string' ) - { - var element = this.element; - if ( element && this.elementMode == CKEDITOR.ELEMENT_MODE_REPLACE ) - eventData = element.is( 'textarea' ) ? element.getValue() : element.getHtml(); - else - eventData = ''; - } - - eventData = { dataValue : eventData }; - - // Fire "getData" so data manipulation may happen. - this.fire( 'getData', eventData ); - - return eventData.dataValue; - }, - - /** - * Gets the "raw data" currently available in the editor. This is a - * fast method which returns the data as is, without processing, so it is - * not recommended to use it on resulting pages. Instead it can be used - * combined with the <code>{@link #loadSnapshot}</code> method in order - * to be able to automatically save the editor data from time to time - * while the user is using the editor, to avoid data loss, without risking - * performance issues. - * @see CKEDITOR.editor.getData - * @example - * alert( editor.getSnapshot() ); - */ - getSnapshot : function() - { - var data = this.fire( 'getSnapshot' ); - - if ( typeof data != 'string' ) - { - var element = this.element; - if ( element && this.elementMode == CKEDITOR.ELEMENT_MODE_REPLACE ) - data = element.is( 'textarea' ) ? element.getValue() : element.getHtml(); - } - - return data; - }, - - /** - * Loads "raw data" into the editor. The data is loaded with processing - * straight to the editing area. It should not be used as a way to load - * any kind of data, but instead in combination with - * <code>{@link #getSnapshot}</code> produced data. - * @see CKEDITOR.editor.setData - * @example - * var data = editor.getSnapshot(); - * editor.<strong>loadSnapshot( data )</strong>; - */ - loadSnapshot : function( snapshot ) - { - this.fire( 'loadSnapshot', snapshot ); - }, - - /** - * Sets the editor data. The data must be provided in the raw format (HTML).<br /> - * <br /> - * Note that this method is asynchronous. The <code>callback</code> parameter must - * be used if interaction with the editor is needed after setting the data. - * @param {String} data HTML code to replace the curent content in the - * editor. - * @param {Function} callback Function to be called after the <code>setData</code> - * is completed. - *@param {Boolean} internal Whether to suppress any event firing when copying data - * internally inside the editor. - * @example - * CKEDITOR.instances.editor1.<strong>setData</strong>( '<p>This is the editor data.</p>' ); - * @example - * CKEDITOR.instances.editor1.<strong>setData</strong>( '<p>Some other editor data.</p>', function() - * { - * this.checkDirty(); // true - * }); - */ - setData : function( data , callback, internal ) - { - if( callback ) - { - this.on( 'dataReady', function( evt ) - { - evt.removeListener(); - callback.call( evt.editor ); - } ); - } - - // Fire "setData" so data manipulation may happen. - var eventData = { dataValue : data }; - !internal && this.fire( 'setData', eventData ); - - this._.data = eventData.dataValue; - - !internal && this.fire( 'afterSetData', eventData ); - }, - - /** - * Puts or restores the editor into read-only state. When in read-only, - * the user is not able to change the editor contents, but can still use - * some editor features. This function sets the <code>{@link CKEDITOR.config.readOnly}</code> - * property of the editor, firing the <code>{@link CKEDITOR.editor#readOnly}</code> event.<br><br> - * <strong>Note:</strong> the current editing area will be reloaded. - * @param {Boolean} [isReadOnly] Indicates that the editor must go - * read-only (<code>true</code>, default) or be restored and made editable - * (<code>false</code>). - * @since 3.6 - */ - setReadOnly : function( isReadOnly ) - { - isReadOnly = ( isReadOnly == undefined ) || isReadOnly; - - if ( this.readOnly != isReadOnly ) - { - this.readOnly = isReadOnly; - - // Fire the readOnly event so the editor features can update - // their state accordingly. - this.fire( 'readOnly' ); - } - }, - - /** - * Inserts HTML code into the currently selected position in the editor in WYSIWYG mode. - * @param {String} data HTML code to be inserted into the editor. - * @example - * CKEDITOR.instances.editor1.<strong>insertHtml( '<p>This is a new paragraph.</p>' )</strong>; - */ - insertHtml : function( data ) - { - this.fire( 'insertHtml', data ); - }, - - /** - * Insert text content into the currently selected position in the - * editor in WYSIWYG mode. The styles of the selected element will be applied to the inserted text. - * Spaces around the text will be leaving untouched. - * <strong>Note:</strong> two subsequent line-breaks will introduce one paragraph. This depends on <code>{@link CKEDITOR.config.enterMode}</code>; - * A single line-break will be instead translated into one <br />. - * @since 3.5 - * @param {String} text Text to be inserted into the editor. - * @example - * CKEDITOR.instances.editor1.<strong>insertText( ' line1 \n\n line2' )</strong>; - */ - insertText : function( text ) - { - this.fire( 'insertText', text ); - }, - - /** - * Inserts an element into the currently selected position in the - * editor in WYSIWYG mode. - * @param {CKEDITOR.dom.element} element The element to be inserted - * into the editor. - * @example - * var element = CKEDITOR.dom.element.createFromHtml( '<img src="hello.png" border="0" title="Hello" />' ); - * CKEDITOR.instances.editor1.<strong>insertElement( element )</strong>; - */ - insertElement : function( element ) - { - this.fire( 'insertElement', element ); - }, - - /** - * Checks whether the current editor contents contain changes when - * compared to the contents loaded into the editor at startup, or to - * the contents available in the editor when <code>{@link #resetDirty}</code> - * was called. - * @returns {Boolean} "true" is the contents contain changes. - * @example - * function beforeUnload( e ) - * { - * if ( CKEDITOR.instances.editor1.<strong>checkDirty()</strong> ) - * return e.returnValue = "You will lose the changes made in the editor."; - * } - * - * if ( window.addEventListener ) - * window.addEventListener( 'beforeunload', beforeUnload, false ); - * else - * window.attachEvent( 'onbeforeunload', beforeUnload ); - */ - checkDirty : function() - { - return ( this.mayBeDirty && this._.previousValue !== this.getSnapshot() ); - }, - - /** - * Resets the "dirty state" of the editor so subsequent calls to - * <code>{@link #checkDirty}</code> will return <code>false</code> if the user will not - * have made further changes to the contents. - * @example - * alert( editor.checkDirty() ); // E.g. "true" - * editor.<strong>resetDirty()</strong>; - * alert( editor.checkDirty() ); // "false" - */ - resetDirty : function() - { - if ( this.mayBeDirty ) - this._.previousValue = this.getSnapshot(); - }, - - /** - * Updates the <code><textarea></code> element that was replaced by the editor with - * the current data available in the editor. - * @see CKEDITOR.editor.element - * @example - * CKEDITOR.instances.editor1.updateElement(); - * alert( document.getElementById( 'editor1' ).value ); // The current editor data. - */ - updateElement : function() - { - var element = this.element; - if ( element && this.elementMode == CKEDITOR.ELEMENT_MODE_REPLACE ) - { - var data = this.getData(); - - if ( this.config.htmlEncodeOutput ) - data = CKEDITOR.tools.htmlEncode( data ); - - if ( element.is( 'textarea' ) ) - element.setValue( data ); - else - element.setHtml( data ); - } - } - }); - -CKEDITOR.on( 'loaded', function() - { - // Run the full initialization for pending editors. - var pending = CKEDITOR.editor._pending; - if ( pending ) - { - delete CKEDITOR.editor._pending; - - for ( var i = 0 ; i < pending.length ; i++ ) - pending[ i ]._init(); - } - }); - -/** - * Whether to escape HTML when the editor updates the original input element. - * @name CKEDITOR.config.htmlEncodeOutput - * @since 3.1 - * @type Boolean - * @default false - * @example - * config.htmlEncodeOutput = true; - */ - -/** - * If <code>true</code>, makes the editor start in read-only state. Otherwise, it will check - * if the linked <code><textarea></code> element has the <code>disabled</code> attribute. - * @name CKEDITOR.config.readOnly - * @see CKEDITOR.editor#setReadOnly - * @type Boolean - * @default false - * @since 3.6 - * @example - * config.readOnly = true; - */ - -/** - * Fired when a CKEDITOR instance is created, but still before initializing it. - * To interact with a fully initialized instance, use the - * <code>{@link CKEDITOR#instanceReady}</code> event instead. - * @name CKEDITOR#instanceCreated - * @event - * @param {CKEDITOR.editor} editor The editor instance that has been created. - */ - -/** - * Fired when a CKEDITOR instance is destroyed. - * @name CKEDITOR#instanceDestroyed - * @event - * @param {CKEDITOR.editor} editor The editor instance that has been destroyed. - */ - -/** - * Fired when the language is loaded into the editor instance. - * @name CKEDITOR.editor#langLoaded - * @event - * @since 3.6.1 - * @param {CKEDITOR.editor} editor This editor instance. - */ - -/** - * Fired when all plugins are loaded and initialized into the editor instance. - * @name CKEDITOR.editor#pluginsLoaded - * @event - * @param {CKEDITOR.editor} editor This editor instance. - */ - -/** - * Fired before the command execution when <code>{@link #execCommand}</code> is called. - * @name CKEDITOR.editor#beforeCommandExec - * @event - * @param {CKEDITOR.editor} editor This editor instance. - * @param {String} data.name The command name. - * @param {Object} data.commandData The data to be sent to the command. This - * can be manipulated by the event listener. - * @param {CKEDITOR.command} data.command The command itself. - */ - -/** - * Fired after the command execution when <code>{@link #execCommand}</code> is called. - * @name CKEDITOR.editor#afterCommandExec - * @event - * @param {CKEDITOR.editor} editor This editor instance. - * @param {String} data.name The command name. - * @param {Object} data.commandData The data sent to the command. - * @param {CKEDITOR.command} data.command The command itself. - * @param {Object} data.returnValue The value returned by the command execution. - */ - -/** - * Fired when the custom configuration file is loaded, before the final - * configurations initialization.<br /> - * <br /> - * Custom configuration files can be loaded thorugh the - * <code>{@link CKEDITOR.config.customConfig}</code> setting. Several files can be loaded - * by changing this setting. - * @name CKEDITOR.editor#customConfigLoaded - * @event - * @param {CKEDITOR.editor} editor This editor instance. - */ - -/** - * Fired once the editor configuration is ready (loaded and processed). - * @name CKEDITOR.editor#configLoaded - * @event - * @param {CKEDITOR.editor} editor This editor instance. - */ - -/** - * Fired when this editor instance is destroyed. The editor at this - * point is not usable and this event should be used to perform the clean-up - * in any plugin. - * @name CKEDITOR.editor#destroy - * @event - */ - -/** - * Internal event to get the current data. - * @name CKEDITOR.editor#beforeGetData - * @event - */ - -/** - * Internal event to perform the <code>#getSnapshot</code> call. - * @name CKEDITOR.editor#getSnapshot - * @event - */ - -/** - * Internal event to perform the <code>#loadSnapshot</code> call. - * @name CKEDITOR.editor#loadSnapshot - * @event - */ - -/** - * Event fired before the <code>#getData</code> call returns allowing additional manipulation. - * @name CKEDITOR.editor#getData - * @event - * @param {CKEDITOR.editor} editor This editor instance. - * @param {String} data.dataValue The data that will be returned. - */ - -/** - * Event fired before the <code>#setData</code> call is executed allowing additional manipulation. - * @name CKEDITOR.editor#setData - * @event - * @param {CKEDITOR.editor} editor This editor instance. - * @param {String} data.dataValue The data that will be used. - */ - -/** - * Event fired at the end of the <code>#setData</code> call execution. Usually it is better to use the - * <code>{@link CKEDITOR.editor.prototype.dataReady}</code> event. - * @name CKEDITOR.editor#afterSetData - * @event - * @param {CKEDITOR.editor} editor This editor instance. - * @param {String} data.dataValue The data that has been set. - */ - -/** - * Internal event to perform the <code>#insertHtml</code> call - * @name CKEDITOR.editor#insertHtml - * @event - * @param {CKEDITOR.editor} editor This editor instance. - * @param {String} data The HTML to insert. - */ - -/** - * Internal event to perform the <code>#insertText</code> call - * @name CKEDITOR.editor#insertText - * @event - * @param {CKEDITOR.editor} editor This editor instance. - * @param {String} text The text to insert. - */ - -/** - * Internal event to perform the <code>#insertElement</code> call - * @name CKEDITOR.editor#insertElement - * @event - * @param {CKEDITOR.editor} editor This editor instance. - * @param {Object} element The element to insert. - */ - -/** - * Event fired after the <code>{@link CKEDITOR.editor#readOnly}</code> property changes. - * @name CKEDITOR.editor#readOnly - * @event - * @since 3.6 - * @param {CKEDITOR.editor} editor This editor instance. - */ diff --git a/skins/ckeditor/_source/core/editor_basic.js b/skins/ckeditor/_source/core/editor_basic.js deleted file mode 100644 index 8d109c8..0000000 --- a/skins/ckeditor/_source/core/editor_basic.js +++ /dev/null @@ -1,186 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -if ( !CKEDITOR.editor ) -{ - /** - * No element is linked to the editor instance. - * @constant - * @example - */ - CKEDITOR.ELEMENT_MODE_NONE = 0; - - /** - * The element is to be replaced by the editor instance. - * @constant - * @example - */ - CKEDITOR.ELEMENT_MODE_REPLACE = 1; - - /** - * The editor is to be created inside the element. - * @constant - * @example - */ - CKEDITOR.ELEMENT_MODE_APPENDTO = 2; - - /** - * Creates an editor class instance. This constructor should be rarely - * used, in favor of the {@link CKEDITOR} editor creation functions. - * @ class Represents an editor instance. - * @param {Object} instanceConfig Configuration values for this specific - * instance. - * @param {CKEDITOR.dom.element} [element] The element linked to this - * instance. - * @param {Number} [mode] The mode in which the element is linked to this - * instance. See {@link #elementMode}. - * @param {String} [data] Since 3.3. Initial value for the instance. - * @augments CKEDITOR.event - * @example - */ - CKEDITOR.editor = function( instanceConfig, element, mode, data ) - { - this._ = - { - // Save the config to be processed later by the full core code. - instanceConfig : instanceConfig, - element : element, - data : data - }; - - /** - * The mode in which the {@link #element} is linked to this editor - * instance. It can be any of the following values: - * <ul> - * <li>{@link CKEDITOR.ELEMENT_MODE_NONE}: No element is linked to the - * editor instance.</li> - * <li>{@link CKEDITOR.ELEMENT_MODE_REPLACE}: The element is to be - * replaced by the editor instance.</li> - * <li>{@link CKEDITOR.ELEMENT_MODE_APPENDTO}: The editor is to be - * created inside the element.</li> - * </ul> - * @name CKEDITOR.editor.prototype.elementMode - * @type Number - * @example - * var editor = CKEDITOR.replace( 'editor1' ); - * alert( <b>editor.elementMode</b> ); "1" - */ - this.elementMode = mode || CKEDITOR.ELEMENT_MODE_NONE; - - // Call the CKEDITOR.event constructor to initialize this instance. - CKEDITOR.event.call( this ); - - this._init(); - }; - - /** - * Replaces a <textarea> or a DOM element (DIV) with a CKEditor - * instance. For textareas, the initial value in the editor will be the - * textarea value. For DOM elements, their innerHTML will be used - * instead. We recommend using TEXTAREA and DIV elements only. Do not use - * this function directly. Use {@link CKEDITOR.replace} instead. - * @param {Object|String} elementOrIdOrName The DOM element (textarea), its - * ID or name. - * @param {Object} [config] The specific configurations to apply to this - * editor instance. Configurations set here will override global CKEditor - * settings. - * @returns {CKEDITOR.editor} The editor instance created. - * @example - */ - CKEDITOR.editor.replace = function( elementOrIdOrName, config ) - { - var element = elementOrIdOrName; - - if ( typeof element != 'object' ) - { - // Look for the element by id. We accept any kind of element here. - element = document.getElementById( elementOrIdOrName ); - - // Elements that should go into head are unacceptable (#6791). - if ( element && element.tagName.toLowerCase() in {style:1,script:1,base:1,link:1,meta:1,title:1} ) - element = null; - - // If not found, look for elements by name. In this case we accept only - // textareas. - if ( !element ) - { - var i = 0, - textareasByName = document.getElementsByName( elementOrIdOrName ); - - while ( ( element = textareasByName[ i++ ] ) && element.tagName.toLowerCase() != 'textarea' ) - { /*jsl:pass*/ } - } - - if ( !element ) - throw '[CKEDITOR.editor.replace] The element with id or name "' + elementOrIdOrName + '" was not found.'; - } - - // Do not replace the textarea right now, just hide it. The effective - // replacement will be done by the _init function. - element.style.visibility = 'hidden'; - - // Create the editor instance. - return new CKEDITOR.editor( config, element, CKEDITOR.ELEMENT_MODE_REPLACE ); - }; - - /** - * Creates a new editor instance inside a specific DOM element. Do not use - * this function directly. Use {@link CKEDITOR.appendTo} instead. - * @param {Object|String} elementOrId The DOM element or its ID. - * @param {Object} [config] The specific configurations to apply to this - * editor instance. Configurations set here will override global CKEditor - * settings. - * @param {String} [data] Since 3.3. Initial value for the instance. - * @returns {CKEDITOR.editor} The editor instance created. - * @example - */ - CKEDITOR.editor.appendTo = function( elementOrId, config, data ) - { - var element = elementOrId; - if ( typeof element != 'object' ) - { - element = document.getElementById( elementOrId ); - - if ( !element ) - throw '[CKEDITOR.editor.appendTo] The element with id "' + elementOrId + '" was not found.'; - } - - // Create the editor instance. - return new CKEDITOR.editor( config, element, CKEDITOR.ELEMENT_MODE_APPENDTO, data ); - }; - - CKEDITOR.editor.prototype = - { - /** - * Initializes the editor instance. This function will be overriden by the - * full CKEDITOR.editor implementation (editor.js). - * @private - */ - _init : function() - { - var pending = CKEDITOR.editor._pending || ( CKEDITOR.editor._pending = [] ); - pending.push( this ); - }, - - // Both fire and fireOnce will always pass this editor instance as the - // "editor" param in CKEDITOR.event.fire. So, we override it to do that - // automaticaly. - - /** @ignore */ - fire : function( eventName, data ) - { - return CKEDITOR.event.prototype.fire.call( this, eventName, data, this ); - }, - - /** @ignore */ - fireOnce : function( eventName, data ) - { - return CKEDITOR.event.prototype.fireOnce.call( this, eventName, data, this ); - } - }; - - // "Inherit" (copy actually) from CKEDITOR.event. - CKEDITOR.event.implementOn( CKEDITOR.editor.prototype, true ); -} diff --git a/skins/ckeditor/_source/core/env.js b/skins/ckeditor/_source/core/env.js deleted file mode 100644 index 9b73aea..0000000 --- a/skins/ckeditor/_source/core/env.js +++ /dev/null @@ -1,291 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.env} object, which constains - * environment and browser information. - */ - -if ( !CKEDITOR.env ) -{ - /** - * @namespace Environment and browser information. - */ - CKEDITOR.env = (function() - { - var agent = navigator.userAgent.toLowerCase(); - var opera = window.opera; - - var env = - /** @lends CKEDITOR.env */ - { - /** - * Indicates that CKEditor is running on Internet Explorer. - * @type Boolean - * @example - * if ( CKEDITOR.env.ie ) - * alert( "I'm on IE!" ); - */ - ie : /*@cc_on!@*/false, - - /** - * Indicates that CKEditor is running on Opera. - * @type Boolean - * @example - * if ( CKEDITOR.env.opera ) - * alert( "I'm on Opera!" ); - */ - opera : ( !!opera && opera.version ), - - /** - * Indicates that CKEditor is running on a WebKit based browser, like - * Safari. - * @type Boolean - * @example - * if ( CKEDITOR.env.webkit ) - * alert( "I'm on WebKit!" ); - */ - webkit : ( agent.indexOf( ' applewebkit/' ) > -1 ), - - /** - * Indicates that CKEditor is running on Adobe AIR. - * @type Boolean - * @example - * if ( CKEDITOR.env.air ) - * alert( "I'm on AIR!" ); - */ - air : ( agent.indexOf( ' adobeair/' ) > -1 ), - - /** - * Indicates that CKEditor is running on Macintosh. - * @type Boolean - * @example - * if ( CKEDITOR.env.mac ) - * alert( "I love apples!" ); - */ - mac : ( agent.indexOf( 'macintosh' ) > -1 ), - - /** - * Indicates that CKEditor is running on a quirks mode environemnt. - * @type Boolean - * @example - * if ( CKEDITOR.env.quirks ) - * alert( "Nooooo!" ); - */ - quirks : ( document.compatMode == 'BackCompat' ), - - /** - * Indicates that CKEditor is running on a mobile like environemnt. - * @type Boolean - * @example - * if ( CKEDITOR.env.mobile ) - * alert( "I'm running with CKEditor today!" ); - */ - mobile : ( agent.indexOf( 'mobile' ) > -1 ), - - /** - * Indicates that the browser has a custom domain enabled. This has - * been set with "document.domain". - * @returns {Boolean} "true" if a custom domain is enabled. - * @example - * if ( CKEDITOR.env.isCustomDomain() ) - * alert( "I'm in a custom domain!" ); - */ - isCustomDomain : function() - { - if ( !this.ie ) - return false; - - var domain = document.domain, - hostname = window.location.hostname; - - return domain != hostname && - domain != ( '[' + hostname + ']' ); // IPv6 IP support (#5434) - }, - - /** - * Indicates that page is running under an encrypted connection. - * @returns {Boolean} "true" if the page has an encrypted connection. - * @example - * if ( CKEDITOR.env.secure ) - * alert( "I'm in SSL!" ); - */ - secure : location.protocol == 'https:' - }; - - /** - * Indicates that CKEditor is running on a Gecko based browser, like - * Firefox. - * @name CKEDITOR.env.gecko - * @type Boolean - * @example - * if ( CKEDITOR.env.gecko ) - * alert( "I'm riding a gecko!" ); - */ - env.gecko = ( navigator.product == 'Gecko' && !env.webkit && !env.opera ); - - var version = 0; - - // Internet Explorer 6.0+ - if ( env.ie ) - { - version = parseFloat( agent.match( /msie (\d+)/ )[1] ); - - /** - * Indicates that CKEditor is running on Internet Explorer 8. - * @name CKEDITOR.env.ie8 - * @type Boolean - * @example - * if ( CKEDITOR.env.ie8 ) - * alert( "I'm on IE8!" ); - */ - env.ie8 = !!document.documentMode; - - /** - * Indicates that CKEditor is running on Internet Explorer 8 on - * standards mode. - * @name CKEDITOR.env.ie8Compat - * @type Boolean - * @example - * if ( CKEDITOR.env.ie8Compat ) - * alert( "Now I'm on IE8, for real!" ); - */ - env.ie8Compat = document.documentMode == 8; - - /** - * Indicates that CKEditor is running on Internet Explorer 9's standards mode. - * @name CKEDITOR.env.ie9Compat - * @type Boolean - * @example - * if ( CKEDITOR.env.ie9Compat ) - * alert( "IE9, the beauty of the web!" ); - */ - env.ie9Compat = document.documentMode == 9; - - /** - * Indicates that CKEditor is running on an IE7-like environment, which - * includes IE7 itself and IE8's IE7 document mode. - * @name CKEDITOR.env.ie7Compat - * @type Boolean - * @example - * if ( CKEDITOR.env.ie8Compat ) - * alert( "I'm on IE7 or on an IE7 like IE8!" ); - */ - env.ie7Compat = ( ( version == 7 && !document.documentMode ) - || document.documentMode == 7 ); - - /** - * Indicates that CKEditor is running on an IE6-like environment, which - * includes IE6 itself and IE7 and IE8 quirks mode. - * @name CKEDITOR.env.ie6Compat - * @type Boolean - * @example - * if ( CKEDITOR.env.ie6Compat ) - * alert( "I'm on IE6 or quirks mode!" ); - */ - env.ie6Compat = ( version < 7 || env.quirks ); - } - - // Gecko. - if ( env.gecko ) - { - var geckoRelease = agent.match( /rv:([\d\.]+)/ ); - if ( geckoRelease ) - { - geckoRelease = geckoRelease[1].split( '.' ); - version = geckoRelease[0] * 10000 + ( geckoRelease[1] || 0 ) * 100 + ( geckoRelease[2] || 0 ) * 1; - } - } - - // Opera 9.50+ - if ( env.opera ) - version = parseFloat( opera.version() ); - - // Adobe AIR 1.0+ - // Checked before Safari because AIR have the WebKit rich text editor - // features from Safari 3.0.4, but the version reported is 420. - if ( env.air ) - version = parseFloat( agent.match( / adobeair\/(\d+)/ )[1] ); - - // WebKit 522+ (Safari 3+) - if ( env.webkit ) - version = parseFloat( agent.match( / applewebkit\/(\d+)/ )[1] ); - - /** - * Contains the browser version.<br /> - * <br /> - * For gecko based browsers (like Firefox) it contains the revision - * number with first three parts concatenated with a padding zero - * (e.g. for revision 1.9.0.2 we have 10900).<br /> - * <br /> - * For webkit based browser (like Safari and Chrome) it contains the - * WebKit build version (e.g. 522). - * @name CKEDITOR.env.version - * @type Boolean - * @example - * if ( CKEDITOR.env.ie && <b>CKEDITOR.env.version</b> <= 6 ) - * alert( "Ouch!" ); - */ - env.version = version; - - /** - * Indicates that CKEditor is running on a compatible browser. - * @name CKEDITOR.env.isCompatible - * @type Boolean - * @example - * if ( CKEDITOR.env.isCompatible ) - * alert( "Your browser is pretty cool!" ); - */ - env.isCompatible = - !env.mobile && ( - ( env.ie && version >= 6 ) || - ( env.gecko && version >= 10801 ) || - ( env.opera && version >= 9.5 ) || - ( env.air && version >= 1 ) || - ( env.webkit && version >= 522 ) || - false ); - - /** - * The CSS class to be appended on the main UI containers, making it - * easy to apply browser specific styles to it. - * @name CKEDITOR.env.cssClass - * @type String - * @example - * myDiv.className = CKEDITOR.env.cssClass; - */ - env.cssClass = - 'cke_browser_' + ( - env.ie ? 'ie' : - env.gecko ? 'gecko' : - env.opera ? 'opera' : - env.webkit ? 'webkit' : - 'unknown' ); - - if ( env.quirks ) - env.cssClass += ' cke_browser_quirks'; - - if ( env.ie ) - { - env.cssClass += ' cke_browser_ie' + ( - env.version < 7 ? '6' : - env.version >= 8 ? document.documentMode: - '7' ); - - if ( env.quirks ) - env.cssClass += ' cke_browser_iequirks'; - } - - if ( env.gecko && version < 10900 ) - env.cssClass += ' cke_browser_gecko18'; - - if ( env.air ) - env.cssClass += ' cke_browser_air'; - - return env; - })(); -} - -// PACKAGER_RENAME( CKEDITOR.env ) -// PACKAGER_RENAME( CKEDITOR.env.ie ) diff --git a/skins/ckeditor/_source/core/event.js b/skins/ckeditor/_source/core/event.js deleted file mode 100644 index fa19060..0000000 --- a/skins/ckeditor/_source/core/event.js +++ /dev/null @@ -1,342 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.event} class, which serves as the - * base for classes and objects that require event handling features. - */ - -if ( !CKEDITOR.event ) -{ - /** - * Creates an event class instance. This constructor is rearely used, being - * the {@link #.implementOn} function used in class prototypes directly - * instead. - * @class This is a base class for classes and objects that require event - * handling features.<br /> - * <br /> - * Do not confuse this class with {@link CKEDITOR.dom.event} which is - * instead used for DOM events. The CKEDITOR.event class implements the - * internal event system used by the CKEditor to fire API related events. - * @example - */ - CKEDITOR.event = function() - {}; - - /** - * Implements the {@link CKEDITOR.event} features in an object. - * @param {Object} targetObject The object into which implement the features. - * @example - * var myObject = { message : 'Example' }; - * <b>CKEDITOR.event.implementOn( myObject }</b>; - * myObject.on( 'testEvent', function() - * { - * alert( this.message ); // "Example" - * }); - * myObject.fire( 'testEvent' ); - */ - CKEDITOR.event.implementOn = function( targetObject ) - { - var eventProto = CKEDITOR.event.prototype; - - for ( var prop in eventProto ) - { - if ( targetObject[ prop ] == undefined ) - targetObject[ prop ] = eventProto[ prop ]; - } - }; - - CKEDITOR.event.prototype = (function() - { - // Returns the private events object for a given object. - var getPrivate = function( obj ) - { - var _ = ( obj.getPrivate && obj.getPrivate() ) || obj._ || ( obj._ = {} ); - return _.events || ( _.events = {} ); - }; - - var eventEntry = function( eventName ) - { - this.name = eventName; - this.listeners = []; - }; - - eventEntry.prototype = - { - // Get the listener index for a specified function. - // Returns -1 if not found. - getListenerIndex : function( listenerFunction ) - { - for ( var i = 0, listeners = this.listeners ; i < listeners.length ; i++ ) - { - if ( listeners[i].fn == listenerFunction ) - return i; - } - return -1; - } - }; - - return /** @lends CKEDITOR.event.prototype */ { - /** - * Registers a listener to a specific event in the current object. - * @param {String} eventName The event name to which listen. - * @param {Function} listenerFunction The function listening to the - * event. A single {@link CKEDITOR.eventInfo} object instanced - * is passed to this function containing all the event data. - * @param {Object} [scopeObj] The object used to scope the listener - * call (the this object. If omitted, the current object is used. - * @param {Object} [listenerData] Data to be sent as the - * {@link CKEDITOR.eventInfo#listenerData} when calling the - * listener. - * @param {Number} [priority] The listener priority. Lower priority - * listeners are called first. Listeners with the same priority - * value are called in registration order. Defaults to 10. - * @example - * someObject.on( 'someEvent', function() - * { - * alert( this == someObject ); // "true" - * }); - * @example - * someObject.on( 'someEvent', function() - * { - * alert( this == anotherObject ); // "true" - * } - * , anotherObject ); - * @example - * someObject.on( 'someEvent', function( event ) - * { - * alert( event.listenerData ); // "Example" - * } - * , null, 'Example' ); - * @example - * someObject.on( 'someEvent', function() { ... } ); // 2nd called - * someObject.on( 'someEvent', function() { ... }, null, null, 100 ); // 3rd called - * someObject.on( 'someEvent', function() { ... }, null, null, 1 ); // 1st called - */ - on : function( eventName, listenerFunction, scopeObj, listenerData, priority ) - { - // Get the event entry (create it if needed). - var events = getPrivate( this ), - event = events[ eventName ] || ( events[ eventName ] = new eventEntry( eventName ) ); - - if ( event.getListenerIndex( listenerFunction ) < 0 ) - { - // Get the listeners. - var listeners = event.listeners; - - // Fill the scope. - if ( !scopeObj ) - scopeObj = this; - - // Default the priority, if needed. - if ( isNaN( priority ) ) - priority = 10; - - var me = this; - - // Create the function to be fired for this listener. - var listenerFirer = function( editor, publisherData, stopFn, cancelFn ) - { - var ev = - { - name : eventName, - sender : this, - editor : editor, - data : publisherData, - listenerData : listenerData, - stop : stopFn, - cancel : cancelFn, - removeListener : function() - { - me.removeListener( eventName, listenerFunction ); - } - }; - - listenerFunction.call( scopeObj, ev ); - - return ev.data; - }; - listenerFirer.fn = listenerFunction; - listenerFirer.priority = priority; - - // Search for the right position for this new listener, based on its - // priority. - for ( var i = listeners.length - 1 ; i >= 0 ; i-- ) - { - // Find the item which should be before the new one. - if ( listeners[ i ].priority <= priority ) - { - // Insert the listener in the array. - listeners.splice( i + 1, 0, listenerFirer ); - return; - } - } - - // If no position has been found (or zero length), put it in - // the front of list. - listeners.unshift( listenerFirer ); - } - }, - - /** - * Fires an specific event in the object. All registered listeners are - * called at this point. - * @function - * @param {String} eventName The event name to fire. - * @param {Object} [data] Data to be sent as the - * {@link CKEDITOR.eventInfo#data} when calling the - * listeners. - * @param {CKEDITOR.editor} [editor] The editor instance to send as the - * {@link CKEDITOR.eventInfo#editor} when calling the - * listener. - * @returns {Boolean|Object} A booloan indicating that the event is to be - * canceled, or data returned by one of the listeners. - * @example - * someObject.on( 'someEvent', function() { ... } ); - * someObject.on( 'someEvent', function() { ... } ); - * <b>someObject.fire( 'someEvent' )</b>; // both listeners are called - * @example - * someObject.on( 'someEvent', function( event ) - * { - * alert( event.data ); // "Example" - * }); - * <b>someObject.fire( 'someEvent', 'Example' )</b>; - */ - fire : (function() - { - // Create the function that marks the event as stopped. - var stopped = false; - var stopEvent = function() - { - stopped = true; - }; - - // Create the function that marks the event as canceled. - var canceled = false; - var cancelEvent = function() - { - canceled = true; - }; - - return function( eventName, data, editor ) - { - // Get the event entry. - var event = getPrivate( this )[ eventName ]; - - // Save the previous stopped and cancelled states. We may - // be nesting fire() calls. - var previousStopped = stopped, - previousCancelled = canceled; - - // Reset the stopped and canceled flags. - stopped = canceled = false; - - if ( event ) - { - var listeners = event.listeners; - - if ( listeners.length ) - { - // As some listeners may remove themselves from the - // event, the original array length is dinamic. So, - // let's make a copy of all listeners, so we are - // sure we'll call all of them. - listeners = listeners.slice( 0 ); - - // Loop through all listeners. - for ( var i = 0 ; i < listeners.length ; i++ ) - { - // Call the listener, passing the event data. - var retData = listeners[i].call( this, editor, data, stopEvent, cancelEvent ); - - if ( typeof retData != 'undefined' ) - data = retData; - - // No further calls is stopped or canceled. - if ( stopped || canceled ) - break; - } - } - } - - var ret = canceled || ( typeof data == 'undefined' ? false : data ); - - // Restore the previous stopped and canceled states. - stopped = previousStopped; - canceled = previousCancelled; - - return ret; - }; - })(), - - /** - * Fires an specific event in the object, releasing all listeners - * registered to that event. The same listeners are not called again on - * successive calls of it or of {@link #fire}. - * @param {String} eventName The event name to fire. - * @param {Object} [data] Data to be sent as the - * {@link CKEDITOR.eventInfo#data} when calling the - * listeners. - * @param {CKEDITOR.editor} [editor] The editor instance to send as the - * {@link CKEDITOR.eventInfo#editor} when calling the - * listener. - * @returns {Boolean|Object} A booloan indicating that the event is to be - * canceled, or data returned by one of the listeners. - * @example - * someObject.on( 'someEvent', function() { ... } ); - * someObject.fire( 'someEvent' ); // above listener called - * <b>someObject.fireOnce( 'someEvent' )</b>; // above listener called - * someObject.fire( 'someEvent' ); // no listeners called - */ - fireOnce : function( eventName, data, editor ) - { - var ret = this.fire( eventName, data, editor ); - delete getPrivate( this )[ eventName ]; - return ret; - }, - - /** - * Unregisters a listener function from being called at the specified - * event. No errors are thrown if the listener has not been - * registered previously. - * @param {String} eventName The event name. - * @param {Function} listenerFunction The listener function to unregister. - * @example - * var myListener = function() { ... }; - * someObject.on( 'someEvent', myListener ); - * someObject.fire( 'someEvent' ); // myListener called - * <b>someObject.removeListener( 'someEvent', myListener )</b>; - * someObject.fire( 'someEvent' ); // myListener not called - */ - removeListener : function( eventName, listenerFunction ) - { - // Get the event entry. - var event = getPrivate( this )[ eventName ]; - - if ( event ) - { - var index = event.getListenerIndex( listenerFunction ); - if ( index >= 0 ) - event.listeners.splice( index, 1 ); - } - }, - - /** - * Checks if there is any listener registered to a given event. - * @param {String} eventName The event name. - * @example - * var myListener = function() { ... }; - * someObject.on( 'someEvent', myListener ); - * alert( someObject.<b>hasListeners( 'someEvent' )</b> ); // "true" - * alert( someObject.<b>hasListeners( 'noEvent' )</b> ); // "false" - */ - hasListeners : function( eventName ) - { - var event = getPrivate( this )[ eventName ]; - return ( event && event.listeners.length > 0 ) ; - } - }; - })(); -} diff --git a/skins/ckeditor/_source/core/eventInfo.js b/skins/ckeditor/_source/core/eventInfo.js deleted file mode 100644 index 0f313e8..0000000 --- a/skins/ckeditor/_source/core/eventInfo.js +++ /dev/null @@ -1,120 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the "virtual" {@link CKEDITOR.eventInfo} class, which - * contains the defintions of the event object passed to event listeners. - * This file is for documentation purposes only. - */ - -/** - * (Virtual Class) Do not call this constructor. This class is not really part - * of the API. - * @class Virtual class that illustrates the features of the event object to be - * passed to event listeners by a {@link CKEDITOR.event} based object. - * @name CKEDITOR.eventInfo - * @example - * // Do not do this. - * var myEvent = new CKEDITOR.eventInfo(); // Error: CKEDITOR.eventInfo is undefined - */ - -/** - * The event name. - * @name CKEDITOR.eventInfo.prototype.name - * @field - * @type String - * @example - * someObject.on( 'someEvent', function( event ) - * { - * alert( <b>event.name</b> ); // "someEvent" - * }); - * someObject.fire( 'someEvent' ); - */ - -/** - * The object that publishes (sends) the event. - * @name CKEDITOR.eventInfo.prototype.sender - * @field - * @type Object - * @example - * someObject.on( 'someEvent', function( event ) - * { - * alert( <b>event.sender</b> == someObject ); // "true" - * }); - * someObject.fire( 'someEvent' ); - */ - -/** - * The editor instance that holds the sender. May be the same as sender. May be - * null if the sender is not part of an editor instance, like a component - * running in standalone mode. - * @name CKEDITOR.eventInfo.prototype.editor - * @field - * @type CKEDITOR.editor - * @example - * myButton.on( 'someEvent', function( event ) - * { - * alert( <b>event.editor</b> == myEditor ); // "true" - * }); - * myButton.fire( 'someEvent', null, <b>myEditor</b> ); - */ - -/** - * Any kind of additional data. Its format and usage is event dependent. - * @name CKEDITOR.eventInfo.prototype.data - * @field - * @type Object - * @example - * someObject.on( 'someEvent', function( event ) - * { - * alert( <b>event.data</b> ); // "Example" - * }); - * someObject.fire( 'someEvent', <b>'Example'</b> ); - */ - -/** - * Any extra data appended during the listener registration. - * @name CKEDITOR.eventInfo.prototype.listenerData - * @field - * @type Object - * @example - * someObject.on( 'someEvent', function( event ) - * { - * alert( <b>event.listenerData</b> ); // "Example" - * } - * , null, <b>'Example'</b> ); - */ - -/** - * Indicates that no further listeners are to be called. - * @name CKEDITOR.eventInfo.prototype.stop - * @function - * @example - * someObject.on( 'someEvent', function( event ) - * { - * <b>event.stop()</b>; - * }); - * someObject.on( 'someEvent', function( event ) - * { - * // This one will not be called. - * }); - * alert( someObject.fire( 'someEvent' ) ); // "false" - */ - -/** - * Indicates that the event is to be cancelled (if cancelable). - * @name CKEDITOR.eventInfo.prototype.cancel - * @function - * @example - * someObject.on( 'someEvent', function( event ) - * { - * <b>event.cancel()</b>; - * }); - * someObject.on( 'someEvent', function( event ) - * { - * // This one will not be called. - * }); - * alert( someObject.fire( 'someEvent' ) ); // "true" - */ diff --git a/skins/ckeditor/_source/core/focusmanager.js b/skins/ckeditor/_source/core/focusmanager.js deleted file mode 100644 index e59900d..0000000 --- a/skins/ckeditor/_source/core/focusmanager.js +++ /dev/null @@ -1,152 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.focusManager} class, which is used - * to handle the focus on editor instances.. - */ - -/** - * Creates a focusManager class instance. - * @class Manages the focus activity in an editor instance. This class is to be - * used mainly by UI elements coders when adding interface elements that need - * to set the focus state of the editor. - * @param {CKEDITOR.editor} editor The editor instance. - * @example - * var focusManager = <b>new CKEDITOR.focusManager( editor )</b>; - * focusManager.focus(); - */ -CKEDITOR.focusManager = function( editor ) -{ - if ( editor.focusManager ) - return editor.focusManager; - - /** - * Indicates that the editor instance has focus. - * @type Boolean - * @example - * alert( CKEDITOR.instances.editor1.focusManager.hasFocus ); // e.g "true" - */ - this.hasFocus = false; - - /** - * Object used to hold private stuff. - * @private - */ - this._ = - { - editor : editor - }; - - return this; -}; - -CKEDITOR.focusManager.prototype = -{ - /** - * Used to indicate that the editor instance has the focus.<br /> - * <br /> - * Note that this function will not explicitelly set the focus in the - * editor (for example, making the caret blinking on it). Use - * {@link CKEDITOR.editor#focus} for it instead. - * @example - * var editor = CKEDITOR.instances.editor1; - * <b>editor.focusManager.focus()</b>; - */ - focus : function() - { - if ( this._.timer ) - clearTimeout( this._.timer ); - - if ( !this.hasFocus ) - { - // If another editor has the current focus, we first "blur" it. In - // this way the events happen in a more logical sequence, like: - // "focus 1" > "blur 1" > "focus 2" - // ... instead of: - // "focus 1" > "focus 2" > "blur 1" - if ( CKEDITOR.currentInstance ) - CKEDITOR.currentInstance.focusManager.forceBlur(); - - var editor = this._.editor; - - editor.container.getChild( 1 ).addClass( 'cke_focus' ); - - this.hasFocus = true; - editor.fire( 'focus' ); - } - }, - - /** - * Used to indicate that the editor instance has lost the focus.<br /> - * <br /> - * Note that this functions acts asynchronously with a delay of 100ms to - * avoid subsequent blur/focus effects. If you want the "blur" to happen - * immediately, use the {@link #forceBlur} function instead. - * @example - * var editor = CKEDITOR.instances.editor1; - * <b>editor.focusManager.blur()</b>; - */ - blur : function() - { - var focusManager = this; - - if ( focusManager._.timer ) - clearTimeout( focusManager._.timer ); - - focusManager._.timer = setTimeout( - function() - { - delete focusManager._.timer; - focusManager.forceBlur(); - } - , 100 ); - }, - - /** - * Used to indicate that the editor instance has lost the focus. Unlike - * {@link #blur}, this function is synchronous, marking the instance as - * "blured" immediately. - * @example - * var editor = CKEDITOR.instances.editor1; - * <b>editor.focusManager.forceBlur()</b>; - */ - forceBlur : function() - { - if ( this.hasFocus ) - { - var editor = this._.editor; - - editor.container.getChild( 1 ).removeClass( 'cke_focus' ); - - this.hasFocus = false; - editor.fire( 'blur' ); - } - } -}; - -/** - * Fired when the editor instance receives the input focus. - * @name CKEDITOR.editor#focus - * @event - * @param {CKEDITOR.editor} editor The editor instance. - * @example - * editor.on( 'focus', function( e ) - * { - * alert( 'The editor named ' + e.editor.name + ' is now focused' ); - * }); - */ - -/** - * Fired when the editor instance loses the input focus. - * @name CKEDITOR.editor#blur - * @event - * @param {CKEDITOR.editor} editor The editor instance. - * @example - * editor.on( 'blur', function( e ) - * { - * alert( 'The editor named ' + e.editor.name + ' lost the focus' ); - * }); - */ diff --git a/skins/ckeditor/_source/core/htmlparser.js b/skins/ckeditor/_source/core/htmlparser.js deleted file mode 100644 index 45808e3..0000000 --- a/skins/ckeditor/_source/core/htmlparser.js +++ /dev/null @@ -1,224 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * Creates a {@link CKEDITOR.htmlParser} class instance. - * @class Provides an "event like" system to parse strings of HTML data. - * @example - * var parser = new CKEDITOR.htmlParser(); - * parser.onTagOpen = function( tagName, attributes, selfClosing ) - * { - * alert( tagName ); - * }; - * parser.parse( '<p>Some <b>text</b>.</p>' ); - */ -CKEDITOR.htmlParser = function() -{ - this._ = - { - htmlPartsRegex : new RegExp( '<(?:(?:\\/([^>]+)>)|(?:!--([\\S|\\s]*?)-->)|(?:([^\\s>]+)\\s*((?:(?:"[^"]*")|(?:\'[^\']*\')|[^"\'>])*)\\/?>))', 'g' ) - }; -}; - -(function() -{ - var attribsRegex = /([\w\-:.]+)(?:(?:\s*=\s*(?:(?:"([^"]*)")|(?:'([^']*)')|([^\s>]+)))|(?=\s|$))/g, - emptyAttribs = {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 = - { - /** - * Function to be fired when a tag opener is found. This function - * should be overriden when using this class. - * @param {String} tagName The tag name. The name is guarantted to be - * lowercased. - * @param {Object} attributes An object containing all tag attributes. Each - * property in this object represent and attribute name and its - * value is the attribute value. - * @param {Boolean} selfClosing true if the tag closes itself, false if the - * tag doesn't. - * @example - * var parser = new CKEDITOR.htmlParser(); - * parser.onTagOpen = function( tagName, attributes, selfClosing ) - * { - * alert( tagName ); // e.g. "b" - * }); - * parser.parse( "<!-- Example --><b>Hello</b>" ); - */ - onTagOpen : function() {}, - - /** - * Function to be fired when a tag closer is found. This function - * should be overriden when using this class. - * @param {String} tagName The tag name. The name is guarantted to be - * lowercased. - * @example - * var parser = new CKEDITOR.htmlParser(); - * parser.onTagClose = function( tagName ) - * { - * alert( tagName ); // e.g. "b" - * }); - * parser.parse( "<!-- Example --><b>Hello</b>" ); - */ - onTagClose : function() {}, - - /** - * Function to be fired when text is found. This function - * should be overriden when using this class. - * @param {String} text The text found. - * @example - * var parser = new CKEDITOR.htmlParser(); - * parser.onText = function( text ) - * { - * alert( text ); // e.g. "Hello" - * }); - * parser.parse( "<!-- Example --><b>Hello</b>" ); - */ - onText : function() {}, - - /** - * Function to be fired when CDATA section is found. This function - * should be overriden when using this class. - * @param {String} cdata The CDATA been found. - * @example - * var parser = new CKEDITOR.htmlParser(); - * parser.onCDATA = function( cdata ) - * { - * alert( cdata ); // e.g. "var hello;" - * }); - * parser.parse( "<script>var hello;</script>" ); - */ - onCDATA : function() {}, - - /** - * Function to be fired when a commend is found. This function - * should be overriden when using this class. - * @param {String} comment The comment text. - * @example - * var parser = new CKEDITOR.htmlParser(); - * parser.onComment = function( comment ) - * { - * alert( comment ); // e.g. " Example " - * }); - * parser.parse( "<!-- Example --><b>Hello</b>" ); - */ - onComment : function() {}, - - /** - * Parses text, looking for HTML tokens, like tag openers or closers, - * or comments. This function fires the onTagOpen, onTagClose, onText - * and onComment function during its execution. - * @param {String} html The HTML to be parsed. - * @example - * var parser = new CKEDITOR.htmlParser(); - * // The onTagOpen, onTagClose, onText and onComment should be overriden - * // at this point. - * parser.parse( "<!-- Example --><b>Hello</b>" ); - */ - parse : function( html ) - { - var parts, - tagName, - nextIndex = 0, - cdata; // The collected data inside a CDATA section. - - while ( ( parts = this._.htmlPartsRegex.exec( html ) ) ) - { - var tagIndex = parts.index; - if ( tagIndex > nextIndex ) - { - var text = html.substring( nextIndex, tagIndex ); - - if ( cdata ) - cdata.push( text ); - else - this.onText( text ); - } - - nextIndex = this._.htmlPartsRegex.lastIndex; - - /* - "parts" is an array with the following items: - 0 : The entire match for opening/closing tags and comments. - 1 : Group filled with the tag name for closing tags. - 2 : Group filled with the comment text. - 3 : Group filled with the tag name for opening tags. - 4 : Group filled with the attributes part of opening tags. - */ - - // Closing tag - if ( ( tagName = parts[ 1 ] ) ) - { - tagName = tagName.toLowerCase(); - - if ( cdata && CKEDITOR.dtd.$cdata[ tagName ] ) - { - // Send the CDATA data. - this.onCDATA( cdata.join('') ); - cdata = null; - } - - if ( !cdata ) - { - this.onTagClose( tagName ); - continue; - } - } - - // If CDATA is enabled, just save the raw match. - if ( cdata ) - { - cdata.push( parts[ 0 ] ); - continue; - } - - // Opening tag - if ( ( tagName = parts[ 3 ] ) ) - { - tagName = tagName.toLowerCase(); - - // There are some tag names that can break things, so let's - // simply ignore them when parsing. (#5224) - if ( /="/.test( tagName ) ) - continue; - - var attribs = {}, - attribMatch, - attribsPart = parts[ 4 ], - selfClosing = !!( attribsPart && attribsPart.charAt( attribsPart.length - 1 ) == '/' ); - - if ( attribsPart ) - { - while ( ( attribMatch = attribsRegex.exec( attribsPart ) ) ) - { - var attName = attribMatch[1].toLowerCase(), - attValue = attribMatch[2] || attribMatch[3] || attribMatch[4] || ''; - - if ( !attValue && emptyAttribs[ attName ] ) - attribs[ attName ] = attName; - else - attribs[ attName ] = attValue; - } - } - - this.onTagOpen( tagName, attribs, selfClosing ); - - // Open CDATA mode when finding the appropriate tags. - if ( !cdata && CKEDITOR.dtd.$cdata[ tagName ] ) - cdata = []; - - continue; - } - - // Comment - if ( ( tagName = parts[ 2 ] ) ) - this.onComment( tagName ); - } - - if ( html.length > nextIndex ) - this.onText( html.substring( nextIndex, html.length ) ); - } - }; -})(); diff --git a/skins/ckeditor/_source/core/htmlparser/basicwriter.js b/skins/ckeditor/_source/core/htmlparser/basicwriter.js deleted file mode 100644 index 010ae74..0000000 --- a/skins/ckeditor/_source/core/htmlparser/basicwriter.js +++ /dev/null @@ -1,145 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.htmlParser.basicWriter = CKEDITOR.tools.createClass( -{ - $ : function() - { - this._ = - { - output : [] - }; - }, - - proto : - { - /** - * Writes the tag opening part for a opener tag. - * @param {String} tagName The element name for this tag. - * @param {Object} attributes The attributes defined for this tag. The - * attributes could be used to inspect the tag. - * @example - * // Writes "<p". - * writer.openTag( 'p', { class : 'MyClass', id : 'MyId' } ); - */ - openTag : function( tagName, attributes ) - { - this._.output.push( '<', tagName ); - }, - - /** - * Writes the tag closing part for a opener tag. - * @param {String} tagName The element name for this tag. - * @param {Boolean} isSelfClose Indicates that this is a self-closing tag, - * like "br" or "img". - * @example - * // Writes ">". - * writer.openTagClose( 'p', false ); - * @example - * // Writes " />". - * writer.openTagClose( 'br', true ); - */ - openTagClose : function( tagName, isSelfClose ) - { - if ( isSelfClose ) - this._.output.push( ' />' ); - else - this._.output.push( '>' ); - }, - - /** - * Writes an attribute. This function should be called after opening the - * tag with {@link #openTagClose}. - * @param {String} attName The attribute name. - * @param {String} attValue The attribute value. - * @example - * // Writes ' class="MyClass"'. - * writer.attribute( 'class', 'MyClass' ); - */ - attribute : function( attName, attValue ) - { - // Browsers don't always escape special character in attribute values. (#4683, #4719). - if ( typeof attValue == 'string' ) - attValue = CKEDITOR.tools.htmlEncodeAttr( attValue ); - - this._.output.push( ' ', attName, '="', attValue, '"' ); - }, - - /** - * Writes a closer tag. - * @param {String} tagName The element name for this tag. - * @example - * // Writes "</p>". - * writer.closeTag( 'p' ); - */ - closeTag : function( tagName ) - { - this._.output.push( '</', tagName, '>' ); - }, - - /** - * Writes text. - * @param {String} text The text value - * @example - * // Writes "Hello Word". - * writer.text( 'Hello Word' ); - */ - text : function( text ) - { - this._.output.push( text ); - }, - - /** - * Writes a comment. - * @param {String} comment The comment text. - * @example - * // Writes "<!-- My comment -->". - * writer.comment( ' My comment ' ); - */ - comment : function( comment ) - { - this._.output.push( '<!--', comment, '-->' ); - }, - - /** - * Writes any kind of data to the ouput. - * @example - * writer.write( 'This is an <b>example</b>.' ); - */ - write : function( data ) - { - this._.output.push( data ); - }, - - /** - * Empties the current output buffer. - * @example - * writer.reset(); - */ - reset : function() - { - this._.output = []; - this._.indent = false; - }, - - /** - * Empties the current output buffer. - * @param {Boolean} reset Indicates that the {@link reset} function is to - * be automatically called after retrieving the HTML. - * @returns {String} The HTML written to the writer so far. - * @example - * var html = writer.getHtml(); - */ - getHtml : function( reset ) - { - var html = this._.output.join( '' ); - - if ( reset ) - this.reset(); - - return html; - } - } -}); diff --git a/skins/ckeditor/_source/core/htmlparser/cdata.js b/skins/ckeditor/_source/core/htmlparser/cdata.js deleted file mode 100644 index 422f603..0000000 --- a/skins/ckeditor/_source/core/htmlparser/cdata.js +++ /dev/null @@ -1,43 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - - /** - * A lightweight representation of HTML text. - * @constructor - * @example - */ - CKEDITOR.htmlParser.cdata = function( value ) - { - /** - * The CDATA value. - * @type String - * @example - */ - this.value = value; - }; - - CKEDITOR.htmlParser.cdata.prototype = - { - /** - * CDATA has the same type as {@link CKEDITOR.htmlParser.text} This is - * a constant value set to {@link CKEDITOR.NODE_TEXT}. - * @type Number - * @example - */ - type : CKEDITOR.NODE_TEXT, - - /** - * Writes write the CDATA with no special manipulations. - * @param {CKEDITOR.htmlWriter} writer The writer to which write the HTML. - */ - writeHtml : function( writer ) - { - writer.write( this.value ); - } - }; -})(); diff --git a/skins/ckeditor/_source/core/htmlparser/comment.js b/skins/ckeditor/_source/core/htmlparser/comment.js deleted file mode 100644 index a55b489..0000000 --- a/skins/ckeditor/_source/core/htmlparser/comment.js +++ /dev/null @@ -1,60 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * A lightweight representation of an HTML comment. - * @constructor - * @example - */ -CKEDITOR.htmlParser.comment = function( value ) -{ - /** - * The comment text. - * @type String - * @example - */ - this.value = value; - - /** @private */ - this._ = - { - isBlockLike : false - }; -}; - -CKEDITOR.htmlParser.comment.prototype = -{ - /** - * The node type. This is a constant value set to {@link CKEDITOR.NODE_COMMENT}. - * @type Number - * @example - */ - type : CKEDITOR.NODE_COMMENT, - - /** - * Writes the HTML representation of this comment to a CKEDITOR.htmlWriter. - * @param {CKEDITOR.htmlWriter} writer The writer to which write the HTML. - * @example - */ - writeHtml : function( writer, filter ) - { - var comment = this.value; - - if ( filter ) - { - if ( !( comment = filter.onComment( comment, this ) ) ) - return; - - if ( typeof comment != 'string' ) - { - comment.parent = this.parent; - comment.writeHtml( writer, filter ); - return; - } - } - - writer.comment( comment ); - } -}; diff --git a/skins/ckeditor/_source/core/htmlparser/element.js b/skins/ckeditor/_source/core/htmlparser/element.js deleted file mode 100644 index b1d5547..0000000 --- a/skins/ckeditor/_source/core/htmlparser/element.js +++ /dev/null @@ -1,308 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * A lightweight representation of an HTML element. - * @param {String} name The element name. - * @param {Object} attributes And object holding all attributes defined for - * this element. - * @constructor - * @example - */ -CKEDITOR.htmlParser.element = function( name, attributes ) -{ - /** - * The element name. - * @type String - * @example - */ - this.name = name; - - /** - * Holds the attributes defined for this element. - * @type Object - * @example - */ - this.attributes = attributes || ( attributes = {} ); - - /** - * The nodes that are direct children of this element. - * @type Array - * @example - */ - this.children = []; - - var tagName = attributes[ 'data-cke-real-element-type' ] || name || ''; - - // Reveal the real semantic of our internal custom tag name (#6639). - var internalTag = tagName.match( /^cke:(.*)/ ); - internalTag && ( tagName = internalTag[ 1 ] ); - - var dtd = CKEDITOR.dtd, - isBlockLike = !!( dtd.$nonBodyContent[ tagName ] - || dtd.$block[ tagName ] - || dtd.$listItem[ tagName ] - || dtd.$tableContent[ tagName ] - || dtd.$nonEditable[ tagName ] - || tagName == 'br' ), - isEmpty = !!dtd.$empty[ name ]; - - this.isEmpty = isEmpty; - this.isUnknown = !dtd[ name ]; - - /** @private */ - this._ = - { - isBlockLike : isBlockLike, - hasInlineStarted : isEmpty || !isBlockLike - }; -}; - -/** - * Object presentation of CSS style declaration text. - * @param {CKEDITOR.htmlParser.element|String} elementOrStyleText A html parser element or the inline style text. - */ -CKEDITOR.htmlParser.cssStyle = function() -{ - var styleText, - arg = arguments[ 0 ], - rules = {}; - - styleText = arg instanceof CKEDITOR.htmlParser.element ? arg.attributes.style : arg; - - // html-encoded quote might be introduced by 'font-family' - // from MS-Word which confused the following regexp. e.g. - //'font-family: "Lucida, Console"' - ( styleText || '' ) - .replace( /"/g, '"' ) - .replace( /\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g, - function( match, name, value ) - { - name == 'font-family' && ( value = value.replace( /["']/g, '' ) ); - rules[ name.toLowerCase() ] = value; - }); - - return { - - rules : rules, - - /** - * Apply the styles onto the specified element or object. - * @param {CKEDITOR.htmlParser.element|CKEDITOR.dom.element|Object} obj - */ - populate : function( obj ) - { - var style = this.toString(); - if ( style ) - { - obj instanceof CKEDITOR.dom.element ? - obj.setAttribute( 'style', style ) : - obj instanceof CKEDITOR.htmlParser.element ? - obj.attributes.style = style : - obj.style = style; - } - }, - - toString : function() - { - var output = []; - for ( var i in rules ) - rules[ i ] && output.push( i, ':', rules[ i ], ';' ); - return output.join( '' ); - } - }; -}; - -(function() -{ - // Used to sort attribute entries in an array, where the first element of - // each object is the attribute name. - var sortAttribs = function( a, b ) - { - a = a[0]; - b = b[0]; - return a < b ? -1 : a > b ? 1 : 0; - }; - - CKEDITOR.htmlParser.element.prototype = - { - /** - * The node type. This is a constant value set to {@link CKEDITOR.NODE_ELEMENT}. - * @type Number - * @example - */ - type : CKEDITOR.NODE_ELEMENT, - - /** - * Adds a node to the element children list. - * @param {Object} node The node to be added. It can be any of of the - * following types: {@link CKEDITOR.htmlParser.element}, - * {@link CKEDITOR.htmlParser.text} and - * {@link CKEDITOR.htmlParser.comment}. - * @function - * @example - */ - add : CKEDITOR.htmlParser.fragment.prototype.add, - - /** - * Clone this element. - * @returns {CKEDITOR.htmlParser.element} The element clone. - * @example - */ - clone : function() - { - return new CKEDITOR.htmlParser.element( this.name, this.attributes ); - }, - - /** - * Writes the element HTML to a CKEDITOR.htmlWriter. - * @param {CKEDITOR.htmlWriter} writer The writer to which write the HTML. - * @example - */ - writeHtml : function( writer, filter ) - { - var attributes = this.attributes; - - // Ignore cke: prefixes when writing HTML. - var element = this, - writeName = element.name, - a, newAttrName, value; - - var isChildrenFiltered; - - /** - * Providing an option for bottom-up filtering order ( element - * children to be pre-filtered before the element itself ). - */ - element.filterChildren = function() - { - if ( !isChildrenFiltered ) - { - var writer = new CKEDITOR.htmlParser.basicWriter(); - CKEDITOR.htmlParser.fragment.prototype.writeChildrenHtml.call( element, writer, filter ); - element.children = new CKEDITOR.htmlParser.fragment.fromHtml( writer.getHtml(), 0, element.clone() ).children; - isChildrenFiltered = 1; - } - }; - - if ( filter ) - { - while ( true ) - { - if ( !( writeName = filter.onElementName( writeName ) ) ) - return; - - element.name = writeName; - - if ( !( element = filter.onElement( element ) ) ) - return; - - element.parent = this.parent; - - if ( element.name == writeName ) - break; - - // If the element has been replaced with something of a - // different type, then make the replacement write itself. - if ( element.type != CKEDITOR.NODE_ELEMENT ) - { - element.writeHtml( writer, filter ); - return; - } - - writeName = element.name; - - // This indicate that the element has been dropped by - // filter but not the children. - if ( !writeName ) - { - // Fix broken parent refs. - for ( var c = 0, length = this.children.length ; c < length ; c++ ) - this.children[ c ].parent = element.parent; - - this.writeChildrenHtml.call( element, writer, isChildrenFiltered ? null : filter ); - return; - } - } - - // The element may have been changed, so update the local - // references. - attributes = element.attributes; - } - - // Open element tag. - writer.openTag( writeName, attributes ); - - // Copy all attributes to an array. - var attribsArray = []; - // Iterate over the attributes twice since filters may alter - // other attributes. - for ( var i = 0 ; i < 2; i++ ) - { - for ( a in attributes ) - { - newAttrName = a; - value = attributes[ a ]; - if ( i == 1 ) - attribsArray.push( [ a, value ] ); - else if ( filter ) - { - while ( true ) - { - if ( !( newAttrName = filter.onAttributeName( a ) ) ) - { - delete attributes[ a ]; - break; - } - else if ( newAttrName != a ) - { - delete attributes[ a ]; - a = newAttrName; - continue; - } - else - break; - } - if ( newAttrName ) - { - if ( ( value = filter.onAttribute( element, newAttrName, value ) ) === false ) - delete attributes[ newAttrName ]; - else - attributes [ newAttrName ] = value; - } - } - } - } - // Sort the attributes by name. - if ( writer.sortAttributes ) - attribsArray.sort( sortAttribs ); - - // Send the attributes. - var len = attribsArray.length; - for ( i = 0 ; i < len ; i++ ) - { - var attrib = attribsArray[ i ]; - writer.attribute( attrib[0], attrib[1] ); - } - - // Close the tag. - writer.openTagClose( writeName, element.isEmpty ); - - if ( !element.isEmpty ) - { - this.writeChildrenHtml.call( element, writer, isChildrenFiltered ? null : filter ); - // Close the element. - writer.closeTag( writeName ); - } - }, - - writeChildrenHtml : function( writer, filter ) - { - // Send children. - CKEDITOR.htmlParser.fragment.prototype.writeChildrenHtml.apply( this, arguments ); - - } - }; -})(); diff --git a/skins/ckeditor/_source/core/htmlparser/filter.js b/skins/ckeditor/_source/core/htmlparser/filter.js deleted file mode 100644 index a1f16e2..0000000 --- a/skins/ckeditor/_source/core/htmlparser/filter.js +++ /dev/null @@ -1,288 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - CKEDITOR.htmlParser.filter = CKEDITOR.tools.createClass( - { - $ : function( rules ) - { - this._ = - { - elementNames : [], - attributeNames : [], - elements : { $length : 0 }, - attributes : { $length : 0 } - }; - - if ( rules ) - this.addRules( rules, 10 ); - }, - - proto : - { - addRules : function( rules, priority ) - { - if ( typeof priority != 'number' ) - priority = 10; - - // Add the elementNames. - addItemsToList( this._.elementNames, rules.elementNames, priority ); - - // Add the attributeNames. - addItemsToList( this._.attributeNames, rules.attributeNames, priority ); - - // Add the elements. - addNamedItems( this._.elements, rules.elements, priority ); - - // Add the attributes. - addNamedItems( this._.attributes, rules.attributes, priority ); - - // Add the text. - this._.text = transformNamedItem( this._.text, rules.text, priority ) || this._.text; - - // Add the comment. - this._.comment = transformNamedItem( this._.comment, rules.comment, priority ) || this._.comment; - - // Add root fragment. - this._.root = transformNamedItem( this._.root, rules.root, priority ) || this._.root; - }, - - onElementName : function( name ) - { - return filterName( name, this._.elementNames ); - }, - - onAttributeName : function( name ) - { - return filterName( name, this._.attributeNames ); - }, - - onText : function( text ) - { - var textFilter = this._.text; - return textFilter ? textFilter.filter( text ) : text; - }, - - onComment : function( commentText, comment ) - { - var textFilter = this._.comment; - return textFilter ? textFilter.filter( commentText, comment ) : commentText; - }, - - onFragment : function( element ) - { - var rootFilter = this._.root; - return rootFilter ? rootFilter.filter( element ) : element; - }, - - onElement : function( element ) - { - // We must apply filters set to the specific element name as - // well as those set to the generic $ name. So, add both to an - // array and process them in a small loop. - var filters = [ this._.elements[ '^' ], this._.elements[ element.name ], this._.elements.$ ], - filter, ret; - - for ( var i = 0 ; i < 3 ; i++ ) - { - filter = filters[ i ]; - if ( filter ) - { - ret = filter.filter( element, this ); - - if ( ret === false ) - return null; - - if ( ret && ret != element ) - return this.onNode( ret ); - - // The non-root element has been dismissed by one of the filters. - if ( element.parent && !element.name ) - break; - } - } - - return element; - }, - - onNode : function( node ) - { - var type = node.type; - - return type == CKEDITOR.NODE_ELEMENT ? this.onElement( node ) : - type == CKEDITOR.NODE_TEXT ? new CKEDITOR.htmlParser.text( this.onText( node.value ) ) : - type == CKEDITOR.NODE_COMMENT ? new CKEDITOR.htmlParser.comment( this.onComment( node.value ) ): - null; - }, - - onAttribute : function( element, name, value ) - { - var filter = this._.attributes[ name ]; - - if ( filter ) - { - var ret = filter.filter( value, element, this ); - - if ( ret === false ) - return false; - - if ( typeof ret != 'undefined' ) - return ret; - } - - return value; - } - } - }); - - function filterName( name, filters ) - { - for ( var i = 0 ; name && i < filters.length ; i++ ) - { - var filter = filters[ i ]; - name = name.replace( filter[ 0 ], filter[ 1 ] ); - } - return name; - } - - function addItemsToList( list, items, priority ) - { - if ( typeof items == 'function' ) - items = [ items ]; - - var i, j, - listLength = list.length, - itemsLength = items && items.length; - - if ( itemsLength ) - { - // Find the index to insert the items at. - for ( i = 0 ; i < listLength && list[ i ].pri < priority ; i++ ) - { /*jsl:pass*/ } - - // Add all new items to the list at the specific index. - for ( j = itemsLength - 1 ; j >= 0 ; j-- ) - { - var item = items[ j ]; - if ( item ) - { - item.pri = priority; - list.splice( i, 0, item ); - } - } - } - } - - function addNamedItems( hashTable, items, priority ) - { - if ( items ) - { - for ( var name in items ) - { - var current = hashTable[ name ]; - - hashTable[ name ] = - transformNamedItem( - current, - items[ name ], - priority ); - - if ( !current ) - hashTable.$length++; - } - } - } - - function transformNamedItem( current, item, priority ) - { - if ( item ) - { - item.pri = priority; - - if ( current ) - { - // If the current item is not an Array, transform it. - if ( !current.splice ) - { - if ( current.pri > priority ) - current = [ item, current ]; - else - current = [ current, item ]; - - current.filter = callItems; - } - else - addItemsToList( current, item, priority ); - - return current; - } - else - { - item.filter = item; - return item; - } - } - } - - // Invoke filters sequentially on the array, break the iteration - // when it doesn't make sense to continue anymore. - function callItems( currentEntry ) - { - var isNode = currentEntry.type - || currentEntry instanceof CKEDITOR.htmlParser.fragment; - - for ( var i = 0 ; i < this.length ; i++ ) - { - // Backup the node info before filtering. - if ( isNode ) - { - var orgType = currentEntry.type, - orgName = currentEntry.name; - } - - var item = this[ i ], - ret = item.apply( window, arguments ); - - if ( ret === false ) - return ret; - - // We're filtering node (element/fragment). - if ( isNode ) - { - // No further filtering if it's not anymore - // fitable for the subsequent filters. - if ( ret && ( ret.name != orgName - || ret.type != orgType ) ) - { - return ret; - } - } - // Filtering value (nodeName/textValue/attrValue). - else - { - // No further filtering if it's not - // any more values. - if ( typeof ret != 'string' ) - return ret; - } - - ret != undefined && ( currentEntry = ret ); - } - - return currentEntry; - } -})(); - -// "entities" plugin -/* -{ - text : function( text ) - { - // TODO : Process entities. - return text.toUpperCase(); - } -}; -*/ diff --git a/skins/ckeditor/_source/core/htmlparser/fragment.js b/skins/ckeditor/_source/core/htmlparser/fragment.js deleted file mode 100644 index bfa5cc5..0000000 --- a/skins/ckeditor/_source/core/htmlparser/fragment.js +++ /dev/null @@ -1,497 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * A lightweight representation of an HTML DOM structure. - * @constructor - * @example - */ -CKEDITOR.htmlParser.fragment = function() -{ - /** - * The nodes contained in the root of this fragment. - * @type Array - * @example - * var fragment = CKEDITOR.htmlParser.fragment.fromHtml( '<b>Sample</b> Text' ); - * alert( fragment.children.length ); "2" - */ - this.children = []; - - /** - * Get the fragment parent. Should always be null. - * @type Object - * @default null - * @example - */ - this.parent = null; - - /** @private */ - this._ = - { - isBlockLike : true, - hasInlineStarted : false - }; -}; - -(function() -{ - // Block-level elements whose internal structure should be respected during - // parser fixing. - var nonBreakingBlocks = CKEDITOR.tools.extend( { table:1,ul:1,ol:1,dl:1 }, CKEDITOR.dtd.table, CKEDITOR.dtd.ul, CKEDITOR.dtd.ol, CKEDITOR.dtd.dl ); - - // IE < 8 don't output the close tag on definition list items. (#6975) - var optionalCloseTags = CKEDITOR.env.ie && CKEDITOR.env.version < 8 ? { dd : 1, dt :1 } : {}; - - var listBlocks = { ol:1, ul:1 }; - - // Dtd of the fragment element, basically it accept anything except for intermediate structure, e.g. orphan <li>. - var rootDtd = CKEDITOR.tools.extend( {}, { html: 1 }, CKEDITOR.dtd.html, CKEDITOR.dtd.body, CKEDITOR.dtd.head, { style:1,script:1 } ); - - /** - * Creates a {@link CKEDITOR.htmlParser.fragment} from an HTML string. - * @param {String} fragmentHtml The HTML to be parsed, filling the fragment. - * @param {Number} [fixForBody=false] Wrap body with specified element if needed. - * @param {CKEDITOR.htmlParser.element} contextNode Parse the html as the content of this element. - * @returns CKEDITOR.htmlParser.fragment The fragment created. - * @example - * var fragment = CKEDITOR.htmlParser.fragment.fromHtml( '<b>Sample</b> Text' ); - * alert( fragment.children[0].name ); "b" - * alert( fragment.children[1].value ); " Text" - */ - CKEDITOR.htmlParser.fragment.fromHtml = function( fragmentHtml, fixForBody, contextNode ) - { - var parser = new CKEDITOR.htmlParser(), - fragment = contextNode || new CKEDITOR.htmlParser.fragment(), - pendingInline = [], - pendingBRs = [], - currentNode = fragment, - // Indicate we're inside a <pre> element, spaces should be touched differently. - inPre = false; - - function checkPending( newTagName ) - { - var pendingBRsSent; - - if ( pendingInline.length > 0 ) - { - for ( var i = 0 ; i < pendingInline.length ; i++ ) - { - var pendingElement = pendingInline[ i ], - pendingName = pendingElement.name, - pendingDtd = CKEDITOR.dtd[ pendingName ], - currentDtd = currentNode.name && CKEDITOR.dtd[ currentNode.name ]; - - if ( ( !currentDtd || currentDtd[ pendingName ] ) && ( !newTagName || !pendingDtd || pendingDtd[ newTagName ] || !CKEDITOR.dtd[ newTagName ] ) ) - { - if ( !pendingBRsSent ) - { - sendPendingBRs(); - pendingBRsSent = 1; - } - - // Get a clone for the pending element. - pendingElement = pendingElement.clone(); - - // Add it to the current node and make it the current, - // so the new element will be added inside of it. - pendingElement.parent = currentNode; - currentNode = pendingElement; - - // Remove the pending element (back the index by one - // to properly process the next entry). - pendingInline.splice( i, 1 ); - i--; - } - } - } - } - - function sendPendingBRs() - { - while ( pendingBRs.length ) - currentNode.add( pendingBRs.shift() ); - } - - /* - * Beside of simply append specified element to target, this function also takes - * care of other dirty lifts like forcing block in body, trimming spaces at - * the block boundaries etc. - * - * @param {Element} element The element to be added as the last child of {@link target}. - * @param {Element} target The parent element to relieve the new node. - * @param {Boolean} [moveCurrent=false] Don't change the "currentNode" global unless - * there's a return point node specified on the element, otherwise move current onto {@link target} node. - */ - function addElement( element, target, moveCurrent ) - { - // Ignore any element that has already been added. - if ( element.previous !== undefined ) - return; - - target = target || currentNode || fragment; - - // Current element might be mangled by fix body below, - // save it for restore later. - var savedCurrent = currentNode; - - // If the target is the fragment and this inline element can't go inside - // body (if fixForBody). - if ( fixForBody && ( !target.type || target.name == 'body' ) ) - { - var elementName, realElementName; - if ( element.attributes - && ( realElementName = - element.attributes[ 'data-cke-real-element-type' ] ) ) - elementName = realElementName; - else - elementName = element.name; - - if ( elementName && !( elementName in CKEDITOR.dtd.$body || elementName == 'body' || element.isOrphan ) ) - { - // Create a <p> in the fragment. - currentNode = target; - parser.onTagOpen( fixForBody, {} ); - - // The new target now is the <p>. - element.returnPoint = target = currentNode; - } - } - - // Rtrim empty spaces on block end boundary. (#3585) - if ( element._.isBlockLike - && element.name != 'pre' ) - { - - var length = element.children.length, - lastChild = element.children[ length - 1 ], - text; - if ( lastChild && lastChild.type == CKEDITOR.NODE_TEXT ) - { - if ( !( text = CKEDITOR.tools.rtrim( lastChild.value ) ) ) - element.children.length = length -1; - else - lastChild.value = text; - } - } - - target.add( element ); - - if ( element.returnPoint ) - { - currentNode = element.returnPoint; - delete element.returnPoint; - } - else - currentNode = moveCurrent ? target : savedCurrent; - } - - parser.onTagOpen = function( tagName, attributes, selfClosing, optionalClose ) - { - var element = new CKEDITOR.htmlParser.element( tagName, attributes ); - - // "isEmpty" will be always "false" for unknown elements, so we - // must force it if the parser has identified it as a selfClosing tag. - if ( element.isUnknown && selfClosing ) - element.isEmpty = true; - - // Check for optional closed elements, including browser quirks and manually opened blocks. - element.isOptionalClose = tagName in optionalCloseTags || optionalClose; - - // This is a tag to be removed if empty, so do not add it immediately. - if ( CKEDITOR.dtd.$removeEmpty[ tagName ] ) - { - pendingInline.push( element ); - return; - } - else if ( tagName == 'pre' ) - inPre = true; - else if ( tagName == 'br' && inPre ) - { - currentNode.add( new CKEDITOR.htmlParser.text( '\n' ) ); - return; - } - - if ( tagName == 'br' ) - { - pendingBRs.push( element ); - return; - } - - while( 1 ) - { - var currentName = currentNode.name; - - var currentDtd = currentName ? ( CKEDITOR.dtd[ currentName ] - || ( currentNode._.isBlockLike ? CKEDITOR.dtd.div : CKEDITOR.dtd.span ) ) - : rootDtd; - - // If the element cannot be child of the current element. - if ( !element.isUnknown && !currentNode.isUnknown && !currentDtd[ tagName ] ) - { - // Current node doesn't have a close tag, time for a close - // as this element isn't fit in. (#7497) - if ( currentNode.isOptionalClose ) - parser.onTagClose( currentName ); - // Fixing malformed nested lists by moving it into a previous list item. (#3828) - else if ( tagName in listBlocks - && currentName in listBlocks ) - { - var children = currentNode.children, - lastChild = children[ children.length - 1 ]; - - // Establish the list item if it's not existed. - if ( !( lastChild && lastChild.name == 'li' ) ) - addElement( ( lastChild = new CKEDITOR.htmlParser.element( 'li' ) ), currentNode ); - - !element.returnPoint && ( element.returnPoint = currentNode ); - currentNode = lastChild; - } - // Establish new list root for orphan list items. - else if ( tagName in CKEDITOR.dtd.$listItem && currentName != tagName ) - parser.onTagOpen( tagName == 'li' ? 'ul' : 'dl', {}, 0, 1 ); - // We're inside a structural block like table and list, AND the incoming element - // is not of the same type (e.g. <td>td1<td>td2</td>), we simply add this new one before it, - // and most importantly, return back to here once this element is added, - // e.g. <table><tr><td>td1</td><p>p1</p><td>td2</td></tr></table> - else if ( currentName in nonBreakingBlocks && currentName != tagName ) - { - !element.returnPoint && ( element.returnPoint = currentNode ); - currentNode = currentNode.parent; - } - else - { - // The current element is an inline element, which - // need to be continued even after the close, so put - // it in the pending list. - if ( currentName in CKEDITOR.dtd.$inline ) - pendingInline.unshift( currentNode ); - - // The most common case where we just need to close the - // current one and append the new one to the parent. - if ( currentNode.parent ) - addElement( currentNode, currentNode.parent, 1 ); - // We've tried our best to fix the embarrassment here, while - // this element still doesn't find it's parent, mark it as - // orphan and show our tolerance to it. - else - { - element.isOrphan = 1; - break; - } - } - } - else - break; - } - - checkPending( tagName ); - sendPendingBRs(); - - element.parent = currentNode; - - if ( element.isEmpty ) - addElement( element ); - else - currentNode = element; - }; - - parser.onTagClose = function( tagName ) - { - // Check if there is any pending tag to be closed. - for ( var i = pendingInline.length - 1 ; i >= 0 ; i-- ) - { - // If found, just remove it from the list. - if ( tagName == pendingInline[ i ].name ) - { - pendingInline.splice( i, 1 ); - return; - } - } - - var pendingAdd = [], - newPendingInline = [], - candidate = currentNode; - - while ( candidate != fragment && candidate.name != tagName ) - { - // If this is an inline element, add it to the pending list, if we're - // really closing one of the parents element later, they will continue - // after it. - if ( !candidate._.isBlockLike ) - newPendingInline.unshift( candidate ); - - // This node should be added to it's parent at this point. But, - // it should happen only if the closing tag is really closing - // one of the nodes. So, for now, we just cache it. - pendingAdd.push( candidate ); - - // Make sure return point is properly restored. - candidate = candidate.returnPoint || candidate.parent; - } - - if ( candidate != fragment ) - { - // Add all elements that have been found in the above loop. - for ( i = 0 ; i < pendingAdd.length ; i++ ) - { - var node = pendingAdd[ i ]; - addElement( node, node.parent ); - } - - currentNode = candidate; - - if ( currentNode.name == 'pre' ) - inPre = false; - - if ( candidate._.isBlockLike ) - sendPendingBRs(); - - addElement( candidate, candidate.parent ); - - // The parent should start receiving new nodes now, except if - // addElement changed the currentNode. - if ( candidate == currentNode ) - currentNode = currentNode.parent; - - pendingInline = pendingInline.concat( newPendingInline ); - } - - if ( tagName == 'body' ) - fixForBody = false; - }; - - parser.onText = function( text ) - { - // Trim empty spaces at beginning of text contents except <pre>. - if ( ( !currentNode._.hasInlineStarted || pendingBRs.length ) && !inPre ) - { - text = CKEDITOR.tools.ltrim( text ); - - if ( text.length === 0 ) - return; - } - - sendPendingBRs(); - checkPending(); - - if ( fixForBody - && ( !currentNode.type || currentNode.name == 'body' ) - && CKEDITOR.tools.trim( text ) ) - { - this.onTagOpen( fixForBody, {}, 0, 1 ); - } - - // Shrinking consequential spaces into one single for all elements - // text contents. - if ( !inPre ) - text = text.replace( /[\t\r\n ]{2,}|[\t\r\n]/g, ' ' ); - - currentNode.add( new CKEDITOR.htmlParser.text( text ) ); - }; - - parser.onCDATA = function( cdata ) - { - currentNode.add( new CKEDITOR.htmlParser.cdata( cdata ) ); - }; - - parser.onComment = function( comment ) - { - sendPendingBRs(); - checkPending(); - currentNode.add( new CKEDITOR.htmlParser.comment( comment ) ); - }; - - // Parse it. - parser.parse( fragmentHtml ); - - // Send all pending BRs except one, which we consider a unwanted bogus. (#5293) - sendPendingBRs( !CKEDITOR.env.ie && 1 ); - - // Close all pending nodes, make sure return point is properly restored. - while ( currentNode != fragment ) - addElement( currentNode, currentNode.parent, 1 ); - - return fragment; - }; - - CKEDITOR.htmlParser.fragment.prototype = - { - /** - * Adds a node to this fragment. - * @param {Object} node The node to be added. It can be any of of the - * following types: {@link CKEDITOR.htmlParser.element}, - * {@link CKEDITOR.htmlParser.text} and - * {@link CKEDITOR.htmlParser.comment}. - * @param {Number} [index] From where the insertion happens. - * @example - */ - add : function( node, index ) - { - isNaN( index ) && ( index = this.children.length ); - - var previous = index > 0 ? this.children[ index - 1 ] : null; - if ( previous ) - { - // If the block to be appended is following text, trim spaces at - // the right of it. - if ( node._.isBlockLike && previous.type == CKEDITOR.NODE_TEXT ) - { - previous.value = CKEDITOR.tools.rtrim( previous.value ); - - // If we have completely cleared the previous node. - if ( previous.value.length === 0 ) - { - // Remove it from the list and add the node again. - this.children.pop(); - this.add( node ); - return; - } - } - - previous.next = node; - } - - node.previous = previous; - node.parent = this; - - this.children.splice( index, 0, node ); - - this._.hasInlineStarted = node.type == CKEDITOR.NODE_TEXT || ( node.type == CKEDITOR.NODE_ELEMENT && !node._.isBlockLike ); - }, - - /** - * Writes the fragment HTML to a CKEDITOR.htmlWriter. - * @param {CKEDITOR.htmlWriter} writer The writer to which write the HTML. - * @example - * var writer = new CKEDITOR.htmlWriter(); - * var fragment = CKEDITOR.htmlParser.fragment.fromHtml( '<P><B>Example' ); - * fragment.writeHtml( writer ) - * alert( writer.getHtml() ); "<p><b>Example</b></p>" - */ - writeHtml : function( writer, filter ) - { - var isChildrenFiltered; - this.filterChildren = function() - { - var writer = new CKEDITOR.htmlParser.basicWriter(); - this.writeChildrenHtml.call( this, writer, filter, true ); - var html = writer.getHtml(); - this.children = new CKEDITOR.htmlParser.fragment.fromHtml( html ).children; - isChildrenFiltered = 1; - }; - - // Filtering the root fragment before anything else. - !this.name && filter && filter.onFragment( this ); - - this.writeChildrenHtml( writer, isChildrenFiltered ? null : filter ); - }, - - writeChildrenHtml : function( writer, filter ) - { - for ( var i = 0 ; i < this.children.length ; i++ ) - this.children[i].writeHtml( writer, filter ); - } - }; -})(); diff --git a/skins/ckeditor/_source/core/htmlparser/text.js b/skins/ckeditor/_source/core/htmlparser/text.js deleted file mode 100644 index 02f8935..0000000 --- a/skins/ckeditor/_source/core/htmlparser/text.js +++ /dev/null @@ -1,55 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - var spacesRegex = /[\t\r\n ]{2,}|[\t\r\n]/g; - - /** - * A lightweight representation of HTML text. - * @constructor - * @example - */ - CKEDITOR.htmlParser.text = function( value ) - { - /** - * The text value. - * @type String - * @example - */ - this.value = value; - - /** @private */ - this._ = - { - isBlockLike : false - }; - }; - - CKEDITOR.htmlParser.text.prototype = - { - /** - * The node type. This is a constant value set to {@link CKEDITOR.NODE_TEXT}. - * @type Number - * @example - */ - type : CKEDITOR.NODE_TEXT, - - /** - * Writes the HTML representation of this text to a CKEDITOR.htmlWriter. - * @param {CKEDITOR.htmlWriter} writer The writer to which write the HTML. - * @example - */ - writeHtml : function( writer, filter ) - { - var text = this.value; - - if ( filter && !( text = filter.onText( text, this ) ) ) - return; - - writer.text( text ); - } - }; -})(); diff --git a/skins/ckeditor/_source/core/lang.js b/skins/ckeditor/_source/core/lang.js deleted file mode 100644 index 19b903d..0000000 --- a/skins/ckeditor/_source/core/lang.js +++ /dev/null @@ -1,157 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - var loadedLangs = {}; - - /** - * @namespace Holds language related functions. - */ - CKEDITOR.lang = - { - /** - * The list of languages available in the editor core. - * @type Object - * @example - * alert( CKEDITOR.lang.en ); // "true" - */ - 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, - 'is' : 1, - 'it' : 1, - 'ja' : 1, - 'ka' : 1, - 'km' : 1, - 'ko' : 1, - 'lt' : 1, - 'lv' : 1, - 'mn' : 1, - 'ms' : 1, - 'nb' : 1, - 'nl' : 1, - 'no' : 1, - 'pl' : 1, - 'pt-br' : 1, - 'pt' : 1, - 'ro' : 1, - 'ru' : 1, - 'sk' : 1, - 'sl' : 1, - 'sr-latn' : 1, - 'sr' : 1, - 'sv' : 1, - 'th' : 1, - 'tr' : 1, - 'uk' : 1, - 'vi' : 1, - 'zh-cn' : 1, - 'zh' : 1 - }, - - /** - * Loads a specific language file, or auto detect it. A callback is - * then called when the file gets loaded. - * @param {String} languageCode The code of the language file to be - * loaded. If null or empty, autodetection will be performed. The - * same happens if the language is not supported. - * @param {String} defaultLanguage The language to be used if - * languageCode is not supported or if the autodetection fails. - * @param {Function} callback A function to be called once the - * language file is loaded. Two parameters are passed to this - * function: the language code and the loaded language entries. - * @example - */ - load : function( languageCode, defaultLanguage, callback ) - { - // If no languageCode - fallback to browser or default. - // If languageCode - fallback to no-localized version or default. - if ( !languageCode || !CKEDITOR.lang.languages[ languageCode ] ) - languageCode = this.detect( defaultLanguage, languageCode ); - - if ( !this[ languageCode ] ) - { - CKEDITOR.scriptLoader.load( CKEDITOR.getUrl( - '_source/' + // @Packager.RemoveLine - 'lang/' + languageCode + '.js' ), - function() - { - callback( languageCode, this[ languageCode ] ); - } - , this ); - } - else - callback( languageCode, this[ languageCode ] ); - }, - - /** - * Returns the language that best fit the user language. For example, - * suppose that the user language is "pt-br". If this language is - * supported by the editor, it is returned. Otherwise, if only "pt" is - * supported, it is returned instead. If none of the previous are - * supported, a default language is then returned. - * @param {String} defaultLanguage The default language to be returned - * if the user language is not supported. - * @param {String} [probeLanguage] A language code to try to use, - * instead of the browser based autodetection. - * @returns {String} The detected language code. - * @example - * alert( CKEDITOR.lang.detect( 'en' ) ); // e.g., in a German browser: "de" - */ - detect : function( defaultLanguage, probeLanguage ) - { - var languages = this.languages; - probeLanguage = probeLanguage || navigator.userLanguage || navigator.language; - - var parts = probeLanguage - .toLowerCase() - .match( /([a-z]+)(?:-([a-z]+))?/ ), - lang = parts[1], - locale = parts[2]; - - if ( languages[ lang + '-' + locale ] ) - lang = lang + '-' + locale; - else if ( !languages[ lang ] ) - lang = null; - - CKEDITOR.lang.detect = lang ? - function() { return lang; } : - function( defaultLanguage ) { return defaultLanguage; }; - - return lang || defaultLanguage; - } - }; - -})(); diff --git a/skins/ckeditor/_source/core/loader.js b/skins/ckeditor/_source/core/loader.js deleted file mode 100644 index d8a8302..0000000 --- a/skins/ckeditor/_source/core/loader.js +++ /dev/null @@ -1,240 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.loader} objects, which is used to - * load core scripts and their dependencies from _source. - */ - -if ( typeof CKEDITOR == 'undefined' ) - CKEDITOR = {}; - -if ( !CKEDITOR.loader ) -{ - /** - * Load core scripts and their dependencies from _source. - * @namespace - * @example - */ - CKEDITOR.loader = (function() - { - // Table of script names and their dependencies. - var scripts = - { - 'core/_bootstrap' : [ 'core/config', 'core/ckeditor', 'core/plugins', 'core/scriptloader', 'core/tools', /* The following are entries that we want to force loading at the end to avoid dependence recursion */ 'core/dom/comment', 'core/dom/elementpath', 'core/dom/text', 'core/dom/rangelist' ], - 'core/ckeditor' : [ 'core/ckeditor_basic', 'core/dom', 'core/dtd', 'core/dom/document', 'core/dom/element', 'core/editor', 'core/event', 'core/htmlparser', 'core/htmlparser/element', 'core/htmlparser/fragment', 'core/htmlparser/filter', 'core/htmlparser/basicwriter', 'core/tools' ], - 'core/ckeditor_base' : [], - 'core/ckeditor_basic' : [ 'core/editor_basic', 'core/env', 'core/event' ], - 'core/command' : [], - 'core/config' : [ 'core/ckeditor_base' ], - 'core/dom' : [], - 'core/dom/comment' : [ 'core/dom/node' ], - 'core/dom/document' : [ 'core/dom', 'core/dom/domobject', 'core/dom/window' ], - 'core/dom/documentfragment' : [ 'core/dom/element' ], - 'core/dom/element' : [ 'core/dom', 'core/dom/document', 'core/dom/domobject', 'core/dom/node', 'core/dom/nodelist', 'core/tools' ], - 'core/dom/elementpath' : [ 'core/dom/element' ], - 'core/dom/event' : [], - 'core/dom/node' : [ 'core/dom/domobject', 'core/tools' ], - 'core/dom/nodelist' : [ 'core/dom/node' ], - 'core/dom/domobject' : [ 'core/dom/event' ], - 'core/dom/range' : [ 'core/dom/document', 'core/dom/documentfragment', 'core/dom/element', 'core/dom/walker' ], - 'core/dom/rangelist' : [ 'core/dom/range' ], - 'core/dom/text' : [ 'core/dom/node', 'core/dom/domobject' ], - 'core/dom/walker' : [ 'core/dom/node' ], - 'core/dom/window' : [ 'core/dom/domobject' ], - 'core/dtd' : [ 'core/tools' ], - 'core/editor' : [ 'core/command', 'core/config', 'core/editor_basic', 'core/focusmanager', 'core/lang', 'core/plugins', 'core/skins', 'core/themes', 'core/tools', 'core/ui' ], - 'core/editor_basic' : [ 'core/event' ], - 'core/env' : [], - 'core/event' : [], - 'core/focusmanager' : [], - 'core/htmlparser' : [], - 'core/htmlparser/comment' : [ 'core/htmlparser' ], - 'core/htmlparser/element' : [ 'core/htmlparser', 'core/htmlparser/fragment' ], - 'core/htmlparser/fragment' : [ 'core/htmlparser', 'core/htmlparser/comment', 'core/htmlparser/text', 'core/htmlparser/cdata' ], - 'core/htmlparser/text' : [ 'core/htmlparser' ], - 'core/htmlparser/cdata' : [ 'core/htmlparser' ], - 'core/htmlparser/filter' : [ 'core/htmlparser' ], - 'core/htmlparser/basicwriter': [ 'core/htmlparser' ], - 'core/lang' : [], - 'core/plugins' : [ 'core/resourcemanager' ], - 'core/resourcemanager' : [ 'core/scriptloader', 'core/tools' ], - 'core/scriptloader' : [ 'core/dom/element', 'core/env' ], - 'core/skins' : [ 'core/scriptloader' ], - 'core/themes' : [ 'core/resourcemanager' ], - 'core/tools' : [ 'core/env' ], - 'core/ui' : [] - }; - - var basePath = (function() - { - // This is a copy of CKEDITOR.basePath, but requires the script having - // "_source/core/loader.js". - if ( CKEDITOR && CKEDITOR.basePath ) - return CKEDITOR.basePath; - - // Find out the editor directory path, based on its <script> tag. - var path = ''; - var scripts = document.getElementsByTagName( 'script' ); - - for ( var i = 0 ; i < scripts.length ; i++ ) - { - var match = scripts[i].src.match( /(^|.*?[\\\/])(?:_source\/)?core\/loader.js(?:\?.*)?$/i ); - - if ( match ) - { - path = match[1]; - break; - } - } - - // In IE (only) the script.src string is the raw valued entered in the - // HTML. Other browsers return the full resolved URL instead. - if ( path.indexOf('://') == -1 ) - { - // Absolute path. - if ( path.indexOf( '/' ) === 0 ) - path = location.href.match( /^.*?:\/\/[^\/]*/ )[0] + path; - // Relative path. - else - path = location.href.match( /^[^\?]*\// )[0] + path; - } - - return path; - })(); - - var timestamp = 'B5GJ5GG'; - - var getUrl = function( resource ) - { - if ( CKEDITOR && CKEDITOR.getUrl ) - return CKEDITOR.getUrl( resource ); - - return basePath + resource + - ( resource.indexOf( '?' ) >= 0 ? '&' : '?' ) + - 't=' + timestamp; - }; - - var pendingLoad = []; - - /** @lends CKEDITOR.loader */ - return { - /** - * The list of loaded scripts in their loading order. - * @type Array - * @example - * // Alert the loaded script names. - * alert( <b>CKEDITOR.loader.loadedScripts</b> ); - */ - loadedScripts : [], - - loadPending : function() - { - var scriptName = pendingLoad.shift(); - - if ( !scriptName ) - return; - - var scriptSrc = getUrl( '_source/' + scriptName + '.js' ); - - var script = document.createElement( 'script' ); - script.type = 'text/javascript'; - script.src = scriptSrc; - - function onScriptLoaded() - { - // Append this script to the list of loaded scripts. - CKEDITOR.loader.loadedScripts.push( scriptName ); - - // Load the next. - CKEDITOR.loader.loadPending(); - } - - // We must guarantee the execution order of the scripts, so we - // need to load them one by one. (#4145) - // The following if/else block has been taken from the scriptloader core code. - if ( typeof(script.onreadystatechange) !== "undefined" ) - { - /** @ignore */ - script.onreadystatechange = function() - { - if ( script.readyState == 'loaded' || script.readyState == 'complete' ) - { - script.onreadystatechange = null; - onScriptLoaded(); - } - }; - } - else - { - /** @ignore */ - script.onload = function() - { - // Some browsers, such as Safari, may call the onLoad function - // immediately. Which will break the loading sequence. (#3661) - setTimeout( function() { onScriptLoaded( scriptName ); }, 0 ); - }; - } - - document.body.appendChild( script ); - }, - - /** - * Loads a specific script, including its dependencies. This is not a - * synchronous loading, which means that the code to be loaded will - * not necessarily be available after this call. - * @example - * CKEDITOR.loader.load( 'core/dom/element' ); - */ - load : function( scriptName, defer ) - { - // Check if the script has already been loaded. - if ( scriptName in this.loadedScripts ) - return; - - // Get the script dependencies list. - var dependencies = scripts[ scriptName ]; - if ( !dependencies ) - throw 'The script name"' + scriptName + '" is not defined.'; - - // Mark the script as loaded, even before really loading it, to - // avoid cross references recursion. - this.loadedScripts[ scriptName ] = true; - - // Load all dependencies first. - for ( var i = 0 ; i < dependencies.length ; i++ ) - this.load( dependencies[ i ], true ); - - var scriptSrc = getUrl( '_source/' + scriptName + '.js' ); - - // Append the <script> element to the DOM. - // If the page is fully loaded, we can't use document.write - // but if the script is run while the body is loading then it's safe to use it - // Unfortunately, Firefox <3.6 doesn't support document.readyState, so it won't get this improvement - if ( document.body && (!document.readyState || document.readyState == 'complete') ) - { - pendingLoad.push( scriptName ); - - if ( !defer ) - this.loadPending(); - } - else - { - // Append this script to the list of loaded scripts. - this.loadedScripts.push( scriptName ); - - document.write( '<script src="' + scriptSrc + '" type="text/javascript"><\/script>' ); - } - } - }; - })(); -} - -// Check if any script has been defined for autoload. -if ( CKEDITOR._autoLoad ) -{ - CKEDITOR.loader.load( CKEDITOR._autoLoad ); - delete CKEDITOR._autoLoad; -} diff --git a/skins/ckeditor/_source/core/plugindefinition.js b/skins/ckeditor/_source/core/plugindefinition.js deleted file mode 100644 index d9dc526..0000000 --- a/skins/ckeditor/_source/core/plugindefinition.js +++ /dev/null @@ -1,83 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the "virtual" {@link CKEDITOR.pluginDefinition} class, which - * contains the defintion of a plugin. This file is for documentation - * purposes only. - */ - -/** - * (Virtual Class) Do not call this constructor. This class is not really part - * of the API. It just illustrates the features of plugin objects to be - * passed to the {@link CKEDITOR.plugins.add} function. - * @name CKEDITOR.pluginDefinition - * @constructor - * @example - */ - -/** - * A list of plugins that are required by this plugin. Note that this property - * doesn't guarantee the loading order of the plugins. - * @name CKEDITOR.pluginDefinition.prototype.requires - * @type Array - * @example - * CKEDITOR.plugins.add( 'sample', - * { - * requires : [ 'button', 'selection' ] - * }); - */ - -/** - * A list of language files available for this plugin. These files are stored inside - * the "lang" directory, which is inside the plugin directory, follow the name - * pattern of "langCode.js", and contain a language definition created with {@link CKEDITOR.pluginDefinition#setLang}. - * While the plugin is being loaded, the editor checks this list to see if - * a language file of the current editor language ({@link CKEDITOR.editor#langCode}) - * is available, and if so, loads it. Otherwise, the file represented by the first list item - * in the list is loaded. - * @name CKEDITOR.pluginDefinition.prototype.lang - * @type Array - * @example - * CKEDITOR.plugins.add( 'sample', - * { - * lang : [ 'en', 'fr' ] - * }); - */ - - /** - * Function called on initialization of every editor instance created in the - * page before the init() call task. The beforeInit function will be called for - * all plugins, after that the init function is called for all of them. This - * feature makes it possible to initialize things that could be used in the - * init function of other plugins. - * @name CKEDITOR.pluginDefinition.prototype.beforeInit - * @function - * @param {CKEDITOR.editor} editor The editor instance being initialized. - * @example - * CKEDITOR.plugins.add( 'sample', - * { - * beforeInit : function( editor ) - * { - * alert( 'Editor "' + editor.name + '" is to be initialized!' ); - * } - * }); - */ - - /** - * Function called on initialization of every editor instance created in the - * page. - * @name CKEDITOR.pluginDefinition.prototype.init - * @function - * @param {CKEDITOR.editor} editor The editor instance being initialized. - * @example - * CKEDITOR.plugins.add( 'sample', - * { - * init : function( editor ) - * { - * alert( 'Editor "' + editor.name + '" is being initialized!' ); - * } - * }); - */ diff --git a/skins/ckeditor/_source/core/plugins.js b/skins/ckeditor/_source/core/plugins.js deleted file mode 100644 index 9a55980..0000000 --- a/skins/ckeditor/_source/core/plugins.js +++ /dev/null @@ -1,103 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.plugins} object, which is used to - * manage plugins registration and loading. - */ - -/** - * Manages plugins registration and loading. - * @namespace - * @augments CKEDITOR.resourceManager - * @example - */ -CKEDITOR.plugins = new CKEDITOR.resourceManager( - '_source/' + // @Packager.RemoveLine - 'plugins/', 'plugin' ); - -// PACKAGER_RENAME( CKEDITOR.plugins ) - -CKEDITOR.plugins.load = CKEDITOR.tools.override( CKEDITOR.plugins.load, function( originalLoad ) - { - return function( name, callback, scope ) - { - var allPlugins = {}; - - var loadPlugins = function( names ) - { - originalLoad.call( this, names, function( plugins ) - { - CKEDITOR.tools.extend( allPlugins, plugins ); - - var requiredPlugins = []; - for ( var pluginName in plugins ) - { - var plugin = plugins[ pluginName ], - requires = plugin && plugin.requires; - - if ( requires ) - { - for ( var i = 0 ; i < requires.length ; i++ ) - { - if ( !allPlugins[ requires[ i ] ] ) - requiredPlugins.push( requires[ i ] ); - } - } - } - - if ( requiredPlugins.length ) - loadPlugins.call( this, requiredPlugins ); - else - { - // Call the "onLoad" function for all plugins. - for ( pluginName in allPlugins ) - { - plugin = allPlugins[ pluginName ]; - if ( plugin.onLoad && !plugin.onLoad._called ) - { - plugin.onLoad(); - plugin.onLoad._called = 1; - } - } - - // Call the callback. - if ( callback ) - callback.call( scope || window, allPlugins ); - } - } - , this); - - }; - - loadPlugins.call( this, name ); - }; - }); - -/** - * Loads a specific language file, or auto detect it. A callback is - * then called when the file gets loaded. - * @param {String} pluginName The name of the plugin to which the provided translation - * should be attached. - * @param {String} languageCode The code of the language translation provided. - * @param {Object} languageEntries An object that contains pairs of label and - * the respective translation. - * @example - * CKEDITOR.plugins.setLang( 'myPlugin', 'en', { - * title : 'My plugin', - * selectOption : 'Please select an option' - * } ); - */ -CKEDITOR.plugins.setLang = function( pluginName, languageCode, languageEntries ) -{ - var plugin = this.get( pluginName ), - pluginLangEntries = plugin.langEntries || ( plugin.langEntries = {} ), - pluginLang = plugin.lang || ( plugin.lang = [] ); - - if ( CKEDITOR.tools.indexOf( pluginLang, languageCode ) == -1 ) - pluginLang.push( languageCode ); - - pluginLangEntries[ languageCode ] = languageEntries; -}; diff --git a/skins/ckeditor/_source/core/resourcemanager.js b/skins/ckeditor/_source/core/resourcemanager.js deleted file mode 100644 index 4dab1d7..0000000 --- a/skins/ckeditor/_source/core/resourcemanager.js +++ /dev/null @@ -1,238 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.resourceManager} class, which is - * the base for resource managers, like plugins and themes. - */ - - /** - * Base class for resource managers, like plugins and themes. This class is not - * intended to be used out of the CKEditor core code. - * @param {String} basePath The path for the resources folder. - * @param {String} fileName The name used for resource files. - * @namespace - * @example - */ -CKEDITOR.resourceManager = function( basePath, fileName ) -{ - /** - * The base directory containing all resources. - * @name CKEDITOR.resourceManager.prototype.basePath - * @type String - * @example - */ - this.basePath = basePath; - - /** - * The name used for resource files. - * @name CKEDITOR.resourceManager.prototype.fileName - * @type String - * @example - */ - this.fileName = fileName; - - /** - * Contains references to all resources that have already been registered - * with {@link #add}. - * @name CKEDITOR.resourceManager.prototype.registered - * @type Object - * @example - */ - this.registered = {}; - - /** - * Contains references to all resources that have already been loaded - * with {@link #load}. - * @name CKEDITOR.resourceManager.prototype.loaded - * @type Object - * @example - */ - this.loaded = {}; - - /** - * Contains references to all resources that have already been registered - * with {@link #addExternal}. - * @name CKEDITOR.resourceManager.prototype.externals - * @type Object - * @example - */ - this.externals = {}; - - /** - * @private - */ - this._ = - { - // List of callbacks waiting for plugins to be loaded. - waitingList : {} - }; -}; - -CKEDITOR.resourceManager.prototype = -{ - /** - * Registers a resource. - * @param {String} name The resource name. - * @param {Object} [definition] The resource definition. - * @example - * CKEDITOR.plugins.add( 'sample', { ... plugin definition ... } ); - * @see CKEDITOR.pluginDefinition - */ - add : function( name, definition ) - { - if ( this.registered[ name ] ) - throw '[CKEDITOR.resourceManager.add] The resource name "' + name + '" is already registered.'; - - CKEDITOR.fire( name + CKEDITOR.tools.capitalize( this.fileName ) + 'Ready', - this.registered[ name ] = definition || {} ); - }, - - /** - * Gets the definition of a specific resource. - * @param {String} name The resource name. - * @type Object - * @example - * var definition = <b>CKEDITOR.plugins.get( 'sample' )</b>; - */ - get : function( name ) - { - return this.registered[ name ] || null; - }, - - /** - * Get the folder path for a specific loaded resource. - * @param {String} name The resource name. - * @type String - * @example - * alert( <b>CKEDITOR.plugins.getPath( 'sample' )</b> ); // "<editor path>/plugins/sample/" - */ - getPath : function( name ) - { - var external = this.externals[ name ]; - return CKEDITOR.getUrl( ( external && external.dir ) || this.basePath + name + '/' ); - }, - - /** - * Get the file path for a specific loaded resource. - * @param {String} name The resource name. - * @type String - * @example - * alert( <b>CKEDITOR.plugins.getFilePath( 'sample' )</b> ); // "<editor path>/plugins/sample/plugin.js" - */ - getFilePath : function( name ) - { - var external = this.externals[ name ]; - return CKEDITOR.getUrl( - this.getPath( name ) + - ( ( external && ( typeof external.file == 'string' ) ) ? external.file : this.fileName + '.js' ) ); - }, - - /** - * Registers one or more resources to be loaded from an external path - * instead of the core base path. - * @param {String} names The resource names, separated by commas. - * @param {String} path The path of the folder containing the resource. - * @param {String} [fileName] The resource file name. If not provided, the - * default name is used; If provided with a empty string, will implicitly indicates that {@param path} - * is already the full path. - * @example - * // Loads a plugin from '/myplugin/samples/plugin.js'. - * CKEDITOR.plugins.addExternal( 'sample', '/myplugins/sample/' ); - * @example - * // Loads a plugin from '/myplugin/samples/my_plugin.js'. - * CKEDITOR.plugins.addExternal( 'sample', '/myplugins/sample/', 'my_plugin.js' ); - * @example - * // Loads a plugin from '/myplugin/samples/my_plugin.js'. - * CKEDITOR.plugins.addExternal( 'sample', '/myplugins/sample/my_plugin.js', '' ); - */ - addExternal : function( names, path, fileName ) - { - names = names.split( ',' ); - for ( var i = 0 ; i < names.length ; i++ ) - { - var name = names[ i ]; - - this.externals[ name ] = - { - dir : path, - file : fileName - }; - } - }, - - /** - * Loads one or more resources. - * @param {String|Array} name The name of the resource to load. It may be a - * string with a single resource name, or an array with several names. - * @param {Function} callback A function to be called when all resources - * are loaded. The callback will receive an array containing all - * loaded names. - * @param {Object} [scope] The scope object to be used for the callback - * call. - * @example - * <b>CKEDITOR.plugins.load</b>( 'myplugin', function( plugins ) - * { - * alert( plugins['myplugin'] ); // "object" - * }); - */ - load : function( names, callback, scope ) - { - // Ensure that we have an array of names. - if ( !CKEDITOR.tools.isArray( names ) ) - names = names ? [ names ] : []; - - var loaded = this.loaded, - registered = this.registered, - urls = [], - urlsNames = {}, - resources = {}; - - // Loop through all names. - for ( var i = 0 ; i < names.length ; i++ ) - { - var name = names[ i ]; - - if ( !name ) - continue; - - // If not available yet. - if ( !loaded[ name ] && !registered[ name ] ) - { - var url = this.getFilePath( name ); - urls.push( url ); - if ( !( url in urlsNames ) ) - urlsNames[ url ] = []; - urlsNames[ url ].push( name ); - } - else - resources[ name ] = this.get( name ); - } - - CKEDITOR.scriptLoader.load( urls, function( completed, failed ) - { - if ( failed.length ) - { - throw '[CKEDITOR.resourceManager.load] Resource name "' + urlsNames[ failed[ 0 ] ].join( ',' ) - + '" was not found at "' + failed[ 0 ] + '".'; - } - - for ( var i = 0 ; i < completed.length ; i++ ) - { - var nameList = urlsNames[ completed[ i ] ]; - for ( var j = 0 ; j < nameList.length ; j++ ) - { - var name = nameList[ j ]; - resources[ name ] = this.get( name ); - - loaded[ name ] = 1; - } - } - - callback.call( scope, resources ); - } - , this); - } -}; diff --git a/skins/ckeditor/_source/core/scriptloader.js b/skins/ckeditor/_source/core/scriptloader.js deleted file mode 100644 index c2df992..0000000 --- a/skins/ckeditor/_source/core/scriptloader.js +++ /dev/null @@ -1,180 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.scriptLoader} object, used to load scripts - * asynchronously. - */ - -/** - * Load scripts asynchronously. - * @namespace - * @example - */ -CKEDITOR.scriptLoader = (function() -{ - var uniqueScripts = {}, - waitingList = {}; - - return /** @lends CKEDITOR.scriptLoader */ { - /** - * Loads one or more external script checking if not already loaded - * previously by this function. - * @param {String|Array} scriptUrl One or more URLs pointing to the - * scripts to be loaded. - * @param {Function} [callback] A function to be called when the script - * is loaded and executed. If a string is passed to "scriptUrl", a - * boolean parameter is passed to the callback, indicating the - * success of the load. If an array is passed instead, two array - * parameters are passed to the callback; the first contains the - * URLs that have been properly loaded, and the second the failed - * ones. - * @param {Object} [scope] The scope ("this" reference) to be used for - * the callback call. Default to {@link CKEDITOR}. - * @param {Boolean} [showBusy] Changes the cursor of the document while -+ * the script is loaded. - * @example - * CKEDITOR.scriptLoader.load( '/myscript.js' ); - * @example - * CKEDITOR.scriptLoader.load( '/myscript.js', function( success ) - * { - * // Alerts "true" if the script has been properly loaded. - * // HTTP error 404 should return "false". - * alert( success ); - * }); - * @example - * CKEDITOR.scriptLoader.load( [ '/myscript1.js', '/myscript2.js' ], function( completed, failed ) - * { - * alert( 'Number of scripts loaded: ' + completed.length ); - * alert( 'Number of failures: ' + failed.length ); - * }); - */ - load : function( scriptUrl, callback, scope, showBusy ) - { - var isString = ( typeof scriptUrl == 'string' ); - - if ( isString ) - scriptUrl = [ scriptUrl ]; - - if ( !scope ) - scope = CKEDITOR; - - var scriptCount = scriptUrl.length, - completed = [], - failed = []; - - var doCallback = function( success ) - { - if ( callback ) - { - if ( isString ) - callback.call( scope, success ); - else - callback.call( scope, completed, failed ); - } - }; - - if ( scriptCount === 0 ) - { - doCallback( true ); - return; - } - - var checkLoaded = function( url, success ) - { - ( success ? completed : failed ).push( url ); - - if ( --scriptCount <= 0 ) - { - showBusy && CKEDITOR.document.getDocumentElement().removeStyle( 'cursor' ); - doCallback( success ); - } - }; - - var onLoad = function( url, success ) - { - // Mark this script as loaded. - uniqueScripts[ url ] = 1; - - // Get the list of callback checks waiting for this file. - var waitingInfo = waitingList[ url ]; - delete waitingList[ url ]; - - // Check all callbacks waiting for this file. - for ( var i = 0 ; i < waitingInfo.length ; i++ ) - waitingInfo[ i ]( url, success ); - }; - - var loadScript = function( url ) - { - if ( uniqueScripts[ url ] ) - { - checkLoaded( url, true ); - return; - } - - var waitingInfo = waitingList[ url ] || ( waitingList[ url ] = [] ); - waitingInfo.push( checkLoaded ); - - // Load it only for the first request. - if ( waitingInfo.length > 1 ) - return; - - // Create the <script> element. - var script = new CKEDITOR.dom.element( 'script' ); - script.setAttributes( { - type : 'text/javascript', - src : url } ); - - if ( callback ) - { - if ( CKEDITOR.env.ie ) - { - // FIXME: For IE, we are not able to return false on error (like 404). - - /** @ignore */ - script.$.onreadystatechange = function () - { - if ( script.$.readyState == 'loaded' || script.$.readyState == 'complete' ) - { - script.$.onreadystatechange = null; - onLoad( url, true ); - } - }; - } - else - { - /** @ignore */ - script.$.onload = function() - { - // Some browsers, such as Safari, may call the onLoad function - // immediately. Which will break the loading sequence. (#3661) - setTimeout( function() { onLoad( url, true ); }, 0 ); - }; - - // FIXME: Opera and Safari will not fire onerror. - - /** @ignore */ - script.$.onerror = function() - { - onLoad( url, false ); - }; - } - } - - // Append it to <head>. - script.appendTo( CKEDITOR.document.getHead() ); - - CKEDITOR.fire( 'download', url ); // @Packager.RemoveLine - }; - - showBusy && CKEDITOR.document.getDocumentElement().setStyle( 'cursor', 'wait' ); - for ( var i = 0 ; i < scriptCount ; i++ ) - { - loadScript( scriptUrl[ i ] ); - } - } - }; -})(); diff --git a/skins/ckeditor/_source/core/skins.js b/skins/ckeditor/_source/core/skins.js deleted file mode 100644 index c23dcf2..0000000 --- a/skins/ckeditor/_source/core/skins.js +++ /dev/null @@ -1,184 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.skins} object, which is used to - * manage skins loading. - */ - -/** - * Manages skins loading. - * @namespace - * @example - */ -CKEDITOR.skins = (function() -{ - // Holds the list of loaded skins. - var loaded = {}, - paths = {}; - - var loadPart = function( editor, skinName, part, callback ) - { - // Get the skin definition. - var skinDefinition = loaded[ skinName ]; - - if ( !editor.skin ) - { - editor.skin = skinDefinition; - - // Trigger init function if any. - if ( skinDefinition.init ) - skinDefinition.init( editor ); - } - - var appendSkinPath = function( fileNames ) - { - for ( var n = 0 ; n < fileNames.length ; n++ ) - { - fileNames[ n ] = CKEDITOR.getUrl( paths[ skinName ] + fileNames[ n ] ); - } - }; - - function fixCSSTextRelativePath( cssStyleText, baseUrl ) - { - return cssStyleText.replace( /url\s*\(([\s'"]*)(.*?)([\s"']*)\)/g, - function( match, opener, path, closer ) - { - if ( /^\/|^\w?:/.test( path ) ) - return match; - else - return 'url(' + baseUrl + opener + path + closer + ')'; - } ); - } - - // Get the part definition. - part = skinDefinition[ part ]; - var partIsLoaded = !part || !!part._isLoaded; - - // Call the callback immediately if already loaded. - if ( partIsLoaded ) - callback && callback(); - else - { - // Put the callback in a queue. - var pending = part._pending || ( part._pending = [] ); - pending.push( callback ); - - // We may have more than one skin part load request. Just the first - // one must do the loading job. - if ( pending.length > 1 ) - return; - - // Check whether the "css" and "js" properties have been defined - // for that part. - var cssIsLoaded = !part.css || !part.css.length, - jsIsLoaded = !part.js || !part.js.length; - - // This is the function that will trigger the callback calls on - // load. - var checkIsLoaded = function() - { - if ( cssIsLoaded && jsIsLoaded ) - { - // Mark the part as loaded. - part._isLoaded = 1; - - // Call all pending callbacks. - for ( var i = 0 ; i < pending.length ; i++ ) - { - if ( pending[ i ] ) - pending[ i ](); - } - } - }; - - // Load the "css" pieces. - if ( !cssIsLoaded ) - { - var cssPart = part.css; - - if ( CKEDITOR.tools.isArray( cssPart ) ) - { - appendSkinPath( cssPart ); - for ( var c = 0 ; c < cssPart.length ; c++ ) - CKEDITOR.document.appendStyleSheet( cssPart[ c ] ); - } - else - { - cssPart = fixCSSTextRelativePath( - cssPart, CKEDITOR.getUrl( paths[ skinName ] ) ); - // Processing Inline CSS part. - CKEDITOR.document.appendStyleText( cssPart ); - } - - part.css = cssPart; - - cssIsLoaded = 1; - } - - // Load the "js" pieces. - if ( !jsIsLoaded ) - { - appendSkinPath( part.js ); - CKEDITOR.scriptLoader.load( part.js, function() - { - jsIsLoaded = 1; - checkIsLoaded(); - }); - } - - // We may have nothing to load, so check it immediately. - checkIsLoaded(); - } - }; - - return /** @lends CKEDITOR.skins */ { - - /** - * Registers a skin definition. - * @param {String} skinName The skin name. - * @param {Object} skinDefinition The skin definition. - * @example - */ - add : function( skinName, skinDefinition ) - { - loaded[ skinName ] = skinDefinition; - - skinDefinition.skinPath = paths[ skinName ] - || ( paths[ skinName ] = - CKEDITOR.getUrl( - '_source/' + // @Packager.RemoveLine - 'skins/' + skinName + '/' ) ); - }, - - /** - * Loads a skin part. Skins are defined in parts, which are basically - * separated CSS files. This function is mainly used by the core code and - * should not have much use out of it. - * @param {String} skinName The name of the skin to be loaded. - * @param {String} skinPart The skin part to be loaded. Common skin parts - * are "editor" and "dialog". - * @param {Function} [callback] A function to be called once the skin - * part files are loaded. - * @example - */ - load : function( editor, skinPart, callback ) - { - var skinName = editor.skinName, - skinPath = editor.skinPath; - - if ( loaded[ skinName ] ) - loadPart( editor, skinName, skinPart, callback ); - else - { - paths[ skinName ] = skinPath; - CKEDITOR.scriptLoader.load( CKEDITOR.getUrl( skinPath + 'skin.js' ), function() - { - loadPart( editor, skinName, skinPart, callback ); - }); - } - } - }; -})(); diff --git a/skins/ckeditor/_source/core/themes.js b/skins/ckeditor/_source/core/themes.js deleted file mode 100644 index d412577..0000000 --- a/skins/ckeditor/_source/core/themes.js +++ /dev/null @@ -1,19 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.themes} object, which is used to - * manage themes registration and loading. - */ - -/** - * Manages themes registration and loading. - * @namespace - * @augments CKEDITOR.resourceManager - * @example - */ -CKEDITOR.themes = new CKEDITOR.resourceManager( - '_source/'+ // @Packager.RemoveLine - 'themes/', 'theme' ); diff --git a/skins/ckeditor/_source/core/tools.js b/skins/ckeditor/_source/core/tools.js deleted file mode 100644 index 5d0573c..0000000 --- a/skins/ckeditor/_source/core/tools.js +++ /dev/null @@ -1,763 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.tools} object, which contains - * utility functions. - */ - -(function() -{ - var functions = []; - - CKEDITOR.on( 'reset', function() - { - functions = []; - }); - - /** - * Utility functions. - * @namespace - * @example - */ - CKEDITOR.tools = - { - /** - * Compare the elements of two arrays. - * @param {Array} arrayA An array to be compared. - * @param {Array} arrayB The other array to be compared. - * @returns {Boolean} "true" is the arrays have the same lenght and - * their elements match. - * @example - * var a = [ 1, 'a', 3 ]; - * var b = [ 1, 3, 'a' ]; - * var c = [ 1, 'a', 3 ]; - * var d = [ 1, 'a', 3, 4 ]; - * - * alert( CKEDITOR.tools.arrayCompare( a, b ) ); // false - * alert( CKEDITOR.tools.arrayCompare( a, c ) ); // true - * alert( CKEDITOR.tools.arrayCompare( a, d ) ); // false - */ - arrayCompare : function( arrayA, arrayB ) - { - if ( !arrayA && !arrayB ) - return true; - - if ( !arrayA || !arrayB || arrayA.length != arrayB.length ) - return false; - - for ( var i = 0 ; i < arrayA.length ; i++ ) - { - if ( arrayA[ i ] != arrayB[ i ] ) - return false; - } - - return true; - }, - - /** - * Creates a deep copy of an object. - * Attention: there is no support for recursive references. - * @param {Object} object The object to be cloned. - * @returns {Object} The object clone. - * @example - * var obj = - * { - * name : 'John', - * cars : - * { - * Mercedes : { color : 'blue' }, - * Porsche : { color : 'red' } - * } - * }; - * var clone = CKEDITOR.tools.clone( obj ); - * clone.name = 'Paul'; - * clone.cars.Porsche.color = 'silver'; - * alert( obj.name ); // John - * alert( clone.name ); // Paul - * alert( obj.cars.Porsche.color ); // red - * alert( clone.cars.Porsche.color ); // silver - */ - clone : function( obj ) - { - var clone; - - // Array. - if ( obj && ( obj instanceof Array ) ) - { - clone = []; - - for ( var i = 0 ; i < obj.length ; i++ ) - clone[ i ] = this.clone( obj[ i ] ); - - return clone; - } - - // "Static" types. - if ( obj === null - || ( typeof( obj ) != 'object' ) - || ( obj instanceof String ) - || ( obj instanceof Number ) - || ( obj instanceof Boolean ) - || ( obj instanceof Date ) - || ( obj instanceof RegExp) ) - { - return obj; - } - - // Objects. - clone = new obj.constructor(); - - for ( var propertyName in obj ) - { - var property = obj[ propertyName ]; - clone[ propertyName ] = this.clone( property ); - } - - return clone; - }, - - /** - * Turn the first letter of string to upper-case. - * @param {String} str - */ - capitalize: function( str ) - { - return str.charAt( 0 ).toUpperCase() + str.substring( 1 ).toLowerCase(); - }, - - /** - * Copy the properties from one object to another. By default, properties - * already present in the target object <strong>are not</strong> overwritten. - * @param {Object} target The object to be extended. - * @param {Object} source[,souce(n)] The objects from which copy - * properties. Any number of objects can be passed to this function. - * @param {Boolean} [overwrite] If 'true' is specified it indicates that - * properties already present in the target object could be - * overwritten by subsequent objects. - * @param {Object} [properties] Only properties within the specified names - * list will be received from the source object. - * @returns {Object} the extended object (target). - * @example - * // Create the sample object. - * var myObject = - * { - * prop1 : true - * }; - * - * // Extend the above object with two properties. - * CKEDITOR.tools.extend( myObject, - * { - * prop2 : true, - * prop3 : true - * } ); - * - * // Alert "prop1", "prop2" and "prop3". - * for ( var p in myObject ) - * alert( p ); - */ - extend : function( target ) - { - var argsLength = arguments.length, - overwrite, propertiesList; - - if ( typeof ( overwrite = arguments[ argsLength - 1 ] ) == 'boolean') - argsLength--; - else if ( typeof ( overwrite = arguments[ argsLength - 2 ] ) == 'boolean' ) - { - propertiesList = arguments [ argsLength -1 ]; - argsLength-=2; - } - for ( var i = 1 ; i < argsLength ; i++ ) - { - var source = arguments[ i ]; - for ( var propertyName in source ) - { - // Only copy existed fields if in overwrite mode. - if ( overwrite === true || target[ propertyName ] == undefined ) - { - // Only copy specified fields if list is provided. - if ( !propertiesList || ( propertyName in propertiesList ) ) - target[ propertyName ] = source[ propertyName ]; - - } - } - } - - return target; - }, - - /** - * Creates an object which is an instance of a class which prototype is a - * predefined object. All properties defined in the source object are - * automatically inherited by the resulting object, including future - * changes to it. - * @param {Object} source The source object to be used as the prototype for - * the final object. - * @returns {Object} The resulting copy. - */ - prototypedCopy : function( source ) - { - var copy = function() - {}; - copy.prototype = source; - return new copy(); - }, - - /** - * Checks if an object is an Array. - * @param {Object} object The object to be checked. - * @type Boolean - * @returns <i>true</i> if the object is an Array, otherwise <i>false</i>. - * @example - * alert( CKEDITOR.tools.isArray( [] ) ); // "true" - * alert( CKEDITOR.tools.isArray( 'Test' ) ); // "false" - */ - isArray : function( object ) - { - return ( !!object && object instanceof Array ); - }, - - /** - * Whether the object contains no properties of it's own. - * @param object - */ - isEmpty : function ( object ) - { - for ( var i in object ) - { - if ( object.hasOwnProperty( i ) ) - return false; - } - return true; - }, - - /** - * Transforms a CSS property name to its relative DOM style name. - * @param {String} cssName The CSS property name. - * @returns {String} The transformed name. - * @example - * alert( CKEDITOR.tools.cssStyleToDomStyle( 'background-color' ) ); // "backgroundColor" - * alert( CKEDITOR.tools.cssStyleToDomStyle( 'float' ) ); // "cssFloat" - */ - cssStyleToDomStyle : ( function() - { - var test = document.createElement( 'div' ).style; - - var cssFloat = ( typeof test.cssFloat != 'undefined' ) ? 'cssFloat' - : ( typeof test.styleFloat != 'undefined' ) ? 'styleFloat' - : 'float'; - - return function( cssName ) - { - if ( cssName == 'float' ) - return cssFloat; - else - { - return cssName.replace( /-./g, function( match ) - { - return match.substr( 1 ).toUpperCase(); - }); - } - }; - } )(), - - /** - * Build the HTML snippet of a set of <style>/<link>. - * @param css {String|Array} Each of which are url (absolute) of a CSS file or - * a trunk of style text. - */ - buildStyleHtml : function ( css ) - { - css = [].concat( css ); - var item, retval = []; - for ( var i = 0; i < css.length; i++ ) - { - item = css[ i ]; - // Is CSS style text ? - if ( /@import|[{}]/.test(item) ) - retval.push('<style>' + item + '</style>'); - else - retval.push('<link type="text/css" rel=stylesheet href="' + item + '">'); - } - return retval.join( '' ); - }, - - /** - * Replace special HTML characters in a string with their relative HTML - * entity values. - * @param {String} text The string to be encoded. - * @returns {String} The encode string. - * @example - * alert( CKEDITOR.tools.htmlEncode( 'A > B & C < D' ) ); // "A &gt; B &amp; C &lt; D" - */ - htmlEncode : function( text ) - { - var standard = function( text ) - { - var span = new CKEDITOR.dom.element( 'span' ); - span.setText( text ); - return span.getHtml(); - }; - - var fix1 = ( standard( '\n' ).toLowerCase() == '<br>' ) ? - function( text ) - { - // #3874 IE and Safari encode line-break into <br> - return standard( text ).replace( /<br>/gi, '\n' ); - } : - standard; - - var fix2 = ( standard( '>' ) == '>' ) ? - function( text ) - { - // WebKit does't encode the ">" character, which makes sense, but - // it's different than other browsers. - return fix1( text ).replace( />/g, '>' ); - } : - fix1; - - var fix3 = ( standard( ' ' ) == ' ' ) ? - function( text ) - { - // #3785 IE8 changes spaces (>= 2) to - return fix2( text ).replace( / /g, ' ' ); - } : - fix2; - - this.htmlEncode = fix3; - - return this.htmlEncode( text ); - }, - - /** - * Replace special HTML characters in HTMLElement's attribute with their relative HTML entity values. - * @param {String} The attribute's value to be encoded. - * @returns {String} The encode value. - * @example - * element.setAttribute( 'title', '<a " b >' ); - * alert( CKEDITOR.tools.htmlEncodeAttr( element.getAttribute( 'title' ) ); // ">a " b <" - */ - htmlEncodeAttr : function( text ) - { - return text.replace( /"/g, '"' ).replace( /</g, '<' ).replace( />/g, '>' ); - }, - - /** - * Gets a unique number for this CKEDITOR execution session. It returns - * progressive numbers starting at 1. - * @function - * @returns {Number} A unique number. - * @example - * alert( CKEDITOR.tools.<b>getNextNumber()</b> ); // "1" (e.g.) - * alert( CKEDITOR.tools.<b>getNextNumber()</b> ); // "2" - */ - getNextNumber : (function() - { - var last = 0; - return function() - { - return ++last; - }; - })(), - - /** - * Gets a unique ID for CKEditor's interface elements. It returns a - * string with the "cke_" prefix and a progressive number. - * @function - * @returns {String} A unique ID. - * @example - * alert( CKEDITOR.tools.<b>getNextId()</b> ); // "cke_1" (e.g.) - * alert( CKEDITOR.tools.<b>getNextId()</b> ); // "cke_2" - */ - getNextId : function() - { - return 'cke_' + this.getNextNumber(); - }, - - /** - * Creates a function override. - * @param {Function} originalFunction The function to be overridden. - * @param {Function} functionBuilder A function that returns the new - * function. The original function reference will be passed to this - * function. - * @returns {Function} The new function. - * @example - * var example = - * { - * myFunction : function( name ) - * { - * alert( 'Name: ' + name ); - * } - * }; - * - * example.myFunction = CKEDITOR.tools.override( example.myFunction, function( myFunctionOriginal ) - * { - * return function( name ) - * { - * alert( 'Override Name: ' + name ); - * myFunctionOriginal.call( this, name ); - * }; - * }); - */ - override : function( originalFunction, functionBuilder ) - { - return functionBuilder( originalFunction ); - }, - - /** - * Executes a function after specified delay. - * @param {Function} func The function to be executed. - * @param {Number} [milliseconds] The amount of time (millisecods) to wait - * to fire the function execution. Defaults to zero. - * @param {Object} [scope] The object to hold the function execution scope - * (the "this" object). By default the "window" object. - * @param {Object|Array} [args] A single object, or an array of objects, to - * pass as arguments to the function. - * @param {Object} [ownerWindow] The window that will be used to set the - * timeout. By default the current "window". - * @returns {Object} A value that can be used to cancel the function execution. - * @example - * CKEDITOR.tools.<b>setTimeout( - * function() - * { - * alert( 'Executed after 2 seconds' ); - * }, - * 2000 )</b>; - */ - setTimeout : function( func, milliseconds, scope, args, ownerWindow ) - { - if ( !ownerWindow ) - ownerWindow = window; - - if ( !scope ) - scope = ownerWindow; - - return ownerWindow.setTimeout( - function() - { - if ( args ) - func.apply( scope, [].concat( args ) ) ; - else - func.apply( scope ) ; - }, - milliseconds || 0 ); - }, - - /** - * Remove spaces from the start and the end of a string. The following - * characters are removed: space, tab, line break, line feed. - * @function - * @param {String} str The text from which remove the spaces. - * @returns {String} The modified string without the boundary spaces. - * @example - * alert( CKEDITOR.tools.trim( ' example ' ); // "example" - */ - trim : (function() - { - // We are not using \s because we don't want "non-breaking spaces" to be caught. - var trimRegex = /(?:^[ \t\n\r]+)|(?:[ \t\n\r]+$)/g; - return function( str ) - { - return str.replace( trimRegex, '' ) ; - }; - })(), - - /** - * Remove spaces from the start (left) of a string. The following - * characters are removed: space, tab, line break, line feed. - * @function - * @param {String} str The text from which remove the spaces. - * @returns {String} The modified string excluding the removed spaces. - * @example - * alert( CKEDITOR.tools.ltrim( ' example ' ); // "example " - */ - ltrim : (function() - { - // We are not using \s because we don't want "non-breaking spaces" to be caught. - var trimRegex = /^[ \t\n\r]+/g; - return function( str ) - { - return str.replace( trimRegex, '' ) ; - }; - })(), - - /** - * Remove spaces from the end (right) of a string. The following - * characters are removed: space, tab, line break, line feed. - * @function - * @param {String} str The text from which remove the spaces. - * @returns {String} The modified string excluding the removed spaces. - * @example - * alert( CKEDITOR.tools.ltrim( ' example ' ); // " example" - */ - rtrim : (function() - { - // We are not using \s because we don't want "non-breaking spaces" to be caught. - var trimRegex = /[ \t\n\r]+$/g; - return function( str ) - { - return str.replace( trimRegex, '' ) ; - }; - })(), - - /** - * Returns the index of an element in an array. - * @param {Array} array The array to be searched. - * @param {Object} entry The element to be found. - * @returns {Number} The (zero based) index of the first entry that matches - * the entry, or -1 if not found. - * @example - * var letters = [ 'a', 'b', 0, 'c', false ]; - * alert( CKEDITOR.tools.indexOf( letters, '0' ) ); "-1" because 0 !== '0' - * alert( CKEDITOR.tools.indexOf( letters, false ) ); "4" because 0 !== false - */ - indexOf : - // #2514: We should try to use Array.indexOf if it does exist. - ( Array.prototype.indexOf ) ? - function( array, entry ) - { - return array.indexOf( entry ); - } - : - function( array, entry ) - { - for ( var i = 0, len = array.length ; i < len ; i++ ) - { - if ( array[ i ] === entry ) - return i; - } - return -1; - }, - - /** - * Creates a function that will always execute in the context of a - * specified object. - * @param {Function} func The function to be executed. - * @param {Object} obj The object to which bind the execution context. - * @returns {Function} The function that can be used to execute the - * "func" function in the context of "obj". - * @example - * var obj = { text : 'My Object' }; - * - * function alertText() - * { - * alert( this.text ); - * } - * - * var newFunc = <b>CKEDITOR.tools.bind( alertText, obj )</b>; - * newFunc(); // Alerts "My Object". - */ - bind : function( func, obj ) - { - return function() { return func.apply( obj, arguments ); }; - }, - - /** - * Class creation based on prototype inheritance, with supports of the - * following features: - * <ul> - * <li> Static fields </li> - * <li> Private fields </li> - * <li> Public (prototype) fields </li> - * <li> Chainable base class constructor </li> - * </ul> - * @param {Object} definition The class definition object. - * @returns {Function} A class-like JavaScript function. - */ - createClass : function( definition ) - { - var $ = definition.$, - baseClass = definition.base, - privates = definition.privates || definition._, - proto = definition.proto, - statics = definition.statics; - - if ( privates ) - { - var originalConstructor = $; - $ = function() - { - // Create (and get) the private namespace. - var _ = this._ || ( this._ = {} ); - - // Make some magic so "this" will refer to the main - // instance when coding private functions. - for ( var privateName in privates ) - { - var priv = privates[ privateName ]; - - _[ privateName ] = - ( typeof priv == 'function' ) ? CKEDITOR.tools.bind( priv, this ) : priv; - } - - originalConstructor.apply( this, arguments ); - }; - } - - if ( baseClass ) - { - $.prototype = this.prototypedCopy( baseClass.prototype ); - $.prototype.constructor = $; - $.prototype.base = function() - { - this.base = baseClass.prototype.base; - baseClass.apply( this, arguments ); - this.base = arguments.callee; - }; - } - - if ( proto ) - this.extend( $.prototype, proto, true ); - - if ( statics ) - this.extend( $, statics, true ); - - return $; - }, - - /** - * Creates a function reference that can be called later using - * CKEDITOR.tools.callFunction. This approach is specially useful to - * make DOM attribute function calls to JavaScript defined functions. - * @param {Function} fn The function to be executed on call. - * @param {Object} [scope] The object to have the context on "fn" execution. - * @returns {Number} A unique reference to be used in conjuction with - * CKEDITOR.tools.callFunction. - * @example - * var ref = <b>CKEDITOR.tools.addFunction</b>( - * function() - * { - * alert( 'Hello!'); - * }); - * CKEDITOR.tools.callFunction( ref ); // Hello! - */ - addFunction : function( fn, scope ) - { - return functions.push( function() - { - return fn.apply( scope || this, arguments ); - }) - 1; - }, - - /** - * Removes the function reference created with {@see CKEDITOR.tools.addFunction}. - * @param {Number} ref The function reference created with - * CKEDITOR.tools.addFunction. - */ - removeFunction : function( ref ) - { - functions[ ref ] = null; - }, - - /** - * Executes a function based on the reference created with - * CKEDITOR.tools.addFunction. - * @param {Number} ref The function reference created with - * CKEDITOR.tools.addFunction. - * @param {[Any,[Any,...]} params Any number of parameters to be passed - * to the executed function. - * @returns {Any} The return value of the function. - * @example - * var ref = CKEDITOR.tools.addFunction( - * function() - * { - * alert( 'Hello!'); - * }); - * <b>CKEDITOR.tools.callFunction( ref )</b>; // Hello! - */ - callFunction : function( ref ) - { - var fn = functions[ ref ]; - return fn && fn.apply( window, Array.prototype.slice.call( arguments, 1 ) ); - }, - - /** - * Append the 'px' length unit to the size if it's missing. - * @param length - */ - cssLength : (function() - { - return function( length ) - { - return length + ( !length || isNaN( Number( length ) ) ? '' : 'px' ); - }; - })(), - - /** - * Convert the specified CSS length value to the calculated pixel length inside this page. - * <strong>Note:</strong> Percentage based value is left intact. - * @param {String} cssLength CSS length value. - */ - convertToPx : ( function () - { - var calculator; - - return function( cssLength ) - { - if ( !calculator ) - { - calculator = CKEDITOR.dom.element.createFromHtml( - '<div style="position:absolute;left:-9999px;' + - 'top:-9999px;margin:0px;padding:0px;border:0px;"' + - '></div>', CKEDITOR.document ); - CKEDITOR.document.getBody().append( calculator ); - } - - if ( !(/%$/).test( cssLength ) ) - { - calculator.setStyle( 'width', cssLength ); - return calculator.$.clientWidth; - } - - return cssLength; - }; - } )(), - - /** - * String specified by {@param str} repeats {@param times} times. - * @param str - * @param times - */ - repeat : function( str, times ) - { - return new Array( times + 1 ).join( str ); - }, - - /** - * Return the first successfully executed function's return value that - * doesn't throw any exception. - */ - tryThese : function() - { - var returnValue; - for ( var i = 0, length = arguments.length; i < length; i++ ) - { - var lambda = arguments[i]; - try - { - returnValue = lambda(); - break; - } - catch (e) {} - } - return returnValue; - }, - - /** - * Generate a combined key from a series of params. - * @param {String} subKey One or more string used as sub keys. - * @example - * var key = CKEDITOR.tools.genKey( 'key1', 'key2', 'key3' ); - * alert( key ); // "key1-key2-key3". - */ - genKey : function() - { - return Array.prototype.slice.call( arguments ).join( '-' ); - } - }; -})(); - -// PACKAGER_RENAME( CKEDITOR.tools ) diff --git a/skins/ckeditor/_source/core/ui.js b/skins/ckeditor/_source/core/ui.js deleted file mode 100644 index b569d8a..0000000 --- a/skins/ckeditor/_source/core/ui.js +++ /dev/null @@ -1,128 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * Contains UI features related to an editor instance. - * @constructor - * @param {CKEDITOR.editor} editor The editor instance. - * @example - */ -CKEDITOR.ui = function( editor ) -{ - if ( editor.ui ) - return editor.ui; - - /** - * Object used to hold private stuff. - * @private - */ - this._ = - { - handlers : {}, - items : {}, - editor : editor - }; - - return this; -}; - -// PACKAGER_RENAME( CKEDITOR.ui ) - -CKEDITOR.ui.prototype = -{ - /** - * Adds a UI item to the items collection. These items can be later used in - * the interface. - * @param {String} name The UI item name. - * @param {Object} type The item type. - * @param {Object} definition The item definition. The properties of this - * object depend on the item type. - * @example - * // Add a new button named "MyBold". - * editorInstance.ui.add( 'MyBold', CKEDITOR.UI_BUTTON, - * { - * label : 'My Bold', - * command : 'bold' - * }); - */ - add : function( name, type, definition ) - { - this._.items[ name ] = - { - type : type, - // The name of {@link CKEDITOR.command} which associate with this UI. - command : definition.command || null, - args : Array.prototype.slice.call( arguments, 2 ) - }; - }, - - /** - * Gets a UI object. - * @param {String} name The UI item hame. - * @example - */ - create : function( name ) - { - var item = this._.items[ name ], - handler = item && this._.handlers[ item.type ], - command = item && item.command && this._.editor.getCommand( item.command ); - - var result = handler && handler.create.apply( this, item.args ); - - // Allow overrides from skin ui definitions.. - item && ( result = CKEDITOR.tools.extend( result, this._.editor.skin[ item.type ], true ) ); - - // Add reference inside command object. - if ( command ) - command.uiItems.push( result ); - - return result; - }, - - /** - * Adds a handler for a UI item type. The handler is responsible for - * transforming UI item definitions in UI objects. - * @param {Object} type The item type. - * @param {Object} handler The handler definition. - * @example - */ - addHandler : function( type, handler ) - { - this._.handlers[ type ] = handler; - } -}; - -CKEDITOR.event.implementOn( CKEDITOR.ui ); - -/** - * (Virtual Class) Do not call this constructor. This class is not really part - * of the API. It just illustrates the features of hanlder objects to be - * passed to the {@link CKEDITOR.ui.prototype.addHandler} function. - * @name CKEDITOR.ui.handlerDefinition - * @constructor - * @example - */ - - /** - * Transforms an item definition into an UI item object. - * @name CKEDITOR.handlerDefinition.prototype.create - * @function - * @param {Object} definition The item definition. - * @example - * editorInstance.ui.addHandler( CKEDITOR.UI_BUTTON, - * { - * create : function( definition ) - * { - * return new CKEDITOR.ui.button( definition ); - * } - * }); - */ - -/** - * Internal event fired when a new UI element is ready - * @name CKEDITOR.ui#ready - * @event - * @param {Object} element The new element - */ diff --git a/skins/ckeditor/_source/lang/_languages.js b/skins/ckeditor/_source/lang/_languages.js deleted file mode 100644 index 179e8a3..0000000 --- a/skins/ckeditor/_source/lang/_languages.js +++ /dev/null @@ -1,84 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -var CKEDITOR_LANGS = (function() -{ - var langs = - { - 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', - is : 'Icelandic', - it : 'Italian', - ja : 'Japanese', - ka : 'Georgian', - km : 'Khmer', - ko : 'Korean', - lt : 'Lithuanian', - lv : 'Latvian', - mn : 'Mongolian', - ms : 'Malay', - nb : 'Norwegian Bokmal', - nl : 'Dutch', - no : 'Norwegian', - pl : 'Polish', - pt : 'Portuguese (Portugal)', - 'pt-br' : 'Portuguese (Brazil)', - ro : 'Romanian', - ru : 'Russian', - sk : 'Slovak', - sl : 'Slovenian', - sr : 'Serbian (Cyrillic)', - 'sr-latn' : 'Serbian (Latin)', - sv : 'Swedish', - th : 'Thai', - tr : 'Turkish', - uk : 'Ukrainian', - vi : 'Vietnamese', - zh : 'Chinese Traditional', - 'zh-cn' : 'Chinese Simplified' - }; - - var langsArray = []; - - for ( var code in langs ) - { - langsArray.push( { code : code, name : langs[ code ] } ); - } - - langsArray.sort( function( a, b ) - { - return ( a.name < b.name ) ? -1 : 1; - }); - - return langsArray; -})(); diff --git a/skins/ckeditor/_source/lang/_translationstatus.txt b/skins/ckeditor/_source/lang/_translationstatus.txt deleted file mode 100644 index 1ae0dd8..0000000 --- a/skins/ckeditor/_source/lang/_translationstatus.txt +++ /dev/null @@ -1,61 +0,0 @@ -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license - -af.js Found: 549 Missing: 24 -ar.js Found: 467 Missing: 106 -bg.js Found: 291 Missing: 282 -bn.js Found: 292 Missing: 281 -bs.js Found: 175 Missing: 398 -ca.js Found: 550 Missing: 23 -cs.js Found: 550 Missing: 23 -cy.js Found: 573 Missing: 0 -da.js Found: 417 Missing: 156 -de.js Found: 568 Missing: 5 -el.js Found: 306 Missing: 267 -en-au.js Found: 345 Missing: 228 -en-ca.js Found: 345 Missing: 228 -en-gb.js Found: 518 Missing: 55 -eo.js Found: 270 Missing: 303 -es.js Found: 570 Missing: 3 -et.js Found: 320 Missing: 253 -eu.js Found: 417 Missing: 156 -fa.js Found: 322 Missing: 251 -fi.js Found: 552 Missing: 21 -fo.js Found: 551 Missing: 22 -fr-ca.js Found: 319 Missing: 254 -fr.js Found: 551 Missing: 22 -gl.js Found: 292 Missing: 281 -gu.js Found: 320 Missing: 253 -he.js Found: 573 Missing: 0 -hi.js Found: 322 Missing: 251 -hr.js Found: 419 Missing: 154 -hu.js Found: 542 Missing: 31 -is.js Found: 326 Missing: 247 -it.js Found: 418 Missing: 155 -ja.js Found: 494 Missing: 79 -ka.js Found: 569 Missing: 4 -km.js Found: 286 Missing: 287 -ko.js Found: 304 Missing: 269 -lt.js Found: 326 Missing: 247 -lv.js Found: 294 Missing: 279 -mn.js Found: 320 Missing: 253 -ms.js Found: 276 Missing: 297 -nb.js Found: 550 Missing: 23 -nl.js Found: 570 Missing: 3 -no.js Found: 550 Missing: 23 -pl.js Found: 573 Missing: 0 -pt-br.js Found: 535 Missing: 38 -pt.js Found: 293 Missing: 280 -ro.js Found: 317 Missing: 256 -ru.js Found: 484 Missing: 89 -sk.js Found: 365 Missing: 208 -sl.js Found: 426 Missing: 147 -sr-latn.js Found: 287 Missing: 286 -sr.js Found: 286 Missing: 287 -sv.js Found: 551 Missing: 22 -th.js Found: 298 Missing: 275 -tr.js Found: 536 Missing: 37 -uk.js Found: 544 Missing: 29 -vi.js Found: 493 Missing: 80 -zh-cn.js Found: 548 Missing: 25 -zh.js Found: 419 Missing: 154 diff --git a/skins/ckeditor/_source/lang/af.js b/skins/ckeditor/_source/lang/af.js deleted file mode 100644 index 4e2151d..0000000 --- a/skins/ckeditor/_source/lang/af.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Afrikaans language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['af'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Teksverwerker, %1, druk op ALT 0 vir hulp.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Teksverwerker', - - // Toolbar buttons without dialogs. - source : 'Bron', - newPage : 'Nuwe bladsy', - save : 'Bewaar', - preview : 'Voorbeeld', - cut : 'Knip', - copy : 'Kopiëer', - paste : 'Plak', - print : 'Druk', - underline : 'Onderstreep', - bold : 'Vet', - italic : 'Skuins', - selectAll : 'Selekteer alles', - removeFormat : 'Verwyder opmaak', - strike : 'Deurstreep', - subscript : 'Onderskrif', - superscript : 'Bo-skrif', - horizontalrule : 'Horisontale lyn invoeg', - pagebreak : 'Bladsy-einde invoeg', - pagebreakAlt : 'Bladsy-einde', - unlink : 'Verwyder skakel', - undo : 'Ontdoen', - redo : 'Oordoen', - - // Common messages and labels. - common : - { - browseServer : 'Blaai op bediener', - url : 'URL', - protocol : 'Protokol', - upload : 'Oplaai', - uploadSubmit : 'Stuur na bediener', - image : 'Afbeelding', - flash : 'Flash', - form : 'Vorm', - checkbox : 'Merkhokkie', - radio : 'Radioknoppie', - textField : 'Teksveld', - textarea : 'Teks-area', - hiddenField : 'Blinde veld', - button : 'Knop', - select : 'Keuseveld', - imageButton : 'Afbeeldingsknop', - notSet : '<geen instelling>', - id : 'Id', - name : 'Naam', - langDir : 'Skryfrigting', - langDirLtr : 'Links na regs (LTR)', - langDirRtl : 'Regs na links (RTL)', - langCode : 'Taalkode', - longDescr : 'Lang beskrywing URL', - cssClass : 'CSS klasse', - advisoryTitle : 'Aanbevole titel', - cssStyle : 'Styl', - ok : 'OK', - cancel : 'Kanselleer', - close : 'Sluit', - preview : 'Voorbeeld', - generalTab : 'Algemeen', - advancedTab : 'Gevorderd', - validateNumberFailed : 'Hierdie waarde is nie \'n getal nie.', - confirmNewPage : 'Alle wysiginge sal verlore gaan. Is u seker dat u \'n nuwe bladsy wil laai?', - confirmCancel : 'Sommige opsies is gewysig. Is u seker dat u hierdie dialoogvenster wil sluit?', - options : 'Opsies', - target : 'Doel', - targetNew : 'Nuwe venster (_blank)', - targetTop : 'Boonste venster (_top)', - targetSelf : 'Selfde venster (_self)', - targetParent : 'Oorspronklike venster (_parent)', - langDirLTR : 'Links na Regs (LTR)', - langDirRTL : 'Regs na Links (RTL)', - styles : 'Styl', - cssClasses : 'CSS klasse', - width : 'Breedte', - height : 'Hoogte', - align : 'Oplyn', - alignLeft : 'Links', - alignRight : 'Regs', - alignCenter : 'Sentreer', - alignTop : 'Bo', - alignMiddle : 'Middel', - alignBottom : 'Onder', - invalidHeight : 'Hoogte moet \'n getal wees', - invalidWidth : 'Breedte moet \'n getal wees.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, nie beskikbaar nie</span>' - }, - - contextmenu : - { - options : 'Konteks Spyskaart-opsies' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Voeg spesiaale karakter in', - title : 'Kies spesiale karakter', - options : 'Spesiale karakter-opsies' - }, - - // Link dialog. - link : - { - toolbar : 'Skakel invoeg/wysig', - other : '<ander>', - menu : 'Wysig skakel', - title : 'Skakel', - info : 'Skakel informasie', - target : 'Doel', - upload : 'Oplaai', - advanced : 'Gevorderd', - type : 'Skakelsoort', - toUrl : 'URL', - toAnchor : 'Anker in bladsy', - toEmail : 'E-pos', - targetFrame : '<raam>', - targetPopup : '<opspringvenster>', - targetFrameName : 'Naam van doelraam', - targetPopupName : 'Naam van opspringvenster', - popupFeatures : 'Eienskappe van opspringvenster', - popupResizable : 'Herskaalbaar', - popupStatusBar : 'Statusbalk', - popupLocationBar: 'Adresbalk', - popupToolbar : 'Werkbalk', - popupMenuBar : 'Spyskaartbalk', - popupFullScreen : 'Volskerm (IE)', - popupScrollBars : 'Skuifbalke', - popupDependent : 'Afhanklik (Netscape)', - popupLeft : 'Posisie links', - popupTop : 'Posisie bo', - id : 'Id', - langDir : 'Skryfrigting', - langDirLTR : 'Links na regs (LTR)', - langDirRTL : 'Regs na links (RTL)', - acccessKey : 'Toegangsleutel', - name : 'Naam', - langCode : 'Taalkode', - tabIndex : 'Tab indeks', - advisoryTitle : 'Aanbevole titel', - advisoryContentType : 'Aanbevole inhoudstipe', - cssClasses : 'CSS klasse', - charset : 'Karakterstel van geskakelde bron', - styles : 'Styl', - rel : 'Relationship', // MISSING - selectAnchor : 'Kies \'n anker', - anchorName : 'Op ankernaam', - anchorId : 'Op element Id', - emailAddress : 'E-posadres', - emailSubject : 'Berig-onderwerp', - emailBody : 'Berig-inhoud', - noAnchors : '(Geen ankers beskikbaar in dokument)', - noUrl : 'Gee die skakel se URL', - noEmail : 'Gee die e-posadres' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Anker byvoeg/verander', - menu : 'Anker-eienskappe', - title : 'Anker-eienskappe', - name : 'Ankernaam', - errorName : 'Voltooi die ankernaam asseblief', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Eienskappe van genommerde lys', - bulletedTitle : 'Eienskappe van ongenommerde lys', - type : 'Tipe', - start : 'Begin', - validateStartNumber :'Beginnommer van lys moet \'n heelgetal wees.', - circle : 'Sirkel', - disc : 'Skyf', - square : 'Vierkant', - none : 'Geen', - notset : '<nie ingestel nie>', - armenian : 'Armeense nommering', - georgian : 'Georgiese nommering (an, ban, gan, ens.)', - lowerRoman : 'Romeinse kleinletters (i, ii, iii, iv, v, ens.)', - upperRoman : 'Romeinse hoofletters (I, II, III, IV, V, ens.)', - lowerAlpha : 'Kleinletters (a, b, c, d, e, ens.)', - upperAlpha : 'Hoofletters (A, B, C, D, E, ens.)', - lowerGreek : 'Griekse kleinletters (alpha, beta, gamma, ens.)', - decimal : 'Desimale syfers (1, 2, 3, ens.)', - decimalLeadingZero : 'Desimale syfers met voorloopnul (01, 02, 03, ens.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Soek en vervang', - find : 'Soek', - replace : 'Vervang', - findWhat : 'Soek na:', - replaceWith : 'Vervang met:', - notFoundMsg : 'Teks nie gevind nie.', - matchCase : 'Hoof/kleinletter sensitief', - matchWord : 'Hele woord moet voorkom', - matchCyclic : 'Soek deurlopend', - replaceAll : 'Vervang alles', - replaceSuccessMsg : '%1 voorkoms(te) vervang.' - }, - - // Table Dialog - table : - { - toolbar : 'Tabel', - title : 'Tabel eienskappe', - menu : 'Tabel eienskappe', - deleteTable : 'Verwyder tabel', - rows : 'Rye', - columns : 'Kolomme', - border : 'Randbreedte', - widthPx : 'piksels', - widthPc : 'persent', - widthUnit : 'breedte-eenheid', - cellSpace : 'Sel-afstand', - cellPad : 'Sel-spasie', - caption : 'Naam', - summary : 'Opsomming', - headers : 'Opskrifte', - headersNone : 'Geen', - headersColumn : 'Eerste kolom', - headersRow : 'Eerste ry', - headersBoth : 'Beide ', - invalidRows : 'Aantal rye moet \'n getal groter as 0 wees.', - invalidCols : 'Aantal kolomme moet \'n getal groter as 0 wees.', - invalidBorder : 'Randbreedte moet \'n getal wees.', - invalidWidth : 'Tabelbreedte moet \'n getal wees.', - invalidHeight : 'Tabelhoogte moet \'n getal wees.', - invalidCellSpacing : 'Sel-afstand moet \'n getal wees.', - invalidCellPadding : 'Sel-spasie moet \'n getal wees.', - - cell : - { - menu : 'Sel', - insertBefore : 'Voeg sel in voor', - insertAfter : 'Voeg sel in na', - deleteCell : 'Verwyder sel', - merge : 'Voeg selle saam', - mergeRight : 'Voeg saam na regs', - mergeDown : 'Voeg saam ondertoe', - splitHorizontal : 'Splits sel horisontaal', - splitVertical : 'Splits sel vertikaal', - title : 'Sel eienskappe', - cellType : 'Sel tipe', - rowSpan : 'Omspan rye', - colSpan : 'Omspan kolomme', - wordWrap : 'Woord terugloop', - hAlign : 'Horisontale oplyning', - vAlign : 'Vertikale oplyning', - alignBaseline : 'Basislyn', - bgColor : 'Agtergrondkleur', - borderColor : 'Randkleur', - data : 'Inhoud', - header : 'Opskrif', - yes : 'Ja', - no : 'Nee', - invalidWidth : 'Selbreedte moet \'n getal wees.', - invalidHeight : 'Selhoogte moet \'n getal wees.', - invalidRowSpan : 'Omspan rye moet \'n heelgetal wees.', - invalidColSpan : 'Omspan kolomme moet \'n heelgetal wees.', - chooseColor : 'Kies' - }, - - row : - { - menu : 'Ry', - insertBefore : 'Voeg ry in voor', - insertAfter : 'Voeg ry in na', - deleteRow : 'Verwyder ry' - }, - - column : - { - menu : 'Kolom', - insertBefore : 'Voeg kolom in voor', - insertAfter : 'Voeg kolom in na', - deleteColumn : 'Verwyder kolom' - } - }, - - // Button Dialog. - button : - { - title : 'Knop eienskappe', - text : 'Teks (Waarde)', - type : 'Soort', - typeBtn : 'Knop', - typeSbm : 'Stuur', - typeRst : 'Maak leeg' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Merkhokkie eienskappe', - radioTitle : 'Radioknoppie eienskappe', - value : 'Waarde', - selected : 'Geselekteer' - }, - - // Form Dialog. - form : - { - title : 'Vorm eienskappe', - menu : 'Vorm eienskappe', - action : 'Aksie', - method : 'Metode', - encoding : 'Kodering' - }, - - // Select Field Dialog. - select : - { - title : 'Keuseveld eienskappe', - selectInfo : 'Info', - opAvail : 'Beskikbare opsies', - value : 'Waarde', - size : 'Grootte', - lines : 'Lyne', - chkMulti : 'Laat meer as een keuse toe', - opText : 'Teks', - opValue : 'Waarde', - btnAdd : 'Byvoeg', - btnModify : 'Wysig', - btnUp : 'Op', - btnDown : 'Af', - btnSetValue : 'Stel as geselekteerde waarde', - btnDelete : 'Verwyder' - }, - - // Textarea Dialog. - textarea : - { - title : 'Teks-area eienskappe', - cols : 'Kolomme', - rows : 'Rye' - }, - - // Text Field Dialog. - textfield : - { - title : 'Teksveld eienskappe', - name : 'Naam', - value : 'Waarde', - charWidth : 'Breedte (karakters)', - maxChars : 'Maksimum karakters', - type : 'Soort', - typeText : 'Teks', - typePass : 'Wagwoord' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Verborge veld eienskappe', - name : 'Naam', - value : 'Waarde' - }, - - // Image Dialog. - image : - { - title : 'Afbeelding eienskappe', - titleButton : 'Afbeeldingsknop eienskappe', - menu : 'Afbeelding eienskappe', - infoTab : 'Afbeelding informasie', - btnUpload : 'Stuur na bediener', - upload : 'Oplaai', - alt : 'Alternatiewe teks', - lockRatio : 'Vaste proporsie', - resetSize : 'Herstel grootte', - border : 'Rand', - hSpace : 'HSpasie', - vSpace : 'VSpasie', - alertUrl : 'Gee URL van afbeelding.', - linkTab : 'Skakel', - button2Img : 'Wil u die geselekteerde afbeeldingsknop vervang met \'n eenvoudige afbeelding?', - img2Button : 'Wil u die geselekteerde afbeelding vervang met \'n afbeeldingsknop?', - urlMissing : 'Die URL na die afbeelding ontbreek.', - validateBorder : 'Rand moet \'n heelgetal wees.', - validateHSpace : 'HSpasie moet \'n heelgetal wees.', - validateVSpace : 'VSpasie moet \'n heelgetal wees.' - }, - - // Flash Dialog - flash : - { - properties : 'Flash eienskappe', - propertiesTab : 'Eienskappe', - title : 'Flash eienskappe', - chkPlay : 'Speel outomaties', - chkLoop : 'Herhaal', - chkMenu : 'Flash spyskaart aan', - chkFull : 'Laat volledige skerm toe', - scale : 'Skaal', - scaleAll : 'Wys alles', - scaleNoBorder : 'Geen rand', - scaleFit : 'Presiese pas', - access : 'Skrip toegang', - accessAlways : 'Altyd', - accessSameDomain: 'Selfde domeinnaam', - accessNever : 'Nooit', - alignAbsBottom : 'Absoluut-onder', - alignAbsMiddle : 'Absoluut-middel', - alignBaseline : 'Basislyn', - alignTextTop : 'Teks bo', - quality : 'Kwaliteit', - qualityBest : 'Beste', - qualityHigh : 'Hoog', - qualityAutoHigh : 'Outomaties hoog', - qualityMedium : 'Gemiddeld', - qualityAutoLow : 'Outomaties laag', - qualityLow : 'Laag', - windowModeWindow: 'Venster', - windowModeOpaque: 'Ondeursigtig', - windowModeTransparent : 'Deursigtig', - windowMode : 'Venster modus', - flashvars : 'Veranderlikes vir Flash', - bgcolor : 'Agtergrondkleur', - hSpace : 'HSpasie', - vSpace : 'VSpasie', - validateSrc : 'Voeg die URL in', - validateHSpace : 'HSpasie moet \'n heelgetal wees.', - validateVSpace : 'VSpasie moet \'n heelgetal wees.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Speltoets', - title : 'Speltoetser', - notAvailable : 'Jammer, hierdie diens is nie nou beskikbaar nie.', - errorLoading : 'Fout by inlaai van diens: %s.', - notInDic : 'Nie in woordeboek nie', - changeTo : 'Verander na', - btnIgnore : 'Ignoreer', - btnIgnoreAll : 'Ignoreer alles', - btnReplace : 'Vervang', - btnReplaceAll : 'vervang alles', - btnUndo : 'Ontdoen', - noSuggestions : '- Geen voorstel -', - progress : 'Spelling word getoets...', - noMispell : 'Klaar met speltoets: Geen foute nie', - noChanges : 'Klaar met speltoets: Geen woorde verander nie', - oneChange : 'Klaar met speltoets: Een woord verander', - manyChanges : 'Klaar met speltoets: %1 woorde verander', - ieSpellDownload : 'Speltoetser is nie geïnstalleer nie. Wil u dit nou aflaai?' - }, - - smiley : - { - toolbar : 'Lagbekkie', - title : 'Voeg lagbekkie by', - options : 'Lagbekkie opsies' - }, - - elementsPath : - { - eleLabel : 'Elemente-pad', - eleTitle : '%1 element' - }, - - numberedlist : 'Genommerde lys', - bulletedlist : 'Ongenommerde lys', - indent : 'Vergroot inspring', - outdent : 'Verklein inspring', - - justify : - { - left : 'Links oplyn', - center : 'Sentreer', - right : 'Regs oplyn', - block : 'Uitvul' - }, - - blockquote : 'Sitaatblok', - - clipboard : - { - title : 'Byvoeg', - cutError : 'U blaaier se sekuriteitsinstelling belet die outomatiese knip-aksie. Gebruik die sleutelbordkombinasie (Ctrl/Cmd+X).', - copyError : 'U blaaier se sekuriteitsinstelling belet die kopiëringsaksie. Gebruik die sleutelbordkombinasie (Ctrl/Cmd+C).', - pasteMsg : 'Plak die teks in die volgende teks-area met die sleutelbordkombinasie (<STRONG>Ctrl/Cmd+V</STRONG>) en druk <STRONG>OK</STRONG>.', - securityMsg : 'Weens u blaaier se sekuriteitsinstelling is data op die knipbord nie toeganklik nie. U kan dit eers weer in hierdie venster plak.', - pasteArea : 'Plak-area' - }, - - pastefromword : - { - confirmCleanup : 'Die teks wat u wil plak lyk asof dit uit Word gekopiëer is. Wil u dit eers skoonmaak voordat dit geplak word?', - toolbar : 'Plak vanuit Word', - title : 'Plak vanuit Word', - error : 'Die geplakte teks kon nie skoongemaak word nie, weens \'n interne fout' - }, - - pasteText : - { - button : 'Plak as eenvoudige teks', - title : 'Plak as eenvoudige teks' - }, - - templates : - { - button : 'Sjablone', - title : 'Inhoud Sjablone', - options : 'Sjabloon opsies', - insertOption : 'Vervang huidige inhoud', - selectPromptMsg : 'Kies die sjabloon om te gebruik in die redigeerder (huidige inhoud gaan verlore):', - emptyListMsg : '(Geen sjablone gedefineer nie)' - }, - - showBlocks : 'Toon blokke', - - stylesCombo : - { - label : 'Styl', - panelTitle : 'Opmaak style', - panelTitle1 : 'Blok style', - panelTitle2 : 'Inlyn style', - panelTitle3 : 'Objek style' - }, - - format : - { - label : 'Opmaak', - panelTitle : 'Opmaak', - - tag_p : 'Normaal', - tag_pre : 'Opgemaak', - tag_address : 'Adres', - tag_h1 : 'Opskrif 1', - tag_h2 : 'Opskrif 2', - tag_h3 : 'Opskrif 3', - tag_h4 : 'Opskrif 4', - tag_h5 : 'Opskrif 5', - tag_h6 : 'Opskrif 6', - tag_div : 'Normaal (DIV)' - }, - - div : - { - title : 'Skep Div houer', - toolbar : 'Skep Div houer', - cssClassInputLabel : 'CSS klasse', - styleSelectLabel : 'Styl', - IdInputLabel : 'Id', - languageCodeInputLabel : ' Taalkode', - inlineStyleInputLabel : 'Inlyn Styl', - advisoryTitleInputLabel : 'Aanbevole Titel', - langDirLabel : 'Skryfrigting', - langDirLTRLabel : 'Links na regs (LTR)', - langDirRTLLabel : 'Regs na links (RTL)', - edit : 'Wysig Div', - remove : 'Verwyder Div' - }, - - iframe : - { - title : 'IFrame Eienskappe', - toolbar : 'IFrame', - noUrl : 'Gee die iframe URL', - scrolling : 'Skuifbalke aan', - border : 'Wys rand van raam' - }, - - font : - { - label : 'Font', - voiceLabel : 'Font', - panelTitle : 'Fontnaam' - }, - - fontSize : - { - label : 'Grootte', - voiceLabel : 'Fontgrootte', - panelTitle : 'Fontgrootte' - }, - - colorButton : - { - textColorTitle : 'Tekskleur', - bgColorTitle : 'Agtergrondkleur', - panelTitle : 'Kleure', - auto : 'Outomaties', - more : 'Meer Kleure...' - }, - - colors : - { - '000' : 'Swart', - '800000' : 'Meroen', - '8B4513' : 'Sjokoladebruin', - '2F4F4F' : 'Donkerleisteengrys', - '008080' : 'Blougroen', - '000080' : 'Vlootblou', - '4B0082' : 'Indigo', - '696969' : 'Donkergrys', - 'B22222' : 'Rooibaksteen', - 'A52A2A' : 'Bruin', - 'DAA520' : 'Donkergeel', - '006400' : 'Donkergroen', - '40E0D0' : 'Turkoois', - '0000CD' : 'Middelblou', - '800080' : 'Pers', - '808080' : 'Grys', - 'F00' : 'Rooi', - 'FF8C00' : 'Donkeroranje', - 'FFD700' : 'Goud', - '008000' : 'Groen', - '0FF' : 'Siaan', - '00F' : 'Blou', - 'EE82EE' : 'Viooltjieblou', - 'A9A9A9' : 'Donkergrys', - 'FFA07A' : 'Ligsalm', - 'FFA500' : 'Oranje', - 'FFFF00' : 'Geel', - '00FF00' : 'Lemmetjie', - 'AFEEEE' : 'Ligturkoois', - 'ADD8E6' : 'Ligblou', - 'DDA0DD' : 'Pruim', - 'D3D3D3' : 'Liggrys', - 'FFF0F5' : 'Linne', - 'FAEBD7' : 'Ivoor', - 'FFFFE0' : 'Liggeel', - 'F0FFF0' : 'Heuningdou', - 'F0FFFF' : 'Asuur', - 'F0F8FF' : 'Ligte hemelsblou', - 'E6E6FA' : 'Laventel', - 'FFF' : 'Wit' - }, - - scayt : - { - title : 'Speltoets terwyl u tik', - opera_title : 'Nie ondersteun deur Opera nie', - enable : 'SCAYT aan', - disable : 'SCAYT af', - about : 'SCAYT info', - toggle : 'SCAYT wissel aan/af', - options : 'Opsies', - langs : 'Tale', - moreSuggestions : 'Meer voorstelle', - ignore : 'Ignoreer', - ignoreAll : 'Ignoreer alles', - addWord : 'Voeg woord by', - emptyDic : 'Woordeboeknaam mag nie leeg wees nie.', - - optionsTab : 'Opsies', - allCaps : 'Ignoreer woorde in hoofletters', - ignoreDomainNames : 'Ignoreer domeinname', - mixedCase : 'Ignoreer woorde met hoof- en kleinletters', - mixedWithDigits : 'Ignoreer woorde met syfers', - - languagesTab : 'Tale', - - dictionariesTab : 'Woordeboeke', - dic_field_name : 'Naam van woordeboek', - dic_create : 'Skep', - dic_restore : 'Herstel', - dic_delete : 'Verwijder', - dic_rename : 'Hernoem', - dic_info : 'Aanvanklik word die gebruikerswoordeboek in \'n koekie gestoor. Koekies is egter beperk in grootte. Wanneer die gebruikerswoordeboek te groot vir \'n koekie geword het, kan dit op ons bediener gestoor word. Om u persoonlike woordeboek op ons bediener te stoor, gee asb. \'n naam vir u woordeboek. Indien u alreeds \'n gestoorde woordeboek het, tik die naam en kliek op die Herstel knop.', - - aboutTab : 'Info' - }, - - about : - { - title : 'Info oor CKEditor', - dlgTitle : 'Info oor CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Vir lisensie-informasie, besoek asb. ons webwerf:', - copy : 'Kopiereg © $1. Alle regte voorbehou.' - }, - - maximize : 'Maksimaliseer', - minimize : 'Minimaliseer', - - fakeobjects : - { - anchor : 'Anker', - flash : 'Flash animasie', - iframe : 'IFrame', - hiddenfield : 'Verborge veld', - unknown : 'Onbekende objek' - }, - - resize : 'Sleep om te herskaal', - - colordialog : - { - title : 'Kies kleur', - options : 'Kleuropsies', - highlight : 'Aktief', - selected : 'Geselekteer', - clear : 'Herstel' - }, - - toolbarCollapse : 'Verklein werkbalk', - toolbarExpand : 'Vergroot werkbalk', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Skryfrigting van links na regs', - rtl : 'Skryfrigting van regs na links' - }, - - docprops : - { - label : 'Dokument Eienskappe', - title : 'Dokument Eienskappe', - design : 'Design', // MISSING - meta : 'Meta Data', - chooseColor : 'Kies', - other : '<ander>', - docTitle : 'Bladsy Opskrif', - charset : 'Karakterstel Kodeering', - charsetOther : 'Ander Karakterstel Kodeering', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Sentraal Europa', - charsetCT : 'Chinees Traditioneel (Big5)', - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Grieks', - charsetJP : 'Japanees', - charsetKR : 'Koreans', - charsetTR : 'Turks', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Dokument Opskrif Soort', - docTypeOther : 'Ander Dokument Opskrif Soort', - xhtmlDec : 'Voeg XHTML verklaring by', - bgColor : 'Agtergrond kleur', - bgImage : 'Agtergrond Beeld URL', - bgFixed : 'Vasgeklemde Agtergrond', - txtColor : 'Tekskleur', - margin : 'Bladsy Rante', - marginTop : 'Bo', - marginLeft : 'Links', - marginRight : 'Regs', - marginBottom : 'Onder', - metaKeywords : 'Dokument Index Sleutelwoorde(comma verdeelt)', - metaDescription : 'Dokument Beskrywing', - metaAuthor : 'Skrywer', - metaCopyright : 'Kopiereg', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/ar.js b/skins/ckeditor/_source/lang/ar.js deleted file mode 100644 index 8f77a6f..0000000 --- a/skins/ckeditor/_source/lang/ar.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Arabic language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['ar'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'rtl', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'اÙ٠صدر', - newPage : 'صÙØØ© جدÙدة', - save : 'ØÙظ', - preview : '٠عاÙÙØ© اÙصÙØØ©', - cut : 'Ùص', - copy : 'Ùسخ', - paste : 'ÙصÙ', - print : 'طباعة', - underline : 'تسطÙر', - bold : 'غا٠Ù', - italic : '٠ائÙ', - selectAll : 'تØدÙد اÙÙÙ', - removeFormat : 'إزاÙØ© اÙتÙسÙÙات', - strike : 'ÙتÙسط٠خط', - subscript : 'Ù ÙØ®Ùض', - superscript : '٠رتÙع', - horizontalrule : 'خط ÙاصÙ', - pagebreak : 'إدخا٠صÙØØ© جدÙدة', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'إزاÙØ© رابط', - undo : 'تراجع', - redo : 'إعادة', - - // Common messages and labels. - common : - { - 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 : 'Ù ÙاÙÙ', - cancel : 'Ø¥Ùغاء اÙأ٠ر', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'عا٠', - advancedTab : '٠تÙد٠', - validateNumberFailed : 'ÙاÙÙجد ÙتÙجة', - confirmNewPage : 'ستÙÙد أ٠٠تغÙÙرات اذا Ù٠تÙ٠بØÙظÙا اÙÙا. Ù٠أÙت ٠تأÙد Ø£Ù٠ترÙد صÙØØ© جدÙدةØ', - confirmCancel : 'بعض اÙØ®Ùارات Ùد تغÙرت. Ù٠أÙت ٠تأÙد ٠٠إغÙا٠٠ربع اÙÙصØ', - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'اÙعرض', - height : 'اÙإرتÙاع', - align : 'Ù Øاذاة', - alignLeft : 'Ùسار', - alignRight : 'ÙÙ ÙÙ', - alignCenter : 'Ùسط', - alignTop : 'أعÙÙ', - alignMiddle : 'Ùسط', - alignBottom : 'أسÙÙ', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, غÙر ٠تاØ</span>' - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'إدراج خاص.Ù', - title : 'اختر اÙØ®Ùاص', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'رابط', - other : '<أخرÙ>', - menu : 'تØرÙر رابط', - title : 'إرتباط تشعبÙ', - info : '٠عÙÙ٠ات اÙرابط', - target : 'Ùد٠اÙرابط', - upload : 'رÙع', - advanced : '٠تÙد٠', - type : 'ÙÙع اÙربط', - toUrl : 'URL', // MISSING - toAnchor : 'Ù Ùا٠ÙÙ Ùذا اÙ٠ستÙد', - toEmail : 'برÙد Ø¥ÙÙترÙÙÙ', - targetFrame : '<إطار>', - targetPopup : '<ÙاÙذة Ù ÙبثÙØ©>', - targetFrameName : 'اس٠اÙإطار اÙ٠ستÙدÙ', - targetPopupName : 'اس٠اÙÙاÙذة اÙÙ ÙبثÙØ©', - popupFeatures : 'خصائص اÙÙاÙذة اÙÙ ÙبثÙØ©', - popupResizable : 'ÙابÙØ© اÙتشÙÙÙ', - popupStatusBar : 'شرÙØ· اÙØاÙØ©', - popupLocationBar: 'شرÙØ· اÙعÙÙاÙ', - popupToolbar : 'شرÙØ· اÙأدÙات', - popupMenuBar : 'اÙÙÙائ٠اÙرئÙسÙØ©', - popupFullScreen : 'Ù Ùئ اÙشاشة (IE)', - popupScrollBars : 'أشرطة اÙت٠رÙر', - popupDependent : 'تابع (Netscape)', - popupLeft : 'اÙت٠رÙز ÙÙÙسار', - popupTop : 'اÙت٠رÙز ÙÙأعÙÙ', - id : 'ÙÙÙØ©', - langDir : 'إتجا٠اÙÙص', - langDirLTR : 'اÙÙسار ÙÙÙÙ ÙÙ (LTR)', - langDirRTL : 'اÙÙÙ ÙÙ ÙÙÙسار (RTL)', - acccessKey : 'Ù ÙاتÙØ Ø§Ùإختصار', - name : 'اÙاس٠', - langCode : 'ÙÙد اÙÙص', - tabIndex : 'اÙترتÙب', - advisoryTitle : 'عÙÙا٠اÙتÙرÙر', - advisoryContentType : 'ÙÙع اÙتÙرÙر', - cssClasses : 'Ùئات اÙتÙسÙÙ', - charset : 'تر٠Ùز اÙ٠ادة اÙÙ Ø·ÙÙبة', - styles : 'ÙÙ Ø·', - rel : 'Relationship', // MISSING - selectAnchor : 'اختر عÙا٠ة ٠رجعÙØ©', - anchorName : 'Øسب اÙاس٠', - anchorId : 'Øسب رÙ٠اÙعÙصر', - emailAddress : 'عÙÙا٠اÙبرÙد Ø¥ÙÙترÙÙÙ', - emailSubject : 'Ù ÙضÙع اÙرساÙØ©', - emailBody : 'Ù ØتÙ٠اÙرساÙØ©', - noAnchors : '(Ùا تÙجد عÙا٠ات ٠رجعÙØ© ÙÙ Ùذا اÙ٠ستÙد)', - noUrl : 'Ù Ù ÙضÙ٠أدخ٠عÙÙا٠اÙÙ ÙÙع اÙØ°Ù ÙØ´Ùر Ø¥ÙÙ٠اÙرابط', - noEmail : 'Ù Ù ÙضÙ٠أدخ٠عÙÙا٠اÙبرÙد اÙØ¥ÙÙترÙÙÙ' - }, - - // Anchor dialog - anchor : - { - toolbar : 'إشارة ٠رجعÙØ©', - menu : 'تØرÙر اÙإشارة اÙ٠رجعÙØ©', - title : 'خصائص اÙإشارة اÙ٠رجعÙØ©', - name : 'اس٠اÙإشارة اÙ٠رجعÙØ©', - errorName : 'اÙرجاء Ùتابة اس٠اÙإشارة اÙ٠رجعÙØ©', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'بØØ« ÙاستبداÙ', - find : 'بØØ«', - replace : 'إستبداÙ', - findWhat : 'اÙبØØ« بÙ:', - replaceWith : 'إستبدا٠بÙ:', - notFoundMsg : 'ÙÙ Ùت٠اÙعثÙر عÙ٠اÙÙص اÙÙ Øدد.', - matchCase : '٠طابÙØ© ØاÙØ© اÙØ£ØرÙ', - matchWord : '٠طابÙØ© باÙÙا٠Ù', - matchCyclic : '٠طابÙØ© دÙرÙØ©', - replaceAll : 'إستبدا٠اÙÙÙ', - replaceSuccessMsg : 'ت٠استبدا٠1% ٠٠اÙØاÙات ' - }, - - // Table Dialog - table : - { - toolbar : 'جدÙÙ', - title : 'خصائص اÙجدÙÙ', - menu : 'خصائص اÙجدÙÙ', - deleteTable : 'Øذ٠اÙجدÙÙ', - rows : 'صÙÙÙ', - columns : 'أع٠دة', - border : 'اÙØدÙد', - widthPx : 'بÙسÙ', - widthPc : 'باÙ٠ئة', - widthUnit : 'width unit', // MISSING - cellSpace : 'تباعد اÙØ®ÙاÙا', - cellPad : 'اÙ٠ساÙØ© اÙبادئة', - caption : 'اÙÙصÙ', - summary : 'اÙØ®Ùاصة', - headers : 'اÙعÙاÙÙÙ', - headersNone : 'بدÙÙ', - headersColumn : 'اÙع٠Ùد اÙØ£ÙÙ', - headersRow : 'اÙص٠اÙØ£ÙÙ', - headersBoth : 'ÙÙاÙ٠ا', - invalidRows : 'عدد اÙصÙÙÙ Ùجب Ø£Ù ÙÙÙ٠عددا٠أÙبر ٠٠صÙر.', - invalidCols : 'عدد اÙأع٠دة Ùجب Ø£Ù ÙÙÙ٠عددا٠أÙبر ٠٠صÙر.', - invalidBorder : 'Øج٠اÙØد Ùجب Ø£Ù ÙÙÙ٠عدداÙ.', - invalidWidth : 'عرض اÙجدÙÙ Ùجب Ø£Ù ÙÙÙ٠عدداÙ.', - invalidHeight : 'ارتÙاع اÙجدÙÙ Ùجب Ø£Ù ÙÙÙ٠عدداÙ.', - invalidCellSpacing : 'اÙ٠ساÙØ© بÙ٠اÙØ®ÙاÙا Ùجب أ٠تÙÙ٠عدداÙ.', - invalidCellPadding : 'اÙ٠ساÙØ© اÙبادئة Ùجب أ٠تÙÙ٠عدداÙ', - - cell : - { - menu : 'Ø®ÙÙØ©', - insertBefore : 'إدراج Ø®ÙÙØ© ÙبÙ', - insertAfter : 'إدراج Ø®ÙÙØ© بعد', - deleteCell : 'ØØ°Ù Ø®ÙÙØ©', - merge : 'د٠ج Ø®ÙاÙا', - mergeRight : 'د٠ج ÙÙÙÙ ÙÙ', - mergeDown : 'د٠ج ÙÙأسÙÙ', - splitHorizontal : 'تÙسÙ٠اÙØ®ÙÙØ© Ø£ÙÙÙاÙ', - splitVertical : 'تÙسÙ٠اÙØ®ÙÙØ© ع٠ÙدÙاÙ', - title : 'خصائص اÙØ®ÙÙØ©', - cellType : 'ÙÙع اÙØ®ÙÙØ©', - rowSpan : 'ا٠تداد اÙصÙÙÙ', - colSpan : 'ا٠تداد اÙأع٠دة', - wordWrap : 'اÙتÙا٠اÙÙص', - hAlign : 'Ù Øاذاة Ø£ÙÙÙØ©', - vAlign : 'Ù Øاذاة رأسÙØ©', - alignBaseline : 'خط اÙÙاعدة', - bgColor : 'ÙÙ٠اÙØ®ÙÙÙØ©', - borderColor : 'ÙÙ٠اÙØدÙد', - data : 'بÙاÙات', - header : 'عÙÙاÙ', - yes : 'Ùع٠', - no : 'Ùا', - invalidWidth : 'عرض اÙØ®ÙÙØ© Ùجب Ø£Ù ÙÙÙ٠عدداÙ.', - invalidHeight : 'ارتÙاع اÙØ®ÙÙØ© Ùجب Ø£Ù ÙÙÙ٠عدداÙ.', - invalidRowSpan : 'ا٠تداد اÙصÙÙÙ Ùجب Ø£Ù ÙÙÙ٠عددا٠صØÙØاÙ.', - invalidColSpan : 'ا٠تداد اÙأع٠دة Ùجب Ø£Ù ÙÙÙ٠عددا٠صØÙØاÙ.', - chooseColor : 'اختر' - }, - - row : - { - menu : 'صÙ', - insertBefore : 'إدراج ص٠ÙبÙ', - insertAfter : 'إدراج ص٠بعد', - deleteRow : 'Øذ٠صÙÙÙ' - }, - - column : - { - menu : 'ع٠Ùد', - insertBefore : 'إدراج ع٠Ùد ÙبÙ', - insertAfter : 'إدراج ع٠Ùد بعد', - deleteColumn : 'Øذ٠أع٠دة' - } - }, - - // Button Dialog. - button : - { - title : 'خصائص زر اÙضغط', - text : 'اÙÙÙÙ Ø©/اÙتس٠ÙØ©', - type : 'ÙÙع اÙزر', - typeBtn : 'زر', - typeSbm : 'إرساÙ', - typeRst : 'إعادة تعÙÙÙ' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'خصائص خاÙØ© اÙإختÙار', - radioTitle : 'خصائص زر اÙØ®Ùار', - value : 'اÙÙÙÙ Ø©', - selected : 'Ù Øدد' - }, - - // Form Dialog. - form : - { - title : 'خصائص اÙÙÙ Ùذج', - menu : 'خصائص اÙÙÙ Ùذج', - action : 'اس٠اÙÙ ÙÙ', - method : 'اÙأسÙÙب', - encoding : 'تشÙÙر' - }, - - // Select Field Dialog. - select : - { - title : 'خصائص اختÙار اÙØÙÙ', - selectInfo : 'اختار ٠عÙÙ٠ات', - opAvail : 'اÙØ®Ùارات اÙ٠تاØØ©', - value : 'اÙÙÙÙ Ø©', - size : 'اÙØج٠', - lines : 'اÙأسطر', - chkMulti : 'اÙØ³Ù Ø§Ø Ø¨ØªØدÙدات ٠تعددة', - opText : 'اÙÙص', - opValue : 'اÙÙÙÙ Ø©', - btnAdd : 'إضاÙØ©', - btnModify : 'تعدÙÙ', - btnUp : 'أعÙÙ', - btnDown : 'أسÙÙ', - btnSetValue : 'إجعÙÙا Ù Øددة', - btnDelete : 'إزاÙØ©' - }, - - // Textarea Dialog. - textarea : - { - title : 'خصائص ٠ساØØ© اÙÙص', - cols : 'اÙأع٠دة', - rows : 'اÙصÙÙÙ' - }, - - // Text Field Dialog. - textfield : - { - title : 'خصائص ٠ربع اÙÙص', - name : 'اÙاس٠', - value : 'اÙÙÙÙ Ø©', - charWidth : 'عرض اÙس٠ات', - maxChars : 'اÙص٠عدد ÙÙس٠ات', - type : 'ÙÙع اÙÙ ØتÙÙ', - typeText : 'Ùص', - typePass : 'ÙÙÙ Ø© ٠رÙر' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'خصائص اÙØÙ٠اÙÙ Ø®ÙÙ', - name : 'اÙاس٠', - value : 'اÙÙÙÙ Ø©' - }, - - // Image Dialog. - image : - { - title : 'خصائص اÙصÙرة', - titleButton : 'خصائص زر اÙصÙرة', - menu : 'خصائص اÙصÙرة', - infoTab : '٠عÙÙ٠ات اÙصÙرة', - btnUpload : 'أرسÙÙا ÙÙخاد٠', - upload : 'رÙع', - alt : 'عÙÙا٠اÙصÙرة', - lockRatio : 'تÙاس٠اÙØج٠', - resetSize : 'إستعادة اÙØج٠اÙأصÙÙ', - border : 'س٠٠اÙØدÙد', - hSpace : 'تباعد Ø£ÙÙÙ', - vSpace : 'تباعد ع٠ÙدÙ', - alertUrl : 'ÙضÙا٠أÙتب اÙÙ ÙÙع اÙذ٠تÙجد عÙÙÙ Ùذ٠اÙصÙرة.', - linkTab : 'اÙرابط', - button2Img : 'Ù٠ترÙد تØÙÙ٠زر اÙصÙرة اÙ٠ختار Ø¥Ù٠صÙرة بسÙطةØ', - img2Button : 'Ù٠ترÙد تØÙÙ٠اÙصÙرة اÙ٠ختارة Ø¥Ù٠زر صÙرةØ', - urlMissing : 'عÙÙا٠٠صدر اÙصÙرة Ù ÙÙÙد', - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'خصائص اÙÙÙاش', - propertiesTab : 'اÙخصائص', - title : 'خصائص ÙÙÙ٠اÙÙÙاش', - chkPlay : 'تشغÙ٠تÙÙائÙ', - chkLoop : 'تÙرار', - chkMenu : 'ت٠ÙÙÙ Ùائ٠ة ÙÙÙ٠اÙÙÙاش', - chkFull : 'Ù ÙØ¡ اÙشاشة', - scale : 'اÙØج٠', - scaleAll : 'إظÙار اÙÙÙ', - scaleNoBorder : 'بÙا ØدÙد', - scaleFit : 'ضبط تا٠', - access : 'دخÙ٠اÙÙص اÙبر٠جÙ', - accessAlways : 'دائ٠اÙ', - accessSameDomain: 'ÙÙس اÙÙطاÙ', - accessNever : 'Ù Ø·ÙÙاÙ', - alignAbsBottom : 'أسÙ٠اÙÙص', - alignAbsMiddle : 'Ùسط اÙسطر', - alignBaseline : 'عÙ٠اÙسطر', - alignTextTop : 'أعÙ٠اÙÙص', - quality : 'جÙدة', - qualityBest : 'Ø£ÙضÙ', - qualityHigh : 'عاÙÙØ©', - qualityAutoHigh : 'عاÙÙØ© تÙÙائÙاÙ', - qualityMedium : '٠تÙسطة', - qualityAutoLow : 'Ù ÙØ®Ùضة تÙÙائÙاÙ', - qualityLow : 'Ù ÙØ®Ùضة', - windowModeWindow: 'ÙاÙذة', - windowModeOpaque: 'غÙر Ø´ÙاÙ', - windowModeTransparent : 'Ø´ÙاÙ', - windowMode : 'Ùضع اÙÙاÙذة', - flashvars : '٠تغÙرات اÙÙÙاش', - bgcolor : 'ÙÙ٠اÙØ®ÙÙÙØ©', - hSpace : 'تباعد Ø£ÙÙÙ', - vSpace : 'تباعد ع٠ÙدÙ', - validateSrc : 'ÙضÙا٠أدخ٠عÙÙا٠اÙÙ ÙÙع اÙØ°Ù ÙØ´Ùر Ø¥ÙÙ٠اÙرابط', - validateHSpace : 'HSpace Ùجب Ø£Ù ÙÙÙ٠عدداÙ.', - validateVSpace : 'VSpace Ùجب Ø£Ù ÙÙÙ٠عدداÙ.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'تدÙÙ٠إ٠ÙائÙ', - title : 'اÙتدÙÙ٠اÙØ¥Ù ÙائÙ', - notAvailable : 'عÙÙاÙØ ÙÙÙÙ Ùذ٠اÙخد٠ة غÙر ٠تاØØ© اÙاÙ', - errorLoading : 'خطأ Ù٠تØÙ Ù٠تطبÙ٠خد٠ة اÙاستضاÙØ©: %s.', - notInDic : 'ÙÙست Ù٠اÙÙا٠Ùس', - changeTo : 'اÙتغÙÙر Ø¥ÙÙ', - btnIgnore : 'تجاÙÙ', - btnIgnoreAll : 'تجاÙ٠اÙÙÙ', - btnReplace : 'تغÙÙر', - btnReplaceAll : 'تغÙÙر اÙÙÙ', - btnUndo : 'تراجع', - noSuggestions : '- Ùا تÙجد Ø¥ÙتراØات -', - progress : 'جار٠اÙتدÙÙ٠اÙا٠ÙائÙ', - noMispell : 'ت٠اÙتدÙÙ٠اÙØ¥Ù ÙائÙ: ÙÙ Ùت٠اÙعثÙر عÙ٠أ٠أخطاء Ø¥Ù ÙائÙØ©', - noChanges : 'ت٠اÙتدÙÙ٠اÙØ¥Ù ÙائÙ: ÙÙ Ùت٠تغÙÙر Ø£Ù ÙÙÙ Ø©', - oneChange : 'ت٠اÙتدÙÙ٠اÙØ¥Ù ÙائÙ: ت٠تغÙÙر ÙÙÙ Ø© ÙاØدة ÙÙØ·', - manyChanges : 'ت٠إÙ٠ا٠اÙتدÙÙ٠اÙØ¥Ù ÙائÙ: ت٠تغÙÙر %1 Ù Ù ÙÙ٠ات', - ieSpellDownload : 'اÙ٠دÙ٠اÙØ¥Ù Ùائ٠(اÙØ¥ÙجÙÙزÙ) غÙر ٠ثبÙت. Ù٠تÙد تØÙ ÙÙ٠اÙØ¢ÙØ' - }, - - smiley : - { - toolbar : 'ابتسا٠ات', - title : 'إدراج ابتسا٠ات', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : 'عÙصر 1%' - }, - - numberedlist : 'ادخاÙ/Øذ٠تعداد رÙÙ Ù', - bulletedlist : 'ادخاÙ/Øذ٠تعداد ÙÙØ·Ù', - indent : 'زÙادة اÙ٠ساÙØ© اÙبادئة', - outdent : 'Ø¥ÙÙاص اÙ٠ساÙØ© اÙبادئة', - - justify : - { - left : 'Ù Øاذاة Ø¥Ù٠اÙÙسار', - center : 'تÙسÙØ·', - right : 'Ù Øاذاة Ø¥Ù٠اÙÙÙ ÙÙ', - block : 'ضبط' - }, - - blockquote : 'اÙتباس', - - clipboard : - { - title : 'ÙصÙ', - cutError : 'اÙإعدادات اÙØ£Ù ÙÙØ© ÙÙ٠تصÙØ Ø§Ùذ٠تستخد٠٠ت٠Ùع اÙÙص اÙتÙÙائÙ. ÙضÙا٠إستخد٠ÙÙØØ© اÙÙ ÙاتÙØ ÙÙع٠ذÙÙ (Ctrl/Cmd+X).', - copyError : 'اÙإعدادات اÙØ£Ù ÙÙØ© ÙÙ٠تصÙØ Ø§Ùذ٠تستخد٠٠ت٠Ùع اÙÙسخ اÙتÙÙائÙ. ÙضÙا٠إستخد٠ÙÙØØ© اÙÙ ÙاتÙØ ÙÙع٠ذÙÙ (Ctrl/Cmd+C).', - pasteMsg : 'اÙص٠داخ٠اÙصÙدÙ٠بإستخدا٠زرائر (<STRONG>Ctrl/Cmd+V</STRONG>) ÙÙ ÙÙØØ© اÙÙ ÙاتÙØØ Ø«Ù Ø§Ø¶ØºØ· زر <STRONG>Ù ÙاÙÙ</STRONG>.', - securityMsg : 'Ùظرا٠Ùإعدادات اÙأ٠ا٠اÙخاصة ب٠تصÙØÙØ ÙÙ Ùت٠ÙÙ Ùذا اÙÙ Øرر ٠٠اÙÙصÙÙ ÙÙ ØتÙÙ ØاÙظتÙØ ÙØ°ÙÙ Ùجب عÙÙÙ Ùص٠اÙÙ ØتÙ٠٠رة أخر٠ÙÙ Ùذ٠اÙÙاÙذة.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'Ùبد٠أ٠اÙÙص اÙ٠راد ÙصÙÙ Ù ÙسÙØ® ٠٠برÙا٠ج ÙÙرد. Ù٠تÙد تÙظÙÙÙ Ùب٠اÙشرÙع Ù٠ع٠ÙÙØ© اÙÙصÙØ', - toolbar : 'Ùص٠٠٠ÙÙرد', - title : 'Ùص٠٠٠ÙÙرد', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Ùص٠ÙÙص بسÙØ·', - title : 'Ùص٠ÙÙص بسÙØ·' - }, - - templates : - { - button : 'اÙÙÙاÙب', - title : 'ÙÙاÙب اÙÙ ØتÙÙ', - options : 'Template Options', // MISSING - insertOption : 'استبدا٠اÙÙ ØتÙÙ', - selectPromptMsg : 'اختر اÙÙاÙب اÙذ٠تÙد Ùضع٠Ù٠اÙÙ Øرر', - emptyListMsg : '(ÙÙ Ùت٠تعرÙ٠أ٠ÙاÙب)' - }, - - showBlocks : '٠خطط تÙصÙÙÙ', - - stylesCombo : - { - label : 'Ø£Ù٠اط', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Ø£Ù٠اط اÙÙÙرة', - panelTitle2 : 'Ø£Ù٠اط ٠ض٠ÙØ©', - panelTitle3 : 'Ø£Ù٠اط اÙÙائÙ' - }, - - format : - { - label : 'تÙسÙÙ', - panelTitle : 'تÙسÙ٠اÙÙÙرة', - - tag_p : 'عادÙ', - tag_pre : 'Ù ÙسÙÙ', - tag_address : 'عÙÙاÙ', - tag_h1 : 'اÙعÙÙا٠1', - tag_h2 : 'اÙعÙÙا٠2', - tag_h3 : 'اÙعÙÙا٠3', - tag_h4 : 'اÙعÙÙا٠4', - tag_h5 : 'اÙعÙÙا٠5', - tag_h6 : 'اÙعÙÙا٠6', - tag_div : 'عاد٠(DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'خط', - voiceLabel : 'Øج٠اÙخط', - panelTitle : 'Øج٠اÙخط' - }, - - fontSize : - { - label : 'Øج٠اÙخط', - voiceLabel : 'Øج٠اÙخط', - panelTitle : 'Øج٠اÙخط' - }, - - colorButton : - { - textColorTitle : 'ÙÙ٠اÙÙص', - bgColorTitle : 'ÙÙ٠اÙØ®ÙÙÙØ©', - panelTitle : 'Colors', // MISSING - auto : 'تÙÙائÙ', - more : 'Ø£ÙÙا٠إضاÙÙØ©...' - }, - - 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' : 'أبÙض' - }, - - scayt : - { - title : 'تدÙÙ٠إ٠Ùائ٠أثÙاء اÙÙتابة', - opera_title : 'Not supported by Opera', // MISSING - enable : 'تÙعÙÙ SCAYT', - disable : 'تعطÙÙ SCAYT', - about : 'ع٠SCAYT', - toggle : 'تثبÙت SCAYT', - options : 'Ø®Ùارات', - langs : 'Ùغات', - moreSuggestions : 'اÙ٠زÙد ٠٠اÙÙ ÙترØات', - ignore : 'تجاÙÙ', - ignoreAll : 'تجاÙ٠اÙÙÙ', - addWord : 'إضاÙØ© ÙÙÙ Ø©', - emptyDic : 'اس٠اÙÙا٠Ùس Ùجب Ø£Ùا ÙÙÙÙ ÙارغاÙ.', - - optionsTab : 'Ø®Ùارات', - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Ùغات', - - dictionariesTab : 'ÙÙا٠Ùس', - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'عÙ' - }, - - about : - { - title : 'ع٠CKEditor', - dlgTitle : 'ع٠CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'ÙÙØصÙ٠عÙ٠٠عÙÙ٠ات اÙترخÙص Ø Ùرج٠زÙارة Ù ÙÙعÙا عÙ٠شبÙØ© اÙاÙترÙت:', - copy : 'ØÙÙ٠اÙÙشر © $1. ج٠Ùع اÙØÙÙÙ Ù ØÙÙظة.' - }, - - maximize : 'تÙبÙر', - minimize : 'تصغÙر', - - fakeobjects : - { - anchor : 'إرساء', - flash : 'رس٠٠تØر٠باÙÙÙاش', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Ùائ٠غÙر ٠عرÙÙ' - }, - - resize : 'اسØب ÙتغÙÙر اÙØج٠', - - colordialog : - { - title : 'اختر ÙÙÙ', - options : 'Color Options', // MISSING - highlight : 'Ø¥ÙÙاء اÙضÙØ¡', - selected : 'Ù Ùختار', - clear : '٠سØ' - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'خصائص اÙصÙØØ©', - title : 'خصائص اÙصÙØØ©', - design : 'Design', // MISSING - meta : 'اÙ٠عرÙÙات اÙرأسÙØ©', - chooseColor : 'اختر', - other : '<أخرÙ>', - docTitle : 'عÙÙا٠اÙصÙØØ©', - charset : 'تر٠Ùز اÙØرÙÙ', - charsetOther : 'تر٠Ùز آخر', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Ø£ÙرÙبا اÙÙسطÙ', - charsetCT : 'اÙصÙÙÙØ© اÙتÙÙÙدÙØ© (Big5)', - charsetCR : 'اÙسÙرÙÙÙØ©', - charsetGR : 'اÙÙÙÙاÙÙØ©', - charsetJP : 'اÙÙاباÙÙØ©', - charsetKR : 'اÙÙÙرÙØ©', - charsetTR : 'اÙترÙÙØ©', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Ø£ÙرÙبا اÙغربÙØ©', - docType : 'ترÙÙسة ÙÙع اÙصÙØØ©', - docTypeOther : 'ترÙÙسة ÙÙع صÙØØ© أخرÙ', - xhtmlDec : 'تض٠Ù٠إعÙاÙات Ùغة XHTMLÙ', - bgColor : 'ÙÙ٠اÙØ®ÙÙÙØ©', - bgImage : 'رابط اÙصÙرة اÙØ®ÙÙÙØ©', - bgFixed : 'جعÙÙا عÙا٠ة ٠ائÙØ©', - txtColor : 'ÙÙ٠اÙÙص', - margin : 'ÙÙا٠ش اÙصÙØØ©', - marginTop : 'عÙÙÙ', - marginLeft : 'Ø£Ùسر', - marginRight : 'Ø£ÙÙ Ù', - marginBottom : 'سÙÙÙ', - metaKeywords : 'اÙÙÙ٠ات اÙأساسÙØ© (Ù ÙصÙÙØ© بÙÙاصÙ)Ù', - metaDescription : 'Ùص٠اÙصÙØØ©', - metaAuthor : 'اÙÙاتب', - metaCopyright : 'اÙ٠اÙÙ', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/bg.js b/skins/ckeditor/_source/lang/bg.js deleted file mode 100644 index 3f8c821..0000000 --- a/skins/ckeditor/_source/lang/bg.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Bulgarian language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['bg'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Ðод', - newPage : 'Ðова ÑÑÑаниÑа', - save : 'Ðапази', - preview : 'ÐÑедваÑиÑелен изглед', - cut : 'ÐзÑежи', - copy : 'ÐапамеÑи', - paste : 'ÐмÑкни', - print : 'ÐеÑаÑ', - underline : 'ÐодÑеÑÑан', - bold : 'Удебелен', - italic : 'ÐÑÑÑив', - selectAll : 'СелекÑиÑай вÑиÑко', - removeFormat : 'ÐзÑÑий ÑоÑмаÑиÑанеÑо', - strike : 'ÐаÑеÑÑан', - subscript : 'ÐÐ½Ð´ÐµÐºÑ Ð·Ð° база', - superscript : 'ÐÐ½Ð´ÐµÐºÑ Ð·Ð° ÑÑепен', - horizontalrule : 'ÐмÑкни Ñ Ð¾ÑизонÑална линиÑ', - pagebreak : 'ÐмÑкни нов Ñед', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'ÐзÑÑий вÑÑзка', - undo : 'ÐÑмени', - redo : 'ÐовÑоÑи', - - // Common messages and labels. - common : - { - browseServer : 'Разгледай ÑÑÑвÑÑа', - url : 'ÐÑлен пÑÑ (URL)', - protocol : 'ÐÑоÑокол', - upload : 'ÐаÑи', - uploadSubmit : 'ÐÑаÑи кÑм ÑÑÑвÑÑа', - image : 'ÐзобÑажение', - flash : 'Flash', - form : 'ФоÑмÑлÑÑ', - checkbox : 'Ðоле за оÑмеÑка', - radio : 'Ðоле за опÑиÑ', - textField : 'ТекÑÑово поле', - textarea : 'ТекÑÑова облаÑÑ', - hiddenField : 'СкÑиÑо поле', - button : 'ÐÑÑон', - select : 'ÐадаÑо Ð¼ÐµÐ½Ñ Ñ Ð¾Ð¿Ñии', - imageButton : 'ÐÑÑон-изобÑажение', - notSet : '<не е наÑÑÑоен>', - id : 'ÐденÑиÑикаÑоÑ', - name : 'Ðме', - langDir : 'поÑока на ÑеÑÑа', - langDirLtr : 'ÐÑ Ð»Ñво на дÑÑно', - langDirRtl : 'ÐÑ Ð´ÑÑно на лÑво', - langCode : 'Ðод на езика', - longDescr : 'ÐпиÑание на вÑÑзкаÑа', - cssClass : 'ÐÐ»Ð°Ñ Ð¾Ñ ÑÑиловиÑе ÑаблиÑи', - advisoryTitle : 'ÐÑепоÑÑÑиÑелно заглавие', - cssStyle : 'СÑил', - ok : 'ÐÐ', - cancel : 'ÐÑказ', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'ÐодÑобноÑÑи...', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'ШиÑина', - height : 'ÐиÑоÑина', - align : 'ÐодÑавнÑване', - alignLeft : 'ÐÑво', - alignRight : 'ÐÑÑно', - alignCenter : 'ЦенÑÑÑ', - alignTop : 'ÐÑгоÑе', - alignMiddle : 'Ðо ÑÑедаÑа', - alignBottom : 'ÐолÑ', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'ÐмÑкни ÑпеÑиален Ñимвол', - title : 'ÐзбеÑеÑе ÑпеÑиален Ñимвол', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Ðобави/РедакÑиÑай вÑÑзка', - other : '<дÑÑг>', - menu : 'РедакÑиÑай вÑÑзка', - title : 'ÐÑÑзка', - info : 'ÐнÑоÑмаÑÐ¸Ñ Ð·Ð° вÑÑзкаÑа', - target : 'Цел', - upload : 'ÐаÑи', - advanced : 'ÐодÑобноÑÑи...', - type : 'Ðид на вÑÑзкаÑа', - toUrl : 'URL', // MISSING - toAnchor : 'ÐоÑва в ÑекÑÑаÑа ÑÑÑаниÑа', - toEmail : 'Ð-поÑа', - targetFrame : '<Ñамка>', - targetPopup : '<дÑÑеÑен пÑозоÑеÑ>', - targetFrameName : 'Ðме на ÑÐµÐ»ÐµÐ²Ð¸Ñ Ð¿ÑозоÑеÑ', - targetPopupName : 'Ðме на дÑÑеÑÐ½Ð¸Ñ Ð¿ÑозоÑеÑ', - popupFeatures : 'ÐаÑамеÑÑи на дÑÑеÑÐ½Ð¸Ñ Ð¿ÑозоÑеÑ', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'Ðоле за ÑÑаÑÑÑ', - popupLocationBar: 'Ðоле за адÑеÑ', - popupToolbar : 'Ðанел Ñ Ð±ÑÑони', - popupMenuBar : 'ÐенÑ', - popupFullScreen : 'ÐолÑм екÑан (MS IE)', - popupScrollBars : 'ÐлÑзгаÑ', - popupDependent : 'ÐавиÑим (Netscape)', - popupLeft : 'ÐооÑдинаÑи - X', - popupTop : 'ÐооÑдинаÑи - Y', - id : 'Id', // MISSING - langDir : 'поÑока на ÑеÑÑа', - langDirLTR : 'ÐÑ Ð»Ñво на дÑÑно', - langDirRTL : 'ÐÑ Ð´ÑÑно на лÑво', - acccessKey : 'ÐÑÑз клавиÑ', - name : 'Ðме', - langCode : 'поÑока на ÑеÑÑа', - tabIndex : 'Ред на доÑÑÑп', - advisoryTitle : 'ÐÑепоÑÑÑиÑелно заглавие', - advisoryContentType : 'ÐÑепоÑÑÑиÑелен Ñип на ÑÑдÑÑжаниеÑо', - cssClasses : 'ÐÐ»Ð°Ñ Ð¾Ñ ÑÑиловиÑе ÑаблиÑи', - charset : 'Тип на ÑвÑÑÐ·Ð°Ð½Ð¸Ñ ÑеÑÑÑÑ', - styles : 'СÑил', - rel : 'Relationship', // MISSING - selectAnchor : 'ÐзбеÑеÑе коÑва', - anchorName : 'Ðо име на коÑваÑа', - anchorId : 'Ðо иденÑиÑикаÑÐ¾Ñ Ð½Ð° елеменÑ', - emailAddress : 'ÐдÑÐµÑ Ð·Ð° е-поÑа', - emailSubject : 'Тема на пиÑмоÑо', - emailBody : 'ТекÑÑ Ð½Ð° пиÑмоÑо', - noAnchors : '(ÐÑма коÑви в ÑекÑÑÐ¸Ñ Ð´Ð¾ÐºÑменÑ)', - noUrl : 'ÐолÑ, напиÑеÑе пÑÐ»Ð½Ð¸Ñ Ð¿ÑÑ (URL)', - noEmail : 'ÐолÑ, напиÑеÑе адÑеÑа за е-поÑа' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Ðобави/РедакÑиÑай коÑва', - menu : 'ÐаÑамеÑÑи на коÑваÑа', - title : 'ÐаÑамеÑÑи на коÑваÑа', - name : 'Ðме на коÑваÑа', - errorName : 'ÐолÑ, вÑведеÑе име на коÑваÑа', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', // MISSING - find : 'ТÑÑÑи', - replace : 'ÐамеÑÑи', - findWhat : 'ТÑÑÑи:', - replaceWith : 'ÐамеÑÑи Ñ:', - notFoundMsg : 'Ð£ÐºÐ°Ð·Ð°Ð½Ð¸Ñ ÑекÑÑ Ð½Ðµ беÑе намеÑен.', - matchCase : 'СÑÑ ÑÑÑÐ¸Ñ ÑегиÑÑÑÑ', - matchWord : 'ТÑÑÑи ÑÑÑаÑа дÑма', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'ÐамеÑÑи вÑиÑки', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'ТаблиÑа', - title : 'ÐаÑамеÑÑи на ÑаблиÑаÑа', - menu : 'ÐаÑамеÑÑи на ÑаблиÑаÑа', - deleteTable : 'ÐзÑÑий ÑаблиÑаÑа', - rows : 'Редове', - columns : 'Ðолони', - border : 'Ð Ð°Ð·Ð¼ÐµÑ Ð½Ð° ÑамкаÑа', - widthPx : 'пикÑели', - widthPc : 'пÑоÑенÑи', - widthUnit : 'width unit', // MISSING - cellSpace : 'РазÑÑоÑние Ð¼ÐµÐ¶Ð´Ñ ÐºÐ»ÐµÑкиÑе', - cellPad : 'ÐÑÑÑÑп на ÑÑдÑÑжаниеÑо в клеÑкиÑе', - caption : 'Ðаглавие', - summary : 'РезÑме', - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'Cell', // MISSING - insertBefore : 'Insert Cell Before', // MISSING - insertAfter : 'Insert Cell After', // MISSING - deleteCell : 'ÐзÑÑий клеÑкиÑе', - merge : 'Ðбедини клеÑкиÑе', - mergeRight : 'Merge Right', // MISSING - mergeDown : 'Merge Down', // MISSING - splitHorizontal : 'Split Cell Horizontally', // MISSING - splitVertical : 'Split Cell Vertically', // MISSING - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Row', // MISSING - insertBefore : 'Insert Row Before', // MISSING - insertAfter : 'Insert Row After', // MISSING - deleteRow : 'ÐзÑÑий ÑедовеÑе' - }, - - column : - { - menu : 'Column', // MISSING - insertBefore : 'Insert Column Before', // MISSING - insertAfter : 'Insert Column After', // MISSING - deleteColumn : 'ÐзÑÑий колониÑе' - } - }, - - // Button Dialog. - button : - { - title : 'ÐаÑамеÑÑи на бÑÑона', - text : 'ТекÑÑ (СÑойноÑÑ)', - type : 'Тип', - typeBtn : 'Button', // MISSING - typeSbm : 'Submit', // MISSING - typeRst : 'Reset' // MISSING - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'ÐаÑамеÑÑи на полеÑо за оÑмеÑка', - radioTitle : 'ÐаÑамеÑÑи на полеÑо за опÑиÑ', - value : 'СÑойноÑÑ', - selected : 'ÐÑмеÑнаÑо' - }, - - // Form Dialog. - form : - { - title : 'ÐаÑамеÑÑи на ÑоÑмÑлÑÑа', - menu : 'ÐаÑамеÑÑи на ÑоÑмÑлÑÑа', - action : 'ÐейÑÑвие', - method : 'ÐеÑод', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'ÐаÑамеÑÑи на падаÑоÑо Ð¼ÐµÐ½Ñ Ñ Ð¾Ð¿Ñии', - selectInfo : 'ÐнÑоÑмаÑиÑ', - opAvail : 'ÐÑзможни опÑии', - value : 'СÑойноÑÑ', - size : 'РазмеÑ', - lines : 'линии', - chkMulti : 'РазÑеÑено множеÑÑвено ÑелекÑиÑане', - opText : 'ТекÑÑ', - opValue : 'СÑойноÑÑ', - btnAdd : 'Ðобави', - btnModify : 'ÐÑомени', - btnUp : 'ÐагоÑе', - btnDown : 'ÐадолÑ', - btnSetValue : 'ÐаÑÑÑой каÑо избÑана ÑÑойноÑÑ', - btnDelete : 'ÐзÑÑий' - }, - - // Textarea Dialog. - textarea : - { - title : 'ÐаÑамеÑÑи на ÑекÑÑоваÑа облаÑÑ', - cols : 'Ðолони', - rows : 'Редове' - }, - - // Text Field Dialog. - textfield : - { - title : 'ÐаÑамеÑÑи на ÑекÑÑовоÑо-поле', - name : 'Ðме', - value : 'СÑойноÑÑ', - charWidth : 'ШиÑина на ÑимволиÑе', - maxChars : 'ÐакÑимÑм Ñимволи', - type : 'Тип', - typeText : 'ТекÑÑ', - typePass : 'ÐаÑола' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'ÐаÑамеÑÑи на ÑкÑиÑоÑо поле', - name : 'Ðме', - value : 'СÑойноÑÑ' - }, - - // Image Dialog. - image : - { - title : 'ÐаÑамеÑÑи на изобÑажениеÑо', - titleButton : 'ÐаÑамеÑÑи на бÑÑона-изобÑажение', - menu : 'ÐаÑамеÑÑи на изобÑажениеÑо', - infoTab : 'ÐнÑоÑмаÑÐ¸Ñ Ð·Ð° изобÑажениеÑо', - btnUpload : 'ÐÑаÑи кÑм ÑÑÑвÑÑа', - upload : 'ÐаÑи', - alt : 'ÐлÑеÑнаÑивен ÑекÑÑ', - lockRatio : 'Ðапази пÑопоÑÑиÑÑа', - resetSize : 'ÐÑзÑÑанови ÑазмеÑа', - border : 'Рамка', - hSpace : 'ХоÑизонÑален оÑÑÑÑп', - vSpace : 'ÐеÑÑикален оÑÑÑÑп', - alertUrl : 'ÐолÑ, вÑведеÑе пÑÐ»Ð½Ð¸Ñ Ð¿ÑÑ Ð´Ð¾ изобÑажениеÑо', - linkTab : 'ÐÑÑзка', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'ÐаÑамеÑÑи на Flash обекÑа', - propertiesTab : 'Properties', // MISSING - title : 'ÐаÑамеÑÑи на Flash обекÑа', - chkPlay : 'ÐвÑомаÑиÑно ÑÑаÑÑиÑане', - chkLoop : 'Ðово ÑÑаÑÑиÑане Ñлед завÑÑÑванеÑо', - chkMenu : 'РазÑеÑено Flash менÑ', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'ÐÑазмеÑÑване', - scaleAll : 'Ðокажи ÑÐµÐ»Ð¸Ñ Ð¾Ð±ÐµÐºÑ', - scaleNoBorder : 'Ðез Ñамка', - scaleFit : 'СпоÑед мÑÑÑоÑо', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Ðай-долÑ', - alignAbsMiddle : 'ТоÑно по ÑÑедаÑа', - alignBaseline : 'Ðо базоваÑа линиÑ', - alignTextTop : 'ÐÑÑÑ Ñ ÑекÑÑа', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'ЦвÑÑ Ð½Ð° Ñона', - hSpace : 'ХоÑизонÑален оÑÑÑÑп', - vSpace : 'ÐеÑÑикален оÑÑÑÑп', - validateSrc : 'ÐолÑ, напиÑеÑе пÑÐ»Ð½Ð¸Ñ Ð¿ÑÑ (URL)', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'ÐÑовеÑи пÑавопиÑа', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'ÐипÑва в ÑеÑника', - changeTo : 'ÐÑомени на', - btnIgnore : 'ÐгноÑиÑай', - btnIgnoreAll : 'ÐгноÑиÑай вÑиÑки', - btnReplace : 'ÐамеÑÑи', - btnReplaceAll : 'ÐамеÑÑи вÑиÑки', - btnUndo : 'ÐÑмени', - noSuggestions : '- ÐÑма пÑÐµÐ´Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ -', - progress : 'ÐзвÑÑÑване на пÑовеÑкаÑа за пÑавопиÑ...', - noMispell : 'ÐÑовеÑкаÑа за пÑÐ°Ð²Ð¾Ð¿Ð¸Ñ Ð·Ð°Ð²ÑÑÑена: не Ñа оÑкÑиÑи пÑавопиÑни гÑеÑки', - noChanges : 'ÐÑовеÑкаÑа за пÑÐ°Ð²Ð¾Ð¿Ð¸Ñ Ð·Ð°Ð²ÑÑÑена: нÑма пÑоменени дÑми', - oneChange : 'ÐÑовеÑкаÑа за пÑÐ°Ð²Ð¾Ð¿Ð¸Ñ Ð·Ð°Ð²ÑÑÑена: една дÑма е пÑоменена', - manyChanges : 'ÐÑовеÑкаÑа за пÑÐ°Ð²Ð¾Ð¿Ð¸Ñ Ð·Ð°Ð²ÑÑÑена: %1 дÑми Ñа пÑоменени', - ieSpellDownload : 'ÐнÑÑÑÑменÑÑÑ Ð·Ð° пÑовеÑка на пÑÐ°Ð²Ð¾Ð¿Ð¸Ñ Ð½Ðµ е инÑÑалиÑан. ÐелаеÑе ли да го инÑÑалиÑаÑе ?' - }, - - smiley : - { - toolbar : 'УÑмивка', - title : 'Ðобави ÑÑмивка', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'ÐÑмеÑиÑан ÑпиÑÑк', - bulletedlist : 'ÐенÑмеÑиÑан ÑпиÑÑк', - indent : 'УвелиÑи оÑÑÑÑпа', - outdent : 'Ðамали оÑÑÑÑпа', - - justify : - { - left : 'ÐодÑавнÑване в лÑво', - center : 'ÐодÑавнÑвне в ÑÑедаÑа', - right : 'ÐодÑавнÑване в дÑÑно', - block : 'ÐвÑÑÑÑанно подÑавнÑване' - }, - - blockquote : 'Block Quote', // MISSING - - clipboard : - { - title : 'ÐмÑкни', - cutError : 'ÐаÑÑÑойкиÑе за ÑигÑÑноÑÑ Ð½Ð° ваÑÐ¸Ñ Ð±ÑазÑÑÑ Ð½Ðµ ÑазÑеÑÐ°Ð²Ð°Ñ Ð½Ð° ÑедакÑоÑа да изпÑлни изÑÑзванеÑо. Ðа ÑелÑа използвайÑе клавиаÑÑÑаÑа (Ctrl/Cmd+X).', - copyError : 'ÐаÑÑÑойкиÑе за ÑигÑÑноÑÑ Ð½Ð° ваÑÐ¸Ñ Ð±ÑазÑÑÑ Ð½Ðµ ÑазÑеÑÐ°Ð²Ð°Ñ Ð½Ð° ÑедакÑоÑа да изпÑлни запамеÑÑванеÑо. Ðа ÑелÑа използвайÑе клавиаÑÑÑаÑа (Ctrl/Cmd+C).', - pasteMsg : 'ÐмÑкнеÑе ÑÑк ÑÑдÑжаниеÑо Ñ ÐºÐ»Ð°Ð²Ð¸Ð°ÑÑаÑаÑа (<STRONG>Ctrl/Cmd+V</STRONG>) и наÑиÑнеÑе <STRONG>OK</STRONG>.', - 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 - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'ÐмÑкни Ð¾Ñ MS Word', - title : 'ÐмÑкни Ð¾Ñ MS Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'ÐмÑкни каÑо ÑиÑÑ ÑекÑÑ', - title : 'ÐмÑкни каÑо ÑиÑÑ ÑекÑÑ' - }, - - templates : - { - button : 'Шаблони', - title : 'Шаблони', - options : 'Template Options', // MISSING - insertOption : 'Replace actual contents', // MISSING - selectPromptMsg : 'ÐзбеÑеÑе Ñаблон <br>(ÑекÑÑоÑо ÑÑдÑÑжание на ÑедакÑоÑа Ñе бÑде загÑбено):', - emptyListMsg : '(ÐÑма деÑиниÑани Ñаблони)' - }, - - showBlocks : 'Show Blocks', // MISSING - - stylesCombo : - { - label : 'СÑил', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'ФоÑмаÑ', - panelTitle : 'ФоÑмаÑ', - - tag_p : 'ÐоÑмален', - tag_pre : 'ФоÑмаÑиÑан', - tag_address : 'ÐдÑеÑ', - tag_h1 : 'Ðаглавие 1', - tag_h2 : 'Ðаглавие 2', - tag_h3 : 'Ðаглавие 3', - tag_h4 : 'Ðаглавие 4', - tag_h5 : 'Ðаглавие 5', - tag_h6 : 'Ðаглавие 6', - tag_div : 'ÐаÑагÑÐ°Ñ (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'ШÑиÑÑ', - voiceLabel : 'Font', // MISSING - panelTitle : 'ШÑиÑÑ' - }, - - fontSize : - { - label : 'РазмеÑ', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'РазмеÑ' - }, - - colorButton : - { - textColorTitle : 'ЦвÑÑ Ð½Ð° ÑекÑÑа', - bgColorTitle : 'ЦвÑÑ Ð½Ð° Ñона', - panelTitle : 'Colors', // MISSING - auto : 'Ðо подÑазбиÑане', - more : 'ÐÑÑги ÑвеÑове...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'ÐаÑамеÑÑи на докÑменÑа', - title : 'ÐаÑамеÑÑи на докÑменÑа', - design : 'Design', // MISSING - meta : 'ÐеÑа данни', - chooseColor : 'Choose', // MISSING - other : '<дÑÑг>', - docTitle : 'Ðаглавие на ÑÑÑаниÑаÑа', - charset : 'ÐодиÑане на ÑимволиÑе', - charsetOther : 'ÐÑÑго кодиÑане на ÑимволиÑе', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Тип на докÑменÑа', - docTypeOther : 'ÐÑÑг Ñип на докÑменÑа', - xhtmlDec : 'ÐклÑÑи XHTML деклаÑаÑиÑ', - bgColor : 'ЦвÑÑ Ð½Ð° Ñона', - bgImage : 'ÐÑлен пÑÑ Ð´Ð¾ ÑоновоÑо изобÑажение', - bgFixed : 'Ðе-повÑаÑÑÑо Ñе Ñоново изобÑажение', - txtColor : 'ЦвÑÑ Ð½Ð° ÑекÑÑа', - margin : 'ÐÑÑÑÑпи на ÑÑÑаниÑаÑа', - marginTop : 'ÐоÑе', - marginLeft : 'ÐÑво', - marginRight : 'ÐÑÑно', - marginBottom : 'ÐолÑ', - metaKeywords : 'ÐлÑÑови дÑми за докÑменÑа (Ñазделени ÑÑÑ Ð·Ð°Ð¿ÐµÑаи)', - metaDescription : 'ÐпиÑание на докÑменÑа', - metaAuthor : 'ÐвÑоÑ', - metaCopyright : 'ÐвÑоÑÑки пÑава', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/bn.js b/skins/ckeditor/_source/lang/bn.js deleted file mode 100644 index a3454b5..0000000 --- a/skins/ckeditor/_source/lang/bn.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Bengali/Bangla language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['bn'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'সà§à¦°à§à¦¸', - newPage : 'নতà§à¦¨ পà§à¦', - save : 'সà¦à¦°à¦à§à¦·à¦¨ à¦à¦°', - preview : 'পà§à¦°à¦¿à¦à¦¿à¦', - cut : 'à¦à¦¾à¦', - copy : 'à¦à¦ªà¦¿', - paste : 'পà§à¦¸à§à¦', - print : 'পà§à¦°à¦¿à¦¨à§à¦', - underline : 'à¦à¦¨à§à¦¡à¦¾à¦°à¦²à¦¾à¦à¦¨', - bold : 'বà§à¦²à§à¦¡', - italic : 'à¦à¦à¦¾à¦²à¦¿à¦', - selectAll : 'সব সিলà§à¦à§à¦ à¦à¦°', - removeFormat : 'ফরমà§à¦ সরাà¦', - strike : 'সà§à¦à§à¦°à¦¾à¦à¦ থà§à¦°à§', - subscript : 'ঠধà§à¦²à§à¦', - superscript : 'ঠà¦à¦¿à¦²à§à¦', - horizontalrule : 'রà§à¦à¦¾ যà§à¦à§à¦¤ à¦à¦°', - pagebreak : 'পà§à¦ বà§à¦°à§à¦', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'লিà¦à¦ সরাà¦', - undo : 'à¦à¦¨à¦¡à§', - redo : 'রি-ডà§', - - // Common messages and labels. - common : - { - browseServer : 'বà§à¦°à¦¾à¦à¦ সারà§à¦à¦¾à¦°', - url : '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 : 'URL à¦à¦° লমà§à¦¬à¦¾ বরà§à¦£à¦¨à¦¾', - cssClass : 'সà§à¦à¦¾à¦à¦²-শà§à¦ à¦à§à¦²à¦¾à¦¸', - advisoryTitle : 'পরামরà§à¦¶ শà§à¦°à§à¦·à¦', - cssStyle : 'সà§à¦à¦¾à¦à¦²', - ok : 'à¦à¦à§', - cancel : 'বাতিল', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'à¦à¦¡à¦à¦¾à¦¨à§à¦¸à¦¡', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'পà§à¦°à¦¸à§à¦¥', - height : 'দà§à¦°à§à¦à§à¦¯', - align : 'à¦à¦²à¦¾à¦à¦¨', - alignLeft : 'বামà§', - alignRight : 'ডানà§', - alignCenter : 'মাà¦à¦à¦¾à¦¨à§', - alignTop : 'à¦à¦ªà¦°', - alignMiddle : 'মধà§à¦¯', - alignBottom : 'নà§à¦à§', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'বিশà§à¦· ঠà¦à§à¦·à¦° যà§à¦à§à¦¤ à¦à¦°', - title : 'বিশà§à¦· à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° বাà¦à¦¾à¦ à¦à¦°', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'লিà¦à¦ যà§à¦à§à¦¤ à¦à¦°', - other : '<other>', // MISSING - menu : 'লিà¦à¦ সমà§à¦ªà¦¾à¦¦à¦¨', - title : 'লিà¦à¦', - info : 'লিà¦à¦ তথà§à¦¯', - target : 'à¦à¦¾à¦°à§à¦à§à¦', - upload : 'à¦à¦ªà¦²à§à¦¡', - advanced : 'à¦à¦¡à¦à¦¾à¦¨à§à¦¸à¦¡', - type : 'লিà¦à¦ পà§à¦°à¦à¦¾à¦°', - toUrl : 'URL', // MISSING - toAnchor : 'à¦à¦ পà§à¦à§ নà§à¦à¦° à¦à¦°', - toEmail : 'à¦à¦®à§à¦à¦²', - targetFrame : '<ফà§à¦°à§à¦®>', - targetPopup : '<পপà¦à¦ª à¦à¦à¦¨à§à¦¡à§>', - targetFrameName : 'à¦à¦¾à¦°à§à¦à§à¦ ফà§à¦°à§à¦®à§à¦° নাম', - targetPopupName : 'পপà¦à¦ª à¦à¦à¦¨à§à¦¡à§à¦° নাম', - popupFeatures : 'পপà¦à¦ª à¦à¦à¦¨à§à¦¡à§ ফà§à¦à¦¾à¦° সমà§à¦¹', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'সà§à¦à§à¦¯à¦¾à¦à¦¾à¦¸ বার', - popupLocationBar: 'লà§à¦à§à¦¶à¦¨ বার', - popupToolbar : 'à¦à§à¦² বার', - popupMenuBar : 'মà§à¦¨à§à¦¯à§ বার', - popupFullScreen : 'পà§à¦°à§à¦£ পরà§à¦¦à¦¾ à¦à§à§à§ (IE)', - popupScrollBars : 'সà§à¦à§à¦°à¦² বার', - popupDependent : 'ডিপà§à¦¨à§à¦¡à§à¦¨à§à¦ (Netscape)', - popupLeft : 'বামà§à¦° পà¦à¦¿à¦¶à¦¨', - popupTop : 'ডানà§à¦° পà¦à¦¿à¦¶à¦¨', - id : 'Id', // MISSING - langDir : 'à¦à¦¾à¦·à¦¾ লà§à¦à¦¾à¦° দিà¦', - langDirLTR : 'বাম থà§à¦à§ ডান (LTR)', - langDirRTL : 'ডান থà§à¦à§ বাম (RTL)', - acccessKey : 'à¦à¦à§à¦¸à§à¦¸ à¦à§', - name : 'নাম', - langCode : 'à¦à¦¾à¦·à¦¾ লà§à¦à¦¾à¦° দিà¦', - tabIndex : 'à¦à§à¦¯à¦¾à¦¬ à¦à¦¨à§à¦¡à§à¦à§à¦¸', - advisoryTitle : 'পরামরà§à¦¶ শà§à¦°à§à¦·à¦', - advisoryContentType : 'পরামরà§à¦¶ à¦à¦¨à§à¦à§à¦¨à§à¦à§à¦° পà§à¦°à¦à¦¾à¦°', - cssClasses : 'সà§à¦à¦¾à¦à¦²-শà§à¦ à¦à§à¦²à¦¾à¦¸', - charset : 'লিà¦à¦ রিসà§à¦°à§à¦¸ à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦° সà§à¦', - styles : 'সà§à¦à¦¾à¦à¦²', - rel : 'Relationship', // MISSING - selectAnchor : 'নà§à¦à¦° বাà¦à¦¾à¦', - anchorName : 'নà§à¦à¦°à§à¦° নাম দিà§à§', - anchorId : 'নà§à¦à¦°à§à¦° à¦à¦à¦¡à¦¿ দিà§à§', - emailAddress : 'à¦à¦®à§à¦à¦² ঠিà¦à¦¾à¦¨à¦¾', - emailSubject : 'মà§à¦¸à§à¦à§à¦° বিষà§', - emailBody : 'মà§à¦¸à§à¦à§à¦° দà§à¦¹', - noAnchors : '(No anchors available in the document)', // MISSING - noUrl : 'ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ URL লিà¦à¦ à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨', - noEmail : 'ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ à¦à¦®à§à¦à¦² à¦à¦¡à§à¦°à§à¦¸ à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨' - }, - - // Anchor dialog - anchor : - { - toolbar : 'নà§à¦à§à¦à¦°', - menu : 'নà§à¦à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - title : 'নà§à¦à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - name : 'নà§à¦à¦°à§à¦° নাম', - errorName : 'নà§à¦à¦°à§à¦° নাম à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', // MISSING - find : 'à¦à§à¦à§', - replace : 'রিপà§à¦²à§à¦¸', - findWhat : 'যা à¦à§à¦à¦à¦¤à§ হবà§:', - replaceWith : 'যার সাথৠবদলাতৠহবà§:', - notFoundMsg : 'à¦à¦ªà¦¨à¦¾à¦° à¦à¦²à§à¦²à§à¦à¦¿à¦¤ à¦à§à¦à¦¸à§à¦ পাà¦à§à¦¾ যাà§à¦¨à¦¿', - matchCase : 'à¦à§à¦¸ মিলাà¦', - matchWord : 'পà§à¦°à¦¾ শবà§à¦¦ মà§à¦²à¦¾à¦', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'সব বদলৠদাà¦', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'à¦à§à¦¬à¦¿à¦²à§à¦° লà§à¦¬à§à¦² যà§à¦à§à¦¤ à¦à¦°', - title : 'à¦à§à¦¬à¦¿à¦² পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - menu : 'à¦à§à¦¬à¦¿à¦² পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - deleteTable : 'à¦à§à¦¬à¦¿à¦² ডিলà§à¦ à¦à¦°', - rows : 'রà§', - columns : 'à¦à¦²à¦¾à¦®', - border : 'বরà§à¦¡à¦¾à¦° সাà¦à¦', - widthPx : 'পিà¦à§à¦¸à§à¦²', - widthPc : 'শতà¦à¦°à¦¾', - widthUnit : 'width unit', // MISSING - cellSpace : 'সà§à¦² সà§à¦ªà§à¦¸', - cellPad : 'সà§à¦² পà§à¦¯à¦¾à¦¡à¦¿à¦', - caption : 'শà§à¦°à§à¦·à¦', - summary : 'সারাà¦à¦¶', - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'সà§à¦²', - insertBefore : 'Insert Cell Before', // MISSING - insertAfter : 'Insert Cell After', // MISSING - deleteCell : 'সà§à¦² মà§à¦à§ দাà¦', - merge : 'সà§à¦² à¦à§à§à¦¾ দাà¦', - mergeRight : 'Merge Right', // MISSING - mergeDown : 'Merge Down', // MISSING - splitHorizontal : 'Split Cell Horizontally', // MISSING - splitVertical : 'Split Cell Vertically', // MISSING - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'রà§', - insertBefore : 'Insert Row Before', // MISSING - insertAfter : 'Insert Row After', // MISSING - deleteRow : 'রৠমà§à¦à§ দাà¦' - }, - - column : - { - menu : 'à¦à¦²à¦¾à¦®', - insertBefore : 'Insert Column Before', // MISSING - insertAfter : 'Insert Column After', // MISSING - deleteColumn : 'à¦à¦²à¦¾à¦® মà§à¦à§ দাà¦' - } - }, - - // Button Dialog. - button : - { - title : 'বাà¦à¦¨ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - text : 'à¦à§à¦à§à¦¸à¦ (à¦à§à¦¯à¦¾à¦²à§)', - type : 'পà§à¦°à¦à¦¾à¦°', - typeBtn : 'Button', // MISSING - typeSbm : 'Submit', // MISSING - typeRst : 'Reset' // MISSING - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'à¦à§à¦ বà¦à§à¦¸ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - radioTitle : 'রà§à¦¡à¦¿à¦ বাà¦à¦¨ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - value : 'à¦à§à¦¯à¦¾à¦²à§', - selected : 'সিলà§à¦à§à¦à§à¦¡' - }, - - // Form Dialog. - form : - { - title : 'ফরà§à¦® পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - menu : 'ফরà§à¦® পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - action : 'à¦à¦à¦¶à§à¦¯à¦¨', - method : 'পদà§à¦§à¦¤à¦¿', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'বাà¦à¦¾à¦ ফà§à¦²à§à¦¡ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - selectInfo : 'তথà§à¦¯', - opAvail : 'ঠনà§à¦¯à¦¾à¦¨à§à¦¯ বিà¦à¦²à§à¦ª', - value : 'à¦à§à¦¯à¦¾à¦²à§', - size : 'সাà¦à¦', - lines : 'লাà¦à¦¨ সমà§à¦¹', - chkMulti : 'à¦à¦à¦¾à¦§à¦¿à¦ সিলà§à¦à¦¶à¦¨ à¦à¦²à¦¾à¦ à¦à¦°', - opText : 'à¦à§à¦à§à¦¸à¦', - opValue : 'à¦à§à¦¯à¦¾à¦²à§', - btnAdd : 'যà§à¦à§à¦¤', - btnModify : 'বদলৠদাà¦', - btnUp : 'à¦à¦ªà¦°', - btnDown : 'নà§à¦à§', - btnSetValue : 'বাà¦à¦¾à¦ à¦à¦°à¦¾ à¦à§à¦¯à¦¾à¦²à§ হিসà§à¦¬à§ সà§à¦ à¦à¦°', - btnDelete : 'ডিলà§à¦' - }, - - // Textarea Dialog. - textarea : - { - title : 'à¦à§à¦à§à¦¸à¦ à¦à¦°à¦¿à§à¦¾ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - cols : 'à¦à¦²à¦¾à¦®', - rows : 'রà§' - }, - - // Text Field Dialog. - textfield : - { - title : 'à¦à§à¦à§à¦¸à¦ ফà§à¦²à§à¦¡ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - name : 'নাম', - value : 'à¦à§à¦¯à¦¾à¦²à§', - charWidth : 'à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° পà§à¦°à¦¶à¦¸à§à¦¤à¦¤à¦¾', - maxChars : 'সরà§à¦¬à¦¾à¦§à¦¿à¦ à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦°', - type : 'à¦à¦¾à¦à¦ª', - typeText : 'à¦à§à¦à§à¦¸à¦', - typePass : 'পাসà¦à§à¦¾à¦°à§à¦¡' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'à¦à§à¦ªà§à¦¤ ফà§à¦²à§à¦¡ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - name : 'নাম', - value : 'à¦à§à¦¯à¦¾à¦²à§' - }, - - // Image Dialog. - image : - { - title : 'à¦à¦¬à¦¿à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - titleButton : 'à¦à¦¬à¦¿ বাà¦à¦¨ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - menu : 'à¦à¦¬à¦¿à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - infoTab : 'à¦à¦¬à¦¿à¦° তথà§à¦¯', - btnUpload : 'à¦à¦¹à¦¾à¦à§ সারà§à¦à¦¾à¦°à§ পà§à¦°à§à¦°à¦¨ à¦à¦°', - upload : 'à¦à¦ªà¦²à§à¦¡', - alt : 'বিà¦à¦²à§à¦ª à¦à§à¦à§à¦¸à¦', - lockRatio : 'ঠনà§à¦ªà¦¾à¦¤ লঠà¦à¦°', - resetSize : 'সাà¦à¦ পà§à¦°à§à¦¬à¦¾à¦¬à¦¸à§à¦¥à¦¾à§ ফিরিà§à§ দাà¦', - border : 'বরà§à¦¡à¦¾à¦°', - hSpace : 'হরাà¦à¦à¦¨à§à¦à¦¾à¦² সà§à¦ªà§à¦¸', - vSpace : 'à¦à¦¾à¦°à§à¦à¦¿à¦à§à¦² সà§à¦ªà§à¦¸', - alertUrl : 'ঠনà§à¦à§à¦°à¦¹à¦ à¦à¦°à§ à¦à¦¬à¦¿à¦° URL à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨', - linkTab : 'লিà¦à¦', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'ফà§à¦²à¦¾à¦¶ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - propertiesTab : 'Properties', // MISSING - title : 'ফà§à¦²à§à¦¯à¦¾à¦¶ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - chkPlay : 'ঠà¦à§ পà§à¦²à§', - chkLoop : 'লà§à¦ª', - chkMenu : 'ফà§à¦²à§à¦¯à¦¾à¦¶ মà§à¦¨à§ à¦à¦¨à¦¾à¦¬à¦² à¦à¦°', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'সà§à¦à§à¦²', - scaleAll : 'সব দà§à¦à¦¾à¦', - scaleNoBorder : 'à¦à§à¦¨à§ বরà§à¦¡à¦¾à¦° নà§à¦', - scaleFit : 'নিà¦à§à¦à¦¤ ফিà¦', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Abs নà§à¦à§', - alignAbsMiddle : 'Abs à¦à¦ªà¦°', - alignBaseline : 'মà§à¦² রà§à¦à¦¾', - alignTextTop : 'à¦à§à¦à§à¦¸à¦ à¦à¦ªà¦°', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'বà§à¦à¦à§à¦°à¦¾à¦à¦¨à§à¦¡ রà¦', - hSpace : 'হরাà¦à¦à¦¨à§à¦à¦¾à¦² সà§à¦ªà§à¦¸', - vSpace : 'à¦à¦¾à¦°à§à¦à¦¿à¦à§à¦² সà§à¦ªà§à¦¸', - validateSrc : 'ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ URL লিà¦à¦ à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'বানান à¦à§à¦', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'শবà§à¦¦à¦à§à¦·à§ নà§à¦', - changeTo : 'à¦à¦¤à§ বদলাà¦', - btnIgnore : 'à¦à¦à¦¨à§à¦° à¦à¦°', - btnIgnoreAll : 'সব à¦à¦à¦¨à§à¦° à¦à¦°', - btnReplace : 'বদলৠদাà¦', - btnReplaceAll : 'সব বদলৠদাà¦', - btnUndo : 'à¦à¦¨à§à¦¡à§', - noSuggestions : '- à¦à§à¦¨ সাà¦à§à¦¶à¦¨ নà§à¦ -', - progress : 'বানান পরà§à¦à§à¦·à¦¾ à¦à¦²à¦à§...', - noMispell : 'বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: à¦à§à¦¨ à¦à§à¦² বানান পাà¦à§à¦¾ যাà§à¦¨à¦¿', - noChanges : 'বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: à¦à§à¦¨ শবà§à¦¦ পরিবরà§à¦¤à¦¨ à¦à¦°à¦¾ হà§à¦¨à¦¿', - oneChange : 'বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: à¦à¦à¦à¦¿ মাতà§à¦° শবà§à¦¦ পরিবরà§à¦¤à¦¨ à¦à¦°à¦¾ হà§à§à¦à§', - manyChanges : 'বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: %1 à¦à§à¦²à§ শবà§à¦¦ বদলৠà¦à§à¦¯à¦¾à¦à§', - ieSpellDownload : 'বানান পরà§à¦à§à¦·à¦ à¦à¦¨à¦¸à§à¦à¦² à¦à¦°à¦¾ নà§à¦à¥¤ à¦à¦ªà¦¨à¦¿ à¦à¦¿ à¦à¦à¦¨à¦ à¦à¦à¦¾ ডাà¦à¦¨à¦²à§à¦¡ à¦à¦°à¦¤à§ à¦à¦¾à¦¨?' - }, - - smiley : - { - toolbar : 'সà§à¦®à¦¾à¦à¦²à§', - title : 'সà§à¦®à¦¾à¦à¦²à§ যà§à¦à§à¦¤ à¦à¦°', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'সাà¦à¦à§à¦¯à¦¿à¦ লিসà§à¦à§à¦° লà§à¦¬à§à¦²', - bulletedlist : 'বà§à¦²à§à¦ লিসà§à¦ লà§à¦¬à§à¦²', - indent : 'à¦à¦¨à¦¡à§à¦¨à§à¦ বাà§à¦¾à¦', - outdent : 'à¦à¦¨à¦¡à§à¦¨à§à¦ à¦à¦®à¦¾à¦', - - justify : - { - left : 'বা দিà¦à§ à¦à§à¦à¦·à¦¾', - center : 'মাঠবরাবর à¦à§à¦·à¦¾', - right : 'ডান দিà¦à§ à¦à§à¦à¦·à¦¾', - block : 'বà§à¦²à¦ à¦à¦¾à¦¸à§à¦à¦¿à¦«à¦¾à¦' - }, - - blockquote : 'Block Quote', // MISSING - - clipboard : - { - title : 'পà§à¦¸à§à¦', - cutError : 'à¦à¦ªà¦¨à¦¾à¦° বà§à¦°à¦¾à¦à¦à¦¾à¦°à§à¦° সà§à¦°à¦à§à¦·à¦¾ সà§à¦à¦¿à¦à¦¸ à¦à¦¡à¦¿à¦à¦°à¦à§ ঠà¦à§à¦®à§à¦à¦¿à¦ à¦à¦¾à¦ à¦à¦°à¦¾à¦° ঠনà§à¦®à¦¤à¦¿ দà§à§à¦¨à¦¿à¥¤ দà§à¦¾ à¦à¦°à§ à¦à¦ à¦à¦¾à¦à§à¦° à¦à¦¨à§à¦¯ à¦à¦¿à¦¬à§à¦°à§à¦¡ বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à§à¦¨ (Ctrl/Cmd+X)।', - copyError : 'à¦à¦ªà¦¨à¦¾à¦° বà§à¦°à¦¾à¦à¦à¦¾à¦°à§à¦° সà§à¦°à¦à§à¦·à¦¾ সà§à¦à¦¿à¦à¦¸ à¦à¦¡à¦¿à¦à¦°à¦à§ ঠà¦à§à¦®à§à¦à¦¿à¦ à¦à¦ªà¦¿ à¦à¦°à¦¾à¦° ঠনà§à¦®à¦¤à¦¿ দà§à§à¦¨à¦¿à¥¤ দà§à¦¾ à¦à¦°à§ à¦à¦ à¦à¦¾à¦à§à¦° à¦à¦¨à§à¦¯ à¦à¦¿à¦¬à§à¦°à§à¦¡ বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à§à¦¨ (Ctrl/Cmd+C)।', - pasteMsg : 'ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ নà§à¦à§à¦° বাà¦à§à¦¸à§ à¦à¦¿à¦¬à§à¦°à§à¦¡ বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à§ (<STRONG>Ctrl/Cmd+V</STRONG>) পà§à¦¸à§à¦ à¦à¦°à§à¦¨ à¦à¦¬à¦ <STRONG>OK</STRONG> à¦à¦¾à¦ª দিন', - 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 - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'পà§à¦¸à§à¦ (শবà§à¦¦)', - title : 'পà§à¦¸à§à¦ (শবà§à¦¦)', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'সাদা à¦à§à¦à§à¦¸à¦ হিসà§à¦¬à§ পà§à¦¸à§à¦ à¦à¦°', - title : 'সাদা à¦à§à¦à§à¦¸à¦ হিসà§à¦¬à§ পà§à¦¸à§à¦ à¦à¦°' - }, - - templates : - { - button : 'à¦à§à¦®à¦ªà§à¦²à§à¦', - title : 'à¦à¦¨à¦à§à¦¨à§à¦ à¦à§à¦®à¦ªà§à¦²à§à¦', - options : 'Template Options', // MISSING - insertOption : 'Replace actual contents', // MISSING - selectPromptMsg : 'ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ à¦à¦¡à¦¿à¦à¦°à§ à¦à¦ªà§à¦¨ à¦à¦°à¦¾à¦° à¦à¦¨à§à¦¯ à¦à§à¦®à¦ªà§à¦²à§à¦ বাà¦à¦¾à¦ à¦à¦°à§à¦¨<br>(à¦à¦¸à¦² à¦à¦¨à¦à§à¦¨à§à¦ হারিà§à§ যাবà§):', - emptyListMsg : '(à¦à§à¦¨ à¦à§à¦®à¦ªà§à¦²à§à¦ ডিফাà¦à¦¨ à¦à¦°à¦¾ নà§à¦)' - }, - - showBlocks : 'Show Blocks', // MISSING - - stylesCombo : - { - label : 'সà§à¦à¦¾à¦à¦²', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'ফনà§à¦ ফরমà§à¦', - panelTitle : 'ফনà§à¦ ফরমà§à¦', - - tag_p : 'সাধারণ', - tag_pre : 'ফরà§à¦®à§à¦à§à¦¡', - tag_address : 'ঠিà¦à¦¾à¦¨à¦¾', - tag_h1 : 'শà§à¦°à§à¦·à¦ ১', - tag_h2 : 'শà§à¦°à§à¦·à¦ ২', - tag_h3 : 'শà§à¦°à§à¦·à¦ ৩', - tag_h4 : 'শà§à¦°à§à¦·à¦ ৪', - tag_h5 : 'শà§à¦°à§à¦·à¦ ৫', - tag_h6 : 'শà§à¦°à§à¦·à¦ ৬', - tag_div : 'শà§à¦°à§à¦·à¦ (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'ফনà§à¦', - voiceLabel : 'Font', // MISSING - panelTitle : 'ফনà§à¦' - }, - - fontSize : - { - label : 'সাà¦à¦', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'সাà¦à¦' - }, - - colorButton : - { - textColorTitle : 'à¦à§à¦à§à¦¸à§à¦ রà¦', - bgColorTitle : 'বà§à¦à¦à§à¦°à¦¾à¦à¦¨à§à¦¡ রà¦', - panelTitle : 'Colors', // MISSING - auto : 'ঠà¦à§à¦®à§à¦à¦¿à¦', - more : 'à¦à¦°à¦ রà¦...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - title : 'ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿', - design : 'Design', // MISSING - meta : 'মà§à¦à¦¾à¦¡à§à¦à¦¾', - chooseColor : 'Choose', // MISSING - other : '<other>', - docTitle : 'পà§à¦ শà§à¦°à§à¦·à¦', - charset : 'à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° সà§à¦ à¦à¦¨à¦à§à¦¡à¦¿à¦', - charsetOther : 'ঠনà§à¦¯ à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° সà§à¦ à¦à¦¨à¦à§à¦¡à¦¿à¦', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ à¦à¦¾à¦à¦ª হà§à¦¡à¦¿à¦', - docTypeOther : 'ঠনà§à¦¯ ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ à¦à¦¾à¦à¦ª হà§à¦¡à¦¿à¦', - xhtmlDec : 'XHTML ডà§à¦à§à¦²à¦¾à¦°à§à¦¶à¦¨ যà§à¦à§à¦¤ à¦à¦°', - bgColor : 'বà§à¦¯à¦¾à¦à¦à§à¦°à¦¾à¦à¦¨à§à¦¡ রà¦', - bgImage : 'বà§à¦¯à¦¾à¦à¦à§à¦°à¦¾à¦à¦¨à§à¦¡ à¦à¦¬à¦¿à¦° URL', - bgFixed : 'সà§à¦à§à¦°à¦²à¦¹à§à¦¨ বà§à¦¯à¦¾à¦à¦à§à¦°à¦¾à¦à¦¨à§à¦¡', - txtColor : 'à¦à§à¦à§à¦¸à§à¦ রà¦', - margin : 'পà§à¦ মারà§à¦à¦¿à¦¨', - marginTop : 'à¦à¦ªà¦°', - marginLeft : 'বামà§', - marginRight : 'ডানà§', - marginBottom : 'নà§à¦à§', - metaKeywords : 'ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ à¦à¦¨à§à¦¡à§à¦à§à¦¸ à¦à¦¿à¦à§à¦¾à¦°à§à¦¡ (à¦à¦®à¦¾ দà§à¦¬à¦¾à¦°à¦¾ বিà¦à§à¦à¦¿à¦¨à§à¦¨)', - metaDescription : 'ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ বরà§à¦£à¦¨à¦¾', - metaAuthor : 'লà§à¦à¦', - metaCopyright : 'à¦à¦ªà§à¦°à¦¾à¦à¦', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/bs.js b/skins/ckeditor/_source/lang/bs.js deleted file mode 100644 index 67019ff..0000000 --- a/skins/ckeditor/_source/lang/bs.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Bosnian language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['bs'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'HTML kôd', - newPage : 'Novi dokument', - save : 'Snimi', - preview : 'Prikaži', - cut : 'Izreži', - copy : 'Kopiraj', - paste : 'Zalijepi', - print : 'Å tampaj', - underline : 'Podvuci', - bold : 'Boldiraj', - italic : 'Ukosi', - selectAll : 'Selektuj sve', - removeFormat : 'PoniÅ¡ti format', - strike : 'Precrtaj', - subscript : 'Subscript', - superscript : 'Superscript', - horizontalrule : 'Ubaci horizontalnu liniju', - pagebreak : 'Insert Page Break for Printing', // MISSING - pagebreakAlt : 'Page Break', // MISSING - unlink : 'IzbriÅ¡i link', - undo : 'Vrati', - redo : 'Ponovi', - - // Common messages and labels. - common : - { - browseServer : 'Browse Server', // MISSING - url : 'URL', - protocol : 'Protokol', - upload : 'Å alji', - uploadSubmit : 'Å alji na server', - image : 'Slika', - flash : 'Flash', // MISSING - form : 'Form', // MISSING - checkbox : 'Checkbox', // MISSING - radio : 'Radio Button', // MISSING - textField : 'Text Field', // MISSING - textarea : 'Textarea', // MISSING - hiddenField : 'Hidden Field', // MISSING - button : 'Button', // MISSING - select : 'Selection Field', // MISSING - imageButton : 'Image Button', // MISSING - 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', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'Naprednije', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Å irina', - height : 'Visina', - align : 'Poravnanje', - alignLeft : 'Lijevo', - alignRight : 'Desno', - alignCenter : 'Centar', - alignTop : 'Vrh', - alignMiddle : 'Sredina', - alignBottom : 'Dno', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Ubaci specijalni karater', - title : 'Izaberi specijalni karakter', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Ubaci/Izmjeni link', - other : '<other>', // MISSING - menu : 'Izmjeni link', - title : 'Link', - info : 'Link info', - target : 'Prozor', - upload : 'Å alji', - advanced : 'Naprednije', - type : 'Tip linka', - toUrl : 'URL', // MISSING - toAnchor : 'Sidro na ovoj stranici', - toEmail : 'E-Mail', - targetFrame : '<frejm>', - targetPopup : '<popup prozor>', - targetFrameName : 'Target Frame Name', // MISSING - targetPopupName : 'Naziv popup prozora', - popupFeatures : 'Moguænosti popup prozora', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'Statusna traka', - popupLocationBar: 'Traka za lokaciju', - popupToolbar : 'Traka sa alatima', - popupMenuBar : 'Izborna traka', - popupFullScreen : 'Cijeli ekran (IE)', - popupScrollBars : 'Scroll traka', - popupDependent : 'Ovisno (Netscape)', - popupLeft : 'Lijeva pozicija', - popupTop : 'Gornja pozicija', - id : 'Id', // MISSING - langDir : 'Smjer pisanja', - langDirLTR : 'S lijeva na desno (LTR)', - langDirRTL : 'S desna na lijevo (RTL)', - acccessKey : 'Pristupna tipka', - name : 'Naziv', - langCode : 'Smjer pisanja', - tabIndex : 'Tab indeks', - advisoryTitle : 'Advisory title', - advisoryContentType : 'Advisory vrsta sadržaja', - cssClasses : 'Klase CSS stilova', - charset : 'Linked Resource Charset', - styles : 'Stil', - rel : 'Relationship', // MISSING - selectAnchor : 'Izaberi sidro', - anchorName : 'Po nazivu sidra', - anchorId : 'Po Id-u elementa', - emailAddress : 'E-Mail Adresa', - emailSubject : 'Subjekt poruke', - emailBody : 'Poruka', - noAnchors : '(Nema dostupnih sidra na stranici)', - noUrl : 'Molimo ukucajte URL link', - noEmail : 'Molimo ukucajte e-mail adresu' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Anchor', // MISSING - menu : 'Edit Anchor', // MISSING - title : 'Anchor Properties', // MISSING - name : 'Anchor Name', // MISSING - errorName : 'Please type the anchor name', // MISSING - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', // MISSING - find : 'Naði', - replace : 'Zamjeni', - findWhat : 'Naði Å¡ta:', - replaceWith : 'Zamjeni sa:', - notFoundMsg : 'Traženi tekst nije pronaðen.', - matchCase : 'Uporeðuj velika/mala slova', - matchWord : 'Uporeðuj samo cijelu rijeè', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'Zamjeni sve', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'Tabela', - title : 'Svojstva tabele', - menu : 'Svojstva tabele', - deleteTable : 'Delete Table', // MISSING - rows : 'Redova', - columns : 'Kolona', - border : 'Okvir', - widthPx : 'piksela', - widthPc : 'posto', - widthUnit : 'width unit', // MISSING - cellSpace : 'Razmak æelija', - cellPad : 'Uvod æelija', - caption : 'Naslov', - summary : 'Summary', // MISSING - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'Cell', // MISSING - insertBefore : 'Insert Cell Before', // MISSING - insertAfter : 'Insert Cell After', // MISSING - deleteCell : 'BriÅ¡i æelije', - merge : 'Spoji æelije', - mergeRight : 'Merge Right', // MISSING - mergeDown : 'Merge Down', // MISSING - splitHorizontal : 'Split Cell Horizontally', // MISSING - splitVertical : 'Split Cell Vertically', // MISSING - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Row', // MISSING - insertBefore : 'Insert Row Before', // MISSING - insertAfter : 'Insert Row After', // MISSING - deleteRow : 'BriÅ¡i redove' - }, - - column : - { - menu : 'Column', // MISSING - insertBefore : 'Insert Column Before', // MISSING - insertAfter : 'Insert Column After', // MISSING - deleteColumn : 'BriÅ¡i kolone' - } - }, - - // Button Dialog. - button : - { - title : 'Button Properties', // MISSING - text : 'Text (Value)', // MISSING - type : 'Type', // MISSING - typeBtn : 'Button', // MISSING - typeSbm : 'Submit', // MISSING - typeRst : 'Reset' // MISSING - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Checkbox Properties', // MISSING - radioTitle : 'Radio Button Properties', // MISSING - value : 'Value', // MISSING - selected : 'Selected' // MISSING - }, - - // Form Dialog. - form : - { - title : 'Form Properties', // MISSING - menu : 'Form Properties', // MISSING - action : 'Action', // MISSING - method : 'Method', // MISSING - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'Selection Field Properties', // MISSING - selectInfo : 'Select Info', // MISSING - opAvail : 'Available Options', // MISSING - value : 'Value', // MISSING - size : 'Size', // MISSING - lines : 'lines', // MISSING - chkMulti : 'Allow multiple selections', // MISSING - opText : 'Text', // MISSING - opValue : 'Value', // MISSING - btnAdd : 'Add', // MISSING - btnModify : 'Modify', // MISSING - btnUp : 'Up', // MISSING - btnDown : 'Down', // MISSING - btnSetValue : 'Set as selected value', // MISSING - btnDelete : 'Delete' // MISSING - }, - - // Textarea Dialog. - textarea : - { - title : 'Textarea Properties', // MISSING - cols : 'Columns', // MISSING - rows : 'Rows' // MISSING - }, - - // Text Field Dialog. - textfield : - { - title : 'Text Field Properties', // MISSING - name : 'Name', // MISSING - value : 'Value', // MISSING - charWidth : 'Character Width', // MISSING - maxChars : 'Maximum Characters', // MISSING - type : 'Type', // MISSING - typeText : 'Text', // MISSING - typePass : 'Password' // MISSING - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Hidden Field Properties', // MISSING - name : 'Name', // MISSING - value : 'Value' // MISSING - }, - - // Image Dialog. - image : - { - title : 'Svojstva slike', - titleButton : 'Image Button Properties', // MISSING - menu : 'Svojstva slike', - infoTab : 'Info slike', - btnUpload : 'Å alji na server', - upload : 'Å alji', - alt : 'Tekst na slici', - lockRatio : 'Zakljuèaj odnos', - resetSize : 'Resetuj dimenzije', - border : 'Okvir', - hSpace : 'HSpace', - vSpace : 'VSpace', - alertUrl : 'Molimo ukucajte URL od slike.', - linkTab : 'Link', // MISSING - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Flash Properties', // MISSING - propertiesTab : 'Properties', // MISSING - title : 'Flash Properties', // MISSING - chkPlay : 'Auto Play', // MISSING - chkLoop : 'Loop', // MISSING - chkMenu : 'Enable Flash Menu', // MISSING - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Scale', // MISSING - scaleAll : 'Show all', // MISSING - scaleNoBorder : 'No Border', // MISSING - scaleFit : 'Exact Fit', // MISSING - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Abs dole', - alignAbsMiddle : 'Abs sredina', - alignBaseline : 'Bazno', - alignTextTop : 'Vrh teksta', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Boja pozadine', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'Molimo ukucajte URL link', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Check Spelling', // MISSING - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'Not in dictionary', // MISSING - changeTo : 'Change to', // MISSING - btnIgnore : 'Ignore', // MISSING - btnIgnoreAll : 'Ignore All', // MISSING - btnReplace : 'Replace', // MISSING - btnReplaceAll : 'Replace All', // MISSING - btnUndo : 'Undo', // MISSING - noSuggestions : '- No suggestions -', // MISSING - progress : 'Spell check in progress...', // MISSING - noMispell : 'Spell check complete: No misspellings found', // MISSING - noChanges : 'Spell check complete: No words changed', // MISSING - oneChange : 'Spell check complete: One word changed', // MISSING - manyChanges : 'Spell check complete: %1 words changed', // MISSING - ieSpellDownload : 'Spell checker not installed. Do you want to download it now?' // MISSING - }, - - smiley : - { - toolbar : 'SmjeÅ¡ko', - title : 'Ubaci smjeÅ¡ka', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'Numerisana lista', - bulletedlist : 'Lista', - indent : 'Poveæaj uvod', - outdent : 'Smanji uvod', - - justify : - { - left : 'Lijevo poravnanje', - center : 'Centralno poravnanje', - right : 'Desno poravnanje', - block : 'Puno poravnanje' - }, - - blockquote : 'Block Quote', // MISSING - - clipboard : - { - title : 'Zalijepi', - cutError : 'Sigurnosne postavke vaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+X).', - copyError : 'Sigurnosne postavke VaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+C).', - pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK', // MISSING - 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 - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Zalijepi iz Word-a', - title : 'Zalijepi iz Word-a', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Zalijepi kao obièan tekst', - title : 'Zalijepi kao obièan tekst' - }, - - templates : - { - button : 'Templates', // MISSING - title : 'Content Templates', // MISSING - options : 'Template Options', // MISSING - insertOption : 'Replace actual contents', // MISSING - selectPromptMsg : 'Please select the template to open in the editor', // MISSING - emptyListMsg : '(No templates defined)' // MISSING - }, - - showBlocks : 'Show Blocks', // MISSING - - stylesCombo : - { - label : 'Stil', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'Format', - panelTitle : 'Format', - - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - 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_div : 'Normal (DIV)' // MISSING - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Font', - voiceLabel : 'Font', // MISSING - panelTitle : 'Font' - }, - - fontSize : - { - label : 'Velièina', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Velièina' - }, - - colorButton : - { - textColorTitle : 'Boja teksta', - bgColorTitle : 'Boja pozadine', - panelTitle : 'Colors', // MISSING - auto : 'Automatska', - more : 'ViÅ¡e boja...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING - design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING - chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Document Type Heading', // MISSING - docTypeOther : 'Other Document Type Heading', // MISSING - xhtmlDec : 'Include XHTML Declarations', // MISSING - bgColor : 'Background Color', // MISSING - bgImage : 'Background Image URL', // MISSING - bgFixed : 'Non-scrolling (Fixed) Background', // MISSING - txtColor : 'Text Color', // MISSING - margin : 'Page Margins', // MISSING - marginTop : 'Top', // MISSING - marginLeft : 'Left', // MISSING - marginRight : 'Right', // MISSING - marginBottom : 'Bottom', // MISSING - metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING - metaDescription : 'Document Description', // MISSING - metaAuthor : 'Author', // MISSING - metaCopyright : 'Copyright', // MISSING - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/ca.js b/skins/ckeditor/_source/lang/ca.js deleted file mode 100644 index 88ce2a7..0000000 --- a/skins/ckeditor/_source/lang/ca.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Catalan language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['ca'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Editor de text enriquit, %1, prem ALT 0 per obtenir ajuda.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Editor de text enriquit', - - // Toolbar buttons without dialogs. - source : 'Codi font', - newPage : 'Nova pà gina', - save : 'Desa', - preview : 'Visualització prèvia', - cut : 'Retalla', - copy : 'Copia', - paste : 'Enganxa', - print : 'Imprimeix', - underline : 'Subratllat', - bold : 'Negreta', - italic : 'Cursiva', - selectAll : 'Selecciona-ho tot', - removeFormat : 'Elimina Format', - strike : 'Barrat', - subscript : 'SubÃndex', - superscript : 'SuperÃndex', - horizontalrule : 'Insereix lÃnia horitzontal', - pagebreak : 'Insereix salt de pà gina', - pagebreakAlt : 'Salt de pà gina', - unlink : 'Elimina l\'enllaç', - undo : 'Desfés', - redo : 'Refés', - - // Common messages and labels. - common : - { - browseServer : 'Veure servidor', - url : 'URL', - protocol : 'Protocol', - upload : 'Puja', - uploadSubmit : 'Envia-la al servidor', - image : 'Imatge', - flash : 'Flash', - form : 'Formulari', - checkbox : 'Casella de verificació', - radio : 'Botó d\'opció', - textField : 'Camp de text', - textarea : 'Ãrea de text', - hiddenField : 'Camp ocult', - button : 'Botó', - select : 'Camp de selecció', - imageButton : 'Botó d\'imatge', - notSet : '<no definit>', - id : 'Id', - name : 'Nom', - langDir : 'Direcció de l\'idioma', - langDirLtr : 'D\'esquerra a dreta (LTR)', - langDirRtl : 'De dreta a esquerra (RTL)', - langCode : 'Codi d\'idioma', - longDescr : 'Descripció llarga de la URL', - cssClass : 'Classes del full d\'estil', - advisoryTitle : 'TÃtol consultiu', - cssStyle : 'Estil', - ok : 'D\'acord', - cancel : 'Cancel·la', - close : 'Tanca', - preview : 'Previsualitza', - generalTab : 'General', - advancedTab : 'Avançat', - validateNumberFailed : 'Aquest valor no és un número.', - confirmNewPage : 'Els canvis en aquest contingut que no es desin es perdran. Esteu segur que voleu carregar una pà gina nova?', - confirmCancel : 'Algunes opcions s\'han canviat. Esteu segur que voleu tancar la finestra de dià leg?', - options : 'Opcions', - target : 'DestÃ', - targetNew : 'Nova finestra (_blank)', - targetTop : 'Finestra major (_top)', - targetSelf : 'Mateixa finestra (_self)', - targetParent : 'Finestra pare (_parent)', - langDirLTR : 'D\'esquerra a dreta (LTR)', - langDirRTL : 'De dreta a esquerra (RTL)', - styles : 'Estil', - cssClasses : 'Classes del full d\'estil', - width : 'Amplada', - height : 'Alçada', - align : 'Alineació', - alignLeft : 'Ajusta a l\'esquerra', - alignRight : 'Ajusta a la dreta', - alignCenter : 'Centre', - alignTop : 'Superior', - alignMiddle : 'Centre', - alignBottom : 'Inferior', - invalidHeight : 'L\'alçada ha de ser un nombre.', - invalidWidth : 'L\'amplada ha de ser un nombre.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, no disponible</span>' - }, - - contextmenu : - { - options : 'Opcions del menú contextual' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Insereix carà cter especial', - title : 'Selecciona el carà cter especial', - options : 'Opcions de carà cters especials' - }, - - // Link dialog. - link : - { - toolbar : 'Insereix/Edita enllaç', - other : '<altre>', - menu : 'Edita l\'enllaç', - title : 'Enllaç', - info : 'Informació de l\'enllaç', - target : 'DestÃ', - upload : 'Puja', - advanced : 'Avançat', - type : 'Tipus d\'enllaç', - toUrl : 'URL', - toAnchor : 'Ãncora en aquesta pà gina', - toEmail : 'Correu electrònic', - targetFrame : '<marc>', - targetPopup : '<finestra emergent>', - targetFrameName : 'Nom del marc de destÃ', - targetPopupName : 'Nom finestra popup', - popupFeatures : 'CaracterÃstiques finestra popup', - popupResizable : 'Redimensionable', - popupStatusBar : 'Barra d\'estat', - popupLocationBar: 'Barra d\'adreça', - popupToolbar : 'Barra d\'eines', - popupMenuBar : 'Barra de menú', - popupFullScreen : 'Pantalla completa (IE)', - popupScrollBars : 'Barres d\'scroll', - popupDependent : 'Depenent (Netscape)', - popupLeft : 'Posició esquerra', - popupTop : 'Posició dalt', - id : 'Id', - langDir : 'Direcció de l\'idioma', - langDirLTR : 'D\'esquerra a dreta (LTR)', - langDirRTL : 'De dreta a esquerra (RTL)', - acccessKey : 'Clau d\'accés', - name : 'Nom', - langCode : 'Direcció de l\'idioma', - tabIndex : 'Index de Tab', - advisoryTitle : 'TÃtol consultiu', - advisoryContentType : 'Tipus de contingut consultiu', - cssClasses : 'Classes del full d\'estil', - charset : 'Conjunt de carà cters font enllaçat', - styles : 'Estil', - rel : 'Relationship', // MISSING - selectAnchor : 'Selecciona una à ncora', - anchorName : 'Per nom d\'à ncora', - anchorId : 'Per Id d\'element', - emailAddress : 'Adreça de correu electrònic', - emailSubject : 'Assumpte del missatge', - emailBody : 'Cos del missatge', - noAnchors : '(No hi ha à ncores disponibles en aquest document)', - noUrl : 'Si us plau, escrigui l\'enllaç URL', - noEmail : 'Si us plau, escrigui l\'adreça correu electrònic' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Insereix/Edita à ncora', - menu : 'Propietats de l\'à ncora', - title : 'Propietats de l\'à ncora', - name : 'Nom de l\'à ncora', - errorName : 'Si us plau, escriviu el nom de l\'ancora', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', - bulletedTitle : 'Bulleted List Properties', - type : 'Type', - start : 'Start', - validateStartNumber :'List start number must be a whole number.', - circle : 'Circle', - disc : 'Disc', - square : 'Square', - none : 'None', - notset : '<not set>', - armenian : 'Armenian numbering', - georgian : 'Georgian numbering (an, ban, gan, etc.)', - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', - decimal : 'Decimal (1, 2, 3, etc.)', - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Cerca i reemplaça', - find : 'Cerca', - replace : 'Reemplaça', - findWhat : 'Cerca:', - replaceWith : 'Remplaça amb:', - notFoundMsg : 'El text especificat no s\'ha trobat.', - matchCase : 'Distingeix majúscules/minúscules', - matchWord : 'Només paraules completes', - matchCyclic : 'Match cyclic', - replaceAll : 'Reemplaça-ho tot', - replaceSuccessMsg : '%1 ocurrència/es reemplaçada/es.' - }, - - // Table Dialog - table : - { - toolbar : 'Taula', - title : 'Propietats de la taula', - menu : 'Propietats de la taula', - deleteTable : 'Suprimeix la taula', - rows : 'Files', - columns : 'Columnes', - border : 'Mida vora', - widthPx : 'pÃxels', - widthPc : 'percentatge', - widthUnit : 'unitat d\'amplada', - cellSpace : 'Espaiat de cel·les', - cellPad : 'Encoixinament de cel·les', - caption : 'TÃtol', - summary : 'Resum', - headers : 'Capçaleres', - headersNone : 'Cap', - headersColumn : 'Primera columna', - headersRow : 'Primera fila', - headersBoth : 'Ambdues', - invalidRows : 'El nombre de files ha de ser un nombre major que 0.', - invalidCols : 'El nombre de columnes ha de ser un nombre major que 0.', - invalidBorder : 'El gruix de la vora ha de ser un nombre.', - invalidWidth : 'L\'amplada de la taula ha de ser un nombre.', - invalidHeight : 'L\'alçada de la taula ha de ser un nombre.', - invalidCellSpacing : 'L\'espaiat de cel·la ha de ser un nombre.', - invalidCellPadding : 'L\'encoixinament de cel·la ha de ser un nombre.', - - cell : - { - menu : 'Cel·la', - insertBefore : 'Insereix abans', - insertAfter : 'Insereix després', - deleteCell : 'Suprimeix', - merge : 'Fusiona', - mergeRight : 'Fusiona a la dreta', - mergeDown : 'Fusiona avall', - splitHorizontal : 'Divideix horitzontalment', - splitVertical : 'Divideix verticalment', - title : 'Propietats de la cel·la', - cellType : 'Tipus de cel·la', - rowSpan : 'Expansió de files', - colSpan : 'Expansió de columnes', - wordWrap : 'Ajustar al contingut', - hAlign : 'Alineació Horizontal', - vAlign : 'Alineació Vertical', - alignBaseline : 'A la lÃnia base', - bgColor : 'Color de fons', - borderColor : 'Color de la vora', - data : 'Dades', - header : 'Capçalera', - yes : 'SÃ', - no : 'No', - invalidWidth : 'L\'amplada de cel·la ha de ser un nombre.', - invalidHeight : 'L\'alçada de cel·la ha de ser un nombre.', - invalidRowSpan : 'L\'expansió de files ha de ser un nombre enter.', - invalidColSpan : 'L\'expansió de columnes ha de ser un nombre enter.', - chooseColor : 'Trieu' - }, - - row : - { - menu : 'Fila', - insertBefore : 'Insereix fila abans de', - insertAfter : 'Insereix fila darrera', - deleteRow : 'Suprimeix una fila' - }, - - column : - { - menu : 'Columna', - insertBefore : 'Insereix columna abans de', - insertAfter : 'Insereix columna darrera', - deleteColumn : 'Suprimeix una columna' - } - }, - - // Button Dialog. - button : - { - title : 'Propietats del botó', - text : 'Text (Valor)', - type : 'Tipus', - typeBtn : 'Botó', - typeSbm : 'Transmet formulari', - typeRst : 'Reinicia formulari' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Propietats de la casella de verificació', - radioTitle : 'Propietats del botó d\'opció', - value : 'Valor', - selected : 'Seleccionat' - }, - - // Form Dialog. - form : - { - title : 'Propietats del formulari', - menu : 'Propietats del formulari', - action : 'Acció', - method : 'Mètode', - encoding : 'Codificació' - }, - - // Select Field Dialog. - select : - { - title : 'Propietats del camp de selecció', - selectInfo : 'Info', - opAvail : 'Opcions disponibles', - value : 'Valor', - size : 'Mida', - lines : 'LÃnies', - chkMulti : 'Permet múltiples seleccions', - opText : 'Text', - opValue : 'Valor', - btnAdd : 'Afegeix', - btnModify : 'Modifica', - btnUp : 'Amunt', - btnDown : 'Avall', - btnSetValue : 'Selecciona per defecte', - btnDelete : 'Elimina' - }, - - // Textarea Dialog. - textarea : - { - title : 'Propietats de l\'à rea de text', - cols : 'Columnes', - rows : 'Files' - }, - - // Text Field Dialog. - textfield : - { - title : 'Propietats del camp de text', - name : 'Nom', - value : 'Valor', - charWidth : 'Amplada', - maxChars : 'Nombre mà xim de carà cters', - type : 'Tipus', - typeText : 'Text', - typePass : 'Contrasenya' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Propietats del camp ocult', - name : 'Nom', - value : 'Valor' - }, - - // Image Dialog. - image : - { - title : 'Propietats de la imatge', - titleButton : 'Propietats del botó d\'imatge', - menu : 'Propietats de la imatge', - infoTab : 'Informació de la imatge', - btnUpload : 'Envia-la al servidor', - upload : 'Puja', - alt : 'Text alternatiu', - lockRatio : 'Bloqueja les proporcions', - resetSize : 'Restaura la mida', - border : 'Vora', - hSpace : 'Espaiat horit.', - vSpace : 'Espaiat vert.', - alertUrl : 'Si us plau, escriviu la URL de la imatge', - linkTab : 'Enllaç', - button2Img : 'Voleu transformar el botó d\'imatge seleccionat en una simple imatge?', - img2Button : 'Voleu transformar la imatge seleccionada en un botó d\'imatge?', - urlMissing : 'Falta la URL de la imatge.', - validateBorder : 'La vora ha de ser un nombre enter.', - validateHSpace : 'HSpace ha de ser un nombre enter.', - validateVSpace : 'VSpace ha de ser un nombre enter.' - }, - - // Flash Dialog - flash : - { - properties : 'Propietats del Flash', - propertiesTab : 'Propietats', - title : 'Propietats del Flash', - chkPlay : 'Reprodució automà tica', - chkLoop : 'Bucle', - chkMenu : 'Habilita menú Flash', - chkFull : 'Permetre la pantalla completa', - scale : 'Escala', - scaleAll : 'Mostra-ho tot', - scaleNoBorder : 'Sense vores', - scaleFit : 'Mida exacta', - access : 'Accés a scripts', - accessAlways : 'Sempre', - accessSameDomain: 'El mateix domini', - accessNever : 'Mai', - alignAbsBottom : 'Abs Bottom', - alignAbsMiddle : 'Abs Middle', - alignBaseline : 'Baseline', - alignTextTop : 'Text Top', - quality : 'Qualitat', - qualityBest : 'La millor', - qualityHigh : 'Alta', - qualityAutoHigh : 'Alta automà tica', - qualityMedium : 'Mitjana', - qualityAutoLow : 'Baixa automà tica', - qualityLow : 'Baixa', - windowModeWindow: 'Finestra', - windowModeOpaque: 'Opaca', - windowModeTransparent : 'Transparent', - windowMode : 'Mode de la finestra', - flashvars : 'Variables de Flash', - bgcolor : 'Color de Fons', - hSpace : 'Espaiat horit.', - vSpace : 'Espaiat vert.', - validateSrc : 'Si us plau, escrigui l\'enllaç URL', - validateHSpace : 'L\'espaiat horitzonatal ha de ser un nombre.', - validateVSpace : 'L\'espaiat vertical ha de ser un nombre.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Revisa l\'ortografia', - title : 'Comprova l\'ortografia', - notAvailable : 'El servei no es troba disponible ara.', - errorLoading : 'Error carregant el servidor: %s.', - notInDic : 'No és al diccionari', - changeTo : 'Reemplaça amb', - btnIgnore : 'Ignora', - btnIgnoreAll : 'Ignora-les totes', - btnReplace : 'Canvia', - btnReplaceAll : 'Canvia-les totes', - btnUndo : 'Desfés', - noSuggestions : 'Cap suggeriment', - progress : 'Verificació ortogrà fica en curs...', - noMispell : 'Verificació ortogrà fica acabada: no hi ha cap paraula mal escrita', - noChanges : 'Verificació ortogrà fica: no s\'ha canviat cap paraula', - oneChange : 'Verificació ortogrà fica: s\'ha canviat una paraula', - manyChanges : 'Verificació ortogrà fica: s\'han canviat %1 paraules', - ieSpellDownload : 'Verificació ortogrà fica no instal·lada. Voleu descarregar-ho ara?' - }, - - smiley : - { - toolbar : 'Icona', - title : 'Insereix una icona', - options : 'Opcions d\'emoticones' - }, - - elementsPath : - { - eleLabel : 'Elements path', - eleTitle : '%1 element' - }, - - numberedlist : 'Llista numerada', - bulletedlist : 'Llista de pics', - indent : 'Augmenta el sagnat', - outdent : 'Redueix el sagnat', - - justify : - { - left : 'Alinea a l\'esquerra', - center : 'Centrat', - right : 'Alinea a la dreta', - block : 'Justificat' - }, - - blockquote : 'Bloc de cita', - - clipboard : - { - title : 'Enganxa', - cutError : 'La seguretat del vostre navegador no permet executar automà ticament les operacions de retallar. Si us plau, utilitzeu el teclat (Ctrl+X).', - copyError : 'La seguretat del vostre navegador no permet executar automà ticament les operacions de copiar. Si us plau, utilitzeu el teclat (Ctrl+C).', - pasteMsg : 'Si us plau, enganxeu dins del següent camp utilitzant el teclat (<STRONG>Ctrl+V</STRONG>) i premeu <STRONG>OK</STRONG>.', - securityMsg : 'A causa de la configuració de seguretat del vostre navegador, l\'editor no pot accedir al porta-retalls directament. Enganxeu-ho un altre cop en aquesta finestra.', - pasteArea : 'Ãrea d\'enganxat' - }, - - pastefromword : - { - confirmCleanup : 'El text que voleu enganxar sembla provenir de Word. Voleu netejar aquest text abans que sigui enganxat?', - toolbar : 'Enganxa des del Word', - title : 'Enganxa des del Word', - error : 'No ha estat possible netejar les dades enganxades degut a un error intern' - }, - - pasteText : - { - button : 'Enganxa com a text no formatat', - title : 'Enganxa com a text no formatat' - }, - - templates : - { - button : 'Plantilles', - title : 'Plantilles de contingut', - options : 'Opcions de plantilla', - insertOption : 'Reemplaça el contingut actual', - selectPromptMsg : 'Seleccioneu una plantilla per usar a l\'editor<br>(per defecte s\'elimina el contingut actual):', - emptyListMsg : '(No hi ha plantilles definides)' - }, - - showBlocks : 'Mostra els blocs', - - stylesCombo : - { - label : 'Estil', - panelTitle : 'Estils de format', - panelTitle1 : 'Estils de bloc', - panelTitle2 : 'Estils incrustats', - panelTitle3 : 'Estils d\'objecte' - }, - - format : - { - label : 'Format', - panelTitle : 'Format', - - tag_p : 'Normal', - tag_pre : 'Formatejat', - tag_address : 'Adreça', - tag_h1 : 'Encapçalament 1', - tag_h2 : 'Encapçalament 2', - tag_h3 : 'Encapçalament 3', - tag_h4 : 'Encapçalament 4', - tag_h5 : 'Encapçalament 5', - tag_h6 : 'Encapçalament 6', - tag_div : 'Normal (DIV)' - }, - - div : - { - title : 'Crea un contenidor Div', - toolbar : 'Crea un contenidor Div', - cssClassInputLabel : 'Classes de la fulla d\'estils', - styleSelectLabel : 'Estil', - IdInputLabel : 'Id', - languageCodeInputLabel : ' Codi d\'idioma', - inlineStyleInputLabel : 'Estil en lÃnia', - advisoryTitleInputLabel : 'TÃtol de guia', - langDirLabel : 'Direcció de l\'idioma', - langDirLTRLabel : 'D\'esquerra a dreta (LTR)', - langDirRTLLabel : 'De dreta a esquerra (RTL)', - edit : 'Edita Div', - remove : 'Elimina Div' - }, - - iframe : - { - title : 'Propietats IFrame', - toolbar : 'IFrame', - noUrl : 'Si us plau, introduïu la URL de l\'iframe URL', - scrolling : 'Activa les barrres de desplaçament', - border : 'Mostra la vora del marc' - }, - - font : - { - label : 'Tipus de lletra', - voiceLabel : 'Tipus de lletra', - panelTitle : 'Tipus de lletra' - }, - - fontSize : - { - label : 'Mida', - voiceLabel : 'Mida de la lletra', - panelTitle : 'Mida' - }, - - colorButton : - { - textColorTitle : 'Color de Text', - bgColorTitle : 'Color de Fons', - panelTitle : 'Colors', - auto : 'Automà tic', - more : 'Més colors...' - }, - - colors : - { - '000' : 'Negre', - '800000' : 'Granat', - '8B4513' : 'Marró sella', - '2F4F4F' : 'Gris pissarra fosca', - '008080' : 'Blau xarxet', - '000080' : 'Blau marÃ', - '4B0082' : 'Indi', - '696969' : 'Gris intens', - 'B22222' : 'Maó', - 'A52A2A' : 'Marró (web)', - 'DAA520' : 'Solidago', - '006400' : 'Verd fosc', - '40E0D0' : 'Turquesa', - '0000CD' : 'Atzur', - '800080' : 'Lila', - '808080' : 'Gris', - 'F00' : 'Vermell', - 'FF8C00' : 'Taronja fosc', - 'FFD700' : 'Or', - '008000' : 'Verd', - '0FF' : 'Cian', - '00F' : 'Blau', - 'EE82EE' : 'Lavanda rosat', - 'A9A9A9' : 'Gris clar', - 'FFA07A' : 'Salmó clar', - 'FFA500' : 'Taronja', - 'FFFF00' : 'Groc', - '00FF00' : 'Verd llima', - 'AFEEEE' : 'Blau pà lid', - 'ADD8E6' : 'Blau clar', - 'DDA0DD' : 'Pruna', - 'D3D3D3' : 'Gris clar', - 'FFF0F5' : 'Lavanda rosat', - 'FAEBD7' : 'Blanc antic', - 'FFFFE0' : 'Groc clar', - 'F0FFF0' : 'Verd pà lid', - 'F0FFFF' : 'Blau cel pà lid', - 'F0F8FF' : 'Cian pà lid', - 'E6E6FA' : 'Lavanda', - 'FFF' : 'Blanc' - }, - - scayt : - { - title : 'Spell Check As You Type', - opera_title : 'No és compatible amb l\'Opera', - enable : 'Habilitat l\'SCAYT', - disable : 'Deshabilita SCAYT', - about : 'Quant a l\'SCAYT', - toggle : 'Commuta l\'SCAYT', - options : 'Opcions', - langs : 'Idiomes', - moreSuggestions : 'Més suggerències', - ignore : 'Ignora', - ignoreAll : 'Ignora\'ls tots', - addWord : 'Afegeix una paraula', - emptyDic : 'El nom del diccionari no hauria d\'estar buit.', - - optionsTab : 'Opcions', - allCaps : 'Ignora paraules en majúscules', - ignoreDomainNames : 'Ignora els noms de domini', - mixedCase : 'Ignora paraules amb majúscules i minúscules', - mixedWithDigits : 'Ignora paraules amb números ', - - languagesTab : 'Idiomes', - - dictionariesTab : 'Diccionaris', - dic_field_name : 'Nom del diccionari', - dic_create : 'Crea', - dic_restore : 'Restaura', - dic_delete : 'Elimina', - dic_rename : 'Canvia el nom', - dic_info : 'Inicialment el diccionari d\'usuari s\'emmagatzema en una galeta. De totes maneres, les galetes tenen la mida limitada. Quan el diccionari creix massa, llavors el diccionari es pot emmagatzemar al nostre servidor. Per desar el vostre diccionari personal al nostre servidor heu d.\'especificar un nom pel diccionari. Si ja heu desat un diccionari, teclegeu si us plau el seu nom i cliqueu el botó de restauració.', - - aboutTab : 'Quant a' - }, - - about : - { - title : 'Quant al CKEditor', - dlgTitle : 'Quant al CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Per informació sobre llicències visiteu el web:', - copy : 'Copyright © $1. Tots els drets reservats.' - }, - - maximize : 'Maximitza', - minimize : 'Minimitza', - - fakeobjects : - { - anchor : 'Ãncora', - flash : 'Animació Flash', - iframe : 'IFrame', - hiddenfield : 'Camp ocult', - unknown : 'Objecte desconegut' - }, - - resize : 'Arrossegueu per redimensionar', - - colordialog : - { - title : 'Selecciona el color', - options : 'Opcions del color', - highlight : 'Destacat', - selected : 'Seleccionat', - clear : 'Neteja' - }, - - toolbarCollapse : 'Redueix la barra d\'eines', - toolbarExpand : 'Amplia la barra d\'eines', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Direcció del text d\'esquerra a dreta', - rtl : 'Direcció del text de dreta a esquerra' - }, - - docprops : - { - label : 'Propietats del document', - title : 'Propietats del document', - design : 'Design', // MISSING - meta : 'Metadades', - chooseColor : 'Trieu', - other : '<altre>', - docTitle : 'TÃtol de la pà gina', - charset : 'Codificació de conjunt de carà cters', - charsetOther : 'Una altra codificació de carà cters', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Centreeuropeu', - charsetCT : 'Xinès tradicional (Big5)', - charsetCR : 'CirÃl·lic', - charsetGR : 'Grec', - charsetJP : 'Japonès', - charsetKR : 'Coreà ', - charsetTR : 'Turc', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Europeu occidental', - docType : 'Capçalera de tipus de document', - docTypeOther : 'Un altra capçalera de tipus de document', - xhtmlDec : 'Incloure declaracions XHTML', - bgColor : 'Color de fons', - bgImage : 'URL de la imatge de fons', - bgFixed : 'Fons fixe', - txtColor : 'Color de Text', - margin : 'Marges de pà gina', - marginTop : 'Cap', - marginLeft : 'Esquerra', - marginRight : 'Dreta', - marginBottom : 'Peu', - metaKeywords : 'Mots clau per a indexació (separats per coma)', - metaDescription : 'Descripció del document', - metaAuthor : 'Autor', - metaCopyright : 'Copyright', // MISSING - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/cs.js b/skins/ckeditor/_source/lang/cs.js deleted file mode 100644 index c2375fc..0000000 --- a/skins/ckeditor/_source/lang/cs.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Czech language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['cs'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Textový editor, %1, nápovÄdu zobrazÃte stiskem ALT 0.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Textový editor', - - // Toolbar buttons without dialogs. - source : 'Zdroj', - newPage : 'Nová stránka', - save : 'Uložit', - preview : 'Náhled', - cut : 'Vyjmout', - copy : 'KopÃrovat', - paste : 'Vložit', - print : 'Tisk', - underline : 'Podtržené', - bold : 'TuÄné', - italic : 'KurzÃva', - selectAll : 'Vybrat vÅ¡e', - removeFormat : 'Odstranit formátovánÃ', - strike : 'PÅeÅ¡krtnuté', - subscript : 'Dolnà index', - superscript : 'Hornà index', - horizontalrule : 'Vložit vodorovnou linku', - pagebreak : 'Vložit konec stránky', - pagebreakAlt : 'Konec stránky', - unlink : 'Odstranit odkaz', - undo : 'ZpÄt', - redo : 'Znovu', - - // Common messages and labels. - common : - { - browseServer : 'Vybrat na serveru', - url : 'URL', - protocol : 'Protokol', - upload : 'Odeslat', - uploadSubmit : 'Odeslat na server', - image : 'Obrázek', - flash : 'Flash', - form : 'FormuláÅ', - checkbox : 'ZaÅ¡krtávacà polÃÄko', - radio : 'PÅepÃnaÄ', - textField : 'Textové pole', - textarea : 'Textová oblast', - hiddenField : 'Skryté pole', - button : 'TlaÄÃtko', - select : 'Seznam', - imageButton : 'Obrázkové tlaÄÃtko', - notSet : '<nenastaveno>', - id : 'Id', - name : 'Jméno', - langDir : 'Orientace jazyka', - langDirLtr : 'Zleva do prava (LTR)', - langDirRtl : 'Zprava do leva (RTL)', - langCode : 'Kód jazyka', - longDescr : 'Dlouhý popis URL', - cssClass : 'TÅÃda stylu', - advisoryTitle : 'Pomocný titulek', - cssStyle : 'Styl', - ok : 'OK', - cancel : 'Storno', - close : 'ZavÅÃt', - preview : 'Náhled', - generalTab : 'Obecné', - advancedTab : 'RozÅ¡ÃÅené', - validateNumberFailed : 'Zadaná hodnota nenà ÄÃselná.', - confirmNewPage : 'Jakékoliv neuložené zmÄny obsahu budou ztraceny. SkuteÄnÄ chete otevrÃt novou stránku?', - confirmCancel : 'NÄkterá z nastavenà byla zmÄnÄna. SkuteÄnÄ chete zavÅÃt dialogové okno?', - options : 'NastavenÃ', - target : 'CÃl', - targetNew : 'Nové okno (_blank)', - targetTop : 'Okno nejvyššà úrovnÄ (_top)', - targetSelf : 'Stejné okno (_self)', - targetParent : 'RodiÄovské onko (_parent)', - langDirLTR : 'Zleva doprava (LTR)', - langDirRTL : 'Zprava doleva (RTL)', - styles : 'Styly', - cssClasses : 'TÅÃdy stylů', - width : 'Å ÃÅka', - height : 'Výška', - align : 'ZarovnánÃ', - alignLeft : 'Vlevo', - alignRight : 'Vpravo', - alignCenter : 'Na stÅed', - alignTop : 'Nahoru', - alignMiddle : 'Na stÅed', - alignBottom : 'Dolů', - invalidHeight : 'Zadaná výška musà být ÄÃslo.', - invalidWidth : 'Zadaná Å¡ÃÅka musà být ÄÃslo.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, nedostupné</span>' - }, - - contextmenu : - { - options : 'Nastavenà kontextové nabÃdky' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Vložit speciálnà znaky', - title : 'VýbÄr speciálnÃho znaku', - options : 'Nastavenà speciálnÃch znaků' - }, - - // Link dialog. - link : - { - toolbar : 'Vložit/zmÄnit odkaz', - other : '<jiný>', - menu : 'ZmÄnit odkaz', - title : 'Odkaz', - info : 'Informace o odkazu', - target : 'CÃl', - upload : 'Odeslat', - advanced : 'RozÅ¡ÃÅené', - type : 'Typ odkazu', - toUrl : 'URL', - toAnchor : 'Kotva v této stránce', - toEmail : 'E-Mail', - targetFrame : '<rámec>', - targetPopup : '<vyskakovacà okno>', - targetFrameName : 'Název cÃlového rámu', - targetPopupName : 'Název vyskakovacÃho okna', - popupFeatures : 'Vlastnosti vyskakovacÃho okna', - popupResizable : 'UmožÅujÃcà mÄnit velikost', - popupStatusBar : 'Stavový Åádek', - popupLocationBar: 'Panel umÃstÄnÃ', - popupToolbar : 'Panel nástrojů', - popupMenuBar : 'Panel nabÃdky', - popupFullScreen : 'Celá obrazovka (IE)', - popupScrollBars : 'PosuvnÃky', - popupDependent : 'Závislost (Netscape)', - popupLeft : 'Levý okraj', - popupTop : 'Hornà okraj', - id : 'Id', - langDir : 'Orientace jazyka', - langDirLTR : 'Zleva do prava (LTR)', - langDirRTL : 'Zprava do leva (RTL)', - acccessKey : 'PÅÃstupový klÃÄ', - name : 'Jméno', - langCode : 'Orientace jazyka', - tabIndex : 'PoÅadà prvku', - advisoryTitle : 'Pomocný titulek', - advisoryContentType : 'Pomocný typ obsahu', - cssClasses : 'TÅÃda stylu', - charset : 'PÅiÅazená znaková sada', - styles : 'Styl', - rel : 'Relationship', // MISSING - selectAnchor : 'Vybrat kotvu', - anchorName : 'Podle jména kotvy', - anchorId : 'Podle Id objektu', - emailAddress : 'E-Mailová adresa', - emailSubject : 'PÅedmÄt zprávy', - emailBody : 'TÄlo zprávy', - noAnchors : '(Ve stránce nenà definována žádná kotva!)', - noUrl : 'Zadejte prosÃm URL odkazu', - noEmail : 'Zadejte prosÃm e-mailovou adresu' - }, - - // Anchor dialog - anchor : - { - toolbar : 'VložÃt/zmÄnit záložku', - menu : 'Vlastnosti záložky', - title : 'Vlastnosti záložky', - name : 'Název záložky', - errorName : 'Zadejte prosÃm název záložky', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Vlastnosti ÄÃslovánÃ', - bulletedTitle : 'Vlastnosti odrážek', - type : 'Typ', - start : 'PoÄátek', - validateStartNumber :'ÄÃslovánà musà zaÄÃnat celým ÄÃslem.', - circle : 'Kroužky', - disc : 'KoleÄka', - square : 'Ätverce', - none : 'Nic', - notset : '<nenastaveno>', - armenian : 'Arménské', - georgian : 'GruzÃnské (an, ban, gan, atd.)', - lowerRoman : 'Malé ÅÃmské (i, ii, iii, iv, v, atd.)', - upperRoman : 'Velké ÅÃmské (I, II, III, IV, V, atd.)', - lowerAlpha : 'Malá latinka (a, b, c, d, e, atd.)', - upperAlpha : 'Velká latinka (A, B, C, D, E, atd.)', - lowerGreek : 'Malé Åecké (alpha, beta, gamma, atd.)', - decimal : 'Arabská ÄÃsla (1, 2, 3, atd.)', - decimalLeadingZero : 'Arabská ÄÃsla uvozená nulou (01, 02, 03, atd.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'NajÃt a nahradit', - find : 'Hledat', - replace : 'Nahradit', - findWhat : 'Co hledat:', - replaceWith : 'ÄÃm nahradit:', - notFoundMsg : 'Hledaný text nebyl nalezen.', - matchCase : 'RozliÅ¡ovat velikost pÃsma', - matchWord : 'Pouze celá slova', - matchCyclic : 'Procházet opakovanÄ', - replaceAll : 'Nahradit vÅ¡e', - replaceSuccessMsg : '%1 nahrazenÃ.' - }, - - // Table Dialog - table : - { - toolbar : 'Tabulka', - title : 'Vlastnosti tabulky', - menu : 'Vlastnosti tabulky', - deleteTable : 'Smazat tabulku', - rows : 'Åádky', - columns : 'Sloupce', - border : 'OhraniÄenÃ', - widthPx : 'bodů', - widthPc : 'procent', - widthUnit : 'jednotka Å¡ÃÅky', - cellSpace : 'Vzdálenost bunÄk', - cellPad : 'Odsazenà obsahu v buÅce', - caption : 'Popis', - summary : 'Souhrn', - headers : 'ZáhlavÃ', - headersNone : 'Žádné', - headersColumn : 'Prvnà sloupec', - headersRow : 'Prvnà Åádek', - headersBoth : 'ObojÃ', - invalidRows : 'PoÄet Åádků musà být ÄÃslo vÄtÅ¡Ã než 0.', - invalidCols : 'PoÄet sloupců musà být ÄÃslo vÄtÅ¡Ã než 0.', - invalidBorder : 'Zdaná velikost okraje musà být ÄÃselná.', - invalidWidth : 'Zadaná Å¡ÃÅka tabulky musà být ÄÃselná.', - invalidHeight : 'zadaná výška tabulky musà být ÄÃselná.', - invalidCellSpacing : 'Zadaná vzdálenost bunÄk musà být ÄÃselná.', - invalidCellPadding : 'Zadané odsazenà obsahu v buÅce musà být ÄÃselné.', - - cell : - { - menu : 'BuÅka', - insertBefore : 'Vložit buÅku pÅed', - insertAfter : 'Vložit buÅku za', - deleteCell : 'Smazat buÅky', - merge : 'SlouÄit buÅky', - mergeRight : 'SlouÄit doprava', - mergeDown : 'SlouÄit dolů', - splitHorizontal : 'RozdÄlit buÅky vodorovnÄ', - splitVertical : 'RozdÄlit buÅky svisle', - title : 'Vlastnosti buÅky', - cellType : 'Typ buÅky', - rowSpan : 'Spojit Åádky', - colSpan : 'Spojit sloupce', - wordWrap : 'ZalamovánÃ', - hAlign : 'Vodorovné zarovnánÃ', - vAlign : 'Svislé zarovnánÃ', - alignBaseline : 'Na úÄaÅÃ', - bgColor : 'Barva pozadÃ', - borderColor : 'Barva okraje', - data : 'Data', - header : 'HlaviÄka', - yes : 'Ano', - no : 'Ne', - invalidWidth : 'Zadaná Å¡ÃÅka buÅky musà být ÄÃslená.', - invalidHeight : 'Zadaná výška buÅky musà být ÄÃslená.', - invalidRowSpan : 'Zadaný poÄet slouÄených Åádků musà být celé ÄÃslo.', - invalidColSpan : 'Zadaný poÄet slouÄených sloupců musà být celé ÄÃslo.', - chooseColor : 'VýbÄr' - }, - - row : - { - menu : 'Åádek', - insertBefore : 'Vložit Åádek pÅed', - insertAfter : 'Vložit Åádek za', - deleteRow : 'Smazat Åádky' - }, - - column : - { - menu : 'Sloupec', - insertBefore : 'Vložit sloupec pÅed', - insertAfter : 'Vložit sloupec za', - deleteColumn : 'Smazat sloupec' - } - }, - - // Button Dialog. - button : - { - title : 'Vlastnosti tlaÄÃtka', - text : 'Popisek', - type : 'Typ', - typeBtn : 'TlaÄÃtko', - typeSbm : 'Odeslat', - typeRst : 'Obnovit' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Vlastnosti zaÅ¡krtávacÃho polÃÄka', - radioTitle : 'Vlastnosti pÅepÃnaÄe', - value : 'Hodnota', - selected : 'ZaÅ¡krtnuto' - }, - - // Form Dialog. - form : - { - title : 'Vlastnosti formuláÅe', - menu : 'Vlastnosti formuláÅe', - action : 'Akce', - method : 'Metoda', - encoding : 'KódovánÃ' - }, - - // Select Field Dialog. - select : - { - title : 'Vlastnosti seznamu', - selectInfo : 'Info', - opAvail : 'Dostupná nastavenÃ', - value : 'Hodnota', - size : 'Velikost', - lines : 'Åádků', - chkMulti : 'Povolit mnohonásobné výbÄry', - opText : 'Text', - opValue : 'Hodnota', - btnAdd : 'PÅidat', - btnModify : 'ZmÄnit', - btnUp : 'Nahoru', - btnDown : 'Dolů', - btnSetValue : 'Nastavit jako vybranou hodnotu', - btnDelete : 'Smazat' - }, - - // Textarea Dialog. - textarea : - { - title : 'Vlastnosti textové oblasti', - cols : 'Sloupců', - rows : 'Åádků' - }, - - // Text Field Dialog. - textfield : - { - title : 'Vlastnosti textového pole', - name : 'Název', - value : 'Hodnota', - charWidth : 'Å ÃÅka ve znacÃch', - maxChars : 'Maximálnà poÄet znaků', - type : 'Typ', - typeText : 'Text', - typePass : 'Heslo' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Vlastnosti skrytého pole', - name : 'Název', - value : 'Hodnota' - }, - - // Image Dialog. - image : - { - title : 'Vlastnosti obrázku', - titleButton : 'Vlastnostà obrázkového tlaÄÃtka', - menu : 'Vlastnosti obrázku', - infoTab : 'Informace o obrázku', - btnUpload : 'Odeslat na server', - upload : 'Odeslat', - alt : 'Alternativnà text', - lockRatio : 'Zámek', - resetSize : 'Původnà velikost', - border : 'Okraje', - hSpace : 'H-mezera', - vSpace : 'V-mezera', - alertUrl : 'Zadejte prosÃm URL obrázku', - linkTab : 'Odkaz', - button2Img : 'SkuteÄnÄ chcete pÅevést zvolené obrázkové tlaÄÃtko na obyÄejný obrázek?', - img2Button : 'SkuteÄnÄ chcete pÅevést zvolený obrázek na obrázkové tlaÄÃtko?', - urlMissing : 'Zadané URL zdroje obrázku nebylo nalezeno.', - validateBorder : 'Okraj musà být nastaven v celých ÄÃslech.', - validateHSpace : 'H-mezera musà být nastavena v celých ÄÃslech.', - validateVSpace : 'V-mezera musà být nastavena v celých ÄÃslech.' - }, - - // Flash Dialog - flash : - { - properties : 'Vlastnosti Flashe', - propertiesTab : 'Vlastnosti', - title : 'Vlastnosti Flashe', - chkPlay : 'Automatické spuÅ¡tÄnÃ', - chkLoop : 'OpakovánÃ', - chkMenu : 'NabÃdka Flash', - chkFull : 'Povolit celoobrazovkový režim', - scale : 'Zobrazit', - scaleAll : 'Zobrazit vÅ¡e', - scaleNoBorder : 'Bez okraje', - scaleFit : 'PÅizpůsobit', - access : 'PÅÃstup ke skriptu', - accessAlways : 'Vždy', - accessSameDomain: 'Ve stejné doménÄ', - accessNever : 'Nikdy', - alignAbsBottom : 'Zcela dolů', - alignAbsMiddle : 'DoprostÅed', - alignBaseline : 'Na úÄaÅÃ', - alignTextTop : 'Na hornà okraj textu', - quality : 'Kvalita', - qualityBest : 'NejlepÅ¡Ã', - qualityHigh : 'Vysoká', - qualityAutoHigh : 'Vysoká - auto', - qualityMedium : 'StÅednÃ', - qualityAutoLow : 'NÃzká - auto', - qualityLow : 'NejnižšÃ', - windowModeWindow: 'Okno', - windowModeOpaque: 'Neprůhledné', - windowModeTransparent : 'Průhledné', - windowMode : 'Režim okna', - flashvars : 'PromÄnné pro Flash', - bgcolor : 'Barva pozadÃ', - hSpace : 'H-mezera', - vSpace : 'V-mezera', - validateSrc : 'Zadejte prosÃm URL odkazu', - validateHSpace : 'Zadaná H-mezera musà být ÄÃslo.', - validateVSpace : 'Zadaná V-mezera musà být ÄÃslo.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Zkontrolovat pravopis', - title : 'Kontrola pravopisu', - notAvailable : 'Omlouváme se, ale služba nynà nenà dostupná.', - errorLoading : 'Chyba nahrávánà služby aplikace z: %s.', - notInDic : 'Nenà ve slovnÃku', - changeTo : 'ZmÄnit na', - btnIgnore : 'PÅeskoÄit', - btnIgnoreAll : 'PÅeskakovat vÅ¡e', - btnReplace : 'ZamÄnit', - btnReplaceAll : 'ZamÄÅovat vÅ¡e', - btnUndo : 'ZpÄt', - noSuggestions : '- žádné návrhy -', - progress : 'ProbÃhá kontrola pravopisu...', - noMispell : 'Kontrola pravopisu dokonÄena: Žádné pravopisné chyby nenalezeny', - noChanges : 'Kontrola pravopisu dokonÄena: Beze zmÄn', - oneChange : 'Kontrola pravopisu dokonÄena: Jedno slovo zmÄnÄno', - manyChanges : 'Kontrola pravopisu dokonÄena: %1 slov zmÄnÄno', - ieSpellDownload : 'Kontrola pravopisu nenà nainstalována. Chcete ji nynà stáhnout?' - }, - - smiley : - { - toolbar : 'SmajlÃky', - title : 'Vkládánà smajlÃků', - options : 'Nastavenà smajlÃků' - }, - - elementsPath : - { - eleLabel : 'Cesta objektu', - eleTitle : '%1 objekt' - }, - - numberedlist : 'ÄÃslovánÃ', - bulletedlist : 'Odrážky', - indent : 'ZvÄtÅ¡it odsazenÃ', - outdent : 'ZmenÅ¡it odsazenÃ', - - justify : - { - left : 'Zarovnat vlevo', - center : 'Zarovnat na stÅed', - right : 'Zarovnat vpravo', - block : 'Zarovnat do bloku' - }, - - blockquote : 'Citace', - - clipboard : - { - title : 'Vložit', - cutError : 'BezpeÄnostnà nastavenà VaÅ¡eho prohlÞeÄe nedovolujà editoru spustit funkci pro vyjmutà zvoleného textu do schránky. ProsÃm vyjmÄte zvolený text do schránky pomocà klávesnice (Ctrl/Cmd+X).', - copyError : 'BezpeÄnostnà nastavenà VaÅ¡eho prohlÞeÄe nedovolujà editoru spustit funkci pro kopÃrovánà zvoleného textu do schránky. ProsÃm zkopÃrujte zvolený text do schránky pomocà klávesnice (Ctrl/Cmd+C).', - pasteMsg : 'Do následujÃcÃho pole vložte požadovaný obsah pomocà klávesnice (<STRONG>Ctrl/Cmd+V</STRONG>) a stisknÄte <STRONG>OK</STRONG>.', - securityMsg : 'Z důvodů nastavenà bezpeÄnosti VaÅ¡eho prohlÞeÄe nemůže editor pÅistupovat pÅÃmo do schránky. Obsah schránky prosÃm vložte znovu do tohoto okna.', - pasteArea : 'Oblast vlkádánÃ' - }, - - pastefromword : - { - confirmCleanup : 'Jak je vidÄt, vkládaný text je kopÃrován z Wordu. Chcete jej pÅed vloženÃm vyÄistit?', - toolbar : 'Vložit z Wordu', - title : 'Vložit z Wordu', - error : 'Z důvodu vnitÅnà chyby nebylo možné provést vyÄiÅ¡tÄnà vkládaného textu.' - }, - - pasteText : - { - button : 'Vložit jako Äistý text', - title : 'Vložit jako Äistý text' - }, - - templates : - { - button : 'Å ablony', - title : 'Å ablony obsahu', - options : 'Nastavenà šablon', - insertOption : 'Nahradit aktuálnà obsah', - selectPromptMsg : 'ProsÃm zvolte Å¡ablonu pro otevÅenà v editoru<br>(aktuálnà obsah editoru bude ztracen):', - emptyListMsg : '(Nenà definována žádná Å¡ablona)' - }, - - showBlocks : 'Ukázat bloky', - - stylesCombo : - { - label : 'Styl', - panelTitle : 'Formátovacà styly', - panelTitle1 : 'Blokové styly', - panelTitle2 : 'Åádkové styly', - panelTitle3 : 'Objektové styly' - }, - - format : - { - label : 'Formát', - panelTitle : 'Formát', - - tag_p : 'NormálnÃ', - tag_pre : 'Naformátováno', - tag_address : 'Adresa', - tag_h1 : 'Nadpis 1', - tag_h2 : 'Nadpis 2', - tag_h3 : 'Nadpis 3', - tag_h4 : 'Nadpis 4', - tag_h5 : 'Nadpis 5', - tag_h6 : 'Nadpis 6', - tag_div : 'Normálnà (DIV)' - }, - - div : - { - title : 'VytvoÅit Div kontejner', - toolbar : 'VytvoÅit Div kontejner', - cssClassInputLabel : 'TÅÃdy stylů', - styleSelectLabel : 'Styly', - IdInputLabel : 'Id', - languageCodeInputLabel : ' Kód jazyka', - inlineStyleInputLabel : 'VnitÅnà styly', - advisoryTitleInputLabel : 'NápovÄdnà titulek', - langDirLabel : 'Orientace textu', - langDirLTRLabel : 'Zleva doprava (LTR)', - langDirRTLLabel : 'Zprava doleva (RTL)', - edit : 'ZmÄnit Div', - remove : 'Odstranit Div' - }, - - iframe : - { - title : 'Vlastnosti IFrame', - toolbar : 'IFrame', - noUrl : 'Zadejte prosÃm URL obsahu pro IFrame', - scrolling : 'Zapnout posuvnÃky', - border : 'Zobrazit okraj' - }, - - font : - { - label : 'PÃsmo', - voiceLabel : 'PÃsmo', - panelTitle : 'PÃsmo' - }, - - fontSize : - { - label : 'Velikost', - voiceLabel : 'Velikost pÃsma', - panelTitle : 'Velikost' - }, - - colorButton : - { - textColorTitle : 'Barva textu', - bgColorTitle : 'Barva pozadÃ', - panelTitle : 'Barvy', - auto : 'Automaticky', - more : 'VÃce barev...' - }, - - colors : - { - '000' : 'Äerná', - '800000' : 'KaÅ¡tanová', - '8B4513' : 'Sedlová hnÄÄ', - '2F4F4F' : 'TmavÄ bledÄ Å¡edá', - '008080' : 'ÄÃrka', - '000080' : 'NámoÅnická modÅ', - '4B0082' : 'Inkoustová', - '696969' : 'TmavÄ Å¡edá', - 'B22222' : 'Pálená cihla', - 'A52A2A' : 'HnÄdá', - 'DAA520' : 'Zlatý prut', - '006400' : 'TmavÄ zelená', - '40E0D0' : 'Tyrkisová', - '0000CD' : 'StÅednÄ modrá', - '800080' : 'Purpurová', - '808080' : 'Å edá', - 'F00' : 'Äervená', - 'FF8C00' : 'TmavÄ oranžová', - 'FFD700' : 'Zlatá', - '008000' : 'Zelená', - '0FF' : 'Kyanidová', - '00F' : 'Modrá', - 'EE82EE' : 'Fialová', - 'A9A9A9' : 'KalnÄ Å¡edá', - 'FFA07A' : 'SvÄtle lososová', - 'FFA500' : 'Oranžová', - 'FFFF00' : 'Žlutá', - '00FF00' : 'Limetková', - 'AFEEEE' : 'BledÄ tyrkisová', - 'ADD8E6' : 'SvÄtle modrá', - 'DDA0DD' : 'Å vestková', - 'D3D3D3' : 'SvÄtle Å¡edá', - 'FFF0F5' : 'LevandulovÄ rumÄnná', - 'FAEBD7' : 'Antická bÃlá', - 'FFFFE0' : 'SvÄtle žlutá', - 'F0FFF0' : 'Medová rosa', - 'F0FFFF' : 'Azurová', - 'F0F8FF' : 'AlenÄina modrá', - 'E6E6FA' : 'Lavendulová', - 'FFF' : 'BÃlá' - }, - - scayt : - { - title : 'Kontrola pravopisu bÄhem psanà (SCAYT)', - opera_title : 'Not supported by Opera', // MISSING - enable : 'Zapnout SCAYT', - disable : 'Vypnout SCAYT', - about : 'O aplikaci SCAYT', - toggle : 'VypÃnaÄ SCAYT', - options : 'NastavenÃ', - langs : 'Jazyky', - moreSuggestions : 'VÃce návrhů', - ignore : 'PÅeskoÄit', - ignoreAll : 'PÅeskoÄit vÅ¡e', - addWord : 'PÅidat slovo', - emptyDic : 'Název slovnÃku nesmà být prázdný.', - - optionsTab : 'NastavenÃ', - allCaps : 'Ignorovat slova velkými pÃsmeny', - ignoreDomainNames : 'Ignorovat doménová jména', - mixedCase : 'Ignorovat slova obsahujÃcà různou velikost pÃsma', - mixedWithDigits : 'Ignorovat slova obsahujÃcà ÄÃsla', - - languagesTab : 'Jazyky', - - dictionariesTab : 'SlovnÃky', - dic_field_name : 'Název slovnÃku', - dic_create : 'vytvoÅit', - dic_restore : 'Obnovit', - dic_delete : 'Smazat', - dic_rename : 'PÅejmenovat', - dic_info : 'ZpoÄátku se uživatelský slovnÃk ukládá do cookies ve vaÅ¡em prohlÞeÄi. OvÅ¡em cookies majà omezenou velikost, takže když slovnÃk dosáhne velikosti, kdy se již do cookies nevejde, může být uložen na naÅ¡em serveru. Chcete-li uložit Váš osobnà slovnÃk na naÅ¡em serveru, je tÅeba slovnÃk nejdÅÃve pojmenovat. Máte-li již slovnÃk pojmenován a uložen, zadejte jeho název a klepnÄte na tlaÄÃtko Obnovit.', - - aboutTab : 'O aplikaci' - }, - - about : - { - title : 'O aplikaci CKEditor', - dlgTitle : 'O aplikaci CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Pro informace o lincenci navÅ¡tivte naÅ¡i webovou stránku:', - copy : 'Copyright © $1. All rights reserved.' - }, - - maximize : 'Maximalizovat', - minimize : 'Minimalizovat', - - fakeobjects : - { - anchor : 'Záložka', - flash : 'Flash animace', - iframe : 'IFrame', - hiddenfield : 'Skryté pole', - unknown : 'Neznámý objekt' - }, - - resize : 'Uchopit pro zmÄnu velikosti', - - colordialog : - { - title : 'VýbÄr barvy', - options : 'Nastavenà barvy', - highlight : 'Zvýraznit', - selected : 'Vybráno', - clear : 'VyÄistit' - }, - - toolbarCollapse : 'Skrýt panel nástrojů', - toolbarExpand : 'Zobrazit panel nástrojů', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Orientace textu zleva doprava', - rtl : 'Orientace textu zprava do leva' - }, - - docprops : - { - label : 'Vlastnosti dokumentu', - title : 'Vlastnosti dokumentu', - design : 'Design', // MISSING - meta : 'Metadata', - chooseColor : 'VýbÄr', - other : '<jiný>', - docTitle : 'Titulek stránky', - charset : 'Znaková sada', - charsetOther : 'DalÅ¡Ã znaková sada', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'StÅedoevropské jazyky', - charsetCT : 'TradiÄnà ÄÃnÅ¡tina (Big5)', - charsetCR : 'Cyrilice', - charsetGR : 'ÅeÄtina', - charsetJP : 'JaponÅ¡tina', - charsetKR : 'KorejÅ¡tina', - charsetTR : 'TureÄtina', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Západoevropské jazyky', - docType : 'Typ dokumentu', - docTypeOther : 'Jiný typ dokumetu', - xhtmlDec : 'Zahrnou deklarace XHTML', - bgColor : 'Barva pozadÃ', - bgImage : 'URL obrázku na pozadÃ', - bgFixed : 'Nerolovatelné pozadÃ', - txtColor : 'Barva textu', - margin : 'Okraje stránky', - marginTop : 'HornÃ', - marginLeft : 'Levý', - marginRight : 'Pravý', - marginBottom : 'DolnÃ', - metaKeywords : 'KlÃÄová slova (oddÄlená Äárkou)', - metaDescription : 'Popis dokumentu', - metaAuthor : 'Autor', - metaCopyright : 'Autorská práva', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/cy.js b/skins/ckeditor/_source/lang/cy.js deleted file mode 100644 index 8402b00..0000000 --- a/skins/ckeditor/_source/lang/cy.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Welsh language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['cy'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Golygydd testun cyfoethog, %1, gwasgwch ALT 0 am gymorth.', - - // ARIA descriptions. - toolbars : 'Bariau offer golygydd', - editor : 'Golygydd Testun Cyfoethog', - - // Toolbar buttons without dialogs. - source : 'Tarddle', - newPage : 'Tudalen newydd', - save : 'Cadw', - preview : 'Rhagolwg', - cut : 'Torri', - copy : 'Copïo', - paste : 'Gludo', - print : 'Argraffu', - underline : 'Tanlinellu', - bold : 'Bras', - italic : 'Italig', - selectAll : 'Dewis Popeth', - removeFormat : 'Tynnu Fformat', - strike : 'Llinell Trwyddo', - subscript : 'Is-sgript', - superscript : 'Uwchsgript', - horizontalrule : 'Mewnosod Llinell Lorweddol', - pagebreak : 'Mewnosod Toriad Tudalen i Argraffu', - pagebreakAlt : 'Toriad Tudalen', - unlink : 'Datgysylltu', - undo : 'Dadwneud', - redo : 'Ailadrodd', - - // Common messages and labels. - common : - { - browseServer : 'Pori\'r Gweinydd', - url : 'URL', - protocol : 'Protocol', - upload : 'Lanlwytho', - uploadSubmit : 'Anfon i\'r Gweinydd', - image : 'Delwedd', - flash : 'Flash', - form : 'Ffurflen', - checkbox : 'Blwch ticio', - radio : 'Botwm Radio', - textField : 'Maes Testun', - textarea : 'Ardal Testun', - hiddenField : 'Maes Cudd', - button : 'Botwm', - select : 'Maes Dewis', - imageButton : 'Botwm Delwedd', - notSet : '<heb osod>', - id : 'Id', - name : 'Name', - langDir : 'Cyfeiriad Iaith', - langDirLtr : 'Chwith i\'r Dde (LTR)', - langDirRtl : 'Dde i\'r Chwith (RTL)', - langCode : 'Cod Iaith', - longDescr : 'URL Disgrifiad Hir', - cssClass : 'Dosbarth Dalen Arddull', - advisoryTitle : 'Teitl Cynghorol', - cssStyle : 'Arddull', - ok : 'Iawn', - cancel : 'Diddymu', - close : 'Cau', - preview : 'Rhagolwg', - generalTab : 'Cyffredinol', - advancedTab : 'Uwch', - validateNumberFailed : 'Nid yw\'r gwerth hwn yn rhif.', - confirmNewPage : 'Byddwch yn colli unrhyw newidiadau i\'r cynnwys sydd heb eu cadw. A ydych am barhau i lwytho tudalen newydd?', - confirmCancel : 'Mae rhai o\'r opsiynau wedi\'u newid. A ydych wir am gau\'r deialog?', - options : 'Opsiynau', - target : 'Targed', - targetNew : 'Ffenest Newydd (_blank)', - targetTop : 'Ffenest ar y Brig (_top)', - targetSelf : 'Yr un Ffenest (_self)', - targetParent : 'Ffenest y Rhiant (_parent)', - langDirLTR : 'Chwith i\'r Dde (LTR)', - langDirRTL : 'Dde i\'r Chwith (RTL)', - styles : 'Arddull', - cssClasses : 'Dosbarthiadau Ffeil Ddiwyg', - width : 'Lled', - height : 'Uchder', - align : 'Alinio', - alignLeft : 'Chwith', - alignRight : 'Dde', - alignCenter : 'Canol', - alignTop : 'Brig', - alignMiddle : 'Canol', - alignBottom : 'Gwaelod', - invalidHeight : 'Rhaid i\'r Uchder fod yn rhif.', - invalidWidth : 'Rhaid i\'r Lled fod yn rhif.', - invalidCssLength : 'Mae\'n rhaid i\'r gwerth ar gyfer maes "%1" fod yn rhif positif gyda neu heb uned fesuriad CSS dilys (px, %, in, cm, mm, em, ex, pt, neu pc).', - invalidHtmlLength : 'Mae\'n rhaid i\'r gwerth ar gyfer maes "%1" fod yn rhif positif gyda neu heb uned fesuriad HTML dilys (px neu %).', - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, ddim ar gael</span>' - }, - - contextmenu : - { - options : 'Opsiynau Dewislen Cyd-destun' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Mewnosod Nodau Arbennig', - title : 'Dewis Nod Arbennig', - options : 'Opsiynau Nodau Arbennig' - }, - - // Link dialog. - link : - { - toolbar : 'Dolen', - other : '<eraill>', - menu : 'Golygu Dolen', - title : 'Dolen', - info : 'Gwyb ar y Ddolen', - target : 'Targed', - upload : 'Lanlwytho', - advanced : 'Uwch', - type : 'Math y Ddolen', - toUrl : 'URL', - toAnchor : 'Dolen at angor yn y testun', - toEmail : 'E-bost', - targetFrame : '<ffrâm>', - targetPopup : '<ffenestr bop>', - targetFrameName : 'Enw Ffrâm y Targed', - targetPopupName : 'Enw Ffenestr Bop', - popupFeatures : 'Nodweddion Ffenestr Bop', - popupResizable : 'Ailfeintiol', - popupStatusBar : 'Bar Statws', - popupLocationBar: 'Bar Safle', - popupToolbar : 'Bar Offer', - popupMenuBar : 'Dewislen', - popupFullScreen : 'Sgrin Llawn (IE)', - popupScrollBars : 'Barrau Sgrolio', - popupDependent : 'Dibynnol (Netscape)', - popupLeft : 'Safle Chwith', - popupTop : 'Safle Top', - id : 'Id', - langDir : 'Cyfeiriad Iaith', - langDirLTR : 'Chwith i\'r Dde (LTR)', - langDirRTL : 'Dde i\'r Chwith (RTL)', - acccessKey : 'Allwedd Mynediad', - name : 'Enw', - langCode : 'Cod Iaith', - tabIndex : 'Indecs Tab', - advisoryTitle : 'Teitl Cynghorol', - advisoryContentType : 'Math y Cynnwys Cynghorol', - cssClasses : 'Dosbarthiadau Dalen Arddull', - charset : 'Set nodau\'r Adnodd Cysylltiedig', - styles : 'Arddull', - rel : 'Perthynas', - selectAnchor : 'Dewiswch Angor', - anchorName : 'Gan Enw\'r Angor', - anchorId : 'Gan Id yr Elfen', - emailAddress : 'Cyfeiriad E-Bost', - emailSubject : 'Testun y Message Subject', - emailBody : 'Pwnc y Neges', - noAnchors : '(Dim angorau ar gael yn y ddogfen)', - noUrl : 'Teipiwch URL y ddolen', - noEmail : 'Teipiwch gyfeiriad yr e-bost' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Angor', - menu : 'Golygwch yr Angor', - title : 'Priodweddau\'r Angor', - name : 'Enw\'r Angor', - errorName : 'Teipiwch enw\'r angor', - remove : 'Tynnwch yr Angor' - }, - - // List style dialog - list: - { - numberedTitle : 'Priodweddau Rhestr Rifol', - bulletedTitle : 'Priodweddau Rhestr Fwled', - type : 'Math', - start : 'Dechrau', - validateStartNumber :'Rhaid bod y rhif cychwynnol yn gyfanrif.', - circle : 'Cylch', - disc : 'Disg', - square : 'Sgwâr', - none : 'Dim', - notset : '<heb osod>', - armenian : 'Rhifau Armeneg', - georgian : 'Rhifau Sioraidd (an, ban, gan, ayyb.)', - lowerRoman : 'Rhufeinig Is (i, ii, iii, iv, v, ayyb.)', - upperRoman : 'Rhufeinig Uwch (I, II, III, IV, V, ayyb.)', - lowerAlpha : 'Alffa Is (a, b, c, d, e, ayyb.)', - upperAlpha : 'Alffa Uwch (A, B, C, D, E, ayyb.)', - lowerGreek : 'Groeg Is (alpha, beta, gamma, ayyb.)', - decimal : 'Degol (1, 2, 3, ayyb.)', - decimalLeadingZero : 'Degol â sero arweiniol (01, 02, 03, ayyb.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Chwilio ac Amnewid', - find : 'Chwilio', - replace : 'Amnewid', - findWhat : 'Chwilio\'r term:', - replaceWith : 'Amnewid gyda:', - notFoundMsg : 'Nid oedd y testun wedi\'i ddarganfod.', - matchCase : 'Cyfateb i\'r cas', - matchWord : 'Cyfateb gair cyfan', - matchCyclic : 'Cyfateb cylchol', - replaceAll : 'Amnewid pob un', - replaceSuccessMsg : 'Amnewidiwyd %1 achlysur.' - }, - - // Table Dialog - table : - { - toolbar : 'Tabl', - title : 'Nodweddion Tabl', - menu : 'Nodweddion Tabl', - deleteTable : 'Dileu Tabl', - rows : 'Rhesi', - columns : 'Colofnau', - border : 'Maint yr Ymyl', - widthPx : 'picsel', - widthPc : 'y cant', - widthUnit : 'uned lled', - cellSpace : 'Bylchu\'r gell', - cellPad : 'Padio\'r gell', - caption : 'Pennawd', - summary : 'Crynodeb', - headers : 'Penynnau', - headersNone : 'Dim', - headersColumn : 'Colofn gyntaf', - headersRow : 'Rhes gyntaf', - headersBoth : 'Y Ddau', - invalidRows : 'Mae\'n rhaid cael o leiaf un rhes.', - invalidCols : 'Mae\'n rhaid cael o leiaf un golofn.', - invalidBorder : 'Mae\'n rhaid i faint yr ymyl fod yn rhif.', - invalidWidth : 'Mae\'n rhaid i led y tabl fod yn rhif.', - invalidHeight : 'Mae\'n rhaid i uchder y tabl fod yn rhif.', - invalidCellSpacing : 'Mae\'n rhaid i fylchiad y gell fod yn rhif positif.', - invalidCellPadding : 'Mae\'n rhaid i badiad y gell fod yn rhif positif.', - - cell : - { - menu : 'Cell', - insertBefore : 'Mewnosod Cell Cyn', - insertAfter : 'Mewnosod Cell Ar Ãl', - deleteCell : 'Dileu Celloedd', - merge : 'Cyfuno Celloedd', - mergeRight : 'Cyfuno i\'r Dde', - mergeDown : 'Cyfuno i Lawr', - splitHorizontal : 'Hollti\'r Gell yn Lorweddol', - splitVertical : 'Hollti\'r Gell yn Fertigol', - title : 'Priodweddau\'r Gell', - cellType : 'Math y Gell', - rowSpan : 'Rhychwant Rhesi', - colSpan : 'Rhychwant Colofnau', - wordWrap : 'Lapio Geiriau', - hAlign : 'Aliniad Llorweddol', - vAlign : 'Aliniad Fertigol', - alignBaseline : 'Baslinell', - bgColor : 'Lliw Cefndir', - borderColor : 'Lliw Ymyl', - data : 'Data', - header : 'Pennyn', - yes : 'Ie', - no : 'Na', - invalidWidth : 'Mae\'n rhaid i led y gell fod yn rhif.', - invalidHeight : 'Mae\'n rhaid i uchder y gell fod yn rhif.', - invalidRowSpan : 'Mae\'n rhaid i rychwant y rhesi fod yn gyfanrif.', - invalidColSpan : 'Mae\'n rhaid i rychwant y colofnau fod yn gyfanrif.', - chooseColor : 'Choose' - }, - - row : - { - menu : 'Rhes', - insertBefore : 'Mewnosod Rhes Cyn', - insertAfter : 'Mewnosod Rhes Ar Ãl', - deleteRow : 'Dileu Rhesi' - }, - - column : - { - menu : 'Colofn', - insertBefore : 'Mewnosod Colofn Cyn', - insertAfter : 'Mewnosod Colofn Ar Ãl', - deleteColumn : 'Dileu Colofnau' - } - }, - - // Button Dialog. - button : - { - title : 'Priodweddau Botymau', - text : 'Testun (Gwerth)', - type : 'Math', - typeBtn : 'Botwm', - typeSbm : 'Gyrru', - typeRst : 'Ailosod' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Priodweddau Blwch Ticio', - radioTitle : 'Priodweddau Botwm Radio', - value : 'Gwerth', - selected : 'Dewiswyd' - }, - - // Form Dialog. - form : - { - title : 'Priodweddau Ffurflen', - menu : 'Priodweddau Ffurflen', - action : 'Gweithred', - method : 'Dull', - encoding : 'Amgodio' - }, - - // Select Field Dialog. - select : - { - title : 'Priodweddau Maes Dewis', - selectInfo : 'Gwyb Dewis', - opAvail : 'Opsiynau ar Gael', - value : 'Gwerth', - size : 'Maint', - lines : 'llinellau', - chkMulti : 'Caniatà u aml-ddewisiadau', - opText : 'Testun', - opValue : 'Gwerth', - btnAdd : 'Ychwanegu', - btnModify : 'Newid', - btnUp : 'Lan', - btnDown : 'Lawr', - btnSetValue : 'Gosod fel gwerth a ddewiswyd', - btnDelete : 'Dileu' - }, - - // Textarea Dialog. - textarea : - { - title : 'Priodweddau Ardal Testun', - cols : 'Colofnau', - rows : 'Rhesi' - }, - - // Text Field Dialog. - textfield : - { - title : 'Priodweddau Maes Testun', - name : 'Enw', - value : 'Gwerth', - charWidth : 'Lled Nod', - maxChars : 'Uchafswm y Nodau', - type : 'Math', - typeText : 'Testun', - typePass : 'Cyfrinair' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Priodweddau Maes Cudd', - name : 'Enw', - value : 'Gwerth' - }, - - // Image Dialog. - image : - { - title : 'Priodweddau Delwedd', - titleButton : 'Priodweddau Botwm Delwedd', - menu : 'Priodweddau Delwedd', - infoTab : 'Gwyb Delwedd', - btnUpload : 'Anfon i\'r Gweinydd', - upload : 'lanlwytho', - alt : 'Testun Amgen', - lockRatio : 'Cloi Cymhareb', - resetSize : 'Ailosod Maint', - border : 'Ymyl', - hSpace : 'BwlchLl', - vSpace : 'BwlchF', - alertUrl : 'Rhowch URL y ddelwedd', - linkTab : 'Dolen', - button2Img : 'Ydych am drawsffurfio\'r botwm ddelwedd hwn ar ddelwedd syml?', - img2Button : 'Ydych am drawsffurfio\'r ddelwedd hon ar fotwm delwedd?', - urlMissing : 'URL tarddle\'r ddelwedd ar goll.', - validateBorder : 'Rhaid i\'r ymyl fod yn gyfanrif.', - validateHSpace : 'Rhaid i\'r HSpace fod yn gyfanrif.', - validateVSpace : 'Rhaid i\'r VSpace fod yn gyfanrif.' - }, - - // Flash Dialog - flash : - { - properties : 'Priodweddau Flash', - propertiesTab : 'Priodweddau', - title : 'Priodweddau Flash', - chkPlay : 'AwtoChwarae', - chkLoop : 'Lwpio', - chkMenu : 'Galluogi Dewislen Flash', - chkFull : 'Caniatà u Sgrin Llawn', - scale : 'Graddfa', - scaleAll : 'Dangos pob', - scaleNoBorder : 'Dim Ymyl', - scaleFit : 'Ffit Union', - access : 'Mynediad Sgript', - accessAlways : 'Pob amser', - accessSameDomain: 'R\'un parth', - accessNever : 'Byth', - alignAbsBottom : 'Gwaelod Abs', - alignAbsMiddle : 'Canol Abs', - alignBaseline : 'Baslinell', - alignTextTop : 'Testun Top', - quality : 'Ansawdd', - qualityBest : 'Gorau', - qualityHigh : 'Uchel', - qualityAutoHigh : 'Uchel Awto', - qualityMedium : 'Canolig', - qualityAutoLow : 'Isel Awto', - qualityLow : 'Isel', - windowModeWindow: 'Ffenestr', - windowModeOpaque: 'Afloyw', - windowModeTransparent : 'Tryloyw', - windowMode : 'Modd ffenestr', - flashvars : 'Newidynnau ar gyfer Flash', - bgcolor : 'Lliw cefndir', - hSpace : 'BwlchLl', - vSpace : 'BwlchF', - validateSrc : 'Ni all yr URL fod yn wag.', - validateHSpace : 'Rhaid i\'r BwlchLl fod yn rhif.', - validateVSpace : 'Rhaid i\'r BwlchF fod yn rhif.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Gwirio Sillafu', - title : 'Gwirio Sillafu', - notAvailable : 'Nid yw\'r gwasanaeth hwn ar gael yn bresennol.', - errorLoading : 'Error loading application service host: %s.', - notInDic : 'Nid i\'w gael yn y geiriadur', - changeTo : 'Newid i', - btnIgnore : 'Anwybyddu Un', - btnIgnoreAll : 'Anwybyddu Pob', - btnReplace : 'Amnewid Un', - btnReplaceAll : 'Amnewid Pob', - btnUndo : 'Dadwneud', - noSuggestions : '- Dim awgrymiadau -', - progress : 'Gwirio sillafu yn ar y gweill...', - noMispell : 'Gwirio sillafu wedi gorffen: Dim camsillaf.', - noChanges : 'Gwirio sillafu wedi gorffen: Dim newidiadau', - oneChange : 'Gwirio sillafu wedi gorffen: Newidiwyd 1 gair', - manyChanges : 'Gwirio sillafu wedi gorffen: Newidiwyd %1 gair', - ieSpellDownload : 'Gwirydd sillafu heb ei arsefydlu. A ydych am ei lawrlwytho nawr?' - }, - - smiley : - { - toolbar : 'Gwenoglun', - title : 'Mewnosod Gwenoglun', - options : 'Opsiynau Gwenogluniau' - }, - - elementsPath : - { - eleLabel : 'Llwybr elfennau', - eleTitle : 'Elfen %1' - }, - - numberedlist : 'Mewnosod/Tynnu Rhestr Rhifol', - bulletedlist : 'Mewnosod/Tynnu Rhestr Bwled', - indent : 'Cynyddu\'r Mewnoliad', - outdent : 'Lleihau\'r Mewnoliad', - - justify : - { - left : 'Alinio i\'r Chwith', - center : 'Alinio i\'r Canol', - right : 'Alinio i\'r Dde', - block : 'Aliniad Bloc' - }, - - blockquote : 'Dyfyniad bloc', - - clipboard : - { - title : 'Gludo', - cutError : 'Nid yw gosodiadau diogelwch eich porwr yn caniatà u\'r golygydd i gynnal \'gweithredoedd torri\' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl/Cmd+X).', - copyError : 'Nid yw gosodiadau diogelwch eich porwr yn caniatà u\'r golygydd i gynnal \'gweithredoedd copïo\' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl/Cmd+C).', - pasteMsg : 'Gludwch i mewn i\'r blwch canlynol gan ddefnyddio\'r bysellfwrdd (<strong>Ctrl/Cmd+V</strong>) a phwyso <strong>Iawn</strong>.', - securityMsg : 'Oherwydd gosodiadau diogelwch eich porwr, nid yw\'r porwr yn gallu ennill mynediad i\'r data ar y clipfwrdd yn uniongyrchol. Mae angen i chi ei ludo eto i\'r ffenestr hon.', - pasteArea : 'Ardal Gludo' - }, - - pastefromword : - { - confirmCleanup : 'Mae\'r testun rydych chi am ludo wedi\'i gopïo o Word. Ydych chi am ei lanhau cyn ei ludo?', - toolbar : 'Gludo o Word', - title : 'Gludo o Word', - error : 'Doedd dim modd glanhau y data a ludwyd oherwydd gwall mewnol' - }, - - pasteText : - { - button : 'Gludo fel testun plaen', - title : 'Gludo fel Testun Plaen' - }, - - templates : - { - button : 'Templedi', - title : 'Templedi Cynnwys', - options : 'Opsiynau Templedi', - insertOption : 'Amnewid y cynnwys go iawn', - selectPromptMsg : 'Dewiswch dempled i\'w agor yn y golygydd', - emptyListMsg : '(Dim templedi wedi\'u diffinio)' - }, - - showBlocks : 'Dangos Blociau', - - stylesCombo : - { - label : 'Arddulliau', - panelTitle : 'Arddulliau Fformatio', - panelTitle1 : 'Arddulliau Bloc', - panelTitle2 : 'Arddulliau Mewnol', - panelTitle3 : 'Arddulliau Gwrthrych' - }, - - format : - { - label : 'Fformat', - panelTitle : 'Fformat Paragraff', - - tag_p : 'Normal', - tag_pre : 'Wedi\'i Fformatio', - tag_address : 'Cyfeiriad', - tag_h1 : 'Pennawd 1', - tag_h2 : 'Pennawd 2', - tag_h3 : 'Pennawd 3', - tag_h4 : 'Pennawd 4', - tag_h5 : 'Pennawd 5', - tag_h6 : 'Pennawd 6', - tag_div : 'Normal (DIV)' - }, - - div : - { - title : 'Creu Cynhwysydd Div', - toolbar : 'Creu Cynhwysydd Div', - cssClassInputLabel : 'Dosbarthiadau Ffeil Ddiwyg', - styleSelectLabel : 'Arddull', - IdInputLabel : 'Id', - languageCodeInputLabel : ' Cod Iaith', - inlineStyleInputLabel : 'Arddull Mewn Llinell', - advisoryTitleInputLabel : 'Teitl Cynghorol', - langDirLabel : 'Cyfeiriad yr Iaith', - langDirLTRLabel : 'Chwith i\'r Dde (LTR)', - langDirRTLLabel : 'Dde i\'r Chwith (RTL)', - edit : 'Golygu Div', - remove : 'Tynnu Div' - }, - - iframe : - { - title : 'Priodweddau IFrame', - toolbar : 'IFrame', - noUrl : 'Rhowch fath URL yr iframe', - scrolling : 'Galluogi bariau sgrolio', - border : 'Dangos ymyl y ffrâm' - }, - - font : - { - label : 'Ffont', - voiceLabel : 'Ffont', - panelTitle : 'Enw\'r Ffont' - }, - - fontSize : - { - label : 'Maint', - voiceLabel : 'Maint y Ffont', - panelTitle : 'Maint y Ffont' - }, - - colorButton : - { - textColorTitle : 'Lliw Testun', - bgColorTitle : 'Lliw Cefndir', - panelTitle : 'Lliwiau', - auto : 'Awtomatig', - more : 'Mwy o Liwiau...' - }, - - colors : - { - '000' : 'Du', - '800000' : 'Marwn', - '8B4513' : 'Brown Cyfrwy', - '2F4F4F' : 'Llechen Tywyll', - '008080' : 'Corhwyad', - '000080' : 'Nefi', - '4B0082' : 'Indigo', - '696969' : 'Llwyd Pwl', - 'B22222' : 'Bric Tân', - 'A52A2A' : 'Brown', - 'DAA520' : 'Rhoden Aur', - '006400' : 'Gwyrdd Tywyll', - '40E0D0' : 'Gwyrddlas', - '0000CD' : 'Glas Canolig', - '800080' : 'Porffor', - '808080' : 'Llwyd', - 'F00' : 'Coch', - 'FF8C00' : 'Oren Tywyll', - 'FFD700' : 'Aur', - '008000' : 'Gwyrdd', - '0FF' : 'Cyan', - '00F' : 'Glas', - 'EE82EE' : 'Fioled', - 'A9A9A9' : 'Llwyd Tywyll', - 'FFA07A' : 'Samwn Golau', - 'FFA500' : 'Oren', - 'FFFF00' : 'Melyn', - '00FF00' : 'Leim', - 'AFEEEE' : 'Gwyrddlas Golau', - 'ADD8E6' : 'Glas Golau', - 'DDA0DD' : 'Eirinen', - 'D3D3D3' : 'Llwyd Golau', - 'FFF0F5' : 'Gwrid Lafant', - 'FAEBD7' : 'Gwyn Hynafol', - 'FFFFE0' : 'Melyn Golau', - 'F0FFF0' : 'Melwn Gwyrdd Golau', - 'F0FFFF' : 'Aswr', - 'F0F8FF' : 'Glas Alys', - 'E6E6FA' : 'Lafant', - 'FFF' : 'Gwyn' - }, - - scayt : - { - title : 'Gwirio\'r Sillafu Wrth Deipio', - opera_title : 'Heb ei gynnal gan Opera', - enable : 'Galluogi SCAYT', - disable : 'Analluogi SCAYT', - about : 'Ynghylch SCAYT', - toggle : 'Togl SCAYT', - options : 'Opsiynau', - langs : 'Ieithoedd', - moreSuggestions : 'Awgrymiadau pellach', - ignore : 'Anwybyddu', - ignoreAll : 'Anwybyddu pob', - addWord : 'Ychwanegu Gair', - emptyDic : 'Ni ddylai enw\'r geiriadur fod yn wag.', - - optionsTab : 'Opsiynau', - allCaps : 'Anwybyddu Geiriau Nodau Uwch i Gyd', - ignoreDomainNames : 'Anwybyddu Enwau Parth', - mixedCase : 'Anwybyddu Geiriau â Chymysgedd Nodau Uwch ac Is', - mixedWithDigits : 'Anwybyddu Geiriau â Rhifau', - - languagesTab : 'Ieithoedd', - - dictionariesTab : 'Geiriaduron', - dic_field_name : 'Enw\'r geiriadur', - dic_create : 'Creu', - dic_restore : 'Adfer', - dic_delete : 'Dileu', - dic_rename : 'Ailenwi', - dic_info : 'Ar y cychwyn, caiff y Geiriadur ei storio mewn Cwci. Er, mae terfyn ar faint cwcis. Pan fydd Gweiriadur Defnyddiwr yn tyfu tu hwnt i gyfyngiadau maint Cwci, caiff y geiriadur ei storio ar ein gweinydd ni. er mwyn storio eich geiriadur poersonol chi ar ein gweinydd, bydd angen i chi osod enw ar gyfer y geiriadur. Os oes geiriadur \'da chi ar ein gweinydd yn barod, teipiwch ei enw a chliciwch y botwm Adfer.', - - aboutTab : 'Ynghylch' - }, - - about : - { - title : 'Ynghylch CKEditor', - dlgTitle : 'Ynghylch CKEditor', - help : 'Gwirio $1 am gymorth.', - userGuide : 'Canllawiau Defnyddiwr CKEditor', - moreInfo : 'Am wybodaeth ynghylch trwyddedau, ewch i\'n gwefan:', - copy : 'Hawlfraint © $1. Cedwir pob hawl.' - }, - - maximize : 'Mwyhau', - minimize : 'Lleihau', - - fakeobjects : - { - anchor : 'Angor', - flash : 'Animeiddiant Flash', - iframe : 'IFrame', - hiddenfield : 'Maes Cudd', - unknown : 'Gwrthrych Anhysbys' - }, - - resize : 'Llusgo i ailfeintio', - - colordialog : - { - title : 'Dewis lliw', - options : 'Opsiynau Lliw', - highlight : 'Uwcholeuo', - selected : 'Dewiswyd', - clear : 'Clirio' - }, - - toolbarCollapse : 'Cyfangu\'r Bar Offer', - toolbarExpand : 'Ehangu\'r Bar Offer', - - toolbarGroups : - { - document : 'Dogfen', - clipboard : 'Clipfwrdd/Dadwneud', - editing : 'Golygu', - forms : 'Ffurflenni', - basicstyles : 'Arddulliau Sylfaenol', - paragraph : 'Paragraff', - links : 'Dolenni', - insert : 'Mewnosod', - styles : 'Arddulliau', - colors : 'Lliwiau', - tools : 'Offer' - }, - - bidi : - { - ltr : 'Cyfeiriad testun o\'r chwith i\'r dde', - rtl : 'Cyfeiriad testun o\'r dde i\'r chwith' - }, - - docprops : - { - label : 'Priodweddau Dogfen', - title : 'Priodweddau Dogfen', - design : 'Cynllunio', - meta : 'Tagiau Meta', - chooseColor : 'Dewis', - other : 'Arall...', - docTitle : 'Teitl y Dudalen', - charset : 'Amgodio Set Nodau', - charsetOther : 'Amgodio Set Nodau Arall', - charsetASCII : 'ASCII', - charsetCE : 'Ewropeaidd Canol', - charsetCT : 'Tsieinëeg Traddodiadol (Big5)', - charsetCR : 'Syrilig', - charsetGR : 'Groeg', - charsetJP : 'Siapanëeg', - charsetKR : 'Corëeg', - charsetTR : 'Tyrceg', - charsetUN : 'Unicode (UTF-8)', - charsetWE : 'Ewropeaidd Gorllewinol', - docType : 'Pennawd Math y Ddogfen', - docTypeOther : 'Pennawd Math y Ddogfen Arall', - xhtmlDec : 'Cynnwys Datganiadau XHTML', - bgColor : 'Lliw Cefndir', - bgImage : 'URL Delwedd Cefndir', - bgFixed : 'Cefndir Sefydlog (Ddim yn Sgrolio)', - txtColor : 'Lliw y Testun', - margin : 'Ffin y Dudalen', - marginTop : 'Brig', - marginLeft : 'Chwith', - marginRight : 'Dde', - marginBottom : 'Gwaelod', - metaKeywords : 'Allweddeiriau Indecsio Dogfen (gwahanu gyda choma)', - metaDescription : 'Disgrifiad y Ddogfen', - metaAuthor : 'Awdur', - metaCopyright : 'Hawlfraint', - previewHtml : '<p>Dyma ychydig o <strong>destun sampl</strong>. Rydych chi\'n defnyddio <a href="javascript:void(0)">CKEditor</a>.</p>' - } -}; diff --git a/skins/ckeditor/_source/lang/da.js b/skins/ckeditor/_source/lang/da.js deleted file mode 100644 index a5ba5dc..0000000 --- a/skins/ckeditor/_source/lang/da.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Danish language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['da'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Kilde', - newPage : 'Ny side', - save : 'Gem', - preview : 'Vis eksempel', - cut : 'Klip', - copy : 'Kopiér', - paste : 'Indsæt', - print : 'Udskriv', - underline : 'Understreget', - bold : 'Fed', - italic : 'Kursiv', - selectAll : 'Vælg alt', - removeFormat : 'Fjern formatering', - strike : 'Gennemstreget', - subscript : 'Sænket skrift', - superscript : 'Hævet skrift', - horizontalrule : 'Indsæt vandret streg', - pagebreak : 'Indsæt sideskift', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Fjern hyperlink', - undo : 'Fortryd', - redo : 'Annullér fortryd', - - // Common messages and labels. - common : - { - 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 : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'Generelt', - 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 : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Bredde', - height : 'Højde', - align : 'Justering', - alignLeft : 'Venstre', - alignRight : 'Højre', - alignCenter : 'Centreret', - alignTop : 'Ãverst', - alignMiddle : 'Centreret', - alignBottom : 'Nederst', - invalidHeight : 'Højde skal være et tal.', - invalidWidth : 'Bredde skal være et tal.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, ikke tilgængelig</span>' - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Indsæt symbol', - title : 'Vælg symbol', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Indsæt/redigér hyperlink', - other : '<anden>', - menu : 'Redigér hyperlink', - title : 'Egenskaber for hyperlink', - info : 'Generelt', - target : 'MÃ¥l', - upload : 'Upload', - advanced : 'Avanceret', - type : 'Type', - toUrl : 'URL', // MISSING - toAnchor : 'Bogmærke pÃ¥ denne side', - toEmail : 'E-mail', - targetFrame : '<ramme>', - targetPopup : '<popup vindue>', - targetFrameName : 'Destinationsvinduets navn', - targetPopupName : 'Popup vinduets navn', - popupFeatures : 'Egenskaber for popup', - popupResizable : 'Justérbar', - popupStatusBar : 'Statuslinje', - popupLocationBar: 'Adresselinje', - popupToolbar : 'Værktøjslinje', - popupMenuBar : 'Menulinje', - popupFullScreen : 'Fuld skærm (IE)', - popupScrollBars : 'Scrollbar', - popupDependent : 'Koblet/dependent (Netscape)', - popupLeft : 'Position fra venstre', - popupTop : 'Position fra toppen', - id : 'Id', - langDir : 'Tekstretning', - langDirLTR : 'Fra venstre mod højre (LTR)', - langDirRTL : 'Fra højre mod venstre (RTL)', - acccessKey : 'Genvejstast', - name : 'Navn', - langCode : 'Tekstretning', - tabIndex : 'Tabulator indeks', - advisoryTitle : 'Titel', - advisoryContentType : 'Indholdstype', - cssClasses : 'Typografiark', - charset : 'Tegnsæt', - styles : 'Typografi', - rel : 'Relationship', // MISSING - selectAnchor : 'Vælg et anker', - anchorName : 'Efter anker navn', - anchorId : 'Efter element Id', - emailAddress : 'E-mail adresse', - emailSubject : 'Emne', - emailBody : 'Besked', - noAnchors : '(Ingen bogmærker i dokumentet)', - noUrl : 'Indtast hyperlink URL!', - noEmail : 'Indtast e-mail adresse!' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Indsæt/redigér bogmærke', - menu : 'Egenskaber for bogmærke', - title : 'Egenskaber for bogmærke', - name : 'Bogmærke navn', - errorName : 'Indtast bogmærke navn', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Søg og erstat', - find : 'Søg', - replace : 'Erstat', - findWhat : 'Søg efter:', - replaceWith : 'Erstat med:', - notFoundMsg : 'Søgeteksten blev ikke fundet', - matchCase : 'Forskel pÃ¥ store og smÃ¥ bogstaver', - matchWord : 'Kun hele ord', - matchCyclic : 'Match cyklisk', - replaceAll : 'Erstat alle', - replaceSuccessMsg : '%1 forekomst(er) erstattet.' - }, - - // Table Dialog - table : - { - toolbar : 'Tabel', - title : 'Egenskaber for tabel', - menu : 'Egenskaber for tabel', - deleteTable : 'Slet tabel', - rows : 'Rækker', - columns : 'Kolonner', - border : 'Rammebredde', - widthPx : 'pixels', - widthPc : 'procent', - widthUnit : 'width unit', // MISSING - cellSpace : 'Celleafstand', - cellPad : 'Cellemargen', - caption : 'Titel', - summary : 'Resumé', - headers : 'Header', - headersNone : 'Ingen', - headersColumn : 'Første kolonne', - headersRow : 'Første række', - headersBoth : 'Begge', - invalidRows : 'Antallet af rækker skal være større end 0.', - invalidCols : 'Antallet af kolonner skal være større end 0.', - invalidBorder : 'Rammetykkelse skal være et tal.', - invalidWidth : 'Tabelbredde skal være et tal.', - invalidHeight : 'Tabelhøjde skal være et tal.', - invalidCellSpacing : 'Celleafstand skal være et tal.', - invalidCellPadding : 'Cellemargen skal være et tal.', - - 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 : 'Header', - 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 : 'Choose' // MISSING - }, - - row : - { - menu : 'Række', - insertBefore : 'Indsæt række før', - insertAfter : 'Indsæt række efter', - deleteRow : 'Slet række' - }, - - column : - { - menu : 'Kolonne', - insertBefore : 'Indsæt kolonne før', - insertAfter : 'Indsæt kolonne efter', - deleteColumn : 'Slet kolonne' - } - }, - - // Button Dialog. - button : - { - title : 'Egenskaber for knap', - text : 'Tekst', - type : 'Type', - typeBtn : 'Knap', - typeSbm : 'Send', - typeRst : 'Nulstil' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Egenskaber for afkrydsningsfelt', - radioTitle : 'Egenskaber for alternativknap', - value : 'Værdi', - selected : 'Valgt' - }, - - // Form Dialog. - form : - { - title : 'Egenskaber for formular', - menu : 'Egenskaber for formular', - action : 'Handling', - method : 'Metode', - encoding : 'Kodning (encoding)' - }, - - // Select Field Dialog. - select : - { - title : 'Egenskaber for liste', - selectInfo : 'Generelt', - opAvail : 'Valgmuligheder', - value : 'Værdi', - size : 'Størrelse', - lines : 'Linjer', - chkMulti : 'Tillad flere valg', - opText : 'Tekst', - opValue : 'Værdi', - btnAdd : 'Tilføj', - btnModify : 'Redigér', - btnUp : 'Op', - btnDown : 'Ned', - btnSetValue : 'Sæt som valgt', - btnDelete : 'Slet' - }, - - // Textarea Dialog. - textarea : - { - title : 'Egenskaber for tekstboks', - cols : 'Kolonner', - rows : 'Rækker' - }, - - // Text Field Dialog. - textfield : - { - title : 'Egenskaber for tekstfelt', - name : 'Navn', - value : 'Værdi', - charWidth : 'Bredde (tegn)', - maxChars : 'Max. antal tegn', - type : 'Type', - typeText : 'Tekst', - typePass : 'Adgangskode' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Egenskaber for skjult felt', - name : 'Navn', - value : 'Værdi' - }, - - // Image Dialog. - image : - { - title : 'Egenskaber for billede', - titleButton : 'Egenskaber for billedknap', - menu : 'Egenskaber for billede', - infoTab : 'Generelt', - btnUpload : 'Upload', - upload : 'Upload', - alt : 'Alternativ tekst', - lockRatio : 'LÃ¥s størrelsesforhold', - resetSize : 'Nulstil størrelse', - border : 'Ramme', - hSpace : 'Vandret margen', - vSpace : 'Lodret margen', - alertUrl : 'Indtast stien til billedet', - linkTab : 'Hyperlink', - button2Img : 'Vil du lave billedknappen om til et almindeligt billede?', - img2Button : 'Vil du lave billedet om til en billedknap?', - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Egenskaber for Flash', - propertiesTab : 'Egenskaber', - title : 'Egenskaber for Flash', - chkPlay : 'Automatisk afspilning', - chkLoop : 'Gentagelse', - chkMenu : 'Vis Flash menu', - chkFull : 'Tillad fuldskærm', - scale : 'Skalér', - scaleAll : 'Vis alt', - scaleNoBorder : 'Ingen ramme', - scaleFit : 'Tilpas størrelse', - access : 'Script adgang', - accessAlways : 'Altid', - accessSameDomain: 'Samme domæne', - accessNever : 'Aldrig', - alignAbsBottom : 'Absolut nederst', - alignAbsMiddle : 'Absolut centreret', - alignBaseline : 'Grundlinje', - alignTextTop : 'Toppen af teksten', - quality : 'Kvalitet', - qualityBest : 'Bedste', - qualityHigh : 'Høj', - qualityAutoHigh : 'Auto høj', - qualityMedium : 'Medium', - qualityAutoLow : 'Auto lav', - qualityLow : 'Lav', - windowModeWindow: 'Vindue', - windowModeOpaque: 'Gennemsigtig (opaque)', - windowModeTransparent : 'Transparent', - windowMode : 'Vinduestilstand', - flashvars : 'Variabler for Flash', - bgcolor : 'Baggrundsfarve', - hSpace : 'Vandret margen', - vSpace : 'Lodret margen', - validateSrc : 'Indtast hyperlink URL!', - validateHSpace : 'Vandret margen skal være et tal.', - validateVSpace : 'Lodret margen skal være et tal.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Stavekontrol', - title : 'Stavekontrol', - notAvailable : 'Stavekontrol er desværre ikke tilgængelig.', - errorLoading : 'Fejl ved indlæsning af host: %s.', - notInDic : 'Ikke i ordbogen', - changeTo : 'Forslag', - btnIgnore : 'Ignorér', - btnIgnoreAll : 'Ignorér alle', - btnReplace : 'Erstat', - btnReplaceAll : 'Erstat alle', - btnUndo : 'Tilbage', - noSuggestions : '(ingen forslag)', - progress : 'Stavekontrollen arbejder...', - noMispell : 'Stavekontrol færdig: Ingen fejl fundet', - noChanges : 'Stavekontrol færdig: Ingen ord ændret', - oneChange : 'Stavekontrol færdig: Et ord ændret', - manyChanges : 'Stavekontrol færdig: %1 ord ændret', - ieSpellDownload : 'Stavekontrol ikke installeret. Vil du installere den nu?' - }, - - smiley : - { - toolbar : 'Smiley', - title : 'Vælg smiley', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' - }, - - numberedlist : 'Talopstilling', - bulletedlist : 'Punktopstilling', - indent : 'Forøg indrykning', - outdent : 'Formindsk indrykning', - - justify : - { - left : 'Venstrestillet', - center : 'Centreret', - right : 'Højrestillet', - block : 'Lige margener' - }, - - blockquote : 'Blokcitat', - - clipboard : - { - title : 'Indsæt', - 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).', - 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).', - 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.', - pasteArea : 'Paste Area' // MISSING - }, - - 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?', - toolbar : 'Indsæt fra Word', - title : 'Indsæt fra Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Indsæt som ikke-formateret tekst', - title : 'Indsæt som ikke-formateret tekst' - }, - - templates : - { - button : 'Skabeloner', - title : 'Indholdsskabeloner', - options : 'Template Options', // MISSING - insertOption : 'Erstat det faktiske indhold', - selectPromptMsg : 'Vælg den skabelon, som skal Ã¥bnes i editoren (nuværende indhold vil blive overskrevet):', - emptyListMsg : '(Der er ikke defineret nogen skabelon)' - }, - - showBlocks : 'Vis afsnitsmærker', - - stylesCombo : - { - label : 'Typografi', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block typografi', - panelTitle2 : 'Inline typografi', - panelTitle3 : 'Object typografi' - }, - - format : - { - label : 'Formatering', - panelTitle : 'Formatering', - - tag_p : 'Normal', - tag_pre : 'Formateret', - tag_address : 'Adresse', - 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_div : 'Normal (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Skrifttype', - voiceLabel : 'Skrifttype', - panelTitle : 'Skrifttype' - }, - - fontSize : - { - label : 'Skriftstørrelse', - voiceLabel : 'Skriftstørrelse', - panelTitle : 'Skriftstørrelse' - }, - - colorButton : - { - textColorTitle : 'Tekstfarve', - bgColorTitle : 'Baggrundsfarve', - panelTitle : 'Colors', // MISSING - auto : 'Automatisk', - more : 'Flere farver...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Stavekontrol mens du skriver', - opera_title : 'Not supported by Opera', // MISSING - enable : 'Aktivér SCAYT', - disable : 'Deaktivér SCAYT', - about : 'Om SCAYT', - toggle : 'Skift/toggle SCAYT', - options : 'Indstillinger', - langs : 'Sprog', - moreSuggestions : 'Flere forslag', - ignore : 'Ignorér', - ignoreAll : 'Ignorér alle', - addWord : 'Tilføj ord', - emptyDic : 'Ordbogsnavn mÃ¥ ikke være tom.', - - optionsTab : 'Indstillinger', - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Sprog', - - dictionariesTab : 'Ordbøger', - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'Om' - }, - - about : - { - title : 'Om CKEditor', - dlgTitle : 'Om CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For informationer omkring licens, se venligst vores hjemmeside (pÃ¥ engelsk):', - copy : 'Copyright © $1. Alle rettigheder forbeholdes.' - }, - - maximize : 'Maximér', - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anker', - flash : 'Flashanimation', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Ukendt objekt' - }, - - resize : 'Træk for at skalere', - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Egenskaber for dokument', - title : 'Egenskaber for dokument', - design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING - chooseColor : 'Choose', // MISSING - other : '<anden>', - docTitle : 'Sidetitel', - charset : 'Tegnsæt kode', - charsetOther : 'Anden tegnsæt kode', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Centraleuropæisk', - charsetCT : 'Traditionel kinesisk (Big5)', - charsetCR : 'Kyrillisk', - charsetGR : 'Græsk', - charsetJP : 'Japansk', - charsetKR : 'Koreansk', - charsetTR : 'Tyrkisk', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Vesteuropæisk', - docType : 'Dokumenttype kategori', - docTypeOther : 'Anden dokumenttype kategori', - xhtmlDec : 'Inkludere XHTML deklartion', - bgColor : 'Baggrundsfarve', - bgImage : 'Baggrundsbillede URL', - bgFixed : 'FastlÃ¥st baggrund', - txtColor : 'Tekstfarve', - margin : 'Sidemargen', - marginTop : 'Ãverst', - marginLeft : 'Venstre', - marginRight : 'Højre', - marginBottom : 'Nederst', - metaKeywords : 'Dokument index nøgleord (kommasepareret)', - metaDescription : 'Dokument beskrivelse', - metaAuthor : 'Forfatter', - metaCopyright : 'Copyright', // MISSING - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/de.js b/skins/ckeditor/_source/lang/de.js deleted file mode 100644 index eccb369..0000000 --- a/skins/ckeditor/_source/lang/de.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * German language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['de'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'WYSIWYG-Editor, %1, drücken Sie ALT 0 für Hilfe.', - - // ARIA descriptions. - toolbars : 'Editor Symbolleisten', - editor : 'WYSIWYG-Editor', - - // Toolbar buttons without dialogs. - source : 'Quellcode', - newPage : 'Neue Seite', - save : 'Speichern', - preview : 'Vorschau', - cut : 'Ausschneiden', - copy : 'Kopieren', - paste : 'Einfügen', - print : 'Drucken', - underline : 'Unterstrichen', - bold : 'Fett', - italic : 'Kursiv', - selectAll : 'Alles auswählen', - removeFormat : 'Formatierungen entfernen', - strike : 'Durchgestrichen', - subscript : 'Tiefgestellt', - superscript : 'Hochgestellt', - horizontalrule : 'Horizontale Linie einfügen', - pagebreak : 'Seitenumbruch einfügen', - pagebreakAlt : 'Seitenumbruch einfügen', - unlink : 'Link entfernen', - undo : 'Rückgängig', - redo : 'Wiederherstellen', - - // Common messages and labels. - common : - { - browseServer : 'Server durchsuchen', - url : 'URL', - protocol : 'Protokoll', - upload : 'Hochladen', - uploadSubmit : 'Zum Server senden', - image : 'Bild', - flash : 'Flash', - form : 'Formular', - checkbox : 'Checkbox', - radio : 'Radiobutton', - textField : 'Textfeld einzeilig', - textarea : 'Textfeld mehrzeilig', - hiddenField : 'Verstecktes Feld', - button : 'Klickbutton', - select : 'Auswahlfeld', - imageButton : 'Bildbutton', - notSet : '<nichts>', - id : 'ID', - name : 'Name', - langDir : 'Schreibrichtung', - langDirLtr : 'Links nach Rechts (LTR)', - langDirRtl : 'Rechts nach Links (RTL)', - langCode : 'Sprachenkürzel', - longDescr : 'Langform URL', - cssClass : 'Stylesheet Klasse', - advisoryTitle : 'Titel Beschreibung', - cssStyle : 'Style', - ok : 'OK', - cancel : 'Abbrechen', - close : 'SchlieÃen', - preview : 'Vorschau', - 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 schlieÃen?', - 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', - alignTop : 'Oben', - alignMiddle : 'Mitte', - alignBottom : 'Unten', - invalidHeight : 'Höhe muss eine Zahl sein.', - invalidWidth : 'Breite muss eine Zahl sein.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, nicht verfügbar</span>' - }, - - contextmenu : - { - options : 'Kontextmenü Optionen' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Sonderzeichen einfügen/editieren', - title : 'Sonderzeichen auswählen', - options : 'Sonderzeichen Optionen' - }, - - // Link dialog. - link : - { - toolbar : 'Link einfügen/editieren', - other : '<andere>', - menu : 'Link editieren', - title : 'Link', - info : 'Link-Info', - target : 'Zielseite', - upload : 'Hochladen', - advanced : 'Erweitert', - type : 'Link-Typ', - toUrl : 'URL', - toAnchor : 'Anker in dieser Seite', - toEmail : 'E-Mail', - targetFrame : '<Frame>', - targetPopup : '<Pop-up Fenster>', - targetFrameName : 'Ziel-Fenster-Name', - targetPopupName : 'Pop-up Fenster-Name', - popupFeatures : 'Pop-up Fenster-Eigenschaften', - popupResizable : 'GröÃe änderbar', - popupStatusBar : 'Statusleiste', - popupLocationBar: 'Adress-Leiste', - popupToolbar : 'Symbolleiste', - popupMenuBar : 'Menü-Leiste', - popupFullScreen : 'Vollbild (IE)', - popupScrollBars : 'Rollbalken', - popupDependent : 'Abhängig (Netscape)', - popupLeft : 'Linke Position', - popupTop : 'Obere Position', - id : 'Id', - langDir : 'Schreibrichtung', - langDirLTR : 'Links nach Rechts (LTR)', - langDirRTL : 'Rechts nach Links (RTL)', - acccessKey : 'Zugriffstaste', - name : 'Name', - langCode : 'Sprachenkürzel', - tabIndex : 'Tab-Index', - advisoryTitle : 'Titel Beschreibung', - advisoryContentType : 'Inhaltstyp', - cssClasses : 'Stylesheet Klasse', - charset : 'Ziel-Zeichensatz', - styles : 'Style', - rel : 'Beziehung', - selectAnchor : 'Anker auswählen', - anchorName : 'nach Anker Name', - anchorId : 'nach Element Id', - emailAddress : 'E-Mail Addresse', - emailSubject : 'Betreffzeile', - emailBody : 'Nachrichtentext', - noAnchors : '(keine Anker im Dokument vorhanden)', - noUrl : 'Bitte geben Sie die Link-URL an', - noEmail : 'Bitte geben Sie e-Mail Adresse an' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Anker einfügen/editieren', - menu : 'Anker-Eigenschaften', - title : 'Anker-Eigenschaften', - name : 'Anker Name', - errorName : 'Bitte geben Sie den Namen des Ankers ein', - remove : 'Anker entfernen' - }, - - // List style dialog - list: - { - numberedTitle : 'Nummerierte Listen-Eigenschaften', - bulletedTitle : 'Listen-Eigenschaften', - type : 'Typ', - start : 'Start', - validateStartNumber :'List Startnummer muss eine ganze Zahl sein.', - circle : 'Ring', - disc : 'Kreis', - square : 'Quadrat', - none : 'Keine', - notset : '<nicht gesetzt>', - armenian : 'Armenisch Nummerierung', - georgian : 'Georgisch Nummerierung (an, ban, gan, etc.)', - lowerRoman : 'Klein römisch (i, ii, iii, iv, v, etc.)', - upperRoman : 'Groà römisch (I, II, III, IV, V, etc.)', - lowerAlpha : 'Klein alpha (a, b, c, d, e, etc.)', - upperAlpha : 'Groà alpha (A, B, C, D, E, etc.)', - lowerGreek : 'Klein griechisch (alpha, beta, gamma, etc.)', - decimal : 'Dezimal (1, 2, 3, etc.)', - decimalLeadingZero : 'Dezimal mit führende Null (01, 02, 03, etc.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Suchen und Ersetzen', - find : 'Suchen', - replace : 'Ersetzen', - findWhat : 'Suche nach:', - replaceWith : 'Ersetze mit:', - notFoundMsg : 'Der gesuchte Text wurde nicht gefunden.', - matchCase : 'GroÃ-Kleinschreibung beachten', - matchWord : 'Nur ganze Worte suchen', - matchCyclic : 'Zyklische Suche', - replaceAll : 'Alle ersetzen', - replaceSuccessMsg : '%1 vorkommen ersetzt.' - }, - - // Table Dialog - table : - { - toolbar : 'Tabelle', - title : 'Tabellen-Eigenschaften', - menu : 'Tabellen-Eigenschaften', - deleteTable : 'Tabelle löschen', - rows : 'Zeile', - columns : 'Spalte', - border : 'Rahmen', - widthPx : 'Pixel', - widthPc : '%', - widthUnit : 'Breite Einheit', - cellSpace : 'Zellenabstand auÃen', - cellPad : 'Zellenabstand innen', - caption : 'Ãberschrift', - summary : 'Inhaltsübersicht', - headers : 'Kopfzeile', - headersNone : 'Keine', - headersColumn : 'Erste Spalte', - headersRow : 'Erste Zeile', - headersBoth : 'Beide', - invalidRows : 'Die Anzahl der Zeilen muà gröÃer als 0 sein.', - invalidCols : 'Die Anzahl der Spalten muà gröÃer als 0 sein..', - invalidBorder : 'Die Rahmenbreite muà eine Zahl sein.', - invalidWidth : 'Die Tabellenbreite muss eine Zahl sein.', - invalidHeight : 'Die Tabellenbreite muà eine Zahl sein.', - invalidCellSpacing : 'Der Zellenabstand auÃen muà eine positive Zahl sein.', - invalidCellPadding : 'Der Zellenabstand innen muà eine positive Zahl sein.', - - cell : - { - menu : 'Zelle', - insertBefore : 'Zelle davor einfügen', - insertAfter : 'Zelle danach einfügen', - deleteCell : 'Zelle löschen', - merge : 'Zellen verbinden', - mergeRight : 'Nach rechts verbinden', - mergeDown : 'Nach unten verbinden', - splitHorizontal : 'Zelle horizontal teilen', - splitVertical : 'Zelle vertikal teilen', - title : 'Zellen-Eigenschaften', - cellType : 'Zellart', - rowSpan : 'Anzahl Zeilen verbinden', - colSpan : 'Anzahl Spalten verbinden', - wordWrap : 'Zeilenumbruch', - hAlign : 'Horizontale Ausrichtung', - vAlign : 'Vertikale Ausrichtung', - alignBaseline : 'Grundlinie', - bgColor : 'Hintergrundfarbe', - borderColor : 'Rahmenfarbe', - data : 'Daten', - header : 'Ãberschrift', - yes : 'Ja', - no : 'Nein', - invalidWidth : 'Zellenbreite muà eine Zahl sein.', - invalidHeight : 'Zellenhöhe muà eine Zahl sein.', - invalidRowSpan : '"Anzahl Zeilen verbinden" muss eine Ganzzahl sein.', - invalidColSpan : '"Anzahl Spalten verbinden" muss eine Ganzzahl sein.', - chooseColor : 'Wählen' - }, - - row : - { - menu : 'Zeile', - insertBefore : 'Zeile oberhalb einfügen', - insertAfter : 'Zeile unterhalb einfügen', - deleteRow : 'Zeile entfernen' - }, - - column : - { - menu : 'Spalte', - insertBefore : 'Spalte links davor einfügen', - insertAfter : 'Spalte rechts danach einfügen', - deleteColumn : 'Spalte löschen' - } - }, - - // Button Dialog. - button : - { - title : 'Button-Eigenschaften', - text : 'Text (Wert)', - type : 'Typ', - typeBtn : 'Button', - typeSbm : 'Absenden', - typeRst : 'Zurücksetzen' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Checkbox-Eigenschaften', - radioTitle : 'Optionsfeld-Eigenschaften', - value : 'Wert', - selected : 'ausgewählt' - }, - - // Form Dialog. - form : - { - title : 'Formular-Eigenschaften', - menu : 'Formular-Eigenschaften', - action : 'Action', - method : 'Method', - encoding : 'Zeichenkodierung' - }, - - // Select Field Dialog. - select : - { - title : 'Auswahlfeld-Eigenschaften', - selectInfo : 'Info', - opAvail : 'Mögliche Optionen', - value : 'Wert', - size : 'GröÃe', - lines : 'Linien', - chkMulti : 'Erlaube Mehrfachauswahl', - opText : 'Text', - opValue : 'Wert', - btnAdd : 'Hinzufügen', - btnModify : 'Ãndern', - btnUp : 'Hoch', - btnDown : 'Runter', - btnSetValue : 'Setze als Standardwert', - btnDelete : 'Entfernen' - }, - - // Textarea Dialog. - textarea : - { - title : 'Textfeld (mehrzeilig) Eigenschaften', - cols : 'Spalten', - rows : 'Reihen' - }, - - // Text Field Dialog. - textfield : - { - title : 'Textfeld (einzeilig) Eigenschaften', - name : 'Name', - value : 'Wert', - charWidth : 'Zeichenbreite', - maxChars : 'Max. Zeichen', - type : 'Typ', - typeText : 'Text', - typePass : 'Passwort' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Verstecktes Feld-Eigenschaften', - name : 'Name', - value : 'Wert' - }, - - // Image Dialog. - image : - { - title : 'Bild-Eigenschaften', - titleButton : 'Bildbutton-Eigenschaften', - menu : 'Bild-Eigenschaften', - infoTab : 'Bild-Info', - btnUpload : 'Zum Server senden', - upload : 'Hochladen', - alt : 'Alternativer Text', - lockRatio : 'GröÃenverhältnis beibehalten', - resetSize : 'GröÃe zurücksetzen', - border : 'Rahmen', - hSpace : 'Horizontal-Abstand', - vSpace : 'Vertikal-Abstand', - alertUrl : 'Bitte geben Sie die Bild-URL an', - linkTab : 'Link', - button2Img : 'Möchten Sie den gewählten Bild-Button in ein einfaches Bild umwandeln?', - img2Button : 'Möchten Sie das gewählten Bild in einen Bild-Button umwandeln?', - urlMissing : 'Imagequelle URL fehlt.', - validateBorder : 'Rahmen muà eine ganze Zahl sein.', - validateHSpace : 'Horizontal-Abstand muà eine ganze Zahl sein.', - validateVSpace : 'Vertikal-Abstand muà eine ganze Zahl sein.' - }, - - // Flash Dialog - flash : - { - properties : 'Flash-Eigenschaften', - propertiesTab : 'Eigenschaften', - title : 'Flash-Eigenschaften', - chkPlay : 'Automatisch Abspielen', - chkLoop : 'Endlosschleife', - chkMenu : 'Flash-Menü aktivieren', - chkFull : 'Vollbildmodus erlauben', - scale : 'Skalierung', - scaleAll : 'Alles anzeigen', - scaleNoBorder : 'Ohne Rand', - scaleFit : 'Passgenau', - access : 'Skript Zugang', - accessAlways : 'Immer', - accessSameDomain: 'Gleiche Domain', - accessNever : 'Nie', - alignAbsBottom : 'Abs Unten', - alignAbsMiddle : 'Abs Mitte', - alignBaseline : 'Baseline', - alignTextTop : 'Text Oben', - quality : 'Qualität', - qualityBest : 'Beste', - qualityHigh : 'Hoch', - qualityAutoHigh : 'Auto Hoch', - qualityMedium : 'Medium', - qualityAutoLow : 'Auto Niedrig', - qualityLow : 'Niedrig', - windowModeWindow: 'Fenster', - windowModeOpaque: 'Deckend', - windowModeTransparent : 'Transparent', - windowMode : 'Fenster Modus', - flashvars : 'Variablen für Flash', - bgcolor : 'Hintergrundfarbe', - hSpace : 'Horizontal-Abstand', - vSpace : 'Vertikal-Abstand', - validateSrc : 'Bitte geben Sie die Link-URL an', - validateHSpace : 'HSpace muss eine Zahl sein.', - validateVSpace : 'VSpace muss eine Zahl sein.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Rechtschreibprüfung', - title : 'Rechtschreibprüfung', - notAvailable : 'Entschuldigung, aber dieser Dienst steht im Moment nicht zur Verfügung.', - errorLoading : 'Fehler beim laden des Dienstanbieters: %s.', - notInDic : 'Nicht im Wörterbuch', - changeTo : 'Ãndern in', - btnIgnore : 'Ignorieren', - btnIgnoreAll : 'Alle Ignorieren', - btnReplace : 'Ersetzen', - btnReplaceAll : 'Alle Ersetzen', - btnUndo : 'Rückgängig', - noSuggestions : ' - keine Vorschläge - ', - progress : 'Rechtschreibprüfung läuft...', - noMispell : 'Rechtschreibprüfung abgeschlossen - keine Fehler gefunden', - noChanges : 'Rechtschreibprüfung abgeschlossen - keine Worte geändert', - oneChange : 'Rechtschreibprüfung abgeschlossen - ein Wort geändert', - manyChanges : 'Rechtschreibprüfung abgeschlossen - %1 Wörter geändert', - ieSpellDownload : 'Rechtschreibprüfung nicht installiert. Möchten Sie sie jetzt herunterladen?' - }, - - smiley : - { - toolbar : 'Smiley', - title : 'Smiley auswählen', - options : 'Smiley Optionen' - }, - - elementsPath : - { - eleLabel : 'Elements Pfad', - eleTitle : '%1 Element' - }, - - numberedlist : 'Nummerierte Liste', - bulletedlist : 'Liste', - indent : 'Einzug erhöhen', - outdent : 'Einzug verringern', - - justify : - { - left : 'Linksbündig', - center : 'Zentriert', - right : 'Rechtsbündig', - block : 'Blocksatz' - }, - - blockquote : 'Zitatblock', - - clipboard : - { - title : 'Einfügen', - 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).', - copyError : 'Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch kopieren. Bitte benutzen Sie die System-Zwischenablage über STRG-C (kopieren).', - 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>.', - 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.', - pasteArea : 'Einfügebereich' - }, - - pastefromword : - { - confirmCleanup : 'Der Text, den Sie einfügen möchten, scheint aus MS-Word kopiert zu sein. Möchten Sie ihn zuvor bereinigen lassen?', - toolbar : 'Aus MS-Word einfügen', - title : 'Aus MS-Word einfügen', - error : 'Aufgrund eines internen Fehlers war es nicht möglich die eingefügten Daten zu bereinigen' - }, - - pasteText : - { - button : 'Als Text einfügen', - title : 'Als Text einfügen' - }, - - templates : - { - button : 'Vorlagen', - title : 'Vorlagen', - options : 'Vorlagen Optionen', - insertOption : 'Aktuellen Inhalt ersetzen', - selectPromptMsg : 'Klicken Sie auf eine Vorlage, um sie im Editor zu öffnen (der aktuelle Inhalt wird dabei gelöscht!):', - emptyListMsg : '(keine Vorlagen definiert)' - }, - - showBlocks : 'Blöcke anzeigen', - - stylesCombo : - { - label : 'Stil', - panelTitle : 'Formatierungenstil', - panelTitle1 : 'Block Stilart', - panelTitle2 : 'Inline Stilart', - panelTitle3 : 'Objekt Stilart' - }, - - format : - { - label : 'Format', - panelTitle : 'Format', - - tag_p : 'Normal', - tag_pre : 'Formatiert', - tag_address : 'Addresse', - tag_h1 : 'Ãberschrift 1', - tag_h2 : 'Ãberschrift 2', - tag_h3 : 'Ãberschrift 3', - tag_h4 : 'Ãberschrift 4', - tag_h5 : 'Ãberschrift 5', - tag_h6 : 'Ãberschrift 6', - tag_div : 'Normal (DIV)' - }, - - div : - { - title : 'Div Container erzeugen', - toolbar : 'Div Container erzeugen', - cssClassInputLabel : 'Stylesheet Klasse', - styleSelectLabel : 'Style', - IdInputLabel : 'Id', - languageCodeInputLabel : 'Sprachenkürzel', - inlineStyleInputLabel : 'Inline Stil', - advisoryTitleInputLabel : 'Tooltip', - langDirLabel : 'Sprache Richtung', - langDirLTRLabel : 'Links nach Rechs (LTR)', - langDirRTLLabel : 'Rechs nach Links (RTL)', - edit : 'Div bearbeiten', - remove : 'Div entfernen' - }, - - iframe : - { - title : 'IFrame-Eigenschaften', - toolbar : 'IFrame', - noUrl : 'Bitte geben Sie die IFrame-URL an', - scrolling : 'Rollbalken anzeigen', - border : 'Rahmen anzeigen' - }, - - font : - { - label : 'Schriftart', - voiceLabel : 'Schriftart', - panelTitle : 'Schriftart' - }, - - fontSize : - { - label : 'GröÃe', - voiceLabel : 'SchrifgröÃe', - panelTitle : 'GröÃe' - }, - - colorButton : - { - textColorTitle : 'Textfarbe', - bgColorTitle : 'Hintergrundfarbe', - panelTitle : 'Farben', - auto : 'Automatisch', - more : 'Weitere Farben...' - }, - - colors : - { - '000' : 'Schwarz', - '800000' : 'Kastanienbraun', - '8B4513' : 'Braun', - '2F4F4F' : 'Dunkles Schiefergrau', - '008080' : 'Blaugrün', - '000080' : 'Navy', - '4B0082' : 'Indigo', - '696969' : 'Dunkelgrau', - 'B22222' : 'Ziegelrot', - 'A52A2A' : 'Braun', - 'DAA520' : 'Goldgelb', - '006400' : 'Dunkelgrün', - '40E0D0' : 'Türkis', - '0000CD' : 'Medium Blau', - '800080' : 'Lila', - '808080' : 'Grau', - 'F00' : 'Rot', - 'FF8C00' : 'Dunkelorange', - 'FFD700' : 'Gold', - '008000' : 'Grün', - '0FF' : 'Cyan', - '00F' : 'Blau', - 'EE82EE' : 'Hellviolett', - 'A9A9A9' : 'Dunkelgrau', - 'FFA07A' : 'Helles Lachsrosa', - 'FFA500' : 'Orange', - 'FFFF00' : 'Gelb', - '00FF00' : 'Lime', - 'AFEEEE' : 'BlaÃ-Türkis', - 'ADD8E6' : 'Hellblau', - 'DDA0DD' : 'Pflaumenblau', - 'D3D3D3' : 'Hellgrau', - 'FFF0F5' : 'Lavendel', - 'FAEBD7' : 'Antik WeiÃ', - 'FFFFE0' : 'Hellgelb', - 'F0FFF0' : 'Honigtau', - 'F0FFFF' : 'Azurblau', - 'F0F8FF' : 'Alice Blau', - 'E6E6FA' : 'Lavendel', - 'FFF' : 'WeiÃ' - }, - - scayt : - { - title : 'Rechtschreibprüfung während der Texteingabe (SCAYT)', - opera_title : 'Nicht von Opera unterstützt', - enable : 'SCAYT einschalten', - disable : 'SCAYT ausschalten', - about : 'Ãber SCAYT', - toggle : 'SCAYT umschalten', - options : 'Optionen', - langs : 'Sprachen', - moreSuggestions : 'Mehr Vorschläge', - ignore : 'Ignorieren', - ignoreAll : 'Alle ignorieren', - addWord : 'Wort hinzufügen', - emptyDic : 'Wörterbuchname sollte leer sein.', - - optionsTab : 'Optionen', - allCaps : 'Groà geschriebenen Wörter ignorieren', - ignoreDomainNames : 'Domain-Namen ignorieren', - mixedCase : 'Wörter mit gemischte Setzkasten ignorieren', - mixedWithDigits : 'Wörter mit Zahlen ignorieren', - - languagesTab : 'Sprachen', - - dictionariesTab : 'Wörterbücher', - dic_field_name : 'Wörterbuchname', - dic_create : 'Erzeugen', - dic_restore : 'Wiederherstellen', - dic_delete : 'Löschen', - dic_rename : 'Umbenennen', - dic_info : 'Anfangs wird das Benutzerwörterbuch in einem Cookie gespeichert. Allerdings sind Cookies in der GröÃe begrenzt. Wenn das Benutzerwörterbuch bis zu einem Punkt wächst, wo es nicht mehr in einem Cookie gespeichert werden kann, wird das Benutzerwörterbuch auf dem Server gespeichert. Um Ihr persönliches Wörterbuch auf dem Server zu speichern, müssen Sie einen Namen für das Wörterbuch angeben. Falls Sie schon ein gespeicherte Wörterbuch haben, geben Sie bitte dessen Namen ein und klicken Sie auf die Schaltfläche Wiederherstellen.', - - aboutTab : 'Ãber' - }, - - about : - { - title : 'Ãber CKEditor', - dlgTitle : 'Ãber CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Für Informationen über unsere Lizenzbestimmungen besuchen sie bitte unsere Webseite:', - copy : 'Copyright © $1. Alle Rechte vorbehalten.' - }, - - maximize : 'Maximieren', - minimize : 'Minimieren', - - fakeobjects : - { - anchor : 'Anker', - flash : 'Flash Animation', - iframe : 'IFrame', - hiddenfield : 'Verstecktes Feld', - unknown : 'Unbekanntes Objekt' - }, - - resize : 'Zum VergröÃern ziehen', - - colordialog : - { - title : 'Farbe wählen', - options : 'Farbeoptionen', - highlight : 'Hervorheben', - selected : 'Ausgewählte Farbe', - clear : 'Entfernen' - }, - - toolbarCollapse : 'Symbolleiste einklappen', - toolbarExpand : 'Symbolleiste ausklappen', - - toolbarGroups : - { - document : 'Dokument', - clipboard : 'Zwischenablage/Rückgängig', - editing : 'Editieren', - forms : 'Formularen', - basicstyles : 'Grundstile', - paragraph : 'Absatz', - links : 'Links', - insert : 'Einfügen', - styles : 'Stile', - colors : 'Farben', - tools : 'Werkzeuge' - }, - - bidi : - { - ltr : 'Leserichtung von Links nach Rechts', - rtl : 'Leserichtung von Rechts nach Links' - }, - - docprops : - { - label : 'Dokument-Eigenschaften', - title : 'Dokument-Eigenschaften', - design : 'Design', - meta : 'Metadaten', - chooseColor : 'Wählen', - other : '<andere>', - docTitle : 'Seitentitel', - charset : 'Zeichenkodierung', - charsetOther : 'Andere Zeichenkodierung', - charsetASCII : 'ASCII', - charsetCE : 'Zentraleuropäisch', - charsetCT : 'traditionell Chinesisch (Big5)', - charsetCR : 'Kyrillisch', - charsetGR : 'Griechisch', - charsetJP : 'Japanisch', - charsetKR : 'Koreanisch', - charsetTR : 'Türkisch', - charsetUN : 'Unicode (UTF-8)', - charsetWE : 'Westeuropäisch', - docType : 'Dokumententyp', - docTypeOther : 'Anderer Dokumententyp', - xhtmlDec : 'Beziehe XHTML Deklarationen ein', - bgColor : 'Hintergrundfarbe', - bgImage : 'Hintergrundbild URL', - bgFixed : 'feststehender Hintergrund', - txtColor : 'Textfarbe', - margin : 'Seitenränder', - marginTop : 'Oben', - marginLeft : 'Links', - marginRight : 'Rechts', - marginBottom : 'Unten', - metaKeywords : 'Schlüsselwörter (durch Komma getrennt)', - metaDescription : 'Dokument-Beschreibung', - metaAuthor : 'Autor', - metaCopyright : 'Copyright', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/el.js b/skins/ckeditor/_source/lang/el.js deleted file mode 100644 index 4ed1f04..0000000 --- a/skins/ckeditor/_source/lang/el.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Greek language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['el'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'HTML κÏδικαÏ', - newPage : 'ÎÎα Σελίδα', - save : 'ÎÏÎ¿Î¸Î®ÎºÎµÏ Ïη', - preview : 'Î ÏοεÏιÏκÏÏιÏη', - cut : 'ÎÏοκοÏή', - copy : 'ÎνÏιγÏαÏή', - paste : 'ÎÏικÏλληÏη', - print : 'ÎκÏÏÏÏÏη', - underline : 'Î¥ÏογÏάμμιÏη', - bold : 'ÎνÏονα', - italic : 'Πλάγια', - selectAll : 'ÎÏιλογή ÏλÏν', - removeFormat : 'ÎÏαίÏεÏη ÎοÏÏοÏοίηÏηÏ', - strike : 'ÎιαγÏάμμιÏη', - subscript : 'ÎείκÏηÏ', - superscript : 'ÎκθÎÏηÏ', - horizontalrule : 'ÎιÏαγÏγή ÎÏιζÏνÏÎ¹Î±Ï ÎÏαμμήÏ', - pagebreak : 'ÎιÏαγÏγή ÏÎÎ»Î¿Ï Ï ÏελίδαÏ', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'ÎÏαίÏεÏη Î£Ï Î½Î´ÎÏÎ¼Î¿Ï (Link)', - undo : 'ÎναίÏεÏη', - redo : 'ÎÏαναÏοÏά', - - // Common messages and labels. - common : - { - browseServer : 'ÎξεÏεÏνηÏη διακομιÏÏή', - url : 'URL', - protocol : 'Î ÏοÏÏκολο', - upload : 'ÎÏοÏÏολή', - uploadSubmit : 'ÎÏοÏÏολή ÏÏον ÎιακομιÏÏή', - image : 'ÎικÏνα', - flash : 'ÎιÏαγÏγή Flash', - form : 'ΦÏÏμα', - checkbox : 'ÎÎ¿Ï Ïί εÏιλογήÏ', - radio : 'ÎÎ¿Ï Î¼Ïί Radio', - textField : 'Πεδίο κειμÎÎ½Î¿Ï ', - textarea : 'ΠεÏιοÏή κειμÎÎ½Î¿Ï ', - hiddenField : 'ÎÏÏ ÏÏ Ïεδίο', - button : 'ÎÎ¿Ï Î¼Ïί', - select : 'Πεδίο εÏιλογήÏ', - imageButton : 'ÎÎ¿Ï Î¼Ïί εικÏναÏ', - notSet : '<ÏÏÏίÏ>', - id : 'Id', - name : 'Îνομα', - langDir : 'ÎαÏεÏÎ¸Ï Î½Ïη κειμÎÎ½Î¿Ï ', - langDirLtr : 'ÎÏιÏÏεÏά ÏÏÎ¿Ï Îεξιά (LTR)', - langDirRtl : 'Îεξιά ÏÏÎ¿Ï ÎÏιÏÏεÏά (RTL)', - langCode : 'ÎÏδικÏÏ ÎλÏÏÏαÏ', - longDescr : 'ÎÎ½Î±Î»Ï Ïική ÏεÏιγÏαÏή URL', - cssClass : 'Stylesheet Classes', - advisoryTitle : 'Î£Ï Î¼Î²Î¿Ï Î»ÎµÏ ÏικÏÏ ÏίÏλοÏ', - cssStyle : 'ΣÏÏλ', - ok : 'OK', - cancel : 'ÎκÏÏÏÏη', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'Îια ÏÏοÏÏÏημÎÎ½Î¿Ï Ï', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'ΠλάÏοÏ', - height : 'ÎÏοÏ', - align : 'ÎÏ Î¸Ï Î³ÏάμμιÏη (Align)', - alignLeft : 'ÎÏιÏÏεÏά', - alignRight : 'Îεξιά (Right)', - alignCenter : 'ÎÎνÏÏο', - alignTop : 'Î Î¬Î½Ï (Top)', - alignMiddle : 'ÎÎÏη (Middle)', - alignBottom : 'ÎάÏÏ (Bottom)', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'ÎιÏαγÏγή ÎÎ¹Î´Î¹ÎºÎ¿Ï Î£Ï Î¼Î²ÏÎ»Î¿Ï ', - title : 'ÎÏιλÎξÏε Îνα ÎÎ¹Î´Î¹ÎºÏ Î£Ïμβολο', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'ÎιÏαγÏγή/ÎεÏαβολή Î£Ï Î½Î´ÎÏÎ¼Î¿Ï (Link)', - other : '<άλλοÏ>', - menu : 'ÎεÏαβολή Î£Ï Î½Î´ÎÏÎ¼Î¿Ï (Link)', - title : 'ΣÏνδεÏÎ¼Î¿Ï (Link)', - info : 'Link', - target : 'ΠαÏÎ¬Î¸Ï Ïο ΣÏÏÏÎ¿Ï (Target)', - upload : 'ÎÏοÏÏολή', - advanced : 'Îια ÏÏοÏÏÏημÎÎ½Î¿Ï Ï', - type : 'ΤÏÏÎ¿Ï ÏÏ Î½Î´ÎÏÎ¼Î¿Ï (Link)', - toUrl : 'URL', // MISSING - toAnchor : 'ÎÎ³ÎºÏ Ïα Ïε Î±Ï Ïή Ïη Ïελίδα', - toEmail : 'E-Mail', - targetFrame : '<ÏλαίÏιο>', - targetPopup : '<ÏαÏÎ¬Î¸Ï Ïο popup>', - targetFrameName : 'Îνομα ÏλαιÏÎ¯Î¿Ï ÏÏÏÏÎ¿Ï ', - targetPopupName : 'Îνομα Popup Window', - popupFeatures : 'ÎÏιλογÎÏ Popup Window', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'ÎÏάÏα Status', - popupLocationBar: 'ÎÏάÏα ΤοÏοθεÏίαÏ', - popupToolbar : 'ÎÏάÏα ÎÏγαλείÏν', - popupMenuBar : 'ÎÏάÏα Menu', - popupFullScreen : 'ÎλÏκληÏη η ÎθÏνη (IE)', - popupScrollBars : 'ÎÏάÏÎµÏ ÎÏλιÏηÏ', - popupDependent : 'Dependent (Netscape)', - popupLeft : 'ΤοÏοθεÏία ÎÏιÏÏεÏÎ®Ï ÎκÏηÏ', - popupTop : 'ΤοÏοθεÏία Î Î¬Î½Ï ÎκÏηÏ', - id : 'Id', // MISSING - langDir : 'ÎαÏεÏÎ¸Ï Î½Ïη κειμÎÎ½Î¿Ï ', - langDirLTR : 'ÎÏιÏÏεÏά ÏÏÎ¿Ï Îεξιά (LTR)', - langDirRTL : 'Îεξιά ÏÏÎ¿Ï ÎÏιÏÏεÏά (RTL)', - acccessKey : 'Î£Ï Î½ÏÏÎ¼ÎµÏ Ïη (Access Key)', - name : 'Îνομα', - langCode : 'ÎαÏεÏÎ¸Ï Î½Ïη κειμÎÎ½Î¿Ï ', - tabIndex : 'Tab Index', - advisoryTitle : 'Î£Ï Î¼Î²Î¿Ï Î»ÎµÏ ÏικÏÏ ÏίÏλοÏ', - advisoryContentType : 'Î£Ï Î¼Î²Î¿Ï Î»ÎµÏ ÏικÏÏ ÏίÏÎ»Î¿Ï ÏεÏιεÏομÎÎ½Î¿Ï ', - cssClasses : 'Stylesheet Classes', - charset : 'Linked Resource Charset', - styles : 'ΣÏÏλ', - rel : 'Relationship', // MISSING - selectAnchor : 'ÎÏιλÎξÏε μια Î¬Î³ÎºÏ Ïα', - anchorName : 'ÎάÏει ÏÎ¿Ï ÎνÏμαÏÎ¿Ï (Name) ÏÎ·Ï Î¬Î³ÎºÏ ÏαÏ', - anchorId : 'ÎάÏει ÏÎ¿Ï Element Id', - emailAddress : 'ÎιεÏÎ¸Ï Î½Ïη ÎλεκÏÏÎ¿Î½Î¹ÎºÎ¿Ï Î¤Î±ÏÏ Î´ÏÎ¿Î¼ÎµÎ¯Î¿Ï ', - emailSubject : 'ÎÎμα ÎηνÏμαÏοÏ', - emailBody : 'Îείμενο ÎηνÏμαÏοÏ', - noAnchors : '(Îεν Ï ÏάÏÏÎ¿Ï Î½ Î¬Î³ÎºÏ ÏÎµÏ ÏÏο κείμενο)', - noUrl : 'ÎιÏάγεÏε Ïην ÏοÏοθεÏία (URL) ÏÎ¿Ï Ï ÏεÏÏÏ Î½Î´ÎÏÎ¼Î¿Ï (Link)', - noEmail : 'ÎιÏάγεÏε Ïην διεÏÎ¸Ï Î½Ïη ηλεκÏÏÎ¿Î½Î¹ÎºÎ¿Ï ÏαÏÏ Î´ÏÎ¿Î¼ÎµÎ¯Î¿Ï ' - }, - - // Anchor dialog - anchor : - { - toolbar : 'ÎιÏαγÏγή/εÏεξεÏγαÏία Anchor', - menu : 'ÎδιÏÏηÏÎµÏ Î¬Î³ÎºÏ ÏαÏ', - title : 'ÎδιÏÏηÏÎµÏ Î¬Î³ÎºÏ ÏαÏ', - name : 'Îνομα Î¬Î³ÎºÏ ÏαÏ', - errorName : 'ΠαÏακαλοÏμε ειÏάγεÏε Ïνομα Î¬Î³ÎºÏ ÏαÏ', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', // MISSING - find : 'ÎναζήÏηÏη', - replace : 'ÎνÏικαÏάÏÏαÏη', - findWhat : 'ÎναζήÏηÏη:', - replaceWith : 'ÎνÏικαÏάÏÏαÏη με:', - notFoundMsg : 'Το κείμενο δεν βÏÎθηκε.', - matchCase : 'ÎλεγÏÎ¿Ï ÏεζÏν/κεÏαλαίÏν', - matchWord : 'ÎÏÏεÏη ÏλήÏÎ¿Ï Ï Î»ÎξηÏ', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'ÎνÏικαÏάÏÏαÏη ÎλÏν', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'ΠίνακαÏ', - title : 'ÎδιÏÏηÏÎµÏ Î Î¯Î½Î±ÎºÎ±', - menu : 'ÎδιÏÏηÏÎµÏ Î Î¯Î½Î±ÎºÎ±', - deleteTable : 'ÎιαγÏαÏή Ïίνακα', - rows : 'ÎÏαμμÎÏ', - columns : 'ÎολÏνεÏ', - border : 'ÎÎÎ³ÎµÎ¸Î¿Ï Î ÎµÏιθÏÏÎ¯Î¿Ï ', - widthPx : 'pixels', - widthPc : '%', - widthUnit : 'width unit', // MISSING - cellSpace : 'ÎÏÏÏÏαÏη κελιÏν', - cellPad : 'ÎÎμιÏμα κελιÏν', - caption : 'Î¥ÏÎÏÏιÏλοÏ', - summary : 'ΠεÏίληÏη', - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'Îελί', - insertBefore : 'Insert Cell Before', // MISSING - insertAfter : 'Insert Cell After', // MISSING - deleteCell : 'ÎιαγÏαÏή ÎελιÏν', - merge : 'ÎνοÏοίηÏη ÎελιÏν', - mergeRight : 'Merge Right', // MISSING - mergeDown : 'Merge Down', // MISSING - splitHorizontal : 'Split Cell Horizontally', // MISSING - splitVertical : 'Split Cell Vertically', // MISSING - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'ΣειÏά', - insertBefore : 'Insert Row Before', // MISSING - insertAfter : 'Insert Row After', // MISSING - deleteRow : 'ÎιαγÏαÏή ÎÏαμμÏν' - }, - - column : - { - menu : 'ΣÏήλη', - insertBefore : 'Insert Column Before', // MISSING - insertAfter : 'Insert Column After', // MISSING - deleteColumn : 'ÎιαγÏαÏή ÎολÏνÏν' - } - }, - - // Button Dialog. - button : - { - title : 'ÎδιÏÏηÏÎµÏ ÎºÎ¿Ï Î¼ÏιοÏ', - text : 'Îείμενο (Τιμή)', - type : 'ΤÏÏοÏ', - typeBtn : 'ÎÎ¿Ï Î¼Ïί', - typeSbm : 'ÎαÏαÏÏÏηÏη', - typeRst : 'ÎÏαναÏοÏά' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'ÎδιÏÏηÏÎµÏ ÎºÎ¿Ï Î¼ÏÎ¹Î¿Ï ÎµÏιλογήÏ', - radioTitle : 'ÎδιÏÏηÏÎµÏ ÎºÎ¿Ï Î¼ÏÎ¹Î¿Ï radio', - value : 'Τιμή', - selected : 'ÎÏιλεγμÎνο' - }, - - // Form Dialog. - form : - { - title : 'ÎδιÏÏηÏÎµÏ ÏÏÏμαÏ', - menu : 'ÎδιÏÏηÏÎµÏ ÏÏÏμαÏ', - action : 'ÎÏάÏη', - method : 'ÎάθοδοÏ', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'ÎδιÏÏηÏÎµÏ ÏÎµÎ´Î¯Î¿Ï ÎµÏιλογήÏ', - selectInfo : 'ΠληÏοÏοÏίεÏ', - opAvail : 'ÎιαθÎÏÎ¹Î¼ÎµÏ ÎµÏιλογÎÏ', - value : 'Τιμή', - size : 'ÎÎγεθοÏ', - lines : 'γÏαμμÎÏ', - chkMulti : 'ΠολλαÏλÎÏ ÎµÏιλογÎÏ', - opText : 'Îείμενο', - opValue : 'Τιμή', - btnAdd : 'Î ÏοÏθήκη', - btnModify : 'Îλλαγή', - btnUp : 'ΠάνÏ', - btnDown : 'ÎάÏÏ', - btnSetValue : 'Î ÏοεÏιλεγμÎνη εÏιλογή', - btnDelete : 'ÎιαγÏαÏή' - }, - - // Textarea Dialog. - textarea : - { - title : 'ÎδιÏÏηÏÎµÏ ÏεÏιοÏÎ®Ï ÎºÎµÎ¹Î¼ÎÎ½Î¿Ï ', - cols : 'ΣÏήλεÏ', - rows : 'ΣειÏÎÏ' - }, - - // Text Field Dialog. - textfield : - { - title : 'ÎδιÏÏηÏÎµÏ ÏÎµÎ´Î¯Î¿Ï ÎºÎµÎ¹Î¼ÎÎ½Î¿Ï ', - name : 'Îνομα', - value : 'Τιμή', - charWidth : 'ÎÎ®ÎºÎ¿Ï ÏαÏακÏήÏÏν', - maxChars : 'ÎÎγιÏÏοι ÏαÏακÏήÏεÏ', - type : 'ΤÏÏοÏ', - typeText : 'Îείμενο', - typePass : 'ÎÏδικÏÏ' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'ÎδιÏÏηÏÎµÏ ÎºÏÏ ÏÎ¿Ï ÏÎµÎ´Î¯Î¿Ï ', - name : 'Îνομα', - value : 'Τιμή' - }, - - // Image Dialog. - image : - { - title : 'ÎδιÏÏηÏÎµÏ ÎικÏναÏ', - titleButton : 'ÎδιÏÏηÏÎµÏ ÎºÎ¿Ï Î¼ÏÎ¹Î¿Ï ÎµÎ¹ÎºÏναÏ', - menu : 'ÎδιÏÏηÏÎµÏ ÎικÏναÏ', - infoTab : 'ΠληÏοÏοÏÎ¯ÎµÏ ÎικÏναÏ', - btnUpload : 'ÎÏοÏÏολή ÏÏον ÎιακομιÏÏή', - upload : 'ÎÏοÏÏολή', - alt : 'ÎναλλακÏÎ¹ÎºÏ Îείμενο (ALT)', - lockRatio : 'ÎλείδÏμα ÎναλογίαÏ', - resetSize : 'ÎÏαναÏοÏά ÎÏÏÎ¹ÎºÎ¿Ï ÎεγÎÎ¸Î¿Ï Ï', - border : 'ΠεÏιθÏÏιο', - hSpace : 'ÎÏιζÏνÏÎ¹Î¿Ï Î§ÏÏÎ¿Ï (HSpace)', - vSpace : 'ÎάθεÏÎ¿Ï Î§ÏÏÎ¿Ï (VSpace)', - alertUrl : 'ÎιÏάγεÏε Ïην ÏοÏοθεÏία (URL) ÏÎ·Ï ÎµÎ¹ÎºÏναÏ', - linkTab : 'ΣÏνδεÏμοÏ', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'ÎδιÏÏηÏÎµÏ Flash', - propertiesTab : 'Properties', // MISSING - title : 'ÎδιÏÏηÏÎµÏ flash', - chkPlay : 'ÎÏ ÏÏμαÏη ÎναÏξη', - chkLoop : 'ÎÏανάληÏη', - chkMenu : 'ÎνεÏγοÏοίηÏη Flash Menu', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Îλίμακα', - scaleAll : 'ÎμÏάνιÏη ÏλÏν', - scaleNoBorder : 'ΧÏÏÎ¯Ï ÏÏια', - scaleFit : 'ÎκÏÎ¹Î²Î®Ï ÎµÏαÏμογή', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'ÎÏÏÎ»Ï Ïα ÎάÏÏ (Abs Bottom)', - alignAbsMiddle : 'ÎÏÏÎ»Ï Ïα ÏÏη ÎÎÏη (Abs Middle)', - alignBaseline : 'ÎÏαμμή ÎάÏÎ·Ï (Baseline)', - alignTextTop : 'ÎοÏÏ Ïή ÎειμÎÎ½Î¿Ï (Text Top)', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'ΧÏÏμα Î¥ÏοβάθÏÎ¿Ï ', - hSpace : 'ÎÏιζÏνÏÎ¹Î¿Ï Î§ÏÏÎ¿Ï (HSpace)', - vSpace : 'ÎάθεÏÎ¿Ï Î§ÏÏÎ¿Ï (VSpace)', - validateSrc : 'ÎιÏάγεÏε Ïην ÏοÏοθεÏία (URL) ÏÎ¿Ï Ï ÏεÏÏÏ Î½Î´ÎÏÎ¼Î¿Ï (Link)', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'ÎÏθογÏαÏικÏÏ ÎλεγÏοÏ', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'Îεν Ï ÏάÏÏει ÏÏο λεξικÏ', - changeTo : 'Îλλαγή Ïε', - btnIgnore : 'ÎγνÏηÏη', - btnIgnoreAll : 'ÎγνÏηÏη ÏλÏν', - btnReplace : 'ÎνÏικαÏάÏÏαÏη', - btnReplaceAll : 'ÎνÏικαÏάÏÏαÏη ÏλÏν', - btnUndo : 'ÎναίÏεÏη', - noSuggestions : '- Îεν Ï ÏάÏÏÎ¿Ï Î½ ÏÏοÏάÏÎµÎ¹Ï -', - progress : 'ÎÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Ïε εξÎλιξη...', - noMispell : 'ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: Îεν βÏÎθηκαν λάθη', - noChanges : 'ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: Îεν άλλαξαν λÎξειÏ', - oneChange : 'ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: Îια λÎξη άλλαξε', - manyChanges : 'ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: %1 λÎÎ¾ÎµÎ¹Ï Î¬Î»Î»Î±Î¾Î±Î½', - ieSpellDownload : 'Îεν Ï ÏάÏÏει εγκαÏεÏÏημÎÎ½Î¿Ï Î¿ÏθογÏάÏοÏ. ÎÎλεÏε να Ïον καÏεβάÏεÏε ÏÏÏα;' - }, - - smiley : - { - toolbar : 'Smiley', - title : 'ÎÏιλÎξÏε Îνα Smiley', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'ÎίÏÏα με ÎÏιθμοÏÏ', - bulletedlist : 'ÎίÏÏα με Bullets', - indent : 'ÎÏξηÏη ÎÏοÏήÏ', - outdent : 'ÎείÏÏη ÎÏοÏήÏ', - - justify : - { - left : 'ΣÏοίÏιÏη ÎÏιÏÏεÏά', - center : 'ΣÏοίÏιÏη ÏÏο ÎÎνÏÏο', - right : 'ΣÏοίÏιÏη Îεξιά', - block : 'ΠλήÏÎ·Ï Î£ÏοίÏιÏη (Block)' - }, - - blockquote : 'Block Quote', // MISSING - - clipboard : - { - title : 'ÎÏικÏλληÏη', - cutError : 'Îι ÏÏ Î¸Î¼Î¯ÏÎµÎ¹Ï Î±ÏÏÎ±Î»ÎµÎ¯Î±Ï ÏÎ¿Ï ÏÏ Î»Î»Î¿Î¼ÎµÏÏηÏή ÏÎ±Ï Î´ÎµÎ½ εÏιÏÏÎÏÎ¿Ï Î½ Ïην εÏιλεγμÎνη εÏγαÏία αÏοκοÏήÏ. ΧÏηÏιμοÏοιείÏÏε Ïο ÏληκÏÏολÏγιο (Ctrl/Cmd+X).', - copyError : 'Îι ÏÏ Î¸Î¼Î¯ÏÎµÎ¹Ï Î±ÏÏÎ±Î»ÎµÎ¯Î±Ï ÏÎ¿Ï ÏÏ Î»Î»Î¿Î¼ÎµÏÏηÏή ÏÎ±Ï Î´ÎµÎ½ εÏιÏÏÎÏÎ¿Ï Î½ Ïην εÏιλεγμÎνη εÏγαÏία ανÏιγÏαÏήÏ. ΧÏηÏιμοÏοιείÏÏε Ïο ÏληκÏÏολÏγιο (Ctrl/Cmd+C).', - pasteMsg : 'ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏικολήÏÏε ÏÏο ακÏÎ»Î¿Ï Î¸Î¿ ÎºÎ¿Ï Ïί ÏÏηÏιμοÏοιÏνÏÎ±Ï Ïο ÏληκÏÏολÏγιο (<STRONG>Ctrl/Cmd+V</STRONG>) και ÏαÏήÏÏε <STRONG>OK</STRONG>.', - 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 - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'ÎÏικÏλληÏη αÏÏ Ïο Word', - title : 'ÎÏικÏλληÏη αÏÏ Ïο Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'ÎÏικÏλληÏη ÏÏ ÎÏÎ»Ï Îείμενο', - title : 'ÎÏικÏλληÏη ÏÏ ÎÏÎ»Ï Îείμενο' - }, - - templates : - { - button : 'Î ÏÏÏÏ Ïα', - title : 'Î ÏÏÏÏ Ïα ÏεÏιεÏομÎÎ½Î¿Ï ', - options : 'Template Options', // MISSING - insertOption : 'ÎνÏικαÏάÏÏαÏη Ï ÏάÏÏονÏÏν ÏεÏιεÏομÎνÏν', - selectPromptMsg : 'ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏιλÎξÏε ÏÏÏÏÏ Ïο για ειÏαγÏγή ÏÏο ÏÏÏγÏαμμα<br>(Ïα Ï ÏάÏÏονÏα ÏεÏιεÏÏμενα θα ÏαθοÏν):', - emptyListMsg : '(Îεν ÎÏÎ¿Ï Î½ καθοÏιÏÏεί ÏÏÏÏÏ Ïα)' - }, - - showBlocks : 'Show Blocks', // MISSING - - stylesCombo : - { - label : 'ΣÏÏ Î»', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'ÎοÏÏή ÎÏαμμαÏοÏειÏάÏ', - panelTitle : 'ÎοÏÏή ÎÏαμμαÏοÏειÏάÏ', - - tag_p : 'ÎανονικÏ', - tag_pre : 'ÎοÏÏοÏοιημÎνο', - tag_address : 'ÎιεÏÎ¸Ï Î½Ïη', - tag_h1 : 'ÎÏικεÏαλίδα 1', - tag_h2 : 'ÎÏικεÏαλίδα 2', - tag_h3 : 'ÎÏικεÏαλίδα 3', - tag_h4 : 'ÎÏικεÏαλίδα 4', - tag_h5 : 'ÎÏικεÏαλίδα 5', - tag_h6 : 'ÎÏικεÏαλίδα 6', - tag_div : 'Normal (DIV)' // MISSING - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'ÎÏαμμαÏοÏειÏά', - voiceLabel : 'Font', // MISSING - panelTitle : 'ÎÏαμμαÏοÏειÏά' - }, - - fontSize : - { - label : 'ÎÎγεθοÏ', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'ÎÎγεθοÏ' - }, - - colorButton : - { - textColorTitle : 'ΧÏÏμα ÎÏαμμάÏÏν', - bgColorTitle : 'ΧÏÏμα Î¥ÏοβάθÏÎ¿Ï ', - panelTitle : 'Colors', // MISSING - auto : 'ÎÏ ÏÏμαÏο', - more : 'ΠεÏιÏÏÏÏεÏα ÏÏÏμαÏα...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'ÎδιÏÏηÏÎµÏ ÎµÎ³Î³ÏάÏÎ¿Ï ', - title : 'ÎδιÏÏηÏÎµÏ ÎµÎ³Î³ÏάÏÎ¿Ï ', - design : 'Design', // MISSING - meta : 'ÎεδομÎνα Meta', - chooseColor : 'Choose', // MISSING - other : '<άλλοÏ>', - docTitle : 'ΤίÏÎ»Î¿Ï ÏελίδαÏ', - charset : 'ÎÏδικοÏοίηÏη ÏαÏακÏήÏÏν', - charsetOther : 'Îλλη κÏδικοÏοίηÏη ÏαÏακÏήÏÏν', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'ÎενÏÏÎ¹ÎºÎ®Ï ÎÏ ÏÏÏηÏ', - charsetCT : 'ΠαÏαδοÏιακά κινÎζικα (Big5)', - charsetCR : 'ÎÏ Ïιλλική', - charsetGR : 'Îλληνική', - charsetJP : 'ÎαÏÏνική', - charsetKR : 'ÎοÏεάÏικη', - charsetTR : 'Î¤Î¿Ï Ïκική', - charsetUN : 'ÎÎ¹ÎµÎ¸Î½Î®Ï (UTF-8)', - charsetWE : 'ÎÏ ÏÎ¹ÎºÎ®Ï ÎÏ ÏÏÏηÏ', - docType : 'ÎÏικεÏαλίδα ÏÏÏÎ¿Ï ÎµÎ³Î³ÏάÏÎ¿Ï ', - docTypeOther : 'Îλλη εÏικεÏαλίδα ÏÏÏÎ¿Ï ÎµÎ³Î³ÏάÏÎ¿Ï ', - xhtmlDec : 'Îα ÏÏ Î¼ÏεÏιληÏθοÏν οι δηλÏÏÎµÎ¹Ï XHTML', - bgColor : 'ΧÏÏμα ÏÏνÏÎ¿Ï ', - bgImage : 'ÎιεÏÎ¸Ï Î½Ïη εικÏÎ½Î±Ï ÏÏνÏÎ¿Ï ', - bgFixed : 'ΦÏνÏο ÏÏÏÎ¯Ï ÎºÏλιÏη', - txtColor : 'ΧÏÏμα ÎÏαμμάÏÏν', - margin : 'ΠεÏιθÏÏια ÏελίδαÏ', - marginTop : 'ÎοÏÏ Ïή', - marginLeft : 'ÎÏιÏÏεÏά', - marginRight : 'Îεξιά', - marginBottom : 'ÎάÏÏ', - metaKeywords : 'ÎÎÎ¾ÎµÎ¹Ï ÎºÎ»ÎµÎ¹Î´Î¹Î¬ δείκÏÎµÏ ÎµÎ³Î³ÏάÏÎ¿Ï (διαÏÏÏιÏμÏÏ Î¼Îµ κÏμμα)', - metaDescription : 'ΠεÏιγÏαÏή εγγÏάÏÎ¿Ï ', - metaAuthor : 'Î£Ï Î³Î³ÏαÏÎαÏ', - metaCopyright : 'Î Î½ÎµÏ Î¼Î±Ïικά δικαιÏμαÏα', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/en-au.js b/skins/ckeditor/_source/lang/en-au.js deleted file mode 100644 index 8383905..0000000 --- a/skins/ckeditor/_source/lang/en-au.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * English (Australia) language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['en-au'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Source', - newPage : 'New Page', - save : 'Save', - preview : 'Preview', - cut : 'Cut', - copy : 'Copy', - paste : 'Paste', - print : 'Print', - underline : 'Underline', - bold : 'Bold', - italic : 'Italic', - selectAll : 'Select All', - removeFormat : 'Remove Format', - strike : 'Strike Through', - subscript : 'Subscript', - superscript : 'Superscript', - horizontalrule : 'Insert Horizontal Line', - pagebreak : 'Insert Page Break for Printing', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Unlink', - undo : 'Undo', - redo : 'Redo', - - // Common messages and labels. - common : - { - 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', // MISSING - preview : 'Preview', // MISSING - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Width', // MISSING - height : 'Height', // MISSING - align : 'Align', - alignLeft : 'Left', // MISSING - alignRight : 'Right', // MISSING - alignCenter : 'Centre', - alignTop : 'Top', // MISSING - alignMiddle : 'Middle', // MISSING - alignBottom : 'Bottom', // MISSING - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Insert Special Character', - title : 'Select Special Character', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Link', - other : '<other>', - menu : 'Edit Link', - title : 'Link', - info : 'Link Info', - target : 'Target', - upload : 'Upload', - advanced : 'Advanced', - type : 'Link Type', - toUrl : 'URL', // MISSING - toAnchor : 'Link to anchor in the text', - toEmail : 'E-mail', - targetFrame : '<frame>', - targetPopup : '<popup window>', - targetFrameName : 'Target Frame Name', - targetPopupName : 'Popup Window Name', - popupFeatures : 'Popup Window Features', - popupResizable : 'Resizable', - popupStatusBar : 'Status Bar', - popupLocationBar: 'Location Bar', - popupToolbar : 'Toolbar', - popupMenuBar : 'Menu Bar', - popupFullScreen : 'Full Screen (IE)', - popupScrollBars : 'Scroll Bars', - popupDependent : 'Dependent (Netscape)', - popupLeft : 'Left Position', - popupTop : 'Top Position', - id : 'Id', - langDir : 'Language Direction', - langDirLTR : 'Left to Right (LTR)', - langDirRTL : 'Right to Left (RTL)', - acccessKey : 'Access Key', - name : 'Name', - langCode : 'Language Code', - tabIndex : 'Tab Index', - advisoryTitle : 'Advisory Title', - advisoryContentType : 'Advisory Content Type', - cssClasses : 'Stylesheet Classes', - charset : 'Linked Resource Charset', - styles : 'Style', - rel : 'Relationship', // MISSING - selectAnchor : 'Select an Anchor', - anchorName : 'By Anchor Name', - anchorId : 'By Element Id', - emailAddress : 'E-Mail Address', - emailSubject : 'Message Subject', - emailBody : 'Message Body', - noAnchors : '(No anchors available in the document)', - noUrl : 'Please type the link URL', - noEmail : 'Please type the e-mail address' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Anchor', - menu : 'Edit Anchor', - title : 'Anchor Properties', - name : 'Anchor Name', - errorName : 'Please type the anchor name', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', - find : 'Find', - replace : 'Replace', - findWhat : 'Find what:', - replaceWith : 'Replace with:', - notFoundMsg : 'The specified text was not found.', - matchCase : 'Match case', - matchWord : 'Match whole word', - matchCyclic : 'Match cyclic', - replaceAll : 'Replace All', - replaceSuccessMsg : '%1 occurrence(s) replaced.' - }, - - // Table Dialog - table : - { - toolbar : 'Table', - title : 'Table Properties', - menu : 'Table Properties', - deleteTable : 'Delete Table', - rows : 'Rows', - columns : 'Columns', - border : 'Border size', - widthPx : 'pixels', - widthPc : 'percent', - widthUnit : 'width unit', // MISSING - cellSpace : 'Cell spacing', - cellPad : 'Cell padding', - caption : 'Caption', - summary : 'Summary', - headers : 'Headers', - headersNone : 'None', - headersColumn : 'First column', - headersRow : 'First Row', - headersBoth : 'Both', - invalidRows : 'Number of rows must be a number greater than 0.', - invalidCols : 'Number of columns must be a number greater than 0.', - invalidBorder : 'Border size must be a number.', - invalidWidth : 'Table width must be a number.', - invalidHeight : 'Table height must be a number.', - invalidCellSpacing : 'Cell spacing must be a number.', - invalidCellPadding : 'Cell padding must be a number.', - - 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' // MISSING - }, - - row : - { - menu : 'Row', - insertBefore : 'Insert Row Before', - insertAfter : 'Insert Row After', - deleteRow : 'Delete Rows' - }, - - column : - { - menu : 'Column', - insertBefore : 'Insert Column Before', - insertAfter : 'Insert Column After', - deleteColumn : 'Delete Columns' - } - }, - - // Button Dialog. - button : - { - title : 'Button Properties', - text : 'Text (Value)', - type : 'Type', - typeBtn : 'Button', - typeSbm : 'Submit', - typeRst : 'Reset' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Checkbox Properties', - radioTitle : 'Radio Button Properties', - value : 'Value', - selected : 'Selected' - }, - - // Form Dialog. - form : - { - title : 'Form Properties', - menu : 'Form Properties', - action : 'Action', - method : 'Method', - encoding : 'Encoding' - }, - - // Select Field Dialog. - select : - { - title : 'Selection Field Properties', - selectInfo : 'Select Info', - opAvail : 'Available Options', - value : 'Value', - size : 'Size', - lines : 'lines', - chkMulti : 'Allow multiple selections', - opText : 'Text', - opValue : 'Value', - btnAdd : 'Add', - btnModify : 'Modify', - btnUp : 'Up', - btnDown : 'Down', - btnSetValue : 'Set as selected value', - btnDelete : 'Delete' - }, - - // Textarea Dialog. - textarea : - { - title : 'Textarea Properties', - cols : 'Columns', - rows : 'Rows' - }, - - // Text Field Dialog. - textfield : - { - title : 'Text Field Properties', - name : 'Name', - value : 'Value', - charWidth : 'Character Width', - maxChars : 'Maximum Characters', - type : 'Type', - typeText : 'Text', - typePass : 'Password' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Hidden Field Properties', - name : 'Name', - value : 'Value' - }, - - // Image Dialog. - image : - { - title : 'Image Properties', - titleButton : 'Image Button Properties', - menu : 'Image Properties', - infoTab : 'Image Info', - btnUpload : 'Send it to the Server', - upload : 'Upload', - alt : 'Alternative Text', - lockRatio : 'Lock Ratio', - resetSize : 'Reset Size', - border : 'Border', - hSpace : 'HSpace', - vSpace : 'VSpace', - alertUrl : 'Please type the image URL', - linkTab : 'Link', - button2Img : 'Do you want to transform the selected image button on a simple image?', - img2Button : 'Do you want to transform the selected image on a image button?', - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Flash Properties', - propertiesTab : 'Properties', - title : 'Flash Properties', - chkPlay : 'Auto Play', - chkLoop : 'Loop', - chkMenu : 'Enable Flash Menu', - chkFull : 'Allow Fullscreen', - scale : 'Scale', - scaleAll : 'Show all', - scaleNoBorder : 'No Border', - scaleFit : 'Exact Fit', - access : 'Script Access', - accessAlways : 'Always', - accessSameDomain: 'Same domain', - accessNever : 'Never', - alignAbsBottom : 'Abs Bottom', - alignAbsMiddle : 'Abs Middle', - alignBaseline : 'Baseline', - alignTextTop : 'Text Top', - quality : 'Quality', - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', - flashvars : 'Variables for Flash', - bgcolor : 'Background colour', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'URL must not be empty.', - validateHSpace : 'HSpace must be a number.', - validateVSpace : 'VSpace must be a number.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Check Spelling', - title : 'Spell Check', - notAvailable : 'Sorry, but service is unavailable now.', - errorLoading : 'Error loading application service host: %s.', - notInDic : 'Not in dictionary', - changeTo : 'Change to', - btnIgnore : 'Ignore', - btnIgnoreAll : 'Ignore All', - btnReplace : 'Replace', - btnReplaceAll : 'Replace All', - btnUndo : 'Undo', - noSuggestions : '- No suggestions -', - progress : 'Spell check in progress...', - noMispell : 'Spell check complete: No misspellings found', - noChanges : 'Spell check complete: No words changed', - oneChange : 'Spell check complete: One word changed', - manyChanges : 'Spell check complete: %1 words changed', - ieSpellDownload : 'Spell checker not installed. Do you want to download it now?' - }, - - smiley : - { - toolbar : 'Smiley', - title : 'Insert a Smiley', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' - }, - - numberedlist : 'Insert/Remove Numbered List', - bulletedlist : 'Insert/Remove Bulleted List', - indent : 'Increase Indent', - outdent : 'Decrease Indent', - - justify : - { - left : 'Align Left', - center : 'Centre', - right : 'Align Right', - block : 'Justify' - }, - - blockquote : 'Block Quote', - - clipboard : - { - title : 'Paste', - cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', - copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', - 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.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Paste from Word', - title : 'Paste from Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Paste as plain text', - title : 'Paste as Plain Text' - }, - - templates : - { - button : 'Templates', - title : 'Content Templates', - options : 'Template Options', // MISSING - insertOption : 'Replace actual contents', - selectPromptMsg : 'Please select the template to open in the editor', - emptyListMsg : '(No templates defined)' - }, - - showBlocks : 'Show Blocks', - - stylesCombo : - { - label : 'Styles', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', - panelTitle2 : 'Inline Styles', - panelTitle3 : 'Object Styles' - }, - - format : - { - label : 'Format', - panelTitle : 'Paragraph Format', - - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - 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_div : 'Normal (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Font', - voiceLabel : 'Font', // MISSING - panelTitle : 'Font Name' - }, - - fontSize : - { - label : 'Size', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Font Size' - }, - - colorButton : - { - textColorTitle : 'Text Colour', - bgColorTitle : 'Background Colour', - panelTitle : 'Colors', // MISSING - auto : 'Automatic', - more : 'More Colours...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', - copy : 'Copyright © $1. All rights reserved.' - }, - - maximize : 'Maximize', - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING - design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING - chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Document Type Heading', // MISSING - docTypeOther : 'Other Document Type Heading', // MISSING - xhtmlDec : 'Include XHTML Declarations', // MISSING - bgColor : 'Background Color', // MISSING - bgImage : 'Background Image URL', // MISSING - bgFixed : 'Non-scrolling (Fixed) Background', // MISSING - txtColor : 'Text Color', // MISSING - margin : 'Page Margins', // MISSING - marginTop : 'Top', // MISSING - marginLeft : 'Left', // MISSING - marginRight : 'Right', // MISSING - marginBottom : 'Bottom', // MISSING - metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING - metaDescription : 'Document Description', // MISSING - metaAuthor : 'Author', // MISSING - metaCopyright : 'Copyright', // MISSING - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/en-ca.js b/skins/ckeditor/_source/lang/en-ca.js deleted file mode 100644 index bfece57..0000000 --- a/skins/ckeditor/_source/lang/en-ca.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * English (Canadian) language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['en-ca'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Source', - newPage : 'New Page', - save : 'Save', - preview : 'Preview', - cut : 'Cut', - copy : 'Copy', - paste : 'Paste', - print : 'Print', - underline : 'Underline', - bold : 'Bold', - italic : 'Italic', - selectAll : 'Select All', - removeFormat : 'Remove Format', - strike : 'Strike Through', - subscript : 'Subscript', - superscript : 'Superscript', - horizontalrule : 'Insert Horizontal Line', - pagebreak : 'Insert Page Break for Printing', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Unlink', - undo : 'Undo', - redo : 'Redo', - - // Common messages and labels. - common : - { - 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', // MISSING - preview : 'Preview', // MISSING - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Width', // MISSING - height : 'Height', // MISSING - align : 'Align', - alignLeft : 'Left', // MISSING - alignRight : 'Right', // MISSING - alignCenter : 'Centre', - alignTop : 'Top', // MISSING - alignMiddle : 'Middle', // MISSING - alignBottom : 'Bottom', // MISSING - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Insert Special Character', - title : 'Select Special Character', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Link', - other : '<other>', - menu : 'Edit Link', - title : 'Link', - info : 'Link Info', - target : 'Target', - upload : 'Upload', - advanced : 'Advanced', - type : 'Link Type', - toUrl : 'URL', // MISSING - toAnchor : 'Link to anchor in the text', - toEmail : 'E-mail', - targetFrame : '<frame>', - targetPopup : '<popup window>', - targetFrameName : 'Target Frame Name', - targetPopupName : 'Popup Window Name', - popupFeatures : 'Popup Window Features', - popupResizable : 'Resizable', - popupStatusBar : 'Status Bar', - popupLocationBar: 'Location Bar', - popupToolbar : 'Toolbar', - popupMenuBar : 'Menu Bar', - popupFullScreen : 'Full Screen (IE)', - popupScrollBars : 'Scroll Bars', - popupDependent : 'Dependent (Netscape)', - popupLeft : 'Left Position', - popupTop : 'Top Position', - id : 'Id', - langDir : 'Language Direction', - langDirLTR : 'Left to Right (LTR)', - langDirRTL : 'Right to Left (RTL)', - acccessKey : 'Access Key', - name : 'Name', - langCode : 'Language Code', - tabIndex : 'Tab Index', - advisoryTitle : 'Advisory Title', - advisoryContentType : 'Advisory Content Type', - cssClasses : 'Stylesheet Classes', - charset : 'Linked Resource Charset', - styles : 'Style', - rel : 'Relationship', // MISSING - selectAnchor : 'Select an Anchor', - anchorName : 'By Anchor Name', - anchorId : 'By Element Id', - emailAddress : 'E-Mail Address', - emailSubject : 'Message Subject', - emailBody : 'Message Body', - noAnchors : '(No anchors available in the document)', - noUrl : 'Please type the link URL', - noEmail : 'Please type the e-mail address' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Anchor', - menu : 'Edit Anchor', - title : 'Anchor Properties', - name : 'Anchor Name', - errorName : 'Please type the anchor name', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', - find : 'Find', - replace : 'Replace', - findWhat : 'Find what:', - replaceWith : 'Replace with:', - notFoundMsg : 'The specified text was not found.', - matchCase : 'Match case', - matchWord : 'Match whole word', - matchCyclic : 'Match cyclic', - replaceAll : 'Replace All', - replaceSuccessMsg : '%1 occurrence(s) replaced.' - }, - - // Table Dialog - table : - { - toolbar : 'Table', - title : 'Table Properties', - menu : 'Table Properties', - deleteTable : 'Delete Table', - rows : 'Rows', - columns : 'Columns', - border : 'Border size', - widthPx : 'pixels', - widthPc : 'percent', - widthUnit : 'width unit', // MISSING - cellSpace : 'Cell spacing', - cellPad : 'Cell padding', - caption : 'Caption', - summary : 'Summary', - headers : 'Headers', - headersNone : 'None', - headersColumn : 'First column', - headersRow : 'First Row', - headersBoth : 'Both', - invalidRows : 'Number of rows must be a number greater than 0.', - invalidCols : 'Number of columns must be a number greater than 0.', - invalidBorder : 'Border size must be a number.', - invalidWidth : 'Table width must be a number.', - invalidHeight : 'Table height must be a number.', - invalidCellSpacing : 'Cell spacing must be a number.', - invalidCellPadding : 'Cell padding must be a number.', - - 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' // MISSING - }, - - row : - { - menu : 'Row', - insertBefore : 'Insert Row Before', - insertAfter : 'Insert Row After', - deleteRow : 'Delete Rows' - }, - - column : - { - menu : 'Column', - insertBefore : 'Insert Column Before', - insertAfter : 'Insert Column After', - deleteColumn : 'Delete Columns' - } - }, - - // Button Dialog. - button : - { - title : 'Button Properties', - text : 'Text (Value)', - type : 'Type', - typeBtn : 'Button', - typeSbm : 'Submit', - typeRst : 'Reset' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Checkbox Properties', - radioTitle : 'Radio Button Properties', - value : 'Value', - selected : 'Selected' - }, - - // Form Dialog. - form : - { - title : 'Form Properties', - menu : 'Form Properties', - action : 'Action', - method : 'Method', - encoding : 'Encoding' - }, - - // Select Field Dialog. - select : - { - title : 'Selection Field Properties', - selectInfo : 'Select Info', - opAvail : 'Available Options', - value : 'Value', - size : 'Size', - lines : 'lines', - chkMulti : 'Allow multiple selections', - opText : 'Text', - opValue : 'Value', - btnAdd : 'Add', - btnModify : 'Modify', - btnUp : 'Up', - btnDown : 'Down', - btnSetValue : 'Set as selected value', - btnDelete : 'Delete' - }, - - // Textarea Dialog. - textarea : - { - title : 'Textarea Properties', - cols : 'Columns', - rows : 'Rows' - }, - - // Text Field Dialog. - textfield : - { - title : 'Text Field Properties', - name : 'Name', - value : 'Value', - charWidth : 'Character Width', - maxChars : 'Maximum Characters', - type : 'Type', - typeText : 'Text', - typePass : 'Password' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Hidden Field Properties', - name : 'Name', - value : 'Value' - }, - - // Image Dialog. - image : - { - title : 'Image Properties', - titleButton : 'Image Button Properties', - menu : 'Image Properties', - infoTab : 'Image Info', - btnUpload : 'Send it to the Server', - upload : 'Upload', - alt : 'Alternative Text', - lockRatio : 'Lock Ratio', - resetSize : 'Reset Size', - border : 'Border', - hSpace : 'HSpace', - vSpace : 'VSpace', - alertUrl : 'Please type the image URL', - linkTab : 'Link', - button2Img : 'Do you want to transform the selected image button on a simple image?', - img2Button : 'Do you want to transform the selected image on a image button?', - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Flash Properties', - propertiesTab : 'Properties', - title : 'Flash Properties', - chkPlay : 'Auto Play', - chkLoop : 'Loop', - chkMenu : 'Enable Flash Menu', - chkFull : 'Allow Fullscreen', - scale : 'Scale', - scaleAll : 'Show all', - scaleNoBorder : 'No Border', - scaleFit : 'Exact Fit', - access : 'Script Access', - accessAlways : 'Always', - accessSameDomain: 'Same domain', - accessNever : 'Never', - alignAbsBottom : 'Abs Bottom', - alignAbsMiddle : 'Abs Middle', - alignBaseline : 'Baseline', - alignTextTop : 'Text Top', - quality : 'Quality', - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', - flashvars : 'Variables for Flash', - bgcolor : 'Background colour', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'URL must not be empty.', - validateHSpace : 'HSpace must be a number.', - validateVSpace : 'VSpace must be a number.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Check Spelling', - title : 'Spell Check', - notAvailable : 'Sorry, but service is unavailable now.', - errorLoading : 'Error loading application service host: %s.', - notInDic : 'Not in dictionary', - changeTo : 'Change to', - btnIgnore : 'Ignore', - btnIgnoreAll : 'Ignore All', - btnReplace : 'Replace', - btnReplaceAll : 'Replace All', - btnUndo : 'Undo', - noSuggestions : '- No suggestions -', - progress : 'Spell check in progress...', - noMispell : 'Spell check complete: No misspellings found', - noChanges : 'Spell check complete: No words changed', - oneChange : 'Spell check complete: One word changed', - manyChanges : 'Spell check complete: %1 words changed', - ieSpellDownload : 'Spell checker not installed. Do you want to download it now?' - }, - - smiley : - { - toolbar : 'Smiley', - title : 'Insert a Smiley', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' - }, - - numberedlist : 'Insert/Remove Numbered List', - bulletedlist : 'Insert/Remove Bulleted List', - indent : 'Increase Indent', - outdent : 'Decrease Indent', - - justify : - { - left : 'Align Left', - center : 'Centre', - right : 'Align Right', - block : 'Justify' - }, - - blockquote : 'Block Quote', - - clipboard : - { - title : 'Paste', - cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', - copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', - 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.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Paste from Word', - title : 'Paste from Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Paste as plain text', - title : 'Paste as Plain Text' - }, - - templates : - { - button : 'Templates', - title : 'Content Templates', - options : 'Template Options', // MISSING - insertOption : 'Replace actual contents', - selectPromptMsg : 'Please select the template to open in the editor', - emptyListMsg : '(No templates defined)' - }, - - showBlocks : 'Show Blocks', - - stylesCombo : - { - label : 'Styles', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', - panelTitle2 : 'Inline Styles', - panelTitle3 : 'Object Styles' - }, - - format : - { - label : 'Format', - panelTitle : 'Paragraph Format', - - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - 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_div : 'Normal (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Font', - voiceLabel : 'Font', // MISSING - panelTitle : 'Font Name' - }, - - fontSize : - { - label : 'Size', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Font Size' - }, - - colorButton : - { - textColorTitle : 'Text Colour', - bgColorTitle : 'Background Colour', - panelTitle : 'Colors', // MISSING - auto : 'Automatic', - more : 'More Colours...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', - copy : 'Copyright © $1. All rights reserved.' - }, - - maximize : 'Maximize', - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING - design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING - chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Document Type Heading', // MISSING - docTypeOther : 'Other Document Type Heading', // MISSING - xhtmlDec : 'Include XHTML Declarations', // MISSING - bgColor : 'Background Color', // MISSING - bgImage : 'Background Image URL', // MISSING - bgFixed : 'Non-scrolling (Fixed) Background', // MISSING - txtColor : 'Text Color', // MISSING - margin : 'Page Margins', // MISSING - marginTop : 'Top', // MISSING - marginLeft : 'Left', // MISSING - marginRight : 'Right', // MISSING - marginBottom : 'Bottom', // MISSING - metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING - metaDescription : 'Document Description', // MISSING - metaAuthor : 'Author', // MISSING - metaCopyright : 'Copyright', // MISSING - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/en-gb.js b/skins/ckeditor/_source/lang/en-gb.js deleted file mode 100644 index 9e79539..0000000 --- a/skins/ckeditor/_source/lang/en-gb.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * English (United Kingdom) language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['en-gb'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', - - // Toolbar buttons without dialogs. - source : 'Source', - newPage : 'New Page', - save : 'Save', - preview : 'Preview', - cut : 'Cut', - copy : 'Copy', - paste : 'Paste', - print : 'Print', - underline : 'Underline', - bold : 'Bold', - italic : 'Italic', - selectAll : 'Select All', - removeFormat : 'Remove Format', - strike : 'Strike Through', - subscript : 'Subscript', - superscript : 'Superscript', - horizontalrule : 'Insert Horizontal Line', - pagebreak : 'Insert Page Break for Printing', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Unlink', - undo : 'Undo', - redo : 'Redo', - - // Common messages and labels. - common : - { - 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', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', - 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 : 'Align', - alignLeft : 'Left', - alignRight : 'Right', - alignCenter : 'Centre', - alignTop : 'Top', - alignMiddle : 'Middle', - alignBottom : 'Bottom', - 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).', // MISSING - invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' - }, - - contextmenu : - { - options : 'Context Menu Options' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Insert Special Character', - title : 'Select Special Character', - options : 'Special Character Options' - }, - - // Link dialog. - link : - { - toolbar : 'Link', - other : '<other>', - menu : 'Edit Link', - title : 'Link', - info : 'Link Info', - target : 'Target', - upload : 'Upload', - advanced : 'Advanced', - type : 'Link Type', - toUrl : 'URL', - toAnchor : 'Link to anchor in the text', - toEmail : 'E-mail', - targetFrame : '<frame>', - targetPopup : '<popup window>', - targetFrameName : 'Target Frame Name', - targetPopupName : 'Popup Window Name', - popupFeatures : 'Popup Window Features', - popupResizable : 'Resizable', - popupStatusBar : 'Status Bar', - popupLocationBar: 'Location Bar', - popupToolbar : 'Toolbar', - popupMenuBar : 'Menu Bar', - popupFullScreen : 'Full Screen (IE)', - popupScrollBars : 'Scroll Bars', - popupDependent : 'Dependent (Netscape)', - popupLeft : 'Left Position', - popupTop : 'Top Position', - id : 'Id', - langDir : 'Language Direction', - langDirLTR : 'Left to Right (LTR)', - langDirRTL : 'Right to Left (RTL)', - acccessKey : 'Access Key', - name : 'Name', - langCode : 'Language Code', - tabIndex : 'Tab Index', - advisoryTitle : 'Advisory Title', - advisoryContentType : 'Advisory Content Type', - cssClasses : 'Stylesheet Classes', - charset : 'Linked Resource Charset', - styles : 'Style', - rel : 'Relationship', // MISSING - selectAnchor : 'Select an Anchor', - anchorName : 'By Anchor Name', - anchorId : 'By Element Id', - emailAddress : 'E-Mail Address', - emailSubject : 'Message Subject', - emailBody : 'Message Body', - noAnchors : '(No anchors available in the document)', - noUrl : 'Please type the link URL', - noEmail : 'Please type the e-mail address' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Anchor', - menu : 'Edit Anchor', - title : 'Anchor Properties', - name : 'Anchor Name', - errorName : 'Please type the anchor name', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', - bulletedTitle : 'Bulleted List Properties', - type : 'Type', - start : 'Start', - validateStartNumber :'List start number must be a whole number.', - circle : 'Circle', - disc : 'Disc', - square : 'Square', - none : 'None', - notset : '<not set>', - armenian : 'Armenian numbering', - georgian : 'Georgian numbering (an, ban, gan, etc.)', - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', - decimal : 'Decimal (1, 2, 3, etc.)', - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', - find : 'Find', - replace : 'Replace', - findWhat : 'Find what:', - replaceWith : 'Replace with:', - notFoundMsg : 'The specified text was not found.', - matchCase : 'Match case', - matchWord : 'Match whole word', - matchCyclic : 'Match cyclic', - replaceAll : 'Replace All', - replaceSuccessMsg : '%1 occurrence(s) replaced.' - }, - - // Table Dialog - table : - { - toolbar : 'Table', - title : 'Table Properties', - menu : 'Table Properties', - deleteTable : 'Delete Table', - rows : 'Rows', - columns : 'Columns', - border : 'Border size', - widthPx : 'pixels', - widthPc : 'percent', - widthUnit : 'width unit', - cellSpace : 'Cell spacing', - cellPad : 'Cell padding', - caption : 'Caption', - summary : 'Summary', - headers : 'Headers', - headersNone : 'None', - headersColumn : 'First column', - headersRow : 'First Row', - headersBoth : 'Both', - invalidRows : 'Number of rows must be a number greater than 0.', - invalidCols : 'Number of columns must be a number greater than 0.', - invalidBorder : 'Border size must be a number.', - invalidWidth : 'Table width must be a number.', - invalidHeight : 'Table height must be a number.', - invalidCellSpacing : 'Cell spacing must be a number.', - invalidCellPadding : 'Cell padding must be a number.', - - 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' - }, - - row : - { - menu : 'Row', - insertBefore : 'Insert Row Before', - insertAfter : 'Insert Row After', - deleteRow : 'Delete Rows' - }, - - column : - { - menu : 'Column', - insertBefore : 'Insert Column Before', - insertAfter : 'Insert Column After', - deleteColumn : 'Delete Columns' - } - }, - - // Button Dialog. - button : - { - title : 'Button Properties', - text : 'Text (Value)', - type : 'Type', - typeBtn : 'Button', - typeSbm : 'Submit', - typeRst : 'Reset' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Checkbox Properties', - radioTitle : 'Radio Button Properties', - value : 'Value', - selected : 'Selected' - }, - - // Form Dialog. - form : - { - title : 'Form Properties', - menu : 'Form Properties', - action : 'Action', - method : 'Method', - encoding : 'Encoding' - }, - - // Select Field Dialog. - select : - { - title : 'Selection Field Properties', - selectInfo : 'Select Info', - opAvail : 'Available Options', - value : 'Value', - size : 'Size', - lines : 'lines', - chkMulti : 'Allow multiple selections', - opText : 'Text', - opValue : 'Value', - btnAdd : 'Add', - btnModify : 'Modify', - btnUp : 'Up', - btnDown : 'Down', - btnSetValue : 'Set as selected value', - btnDelete : 'Delete' - }, - - // Textarea Dialog. - textarea : - { - title : 'Textarea Properties', - cols : 'Columns', - rows : 'Rows' - }, - - // Text Field Dialog. - textfield : - { - title : 'Text Field Properties', - name : 'Name', - value : 'Value', - charWidth : 'Character Width', - maxChars : 'Maximum Characters', - type : 'Type', - typeText : 'Text', - typePass : 'Password' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Hidden Field Properties', - name : 'Name', - value : 'Value' - }, - - // Image Dialog. - image : - { - title : 'Image Properties', - titleButton : 'Image Button Properties', - menu : 'Image Properties', - infoTab : 'Image Info', - btnUpload : 'Send it to the Server', - upload : 'Upload', - alt : 'Alternative Text', - lockRatio : 'Lock Ratio', - resetSize : 'Reset Size', - border : 'Border', - hSpace : 'HSpace', - vSpace : 'VSpace', - alertUrl : 'Please type the image URL', - linkTab : 'Link', - button2Img : 'Do you want to transform the selected image button on a simple image?', - img2Button : 'Do you want to transform the selected image on a image button?', - urlMissing : 'Image source URL is missing.', - validateBorder : 'Border must be a whole number.', - validateHSpace : 'HSpace must be a whole number.', - validateVSpace : 'VSpace must be a whole number.' - }, - - // Flash Dialog - flash : - { - properties : 'Flash Properties', - propertiesTab : 'Properties', - title : 'Flash Properties', - chkPlay : 'Auto Play', - chkLoop : 'Loop', - chkMenu : 'Enable Flash Menu', - chkFull : 'Allow Fullscreen', - scale : 'Scale', - scaleAll : 'Show all', - scaleNoBorder : 'No Border', - scaleFit : 'Exact Fit', - access : 'Script Access', - accessAlways : 'Always', - accessSameDomain: 'Same domain', - accessNever : 'Never', - alignAbsBottom : 'Abs Bottom', - alignAbsMiddle : 'Abs Middle', - alignBaseline : 'Baseline', - alignTextTop : 'Text Top', - quality : 'Quality', - qualityBest : 'Best', - qualityHigh : 'High', - qualityAutoHigh : 'Auto High', - qualityMedium : 'Medium', - qualityAutoLow : 'Auto Low', - qualityLow : 'Low', - windowModeWindow: 'Window', - windowModeOpaque: 'Opaque', - windowModeTransparent : 'Transparent', - windowMode : 'Window mode', - flashvars : 'Variables for Flash', - bgcolor : 'Background colour', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'URL must not be empty.', - validateHSpace : 'HSpace must be a number.', - validateVSpace : 'VSpace must be a number.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Check Spelling', - title : 'Spell Check', - notAvailable : 'Sorry, but service is unavailable now.', - errorLoading : 'Error loading application service host: %s.', - notInDic : 'Not in dictionary', - changeTo : 'Change to', - btnIgnore : 'Ignore', - btnIgnoreAll : 'Ignore All', - btnReplace : 'Replace', - btnReplaceAll : 'Replace All', - btnUndo : 'Undo', - noSuggestions : '- No suggestions -', - progress : 'Spell check in progress...', - noMispell : 'Spell check complete: No misspellings found', - noChanges : 'Spell check complete: No words changed', - oneChange : 'Spell check complete: One word changed', - manyChanges : 'Spell check complete: %1 words changed', - ieSpellDownload : 'Spell checker not installed. Do you want to download it now?' - }, - - smiley : - { - toolbar : 'Smiley', - title : 'Insert a Smiley', - options : 'Smiley Options' - }, - - elementsPath : - { - eleLabel : 'Elements path', - eleTitle : '%1 element' - }, - - numberedlist : 'Insert/Remove Numbered List', - bulletedlist : 'Insert/Remove Bulleted List', - indent : 'Increase Indent', - outdent : 'Decrease Indent', - - justify : - { - left : 'Align Left', - center : 'Centre', - right : 'Align Right', - block : 'Justify' - }, - - blockquote : 'Block Quote', - - clipboard : - { - title : 'Paste', - cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', - copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', - 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.', - pasteArea : 'Paste Area' - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', - toolbar : 'Paste from Word', - title : 'Paste from Word', - error : 'It was not possible to clean up the pasted data due to an internal error' - }, - - pasteText : - { - button : 'Paste as plain text', - title : 'Paste as Plain Text' - }, - - templates : - { - button : 'Templates', - title : 'Content Templates', - options : 'Template Options', - insertOption : 'Replace actual contents', - selectPromptMsg : 'Please select the template to open in the editor', - emptyListMsg : '(No templates defined)' - }, - - showBlocks : 'Show Blocks', - - stylesCombo : - { - label : 'Styles', - panelTitle : 'Formatting Styles', - panelTitle1 : 'Block Styles', - panelTitle2 : 'Inline Styles', - panelTitle3 : 'Object Styles' - }, - - format : - { - label : 'Format', - panelTitle : 'Paragraph Format', - - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - 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_div : 'Normal (DIV)' - }, - - div : - { - title : 'Create Div Container', - toolbar : 'Create Div Container', - cssClassInputLabel : 'Stylesheet Classes', - styleSelectLabel : 'Style', - IdInputLabel : 'Id', - languageCodeInputLabel : ' Language Code', - inlineStyleInputLabel : 'Inline Style', - advisoryTitleInputLabel : 'Advisory Title', - langDirLabel : 'Language Direction', - langDirLTRLabel : 'Left to Right (LTR)', - langDirRTLLabel : 'Right to Left (RTL)', - edit : 'Edit Div', - remove : 'Remove Div' - }, - - iframe : - { - title : 'IFrame Properties', - toolbar : 'IFrame', - noUrl : 'Please type the iframe URL', - scrolling : 'Enable scrollbars', - border : 'Show frame border' - }, - - font : - { - label : 'Font', - voiceLabel : 'Font', - panelTitle : 'Font Name' - }, - - fontSize : - { - label : 'Size', - voiceLabel : 'Font Size', - panelTitle : 'Font Size' - }, - - colorButton : - { - textColorTitle : 'Text Colour', - bgColorTitle : 'Background Colour', - panelTitle : 'Colours', - auto : 'Automatic', - more : 'More Colours...' - }, - - colors : - { - '000' : 'Black', - '800000' : 'Maroon', - '8B4513' : 'Saddle Brown', - '2F4F4F' : 'Dark Slate Grey', - '008080' : 'Teal', - '000080' : 'Navy', - '4B0082' : 'Indigo', - '696969' : 'Dark Grey', - 'B22222' : 'Fire Brick', - 'A52A2A' : 'Brown', - 'DAA520' : 'Golden Rod', - '006400' : 'Dark Green', - '40E0D0' : 'Turquoise', - '0000CD' : 'Medium Blue', - '800080' : 'Purple', - '808080' : 'Grey', - 'F00' : 'Red', - 'FF8C00' : 'Dark Orange', - 'FFD700' : 'Gold', - '008000' : 'Green', - '0FF' : 'Cyan', - '00F' : 'Blue', - 'EE82EE' : 'Violet', - 'A9A9A9' : 'Dim Grey', - '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' - }, - - scayt : - { - title : 'Spell Check As You Type', - opera_title : 'Not supported by Opera', - enable : 'Enable SCAYT', - disable : 'Disable SCAYT', - about : 'About SCAYT', - toggle : 'Toggle SCAYT', - options : 'Options', - langs : 'Languages', - moreSuggestions : 'More suggestions', - ignore : 'Ignore', - ignoreAll : 'Ignore All', - addWord : 'Add Word', - emptyDic : 'Dictionary name should not be empty.', - - optionsTab : 'Options', - allCaps : 'Ignore All-Caps Words', - ignoreDomainNames : 'Ignore Domain Names', - mixedCase : 'Ignore Words with Mixed Case', - mixedWithDigits : 'Ignore Words with Numbers', - - languagesTab : 'Languages', - - dictionariesTab : 'Dictionaries', - dic_field_name : 'Dictionary name', - dic_create : 'Create', - dic_restore : 'Restore', - dic_delete : 'Delete', - dic_rename : 'Rename', - 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.', - - aboutTab : 'About' - }, - - about : - { - title : 'About CKEditor', - dlgTitle : 'About CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', - copy : 'Copyright © $1. All rights reserved.' - }, - - maximize : 'Maximise', - minimize : 'Minimise', - - fakeobjects : - { - anchor : 'Anchor', - flash : 'Flash Animation', - iframe : 'IFrame', - hiddenfield : 'Hidden Field', - unknown : 'Unknown Object' - }, - - resize : 'Drag to resize', - - colordialog : - { - title : 'Select colour', - options : 'Colour Options', - highlight : 'Highlight', - selected : 'Selected Colour', - clear : 'Clear' - }, - - toolbarCollapse : 'Collapse Toolbar', - toolbarExpand : 'Expand Toolbar', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', - rtl : 'Text direction from right to left' - }, - - docprops : - { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING - design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING - chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Document Type Heading', // MISSING - docTypeOther : 'Other Document Type Heading', // MISSING - xhtmlDec : 'Include XHTML Declarations', // MISSING - bgColor : 'Background Color', // MISSING - bgImage : 'Background Image URL', // MISSING - bgFixed : 'Non-scrolling (Fixed) Background', // MISSING - txtColor : 'Text Color', // MISSING - margin : 'Page Margins', // MISSING - marginTop : 'Top', // MISSING - marginLeft : 'Left', // MISSING - marginRight : 'Right', // MISSING - marginBottom : 'Bottom', // MISSING - metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING - metaDescription : 'Document Description', // MISSING - metaAuthor : 'Author', // MISSING - metaCopyright : 'Copyright', // MISSING - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/en.js b/skins/ckeditor/_source/lang/en.js deleted file mode 100644 index 5f9db15..0000000 --- a/skins/ckeditor/_source/lang/en.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the English - * language. This is the base file for all translations. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['en'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', - editor : 'Rich Text Editor', - - // Toolbar buttons without dialogs. - source : 'Source', - newPage : 'New Page', - save : 'Save', - preview : 'Preview', - cut : 'Cut', - copy : 'Copy', - paste : 'Paste', - print : 'Print', - underline : 'Underline', - bold : 'Bold', - italic : 'Italic', - selectAll : 'Select All', - removeFormat : 'Remove Format', - strike : 'Strike Through', - subscript : 'Subscript', - superscript : 'Superscript', - horizontalrule : 'Insert Horizontal Line', - pagebreak : 'Insert Page Break for Printing', - pagebreakAlt : 'Page Break', - unlink : 'Unlink', - undo : 'Undo', - redo : 'Redo', - - // Common messages and labels. - common : - { - 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', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', - 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', - 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 %).', - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' - }, - - contextmenu : - { - options : 'Context Menu Options' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Insert Special Character', - title : 'Select Special Character', - options : 'Special Character Options' - }, - - // Link dialog. - link : - { - toolbar : 'Link', - other : '<other>', - menu : 'Edit Link', - title : 'Link', - info : 'Link Info', - target : 'Target', - upload : 'Upload', - advanced : 'Advanced', - type : 'Link Type', - toUrl : 'URL', - toAnchor : 'Link to anchor in the text', - toEmail : 'E-mail', - targetFrame : '<frame>', - targetPopup : '<popup window>', - targetFrameName : 'Target Frame Name', - targetPopupName : 'Popup Window Name', - popupFeatures : 'Popup Window Features', - popupResizable : 'Resizable', - popupStatusBar : 'Status Bar', - popupLocationBar: 'Location Bar', - popupToolbar : 'Toolbar', - popupMenuBar : 'Menu Bar', - popupFullScreen : 'Full Screen (IE)', - popupScrollBars : 'Scroll Bars', - popupDependent : 'Dependent (Netscape)', - popupLeft : 'Left Position', - popupTop : 'Top Position', - id : 'Id', - langDir : 'Language Direction', - langDirLTR : 'Left to Right (LTR)', - langDirRTL : 'Right to Left (RTL)', - acccessKey : 'Access Key', - name : 'Name', - langCode : 'Language Code', - tabIndex : 'Tab Index', - advisoryTitle : 'Advisory Title', - advisoryContentType : 'Advisory Content Type', - cssClasses : 'Stylesheet Classes', - charset : 'Linked Resource Charset', - styles : 'Style', - rel : 'Relationship', - selectAnchor : 'Select an Anchor', - anchorName : 'By Anchor Name', - anchorId : 'By Element Id', - emailAddress : 'E-Mail Address', - emailSubject : 'Message Subject', - emailBody : 'Message Body', - noAnchors : '(No anchors available in the document)', - noUrl : 'Please type the link URL', - noEmail : 'Please type the e-mail address' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Anchor', - menu : 'Edit Anchor', - title : 'Anchor Properties', - name : 'Anchor Name', - errorName : 'Please type the anchor name', - remove : 'Remove Anchor' - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', - bulletedTitle : 'Bulleted List Properties', - type : 'Type', - start : 'Start', - validateStartNumber :'List start number must be a whole number.', - circle : 'Circle', - disc : 'Disc', - square : 'Square', - none : 'None', - notset : '<not set>', - armenian : 'Armenian numbering', - georgian : 'Georgian numbering (an, ban, gan, etc.)', - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', - decimal : 'Decimal (1, 2, 3, etc.)', - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', - find : 'Find', - replace : 'Replace', - findWhat : 'Find what:', - replaceWith : 'Replace with:', - notFoundMsg : 'The specified text was not found.', - matchCase : 'Match case', - matchWord : 'Match whole word', - matchCyclic : 'Match cyclic', - replaceAll : 'Replace All', - replaceSuccessMsg : '%1 occurrence(s) replaced.' - }, - - // Table Dialog - table : - { - toolbar : 'Table', - title : 'Table Properties', - menu : 'Table Properties', - deleteTable : 'Delete Table', - rows : 'Rows', - columns : 'Columns', - border : 'Border size', - widthPx : 'pixels', - widthPc : 'percent', - widthUnit : 'width unit', - cellSpace : 'Cell spacing', - cellPad : 'Cell padding', - caption : 'Caption', - summary : 'Summary', - headers : 'Headers', - headersNone : 'None', - headersColumn : 'First column', - headersRow : 'First Row', - headersBoth : 'Both', - invalidRows : 'Number of rows must be a number greater than 0.', - invalidCols : 'Number of columns must be a number greater than 0.', - invalidBorder : 'Border size must be a number.', - invalidWidth : 'Table width must be a number.', - invalidHeight : 'Table height must be a number.', - invalidCellSpacing : 'Cell spacing must be a positive number.', - invalidCellPadding : 'Cell padding must be a positive number.', - - 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' - }, - - row : - { - menu : 'Row', - insertBefore : 'Insert Row Before', - insertAfter : 'Insert Row After', - deleteRow : 'Delete Rows' - }, - - column : - { - menu : 'Column', - insertBefore : 'Insert Column Before', - insertAfter : 'Insert Column After', - deleteColumn : 'Delete Columns' - } - }, - - // Button Dialog. - button : - { - title : 'Button Properties', - text : 'Text (Value)', - type : 'Type', - typeBtn : 'Button', - typeSbm : 'Submit', - typeRst : 'Reset' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Checkbox Properties', - radioTitle : 'Radio Button Properties', - value : 'Value', - selected : 'Selected' - }, - - // Form Dialog. - form : - { - title : 'Form Properties', - menu : 'Form Properties', - action : 'Action', - method : 'Method', - encoding : 'Encoding' - }, - - // Select Field Dialog. - select : - { - title : 'Selection Field Properties', - selectInfo : 'Select Info', - opAvail : 'Available Options', - value : 'Value', - size : 'Size', - lines : 'lines', - chkMulti : 'Allow multiple selections', - opText : 'Text', - opValue : 'Value', - btnAdd : 'Add', - btnModify : 'Modify', - btnUp : 'Up', - btnDown : 'Down', - btnSetValue : 'Set as selected value', - btnDelete : 'Delete' - }, - - // Textarea Dialog. - textarea : - { - title : 'Textarea Properties', - cols : 'Columns', - rows : 'Rows' - }, - - // Text Field Dialog. - textfield : - { - title : 'Text Field Properties', - name : 'Name', - value : 'Value', - charWidth : 'Character Width', - maxChars : 'Maximum Characters', - type : 'Type', - typeText : 'Text', - typePass : 'Password' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Hidden Field Properties', - name : 'Name', - value : 'Value' - }, - - // Image Dialog. - image : - { - title : 'Image Properties', - titleButton : 'Image Button Properties', - menu : 'Image Properties', - infoTab : 'Image Info', - btnUpload : 'Send it to the Server', - upload : 'Upload', - alt : 'Alternative Text', - lockRatio : 'Lock Ratio', - resetSize : 'Reset Size', - border : 'Border', - hSpace : 'HSpace', - vSpace : 'VSpace', - alertUrl : 'Please type the image URL', - linkTab : 'Link', - button2Img : 'Do you want to transform the selected image button on a simple image?', - img2Button : 'Do you want to transform the selected image on a image button?', - urlMissing : 'Image source URL is missing.', - validateBorder : 'Border must be a whole number.', - validateHSpace : 'HSpace must be a whole number.', - validateVSpace : 'VSpace must be a whole number.' - }, - - // Flash Dialog - flash : - { - properties : 'Flash Properties', - propertiesTab : 'Properties', - title : 'Flash Properties', - chkPlay : 'Auto Play', - chkLoop : 'Loop', - chkMenu : 'Enable Flash Menu', - chkFull : 'Allow Fullscreen', - scale : 'Scale', - scaleAll : 'Show all', - scaleNoBorder : 'No Border', - scaleFit : 'Exact Fit', - access : 'Script Access', - accessAlways : 'Always', - accessSameDomain: 'Same domain', - accessNever : 'Never', - alignAbsBottom : 'Abs Bottom', - alignAbsMiddle : 'Abs Middle', - alignBaseline : 'Baseline', - alignTextTop : 'Text Top', - quality : 'Quality', - qualityBest : 'Best', - qualityHigh : 'High', - qualityAutoHigh : 'Auto High', - qualityMedium : 'Medium', - qualityAutoLow : 'Auto Low', - qualityLow : 'Low', - windowModeWindow: 'Window', - windowModeOpaque: 'Opaque', - windowModeTransparent : 'Transparent', - windowMode : 'Window mode', - flashvars : 'Variables for Flash', - bgcolor : 'Background color', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'URL must not be empty.', - validateHSpace : 'HSpace must be a number.', - validateVSpace : 'VSpace must be a number.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Check Spelling', - title : 'Spell Check', - notAvailable : 'Sorry, but service is unavailable now.', - errorLoading : 'Error loading application service host: %s.', - notInDic : 'Not in dictionary', - changeTo : 'Change to', - btnIgnore : 'Ignore', - btnIgnoreAll : 'Ignore All', - btnReplace : 'Replace', - btnReplaceAll : 'Replace All', - btnUndo : 'Undo', - noSuggestions : '- No suggestions -', - progress : 'Spell check in progress...', - noMispell : 'Spell check complete: No misspellings found', - noChanges : 'Spell check complete: No words changed', - oneChange : 'Spell check complete: One word changed', - manyChanges : 'Spell check complete: %1 words changed', - ieSpellDownload : 'Spell checker not installed. Do you want to download it now?' - }, - - smiley : - { - toolbar : 'Smiley', - title : 'Insert a Smiley', - options : 'Smiley Options' - }, - - elementsPath : - { - eleLabel : 'Elements path', - eleTitle : '%1 element' - }, - - numberedlist : 'Insert/Remove Numbered List', - bulletedlist : 'Insert/Remove Bulleted List', - indent : 'Increase Indent', - outdent : 'Decrease Indent', - - justify : - { - left : 'Align Left', - center : 'Center', - right : 'Align Right', - block : 'Justify' - }, - - blockquote : 'Block Quote', - - clipboard : - { - title : 'Paste', - cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', - copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', - 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.', - pasteArea : 'Paste Area' - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', - toolbar : 'Paste from Word', - title : 'Paste from Word', - error : 'It was not possible to clean up the pasted data due to an internal error' - }, - - pasteText : - { - button : 'Paste as plain text', - title : 'Paste as Plain Text' - }, - - templates : - { - button : 'Templates', - title : 'Content Templates', - options : 'Template Options', - insertOption : 'Replace actual contents', - selectPromptMsg : 'Please select the template to open in the editor', - emptyListMsg : '(No templates defined)' - }, - - showBlocks : 'Show Blocks', - - stylesCombo : - { - label : 'Styles', - panelTitle : 'Formatting Styles', - panelTitle1 : 'Block Styles', - panelTitle2 : 'Inline Styles', - panelTitle3 : 'Object Styles' - }, - - format : - { - label : 'Format', - panelTitle : 'Paragraph Format', - - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - 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_div : 'Normal (DIV)' - }, - - div : - { - title : 'Create Div Container', - toolbar : 'Create Div Container', - cssClassInputLabel : 'Stylesheet Classes', - styleSelectLabel : 'Style', - IdInputLabel : 'Id', - languageCodeInputLabel : ' Language Code', - inlineStyleInputLabel : 'Inline Style', - advisoryTitleInputLabel : 'Advisory Title', - langDirLabel : 'Language Direction', - langDirLTRLabel : 'Left to Right (LTR)', - langDirRTLLabel : 'Right to Left (RTL)', - edit : 'Edit Div', - remove : 'Remove Div' - }, - - iframe : - { - title : 'IFrame Properties', - toolbar : 'IFrame', - noUrl : 'Please type the iframe URL', - scrolling : 'Enable scrollbars', - border : 'Show frame border' - }, - - font : - { - label : 'Font', - voiceLabel : 'Font', - panelTitle : 'Font Name' - }, - - fontSize : - { - label : 'Size', - voiceLabel : 'Font Size', - panelTitle : 'Font Size' - }, - - colorButton : - { - textColorTitle : 'Text Color', - bgColorTitle : 'Background Color', - panelTitle : 'Colors', - auto : 'Automatic', - more : 'More Colors...' - }, - - 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' - }, - - scayt : - { - title : 'Spell Check As You Type', - opera_title : 'Not supported by Opera', - enable : 'Enable SCAYT', - disable : 'Disable SCAYT', - about : 'About SCAYT', - toggle : 'Toggle SCAYT', - options : 'Options', - langs : 'Languages', - moreSuggestions : 'More suggestions', - ignore : 'Ignore', - ignoreAll : 'Ignore All', - addWord : 'Add Word', - emptyDic : 'Dictionary name should not be empty.', - - optionsTab : 'Options', - allCaps : 'Ignore All-Caps Words', - ignoreDomainNames : 'Ignore Domain Names', - mixedCase : 'Ignore Words with Mixed Case', - mixedWithDigits : 'Ignore Words with Numbers', - - languagesTab : 'Languages', - - dictionariesTab : 'Dictionaries', - dic_field_name : 'Dictionary name', - dic_create : 'Create', - dic_restore : 'Restore', - dic_delete : 'Delete', - dic_rename : 'Rename', - 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.', - - aboutTab : 'About' - }, - - about : - { - title : 'About CKEditor', - dlgTitle : 'About CKEditor', - help : 'Check $1 for help.', - userGuide : 'CKEditor User\'s Guide', - moreInfo : 'For licensing information please visit our web site:', - copy : 'Copyright © $1. All rights reserved.' - }, - - maximize : 'Maximize', - minimize : 'Minimize', - - fakeobjects : - { - anchor : 'Anchor', - flash : 'Flash Animation', - iframe : 'IFrame', - hiddenfield : 'Hidden Field', - unknown : 'Unknown Object' - }, - - resize : 'Drag to resize', - - colordialog : - { - title : 'Select color', - options : 'Color Options', - highlight : 'Highlight', - selected : 'Selected Color', - clear : 'Clear' - }, - - 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' - }, - - bidi : - { - ltr : 'Text direction from left to right', - rtl : 'Text direction from right to left' - }, - - docprops : - { - label : 'Document Properties', - title : 'Document Properties', - design : 'Design', - meta : 'Meta Tags', - chooseColor : 'Choose', - other : 'Other...', - docTitle : 'Page Title', - charset : 'Character Set Encoding', - charsetOther : 'Other Character Set Encoding', - charsetASCII : 'ASCII', - charsetCE : 'Central European', - charsetCT : 'Chinese Traditional (Big5)', - charsetCR : 'Cyrillic', - charsetGR : 'Greek', - charsetJP : 'Japanese', - charsetKR : 'Korean', - charsetTR : 'Turkish', - charsetUN : 'Unicode (UTF-8)', - charsetWE : 'Western European', - docType : 'Document Type Heading', - docTypeOther : 'Other Document Type Heading', - xhtmlDec : 'Include XHTML Declarations', - bgColor : 'Background Color', - bgImage : 'Background Image URL', - bgFixed : 'Non-scrolling (Fixed) Background', - txtColor : 'Text Color', - margin : 'Page Margins', - marginTop : 'Top', - marginLeft : 'Left', - marginRight : 'Right', - marginBottom : 'Bottom', - metaKeywords : 'Document Indexing Keywords (comma separated)', - metaDescription : 'Document Description', - metaAuthor : 'Author', - metaCopyright : 'Copyright', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' - } -}; diff --git a/skins/ckeditor/_source/lang/eo.js b/skins/ckeditor/_source/lang/eo.js deleted file mode 100644 index 08013d8..0000000 --- a/skins/ckeditor/_source/lang/eo.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Esperanto language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['eo'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Fonto', - newPage : 'Nova PaÄo', - save : 'Sekurigi', - preview : 'Vidigi Aspekton', - cut : 'Eltondi', - copy : 'Kopii', - paste : 'Interglui', - print : 'Presi', - underline : 'Substreko', - bold : 'Grasa', - italic : 'Kursiva', - selectAll : 'Elekti Äion', - removeFormat : 'Forigi Formaton', - strike : 'Trastreko', - subscript : 'Subskribo', - superscript : 'Superskribo', - horizontalrule : 'Enmeti Horizonta Linio', - pagebreak : 'Insert Page Break for Printing', // MISSING - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Forigi Ligilon', - undo : 'Malfari', - redo : 'Refari', - - // Common messages and labels. - common : - { - browseServer : 'Foliumi en la Servilo', - url : 'URL', - protocol : 'Protokolo', - upload : 'AlÅuti', - uploadSubmit : 'Sendu al Servilo', - image : 'Bildo', - flash : 'Flash', // MISSING - form : 'Formularo', - checkbox : 'Markobutono', - radio : 'Radiobutono', - textField : 'Teksta kampo', - textarea : 'Teksta Areo', - hiddenField : 'KaÅita Kampo', - button : 'Butono', - select : 'Elekta Kampo', - imageButton : 'Bildbutono', - notSet : '<DefaÅlta>', - id : 'Id', - name : 'Nomo', - langDir : 'Skribdirekto', - langDirLtr : 'De maldekstro dekstren (LTR)', - langDirRtl : 'De dekstro maldekstren (RTL)', - langCode : 'Lingva Kodo', - longDescr : 'URL de Longa Priskribo', - cssClass : 'Klasoj de Stilfolioj', - advisoryTitle : 'Indika Titolo', - cssStyle : 'Stilo', - ok : 'Akcepti', - cancel : 'Rezigni', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'Speciala', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'LarÄo', - height : 'Alto', - align : 'Äisrandigo', - alignLeft : 'Maldekstre', - alignRight : 'Dekstre', - alignCenter : 'Centre', - alignTop : 'Supre', - alignMiddle : 'Centre', - alignBottom : 'Malsupre', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Enmeti Specialan Signon', - title : 'Enmeti Specialan Signon', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Enmeti/ÅanÄi Ligilon', - other : '<other>', // MISSING - menu : 'Modifier Ligilon', - title : 'Ligilo', - info : 'Informoj pri la Ligilo', - target : 'Celo', - upload : 'AlÅuti', - advanced : 'Speciala', - type : 'Tipo de Ligilo', - toUrl : 'URL', // MISSING - toAnchor : 'Ankri en tiu Äi paÄo', - toEmail : 'RetpoÅto', - targetFrame : '<kadro>', - targetPopup : '<Åprucfenestro>', - targetFrameName : 'Nomo de Kadro', - targetPopupName : 'Nomo de Åprucfenestro', - popupFeatures : 'Atributoj de la Åprucfenestro', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'Statobreto', - popupLocationBar: 'Adresobreto', - popupToolbar : 'Ilobreto', - popupMenuBar : 'Menubreto', - popupFullScreen : 'Tutekrane (IE)', - popupScrollBars : 'Rulumlisteloj', - popupDependent : 'Dependa (Netscape)', - popupLeft : 'Pozicio de Maldekstro', - popupTop : 'Pozicio de Supro', - id : 'Id', // MISSING - langDir : 'Skribdirekto', - langDirLTR : 'De maldekstro dekstren (LTR)', - langDirRTL : 'De dekstro maldekstren (RTL)', - acccessKey : 'Fulmoklavo', - name : 'Nomo', - langCode : 'Skribdirekto', - tabIndex : 'Taba Ordo', - advisoryTitle : 'Indika Titolo', - advisoryContentType : 'Indika Enhavotipo', - cssClasses : 'Klasoj de Stilfolioj', - charset : 'Signaro de la Ligita Rimedo', - styles : 'Stilo', - rel : 'Relationship', // MISSING - selectAnchor : 'Elekti Ankron', - anchorName : 'Per Ankronomo', - anchorId : 'Per Elementidentigilo', - emailAddress : 'Retadreso', - emailSubject : 'Temlinio', - emailBody : 'MesaÄa korpo', - noAnchors : '<Ne disponeblas ankroj en la dokumento>', - noUrl : 'Bonvolu entajpi la URL-on', - noEmail : 'Bonvolu entajpi la retadreson' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Enmeti/ÅanÄi Ankron', - menu : 'Ankraj Atributoj', - title : 'Ankraj Atributoj', - name : 'Ankra Nomo', - errorName : 'Bv tajpi la ankran nomon', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', // MISSING - find : 'SerÄi', - replace : 'AnstataÅigi', - findWhat : 'SerÄi:', - replaceWith : 'AnstataÅigi per:', - notFoundMsg : 'La celteksto ne estas trovita.', - matchCase : 'Kongruigi Usklecon', - matchWord : 'Tuta Vorto', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'AnstataÅigi Äiun', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'Tabelo', - title : 'Atributoj de Tabelo', - menu : 'Atributoj de Tabelo', - deleteTable : 'Delete Table', // MISSING - rows : 'Linioj', - columns : 'Kolumnoj', - border : 'Bordero', - widthPx : 'Bitbilderoj', - widthPc : 'elcentoj', - widthUnit : 'width unit', // MISSING - cellSpace : 'Interspacigo de Äeloj', - cellPad : 'ÄirkaÅenhava Plenigado', - caption : 'Titolo', - summary : 'Summary', // MISSING - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'Cell', // MISSING - insertBefore : 'Insert Cell Before', // MISSING - insertAfter : 'Insert Cell After', // MISSING - deleteCell : 'Forigi Äelojn', - merge : 'Kunfandi Äelojn', - mergeRight : 'Merge Right', // MISSING - mergeDown : 'Merge Down', // MISSING - splitHorizontal : 'Split Cell Horizontally', // MISSING - splitVertical : 'Split Cell Vertically', // MISSING - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Row', // MISSING - insertBefore : 'Insert Row Before', // MISSING - insertAfter : 'Insert Row After', // MISSING - deleteRow : 'Forigi Liniojn' - }, - - column : - { - menu : 'Column', // MISSING - insertBefore : 'Insert Column Before', // MISSING - insertAfter : 'Insert Column After', // MISSING - deleteColumn : 'Forigi Kolumnojn' - } - }, - - // Button Dialog. - button : - { - title : 'Butonaj Atributoj', - text : 'Teksto (Valoro)', - type : 'Tipo', - typeBtn : 'Button', // MISSING - typeSbm : 'Submit', // MISSING - typeRst : 'Reset' // MISSING - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Markobutonaj Atributoj', - radioTitle : 'Radiobutonaj Atributoj', - value : 'Valoro', - selected : 'Elektita' - }, - - // Form Dialog. - form : - { - title : 'Formularaj Atributoj', - menu : 'Formularaj Atributoj', - action : 'Ago', - method : 'Metodo', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'Atributoj de Elekta Kampo', - selectInfo : 'Select Info', // MISSING - opAvail : 'Elektoj Disponeblaj', - value : 'Valoro', - size : 'Grando', - lines : 'Linioj', - chkMulti : 'Permesi Plurajn Elektojn', - opText : 'Teksto', - opValue : 'Valoro', - btnAdd : 'Aldoni', - btnModify : 'Modifi', - btnUp : 'Supren', - btnDown : 'Malsupren', - btnSetValue : 'Agordi kiel Elektitan Valoron', - btnDelete : 'Forigi' - }, - - // Textarea Dialog. - textarea : - { - title : 'Atributoj de Teksta Areo', - cols : 'Kolumnoj', - rows : 'Vicoj' - }, - - // Text Field Dialog. - textfield : - { - title : 'Atributoj de Teksta Kampo', - name : 'Nomo', - value : 'Valoro', - charWidth : 'SignolarÄo', - maxChars : 'Maksimuma Nombro da Signoj', - type : 'Tipo', - typeText : 'Teksto', - typePass : 'Pasvorto' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Atributoj de KaÅita Kampo', - name : 'Nomo', - value : 'Valoro' - }, - - // Image Dialog. - image : - { - title : 'Atributoj de Bildo', - titleButton : 'Bildbutonaj Atributoj', - menu : 'Atributoj de Bildo', - infoTab : 'Informoj pri Bildo', - btnUpload : 'Sendu al Servilo', - upload : 'AlÅuti', - alt : 'AnstataÅiga Teksto', - lockRatio : 'Konservi Proporcion', - resetSize : 'Origina Grando', - border : 'Bordero', - hSpace : 'HSpaco', - vSpace : 'VSpaco', - alertUrl : 'Bonvolu tajpi la URL de la bildo', - linkTab : 'Link', // MISSING - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Flash Properties', // MISSING - propertiesTab : 'Properties', // MISSING - title : 'Flash Properties', // MISSING - chkPlay : 'Auto Play', // MISSING - chkLoop : 'Loop', // MISSING - chkMenu : 'Enable Flash Menu', // MISSING - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Scale', // MISSING - scaleAll : 'Show all', // MISSING - scaleNoBorder : 'No Border', // MISSING - scaleFit : 'Exact Fit', // MISSING - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Abs Malsupre', - alignAbsMiddle : 'Abs Centre', - alignBaseline : 'Je Malsupro de Teksto', - alignTextTop : 'Je Supro de Teksto', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Fona Koloro', - hSpace : 'HSpaco', - vSpace : 'VSpaco', - validateSrc : 'Bonvolu entajpi la URL-on', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Literumada Kontrolilo', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'Ne trovita en la vortaro', - changeTo : 'ÅanÄi al', - btnIgnore : 'Malatenti', - btnIgnoreAll : 'Malatenti Äiun', - btnReplace : 'AnstataÅigi', - btnReplaceAll : 'AnstataÅigi Äiun', - btnUndo : 'Malfari', - noSuggestions : '- Neniu propono -', - progress : 'Literumkontrolado daÅras...', - noMispell : 'Literumkontrolado finita: neniu fuÅo trovita', - noChanges : 'Literumkontrolado finita: neniu vorto ÅanÄita', - oneChange : 'Literumkontrolado finita: unu vorto ÅanÄita', - manyChanges : 'Literumkontrolado finita: %1 vortoj ÅanÄitaj', - ieSpellDownload : 'Literumada Kontrolilo ne instalita. Äu vi volas elÅuti Äin nun?' - }, - - smiley : - { - toolbar : 'Mienvinjeto', - title : 'Enmeti Mienvinjeton', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'Numera Listo', - bulletedlist : 'Bula Listo', - indent : 'Pligrandigi KrommarÄenon', - outdent : 'Malpligrandigi KrommarÄenon', - - justify : - { - left : 'Maldekstrigi', - center : 'Centrigi', - right : 'Dekstrigi', - block : 'Äisrandigi AmbaÅflanke' - }, - - blockquote : 'Block Quote', // MISSING - - clipboard : - { - title : 'Interglui', - cutError : 'La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras eltondajn operaciojn. Bonvolu uzi la klavaron por tio (Ctrl/Cmd-X).', - copyError : 'La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras kopiajn operaciojn. Bonvolu uzi la klavaron por tio (Ctrl/Cmd-C).', - pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK', // MISSING - 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 - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Interglui el Word', - title : 'Interglui el Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Interglui kiel Tekston', - title : 'Interglui kiel Tekston' - }, - - templates : - { - button : 'Templates', // MISSING - title : 'Content Templates', // MISSING - options : 'Template Options', // MISSING - insertOption : 'Replace actual contents', // MISSING - selectPromptMsg : 'Please select the template to open in the editor', // MISSING - emptyListMsg : '(No templates defined)' // MISSING - }, - - showBlocks : 'Show Blocks', // MISSING - - stylesCombo : - { - label : 'Stilo', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'Formato', - panelTitle : 'Formato', - - tag_p : 'Normala', - tag_pre : 'Formatita', - tag_address : 'Adreso', - tag_h1 : 'Titolo 1', - tag_h2 : 'Titolo 2', - tag_h3 : 'Titolo 3', - tag_h4 : 'Titolo 4', - tag_h5 : 'Titolo 5', - tag_h6 : 'Titolo 6', - tag_div : 'Paragrafo (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Tiparo', - voiceLabel : 'Font', // MISSING - panelTitle : 'Tiparo' - }, - - fontSize : - { - label : 'Grando', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Grando' - }, - - colorButton : - { - textColorTitle : 'Teksta Koloro', - bgColorTitle : 'Fona Koloro', - panelTitle : 'Colors', // MISSING - auto : 'AÅtomata', - more : 'Pli da Koloroj...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Dokumentaj Atributoj', - title : 'Dokumentaj Atributoj', - design : 'Design', // MISSING - meta : 'Metadatumoj', - chooseColor : 'Choose', // MISSING - other : '<other>', - docTitle : 'PaÄotitolo', - charset : 'Signara Kodo', - charsetOther : 'Alia Signara Kodo', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Dokumenta Tipo', - docTypeOther : 'Alia Dokumenta Tipo', - xhtmlDec : 'Inkluzivi XHTML Deklaroj', - bgColor : 'Fona Koloro', - bgImage : 'URL de Fona Bildo', - bgFixed : 'Neruluma Fono', - txtColor : 'Teksta Koloro', - margin : 'PaÄaj MarÄenoj', - marginTop : 'Supra', - marginLeft : 'Maldekstra', - marginRight : 'Dekstra', - marginBottom : 'Malsupra', - metaKeywords : 'Ålosilvortoj de la Dokumento (apartigita de komoj)', - metaDescription : 'Dokumenta Priskribo', - metaAuthor : 'Verkinto', - metaCopyright : 'Kopirajto', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/es.js b/skins/ckeditor/_source/lang/es.js deleted file mode 100644 index b51b0b0..0000000 --- a/skins/ckeditor/_source/lang/es.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Spanish language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['es'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Editor de texto, %1, pulse ALT 0 para ayuda.', - - // ARIA descriptions. - toolbars : 'Barras de herramientas del editor', - editor : 'Editor de texto enriquecido', - - // Toolbar buttons without dialogs. - source : 'Fuente HTML', - newPage : 'Nueva Página', - save : 'Guardar', - preview : 'Vista Previa', - cut : 'Cortar', - copy : 'Copiar', - paste : 'Pegar', - print : 'Imprimir', - underline : 'Subrayado', - bold : 'Negrita', - italic : 'Cursiva', - selectAll : 'Seleccionar Todo', - removeFormat : 'Eliminar Formato', - strike : 'Tachado', - subscript : 'SubÃndice', - superscript : 'SuperÃndice', - horizontalrule : 'Insertar LÃnea Horizontal', - pagebreak : 'Insertar Salto de Página', - pagebreakAlt : 'Salto de página', - unlink : 'Eliminar VÃnculo', - undo : 'Deshacer', - redo : 'Rehacer', - - // Common messages and labels. - common : - { - browseServer : 'Ver Servidor', - url : 'URL', - protocol : 'Protocolo', - upload : 'Cargar', - uploadSubmit : 'Enviar al Servidor', - image : 'Imagen', - flash : 'Flash', - form : 'Formulario', - checkbox : 'Casilla de Verificación', - radio : 'Botones de Radio', - textField : 'Campo de Texto', - textarea : 'Area de Texto', - hiddenField : 'Campo Oculto', - button : 'Botón', - select : 'Campo de Selección', - imageButton : 'Botón Imagen', - notSet : '<No definido>', - id : 'Id', - name : 'Nombre', - langDir : 'Orientación', - langDirLtr : 'Izquierda a Derecha (LTR)', - langDirRtl : 'Derecha a Izquierda (RTL)', - langCode : 'Cód. de idioma', - longDescr : 'Descripción larga URL', - cssClass : 'Clases de hojas de estilo', - advisoryTitle : 'TÃtulo', - cssStyle : 'Estilo', - ok : 'Aceptar', - cancel : 'Cancelar', - close : 'Cerrar', - preview : 'Previsualización', - generalTab : 'General', - advancedTab : 'Avanzado', - validateNumberFailed : 'El valor no es un número.', - confirmNewPage : 'Cualquier cambio que no se haya guardado se perderá.\r\n¿Está seguro de querer crear una nueva página?', - confirmCancel : 'Algunas de las opciones se han cambiado.\r\n¿Está seguro de querer cerrar el diálogo?', - options : 'Opciones', - target : 'Destino', - targetNew : 'Nueva ventana (_blank)', - targetTop : 'Ventana principal (_top)', - targetSelf : 'Misma ventana (_self)', - targetParent : 'Ventana padre (_parent)', - langDirLTR : 'Izquierda a derecha (LTR)', - langDirRTL : 'Derecha a izquierda (RTL)', - styles : 'Estilos', - cssClasses : 'Clase de la hoja de estilos', - width : 'Anchura', - height : 'Altura', - align : 'Alineación', - alignLeft : 'Izquierda', - alignRight : 'Derecha', - alignCenter : 'Centrado', - alignTop : 'Tope', - alignMiddle : 'Centro', - alignBottom : 'Pie', - invalidHeight : 'Altura debe ser un número.', - invalidWidth : 'Anchura debe ser un número.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, no disponible</span>' - }, - - contextmenu : - { - options : 'Opciones del menú contextual' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Insertar Caracter Especial', - title : 'Seleccione un caracter especial', - options : 'Opciones de caracteres especiales' - }, - - // Link dialog. - link : - { - toolbar : 'Insertar/Editar VÃnculo', - other : '<otro>', - menu : 'Editar VÃnculo', - title : 'VÃnculo', - info : 'Información de VÃnculo', - target : 'Destino', - upload : 'Cargar', - advanced : 'Avanzado', - type : 'Tipo de vÃnculo', - toUrl : 'URL', - toAnchor : 'Referencia en esta página', - toEmail : 'E-Mail', - targetFrame : '<marco>', - targetPopup : '<ventana emergente>', - targetFrameName : 'Nombre del Marco Destino', - targetPopupName : 'Nombre de Ventana Emergente', - popupFeatures : 'CaracterÃsticas de Ventana Emergente', - popupResizable : 'Redimensionable', - popupStatusBar : 'Barra de Estado', - popupLocationBar: 'Barra de ubicación', - popupToolbar : 'Barra de Herramientas', - popupMenuBar : 'Barra de Menú', - popupFullScreen : 'Pantalla Completa (IE)', - popupScrollBars : 'Barras de desplazamiento', - popupDependent : 'Dependiente (Netscape)', - popupLeft : 'Posición Izquierda', - popupTop : 'Posición Derecha', - id : 'Id', - langDir : 'Orientación', - langDirLTR : 'Izquierda a Derecha (LTR)', - langDirRTL : 'Derecha a Izquierda (RTL)', - acccessKey : 'Tecla de Acceso', - name : 'Nombre', - langCode : 'Código idioma', - tabIndex : 'Indice de tabulación', - advisoryTitle : 'TÃtulo', - advisoryContentType : 'Tipo de Contenido', - cssClasses : 'Clases de hojas de estilo', - charset : 'Fuente de caracteres vinculado', - styles : 'Estilo', - rel : 'Relación', - selectAnchor : 'Seleccionar una referencia', - anchorName : 'Por Nombre de Referencia', - anchorId : 'Por ID de elemento', - emailAddress : 'Dirección de E-Mail', - emailSubject : 'TÃtulo del Mensaje', - emailBody : 'Cuerpo del Mensaje', - noAnchors : '(No hay referencias disponibles en el documento)', - noUrl : 'Por favor escriba el vÃnculo URL', - noEmail : 'Por favor escriba la dirección de e-mail' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Referencia', - menu : 'Propiedades de Referencia', - title : 'Propiedades de Referencia', - name : 'Nombre de la Referencia', - errorName : 'Por favor, complete el nombre de la Referencia', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Propiedades de lista numerada', - bulletedTitle : 'Propiedades de viñetas', - type : 'Tipo', - start : 'Inicio', - validateStartNumber :'El Inicio debe ser un número entero.', - circle : 'CÃrculo', - disc : 'Disco', - square : 'Cuadrado', - none : 'Ninguno', - notset : '<sin establecer>', - armenian : 'Numeración armenia', - georgian : 'Numeración georgiana (an, ban, gan, etc.)', - lowerRoman : 'Números romanos en minúsculas (i, ii, iii, iv, v, etc.)', - upperRoman : 'Números romanos en mayúsculas (I, II, III, IV, V, etc.)', - lowerAlpha : 'Alfabeto en minúsculas (a, b, c, d, e, etc.)', - upperAlpha : 'Alfabeto en mayúsculas (A, B, C, D, E, etc.)', - lowerGreek : 'Letras griegas (alpha, beta, gamma, etc.)', - decimal : 'Decimal (1, 2, 3, etc.)', - decimalLeadingZero : 'Decimal con cero inicial (01, 02, 03, etc.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Buscar y Reemplazar', - find : 'Buscar', - replace : 'Reemplazar', - findWhat : 'Texto a buscar:', - replaceWith : 'Reemplazar con:', - notFoundMsg : 'El texto especificado no ha sido encontrado.', - matchCase : 'Coincidir may/min', - matchWord : 'Coincidir toda la palabra', - matchCyclic : 'Buscar en todo el contenido', - replaceAll : 'Reemplazar Todo', - replaceSuccessMsg : 'La expresión buscada ha sido reemplazada %1 veces.' - }, - - // Table Dialog - table : - { - toolbar : 'Tabla', - title : 'Propiedades de Tabla', - menu : 'Propiedades de Tabla', - deleteTable : 'Eliminar Tabla', - rows : 'Filas', - columns : 'Columnas', - border : 'Tamaño de Borde', - widthPx : 'pixeles', - widthPc : 'porcentaje', - widthUnit : 'unidad de la anchura', - cellSpace : 'Esp. e/celdas', - cellPad : 'Esp. interior', - caption : 'TÃtulo', - summary : 'SÃntesis', - headers : 'Encabezados', - headersNone : 'Ninguno', - headersColumn : 'Primera columna', - headersRow : 'Primera fila', - headersBoth : 'Ambas', - invalidRows : 'El número de filas debe ser un número mayor que 0.', - invalidCols : 'El número de columnas debe ser un número mayor que 0.', - invalidBorder : 'El tamaño del borde debe ser un número.', - invalidWidth : 'La anchura de tabla debe ser un número.', - invalidHeight : 'La altura de tabla debe ser un número.', - invalidCellSpacing : 'El espaciado entre celdas debe ser un número.', - invalidCellPadding : 'El espaciado interior debe ser un número.', - - cell : - { - menu : 'Celda', - insertBefore : 'Insertar celda a la izquierda', - insertAfter : 'Insertar celda a la derecha', - deleteCell : 'Eliminar Celdas', - merge : 'Combinar Celdas', - mergeRight : 'Combinar a la derecha', - mergeDown : 'Combinar hacia abajo', - splitHorizontal : 'Dividir la celda horizontalmente', - splitVertical : 'Dividir la celda verticalmente', - title : 'Propiedades de celda', - cellType : 'Tipo de Celda', - rowSpan : 'Expandir filas', - colSpan : 'Expandir columnas', - wordWrap : 'Ajustar al contenido', - hAlign : 'Alineación Horizontal', - vAlign : 'Alineación Vertical', - alignBaseline : 'Linea de base', - bgColor : 'Color de fondo', - borderColor : 'Color de borde', - data : 'Datos', - header : 'Encabezado', - yes : 'SÃ', - no : 'No', - invalidWidth : 'La anchura de celda debe ser un número.', - invalidHeight : 'La altura de celda debe ser un número.', - invalidRowSpan : 'La expansión de filas debe ser un número entero.', - invalidColSpan : 'La expansión de columnas debe ser un número entero.', - chooseColor : 'Elegir' - }, - - row : - { - menu : 'Fila', - insertBefore : 'Insertar fila en la parte superior', - insertAfter : 'Insertar fila en la parte inferior', - deleteRow : 'Eliminar Filas' - }, - - column : - { - menu : 'Columna', - insertBefore : 'Insertar columna a la izquierda', - insertAfter : 'Insertar columna a la derecha', - deleteColumn : 'Eliminar Columnas' - } - }, - - // Button Dialog. - button : - { - title : 'Propiedades de Botón', - text : 'Texto (Valor)', - type : 'Tipo', - typeBtn : 'Boton', - typeSbm : 'Enviar', - typeRst : 'Reestablecer' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Propiedades de Casilla', - radioTitle : 'Propiedades de Botón de Radio', - value : 'Valor', - selected : 'Seleccionado' - }, - - // Form Dialog. - form : - { - title : 'Propiedades de Formulario', - menu : 'Propiedades de Formulario', - action : 'Acción', - method : 'Método', - encoding : 'Codificación' - }, - - // Select Field Dialog. - select : - { - title : 'Propiedades de Campo de Selección', - selectInfo : 'Información', - opAvail : 'Opciones disponibles', - value : 'Valor', - size : 'Tamaño', - lines : 'Lineas', - chkMulti : 'Permitir múltiple selección', - opText : 'Texto', - opValue : 'Valor', - btnAdd : 'Agregar', - btnModify : 'Modificar', - btnUp : 'Subir', - btnDown : 'Bajar', - btnSetValue : 'Establecer como predeterminado', - btnDelete : 'Eliminar' - }, - - // Textarea Dialog. - textarea : - { - title : 'Propiedades de Area de Texto', - cols : 'Columnas', - rows : 'Filas' - }, - - // Text Field Dialog. - textfield : - { - title : 'Propiedades de Campo de Texto', - name : 'Nombre', - value : 'Valor', - charWidth : 'Caracteres de ancho', - maxChars : 'Máximo caracteres', - type : 'Tipo', - typeText : 'Texto', - typePass : 'Contraseña' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Propiedades de Campo Oculto', - name : 'Nombre', - value : 'Valor' - }, - - // Image Dialog. - image : - { - title : 'Propiedades de Imagen', - titleButton : 'Propiedades de Botón de Imagen', - menu : 'Propiedades de Imagen', - infoTab : 'Información de Imagen', - btnUpload : 'Enviar al Servidor', - upload : 'Cargar', - alt : 'Texto Alternativo', - lockRatio : 'Proporcional', - resetSize : 'Tamaño Original', - border : 'Borde', - hSpace : 'Esp.Horiz', - vSpace : 'Esp.Vert', - alertUrl : 'Por favor escriba la URL de la imagen', - linkTab : 'VÃnculo', - button2Img : '¿Desea convertir el botón de imagen en una simple imagen?', - img2Button : '¿Desea convertir la imagen en un botón de imagen?', - urlMissing : 'Debe indicar la URL de la imagen.', - validateBorder : 'El borde debe ser un número.', - validateHSpace : 'El espaciado horizontal debe ser un número.', - validateVSpace : 'El espaciado vertical debe ser un número.' - }, - - // Flash Dialog - flash : - { - properties : 'Propiedades de Flash', - propertiesTab : 'Propiedades', - title : 'Propiedades de Flash', - chkPlay : 'Autoejecución', - chkLoop : 'Repetir', - chkMenu : 'Activar Menú Flash', - chkFull : 'Permitir pantalla completa', - scale : 'Escala', - scaleAll : 'Mostrar todo', - scaleNoBorder : 'Sin Borde', - scaleFit : 'Ajustado', - access : 'Acceso de scripts', - accessAlways : 'Siempre', - accessSameDomain: 'Mismo dominio', - accessNever : 'Nunca', - alignAbsBottom : 'Abs inferior', - alignAbsMiddle : 'Abs centro', - alignBaseline : 'LÃnea de base', - alignTextTop : 'Tope del texto', - quality : 'Calidad', - qualityBest : 'La mejor', - qualityHigh : 'Alta', - qualityAutoHigh : 'Auto Alta', - qualityMedium : 'Media', - qualityAutoLow : 'Auto Baja', - qualityLow : 'Baja', - windowModeWindow: 'Ventana', - windowModeOpaque: 'Opaco', - windowModeTransparent : 'Transparente', - windowMode : 'WindowMode', - flashvars : 'Opciones', - bgcolor : 'Color de Fondo', - hSpace : 'Esp.Horiz', - vSpace : 'Esp.Vert', - validateSrc : 'Por favor escriba el vÃnculo URL', - validateHSpace : 'Esp.Horiz debe ser un número.', - validateVSpace : 'Esp.Vert debe ser un número.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'OrtografÃa', - title : 'Comprobar ortografÃa', - notAvailable : 'Lo sentimos pero el servicio no está disponible.', - errorLoading : 'Error cargando la aplicación del servidor: %s.', - notInDic : 'No se encuentra en el Diccionario', - changeTo : 'Cambiar a', - btnIgnore : 'Ignorar', - btnIgnoreAll : 'Ignorar Todo', - btnReplace : 'Reemplazar', - btnReplaceAll : 'Reemplazar Todo', - btnUndo : 'Deshacer', - noSuggestions : '- No hay sugerencias -', - progress : 'Control de OrtografÃa en progreso...', - noMispell : 'Control finalizado: no se encontraron errores', - noChanges : 'Control finalizado: no se ha cambiado ninguna palabra', - oneChange : 'Control finalizado: se ha cambiado una palabra', - manyChanges : 'Control finalizado: se ha cambiado %1 palabras', - ieSpellDownload : 'Módulo de Control de OrtografÃa no instalado.\r\n¿Desea descargarlo ahora?' - }, - - smiley : - { - toolbar : 'Emoticonos', - title : 'Insertar un Emoticon', - options : 'Opciones de emoticonos' - }, - - elementsPath : - { - eleLabel : 'Ruta de los elementos', - eleTitle : '%1 elemento' - }, - - numberedlist : 'Numeración', - bulletedlist : 'Viñetas', - indent : 'Aumentar SangrÃa', - outdent : 'Disminuir SangrÃa', - - justify : - { - left : 'Alinear a Izquierda', - center : 'Centrar', - right : 'Alinear a Derecha', - block : 'Justificado' - }, - - blockquote : 'Cita', - - clipboard : - { - title : 'Pegar', - cutError : 'La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de cortado.\r\nPor favor use el teclado (Ctrl/Cmd+X).', - copyError : 'La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de copiado.\r\nPor favor use el teclado (Ctrl/Cmd+C).', - pasteMsg : 'Por favor pegue dentro del cuadro utilizando el teclado (<STRONG>Ctrl/Cmd+V</STRONG>);\r\nluego presione <STRONG>Aceptar</STRONG>.', - securityMsg : 'Debido a la configuración de seguridad de su navegador, el editor no tiene acceso al portapapeles.\r\nEs necesario que lo pegue de nuevo en esta ventana.', - pasteArea : 'Zona de pegado' - }, - - pastefromword : - { - confirmCleanup : 'El texto que desea parece provenir de Word.\r\n¿Desea depurarlo antes de pegarlo?', - toolbar : 'Pegar desde Word', - title : 'Pegar desde Word', - error : 'No ha sido posible limpiar los datos debido a un error interno' - }, - - pasteText : - { - button : 'Pegar como Texto Plano', - title : 'Pegar como Texto Plano' - }, - - templates : - { - button : 'Plantillas', - title : 'Contenido de Plantillas', - options : 'Opciones de plantillas', - insertOption : 'Reemplazar el contenido actual', - selectPromptMsg : 'Por favor selecciona la plantilla a abrir en el editor<br>(el contenido actual se perderá):', - emptyListMsg : '(No hay plantillas definidas)' - }, - - showBlocks : 'Mostrar bloques', - - stylesCombo : - { - label : 'Estilo', - panelTitle : 'Estilos para formatear', - panelTitle1 : 'Estilos de párrafo', - panelTitle2 : 'Estilos de carácter', - panelTitle3 : 'Estilos de objeto' - }, - - format : - { - label : 'Formato', - panelTitle : 'Formato', - - tag_p : 'Normal', - tag_pre : 'Con formato', - tag_address : 'Dirección', - tag_h1 : 'Encabezado 1', - tag_h2 : 'Encabezado 2', - tag_h3 : 'Encabezado 3', - tag_h4 : 'Encabezado 4', - tag_h5 : 'Encabezado 5', - tag_h6 : 'Encabezado 6', - tag_div : 'Normal (DIV)' - }, - - div : - { - title : 'Crear contenedor DIV', - toolbar : 'Crear contenedor DIV', - cssClassInputLabel : 'Clase de hoja de estilos', - styleSelectLabel : 'Estilo', - IdInputLabel : 'Id', - languageCodeInputLabel : ' Codigo de idioma', - inlineStyleInputLabel : 'Estilo', - advisoryTitleInputLabel : 'TÃtulo', - langDirLabel : 'Orientación', - langDirLTRLabel : 'Izquierda a Derecha (LTR)', - langDirRTLLabel : 'Derecha a Izquierda (RTL)', - edit : 'Editar Div', - remove : 'Quitar Div' - }, - - iframe : - { - title : 'Propiedades de iframe', - toolbar : 'IFrame', - noUrl : 'Por favor, escriba la dirección del iframe', - scrolling : 'Activar barras de desplazamiento', - border : 'Mostrar borde del marco' - }, - - font : - { - label : 'Fuente', - voiceLabel : 'Fuente', - panelTitle : 'Fuente' - }, - - fontSize : - { - label : 'Tamaño', - voiceLabel : 'Tamaño de fuente', - panelTitle : 'Tamaño' - }, - - colorButton : - { - textColorTitle : 'Color de Texto', - bgColorTitle : 'Color de Fondo', - panelTitle : 'Colores', - auto : 'Automático', - more : 'Más Colores...' - }, - - colors : - { - '000' : 'Negro', - '800000' : 'Marrón oscuro', - '8B4513' : 'Marrón tierra', - '2F4F4F' : 'Pizarra Oscuro', - '008080' : 'Azul verdoso', - '000080' : 'Azul marino', - '4B0082' : 'Añil', - '696969' : 'Gris oscuro', - 'B22222' : 'Ladrillo', - 'A52A2A' : 'Marrón', - 'DAA520' : 'Oro oscuro', - '006400' : 'Verde oscuro', - '40E0D0' : 'Turquesa', - '0000CD' : 'Azul medio-oscuro', - '800080' : 'Púrpura', - '808080' : 'Gris', - 'F00' : 'Rojo', - 'FF8C00' : 'Naranja oscuro', - 'FFD700' : 'Oro', - '008000' : 'Verde', - '0FF' : 'Cian', - '00F' : 'Azul', - 'EE82EE' : 'Violeta', - 'A9A9A9' : 'Gris medio', - 'FFA07A' : 'Salmón claro', - 'FFA500' : 'Naranja', - 'FFFF00' : 'Amarillo', - '00FF00' : 'Lima', - 'AFEEEE' : 'Turquesa claro', - 'ADD8E6' : 'Azul claro', - 'DDA0DD' : 'Violeta claro', - 'D3D3D3' : 'Gris claro', - 'FFF0F5' : 'Lavanda rojizo', - 'FAEBD7' : 'Blanco antiguo', - 'FFFFE0' : 'Amarillo claro', - 'F0FFF0' : 'Miel', - 'F0FFFF' : 'Azul celeste', - 'F0F8FF' : 'Azul pálido', - 'E6E6FA' : 'Lavanda', - 'FFF' : 'Blanco' - }, - - scayt : - { - title : 'Comprobar OrtografÃa Mientras Escribe', - opera_title : 'No soportado en Opera', - enable : 'Activar Corrector', - disable : 'Desactivar Corrector', - about : 'Acerca de Corrector', - toggle : 'Cambiar Corrector', - options : 'Opciones', - langs : 'Idiomas', - moreSuggestions : 'Más sugerencias', - ignore : 'Ignorar', - ignoreAll : 'Ignorar Todas', - addWord : 'Añadir palabra', - emptyDic : 'El nombre del diccionario no puede estar en blanco.', - - optionsTab : 'Opciones', - allCaps : 'Omitir palabras en MAYÃSCULAS', - ignoreDomainNames : 'Omitir nombres de dominio', - mixedCase : 'Ignorar palabras con combinación de mayúsculas y minúsculas', - mixedWithDigits : 'Omitir palabras con números', - - languagesTab : 'Idiomas', - - dictionariesTab : 'Diccionarios', - dic_field_name : 'Nombre del diccionario', - dic_create : 'Crear', - dic_restore : 'Recuperar', - dic_delete : 'Borrar', - dic_rename : 'Renombrar', - dic_info : 'Inicialmente el Diccionario de usuario se guarda en una Cookie. Sin embargo, las cookies están limitadas en tamaño. Cuando el diccionario crece a un punto en el que no se puede guardar en una Cookie, el diccionario puede ser almacenado en nuestro servidor. Para almacenar su diccionario personalizado en nuestro servidor debe especificar un nombre para su diccionario. Si ya ha guardado un diccionaro, por favor, escriba su nombre y pulse el botón Recuperar', - - aboutTab : 'Acerca de' - }, - - about : - { - title : 'Acerca de CKEditor', - dlgTitle : 'Acerca de CKEditor', - help : 'Lea la $1 para resolver sus dudas.', - userGuide : 'GuÃa de usuario de CKEditor', - moreInfo : 'Para información de licencia, por favor visite nuestro sitio web:', - copy : 'Copyright © $1. Todos los derechos reservados.' - }, - - maximize : 'Maximizar', - minimize : 'Minimizar', - - fakeobjects : - { - anchor : 'Ancla', - flash : 'Animación flash', - iframe : 'IFrame', - hiddenfield : 'Campo oculto', - unknown : 'Objeto desconocido' - }, - - resize : 'Arrastre para redimensionar', - - colordialog : - { - title : 'Elegir color', - options : 'Opciones de colores', - highlight : 'Muestra', - selected : 'Elegido', - clear : 'Borrar' - }, - - toolbarCollapse : 'Contraer barra de herramientas', - toolbarExpand : 'Expandir barra de herramientas', - - toolbarGroups : - { - document : 'Documento', - clipboard : 'Portapapeles/Deshacer', - editing : 'Edición', - forms : 'Formularios', - basicstyles : 'Estilos básicos', - paragraph : 'Párrafo', - links : 'Enlaces', - insert : 'Insertar', - styles : 'Estilos', - colors : 'Colores', - tools : 'Herramientas' - }, - - bidi : - { - ltr : 'Dirección del texto de izquierda a derecha', - rtl : 'Dirección del texto de derecha a izquierda' - }, - - docprops : - { - label : 'Propiedades del documento', - title : 'Propiedades del documento', - design : 'Diseño', - meta : 'Meta Tags', - chooseColor : 'Elegir', - other : 'Otro...', - docTitle : 'TÃtulo de página', - charset : 'Codificación de caracteres', - charsetOther : 'Otra codificación de caracteres', - charsetASCII : 'ASCII', - charsetCE : 'Centro Europeo', - charsetCT : 'Chino Tradicional (Big5)', - charsetCR : 'Ruso', - charsetGR : 'Griego', - charsetJP : 'Japonés', - charsetKR : 'Koreano', - charsetTR : 'Turco', - charsetUN : 'Unicode (UTF-8)', - charsetWE : 'Europeo occidental', - docType : 'Tipo de documento', - docTypeOther : 'Otro tipo de documento', - xhtmlDec : 'Incluir declaración XHTML', - bgColor : 'Color de fondo', - bgImage : 'Imagen de fondo', - bgFixed : 'Fondo fijo (no se desplaza)', - txtColor : 'Color del texto', - margin : 'Márgenes', - marginTop : 'Superior', - marginLeft : 'Izquierdo', - marginRight : 'Derecho', - marginBottom : 'Inferior', - metaKeywords : 'Palabras claves del documento separadas por coma (meta keywords)', - metaDescription : 'Descripción del documento', - metaAuthor : 'Autor', - metaCopyright : 'Copyright', - previewHtml : '<p>Este es un <strong>texto de ejemplo</strong>. Usted está usando <a href="javascript:void(0)">CKEditor</a>.</p>' - } -}; diff --git a/skins/ckeditor/_source/lang/et.js b/skins/ckeditor/_source/lang/et.js deleted file mode 100644 index 99741ae..0000000 --- a/skins/ckeditor/_source/lang/et.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Estonian language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['et'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Lähtekood', - newPage : 'Uus leht', - save : 'Salvesta', - preview : 'Eelvaade', - cut : 'Lõika', - copy : 'Kopeeri', - paste : 'Kleebi', - print : 'Prindi', - underline : 'Allajoonitud', - bold : 'Paks', - italic : 'Kursiiv', - selectAll : 'Vali kõik', - removeFormat : 'Eemalda vorming', - strike : 'Läbijoonitud', - subscript : 'Allindeks', - superscript : 'Ãlaindeks', - horizontalrule : 'Sisesta horisontaaljoon', - pagebreak : 'Sisesta lehevahetuskoht', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Eemalda link', - undo : 'Võta tagasi', - redo : 'Korda toimingut', - - // Common messages and labels. - common : - { - browseServer : 'Sirvi serverit', - url : 'URL', - protocol : 'Protokoll', - upload : 'Lae üles', - uploadSubmit : 'Saada serverissee', - image : 'Pilt', - flash : 'Flash', - form : 'Vorm', - checkbox : 'Märkeruut', - radio : 'Raadionupp', - textField : 'Tekstilahter', - textarea : 'Tekstiala', - hiddenField : 'Varjatud lahter', - button : 'Nupp', - select : 'Valiklahter', - imageButton : 'Piltnupp', - notSet : '<määramata>', - id : 'Id', - name : 'Nimi', - langDir : 'Keele suund', - langDirLtr : 'Vasakult paremale (LTR)', - langDirRtl : 'Paremalt vasakule (RTL)', - langCode : 'Keele kood', - longDescr : 'Pikk kirjeldus URL', - cssClass : 'Stiilistiku klassid', - advisoryTitle : 'Juhendav tiitel', - cssStyle : 'Laad', - ok : 'OK', - cancel : 'Loobu', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'Täpsemalt', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Laius', - height : 'Kõrgus', - align : 'Joondus', - alignLeft : 'Vasak', - alignRight : 'Paremale', - alignCenter : 'Kesk', - alignTop : 'Ãles', - alignMiddle : 'Keskele', - alignBottom : 'Alla', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Sisesta erimärk', - title : 'Vali erimärk', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Sisesta link / Muuda linki', - other : '<muu>', - menu : 'Muuda linki', - title : 'Link', - info : 'Lingi info', - target : 'Sihtkoht', - upload : 'Lae üles', - advanced : 'Täpsemalt', - type : 'Lingi tüüp', - toUrl : 'URL', // MISSING - toAnchor : 'Ankur sellel lehel', - toEmail : 'E-post', - targetFrame : '<raam>', - targetPopup : '<hüpikaken>', - targetFrameName : 'Sihtmärk raami nimi', - targetPopupName : 'Hüpikakna nimi', - popupFeatures : 'Hüpikakna omadused', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'Olekuriba', - popupLocationBar: 'Aadressiriba', - popupToolbar : 'Tööriistariba', - popupMenuBar : 'Menüüriba', - popupFullScreen : 'Täisekraan (IE)', - popupScrollBars : 'Kerimisribad', - popupDependent : 'Sõltuv (Netscape)', - popupLeft : 'Vasak asukoht', - popupTop : 'Ãlemine asukoht', - id : 'Id', // MISSING - langDir : 'Keele suund', - langDirLTR : 'Vasakult paremale (LTR)', - langDirRTL : 'Paremalt vasakule (RTL)', - acccessKey : 'Juurdepääsu võti', - name : 'Nimi', - langCode : 'Keele suund', - tabIndex : 'Tab indeks', - advisoryTitle : 'Juhendav tiitel', - advisoryContentType : 'Juhendava sisu tüüp', - cssClasses : 'Stiilistiku klassid', - charset : 'Lingitud ressurssi märgistik', - styles : 'Laad', - rel : 'Relationship', // MISSING - selectAnchor : 'Vali ankur', - anchorName : 'Ankru nime järgi', - anchorId : 'Elemendi id järgi', - emailAddress : 'E-posti aadress', - emailSubject : 'Sõnumi teema', - emailBody : 'Sõnumi tekst', - noAnchors : '(Selles dokumendis ei ole ankruid)', - noUrl : 'Palun kirjuta lingi URL', - noEmail : 'Palun kirjuta E-Posti aadress' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Sisesta ankur / Muuda ankrut', - menu : 'Ankru omadused', - title : 'Ankru omadused', - name : 'Ankru nimi', - errorName : 'Palun sisest ankru nimi', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Otsi ja asenda', - find : 'Otsi', - replace : 'Asenda', - findWhat : 'Leia mida:', - replaceWith : 'Asenda millega:', - notFoundMsg : 'Valitud teksti ei leitud.', - matchCase : 'Erista suur- ja väiketähti', - matchWord : 'Otsi terviklike sõnu', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'Asenda kõik', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'Tabel', - title : 'Tabeli atribuudid', - menu : 'Tabeli atribuudid', - deleteTable : 'Kustuta tabel', - rows : 'Read', - columns : 'Veerud', - border : 'Joone suurus', - widthPx : 'pikslit', - widthPc : 'protsenti', - widthUnit : 'width unit', // MISSING - cellSpace : 'Lahtri vahe', - cellPad : 'Lahtri täidis', - caption : 'Tabeli tiitel', - summary : 'Kokkuvõte', - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'Lahter', - insertBefore : 'Sisesta lahter enne', - insertAfter : 'Sisesta lahter peale', - deleteCell : 'Eemalda lahtrid', - merge : 'Ãhenda lahtrid', - mergeRight : 'Ãhenda paremale', - mergeDown : 'Ãhenda alla', - splitHorizontal : 'Poolita lahter horisontaalselt', - splitVertical : 'Poolita lahter vertikaalselt', - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Rida', - insertBefore : 'Sisesta rida enne', - insertAfter : 'Sisesta rida peale', - deleteRow : 'Eemalda read' - }, - - column : - { - menu : 'Veerg', - insertBefore : 'Sisesta veerg enne', - insertAfter : 'Sisesta veerg peale', - deleteColumn : 'Eemalda veerud' - } - }, - - // Button Dialog. - button : - { - title : 'Nupu omadused', - text : 'Tekst (väärtus)', - type : 'Tüüp', - typeBtn : 'Nupp', - typeSbm : 'Saada', - typeRst : 'Lähtesta' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Märkeruudu omadused', - radioTitle : 'Raadionupu omadused', - value : 'Väärtus', - selected : 'Valitud' - }, - - // Form Dialog. - form : - { - title : 'Vormi omadused', - menu : 'Vormi omadused', - action : 'Toiming', - method : 'Meetod', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'Valiklahtri omadused', - selectInfo : 'Info', - opAvail : 'Võimalikud valikud', - value : 'Väärtus', - size : 'Suurus', - lines : 'ridu', - chkMulti : 'Võimalda mitu valikut', - opText : 'Tekst', - opValue : 'Väärtus', - btnAdd : 'Lisa', - btnModify : 'Muuda', - btnUp : 'Ãles', - btnDown : 'Alla', - btnSetValue : 'Sea valitud olekuna', - btnDelete : 'Kustuta' - }, - - // Textarea Dialog. - textarea : - { - title : 'Tekstiala omadused', - cols : 'Veerge', - rows : 'Ridu' - }, - - // Text Field Dialog. - textfield : - { - title : 'Tekstilahtri omadused', - name : 'Nimi', - value : 'Väärtus', - charWidth : 'Laius (tähemärkides)', - maxChars : 'Maksimaalselt tähemärke', - type : 'Tüüp', - typeText : 'Tekst', - typePass : 'Parool' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Varjatud lahtri omadused', - name : 'Nimi', - value : 'Väärtus' - }, - - // Image Dialog. - image : - { - title : 'Pildi atribuudid', - titleButton : 'Piltnupu omadused', - menu : 'Pildi atribuudid', - infoTab : 'Pildi info', - btnUpload : 'Saada serverissee', - upload : 'Lae üles', - alt : 'Alternatiivne tekst', - lockRatio : 'Lukusta kuvasuhe', - resetSize : 'Lähtesta suurus', - border : 'Joon', - hSpace : 'H. vaheruum', - vSpace : 'V. vaheruum', - alertUrl : 'Palun kirjuta pildi URL', - linkTab : 'Link', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Flash omadused', - propertiesTab : 'Properties', // MISSING - title : 'Flash omadused', - chkPlay : 'Automaatne start ', - chkLoop : 'Korduv', - chkMenu : 'Võimalda flash menüü', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Mastaap', - scaleAll : 'Näita kõike', - scaleNoBorder : 'Ãärist ei ole', - scaleFit : 'Täpne sobivus', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Abs alla', - alignAbsMiddle : 'Abs keskele', - alignBaseline : 'Baasjoonele', - alignTextTop : 'Tekstit üles', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Tausta värv', - hSpace : 'H. vaheruum', - vSpace : 'V. vaheruum', - validateSrc : 'Palun kirjuta lingi URL', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Kontrolli õigekirja', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'Puudub sõnastikust', - changeTo : 'Muuda', - btnIgnore : 'Ignoreeri', - btnIgnoreAll : 'Ignoreeri kõiki', - btnReplace : 'Asenda', - btnReplaceAll : 'Asenda kõik', - btnUndo : 'Võta tagasi', - noSuggestions : '- Soovitused puuduvad -', - progress : 'Toimub õigekirja kontroll...', - noMispell : 'Ãigekirja kontroll sooritatud: õigekirjuvigu ei leitud', - noChanges : 'Ãigekirja kontroll sooritatud: ühtegi sõna ei muudetud', - oneChange : 'Ãigekirja kontroll sooritatud: üks sõna muudeti', - manyChanges : 'Ãigekirja kontroll sooritatud: %1 sõna muudetud', - ieSpellDownload : 'Ãigekirja kontrollija ei ole installeeritud. Soovid sa selle alla laadida?' - }, - - smiley : - { - toolbar : 'Emotikon', - title : 'Sisesta emotikon', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'Nummerdatud loetelu', - bulletedlist : 'Punktiseeritud loetelu', - indent : 'Suurenda taanet', - outdent : 'Vähenda taanet', - - justify : - { - left : 'Vasakjoondus', - center : 'Keskjoondus', - right : 'Paremjoondus', - block : 'Rööpjoondus' - }, - - blockquote : 'Blokktsitaat', - - clipboard : - { - title : 'Kleebi', - cutError : 'Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt lõigata. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl/Cmd+X).', - copyError : 'Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt kopeerida. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl/Cmd+C).', - pasteMsg : 'Palun kleebi järgnevasse kasti kasutades klaviatuuri klahvikombinatsiooni (<STRONG>Ctrl/Cmd+V</STRONG>) ja vajuta seejärel <STRONG>OK</STRONG>.', - securityMsg : 'Sinu veebisirvija turvaseadete tõttu, ei oma redaktor otsest ligipääsu lõikelaua andmetele. Sa pead kleepima need uuesti siia aknasse.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Kleebi Wordist', - title : 'Kleebi Wordist', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Kleebi tavalise tekstina', - title : 'Kleebi tavalise tekstina' - }, - - templates : - { - button : 'Å abloon', - title : 'Sisu Å¡abloonid', - options : 'Template Options', // MISSING - insertOption : 'Asenda tegelik sisu', - selectPromptMsg : 'Palun vali Å¡abloon, et avada see redaktoris<br />(praegune sisu läheb kaotsi):', - emptyListMsg : '(Ãhtegi Å¡ablooni ei ole defineeritud)' - }, - - showBlocks : 'Näita blokke', - - stylesCombo : - { - label : 'Laad', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'Vorming', - panelTitle : 'Vorming', - - tag_p : 'Tavaline', - tag_pre : 'Vormindatud', - tag_address : 'Aadress', - tag_h1 : 'Pealkiri 1', - tag_h2 : 'Pealkiri 2', - tag_h3 : 'Pealkiri 3', - tag_h4 : 'Pealkiri 4', - tag_h5 : 'Pealkiri 5', - tag_h6 : 'Pealkiri 6', - tag_div : 'Tavaline (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Kiri', - voiceLabel : 'Font', // MISSING - panelTitle : 'Kiri' - }, - - fontSize : - { - label : 'Suurus', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Suurus' - }, - - colorButton : - { - textColorTitle : 'Teksti värv', - bgColorTitle : 'Tausta värv', - panelTitle : 'Colors', // MISSING - auto : 'Automaatne', - more : 'Rohkem värve...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Dokumendi omadused', - title : 'Dokumendi omadused', - design : 'Design', // MISSING - meta : 'Meta andmed', - chooseColor : 'Choose', // MISSING - other : '<muu>', - docTitle : 'Lehekülje tiitel', - charset : 'Märgistiku kodeering', - charsetOther : 'Ãlejäänud märgistike kodeeringud', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Kesk-Euroopa', - charsetCT : 'Hiina traditsiooniline (Big5)', - charsetCR : 'Kirillisa', - charsetGR : 'Kreeka', - charsetJP : 'Jaapani', - charsetKR : 'Korea', - charsetTR : 'Türgi', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Lääne-Euroopa', - docType : 'Dokumendi tüüppäis', - docTypeOther : 'Teised dokumendi tüüppäised', - xhtmlDec : 'Arva kaasa XHTML deklaratsioonid', - bgColor : 'Taustavärv', - bgImage : 'Taustapildi URL', - bgFixed : 'Mittekeritav tagataust', - txtColor : 'Teksti värv', - margin : 'Lehekülje äärised', - marginTop : 'Ãlaserv', - marginLeft : 'Vasakserv', - marginRight : 'Paremserv', - marginBottom : 'Alaserv', - metaKeywords : 'Dokumendi võtmesõnad (eraldatud komadega)', - metaDescription : 'Dokumendi kirjeldus', - metaAuthor : 'Autor', - metaCopyright : 'Autoriõigus', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/eu.js b/skins/ckeditor/_source/lang/eu.js deleted file mode 100644 index 3e40434..0000000 --- a/skins/ckeditor/_source/lang/eu.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Basque language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['eu'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'HTML Iturburua', - newPage : 'Orrialde Berria', - save : 'Gorde', - preview : 'Aurrebista', - cut : 'Ebaki', - copy : 'Kopiatu', - paste : 'Itsatsi', - print : 'Inprimatu', - underline : 'Azpimarratu', - bold : 'Lodia', - italic : 'Etzana', - selectAll : 'Hautatu dena', - removeFormat : 'Kendu Formatua', - strike : 'Marratua', - subscript : 'Azpi-indize', - superscript : 'Goi-indize', - horizontalrule : 'Txertatu Marra Horizontala', - pagebreak : 'Txertatu Orrialde-jauzia', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Kendu Esteka', - undo : 'Desegin', - redo : 'Berregin', - - // Common messages and labels. - common : - { - browseServer : 'Zerbitzaria arakatu', - url : 'URL', - protocol : 'Protokoloa', - upload : 'Gora kargatu', - uploadSubmit : 'Zerbitzarira bidalia', - image : 'Irudia', - flash : 'Flasha', - form : 'Formularioa', - checkbox : 'Kontrol-laukia', - radio : 'Aukera-botoia', - textField : 'Testu Eremua', - textarea : 'Testu-area', - hiddenField : 'Ezkutuko Eremua', - button : 'Botoia', - select : 'Hautespen Eremua', - imageButton : 'Irudi Botoia', - notSet : '<Ezarri gabe>', - id : 'Id', - name : 'Izena', - langDir : 'Hizkuntzaren Norabidea', - langDirLtr : 'Ezkerretik Eskumara(LTR)', - langDirRtl : 'Eskumatik Ezkerrera (RTL)', - langCode : 'Hizkuntza Kodea', - longDescr : 'URL Deskribapen Luzea', - cssClass : 'Estilo-orriko Klaseak', - advisoryTitle : 'Izenburua', - cssStyle : 'Estiloa', - ok : 'Ados', - cancel : 'Utzi', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'Orokorra', - advancedTab : 'Aurreratua', - validateNumberFailed : 'Balio hau ez da zenbaki bat.', - confirmNewPage : 'Eduki honetan gorde gabe dauden aldaketak galduko dira. Ziur zaude orri berri bat kargatu nahi duzula?', - confirmCancel : 'Aukera batzuk aldatu egin dira. Ziur zaude elkarrizketa-koadroa itxi nahi duzula?', - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Zabalera', - height : 'Altuera', - align : 'Lerrokatu', - alignLeft : 'Ezkerrera', - alignRight : 'Eskuman', - alignCenter : 'Erdian', - alignTop : 'Goian', - alignMiddle : 'Erdian', - alignBottom : 'Behean', - invalidHeight : 'Altuera zenbaki bat izan behar da.', - invalidWidth : 'Zabalera zenbaki bat izan behar da.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, erabilezina</span>' - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Txertatu Karaktere Berezia', - title : 'Karaktere Berezia Aukeratu', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Txertatu/Editatu Esteka', - other : '<other>', // MISSING - menu : 'Aldatu Esteka', - title : 'Esteka', - info : 'Estekaren Informazioa', - target : 'Target (Helburua)', - upload : 'Gora kargatu', - advanced : 'Aurreratua', - type : 'Esteka Mota', - toUrl : 'URL', // MISSING - toAnchor : 'Aingura orrialde honetan', - toEmail : 'ePosta', - targetFrame : '<marko>', - targetPopup : '<popup leihoa>', - targetFrameName : 'Marko Helburuaren Izena', - targetPopupName : 'Popup Leihoaren Izena', - popupFeatures : 'Popup Leihoaren Ezaugarriak', - popupResizable : 'Tamaina Aldakorra', - popupStatusBar : 'Egoera Barra', - popupLocationBar: 'Kokaleku Barra', - popupToolbar : 'Tresna Barra', - popupMenuBar : 'Menu Barra', - popupFullScreen : 'Pantaila Osoa (IE)', - popupScrollBars : 'Korritze Barrak', - popupDependent : 'Menpekoa (Netscape)', - popupLeft : 'Ezkerreko Posizioa', - popupTop : 'Goiko Posizioa', - id : 'Id', - langDir : 'Hizkuntzaren Norabidea', - langDirLTR : 'Ezkerretik Eskumara(LTR)', - langDirRTL : 'Eskumatik Ezkerrera (RTL)', - acccessKey : 'Sarbide-gakoa', - name : 'Izena', - langCode : 'Hizkuntzaren Norabidea', - tabIndex : 'Tabulazio Indizea', - advisoryTitle : 'Izenburua', - advisoryContentType : 'Eduki Mota (Content Type)', - cssClasses : 'Estilo-orriko Klaseak', - charset : 'Estekatutako Karaktere Multzoa', - styles : 'Estiloa', - rel : 'Relationship', // MISSING - selectAnchor : 'Aingura bat hautatu', - anchorName : 'Aingura izenagatik', - anchorId : 'Elementuaren ID-gatik', - emailAddress : 'ePosta Helbidea', - emailSubject : 'Mezuaren Gaia', - emailBody : 'Mezuaren Gorputza', - noAnchors : '(Ez daude aingurak eskuragarri dokumentuan)', - noUrl : 'Mesedez URL esteka idatzi', - noEmail : 'Mesedez ePosta helbidea idatzi' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Aingura', - menu : 'Ainguraren Ezaugarriak', - title : 'Ainguraren Ezaugarriak', - name : 'Ainguraren Izena', - errorName : 'Idatzi ainguraren izena', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Bilatu eta Ordeztu', - find : 'Bilatu', - replace : 'Ordezkatu', - findWhat : 'Zer bilatu:', - replaceWith : 'Zerekin ordeztu:', - notFoundMsg : 'Idatzitako testua ez da topatu.', - matchCase : 'Maiuskula/minuskula', - matchWord : 'Esaldi osoa bilatu', - matchCyclic : 'Bilaketa ziklikoa', - replaceAll : 'Ordeztu Guztiak', - replaceSuccessMsg : 'Zenbat aldiz ordeztua: %1' - }, - - // Table Dialog - table : - { - toolbar : 'Taula', - title : 'Taularen Ezaugarriak', - menu : 'Taularen Ezaugarriak', - deleteTable : 'Ezabatu Taula', - rows : 'Lerroak', - columns : 'Zutabeak', - border : 'Ertzaren Zabalera', - widthPx : 'pixel', - widthPc : 'ehuneko', - widthUnit : 'width unit', // MISSING - cellSpace : 'Gelaxka arteko tartea', - cellPad : 'Gelaxken betegarria', - caption : 'Epigrafea', - summary : 'Laburpena', - headers : 'Goiburuak', - headersNone : 'Bat ere ez', - headersColumn : 'Lehen zutabea', - headersRow : 'Lehen lerroa', - headersBoth : 'Biak', - invalidRows : 'Lerro kopurua 0 baino handiagoa den zenbakia izan behar da.', - invalidCols : 'Zutabe kopurua 0 baino handiagoa den zenbakia izan behar da.', - invalidBorder : 'Ertzaren tamaina zenbaki bat izan behar da.', - invalidWidth : 'Taularen zabalera zenbaki bat izan behar da.', - invalidHeight : 'Taularen altuera zenbaki bat izan behar da.', - invalidCellSpacing : 'Gelaxka arteko tartea zenbaki bat izan behar da.', - invalidCellPadding : 'Gelaxken betegarria zenbaki bat izan behar da.', - - cell : - { - menu : 'Gelaxka', - insertBefore : 'Txertatu Gelaxka Aurretik', - insertAfter : 'Txertatu Gelaxka Ostean', - deleteCell : 'Kendu Gelaxkak', - merge : 'Batu Gelaxkak', - mergeRight : 'Elkartu Eskumara', - mergeDown : 'Elkartu Behera', - splitHorizontal : 'Banatu Gelaxkak Horizontalki', - splitVertical : 'Banatu Gelaxkak Bertikalki', - title : 'Gelaxken Ezaugarriak', - cellType : 'Gelaxka Mota', - rowSpan : 'Hedatutako Lerroak', - colSpan : 'Hedatutako Zutabeak', - wordWrap : 'Itzulbira', - hAlign : 'Lerrokatze Horizontala', - vAlign : 'Lerrokatze Bertikala', - alignBaseline : 'Oinarri-lerroan', - bgColor : 'Fondoaren Kolorea', - borderColor : 'Ertzaren Kolorea', - data : 'Data', - header : 'Goiburua', - yes : 'Bai', - no : 'Ez', - invalidWidth : 'Gelaxkaren zabalera zenbaki bat izan behar da.', - invalidHeight : 'Gelaxkaren altuera zenbaki bat izan behar da.', - invalidRowSpan : 'Lerroen hedapena zenbaki osoa izan behar da.', - invalidColSpan : 'Zutabeen hedapena zenbaki osoa izan behar da.', - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Lerroa', - insertBefore : 'Txertatu Lerroa Aurretik', - insertAfter : 'Txertatu Lerroa Ostean', - deleteRow : 'Ezabatu Lerroak' - }, - - column : - { - menu : 'Zutabea', - insertBefore : 'Txertatu Zutabea Aurretik', - insertAfter : 'Txertatu Zutabea Ostean', - deleteColumn : 'Ezabatu Zutabeak' - } - }, - - // Button Dialog. - button : - { - title : 'Botoiaren Ezaugarriak', - text : 'Testua (Balorea)', - type : 'Mota', - typeBtn : 'Botoia', - typeSbm : 'Bidali', - typeRst : 'Garbitu' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Kontrol-laukiko Ezaugarriak', - radioTitle : 'Aukera-botoiaren Ezaugarriak', - value : 'Balorea', - selected : 'Hautatuta' - }, - - // Form Dialog. - form : - { - title : 'Formularioaren Ezaugarriak', - menu : 'Formularioaren Ezaugarriak', - action : 'Ekintza', - method : 'Metodoa', - encoding : 'Kodeketa' - }, - - // Select Field Dialog. - select : - { - title : 'Hautespen Eremuaren Ezaugarriak', - selectInfo : 'Informazioa', - opAvail : 'Aukera Eskuragarriak', - value : 'Balorea', - size : 'Tamaina', - lines : 'lerro kopurura', - chkMulti : 'Hautaketa anitzak baimendu', - opText : 'Testua', - opValue : 'Balorea', - btnAdd : 'Gehitu', - btnModify : 'Aldatu', - btnUp : 'Gora', - btnDown : 'Behera', - btnSetValue : 'Aukeratutako balorea ezarri', - btnDelete : 'Ezabatu' - }, - - // Textarea Dialog. - textarea : - { - title : 'Testu-arearen Ezaugarriak', - cols : 'Zutabeak', - rows : 'Lerroak' - }, - - // Text Field Dialog. - textfield : - { - title : 'Testu Eremuaren Ezaugarriak', - name : 'Izena', - value : 'Balorea', - charWidth : 'Zabalera', - maxChars : 'Zenbat karaktere gehienez', - type : 'Mota', - typeText : 'Testua', - typePass : 'Pasahitza' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Ezkutuko Eremuaren Ezaugarriak', - name : 'Izena', - value : 'Balorea' - }, - - // Image Dialog. - image : - { - title : 'Irudi Ezaugarriak', - titleButton : 'Irudi Botoiaren Ezaugarriak', - menu : 'Irudi Ezaugarriak', - infoTab : 'Irudi informazioa', - btnUpload : 'Zerbitzarira bidalia', - upload : 'Gora Kargatu', - alt : 'Ordezko Testua', - lockRatio : 'Erlazioa Blokeatu', - resetSize : 'Tamaina Berrezarri', - border : 'Ertza', - hSpace : 'HSpace', - vSpace : 'VSpace', - alertUrl : 'Mesedez Irudiaren URLa idatzi', - linkTab : 'Esteka', - button2Img : 'Aukeratutako irudi botoia, irudi normal batean eraldatu nahi duzu?', - img2Button : 'Aukeratutako irudia, irudi botoi batean eraldatu nahi duzu?', - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Flasharen Ezaugarriak', - propertiesTab : 'Ezaugarriak', - title : 'Flasharen Ezaugarriak', - chkPlay : 'Automatikoki Erreproduzitu', - chkLoop : 'Begizta', - chkMenu : 'Flasharen Menua Gaitu', - chkFull : 'Onartu Pantaila osoa', - scale : 'Eskalatu', - scaleAll : 'Dena erakutsi', - scaleNoBorder : 'Ertzik gabe', - scaleFit : 'Doitu', - access : 'Scriptak baimendu', - accessAlways : 'Beti', - accessSameDomain: 'Domeinu berdinekoak', - accessNever : 'Inoiz ere ez', - alignAbsBottom : 'Abs Behean', - alignAbsMiddle : 'Abs Erdian', - alignBaseline : 'Oinan', - alignTextTop : 'Testua Goian', - quality : 'Kalitatea', - qualityBest : 'Hoberena', - qualityHigh : 'Altua', - qualityAutoHigh : 'Auto Altua', - qualityMedium : 'Ertaina', - qualityAutoLow : 'Auto Baxua', - qualityLow : 'Baxua', - windowModeWindow: 'Leihoa', - windowModeOpaque: 'Opakoa', - windowModeTransparent : 'Gardena', - windowMode : 'Leihoaren modua', - flashvars : 'Flash Aldagaiak', - bgcolor : 'Atzeko kolorea', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'Mesedez URL esteka idatzi', - validateHSpace : 'HSpace zenbaki bat izan behar da.', - validateVSpace : 'VSpace zenbaki bat izan behar da.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Ortografia', - title : 'Ortografia zuzenketa', - notAvailable : 'Barkatu baina momentu honetan zerbitzua ez dago erabilgarri.', - errorLoading : 'Errorea gertatu da aplikazioa zerbitzaritik kargatzean: %s.', - notInDic : 'Ez dago hiztegian', - changeTo : 'Honekin ordezkatu', - btnIgnore : 'Ezikusi', - btnIgnoreAll : 'Denak Ezikusi', - btnReplace : 'Ordezkatu', - btnReplaceAll : 'Denak Ordezkatu', - btnUndo : 'Desegin', - noSuggestions : '- Iradokizunik ez -', - progress : 'Zuzenketa ortografikoa martxan...', - noMispell : 'Zuzenketa ortografikoa bukatuta: Akatsik ez', - noChanges : 'Zuzenketa ortografikoa bukatuta: Ez da ezer aldatu', - oneChange : 'Zuzenketa ortografikoa bukatuta: Hitz bat aldatu da', - manyChanges : 'Zuzenketa ortografikoa bukatuta: %1 hitz aldatu dira', - ieSpellDownload : 'Zuzentzaile ortografikoa ez dago instalatuta. Deskargatu nahi duzu?' - }, - - smiley : - { - toolbar : 'Aurpegierak', - title : 'Aurpegiera Sartu', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 elementua' - }, - - numberedlist : 'Zenbakidun Zerrenda', - bulletedlist : 'Buletdun Zerrenda', - indent : 'Handitu Koska', - outdent : 'Txikitu Koska', - - justify : - { - left : 'Lerrokatu Ezkerrean', - center : 'Lerrokatu Erdian', - right : 'Lerrokatu Eskuman', - block : 'Justifikatu' - }, - - blockquote : 'Aipamen blokea', - - clipboard : - { - title : 'Itsatsi', - cutError : 'Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki moztea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl/Cmd+X).', - copyError : 'Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki kopiatzea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl/Cmd+C).', - pasteMsg : 'Mesedez teklatua erabilita (<STRONG>Ctrl/Cmd+V</STRONG>) ondorego eremuan testua itsatsi eta <STRONG>OK</STRONG> sakatu.', - securityMsg : 'Nabigatzailearen segurtasun ezarpenak direla eta, editoreak ezin du arbela zuzenean erabili. Leiho honetan berriro itsatsi behar duzu.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'Itsatsi nahi duzun testua Wordetik hartua dela dirudi. Itsatsi baino lehen garbitu nahi duzu?', - toolbar : 'Itsatsi Word-etik', - title : 'Itsatsi Word-etik', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Testu Arrunta bezala Itsatsi', - title : 'Testu Arrunta bezala Itsatsi' - }, - - templates : - { - button : 'Txantiloiak', - title : 'Eduki Txantiloiak', - options : 'Template Options', // MISSING - insertOption : 'Ordeztu oraingo edukiak', - selectPromptMsg : 'Mesedez txantiloia aukeratu editorean kargatzeko<br>(orain dauden edukiak galduko dira):', - emptyListMsg : '(Ez dago definitutako txantiloirik)' - }, - - showBlocks : 'Blokeak erakutsi', - - stylesCombo : - { - label : 'Estiloa', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Bloke Estiloak', - panelTitle2 : 'Inline Estiloak', - panelTitle3 : 'Objektu Estiloak' - }, - - format : - { - label : 'Formatua', - panelTitle : 'Formatua', - - tag_p : 'Arrunta', - tag_pre : 'Formateatua', - tag_address : 'Helbidea', - tag_h1 : 'Izenburua 1', - tag_h2 : 'Izenburua 2', - tag_h3 : 'Izenburua 3', - tag_h4 : 'Izenburua 4', - tag_h5 : 'Izenburua 5', - tag_h6 : 'Izenburua 6', - tag_div : 'Paragrafoa (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Letra-tipoa', - voiceLabel : 'Letra-tipoa', - panelTitle : 'Letra-tipoa' - }, - - fontSize : - { - label : 'Tamaina', - voiceLabel : 'Tamaina', - panelTitle : 'Tamaina' - }, - - colorButton : - { - textColorTitle : 'Testu Kolorea', - bgColorTitle : 'Atzeko kolorea', - panelTitle : 'Colors', // MISSING - auto : 'Automatikoa', - more : 'Kolore gehiago...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Ortografia Zuzenketa Idatzi Ahala (SCAYT)', - opera_title : 'Not supported by Opera', // MISSING - enable : 'Gaitu SCAYT', - disable : 'Desgaitu SCAYT', - about : 'SCAYTi buruz', - toggle : 'SCAYT aldatu', - options : 'Aukerak', - langs : 'Hizkuntzak', - moreSuggestions : 'Iradokizun gehiago', - ignore : 'Baztertu', - ignoreAll : 'Denak baztertu', - addWord : 'Hitza Gehitu', - emptyDic : 'Hiztegiaren izena ezin da hutsik egon.', - - optionsTab : 'Aukerak', - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Hizkuntzak', - - dictionariesTab : 'Hiztegiak', - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'Honi buruz' - }, - - about : - { - title : 'CKEditor(r)i buruz', - dlgTitle : 'CKEditor(r)i buruz', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Lizentziari buruzko informazioa gure webgunean:', - copy : 'Copyright © $1. Eskubide guztiak erreserbaturik.' - }, - - maximize : 'Maximizatu', - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Aingura', - flash : 'Flash Animazioa', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Objektu ezezaguna' - }, - - resize : 'Arrastatu tamaina aldatzeko', - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Dokumentuaren Ezarpenak', - title : 'Dokumentuaren Ezarpenak', - design : 'Design', // MISSING - meta : 'Meta Informazioa', - chooseColor : 'Choose', // MISSING - other : '<other>', - docTitle : 'Orriaren Izenburua', - charset : 'Karaktere Multzoaren Kodeketa', - charsetOther : 'Beste Karaktere Multzoko Kodeketa', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Erdialdeko Europakoa', - charsetCT : 'Txinatar Tradizionala (Big5)', - charsetCR : 'Zirilikoa', - charsetGR : 'Grekoa', - charsetJP : 'Japoniarra', - charsetKR : 'Korearra', - charsetTR : 'Turkiarra', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Mendebaldeko Europakoa', - docType : 'Document Type Goiburua', - docTypeOther : 'Beste Document Type Goiburua', - xhtmlDec : 'XHTML Ezarpenak', - bgColor : 'Atzeko Kolorea', - bgImage : 'Atzeko Irudiaren URL-a', - bgFixed : 'Korritze gabeko Atzealdea', - txtColor : 'Testu Kolorea', - margin : 'Orrialdearen marjinak', - marginTop : 'Goian', - marginLeft : 'Ezkerrean', - marginRight : 'Eskuman', - marginBottom : 'Behean', - metaKeywords : 'Dokumentuaren Gako-hitzak (komarekin bananduta)', - metaDescription : 'Dokumentuaren Deskribapena', - metaAuthor : 'Egilea', - metaCopyright : 'Copyright', // MISSING - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/fa.js b/skins/ckeditor/_source/lang/fa.js deleted file mode 100644 index 44756ad..0000000 --- a/skins/ckeditor/_source/lang/fa.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Persian language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['fa'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'rtl', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Ù Ùبع', - newPage : 'برگÙÙ´ تازÙ', - save : 'ذخÛرÙ', - preview : 'Ù¾ÛØ´Ù٠اÛØ´', - cut : 'برش', - copy : 'Ú©Ù¾Û', - paste : 'ÚسباÙدÙ', - print : 'Úاپ', - underline : 'خطزÛردار', - bold : 'درشت', - italic : 'خ٠ÛدÙ', - selectAll : 'گزÛÙØ´ ÙÙ Ù', - removeFormat : 'برداشت٠Ùر٠ت', - strike : 'Ù ÛاÙخط', - subscript : 'زÛرÙÙÛس', - superscript : 'باÙاÙÙÛس', - horizontalrule : 'Ú¯ÙجاÙد٠خط ÙاÙÙÛ', - pagebreak : 'Ú¯ÙجاÙØ¯Ù Ø´Ú©Ø³ØªÚ¯Û ÙپاÛا٠ÙبرگÙ', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'برداشت٠پÛÙÙد', - undo : 'ÙاÚÛدÙ', - redo : 'بازÚÛدÙ', - - // Common messages and labels. - common : - { - browseServer : 'ÙÙرستÙ٠اÛÛ Ø³Ø±Ùر', - url : 'URL', - protocol : 'پرÙتکÙ', - upload : 'اÙتÙا٠ب٠سرÙر', - uploadSubmit : 'ب٠سرÙر بÙرست', - image : 'تصÙÛر', - flash : 'Flash', - form : 'Ùر٠', - checkbox : 'خاÙÙÙ´ گزÛÙÙاÛ', - radio : 'دک٠ÙÙ´ رادÛÙÛÛ', - textField : 'ÙÛÙد ٠تÙÛ', - textarea : 'ÙاØÛÙÙ´ ٠تÙÛ', - hiddenField : 'ÙÛÙد Ù¾ÙÙاÙ', - button : 'دک٠Ù', - select : 'ÙÛÙد ÚÙدگزÛÙÙاÛ', - imageButton : 'دک٠ÙÙ´ تصÙÛرÛ', - notSet : '<تعÛÙÙشدÙ>', - id : 'Ø´ÙاسÙ', - name : 'Ùا٠', - langDir : 'جÙتÙÙ Ø§Û Ø²Ø¨Ø§Ù', - langDirLtr : 'ÚÙ¾ ب٠راست (LTR)', - langDirRtl : 'راست ب٠ÚÙ¾ (RTL)', - langCode : 'کد زباÙ', - longDescr : 'URL تÙصÛÙ Ø·ÙÙاÙÛ', - cssClass : 'Ú©ÙاسÙØ§Û Ø´ÛÙÙÙا٠Ù(Stylesheet)', - advisoryTitle : 'عÙÙا٠ک٠کÛ', - cssStyle : 'Ø´ÛÙÙ(style)', - ok : 'پذÛرش', - cancel : 'اÙصراÙ', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'Ù¾ÛشرÙتÙ', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Ù¾ÙÙا', - height : 'درازا', - align : 'ÚÛÙØ´', - alignLeft : 'ÚÙ¾', - alignRight : 'راست', - alignCenter : 'Ùسط', - alignTop : 'باÙا', - alignMiddle : 'Ùسط', - alignBottom : 'پائÛÙ', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Ú¯ÙجاÙد٠ÙÙÛسÙÙ´ ÙÛÚÙ', - title : 'گزÛÙØ´ ÙÙÛسÙÙ´ÙÛÚÙ', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Ú¯ÙجاÙدÙ/ÙÛراÛØ´ ÙÙ¾ÛÙÙد', - other : '<ساÛر>', - menu : 'ÙÛراÛØ´ Ù¾ÛÙÙد', - title : 'Ù¾ÛÙÙد', - info : 'اطÙاعات Ù¾ÛÙÙد', - target : 'Ù Ùصد', - upload : 'اÙتÙا٠ب٠سرÙر', - advanced : 'Ù¾ÛشرÙتÙ', - type : 'ÙÙع Ù¾ÛÙÙد', - toUrl : 'URL', // MISSING - toAnchor : 'ÙÙگر در ÙÙ Û٠صÙØÙ', - toEmail : 'پست اÙکترÙÙÛÚ©Û', - targetFrame : '<ÙرÛÙ >', - targetPopup : '<Ù¾ÙجرÙÙ´ پاپاپ>', - targetFrameName : 'Ùا٠ÙرÛÙ Ù Ùصد', - targetPopupName : 'Ùا٠پÙجرÙÙ´ پاپاپ', - popupFeatures : 'ÙÛÚÚ¯ÛÙØ§Û Ù¾ÙجرÙÙ´ پاپاپ', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'ÙÙار ÙضعÛت', - popupLocationBar: 'ÙÙار Ù ÙÙعÛت', - popupToolbar : 'ÙÙارابزار', - popupMenuBar : 'ÙÙار Ù ÙÙ', - popupFullScreen : 'ت٠ا٠صÙØÙ (IE)', - popupScrollBars : 'Ù ÛÙÙÙØ§Û Ù¾Û٠اÛØ´', - popupDependent : 'Ùابست٠(Netscape)', - popupLeft : 'Ù ÙÙعÛت ÙÚÙ¾', - popupTop : 'Ù ÙÙعÛت ÙباÙا', - id : 'Id', // MISSING - langDir : 'جÙتÙÙ Ø§Û Ø²Ø¨Ø§Ù', - langDirLTR : 'ÚÙ¾ ب٠راست (LTR)', - langDirRTL : 'راست ب٠ÚÙ¾ (RTL)', - acccessKey : 'Ú©ÙÛد دستÛابÛ', - name : 'Ùا٠', - langCode : 'جÙتÙÙ Ø§Û Ø²Ø¨Ø§Ù', - tabIndex : 'Ù٠اÛÙÙ´ Ø¯Ø³ØªØ±Ø³Û Ø¨Ø§ Tab', - advisoryTitle : 'عÙÙا٠ک٠کÛ', - advisoryContentType : 'ÙÙع Ù ØتÙØ§Û Ú©Ù Ú©Û', - cssClasses : 'Ú©ÙاسÙØ§Û Ø´ÛÙÙÙا٠Ù(Stylesheet)', - charset : 'ÙÙÛسÙگا٠٠Ùبع ÙÙ¾ÛÙÙدشدÙ', - styles : 'Ø´ÛÙÙ(style)', - rel : 'Relationship', // MISSING - selectAnchor : 'ÛÚ© ÙÙگر برگزÛÙÛد', - anchorName : 'با Ùا٠ÙÙگر', - anchorId : 'با Ø´ÙاسÙÙ´ اÙ٠اÙ', - emailAddress : 'ÙشاÙÛ Ù¾Ø³Øª اÙکترÙÙÛÚ©Û', - emailSubject : 'Ù ÙضÙع Ù¾Ûا٠', - emailBody : '٠ت٠پÛا٠', - noAnchors : '(در اÛ٠سÙد ÙÙÚ¯Ø±Û Ø¯Ø±Ø¯Ø³ØªØ±Ø³ ÙÛست)', - noUrl : 'ÙØ·Ùا URL Ù¾ÛÙÙد را بÙÙÛسÛد', - noEmail : 'ÙØ·Ùا ÙشاÙÛ Ù¾Ø³Øª اÙکترÙÙÛÚ©Û Ø±Ø§ بÙÙÛسÛد' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Ú¯ÙجاÙدÙ/ÙÛراÛØ´ ÙÙÙگر', - menu : 'ÙÛÚÚ¯ÛÙØ§Û ÙÙگر', - title : 'ÙÛÚÚ¯ÛÙØ§Û ÙÙگر', - name : 'Ùا٠ÙÙگر', - errorName : 'ÙØ·Ùا Ùا٠ÙÙگر را بÙÙÛسÛد', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'جستج٠٠جاÛگزÛÙÛ', - find : 'جستجÙ', - replace : 'جاÛگزÛÙÛ', - findWhat : 'ÚÙÚÛز را Ù ÛÛابÛد:', - replaceWith : 'جاÛگزÛÙÛ Ø¨Ø§:', - notFoundMsg : '٠ت٠٠ÙردÙظر ÛاÙت Ùشد.', - matchCase : 'Ù٠ساÙÛ Ø¯Ø± Ø¨Ø²Ø±Ú¯Û Ù Ú©ÙÚÚ©Û ÙÙÛسÙÙا', - matchWord : 'Ù٠ساÙÛ Ø¨Ø§ ÙاÚÙÙ´ کا٠Ù', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'جاÛگزÛÙÛ ÙÙ ÙÙ´ ÛاÙتÙÙا', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'جدÙÙ', - title : 'ÙÛÚÚ¯ÛÙØ§Û Ø¬Ø¯ÙÙ', - menu : 'ÙÛÚÚ¯ÛÙØ§Û Ø¬Ø¯ÙÙ', - deleteTable : 'پاککرد٠جدÙÙ', - rows : 'سطرÙا', - columns : 'ستÙÙÙا', - border : 'اÙدازÙÙ´ ÙبÙ', - widthPx : 'Ù¾ÛکسÙ', - widthPc : 'درصد', - widthUnit : 'width unit', // MISSING - cellSpace : 'ÙاصÙÙÙ´ Ù Ûا٠سÙÙÙÙا', - cellPad : 'ÙاصÙÙÙ´ پرشد٠در سÙÙÙ', - caption : 'عÙÙاÙ', - summary : 'Ø®ÙاصÙ', - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'سÙÙÙ', - insertBefore : 'اÙزÙد٠سÙÙÙ Ùب٠از', - insertAfter : 'اÙزÙد٠سÙÙ٠بعد از', - deleteCell : 'Øذ٠سÙÙÙÙا', - merge : 'ادغا٠سÙÙÙÙا', - mergeRight : 'ادغا٠ب٠راست', - mergeDown : 'ادغا٠ب٠پاÛÛÙ', - splitHorizontal : 'جدا کرد٠اÙÙÛ Ø³ÙÙÙ', - splitVertical : 'جدا کرد٠ع٠ÙØ¯Û Ø³ÙÙÙ', - title : 'ÙÛÚÚ¯ÛÙØ§Û Ø³ÙÙÙ', - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'سطر', - insertBefore : 'اÙزÙد٠سطر Ùب٠از', - insertAfter : 'اÙزÙد٠سطر بعد از', - deleteRow : 'Øذ٠سطرÙا' - }, - - column : - { - menu : 'ستÙÙ', - insertBefore : 'اÙزÙد٠ستÙÙ Ùب٠از', - insertAfter : 'اÙزÙد٠ستÙ٠بعد از', - deleteColumn : 'Øذ٠ستÙÙÙا' - } - }, - - // Button Dialog. - button : - { - title : 'ÙÛÚÚ¯ÛÙØ§Û Ø¯Ú©Ù Ù', - text : '٠ت٠(Ù Ùدار)', - type : 'ÙÙع', - typeBtn : 'دک٠Ù', - typeSbm : 'Submit', - typeRst : 'بازÙشاÙÛ (Reset)' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'ÙÛÚÚ¯ÛÙØ§Û Ø®Ø§ÙÙÙ´ گزÛÙÙاÛ', - radioTitle : 'ÙÛÚÚ¯ÛÙØ§Û Ø¯Ú©Ù ÙÙ´ رادÛÙÛÛ', - value : 'Ù Ùدار', - selected : 'برگزÛدÙ' - }, - - // Form Dialog. - form : - { - title : 'ÙÛÚÚ¯ÛÙØ§Û Ùر٠', - menu : 'ÙÛÚÚ¯ÛÙØ§Û Ùر٠', - action : 'رÙÛداد', - method : '٠تد', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'ÙÛÚÚ¯ÛÙØ§Û ÙÛÙد ÚÙدگزÛÙÙاÛ', - selectInfo : 'اطÙاعات', - opAvail : 'گزÛÙÙÙØ§Û Ø¯Ø±Ø¯Ø³ØªØ±Ø³', - value : 'Ù Ùدار', - size : 'اÙدازÙ', - lines : 'خطÙØ·', - chkMulti : 'گزÛÙØ´ ÚÙدگاÙÙ ÙراÙ٠باشد', - opText : '٠تÙ', - opValue : 'Ù Ùدار', - btnAdd : 'اÙزÙدÙ', - btnModify : 'ÙÛراÛØ´', - btnUp : 'باÙا', - btnDown : 'پائÛÙ', - btnSetValue : 'تÙظÛ٠ب٠عÙÙا٠٠Ùدار ÙبرگزÛدÙ', - btnDelete : 'پاککردÙ' - }, - - // Textarea Dialog. - textarea : - { - title : 'ÙÛÚÚ¯ÛÙØ§Û ÙاØÛÙÙ´ ٠تÙÛ', - cols : 'ستÙÙÙا', - rows : 'سطرÙا' - }, - - // Text Field Dialog. - textfield : - { - title : 'ÙÛÚÚ¯ÛÙØ§Û ÙÛÙد ٠تÙÛ', - name : 'Ùا٠', - value : 'Ù Ùدار', - charWidth : 'Ù¾ÙÙØ§Û ÙÙÛسÙ', - maxChars : 'بÛØ´ÛÙÙÙ´ ÙÙÛسÙÙا', - type : 'ÙÙع', - typeText : '٠تÙ', - typePass : 'گذرÙاÚÙ' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'ÙÛÚÚ¯ÛÙØ§Û ÙÛÙد Ù¾ÙÙاÙ', - name : 'Ùا٠', - value : 'Ù Ùدار' - }, - - // Image Dialog. - image : - { - title : 'ÙÛÚÚ¯ÛÙØ§Û ØªØµÙÛر', - titleButton : 'ÙÛÚÚ¯ÛÙØ§Û Ø¯Ú©Ù ÙÙ´ تصÙÛرÛ', - menu : 'ÙÛÚÚ¯ÛÙØ§Û ØªØµÙÛر', - infoTab : 'اطÙاعات تصÙÛر', - btnUpload : 'ب٠سرÙر بÙرست', - upload : 'اÙتÙا٠ب٠سرÙر', - alt : '٠ت٠جاÛگزÛÙ', - lockRatio : 'ÙÙÙکرد٠ÙÙسبت', - resetSize : 'بازÙشاÙÛ Ø§ÙدازÙ', - border : 'ÙبÙ', - hSpace : 'ÙاصÙÙÙ´ اÙÙÛ', - vSpace : 'ÙاصÙÙÙ´ ع٠ÙدÛ', - alertUrl : 'ÙØ·Ùا URL تصÙÛر را بÙÙÛسÛد', - linkTab : 'Ù¾ÛÙÙد', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'ÙÛÚÚ¯ÛÙØ§Û Flash', - propertiesTab : 'Properties', // MISSING - title : 'ÙÛÚÚ¯ÛÙØ§Û Flash', - chkPlay : 'آغاز ÙØ®Ùدکار', - chkLoop : 'Ø§Ø¬Ø±Ø§Û Ù¾ÛاپÛ', - chkMenu : 'دردسترسبÙد٠٠ÙÙÛ Flash', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Ù ÙÛاس', - scaleAll : 'Ù٠اÛØ´ ÙÙ Ù', - scaleNoBorder : 'بدÙ٠کراÙ', - scaleFit : 'جاÛÚ¯ÛØ±Û Ú©Ø§Ù Ù', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'پائÛÙ Ù Ø·ÙÙ', - alignAbsMiddle : 'Ùسط Ù Ø·ÙÙ', - alignBaseline : 'خطپاÛÙ', - alignTextTop : '٠ت٠باÙا', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'رÙÚ¯ پسز٠ÛÙÙ', - hSpace : 'ÙاصÙÙÙ´ اÙÙÛ', - vSpace : 'ÙاصÙÙÙ´ ع٠ÙدÛ', - validateSrc : 'ÙØ·Ùا URL Ù¾ÛÙÙد را بÙÙÛسÛد', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Ø¨Ø±Ø±Ø³Û Ø§Ù Ùا', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'در ÙاÚÙÙا٠٠ÛاÙت Ùشد', - changeTo : 'تغÛÛر بÙ', - btnIgnore : 'ÚØ´Ù Ù¾ÙØ´Û', - btnIgnoreAll : 'ÚØ´Ù Ù¾ÙØ´Û ÙÙ Ù', - btnReplace : 'جاÛگزÛÙÛ', - btnReplaceAll : 'جاÛگزÛÙÛ ÙÙ Ù', - btnUndo : 'ÙاÚÛÙØ´', - noSuggestions : '- Ù¾ÛØ´ÙÙØ§Ø¯Û ÙÛست -', - progress : 'Ø¨Ø±Ø±Ø³Û Ø§Ù Ùا در Øا٠اÙجا٠...', - noMispell : 'Ø¨Ø±Ø±Ø³Û Ø§Ù Ùا اÙجا٠شد. ÙÛÚ ØºÙطا٠ÙØ§Ø¦Û ÛاÙت Ùشد', - noChanges : 'Ø¨Ø±Ø±Ø³Û Ø§Ù Ùا اÙجا٠شد. ÙÛÚ ÙاÚÙØ§Û ØªØºÛÛر ÙÛاÙت', - oneChange : 'Ø¨Ø±Ø±Ø³Û Ø§Ù Ùا اÙجا٠شد. ÛÚ© ÙاÚ٠تغÛÛر ÛاÙت', - manyChanges : 'Ø¨Ø±Ø±Ø³Û Ø§Ù Ùا اÙجا٠شد. %1 ÙاÚ٠تغÛÛر ÛاÙت', - ieSpellDownload : 'بررسÛÚ©ÙÙدÙÙ´ ا٠Ùا Ùصب Ùشد٠است. Ø¢Ûا Ù ÛØ®ÙاÙÛد آ٠را Ù٠اکÙÙ٠درÛاÙت Ú©ÙÛدØ' - }, - - smiley : - { - toolbar : 'Ø®ÙداÙÚ©', - title : 'Ú¯ÙجاÙد٠خÙداÙÚ©', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'ÙÙرست ش٠ارÙدار', - bulletedlist : 'ÙÙرست ÙÙØ·ÙاÛ', - indent : 'اÙزاÛØ´ تÙرÙتگÛ', - outdent : 'کاÙØ´ تÙرÙتگÛ', - - justify : - { - left : 'ÚÙ¾ÚÛÙ', - center : 'Ù ÛاÙÚÛÙ', - right : 'راستÚÛÙ', - block : 'بÙÙÚ©ÚÛÙ' - }, - - blockquote : 'بÙÙÚ© ÙÙÙ ÙÙÙ', - - clipboard : - { - title : 'ÚسباÙدÙ', - cutError : 'تÙظÛ٠ات ا٠ÙÛØªÛ Ù Ø±Ùرگر ش٠ا اجاز٠ÙÙ ÛدÙد Ú©Ù ÙÛراÛشگر ب٠طÙر Ø®Ùدکار ع٠ÙکردÙØ§Û Ø¨Ø±Ø´ را اÙجا٠دÙد. ÙØ·Ùا با دک٠ÙÙØ§Û ØµÙØÙÚ©ÙÛد اÛ٠کار را اÙجا٠دÙÛد (Ctrl/Cmd+X).', - copyError : 'تÙظÛ٠ات ا٠ÙÛØªÛ Ù Ø±Ùرگر ش٠ا اجاز٠ÙÙ ÛدÙد Ú©Ù ÙÛراÛشگر ب٠طÙر Ø®Ùدکار ع٠ÙکردÙØ§Û Ú©Ù¾Ûکرد٠را اÙجا٠دÙد. ÙØ·Ùا با دک٠ÙÙØ§Û ØµÙØÙÚ©ÙÛد اÛ٠کار را اÙجا٠دÙÛد (Ctrl/Cmd+C).', - pasteMsg : 'ÙØ·Ùا ٠ت٠را با Ú©ÙÛدÙØ§Û (<STRONG>Ctrl/Cmd+V</STRONG>) در اÛ٠جعبÙÙ´ ٠تÙÛ Ø¨ÚسباÙÛد Ù <STRONG>پذÛرش</STRONG> را بزÙÛد.', - securityMsg : 'ب٠خاطر تÙظÛ٠ات ا٠ÙÛØªÛ Ù Ø±Ùرگر Ø´Ù Ø§Ø ÙÛراÛشگر ÙÙ ÛتÙاÙد Ø¯Ø³ØªØ±Ø³Û Ù Ø³ØªÙÛ٠ب٠دادÙÙØ§Û clipboard داشت٠باشد. ش٠ا باÛد دÙبار٠آÙرا در اÛÙ Ù¾Ùجر٠بÚسباÙÛد.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'ÚسباÙد٠از Word', - title : 'ÚسباÙد٠از Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'ÚسباÙد٠ب٠عÙÙا٠٠ت٠ÙسادÙ', - title : 'ÚسباÙد٠ب٠عÙÙا٠٠ت٠ÙسادÙ' - }, - - templates : - { - button : 'اÙÚ¯ÙÙا', - title : 'اÙÚ¯ÙÙØ§Û Ù ØتÙÛات', - options : 'Template Options', // MISSING - insertOption : 'Ù ØتÙÛات Ú©ÙÙÙÛ Ø¬Ø§ÛگزÛÙ Ø´ÙÙد', - selectPromptMsg : 'ÙØ·Ùا اÙÚ¯ÙÛ Ù ÙردÙظر را Ø¨Ø±Ø§Û Ø¨Ø§Ø²Ú©Ø±Ø¯Ù Ø¯Ø± ÙÛراÛشگر برگزÛÙÛد<br>(Ù ØتÙÛات Ú©ÙÙÙÛ Ø§Ø² دست Ø®ÙاÙÙد رÙت):', - emptyListMsg : '(اÙÚ¯ÙØ¦Û ØªØ¹Ø±ÛÙ Ùشد٠است)' - }, - - showBlocks : 'Ù٠اÛØ´ بÙÙÚ©Ùا', - - stylesCombo : - { - label : 'سبک', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'Ùر٠ت', - panelTitle : 'Ùر٠ت', - - tag_p : 'Ùر٠اÙ', - tag_pre : 'Ùر٠تشدÙ', - tag_address : 'آدرس', - tag_h1 : 'سرÙÙÛس 1', - tag_h2 : 'سرÙÙÛس 2', - tag_h3 : 'سرÙÙÛس 3', - tag_h4 : 'سرÙÙÛس 4', - tag_h5 : 'سرÙÙÛس 5', - tag_h6 : 'سرÙÙÛس 6', - tag_div : 'بÙد' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'ÙÙÙ ', - voiceLabel : 'Font', // MISSING - panelTitle : 'ÙÙÙ ' - }, - - fontSize : - { - label : 'اÙدازÙ', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'اÙدازÙ' - }, - - colorButton : - { - textColorTitle : 'رÙÚ¯ ٠تÙ', - bgColorTitle : 'رÙÚ¯ پسز٠ÛÙÙ', - panelTitle : 'Colors', // MISSING - auto : 'Ø®Ùدکار', - more : 'رÙÚ¯ÙØ§Û Ø¨Ûشتر...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'ÙÛÚÚ¯ÛÙØ§Û Ø³Ùد', - title : 'ÙÛÚÚ¯ÛÙØ§Û Ø³Ùد', - design : 'Design', // MISSING - meta : 'ÙرادادÙ', - chooseColor : 'Choose', // MISSING - other : '<ساÛر>', - docTitle : 'عÙÙا٠صÙØÙ', - charset : 'Ø±Ù Ø²Ú¯Ø°Ø§Ø±Û ÙÙÛسÙگاÙ', - charsetOther : 'Ø±Ù Ø²Ú¯Ø°Ø§Ø±Û ÙÙÛسÙگا٠دÛگر', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'ارÙÙ¾Ø§Û Ù Ø±Ú©Ø²Û', - charsetCT : 'ÚÛÙÛ Ø±Ø³Ù Û (Big5)', - charsetCR : 'سÛرÛÙÛÚ©', - charsetGR : 'ÛÙÙاÙÛ', - charsetJP : 'ÚاپÙÛ', - charsetKR : 'کرÙاÛ', - charsetTR : 'ترکÛ', - charsetUN : 'ÛÙÙÛÚ©Ùد (UTF-8)', - charsetWE : 'ارÙÙ¾Ø§Û ØºØ±Ø¨Û', - docType : 'عÙÙا٠ÙÙع سÙد', - docTypeOther : 'عÙÙا٠ÙÙع سÙد دÛگر', - xhtmlDec : 'شا٠٠تعارÛÙ XHTML', - bgColor : 'رÙÚ¯ پسز٠ÛÙÙ', - bgImage : 'URL تصÙÛر پسز٠ÛÙÙ', - bgFixed : 'پسز٠ÛÙÙÙ´ Ù¾Û٠اÛØ´ÙاپذÛر', - txtColor : 'رÙÚ¯ ٠تÙ', - margin : 'ØاشÛÙÙØ§Û ØµÙØÙ', - marginTop : 'باÙا', - marginLeft : 'ÚÙ¾', - marginRight : 'راست', - marginBottom : 'پاÛÛÙ', - metaKeywords : 'Ú©ÙÛدÙاÚگا٠Ù٠اÛÙÚ¯Ø°Ø§Ø±Û Ø³Ùد (با کا٠ا جدا Ø´ÙÙد)', - metaDescription : 'تÙصÛ٠سÙد', - metaAuthor : 'ÙÙÛسÙدÙ', - metaCopyright : 'Ú©Ù¾ÛراÛت', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/fi.js b/skins/ckeditor/_source/lang/fi.js deleted file mode 100644 index ffbbfc0..0000000 --- a/skins/ckeditor/_source/lang/fi.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Finnish language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['fi'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rikastekstieditori, %1, paina ALT 0 nähdäksesi ohjeen.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rikastekstieditori', - - // Toolbar buttons without dialogs. - source : 'Koodi', - newPage : 'Tyhjennä', - save : 'Tallenna', - preview : 'Esikatsele', - cut : 'Leikkaa', - copy : 'Kopioi', - paste : 'Liitä', - print : 'Tulosta', - underline : 'Alleviivattu', - bold : 'Lihavoitu', - italic : 'Kursivoitu', - selectAll : 'Valitse kaikki', - removeFormat : 'Poista muotoilu', - strike : 'Yliviivattu', - subscript : 'Alaindeksi', - superscript : 'Yläindeksi', - horizontalrule : 'Lisää murtoviiva', - pagebreak : 'Lisää sivunvaihto', - pagebreakAlt : 'Sivunvaihto', - unlink : 'Poista linkki', - undo : 'Kumoa', - redo : 'Toista', - - // Common messages and labels. - common : - { - browseServer : 'Selaa palvelinta', - url : 'Osoite', - protocol : 'Protokolla', - upload : 'Lisää tiedosto', - uploadSubmit : 'Lähetä palvelimelle', - image : 'Kuva', - flash : 'Flash', - form : 'Lomake', - checkbox : 'Valintaruutu', - radio : 'Radiopainike', - textField : 'Tekstikenttä', - textarea : 'Tekstilaatikko', - hiddenField : 'Piilokenttä', - button : 'Painike', - select : 'Valintakenttä', - imageButton : 'Kuvapainike', - notSet : '<ei asetettu>', - id : 'Tunniste', - name : 'Nimi', - langDir : 'Kielen suunta', - langDirLtr : 'Vasemmalta oikealle (LTR)', - langDirRtl : 'Oikealta vasemmalle (RTL)', - langCode : 'Kielikoodi', - longDescr : 'Pitkän kuvauksen URL', - cssClass : 'Tyyliluokat', - advisoryTitle : 'Avustava otsikko', - cssStyle : 'Tyyli', - ok : 'OK', - cancel : 'Peruuta', - close : 'Sulje', - preview : 'Esikatselu', - generalTab : 'Yleinen', - advancedTab : 'Lisäominaisuudet', - validateNumberFailed : 'Arvon pitää olla numero.', - confirmNewPage : 'Kaikki tallentamattomat muutokset tähän sisältöön menetetään. Oletko varma, että haluat ladata uuden sivun?', - confirmCancel : 'Jotkut asetuksista on muuttuneet. Oletko varma, että haluat sulkea valintaikkunan?', - options : 'Asetukset', - target : 'Kohde', - targetNew : 'Uusi ikkuna (_blank)', - targetTop : 'Päällimmäinen ikkuna (_top)', - targetSelf : 'Sama ikkuna (_self)', - targetParent : 'Ylemmän tason ikkuna (_parent)', - langDirLTR : 'Vasemmalta oikealle (LTR)', - langDirRTL : 'Oikealta vasemmalle (RTL)', - styles : 'Tyyli', - cssClasses : 'Tyylitiedoston luokat', - width : 'Leveys', - height : 'Korkeus', - align : 'Kohdistus', - alignLeft : 'Vasemmalle', - alignRight : 'Oikealle', - alignCenter : 'Keskelle', - alignTop : 'Ylös', - alignMiddle : 'Keskelle', - alignBottom : 'Alas', - invalidHeight : 'Korkeuden täytyy olla numero.', - invalidWidth : 'Leveyden täytyy olla numero.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, ei saatavissa</span>' - }, - - contextmenu : - { - options : 'Pikavalikon ominaisuudet' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Lisää erikoismerkki', - title : 'Valitse erikoismerkki', - options : 'Erikoismerkin ominaisuudet' - }, - - // Link dialog. - link : - { - toolbar : 'Lisää linkki/muokkaa linkkiä', - other : '<muu>', - menu : 'Muokkaa linkkiä', - title : 'Linkki', - info : 'Linkin tiedot', - target : 'Kohde', - upload : 'Lisää tiedosto', - advanced : 'Lisäominaisuudet', - type : 'Linkkityyppi', - toUrl : 'Osoite', - toAnchor : 'Ankkuri tässä sivussa', - toEmail : 'Sähköposti', - targetFrame : '<kehys>', - targetPopup : '<popup ikkuna>', - targetFrameName : 'Kohdekehyksen nimi', - targetPopupName : 'Popup ikkunan nimi', - popupFeatures : 'Popup ikkunan ominaisuudet', - popupResizable : 'Venytettävä', - popupStatusBar : 'Tilarivi', - popupLocationBar: 'Osoiterivi', - popupToolbar : 'Vakiopainikkeet', - popupMenuBar : 'Valikkorivi', - popupFullScreen : 'Täysi ikkuna (IE)', - popupScrollBars : 'Vierityspalkit', - popupDependent : 'Riippuva (Netscape)', - popupLeft : 'Vasemmalta (px)', - popupTop : 'Ylhäältä (px)', - id : 'Tunniste', - langDir : 'Kielen suunta', - langDirLTR : 'Vasemmalta oikealle (LTR)', - langDirRTL : 'Oikealta vasemmalle (RTL)', - acccessKey : 'Pikanäppäin', - name : 'Nimi', - langCode : 'Kielen suunta', - tabIndex : 'Tabulaattori indeksi', - advisoryTitle : 'Avustava otsikko', - advisoryContentType : 'Avustava sisällön tyyppi', - cssClasses : 'Tyyliluokat', - charset : 'Linkitetty kirjaimisto', - styles : 'Tyyli', - rel : 'Suhde', - selectAnchor : 'Valitse ankkuri', - anchorName : 'Ankkurin nimen mukaan', - anchorId : 'Ankkurin ID:n mukaan', - emailAddress : 'Sähköpostiosoite', - emailSubject : 'Aihe', - emailBody : 'Viesti', - noAnchors : '(Ei ankkureita tässä dokumentissa)', - noUrl : 'Linkille on kirjoitettava URL', - noEmail : 'Kirjoita sähköpostiosoite' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Lisää ankkuri/muokkaa ankkuria', - menu : 'Ankkurin ominaisuudet', - title : 'Ankkurin ominaisuudet', - name : 'Nimi', - errorName : 'Ankkurille on kirjoitettava nimi', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numeroidun listan ominaisuudet', - bulletedTitle : 'Numeroimattoman listan ominaisuudet', - type : 'Tyyppi', - start : 'Alku', - validateStartNumber :'Listan ensimmäisen numeron tulee olla kokonaisluku.', - circle : 'Ympyrä', - disc : 'Levy', - square : 'Neliö', - none : 'Ei mikään', - notset : '<ei asetettu>', - armenian : 'Armeenialainen numerointi', - georgian : 'Georgialainen numerointi (an, ban, gan, etc.)', - lowerRoman : 'Pienet roomalaiset (i, ii, iii, iv, v, jne.)', - upperRoman : 'Isot roomalaiset (I, II, III, IV, V, jne.)', - lowerAlpha : 'Pienet aakkoset (a, b, c, d, e, jne.)', - upperAlpha : 'Isot aakkoset (A, B, C, D, E, jne.)', - lowerGreek : 'Pienet kreikkalaiset (alpha, beta, gamma, jne.)', - decimal : 'Desimaalit (1, 2, 3, jne.)', - decimalLeadingZero : 'Desimaalit, alussa nolla (01, 02, 03, jne.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Etsi ja korvaa', - find : 'Etsi', - replace : 'Korvaa', - findWhat : 'Etsi mitä:', - replaceWith : 'Korvaa tällä:', - notFoundMsg : 'Etsittyä tekstiä ei löytynyt.', - matchCase : 'Sama kirjainkoko', - matchWord : 'Koko sana', - matchCyclic : 'Kierrä ympäri', - replaceAll : 'Korvaa kaikki', - replaceSuccessMsg : '%1 esiintymä(ä) korvattu.' - }, - - // Table Dialog - table : - { - toolbar : 'Taulu', - title : 'Taulun ominaisuudet', - menu : 'Taulun ominaisuudet', - deleteTable : 'Poista taulu', - rows : 'Rivit', - columns : 'Sarakkeet', - border : 'Rajan paksuus', - widthPx : 'pikseliä', - widthPc : 'prosenttia', - widthUnit : 'leveysyksikkö', - cellSpace : 'Solujen väli', - cellPad : 'Solujen sisennys', - caption : 'Otsikko', - summary : 'Yhteenveto', - headers : 'Ylätunnisteet', - headersNone : 'Ei', - headersColumn : 'Ensimmäinen sarake', - headersRow : 'Ensimmäinen rivi', - headersBoth : 'Molemmat', - invalidRows : 'Rivien määrän täytyy olla suurempi kuin 0.', - invalidCols : 'Sarakkeiden määrän täytyy olla suurempi kuin 0.', - invalidBorder : 'Reunan koon täytyy olla numero.', - invalidWidth : 'Taulun leveyden täytyy olla numero.', - invalidHeight : 'Taulun korkeuden täytyy olla numero.', - invalidCellSpacing : 'Solujen välin täytyy olla numero.', - invalidCellPadding : 'Solujen sisennyksen täytyy olla numero.', - - cell : - { - menu : 'Solu', - insertBefore : 'Lisää solu eteen', - insertAfter : 'Lisää solu perään', - deleteCell : 'Poista solut', - merge : 'Yhdistä solut', - mergeRight : 'Yhdistä oikealla olevan kanssa', - mergeDown : 'Yhdistä alla olevan kanssa', - splitHorizontal : 'Jaa solu vaakasuunnassa', - splitVertical : 'Jaa solu pystysuunnassa', - title : 'Solun ominaisuudet', - cellType : 'Solun tyyppi', - rowSpan : 'Rivin jatkuvuus', - colSpan : 'Solun jatkuvuus', - wordWrap : 'Rivitys', - hAlign : 'Horisontaali kohdistus', - vAlign : 'Vertikaali kohdistus', - alignBaseline : 'Alas (teksti)', - bgColor : 'Taustan väri', - borderColor : 'Reunan väri', - data : 'Data', - header : 'Ylätunniste', - yes : 'Kyllä', - no : 'Ei', - invalidWidth : 'Solun leveyden täytyy olla numero.', - invalidHeight : 'Solun korkeuden täytyy olla numero.', - invalidRowSpan : 'Rivin jatkuvuuden täytyy olla kokonaisluku.', - invalidColSpan : 'Solun jatkuvuuden täytyy olla kokonaisluku.', - chooseColor : 'Valitse' - }, - - row : - { - menu : 'Rivi', - insertBefore : 'Lisää rivi yläpuolelle', - insertAfter : 'Lisää rivi alapuolelle', - deleteRow : 'Poista rivit' - }, - - column : - { - menu : 'Sarake', - insertBefore : 'Lisää sarake vasemmalle', - insertAfter : 'Lisää sarake oikealle', - deleteColumn : 'Poista sarakkeet' - } - }, - - // Button Dialog. - button : - { - title : 'Painikkeen ominaisuudet', - text : 'Teksti (arvo)', - type : 'Tyyppi', - typeBtn : 'Painike', - typeSbm : 'Lähetä', - typeRst : 'Tyhjennä' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Valintaruudun ominaisuudet', - radioTitle : 'Radiopainikkeen ominaisuudet', - value : 'Arvo', - selected : 'Valittu' - }, - - // Form Dialog. - form : - { - title : 'Lomakkeen ominaisuudet', - menu : 'Lomakkeen ominaisuudet', - action : 'Toiminto', - method : 'Tapa', - encoding : 'Enkoodaus' - }, - - // Select Field Dialog. - select : - { - title : 'Valintakentän ominaisuudet', - selectInfo : 'Info', - opAvail : 'Ominaisuudet', - value : 'Arvo', - size : 'Koko', - lines : 'Rivit', - chkMulti : 'Salli usea valinta', - opText : 'Teksti', - opValue : 'Arvo', - btnAdd : 'Lisää', - btnModify : 'Muuta', - btnUp : 'Ylös', - btnDown : 'Alas', - btnSetValue : 'Aseta valituksi', - btnDelete : 'Poista' - }, - - // Textarea Dialog. - textarea : - { - title : 'Tekstilaatikon ominaisuudet', - cols : 'Sarakkeita', - rows : 'Rivejä' - }, - - // Text Field Dialog. - textfield : - { - title : 'Tekstikentän ominaisuudet', - name : 'Nimi', - value : 'Arvo', - charWidth : 'Leveys', - maxChars : 'Maksimi merkkimäärä', - type : 'Tyyppi', - typeText : 'Teksti', - typePass : 'Salasana' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Piilokentän ominaisuudet', - name : 'Nimi', - value : 'Arvo' - }, - - // Image Dialog. - image : - { - title : 'Kuvan ominaisuudet', - titleButton : 'Kuvapainikkeen ominaisuudet', - menu : 'Kuvan ominaisuudet', - infoTab : 'Kuvan tiedot', - btnUpload : 'Lähetä palvelimelle', - upload : 'Lisää kuva', - alt : 'Vaihtoehtoinen teksti', - lockRatio : 'Lukitse suhteet', - resetSize : 'Alkuperäinen koko', - border : 'Kehys', - hSpace : 'Vaakatila', - vSpace : 'Pystytila', - alertUrl : 'Kirjoita kuvan osoite (URL)', - linkTab : 'Linkki', - button2Img : 'Haluatko muuntaa valitun kuvanäppäimen kuvaksi?', - img2Button : 'Haluatko muuntaa valitun kuvan kuvanäppäimeksi?', - urlMissing : 'Kuvan lähdeosoite puuttuu.', - validateBorder : 'Kehyksen täytyy olla kokonaisluku.', - validateHSpace : 'HSpace-määrityksen täytyy olla kokonaisluku.', - validateVSpace : 'VSpace-määrityksen täytyy olla kokonaisluku.' - }, - - // Flash Dialog - flash : - { - properties : 'Flash-ominaisuudet', - propertiesTab : 'Ominaisuudet', - title : 'Flash ominaisuudet', - chkPlay : 'Automaattinen käynnistys', - chkLoop : 'Toisto', - chkMenu : 'Näytä Flash-valikko', - chkFull : 'Salli kokoruututila', - scale : 'Levitä', - scaleAll : 'Näytä kaikki', - scaleNoBorder : 'Ei rajaa', - scaleFit : 'Tarkka koko', - access : 'Skriptien pääsy', - accessAlways : 'Aina', - accessSameDomain: 'Sama verkkotunnus', - accessNever : 'Ei koskaan', - alignAbsBottom : 'Aivan alas', - alignAbsMiddle : 'Aivan keskelle', - alignBaseline : 'Alas (teksti)', - alignTextTop : 'Ylös (teksti)', - quality : 'Laatu', - qualityBest : 'Paras', - qualityHigh : 'Korkea', - qualityAutoHigh : 'Automaattinen korkea', - qualityMedium : 'Keskitaso', - qualityAutoLow : 'Automaattinen matala', - qualityLow : 'Matala', - windowModeWindow: 'Ikkuna', - windowModeOpaque: 'Läpinäkyvyys', - windowModeTransparent : 'Läpinäkyvä', - windowMode : 'Ikkuna tila', - flashvars : 'Muuttujat Flash:lle', - bgcolor : 'Taustaväri', - hSpace : 'Vaakatila', - vSpace : 'Pystytila', - validateSrc : 'Linkille on kirjoitettava URL', - validateHSpace : 'Vaakatilan täytyy olla numero.', - validateVSpace : 'Pystytilan täytyy olla numero.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Tarkista oikeinkirjoitus', - title : 'Oikoluku', - notAvailable : 'Valitettavasti oikoluku ei ole käytössä tällä hetkellä.', - errorLoading : 'Virhe ladattaessa oikolukupalvelua isännältä: %s.', - notInDic : 'Ei sanakirjassa', - changeTo : 'Vaihda', - btnIgnore : 'Jätä huomioimatta', - btnIgnoreAll : 'Jätä kaikki huomioimatta', - btnReplace : 'Korvaa', - btnReplaceAll : 'Korvaa kaikki', - btnUndo : 'Kumoa', - noSuggestions : 'Ei ehdotuksia', - progress : 'Tarkistus käynnissä...', - noMispell : 'Tarkistus valmis: Ei virheitä', - noChanges : 'Tarkistus valmis: Yhtään sanaa ei muutettu', - oneChange : 'Tarkistus valmis: Yksi sana muutettiin', - manyChanges : 'Tarkistus valmis: %1 sanaa muutettiin', - ieSpellDownload : 'Oikeinkirjoituksen tarkistusta ei ole asennettu. Haluatko ladata sen nyt?' - }, - - smiley : - { - toolbar : 'Hymiö', - title : 'Lisää hymiö', - options : 'Hymiön ominaisuudet' - }, - - elementsPath : - { - eleLabel : 'Elementin polku', - eleTitle : '%1 elementti' - }, - - numberedlist : 'Numerointi', - bulletedlist : 'Luottelomerkit', - indent : 'Suurenna sisennystä', - outdent : 'Pienennä sisennystä', - - justify : - { - left : 'Tasaa vasemmat reunat', - center : 'Keskitä', - right : 'Tasaa oikeat reunat', - block : 'Tasaa molemmat reunat' - }, - - blockquote : 'Lainaus', - - clipboard : - { - title : 'Liitä', - cutError : 'Selaimesi turva-asetukset eivät salli editorin toteuttaa leikkaamista. Käytä näppäimistöä leikkaamiseen (Ctrl+X).', - copyError : 'Selaimesi turva-asetukset eivät salli editorin toteuttaa kopioimista. Käytä näppäimistöä kopioimiseen (Ctrl+C).', - pasteMsg : 'Liitä painamalla (<STRONG>Ctrl+V</STRONG>) ja painamalla <STRONG>OK</STRONG>.', - securityMsg : 'Selaimesi turva-asetukset eivät salli editorin käyttää leikepöytää suoraan. Sinun pitää suorittaa liittäminen tässä ikkunassa.', - pasteArea : 'Leikealue' - }, - - pastefromword : - { - confirmCleanup : 'Liittämäsi teksti näyttäisi olevan Word-dokumentista. Haluatko siivota sen ennen liittämistä? (Suositus: Kyllä)', - toolbar : 'Liitä Word-dokumentista', - title : 'Liitä Word-dokumentista', - error : 'Liitetyn tiedon siivoaminen ei onnistunut sisäisen virheen takia' - }, - - pasteText : - { - button : 'Liitä tekstinä', - title : 'Liitä tekstinä' - }, - - templates : - { - button : 'Pohjat', - title : 'Sisältöpohjat', - options : 'Sisältöpohjan ominaisuudet', - insertOption : 'Korvaa editorin koko sisältö', - selectPromptMsg : 'Valitse pohja editoriin<br>(aiempi sisältö menetetään):', - emptyListMsg : '(Ei määriteltyjä pohjia)' - }, - - showBlocks : 'Näytä elementit', - - stylesCombo : - { - label : 'Tyyli', - panelTitle : 'Muotoilujen tyylit', - panelTitle1 : 'Lohkojen tyylit', - panelTitle2 : 'Rivinsisäiset tyylit', - panelTitle3 : 'Objektien tyylit' - }, - - format : - { - label : 'Muotoilu', - panelTitle : 'Muotoilu', - - tag_p : 'Normaali', - tag_pre : 'Muotoiltu', - tag_address : 'Osoite', - tag_h1 : 'Otsikko 1', - tag_h2 : 'Otsikko 2', - tag_h3 : 'Otsikko 3', - tag_h4 : 'Otsikko 4', - tag_h5 : 'Otsikko 5', - tag_h6 : 'Otsikko 6', - tag_div : 'Normaali (DIV)' - }, - - div : - { - title : 'Luo div-kehikko', - toolbar : 'Luo div-kehikko', - cssClassInputLabel : 'Tyylitiedoston luokat', - styleSelectLabel : 'Tyyli', - IdInputLabel : 'Id', - languageCodeInputLabel : ' Kielen koodi', - inlineStyleInputLabel : 'Sisätyyli', - advisoryTitleInputLabel : 'Ohjeistava otsikko', - langDirLabel : 'Kielen suunta', - langDirLTRLabel : 'Vasemmalta oikealle (LTR)', - langDirRTLLabel : 'Oikealta vasemmalle (RTL)', - edit : 'Muokkaa Diviä', - remove : 'Poista Div' - }, - - iframe : - { - title : 'IFrame-kehyksen ominaisuudet', - toolbar : 'IFrame-kehys', - noUrl : 'Anna IFrame-kehykselle lähdeosoite (src)', - scrolling : 'Näytä vierityspalkit', - border : 'Näytä kehyksen reunat' - }, - - font : - { - label : 'Kirjaisinlaji', - voiceLabel : 'Kirjaisinlaji', - panelTitle : 'Kirjaisinlaji' - }, - - fontSize : - { - label : 'Koko', - voiceLabel : 'Kirjaisimen koko', - panelTitle : 'Koko' - }, - - colorButton : - { - textColorTitle : 'Tekstiväri', - bgColorTitle : 'Taustaväri', - panelTitle : 'Värit', - auto : 'Automaattinen', - more : 'Lisää värejä...' - }, - - colors : - { - '000' : 'Musta', - '800000' : 'Kastanjanruskea', - '8B4513' : 'Satulanruskea', - '2F4F4F' : 'Tumma liuskekivenharmaa', - '008080' : 'Sinivihreä', - '000080' : 'Laivastonsininen', - '4B0082' : 'Indigonsininen', - '696969' : 'Tummanharmaa', - 'B22222' : 'Tiili', - 'A52A2A' : 'Ruskea', - 'DAA520' : 'Kultapiisku', - '006400' : 'Tummanvihreä', - '40E0D0' : 'Turkoosi', - '0000CD' : 'Keskisininen', - '800080' : 'Purppura', - '808080' : 'Harmaa', - 'F00' : 'Punainen', - 'FF8C00' : 'Tumma oranssi', - 'FFD700' : 'Kulta', - '008000' : 'Vihreä', - '0FF' : 'Syaani', - '00F' : 'Sininen', - 'EE82EE' : 'Violetti', - 'A9A9A9' : 'Tummanharmaa', - 'FFA07A' : 'Vaaleanlohenpunainen', - 'FFA500' : 'Oranssi', - 'FFFF00' : 'Keltainen', - '00FF00' : 'Limetin vihreä', - 'AFEEEE' : 'Haalea turkoosi', - 'ADD8E6' : 'Vaaleansininen', - 'DDA0DD' : 'Luumu', - 'D3D3D3' : 'Vaaleanharmaa', - 'FFF0F5' : 'Laventelinpunainen', - 'FAEBD7' : 'Antiikinvalkoinen', - 'FFFFE0' : 'Vaaleankeltainen', - 'F0FFF0' : 'Hunajameloni', - 'F0FFFF' : 'Asurinsininen', - 'F0F8FF' : 'Alice Blue -sininen', - 'E6E6FA' : 'Lavanteli', - 'FFF' : 'Valkoinen' - }, - - scayt : - { - title : 'Oikolue kirjoitettaessa', - opera_title : 'Opera ei tue tätä ominaisuutta', - enable : 'Ota käyttöön oikoluku kirjoitettaessa', - disable : 'Poista käytöstä oikoluku kirjoitetaessa', - about : 'Tietoja oikoluvusta kirjoitetaessa', - toggle : 'Vaihda oikoluku kirjoittaessa tilaa', - options : 'Asetukset', - langs : 'Kielet', - moreSuggestions : 'Lisää ehdotuksia', - ignore : 'Ohita', - ignoreAll : 'Ohita kaikki', - addWord : 'Lisää sana', - emptyDic : 'Sanakirjan nimi on annettava.', - - optionsTab : 'Asetukset', - allCaps : 'Ohita sanat, jotka on kirjoitettu kokonaan isoilla kirjaimilla', - ignoreDomainNames : 'Ohita verkkotunnukset', - mixedCase : 'Ohita sanat, joissa on sekoitettu isoja ja pieniä kirjaimia', - mixedWithDigits : 'Ohita sanat, joissa on numeroita', - - languagesTab : 'Kielet', - - dictionariesTab : 'Sanakirjat', - dic_field_name : 'Sanakirjan nimi', - dic_create : 'Luo', - dic_restore : 'Palauta', - dic_delete : 'Poista', - dic_rename : 'Nimeä uudelleen', - dic_info : 'Oletuksena sanakirjat tallennetaan evästeeseen, mutta evästeiden koko on kuitenkin rajallinen. Sanakirjan kasvaessa niin suureksi, ettei se enää mahdu evästeeseen, sanakirja täytyy tallentaa palvelimellemme. Tallentaaksesi sanakirjasi palvelimellemme tulee sinun antaa sille nimi. Jos olet jo tallentanut sanakirjan, anna sen nimi ja klikkaa Palauta-painiketta', - - aboutTab : 'Tietoa' - }, - - about : - { - title : 'Tietoa CKEditorista', - dlgTitle : 'Tietoa CKEditorista', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Lisenssitiedot löytyvät kotisivuiltamme:', - copy : 'Copyright © $1. Kaikki oikeuden pidätetään.' - }, - - maximize : 'Suurenna', - minimize : 'Pienennä', - - fakeobjects : - { - anchor : 'Ankkuri', - flash : 'Flash animaatio', - iframe : 'IFrame-kehys', - hiddenfield : 'Piilokenttä', - unknown : 'Tuntematon objekti' - }, - - resize : 'Raahaa muuttaaksesi kokoa', - - colordialog : - { - title : 'Valitse väri', - options : 'Värin ominaisuudet', - highlight : 'Korostus', - selected : 'Valittu', - clear : 'Poista' - }, - - toolbarCollapse : 'Kutista työkalupalkki', - toolbarExpand : 'Laajenna työkalupalkki', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Tekstin suunta vasemmalta oikealle', - rtl : 'Tekstin suunta oikealta vasemmalle' - }, - - docprops : - { - label : 'Dokumentin ominaisuudet', - title : 'Dokumentin ominaisuudet', - design : 'Design', // MISSING - meta : 'Meta-tieto', - chooseColor : 'Valitse', - other : '<muu>', - docTitle : 'Sivun nimi', - charset : 'Merkistökoodaus', - charsetOther : 'Muu merkistökoodaus', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Keskieurooppalainen', - charsetCT : 'Kiina, perinteinen (Big5)', - charsetCR : 'Kyrillinen', - charsetGR : 'Kreikka', - charsetJP : 'Japani', - charsetKR : 'Korealainen', - charsetTR : 'Turkkilainen', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Länsieurooppalainen', - docType : 'Dokumentin tyyppi', - docTypeOther : 'Muu dokumentin tyyppi', - xhtmlDec : 'Lisää XHTML julistukset', - bgColor : 'Taustaväri', - bgImage : 'Taustakuva', - bgFixed : 'Paikallaanpysyvä tausta', - txtColor : 'Tekstiväri', - margin : 'Sivun marginaalit', - marginTop : 'Ylä', - marginLeft : 'Vasen', - marginRight : 'Oikea', - marginBottom : 'Ala', - metaKeywords : 'Hakusanat (pilkulla erotettuna)', - metaDescription : 'Kuvaus', - metaAuthor : 'Tekijä', - metaCopyright : 'Tekijänoikeudet', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/fo.js b/skins/ckeditor/_source/lang/fo.js deleted file mode 100644 index 512cfef..0000000 --- a/skins/ckeditor/_source/lang/fo.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Faroese language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['fo'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, trýst ALT og 0 fyri vegleiðing.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', - - // Toolbar buttons without dialogs. - source : 'Kelda', - newPage : 'Nýggj sÃða', - save : 'Goym', - preview : 'Frumsýning', - cut : 'Kvett', - copy : 'Avrita', - paste : 'Innrita', - print : 'Prenta', - underline : 'Undirstrikað', - bold : 'Feit skrift', - italic : 'Skráskrift', - selectAll : 'Markera alt', - removeFormat : 'Strika sniðgeving', - strike : 'Yvirstrikað', - subscript : 'Lækkað skrift', - superscript : 'Hækkað skrift', - horizontalrule : 'Ger vatnrætta linju', - pagebreak : 'Ger sÃðuskift', - pagebreakAlt : 'SÃðuskift', - unlink : 'Strika tilknýti', - undo : 'Angra', - redo : 'Vend aftur', - - // Common messages and labels. - common : - { - browseServer : 'Ambætarakagi', - url : 'URL', - protocol : 'Protokoll', - upload : 'Send til ambætaran', - uploadSubmit : 'Send til ambætaran', - image : 'Myndir', - flash : 'Flash', - form : 'Formur', - checkbox : 'Flugubein', - radio : 'Radioknøttur', - textField : 'Tekstteigur', - textarea : 'Tekstumráði', - hiddenField : 'Fjaldur teigur', - button : 'Knøttur', - select : 'Valskrá', - imageButton : 'Myndaknøttur', - notSet : '<ikki sett>', - id : 'Id', - name : 'Navn', - langDir : 'Tekstkós', - langDirLtr : 'Frá vinstru til høgru (LTR)', - langDirRtl : 'Frá høgru til vinstru (RTL)', - langCode : 'Málkoda', - longDescr : 'VÃðkað URL frágreiðing', - cssClass : 'Typografi klassar', - advisoryTitle : 'Vegleiðandi heiti', - cssStyle : 'Typografi', - ok : 'Góðkent', - cancel : 'Avlýst', - close : 'Lat aftur', - preview : 'Frumsýn', - generalTab : 'Generelt', - advancedTab : 'Fjølbroytt', - validateNumberFailed : 'Hetta er ikki eitt tal.', - confirmNewPage : 'Allar ikki goymdar broytingar à hesum innihaldið hvørva. Skal nýggj sÃða lesast kortini?', - confirmCancel : 'Nakrir valmøguleikar eru broyttir. Ert tú vÃsur Ã, at dialogurin skal latast aftur?', - options : 'Options', - target : 'Target', - targetNew : 'Nýtt vindeyga (_blank)', - targetTop : 'Vindeyga ovast (_top)', - targetSelf : 'Sama vindeyga (_self)', - targetParent : 'Upphavligt vindeyga (_parent)', - langDirLTR : 'Frá vinstru til høgru (LTR)', - langDirRTL : 'Frá høgru til vinstru (RTL)', - styles : 'Style', - cssClasses : 'Stylesheet Classes', - width : 'Breidd', - height : 'Hædd', - align : 'Justering', - alignLeft : 'Vinstra', - alignRight : 'Høgra', - alignCenter : 'Miðsett', - alignTop : 'Ovast', - alignMiddle : 'Miðja', - alignBottom : 'Botnur', - invalidHeight : 'Hædd má vera eitt tal.', - invalidWidth : 'Breidd má vera eitt tal.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, ikki tøkt</span>' - }, - - contextmenu : - { - options : 'Context Menu Options' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Set inn sertekn', - title : 'Vel sertekn', - options : 'Møguleikar við serteknum' - }, - - // Link dialog. - link : - { - toolbar : 'Ger/broyt tilknýti', - other : '<annað>', - menu : 'Broyt tilknýti', - title : 'Tilknýti', - info : 'Tilknýtis upplýsingar', - target : 'Target', - upload : 'Send til ambætaran', - advanced : 'Fjølbroytt', - type : 'Tilknýtisslag', - toUrl : 'URL', - toAnchor : 'Tilknýti til marknastein à tekstinum', - toEmail : 'Teldupostur', - targetFrame : '<ramma>', - targetPopup : '<popup vindeyga>', - targetFrameName : 'VÃs navn vindeygans', - targetPopupName : 'Popup vindeygans navn', - popupFeatures : 'Popup vindeygans vÃðkaðu eginleikar', - popupResizable : 'Stødd kann broytast', - popupStatusBar : 'Støðufrágreiðingarbjálki', - popupLocationBar: 'Adressulinja', - popupToolbar : 'Amboðsbjálki', - popupMenuBar : 'Skrábjálki', - popupFullScreen : 'Fullur skermur (IE)', - popupScrollBars : 'Rullibjálki', - popupDependent : 'Bundið (Netscape)', - popupLeft : 'Frástøða frá vinstru', - popupTop : 'Frástøða frá Ãerva', - id : 'Id', - langDir : 'Tekstkós', - langDirLTR : 'Frá vinstru til høgru (LTR)', - langDirRTL : 'Frá høgru til vinstru (RTL)', - acccessKey : 'Snarvegisknöttur', - name : 'Navn', - langCode : 'Tekstkós', - tabIndex : 'Tabulator indeks', - advisoryTitle : 'Vegleiðandi heiti', - advisoryContentType : 'Vegleiðandi innihaldsslag', - cssClasses : 'Typografi klassar', - charset : 'Atknýtt teknsett', - styles : 'Typografi', - rel : 'Relationship', // MISSING - selectAnchor : 'Vel ein marknastein', - anchorName : 'Eftir navni á marknasteini', - anchorId : 'Eftir element Id', - emailAddress : 'Teldupost-adressa', - emailSubject : 'Evni', - emailBody : 'Breyðtekstur', - noAnchors : '(Eingir marknasteinar eru à hesum dokumentið)', - noUrl : 'Vinarliga skriva tilknýti (URL)', - noEmail : 'Vinarliga skriva teldupost-adressu' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Ger/broyt marknastein', - menu : 'Eginleikar fyri marknastein', - title : 'Eginleikar fyri marknastein', - name : 'Heiti marknasteinsins', - errorName : 'Vinarliga rita marknasteinsins heiti', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Eginleikar fyri lista við tølum', - bulletedTitle : 'Eginleikar fyri lista við prikkum', - type : 'Slag', - start : 'Byrjan', - validateStartNumber :'Byrjunartalið fyri lista má vera eitt heiltal.', - circle : 'Sirkul', - disc : 'Disc', - square : 'Fýrkantur', - none : 'Einki', - notset : '<ikki sett>', - armenian : 'Armensk talskipan', - georgian : 'Georgisk talskipan (an, ban, gan, osv.)', - lowerRoman : 'LÃtil rómaratøl (i, ii, iii, iv, v, etc.)', - upperRoman : 'Stór rómaratøl (I, II, III, IV, V, etc.)', - lowerAlpha : 'LÃtlir bókstavir (a, b, c, d, e, etc.)', - upperAlpha : 'Stórir bókstavir (A, B, C, D, E, etc.)', - lowerGreek : 'Grikskt við lÃtlum (alpha, beta, gamma, etc.)', - decimal : 'Vanlig tøl (1, 2, 3, etc.)', - decimalLeadingZero : 'Tøl við null frammanfyri (01, 02, 03, etc.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Finn og broyt', - find : 'Leita', - replace : 'Yvirskriva', - findWhat : 'Finn:', - replaceWith : 'Yvirskriva við:', - notFoundMsg : 'Leititeksturin varð ikki funnin', - matchCase : 'Munur á stórum og smáum bókstavum', - matchWord : 'Bert heil orð', - matchCyclic : 'Match cyclic', - replaceAll : 'Yvirskriva alt', - replaceSuccessMsg : '%1 úrslit broytt.' - }, - - // Table Dialog - table : - { - toolbar : 'Tabell', - title : 'Eginleikar fyri tabell', - menu : 'Eginleikar fyri tabell', - deleteTable : 'Strika tabell', - rows : 'Røðir', - columns : 'Kolonnur', - border : 'Bordabreidd', - widthPx : 'pixels', - widthPc : 'prosent', - widthUnit : 'breiddar unit', - cellSpace : 'Fjarstøða millum meskar', - cellPad : 'Meskubreddi', - caption : 'Tabellfrágreiðing', - summary : 'Samandráttur', - headers : 'Yvirskriftir', - headersNone : 'Eingin', - headersColumn : 'Fyrsta kolonna', - headersRow : 'Fyrsta rað', - headersBoth : 'Báðir', - invalidRows : 'Talið av røðum má vera eitt tal størri enn 0.', - invalidCols : 'Talið av kolonnum má vera eitt tal størri enn 0.', - invalidBorder : 'Borda-stødd má vera eitt tal.', - invalidWidth : 'Tabell-breidd má vera eitt tal.', - invalidHeight : 'Tabell-hædd má vera eitt tal.', - invalidCellSpacing : 'Cell spacing má vera eitt tal.', - invalidCellPadding : 'Cell padding má vera eitt tal.', - - cell : - { - menu : 'Meski', - insertBefore : 'Set meska inn áðrenn', - insertAfter : 'Set meska inn aftaná', - deleteCell : 'Strika meskar', - merge : 'Flætta meskar', - mergeRight : 'Flætta meskar til høgru', - mergeDown : 'Flætta saman', - splitHorizontal : 'Kloyv meska vatnrætt', - splitVertical : 'Kloyv meska loddrætt', - title : 'Mesku eginleikar', - cellType : 'Mesku slag', - rowSpan : 'Ræð spenni', - colSpan : 'Kolonnu spenni', - wordWrap : 'Orðkloyving', - hAlign : 'Horisontal plasering', - vAlign : 'Loddrøtt plasering', - alignBaseline : 'Basislinja', - bgColor : 'Bakgrundslitur', - borderColor : 'Bordalitur', - data : 'Data', - header : 'Header', - yes : 'Ja', - no : 'Nei', - invalidWidth : 'Meskubreidd má vera eitt tal.', - invalidHeight : 'Meskuhædd má vera eitt tal.', - invalidRowSpan : 'Raðspennið má vera eitt heiltal.', - invalidColSpan : 'Kolonnuspennið má vera eitt heiltal.', - chooseColor : 'Vel' - }, - - row : - { - menu : 'Rað', - insertBefore : 'Set rað inn áðrenn', - insertAfter : 'Set rað inn aftaná', - deleteRow : 'Strika røðir' - }, - - column : - { - menu : 'Kolonna', - insertBefore : 'Set kolonnu inn áðrenn', - insertAfter : 'Set kolonnu inn aftaná', - deleteColumn : 'Strika kolonnur' - } - }, - - // Button Dialog. - button : - { - title : 'Eginleikar fyri knøtt', - text : 'Tekstur', - type : 'Slag', - typeBtn : 'Knøttur', - typeSbm : 'Send', - typeRst : 'Nullstilla' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Eginleikar fyri flugubein', - radioTitle : 'Eginleikar fyri radioknøtt', - value : 'Virði', - selected : 'Valt' - }, - - // Form Dialog. - form : - { - title : 'Eginleikar fyri Form', - menu : 'Eginleikar fyri Form', - action : 'Hending', - method : 'Háttur', - encoding : 'Encoding' - }, - - // Select Field Dialog. - select : - { - title : 'Eginleikar fyri valskrá', - selectInfo : 'Upplýsingar', - opAvail : 'Tøkir møguleikar', - value : 'Virði', - size : 'Stødd', - lines : 'Linjur', - chkMulti : 'Loyv fleiri valmøguleikum samstundis', - opText : 'Tekstur', - opValue : 'Virði', - btnAdd : 'Legg afturat', - btnModify : 'Broyt', - btnUp : 'Upp', - btnDown : 'Niður', - btnSetValue : 'Set sum valt virði', - btnDelete : 'Strika' - }, - - // Textarea Dialog. - textarea : - { - title : 'Eginleikar fyri tekstumráði', - cols : 'kolonnur', - rows : 'røðir' - }, - - // Text Field Dialog. - textfield : - { - title : 'Eginleikar fyri tekstteig', - name : 'Navn', - value : 'Virði', - charWidth : 'Breidd (sjónlig tekn)', - maxChars : 'Mest loyvdu tekn', - type : 'Slag', - typeText : 'Tekstur', - typePass : 'Loyniorð' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Eginleikar fyri fjaldan teig', - name : 'Navn', - value : 'Virði' - }, - - // Image Dialog. - image : - { - title : 'Myndaeginleikar', - titleButton : 'Eginleikar fyri myndaknøtt', - menu : 'Myndaeginleikar', - infoTab : 'Myndaupplýsingar', - btnUpload : 'Send til ambætaran', - upload : 'Send', - alt : 'Alternativur tekstur', - lockRatio : 'Læs lutfallið', - resetSize : 'Upprunastødd', - border : 'Bordi', - hSpace : 'Høgri breddi', - vSpace : 'Vinstri breddi', - alertUrl : 'Rita slóðina til myndina', - linkTab : 'Tilknýti', - button2Img : 'Skal valdi myndaknøttur gerast til vanliga mynd?', - img2Button : 'Skal valda mynd gerast til myndaknøtt?', - urlMissing : 'URL til mynd manglar.', - validateBorder : 'Bordi má vera eitt heiltal.', - validateHSpace : 'HSpace má vera eitt heiltal.', - validateVSpace : 'VSpace má vera eitt heiltal.' - }, - - // Flash Dialog - flash : - { - properties : 'Flash eginleikar', - propertiesTab : 'Eginleikar', - title : 'Flash eginleikar', - chkPlay : 'Avspælingin byrjar sjálv', - chkLoop : 'Endurspæl', - chkMenu : 'Ger Flash skrá virkna', - chkFull : 'Loyv fullan skerm', - scale : 'Skalering', - scaleAll : 'VÃs alt', - scaleNoBorder : 'Eingin bordi', - scaleFit : 'Neyv skalering', - access : 'Script atgongd', - accessAlways : 'AltÃð', - accessSameDomain: 'Sama navnaøki', - accessNever : 'OngantÃð', - alignAbsBottom : 'Abs botnur', - alignAbsMiddle : 'Abs miðja', - alignBaseline : 'Basislinja', - alignTextTop : 'Tekst toppur', - quality : 'Góðska', - qualityBest : 'Besta', - qualityHigh : 'Høg', - qualityAutoHigh : 'Auto høg', - qualityMedium : 'Meðal', - qualityAutoLow : 'Auto Lág', - qualityLow : 'Lág', - windowModeWindow: 'Rútur', - windowModeOpaque: 'Ikki transparent', - windowModeTransparent : 'Transparent', - windowMode : 'Slag av rúti', - flashvars : 'Variablar fyri Flash', - bgcolor : 'Bakgrundslitur', - hSpace : 'Høgri breddi', - vSpace : 'Vinstri breddi', - validateSrc : 'Vinarliga skriva tilknýti (URL)', - validateHSpace : 'HSpace má vera eitt tal.', - validateVSpace : 'VSpace má vera eitt tal.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Kanna stavseting', - title : 'Kanna stavseting', - notAvailable : 'TÃverri, ikki tøkt à løtuni.', - errorLoading : 'Feilur við innlesing av application service host: %s.', - notInDic : 'Finst ikki à orðabókini', - changeTo : 'Broyt til', - btnIgnore : 'Forfjóna', - btnIgnoreAll : 'Forfjóna alt', - btnReplace : 'Yvirskriva', - btnReplaceAll : 'Yvirskriva alt', - btnUndo : 'Angra', - noSuggestions : '- Einki uppskot -', - progress : 'Rættstavarin arbeiðir...', - noMispell : 'Rættstavarain liðugur: Eingin feilur funnin', - noChanges : 'Rættstavarain liðugur: Einki orð varð broytt', - oneChange : 'Rættstavarain liðugur: Eitt orð er broytt', - manyChanges : 'Rættstavarain liðugur: %1 orð broytt', - ieSpellDownload : 'Rættstavarin er ikki tøkur à tekstviðgeranum. Vilt tú heinta hann nú?' - }, - - smiley : - { - toolbar : 'Smiley', - title : 'Vel Smiley', - options : 'Møguleikar fyri Smiley' - }, - - elementsPath : - { - eleLabel : 'Slóð til elementir', - eleTitle : '%1 element' - }, - - numberedlist : 'Talmerktur listi', - bulletedlist : 'Punktmerktur listi', - indent : 'Ãkja reglubrotarinntriv', - outdent : 'Minka reglubrotarinntriv', - - justify : - { - left : 'Vinstrasett', - center : 'Miðsett', - right : 'Høgrasett', - block : 'Javnir tekstkantar' - }, - - blockquote : 'Blockquote', - - clipboard : - { - title : 'Innrita', - cutError : 'Trygdaruppseting alnótskagans forðar tekstviðgeranum à at kvetta tekstin. Vinarliga nýt knappaborðið til at kvetta tekstin (Ctrl/Cmd+X).', - copyError : 'Trygdaruppseting alnótskagans forðar tekstviðgeranum à at avrita tekstin. Vinarliga nýt knappaborðið til at avrita tekstin (Ctrl/Cmd+C).', - pasteMsg : 'Vinarliga koyr tekstin à hendan rútin við knappaborðinum (<strong>Ctrl/Cmd+V</strong>) og klikk á <strong>Góðtak</strong>.', - securityMsg : 'Trygdaruppseting alnótskagans forðar tekstviðgeranum à beinleiðis atgongd til avritingarminnið. Tygum mugu royna aftur à hesum rútinum.', - pasteArea : 'Avritingarumráði' - }, - - pastefromword : - { - confirmCleanup : 'Teksturin, tú roynir at seta inn, sýnist at stava frá Word. Skal teksturin reinsast fyrst?', - toolbar : 'Innrita frá Word', - title : 'Innrita frá Word', - error : 'Tað eydnaðist ikki at reinsa tekstin vegna ein internan feil' - }, - - pasteText : - { - button : 'Innrita som reinan tekst', - title : 'Innrita som reinan tekst' - }, - - templates : - { - button : 'Skabelónir', - title : 'Innihaldsskabelónir', - options : 'Møguleikar fyri Template', - insertOption : 'Yvirskriva núverandi innihald', - selectPromptMsg : 'Vinarliga vel ta skabelón, ið skal opnast à tekstviðgeranum<br>(Hetta yvirskrivar núverandi innihald):', - emptyListMsg : '(Ongar skabelónir tøkar)' - }, - - showBlocks : 'VÃs blokkar', - - stylesCombo : - { - label : 'Typografi', - panelTitle : 'Formatterings stÃlir', - panelTitle1 : 'Blokk stÃlir', - panelTitle2 : 'Inline stÃlir', - panelTitle3 : 'Object stÃlir' - }, - - format : - { - label : 'Skriftsnið', - panelTitle : 'Skriftsnið', - - tag_p : 'Vanligt', - tag_pre : 'Sniðgivið', - tag_address : 'Adressa', - tag_h1 : 'Yvirskrift 1', - tag_h2 : 'Yvirskrift 2', - tag_h3 : 'Yvirskrift 3', - tag_h4 : 'Yvirskrift 4', - tag_h5 : 'Yvirskrift 5', - tag_h6 : 'Yvirskrift 6', - tag_div : 'Vanligt (DIV)' - }, - - div : - { - title : 'Ger Div Container', - toolbar : 'Ger Div Container', - cssClassInputLabel : 'Stylesheet Classes', - styleSelectLabel : 'Style', - IdInputLabel : 'Id', - languageCodeInputLabel : ' Language Code', - inlineStyleInputLabel : 'Inline Style', - advisoryTitleInputLabel : 'Advisory Title', - langDirLabel : 'Language Direction', - langDirLTRLabel : 'Vinstru til høgru (LTR)', - langDirRTLLabel : 'Høgru til vinstru (RTL)', - edit : 'Redigera Div', - remove : 'Strika Div' - }, - - iframe : - { - title : 'Møguleikar fyri IFrame', - toolbar : 'IFrame', - noUrl : 'Vinarliga skriva URL til iframe', - scrolling : 'Loyv scrollbars', - border : 'VÃs frame kant' - }, - - font : - { - label : 'Skrift', - voiceLabel : 'Skrift', - panelTitle : 'Skrift' - }, - - fontSize : - { - label : 'Skriftstødd', - voiceLabel : 'Skriftstødd', - panelTitle : 'Skriftstødd' - }, - - colorButton : - { - textColorTitle : 'Tekstlitur', - bgColorTitle : 'Bakgrundslitur', - panelTitle : 'Litir', - auto : 'Automatiskt', - more : 'Fleiri litir...' - }, - - colors : - { - '000' : 'Svart', - '800000' : 'Maroon', - '8B4513' : 'Saðilsbrúnt', - '2F4F4F' : 'Dark Slate Gray', - '008080' : 'Teal', - '000080' : 'Navy', - '4B0082' : 'Indigo', - '696969' : 'Myrkagrátt', - 'B22222' : 'Fire Brick', - 'A52A2A' : 'Brúnt', - 'DAA520' : 'Gullstavur', - '006400' : 'Myrkagrønt', - '40E0D0' : 'Turquoise', - '0000CD' : 'Meðal blátt', - '800080' : 'Purple', - '808080' : 'Grátt', - 'F00' : 'Reytt', - 'FF8C00' : 'Myrkt appelsingult', - 'FFD700' : 'Gull', - '008000' : 'Grønt', - '0FF' : 'Cyan', - '00F' : 'Blátt', - 'EE82EE' : 'Violet', - 'A9A9A9' : 'Døkt grátt', - 'FFA07A' : 'Ljósur laksur', - 'FFA500' : 'Appelsingult', - 'FFFF00' : 'Gult', - '00FF00' : 'Lime', - 'AFEEEE' : 'Pale Turquoise', - 'ADD8E6' : 'Ljósablátt', - 'DDA0DD' : 'Plum', - 'D3D3D3' : 'Ljósagrátt', - 'FFF0F5' : 'Lavender Blush', - 'FAEBD7' : 'Klassiskt hvÃtt', - 'FFFFE0' : 'Ljósagult', - 'F0FFF0' : 'Hunangsdøggur', - 'F0FFFF' : 'Azure', - 'F0F8FF' : 'Alice Blátt', - 'E6E6FA' : 'Lavender', - 'FFF' : 'HvÃtt' - }, - - scayt : - { - title : 'Kanna stavseting, meðan tú skrivar', - opera_title : 'Ikki stuðlað à Opera', - enable : 'Loyv SCAYT', - disable : 'Nokta SCAYT', - about : 'Um SCAYT', - toggle : 'Toggle SCAYT', - options : 'Uppseting', - langs : 'Tungumál', - moreSuggestions : 'Fleiri tilráðingar', - ignore : 'Ignorera', - ignoreAll : 'Ignorera alt', - addWord : 'Legg orð afturat', - emptyDic : 'Heiti á orðabók eigur ikki at vera tómt.', - - optionsTab : 'Uppseting', - allCaps : 'Loyp orð við bert stórum stavum um', - ignoreDomainNames : 'loyp økisnøvn um', - mixedCase : 'Loyp orð við blandaðum smáum og stórum stavum um', - mixedWithDigits : 'Loyp orð við tølum um', - - languagesTab : 'Tungumál', - - dictionariesTab : 'Orðabøkur', - dic_field_name : 'Orðabókanavn', - dic_create : 'Upprætta nýggja', - dic_restore : 'Endurskapa', - dic_delete : 'Strika', - dic_rename : 'Broyt', - dic_info : 'Upprunaliga er brúkara-orðabókin goymd à eini cookie à tÃnum egna kaga. Men hesar eru avmarkaðar à stødd. Tá brúkara-orðabókin veksur seg ov stóra til eina cookie, so er møguligt at goyma hana á ambætara okkara. Fyri at goyma persónligu orðabókina á ambætaranum eigur tú at velja eitt navn til tÃna skuffu. Hevur tú longu goymt eina orðabók, so vinarliga skriva navnið og klikk á knøttin Endurskapa.', - - aboutTab : 'Um' - }, - - about : - { - title : 'Um CKEditor', - dlgTitle : 'Um CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Licens upplýsingar finnast á heimasÃðu okkara:', - copy : 'Copyright © $1. All rights reserved.' - }, - - maximize : 'Maksimera', - minimize : 'Minimera', - - fakeobjects : - { - anchor : 'Anchor', - flash : 'Flash Animation', - iframe : 'IFrame', - hiddenfield : 'Fjaldur teigur', - unknown : 'Ãkent Object' - }, - - resize : 'Drag fyri at broyta stødd', - - colordialog : - { - title : 'Vel lit', - options : 'Litmøguleikar', - highlight : 'Framheva', - selected : 'Valdur litur', - clear : 'Strika' - }, - - toolbarCollapse : 'Lat Toolbar aftur', - toolbarExpand : 'VÃs Toolbar', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Tekstkós frá vinstru til høgru', - rtl : 'Tekstkós frá høgru til vinstru' - }, - - docprops : - { - label : 'Eginleikar fyri dokument', - title : 'Eginleikar fyri dokument', - design : 'Design', // MISSING - meta : 'META-upplýsingar', - chooseColor : 'Vel', - other : '<annað>', - docTitle : 'SÃðuheiti', - charset : 'Teknsett koda', - charsetOther : 'Onnur teknsett koda', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Miðeuropa', - charsetCT : 'Kinesiskt traditionelt (Big5)', - charsetCR : 'Cyrilliskt', - charsetGR : 'Grikst', - charsetJP : 'Japanskt', - charsetKR : 'Koreanskt', - charsetTR : 'Turkiskt', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Vestureuropa', - docType : 'Dokumentslag yvirskrift', - docTypeOther : 'Annað dokumentslag yvirskrift', - xhtmlDec : 'Viðfest XHTML deklaratiónir', - bgColor : 'Bakgrundslitur', - bgImage : 'Leið til bakgrundsmynd (URL)', - bgFixed : 'Læst bakgrund (rullar ikki)', - txtColor : 'Tekstlitur', - margin : 'SÃðubreddar', - marginTop : 'Ovast', - marginLeft : 'Vinstra', - marginRight : 'Høgra', - marginBottom : 'Niðast', - metaKeywords : 'Dokument index lyklaorð (sundurbýtt við komma)', - metaDescription : 'Dokumentlýsing', - metaAuthor : 'Høvundur', - metaCopyright : 'Upphavsrættindi', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/fr-ca.js b/skins/ckeditor/_source/lang/fr-ca.js deleted file mode 100644 index 3fadb85..0000000 --- a/skins/ckeditor/_source/lang/fr-ca.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Canadian French language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['fr-ca'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Source', - newPage : 'Nouvelle page', - save : 'Sauvegarder', - preview : 'Previsualiser', - cut : 'Couper', - copy : 'Copier', - paste : 'Coller', - print : 'Imprimer', - underline : 'Souligné', - bold : 'Gras', - italic : 'Italique', - selectAll : 'Tout sélectionner', - removeFormat : 'Supprimer le formatage', - strike : 'Barrer', - subscript : 'Indice', - superscript : 'Exposant', - horizontalrule : 'Insérer un séparateur', - pagebreak : 'Insérer un saut de page', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Supprimer le lien', - undo : 'Annuler', - redo : 'Refaire', - - // Common messages and labels. - common : - { - browseServer : 'Parcourir le serveur', - url : 'URL', - protocol : 'Protocole', - upload : 'Télécharger', - uploadSubmit : 'Envoyer sur le serveur', - image : 'Image', - flash : 'Animation Flash', - form : 'Formulaire', - checkbox : 'Case à cocher', - radio : 'Bouton radio', - textField : 'Champ texte', - textarea : 'Zone de texte', - hiddenField : 'Champ caché', - button : 'Bouton', - select : 'Champ de sélection', - imageButton : 'Bouton image', - notSet : '<Par défaut>', - id : 'Id', - name : 'Nom', - langDir : 'Sens d\'écriture', - langDirLtr : 'De gauche à droite (LTR)', - langDirRtl : 'De droite à gauche (RTL)', - langCode : 'Code langue', - longDescr : 'URL de description longue', - cssClass : 'Classes de feuilles de style', - advisoryTitle : 'Titre', - cssStyle : 'Style', - ok : 'OK', - cancel : 'Annuler', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'Général', - advancedTab : 'Avancée', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Largeur', - height : 'Hauteur', - align : 'Alignement', - alignLeft : 'Gauche', - alignRight : 'Droite', - alignCenter : 'Centré', - alignTop : 'Haut', - alignMiddle : 'Milieu', - alignBottom : 'Bas', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Insérer un caractère spécial', - title : 'Insérer un caractère spécial', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Insérer/modifier le lien', - other : '<other>', // MISSING - menu : 'Modifier le lien', - title : 'Propriétés du lien', - info : 'Informations sur le lien', - target : 'Destination', - upload : 'Télécharger', - advanced : 'Avancée', - type : 'Type de lien', - toUrl : 'URL', // MISSING - toAnchor : 'Ancre dans cette page', - toEmail : 'E-Mail', - targetFrame : '<Cadre>', - targetPopup : '<fenêtre popup>', - targetFrameName : 'Nom du cadre de destination', - targetPopupName : 'Nom de la fenêtre popup', - popupFeatures : 'Caractéristiques de la fenêtre popup', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'Barre d\'état', - popupLocationBar: 'Barre d\'adresses', - popupToolbar : 'Barre d\'outils', - popupMenuBar : 'Barre de menu', - popupFullScreen : 'Plein écran (IE)', - popupScrollBars : 'Barres de défilement', - popupDependent : 'Dépendante (Netscape)', - popupLeft : 'Position à partir de la gauche', - popupTop : 'Position à partir du haut', - id : 'Id', // MISSING - langDir : 'Sens d\'écriture', - langDirLTR : 'De gauche à droite (LTR)', - langDirRTL : 'De droite à gauche (RTL)', - acccessKey : 'Ãquivalent clavier', - name : 'Nom', - langCode : 'Sens d\'écriture', - tabIndex : 'Ordre de tabulation', - advisoryTitle : 'Titre', - advisoryContentType : 'Type de contenu', - cssClasses : 'Classes de feuilles de style', - charset : 'Encodage de caractère', - styles : 'Style', - rel : 'Relationship', // MISSING - selectAnchor : 'Sélectionner une ancre', - anchorName : 'Par nom', - anchorId : 'Par id', - emailAddress : 'Adresse E-Mail', - emailSubject : 'Sujet du message', - emailBody : 'Corps du message', - noAnchors : '(Pas d\'ancre disponible dans le document)', - noUrl : 'Veuillez saisir l\'URL', - noEmail : 'Veuillez saisir l\'adresse e-mail' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Insérer/modifier l\'ancre', - menu : 'Propriétés de l\'ancre', - title : 'Propriétés de l\'ancre', - name : 'Nom de l\'ancre', - errorName : 'Veuillez saisir le nom de l\'ancre', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Chercher et Remplacer', - find : 'Chercher', - replace : 'Remplacer', - findWhat : 'Rechercher:', - replaceWith : 'Remplacer par:', - notFoundMsg : 'Le texte indiqué est introuvable.', - matchCase : 'Respecter la casse', - matchWord : 'Mot entier', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'Tout remplacer', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'Tableau', - title : 'Propriétés du tableau', - menu : 'Propriétés du tableau', - deleteTable : 'Supprimer le tableau', - rows : 'Lignes', - columns : 'Colonnes', - border : 'Taille de la bordure', - widthPx : 'pixels', - widthPc : 'pourcentage', - widthUnit : 'width unit', // MISSING - cellSpace : 'Espacement', - cellPad : 'Contour', - caption : 'Titre', - summary : 'Résumé', - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'Cellule', - insertBefore : 'Insérer une cellule avant', - insertAfter : 'Insérer une cellule après', - deleteCell : 'Supprimer des cellules', - merge : 'Fusionner les cellules', - mergeRight : 'Fusionner à droite', - mergeDown : 'Fusionner en bas', - splitHorizontal : 'Scinder la cellule horizontalement', - splitVertical : 'Scinder la cellule verticalement', - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Ligne', - insertBefore : 'Insérer une ligne avant', - insertAfter : 'Insérer une ligne après', - deleteRow : 'Supprimer des lignes' - }, - - column : - { - menu : 'Colonne', - insertBefore : 'Insérer une colonne avant', - insertAfter : 'Insérer une colonne après', - deleteColumn : 'Supprimer des colonnes' - } - }, - - // Button Dialog. - button : - { - title : 'Propriétés du bouton', - text : 'Texte (Valeur)', - type : 'Type', - typeBtn : 'Bouton', - typeSbm : 'Soumettre', - typeRst : 'Réinitialiser' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Propriétés de la case à cocher', - radioTitle : 'Propriétés du bouton radio', - value : 'Valeur', - selected : 'Sélectionné' - }, - - // Form Dialog. - form : - { - title : 'Propriétés du formulaire', - menu : 'Propriétés du formulaire', - action : 'Action', - method : 'Méthode', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'Propriétés de la liste/du menu', - selectInfo : 'Info', - opAvail : 'Options disponibles', - value : 'Valeur', - size : 'Taille', - lines : 'lignes', - chkMulti : 'Sélection multiple', - opText : 'Texte', - opValue : 'Valeur', - btnAdd : 'Ajouter', - btnModify : 'Modifier', - btnUp : 'Monter', - btnDown : 'Descendre', - btnSetValue : 'Valeur sélectionnée', - btnDelete : 'Supprimer' - }, - - // Textarea Dialog. - textarea : - { - title : 'Propriétés de la zone de texte', - cols : 'Colonnes', - rows : 'Lignes' - }, - - // Text Field Dialog. - textfield : - { - title : 'Propriétés du champ texte', - name : 'Nom', - value : 'Valeur', - charWidth : 'Largeur en caractères', - maxChars : 'Nombre maximum de caractères', - type : 'Type', - typeText : 'Texte', - typePass : 'Mot de passe' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Propriétés du champ caché', - name : 'Nom', - value : 'Valeur' - }, - - // Image Dialog. - image : - { - title : 'Propriétés de l\'image', - titleButton : 'Propriétés du bouton image', - menu : 'Propriétés de l\'image', - infoTab : 'Informations sur l\'image', - btnUpload : 'Envoyer sur le serveur', - upload : 'Télécharger', - alt : 'Texte de remplacement', - lockRatio : 'Garder les proportions', - resetSize : 'Taille originale', - border : 'Bordure', - hSpace : 'Espacement horizontal', - vSpace : 'Espacement vertical', - alertUrl : 'Veuillez saisir l\'URL de l\'image', - linkTab : 'Lien', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Propriétés de l\'animation Flash', - propertiesTab : 'Properties', // MISSING - title : 'Propriétés de l\'animation Flash', - chkPlay : 'Lecture automatique', - chkLoop : 'Boucle', - chkMenu : 'Activer le menu Flash', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Affichage', - scaleAll : 'Par défaut (tout montrer)', - scaleNoBorder : 'Sans bordure', - scaleFit : 'Ajuster aux dimensions', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Abs Bas', - alignAbsMiddle : 'Abs Milieu', - alignBaseline : 'Bas du texte', - alignTextTop : 'Haut du texte', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Couleur de fond', - hSpace : 'Espacement horizontal', - vSpace : 'Espacement vertical', - validateSrc : 'Veuillez saisir l\'URL', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Orthographe', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'Pas dans le dictionnaire', - changeTo : 'Changer en', - btnIgnore : 'Ignorer', - btnIgnoreAll : 'Ignorer tout', - btnReplace : 'Remplacer', - btnReplaceAll : 'Remplacer tout', - btnUndo : 'Annuler', - noSuggestions : '- Pas de suggestion -', - progress : 'Vérification d\'orthographe en cours...', - noMispell : 'Vérification d\'orthographe terminée: pas d\'erreur trouvée', - noChanges : 'Vérification d\'orthographe terminée: Pas de modifications', - oneChange : 'Vérification d\'orthographe terminée: Un mot modifié', - manyChanges : 'Vérification d\'orthographe terminée: %1 mots modifiés', - ieSpellDownload : 'Le Correcteur d\'orthographe n\'est pas installé. Souhaitez-vous le télécharger maintenant?' - }, - - smiley : - { - toolbar : 'Emoticon', - title : 'Insérer un Emoticon', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'Liste numérotée', - bulletedlist : 'Liste à puces', - indent : 'Augmenter le retrait', - outdent : 'Diminuer le retrait', - - justify : - { - left : 'Aligner à gauche', - center : 'Centrer', - right : 'Aligner à Droite', - block : 'Texte justifié' - }, - - blockquote : 'Citation', - - clipboard : - { - title : 'Coller', - cutError : 'Les paramètres de sécurité de votre navigateur empêchent l\'éditeur de couper automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl/Cmd+X).', - copyError : 'Les paramètres de sécurité de votre navigateur empêchent l\'éditeur de copier automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl/Cmd+C).', - pasteMsg : 'Veuillez coller dans la zone ci-dessous en utilisant le clavier (<STRONG>Ctrl/Cmd+V</STRONG>) et appuyer sur <STRONG>OK</STRONG>.', - securityMsg : 'A cause des paramètres de sécurité de votre navigateur, l\'éditeur ne peut accéder au presse-papier directement. Vous devez coller à nouveau le contenu dans cette fenêtre.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Coller en tant que Word (formaté)', - title : 'Coller en tant que Word (formaté)', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Coller comme texte', - title : 'Coller comme texte' - }, - - templates : - { - button : 'Modèles', - title : 'Modèles de contenu', - options : 'Template Options', // MISSING - insertOption : 'Remplacer tout le contenu actuel', - selectPromptMsg : 'Sélectionner le modèle à ouvrir dans l\'éditeur<br>(le contenu actuel sera remplacé):', - emptyListMsg : '(Aucun modèle disponible)' - }, - - showBlocks : 'Afficher les blocs', - - stylesCombo : - { - label : 'Style', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'Format', - panelTitle : 'Format', - - tag_p : 'Normal', - tag_pre : 'Formaté', - tag_address : 'Adresse', - tag_h1 : 'En-tête 1', - tag_h2 : 'En-tête 2', - tag_h3 : 'En-tête 3', - tag_h4 : 'En-tête 4', - tag_h5 : 'En-tête 5', - tag_h6 : 'En-tête 6', - tag_div : 'Normal (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Police', - voiceLabel : 'Font', // MISSING - panelTitle : 'Police' - }, - - fontSize : - { - label : 'Taille', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Taille' - }, - - colorButton : - { - textColorTitle : 'Couleur de caractère', - bgColorTitle : 'Couleur de fond', - panelTitle : 'Colors', // MISSING - auto : 'Automatique', - more : 'Plus de couleurs...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Propriétés du document', - title : 'Propriétés du document', - design : 'Design', // MISSING - meta : 'Méta-Données', - chooseColor : 'Choose', // MISSING - other : '<other>', - docTitle : 'Titre de la page', - charset : 'Encodage de caractère', - charsetOther : 'Autre encodage de caractère', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Europe Centrale', - charsetCT : 'Chinois Traditionnel (Big5)', - charsetCR : 'Cyrillique', - charsetGR : 'Grecque', - charsetJP : 'Japonais', - charsetKR : 'Coréen', - charsetTR : 'Turcque', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Occidental', - docType : 'Type de document', - docTypeOther : 'Autre type de document', - xhtmlDec : 'Inclure les déclarations XHTML', - bgColor : 'Couleur de fond', - bgImage : 'Image de fond', - bgFixed : 'Image fixe sans défilement', - txtColor : 'Couleur de caractère', - margin : 'Marges', - marginTop : 'Haut', - marginLeft : 'Gauche', - marginRight : 'Droite', - marginBottom : 'Bas', - metaKeywords : 'Mots-clés (séparés par des virgules)', - metaDescription : 'Description', - metaAuthor : 'Auteur', - metaCopyright : 'Copyright', // MISSING - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/fr.js b/skins/ckeditor/_source/lang/fr.js deleted file mode 100644 index 5cfec3a..0000000 --- a/skins/ckeditor/_source/lang/fr.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * French language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['fr'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Ãditeur de Texte Enrichi, %1, appuyez sur ALT-0 pour l\'aide.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Ãditeur de Texte Enrichi', - - // Toolbar buttons without dialogs. - source : 'Source', - newPage : 'Nouvelle page', - save : 'Enregistrer', - preview : 'Aperçu', - cut : 'Couper', - copy : 'Copier', - paste : 'Coller', - print : 'Imprimer', - underline : 'Souligné', - bold : 'Gras', - italic : 'Italique', - selectAll : 'Tout sélectionner', - removeFormat : 'Supprimer la mise en forme', - strike : 'Barré', - subscript : 'Indice', - superscript : 'Exposant', - horizontalrule : 'Ligne horizontale', - pagebreak : 'Saut de page', - pagebreakAlt : 'Saut de page', - unlink : 'Supprimer le lien', - undo : 'Annuler', - redo : 'Rétablir', - - // Common messages and labels. - common : - { - 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', - 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é', - alignTop : 'Haut', - alignMiddle : 'Milieu', - alignBottom : 'Bas', - invalidHeight : 'La hauteur doit être un nombre.', - invalidWidth : 'La largeur doit être un nombre.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, Indisponible</span>' - }, - - contextmenu : - { - options : 'Options du menu contextuel' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Insérer un caractère spécial', - title : 'Sélectionnez un caractère', - options : 'Options des caractères spéciaux' - }, - - // Link dialog. - link : - { - toolbar : 'Lien', - other : '<autre>', - menu : 'Editer le lien', - title : 'Lien', - info : 'Infos sur le lien', - target : 'Cible', - upload : 'Envoyer', - advanced : 'Avancé', - type : 'Type de lien', - toUrl : 'URL', - toAnchor : 'Transformer le lien en ancre dans le texte', - toEmail : 'E-mail', - targetFrame : '<cadre>', - targetPopup : '<fenêtre popup>', - targetFrameName : 'Nom du Cadre destination', - targetPopupName : 'Nom de la fenêtre popup', - popupFeatures : 'Options de la fenêtre popup', - popupResizable : 'Redimensionnable', - popupStatusBar : 'Barre de status', - popupLocationBar: 'Barre d\'adresse', - popupToolbar : 'Barre d\'outils', - popupMenuBar : 'Barre de menu', - popupFullScreen : 'Plein écran (IE)', - popupScrollBars : 'Barres de défilement', - popupDependent : 'Dépendante (Netscape)', - popupLeft : 'Position gauche', - popupTop : 'Position haute', - id : 'Id', - langDir : 'Sens d\'écriture', - langDirLTR : 'Gauche à droite', - langDirRTL : 'Droite à gauche', - acccessKey : 'Touche d\'accessibilité', - name : 'Nom', - langCode : 'Code de langue', - tabIndex : 'Index de tabulation', - advisoryTitle : 'Description (title)', - advisoryContentType : 'Type de contenu (ex: text/html)', - cssClasses : 'Classe CSS', - charset : 'Charset de la cible', - styles : 'Style', - rel : 'Relation', - selectAnchor : 'Sélectionner l\'ancre', - anchorName : 'Par nom d\'ancre', - anchorId : 'Par ID d\'élément', - emailAddress : 'Adresse E-Mail', - emailSubject : 'Sujet du message', - emailBody : 'Corps du message', - noAnchors : '(Aucune ancre disponible dans ce document)', - noUrl : 'Veuillez entrer l\'adresse du lien', - noEmail : 'Veuillez entrer l\'adresse e-mail' - }, - - // Anchor dialog - 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 : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Propriétés de la liste numérotée', - bulletedTitle : 'Propriétés de la liste à puces', - type : 'Type', - start : 'Début', - validateStartNumber :'Le premier élément de la liste doit être un nombre entier.', - circle : 'Cercle', - disc : 'Disque', - square : 'Carré', - none : 'Aucun', - notset : '<Non défini>', - armenian : 'Numération arménienne', - georgian : 'Numération géorgienne (an, ban, gan, etc.)', - lowerRoman : 'Nombres romains minuscules (i, ii, iii, iv, v, etc.)', - upperRoman : 'Nombres romains majuscules (I, II, III, IV, V, etc.)', - lowerAlpha : 'Alphabétique minuscules (a, b, c, d, e, etc.)', - upperAlpha : 'Alphabétique majuscules (A, B, C, D, E, etc.)', - lowerGreek : 'Grec minuscule (alpha, beta, gamma, etc.)', - decimal : 'Décimal (1, 2, 3, etc.)', - decimalLeadingZero : 'Décimal précédé par un 0 (01, 02, 03, etc.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Trouver et remplacer', - find : 'Trouver', - replace : 'Remplacer', - findWhat : 'Expression à trouver: ', - replaceWith : 'Remplacer par: ', - notFoundMsg : 'Le texte spécifié ne peut être trouvé.', - matchCase : 'Respecter la casse', - matchWord : 'Mot entier uniquement', - matchCyclic : 'Boucler', - replaceAll : 'Remplacer tout', - replaceSuccessMsg : '%1 occurrence(s) replacée(s).' - }, - - // Table Dialog - table : - { - toolbar : 'Tableau', - title : 'Propriétés du tableau', - menu : 'Propriétés du tableau', - deleteTable : 'Supprimer le tableau', - rows : 'Lignes', - columns : 'Colonnes', - border : 'Taille de la bordure', - widthPx : 'pixels', - widthPc : '% pourcents', - widthUnit : 'unité de largeur', - cellSpace : 'Espacement des cellules', - cellPad : 'Marge interne des cellules', - caption : 'Titre du tableau', - summary : 'Résumé (description)', - headers : 'En-Têtes', - headersNone : 'Aucunes', - headersColumn : 'Première colonne', - headersRow : 'Première ligne', - headersBoth : 'Les deux', - invalidRows : 'Le nombre de lignes doit être supérieur à 0.', - invalidCols : 'Le nombre de colonnes doit être supérieur à 0.', - invalidBorder : 'La taille de la bordure doit être un nombre.', - invalidWidth : 'La largeur du tableau doit être un nombre.', - invalidHeight : 'La hauteur du tableau doit être un nombre.', - invalidCellSpacing : 'L\'espacement des cellules doit être un nombre positif.', - invalidCellPadding : 'La marge intérieure des cellules doit être un nombre positif.', - - 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' - }, - - row : - { - menu : 'Ligne', - insertBefore : 'Insérer une ligne avant', - insertAfter : 'Insérer une ligne après', - deleteRow : 'Supprimer les lignes' - }, - - column : - { - menu : 'Colonnes', - insertBefore : 'Insérer une colonne avant', - insertAfter : 'Insérer une colonne après', - deleteColumn : 'Supprimer les colonnes' - } - }, - - // Button Dialog. - button : - { - title : 'Propriétés du bouton', - text : 'Texte (Value)', - type : 'Type', - typeBtn : 'Bouton', - typeSbm : 'Validation (submit)', - typeRst : 'Remise à zéro' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Propriétés de la case à cocher', - radioTitle : 'Propriétés du bouton Radio', - value : 'Valeur', - selected : 'Sélectionné' - }, - - // Form Dialog. - form : - { - title : 'Propriétés du formulaire', - menu : 'Propriétés du formulaire', - action : 'Action', - method : 'Méthode', - encoding : 'Encodage' - }, - - // Select Field Dialog. - 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', - opText : 'Texte', - opValue : 'Valeur', - btnAdd : 'Ajouter', - btnModify : 'Modifier', - btnUp : 'Haut', - btnDown : 'Bas', - btnSetValue : 'Définir comme valeur sélectionnée', - btnDelete : 'Supprimer' - }, - - // Textarea Dialog. - textarea : - { - title : 'Propriétés de la zone de texte', - cols : 'Colonnes', - rows : 'Lignes' - }, - - // Text Field Dialog. - textfield : - { - title : 'Propriétés du champ texte', - name : 'Nom', - value : 'Valeur', - charWidth : 'Taille des caractères', - maxChars : 'Nombre maximum de caractères', - type : 'Type', - typeText : 'Texte', - typePass : 'Mot de passe' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Propriétés du champ caché', - name : 'Nom', - value : 'Valeur' - }, - - // Image Dialog. - image : - { - title : 'Propriétés de l\'image', - titleButton : 'Propriétés du bouton image', - menu : 'Propriétés de l\'image', - infoTab : 'Informations sur l\'image', - btnUpload : 'Envoyer sur le serveur', - upload : 'Envoyer', - alt : 'Texte de remplacement', - lockRatio : 'Conserver les proportions', - resetSize : 'Taille d\'origine', - border : 'Bordure', - hSpace : 'Espacement horizontal', - vSpace : 'Espacement vertical', - alertUrl : 'Veuillez entrer l\'adresse de l\'image', - linkTab : 'Lien', - button2Img : 'Voulez-vous transformer le bouton image sélectionné en simple image?', - img2Button : 'Voulez-vous transformer l\'image en bouton image?', - urlMissing : 'L\'adresse source de l\'image est manquante.', - validateBorder : 'Bordure doit être un entier.', - validateHSpace : 'HSpace doit être un entier.', - validateVSpace : 'VSpace doit être un entier.' - }, - - // Flash Dialog - flash : - { - properties : 'Propriétés du Flash', - propertiesTab : 'Propriétés', - title : 'Propriétés du Flash', - chkPlay : 'Jouer automatiquement', - chkLoop : 'Boucle', - chkMenu : 'Activer le menu Flash', - chkFull : 'Permettre le plein écran', - scale : 'Echelle', - scaleAll : 'Afficher tout', - scaleNoBorder : 'Pas de bordure', - scaleFit : 'Taille d\'origine', - access : 'Accès aux scripts', - accessAlways : 'Toujours', - accessSameDomain: 'Même domaine', - accessNever : 'Jamais', - alignAbsBottom : 'Bas absolu', - alignAbsMiddle : 'Milieu absolu', - alignBaseline : 'Bas du texte', - alignTextTop : 'Haut du texte', - quality : 'Qualité', - qualityBest : 'Meilleure', - qualityHigh : 'Haute', - qualityAutoHigh : 'Haute Auto', - qualityMedium : 'Moyenne', - qualityAutoLow : 'Basse Auto', - qualityLow : 'Basse', - windowModeWindow: 'Fenêtre', - windowModeOpaque: 'Opaque', - windowModeTransparent : 'Transparent', - windowMode : 'Mode fenêtre', - flashvars : 'Variables du Flash', - bgcolor : 'Couleur d\'arrière-plan', - hSpace : 'Espacement horizontal', - vSpace : 'Espacement vertical', - validateSrc : 'L\'adresse ne doit pas être vide.', - validateHSpace : 'L\'espacement horizontal doit être un nombre.', - validateVSpace : 'L\'espacement vertical doit être un nombre.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Vérifier l\'orthographe', - title : 'Vérifier l\'orthographe', - notAvailable : 'Désolé, le service est indisponible actuellement.', - errorLoading : 'Erreur du chargement du service depuis l\'hôte : %s.', - notInDic : 'N\'existe pas dans le dictionnaire.', - changeTo : 'Modifier pour', - btnIgnore : 'Ignorer', - btnIgnoreAll : 'Ignorer tout', - btnReplace : 'Remplacer', - btnReplaceAll : 'Remplacer tout', - btnUndo : 'Annuler', - noSuggestions : '- Aucune suggestion -', - progress : 'Vérification de l\'orthographe en cours...', - noMispell : 'Vérification de l\'orthographe terminée : aucune erreur trouvée.', - noChanges : 'Vérification de l\'orthographe terminée : Aucun mot corrigé.', - oneChange : 'Vérification de l\'orthographe terminée : Un seul mot corrigé.', - manyChanges : 'Vérification de l\'orthographe terminée : %1 mots corrigés.', - ieSpellDownload : 'La vérification d\'orthographe n\'est pas installée. Voulez-vous la télécharger maintenant?' - }, - - smiley : - { - toolbar : 'Ãmoticones', - title : 'Insérer un émoticone', - options : 'Options des émoticones' - }, - - elementsPath : - { - eleLabel : 'Elements path', - eleTitle : '%1 éléments' - }, - - numberedlist : 'Insérer/Supprimer la liste numérotée', - bulletedlist : 'Insérer/Supprimer la liste à puces', - indent : 'Augmenter le retrait (tabulation)', - outdent : 'Diminuer le retrait (tabulation)', - - justify : - { - left : 'Aligner à gauche', - center : 'Centrer', - right : 'Aligner à droite', - block : 'Justifier' - }, - - blockquote : 'Citation', - - clipboard : - { - title : 'Coller', - 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).', - 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).', - 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.', - pasteArea : 'Coller la zone' - }, - - pastefromword : - { - confirmCleanup : 'Le texte à coller semble provenir de Word. Désirez-vous le nettoyer avant de coller?', - toolbar : 'Coller depuis Word', - title : 'Coller depuis Word', - error : 'Il n\'a pas été possible de nettoyer les données collées à la suite d\'une erreur interne.' - }, - - pasteText : - { - button : 'Coller comme texte sans mise en forme', - title : 'Coller comme texte sans mise en forme' - }, - - templates : - { - button : 'Modèles', - title : 'Contenu des modèles', - options : 'Options des modèles', - insertOption : 'Remplacer le contenu actuel', - selectPromptMsg : 'Veuillez sélectionner le modèle pour l\'ouvrir dans l\'éditeur', - emptyListMsg : '(Aucun modèle disponible)' - }, - - showBlocks : 'Afficher les blocs', - - stylesCombo : - { - label : 'Styles', - panelTitle : 'Styles de mise en page', - panelTitle1 : 'Styles de blocs', - panelTitle2 : 'Styles en ligne', - panelTitle3 : 'Styles d\'objet' - }, - - format : - { - label : 'Format', - panelTitle : 'Format de paragraphe', - - tag_p : 'Normal', - tag_pre : 'Formaté', - tag_address : 'Adresse', - 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_div : 'Normal (DIV)' - }, - - div : - { - title : 'Créer un container DIV', - toolbar : 'Créer un container DIV', - cssClassInputLabel : 'Classe CSS', - styleSelectLabel : 'Style', - IdInputLabel : 'Id', - languageCodeInputLabel : 'Code de langue', - inlineStyleInputLabel : 'Style en ligne', - advisoryTitleInputLabel : 'Advisory Title', - langDirLabel : 'Sens d\'écriture', - langDirLTRLabel : 'Gauche à droite (LTR)', - langDirRTLLabel : 'Droite à gauche (RTL)', - edit : 'Ãditer la DIV', - remove : 'Enlever la DIV' - }, - - iframe : - { - title : 'Propriétés de la IFrame', - toolbar : 'IFrame', - noUrl : 'Veuillez entrer l\'adresse du lien de la IFrame', - scrolling : 'Permettre à la barre de défilement', - border : 'Afficher une bordure de la IFrame' - }, - - font : - { - label : 'Police', - voiceLabel : 'Police', - panelTitle : 'Style de police' - }, - - fontSize : - { - label : 'Taille', - voiceLabel : 'Taille de police', - panelTitle : 'Taille de police' - }, - - colorButton : - { - textColorTitle : 'Couleur de texte', - bgColorTitle : 'Couleur d\'arrière plan', - panelTitle : 'Couleurs', - auto : 'Automatique', - more : 'Plus de couleurs...' - }, - - 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' - }, - - scayt : - { - title : 'Vérification de l\'Orthographe en Cours de Frappe (SCAYT)', - opera_title : 'Non supporté par Opera', - enable : 'Activer SCAYT', - disable : 'Désactiver SCAYT', - about : 'A propos de SCAYT', - toggle : 'Activer/Désactiver SCAYT', - options : 'Options', - langs : 'Langues', - moreSuggestions : 'Plus de suggestions', - ignore : 'Ignorer', - ignoreAll : 'Ignorer Tout', - addWord : 'Ajouter le mot', - emptyDic : 'Le nom du dictionnaire ne devrait pas être vide.', - - optionsTab : 'Options', - allCaps : 'Ignorer les mots entierement en majuscules', - ignoreDomainNames : 'Ignorer les noms de domaines', - mixedCase : 'Ignorer les mots à casse multiple', - mixedWithDigits : 'Ignorer les mots contenant des chiffres', - - languagesTab : 'Langues', - - dictionariesTab : 'Dictionnaires', - dic_field_name : 'Nom du dictionnaire', - dic_create : 'Créer', - dic_restore : 'Restaurer', - dic_delete : 'Effacer', - dic_rename : 'Renommer', - dic_info : 'Initiallement, le dictionnaire de l\'utilisateur est stocké dans un cookie. Cependant, les cookies sont limités en taille. Quand le dictionnaire atteint une taille qu\'il n\'est plus possible de stocker dans un cookie, il peut alors être stocké sur nos serveurs. Afin de stocker votre dictionnaire personnel sur nos serveurs, vous devez spécifier un nom pour ce dictionnaire. Si vous avez déjà un dictionnaire stocké, merci de taper son nom puis cliquer sur Restaurer pour le récupérer.', - - aboutTab : 'à propos de' - }, - - about : - { - title : 'A propos de CKEditor', - dlgTitle : 'A propos de CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Pour les informations de licence, veuillez visiter notre site web:', - copy : 'Copyright © $1. Tous droits réservés.' - }, - - maximize : 'Agrandir', - minimize : 'Minimiser', - - fakeobjects : - { - anchor : 'Ancre', - flash : 'Animation Flash', - iframe : 'IFrame', - hiddenfield : 'Champ caché', - unknown : 'Objet inconnu' - }, - - resize : 'Déplacer pour modifier la taille', - - colordialog : - { - title : 'Choisir une couleur', - options : 'Option des couleurs', - highlight : 'Détails', - selected : 'Couleur choisie', - clear : 'Effacer' - }, - - toolbarCollapse : 'Enrouler la barre d\'outils', - toolbarExpand : 'Dérouler la barre d\'outils', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Direction du texte de la gauche vers la droite', - rtl : 'Direction du texte de la droite vers la gauche' - }, - - docprops : - { - label : 'Propriétés du document', - title : 'Propriétés du document', - design : 'Design', // MISSING - meta : 'Métadonnées', - chooseColor : 'Choisissez', - other : '<autre>', - docTitle : 'Titre de la page', - charset : 'Encodage de caractère', - charsetOther : 'Autre encodage de caractère', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Europe Centrale', - charsetCT : 'Chinois Traditionnel (Big5)', - charsetCR : 'Cyrillique', - charsetGR : 'Grec', - charsetJP : 'Japonais', - charsetKR : 'Coréen', - charsetTR : 'Turc', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Occidental', - docType : 'Type de document', - docTypeOther : 'Autre type de document', - xhtmlDec : 'Inclure les déclarations XHTML', - bgColor : 'Couleur de fond', - bgImage : 'Image de fond', - bgFixed : 'Image fixe sans défilement', - txtColor : 'Couleur de texte', - margin : 'Marges', - marginTop : 'Haut', - marginLeft : 'Gauche', - marginRight : 'Droite', - marginBottom : 'Bas', - metaKeywords : 'Mots-clés (séparés par des virgules)', - metaDescription : 'Description', - metaAuthor : 'Auteur', - metaCopyright : 'Copyright', // MISSING - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/gl.js b/skins/ckeditor/_source/lang/gl.js deleted file mode 100644 index 6ef3072..0000000 --- a/skins/ckeditor/_source/lang/gl.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Galician language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['gl'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Código Fonte', - newPage : 'Nova Páxina', - save : 'Gardar', - preview : 'Vista Previa', - cut : 'Cortar', - copy : 'Copiar', - paste : 'Pegar', - print : 'Imprimir', - underline : 'Sub-raiado', - bold : 'Negrita', - italic : 'Cursiva', - selectAll : 'Seleccionar todo', - removeFormat : 'Eliminar Formato', - strike : 'Tachado', - subscript : 'SubÃndice', - superscript : 'SuperÃndice', - horizontalrule : 'Inserir Liña Horizontal', - pagebreak : 'Inserir Salto de Páxina', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Eliminar Ligazón', - undo : 'Desfacer', - redo : 'Refacer', - - // Common messages and labels. - common : - { - browseServer : 'Navegar no Servidor', - url : 'URL', - protocol : 'Protocolo', - upload : 'Carregar', - uploadSubmit : 'Enviar ó Servidor', - image : 'Imaxe', - flash : 'Flash', - form : 'Formulario', - checkbox : 'Cadro de Verificación', - radio : 'Botón de Radio', - textField : 'Campo de Texto', - textarea : 'Ãrea de Texto', - hiddenField : 'Campo Oculto', - button : 'Botón', - select : 'Campo de Selección', - imageButton : 'Botón de Imaxe', - notSet : '<non definido>', - id : 'Id', - name : 'Nome', - langDir : 'Orientación do Idioma', - langDirLtr : 'Esquerda a Dereita (LTR)', - langDirRtl : 'Dereita a Esquerda (RTL)', - langCode : 'Código do Idioma', - longDescr : 'Descrición Completa da URL', - cssClass : 'Clases da Folla de Estilos', - advisoryTitle : 'TÃtulo', - cssStyle : 'Estilo', - ok : 'OK', - cancel : 'Cancelar', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'Advanzado', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Largura', - height : 'Altura', - align : 'Aliñamento', - alignLeft : 'Esquerda', - alignRight : 'Dereita', - alignCenter : 'Centro', - alignTop : 'Tope', - alignMiddle : 'Centro', - alignBottom : 'Pé', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Inserir Carácter Especial', - title : 'Seleccione Caracter Especial', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Inserir/Editar Ligazón', - other : '<outro>', - menu : 'Editar Ligazón', - title : 'Ligazón', - info : 'Información da Ligazón', - target : 'Destino', - upload : 'Carregar', - advanced : 'Advanzado', - type : 'Tipo de Ligazón', - toUrl : 'URL', // MISSING - toAnchor : 'Referencia nesta páxina', - toEmail : 'E-Mail', - targetFrame : '<frame>', - targetPopup : '<Xanela Emerxente>', - targetFrameName : 'Nome do Marco Destino', - targetPopupName : 'Nome da Xanela Emerxente', - popupFeatures : 'CaracterÃsticas da Xanela Emerxente', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'Barra de Estado', - popupLocationBar: 'Barra de Localización', - popupToolbar : 'Barra de Ferramentas', - popupMenuBar : 'Barra de Menú', - popupFullScreen : 'A Toda Pantalla (IE)', - popupScrollBars : 'Barras de Desplazamento', - popupDependent : 'Dependente (Netscape)', - popupLeft : 'Posición Esquerda', - popupTop : 'Posición dende Arriba', - id : 'Id', // MISSING - langDir : 'Orientación do Idioma', - langDirLTR : 'Esquerda a Dereita (LTR)', - langDirRTL : 'Dereita a Esquerda (RTL)', - acccessKey : 'Chave de Acceso', - name : 'Nome', - langCode : 'Orientación do Idioma', - tabIndex : 'Ãndice de Tabulación', - advisoryTitle : 'TÃtulo', - advisoryContentType : 'Tipo de Contido', - cssClasses : 'Clases da Folla de Estilos', - charset : 'Fonte de Caracteres Vinculado', - styles : 'Estilo', - rel : 'Relationship', // MISSING - selectAnchor : 'Seleccionar unha Referencia', - anchorName : 'Por Nome de Referencia', - anchorId : 'Por Element Id', - emailAddress : 'Enderezo de E-Mail', - emailSubject : 'Asunto do Mensaxe', - emailBody : 'Corpo do Mensaxe', - noAnchors : '(Non hai referencias disponibles no documento)', - noUrl : 'Por favor, escriba a ligazón URL', - noEmail : 'Por favor, escriba o enderezo de e-mail' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Inserir/Editar Referencia', - menu : 'Propriedades da Referencia', - title : 'Propriedades da Referencia', - name : 'Nome da Referencia', - errorName : 'Por favor, escriba o nome da referencia', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', // MISSING - find : 'Procurar', - replace : 'Substituir', - findWhat : 'Texto a procurar:', - replaceWith : 'Substituir con:', - notFoundMsg : 'Non te atopou o texto indicado.', - matchCase : 'Coincidir Mai./min.', - matchWord : 'Coincidir con toda a palabra', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'Substitiur Todo', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'Tabla', - title : 'Propiedades da Táboa', - menu : 'Propiedades da Táboa', - deleteTable : 'Borrar Táboa', - rows : 'Filas', - columns : 'Columnas', - border : 'Tamaño do Borde', - widthPx : 'pixels', - widthPc : 'percent', - widthUnit : 'width unit', // MISSING - cellSpace : 'Marxe entre Celas', - cellPad : 'Marxe interior', - caption : 'TÃtulo', - summary : 'Sumario', - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'Cela', - insertBefore : 'Insert Cell Before', // MISSING - insertAfter : 'Insert Cell After', // MISSING - deleteCell : 'Borrar Cela', - merge : 'Unir Celas', - mergeRight : 'Merge Right', // MISSING - mergeDown : 'Merge Down', // MISSING - splitHorizontal : 'Split Cell Horizontally', // MISSING - splitVertical : 'Split Cell Vertically', // MISSING - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Fila', - insertBefore : 'Insert Row Before', // MISSING - insertAfter : 'Insert Row After', // MISSING - deleteRow : 'Borrar Filas' - }, - - column : - { - menu : 'Columna', - insertBefore : 'Insert Column Before', // MISSING - insertAfter : 'Insert Column After', // MISSING - deleteColumn : 'Borrar Columnas' - } - }, - - // Button Dialog. - button : - { - title : 'Propriedades do Botón', - text : 'Texto (Valor)', - type : 'Tipo', - typeBtn : 'Button', // MISSING - typeSbm : 'Submit', // MISSING - typeRst : 'Reset' // MISSING - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Propriedades do Cadro de Verificación', - radioTitle : 'Propriedades do Botón de Radio', - value : 'Valor', - selected : 'Seleccionado' - }, - - // Form Dialog. - form : - { - title : 'Propriedades do Formulario', - menu : 'Propriedades do Formulario', - action : 'Acción', - method : 'Método', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'Propriedades do Campo de Selección', - selectInfo : 'Info', - opAvail : 'Opcións Disponibles', - value : 'Valor', - size : 'Tamaño', - lines : 'liñas', - chkMulti : 'Permitir múltiples seleccións', - opText : 'Texto', - opValue : 'Valor', - btnAdd : 'Engadir', - btnModify : 'Modificar', - btnUp : 'Subir', - btnDown : 'Baixar', - btnSetValue : 'Definir como valor por defecto', - btnDelete : 'Borrar' - }, - - // Textarea Dialog. - textarea : - { - title : 'Propriedades da Ãrea de Texto', - cols : 'Columnas', - rows : 'Filas' - }, - - // Text Field Dialog. - textfield : - { - title : 'Propriedades do Campo de Texto', - name : 'Nome', - value : 'Valor', - charWidth : 'Tamaño do Caracter', - maxChars : 'Máximo de Caracteres', - type : 'Tipo', - typeText : 'Texto', - typePass : 'Chave' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Propriedades do Campo Oculto', - name : 'Nome', - value : 'Valor' - }, - - // Image Dialog. - image : - { - title : 'Propriedades da Imaxe', - titleButton : 'Propriedades do Botón de Imaxe', - menu : 'Propriedades da Imaxe', - infoTab : 'Información da Imaxe', - btnUpload : 'Enviar ó Servidor', - upload : 'Carregar', - alt : 'Texto Alternativo', - lockRatio : 'Proporcional', - resetSize : 'Tamaño Orixinal', - border : 'LÃmite', - hSpace : 'Esp. Horiz.', - vSpace : 'Esp. Vert.', - alertUrl : 'Por favor, escriba a URL da imaxe', - linkTab : 'Ligazón', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Propriedades Flash', - propertiesTab : 'Properties', // MISSING - title : 'Propriedades Flash', - chkPlay : 'Auto Execución', - chkLoop : 'Bucle', - chkMenu : 'Activar Menú Flash', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Escalar', - scaleAll : 'Amosar Todo', - scaleNoBorder : 'Sen Borde', - scaleFit : 'Encaixar axustando', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Abs Inferior', - alignAbsMiddle : 'Abs Centro', - alignBaseline : 'Liña Base', - alignTextTop : 'Tope do Texto', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Cor do Fondo', - hSpace : 'Esp. Horiz.', - vSpace : 'Esp. Vert.', - validateSrc : 'Por favor, escriba a ligazón URL', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Corrección Ortográfica', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'Non está no diccionario', - changeTo : 'Cambiar a', - btnIgnore : 'Ignorar', - btnIgnoreAll : 'Ignorar Todas', - btnReplace : 'Substituir', - btnReplaceAll : 'Substituir Todas', - btnUndo : 'Desfacer', - noSuggestions : '- Sen candidatos -', - progress : 'Corrección ortográfica en progreso...', - noMispell : 'Corrección ortográfica rematada: Non se atoparon erros', - noChanges : 'Corrección ortográfica rematada: Non se substituiu nengunha verba', - oneChange : 'Corrección ortográfica rematada: Unha verba substituida', - manyChanges : 'Corrección ortográfica rematada: %1 verbas substituidas', - ieSpellDownload : 'O corrector ortográfico non está instalado. ¿Quere descargalo agora?' - }, - - smiley : - { - toolbar : 'Smiley', - title : 'Inserte un Smiley', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'Lista Numerada', - bulletedlist : 'Marcas', - indent : 'Aumentar SangrÃa', - outdent : 'Disminuir SangrÃa', - - justify : - { - left : 'Aliñar á Esquerda', - center : 'Centrado', - right : 'Aliñar á Dereita', - block : 'Xustificado' - }, - - blockquote : 'Block Quote', // MISSING - - clipboard : - { - title : 'Pegar', - cutError : 'Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de corte. Por favor, use o teclado para iso (Ctrl/Cmd+X).', - copyError : 'Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de copia. Por favor, use o teclado para iso (Ctrl/Cmd+C).', - pasteMsg : 'Por favor, pegue dentro do seguinte cadro usando o teclado (<STRONG>Ctrl/Cmd+V</STRONG>) e pulse <STRONG>OK</STRONG>.', - 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 - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Pegar dende Word', - title : 'Pegar dende Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Pegar como texto plano', - title : 'Pegar como texto plano' - }, - - templates : - { - button : 'Plantillas', - title : 'Plantillas de Contido', - options : 'Template Options', // MISSING - insertOption : 'Replace actual contents', // MISSING - selectPromptMsg : 'Por favor, seleccione a plantilla a abrir no editor<br>(o contido actual perderase):', - emptyListMsg : '(Non hai plantillas definidas)' - }, - - showBlocks : 'Show Blocks', // MISSING - - stylesCombo : - { - label : 'Estilo', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'Formato', - panelTitle : 'Formato', - - tag_p : 'Normal', - tag_pre : 'Formateado', - tag_address : 'Enderezo', - tag_h1 : 'Enacabezado 1', - tag_h2 : 'Encabezado 2', - tag_h3 : 'Encabezado 3', - tag_h4 : 'Encabezado 4', - tag_h5 : 'Encabezado 5', - tag_h6 : 'Encabezado 6', - tag_div : 'Paragraph (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Tipo', - voiceLabel : 'Font', // MISSING - panelTitle : 'Tipo' - }, - - fontSize : - { - label : 'Tamaño', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Tamaño' - }, - - colorButton : - { - textColorTitle : 'Cor do Texto', - bgColorTitle : 'Cor do Fondo', - panelTitle : 'Colors', // MISSING - auto : 'Automático', - more : 'Máis Cores...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Propriedades do Documento', - title : 'Propriedades do Documento', - design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING - chooseColor : 'Choose', // MISSING - other : '<outro>', - docTitle : 'TÃtulo da Páxina', - charset : 'Codificación do Xogo de Caracteres', - charsetOther : 'Outra Codificación do Xogo de Caracteres', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Encabezado do Tipo de Documento', - docTypeOther : 'Outro Encabezado do Tipo de Documento', - xhtmlDec : 'Incluir Declaracións XHTML', - bgColor : 'Cor de Fondo', - bgImage : 'URL da Imaxe de Fondo', - bgFixed : 'Fondo Fixo', - txtColor : 'Cor do Texto', - margin : 'Marxes da Páxina', - marginTop : 'Arriba', - marginLeft : 'Esquerda', - marginRight : 'Dereita', - marginBottom : 'Abaixo', - metaKeywords : 'Palabras Chave de Indexación do Documento (separadas por comas)', - metaDescription : 'Descripción do Documento', - metaAuthor : 'Autor', - metaCopyright : 'Copyright', // MISSING - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/gu.js b/skins/ckeditor/_source/lang/gu.js deleted file mode 100644 index a318fe6..0000000 --- a/skins/ckeditor/_source/lang/gu.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Gujarati language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['gu'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'મà«àª³ àªà« પà«àª°àª¾àª¥àª®àª¿àª દસà«àª¤àª¾àªµà«àª', - newPage : 'નવૠપાનà«àª', - save : 'સà«àªµ', - preview : 'પà«àª°à«àªµàª¦àª°à«àª¶àª¨', - cut : 'àªàª¾àªªàªµà«àª', - copy : 'નàªàª²', - paste : 'પà«àª¸à«àª', - print : 'પà«àª°àª¿àª¨à«àª', - underline : 'ઠનà«àª¡àª°à«àª²àª¾àªàª¨, નà«àªà« લà«àªà«', - bold : 'બà«àª²à«àª¡/સà«àªªàª·à«àª', - italic : 'àªàªà«àª²àª¿àª, તà«àª°àª¾àªàª¸àª¾', - selectAll : 'બàªà«àª પસàªàª¦ àªàª°àªµà«àª', - removeFormat : 'ફà«àª°à«àª®àª àªàª¾àª¢àªµà«àª', - strike : 'àªà«àªà« નાàªàªµà«àª', - subscript : 'àªàª àªàª¿àª¹à«àª¨àª¨à« નà«àªà« àªàª°à«àª²à«àª બà«àªà«àª àªàª¿àª¹à«àª¨', - superscript : 'àªàª àªàª¿àª¹à«àª¨ àªàªªàª° àªàª°à«àª²à«àª બà«àªà«àª àªàª¿àª¹à«àª¨.', - horizontalrule : 'સમસà«àª¤àª°à«àª¯ રà«àªàª¾ àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«', - pagebreak : 'àªàª¨à«àª¸àª°à«àª પà«àªàª¬à«àª°à«àª/પાનાનૠઠલઠàªàª°àªµà«àª/દાàªàª² àªàª°àªµà«àª', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'લિàªàª àªàª¾àª¢àªµà«', - undo : 'રદ àªàª°àªµà«àª; પહà«àª²àª¾àª હતૠàªàªµà« સà«àª¥àª¿àª¤àª¿ પાàªà« લાવવà«', - redo : 'રિડà«; પàªà« હતૠàªàªµà« સà«àª¥àª¿àª¤àª¿ પાàªà« લાવવà«', - - // Common messages and labels. - common : - { - browseServer : 'સરà«àªµàª° બà«àª°àª¾àªàª àªàª°à«', - url : 'URL', - protocol : 'પà«àª°à«àªà«àªà«àª²', - upload : 'ઠપલà«àª¡', - uploadSubmit : 'ઠસરà«àªµàª°àª¨à« મà«àªàª²àªµà«àª', - image : 'àªàª¿àª¤à«àª°', - 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 : 'ઠà«àª àªà«', - cancel : 'રદ àªàª°àªµà«àª', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'ઠડà«àªµàª¾àª¨à«àª¸àª¡', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'પહà«àª³àª¾àª', - height : 'àªàªàªàª¾àª', - align : 'લાàªàª¨àª¦à«àª°à«àª®àª¾àª àªà«àª વવà«àª', - alignLeft : 'ડાબૠબાàªà« àªà«àª વવà«àª', - alignRight : 'àªàª®àª£à«', - alignCenter : 'મધà«àª¯ સà«àª¨à«àªàª°', - alignTop : 'àªàªªàª°', - alignMiddle : 'વàªà«àªà«', - alignBottom : 'નà«àªà«', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'વિશિષà«àª ઠàªà«àª·àª° àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«àª', - title : 'સà«àªªà«àª¶àª¿àª લ વિશિષà«àª ઠàªà«àª·àª° પસàªàª¦ àªàª°à«', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'લિàªàª àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«', - other : '<other>', // MISSING - menu : ' લિàªàª àªàª¡àª¿àª/માઠફà«àª°àª«àª¾àª° àªàª°àªµà«', - title : 'લિàªàª', - info : 'લિàªàª àªàª¨à«àª«à« àªà« બ', - target : 'àªàª¾àª°à«àªà«àª/લàªà«àª·à«àª¯', - upload : 'ઠપલà«àª¡', - advanced : 'ઠડà«àªµàª¾àª¨à«àª¸àª¡', - type : 'લિàªàª પà«àª°àªàª¾àª°', - toUrl : 'URL', // MISSING - toAnchor : 'ઠપà«àªàª¨à« àªàªàªàª°', - toEmail : 'àª-મà«àª²', - targetFrame : '<ફà«àª°à«àª®>', - targetPopup : '<પà«àªª-ઠપ વિનà«àª¡à«>', - targetFrameName : 'àªàª¾àª°à«àªà«àª ફà«àª°à«àª® નà«àª નામ', - targetPopupName : 'પà«àªª-ઠપ વિનà«àª¡à« નà«àª નામ', - popupFeatures : 'પà«àªª-ઠપ વિનà«àª¡à« ફà«àªàª°àª¸à« ', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'સà«àªà« àªàª¸ બાર', - popupLocationBar: 'લà«àªà«àª¶àª¨ બાર', - popupToolbar : 'àªà«àª² બાર', - popupMenuBar : 'મà«àª¨à«àª¯à« બાર', - popupFullScreen : 'ફà«àª² સà«àªà«àª°à«àª¨ (IE)', - popupScrollBars : 'સà«àªà«àª°à«àª² બાર', - popupDependent : 'ડિપà«àª¨à«àª¡àª¨à«àª (Netscape)', - popupLeft : 'ડાબૠબાàªà«', - popupTop : 'àªàª®àª£à« બાàªà«', - id : 'Id', // MISSING - langDir : 'àªàª¾àª·àª¾ લà«àªàªµàª¾àª¨à« પદà«àª§àª¤àª¿', - langDirLTR : 'ડાબૠથૠàªàª®àª£à« (LTR)', - langDirRTL : 'àªàª®àª£à« થૠડાબૠ(RTL)', - acccessKey : 'àªàªà«àª¸à«àª¸ àªà«', - name : 'નામ', - langCode : 'àªàª¾àª·àª¾ લà«àªàªµàª¾àª¨à« પદà«àª§àª¤àª¿', - tabIndex : 'àªà« બ àªàª¨à«àª¡à«àªà«àª¸', - advisoryTitle : 'મà«àªà«àª¯ મથાળà«àª', - advisoryContentType : 'મà«àªà«àª¯ àªàª¨à«àªà«àª¨à«àª પà«àª°àªàª¾àª°', - cssClasses : 'સà«àªàª¾àªàª²-શà«àª àªà«àª²àª¾àª¸', - charset : 'લિàªàª રિસà«àª°à«àª¸ àªà« રિàªà«àªàª° સà«àª', - styles : 'સà«àªàª¾àªàª²', - rel : 'Relationship', // MISSING - selectAnchor : 'àªàªàªàª° પસàªàª¦ àªàª°à«', - anchorName : 'àªàªàªàª° નામથૠપસàªàª¦ àªàª°à«', - anchorId : 'àªàªàªàª° àªàª²àª¿àª®àª¨à«àª Id થૠપસàªàª¦ àªàª°à«', - emailAddress : 'àª-મà«àª² સરનામà«àª', - emailSubject : 'àª-મà«àª² વિષય', - emailBody : 'સàªàª¦à«àª¶', - noAnchors : '(ડà«àªà«àª¯à«àª®àª¨à«àªàª®àª¾àª àªàªàªàª°àª¨à« સàªàªà«àª¯àª¾)', - noUrl : 'લિàªàª URL àªàª¾àªàªª àªàª°à«', - noEmail : 'àª-મà«àª² સરનામà«àª àªàª¾àªàªª àªàª°à«' - }, - - // Anchor dialog - anchor : - { - toolbar : 'àªàªàªàª° àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«', - menu : 'àªàªàªàª°àª¨àª¾ àªà«àª£', - title : 'àªàªàªàª°àª¨àª¾ àªà«àª£', - name : 'àªàªàªàª°àª¨à«àª નામ', - errorName : 'àªàªàªàª°àª¨à«àª નામ àªàª¾àªàªª àªàª°à«', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'શà«àª§àªµà«àª ઠનૠબદલવà«àª', - find : 'શà«àª§àªµà«àª', - replace : 'રિપà«àª²à«àª¸/બદલવà«àª', - findWhat : 'ઠશà«àª§à«', - replaceWith : 'àªàª¨àª¾àª¥à« બદલà«', - notFoundMsg : 'તમૠશà«àª§à«àª²à« àªà«àªà«àª¸à«àª નથૠમળà«', - matchCase : 'àªà«àª¸ સરàªàª¾ રાàªà«', - matchWord : 'બàªàª¾ શબà«àª¦ સરàªàª¾ રાàªà«', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'બàªàª¾ બદલૠ', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'àªà«àª¬àª², àªà«àª à«', - title : 'àªà«àª¬àª², àªà«àª ાનà«àª મથાળà«àª', - menu : 'àªà«àª¬àª², àªà«àª ાનà«àª મથાળà«àª', - deleteTable : 'àªà«àª ૠડિલà«àª/àªàª¾àª¢à« નાàªàªµà«àª', - rows : 'પàªàªà«àª¤àª¿àª¨àª¾ àªàª¾àª¨àª¾', - columns : 'àªà«àª²àª®/àªàªà« àªàªàª¾àª°', - border : 'àªà«àª ાનૠબાàªà«(બà«àª°à«àª¡àª°) સાàªàª', - widthPx : 'પિàªàª¸àª²', - widthPc : 'પà«àª°àª¤àª¿àª¶àª¤', - widthUnit : 'width unit', // MISSING - cellSpace : 'સà«àª² ઠàªàª¤àª°', - cellPad : 'સà«àª² પૠડિàªàª', - caption : 'મથાળà«àª/àªà« પà«àª¶àª¨ ', - summary : 'àªà«àªàªà« àªàª¹à«àªµàª¾àª²', - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'àªà«àª·àª¨àª¾ àªàª¾àª¨àª¾', - insertBefore : 'પહà«àª²àª¾àª àªà«àª· àªàª®à«àª°àªµà«', - insertAfter : 'પàªà« àªà«àª· àªàª®à«àª°àªµà«', - deleteCell : 'àªà«àª· ડિલà«àª/àªàª¾àª¢à« નાàªàªµà«', - merge : 'àªà«àª· àªà«àªàª¾ àªàª°àªµàª¾', - mergeRight : 'àªàª®àª£à« બાàªà« àªà«àªàª¾ àªàª°àªµàª¾', - mergeDown : 'નà«àªà« àªà«àªàª¾ àªàª°àªµàª¾', - splitHorizontal : 'àªà«àª·àª¨à« સમસà«àª¤àª°à«àª¯ વિàªàª¾àªàª¨ àªàª°àªµà«àª', - splitVertical : 'àªà«àª·àª¨à« સà«àª§à«àª નૠàªàªà«àª વિàªàª¾àªàª¨ àªàª°àªµà«àª', - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'પàªàªà«àª¤àª¿àª¨àª¾ àªàª¾àª¨àª¾', - insertBefore : 'પહà«àª²àª¾àª પàªàªà«àª¤àª¿ àªàª®à«àª°àªµà«', - insertAfter : 'પàªà« પàªàªà«àª¤àª¿ àªàª®à«àª°àªµà«', - deleteRow : 'પàªàªà«àª¤àª¿àª ડિલà«àª/àªàª¾àª¢à« નાàªàªµà«' - }, - - column : - { - menu : 'àªà«àª²àª®/àªàªà« àªàªàª¾àª°', - insertBefore : 'પહà«àª²àª¾àª àªà«àª²àª®/àªàªà« àªàªàª¾àª° àªàª®à«àª°àªµà«', - insertAfter : 'પàªà« àªà«àª²àª®/àªàªà« àªàªàª¾àª° àªàª®à«àª°àªµà«', - deleteColumn : 'àªà«àª²àª®/àªàªà« àªàªàª¾àª° ડિલà«àª/àªàª¾àª¢à« નાàªàªµà«' - } - }, - - // Button Dialog. - button : - { - title : 'બàªàª¨àª¨àª¾ àªà«àª£', - text : 'àªà«àªà«àª¸à«àª (વૠલà«àª¯à«)', - type : 'પà«àª°àªàª¾àª°', - typeBtn : 'બàªàª¨', - typeSbm : 'સબà«àª®àª¿àª', - typeRst : 'રિસà«àª' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'àªà«àª બà«àªà«àª¸ àªà«àª£', - radioTitle : 'રà«àª¡àª¿àª બàªàª¨àª¨àª¾ àªà«àª£', - value : 'વૠલà«àª¯à«', - selected : 'સિલà«àªà«àªà«àª¡' - }, - - // Form Dialog. - form : - { - title : 'ફà«àª°à«àª®/પતà«àª°àªàª¨àª¾ àªà«àª£', - menu : 'ફà«àª°à«àª®/પતà«àª°àªàª¨àª¾ àªà«àª£', - action : 'àªà«àª°àª¿àª¯àª¾', - method : 'પદà«àª§àª¤àª¿', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'પસàªàª¦àªà« àªà«àª·à«àª¤à«àª°àª¨àª¾ àªà«àª£', - selectInfo : 'સà«àªàª¨àª¾', - opAvail : 'àªàªªàª²àª¬à«àª§ વિàªàª²à«àªª', - value : 'વૠલà«àª¯à«', - size : 'સાàªàª', - lines : 'લà«àªà«àª', - chkMulti : 'àªàªàª¥à« વધારૠપસàªàª¦ àªàª°à« શàªà«', - opText : 'àªà«àªà«àª¸à«àª', - opValue : 'વૠલà«àª¯à«', - btnAdd : 'àªàª®à«àª°àªµà«àª', - btnModify : 'બદલવà«àª', - btnUp : 'àªàªªàª°', - btnDown : 'નà«àªà«', - btnSetValue : 'પસàªàª¦ àªàª°àª²à« વૠલà«àª¯à« સà«àª àªàª°à«', - btnDelete : 'રદ àªàª°àªµà«àª' - }, - - // Textarea Dialog. - textarea : - { - title : 'àªà«àªà«àª¸à«àª àªàª રિàª, શબà«àª¦ વિસà«àª¤àª¾àª°àª¨àª¾ àªà«àª£', - cols : 'àªà«àª²àª®/àªàªà« àªàªàª¾àª°', - rows : 'પàªàªà«àª¤àª¿àª' - }, - - // Text Field Dialog. - textfield : - { - title : 'àªà«àªà«àª¸à«àª ફà«àª²à«àª¡, શબà«àª¦ àªà«àª·à«àª¤à«àª°àª¨àª¾ àªà«àª£', - name : 'નામ', - value : 'વૠલà«àª¯à«', - charWidth : 'àªà«àª°à«àªà«àªàª°àª¨à« પહà«àª³àª¾àª', - maxChars : 'ઠધિàªàª¤àª® àªà«àª°à«àªà«àªàª°', - type : 'àªàª¾àªàªª', - typeText : 'àªà«àªà«àª¸à«àª', - typePass : 'પાસવરà«àª¡' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'àªà«àªªà«àª¤ àªà«àª·à«àª¤à«àª°àª¨àª¾ àªà«àª£', - name : 'નામ', - value : 'વૠલà«àª¯à«' - }, - - // Image Dialog. - image : - { - title : 'àªàª¿àª¤à«àª°àª¨àª¾ àªà«àª£', - titleButton : 'àªàª¿àª¤à«àª° બàªàª¨àª¨àª¾ àªà«àª£', - menu : 'àªàª¿àª¤à«àª°àª¨àª¾ àªà«àª£', - infoTab : 'àªàª¿àª¤à«àª° નૠàªàª¾àª£àªàª¾àª°à«', - btnUpload : 'ઠસરà«àªµàª°àª¨à« મà«àªàª²àªµà«àª', - upload : 'ઠપલà«àª¡', - alt : 'àªàª²à«àªàª°à«àª¨àª àªà«àªà«àª¸à«àª', - lockRatio : 'લà«àª àªà«àª£à«àª¤à«àª¤àª°', - resetSize : 'રà«àª¸à«àª સાàªàª', - border : 'બà«àª°à«àª¡àª°', - hSpace : 'સમસà«àª¤àª°à«àª¯ àªàªà«àª¯àª¾', - vSpace : 'લàªàª¬àª°à«àªª àªàªà«àª¯àª¾', - alertUrl : 'àªàª¿àª¤à«àª°àª¨à« URL àªàª¾àªàªª àªàª°à«', - linkTab : 'લિàªàª', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'ફà«àª²à« શના àªà«àª£', - propertiesTab : 'Properties', // MISSING - title : 'ફà«àª²à« શ àªà«àª£', - chkPlay : 'àªàªà«/સà«àªµàª¯àª પà«àª²à«', - chkLoop : 'લà«àªª', - chkMenu : 'ફà«àª²à« શ મà«àª¨à«àª¯à« નૠપà«àª°àª¯à«àª àªàª°à«', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'સà«àªà«àª²', - scaleAll : 'સà«àªà«àª² àªàª²/બધૠબતાવà«', - scaleNoBorder : 'સà«àªà«àª² બà«àª°à«àª¡àª° વàªàª°', - scaleFit : 'સà«àªà«àª² àªàªàª¦àª® ફà«àª', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Abs નà«àªà«', - alignAbsMiddle : 'Abs àªàªªàª°', - alignBaseline : 'àªàª§àª¾àª° લà«àªà«', - alignTextTop : 'àªà«àªà«àª¸à«àª àªàªªàª°', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'બૠàªàªà«àª°àª¾àªàª¨à«àª¡ રàªàª,', - hSpace : 'સમસà«àª¤àª°à«àª¯ àªàªà«àª¯àª¾', - vSpace : 'લàªàª¬àª°à«àªª àªàªà«àª¯àª¾', - validateSrc : 'લિàªàª URL àªàª¾àªàªª àªàª°à«', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'àªà«àª¡àª£à« (સà«àªªà«àª²àª¿àªàª) તપાસવà«', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'શબà«àª¦àªà«àª¶àª®àª¾àª નથà«', - changeTo : 'àªàª¨àª¾àª¥à« બદલવà«àª', - btnIgnore : 'àªàªà«àª¨à«àª°/ઠવàªàª£àª¨àª¾ àªàª°àªµà«', - btnIgnoreAll : 'બધાનૠàªàªà«àª¨à«àª°/ઠવàªàª£àª¨àª¾ àªàª°àªµà«', - btnReplace : 'બદલવà«àª', - btnReplaceAll : 'બધા બદલૠàªàª°à«', - btnUndo : 'ઠનà«àª¡à«', - noSuggestions : '- àªàª સàªà«àª¶àª¨ નથૠ-', - progress : 'શબà«àª¦àª¨à« àªà«àª¡àª£à«/સà«àªªà«àª² àªà«àª àªàª¾àª²à« àªà«...', - noMispell : 'શબà«àª¦àª¨à« àªà«àª¡àª£à«/સà«àªªà«àª² àªà«àª પà«àª°à«àª£: àªà«àªà« àªà«àª¡àª£à« મળૠનથà«', - noChanges : 'શબà«àª¦àª¨à« àªà«àª¡àª£à«/સà«àªªà«àª² àªà«àª પà«àª°à«àª£: àªàªàªªàª£ શબà«àª¦ બદલયૠનથà«', - oneChange : 'શબà«àª¦àª¨à« àªà«àª¡àª£à«/સà«àªªà«àª² àªà«àª પà«àª°à«àª£: àªàª શબà«àª¦ બદલયૠàªà«', - manyChanges : 'શબà«àª¦àª¨à« àªà«àª¡àª£à«/સà«àªªà«àª² àªà«àª પà«àª°à«àª£: %1 શબà«àª¦ બદલયા àªà«', - ieSpellDownload : 'સà«àªªà«àª²-àªà«àªàª° àªàª¨à«àª¸à«àªà«àª² નથà«. શà«àª તમૠડાàªàª¨àª²à«àª¡ àªàª°àªµàª¾ માàªàªà« àªà«?' - }, - - smiley : - { - toolbar : 'સà«àª®àª¾àªàª²à«', - title : 'સà«àª®àª¾àªàª²à« પસàªàª¦ àªàª°à«', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'સàªàªà«àª¯àª¾àªàªàª¨ સà«àªàª¿', - bulletedlist : 'બà«àª²à«àª સà«àªàª¿', - indent : 'àªàª¨à«àª¡à«àª¨à«àª, લà«àªà«àª¨àª¾ àªàª°àªàªàª®àª¾àª àªàªà«àª¯àª¾ વધારવà«', - outdent : 'àªàª¨à«àª¡à«àª¨à«àª લà«àªà«àª¨àª¾ àªàª°àªàªàª®àª¾àª àªàªà«àª¯àª¾ àªàªàª¾àª¡àªµà«', - - justify : - { - left : 'ડાબૠબાàªà«àª/બાàªà« તરફ', - center : 'સàªàªà«àªàª¦à«àª°àª£/સà«àªàªàª°àª¿àªàª', - right : 'àªàª®àª£à« બાàªà«àª/બાàªà« તરફ', - block : 'બà«àª²à«àª, ઠàªàª¤àª°àª¾àª¯ àªàª¸à«àªàª¿àª«àª¾àª' - }, - - blockquote : 'બà«àª²à«àª-àªà«àª, ઠવતરણàªàª¿àª¹à«àª¨à«', - - clipboard : - { - title : 'પà«àª¸à«àª', - cutError : 'તમારા બà«àª°àª¾àªàªàª° નૠસà«àª°àªà«àª·àª¿àª¤ સà«àªàª¿àªàªàª¸ àªàª àªàª°àªµàª¾àª¨à« પરવાનàªà« નથૠàªàªªàª¤à«. (Ctrl/Cmd+X) નૠàªàªªàª¯à«àª àªàª°à«.', - copyError : 'તમારા બà«àª°àª¾àªàªàª° નૠસà«àª°àªà«àª·àª¿àª¤ સà«àªàª¿àªàªàª¸ àªà«àªªà« àªàª°àªµàª¾àª¨à« પરવાનàªà« નથૠàªàªªàª¤à«. (Ctrl/Cmd+C) à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤à¥¤', - pasteMsg : 'Ctrl/Cmd+V નૠપà«àª°àª¯à«àª àªàª°à« પà«àª¸à«àª àªàª°à«', - securityMsg : 'તમારા બà«àª°àª¾àªàªàª° નૠસà«àª°àªà«àª·àª¿àª¤ સà«àªàª¿àªàªàª¸àª¨àª¾ àªàª¾àª°àª£à«,àªàª¡àª¿àªàª° તમારા àªàª¿àª²à«àªªàª¬à«àª°à«àª¡ ડà«àªàª¾ નૠàªà«àªªà« નથૠàªàª°à« શàªàª¤à«. તમારૠઠવિનà«àª¡à«àª®àª¾àª ફરà«àª¥à« પà«àª¸à«àª àªàª°àªµà«àª પડશà«.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'પà«àª¸à«àª (વડૠàªà«àªà«àª¸à«àª)', - title : 'પà«àª¸à«àª (વડૠàªà«àªà«àª¸à«àª)', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'પà«àª¸à«àª (àªà«àªà«àª¸à«àª)', - title : 'પà«àª¸à«àª (àªà«àªà«àª¸à«àª)' - }, - - templates : - { - button : 'àªà«àª®à«àªªà«àª²à«àª', - title : 'àªàª¨à«àªà«àª¨à«àª àªà«àª®à«àªªà«àª²à«àª', - options : 'Template Options', // MISSING - insertOption : 'મà«àª³ શબà«àª¦àª¨à« બદલà«', - selectPromptMsg : 'àªàª¡àª¿àªàª°àª®àª¾àª àªàªªàª¨ àªàª°àªµàª¾ àªà«àª®à«àªªà«àª²à«àª પસàªàª¦ àªàª°à« (વરà«àª¤àª®àª¾àª¨ àªàª¨à«àªà«àª¨à«àª સà«àªµ નહà«àª થાય):', - emptyListMsg : '(àªà«àª àªà«àª®à«àªªà«àª²à«àª ડિફાàªàª¨ નથà«)' - }, - - showBlocks : 'બà«àª²à«àª બતાવવà«àª', - - stylesCombo : - { - label : 'શà«àª²à«/રà«àª¤', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'ફà«àª¨à«àª ફà«àª°à«àª®àª, રàªàª¨àª¾àª¨à« શà«àª²à«', - panelTitle : 'ફà«àª¨à«àª ફà«àª°à«àª®àª, રàªàª¨àª¾àª¨à« શà«àª²à«', - - tag_p : 'સામાનà«àª¯', - tag_pre : 'ફà«àª°à«àª®àªà«àª¡', - tag_address : 'સરનામà«àª', - tag_h1 : 'શà«àª°à«àª·àª 1', - tag_h2 : 'શà«àª°à«àª·àª 2', - tag_h3 : 'શà«àª°à«àª·àª 3', - tag_h4 : 'શà«àª°à«àª·àª 4', - tag_h5 : 'શà«àª°à«àª·àª 5', - tag_h6 : 'શà«àª°à«àª·àª 6', - tag_div : 'શà«àª°à«àª·àª (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'ફà«àª¨à«àª', - voiceLabel : 'Font', // MISSING - panelTitle : 'ફà«àª¨à«àª' - }, - - fontSize : - { - label : 'ફà«àª¨à«àª સાàªàª/àªàª¦', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'ફà«àª¨à«àª સાàªàª/àªàª¦' - }, - - colorButton : - { - textColorTitle : 'શબà«àª¦àª¨à« રàªàª', - bgColorTitle : 'બૠàªàªà«àª°àª¾àªàª¨à«àª¡ રàªàª,', - panelTitle : 'Colors', // MISSING - auto : 'સà«àªµàªàª¾àª²àª¿àª¤', - more : 'àªàª° રàªàª...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'ડà«àªà«àª¯à«àª®àª¨à«àª àªà«àª£/પà«àª°à«àªªàª°à«àªàª¿àª', - title : 'ડà«àªà«àª¯à«àª®àª¨à«àª àªà«àª£/પà«àª°à«àªªàª°à«àªàª¿àª', - design : 'Design', // MISSING - meta : 'મà«àªàª¾àª¡à« àªàª¾', - chooseColor : 'Choose', // MISSING - other : '<other>', - docTitle : 'પà«àª મથાળà«àª/àªàª¾àªàªàª²', - charset : 'àªà«àª°à«àªà«àªàª° સà«àª àªàª¨à«àªà«àª¡àª¿àªàª', - charsetOther : 'ઠનà«àª¯ àªà«àª°à«àªà«àªàª° સà«àª àªàª¨à«àªà«àª¡àª¿àªàª', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'મધà«àª¯ યà«àª°à«àªªàª¿àª ન (Central European)', - charsetCT : 'àªàª¾àªàª¨à«àª (Chinese Traditional Big5)', - charsetCR : 'સિરà«àª²àª¿àª (Cyrillic)', - charsetGR : 'àªà«àª°à«àª (Greek)', - charsetJP : 'àªàª¾àªªàª¾àª¨àª¿àª (Japanese)', - charsetKR : 'àªà«àª°à«àª¯àª¨ (Korean)', - charsetTR : 'àªàª°à«àªàª¿ (Turkish)', - charsetUN : 'યà«àª¨àª¿àªà«àª¡ (UTF-8)', - charsetWE : 'પશà«àªàª¿àª® યà«àª°à«àªªàª¿àª ન (Western European)', - docType : 'ડà«àªà«àª¯à«àª®àª¨à«àª પà«àª°àªàª¾àª° શà«àª°à«àª·àª', - docTypeOther : 'ઠનà«àª¯ ડà«àªà«àª¯à«àª®àª¨à«àª પà«àª°àªàª¾àª° શà«àª°à«àª·àª', - xhtmlDec : 'XHTML સà«àªàª¨àª¾ સમાવિષà«àª àªàª°àªµà«', - bgColor : 'બૠàªàªà«àª°àª¾àªàª¨à«àª¡ રàªàª', - bgImage : 'બૠàªàªà«àª°àª¾àªàª¨à«àª¡ àªàª¿àª¤à«àª° URL', - bgFixed : 'સà«àªà«àª°à«àª² ન થાય તà«àªµà«àª બૠàªàªà«àª°àª¾àªàª¨à«àª¡', - txtColor : 'શબà«àª¦àª¨à« રàªàª', - margin : 'પà«àª મારà«àªàª¿àª¨', - marginTop : 'àªàªªàª°', - marginLeft : 'ડાબà«', - marginRight : 'àªàª®àª£à«', - marginBottom : 'નà«àªà«', - metaKeywords : 'ડà«àªà«àª¯à«àª®àª¨à«àª àªàª¨à«àª¡à«àªà«àª¸ સàªàªà«àª¤àª¶àª¬à«àª¦ (ઠલà«àªªàªµàª¿àª°àª¾àª® (,) થૠઠલઠàªàª°à«)', - metaDescription : 'ડà«àªà«àª¯à«àª®àª¨à«àª વરà«àª£àª¨', - metaAuthor : 'લà«àªàª', - metaCopyright : 'àªà«àªªàª¿àª°àª¾àªàª', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/he.js b/skins/ckeditor/_source/lang/he.js deleted file mode 100644 index c8cd1f1..0000000 --- a/skins/ckeditor/_source/lang/he.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Hebrew language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['he'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'rtl', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : '×¢××¨× ××§×¡× ×¢×©×ר, %1, ×××¥ ××× (ALT) + 0 ××¢×ר×.', - - // ARIA descriptions. - toolbars : 'סר××× ×××× ×©× ××¢×ר×', - editor : '×¢××¨× ××§×¡× ×¢×©×ר', - - // Toolbar buttons without dialogs. - source : '×ק×ר', - newPage : '××£ ××ש', - save : 'ש××ר×', - preview : 'תצ××× ×ק××××', - cut : '×××ר×', - copy : '×עתק×', - paste : '×××ק×', - print : '××פס×', - underline : '×§× ×ª×ת××', - bold : '××××ש', - italic : '× ×××', - selectAll : '×××רת ×××', - removeFormat : '×סרת ××¢×צ××', - strike : '×ת×× ×××ק', - subscript : '×ת×× ×ª×ת××', - superscript : '×ת×× ×¢××××', - horizontalrule : '××ספת ×§× ××פק×', - pagebreak : '××ספת ש××רת ××£', - pagebreakAlt : 'ש××רת ××£', - unlink : '×סרת ×ק×ש×ר', - undo : '××××× ×¦×¢× ××ר××', - redo : '×××¨× ×¢× ×¦×¢× ××ר××', - - // Common messages and labels. - common : - { - browseServer : 'ס××ר ×שרת', - url : '×ת××ת (URL)', - protocol : 'פר×××ק××', - upload : '××¢×××', - uploadSubmit : 'ש×××× ×שרת', - image : 'ת××× ×', - flash : 'פ××ש', - form : '××פס', - checkbox : 'ת××ת ס××××', - radio : '×××¦× ×פשר×××ת', - textField : 'ש×× ×קס×', - textarea : '××××ר ×קס×', - hiddenField : 'ש×× ××××', - button : '×פת×ר', - select : 'ש×× ×××ר×', - imageButton : '×פת×ר ת××× ×', - notSet : '<×× × ×§××¢>', - id : '××××× (ID)', - name : 'ש×', - langDir : '××××× ×©×¤×', - langDirLtr : 'ש××× ××××× (LTR)', - langDirRtl : '×××× ×ש××× (RTL)', - langCode : 'ק×× ×©×¤×', - longDescr : 'ק×ש×ר ×ת×××ר ×פ×ר×', - cssClass : '×××קת ×¢×צ×× (CSS Class)', - advisoryTitle : '××תרת ××צעת', - cssStyle : 'ס×× ××', - ok : '××ש×ר', - cancel : '×××××', - close : 'ס××ר×', - preview : 'תצ××× ×ק××××', - 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 : '×ת×ת×ת', - invalidHeight : '××××× ×××× ××××ת ×ספר.', - invalidWidth : '×ר××× ×××× ××××ת ×ספר.', - invalidCssLength : '××¢×¨× ×©×¦××× ×ש×× "%1" ×××× ××××ת ×ספר ××××× ×¢× ×× ××× ××××ת ×××× ××ק×ת ×©× CSS (px, %, in, cm, mm, em, ex, pt, ×× pc).', - invalidHtmlLength : '××¢×¨× ×©×¦××× ×ש×× "%1" ×××× ××××ת ×ספר ××××× ×¢× ×× ××× ××××ת ×××× ××ק×ת ×©× HTML (px ×× %).', - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, ×× ××××</span>' - }, - - contextmenu : - { - options : '×פשר×××ת תפר×× ××קשר' - }, - - // Special char dialog. - specialChar : - { - toolbar : '××ספת ×ª× ×××××', - title : '×××רת ×ª× ×××××', - options : '×פשר×××ת ת×××× ×××××××' - }, - - // Link dialog. - link : - { - toolbar : '××ספת/ער××ת ק×ש×ר', - other : '<××ר>', - menu : '××פ××× × ×§×ש×ר', - title : 'ק×ש×ר', - info : '××××¢ ×¢× ×ק×ש×ר', - target : '××ר×', - upload : '××¢×××', - advanced : '×פשר×××ת ×תק×××ת', - type : 'ס×× ×§×ש×ר', - toUrl : '×ת××ת (URL)', - toAnchor : '×¢××× ××¢××× ××', - toEmail : '×××"×', - targetFrame : '<×ס×רת>', - targetPopup : '<×××× ×§×פץ>', - targetFrameName : '×©× ×ס×רת ×××¢×', - targetPopupName : '×©× ××××× ×ק×פץ', - popupFeatures : 'ת××× ×ת ××××× ×ק×פץ', - popupResizable : 'ש×× ×× ××××', - popupStatusBar : 'סר×× ×××××', - popupLocationBar: 'סר×× ×ת××ת', - popupToolbar : 'סר×× ×××××', - popupMenuBar : 'סר×× ×ª×¤×¨××', - popupFullScreen : '××¡× ××× (IE)', - popupScrollBars : '× ××ª× ××××××', - popupDependent : 'ת××× (Netscape)', - popupLeft : '××ק×× ×¦× ×©×××', - popupTop : '××ק×× ×¦× ×¢××××', - id : '××××× (ID)', - langDir : '××××× ×©×¤×', - langDirLTR : 'ש××× ××××× (LTR)', - langDirRTL : '×××× ×ש××× (RTL)', - acccessKey : '×קש ××ש×', - name : 'ש×', - langCode : 'ק×× ×©×¤×', - tabIndex : '×ספר ×××', - advisoryTitle : '××תרת ××צעת', - advisoryContentType : 'Content Type ××צע', - cssClasses : '×××××× ×ת ×¢×צ×× ×§××צ×ת', - charset : 'ק×××× ××ש×× ××ק×שר', - styles : 'ס×× ××', - rel : 'קשר ××××××', - selectAnchor : '×××רת ×¢×××', - anchorName : 'עפ"× ×©× ××¢×××', - anchorId : 'עפ"× ××××× (ID) ××××× ×', - emailAddress : '×ת××ת ××××"×', - emailSubject : '× ××©× ×××××¢×', - emailBody : '×××£ ×××××¢×', - noAnchors : '(××× ×¢××× ×× ×××× ×× ×××£)', - noUrl : '×ש ××ק××× ×ת ×ת××ת ×ק×ש×ר (URL)', - noEmail : '×ש ××ק××× ×ת ×ת××ת ××××"×' - }, - - // Anchor dialog - anchor : - { - toolbar : '××ספת/ער××ת × ×§××ת ×¢××××', - menu : '××פ××× × × ×§××ת ×¢××××', - title : '××פ××× × × ×§××ת ×¢××××', - name : '×©× ×× ×§××ת ×¢××××', - errorName : '×ש ××ק××× ×©× ×× ×§××ת ×¢××××', - remove : '×××קת × ×§××ת ×¢××××' - }, - - // List style dialog - list: - { - numberedTitle : 'ת××× ×ת רש××× ×××ספרת', - bulletedTitle : 'ת××× ×ת רש××ת ת××××××', - type : 'ס××', - start : 'ת×××ת ×ספ×ר', - validateStartNumber :'ש×× ×ª×××ת ××ספ×ר ×××× ××××× ×ספר ש××.', - circle : '×¢×××× ×¨×ק', - disc : '×¢×××× ×××', - square : 'ר××××¢', - none : '×××', - notset : '<×× × ×§××¢>', - armenian : 'ספר×ת ×ר×× ××ת', - georgian : 'ספר×ת ××××ר×××ת (an, ban, gan ×××\')', - lowerRoman : 'ספ××¨× ×¨×××ת ×××ת××ת ק×× ×ת (i, ii, iii, iv, v ×××\')', - upperRoman : 'ספ××¨× ×¨××××ת ×××ת××ת ×××××ת (I, II, III, IV, V ×××\')', - lowerAlpha : '××ת××ת ×× ××××ת ק×× ×ת (a, b, c, d, e ×××\')', - upperAlpha : '××ת××ת ×× ××××ת ×××××ת (A, B, C, D, E ×××\')', - lowerGreek : '××ת××ת ×××× ××ת ק×× ×ת (alpha, beta, gamma ×××\')', - decimal : 'ספר×ת (1, 2, 3 ×××\')', - decimalLeadingZero : 'ספר×ת ×¢× 0 ××ת××× (01, 02, 03 ×××\')' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : '××פ×ש ××××פ×', - find : '××פ×ש', - replace : '×××פ×', - findWhat : '××פ×ש ××ר××ת:', - replaceWith : '××××¤× ×××ר××ת:', - notFoundMsg : '×××§×¡× ××××קש ×× × ×צ×.', - matchCase : '×××× × ××× ××ת××ת רש××ת ×ק×× ×ת (Case)', - matchWord : '×ת××× ××××× ×××××', - matchCyclic : '×ת××× ××××ר×ת', - replaceAll : '××××¤× ××× ××¢×××', - replaceSuccessMsg : '%1 ×קס××× ××××פ×.' - }, - - // Table Dialog - table : - { - toolbar : '××××', - title : '××פ××× × ××××', - menu : '××פ××× × ××××', - deleteTable : '××ק ××××', - rows : 'ש×ר×ת', - columns : '×¢××××ת', - border : '×××× ×ס×רת', - widthPx : 'פ×קס×××', - widthPc : '××××', - widthUnit : '××××ת ר×××', - cellSpace : '×ר××× ×ª×', - cellPad : 'ר×פ×× ×ª×', - caption : '××ת××', - summary : 'תקצ×ר', - headers : '××תר×ת', - headersNone : '×××', - headersColumn : '×¢×××× ×¨×ש×× ×', - headersRow : 'ש××¨× ×¨×ש×× ×', - headersBoth : '×©× ×××', - invalidRows : 'ש×× ×ספר ×ש×ר×ת ×××× ××××ת ×ספר ×××× × 0.', - invalidCols : 'ש×× ×ספר ××¢××××ת ×××× ××××ת ×ספר ×××× × 0.', - invalidBorder : 'ש×× ×××× ××ס×רת ×××× ××××ת ×ספר.', - invalidWidth : 'ש×× ×¨××× ××××× ×××× ××××ת ×ספר.', - invalidHeight : 'ש×× ×××× ××××× ×××× ××××ת ×ספר.', - invalidCellSpacing : 'ש×× ×¨×××× ×ת××× ×××× ××××ת ×ספר ×××××.', - invalidCellPadding : 'ש×× ×¨×פ×× ×ת××× ×××× ××××ת ×ספר ×××××.', - - cell : - { - menu : '××פ××× × ×ª×', - insertBefore : '××ספת ×ª× ××¤× ×', - insertAfter : '××ספת ×ª× ××ר×', - deleteCell : '×××קת ת×××', - merge : '××××× ×ª×××', - mergeRight : '××× ×××× ×', - mergeDown : '××× ××××', - splitHorizontal : 'פ×צ×× ×ª× ××פק×ת', - splitVertical : 'פ×צ×× ×ª× ×× ××ת', - title : 'ת××× ×ת ×ת×', - cellType : 'ס×× ×ת×', - rowSpan : '×ת××ת ×ש×ר×ת', - colSpan : '×ת××ת ×ת×××', - wordWrap : '×× ×עת ×××שת ש×ר×ת', - hAlign : '××ש×ר ××פק×', - vAlign : '××ש×ר ×× ××', - alignBaseline : 'ש×רת ×ס×ס', - bgColor : 'צ××¢ רקע', - borderColor : 'צ××¢ ×ס×רת', - data : '××××¢', - header : '××תרת', - yes : '××', - no : '××', - invalidWidth : 'ש×× ×¨××× ××ª× ×××× ××××ת ×ספר.', - invalidHeight : 'ש×× ×××× ××ª× ×××× ××××ת ×ספר.', - invalidRowSpan : 'ש×× ×ת××ת ×ש×ר×ת ×××× ××××ת ×ספר ש××.', - invalidColSpan : 'ש×× ×ת××ת ××¢××××ת ×××× ××××ת ×ספר ש××.', - chooseColor : '××ר' - }, - - row : - { - menu : 'ש×ר×', - insertBefore : '××ספת ש××¨× ××¤× ×', - insertAfter : '××ספת ש××¨× ××ר×', - deleteRow : '×××קת ש×ר×ת' - }, - - column : - { - menu : '×¢××××', - insertBefore : '××ספת ×¢×××× ××¤× ×', - insertAfter : '××ספת ×¢×××× ××ר×', - deleteColumn : '×××קת ×¢××××ת' - } - }, - - // Button Dialog. - button : - { - title : '××פ××× × ×פת×ר', - text : '××§×¡× (ער×)', - type : 'ס××', - typeBtn : '×פת×ר', - typeSbm : 'ש××××', - typeRst : '××פ×ס' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : '××פ××× × ×ª××ת ס××××', - radioTitle : '××פ××× × ×××¦× ×פשר×××ת', - value : 'ער×', - selected : '×ס×××' - }, - - // Form Dialog. - form : - { - title : '××פ×× × ××פס', - menu : '××פ×× × ××פס', - action : 'ש×× ××', - method : 'ס×× ×©××××', - encoding : 'ק××××' - }, - - // Select Field Dialog. - select : - { - title : '××פ××× × ×©×× ×××ר×', - selectInfo : '××××¢', - opAvail : '×פשר×××ת ×××× ×ת', - value : 'ער×', - size : '××××', - lines : 'ש×ר×ת', - chkMulti : '××פש×ר ×××ר×ת ×ר×××ת', - opText : '×קס×', - opValue : 'ער×', - btnAdd : '××ספ×', - btnModify : 'ש×× ××', - btnUp : '×××¢××', - btnDown : '××××', - btnSetValue : 'ק×××¢× ××ר×רת ××××', - btnDelete : '×××ק×' - }, - - // Textarea Dialog. - textarea : - { - title : '××פ××× × ××××ר ×קס×', - cols : '×¢××××ת', - rows : 'ש×ר×ת' - }, - - // Text Field Dialog. - textfield : - { - title : '××פ××× × ×©×× ×קס×', - name : 'ש×', - value : 'ער×', - charWidth : 'ר××× ××¤× ×ª××××', - maxChars : '×קס×××× ×ª××××', - type : 'ס××', - typeText : '×קס×', - typePass : 'ס×ס××' - }, - - // Hidden Field Dialog. - hidden : - { - title : '××פ×× × ×©×× ××××', - name : 'ש×', - value : 'ער×' - }, - - // Image Dialog. - image : - { - title : '××פ××× × ×ת××× ×', - titleButton : '××פ×× × ×פת×ר ת××× ×', - menu : 'ת××× ×ת ×ת××× ×', - infoTab : '××××¢ ×¢× ×ת××× ×', - btnUpload : 'ש×××× ×שרת', - upload : '××¢×××', - alt : '××§×¡× ×××פ×', - lockRatio : '× ×¢××ת ×××ס', - resetSize : '××פ×ס ×××××', - border : '×ס×רת', - hSpace : '×ר××× ××פק×', - vSpace : '×ר××× ×× ××', - alertUrl : '×ש ××ק××× ×ת ×ת××ת ×ת××× ×', - linkTab : 'ק×ש×ר', - button2Img : '××× ××פ×× ×ת ת××× ×ª ××פת×ר ×ת××× × ×¤×©×××?', - img2Button : '××× ××פ×× ×ת ×ת××× × ××פת×ר ת××× ×?', - urlMissing : '×ת××ת ×ת××× × ×סר×.', - validateBorder : 'ש×× ××ס×רת ×××× ××××ת ×ספר ש××.', - validateHSpace : 'ש×× ××ר××× ××××¤×§× ×××× ××××ת ×ספר ש××.', - validateVSpace : 'ש×× ××ר××× ××× ×× ×××× ××××ת ×ספר ש××.' - }, - - // Flash Dialog - flash : - { - properties : '××פ××× × ×¤××ש', - propertiesTab : '××פ××× ××', - title : '××פ×× × ×¤××ש', - chkPlay : '× ×××× ×××××××', - chkLoop : '×××××', - chkMenu : '×פשר תפר×× ×¤××ש', - chkFull : '×פשר ×××× ×××', - scale : '××××', - scaleAll : '××¦× ×××', - scaleNoBorder : '××× ×××××ת', - scaleFit : '×ת××× ××ש××ת', - access : '××שת סקר×פ×', - accessAlways : 'ת×××', - accessSameDomain: '×××××× ×××', - accessNever : '××£ פע×', - alignAbsBottom : '×ת×ת×ת ×××ס×××××ת', - alignAbsMiddle : '×ר××× ××ס×××××', - alignBaseline : '××§× ×ת×ת×ת', - alignTextTop : '×ר×ש ××קס×', - quality : '××××ת', - qualityBest : '××¢×××', - qualityHigh : '×××××', - qualityAutoHigh : '××××× ×××××××ת', - qualityMedium : '×××צעת', - qualityAutoLow : '× ×××× ×××××××ת', - qualityLow : '× ××××', - windowModeWindow: '××××', - windowModeOpaque: '××××', - windowModeTransparent : 'שק××£', - windowMode : '××¦× ××××', - flashvars : '××©×ª× ×× ×פ××ש', - bgcolor : 'צ××¢ רקע', - hSpace : '×ר××× ××פק×', - vSpace : '×ר××× ×× ××', - validateSrc : '×ש ××ק××× ×ת ×ת××ת סר××× ×פ××ש (URL)', - validateHSpace : '××ר××× ××××¤×§× ×××× ××××ת ×ספר.', - validateVSpace : '××ר××× ××× ×× ×××× ××××ת ×ספר.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : '×××קת ×××ת', - title : '×××קת ×××ת', - notAvailable : '×× × ××¦× ×©×ר×ת ××××.', - errorLoading : 'ש×××× ×××¢××ת ×ש×ר×ת: %s.', - notInDic : '×× × ××¦× ××××××', - changeTo : 'ש×× ×× ×', - btnIgnore : '×תע×××ת', - btnIgnoreAll : '×תע×××ת ××××', - btnReplace : '×××פ×', - btnReplaceAll : '×××פת ×××', - btnUndo : '×××ר×', - noSuggestions : '- ××× ×צע×ת -', - progress : '×××ק ××××ת ×ת×××× ×××ק×....', - noMispell : '×××ק×ת ×××ת ×סת××××: ×× × ×צ×× ×©××××ת ×ת××', - noChanges : '×××ק×ת ×××ת ×סת××××: ×× ×©×× ×ª× ××£ ××××', - oneChange : '×××ק×ת ×××ת ×סת××××: ש×× ×ª× ×××× ××ת', - manyChanges : '×××ק×ת ×××ת ×סת××××: %1 ××××× ×©×× ×', - ieSpellDownload : '×××ק ××××ת ×× ××תק×, ××× ×××ר×××?' - }, - - smiley : - { - toolbar : 'ס×××××', - title : '××ספת ס×××××', - options : '×פשר×××ת ס××××××' - }, - - elementsPath : - { - eleLabel : '×¢×¥ ××××× ×××', - eleTitle : '%1 ×××× ×' - }, - - numberedlist : 'רש××× ×××ספרת', - bulletedlist : 'רש××ת × ×§×××ת', - indent : '××××ת ××××', - outdent : '×ק×× ×ª ××××', - - justify : - { - left : '××ש×ר ×ש×××', - center : '×ר×××', - right : '××ש×ר ×××××', - block : '××ש×ר ×ש×××××' - }, - - blockquote : '×××ק צ××××', - - clipboard : - { - title : '×××ק×', - cutError : '×××ר×ת ×××××× ××פ××¤× ×©×× ×× ××פשר×ת ××¢××¨× ××צע פע×××ת ××××¨× ××××××××ת. ×ש ××שת×ש ××ק××ת ××©× ×× (Ctrl/Cmd+X).', - copyError : '×××ר×ת ×××××× ××פ××¤× ×©×× ×× ××פשר×ת ××¢××¨× ××צע פע×××ת ××¢×ª×§× ××××××××ת. ×ש ××שת×ש ××ק××ת ××©× ×× (Ctrl/Cmd+C).', - pasteMsg : '× × ×××××ק ×ת×× ×ק××¤×¡× ×××צע×ת (<b>Ctrl/Cmd+V</b>) ××××××¥ ×¢× <b>××ש×ר</b>.', - securityMsg : '×¢×§× ×××ר×ת ××××× ××פ×פ×, ×× × ××ª× ××שת ×× ××× ××××ר×× (Clipboard) ×צ××¨× ×ש×ר×. × × ×××××ק ש×× ××××× ××.', - pasteArea : '××××ר ×××ק×' - }, - - pastefromword : - { - confirmCleanup : '× ×¨×× ×××§×¡× ×©××××× ×ª× ×××××ק ×ק××¨× ×ק×××¥ ××ר×. ××× ×רצ×× × ×× ×§×ת ×××ª× ××¨× ××××ק×?', - toolbar : '××××§× ×-Word', - title : '××××§× ×-Word', - error : '×× × ××ª× ××× ×× ×§×ת ×ת ×××××¢ ××©× ×ª×§×× ×¤× ×××ת.' - }, - - pasteText : - { - button : '××××§× ×××§×¡× ×¤×©××', - title : '××××§× ×××§×¡× ×¤×©××' - }, - - templates : - { - button : 'ת×× ××ת', - title : 'ת×××ת ת×××', - options : '×פשר×××ת ×ת×× ××ת', - insertOption : '×××פת ת××× ××ש×', - selectPromptMsg : '×ש ××××ר ת×× ×ת ×פת××× ××¢×ר×.<br />×ת××× ××ק××¨× ×××ק:', - emptyListMsg : '(×× ×××××¨× ×ª×× ××ת)' - }, - - showBlocks : '×צ×ת ×××ק××', - - stylesCombo : - { - label : 'ס×× ××', - panelTitle : 'ס×× ×× ×ת פ×ר××', - panelTitle1 : 'ס×× ×× ×ת ×××ק', - panelTitle2 : 'ס×× ×× ×ת רצף', - panelTitle3 : 'ס×× ×× ×ת ×××××ק×' - }, - - format : - { - label : '×¢×צ××', - panelTitle : '×¢×צ××', - - tag_p : '× ×ר×××', - tag_pre : 'ק××', - tag_address : '×ת××ת', - tag_h1 : '××תרת', - tag_h2 : '××תרת 2', - tag_h3 : '××תרת 3', - tag_h4 : '××תרת 4', - tag_h5 : '××תרת 5', - tag_h6 : '××תרת 6', - tag_div : '× ×ר××× (DIV)' - }, - - div : - { - title : '×צ×רת ×××× (Div)', - toolbar : '×צ×רת ×××× (Div)', - cssClassInputLabel : '×××קת ×¢×צ××', - styleSelectLabel : 'ס×× ××', - IdInputLabel : '×××× (ID)', - languageCodeInputLabel : 'ק×× ×©×¤×', - inlineStyleInputLabel : 'ס×× ×× ×¤× ×××', - advisoryTitleInputLabel : '××תרת ××צעת', - langDirLabel : '××××× ×©×¤×', - langDirLTRLabel : 'ש××× ××××× (LTR)', - langDirRTLLabel : '×××× ×ש××× (RTL)', - edit : 'ער××ת ×××× (Div)', - remove : '×סרת ×××× (Div)' - }, - - iframe : - { - title : '××פ××× × ×××× ×¤× ××× (iframe)', - toolbar : '×××× ×¤× ××× (iframe)', - noUrl : '×ש ×××× ×ס ×ת××ת ×××××.', - scrolling : '×פשר ×¤×¡× ×××××', - border : '×ר×× ×ס×רת ×××××' - }, - - font : - { - label : '××פ×', - voiceLabel : '××פ×', - panelTitle : '××פ×' - }, - - fontSize : - { - label : '××××', - voiceLabel : '××××', - panelTitle : '××××' - }, - - colorButton : - { - textColorTitle : 'צ××¢ ×קס×', - bgColorTitle : 'צ××¢ רקע', - panelTitle : 'צ××¢××', - auto : '×××××××', - more : 'צ××¢×× × ×ספ××...' - }, - - 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' : '×××' - }, - - scayt : - { - title : '×××קת ×××ת ×××× ×ת××× (SCAYT)', - opera_title : '×× ×××× ××פ××¤× ××פר×', - enable : '×פשר SCAYT', - disable : '××× SCAYT', - about : '××××ת SCAYT', - toggle : 'ש×× ×× SCAYT', - options : '×פשר×××ת', - langs : 'שפ×ת', - moreSuggestions : '×צע×ת × ×ספ×ת', - ignore : '×תע×××ת', - ignoreAll : '×תע×××ת ××××', - addWord : '××ספת ××××', - emptyDic : '×ש ××××ר ×××××.', - - optionsTab : '×פשר×××ת', - allCaps : '×תע×× ×××××× ×©×× ××ת××ת××× ×××××ת', - ignoreDomainNames : '×תע×× ×ש××ת ×ת××', - mixedCase : '×תע×× ×××××× ×¢× ××ת××ת ×××××ת ×ק×× ×ת ××××', - mixedWithDigits : '×תע×× ×××××× ×¢× ×ספר××', - - languagesTab : 'שפ×ת', - - dictionariesTab : '×××××', - dic_field_name : '×©× ××××××', - dic_create : '×צ×ר×', - dic_restore : 'ש×××ר', - dic_delete : '×××ק×', - dic_rename : 'ש×× ×× ×©×', - dic_info : '××ת××× ××××× ××שת×ש ×××××¡× ××¢××××, ×× ×¢××××ת ××××××ת ××ק××. ××שר ×××××× ××××¢ ××××× ×× ××× ××× × ×××× ××ת×××¡× ××¢××××, ×××××× ×¦×¨×× ××ת×××¡× ××©×¨×ª× ×. ××©× ×× ×¢××× ×תת ×©× ××××××. ×× ××ר ×ש ×× ××××× ××××ס×, ×ש ×××× ×ס ×ת ש×× ××××××¥ ×¢× ×פת×ר ×ש×××ר.', - - aboutTab : '××××ת' - }, - - about : - { - title : '××××ת CKEditor', - dlgTitle : '××××ת CKEditor', - help : '×××× ×¡× ×$1 ××¢×ר×.', - userGuide : '××ר×× ××שת×ש ×©× CKEditor', - moreInfo : '×××××¢ × ×סף ××§×¨× ×××ª×¨× ×:', - copy : 'Copyright © $1. ×× ××××××ת ש××ר×ת.' - }, - - maximize : '××××× ××קס××××', - minimize : '×ק×× × ×××× ××××', - - fakeobjects : - { - anchor : '×¢×××', - flash : 'סר××× ×¤××ש', - iframe : '×××× ×¤× ××× (iframe)', - hiddenfield : 'ש×× ××××', - unknown : '××××××§× ×× ××××¢' - }, - - resize : '×ש ××ר×ר ×××× ××©× ×ת ×ת ×××××', - - colordialog : - { - title : '×××רת צ××¢', - options : '×פשר×××ת צ××¢', - highlight : 'ס××××', - selected : '×××ר×', - clear : '× ×ק××' - }, - - toolbarCollapse : '×××¢×ר סר×× ××××', - toolbarExpand : '×ר××ת סר×× ××××', - - toolbarGroups : - { - document : '×ס××', - clipboard : '××× ××××ר×× (Clipboard)/×¦×¢× ××ר××', - editing : 'ער×××', - forms : '×פס××', - basicstyles : '×¢×צ×× ×ס×ס×', - paragraph : 'פסק×', - links : 'ק×ש×ר××', - insert : '××× ×¡×', - styles : '×¢×צ××', - colors : 'צ××¢××', - tools : '××××' - }, - - bidi : - { - ltr : '××××× ××§×¡× ×ש××× ××××× (LTR)', - rtl : '××××× ××§×¡× ××××× ×ש××× (RTL)' - }, - - docprops : - { - label : '××פ××× × ×ס××', - title : '××פ××× × ×ס××', - design : '×¢×צ××', - meta : 'ת×× Meta', - chooseColor : '×××ר×', - other : '××ר...', - docTitle : '××תרת ×¢×××', - charset : 'ק×××× ×ª××××', - charsetOther : 'ק×××× ×ª×××× ××ר', - charsetASCII : 'ASCII', - charsetCE : '×ר×× ××ר×פ××', - charsetCT : 'ס×× × ×ס××¨×ª× (Big5)', - charsetCR : 'ק×ר×××', - charsetGR : '×××× ×', - charsetJP : '××¤× ×', - charsetKR : 'ק×ר××× ×', - charsetTR : '××רק×', - charsetUN : '××× ×ק×× (UTF-8)', - charsetWE : '××¢×¨× ××ר×פ××', - docType : '××תר ס×× ×ס××', - docTypeOther : '××תר ס×× ×ס×× ××ר', - xhtmlDec : '×××× ××ר××ת XHTML', - bgColor : 'צ××¢ רקע', - bgImage : '×ת××ת ×©× ×ª××× ×ª רקע', - bgFixed : 'רקע ×× × ××× (צ×××)', - txtColor : 'צ××¢ ×קס×', - margin : '×ר×××× ×¢×××', - marginTop : '×¢××××', - marginLeft : 'ש××××', - marginRight : '××× ×', - marginBottom : 'ת×ת××', - metaKeywords : '××××ת ××¤×ª× ×©× ××ס×× (××פר××ת ×פס×ק)', - metaDescription : 'ת×××ר ××ס××', - metaAuthor : '×××ר/ת', - metaCopyright : '×××××ת ××צר××', - previewHtml : '<p>××× <strong>××§×¡× ×××××</strong>. ×ת/× ×שת×ש/ת ×<a href="javascript:void(0)">CKEditor</a>.</p>' - } -}; diff --git a/skins/ckeditor/_source/lang/hi.js b/skins/ckeditor/_source/lang/hi.js deleted file mode 100644 index 0f56a8c..0000000 --- a/skins/ckeditor/_source/lang/hi.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Hindi language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['hi'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'सà¥à¤°à¥à¤¸', - newPage : 'नया पà¥à¤', - save : 'सà¥à¤µ', - preview : 'पà¥à¤°à¥à¤µà¥à¤¯à¥', - cut : 'à¤à¤', - copy : 'à¤à¥à¤ªà¥', - paste : 'पà¥à¤¸à¥à¤', - print : 'पà¥à¤°à¤¿à¤¨à¥à¤', - underline : 'रà¥à¤à¤¾à¤à¤à¤£', - bold : 'बà¥à¤²à¥à¤¡', - italic : 'à¤à¤à¥à¤²à¤¿à¤', - selectAll : 'सब सॠलॠà¤à¥à¤ à¤à¤°à¥à¤', - removeFormat : 'à¥à¥à¤°à¥à¤®à¥à¤ हà¤à¤¾à¤¯à¥à¤', - strike : 'सà¥à¤à¥à¤°à¤¾à¤à¤ थà¥à¤°à¥', - subscript : 'ठधà¥à¤²à¥à¤', - superscript : 'ठà¤à¤¿à¤²à¥à¤', - horizontalrule : 'हà¥à¤°à¤¿à¥à¥à¤¨à¥à¤à¤² रà¥à¤à¤¾ à¤à¤¨à¥à¤¸à¤°à¥à¤ à¤à¤°à¥à¤', - pagebreak : 'पà¥à¤ बà¥à¤°à¥à¤ à¤à¤¨à¥à¤¸à¤°à¥à¤à¥ à¤à¤°à¥à¤', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'लिà¤à¤ हà¤à¤¾à¤¯à¥à¤', - undo : 'ठनà¥à¤¡à¥', - redo : 'रà¥à¤¡à¥', - - // Common messages and labels. - common : - { - browseServer : 'सरà¥à¤µà¤° बà¥à¤°à¤¾à¤à¥ à¤à¤°à¥à¤', - url : 'URL', - protocol : 'पà¥à¤°à¥à¤à¥à¤à¥à¤²', - upload : 'ठपलà¥à¤¡', - uploadSubmit : 'à¤à¤¸à¥ सरà¥à¤µà¤° à¤à¥ à¤à¥à¤à¥à¤', - image : 'तसà¥à¤µà¥à¤°', - 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 : 'ठà¥à¤ हà¥', - cancel : 'रदà¥à¤¦ à¤à¤°à¥à¤', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'सामानà¥à¤¯', - advancedTab : 'à¤à¤¡à¥à¤µà¤¾à¤¨à¥à¤¸à¥à¤¡', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'à¤à¥à¥à¤¾à¤', - height : 'à¤à¤à¤à¤¾à¤', - align : 'à¤à¤²à¤¾à¤à¤¨', - alignLeft : 'दायà¥à¤', - alignRight : 'दायà¥à¤', - alignCenter : 'बà¥à¤ मà¥à¤', - alignTop : 'à¤à¤ªà¤°', - alignMiddle : 'मधà¥à¤¯', - alignBottom : 'नà¥à¤à¥', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'विशà¥à¤· à¤à¤°à¥ à¤à¥à¤à¤° à¤à¤¨à¥à¤¸à¤°à¥à¤ à¤à¤°à¥à¤', - title : 'विशà¥à¤· à¤à¤°à¥ à¤à¥à¤à¤° à¤à¥à¤¨à¥à¤', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'लिà¤à¤ à¤à¤¨à¥à¤¸à¤°à¥à¤/सà¤à¤ªà¤¾à¤¦à¤¨', - other : '<ठनà¥à¤¯>', - menu : 'लिà¤à¤ सà¤à¤ªà¤¾à¤¦à¤¨', - title : 'लिà¤à¤', - info : 'लिà¤à¤ ', - target : 'à¤à¤¾à¤°à¥à¤à¥à¤', - upload : 'ठपलà¥à¤¡', - advanced : 'à¤à¤¡à¥à¤µà¤¾à¤¨à¥à¤¸à¥à¤¡', - type : 'लिà¤à¤ पà¥à¤°à¤à¤¾à¤°', - toUrl : 'URL', // MISSING - toAnchor : 'à¤à¤¸ पà¥à¤ à¤à¤¾ à¤à¤à¤à¤°', - toEmail : 'à¤-मà¥à¤²', - targetFrame : '<à¥à¥à¤°à¥à¤®>', - targetPopup : '<पà¥à¤ª-ठप विनà¥à¤¡à¥>', - targetFrameName : 'à¤à¤¾à¤°à¥à¤à¥à¤ à¥à¥à¤°à¥à¤® à¤à¤¾ नाम', - targetPopupName : 'पà¥à¤ª-ठप विनà¥à¤¡à¥ à¤à¤¾ नाम', - popupFeatures : 'पà¥à¤ª-ठप विनà¥à¤¡à¥ à¥à¥à¤à¤°à¥à¤¸', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'सà¥à¤à¥à¤à¤¸ बार', - popupLocationBar: 'लà¥à¤à¥à¤¶à¤¨ बार', - popupToolbar : 'à¤à¥à¤² बार', - popupMenuBar : 'मॠनà¥à¤¯à¥ बार', - popupFullScreen : 'à¥à¥à¤² सà¥à¤à¥à¤°à¥à¤¨ (IE)', - popupScrollBars : 'सà¥à¤à¥à¤°à¥à¤² बार', - popupDependent : 'डिपà¥à¤¨à¥à¤¡à¥ नà¥à¤ (Netscape)', - popupLeft : 'बायà¥à¤ तरफ', - popupTop : 'दायà¥à¤ तरफ', - id : 'Id', // MISSING - langDir : 'à¤à¤¾à¤·à¤¾ लिà¤à¤¨à¥ à¤à¥ दिशा', - langDirLTR : 'बायà¥à¤ सॠदायà¥à¤ (LTR)', - langDirRTL : 'दायà¥à¤ सॠबायà¥à¤ (RTL)', - acccessKey : 'à¤à¤à¥à¤¸à¥ स à¤à¥', - name : 'नाम', - langCode : 'à¤à¤¾à¤·à¤¾ लिà¤à¤¨à¥ à¤à¥ दिशा', - tabIndex : 'à¤à¥à¤¬ à¤à¤¨à¥à¤¡à¥ à¤à¥à¤¸', - advisoryTitle : 'परामरà¥à¤¶ शà¥à¤°à¥à¤¶à¤', - advisoryContentType : 'परामरà¥à¤¶ à¤à¤¨à¥à¤à¥ नà¥à¤ पà¥à¤°à¤à¤¾à¤°', - cssClasses : 'सà¥à¤à¤¾à¤à¤²-शà¥à¤ à¤à¥à¤²à¤¾à¤¸', - charset : 'लिà¤à¤ रिसà¥à¤°à¥à¤¸ à¤à¤°à¥ à¤à¥à¤à¤° सॠà¤', - styles : 'सà¥à¤à¤¾à¤à¤²', - rel : 'Relationship', // MISSING - selectAnchor : 'à¤à¤à¤à¤° à¤à¥à¤¨à¥à¤', - anchorName : 'à¤à¤à¤à¤° नाम सà¥', - anchorId : 'à¤à¤²à¥à¤®à¥ नà¥à¤ Id सà¥', - emailAddress : 'à¤-मà¥à¤² पता', - emailSubject : 'सà¤à¤¦à¥à¤¶ विषय', - emailBody : 'सà¤à¤¦à¥à¤¶', - noAnchors : '(डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ मà¥à¤ à¤à¤à¤à¤°à¥à¤¸ à¤à¥ सà¤à¤à¥à¤¯à¤¾)', - noUrl : 'लिà¤à¤ URL à¤à¤¾à¤à¤ª à¤à¤°à¥à¤', - noEmail : 'à¤-मà¥à¤² पता à¤à¤¾à¤à¤ª à¤à¤°à¥à¤' - }, - - // Anchor dialog - anchor : - { - toolbar : 'à¤à¤à¤à¤° à¤à¤¨à¥à¤¸à¤°à¥à¤/सà¤à¤ªà¤¾à¤¦à¤¨', - menu : 'à¤à¤à¤à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - title : 'à¤à¤à¤à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - name : 'à¤à¤à¤à¤° à¤à¤¾ नाम', - errorName : 'à¤à¤à¤à¤° à¤à¤¾ नाम à¤à¤¾à¤à¤ª à¤à¤°à¥à¤', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'à¤à¥à¤à¥à¤ à¤à¤° बदलà¥à¤', - find : 'à¤à¥à¤à¥à¤', - replace : 'रà¥à¤ªà¥à¤²à¥à¤¸', - findWhat : 'यह à¤à¥à¤à¥à¤:', - replaceWith : 'à¤à¤¸à¤¸à¥ रिपà¥à¤²à¥à¤¸ à¤à¤°à¥à¤:', - notFoundMsg : 'à¤à¤ªà¤à¥ दà¥à¤µà¤¾à¤°à¤¾ दिया à¤à¤¯à¤¾ à¤à¥à¤à¥à¤¸à¥à¤ नहà¥à¤ मिला', - matchCase : 'à¤à¥à¤¸ मिलायà¥à¤', - matchWord : 'पà¥à¤°à¤¾ शबà¥à¤¦ मिलायà¥à¤', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'सà¤à¥ रिपà¥à¤²à¥à¤¸ à¤à¤°à¥à¤', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'à¤à¥à¤¬à¤²', - title : 'à¤à¥à¤¬à¤² पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - menu : 'à¤à¥à¤¬à¤² पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - deleteTable : 'à¤à¥à¤¬à¤² डिलà¥à¤ à¤à¤°à¥à¤', - rows : 'पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤', - columns : 'à¤à¤¾à¤²à¤®', - border : 'बà¥à¤°à¥à¤¡à¤° साà¤à¥', - widthPx : 'पिà¤à¥à¤¸à¥à¤²', - widthPc : 'पà¥à¤°à¤¤à¤¿à¤¶à¤¤', - widthUnit : 'width unit', // MISSING - cellSpace : 'सà¥à¤² ठà¤à¤¤à¤°', - cellPad : 'सà¥à¤² पà¥à¤¡à¤¿à¤à¤', - caption : 'शà¥à¤°à¥à¤·à¤', - summary : 'साराà¤à¤¶', - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'à¤à¤¾à¤¨à¤¾', - insertBefore : 'पहलॠसà¥à¤² डालà¥à¤', - insertAfter : 'बाद मà¥à¤ सà¥à¤² डालà¥à¤', - deleteCell : 'सà¥à¤² डिलà¥à¤ à¤à¤°à¥à¤', - merge : 'सà¥à¤² मिलायà¥à¤', - mergeRight : 'बाà¤à¤¯à¤¾ विलय', - mergeDown : 'नà¥à¤à¥ विलय à¤à¤°à¥à¤', - splitHorizontal : 'सà¥à¤² à¤à¥ à¤à¥à¤·à¥à¤¤à¤¿à¤ सà¥à¤¥à¤¿à¤¤à¤¿ मà¥à¤ विà¤à¤¾à¤à¤¿à¤¤ à¤à¤°à¥à¤', - splitVertical : 'सà¥à¤² à¤à¥ लमà¥à¤¬à¤¾à¤à¤¾à¤° मà¥à¤ विà¤à¤¾à¤à¤¿à¤¤ à¤à¤°à¥à¤', - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'पà¤à¤à¥à¤¤à¤¿', - insertBefore : 'पहलॠपà¤à¤à¥à¤¤à¤¿ डालà¥à¤', - insertAfter : 'बाद मà¥à¤ पà¤à¤à¥à¤¤à¤¿ डालà¥à¤', - deleteRow : 'पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤ डिलà¥à¤ à¤à¤°à¥à¤' - }, - - column : - { - menu : 'à¤à¤¾à¤²à¤®', - insertBefore : 'पहलॠà¤à¤¾à¤²à¤® डालà¥à¤', - insertAfter : 'बाद मà¥à¤ à¤à¤¾à¤²à¤® डालà¥à¤', - deleteColumn : 'à¤à¤¾à¤²à¤® डिलà¥à¤ à¤à¤°à¥à¤' - } - }, - - // Button Dialog. - button : - { - title : 'बà¤à¤¨ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - text : 'à¤à¥à¤à¥à¤¸à¥à¤ (वà¥à¤²à¥à¤¯à¥)', - type : 'पà¥à¤°à¤à¤¾à¤°', - typeBtn : 'बà¤à¤¨', - typeSbm : 'सबà¥à¤®à¤¿à¤', - typeRst : 'रिसà¥à¤' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'à¤à¥ ठबà¥à¤à¥à¤¸ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - radioTitle : 'रà¥à¤¡à¤¿à¤ बà¤à¤¨ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - value : 'वà¥à¤²à¥à¤¯à¥', - selected : 'सॠलॠà¤à¥à¤à¥ ड' - }, - - // Form Dialog. - form : - { - title : 'à¥à¥à¤°à¥à¤® पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - menu : 'à¥à¥à¤°à¥à¤® पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - action : 'à¤à¥à¤°à¤¿à¤¯à¤¾', - method : 'तरà¥à¤à¤¾', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'à¤à¥à¤¨à¤¾à¤µ à¥à¥à¤²à¥à¤¡ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - selectInfo : 'सà¥à¤à¤¨à¤¾', - opAvail : 'à¤à¤ªà¤²à¤¬à¥à¤§ विà¤à¤²à¥à¤ª', - value : 'वà¥à¤²à¥à¤¯à¥', - size : 'साà¤à¥', - lines : 'पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤', - chkMulti : 'à¤à¤ सॠà¤à¥à¤¯à¤¾à¤¦à¤¾ विà¤à¤²à¥à¤ª à¤à¥à¤¨à¤¨à¥ दà¥à¤', - opText : 'à¤à¥à¤à¥à¤¸à¥à¤', - opValue : 'वà¥à¤²à¥à¤¯à¥', - btnAdd : 'à¤à¥à¥à¥à¤', - btnModify : 'बदलà¥à¤', - btnUp : 'à¤à¤ªà¤°', - btnDown : 'नà¥à¤à¥', - btnSetValue : 'à¤à¥à¤¨à¥ à¤à¤ वà¥à¤²à¥à¤¯à¥ सॠठà¤à¤°à¥à¤', - btnDelete : 'डिलà¥à¤' - }, - - // Textarea Dialog. - textarea : - { - title : 'à¤à¥à¤à¥à¤¸à¥à¤¤ à¤à¤°à¤¿à¤¯à¤¾ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - cols : 'à¤à¤¾à¤²à¤®', - rows : 'पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤' - }, - - // Text Field Dialog. - textfield : - { - title : 'à¤à¥à¤à¥à¤¸à¥à¤ à¥à¥à¤²à¥à¤¡ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - name : 'नाम', - value : 'वà¥à¤²à¥à¤¯à¥', - charWidth : 'à¤à¤°à¥ à¤à¥à¤à¤° à¤à¥ à¤à¥à¥à¤¾à¤', - maxChars : 'ठधिà¤à¤¤à¤® à¤à¤°à¥ à¤à¥à¤à¤°', - type : 'à¤à¤¾à¤à¤ª', - typeText : 'à¤à¥à¤à¥à¤¸à¥à¤', - typePass : 'पासà¥à¤µà¤°à¥à¤¡' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'à¤à¥à¤ªà¥à¤¤ à¥à¥à¤²à¥à¤¡ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - name : 'नाम', - value : 'वà¥à¤²à¥à¤¯à¥' - }, - - // Image Dialog. - image : - { - title : 'तसà¥à¤µà¥à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - titleButton : 'तसà¥à¤µà¥à¤° बà¤à¤¨ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - menu : 'तसà¥à¤µà¥à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - infoTab : 'तसà¥à¤µà¥à¤° à¤à¥ à¤à¤¾à¤¨à¤à¤¾à¤°à¥', - btnUpload : 'à¤à¤¸à¥ सरà¥à¤µà¤° à¤à¥ à¤à¥à¤à¥à¤', - upload : 'ठपलà¥à¤¡', - alt : 'वà¥à¤à¤²à¥à¤ªà¤¿à¤ à¤à¥à¤à¥à¤¸à¥à¤', - lockRatio : 'लà¥à¤ ठनà¥à¤ªà¤¾à¤¤', - resetSize : 'रà¥à¤¸à¥ ठसाà¤à¥', - border : 'बà¥à¤°à¥à¤¡à¤°', - hSpace : 'हà¥à¤°à¤¿à¥à¥à¤¨à¥à¤à¤² सà¥à¤ªà¥à¤¸', - vSpace : 'वरà¥à¤à¤¿à¤à¤² सà¥à¤ªà¥à¤¸', - alertUrl : 'तसà¥à¤µà¥à¤° à¤à¤¾ URL à¤à¤¾à¤à¤ª à¤à¤°à¥à¤ ', - linkTab : 'लिà¤à¤', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'à¥à¥à¤²à¥à¤¶ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - propertiesTab : 'Properties', // MISSING - title : 'à¥à¥à¤²à¥à¤¶ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - chkPlay : 'à¤à¤à¥ पà¥à¤²à¥', - chkLoop : 'लà¥à¤ª', - chkMenu : 'à¥à¥à¤²à¥à¤¶ मॠनà¥à¤¯à¥ à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'सà¥à¤à¥à¤²', - scaleAll : 'सà¤à¥ दिà¤à¤¾à¤¯à¥à¤', - scaleNoBorder : 'à¤à¥à¤ बà¥à¤°à¥à¤¡à¤° नहà¥à¤', - scaleFit : 'बिलà¥à¤à¥à¤² à¥à¤¿à¤', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Abs नà¥à¤à¥', - alignAbsMiddle : 'Abs à¤à¤ªà¤°', - alignBaseline : 'मà¥à¤² रà¥à¤à¤¾', - alignTextTop : 'à¤à¥à¤à¥à¤¸à¥à¤ à¤à¤ªà¤°', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡ रà¤à¤', - hSpace : 'हà¥à¤°à¤¿à¥à¥à¤¨à¥à¤à¤² सà¥à¤ªà¥à¤¸', - vSpace : 'वरà¥à¤à¤¿à¤à¤² सà¥à¤ªà¥à¤¸', - validateSrc : 'लिà¤à¤ URL à¤à¤¾à¤à¤ª à¤à¤°à¥à¤', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'वरà¥à¤¤à¤¨à¥ (सà¥à¤ªà¥à¤²à¤¿à¤à¤) à¤à¤¾à¤à¤', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'शबà¥à¤¦à¤à¥à¤¶ मà¥à¤ नहà¥à¤', - changeTo : 'à¤à¤¸à¤®à¥à¤ बदलà¥à¤', - btnIgnore : 'à¤à¤à¥à¤¨à¥à¤°', - btnIgnoreAll : 'सà¤à¥ à¤à¤à¥à¤¨à¥à¤° à¤à¤°à¥à¤', - btnReplace : 'रिपà¥à¤²à¥à¤¸', - btnReplaceAll : 'सà¤à¥ रिपà¥à¤²à¥à¤¸ à¤à¤°à¥à¤', - btnUndo : 'ठनà¥à¤¡à¥', - noSuggestions : '- à¤à¥à¤ सà¥à¤à¤¾à¤µ नहà¥à¤ -', - progress : 'वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ (सà¥à¤ªà¥ ल-à¤à¥ à¤) à¤à¤¾à¤°à¥ हà¥...', - noMispell : 'वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ : à¤à¥à¤ à¤à¤²à¤¤ वरà¥à¤¤à¤¨à¥ (सà¥à¤ªà¥ लिà¤à¤) नहà¥à¤ पाठà¤à¤', - noChanges : 'वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ :à¤à¥à¤ शबà¥à¤¦ नहà¥à¤ बदला à¤à¤¯à¤¾', - oneChange : 'वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ : à¤à¤ शबà¥à¤¦ बदला à¤à¤¯à¤¾', - manyChanges : 'वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ : %1 शबà¥à¤¦ बदलॠà¤à¤¯à¥', - ieSpellDownload : 'सà¥à¤ªà¥ ल-à¤à¥ à¤à¤° à¤à¤¨à¥à¤¸à¥à¤à¤¾à¤² नहà¥à¤ à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾ हà¥à¥¤ à¤à¥à¤¯à¤¾ à¤à¤ª à¤à¤¸à¥ डाà¤à¤¨à¤²à¥à¤¡ à¤à¤°à¤¨à¤¾ à¤à¤¾à¤¹à¥à¤à¤à¥?' - }, - - smiley : - { - toolbar : 'सà¥à¤®à¤¾à¤à¤²à¥', - title : 'सà¥à¤®à¤¾à¤à¤²à¥ à¤à¤¨à¥à¤¸à¤°à¥à¤ à¤à¤°à¥à¤', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'ठà¤à¤à¥à¤¯ सà¥à¤à¥', - bulletedlist : 'बà¥à¤²à¥ ठसà¥à¤à¥', - indent : 'à¤à¤¨à¥à¤¡à¥ नà¥à¤ बà¥à¤¾à¤¯à¥à¤', - outdent : 'à¤à¤¨à¥à¤¡à¥ नà¥à¤ à¤à¤® à¤à¤°à¥à¤', - - justify : - { - left : 'बायà¥à¤ तरफ', - center : 'बà¥à¤ मà¥à¤', - right : 'दायà¥à¤ तरफ', - block : 'बà¥à¤²à¥à¤ à¤à¤¸à¥à¤à¥à¥à¤¾à¤' - }, - - blockquote : 'बà¥à¤²à¥à¤-à¤à¥à¤', - - clipboard : - { - title : 'पà¥à¤¸à¥à¤', - cutError : 'à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¥à¤° à¤à¥ सà¥à¤°à¤à¥à¤·à¤¾ सॠà¤à¤¿à¤¨à¥à¤à¥à¤¸ नॠà¤à¤ à¤à¤°à¤¨à¥ à¤à¥ ठनà¥à¤®à¤¤à¤¿ नहà¥à¤ पà¥à¤°à¤¦à¤¾à¤¨ à¤à¥ हà¥à¥¤ (Ctrl/Cmd+X) à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤à¥¤', - copyError : 'à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¤à¥à¤° à¤à¥ सà¥à¤°à¤à¥à¤·à¤¾ सॠà¤à¤¿à¤¨à¥à¤à¥à¤¸ नॠà¤à¥à¤ªà¥ à¤à¤°à¤¨à¥ à¤à¥ ठनà¥à¤®à¤¤à¤¿ नहà¥à¤ पà¥à¤°à¤¦à¤¾à¤¨ à¤à¥ हà¥à¥¤ (Ctrl/Cmd+C) à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤à¥¤', - pasteMsg : 'Ctrl/Cmd+V à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¤à¥ पà¥à¤¸à¥à¤ à¤à¤°à¥à¤ à¤à¤° ठà¥à¤ हॠà¤à¤°à¥à¤.', - securityMsg : 'à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¥à¤° à¤à¥ सà¥à¤°à¤à¥à¤·à¤¾ à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¥à¤° à¤à¥ सà¥à¤°Kश सà¥à¤à¤¿à¤à¤ à¤à¥ à¤à¤¾à¤°à¤£, à¤à¤¡à¤¿à¤à¤° à¤à¤ªà¤à¥ à¤à¥à¤²à¤¿à¤ªà¤¬à¥à¤°à¥à¤¡ डà¥à¤à¤¾ à¤à¥ नहà¥à¤ पा सà¤à¤¤à¤¾ हà¥. à¤à¤ªà¤à¥ à¤à¤¸à¥ à¤à¤¸ विनà¥à¤¡à¥ मà¥à¤ दà¥à¤¬à¤¾à¤°à¤¾ पà¥à¤¸à¥à¤ à¤à¤°à¤¨à¤¾ हà¥à¤à¤¾.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'पà¥à¤¸à¥à¤ (वरà¥à¤¡ सà¥)', - title : 'पà¥à¤¸à¥à¤ (वरà¥à¤¡ सà¥)', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'पà¥à¤¸à¥à¤ (सादा à¤à¥ à¤à¥à¤¸à¥à¤)', - title : 'पà¥à¤¸à¥à¤ (सादा à¤à¥ à¤à¥à¤¸à¥à¤)' - }, - - templates : - { - button : 'à¤à¥ मà¥à¤ªà¥à¤²à¥à¤', - title : 'à¤à¤¨à¥à¤à¥à¤¨à¥à¤ à¤à¥ मà¥à¤ªà¥à¤²à¥à¤', - options : 'Template Options', // MISSING - insertOption : 'मà¥à¤² शबà¥à¤¦à¥à¤ à¤à¥ बदलà¥à¤', - selectPromptMsg : 'à¤à¤¡à¤¿à¤à¤° मà¥à¤ à¤à¤ªà¤¨ à¤à¤°à¤¨à¥ हà¥à¤¤à¥ à¤à¥ मà¥à¤ªà¥à¤²à¥à¤ à¤à¥à¤¨à¥à¤(वरà¥à¤¤à¤®à¤¾à¤¨ à¤à¤¨à¥à¤à¥ नà¥à¤ सà¥à¤µ नहà¥à¤ हà¥à¤à¤à¥):', - emptyListMsg : '(à¤à¥à¤ à¤à¥ मà¥à¤ªà¥à¤²à¥à¤ डिà¥à¤¾à¤à¤¨ नहà¥à¤ à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾ हà¥)' - }, - - showBlocks : 'बà¥à¤²à¥à¤ दिà¤à¤¾à¤¯à¥à¤', - - stylesCombo : - { - label : 'सà¥à¤à¤¾à¤à¤²', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'à¥à¥à¤°à¥à¤®à¥à¤', - panelTitle : 'à¥à¥à¤°à¥à¤®à¥à¤', - - tag_p : 'साधारण', - tag_pre : 'à¥à¥à¤°à¥à¤®à¥à¤à¥ ड', - tag_address : 'पता', - tag_h1 : 'शà¥à¤°à¥à¤·à¤ 1', - tag_h2 : 'शà¥à¤°à¥à¤·à¤ 2', - tag_h3 : 'शà¥à¤°à¥à¤·à¤ 3', - tag_h4 : 'शà¥à¤°à¥à¤·à¤ 4', - tag_h5 : 'शà¥à¤°à¥à¤·à¤ 5', - tag_h6 : 'शà¥à¤°à¥à¤·à¤ 6', - tag_div : 'शà¥à¤°à¥à¤·à¤ (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'à¥à¥à¤¨à¥à¤', - voiceLabel : 'Font', // MISSING - panelTitle : 'à¥à¥à¤¨à¥à¤' - }, - - fontSize : - { - label : 'साà¤à¥', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'साà¤à¥' - }, - - colorButton : - { - textColorTitle : 'à¤à¥à¤à¥à¤¸à¥à¤ रà¤à¤', - bgColorTitle : 'बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡ रà¤à¤', - panelTitle : 'Colors', // MISSING - auto : 'सà¥à¤µà¤à¤¾à¤²à¤¿à¤¤', - more : 'à¤à¤° रà¤à¤...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - title : 'डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥', - design : 'Design', // MISSING - meta : 'मॠà¤à¤¾à¤¡à¥à¤à¤¾', - chooseColor : 'Choose', // MISSING - other : '<ठनà¥à¤¯>', - docTitle : 'पà¥à¤ शà¥à¤°à¥à¤·à¤', - charset : 'à¤à¤°à¥à¤à¥à¤à¤° सॠठà¤à¤¨à¥à¤à¥à¤¡à¤¿à¤à¤', - charsetOther : 'ठनà¥à¤¯ à¤à¤°à¥à¤à¥à¤à¤° सॠठà¤à¤¨à¥à¤à¥à¤¡à¤¿à¤à¤', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'मधà¥à¤¯ यà¥à¤°à¥à¤ªà¥à¤¯ (Central European)', - charsetCT : 'à¤à¥à¤¨à¥ (Chinese Traditional Big5)', - charsetCR : 'सिरà¥à¤²à¤¿à¤ (Cyrillic)', - charsetGR : 'यवन (Greek)', - charsetJP : 'à¤à¤¾à¤ªà¤¾à¤¨à¥ (Japanese)', - charsetKR : 'à¤à¥à¤°à¥à¤¯à¤¨ (Korean)', - charsetTR : 'तà¥à¤°à¥à¤à¥ (Turkish)', - charsetUN : 'यà¥à¤¨à¥à¤à¥à¤¡ (UTF-8)', - charsetWE : 'पशà¥à¤à¤¿à¤® यà¥à¤°à¥à¤ªà¥à¤¯ (Western European)', - docType : 'डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ पà¥à¤°à¤à¤¾à¤° शà¥à¤°à¥à¤·à¤', - docTypeOther : 'ठनà¥à¤¯ डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ पà¥à¤°à¤à¤¾à¤° शà¥à¤°à¥à¤·à¤', - xhtmlDec : 'XHTML सà¥à¤à¤¨à¤¾ समà¥à¤®à¤¿à¤²à¤¿à¤¤ à¤à¤°à¥à¤', - bgColor : 'बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡ रà¤à¤', - bgImage : 'बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡ तसà¥à¤µà¥à¤° URL', - bgFixed : 'सà¥à¤à¥à¤°à¥à¤² न à¤à¤°à¤¨à¥ वाला बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡', - txtColor : 'à¤à¥à¤à¥à¤¸à¥à¤ रà¤à¤', - margin : 'पà¥à¤ मारà¥à¤à¤¿à¤¨', - marginTop : 'à¤à¤ªà¤°', - marginLeft : 'बायà¥à¤', - marginRight : 'दायà¥à¤', - marginBottom : 'नà¥à¤à¥', - metaKeywords : 'डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ à¤à¤¨à¥à¤¡à¥à¤à¥à¤¸ सà¤à¤à¥à¤¤à¤¶à¤¬à¥à¤¦ (ठलà¥à¤ªà¤µà¤¿à¤°à¤¾à¤® सॠठलठà¤à¤°à¥à¤)', - metaDescription : 'डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ à¤à¤°à¥ à¤à¥à¤à¤°à¤¨', - metaAuthor : 'लà¥à¤à¤', - metaCopyright : 'à¤à¥à¤ªà¥à¤°à¤¾à¤à¤', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/hr.js b/skins/ckeditor/_source/lang/hr.js deleted file mode 100644 index 68b9c41..0000000 --- a/skins/ckeditor/_source/lang/hr.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Croatian language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['hr'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Kôd', - newPage : 'Nova stranica', - save : 'Snimi', - preview : 'Pregledaj', - cut : 'Izreži', - copy : 'Kopiraj', - paste : 'Zalijepi', - print : 'IspiÅ¡i', - underline : 'Potcrtano', - bold : 'Podebljaj', - italic : 'Ukosi', - selectAll : 'Odaberi sve', - removeFormat : 'Ukloni formatiranje', - strike : 'Precrtano', - subscript : 'Subscript', - superscript : 'Superscript', - horizontalrule : 'Ubaci vodoravnu liniju', - pagebreak : 'Ubaci prijelom stranice', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Ukloni link', - undo : 'PoniÅ¡ti', - redo : 'Ponovi', - - // Common messages and labels. - common : - { - browseServer : 'Pretraži server', - url : 'URL', - protocol : 'Protokol', - upload : 'PoÅ¡alji', - uploadSubmit : 'PoÅ¡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 postavljeno>', - id : 'Id', - name : 'Naziv', - langDir : 'Smjer jezika', - langDirLtr : 'S lijeva na desno (LTR)', - langDirRtl : 'S desna na lijevo (RTL)', - langCode : 'Kôd jezika', - longDescr : 'DugaÄki opis URL', - cssClass : 'Stylesheet klase', - advisoryTitle : 'Advisory naslov', - cssStyle : 'Stil', - ok : 'OK', - cancel : 'PoniÅ¡ti', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'OpÄenito', - advancedTab : 'Napredno', - validateNumberFailed : 'Ova vrijednost nije broj.', - confirmNewPage : 'Sve napravljene promjene Äe biti izgubljene ukoliko ih niste snimili. Sigurno želite uÄitati novu stranicu?', - confirmCancel : 'Neke od opcija su promjenjene. Sigurno želite zatvoriti ovaj prozor?', - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Å irina', - height : 'Visina', - align : 'Poravnaj', - alignLeft : 'Lijevo', - alignRight : 'Desno', - alignCenter : 'SrediÅ¡nje', - alignTop : 'Vrh', - alignMiddle : 'Sredina', - alignBottom : 'Dolje', - invalidHeight : 'Visina mora biti broj.', - invalidWidth : 'Å irina mora biti broj.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, nedostupno</span>' - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Ubaci posebne znakove', - title : 'Odaberite posebni karakter', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Ubaci/promijeni link', - other : '<drugi>', - menu : 'Promijeni link', - title : 'Link', - info : 'Link Info', - target : 'Meta', - upload : 'PoÅ¡alji', - advanced : 'Napredno', - type : 'Link vrsta', - toUrl : 'URL', // MISSING - toAnchor : 'Sidro na ovoj stranici', - toEmail : 'E-Mail', - targetFrame : '<okvir>', - targetPopup : '<popup prozor>', - targetFrameName : 'Ime ciljnog okvira', - targetPopupName : 'Naziv popup prozora', - popupFeatures : 'MoguÄnosti popup prozora', - popupResizable : 'Promjenjiva veliÄina', - popupStatusBar : 'Statusna traka', - popupLocationBar: 'Traka za lokaciju', - popupToolbar : 'Traka s alatima', - popupMenuBar : 'Izborna traka', - popupFullScreen : 'Cijeli ekran (IE)', - popupScrollBars : 'Scroll traka', - popupDependent : 'Ovisno (Netscape)', - popupLeft : 'Lijeva pozicija', - popupTop : 'Gornja pozicija', - id : 'Id', - langDir : 'Smjer jezika', - langDirLTR : 'S lijeva na desno (LTR)', - langDirRTL : 'S desna na lijevo (RTL)', - acccessKey : 'Pristupna tipka', - name : 'Naziv', - langCode : 'Smjer jezika', - tabIndex : 'Tab Indeks', - advisoryTitle : 'Advisory naslov', - advisoryContentType : 'Advisory vrsta sadržaja', - cssClasses : 'Stylesheet klase', - charset : 'Kodna stranica povezanih resursa', - styles : 'Stil', - rel : 'Relationship', // MISSING - selectAnchor : 'Odaberi sidro', - anchorName : 'Po nazivu sidra', - anchorId : 'Po Id elementa', - emailAddress : 'E-Mail adresa', - emailSubject : 'Naslov', - emailBody : 'Sadržaj poruke', - noAnchors : '(Nema dostupnih sidra)', - noUrl : 'Molimo upiÅ¡ite URL link', - noEmail : 'Molimo upiÅ¡ite e-mail adresu' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Ubaci/promijeni sidro', - menu : 'Svojstva sidra', - title : 'Svojstva sidra', - name : 'Ime sidra', - errorName : 'Molimo unesite ime sidra', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'PronaÄi i zamijeni', - find : 'PronaÄi', - replace : 'Zamijeni', - findWhat : 'PronaÄi:', - replaceWith : 'Zamijeni s:', - notFoundMsg : 'Traženi tekst nije pronaÄen.', - matchCase : 'Usporedi mala/velika slova', - matchWord : 'Usporedi cijele rijeÄi', - matchCyclic : 'Usporedi kružno', - replaceAll : 'Zamijeni sve', - replaceSuccessMsg : 'Zamijenjeno %1 pojmova.' - }, - - // Table Dialog - table : - { - toolbar : 'Tablica', - title : 'Svojstva tablice', - menu : 'Svojstva tablice', - deleteTable : 'IzbriÅ¡i tablicu', - rows : 'Redova', - columns : 'Kolona', - border : 'VeliÄina okvira', - widthPx : 'piksela', - widthPc : 'postotaka', - widthUnit : 'width unit', // MISSING - cellSpace : 'Prostornost Äelija', - cellPad : 'Razmak Äelija', - caption : 'Naslov', - summary : 'Sažetak', - headers : 'Zaglavlje', - headersNone : 'NiÅ¡ta', - headersColumn : 'Prva kolona', - headersRow : 'Prvi red', - headersBoth : 'Oba', - invalidRows : 'Broj redova mora biti broj veÄi od 0.', - invalidCols : 'Broj kolona mora biti broj veÄi od 0.', - invalidBorder : 'Debljina ruba mora biti broj.', - invalidWidth : 'Å irina tablice mora biti broj.', - invalidHeight : 'Visina tablice mora biti broj.', - invalidCellSpacing : 'Prostornost Äelija mora biti broj.', - invalidCellPadding : 'Razmak Äelija mora biti broj.', - - cell : - { - menu : 'Äelija', - insertBefore : 'Ubaci Äeliju prije', - insertAfter : 'Ubaci Äeliju poslije', - deleteCell : 'IzbriÅ¡i Äelije', - merge : 'Spoji Äelije', - mergeRight : 'Spoji desno', - mergeDown : 'Spoji dolje', - splitHorizontal : 'Podijeli Äeliju vodoravno', - splitVertical : 'Podijeli Äeliju okomito', - title : 'Svojstva Äelije', - cellType : 'Vrsta Äelije', - rowSpan : 'Rows Span', - colSpan : 'Columns Span', - wordWrap : 'Prelazak u novi red', - hAlign : 'Vodoravno poravnanje', - vAlign : 'Okomito poravnanje', - alignBaseline : 'Osnovna linija', - bgColor : 'Boja pozadine', - borderColor : 'Boja ruba', - data : 'Podatak', - header : 'Zaglavlje', - yes : 'Da', - no : 'ne', - invalidWidth : 'Å irina Äelije mora biti broj.', - invalidHeight : 'Visina Äelije mora biti broj.', - invalidRowSpan : 'Rows span mora biti cijeli broj.', - invalidColSpan : 'Columns span mora biti cijeli broj.', - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Red', - insertBefore : 'Ubaci red prije', - insertAfter : 'Ubaci red poslije', - deleteRow : 'IzbriÅ¡i redove' - }, - - column : - { - menu : 'Kolona', - insertBefore : 'Ubaci kolonu prije', - insertAfter : 'Ubaci kolonu poslije', - deleteColumn : 'IzbriÅ¡i kolone' - } - }, - - // Button Dialog. - button : - { - title : 'Image Button svojstva', - text : 'Tekst (vrijednost)', - type : 'Vrsta', - typeBtn : 'Gumb', - typeSbm : 'PoÅ¡alji', - typeRst : 'PoniÅ¡ti' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Checkbox svojstva', - radioTitle : 'Radio Button svojstva', - value : 'Vrijednost', - selected : 'Odabrano' - }, - - // Form Dialog. - form : - { - title : 'Form svojstva', - menu : 'Form svojstva', - action : 'Akcija', - method : 'Metoda', - encoding : 'Encoding' - }, - - // Select Field Dialog. - select : - { - title : 'Selection svojstva', - selectInfo : 'Info', - opAvail : 'Dostupne opcije', - value : 'Vrijednost', - size : 'VeliÄina', - lines : 'linija', - chkMulti : 'Dozvoli viÅ¡estruki odabir', - opText : 'Tekst', - opValue : 'Vrijednost', - btnAdd : 'Dodaj', - btnModify : 'Promijeni', - btnUp : 'Gore', - btnDown : 'Dolje', - btnSetValue : 'Postavi kao odabranu vrijednost', - btnDelete : 'ObriÅ¡i' - }, - - // Textarea Dialog. - textarea : - { - title : 'Textarea svojstva', - cols : 'Kolona', - rows : 'Redova' - }, - - // Text Field Dialog. - textfield : - { - title : 'Text Field svojstva', - name : 'Ime', - value : 'Vrijednost', - charWidth : 'Å irina', - maxChars : 'NajviÅ¡e karaktera', - type : 'Vrsta', - typeText : 'Tekst', - typePass : 'Å ifra' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Hidden Field svojstva', - name : 'Ime', - value : 'Vrijednost' - }, - - // Image Dialog. - image : - { - title : 'Svojstva slika', - titleButton : 'Image Button svojstva', - menu : 'Svojstva slika', - infoTab : 'Info slike', - btnUpload : 'PoÅ¡alji na server', - upload : 'PoÅ¡alji', - alt : 'Alternativni tekst', - lockRatio : 'ZakljuÄaj odnos', - resetSize : 'ObriÅ¡i veliÄinu', - border : 'Okvir', - hSpace : 'HSpace', - vSpace : 'VSpace', - alertUrl : 'Unesite URL slike', - linkTab : 'Link', - button2Img : 'Želite li promijeniti odabrani gumb u jednostavnu sliku?', - img2Button : 'Želite li promijeniti odabranu sliku u gumb?', - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Flash svojstva', - propertiesTab : 'Svojstva', - title : 'Flash svojstva', - chkPlay : 'Auto Play', - chkLoop : 'Ponavljaj', - chkMenu : 'OmoguÄi Flash izbornik', - chkFull : 'OmoguÄi Fullscreen', - scale : 'Omjer', - scaleAll : 'Prikaži sve', - scaleNoBorder : 'Bez okvira', - scaleFit : 'ToÄna veliÄina', - access : 'Script Access', - accessAlways : 'Uvijek', - accessSameDomain: 'Ista domena', - accessNever : 'Nikad', - alignAbsBottom : 'Abs dolje', - alignAbsMiddle : 'Abs sredina', - alignBaseline : 'Bazno', - alignTextTop : 'Vrh teksta', - quality : 'Kvaliteta', - qualityBest : 'Best', - qualityHigh : 'High', - qualityAutoHigh : 'Auto High', - qualityMedium : 'Medium', - qualityAutoLow : 'Auto Low', - qualityLow : 'Low', - windowModeWindow: 'Window', - windowModeOpaque: 'Opaque', - windowModeTransparent : 'Transparent', - windowMode : 'Vrsta prozora', - flashvars : 'Varijable za Flash', - bgcolor : 'Boja pozadine', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'Molimo upiÅ¡ite URL link', - validateHSpace : 'HSpace mora biti broj.', - validateVSpace : 'VSpace mora biti broj.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Provjeri pravopis', - title : 'Provjera pravopisa', - notAvailable : 'Žao nam je, ali usluga trenutno nije dostupna.', - errorLoading : 'GreÅ¡ka uÄitavanja aplikacije: %s.', - notInDic : 'Nije u rjeÄniku', - changeTo : 'Promijeni u', - btnIgnore : 'Zanemari', - btnIgnoreAll : 'Zanemari sve', - btnReplace : 'Zamijeni', - btnReplaceAll : 'Zamijeni sve', - btnUndo : 'Vrati', - noSuggestions : '-Nema preporuke-', - progress : 'Provjera u tijeku...', - noMispell : 'Provjera zavrÅ¡ena: Nema greÅ¡aka', - noChanges : 'Provjera zavrÅ¡ena: Nije napravljena promjena', - oneChange : 'Provjera zavrÅ¡ena: Jedna rijeÄ promjenjena', - manyChanges : 'Provjera zavrÅ¡ena: Promijenjeno %1 rijeÄi', - ieSpellDownload : 'Provjera pravopisa nije instalirana. Želite li skinuti provjeru pravopisa?' - }, - - smiley : - { - toolbar : 'SmjeÅ¡ko', - title : 'Ubaci smjeÅ¡ka', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' - }, - - numberedlist : 'BrojÄana lista', - bulletedlist : 'ObiÄna lista', - indent : 'Pomakni udesno', - outdent : 'Pomakni ulijevo', - - justify : - { - left : 'Lijevo poravnanje', - center : 'SrediÅ¡nje poravnanje', - right : 'Desno poravnanje', - block : 'Blok poravnanje' - }, - - blockquote : 'Blockquote', - - clipboard : - { - title : 'Zalijepi', - cutError : 'Sigurnosne postavke VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog izrezivanja. Molimo koristite kraticu na tipkovnici (Ctrl/Cmd+X).', - copyError : 'Sigurnosne postavke VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tipkovnici (Ctrl/Cmd+C).', - pasteMsg : 'Molimo zaljepite unutar doljnjeg okvira koristeÄi tipkovnicu (<STRONG>Ctrl/Cmd+V</STRONG>) i kliknite <STRONG>OK</STRONG>.', - securityMsg : 'Zbog sigurnosnih postavki VaÅ¡eg pretraživaÄa, editor nema direktan pristup VaÅ¡em meÄuspremniku. Potrebno je ponovno zalijepiti tekst u ovaj prozor.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'Tekst koji želite zalijepiti Äini se da je kopiran iz Worda. Želite li prije oÄistiti tekst?', - toolbar : 'Zalijepi iz Worda', - title : 'Zalijepi iz Worda', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Zalijepi kao Äisti tekst', - title : 'Zalijepi kao Äisti tekst' - }, - - templates : - { - button : 'PredloÅ¡ci', - title : 'PredloÅ¡ci sadržaja', - options : 'Template Options', // MISSING - insertOption : 'Zamijeni trenutne sadržaje', - selectPromptMsg : 'Molimo odaberite predložak koji želite otvoriti<br>(stvarni sadržaj Äe biti izgubljen):', - emptyListMsg : '(Nema definiranih predložaka)' - }, - - showBlocks : 'Prikaži blokove', - - stylesCombo : - { - label : 'Stil', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block stilovi', - panelTitle2 : 'Inline stilovi', - panelTitle3 : 'Object stilovi' - }, - - format : - { - label : 'Format', - panelTitle : 'Format', - - tag_p : 'Normal', - tag_pre : 'Formatirano', - tag_address : 'Address', - 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_div : 'Normal (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Font', - voiceLabel : 'Font', - panelTitle : 'Font' - }, - - fontSize : - { - label : 'VeliÄina', - voiceLabel : 'VeliÄina slova', - panelTitle : 'VeliÄina' - }, - - colorButton : - { - textColorTitle : 'Boja teksta', - bgColorTitle : 'Boja pozadine', - panelTitle : 'Colors', // MISSING - auto : 'Automatski', - more : 'ViÅ¡e boja...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Provjeri pravopis tijekom tipkanja (SCAYT)', - opera_title : 'Not supported by Opera', // MISSING - enable : 'OmoguÄi SCAYT', - disable : 'OnemoguÄi SCAYT', - about : 'O SCAYT', - toggle : 'OmoguÄu/OnemoguÄi SCAYT', - options : 'Opcije', - langs : 'Jezici', - moreSuggestions : 'ViÅ¡e prijedloga', - ignore : 'Zanemari', - ignoreAll : 'Zanemari sve', - addWord : 'Dodaj rijeÄ', - emptyDic : 'Naziv rjeÄnika ne smije biti prazno.', - - optionsTab : 'Opcije', - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Jezici', - - dictionariesTab : 'RjeÄnici', - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'O SCAYT' - }, - - about : - { - title : 'O CKEditoru', - dlgTitle : 'O CKEditoru', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Za informacije o licencama posjetite naÅ¡u web stranicu:', - copy : 'Copyright © $1. All rights reserved.' - }, - - maximize : 'PoveÄaj', - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Sidro', - flash : 'Flash animacija', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Nepoznati objekt' - }, - - resize : 'Povuci za promjenu veliÄine', - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Svojstva dokumenta', - title : 'Svojstva dokumenta', - design : 'Design', // MISSING - meta : 'Meta Data', - chooseColor : 'Choose', // MISSING - other : '<drugi>', - docTitle : 'Naslov stranice', - charset : 'Enkodiranje znakova', - charsetOther : 'Ostalo enkodiranje znakova', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'SrediÅ¡nja Europa', - charsetCT : 'Tradicionalna kineska (Big5)', - charsetCR : 'Äirilica', - charsetGR : 'GrÄka', - charsetJP : 'Japanska', - charsetKR : 'Koreanska', - charsetTR : 'Turska', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Zapadna Europa', - docType : 'Zaglavlje vrste dokumenta', - docTypeOther : 'Ostalo zaglavlje vrste dokumenta', - xhtmlDec : 'Ubaci XHTML deklaracije', - bgColor : 'Boja pozadine', - bgImage : 'URL slike pozadine', - bgFixed : 'Pozadine se ne pomiÄe', - txtColor : 'Boja teksta', - margin : 'Margine stranice', - marginTop : 'Vrh', - marginLeft : 'Lijevo', - marginRight : 'Desno', - marginBottom : 'Dolje', - metaKeywords : 'KljuÄne rijeÄi dokumenta (odvojene zarezom)', - metaDescription : 'Opis dokumenta', - metaAuthor : 'Autor', - metaCopyright : 'Autorska prava', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/hu.js b/skins/ckeditor/_source/lang/hu.js deleted file mode 100644 index a7edbc7..0000000 --- a/skins/ckeditor/_source/lang/hu.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Hungarian language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['hu'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'HTML szerkesztÅ', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'HTML szerkesztÅ', - - // Toolbar buttons without dialogs. - source : 'Forráskód', - newPage : 'Ãj oldal', - save : 'Mentés', - preview : 'ElÅnézet', - cut : 'Kivágás', - copy : 'Másolás', - paste : 'Beillesztés', - print : 'Nyomtatás', - underline : 'Aláhúzott', - bold : 'Félkövér', - italic : 'DÅlt', - selectAll : 'Mindent kijelöl', - removeFormat : 'Formázás eltávolÃtása', - strike : 'Ãthúzott', - subscript : 'Alsó index', - superscript : 'FelsÅ index', - horizontalrule : 'Elválasztóvonal beillesztése', - pagebreak : 'Oldaltörés beillesztése', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Hivatkozás törlése', - undo : 'Visszavonás', - redo : 'Ismétlés', - - // Common messages and labels. - common : - { - browseServer : 'Böngészés a szerveren', - url : 'Hivatkozás', - protocol : 'Protokoll', - upload : 'Feltöltés', - uploadSubmit : 'Küldés a szerverre', - image : 'Kép', - flash : 'Flash', - form : 'Å°rlap', - checkbox : 'JelölÅnégyzet', - radio : 'Választógomb', - textField : 'SzövegmezÅ', - textarea : 'Szövegterület', - hiddenField : 'RejtettmezÅ', - button : 'Gomb', - select : 'LegördülÅ lista', - imageButton : 'Képgomb', - notSet : '<nincs beállÃtva>', - id : 'AzonosÃtó', - name : 'Név', - langDir : 'Ãrás iránya', - langDirLtr : 'Balról jobbra', - langDirRtl : 'Jobbról balra', - langCode : 'Nyelv kódja', - longDescr : 'Részletes leÃrás webcÃme', - cssClass : 'StÃluskészlet', - advisoryTitle : 'Súgócimke', - cssStyle : 'StÃlus', - ok : 'Rendben', - cancel : 'Mégsem', - close : 'Bezárás', - preview : 'ElÅnézet', - generalTab : 'Ãltalános', - advancedTab : 'További opciók', - validateNumberFailed : 'A mezÅbe csak számokat Ãrhat.', - confirmNewPage : 'Minden nem mentett változás el fog veszni! Biztosan be szeretné tölteni az oldalt?', - confirmCancel : 'Az űrlap tartalma megváltozott, ám a változásokat nem rögzÃtette. Biztosan be szeretné zárni az űrlapot?', - options : 'BeállÃtások', - target : 'Cél', - targetNew : 'Ãj ablak (_blank)', - targetTop : 'LegfelsÅ ablak (_top)', - targetSelf : 'Aktuális ablakban (_self)', - targetParent : 'SzülÅ ablak (_parent)', - langDirLTR : 'Balról jobbra (LTR)', - langDirRTL : 'Jobbról balra (RTL)', - styles : 'StÃlus', - cssClasses : 'StÃluslap osztály', - width : 'Szélesség', - height : 'Magasság', - align : 'IgazÃtás', - alignLeft : 'Bal', - alignRight : 'Jobbra', - alignCenter : 'Középre', - alignTop : 'Tetejére', - alignMiddle : 'Középre', - alignBottom : 'Aljára', - invalidHeight : 'A magasság mezÅbe csak számokat Ãrhat.', - invalidWidth : 'A szélesség mezÅbe csak számokat Ãrhat.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Helyi menü opciók' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Speciális karakter beillesztése', - title : 'Speciális karakter választása', - options : 'Speciális karakter opciók' - }, - - // Link dialog. - link : - { - toolbar : 'Hivatkozás beillesztése/módosÃtása', - other : '<más>', - menu : 'Hivatkozás módosÃtása', - title : 'Hivatkozás tulajdonságai', - info : 'Alaptulajdonságok', - target : 'Tartalom megjelenÃtése', - upload : 'Feltöltés', - advanced : 'További opciók', - type : 'Hivatkozás tÃpusa', - toUrl : 'URL', - toAnchor : 'Horgony az oldalon', - toEmail : 'E-Mail', - targetFrame : '<keretben>', - targetPopup : '<felugró ablakban>', - targetFrameName : 'Keret neve', - targetPopupName : 'Felugró ablak neve', - popupFeatures : 'Felugró ablak jellemzÅi', - popupResizable : 'Ãtméretezés', - popupStatusBar : 'Ãllapotsor', - popupLocationBar: 'CÃmsor', - popupToolbar : 'Eszköztár', - popupMenuBar : 'Menü sor', - popupFullScreen : 'Teljes képernyÅ (csak IE)', - popupScrollBars : 'GördÃtÅsáv', - popupDependent : 'SzülÅhöz kapcsolt (csak Netscape)', - popupLeft : 'Bal pozÃció', - popupTop : 'FelsÅ pozÃció', - id : 'Id', - langDir : 'Ãrás iránya', - langDirLTR : 'Balról jobbra', - langDirRTL : 'Jobbról balra', - acccessKey : 'Billentyűkombináció', - name : 'Név', - langCode : 'Ãrás iránya', - tabIndex : 'Tabulátor index', - advisoryTitle : 'Súgócimke', - advisoryContentType : 'Súgó tartalomtÃpusa', - cssClasses : 'StÃluskészlet', - charset : 'Hivatkozott tartalom kódlapja', - styles : 'StÃlus', - rel : 'Relationship', // MISSING - selectAnchor : 'Horgony választása', - anchorName : 'Horgony név szerint', - anchorId : 'AzonosÃtó szerint', - emailAddress : 'E-Mail cÃm', - emailSubject : 'Ãzenet tárgya', - emailBody : 'Ãzenet', - noAnchors : '(Nincs horgony a dokumentumban)', - noUrl : 'Adja meg a hivatkozás webcÃmét', - noEmail : 'Adja meg az E-Mail cÃmet' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Horgony beillesztése/szerkesztése', - menu : 'Horgony tulajdonságai', - title : 'Horgony tulajdonságai', - name : 'Horgony neve', - errorName : 'Kérem adja meg a horgony nevét', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Sorszámozott lista tulajdonságai', - bulletedTitle : 'Pontozott lista tulajdonságai', - type : 'TÃpus', - start : 'KezdÅszám', - validateStartNumber :'A kezdÅszám nem lehet tört érték.', - circle : 'Kör', - disc : 'Korong', - square : 'Négyzet', - none : 'Nincs', - notset : '<Nincs beállÃtva>', - armenian : 'Ãrmény számozás', - georgian : 'Grúz számozás (an, ban, gan, stb.)', - lowerRoman : 'Római kisbetűs (i, ii, iii, iv, v, stb.)', - upperRoman : 'Római nagybetűs (I, II, III, IV, V, stb.)', - lowerAlpha : 'Kisbetűs (a, b, c, d, e, stb.)', - upperAlpha : 'Nagybetűs (A, B, C, D, E, stb.)', - lowerGreek : 'Görög (alpha, beta, gamma, stb.)', - decimal : 'Arab számozás (1, 2, 3, stb.)', - decimalLeadingZero : 'Számozás bevezetÅ nullákkal (01, 02, 03, stb.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Keresés és csere', - find : 'Keresés', - replace : 'Csere', - findWhat : 'Keresett szöveg:', - replaceWith : 'Csere erre:', - notFoundMsg : 'A keresett szöveg nem található.', - matchCase : 'kis- és nagybetű megkülönböztetése', - matchWord : 'csak ha ez a teljes szó', - matchCyclic : 'Ciklikus keresés', - replaceAll : 'Az összes cseréje', - replaceSuccessMsg : '%1 egyezÅség cserélve.' - }, - - // Table Dialog - table : - { - toolbar : 'Táblázat', - title : 'Táblázat tulajdonságai', - menu : 'Táblázat tulajdonságai', - deleteTable : 'Táblázat törlése', - rows : 'Sorok', - columns : 'Oszlopok', - border : 'Szegélyméret', - widthPx : 'képpont', - widthPc : 'százalék', - widthUnit : 'Szélesség egység', - cellSpace : 'Cella térköz', - cellPad : 'Cella belsÅ margó', - caption : 'Felirat', - summary : 'LeÃrás', - headers : 'Fejlécek', - headersNone : 'Nincsenek', - headersColumn : 'ElsÅ oszlop', - headersRow : 'ElsÅ sor', - headersBoth : 'MindkettÅ', - invalidRows : 'A sorok számának nagyobbnak kell lenni mint 0.', - invalidCols : 'Az oszlopok számának nagyobbnak kell lenni mint 0.', - invalidBorder : 'A szegélyméret mezÅbe csak számokat Ãrhat.', - invalidWidth : 'A szélesség mezÅbe csak számokat Ãrhat.', - invalidHeight : 'A magasság mezÅbe csak számokat Ãrhat.', - invalidCellSpacing : 'A cella térköz mezÅbe csak számokat Ãrhat.', - invalidCellPadding : 'A cella belsÅ margó mezÅbe csak számokat Ãrhat.', - - cell : - { - menu : 'Cella', - insertBefore : 'Beszúrás balra', - insertAfter : 'Beszúrás jobbra', - deleteCell : 'Cellák törlése', - merge : 'Cellák egyesÃtése', - mergeRight : 'Cellák egyesÃtése jobbra', - mergeDown : 'Cellák egyesÃtése lefelé', - splitHorizontal : 'Cellák szétválasztása vÃzszintesen', - splitVertical : 'Cellák szétválasztása függÅlegesen', - title : 'Cella tulajdonságai', - cellType : 'Cella tÃpusa', - rowSpan : 'FüggÅleges egyesÃtés', - colSpan : 'VÃzszintes egyesÃtés', - wordWrap : 'Hosszú sorok törése', - hAlign : 'VÃzszintes igazÃtás', - vAlign : 'FüggÅleges igazÃtás', - alignBaseline : 'Alapvonalra', - bgColor : 'Háttér szÃne', - borderColor : 'Keret szÃne', - data : 'Adat', - header : 'Fejléc', - yes : 'Igen', - no : 'Nem', - invalidWidth : 'A szélesség mezÅbe csak számokat Ãrhat.', - invalidHeight : 'A magasság mezÅbe csak számokat Ãrhat.', - invalidRowSpan : 'A függÅleges egyesÃtés mezÅbe csak számokat Ãrhat.', - invalidColSpan : 'A vÃzszintes egyesÃtés mezÅbe csak számokat Ãrhat.', - chooseColor : 'Válasszon' - }, - - row : - { - menu : 'Sor', - insertBefore : 'Beszúrás fölé', - insertAfter : 'Beszúrás alá', - deleteRow : 'Sorok törlése' - }, - - column : - { - menu : 'Oszlop', - insertBefore : 'Beszúrás balra', - insertAfter : 'Beszúrás jobbra', - deleteColumn : 'Oszlopok törlése' - } - }, - - // Button Dialog. - button : - { - title : 'Gomb tulajdonságai', - text : 'Szöveg (Ãrték)', - type : 'TÃpus', - typeBtn : 'Gomb', - typeSbm : 'Küldés', - typeRst : 'Alaphelyzet' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'JelölÅnégyzet tulajdonságai', - radioTitle : 'Választógomb tulajdonságai', - value : 'Ãrték', - selected : 'Kiválasztott' - }, - - // Form Dialog. - form : - { - title : 'Å°rlap tulajdonságai', - menu : 'Å°rlap tulajdonságai', - action : 'Adatfeldolgozást végzÅ hivatkozás', - method : 'Adatküldés módja', - encoding : 'Kódolás' - }, - - // Select Field Dialog. - select : - { - title : 'LegördülÅ lista tulajdonságai', - selectInfo : 'Alaptulajdonságok', - opAvail : 'ElérhetÅ opciók', - value : 'Ãrték', - size : 'Méret', - lines : 'sor', - chkMulti : 'több sor is kiválasztható', - opText : 'Szöveg', - opValue : 'Ãrték', - btnAdd : 'Hozzáad', - btnModify : 'MódosÃt', - btnUp : 'Fel', - btnDown : 'Le', - btnSetValue : 'Legyen az alapértelmezett érték', - btnDelete : 'Töröl' - }, - - // Textarea Dialog. - textarea : - { - title : 'Szövegterület tulajdonságai', - cols : 'Karakterek száma egy sorban', - rows : 'Sorok száma' - }, - - // Text Field Dialog. - textfield : - { - title : 'SzövegmezÅ tulajdonságai', - name : 'Név', - value : 'Ãrték', - charWidth : 'MegjelenÃtett karakterek száma', - maxChars : 'Maximális karakterszám', - type : 'TÃpus', - typeText : 'Szöveg', - typePass : 'Jelszó' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Rejtett mezÅ tulajdonságai', - name : 'Név', - value : 'Ãrték' - }, - - // Image Dialog. - image : - { - title : 'Kép tulajdonságai', - titleButton : 'Képgomb tulajdonságai', - menu : 'Kép tulajdonságai', - infoTab : 'Alaptulajdonságok', - btnUpload : 'Küldés a szerverre', - upload : 'Feltöltés', - alt : 'Buborék szöveg', - lockRatio : 'Arány megtartása', - resetSize : 'Eredeti méret', - border : 'Keret', - hSpace : 'VÃzsz. táv', - vSpace : 'Függ. táv', - alertUrl : 'Töltse ki a kép webcÃmét', - linkTab : 'Hivatkozás', - button2Img : 'A kiválasztott képgombból sima képet szeretne csinálni?', - img2Button : 'A kiválasztott képbÅl képgombot szeretne csinálni?', - urlMissing : 'Hiányzik a kép URL-je', - validateBorder : 'A keret méretének egész számot kell beÃrni!', - validateHSpace : 'VÃzszintes távolságnak egész számot kell beÃrni!', - validateVSpace : 'FüggÅleges távolságnak egész számot kell beÃrni!' - }, - - // Flash Dialog - flash : - { - properties : 'Flash tulajdonságai', - propertiesTab : 'Tulajdonságok', - title : 'Flash tulajdonságai', - chkPlay : 'Automata lejátszás', - chkLoop : 'Folyamatosan', - chkMenu : 'Flash menü engedélyezése', - chkFull : 'Teljes képernyÅ engedélyezése', - scale : 'Méretezés', - scaleAll : 'Mindent mutat', - scaleNoBorder : 'Keret nélkül', - scaleFit : 'Teljes kitöltés', - access : 'Szkript hozzáférés', - accessAlways : 'Mindig', - accessSameDomain: 'Azonos domainrÅl', - accessNever : 'Soha', - alignAbsBottom : 'Legaljára', - alignAbsMiddle : 'Közepére', - alignBaseline : 'Alapvonalhoz', - alignTextTop : 'Szöveg tetejére', - quality : 'MinÅség', - qualityBest : 'Legjobb', - qualityHigh : 'Jó', - qualityAutoHigh : 'Automata jó', - qualityMedium : 'Közepes', - qualityAutoLow : 'Automata gyenge', - qualityLow : 'Gyenge', - windowModeWindow: 'Window', - windowModeOpaque: 'Opaque', - windowModeTransparent : 'Transparent', - windowMode : 'Ablak mód', - flashvars : 'Flash változók', - bgcolor : 'HáttérszÃn', - hSpace : 'VÃzsz. táv', - vSpace : 'Függ. táv', - validateSrc : 'Adja meg a hivatkozás webcÃmét', - validateHSpace : 'A vÃzszintes távolsűág mezÅbe csak számokat Ãrhat.', - validateVSpace : 'A függÅleges távolsűág mezÅbe csak számokat Ãrhat.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'HelyesÃrás-ellenÅrzés', - title : 'HelyesÃrás ellenörzÅ', - notAvailable : 'Sajnálom, de a szolgáltatás jelenleg nem elérhetÅ.', - errorLoading : 'Hiba a szolgáltatás host betöltése közben: %s.', - notInDic : 'Nincs a szótárban', - changeTo : 'MódosÃtás', - btnIgnore : 'Kihagyja', - btnIgnoreAll : 'Mindet kihagyja', - btnReplace : 'Csere', - btnReplaceAll : 'Ãsszes cseréje', - btnUndo : 'Visszavonás', - noSuggestions : 'Nincs javaslat', - progress : 'HelyesÃrás-ellenÅrzés folyamatban...', - noMispell : 'HelyesÃrás-ellenÅrzés kész: Nem találtam hibát', - noChanges : 'HelyesÃrás-ellenÅrzés kész: Nincs változtatott szó', - oneChange : 'HelyesÃrás-ellenÅrzés kész: Egy szó cserélve', - manyChanges : 'HelyesÃrás-ellenÅrzés kész: %1 szó cserélve', - ieSpellDownload : 'A helyesÃrás-ellenÅrzÅ nincs telepÃtve. Szeretné letölteni most?' - }, - - smiley : - { - toolbar : 'Hangulatjelek', - title : 'Hangulatjel beszúrása', - options : 'Hangulatjel opciók' - }, - - elementsPath : - { - eleLabel : 'Elem utak', - eleTitle : '%1 elem' - }, - - numberedlist : 'Számozás', - bulletedlist : 'Felsorolás', - indent : 'Behúzás növelése', - outdent : 'Behúzás csökkentése', - - justify : - { - left : 'Balra', - center : 'Középre', - right : 'Jobbra', - block : 'Sorkizárt' - }, - - blockquote : 'Idézet blokk', - - clipboard : - { - title : 'Beillesztés', - cutError : 'A böngészÅ biztonsági beállÃtásai nem engedélyezik a szerkesztÅnek, hogy végrehajtsa a kivágás műveletet. Használja az alábbi billentyűkombinációt (Ctrl/Cmd+X).', - copyError : 'A böngészÅ biztonsági beállÃtásai nem engedélyezik a szerkesztÅnek, hogy végrehajtsa a másolás műveletet. Használja az alábbi billentyűkombinációt (Ctrl/Cmd+X).', - pasteMsg : 'Másolja be az alábbi mezÅbe a <STRONG>Ctrl/Cmd+V</STRONG> billentyűk lenyomásával, majd nyomjon <STRONG>Rendben</STRONG>-t.', - securityMsg : 'A böngészÅ biztonsági beállÃtásai miatt a szerkesztÅ nem képes hozzáférni a vágólap adataihoz. Illeszd be újra ebben az ablakban.', - pasteArea : 'Beszúrás mezÅ' - }, - - pastefromword : - { - confirmCleanup : 'Ãgy tűnik a beillesztett szöveget Word-bÅl másolt át. Meg szeretné tisztÃtani a szöveget? (ajánlott)', - toolbar : 'Beillesztés Word-bÅl', - title : 'Beillesztés Word-bÅl', - error : 'Egy belsÅ hiba miatt nem sikerült megtisztÃtani a szöveget' - }, - - pasteText : - { - button : 'Beillesztés formázatlan szövegként', - title : 'Beillesztés formázatlan szövegként' - }, - - templates : - { - button : 'Sablonok', - title : 'ElérhetÅ sablonok', - options : 'Sablon opciók', - insertOption : 'Kicseréli a jelenlegi tartalmat', - selectPromptMsg : 'Válassza ki melyik sablon nyÃljon meg a szerkesztÅben<br>(a jelenlegi tartalom elveszik):', - emptyListMsg : '(Nincs sablon megadva)' - }, - - showBlocks : 'Blokkok megjelenÃtése', - - stylesCombo : - { - label : 'StÃlus', - panelTitle : 'Formázási stÃlusok', - panelTitle1 : 'Blokk stÃlusok', - panelTitle2 : 'Inline stÃlusok', - panelTitle3 : 'Objektum stÃlusok' - }, - - format : - { - label : 'Formátum', - panelTitle : 'Formátum', - - tag_p : 'Normál', - tag_pre : 'Formázott', - tag_address : 'CÃmsor', - tag_h1 : 'Fejléc 1', - tag_h2 : 'Fejléc 2', - tag_h3 : 'Fejléc 3', - tag_h4 : 'Fejléc 4', - tag_h5 : 'Fejléc 5', - tag_h6 : 'Fejléc 6', - tag_div : 'Bekezdés (DIV)' - }, - - div : - { - title : 'DIV tároló létrehozása', - toolbar : 'DIV tároló létrehozása', - cssClassInputLabel : 'StÃluslap osztály', - styleSelectLabel : 'StÃlus', - IdInputLabel : 'AzonosÃtó', - languageCodeInputLabel : ' Nyelv kódja', - inlineStyleInputLabel : 'Inline stÃlus', - advisoryTitleInputLabel : 'Tipp szöveg', - langDirLabel : 'Nyelvi irány', - langDirLTRLabel : 'Balról jobbra (LTR)', - langDirRTLLabel : 'Jobbról balra (RTL)', - edit : 'DIV szerkesztése', - remove : 'DIV eltávolÃtása' - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'BetűtÃpus', - voiceLabel : 'BetűtÃpus', - panelTitle : 'BetűtÃpus' - }, - - fontSize : - { - label : 'Méret', - voiceLabel : 'Betűméret', - panelTitle : 'Méret' - }, - - colorButton : - { - textColorTitle : 'BetűszÃn', - bgColorTitle : 'HáttérszÃn', - panelTitle : 'SzÃnek', - auto : 'Automatikus', - more : 'További szÃnek...' - }, - - colors : - { - '000' : 'Fekete', - '800000' : 'Bordó', - '8B4513' : 'Barna', - '2F4F4F' : 'Sötét türkiz', - '008080' : 'Türkiz', - '000080' : 'Király kék', - '4B0082' : 'Indigó kék', - '696969' : 'Szürke', - 'B22222' : 'Tégla vörös', - 'A52A2A' : 'Vörös', - 'DAA520' : 'Arany sárga', - '006400' : 'Sötét zöld', - '40E0D0' : 'Türkiz', - '0000CD' : 'Kék', - '800080' : 'Lila', - '808080' : 'Szürke', - 'F00' : 'Piros', - 'FF8C00' : 'Sötét narancs', - 'FFD700' : 'Arany', - '008000' : 'Zöld', - '0FF' : 'Türkiz', - '00F' : 'Kék', - 'EE82EE' : 'RózsaszÃn', - 'A9A9A9' : 'Sötét szürke', - 'FFA07A' : 'Lazac', - 'FFA500' : 'Narancs', - 'FFFF00' : 'Citromsárga', - '00FF00' : 'Neon zöld', - 'AFEEEE' : 'Világos türkiz', - 'ADD8E6' : 'Világos kék', - 'DDA0DD' : 'Világos lila', - 'D3D3D3' : 'Világos szürke', - 'FFF0F5' : 'Lavender Blush', - 'FAEBD7' : 'Törtfehér', - 'FFFFE0' : 'Világos sárga', - 'F0FFF0' : 'Menta', - 'F0FFFF' : 'Azúr kék', - 'F0F8FF' : 'Halvány kék', - 'E6E6FA' : 'Lavender', - 'FFF' : 'Fehér' - }, - - scayt : - { - title : 'HelyesÃrás ellenÅrzés gépelés közben', - opera_title : 'Az Opera nem támogatja', - enable : 'SCAYT engedélyezése', - disable : 'SCAYT letiltása', - about : 'SCAYT névjegy', - toggle : 'SCAYT kapcsolása', - options : 'BeállÃtások', - langs : 'Nyelvek', - moreSuggestions : 'További javaslatok', - ignore : 'Kihagy', - ignoreAll : 'Ãsszes kihagyása', - addWord : 'Szó hozzáadása', - emptyDic : 'A szótár nevét meg kell adni.', - - optionsTab : 'BeállÃtások', - allCaps : 'Nagybetűs szavak kihagyása', - ignoreDomainNames : 'Domain nevek kihagyása', - mixedCase : 'Kis és nagybetűt is tartalmazó szavak kihagyása', - mixedWithDigits : 'Számokat tartalmazó szavak kihagyása', - - languagesTab : 'Nyelvek', - - dictionariesTab : 'Szótár', - dic_field_name : 'Szótár neve', - dic_create : 'Létrehozás', - dic_restore : 'VisszaállÃtás', - dic_delete : 'Törlés', - dic_rename : 'Ãtnevezés', - dic_info : 'Kezdetben a felhasználói szótár böngészÅ sütiben tárolódik. Azonban a sütik maximális mérete korlátozott. Amikora a szótár akkora lesz, hogy már sütiben nem lehet tárolni, akkor a szótárat tárolhatja a szerveren is. Ehhez egy nevet kell megadni a szótárhoz. Amennyiben már van szerveren tárolt szótára, adja meg a nevét és kattintson a visszaállÃtás gombra.', - - aboutTab : 'Névjegy' - }, - - about : - { - title : 'CKEditor névjegy', - dlgTitle : 'CKEditor névjegy', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Licenszelési információkért kérjük látogassa meg weboldalunkat:', - copy : 'Copyright © $1. Minden jog fenntartva.' - }, - - maximize : 'Teljes méret', - minimize : 'Kis méret', - - fakeobjects : - { - anchor : 'Horgony', - flash : 'Flash animáció', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Ismeretlen objektum' - }, - - resize : 'Húzza az átméretezéshez', - - colordialog : - { - title : 'Válasszon szÃnt', - options : 'SzÃn opciók', - highlight : 'NagyÃtás', - selected : 'Kiválasztott', - clear : 'ÃrÃtés' - }, - - toolbarCollapse : 'Eszköztár összecsukása', - toolbarExpand : 'Eszköztár szétnyitása', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Szöveg iránya balról jobbra', - rtl : 'Szöveg iránya jobbról balra' - }, - - docprops : - { - label : 'Dokumentum tulajdonságai', - title : 'Dokumentum tulajdonságai', - design : 'Design', // MISSING - meta : 'Meta adatok', - chooseColor : 'Válasszon', - other : '<más>', - docTitle : 'OldalcÃm', - charset : 'Karakterkódolás', - charsetOther : 'Más karakterkódolás', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Közép-Európai', - charsetCT : 'KÃnai Tradicionális (Big5)', - charsetCR : 'Cyrill', - charsetGR : 'Görög', - charsetJP : 'Japán', - charsetKR : 'Koreai', - charsetTR : 'Török', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Nyugat-Európai', - docType : 'Dokumentum tÃpus fejléc', - docTypeOther : 'Más dokumentum tÃpus fejléc', - xhtmlDec : 'XHTML deklarációk beillesztése', - bgColor : 'HáttérszÃn', - bgImage : 'Háttérkép cÃm', - bgFixed : 'Nem gördÃthetÅ háttér', - txtColor : 'BetűszÃn', - margin : 'Oldal margók', - marginTop : 'FelsÅ', - marginLeft : 'Bal', - marginRight : 'Jobb', - marginBottom : 'Alsó', - metaKeywords : 'Dokumentum keresÅszavak (vesszÅvel elválasztva)', - metaDescription : 'Dokumentum leÃrás', - metaAuthor : 'SzerzÅ', - metaCopyright : 'SzerzÅi jog', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/is.js b/skins/ckeditor/_source/lang/is.js deleted file mode 100644 index 6263664..0000000 --- a/skins/ckeditor/_source/lang/is.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Icelandic language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['is'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Kóði', - newPage : 'Ný sÃða', - save : 'Vista', - preview : 'Forskoða', - cut : 'Klippa', - copy : 'Afrita', - paste : 'LÃma', - print : 'Prenta', - underline : 'Undirstrikað', - bold : 'Feitletrað', - italic : 'Skáletrað', - selectAll : 'Velja allt', - removeFormat : 'Fjarlægja snið', - strike : 'Yfirstrikað', - subscript : 'Niðurskrifað', - superscript : 'Uppskrifað', - horizontalrule : 'Lóðrétt lÃna', - pagebreak : 'Setja inn sÃðuskil', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Fjarlægja stiklu', - undo : 'Afturkalla', - redo : 'Hætta við afturköllun', - - // Common messages and labels. - common : - { - browseServer : 'Fletta à skjalasafni', - url : 'Vefslóð', - protocol : 'Samskiptastaðall', - upload : 'Senda upp', - uploadSubmit : 'Hlaða upp', - image : 'Setja inn mynd', - flash : 'Flash', - form : 'Setja inn innsláttarform', - checkbox : 'Setja inn hökunarreit', - radio : 'Setja inn valhnapp', - textField : 'Setja inn textareit', - textarea : 'Setja inn textasvæði', - hiddenField : 'Setja inn falið svæði', - button : 'Setja inn hnapp', - select : 'Setja inn lista', - imageButton : 'Setja inn myndahnapp', - notSet : '<ekkert valið>', - id : 'Auðkenni', - name : 'Nafn', - langDir : 'Lesstefna', - langDirLtr : 'Frá vinstri til hægri (LTR)', - langDirRtl : 'Frá hægri til vinstri (RTL)', - langCode : 'Tungumálakóði', - longDescr : 'Nánari lýsing', - cssClass : 'StÃlsniðsflokkur', - advisoryTitle : 'Titill', - cssStyle : 'StÃll', - ok : 'à lagi', - cancel : 'Hætta við', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'Almennt', - advancedTab : 'Tæknilegt', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Breidd', - height : 'Hæð', - align : 'Jöfnun', - alignLeft : 'Vinstri', - alignRight : 'Hægri', - alignCenter : 'Miðjað', - alignTop : 'Efst', - alignMiddle : 'Miðjuð', - alignBottom : 'Neðst', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Setja inn merki', - title : 'Velja tákn', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Stofna/breyta stiklu', - other : '<annar>', - menu : 'Breyta stiklu', - title : 'Stikla', - info : 'Almennt', - target : 'Mark', - upload : 'Senda upp', - advanced : 'Tæknilegt', - type : 'Stikluflokkur', - toUrl : 'URL', // MISSING - toAnchor : 'Bókamerki á þessari sÃðu', - toEmail : 'Netfang', - targetFrame : '<rammi>', - targetPopup : '<sprettigluggi>', - targetFrameName : 'Nafn markglugga', - targetPopupName : 'Nafn sprettiglugga', - popupFeatures : 'Eigindi sprettiglugga', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'Stöðustika', - popupLocationBar: 'FanglÃna', - popupToolbar : 'Verkfærastika', - popupMenuBar : 'VallÃna', - popupFullScreen : 'Heilskjár (IE)', - popupScrollBars : 'Skrunstikur', - popupDependent : 'Háð venslum (Netscape)', - popupLeft : 'Fjarlægð frá vinstri', - popupTop : 'Fjarlægð frá efri brún', - id : 'Id', // MISSING - langDir : 'Lesstefna', - langDirLTR : 'Frá vinstri til hægri (LTR)', - langDirRTL : 'Frá hægri til vinstri (RTL)', - acccessKey : 'Skammvalshnappur', - name : 'Nafn', - langCode : 'Lesstefna', - tabIndex : 'Raðnúmer innsláttarreits', - advisoryTitle : 'Titill', - advisoryContentType : 'Tegund innihalds', - cssClasses : 'StÃlsniðsflokkur', - charset : 'Táknróf', - styles : 'StÃll', - rel : 'Relationship', // MISSING - selectAnchor : 'Veldu akkeri', - anchorName : 'Eftir akkerisnafni', - anchorId : 'Eftir auðkenni einingar', - emailAddress : 'Netfang', - emailSubject : 'Efni', - emailBody : 'Meginmál', - noAnchors : '<Engin bókamerki á skrá>', - noUrl : 'Sláðu inn veffang stiklunnar!', - noEmail : 'Sláðu inn netfang!' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Stofna/breyta kaflamerki', - menu : 'Eigindi kaflamerkis', - title : 'Eigindi kaflamerkis', - name : 'Nafn bókamerkis', - errorName : 'Sláðu inn nafn bókamerkis!', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Finna og skipta', - find : 'Leita', - replace : 'Skipta út', - findWhat : 'Leita að:', - replaceWith : 'Skipta út fyrir:', - notFoundMsg : 'Leitartexti fannst ekki!', - matchCase : 'Gera greinarmun á¡ há¡- og lágstöfum', - matchWord : 'Aðeins heil orð', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'Skipta út allsstaðar', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'Tafla', - title : 'Eigindi töflu', - menu : 'Eigindi töflu', - deleteTable : 'Fella töflu', - rows : 'Raðir', - columns : 'Dálkar', - border : 'Breidd ramma', - widthPx : 'myndeindir', - widthPc : 'prósent', - widthUnit : 'width unit', // MISSING - cellSpace : 'Bil milli reita', - cellPad : 'ReitaspássÃa', - caption : 'Titill', - summary : 'Ãfram', - headers : 'Fyrirsagnir', - headersNone : 'Engar', - headersColumn : 'Fyrsti dálkur', - headersRow : 'Fyrsta röð', - headersBoth : 'Hvort tveggja', - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'Reitur', - insertBefore : 'Skjóta inn reiti fyrir aftan', - insertAfter : 'Skjóta inn reiti fyrir framan', - deleteCell : 'Fella reit', - merge : 'Sameina reiti', - mergeRight : 'Sameina til hægri', - mergeDown : 'Sameina niður á við', - splitHorizontal : 'Kljúfa reit lárétt', - splitVertical : 'Kljúfa reit lóðrétt', - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Röð', - insertBefore : 'Skjóta inn röð fyrir ofan', - insertAfter : 'Skjóta inn röð fyrir neðan', - deleteRow : 'Eyða röð' - }, - - column : - { - menu : 'Dálkur', - insertBefore : 'Skjóta inn dálki vinstra megin', - insertAfter : 'Skjóta inn dálki hægra megin', - deleteColumn : 'Fella dálk' - } - }, - - // Button Dialog. - button : - { - title : 'Eigindi hnapps', - text : 'Texti', - type : 'Gerð', - typeBtn : 'Hnappur', - typeSbm : 'Staðfesta', - typeRst : 'Hreinsa' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Eigindi markreits', - radioTitle : 'Eigindi valhnapps', - value : 'Gildi', - selected : 'Valið' - }, - - // Form Dialog. - form : - { - title : 'Eigindi innsláttarforms', - menu : 'Eigindi innsláttarforms', - action : 'Aðgerð', - method : 'Aðferð', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'Eigindi lista', - selectInfo : 'Upplýsingar', - opAvail : 'Kostir', - value : 'Gildi', - size : 'Stærð', - lines : 'lÃnur', - chkMulti : 'Leyfa fleiri kosti', - opText : 'Texti', - opValue : 'Gildi', - btnAdd : 'Bæta við', - btnModify : 'Breyta', - btnUp : 'Upp', - btnDown : 'Niður', - btnSetValue : 'Merkja sem valið', - btnDelete : 'Eyða' - }, - - // Textarea Dialog. - textarea : - { - title : 'Eigindi textasvæðis', - cols : 'Dálkar', - rows : 'LÃnur' - }, - - // Text Field Dialog. - textfield : - { - title : 'Eigindi textareits', - name : 'Nafn', - value : 'Gildi', - charWidth : 'Breidd (leturtákn)', - maxChars : 'Hámarksfjöldi leturtákna', - type : 'Gerð', - typeText : 'Texti', - typePass : 'Lykilorð' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Eigindi falins svæðis', - name : 'Nafn', - value : 'Gildi' - }, - - // Image Dialog. - image : - { - title : 'Eigindi myndar', - titleButton : 'Eigindi myndahnapps', - menu : 'Eigindi myndar', - infoTab : 'Almennt', - btnUpload : 'Hlaða upp', - upload : 'Hlaða upp', - alt : 'Baklægur texti', - lockRatio : 'Festa stærðarhlutfall', - resetSize : 'Reikna stærð', - border : 'Rammi', - hSpace : 'Vinstri bil', - vSpace : 'Hægri bil', - alertUrl : 'Sláðu inn slóðina að myndinni', - linkTab : 'Stikla', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Eigindi Flash', - propertiesTab : 'Properties', // MISSING - title : 'Eigindi Flash', - chkPlay : 'Sjálfvirk spilun', - chkLoop : 'Endurtekning', - chkMenu : 'Sýna Flash-valmynd', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Skali', - scaleAll : 'Sýna allt', - scaleNoBorder : 'Ãn ramma', - scaleFit : 'Fella skala að stærð', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Abs neðst', - alignAbsMiddle : 'Abs miðjuð', - alignBaseline : 'GrunnlÃna', - alignTextTop : 'Efri brún texta', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Bakgrunnslitur', - hSpace : 'Vinstri bil', - vSpace : 'Hægri bil', - validateSrc : 'Sláðu inn veffang stiklunnar!', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Villuleit', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'Ekki à orðabókinni', - changeTo : 'Tillaga', - btnIgnore : 'Hunsa', - btnIgnoreAll : 'Hunsa allt', - btnReplace : 'Skipta', - btnReplaceAll : 'Skipta öllu', - btnUndo : 'Til baka', - noSuggestions : '- engar tillögur -', - progress : 'Villuleit à gangi...', - noMispell : 'Villuleit lokið: Engin villa fannst', - noChanges : 'Villuleit lokið: Engu orði breytt', - oneChange : 'Villuleit lokið: Einu orði breytt', - manyChanges : 'Villuleit lokið: %1 orðum breytt', - ieSpellDownload : 'Villuleit ekki sett upp.<br>Viltu setja hana upp?' - }, - - smiley : - { - toolbar : 'Svipur', - title : 'Velja svip', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'Númeraður listi', - bulletedlist : 'Punktalisti', - indent : 'Minnka inndrátt', - outdent : 'Auka inndrátt', - - justify : - { - left : 'Vinstrijöfnun', - center : 'Miðja texta', - right : 'Hægrijöfnun', - block : 'Jafna báðum megin' - }, - - blockquote : 'Inndráttur', - - clipboard : - { - title : 'LÃma', - cutError : 'Ãryggisstillingar vafrans þÃns leyfa ekki klippingu texta með músaraðgerð. Notaðu lyklaborðið à klippa (Ctrl/Cmd+X).', - copyError : 'Ãryggisstillingar vafrans þÃns leyfa ekki afritun texta með músaraðgerð. Notaðu lyklaborðið à afrita (Ctrl/Cmd+C).', - pasteMsg : 'LÃmdu à svæðið hér að neðan og (<STRONG>Ctrl/Cmd+V</STRONG>) og smelltu á <STRONG>OK</STRONG>.', - securityMsg : 'Vegna öryggisstillinga à vafranum þÃnum fær ritillinn ekki beinan aðgang að klippuborðinu. Ãú verður að lÃma innihaldið aftur inn à þennan glugga.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'LÃma úr Word', - title : 'LÃma úr Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'LÃma sem ósniðinn texta', - title : 'LÃma sem ósniðinn texta' - }, - - templates : - { - button : 'Sniðmát', - title : 'Innihaldssniðmát', - options : 'Template Options', // MISSING - insertOption : 'Skipta út raunverulegu innihaldi', - selectPromptMsg : 'Veldu sniðmát til að opna à ritlinum.<br>(Núverandi innihald vÃkur fyrir þvÃ!):', - emptyListMsg : '(Ekkert sniðmát er skilgreint!)' - }, - - showBlocks : 'Sýna blokkir', - - stylesCombo : - { - label : 'StÃlflokkur', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'StÃlsnið', - panelTitle : 'StÃlsnið', - - tag_p : 'Venjulegt letur', - tag_pre : 'Forsniðið', - tag_address : 'Vistfang', - tag_h1 : 'Fyrirsögn 1', - tag_h2 : 'Fyrirsögn 2', - tag_h3 : 'Fyrirsögn 3', - tag_h4 : 'Fyrirsögn 4', - tag_h5 : 'Fyrirsögn 5', - tag_h6 : 'Fyrirsögn 6', - tag_div : 'Venjulegt (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Leturgerð ', - voiceLabel : 'Font', // MISSING - panelTitle : 'Leturgerð ' - }, - - fontSize : - { - label : 'Leturstærð ', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Leturstærð ' - }, - - colorButton : - { - textColorTitle : 'Litur texta', - bgColorTitle : 'Bakgrunnslitur', - panelTitle : 'Colors', // MISSING - auto : 'Sjálfval', - more : 'Fleiri liti...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Eigindi skjals', - title : 'Eigindi skjals', - design : 'Design', // MISSING - meta : 'Lýsigögn', - chooseColor : 'Choose', // MISSING - other : '<annar>', - docTitle : 'Titill sÃðu', - charset : 'Letursett', - charsetOther : 'Annað letursett', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Mið-evrópskt', - charsetCT : 'KÃnverskt, hefðbundið (Big5)', - charsetCR : 'Kýrilskt', - charsetGR : 'GrÃskt', - charsetJP : 'Japanskt', - charsetKR : 'Kóreskt', - charsetTR : 'Tyrkneskt', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Vestur-evrópst', - docType : 'Flokkur skjalategunda', - docTypeOther : 'Annar flokkur skjalategunda', - xhtmlDec : 'Fella inn XHTML lýsingu', - bgColor : 'Bakgrunnslitur', - bgImage : 'Slóð bakgrunnsmyndar', - bgFixed : 'Læstur bakgrunnur', - txtColor : 'Litur texta', - margin : 'HliðarspássÃa', - marginTop : 'Efst', - marginLeft : 'Vinstri', - marginRight : 'Hægri', - marginBottom : 'Neðst', - metaKeywords : 'Lykilorð efnisorðaskrár (aðgreind með kommum)', - metaDescription : 'Lýsing skjals', - metaAuthor : 'Höfundur', - metaCopyright : 'Höfundarréttur', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/it.js b/skins/ckeditor/_source/lang/it.js deleted file mode 100644 index ad0e17d..0000000 --- a/skins/ckeditor/_source/lang/it.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Italian language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['it'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Codice Sorgente', - newPage : 'Nuova pagina vuota', - save : 'Salva', - preview : 'Anteprima', - cut : 'Taglia', - copy : 'Copia', - paste : 'Incolla', - print : 'Stampa', - underline : 'Sottolineato', - bold : 'Grassetto', - italic : 'Corsivo', - selectAll : 'Seleziona tutto', - removeFormat : 'Elimina formattazione', - strike : 'Barrato', - subscript : 'Pedice', - superscript : 'Apice', - horizontalrule : 'Inserisci riga orizzontale', - pagebreak : 'Inserisci interruzione di pagina', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Elimina collegamento', - undo : 'Annulla', - redo : 'Ripristina', - - // Common messages and labels. - common : - { - browseServer : 'Cerca sul server', - url : 'URL', - protocol : 'Protocollo', - upload : 'Carica', - uploadSubmit : 'Invia al server', - image : 'Immagine', - flash : 'Oggetto Flash', - form : 'Modulo', - checkbox : 'Checkbox', - radio : 'Radio Button', - textField : 'Campo di testo', - textarea : 'Area di testo', - hiddenField : 'Campo nascosto', - button : 'Bottone', - select : 'Menu di selezione', - imageButton : 'Bottone immagine', - notSet : '<non impostato>', - id : 'Id', - name : 'Nome', - langDir : 'Direzione scrittura', - langDirLtr : 'Da Sinistra a Destra (LTR)', - langDirRtl : 'Da Destra a Sinistra (RTL)', - langCode : 'Codice Lingua', - longDescr : 'URL descrizione estesa', - cssClass : 'Nome classe CSS', - advisoryTitle : 'Titolo', - cssStyle : 'Stile', - ok : 'OK', - cancel : 'Annulla', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'Generale', - advancedTab : 'Avanzate', - validateNumberFailed : 'Il valore inserito non è un numero.', - confirmNewPage : 'Ogni modifica non salvata sarà persa. Sei sicuro di voler caricare una nuova pagina?', - confirmCancel : 'Alcune delle opzioni sono state cambiate. Sei sicuro di voler chiudere la finestra di dialogo?', - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Larghezza', - height : 'Altezza', - align : 'Allineamento', - alignLeft : 'Sinistra', - alignRight : 'Destra', - alignCenter : 'Centrato', - alignTop : 'In Alto', - alignMiddle : 'Centrato', - alignBottom : 'In Basso', - invalidHeight : 'L\'altezza dev\'essere un numero', - invalidWidth : 'La Larghezza dev\'essere un numero', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, non disponibile</span>' - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Inserisci carattere speciale', - title : 'Seleziona carattere speciale', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Inserisci/Modifica collegamento', - other : '<altro>', - menu : 'Modifica collegamento', - title : 'Collegamento', - info : 'Informazioni collegamento', - target : 'Destinazione', - upload : 'Carica', - advanced : 'Avanzate', - type : 'Tipo di Collegamento', - toUrl : 'URL', // MISSING - toAnchor : 'Ancora nella pagina', - toEmail : 'E-Mail', - targetFrame : '<riquadro>', - targetPopup : '<finestra popup>', - targetFrameName : 'Nome del riquadro di destinazione', - targetPopupName : 'Nome finestra popup', - popupFeatures : 'Caratteristiche finestra popup', - popupResizable : 'Ridimensionabile', - popupStatusBar : 'Barra di stato', - popupLocationBar: 'Barra degli indirizzi', - popupToolbar : 'Barra degli strumenti', - popupMenuBar : 'Barra del menu', - popupFullScreen : 'A tutto schermo (IE)', - popupScrollBars : 'Barre di scorrimento', - popupDependent : 'Dipendente (Netscape)', - popupLeft : 'Posizione da sinistra', - popupTop : 'Posizione dall\'alto', - id : 'Id', - langDir : 'Direzione scrittura', - langDirLTR : 'Da Sinistra a Destra (LTR)', - langDirRTL : 'Da Destra a Sinistra (RTL)', - acccessKey : 'Scorciatoia<br />da tastiera', - name : 'Nome', - langCode : 'Direzione scrittura', - tabIndex : 'Ordine di tabulazione', - advisoryTitle : 'Titolo', - advisoryContentType : 'Tipo della risorsa collegata', - cssClasses : 'Nome classe CSS', - charset : 'Set di caretteri della risorsa collegata', - styles : 'Stile', - rel : 'Relationship', // MISSING - selectAnchor : 'Scegli Ancora', - anchorName : 'Per Nome', - anchorId : 'Per id elemento', - emailAddress : 'Indirizzo E-Mail', - emailSubject : 'Oggetto del messaggio', - emailBody : 'Corpo del messaggio', - noAnchors : '(Nessuna ancora disponibile nel documento)', - noUrl : 'Devi inserire l\'URL del collegamento', - noEmail : 'Devi inserire un\'indirizzo e-mail' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Inserisci/Modifica Ancora', - menu : 'Proprietà ancora', - title : 'Proprietà ancora', - name : 'Nome ancora', - errorName : 'Inserici il nome dell\'ancora', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Cerca e Sostituisci', - find : 'Trova', - replace : 'Sostituisci', - findWhat : 'Trova:', - replaceWith : 'Sostituisci con:', - notFoundMsg : 'L\'elemento cercato non è stato trovato.', - matchCase : 'Maiuscole/minuscole', - matchWord : 'Solo parole intere', - matchCyclic : 'Ricerca ciclica', - replaceAll : 'Sostituisci tutto', - replaceSuccessMsg : '%1 occorrenza(e) sostituite.' - }, - - // Table Dialog - table : - { - toolbar : 'Tabella', - title : 'Proprietà tabella', - menu : 'Proprietà tabella', - deleteTable : 'Cancella Tabella', - rows : 'Righe', - columns : 'Colonne', - border : 'Dimensione bordo', - widthPx : 'pixel', - widthPc : 'percento', - widthUnit : 'width unit', // MISSING - cellSpace : 'Spaziatura celle', - cellPad : 'Padding celle', - caption : 'Intestazione', - summary : 'Indice', - headers : 'Intestazione', - headersNone : 'Nessuna', - headersColumn : 'Prima Colonna', - headersRow : 'Prima Riga', - headersBoth : 'Entrambe', - invalidRows : 'Il numero di righe dev\'essere un numero maggiore di 0.', - invalidCols : 'Il numero di colonne dev\'essere un numero maggiore di 0.', - invalidBorder : 'La dimensione del bordo dev\'essere un numero.', - invalidWidth : 'La larghezza della tabella dev\'essere un numero.', - invalidHeight : 'L\'altezza della tabella dev\'essere un numero.', - invalidCellSpacing : 'La spaziatura tra le celle dev\'essere un numero.', - invalidCellPadding : 'Il pagging delle celle dev\'essere un numero', - - cell : - { - menu : 'Cella', - insertBefore : 'Inserisci Cella Prima', - insertAfter : 'Inserisci Cella Dopo', - deleteCell : 'Elimina celle', - merge : 'Unisce celle', - mergeRight : 'Unisci a Destra', - mergeDown : 'Unisci in Basso', - splitHorizontal : 'Dividi Cella Orizzontalmente', - splitVertical : 'Dividi Cella Verticalmente', - title : 'Proprietà della cella', - cellType : 'Tipo di cella', - rowSpan : 'Su più righe', - colSpan : 'Su più colonne', - wordWrap : 'Ritorno a capo', - hAlign : 'Allineamento orizzontale', - vAlign : 'Allineamento verticale', - alignBaseline : 'Linea Base', - bgColor : 'Colore di Sfondo', - borderColor : 'Colore del Bordo', - data : 'Dati', - header : 'Intestazione', - yes : 'Si', - no : 'No', - invalidWidth : 'La larghezza della cella dev\'essere un numero.', - invalidHeight : 'L\'altezza della cella dev\'essere un numero.', - invalidRowSpan : 'Il numero di righe dev\'essere un numero intero.', - invalidColSpan : 'Il numero di colonne dev\'essere un numero intero.', - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Riga', - insertBefore : 'Inserisci Riga Prima', - insertAfter : 'Inserisci Riga Dopo', - deleteRow : 'Elimina righe' - }, - - column : - { - menu : 'Colonna', - insertBefore : 'Inserisci Colonna Prima', - insertAfter : 'Inserisci Colonna Dopo', - deleteColumn : 'Elimina colonne' - } - }, - - // Button Dialog. - button : - { - title : 'Proprietà bottone', - text : 'Testo (Value)', - type : 'Tipo', - typeBtn : 'Bottone', - typeSbm : 'Invio', - typeRst : 'Annulla' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Proprietà checkbox', - radioTitle : 'Proprietà radio button', - value : 'Valore', - selected : 'Selezionato' - }, - - // Form Dialog. - form : - { - title : 'Proprietà modulo', - menu : 'Proprietà modulo', - action : 'Azione', - method : 'Metodo', - encoding : 'Codifica' - }, - - // Select Field Dialog. - select : - { - title : 'Proprietà menu di selezione', - selectInfo : 'Info', - opAvail : 'Opzioni disponibili', - value : 'Valore', - size : 'Dimensione', - lines : 'righe', - chkMulti : 'Permetti selezione multipla', - opText : 'Testo', - opValue : 'Valore', - btnAdd : 'Aggiungi', - btnModify : 'Modifica', - btnUp : 'Su', - btnDown : 'Gi', - btnSetValue : 'Imposta come predefinito', - btnDelete : 'Rimuovi' - }, - - // Textarea Dialog. - textarea : - { - title : 'Proprietà area di testo', - cols : 'Colonne', - rows : 'Righe' - }, - - // Text Field Dialog. - textfield : - { - title : 'Proprietà campo di testo', - name : 'Nome', - value : 'Valore', - charWidth : 'Larghezza', - maxChars : 'Numero massimo di caratteri', - type : 'Tipo', - typeText : 'Testo', - typePass : 'Password' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Proprietà campo nascosto', - name : 'Nome', - value : 'Valore' - }, - - // Image Dialog. - image : - { - title : 'Proprietà immagine', - titleButton : 'Proprietà bottone immagine', - menu : 'Proprietà immagine', - infoTab : 'Informazioni immagine', - btnUpload : 'Invia al server', - upload : 'Carica', - alt : 'Testo alternativo', - lockRatio : 'Blocca rapporto', - resetSize : 'Reimposta dimensione', - border : 'Bordo', - hSpace : 'HSpace', - vSpace : 'VSpace', - alertUrl : 'Devi inserire l\'URL per l\'immagine', - linkTab : 'Collegamento', - button2Img : 'Vuoi trasformare il bottone immagine selezionato in un\'immagine semplice?', - img2Button : 'Vuoi trasferomare l\'immagine selezionata in un bottone immagine?', - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Proprietà Oggetto Flash', - propertiesTab : 'Proprietà ', - title : 'Proprietà Oggetto Flash', - chkPlay : 'Avvio Automatico', - chkLoop : 'Riavvio automatico', - chkMenu : 'Abilita Menu di Flash', - chkFull : 'Permetti la modalità tutto schermo', - scale : 'Ridimensiona', - scaleAll : 'Mostra Tutto', - scaleNoBorder : 'Senza Bordo', - scaleFit : 'Dimensione Esatta', - access : 'Accesso Script', - accessAlways : 'Sempre', - accessSameDomain: 'Solo stesso dominio', - accessNever : 'Mai', - alignAbsBottom : 'In basso assoluto', - alignAbsMiddle : 'Centrato assoluto', - alignBaseline : 'Linea base', - alignTextTop : 'In alto al testo', - quality : 'Qualità ', - qualityBest : 'Massima', - qualityHigh : 'Alta', - qualityAutoHigh : 'Alta Automatica', - qualityMedium : 'Intermedia', - qualityAutoLow : 'Bassa Automatica', - qualityLow : 'Bassa', - windowModeWindow: 'Finestra', - windowModeOpaque: 'Opaca', - windowModeTransparent : 'Trasparente', - windowMode : 'Modalità finestra', - flashvars : 'Variabili per Flash', - bgcolor : 'Colore sfondo', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'Devi inserire l\'URL del collegamento', - validateHSpace : 'L\'HSpace dev\'essere un numero.', - validateVSpace : 'Il VSpace dev\'essere un numero.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Correttore ortografico', - title : 'Controllo ortografico', - notAvailable : 'Il servizio non è momentaneamente disponibile.', - errorLoading : 'Errore nel caricamento dell\'host col servizio applicativo: %s.', - notInDic : 'Non nel dizionario', - changeTo : 'Cambia in', - btnIgnore : 'Ignora', - btnIgnoreAll : 'Ignora tutto', - btnReplace : 'Cambia', - btnReplaceAll : 'Cambia tutto', - btnUndo : 'Annulla', - noSuggestions : '- Nessun suggerimento -', - progress : 'Controllo ortografico in corso', - noMispell : 'Controllo ortografico completato: nessun errore trovato', - noChanges : 'Controllo ortografico completato: nessuna parola cambiata', - oneChange : 'Controllo ortografico completato: 1 parola cambiata', - manyChanges : 'Controllo ortografico completato: %1 parole cambiate', - ieSpellDownload : 'Contollo ortografico non installato. Lo vuoi scaricare ora?' - }, - - smiley : - { - toolbar : 'Emoticon', - title : 'Inserisci emoticon', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 elemento' - }, - - numberedlist : 'Elenco numerato', - bulletedlist : 'Elenco puntato', - indent : 'Aumenta rientro', - outdent : 'Riduci rientro', - - justify : - { - left : 'Allinea a sinistra', - center : 'Centra', - right : 'Allinea a destra', - block : 'Giustifica' - }, - - blockquote : 'Citazione', - - clipboard : - { - title : 'Incolla', - cutError : 'Le impostazioni di sicurezza del browser non permettono di tagliare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+X).', - copyError : 'Le impostazioni di sicurezza del browser non permettono di copiare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+C).', - pasteMsg : 'Incolla il testo all\'interno dell\'area sottostante usando la scorciatoia di tastiere (<STRONG>Ctrl/Cmd+V</STRONG>) e premi <STRONG>OK</STRONG>.', - securityMsg : 'A causa delle impostazioni di sicurezza del browser,l\'editor non è in grado di accedere direttamente agli appunti. E\' pertanto necessario incollarli di nuovo in questa finestra.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'Il testo da incollare sembra provenire da Word. Desideri pulirlo prima di incollare?', - toolbar : 'Incolla da Word', - title : 'Incolla da Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Incolla come testo semplice', - title : 'Incolla come testo semplice' - }, - - templates : - { - button : 'Modelli', - title : 'Contenuto dei modelli', - options : 'Template Options', // MISSING - insertOption : 'Cancella il contenuto corrente', - selectPromptMsg : 'Seleziona il modello da aprire nell\'editor<br />(il contenuto attuale verrà eliminato):', - emptyListMsg : '(Nessun modello definito)' - }, - - showBlocks : 'Visualizza Blocchi', - - stylesCombo : - { - label : 'Stile', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Stili per blocchi', - panelTitle2 : 'Stili in linea', - panelTitle3 : 'Stili per oggetti' - }, - - format : - { - label : 'Formato', - panelTitle : 'Formato', - - tag_p : 'Normale', - tag_pre : 'Formattato', - tag_address : 'Indirizzo', - tag_h1 : 'Titolo 1', - tag_h2 : 'Titolo 2', - tag_h3 : 'Titolo 3', - tag_h4 : 'Titolo 4', - tag_h5 : 'Titolo 5', - tag_h6 : 'Titolo 6', - tag_div : 'Paragrafo (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Font', - voiceLabel : 'Font', - panelTitle : 'Font' - }, - - fontSize : - { - label : 'Dimensione', - voiceLabel : 'Dimensione Font', - panelTitle : 'Dimensione' - }, - - colorButton : - { - textColorTitle : 'Colore testo', - bgColorTitle : 'Colore sfondo', - panelTitle : 'Colors', // MISSING - auto : 'Automatico', - more : 'Altri colori...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Controllo Ortografico Mentre Scrivi', - opera_title : 'Not supported by Opera', // MISSING - enable : 'Abilita COMS', - disable : 'Disabilita COMS', - about : 'About COMS', - toggle : 'Inverti abilitazione SCOMS', - options : 'Opzioni', - langs : 'Lingue', - moreSuggestions : 'Altri suggerimenti', - ignore : 'Ignora', - ignoreAll : 'Ignora tutti', - addWord : 'Aggiungi Parola', - emptyDic : 'Il nome del dizionario non può essere vuoto.', - - optionsTab : 'Opzioni', - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Lingue', - - dictionariesTab : 'Dizionari', - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' - }, - - about : - { - title : 'About CKEditor', - dlgTitle : 'About CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Per le informazioni sulla licenza si prega di visitare il nostro sito:', - copy : 'Copyright © $1. Tutti i diritti riservati.' - }, - - maximize : 'Massimizza', - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Ancora', - flash : 'Animazione Flash', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Oggetto sconosciuto' - }, - - resize : 'Trascina per ridimensionare', - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Proprietà del Documento', - title : 'Proprietà del Documento', - design : 'Design', // MISSING - meta : 'Meta Data', - chooseColor : 'Choose', // MISSING - other : '<altro>', - docTitle : 'Titolo pagina', - charset : 'Set di caretteri', - charsetOther : 'Altro set di caretteri', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Europa Centrale', - charsetCT : 'Cinese Tradizionale (Big5)', - charsetCR : 'Cirillico', - charsetGR : 'Greco', - charsetJP : 'Giapponese', - charsetKR : 'Coreano', - charsetTR : 'Turco', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Europa Occidentale', - docType : 'Intestazione DocType', - docTypeOther : 'Altra intestazione DocType', - xhtmlDec : 'Includi dichiarazione XHTML', - bgColor : 'Colore di sfondo', - bgImage : 'Immagine di sfondo', - bgFixed : 'Sfondo fissato', - txtColor : 'Colore testo', - margin : 'Margini', - marginTop : 'In Alto', - marginLeft : 'A Sinistra', - marginRight : 'A Destra', - marginBottom : 'In Basso', - metaKeywords : 'Chiavi di indicizzazione documento (separate da virgola)', - metaDescription : 'Descrizione documento', - metaAuthor : 'Autore', - metaCopyright : 'Copyright', // MISSING - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/ja.js b/skins/ckeditor/_source/lang/ja.js deleted file mode 100644 index 673a60a..0000000 --- a/skins/ckeditor/_source/lang/ja.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Japanese language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['ja'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'ãªããããã¹ãã¨ãã£ã¿, %1, ãã«ã㯠ALT 0 ãæ¼ãã¦ãã ãã', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'ãªããããã¹ãã¨ãã£ã¿', - - // Toolbar buttons without dialogs. - source : 'ã½ã¼ã¹', - newPage : 'æ°ãããã¼ã¸', - save : 'ä¿å', - preview : 'ãã¬ãã¥ã¼', - cut : 'åãåã', - copy : 'ã³ãã¼', - paste : 'è²¼ãä»ã', - print : 'å°å·', - underline : 'ä¸ç·', - bold : '太å', - italic : 'æä½', - selectAll : 'ãã¹ã¦é¸æ', - removeFormat : 'ãã©ã¼ãããåé¤', - strike : 'æã¡æ¶ãç·', - subscript : 'æ·»ãå', - superscript : 'ä¸ä»ãæå', - horizontalrule : '横罫ç·', - pagebreak : 'æ¹ãã¼ã¸æ¿å ¥', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'ãªã³ã¯åé¤', - undo : 'å ã«æ»ã', - redo : 'ããç´ã', - - // Common messages and labels. - common : - { - browseServer : 'ãµã¼ãã¼ãã©ã¦ã¶ã¼', - url : 'URL', - protocol : 'ãããã³ã«', - upload : 'ã¢ãããã¼ã', - uploadSubmit : 'ãµã¼ãã¼ã«éä¿¡', - image : 'ã¤ã¡ã¼ã¸', - flash : 'Flash', - form : 'ãã©ã¼ã ', - checkbox : 'ãã§ãã¯ããã¯ã¹', - radio : 'ã©ã¸ãªãã¿ã³', - textField : 'ï¼è¡ããã¹ã', - textarea : 'ããã¹ãã¨ãªã¢', - hiddenField : 'ä¸å¯è¦ãã£ã¼ã«ã', - button : 'ãã¿ã³', - select : 'é¸æãã£ã¼ã«ã', - imageButton : 'ç»åãã¿ã³', - notSet : '<ãªã>', - id : 'Id', - name : 'Nameå±æ§', - langDir : 'æå表è¨ã®æ¹å', - langDirLtr : 'å·¦ããå³ (LTR)', - langDirRtl : 'å³ããå·¦ (RTL)', - langCode : 'è¨èªã³ã¼ã', - longDescr : 'longdescå±æ§(é·æ説æ)', - cssClass : 'ã¹ã¿ã¤ã«ã·ã¼ãã¯ã©ã¹', - advisoryTitle : 'Titleå±æ§', - cssStyle : 'ã¹ã¿ã¤ã«ã·ã¼ã', - ok : 'OK', - cancel : 'ãã£ã³ã»ã«', - close : 'éãã', - preview : 'ãã¬ãã¥ã¼', - 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 : 'ä¸', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, å©ç¨ä¸å¯è½</span>' - }, - - contextmenu : - { - options : 'ã³ã³ããã¹ãã¡ãã¥ã¼ãªãã·ã§ã³' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'ç¹æ®æåæ¿å ¥', - title : 'ç¹æ®æåé¸æ', - options : 'ç¹æ®æåãªãã·ã§ã³' - }, - - // Link dialog. - link : - { - toolbar : 'ãªã³ã¯æ¿å ¥/ç·¨é', - other : '<ãã®ä»ã®>', - menu : 'ãªã³ã¯ç·¨é', - title : 'ãã¤ãã¼ãªã³ã¯', - info : 'ãã¤ãã¼ãªã³ã¯ æ å ±', - target : 'ã¿ã¼ã²ãã', - upload : 'ã¢ãããã¼ã', - advanced : 'é«åº¦ãªè¨å®', - type : 'ãªã³ã¯ã¿ã¤ã', - toUrl : 'URL', // MISSING - toAnchor : 'ãã®ãã¼ã¸ã®ã¢ã³ã«ã¼', - toEmail : 'E-Mail', - targetFrame : '<ãã¬ã¼ã >', - targetPopup : '<ãããã¢ããã¦ã£ã³ãã¦>', - targetFrameName : 'ç®çã®ãã¬ã¼ã å', - targetPopupName : 'ãããã¢ããã¦ã£ã³ãã¦å', - popupFeatures : 'ãããã¢ããã¦ã£ã³ãã¦ç¹å¾´', - popupResizable : 'ãµã¤ãºå¯å¤', - popupStatusBar : 'ã¹ãã¼ã¿ã¹ãã¼', - popupLocationBar: 'ãã±ã¼ã·ã§ã³ãã¼', - popupToolbar : 'ãã¼ã«ãã¼', - popupMenuBar : 'ã¡ãã¥ã¼ãã¼', - popupFullScreen : 'å ¨ç»é¢ã¢ã¼ã(IE)', - popupScrollBars : 'ã¹ã¯ãã¼ã«ãã¼', - popupDependent : 'éããã¦ã£ã³ãã¦ã«é£åãã¦éãã (Netscape)', - popupLeft : '左端ããã®åº§æ¨ã§æå®', - popupTop : 'ä¸ç«¯ããã®åº§æ¨ã§æå®', - id : 'Id', - langDir : 'æå表è¨ã®æ¹å', - langDirLTR : 'å·¦ããå³ (LTR)', - langDirRTL : 'å³ããå·¦ (RTL)', - acccessKey : 'ã¢ã¯ã»ã¹ãã¼', - name : 'Nameå±æ§', - langCode : 'è¨èªã³ã¼ã', - tabIndex : 'ã¿ãã¤ã³ããã¯ã¹', - advisoryTitle : 'Titleå±æ§', - advisoryContentType : 'Content Typeå±æ§', - cssClasses : 'ã¹ã¿ã¤ã«ã·ã¼ãã¯ã©ã¹', - charset : 'ãªã³ã¯charsetå±æ§', - styles : 'ã¹ã¿ã¤ã«ã·ã¼ã', - rel : 'Relationship', // MISSING - selectAnchor : 'ã¢ã³ã«ã¼ãé¸æ', - anchorName : 'ã¢ã³ã«ã¼å', - anchorId : 'ã¨ã¬ã¡ã³ãID', - emailAddress : 'E-Mail ã¢ãã¬ã¹', - emailSubject : '件å', - emailBody : 'æ¬æ', - noAnchors : '(ããã¥ã¡ã³ãã«ããã¦å©ç¨å¯è½ãªã¢ã³ã«ã¼ã¯ããã¾ããã)', - noUrl : 'ãªã³ã¯URLãå ¥åãã¦ãã ããã', - noEmail : 'ã¡ã¼ã«ã¢ãã¬ã¹ãå ¥åãã¦ãã ããã' - }, - - // Anchor dialog - anchor : - { - toolbar : 'ã¢ã³ã«ã¼æ¿å ¥/ç·¨é', - menu : 'ã¢ã³ã«ã¼ ããããã£', - title : 'ã¢ã³ã«ã¼ ããããã£', - name : 'ã¢ã³ã«ã¼å', - errorName : 'ã¢ã³ã«ã¼åãå¿ ãå ¥åãã¦ãã ããã', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : '段è½çªå· ããããã£', - bulletedTitle : 'ç®æ¡æ¸ã ããããã£', - type : 'ã¿ã¤ã', - start : 'éå§', - validateStartNumber :'ãªã¹ãéå§çªå·ã¯æ°å¤ã§å ¥åãã¦ãã ããã', - circle : 'ç½ä¸¸', - disc : 'é»ä¸¸', - square : 'åè§', - none : 'ãªã', - notset : '<ãªã>', - armenian : 'ã¢ã«ã¡ãã¢æ°å', - georgian : 'ã°ã«ã¸ã¢æ°å (an, ban, gan, etc.)', - lowerRoman : 'å°æåãã¼ãæ°å (i, ii, iii, iv, v, etc.)', - upperRoman : '大æåãã¼ãæ°å (I, II, III, IV, V, etc.)', - lowerAlpha : 'å°æåã¢ã«ãã¡ããã (a, b, c, d, e, etc.)', - upperAlpha : '大æåã¢ã«ãã¡ããã (A, B, C, D, E, etc.)', - lowerGreek : 'å°æåã®ãªã·ã£æå (alpha, beta, gamma, etc.)', - decimal : 'æ°å (1, 2, 3, etc.)', - decimalLeadingZero : 'ä¸ä½æ¡ã«0ãã¤ããæ°å (01, 02, 03, etc.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'æ¤ç´¢ãã¦ç½®æ', - find : 'æ¤ç´¢', - replace : 'ç½®ãæã', - findWhat : 'æ¤ç´¢ããæåå:', - replaceWith : 'ç½®æãããæåå:', - notFoundMsg : 'æå®ãããæååã¯è¦ã¤ããã¾ããã§ããã', - matchCase : '大æåã¨å°æåãåºå¥ãã', - matchWord : 'åèªåä½ã§æ¢ã', - matchCyclic : 'ä¸å¨ãã', - replaceAll : 'ãã¹ã¦ç½®æã', - replaceSuccessMsg : '%1 åç½®æãã¾ããã' - }, - - // Table Dialog - table : - { - toolbar : 'ãã¼ãã«', - title : 'ãã¼ãã« ããããã£', - menu : 'ãã¼ãã« ããããã£', - deleteTable : 'ãã¼ãã«åé¤', - rows : 'è¡', - columns : 'å', - border : 'ãã¼ãã¼ãµã¤ãº', - widthPx : 'ãã¯ã»ã«', - widthPc : 'ãã¼ã»ã³ã', - widthUnit : 'ã¦ããã', - cellSpace : 'ã»ã«å ä½ç½', - cellPad : 'ã»ã«å éé', - caption : 'ãã£ãã·ã§ã³', - summary : 'ãã¼ãã«ã®æ¦è¦', - headers : 'ãã¼ãã«ããã(th)', - headersNone : 'ãªã', - headersColumn : 'åãã®åã®ã¿', - headersRow : 'åãã®è¡ã®ã¿', - headersBoth : '両æ¹', - invalidRows : 'è¡ã¯0ãã大ããªæ°å¤ã§å ¥åãã¦ãã ããã', - invalidCols : 'åã¯0ãã大ããªæ°å¤ã§å ¥åãã¦ãã ããã', - invalidBorder : 'ãã¼ãã¼ãµã¤ãºã¯æ°å¤ã§å ¥åãã¦ãã ããã', - invalidWidth : 'å¹ ã¯æ°å¤ã§å ¥åãã¦ãã ããã', - invalidHeight : 'é«ãã¯æ°å¤ã§å ¥åãã¦ãã ããã', - invalidCellSpacing : 'ã»ã«å ä½ç½ã¯æ°å¤ã§å ¥åãã¦ãã ããã', - invalidCellPadding : 'ã»ã«å ééã¯æ°å¤ã§å ¥åãã¦ãã ããã', - - cell : - { - menu : 'ã»ã«', - insertBefore : 'ã»ã«ã®åã«æ¿å ¥', - insertAfter : 'ã»ã«ã®å¾ã«æ¿å ¥', - deleteCell : 'ã»ã«åé¤', - merge : 'ã»ã«çµå', - mergeRight : 'å³ã«çµå', - mergeDown : 'ä¸ã«çµå', - splitHorizontal : 'ã»ã«ãæ°´å¹³æ¹ååå²', - splitVertical : 'ã»ã«ãåç´æ¹åã«åå²', - title : 'ã»ã«ããããã£', - cellType : 'ã»ã«ã¿ã¤ã', - rowSpan : 'ç¸¦å¹ (è¡æ°)', - colSpan : 'æ¨ªå¹ (åæ°)', - wordWrap : 'æãè¿ã', - hAlign : 'ã»ã«æ¨ªã®æ´å', - vAlign : 'ã»ã«ç¸¦ã®æ´å', - alignBaseline : 'ãã¼ã¹ã©ã¤ã³', - bgColor : 'èæ¯è²', - borderColor : 'ãã¼ãã¼ã«ã©ã¼', - data : 'ãã¼ãã«ãã¼ã¿(td)', - header : 'ãã¼ãã«ããã(th)', - yes : 'Yes', - no : 'No', - invalidWidth : 'ã»ã«å¹ ã¯æ°å¤ã§å ¥åãã¦ãã ããã', - invalidHeight : 'ã»ã«é«ãã¯æ°å¤ã§å ¥åãã¦ãã ããã', - invalidRowSpan : 'ç¸¦å¹ (è¡æ°)ã¯æ°å¤ã§å ¥åãã¦ãã ããã', - invalidColSpan : 'æ¨ªå¹ (åæ°)ã¯æ°å¤ã§å ¥åãã¦ãã ããã', - chooseColor : 'è²ã®é¸æ' - }, - - row : - { - menu : 'è¡', - insertBefore : 'è¡ã®åã«æ¿å ¥', - insertAfter : 'è¡ã®å¾ã«æ¿å ¥', - deleteRow : 'è¡åé¤' - }, - - column : - { - menu : 'ã«ã©ã ', - insertBefore : 'ã«ã©ã ã®åã«æ¿å ¥', - insertAfter : 'ã«ã©ã ã®å¾ã«æ¿å ¥', - deleteColumn : 'ååé¤' - } - }, - - // Button Dialog. - button : - { - title : 'ãã¿ã³ ããããã£', - text : 'ããã¹ã (å¤)', - type : 'ã¿ã¤ã', - typeBtn : 'ãã¿ã³', - typeSbm : 'éä¿¡', - typeRst : 'ãªã»ãã' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'ãã§ãã¯ããã¯ã¹ ããããã£', - radioTitle : 'ã©ã¸ãªãã¿ã³ ããããã£', - value : 'å¤', - selected : 'é¸ææ¸ã¿' - }, - - // Form Dialog. - form : - { - title : 'ãã©ã¼ã ããããã£', - menu : 'ãã©ã¼ã ããããã£', - action : 'ã¢ã¯ã·ã§ã³', - method : 'ã¡ã½ãã', - encoding : 'ã¨ã³ã³ã¼ãã£ã³ã°' - }, - - // Select Field Dialog. - select : - { - title : 'é¸æãã£ã¼ã«ã ããããã£', - selectInfo : 'æ å ±', - opAvail : 'å©ç¨å¯è½ãªãªãã·ã§ã³', - value : 'é¸æé ç®å¤', - size : 'ãµã¤ãº', - lines : 'è¡', - chkMulti : 'è¤æ°é ç®é¸æã許å¯', - opText : 'é¸æé ç®å', - opValue : 'å¤', - btnAdd : '追å ', - btnModify : 'ç·¨é', - btnUp : 'ä¸ã¸', - btnDown : 'ä¸ã¸', - btnSetValue : 'é¸æããå¤ãè¨å®', - btnDelete : 'åé¤' - }, - - // Textarea Dialog. - textarea : - { - title : 'ããã¹ãã¨ãªã¢ ããããã£', - cols : 'å', - rows : 'è¡' - }, - - // Text Field Dialog. - textfield : - { - title : 'ï¼è¡ããã¹ã ããããã£', - name : 'åå', - value : 'å¤', - charWidth : 'ãµã¤ãº', - maxChars : 'æ大é·', - type : 'ã¿ã¤ã', - typeText : 'ããã¹ã', - typePass : 'ãã¹ã¯ã¼ãå ¥å' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'ä¸å¯è¦ãã£ã¼ã«ã ããããã£', - name : 'åå', - value : 'å¤' - }, - - // Image Dialog. - image : - { - title : 'ã¤ã¡ã¼ã¸ ããããã£', - titleButton : 'ç»åãã¿ã³ ããããã£', - menu : 'ã¤ã¡ã¼ã¸ ããããã£', - infoTab : 'ã¤ã¡ã¼ã¸ æ å ±', - btnUpload : 'ãµã¼ãã¼ã«éä¿¡', - upload : 'ã¢ãããã¼ã', - alt : '代æ¿ããã¹ã', - lockRatio : 'ããã¯æ¯ç', - resetSize : 'ãµã¤ãºãªã»ãã', - border : 'ãã¼ãã¼', - hSpace : '横éé', - vSpace : '縦éé', - alertUrl : 'ã¤ã¡ã¼ã¸ã®URLãå ¥åãã¦ãã ããã', - linkTab : 'ãªã³ã¯', - button2Img : 'é¸æãããã¿ã³ãç»åã«ç½®ãæãã¾ããï¼', - img2Button : 'é¸æããç»åããã¿ã³ã«ç½®ãæãã¾ããï¼', - urlMissing : 'ã¤ã¡ã¼ã¸ã®URLãå ¥åãã¦ãã ããã', - validateBorder : 'ãã¼ãã¼ã¯æ°å¤ã§å ¥åãã¦ãã ããã', - validateHSpace : '横ééã¯æ°å¤ã§å ¥åãã¦ãã ããã', - validateVSpace : '縦ééã¯æ°å¤ã§å ¥åãã¦ãã ããã' - }, - - // Flash Dialog - flash : - { - properties : 'Flash ããããã£', - propertiesTab : 'ããããã£', - title : 'Flash ããããã£', - chkPlay : 'åç', - chkLoop : 'ã«ã¼ãåç', - chkMenu : 'Flashã¡ãã¥ã¼å¯è½', - chkFull : 'ãã«ã¹ã¯ãªã¼ã³è¨±å¯', - scale : 'æ¡å¤§ç¸®å°è¨å®', - scaleAll : 'ãã¹ã¦è¡¨ç¤º', - scaleNoBorder : 'å¤ãè¦ããªãæ§ã«æ¡å¤§', - scaleFit : 'ä¸ä¸å·¦å³ã«ãã£ãã', - access : 'ã¹ããªã¯ãã¢ã¯ã»ã¹(AllowScriptAccess)', - accessAlways : 'ãã¹ã¦ã®å ´åã«éä¿¡å¯è½(Always)', - accessSameDomain: 'åä¸ãã¡ã¤ã³ã®ã¿ã«éä¿¡å¯è½(Same domain)', - accessNever : 'ãã¹ã¦ã®å ´åã«éä¿¡ä¸å¯è½(Never)', - alignAbsBottom : 'ä¸é¨(絶対ç)', - alignAbsMiddle : 'ä¸å¤®(絶対ç)', - alignBaseline : 'ãã¼ã¹ã©ã¤ã³', - alignTextTop : 'ããã¹ãä¸é¨', - quality : 'ç»è³ª', - qualityBest : 'å質åªå ', - qualityHigh : 'é«', - qualityAutoHigh : 'èªå/é«', - qualityMedium : 'ä¸', - qualityAutoLow : 'èªå/ä½', - qualityLow : 'ä½', - windowModeWindow: 'æ¨æº', - windowModeOpaque: 'èæ¯ãä¸éæè¨å®', - windowModeTransparent : 'èæ¯ãééè¨å®', - windowMode : 'ã¦ã£ã³ãã¦ã¢ã¼ã', - flashvars : 'ãã©ãã·ã¥ã«æ¸¡ãå¤æ°(FlashVars)', - bgcolor : 'èæ¯è²', - hSpace : '横éé', - vSpace : '縦éé', - validateSrc : 'ãªã³ã¯URLãå ¥åãã¦ãã ããã', - validateHSpace : '横ééã¯æ°å¤ã§å ¥åãã¦ãã ããã', - validateVSpace : '縦ééã¯æ°å¤ã§å ¥åãã¦ãã ããã' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'ã¹ãã«ãã§ãã¯', - title : 'ã¹ãã«ãã§ãã¯', - notAvailable : 'ç³ã訳ããã¾ãããç¾å¨ãµã¼ãã¹ãå©ç¨ãããã¨ãã§ãã¾ãã', - errorLoading : 'ã¢ããªã±ã¼ã·ã§ã³ãµã¼ãã¹ãã¹ãèªè¾¼ã¿ã¨ã©ã¼: %s.', - notInDic : 'è¾æ¸ã«ããã¾ãã', - changeTo : 'å¤æ´', - btnIgnore : 'ç¡è¦', - btnIgnoreAll : 'ãã¹ã¦ç¡è¦', - btnReplace : 'ç½®æ', - btnReplaceAll : 'ãã¹ã¦ç½®æ', - btnUndo : 'ããç´ã', - noSuggestions : '- 該å½ãªã -', - progress : 'ã¹ãã«ãã§ãã¯å¦çä¸...', - noMispell : 'ã¹ãã«ãã§ãã¯å®äº: ã¹ãã«ã®èª¤ãã¯ããã¾ããã§ãã', - noChanges : 'ã¹ãã«ãã§ãã¯å®äº: èªå¥ã¯å¤æ´ããã¾ããã§ãã', - oneChange : 'ã¹ãã«ãã§ãã¯å®äº: ï¼èªå¥å¤æ´ããã¾ãã', - manyChanges : 'ã¹ãã«ãã§ãã¯å®äº: %1 èªå¥å¤æ´ããã¾ãã', - ieSpellDownload : 'ã¹ãã«ãã§ãã«ã¼ãã¤ã³ã¹ãã¼ã«ããã¦ãã¾ãããä»ãããã¦ã³ãã¼ããã¾ãã?' - }, - - smiley : - { - toolbar : 'çµµæå', - title : 'é¡æåæ¿å ¥', - options : 'çµµæåãªãã·ã§ã³' - }, - - elementsPath : - { - eleLabel : 'ã¨ã¬ã¡ã³ããã¹', - eleTitle : '%1 ã¨ã¬ã¡ã³ã' - }, - - numberedlist : '段è½çªå·', - bulletedlist : 'ç®æ¡æ¸ã', - indent : 'ã¤ã³ãã³ã', - outdent : 'ã¤ã³ãã³ã解é¤', - - justify : - { - left : 'å·¦æã', - center : 'ä¸å¤®æã', - right : 'å³æã', - block : '両端æã' - }, - - blockquote : 'ãããã¯å¼ç¨', - - clipboard : - { - title : 'è²¼ãä»ã', - cutError : 'ãã©ã¦ã¶ã¼ã®ã»ãã¥ãªãã£è¨å®ã«ããã¨ãã£ã¿ã®åãåãæä½ãèªåã§å®è¡ãããã¨ãã§ãã¾ãããå®è¡ããã«ã¯æåã§ãã¼ãã¼ãã®(Ctrl/Cmd+X)ã使ç¨ãã¦ãã ããã', - copyError : 'ãã©ã¦ã¶ã¼ã®ã»ãã¥ãªãã£è¨å®ã«ããã¨ãã£ã¿ã®ã³ãã¼æä½ãèªåã§å®è¡ãããã¨ãã§ãã¾ãããå®è¡ããã«ã¯æåã§ãã¼ãã¼ãã®(Ctrl/Cmd+C)ã使ç¨ãã¦ãã ããã', - pasteMsg : 'ãã¼ãã¼ã(<STRONG>Ctrl/Cmd+V</STRONG>)ã使ç¨ãã¦ã次ã®å ¥åã¨ãªã¢å ã§è²¼ã£ã¦ã<STRONG>OK</STRONG>ãæ¼ãã¦ãã ããã', - securityMsg : 'ãã©ã¦ã¶ã®ã»ãã¥ãªãã£è¨å®ã«ãããã¨ãã£ã¿ã¯ã¯ãªãããã¼ãã»ãã¼ã¿ã«ç´æ¥ã¢ã¯ã»ã¹ãããã¨ãã§ãã¾ããããã®ã¦ã£ã³ãã¦ã¯è²¼ãä»ãæä½ãè¡ã度ã«è¡¨ç¤ºããã¾ãã', - pasteArea : 'è²¼ãä»ãå ´æ' - }, - - pastefromword : - { - confirmCleanup : 'è²¼ãä»ããè¡ãããã¹ãã¯ãã¯ã¼ãæç« ããã³ãã¼ããããã¨ãã¦ãã¾ããè²¼ãä»ããåã«ã¯ãªã¼ãã³ã°ãè¡ãã¾ããï¼', - toolbar : 'ã¯ã¼ãæç« ããè²¼ãä»ã', - title : 'ã¯ã¼ãæç« ããè²¼ãä»ã', - error : 'å é¨ã¨ã©ã¼ã«ããè²¼ãä»ãããã¼ã¿ãã¯ãªã¢ã§ãã¾ããã§ãã' - }, - - pasteText : - { - button : 'ãã¬ã¼ã³ããã¹ãè²¼ãä»ã', - title : 'ãã¬ã¼ã³ããã¹ãè²¼ãä»ã' - }, - - templates : - { - button : 'ãã³ãã¬ã¼ã(éå½¢)', - title : 'ãã³ãã¬ã¼ãå 容', - options : 'ãã³ãã¬ã¼ããªãã·ã§ã³', - insertOption : 'ç¾å¨ã®ã¨ãã£ã¿ã®å 容ã¨ç½®æãããã¾ã', - selectPromptMsg : 'ã¨ãã£ã¿ã¼ã§ä½¿ç¨ãããã³ãã¬ã¼ããé¸æãã¦ãã ããã<br>(ç¾å¨ã®ã¨ãã£ã¿ã®å 容ã¯å¤±ããã¾ã):', - emptyListMsg : '(ãã³ãã¬ã¼ããå®ç¾©ããã¦ãã¾ãã)' - }, - - showBlocks : 'ãããã¯è¡¨ç¤º', - - stylesCombo : - { - label : 'ã¹ã¿ã¤ã«', - panelTitle : 'ã¹ã¿ã¤ã«', - panelTitle1 : 'ãããã¯ã¹ã¿ã¤ã«', - panelTitle2 : 'ã¤ã³ã©ã¤ã³ã¹ã¿ã¤ã«', - panelTitle3 : 'ãªãã¸ã§ã¯ãã¹ã¿ã¤ã«' - }, - - format : - { - label : 'ãã©ã¼ããã', - panelTitle : 'ãã©ã¼ããã', - - tag_p : 'æ¨æº', - tag_pre : 'æ¸å¼ä»ã', - tag_address : 'ã¢ãã¬ã¹', - tag_h1 : 'è¦åºã 1', - tag_h2 : 'è¦åºã 2', - tag_h3 : 'è¦åºã 3', - tag_h4 : 'è¦åºã 4', - tag_h5 : 'è¦åºã 5', - tag_h6 : 'è¦åºã 6', - tag_div : 'æ¨æº (DIV)' - }, - - div : - { - title : 'Divã³ã³ãã', - toolbar : 'Divã³ã³ãã', - cssClassInputLabel : 'ã¹ã¿ã¤ã«ã·ã¼ãã¯ã©ã¹', - styleSelectLabel : 'ã¹ã¿ã¤ã«', - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' è¨èªã³ã¼ã', - inlineStyleInputLabel : 'ã¤ã³ã©ã¤ã³ã¹ã¿ã¤ã«', - advisoryTitleInputLabel : 'Titleå±æ§', - langDirLabel : 'æå表è¨ã®æ¹å', - langDirLTRLabel : 'å·¦ããå³ (LTR)', - langDirRTLLabel : 'å³ããå·¦ (RTL)', - edit : 'Divã³ã³ãã ç·¨é', - remove : 'Divã³ã³ãã åé¤' - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'ãã©ã³ã', - voiceLabel : 'ãã©ã³ã', - panelTitle : 'ãã©ã³ã' - }, - - fontSize : - { - label : 'ãµã¤ãº', - voiceLabel : 'ãã©ã³ããµã¤ãº', - panelTitle : 'ãµã¤ãº' - }, - - colorButton : - { - textColorTitle : 'ããã¹ãè²', - bgColorTitle : 'èæ¯è²', - panelTitle : 'è²', - auto : 'èªå', - more : 'ãã®ä»ã®è²...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'ã¹ãã«ãã§ãã¯è¨å®(SCAYT)', - opera_title : 'Operaã§ã¯ãµãã¼ãããã¾ãã', - enable : 'SCAYTæå¹', - disable : 'SCAYTç¡å¹', - about : 'SCAYTï¾ï¾ï½°ï½¼ï¾ï½®ï¾', - toggle : 'SCAYTåæ¿', - options : 'ãªãã·ã§ã³', - langs : 'è¨èª', - moreSuggestions : 'ä»ã®åè£', - ignore : 'ç¡è¦', - ignoreAll : 'ãã¹ã¦ç¡è¦', - addWord : 'èªå¥è¿½å ', - emptyDic : 'è¾æ¸åã¯å¿ ãå ¥åãã¦ãã ãã', - - optionsTab : 'ãªãã·ã§ã³', - allCaps : 'å ¨ã¦å¤§æåã®åèªãç¡è¦', - ignoreDomainNames : 'ãã¡ã¤ã³åãç¡è¦', - mixedCase : '大æåå°æåæ··å¨ã®åèªãç¡è¦', - mixedWithDigits : 'æ°åä»ãåèªãç¡è¦', - - languagesTab : 'è¨èª', - - dictionariesTab : 'è¾æ¸', - dic_field_name : 'è¾æ¸å', - dic_create : 'ç»é²', - dic_restore : 'å ã«æ»ã', - dic_delete : 'åé¤', - dic_rename : 'ååå¤æ´', - dic_info : 'å§ãã¦ã¼ã¶ã¼ãã£ã¬ã¯ããªã¯ãCookieã«ä¿åããã¾ããä½ã Cookie ã¯ãµã¤ãºã«å¶éãããã¾ããã¦ã¼ã¶ã¼ãã£ã¬ã¯ããªãCookieã«ä¿åã§ããªããµã¤ãºã«å°éããã¨ãã£ã¬ã¯ããªã¯ãµã¼ãã¼ä¸ã«ä¿åããã¾ããå人ã®ãã£ã¬ã¯ããªããµã¼ãã¼ä¸ã«ä¿åããã«ã¯ããã£ã¬ã¯ããªåãæ示ããå¿ è¦ãããã¾ããããæ¢ã«ä¿åããããã£ã¬ã¯ããªãããå ´åããã®ååãå ¥åããå ã«æ»ããã¿ã³ãæ¼ãã¦ãã ããã', - - aboutTab : 'ãã¼ã¸ã§ã³æ å ±' - }, - - about : - { - title : 'CKEditorãã¼ã¸ã§ã³æ å ±', - dlgTitle : 'CKEditorãã¼ã¸ã§ã³æ å ±', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'ã©ã¤ã»ã³ã¹æ å ±ã®è©³ç´°ã¯ã¦ã§ããµã¤ãã«ã¦ç¢ºèªãã¦ãã ãã:', - copy : 'Copyright © $1. All rights reserved.' - }, - - maximize : 'æ大å', - minimize : 'æå°å', - - fakeobjects : - { - anchor : 'ã¢ã³ã«ã¼', - flash : 'Flash Animation', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' - }, - - resize : 'ãã©ãã°ãã¦ãªãµã¤ãº', - - colordialog : - { - title : 'è²é¸æ', - options : 'ã«ã©ã¼ãªãã·ã§ã³', - highlight : 'ãã¤ã©ã¤ã', - selected : 'é¸æãããè²', - clear : 'ã¯ãªã¢' - }, - - toolbarCollapse : 'ãã¼ã«ãã¼ãéãã', - toolbarExpand : 'ãã¼ã«ãã¼ãéã', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'ããã¹ãã®åã : å·¦ããå³ã¸', - rtl : 'ããã¹ãã®åã : å³ããå·¦ã¸' - }, - - docprops : - { - label : 'ææ¸ ããããã£', - title : 'ææ¸ ããããã£', - design : 'Design', // MISSING - meta : 'ã¡ã¿ãã¼ã¿', - chooseColor : 'è²ã®é¸æ', - other : '<ãã®ä»ã®>', - docTitle : 'ãã¼ã¸ã¿ã¤ãã«', - charset : 'æåã»ãã符å·å', - charsetOther : 'ä»ã®æåã»ãã符å·å', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', - docType : 'ææ¸ã¿ã¤ããããã¼', - docTypeOther : 'ãã®ä»ææ¸ã¿ã¤ããããã¼', - xhtmlDec : 'XHTML宣è¨ãã¤ã³ã¯ã«ã¼ã', - bgColor : 'èæ¯è²', - bgImage : 'èæ¯ç»å URL', - bgFixed : 'ã¹ã¯ãã¼ã«ããªãèæ¯', - txtColor : 'ããã¹ãè²', - margin : 'ãã¼ã¸ã»ãã¼ã¸ã³', - marginTop : 'ä¸é¨', - marginLeft : 'å·¦', - marginRight : 'å³', - marginBottom : 'ä¸é¨', - metaKeywords : 'ææ¸ã®ãã¼ã¯ã¼ã(ã«ã³ãåºåã)', - metaDescription : 'ææ¸ã®æ¦è¦', - metaAuthor : 'ææ¸ã®ä½è ', - metaCopyright : 'ææ¸ã®èä½æ¨©', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/ka.js b/skins/ckeditor/_source/lang/ka.js deleted file mode 100644 index f8e6020..0000000 --- a/skins/ckeditor/_source/lang/ka.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the Georgian - * language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['ka'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'á¢áá¥á¡á¢áá¡ á áááá¥á¢áá á, %1, áááááá áá ALT 0-á¡ ááá®ááá áááá¡ ááá¡áá¦áááá.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'á¢áá¥á¡á¢áá¡ á áááá¥á¢áá á', - - // Toolbar buttons without dialogs. - source : 'áááááá', - newPage : 'áá®ááá áááá áá', - save : 'á©áá¬áá á', - preview : 'ááááá®áááá', - cut : 'ááááá á', - copy : 'áá¡áá', - paste : 'á©áá¡áá', - print : 'áááááá', - underline : 'ááá®ááá£áá', - bold : 'áá¡á®áááá', - italic : 'ááá®á ááá', - selectAll : 'á§ááááá¤á áá¡ ááááá¨ááá', - removeFormat : 'á¤áá ááá¢áá áááá¡ ááá®á¡áá', - strike : 'ááááá®ááá£áá', - subscript : 'ááááá¥á¡á', - superscript : 'á®áá áá¡á®á', - horizontalrule : 'á°áá ááááá¢ááá£á á á®áááá¡ á©áá¡áá', - pagebreak : 'áááá ááá¡ á¬á§ááá¢á ááááááá¡áááá¡', - pagebreakAlt : 'áááá ááá¡ á¬á§ááá¢á', - unlink : 'ááá£ááá¡ ááá®á¡áá', - undo : 'ááá£á¥áááá', - redo : 'áááááá ááá', - - // Common messages and labels. - common : - { - 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 : 'CSS áááá¡á', - advisoryTitle : 'á¡áááá£á á', - cssStyle : 'CSS á¡á¢ááá', - ok : 'áááá®', - cancel : 'ááá£á¥áááá', - close : 'ááá®á£á áá', - preview : 'ááááá®áááá', - generalTab : 'ááá¤áá áááªáá', - advancedTab : 'ááá¤áá ááááá£áá', - validateNumberFailed : 'áá¡ áááá¨ááááááá áá áá á ááªá®áá.', - confirmNewPage : 'áá áááá£áááá¢á¨á á§áááá á©áá£á¬áá ááá áªááááááá áááááá áááá. ááá á¬áá£áááá£áá á®áá á á áá áá®ááá áááá ááá¡ á©áá¢ááá ááá áááááá?', - confirmCancel : 'áááááá áá ááá áááá¢á á á¨ááªáááááá, ááá á¬áá£áááá£ááá á®áá á á áá á¤ááá¯á áá¡ ááá®á£á áá áá¡á£á á?', - options : 'ááá áááá¢á ááá', - target : 'ááá®á¡ááá¡ áááááá', - targetNew : 'áá®ááá á¤ááá¯áá á (_blank)', - targetTop : 'áááá á¤ááá¯áá á (_top)', - targetSelf : 'ááááá á¤ááá¯áá á (_self)', - targetParent : 'áá¨ááááá á¤ááá¯áá á (_parent)', - langDirLTR : 'ááá áªá®ááááá ááá á¯áááá (LTR)', - langDirRTL : 'ááá á¯áááááá ááá áªá®ááá (RTL)', - styles : 'á¡á¢ááá', - cssClasses : 'CSS áááá¡á', - width : 'á¡ááááá', - height : 'á¡áááá¦áá', - align : 'á¡á¬áá ááá', - alignLeft : 'ááá áªá®ááá', - alignRight : 'ááá á¯áááá', - alignCenter : 'á¨á£á', - alignTop : 'áááááá', - alignMiddle : 'á¨á£á', - alignBottom : 'á¥áááááá', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, ááá£á¬áááááááá</span>' - }, - - contextmenu : - { - options : 'áááá¢áá¥á¡á¢á£á á ááááá£á¡ ááá áááá¢á ááá' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'á¡áááªáááá£á á á¡ááááááá¡ á©áá¡áá', - title : 'á¡áááªáááá£á á á¡ááááááá¡ áá á©ááá', - options : 'á¡áááªáááá£á á á¡ááááááá¡ ááá áááá¢á ááá' - }, - - // Link dialog. - link : - { - toolbar : 'ááá£áá', - other : '<á¡á®áá>', - menu : 'ááá£ááá¡ á áááá¥á¢áá ááá', - title : 'ááá£áá', - info : 'ááá£ááá¡ ááá¤áá áááªáá', - target : 'ááá®á¡ááá¡ áááááá', - upload : 'áá¥áá©áá', - advanced : 'ááá¬áá áááááá', - type : 'ááá£ááá¡ á¢ááá', - toUrl : 'URL', - toAnchor : 'ááá£áá á¢áá¥á¡á¢á¨á á¦á£áááá', - toEmail : 'ááá¤áá¡á¢á', - targetFrame : '<frame>', - targetPopup : '<popup á¤ááá¯áá á>', - targetFrameName : 'Frame-áá¡ á¡áá®ááá', - targetPopupName : 'Popup á¤ááá¯á áá¡ á¡áá®ááá', - popupFeatures : 'Popup á¤ááá¯á áá¡ ááá áááá¢á ááá', - popupResizable : 'áªáááááááá ááááá', - popupStatusBar : 'á¡á¢áá¢á£á¡áá¡ áááá', - popupLocationBar: 'áááááááªááá¡ áááá', - popupToolbar : 'á®ááá¡áá¬á§ááá áááá', - popupMenuBar : 'ááááá£á¡ áááá', - popupFullScreen : 'ááááá ááá ááá (IE)', - popupScrollBars : 'ááááá®ááááá¡ áááááá', - popupDependent : 'áááááááááá£áá (Netscape)', - popupLeft : 'ááá áªá®ááá áááááªáá', - popupTop : 'áááá áááááªáá', - id : 'Id', - langDir : 'áááá¡ ááááá áá£áááá', - langDirLTR : 'ááá áªá®ááááá ááá á¯áááá (LTR)', - langDirRTL : 'ááá á¯áááááá ááá áªá®ááá (RTL)', - acccessKey : 'á¬áááááá¡ á¦ááááá', - name : 'á¡áá®ááá', - langCode : 'áááá¡ áááá', - tabIndex : 'Tab-áá¡ ááááá¥á¡á', - advisoryTitle : 'á¡áááá£á á', - advisoryContentType : 'á¨áááááá¡áá¡ á¢ááá', - cssClasses : 'CSS áááá¡á', - charset : 'ááááá ááá', - styles : 'CSS á¡á¢ááá', - rel : 'áááá¨áá á', - selectAnchor : 'ááá á©ááá á¦á£áá', - anchorName : 'á¦á£ááá¡ á¡áá®áááá', - anchorId : 'ááááááá¢áá¡ Id-á', - emailAddress : 'ááá¤áá¡á¢áá¡ ááá¡áááá áááá', - emailSubject : 'á¬áá áááá¡ á¡áááá£á á', - emailBody : 'á¬áá áááá¡ á¢áá¥á¡á¢á', - noAnchors : '(áá áááá£áááá¢á¨á á¦á£áá áá áá)', - noUrl : 'ááá áá¤áá ááá£ááá¡ URL', - noEmail : 'ááá áá¤áá ááá¤áá¡á¢áá¡ ááá¡áááá áá' - }, - - // Anchor dialog - anchor : - { - toolbar : 'á¦á£áá', - menu : 'á¦á£ááá¡ á áááá¥á¢áá ááá', - title : 'á¦á£ááá¡ ááá áááá¢á ááá', - name : 'á¦á£áá£á¡ á¡áá®ááá', - errorName : 'ááá áá¤áá á¦á£ááá¡ á¡áá®ááá', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'áááááááá ááá á¡ááá¡ ááá áááá¢á ááá', - bulletedTitle : 'á¦áááááááá á¡ááá¡ ááá áááá¢á ááá', - type : 'á¢ááá', - start : 'á¡áá¬á§áá¡á', - validateStartNumber :'á¡ááá¡ á¡áá¬á§áá¡á ááááá á ááªá®áá á£ááá áá§áá¡.', - circle : 'á¬á áá¬áá á', - disc : 'á¬á á', - square : 'ááááá áá¢á', - none : 'áá áá¤áá á', - notset : '<áá áá¤áá á>', - armenian : 'á¡ááá®á£á á áááááááá áá', - georgian : 'á¥áá áá£áá áááááááá áá (áá, ááá, ááá, ..)', - lowerRoman : 'á áááá£áá áááááááá ááªá ááá¢áá á áªáá¤á áááá (i, ii, iii, iv, v, ..)', - upperRoman : 'á áááá£áá áááááááá áá áááá áªáá¤á áááá (I, II, III, IV, V, etc.)', - lowerAlpha : 'ááá¢áá á áááááá£á á áá¡ááááá (a, b, c, d, e, ..)', - upperAlpha : 'áááá áááááá£á á áá¡ááááá (A, B, C, D, E, ..)', - lowerGreek : 'ááá¢áá á ááá á«áá£áá áá¡ááááá (ááá¤á, ááá¢á, áááá, ..)', - decimal : 'á ááªá®ááááá (1, 2, 3, ..)', - decimalLeadingZero : 'áá£ááá ááá¬á§ááá£áá á ááªá®ááááá (01, 02, 03, ..)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'á«áááá áá á¨ááªááá', - find : 'á«áááá', - replace : 'á¨ááªááá', - findWhat : 'á¡áá«áááááá á¢áá¥á¡á¢á:', - replaceWith : 'á¨ááªáááá¡ á¢áá¥á¡á¢á:', - notFoundMsg : 'áááááááá£áá á¢áá¥á¡á¢á áá áááá«áááá.', - matchCase : 'áááá áá ááá¢áá á áá¡ááááá¡ ááááá®áááá', - matchWord : 'ááááá á¡áá¢á§ááá¡ ááááá®áááá', - matchCyclic : 'áááá£áááá¢áá¡ ááááá¨á ááá¡áááá¡ ááá á ááááááá ááá¬á§ááá', - replaceAll : 'á§ááááá¡ á¨ááªááá', - replaceSuccessMsg : '%1 ááá«áááááá á¨áááªáááá.' - }, - - // Table Dialog - table : - { - toolbar : 'áªá®á ááá', - title : 'áªá®á áááá¡ ááá áááá¢á ááá', - menu : 'áªá®á áááá¡ ááá áááá¢á ááá', - deleteTable : 'áªá®á áááá¡ á¬áá¨áá', - rows : 'á¡á¢á áá¥ááá', - columns : 'á¡ááá¢á', - border : 'á©áá á©áá¡ áááá', - widthPx : 'á¬áá á¢ááá', - widthPc : 'áá ááªááá¢á', - widthUnit : 'á¡ááááá áá ááá£áá', - cellSpace : 'á£á¯á áá¡ á¡ááá áªá (spacing)', - cellPad : 'á£á¯á áá¡ áááá (padding)', - caption : 'á¡áááá£á á', - summary : 'á¨áá¯ááááá', - headers : 'á¡áááá£á ááá', - headersNone : 'áá áá¤áá á', - headersColumn : 'ááá áááá á¡ááá¢á', - headersRow : 'ááá áááá á¡á¢á áá¥ááá', - headersBoth : 'áá ááá', - invalidRows : 'á¡á¢á áá¥áááááá¡ á áááááááá áááááááá á ááªá®áá á£ááá áá§áá¡.', - invalidCols : 'á¡ááá¢áááá¡ á áááááááá áááááááá á ááªá®áá á£ááá áá§áá¡.', - invalidBorder : 'á©áá á©áá¡ áááá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.', - invalidWidth : 'áªá®á áááá¡ á¡ááááá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.', - invalidHeight : 'áªá®á áááá¡ á¡áááá¦áá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.', - invalidCellSpacing : 'á£á¯á áá¡ á¡ááá áªá (spacing) á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.', - invalidCellPadding : 'á£á¯á áá¡ áááá (padding) á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.', - - cell : - { - menu : 'á£á¯á á', - insertBefore : 'á£á¯á áá¡ á©áá¡áá ááááááá', - insertAfter : 'á£á¯á áá¡ á©áá¡áá ááá á', - deleteCell : 'á£á¯á áááá¡ á¬áá¨áá', - merge : 'á£á¯á áááá¡ á¨ááá áááá', - mergeRight : 'á¨ááá áááá ááá á¯ááááá¡ááá', - mergeDown : 'á¨ááá áááá á¥ááááááá¡ááá', - splitHorizontal : 'ááá§áá¤á á°áá ááááá¢ááá£á áá', - splitVertical : 'ááá§áá¤á ááá á¢ááááá£á áá', - title : 'á£á¯á áá¡ ááá áááá¢á ááá', - cellType : 'á£á¯á áá¡ á¢ááá', - rowSpan : 'á¡á¢á áá¥áááááá¡ ááááááá', - colSpan : 'á¡ááá¢áááá¡ ááááááá', - wordWrap : 'á¡á¢á áá¥áááá¡ ááááá¢ááá (Word Wrap)', - hAlign : 'á°áá ááááá¢ááá£á á á¡á¬áá ááá', - vAlign : 'ááá á¢ááááá£á á á¡á¬áá ááá', - alignBaseline : 'á«áá ááááá á®áááá¡ ááá¡á¬áá áá', - bgColor : 'á¤áááá¡ á¤áá á', - borderColor : 'á©áá á©áá¡ á¤áá á', - data : 'áááááªááááá', - header : 'á¡áááá£á á', - yes : 'áááá®', - no : 'áá á', - invalidWidth : 'á£á¯á áá¡ á¡ááááá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.', - invalidHeight : 'á£á¯á áá¡ á¡áááá¦áá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.', - invalidRowSpan : 'á¡á¢á áá¥áááááá¡ á áááááááá ááááá á ááªá®áá á£ááá áá§áá¡.', - invalidColSpan : 'á¡ááá¢áááá¡ á áááááááá ááááá á ááªá®áá á£ááá áá§áá¡.', - chooseColor : 'áá á©ááá' - }, - - row : - { - menu : 'á¡á¢á áá¥ááá', - insertBefore : 'á¡á¢á áá¥áááá¡ á©áááá¢ááá á¬áá', - insertAfter : 'á¡á¢á áá¥áááá¡ á©áááá¢ááá ááá á', - deleteRow : 'á¡á¢á áá¥áááááá¡ á¬áá¨áá' - }, - - column : - { - menu : 'á¡ááá¢á', - insertBefore : 'á¡ááá¢áá¡ á©áááá¢ááá á¬áá', - insertAfter : 'á¡ááá¢áá¡ á©áááá¢ááá ááá á', - deleteColumn : 'á¡ááá¢áááá¡ á¬áá¨áá' - } - }, - - // Button Dialog. - button : - { - title : 'á¦áááááá¡ ááá áááá¢á ááá', - text : 'á¢áá¥á¡á¢á', - type : 'á¢ááá', - typeBtn : 'á¦ááááá', - typeSbm : 'áááááááá', - typeRst : 'ááá¡á£á¤áááááá' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'ááááá¨áááá¡ á¦áááááá¡ (Checkbox) ááá áááá¢á ááá', - radioTitle : 'áá¡áá á©ááá á¦áááááá¡ (Radio) ááá áááá¢á ááá', - value : 'á¢áá¥á¡á¢á', - selected : 'áá á©áá£áá' - }, - - // Form Dialog. - form : - { - title : 'á¤áá ááá¡ ááá áááá¢á ááá', - menu : 'á¤áá ááá¡ ááá áááá¢á ááá', - action : 'á¥áááááá', - method : 'áááááá', - encoding : 'ááááá ááá' - }, - - // Select Field Dialog. - select : - { - title : 'áá á©áááá¡ ááááá¡ ááá áááá¢á ááá', - selectInfo : 'ááá¤áá áááªáá', - opAvail : 'á¨áá¡áá«áááááá ááá áááá¢ááá', - value : 'áááá¨ááááááá', - size : 'áááá', - lines : 'á®ááááá', - chkMulti : 'áá áááááááá áá á©áááááá¡ á¡áá¨á£ááááá', - opText : 'á¢áá¥á¡á¢á', - opValue : 'áááá¨ááááááá', - btnAdd : 'ááááá¢ááá', - btnModify : 'á¨ááªááá', - btnUp : 'ááááá', - btnDown : 'á¥ááááá', - btnSetValue : 'áááá á©áá£á áááá¨ááááááááá ááá§ááááá', - btnDelete : 'á¬áá¨áá' - }, - - // Textarea Dialog. - textarea : - { - title : 'á¢áá¥á¡á¢á£á á áá áá¡ ááá áááá¢á ááá', - cols : 'á¡ááá¢ááá', - rows : 'á¡á¢á áá¥ááááá' - }, - - // Text Field Dialog. - textfield : - { - title : 'á¢áá¥á¡á¢á£á á ááááá¡ ááá áááá¢á ááá', - name : 'á¡áá®ááá', - value : 'áááá¨ááááááá', - charWidth : 'á¡ááááááá¡ áááá', - maxChars : 'áá¡ááááá¡ ááá¥á¡ááááá£á á ááááááá', - type : 'á¢ááá', - typeText : 'á¢áá¥á¡á¢á', - typePass : 'ááá ááá' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'áááá£áá ááááá¡ ááá áááá¢á ááá', - name : 'á¡áá®ááá', - value : 'áááá¨ááááááá' - }, - - // Image Dialog. - image : - { - title : 'á¡á£á áááá¡ ááá áááá¢á ááá', - titleButton : 'á¡á£á áááááá á¦áááááá¡ ááá áááá¢á ááá', - menu : 'á¡á£á áááá¡ ááá áááá¢á ááá', - infoTab : 'á¡á£á áááá¡ ááá¤áá ááªáá', - btnUpload : 'á¡áá ááá áá¡áááá¡ áááááááá', - upload : 'áá¢ááá ááá', - alt : 'á¡ááááªááá á¢áá¥á¡á¢á', - lockRatio : 'áá áááá áªááá¡ á¨áááá á©á£áááá', - resetSize : 'ááááá¡ áááá á£áááá', - border : 'á©áá á©á', - hSpace : 'á°áá ááááá¢ááá£á á á¡ááá áªá', - vSpace : 'ááá á¢ááááá£á á á¡ááá áªá', - alertUrl : 'ááá áá¤áá á¡á£á áááá¡ URL', - linkTab : 'ááá£áá', - button2Img : 'áá¡á£á á áá á©áá£áá á¡á£á áááááá á¦áááááá¡ ááááá¥áªááá á©ááá£áááá áá á¦áááááá?', - img2Button : 'áá¡á£á á áá á©áá£áá á©ááá£áááá ááá á¦áááááá¡ ááááá¥áªááá á¡á£á ááááá á¦áááááá?', - urlMissing : 'á¡á£á áááá¡ URL áá áá á¨ááá¡ááá£áá.', - validateBorder : 'á©áá á©á ááááá á ááªá®áá á£ááá áá§áá¡.', - validateHSpace : 'á°áá ááááá¢ááá£á á á¡ááá áªá ááááá á ááªá®áá á£ááá áá§áá¡.', - validateVSpace : 'ááá á¢ááááá£á á á¡ááá áªá ááááá á ááªá®áá á£ááá áá§áá¡.' - }, - - // Flash Dialog - flash : - { - properties : 'Flash-áá¡ ááá áááá¢á ááá', - propertiesTab : 'ááá áááá¢á ááá', - title : 'Flash-áá¡ ááá áááá¢á ááá', - chkPlay : 'ááá¢á ááá¨áááá', - chkLoop : 'á©ááªááááá', - chkMenu : 'Flash-áá¡ ááááá£á¡ ááá¨áááá', - chkFull : 'ááááá ááá áááá¡ ááá¨áááá', - scale : 'ááá¡á¨á¢áááá ááá', - scaleAll : 'á§ááááá¤á áá¡ á©áááááá', - scaleNoBorder : 'á©áá á©áá¡ ááá áá¨á', - scaleFit : 'áá£á¡á¢á á©áá¡áá', - access : 'á¡áá ááá¢áá¡ á¬ááááá', - accessAlways : 'á§áááááááá¡', - accessSameDomain: 'ááááá áááááá', - accessNever : 'áá áá¡áá áá¡', - alignAbsBottom : 'á©áá á©áá¡ á¥áááááá ááá¬áááá¡ á¡á¬áá ááá á¢áá¥á¡á¢áá¡áááá¡', - alignAbsMiddle : 'á©áá á©áá¡ á¨á£á ááá¬áááá¡ á¡á¬áá ááá á¢áá¥á¡á¢áá¡áááá¡', - alignBaseline : 'á¡áááááá¡á á®áááá¡ á¡á¬áá ááá', - alignTextTop : 'á¢áá¥á¡á¢á ááááááá', - quality : 'á®áá áá¡á®á', - qualityBest : 'á¡áá£ááááá¡á', - qualityHigh : 'ááá¦ááá', - qualityAutoHigh : 'ááá¦ááá (ááá¢áááá¢á£á á)', - qualityMedium : 'á¡áá¨á£ááá', - qualityAutoLow : 'á«ááááá áááááá', - qualityLow : 'áááááá', - windowModeWindow: 'á¤ááá¯áá á', - windowModeOpaque: 'ááá£ááááá áááá', - windowModeTransparent : 'ááááááá áááá', - windowMode : 'á¤ááá¯á áá¡ á ááááá', - flashvars : 'áªááááááá Flash-áá¡áááá¡', - bgcolor : 'á¤áááá¡ á¤áá á', - hSpace : 'á°áá áá. á¡ááá áªá', - vSpace : 'ááá á¢. á¡ááá áªá', - validateSrc : 'URL áá á£ááá áá§áá¡ áªáá áááá.', - validateHSpace : 'á°áá ááááá¢ááá£á á á¡ááá áªá áá á£ááá áá§áá¡ áªáá áááá.', - validateVSpace : 'ááá á¢ááááá£á á á¡ááá áªá áá á£ááá áá§áá¡ áªáá áááá.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'ááá ááá¬áá á', - title : 'ááá ááá¬áá á', - notAvailable : 'á£áááªá áááá, áá¡ á¡áá ááá¡á ááááááá ááá£á¬áááááááá.', - errorLoading : 'á¡áá ááá¡áá¡ ááááá«áá®áááá¡ á¨ááªáááá: %s.', - notInDic : 'áá áá ááá¥á¡ááááá¨á', - changeTo : 'á¨ááªááááá', - btnIgnore : 'á£áá£áááááá§áá¤á', - btnIgnoreAll : 'á§ááááá¡ á£áá£áááááá§áá¤á', - btnReplace : 'á¨ááªááá', - btnReplaceAll : 'á§ááááá¡ á¨ááªááá', - btnUndo : 'ááá£á¥áááá', - noSuggestions : '- áá áá á¨ááááááááááá -', - progress : 'áááááááá áááá¡ ááá ááá¬áá áá¡ á¨áááá¬áááá...', - noMispell : 'ááá ááá¬áá áá¡ á¨áááá¬áááá: á¨ááªáááá áá áááá«áááá', - noChanges : 'ááá ááá¬áá áá¡ á¨áááá¬áááá: áá áá¤áá á á¨ááªááááá', - oneChange : 'ááá ááá¬áá áá¡ á¨áááá¬áááá: áá áá á¡áá¢á§áá á¨áááªáááá', - manyChanges : 'ááá ááá¬áá áá¡ á¨áááá¬áááá: %1 á¡áá¢á§áá á¨áááªáááá', - ieSpellDownload : 'ááá ááá¬áá áá¡ á¨áááá¬áááá áá áá ááááá¡á¢áááá ááá£áá. á©ááááá¥áá©áá ááá¢áá ááá¢áááá?' - }, - - smiley : - { - toolbar : 'á¡ááªááááááá', - title : 'á¡ááªáááááá¡ á©áá¡áá', - options : 'á¡ááªáááááá¡ ááá áááá¢á ááá' - }, - - elementsPath : - { - eleLabel : 'áááááá¢áá¡ ááá', - eleTitle : '%1 ááááááá¢á' - }, - - numberedlist : 'áááááááá ááá á¡áá', - bulletedlist : 'á¦áááááá á¡áá', - indent : 'ááá¢áá á¨áá¬ááá', - outdent : 'áááááááá á¨áá¬ááá', - - justify : - { - left : 'ááá áªá®ááá á¡á¬áá ááá', - center : 'á¨á£áá¨á á¡á¬áá ááá', - right : 'ááá á¯áááá á¡á¬áá ááá', - block : 'ááááá¡á¬áá ááá' - }, - - blockquote : 'áªáá¢áá¢á', - - clipboard : - { - title : 'á©áá¡áá', - cutError : 'áá¥áááá áá áá£ááá áá¡ á£á¡áá¤á áá®ááááá¡ ááá áááá¢á ááá áá áá«áááá ááááá áá¡ áááá ááªááá¡ ááá¢áááá¢á£á áá áááá®áá áªááááááá¡ á¡áá¨á£áááááá¡. áááááá§áááá ááááááá¢á£á á áááá¡áááá¡ (Ctrl/Cmd+X).', - copyError : 'áá¥áááá áá áá£ááá áá¡ á£á¡áá¤á áá®ááááá¡ ááá áááá¢á ááá áá áá«áááá áá¡ááá¡ áááá ááªááá¡ ááá¢áááá¢á£á áá áááá®áá áªááááááá¡ á¡áá¨á£áááááá¡. áááááá§áááá ááááááá¢á£á á áááá¡áááá¡ (Ctrl/Cmd+C).', - pasteMsg : 'á©áá¡ááá áá áá áá¡ á¨ááááá ááááááá¢á£á áá¡ ááááá§áááááá (<strong>Ctrl/Cmd+V</strong>) áá áááááá áá OK-á¡', - securityMsg : 'áá¥áááá áá áá£ááá áá¡ á£á¡áá¤á áá®ááááá¡ ááá áááá¢á ááá áá áá«áááá clipboard-áá¡ áááááªáááááá¡ á¬áááááá¡ á£á¤ááááá¡. ááááá á£ááá á©áá¡ááá á¢áá¥á¡á¢á áá á¤ááá¯áá áá¨á.', - pasteArea : 'á©áá¡ááá¡ áá á' - }, - - pastefromword : - { - confirmCleanup : 'á©áá¡áá¡áááá á¢áá¥á¡á¢á ááá ááááá áááááá¢ááááá¡ áááá¡ - áááááá ááá¡á á¬áááá¡á¬áá ááá¬ááááá?', - toolbar : 'ááá ááááá á©áá¡áá', - title : 'ááá ááááá á©áá¡áá', - error : 'á¨ááá á¨ááªááááá¡ áááá ááá ááá®áá á®áá á¢áá¥á¡á¢áá¡ ááá¬ááááá' - }, - - pasteText : - { - button : 'áá®áááá á¢áá¥á¡á¢áá¡ á©áá¡áá', - title : 'áá®áááá á¢áá¥á¡á¢áá¡ á©áá¡áá' - }, - - templates : - { - button : 'ááá áááá', - title : 'ááá áááá', - options : 'ááá ááááá¡ ááá áááá¢á ááá', - insertOption : 'áááááááá á á¨áááááá¡áá¡ á¨ááªááá', - selectPromptMsg : 'ááá á©ááá ááá áá á áááá¥á¢áá áá¡áááá¡', - emptyListMsg : '(ááá áá áá áá áááá¡ááá¦áá á£áá)' - }, - - showBlocks : 'áá ááááá¡ á©áááááá', - - stylesCombo : - { - label : 'á¡á¢ááááá', - panelTitle : 'á¤áá ááá¢áá áááá¡ á¡á¢ááááá', - panelTitle1 : 'áá áá¡ á¡á¢ááááá', - panelTitle2 : 'áááááá áá£áá á¡á¢ááááá', - panelTitle3 : 'ááááá¥á¢áá¡ á¡á¢ááááá' - }, - - format : - { - label : 'á¤ááá ááá¢áá ááá', - panelTitle : 'á¤áá ááá¢áá ááá', - - tag_p : 'á©ááá£áááá ááá', - tag_pre : 'á¤áá ááá¢áá ááá£áá', - tag_address : 'ááá¡áááá áá', - tag_h1 : 'á¡áááá£á á 1', - tag_h2 : 'á¡áááá£á á 2', - tag_h3 : 'á¡áááá£á á 3', - tag_h4 : 'á¡áááá£á á 4', - tag_h5 : 'á¡áááá£á á 5', - tag_h6 : 'á¡áááá£á á 6', - tag_div : 'á©ááá£áááá ááá (DIV)' - }, - - div : - { - title : 'Div áááá¢ááááá áá¡ á¨áá¥ááá', - toolbar : 'Div áááá¢ááááá áá¡ á¨áá¥ááá', - cssClassInputLabel : 'CSS áááá¡ááá', - styleSelectLabel : 'á¡á¢ááá', - IdInputLabel : 'Id', - languageCodeInputLabel : 'áááá¡ áááá', - inlineStyleInputLabel : 'áááááá áá£áá á¡á¢ááá', - advisoryTitleInputLabel : 'á¡áááá£á á', - langDirLabel : 'áááá¡ ááááá áá£áááá', - langDirLTRLabel : 'ááá áªá®ááááá ááá á¯ááá᪠(LTR)', - langDirRTLLabel : 'ááá á¯áááááá ááá áªá®ááá (RTL)', - edit : 'Div-áá¡ á áááá¥á¢áá ááá', - remove : 'Div-áá¡ á¬áá¨áá' - }, - - iframe : - { - title : 'IFrame-áá¡ ááá áááá¢á ááá', - toolbar : 'IFrame', - noUrl : 'ááá áá¤áá iframe-áá¡ URL', - scrolling : 'ááááá®ááááá¡ ááááááá¡ ááá¨áááá', - border : 'á©áá á©áá¡ ááááá©ááá' - }, - - font : - { - label : 'á¤ááá¢á', - voiceLabel : 'á¤ááá¢á', - panelTitle : 'á¤ááá¢áá¡ á¡áá®ááá' - }, - - fontSize : - { - label : 'áááá', - voiceLabel : 'á¢áá¥á¡á¢áá¡ áááá', - panelTitle : 'á¢áá¥á¡á¢áá¡ áááá' - }, - - colorButton : - { - textColorTitle : 'á¢áá¥á¡á¢áá¡ á¤áá á', - bgColorTitle : 'á¤áááá¡ á¤áá á', - panelTitle : 'á¤áá ááá', - auto : 'ááá¢áááá¢á£á á', - more : 'ááá¢á á¤áá á...' - }, - - 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' : 'á¦áá áªáá¡á¤áá á 2', - 'F0F8FF' : 'á¦áá áªáá¡á¤áá á 3', - 'E6E6FA' : 'á¦áá ááá¡á¤áá á 2', - 'FFF' : 'áááá á' - }, - - scayt : - { - title : 'ááá ááá¬áá áá¡ á¨áááá¬áááá áá áá¤áá¡áá¡', - opera_title : 'áá áá áá®áá ááááá ááá Opera-á¡ áááá ', - enable : 'SCAYT-áá¡ á©áá ááá', - disable : 'SCAYT-áá¡ ááááá ááá', - about : 'SCAYT-áá¡ á¨áá¡áá®áá', - toggle : 'SCAYT-áá¡ ááááá ááá', - options : 'ááá áááá¢á ááá', - langs : 'ááááá', - moreSuggestions : 'ááá¢á á¨ááááááááááá', - ignore : 'á£áá£áááááá§áá¤á', - ignoreAll : 'á§ááááá¡ á£áá£áááááá§áá¤á', - addWord : 'á¡áá¢á§ááá¡ ááááá¢ááá', - emptyDic : 'ááá¥á¡áááááá¡ á¡áá¢á§áá áá á£ááá áá§áá¡ áªáá áááá.', - - optionsTab : 'ááá áááá¢á ááá', - allCaps : 'áááá áá¡ááááá ááá¬áá ááá á¡áá¢á§ááááá¡ á£áá£áááááá§áá¤á', - ignoreDomainNames : 'áááááá£á á á¡áá®áááááá¡ á£áá£áááááá§áá¤á', - mixedCase : 'á¨áá áá£áá áá¡áááááá á¡áá¢á§ááááá¡ á£áá£áááááá§áá¤á', - mixedWithDigits : 'áªáá¤á áááááá á¡áá¢á§ááááá¡ á£áá£áááááá§áá¤á', - - languagesTab : 'ááááá', - - dictionariesTab : 'ááá¥á¡ááááááá', - dic_field_name : 'ááá¥á¡áááááá¡ á¡áá®ááá', - dic_create : 'á¨áá¥ááá', - dic_restore : 'áááá á£áááá', - dic_delete : 'á¬áá¨áá', - dic_rename : 'ááááá á¥áááá', - dic_info : 'áááááááá ááááá áááá®ááá ááááá¡ ááá¥á¡ááááá áááá®ááá Cookie-á¨á. áá£ááªá Cookie á¨ááá¦á£áá£ááá ááááá¨á. á ááªá ááá¥á¡áááááá¡ áááá ááááá áááá á¡áááááá áá¡ á¨ááá«áááá á¨áááááá®áá á©áááá¡ á¡áá ááá áá. á©áááá¡ á¡áá ááá áá ááá¥á¡ááááá¡ á¨áá¡áááá®áá á£ááá ááá£ááááá ááá¡á á¡áá®ááá. áᣠá£áá ááá¥áá ááá¥á¡ááááá, ááá áá¤áá ááá¡á á¡áá®ááá áá áááááá áá "áááá á£ááááá¡" á¦ááááá¡.', - - aboutTab : 'ááá¤áá áááªáá' - }, - - about : - { - title : 'CKEditor-áá¡ á¨áá¡áá®áá', - dlgTitle : 'CKEditor-áá¡ á¨áá¡áá®áá', - help : 'ááá®ááá áááá¡áááá¡ áá®áááá $1.', - userGuide : 'CKEditor-áá¡ áááá®ááá ááááá¡ á¡áá®áááá«á¦áááááá', - moreInfo : 'áááªáááááá¡ ááá¤áá áááªááá¡áááá¡ áá¬áááá á©áááá¡ á¡ááá¢á¡:', - copy : 'Copyright © $1. á§áááá á£á¤áááá áááªá£ááá.' - }, - - maximize : 'áááááááá', - minimize : 'ááááá¢áá ááááá', - - fakeobjects : - { - anchor : 'á¦á£áá', - flash : 'Flash ááááááªáá', - iframe : 'IFrame', - hiddenfield : 'áááá£áá áááá', - unknown : 'á£áªáááá ááááá¥á¢á' - }, - - resize : 'ááá¬áá ááááá¡ á¨áá¡ááªáááááá', - - colordialog : - { - title : 'á¤áá áá¡ á¨ááªááá', - options : 'á¤áá áá¡ ááá áááá¢á ááá', - highlight : 'á©áááááá', - selected : 'áá á©áá£áá á¤áá á', - clear : 'ááá¡á£á¤áááááá' - }, - - toolbarCollapse : 'á®ááá¡áá¬á§ááá ááááá¡ á¨áá¬ááá', - toolbarExpand : 'á®ááá¡áá¬á§ááá ááááá¡ ááááá¬ááá', - - toolbarGroups : - { - document : 'áááá£áááá¢á', - clipboard : 'Clipboard/ááá£á¥áááá', - editing : 'á áááá¥á¢áá ááá', - forms : 'á¤áá áááá', - basicstyles : 'á«áá ááááá á¡á¢ááááá', - paragraph : 'áááááªá', - links : 'ááá£áááá', - insert : 'á©áá¡áá', - styles : 'á¡á¢ááááá', - colors : 'á¤áá ááá', - tools : 'á®ááá¡áá¬á§áááá' - }, - - bidi : - { - ltr : 'á¢áá¥á¡á¢áá¡ ááááá áá£áááá ááá áªá®ááááá ááá á¯áááá', - rtl : 'á¢áá¥á¡á¢áá¡ ááááá áá£áááá ááá á¯áááááá ááá áªá®ááá' - }, - - docprops : - { - label : 'áááá£áááá¢áá¡ ááá áááá¢á ááá', - title : 'áááá£áááá¢áá¡ ááá áááá¢á ááá', - design : 'ááááááá', - meta : 'ááá¢áTag-ááá', - chooseColor : 'áá á©ááá', - other : 'á¡á®áá...', - docTitle : 'áááá ááá¡ á¡áááá£á á', - charset : 'ááááá ááá', - charsetOther : 'á¡á®áá ááááá ááááá', - charsetASCII : 'áááá ááá£áá (ASCII)', - charsetCE : 'áªááá¢á ááá£á ááá ááá£áá', - charsetCT : 'á¢á ááááªáá£áá á©ááá£á á (Big5)', - charsetCR : 'ááá ááá£á á', - charsetGR : 'ááá á«áá£áá', - charsetJP : 'áááááá£á á', - charsetKR : 'ááá áá£áá', - charsetTR : 'áá£á á¥á£áá', - charsetUN : 'á£áááááá (UTF-8)', - charsetWE : 'ááá¡ááááá ááá ááá£áá', - docType : 'áááá£áááá¢áá¡ á¢ááá', - docTypeOther : 'á¡á®áá á¢áááá¡ áááá£áááá¢á', - xhtmlDec : 'XHTML áááááá ááªááááá¡ á©áá ááá', - bgColor : 'á¤áááá¡ á¤áá á', - bgImage : 'á¤ááá£á á á¡á£á áááá¡ URL', - bgFixed : 'á£ááá«á áá (á¤áá¥á¡áá ááá£áá) á¤ááá', - txtColor : 'á¢áá¥á¡á¢áá¡ á¤áá á', - margin : 'áááá ááá¡ ááááááá', - marginTop : 'áááá', - marginLeft : 'ááá áªá®ááá', - marginRight : 'ááá á¯áááá', - marginBottom : 'á¥áááá', - metaKeywords : 'áááá£áááá¢áá¡ á¡áááááá«á á¡áá¢á§áááá (áá«áááá ááááá§áá¤ááá)', - metaDescription : 'áááá£áááá¢áá¡ áá¦á¬áá á', - metaAuthor : 'ááá¢áá á', - metaCopyright : 'Copyright', - previewHtml : '<p>áá¡ áá áá¡ <strong>á¡ááªáááá á¢áá¥á¡á¢á</strong>. áá¥ááá <a href="javascript:void(0)">CKEditor</a>-áá á¡áá ááááááá.</p>' - } -}; diff --git a/skins/ckeditor/_source/lang/km.js b/skins/ckeditor/_source/lang/km.js deleted file mode 100644 index 15b6a9a..0000000 --- a/skins/ckeditor/_source/lang/km.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Khmer language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['km'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'áá¼á', - newPage : 'ááááááááá¸', - save : 'ááááá¶áá»á', - preview : 'áá¾ááá¶ááááá', - cut : 'áá¶áááá', - copy : 'á ááááá', - paste : 'á ááááá¶áá', - print : 'ááááá»ááá', - underline : 'áá·áááááá¶áááá¸áááááá¢áááá', - bold : 'á¢áááááá·ááá', - italic : 'á¢ááááááááá', - selectAll : 'áááá¾ááá¾ááá¶ááá¢áá', - removeFormat : 'áááá áá áá¶ááá áá¶', - strike : 'áá·áááááá¶áááá¶ááááááá¶áá¢áááá', - subscript : 'á¢áááááá¼á ááááá', - superscript : 'á¢áááááá¼á áá¾', - horizontalrule : 'ááááááááááá¶ááááááá', - pagebreak : 'áááááá áá¶ááááá¶á áááááá', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'ááááááá¶áá', - undo : 'áá¶áá¡á¾ááá·á', - redo : 'áááá¾á¡á¾ááá·á', - - // Common messages and labels. - common : - { - 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 : 'Stylesheet Classes', - advisoryTitle : 'á ááááá¾á áááá¹áááá¶', - cssStyle : 'ááá¼á', - ok : 'ááááááá', - cancel : 'áá·áááááááá', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'áááá·áááááá', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'ááá¹á', - height : 'ááááá', - align : 'ááááááá¸áá¶áá', - alignLeft : 'áá¶ááááá', - alignRight : 'áá¶ááááá¶á', - alignCenter : 'ááááá¶á', - alignTop : 'áá¶ááá¾', - alignMiddle : 'ááááá¶á', - alignBottom : 'áá¶áááááá', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'ááááááá¢áááááá·ááá', - title : 'áá¼á¢áááááá·ááá', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'áááááá/áááááá áááá¶áá', - other : '<other>', // MISSING - menu : 'áááááááááá¶áá', - title : 'áááá¶áá', - info : 'ááááá¶áá¢ááá¸áááá¶áá', - target : 'ááááá ', - upload : 'áá¶ááá', - advanced : 'áááá·áááááá', - type : 'áááááááááá¶áá', - toUrl : 'URL', // MISSING - toAnchor : 'áá»áááá¶áá áááá»ááááááááá', - toEmail : 'á¢áá¸ááá', - targetFrame : '<á áááááá>', - targetPopup : '<áá¸ááá¼á ááá>', - targetFrameName : 'áááááá ááááááááááá¶ááááá ', - targetPopupName : 'ááááááá¸ááá¼áááá', - popupFeatures : 'áááááááááááá¸ááá¼áááá', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'ááᶠááááá¶á', - popupLocationBar: 'ááᶠáá¸áá¶áá', - popupToolbar : 'ááᶠá©ááááá', - popupMenuBar : 'ááᶠááºáá»á', - popupFullScreen : 'á¢ááááá»áááá(IE)', - popupScrollBars : 'ááᶠáá¶á', - popupDependent : 'á¢á¶ááááááá¾ (Netscape)', - popupLeft : 'áá¸áá¶áááá¶áááááá', - popupTop : 'áá¸áá¶áááá¶ááá¾', - id : 'Id', // MISSING - langDir : 'áá·ááá áá¶áá¶', - langDirLTR : 'áá¸ááááááá áááá¶á(LTR)', - langDirRTL : 'áá¸áááá¶ááá ááááá(RTL)', - acccessKey : 'áḠáááá¶ááá á¼á', - name : 'ááááá', - langCode : 'áá·ááá áá¶áá¶', - tabIndex : 'ááá Tab', - advisoryTitle : 'á ááááá¾á áááá¹áááá¶', - advisoryContentType : 'ááááááá¢ááááá áááá¹áááá¶', - cssClasses : 'Stylesheet Classes', - charset : 'ááááá¼áá¢áááááááááááá¶áá', - styles : 'ááá¼á', - rel : 'Relationship', // MISSING - selectAnchor : 'áááá¾ááá¾ááá»áááá¶', - anchorName : 'áá¶áááááááááááá»áááá¶', - anchorId : 'áá¶á Id', - emailAddress : 'á¢áá¸ááá', - emailSubject : 'á ááááá¾áá¢ááááá', - emailBody : 'á¢ááááá', - noAnchors : '(No anchors available in the document)', // MISSING - noUrl : 'áá¼áááááá á¢á¶ááááááá¶á URL', - noEmail : 'áá¼áááááá á¢á¶ááááááá¶á á¢áá¸ááá' - }, - - // Anchor dialog - anchor : - { - toolbar : 'áááááá/áááááá áá»áááá¶', - menu : 'áá¶áááááááá»áááá¶', - title : 'áá¶áááááááá»áááá¶', - name : 'ááááááá»ááááááá¶', - errorName : 'áá¼áááááá ááááááá»ááááááá¶', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', // MISSING - find : 'ááááááá', - replace : 'áááá½á', - findWhat : 'áááááááá¢ááá¸:', - replaceWith : 'áááá½ááá¶áá½á:', - notFoundMsg : 'áá¶áááááá áááá·ááá¾ááá á', - matchCase : 'áááááááá¼ááá', - matchWord : 'áááá¼ááá¶ááááá¶ááá¢áá', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'áááá½ááá¶ááá¢áá', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'áá¶áá¶á', - title : 'áá¶áááááá áá¶áá¶á', - menu : 'áá¶áááááá áá¶áá¶á', - deleteTable : 'ááááá¶áá¶á', - rows : 'áá½áááááá', - columns : 'áá½ááá', - border : 'ááá áááá»á', - widthPx : 'áá¸áááá', - widthPc : 'áá¶ááá', - widthUnit : 'width unit', // MISSING - cellSpace : 'áááá¶áááá', - cellPad : 'áááááá', - caption : 'á ááááá¾á', - summary : 'ááá áááá¸áááááá', - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'Cell', // MISSING - insertBefore : 'Insert Cell Before', // MISSING - insertAfter : 'Insert Cell After', // MISSING - deleteCell : 'áááááá', - merge : 'ááááá¼áááá', - mergeRight : 'Merge Right', // MISSING - mergeDown : 'Merge Down', // MISSING - splitHorizontal : 'Split Cell Horizontally', // MISSING - splitVertical : 'Split Cell Vertically', // MISSING - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Row', // MISSING - insertBefore : 'Insert Row Before', // MISSING - insertAfter : 'Insert Row After', // MISSING - deleteRow : 'ááááá½áááááá' - }, - - column : - { - menu : 'Column', // MISSING - insertBefore : 'Insert Column Before', // MISSING - insertAfter : 'Insert Column After', // MISSING - deleteColumn : 'ááááá½ááá' - } - }, - - // Button Dialog. - button : - { - title : 'áá¶áááááá ááá¼áá»á', - text : 'á¢ááááá(áááá)', - type : 'áááááá', - typeBtn : 'Button', // MISSING - typeSbm : 'Submit', // MISSING - typeRst : 'Reset' // MISSING - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'áá¶áááááááááá¢áááááá¾ááá¾á', - radioTitle : 'áá¶ááááááááá¼áá»ááááááá', - value : 'áááá', - selected : 'áá¶ááááá¾ááá¾á' - }, - - // Form Dialog. - form : - { - title : 'áá¶ááááááááááá', - menu : 'áá¶ááááááááááá', - action : 'ááááááá¶á', - method : 'áá·áá¸', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'áá¶áááááááá½ááááá¾ááá¾á', - selectInfo : 'ááááá¶á', - opAvail : 'áá¶áááááááááá¾ááá¾á áááá¢á¶á ááááááá¶á', - value : 'áááá', - size : 'ááá á', - lines : 'ááááá¶áá', - chkMulti : 'á¢áá»áááá¶áá¢áááááá¾ááá¾áá ááá¾á', - opText : 'áá¶ááá', - opValue : 'áááá', - btnAdd : 'áááááá', - btnModify : 'áááá¶áááááá¼á', - btnUp : 'áá¾', - btnDown : 'ááááá', - btnSetValue : 'Set as selected value', // MISSING - btnDelete : 'ááá' - }, - - // Textarea Dialog. - textarea : - { - title : 'áá¶áááááááááááááááááá¢ááááá', - cols : 'áá¼ááá', - rows : 'áá¼áááááá' - }, - - // Text Field Dialog. - textfield : - { - title : 'áá¶áááááááá½áá¢ááááá', - name : 'ááááá', - value : 'áááá', - charWidth : 'ááá¹á á¢áááá', - maxChars : 'á¢ááááá¢áá·ááá·áá¶', - type : 'áááááá', - typeText : 'áá¶ááá', - typePass : 'áá¶ááááááá¶áá' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'áá¶áááááááá½ááá¶áá', - name : 'ááááá', - value : 'áááá' - }, - - // Image Dialog. - image : - { - title : 'áá¶áááááááá¼ááá¶á', - titleButton : 'áá¶ááááááááá¼áá»ááá¼ááá¶á', - menu : 'áá¶áááááááá¼ááá¶á', - infoTab : 'ááááá¶áá¢ááá¸áá¼ááá¶á', - btnUpload : 'ááááá¼ááá áá¶ááááá¶ááá¸áááááááááá¶', - upload : 'áá¶ááá', - alt : 'á¢ááááááááá½á', - lockRatio : 'á¢áááá¶á¡á»á', - resetSize : 'áááááááá áá¡á¾ááá·á', - border : 'ááá»á', - hSpace : 'áááá¶áááá¹á', - vSpace : 'áááá¶ááááááá', - alertUrl : 'áá¼áááááááá¶ááááááá¶ááááááá¼ááá¶á', - linkTab : 'áááá¶áá', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'áá¶áááááá Flash', - propertiesTab : 'Properties', // MISSING - title : 'áá¶áááááá Flash', - chkPlay : 'áááááááááááááááááá', - chkLoop : 'á ááá½ááá', - chkMenu : 'áááá á¶á ááºáá»ááááá Flash', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'ááá á', - scaleAll : 'áááá á¶ááá¶ááá¢áá', - scaleNoBorder : 'áá·ááááá á¶áááá»á', - scaleFit : 'áááá¼ááááá', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Abs Bottom', // MISSING - alignAbsMiddle : 'Abs Middle', // MISSING - alignBaseline : 'ááááá¶áááá¶áá¼ááááá¶á', - alignTextTop : 'áá¾á¢ááááá', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'ááááááááá¶áááááá', - hSpace : 'áááá¶áááá¹á', - vSpace : 'áááá¶ááááááá', - validateSrc : 'áá¼áááááá á¢á¶ááááááá¶á URL', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'áá·áá·áááá¢ááááá¶áá·áá»ááá', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'áááá¶ááááá»ááá áá¶áá»áááá', - changeTo : 'áááá¶áááááá¼ááá ', - btnIgnore : 'áá·ááááá¶áááááá¼á', - btnIgnoreAll : 'áá·ááááá¶áááááá¼á áá¶ááá¢áá', - btnReplace : 'áááá½á', - btnReplaceAll : 'áááá½ááá¶ááá¢áá', - btnUndo : 'áá¶áá¡á¾ááá·á', - noSuggestions : '- áááá¶ááááá¾á -', - progress : 'áááá»ááá·áá·áááá¢ááááá¶áá·áá»ááá...', - noMispell : 'áá¶ááá·áá·áááá¢ááááá¶áá·áá»ááááá¶áá áá: áááá¶áááá á»á', - noChanges : 'áá¶ááá·áá·áááá¢ááááá¶áá·áá»ááááá¶áá áá: áá»ááá¶ááááá¶áááááá¼á', - oneChange : 'áá¶ááá·áá·áááá¢ááááá¶áá·áá»ááááá¶áá áá: áá¶ááááá½ááááá¼á áá¶ááááá¶áááááá¼á', - manyChanges : 'áá¶ááá·áá·áááá¢ááááá¶áá·áá»ááááá¶áá áá: %1 áá¶ááááá¶ááááá¶áááááá¼á', - ieSpellDownload : 'áá»ááá¶ááááááá·áá¸áá·áá·áááá¢ááááá¶áá·áá»ááá á áá¾á áááá¶ááááá¸áá¶?' - }, - - smiley : - { - toolbar : 'áá¼ááá¶á', - title : 'ááááá¼ááá¼ááá¶á', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'ááááá¸áá¶á¢áááá', - bulletedlist : 'ááááá¸áá¶áááááááá¼á', - indent : 'áááááááá¶áá á¼áááááá¶áá', - outdent : 'ááááááá¶áá á¼áááááá¶áá', - - justify : - { - left : 'áááá¹áááááá', - center : 'áááá¹áááááá¶á', - right : 'áááá¹ááááá¶á', - block : 'áááá¹ááááá¶á' - }, - - blockquote : 'Block Quote', // MISSING - - clipboard : - { - title : 'á ááááá¶áá', - cutError : 'áá¶áááááááá»áááááá¶ááááááááááá·áá¸áá»ááááááááááá¢ááá ááá\u200báá·áá¢á¶á áááá¾áááááá·áá¸áá¶áááááá¢ááááá áá¶ááá¢áááááááááááááááááááááááá¶áá¡á¾á á áá¼ááááá¾áááá¶ááááááá áá¸áá¼á ááá (Ctrl/Cmd+X) á', - copyError : 'áá¶áááááááá»áááááá¶ááááááááááá·áá¸áá»ááááááááááá¢ááá ááá\u200báá·áá¢á¶á áááá¾áááááá·áá¸áá¶áááááá¢ááááá á áááá¢áááááááááááááááááááááááá¶áá¡á¾á á áá¼ááááá¾áááá¶ááááááá áá¸áá¼á ááá (Ctrl/Cmd+C)á', - pasteMsg : 'áá¼áá áááá¢ááááááá áá¶áááááá»ááááá¢áááá¼á áá¶ááááááááááááá¾áááá¶áá áḠ\u200b(<STRONG>Ctrl/Cmd+V</STRONG>) á á¾áá á»á <STRONG>OK</STRONG> á', - 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 - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'á ááááá¶áááḠWord', - title : 'á ááááá¶áááḠWord', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'á ááááá¶ááá¢ááááááááááá¶', - title : 'á ááááá¶ááá¢ááááááááááá¶' - }, - - templates : - { - button : 'á¯ááá¶ááááá¼', - title : 'á¯ááá¶ááááá¼ ááááá¢áááááá', - options : 'Template Options', // MISSING - insertOption : 'Replace actual contents', // MISSING - selectPromptMsg : 'áá¼ááááá¾ááá¾áá¯ááá¶ááááá¼ áá¾áááá¸áá¾ááá áááá»ááááááá·áá¸áá¶áááááá¢ááááá<br>(á¢ááááááá¹ááá¶ááááá):', - emptyListMsg : '(áá»ááá¶áá¯ááá¶ááááá¼áááá¼ááá¶áááááá)' - }, - - showBlocks : 'Show Blocks', // MISSING - - stylesCombo : - { - label : 'ááá¼á', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'áá áá¶', - panelTitle : 'áá áá¶', - - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - 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_div : 'Normal (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'á ááá»á', - voiceLabel : 'Font', // MISSING - panelTitle : 'á ááá»á' - }, - - fontSize : - { - label : 'ááá á', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'ááá á' - }, - - colorButton : - { - textColorTitle : 'áááá¢áááá', - bgColorTitle : 'ááááááááá¶áááááá', - panelTitle : 'Colors', // MISSING - auto : 'áááááááááááá', - more : 'ááááááááááá..' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'áá¶áááááá á¯ááá¶á', - title : 'áá¶áááááá á¯ááá¶á', - design : 'Design', // MISSING - meta : 'áá·áááááááá', - chooseColor : 'Choose', // MISSING - other : '<other>', - docTitle : 'á ááááá¾áááááá', - charset : 'áááááááááá¼ááá¶áá¶', - charsetOther : 'áááááááááá¼ááá¶áá¶áááááááá', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'áááááááááá¶áááááá', - docTypeOther : 'áááááááááá¶áááááááááááááá', - xhtmlDec : 'ááááá¼á XHTML', - bgColor : 'ááááá¶áááááá', - bgImage : 'URL áááááá¼ááá¶ááá¶áááááá', - bgFixed : 'áááááááááááá·ááááá¼á', - txtColor : 'áááá¢áááá', - margin : 'ááá»áááááá', - marginTop : 'áá¾', - marginLeft : 'ááááá', - marginRight : 'áááá¶á', - marginBottom : 'ááááá', - metaKeywords : 'áá¶ááááá áááá»áá¯ááá¶á (áááá¶á ááá¸áááá¶áááááááá)', - metaDescription : 'ááá áááá¸á¢áááá¶áá·áááá¶áá¢ááá¸á¯ááá¶á', - metaAuthor : 'á¢ááááá·áááá', - metaCopyright : 'ááááá¶áá·áááá·á', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/ko.js b/skins/ckeditor/_source/lang/ko.js deleted file mode 100644 index a91d897..0000000 --- a/skins/ckeditor/_source/lang/ko.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Korean language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['ko'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'ìì¤', - newPage : 'ì 문ì', - save : 'ì ì¥í기', - preview : '미리보기', - cut : 'ìë¼ë´ê¸°', - copy : 'ë³µì¬í기', - paste : 'ë¶ì¬ë£ê¸°', - print : 'ì¸ìí기', - underline : 'ë°ì¤', - bold : 'ì§íê²', - italic : 'ì´í ë¦', - selectAll : 'ì ì²´ì í', - removeFormat : 'í¬ë§· ì§ì°ê¸°', - strike : 'ì·¨ìì ', - subscript : 'ìë 첨ì', - superscript : 'ì 첨ì', - horizontalrule : 'ìíì ì½ì ', - pagebreak : 'Insert Page Break for Printing', // MISSING - pagebreakAlt : 'Page Break', // MISSING - unlink : 'ë§í¬ ìì ', - undo : 'ì·¨ì', - redo : 'ì¬ì¤í', - - // Common messages and labels. - common : - { - browseServer : 'ìë² ë³´ê¸°', - url : 'URL', - protocol : 'íë¡í ì½', - upload : 'ì ë¡ë', - uploadSubmit : 'ìë²ë¡ ì ì¡', - image : 'ì´ë¯¸ì§', - flash : 'íëì¬', - form : 'í¼', - checkbox : 'ì²´í¬ë°ì¤', - radio : 'ë¼ëì¤ë²í¼', - textField : 'ì ë ¥íë', - textarea : 'ì ë ¥ìì', - hiddenField : 'ì¨ê¹íë', - button : 'ë²í¼', - select : 'í¼ì¹¨ëª©ë¡', - imageButton : 'ì´ë¯¸ì§ë²í¼', - notSet : '<ì¤ì ëì§ ìì>', - id : 'ID', - name : 'Name', - langDir : 'ì°ê¸° ë°©í¥', - langDirLtr : 'ì¼ìª½ìì ì¤ë¥¸ìª½ (LTR)', - langDirRtl : 'ì¤ë¥¸ìª½ìì ì¼ìª½ (RTL)', - langCode : 'ì¸ì´ ì½ë', - longDescr : 'URL ì¤ëª ', - cssClass : 'Stylesheet Classes', - advisoryTitle : 'Advisory Title', - cssStyle : 'Style', - ok : 'ì', - cancel : 'ìëì¤', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'ìì¸í', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'ëë¹', - height : 'ëì´', - align : 'ì ë ¬', - alignLeft : 'ì¼ìª½', - alignRight : 'ì¤ë¥¸ìª½', - alignCenter : 'ê°ì´ë°', - alignTop : 'ì', - alignMiddle : 'ì¤ê°', - alignBottom : 'ìë', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'í¹ì문ì ì½ì ', - title : 'í¹ì문ì ì í', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'ë§í¬ ì½ì /ë³ê²½', - other : '<기í>', - menu : 'ë§í¬ ìì ', - title : 'ë§í¬', - info : 'ë§í¬ ì ë³´', - target : 'íê²', - upload : 'ì ë¡ë', - advanced : 'ìì¸í', - type : 'ë§í¬ ì¢ ë¥', - toUrl : 'URL', // MISSING - toAnchor : 'ì± ê°í¼', - toEmail : 'ì´ë©ì¼', - targetFrame : '<íë ì>', - targetPopup : '<íì ì°½>', - targetFrameName : 'íê² íë ì ì´ë¦', - targetPopupName : 'íì ì°½ ì´ë¦', - popupFeatures : 'íì ì°½ ì¤ì ', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'ìíë°', - popupLocationBar: '주ìíìì¤', - popupToolbar : 'í´ë°', - popupMenuBar : 'ë©ë´ë°', - popupFullScreen : 'ì ì²´íë©´ (IE)', - popupScrollBars : 'ì¤í¬ë¡¤ë°', - popupDependent : 'Dependent (Netscape)', - popupLeft : 'ì¼ìª½ ìì¹', - popupTop : 'ì쪽 ìì¹', - id : 'Id', // MISSING - langDir : 'ì°ê¸° ë°©í¥', - langDirLTR : 'ì¼ìª½ìì ì¤ë¥¸ìª½ (LTR)', - langDirRTL : 'ì¤ë¥¸ìª½ìì ì¼ìª½ (RTL)', - acccessKey : 'ìì¸ì¤ í¤', - name : 'Name', - langCode : 'ì°ê¸° ë°©í¥', - tabIndex : 'í ìì', - advisoryTitle : 'Advisory Title', - advisoryContentType : 'Advisory Content Type', - cssClasses : 'Stylesheet Classes', - charset : 'Linked Resource Charset', - styles : 'Style', - rel : 'Relationship', // MISSING - selectAnchor : 'ì± ê°í¼ ì í', - anchorName : 'ì± ê°í¼ ì´ë¦', - anchorId : 'ì± ê°í¼ ID', - emailAddress : 'ì´ë©ì¼ 주ì', - emailSubject : 'ì 목', - emailBody : 'ë´ì©', - noAnchors : '(문ìì ì± ê°í¼ê° ììµëë¤.)', - noUrl : 'ë§í¬ URLì ì ë ¥íììì.', - noEmail : 'ì´ë©ì¼ì£¼ì를 ì ë ¥íììì.' - }, - - // Anchor dialog - anchor : - { - toolbar : 'ì± ê°í¼ ì½ì /ë³ê²½', - menu : 'ì± ê°í¼ ìì±', - title : 'ì± ê°í¼ ìì±', - name : 'ì± ê°í¼ ì´ë¦', - errorName : 'ì± ê°í¼ ì´ë¦ì ì ë ¥íììì.', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : '찾기 & ë°ê¾¸ê¸°', - find : '찾기', - replace : 'ë°ê¾¸ê¸°', - findWhat : 'ì°¾ì 문ìì´:', - replaceWith : 'ë°ê¿ 문ìì´:', - notFoundMsg : '문ìì´ì ì°¾ì ì ììµëë¤.', - matchCase : 'ëì문ì 구ë¶', - matchWord : 'ì¨ì í ë¨ì´', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : '모ë ë°ê¾¸ê¸°', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'í', - title : 'í ì¤ì ', - menu : 'í ì¤ì ', - deleteTable : 'í ìì ', - rows : 'ê°ë¡ì¤', - columns : 'ì¸ë¡ì¤', - border : 'í ë리 í¬ê¸°', - widthPx : 'í½ì ', - widthPc : 'í¼ì¼í¸', - widthUnit : 'width unit', // MISSING - cellSpace : 'ì ê°ê²©', - cellPad : 'ì ì¬ë°±', - caption : '캡ì ', - summary : 'Summary', // MISSING - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'ì /칸(Cell)', - insertBefore : 'ìì ì /칸 ì½ì ', - insertAfter : 'ë¤ì ì /칸 ì½ì ', - deleteCell : 'ì ìì ', - merge : 'ì í©ì¹ê¸°', - mergeRight : 'ì¤ë¥¸ìª½ ëì¹ê¸°', - mergeDown : 'ì¼ìª½ ëì¹ê¸°', - splitHorizontal : 'ìí ëë기', - splitVertical : 'ìì§ ëë기', - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'í(Row)', - insertBefore : 'ìì í ì½ì ', - insertAfter : 'ë¤ì í ì½ì ', - deleteRow : 'ê°ë¡ì¤ ìì ' - }, - - column : - { - menu : 'ì´(Column)', - insertBefore : 'ìì ì´ ì½ì ', - insertAfter : 'ë¤ì ì´ ì½ì ', - deleteColumn : 'ì¸ë¡ì¤ ìì ' - } - }, - - // Button Dialog. - button : - { - title : 'ë²í¼ ìì±', - text : 'ë²í¼ê¸ì(ê°)', - type : 'ë²í¼ì¢ ë¥', - typeBtn : 'Button', // MISSING - typeSbm : 'Submit', // MISSING - typeRst : 'Reset' // MISSING - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'ì²´í¬ë°ì¤ ìì±', - radioTitle : 'ë¼ëì¤ë²í¼ ìì±', - value : 'ê°', - selected : 'ì íë¨' - }, - - // Form Dialog. - form : - { - title : 'í¼ ìì±', - menu : 'í¼ ìì±', - action : 'ì¤íê²½ë¡(Action)', - method : 'ë°©ë²(Method)', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'í¼ì¹¨ëª©ë¡ ìì±', - selectInfo : 'ì ë³´', - opAvail : 'ì íìµì ', - value : 'ê°', - size : 'ì¸ë¡í¬ê¸°', - lines : 'ì¤', - chkMulti : 'ì¬ë¬í목 ì í íì©', - opText : 'ì´ë¦', - opValue : 'ê°', - btnAdd : 'ì¶ê°', - btnModify : 'ë³ê²½', - btnUp : 'ìë¡', - btnDown : 'ìëë¡', - btnSetValue : 'ì íëê²ì¼ë¡ ì¤ì ', - btnDelete : 'ìì ' - }, - - // Textarea Dialog. - textarea : - { - title : 'ì ë ¥ìì ìì±', - cols : '칸ì', - rows : 'ì¤ì' - }, - - // Text Field Dialog. - textfield : - { - title : 'ì ë ¥íë ìì±', - name : 'ì´ë¦', - value : 'ê°', - charWidth : 'ê¸ì ëë¹', - maxChars : 'ìµë ê¸ìì', - type : 'ì¢ ë¥', - typeText : '문ìì´', - typePass : 'ë¹ë°ë²í¸' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'ì¨ê¹íë ìì±', - name : 'ì´ë¦', - value : 'ê°' - }, - - // Image Dialog. - image : - { - title : 'ì´ë¯¸ì§ ì¤ì ', - titleButton : 'ì´ë¯¸ì§ë²í¼ ìì±', - menu : 'ì´ë¯¸ì§ ì¤ì ', - infoTab : 'ì´ë¯¸ì§ ì ë³´', - btnUpload : 'ìë²ë¡ ì ì¡', - upload : 'ì ë¡ë', - alt : 'ì´ë¯¸ì§ ì¤ëª ', - lockRatio : 'ë¹ì¨ ì ì§', - resetSize : 'ìë í¬ê¸°ë¡', - border : 'í ë리', - hSpace : 'ìíì¬ë°±', - vSpace : 'ìì§ì¬ë°±', - alertUrl : 'ì´ë¯¸ì§ URLì ì ë ¥íììì', - linkTab : 'ë§í¬', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'íëì¬ ìì±', - propertiesTab : 'Properties', // MISSING - title : 'íëì¬ ë±ë¡ì ë³´', - chkPlay : 'ìëì¬ì', - chkLoop : 'ë°ë³µ', - chkMenu : 'íëì¬ë©ë´ ê°ë¥', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'ìì', - scaleAll : '모ë보기', - scaleNoBorder : 'ê²½ê³ì ìì', - scaleFit : 'ìììëì¡°ì ', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'ì¤ìë(Abs Bottom)', - alignAbsMiddle : 'ì¤ì¤ê°(Abs Middle)', - alignBaseline : '기ì¤ì ', - alignTextTop : 'ê¸ììë¨', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'ë°°ê²½ ìì', - hSpace : 'ìíì¬ë°±', - vSpace : 'ìì§ì¬ë°±', - validateSrc : 'ë§í¬ URLì ì ë ¥íììì.', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'ì² ìê²ì¬', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'ì¬ì ì ìë ë¨ì´', - changeTo : 'ë³ê²½í ë¨ì´', - btnIgnore : 'ê±´ëë', - btnIgnoreAll : '모ë ê±´ëë', - btnReplace : 'ë³ê²½', - btnReplaceAll : '모ë ë³ê²½', - btnUndo : 'ì·¨ì', - noSuggestions : '- ì¶ì²ë¨ì´ ìì -', - progress : 'ì² ìê²ì¬ë¥¼ ì§íì¤ì ëë¤...', - noMispell : 'ì² ìê²ì¬ ìë£: ì못ë ì² ìê° ììµëë¤.', - noChanges : 'ì² ìê²ì¬ ìë£: ë³ê²½ë ë¨ì´ê° ììµëë¤.', - oneChange : 'ì² ìê²ì¬ ìë£: ë¨ì´ê° ë³ê²½ëììµëë¤.', - manyChanges : 'ì² ìê²ì¬ ìë£: %1 ë¨ì´ê° ë³ê²½ëììµëë¤.', - ieSpellDownload : 'ì² ì ê²ì¬ê¸°ê° ì² ì¹ëì§ ìììµëë¤. ì§ê¸ ë¤ì´ë¡ëíìê² ìµëê¹?' - }, - - smiley : - { - toolbar : 'ìì´ì½', - title : 'ìì´ì½ ì½ì ', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'ìììë 목ë¡', - bulletedlist : 'ìììë 목ë¡', - indent : 'ë¤ì¬ì°ê¸°', - outdent : 'ë´ì´ì°ê¸°', - - justify : - { - left : 'ì¼ìª½ ì ë ¬', - center : 'ê°ì´ë° ì ë ¬', - right : 'ì¤ë¥¸ìª½ ì ë ¬', - block : 'ì쪽 ë§ì¶¤' - }, - - blockquote : 'Block Quote', // MISSING - - clipboard : - { - title : 'ë¶ì¬ë£ê¸°', - cutError : 'ë¸ë¼ì°ì ì ë³´ìì¤ì ë문ì ìë¼ë´ê¸° 기ë¥ì ì¤íí ì ììµëë¤. í¤ë³´ë ëª ë ¹ì ì¬ì©íììì. (Ctrl/Cmd+X).', - copyError : 'ë¸ë¼ì°ì ì ë³´ìì¤ì ë문ì ë³µì¬í기 기ë¥ì ì¤íí ì ììµëë¤. í¤ë³´ë ëª ë ¹ì ì¬ì©íììì. (Ctrl/Cmd+C).', - pasteMsg : 'í¤ë³´ëì (<STRONG>Ctrl/Cmd+V</STRONG>) 를 ì´ì©í´ì ìììì ë¶ì¬ë£ê³ <STRONG>OK</STRONG> 를 ë르ì¸ì.', - securityMsg : 'ë¸ë¬ì°ì ë³´ì ì¤ì ì¼ë¡ ì¸í´, í´ë¦½ë³´ëì ìë£ë¥¼ ì§ì ì ê·¼í ì ììµëë¤. ì´ ì°½ì ë¤ì ë¶ì¬ë£ê¸° íììì¤.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'MS Word íììì ë¶ì¬ë£ê¸°', - title : 'MS Word íììì ë¶ì¬ë£ê¸°', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'í ì¤í¸ë¡ ë¶ì¬ë£ê¸°', - title : 'í ì¤í¸ë¡ ë¶ì¬ë£ê¸°' - }, - - templates : - { - button : 'í í릿', - title : 'ë´ì© í í릿', - options : 'Template Options', // MISSING - insertOption : 'íì¬ ë´ì© ë°ê¾¸ê¸°', - selectPromptMsg : 'ìëí°ìì ì¬ì©í í í릿ì ì ííììì.<br>(ì§ê¸ê¹ì§ ìì±ë ë´ì©ì ì¬ë¼ì§ëë¤.):', - emptyListMsg : '(í íë¦¿ì´ ììµëë¤.)' - }, - - showBlocks : 'Show Blocks', // MISSING - - stylesCombo : - { - label : 'ì¤íì¼', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'í¬ë§·', - panelTitle : 'í¬ë§·', - - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - 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_div : 'Normal (DIV)' // MISSING - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'í°í¸', - voiceLabel : 'Font', // MISSING - panelTitle : 'í°í¸' - }, - - fontSize : - { - label : 'ê¸ì í¬ê¸°', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'ê¸ì í¬ê¸°' - }, - - colorButton : - { - textColorTitle : 'ê¸ì ìì', - bgColorTitle : 'ë°°ê²½ ìì', - panelTitle : 'Colors', // MISSING - auto : '기본ìì', - more : 'ììì í...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : '문ì ìì±', - title : '문ì ìì±', - design : 'Design', // MISSING - meta : 'ë©íë°ì´í°', - chooseColor : 'Choose', // MISSING - other : '<기í>', - docTitle : 'íì´ì§ëª ', - charset : 'ìºë¦í°ì ì¸ì½ë©', - charsetOther : 'ë¤ë¥¸ ìºë¦í°ì ì¸ì½ë©', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : '문ì í¤ë', - docTypeOther : 'ë¤ë¥¸ 문ìí¤ë', - xhtmlDec : 'XHTML 문ìì ì í¬í¨', - bgColor : 'ë°°ê²½ìì', - bgImage : 'ë°°ê²½ì´ë¯¸ì§ URL', - bgFixed : 'ì¤í¬ë¡¤ëì§ìë ë°°ê²½', - txtColor : 'ê¸ì ìì', - margin : 'íì´ì§ ì¬ë°±', - marginTop : 'ì', - marginLeft : 'ì¼ìª½', - marginRight : 'ì¤ë¥¸ìª½', - marginBottom : 'ìë', - metaKeywords : '문ì í¤ìë (콤ë§ë¡ 구ë¶)', - metaDescription : '문ì ì¤ëª ', - metaAuthor : 'ìì±ì', - metaCopyright : 'ì ìê¶', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/lt.js b/skins/ckeditor/_source/lang/lt.js deleted file mode 100644 index 060c567..0000000 --- a/skins/ckeditor/_source/lang/lt.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Lithuanian language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['lt'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Å altinis', - newPage : 'Naujas puslapis', - save : 'IÅ¡saugoti', - preview : 'PeržiÅ«ra', - cut : 'IÅ¡kirpti', - copy : 'Kopijuoti', - paste : 'Ä®dÄti', - print : 'Spausdinti', - underline : 'Pabrauktas', - bold : 'Pusjuodis', - italic : 'Kursyvas', - selectAll : 'PažymÄti viskÄ ', - removeFormat : 'Panaikinti formatÄ ', - strike : 'Perbrauktas', - subscript : 'Apatinis indeksas', - superscript : 'VirÅ¡utinis indeksas', - horizontalrule : 'Ä®terpti horizontaliÄ linijÄ ', - pagebreak : 'Ä®terpti puslapių skirtukÄ ', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Panaikinti nuorodÄ ', - undo : 'AtÅ¡aukti', - redo : 'Atstatyti', - - // Common messages and labels. - common : - { - browseServer : 'NarÅ¡yti po serverį', - url : 'URL', - protocol : 'Protokolas', - upload : 'Siųsti', - uploadSubmit : 'Siųsti į serverį', - image : 'Vaizdas', - flash : 'Flash', - form : 'Forma', - checkbox : 'Žymimasis langelis', - radio : 'Žymimoji akutÄ', - textField : 'Teksto laukas', - textarea : 'Teksto sritis', - hiddenField : 'Nerodomas laukas', - button : 'Mygtukas', - select : 'Atrankos laukas', - imageButton : 'Vaizdinis mygtukas', - notSet : '<nÄra nustatyta>', - id : 'Id', - name : 'Vardas', - langDir : 'Teksto kryptis', - langDirLtr : 'IÅ¡ kairÄs į deÅ¡inÄ (LTR)', - langDirRtl : 'IÅ¡ deÅ¡inÄs į kairÄ (RTL)', - langCode : 'Kalbos kodas', - longDescr : 'Ilgas apraÅ¡ymas URL', - cssClass : 'Stilių lentelÄs klasÄs', - advisoryTitle : 'KonsultacinÄ antraÅ¡tÄ', - cssStyle : 'Stilius', - ok : 'OK', - cancel : 'Nutraukti', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'Bendros savybÄs', - advancedTab : 'Papildomas', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Plotis', - height : 'AukÅ¡tis', - align : 'Lygiuoti', - alignLeft : 'KairÄ', - alignRight : 'DeÅ¡inÄ', - alignCenter : 'CentrÄ ', - alignTop : 'VirÅ¡Å«nÄ', - alignMiddle : 'Vidurį', - alignBottom : 'ApaÄiÄ ', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Ä®terpti specialų simbolį', - title : 'Pasirinkite specialų simbolį', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Ä®terpti/taisyti nuorodÄ ', - other : '<kitas>', - menu : 'Taisyti nuorodÄ ', - title : 'Nuoroda', - info : 'Nuorodos informacija', - target : 'Paskirties vieta', - upload : 'Siųsti', - advanced : 'Papildomas', - type : 'Nuorodos tipas', - toUrl : 'URL', // MISSING - toAnchor : 'ŽymÄ Å¡iame puslapyje', - toEmail : 'El.paÅ¡tas', - targetFrame : '<kadras>', - targetPopup : '<iÅ¡skleidžiamas langas>', - targetFrameName : 'Paskirties kadro vardas', - targetPopupName : 'Paskirties lango vardas', - popupFeatures : 'IÅ¡skleidžiamo lango savybÄs', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'BÅ«senos juosta', - popupLocationBar: 'Adreso juosta', - popupToolbar : 'Mygtukų juosta', - popupMenuBar : 'Meniu juosta', - popupFullScreen : 'Visas ekranas (IE)', - popupScrollBars : 'Slinkties juostos', - popupDependent : 'Priklausomas (Netscape)', - popupLeft : 'KairÄ pozicija', - popupTop : 'VirÅ¡utinÄ pozicija', - id : 'Id', // MISSING - langDir : 'Teksto kryptis', - langDirLTR : 'IÅ¡ kairÄs į deÅ¡inÄ (LTR)', - langDirRTL : 'IÅ¡ deÅ¡inÄs į kairÄ (RTL)', - acccessKey : 'Prieigos raktas', - name : 'Vardas', - langCode : 'Teksto kryptis', - tabIndex : 'Tabuliavimo indeksas', - advisoryTitle : 'KonsultacinÄ antraÅ¡tÄ', - advisoryContentType : 'Konsultacinio turinio tipas', - cssClasses : 'Stilių lentelÄs klasÄs', - charset : 'Susietų iÅ¡teklių simbolių lentelÄ', - styles : 'Stilius', - rel : 'Relationship', // MISSING - selectAnchor : 'Pasirinkite žymÄ', - anchorName : 'Pagal žymÄs vardÄ ', - anchorId : 'Pagal žymÄs Id', - emailAddress : 'El.paÅ¡to adresas', - emailSubject : 'ŽinutÄs tema', - emailBody : 'ŽinutÄs turinys', - noAnchors : '(Å iame dokumente žymių nÄra)', - noUrl : 'PraÅ¡ome įvesti nuorodos URL', - noEmail : 'PraÅ¡ome įvesti el.paÅ¡to adresÄ ' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Ä®terpti/modifikuoti žymÄ', - menu : 'ŽymÄs savybÄs', - title : 'ŽymÄs savybÄs', - name : 'ŽymÄs vardas', - errorName : 'PraÅ¡ome įvesti žymÄs vardÄ ', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Surasti ir pakeisti', - find : 'Rasti', - replace : 'Pakeisti', - findWhat : 'Surasti tekstÄ :', - replaceWith : 'Pakeisti tekstu:', - notFoundMsg : 'Nurodytas tekstas nerastas.', - matchCase : 'Skirti didžiÄ sias ir maÅ¾Ä sias raides', - matchWord : 'Atitikti pilnÄ Å¾odį', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'Pakeisti viskÄ ', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'LentelÄ', - title : 'LentelÄs savybÄs', - menu : 'LentelÄs savybÄs', - deleteTable : 'Å alinti lentelÄ', - rows : 'EilutÄs', - columns : 'Stulpeliai', - border : 'RÄmelio dydis', - widthPx : 'taÅ¡kais', - widthPc : 'procentais', - widthUnit : 'width unit', // MISSING - cellSpace : 'Tarpas tarp langelių', - cellPad : 'Trapas nuo langelio rÄmo iki teksto', - caption : 'AntraÅ¡tÄ', - summary : 'Santrauka', - headers : 'AntraÅ¡tÄs', - headersNone : 'NÄra', - headersColumn : 'Pirmas stulpelis', - headersRow : 'Pirma eilutÄ', - headersBoth : 'Abu', - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'Langelis', - insertBefore : 'Ä®terpti langelį prieÅ¡', - insertAfter : 'Ä®terpti langelį po', - deleteCell : 'Å alinti langelius', - merge : 'Sujungti langelius', - mergeRight : 'Sujungti su deÅ¡ine', - mergeDown : 'Sujungti su apaÄia', - splitHorizontal : 'Skaidyti langelį horizontaliai', - splitVertical : 'Skaidyti langelį vertikaliai', - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'EilutÄ', - insertBefore : 'Ä®terpti eilutÄ prieÅ¡', - insertAfter : 'Ä®terpti eilutÄ po', - deleteRow : 'Å alinti eilutes' - }, - - column : - { - menu : 'Stulpelis', - insertBefore : 'Ä®terpti stulpelį prieÅ¡', - insertAfter : 'Ä®terpti stulpelį po', - deleteColumn : 'Å alinti stulpelius' - } - }, - - // Button Dialog. - button : - { - title : 'Mygtuko savybÄs', - text : 'Tekstas (ReikÅ¡mÄ)', - type : 'Tipas', - typeBtn : 'Mygtukas', - typeSbm : 'Siųsti', - typeRst : 'IÅ¡valyti' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Žymimojo langelio savybÄs', - radioTitle : 'Žymimosios akutÄs savybÄs', - value : 'ReikÅ¡mÄ', - selected : 'PažymÄtas' - }, - - // Form Dialog. - form : - { - title : 'Formos savybÄs', - menu : 'Formos savybÄs', - action : 'Veiksmas', - method : 'Metodas', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'Atrankos lauko savybÄs', - selectInfo : 'Informacija', - opAvail : 'Galimos parinktys', - value : 'ReikÅ¡mÄ', - size : 'Dydis', - lines : 'eiluÄių', - chkMulti : 'Leisti daugeriopÄ atrankÄ ', - opText : 'Tekstas', - opValue : 'ReikÅ¡mÄ', - btnAdd : 'Ä®traukti', - btnModify : 'Modifikuoti', - btnUp : 'AukÅ¡tyn', - btnDown : 'Žemyn', - btnSetValue : 'Laikyti pažymÄta reikÅ¡me', - btnDelete : 'Trinti' - }, - - // Textarea Dialog. - textarea : - { - title : 'Teksto srities savybÄs', - cols : 'Ilgis', - rows : 'Plotis' - }, - - // Text Field Dialog. - textfield : - { - title : 'Teksto lauko savybÄs', - name : 'Vardas', - value : 'ReikÅ¡mÄ', - charWidth : 'Ilgis simboliais', - maxChars : 'Maksimalus simbolių skaiÄius', - type : 'Tipas', - typeText : 'Tekstas', - typePass : 'Slaptažodis' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Nerodomo lauko savybÄs', - name : 'Vardas', - value : 'ReikÅ¡mÄ' - }, - - // Image Dialog. - image : - { - title : 'Vaizdo savybÄs', - titleButton : 'Vaizdinio mygtuko savybÄs', - menu : 'Vaizdo savybÄs', - infoTab : 'Vaizdo informacija', - btnUpload : 'Siųsti į serverį', - upload : 'Nusiųsti', - alt : 'Alternatyvus Tekstas', - lockRatio : 'IÅ¡laikyti proporcijÄ ', - resetSize : 'Atstatyti dydį', - border : 'RÄmelis', - hSpace : 'Hor.ErdvÄ', - vSpace : 'Vert.ErdvÄ', - alertUrl : 'PraÅ¡ome įvesti vaizdo URL', - linkTab : 'Nuoroda', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Flash savybÄs', - propertiesTab : 'Properties', // MISSING - title : 'Flash savybÄs', - chkPlay : 'Automatinis paleidimas', - chkLoop : 'Ciklas', - chkMenu : 'Leisti Flash meniu', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Mastelis', - scaleAll : 'Rodyti visÄ ', - scaleNoBorder : 'Be rÄmelio', - scaleFit : 'Tikslus atitikimas', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'AbsoliuÄiÄ apaÄiÄ ', - alignAbsMiddle : 'Absoliutų vidurį', - alignBaseline : 'ApatinÄ linijÄ ', - alignTextTop : 'Teksto virÅ¡Å«nÄ', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Fono spalva', - hSpace : 'Hor.ErdvÄ', - vSpace : 'Vert.ErdvÄ', - validateSrc : 'PraÅ¡ome įvesti nuorodos URL', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'RaÅ¡ybos tikrinimas', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'Žodyne nerastas', - changeTo : 'Pakeisti į', - btnIgnore : 'Ignoruoti', - btnIgnoreAll : 'Ignoruoti visus', - btnReplace : 'Pakeisti', - btnReplaceAll : 'Pakeisti visus', - btnUndo : 'AtÅ¡aukti', - noSuggestions : '- NÄra pasiÅ«lymų -', - progress : 'Vyksta raÅ¡ybos tikrinimas...', - noMispell : 'RaÅ¡ybos tikrinimas baigtas: Nerasta raÅ¡ybos klaidų', - noChanges : 'RaÅ¡ybos tikrinimas baigtas: NÄra pakeistų žodžių', - oneChange : 'RaÅ¡ybos tikrinimas baigtas: Vienas žodis pakeistas', - manyChanges : 'RaÅ¡ybos tikrinimas baigtas: Pakeista %1 žodžių', - ieSpellDownload : 'RaÅ¡ybos tikrinimas neinstaliuotas. Ar JÅ«s norite jį dabar atsisiųsti?' - }, - - smiley : - { - toolbar : 'Veideliai', - title : 'Ä®terpti veidelį', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'Numeruotas sÄ raÅ¡as', - bulletedlist : 'Suženklintas sÄ raÅ¡as', - indent : 'Padidinti įtraukÄ ', - outdent : 'Sumažinti įtraukÄ ', - - justify : - { - left : 'Lygiuoti kairÄ', - center : 'Centruoti', - right : 'Lygiuoti deÅ¡inÄ', - block : 'Lygiuoti abi puses' - }, - - blockquote : 'Citata', - - clipboard : - { - title : 'Ä®dÄti', - cutError : 'JÅ«sų narÅ¡yklÄs saugumo nustatymai neleidžia redaktoriui automatiÅ¡kai įvykdyti iÅ¡kirpimo operacijų. Tam praÅ¡ome naudoti klaviatÅ«rÄ (Ctrl/Cmd+X).', - copyError : 'JÅ«sų narÅ¡yklÄs saugumo nustatymai neleidžia redaktoriui automatiÅ¡kai įvykdyti kopijavimo operacijų. Tam praÅ¡ome naudoti klaviatÅ«rÄ (Ctrl/Cmd+C).', - pasteMsg : 'Žemiau esanÄiame įvedimo lauke įdÄkite tekstÄ , naudodami klaviatÅ«rÄ (<STRONG>Ctrl/Cmd+V</STRONG>) ir paspauskite mygtukÄ <STRONG>OK</STRONG>.', - securityMsg : 'DÄl jÅ«sų narÅ¡yklÄs saugumo nustatymų, redaktorius negali tiesiogiai pasiekti laikinosios atminties. Jums reikia nukopijuoti dar kartÄ Ä¯ šį langÄ .', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Ä®dÄti iÅ¡ Word', - title : 'Ä®dÄti iÅ¡ Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Ä®dÄti kaip grynÄ tekstÄ ', - title : 'Ä®dÄti kaip grynÄ tekstÄ ' - }, - - templates : - { - button : 'Å ablonai', - title : 'Turinio Å¡ablonai', - options : 'Template Options', // MISSING - insertOption : 'Pakeisti dabartinį turinį pasirinktu Å¡ablonu', - selectPromptMsg : 'Pasirinkite norimÄ Å¡ablonÄ <br>(<b>DÄmesio!</b> esamas turinys bus prarastas):', - emptyListMsg : '(Å ablonų sÄ raÅ¡as tuÅ¡Äias)' - }, - - showBlocks : 'Rodyti blokus', - - stylesCombo : - { - label : 'Stilius', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'Å rifto formatas', - panelTitle : 'Å rifto formatas', - - tag_p : 'Normalus', - tag_pre : 'Formuotas', - tag_address : 'Kreipinio', - tag_h1 : 'AntraÅ¡tinis 1', - tag_h2 : 'AntraÅ¡tinis 2', - tag_h3 : 'AntraÅ¡tinis 3', - tag_h4 : 'AntraÅ¡tinis 4', - tag_h5 : 'AntraÅ¡tinis 5', - tag_h6 : 'AntraÅ¡tinis 6', - tag_div : 'Normal (DIV)' // MISSING - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Å riftas', - voiceLabel : 'Font', // MISSING - panelTitle : 'Å riftas' - }, - - fontSize : - { - label : 'Å rifto dydis', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Å rifto dydis' - }, - - colorButton : - { - textColorTitle : 'Teksto spalva', - bgColorTitle : 'Fono spalva', - panelTitle : 'Colors', // MISSING - auto : 'Automatinis', - more : 'Daugiau spalvų...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Dokumento savybÄs', - title : 'Dokumento savybÄs', - design : 'Design', // MISSING - meta : 'Meta duomenys', - chooseColor : 'Choose', // MISSING - other : '<kitas>', - docTitle : 'Puslapio antraÅ¡tÄ', - charset : 'Simbolių kodavimo lentelÄ', - charsetOther : 'Kita simbolių kodavimo lentelÄ', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'CentrinÄs Europos', - charsetCT : 'TradicinÄs kinų (Big5)', - charsetCR : 'Kirilica', - charsetGR : 'Graikų', - charsetJP : 'Japonų', - charsetKR : 'KorÄjieÄių', - charsetTR : 'Turkų', - charsetUN : 'Unikodas (UTF-8)', - charsetWE : 'Vakarų Europos', - docType : 'Dokumento tipo antraÅ¡tÄ', - docTypeOther : 'Kita dokumento tipo antraÅ¡tÄ', - xhtmlDec : 'Ä®traukti XHTML deklaracijas', - bgColor : 'Fono spalva', - bgImage : 'Fono paveikslÄlio nuoroda (URL)', - bgFixed : 'Neslenkantis fonas', - txtColor : 'Teksto spalva', - margin : 'Puslapio kraÅ¡tinÄs', - marginTop : 'VirÅ¡uje', - marginLeft : 'KairÄje', - marginRight : 'DeÅ¡inÄje', - marginBottom : 'ApaÄioje', - metaKeywords : 'Dokumento indeksavimo raktiniai žodžiai (atskirti kableliais)', - metaDescription : 'Dokumento apibÅ«dinimas', - metaAuthor : 'Autorius', - metaCopyright : 'AutorinÄs teisÄs', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/lv.js b/skins/ckeditor/_source/lang/lv.js deleted file mode 100644 index 9d99bb6..0000000 --- a/skins/ckeditor/_source/lang/lv.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Latvian language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['lv'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'HTML kods', - newPage : 'Jauna lapa', - save : 'SaglabÄt', - preview : 'PÄrskatÄ«t', - cut : 'Izgriezt', - copy : 'KopÄt', - paste : 'Ievietot', - print : 'DrukÄt', - underline : 'ApakÅ¡svÄ«tra', - bold : 'Treknu Å¡riftu', - italic : 'SlÄ«prakstÄ', - selectAll : 'IezÄ«mÄt visu', - removeFormat : 'NoÅemt stilus', - strike : 'PÄrsvÄ«trots', - subscript : 'ZemrakstÄ', - superscript : 'AugÅ¡rakstÄ', - horizontalrule : 'Ievietot horizontÄlu AtdalÄ«tÄjsvÄ«tru', - pagebreak : 'Ievietot lapas pÄrtraukumu', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'NoÅemt hipersaiti', - undo : 'Atcelt', - redo : 'AtkÄrtot', - - // Common messages and labels. - common : - { - browseServer : 'SkatÄ«t servera saturu', - url : 'URL', - protocol : 'Protokols', - upload : 'AugÅ¡upielÄdÄt', - uploadSubmit : 'NosÅ«tÄ«t serverim', - image : 'AttÄls', - flash : 'Flash', - form : 'Forma', - checkbox : 'AtzÄ«mÄÅ¡anas kastÄ«te', - radio : 'IzvÄles poga', - textField : 'Teksta rinda', - textarea : 'Teksta laukums', - hiddenField : 'PaslÄpta teksta rinda', - button : 'Poga', - select : 'IezÄ«mÄÅ¡anas lauks', - imageButton : 'AttÄlpoga', - notSet : '<nav iestatÄ«ts>', - id : 'Id', - name : 'Nosaukums', - langDir : 'Valodas lasÄ«Å¡anas virziens', - langDirLtr : 'No kreisÄs uz labo (LTR)', - langDirRtl : 'No labÄs uz kreiso (RTL)', - langCode : 'Valodas kods', - longDescr : 'Gara apraksta Hipersaite', - cssClass : 'Stilu saraksta klases', - advisoryTitle : 'KonsultatÄ«vs virsraksts', - cssStyle : 'Stils', - ok : 'DarÄ«ts!', - cancel : 'Atcelt', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'IzvÄrstais', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Platums', - height : 'Augstums', - align : 'NolÄ«dzinÄt', - alignLeft : 'Pa kreisi', - alignRight : 'Pa labi', - alignCenter : 'CentrÄti', - alignTop : 'AugÅ¡Ä', - alignMiddle : 'VertikÄli centrÄts', - alignBottom : 'ApakÅ¡Ä', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Ievietot speciÄlo simbolu', - title : 'Ievietot Ä«paÅ¡u simbolu', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Ievietot/Labot hipersaiti', - other : '<cits>', - menu : 'Labot hipersaiti', - title : 'Hipersaite', - info : 'Hipersaites informÄcija', - target : 'MÄrÄ·is', - upload : 'AugÅ¡upielÄdÄt', - advanced : 'IzvÄrstais', - type : 'Hipersaites tips', - toUrl : 'URL', // MISSING - toAnchor : 'IezÄ«me Å¡ajÄ lapÄ', - toEmail : 'E-pasts', - targetFrame : '<ietvars>', - targetPopup : '<uznirstoÅ¡Ä logÄ>', - targetFrameName : 'MÄrÄ·a ietvara nosaukums', - targetPopupName : 'UznirstoÅ¡Ä loga nosaukums', - popupFeatures : 'UznirstoÅ¡Ä loga nosaukums Ä«paÅ¡Ä«bas', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'Statusa josla', - popupLocationBar: 'AtraÅ¡anÄs vietas josla', - popupToolbar : 'RÄ«ku josla', - popupMenuBar : 'IzvÄlnes josla', - popupFullScreen : 'PilnÄ ekrÄnÄ (IE)', - popupScrollBars : 'Ritjoslas', - popupDependent : 'AtkarÄ«gs (Netscape)', - popupLeft : 'KreisÄ koordinÄte', - popupTop : 'AugÅ¡ÄjÄ koordinÄte', - id : 'Id', // MISSING - langDir : 'Valodas lasÄ«Å¡anas virziens', - langDirLTR : 'No kreisÄs uz labo (LTR)', - langDirRTL : 'No labÄs uz kreiso (RTL)', - acccessKey : 'Pieejas kods', - name : 'Nosaukums', - langCode : 'Valodas lasÄ«Å¡anas virziens', - tabIndex : 'CiļÅu indekss', - advisoryTitle : 'KonsultatÄ«vs virsraksts', - advisoryContentType : 'KonsultatÄ«vs satura tips', - cssClasses : 'Stilu saraksta klases', - charset : 'PievienotÄ resursa kodu tabula', - styles : 'Stils', - rel : 'Relationship', // MISSING - selectAnchor : 'IzvÄlÄties iezÄ«mi', - anchorName : 'PÄc iezÄ«mes nosaukuma', - anchorId : 'PÄc elementa ID', - emailAddress : 'E-pasta adrese', - emailSubject : 'ZiÅas tÄma', - emailBody : 'ZiÅas saturs', - noAnchors : '(Å ajÄ dokumentÄ nav iezÄ«mju)', - noUrl : 'LÅ«dzu norÄdi hipersaiti', - noEmail : 'LÅ«dzu norÄdi e-pasta adresi' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Ievietot/Labot iezÄ«mi', - menu : 'IezÄ«mes Ä«paÅ¡Ä«bas', - title : 'IezÄ«mes Ä«paÅ¡Ä«bas', - name : 'IezÄ«mes nosaukums', - errorName : 'LÅ«dzu norÄdiet iezÄ«mes nosaukumu', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', // MISSING - find : 'MeklÄt', - replace : 'NomainÄ«t', - findWhat : 'MeklÄt:', - replaceWith : 'NomainÄ«t uz:', - notFoundMsg : 'NorÄdÄ«tÄ frÄze netika atrasta.', - matchCase : 'ReÄ£istrjÅ«tÄ«gs', - matchWord : 'JÄsakrÄ«t pilnÄ«bÄ', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'Aizvietot visu', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'Tabula', - title : 'Tabulas Ä«paÅ¡Ä«bas', - menu : 'Tabulas Ä«paÅ¡Ä«bas', - deleteTable : 'DzÄst tabulu', - rows : 'Rindas', - columns : 'Kolonnas', - border : 'RÄmja izmÄrs', - widthPx : 'pikseļos', - widthPc : 'procentuÄli', - widthUnit : 'width unit', // MISSING - cellSpace : 'RÅ«tiÅu atstatums', - cellPad : 'RÅ«tiÅu nobÄ«de', - caption : 'LeÄ£enda', - summary : 'AnotÄcija', - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'Å Å«na', - insertBefore : 'Insert Cell Before', // MISSING - insertAfter : 'Insert Cell After', // MISSING - deleteCell : 'DzÄst rÅ«tiÅas', - merge : 'Apvienot rÅ«tiÅas', - mergeRight : 'Merge Right', // MISSING - mergeDown : 'Merge Down', // MISSING - splitHorizontal : 'Split Cell Horizontally', // MISSING - splitVertical : 'Split Cell Vertically', // MISSING - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Rinda', - insertBefore : 'Insert Row Before', // MISSING - insertAfter : 'Insert Row After', // MISSING - deleteRow : 'DzÄst rindas' - }, - - column : - { - menu : 'Kolonna', - insertBefore : 'Insert Column Before', // MISSING - insertAfter : 'Insert Column After', // MISSING - deleteColumn : 'DzÄst kolonnas' - } - }, - - // Button Dialog. - button : - { - title : 'Pogas Ä«paÅ¡Ä«bas', - text : 'Teksts (vÄrtÄ«ba)', - type : 'Tips', - typeBtn : 'Button', // MISSING - typeSbm : 'Submit', // MISSING - typeRst : 'Reset' // MISSING - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'AtzÄ«mÄÅ¡anas kastÄ«tes Ä«paÅ¡Ä«bas', - radioTitle : 'IzvÄles poga Ä«paÅ¡Ä«bas', - value : 'VÄrtÄ«ba', - selected : 'IezÄ«mÄts' - }, - - // Form Dialog. - form : - { - title : 'Formas Ä«paÅ¡Ä«bas', - menu : 'Formas Ä«paÅ¡Ä«bas', - action : 'DarbÄ«ba', - method : 'Metode', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'IezÄ«mÄÅ¡anas lauka Ä«paÅ¡Ä«bas', - selectInfo : 'InformÄcija', - opAvail : 'PieejamÄs iespÄjas', - value : 'VÄrtÄ«ba', - size : 'IzmÄrs', - lines : 'rindas', - chkMulti : 'Atļaut vairÄkus iezÄ«mÄjumus', - opText : 'Teksts', - opValue : 'VÄrtÄ«ba', - btnAdd : 'Pievienot', - btnModify : 'Veikt izmaiÅas', - btnUp : 'AugÅ¡up', - btnDown : 'Lejup', - btnSetValue : 'Noteikt kÄ iezÄ«mÄto vÄrtÄ«bu', - btnDelete : 'DzÄst' - }, - - // Textarea Dialog. - textarea : - { - title : 'Teksta laukuma Ä«paÅ¡Ä«bas', - cols : 'Kolonnas', - rows : 'Rindas' - }, - - // Text Field Dialog. - textfield : - { - title : 'Teksta rindas Ä«paÅ¡Ä«bas', - name : 'Nosaukums', - value : 'VÄrtÄ«ba', - charWidth : 'Simbolu platums', - maxChars : 'Simbolu maksimÄlais daudzums', - type : 'Tips', - typeText : 'Teksts', - typePass : 'Parole' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'PaslÄptÄs teksta rindas Ä«paÅ¡Ä«bas', - name : 'Nosaukums', - value : 'VÄrtÄ«ba' - }, - - // Image Dialog. - image : - { - title : 'AttÄla Ä«paÅ¡Ä«bas', - titleButton : 'AttÄlpogas Ä«paÅ¡Ä«bas', - menu : 'AttÄla Ä«paÅ¡Ä«bas', - infoTab : 'InformÄcija par attÄlu', - btnUpload : 'NosÅ«tÄ«t serverim', - upload : 'AugÅ¡upielÄdÄt', - alt : 'AlternatÄ«vais teksts', - lockRatio : 'NemainÄ«ga Augstuma/Platuma attiecÄ«ba', - resetSize : 'Atjaunot sÄkotnÄjo izmÄru', - border : 'RÄmis', - hSpace : 'HorizontÄlÄ telpa', - vSpace : 'VertikÄlÄ telpa', - alertUrl : 'LÅ«dzu norÄdÄ«t attÄla hipersaiti', - linkTab : 'Hipersaite', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Flash Ä«paÅ¡Ä«bas', - propertiesTab : 'Properties', // MISSING - title : 'Flash Ä«paÅ¡Ä«bas', - chkPlay : 'AutomÄtiska atskaÅoÅ¡ana', - chkLoop : 'NepÄrtraukti', - chkMenu : 'Atļaut Flash izvÄlni', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'MainÄ«t izmÄru', - scaleAll : 'RÄdÄ«t visu', - scaleNoBorder : 'Bez rÄmja', - scaleFit : 'PrecÄ«zs izmÄrs', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'AbsolÅ«ti apakÅ¡Ä', - alignAbsMiddle : 'AbsolÅ«ti vertikÄli centrÄts', - alignBaseline : 'PamatrindÄ', - alignTextTop : 'Teksta augÅ¡Ä', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Fona krÄsa', - hSpace : 'HorizontÄlÄ telpa', - vSpace : 'VertikÄlÄ telpa', - validateSrc : 'LÅ«dzu norÄdi hipersaiti', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'PareizrakstÄ«bas pÄrbaude', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'Netika atrasts vÄrdnÄ«cÄ', - changeTo : 'NomainÄ«t uz', - btnIgnore : 'IgnorÄt', - btnIgnoreAll : 'IgnorÄt visu', - btnReplace : 'Aizvietot', - btnReplaceAll : 'Aizvietot visu', - btnUndo : 'Atcelt', - noSuggestions : '- Nav ieteikumu -', - progress : 'Notiek pareizrakstÄ«bas pÄrbaude...', - noMispell : 'PareizrakstÄ«bas pÄrbaude pabeigta: kļūdas netika atrastas', - noChanges : 'PareizrakstÄ«bas pÄrbaude pabeigta: nekas netika labots', - oneChange : 'PareizrakstÄ«bas pÄrbaude pabeigta: 1 vÄrds izmainÄ«ts', - manyChanges : 'PareizrakstÄ«bas pÄrbaude pabeigta: %1 vÄrdi tika mainÄ«ti', - ieSpellDownload : 'PareizrakstÄ«bas pÄrbaudÄ«tÄjs nav pievienots. Vai vÄlaties to lejupielÄdÄt tagad?' - }, - - smiley : - { - toolbar : 'SmaidiÅi', - title : 'Ievietot smaidiÅu', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'NumurÄts saraksts', - bulletedlist : 'Izcelts saraksts', - indent : 'PalielinÄt atkÄpi', - outdent : 'SamazinÄt atkÄpi', - - justify : - { - left : 'IzlÄ«dzinÄt pa kreisi', - center : 'IzlÄ«dzinÄt pret centru', - right : 'IzlÄ«dzinÄt pa labi', - block : 'IzlÄ«dzinÄt malas' - }, - - blockquote : 'Block Quote', // MISSING - - clipboard : - { - title : 'Ievietot', - cutError : 'JÅ«su pÄrlÅ«kprogrammas droÅ¡Ä«bas iestatÄ«jumi nepieļauj editoram automÄtiski veikt izgrieÅ¡anas darbÄ«bu. LÅ«dzu, izmantojiet (Ctrl/Cmd+X, lai veiktu Å¡o darbÄ«bu.', - copyError : 'JÅ«su pÄrlÅ«kprogrammas droÅ¡Ä«bas iestatÄ«jumi nepieļauj editoram automÄtiski veikt kopÄÅ¡anas darbÄ«bu. LÅ«dzu, izmantojiet (Ctrl/Cmd+C), lai veiktu Å¡o darbÄ«bu.', - pasteMsg : 'LÅ«dzu, ievietojiet tekstu Å¡ajÄ laukumÄ, izmantojot klaviatÅ«ru (<STRONG>Ctrl/Cmd+V</STRONG>) un apstipriniet ar <STRONG>DarÄ«ts!</STRONG>.', - 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 - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Ievietot no Worda', - title : 'Ievietot no Worda', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Ievietot kÄ vienkÄrÅ¡u tekstu', - title : 'Ievietot kÄ vienkÄrÅ¡u tekstu' - }, - - templates : - { - button : 'Sagataves', - title : 'Satura sagataves', - options : 'Template Options', // MISSING - insertOption : 'Replace actual contents', // MISSING - selectPromptMsg : 'LÅ«dzu, norÄdiet sagatavi, ko atvÄrt editorÄ<br>(patreizÄjie dati tiks zaudÄti):', - emptyListMsg : '(Nav norÄdÄ«tas sagataves)' - }, - - showBlocks : 'Show Blocks', // MISSING - - stylesCombo : - { - label : 'Stils', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'FormÄts', - panelTitle : 'FormÄts', - - tag_p : 'NormÄls teksts', - tag_pre : 'FormatÄts teksts', - tag_address : 'Adrese', - tag_h1 : 'Virsraksts 1', - tag_h2 : 'Virsraksts 2', - tag_h3 : 'Virsraksts 3', - tag_h4 : 'Virsraksts 4', - tag_h5 : 'Virsraksts 5', - tag_h6 : 'Virsraksts 6', - tag_div : 'Rindkopa (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Å rifts', - voiceLabel : 'Font', // MISSING - panelTitle : 'Å rifts' - }, - - fontSize : - { - label : 'IzmÄrs', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'IzmÄrs' - }, - - colorButton : - { - textColorTitle : 'Teksta krÄsa', - bgColorTitle : 'Fona krÄsa', - panelTitle : 'Colors', // MISSING - auto : 'AutomÄtiska', - more : 'PlaÅ¡Äka palete...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Dokumenta Ä«paÅ¡Ä«bas', - title : 'Dokumenta Ä«paÅ¡Ä«bas', - design : 'Design', // MISSING - meta : 'META dati', - chooseColor : 'Choose', // MISSING - other : '<cits>', - docTitle : 'Dokumenta virsraksts <Title>', - charset : 'Simbolu kodÄjums', - charsetOther : 'Cits simbolu kodÄjums', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Dokumenta tips', - docTypeOther : 'Cits dokumenta tips', - xhtmlDec : 'Ietvert XHTML deklarÄcijas', - bgColor : 'Fona krÄsa', - bgImage : 'Fona attÄla hipersaite', - bgFixed : 'Fona attÄls ir fiksÄts', - txtColor : 'Teksta krÄsa', - margin : 'Lapas robežas', - marginTop : 'AugÅ¡Ä', - marginLeft : 'Pa kreisi', - marginRight : 'Pa labi', - marginBottom : 'ApakÅ¡Ä', - metaKeywords : 'Dokumentu aprakstoÅ¡i atslÄgvÄrdi (atdalÄ«ti ar komatu)', - metaDescription : 'Dokumenta apraksts', - metaAuthor : 'Autors', - metaCopyright : 'AutortiesÄ«bas', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/mn.js b/skins/ckeditor/_source/lang/mn.js deleted file mode 100644 index a3097e0..0000000 --- a/skins/ckeditor/_source/lang/mn.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Mongolian language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['mn'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Ðод', - newPage : 'Ð¨Ð¸Ð½Ñ Ñ ÑÑдаÑ', - save : 'Ð¥Ð°Ð´Ð³Ð°Ð»Ð°Ñ ', - preview : 'УÑидÑлан Ñ Ð°ÑÐ°Ñ ', - cut : 'ХайÑÐ»Ð°Ñ ', - copy : 'Ð¥ÑÑÐ»Ð°Ñ ', - paste : 'ÐÑÑÐ»Ð³Ð°Ñ ', - print : 'Ð¥ÑвлÑÑ ', - underline : 'ÐоогÑÑÑ Ð½Ñ Ð·ÑÑааÑÑай Ð±Ð¾Ð»Ð³Ð¾Ñ ', - bold : 'Тод бүдүүн', - italic : 'ÐалÑÑ', - selectAll : 'Ðүгдийг Ð½Ñ ÑÐ¾Ð½Ð³Ð¾Ñ ', - removeFormat : 'ФоÑÐ¼Ð°Ñ Ð°Ð²Ñ Ñ Ð°ÑÑ ', - strike : 'ÐÑндÑÑÑ Ð½Ñ Ð·ÑÑааÑÑай Ð±Ð¾Ð»Ð³Ð¾Ñ ', - subscript : 'СÑÑÑÑ Ð±Ð¾Ð»Ð³Ð¾Ñ ', - superscript : 'ÐÑÑÑг Ð±Ð¾Ð»Ð³Ð¾Ñ ', - horizontalrule : 'Хөндлөн зÑÑÐ°Ð°Ñ Ð¾ÑÑÑÐ»Ð°Ñ ', - pagebreak : 'Ð¥ÑÑÐ´Ð°Ñ ÑÑÑгааÑÐ»Ð°Ð³Ñ Ð¾ÑÑÑÐ»Ð°Ñ ', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Ðинк Ð°Ð²Ñ Ñ Ð°ÑÑ ', - undo : 'Ð¥Ò¯Ñингүй Ð±Ð¾Ð»Ð³Ð¾Ñ ', - redo : 'Ó¨Ð¼Ð½Ó©Ñ Ò¯Ð¹Ð»Ð´Ð»ÑÑ ÑÑÑгÑÑÑ ', - - // Common messages and labels. - common : - { - browseServer : 'СеÑÐ²ÐµÑ Ñ Ð°ÑÑÑÐ»Ð°Ñ ', - url : 'URL', - protocol : 'ÐÑоÑокол', - upload : 'Ð¥ÑÑÐ»Ð°Ñ ', - uploadSubmit : 'Үүнийг ÑеÑвÑÑÑÒ¯Ò¯ илгÑÑ', - image : 'ÐÑÑаг', - flash : 'ФлаÑ', - form : 'ФоÑм', - checkbox : 'ЧекбокÑ', - radio : 'Радио ÑовÑ', - textField : 'Ð¢ÐµÑ Ñ ÑалбаÑ', - textarea : 'Ð¢ÐµÑ Ñ Ð¾ÑÑин', - hiddenField : 'ÐÑÑÑ ÑалбаÑ', - button : 'ТовÑ', - select : 'Ð¡Ð¾Ð½Ð³Ð¾Ð³Ñ ÑалбаÑ', - imageButton : 'ÐÑÑагÑай ÑовÑ', - notSet : '<ÐÐ½Ð¾Ð¾Ñ Ð³Ò¯Ð¹>', - id : 'Id', - name : 'ÐÑÑ', - langDir : 'Ð¥Ñлний ÑиглÑл', - langDirLtr : 'ÐүүнÑÑÑ Ð±Ð°ÑÑÑн (LTR)', - langDirRtl : 'ÐаÑÑÑÐ½Ð°Ð°Ñ Ð·Ò¯Ò¯Ð½ (RTL)', - langCode : 'Ð¥Ñлний код', - longDescr : 'URL-Ñн ÑайлбаÑ', - cssClass : 'Stylesheet клаÑÑÑÑд', - advisoryTitle : 'ÐÓ©Ð²Ð»Ó©Ð»Ð´Ó©Ñ Ð³Ð°ÑÑиг', - cssStyle : 'ÐагваÑ', - ok : 'OK', - cancel : 'ÐÐ¾Ð»Ð¸Ñ ', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'ÐÑмÑлÑ', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Ó¨Ñгөн', - height : 'ӨндөÑ', - align : 'ÐгнÑÑ', - alignLeft : 'Ðүүн', - alignRight : 'ÐаÑÑÑн', - alignCenter : 'Төвд', - alignTop : 'ÐÑÑд Ñалд', - alignMiddle : 'ÐÑнд Ñалд', - alignBottom : 'Ðоод Ñалд', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'ÐнÑгой ÑÑмдÑÐ³Ñ Ð¾ÑÑÑÐ»Ð°Ñ ', - title : 'ÐнÑгой ÑÑмдÑÐ³Ñ ÑÐ¾Ð½Ð³Ð¾Ñ ', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Ðинк ÐÑÑÑÐ»Ð°Ñ /ÐаÑваÑÐ»Ð°Ñ ', - other : '<other>', // MISSING - menu : 'Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ Ð·Ð°ÑваÑÐ»Ð°Ñ ', - title : 'Ðинк', - info : 'Ðинкийн мÑдÑÑлÑл', - target : 'ÐайÑлал', - upload : 'Ð¥ÑÑÐ»Ð°Ñ ', - advanced : 'ÐÑмÑлÑ', - type : 'Ðинкийн ÑÓ©Ñөл', - toUrl : 'URL', // MISSING - toAnchor : 'ÐÐ½Ñ Ñ ÑÑдаÑÐ°Ð½Ð´Ð°Ñ Ñ Ð¾Ð»Ð±Ð¾Ð¾Ñ', - toEmail : 'E-Mail', - targetFrame : '<ÐгÑÑÐ»Ð°Ñ Ñ Ò¯ÑÑÑ>', - targetPopup : '<popup ÑÐ¾Ð½Ñ >', - targetFrameName : 'ÐÑÐ¸Ñ ÑÑемÑн нÑÑ', - targetPopupName : 'Popup ÑÐ¾Ð½Ñ Ð½Ñ Ð½ÑÑ', - popupFeatures : 'Popup ÑÐ¾Ð½Ñ Ð½Ñ Ð¾Ð½Ñлог', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'СÑаÑÑÑ Ñ ÑÑÑг', - popupLocationBar: 'Location Ñ ÑÑÑг', - popupToolbar : 'ÐÐ°Ð³Ð°Ð¶Ð½Ñ Ñ ÑÑÑг', - popupMenuBar : 'MeÐ½Ñ Ñ ÑÑÑг', - popupFullScreen : 'Ð¦Ð¾Ð½Ñ Ð´Ò¯Ò¯ÑгÑÑ (IE)', - popupScrollBars : 'СкÑол Ñ ÑÑÑгүүд', - popupDependent : 'ХамааÑай (Netscape)', - popupLeft : 'Ðүүн байÑлал', - popupTop : 'ÐÑÑд байÑлал', - id : 'Id', // MISSING - langDir : 'Ð¥Ñлний ÑиглÑл', - langDirLTR : 'ÐүүнÑÑÑ Ð±Ð°ÑÑÑн (LTR)', - langDirRTL : 'ÐаÑÑÑÐ½Ð°Ð°Ñ Ð·Ò¯Ò¯Ð½ (RTL)', - acccessKey : 'Ð¥Ð¾Ð»Ð±Ð¾Ñ ÑÒ¯Ð»Ñ Ò¯Ò¯Ñ', - name : 'ÐÑÑ', - langCode : 'Ð¥Ñлний ÑиглÑл', - tabIndex : 'Tab индекÑ', - advisoryTitle : 'ÐÓ©Ð²Ð»Ó©Ð»Ð´Ó©Ñ Ð³Ð°ÑÑиг', - advisoryContentType : 'ÐÓ©Ð²Ð»Ó©Ð»Ð´Ó©Ñ ÑÓ©Ñлийн агÑÑлга', - cssClasses : 'Stylesheet клаÑÑÑÑд', - charset : 'ТÑмдÑÐ³Ñ Ð¾Ð½Ð¾Ð¾Ñ Ð½Ó©Ó©Ñөд Ñ Ð¾Ð»Ð±Ð¾Ð³Ð´Ñон', - styles : 'ÐагваÑ', - rel : 'Relationship', // MISSING - selectAnchor : 'Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ ÑÐ¾Ð½Ð³Ð¾Ñ ', - anchorName : 'ХолбооÑÑн нÑÑÑÑÑ', - anchorId : 'ÐлемÑÐ½Ñ Id-гааÑ', - emailAddress : 'E-Mail ХаÑг', - emailSubject : 'Message гаÑÑиг', - emailBody : 'Message-ийн агÑÑлга', - noAnchors : '(ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñиг Ñ Ð¾Ð»Ð±Ð¾Ð¾Ñгүй байна)', - noUrl : 'Ðинк URL-ÑÑ ÑÓ©ÑÓ©Ð»Ð¶Ò¯Ò¯Ð»Ð½Ñ Ò¯Ò¯', - noEmail : 'Ð-mail Ñ Ð°Ñгаа ÑÓ©ÑÓ©Ð»Ð¶Ò¯Ò¯Ð»Ð½Ñ Ò¯Ò¯' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ ÐÑÑÑÐ»Ð°Ñ /ÐаÑваÑÐ»Ð°Ñ ', - menu : 'Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ Ñинж ÑанаÑ', - title : 'Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ Ñинж ÑанаÑ', - name : 'Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ Ð½ÑÑ', - errorName : 'Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ ÑÓ©Ñөл оÑÑÑлна ÑÑ', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Хай мөн ÐаÑж биÑ', - find : 'Ð¥Ð°Ð¹Ñ ', - replace : 'Ð¡Ð¾Ð»Ð¸Ñ ', - findWhat : 'Ð¥Ð°Ð¹Ñ Ò¯Ð³/Ò¯ÑÑг:', - replaceWith : 'Ð¡Ð¾Ð»Ð¸Ñ Ò¯Ð³:', - notFoundMsg : 'ХайÑан ÑекÑÑ Ð¾Ð»Ñонгүй.', - matchCase : 'ТÑнÑÑÑ Ñөлөв', - matchWord : 'ТÑнÑÑÑ Ð±Ò¯ÑÑн үг', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'Ðүгдийг Ð½Ñ Ð¡Ð¾Ð»Ð¸Ñ ', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'Ð¥Ò¯ÑнÑгÑ', - title : 'Ð¥Ò¯ÑнÑгÑ', - menu : 'Ð¥Ò¯ÑнÑгÑ', - deleteTable : 'Ð¥Ò¯ÑнÑÐ³Ñ ÑÑÑÐ³Ð°Ñ ', - rows : 'ÐÓ©Ñ', - columns : 'Ðагана', - border : 'Ð¥Ò¯ÑÑÑний Ñ ÑмжÑÑ', - widthPx : 'ÑÑг', - widthPc : 'Ñ ÑвÑ', - widthUnit : 'width unit', // MISSING - cellSpace : 'ÐÒ¯Ñ Ñ Ð¾Ð¾ÑондÑн зай (spacing)', - cellPad : 'ÐÒ¯Ñ Ð´Ð¾ÑоÑÐ»Ð¾Ñ (padding)', - caption : 'ТайлбаÑ', - summary : 'ТайлбаÑ', - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'ÐÒ¯Ñ /зай', - insertBefore : 'ÐÒ¯Ñ /зай өмнө Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ', - insertAfter : 'ÐÒ¯Ñ /зай даÑаа Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ', - deleteCell : 'ÐÒ¯Ñ ÑÑÑÐ³Ð°Ñ ', - merge : 'ÐÒ¯Ñ Ð½ÑгÑÑÑ ', - mergeRight : 'ÐаÑÑÑн ÑÐ¸Ð¹Ñ Ð½ÑгÑгÑÑ ', - mergeDown : 'ÐÐ¾Ð¾Ñ Ð½ÑгÑгÑÑ ', - splitHorizontal : 'ÐÒ¯Ñ /зайг боÑÐ¾Ð¾Ð³Ð¾Ð¾Ñ Ð½Ñ ÑÑÑгааÑÐ»Ð°Ñ ', - splitVertical : 'ÐÒ¯Ñ /зайг Ñ Ó©Ð½Ð´Ð»Ó©Ð½Ð³Ó©Ó©Ñ Ð½Ñ ÑÑÑгааÑÐ»Ð°Ñ ', - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'ÐÓ©Ñ', - insertBefore : 'ÐÓ©Ñ Ó©Ð¼Ð½Ó© Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ', - insertAfter : 'ÐÓ©Ñ Ð´Ð°Ñаа Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ', - deleteRow : 'ÐÓ©Ñ ÑÑÑÐ³Ð°Ñ ' - }, - - column : - { - menu : 'Ðагана', - insertBefore : 'Ðагана өмнө Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ', - insertAfter : 'Ðагана даÑаа Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ', - deleteColumn : 'Ðагана ÑÑÑÐ³Ð°Ñ ' - } - }, - - // Button Dialog. - button : - { - title : 'ТовÑÐ½Ñ Ñинж ÑанаÑ', - text : 'ТÑкÑÑ (УÑга)', - type : 'ТөÑөл', - typeBtn : 'ТовÑ', - typeSbm : 'Submit', - typeRst : 'ÐÐ¾Ð»Ð¸Ñ ' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'ЧекбокÑÐ½Ñ Ñинж ÑанаÑ', - radioTitle : 'Радио ÑовÑÐ½Ñ Ñинж ÑанаÑ', - value : 'УÑга', - selected : 'СонгогдÑон' - }, - - // Form Dialog. - form : - { - title : 'ФоÑм Ñинж ÑанаÑ', - menu : 'ФоÑм Ñинж ÑанаÑ', - action : 'ҮйлдÑл', - method : 'ÐÑга', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'Ð¡Ð¾Ð³Ð¾Ð³Ñ ÑалбаÑÑн Ñинж ÑанаÑ', - selectInfo : 'ÐÑдÑÑлÑл', - opAvail : 'ÐдвÑÑ ÑÑй ÑонголÑ', - value : 'УÑга', - size : 'Ð¥ÑмжÑÑ', - lines : 'ÐÓ©Ñ', - chkMulti : 'Ðлон ÑÐ¾Ð½Ð³Ð¾Ð»Ñ Ð·Ó©Ð²ÑÓ©Ó©ÑÓ©Ñ ', - opText : 'ТÑкÑÑ', - opValue : 'УÑга', - btnAdd : 'ÐÑмÑÑ ', - btnModify : 'Ó¨Ó©ÑÑÐ»Ó©Ñ ', - btnUp : 'ÐÑÑÑ', - btnDown : 'ÐооÑ', - btnSetValue : 'СонгогдÑан ÑÑга Ð¾Ð½Ð¾Ð¾Ñ ', - btnDelete : 'УÑÑÐ³Ð°Ñ ' - }, - - // Textarea Dialog. - textarea : - { - title : 'ТекÑÑ Ð¾ÑÑÐ½Ñ Ñинж ÑанаÑ', - cols : 'Ðагана', - rows : 'ÐÓ©Ñ' - }, - - // Text Field Dialog. - textfield : - { - title : 'ТекÑÑ ÑалбаÑÑн Ñинж ÑанаÑ', - name : 'ÐÑÑ', - value : 'УÑга', - charWidth : 'ТÑмдÑгÑÑн Ó©Ñгөн', - maxChars : 'Хамгийн Ð¸Ñ ÑÑмдÑгÑ', - type : 'ТөÑөл', - typeText : 'ТекÑÑ', - typePass : 'ÐÑÑÑ Ò¯Ð³' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'ÐÑÑÑ ÑалбаÑÑн Ñинж ÑанаÑ', - name : 'ÐÑÑ', - value : 'УÑга' - }, - - // Image Dialog. - image : - { - title : 'ÐÑÑаг', - titleButton : 'ÐÑÑган ÑовÑÐ½Ñ Ñинж ÑанаÑ', - menu : 'ÐÑÑаг', - infoTab : 'ÐÑÑÐ°Ð³Ð½Ñ Ð¼ÑдÑÑлÑл', - btnUpload : 'Үүнийг ÑеÑвÑÑÑÒ¯Ò¯ илгÑÑ', - upload : 'Ð¥ÑÑÐ»Ð°Ñ ', - alt : 'Ð¢Ð°Ð¹Ð»Ð±Ð°Ñ ÑекÑÑ', - lockRatio : 'Радио ÑÒ¯Ð³Ð¶Ð¸Ñ ', - resetSize : 'Ñ ÑмжÑÑ Ð´Ð°Ñ Ð¸Ð½ Ð¾Ð½Ð¾Ð¾Ñ ', - border : 'Ð¥Ò¯ÑÑÑ', - hSpace : 'Хөндлөн зай', - vSpace : 'ÐоÑоо зай', - alertUrl : 'ÐÑÑÐ°Ð³Ð½Ñ URL-Ñн ÑÓ©Ñлийн Ñонгоно ÑÑ', - linkTab : 'Ðинк', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Ð¤Ð»Ð°Ñ Ñинж ÑанаÑ', - propertiesTab : 'Properties', // MISSING - title : 'Ð¤Ð»Ð°Ñ Ñинж ÑанаÑ', - chkPlay : 'ÐвÑомаÑÐ°Ð°Ñ ÑÐ¾Ð³Ð»Ð¾Ñ ', - chkLoop : 'ÐавÑÐ°Ñ ', - chkMenu : 'Ð¤Ð»Ð°Ñ ÑÑÑ Ð¸Ð´Ð²ÑÑ Ð¶Ò¯Ò¯Ð»ÑÑ ', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Ó¨ÑгөгÑÐ³Ó©Ñ ', - scaleAll : 'Ðүгдийг Ñ Ð°ÑÑÑÐ»Ð°Ñ ', - scaleNoBorder : 'Ð¥Ò¯ÑÑÑгүй', - scaleFit : 'Яг ÑааÑÑÑÐ»Ð°Ñ ', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Abs доод Ñалд', - alignAbsMiddle : 'Abs ÐÑнд Ñалд', - alignBaseline : 'Baseline', - alignTextTop : 'ТекÑÑ Ð´ÑÑÑ', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Ð¤Ð¾Ð½Ð½Ñ Ó©Ð½Ð³Ó©', - hSpace : 'Хөндлөн зай', - vSpace : 'ÐоÑоо зай', - validateSrc : 'Ðинк URL-ÑÑ ÑÓ©ÑÓ©Ð»Ð¶Ò¯Ò¯Ð»Ð½Ñ Ò¯Ò¯', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Үгийн дүÑÑÑ ÑÐ°Ð»Ð³Ð°Ñ ', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'Ð¢Ð¾Ð»Ñ Ð±Ð¸Ñиггүй', - changeTo : 'Ó¨Ó©ÑÑÐ»Ó©Ñ ', - btnIgnore : 'ÐөвÑÓ©Ó©ÑÓ©Ñ ', - btnIgnoreAll : 'Ðүгдийг зөвÑÓ©Ó©ÑÓ©Ñ ', - btnReplace : 'ÐаÑж биÑÐ¸Ñ ', - btnReplaceAll : 'Ðүгдийг ÐаÑж биÑÐ¸Ñ ', - btnUndo : 'ÐÑÑÐ°Ð°Ñ ', - noSuggestions : '- ТайлбаÑгүй -', - progress : 'ÐÒ¯ÑÑм Ñалгаж байгаа үйл ÑвÑ...', - noMispell : 'ÐÒ¯ÑÑм Ñалгаад дÑÑÑÑан: Ðлдаа олдÑонгүй', - noChanges : 'ÐÒ¯ÑÑм Ñалгаад дÑÑÑÑан: үг Ó©Ó©ÑÑлөгдөөгүй', - oneChange : 'ÐÒ¯ÑÑм Ñалгаад дÑÑÑÑан: 1 үг Ó©Ó©ÑÑлөгдÑөн', - manyChanges : 'ÐÒ¯ÑÑм Ñалгаад дÑÑÑÑан: %1 үг Ó©Ó©ÑÑлөгдÑөн', - ieSpellDownload : 'ÐÒ¯ÑÑм ÑÐ°Ð»Ð³Ð°Ð³Ñ ÑÑÑгаагүй байна. ТаÑаж Ð°Ð²Ð°Ñ Ñг Ñ Ò¯ÑÑ Ð±Ð°Ð¹Ð½Ð° ÑÑ?' - }, - - smiley : - { - toolbar : 'ТодоÑÑ Ð¾Ð¹Ð»Ð¾Ð»Ñ', - title : 'ТодоÑÑ Ð¾Ð¹Ð»Ð¾Ð»Ñ Ð¾ÑÑÑÐ»Ð°Ñ ', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'ÐÑгааÑлагдÑан жагÑаалÑ', - bulletedlist : 'ЦÑгÑÑй жагÑаалÑ', - indent : 'Ðогол Ð¼Ó©Ñ Ñ Ð°ÑÐ°Ñ ', - outdent : 'Ðогол Ð¼Ó©Ñ Ð½ÑмÑÑ ', - - justify : - { - left : 'Ðүүн Ñалд байÑлÑÑÐ»Ð°Ñ ', - center : 'Төвд байÑлÑÑÐ»Ð°Ñ ', - right : 'ÐаÑÑÑн Ñалд байÑлÑÑÐ»Ð°Ñ ', - block : 'Ðлок Ñ ÑлбÑÑÑÑÑ Ð±Ð°Ð¹ÑлÑÑÐ»Ð°Ñ ' - }, - - blockquote : 'ХайÑÑÐ°Ð³Ð»Ð°Ñ ', - - clipboard : - { - title : 'ÐÑÑÐ»Ð³Ð°Ñ ', - cutError : 'Ð¢Ð°Ð½Ñ browser-Ñн Ñ Ð°Ð¼Ð³Ð°Ð°Ð»Ð°Ð»ÑÑн ÑÐ¾Ñ Ð¸Ñгоо editor-д авÑомаÑÐ°Ð°Ñ Ñ Ð°Ð¹ÑÐ»Ð°Ñ Ò¯Ð¹Ð»Ð´Ñлийг зөвÑÓ©Ó©ÑÓ©Ñ Ð³Ò¯Ð¹ байна. (Ctrl/Cmd+X) ÑовÑÐ½Ñ Ñ Ð¾ÑлолÑг аÑиглана ÑÑ.', - copyError : 'Ð¢Ð°Ð½Ñ browser-Ñн Ñ Ð°Ð¼Ð³Ð°Ð°Ð»Ð°Ð»ÑÑн ÑÐ¾Ñ Ð¸Ñгоо editor-д авÑомаÑÐ°Ð°Ñ Ñ ÑÑÐ»Ð°Ñ Ò¯Ð¹Ð»Ð´Ñлийг зөвÑÓ©Ó©ÑÓ©Ñ Ð³Ò¯Ð¹ байна. (Ctrl/Cmd+C) ÑовÑÐ½Ñ Ñ Ð¾ÑлолÑг аÑиглана ÑÑ.', - pasteMsg : '(<strong>Ctrl/Cmd+V</strong>) ÑовÑийг аÑиглан paste Ñ Ð¸Ð¹Ð½Ñ Ò¯Ò¯. Ðөн <strong>OK</strong> даÑ.', - securityMsg : 'Ð¢Ð°Ð½Ñ Ò¯Ð·Ò¯Ò¯Ð»ÑгÑ/browser/-н Ñ Ð°Ð¼Ð³Ð°Ð°Ð»Ð°Ð»ÑÑн ÑÐ¾Ñ Ð¸ÑÐ³Ð¾Ð¾Ð½Ð¾Ð¾Ñ Ð±Ð¾Ð»Ð¾Ð¾Ð´ editor clipboard өгөгдөлÑÒ¯Ò¯ ÑÑÑд Ñ Ð°Ð½Ð´Ð°Ñ Ð±Ð¾Ð»Ð¾Ð¼Ð¶Ð³Ò¯Ð¹. ÐÐ½Ñ ÑÐ¾Ð½Ñ Ð¾Ð´ Ð´Ð°Ñ Ð¸Ð½ paste Ñ Ð¸Ð¹Ñ Ð¸Ð¹Ð³ оÑолд.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Word-Ð¾Ð¾Ñ Ð±ÑÑÐ»Ð³Ð°Ñ ', - title : 'Word-Ð¾Ð¾Ñ Ð±ÑÑÐ»Ð³Ð°Ñ ', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Plain Text-ÑÑÑ Ð±ÑÑÐ»Ð³Ð°Ñ ', - title : 'Plain Text-ÑÑÑ Ð±ÑÑÐ»Ð³Ð°Ñ ' - }, - - templates : - { - button : 'ÐагваÑÑÑд', - title : 'ÐагваÑÑн агÑÑлга', - options : 'Template Options', // MISSING - insertOption : 'Ðдоогийн агÑÑллагÑг даÑж биÑÐ¸Ñ ', - selectPromptMsg : 'ÐагваÑÑг нÑÑж editor-ÑÒ¯Ò¯ Ñонгож оÑÑÑлна ÑÑ<br />(Ðдоогийн агÑÑллагÑг ÑÑÑаж магадгүй):', - emptyListMsg : '(ÐÐ°Ð³Ð²Ð°Ñ ÑодоÑÑ Ð¾Ð¹Ð»Ð¾Ð³Ð´Ð¾Ð¾Ð³Ò¯Ð¹ байна)' - }, - - showBlocks : 'Block-ÑÑдÑг үзүүлÑÑ ', - - stylesCombo : - { - label : 'ÐагваÑ', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'ФоÑмаÑ', - panelTitle : 'ФоÑмаÑ', - - tag_p : 'Ð¥Ñвийн', - tag_pre : 'Formatted', - tag_address : 'ХаÑг', - 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_div : 'Paragraph (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'ФонÑ', - voiceLabel : 'Font', // MISSING - panelTitle : 'ФонÑ' - }, - - fontSize : - { - label : 'Ð¥ÑмжÑÑ', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Ð¥ÑмжÑÑ' - }, - - colorButton : - { - textColorTitle : 'ФонÑÐ½Ñ Ó©Ð½Ð³Ó©', - bgColorTitle : 'Ð¤Ð¾Ð½Ð½Ñ Ó©Ð½Ð³Ó©', - panelTitle : 'Colors', // MISSING - auto : 'ÐвÑомаÑааÑ', - more : 'ÐÑмÑÐ»Ñ Ó©Ð½Ð³Ó©Ð½Ò¯Ò¯Ð´...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñиг Ñинж ÑанаÑ', - title : 'ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñиг Ñинж ÑанаÑ', - design : 'Design', // MISSING - meta : 'Meta өгөгдөл', - chooseColor : 'Choose', // MISSING - other : '<other>', - docTitle : 'Ð¥ÑÑдаÑÐ½Ñ Ð³Ð°ÑÑиг', - charset : 'Encoding ÑÑмдÑгÑ', - charsetOther : 'Encoding-д Ó©Ó©Ñ ÑÑмдÑÐ³Ñ Ð¾Ð½Ð¾Ð¾Ñ ', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Төв евÑоп', - charsetCT : 'Ð¥ÑÑадÑн ÑÐ»Ð°Ð¼Ð¶Ð»Ð°Ð»Ñ (Big5)', - charsetCR : 'ÐÑил', - charsetGR : 'ÐÑед', - charsetJP : 'Япон', - charsetKR : 'СолонгоÑ', - charsetTR : 'TÑÑк', - charsetUN : 'Юникод (UTF-8)', - charsetWE : 'ÐаÑÑÑн евÑоп', - docType : 'ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñгийн ÑÓ©Ñөл Heading', - docTypeOther : 'ÐÑÑад баÑÐ¸Ð¼Ñ Ð±Ð¸Ñгийн ÑÓ©Ñөл Heading', - xhtmlDec : 'XHTML агÑÑлж заÑÐ»Ð°Ñ ', - bgColor : 'Фоно өнгө', - bgImage : 'Фоно зÑÑÐ°Ð³Ð½Ñ URL', - bgFixed : 'ÐүйдÑггүй Ñоно', - txtColor : 'ФонÑÐ½Ñ Ó©Ð½Ð³Ó©', - margin : 'Ð¥ÑÑдаÑÐ½Ñ Ð·Ð°Ñ Ñн зай', - marginTop : 'ÐÑÑд Ñал', - marginLeft : 'Ðүүн Ñал', - marginRight : 'ÐаÑÑÑн Ñал', - marginBottom : 'Ðоод Ñал', - metaKeywords : 'ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñгийн Ð¸Ð½Ð´ÐµÐºÑ ÑÒ¯Ð»Ñ Ò¯Ò¯Ñ Ò¯Ð³ (ÑаÑÐ»Ð°Ð»Ð°Ð°Ñ ÑÑÑгааÑлагдана)', - metaDescription : 'ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñгийн ÑайлбаÑ', - metaAuthor : 'ÐÐ¾Ñ Ð¸Ð¾Ð³Ñ', - metaCopyright : 'ÐÐ¾Ñ Ð¸Ð¾Ð³Ñийн ÑÑÑ ', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/ms.js b/skins/ckeditor/_source/lang/ms.js deleted file mode 100644 index 713da5a..0000000 --- a/skins/ckeditor/_source/lang/ms.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Malay language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['ms'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Sumber', - newPage : 'Helaian Baru', - save : 'Simpan', - preview : 'Prebiu', - cut : 'Potong', - copy : 'Salin', - paste : 'Tampal', - print : 'Cetak', - underline : 'Underline', - bold : 'Bold', - italic : 'Italic', - selectAll : 'Pilih Semua', - removeFormat : 'Buang Format', - strike : 'Strike Through', - subscript : 'Subscript', - superscript : 'Superscript', - horizontalrule : 'Masukkan Garisan Membujur', - pagebreak : 'Insert Page Break for Printing', // MISSING - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Buang Sambungan', - undo : 'Batalkan', - redo : 'Ulangkan', - - // Common messages and labels. - common : - { - browseServer : 'Browse Server', - url : 'URL', - protocol : 'Protokol', - upload : 'Muat Naik', - uploadSubmit : 'Hantar ke Server', - image : 'Gambar', - flash : 'Flash', // MISSING - form : 'Borang', - checkbox : 'Checkbox', - radio : 'Butang Radio', - textField : 'Text Field', - textarea : 'Textarea', - hiddenField : 'Field Tersembunyi', - button : 'Butang', - select : 'Field Pilihan', - imageButton : 'Butang Bergambar', - notSet : '<tidak di set>', - id : 'Id', - name : 'Nama', - langDir : 'Arah Tulisan', - langDirLtr : 'Kiri ke Kanan (LTR)', - langDirRtl : 'Kanan ke Kiri (RTL)', - langCode : 'Kod Bahasa', - longDescr : 'Butiran Panjang URL', - cssClass : 'Kelas-kelas Stylesheet', - advisoryTitle : 'Tajuk Makluman', - cssStyle : 'Stail', - ok : 'OK', - cancel : 'Batal', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'Advanced', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Lebar', - height : 'Tinggi', - align : 'Jajaran', - alignLeft : 'Kiri', - alignRight : 'Kanan', - alignCenter : 'Tengah', - alignTop : 'Atas', - alignMiddle : 'Pertengahan', - alignBottom : 'Bawah', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Masukkan Huruf Istimewa', - title : 'Sila pilih huruf istimewa', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Masukkan/Sunting Sambungan', - other : '<lain>', - menu : 'Sunting Sambungan', - title : 'Sambungan', - info : 'Butiran Sambungan', - target : 'Sasaran', - upload : 'Muat Naik', - advanced : 'Advanced', - type : 'Jenis Sambungan', - toUrl : 'URL', // MISSING - toAnchor : 'Pautan dalam muka surat ini', - toEmail : 'E-Mail', - targetFrame : '<bingkai>', - targetPopup : '<tetingkap popup>', - targetFrameName : 'Nama Bingkai Sasaran', - targetPopupName : 'Nama Tetingkap Popup', - popupFeatures : 'Ciri Tetingkap Popup', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'Bar Status', - popupLocationBar: 'Bar Lokasi', - popupToolbar : 'Toolbar', - popupMenuBar : 'Bar Menu', - popupFullScreen : 'Skrin Penuh (IE)', - popupScrollBars : 'Bar-bar skrol', - popupDependent : 'Bergantungan (Netscape)', - popupLeft : 'Posisi Kiri', - popupTop : 'Posisi Atas', - id : 'Id', // MISSING - langDir : 'Arah Tulisan', - langDirLTR : 'Kiri ke Kanan (LTR)', - langDirRTL : 'Kanan ke Kiri (RTL)', - acccessKey : 'Kunci Akses', - name : 'Nama', - langCode : 'Arah Tulisan', - tabIndex : 'Indeks Tab ', - advisoryTitle : 'Tajuk Makluman', - advisoryContentType : 'Jenis Kandungan Makluman', - cssClasses : 'Kelas-kelas Stylesheet', - charset : 'Linked Resource Charset', - styles : 'Stail', - rel : 'Relationship', // MISSING - selectAnchor : 'Sila pilih pautan', - anchorName : 'dengan menggunakan nama pautan', - anchorId : 'dengan menggunakan ID elemen', - emailAddress : 'Alamat E-Mail', - emailSubject : 'Subjek Mesej', - emailBody : 'Isi Kandungan Mesej', - noAnchors : '(Tiada pautan terdapat dalam dokumen ini)', - noUrl : 'Sila taip sambungan URL', - noEmail : 'Sila taip alamat e-mail' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Masukkan/Sunting Pautan', - menu : 'Ciri-ciri Pautan', - title : 'Ciri-ciri Pautan', - name : 'Nama Pautan', - errorName : 'Sila taip nama pautan', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', // MISSING - find : 'Cari', - replace : 'Ganti', - findWhat : 'Perkataan yang dicari:', - replaceWith : 'Diganti dengan:', - notFoundMsg : 'Text yang dicari tidak dijumpai.', - matchCase : 'Padanan case huruf', - matchWord : 'Padana Keseluruhan perkataan', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'Ganti semua', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'Jadual', - title : 'Ciri-ciri Jadual', - menu : 'Ciri-ciri Jadual', - deleteTable : 'Delete Table', // MISSING - rows : 'Barisan', - columns : 'Jaluran', - border : 'Saiz Border', - widthPx : 'piksel-piksel', - widthPc : 'peratus', - widthUnit : 'width unit', // MISSING - cellSpace : 'Ruangan Antara Sel', - cellPad : 'Tambahan Ruang Sel', - caption : 'Keterangan', - summary : 'Summary', // MISSING - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'Cell', // MISSING - insertBefore : 'Insert Cell Before', // MISSING - insertAfter : 'Insert Cell After', // MISSING - deleteCell : 'Buangkan Sel-sel', - merge : 'Cantumkan Sel-sel', - mergeRight : 'Merge Right', // MISSING - mergeDown : 'Merge Down', // MISSING - splitHorizontal : 'Split Cell Horizontally', // MISSING - splitVertical : 'Split Cell Vertically', // MISSING - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Row', // MISSING - insertBefore : 'Insert Row Before', // MISSING - insertAfter : 'Insert Row After', // MISSING - deleteRow : 'Buangkan Baris' - }, - - column : - { - menu : 'Column', // MISSING - insertBefore : 'Insert Column Before', // MISSING - insertAfter : 'Insert Column After', // MISSING - deleteColumn : 'Buangkan Lajur' - } - }, - - // Button Dialog. - button : - { - title : 'Ciri-ciri Butang', - text : 'Teks (Nilai)', - type : 'Jenis', - typeBtn : 'Button', // MISSING - typeSbm : 'Submit', // MISSING - typeRst : 'Reset' // MISSING - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Ciri-ciri Checkbox', - radioTitle : 'Ciri-ciri Butang Radio', - value : 'Nilai', - selected : 'Dipilih' - }, - - // Form Dialog. - form : - { - title : 'Ciri-ciri Borang', - menu : 'Ciri-ciri Borang', - action : 'Tindakan borang', - method : 'Cara borang dihantar', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'Ciri-ciri Selection Field', - selectInfo : 'Select Info', // MISSING - opAvail : 'Pilihan sediada', - value : 'Nilai', - size : 'Saiz', - lines : 'garisan', - chkMulti : 'Benarkan pilihan pelbagai', - opText : 'Teks', - opValue : 'Nilai', - btnAdd : 'Tambah Pilihan', - btnModify : 'Ubah Pilihan', - btnUp : 'Naik ke atas', - btnDown : 'Turun ke bawah', - btnSetValue : 'Set sebagai nilai terpilih', - btnDelete : 'Padam' - }, - - // Textarea Dialog. - textarea : - { - title : 'Ciri-ciri Textarea', - cols : 'Lajur', - rows : 'Baris' - }, - - // Text Field Dialog. - textfield : - { - title : 'Ciri-ciri Text Field', - name : 'Nama', - value : 'Nilai', - charWidth : 'Lebar isian', - maxChars : 'Isian Maksimum', - type : 'Jenis', - typeText : 'Teks', - typePass : 'Kata Laluan' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Ciri-ciri Field Tersembunyi', - name : 'Nama', - value : 'Nilai' - }, - - // Image Dialog. - image : - { - title : 'Ciri-ciri Imej', - titleButton : 'Ciri-ciri Butang Bergambar', - menu : 'Ciri-ciri Imej', - infoTab : 'Info Imej', - btnUpload : 'Hantar ke Server', - upload : 'Muat Naik', - alt : 'Text Alternatif', - lockRatio : 'Tetapkan Nisbah', - resetSize : 'Saiz Set Semula', - border : 'Border', - hSpace : 'Ruang Melintang', - vSpace : 'Ruang Menegak', - alertUrl : 'Sila taip URL untuk fail gambar', - linkTab : 'Sambungan', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Flash Properties', // MISSING - propertiesTab : 'Properties', // MISSING - title : 'Flash Properties', // MISSING - chkPlay : 'Auto Play', // MISSING - chkLoop : 'Loop', // MISSING - chkMenu : 'Enable Flash Menu', // MISSING - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Scale', // MISSING - scaleAll : 'Show all', // MISSING - scaleNoBorder : 'No Border', // MISSING - scaleFit : 'Exact Fit', // MISSING - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Bawah Mutlak', - alignAbsMiddle : 'Pertengahan Mutlak', - alignBaseline : 'Garis Dasar', - alignTextTop : 'Atas Text', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Warna Latarbelakang', - hSpace : 'Ruang Melintang', - vSpace : 'Ruang Menegak', - validateSrc : 'Sila taip sambungan URL', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Semak Ejaan', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'Tidak terdapat didalam kamus', - changeTo : 'Tukarkan kepada', - btnIgnore : 'Biar', - btnIgnoreAll : 'Biarkan semua', - btnReplace : 'Ganti', - btnReplaceAll : 'Gantikan Semua', - btnUndo : 'Batalkan', - noSuggestions : '- Tiada cadangan -', - progress : 'Pemeriksaan ejaan sedang diproses...', - noMispell : 'Pemeriksaan ejaan siap: Tiada salah ejaan', - noChanges : 'Pemeriksaan ejaan siap: Tiada perkataan diubah', - oneChange : 'Pemeriksaan ejaan siap: Satu perkataan telah diubah', - manyChanges : 'Pemeriksaan ejaan siap: %1 perkataan diubah', - ieSpellDownload : 'Pemeriksa ejaan tidak dipasang. Adakah anda mahu muat turun sekarang?' - }, - - smiley : - { - toolbar : 'Smiley', - title : 'Masukkan Smiley', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'Senarai bernombor', - bulletedlist : 'Senarai tidak bernombor', - indent : 'Tambahkan Inden', - outdent : 'Kurangkan Inden', - - justify : - { - left : 'Jajaran Kiri', - center : 'Jajaran Tengah', - right : 'Jajaran Kanan', - block : 'Jajaran Blok' - }, - - blockquote : 'Block Quote', // MISSING - - clipboard : - { - title : 'Tampal', - cutError : 'Keselamatan perisian browser anda tidak membenarkan operasi suntingan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+X).', - copyError : 'Keselamatan perisian browser anda tidak membenarkan operasi salinan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+C).', - pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK', // MISSING - 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 - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Tampal dari Word', - title : 'Tampal dari Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Tampal sebagai text biasa', - title : 'Tampal sebagai text biasa' - }, - - templates : - { - button : 'Templat', - title : 'Templat Kandungan', - options : 'Template Options', // MISSING - insertOption : 'Replace actual contents', // MISSING - selectPromptMsg : 'Sila pilih templat untuk dibuka oleh editor<br>(kandungan sebenar akan hilang):', - emptyListMsg : '(Tiada Templat Disimpan)' - }, - - showBlocks : 'Show Blocks', // MISSING - - stylesCombo : - { - label : 'Stail', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'Format', - panelTitle : 'Format', - - tag_p : 'Normal', - tag_pre : 'Telah Diformat', - tag_address : 'Alamat', - 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_div : 'Perenggan (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Font', - voiceLabel : 'Font', // MISSING - panelTitle : 'Font' - }, - - fontSize : - { - label : 'Saiz', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Saiz' - }, - - colorButton : - { - textColorTitle : 'Warna Text', - bgColorTitle : 'Warna Latarbelakang', - panelTitle : 'Colors', // MISSING - auto : 'Otomatik', - more : 'Warna lain-lain...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Ciri-ciri dokumen', - title : 'Ciri-ciri dokumen', - design : 'Design', // MISSING - meta : 'Data Meta', - chooseColor : 'Choose', // MISSING - other : '<lain>', - docTitle : 'Tajuk Muka Surat', - charset : 'Enkod Set Huruf', - charsetOther : 'Enkod Set Huruf yang Lain', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Jenis Kepala Dokumen', - docTypeOther : 'Jenis Kepala Dokumen yang Lain', - xhtmlDec : 'Masukkan pemula kod XHTML', - bgColor : 'Warna Latarbelakang', - bgImage : 'URL Gambar Latarbelakang', - bgFixed : 'Imej Latarbelakang tanpa Skrol', - txtColor : 'Warna Text', - margin : 'Margin Muka Surat', - marginTop : 'Atas', - marginLeft : 'Kiri', - marginRight : 'Kanan', - marginBottom : 'Bawah', - metaKeywords : 'Kata Kunci Indeks Dokumen (dipisahkan oleh koma)', - metaDescription : 'Keterangan Dokumen', - metaAuthor : 'Penulis', - metaCopyright : 'Hakcipta', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/nb.js b/skins/ckeditor/_source/lang/nb.js deleted file mode 100644 index f56735b..0000000 --- a/skins/ckeditor/_source/lang/nb.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Norwegian BokmÃ¥l language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['nb'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rikteksteditor, %1, trykk ALT 0 for hjelp.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rikteksteditor', - - // Toolbar buttons without dialogs. - source : 'Kilde', - newPage : 'Ny side', - save : 'Lagre', - preview : 'ForhÃ¥ndsvis', - cut : 'Klipp ut', - copy : 'Kopier', - paste : 'Lim inn', - print : 'Skriv ut', - underline : 'Understreking', - bold : 'Fet', - italic : 'Kursiv', - selectAll : 'Merk alt', - removeFormat : 'Fjern formatering', - strike : 'Gjennomstreking', - subscript : 'Senket skrift', - superscript : 'Hevet skrift', - horizontalrule : 'Sett inn horisontal linje', - pagebreak : 'Sett inn sideskift for utskrift', - pagebreakAlt : 'Sideskift', - unlink : 'Fjern lenke', - undo : 'Angre', - redo : 'Gjør om', - - // Common messages and labels. - common : - { - browseServer : 'Bla igjennom server', - url : 'URL', - protocol : 'Protokoll', - upload : 'Last opp', - uploadSubmit : 'Send det til serveren', - image : 'Bilde', - flash : 'Flash', - form : 'Skjema', - checkbox : 'Avmerkingsboks', - radio : 'Alternativknapp', - textField : 'Tekstboks', - textarea : 'TekstomrÃ¥de', - hiddenField : 'Skjult felt', - button : 'Knapp', - select : 'Rullegardinliste', - imageButton : 'Bildeknapp', - notSet : '<ikke satt>', - id : 'Id', - name : 'Navn', - langDir : 'SprÃ¥kretning', - langDirLtr : 'Venstre til høyre (VTH)', - langDirRtl : 'Høyre til venstre (HTV)', - langCode : 'SprÃ¥kkode', - longDescr : 'Utvidet beskrivelse', - cssClass : 'Stilarkklasser', - advisoryTitle : 'Tittel', - cssStyle : 'Stil', - ok : 'OK', - cancel : 'Avbryt', - close : 'Lukk', - preview : 'ForhÃ¥ndsvis', - generalTab : 'Generelt', - advancedTab : 'Avansert', - validateNumberFailed : 'Denne verdien er ikke et tall.', - confirmNewPage : 'Alle ulagrede endringer som er gjort i dette innholdet vil bli tapt. Er du sikker pÃ¥ at du vil laste en ny side?', - confirmCancel : 'Noen av valgene har blitt endret. Er du sikker pÃ¥ at du vil lukke dialogen?', - options : 'Valg', - target : 'MÃ¥l', - targetNew : 'Nytt vindu (_blank)', - targetTop : 'Hele vindu (_top)', - targetSelf : 'Samme vindu (_self)', - targetParent : 'Foreldrevindu (_parent)', - langDirLTR : 'Venstre til høyre (VTH)', - langDirRTL : 'Høyre til venstre (HTV)', - styles : 'Stil', - cssClasses : 'Stilarkklasser', - width : 'Bredde', - height : 'Høyde', - align : 'Juster', - alignLeft : 'Venstre', - alignRight : 'Høyre', - alignCenter : 'Midtjuster', - alignTop : 'Topp', - alignMiddle : 'Midten', - alignBottom : 'Bunn', - invalidHeight : 'Høyde mÃ¥ være et tall.', - invalidWidth : 'Bredde mÃ¥ være et tall.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, utilgjenglig</span>' - }, - - contextmenu : - { - options : 'Alternativer for høyreklikkmeny' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Sett inn spesialtegn', - title : 'Velg spesialtegn', - options : 'Alternativer for spesialtegn' - }, - - // Link dialog. - link : - { - toolbar : 'Sett inn/Rediger lenke', - other : '<annen>', - menu : 'Rediger lenke', - title : 'Lenke', - info : 'Lenkeinfo', - target : 'MÃ¥l', - upload : 'Last opp', - advanced : 'Avansert', - type : 'Lenketype', - toUrl : 'URL', - toAnchor : 'Lenke til anker i teksten', - toEmail : 'E-post', - targetFrame : '<ramme>', - targetPopup : '<popup-vindu>', - targetFrameName : 'MÃ¥lramme', - targetPopupName : 'Navn pÃ¥ popup-vindu', - popupFeatures : 'Egenskaper for popup-vindu', - popupResizable : 'Skalerbar', - popupStatusBar : 'Statuslinje', - popupLocationBar: 'Adresselinje', - popupToolbar : 'Verktøylinje', - popupMenuBar : 'Menylinje', - popupFullScreen : 'Fullskjerm (IE)', - popupScrollBars : 'Scrollbar', - popupDependent : 'Avhenging (Netscape)', - popupLeft : 'Venstre posisjon', - popupTop : 'Topp-posisjon', - id : 'Id', - langDir : 'SprÃ¥kretning', - langDirLTR : 'Venstre til høyre (VTH)', - langDirRTL : 'Høyre til venstre (HTV)', - acccessKey : 'Aksessknapp', - name : 'Navn', - langCode : 'SprÃ¥kkode', - tabIndex : 'Tabindeks', - advisoryTitle : 'Tittel', - advisoryContentType : 'Type', - cssClasses : 'Stilarkklasser', - charset : 'Lenket tegnsett', - styles : 'Stil', - rel : 'Relationship', // MISSING - selectAnchor : 'Velg et anker', - anchorName : 'Anker etter navn', - anchorId : 'Element etter ID', - emailAddress : 'E-postadresse', - emailSubject : 'Meldingsemne', - emailBody : 'Melding', - noAnchors : '(Ingen anker i dokumentet)', - noUrl : 'Vennligst skriv inn lenkens URL', - noEmail : 'Vennligst skriv inn e-postadressen' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Sett inn/Rediger anker', - menu : 'Egenskaper for anker', - title : 'Egenskaper for anker', - name : 'Ankernavn', - errorName : 'Vennligst skriv inn ankernavnet', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Egenskaper for nummerert liste', - bulletedTitle : 'Egenskaper for punktmerket liste', - type : 'Type', - start : 'Start', - validateStartNumber :'Starten pÃ¥ listen mÃ¥ være et heltall.', - circle : 'Sirkel', - disc : 'Disk', - square : 'Firkant', - none : 'Ingen', - notset : '<ikke satt>', - armenian : 'Armensk nummerering', - georgian : 'Georgisk nummerering (an, ban, gan, osv.)', - lowerRoman : 'Romertall, smÃ¥ (i, ii, iii, iv, v, osv.)', - upperRoman : 'Romertall, store (I, II, III, IV, V, osv.)', - lowerAlpha : 'Alfabetisk, smÃ¥ (a, b, c, d, e, osv.)', - upperAlpha : 'Alfabetisk, store (A, B, C, D, E, osv.)', - lowerGreek : 'Gresk, smÃ¥ (alpha, beta, gamma, osv.)', - decimal : 'Tall (1, 2, 3, osv.)', - decimalLeadingZero : 'Tall, med førstesiffer null (01, 02, 03, osv.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Søk og erstatt', - find : 'Søk', - replace : 'Erstatt', - findWhat : 'Søk etter:', - replaceWith : 'Erstatt med:', - notFoundMsg : 'Fant ikke søketeksten.', - matchCase : 'Skill mellom store og smÃ¥ bokstaver', - matchWord : 'Bare hele ord', - matchCyclic : 'Søk i hele dokumentet', - replaceAll : 'Erstatt alle', - replaceSuccessMsg : '%1 tilfelle(r) erstattet.' - }, - - // Table Dialog - table : - { - toolbar : 'Tabell', - title : 'Egenskaper for tabell', - menu : 'Egenskaper for tabell', - deleteTable : 'Slett tabell', - rows : 'Rader', - columns : 'Kolonner', - border : 'Rammestørrelse', - widthPx : 'piksler', - widthPc : 'prosent', - widthUnit : 'Bredde-enhet', - cellSpace : 'Cellemarg', - cellPad : 'Cellepolstring', - caption : 'Tittel', - summary : 'Sammendrag', - headers : 'Overskrifter', - headersNone : 'Ingen', - headersColumn : 'Første kolonne', - headersRow : 'Første rad', - headersBoth : 'Begge', - invalidRows : 'Antall rader mÃ¥ være et tall større enn 0.', - invalidCols : 'Antall kolonner mÃ¥ være et tall større enn 0.', - invalidBorder : 'Rammestørrelse mÃ¥ være et tall.', - invalidWidth : 'Tabellbredde mÃ¥ være et tall.', - invalidHeight : 'Tabellhøyde mÃ¥ være et tall.', - invalidCellSpacing : 'Cellemarg mÃ¥ være et tall.', - invalidCellPadding : 'Cellepolstring mÃ¥ være et tall.', - - cell : - { - menu : 'Celle', - insertBefore : 'Sett inn celle før', - insertAfter : 'Sett inn celle etter', - deleteCell : 'Slett celler', - merge : 'SlÃ¥ sammen celler', - mergeRight : 'SlÃ¥ sammen høyre', - mergeDown : 'SlÃ¥ sammen ned', - splitHorizontal : 'Del celle horisontalt', - splitVertical : 'Del celle vertikalt', - title : 'Celleegenskaper', - cellType : 'Celletype', - rowSpan : 'Radspenn', - colSpan : 'Kolonnespenn', - wordWrap : 'Tekstbrytning', - hAlign : 'Horisontal justering', - vAlign : 'Vertikal justering', - alignBaseline : 'Grunnlinje', - bgColor : 'Bakgrunnsfarge', - borderColor : 'Rammefarge', - data : 'Data', - header : 'Overskrift', - yes : 'Ja', - no : 'Nei', - invalidWidth : 'Cellebredde mÃ¥ være et tall.', - invalidHeight : 'Cellehøyde mÃ¥ være et tall.', - invalidRowSpan : 'Radspenn mÃ¥ være et heltall.', - invalidColSpan : 'Kolonnespenn mÃ¥ være et heltall.', - chooseColor : 'Velg' - }, - - row : - { - menu : 'Rader', - insertBefore : 'Sett inn rad før', - insertAfter : 'Sett inn rad etter', - deleteRow : 'Slett rader' - }, - - column : - { - menu : 'Kolonne', - insertBefore : 'Sett inn kolonne før', - insertAfter : 'Sett inn kolonne etter', - deleteColumn : 'Slett kolonner' - } - }, - - // Button Dialog. - button : - { - title : 'Egenskaper for knapp', - text : 'Tekst (verdi)', - type : 'Type', - typeBtn : 'Knapp', - typeSbm : 'Send', - typeRst : 'Nullstill' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Egenskaper for avmerkingsboks', - radioTitle : 'Egenskaper for alternativknapp', - value : 'Verdi', - selected : 'Valgt' - }, - - // Form Dialog. - form : - { - title : 'Egenskaper for skjema', - menu : 'Egenskaper for skjema', - action : 'Handling', - method : 'Metode', - encoding : 'Encoding' - }, - - // Select Field Dialog. - select : - { - title : 'Egenskaper for rullegardinliste', - selectInfo : 'Info', - opAvail : 'Tilgjenglige alternativer', - value : 'Verdi', - size : 'Størrelse', - lines : 'Linjer', - chkMulti : 'Tillat flervalg', - opText : 'Tekst', - opValue : 'Verdi', - btnAdd : 'Legg til', - btnModify : 'Endre', - btnUp : 'Opp', - btnDown : 'Ned', - btnSetValue : 'Sett som valgt', - btnDelete : 'Slett' - }, - - // Textarea Dialog. - textarea : - { - title : 'Egenskaper for tekstomrÃ¥de', - cols : 'Kolonner', - rows : 'Rader' - }, - - // Text Field Dialog. - textfield : - { - title : 'Egenskaper for tekstfelt', - name : 'Navn', - value : 'Verdi', - charWidth : 'Tegnbredde', - maxChars : 'Maks antall tegn', - type : 'Type', - typeText : 'Tekst', - typePass : 'Passord' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Egenskaper for skjult felt', - name : 'Navn', - value : 'Verdi' - }, - - // Image Dialog. - image : - { - title : 'Bildeegenskaper', - titleButton : 'Egenskaper for bildeknapp', - menu : 'Bildeegenskaper', - infoTab : 'Bildeinformasjon', - btnUpload : 'Send det til serveren', - upload : 'Last opp', - alt : 'Alternativ tekst', - lockRatio : 'LÃ¥s forhold', - resetSize : 'Tilbakestill størrelse', - border : 'Ramme', - hSpace : 'HMarg', - vSpace : 'VMarg', - alertUrl : 'Vennligst skriv bilde-urlen', - linkTab : 'Lenke', - button2Img : 'Vil du endre den valgte bildeknappen til et vanlig bilde?', - img2Button : 'Vil du endre det valgte bildet til en bildeknapp?', - urlMissing : 'Bildets adresse mangler.', - validateBorder : 'Ramme mÃ¥ være et heltall.', - validateHSpace : 'HMarg mÃ¥ være et heltall.', - validateVSpace : 'VMarg mÃ¥ være et heltall.' - }, - - // Flash Dialog - flash : - { - properties : 'Egenskaper for Flash-objekt', - propertiesTab : 'Egenskaper', - title : 'Flash-egenskaper', - chkPlay : 'Autospill', - chkLoop : 'Loop', - chkMenu : 'SlÃ¥ pÃ¥ Flash-meny', - chkFull : 'Tillat fullskjerm', - scale : 'Skaler', - scaleAll : 'Vis alt', - scaleNoBorder : 'Ingen ramme', - scaleFit : 'Skaler til Ã¥ passe', - access : 'Scripttilgang', - accessAlways : 'Alltid', - accessSameDomain: 'Samme domene', - accessNever : 'Aldri', - alignAbsBottom : 'Abs bunn', - alignAbsMiddle : 'Abs midten', - alignBaseline : 'Bunnlinje', - alignTextTop : 'Tekst topp', - quality : 'Kvalitet', - qualityBest : 'Best', - qualityHigh : 'Høy', - qualityAutoHigh : 'Auto høy', - qualityMedium : 'Medium', - qualityAutoLow : 'Auto lav', - qualityLow : 'Lav', - windowModeWindow: 'Vindu', - windowModeOpaque: 'Opaque', - windowModeTransparent : 'Gjennomsiktig', - windowMode : 'Vindumodus', - flashvars : 'Variabler for flash', - bgcolor : 'Bakgrunnsfarge', - hSpace : 'HMarg', - vSpace : 'VMarg', - validateSrc : 'Vennligst skriv inn lenkens url.', - validateHSpace : 'HMarg mÃ¥ være et tall.', - validateVSpace : 'VMarg mÃ¥ være et tall.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Stavekontroll', - title : 'Stavekontroll', - notAvailable : 'Beklager, tjenesten er utilgjenglig nÃ¥.', - errorLoading : 'Feil under lasting av applikasjonstjenestetjener: %s.', - notInDic : 'Ikke i ordboken', - changeTo : 'Endre til', - btnIgnore : 'Ignorer', - btnIgnoreAll : 'Ignorer alle', - btnReplace : 'Erstatt', - btnReplaceAll : 'Erstatt alle', - btnUndo : 'Angre', - noSuggestions : '- Ingen forslag -', - progress : 'Stavekontroll pÃ¥gÃ¥r...', - noMispell : 'Stavekontroll fullført: ingen feilstavinger funnet', - noChanges : 'Stavekontroll fullført: ingen ord endret', - oneChange : 'Stavekontroll fullført: Ett ord endret', - manyChanges : 'Stavekontroll fullført: %1 ord endret', - ieSpellDownload : 'Stavekontroll er ikke installert. Vil du laste den ned nÃ¥?' - }, - - smiley : - { - toolbar : 'Smil', - title : 'Sett inn smil', - options : 'Alternativer for smil' - }, - - elementsPath : - { - eleLabel : 'Element-sti', - eleTitle : '%1 element' - }, - - numberedlist : 'Legg til/Fjern nummerert liste', - bulletedlist : 'Legg til/Fjern punktmerket liste', - indent : 'Ãk innrykk', - outdent : 'Reduser innrykk', - - justify : - { - left : 'Venstrejuster', - center : 'Midtstill', - right : 'Høyrejuster', - block : 'Blokkjuster' - }, - - blockquote : 'Sitatblokk', - - clipboard : - { - title : 'Lim inn', - cutError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk klipping av tekst. Vennligst bruk snareveien (Ctrl/Cmd+X).', - copyError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snareveien (Ctrl/Cmd+C).', - pasteMsg : 'Vennligst lim inn i følgende boks med tastaturet (<STRONG>Ctrl/Cmd+V</STRONG>) og trykk <STRONG>OK</STRONG>.', - securityMsg : 'Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du mÃ¥ derfor lime det inn pÃ¥ nytt i dette vinduet.', - pasteArea : 'InnlimingsomrÃ¥de' - }, - - pastefromword : - { - confirmCleanup : 'Teksten du limer inn ser ut til Ã¥ være kopiert fra Word. Vil du renske den før du limer den inn?', - toolbar : 'Lim inn fra Word', - title : 'Lim inn fra Word', - error : 'Det var ikke mulig Ã¥ renske den innlimte teksten pÃ¥ grunn av en intern feil' - }, - - pasteText : - { - button : 'Lim inn som ren tekst', - title : 'Lim inn som ren tekst' - }, - - templates : - { - button : 'Maler', - title : 'Innholdsmaler', - options : 'Alternativer for mal', - insertOption : 'Erstatt gjeldende innhold', - selectPromptMsg : 'Velg malen du vil Ã¥pne i redigeringsverktøyet:', - emptyListMsg : '(Ingen maler definert)' - }, - - showBlocks : 'Vis blokker', - - stylesCombo : - { - label : 'Stil', - panelTitle : 'Stilformater', - panelTitle1 : 'Blokkstiler', - panelTitle2 : 'Inlinestiler', - panelTitle3 : 'Objektstiler' - }, - - format : - { - label : 'Format', - panelTitle : 'Avsnittsformat', - - tag_p : 'Normal', - tag_pre : 'Formatert', - tag_address : 'Adresse', - 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_div : 'Normal (DIV)' - }, - - div : - { - title : 'Sett inn Div Container', - toolbar : 'Sett inn Div Container', - cssClassInputLabel : 'Stilark-klasser', - styleSelectLabel : 'Stil', - IdInputLabel : 'Id', - languageCodeInputLabel : ' SprÃ¥kkode', - inlineStyleInputLabel : 'Inlinestiler', - advisoryTitleInputLabel : 'Tittel', - langDirLabel : 'SprÃ¥kretning', - langDirLTRLabel : 'Venstre til høyre (VTH)', - langDirRTLLabel : 'Høyre til venstre (HTV)', - edit : 'Rediger Div', - remove : 'Fjern Div' - }, - - iframe : - { - title : 'Egenskaper for IFrame', - toolbar : 'IFrame', - noUrl : 'Vennligst skriv inn URL for iframe', - scrolling : 'Aktiver scrollefelt', - border : 'Viss ramme rundt iframe' - }, - - font : - { - label : 'Skrift', - voiceLabel : 'Font', - panelTitle : 'Skrift' - }, - - fontSize : - { - label : 'Størrelse', - voiceLabel : 'Font Størrelse', - panelTitle : 'Størrelse' - }, - - colorButton : - { - textColorTitle : 'Tekstfarge', - bgColorTitle : 'Bakgrunnsfarge', - panelTitle : 'Farger', - auto : 'Automatisk', - more : 'Flere farger...' - }, - - colors : - { - '000' : 'Svart', - '800000' : 'Rødbrun', - '8B4513' : 'Salbrun', - '2F4F4F' : 'Grønnsvart', - '008080' : 'BlÃ¥grønn', - '000080' : 'MarineblÃ¥tt', - '4B0082' : 'Indigo', - '696969' : 'Mørk grÃ¥', - 'B22222' : 'Mørkerød', - 'A52A2A' : 'Brun', - 'DAA520' : 'Lys brun', - '006400' : 'Mørk grønn', - '40E0D0' : 'Turkis', - '0000CD' : 'Medium blÃ¥', - '800080' : 'Purpur', - '808080' : 'GrÃ¥', - 'F00' : 'Rød', - 'FF8C00' : 'Mørk oransje', - 'FFD700' : 'Gull', - '008000' : 'Grønn', - '0FF' : 'Cyan', - '00F' : 'BlÃ¥', - 'EE82EE' : 'Fiolett', - 'A9A9A9' : 'Svak grÃ¥', - 'FFA07A' : 'Rosa-oransje', - 'FFA500' : 'Oransje', - 'FFFF00' : 'Gul', - '00FF00' : 'Lime', - 'AFEEEE' : 'Svak turkis', - 'ADD8E6' : 'Lys BlÃ¥', - 'DDA0DD' : 'Plomme', - 'D3D3D3' : 'Lys grÃ¥', - 'FFF0F5' : 'Svak lavendelrosa', - 'FAEBD7' : 'Antikk-hvit', - 'FFFFE0' : 'Lys gul', - 'F0FFF0' : 'Honningmelon', - 'F0FFFF' : 'Svakt asurblÃ¥tt', - 'F0F8FF' : 'Svak cyan', - 'E6E6FA' : 'Lavendel', - 'FFF' : 'Hvit' - }, - - scayt : - { - title : 'Stavekontroll mens du skriver', - opera_title : 'Ikke støttet av Opera', - enable : 'SlÃ¥ pÃ¥ SCAYT', - disable : 'SlÃ¥ av SCAYT', - about : 'Om SCAYT', - toggle : 'Veksle SCAYT', - options : 'Valg', - langs : 'SprÃ¥k', - moreSuggestions : 'Flere forslag', - ignore : 'Ignorer', - ignoreAll : 'Ignorer Alle', - addWord : 'Legg til ord', - emptyDic : 'Ordboknavn bør ikke være tom.', - - optionsTab : 'Valg', - allCaps : 'Ikke kontroller ord med kun store bokstaver', - ignoreDomainNames : 'Ikke kontroller domenenavn', - mixedCase : 'Ikke kontroller ord med blandet smÃ¥ og store bokstaver', - mixedWithDigits : 'Ikke kontroller ord som inneholder tall', - - languagesTab : 'SprÃ¥k', - - dictionariesTab : 'Ordbøker', - dic_field_name : 'Ordboknavn', - dic_create : 'Opprett', - dic_restore : 'Gjenopprett', - dic_delete : 'Slett', - dic_rename : 'Gi nytt navn', - dic_info : 'Brukerordboken lagres først i en informasjonskapsel pÃ¥ din maskin, men det er en begrensning pÃ¥ hvor mye som kan lagres her. NÃ¥r ordboken blir for stor til Ã¥ lagres i en informasjonskapsel, vil vi i stedet lagre ordboken pÃ¥ vÃ¥r server. For Ã¥ lagre din personlige ordbok pÃ¥ vÃ¥r server, burde du velge et navn for ordboken din. Hvis du allerede har lagret en ordbok, vennligst skriv inn ordbokens navn og klikk pÃ¥ Gjenopprett-knappen.', - - aboutTab : 'Om' - }, - - about : - { - title : 'Om CKEditor', - dlgTitle : 'Om CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For lisensieringsinformasjon, vennligst besøk vÃ¥rt nettsted:', - copy : 'Copyright © $1. Alle rettigheter reservert.' - }, - - maximize : 'Maksimer', - minimize : 'Minimer', - - fakeobjects : - { - anchor : 'Anker', - flash : 'Flash-animasjon', - iframe : 'IFrame', - hiddenfield : 'Skjult felt', - unknown : 'Ukjent objekt' - }, - - resize : 'Dra for Ã¥ skalere', - - colordialog : - { - title : 'Velg farge', - options : 'Alternativer for farge', - highlight : 'Merk', - selected : 'Valgt', - clear : 'Tøm' - }, - - toolbarCollapse : 'Skjul verktøylinje', - toolbarExpand : 'Vis verktøylinje', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Tekstretning fra venstre til høyre', - rtl : 'Tekstretning fra høyre til venstre' - }, - - docprops : - { - label : 'Dokumentegenskaper', - title : 'Dokumentegenskaper', - design : 'Design', // MISSING - meta : 'Meta-data', - chooseColor : 'Velg', - other : '<annen>', - docTitle : 'Sidetittel', - charset : 'Tegnsett', - charsetOther : 'Annet tegnsett', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Sentraleuropeisk', - charsetCT : 'Tradisonell kinesisk(Big5)', - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Gresk', - charsetJP : 'Japansk', - charsetKR : 'Koreansk', - charsetTR : 'Tyrkisk', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Vesteuropeisk', - docType : 'Dokumenttype header', - docTypeOther : 'Annet dokumenttype header', - xhtmlDec : 'Inkluder XHTML-deklarasjon', - bgColor : 'Bakgrunnsfarge', - bgImage : 'URL for bakgrunnsbilde', - bgFixed : 'LÃ¥s bakgrunnsbilde', - txtColor : 'Tekstfarge', - margin : 'Sidemargin', - marginTop : 'Topp', - marginLeft : 'Venstre', - marginRight : 'Høyre', - marginBottom : 'Bunn', - metaKeywords : 'Dokument nøkkelord (kommaseparert)', - metaDescription : 'Dokumentbeskrivelse', - metaAuthor : 'Forfatter', - metaCopyright : 'Kopirett', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/nl.js b/skins/ckeditor/_source/lang/nl.js deleted file mode 100644 index 7323202..0000000 --- a/skins/ckeditor/_source/lang/nl.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Dutch language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['nl'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Tekstverwerker, %1, druk op ALT 0 voor hulp.', - - // ARIA descriptions. - toolbars : 'Werkbalken', - editor : 'Tekstverwerker', - - // Toolbar buttons without dialogs. - source : 'Code', - newPage : 'Nieuwe pagina', - save : 'Opslaan', - preview : 'Voorbeeld', - cut : 'Knippen', - copy : 'Kopiëren', - paste : 'Plakken', - print : 'Printen', - underline : 'Onderstreept', - bold : 'Vet', - italic : 'Schuingedrukt', - selectAll : 'Alles selecteren', - removeFormat : 'Opmaak verwijderen', - strike : 'Doorhalen', - subscript : 'Subscript', - superscript : 'Superscript', - horizontalrule : 'Horizontale lijn invoegen', - pagebreak : 'Pagina-einde invoegen', - pagebreakAlt : 'Pagina-einde', - unlink : 'Link verwijderen', - undo : 'Ongedaan maken', - redo : 'Opnieuw uitvoeren', - - // Common messages and labels. - common : - { - browseServer : 'Bladeren op server', - url : 'URL', - protocol : 'Protocol', - upload : 'Upload', - uploadSubmit : 'Naar server verzenden', - image : 'Afbeelding', - flash : 'Flash', - form : 'Formulier', - checkbox : 'Aanvinkvakje', - radio : 'Selectievakje', - textField : 'Tekstveld', - textarea : 'Tekstvak', - hiddenField : 'Verborgen veld', - button : 'Knop', - select : 'Selectieveld', - imageButton : 'Afbeeldingsknop', - notSet : '<niet ingevuld>', - id : 'Kenmerk', - name : 'Naam', - langDir : 'Schrijfrichting', - langDirLtr : 'Links naar rechts (LTR)', - langDirRtl : 'Rechts naar links (RTL)', - langCode : 'Taalcode', - longDescr : 'Lange URL-omschrijving', - cssClass : 'Stylesheet-klassen', - advisoryTitle : 'Aanbevolen titel', - cssStyle : 'Stijl', - ok : 'OK', - cancel : 'Annuleren', - close : 'Sluiten', - preview : 'Voorbeeld', - generalTab : 'Algemeen', - advancedTab : 'Geavanceerd', - validateNumberFailed : 'Deze waarde is geen geldig getal.', - confirmNewPage : 'Alle aangebrachte wijzigingen gaan verloren. Weet u zeker dat u een nieuwe pagina wilt openen?', - confirmCancel : 'Enkele opties zijn gewijzigd. Weet u zeker dat u dit dialoogvenster wilt sluiten?', - options : 'Opties', - target : 'Doel', - targetNew : 'Nieuw venster (_blank)', - targetTop : 'Hele venster (_top)', - targetSelf : 'Zelfde venster (_self)', - targetParent : 'Origineel venster (_parent)', - langDirLTR : 'Links naar rechts (LTR)', - langDirRTL : 'Rechts naar links (RTL)', - styles : 'Stijlen', - cssClasses : 'Stylesheet klassen', - width : 'Breedte', - height : 'Hoogte', - align : 'Uitlijning', - alignLeft : 'Links', - alignRight : 'Rechts', - alignCenter : 'Centreren', - alignTop : 'Boven', - alignMiddle : 'Midden', - alignBottom : 'Beneden', - invalidHeight : 'De hoogte moet een getal zijn.', - invalidWidth : 'De breedte moet een getal zijn.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, niet beschikbaar</span>' - }, - - contextmenu : - { - options : 'Context menu opties' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Speciaal teken invoegen', - title : 'Selecteer speciaal teken', - options : 'Speciale tekens opties' - }, - - // Link dialog. - link : - { - toolbar : 'Link invoegen/wijzigen', - other : '<ander>', - menu : 'Link wijzigen', - title : 'Link', - info : 'Linkomschrijving', - target : 'Doel', - upload : 'Upload', - advanced : 'Geavanceerd', - type : 'Linktype', - toUrl : 'URL', - toAnchor : 'Interne link in pagina', - toEmail : 'E-mail', - targetFrame : '<frame>', - targetPopup : '<popup window>', - targetFrameName : 'Naam doelframe', - targetPopupName : 'Naam popupvenster', - popupFeatures : 'Instellingen popupvenster', - popupResizable : 'Herschaalbaar', - popupStatusBar : 'Statusbalk', - popupLocationBar: 'Locatiemenu', - popupToolbar : 'Menubalk', - popupMenuBar : 'Menubalk', - popupFullScreen : 'Volledig scherm (IE)', - popupScrollBars : 'Schuifbalken', - popupDependent : 'Afhankelijk (Netscape)', - popupLeft : 'Positie links', - popupTop : 'Positie boven', - id : 'Id', - langDir : 'Schrijfrichting', - langDirLTR : 'Links naar rechts (LTR)', - langDirRTL : 'Rechts naar links (RTL)', - acccessKey : 'Toegangstoets', - name : 'Naam', - langCode : 'Schrijfrichting', - tabIndex : 'Tabvolgorde', - advisoryTitle : 'Aanbevolen titel', - advisoryContentType : 'Aanbevolen content-type', - cssClasses : 'Stylesheet-klassen', - charset : 'Karakterset van gelinkte bron', - styles : 'Stijl', - rel : 'Relatie', - selectAnchor : 'Kies een interne link', - anchorName : 'Op naam interne link', - anchorId : 'Op kenmerk interne link', - emailAddress : 'E-mailadres', - emailSubject : 'Onderwerp bericht', - emailBody : 'Inhoud bericht', - noAnchors : '(Geen interne links in document gevonden)', - noUrl : 'Geef de link van de URL', - noEmail : 'Geef een e-mailadres' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Interne link', - menu : 'Eigenschappen interne link', - title : 'Eigenschappen interne link', - name : 'Naam interne link', - errorName : 'Geef de naam van de interne link op', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Eigenschappen genummerde lijst', - bulletedTitle : 'Eigenschappen lijst met opsommingstekens', - type : 'Type', - start : 'Start', - validateStartNumber :'Starnummer van de lijst moet een heel nummer zijn.', - circle : 'Cirkel', - disc : 'Schijf', - square : 'Vierkant', - none : 'Geen', - notset : '<niet gezet>', - armenian : 'Armeense numering', - georgian : 'Greorgische numering (an, ban, gan, etc.)', - lowerRoman : 'Romeins kleine letters (i, ii, iii, iv, v, etc.)', - upperRoman : 'Romeins hoofdletters (I, II, III, IV, V, etc.)', - lowerAlpha : 'Kleine letters (a, b, c, d, e, etc.)', - upperAlpha : 'Hoofdletters (A, B, C, D, E, etc.)', - lowerGreek : 'Grieks kleine letters (alpha, beta, gamma, etc.)', - decimal : 'Cijfers (1, 2, 3, etc.)', - decimalLeadingZero : 'Cijfers beginnen met nul (01, 02, 03, etc.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Zoeken en vervangen', - find : 'Zoeken', - replace : 'Vervangen', - findWhat : 'Zoeken naar:', - replaceWith : 'Vervangen met:', - notFoundMsg : 'De opgegeven tekst is niet gevonden.', - matchCase : 'Hoofdlettergevoelig', - matchWord : 'Hele woord moet voorkomen', - matchCyclic : 'Doorlopend zoeken', - replaceAll : 'Alles vervangen', - replaceSuccessMsg : '%1 resulaten vervangen.' - }, - - // Table Dialog - table : - { - toolbar : 'Tabel', - title : 'Eigenschappen tabel', - menu : 'Eigenschappen tabel', - deleteTable : 'Tabel verwijderen', - rows : 'Rijen', - columns : 'Kolommen', - border : 'Breedte rand', - widthPx : 'pixels', - widthPc : 'procent', - widthUnit : 'eenheid breedte', - cellSpace : 'Afstand tussen cellen', - cellPad : 'Ruimte in de cel', - caption : 'Naam', - summary : 'Samenvatting', - headers : 'Koppen', - headersNone : 'Geen', - headersColumn : 'Eerste kolom', - headersRow : 'Eerste rij', - headersBoth : 'Beide', - invalidRows : 'Het aantal rijen moet een getal zijn groter dan 0.', - invalidCols : 'Het aantal kolommen moet een getal zijn groter dan 0.', - invalidBorder : 'De rand breedte moet een getal zijn.', - invalidWidth : 'De tabel breedte moet een getal zijn.', - invalidHeight : 'De tabel hoogte moet een getal zijn.', - invalidCellSpacing : 'Afstand tussen cellen moet een getal zijn.', - invalidCellPadding : 'Ruimte in de cel moet een getal zijn.', - - cell : - { - menu : 'Cel', - insertBefore : 'Voeg cel in voor', - insertAfter : 'Voeg cel in achter', - deleteCell : 'Cellen verwijderen', - merge : 'Cellen samenvoegen', - mergeRight : 'Voeg samen naar rechts', - mergeDown : 'Voeg samen naar beneden', - splitHorizontal : 'Splits cellen horizontaal', - splitVertical : 'Splits cellen verticaal', - title : 'Cel eigenschappen', - cellType : 'Cel type', - rowSpan : 'Rijen samenvoegen', - colSpan : 'Kolommen samenvoegen', - wordWrap : 'Automatische terugloop', - hAlign : 'Horizontale uitlijning', - vAlign : 'Verticale uitlijning', - alignBaseline : 'Basislijn', - bgColor : 'Achtergrondkleur', - borderColor : 'Kleur rand', - data : 'Inhoud', - header : 'Kop', - yes : 'Ja', - no : 'Nee', - invalidWidth : 'De celbreedte moet een getal zijn.', - invalidHeight : 'De celhoogte moet een getal zijn.', - invalidRowSpan : 'Rijen samenvoegen moet een heel getal zijn.', - invalidColSpan : 'Kolommen samenvoegen moet een heel getal zijn.', - chooseColor : 'Kies' - }, - - row : - { - menu : 'Rij', - insertBefore : 'Voeg rij in voor', - insertAfter : 'Voeg rij in achter', - deleteRow : 'Rijen verwijderen' - }, - - column : - { - menu : 'Kolom', - insertBefore : 'Voeg kolom in voor', - insertAfter : 'Voeg kolom in achter', - deleteColumn : 'Kolommen verwijderen' - } - }, - - // Button Dialog. - button : - { - title : 'Eigenschappen knop', - text : 'Tekst (waarde)', - type : 'Soort', - typeBtn : 'Knop', - typeSbm : 'Versturen', - typeRst : 'Leegmaken' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Eigenschappen aanvinkvakje', - radioTitle : 'Eigenschappen selectievakje', - value : 'Waarde', - selected : 'Geselecteerd' - }, - - // Form Dialog. - form : - { - title : 'Eigenschappen formulier', - menu : 'Eigenschappen formulier', - action : 'Actie', - method : 'Methode', - encoding : 'Codering' - }, - - // Select Field Dialog. - select : - { - title : 'Eigenschappen selectieveld', - selectInfo : 'Informatie', - opAvail : 'Beschikbare opties', - value : 'Waarde', - size : 'Grootte', - lines : 'Regels', - chkMulti : 'Gecombineerde selecties toestaan', - opText : 'Tekst', - opValue : 'Waarde', - btnAdd : 'Toevoegen', - btnModify : 'Wijzigen', - btnUp : 'Omhoog', - btnDown : 'Omlaag', - btnSetValue : 'Als geselecteerde waarde instellen', - btnDelete : 'Verwijderen' - }, - - // Textarea Dialog. - textarea : - { - title : 'Eigenschappen tekstvak', - cols : 'Kolommen', - rows : 'Rijen' - }, - - // Text Field Dialog. - textfield : - { - title : 'Eigenschappen tekstveld', - name : 'Naam', - value : 'Waarde', - charWidth : 'Breedte (tekens)', - maxChars : 'Maximum aantal tekens', - type : 'Soort', - typeText : 'Tekst', - typePass : 'Wachtwoord' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Eigenschappen verborgen veld', - name : 'Naam', - value : 'Waarde' - }, - - // Image Dialog. - image : - { - title : 'Eigenschappen afbeelding', - titleButton : 'Eigenschappen afbeeldingsknop', - menu : 'Eigenschappen afbeelding', - infoTab : 'Informatie afbeelding', - btnUpload : 'Naar server verzenden', - upload : 'Upload', - alt : 'Alternatieve tekst', - lockRatio : 'Afmetingen vergrendelen', - resetSize : 'Afmetingen resetten', - border : 'Rand', - hSpace : 'HSpace', - vSpace : 'VSpace', - alertUrl : 'Geef de URL van de afbeelding', - linkTab : 'Link', - button2Img : 'Wilt u de geselecteerde afbeeldingsknop vervangen door een eenvoudige afbeelding?', - img2Button : 'Wilt u de geselecteerde afbeelding vervangen door een afbeeldingsknop?', - urlMissing : 'De URL naar de afbeelding ontbreekt.', - validateBorder : 'Rand moet een heel nummer zijn.', - validateHSpace : 'HSpace moet een heel nummer zijn.', - validateVSpace : 'VSpace moet een heel nummer zijn.' - }, - - // Flash Dialog - flash : - { - properties : 'Eigenschappen Flash', - propertiesTab : 'Eigenschappen', - title : 'Eigenschappen Flash', - chkPlay : 'Automatisch afspelen', - chkLoop : 'Herhalen', - chkMenu : 'Flashmenu\'s inschakelen', - chkFull : 'Schermvullend toestaan', - scale : 'Schaal', - scaleAll : 'Alles tonen', - scaleNoBorder : 'Geen rand', - scaleFit : 'Precies passend', - access : 'Script toegang', - accessAlways : 'Altijd', - accessSameDomain: 'Zelfde domeinnaam', - accessNever : 'Nooit', - alignAbsBottom : 'Absoluut-onder', - alignAbsMiddle : 'Absoluut-midden', - alignBaseline : 'Basislijn', - alignTextTop : 'Boven tekst', - quality : 'Kwaliteit', - qualityBest : 'Beste', - qualityHigh : 'Hoog', - qualityAutoHigh : 'Automatisch hoog', - qualityMedium : 'Gemiddeld', - qualityAutoLow : 'Automatisch laag', - qualityLow : 'Laag', - windowModeWindow: 'Venster', - windowModeOpaque: 'Ondoorzichtig', - windowModeTransparent : 'Doorzichtig', - windowMode : 'Venster modus', - flashvars : 'Variabelen voor Flash', - bgcolor : 'Achtergrondkleur', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'Geef de link van de URL', - validateHSpace : 'De HSpace moet een getal zijn.', - validateVSpace : 'De VSpace moet een getal zijn.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Spellingscontrole', - title : 'Spellingscontrole', - notAvailable : 'Excuses, deze dienst is momenteel niet beschikbaar.', - errorLoading : 'Er is een fout opgetreden bij het laden van de diesnt: %s.', - notInDic : 'Niet in het woordenboek', - changeTo : 'Wijzig in', - btnIgnore : 'Negeren', - btnIgnoreAll : 'Alles negeren', - btnReplace : 'Vervangen', - btnReplaceAll : 'Alles vervangen', - btnUndo : 'Ongedaan maken', - noSuggestions : '-Geen suggesties-', - progress : 'Bezig met spellingscontrole...', - noMispell : 'Klaar met spellingscontrole: geen fouten gevonden', - noChanges : 'Klaar met spellingscontrole: geen woorden aangepast', - oneChange : 'Klaar met spellingscontrole: één woord aangepast', - manyChanges : 'Klaar met spellingscontrole: %1 woorden aangepast', - ieSpellDownload : 'De spellingscontrole niet geïnstalleerd. Wilt u deze nu downloaden?' - }, - - smiley : - { - toolbar : 'Smiley', - title : 'Smiley invoegen', - options : 'Smiley opties' - }, - - elementsPath : - { - eleLabel : 'Elementenpad', - eleTitle : '%1 element' - }, - - numberedlist : 'Genummerde lijst', - bulletedlist : 'Opsomming', - indent : 'Inspringen vergroten', - outdent : 'Inspringen verkleinen', - - justify : - { - left : 'Links uitlijnen', - center : 'Centreren', - right : 'Rechts uitlijnen', - block : 'Uitvullen' - }, - - blockquote : 'Citaatblok', - - clipboard : - { - title : 'Plakken', - cutError : 'De beveiligingsinstelling van de browser verhinderen het automatisch knippen. Gebruik de sneltoets Ctrl/Cmd+X van het toetsenbord.', - copyError : 'De beveiligingsinstelling van de browser verhinderen het automatisch kopiëren. Gebruik de sneltoets Ctrl/Cmd+C van het toetsenbord.', - pasteMsg : 'Plak de tekst in het volgende vak gebruik makend van uw toetsenbord (<strong>Ctrl/Cmd+V</strong>) en klik op <strong>OK</strong>.', - securityMsg : 'Door de beveiligingsinstellingen van uw browser is het niet mogelijk om direct vanuit het klembord in de editor te plakken. Middels opnieuw plakken in dit venster kunt u de tekst alsnog plakken in de editor.', - pasteArea : 'Plakgebied' - }, - - pastefromword : - { - confirmCleanup : 'De tekst die u plakte lijkt gekopieerd te zijn vanuit Word. Wilt u de tekst opschonen voordat deze geplakt wordt?', - toolbar : 'Plakken als Word-gegevens', - title : 'Plakken als Word-gegevens', - error : 'Het was niet mogelijk om de geplakte tekst op te schonen door een interne fout' - }, - - pasteText : - { - button : 'Plakken als platte tekst', - title : 'Plakken als platte tekst' - }, - - templates : - { - button : 'Sjablonen', - title : 'Inhoud sjabonen', - options : 'Template opties', - insertOption : 'Vervang de huidige inhoud', - selectPromptMsg : 'Selecteer het sjabloon dat in de editor geopend moet worden (de actuele inhoud gaat verloren):', - emptyListMsg : '(Geen sjablonen gedefinieerd)' - }, - - showBlocks : 'Toon blokken', - - stylesCombo : - { - label : 'Stijl', - panelTitle : 'Opmaakstijlen', - panelTitle1 : 'Blok stijlen', - panelTitle2 : 'In-line stijlen', - panelTitle3 : 'Object stijlen' - }, - - format : - { - label : 'Opmaak', - panelTitle : 'Opmaak', - - tag_p : 'Normaal', - tag_pre : 'Met opmaak', - tag_address : 'Adres', - tag_h1 : 'Kop 1', - tag_h2 : 'Kop 2', - tag_h3 : 'Kop 3', - tag_h4 : 'Kop 4', - tag_h5 : 'Kop 5', - tag_h6 : 'Kop 6', - tag_div : 'Normaal (DIV)' - }, - - div : - { - title : 'Div aanmaken', - toolbar : 'Div aanmaken', - cssClassInputLabel : 'Stylesheet klassen', - styleSelectLabel : 'Stijl', - IdInputLabel : 'Id', - languageCodeInputLabel : ' Taalcode', - inlineStyleInputLabel : 'Inline stijl', - advisoryTitleInputLabel : 'informatieve titel', - langDirLabel : 'Schrijfrichting', - langDirLTRLabel : 'Links naar rechts (LTR)', - langDirRTLLabel : 'Rechts naar links (RTL)', - edit : 'Div wijzigen', - remove : 'Div verwijderen' - }, - - iframe : - { - title : 'IFrame eigenschappen', - toolbar : 'IFrame', - noUrl : 'Geef de IFrame URL in', - scrolling : 'Scrollbalken inschakelen', - border : 'Framerand tonen' - }, - - font : - { - label : 'Lettertype', - voiceLabel : 'Lettertype', - panelTitle : 'Lettertype' - }, - - fontSize : - { - label : 'Lettergrootte', - voiceLabel : 'Lettergrootte', - panelTitle : 'Lettergrootte' - }, - - colorButton : - { - textColorTitle : 'Tekstkleur', - bgColorTitle : 'Achtergrondkleur', - panelTitle : 'Kleuren', - auto : 'Automatisch', - more : 'Meer kleuren...' - }, - - colors : - { - '000' : 'Zwart', - '800000' : 'Kastanjebruin', - '8B4513' : 'Chocoladebruin', - '2F4F4F' : 'Donkerleigrijs', - '008080' : 'Blauwgroen', - '000080' : 'Marine', - '4B0082' : 'Indigo', - '696969' : 'Donkergrijs', - 'B22222' : 'Baksteen', - 'A52A2A' : 'Bruin', - 'DAA520' : 'Donkergeel', - '006400' : 'Donkergroen', - '40E0D0' : 'Turquoise', - '0000CD' : 'Middenblauw', - '800080' : 'Paars', - '808080' : 'Grijs', - 'F00' : 'Rood', - 'FF8C00' : 'Donkeroranje', - 'FFD700' : 'Goud', - '008000' : 'Groen', - '0FF' : 'Cyaan', - '00F' : 'Blauw', - 'EE82EE' : 'Violet', - 'A9A9A9' : 'Donkergrijs', - 'FFA07A' : 'Lichtzalm', - 'FFA500' : 'Oranje', - 'FFFF00' : 'Geel', - '00FF00' : 'Felgroen', - 'AFEEEE' : 'Lichtturquoise', - 'ADD8E6' : 'Lichtblauw', - 'DDA0DD' : 'Pruim', - 'D3D3D3' : 'Lichtgrijs', - 'FFF0F5' : 'Linnen', - 'FAEBD7' : 'Ivoor', - 'FFFFE0' : 'Lichtgeel', - 'F0FFF0' : 'Honingdauw', - 'F0FFFF' : 'Azuur', - 'F0F8FF' : 'Licht hemelsblauw', - 'E6E6FA' : 'Lavendel', - 'FFF' : 'Wit' - }, - - scayt : - { - title : 'Controleer de spelling tijdens het typen', - opera_title : 'Niet ondersteund door Opera', - enable : 'SCAYT inschakelen', - disable : 'SCAYT uitschakelen', - about : 'Over SCAYT', - toggle : 'SCAYT in/uitschakelen', - options : 'Opties', - langs : 'Talen', - moreSuggestions : 'Meer suggesties', - ignore : 'Negeren', - ignoreAll : 'Alles negeren', - addWord : 'Woord toevoegen', - emptyDic : 'De naam van het woordenboek mag niet leeg zijn.', - - optionsTab : 'Opties', - allCaps : 'Negeer woorden helemaal in hoofdletters', - ignoreDomainNames : 'Negeer domeinnamen', - mixedCase : 'Negeer woorden met hoofd- en kleine letters', - mixedWithDigits : 'Negeer woorden met cijfers', - - languagesTab : 'Talen', - - dictionariesTab : 'Woordenboeken', - dic_field_name : 'Naam woordenboek', - dic_create : 'Aanmaken', - dic_restore : 'Terugzetten', - dic_delete : 'Verwijderen', - dic_rename : 'Hernoemen', - dic_info : 'Initieel wordt het gebruikerswoordenboek opgeslagen in een cookie. Cookies zijn echter beperkt in grootte. Zodra het gebruikerswoordenboek het punt bereikt waarop het niet meer in een cookie opgeslagen kan worden, dan wordt het woordenboek op de server opgeslagen. Om je persoonlijke woordenboek op je eigen server op te slaan, moet je een mapnaam opgeven. Indien je al een woordenboek hebt opgeslagen, typ dan de naam en klik op de Terugzetten knop.', - - aboutTab : 'Over' - }, - - about : - { - title : 'Over CKEditor', - dlgTitle : 'Over CKEditor', - help : 'Bekijk $1 voor hulp.', - userGuide : 'CKEditor gebruiksaanwijzing', - moreInfo : 'Voor licentie informatie, bezoek onze website:', - copy : 'Copyright © $1. Alle rechten voorbehouden.' - }, - - maximize : 'Maximaliseren', - minimize : 'Minimaliseren', - - fakeobjects : - { - anchor : 'Anker', - flash : 'Flash animatie', - iframe : 'IFrame', - hiddenfield : 'Verborgen veld', - unknown : 'Onbekend object' - }, - - resize : 'Sleep om te herschalen', - - colordialog : - { - title : 'Selecteer kleur', - options : 'Kleuropties', - highlight : 'Actief', - selected : 'Geselecteerd', - clear : 'Wissen' - }, - - toolbarCollapse : 'Werkbalk inklappen', - toolbarExpand : 'Werkbalk uitklappen', - - toolbarGroups : - { - document : 'Document', - clipboard : 'Klembord/Ongedaan maken', - editing : 'Bewerken', - forms : 'Formulieren', - basicstyles : 'Basisstijlen', - paragraph : 'Paragraaf', - links : 'Links', - insert : 'Invoegen', - styles : 'Stijlen', - colors : 'Kleuren', - tools : 'Toepassingen' - }, - - bidi : - { - ltr : 'Schrijfrichting van links naar rechts', - rtl : 'Schrijfrichting van rechts naar links' - }, - - docprops : - { - label : 'Documenteigenschappen', - title : 'Documenteigenschappen', - design : 'Ontwerp', - meta : 'Meta tags', - chooseColor : 'Kiezen', - other : 'Anders...', - docTitle : 'Paginatitel', - charset : 'Tekencodering', - charsetOther : 'Andere tekencodering', - charsetASCII : 'ASCII', - charsetCE : 'Centraal Europees', - charsetCT : 'Tranditioneel Chinees (Big5)', - charsetCR : 'Cyrillisch', - charsetGR : 'Grieks', - charsetJP : 'Japans', - charsetKR : 'Koreaans', - charsetTR : 'Turks', - charsetUN : 'Unicode (UTF-8)', - charsetWE : 'West Europees', - docType : 'Documenttype-definitie', - docTypeOther : 'Andere documenttype-definitie', - xhtmlDec : 'XHTML declaratie invoegen', - bgColor : 'Achtergrondkleur', - bgImage : 'Achtergrondafbeelding URL', - bgFixed : 'Niet-scrollend (gefixeerde) achtergrond', - txtColor : 'Tekstkleur', - margin : 'Pagina marges', - marginTop : 'Boven', - marginLeft : 'Links', - marginRight : 'Rechts', - marginBottom : 'Onder', - metaKeywords : 'Trefwoorden voor indexering (komma-gescheiden)', - metaDescription : 'Documentbeschrijving', - metaAuthor : 'Auteur', - metaCopyright : 'Auteursrechten', - previewHtml : '<p>Dit is <strong>voorbeeld tekst</strong>. Je gebruikt <a href="javascript:void(0)">CKEditor</a>.</p>' - } -}; diff --git a/skins/ckeditor/_source/lang/no.js b/skins/ckeditor/_source/lang/no.js deleted file mode 100644 index db521e8..0000000 --- a/skins/ckeditor/_source/lang/no.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Norwegian language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['no'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rikteksteditor, %1, trykk ALT 0 for hjelp.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rikteksteditor', - - // Toolbar buttons without dialogs. - source : 'Kilde', - newPage : 'Ny side', - save : 'Lagre', - preview : 'ForhÃ¥ndsvis', - cut : 'Klipp ut', - copy : 'Kopier', - paste : 'Lim inn', - print : 'Skriv ut', - underline : 'Understreking', - bold : 'Fet', - italic : 'Kursiv', - selectAll : 'Merk alt', - removeFormat : 'Fjern formatering', - strike : 'Gjennomstreking', - subscript : 'Senket skrift', - superscript : 'Hevet skrift', - horizontalrule : 'Sett inn horisontal linje', - pagebreak : 'Sett inn sideskift for utskrift', - pagebreakAlt : 'Sideskift', - unlink : 'Fjern lenke', - undo : 'Angre', - redo : 'Gjør om', - - // Common messages and labels. - common : - { - browseServer : 'Bla igjennom server', - url : 'URL', - protocol : 'Protokoll', - upload : 'Last opp', - uploadSubmit : 'Send det til serveren', - image : 'Bilde', - flash : 'Flash', - form : 'Skjema', - checkbox : 'Avmerkingsboks', - radio : 'Alternativknapp', - textField : 'Tekstboks', - textarea : 'TekstomrÃ¥de', - hiddenField : 'Skjult felt', - button : 'Knapp', - select : 'Rullegardinliste', - imageButton : 'Bildeknapp', - notSet : '<ikke satt>', - id : 'Id', - name : 'Navn', - langDir : 'SprÃ¥kretning', - langDirLtr : 'Venstre til høyre (VTH)', - langDirRtl : 'Høyre til venstre (HTV)', - langCode : 'SprÃ¥kkode', - longDescr : 'Utvidet beskrivelse', - cssClass : 'Stilarkklasser', - advisoryTitle : 'Tittel', - cssStyle : 'Stil', - ok : 'OK', - cancel : 'Avbryt', - close : 'Lukk', - preview : 'ForhÃ¥ndsvis', - generalTab : 'Generelt', - advancedTab : 'Avansert', - validateNumberFailed : 'Denne verdien er ikke et tall.', - confirmNewPage : 'Alle ulagrede endringer som er gjort i dette innholdet vil bli tapt. Er du sikker pÃ¥ at du vil laste en ny side?', - confirmCancel : 'Noen av valgene har blitt endret. Er du sikker pÃ¥ at du vil lukke dialogen?', - options : 'Valg', - target : 'MÃ¥l', - targetNew : 'Nytt vindu (_blank)', - targetTop : 'Hele vindu (_top)', - targetSelf : 'Samme vindu (_self)', - targetParent : 'Foreldrevindu (_parent)', - langDirLTR : 'Venstre til høyre (VTH)', - langDirRTL : 'Høyre til venstre (HTV)', - styles : 'Stil', - cssClasses : 'Stilarkklasser', - width : 'Bredde', - height : 'Høyde', - align : 'Juster', - alignLeft : 'Venstre', - alignRight : 'Høyre', - alignCenter : 'Midtjuster', - alignTop : 'Topp', - alignMiddle : 'Midten', - alignBottom : 'Bunn', - invalidHeight : 'Høyde mÃ¥ være et tall.', - invalidWidth : 'Bredde mÃ¥ være et tall.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, utilgjenglig</span>' - }, - - contextmenu : - { - options : 'Alternativer for høyreklikkmeny' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Sett inn spesialtegn', - title : 'Velg spesialtegn', - options : 'Alternativer for spesialtegn' - }, - - // Link dialog. - link : - { - toolbar : 'Sett inn/Rediger lenke', - other : '<annen>', - menu : 'Rediger lenke', - title : 'Lenke', - info : 'Lenkeinfo', - target : 'MÃ¥l', - upload : 'Last opp', - advanced : 'Avansert', - type : 'Lenketype', - toUrl : 'URL', - toAnchor : 'Lenke til anker i teksten', - toEmail : 'E-post', - targetFrame : '<ramme>', - targetPopup : '<popup-vindu>', - targetFrameName : 'MÃ¥lramme', - targetPopupName : 'Navn pÃ¥ popup-vindu', - popupFeatures : 'Egenskaper for popup-vindu', - popupResizable : 'Skalerbar', - popupStatusBar : 'Statuslinje', - popupLocationBar: 'Adresselinje', - popupToolbar : 'Verktøylinje', - popupMenuBar : 'Menylinje', - popupFullScreen : 'Fullskjerm (IE)', - popupScrollBars : 'Scrollbar', - popupDependent : 'Avhenging (Netscape)', - popupLeft : 'Venstre posisjon', - popupTop : 'Topp-posisjon', - id : 'Id', - langDir : 'SprÃ¥kretning', - langDirLTR : 'Venstre til høyre (VTH)', - langDirRTL : 'Høyre til venstre (HTV)', - acccessKey : 'Aksessknapp', - name : 'Navn', - langCode : 'SprÃ¥kkode', - tabIndex : 'Tabindeks', - advisoryTitle : 'Tittel', - advisoryContentType : 'Type', - cssClasses : 'Stilarkklasser', - charset : 'Lenket tegnsett', - styles : 'Stil', - rel : 'Relationship', // MISSING - selectAnchor : 'Velg et anker', - anchorName : 'Anker etter navn', - anchorId : 'Element etter ID', - emailAddress : 'E-postadresse', - emailSubject : 'Meldingsemne', - emailBody : 'Melding', - noAnchors : '(Ingen anker i dokumentet)', - noUrl : 'Vennligst skriv inn lenkens URL', - noEmail : 'Vennligst skriv inn e-postadressen' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Sett inn/Rediger anker', - menu : 'Egenskaper for anker', - title : 'Egenskaper for anker', - name : 'Ankernavn', - errorName : 'Vennligst skriv inn ankernavnet', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Egenskaper for nummerert liste', - bulletedTitle : 'Egenskaper for punktmerket liste', - type : 'Type', - start : 'Start', - validateStartNumber :'Starten pÃ¥ listen mÃ¥ være et heltall.', - circle : 'Sirkel', - disc : 'Disk', - square : 'Firkant', - none : 'Ingen', - notset : '<ikke satt>', - armenian : 'Armensk nummerering', - georgian : 'Georgisk nummerering (an, ban, gan, osv.)', - lowerRoman : 'Romertall, smÃ¥ (i, ii, iii, iv, v, osv.)', - upperRoman : 'Romertall, store (I, II, III, IV, V, osv.)', - lowerAlpha : 'Alfabetisk, smÃ¥ (a, b, c, d, e, osv.)', - upperAlpha : 'Alfabetisk, store (A, B, C, D, E, osv.)', - lowerGreek : 'Gresk, smÃ¥ (alpha, beta, gamma, osv.)', - decimal : 'Tall (1, 2, 3, osv.)', - decimalLeadingZero : 'Tall, med førstesiffer null (01, 02, 03, osv.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Søk og erstatt', - find : 'Søk', - replace : 'Erstatt', - findWhat : 'Søk etter:', - replaceWith : 'Erstatt med:', - notFoundMsg : 'Fant ikke søketeksten.', - matchCase : 'Skill mellom store og smÃ¥ bokstaver', - matchWord : 'Bare hele ord', - matchCyclic : 'Søk i hele dokumentet', - replaceAll : 'Erstatt alle', - replaceSuccessMsg : '%1 tilfelle(r) erstattet.' - }, - - // Table Dialog - table : - { - toolbar : 'Tabell', - title : 'Egenskaper for tabell', - menu : 'Egenskaper for tabell', - deleteTable : 'Slett tabell', - rows : 'Rader', - columns : 'Kolonner', - border : 'Rammestørrelse', - widthPx : 'piksler', - widthPc : 'prosent', - widthUnit : 'Bredde-enhet', - cellSpace : 'Cellemarg', - cellPad : 'Cellepolstring', - caption : 'Tittel', - summary : 'Sammendrag', - headers : 'Overskrifter', - headersNone : 'Ingen', - headersColumn : 'Første kolonne', - headersRow : 'Første rad', - headersBoth : 'Begge', - invalidRows : 'Antall rader mÃ¥ være et tall større enn 0.', - invalidCols : 'Antall kolonner mÃ¥ være et tall større enn 0.', - invalidBorder : 'Rammestørrelse mÃ¥ være et tall.', - invalidWidth : 'Tabellbredde mÃ¥ være et tall.', - invalidHeight : 'Tabellhøyde mÃ¥ være et tall.', - invalidCellSpacing : 'Cellemarg mÃ¥ være et tall.', - invalidCellPadding : 'Cellepolstring mÃ¥ være et tall.', - - cell : - { - menu : 'Celle', - insertBefore : 'Sett inn celle før', - insertAfter : 'Sett inn celle etter', - deleteCell : 'Slett celler', - merge : 'SlÃ¥ sammen celler', - mergeRight : 'SlÃ¥ sammen høyre', - mergeDown : 'SlÃ¥ sammen ned', - splitHorizontal : 'Del celle horisontalt', - splitVertical : 'Del celle vertikalt', - title : 'Celleegenskaper', - cellType : 'Celletype', - rowSpan : 'Radspenn', - colSpan : 'Kolonnespenn', - wordWrap : 'Tekstbrytning', - hAlign : 'Horisontal justering', - vAlign : 'Vertikal justering', - alignBaseline : 'Grunnlinje', - bgColor : 'Bakgrunnsfarge', - borderColor : 'Rammefarge', - data : 'Data', - header : 'Overskrift', - yes : 'Ja', - no : 'Nei', - invalidWidth : 'Cellebredde mÃ¥ være et tall.', - invalidHeight : 'Cellehøyde mÃ¥ være et tall.', - invalidRowSpan : 'Radspenn mÃ¥ være et heltall.', - invalidColSpan : 'Kolonnespenn mÃ¥ være et heltall.', - chooseColor : 'Velg' - }, - - row : - { - menu : 'Rader', - insertBefore : 'Sett inn rad før', - insertAfter : 'Sett inn rad etter', - deleteRow : 'Slett rader' - }, - - column : - { - menu : 'Kolonne', - insertBefore : 'Sett inn kolonne før', - insertAfter : 'Sett inn kolonne etter', - deleteColumn : 'Slett kolonner' - } - }, - - // Button Dialog. - button : - { - title : 'Egenskaper for knapp', - text : 'Tekst (verdi)', - type : 'Type', - typeBtn : 'Knapp', - typeSbm : 'Send', - typeRst : 'Nullstill' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Egenskaper for avmerkingsboks', - radioTitle : 'Egenskaper for alternativknapp', - value : 'Verdi', - selected : 'Valgt' - }, - - // Form Dialog. - form : - { - title : 'Egenskaper for skjema', - menu : 'Egenskaper for skjema', - action : 'Handling', - method : 'Metode', - encoding : 'Encoding' - }, - - // Select Field Dialog. - select : - { - title : 'Egenskaper for rullegardinliste', - selectInfo : 'Info', - opAvail : 'Tilgjenglige alternativer', - value : 'Verdi', - size : 'Størrelse', - lines : 'Linjer', - chkMulti : 'Tillat flervalg', - opText : 'Tekst', - opValue : 'Verdi', - btnAdd : 'Legg til', - btnModify : 'Endre', - btnUp : 'Opp', - btnDown : 'Ned', - btnSetValue : 'Sett som valgt', - btnDelete : 'Slett' - }, - - // Textarea Dialog. - textarea : - { - title : 'Egenskaper for tekstomrÃ¥de', - cols : 'Kolonner', - rows : 'Rader' - }, - - // Text Field Dialog. - textfield : - { - title : 'Egenskaper for tekstfelt', - name : 'Navn', - value : 'Verdi', - charWidth : 'Tegnbredde', - maxChars : 'Maks antall tegn', - type : 'Type', - typeText : 'Tekst', - typePass : 'Passord' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Egenskaper for skjult felt', - name : 'Navn', - value : 'Verdi' - }, - - // Image Dialog. - image : - { - title : 'Bildeegenskaper', - titleButton : 'Egenskaper for bildeknapp', - menu : 'Bildeegenskaper', - infoTab : 'Bildeinformasjon', - btnUpload : 'Send det til serveren', - upload : 'Last opp', - alt : 'Alternativ tekst', - lockRatio : 'LÃ¥s forhold', - resetSize : 'Tilbakestill størrelse', - border : 'Ramme', - hSpace : 'HMarg', - vSpace : 'VMarg', - alertUrl : 'Vennligst skriv bilde-urlen', - linkTab : 'Lenke', - button2Img : 'Vil du endre den valgte bildeknappen til et vanlig bilde?', - img2Button : 'Vil du endre det valgte bildet til en bildeknapp?', - urlMissing : 'Bildets adresse mangler.', - validateBorder : 'Ramme mÃ¥ være et heltall.', - validateHSpace : 'HMarg mÃ¥ være et heltall.', - validateVSpace : 'VMarg mÃ¥ være et heltall.' - }, - - // Flash Dialog - flash : - { - properties : 'Egenskaper for Flash-objekt', - propertiesTab : 'Egenskaper', - title : 'Flash-egenskaper', - chkPlay : 'Autospill', - chkLoop : 'Loop', - chkMenu : 'SlÃ¥ pÃ¥ Flash-meny', - chkFull : 'Tillat fullskjerm', - scale : 'Skaler', - scaleAll : 'Vis alt', - scaleNoBorder : 'Ingen ramme', - scaleFit : 'Skaler til Ã¥ passe', - access : 'Scripttilgang', - accessAlways : 'Alltid', - accessSameDomain: 'Samme domene', - accessNever : 'Aldri', - alignAbsBottom : 'Abs bunn', - alignAbsMiddle : 'Abs midten', - alignBaseline : 'Bunnlinje', - alignTextTop : 'Tekst topp', - quality : 'Kvalitet', - qualityBest : 'Best', - qualityHigh : 'Høy', - qualityAutoHigh : 'Auto høy', - qualityMedium : 'Medium', - qualityAutoLow : 'Auto lav', - qualityLow : 'Lav', - windowModeWindow: 'Vindu', - windowModeOpaque: 'Opaque', - windowModeTransparent : 'Gjennomsiktig', - windowMode : 'Vindumodus', - flashvars : 'Variabler for flash', - bgcolor : 'Bakgrunnsfarge', - hSpace : 'HMarg', - vSpace : 'VMarg', - validateSrc : 'Vennligst skriv inn lenkens url.', - validateHSpace : 'HMarg mÃ¥ være et tall.', - validateVSpace : 'VMarg mÃ¥ være et tall.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Stavekontroll', - title : 'Stavekontroll', - notAvailable : 'Beklager, tjenesten er utilgjenglig nÃ¥.', - errorLoading : 'Feil under lasting av applikasjonstjenestetjener: %s.', - notInDic : 'Ikke i ordboken', - changeTo : 'Endre til', - btnIgnore : 'Ignorer', - btnIgnoreAll : 'Ignorer alle', - btnReplace : 'Erstatt', - btnReplaceAll : 'Erstatt alle', - btnUndo : 'Angre', - noSuggestions : '- Ingen forslag -', - progress : 'Stavekontroll pÃ¥gÃ¥r...', - noMispell : 'Stavekontroll fullført: ingen feilstavinger funnet', - noChanges : 'Stavekontroll fullført: ingen ord endret', - oneChange : 'Stavekontroll fullført: Ett ord endret', - manyChanges : 'Stavekontroll fullført: %1 ord endret', - ieSpellDownload : 'Stavekontroll er ikke installert. Vil du laste den ned nÃ¥?' - }, - - smiley : - { - toolbar : 'Smil', - title : 'Sett inn smil', - options : 'Alternativer for smil' - }, - - elementsPath : - { - eleLabel : 'Element-sti', - eleTitle : '%1 element' - }, - - numberedlist : 'Legg til/Fjern nummerert liste', - bulletedlist : 'Legg til/Fjern punktmerket liste', - indent : 'Ãk innrykk', - outdent : 'Reduser innrykk', - - justify : - { - left : 'Venstrejuster', - center : 'Midtstill', - right : 'Høyrejuster', - block : 'Blokkjuster' - }, - - blockquote : 'Sitatblokk', - - clipboard : - { - title : 'Lim inn', - cutError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk klipping av tekst. Vennligst bruk snareveien (Ctrl/Cmd+X).', - copyError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snareveien (Ctrl/Cmd+C).', - pasteMsg : 'Vennligst lim inn i følgende boks med tastaturet (<STRONG>Ctrl/Cmd+V</STRONG>) og trykk <STRONG>OK</STRONG>.', - securityMsg : 'Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du mÃ¥ derfor lime det inn pÃ¥ nytt i dette vinduet.', - pasteArea : 'InnlimingsomrÃ¥de' - }, - - pastefromword : - { - confirmCleanup : 'Teksten du limer inn ser ut til Ã¥ være kopiert fra Word. Vil du renske den før du limer den inn?', - toolbar : 'Lim inn fra Word', - title : 'Lim inn fra Word', - error : 'Det var ikke mulig Ã¥ renske den innlimte teksten pÃ¥ grunn av en intern feil' - }, - - pasteText : - { - button : 'Lim inn som ren tekst', - title : 'Lim inn som ren tekst' - }, - - templates : - { - button : 'Maler', - title : 'Innholdsmaler', - options : 'Alternativer for mal', - insertOption : 'Erstatt gjeldende innhold', - selectPromptMsg : 'Velg malen du vil Ã¥pne i redigeringsverktøyet:', - emptyListMsg : '(Ingen maler definert)' - }, - - showBlocks : 'Vis blokker', - - stylesCombo : - { - label : 'Stil', - panelTitle : 'Stilformater', - panelTitle1 : 'Blokkstiler', - panelTitle2 : 'Inlinestiler', - panelTitle3 : 'Objektstiler' - }, - - format : - { - label : 'Format', - panelTitle : 'Avsnittsformat', - - tag_p : 'Normal', - tag_pre : 'Formatert', - tag_address : 'Adresse', - 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_div : 'Normal (DIV)' - }, - - div : - { - title : 'Sett inn Div Container', - toolbar : 'Sett inn Div Container', - cssClassInputLabel : 'Stilark-klasser', - styleSelectLabel : 'Stil', - IdInputLabel : 'Id', - languageCodeInputLabel : ' SprÃ¥kkode', - inlineStyleInputLabel : 'Inlinestiler', - advisoryTitleInputLabel : 'Tittel', - langDirLabel : 'SprÃ¥kretning', - langDirLTRLabel : 'Venstre til høyre (VTH)', - langDirRTLLabel : 'Høyre til venstre (HTV)', - edit : 'Rediger Div', - remove : 'Fjern Div' - }, - - iframe : - { - title : 'Egenskaper for IFrame', - toolbar : 'IFrame', - noUrl : 'Vennligst skriv inn URL for iframe', - scrolling : 'Aktiver scrollefelt', - border : 'Viss ramme rundt iframe' - }, - - font : - { - label : 'Skrift', - voiceLabel : 'Font', - panelTitle : 'Skrift' - }, - - fontSize : - { - label : 'Størrelse', - voiceLabel : 'Font Størrelse', - panelTitle : 'Størrelse' - }, - - colorButton : - { - textColorTitle : 'Tekstfarge', - bgColorTitle : 'Bakgrunnsfarge', - panelTitle : 'Farger', - auto : 'Automatisk', - more : 'Flere farger...' - }, - - colors : - { - '000' : 'Svart', - '800000' : 'Rødbrun', - '8B4513' : 'Salbrun', - '2F4F4F' : 'Grønnsvart', - '008080' : 'BlÃ¥grønn', - '000080' : 'MarineblÃ¥tt', - '4B0082' : 'Indigo', - '696969' : 'Mørk grÃ¥', - 'B22222' : 'Mørkerød', - 'A52A2A' : 'Brun', - 'DAA520' : 'Lys brun', - '006400' : 'Mørk grønn', - '40E0D0' : 'Turkis', - '0000CD' : 'Medium blÃ¥', - '800080' : 'Purpur', - '808080' : 'GrÃ¥', - 'F00' : 'Rød', - 'FF8C00' : 'Mørk oransje', - 'FFD700' : 'Gull', - '008000' : 'Grønn', - '0FF' : 'Cyan', - '00F' : 'BlÃ¥', - 'EE82EE' : 'Fiolett', - 'A9A9A9' : 'Svak grÃ¥', - 'FFA07A' : 'Rosa-oransje', - 'FFA500' : 'Oransje', - 'FFFF00' : 'Gul', - '00FF00' : 'Lime', - 'AFEEEE' : 'Svak turkis', - 'ADD8E6' : 'Lys BlÃ¥', - 'DDA0DD' : 'Plomme', - 'D3D3D3' : 'Lys grÃ¥', - 'FFF0F5' : 'Svak lavendelrosa', - 'FAEBD7' : 'Antikk-hvit', - 'FFFFE0' : 'Lys gul', - 'F0FFF0' : 'Honningmelon', - 'F0FFFF' : 'Svakt asurblÃ¥tt', - 'F0F8FF' : 'Svak cyan', - 'E6E6FA' : 'Lavendel', - 'FFF' : 'Hvit' - }, - - scayt : - { - title : 'Stavekontroll mens du skriver', - opera_title : 'Ikke støttet av Opera', - enable : 'SlÃ¥ pÃ¥ SCAYT', - disable : 'SlÃ¥ av SCAYT', - about : 'Om SCAYT', - toggle : 'Veksle SCAYT', - options : 'Valg', - langs : 'SprÃ¥k', - moreSuggestions : 'Flere forslag', - ignore : 'Ignorer', - ignoreAll : 'Ignorer Alle', - addWord : 'Legg til ord', - emptyDic : 'Ordboknavn bør ikke være tom.', - - optionsTab : 'Valg', - allCaps : 'Ikke kontroller ord med kun store bokstaver', - ignoreDomainNames : 'Ikke kontroller domenenavn', - mixedCase : 'Ikke kontroller ord med blandet smÃ¥ og store bokstaver', - mixedWithDigits : 'Ikke kontroller ord som inneholder tall', - - languagesTab : 'SprÃ¥k', - - dictionariesTab : 'Ordbøker', - dic_field_name : 'Ordboknavn', - dic_create : 'Opprett', - dic_restore : 'Gjenopprett', - dic_delete : 'Slett', - dic_rename : 'Gi nytt navn', - dic_info : 'Brukerordboken lagres først i en informasjonskapsel pÃ¥ din maskin, men det er en begrensning pÃ¥ hvor mye som kan lagres her. NÃ¥r ordboken blir for stor til Ã¥ lagres i en informasjonskapsel, vil vi i stedet lagre ordboken pÃ¥ vÃ¥r server. For Ã¥ lagre din personlige ordbok pÃ¥ vÃ¥r server, burde du velge et navn for ordboken din. Hvis du allerede har lagret en ordbok, vennligst skriv inn ordbokens navn og klikk pÃ¥ Gjenopprett-knappen.', - - aboutTab : 'Om' - }, - - about : - { - title : 'Om CKEditor', - dlgTitle : 'Om CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For lisensieringsinformasjon, vennligst besøk vÃ¥rt nettsted:', - copy : 'Copyright © $1. Alle rettigheter reservert.' - }, - - maximize : 'Maksimer', - minimize : 'Minimer', - - fakeobjects : - { - anchor : 'Anker', - flash : 'Flash-animasjon', - iframe : 'IFrame', - hiddenfield : 'Skjult felt', - unknown : 'Ukjent objekt' - }, - - resize : 'Dra for Ã¥ skalere', - - colordialog : - { - title : 'Velg farge', - options : 'Alternativer for farge', - highlight : 'Merk', - selected : 'Valgt', - clear : 'Tøm' - }, - - toolbarCollapse : 'Skjul verktøylinje', - toolbarExpand : 'Vis verktøylinje', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Tekstretning fra venstre til høyre', - rtl : 'Tekstretning fra høyre til venstre' - }, - - docprops : - { - label : 'Dokumentegenskaper', - title : 'Dokumentegenskaper', - design : 'Design', // MISSING - meta : 'Meta-data', - chooseColor : 'Velg', - other : '<annen>', - docTitle : 'Sidetittel', - charset : 'Tegnsett', - charsetOther : 'Annet tegnsett', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Sentraleuropeisk', - charsetCT : 'Tradisonell kinesisk(Big5)', - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Gresk', - charsetJP : 'Japansk', - charsetKR : 'Koreansk', - charsetTR : 'Tyrkisk', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Vesteuropeisk', - docType : 'Dokumenttype header', - docTypeOther : 'Annet dokumenttype header', - xhtmlDec : 'Inkluder XHTML-deklarasjon', - bgColor : 'Bakgrunnsfarge', - bgImage : 'URL for bakgrunnsbilde', - bgFixed : 'LÃ¥s bakgrunnsbilde', - txtColor : 'Tekstfarge', - margin : 'Sidemargin', - marginTop : 'Topp', - marginLeft : 'Venstre', - marginRight : 'Høyre', - marginBottom : 'Bunn', - metaKeywords : 'Dokument nøkkelord (kommaseparert)', - metaDescription : 'Dokumentbeskrivelse', - metaAuthor : 'Forfatter', - metaCopyright : 'Kopirett', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/pl.js b/skins/ckeditor/_source/lang/pl.js deleted file mode 100644 index eaa7ad7..0000000 --- a/skins/ckeditor/_source/lang/pl.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Polish language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['pl'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Edytor tekstu sformatowanego, %1, w celu uzyskania pomocy naciÅnij ALT 0.', - - // ARIA descriptions. - toolbars : 'Paski narzÄdzi edytora', - editor : 'Edytor tekstu sformatowanego', - - // Toolbar buttons without dialogs. - source : 'ŹródÅo dokumentu', - newPage : 'Nowa strona', - save : 'Zapisz', - preview : 'PodglÄ d', - cut : 'Wytnij', - copy : 'Kopiuj', - paste : 'Wklej', - print : 'Drukuj', - underline : 'PodkreÅlenie', - bold : 'Pogrubienie', - italic : 'Kursywa', - selectAll : 'Zaznacz wszystko', - removeFormat : 'UsuÅ formatowanie', - strike : 'PrzekreÅlenie', - subscript : 'Indeks dolny', - superscript : 'Indeks górny', - horizontalrule : 'Wstaw poziomÄ liniÄ', - pagebreak : 'Wstaw pdodziaÅ strony', - pagebreakAlt : 'Wstaw podziaÅ strony', - unlink : 'UsuÅ odnoÅnik', - undo : 'Cofnij', - redo : 'Ponów', - - // Common messages and labels. - common : - { - browseServer : 'PrzeglÄ daj', - url : 'Adres URL', - protocol : 'ProtokóÅ', - upload : 'WyÅlij', - uploadSubmit : 'WyÅlij', - image : 'Obrazek', - flash : 'Flash', - form : 'Formularz', - checkbox : 'Pole wyboru (checkbox)', - radio : 'Przycisk opcji (radio)', - textField : 'Pole tekstowe', - textarea : 'Obszar tekstowy', - hiddenField : 'Pole ukryte', - button : 'Przycisk', - select : 'Lista wyboru', - imageButton : 'Przycisk graficzny', - notSet : '<nie ustawiono>', - id : 'Id', - name : 'Nazwa', - langDir : 'Kierunek tekstu', - langDirLtr : 'Od lewej do prawej (LTR)', - langDirRtl : 'Od prawej do lewej (RTL)', - langCode : 'Kod jÄzyka', - longDescr : 'Adres URL dÅugiego opisu', - cssClass : 'Nazwa klasy CSS', - advisoryTitle : 'Opis obiektu docelowego', - cssStyle : 'Styl', - ok : 'OK', - cancel : 'Anuluj', - close : 'Zamknij', - preview : 'PodglÄ d', - generalTab : 'Ogólne', - advancedTab : 'Zaawansowane', - validateNumberFailed : 'Ta wartoÅÄ nie jest liczbÄ .', - confirmNewPage : 'Wszystkie niezapisane zmiany zostanÄ utracone. Czy na pewno wczytaÄ nowÄ stronÄ?', - confirmCancel : 'Pewne opcje zostaÅy zmienione. Czy na pewno zamknÄ Ä okno dialogowe?', - options : 'Opcje', - target : 'Obiekt docelowy', - targetNew : 'Nowe okno (_blank)', - targetTop : 'Okno najwyżej w hierarchii (_top)', - targetSelf : 'To samo okno (_self)', - targetParent : 'Okno nadrzÄdne (_parent)', - langDirLTR : 'Od lewej do prawej (LTR)', - langDirRTL : 'Od prawej do lewej (RTL)', - styles : 'Style', - cssClasses : 'Klasy arkusza stylów', - width : 'SzerokoÅÄ', - height : 'WysokoÅÄ', - align : 'Wyrównaj', - alignLeft : 'Do lewej', - alignRight : 'Do prawej', - alignCenter : 'Do Årodka', - alignTop : 'Do góry', - alignMiddle : 'Do Årodka', - alignBottom : 'Do doÅu', - invalidHeight : 'WysokoÅÄ musi byÄ liczbÄ .', - invalidWidth : 'SzerokoÅÄ musi byÄ liczbÄ .', - invalidCssLength : 'WartoÅÄ podana dla pola "%1" musi byÄ liczbÄ dodatniÄ bez jednostki lub z poprawnÄ jednostkÄ dÅugoÅci zgodnÄ z CSS (px, %, in, cm, mm, em, ex, pt lub pc).', - invalidHtmlLength : 'WartoÅÄ podana dla pola "%1" musi byÄ liczbÄ dodatniÄ bez jednostki lub z poprawnÄ jednostkÄ dÅugoÅci zgodnÄ z HTML (px lub %).', - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, niedostÄpne</span>' - }, - - contextmenu : - { - options : 'Opcje menu kontekstowego' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Wstaw znak specjalny', - title : 'Wybierz znak specjalny', - options : 'Opcje znaków specjalnych' - }, - - // Link dialog. - link : - { - toolbar : 'Wstaw/edytuj odnoÅnik', - other : '<inny>', - menu : 'Edytuj odnoÅnik', - title : 'OdnoÅnik', - info : 'Informacje ', - target : 'Obiekt docelowy', - upload : 'WyÅlij', - advanced : 'Zaawansowane', - type : 'Typ odnoÅnika', - toUrl : 'Adres URL', - toAnchor : 'OdnoÅnik wewnÄ trz strony (kotwica)', - toEmail : 'Adres e-mail', - targetFrame : '<ramka>', - targetPopup : '<wyskakujÄ ce okno>', - targetFrameName : 'Nazwa ramki docelowej', - targetPopupName : 'Nazwa wyskakujÄ cego okna', - popupFeatures : 'WÅaÅciwoÅci wyskakujÄ cego okna', - popupResizable : 'Skalowalny', - popupStatusBar : 'Pasek statusu', - popupLocationBar: 'Pasek adresu', - popupToolbar : 'Pasek narzÄdzi', - popupMenuBar : 'Pasek menu', - popupFullScreen : 'PeÅny ekran (IE)', - popupScrollBars : 'Paski przewijania', - popupDependent : 'Okno zależne (Netscape)', - popupLeft : 'Pozycja w poziomie', - popupTop : 'Pozycja w pionie', - id : 'Id', - langDir : 'Kierunek tekstu', - langDirLTR : 'Od lewej do prawej (LTR)', - langDirRTL : 'Od prawej do lewej (RTL)', - acccessKey : 'Klawisz dostÄpu', - name : 'Nazwa', - langCode : 'Kod jÄzyka', - tabIndex : 'Indeks kolejnoÅci', - advisoryTitle : 'Opis obiektu docelowego', - advisoryContentType : 'Typ MIME obiektu docelowego', - cssClasses : 'Nazwa klasy CSS', - charset : 'Kodowanie znaków obiektu docelowego', - styles : 'Styl', - rel : 'Relacja', - selectAnchor : 'Wybierz kotwicÄ', - anchorName : 'Wg nazwy', - anchorId : 'Wg identyfikatora', - emailAddress : 'Adres e-mail', - emailSubject : 'Temat', - emailBody : 'TreÅÄ', - noAnchors : '(W dokumencie nie zdefiniowano żadnych kotwic)', - noUrl : 'Podaj adres URL', - noEmail : 'Podaj adres e-mail' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Wstaw/edytuj kotwicÄ', - menu : 'WÅaÅciwoÅci kotwicy', - title : 'WÅaÅciwoÅci kotwicy', - name : 'Nazwa kotwicy', - errorName : 'Wpisz nazwÄ kotwicy', - remove : 'UsuÅ kotwicÄ' - }, - - // List style dialog - list: - { - numberedTitle : 'WÅaÅciwoÅci list numerowanych', - bulletedTitle : 'WÅaÅciwoÅci list wypunktowanych', - type : 'Typ punktora', - start : 'PoczÄ tek', - validateStartNumber :'ListÄ musi rozpoczynaÄ liczba caÅkowita.', - circle : 'KoÅo', - disc : 'OkrÄ g', - square : 'Kwadrat', - none : 'Brak', - notset : '<nie ustawiono>', - armenian : 'Numerowanie armeÅskie', - georgian : 'Numerowanie gruziÅskie (an, ban, gan itd.)', - lowerRoman : 'MaÅe cyfry rzymskie (i, ii, iii, iv, v itd.)', - upperRoman : 'Duże cyfry rzymskie (I, II, III, IV, V itd.)', - lowerAlpha : 'MaÅe litery (a, b, c, d, e itd.)', - upperAlpha : 'Duże litery (A, B, C, D, E itd.)', - lowerGreek : 'MaÅe litery greckie (alpha, beta, gamma itd.)', - decimal : 'Liczby (1, 2, 3 itd.)', - decimalLeadingZero : 'Liczby z poczÄ tkowym zerem (01, 02, 03 itd.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Znajdź i zamieÅ', - find : 'Znajdź', - replace : 'ZamieÅ', - findWhat : 'Znajdź:', - replaceWith : 'ZastÄ p przez:', - notFoundMsg : 'Nie znaleziono szukanego hasÅa.', - matchCase : 'UwzglÄdnij wielkoÅÄ liter', - matchWord : 'CaÅe sÅowa', - matchCyclic : 'Cykliczne dopasowanie', - replaceAll : 'ZamieÅ wszystko', - replaceSuccessMsg : '%1 wystÄ pieÅ zastÄ pionych.' - }, - - // Table Dialog - table : - { - toolbar : 'Tabela', - title : 'WÅaÅciwoÅci tabeli', - menu : 'WÅaÅciwoÅci tabeli', - deleteTable : 'UsuÅ tabelÄ', - rows : 'Liczba wierszy', - columns : 'Liczba kolumn', - border : 'GruboÅÄ obramowania', - widthPx : 'piksele', - widthPc : '%', - widthUnit : 'jednostka szerokoÅci', - cellSpace : 'OdstÄp pomiÄdzy komórkami', - cellPad : 'DopeÅnienie komórek', - caption : 'TytuÅ', - summary : 'Podsumowanie', - headers : 'NagÅówki', - headersNone : 'Brak', - headersColumn : 'Pierwsza kolumna', - headersRow : 'Pierwszy wiersz', - headersBoth : 'Oba', - invalidRows : 'Liczba wierszy musi byÄ wiÄksza niż 0.', - invalidCols : 'Liczba kolumn musi byÄ wiÄksza niż 0.', - invalidBorder : 'WartoÅÄ obramowania musi byÄ liczbÄ .', - invalidWidth : 'SzerokoÅÄ tabeli musi byÄ liczbÄ .', - invalidHeight : 'WysokoÅÄ tabeli musi byÄ liczbÄ .', - invalidCellSpacing : 'OdstÄp pomiÄdzy komórkami musi byÄ liczbÄ dodatniÄ .', - invalidCellPadding : 'DopeÅnienie komórek musi byÄ liczbÄ dodatniÄ .', - - cell : - { - menu : 'Komórka', - insertBefore : 'Wstaw komórkÄ z lewej', - insertAfter : 'Wstaw komórkÄ z prawej', - deleteCell : 'UsuÅ komórki', - merge : 'PoÅÄ cz komórki', - mergeRight : 'PoÅÄ cz z komórkÄ z prawej', - mergeDown : 'PoÅÄ cz z komórkÄ poniżej', - splitHorizontal : 'Podziel komórkÄ poziomo', - splitVertical : 'Podziel komórkÄ pionowo', - title : 'WÅaÅciwoÅci komórki', - cellType : 'Typ komórki', - rowSpan : 'Scalenie wierszy', - colSpan : 'Scalenie komórek', - wordWrap : 'Zawijanie sÅów', - hAlign : 'Wyrównanie poziome', - vAlign : 'Wyrównanie pionowe', - alignBaseline : 'Linia bazowa', - bgColor : 'Kolor tÅa', - borderColor : 'Kolor obramowania', - data : 'Dane', - header : 'NagÅowek', - yes : 'Tak', - no : 'Nie', - invalidWidth : 'SzerokoÅÄ komórki musi byÄ liczbÄ .', - invalidHeight : 'WysokoÅÄ komórki musi byÄ liczbÄ .', - invalidRowSpan : 'Scalenie wierszy musi byÄ liczbÄ caÅkowitÄ .', - invalidColSpan : 'Scalenie komórek musi byÄ liczbÄ caÅkowitÄ .', - chooseColor : 'Wybierz' - }, - - row : - { - menu : 'Wiersz', - insertBefore : 'Wstaw wiersz powyżej', - insertAfter : 'Wstaw wiersz poniżej', - deleteRow : 'UsuÅ wiersze' - }, - - column : - { - menu : 'Kolumna', - insertBefore : 'Wstaw kolumnÄ z lewej', - insertAfter : 'Wstaw kolumnÄ z prawej', - deleteColumn : 'UsuÅ kolumny' - } - }, - - // Button Dialog. - button : - { - title : 'WÅaÅciwoÅci przycisku', - text : 'Tekst (WartoÅÄ)', - type : 'Typ', - typeBtn : 'Przycisk', - typeSbm : 'WyÅlij', - typeRst : 'WyczyÅÄ' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'WÅaÅciwoÅci pola wyboru (checkbox)', - radioTitle : 'WÅaÅciwoÅci przycisku opcji (radio)', - value : 'WartoÅÄ', - selected : 'Zaznaczone' - }, - - // Form Dialog. - form : - { - title : 'WÅaÅciwoÅci formularza', - menu : 'WÅaÅciwoÅci formularza', - action : 'Akcja', - method : 'Metoda', - encoding : 'Kodowanie' - }, - - // Select Field Dialog. - select : - { - title : 'WÅaÅciwoÅci listy wyboru', - selectInfo : 'Informacje', - opAvail : 'DostÄpne opcje', - value : 'WartoÅÄ', - size : 'Rozmiar', - lines : 'wierszy', - chkMulti : 'Wielokrotny wybór', - opText : 'Tekst', - opValue : 'WartoÅÄ', - btnAdd : 'Dodaj', - btnModify : 'ZmieÅ', - btnUp : 'Do góry', - btnDown : 'Do doÅu', - btnSetValue : 'Ustaw jako zaznaczonÄ ', - btnDelete : 'UsuÅ' - }, - - // Textarea Dialog. - textarea : - { - title : 'WÅaÅciwoÅci obszaru tekstowego', - cols : 'Liczba kolumn', - rows : 'Liczba wierszy' - }, - - // Text Field Dialog. - textfield : - { - title : 'WÅaÅciwoÅci pola tekstowego', - name : 'Nazwa', - value : 'WartoÅÄ', - charWidth : 'SzerokoÅÄ w znakach', - maxChars : 'SzerokoÅÄ maksymalna', - type : 'Typ', - typeText : 'Tekst', - typePass : 'HasÅo' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'WÅaÅciwoÅci pola ukrytego', - name : 'Nazwa', - value : 'WartoÅÄ' - }, - - // Image Dialog. - image : - { - title : 'WÅaÅciwoÅci obrazka', - titleButton : 'WÅaÅciwoÅci przycisku graficznego', - menu : 'WÅaÅciwoÅci obrazka', - infoTab : 'Informacje o obrazku', - btnUpload : 'WyÅlij', - upload : 'WyÅlij', - alt : 'Tekst zastÄpczy', - lockRatio : 'Zablokuj proporcje', - resetSize : 'PrzywrÃ³Ä rozmiar', - border : 'Obramowanie', - hSpace : 'OdstÄp poziomy', - vSpace : 'OdstÄp pionowy', - alertUrl : 'Podaj adres obrazka.', - linkTab : 'HiperÅÄ cze', - button2Img : 'Czy chcesz przekonwertowaÄ zaznaczony przycisk graficzny do zwykÅego obrazka?', - img2Button : 'Czy chcesz przekonwertowaÄ zaznaczony obrazek do przycisku graficznego?', - urlMissing : 'Podaj adres URL obrazka.', - validateBorder : 'WartoÅÄ obramowania musi byÄ liczbÄ caÅkowitÄ .', - validateHSpace : 'WartoÅÄ odstÄpu poziomego musi byÄ liczbÄ caÅkowitÄ .', - validateVSpace : 'WartoÅÄ odstÄpu pionowego musi byÄ liczbÄ caÅkowitÄ .' - }, - - // Flash Dialog - flash : - { - properties : 'WÅaÅciwoÅci obiektu Flash', - propertiesTab : 'WÅaÅciwoÅci', - title : 'WÅaÅciwoÅci obiektu Flash', - chkPlay : 'Autoodtwarzanie', - chkLoop : 'PÄtla', - chkMenu : 'WÅÄ cz menu', - chkFull : 'Zezwól na peÅny ekran', - scale : 'Skaluj', - scaleAll : 'Pokaż wszystko', - scaleNoBorder : 'Bez obramowania', - scaleFit : 'DokÅadne dopasowanie', - access : 'DostÄp skryptów', - accessAlways : 'Zawsze', - accessSameDomain: 'Ta sama domena', - accessNever : 'Nigdy', - alignAbsBottom : 'Do doÅu', - alignAbsMiddle : 'Do Årodka w pionie', - alignBaseline : 'Do linii bazowej', - alignTextTop : 'Do góry tekstu', - quality : 'JakoÅÄ', - qualityBest : 'Najlepsza', - qualityHigh : 'Wysoka', - qualityAutoHigh : 'Auto wysoka', - qualityMedium : 'Årednia', - qualityAutoLow : 'Auto niska', - qualityLow : 'Niska', - windowModeWindow: 'Okno', - windowModeOpaque: 'Nieprzezroczyste', - windowModeTransparent : 'Przezroczyste', - windowMode : 'Tryb okna', - flashvars : 'Zmienne obiektu Flash', - bgcolor : 'Kolor tÅa', - hSpace : 'OdstÄp poziomy', - vSpace : 'OdstÄp pionowy', - validateSrc : 'Podaj adres URL', - validateHSpace : 'OdstÄp poziomy musi byÄ liczbÄ .', - validateVSpace : 'OdstÄp pionowy musi byÄ liczbÄ .' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Sprawdź pisowniÄ', - title : 'Sprawdź pisowniÄ', - notAvailable : 'Przepraszamy, ale usÅuga jest obecnie niedostÄpna.', - errorLoading : 'BÅÄ d wczytywania hosta aplikacji usÅugi: %s.', - notInDic : 'SÅowa nie ma w sÅowniku', - changeTo : 'ZmieÅ na', - btnIgnore : 'Ignoruj', - btnIgnoreAll : 'Ignoruj wszystkie', - btnReplace : 'ZmieÅ', - btnReplaceAll : 'ZmieÅ wszystkie', - btnUndo : 'Cofnij', - noSuggestions : '- Brak sugestii -', - progress : 'Trwa sprawdzanie...', - noMispell : 'Sprawdzanie zakoÅczone: nie znaleziono bÅÄdów', - noChanges : 'Sprawdzanie zakoÅczone: nie zmieniono żadnego sÅowa', - oneChange : 'Sprawdzanie zakoÅczone: zmieniono jedno sÅowo', - manyChanges : 'Sprawdzanie zakoÅczone: zmieniono %l sÅów', - ieSpellDownload : 'SÅownik nie jest zainstalowany. Czy chcesz go pobraÄ?' - }, - - smiley : - { - toolbar : 'Emotikony', - title : 'Wstaw emotikona', - options : 'Opcje emotikonów' - }, - - elementsPath : - { - eleLabel : 'Åcieżka elementów', - eleTitle : 'element %1' - }, - - numberedlist : 'Lista numerowana', - bulletedlist : 'Lista wypunktowana', - indent : 'ZwiÄksz wciÄcie', - outdent : 'Zmniejsz wciÄcie', - - justify : - { - left : 'Wyrównaj do lewej', - center : 'WyÅrodkuj', - right : 'Wyrównaj do prawej', - block : 'Wyjustuj' - }, - - blockquote : 'Cytat', - - clipboard : - { - title : 'Wklej', - cutError : 'Ustawienia bezpieczeÅstwa Twojej przeglÄ darki nie pozwalajÄ na automatyczne wycinanie tekstu. Użyj skrótu klawiszowego Ctrl/Cmd+X.', - copyError : 'Ustawienia bezpieczeÅstwa Twojej przeglÄ darki nie pozwalajÄ na automatyczne kopiowanie tekstu. Użyj skrótu klawiszowego Ctrl/Cmd+C.', - pasteMsg : 'Wklej tekst w poniższym polu, używajÄ c skrótu klawiaturowego (<STRONG>Ctrl/Cmd+V</STRONG>), i kliknij <STRONG>OK</STRONG>.', - securityMsg : 'Zabezpieczenia przeglÄ darki uniemożliwiajÄ wklejenie danych bezpoÅrednio do edytora. ProszÄ ponownie wkleiÄ dane w tym oknie.', - pasteArea : 'Obszar wklejania' - }, - - pastefromword : - { - confirmCleanup : 'Tekst, który chcesz wkleiÄ, prawdopodobnie pochodzi z programu Microsoft Word. Czy chcesz go wyczyÅciÄ przed wklejeniem?', - toolbar : 'Wklej z programu MS Word', - title : 'Wklej z programu MS Word', - error : 'Wyczyszczenie wklejonych danych nie byÅo możliwe z powodu wystÄ pienia bÅÄdu.' - }, - - pasteText : - { - button : 'Wklej jako czysty tekst', - title : 'Wklej jako czysty tekst' - }, - - templates : - { - button : 'Szablony', - title : 'Szablony zawartoÅci', - options : 'Opcje szablonów', - insertOption : 'ZastÄ p obecnÄ zawartoÅÄ', - selectPromptMsg : 'Wybierz szablon do otwarcia w edytorze<br>(obecna zawartoÅÄ okna edytora zostanie utracona):', - emptyListMsg : '(Brak zdefiniowanych szablonów)' - }, - - showBlocks : 'Pokaż bloki', - - stylesCombo : - { - label : 'Styl', - panelTitle : 'Style formatujÄ ce', - panelTitle1 : 'Style blokowe', - panelTitle2 : 'Style liniowe', - panelTitle3 : 'Style obiektowe' - }, - - format : - { - label : 'Format', - panelTitle : 'Format', - - tag_p : 'Normalny', - tag_pre : 'Tekst sformatowany', - tag_address : 'Adres', - tag_h1 : 'NagÅówek 1', - tag_h2 : 'NagÅówek 2', - tag_h3 : 'NagÅówek 3', - tag_h4 : 'NagÅówek 4', - tag_h5 : 'NagÅówek 5', - tag_h6 : 'NagÅówek 6', - tag_div : 'Normalny (DIV)' - }, - - div : - { - title : 'Utwórz pojemnik Div', - toolbar : 'Utwórz pojemnik Div', - cssClassInputLabel : 'Klasy arkusza stylów', - styleSelectLabel : 'Styl', - IdInputLabel : 'Id', - languageCodeInputLabel : 'Kod jÄzyka', - inlineStyleInputLabel : 'Style liniowe', - advisoryTitleInputLabel : 'Opis obiektu docelowego', - langDirLabel : 'Kierunek tekstu', - langDirLTRLabel : 'Od lewej do prawej (LTR)', - langDirRTLLabel : 'Od prawej do lewej (RTL)', - edit : 'Edytuj pojemnik Div', - remove : 'UsuÅ pojemnik Div' - }, - - iframe : - { - title : 'WÅaÅciwoÅci elementu IFrame', - toolbar : 'IFrame', - noUrl : 'Podaj adres URL elementu IFrame', - scrolling : 'WÅÄ cz paski przewijania', - border : 'Pokaż obramowanie obiektu IFrame' - }, - - font : - { - label : 'Czcionka', - voiceLabel : 'Czcionka', - panelTitle : 'Czcionka' - }, - - fontSize : - { - label : 'Rozmiar', - voiceLabel : 'Rozmiar czcionki', - panelTitle : 'Rozmiar' - }, - - colorButton : - { - textColorTitle : 'Kolor tekstu', - bgColorTitle : 'Kolor tÅa', - panelTitle : 'Kolory', - auto : 'Automatycznie', - more : 'WiÄcej kolorów...' - }, - - colors : - { - '000' : 'Czarny', - '800000' : 'Kasztanowy', - '8B4513' : 'Czekoladowy', - '2F4F4F' : 'Ciemnografitowy', - '008080' : 'Morski', - '000080' : 'Granatowy', - '4B0082' : 'Indygo', - '696969' : 'Ciemnoszary', - 'B22222' : 'CzerwieŠżelazowa', - 'A52A2A' : 'BrÄ zowy', - 'DAA520' : 'CiemnozÅoty', - '006400' : 'Ciemnozielony', - '40E0D0' : 'Turkusowy', - '0000CD' : 'Ciemnoniebieski', - '800080' : 'Purpurowy', - '808080' : 'Szary', - 'F00' : 'Czerwony', - 'FF8C00' : 'CiemnopomaraÅczowy', - 'FFD700' : 'ZÅoty', - '008000' : 'Zielony', - '0FF' : 'Cyjan', - '00F' : 'Niebieski', - 'EE82EE' : 'Fioletowy', - 'A9A9A9' : 'Przygaszony szary', - 'FFA07A' : 'Åososiowy', - 'FFA500' : 'PomaraÅczowy', - 'FFFF00' : 'ŻóÅty', - '00FF00' : 'Limonkowy', - 'AFEEEE' : 'Bladoturkusowy', - 'ADD8E6' : 'Jasnoniebieski', - 'DDA0DD' : 'Åliwkowy', - 'D3D3D3' : 'Jasnoszary', - 'FFF0F5' : 'Jasnolawendowy', - 'FAEBD7' : 'KremowobiaÅy', - 'FFFFE0' : 'JasnożóÅty', - 'F0FFF0' : 'Bladozielony', - 'F0FFFF' : 'Jasnolazurowy', - 'F0F8FF' : 'JasnobÅÄkitny', - 'E6E6FA' : 'Lawendowy', - 'FFF' : 'BiaÅy' - }, - - scayt : - { - title : 'Sprawdź pisowniÄ podczas pisania (SCAYT)', - opera_title : 'Funkcja nie jest obsÅugiwana przez przeglÄ darkÄ Opera', - enable : 'WÅÄ cz SCAYT', - disable : 'WyÅÄ cz SCAYT', - about : 'Informacje o SCAYT', - toggle : 'PrzeÅÄ cz SCAYT', - options : 'Opcje', - langs : 'JÄzyki', - moreSuggestions : 'WiÄcej sugestii', - ignore : 'Ignoruj', - ignoreAll : 'Ignoruj wszystkie', - addWord : 'Dodaj sÅowo', - emptyDic : 'Nazwa sÅownika nie może byÄ pusta.', - - optionsTab : 'Opcje', - allCaps : 'Ignoruj wyrazy pisane dużymi literami', - ignoreDomainNames : 'Ignoruj nazwy domen', - mixedCase : 'Ignoruj wyrazy pisane dużymi i maÅymi literami', - mixedWithDigits : 'Ignoruj wyrazy zawierajÄ ce cyfry', - - languagesTab : 'JÄzyki', - - dictionariesTab : 'SÅowniki', - dic_field_name : 'Nazwa sÅownika', - dic_create : 'Utwórz', - dic_restore : 'PrzywróÄ', - dic_delete : 'UsuÅ', - dic_rename : 'ZmieÅ nazwÄ', - dic_info : 'PoczÄ tkowo sÅownik użytkownika przechowywany jest w cookie. Pliki cookie majÄ jednak ograniczonÄ pojemnoÅÄ. JeÅli sÅownik użytkownika przekroczy wielkoÅÄ dopuszczalnÄ dla pliku cookie, możliwe jest przechowanie go na naszym serwerze. W celu zapisania sÅownika na serwerze niezbÄdne jest nadanie mu nazwy. JeÅli sÅownik zostaÅ już zapisany na serwerze, wystarczy podaÄ jego nazwÄ i nacisnÄ Ä przycisk PrzywróÄ.', - - aboutTab : 'Informacje o SCAYT' - }, - - about : - { - title : 'Informacje o programie CKEditor', - dlgTitle : 'Informacje o programie CKEditor', - help : 'Pomoc znajdziesz w $1.', - userGuide : 'podrÄczniku użytkownika programu CKEditor', - moreInfo : 'Informacje na temat licencji można znaleÅºÄ na naszej stronie:', - copy : 'Copyright © $1. Wszelkie prawa zastrzeżone.' - }, - - maximize : 'Maksymalizuj', - minimize : 'Minimalizuj', - - fakeobjects : - { - anchor : 'Kotwica', - flash : 'Animacja Flash', - iframe : 'IFrame', - hiddenfield : 'Pole ukryte', - unknown : 'Nieznany obiekt' - }, - - resize : 'PrzeciÄ gnij, aby zmieniÄ rozmiar', - - colordialog : - { - title : 'Wybierz kolor', - options : 'Opcje koloru', - highlight : 'Zaznacz', - selected : 'Wybrany', - clear : 'WyczyÅÄ' - }, - - toolbarCollapse : 'ZwiÅ pasek narzÄdzi', - toolbarExpand : 'RozwiÅ pasek narzÄdzi', - - toolbarGroups : - { - document : 'Dokument', - clipboard : 'Schowek/Wstecz', - editing : 'Edycja', - forms : 'Formularze', - basicstyles : 'Style podstawowe', - paragraph : 'Akapit', - links : 'HiperÅÄ cza', - insert : 'Wstawianie', - styles : 'Style', - colors : 'Kolory', - tools : 'NarzÄdzia' - }, - - bidi : - { - ltr : 'Kierunek tekstu od lewej strony do prawej', - rtl : 'Kierunek tekstu od prawej strony do lewej' - }, - - docprops : - { - label : 'WÅaÅciwoÅci dokumentu', - title : 'WÅaÅciwoÅci dokumentu', - design : 'Projekt strony', - meta : 'Znaczniki meta', - chooseColor : 'Wybierz', - other : 'Inne', - docTitle : 'TytuÅ strony', - charset : 'Kodowanie znaków', - charsetOther : 'Inne kodowanie znaków', - charsetASCII : 'ASCII', - charsetCE : 'Årodkowoeuropejskie', - charsetCT : 'ChiÅskie tradycyjne (Big5)', - charsetCR : 'Cyrylica', - charsetGR : 'Greckie', - charsetJP : 'JapoÅskie', - charsetKR : 'KoreaÅskie', - charsetTR : 'Tureckie', - charsetUN : 'Unicode (UTF-8)', - charsetWE : 'Zachodnioeuropejskie', - docType : 'Definicja typu dokumentu', - docTypeOther : 'Inna definicja typu dokumentu', - xhtmlDec : 'UwzglÄdnij deklaracje XHTML', - bgColor : 'Kolor tÅa', - bgImage : 'Adres URL obrazka tÅa', - bgFixed : 'TÅo nieruchome (nieprzewijajÄ ce siÄ)', - txtColor : 'Kolor tekstu', - margin : 'Marginesy strony', - marginTop : 'Górny', - marginLeft : 'Lewy', - marginRight : 'Prawy', - marginBottom : 'Dolny', - metaKeywords : 'SÅowa kluczowe dokumentu (oddzielone przecinkami)', - metaDescription : 'Opis dokumentu', - metaAuthor : 'Autor', - metaCopyright : 'Prawa autorskie', - previewHtml : '<p>To jest <strong>przykÅadowy tekst</strong>. Korzystasz z programu <a href="javascript:void(0)">CKEditor</a>.</p>' - } -}; diff --git a/skins/ckeditor/_source/lang/pt-br.js b/skins/ckeditor/_source/lang/pt-br.js deleted file mode 100644 index 9143da5..0000000 --- a/skins/ckeditor/_source/lang/pt-br.js +++ /dev/null @@ -1,811 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** -* @fileOverview -*/ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['pt-br'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Editor de Texto, %1, pressione ALT 0 para obter ajuda.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Editor de Texto', - - // Toolbar buttons without dialogs. - source : 'Código-Fonte', - newPage : 'Novo', - save : 'Salvar', - preview : 'Visualizar', - cut : 'Recortar', - copy : 'Copiar', - paste : 'Colar', - print : 'Imprimir', - underline : 'Sublinhado', - bold : 'Negrito', - italic : 'Itálico', - selectAll : 'Selecionar Tudo', - removeFormat : 'Remover Formatação', - strike : 'Tachado', - subscript : 'Subscrito', - superscript : 'Sobrescrito', - horizontalrule : 'Inserir Linha Horizontal', - pagebreak : 'Inserir Quebra de Página', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Remover Link', - undo : 'Desfazer', - redo : 'Refazer', - - // Common messages and labels. - common : - { - browseServer : 'Localizar no Servidor', - url : 'URL', - protocol : 'Protocolo', - upload : 'Enviar ao Servidor', - uploadSubmit : 'Enviar para o Servidor', - image : 'Imagem', - flash : 'Flash', - form : 'Formulário', - checkbox : 'Caixa de Seleção', - radio : 'Botão de Opção', - textField : 'Caixa de Texto', - textarea : 'Ãrea de Texto', - hiddenField : 'Campo Oculto', - button : 'Botão', - select : 'Caixa de Listagem', - imageButton : 'Botão de Imagem', - notSet : '<não ajustado>', - id : 'Id', - name : 'Nome', - langDir : 'Direção do idioma', - langDirLtr : 'Esquerda para Direita (LTR)', - langDirRtl : 'Direita para Esquerda (RTL)', - langCode : 'Idioma', - longDescr : 'Descrição da URL', - cssClass : 'Classe de CSS', - advisoryTitle : 'TÃtulo', - cssStyle : 'Estilos', - ok : 'OK', - cancel : 'Cancelar', - close : 'Fechar', - preview : 'Visualizar', - generalTab : 'Geral', - advancedTab : 'Avançado', - validateNumberFailed : 'Este valor não é um número.', - confirmNewPage : 'Todas as mudanças não salvas serão perdidas. Tem certeza de que quer abrir uma nova página?', - confirmCancel : 'Algumas opções foram alteradas. Tem certeza de que quer fechar a caixa de diálogo?', - options : 'Opções', - target : 'Destino', - targetNew : 'Nova Janela (_blank)', - targetTop : 'Janela de Cima (_top)', - targetSelf : 'Mesma Janela (_self)', - targetParent : 'Janela Pai (_parent)', - langDirLTR : 'Left to Right (LTR)', // MISSING - langDirRTL : 'Right to Left (RTL)', // MISSING - styles : 'Style', // MISSING - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Largura', - height : 'Altura', - align : 'Alinhamento', - alignLeft : 'Esquerda', - alignRight : 'Direita', - alignCenter : 'Centralizado', - alignTop : 'Superior', - alignMiddle : 'Centralizado', - alignBottom : 'Inferior', - invalidHeight : 'A altura tem que ser um número', - invalidWidth : 'A largura tem que ser um número.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, indisponÃvel</span>' - }, - - contextmenu : - { - options : 'Opções Menu de Contexto' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Inserir Caractere Especial', - title : 'Selecione um Caractere Especial', - options : 'Opções de Caractere Especial' - }, - - // Link dialog. - link : - { - toolbar : 'Inserir/Editar Link', - other : '<outro>', - menu : 'Editar Link', - title : 'Editar Link', - info : 'Informações', - target : 'Destino', - upload : 'Enviar ao Servidor', - advanced : 'Avançado', - type : 'Tipo de hiperlink', - toUrl : 'URL', - toAnchor : 'Ãncora nesta página', - toEmail : 'E-Mail', - targetFrame : '<frame>', - targetPopup : '<janela popup>', - targetFrameName : 'Nome do Frame de Destino', - targetPopupName : 'Nome da Janela Pop-up', - popupFeatures : 'Propriedades da Janela Pop-up', - popupResizable : 'Redimensionável', - popupStatusBar : 'Barra de Status', - popupLocationBar: 'Barra de Endereços', - popupToolbar : 'Barra de Ferramentas', - popupMenuBar : 'Barra de Menus', - popupFullScreen : 'Modo Tela Cheia (IE)', - popupScrollBars : 'Barras de Rolagem', - popupDependent : 'Dependente (Netscape)', - popupLeft : 'Esquerda', - popupTop : 'Topo', - id : 'Id', - langDir : 'Direção do idioma', - langDirLTR : 'Esquerda para Direita (LTR)', - langDirRTL : 'Direita para Esquerda (RTL)', - acccessKey : 'Chave de Acesso', - name : 'Nome', - langCode : 'Direção do idioma', - tabIndex : 'Ãndice de Tabulação', - advisoryTitle : 'TÃtulo', - advisoryContentType : 'Tipo de Conteúdo', - cssClasses : 'Classe de CSS', - charset : 'Charset do Link', - styles : 'Estilos', - rel : 'Relationship', // MISSING - selectAnchor : 'Selecione uma âncora', - anchorName : 'Nome da âncora', - anchorId : 'Id da âncora', - emailAddress : 'Endereço E-Mail', - emailSubject : 'Assunto da Mensagem', - emailBody : 'Corpo da Mensagem', - noAnchors : '(Não há âncoras no documento)', - noUrl : 'Por favor, digite o endereço do Link', - noEmail : 'Por favor, digite o endereço de e-mail' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Inserir/Editar Ãncora', - menu : 'Formatar Ãncora', - title : 'Formatar Ãncora', - name : 'Nome da Ãncora', - errorName : 'Por favor, digite o nome da âncora', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Propriedades da Lista Numerada', - bulletedTitle : 'Propriedades da Lista sem Numeros', - type : 'Tipo', - start : 'InÃcio', - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'CÃrculo', - disc : 'Disco', - square : 'Quadrado', - none : 'Nenhum', - notset : '<não definido>', - armenian : 'Numeração Armêna', - georgian : 'Numeração da Geórgia (an, ban, gan, etc.)', - lowerRoman : 'Numeração Romana minúscula (i, ii, iii, iv, v, etc.)', - upperRoman : 'Numeração Romana maiúscula (I, II, III, IV, V, etc.)', - lowerAlpha : 'Numeração Alfabética minúscula (a, b, c, d, e, etc.)', - upperAlpha : 'Numeração Alfabética Maiúscula (A, B, C, D, E, etc.)', - lowerGreek : 'Numeração Grega minúscula (alpha, beta, gamma, etc.)', - decimal : 'Numeração Decimal (1, 2, 3, etc.)', - decimalLeadingZero : 'Numeração Decimal com zeros (01, 02, 03, etc.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Localizar e Substituir', - find : 'Localizar', - replace : 'Substituir', - findWhat : 'Procurar por:', - replaceWith : 'Substituir por:', - notFoundMsg : 'O texto especificado não foi encontrado.', - matchCase : 'Coincidir Maiúsculas/Minúsculas', - matchWord : 'Coincidir a palavra inteira', - matchCyclic : 'Coincidir cÃclico', - replaceAll : 'Substituir Tudo', - replaceSuccessMsg : '%1 ocorrência(s) substituÃda(s).' - }, - - // Table Dialog - table : - { - toolbar : 'Tabela', - title : 'Formatar Tabela', - menu : 'Formatar Tabela', - deleteTable : 'Apagar Tabela', - rows : 'Linhas', - columns : 'Colunas', - border : 'Borda', - widthPx : 'pixels', - widthPc : '%', - widthUnit : 'unidade largura', - cellSpace : 'Espaçamento', - cellPad : 'Margem interna', - caption : 'Legenda', - summary : 'Resumo', - headers : 'Cabeçalho', - headersNone : 'Nenhum', - headersColumn : 'Primeira coluna', - headersRow : 'Primeira linha', - headersBoth : 'Ambos', - invalidRows : 'O número de linhas tem que ser um número maior que 0.', - invalidCols : 'O número de colunas tem que ser um número maior que 0.', - invalidBorder : 'O tamanho da borda tem que ser um número.', - invalidWidth : 'A largura da tabela tem que ser um número.', - invalidHeight : 'A altura da tabela tem que ser um número.', - invalidCellSpacing : 'O espaçamento das células tem que ser um número.', - invalidCellPadding : 'A margem interna das células tem que ser um número.', - - cell : - { - menu : 'Célula', - insertBefore : 'Inserir célula a esquerda', - insertAfter : 'Inserir célula a direita', - deleteCell : 'Remover Células', - merge : 'Mesclar Células', - mergeRight : 'Mesclar com célula a direita', - mergeDown : 'Mesclar com célula abaixo', - splitHorizontal : 'Dividir célula horizontalmente', - splitVertical : 'Dividir célula verticalmente', - title : 'Propriedades da célula', - cellType : 'Tipo de célula', - rowSpan : 'Linhas cobertas', - colSpan : 'Colunas cobertas', - wordWrap : 'Quebra de palavra', - hAlign : 'Alinhamento horizontal', - vAlign : 'Alinhamento vertical', - alignBaseline : 'Patamar de alinhamento', - bgColor : 'Cor de fundo', - borderColor : 'Cor das bordas', - data : 'Dados', - header : 'Cabeçalho', - yes : 'Sim', - no : 'Não', - invalidWidth : 'A largura da célula tem que ser um número.', - invalidHeight : 'A altura da célula tem que ser um número.', - invalidRowSpan : 'Linhas cobertas tem que ser um número inteiro.', - invalidColSpan : 'Colunas cobertas tem que ser um número inteiro.', - chooseColor : 'Escolher' - }, - - row : - { - menu : 'Linha', - insertBefore : 'Inserir linha acima', - insertAfter : 'Inserir linha abaixo', - deleteRow : 'Remover Linhas' - }, - - column : - { - menu : 'Coluna', - insertBefore : 'Inserir coluna a esquerda', - insertAfter : 'Inserir coluna a direita', - deleteColumn : 'Remover Colunas' - } - }, - - // Button Dialog. - button : - { - title : 'Formatar Botão', - text : 'Texto (Valor)', - type : 'Tipo', - typeBtn : 'Botão', - typeSbm : 'Enviar', - typeRst : 'Limpar' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Formatar Caixa de Seleção', - radioTitle : 'Formatar Botão de Opção', - value : 'Valor', - selected : 'Selecionado' - }, - - // Form Dialog. - form : - { - title : 'Formatar Formulário', - menu : 'Formatar Formulário', - action : 'Ação', - method : 'Método', - encoding : 'Codificação' - }, - - // Select Field Dialog. - select : - { - title : 'Formatar Caixa de Listagem', - selectInfo : 'Informações', - opAvail : 'Opções disponÃveis', - value : 'Valor', - size : 'Tamanho', - lines : 'linhas', - chkMulti : 'Permitir múltiplas seleções', - opText : 'Texto', - opValue : 'Valor', - btnAdd : 'Adicionar', - btnModify : 'Modificar', - btnUp : 'Para cima', - btnDown : 'Para baixo', - btnSetValue : 'Definir como selecionado', - btnDelete : 'Remover' - }, - - // Textarea Dialog. - textarea : - { - title : 'Formatar Ãrea de Texto', - cols : 'Colunas', - rows : 'Linhas' - }, - - // Text Field Dialog. - textfield : - { - title : 'Formatar Caixa de Texto', - name : 'Nome', - value : 'Valor', - charWidth : 'Comprimento (em caracteres)', - maxChars : 'Número Máximo de Caracteres', - type : 'Tipo', - typeText : 'Texto', - typePass : 'Senha' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Formatar Campo Oculto', - name : 'Nome', - value : 'Valor' - }, - - // Image Dialog. - image : - { - title : 'Formatar Imagem', - titleButton : 'Formatar Botão de Imagem', - menu : 'Formatar Imagem', - infoTab : 'Informações da Imagem', - btnUpload : 'Enviar para o Servidor', - upload : 'Enviar', - alt : 'Texto Alternativo', - lockRatio : 'Travar Proporções', - resetSize : 'Redefinir para o Tamanho Original', - border : 'Borda', - hSpace : 'HSpace', - vSpace : 'VSpace', - alertUrl : 'Por favor, digite a URL da imagem.', - linkTab : 'Link', - button2Img : 'Deseja transformar o botão de imagem em uma imagem comum?', - img2Button : 'Deseja transformar a imagem em um botão de imagem?', - urlMissing : 'URL da imagem está faltando.', - validateBorder : 'A borda deve ser um número inteiro.', - validateHSpace : 'O HSpace deve ser um número inteiro.', - validateVSpace : 'O VSpace deve ser um número inteiro.' - }, - - // Flash Dialog - flash : - { - properties : 'Propriedades do Flash', - propertiesTab : 'Propriedades', - title : 'Propriedades do Flash', - chkPlay : 'Tocar Automaticamente', - chkLoop : 'Tocar Infinitamente', - chkMenu : 'Habilita Menu Flash', - chkFull : 'Permitir tela cheia', - scale : 'Escala', - scaleAll : 'Mostrar tudo', - scaleNoBorder : 'Sem Borda', - scaleFit : 'Escala Exata', - access : 'Acesso ao script', - accessAlways : 'Sempre', - accessSameDomain: 'Acessar Mesmo DomÃnio', - accessNever : 'Nunca', - alignAbsBottom : 'Inferior Absoluto', - alignAbsMiddle : 'Centralizado Absoluto', - alignBaseline : 'Baseline', - alignTextTop : 'Superior Absoluto', - quality : 'Qualidade', - qualityBest : 'Qualidade Melhor', - qualityHigh : 'Qualidade Alta', - qualityAutoHigh : 'Qualidade Alta Automática', - qualityMedium : 'Qualidade Média', - qualityAutoLow : 'Qualidade Baixa Automática', - qualityLow : 'Qualidade Baixa', - windowModeWindow: 'Janela', - windowModeOpaque: 'Opaca', - windowModeTransparent : 'Transparente', - windowMode : 'Modo da janela', - flashvars : 'Variáveis do Flash', - bgcolor : 'Cor do Plano de Fundo', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'Por favor, digite o endereço do link', - validateHSpace : 'O HSpace tem que ser um número', - validateVSpace : 'O VSpace tem que ser um número.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Verificar Ortografia', - title : 'Corretor Ortográfico', - notAvailable : 'Desculpe, o serviço não está disponÃvel no momento.', - errorLoading : 'Erro carregando servidor de aplicação: %s.', - notInDic : 'Não encontrada', - changeTo : 'Alterar para', - btnIgnore : 'Ignorar uma vez', - btnIgnoreAll : 'Ignorar Todas', - btnReplace : 'Alterar', - btnReplaceAll : 'Alterar Todas', - btnUndo : 'Desfazer', - noSuggestions : '-sem sugestões de ortografia-', - progress : 'Verificação ortográfica em andamento...', - noMispell : 'Verificação encerrada: Não foram encontrados erros de ortografia', - noChanges : 'Verificação ortográfica encerrada: Não houve alterações', - oneChange : 'Verificação ortográfica encerrada: Uma palavra foi alterada', - manyChanges : 'Verificação ortográfica encerrada: %1 palavras foram alteradas', - ieSpellDownload : 'A verificação ortográfica não foi instalada. Você gostaria de realizar o download agora?' - }, - - smiley : - { - toolbar : 'Emoticon', - title : 'Inserir Emoticon', - options : 'Opções de Emoticons' - }, - - elementsPath : - { - eleLabel : 'Caminho dos Elementos', - eleTitle : 'Elemento %1' - }, - - numberedlist : 'Lista numerada', - bulletedlist : 'Lista sem números', - indent : 'Aumentar Recuo', - outdent : 'Diminuir Recuo', - - justify : - { - left : 'Alinhar Esquerda', - center : 'Centralizar', - right : 'Alinhar Direita', - block : 'Justificado' - }, - - blockquote : 'Citação', - - clipboard : - { - title : 'Colar', - cutError : 'As configurações de segurança do seu navegador não permitem que o editor execute operações de recortar automaticamente. Por favor, utilize o teclado para recortar (Ctrl/Cmd+X).', - copyError : 'As configurações de segurança do seu navegador não permitem que o editor execute operações de copiar automaticamente. Por favor, utilize o teclado para copiar (Ctrl/Cmd+C).', - pasteMsg : 'Transfira o link usado na caixa usando o teclado com (<STRONG>Ctrl/Cmd+V</STRONG>) e <STRONG>OK</STRONG>.', - securityMsg : 'As configurações de segurança do seu navegador não permitem que o editor acesse os dados da área de transferência diretamente. Por favor cole o conteúdo manualmente nesta janela.', - pasteArea : 'Ãrea para Colar' - }, - - pastefromword : - { - confirmCleanup : 'O texto que você deseja colar parece ter sido copiado do Word. Você gostaria de remover a formatação antes de colar?', - toolbar : 'Colar do Word', - title : 'Colar do Word', - error : 'Não foi possÃvel limpar os dados colados devido a um erro interno' - }, - - pasteText : - { - button : 'Colar como Texto sem Formatação', - title : 'Colar como Texto sem Formatação' - }, - - templates : - { - button : 'Modelos de layout', - title : 'Modelo de layout de conteúdo', - options : 'Opções de Template', - insertOption : 'Substituir o conteúdo atual', - selectPromptMsg : 'Selecione um modelo de layout para ser aberto no editor<br>(o conteúdo atual será perdido):', - emptyListMsg : '(Não foram definidos modelos de layout)' - }, - - showBlocks : 'Mostrar blocos de código', - - stylesCombo : - { - label : 'Estilo', - panelTitle : 'Estilos de Formatação', - panelTitle1 : 'Estilos de bloco', - panelTitle2 : 'Estilos de texto corrido', - panelTitle3 : 'Estilos de objeto' - }, - - format : - { - label : 'Formatação', - panelTitle : 'Formatação', - - tag_p : 'Normal', - tag_pre : 'Formatado', - tag_address : 'Endereço', - tag_h1 : 'TÃtulo 1', - tag_h2 : 'TÃtulo 2', - tag_h3 : 'TÃtulo 3', - tag_h4 : 'TÃtulo 4', - tag_h5 : 'TÃtulo 5', - tag_h6 : 'TÃtulo 6', - tag_div : 'Normal (DIV)' - }, - - div : - { - title : 'Criar Container de DIV', - toolbar : 'Criar Container de DIV', - cssClassInputLabel : 'Classes de CSS', - styleSelectLabel : 'Estilo', - IdInputLabel : 'Id', - languageCodeInputLabel : 'Código de Idioma', - inlineStyleInputLabel : 'Estilo Inline', - advisoryTitleInputLabel : 'TÃtulo Consulta', - langDirLabel : 'Direção da Escrita', - langDirLTRLabel : 'Esquerda para Direita (LTR)', - langDirRTLLabel : 'Direita para Esquerda (RTL)', - edit : 'Editar Div', - remove : 'Remover Div' - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Fonte', - voiceLabel : 'Fonte', - panelTitle : 'Fonte' - }, - - fontSize : - { - label : 'Tamanho', - voiceLabel : 'Tamanho da fonte', - panelTitle : 'Tamanho' - }, - - colorButton : - { - textColorTitle : 'Cor do Texto', - bgColorTitle : 'Cor do Plano de Fundo', - panelTitle : 'Cores', - auto : 'Automático', - more : 'Mais Cores...' - }, - - colors : - { - '000' : 'Preto', - '800000' : 'Foquete', - '8B4513' : 'Marrom 1', - '2F4F4F' : 'Cinza 1', - '008080' : 'Cerceta', - '000080' : 'Azul Marinho', - '4B0082' : 'Ãndigo', - '696969' : 'Cinza 2', - 'B22222' : 'Tijolo de Fogo', - 'A52A2A' : 'Marrom 2', - 'DAA520' : 'Vara Dourada', - '006400' : 'Verde Escuro', - '40E0D0' : 'Turquesa', - '0000CD' : 'Azul Médio', - '800080' : 'Roxo', - '808080' : 'Cinza 3', - 'F00' : 'Vermelho', - 'FF8C00' : 'Laranja Escuro', - 'FFD700' : 'Dourado', - '008000' : 'Verde', - '0FF' : 'Ciano', - '00F' : 'Azul', - 'EE82EE' : 'Violeta', - 'A9A9A9' : 'Cinza Escuro', - 'FFA07A' : 'Salmão Claro', - 'FFA500' : 'Laranja', - 'FFFF00' : 'Amarelo', - '00FF00' : 'Lima', - 'AFEEEE' : 'Turquesa Pálido', - 'ADD8E6' : 'Azul Claro', - 'DDA0DD' : 'Ameixa', - 'D3D3D3' : 'Cinza Claro', - 'FFF0F5' : 'Lavanda 1', - 'FAEBD7' : 'Branco Antiguidade', - 'FFFFE0' : 'Amarelo Claro', - 'F0FFF0' : 'Orvalho', - 'F0FFFF' : 'Azure', - 'F0F8FF' : 'Azul Alice', - 'E6E6FA' : 'Lavanda 2', - 'FFF' : 'Branco' - }, - - scayt : - { - title : 'Correção ortográfica durante a digitação', - opera_title : 'Não suportado no Opera', - enable : 'Habilitar correção ortográfica durante a digitação', - disable : 'Desabilitar correção ortográfica durante a digitação', - about : 'Sobre a correção ortográfica durante a digitação', - toggle : 'Ativar/desativar correção ortográfica durante a digitação', - options : 'Opções', - langs : 'Idiomas', - moreSuggestions : 'Mais sugestões', - ignore : 'Ignorar', - ignoreAll : 'Ignorar todas', - addWord : 'Adicionar palavra', - emptyDic : 'O nome do dicionário não deveria estar vazio.', - - optionsTab : 'Opções', - allCaps : 'Ignorar palavras maiúsculas', - ignoreDomainNames : 'Ignorar nomes de domÃnio', - mixedCase : 'Ignorar palavras com maiúsculas e minúsculas misturadas', - mixedWithDigits : 'Ignorar palavras com números', - - languagesTab : 'Idiomas', - - dictionariesTab : 'Dicionários', - dic_field_name : 'Nome do Dicionário', - dic_create : 'Criar', - dic_restore : 'Restaurar', - dic_delete : 'Excluir', - dic_rename : 'Renomear', - dic_info : 'Inicialmente, o dicionário do usuário fica armazenado em um Cookie. Porém, Cookies tem tamanho limitado, portanto quand o dicionário do usuário atingir o tamanho limite poderá ser armazenado no nosso servidor. Para armazenar seu dicionário pessoal no nosso servidor deverá especificar um nome para ele. Se já tiver um dicionário armazenado por favor especifique o seu nome e clique em Restaurar.', - - aboutTab : 'Sobre' - }, - - about : - { - title : 'Sobre o CKEditor', - dlgTitle : 'Sobre o CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Para informações sobre a licença por favor visite o nosso site:', - copy : 'Copyright © $1. Todos os direitos reservados.' - }, - - maximize : 'Maximizar', - minimize : 'Minimize', - - fakeobjects : - { - anchor : 'Ãncora', - flash : 'Animação em Flash', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Objeto desconhecido' - }, - - resize : 'Arraste para redimensionar', - - colordialog : - { - title : 'Selecione uma cor', - options : 'Opções de Cor', - highlight : 'Grifar', - selected : 'Cor Selecionada', - clear : 'Limpar' - }, - - toolbarCollapse : 'Diminuir Barra de Ferramentas', - toolbarExpand : 'Aumentar Barra de Ferramentas', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Propriedades Documento', - title : 'Propriedades Documento', - design : 'Design', // MISSING - meta : 'Meta Dados', - chooseColor : 'Escolher', - other : '<outro>', - docTitle : 'TÃtulo da Página', - charset : 'Codificação de Caracteres', - charsetOther : 'Outra Codificação de Caracteres', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Europa Central', - charsetCT : 'Chinês Tradicional (Big5)', - charsetCR : 'CirÃlico', - charsetGR : 'Grego', - charsetJP : 'Japonês', - charsetKR : 'Coreano', - charsetTR : 'Turco', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Europa Ocidental', - docType : 'Cabeçalho Tipo de Documento', - docTypeOther : 'Other Document Type Heading', // MISSING - xhtmlDec : 'Incluir Declarações XHTML', - bgColor : 'Cor do Plano de Fundo', - bgImage : 'URL da Imagem de Plano de Fundo', - bgFixed : 'Plano de Fundo Fixo', - txtColor : 'Cor do Texto', - margin : 'Margens da Página', - marginTop : 'Superior', - marginLeft : 'Inferior', - marginRight : 'Direita', - marginBottom : 'Inferior', - metaKeywords : 'Palavras-chave de Indexação do Documento (separadas por vÃrgula)', - metaDescription : 'Descrição do Documento', - metaAuthor : 'Autor', - metaCopyright : 'Direitos Autorais', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/pt.js b/skins/ckeditor/_source/lang/pt.js deleted file mode 100644 index 3995471..0000000 --- a/skins/ckeditor/_source/lang/pt.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Portuguese language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['pt'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Fonte', - newPage : 'Nova Página', - save : 'Guardar', - preview : 'Pré-visualizar', - cut : 'Cortar', - copy : 'Copiar', - paste : 'Colar', - print : 'Imprimir', - underline : 'Sublinhado', - bold : 'Negrito', - italic : 'Itálico', - selectAll : 'Seleccionar Tudo', - removeFormat : 'Eliminar Formato', - strike : 'Rasurado', - subscript : 'Superior à Linha', - superscript : 'Inferior à Linha', - horizontalrule : 'Inserir Linha Horizontal', - pagebreak : 'Inserir Quebra de Página', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Eliminar Hiperligação', - undo : 'Anular', - redo : 'Repetir', - - // Common messages and labels. - common : - { - browseServer : 'Navegar no Servidor', - url : 'URL', - protocol : 'Protocolo', - upload : 'Carregar', - uploadSubmit : 'Enviar para o Servidor', - image : 'Imagem', - flash : 'Flash', - form : 'Formulário', - checkbox : 'Caixa de Verificação', - radio : 'Botão de Opção', - textField : 'Campo de Texto', - textarea : 'Ãrea de Texto', - hiddenField : 'Campo Escondido', - button : 'Botão', - select : 'Caixa de Combinação', - imageButton : 'Botão de Imagem', - notSet : '<Não definido>', - id : 'Id', - name : 'Nome', - langDir : 'Orientação de idioma', - langDirLtr : 'Esquerda à Direita (LTR)', - langDirRtl : 'Direita a Esquerda (RTL)', - langCode : 'Código de Idioma', - longDescr : 'Descrição Completa do URL', - cssClass : 'Classes de Estilo de Folhas Classes', - advisoryTitle : 'TÃtulo', - cssStyle : 'Estilo', - ok : 'OK', - cancel : 'Cancelar', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'Avançado', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Largura', - height : 'Altura', - align : 'Alinhamento', - alignLeft : 'Esquerda', - alignRight : 'Direita', - alignCenter : 'Centrado', - alignTop : 'Topo', - alignMiddle : 'Centro', - alignBottom : 'Fundo', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Inserir Caracter Especial', - title : 'Seleccione um caracter especial', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Inserir/Editar Hiperligação', - other : '<outro>', - menu : 'Editar Hiperligação', - title : 'Hiperligação', - info : 'Informação de Hiperligação', - target : 'Destino', - upload : 'Carregar', - advanced : 'Avançado', - type : 'Tipo de Hiperligação', - toUrl : 'URL', // MISSING - toAnchor : 'Referência a esta página', - toEmail : 'E-Mail', - targetFrame : '<Frame>', - targetPopup : '<Janela de popup>', - targetFrameName : 'Nome do Frame Destino', - targetPopupName : 'Nome da Janela de Popup', - popupFeatures : 'CaracterÃsticas de Janela de Popup', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'Barra de Estado', - popupLocationBar: 'Barra de localização', - popupToolbar : 'Barra de Ferramentas', - popupMenuBar : 'Barra de Menu', - popupFullScreen : 'Janela Completa (IE)', - popupScrollBars : 'Barras de deslocamento', - popupDependent : 'Dependente (Netscape)', - popupLeft : 'Posição Esquerda', - popupTop : 'Posição Direita', - id : 'Id', // MISSING - langDir : 'Orientação de idioma', - langDirLTR : 'Esquerda à Direita (LTR)', - langDirRTL : 'Direita a Esquerda (RTL)', - acccessKey : 'Chave de Acesso', - name : 'Nome', - langCode : 'Orientação de idioma', - tabIndex : 'Ãndice de Tubulação', - advisoryTitle : 'TÃtulo', - advisoryContentType : 'Tipo de Conteúdo', - cssClasses : 'Classes de Estilo de Folhas Classes', - charset : 'Fonte de caracteres vinculado', - styles : 'Estilo', - rel : 'Relationship', // MISSING - selectAnchor : 'Seleccionar una referência', - anchorName : 'Por Nome de Referência', - anchorId : 'Por ID de elemento', - emailAddress : 'Endereço de E-Mail', - emailSubject : 'TÃtulo de Mensagem', - emailBody : 'Corpo da Mensagem', - noAnchors : '(Não há referências disponÃveis no documento)', - noUrl : 'Por favor introduza a hiperligação URL', - noEmail : 'Por favor introduza o endereço de e-mail' - }, - - // Anchor dialog - anchor : - { - toolbar : ' Inserir/Editar Ãncora', - menu : 'Propriedades da Ãncora', - title : 'Propriedades da Ãncora', - name : 'Nome da Ãncora', - errorName : 'Por favor, introduza o nome da âncora', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', // MISSING - find : 'Procurar', - replace : 'Substituir', - findWhat : 'Texto a Procurar:', - replaceWith : 'Substituir por:', - notFoundMsg : 'O texto especificado não foi encontrado.', - matchCase : 'Maiúsculas/Minúsculas', - matchWord : 'Coincidir com toda a palavra', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'Substituir Tudo', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'Tabela', - title : 'Propriedades da Tabela', - menu : 'Propriedades da Tabela', - deleteTable : 'Eliminar Tabela', - rows : 'Linhas', - columns : 'Colunas', - border : 'Tamanho do Limite', - widthPx : 'pixeis', - widthPc : 'percentagem', - widthUnit : 'width unit', // MISSING - cellSpace : 'Esp. e/células', - cellPad : 'Esp. interior', - caption : 'TÃtulo', - summary : 'Sumário', - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'Célula', - insertBefore : 'Insert Cell Before', // MISSING - insertAfter : 'Insert Cell After', // MISSING - deleteCell : 'Eliminar Célula', - merge : 'Unir Células', - mergeRight : 'Merge Right', // MISSING - mergeDown : 'Merge Down', // MISSING - splitHorizontal : 'Split Cell Horizontally', // MISSING - splitVertical : 'Split Cell Vertically', // MISSING - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Linha', - insertBefore : 'Insert Row Before', // MISSING - insertAfter : 'Insert Row After', // MISSING - deleteRow : 'Eliminar Linhas' - }, - - column : - { - menu : 'Coluna', - insertBefore : 'Insert Column Before', // MISSING - insertAfter : 'Insert Column After', // MISSING - deleteColumn : 'Eliminar Coluna' - } - }, - - // Button Dialog. - button : - { - title : 'Propriedades do Botão', - text : 'Texto (Valor)', - type : 'Tipo', - typeBtn : 'Button', // MISSING - typeSbm : 'Submit', // MISSING - typeRst : 'Reset' // MISSING - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Propriedades da Caixa de Verificação', - radioTitle : 'Propriedades do Botão de Opção', - value : 'Valor', - selected : 'Seleccionado' - }, - - // Form Dialog. - form : - { - title : 'Propriedades do Formulário', - menu : 'Propriedades do Formulário', - action : 'Acção', - method : 'Método', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'Propriedades da Caixa de Combinação', - selectInfo : 'Informação', - opAvail : 'Opções PossÃveis', - value : 'Valor', - size : 'Tamanho', - lines : 'linhas', - chkMulti : 'Permitir selecções múltiplas', - opText : 'Texto', - opValue : 'Valor', - btnAdd : 'Adicionar', - btnModify : 'Modificar', - btnUp : 'Para cima', - btnDown : 'Para baixo', - btnSetValue : 'Definir um valor por defeito', - btnDelete : 'Apagar' - }, - - // Textarea Dialog. - textarea : - { - title : 'Propriedades da Ãrea de Texto', - cols : 'Colunas', - rows : 'Linhas' - }, - - // Text Field Dialog. - textfield : - { - title : 'Propriedades do Campo de Texto', - name : 'Nome', - value : 'Valor', - charWidth : 'Tamanho do caracter', - maxChars : 'Nr. Máximo de Caracteres', - type : 'Tipo', - typeText : 'Texto', - typePass : 'Palavra-chave' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Propriedades do Campo Escondido', - name : 'Nome', - value : 'Valor' - }, - - // Image Dialog. - image : - { - title : 'Propriedades da Imagem', - titleButton : 'Propriedades do Botão de imagens', - menu : 'Propriedades da Imagem', - infoTab : 'Informação da Imagem', - btnUpload : 'Enviar para o Servidor', - upload : 'Carregar', - alt : 'Texto Alternativo', - lockRatio : 'Proporcional', - resetSize : 'Tamanho Original', - border : 'Limite', - hSpace : 'Esp.Horiz', - vSpace : 'Esp.Vert', - alertUrl : 'Por favor introduza o URL da imagem', - linkTab : 'Hiperligação', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Propriedades do Flash', - propertiesTab : 'Properties', // MISSING - title : 'Propriedades do Flash', - chkPlay : 'Reproduzir automaticamente', - chkLoop : 'Loop', - chkMenu : 'Permitir Menu do Flash', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Escala', - scaleAll : 'Mostrar tudo', - scaleNoBorder : 'Sem Limites', - scaleFit : 'Tamanho Exacto', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Abs inferior', - alignAbsMiddle : 'Abs centro', - alignBaseline : 'Linha de base', - alignTextTop : 'Topo do texto', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Cor de Fundo', - hSpace : 'Esp.Horiz', - vSpace : 'Esp.Vert', - validateSrc : 'Por favor introduza a hiperligação URL', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Verificação Ortográfica', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'Não está num directório', - changeTo : 'Mudar para', - btnIgnore : 'Ignorar', - btnIgnoreAll : 'Ignorar Tudo', - btnReplace : 'Substituir', - btnReplaceAll : 'Substituir Tudo', - btnUndo : 'Anular', - noSuggestions : '- Sem sugestões -', - progress : 'Verificação ortográfica em progressoâ¦', - noMispell : 'Verificação ortográfica completa: não foram encontrados erros', - noChanges : 'Verificação ortográfica completa: não houve alteração de palavras', - oneChange : 'Verificação ortográfica completa: uma palavra alterada', - manyChanges : 'Verificação ortográfica completa: %1 palavras alteradas', - ieSpellDownload : ' Verificação ortográfica não instalada. Quer descarregar agora?' - }, - - smiley : - { - toolbar : 'Emoticons', - title : 'Inserir um Emoticon', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'Numeração', - bulletedlist : 'Marcas', - indent : 'Aumentar Avanço', - outdent : 'Diminuir Avanço', - - justify : - { - left : 'Alinhar à Esquerda', - center : 'Alinhar ao Centro', - right : 'Alinhar à Direita', - block : 'Justificado' - }, - - blockquote : 'Block Quote', // MISSING - - clipboard : - { - title : 'Colar', - cutError : 'A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl/Cmd+X).', - copyError : 'A configuração de segurança do navegador não permite a execução automática de operações de copiar. Por favor use o teclado (Ctrl/Cmd+C).', - pasteMsg : 'Por favor, cole dentro da seguinte caixa usando o teclado (<STRONG>Ctrl/Cmd+V</STRONG>) e prima <STRONG>OK</STRONG>.', - 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 - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Colar do Word', - title : 'Colar do Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Colar como Texto Simples', - title : 'Colar como Texto Simples' - }, - - templates : - { - button : 'Modelos', - title : 'Modelo de Conteúdo', - options : 'Template Options', // MISSING - insertOption : 'Replace actual contents', // MISSING - selectPromptMsg : 'Por favor, seleccione o modelo a abrir no editor<br>(o conteúdo actual será perdido):', - emptyListMsg : '(Sem modelos definidos)' - }, - - showBlocks : 'Show Blocks', // MISSING - - stylesCombo : - { - label : 'Estilo', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'Formato', - panelTitle : 'Formato', - - tag_p : 'Normal', - tag_pre : 'Formatado', - tag_address : 'Endereço', - tag_h1 : 'TÃtulo 1', - tag_h2 : 'TÃtulo 2', - tag_h3 : 'TÃtulo 3', - tag_h4 : 'TÃtulo 4', - tag_h5 : 'TÃtulo 5', - tag_h6 : 'TÃtulo 6', - tag_div : 'Normal (DIV)' // MISSING - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Tipo de Letra', - voiceLabel : 'Font', // MISSING - panelTitle : 'Tipo de Letra' - }, - - fontSize : - { - label : 'Tamanho', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Tamanho' - }, - - colorButton : - { - textColorTitle : 'Cor do Texto', - bgColorTitle : 'Cor de Fundo', - panelTitle : 'Colors', // MISSING - auto : 'Automático', - more : 'Mais Cores...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Propriedades do Documento', - title : 'Propriedades do Documento', - design : 'Design', // MISSING - meta : 'Meta Data', - chooseColor : 'Choose', // MISSING - other : '<outro>', - docTitle : 'TÃtulo da Página', - charset : 'Codificação de Caracteres', - charsetOther : 'Outra Codificação de Caracteres', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Tipo de Cabeçalho do Documento', - docTypeOther : 'Outro Tipo de Cabeçalho do Documento', - xhtmlDec : 'Incluir Declarações XHTML', - bgColor : 'Cor de Fundo', - bgImage : 'Caminho para a Imagem de Fundo', - bgFixed : 'Fundo Fixo', - txtColor : 'Cor do Texto', - margin : 'Margem das Páginas', - marginTop : 'Topo', - marginLeft : 'Esquerda', - marginRight : 'Direita', - marginBottom : 'Fundo', - metaKeywords : 'Palavras de Indexação do Documento (separadas por virgula)', - metaDescription : 'Descrição do Documento', - metaAuthor : 'Autor', - metaCopyright : 'Direitos de Autor', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/ro.js b/skins/ckeditor/_source/lang/ro.js deleted file mode 100644 index c98f084..0000000 --- a/skins/ckeditor/_source/lang/ro.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Romanian language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['ro'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Sursa', - newPage : 'PaginÄ nouÄ', - save : 'SalveazÄ', - preview : 'Previzualizare', - cut : 'Taie', - copy : 'CopiazÄ', - paste : 'AdaugÄ', - print : 'PrinteazÄ', - underline : 'Subliniat (underline)', - bold : 'ÃngroÅat (bold)', - italic : 'Ãnclinat (italic)', - selectAll : 'SelecteazÄ tot', - removeFormat : 'ÃnlÄturÄ formatarea', - strike : 'TÄiat (strike through)', - subscript : 'Indice (subscript)', - superscript : 'Putere (superscript)', - horizontalrule : 'InsereazÄ linie orizontÄ', - pagebreak : 'InsereazÄ separator de paginÄ (Page Break)', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'ÃnlÄturÄ link (legÄturÄ web)', - undo : 'Starea anterioarÄ (undo)', - redo : 'Starea ulterioarÄ (redo)', - - // Common messages and labels. - common : - { - browseServer : 'RÄsfoieÅte server', - url : 'URL', - protocol : 'Protocol', - upload : 'ÃncarcÄ', - uploadSubmit : 'Trimite la server', - image : 'Imagine', - flash : 'Flash', - form : 'Formular (Form)', - checkbox : 'BifÄ (Checkbox)', - radio : 'Buton radio (RadioButton)', - textField : 'Câmp text (TextField)', - textarea : 'SuprafaÅ£Ä text (Textarea)', - hiddenField : 'Câmp ascuns (HiddenField)', - button : 'Buton', - select : 'Câmp selecÅ£ie (SelectionField)', - imageButton : 'Buton imagine (ImageButton)', - notSet : '<nesetat>', - id : 'Id', - name : 'Nume', - langDir : 'DirecÅ£ia cuvintelor', - langDirLtr : 'stânga-dreapta (LTR)', - langDirRtl : 'dreapta-stânga (RTL)', - langCode : 'Codul limbii', - longDescr : 'Descrierea lungÄ URL', - cssClass : 'Clasele cu stilul paginii (CSS)', - advisoryTitle : 'Titlul consultativ', - cssStyle : 'Stil', - ok : 'Bine', - cancel : 'Anulare', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'Avansat', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'LÄÅ£ime', - height : 'ÃnÄlÅ£ime', - align : 'Aliniere', - alignLeft : 'Stânga', - alignRight : 'Dreapta', - alignCenter : 'Centru', - alignTop : 'Sus', - alignMiddle : 'Mijloc', - alignBottom : 'Jos', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'InsereazÄ caracter special', - title : 'SelecteazÄ caracter special', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'InsereazÄ/EditeazÄ link (legÄturÄ web)', - other : '<alt>', - menu : 'EditeazÄ Link', - title : 'Link (LegÄturÄ web)', - info : 'InformaÅ£ii despre link (LegÄturÄ web)', - target : 'Å¢intÄ (Target)', - upload : 'ÃncarcÄ', - advanced : 'Avansat', - type : 'Tipul link-ului (al legÄturii web)', - toUrl : 'URL', // MISSING - toAnchor : 'AncorÄ Ã®n aceastÄ paginÄ', - toEmail : 'E-Mail', - targetFrame : '<frame>', - targetPopup : '<fereastra popup>', - targetFrameName : 'Numele frame-ului Å£intÄ', - targetPopupName : 'Numele ferestrei popup', - popupFeatures : 'ProprietÄÅ£ile ferestrei popup', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'Bara de status', - popupLocationBar: 'Bara de locaÅ£ie', - popupToolbar : 'Bara de opÅ£iuni', - popupMenuBar : 'Bara de meniu', - popupFullScreen : 'Tot ecranul (Full Screen)(IE)', - popupScrollBars : 'Scroll Bars', - popupDependent : 'Dependent (Netscape)', - popupLeft : 'PoziÅ£ia la stânga', - popupTop : 'PoziÅ£ia la dreapta', - id : 'Id', // MISSING - langDir : 'DirecÅ£ia cuvintelor', - langDirLTR : 'stânga-dreapta (LTR)', - langDirRTL : 'dreapta-stânga (RTL)', - acccessKey : 'Tasta de acces', - name : 'Nume', - langCode : 'DirecÅ£ia cuvintelor', - tabIndex : 'Indexul tabului', - advisoryTitle : 'Titlul consultativ', - advisoryContentType : 'Tipul consultativ al titlului', - cssClasses : 'Clasele cu stilul paginii (CSS)', - charset : 'Setul de caractere al resursei legate', - styles : 'Stil', - rel : 'Relationship', // MISSING - selectAnchor : 'SelectaÅ£i o ancorÄ', - anchorName : 'dupÄ numele ancorei', - anchorId : 'dupÄ Id-ul elementului', - emailAddress : 'AdresÄ de e-mail', - emailSubject : 'Subiectul mesajului', - emailBody : 'ConÅ£inutul mesajului', - noAnchors : '(Nicio ancorÄ disponibilÄ Ã®n document)', - noUrl : 'VÄ rugÄm sÄ scrieÅ£i URL-ul', - noEmail : 'VÄ rugÄm sÄ scrieÅ£i adresa de e-mail' - }, - - // Anchor dialog - anchor : - { - toolbar : 'InsereazÄ/EditeazÄ ancorÄ', - menu : 'ProprietÄÅ£i ancorÄ', - title : 'ProprietÄÅ£i ancorÄ', - name : 'Numele ancorei', - errorName : 'VÄ rugÄm scrieÅ£i numele ancorei', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'GÄseÅte Åi înlocuieÅte', - find : 'GÄseÅte', - replace : 'ÃnlocuieÅte', - findWhat : 'GÄseÅte:', - replaceWith : 'ÃnlocuieÅte cu:', - notFoundMsg : 'Textul specificat nu a fost gÄsit.', - matchCase : 'DeosebeÅte majuscule de minuscule (Match case)', - matchWord : 'Doar cuvintele întregi', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'ÃnlocuieÅte tot', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'Tabel', - title : 'ProprietÄÅ£ile tabelului', - menu : 'ProprietÄÅ£ile tabelului', - deleteTable : 'Återge tabel', - rows : 'Linii', - columns : 'Coloane', - border : 'MÄrimea marginii', - widthPx : 'pixeli', - widthPc : 'procente', - widthUnit : 'width unit', // MISSING - cellSpace : 'SpaÅ£iu între celule', - cellPad : 'SpaÅ£iu în cadrul celulei', - caption : 'Titlu (Caption)', - summary : 'Rezumat', - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'CelulÄ', - insertBefore : 'InsereazÄ celulÄ Ã®nainte', - insertAfter : 'InsereazÄ celulÄ dupÄ', - deleteCell : 'Återge celule', - merge : 'UneÅte celule', - mergeRight : 'UneÅte la dreapta', - mergeDown : 'UneÅte jos', - splitHorizontal : 'Ãmparte celula pe orizontalÄ', - splitVertical : 'Ãmparte celula pe verticalÄ', - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Linie', - insertBefore : 'InsereazÄ linie înainte', - insertAfter : 'InsereazÄ linie dupÄ', - deleteRow : 'Återge linii' - }, - - column : - { - menu : 'ColoanÄ', - insertBefore : 'InsereazÄ coloanÄ Ã®nainte', - insertAfter : 'InsereazÄ coloanÄ dupÄ', - deleteColumn : 'Återge celule' - } - }, - - // Button Dialog. - button : - { - title : 'ProprietÄÅ£i buton', - text : 'Text (Valoare)', - type : 'Tip', - typeBtn : 'Button', - typeSbm : 'Submit', - typeRst : 'Reset' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'ProprietÄÅ£i bifÄ (Checkbox)', - radioTitle : 'ProprietÄÅ£i buton radio (Radio Button)', - value : 'Valoare', - selected : 'Selectat' - }, - - // Form Dialog. - form : - { - title : 'ProprietÄÅ£i formular (Form)', - menu : 'ProprietÄÅ£i formular (Form)', - action : 'AcÅ£iune', - method : 'MetodÄ', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'ProprietÄÅ£i câmp selecÅ£ie (Selection Field)', - selectInfo : 'InformaÅ£ii', - opAvail : 'OpÅ£iuni disponibile', - value : 'Valoare', - size : 'MÄrime', - lines : 'linii', - chkMulti : 'Permite selecÅ£ii multiple', - opText : 'Text', - opValue : 'Valoare', - btnAdd : 'AdaugÄ', - btnModify : 'ModificÄ', - btnUp : 'Sus', - btnDown : 'Jos', - btnSetValue : 'SeteazÄ ca valoare selectatÄ', - btnDelete : 'Återge' - }, - - // Textarea Dialog. - textarea : - { - title : 'ProprietÄÅ£i suprafaÅ£Ä text (Textarea)', - cols : 'Coloane', - rows : 'Linii' - }, - - // Text Field Dialog. - textfield : - { - title : 'ProprietÄÅ£i câmp text (Text Field)', - name : 'Nume', - value : 'Valoare', - charWidth : 'LÄrgimea caracterului', - maxChars : 'Caractere maxime', - type : 'Tip', - typeText : 'Text', - typePass : 'ParolÄ' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'ProprietÄÅ£i câmp ascuns (Hidden Field)', - name : 'Nume', - value : 'Valoare' - }, - - // Image Dialog. - image : - { - title : 'ProprietÄÅ£ile imaginii', - titleButton : 'ProprietÄÅ£i buton imagine (Image Button)', - menu : 'ProprietÄÅ£ile imaginii', - infoTab : 'InformaÅ£ii despre imagine', - btnUpload : 'Trimite la server', - upload : 'ÃncarcÄ', - alt : 'Text alternativ', - lockRatio : 'PÄstreazÄ proporÅ£iile', - resetSize : 'ReseteazÄ mÄrimea', - border : 'Margine', - hSpace : 'HSpace', - vSpace : 'VSpace', - alertUrl : 'VÄ rugÄm sÄ scrieÅ£i URL-ul imaginii', - linkTab : 'Link (LegÄturÄ web)', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'ProprietÄÅ£ile flash-ului', - propertiesTab : 'Properties', // MISSING - title : 'ProprietÄÅ£ile flash-ului', - chkPlay : 'RuleazÄ automat', - chkLoop : 'RepetÄ (Loop)', - chkMenu : 'ActiveazÄ meniul flash', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'ScalÄ', - scaleAll : 'AratÄ tot', - scaleNoBorder : 'FÄrÄ margini (No border)', - scaleFit : 'PotriveÅte', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Jos absolut (Abs Bottom)', - alignAbsMiddle : 'Mijloc absolut (Abs Middle)', - alignBaseline : 'Linia de jos (Baseline)', - alignTextTop : 'Text sus', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Coloarea fundalului', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'VÄ rugÄm sÄ scrieÅ£i URL-ul', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'VerificÄ text', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'Nu e în dicÅ£ionar', - changeTo : 'SchimbÄ Ã®n', - btnIgnore : 'IgnorÄ', - btnIgnoreAll : 'IgnorÄ toate', - btnReplace : 'ÃnlocuieÅte', - btnReplaceAll : 'ÃnlocuieÅte tot', - btnUndo : 'Starea anterioarÄ (undo)', - noSuggestions : '- FÄrÄ sugestii -', - progress : 'Verificarea textului în desfÄÅurare...', - noMispell : 'Verificarea textului terminatÄ: Nicio greÅealÄ gÄsitÄ', - noChanges : 'Verificarea textului terminatÄ: Niciun cuvânt modificat', - oneChange : 'Verificarea textului terminatÄ: Un cuvânt modificat', - manyChanges : 'Verificarea textului terminatÄ: 1% cuvinte modificate', - ieSpellDownload : 'Unealta pentru verificat textul (Spell checker) neinstalatÄ. DoriÅ£i sÄ o descÄrcaÅ£i acum?' - }, - - smiley : - { - toolbar : 'FigurÄ expresivÄ (Emoticon)', - title : 'InsereazÄ o figurÄ expresivÄ (Emoticon)', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'ListÄ numerotatÄ', - bulletedlist : 'ListÄ cu puncte', - indent : 'CreÅte indentarea', - outdent : 'Scade indentarea', - - justify : - { - left : 'Aliniere la stânga', - center : 'Aliniere centralÄ', - right : 'Aliniere la dreapta', - block : 'Aliniere în bloc (Block Justify)' - }, - - blockquote : 'Citat', - - clipboard : - { - title : 'AdaugÄ', - cutError : 'SetÄrile de securitate ale navigatorului (browser) pe care îl folosiÅ£i nu permit editorului sÄ execute automat operaÅ£iunea de tÄiere. VÄ rugÄm folosiÅ£i tastatura (Ctrl/Cmd+X).', - copyError : 'SetÄrile de securitate ale navigatorului (browser) pe care îl folosiÅ£i nu permit editorului sÄ execute automat operaÅ£iunea de copiere. VÄ rugÄm folosiÅ£i tastatura (Ctrl/Cmd+C).', - pasteMsg : 'VÄ rugÄm adÄugaÅ£i în cÄsuÅ£a urmÄtoare folosind tastatura (<STRONG>Ctrl/Cmd+V</STRONG>) Åi apÄsaÅ£i <STRONG>OK</STRONG>.', - securityMsg : 'Din cauza setÄrilor de securitate ale programului dvs. cu care navigaÅ£i pe internet (browser), editorul nu poate accesa direct datele din clipboard. Va trebui sÄ adÄugaÅ£i din nou datele în aceastÄ fereastrÄ.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'AdaugÄ din Word', - title : 'AdaugÄ din Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'AdaugÄ ca text simplu (Plain Text)', - title : 'AdaugÄ ca text simplu (Plain Text)' - }, - - templates : - { - button : 'Template-uri (Åabloane)', - title : 'Template-uri (Åabloane) de conÅ£inut', - options : 'Template Options', // MISSING - insertOption : 'ÃnlocuieÅte cuprinsul actual', - selectPromptMsg : 'VÄ rugÄm selectaÅ£i template-ul (Åablonul) ce se va deschide în editor<br>(conÅ£inutul actual va fi pierdut):', - emptyListMsg : '(Niciun template (Åablon) definit)' - }, - - showBlocks : 'AratÄ blocurile', - - stylesCombo : - { - label : 'Stil', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'Formatare', - panelTitle : 'Formatare', - - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - 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_div : 'Normal (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Font', - voiceLabel : 'Font', // MISSING - panelTitle : 'Font' - }, - - fontSize : - { - label : 'MÄrime', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'MÄrime' - }, - - colorButton : - { - textColorTitle : 'Culoarea textului', - bgColorTitle : 'Coloarea fundalului', - panelTitle : 'Colors', // MISSING - auto : 'Automatic', - more : 'Mai multe culori...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'ProprietÄÅ£ile documentului', - title : 'ProprietÄÅ£ile documentului', - design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING - chooseColor : 'Choose', // MISSING - other : '<alt>', - docTitle : 'Titlul paginii', - charset : 'Encoding setului de caractere', - charsetOther : 'Alt encoding al setului de caractere', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinezesc tradiÅ£ional (Big5)', - charsetCR : 'Chirilic', - charsetGR : 'Grecesc', - charsetJP : 'Japonez', - charsetKR : 'Corean', - charsetTR : 'Turcesc', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Vest european', - docType : 'Document Type Heading', // MISSING - docTypeOther : 'Alt Document Type Heading', - xhtmlDec : 'Include declaraÅ£ii XHTML', - bgColor : 'Culoarea fundalului (Background Color)', - bgImage : 'URL-ul imaginii din fundal (Background Image URL)', - bgFixed : 'Fundal neflotant, fix (Non-scrolling Background)', - txtColor : 'Culoarea textului', - margin : 'Marginile paginii', - marginTop : 'Sus', - marginLeft : 'Stânga', - marginRight : 'Dreapta', - marginBottom : 'Jos', - metaKeywords : 'Cuvinte cheie dupÄ care se va indexa documentul (separate prin virgulÄ)', - metaDescription : 'Descrierea documentului', - metaAuthor : 'Autor', - metaCopyright : 'Drepturi de autor', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/ru.js b/skins/ckeditor/_source/lang/ru.js deleted file mode 100644 index 5a947a6..0000000 --- a/skins/ckeditor/_source/lang/ru.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Russian language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['ru'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'ÐÑÑоÑник', - newPage : 'ÐÐ¾Ð²Ð°Ñ ÑÑÑаниÑа', - save : 'Ð¡Ð¾Ñ ÑаниÑÑ', - preview : 'ÐÑедваÑиÑелÑнÑй пÑоÑмоÑÑ', - cut : 'ÐÑÑезаÑÑ', - copy : 'ÐопиÑоваÑÑ', - paste : 'ÐÑÑавиÑÑ', - print : 'ÐеÑаÑÑ', - underline : 'ÐодÑеÑкнÑÑÑй', - bold : 'ÐиÑнÑй', - italic : 'ÐÑÑÑив', - selectAll : 'ÐÑделиÑÑ Ð²Ñе', - removeFormat : 'УбÑаÑÑ ÑоÑмаÑиÑование', - strike : 'ÐаÑеÑкнÑÑÑй', - subscript : 'ÐодÑÑÑоÑнÑй индекÑ', - superscript : 'ÐадÑÑÑоÑнÑй индекÑ', - horizontalrule : 'ÐÑÑавиÑÑ Ð³Ð¾ÑизонÑалÑнÑÑ Ð»Ð¸Ð½Ð¸Ñ', - pagebreak : 'ÐÑÑавиÑÑ ÑазÑÑв ÑÑÑаниÑÑ', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'УбÑаÑÑ ÑÑÑлкÑ', - undo : 'ÐÑмениÑÑ', - redo : 'ÐовÑоÑиÑÑ', - - // Common messages and labels. - common : - { - browseServer : 'ÐÑоÑмоÑÑеÑÑ Ð½Ð° ÑеÑвеÑе', - url : 'URL', - protocol : 'ÐÑоÑокол', - upload : 'ÐакаÑаÑÑ', - uploadSubmit : 'ÐоÑлаÑÑ Ð½Ð° ÑеÑвеÑ', - image : 'ÐзобÑажение', - flash : 'Flash', - form : 'ФоÑма', - checkbox : 'Ð¤Ð»Ð°Ð³Ð¾Ð²Ð°Ñ ÐºÐ½Ð¾Ð¿ÐºÐ°', - radio : 'Ðнопка вÑбоÑа', - textField : 'ТекÑÑовое поле', - textarea : 'ТекÑÑÐ¾Ð²Ð°Ñ Ð¾Ð±Ð»Ð°ÑÑÑ', - hiddenField : 'СкÑÑÑое поле', - button : 'Ðнопка', - select : 'СпиÑок', - imageButton : 'Ðнопка Ñ Ð¸Ð·Ð¾Ð±Ñажением', - notSet : '<не опÑеделено>', - id : 'ÐденÑиÑикаÑоÑ', - name : 'ÐмÑ', - langDir : 'ÐапÑавление ÑзÑка', - langDirLtr : 'Слева на пÑаво (LTR)', - langDirRtl : 'СпÑава на лево (RTL)', - langCode : 'ЯзÑк', - longDescr : 'Ðлинное опиÑание URL', - cssClass : 'ÐлаÑÑ CSS', - advisoryTitle : 'Ðаголовок', - cssStyle : 'СÑÐ¸Ð»Ñ CSS', - ok : 'ÐÐ', - cancel : 'ÐÑмена', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'ÐнÑоÑмаÑиÑ', - advancedTab : 'РаÑÑиÑеннÑй', - validateNumberFailed : 'ÐÑо знаÑение не ÑвлÑеÑÑÑ ÑиÑлом.', - confirmNewPage : 'ÐÑе неÑÐ¾Ñ ÑаненнÑе Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð±ÑдÑÑ ÑÑеÑÑнÑ. ÐÑ ÑвеÑенÑ, ÑÑо Ñ Ð¾ÑиÑе пеÑейÑи на дÑÑгÑÑ ÑÑÑаниÑÑ?', - confirmCancel : 'ÐекоÑоÑÑе опÑии бÑли измененÑ. ÐÑ ÑвеÑенÑ, ÑÑо Ñ Ð¾ÑиÑе закÑÑÑÑ Ð´Ð¸Ð°Ð»Ð¾Ð³?', - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'ШиÑина', - height : 'ÐÑÑоÑа', - align : 'ÐÑÑавнивание', - alignLeft : 'Ðо Ð»ÐµÐ²Ð¾Ð¼Ñ ÐºÑаÑ', - alignRight : 'Ðо пÑÐ°Ð²Ð¾Ð¼Ñ ÐºÑаÑ', - alignCenter : 'Ðо ÑенÑÑÑ', - alignTop : 'Ðо веÑÑ Ñ', - alignMiddle : 'ÐоÑеÑедине', - alignBottom : 'ÐонизÑ', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, недоÑÑÑпно</span>' - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'ÐÑÑавиÑÑ ÑпеÑиалÑнÑй Ñимвол', - title : 'ÐÑбеÑиÑе ÑпеÑиалÑнÑй Ñимвол', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'ÐÑÑавиÑÑ/РедакÑиÑоваÑÑ ÑÑÑлкÑ', - other : '<дÑÑгой>', - menu : 'ÐÑÑавиÑÑ ÑÑÑлкÑ', - title : 'СÑÑлка', - info : 'ÐнÑоÑмаÑÐ¸Ñ ÑÑÑлки', - target : 'ЦелÑ', - upload : 'ÐакаÑаÑÑ', - advanced : 'РаÑÑиÑеннÑй', - type : 'Тип ÑÑÑлки', - toUrl : 'URL', // MISSING - toAnchor : 'ЯкоÑÑ Ð½Ð° ÑÑÑ ÑÑÑаниÑÑ', - toEmail : 'Ðл. поÑÑа', - targetFrame : '<ÑÑейм>', - targetPopup : '<вÑплÑваÑÑее окно>', - targetFrameName : 'ÐÐ¼Ñ Ñелевого ÑÑейма', - targetPopupName : 'ÐÐ¼Ñ Ð²ÑплÑваÑÑего окна', - popupFeatures : 'СвойÑÑва вÑплÑваÑÑего окна', - popupResizable : 'ÐзменÑемÑй ÑазмеÑ', - popupStatusBar : 'СÑÑока ÑоÑÑоÑниÑ', - popupLocationBar: 'ÐÐ°Ð½ÐµÐ»Ñ Ð»Ð¾ÐºÐ°Ñии', - popupToolbar : 'ÐÐ°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов', - popupMenuBar : 'ÐÐ°Ð½ÐµÐ»Ñ Ð¼ÐµÐ½Ñ', - popupFullScreen : 'ÐолнÑй ÑкÑан (IE)', - popupScrollBars : 'ÐолоÑÑ Ð¿ÑокÑÑÑки', - popupDependent : 'ÐавиÑимÑй (Netscape)', - popupLeft : 'ÐозиÑÐ¸Ñ Ñлева', - popupTop : 'ÐозиÑÐ¸Ñ ÑвеÑÑ Ñ', - id : 'Id', - langDir : 'ÐапÑавление ÑзÑка', - langDirLTR : 'Слева напÑаво (LTR)', - langDirRTL : 'СпÑава налево (RTL)', - acccessKey : 'ÐоÑÑÑÐ°Ñ ÐºÐ»Ð°Ð²Ð¸Ñа', - name : 'ÐмÑ', - langCode : 'Ðод ÑзÑка', - tabIndex : 'ÐоÑледоваÑелÑноÑÑÑ Ð¿ÐµÑÐµÑ Ð¾Ð´Ð°', - advisoryTitle : 'Ðаголовок', - advisoryContentType : 'Тип ÑодеÑжимого', - cssClasses : 'ÐлаÑÑ CSS', - charset : 'ÐодиÑовка', - styles : 'СÑÐ¸Ð»Ñ CSS', - rel : 'Relationship', // MISSING - selectAnchor : 'ÐÑбеÑиÑе ÑкоÑÑ', - anchorName : 'Ðо имени ÑкоÑÑ', - anchorId : 'Ðо иденÑиÑикаÑоÑÑ ÑлеменÑа', - emailAddress : 'ÐдÑÐµÑ Ñл. поÑÑÑ', - emailSubject : 'Ðаголовок ÑообÑениÑ', - emailBody : 'Тело ÑообÑениÑ', - noAnchors : '(ÐÐµÑ ÑкоÑей доÑÑÑпнÑÑ Ð² ÑÑом докÑменÑе)', - noUrl : 'ÐожалÑйÑÑа, введиÑе URL ÑÑÑлки', - noEmail : 'ÐожалÑйÑÑа, введиÑе адÑÐµÑ Ñл. поÑÑÑ' - }, - - // Anchor dialog - anchor : - { - toolbar : 'ÐÑÑавиÑÑ/РедакÑиÑоваÑÑ ÑкоÑÑ', - menu : 'СвойÑÑва ÑкоÑÑ', - title : 'СвойÑÑва ÑкоÑÑ', - name : 'ÐÐ¼Ñ ÑкоÑÑ', - errorName : 'ÐожалÑйÑÑа, введиÑе Ð¸Ð¼Ñ ÑкоÑÑ', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'ÐайÑи и замениÑÑ', - find : 'ÐайÑи', - replace : 'ÐамениÑÑ', - findWhat : 'ÐайÑи:', - replaceWith : 'ÐамениÑÑ Ð½Ð°:', - notFoundMsg : 'УказаннÑй ÑекÑÑ Ð½Ðµ найден.', - matchCase : 'УÑиÑÑваÑÑ ÑегиÑÑÑ', - matchWord : 'ТолÑко Ñлово Ñеликом', - matchCyclic : 'ÐаÑинаÑÑ Ñ Ð½Ð°Ñала поÑле доÑÑÐ¸Ð¶ÐµÐ½Ð¸Ñ ÐºÐ¾Ð½Ñа', - replaceAll : 'ÐамениÑÑ Ð²Ñе', - replaceSuccessMsg : '%1 Ñовпадение(й) заменено.' - }, - - // Table Dialog - table : - { - toolbar : 'ТаблиÑа', - title : 'СвойÑÑва ÑаблиÑÑ', - menu : 'СвойÑÑва ÑаблиÑÑ', - deleteTable : 'УдалиÑÑ ÑаблиÑÑ', - rows : 'СÑÑоки', - columns : 'Ðолонки', - border : 'Ð Ð°Ð·Ð¼ÐµÑ Ð±Ð¾ÑдÑÑа', - widthPx : 'пикÑелей', - widthPc : 'пÑоÑенÑов', - widthUnit : 'width unit', // MISSING - cellSpace : 'ÐÑомежÑÑок (spacing)', - cellPad : 'ÐÑÑÑÑп (padding)', - caption : 'Ðаголовок', - summary : 'РезÑме', - headers : 'Ðаголовки', - headersNone : 'ÐеÑ', - headersColumn : 'ÐеÑвÑй ÑÑолбеÑ', - headersRow : 'ÐеÑÐ²Ð°Ñ ÑÑÑока', - headersBoth : 'Ðба ваÑианÑа', - invalidRows : 'ЧиÑло ÑÑÑок должно бÑÑÑ Ð±Ð¾Ð»ÑÑе 0.', - invalidCols : 'ЧиÑло ÑÑолбÑов должно бÑÑÑ Ð±Ð¾Ð»ÑÑе 0.', - invalidBorder : 'ШиÑина боÑдÑÑа должна бÑÑÑ ÑиÑлом.', - invalidWidth : 'ШиÑина ÑаблиÑÑ Ð´Ð¾Ð»Ð¶Ð½Ð° бÑÑÑ ÑиÑлом.', - invalidHeight : 'ÐÑÑоÑа ÑаблиÑÑ Ð´Ð¾Ð»Ð¶Ð½Ð° бÑÑÑ ÑиÑлом.', - invalidCellSpacing : 'Ð Ð°Ð·Ð¼ÐµÑ Ð¿ÑомежÑÑков (cellspacing) Ð¼ÐµÐ¶Ð´Ñ ÑÑейками Ð´Ð¾Ð»Ð¶Ð½Ñ Ð±ÑÑÑ ÑиÑлом.', - invalidCellPadding : 'ÐÑÑÑÑÐ¿Ñ Ð²Ð½ÑÑÑи ÑÑеек (cellpadding) Ð´Ð¾Ð»Ð¶Ð½Ñ Ð±ÑÑÑ ÑиÑлом.', - - cell : - { - menu : 'ЯÑейка', - insertBefore : 'ÐÑÑавиÑÑ ÑÑÐµÐ¹ÐºÑ Ð´Ð¾', - insertAfter : 'ÐÑÑавиÑÑ ÑÑÐµÐ¹ÐºÑ Ð¿Ð¾Ñле', - deleteCell : 'УдалиÑÑ ÑÑейки', - merge : 'ÐбÑединиÑÑ ÑÑейки', - mergeRight : 'ÐбÑединиÑÑ Ñ Ð¿Ñавой', - mergeDown : 'ÐбÑединиÑÑ Ñ Ð½Ð¸Ð¶Ð½ÐµÐ¹', - splitHorizontal : 'РазбиÑÑ ÑÑÐµÐ¹ÐºÑ Ð³Ð¾ÑизонÑалÑно', - splitVertical : 'РазбиÑÑ ÑÑÐµÐ¹ÐºÑ Ð²ÐµÑÑикалÑно', - title : 'СвойÑÑва ÑÑейки', - cellType : 'Тип ÑÑейки', - rowSpan : 'Rows Span', - colSpan : 'Columns Span', - wordWrap : 'ÐеÑÐµÐ½Ð¾Ñ Ð¿Ð¾ Ñловам', - hAlign : 'ÐÑÑавнивание по гоÑизонÑали', - vAlign : 'ÐÑÑавнивание по веÑÑикали', - alignBaseline : 'Ðо базовой линии', - bgColor : 'Ð¦Ð²ÐµÑ Ñона', - borderColor : 'Ð¦Ð²ÐµÑ Ð³ÑаниÑÑ', - data : 'ÐаннÑе', - header : 'Ðаголовок', - yes : 'Ðа', - no : 'ÐеÑ', - invalidWidth : 'ШиÑина ÑÑейки должна бÑÑÑ ÑиÑлом.', - invalidHeight : 'ÐÑÑоÑа ÑÑейки должна бÑÑÑ ÑиÑлом.', - invalidRowSpan : 'Rows span must be a whole number.', - invalidColSpan : 'Columns span must be a whole number.', - chooseColor : 'ÐÑбеÑиÑе' - }, - - row : - { - menu : 'СÑÑока', - insertBefore : 'ÐÑÑавиÑÑ ÑÑÑÐ¾ÐºÑ Ð´Ð¾', - insertAfter : 'ÐÑÑавиÑÑ ÑÑÑÐ¾ÐºÑ Ð¿Ð¾Ñле', - deleteRow : 'УдалиÑÑ ÑÑÑоки' - }, - - column : - { - menu : 'Ðолонка', - insertBefore : 'ÐÑÑавиÑÑ ÐºÐ¾Ð»Ð¾Ð½ÐºÑ Ð´Ð¾', - insertAfter : 'ÐÑÑавиÑÑ ÐºÐ¾Ð»Ð¾Ð½ÐºÑ Ð¿Ð¾Ñле', - deleteColumn : 'УдалиÑÑ ÐºÐ¾Ð»Ð¾Ð½ÐºÐ¸' - } - }, - - // Button Dialog. - button : - { - title : 'СвойÑÑва кнопки', - text : 'ТекÑÑ (ÐнаÑение)', - type : 'Тип', - typeBtn : 'Ðнопка', - typeSbm : 'ÐÑпÑавиÑÑ', - typeRst : 'СбÑоÑиÑÑ' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'СвойÑÑва Ñлаговой кнопки', - radioTitle : 'СвойÑÑва кнопки вÑбоÑа', - value : 'ÐнаÑение', - selected : 'ÐÑбÑаннаÑ' - }, - - // Form Dialog. - form : - { - title : 'СвойÑÑва ÑоÑмÑ', - menu : 'СвойÑÑва ÑоÑмÑ', - action : 'ÐейÑÑвие', - method : 'ÐеÑод', - encoding : 'ÐодиÑовка' - }, - - // Select Field Dialog. - select : - { - title : 'СвойÑÑва ÑпиÑка', - selectInfo : 'ÐнÑоÑмаÑиÑ', - opAvail : 'ÐоÑÑÑпнÑе ваÑианÑÑ', - value : 'ÐнаÑение', - size : 'РазмеÑ', - lines : 'линии', - chkMulti : 'РазÑеÑиÑÑ Ð¼Ð½Ð¾Ð¶ÐµÑÑвеннÑй вÑбоÑ', - opText : 'ТекÑÑ', - opValue : 'ÐнаÑение', - btnAdd : 'ÐобавиÑÑ', - btnModify : 'ÐодиÑиÑиÑоваÑÑ', - btnUp : 'ÐвеÑÑ ', - btnDown : 'Ðниз', - btnSetValue : 'УÑÑановиÑÑ ÐºÐ°Ðº вÑбÑанное знаÑение', - btnDelete : 'УдалиÑÑ' - }, - - // Textarea Dialog. - textarea : - { - title : 'СвойÑÑва ÑекÑÑовой облаÑÑи', - cols : 'Ðолонки', - rows : 'СÑÑоки' - }, - - // Text Field Dialog. - textfield : - { - title : 'СвойÑÑва ÑекÑÑового полÑ', - name : 'ÐмÑ', - value : 'ÐнаÑение', - charWidth : 'ШиÑина', - maxChars : 'ÐакÑ. кол-во Ñимволов', - type : 'Тип', - typeText : 'ТекÑÑ', - typePass : 'ÐаÑолÑ' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'СвойÑÑва ÑкÑÑÑого полÑ', - name : 'ÐмÑ', - value : 'ÐнаÑение' - }, - - // Image Dialog. - image : - { - title : 'СвойÑÑва изобÑажениÑ', - titleButton : 'СвойÑÑва кнопки Ñ Ð¸Ð·Ð¾Ð±Ñажением', - menu : 'СвойÑÑва изобÑажениÑ', - infoTab : 'ÐнÑоÑмаÑÐ¸Ñ Ð¾ изобÑажении', - btnUpload : 'ÐÑпÑавиÑÑ Ð½Ð° ÑеÑвеÑ', - upload : 'ÐакаÑаÑÑ', - alt : 'ÐлÑÑеÑнаÑивнÑй ÑекÑÑ', - lockRatio : 'Ð¡Ð¾Ñ ÑанÑÑÑ Ð¿ÑопоÑÑии', - resetSize : 'СбÑоÑиÑÑ ÑазмеÑ', - border : 'ÐоÑдÑÑ', - hSpace : 'ÐоÑизонÑалÑнÑй оÑÑÑÑп', - vSpace : 'ÐеÑÑикалÑнÑй оÑÑÑÑп', - alertUrl : 'ÐожалÑйÑÑа, введиÑе URL изобÑажениÑ', - linkTab : 'СÑÑлка', - button2Img : 'Do you want to transform the selected image button on a simple image?', - img2Button : 'Do you want to transform the selected image on a image button?', - urlMissing : 'ÐÑÑÑÑÑÑвÑÐµÑ URL каÑÑинки.', - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'СвойÑÑва Flash', - propertiesTab : 'СвойÑÑва', - title : 'СвойÑÑва Flash', - chkPlay : 'ÐвÑо пÑоигÑÑвание', - chkLoop : 'ÐовÑоÑ', - chkMenu : 'ÐклÑÑиÑÑ Ð¼ÐµÐ½Ñ Flash', - chkFull : 'ÑазÑеÑиÑÑ Ð¿Ð¾Ð»Ð½Ð¾ÑкÑаннÑй Ñежим', - scale : 'ÐаÑÑÑабиÑоваÑÑ', - scaleAll : 'ÐоказÑваÑÑ Ð²Ñе', - scaleNoBorder : 'Ðез боÑдÑÑа', - scaleFit : 'ТоÑное Ñовпадение', - access : 'ÐблаÑÑÑ Ð´Ð¾ÑÑÑпа ÑкÑипÑа', - accessAlways : 'ÐÑегда', - accessSameDomain: 'Ð¢Ð¾Ñ Ð¶Ðµ домен', - accessNever : 'Ðикогда', - alignAbsBottom : 'ÐÐ±Ñ Ð¿Ð¾Ð½Ð¸Ð·Ñ', - alignAbsMiddle : 'ÐÐ±Ñ Ð¿Ð¾ÑеÑедине', - alignBaseline : 'Ðо базовой линии', - alignTextTop : 'ТекÑÑ Ð½Ð°Ð²ÐµÑÑ Ñ', - quality : 'ÐаÑеÑÑво', - qualityBest : 'ÐÑÑÑее', - qualityHigh : 'ÐÑÑокое', - qualityAutoHigh : 'ÐÑÑокое (авÑо)', - qualityMedium : 'СÑеднее', - qualityAutoLow : 'Ðизкое (авÑо)', - qualityLow : 'Ðизкое', - windowModeWindow: 'Ðкно', - windowModeOpaque: 'ÐепÑозÑаÑнÑй', - windowModeTransparent : 'ÐÑозÑаÑнÑй', - windowMode : 'ÐконнÑй Ñежим', - flashvars : 'ÐеÑеменнÑе Ð´Ð»Ñ Flash', - bgcolor : 'Ð¦Ð²ÐµÑ Ñона', - hSpace : 'ÐоÑизонÑалÑнÑй оÑÑÑÑп', - vSpace : 'ÐеÑÑикалÑнÑй оÑÑÑÑп', - validateSrc : 'ÐожалÑйÑÑа, введиÑе URL ÑÑÑлки', - validateHSpace : 'ÐоÑизонÑалÑнÑй оÑÑÑÑп задаеÑÑÑ ÑиÑлом.', - validateVSpace : 'ÐеÑÑикалÑнÑй оÑÑÑÑп задаеÑÑÑ ÑиÑлом.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'ÐÑовеÑиÑÑ Ð¾ÑÑогÑаÑиÑ', - title : 'ÐÑовеÑка пÑавопиÑаниÑ', - notAvailable : 'ÐзвиниÑе, ÑеÑÐ²Ð¸Ñ ÑейÑÐ°Ñ Ð½ÐµÐ´Ð¾ÑÑÑпен.', - errorLoading : 'ÐÑибка пÑи загÑÑзке ÑлÑжебного Ñ Ð¾ÑÑа пÑиложениÑ: %s.', - notInDic : 'ÐÐµÑ Ð² ÑловаÑе', - changeTo : 'ÐамениÑÑ Ð½Ð°', - btnIgnore : 'ÐгноÑиÑоваÑÑ', - btnIgnoreAll : 'ÐгноÑиÑоваÑÑ Ð²Ñе', - btnReplace : 'ÐамениÑÑ', - btnReplaceAll : 'ÐамениÑÑ Ð²Ñе', - btnUndo : 'ÐÑмениÑÑ', - noSuggestions : '- ÐÐµÑ Ð¿Ñедположений -', - progress : 'ÐÐ´ÐµÑ Ð¿ÑовеÑка оÑÑогÑаÑии...', - noMispell : 'ÐÑовеÑка оÑÑогÑаÑии законÑена: оÑибок не найдено', - noChanges : 'ÐÑовеÑка оÑÑогÑаÑии законÑена: ни одного Ñлова не изменено', - oneChange : 'ÐÑовеÑка оÑÑогÑаÑии законÑена: одно Ñлово изменено', - manyChanges : 'ÐÑовеÑка оÑÑогÑаÑии законÑена: 1% Ñлов изменено', - ieSpellDownload : 'ÐодÑÐ»Ñ Ð¿ÑовеÑки оÑÑогÑаÑии не ÑÑÑановлен. ХоÑиÑе ÑкаÑаÑÑ ÐµÐ³Ð¾ ÑейÑаÑ?' - }, - - smiley : - { - toolbar : 'Смайлик', - title : 'ÐÑÑавиÑÑ Ñмайлик', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 ÑлеменÑ' - }, - - numberedlist : 'ÐÑмеÑованнÑй ÑпиÑок', - bulletedlist : 'ÐаÑкиÑованнÑй ÑпиÑок', - indent : 'УвелиÑиÑÑ Ð¾ÑÑÑÑп', - outdent : 'УменÑÑиÑÑ Ð¾ÑÑÑÑп', - - justify : - { - left : 'Ðо Ð»ÐµÐ²Ð¾Ð¼Ñ ÐºÑаÑ', - center : 'Ðо ÑенÑÑÑ', - right : 'Ðо пÑÐ°Ð²Ð¾Ð¼Ñ ÐºÑаÑ', - block : 'Ðо ÑиÑине' - }, - - blockquote : 'ЦиÑаÑа', - - clipboard : - { - title : 'ÐÑÑавиÑÑ', - cutError : 'ÐаÑÑÑойки безопаÑноÑÑи ваÑего бÑаÑзеÑа не позволÑÑÑ ÑедакÑоÑÑ Ð°Ð²ÑомаÑиÑеÑки вÑполнÑÑÑ Ð¾Ð¿ÐµÑаÑии вÑÑезаниÑ. ÐожалÑйÑÑа, иÑполÑзÑйÑе клавиаÑÑÑÑ Ð´Ð»Ñ ÑÑого (Ctrl/Cmd+X).', - copyError : 'ÐаÑÑÑойки безопаÑноÑÑи ваÑего бÑаÑзеÑа не позволÑÑÑ ÑедакÑоÑÑ Ð°Ð²ÑомаÑиÑеÑки вÑполнÑÑÑ Ð¾Ð¿ÐµÑаÑии копиÑованиÑ. ÐожалÑйÑÑа, иÑполÑзÑйÑе клавиаÑÑÑÑ Ð´Ð»Ñ ÑÑого (Ctrl/Cmd+C).', - pasteMsg : 'ÐожалÑйÑÑа, вÑÑавÑÑе ÑекÑÑ Ð² пÑÑмоÑголÑник, иÑполÑзÑÑ ÑоÑеÑание ÐºÐ»Ð°Ð²Ð¸Ñ (<STRONG>Ctrl/Cmd+V</STRONG>), и нажмиÑе <STRONG>OK</STRONG>.', - securityMsg : 'Ðо пÑиÑине наÑÑÑоек безопаÑноÑÑи бÑаÑзеÑа, ÑедакÑÐ¾Ñ Ð½Ðµ Ð¸Ð¼ÐµÐµÑ Ð´Ð¾ÑÑÑпа к даннÑм бÑÑеÑа обмена напÑÑмÑÑ. Ðам Ð½ÐµÐ¾Ð±Ñ Ð¾Ð´Ð¸Ð¼Ð¾ вÑÑавиÑÑ ÑекÑÑ Ñнова в ÑÑо окно.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'ТекÑÑ, коÑоÑÑй Ð²Ñ Ñ Ð¾ÑиÑе вÑÑавиÑÑ, Ð¿Ð¾Ñ Ð¾Ð¶ на копиÑÑемÑй из Word. ÐÑ Ñ Ð¾ÑиÑе оÑиÑÑиÑÑ ÐµÐ³Ð¾ пеÑед вÑÑавкой?', - toolbar : 'ÐÑÑавиÑÑ Ð¸Ð· Word', - title : 'ÐÑÑавиÑÑ Ð¸Ð· Word', - error : 'Ðевозможно оÑиÑÑиÑÑ Ð²ÑÑавленнÑе даннÑе из-за внÑÑÑенней оÑибки' - }, - - pasteText : - { - button : 'ÐÑÑавиÑÑ ÑолÑко ÑекÑÑ', - title : 'ÐÑÑавиÑÑ ÑолÑко ÑекÑÑ' - }, - - templates : - { - button : 'ШаблонÑ', - title : 'Ð¨Ð°Ð±Ð»Ð¾Ð½Ñ ÑодеÑжимого', - options : 'Template Options', // MISSING - insertOption : 'ÐамениÑÑ ÑекÑÑее ÑодеÑжание', - selectPromptMsg : 'ÐожалÑйÑÑа, вÑбеÑеÑе Ñаблон Ð´Ð»Ñ Ð¾ÑкÑÑÑÐ¸Ñ Ð² ÑедакÑоÑе<br>(ÑекÑÑее ÑодеÑжимое бÑÐ´ÐµÑ Ð¿Ð¾ÑеÑÑно):', - emptyListMsg : '(Ðи одного Ñаблона не опÑеделено)' - }, - - showBlocks : 'ÐоказаÑÑ Ð±Ð»Ð¾ÐºÐ¸', - - stylesCombo : - { - label : 'СÑилÑ', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', - panelTitle2 : 'Inline Styles', - panelTitle3 : 'СÑили обÑекÑа' - }, - - format : - { - label : 'ФоÑмаÑиÑование', - panelTitle : 'ФоÑмаÑиÑование', - - tag_p : 'ÐоÑмалÑнÑй', - tag_pre : 'ФоÑмаÑиÑованнÑй', - tag_address : 'ÐдÑеÑ', - tag_h1 : 'Ðаголовок 1', - tag_h2 : 'Ðаголовок 2', - tag_h3 : 'Ðаголовок 3', - tag_h4 : 'Ðаголовок 4', - tag_h5 : 'Ðаголовок 5', - tag_h6 : 'Ðаголовок 6', - tag_div : 'ÐоÑмалÑнÑй (DIV)' - }, - - div : - { - title : 'СоздаÑÑ Div-конÑейнеÑ', - toolbar : 'СоздаÑÑ Div-конÑейнеÑ', - cssClassInputLabel : 'ÐлаÑÑÑ ÑаблиÑÑ ÑÑилей', - styleSelectLabel : 'СÑилÑ', - IdInputLabel : 'Id', - languageCodeInputLabel : 'Ðод ÑзÑка', - inlineStyleInputLabel : 'ÐокалÑнÑй ÑÑилÑ', - advisoryTitleInputLabel : 'Advisory Title', - langDirLabel : 'ÐапÑавление пиÑÑма', - langDirLTRLabel : 'Слева напÑаво (LTR)', - langDirRTLLabel : 'СпÑава налево (RTL)', - edit : 'РедакÑиÑоваÑÑ Div', - remove : 'УбÑаÑÑ Div' - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'ШÑиÑÑ', - voiceLabel : 'ШÑиÑÑ', - panelTitle : 'ШÑиÑÑ' - }, - - fontSize : - { - label : 'РазмеÑ', - voiceLabel : 'Ð Ð°Ð·Ð¼ÐµÑ ÑÑиÑÑа', - panelTitle : 'РазмеÑ' - }, - - colorButton : - { - textColorTitle : 'Ð¦Ð²ÐµÑ ÑекÑÑа', - bgColorTitle : 'Ð¦Ð²ÐµÑ Ñона', - panelTitle : 'Colors', // MISSING - auto : 'ÐвÑомаÑиÑеÑкий', - more : 'ЦвеÑа...' - }, - - 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' : 'ÐелÑй' - }, - - scayt : - { - title : 'ÐÑовеÑка ÐÑÑогÑаÑии по ÐеÑе Ðвода', - opera_title : 'Not supported by Opera', // MISSING - enable : 'ÐклÑÑиÑÑ ÐÐÐÐ', - disable : 'ÐÑклÑÑиÑÑ ÐÐÐÐ', - about : 'Ð ÐÐÐÐ', - toggle : 'ÐеÑеклÑÑиÑÑ ÐÐÐÐ', - options : 'ÐаÑÑÑойки', - langs : 'ЯзÑки', - moreSuggestions : 'ÐолÑÑе ваÑианÑов', - ignore : 'ÐÑопÑÑÑиÑÑ', - ignoreAll : 'ÐÑопÑÑÑиÑÑ Ð²ÑÑ', - addWord : 'ÐобавиÑÑ Ñлово', - emptyDic : 'ÐÐ¼Ñ ÑловаÑÑ Ð´Ð¾Ð»Ð¶Ð½Ð¾ бÑÑÑ Ð½Ðµ пÑÑÑÑм.', - - optionsTab : 'ÐаÑÑÑойки', - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'ЯзÑки', - - dictionariesTab : 'СловаÑи', - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'Ð ÑловаÑÑÑ ' - }, - - about : - { - title : 'РпÑогÑамме CKEditor', - dlgTitle : 'РпÑогÑамме CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Ðо вопÑоÑам лиÑензиÑÐ¾Ð²Ð°Ð½Ð¸Ñ Ð¾Ð±ÑаÑайÑеÑÑ Ð½Ð° Ð½Ð°Ñ ÑайÑ:', - copy : 'Copyright © $1. ÐÑе пÑава заÑиÑенÑ.' - }, - - maximize : 'ÐакÑимизиÑоваÑÑ', - minimize : 'ÐинимизиÑоваÑÑ', - - fakeobjects : - { - anchor : 'ЯкоÑÑ', - flash : 'Flash-анимаÑиÑ', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'ÐеизвеÑÑнÑй обÑекÑ' - }, - - resize : 'ÐеÑеÑаÑиÑе Ð´Ð»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ ÑазмеÑа', - - colordialog : - { - title : 'ÐÑбеÑиÑе ÑвеÑ', - options : 'Color Options', // MISSING - highlight : 'ÐÑделиÑÑ', - selected : 'ÐÑбÑанное', - clear : 'ÐÑиÑÑиÑÑ' - }, - - toolbarCollapse : 'СвеÑнÑÑÑ Ð¿Ð°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов', - toolbarExpand : 'РазвеÑнÑÑÑ Ð¿Ð°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'СвойÑÑва докÑменÑа', - title : 'СвойÑÑва докÑменÑа', - design : 'Design', // MISSING - meta : 'ÐеÑа даннÑе', - chooseColor : 'ÐÑбеÑиÑе', - other : '<дÑÑгой>', - docTitle : 'Ðаголовок ÑÑÑаниÑÑ', - charset : 'ÐодиÑовка набоÑа Ñимволов', - charsetOther : 'ÐÑÑÐ³Ð°Ñ ÐºÐ¾Ð´Ð¸Ñовка набоÑа Ñимволов', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'ЦенÑÑалÑно-евÑопейÑкаÑ', - charsetCT : 'ÐиÑайÑÐºÐ°Ñ ÑÑадиÑÐ¸Ð¾Ð½Ð½Ð°Ñ (Big5)', - charsetCR : 'ÐиÑиллиÑа', - charsetGR : 'ÐÑеÑеÑкаÑ', - charsetJP : 'ЯпонÑкаÑ', - charsetKR : 'ÐоÑейÑкаÑ', - charsetTR : 'ТÑÑеÑкаÑ', - charsetUN : 'Юникод (UTF-8)', - charsetWE : 'Ðападно-евÑопейÑкаÑ', - docType : 'Ðаголовок Ñипа докÑменÑа', - docTypeOther : 'ÐÑÑгой заголовок Ñипа докÑменÑа', - xhtmlDec : 'ÐклÑÑиÑÑ XHTML обÑÑвлениÑ', - bgColor : 'Ð¦Ð²ÐµÑ Ñона', - bgImage : 'URL изобÑÐ°Ð¶ÐµÐ½Ð¸Ñ Ñона', - bgFixed : 'ÐеÑкÑоллиÑÑемÑй Ñон', - txtColor : 'Ð¦Ð²ÐµÑ ÑекÑÑа', - margin : 'ÐÑÑÑÑÐ¿Ñ ÑÑÑаниÑÑ', - marginTop : 'ÐеÑÑ Ð½Ð¸Ð¹', - marginLeft : 'ÐевÑй', - marginRight : 'ÐÑавÑй', - marginBottom : 'Ðижний', - metaKeywords : 'ÐлÑÑевÑе Ñлова докÑменÑа (ÑазделеннÑе запÑÑой)', - metaDescription : 'ÐпиÑание докÑменÑа', - metaAuthor : 'ÐвÑоÑ', - metaCopyright : 'ÐвÑоÑÑкие пÑава', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/sk.js b/skins/ckeditor/_source/lang/sk.js deleted file mode 100644 index a59f53b..0000000 --- a/skins/ckeditor/_source/lang/sk.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Slovak language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['sk'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, stlaÄte ALT 0 pre nápovedu.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Zdroj', - newPage : 'Nová stránka', - save : 'UložiÅ¥', - preview : 'Náhľad', - cut : 'Vystrihnúť', - copy : 'KopÃrovaÅ¥', - paste : 'VložiÅ¥', - print : 'TlaÄ', - underline : 'PodÄiarknuté', - bold : 'TuÄné', - italic : 'KurzÃva', - selectAll : 'VybraÅ¥ vÅ¡etko', - removeFormat : 'OdstrániÅ¥ formátovanie', - strike : 'PreÄiarknuté', - subscript : 'Dolný index', - superscript : 'Horný index', - horizontalrule : 'VložiÅ¥ vodorovnú Äiaru', - pagebreak : 'VložiÅ¥ oddeľovaÄ stránky', - pagebreakAlt : 'Zalomenie strany', - unlink : 'OdstrániÅ¥ odkaz', - undo : 'Späť', - redo : 'Znovu', - - // Common messages and labels. - common : - { - browseServer : 'PrechádzaÅ¥ server', - url : 'URL', - protocol : 'Protokol', - upload : 'OdoslaÅ¥', - uploadSubmit : 'OdoslaÅ¥ na server', - image : 'Obrázok', - flash : 'Flash', - form : 'Formulár', - checkbox : 'ZaÅ¡krtávacie polÃÄko', - radio : 'PrepÃnaÄ', - textField : 'Textové pole', - textarea : 'Textová oblasÅ¥', - hiddenField : 'Skryté pole', - button : 'TlaÄidlo', - select : 'Rozbaľovacà zoznam', - imageButton : 'Obrázkové tlaÄidlo', - notSet : '<nenastavené>', - id : 'Id', - name : 'Meno', - langDir : 'Orientácia jazyka', - langDirLtr : 'Zľava doprava (LTR)', - langDirRtl : 'Sprava doľava (RTL)', - langCode : 'Kód jazyka', - longDescr : 'Dlhý popis URL', - cssClass : 'Trieda Å¡týlu', - advisoryTitle : 'Pomocný titulok', - cssStyle : 'Å týl', - ok : 'OK', - cancel : 'ZruÅ¡iÅ¥', - close : 'Zatvorit', - preview : 'Náhľad', - generalTab : 'Hlavné', - advancedTab : 'RozÅ¡Ãrené', - validateNumberFailed : 'Hodnota nieje ÄÃ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 : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Å Ãrka', - height : 'Výška', - align : 'Zarovnanie', - alignLeft : 'Vľavo', - alignRight : 'Vpravo', - alignCenter : 'Na stred', - alignTop : 'Nahor', - alignMiddle : 'Na stred', - alignBottom : 'Dole', - invalidHeight : 'Výška musà byÅ¥ ÄÃslo.', - invalidWidth : 'Å Ãrka musà byÅ¥ ÄÃslo.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'VložiÅ¥ Å¡peciálne znaky', - title : 'Výber Å¡peciálneho znaku', - options : 'Možnosti Å¡pecÃalneho znaku' - }, - - // Link dialog. - link : - { - toolbar : 'VložiÅ¥/zmeniÅ¥ odkaz', - other : '<iný>', - menu : 'ZmeniÅ¥ odkaz', - title : 'Odkaz', - info : 'Informácie o odkaze', - target : 'Cieľ', - upload : 'OdoslaÅ¥', - advanced : 'RozÅ¡Ãrené', - type : 'Typ odkazu', - toUrl : 'URL', // MISSING - toAnchor : 'Kotva v tejto stránke', - toEmail : 'E-Mail', - targetFrame : '<rámec>', - targetPopup : '<vyskakovacie okno>', - targetFrameName : 'Meno rámu cieľa', - targetPopupName : 'Názov vyskakovacieho okna', - popupFeatures : 'Vlastnosti vyskakovacieho okna', - popupResizable : 'Meniteľná veľkosÅ¥', - popupStatusBar : 'Stavový riadok', - popupLocationBar: 'Panel umiestnenia', - popupToolbar : 'Panel nástrojov', - popupMenuBar : 'Panel ponuky', - popupFullScreen : 'Celá obrazovka (IE)', - popupScrollBars : 'PosuvnÃky', - popupDependent : 'ZávislosÅ¥ (Netscape)', - popupLeft : 'Ľavý okraj', - popupTop : 'Horný okraj', - id : 'Id', // MISSING - langDir : 'Orientácia jazyka', - langDirLTR : 'Zľava doprava (LTR)', - langDirRTL : 'Sprava doľava (RTL)', - acccessKey : 'PrÃstupový kľúÄ', - name : 'Meno', - langCode : 'Orientácia jazyka', - tabIndex : 'Poradie prvku', - advisoryTitle : 'Pomocný titulok', - advisoryContentType : 'Pomocný typ obsahu', - cssClasses : 'Trieda Å¡týlu', - charset : 'Priradená znaková sada', - styles : 'Å týl', - rel : 'Relationship', // MISSING - selectAnchor : 'VybraÅ¥ kotvu', - anchorName : 'Podľa mena kotvy', - anchorId : 'Podľa Id objektu', - emailAddress : 'E-Mailová adresa', - emailSubject : 'Predmet správy', - emailBody : 'Telo správy', - noAnchors : '(V stránke nie je definovaná žiadna kotva)', - noUrl : 'Zadajte prosÃm URL odkazu', - noEmail : 'Zadajte prosÃm e-mailovú adresu' - }, - - // Anchor dialog - anchor : - { - toolbar : 'VložiÅ¥/zmeniÅ¥ kotvu', - menu : 'Vlastnosti kotvy', - title : 'Vlastnosti kotvy', - name : 'Meno kotvy', - errorName : 'Zadajte prosÃm meno kotvy', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Vlastnosti ÄÃselného zoznamu', - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Druh', - start : 'ZaÄiatok', - validateStartNumber :'ZaÄiatoÄné ÄÃslo ÄÃselného zoznamu musà byÅ¥ celé ÄÃslo.', - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'NájsÅ¥ a nahradiÅ¥', - find : 'HľadaÅ¥', - replace : 'NahradiÅ¥', - findWhat : 'Äo hľadaÅ¥:', - replaceWith : 'ÄÃm nahradiÅ¥:', - notFoundMsg : 'Hľadaný text nebol nájdený.', - matchCase : 'RozliÅ¡ovaÅ¥ malé/veľké pÃsmená', - matchWord : 'Len celé slová', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'NahradiÅ¥ vÅ¡etko', - replaceSuccessMsg : '%1 výskyt(ov) nahradených.' - }, - - // Table Dialog - table : - { - toolbar : 'Tabuľka', - title : 'Vlastnosti tabuľky', - menu : 'Vlastnosti tabuľky', - deleteTable : 'VymazaÅ¥ tabuľku', - rows : 'Riadky', - columns : 'Stĺpce', - border : 'OhraniÄenie', - widthPx : 'pixelov', - widthPc : 'percent', - widthUnit : 'width unit', // MISSING - cellSpace : 'VzdialenosÅ¥ buniek', - cellPad : 'Odsadenie obsahu', - caption : 'Popis', - summary : 'Prehľad', - headers : 'HlaviÄka', - headersNone : 'Žiadne', - headersColumn : 'Prvý stĺpec', - headersRow : 'Prvý riadok', - headersBoth : 'Obe', - invalidRows : 'PoÄet riadkov musà byÅ¥ ÄÃslo väÄÅ¡ie ako 0.', - invalidCols : 'PoÄet stĺpcov musà byÅ¥ ÄÃslo väÄÅ¡ie ako 0.', - invalidBorder : 'Å irka rámu musà byÅ¥ celé ÄÃslo.', - invalidWidth : 'Å irka tabuľky musà byÅ¥ ÄÃslo.', - invalidHeight : 'Výška tabuľky musà byÅ¥ ÄÃslo.', - invalidCellSpacing : 'Medzera mädzi bunkami (spacing) musà byÅ¥ ÄÃslo.', - invalidCellPadding : 'Odsadenie v bunkách (padding) musà byÅ¥ ÄÃslo.', - - cell : - { - menu : 'Bunka', - insertBefore : 'VložiÅ¥ bunku pred', - insertAfter : 'VložiÅ¥ bunku za', - deleteCell : 'VymazaÅ¥ bunky', - merge : 'ZlúÄiÅ¥ bunky', - mergeRight : 'ZlúÄiÅ¥ doprava', - mergeDown : 'ZlúÄiÅ¥ dole', - splitHorizontal : 'RozdeliÅ¥ bunky horizontálne', - splitVertical : 'RozdeliÅ¥ bunky vertikálne', - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Riadok', - insertBefore : 'VložiÅ¥ riadok za', - insertAfter : 'VložiÅ¥ riadok pred', - deleteRow : 'VymazaÅ¥ riadok' - }, - - column : - { - menu : 'Stĺpec', - insertBefore : 'VložiÅ¥ stĺpec za', - insertAfter : 'VložiÅ¥ stĺpec pred', - deleteColumn : 'ZmazaÅ¥ stĺpec' - } - }, - - // Button Dialog. - button : - { - title : 'Vlastnosti tlaÄidla', - text : 'Text', - type : 'Typ', - typeBtn : 'TlaÄidlo', - typeSbm : 'OdoslaÅ¥', - typeRst : 'VymazaÅ¥' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Vlastnosti zaÅ¡krtávacieho polÃÄka', - radioTitle : 'Vlastnosti prepÃnaÄa', - value : 'Hodnota', - selected : 'Vybrané' - }, - - // Form Dialog. - form : - { - title : 'Vlastnosti formulára', - menu : 'Vlastnosti formulára', - action : 'Akcie', - method : 'Metóda', - encoding : 'Kódovanie' - }, - - // Select Field Dialog. - select : - { - title : 'Vlastnosti rozbaľovacieho zoznamu', - selectInfo : 'Info', - opAvail : 'Dostupné možnosti', - value : 'Hodnota', - size : 'VeľkosÅ¥', - lines : 'riadkov', - chkMulti : 'PovoliÅ¥ viacnásobný výber', - opText : 'Text', - opValue : 'Hodnota', - btnAdd : 'PridaÅ¥', - btnModify : 'ZmeniÅ¥', - btnUp : 'Hore', - btnDown : 'Dole', - btnSetValue : 'NastaviÅ¥ ako vybranú hodnotu', - btnDelete : 'ZmazaÅ¥' - }, - - // Textarea Dialog. - textarea : - { - title : 'Vlastnosti textovej oblasti', - cols : 'Stĺpce', - rows : 'Riadky' - }, - - // Text Field Dialog. - textfield : - { - title : 'Vlastnosti textového poľa', - name : 'Názov', - value : 'Hodnota', - charWidth : 'Å Ãrka pola (znakov)', - maxChars : 'Maximálny poÄet znakov', - type : 'Typ', - typeText : 'Text', - typePass : 'Heslo' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Vlastnosti skrytého poľa', - name : 'Názov', - value : 'Hodnota' - }, - - // Image Dialog. - image : - { - title : 'Vlastnosti obrázku', - titleButton : 'Vlastnosti obrázkového tlaÄidla', - menu : 'Vlastnosti obrázku', - infoTab : 'Informácie o obrázku', - btnUpload : 'OdoslaÅ¥ na server', - upload : 'OdoslaÅ¥', - alt : 'AlternatÃvny text', - lockRatio : 'Zámok', - resetSize : 'Pôvodná veľkosÅ¥', - border : 'Okraje', - hSpace : 'H-medzera', - vSpace : 'V-medzera', - alertUrl : 'Zadajte prosÃm URL obrázku', - linkTab : 'Odkaz', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Vlastnosti Flashu', - propertiesTab : 'Properties', // MISSING - title : 'Vlastnosti Flashu', - chkPlay : 'Automatické prehrávanie', - chkLoop : 'Opakovanie', - chkMenu : 'PovoliÅ¥ Flash Menu', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Mierka', - scaleAll : 'ZobraziÅ¥ mierku', - scaleNoBorder : 'Bez okrajov', - scaleFit : 'RoztiahnuÅ¥ na celé', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Ãplne dole', - alignAbsMiddle : 'Do stredu', - alignBaseline : 'Na základÅu', - alignTextTop : 'Na horný okraj textu', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Farba pozadia', - hSpace : 'H-medzera', - vSpace : 'V-medzera', - validateSrc : 'Zadajte prosÃm URL odkazu', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Kontrola pravopisu', - title : 'Spell Check', // MISSING - notAvailable : 'Služba práve nieje dostupná.', - errorLoading : 'Chyba pri naÄÃtanà slovnÃka z adresy: %s.', - notInDic : 'Nie je v slovnÃku', - changeTo : 'ZmeniÅ¥ na', - btnIgnore : 'IgnorovaÅ¥', - btnIgnoreAll : 'IgnorovaÅ¥ vÅ¡etko', - btnReplace : 'PrepÃsat', - btnReplaceAll : 'PrepÃsat vÅ¡etko', - btnUndo : 'Späť', - noSuggestions : '- Žiadny návrh -', - progress : 'Prebieha kontrola pravopisu...', - noMispell : 'Kontrola pravopisu dokonÄená: bez chýb', - noChanges : 'Kontrola pravopisu dokonÄená: žiadne slová nezmenené', - oneChange : 'Kontrola pravopisu dokonÄená: zmenené jedno slovo', - manyChanges : 'Kontrola pravopisu dokonÄená: zmenených %1 slov', - ieSpellDownload : 'Kontrola pravopisu nie je naiÅ¡talovaná. Chcete ju hneÄ stiahnuÅ¥?' - }, - - smiley : - { - toolbar : 'SmajlÃky', - title : 'Vkladanie smajlÃkov', - options : 'Možnosti smajlÃkov' - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'ÄÃslovanie', - bulletedlist : 'Odrážky', - indent : 'ZväÄÅ¡iÅ¥ odsadenie', - outdent : 'ZmenÅ¡iÅ¥ odsadenie', - - justify : - { - left : 'ZarovnaÅ¥ vľavo', - center : 'ZarovnaÅ¥ na stred', - right : 'ZarovnaÅ¥ vpravo', - block : 'ZarovnaÅ¥ do bloku' - }, - - blockquote : 'Citácia', - - clipboard : - { - title : 'VložiÅ¥', - cutError : 'BezpeÄnostné nastavenia Vášho prehliadaÄa nedovoľujú editoru spustiÅ¥ funkciu pre vystrihnutie zvoleného textu do schránky. ProsÃm vystrihnite zvolený text do schránky pomocou klávesnice (Ctrl/Cmd+X).', - copyError : 'BezpeÄnostné nastavenia Vášho prehliadaÄa nedovoľujú editoru spustiÅ¥ funkciu pre kopÃrovanie zvoleného textu do schránky. ProsÃm skopÃrujte zvolený text do schránky pomocou klávesnice (Ctrl/Cmd+C).', - pasteMsg : 'ProsÃm vložte nasledovný rámÄek použitÃm klávesnice (<STRONG>Ctrl/Cmd+V</STRONG>) a stlaÄte <STRONG>OK</STRONG>.', - securityMsg : 'BezpeÄnostné nastavenia Vášho prehliadaÄa nedovoľujú editoru pristupovaÅ¥ priamo k datám v schránke. MusÃte ich vložiÅ¥ znovu do tohto okna.', - pasteArea : 'VložiÅ¥ pole' - }, - - pastefromword : - { - confirmCleanup : 'Vkladaný text vyzerá byÅ¥ skopÃrovaný z Wordu. Chcete ho automaticky vyÄistiÅ¥ pred vkladanÃm?', - toolbar : 'VložiÅ¥ z Wordu', - title : 'VložiÅ¥ z Wordu', - error : 'Nastala chyba pri Äistenà údajov. Nie je možné vyÄistiÅ¥ vložené údaje.' - }, - - pasteText : - { - button : 'VložiÅ¥ ako Äistý text', - title : 'VložiÅ¥ ako Äistý text' - }, - - templates : - { - button : 'Å ablóny', - title : 'Å ablóny obsahu', - options : 'Vlastnosti Å¡ablóny', - insertOption : 'NahradiÅ¥ aktuálny obsah', - selectPromptMsg : 'ProsÃm vyberte Å¡ablóny na otvorenie v editore<br>(súšasný obsah bude stratený):', - emptyListMsg : '(žiadne Å¡ablóny nenájdené)' - }, - - showBlocks : 'UkázaÅ¥ bloky', - - stylesCombo : - { - label : 'Å týl', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'Formát', - panelTitle : 'Formát', - - tag_p : 'Normálny', - tag_pre : 'Formátovaný', - tag_address : 'Adresa', - tag_h1 : 'Nadpis 1', - tag_h2 : 'Nadpis 2', - tag_h3 : 'Nadpis 3', - tag_h4 : 'Nadpis 4', - tag_h5 : 'Nadpis 5', - tag_h6 : 'Nadpis 6', - tag_div : 'Odsek (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame - vlastnosti', - toolbar : 'IFrame', // MISSING - noUrl : 'Vložte URL pre iframe', - scrolling : 'PovoliÅ¥ skrolovanie', - border : 'ZobraziÅ¥ orámovanie' - }, - - font : - { - label : 'PÃsmo', - voiceLabel : 'Font', // MISSING - panelTitle : 'PÃsmo' - }, - - fontSize : - { - label : 'VeľkosÅ¥', - voiceLabel : 'VeľkosÅ¥ pÃsma', - panelTitle : 'VeľkosÅ¥' - }, - - colorButton : - { - textColorTitle : 'Farba textu', - bgColorTitle : 'Farba pozadia', - panelTitle : 'Farby', - auto : 'Automaticky', - more : 'Viac farieb...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'MaximalizovaÅ¥', - minimize : 'MinimalizovaÅ¥', - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Vlastnosti dokumentu', - title : 'Vlastnosti dokumentu', - design : 'Design', // MISSING - meta : 'Meta Data', - chooseColor : 'Choose', // MISSING - other : '<iný>', - docTitle : 'Titulok', - charset : 'Kódová stránka', - charsetOther : 'Iná kódová stránka', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Stredoeurópske', - charsetCT : 'ÄÃnÅ¡tina tradiÄná (Big5)', - charsetCR : 'Cyrillika', - charsetGR : 'GréÄtina', - charsetJP : 'JaponÄina', - charsetKR : 'KorejÄina', - charsetTR : 'TureÄtina', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Západná európa', - docType : 'Typ záhlavia dokumentu', - docTypeOther : 'Iný typ záhlavia dokumentu', - xhtmlDec : 'Obsahuje deklarácie XHTML', - bgColor : 'Farba pozadia', - bgImage : 'URL adresa obrázku na pozadÃ', - bgFixed : 'Fixné pozadie', - txtColor : 'Farba textu', - margin : 'Okraje stránky', - marginTop : 'Horný', - marginLeft : 'Ľavý', - marginRight : 'Pravý', - marginBottom : 'Dolný', - metaKeywords : 'KľúÄové slová pre indexovanie (oddelené Äiarkou)', - metaDescription : 'Popis stránky', - metaAuthor : 'Autor', - metaCopyright : 'Autorské práva', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/sl.js b/skins/ckeditor/_source/lang/sl.js deleted file mode 100644 index e00fb0a..0000000 --- a/skins/ckeditor/_source/lang/sl.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Slovenian language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['sl'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Izvorna koda', - newPage : 'Nova stran', - save : 'Shrani', - preview : 'Predogled', - cut : 'Izreži', - copy : 'Kopiraj', - paste : 'Prilepi', - print : 'Natisni', - underline : 'PodÄrtano', - bold : 'Krepko', - italic : 'LežeÄe', - selectAll : 'Izberi vse', - removeFormat : 'Odstrani oblikovanje', - strike : 'PreÄrtano', - subscript : 'Podpisano', - superscript : 'Nadpisano', - horizontalrule : 'Vstavi vodoravno Ärto', - pagebreak : 'Vstavi prelom strani', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Odstrani povezavo', - undo : 'Razveljavi', - redo : 'Ponovi', - - // Common messages and labels. - common : - { - browseServer : 'Prebrskaj na strežniku', - url : 'URL', - protocol : 'Protokol', - upload : 'Prenesi', - uploadSubmit : 'PoÅ¡lji na strežnik', - image : 'Slika', - flash : 'Flash', - form : 'Obrazec', - checkbox : 'Potrditveno polje', - radio : 'Izbirno polje', - textField : 'Vnosno polje', - textarea : 'Vnosno obmoÄje', - hiddenField : 'Skrito polje', - button : 'Gumb', - select : 'Spustni seznam', - imageButton : 'Gumb s sliko', - notSet : '<ni postavljen>', - id : 'Id', - name : 'Ime', - langDir : 'Smer jezika', - langDirLtr : 'Od leve proti desni (LTR)', - langDirRtl : 'Od desne proti levi (RTL)', - langCode : 'Oznaka jezika', - longDescr : 'Dolg opis URL-ja', - cssClass : 'Razred stilne predloge', - advisoryTitle : 'Predlagani naslov', - cssStyle : 'Slog', - ok : 'V redu', - cancel : 'PrekliÄi', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'SploÅ¡no', - advancedTab : 'Napredno', - validateNumberFailed : 'Ta vrednost ni Å¡tevilo.', - confirmNewPage : 'Vse neshranjene spremembe te vsebine bodo izgubljene. Ali gotovo želiÅ¡ naložiti novo stran?', - confirmCancel : 'Nekaj možnosti je bilo spremenjenih. Ali gotovo želiÅ¡ zapreti okno?', - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Å irina', - height : 'ViÅ¡ina', - align : 'Poravnava', - alignLeft : 'Levo', - alignRight : 'Desno', - alignCenter : 'Sredinsko', - alignTop : 'Na vrh', - alignMiddle : 'V sredino', - alignBottom : 'Na dno', - invalidHeight : 'ViÅ¡ina mora biti Å¡tevilo.', - invalidWidth : 'Å irina mora biti Å¡tevilo.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, nedosegljiv</span>' - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Vstavi posebni znak', - title : 'Izberi posebni znak', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Vstavi/uredi povezavo', - other : '<drug>', - menu : 'Uredi povezavo', - title : 'Povezava', - info : 'Podatki o povezavi', - target : 'Cilj', - upload : 'Prenesi', - advanced : 'Napredno', - type : 'Vrsta povezave', - toUrl : 'URL', // MISSING - toAnchor : 'Zaznamek na tej strani', - toEmail : 'Elektronski naslov', - targetFrame : '<okvir>', - targetPopup : '<pojavno okno>', - targetFrameName : 'Ime ciljnega okvirja', - targetPopupName : 'Ime pojavnega okna', - popupFeatures : 'ZnaÄilnosti pojavnega okna', - popupResizable : 'Spremenljive velikosti', - popupStatusBar : 'Vrstica stanja', - popupLocationBar: 'Naslovna vrstica', - popupToolbar : 'Orodna vrstica', - popupMenuBar : 'Menijska vrstica', - popupFullScreen : 'Celozaslonska slika (IE)', - popupScrollBars : 'Drsniki', - popupDependent : 'Podokno (Netscape)', - popupLeft : 'Lega levo', - popupTop : 'Lega na vrhu', - id : 'Id', - langDir : 'Smer jezika', - langDirLTR : 'Od leve proti desni (LTR)', - langDirRTL : 'Od desne proti levi (RTL)', - acccessKey : 'Vstopno geslo', - name : 'Ime', - langCode : 'Smer jezika', - tabIndex : 'Å tevilka tabulatorja', - advisoryTitle : 'Predlagani naslov', - advisoryContentType : 'Predlagani tip vsebine (content-type)', - cssClasses : 'Razred stilne predloge', - charset : 'Kodna tabela povezanega vira', - styles : 'Slog', - rel : 'Relationship', // MISSING - selectAnchor : 'Izberi zaznamek', - anchorName : 'Po imenu zaznamka', - anchorId : 'Po ID-ju elementa', - emailAddress : 'Elektronski naslov', - emailSubject : 'Predmet sporoÄila', - emailBody : 'Vsebina sporoÄila', - noAnchors : '(V tem dokumentu ni zaznamkov)', - noUrl : 'Vnesite URL povezave', - noEmail : 'Vnesite elektronski naslov' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Vstavi/uredi zaznamek', - menu : 'Lastnosti zaznamka', - title : 'Lastnosti zaznamka', - name : 'Ime zaznamka', - errorName : 'Prosim vnesite ime zaznamka', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Najdi in zamenjaj', - find : 'Najdi', - replace : 'Zamenjaj', - findWhat : 'Najdi:', - replaceWith : 'Zamenjaj z:', - notFoundMsg : 'Navedeno besedilo ni bilo najdeno.', - matchCase : 'Razlikuj velike in male Ärke', - matchWord : 'Samo cele besede', - matchCyclic : 'Primerjaj znake v cirilici', - replaceAll : 'Zamenjaj vse', - replaceSuccessMsg : '%1 pojavitev je bilo zamenjano.' - }, - - // Table Dialog - table : - { - toolbar : 'Tabela', - title : 'Lastnosti tabele', - menu : 'Lastnosti tabele', - deleteTable : 'IzbriÅ¡i tabelo', - rows : 'Vrstice', - columns : 'Stolpci', - border : 'Velikost obrobe', - widthPx : 'pik', - widthPc : 'procentov', - widthUnit : 'width unit', // MISSING - cellSpace : 'Razmik med celicami', - cellPad : 'Polnilo med celicami', - caption : 'Naslov', - summary : 'Povzetek', - headers : 'Glave', - headersNone : 'Brez', - headersColumn : 'Prvi stolpec', - headersRow : 'Prva vrstica', - headersBoth : 'Oboje', - invalidRows : 'Å tevilo vrstic mora biti veÄje od 0.', - invalidCols : 'Å tevilo stolpcev mora biti veÄje od 0.', - invalidBorder : 'Å irina obrobe mora biti Å¡tevilo.', - invalidWidth : 'Å irina tabele mora biti Å¡tevilo.', - invalidHeight : 'ViÅ¡ina tabele mora biti Å¡tevilo.', - invalidCellSpacing : 'Razmik med celicami mora biti Å¡tevilo.', - invalidCellPadding : 'Zamik celic mora biti Å¡tevilo', - - cell : - { - menu : 'Celica', - insertBefore : 'Vstavi celico pred', - insertAfter : 'Vstavi celico za', - deleteCell : 'IzbriÅ¡i celice', - merge : 'Združi celice', - mergeRight : 'Združi desno', - mergeDown : 'Druži navzdol', - splitHorizontal : 'Razdeli celico vodoravno', - splitVertical : 'Razdeli celico navpiÄno', - title : 'Lastnosti celice', - cellType : 'Vrsta celice', - rowSpan : 'Razpon vrstic', - colSpan : 'Razpon stolpcev', - wordWrap : 'Prelom besedila', - hAlign : 'Vodoravna poravnava', - vAlign : 'NavpiÄna poravnava', - alignBaseline : 'Osnovnica', - bgColor : 'Barva ozadja', - borderColor : 'Barva obrobe', - data : 'Podatki', - header : 'Glava', - yes : 'Da', - no : 'Ne', - invalidWidth : 'Å irina celice mora biti Å¡tevilo.', - invalidHeight : 'ViÅ¡ina celice mora biti Å¡tevilo.', - invalidRowSpan : 'Razpon vrstic mora biti celo Å¡tevilo.', - invalidColSpan : 'Razpon stolpcev mora biti celo Å¡tevilo.', - chooseColor : 'Izberi' - }, - - row : - { - menu : 'Vrstica', - insertBefore : 'Vstavi vrstico pred', - insertAfter : 'Vstavi vrstico za', - deleteRow : 'IzbriÅ¡i vrstice' - }, - - column : - { - menu : 'Stolpec', - insertBefore : 'Vstavi stolpec pred', - insertAfter : 'Vstavi stolpec za', - deleteColumn : 'IzbriÅ¡i stolpce' - } - }, - - // Button Dialog. - button : - { - title : 'Lastnosti gumba', - text : 'Besedilo (Vrednost)', - type : 'Tip', - typeBtn : 'Gumb', - typeSbm : 'Potrdi', - typeRst : 'Ponastavi' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Lastnosti potrditvenega polja', - radioTitle : 'Lastnosti izbirnega polja', - value : 'Vrednost', - selected : 'Izbrano' - }, - - // Form Dialog. - form : - { - title : 'Lastnosti obrazca', - menu : 'Lastnosti obrazca', - action : 'Akcija', - method : 'Metoda', - encoding : 'Kodiranje znakov' - }, - - // Select Field Dialog. - select : - { - title : 'Lastnosti spustnega seznama', - selectInfo : 'Podatki', - opAvail : 'Razpoložljive izbire', - value : 'Vrednost', - size : 'Velikost', - lines : 'vrstic', - chkMulti : 'Dovoli izbor veÄih vrstic', - opText : 'Besedilo', - opValue : 'Vrednost', - btnAdd : 'Dodaj', - btnModify : 'Spremeni', - btnUp : 'Gor', - btnDown : 'Dol', - btnSetValue : 'Postavi kot privzeto izbiro', - btnDelete : 'IzbriÅ¡i' - }, - - // Textarea Dialog. - textarea : - { - title : 'Lastnosti vnosnega obmoÄja', - cols : 'Stolpcev', - rows : 'Vrstic' - }, - - // Text Field Dialog. - textfield : - { - title : 'Lastnosti vnosnega polja', - name : 'Ime', - value : 'Vrednost', - charWidth : 'Dolžina', - maxChars : 'NajveÄje Å¡tevilo znakov', - type : 'Tip', - typeText : 'Besedilo', - typePass : 'Geslo' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Lastnosti skritega polja', - name : 'Ime', - value : 'Vrednost' - }, - - // Image Dialog. - image : - { - title : 'Lastnosti slike', - titleButton : 'Lastnosti gumba s sliko', - menu : 'Lastnosti slike', - infoTab : 'Podatki o sliki', - btnUpload : 'PoÅ¡lji na strežnik', - upload : 'PoÅ¡lji', - alt : 'Nadomestno besedilo', - lockRatio : 'Zakleni razmerje', - resetSize : 'Ponastavi velikost', - border : 'Obroba', - hSpace : 'Vodoravni razmik', - vSpace : 'NavpiÄni razmik', - alertUrl : 'Vnesite URL slike', - linkTab : 'Povezava', - button2Img : 'ŽeliÅ¡ pretvoriti izbrani gumb s sliko v preprosto sliko?', - img2Button : 'ŽeliÅ¡ pretvoriti izbrano sliko v gumb s sliko?', - urlMissing : 'Manjka vir (URL) slike.', - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Lastnosti Flash', - propertiesTab : 'Lastnosti', - title : 'Lastnosti Flash', - chkPlay : 'Samodejno predvajaj', - chkLoop : 'Ponavljanje', - chkMenu : 'OmogoÄi Flash Meni', - chkFull : 'Dovoli celozaslonski naÄin', - scale : 'PoveÄava', - scaleAll : 'Pokaži vse', - scaleNoBorder : 'Brez obrobe', - scaleFit : 'NatanÄno prileganje', - access : 'Dostop skript', - accessAlways : 'Vedno', - accessSameDomain: 'Samo ista domena', - accessNever : 'Nikoli', - alignAbsBottom : 'Popolnoma na dno', - alignAbsMiddle : 'Popolnoma v sredino', - alignBaseline : 'Na osnovno Ärto', - alignTextTop : 'Besedilo na vrh', - quality : 'Kakovost', - qualityBest : 'NajviÅ¡ja', - qualityHigh : 'Visoka', - qualityAutoHigh : 'Samodejno visoka', - qualityMedium : 'Srednja', - qualityAutoLow : 'Samodejno nizka', - qualityLow : 'Nizka', - windowModeWindow: 'Okno', - windowModeOpaque: 'Motno', - windowModeTransparent : 'Prosojno', - windowMode : 'Vrsta okna', - flashvars : 'Spremenljivke za Flash', - bgcolor : 'Barva ozadja', - hSpace : 'Vodoravni razmik', - vSpace : 'NavpiÄni razmik', - validateSrc : 'Vnesite URL povezave', - validateHSpace : 'Vodoravni razmik mora biti Å¡tevilo.', - validateVSpace : 'NavpiÄni razmik mora biti Å¡tevilo.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Preveri Ärkovanje', - title : 'Ärkovalnik', - notAvailable : 'Oprostite, storitev trenutno ni dosegljiva.', - errorLoading : 'Napaka pri nalaganju storitve programa na naslovu %s.', - notInDic : 'Ni v slovarju', - changeTo : 'Spremeni v', - btnIgnore : 'Prezri', - btnIgnoreAll : 'Prezri vse', - btnReplace : 'Zamenjaj', - btnReplaceAll : 'Zamenjaj vse', - btnUndo : 'Razveljavi', - noSuggestions : '- Ni predlogov -', - progress : 'Preverjanje Ärkovanja se izvaja...', - noMispell : 'Ärkovanje je konÄano: Brez napak', - noChanges : 'Ärkovanje je konÄano: Nobena beseda ni bila spremenjena', - oneChange : 'Ärkovanje je konÄano: Spremenjena je bila ena beseda', - manyChanges : 'Ärkovanje je konÄano: Spremenjenih je bilo %1 besed', - ieSpellDownload : 'Ärkovalnik ni nameÅ¡Äen. Ali ga želite prenesti sedaj?' - }, - - smiley : - { - toolbar : 'SmeÅ¡ko', - title : 'Vstavi smeÅ¡ka', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' - }, - - numberedlist : 'OÅ¡tevilÄen seznam', - bulletedlist : 'OznaÄen seznam', - indent : 'PoveÄaj zamik', - outdent : 'ZmanjÅ¡aj zamik', - - justify : - { - left : 'Leva poravnava', - center : 'Sredinska poravnava', - right : 'Desna poravnava', - block : 'Obojestranska poravnava' - }, - - blockquote : 'Citat', - - clipboard : - { - title : 'Prilepi', - cutError : 'Varnostne nastavitve brskalnika ne dopuÅ¡Äajo samodejnega izrezovanja. Uporabite kombinacijo tipk na tipkovnici (Ctrl/Cmd+X).', - copyError : 'Varnostne nastavitve brskalnika ne dopuÅ¡Äajo samodejnega kopiranja. Uporabite kombinacijo tipk na tipkovnici (Ctrl/Cmd+C).', - pasteMsg : 'Prosim prilepite v sleÄi okvir s pomoÄjo tipkovnice (<STRONG>Ctrl/Cmd+V</STRONG>) in pritisnite <STRONG>V redu</STRONG>.', - securityMsg : 'Zaradi varnostnih nastavitev vaÅ¡ega brskalnika urejevalnik ne more neposredno dostopati do odložiÅ¡Äa. Vsebino odložiÅ¡Äa ponovno prilepite v to okno.', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Prilepi iz Worda', - title : 'Prilepi iz Worda', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Prilepi kot golo besedilo', - title : 'Prilepi kot golo besedilo' - }, - - templates : - { - button : 'Predloge', - title : 'Vsebinske predloge', - options : 'Template Options', // MISSING - insertOption : 'Zamenjaj trenutno vsebino', - selectPromptMsg : 'Izberite predlogo, ki jo želite odpreti v urejevalniku<br>(trenutna vsebina bo izgubljena):', - emptyListMsg : '(Ni pripravljenih predlog)' - }, - - showBlocks : 'Prikaži ograde', - - stylesCombo : - { - label : 'Slog', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Slogi odstavkov', - panelTitle2 : 'Slogi besedila', - panelTitle3 : 'Slogi objektov' - }, - - format : - { - label : 'Oblika', - panelTitle : 'Oblika', - - tag_p : 'Navaden', - tag_pre : 'Oblikovan', - tag_address : 'Napis', - tag_h1 : 'Naslov 1', - tag_h2 : 'Naslov 2', - tag_h3 : 'Naslov 3', - tag_h4 : 'Naslov 4', - tag_h5 : 'Naslov 5', - tag_h6 : 'Naslov 6', - tag_div : 'Navaden (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Pisava', - voiceLabel : 'Pisava', - panelTitle : 'Pisava' - }, - - fontSize : - { - label : 'Velikost', - voiceLabel : 'Velikost', - panelTitle : 'Velikost' - }, - - colorButton : - { - textColorTitle : 'Barva besedila', - bgColorTitle : 'Barva ozadja', - panelTitle : 'Colors', // MISSING - auto : 'Samodejno', - more : 'VeÄ barv...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Ärkovanje med tipkanjem', - opera_title : 'Not supported by Opera', // MISSING - enable : 'OmogoÄi SCAYT', - disable : 'OnemogoÄi SCAYT', - about : 'O storitvi SCAYT', - toggle : 'Preklopi SCAYT', - options : 'Možnosti', - langs : 'Jeziki', - moreSuggestions : 'VeÄ predlogov', - ignore : 'Prezri', - ignoreAll : 'Prezri vse', - addWord : 'Dodaj besedo', - emptyDic : 'Ime slovarja ne more biti prazno.', - - optionsTab : 'Možnosti', - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Jeziki', - - dictionariesTab : 'Slovarji', - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'O storitvi' - }, - - about : - { - title : 'O programu CKEditor', - dlgTitle : 'O programu CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Za informacijo o licenci prostim obiÅ¡Äite naÅ¡o spletno stran:', - copy : 'Copyright © $1. Vse pravice pridržane.' - }, - - maximize : 'Maksimiraj', - minimize : 'Minimiraj', - - fakeobjects : - { - anchor : 'Sidro', - flash : 'Flash animacija', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Neznan objekt' - }, - - resize : 'Potegni za spremembo velikosti', - - colordialog : - { - title : 'Izberi barvo', - options : 'Color Options', // MISSING - highlight : 'Poudarjeno', - selected : 'Izbrano', - clear : 'PoÄisti' - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Lastnosti dokumenta', - title : 'Lastnosti dokumenta', - design : 'Design', // MISSING - meta : 'Meta podatki', - chooseColor : 'Izberi', - other : '<drug>', - docTitle : 'Naslov strani', - charset : 'Kodna tabela', - charsetOther : 'Druga kodna tabela', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Srednjeevropsko', - charsetCT : 'Tradicionalno Kitajsko (Big5)', - charsetCR : 'Cirilica', - charsetGR : 'GrÅ¡ko', - charsetJP : 'Japonsko', - charsetKR : 'Korejsko', - charsetTR : 'TurÅ¡ko', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Zahodnoevropsko', - docType : 'Glava tipa dokumenta', - docTypeOther : 'Druga glava tipa dokumenta', - xhtmlDec : 'Vstavi XHTML deklaracije', - bgColor : 'Barva ozadja', - bgImage : 'URL slike za ozadje', - bgFixed : 'NepremiÄno ozadje', - txtColor : 'Barva besedila', - margin : 'Zamiki strani', - marginTop : 'Na vrhu', - marginLeft : 'Levo', - marginRight : 'Desno', - marginBottom : 'Spodaj', - metaKeywords : 'KljuÄne besede (loÄene z vejicami)', - metaDescription : 'Opis strani', - metaAuthor : 'Avtor', - metaCopyright : 'Avtorske pravice', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/sr-latn.js b/skins/ckeditor/_source/lang/sr-latn.js deleted file mode 100644 index 04a95ee..0000000 --- a/skins/ckeditor/_source/lang/sr-latn.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Serbian (Latin) language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['sr-latn'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Kôd', - newPage : 'Nova stranica', - save : 'SaÄuvaj', - preview : 'Izgled stranice', - cut : 'Iseci', - copy : 'Kopiraj', - paste : 'Zalepi', - print : 'Å tampa', - underline : 'PodvuÄeno', - bold : 'Podebljano', - italic : 'Kurziv', - selectAll : 'OznaÄi sve', - removeFormat : 'Ukloni formatiranje', - strike : 'Precrtano', - subscript : 'Indeks', - superscript : 'Stepen', - horizontalrule : 'Unesi horizontalnu liniju', - pagebreak : 'Insert Page Break for Printing', // MISSING - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Ukloni link', - undo : 'Poni�ti akciju', - redo : 'Ponovi akciju', - - // Common messages and labels. - common : - { - browseServer : 'Pretraži server', - url : 'URL', - protocol : 'Protokol', - upload : 'PoÅ¡alji', - uploadSubmit : 'PoÅ¡alji na server', - image : 'Slika', - flash : 'FleÅ¡', - form : 'Forma', - checkbox : 'Polje za potvrdu', - radio : 'Radio-dugme', - textField : 'Tekstualno polje', - textarea : 'Zona teksta', - hiddenField : 'Skriveno polje', - button : 'Dugme', - select : 'Izborno polje', - imageButton : 'Dugme sa slikom', - notSet : '<nije postavljeno>', - id : 'Id', - name : 'Naziv', - langDir : 'Smer jezika', - langDirLtr : 'S leva na desno (LTR)', - langDirRtl : 'S desna na levo (RTL)', - langCode : 'Kôd jezika', - longDescr : 'Pun opis URL', - cssClass : 'Stylesheet klase', - advisoryTitle : 'Advisory naslov', - cssStyle : 'Stil', - ok : 'OK', - cancel : 'Otkaži', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'Napredni tagovi', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Å irina', - height : 'Visina', - align : 'Ravnanje', - alignLeft : 'Levo', - alignRight : 'Desno', - alignCenter : 'Sredina', - alignTop : 'Vrh', - alignMiddle : 'Sredina', - alignBottom : 'Dole', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Unesi specijalni karakter', - title : 'Odaberite specijalni karakter', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'Unesi/izmeni link', - other : '<оÑÑало>', - menu : 'Izmeni link', - title : 'Link', - info : 'Link Info', - target : 'Meta', - upload : 'PoÅ¡alji', - advanced : 'Napredni tagovi', - type : 'Vrsta linka', - toUrl : 'URL', // MISSING - toAnchor : 'Sidro na ovoj stranici', - toEmail : 'E-Mail', - targetFrame : '<okvir>', - targetPopup : '<popup prozor>', - targetFrameName : 'Naziv odrediÅ¡nog frejma', - targetPopupName : 'Naziv popup prozora', - popupFeatures : 'MoguÄnosti popup prozora', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'Statusna linija', - popupLocationBar: 'Lokacija', - popupToolbar : 'Toolbar', - popupMenuBar : 'Kontekstni meni', - popupFullScreen : 'Prikaz preko celog ekrana (IE)', - popupScrollBars : 'Scroll bar', - popupDependent : 'Zavisno (Netscape)', - popupLeft : 'Od leve ivice ekrana (px)', - popupTop : 'Od vrha ekrana (px)', - id : 'Id', // MISSING - langDir : 'Smer jezika', - langDirLTR : 'S leva na desno (LTR)', - langDirRTL : 'S desna na levo (RTL)', - acccessKey : 'Pristupni taster', - name : 'Naziv', - langCode : 'Smer jezika', - tabIndex : 'Tab indeks', - advisoryTitle : 'Advisory naslov', - advisoryContentType : 'Advisory vrsta sadržaja', - cssClasses : 'Stylesheet klase', - charset : 'Linked Resource Charset', - styles : 'Stil', - rel : 'Relationship', // MISSING - selectAnchor : 'Odaberi sidro', - anchorName : 'Po nazivu sidra', - anchorId : 'Po Id-ju elementa', - emailAddress : 'E-Mail adresa', - emailSubject : 'Naslov', - emailBody : 'Sadržaj poruke', - noAnchors : '(Nema dostupnih sidra)', - noUrl : 'Unesite URL linka', - noEmail : 'Otkucajte adresu elektronske pote' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Unesi/izmeni sidro', - menu : 'Osobine sidra', - title : 'Osobine sidra', - name : 'Ime sidra', - errorName : 'Unesite ime sidra', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', // MISSING - find : 'Pretraga', - replace : 'Zamena', - findWhat : 'Pronadi:', - replaceWith : 'Zameni sa:', - notFoundMsg : 'Traženi tekst nije pronaÄen.', - matchCase : 'Razlikuj mala i velika slova', - matchWord : 'Uporedi cele reci', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'Zameni sve', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'Tabela', - title : 'Osobine tabele', - menu : 'Osobine tabele', - deleteTable : 'Delete Table', // MISSING - rows : 'Redova', - columns : 'Kolona', - border : 'VeliÄina okvira', - widthPx : 'piksela', - widthPc : 'procenata', - widthUnit : 'width unit', // MISSING - cellSpace : 'Äelijski prostor', - cellPad : 'Razmak Äelija', - caption : 'Naslov tabele', - summary : 'Summary', // MISSING - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'Cell', // MISSING - insertBefore : 'Insert Cell Before', // MISSING - insertAfter : 'Insert Cell After', // MISSING - deleteCell : 'ObriÅ¡i Äelije', - merge : 'Spoj celije', - mergeRight : 'Merge Right', // MISSING - mergeDown : 'Merge Down', // MISSING - splitHorizontal : 'Split Cell Horizontally', // MISSING - splitVertical : 'Split Cell Vertically', // MISSING - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Row', // MISSING - insertBefore : 'Insert Row Before', // MISSING - insertAfter : 'Insert Row After', // MISSING - deleteRow : 'ObriÅ¡i redove' - }, - - column : - { - menu : 'Column', // MISSING - insertBefore : 'Insert Column Before', // MISSING - insertAfter : 'Insert Column After', // MISSING - deleteColumn : 'ObriÅ¡i kolone' - } - }, - - // Button Dialog. - button : - { - title : 'Osobine dugmeta', - text : 'Tekst (vrednost)', - type : 'Tip', - typeBtn : 'Button', // MISSING - typeSbm : 'Submit', // MISSING - typeRst : 'Reset' // MISSING - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Osobine polja za potvrdu', - radioTitle : 'Osobine radio-dugmeta', - value : 'Vrednost', - selected : 'OznaÄeno' - }, - - // Form Dialog. - form : - { - title : 'Osobine forme', - menu : 'Osobine forme', - action : 'Akcija', - method : 'Metoda', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'Osobine izbornog polja', - selectInfo : 'Info', - opAvail : 'Dostupne opcije', - value : 'Vrednost', - size : 'VeliÄina', - lines : 'linija', - chkMulti : 'Dozvoli viÅ¡estruku selekciju', - opText : 'Tekst', - opValue : 'Vrednost', - btnAdd : 'Dodaj', - btnModify : 'Izmeni', - btnUp : 'Gore', - btnDown : 'Dole', - btnSetValue : 'Podesi kao oznaÄenu vrednost', - btnDelete : 'ObriÅ¡i' - }, - - // Textarea Dialog. - textarea : - { - title : 'Osobine zone teksta', - cols : 'Broj kolona', - rows : 'Broj redova' - }, - - // Text Field Dialog. - textfield : - { - title : 'Osobine tekstualnog polja', - name : 'Naziv', - value : 'Vrednost', - charWidth : 'Å irina (karaktera)', - maxChars : 'Maksimalno karaktera', - type : 'Tip', - typeText : 'Tekst', - typePass : 'Lozinka' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Osobine skrivenog polja', - name : 'Naziv', - value : 'Vrednost' - }, - - // Image Dialog. - image : - { - title : 'Osobine slika', - titleButton : 'Osobine dugmeta sa slikom', - menu : 'Osobine slika', - infoTab : 'Info slike', - btnUpload : 'PoÅ¡alji na server', - upload : 'PoÅ¡alji', - alt : 'Alternativni tekst', - lockRatio : 'ZakljuÄaj odnos', - resetSize : 'Resetuj veliÄinu', - border : 'Okvir', - hSpace : 'HSpace', - vSpace : 'VSpace', - alertUrl : 'Unesite URL slike', - linkTab : 'Link', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Osobine fleÅ¡a', - propertiesTab : 'Properties', // MISSING - title : 'Osobine fleÅ¡a', - chkPlay : 'Automatski start', - chkLoop : 'Ponavljaj', - chkMenu : 'UkljuÄi fleÅ¡ meni', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Skaliraj', - scaleAll : 'Prikaži sve', - scaleNoBorder : 'Bez ivice', - scaleFit : 'Popuni povrÅ¡inu', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Abs dole', - alignAbsMiddle : 'Abs sredina', - alignBaseline : 'Bazno', - alignTextTop : 'Vrh teksta', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Boja pozadine', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'Unesite URL linka', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Proveri spelovanje', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'Nije u reÄniku', - changeTo : 'Izmeni', - btnIgnore : 'IgnoriÅ¡i', - btnIgnoreAll : 'IgnoriÅ¡i sve', - btnReplace : 'Zameni', - btnReplaceAll : 'Zameni sve', - btnUndo : 'Vrati akciju', - noSuggestions : '- Bez sugestija -', - progress : 'Provera spelovanja u toku...', - noMispell : 'Provera spelovanja zavrÅ¡ena: greÅ¡ke nisu pronadene', - noChanges : 'Provera spelovanja zavrÅ¡ena: Nije izmenjena nijedna rec', - oneChange : 'Provera spelovanja zavrÅ¡ena: Izmenjena je jedna reÄ', - manyChanges : 'Provera spelovanja zavrÅ¡ena: %1 reÄ(i) je izmenjeno', - ieSpellDownload : 'Provera spelovanja nije instalirana. Da li želite da je skinete sa Interneta?' - }, - - smiley : - { - toolbar : 'Smajli', - title : 'Unesi smajlija', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'Nabrojiva lista', - bulletedlist : 'Nenabrojiva lista', - indent : 'UveÄaj levu marginu', - outdent : 'Smanji levu marginu', - - justify : - { - left : 'Levo ravnanje', - center : 'Centriran tekst', - right : 'Desno ravnanje', - block : 'Obostrano ravnanje' - }, - - blockquote : 'Block Quote', // MISSING - - clipboard : - { - title : 'Zalepi', - cutError : 'Sigurnosna podeÅ¡avanja VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog isecanja teksta. Molimo Vas da koristite preÄicu sa tastature (Ctrl/Cmd+X).', - copyError : 'Sigurnosna podeÅ¡avanja VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog kopiranja teksta. Molimo Vas da koristite preÄicu sa tastature (Ctrl/Cmd+C).', - pasteMsg : 'Molimo Vas da zalepite unutar donje povrine koristeÄi tastaturnu preÄicu (<STRONG>Ctrl/Cmd+V</STRONG>) i da pritisnete <STRONG>OK</STRONG>.', - 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 - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Zalepi iz Worda', - title : 'Zalepi iz Worda', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Zalepi kao Äist tekst', - title : 'Zalepi kao Äist tekst' - }, - - templates : - { - button : 'Obrasci', - title : 'Obrasci za sadržaj', - options : 'Template Options', // MISSING - insertOption : 'Replace actual contents', // MISSING - selectPromptMsg : 'Molimo Vas da odaberete obrazac koji ce biti primenjen na stranicu (trenutni sadržaj ce biti obrisan):', - emptyListMsg : '(Nema definisanih obrazaca)' - }, - - showBlocks : 'Show Blocks', // MISSING - - stylesCombo : - { - label : 'Stil', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'Format', - panelTitle : 'Format', - - tag_p : 'Normal', - tag_pre : 'Formatirano', - tag_address : 'Adresa', - tag_h1 : 'Naslov 1', - tag_h2 : 'Naslov 2', - tag_h3 : 'Naslov 3', - tag_h4 : 'Naslov 4', - tag_h5 : 'Naslov 5', - tag_h6 : 'Naslov 6', - tag_div : 'Normal (DIV)' // MISSING - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Font', - voiceLabel : 'Font', // MISSING - panelTitle : 'Font' - }, - - fontSize : - { - label : 'VeliÄina fonta', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'VeliÄina fonta' - }, - - colorButton : - { - textColorTitle : 'Boja teksta', - bgColorTitle : 'Boja pozadine', - panelTitle : 'Colors', // MISSING - auto : 'Automatski', - more : 'ViÅ¡e boja...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Osobine dokumenta', - title : 'Osobine dokumenta', - design : 'Design', // MISSING - meta : 'Metapodaci', - chooseColor : 'Choose', // MISSING - other : '<оÑÑало>', - docTitle : 'Naslov stranice', - charset : 'Kodiranje skupa karaktera', - charsetOther : 'Ostala kodiranja skupa karaktera', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Zaglavlje tipa dokumenta', - docTypeOther : 'Ostala zaglavlja tipa dokumenta', - xhtmlDec : 'Ukljuci XHTML deklaracije', - bgColor : 'Boja pozadine', - bgImage : 'URL pozadinske slike', - bgFixed : 'Fiksirana pozadina', - txtColor : 'Boja teksta', - margin : 'Margine stranice', - marginTop : 'Gornja', - marginLeft : 'Leva', - marginRight : 'Desna', - marginBottom : 'Donja', - metaKeywords : 'KljuÄne reci za indeksiranje dokumenta (razdvojene zarezima)', - metaDescription : 'Opis dokumenta', - metaAuthor : 'Autor', - metaCopyright : 'Autorska prava', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/sr.js b/skins/ckeditor/_source/lang/sr.js deleted file mode 100644 index 8dd4681..0000000 --- a/skins/ckeditor/_source/lang/sr.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Serbian (Cyrillic) language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['sr'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'Kôд', - newPage : 'Ðова ÑÑÑаниÑа', - save : 'СаÑÑваÑ', - preview : 'Ðзглед ÑÑÑаниÑе', - cut : 'ÐÑеÑи', - copy : 'ÐопиÑаÑ', - paste : 'Ðалепи', - print : 'ШÑампа', - underline : 'ÐодвÑÑено', - bold : 'ÐодебÑано', - italic : 'ÐÑÑзив', - selectAll : 'ÐзнаÑи Ñве', - removeFormat : 'Уклони ÑоÑмаÑиÑаÑе', - strike : 'ÐÑеÑÑÑано', - subscript : 'ÐндекÑ', - superscript : 'СÑепен', - horizontalrule : 'УнеÑи Ñ Ð¾ÑизонÑÐ°Ð»Ð½Ñ Ð»Ð¸Ð½Ð¸ÑÑ', - pagebreak : 'Insert Page Break for Printing', // MISSING - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Уклони линк', - undo : 'ÐониÑÑи акÑиÑÑ', - redo : 'Ðонови акÑиÑÑ', - - // Common messages and labels. - common : - { - 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 : 'Kôд Ñезика', - longDescr : 'ÐÑн Ð¾Ð¿Ð¸Ñ Ð£Ð Ð', - cssClass : 'Stylesheet клаÑе', - advisoryTitle : 'Advisory наÑлов', - cssStyle : 'СÑил', - ok : 'OK', - cancel : 'OÑкажи', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'ÐапÑедни Ñагови', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'ШиÑина', - height : 'ÐиÑина', - align : 'РавнаÑе', - alignLeft : 'Ðево', - alignRight : 'ÐеÑно', - alignCenter : 'СÑедина', - alignTop : 'ÐÑÑ ', - alignMiddle : 'СÑедина', - alignBottom : 'Ðоле', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'УнеÑи ÑпеÑиÑални каÑакÑеÑ', - title : 'ÐдабеÑиÑе ÑпеÑиÑални каÑакÑеÑ', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'УнеÑи/измени линк', - other : '<other>', // MISSING - menu : 'ÐÑомени линк', - title : 'Ðинк', - info : 'Ðинк инÑо', - target : 'MeÑa', - upload : 'ÐоÑаÑи', - advanced : 'ÐапÑедни Ñагови', - type : 'ÐÑÑÑа линка', - toUrl : 'URL', // MISSING - toAnchor : 'СидÑо на Ð¾Ð²Ð¾Ñ ÑÑÑаниÑи', - toEmail : 'EлекÑÑонÑка поÑÑа', - targetFrame : '<оквиÑ>', - targetPopup : '<иÑкаÑÑÑи пÑозоÑ>', - targetFrameName : 'Ðазив одÑедиÑног ÑÑеÑма', - targetPopupName : 'Ðазив иÑкаÑÑÑег пÑозоÑа', - popupFeatures : 'ÐогÑÑноÑÑи иÑкаÑÑÑег пÑозоÑа', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'СÑаÑÑÑна линиÑа', - popupLocationBar: 'ÐокаÑиÑа', - popupToolbar : 'Toolbar', - popupMenuBar : 'ÐонÑекÑÑни мени', - popupFullScreen : 'ÐÑиказ пÑеко Ñелог екÑана (ÐE)', - popupScrollBars : 'СкÑол баÑ', - popupDependent : 'ÐавиÑно (Netscape)', - popupLeft : 'Ðд леве ивиÑе екÑана (пикÑела)', - popupTop : 'Ðд вÑÑ Ð° екÑана (пикÑела)', - id : 'Id', // MISSING - langDir : 'Ð¡Ð¼ÐµÑ Ñезика', - langDirLTR : 'С лева на деÑно (LTR)', - langDirRTL : 'С деÑна на лево (RTL)', - acccessKey : 'ÐÑиÑÑÑпни ÑаÑÑеÑ', - name : 'Ðазив', - langCode : 'Ð¡Ð¼ÐµÑ Ñезика', - tabIndex : 'Таб индекÑ', - advisoryTitle : 'Advisory наÑлов', - advisoryContentType : 'Advisory вÑÑÑа ÑадÑжаÑа', - cssClasses : 'Stylesheet клаÑе', - charset : 'Linked Resource Charset', - styles : 'СÑил', - rel : 'Relationship', // MISSING - selectAnchor : 'ÐдабеÑи ÑидÑо', - anchorName : 'Ðо Ð½Ð°Ð·Ð¸Ð²Ñ ÑидÑа', - anchorId : 'Ðo Ðд-jÑ ÐµÐ»ÐµÐ¼ÐµÐ½Ñа', - emailAddress : 'ÐдÑеÑа елекÑÑонÑке поÑÑе', - emailSubject : 'ÐаÑлов', - emailBody : 'СадÑÐ¶Ð°Ñ Ð¿Ð¾ÑÑке', - noAnchors : '(Ðема доÑÑÑÐ¿Ð½Ð¸Ñ ÑидÑа)', - noUrl : 'УнеÑиÑе УРРлинка', - noEmail : 'ÐÑкÑÑаÑÑе адÑеÑÑ ÐµÐ»ÐµÐºÑÑонÑке поÑÑе' - }, - - // Anchor dialog - anchor : - { - toolbar : 'УнеÑи/измени ÑидÑо', - menu : 'ÐÑобине ÑидÑа', - title : 'ÐÑобине ÑидÑа', - name : 'Ðме ÑидÑа', - errorName : 'Ðолимо ÐÐ°Ñ Ð´Ð° ÑнеÑеÑе име ÑидÑа', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', // MISSING - find : 'ÐÑеÑÑага', - replace : 'Ðамена', - findWhat : 'ÐÑонаÑи:', - replaceWith : 'Ðамени Ñа:', - notFoundMsg : 'ТÑажени ÑекÑÑ Ð½Ð¸Ñе пÑонаÑен.', - matchCase : 'РазликÑÑ Ð²ÐµÐ»Ð¸ÐºÐ° и мала Ñлова', - matchWord : 'УпоÑеди Ñеле ÑеÑи', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'Ðамени Ñве', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'Табела', - title : 'ÐÑобине Ñабеле', - menu : 'ÐÑобине Ñабеле', - deleteTable : 'Delete Table', // MISSING - rows : 'Редова', - columns : 'Kолона', - border : 'ÐелиÑина оквиÑа', - widthPx : 'пикÑела', - widthPc : 'пÑоÑенаÑа', - widthUnit : 'width unit', // MISSING - cellSpace : 'ÐелиÑÑки пÑоÑÑоÑ', - cellPad : 'Размак ÑелиÑа', - caption : 'ÐаÑлов Ñабеле', - summary : 'Summary', // MISSING - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'Cell', // MISSING - insertBefore : 'Insert Cell Before', // MISSING - insertAfter : 'Insert Cell After', // MISSING - deleteCell : 'ÐбÑиÑи ÑелиÑе', - merge : 'Ð¡Ð¿Ð¾Ñ ÑелиÑе', - mergeRight : 'Merge Right', // MISSING - mergeDown : 'Merge Down', // MISSING - splitHorizontal : 'Split Cell Horizontally', // MISSING - splitVertical : 'Split Cell Vertically', // MISSING - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'Row', // MISSING - insertBefore : 'Insert Row Before', // MISSING - insertAfter : 'Insert Row After', // MISSING - deleteRow : 'ÐбÑиÑи Ñедове' - }, - - column : - { - menu : 'Column', // MISSING - insertBefore : 'Insert Column Before', // MISSING - insertAfter : 'Insert Column After', // MISSING - deleteColumn : 'ÐбÑиÑи колоне' - } - }, - - // Button Dialog. - button : - { - title : 'ÐÑобине дÑгмеÑа', - text : 'ТекÑÑ (вÑедноÑÑ)', - type : 'Tип', - typeBtn : 'Button', // MISSING - typeSbm : 'Submit', // MISSING - typeRst : 'Reset' // MISSING - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'ÐÑобине поÑа за поÑвÑдÑ', - radioTitle : 'ÐÑобине Ñадио-дÑгмеÑа', - value : 'ÐÑедноÑÑ', - selected : 'ÐзнаÑено' - }, - - // Form Dialog. - form : - { - title : 'ÐÑобине ÑоÑме', - menu : 'ÐÑобине ÑоÑме', - action : 'AкÑиÑа', - method : 'MеÑода', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'ÐÑобине избоÑног поÑа', - selectInfo : 'ÐнÑо', - opAvail : 'ÐоÑÑÑпне опÑиÑе', - value : 'ÐÑедноÑÑ', - size : 'ÐелиÑина', - lines : 'линиÑа', - chkMulti : 'Ðозволи виÑеÑÑÑÑÐºÑ ÑелекÑиÑÑ', - opText : 'ТекÑÑ', - opValue : 'ÐÑедноÑÑ', - btnAdd : 'ÐодаÑ', - btnModify : 'Ðзмени', - btnUp : 'ÐоÑе', - btnDown : 'Ðоле', - btnSetValue : 'ÐодеÑи као ознаÑÐµÐ½Ñ Ð²ÑедноÑÑ', - btnDelete : 'ÐбÑиÑи' - }, - - // Textarea Dialog. - textarea : - { - title : 'ÐÑобине зоне ÑекÑÑа', - cols : 'ÐÑÐ¾Ñ ÐºÐ¾Ð»Ð¾Ð½Ð°', - rows : 'ÐÑÐ¾Ñ Ñедова' - }, - - // Text Field Dialog. - textfield : - { - title : 'ÐÑобине ÑекÑÑÑалног поÑа', - name : 'Ðазив', - value : 'ÐÑедноÑÑ', - charWidth : 'ШиÑина (каÑакÑеÑа)', - maxChars : 'ÐакÑимално каÑакÑеÑа', - type : 'Тип', - typeText : 'ТекÑÑ', - typePass : 'Ðозинка' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'ÐÑобине ÑкÑивеног поÑа', - name : 'Ðазив', - value : 'ÐÑедноÑÑ' - }, - - // Image Dialog. - image : - { - title : 'ÐÑобине Ñлика', - titleButton : 'ÐÑобине дÑгмеÑа Ñа Ñликом', - menu : 'ÐÑобине Ñлика', - infoTab : 'ÐнÑо Ñлике', - btnUpload : 'ÐоÑаÑи на ÑеÑвеÑ', - upload : 'ÐоÑаÑи', - alt : 'ÐлÑеÑнаÑивни ÑекÑÑ', - lockRatio : 'ÐакÑÑÑÐ°Ñ Ð¾Ð´Ð½Ð¾Ñ', - resetSize : 'РеÑеÑÑÑ Ð²ÐµÐ»Ð¸ÑинÑ', - border : 'ÐквиÑ', - hSpace : 'HSpace', - vSpace : 'VSpace', - alertUrl : 'УнеÑиÑе УРРÑлике', - linkTab : 'Ðинк', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'ÐÑобине ФлеÑа', - propertiesTab : 'Properties', // MISSING - title : 'ÐÑобине ÑлеÑа', - chkPlay : 'ÐÑÑомаÑÑки ÑÑаÑÑ', - chkLoop : 'ÐонавÑаÑ', - chkMenu : 'УкÑÑÑи ÑÐ»ÐµÑ Ð¼ÐµÐ½Ð¸', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'СкалиÑаÑ', - scaleAll : 'ÐÑикажи Ñве', - scaleNoBorder : 'Ðез ивиÑе', - scaleFit : 'ÐопÑни повÑÑинÑ', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'Abs доле', - alignAbsMiddle : 'Abs ÑÑедина', - alignBaseline : 'Ðазно', - alignTextTop : 'ÐÑÑ ÑекÑÑа', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'ÐоÑа позадине', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'УнеÑиÑе УРРлинка', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'ÐÑовеÑи ÑпеловаÑе', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'ÐиÑе Ñ ÑеÑникÑ', - changeTo : 'Ðзмени', - btnIgnore : 'ÐгноÑиÑи', - btnIgnoreAll : 'ÐгноÑиÑи Ñве', - btnReplace : 'Ðамени', - btnReplaceAll : 'Ðамени Ñве', - btnUndo : 'ÐÑаÑи акÑиÑÑ', - noSuggestions : '- Ðез ÑÑгеÑÑиÑа -', - progress : 'ÐÑовеÑа ÑпеловаÑа Ñ ÑокÑ...', - noMispell : 'ÐÑовеÑа ÑпеловаÑа завÑÑена: гÑеÑке ниÑÑ Ð¿ÑонаÑене', - noChanges : 'ÐÑовеÑа ÑпеловаÑа завÑÑена: ÐиÑе измеÑена ниÑедна ÑеÑ', - oneChange : 'ÐÑовеÑа ÑпеловаÑа завÑÑена: ÐзмеÑена Ñе Ñедна ÑеÑ', - manyChanges : 'ÐÑовеÑа ÑпеловаÑа завÑÑена: %1 ÑеÑ(и) Ñе измеÑено', - ieSpellDownload : 'ÐÑовеÑа ÑпеловаÑа ниÑе инÑÑалиÑана. Ðа ли желиÑе да Ñе ÑкинеÑе Ñа ÐнÑеÑнеÑа?' - }, - - smiley : - { - toolbar : 'СмаÑли', - title : 'УнеÑи ÑмаÑлиÑа', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'ÐабÑоÑÐ¸Ð²Ñ Ð»Ð¸ÑÑÑ', - bulletedlist : 'ÐенабÑоÑива лиÑÑа', - indent : 'УвеÑÐ°Ñ Ð»ÐµÐ²Ñ Ð¼Ð°ÑгинÑ', - outdent : 'СмаÑи Ð»ÐµÐ²Ñ Ð¼Ð°ÑгинÑ', - - justify : - { - left : 'Ðево ÑавнаÑе', - center : 'ЦенÑÑиÑан ÑекÑÑ', - right : 'ÐеÑно ÑавнаÑе', - block : 'ÐбоÑÑÑано ÑавнаÑе' - }, - - blockquote : 'Block Quote', // MISSING - - clipboard : - { - title : 'Ðалепи', - cutError : 'СигÑÑноÑна подеÑаваÑа ÐаÑег пÑеÑÑаживаÑа не дозвоÑаваÑÑ Ð¾Ð¿ÐµÑаÑиÑе аÑÑомаÑÑког иÑеÑаÑа ÑекÑÑа. Ðолимо ÐÐ°Ñ Ð´Ð° коÑиÑÑиÑе пÑеÑиÑÑ Ñа ÑаÑÑаÑÑÑе (Ctrl/Cmd+X).', - copyError : 'СигÑÑноÑна подеÑаваÑа ÐаÑег пÑеÑÑаживаÑа не дозвоÑаваÑÑ Ð¾Ð¿ÐµÑаÑиÑе аÑÑомаÑÑког копиÑаÑа ÑекÑÑа. Ðолимо ÐÐ°Ñ Ð´Ð° коÑиÑÑиÑе пÑеÑиÑÑ Ñа ÑаÑÑаÑÑÑе (Ctrl/Cmd+C).', - pasteMsg : 'Ðолимо ÐÐ°Ñ Ð´Ð° залепиÑе ÑнÑÑÐ°Ñ Ð´Ð¾Ñе повÑÑине коÑиÑÑеÑи ÑаÑÑаÑÑÑÐ½Ñ Ð¿ÑеÑиÑÑ (<STRONG>Ctrl/Cmd+V</STRONG>) и да пÑиÑиÑнеÑе <STRONG>OK</STRONG>.', - 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 - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Ðалепи из Worda', - title : 'Ðалепи из Worda', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Ðалепи као ÑиÑÑ ÑекÑÑ', - title : 'Ðалепи као ÑиÑÑ ÑекÑÑ' - }, - - templates : - { - button : 'ÐбÑаÑÑи', - title : 'ÐбÑаÑÑи за ÑадÑжаÑ', - options : 'Template Options', // MISSING - insertOption : 'Replace actual contents', // MISSING - selectPromptMsg : 'Ðолимо ÐÐ°Ñ Ð´Ð° одабеÑеÑе обÑÐ°Ð·Ð°Ñ ÐºÐ¾Ñи Ñе биÑи пÑимеÑен на ÑÑÑаниÑÑ (ÑÑенÑÑни ÑадÑÐ¶Ð°Ñ Ñе биÑи обÑиÑан):', - emptyListMsg : '(Ðема деÑиниÑÐ°Ð½Ð¸Ñ Ð¾Ð±ÑазаÑа)' - }, - - showBlocks : 'Show Blocks', // MISSING - - stylesCombo : - { - label : 'СÑил', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'ФоÑмаÑ', - panelTitle : 'ФоÑмаÑ', - - tag_p : 'Normal', - tag_pre : 'Formatirano', - tag_address : 'Adresa', - 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_div : 'Normal (DIV)' // MISSING - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'ФонÑ', - voiceLabel : 'Font', // MISSING - panelTitle : 'ФонÑ' - }, - - fontSize : - { - label : 'ÐелиÑина ÑонÑа', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'ÐелиÑина ÑонÑа' - }, - - colorButton : - { - textColorTitle : 'ÐоÑа ÑекÑÑа', - bgColorTitle : 'ÐоÑа позадине', - panelTitle : 'Colors', // MISSING - auto : 'ÐÑÑомаÑÑки', - more : 'ÐиÑе боÑа...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'ÐÑобине докÑменÑа', - title : 'ÐÑобине докÑменÑа', - design : 'Design', // MISSING - meta : 'ÐеÑаподаÑи', - chooseColor : 'Choose', // MISSING - other : '<other>', - docTitle : 'ÐаÑлов ÑÑÑаниÑе', - charset : 'ÐодиÑаÑе ÑкÑпа каÑакÑеÑа', - charsetOther : 'ÐÑÑала кодиÑаÑа ÑкÑпа каÑакÑеÑа', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'ÐаглавÑе Ñипа докÑменÑа', - docTypeOther : 'ÐÑÑала заглавÑа Ñипа докÑменÑа', - xhtmlDec : 'УлÑÑÑи XHTML деклаÑаÑиÑе', - bgColor : 'ÐоÑа позадине', - bgImage : 'УРРпозадинÑке Ñлике', - bgFixed : 'ФикÑиÑана позадина', - txtColor : 'ÐоÑа ÑекÑÑа', - margin : 'ÐаÑгине ÑÑÑаниÑе', - marginTop : 'ÐоÑÑа', - marginLeft : 'Ðева', - marginRight : 'ÐеÑна', - marginBottom : 'ÐоÑа', - metaKeywords : 'ÐÑÑÑне ÑеÑи за индекÑиÑаÑе докÑменÑа (ÑаздвоÑене заÑезом)', - metaDescription : 'ÐÐ¿Ð¸Ñ Ð´Ð¾ÐºÑменÑа', - metaAuthor : 'ÐÑÑоÑ', - metaCopyright : 'ÐÑÑоÑÑка пÑава', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/sv.js b/skins/ckeditor/_source/lang/sv.js deleted file mode 100644 index c71744f..0000000 --- a/skins/ckeditor/_source/lang/sv.js +++ /dev/null @@ -1,811 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** -* @fileOverview -*/ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['sv'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, tryck ALT 0 för hjälp.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', - - // Toolbar buttons without dialogs. - source : 'Källa', - newPage : 'Ny sida', - save : 'Spara', - preview : 'Förhandsgranska', - cut : 'Klipp ut', - copy : 'Kopiera', - paste : 'Klistra in', - print : 'Skriv ut', - underline : 'Understruken', - bold : 'Fet', - italic : 'Kursiv', - selectAll : 'Markera allt', - removeFormat : 'Radera formatering', - strike : 'Genomstruken', - subscript : 'Nedsänkta tecken', - superscript : 'Upphöjda tecken', - horizontalrule : 'Infoga horisontal linje', - pagebreak : 'Infoga sidbrytning', - pagebreakAlt : 'Sidbrytning', - unlink : 'Radera länk', - undo : 'à ngra', - redo : 'Gör om', - - // Common messages and labels. - common : - { - browseServer : 'Bläddra pÃ¥ server', - url : 'URL', - protocol : 'Protokoll', - upload : 'Ladda upp', - uploadSubmit : 'Skicka till server', - image : 'Bild', - flash : 'Flash', - form : 'Formulär', - checkbox : 'Kryssruta', - radio : 'Alternativknapp', - textField : 'Textfält', - textarea : 'Textruta', - hiddenField : 'Dolt fält', - button : 'Knapp', - select : 'Flervalslista', - imageButton : 'Bildknapp', - notSet : '<ej angivet>', - id : 'Id', - name : 'Namn', - langDir : 'SprÃ¥kriktning', - langDirLtr : 'Vänster till Höger (VTH)', - langDirRtl : 'Höger till Vänster (HTV)', - langCode : 'SprÃ¥kkod', - longDescr : 'URL-beskrivning', - cssClass : 'Stilmall', - advisoryTitle : 'Titel', - cssStyle : 'Stilmall', - ok : 'OK', - cancel : 'Avbryt', - close : 'Stäng', - preview : 'Förhandsgranska', - generalTab : 'Allmänt', - advancedTab : 'Avancerad', - validateNumberFailed : 'Värdet är inte ett nummer.', - confirmNewPage : 'Alla ändringar i innehÃ¥llet kommer att förloras. Ãr du säker pÃ¥ att du vill ladda en ny sida?', - confirmCancel : 'NÃ¥gra av de alternativ har ändrats. Ãr du säker pÃ¥ att stänga dialogrutan?', - options : 'Alternativ', - target : 'MÃ¥l', - targetNew : 'Nytt fönster (_blank)', - targetTop : 'Ãversta fönstret (_top)', - targetSelf : 'Samma fönster (_self)', - targetParent : 'FöregÃ¥ende fönster (_parent)', - langDirLTR : 'Vänster till höger (LTR)', - langDirRTL : 'Höger till vänster (RTL)', - styles : 'Stil', - cssClasses : 'Stilmallar', - width : 'Bredd', - height : 'Höjd', - align : 'Justering', - alignLeft : 'Vänster', - alignRight : 'Höger', - alignCenter : 'Centrerad', - alignTop : 'Ãverkant', - alignMiddle : 'Mitten', - alignBottom : 'Nederkant', - invalidHeight : 'Höjd mÃ¥ste vara ett nummer.', - invalidWidth : 'Bredd mÃ¥ste vara ett nummer.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, Ej tillgänglig</span>' - }, - - contextmenu : - { - options : 'Context Menu Options' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Klistra in utökat tecken', - title : 'Välj utökat tecken', - options : 'Special Character Options' - }, - - // Link dialog. - link : - { - toolbar : 'Infoga/Redigera länk', - other : '<annan>', - menu : 'Redigera länk', - title : 'Länk', - info : 'Länkinformation', - target : 'MÃ¥l', - upload : 'Ladda upp', - advanced : 'Avancerad', - type : 'Länktyp', - toUrl : 'URL', - toAnchor : 'Ankare i sidan', - toEmail : 'E-post', - targetFrame : '<ram>', - targetPopup : '<popup-fönster>', - targetFrameName : 'MÃ¥lets ramnamn', - targetPopupName : 'Popup-fönstrets namn', - popupFeatures : 'Popup-fönstrets egenskaper', - popupResizable : 'Resizable', - popupStatusBar : 'Statusfält', - popupLocationBar: 'Adressfält', - popupToolbar : 'Verktygsfält', - popupMenuBar : 'Menyfält', - popupFullScreen : 'Helskärm (endast IE)', - popupScrollBars : 'Scrolllista', - popupDependent : 'Beroende (endast Netscape)', - popupLeft : 'Position frÃ¥n vänster', - popupTop : 'Position frÃ¥n sidans topp', - id : 'Id', - langDir : 'SprÃ¥kriktning', - langDirLTR : 'Vänster till höger (VTH)', - langDirRTL : 'Höger till vänster (HTV)', - acccessKey : 'Behörighetsnyckel', - name : 'Namn', - langCode : 'SprÃ¥kriktning', - tabIndex : 'Tabindex', - advisoryTitle : 'Titel', - advisoryContentType : 'InnehÃ¥llstyp', - cssClasses : 'Stylesheet class', - charset : 'Teckenuppställning', - styles : 'Stilmall', - rel : 'Relationship', // MISSING - selectAnchor : 'Välj ett ankare', - anchorName : 'efter ankarnamn', - anchorId : 'efter objektid', - emailAddress : 'E-postadress', - emailSubject : 'Ãmne', - emailBody : 'InnehÃ¥ll', - noAnchors : '(Inga ankare kunde hittas)', - noUrl : 'Var god ange länkens URL', - noEmail : 'Var god ange E-postadress' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Infoga/Redigera ankarlänk', - menu : 'Egenskaper för ankarlänk', - title : 'Egenskaper för ankarlänk', - name : 'Ankarnamn', - errorName : 'Var god ange ett ankarnamn', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Egenskaper för punktlista', - bulletedTitle : 'Egenskaper för punktlista', - type : 'Typ', - start : 'Start', - validateStartNumber :'List start number must be a whole number.', - circle : 'Cirkel', - disc : 'Disk', - square : 'Fyrkant', - none : 'Ingen', - notset : '<ej angiven>', - armenian : 'Armenisk numrering', - georgian : 'Georgisk numrering (an, ban, gan, etc.)', - lowerRoman : 'Romerska gemener (i, ii, iii, iv, v, etc.)', - upperRoman : 'Romerska versaler (I, II, III, IV, V, etc.)', - lowerAlpha : 'Alpha gemener (a, b, c, d, e, etc.)', - upperAlpha : 'Alpha versaler (A, B, C, D, E, etc.)', - lowerGreek : 'Grekiska gemener (alpha, beta, gamma, etc.)', - decimal : 'Decimal (1, 2, 3, etc.)', - decimalLeadingZero : 'Decimal nolla (01, 02, 03, etc.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Sök och ersätt', - find : 'Sök', - replace : 'Ersätt', - findWhat : 'Sök efter:', - replaceWith : 'Ersätt med:', - notFoundMsg : 'Angiven text kunde ej hittas.', - matchCase : 'Skiftläge', - matchWord : 'Inkludera hela ord', - matchCyclic : 'Matcha cykliska', - replaceAll : 'Ersätt alla', - replaceSuccessMsg : '%1 förekomst(er) ersatta.' - }, - - // Table Dialog - table : - { - toolbar : 'Tabell', - title : 'Tabellegenskaper', - menu : 'Tabellegenskaper', - deleteTable : 'Radera tabell', - rows : 'Rader', - columns : 'Kolumner', - border : 'Kantstorlek', - widthPx : 'pixlar', - widthPc : 'procent', - widthUnit : 'enhet bredd', - cellSpace : 'CellavstÃ¥nd', - cellPad : 'Cellutfyllnad', - caption : 'Rubrik', - summary : 'Sammanfattning', - headers : 'Ruberiker', - headersNone : 'Ingen', - headersColumn : 'Första kolumnen', - headersRow : 'Första raden', - headersBoth : 'BÃ¥da', - invalidRows : 'Antal rader mÃ¥ste vara större än 0.', - invalidCols : 'Antal kolumner mÃ¥ste vara ett nummer större än 0.', - invalidBorder : 'Ram mÃ¥ste vara ett nummer.', - invalidWidth : 'Tabell mÃ¥ste vara ett nummer.', - invalidHeight : 'Tabellens höjd mÃ¥ste vara ett nummer.', - invalidCellSpacing : 'Luft i cell mÃ¥ste vara ett nummer.', - invalidCellPadding : 'Luft i cell mÃ¥ste vara ett nummer.', - - cell : - { - menu : 'Cell', - insertBefore : 'Lägg till cell före', - insertAfter : 'Lägg till cell efter', - deleteCell : 'Radera celler', - merge : 'Sammanfoga celler', - mergeRight : 'Sammanfoga höger', - mergeDown : 'Sammanfoga ner', - splitHorizontal : 'Dela cell horisontellt', - splitVertical : 'Dela cell vertikalt', - title : 'Egenskaper för cell', - cellType : 'Celltyp', - rowSpan : 'Rad spann', - colSpan : 'Kolumnen spann', - wordWrap : 'Radbrytning', - hAlign : 'Horisontell justering', - vAlign : 'Vertikal justering', - alignBaseline : 'Baslinje', - bgColor : 'Bakgrundsfärg', - borderColor : 'Ramfärg', - data : 'Data', - header : 'Rubrik', - yes : 'Ja', - no : 'Nej', - invalidWidth : 'Cellens bredd mÃ¥ste vara ett nummer.', - invalidHeight : 'Cellens höjd mÃ¥ste vara ett nummer.', - invalidRowSpan : 'Radutvidgning mÃ¥ste vara ett heltal.', - invalidColSpan : 'Kolumn mÃ¥ste vara ett heltal.', - chooseColor : 'Välj' - }, - - row : - { - menu : 'Rad', - insertBefore : 'Lägg till Rad Före', - insertAfter : 'Lägg till rad efter', - deleteRow : 'Radera rad' - }, - - column : - { - menu : 'Kolumn', - insertBefore : 'Lägg till kolumn före', - insertAfter : 'Lägg till kolumn efter', - deleteColumn : 'Radera kolumn' - } - }, - - // Button Dialog. - button : - { - title : 'Egenskaper för knapp', - text : 'Text (värde)', - type : 'Typ', - typeBtn : 'Knapp', - typeSbm : 'Skicka', - typeRst : 'à terställ' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Egenskaper för kryssruta', - radioTitle : 'Egenskaper för alternativknapp', - value : 'Värde', - selected : 'Vald' - }, - - // Form Dialog. - form : - { - title : 'Egenskaper för formulär', - menu : 'Egenskaper för formulär', - action : 'Funktion', - method : 'Metod', - encoding : 'Kodning' - }, - - // Select Field Dialog. - select : - { - title : 'Egenskaper för flervalslista', - selectInfo : 'Information', - opAvail : 'Befintliga val', - value : 'Värde', - size : 'Storlek', - lines : 'Linjer', - chkMulti : 'TillÃ¥t flerval', - opText : 'Text', - opValue : 'Värde', - btnAdd : 'Lägg till', - btnModify : 'Redigera', - btnUp : 'Upp', - btnDown : 'Ner', - btnSetValue : 'Markera som valt värde', - btnDelete : 'Radera' - }, - - // Textarea Dialog. - textarea : - { - title : 'Egenskaper för textruta', - cols : 'Kolumner', - rows : 'Rader' - }, - - // Text Field Dialog. - textfield : - { - title : 'Egenskaper för textfält', - name : 'Namn', - value : 'Värde', - charWidth : 'Teckenbredd', - maxChars : 'Max antal tecken', - type : 'Typ', - typeText : 'Text', - typePass : 'Lösenord' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Egenskaper för dolt fält', - name : 'Namn', - value : 'Värde' - }, - - // Image Dialog. - image : - { - title : 'Bildegenskaper', - titleButton : 'Egenskaper för bildknapp', - menu : 'Bildegenskaper', - infoTab : 'Bildinformation', - btnUpload : 'Skicka till server', - upload : 'Ladda upp', - alt : 'Alternativ text', - lockRatio : 'LÃ¥s höjd/bredd förhÃ¥llanden', - resetSize : 'à terställ storlek', - border : 'Kant', - hSpace : 'Horis. marginal', - vSpace : 'Vert. marginal', - alertUrl : 'Var god och ange bildens URL', - linkTab : 'Länk', - button2Img : 'Vill du omvandla den valda bildknappen pÃ¥ en enkel bild?', - img2Button : 'Vill du omvandla den valda bildknappen pÃ¥ en enkel bild?', - urlMissing : 'Bildkällans URL saknas.', - validateBorder : 'Kantlinje mÃ¥ste vara ett heltal.', - validateHSpace : 'HSpace mÃ¥ste vara ett heltal.', - validateVSpace : 'VSpace mÃ¥ste vara ett heltal.' - }, - - // Flash Dialog - flash : - { - properties : 'Flashegenskaper', - propertiesTab : 'Egenskaper', - title : 'Flashegenskaper', - chkPlay : 'Automatisk uppspelning', - chkLoop : 'Upprepa/Loopa', - chkMenu : 'Aktivera Flashmeny', - chkFull : 'TillÃ¥t helskärm', - scale : 'Skala', - scaleAll : 'Visa allt', - scaleNoBorder : 'Ingen ram', - scaleFit : 'Exakt passning', - access : 'Script-tillgÃ¥ng', - accessAlways : 'Alltid', - accessSameDomain: 'Samma domän', - accessNever : 'Aldrig', - alignAbsBottom : 'Absolut nederkant', - alignAbsMiddle : 'Absolut centrering', - alignBaseline : 'Baslinje', - alignTextTop : 'Text överkant', - quality : 'Kvalitet', - qualityBest : 'Bäst', - qualityHigh : 'Hög', - qualityAutoHigh : 'Auto Hög', - qualityMedium : 'Medium', - qualityAutoLow : 'Auto LÃ¥g', - qualityLow : 'LÃ¥g', - windowModeWindow: 'Fönster', - windowModeOpaque: 'Opaque', - windowModeTransparent : 'Transparent', - windowMode : 'Fönsterläge', - flashvars : 'Variabler för Flash', - bgcolor : 'Bakgrundsfärg', - hSpace : 'Horis. marginal', - vSpace : 'Vert. marginal', - validateSrc : 'Var god ange länkens URL', - validateHSpace : 'HSpace mÃ¥ste vara ett nummer.', - validateVSpace : 'VSpace mÃ¥ste vara ett nummer.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Stavningskontroll', - title : 'Kontrollera stavning', - notAvailable : 'Tyvärr är tjänsten ej tillgänglig nu', - errorLoading : 'Tjänsten är ej tillgänglig: %s.', - notInDic : 'Saknas i ordlistan', - changeTo : 'Ãndra till', - btnIgnore : 'Ignorera', - btnIgnoreAll : 'Ignorera alla', - btnReplace : 'Ersätt', - btnReplaceAll : 'Ersätt alla', - btnUndo : 'à ngra', - noSuggestions : '- Förslag saknas -', - progress : 'Stavningskontroll pÃ¥gÃ¥r...', - noMispell : 'Stavningskontroll slutförd: Inga stavfel pÃ¥träffades.', - noChanges : 'Stavningskontroll slutförd: Inga ord rättades.', - oneChange : 'Stavningskontroll slutförd: Ett ord rättades.', - manyChanges : 'Stavningskontroll slutförd: %1 ord rättades.', - ieSpellDownload : 'Stavningskontrollen är ej installerad. Vill du göra det nu?' - }, - - smiley : - { - toolbar : 'Smiley', - title : 'Infoga smiley', - options : 'Smileyinställningar' - }, - - elementsPath : - { - eleLabel : 'Elementets sökväg', - eleTitle : '%1 element' - }, - - numberedlist : 'Numrerad lista', - bulletedlist : 'Punktlista', - indent : 'Ãka indrag', - outdent : 'Minska indrag', - - justify : - { - left : 'Vänsterjustera', - center : 'Centrera', - right : 'Högerjustera', - block : 'Justera till marginaler' - }, - - blockquote : 'Blockcitat', - - clipboard : - { - title : 'Klistra in', - cutError : 'Säkerhetsinställningar i Er webläsare tillÃ¥ter inte Ã¥tgÃ¥rden Klipp ut. Använd (Ctrl/Cmd+X) istället.', - copyError : 'Säkerhetsinställningar i Er webläsare tillÃ¥ter inte Ã¥tgÃ¥rden Kopiera. Använd (Ctrl/Cmd+C) istället', - pasteMsg : 'Var god och klistra in Er text i rutan nedan genom att använda (<STRONG>Ctrl/Cmd+V</STRONG>) klicka sen pÃ¥ <STRONG>OK</STRONG>.', - securityMsg : 'PÃ¥ grund av din webbläsares säkerhetsinställningar kan verktyget inte fÃ¥ Ã¥tkomst till urklippsdatan. Var god och använd detta fönster istället.', - pasteArea : 'Paste Area' - }, - - pastefromword : - { - confirmCleanup : 'Texten du vill klistra in verkar vara kopierad frÃ¥n Word. Vill du rensa innan du klistrar?', - toolbar : 'Klistra in frÃ¥n Word', - title : 'Klistra in frÃ¥n Word', - error : 'Det var inte möjligt att städa upp den inklistrade data pÃ¥ grund av ett internt fel' - }, - - pasteText : - { - button : 'Klistra in som vanlig text', - title : 'Klistra in som vanlig text' - }, - - templates : - { - button : 'Sidmallar', - title : 'Sidmallar', - options : 'Inställningar för mall', - insertOption : 'Ersätt aktuellt innehÃ¥ll', - selectPromptMsg : 'Var god välj en mall att använda med editorn<br>(allt nuvarande innehÃ¥ll raderas):', - emptyListMsg : '(Ingen mall är vald)' - }, - - showBlocks : 'Visa block', - - stylesCombo : - { - label : 'Anpassad stil', - panelTitle : 'Formatmallar', - panelTitle1 : 'Blockstil', - panelTitle2 : 'Inbäddad stil', - panelTitle3 : 'Objektets stil' - }, - - format : - { - label : 'Teckenformat', - panelTitle : 'Teckenformat', - - tag_p : 'Normal', - tag_pre : 'Formaterad', - tag_address : 'Adress', - tag_h1 : 'Rubrik 1', - tag_h2 : 'Rubrik 2', - tag_h3 : 'Rubrik 3', - tag_h4 : 'Rubrik 4', - tag_h5 : 'Rubrik 5', - tag_h6 : 'Rubrik 6', - tag_div : 'Normal (DIV)' - }, - - div : - { - title : 'Skapa Div container', - toolbar : 'Skapa Div container', - cssClassInputLabel : 'Stilmallar', - styleSelectLabel : 'Stil', - IdInputLabel : 'Id', - languageCodeInputLabel : ' SprÃ¥kkod', - inlineStyleInputLabel : 'Inline Style', - advisoryTitleInputLabel : 'RÃ¥dgivande titel', - langDirLabel : 'SprÃ¥kriktning', - langDirLTRLabel : 'Vänster till Höger (LTR)', - langDirRTLLabel : 'Höger till vänster (RTL)', - edit : 'Redigera Div', - remove : 'Ta bort Div' - }, - - iframe : - { - title : 'iFrame Egenskaper', - toolbar : 'iFrame', - noUrl : 'Skriv in URL för iFrame', - scrolling : 'Aktivera rullningslister', - border : 'Visa ramkant' - }, - - font : - { - label : 'Typsnitt', - voiceLabel : 'Typsnitt', - panelTitle : 'Typsnitt' - }, - - fontSize : - { - label : 'Storlek', - voiceLabel : 'Teckenstorlek', - panelTitle : 'Storlek' - }, - - colorButton : - { - textColorTitle : 'Textfärg', - bgColorTitle : 'Bakgrundsfärg', - panelTitle : 'Färger', - auto : 'Automatisk', - more : 'Fler färger...' - }, - - colors : - { - '000' : 'Svart', - '800000' : 'Rödbrun', - '8B4513' : 'Mörkbrun', - '2F4F4F' : 'SkiffergrÃ¥', - '008080' : 'Kricka', - '000080' : 'MarinblÃ¥', - '4B0082' : 'Indigo', - '696969' : 'MörkgrÃ¥', - 'B22222' : 'Tegelsten', - 'A52A2A' : 'Brun', - 'DAA520' : 'Mörk guld', - '006400' : 'Mörkgrön', - '40E0D0' : 'Turkos', - '0000CD' : 'Medium blÃ¥', - '800080' : 'Lila', - '808080' : 'GrÃ¥', - 'F00' : 'Röd', - 'FF8C00' : 'Mörkorange', - 'FFD700' : 'Guld', - '008000' : 'Grön', - '0FF' : 'Turkos', - '00F' : 'BlÃ¥', - 'EE82EE' : 'Violett', - 'A9A9A9' : 'Matt grÃ¥', - 'FFA07A' : 'Laxrosa', - 'FFA500' : 'Orange', - 'FFFF00' : 'Gul', - '00FF00' : 'Lime', - 'AFEEEE' : 'Ljusturkos', - 'ADD8E6' : 'LjusblÃ¥', - 'DDA0DD' : 'Plommon', - 'D3D3D3' : 'LjusgrÃ¥', - 'FFF0F5' : 'Ljus lavender', - 'FAEBD7' : 'Antikvit', - 'FFFFE0' : 'Ljusgul', - 'F0FFF0' : 'Honung', - 'F0FFFF' : 'AzurblÃ¥', - 'F0F8FF' : 'AliceblÃ¥', - 'E6E6FA' : 'Lavender', - 'FFF' : 'Vit' - }, - - scayt : - { - title : 'Stavningskontroll medan du skriver', - opera_title : 'Stöds ej av Opera', - enable : 'Aktivera SCAYT', - disable : 'Inaktivera SCAYT', - about : 'Om SCAYT', - toggle : 'Växla SCAYT', - options : 'Inställningar', - langs : 'SprÃ¥k', - moreSuggestions : 'Fler förslag', - ignore : 'Ignorera', - ignoreAll : 'Ignorera alla', - addWord : 'Lägg till ord', - emptyDic : 'Ordlistans namn fÃ¥r ej vara tomt.', - - optionsTab : 'Inställningar', - allCaps : 'Ignorera alla ord med enbart versaler', - ignoreDomainNames : 'Ignorera domännamn', - mixedCase : 'Ignorera ord med blandat shiftläge', - mixedWithDigits : 'Ignorera ord med nummer', - - languagesTab : 'SprÃ¥k', - - dictionariesTab : 'Ordlistor', - dic_field_name : 'Ordlistans namn', - dic_create : 'Skapa', - dic_restore : 'à terställ', - dic_delete : 'Ta bort', - dic_rename : 'Byt namn', - dic_info : 'Inledningsvis lagras ordlistan i en cookie. När ordlista växer till en punkt där det inte kan lagras i en cookie, lagras den pÃ¥ vÃ¥r server. För att lagra din personliga ordlista pÃ¥ vÃ¥r server du ska ange ett namn för din ordbok. Om du redan har en lagrad ordbok, skriv namnet och klicka pÃ¥ knappen à terställ.', - - aboutTab : 'Om' - }, - - about : - { - title : 'Om CKEditor', - dlgTitle : 'Om CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'För information av licenciering besök vÃ¥r hemsida:', - copy : 'Copyright © $1. Alla rättigheter reserverade.' - }, - - maximize : 'Maximera', - minimize : 'Minimera', - - fakeobjects : - { - anchor : 'Ankare', - flash : 'Flashanimation', - iframe : 'iFrame', - hiddenfield : 'Gömt fält', - unknown : 'Okänt objekt' - }, - - resize : 'Dra för att ändra storlek', - - colordialog : - { - title : 'Välj färg', - options : 'Färgalternativ', - highlight : 'Markera', - selected : 'Vald färg', - clear : 'Rensa' - }, - - toolbarCollapse : 'Dölj verktygsfält', - toolbarExpand : 'Visa verktygsfält', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text riktning frÃ¥n vänster till höger', - rtl : 'Text riktning frÃ¥n höger till vänster' - }, - - docprops : - { - label : 'Dokumentegenskaper', - title : 'Dokumentegenskaper', - design : 'Design', // MISSING - meta : 'Metadata', - chooseColor : 'Välj', - other : '<annan>', - docTitle : 'Sidtitel', - charset : 'Teckenuppsättningar', - charsetOther : 'Ãvriga teckenuppsättningar', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central Europa', - charsetCT : 'Traditionell Kinesisk (Big5)', - charsetCR : 'Kyrillisk', - charsetGR : 'Grekiska', - charsetJP : 'Japanska', - charsetKR : 'Koreanska', - charsetTR : 'Turkiska', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Väst Europa', - docType : 'Sidhuvud', - docTypeOther : 'Ãvriga sidhuvuden', - xhtmlDec : 'Inkludera XHTML deklaration', - bgColor : 'Bakgrundsfärg', - bgImage : 'Bakgrundsbildens URL', - bgFixed : 'Fast bakgrund', - txtColor : 'Textfärg', - margin : 'Sidmarginal', - marginTop : 'Topp', - marginLeft : 'Vänster', - marginRight : 'Höger', - marginBottom : 'Botten', - metaKeywords : 'Sidans nyckelord', - metaDescription : 'Sidans beskrivning', - metaAuthor : 'Författare', - metaCopyright : 'Upphovsrätt', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/th.js b/skins/ckeditor/_source/lang/th.js deleted file mode 100644 index e6b9779..0000000 --- a/skins/ckeditor/_source/lang/th.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Thai language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['th'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'à¸à¸¹à¸£à¸«à¸±à¸ª HTML', - newPage : 'สรà¹à¸²à¸à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£à¹à¸«à¸¡à¹', - save : 'à¸à¸±à¸à¸à¸¶à¸', - preview : 'à¸à¸¹à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£à¸à¸±à¸§à¸à¸¢à¹à¸²à¸', - cut : 'à¸à¸±à¸', - copy : 'สำà¹à¸à¸²', - paste : 'วาà¸', - print : 'สัà¹à¸à¸à¸´à¸¡à¸à¹', - underline : 'à¸à¸±à¸§à¸à¸µà¸à¹à¸ªà¹à¸à¹à¸à¹', - bold : 'à¸à¸±à¸§à¸«à¸à¸²', - italic : 'à¸à¸±à¸§à¹à¸à¸µà¸¢à¸', - selectAll : 'à¹à¸¥à¸·à¸à¸à¸à¸±à¹à¸à¸«à¸¡à¸', - removeFormat : 'ลà¹à¸²à¸à¸£à¸¹à¸à¹à¸à¸', - strike : 'à¸à¸±à¸§à¸à¸µà¸à¹à¸ªà¹à¸à¸à¸±à¸', - subscript : 'à¸à¸±à¸§à¸«à¹à¸à¸¢', - superscript : 'à¸à¸±à¸§à¸¢à¸', - horizontalrule : 'à¹à¸à¸£à¸à¹à¸ªà¹à¸à¸à¸±à¹à¸à¸à¸£à¸£à¸à¸±à¸', - pagebreak : 'à¹à¸à¸£à¸à¸à¸±à¸§à¹à¸à¹à¸à¸«à¸à¹à¸² Page Break', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'ลภลิà¸à¸à¹', - undo : 'ยà¸à¹à¸¥à¸´à¸à¸à¸³à¸ªà¸±à¹à¸', - redo : 'à¸à¸³à¸à¹à¸³à¸à¸³à¸ªà¸±à¹à¸', - - // Common messages and labels. - common : - { - browseServer : 'à¹à¸à¸´à¸à¸«à¸à¹à¸²à¸à¹à¸²à¸à¸à¸±à¸à¸à¸²à¸£à¹à¸à¸¥à¹à¸à¸±à¸à¹à¸«à¸¥à¸', - url : 'à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸ URL', - protocol : 'à¹à¸à¸£à¹à¸à¸à¸à¸¥', - upload : 'à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹', - uploadSubmit : 'à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹à¹à¸à¹à¸à¹à¸à¹à¸§à¹à¸à¸µà¹à¹à¸à¸£à¸·à¹à¸à¸à¹à¸¡à¹à¸à¹à¸²à¸¢ (à¹à¸à¸´à¸£à¹à¸à¹à¸§à¸à¸£à¹)', - image : 'รูà¸à¸ าà¸', - flash : 'à¹à¸à¸¥à¹ Flash', - form : 'à¹à¸à¸à¸à¸à¸£à¹à¸¡', - checkbox : 'à¹à¸à¹à¸à¸à¹à¸à¸', - radio : 'à¹à¸£à¸à¸´à¹à¸à¸à¸±à¸à¸à¸à¸', - textField : 'à¹à¸à¹à¸à¸à¹à¸à¸´à¸¥à¸à¹', - textarea : 'à¹à¸à¹à¸à¸à¹à¹à¸à¹à¸£à¸µà¸¢', - hiddenField : 'ฮิà¸à¹à¸à¸à¸à¸´à¸¥à¸à¹', - button : 'à¸à¸¸à¹à¸¡', - select : 'à¹à¸à¸à¸à¸±à¸§à¹à¸¥à¸·à¸à¸', - imageButton : 'à¸à¸¸à¹à¸¡à¹à¸à¸à¸£à¸¹à¸à¸ าà¸', - notSet : '<à¹à¸¡à¹à¸£à¸°à¸à¸¸>', - id : 'à¹à¸à¸à¸µ', - name : 'à¸à¸·à¹à¸', - langDir : 'à¸à¸²à¸£à¹à¸à¸µà¸¢à¸-à¸à¹à¸²à¸à¸ าษา', - langDirLtr : 'à¸à¸²à¸à¸à¹à¸²à¸¢à¹à¸à¸à¸§à¸² (LTR)', - langDirRtl : 'à¸à¸²à¸à¸à¸§à¸²à¸¡à¸²à¸à¹à¸²à¸¢ (RTL)', - langCode : 'รหัสภาษา', - longDescr : 'à¸à¸³à¸à¸à¸´à¸à¸²à¸¢à¸à¸£à¸°à¸à¸à¸ URL', - cssClass : 'à¸à¸¥à¸²à¸ªà¸à¸à¸à¹à¸à¸¥à¹à¸à¸³à¸«à¸à¸à¸¥à¸±à¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥', - advisoryTitle : 'à¸à¸³à¹à¸à¸£à¸´à¹à¸à¸à¸³', - cssStyle : 'ลัà¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥', - ok : 'à¸à¸à¸¥à¸', - cancel : 'ยà¸à¹à¸¥à¸´à¸', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING - advancedTab : 'à¸à¸±à¹à¸à¸ªà¸¹à¸', - 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 : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : 'à¸à¸§à¸²à¸¡à¸à¸§à¹à¸²à¸', - height : 'à¸à¸§à¸²à¸¡à¸ªà¸¹à¸', - align : 'à¸à¸²à¸£à¸à¸±à¸à¸§à¸²à¸', - alignLeft : 'à¸à¸´à¸à¸à¹à¸²à¸¢', - alignRight : 'à¸à¸´à¸à¸à¸§à¸²', - alignCenter : 'à¸à¸¶à¹à¸à¸à¸¥à¸²à¸', - alignTop : 'à¸à¸à¸ªà¸¸à¸', - alignMiddle : 'à¸à¸¶à¹à¸à¸à¸¥à¸²à¸à¹à¸à¸§à¸à¸±à¹à¸', - alignBottom : 'à¸à¸´à¸à¸à¹à¸²à¸à¸¥à¹à¸²à¸', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'à¹à¸à¸£à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸´à¹à¸¨à¸©', - title : 'à¹à¸à¸£à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸´à¹à¸¨à¸©', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'à¹à¸à¸£à¸/à¹à¸à¹à¹à¸ ลิà¸à¸à¹', - other : '<à¸à¸·à¹à¸ à¹>', - menu : 'à¹à¸à¹à¹à¸ ลิà¸à¸à¹', - title : 'ลิà¸à¸à¹à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸à¹à¸§à¹à¸ à¸à¸µà¹à¸¡à¸¥à¹ รูà¸à¸ าภหรืà¸à¹à¸à¸¥à¹à¸à¸·à¹à¸à¹', - info : 'รายละà¹à¸à¸µà¸¢à¸', - target : 'à¸à¸²à¸£à¹à¸à¸´à¸à¸«à¸à¹à¸²à¸¥à¸´à¸à¸à¹', - upload : 'à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹', - advanced : 'à¸à¸±à¹à¸à¸ªà¸¹à¸', - type : 'à¸à¸£à¸°à¹à¸ à¸à¸à¸à¸à¸¥à¸´à¸à¸à¹', - toUrl : 'URL', // MISSING - toAnchor : 'à¸à¸¸à¸à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸ (Anchor)', - toEmail : 'สà¹à¸à¸à¸µà¹à¸¡à¸¥à¹ (E-Mail)', - targetFrame : '<à¹à¸à¸´à¸à¹à¸à¹à¸à¸£à¸¡>', - targetPopup : '<à¹à¸à¸´à¸à¸«à¸à¹à¸²à¸à¸à¹à¸¥à¹à¸ (Pop-up)>', - targetFrameName : 'à¸à¸·à¹à¸à¸à¸²à¸£à¹à¹à¸à¹à¸à¹à¸à¸£à¸¡', - targetPopupName : 'ระà¸à¸¸à¸à¸·à¹à¸à¸«à¸à¹à¸²à¸à¸à¹à¸¥à¹à¸ (Pop-up)', - popupFeatures : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¸«à¸à¹à¸²à¸à¸à¹à¸¥à¹à¸ (Pop-up)', - popupResizable : 'Resizable', // MISSING - popupStatusBar : 'à¹à¸ªà¸à¸à¹à¸à¸à¸ªà¸à¸²à¸à¸°', - popupLocationBar: 'à¹à¸ªà¸à¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¸à¸à¹à¸à¸¥à¹', - popupToolbar : 'à¹à¸ªà¸à¸à¹à¸à¸à¹à¸à¸£à¸·à¹à¸à¸à¸¡à¸·à¸', - popupMenuBar : 'à¹à¸ªà¸à¸à¹à¸à¸à¹à¸¡à¸à¸¹', - popupFullScreen : 'à¹à¸ªà¸à¸à¹à¸à¹à¸¡à¸«à¸à¹à¸²à¸à¸ (IE5.5++ à¹à¸à¹à¸²à¸à¸±à¹à¸)', - popupScrollBars : 'à¹à¸ªà¸à¸à¹à¸à¸à¹à¸¥à¸·à¹à¸à¸', - popupDependent : 'à¹à¸ªà¸à¸à¹à¸à¹à¸¡à¸«à¸à¹à¸²à¸à¸ (Netscape)', - popupLeft : 'à¸à¸´à¸à¸±à¸à¸à¹à¸²à¸¢ (Left Position)', - popupTop : 'à¸à¸´à¸à¸±à¸à¸à¸ (Top Position)', - id : 'Id', // MISSING - langDir : 'à¸à¸²à¸£à¹à¸à¸µà¸¢à¸-à¸à¹à¸²à¸à¸ าษา', - langDirLTR : 'à¸à¸²à¸à¸à¹à¸²à¸¢à¹à¸à¸à¸§à¸² (LTR)', - langDirRTL : 'à¸à¸²à¸à¸à¸§à¸²à¸¡à¸²à¸à¹à¸²à¸¢ (RTL)', - acccessKey : 'à¹à¸à¸à¹à¸à¸ª à¸à¸µà¸¢à¹', - name : 'à¸à¸·à¹à¸', - langCode : 'à¸à¸²à¸£à¹à¸à¸µà¸¢à¸-à¸à¹à¸²à¸à¸ าษา', - tabIndex : 'ลำà¸à¸±à¸à¸à¸à¸ à¹à¸à¹à¸', - advisoryTitle : 'à¸à¸³à¹à¸à¸£à¸´à¹à¸à¸à¸³', - advisoryContentType : 'à¸à¸à¸´à¸à¸à¸à¸à¸à¸³à¹à¸à¸£à¸´à¹à¸à¸à¸³', - cssClasses : 'à¸à¸¥à¸²à¸ªà¸à¸à¸à¹à¸à¸¥à¹à¸à¸³à¸«à¸à¸à¸¥à¸±à¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥', - charset : 'ลิà¸à¸à¹à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸à¹à¸à¸¢à¸±à¸à¸à¸¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£', - styles : 'ลัà¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥', - rel : 'Relationship', // MISSING - selectAnchor : 'ระà¸à¸¸à¸à¹à¸à¸¡à¸¹à¸¥à¸à¸à¸à¸à¸¸à¸à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸ (Anchor)', - anchorName : 'à¸à¸·à¹à¸', - anchorId : 'à¹à¸à¸à¸µ', - emailAddress : 'à¸à¸µà¹à¸¡à¸¥à¹ (E-Mail)', - emailSubject : 'หัวà¹à¸£à¸·à¹à¸à¸', - emailBody : 'à¸à¹à¸à¸à¸§à¸²à¸¡', - noAnchors : '(ยัà¸à¹à¸¡à¹à¸¡à¸µà¸à¸¸à¸à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸à¸ ายà¹à¸à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£à¸à¸µà¹)', - noUrl : 'à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸à¸à¸à¸à¹à¸¥à¸à¹ (URL)', - noEmail : 'à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸µà¹à¸¡à¸¥à¹ (E-mail)' - }, - - // Anchor dialog - anchor : - { - toolbar : 'à¹à¸à¸£à¸/à¹à¸à¹à¹à¸ Anchor', - menu : 'รายละà¹à¸à¸µà¸¢à¸ Anchor', - title : 'รายละà¹à¸à¸µà¸¢à¸ Anchor', - name : 'à¸à¸·à¹à¸ Anchor', - errorName : 'à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸·à¹à¸à¸à¸à¸ Anchor', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Find and Replace', // MISSING - find : 'à¸à¹à¸à¸«à¸²', - replace : 'à¸à¹à¸à¸«à¸²à¹à¸¥à¸°à¹à¸à¸à¸à¸µà¹', - findWhat : 'à¸à¹à¸à¸«à¸²à¸à¸³à¸§à¹à¸²:', - replaceWith : 'à¹à¸à¸à¸à¸µà¹à¸à¹à¸§à¸¢:', - notFoundMsg : 'à¹à¸¡à¹à¸à¸à¸à¸³à¸à¸µà¹à¸à¹à¸à¸«à¸².', - matchCase : 'à¸à¸±à¸§à¹à¸«à¸à¹-à¹à¸¥à¹à¸ à¸à¹à¸à¸à¸à¸£à¸à¸à¸±à¸', - matchWord : 'à¸à¹à¸à¸à¸à¸£à¸à¸à¸±à¸à¸à¸¸à¸à¸à¸³', - matchCyclic : 'Match cyclic', // MISSING - replaceAll : 'à¹à¸à¸à¸à¸µà¹à¸à¸±à¹à¸à¸«à¸¡à¸à¸à¸µà¹à¸à¸', - replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING - }, - - // Table Dialog - table : - { - toolbar : 'à¸à¸²à¸£à¸²à¸', - title : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¸à¸²à¸£à¸²à¸', - menu : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¸à¸²à¸£à¸²à¸', - deleteTable : 'ลà¸à¸à¸²à¸£à¸²à¸', - rows : 'à¹à¸à¸§', - columns : 'สà¸à¸¡à¸à¹', - border : 'à¸à¸à¸²à¸à¹à¸ªà¹à¸à¸à¸à¸', - widthPx : 'à¸à¸¸à¸à¸ªà¸µ', - widthPc : 'à¹à¸à¸à¸£à¹à¹à¸à¹à¸', - widthUnit : 'width unit', // MISSING - cellSpace : 'ระยะà¹à¸à¸§à¸à¸à¸à¸', - cellPad : 'ระยะà¹à¸à¸§à¸à¸±à¹à¸', - caption : 'หัวà¹à¸£à¸·à¹à¸à¸à¸à¸à¸à¸à¸²à¸£à¸²à¸', - summary : 'สรุà¸à¸à¸§à¸²à¸¡', - headers : 'Headers', // MISSING - headersNone : 'None', // MISSING - headersColumn : 'First column', // MISSING - headersRow : 'First Row', // MISSING - headersBoth : 'Both', // MISSING - invalidRows : 'Number of rows must be a number greater than 0.', // MISSING - invalidCols : 'Number of columns must be a number greater than 0.', // MISSING - invalidBorder : 'Border size must be a number.', // MISSING - invalidWidth : 'Table width must be a number.', // MISSING - invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING - invalidCellPadding : 'Cell padding must be a positive number.', // MISSING - - cell : - { - menu : 'à¸à¹à¸à¸à¸à¸²à¸£à¸²à¸', - insertBefore : 'Insert Cell Before', // MISSING - insertAfter : 'Insert Cell After', // MISSING - deleteCell : 'ลà¸à¸à¹à¸à¸', - merge : 'à¸à¸ªà¸²à¸à¸à¹à¸à¸', - mergeRight : 'Merge Right', // MISSING - mergeDown : 'Merge Down', // MISSING - splitHorizontal : 'Split Cell Horizontally', // MISSING - splitVertical : 'Split Cell Vertically', // MISSING - title : 'Cell Properties', // MISSING - cellType : 'Cell Type', // MISSING - rowSpan : 'Rows Span', // MISSING - colSpan : 'Columns Span', // MISSING - wordWrap : 'Word Wrap', // MISSING - hAlign : 'Horizontal Alignment', // MISSING - vAlign : 'Vertical Alignment', // MISSING - alignBaseline : 'Baseline', // MISSING - bgColor : 'Background Color', // MISSING - borderColor : 'Border Color', // MISSING - data : 'Data', // MISSING - header : 'Header', // MISSING - yes : 'Yes', // MISSING - no : 'No', // MISSING - invalidWidth : 'Cell width must be a number.', // MISSING - invalidHeight : 'Cell height must be a number.', // MISSING - invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.', // MISSING - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'à¹à¸à¸§', - insertBefore : 'Insert Row Before', // MISSING - insertAfter : 'Insert Row After', // MISSING - deleteRow : 'ลà¸à¹à¸à¸§' - }, - - column : - { - menu : 'à¸à¸à¸¥à¸±à¸¡à¸à¹', - insertBefore : 'Insert Column Before', // MISSING - insertAfter : 'Insert Column After', // MISSING - deleteColumn : 'ลà¸à¸ªà¸à¸¡à¸à¹' - } - }, - - // Button Dialog. - button : - { - title : 'รายละà¹à¸à¸µà¸¢à¸à¸à¸à¸ à¸à¸¸à¹à¸¡', - text : 'à¸à¹à¸à¸à¸§à¸²à¸¡ (à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£)', - type : 'à¸à¹à¸à¸à¸§à¸²à¸¡', - typeBtn : 'Button', - typeSbm : 'Submit', - typeRst : 'Reset' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¹à¸à¸à¹à¸à¸', - radioTitle : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸£à¸à¸´à¹à¸à¸à¸±à¸à¸à¸à¸', - value : 'à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£', - selected : 'à¹à¸¥à¸·à¸à¸à¹à¸à¹à¸à¸à¹à¸²à¹à¸£à¸´à¹à¸¡à¸à¹à¸' - }, - - // Form Dialog. - form : - { - title : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¸à¸à¸à¸£à¹à¸¡', - menu : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¸à¸à¸à¸£à¹à¸¡', - action : 'à¹à¸à¸à¸à¸±à¹à¸', - method : 'à¹à¸¡à¸à¸à¸', - encoding : 'Encoding' // MISSING - }, - - // Select Field Dialog. - select : - { - title : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¸à¸à¸±à¸§à¹à¸¥à¸·à¸à¸', - selectInfo : 'à¸à¸´à¸à¹à¸', - opAvail : 'รายà¸à¸²à¸£à¸à¸±à¸§à¹à¸¥à¸·à¸à¸', - value : 'à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£', - size : 'à¸à¸à¸²à¸', - lines : 'à¸à¸£à¸£à¸à¸±à¸', - chkMulti : 'à¹à¸¥à¸·à¸à¸à¸«à¸¥à¸²à¸¢à¸à¹à¸²à¹à¸à¹', - opText : 'à¸à¹à¸à¸à¸§à¸²à¸¡', - opValue : 'à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£', - btnAdd : 'à¹à¸à¸´à¹à¸¡', - btnModify : 'à¹à¸à¹à¹à¸', - btnUp : 'à¸à¸', - btnDown : 'ลà¹à¸²à¸', - btnSetValue : 'à¹à¸¥à¸·à¸à¸à¹à¸à¹à¸à¸à¹à¸²à¹à¸£à¸´à¹à¸¡à¸à¹à¸', - btnDelete : 'ลà¸' - }, - - // Textarea Dialog. - textarea : - { - title : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¹à¸à¹à¸à¹à¸£à¸µà¸¢', - cols : 'สà¸à¸¡à¸ à¹', - rows : 'à¹à¸à¸§' - }, - - // Text Field Dialog. - textfield : - { - title : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¹à¸à¸à¹à¸à¸´à¸¥à¸à¹', - name : 'à¸à¸·à¹à¸', - value : 'à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£', - charWidth : 'à¸à¸§à¸²à¸¡à¸à¸§à¹à¸²à¸', - maxChars : 'à¸à¸³à¸à¸§à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸ªà¸¹à¸à¸ªà¸¸à¸', - type : 'à¸à¸à¸´à¸', - typeText : 'à¸à¹à¸à¸à¸§à¸²à¸¡', - typePass : 'รหัสà¸à¹à¸²à¸' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ ฮิà¸à¹à¸à¸à¸à¸´à¸¥à¸à¹', - name : 'à¸à¸·à¹à¸', - value : 'à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£' - }, - - // Image Dialog. - image : - { - title : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ รูà¸à¸ าà¸', - titleButton : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¸à¸¸à¹à¸¡à¹à¸à¸à¸£à¸¹à¸à¸ าà¸', - menu : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ รูà¸à¸ าà¸', - infoTab : 'à¸à¹à¸à¸¡à¸¹à¸¥à¸à¸à¸à¸£à¸¹à¸à¸ าà¸', - btnUpload : 'à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹à¹à¸à¹à¸à¹à¸à¹à¸§à¹à¸à¸µà¹à¹à¸à¸£à¸·à¹à¸à¸à¹à¸¡à¹à¸à¹à¸²à¸¢ (à¹à¸à¸´à¸£à¹à¸à¹à¸§à¸à¸£à¹)', - upload : 'à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹', - alt : 'à¸à¸³à¸à¸£à¸°à¸à¸à¸à¸£à¸¹à¸à¸ าà¸', - lockRatio : 'à¸à¸³à¸«à¸à¸à¸à¸±à¸à¸£à¸²à¸ªà¹à¸§à¸ à¸à¸§à¹à¸²à¸-สูภà¹à¸à¸à¸à¸à¸à¸µà¹', - resetSize : 'à¸à¸³à¸«à¸à¸à¸£à¸¹à¸à¹à¸à¹à¸²à¸à¸à¸²à¸à¸à¸£à¸´à¸', - border : 'à¸à¸à¸²à¸à¸à¸à¸à¸£à¸¹à¸', - hSpace : 'ระยะà¹à¸à¸§à¸à¸à¸', - vSpace : 'ระยะà¹à¸à¸§à¸à¸±à¹à¸', - alertUrl : 'à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸à¸à¸à¸à¹à¸¥à¸à¹à¸à¸à¸à¹à¸à¸¥à¹à¸£à¸¹à¸à¸ าภ(URL)', - linkTab : 'ลิà¹à¸à¸à¹', - button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¹à¸à¸¥à¹ Flash', - propertiesTab : 'Properties', // MISSING - title : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¹à¸à¸¥à¹ Flash', - chkPlay : 'à¹à¸¥à¹à¸à¸à¸±à¸à¹à¸à¸¡à¸±à¸à¸´ Auto Play', - chkLoop : 'à¹à¸¥à¹à¸à¸§à¸à¸£à¸à¸ Loop', - chkMenu : 'à¹à¸«à¹à¹à¸à¹à¸à¸²à¸à¹à¸¡à¸à¸¹à¸à¸à¸ Flash', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'à¸à¸±à¸à¸£à¸²à¸ªà¹à¸§à¸ Scale', - scaleAll : 'à¹à¸ªà¸à¸à¹à¸«à¹à¹à¸«à¹à¸à¸à¸±à¹à¸à¸«à¸¡à¸ Show all', - scaleNoBorder : 'à¹à¸¡à¹à¹à¸ªà¸à¸à¹à¸ªà¹à¸à¸à¸à¸ No Border', - scaleFit : 'à¹à¸ªà¸à¸à¹à¸«à¹à¸à¸à¸à¸µà¸à¸±à¸à¸à¸·à¹à¸à¸à¸µà¹ Exact Fit', - access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING - accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING - alignAbsBottom : 'à¸à¸´à¸à¸à¹à¸²à¸à¸¥à¹à¸²à¸à¸ªà¸¸à¸', - alignAbsMiddle : 'à¸à¸¶à¹à¸à¸à¸¥à¸²à¸', - alignBaseline : 'à¸à¸´à¸à¸à¸£à¸£à¸à¸±à¸', - alignTextTop : 'à¹à¸à¹à¸à¸±à¸§à¸à¸±à¸à¸©à¸£', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'สีà¸à¸·à¹à¸à¸«à¸¥à¸±à¸', - hSpace : 'ระยะà¹à¸à¸§à¸à¸à¸', - vSpace : 'ระยะà¹à¸à¸§à¸à¸±à¹à¸', - validateSrc : 'à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸à¸à¸à¸à¹à¸¥à¸à¹ (URL)', - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'à¸à¸£à¸§à¸à¸à¸²à¸£à¸ªà¸°à¸à¸à¸à¸³', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING - errorLoading : 'Error loading application service host: %s.', // MISSING - notInDic : 'à¹à¸¡à¹à¸à¸à¹à¸à¸à¸´à¸à¸à¸±à¸à¸à¸²à¸£à¸µ', - changeTo : 'à¹à¸à¹à¹à¸à¹à¸à¹à¸', - btnIgnore : 'ยà¸à¹à¸§à¹à¸', - btnIgnoreAll : 'ยà¸à¹à¸§à¹à¸à¸à¸±à¹à¸à¸«à¸¡à¸', - btnReplace : 'à¹à¸à¸à¸à¸µà¹', - btnReplaceAll : 'à¹à¸à¸à¸à¸µà¹à¸à¸±à¹à¸à¸«à¸¡à¸', - btnUndo : 'ยà¸à¹à¸¥à¸´à¸', - noSuggestions : '- à¹à¸¡à¹à¸¡à¸µà¸à¸³à¹à¸à¸°à¸à¸³à¹à¸à¹ -', - progress : 'à¸à¸³à¸¥à¸±à¸à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸...', - noMispell : 'à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸à¹à¸ªà¸£à¹à¸à¸ªà¸´à¹à¸: à¹à¸¡à¹à¸à¸à¸à¸³à¸ªà¸°à¸à¸à¸à¸´à¸', - noChanges : 'à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸à¹à¸ªà¸£à¹à¸à¸ªà¸´à¹à¸: à¹à¸¡à¹à¸¡à¸µà¸à¸²à¸£à¹à¸à¹à¸à¸³à¹à¸à¹', - oneChange : 'à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸à¹à¸ªà¸£à¹à¸à¸ªà¸´à¹à¸: à¹à¸à¹à¹à¸1à¸à¸³', - manyChanges : 'à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸à¹à¸ªà¸£à¹à¸à¸ªà¸´à¹à¸:: à¹à¸à¹à¹à¸ %1 à¸à¸³', - ieSpellDownload : 'à¹à¸¡à¹à¹à¸à¹à¸à¸´à¸à¸à¸±à¹à¸à¸£à¸°à¸à¸à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸. à¸à¹à¸à¸à¸à¸²à¸£à¸à¸´à¸à¸à¸±à¹à¸à¹à¸«à¸¡à¸à¸£à¸±à¸?' - }, - - smiley : - { - toolbar : 'รูà¸à¸ªà¸·à¹à¸à¸à¸²à¸£à¸¡à¸à¹', - title : 'à¹à¸à¸£à¸à¸ªà¸±à¸à¸¥à¸±à¸à¸©à¸à¹à¸ªà¸·à¹à¸à¸à¸²à¸£à¸¡à¸à¹', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING - }, - - numberedlist : 'ลำà¸à¸±à¸à¸£à¸²à¸¢à¸à¸²à¸£à¹à¸à¸à¸à¸±à¸§à¹à¸¥à¸', - bulletedlist : 'ลำà¸à¸±à¸à¸£à¸²à¸¢à¸à¸²à¸£à¹à¸à¸à¸ªà¸±à¸à¸¥à¸±à¸à¸©à¸à¹', - indent : 'à¹à¸à¸´à¹à¸¡à¸£à¸°à¸¢à¸°à¸¢à¹à¸à¸«à¸à¹à¸²', - outdent : 'ลà¸à¸£à¸°à¸¢à¸°à¸¢à¹à¸à¸«à¸à¹à¸²', - - justify : - { - left : 'à¸à¸±à¸à¸à¸´à¸à¸à¹à¸²à¸¢', - center : 'à¸à¸±à¸à¸à¸¶à¹à¸à¸à¸¥à¸²à¸', - right : 'à¸à¸±à¸à¸à¸´à¸à¸à¸§à¸²', - block : 'à¸à¸±à¸à¸à¸à¸à¸µà¸«à¸à¹à¸²à¸à¸£à¸°à¸à¸²à¸©' - }, - - blockquote : 'Block Quote', // MISSING - - clipboard : - { - title : 'วาà¸', - cutError : 'à¹à¸¡à¹à¸ªà¸²à¸¡à¸²à¸£à¸à¸à¸±à¸à¸à¹à¸à¸à¸§à¸²à¸¡à¸à¸µà¹à¹à¸¥à¸·à¸à¸à¹à¸§à¹à¹à¸à¹à¹à¸à¸·à¹à¸à¸à¸à¸²à¸à¸à¸²à¸£à¸à¸³à¸«à¸à¸à¸à¹à¸²à¸£à¸°à¸à¸±à¸à¸à¸§à¸²à¸¡à¸à¸¥à¸à¸à¸ ัย. à¸à¸£à¸¸à¸à¸²à¹à¸à¹à¸à¸¸à¹à¸¡à¸¥à¸±à¸à¹à¸à¸·à¹à¸à¸§à¸²à¸à¸à¹à¸à¸à¸§à¸²à¸¡à¹à¸à¸ (à¸à¸à¸à¸¸à¹à¸¡ Ctrl/Cmd à¹à¸¥à¸°à¸à¸±à¸§ X à¸à¸£à¹à¸à¸¡à¸à¸±à¸).', - copyError : 'à¹à¸¡à¹à¸ªà¸²à¸¡à¸²à¸£à¸à¸ªà¸³à¹à¸à¸²à¸à¹à¸à¸à¸§à¸²à¸¡à¸à¸µà¹à¹à¸¥à¸·à¸à¸à¹à¸§à¹à¹à¸à¹à¹à¸à¸·à¹à¸à¸à¸à¸²à¸à¸à¸²à¸£à¸à¸³à¸«à¸à¸à¸à¹à¸²à¸£à¸°à¸à¸±à¸à¸à¸§à¸²à¸¡à¸à¸¥à¸à¸à¸ ัย. à¸à¸£à¸¸à¸à¸²à¹à¸à¹à¸à¸¸à¹à¸¡à¸¥à¸±à¸à¹à¸à¸·à¹à¸à¸§à¸²à¸à¸à¹à¸à¸à¸§à¸²à¸¡à¹à¸à¸ (à¸à¸à¸à¸¸à¹à¸¡ Ctrl/Cmd à¹à¸¥à¸°à¸à¸±à¸§ C à¸à¸£à¹à¸à¸¡à¸à¸±à¸).', - pasteMsg : 'à¸à¸£à¸¸à¸à¸²à¹à¸à¹à¸à¸µà¸¢à¹à¸à¸à¸£à¹à¸à¹à¸à¹à¸²à¸à¸±à¹à¸ à¹à¸à¸¢à¸à¸à¸à¸¸à¹à¸¡ (<strong>Ctrl/Cmd à¹à¸¥à¸° V</strong>)à¸à¸£à¹à¸à¸¡à¹à¸à¸±à¸ à¹à¸¥à¸°à¸à¸ <strong>OK</strong>.', - 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 - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'วาà¸à¸ªà¸³à¹à¸à¸²à¸à¸²à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¹à¸§à¸´à¸£à¹à¸', - title : 'วาà¸à¸ªà¸³à¹à¸à¸²à¸à¸²à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¹à¸§à¸´à¸£à¹à¸', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'วาà¸à¹à¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸£à¸£à¸¡à¸à¸²', - title : 'วาà¸à¹à¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸£à¸£à¸¡à¸à¸²' - }, - - templates : - { - button : 'à¹à¸à¸¡à¹à¸à¸¥à¸', - title : 'à¹à¸à¸¡à¹à¸à¸¥à¸à¸à¸à¸à¸ªà¹à¸§à¸à¹à¸à¸·à¹à¸à¸«à¸²à¹à¸§à¹à¸à¹à¸à¸à¹', - options : 'Template Options', // MISSING - insertOption : 'à¹à¸à¸à¸à¸µà¹à¹à¸à¸·à¹à¸à¸«à¸²à¹à¸§à¹à¸à¹à¸à¸à¹à¸à¸µà¹à¹à¸¥à¸·à¸à¸', - selectPromptMsg : 'à¸à¸£à¸¸à¸à¸²à¹à¸¥à¸·à¸à¸ à¹à¸à¸¡à¹à¸à¸¥à¸ à¹à¸à¸·à¹à¸à¸à¸³à¹à¸à¹à¸à¹à¹à¸à¹à¸à¸à¸µà¸à¸´à¸à¹à¸à¸à¸£à¹<br />(à¹à¸à¸·à¹à¸à¸«à¸²à¸ªà¹à¸§à¸à¸à¸µà¹à¸à¸°à¸«à¸²à¸¢à¹à¸):', - emptyListMsg : '(ยัà¸à¹à¸¡à¹à¸¡à¸µà¸à¸²à¸£à¸à¸³à¸«à¸à¸à¹à¸à¸¡à¹à¸à¸¥à¸)' - }, - - showBlocks : 'Show Blocks', // MISSING - - stylesCombo : - { - label : 'ลัà¸à¸©à¸à¸°', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING - }, - - format : - { - label : 'รูà¸à¹à¸à¸', - panelTitle : 'รูà¸à¹à¸à¸', - - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - 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_div : 'Paragraph (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'à¹à¸à¸à¸à¸±à¸à¸©à¸£', - voiceLabel : 'Font', // MISSING - panelTitle : 'à¹à¸à¸à¸à¸±à¸à¸©à¸£' - }, - - fontSize : - { - label : 'à¸à¸à¸²à¸', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'à¸à¸à¸²à¸' - }, - - colorButton : - { - textColorTitle : 'สีà¸à¸±à¸§à¸à¸±à¸à¸©à¸£', - bgColorTitle : 'สีà¸à¸·à¹à¸à¸«à¸¥à¸±à¸', - panelTitle : 'Colors', // MISSING - auto : 'สีà¸à¸±à¸à¹à¸à¸¡à¸±à¸à¸´', - more : 'à¹à¸¥à¸·à¸à¸à¸ªà¸µà¸à¸·à¹à¸à¹...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Spell Check As You Type', // MISSING - opera_title : 'Not supported by Opera', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'Languages', // MISSING - - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'About' // MISSING - }, - - about : - { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING - }, - - maximize : 'Maximize', // MISSING - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING - }, - - resize : 'Drag to resize', // MISSING - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¹à¸à¸à¸ªà¸²à¸£', - title : 'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¹à¸à¸à¸ªà¸²à¸£', - design : 'Design', // MISSING - meta : 'à¸à¹à¸à¸¡à¸¹à¸¥à¸ªà¸³à¸«à¸£à¸±à¸à¹à¸ªà¸´à¸£à¹à¸à¹à¸à¸à¸à¸´à¹à¸', - chooseColor : 'Choose', // MISSING - other : '<à¸à¸·à¹à¸ à¹>', - docTitle : 'à¸à¸·à¹à¸à¹à¸à¹à¸à¸´à¹à¸¥', - charset : 'à¸à¸¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£', - charsetOther : 'à¸à¸¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸·à¹à¸à¹', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'à¸à¸£à¸°à¹à¸ à¸à¸à¸à¸à¹à¸à¸à¸ªà¸²à¸£', - docTypeOther : 'à¸à¸£à¸°à¹à¸ à¸à¹à¸à¸à¸ªà¸²à¸£à¸à¸·à¹à¸à¹', - xhtmlDec : 'รวมà¹à¸à¸² XHTML Declarations à¹à¸§à¹à¸à¹à¸§à¸¢', - bgColor : 'สีà¸à¸·à¹à¸à¸«à¸¥à¸±à¸', - bgImage : 'à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸à¸à¸à¸à¹à¸¥à¸à¹à¸à¸à¸à¸£à¸¹à¸à¸à¸·à¹à¸à¸«à¸¥à¸±à¸ (Image URL)', - bgFixed : 'à¸à¸·à¹à¸à¸«à¸¥à¸±à¸à¹à¸à¸à¹à¸¡à¹à¸¡à¸µà¹à¸à¸à¹à¸¥à¸·à¹à¸à¸', - txtColor : 'สีà¸à¸±à¸§à¸à¸±à¸à¸©à¸£', - margin : 'ระยะà¸à¸à¸à¸à¸à¸à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£', - marginTop : 'à¸à¹à¸²à¸à¸à¸', - marginLeft : 'à¸à¹à¸²à¸à¸à¹à¸²à¸¢', - marginRight : 'à¸à¹à¸²à¸à¸à¸§à¸²', - marginBottom : 'à¸à¹à¸²à¸à¸¥à¹à¸²à¸', - metaKeywords : 'à¸à¸³à¸ªà¸³à¸à¸±à¸à¸à¸à¸´à¸à¸²à¸¢à¹à¸à¸à¸ªà¸²à¸£ (à¸à¸±à¹à¸à¸à¸³à¸à¹à¸§à¸¢ à¸à¸à¸¡à¸¡à¹à¸²)', - metaDescription : 'à¸à¸£à¸°à¹à¸¢à¸à¸à¸à¸´à¸à¸²à¸¢à¹à¸à¸µà¹à¸¢à¸§à¸à¸±à¸à¹à¸à¸à¸ªà¸²à¸£', - metaAuthor : 'à¸à¸¹à¹à¸ªà¸£à¹à¸²à¸à¹à¸à¸à¸ªà¸²à¸£', - metaCopyright : 'สà¸à¸§à¸à¸¥à¸´à¸à¸ªà¸´à¸à¸à¸´à¹', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/tr.js b/skins/ckeditor/_source/lang/tr.js deleted file mode 100644 index 52f738b..0000000 --- a/skins/ckeditor/_source/lang/tr.js +++ /dev/null @@ -1,811 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** -* @fileOverview -*/ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['tr'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Zengin metin editörü, %1, yardım için ALT 0 tuÅuna basın.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Zengin Metin Editörü', - - // Toolbar buttons without dialogs. - source : 'Kaynak', - newPage : 'Yeni Sayfa', - save : 'Kaydet', - preview : 'Ãn Ä°zleme', - cut : 'Kes', - copy : 'Kopyala', - paste : 'YapıÅtır', - print : 'Yazdır', - underline : 'Altı Ãizgili', - bold : 'Kalın', - italic : 'Ä°talik', - selectAll : 'Tümünü Seç', - removeFormat : 'Biçimi Kaldır', - strike : 'Ãstü Ãizgili', - subscript : 'Alt Simge', - superscript : 'Ãst Simge', - horizontalrule : 'Yatay Satır Ekle', - pagebreak : 'Sayfa Sonu Ekle', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Köprü Kaldır', - undo : 'Geri Al', - redo : 'Tekrarla', - - // Common messages and labels. - common : - { - browseServer : 'Sunucuyu Gez', - url : 'URL', - protocol : 'Protokol', - upload : 'KarÅıya Yükle', - uploadSubmit : 'Sunucuya Yolla', - image : 'Resim', - flash : 'Flash', - form : 'Form', - checkbox : 'Onay Kutusu', - radio : 'Seçenek DüÄmesi', - textField : 'Metin GiriÅi', - textarea : 'Ãok Satırlı Metin', - hiddenField : 'Gizli Veri', - button : 'DüÄme', - select : 'Seçim Menüsü', - imageButton : 'Resimli DüÄme', - notSet : '<tanımlanmamıÅ>', - id : 'Kimlik', - name : 'Ad', - langDir : 'Dil Yönü', - langDirLtr : 'Soldan SaÄa (LTR)', - langDirRtl : 'SaÄdan Sola (RTL)', - langCode : 'Dil Kodlaması', - longDescr : 'Uzun Tanımlı URL', - cssClass : 'Biçem Sayfası Sınıfları', - advisoryTitle : 'DanıÅma BaÅlıÄı', - cssStyle : 'Biçem', - ok : 'Tamam', - cancel : 'Ä°ptal', - close : 'Kapat', - preview : 'Ãn gösterim', - generalTab : 'Genel', - advancedTab : 'GeliÅmiÅ', - validateNumberFailed : 'Bu deÄer sayı deÄildir.', - confirmNewPage : 'Ä°ceriÄiniz kayıt edilmediÄinden dolayı kaybolacaktır. Yeni bir sayfa yüklemek istediÄinize eminsiniz?', - confirmCancel : 'Bazı seçenekler deÄiÅmiÅtir. Dialog penceresini kapatmak istediÄinize eminmisiniz?', - options : 'Seçenekler', - target : 'Hedef', - targetNew : 'Yeni Pencere (_blank)', - targetTop : 'Enüst Pencere (_top)', - targetSelf : 'Aynı Pencere (_self)', - targetParent : 'Ana Pencere (_parent)', - langDirLTR : 'Left to Right (LTR)', // MISSING - langDirRTL : 'Right to Left (RTL)', // MISSING - styles : 'Style', // MISSING - cssClasses : 'Stylesheet Classes', // MISSING - width : 'GeniÅlik', - height : 'Yükseklik', - align : 'Hizalama', - alignLeft : 'Sol', - alignRight : 'SaÄ', - alignCenter : 'Merkez', - alignTop : 'Tepe', - alignMiddle : 'Orta', - alignBottom : 'Alt', - invalidHeight : 'Yükseklik sayı olmalıdır.', - invalidWidth : 'GeniÅlik bir sayı olmalıdır.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, hazır deÄildir</span>' - }, - - contextmenu : - { - options : 'İçerik Menüsü Seçenekleri' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Ãzel Karakter Ekle', - title : 'Ãzel Karakter Seç', - options : 'Ãzel Karakter Seçenekleri' - }, - - // Link dialog. - link : - { - toolbar : 'Link Ekle/Düzenle', - other : '<diÄer>', - menu : 'Link Düzenle', - title : 'Link', - info : 'Link Bilgisi', - target : 'Hedef', - upload : 'KarÅıya Yükle', - advanced : 'GeliÅmiÅ', - type : 'Link Türü', - toUrl : 'URL', - toAnchor : 'Bu sayfada çapa', - toEmail : 'E-Posta', - targetFrame : '<çerçeve>', - targetPopup : '<yeni açılan pencere>', - targetFrameName : 'Hedef Ãerçeve Adı', - targetPopupName : 'Yeni Açılan Pencere Adı', - popupFeatures : 'Yeni Açılan Pencere Ãzellikleri', - popupResizable : 'Resizable', - popupStatusBar : 'Durum ÃubuÄu', - popupLocationBar: 'Yer ÃubuÄu', - popupToolbar : 'Araç ÃubuÄu', - popupMenuBar : 'Menü ÃubuÄu', - popupFullScreen : 'Tam Ekran (IE)', - popupScrollBars : 'Kaydırma Ãubukları', - popupDependent : 'BaÄımlı (Netscape)', - popupLeft : 'Sola Göre Konum', - popupTop : 'Yukarıya Göre Konum', - id : 'Id', - langDir : 'Dil Yönü', - langDirLTR : 'Soldan SaÄa (LTR)', - langDirRTL : 'SaÄdan Sola (RTL)', - acccessKey : 'EriÅim TuÅu', - name : 'Ad', - langCode : 'Dil Yönü', - tabIndex : 'Sekme Ä°ndeksi', - advisoryTitle : 'DanıÅma BaÅlıÄı', - advisoryContentType : 'DanıÅma İçerik Türü', - cssClasses : 'Biçem Sayfası Sınıfları', - charset : 'BaÄlı Kaynak Karakter Gurubu', - styles : 'Biçem', - rel : 'Relationship', // MISSING - selectAnchor : 'BaÄlantı Seç', - anchorName : 'BaÄlantı Adı ile', - anchorId : 'Eleman Kimlik Numarası ile', - emailAddress : 'E-Posta Adresi', - emailSubject : 'Ä°leti Konusu', - emailBody : 'Ä°leti Gövdesi', - noAnchors : '(Bu belgede hiç çapa yok)', - noUrl : 'Lütfen Link URL\'sini yazın', - noEmail : 'Lütfen E-posta adresini yazın' - }, - - // Anchor dialog - anchor : - { - toolbar : 'BaÄlantı Ekle/Düzenle', - menu : 'BaÄlantı Ãzellikleri', - title : 'BaÄlantı Ãzellikleri', - name : 'BaÄlantı Adı', - errorName : 'Lütfen baÄlantı için ad giriniz', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'SayılandırılmıŠListe Ãzellikleri', - bulletedTitle : 'Simgeli Liste Ãzellikleri', - type : 'Tipi', - start : 'BaÅla', - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Daire', - disc : 'Disk', - square : 'Kare', - none : 'Yok', - notset : '<ayarlanmamıÅ>', - armenian : 'Ermenice sayılandırma', - georgian : 'Gürcüce numaralandırma (an, ban, gan, vs.)', - lowerRoman : 'Küçük Roman (i, ii, iii, iv, v, vs.)', - upperRoman : 'Büyük Roman (I, II, III, IV, V, vs.)', - lowerAlpha : 'Küçük Alpha (a, b, c, d, e, vs.)', - upperAlpha : 'Büyük Alpha (A, B, C, D, E, vs.)', - lowerGreek : 'Küçük Greek (alpha, beta, gamma, vs.)', - decimal : 'Ondalık (1, 2, 3, vs.)', - decimalLeadingZero : 'BaÅı sıfırlı ondalık (01, 02, 03, vs.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Bul ve DeÄiÅtir', - find : 'Bul', - replace : 'DeÄiÅtir', - findWhat : 'Aranan:', - replaceWith : 'Bununla deÄiÅtir:', - notFoundMsg : 'Belirtilen yazı bulunamadı.', - matchCase : 'Büyük/küçük harf duyarlı', - matchWord : 'Kelimenin tamamı uysun', - matchCyclic : 'EÅleÅen döngü', - replaceAll : 'Tümünü DeÄiÅtir', - replaceSuccessMsg : '%1 bulunanlardan deÄiÅtirildi.' - }, - - // Table Dialog - table : - { - toolbar : 'Tablo', - title : 'Tablo Ãzellikleri', - menu : 'Tablo Ãzellikleri', - deleteTable : 'Tabloyu Sil', - rows : 'Satırlar', - columns : 'Sütunlar', - border : 'Kenar KalınlıÄı', - widthPx : 'piksel', - widthPc : 'yüzde', - widthUnit : 'geniÅlik birimi', - cellSpace : 'Izgara kalınlıÄı', - cellPad : 'Izgara yazı arası', - caption : 'BaÅlık', - summary : 'Ãzet', - headers : 'BaÅlıklar', - headersNone : 'Yok', - headersColumn : 'Ä°lk Sütun', - headersRow : 'Ä°lk Satır', - headersBoth : 'Her Ä°kisi', - invalidRows : 'Satır sayısı 0 sayısından büyük olmalıdır.', - invalidCols : 'Sütün sayısı 0 sayısından büyük olmalıdır.', - invalidBorder : 'Ãerceve büyüklüklüÄü sayı olmalıdır.', - invalidWidth : 'Tablo geniÅliÄi sayı olmalıdır.', - invalidHeight : 'Tablo yüksekliÄi sayı olmalıdır.', - invalidCellSpacing : 'Hücre boÅluÄu (spacing) sayı olmalıdır.', - invalidCellPadding : 'Hücre aralıÄı (padding) sayı olmalıdır.', - - cell : - { - menu : 'Hücre', - insertBefore : 'Hücre Ekle - Ãnce', - insertAfter : 'Hücre Ekle - Sonra', - deleteCell : 'Hücre Sil', - merge : 'Hücreleri BirleÅtir', - mergeRight : 'BirleÅtir - SaÄdaki Ä°le ', - mergeDown : 'BirleÅtir - AÅaÄıdaki Ä°le ', - splitHorizontal : 'Hücreyi Yatay Böl', - splitVertical : 'Hücreyi Dikey Böl', - title : 'Hücre Ãzellikleri', - cellType : 'Hücre Tipi', - rowSpan : 'Satırlar Mesafesi (Span)', - colSpan : 'Sütünlar Mesafesi (Span)', - wordWrap : 'Kelime Kaydırma', - hAlign : 'DüÅey Hizalama', - vAlign : 'YataÅ Hizalama', - alignBaseline : 'Tabana', - bgColor : 'Arkaplan Rengi', - borderColor : 'Ãerçeve Rengi', - data : 'Veri', - header : 'BaÅlık', - yes : 'Evet', - no : 'Hayır', - invalidWidth : 'Hücre geniÅliÄi sayı olmalıdır.', - invalidHeight : 'Hücre yüksekliÄi sayı olmalıdır.', - invalidRowSpan : 'Satırların mesafesi tam sayı olmalıdır.', - invalidColSpan : 'Sütünların mesafesi tam sayı olmalıdır.', - chooseColor : 'Seçiniz' - }, - - row : - { - menu : 'Satır', - insertBefore : 'Satır Ekle - Ãnce', - insertAfter : 'Satır Ekle - Sonra', - deleteRow : 'Satır Sil' - }, - - column : - { - menu : 'Sütun', - insertBefore : 'Kolon Ekle - Ãnce', - insertAfter : 'Kolon Ekle - Sonra', - deleteColumn : 'Sütun Sil' - } - }, - - // Button Dialog. - button : - { - title : 'DüÄme Ãzellikleri', - text : 'Metin (DeÄer)', - type : 'Tip', - typeBtn : 'DüÄme', - typeSbm : 'Gönder', - typeRst : 'Sıfırla' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Onay Kutusu Ãzellikleri', - radioTitle : 'Seçenek DüÄmesi Ãzellikleri', - value : 'DeÄer', - selected : 'Seçili' - }, - - // Form Dialog. - form : - { - title : 'Form Ãzellikleri', - menu : 'Form Ãzellikleri', - action : 'Ä°Ålem', - method : 'Yöntem', - encoding : 'Kodlama' - }, - - // Select Field Dialog. - select : - { - title : 'Seçim Menüsü Ãzellikleri', - selectInfo : 'Bilgi', - opAvail : 'Mevcut Seçenekler', - value : 'DeÄer', - size : 'Boyut', - lines : 'satır', - chkMulti : 'Ãoklu seçime izin ver', - opText : 'Metin', - opValue : 'DeÄer', - btnAdd : 'Ekle', - btnModify : 'Düzenle', - btnUp : 'Yukarı', - btnDown : 'AÅaÄı', - btnSetValue : 'Seçili deÄer olarak ata', - btnDelete : 'Sil' - }, - - // Textarea Dialog. - textarea : - { - title : 'Ãok Satırlı Metin Ãzellikleri', - cols : 'Sütunlar', - rows : 'Satırlar' - }, - - // Text Field Dialog. - textfield : - { - title : 'Metin GiriÅi Ãzellikleri', - name : 'Ad', - value : 'DeÄer', - charWidth : 'Karakter GeniÅliÄi', - maxChars : 'En Fazla Karakter', - type : 'Tür', - typeText : 'Metin', - typePass : 'Åifre' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Gizli Veri Ãzellikleri', - name : 'Ad', - value : 'DeÄer' - }, - - // Image Dialog. - image : - { - title : 'Resim Ãzellikleri', - titleButton : 'Resimli DüÄme Ãzellikleri', - menu : 'Resim Ãzellikleri', - infoTab : 'Resim Bilgisi', - btnUpload : 'Sunucuya Yolla', - upload : 'KarÅıya Yükle', - alt : 'Alternatif Yazı', - lockRatio : 'Oranı Kilitle', - resetSize : 'Boyutu BaÅa Döndür', - border : 'Kenar', - hSpace : 'Yatay BoÅluk', - vSpace : 'Dikey BoÅluk', - alertUrl : 'Lütfen resmin URL\'sini yazınız', - linkTab : 'Köprü', - button2Img : 'Seçili resim butonunu basit resime çevirmek istermisiniz?', - img2Button : 'Seçili olan resimi, resimli butona çevirmek istermisiniz?', - urlMissing : 'Resmin URL kaynaÄı eksiktir.', - validateBorder : 'Ãerçeve tam sayı olmalıdır.', - validateHSpace : 'HSpace tam sayı olmalıdır.', - validateVSpace : 'VSpace tam sayı olmalıdır.' - }, - - // Flash Dialog - flash : - { - properties : 'Flash Ãzellikleri', - propertiesTab : 'Ãzellikler', - title : 'Flash Ãzellikleri', - chkPlay : 'Otomatik Oynat', - chkLoop : 'Döngü', - chkMenu : 'Flash Menüsünü Kullan', - chkFull : 'Tam ekrana Ä°zinver', - scale : 'Boyutlandır', - scaleAll : 'Hepsini Göster', - scaleNoBorder : 'Kenar Yok', - scaleFit : 'Tam SıÄdır', - access : 'Kod Ä°zni', - accessAlways : 'Herzaman', - accessSameDomain: 'Aynı domain', - accessNever : 'Asla', - alignAbsBottom : 'Tam Altı', - alignAbsMiddle : 'Tam Ortası', - alignBaseline : 'Taban Ãizgisi', - alignTextTop : 'Yazı Tepeye', - quality : 'Kalite', - qualityBest : 'En iyi', - qualityHigh : 'Yüksek', - qualityAutoHigh : 'Otomatik Yükseklik', - qualityMedium : 'Orta', - qualityAutoLow : 'Otomatik DüÅüklük', - qualityLow : 'DüÅük', - windowModeWindow: 'Pencere', - windowModeOpaque: 'Opak', - windowModeTransparent : 'Åeffaf', - windowMode : 'Pencere modu', - flashvars : 'Flash DeÄerleri', - bgcolor : 'Arka Renk', - hSpace : 'Yatay BoÅluk', - vSpace : 'Dikey BoÅluk', - validateSrc : 'Lütfen köprü URL\'sini yazın', - validateHSpace : 'HSpace sayı olmalıdır.', - validateVSpace : 'VSpace sayı olmalıdır.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Yazım Denetimi', - title : 'Yazımı Denetle', - notAvailable : 'Ãzügünüz, bu servis Åuanda hizmet dıÅıdır.', - errorLoading : 'Uygulamada yüklerken hata oluÅtu: %s.', - notInDic : 'Sözlükte Yok', - changeTo : 'Åuna deÄiÅtir:', - btnIgnore : 'Yoksay', - btnIgnoreAll : 'Tümünü Yoksay', - btnReplace : 'DeÄiÅtir', - btnReplaceAll : 'Tümünü DeÄiÅtir', - btnUndo : 'Geri Al', - noSuggestions : '- Ãneri Yok -', - progress : 'Yazım denetimi iÅlemde...', - noMispell : 'Yazım denetimi tamamlandı: YanlıŠyazıma rastlanmadı', - noChanges : 'Yazım denetimi tamamlandı: Hiçbir kelime deÄiÅtirilmedi', - oneChange : 'Yazım denetimi tamamlandı: Bir kelime deÄiÅtirildi', - manyChanges : 'Yazım denetimi tamamlandı: %1 kelime deÄiÅtirildi', - ieSpellDownload : 'Yazım denetimi yüklenmemiÅ. Åimdi yüklemek ister misiniz?' - }, - - smiley : - { - toolbar : 'Ä°fade', - title : 'Ä°fade Ekle', - options : 'Ä°fade Seçenekleri' - }, - - elementsPath : - { - eleLabel : 'Elementlerin yolu', - eleTitle : '%1 element' - }, - - numberedlist : 'Numaralı Liste', - bulletedlist : 'Simgeli Liste', - indent : 'Sekme Arttır', - outdent : 'Sekme Azalt', - - justify : - { - left : 'Sola Dayalı', - center : 'OrtalanmıÅ', - right : 'SaÄa Dayalı', - block : 'Ä°ki Kenara YaslanmıÅ' - }, - - blockquote : 'Blok OluÅtur', - - clipboard : - { - title : 'YapıÅtır', - cutError : 'Gezgin yazılımınızın güvenlik ayarları düzenleyicinin otomatik kesme iÅlemine izin vermiyor. Ä°Ålem için (Ctrl/Cmd+X) tuÅlarını kullanın.', - copyError : 'Gezgin yazılımınızın güvenlik ayarları düzenleyicinin otomatik kopyalama iÅlemine izin vermiyor. Ä°Ålem için (Ctrl/Cmd+C) tuÅlarını kullanın.', - pasteMsg : 'Lütfen aÅaÄıdaki kutunun içine yapıÅtırın. (<STRONG>Ctrl/Cmd+V</STRONG>) ve <STRONG>Tamam</STRONG> butonunu tıklayın.', - securityMsg : 'Gezgin yazılımınızın güvenlik ayarları düzenleyicinin direkt olarak panoya eriÅimine izin vermiyor. Bu pencere içine tekrar yapıÅtırmalısınız..', - pasteArea : 'Paste Area' - }, - - pastefromword : - { - confirmCleanup : 'YapıÅtırmaya çalıÅtıÄınız metin Word\'den kopyalanmıÅtır. YapıÅtırmadan önce silmek istermisiniz?', - toolbar : 'Word\'den YapıÅtır', - title : 'Word\'den YapıÅtır', - error : 'YapıÅtırmadaki veri bilgisi hata düzelene kadar silinmeyecektir' - }, - - pasteText : - { - button : 'Düz Metin Olarak YapıÅtır', - title : 'Düz Metin Olarak YapıÅtır' - }, - - templates : - { - button : 'Åablonlar', - title : 'İçerik Åablonları', - options : 'Åablon Seçenekleri', - insertOption : 'Mevcut içerik ile deÄiÅtir', - selectPromptMsg : 'Düzenleyicide açmak için lütfen bir Åablon seçin.<br>(hali hazırdaki içerik kaybolacaktır.):', - emptyListMsg : '(Belirli bir Åablon seçilmedi)' - }, - - showBlocks : 'Blokları Göster', - - stylesCombo : - { - label : 'Biçem', - panelTitle : 'Stilleri Düzenliyor', - panelTitle1 : 'Blok Stilleri', - panelTitle2 : 'Inline Stilleri', - panelTitle3 : 'Nesne Stilleri' - }, - - format : - { - label : 'Biçim', - panelTitle : 'Biçim', - - tag_p : 'Normal', - tag_pre : 'Biçimli', - tag_address : 'Adres', - tag_h1 : 'BaÅlık 1', - tag_h2 : 'BaÅlık 2', - tag_h3 : 'BaÅlık 3', - tag_h4 : 'BaÅlık 4', - tag_h5 : 'BaÅlık 5', - tag_h6 : 'BaÅlık 6', - tag_div : 'Paragraf (DIV)' - }, - - div : - { - title : 'Div İçeriÄi OluÅtur', - toolbar : 'Div İçeriÄi OluÅtur', - cssClassInputLabel : 'Stilltipi Sınıfı', - styleSelectLabel : 'Stil', - IdInputLabel : 'Id', - languageCodeInputLabel : ' Dil Kodu', - inlineStyleInputLabel : 'Inline Stili', - advisoryTitleInputLabel : 'Tavsiye BaÅlıÄı', - langDirLabel : 'Dil Yönü', - langDirLTRLabel : 'Soldan saÄa (LTR)', - langDirRTLLabel : 'SaÄdan sola (RTL)', - edit : 'Div Düzenle', - remove : 'Div Kaldır' - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Yazı Türü', - voiceLabel : 'Font', - panelTitle : 'Yazı Türü' - }, - - fontSize : - { - label : 'Boyut', - voiceLabel : 'Font Size', - panelTitle : 'Boyut' - }, - - colorButton : - { - textColorTitle : 'Yazı Rengi', - bgColorTitle : 'Arka Renk', - panelTitle : 'Renkler', - auto : 'Otomatik', - more : 'DiÄer renkler...' - }, - - colors : - { - '000' : 'Siyah', - '800000' : 'Kestane', - '8B4513' : 'Koyu Kahverengi', - '2F4F4F' : 'Koyu KurÅuni Gri', - '008080' : 'Teal', - '000080' : 'Mavi', - '4B0082' : 'Ãivit Mavisi', - '696969' : 'Silik Gri', - 'B22222' : 'AteÅ TuÄlası', - 'A52A2A' : 'Kahverengi', - 'DAA520' : 'Altun Sırık', - '006400' : 'Koyu YeÅil', - '40E0D0' : 'Turkuaz', - '0000CD' : 'Orta Mavi', - '800080' : 'Pembe', - '808080' : 'Gri', - 'F00' : 'Kırmızı', - 'FF8C00' : 'Koyu Portakal', - 'FFD700' : 'Altın', - '008000' : 'YeÅil', - '0FF' : 'Ciyan', - '00F' : 'Mavi', - 'EE82EE' : 'MenekÅe', - 'A9A9A9' : 'Koyu Gri', - 'FFA07A' : 'Açık Sarımsı', - 'FFA500' : 'Portakal', - 'FFFF00' : 'Sarı', - '00FF00' : 'Açık YeÅil', - 'AFEEEE' : 'Sönük Turkuaz', - 'ADD8E6' : 'Açık Mavi', - 'DDA0DD' : 'Mor', - 'D3D3D3' : 'Açık Gri', - 'FFF0F5' : 'Eflatun Pembe', - 'FAEBD7' : 'Antik Beyaz', - 'FFFFE0' : 'Açık Sarı', - 'F0FFF0' : 'Balsarısı', - 'F0FFFF' : 'Gök Mavisi', - 'F0F8FF' : 'Reha Mavi', - 'E6E6FA' : 'Eflatun', - 'FFF' : 'Beyaz' - }, - - scayt : - { - title : 'GirmiÅ olduÄunuz kelime denetimi', - opera_title : 'Opera tarafından desteklenmemektedir', - enable : 'SCAYT etkinleÅtir', - disable : 'SCAYT pasifleÅtir', - about : 'SCAYT hakkında', - toggle : 'SCAYT deÄiÅtir', - options : 'Seçenekler', - langs : 'Diller', - moreSuggestions : 'Daha fazla öneri', - ignore : 'Yoksay', - ignoreAll : 'Tümünü Yoksay', - addWord : 'Kelime Ekle', - emptyDic : 'Sözlük adı boÅ olamaz.', - - optionsTab : 'Seçenekler', - allCaps : 'Tüm büyük küçük kelimeleri yoksay', - ignoreDomainNames : 'Domain adlarını yoksay', - mixedCase : 'KarıÅık büyüklük ile Sözcükler yoksay', - mixedWithDigits : 'Sayılarla Kelimeler yoksay', - - languagesTab : 'Diller', - - dictionariesTab : 'Sözlükler', - dic_field_name : 'Sözlük adı', - dic_create : 'OluÅtur', - dic_restore : 'Geri al', - dic_delete : 'Sil', - dic_rename : 'Yeniden adlandır', - 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 it\'s name and click the Restore button.', - - aboutTab : 'Hakkında' - }, - - about : - { - title : 'CKEditor Hakkında', - dlgTitle : 'CKEditor Hakkında', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Lisanslama hakkında daha fazla bilgi almak için lütfen sitemizi ziyaret edin:', - copy : 'Copyright © $1. Tüm hakları saklıdır.' - }, - - maximize : 'Büyült', - minimize : 'Küçült', - - fakeobjects : - { - anchor : 'BaÄlantı', - flash : 'Flash Animasyonu', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Bilinmeyen Nesne' - }, - - resize : 'Boyutlandırmak için sürükle', - - colordialog : - { - title : 'Renk seç', - options : 'Renk Seçenekleri', - highlight : 'Ä°Åaretle', - selected : 'SeçilmiÅ', - clear : 'Temizle' - }, - - toolbarCollapse : 'Toolbar\'ı topla', - toolbarExpand : 'Toolbar\'ı aç', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Belge Ãzellikleri', - title : 'Belge Ãzellikleri', - design : 'Design', // MISSING - meta : 'Tanım Bilgisi (Meta)', - chooseColor : 'Seçiniz', - other : '<diÄer>', - docTitle : 'Sayfa BaÅlıÄı', - charset : 'Karakter Kümesi Kodlaması', - charsetOther : 'DiÄer Karakter Kümesi Kodlaması', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Orta Avrupa', - charsetCT : 'Geleneksel Ãince (Big5)', - charsetCR : 'Kiril', - charsetGR : 'Yunanca', - charsetJP : 'Japonca', - charsetKR : 'Korece', - charsetTR : 'Türkçe', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Batı Avrupa', - docType : 'Belge Türü BaÅlıÄı', - docTypeOther : 'DiÄer Belge Türü BaÅlıÄı', - xhtmlDec : 'XHTML Bildirimlerini Dahil Et', - bgColor : 'Arka Plan Rengi', - bgImage : 'Arka Plan Resim URLsi', - bgFixed : 'Sabit Arka Plan', - txtColor : 'Yazı Rengi', - margin : 'Kenar BoÅlukları', - marginTop : 'Tepe', - marginLeft : 'Sol', - marginRight : 'SaÄ', - marginBottom : 'Alt', - metaKeywords : 'Belge Dizinleme Anahtar Kelimeleri (virgülle ayrılmıÅ)', - metaDescription : 'Belge Tanımı', - metaAuthor : 'Yazar', - metaCopyright : 'Telif', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/uk.js b/skins/ckeditor/_source/lang/uk.js deleted file mode 100644 index 3d45dfc..0000000 --- a/skins/ckeditor/_source/lang/uk.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Ukrainian language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['uk'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'ТекÑÑовий ÑедакÑоÑ, %1, наÑиÑнÑÑÑ ALT 0 Ð´Ð»Ñ Ð´Ð¾Ð²Ñдки.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'ТекÑÑовий ÑедакÑоÑ', - - // Toolbar buttons without dialogs. - source : 'ÐжеÑело', - newPage : 'Ðова ÑÑоÑÑнка', - save : 'ÐбеÑегÑи', - preview : 'ÐопеÑеднÑй пеÑеглÑд', - cut : 'ÐиÑÑзаÑи', - copy : 'ÐопÑÑваÑи', - paste : 'ÐÑÑавиÑи', - print : 'ÐÑÑк', - underline : 'ÐÑдкÑеÑлений', - bold : 'ÐиÑний', - italic : 'ÐÑÑÑив', - selectAll : 'ÐидÑлиÑи вÑе', - removeFormat : 'ÐÑиÑÑиÑи ÑоÑмаÑÑваннÑ', - strike : 'ÐакÑеÑлений', - subscript : 'ÐижнÑй ÑндекÑ', - superscript : 'ÐеÑÑ Ð½Ñй ÑндекÑ', - horizontalrule : 'ÐоÑизонÑалÑна лÑнÑÑ', - pagebreak : 'ÐÑÑавиÑи ÑозÑив ÑÑоÑÑнки', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'ÐидалиÑи поÑиланнÑ', - undo : 'ÐовеÑнÑÑи', - redo : 'ÐовÑоÑиÑи', - - // Common messages and labels. - common : - { - browseServer : 'ÐглÑд', - url : 'URL', - protocol : 'ÐÑоÑокол', - upload : 'ÐадÑÑлаÑи', - uploadSubmit : 'ÐадÑÑлаÑи на ÑеÑвеÑ', - image : 'ÐобÑаженнÑ', - flash : 'Flash', - form : 'ФоÑма', - checkbox : 'ÐалоÑка', - radio : 'Ðнопка вибоÑÑ', - textField : 'ТекÑÑове поле', - textarea : 'ТекÑÑова облаÑÑÑ', - hiddenField : 'ÐÑÐ¸Ñ Ð¾Ð²Ð°Ð½Ðµ поле', - button : 'Ðнопка', - select : 'СпиÑок', - imageButton : 'Ðнопка Ñз зобÑаженнÑм', - notSet : '<не визнаÑено>', - id : 'ÐденÑиÑÑкаÑоÑ', - name : 'Ðм\'Ñ', - langDir : 'ÐапÑÑмок мови', - langDirLtr : 'ÐлÑва напÑаво (LTR)', - langDirRtl : 'СпÑава налÑво (RTL)', - langCode : 'Ðод мови', - longDescr : 'Ðовгий Ð¾Ð¿Ð¸Ñ URL', - cssClass : 'ÐÐ»Ð°Ñ CSS', - advisoryTitle : 'Ðаголовок', - cssStyle : 'СÑÐ¸Ð»Ñ CSS', - ok : 'ÐÐ', - cancel : 'СкаÑÑваÑи', - close : 'ÐакÑиÑи', - preview : 'ÐопеÑеднÑй пеÑеглÑд', - generalTab : 'ÐÑновне', - advancedTab : 'ÐодаÑкове', - validateNumberFailed : 'ÐнаÑÐµÐ½Ð½Ñ Ð½Ðµ Ñ ÑÑлим ÑиÑлом.', - confirmNewPage : 'ÐÑÑ Ð½ÐµÐ·Ð±ÐµÑÐµÐ¶ÐµÐ½Ñ Ð·Ð¼Ñни бÑдÑÑÑ Ð²ÑÑаÑенÑ. Ðи впевненÑ, Ñо Ñ Ð¾ÑеÑе заванÑажиÑи Ð½Ð¾Ð²Ñ ÑÑоÑÑнкÑ?', - confirmCancel : 'ÐеÑÐºÑ Ð¾Ð¿ÑÑÑ Ð·Ð¼Ñнено. ÐакÑиÑи вÑкно без збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð·Ð¼Ñн?', - options : 'ÐпÑÑÑ', - target : 'ЦÑлÑ', - targetNew : 'Ðове вÑкно (_blank)', - targetTop : 'ÐоÑоÑне вÑкно (_top)', - targetSelf : 'ÐоÑоÑний ÑÑейм/вÑкно (_self)', - targetParent : 'ÐаÑÑкÑвÑÑкий ÑÑейм/вÑкно (_parent)', - langDirLTR : 'ÐлÑва напÑаво (LTR)', - langDirRTL : 'СпÑава налÑво (RTL)', - styles : 'СÑÐ¸Ð»Ñ CSS', - cssClasses : 'ÐÐ»Ð°Ñ CSS', - width : 'ШиÑина', - height : 'ÐиÑоÑа', - align : 'ÐиÑÑвнÑваннÑ', - alignLeft : 'Ðо лÑÐ²Ð¾Ð¼Ñ ÐºÑаÑ', - alignRight : 'Ðо пÑÐ°Ð²Ð¾Ð¼Ñ ÐºÑаÑ', - alignCenter : 'Ðо ÑенÑÑÑ', - alignTop : 'Ðо веÑÑ Ð½ÑÐ¾Ð¼Ñ ÐºÑаÑ', - alignMiddle : 'Ðо ÑеÑединÑ', - alignBottom : 'Ðо нижнÑÐ¾Ð¼Ñ ÐºÑаÑ', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, не доÑÑÑпне</span>' - }, - - contextmenu : - { - options : 'ÐпÑÑÑ ÐºÐ¾Ð½ÑекÑÑного менÑ' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'СпеÑÑалÑний Ñимвол', - title : 'ÐбеÑÑÑÑ ÑпеÑÑалÑний Ñимвол', - options : 'ÐпÑÑÑ' - }, - - // Link dialog. - link : - { - toolbar : 'ÐÑÑавиÑи/РедагÑваÑи поÑиланнÑ', - other : '<ÑнÑий>', - menu : 'ÐÑÑавиÑи поÑиланнÑ', - title : 'ÐоÑиланнÑ', - info : 'ÐнÑоÑмаÑÑÑ Ð¿Ð¾ÑиланнÑ', - target : 'ЦÑлÑ', - upload : 'ÐадÑÑлаÑи', - advanced : 'ÐодаÑкове', - type : 'Тип поÑиланнÑ', - toUrl : 'URL', - toAnchor : 'ЯкÑÑ Ð½Ð° ÑÑ ÑÑоÑÑнкÑ', - toEmail : 'Ðл. поÑÑа', - targetFrame : '<ÑÑейм>', - targetPopup : '<випливаÑÑе вÑкно>', - targetFrameName : 'Ðм\'Ñ ÑÑлÑового ÑÑеймÑ', - targetPopupName : 'Ðм\'Ñ Ð²Ð¸Ð¿Ð»Ð¸Ð²Ð°ÑÑого вÑкна', - popupFeatures : 'ÐлаÑÑивоÑÑÑ Ð²Ð¸Ð¿Ð»Ð¸Ð²Ð°ÑÑого вÑкна', - popupResizable : 'ÐаÑÑÑабоване', - popupStatusBar : 'Ð Ñдок ÑÑаÑÑÑÑ', - popupLocationBar: 'ÐÐ°Ð½ÐµÐ»Ñ Ð»Ð¾ÐºÐ°ÑÑÑ', - popupToolbar : 'ÐÐ°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв', - popupMenuBar : 'ÐÐ°Ð½ÐµÐ»Ñ Ð¼ÐµÐ½Ñ', - popupFullScreen : 'Ðовний екÑан (IE)', - popupScrollBars : 'СÑÑÑÑки пÑокÑÑÑки', - popupDependent : 'Ðалежний (Netscape)', - popupLeft : 'ÐозиÑÑÑ Ð·Ð»Ñва', - popupTop : 'ÐозиÑÑÑ Ð·Ð²ÐµÑÑ Ñ', - id : 'ÐденÑиÑÑкаÑоÑ', - langDir : 'ÐапÑÑмок мови', - langDirLTR : 'ÐлÑва напÑаво (LTR)', - langDirRTL : 'СпÑава налÑво (RTL)', - acccessKey : 'ÐаÑÑÑа клавÑÑа', - name : 'Ðм\'Ñ', - langCode : 'Ðод мови', - tabIndex : 'ÐоÑлÑдовнÑÑÑÑ Ð¿ÐµÑÐµÑ Ð¾Ð´Ñ', - advisoryTitle : 'Ðаголовок', - advisoryContentType : 'Тип вмÑÑÑÑ', - cssClasses : 'ÐÐ»Ð°Ñ CSS', - charset : 'ÐодÑваннÑ', - styles : 'СÑÐ¸Ð»Ñ CSS', - rel : 'Relationship', // MISSING - selectAnchor : 'ÐбеÑÑÑÑ ÑкÑÑ', - anchorName : 'Ðа Ñм\'Ñм елеменÑÑ', - anchorId : 'Ðа ÑденÑиÑÑкаÑоÑом елеменÑÑ', - emailAddress : 'ÐдÑеÑа ел. поÑÑи', - emailSubject : 'Тема лиÑÑа', - emailBody : 'ТÑло повÑдомленнÑ', - noAnchors : '(Ð ÑÑÐ¾Ð¼Ñ Ð´Ð¾ÐºÑменÑÑ Ð½ÐµÐ¼Ð°Ñ ÑкоÑÑв)', - noUrl : 'ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ URL поÑиланнÑ', - noEmail : 'ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ Ð°Ð´ÑÐµÑ ÐµÐ». поÑÑи' - }, - - // Anchor dialog - anchor : - { - toolbar : 'ÐÑÑавиÑи/РедагÑваÑи ÑкÑÑ', - menu : 'ÐлаÑÑивоÑÑÑ ÑкоÑÑ', - title : 'ÐлаÑÑивоÑÑÑ ÑкоÑÑ', - name : 'Ðм\'Ñ ÑкоÑÑ', - errorName : 'ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ Ñм\'Ñ ÑкоÑÑ', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'ÐпÑÑÑ Ð½ÑмеÑованого ÑпиÑкÑ', - bulletedTitle : 'ÐпÑÑÑ Ð¼Ð°ÑкÑÑованого ÑпиÑкÑ', - type : 'Тип', - start : 'ÐоÑаÑи з...', - validateStartNumber :'ÐоÑаÑковий Ð½Ð¾Ð¼ÐµÑ ÑпиÑÐºÑ Ð¿Ð¾Ð²Ð¸Ð½ÐµÐ½ бÑÑи ÑÑлим ÑиÑлом.', - circle : 'ÐÑлÑÑе', - disc : 'ÐÑÑжеÑок', - square : 'ÐвадÑаÑик', - none : 'Ðема', - notset : '<не вказано>', - armenian : 'ÐÑÑменÑÑка нÑмеÑаÑÑÑ', - georgian : 'ÐÑÑзинÑÑка нÑмеÑаÑÑÑ (an, ban, gan Ñ Ñ.д.)', - lowerRoman : 'ÐÐ°Ð»Ñ ÑимÑÑÐºÑ (i, ii, iii, iv, v Ñ Ñ.д.)', - upperRoman : 'ÐÐµÐ»Ð¸ÐºÑ ÑимÑÑÐºÑ (I, II, III, IV, V Ñ Ñ.д.)', - lowerAlpha : 'ÐÐ°Ð»Ñ Ð»Ð°Ñ. бÑкви (a, b, c, d, e Ñ Ñ.д.)', - upperAlpha : 'ÐÐµÐ»Ð¸ÐºÑ Ð»Ð°Ñ. бÑкви (A, B, C, D, E Ñ Ñ.д.)', - lowerGreek : 'ÐÐ°Ð»Ñ Ð³Ñ. бÑкви (алÑÑа, беÑа, гамма Ñ Ñ.д.)', - decimal : 'ÐеÑÑÑÐºÐ¾Ð²Ñ (1, 2, 3 Ñ Ñ.д.)', - decimalLeadingZero : 'ÐеÑÑÑÐºÐ¾Ð²Ñ Ð· нÑлем (01, 02, 03 Ñ Ñ.д.)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'ÐнайÑи Ñ Ð·Ð°Ð¼ÑниÑи', - find : 'ÐоÑÑк', - replace : 'ÐамÑна', - findWhat : 'ШÑкаÑи:', - replaceWith : 'ÐамÑниÑи на:', - notFoundMsg : 'Ðказаний ÑекÑÑ Ð½Ðµ знайдено.', - matchCase : 'ÐÑÐ°Ñ Ð¾Ð²ÑваÑи ÑегÑÑÑÑ', - matchWord : 'ÐбÑг ÑÑÐ»Ð¸Ñ ÑлÑв', - matchCyclic : 'ЦиклÑÑна замÑна', - replaceAll : 'ÐамÑниÑи вÑе', - replaceSuccessMsg : '%1 ÑпÑвпадÑнÑ(нÑ) замÑнено.' - }, - - // Table Dialog - table : - { - toolbar : 'ТаблиÑÑ', - title : 'ÐлаÑÑивоÑÑÑ ÑаблиÑÑ', - menu : 'ÐлаÑÑивоÑÑÑ ÑаблиÑÑ', - deleteTable : 'ÐидалиÑи ÑаблиÑÑ', - rows : 'Ð Ñдки', - columns : 'СÑовбÑÑ', - border : 'РозмÑÑ Ñамки', - widthPx : 'пÑкÑелÑв', - widthPc : 'вÑдÑоÑкÑв', - widthUnit : 'ÐдиниÑÑ Ð²Ð¸Ð¼ÑÑ.', - cellSpace : 'ÐÑомÑжок', - cellPad : 'ÐнÑÑÑ. вÑдÑÑÑп', - caption : 'Ðаголовок ÑаблиÑÑ', - summary : 'ÐеÑалÑний Ð¾Ð¿Ð¸Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÑ ÑаблиÑÑ', - headers : 'Ðаголовки ÑÑовбÑÑв/ÑÑдкÑв', - headersNone : 'Ðез заголовкÑв', - headersColumn : 'СÑовбÑÑ', - headersRow : 'Ð Ñдки', - headersBoth : 'СÑовбÑÑ Ñ ÑÑдки', - invalidRows : 'ÐÑлÑкÑÑÑÑ ÑÑдкÑв повинна бÑÑи бÑлÑÑÐ¾Ñ 0.', - invalidCols : 'ÐÑлÑкÑÑÑÑ ÑÑовбÑÑв повинна бÑÑи бÑлÑÑÐ¾Ñ 0.', - invalidBorder : 'РозмÑÑ Ñамки повинен бÑÑи ÑÑлим ÑиÑлом.', - invalidWidth : 'ШиÑина ÑаблиÑÑ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ð° бÑÑи ÑÑлим ÑиÑлом.', - invalidHeight : 'ÐиÑоÑа ÑаблиÑÑ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ð° бÑÑи ÑÑлим ÑиÑлом.', - invalidCellSpacing : 'ÐÑомÑжок мÑж комÑÑками повинен бÑÑи ÑÑлим ÑиÑлом.', - invalidCellPadding : 'ÐнÑÑÑ. вÑдÑÑÑп комÑÑки повинен бÑÑи ÑÑлим ÑиÑлом.', - - cell : - { - menu : 'ÐомÑÑки', - insertBefore : 'ÐÑÑавиÑи комÑÑÐºÑ Ð¿ÐµÑед', - insertAfter : 'ÐÑÑавиÑи комÑÑÐºÑ Ð¿ÑÑлÑ', - deleteCell : 'ÐидалиÑи комÑÑки', - merge : 'Ðб\'ÑднаÑи комÑÑки', - mergeRight : 'Ðб\'ÑднаÑи ÑпÑава', - mergeDown : 'Ðб\'ÑднаÑи донизÑ', - splitHorizontal : 'РоздÑлиÑи комÑÑÐºÑ Ð¿Ð¾ гоÑизонÑалÑ', - splitVertical : 'РоздÑлиÑи комÑÑÐºÑ Ð¿Ð¾ веÑÑикалÑ', - title : 'ÐлаÑÑивоÑÑÑ ÐºÐ¾Ð¼ÑÑки', - cellType : 'Тип комÑÑки', - rowSpan : 'Ðб\'ÑÐ´Ð½Ð°Ð½Ð½Ñ ÑÑдкÑв', - colSpan : 'Ðб\'ÑÐ´Ð½Ð°Ð½Ð½Ñ ÑÑовпÑÑв', - wordWrap : 'ÐвÑопеÑенеÑÐµÐ½Ð½Ñ ÑекÑÑÑ', - hAlign : 'ÐоÑиз. виÑÑвнÑваннÑ', - vAlign : 'ÐеÑÑ. виÑÑвнÑваннÑ', - alignBaseline : 'Ðо базовÑй лÑнÑÑ', - bgColor : 'ÐолÑÑ ÑонÑ', - borderColor : 'ÐолÑÑ Ñамки', - data : 'ÐанÑ', - header : 'Ðаголовок', - yes : 'Так', - no : 'ÐÑ', - invalidWidth : 'ШиÑина комÑÑки повинна бÑÑи ÑÑлим ÑиÑлом.', - invalidHeight : 'ÐиÑоÑа комÑÑки повинна бÑÑи ÑÑлим ÑиÑлом.', - invalidRowSpan : 'ÐÑлÑкÑÑÑÑ Ð¾Ð±\'ÑднÑÐ²Ð°Ð½Ð¸Ñ ÑÑдкÑв повинна бÑÑи ÑÑлим ÑиÑлом.', - invalidColSpan : 'ÐÑлÑкÑÑÑÑ Ð¾Ð±\'ÑднÑÐ²Ð°Ð½Ð¸Ñ ÑÑовбÑÑв повинна бÑÑи ÑÑлим ÑиÑлом.', - chooseColor : 'ÐбÑаÑи' - }, - - row : - { - menu : 'Ð Ñдки', - insertBefore : 'ÐÑÑавиÑи ÑÑдок пеÑед', - insertAfter : 'ÐÑÑавиÑи ÑÑдок пÑÑлÑ', - deleteRow : 'ÐидалиÑи ÑÑдки' - }, - - column : - { - menu : 'СÑовбÑÑ', - insertBefore : 'ÐÑÑавиÑи ÑÑовбеÑÑ Ð¿ÐµÑед', - insertAfter : 'ÐÑÑавиÑи ÑÑовбеÑÑ Ð¿ÑÑлÑ', - deleteColumn : 'ÐидалиÑи ÑÑовбÑÑ' - } - }, - - // Button Dialog. - button : - { - title : 'ÐлаÑÑивоÑÑÑ ÐºÐ½Ð¾Ð¿ÐºÐ¸', - text : 'ÐнаÑеннÑ', - type : 'Тип', - typeBtn : 'Ðнопка (button)', - typeSbm : 'ÐадÑÑлаÑи (submit)', - typeRst : 'ÐÑиÑÑиÑи (reset)' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'ÐлаÑÑивоÑÑÑ Ð³Ð°Ð»Ð¾Ñки', - radioTitle : 'ÐлаÑÑивоÑÑÑ ÐºÐ½Ð¾Ð¿ÐºÐ¸ вибоÑÑ', - value : 'ÐнаÑеннÑ', - selected : 'ÐбÑана' - }, - - // Form Dialog. - form : - { - title : 'ÐлаÑÑивоÑÑÑ ÑоÑми', - menu : 'ÐлаÑÑивоÑÑÑ ÑоÑми', - action : 'ÐÑÑ', - method : 'ÐеÑод', - encoding : 'ÐодÑваннÑ' - }, - - // Select Field Dialog. - select : - { - title : 'ÐлаÑÑивоÑÑÑ ÑпиÑкÑ', - selectInfo : 'ÐнÑо', - opAvail : 'ÐоÑÑÑÐ¿Ð½Ñ Ð²Ð°ÑÑанÑи', - value : 'ÐнаÑеннÑ', - size : 'ÐÑлÑкÑÑÑÑ', - lines : 'Ð²Ð¸Ð´Ð¸Ð¼Ð¸Ñ Ð¿Ð¾Ð·Ð¸ÑÑй Ñ ÑпиÑкÑ', - chkMulti : 'СпиÑок з мÑлÑÑивибоÑом', - opText : 'ТекÑÑ', - opValue : 'ÐнаÑеннÑ', - btnAdd : 'ÐобавиÑи', - btnModify : 'ÐмÑниÑи', - btnUp : 'ÐгоÑÑ', - btnDown : 'Ðниз', - btnSetValue : 'ÐÑÑановиÑи Ñк обÑане знаÑеннÑ', - btnDelete : 'ÐидалиÑи' - }, - - // Textarea Dialog. - textarea : - { - title : 'ÐлаÑÑивоÑÑÑ ÑекÑÑÐ¾Ð²Ð¾Ñ Ð¾Ð±Ð»Ð°ÑÑÑ', - cols : 'СÑовбÑÑ', - rows : 'Ð Ñдки' - }, - - // Text Field Dialog. - textfield : - { - title : 'ÐлаÑÑивоÑÑÑ ÑекÑÑового полÑ', - name : 'Ðм\'Ñ', - value : 'ÐнаÑеннÑ', - charWidth : 'ШиÑина', - maxChars : 'ÐакÑ. к-ÑÑ ÑимволÑв', - type : 'Тип', - typeText : 'ТекÑÑ', - typePass : 'ÐаÑолÑ' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'ÐлаÑÑивоÑÑÑ Ð¿ÑÐ¸Ñ Ð¾Ð²Ð°Ð½Ð¾Ð³Ð¾ полÑ', - name : 'Ðм\'Ñ', - value : 'ÐнаÑеннÑ' - }, - - // Image Dialog. - image : - { - title : 'ÐлаÑÑивоÑÑÑ Ð·Ð¾Ð±ÑаженнÑ', - titleButton : 'ÐлаÑÑивоÑÑÑ ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ñз зобÑаженнÑм', - menu : 'ÐлаÑÑивоÑÑÑ Ð·Ð¾Ð±ÑаженнÑ', - infoTab : 'ÐнÑоÑмаÑÑÑ Ð¿Ñо зобÑаженнÑ', - btnUpload : 'ÐадÑÑлаÑи на ÑеÑвеÑ', - upload : 'ÐадÑÑлаÑи', - alt : 'ÐлÑÑеÑнаÑивний ÑекÑÑ', - lockRatio : 'ÐбеÑегÑи пÑопоÑÑÑÑ', - resetSize : 'ÐÑиÑÑиÑи Ð¿Ð¾Ð»Ñ ÑозмÑÑÑв', - border : 'Рамка', - hSpace : 'ÐоÑиз. вÑдÑÑÑп', - vSpace : 'ÐеÑÑ. вÑдÑÑÑп', - alertUrl : 'ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ URL зобÑаженнÑ', - linkTab : 'ÐоÑиланнÑ', - button2Img : 'ÐажаÑÑе пеÑеÑвоÑиÑи обÑÐ°Ð½Ñ ÐºÐ½Ð¾Ð¿ÐºÑ-зобÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð½Ð° пÑоÑÑе зобÑаженнÑ?', - img2Button : 'ÐажаÑÑе пеÑеÑвоÑиÑи обÑане зобÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð½Ð° кнопкÑ-зобÑаженнÑ?', - urlMissing : 'ÐкажÑÑÑ URL зобÑаженнÑ.', - validateBorder : 'ШиÑина Ñамки повинна бÑÑи ÑÑлим ÑиÑлом.', - validateHSpace : 'ÐоÑиз. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом.', - validateVSpace : 'ÐеÑÑ. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом.' - }, - - // Flash Dialog - flash : - { - properties : 'ÐлаÑÑивоÑÑÑ Flash', - propertiesTab : 'ÐлаÑÑивоÑÑÑ', - title : 'ÐлаÑÑивоÑÑÑ Flash', - chkPlay : 'ÐвÑопÑогÑаваннÑ', - chkLoop : 'ЦиклÑÑно', - chkMenu : 'ÐозволиÑи Ð¼ÐµÐ½Ñ Flash', - chkFull : 'ÐозволиÑи повноекÑанний пеÑеглÑд', - scale : 'ÐаÑÑÑаб', - scaleAll : 'ÐоказаÑи вÑе', - scaleNoBorder : 'Ðез Ñамки', - scaleFit : 'ÐоÑ. ÑозмÑÑ', - access : 'ÐоÑÑÑп до ÑкÑипÑа', - accessAlways : 'Ðавжди', - accessSameDomain: 'Ð Ñого ж домена', - accessNever : 'ÐÑколи', - alignAbsBottom : 'Ðо нижнÑÐ¾Ð¼Ñ ÐºÑÐ°Ñ (abs)', - alignAbsMiddle : 'Ðо ÑеÑÐµÐ´Ð¸Ð½Ñ (abs)', - alignBaseline : 'Ðо базовÑй лÑнÑÑ', - alignTextTop : 'ТекÑÑ Ð¿Ð¾ веÑÑ Ð½ÑÐ¾Ð¼Ñ ÐºÑаÑ', - quality : 'ЯкÑÑÑÑ', - qualityBest : 'ÐÑдмÑнна', - qualityHigh : 'ÐиÑока', - qualityAutoHigh : 'ÐвÑом. вÑдмÑнна', - qualityMedium : 'СеÑеднÑ', - qualityAutoLow : 'ÐвÑом. низÑка', - qualityLow : 'ÐизÑка', - windowModeWindow: 'ÐÑкно', - windowModeOpaque: 'ÐепÑозоÑÑÑÑÑ', - windowModeTransparent : 'ÐÑозоÑÑÑÑÑ', - windowMode : 'ÐÑконний Ñежим', - flashvars : 'ÐмÑÐ½Ð½Ñ Flash', - bgcolor : 'ÐолÑÑ ÑонÑ', - hSpace : 'ÐоÑиз. вÑдÑÑÑп', - vSpace : 'ÐеÑÑ. вÑдÑÑÑп', - validateSrc : 'ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ URL поÑиланнÑ', - validateHSpace : 'ÐоÑиз. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом.', - validateVSpace : 'ÐеÑÑ. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'ÐеÑевÑÑиÑи оÑÑогÑаÑÑÑ', - title : 'ÐеÑевÑÑка оÑÑогÑаÑÑÑ', - notAvailable : 'ÐибаÑÑе, але ÑеÑвÑÑ Ð½Ð°ÑÐ°Ð·Ñ Ð½ÐµÐ´Ð¾ÑÑÑпний.', - errorLoading : 'Ðомилка заванÑÐ°Ð¶ÐµÐ½Ð½Ñ : %s.', - notInDic : 'ÐÐµÐ¼Ð°Ñ Ð² ÑловникÑ', - changeTo : 'ÐамÑниÑи на', - btnIgnore : 'ÐÑопÑÑÑиÑи', - btnIgnoreAll : 'ÐÑопÑÑÑиÑи вÑе', - btnReplace : 'ÐамÑниÑи', - btnReplaceAll : 'ÐамÑниÑи вÑе', - btnUndo : 'Ðазад', - noSuggestions : '- Ð½ÐµÐ¼Ð°Ñ Ð²Ð°ÑÑанÑÑв -', - progress : 'ÐиконÑÑÑÑÑÑ Ð¿ÐµÑевÑÑка оÑÑогÑаÑÑÑ...', - noMispell : 'ÐеÑевÑÑÐºÑ Ð¾ÑÑогÑаÑÑÑ Ð·Ð°Ð²ÐµÑÑено: помилок не знайдено', - noChanges : 'ÐеÑевÑÑÐºÑ Ð¾ÑÑогÑаÑÑÑ Ð·Ð°Ð²ÐµÑÑено: жодне Ñлово не змÑнено', - oneChange : 'ÐеÑевÑÑÐºÑ Ð¾ÑÑогÑаÑÑÑ Ð·Ð°Ð²ÐµÑÑено: змÑнено одне Ñлово', - manyChanges : 'ÐеÑевÑÑÐºÑ Ð¾ÑÑогÑаÑÑÑ Ð·Ð°Ð²ÐµÑÑено: 1% ÑлÑв(ова) змÑнено', - ieSpellDownload : 'ÐодÑÐ»Ñ Ð¿ÐµÑевÑÑки оÑÑогÑаÑÑÑ Ð½Ðµ вÑÑановлено. ÐажаÑÑе заванÑажиÑи його заÑаз?' - }, - - smiley : - { - toolbar : 'Смайлик', - title : 'ÐÑÑавиÑи Ñмайлик', - options : 'ÐпÑÑÑ ÑмайликÑв' - }, - - elementsPath : - { - eleLabel : 'ШлÑÑ ', - eleTitle : '%1 елеменÑ' - }, - - numberedlist : 'ÐÑмеÑований ÑпиÑок', - bulletedlist : 'ÐаÑкÑÑований ÑпиÑок', - indent : 'ÐбÑлÑÑиÑи вÑдÑÑÑп', - outdent : 'ÐменÑиÑи вÑдÑÑÑп', - - justify : - { - left : 'Ðо лÑÐ²Ð¾Ð¼Ñ ÐºÑаÑ', - center : 'Ðо ÑенÑÑÑ', - right : 'Ðо пÑÐ°Ð²Ð¾Ð¼Ñ ÐºÑаÑ', - block : 'Ðо ÑиÑинÑ' - }, - - blockquote : 'ЦиÑаÑа', - - clipboard : - { - title : 'ÐÑÑавиÑи', - cutError : 'ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð±ÐµÐ·Ð¿ÐµÐºÐ¸ ÐаÑого бÑаÑзеÑа не дозволÑÑÑÑ ÑедакÑоÑÑ Ð°Ð²ÑомаÑиÑно виконÑваÑи опеÑаÑÑÑ Ð²Ð¸ÑÑзÑваннÑ. ÐÑÐ´Ñ Ð»Ð°Ñка, викоÑиÑÑовÑйÑе клавÑаÑÑÑÑ Ð´Ð»Ñ ÑÑого (Ctrl/Cmd+X)', - copyError : 'ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð±ÐµÐ·Ð¿ÐµÐºÐ¸ ÐаÑого бÑаÑзеÑа не дозволÑÑÑÑ ÑедакÑоÑÑ Ð°Ð²ÑомаÑиÑно виконÑваÑи опеÑаÑÑÑ ÐºÐ¾Ð¿ÑÑваннÑ. ÐÑÐ´Ñ Ð»Ð°Ñка, викоÑиÑÑовÑйÑе клавÑаÑÑÑÑ Ð´Ð»Ñ ÑÑого (Ctrl/Cmd+C).', - pasteMsg : 'ÐÑÐ´Ñ Ð»Ð°Ñка, вÑÑавÑе ÑнÑоÑмаÑÑÑ Ð· бÑÑеÑа обмÑÐ½Ñ Ð² ÑÑ Ð¾Ð±Ð»Ð°ÑÑÑ, коÑиÑÑÑÑÑиÑÑ ÐºÐ¾Ð¼Ð±ÑнаÑÑÑÑ ÐºÐ»Ð°Ð²ÑÑ (<STRONG>Ctrl/Cmd+V</STRONG>), Ñа наÑиÑнÑÑÑ <STRONG>OK</STRONG>.', - securityMsg : 'РедакÑÐ¾Ñ Ð½Ðµ може оÑÑимаÑи пÑÑмий доÑÑÑп до бÑÑеÑÑ Ð¾Ð±Ð¼ÑÐ½Ñ Ñ Ð·Ð²\'ÑÐ·ÐºÑ Ð· налаÑÑÑваннÑми ÐаÑого бÑаÑзеÑа. Ðам поÑÑÑбно вÑÑавиÑи ÑнÑоÑмаÑÑÑ Ð² Ñе вÑкно.', - pasteArea : 'ÐблаÑÑÑ Ð²ÑÑавки' - }, - - pastefromword : - { - confirmCleanup : 'ТекÑÑ, Ñо Ðи намагаÑÑеÑÑ Ð²ÑÑавиÑи, ÑÑ Ð¾Ð¶Ð¸Ð¹ на ÑкопÑйований з Word. ÐажаÑÑе оÑиÑÑиÑи його ÑоÑмаÑÑÐ²Ð°Ð½Ð½Ñ Ð¿ÐµÑед вÑÑавлÑннÑм?', - toolbar : 'ÐÑÑавиÑи з Word', - title : 'ÐÑÑавиÑи з Word', - error : 'Ðеможливо оÑиÑÑиÑи ÑоÑмаÑÑÐ²Ð°Ð½Ð½Ñ ÑеÑез внÑÑÑÑÑÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÑ.' - }, - - pasteText : - { - button : 'ÐÑÑавиÑи ÑÑлÑки ÑекÑÑ', - title : 'ÐÑÑавиÑи ÑÑлÑки ÑекÑÑ' - }, - - templates : - { - button : 'Шаблони', - title : 'Шаблони змÑÑÑÑ', - options : 'ÐпÑÑÑ ÑаблонÑ', - insertOption : 'ÐамÑниÑи поÑоÑний вмÑÑÑ', - selectPromptMsg : 'ÐбеÑÑÑÑ, бÑÐ´Ñ Ð»Ð°Ñка, Ñаблон Ð´Ð»Ñ Ð²ÑдкÑиÑÑÑ Ð² ÑедакÑоÑÑ<br>(поÑоÑний змÑÑÑ Ð±Ñде вÑÑаÑено):', - emptyListMsg : '(Ðе знайдено жодного ÑаблонÑ)' - }, - - showBlocks : 'ÐоказÑваÑи блоки', - - stylesCombo : - { - label : 'СÑилÑ', - panelTitle : 'СÑÐ¸Ð»Ñ ÑоÑмаÑÑваннÑ', - panelTitle1 : 'ÐлоÑÐ½Ñ ÑÑилÑ', - panelTitle2 : 'Ð ÑÐ´ÐºÐ¾Ð²Ñ ÑÑилÑ', - panelTitle3 : 'Ðб\'ÑкÑÐ½Ñ ÑÑилÑ' - }, - - format : - { - label : 'ФоÑмаÑÑваннÑ', - panelTitle : 'ФоÑмаÑÑваннÑ', - - tag_p : 'ÐоÑмалÑний', - tag_pre : 'ФоÑмаÑований', - tag_address : 'ÐдÑеÑа', - tag_h1 : 'Ðаголовок 1', - tag_h2 : 'Ðаголовок 2', - tag_h3 : 'Ðаголовок 3', - tag_h4 : 'Ðаголовок 4', - tag_h5 : 'Ðаголовок 5', - tag_h6 : 'Ðаголовок 6', - tag_div : 'ÐоÑмалÑний (div)' - }, - - div : - { - title : 'СÑвоÑиÑи блок-конÑейнеÑ', - toolbar : 'СÑвоÑиÑи блок-конÑейнеÑ', - cssClassInputLabel : 'ÐÐ»Ð°Ñ CSS', - styleSelectLabel : 'СÑÐ¸Ð»Ñ CSS', - IdInputLabel : 'ÐденÑиÑÑкаÑоÑ', - languageCodeInputLabel : 'Ðод мови', - inlineStyleInputLabel : 'ÐпиÑаний ÑÑилÑ', - advisoryTitleInputLabel : 'ÐмÑÑÑ Ð²Ð¸Ð¿Ð»Ð¸Ð²Ð°ÑÑÐ¾Ñ Ð¿Ñдказки', - langDirLabel : 'ÐапÑÑмок мови', - langDirLTRLabel : 'ÐлÑва напÑаво (LTR)', - langDirRTLLabel : 'СпÑава налÑво (RTL)', - edit : 'РедагÑваÑи блок', - remove : 'ÐидалиÑи блок' - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'ШÑиÑÑ', - voiceLabel : 'ШÑиÑÑ', - panelTitle : 'ШÑиÑÑ' - }, - - fontSize : - { - label : 'РозмÑÑ', - voiceLabel : 'РозмÑÑ ÑÑиÑÑÑ', - panelTitle : 'РозмÑÑ' - }, - - colorButton : - { - textColorTitle : 'ÐолÑÑ ÑекÑÑÑ', - bgColorTitle : 'ÐолÑÑ ÑонÑ', - panelTitle : 'ÐолÑоÑи', - auto : 'ÐвÑо', - more : 'ÐолÑоÑи...' - }, - - 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' : 'ÐÑлий' - }, - - scayt : - { - title : 'ÐеÑеÑÑÑка оÑÑогÑаÑÑÑ Ð¿Ð¾ мÑÑÑ Ð½Ð°Ð±Ð¾ÑÑ', - opera_title : 'Ðе пÑдÑÑимÑÑÑÑÑÑ Ð² Opera', - enable : 'ÐвÑмкнÑÑи SCAYT', - disable : 'ÐимкнÑÑи SCAYT', - about : 'ÐÑо SCAYT', - toggle : 'ÐеÑемкнÑÑи SCAYT', - options : 'ÐпÑÑÑ', - langs : 'Ðови', - moreSuggestions : 'ÐÑлÑÑе ваÑÑанÑÑв', - ignore : 'ÐÑопÑÑÑиÑи', - ignoreAll : 'ÐÑопÑÑÑиÑи вÑÑ', - addWord : 'ÐодаÑи Ñлово', - emptyDic : 'Ðазва Ñловника повинна бÑÑи вказана.', - - optionsTab : 'ÐпÑÑÑ', - allCaps : 'ÐÑопÑÑÑиÑи пÑопиÑÐ½Ñ Ñлова', - ignoreDomainNames : 'ÐÑопÑÑÑиÑи Ð´Ð¾Ð¼ÐµÐ½Ð½Ñ Ð½Ð°Ð·Ð²Ð¸', - mixedCase : 'ÐÑопÑÑÑиÑи Ñлова Ð·Ñ Ð·Ð¼ÑÑаним ÑегÑÑÑÑом', - mixedWithDigits : 'ÐÑопÑÑÑиÑи Ñлова, Ñо мÑÑÑÑÑÑ ÑиÑÑи', - - languagesTab : 'Ðови', - - dictionariesTab : 'Словники', - dic_field_name : 'Ðазва Ñловника', - dic_create : 'СÑвоÑиÑи', - dic_restore : 'ÐÑдновиÑи', - dic_delete : 'ÐидалиÑи', - dic_rename : 'ÐеÑейменÑваÑи', - dic_info : 'Як пÑавило, коÑиÑÑÑваÑÑÐºÑ Ñловники збеÑÑгаÑÑÑÑÑ Ñ cookie-ÑÐ°Ð¹Ð»Ð°Ñ . Ðднак, cookie-Ñайли маÑÑÑ Ð¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð½Ð° ÑозмÑÑ. ЯкÑо коÑиÑÑÑваÑÑкий Ñловник зÑоÑÑÐ°Ñ Ð² обÑÑÐ·Ñ Ð½Ð°ÑÑÑлÑки, Ñо вже не може бÑÑи збеÑежений Ñ cookie-ÑайлÑ, ÑÐ¾Ð´Ñ Ð¹Ð¾Ð³Ð¾ можна збеÑегÑи на наÑÐ¾Ð¼Ñ ÑеÑвеÑÑ. Щоб збеÑегÑи ÐÐ°Ñ Ð¿ÐµÑÑоналÑний Ñловник на наÑÐ¾Ð¼Ñ ÑеÑвеÑÑ Ð½ÐµÐ¾Ð±Ñ Ñдно вказаÑи Ð½Ð°Ð·Ð²Ñ Ñловника. ЯкÑо Ðи вже збеÑÑгали Ñловник на ÑеÑвеÑÑ, бÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ Ð½Ð°Ð·Ð²Ñ Ð·Ð±ÐµÑеженого Ñловника Ñ Ð½Ð°ÑиÑнÑÑÑ ÐºÐ½Ð¾Ð¿ÐºÑ ÐÑдновиÑи.', - - aboutTab : 'ÐÑо SCAYT' - }, - - about : - { - title : 'ÐÑо CKEditor', - dlgTitle : 'ÐÑо CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Щодо ÑнÑоÑмаÑÑÑ Ð· лÑÑензÑÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð²ÑÑайÑе на Ð½Ð°Ñ ÑайÑ:', - copy : 'Copyright © $1. ÐÑÑ Ð¿Ñава заÑÑеÑежено.' - }, - - maximize : 'ÐакÑимÑзÑваÑи', - minimize : 'ÐÑнÑмÑзÑваÑи', - - fakeobjects : - { - anchor : 'ЯкÑÑ', - flash : 'Flash-анÑмаÑÑÑ', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'ÐевÑдомий об\'ÑкÑ' - }, - - resize : 'ÐоÑÑгнÑÑÑ Ð´Ð»Ñ Ð·Ð¼Ñни ÑозмÑÑÑв', - - colordialog : - { - title : 'ÐбÑаÑи колÑÑ', - options : 'ÐпÑÑÑ ÐºÐ¾Ð»ÑоÑÑв', - highlight : 'ÐолÑÑ, на Ñкий вказÑÑ ÐºÑÑÑоÑ', - selected : 'ÐбÑаний колÑÑ', - clear : 'ÐÑиÑÑиÑи' - }, - - toolbarCollapse : 'ÐгоÑнÑÑи Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв', - toolbarExpand : 'РозгоÑнÑÑи Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'ÐапÑÑмок ÑекÑÑÑ Ð·Ð»Ñва напÑаво', - rtl : 'ÐапÑÑмок ÑекÑÑÑ ÑпÑава налÑво' - }, - - docprops : - { - label : 'ÐлаÑÑивоÑÑÑ Ð´Ð¾ÐºÑменÑа', - title : 'ÐлаÑÑивоÑÑÑ Ð´Ð¾ÐºÑменÑа', - design : 'Design', // MISSING - meta : 'ÐеÑа данÑ', - chooseColor : 'ÐбÑаÑи', - other : '<ÑнÑий>', - docTitle : 'Ðаголовок ÑÑоÑÑнки', - charset : 'ÐодÑÐ²Ð°Ð½Ð½Ñ Ð½Ð°Ð±Ð¾ÑÑ ÑимволÑв', - charsetOther : 'ÐнÑе кодÑÐ²Ð°Ð½Ð½Ñ Ð½Ð°Ð±Ð¾ÑÑ ÑимволÑв', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'ЦенÑÑалÑно-ÑвÑопейÑÑка', - charsetCT : 'ÐиÑайÑÑка ÑÑадиÑÑйна (Big5)', - charsetCR : 'ÐиÑилиÑÑ', - charsetGR : 'ÐÑеÑÑка', - charsetJP : 'ЯпонÑÑка', - charsetKR : 'ÐоÑейÑÑка', - charsetTR : 'ТÑÑеÑÑка', - charsetUN : 'ЮнÑкод (UTF-8)', - charsetWE : 'ÐÐ°Ñ Ñдно-евÑопейÑкаÑ', - docType : 'Ðаголовок ÑÐ¸Ð¿Ñ Ð´Ð¾ÐºÑменÑÑ', - docTypeOther : 'ÐнÑий заголовок ÑÐ¸Ð¿Ñ Ð´Ð¾ÐºÑменÑÑ', - xhtmlDec : 'ÐвÑмкнÑÑи XHTML оголоÑеннÑ', - bgColor : 'ÐолÑÑ Ñла', - bgImage : 'URL зобÑÐ°Ð¶ÐµÐ½Ð½Ñ Ñла', - bgFixed : 'Тло без пÑокÑÑÑки', - txtColor : 'ÐолÑÑ ÑекÑÑÑ', - margin : 'ÐÑдÑÑÑпи ÑÑоÑÑнки', - marginTop : 'ÐеÑÑ Ð½Ñй', - marginLeft : 'ÐÑвий', - marginRight : 'ÐÑавий', - marginBottom : 'ÐижнÑй', - metaKeywords : 'ÐлÑÑÐ¾Ð²Ñ Ñлова докÑменÑа (ÑоздÑÐ»ÐµÐ½Ñ ÐºÐ¾Ð¼Ð°Ð¼Ð¸)', - metaDescription : 'ÐÐ¿Ð¸Ñ Ð´Ð¾ÐºÑменÑа', - metaAuthor : 'ÐвÑоÑ', - metaCopyright : 'ÐвÑоÑÑÑÐºÑ Ð¿Ñава', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/vi.js b/skins/ckeditor/_source/lang/vi.js deleted file mode 100644 index a0d3a47..0000000 --- a/skins/ckeditor/_source/lang/vi.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Vietnamese language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['vi'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Bá» soạn thảo, %1, nhấn ALT + 0 Äá» xem hÆ°á»ng dẫn.', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Bá» soạn thảo', - - // Toolbar buttons without dialogs. - source : 'Mã HTML', - newPage : 'Trang má»i', - save : 'LÆ°u', - preview : 'Xem trÆ°á»c', - cut : 'Cắt', - copy : 'Sao chép', - paste : 'Dán', - print : 'In', - underline : 'Gạch chân', - bold : 'Äáºm', - italic : 'Nghiêng', - selectAll : 'Chá»n tất cả', - removeFormat : 'Xoá Äá»nh dạng', - strike : 'Gạch xuyên ngang', - subscript : 'Chá» sá» dÆ°á»i', - superscript : 'Chá» sá» trên', - horizontalrule : 'Chèn ÄÆ°á»ng phân cách ngang', - pagebreak : 'Chèn ngắt trang', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'Xoá liên kết', - undo : 'Khôi phục thao tác', - redo : 'Là m lại thao tác', - - // Common messages and labels. - common : - { - browseServer : 'Duyá»t trên máy chủ', - url : 'URL', - protocol : 'Giao thức', - upload : 'Tải lên', - uploadSubmit : 'Tải lên máy chủ', - image : 'Hình ảnh', - flash : 'Flash', - form : 'Biá»u mẫu', - checkbox : 'Nút kiá»m', - radio : 'Nút chá»n', - textField : 'TrÆ°á»ng vÄn bản', - textarea : 'Vùng vÄn bản', - hiddenField : 'TrÆ°á»ng ẩn', - button : 'Nút', - select : 'à chá»n', - imageButton : 'Nút hình ảnh', - notSet : '<không thiết láºp>', - id : 'Äá»nh danh', - name : 'Tên', - langDir : 'HÆ°á»ng ngôn ngữ', - langDirLtr : 'Trái sang phải (LTR)', - langDirRtl : 'Phải sang trái (RTL)', - langCode : 'Mã ngôn ngữ', - longDescr : 'Mô tả URL', - cssClass : 'Lá»p Stylesheet', - advisoryTitle : 'Nhan Äá» hÆ°á»ng dẫn', - cssStyle : 'Kiá»u (style)', - ok : 'Äá»ng ý', - cancel : 'Bá» qua', - close : 'Äóng', - preview : 'Xem trÆ°á»c', - generalTab : 'Tab chung', - advancedTab : 'Tab má» rá»ng', - validateNumberFailed : 'Giá trá» nà y không phải là sá».', - confirmNewPage : 'Má»i thay Äá»i không Äược lÆ°u lại, ná»i dung nà y sẽ bá» mất. Bạn có chắc chắn muá»n tải má»t trang má»i?', - confirmCancel : 'Má»t và i tùy chá»n Äã bá» thay Äá»i. Bạn có chắc chắn muá»n Äóng há»p thoại?', - options : 'Tùy chá»n', - target : 'ÄÃch Äến', - targetNew : 'Cá»a sá» má»i (_blank)', - targetTop : 'Cá»a sá» trên cùng (_top)', - targetSelf : 'Tại trang (_self)', - targetParent : 'Cá»a sá» cha (_parent)', - langDirLTR : 'Left to Right (LTR)', // MISSING - langDirRTL : 'Right to Left (RTL)', // MISSING - styles : 'Style', // MISSING - cssClasses : 'Stylesheet Classes', // MISSING - width : 'Chiá»u rá»ng', - height : 'chiá»u cao', - align : 'Vá» trÃ', - alignLeft : 'Trái', - alignRight : 'Phải', - alignCenter : 'Giữa', - alignTop : 'Trên', - alignMiddle : 'Giữa', - alignBottom : 'DÆ°á»i', - invalidHeight : 'Chiá»u cao phải là sá» nguyên.', - invalidWidth : 'Chiá»u rá»ng phải là sá» nguyên.', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, không có</span>' - }, - - contextmenu : - { - options : 'Tùy chá»n menu bá» xung' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'Chèn ký tá»± Äặc biá»t', - title : 'Hãy chá»n ký tá»± Äặc biá»t', - options : 'Tùy chá»n các ký tá»± Äặc biá»t' - }, - - // Link dialog. - link : - { - toolbar : 'Chèn/Sá»a liên kết', - other : '<khác>', - menu : 'Sá»a liên kết', - title : 'Liên kết', - info : 'Thông tin liên kết', - target : 'ÄÃch', - upload : 'Tải lên', - advanced : 'Má» rá»ng', - type : 'Kiá»u liên kết', - toUrl : 'URL', - toAnchor : 'Neo trong trang nà y', - toEmail : 'ThÆ° Äiá»n tá»', - targetFrame : '<khung>', - targetPopup : '<cá»a sá» popup>', - targetFrameName : 'Tên khung ÄÃch', - targetPopupName : 'Tên cá»a sá» Popup', - popupFeatures : 'Äặc Äiá»m của cá»a sá» Popup', - popupResizable : 'Có thá» thay Äá»i kÃch cỡ', - popupStatusBar : 'Thanh trạng thái', - popupLocationBar: 'Thanh vá» trÃ', - popupToolbar : 'Thanh công cụ', - popupMenuBar : 'Thanh Menu', - popupFullScreen : 'Toà n mà n hình (IE)', - popupScrollBars : 'Thanh cuá»n', - popupDependent : 'Phụ thuá»c (Netscape)', - popupLeft : 'Vá» trà bên trái', - popupTop : 'Vá» trà phÃa trên', - id : 'Äá»nh danh', - langDir : 'HÆ°á»ng ngôn ngữ', - langDirLTR : 'Trái sang phải (LTR)', - langDirRTL : 'Phải sang trái (RTL)', - acccessKey : 'PhÃm há» trợ truy cáºp', - name : 'Tên', - langCode : 'Mã ngôn ngữ', - tabIndex : 'Chá» sá» của Tab', - advisoryTitle : 'Nhan Äá» hÆ°á»ng dẫn', - advisoryContentType : 'Ná»i dung hÆ°á»ng dẫn', - cssClasses : 'Lá»p Stylesheet', - charset : 'Bảng mã của tà i nguyên Äược liên kết Äến', - styles : 'Kiá»u (style)', - rel : 'Relationship', // MISSING - selectAnchor : 'Chá»n má»t Äiá»m neo', - anchorName : 'Theo tên Äiá»m neo', - anchorId : 'Theo Äá»nh danh thà nh phần', - emailAddress : 'ThÆ° Äiá»n tá»', - emailSubject : 'Tiêu Äá» thông Äiá»p', - emailBody : 'Ná»i dung thông Äiá»p', - noAnchors : '(Không có Äiá»m neo nà o trong tà i liá»u)', - noUrl : 'Hãy ÄÆ°a và o ÄÆ°á»ng dẫn liên kết (URL)', - noEmail : 'Hãy ÄÆ°a và o Äá»a chá» thÆ° Äiá»n tá»' - }, - - // Anchor dialog - anchor : - { - toolbar : 'Chèn/Sá»a Äiá»m neo', - menu : 'Thuá»c tÃnh Äiá»m neo', - title : 'Thuá»c tÃnh Äiá»m neo', - name : 'Tên của Äiá»m neo', - errorName : 'Hãy nháºp và o tên của Äiá»m neo', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Thuá»c tÃnh danh sách có thứ tá»±', - bulletedTitle : 'Thuá»c tÃnh danh sách không thứ tá»±', - type : 'Kiá»u loại', - start : 'Bắt Äầu', - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Khuyên tròn', - disc : 'Hình ÄÄ©a', - square : 'Hình vuông', - none : 'Không gì cả', - notset : '<không thiết láºp>', - armenian : 'Sá» theo kiá»u Armenian', - georgian : 'Sá» theo kiá»u Georgian (an, ban, gan...)', - lowerRoman : 'Sá» La Mã kiá»u thÆ°á»ng (i, ii, iii, iv, v...)', - upperRoman : 'Sá» La Mã kiá»u HOA (I, II, III, IV, V...)', - lowerAlpha : 'Kiá»u abc thÆ°á»ng (a, b, c, d, e...)', - upperAlpha : 'Kiá»u ABC HOA (A, B, C, D, E...)', - lowerGreek : 'Kiá»u Hy Lạp (alpha, beta, gamma...)', - decimal : 'Kiá»u sá» (1, 2, 3 ...)', - decimalLeadingZero : 'Kiá»u sá» (01, 02, 03...)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'Tìm kiếm và thay thế', - find : 'Tìm kiếm', - replace : 'Thay thế', - findWhat : 'Tìm chuá»i:', - replaceWith : 'Thay bằng:', - notFoundMsg : 'Không tìm thấy chuá»i cần tìm.', - matchCase : 'Phân biá»t chữ hoa/thÆ°á»ng', - matchWord : 'Giá»ng toà n bá» từ', - matchCyclic : 'Giá»ng má»t phần', - replaceAll : 'Thay thế tất cả', - replaceSuccessMsg : '%1 vá» trà Äã Äược thay thế.' - }, - - // Table Dialog - table : - { - toolbar : 'Bảng', - title : 'Thuá»c tÃnh bảng', - menu : 'Thuá»c tÃnh bảng', - deleteTable : 'Xóa bảng', - rows : 'Sá» hà ng', - columns : 'Sá» cá»t', - border : 'KÃch thÆ°á»c ÄÆ°á»ng viá»n', - widthPx : 'Äiá»m ảnh (px)', - widthPc : 'Phần trÄm (%)', - widthUnit : 'ÄÆ¡n vá»', - cellSpace : 'Khoảng cách giữa các ô', - cellPad : 'Khoảng Äá»m giữ ô và ná»i dung', - caption : 'Äầu Äá»', - summary : 'Tóm lược', - headers : 'Äầu Äá»', - headersNone : 'Không có', - headersColumn : 'Cá»t Äầu tiên', - headersRow : 'Hà ng Äầu tiên', - headersBoth : 'Cả hai', - invalidRows : 'Sá» lượng hà ng phải là má»t sá» lá»n hÆ¡n 0.', - invalidCols : 'Sá» lượng cá»t phải là má»t sá» lá»n hÆ¡n 0.', - invalidBorder : 'KÃch cỡ của ÄÆ°á»ng biên phải là má»t sá» nguyên.', - invalidWidth : 'Chiá»u rá»ng của bảng phải là má»t sá» nguyên.', - invalidHeight : 'Chiá»u cao của bảng phải là má»t sá» nguyên.', - invalidCellSpacing : 'Khoảng cách giữa các ô phải là má»t sá» nguyên.', - invalidCellPadding : 'Khoảng Äá»m giữa ô và ná»i dung phải là má»t sá» nguyên.', - - cell : - { - menu : 'Ã', - insertBefore : 'Chèn ô PhÃa trÆ°á»c', - insertAfter : 'Chèn ô PhÃa sau', - deleteCell : 'Xoá ô', - merge : 'Kết hợp ô', - mergeRight : 'Kết hợp sang phải', - mergeDown : 'Kết hợp xuá»ng dÆ°á»i', - splitHorizontal : 'Phân tách ô theo chiá»u ngang', - splitVertical : 'Phân tách ô theo chiá»u dá»c', - title : 'Thuá»c tÃnh của ô', - cellType : 'Kiá»u của ô', - rowSpan : 'Kết hợp hà ng', - colSpan : 'Kết hợp cá»t', - wordWrap : 'Chữ liá»n hà ng', - hAlign : 'Canh lá» ngang', - vAlign : 'Canh lá» dá»c', - alignBaseline : 'ÄÆ°á»ng cÆ¡ sá»', - bgColor : 'Mà u ná»n', - borderColor : 'Mà u viá»n', - data : 'Dữ liá»u', - header : 'Äầu Äá»', - yes : 'Có', - no : 'Không', - invalidWidth : 'Chiá»u rá»ng của ô phải là má»t sá» nguyên.', - invalidHeight : 'Chiá»u cao của ô phải là má»t sá» nguyên.', - invalidRowSpan : 'Sá» hà ng kết hợp phải là má»t sá» nguyên.', - invalidColSpan : 'Sá» cá»t kết hợp phải là má»t sá» nguyên.', - chooseColor : 'Chá»n mà u' - }, - - row : - { - menu : 'Hà ng', - insertBefore : 'Chèn hà ng phÃa trÆ°á»c', - insertAfter : 'Chèn hà ng phÃa sau', - deleteRow : 'Xoá hà ng' - }, - - column : - { - menu : 'Cá»t', - insertBefore : 'Chèn cá»t phÃa trÆ°á»c', - insertAfter : 'Chèn cá»t phÃa sau', - deleteColumn : 'Xoá cá»t' - } - }, - - // Button Dialog. - button : - { - title : 'Thuá»c tÃnh của nút', - text : 'Chuá»i hiá»n thá» (giá trá»)', - type : 'Kiá»u', - typeBtn : 'Nút bấm', - typeSbm : 'Nút gá»i', - typeRst : 'Nút nháºp lại' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'Thuá»c tÃnh nút kiá»m', - radioTitle : 'Thuá»c tÃnh nút chá»n', - value : 'Giá trá»', - selected : 'Äược chá»n' - }, - - // Form Dialog. - form : - { - title : 'Thuá»c tÃnh biá»u mẫu', - menu : 'Thuá»c tÃnh biá»u mẫu', - action : 'Hà nh Äá»ng', - method : 'PhÆ°Æ¡ng thức', - encoding : 'Bảng mã' - }, - - // Select Field Dialog. - select : - { - title : 'Thuá»c tÃnh ô chá»n', - selectInfo : 'Thông tin', - opAvail : 'Các tùy chá»n có thá» sá» dụng', - value : 'Giá trá»', - size : 'KÃch cỡ', - lines : 'dòng', - chkMulti : 'Cho phép chá»n nhiá»u', - opText : 'VÄn bản', - opValue : 'Giá trá»', - btnAdd : 'Thêm', - btnModify : 'Thay Äá»i', - btnUp : 'Lên', - btnDown : 'Xuá»ng', - btnSetValue : 'Giá trá» Äược chá»n', - btnDelete : 'Nút xoá' - }, - - // Textarea Dialog. - textarea : - { - title : 'Thuá»c tÃnh vùng vÄn bản', - cols : 'Sá» cá»t', - rows : 'Sá» hà ng' - }, - - // Text Field Dialog. - textfield : - { - title : 'Thuá»c tÃnh trÆ°á»ng vÄn bản', - name : 'Tên', - value : 'Giá trá»', - charWidth : 'Äá» rá»ng của ký tá»±', - maxChars : 'Sá» ký tá»± tá»i Äa', - type : 'Kiá»u', - typeText : 'Ký tá»±', - typePass : 'Máºt khẩu' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'Thuá»c tÃnh trÆ°á»ng ẩn', - name : 'Tên', - value : 'Giá trá»' - }, - - // Image Dialog. - image : - { - title : 'Thuá»c tÃnh của ảnh', - titleButton : 'Thuá»c tÃnh nút của ảnh', - menu : 'Thuá»c tÃnh của ảnh', - infoTab : 'Thông tin của ảnh', - btnUpload : 'Tải lên máy chủ', - upload : 'Tải lên', - alt : 'Chú thÃch ảnh', - lockRatio : 'Giữ nguyên tá»· lá»', - resetSize : 'KÃch thÆ°á»c gá»c', - border : 'ÄÆ°á»ng viá»n', - hSpace : 'Khoảng Äá»m ngang', - vSpace : 'Khoảng Äá»m dá»c', - alertUrl : 'Hãy ÄÆ°a và o ÄÆ°á»ng dẫn của ảnh', - linkTab : 'Tab liên kết', - button2Img : 'Bạn có muá»n chuyá»n nút bấm bằng ảnh Äược chá»n thà nh ảnh?', - img2Button : 'Bạn có muá»n chuyá»n Äá»i ảnh Äược chá»n thà nh nút bấm bằng ảnh?', - urlMissing : 'Thiếu ÄÆ°á»ng dẫn hình ảnh', - validateBorder : 'Chiá»u rá»ng của ÄÆ°á»ng viá»n phải là má»t sá» nguyên dÆ°Æ¡ng', - validateHSpace : 'Khoảng Äá»m ngang phải là má»t sá» nguyên dÆ°Æ¡ng', - validateVSpace : 'Khoảng Äá»m dá»c phải là má»t sá» nguyên dÆ°Æ¡ng' - }, - - // Flash Dialog - flash : - { - properties : 'Thuá»c tÃnh Flash', - propertiesTab : 'Thuá»c tÃnh', - title : 'Thuá»c tÃnh Flash', - chkPlay : 'Tá»± Äá»ng chạy', - chkLoop : 'Lặp', - chkMenu : 'Cho phép báºt menu của Flash', - chkFull : 'Cho phép toà n mà n hình', - scale : 'Tá»· lá»', - scaleAll : 'Hiá»n thá» tất cả', - scaleNoBorder : 'Không ÄÆ°á»ng viá»n', - scaleFit : 'Vừa vặn', - access : 'Truy cáºp mã', - accessAlways : 'Luôn luôn', - accessSameDomain: 'Cùng tên miá»n', - accessNever : 'Không bao giá»', - alignAbsBottom : 'DÆ°á»i tuyá»t Äá»i', - alignAbsMiddle : 'Giữa tuyá»t Äá»i', - alignBaseline : 'ÄÆ°á»ng cÆ¡ sá»', - alignTextTop : 'PhÃa trên chữ', - quality : 'Chất lượng', - qualityBest : 'Tá»t nhất', - qualityHigh : 'Cao', - qualityAutoHigh : 'Cao tá»± Äá»ng', - qualityMedium : 'Trung bình', - qualityAutoLow : 'Thấp tá»± Äá»ng', - qualityLow : 'Thấp', - windowModeWindow: 'Cá»a sá»', - windowModeOpaque: 'Má» Äục', - windowModeTransparent : 'Trong suá»t', - windowMode : 'Chế Äá» cá»a sá»', - flashvars : 'Các biến sá» dà nh cho Flash', - bgcolor : 'Mà u ná»n', - hSpace : 'Khoảng Äá»m ngang', - vSpace : 'Khoảng Äá»m dá»c', - validateSrc : 'Hãy ÄÆ°a và o ÄÆ°á»ng dẫn liên kết', - validateHSpace : 'Khoảng Äá»m ngang phải là sá» nguyên.', - validateVSpace : 'Khoảng Äá»m dá»c phải là sá» nguyên.' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'Kiá»m tra chÃnh tả', - title : 'Kiá»m tra chÃnh tả', - notAvailable : 'Xin lá»i, dá»ch vụ nà y hiá»n tại không có.', - errorLoading : 'Lá»i khi Äang nạp dá»ch vụ ứng dụng: %s.', - notInDic : 'Không có trong từ Äiá»n', - changeTo : 'Chuyá»n thà nh', - btnIgnore : 'Bá» qua', - btnIgnoreAll : 'Bá» qua tất cả', - btnReplace : 'Thay thế', - btnReplaceAll : 'Thay thế tất cả', - btnUndo : 'Phục há»i lại', - noSuggestions : '- Không ÄÆ°a ra gợi ý vá» từ -', - progress : 'Äang tiến hà nh kiá»m tra chÃnh tả...', - noMispell : 'Hoà n tất kiá»m tra chÃnh tả: Không có lá»i chÃnh tả', - noChanges : 'Hoà n tất kiá»m tra chÃnh tả: Không có từ nà o Äược thay Äá»i', - oneChange : 'Hoà n tất kiá»m tra chÃnh tả: Má»t từ Äã Äược thay Äá»i', - manyChanges : 'Hoà n tất kiá»m tra chÃnh tả: %1 từ Äã Äược thay Äá»i', - ieSpellDownload : 'Chức nÄng kiá»m tra chÃnh tả chÆ°a Äược cà i Äặt. Bạn có muá»n tải vá» ngay bây giá»?' - }, - - smiley : - { - toolbar : 'Hình biá»u lá» cảm xúc (mặt cÆ°á»i)', - title : 'Chèn hình biá»u lá» cảm xúc (mặt cÆ°á»i)', - options : 'Tùy chá»n hình biá»u lá» cảm xúc' - }, - - elementsPath : - { - eleLabel : 'Nhãn thà nh phần', - eleTitle : '%1 thà nh phần' - }, - - numberedlist : 'Danh sách có thứ tá»±', - bulletedlist : 'Danh sách không thứ tá»±', - indent : 'Dá»ch và o trong', - outdent : 'Dá»ch ra ngoà i', - - justify : - { - left : 'Canh trái', - center : 'Canh giữa', - right : 'Canh phải', - block : 'Canh Äá»u' - }, - - blockquote : 'Khá»i trÃch dẫn', - - clipboard : - { - title : 'Dán', - cutError : 'Các thiết láºp bảo máºt của trình duyá»t không cho phép trình biên táºp tá»± Äá»ng thá»±c thi lá»nh cắt. Hãy sá» dụng bà n phÃm cho lá»nh nà y (Ctrl/Cmd+X).', - copyError : 'Các thiết láºp bảo máºt của trình duyá»t không cho phép trình biên táºp tá»± Äá»ng thá»±c thi lá»nh sao chép. Hãy sá» dụng bà n phÃm cho lá»nh nà y (Ctrl/Cmd+C).', - pasteMsg : 'Hãy dán ná»i dung và o trong khung bên dÆ°á»i, sá» dụng tá» hợp phÃm (<STRONG>Ctrl/Cmd+V</STRONG>) và nhấn và o nút <STRONG>Äá»ng ý</STRONG>.', - securityMsg : 'Do thiết láºp bảo máºt của trình duyá»t nên trình biên táºp không thá» truy cáºp trá»±c tiếp và o ná»i dung Äã sao chép. Bạn cần phải dán lại ná»i dung và o cá»a sá» nà y.', - pasteArea : 'Khu vá»±c dán' - }, - - pastefromword : - { - confirmCleanup : 'VÄn bản bạn muá»n dán có kèm Äá»nh dạng của Word. Bạn có muá»n loại bá» Äá»nh dạng Word trÆ°á»c khi dán?', - toolbar : 'Dán vá»i Äá»nh dạng Word', - title : 'Dán vá»i Äá»nh dạng Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'Dán theo Äá»nh dạng vÄn bản thuần', - title : 'Dán theo Äá»nh dạng vÄn bản thuần' - }, - - templates : - { - button : 'Mẫu dá»±ng sẵn', - title : 'Ná»i dung Mẫu dá»±ng sẵn', - options : 'Tùy chá»n mẫu dá»±ng sẵn', - insertOption : 'Thay thế ná»i dung hiá»n tại', - selectPromptMsg : 'Hãy chá»n mẫu dá»±ng sẵn Äá» má» trong trình biên táºp<br>(ná»i dung hiá»n tại sẽ bá» mất):', - emptyListMsg : '(Không có mẫu dá»±ng sẵn nà o Äược Äá»nh nghÄ©a)' - }, - - showBlocks : 'Hiá»n thá» các khá»i', - - stylesCombo : - { - label : 'Kiá»u', - panelTitle : 'Phong cách Äá»nh dạng', - panelTitle1 : 'Kiá»u khá»i', - panelTitle2 : 'Kiá»u trá»±c tiếp', - panelTitle3 : 'Kiá»u Äá»i tượng' - }, - - format : - { - label : 'Äá»nh dạng', - panelTitle : 'Äá»nh dạng', - - tag_p : 'Bình thÆ°á»ng (P)', - tag_pre : 'Äã thiết láºp', - tag_address : 'Address', - 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_div : 'Bình thÆ°á»ng (DIV)' - }, - - div : - { - title : 'Tạo khá»i các thà nh phần', - toolbar : 'Tạo khá»i các thà nh phần', - cssClassInputLabel : 'Các lá»p CSS', - styleSelectLabel : 'Kiá»u (style)', - IdInputLabel : 'Äá»nh danh (id)', - languageCodeInputLabel : 'Mã ngôn ngữ', - inlineStyleInputLabel : 'Kiá»u ná»i dòng', - advisoryTitleInputLabel : 'Nhan Äá» hÆ°á»ng dẫn', - langDirLabel : 'HÆ°á»ng ngôn ngữ', - langDirLTRLabel : 'Trái sang phải (LTR)', - langDirRTLLabel : 'Phải qua trái (RTL)', - edit : 'Chá»nh sá»a', - remove : 'Xóa bá»' - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'Phông', - voiceLabel : 'Phông', - panelTitle : 'Phông' - }, - - fontSize : - { - label : 'Cỡ chữ', - voiceLabel : 'KÃch cỡ phông', - panelTitle : 'Cỡ chữ' - }, - - colorButton : - { - textColorTitle : 'Mà u chữ', - bgColorTitle : 'Mà u ná»n', - panelTitle : 'Mà u sắc', - auto : 'Tá»± Äá»ng', - more : 'Mà u khác...' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'Kiá»m tra chÃnh tả ngay khi gõ chữ (SCAYT)', - opera_title : 'Không há» trợ trên trình duyá»t Opera', - enable : 'Báºt SCAYT', - disable : 'Tắt SCAYT', - about : 'Thông tin vá» SCAYT', - toggle : 'Báºt tắt SCAYT', - options : 'Tùy chá»n', - langs : 'Ngôn ngữ', - moreSuggestions : 'Äá» xuất thêm', - ignore : 'Bá» qua', - ignoreAll : 'Bá» qua tất cả', - addWord : 'Thêm từ', - emptyDic : 'Tên của từ Äiá»n không Äược Äá» trá»ng.', - - optionsTab : 'Tùy chá»n', - allCaps : 'Không phân biá»t chữ HOA chữ thÆ°á»ng', - ignoreDomainNames : 'Bá» qua tên miá»n', - mixedCase : 'Không phân biá»t loại chữ', - mixedWithDigits : 'Không phân biá»t chữ và sá»', - - languagesTab : 'Tab ngôn ngữ', - - dictionariesTab : 'Từ Äiá»n', - dic_field_name : 'Tên từ Äiá»n', - dic_create : 'Tạo', - dic_restore : 'Phục há»i', - dic_delete : 'Xóa', - dic_rename : 'Thay tên', - 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.', // MISSING - - aboutTab : 'Thông tin' - }, - - about : - { - title : 'Thông tin vá» CKEditor', - dlgTitle : 'Thông tin vá» CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : 'Vui lòng ghé thÄm trang web của chúng tôi Äá» có thông tin vá» giấy phép:', - copy : 'Bản quyá»n © $1. Giữ toà n quyá»n.' - }, - - maximize : 'Phóng to tá»i Äa', - minimize : 'Thu nhá»', - - fakeobjects : - { - anchor : 'Äiá»m neo', - flash : 'Flash', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'Äá»i tượng không rõ rà ng' - }, - - resize : 'Kéo rê Äá» thay Äá»i kÃch cỡ', - - colordialog : - { - title : 'Chá»n mà u', - options : 'Color Options', // MISSING - highlight : 'Mà u chá»n', - selected : 'Mà u Äã chá»n', - clear : 'Xóa bá»' - }, - - toolbarCollapse : 'Thu gá»n thanh công cụ', - toolbarExpand : 'Má» rá»ng thnah công cụ', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'Thuá»c tÃnh Tà i liá»u', - title : 'Thuá»c tÃnh Tà i liá»u', - design : 'Design', // MISSING - meta : 'Siêu dữ liá»u', - chooseColor : 'Chá»n mà u', - other : '<khác>', - docTitle : 'Tiêu Äá» Trang', - charset : 'Bảng mã ký tá»±', - charsetOther : 'Bảng mã ký tá»± khác', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'Trung Ãu', - charsetCT : 'Tiếng Trung Quá»c (Big5)', - charsetCR : 'Tiếng Kirin', - charsetGR : 'Tiếng Hy Lạp', - charsetJP : 'Tiếng Nháºt', - charsetKR : 'Tiếng Hà n', - charsetTR : 'Tiếng Thá» NhÄ© Kỳ', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Tây Ãu', - docType : 'Kiá»u Äá» mục Tà i liá»u', - docTypeOther : 'Kiá»u Äá» mục Tà i liá»u khác', - xhtmlDec : 'Bao gá»m cả Äá»nh nghÄ©a XHTML', - bgColor : 'Mà u ná»n', - bgImage : 'URL của Hình ảnh ná»n', - bgFixed : 'Không cuá»n ná»n', - txtColor : 'Mà u chữ', - margin : 'ÄÆ°á»ng biên của Trang', - marginTop : 'Trên', - marginLeft : 'Trái', - marginRight : 'Phải', - marginBottom : 'DÆ°á»i', - metaKeywords : 'Các từ khóa chá» mục tà i liá»u (phân cách bá»i dấu phẩy)', - metaDescription : 'Mô tả tà i liá»u', - metaAuthor : 'Tác giả', - metaCopyright : 'Bản quyá»n', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/zh-cn.js b/skins/ckeditor/_source/lang/zh-cn.js deleted file mode 100644 index 49b85d6..0000000 --- a/skins/ckeditor/_source/lang/zh-cn.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Chinese Simplified language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['zh-cn'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'æè§å³æå¾ç¼è¾å¨, %1, æ ALT+0 æ¥ç帮å©ã', - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'æè§å³æå¾ç¼è¾å¨', - - // Toolbar buttons without dialogs. - source : 'æºç ', - newPage : 'æ°å»º', - save : 'ä¿å', - preview : 'é¢è§', - cut : 'åªå', - copy : 'å¤å¶', - paste : 'ç²è´´', - print : 'æå°', - underline : 'ä¸å线', - bold : 'å ç²', - italic : 'å¾æ', - selectAll : 'å ¨é', - removeFormat : 'æ¸ é¤æ ¼å¼', - strike : 'å é¤çº¿', - subscript : 'ä¸æ ', - superscript : 'ä¸æ ', - horizontalrule : 'æå ¥æ°´å¹³çº¿', - pagebreak : 'æå ¥å页符', - pagebreakAlt : 'Page Break', // MISSING - unlink : 'åæ¶è¶ é¾æ¥', - undo : 'æ¤æ¶', - redo : 'éå', - - // Common messages and labels. - common : - { - browseServer : 'æµè§æå¡å¨', - 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 : '详ç»è¯´æå°å', - cssClass : 'æ ·å¼ç±»å称', - advisoryTitle : 'æ é¢', - cssStyle : 'è¡å æ ·å¼', - ok : 'ç¡®å®', - cancel : 'åæ¶', - close : 'å ³é', - preview : 'é¢è§', - 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 : 'åºé¨', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, ä¸å¯ç¨</span>' - }, - - contextmenu : - { - options : 'å¿«æ·èåé项' - }, - - // Special char dialog. - specialChar : - { - toolbar : 'æå ¥ç¹æ®ç¬¦å·', - title : 'éæ©ç¹æ®ç¬¦å·', - options : 'ç¹æ®ç¬¦å·é项' - }, - - // Link dialog. - link : - { - toolbar : 'æå ¥/ç¼è¾è¶ é¾æ¥', - other : '<å ¶ä»>', - menu : 'ç¼è¾è¶ é¾æ¥', - title : 'è¶ é¾æ¥', - info : 'è¶ é¾æ¥ä¿¡æ¯', - target : 'ç®æ ', - upload : 'ä¸ä¼ ', - advanced : 'é«çº§', - type : 'è¶ é¾æ¥ç±»å', - toUrl : 'å°å', - toAnchor : '页å éç¹é¾æ¥', - toEmail : 'çµåé®ä»¶', - targetFrame : '<æ¡æ¶>', - targetPopup : '<å¼¹åºçªå£>', - targetFrameName : 'ç®æ æ¡æ¶å称', - targetPopupName : 'å¼¹åºçªå£å称', - popupFeatures : 'å¼¹åºçªå£å±æ§', - popupResizable : 'å¯ç¼©æ¾', - popupStatusBar : 'ç¶ææ ', - popupLocationBar: 'å°åæ ', - popupToolbar : 'å·¥å ·æ ', - popupMenuBar : 'èåæ ', - popupFullScreen : 'å ¨å± (IE)', - popupScrollBars : 'æ»å¨æ¡', - popupDependent : 'ä¾é (NS)', - popupLeft : 'å·¦', - popupTop : 'å³', - id : 'ID', - langDir : 'è¯è¨æ¹å', - langDirLTR : 'ä»å·¦å°å³ (LTR)', - langDirRTL : 'ä»å³å°å·¦ (RTL)', - acccessKey : '访é®é®', - name : 'å称', - langCode : 'è¯è¨ä»£ç ', - tabIndex : 'Tab é®æ¬¡åº', - advisoryTitle : 'æ é¢', - advisoryContentType : 'å 容类å', - cssClasses : 'æ ·å¼ç±»å称', - charset : 'å符ç¼ç ', - styles : 'è¡å æ ·å¼', - rel : 'Relationship', // MISSING - selectAnchor : 'éæ©ä¸ä¸ªéç¹', - anchorName : 'æéç¹å称', - anchorId : 'æéç¹ ID', - emailAddress : 'å°å', - emailSubject : '主é¢', - emailBody : 'å 容', - noAnchors : '(æ¤æ档没æå¯ç¨çéç¹)', - noUrl : '请è¾å ¥è¶ é¾æ¥å°å', - noEmail : '请è¾å ¥çµåé®ä»¶å°å' - }, - - // Anchor dialog - anchor : - { - toolbar : 'æå ¥/ç¼è¾éç¹é¾æ¥', - menu : 'éç¹é¾æ¥å±æ§', - title : 'éç¹é¾æ¥å±æ§', - name : 'éç¹å称', - errorName : '请è¾å ¥éç¹å称', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'ç¼å·å表å±æ§', - bulletedTitle : '项ç®å表å±æ§', - type : 'æ è®°ç±»å', - start : 'å¼å§åºå·', - validateStartNumber :'å表å¼å§åºå·å¿ 须为æ´æ°æ ¼å¼', - circle : '空å¿å', - disc : 'å®å¿å', - square : 'å®å¿æ¹å', - none : 'æ æ è®°', - notset : '<没æ设置>', - armenian : 'ä¼ ç»çäºç¾å°¼äºç¼å·æ¹å¼', - georgian : 'ä¼ ç»çä¹æ²»äºç¼å·æ¹å¼(an, ban, gan, ç)', - lowerRoman : 'å°åç½é©¬æ°å(i, ii, iii, iv, v, ç)', - upperRoman : '大åç½é©¬æ°å(I, II, III, IV, V, ç)', - lowerAlpha : 'å°åè±æåæ¯(a, b, c, d, e, ç)', - upperAlpha : '大åè±æåæ¯(A, B, C, D, E, ç)', - lowerGreek : 'å°åå¸è åæ¯(alpha, beta, gamma, ç)', - decimal : 'æ°å (1, 2, 3, ç)', - decimalLeadingZero : '0å¼å¤´çæ°åæ è®°(01, 02, 03, ç)' - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'æ¥æ¾åæ¿æ¢', - find : 'æ¥æ¾', - replace : 'æ¿æ¢', - findWhat : 'æ¥æ¾:', - replaceWith : 'æ¿æ¢:', - notFoundMsg : 'æå®ææ¬æ²¡ææ¾å°', - matchCase : 'åºå大å°å', - matchWord : 'å ¨åå¹é ', - matchCyclic : '循ç¯å¹é ', - replaceAll : 'å ¨é¨æ¿æ¢', - replaceSuccessMsg : 'å ±å®æ %1 å¤æ¿æ¢.' - }, - - // Table Dialog - table : - { - toolbar : 'è¡¨æ ¼', - title : 'è¡¨æ ¼å±æ§', - menu : 'è¡¨æ ¼å±æ§', - deleteTable : 'å é¤è¡¨æ ¼', - rows : 'è¡æ°', - columns : 'åæ°', - border : 'è¾¹æ¡', - widthPx : 'åç´ ', - widthPc : 'ç¾åæ¯', - widthUnit : '宽度åä½', - cellSpace : 'é´è·', - cellPad : 'è¾¹è·', - caption : 'æ é¢', - summary : 'æè¦', - headers : 'æ é¢åå æ ¼', - headersNone : 'æ ', - headersColumn : '第ä¸å', - headersRow : '第ä¸è¡', - headersBoth : '第ä¸åå第ä¸è¡', - invalidRows : 'æå®çåæ°å¿ 须大äºé¶', - invalidCols : 'æå®çè¡æ°å¿ 须大äºé¶', - invalidBorder : 'è¾¹æ¡ç²ç»å¿ 须为æ°åæ ¼å¼', - invalidWidth : 'è¡¨æ ¼å®½åº¦å¿ é¡»ä¸ºæ°åæ ¼å¼', - invalidHeight : 'è¡¨æ ¼é«åº¦å¿ 须为æ°åæ ¼å¼', - invalidCellSpacing : 'åå æ ¼é´è·å¿ 须为æ°åæ ¼å¼', - invalidCellPadding : 'åå æ ¼å¡«å å¿ é¡»ä¸ºæ°åæ ¼å¼', - - cell : - { - menu : 'åå æ ¼', - insertBefore : 'å¨å·¦ä¾§æå ¥åå æ ¼', - insertAfter : 'å¨å³ä¾§æå ¥åå æ ¼', - deleteCell : 'å é¤åå æ ¼', - merge : 'å并åå æ ¼', - mergeRight : 'åå³å并åå æ ¼', - mergeDown : 'åä¸å并åå æ ¼', - splitHorizontal : 'æ°´å¹³æååå æ ¼', - splitVertical : 'åç´æååå æ ¼', - title : 'åå æ ¼å±æ§', - cellType : 'åå æ ¼ç±»å', - rowSpan : '纵跨è¡æ°', - colSpan : '横跨åæ°', - wordWrap : 'èªå¨æ¢è¡', - hAlign : '水平对é½', - vAlign : 'åç´å¯¹é½', - alignBaseline : 'åºçº¿', - bgColor : 'èæ¯é¢è²', - borderColor : 'è¾¹æ¡é¢è²', - data : 'æ°æ®', - header : '表头', - yes : 'æ¯', - no : 'å¦', - invalidWidth : 'åå æ ¼å®½åº¦å¿ é¡»ä¸ºæ°åæ ¼å¼', - invalidHeight : 'åå æ ¼é«åº¦å¿ 须为æ°åæ ¼å¼', - invalidRowSpan : 'è¡è·¨åº¦å¿ 须为æ´æ°æ ¼å¼', - invalidColSpan : 'åè·¨åº¦å¿ é¡»ä¸ºæ´æ°æ ¼å¼', - chooseColor : 'éæ©' - }, - - row : - { - menu : 'è¡', - insertBefore : 'å¨ä¸æ¹æå ¥è¡', - insertAfter : 'å¨ä¸æ¹æå ¥è¡', - deleteRow : 'å é¤è¡' - }, - - column : - { - menu : 'å', - insertBefore : 'å¨å·¦ä¾§æå ¥å', - insertAfter : 'å¨å³ä¾§æå ¥å', - deleteColumn : 'å é¤å' - } - }, - - // Button Dialog. - button : - { - title : 'æé®å±æ§', - text : 'æ ç¾(å¼)', - type : 'ç±»å', - typeBtn : 'æé®', - typeSbm : 'æ交', - typeRst : 'é设' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'å¤éæ¡å±æ§', - radioTitle : 'åéæé®å±æ§', - value : 'éå®å¼', - selected : 'å·²å¾é' - }, - - // Form Dialog. - form : - { - title : '表åå±æ§', - menu : '表åå±æ§', - action : 'å¨ä½', - method : 'æ¹æ³', - encoding : '表åç¼ç ' - }, - - // Select Field Dialog. - select : - { - title : 'èå/å表å±æ§', - selectInfo : 'éæ©ä¿¡æ¯', - opAvail : 'å¯é项', - value : 'å¼', - size : 'é«åº¦', - lines : 'è¡', - chkMulti : 'å 许å¤é', - opText : 'é项ææ¬', - opValue : 'é项å¼', - btnAdd : 'æ·»å ', - btnModify : 'ä¿®æ¹', - btnUp : 'ä¸ç§»', - btnDown : 'ä¸ç§»', - btnSetValue : '设为åå§éå®', - btnDelete : 'å é¤' - }, - - // Textarea Dialog. - textarea : - { - title : 'å¤è¡ææ¬å±æ§', - cols : 'å符宽度', - rows : 'è¡æ°' - }, - - // Text Field Dialog. - textfield : - { - title : 'åè¡ææ¬å±æ§', - name : 'å称', - value : 'åå§å¼', - charWidth : 'å符宽度', - maxChars : 'æå¤å符æ°', - type : 'ç±»å', - typeText : 'ææ¬', - typePass : 'å¯ç ' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'éèåå±æ§', - name : 'å称', - value : 'åå§å¼' - }, - - // Image Dialog. - image : - { - title : 'å¾è±¡å±æ§', - titleButton : 'å¾ååå±æ§', - menu : 'å¾è±¡å±æ§', - infoTab : 'å¾è±¡', - btnUpload : 'ä¸ä¼ å°æå¡å¨ä¸', - upload : 'ä¸ä¼ ', - alt : 'æ¿æ¢ææ¬', - lockRatio : 'éå®æ¯ä¾', - resetSize : 'åå§å°ºå¯¸', - border : 'è¾¹æ¡å¤§å°', - hSpace : 'æ°´å¹³é´è·', - vSpace : 'åç´é´è·', - alertUrl : '请è¾å ¥å¾è±¡å°å', - linkTab : 'é¾æ¥', - button2Img : 'ç¡®å®è¦æå½åæé®æ¹å为å¾åå?', - img2Button : 'ç¡®å®è¦æå½åå¾åæ¹å为æé®å?', - urlMissing : '缺å°å¾åæºæ件å°å', - validateBorder : 'è¾¹æ¡å¤§å°å¿ 须为æ´æ°æ ¼å¼', - validateHSpace : 'æ°´å¹³é´è·å¿ 须为æ´æ°æ ¼å¼', - validateVSpace : 'åç´é´è·å¿ 须为æ´æ°æ ¼å¼' - }, - - // Flash Dialog - flash : - { - properties : 'Flash å±æ§', - propertiesTab : 'å±æ§', - title : 'æ é¢', - chkPlay : 'èªå¨ææ¾', - chkLoop : '循ç¯', - chkMenu : 'å¯ç¨ Flash èå', - chkFull : 'å¯ç¨å ¨å±', - scale : '缩æ¾', - scaleAll : 'å ¨é¨æ¾ç¤º', - scaleNoBorder : 'æ è¾¹æ¡', - scaleFit : 'ä¸¥æ ¼å¹é ', - access : 'å 许èæ¬è®¿é®', - accessAlways : 'æ»æ¯', - accessSameDomain: 'åå', - accessNever : 'ä»ä¸', - alignAbsBottom : 'ç»å¯¹åºé¨', - alignAbsMiddle : 'ç»å¯¹å± ä¸', - alignBaseline : 'åºçº¿', - alignTextTop : 'ææ¬ä¸æ¹', - quality : 'è´¨é', - qualityBest : 'æ好', - qualityHigh : 'é«', - qualityAutoHigh : 'é«(èªå¨)', - qualityMedium : 'ä¸(èªå¨)', - qualityAutoLow : 'ä½(èªå¨)', - qualityLow : 'ä½', - windowModeWindow: 'çªä½', - windowModeOpaque: 'ä¸éæ', - windowModeTransparent : 'éæ', - windowMode : 'çªä½æ¨¡å¼', - flashvars : 'Flash åé', - bgcolor : 'èæ¯é¢è²', - hSpace : 'æ°´å¹³é´è·', - vSpace : 'åç´é´è·', - validateSrc : '请è¾å ¥æºæ件å°å', - validateHSpace : 'æ°´å¹³é´è·å¿ 须为æ°åæ ¼å¼', - validateVSpace : 'åç´é´è·å¿ 须为æ°åæ ¼å¼' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'æ¼åæ£æ¥', - title : 'æ¼åæ£æ¥', - notAvailable : 'æ±æ, æå¡ç®åæä¸å¯ç¨', - errorLoading : 'å è½½åºè¯¥æå¡ä¸»æºæ¶åºé: %s.', - notInDic : '没æå¨åå ¸é', - changeTo : 'æ´æ¹ä¸º', - btnIgnore : '忽ç¥', - btnIgnoreAll : 'å ¨é¨å¿½ç¥', - btnReplace : 'æ¿æ¢', - btnReplaceAll : 'å ¨é¨æ¿æ¢', - btnUndo : 'æ¤æ¶', - noSuggestions : '- 没æ建议 -', - progress : 'æ£å¨è¿è¡æ¼åæ£æ¥...', - noMispell : 'æ¼åæ£æ¥å®æ: 没æåç°æ¼åé误', - noChanges : 'æ¼åæ£æ¥å®æ: 没ææ´æ¹ä»»ä½åè¯', - oneChange : 'æ¼åæ£æ¥å®æ: æ´æ¹äºä¸ä¸ªåè¯', - manyChanges : 'æ¼åæ£æ¥å®æ: æ´æ¹äº %1 个åè¯', - ieSpellDownload : 'æ¼åæ£æ¥æ件è¿æ²¡å®è£ , ä½ æ¯å¦æ³ç°å¨å°±ä¸è½½?' - }, - - smiley : - { - toolbar : '表æ 符', - title : 'æå ¥è¡¨æ å¾æ ', - options : '表æ å¾æ é项' - }, - - elementsPath : - { - eleLabel : 'å ç´ è·¯å¾', - eleTitle : '%1 å ç´ ' - }, - - numberedlist : 'ç¼å·å表', - bulletedlist : '项ç®å表', - indent : 'å¢å 缩è¿é', - outdent : 'åå°ç¼©è¿é', - - justify : - { - left : '左对é½', - center : 'å± ä¸', - right : 'å³å¯¹é½', - block : '两端对é½' - }, - - blockquote : 'åå¼ç¨', - - clipboard : - { - title : 'ç²è´´', - cutError : 'æ¨çæµè§å¨å®å ¨è®¾ç½®ä¸å 许ç¼è¾å¨èªå¨æ§è¡åªåæä½, 请使ç¨é®çå¿«æ·é®(Ctrl/Cmd+X)æ¥å®æ', - copyError : 'æ¨çæµè§å¨å®å ¨è®¾ç½®ä¸å 许ç¼è¾å¨èªå¨æ§è¡å¤å¶æä½, 请使ç¨é®çå¿«æ·é®(Ctrl/Cmd+C)æ¥å®æ', - pasteMsg : '请使ç¨é®çå¿«æ·é®(<STRONG>Ctrl/Cmd+V</STRONG>)æå 容ç²è´´å°ä¸é¢çæ¹æ¡éï¼åæ <STRONG>ç¡®å®</STRONG>', - securityMsg : 'å ä¸ºä½ çæµè§å¨çå®å ¨è®¾ç½®åå , æ¬ç¼è¾å¨ä¸è½ç´æ¥è®¿é®ä½ çåªè´´æ¿å 容, ä½ éè¦å¨æ¬çªå£éæ°ç²è´´ä¸æ¬¡', - pasteArea : 'ç²è´´åºå' - }, - - pastefromword : - { - confirmCleanup : 'æ¨è¦ç²è´´çå 容好åæ¯æ¥èª MS Word, æ¯å¦è¦æ¸ é¤ MS Word æ ¼å¼ååç²è´´?', - toolbar : 'ä» MS Word ç²è´´', - title : 'ä» MS Word ç²è´´', - error : 'ç±äºå é¨é误æ æ³æ¸ çè¦ç²è´´çæ°æ®' - }, - - pasteText : - { - button : 'ç²è´´ä¸ºæ æ ¼å¼ææ¬', - title : 'ç²è´´ä¸ºæ æ ¼å¼ææ¬' - }, - - templates : - { - button : '模æ¿', - title : 'å 容模æ¿', - options : '模æ¿é项', - insertOption : 'æ¿æ¢å½åå 容', - selectPromptMsg : '请éæ©ç¼è¾å¨å 容模æ¿:', - emptyListMsg : '(没æ模æ¿)' - }, - - showBlocks : 'æ¾ç¤ºåºå', - - stylesCombo : - { - label : 'æ ·å¼', - panelTitle : 'æ ·å¼', - panelTitle1 : 'å级å ç´ æ ·å¼', - panelTitle2 : 'å èå ç´ æ ·å¼', - panelTitle3 : '对象å ç´ æ ·å¼' - }, - - format : - { - label : 'æ ¼å¼', - panelTitle : 'æ ¼å¼', - - tag_p : 'æ®é', - tag_pre : 'å·²ç¼ææ ¼å¼', - tag_address : 'å°å', - tag_h1 : 'æ é¢ 1', - tag_h2 : 'æ é¢ 2', - tag_h3 : 'æ é¢ 3', - tag_h4 : 'æ é¢ 4', - tag_h5 : 'æ é¢ 5', - tag_h6 : 'æ é¢ 6', - tag_div : '段è½(DIV)' - }, - - div : - { - title : 'å建 DIV 容å¨', - toolbar : 'å建 DIV 容å¨', - cssClassInputLabel : 'æ ·å¼ç±»å称', - styleSelectLabel : 'æ ·å¼', - IdInputLabel : 'ID', - languageCodeInputLabel : 'è¯è¨ä»£ç ', - inlineStyleInputLabel : 'è¡å æ ·å¼', - advisoryTitleInputLabel : 'æ é¢', - langDirLabel : 'è¯è¨æ¹å', - langDirLTRLabel : 'ä»å·¦å°å³ (LTR)', - langDirRTLLabel : 'ä»å³å°å·¦ (RTL)', - edit : 'ç¼è¾ DIV', - remove : 'ç§»é¤ DIV' - }, - - iframe : - { - title : 'iFrameå±æ§', - toolbar : 'iFrame', - noUrl : '请è¾å ¥æ¡æ¶ç URL', - scrolling : 'å 许æ»å¨æ¡', - border : 'æ¾ç¤ºæ¡æ¶è¾¹æ¡' - }, - - font : - { - label : 'åä½', - voiceLabel : 'åä½', - panelTitle : 'åä½' - }, - - fontSize : - { - label : '大å°', - voiceLabel : 'æå大å°', - panelTitle : '大å°' - }, - - colorButton : - { - textColorTitle : 'ææ¬é¢è²', - bgColorTitle : 'èæ¯é¢è²', - panelTitle : 'é¢è²', - auto : 'èªå¨', - more : 'å ¶å®é¢è²...' - }, - - 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' : 'ç½' - }, - - scayt : - { - title : 'å³æ¶æ¼åæ£æ¥', - opera_title : 'ä¸æ¯æ Opera æµè§å¨', - enable : 'å¯ç¨å³æ¶æ¼åæ£æ¥', - disable : 'ç¦ç¨å³æ¶æ¼åæ£æ¥', - about : 'å ³äºå³æ¶æ¼åæ£æ¥', - toggle : 'æå/å¯ç¨å³æ¶æ¼åæ£æ¥', - options : 'é项', - langs : 'è¯è¨', - moreSuggestions : 'æ´å¤æ¼å建议', - ignore : '忽ç¥', - ignoreAll : 'å ¨é¨å¿½ç¥', - addWord : 'æ·»å åè¯', - emptyDic : 'åå ¸åä¸åºä¸ºç©º.', - - optionsTab : 'é项', - allCaps : '忽ç¥ææ大ååè¯', - ignoreDomainNames : '忽ç¥åå', - mixedCase : '忽ç¥å¤§å°åæ··åçåè¯', - mixedWithDigits : '忽ç¥å¸¦æ°åçåè¯', - - languagesTab : 'è¯è¨', - - dictionariesTab : 'åå ¸', - dic_field_name : 'åå ¸å称', - dic_create : 'å建', - dic_restore : 'è¿å', - dic_delete : 'å é¤', - dic_rename : 'éå½å', - dic_info : 'ä¸å¼å§ç¨æ·è¯å ¸å¨åå¨ Cookie ä¸, ä½æ¯ Cookies ç容éæ¯æéç, å½ç¨æ·è¯å ¸å¢é¿å°è¶ åº Cookie éå¶æ¶å°±æ æ³åå¨åäº, è¿æ¶æ¨å¯ä»¥å°è¯å ¸å¨åå°æ们çæå¡å¨ä¸. è¦ææ¨ç个人è¯å ¸å°å¨åå°æ们çæå¡å¨ä¸çè¯, éè¦ä¸ºæ¨çè¯å ¸æå®ä¸ä¸ªå称, å¦ææ¨å¨æ们çæå¡å¨ä¸å·²ç»æå¨åæä¸ä¸ªè¯å ¸, 请è¾å ¥è¯å ¸å称并æè¿åæé®.', - - aboutTab : 'å ³äº' - }, - - about : - { - title : 'å ³äºCKEditor', - dlgTitle : 'å ³äºCKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : '访é®æ们çç½ç«ä»¥è·åæ´å¤å ³äºåè®®çä¿¡æ¯', - copy : 'Copyright © $1. All rights reserved.' - }, - - maximize : 'å ¨å±', - minimize : 'æå°å', - - fakeobjects : - { - anchor : 'éç¹', - flash : 'Flash å¨ç»', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'æªç¥å¯¹è±¡' - }, - - resize : 'ææ½ä»¥æ¹å尺寸', - - colordialog : - { - title : 'éæ©é¢è²', - options : 'é¢è²é项', - highlight : 'é«äº®', - selected : 'éæ©é¢è²', - clear : 'æ¸ é¤' - }, - - toolbarCollapse : 'æå å·¥å ·æ ', - toolbarExpand : 'å±å¼å·¥å ·æ ', - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'æåæ¹å为ä»å·¦è³å³', - rtl : 'æåæ¹å为ä»å³è³å·¦' - }, - - docprops : - { - label : '页é¢å±æ§', - title : '页é¢å±æ§', - design : 'Design', // MISSING - meta : 'Meta æ°æ®', - chooseColor : 'éæ©', - other : '<å ¶ä»>', - docTitle : '页é¢æ é¢', - charset : 'å符ç¼ç ', - charsetOther : 'å ¶å®å符ç¼ç ', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'ä¸æ¬§', - charsetCT : 'ç¹ä½ä¸æ (Big5)', - charsetCR : '西éå°æ', - charsetGR : 'å¸è æ', - charsetJP : 'æ¥æ', - charsetKR : 'é©æ', - charsetTR : 'åè³å ¶æ', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : '西欧', - docType : 'æ档类å', - docTypeOther : 'å ¶å®æ档类å', - xhtmlDec : 'å å« XHTML 声æ', - bgColor : 'èæ¯é¢è²', - bgImage : 'èæ¯å¾å', - bgFixed : 'ä¸æ»å¨èæ¯å¾å', - txtColor : 'ææ¬é¢è²', - margin : '页é¢è¾¹è·', - marginTop : 'ä¸', - marginLeft : 'å·¦', - marginRight : 'å³', - marginBottom : 'ä¸', - metaKeywords : '页é¢ç´¢å¼å ³é®å (ç¨åè§éå·[,]åé)', - metaDescription : '页é¢è¯´æ', - metaAuthor : 'ä½è ', - metaCopyright : 'çæ', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/lang/zh.js b/skins/ckeditor/_source/lang/zh.js deleted file mode 100644 index 9d38e21..0000000 --- a/skins/ckeditor/_source/lang/zh.js +++ /dev/null @@ -1,812 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the - * Chinese Traditional language. - */ - -/**#@+ - @type String - @example -*/ - -/** - * Constains the dictionary of language entries. - * @namespace - */ -CKEDITOR.lang['zh'] = -{ - /** - * The language reading direction. Possible values are "rtl" for - * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right - * languages (like English). - * @default 'ltr' - */ - dir : 'ltr', - - /* - * Screenreader titles. Please note that screenreaders are not always capable - * of reading non-English words. So be careful while translating it. - */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING - - // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING - - // Toolbar buttons without dialogs. - source : 'åå§ç¢¼', - newPage : 'éæ°æªæ¡', - save : 'å²å', - preview : 'é 覽', - cut : 'åªä¸', - copy : 'è¤è£½', - paste : 'è²¼ä¸', - print : 'åå°', - underline : 'åºç·', - bold : 'ç²é«', - italic : 'æé«', - selectAll : 'å ¨é¸', - removeFormat : 'æ¸ é¤æ ¼å¼', - strike : 'åªé¤ç·', - subscript : 'ä¸æ¨', - superscript : 'ä¸æ¨', - horizontalrule : 'æå ¥æ°´å¹³ç·', - pagebreak : 'æå ¥åé 符è', - pagebreakAlt : 'Page Break', // MISSING - unlink : '移é¤è¶ é£çµ', - undo : '復å', - redo : 'éè¤', - - // Common messages and labels. - common : - { - 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 : '確å®', - cancel : 'åæ¶', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'ä¸è¬', - advancedTab : 'é²é', - validateNumberFailed : 'éè¦è¼¸å ¥æ¸åæ ¼å¼', - confirmNewPage : 'ç¾åçä¿®æ¹å°æªå²åï¼è¦éæ°æªæ¡ï¼', - confirmCancel : 'é¨ä»½é¸é å°æªå²åï¼è¦ééå°è©±çï¼', - options : 'Options', // MISSING - 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 - cssClasses : 'Stylesheet Classes', // MISSING - width : '寬度', - height : 'é«åº¦', - align : 'å°é½', - alignLeft : 'é å·¦å°é½', - alignRight : 'é å³å°é½', - alignCenter : 'ç½®ä¸', - alignTop : 'é ä¸å°é½', - alignMiddle : 'ç½®ä¸å°é½', - alignBottom : 'é ä¸å°é½', - 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 - - // Put the voice-only part of the label in the span. - unavailable : '%1<span class="cke_accessibility">, å·²éé</span>' - }, - - contextmenu : - { - options : 'Context Menu Options' // MISSING - }, - - // Special char dialog. - specialChar : - { - toolbar : 'æå ¥ç¹æ®ç¬¦è', - title : 'è«é¸æç¹æ®ç¬¦è', - options : 'Special Character Options' // MISSING - }, - - // Link dialog. - link : - { - toolbar : 'æå ¥/ç·¨è¼¯è¶ é£çµ', - other : '<å ¶ä»>', - menu : 'ç·¨è¼¯è¶ é£çµ', - title : 'è¶ é£çµ', - info : 'è¶ é£çµè³è¨', - target : 'ç®æ¨', - upload : 'ä¸å³', - advanced : 'é²é', - type : 'è¶ é£æ¥é¡å', - toUrl : 'URL', // MISSING - toAnchor : 'æ¬é é¨é»', - toEmail : 'é»åéµä»¶', - targetFrame : '<æ¡æ¶>', - targetPopup : '<快顯è¦çª>', - targetFrameName : 'ç®æ¨æ¡æ¶å稱', - targetPopupName : '快顯è¦çªå稱', - popupFeatures : '快顯è¦çªå±¬æ§', - popupResizable : 'å¯ç¸®æ¾', - popupStatusBar : 'çæ å', - popupLocationBar: '網åå', - popupToolbar : 'å·¥å ·å', - popupMenuBar : 'é¸å®å', - popupFullScreen : 'å ¨è¢å¹ (IE)', - popupScrollBars : 'æ²è»¸', - popupDependent : 'å¾å±¬ (NS)', - popupLeft : 'å·¦', - popupTop : 'å³', - id : 'ID', - langDir : 'èªè¨æ¹å', - langDirLTR : 'ç±å·¦èå³ (LTR)', - langDirRTL : 'ç±å³èå·¦ (RTL)', - acccessKey : 'ååéµ', - name : 'å稱', - langCode : 'èªè¨æ¹å', - tabIndex : 'å®ä½é åº', - advisoryTitle : 'æ¨é¡', - advisoryContentType : 'å §å®¹é¡å', - cssClasses : '樣å¼è¡¨é¡å¥', - charset : 'é£çµè³æºä¹ç·¨ç¢¼', - styles : '樣å¼', - rel : 'Relationship', // MISSING - selectAnchor : 'è«é¸æé¨é»', - anchorName : 'ä¾é¨é»å稱', - anchorId : 'ä¾å 件 ID', - emailAddress : 'é»åéµä»¶', - emailSubject : 'éµä»¶ä¸»æ¨', - emailBody : 'éµä»¶å §å®¹', - noAnchors : '(æ¬æ件å°ç¡å¯ç¨ä¹é¨é»)', - noUrl : 'è«è¼¸å ¥æ¬²é£çµç URL', - noEmail : 'è«è¼¸å ¥é»åéµä»¶ä½å' - }, - - // Anchor dialog - anchor : - { - toolbar : 'æå ¥/編輯é¨é»', - menu : 'é¨é»å±¬æ§', - title : 'é¨é»å±¬æ§', - name : 'é¨é»å稱', - errorName : 'è«è¼¸å ¥é¨é»å稱', - remove : 'Remove Anchor' // MISSING - }, - - // List style dialog - list: - { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '<not set>', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING - }, - - // Find And Replace Dialog - findAndReplace : - { - title : 'å°æ¾èå代', - find : 'å°æ¾', - replace : 'å代', - findWhat : 'å°æ¾:', - replaceWith : 'å代:', - notFoundMsg : 'æªæ¾å°æå®çæåã', - matchCase : '大å°å¯«é ç¸ç¬¦', - matchWord : 'å ¨åç¸ç¬¦', - matchCyclic : '循ç°æç´¢', - replaceAll : 'å ¨é¨å代', - replaceSuccessMsg : 'å ±å®æ %1 次å代' - }, - - // Table Dialog - table : - { - toolbar : 'è¡¨æ ¼', - title : 'è¡¨æ ¼å±¬æ§', - menu : 'è¡¨æ ¼å±¬æ§', - deleteTable : 'åªé¤è¡¨æ ¼', - rows : 'åæ¸', - columns : 'æ¬æ¸', - border : 'éæ¡', - widthPx : 'åç´ ', - widthPc : 'ç¾åæ¯', - widthUnit : 'width unit', // MISSING - cellSpace : 'éè·', - cellPad : 'å §è·', - caption : 'æ¨é¡', - summary : 'æè¦', - headers : 'æ¨é¡', - headersNone : 'ç¡æ¨é¡', - headersColumn : '第ä¸æ¬', - headersRow : '第ä¸å', - headersBoth : '第ä¸æ¬å第ä¸å', - invalidRows : 'å¿ é æä¸ææ´å¤çå', - invalidCols : 'å¿ é æä¸ææ´å¤çæ¬', - invalidBorder : 'éæ¡å¤§å°å¿ é çºæ¸åæ ¼å¼', - invalidWidth : 'è¡¨æ ¼å¯¬åº¦å¿ é çºæ¸åæ ¼å¼', - invalidHeight : 'è¡¨æ ¼é«åº¦å¿ é çºæ¸åæ ¼å¼', - invalidCellSpacing : 'å²åæ ¼éè·å¿ é çºæ¸åæ ¼å¼', - invalidCellPadding : 'å²åæ ¼å §è·å¿ é çºæ¸åæ ¼å¼', - - cell : - { - menu : 'å²åæ ¼', - insertBefore : 'åå·¦æå ¥å²åæ ¼', - insertAfter : 'åå³æå ¥å²åæ ¼', - deleteCell : 'åªé¤å²åæ ¼', - merge : 'åä½µå²åæ ¼', - mergeRight : 'åå³åä½µå²åæ ¼', - mergeDown : 'åä¸åä½µå²åæ ¼', - splitHorizontal : 'æ©«ååå²å²åæ ¼', - splitVertical : '縱ååå²å²åæ ¼', - title : 'å²åæ ¼å±¬æ§', - cellType : 'å²åæ ¼é¡å¥', - rowSpan : 'å²åæ ¼åæ¸', - colSpan : 'å²åæ ¼æ¬æ¸', - wordWrap : 'èªåæè¡', - hAlign : 'æ°´å¹³å°é½', - vAlign : 'åç´å°é½', - alignBaseline : 'åºç·å°é½', - bgColor : 'èæ¯é¡è²', - borderColor : 'éæ¡é¡è²', - data : 'æ¸æ', - header : 'æ¨é¡', - yes : 'æ¯', - no : 'å¦', - invalidWidth : 'å²åæ ¼å¯¬åº¦å¿ é çºæ¸åæ ¼å¼', - invalidHeight : 'å²åæ ¼é«åº¦å¿ é çºæ¸åæ ¼å¼', - invalidRowSpan : 'å²åæ ¼åæ¸å¿ é çºæ´æ¸æ ¼å¼', - invalidColSpan : 'å²åæ ¼æ¬æ¸åº¦å¿ é çºæ´æ¸æ ¼å¼', - chooseColor : 'Choose' // MISSING - }, - - row : - { - menu : 'å', - insertBefore : 'åä¸æå ¥å', - insertAfter : 'åä¸æå ¥å', - deleteRow : 'åªé¤å' - }, - - column : - { - menu : 'æ¬', - insertBefore : 'åå·¦æå ¥æ¬', - insertAfter : 'åå³æå ¥æ¬', - deleteColumn : 'åªé¤æ¬' - } - }, - - // Button Dialog. - button : - { - title : 'æé屬æ§', - text : '顯示æå (å¼)', - type : 'é¡å', - typeBtn : 'æé (Button)', - typeSbm : 'éåº (Submit)', - typeRst : 'éè¨ (Reset)' - }, - - // Checkbox and Radio Button Dialogs. - checkboxAndRadio : - { - checkboxTitle : 'æ ¸åæ¹å¡å±¬æ§', - radioTitle : 'é¸é æé屬æ§', - value : 'é¸åå¼', - selected : 'å·²é¸å' - }, - - // Form Dialog. - form : - { - title : '表å®å±¬æ§', - menu : '表å®å±¬æ§', - action : 'åä½', - method : 'æ¹æ³', - encoding : '表å®ç·¨ç¢¼' - }, - - // Select Field Dialog. - select : - { - title : 'æ¸ å®/é¸å®å±¬æ§', - selectInfo : 'è³è¨', - opAvail : 'å¯ç¨é¸é ', - value : 'å¼', - size : '大å°', - lines : 'è¡', - chkMulti : 'å¯å¤é¸', - opText : '顯示æå', - opValue : 'é¸åå¼', - btnAdd : 'æ°å¢', - btnModify : 'ä¿®æ¹', - btnUp : 'ä¸ç§»', - btnDown : 'ä¸ç§»', - btnSetValue : 'è¨çºé è¨å¼', - btnDelete : 'åªé¤' - }, - - // Textarea Dialog. - textarea : - { - title : 'æååå屬æ§', - cols : 'åå 寬度', - rows : 'åæ¸' - }, - - // Text Field Dialog. - textfield : - { - title : 'æåæ¹å¡å±¬æ§', - name : 'å稱', - value : 'å¼', - charWidth : 'åå 寬度', - maxChars : 'æå¤åå æ¸', - type : 'é¡å', - typeText : 'æå', - typePass : 'å¯ç¢¼' - }, - - // Hidden Field Dialog. - hidden : - { - title : 'é±èæ¬ä½å±¬æ§', - name : 'å稱', - value : 'å¼' - }, - - // Image Dialog. - image : - { - title : 'å½±å屬æ§', - titleButton : 'å½±åæé屬æ§', - menu : 'å½±å屬æ§', - infoTab : 'å½±åè³è¨', - btnUpload : 'ä¸å³è³ä¼ºæå¨', - upload : 'ä¸å³', - alt : 'æ¿ä»£æå', - lockRatio : 'çæ¯ä¾', - resetSize : 'éè¨çºå大å°', - border : 'éæ¡', - hSpace : 'æ°´å¹³è·é¢', - vSpace : 'åç´è·é¢', - alertUrl : 'è«è¼¸å ¥å½±å URL', - linkTab : 'è¶ é£çµ', - button2Img : 'è¦æå½±åæéæ¹æå½±ååï¼', - img2Button : 'è¦æå½±åæ¹æå½±åæéåï¼', - urlMissing : 'Image source URL is missing.', // MISSING - validateBorder : 'Border must be a whole number.', // MISSING - validateHSpace : 'HSpace must be a whole number.', // MISSING - validateVSpace : 'VSpace must be a whole number.' // MISSING - }, - - // Flash Dialog - flash : - { - properties : 'Flash 屬æ§', - propertiesTab : '屬æ§', - title : 'Flash 屬æ§', - chkPlay : 'èªåææ¾', - chkLoop : 'éè¤', - chkMenu : 'éåé¸å®', - chkFull : 'ååå ¨è¢å¹é¡¯ç¤º', - scale : '縮æ¾', - scaleAll : 'å ¨é¨é¡¯ç¤º', - scaleNoBorder : 'ç¡éæ¡', - scaleFit : '精確符å', - access : 'å è¨±è ³æ¬è¨ªå', - accessAlways : 'æ°¸é ', - accessSameDomain: 'ç¸ååå', - accessNever : 'æ°¸ä¸', - alignAbsBottom : 'çµå°ä¸æ¹', - alignAbsMiddle : 'çµå°ä¸é', - alignBaseline : 'åºæºç·', - alignTextTop : 'æåä¸æ¹', - quality : 'è³ªç´ ', - qualityBest : 'æ好', - qualityHigh : 'é«', - qualityAutoHigh : 'é«ï¼èªåï¼', - qualityMedium : 'ä¸ï¼èªåï¼', - qualityAutoLow : 'ä½ï¼èªåï¼', - qualityLow : 'ä½', - windowModeWindow: 'è¦çª', - windowModeOpaque: 'ä¸éæ', - windowModeTransparent : 'éæ', - windowMode : 'è¦çªæ¨¡å¼', - flashvars : 'Flash è®æ¸', - bgcolor : 'èæ¯é¡è²', - hSpace : 'æ°´å¹³è·é¢', - vSpace : 'åç´è·é¢', - validateSrc : 'è«è¼¸å ¥æ¬²é£çµç URL', - validateHSpace : 'æ°´å¹³éè·å¿ é çºæ¸åæ ¼å¼', - validateVSpace : 'åç´éè·å¿ é çºæ¸åæ ¼å¼' - }, - - // Speller Pages Dialog - spellCheck : - { - toolbar : 'æ¼å檢æ¥', - title : 'æ¼å檢æ¥', - notAvailable : 'æ±æï¼æåç®åæ«ä¸å¯ç¨', - errorLoading : 'ç¡æ³è¯ç³»ä¾æå¨: %s.', - notInDic : 'ä¸å¨åå ¸ä¸', - changeTo : 'æ´æ¹çº', - btnIgnore : '忽ç¥', - btnIgnoreAll : 'å ¨é¨å¿½ç¥', - btnReplace : 'å代', - btnReplaceAll : 'å ¨é¨å代', - btnUndo : '復å', - noSuggestions : '- ç¡å»ºè°å¼ -', - progress : 'é²è¡æ¼å檢æ¥ä¸â¦', - noMispell : 'æ¼å檢æ¥å®æï¼æªç¼ç¾æ¼åé¯èª¤', - noChanges : 'æ¼å檢æ¥å®æï¼æªæ´æ¹ä»»ä½å®å', - oneChange : 'æ¼å檢æ¥å®æï¼æ´æ¹äº 1 åå®å', - manyChanges : 'æ¼å檢æ¥å®æï¼æ´æ¹äº %1 åå®å', - ieSpellDownload : 'å°æªå®è£æ¼å檢æ¥å 件ãæ¨æ¯å¦æ³è¦ç¾å¨ä¸è¼ï¼' - }, - - smiley : - { - toolbar : '表æ 符è', - title : 'æå ¥è¡¨æ 符è', - options : 'Smiley Options' // MISSING - }, - - elementsPath : - { - eleLabel : 'Elements path', // MISSING - eleTitle : '%1 å ç´ ' - }, - - numberedlist : 'ç·¨èæ¸ å®', - bulletedlist : 'é ç®æ¸ å®', - indent : 'å¢å 縮æ', - outdent : 'æ¸å°ç¸®æ', - - justify : - { - left : 'é å·¦å°é½', - center : 'ç½®ä¸', - right : 'é å³å°é½', - block : 'å·¦å³å°é½' - }, - - blockquote : 'å¼ç¨æå', - - clipboard : - { - title : 'è²¼ä¸', - cutError : 'ç覽å¨çå®å ¨æ§è¨å®ä¸å 許編輯å¨èªåå·è¡åªä¸åä½ãè«ä½¿ç¨å¿«æ·éµ (Ctrl/Cmd+X) åªä¸ã', - copyError : 'ç覽å¨çå®å ¨æ§è¨å®ä¸å 許編輯å¨èªåå·è¡è¤è£½åä½ãè«ä½¿ç¨å¿«æ·éµ (Ctrl/Cmd+C) è¤è£½ã', - pasteMsg : 'è«ä½¿ç¨å¿«æ·éµ (<strong>Ctrl/Cmd+V</strong>) è²¼å°ä¸æ¹ååä¸ä¸¦æä¸ <strong>確å®</strong>', - securityMsg : 'å çºç覽å¨çå®å ¨æ§è¨å®ï¼æ¬ç·¨è¼¯å¨ç¡æ³ç´æ¥ååæ¨çåªè²¼ç°¿è³æï¼è«æ¨èªè¡å¨æ¬è¦çªé²è¡è²¼ä¸åä½ã', - pasteArea : 'Paste Area' // MISSING - }, - - pastefromword : - { - confirmCleanup : 'æ¨æ³è²¼ä¸çæåä¼¼ä¹æ¯èª Word è¤è£½èä¾ï¼è«åæ¨æ¯å¦è¦å æ¸ é¤ Word çæ ¼å¼å¾åè¡è²¼ä¸ï¼', - toolbar : 'èª Word è²¼ä¸', - title : 'èª Word è²¼ä¸', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING - }, - - pasteText : - { - button : 'è²¼çºç´æåæ ¼å¼', - title : 'è²¼çºç´æåæ ¼å¼' - }, - - templates : - { - button : '樣ç', - title : 'å §å®¹æ¨£ç', - options : 'Template Options', // MISSING - insertOption : 'å代åæå §å®¹', - selectPromptMsg : 'è«é¸æ欲éåç樣ç<br> (åæçå §å®¹å°æè¢«æ¸ é¤):', - emptyListMsg : '(ç¡æ¨£ç)' - }, - - showBlocks : '顯示åå¡', - - stylesCombo : - { - label : '樣å¼', - panelTitle : 'Formatting Styles', // MISSING - panelTitle1 : 'å¡ç´å ç´ æ¨£å¼', - panelTitle2 : 'å §è¯å ç´ æ¨£å¼', - panelTitle3 : 'ç©ä»¶å ç´ æ¨£å¼' - }, - - format : - { - label : 'æ ¼å¼', - panelTitle : 'æ ¼å¼', - - tag_p : 'ä¸è¬', - tag_pre : 'å·²æ ¼å¼å', - tag_address : 'ä½å', - tag_h1 : 'æ¨é¡ 1', - tag_h2 : 'æ¨é¡ 2', - tag_h3 : 'æ¨é¡ 3', - tag_h4 : 'æ¨é¡ 4', - tag_h5 : 'æ¨é¡ 5', - tag_h6 : 'æ¨é¡ 6', - tag_div : 'ä¸è¬ (DIV)' - }, - - div : - { - title : 'Create Div Container', // MISSING - toolbar : 'Create Div Container', // MISSING - cssClassInputLabel : 'Stylesheet Classes', // MISSING - styleSelectLabel : 'Style', // MISSING - IdInputLabel : 'Id', // MISSING - languageCodeInputLabel : ' Language Code', // MISSING - inlineStyleInputLabel : 'Inline Style', // MISSING - advisoryTitleInputLabel : 'Advisory Title', // MISSING - langDirLabel : 'Language Direction', // MISSING - langDirLTRLabel : 'Left to Right (LTR)', // MISSING - langDirRTLLabel : 'Right to Left (RTL)', // MISSING - edit : 'Edit Div', // MISSING - remove : 'Remove Div' // MISSING - }, - - iframe : - { - title : 'IFrame Properties', // MISSING - toolbar : 'IFrame', // MISSING - noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING - border : 'Show frame border' // MISSING - }, - - font : - { - label : 'åé«', - voiceLabel : 'åé«', - panelTitle : 'åé«' - }, - - fontSize : - { - label : '大å°', - voiceLabel : 'æå大å°', - panelTitle : '大å°' - }, - - colorButton : - { - textColorTitle : 'æåé¡è²', - bgColorTitle : 'èæ¯é¡è²', - panelTitle : 'Colors', // MISSING - auto : 'èªå', - more : 'æ´å¤é¡è²â¦' - }, - - colors : - { - '000' : 'Black', // MISSING - '800000' : 'Maroon', // MISSING - '8B4513' : 'Saddle Brown', // MISSING - '2F4F4F' : 'Dark Slate Gray', // MISSING - '008080' : 'Teal', // MISSING - '000080' : 'Navy', // MISSING - '4B0082' : 'Indigo', // MISSING - '696969' : 'Dark Gray', // MISSING - 'B22222' : 'Fire Brick', // MISSING - 'A52A2A' : 'Brown', // MISSING - 'DAA520' : 'Golden Rod', // MISSING - '006400' : 'Dark Green', // MISSING - '40E0D0' : 'Turquoise', // MISSING - '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING - 'F00' : 'Red', // MISSING - 'FF8C00' : 'Dark Orange', // MISSING - 'FFD700' : 'Gold', // MISSING - '008000' : 'Green', // MISSING - '0FF' : 'Cyan', // MISSING - '00F' : 'Blue', // MISSING - 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dim Gray', // MISSING - 'FFA07A' : 'Light Salmon', // MISSING - 'FFA500' : 'Orange', // MISSING - 'FFFF00' : 'Yellow', // MISSING - '00FF00' : 'Lime', // MISSING - 'AFEEEE' : 'Pale Turquoise', // MISSING - 'ADD8E6' : 'Light Blue', // MISSING - 'DDA0DD' : 'Plum', // MISSING - 'D3D3D3' : 'Light Grey', // MISSING - 'FFF0F5' : 'Lavender Blush', // MISSING - 'FAEBD7' : 'Antique White', // MISSING - 'FFFFE0' : 'Light Yellow', // MISSING - 'F0FFF0' : 'Honeydew', // MISSING - 'F0FFFF' : 'Azure', // MISSING - 'F0F8FF' : 'Alice Blue', // MISSING - 'E6E6FA' : 'Lavender', // MISSING - 'FFF' : 'White' // MISSING - }, - - scayt : - { - title : 'å³ææ¼å¯«æª¢æ¥', - opera_title : 'Not supported by Opera', // MISSING - enable : 'åç¨å³ææ¼å¯«æª¢æ¥', - disable : 'ééå³ææ¼å¯«æª¢æ¥', - about : 'éæ¼å³ææ¼å¯«æª¢æ¥', - toggle : 'åç¨ï¼ééå³ææ¼å¯«æª¢æ¥', - options : 'é¸é ', - langs : 'èªè¨', - moreSuggestions : 'æ´å¤æ¼å¯«å»ºè°', - ignore : '忽ç¥', - ignoreAll : 'å ¨é¨å¿½ç¥', - addWord : 'æ·»å å®è©', - emptyDic : 'åå ¸åä¸æçºç©º.', - - optionsTab : 'é¸é ', - allCaps : 'Ignore All-Caps Words', // MISSING - ignoreDomainNames : 'Ignore Domain Names', // MISSING - mixedCase : 'Ignore Words with Mixed Case', // MISSING - mixedWithDigits : 'Ignore Words with Numbers', // MISSING - - languagesTab : 'èªè¨', - - dictionariesTab : 'åå ¸', - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING - 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.', // MISSING - - aboutTab : 'éæ¼' - }, - - about : - { - title : 'éæ¼ CKEditor', - dlgTitle : 'éæ¼ CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING - moreInfo : '訪åæåç網ç«ä»¥ç²åæ´å¤éæ¼åè°çä¿¡æ¯', - copy : 'Copyright © $1. All rights reserved.' - }, - - maximize : 'æ大å', - minimize : 'Minimize', // MISSING - - fakeobjects : - { - anchor : 'é¨é»', - flash : 'Flash åç«', - iframe : 'IFrame', // MISSING - hiddenfield : 'Hidden Field', // MISSING - unknown : 'ä¸æç©ä»¶' - }, - - resize : 'ææ½æ¹è®å¤§å°', - - colordialog : - { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING - }, - - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar', // MISSING - - toolbarGroups : - { - document : 'Document', // MISSING - clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING - }, - - bidi : - { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING - }, - - docprops : - { - label : 'æ件屬æ§', - title : 'æ件屬æ§', - design : 'Design', // MISSING - meta : 'Meta è³æ', - chooseColor : 'Choose', // MISSING - other : '<å ¶ä»>', - docTitle : 'é é¢æ¨é¡', - charset : 'åå 編碼', - charsetOther : 'å ¶ä»åå 編碼', - charsetASCII : 'ASCII', // MISSING - charsetCE : 'ä¸æèªç³»', - charsetCT : 'æ£é«ä¸æ (Big5)', - charsetCR : 'æ¯æ夫æ', - charsetGR : 'å¸èæ', - charsetJP : 'æ¥æ', - charsetKR : 'éæ', - charsetTR : 'åè³å ¶æ', - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : '西æèªç³»', - docType : 'æ件é¡å', - docTypeOther : 'å ¶ä»æ件é¡å', - xhtmlDec : 'å å« XHTML å®ç¾©', - bgColor : 'èæ¯é¡è²', - bgImage : 'èæ¯å½±å', - bgFixed : '浮水å°', - txtColor : 'æåé¡è²', - margin : 'é é¢éç', - marginTop : 'ä¸', - marginLeft : 'å·¦', - marginRight : 'å³', - marginBottom : 'ä¸', - metaKeywords : 'æ件索å¼ééµå (ç¨åå½¢éè[,]åé)', - metaDescription : 'æ件說æ', - metaAuthor : 'ä½è ', - metaCopyright : 'çæ¬ææ', - previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING - } -}; diff --git a/skins/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js b/skins/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js deleted file mode 100644 index ff07429..0000000 --- a/skins/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +++ /dev/null @@ -1,222 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add( 'a11yHelp', function( editor ) -{ - var lang = editor.lang.accessibilityHelp, - id = CKEDITOR.tools.getNextId(); - - // CharCode <-> KeyChar. - var keyMap = - { - 8 : "BACKSPACE", - 9 : "TAB" , - 13 : "ENTER" , - 16 : "SHIFT" , - 17 : "CTRL" , - 18 : "ALT" , - 19 : "PAUSE" , - 20 : "CAPSLOCK" , - 27 : "ESCAPE" , - 33 : "PAGE UP" , - 34 : "PAGE DOWN" , - 35 : "END" , - 36 : "HOME" , - 37 : "LEFT ARROW" , - 38 : "UP ARROW" , - 39 : "RIGHT ARROW" , - 40 : "DOWN ARROW" , - 45 : "INSERT" , - 46 : "DELETE" , - 91 : "LEFT WINDOW KEY" , - 92 : "RIGHT WINDOW KEY" , - 93 : "SELECT KEY" , - 96 : "NUMPAD 0" , - 97 : "NUMPAD 1" , - 98 : "NUMPAD 2" , - 99 : "NUMPAD 3" , - 100 : "NUMPAD 4" , - 101 : "NUMPAD 5" , - 102 : "NUMPAD 6" , - 103 : "NUMPAD 7" , - 104 : "NUMPAD 8" , - 105 : "NUMPAD 9" , - 106 : "MULTIPLY" , - 107 : "ADD" , - 109 : "SUBTRACT" , - 110 : "DECIMAL POINT" , - 111 : "DIVIDE" , - 112 : "F1" , - 113 : "F2" , - 114 : "F3" , - 115 : "F4" , - 116 : "F5" , - 117 : "F6" , - 118 : "F7" , - 119 : "F8" , - 120 : "F9" , - 121 : "F10" , - 122 : "F11" , - 123 : "F12" , - 144 : "NUM LOCK" , - 145 : "SCROLL LOCK" , - 186 : "SEMI-COLON" , - 187 : "EQUAL SIGN" , - 188 : "COMMA" , - 189 : "DASH" , - 190 : "PERIOD" , - 191 : "FORWARD SLASH" , - 192 : "GRAVE ACCENT" , - 219 : "OPEN BRACKET" , - 220 : "BACK SLASH" , - 221 : "CLOSE BRAKET" , - 222 : "SINGLE QUOTE" - }; - - // Modifier keys override. - keyMap[ CKEDITOR.ALT ] = 'ALT'; - keyMap[ CKEDITOR.SHIFT ] = 'SHIFT'; - keyMap[ CKEDITOR.CTRL ] = 'CTRL'; - - // Sort in desc. - var modifiers = [ CKEDITOR.ALT, CKEDITOR.SHIFT, CKEDITOR.CTRL ]; - - function representKeyStroke( keystroke ) - { - var quotient, - modifier, - presentation = []; - - for ( var i = 0; i < modifiers.length; i++ ) - { - modifier = modifiers[ i ]; - quotient = keystroke / modifiers[ i ]; - if ( quotient > 1 && quotient <= 2 ) - { - keystroke -= modifier; - presentation.push( keyMap[ modifier ] ); - } - } - - presentation.push( keyMap[ keystroke ] - || String.fromCharCode( keystroke ) ); - - return presentation.join( '+' ); - } - - var variablesPattern = /\$\{(.*?)\}/g; - function replaceVariables( match, name ) - { - var keystrokes = editor.config.keystrokes, - definition, - length = keystrokes.length; - - for ( var i = 0; i < length; i++ ) - { - definition = keystrokes[ i ]; - if ( definition[ 1 ] == name ) - break; - } - return representKeyStroke( definition[ 0 ] ); - } - - // Create the help list directly from lang file entries. - function buildHelpContents() - { - var pageTpl = '<div class="cke_accessibility_legend" role="document" aria-labelledby="' + id + '_arialbl" tabIndex="-1">%1</div>' + - '<span id="' + id + '_arialbl" class="cke_voice_label">' + lang.contents + ' </span>', - sectionTpl = '<h1>%1</h1><dl>%2</dl>', - itemTpl = '<dt>%1</dt><dd>%2</dd>'; - - var pageHtml = [], - sections = lang.legend, - sectionLength = sections.length; - - for ( var i = 0; i < sectionLength; i++ ) - { - var section = sections[ i ], - sectionHtml = [], - items = section.items, - itemsLength = items.length; - - for ( var j = 0; j < itemsLength; j++ ) - { - var item = items[ j ], - itemHtml; - itemHtml = itemTpl.replace( '%1', item.name ). - replace( '%2', item.legend.replace( variablesPattern, replaceVariables ) ); - sectionHtml.push( itemHtml ); - } - - pageHtml.push( sectionTpl.replace( '%1', section.name ).replace( '%2', sectionHtml.join( '' ) ) ); - } - - return pageTpl.replace( '%1', pageHtml.join( '' ) ); - } - - return { - title : lang.title, - minWidth : 600, - minHeight : 400, - contents : [ - { - id : 'info', - label : editor.lang.common.generalTab, - expand : true, - elements : - [ - { - type : 'html', - id : 'legends', - style : 'white-space:normal;', - focus : function() {}, - html : buildHelpContents() + - '<style type="text/css">' + - '.cke_accessibility_legend' + - '{' + - 'width:600px;' + - 'height:400px;' + - 'padding-right:5px;' + - 'overflow-y:auto;' + - 'overflow-x:hidden;' + - '}' + - // Some adjustments are to be done for IE6 and Quirks to work "properly" (#5757) - '.cke_browser_quirks .cke_accessibility_legend,' + - '.cke_browser_ie6 .cke_accessibility_legend' + - '{' + - 'height:390px' + - '}' + - // Override non-wrapping white-space rule in reset css. - '.cke_accessibility_legend *' + - '{' + - 'white-space:normal;' + - '}' + - '.cke_accessibility_legend h1' + - '{' + - 'font-size: 20px;' + - 'border-bottom: 1px solid #AAA;' + - 'margin: 5px 0px 15px;' + - '}' + - '.cke_accessibility_legend dl' + - '{' + - 'margin-left: 5px;' + - '}' + - '.cke_accessibility_legend dt' + - '{' + - 'font-size: 13px;' + - 'font-weight: bold;' + - '}' + - '.cke_accessibility_legend dd' + - '{' + - 'margin:10px' + - '}' + - '</style>' - } - ] - } - ], - buttons : [ CKEDITOR.dialog.cancelButton ] - }; -}); diff --git a/skins/ckeditor/_source/plugins/a11yhelp/lang/en.js b/skins/ckeditor/_source/plugins/a11yhelp/lang/en.js deleted file mode 100644 index a3edc25..0000000 --- a/skins/ckeditor/_source/plugins/a11yhelp/lang/en.js +++ /dev/null @@ -1,108 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.setLang( 'a11yhelp', 'en', -{ - accessibilityHelp : - { - 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. ' + - 'For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. ' + - 'Then move to next tab with TAB OR RIGTH ARROW. ' + - 'Move to previous tab with SHIFT + TAB or LEFT ARROW. ' + - 'Press SPACE or ENTER to select the tab page.' - }, - - { - 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 wtih 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 : ' Accessibility Help', - legend : 'Press ${a11yHelp}' - } - ] - } - ] - } -}); diff --git a/skins/ckeditor/_source/plugins/a11yhelp/lang/he.js b/skins/ckeditor/_source/plugins/a11yhelp/lang/he.js deleted file mode 100644 index d708b86..0000000 --- a/skins/ckeditor/_source/plugins/a11yhelp/lang/he.js +++ /dev/null @@ -1,216 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.setLang( 'a11yhelp', 'he', -{ - accessibilityHelp : - { - 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) ××× ××××× ×¡ ××××.' - }, - - { - name : 'תפר×× ××קשר (Context Menu)', - legend : - '×××¥ ${contextMenu} ×× APPLICATION KEY××× ×פת×× ×ת תפר×× ××קשר. ' + - '×¢××ר ××פשר×ת ×××× ×¢× ××× (TAB) ×× ××¥ ××××. ' + - '×¢××ר ××פשר×ת ×ק×××ת ×¢× ×©××¤× (SHIFT) + ××× (TAB) ×× ××¥ ×××¢××. ' + - '×××¥ ר××× ×× ×× ×ר (ENTER) ××× ××××ר ×ת ××פשר×ת. ' + - '×¤×ª× ×ת תת ×תפר×× (Sub-menu) ×©× ××פשר×ת ×× ××××ת ×¢× ×¨××× ×× ×× ×ר (ENTER) ×× ××¥ ש××××. ' + - '×××ר ×תפר×× ××× ×¢× ×סק××פ (ESC) ×× ××¥ ש××××. ' + - 'ס××ר ×ת תפר×× ××קשר ×¢× ×סק××פ (ESC).' - }, - - { - name : 'תפר×××× ×¦×¤×× (List boxes)', - legend : - '×ת×× ×ª×¤×¨×× ×¦×£, ×¢××ר ×פר×× ××× ×¢× ××× (TAB) ×× ××¥ ××××. ' + - '×¢××ר ×תפר×× ×ק××× ×¢× ×©××¤× (SHIFT) + ××× (TAB) or ××¥ ×¢××××. ' + - 'Press SPACE or ENTER to select the list option. ' + - 'Press ESC to close the list-box.' - }, - - { - name : '×¢×¥ ×××× ××× (Elements Path)', - legend : - '×××¥ ${elementsPathFocus} ××× ×× ××× ××¢×¥ ××××× ×××. ' + - '×¢××ר ×פר×× ××× ×¢× ××× (TAB) ×× ××¥ ××× ×. ' + - '×¢××ר ×פר×× ×ק××× ×¢× ×©××¤× (SHIFT) + ××× (TAB) ×× ××¥ ש××××. ' + - '×××¥ ר××× ×× ×× ×ר (ENTER) ××× ××××ר ×ת ××××× × ××¢×ר×.' - } - ] - }, - { - name : 'פק×××ת', - items : - [ - { - name : ' ××××× ×¦×¢× ××ר××', - legend : '×××¥ ${undo}' - }, - { - name : ' ×××¨× ×¢× ×¦×¢× ××ר××', - legend : '×××¥ ${redo}' - }, - { - name : ' ×××ש×', - legend : '×××¥ ${bold}' - }, - { - name : ' ×××××', - legend : '×××¥ ${italic}' - }, - { - name : ' ××ספת ×§× ×ª×ת××', - legend : '×××¥ ${underline}' - }, - { - name : ' ××ספת ××× ×§', - legend : '×××¥ ${link}' - }, - { - name : ' ×××××¥ סר×× ×××××', - legend : '×××¥ ${toolbarCollapse}' - }, - { - name : ' ××ר××ת × ××ש×ת', - legend : '×××¥ ${a11yHelp}' - } - ] - } - ] - } -}); -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.setLang( 'a11yhelp', 'he', -{ - accessibilityHelp : - { - 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) ××× ××××× ×¡ ××××.' - }, - - { - name : 'תפר×× ××קשר (Context Menu)', - legend : - '×××¥ ${contextMenu} ×× APPLICATION KEY××× ×פת×× ×ת תפר×× ××קשר. ' + - '×¢××ר ××פשר×ת ×××× ×¢× ××× (TAB) ×× ××¥ ××××. ' + - '×¢××ר ××פשר×ת ×ק×××ת ×¢× ×©××¤× (SHIFT) + ××× (TAB) ×× ××¥ ×××¢××. ' + - '×××¥ ר××× ×× ×× ×ר (ENTER) ××× ××××ר ×ת ××פשר×ת. ' + - '×¤×ª× ×ת תת ×תפר×× (Sub-menu) ×©× ××פשר×ת ×× ××××ת ×¢× ×¨××× ×× ×× ×ר (ENTER) ×× ××¥ ש××××. ' + - '×××ר ×תפר×× ××× ×¢× ×סק××פ (ESC) ×× ××¥ ש××××. ' + - 'ס××ר ×ת תפר×× ××קשר ×¢× ×סק××פ (ESC).' - }, - - { - name : 'תפר×××× ×¦×¤×× (List boxes)', - legend : - '×ת×× ×ª×¤×¨×× ×¦×£, ×¢××ר ×פר×× ××× ×¢× ××× (TAB) ×× ××¥ ××××. ' + - '×¢××ר ×תפר×× ×ק××× ×¢× ×©××¤× (SHIFT) + ××× (TAB) or ××¥ ×¢××××. ' + - 'Press SPACE or ENTER to select the list option. ' + - 'Press ESC to close the list-box.' - }, - - { - name : '×¢×¥ ×××× ××× (Elements Path)', - legend : - '×××¥ ${elementsPathFocus} ××× ×× ××× ××¢×¥ ××××× ×××. ' + - '×¢××ר ×פר×× ××× ×¢× ××× (TAB) ×× ××¥ ××× ×. ' + - '×¢××ר ×פר×× ×ק××× ×¢× ×©××¤× (SHIFT) + ××× (TAB) ×× ××¥ ש××××. ' + - '×××¥ ר××× ×× ×× ×ר (ENTER) ××× ××××ר ×ת ××××× × ××¢×ר×.' - } - ] - }, - { - name : 'פק×××ת', - items : - [ - { - name : ' ××××× ×¦×¢× ××ר××', - legend : '×××¥ ${undo}' - }, - { - name : ' ×××¨× ×¢× ×¦×¢× ××ר××', - legend : '×××¥ ${redo}' - }, - { - name : ' ×××ש×', - legend : '×××¥ ${bold}' - }, - { - name : ' ×××××', - legend : '×××¥ ${italic}' - }, - { - name : ' ××ספת ×§× ×ª×ת××', - legend : '×××¥ ${underline}' - }, - { - name : ' ××ספת ××× ×§', - legend : '×××¥ ${link}' - }, - { - name : ' ×××××¥ סר×× ×××××', - legend : '×××¥ ${toolbarCollapse}' - }, - { - name : ' ××ר××ת × ××ש×ת', - legend : '×××¥ ${a11yHelp}' - } - ] - } - ] - } -}); diff --git a/skins/ckeditor/_source/plugins/a11yhelp/plugin.js b/skins/ckeditor/_source/plugins/a11yhelp/plugin.js deleted file mode 100644 index 80e556c..0000000 --- a/skins/ckeditor/_source/plugins/a11yhelp/plugin.js +++ /dev/null @@ -1,47 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Plugin definition for the a11yhelp, which provides a dialog - * with accessibility related help. - */ - -(function() -{ - var pluginName = 'a11yhelp', - commandName = 'a11yHelp'; - - CKEDITOR.plugins.add( pluginName, - { - // List of available localizations. - availableLangs : { en:1, he:1 }, - - init : function( editor ) - { - var plugin = this; - editor.addCommand( commandName, - { - exec : function() - { - var langCode = editor.langCode; - langCode = plugin.availableLangs[ langCode ] ? langCode : 'en'; - - CKEDITOR.scriptLoader.load( - CKEDITOR.getUrl( plugin.path + 'lang/' + langCode + '.js' ), - function() - { - CKEDITOR.tools.extend( editor.lang, plugin.langEntries[ langCode ] ); - editor.openDialog( commandName ); - }); - }, - modes : { wysiwyg:1, source:1 }, - readOnly : 1, - canUndo : false - }); - - CKEDITOR.dialog.add( commandName, this.path + 'dialogs/a11yhelp.js' ); - } - }); -})(); diff --git a/skins/ckeditor/_source/plugins/about/dialogs/about.js b/skins/ckeditor/_source/plugins/about/dialogs/about.js deleted file mode 100644 index 1bb2e5d..0000000 --- a/skins/ckeditor/_source/plugins/about/dialogs/about.js +++ /dev/null @@ -1,76 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add( 'about', function( editor ) -{ - var lang = editor.lang.about; - - return { - title : CKEDITOR.env.ie ? lang.dlgTitle : lang.title, - minWidth : 390, - minHeight : 230, - contents : [ - { - id : 'tab1', - label : '', - title : '', - expand : true, - padding : 0, - elements : - [ - { - type : 'html', - html : - '<style type="text/css">' + - '.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(' + CKEDITOR.plugins.get( 'about' ).path + 'dialogs/logo_ckeditor.png);' + - 'background-position:center; ' + - 'background-repeat:no-repeat;' + - 'margin-bottom:10px;' + - '}' + - '.cke_about_container a' + - '{' + - 'cursor:pointer !important;' + - 'color:blue !important;' + - 'text-decoration:underline !important;' + - '}' + - '</style>' + - '<div class="cke_about_container">' + - '<div class="cke_about_logo"></div>' + - '<p>' + - 'CKEditor ' + CKEDITOR.version + ' (revision ' + CKEDITOR.revision + ')<br>' + - '<a href="http://ckeditor.com/">http://ckeditor.com</a>' + - '</p>' + - '<p>' + - lang.help.replace( '$1', '<a href="http://docs.cksource.com/CKEditor_3.x/Users_Guide/Quick_Reference">' + lang.userGuide + '</a>' ) + - '</p>' + - '<p>' + - lang.moreInfo + '<br>' + - '<a href="http://ckeditor.com/license">http://ckeditor.com/license</a>' + - '</p>' + - '<p>' + - lang.copy.replace( '$1', '<a href="http://cksource.com/">CKSource</a> - Frederico Knabben' ) + - '</p>' + - '</div>' - } - ] - } - ], - buttons : [ CKEDITOR.dialog.cancelButton ] - }; -} ); diff --git a/skins/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png b/skins/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png deleted file mode 100644 index ad01902..0000000 Binary files a/skins/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/about/plugin.js b/skins/ckeditor/_source/plugins/about/plugin.js deleted file mode 100644 index 29451c6..0000000 --- a/skins/ckeditor/_source/plugins/about/plugin.js +++ /dev/null @@ -1,24 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'about', -{ - requires : [ 'dialog' ], - init : function( editor ) - { - var command = editor.addCommand( 'about', new CKEDITOR.dialogCommand( 'about' ) ); - command.modes = { wysiwyg:1, source:1 }; - command.canUndo = false; - command.readOnly = 1; - - editor.ui.addButton( 'About', - { - label : editor.lang.about.title, - command : 'about' - }); - - CKEDITOR.dialog.add( 'about', this.path + 'dialogs/about.js' ); - } -}); diff --git a/skins/ckeditor/_source/plugins/adobeair/plugin.js b/skins/ckeditor/_source/plugins/adobeair/plugin.js deleted file mode 100644 index 8cd799b..0000000 --- a/skins/ckeditor/_source/plugins/adobeair/plugin.js +++ /dev/null @@ -1,228 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - var eventNameList = [ 'click', 'keydown', 'mousedown', 'keypress', 'mouseover', 'mouseout' ]; - - // Inline event callbacks assigned via innerHTML/outerHTML, such as - // onclick/onmouseover, are ignored in AIR. - // Use DOM2 event listeners to substitue inline handlers instead. - function convertInlineHandlers( container ) - { - // TODO: document.querySelectorAll is not supported in AIR. - var children = container.getElementsByTag( '*' ), - count = children.count(), - child; - - for ( var i = 0; i < count; i++ ) - { - child = children.getItem( i ); - - (function( node ) - { - for ( var j = 0; j < eventNameList.length; j++ ) - { - (function( eventName ) - { - var inlineEventHandler = node.getAttribute( 'on' + eventName ); - if ( node.hasAttribute( 'on' + eventName ) ) - { - node.removeAttribute( 'on' + eventName ); - node.on( eventName, function( evt ) - { - var callFunc = /(return\s*)?CKEDITOR\.tools\.callFunction\(([^)]+)\)/.exec( inlineEventHandler ), - hasReturn = callFunc && callFunc[ 1 ], - callFuncArgs = callFunc && callFunc[ 2 ].split( ',' ), - preventDefault = /return false;/.test( inlineEventHandler ); - - if ( callFuncArgs ) - { - var nums = callFuncArgs.length, - argName; - - for ( var i = 0; i < nums; i++ ) - { - // Trim spaces around param. - callFuncArgs[ i ] = argName = CKEDITOR.tools.trim( callFuncArgs[ i ] ); - - // String form param. - var strPattern = argName.match( /^(["'])([^"']*?)\1$/ ); - if ( strPattern ) - { - callFuncArgs[ i ] = strPattern[ 2 ]; - continue; - } - - // Integer form param. - if ( argName.match( /\d+/ ) ) - { - callFuncArgs[ i ] = parseInt( argName, 10 ); - continue; - } - - // Speical variables. - switch( argName ) - { - case 'this' : - callFuncArgs[ i ] = node.$; - break; - case 'event' : - callFuncArgs[ i ] = evt.data.$; - break; - case 'null' : - callFuncArgs [ i ] = null; - break; - } - } - - var retval = CKEDITOR.tools.callFunction.apply( window, callFuncArgs ); - if ( hasReturn && retval === false ) - preventDefault = 1; - } - - if ( preventDefault ) - evt.data.preventDefault(); - }); - } - })( eventNameList[ j ] ); - } - })( child ); - } - } - - CKEDITOR.plugins.add( 'adobeair', - { - init : function( editor ) - { - if ( !CKEDITOR.env.air ) - return; - - // Body doesn't get default margin on AIR. - editor.addCss( 'body { padding: 8px }' ); - - editor.on( 'uiReady', function() - { - convertInlineHandlers( editor.container ); - - if ( editor.sharedSpaces ) - { - for ( var space in editor.sharedSpaces ) - convertInlineHandlers( editor.sharedSpaces[ space ] ); - } - - editor.on( 'elementsPathUpdate', function( evt ) { convertInlineHandlers( evt.data.space ); } ); - }); - - editor.on( 'contentDom', function() - { - // Hyperlinks are enabled in editable documents in Adobe - // AIR. Prevent their click behavior. - editor.document.on( 'click', function( ev ) - { - ev.data.preventDefault( true ); - }); - }); - } - }); - - CKEDITOR.ui.on( 'ready', function( evt ) - { - var ui = evt.data; - // richcombo, panelbutton and menu - if ( ui._.panel ) - { - var panel = ui._.panel._.panel, - holder; - - ( function() - { - // Adding dom event listeners off-line are not supported in AIR, - // waiting for panel iframe loaded. - if ( !panel.isLoaded ) - { - setTimeout( arguments.callee, 30 ); - return; - } - holder = panel._.holder; - convertInlineHandlers( holder ); - })(); - } - else if ( ui instanceof CKEDITOR.dialog ) - convertInlineHandlers( ui._.element ); - }); -})(); - -CKEDITOR.dom.document.prototype.write = CKEDITOR.tools.override( CKEDITOR.dom.document.prototype.write, - function( original_write ) - { - function appendElement( parent, tagName, fullTag, text ) - { - var node = parent.append( tagName ), - attrs = CKEDITOR.htmlParser.fragment.fromHtml( fullTag ).children[ 0 ].attributes; - attrs && node.setAttributes( attrs ); - text && node.append( parent.getDocument().createText( text ) ); - } - - return function( html, mode ) - { - // document.write() or document.writeln() fail silently after - // the page load event in Adobe AIR. - // DOM manipulation could be used instead. - if ( this.getBody() ) - { - // We're taking the below extra work only because innerHTML - // on <html> element doesn't work as expected. - var doc = this, - head = this.getHead(); - - // Create style nodes for inline css. ( <style> content doesn't applied when setting via innerHTML ) - html = html.replace( /(<style[^>]*>)([\s\S]*?)<\/style>/gi, - function ( match, startTag, styleText ) - { - appendElement( head, 'style', startTag, styleText ); - return ''; - }); - - html = html.replace( /<base\b[^>]*\/>/i, - function( match ) - { - appendElement( head, 'base', match ); - return ''; - }); - - html = html.replace( /<title>([\s\S]*)<\/title>/i, - function( match, title ) - { - doc.$.title = title; - return ''; - }); - - // Move the rest of head stuff. - html = html.replace( /<head>([\s\S]*)<\/head>/i, - function( headHtml ) - { - // Inject the <head> HTML inside a <div>. - // Do that before getDocumentHead because WebKit moves - // <link css> elements to the <head> at this point. - var div = new CKEDITOR.dom.element( 'div', doc ); - div.setHtml( headHtml ); - // Move the <div> nodes to <head>. - div.moveChildren( head ); - return ''; - }); - - html.replace( /(<body[^>]*>)([\s\S]*)(?=$|<\/body>)/i, - function( match, startTag, innerHTML ) - { - doc.getBody().setHtml( innerHTML ); - var attrs = CKEDITOR.htmlParser.fragment.fromHtml( startTag ).children[ 0 ].attributes; - attrs && doc.getBody().setAttributes( attrs ); - }); - } - else - original_write.apply( this, arguments ); - }; - }); diff --git a/skins/ckeditor/_source/plugins/ajax/plugin.js b/skins/ckeditor/_source/plugins/ajax/plugin.js deleted file mode 100644 index a4b713a..0000000 --- a/skins/ckeditor/_source/plugins/ajax/plugin.js +++ /dev/null @@ -1,152 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.ajax} object, which holds ajax methods for - * data loading. - */ - -(function() -{ - CKEDITOR.plugins.add( 'ajax', - { - requires : [ 'xml' ] - }); - - /** - * Ajax methods for data loading. - * @namespace - * @example - */ - CKEDITOR.ajax = (function() - { - var createXMLHttpRequest = function() - { - // In IE, using the native XMLHttpRequest for local files may throw - // "Access is Denied" errors. - if ( !CKEDITOR.env.ie || location.protocol != 'file:' ) - try { return new XMLHttpRequest(); } catch(e) {} - - try { return new ActiveXObject( 'Msxml2.XMLHTTP' ); } catch (e) {} - try { return new ActiveXObject( 'Microsoft.XMLHTTP' ); } catch (e) {} - - return null; - }; - - var checkStatus = function( xhr ) - { - // HTTP Status Codes: - // 2xx : Success - // 304 : Not Modified - // 0 : Returned when running locally (file://) - // 1223 : IE may change 204 to 1223 (see http://dev.jquery.com/ticket/1450) - - return ( xhr.readyState == 4 && - ( ( xhr.status >= 200 && xhr.status < 300 ) || - xhr.status == 304 || - xhr.status === 0 || - xhr.status == 1223 ) ); - }; - - var getResponseText = function( xhr ) - { - if ( checkStatus( xhr ) ) - return xhr.responseText; - return null; - }; - - var getResponseXml = function( xhr ) - { - if ( checkStatus( xhr ) ) - { - var xml = xhr.responseXML; - return new CKEDITOR.xml( xml && xml.firstChild ? xml : xhr.responseText ); - } - return null; - }; - - var load = function( url, callback, getResponseFn ) - { - var async = !!callback; - - var xhr = createXMLHttpRequest(); - - if ( !xhr ) - return null; - - xhr.open( 'GET', url, async ); - - if ( async ) - { - // TODO: perform leak checks on this closure. - /** @ignore */ - xhr.onreadystatechange = function() - { - if ( xhr.readyState == 4 ) - { - callback( getResponseFn( xhr ) ); - xhr = null; - } - }; - } - - xhr.send(null); - - return async ? '' : getResponseFn( xhr ); - }; - - return /** @lends CKEDITOR.ajax */ { - - /** - * Loads data from an URL as plain text. - * @param {String} url The URL from which load data. - * @param {Function} [callback] A callback function to be called on - * data load. If not provided, the data will be loaded - * synchronously. - * @returns {String} The loaded data. For asynchronous requests, an - * empty string. For invalid requests, null. - * @example - * // Load data synchronously. - * var data = CKEDITOR.ajax.load( 'somedata.txt' ); - * alert( data ); - * @example - * // Load data asynchronously. - * var data = CKEDITOR.ajax.load( 'somedata.txt', function( data ) - * { - * alert( data ); - * } ); - */ - load : function( url, callback ) - { - return load( url, callback, getResponseText ); - }, - - /** - * Loads data from an URL as XML. - * @param {String} url The URL from which load data. - * @param {Function} [callback] A callback function to be called on - * data load. If not provided, the data will be loaded - * synchronously. - * @returns {CKEDITOR.xml} An XML object holding the loaded data. For asynchronous requests, an - * empty string. For invalid requests, null. - * @example - * // Load XML synchronously. - * var xml = CKEDITOR.ajax.loadXml( 'somedata.xml' ); - * alert( xml.getInnerXml( '//' ) ); - * @example - * // Load XML asynchronously. - * var data = CKEDITOR.ajax.loadXml( 'somedata.xml', function( xml ) - * { - * alert( xml.getInnerXml( '//' ) ); - * } ); - */ - loadXml : function( url, callback ) - { - return load( url, callback, getResponseXml ); - } - }; - })(); - -})(); diff --git a/skins/ckeditor/_source/plugins/autogrow/plugin.js b/skins/ckeditor/_source/plugins/autogrow/plugin.js deleted file mode 100644 index d6c4697..0000000 --- a/skins/ckeditor/_source/plugins/autogrow/plugin.js +++ /dev/null @@ -1,88 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file AutoGrow plugin - */ -(function(){ - var resizeEditor = function( editor ) - { - if ( !editor.window ) - return; - var doc = editor.document, - currentHeight = editor.window.getViewPaneSize().height, - newHeight; - - // We can not use documentElement to calculate the height for IE (#6061). - // It is not good for IE Quirks, yet using offsetHeight would also not work as expected (#6408). - // We do the same for FF because of the html height workaround (#6341). - if ( CKEDITOR.env.ie || CKEDITOR.env.gecko ) - newHeight = doc.getBody().$.scrollHeight + ( CKEDITOR.env.ie && CKEDITOR.env.quirks ? 0 : 24 ); - else - newHeight = doc.getDocumentElement().$.offsetHeight; - - var min = editor.config.autoGrow_minHeight, - max = editor.config.autoGrow_maxHeight; - ( min == undefined ) && ( editor.config.autoGrow_minHeight = min = 200 ); - if ( min ) - newHeight = Math.max( newHeight, min ); - if ( max ) - newHeight = Math.min( newHeight, max ); - - if ( newHeight != currentHeight ) - { - newHeight = editor.fire( 'autoGrow', { currentHeight : currentHeight, newHeight : newHeight } ).newHeight; - editor.resize( editor.container.getStyle( 'width' ), newHeight, true ); - } - }; - CKEDITOR.plugins.add( 'autogrow', - { - init : function( editor ) - { - for ( var eventName in { contentDom:1, key:1, selectionChange:1, insertElement:1 } ) - { - editor.on( eventName, function( evt ) - { - var maximize = editor.getCommand( 'maximize' ); - // Some time is required for insertHtml, and it gives other events better performance as well. - if ( evt.editor.mode == 'wysiwyg' && - // Disable autogrow when the editor is maximized .(#6339) - ( !maximize || maximize.state != CKEDITOR.TRISTATE_ON ) ) - { - setTimeout( function(){ resizeEditor( evt.editor ); }, 100 ); - } - }); - } - } - }); -})(); -/** - * The minimum height to which the editor can reach using AutoGrow. - * @name CKEDITOR.config.autoGrow_minHeight - * @type Number - * @default 200 - * @since 3.4 - * @example - * config.autoGrow_minHeight = 300; - */ - -/** - * The maximum height to which the editor can reach using AutoGrow. Zero means unlimited. - * @name CKEDITOR.config.autoGrow_maxHeight - * @type Number - * @default 0 - * @since 3.4 - * @example - * config.autoGrow_maxHeight = 400; - */ - -/** - * Fired when the AutoGrow plugin is about to change the size of the editor. - * @name CKEDITOR.editor#autogrow - * @event - * @param {Number} data.currentHeight The current height of the editor (before the resizing). - * @param {Number} data.newHeight The new height of the editor (after the resizing). It can be changed - * to determine another height to be used instead. - */ diff --git a/skins/ckeditor/_source/plugins/basicstyles/plugin.js b/skins/ckeditor/_source/plugins/basicstyles/plugin.js deleted file mode 100644 index aa00e9a..0000000 --- a/skins/ckeditor/_source/plugins/basicstyles/plugin.js +++ /dev/null @@ -1,101 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'basicstyles', -{ - requires : [ 'styles', 'button' ], - - init : function( editor ) - { - // All buttons use the same code to register. So, to avoid - // duplications, let's use this tool function. - var addButtonCommand = function( buttonName, buttonLabel, commandName, styleDefiniton ) - { - var style = new CKEDITOR.style( styleDefiniton ); - - editor.attachStyleStateChange( style, function( state ) - { - !editor.readOnly && editor.getCommand( commandName ).setState( state ); - }); - - editor.addCommand( commandName, new CKEDITOR.styleCommand( style ) ); - - editor.ui.addButton( buttonName, - { - label : buttonLabel, - command : commandName - }); - }; - - var config = editor.config, - lang = editor.lang; - - addButtonCommand( 'Bold' , lang.bold , 'bold' , config.coreStyles_bold ); - addButtonCommand( 'Italic' , lang.italic , 'italic' , config.coreStyles_italic ); - addButtonCommand( 'Underline' , lang.underline , 'underline' , config.coreStyles_underline ); - addButtonCommand( 'Strike' , lang.strike , 'strike' , config.coreStyles_strike ); - addButtonCommand( 'Subscript' , lang.subscript , 'subscript' , config.coreStyles_subscript ); - addButtonCommand( 'Superscript' , lang.superscript , 'superscript' , config.coreStyles_superscript ); - } -}); - -// Basic Inline Styles. - -/** - * The style definition to be used to apply the bold style in the text. - * @type Object - * @example - * config.coreStyles_bold = { element : 'b', overrides : 'strong' }; - * @example - * config.coreStyles_bold = { element : 'span', attributes : {'class': 'Bold'} }; - */ -CKEDITOR.config.coreStyles_bold = { element : 'strong', overrides : 'b' }; - -/** - * The style definition to be used to apply the italic style in the text. - * @type Object - * @default { element : 'em', overrides : 'i' } - * @example - * config.coreStyles_italic = { element : 'i', overrides : 'em' }; - * @example - * CKEDITOR.config.coreStyles_italic = { element : 'span', attributes : {'class': 'Italic'} }; - */ -CKEDITOR.config.coreStyles_italic = { element : 'em', overrides : 'i' }; - -/** - * The style definition to be used to apply the underline style in the text. - * @type Object - * @default { element : 'u' } - * @example - * CKEDITOR.config.coreStyles_underline = { element : 'span', attributes : {'class': 'Underline'}}; - */ -CKEDITOR.config.coreStyles_underline = { element : 'u' }; - -/** - * The style definition to be used to apply the strike style in the text. - * @type Object - * @default { element : 'strike' } - * @example - * CKEDITOR.config.coreStyles_strike = { element : 'span', attributes : {'class': 'StrikeThrough'}, overrides : 'strike' }; - */ -CKEDITOR.config.coreStyles_strike = { element : 'strike' }; - -/** - * The style definition to be used to apply the subscript style in the text. - * @type Object - * @default { element : 'sub' } - * @example - * CKEDITOR.config.coreStyles_subscript = { element : 'span', attributes : {'class': 'Subscript'}, overrides : 'sub' }; - */ -CKEDITOR.config.coreStyles_subscript = { element : 'sub' }; - -/** - * The style definition to be used to apply the superscript style in the text. - * @type Object - * @default { element : 'sup' } - * @example - * CKEDITOR.config.coreStyles_superscript = { element : 'span', attributes : {'class': 'Superscript'}, overrides : 'sup' }; - */ -CKEDITOR.config.coreStyles_superscript = { element : 'sup' }; diff --git a/skins/ckeditor/_source/plugins/bbcode/plugin.js b/skins/ckeditor/_source/plugins/bbcode/plugin.js deleted file mode 100644 index 9ea7232..0000000 --- a/skins/ckeditor/_source/plugins/bbcode/plugin.js +++ /dev/null @@ -1,931 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - CKEDITOR.on( 'dialogDefinition', function( ev ) - { - var tab, name = ev.data.name, - definition = ev.data.definition; - - if ( name == 'link' ) - { - definition.removeContents( 'target' ); - definition.removeContents( 'upload' ); - definition.removeContents( 'advanced' ); - tab = definition.getContents( 'info' ); - tab.remove( 'emailSubject' ); - tab.remove( 'emailBody' ); - } - else if ( name == 'image' ) - { - definition.removeContents( 'advanced' ); - tab = definition.getContents( 'Link' ); - tab.remove( 'cmbTarget' ); - tab = definition.getContents( 'info' ); - tab.remove( 'txtAlt' ); - tab.remove( 'basic' ); - } - }); - - var bbcodeMap = { 'b' : 'strong', 'u': 'u', 'i' : 'em', 'color' : 'span', 'size' : 'span', 'quote' : 'blockquote', 'code' : 'code', 'url' : 'a', 'email' : 'span', 'img' : 'span', '*' : 'li', 'list' : 'ol' }, - convertMap = { 'strong' : 'b' , 'b' : 'b', 'u': 'u', 'em' : 'i', 'i': 'i', 'code' : 'code', 'li' : '*' }, - tagnameMap = { 'strong' : 'b', 'em' : 'i', 'u' : 'u', 'li' : '*', 'ul' : 'list', 'ol' : 'list', 'code' : 'code', 'a' : 'link', 'img' : 'img', 'blockquote' : 'quote' }, - stylesMap = { 'color' : 'color', 'size' : 'font-size' }, - attributesMap = { 'url' : 'href', 'email' : 'mailhref', 'quote': 'cite', 'list' : 'listType' }; - - // List of block-like tags. - var dtd = CKEDITOR.dtd, - blockLikeTags = CKEDITOR.tools.extend( { table:1 }, dtd.$block, dtd.$listItem, dtd.$tableContent, dtd.$list ); - - var semicolonFixRegex = /\s*(?:;\s*|$)/; - function serializeStyleText( stylesObject ) - { - var styleText = ''; - for ( var style in stylesObject ) - { - var styleVal = stylesObject[ style ], - text = ( style + ':' + styleVal ).replace( semicolonFixRegex, ';' ); - - styleText += text; - } - return styleText; - } - - function parseStyleText( styleText ) - { - var retval = {}; - ( styleText || '' ) - .replace( /"/g, '"' ) - .replace( /\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g, function( match, name, value ) - { - retval[ name.toLowerCase() ] = value; - } ); - return retval; - } - - function RGBToHex( cssStyle ) - { - return cssStyle.replace( /(?:rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\))/gi, function( match, red, green, blue ) - { - red = parseInt( red, 10 ).toString( 16 ); - green = parseInt( green, 10 ).toString( 16 ); - blue = parseInt( blue, 10 ).toString( 16 ); - var color = [red, green, blue] ; - - // Add padding zeros if the hex value is less than 0x10. - for ( var i = 0 ; i < color.length ; i++ ) - color[i] = String( '0' + color[i] ).slice( -2 ) ; - - return '#' + color.join( '' ) ; - }); - } - - // Maintain the map of smiley-to-description. - var smileyMap = {"smiley":":)","sad":":(","wink":";)","laugh":":D","cheeky":":P","blush":":*)","surprise":":-o","indecision":":|","angry":">:(","angel":"o:)","cool":"8-)","devil":">:-)","crying":";(","kiss":":-*" }, - smileyReverseMap = {}, - smileyRegExp = []; - - // Build regexp for the list of smiley text. - for ( var i in smileyMap ) - { - smileyReverseMap[ smileyMap[ i ] ] = i; - smileyRegExp.push( smileyMap[ i ].replace( /\(|\)|\:|\/|\*|\-|\|/g, function( match ) { return '\\' + match; } ) ); - } - - smileyRegExp = new RegExp( smileyRegExp.join( '|' ), 'g' ); - - var decodeHtml = ( function () - { - var regex = [], - entities = - { - nbsp : '\u00A0', // IE | FF - shy : '\u00AD', // IE - gt : '\u003E', // IE | FF | -- | Opera - lt : '\u003C' // IE | FF | Safari | Opera - }; - - for ( var entity in entities ) - regex.push( entity ); - - regex = new RegExp( '&(' + regex.join( '|' ) + ');', 'g' ); - - return function( html ) - { - return html.replace( regex, function( match, entity ) - { - return entities[ entity ]; - }); - }; - })(); - - CKEDITOR.BBCodeParser = function() - { - this._ = - { - bbcPartsRegex : /(?:\[([^\/\]=]*?)(?:=([^\]]*?))?\])|(?:\[\/([a-z]{1,16})\])/ig - }; - }; - - CKEDITOR.BBCodeParser.prototype = - { - parse : function( bbcode ) - { - var parts, - part, - lastIndex = 0; - - while ( ( parts = this._.bbcPartsRegex.exec( bbcode ) ) ) - { - var tagIndex = parts.index; - if ( tagIndex > lastIndex ) - { - var text = bbcode.substring( lastIndex, tagIndex ); - this.onText( text, 1 ); - } - - lastIndex = this._.bbcPartsRegex.lastIndex; - - /* - "parts" is an array with the following items: - 0 : The entire match for opening/closing tags and line-break; - 1 : line-break; - 2 : open of tag excludes option; - 3 : tag option; - 4 : close of tag; - */ - - part = ( parts[ 1 ] || parts[ 3 ] || '' ).toLowerCase(); - // Unrecognized tags should be delivered as a simple text (#7860). - if ( part && !bbcodeMap[ part ] ) - { - this.onText( parts[ 0 ] ); - continue; - } - - // Opening tag - if ( parts[ 1 ] ) - { - var tagName = bbcodeMap[ part ], - attribs = {}, - styles = {}, - optionPart = parts[ 2 ]; - - if ( optionPart ) - { - if ( part == 'list' ) - { - if ( !isNaN( optionPart ) ) - optionPart = 'decimal'; - else if ( /^[a-z]+$/.test( optionPart ) ) - optionPart = 'lower-alpha'; - else if ( /^[A-Z]+$/.test( optionPart ) ) - optionPart = 'upper-alpha'; - } - - if ( stylesMap[ part ] ) - { - // Font size represents percentage. - if ( part == 'size' ) - optionPart += '%'; - - styles[ stylesMap[ part ] ] = optionPart; - attribs.style = serializeStyleText( styles ); - } - else if ( attributesMap[ part ] ) - attribs[ attributesMap[ part ] ] = optionPart; - } - - // Two special handling - image and email, protect them - // as "span" with an attribute marker. - if ( part == 'email' || part == 'img' ) - attribs[ 'bbcode' ] = part; - - this.onTagOpen( tagName, attribs, CKEDITOR.dtd.$empty[ tagName ] ); - } - // Closing tag - else if ( parts[ 3 ] ) - this.onTagClose( bbcodeMap[ part ] ); - } - - if ( bbcode.length > lastIndex ) - this.onText( bbcode.substring( lastIndex, bbcode.length ), 1 ); - } - }; - - /** - * Creates a {@link CKEDITOR.htmlParser.fragment} from an HTML string. - * @param {String} source The HTML to be parsed, filling the fragment. - * @param {Number} [fixForBody=false] Wrap body with specified element if needed. - * @returns CKEDITOR.htmlParser.fragment The fragment created. - * @example - * var fragment = CKEDITOR.htmlParser.fragment.fromHtml( '<b>Sample</b> Text' ); - * alert( fragment.children[0].name ); "b" - * alert( fragment.children[1].value ); " Text" - */ - CKEDITOR.htmlParser.fragment.fromBBCode = function( source ) - { - var parser = new CKEDITOR.BBCodeParser(), - fragment = new CKEDITOR.htmlParser.fragment(), - pendingInline = [], - pendingBrs = 0, - currentNode = fragment, - returnPoint; - - function checkPending( newTagName ) - { - if ( pendingInline.length > 0 ) - { - for ( var i = 0 ; i < pendingInline.length ; i++ ) - { - var pendingElement = pendingInline[ i ], - pendingName = pendingElement.name, - pendingDtd = CKEDITOR.dtd[ pendingName ], - currentDtd = currentNode.name && CKEDITOR.dtd[ currentNode.name ]; - - if ( ( !currentDtd || currentDtd[ pendingName ] ) && ( !newTagName || !pendingDtd || pendingDtd[ newTagName ] || !CKEDITOR.dtd[ newTagName ] ) ) - { - // Get a clone for the pending element. - pendingElement = pendingElement.clone(); - - // Add it to the current node and make it the current, - // so the new element will be added inside of it. - pendingElement.parent = currentNode; - currentNode = pendingElement; - - // Remove the pending element (back the index by one - // to properly process the next entry). - pendingInline.splice( i, 1 ); - i--; - } - } - } - } - - function checkPendingBrs( tagName, closing ) - { - var len = currentNode.children.length, - previous = len > 0 && currentNode.children[ len - 1 ], - lineBreakParent = !previous && BBCodeWriter.getRule( tagnameMap[ currentNode.name ], 'breakAfterOpen' ), - lineBreakPrevious = previous && previous.type == CKEDITOR.NODE_ELEMENT && BBCodeWriter.getRule( tagnameMap[ previous.name ], 'breakAfterClose' ), - lineBreakCurrent = tagName && BBCodeWriter.getRule( tagnameMap[ tagName ], closing ? 'breakBeforeClose' : 'breakBeforeOpen' ); - - if ( pendingBrs && ( lineBreakParent || lineBreakPrevious || lineBreakCurrent ) ) - pendingBrs--; - - // 1. Either we're at the end of block, where it requires us to compensate the br filler - // removing logic (from htmldataprocessor). - // 2. Or we're at the end of pseudo block, where it requires us to compensate - // the bogus br effect. - if ( pendingBrs && tagName in blockLikeTags ) - pendingBrs++; - - while ( pendingBrs && pendingBrs-- ) - currentNode.children.push( previous = new CKEDITOR.htmlParser.element( 'br' ) ); - } - - function addElement( node, target ) - { - checkPendingBrs( node.name, 1 ); - - target = target || currentNode || fragment; - - var len = target.children.length, - previous = len > 0 && target.children[ len - 1 ] || null; - - node.previous = previous; - node.parent = target; - - target.children.push( node ); - - if ( node.returnPoint ) - { - currentNode = node.returnPoint; - delete node.returnPoint; - } - } - - parser.onTagOpen = function( tagName, attributes, selfClosing ) - { - var element = new CKEDITOR.htmlParser.element( tagName, attributes ); - - // This is a tag to be removed if empty, so do not add it immediately. - if ( CKEDITOR.dtd.$removeEmpty[ tagName ] ) - { - pendingInline.push( element ); - return; - } - - var currentName = currentNode.name; - - var currentDtd = currentName - && ( CKEDITOR.dtd[ currentName ] - || ( currentNode._.isBlockLike ? CKEDITOR.dtd.div : CKEDITOR.dtd.span ) ); - - // If the element cannot be child of the current element. - if ( currentDtd && !currentDtd[ tagName ] ) - { - var reApply = false, - addPoint; // New position to start adding nodes. - - // If the element name is the same as the current element name, - // then just close the current one and append the new one to the - // parent. This situation usually happens with <p>, <li>, <dt> and - // <dd>, specially in IE. Do not enter in this if block in this case. - if ( tagName == currentName ) - addElement( currentNode, currentNode.parent ); - else if ( tagName in CKEDITOR.dtd.$listItem ) - { - parser.onTagOpen( 'ul', {} ); - addPoint = currentNode; - reApply = true; - } - else - { - addElement( currentNode, currentNode.parent ); - - // The current element is an inline element, which - // cannot hold the new one. Put it in the pending list, - // and try adding the new one after it. - pendingInline.unshift( currentNode ); - reApply = true; - } - - if ( addPoint ) - currentNode = addPoint; - // Try adding it to the return point, or the parent element. - else - currentNode = currentNode.returnPoint || currentNode.parent; - - if ( reApply ) - { - parser.onTagOpen.apply( this, arguments ); - return; - } - } - - checkPending( tagName ); - checkPendingBrs( tagName ); - - element.parent = currentNode; - element.returnPoint = returnPoint; - returnPoint = 0; - - if ( element.isEmpty ) - addElement( element ); - else - currentNode = element; - }; - - parser.onTagClose = function( tagName ) - { - // Check if there is any pending tag to be closed. - for ( var i = pendingInline.length - 1 ; i >= 0 ; i-- ) - { - // If found, just remove it from the list. - if ( tagName == pendingInline[ i ].name ) - { - pendingInline.splice( i, 1 ); - return; - } - } - - var pendingAdd = [], - newPendingInline = [], - candidate = currentNode; - - while ( candidate.type && candidate.name != tagName ) - { - // If this is an inline element, add it to the pending list, if we're - // really closing one of the parents element later, they will continue - // after it. - if ( !candidate._.isBlockLike ) - newPendingInline.unshift( candidate ); - - // This node should be added to it's parent at this point. But, - // it should happen only if the closing tag is really closing - // one of the nodes. So, for now, we just cache it. - pendingAdd.push( candidate ); - - candidate = candidate.parent; - } - - if ( candidate.type ) - { - // Add all elements that have been found in the above loop. - for ( i = 0 ; i < pendingAdd.length ; i++ ) - { - var node = pendingAdd[ i ]; - addElement( node, node.parent ); - } - - currentNode = candidate; - - - addElement( candidate, candidate.parent ); - - // The parent should start receiving new nodes now, except if - // addElement changed the currentNode. - if ( candidate == currentNode ) - currentNode = currentNode.parent; - - pendingInline = pendingInline.concat( newPendingInline ); - } - }; - - parser.onText = function( text ) - { - var currentDtd = CKEDITOR.dtd[ currentNode.name ]; - if ( !currentDtd || currentDtd[ '#' ] ) - { - checkPendingBrs(); - checkPending(); - - text.replace(/([\r\n])|[^\r\n]*/g, function( piece, lineBreak ) - { - if ( lineBreak !== undefined && lineBreak.length ) - pendingBrs++; - else if ( piece.length ) - { - var lastIndex = 0; - - // Create smiley from text emotion. - piece.replace( smileyRegExp, function( match, index ) - { - addElement( new CKEDITOR.htmlParser.text( piece.substring( lastIndex, index ) ), currentNode ); - addElement( new CKEDITOR.htmlParser.element( 'smiley', { 'desc': smileyReverseMap[ match ] } ), currentNode ); - lastIndex = index + match.length; - }); - - if ( lastIndex != piece.length ) - addElement( new CKEDITOR.htmlParser.text( piece.substring( lastIndex, piece.length ) ), currentNode ); - } - }); - } - }; - - // Parse it. - parser.parse( CKEDITOR.tools.htmlEncode( source ) ); - - // Close all hanging nodes. - while ( currentNode.type ) - { - var parent = currentNode.parent, - node = currentNode; - - addElement( node, parent ); - currentNode = parent; - } - - return fragment; - }; - - CKEDITOR.htmlParser.BBCodeWriter = CKEDITOR.tools.createClass( - { - $ : function() - { - this._ = - { - output : [], - rules : [] - }; - - // List and list item. - this.setRules( 'list', - { - breakBeforeOpen : 1, - breakAfterOpen : 1, - breakBeforeClose : 1, - breakAfterClose : 1 - } ); - - this.setRules( '*', - { - breakBeforeOpen : 1, - breakAfterOpen : 0, - breakBeforeClose : 1, - breakAfterClose : 0 - } ); - - this.setRules( 'quote', - { - breakBeforeOpen : 1, - breakAfterOpen : 0, - breakBeforeClose : 0, - breakAfterClose : 1 - } ); - }, - - proto : - { - /** - * Sets formatting rules for a given tag. The possible rules are: - * <ul> - * <li><b>breakBeforeOpen</b>: break line before the opener tag for this element.</li> - * <li><b>breakAfterOpen</b>: break line after the opener tag for this element.</li> - * <li><b>breakBeforeClose</b>: break line before the closer tag for this element.</li> - * <li><b>breakAfterClose</b>: break line after the closer tag for this element.</li> - * </ul> - * - * All rules default to "false". Each call to the function overrides - * already present rules, leaving the undefined untouched. - * - * @param {String} tagName The tag name to which set the rules. - * @param {Object} rules An object containing the element rules. - * @example - * // Break line before and after "img" tags. - * writer.setRules( 'list', - * { - * breakBeforeOpen : true - * breakAfterOpen : true - * }); - */ - setRules : function( tagName, rules ) - { - var currentRules = this._.rules[ tagName ]; - - if ( currentRules ) - CKEDITOR.tools.extend( currentRules, rules, true ); - else - this._.rules[ tagName ] = rules; - }, - - getRule : function( tagName, ruleName ) - { - return this._.rules[ tagName ] && this._.rules[ tagName ][ ruleName ]; - }, - - openTag : function( tag, attributes ) - { - if ( tag in bbcodeMap ) - { - if ( this.getRule( tag, 'breakBeforeOpen' ) ) - this.lineBreak( 1 ); - - this.write( '[', tag ); - var option = attributes.option; - option && this.write( '=', option ); - this.write( ']' ); - - if ( this.getRule( tag, 'breakAfterOpen' ) ) - this.lineBreak( 1 ); - } - else if ( tag == 'br' ) - this._.output.push( '\n' ); - }, - - openTagClose : function() { }, - attribute : function() { }, - - closeTag : function( tag ) - { - if ( tag in bbcodeMap ) - { - if ( this.getRule( tag, 'breakBeforeClose' ) ) - this.lineBreak( 1 ); - - tag != '*' && this.write( '[/', tag, ']' ); - - if ( this.getRule( tag, 'breakAfterClose' ) ) - this.lineBreak( 1 ); - } - }, - - text : function( text ) - { - this.write( text ); - }, - - /** - * Writes a comment. - * @param {String} comment The comment text. - * @example - * // Writes "<!-- My comment -->". - * writer.comment( ' My comment ' ); - */ - comment : function() {}, - - /* - * Output line-break for formatting. - */ - lineBreak : function() - { - // Avoid line break when: - // 1) Previous tag already put one. - // 2) We're at output start. - if ( !this._.hasLineBreak && this._.output.length ) - { - this.write( '\n' ); - this._.hasLineBreak = 1; - } - }, - - write : function() - { - this._.hasLineBreak = 0; - var data = Array.prototype.join.call( arguments, '' ); - this._.output.push( data ); - }, - - reset : function() - { - this._.output = []; - this._.hasLineBreak = 0; - }, - - getHtml : function( reset ) - { - var bbcode = this._.output.join( '' ); - - if ( reset ) - this.reset(); - - return decodeHtml ( bbcode ); - } - } - }); - - var BBCodeWriter = new CKEDITOR.htmlParser.BBCodeWriter(); - - CKEDITOR.plugins.add( 'bbcode', - { - requires : [ 'htmldataprocessor', 'entities' ], - beforeInit : function( editor ) - { - // Adapt some critical editor configuration for better support - // of BBCode environment. - var config = editor.config; - CKEDITOR.tools.extend( config, - { - enterMode : CKEDITOR.ENTER_BR, - basicEntities: false, - entities : false, - fillEmptyBlocks : false - }, true ); - }, - init : function( editor ) - { - var config = editor.config; - - function BBCodeToHtml( code ) - { - var fragment = CKEDITOR.htmlParser.fragment.fromBBCode( code ), - writer = new CKEDITOR.htmlParser.basicWriter(); - - fragment.writeHtml( writer, dataFilter ); - return writer.getHtml( true ); - } - - var dataFilter = new CKEDITOR.htmlParser.filter(); - dataFilter.addRules( - { - elements : - { - 'blockquote' : function( element ) - { - var quoted = new CKEDITOR.htmlParser.element( 'div' ); - quoted.children = element.children; - element.children = [ quoted ]; - var citeText = element.attributes.cite; - if ( citeText ) - { - var cite = new CKEDITOR.htmlParser.element( 'cite' ); - cite.add( new CKEDITOR.htmlParser.text( citeText.replace( /^"|"$/g, '' ) ) ); - delete element.attributes.cite; - element.children.unshift( cite ); - } - }, - 'span' : function( element ) - { - var bbcode; - if ( ( bbcode = element.attributes.bbcode ) ) - { - if ( bbcode == 'img' ) - { - element.name = 'img'; - element.attributes.src = element.children[ 0 ].value; - element.children = []; - } - else if ( bbcode == 'email' ) - { - element.name = 'a'; - element.attributes.href = 'mailto:' + element.children[ 0 ].value; - } - - delete element.attributes.bbcode; - } - }, - 'ol' : function ( element ) - { - if ( element.attributes.listType ) - { - if ( element.attributes.listType != 'decimal' ) - element.attributes.style = 'list-style-type:' + element.attributes.listType; - } - else - element.name = 'ul'; - - delete element.attributes.listType; - }, - a : function( element ) - { - if ( !element.attributes.href ) - element.attributes.href = element.children[ 0 ].value; - }, - 'smiley' : function( element ) - { - element.name = 'img'; - - var description = element.attributes.desc, - image = config.smiley_images[ CKEDITOR.tools.indexOf( config.smiley_descriptions, description ) ], - src = CKEDITOR.tools.htmlEncode( config.smiley_path + image ); - - element.attributes = - { - src : src, - 'data-cke-saved-src' : src, - title : description, - alt : description - }; - } - } - } ); - - editor.dataProcessor.htmlFilter.addRules( - { - elements : - { - $ : function( element ) - { - var attributes = element.attributes, - style = parseStyleText( attributes.style ), - value; - - var tagName = element.name; - if ( tagName in convertMap ) - tagName = convertMap[ tagName ]; - else if ( tagName == 'span' ) - { - if ( ( value = style.color ) ) - { - tagName = 'color'; - value = RGBToHex( value ); - } - else if ( ( value = style[ 'font-size' ] ) ) - { - var percentValue = value.match( /(\d+)%$/ ); - if ( percentValue ) - { - value = percentValue[ 1 ]; - tagName = 'size'; - } - } - } - else if ( tagName == 'ol' || tagName == 'ul' ) - { - if ( ( value = style[ 'list-style-type'] ) ) - { - switch ( value ) - { - case 'lower-alpha': - value = 'a'; - break; - case 'upper-alpha': - value = 'A'; - break; - } - } - else if ( tagName == 'ol' ) - value = 1; - - tagName = 'list'; - } - else if ( tagName == 'blockquote' ) - { - try - { - var cite = element.children[ 0 ], - quoted = element.children[ 1 ], - citeText = cite.name == 'cite' && cite.children[ 0 ].value; - - if ( citeText ) - { - value = '"' + citeText + '"'; - element.children = quoted.children; - } - - } - catch( er ) - { - } - - tagName = 'quote'; - } - else if ( tagName == 'a' ) - { - if ( ( value = attributes.href ) ) - { - if ( value.indexOf( 'mailto:' ) !== -1 ) - { - tagName = 'email'; - // [email] should have a single text child with email address. - element.children = [ new CKEDITOR.htmlParser.text( value.replace( 'mailto:', '' ) ) ]; - value = ''; - } - else - { - var singleton = element.children.length == 1 && element.children[ 0 ]; - if ( singleton - && singleton.type == CKEDITOR.NODE_TEXT - && singleton.value == value ) - value = ''; - - tagName = 'url'; - } - } - } - else if ( tagName == 'img' ) - { - element.isEmpty = 0; - - // Translate smiley (image) to text emotion. - var src = attributes[ 'data-cke-saved-src' ]; - if ( src && src.indexOf( editor.config.smiley_path ) != -1 ) - return new CKEDITOR.htmlParser.text( smileyMap[ attributes.alt ] ); - else - element.children = [ new CKEDITOR.htmlParser.text( src ) ]; - } - - element.name = tagName; - value && ( element.attributes.option = value ); - - return null; - }, - - // Remove any bogus br from the end of a pseudo block, - // e.g. <div>some text<br /><p>paragraph</p></div> - br : function( element ) - { - var next = element.next; - if ( next && next.name in blockLikeTags ) - return false; - } - } - }, 1 ); - - editor.dataProcessor.writer = BBCodeWriter; - - editor.on( 'beforeSetMode', function( evt ) - { - evt.removeListener(); - var wysiwyg = editor._.modes[ 'wysiwyg' ]; - wysiwyg.loadData = CKEDITOR.tools.override( wysiwyg.loadData, function( org ) - { - return function( data ) - { - return ( org.call( this, BBCodeToHtml( data ) ) ); - }; - } ); - } ); - }, - - afterInit : function( editor ) - { - var filters; - if ( editor._.elementsPath ) - { - // Eliminate irrelevant elements from displaying, e.g body and p. - if ( ( filters = editor._.elementsPath.filters ) ) - filters.push( function( element ) - { - var htmlName = element.getName(), - name = tagnameMap[ htmlName ] || false; - - // Specialized anchor presents as email. - if ( name == 'link' && element.getAttribute( 'href' ).indexOf( 'mailto:' ) === 0 ) - name = 'email'; - // Styled span could be either size or color. - else if ( htmlName == 'span' ) - { - if ( element.getStyle( 'font-size' ) ) - name = 'size'; - else if ( element.getStyle( 'color' ) ) - name = 'color'; - } - else if ( name == 'img' ) - { - var src = element.data( 'cke-saved-src' ); - if ( src && src.indexOf( editor.config.smiley_path ) === 0 ) - name = 'smiley'; - } - - return name; - }); - } - } - } ); - -})(); diff --git a/skins/ckeditor/_source/plugins/bidi/plugin.js b/skins/ckeditor/_source/plugins/bidi/plugin.js deleted file mode 100644 index 2233ee1..0000000 --- a/skins/ckeditor/_source/plugins/bidi/plugin.js +++ /dev/null @@ -1,334 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - var guardElements = { table:1, ul:1, ol:1, blockquote:1, div:1 }, - directSelectionGuardElements = {}, - // All guard elements which can have a direction applied on them. - allGuardElements = {}; - CKEDITOR.tools.extend( directSelectionGuardElements, guardElements, { tr:1, p:1, div:1, li:1 } ); - CKEDITOR.tools.extend( allGuardElements, directSelectionGuardElements, { td:1 } ); - - function onSelectionChange( e ) - { - setToolbarStates( e ); - handleMixedDirContent( e ); - } - - function setToolbarStates( evt ) - { - var editor = evt.editor, - path = evt.data.path; - - if ( editor.readOnly ) - return; - - var useComputedState = editor.config.useComputedState, - selectedElement; - - useComputedState = useComputedState === undefined || useComputedState; - - // We can use computedState provided by the browser or traverse parents manually. - if ( !useComputedState ) - selectedElement = getElementForDirection( path.lastElement ); - - selectedElement = selectedElement || path.block || path.blockLimit; - - // If we're having BODY here, user probably done CTRL+A, let's try to get the enclosed node, if any. - if ( selectedElement.is( 'body' ) ) - { - var enclosedNode = editor.getSelection().getRanges()[ 0 ].getEnclosedNode(); - enclosedNode && enclosedNode.type == CKEDITOR.NODE_ELEMENT && ( selectedElement = enclosedNode ); - } - - if ( !selectedElement ) - return; - - var selectionDir = useComputedState ? - selectedElement.getComputedStyle( 'direction' ) : - selectedElement.getStyle( 'direction' ) || selectedElement.getAttribute( 'dir' ); - - editor.getCommand( 'bidirtl' ).setState( selectionDir == 'rtl' ? CKEDITOR.TRISTATE_ON : CKEDITOR.TRISTATE_OFF ); - editor.getCommand( 'bidiltr' ).setState( selectionDir == 'ltr' ? CKEDITOR.TRISTATE_ON : CKEDITOR.TRISTATE_OFF ); - } - - function handleMixedDirContent( evt ) - { - var editor = evt.editor, - directionNode = evt.data.path.block || evt.data.path.blockLimit; - - editor.fire( 'contentDirChanged', directionNode ? directionNode.getComputedStyle( 'direction' ) : editor.lang.dir ); - } - - /** - * Returns element with possibility of applying the direction. - * @param node - */ - function getElementForDirection( node ) - { - while ( node && !( node.getName() in allGuardElements || node.is( 'body' ) ) ) - { - var parent = node.getParent(); - if ( !parent ) - break; - - node = parent; - } - - return node; - } - - function switchDir( element, dir, editor, database ) - { - if ( element.isReadOnly() ) - return; - - // Mark this element as processed by switchDir. - CKEDITOR.dom.element.setMarker( database, element, 'bidi_processed', 1 ); - - // Check whether one of the ancestors has already been styled. - var parent = element; - while ( ( parent = parent.getParent() ) && !parent.is( 'body' ) ) - { - if ( parent.getCustomData( 'bidi_processed' ) ) - { - // Ancestor style must dominate. - element.removeStyle( 'direction' ); - element.removeAttribute( 'dir' ); - return; - } - } - - var useComputedState = ( 'useComputedState' in editor.config ) ? editor.config.useComputedState : 1; - - var elementDir = useComputedState ? element.getComputedStyle( 'direction' ) - : element.getStyle( 'direction' ) || element.hasAttribute( 'dir' ); - - // Stop if direction is same as present. - if ( elementDir == dir ) - return; - - // Clear direction on this element. - element.removeStyle( 'direction' ); - - // Do the second check when computed state is ON, to check - // if we need to apply explicit direction on this element. - if ( useComputedState ) - { - element.removeAttribute( 'dir' ); - if ( dir != element.getComputedStyle( 'direction' ) ) - element.setAttribute( 'dir', dir ); - } - else - // Set new direction for this element. - element.setAttribute( 'dir', dir ); - - editor.forceNextSelectionCheck(); - - return; - } - - function getFullySelected( range, elements, enterMode ) - { - var ancestor = range.getCommonAncestor( false, true ); - - range = range.clone(); - range.enlarge( enterMode == CKEDITOR.ENTER_BR ? - CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS - : CKEDITOR.ENLARGE_BLOCK_CONTENTS ); - - if ( range.checkBoundaryOfElement( ancestor, CKEDITOR.START ) - && range.checkBoundaryOfElement( ancestor, CKEDITOR.END ) ) - { - var parent; - while ( ancestor && ancestor.type == CKEDITOR.NODE_ELEMENT - && ( parent = ancestor.getParent() ) - && parent.getChildCount() == 1 - && !( ancestor.getName() in elements ) ) - ancestor = parent; - - return ancestor.type == CKEDITOR.NODE_ELEMENT - && ( ancestor.getName() in elements ) - && ancestor; - } - } - - function bidiCommand( dir ) - { - return function( editor ) - { - var selection = editor.getSelection(), - enterMode = editor.config.enterMode, - ranges = selection.getRanges(); - - if ( ranges && ranges.length ) - { - var database = {}; - - // Creates bookmarks for selection, as we may split some blocks. - var bookmarks = selection.createBookmarks(); - - var rangeIterator = ranges.createIterator(), - range, - i = 0; - - while ( ( range = rangeIterator.getNextRange( 1 ) ) ) - { - // Apply do directly selected elements from guardElements. - var selectedElement = range.getEnclosedNode(); - - // If this is not our element of interest, apply to fully selected elements from guardElements. - if ( !selectedElement || selectedElement - && !( selectedElement.type == CKEDITOR.NODE_ELEMENT && selectedElement.getName() in directSelectionGuardElements ) - ) - selectedElement = getFullySelected( range, guardElements, enterMode ); - - selectedElement && switchDir( selectedElement, dir, editor, database ); - - var iterator, - block; - - // Walker searching for guardElements. - var walker = new CKEDITOR.dom.walker( range ); - - var start = bookmarks[ i ].startNode, - end = bookmarks[ i++ ].endNode; - - walker.evaluator = function( node ) - { - return !! ( node.type == CKEDITOR.NODE_ELEMENT - && node.getName() in guardElements - && !( node.getName() == ( enterMode == CKEDITOR.ENTER_P ? 'p' : 'div' ) - && node.getParent().type == CKEDITOR.NODE_ELEMENT - && node.getParent().getName() == 'blockquote' ) - // Element must be fully included in the range as well. (#6485). - && node.getPosition( start ) & CKEDITOR.POSITION_FOLLOWING - && ( ( node.getPosition( end ) & CKEDITOR.POSITION_PRECEDING + CKEDITOR.POSITION_CONTAINS ) == CKEDITOR.POSITION_PRECEDING ) ); - }; - - while ( ( block = walker.next() ) ) - switchDir( block, dir, editor, database ); - - iterator = range.createIterator(); - iterator.enlargeBr = enterMode != CKEDITOR.ENTER_BR; - - while ( ( block = iterator.getNextParagraph( enterMode == CKEDITOR.ENTER_P ? 'p' : 'div' ) ) ) - switchDir( block, dir, editor, database ); - } - - CKEDITOR.dom.element.clearAllMarkers( database ); - - editor.forceNextSelectionCheck(); - // Restore selection position. - selection.selectBookmarks( bookmarks ); - - editor.focus(); - } - }; - } - - CKEDITOR.plugins.add( 'bidi', - { - requires : [ 'styles', 'button' ], - - init : function( editor ) - { - // All buttons use the same code to register. So, to avoid - // duplications, let's use this tool function. - var addButtonCommand = function( buttonName, buttonLabel, commandName, commandExec ) - { - editor.addCommand( commandName, new CKEDITOR.command( editor, { exec : commandExec }) ); - - editor.ui.addButton( buttonName, - { - label : buttonLabel, - command : commandName - }); - }; - - var lang = editor.lang.bidi; - - addButtonCommand( 'BidiLtr', lang.ltr, 'bidiltr', bidiCommand( 'ltr' ) ); - addButtonCommand( 'BidiRtl', lang.rtl, 'bidirtl', bidiCommand( 'rtl' ) ); - - editor.on( 'selectionChange', onSelectionChange ); - editor.on( 'contentDom', function() - { - editor.document.on( 'dirChanged', function( evt ) - { - editor.fire( 'dirChanged', - { - node : evt.data, - dir : evt.data.getDirection( 1 ) - } ); - }); - }); - } - }); - - // If the element direction changed, we need to switch the margins of - // the element and all its children, so it will get really reflected - // like a mirror. (#5910) - function isOffline( el ) - { - var html = el.getDocument().getBody().getParent(); - while ( el ) - { - if ( el.equals( html ) ) - return false; - el = el.getParent(); - } - return true; - } - function dirChangeNotifier( org ) - { - var isAttribute = org == elementProto.setAttribute, - isRemoveAttribute = org == elementProto.removeAttribute, - dirStyleRegexp = /\bdirection\s*:\s*(.*?)\s*(:?$|;)/; - - return function( name, val ) - { - if ( !this.getDocument().equals( CKEDITOR.document ) ) - { - var orgDir; - if ( ( name == ( isAttribute || isRemoveAttribute ? 'dir' : 'direction' ) || - name == 'style' && ( isRemoveAttribute || dirStyleRegexp.test( val ) ) ) && !isOffline( this ) ) - { - orgDir = this.getDirection( 1 ); - var retval = org.apply( this, arguments ); - if ( orgDir != this.getDirection( 1 ) ) - { - this.getDocument().fire( 'dirChanged', this ); - return retval; - } - } - } - - return org.apply( this, arguments ); - }; - } - - var elementProto = CKEDITOR.dom.element.prototype, - methods = [ 'setStyle', 'removeStyle', 'setAttribute', 'removeAttribute' ]; - for ( var i = 0; i < methods.length; i++ ) - elementProto[ methods[ i ] ] = CKEDITOR.tools.override( elementProto[ methods [ i ] ], dirChangeNotifier ); -})(); - -/** - * Fired when the language direction of an element is changed - * @name CKEDITOR.editor#dirChanged - * @event - * @param {CKEDITOR.editor} editor This editor instance. - * @param {Object} eventData.node The element that is being changed. - * @param {String} eventData.dir The new direction. - */ - -/** - * Fired when the language direction in the specific cursor position is changed - * @name CKEDITOR.editor#contentDirChanged - * @event - * @param {String} eventData The direction in the current position. - */ diff --git a/skins/ckeditor/_source/plugins/blockquote/plugin.js b/skins/ckeditor/_source/plugins/blockquote/plugin.js deleted file mode 100644 index dc4eb8c..0000000 --- a/skins/ckeditor/_source/plugins/blockquote/plugin.js +++ /dev/null @@ -1,305 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file Blockquote. - */ - -(function() -{ - function getState( editor, path ) - { - var firstBlock = path.block || path.blockLimit; - - if ( !firstBlock || firstBlock.getName() == 'body' ) - return CKEDITOR.TRISTATE_OFF; - - // See if the first block has a blockquote parent. - if ( firstBlock.getAscendant( 'blockquote', true ) ) - return CKEDITOR.TRISTATE_ON; - - return CKEDITOR.TRISTATE_OFF; - } - - function onSelectionChange( evt ) - { - var editor = evt.editor; - if ( editor.readOnly ) - return; - - var command = editor.getCommand( 'blockquote' ); - command.state = getState( editor, evt.data.path ); - command.fire( 'state' ); - } - - function noBlockLeft( bqBlock ) - { - for ( var i = 0, length = bqBlock.getChildCount(), child ; i < length && ( child = bqBlock.getChild( i ) ) ; i++ ) - { - if ( child.type == CKEDITOR.NODE_ELEMENT && child.isBlockBoundary() ) - return false; - } - return true; - } - - var commandObject = - { - exec : function( editor ) - { - var state = editor.getCommand( 'blockquote' ).state, - selection = editor.getSelection(), - range = selection && selection.getRanges( true )[0]; - - if ( !range ) - return; - - var bookmarks = selection.createBookmarks(); - - // Kludge for #1592: if the bookmark nodes are in the beginning of - // blockquote, then move them to the nearest block element in the - // blockquote. - if ( CKEDITOR.env.ie ) - { - var bookmarkStart = bookmarks[0].startNode, - bookmarkEnd = bookmarks[0].endNode, - cursor; - - if ( bookmarkStart && bookmarkStart.getParent().getName() == 'blockquote' ) - { - cursor = bookmarkStart; - while ( ( cursor = cursor.getNext() ) ) - { - if ( cursor.type == CKEDITOR.NODE_ELEMENT && - cursor.isBlockBoundary() ) - { - bookmarkStart.move( cursor, true ); - break; - } - } - } - - if ( bookmarkEnd - && bookmarkEnd.getParent().getName() == 'blockquote' ) - { - cursor = bookmarkEnd; - while ( ( cursor = cursor.getPrevious() ) ) - { - if ( cursor.type == CKEDITOR.NODE_ELEMENT && - cursor.isBlockBoundary() ) - { - bookmarkEnd.move( cursor ); - break; - } - } - } - } - - var iterator = range.createIterator(), - block; - iterator.enlargeBr = editor.config.enterMode != CKEDITOR.ENTER_BR; - - if ( state == CKEDITOR.TRISTATE_OFF ) - { - var paragraphs = []; - while ( ( block = iterator.getNextParagraph() ) ) - paragraphs.push( block ); - - // If no paragraphs, create one from the current selection position. - if ( paragraphs.length < 1 ) - { - var para = editor.document.createElement( editor.config.enterMode == CKEDITOR.ENTER_P ? 'p' : 'div' ), - firstBookmark = bookmarks.shift(); - range.insertNode( para ); - para.append( new CKEDITOR.dom.text( '\ufeff', editor.document ) ); - range.moveToBookmark( firstBookmark ); - range.selectNodeContents( para ); - range.collapse( true ); - firstBookmark = range.createBookmark(); - paragraphs.push( para ); - bookmarks.unshift( firstBookmark ); - } - - // Make sure all paragraphs have the same parent. - var commonParent = paragraphs[0].getParent(), - tmp = []; - for ( var i = 0 ; i < paragraphs.length ; i++ ) - { - block = paragraphs[i]; - commonParent = commonParent.getCommonAncestor( block.getParent() ); - } - - // The common parent must not be the following tags: table, tbody, tr, ol, ul. - var denyTags = { table : 1, tbody : 1, tr : 1, ol : 1, ul : 1 }; - while ( denyTags[ commonParent.getName() ] ) - commonParent = commonParent.getParent(); - - // Reconstruct the block list to be processed such that all resulting blocks - // satisfy parentNode.equals( commonParent ). - var lastBlock = null; - while ( paragraphs.length > 0 ) - { - block = paragraphs.shift(); - while ( !block.getParent().equals( commonParent ) ) - block = block.getParent(); - if ( !block.equals( lastBlock ) ) - tmp.push( block ); - lastBlock = block; - } - - // If any of the selected blocks is a blockquote, remove it to prevent - // nested blockquotes. - while ( tmp.length > 0 ) - { - block = tmp.shift(); - if ( block.getName() == 'blockquote' ) - { - var docFrag = new CKEDITOR.dom.documentFragment( editor.document ); - while ( block.getFirst() ) - { - docFrag.append( block.getFirst().remove() ); - paragraphs.push( docFrag.getLast() ); - } - - docFrag.replace( block ); - } - else - paragraphs.push( block ); - } - - // Now we have all the blocks to be included in a new blockquote node. - var bqBlock = editor.document.createElement( 'blockquote' ); - bqBlock.insertBefore( paragraphs[0] ); - while ( paragraphs.length > 0 ) - { - block = paragraphs.shift(); - bqBlock.append( block ); - } - } - else if ( state == CKEDITOR.TRISTATE_ON ) - { - var moveOutNodes = [], - database = {}; - - while ( ( block = iterator.getNextParagraph() ) ) - { - var bqParent = null, - bqChild = null; - while ( block.getParent() ) - { - if ( block.getParent().getName() == 'blockquote' ) - { - bqParent = block.getParent(); - bqChild = block; - break; - } - block = block.getParent(); - } - - // Remember the blocks that were recorded down in the moveOutNodes array - // to prevent duplicates. - if ( bqParent && bqChild && !bqChild.getCustomData( 'blockquote_moveout' ) ) - { - moveOutNodes.push( bqChild ); - CKEDITOR.dom.element.setMarker( database, bqChild, 'blockquote_moveout', true ); - } - } - - CKEDITOR.dom.element.clearAllMarkers( database ); - - var movedNodes = [], - processedBlockquoteBlocks = []; - - database = {}; - while ( moveOutNodes.length > 0 ) - { - var node = moveOutNodes.shift(); - bqBlock = node.getParent(); - - // If the node is located at the beginning or the end, just take it out - // without splitting. Otherwise, split the blockquote node and move the - // paragraph in between the two blockquote nodes. - if ( !node.getPrevious() ) - node.remove().insertBefore( bqBlock ); - else if ( !node.getNext() ) - node.remove().insertAfter( bqBlock ); - else - { - node.breakParent( node.getParent() ); - processedBlockquoteBlocks.push( node.getNext() ); - } - - // Remember the blockquote node so we can clear it later (if it becomes empty). - if ( !bqBlock.getCustomData( 'blockquote_processed' ) ) - { - processedBlockquoteBlocks.push( bqBlock ); - CKEDITOR.dom.element.setMarker( database, bqBlock, 'blockquote_processed', true ); - } - - movedNodes.push( node ); - } - - CKEDITOR.dom.element.clearAllMarkers( database ); - - // Clear blockquote nodes that have become empty. - for ( i = processedBlockquoteBlocks.length - 1 ; i >= 0 ; i-- ) - { - bqBlock = processedBlockquoteBlocks[i]; - if ( noBlockLeft( bqBlock ) ) - bqBlock.remove(); - } - - if ( editor.config.enterMode == CKEDITOR.ENTER_BR ) - { - var firstTime = true; - while ( movedNodes.length ) - { - node = movedNodes.shift(); - - if ( node.getName() == 'div' ) - { - docFrag = new CKEDITOR.dom.documentFragment( editor.document ); - var needBeginBr = firstTime && node.getPrevious() && - !( node.getPrevious().type == CKEDITOR.NODE_ELEMENT && node.getPrevious().isBlockBoundary() ); - if ( needBeginBr ) - docFrag.append( editor.document.createElement( 'br' ) ); - - var needEndBr = node.getNext() && - !( node.getNext().type == CKEDITOR.NODE_ELEMENT && node.getNext().isBlockBoundary() ); - while ( node.getFirst() ) - node.getFirst().remove().appendTo( docFrag ); - - if ( needEndBr ) - docFrag.append( editor.document.createElement( 'br' ) ); - - docFrag.replace( node ); - firstTime = false; - } - } - } - } - - selection.selectBookmarks( bookmarks ); - editor.focus(); - } - }; - - CKEDITOR.plugins.add( 'blockquote', - { - init : function( editor ) - { - editor.addCommand( 'blockquote', commandObject ); - - editor.ui.addButton( 'Blockquote', - { - label : editor.lang.blockquote, - command : 'blockquote' - } ); - - editor.on( 'selectionChange', onSelectionChange ); - }, - - requires : [ 'domiterator' ] - } ); -})(); diff --git a/skins/ckeditor/_source/plugins/button/plugin.js b/skins/ckeditor/_source/plugins/button/plugin.js deleted file mode 100644 index 7655229..0000000 --- a/skins/ckeditor/_source/plugins/button/plugin.js +++ /dev/null @@ -1,290 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'button', -{ - beforeInit : function( editor ) - { - editor.ui.addHandler( CKEDITOR.UI_BUTTON, CKEDITOR.ui.button.handler ); - } -}); - -/** - * Button UI element. - * @constant - * @example - */ -CKEDITOR.UI_BUTTON = 'button'; - -/** - * Represents a button UI element. This class should not be called directly. To - * create new buttons use {@link CKEDITOR.ui.prototype.addButton} instead. - * @constructor - * @param {Object} definition The button definition. - * @example - */ -CKEDITOR.ui.button = function( definition ) -{ - // Copy all definition properties to this object. - CKEDITOR.tools.extend( this, definition, - // Set defaults. - { - title : definition.label, - className : definition.className || ( definition.command && 'cke_button_' + definition.command ) || '', - click : definition.click || function( editor ) - { - editor.execCommand( definition.command ); - } - }); - - this._ = {}; -}; - -/** - * Transforms a button definition in a {@link CKEDITOR.ui.button} instance. - * @type Object - * @example - */ -CKEDITOR.ui.button.handler = -{ - create : function( definition ) - { - return new CKEDITOR.ui.button( definition ); - } -}; - -( function() -{ -CKEDITOR.ui.button.prototype = -{ - /** - * Renders the button. - * @param {CKEDITOR.editor} editor The editor instance which this button is - * to be used by. - * @param {Array} output The output array to which append the HTML relative - * to this button. - * @example - */ - render : function( editor, output ) - { - var env = CKEDITOR.env, - id = this._.id = CKEDITOR.tools.getNextId(), - classes = '', - command = this.command, // Get the command name. - clickFn; - - this._.editor = editor; - - var instance = - { - id : id, - button : this, - editor : editor, - focus : function() - { - var element = CKEDITOR.document.getById( id ); - element.focus(); - }, - execute : function() - { - // IE 6 needs some time before execution (#7922) - if ( CKEDITOR.env.ie && CKEDITOR.env.version < 7 ) - CKEDITOR.tools.setTimeout( function(){ this.button.click( editor ); }, 0, this ); - else - this.button.click( editor ); - } - }; - - var keydownFn = CKEDITOR.tools.addFunction( function( ev ) - { - if ( instance.onkey ) - { - ev = new CKEDITOR.dom.event( ev ); - return ( instance.onkey( instance, ev.getKeystroke() ) !== false ); - } - }); - - var focusFn = CKEDITOR.tools.addFunction( function( ev ) - { - var retVal; - - if ( instance.onfocus ) - retVal = ( instance.onfocus( instance, new CKEDITOR.dom.event( ev ) ) !== false ); - - // FF2: prevent focus event been bubbled up to editor container, which caused unexpected editor focus. - if ( CKEDITOR.env.gecko && CKEDITOR.env.version < 10900 ) - ev.preventBubble(); - return retVal; - }); - - instance.clickFn = clickFn = CKEDITOR.tools.addFunction( instance.execute, instance ); - - - // Indicate a mode sensitive button. - if ( this.modes ) - { - var modeStates = {}; - - function updateState() - { - // "this" is a CKEDITOR.ui.button instance. - - var mode = editor.mode; - - if ( mode ) - { - // Restore saved button state. - var state = this.modes[ mode ] ? modeStates[ mode ] != undefined ? modeStates[ mode ] : - CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED; - - this.setState( editor.readOnly && !this.readOnly ? CKEDITOR.TRISTATE_DISABLED : state ); - } - } - - editor.on( 'beforeModeUnload', function() - { - if ( editor.mode && this._.state != CKEDITOR.TRISTATE_DISABLED ) - modeStates[ editor.mode ] = this._.state; - }, this ); - - editor.on( 'mode', updateState, this); - - // If this button is sensitive to readOnly state, update it accordingly. - !this.readOnly && editor.on( 'readOnly', updateState, this); - } - else if ( command ) - { - // Get the command instance. - command = editor.getCommand( command ); - - if ( command ) - { - command.on( 'state', function() - { - this.setState( command.state ); - }, this); - - classes += 'cke_' + ( - command.state == CKEDITOR.TRISTATE_ON ? 'on' : - command.state == CKEDITOR.TRISTATE_DISABLED ? 'disabled' : - 'off' ); - } - } - - if ( !command ) - classes += 'cke_off'; - - if ( this.className ) - classes += ' ' + this.className; - - output.push( - '<span class="cke_button' + ( this.icon && this.icon.indexOf( '.png' ) == -1 ? ' cke_noalphafix' : '' ) + '">', - '<a id="', id, '"' + - ' class="', classes, '"', - env.gecko && env.version >= 10900 && !env.hc ? '' : '" href="javascript:void(\''+ ( this.title || '' ).replace( "'", '' )+ '\')"', - ' title="', this.title, '"' + - ' tabindex="-1"' + - ' hidefocus="true"' + - ' role="button"' + - ' aria-labelledby="' + id + '_label"' + - ( this.hasArrow ? ' aria-haspopup="true"' : '' ) ); - - // Some browsers don't cancel key events in the keydown but in the - // keypress. - // TODO: Check if really needed for Gecko+Mac. - if ( env.opera || ( env.gecko && env.mac ) ) - { - output.push( - ' onkeypress="return false;"' ); - } - - // With Firefox, we need to force the button to redraw, otherwise it - // will remain in the focus state. - if ( env.gecko ) - { - output.push( - ' onblur="this.style.cssText = this.style.cssText;"' ); - } - - output.push( - ' onkeydown="return CKEDITOR.tools.callFunction(', keydownFn, ', event);"' + - ' onfocus="return CKEDITOR.tools.callFunction(', focusFn,', event);" ' + - ( CKEDITOR.env.ie ? 'onclick="return false;" onmouseup' : 'onclick' ) + // #188 - '="CKEDITOR.tools.callFunction(', clickFn, ', this); return false;">' + - '<span class="cke_icon"' ); - - if ( this.icon ) - { - var offset = ( this.iconOffset || 0 ) * -16; - output.push( ' style="background-image:url(', CKEDITOR.getUrl( this.icon ), ');background-position:0 ' + offset + 'px;"' ); - } - - output.push( - '> </span>' + - '<span id="', id, '_label" class="cke_label">', this.label, '</span>' ); - - if ( this.hasArrow ) - { - output.push( - '<span class="cke_buttonarrow">' - // BLACK DOWN-POINTING TRIANGLE - + ( CKEDITOR.env.hc ? '▼' : ' ' ) - + '</span>' ); - } - - output.push( - '</a>', - '</span>' ); - - if ( this.onRender ) - this.onRender(); - - return instance; - }, - - setState : function( state ) - { - if ( this._.state == state ) - return false; - - this._.state = state; - - var element = CKEDITOR.document.getById( this._.id ); - - if ( element ) - { - element.setState( state ); - state == CKEDITOR.TRISTATE_DISABLED ? - element.setAttribute( 'aria-disabled', true ) : - element.removeAttribute( 'aria-disabled' ); - - state == CKEDITOR.TRISTATE_ON ? - element.setAttribute( 'aria-pressed', true ) : - element.removeAttribute( 'aria-pressed' ); - - return true; - } - else - return false; - } -}; - -})(); - -/** - * Adds a button definition to the UI elements list. - * @param {String} name The button name. - * @param {Object} definition The button definition. - * @example - * editorInstance.ui.addButton( 'MyBold', - * { - * label : 'My Bold', - * command : 'bold' - * }); - */ -CKEDITOR.ui.prototype.addButton = function( name, definition ) -{ - this.add( name, CKEDITOR.UI_BUTTON, definition ); -}; diff --git a/skins/ckeditor/_source/plugins/clipboard/dialogs/paste.js b/skins/ckeditor/_source/plugins/clipboard/dialogs/paste.js deleted file mode 100644 index 9a659ed..0000000 --- a/skins/ckeditor/_source/plugins/clipboard/dialogs/paste.js +++ /dev/null @@ -1,223 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add( 'paste', function( editor ) -{ - var lang = editor.lang.clipboard; - var isCustomDomain = CKEDITOR.env.isCustomDomain(); - - function onPasteFrameLoad( win ) - { - var doc = new CKEDITOR.dom.document( win.document ), - docElement = doc.$; - - var script = doc.getById( 'cke_actscrpt' ); - script && script.remove(); - - CKEDITOR.env.ie ? - docElement.body.contentEditable = "true" : - docElement.designMode = "on"; - - // IE before version 8 will leave cursor blinking inside the document after - // editor blurred unless we clean up the selection. (#4716) - if ( CKEDITOR.env.ie && CKEDITOR.env.version < 8 ) - { - doc.getWindow().on( 'blur', function() - { - docElement.selection.empty(); - } ); - } - - doc.on( "keydown", function( e ) - { - var domEvent = e.data, - key = domEvent.getKeystroke(), - processed; - - switch( key ) - { - case 27 : - this.hide(); - processed = 1; - break; - - case 9 : - case CKEDITOR.SHIFT + 9 : - this.changeFocus( true ); - processed = 1; - } - - processed && domEvent.preventDefault(); - }, this ); - - editor.fire( 'ariaWidget', new CKEDITOR.dom.element( win.frameElement ) ); - } - - return { - title : lang.title, - - minWidth : CKEDITOR.env.ie && CKEDITOR.env.quirks ? 370 : 350, - minHeight : CKEDITOR.env.quirks ? 250 : 245, - onShow : function() - { - // FIREFOX BUG: Force the browser to render the dialog to make the to-be- - // inserted iframe editable. (#3366) - this.parts.dialog.$.offsetHeight; - - this.setupContent(); - }, - - onHide : function() - { - if ( CKEDITOR.env.ie ) - this.getParentEditor().document.getBody().$.contentEditable = 'true'; - }, - - onLoad : function() - { - if ( ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) && editor.lang.dir == 'rtl' ) - this.parts.contents.setStyle( 'overflow', 'hidden' ); - }, - - onOk : function() - { - this.commitContent(); - }, - - contents : [ - { - id : 'general', - label : editor.lang.common.generalTab, - elements : [ - { - type : 'html', - id : 'securityMsg', - html : '<div style="white-space:normal;width:340px;">' + lang.securityMsg + '</div>' - }, - { - type : 'html', - id : 'pasteMsg', - html : '<div style="white-space:normal;width:340px;">'+lang.pasteMsg +'</div>' - }, - { - type : 'html', - id : 'editing_area', - style : 'width: 100%; height: 100%;', - html : '', - focus : function() - { - var win = this.getInputElement().$.contentWindow; - - // #3291 : JAWS needs the 500ms delay to detect that the editor iframe - // iframe is no longer editable. So that it will put the focus into the - // Paste from Word dialog's editable area instead. - setTimeout( function() - { - win.focus(); - }, 500 ); - }, - setup : function() - { - var dialog = this.getDialog(); - var htmlToLoad = - '<html dir="' + editor.config.contentsLangDirection + '"' + - ' lang="' + ( editor.config.contentsLanguage || editor.langCode ) + '">' + - '<head><style>body { margin: 3px; height: 95%; } </style></head><body>' + - '<script id="cke_actscrpt" type="text/javascript">' + - 'window.parent.CKEDITOR.tools.callFunction( ' + CKEDITOR.tools.addFunction( onPasteFrameLoad, dialog ) + ', this );' + - '</script></body>' + - '</html>'; - - var src = - CKEDITOR.env.air ? - 'javascript:void(0)' : - isCustomDomain ? - 'javascript:void((function(){' + - 'document.open();' + - 'document.domain=\'' + document.domain + '\';' + - 'document.close();' + - '})())"' - : - ''; - - var iframe = CKEDITOR.dom.element.createFromHtml( - '<iframe' + - ' class="cke_pasteframe"' + - ' frameborder="0" ' + - ' allowTransparency="true"' + - ' src="' + src + '"' + - ' role="region"' + - ' aria-label="' + lang.pasteArea + '"' + - ' aria-describedby="' + dialog.getContentElement( 'general', 'pasteMsg' ).domId + '"' + - ' aria-multiple="true"' + - '></iframe>' ); - - iframe.on( 'load', function( e ) - { - e.removeListener(); - - var doc = iframe.getFrameDocument(); - doc.write( htmlToLoad ); - - if ( CKEDITOR.env.air ) - onPasteFrameLoad.call( this, doc.getWindow().$ ); - }, dialog ); - - iframe.setCustomData( 'dialog', dialog ); - - var container = this.getElement(); - container.setHtml( '' ); - container.append( iframe ); - - // IE need a redirect on focus to make - // the cursor blinking inside iframe. (#5461) - if ( CKEDITOR.env.ie ) - { - var focusGrabber = CKEDITOR.dom.element.createFromHtml( '<span tabindex="-1" style="position:absolute;" role="presentation"></span>' ); - focusGrabber.on( 'focus', function() - { - iframe.$.contentWindow.focus(); - }); - container.append( focusGrabber ); - - // Override focus handler on field. - this.focus = function() - { - focusGrabber.focus(); - this.fire( 'focus' ); - }; - } - - this.getInputElement = function(){ return iframe; }; - - // Force container to scale in IE. - if ( CKEDITOR.env.ie ) - { - container.setStyle( 'display', 'block' ); - container.setStyle( 'height', ( iframe.$.offsetHeight + 2 ) + 'px' ); - } - }, - commit : function( data ) - { - var container = this.getElement(), - editor = this.getDialog().getParentEditor(), - body = this.getInputElement().getFrameDocument().getBody(), - bogus = body.getBogus(), - html; - bogus && bogus.remove(); - - // Saving the contents so changes until paste is complete will not take place (#7500) - html = body.getHtml(); - - setTimeout( function(){ - editor.fire( 'paste', { 'html' : html } ); - }, 0 ); - } - } - ] - } - ] - }; -}); diff --git a/skins/ckeditor/_source/plugins/clipboard/plugin.js b/skins/ckeditor/_source/plugins/clipboard/plugin.js deleted file mode 100644 index 3c53ab1..0000000 --- a/skins/ckeditor/_source/plugins/clipboard/plugin.js +++ /dev/null @@ -1,453 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file Clipboard support - */ - -(function() -{ - // Tries to execute any of the paste, cut or copy commands in IE. Returns a - // boolean indicating that the operation succeeded. - var execIECommand = function( editor, command ) - { - var doc = editor.document, - body = doc.getBody(); - - var enabled = 0; - var onExec = function() - { - enabled = 1; - }; - - // The following seems to be the only reliable way to detect that - // clipboard commands are enabled in IE. It will fire the - // onpaste/oncut/oncopy events only if the security settings allowed - // the command to execute. - body.on( command, onExec ); - - // IE6/7: document.execCommand has problem to paste into positioned element. - ( CKEDITOR.env.version > 7 ? doc.$ : doc.$.selection.createRange() ) [ 'execCommand' ]( command ); - - body.removeListener( command, onExec ); - - return enabled; - }; - - // Attempts to execute the Cut and Copy operations. - var tryToCutCopy = - CKEDITOR.env.ie ? - function( editor, type ) - { - return execIECommand( editor, type ); - } - : // !IE. - function( editor, type ) - { - try - { - // Other browsers throw an error if the command is disabled. - return editor.document.$.execCommand( type, false, null ); - } - catch( e ) - { - return false; - } - }; - - // A class that represents one of the cut or copy commands. - var cutCopyCmd = function( type ) - { - this.type = type; - this.canUndo = this.type == 'cut'; // We can't undo copy to clipboard. - this.startDisabled = true; - }; - - cutCopyCmd.prototype = - { - exec : function( editor, data ) - { - this.type == 'cut' && fixCut( editor ); - - var success = tryToCutCopy( editor, this.type ); - - if ( !success ) - alert( editor.lang.clipboard[ this.type + 'Error' ] ); // Show cutError or copyError. - - return success; - } - }; - - // Paste command. - var pasteCmd = - { - canUndo : false, - - exec : - CKEDITOR.env.ie ? - function( editor ) - { - // Prevent IE from pasting at the begining of the document. - editor.focus(); - - if ( !editor.document.getBody().fire( 'beforepaste' ) - && !execIECommand( editor, 'paste' ) ) - { - editor.fire( 'pasteDialog' ); - return false; - } - } - : - function( editor ) - { - try - { - if ( !editor.document.getBody().fire( 'beforepaste' ) - && !editor.document.$.execCommand( 'Paste', false, null ) ) - { - throw 0; - } - } - catch ( e ) - { - setTimeout( function() - { - editor.fire( 'pasteDialog' ); - }, 0 ); - return false; - } - } - }; - - // Listens for some clipboard related keystrokes, so they get customized. - var onKey = function( event ) - { - if ( this.mode != 'wysiwyg' ) - return; - - switch ( event.data.keyCode ) - { - // Paste - case CKEDITOR.CTRL + 86 : // CTRL+V - case CKEDITOR.SHIFT + 45 : // SHIFT+INS - - var body = this.document.getBody(); - - // Simulate 'beforepaste' event for all none-IEs. - if ( !CKEDITOR.env.ie && body.fire( 'beforepaste' ) ) - event.cancel(); - // Simulate 'paste' event for Opera/Firefox2. - else if ( CKEDITOR.env.opera - || CKEDITOR.env.gecko && CKEDITOR.env.version < 10900 ) - body.fire( 'paste' ); - return; - - // Cut - case CKEDITOR.CTRL + 88 : // CTRL+X - case CKEDITOR.SHIFT + 46 : // SHIFT+DEL - - // Save Undo snapshot. - var editor = this; - this.fire( 'saveSnapshot' ); // Save before paste - setTimeout( function() - { - editor.fire( 'saveSnapshot' ); // Save after paste - }, 0 ); - } - }; - - function cancel( evt ) { evt.cancel(); } - - // Allow to peek clipboard content by redirecting the - // pasting content into a temporary bin and grab the content of it. - function getClipboardData( evt, mode, callback ) - { - var doc = this.document; - - // Avoid recursions on 'paste' event or consequent paste too fast. (#5730) - if ( doc.getById( 'cke_pastebin' ) ) - return; - - // If the browser supports it, get the data directly - if ( mode == 'text' && evt.data && evt.data.$.clipboardData ) - { - // evt.data.$.clipboardData.types contains all the flavours in Mac's Safari, but not on windows. - var plain = evt.data.$.clipboardData.getData( 'text/plain' ); - if ( plain ) - { - evt.data.preventDefault(); - callback( plain ); - return; - } - } - - var sel = this.getSelection(), - range = new CKEDITOR.dom.range( doc ); - - // Create container to paste into - var pastebin = new CKEDITOR.dom.element( mode == 'text' ? 'textarea' : CKEDITOR.env.webkit ? 'body' : 'div', doc ); - pastebin.setAttribute( 'id', 'cke_pastebin' ); - // Safari requires a filler node inside the div to have the content pasted into it. (#4882) - CKEDITOR.env.webkit && pastebin.append( doc.createText( '\xa0' ) ); - doc.getBody().append( pastebin ); - - pastebin.setStyles( - { - position : 'absolute', - // Position the bin exactly at the position of the selected element - // to avoid any subsequent document scroll. - top : sel.getStartElement().getDocumentPosition().y + 'px', - width : '1px', - height : '1px', - overflow : 'hidden' - }); - - // It's definitely a better user experience if we make the paste-bin pretty unnoticed - // by pulling it off the screen. - pastebin.setStyle( this.config.contentsLangDirection == 'ltr' ? 'left' : 'right', '-1000px' ); - - var bms = sel.createBookmarks(); - - this.on( 'selectionChange', cancel, null, null, 0 ); - - // Turn off design mode temporarily before give focus to the paste bin. - if ( mode == 'text' ) - pastebin.$.focus(); - else - { - range.setStartAt( pastebin, CKEDITOR.POSITION_AFTER_START ); - range.setEndAt( pastebin, CKEDITOR.POSITION_BEFORE_END ); - range.select( true ); - } - - var editor = this; - // Wait a while and grab the pasted contents - window.setTimeout( function() - { - mode == 'text' && CKEDITOR.env.gecko && editor.focusGrabber.focus(); - pastebin.remove(); - editor.removeListener( 'selectionChange', cancel ); - - // Grab the HTML contents. - // We need to look for a apple style wrapper on webkit it also adds - // a div wrapper if you copy/paste the body of the editor. - // Remove hidden div and restore selection. - var bogusSpan; - pastebin = ( CKEDITOR.env.webkit - && ( bogusSpan = pastebin.getFirst() ) - && ( bogusSpan.is && bogusSpan.hasClass( 'Apple-style-span' ) ) ? - bogusSpan : pastebin ); - - sel.selectBookmarks( bms ); - callback( pastebin[ 'get' + ( mode == 'text' ? 'Value' : 'Html' ) ]() ); - }, 0 ); - } - - // Cutting off control type element in IE standards breaks the selection entirely. (#4881) - function fixCut( editor ) - { - if ( !CKEDITOR.env.ie || CKEDITOR.env.quirks ) - return; - - var sel = editor.getSelection(); - var control; - if( ( sel.getType() == CKEDITOR.SELECTION_ELEMENT ) && ( control = sel.getSelectedElement() ) ) - { - var range = sel.getRanges()[ 0 ]; - var dummy = editor.document.createText( '' ); - dummy.insertBefore( control ); - range.setStartBefore( dummy ); - range.setEndAfter( control ); - sel.selectRanges( [ range ] ); - - // Clear up the fix if the paste wasn't succeeded. - setTimeout( function() - { - // Element still online? - if ( control.getParent() ) - { - dummy.remove(); - sel.selectElement( control ); - } - }, 0 ); - } - } - - var depressBeforeEvent; - function stateFromNamedCommand( command, editor ) - { - // IE Bug: queryCommandEnabled('paste') fires also 'beforepaste(copy/cut)', - // guard to distinguish from the ordinary sources( either - // keyboard paste or execCommand ) (#4874). - CKEDITOR.env.ie && ( depressBeforeEvent = 1 ); - - var retval = CKEDITOR.TRISTATE_OFF; - try { retval = editor.document.$.queryCommandEnabled( command ) ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED; }catch( er ){} - - depressBeforeEvent = 0; - return retval; - } - - var inReadOnly; - function setToolbarStates() - { - if ( this.mode != 'wysiwyg' ) - return; - - this.getCommand( 'cut' ).setState( inReadOnly ? CKEDITOR.TRISTATE_DISABLED : stateFromNamedCommand( 'Cut', this ) ); - this.getCommand( 'copy' ).setState( stateFromNamedCommand( 'Copy', this ) ); - var pasteState = inReadOnly ? CKEDITOR.TRISTATE_DISABLED : - CKEDITOR.env.webkit ? CKEDITOR.TRISTATE_OFF : stateFromNamedCommand( 'Paste', this ); - this.fire( 'pasteState', pasteState ); - } - - // Register the plugin. - CKEDITOR.plugins.add( 'clipboard', - { - requires : [ 'dialog', 'htmldataprocessor' ], - init : function( editor ) - { - // Inserts processed data into the editor at the end of the - // events chain. - editor.on( 'paste', function( evt ) - { - var data = evt.data; - if ( data[ 'html' ] ) - editor.insertHtml( data[ 'html' ] ); - else if ( data[ 'text' ] ) - editor.insertText( data[ 'text' ] ); - - setTimeout( function () { editor.fire( 'afterPaste' ); }, 0 ); - - }, null, null, 1000 ); - - editor.on( 'pasteDialog', function( evt ) - { - setTimeout( function() - { - // Open default paste dialog. - editor.openDialog( 'paste' ); - }, 0 ); - }); - - editor.on( 'pasteState', function( evt ) - { - editor.getCommand( 'paste' ).setState( evt.data ); - }); - - function addButtonCommand( buttonName, commandName, command, ctxMenuOrder ) - { - var lang = editor.lang[ commandName ]; - - editor.addCommand( commandName, command ); - editor.ui.addButton( buttonName, - { - label : lang, - command : commandName - }); - - // If the "menu" plugin is loaded, register the menu item. - if ( editor.addMenuItems ) - { - editor.addMenuItem( commandName, - { - label : lang, - command : commandName, - group : 'clipboard', - order : ctxMenuOrder - }); - } - } - - addButtonCommand( 'Cut', 'cut', new cutCopyCmd( 'cut' ), 1 ); - addButtonCommand( 'Copy', 'copy', new cutCopyCmd( 'copy' ), 4 ); - addButtonCommand( 'Paste', 'paste', pasteCmd, 8 ); - - CKEDITOR.dialog.add( 'paste', CKEDITOR.getUrl( this.path + 'dialogs/paste.js' ) ); - - editor.on( 'key', onKey, editor ); - - // We'll be catching all pasted content in one line, regardless of whether the - // it's introduced by a document command execution (e.g. toolbar buttons) or - // user paste behaviors. (e.g. Ctrl-V) - editor.on( 'contentDom', function() - { - var body = editor.document.getBody(); - body.on( CKEDITOR.env.webkit ? 'paste' : 'beforepaste', function( evt ) - { - if ( depressBeforeEvent ) - return; - - // Fire 'beforePaste' event so clipboard flavor get customized - // by other plugins. - var eventData = { mode : 'html' }; - editor.fire( 'beforePaste', eventData ); - - getClipboardData.call( editor, evt, eventData.mode, function ( data ) - { - // The very last guard to make sure the - // paste has successfully happened. - if ( !( data = CKEDITOR.tools.trim( data.replace( /<span[^>]+data-cke-bookmark[^<]*?<\/span>/ig,'' ) ) ) ) - return; - - var dataTransfer = {}; - dataTransfer[ eventData.mode ] = data; - editor.fire( 'paste', dataTransfer ); - } ); - }); - - // Dismiss the (wrong) 'beforepaste' event fired on context menu open. (#7953) - body.on( 'contextmenu', function() - { - depressBeforeEvent = 1; - setTimeout( function() { depressBeforeEvent = 0; }, 10 ); - }); - - body.on( 'beforecut', function() { !depressBeforeEvent && fixCut( editor ); } ); - - body.on( 'mouseup', function(){ setTimeout( function(){ setToolbarStates.call( editor ); }, 0 ); }, editor ); - body.on( 'keyup', setToolbarStates, editor ); - }); - - // For improved performance, we're checking the readOnly state on selectionChange instead of hooking a key event for that. - editor.on( 'selectionChange', function( evt ) - { - inReadOnly = evt.data.selection.getRanges()[ 0 ].checkReadOnly(); - setToolbarStates.call( editor ); - }); - - // If the "contextmenu" plugin is loaded, register the listeners. - if ( editor.contextMenu ) - { - editor.contextMenu.addListener( function( element, selection ) - { - var readOnly = selection.getRanges()[ 0 ].checkReadOnly(); - return { - cut : !readOnly && stateFromNamedCommand( 'Cut', editor ), - copy : stateFromNamedCommand( 'Copy', editor ), - paste : !readOnly && ( CKEDITOR.env.webkit ? CKEDITOR.TRISTATE_OFF : stateFromNamedCommand( 'Paste', editor ) ) - }; - }); - } - } - }); -})(); - -/** - * Fired when a clipboard operation is about to be taken into the editor. - * Listeners can manipulate the data to be pasted before having it effectively - * inserted into the document. - * @name CKEDITOR.editor#paste - * @since 3.1 - * @event - * @param {String} [data.html] The HTML data to be pasted. If not available, e.data.text will be defined. - * @param {String} [data.text] The plain text data to be pasted, available when plain text operations are to used. If not available, e.data.html will be defined. - */ - -/** - * Internal event to open the Paste dialog - * @name CKEDITOR.editor#pasteDialog - * @event - */ diff --git a/skins/ckeditor/_source/plugins/colorbutton/plugin.js b/skins/ckeditor/_source/plugins/colorbutton/plugin.js deleted file mode 100644 index b3e5d9c..0000000 --- a/skins/ckeditor/_source/plugins/colorbutton/plugin.js +++ /dev/null @@ -1,294 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'colorbutton', -{ - requires : [ 'panelbutton', 'floatpanel', 'styles' ], - - init : function( editor ) - { - var config = editor.config, - lang = editor.lang.colorButton; - - var clickFn; - - if ( !CKEDITOR.env.hc ) - { - addButton( 'TextColor', 'fore', lang.textColorTitle ); - addButton( 'BGColor', 'back', lang.bgColorTitle ); - } - - function addButton( name, type, title ) - { - var colorBoxId = CKEDITOR.tools.getNextId() + '_colorBox'; - editor.ui.add( name, CKEDITOR.UI_PANELBUTTON, - { - label : title, - title : title, - className : 'cke_button_' + name.toLowerCase(), - modes : { wysiwyg : 1 }, - - panel : - { - css : editor.skin.editor.css, - attributes : { role : 'listbox', 'aria-label' : lang.panelTitle } - }, - - onBlock : function( panel, block ) - { - block.autoSize = true; - block.element.addClass( 'cke_colorblock' ); - block.element.setHtml( renderColors( panel, type, colorBoxId ) ); - // The block should not have scrollbars (#5933, #6056) - block.element.getDocument().getBody().setStyle( 'overflow', 'hidden' ); - - CKEDITOR.ui.fire( 'ready', this ); - - var keys = block.keys; - var rtl = editor.lang.dir == 'rtl'; - keys[ rtl ? 37 : 39 ] = 'next'; // ARROW-RIGHT - keys[ 40 ] = 'next'; // ARROW-DOWN - keys[ 9 ] = 'next'; // TAB - keys[ rtl ? 39 : 37 ] = 'prev'; // ARROW-LEFT - keys[ 38 ] = 'prev'; // ARROW-UP - keys[ CKEDITOR.SHIFT + 9 ] = 'prev'; // SHIFT + TAB - keys[ 32 ] = 'click'; // SPACE - }, - - // The automatic colorbox should represent the real color (#6010) - onOpen : function() - { - var selection = editor.getSelection(), - block = selection && selection.getStartElement(), - path = new CKEDITOR.dom.elementPath( block ), - color; - - // Find the closest block element. - block = path.block || path.blockLimit || editor.document.getBody(); - - // The background color might be transparent. In that case, look up the color in the DOM tree. - do - { - color = block && block.getComputedStyle( type == 'back' ? 'background-color' : 'color' ) || 'transparent'; - } - while ( type == 'back' && color == 'transparent' && block && ( block = block.getParent() ) ); - - // The box should never be transparent. - if ( !color || color == 'transparent' ) - color = '#ffffff'; - - this._.panel._.iframe.getFrameDocument().getById( colorBoxId ).setStyle( 'background-color', color ); - } - }); - } - - - function renderColors( panel, type, colorBoxId ) - { - var output = [], - colors = config.colorButton_colors.split( ',' ), - total = colors.length + ( config.colorButton_enableMore ? 2 : 1 ); - - var clickFn = CKEDITOR.tools.addFunction( function( color, type ) - { - if ( color == '?' ) - { - var applyColorStyle = arguments.callee; - function onColorDialogClose( evt ) - { - this.removeListener( 'ok', onColorDialogClose ); - this.removeListener( 'cancel', onColorDialogClose ); - - evt.name == 'ok' && applyColorStyle( this.getContentElement( 'picker', 'selectedColor' ).getValue(), type ); - } - - editor.openDialog( 'colordialog', function() - { - this.on( 'ok', onColorDialogClose ); - this.on( 'cancel', onColorDialogClose ); - } ); - - return; - } - - editor.focus(); - - panel.hide( false ); - - editor.fire( 'saveSnapshot' ); - - // Clean up any conflicting style within the range. - new CKEDITOR.style( config['colorButton_' + type + 'Style'], { color : 'inherit' } ).remove( editor.document ); - - if ( color ) - { - var colorStyle = config['colorButton_' + type + 'Style']; - - colorStyle.childRule = type == 'back' ? - function( element ) - { - // It's better to apply background color as the innermost style. (#3599) - // Except for "unstylable elements". (#6103) - return isUnstylable( element ); - } - : - function( element ) - { - // Fore color style must be applied inside links instead of around it. - return element.getName() != 'a' || isUnstylable( element ); - }; - - new CKEDITOR.style( colorStyle, { color : color } ).apply( editor.document ); - } - - editor.fire( 'saveSnapshot' ); - }); - - // Render the "Automatic" button. - output.push( - '<a class="cke_colorauto" _cke_focus=1 hidefocus=true' + - ' title="', lang.auto, '"' + - ' onclick="CKEDITOR.tools.callFunction(', clickFn, ',null,\'', type, '\');return false;"' + - ' href="javascript:void(\'', lang.auto, '\')"' + - ' role="option" aria-posinset="1" aria-setsize="', total, '">' + - '<table role="presentation" cellspacing=0 cellpadding=0 width="100%">' + - '<tr>' + - '<td>' + - '<span class="cke_colorbox" id="', colorBoxId, '"></span>' + - '</td>' + - '<td colspan=7 align=center>', - lang.auto, - '</td>' + - '</tr>' + - '</table>' + - '</a>' + - '<table role="presentation" cellspacing=0 cellpadding=0 width="100%">' ); - - // Render the color boxes. - for ( var i = 0 ; i < colors.length ; i++ ) - { - if ( ( i % 8 ) === 0 ) - output.push( '</tr><tr>' ); - - var parts = colors[ i ].split( '/' ), - colorName = parts[ 0 ], - colorCode = parts[ 1 ] || colorName; - - // The data can be only a color code (without #) or colorName + color code - // If only a color code is provided, then the colorName is the color with the hash - // Convert the color from RGB to RRGGBB for better compatibility with IE and <font>. See #5676 - if (!parts[1]) - colorName = '#' + colorName.replace( /^(.)(.)(.)$/, '$1$1$2$2$3$3' ); - - var colorLabel = editor.lang.colors[ colorCode ] || colorCode; - output.push( - '<td>' + - '<a class="cke_colorbox" _cke_focus=1 hidefocus=true' + - ' title="', colorLabel, '"' + - ' onclick="CKEDITOR.tools.callFunction(', clickFn, ',\'', colorName, '\',\'', type, '\'); return false;"' + - ' href="javascript:void(\'', colorLabel, '\')"' + - ' role="option" aria-posinset="', ( i + 2 ), '" aria-setsize="', total, '">' + - '<span class="cke_colorbox" style="background-color:#', colorCode, '"></span>' + - '</a>' + - '</td>' ); - } - - // Render the "More Colors" button. - if ( config.colorButton_enableMore === undefined || config.colorButton_enableMore ) - { - output.push( - '</tr>' + - '<tr>' + - '<td colspan=8 align=center>' + - '<a class="cke_colormore" _cke_focus=1 hidefocus=true' + - ' title="', lang.more, '"' + - ' onclick="CKEDITOR.tools.callFunction(', clickFn, ',\'?\',\'', type, '\');return false;"' + - ' href="javascript:void(\'', lang.more, '\')"', - ' role="option" aria-posinset="', total, '" aria-setsize="', total, '">', - lang.more, - '</a>' + - '</td>' ); // tr is later in the code. - } - - output.push( '</tr></table>' ); - - return output.join( '' ); - } - - function isUnstylable( ele ) - { - return ( ele.getAttribute( 'contentEditable' ) == 'false' ) || ele.getAttribute( 'data-nostyle' ); - } - } -}); - -/** - * Whether to enable the "More Colors..." button in the color selectors. - * @name CKEDITOR.config.colorButton_enableMore - * @default true - * @type Boolean - * @example - * config.colorButton_enableMore = false; - */ - -/** - * Defines the colors to be displayed in the color selectors. It's a string - * containing the hexadecimal notation for HTML colors, without the "#" prefix. - * - * Since 3.3: A name may be optionally defined by prefixing the entries with the - * name and the slash character. For example, "FontColor1/FF9900" will be - * displayed as the color #FF9900 in the selector, but will be outputted as "FontColor1". - * @name CKEDITOR.config.colorButton_colors - * @type String - * @default '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' - * @example - * // Brazil colors only. - * config.colorButton_colors = '00923E,F8C100,28166F'; - * @example - * config.colorButton_colors = 'FontColor1/FF9900,FontColor2/0066CC,FontColor3/F00' - */ -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'; - -/** - * Holds the style definition to be used to apply the text foreground color. - * @name CKEDITOR.config.colorButton_foreStyle - * @type Object - * @example - * // This is basically the default setting value. - * config.colorButton_foreStyle = - * { - * element : 'span', - * styles : { 'color' : '#(color)' } - * }; - */ -CKEDITOR.config.colorButton_foreStyle = - { - element : 'span', - styles : { 'color' : '#(color)' }, - overrides : [ { element : 'font', attributes : { 'color' : null } } ] - }; - -/** - * Holds the style definition to be used to apply the text background color. - * @name CKEDITOR.config.colorButton_backStyle - * @type Object - * @example - * // This is basically the default setting value. - * config.colorButton_backStyle = - * { - * element : 'span', - * styles : { 'background-color' : '#(color)' } - * }; - */ -CKEDITOR.config.colorButton_backStyle = - { - element : 'span', - styles : { 'background-color' : '#(color)' } - }; diff --git a/skins/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js b/skins/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js deleted file mode 100644 index 61d411b..0000000 --- a/skins/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +++ /dev/null @@ -1,340 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add( 'colordialog', function( editor ) - { - // Define some shorthands. - var $el = CKEDITOR.dom.element, - $doc = CKEDITOR.document, - $tools = CKEDITOR.tools, - lang = editor.lang.colordialog; - - // Reference the dialog. - var dialog; - - var spacer = - { - type : 'html', - html : ' ' - }; - - function clearSelected() - { - $doc.getById( selHiColorId ).removeStyle( 'background-color' ); - dialog.getContentElement( 'picker', 'selectedColor' ).setValue( '' ); - } - - function updateSelected( evt ) - { - if ( ! ( evt instanceof CKEDITOR.dom.event ) ) - evt = new CKEDITOR.dom.event( evt ); - - var target = evt.getTarget(), - color; - - if ( target.getName() == 'a' && ( color = target.getChild( 0 ).getHtml() ) ) - dialog.getContentElement( 'picker', 'selectedColor' ).setValue( color ); - } - - function updateHighlight( event ) - { - if ( ! ( event instanceof CKEDITOR.dom.event ) ) - event = event.data; - - var target = event.getTarget(), - color; - - if ( target.getName() == 'a' && ( color = target.getChild( 0 ).getHtml() ) ) - { - $doc.getById( hicolorId ).setStyle( 'background-color', color ); - $doc.getById( hicolorTextId ).setHtml( color ); - } - } - - function clearHighlight() - { - $doc.getById( hicolorId ).removeStyle( 'background-color' ); - $doc.getById( hicolorTextId ).setHtml( ' ' ); - } - - var onMouseout = $tools.addFunction( clearHighlight ), - onClick = updateSelected, - onClickHandler = CKEDITOR.tools.addFunction( onClick ), - onFocus = updateHighlight, - onBlur = clearHighlight; - - var onKeydownHandler = CKEDITOR.tools.addFunction( function( ev ) - { - ev = new CKEDITOR.dom.event( ev ); - var element = ev.getTarget(); - var relative, nodeToMove; - var keystroke = ev.getKeystroke(), - rtl = editor.lang.dir == 'rtl'; - - switch ( keystroke ) - { - // UP-ARROW - case 38 : - // relative is TR - if ( ( relative = element.getParent().getParent().getPrevious() ) ) - { - nodeToMove = relative.getChild( [element.getParent().getIndex(), 0] ); - nodeToMove.focus(); - onBlur( ev, element ); - onFocus( ev, nodeToMove ); - } - ev.preventDefault(); - break; - // DOWN-ARROW - case 40 : - // relative is TR - if ( ( relative = element.getParent().getParent().getNext() ) ) - { - nodeToMove = relative.getChild( [ element.getParent().getIndex(), 0 ] ); - if ( nodeToMove && nodeToMove.type == 1 ) - { - nodeToMove.focus(); - onBlur( ev, element ); - onFocus( ev, nodeToMove ); - } - } - ev.preventDefault(); - break; - // SPACE - // ENTER is already handled as onClick - case 32 : - onClick( ev ); - ev.preventDefault(); - break; - - // RIGHT-ARROW - case rtl ? 37 : 39 : - // relative is TD - if ( ( relative = element.getParent().getNext() ) ) - { - nodeToMove = relative.getChild( 0 ); - if ( nodeToMove.type == 1 ) - { - nodeToMove.focus(); - onBlur( ev, element ); - onFocus( ev, nodeToMove ); - ev.preventDefault( true ); - } - else - onBlur( null, element ); - } - // relative is TR - else if ( ( relative = element.getParent().getParent().getNext() ) ) - { - nodeToMove = relative.getChild( [ 0, 0 ] ); - if ( nodeToMove && nodeToMove.type == 1 ) - { - nodeToMove.focus(); - onBlur( ev, element ); - onFocus( ev, nodeToMove ); - ev.preventDefault( true ); - } - else - onBlur( null, element ); - } - break; - - // LEFT-ARROW - case rtl ? 39 : 37 : - // relative is TD - if ( ( relative = element.getParent().getPrevious() ) ) - { - nodeToMove = relative.getChild( 0 ); - nodeToMove.focus(); - onBlur( ev, element ); - onFocus( ev, nodeToMove ); - ev.preventDefault( true ); - } - // relative is TR - else if ( ( relative = element.getParent().getParent().getPrevious() ) ) - { - nodeToMove = relative.getLast().getChild( 0 ); - nodeToMove.focus(); - onBlur( ev, element ); - onFocus( ev, nodeToMove ); - ev.preventDefault( true ); - } - else - onBlur( null, element ); - break; - default : - // Do not stop not handled events. - return; - } - }); - - function createColorTable() - { - // Create the base colors array. - var aColors = [ '00', '33', '66', '99', 'cc', 'ff' ]; - - // This function combines two ranges of three values from the color array into a row. - function appendColorRow( rangeA, rangeB ) - { - for ( var i = rangeA ; i < rangeA + 3 ; i++ ) - { - var row = table.$.insertRow( -1 ); - - for ( var j = rangeB ; j < rangeB + 3 ; j++ ) - { - for ( var n = 0 ; n < 6 ; n++ ) - { - appendColorCell( row, '#' + aColors[j] + aColors[n] + aColors[i] ); - } - } - } - } - - // This function create a single color cell in the color table. - function appendColorCell( targetRow, color ) - { - var cell = new $el( targetRow.insertCell( -1 ) ); - cell.setAttribute( 'class', 'ColorCell' ); - cell.setStyle( 'background-color', color ); - - cell.setStyle( 'width', '15px' ); - cell.setStyle( 'height', '15px' ); - - var index = cell.$.cellIndex + 1 + 18 * targetRow.rowIndex; - cell.append( CKEDITOR.dom.element.createFromHtml( - '<a href="javascript: void(0);" role="option"' + - ' aria-posinset="' + index + '"' + - ' aria-setsize="' + 13 * 18 + '"' + - ' style="cursor: pointer;display:block;width:100%;height:100% " title="'+ CKEDITOR.tools.htmlEncode( color )+ '"' + - ' onkeydown="CKEDITOR.tools.callFunction( ' + onKeydownHandler + ', event, this )"' + - ' onclick="CKEDITOR.tools.callFunction(' + onClickHandler + ', event, this ); return false;"' + - ' tabindex="-1"><span class="cke_voice_label">' + color + '</span> </a>', CKEDITOR.document ) ); - } - - appendColorRow( 0, 0 ); - appendColorRow( 3, 0 ); - appendColorRow( 0, 3 ); - appendColorRow( 3, 3 ); - - // Create the last row. - var oRow = table.$.insertRow(-1) ; - - // Create the gray scale colors cells. - for ( var n = 0 ; n < 6 ; n++ ) - { - appendColorCell( oRow, '#' + aColors[n] + aColors[n] + aColors[n] ) ; - } - - // Fill the row with black cells. - for ( var i = 0 ; i < 12 ; i++ ) - { - appendColorCell( oRow, '#000000' ) ; - } - } - - var table = new $el( 'table' ); - createColorTable(); - var html = table.getHtml(); - - var numbering = function( id ) - { - return CKEDITOR.tools.getNextId() + '_' + id; - }, - hicolorId = numbering( 'hicolor' ), - hicolorTextId = numbering( 'hicolortext' ), - selHiColorId = numbering( 'selhicolor' ), - tableLabelId = numbering( 'color_table_label' ); - - return { - title : lang.title, - minWidth : 360, - minHeight : 220, - onLoad : function() - { - // Update reference. - dialog = this; - }, - contents : [ - { - id : 'picker', - label : lang.title, - accessKey : 'I', - elements : - [ - { - type : 'hbox', - padding : 0, - widths : [ '70%', '10%', '30%' ], - children : - [ - { - type : 'html', - html : '<table role="listbox" aria-labelledby="' + tableLabelId + '" onmouseout="CKEDITOR.tools.callFunction( ' + onMouseout + ' );">' + - ( !CKEDITOR.env.webkit ? html : '' ) + - '</table><span id="' + tableLabelId + '" class="cke_voice_label">' + lang.options +'</span>', - onLoad : function() - { - var table = CKEDITOR.document.getById( this.domId ); - table.on( 'mouseover', updateHighlight ); - // In WebKit, the table content must be inserted after this event call (#6150) - CKEDITOR.env.webkit && table.setHtml( html ); - }, - focus: function() - { - var firstColor = this.getElement().getElementsByTag( 'a' ).getItem( 0 ); - firstColor.focus(); - } - }, - spacer, - { - type : 'vbox', - padding : 0, - widths : [ '70%', '5%', '25%' ], - children : - [ - { - type : 'html', - html : '<span>' + lang.highlight +'</span>\ - <div id="' + hicolorId + '" style="border: 1px solid; height: 74px; width: 74px;"></div>\ - <div id="' + hicolorTextId + '"> </div><span>' + lang.selected + '</span>\ - <div id="' + selHiColorId + '" style="border: 1px solid; height: 20px; width: 74px;"></div>' - }, - { - type : 'text', - label : lang.selected, - labelStyle: 'display:none', - id : 'selectedColor', - style : 'width: 74px', - onChange : function() - { - // Try to update color preview with new value. If fails, then set it no none. - try - { - $doc.getById( selHiColorId ).setStyle( 'background-color', this.getValue() ); - } - catch ( e ) - { - clearSelected(); - } - } - }, - spacer, - { - type : 'button', - id : 'clear', - style : 'margin-top: 5px', - label : lang.clear, - onClick : clearSelected - } - ] - } - ] - } - ] - } - ] - }; - } - ); diff --git a/skins/ckeditor/_source/plugins/colordialog/plugin.js b/skins/ckeditor/_source/plugins/colordialog/plugin.js deleted file mode 100644 index ca7f44e..0000000 --- a/skins/ckeditor/_source/plugins/colordialog/plugin.js +++ /dev/null @@ -1,15 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.colordialog = -{ - init : function( editor ) - { - editor.addCommand( 'colordialog', new CKEDITOR.dialogCommand( 'colordialog' ) ); - CKEDITOR.dialog.add( 'colordialog', this.path + 'dialogs/colordialog.js' ); - } -}; - -CKEDITOR.plugins.add( 'colordialog', CKEDITOR.plugins.colordialog ); diff --git a/skins/ckeditor/_source/plugins/contextmenu/plugin.js b/skins/ckeditor/_source/plugins/contextmenu/plugin.js deleted file mode 100644 index 31bc859..0000000 --- a/skins/ckeditor/_source/plugins/contextmenu/plugin.js +++ /dev/null @@ -1,177 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'contextmenu', -{ - requires : [ 'menu' ], - - // Make sure the base class (CKEDITOR.menu) is loaded before it (#3318). - onLoad : function() - { - CKEDITOR.plugins.contextMenu = CKEDITOR.tools.createClass( - { - base : CKEDITOR.menu, - - $ : function( editor ) - { - this.base.call( this, editor, - { - panel: - { - className : editor.skinClass + ' cke_contextmenu', - attributes : - { - 'aria-label' : editor.lang.contextmenu.options - } - } - }); - }, - - proto : - { - addTarget : function( element, nativeContextMenuOnCtrl ) - { - // Opera doesn't support 'contextmenu' event, we have duo approaches employed here: - // 1. Inherit the 'button override' hack we introduced in v2 (#4530), while this require the Opera browser - // option 'Allow script to detect context menu/right click events' to be always turned on. - // 2. Considering the fact that ctrl/meta key is not been occupied - // for multiple range selecting (like Gecko), we use this key - // combination as a fallback for triggering context-menu. (#4530) - if ( CKEDITOR.env.opera && !( 'oncontextmenu' in document.body )) - { - var contextMenuOverrideButton; - element.on( 'mousedown', function( evt ) - { - evt = evt.data; - if ( evt.$.button != 2 ) - { - if ( evt.getKeystroke() == CKEDITOR.CTRL + 1 ) - element.fire( 'contextmenu', evt ); - return; - } - - if ( nativeContextMenuOnCtrl - && ( CKEDITOR.env.mac ? evt.$.metaKey : evt.$.ctrlKey ) ) - return; - - var target = evt.getTarget(); - - if ( !contextMenuOverrideButton ) - { - var ownerDoc = target.getDocument(); - contextMenuOverrideButton = ownerDoc.createElement( 'input' ) ; - contextMenuOverrideButton.$.type = 'button' ; - ownerDoc.getBody().append( contextMenuOverrideButton ) ; - } - - contextMenuOverrideButton.setAttribute( 'style', 'position:absolute;top:' + ( evt.$.clientY - 2 ) + - 'px;left:' + ( evt.$.clientX - 2 ) + - 'px;width:5px;height:5px;opacity:0.01' ); - - } ); - - element.on( 'mouseup', function ( evt ) - { - if ( contextMenuOverrideButton ) - { - contextMenuOverrideButton.remove(); - contextMenuOverrideButton = undefined; - // Simulate 'contextmenu' event. - element.fire( 'contextmenu', evt.data ); - } - } ); - } - - element.on( 'contextmenu', function( event ) - { - var domEvent = event.data; - - if ( nativeContextMenuOnCtrl && - // Safari on Windows always show 'ctrlKey' as true in 'contextmenu' event, - // which make this property unreliable. (#4826) - ( CKEDITOR.env.webkit ? holdCtrlKey : ( CKEDITOR.env.mac ? domEvent.$.metaKey : domEvent.$.ctrlKey ) ) ) - return; - - - // Cancel the browser context menu. - domEvent.preventDefault(); - - var offsetParent = domEvent.getTarget().getDocument().getDocumentElement(), - offsetX = domEvent.$.clientX, - offsetY = domEvent.$.clientY; - - CKEDITOR.tools.setTimeout( function() - { - this.open( offsetParent, null, offsetX, offsetY ); - }, - 0, this ); - }, - this ); - - if ( CKEDITOR.env.opera ) - { - // 'contextmenu' event triggered by Windows menu key is unpreventable, - // cancel the key event itself. (#6534) - element.on( 'keypress' , function ( evt ) - { - var domEvent = evt.data; - - if ( domEvent.$.keyCode === 0 ) - domEvent.preventDefault(); - }); - } - - if ( CKEDITOR.env.webkit ) - { - var holdCtrlKey, - onKeyDown = function( event ) - { - holdCtrlKey = CKEDITOR.env.mac ? event.data.$.metaKey : event.data.$.ctrlKey ; - }, - resetOnKeyUp = function() - { - holdCtrlKey = 0; - }; - - element.on( 'keydown', onKeyDown ); - element.on( 'keyup', resetOnKeyUp ); - element.on( 'contextmenu', resetOnKeyUp ); - } - }, - - open : function( offsetParent, corner, offsetX, offsetY ) - { - this.editor.focus(); - offsetParent = offsetParent || CKEDITOR.document.getDocumentElement(); - this.show( offsetParent, corner, offsetX, offsetY ); - } - } - }); - }, - - beforeInit : function( editor ) - { - editor.contextMenu = new CKEDITOR.plugins.contextMenu( editor ); - - editor.addCommand( 'contextMenu', - { - exec : function() - { - editor.contextMenu.open( editor.document.getBody() ); - } - }); - } -}); - -/** - * Whether to show the browser native context menu when the CTRL or the - * META (Mac) key is pressed while opening the context menu. - * @name CKEDITOR.config.browserContextMenuOnCtrl - * @since 3.0.2 - * @type Boolean - * @default true - * @example - * config.browserContextMenuOnCtrl = false; - */ diff --git a/skins/ckeditor/_source/plugins/devtools/lang/en.js b/skins/ckeditor/_source/plugins/devtools/lang/en.js deleted file mode 100644 index 3281505..0000000 --- a/skins/ckeditor/_source/plugins/devtools/lang/en.js +++ /dev/null @@ -1,16 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.setLang( 'devtools', 'en', -{ - devTools : - { - title : 'Element Information', - dialogName : 'Dialog window name', - tabName : 'Tab name', - elementId : 'Element ID', - elementType : 'Element type' - } -}); diff --git a/skins/ckeditor/_source/plugins/devtools/plugin.js b/skins/ckeditor/_source/plugins/devtools/plugin.js deleted file mode 100644 index a53b504..0000000 --- a/skins/ckeditor/_source/plugins/devtools/plugin.js +++ /dev/null @@ -1,173 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'devtools', -{ - lang : [ 'en' ], - - init : function( editor ) - { - editor._.showDialogDefinitionTooltips = 1; - }, - onLoad : function() - { - CKEDITOR.document.appendStyleText( CKEDITOR.config.devtools_styles || - '#cke_tooltip { padding: 5px; border: 2px solid #333; background: #ffffff }' + - '#cke_tooltip h2 { font-size: 1.1em; border-bottom: 1px solid; margin: 0; padding: 1px; }' + - '#cke_tooltip ul { padding: 0pt; list-style-type: none; }' ); - } -}); - -(function() -{ - function defaultCallback( editor, dialog, element, tabName ) - { - var lang = editor.lang.devTools, - link = '<a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.' + - ( element ? ( element.type == 'text' ? 'textInput' : element.type ) : 'content' ) + - '.html" target="_blank">' + ( element ? element.type : 'content' ) + '</a>', - str = - '<h2>' + lang.title + '</h2>' + - '<ul>' + - '<li><strong>' + lang.dialogName + '</strong> : ' + dialog.getName() + '</li>' + - '<li><strong>' + lang.tabName + '</strong> : ' + tabName + '</li>'; - - if ( element ) - str += '<li><strong>' + lang.elementId + '</strong> : ' + element.id + '</li>'; - - str += '<li><strong>' + lang.elementType + '</strong> : ' + link + '</li>'; - - return str + '</ul>'; - } - - function showTooltip( callback, el, editor, dialog, obj, tabName ) - { - var pos = el.getDocumentPosition(), - styles = { 'z-index' : CKEDITOR.dialog._.currentZIndex + 10, top : ( pos.y + el.getSize( 'height' ) ) + 'px' }; - - tooltip.setHtml( callback( editor, dialog, obj, tabName ) ); - tooltip.show(); - - // Translate coordinate for RTL. - if ( editor.lang.dir == 'rtl' ) - { - var viewPaneSize = CKEDITOR.document.getWindow().getViewPaneSize(); - styles.right = ( viewPaneSize.width - pos.x - el.getSize( 'width' ) ) + 'px'; - } - else - styles.left = pos.x + 'px'; - - tooltip.setStyles( styles ); - } - - var tooltip; - CKEDITOR.on( 'reset', function() - { - tooltip && tooltip.remove(); - tooltip = null; - }); - - CKEDITOR.on( 'dialogDefinition', function( evt ) - { - var editor = evt.editor; - if ( editor._.showDialogDefinitionTooltips ) - { - if ( !tooltip ) - { - tooltip = CKEDITOR.dom.element.createFromHtml( '<div id="cke_tooltip" tabindex="-1" style="position: absolute"></div>', CKEDITOR.document ); - tooltip.hide(); - tooltip.on( 'mouseover', function(){ this.show(); } ); - tooltip.on( 'mouseout', function(){ this.hide(); } ); - tooltip.appendTo( CKEDITOR.document.getBody() ); - } - - var dialog = evt.data.definition.dialog, - callback = editor.config.devtools_textCallback || defaultCallback; - - dialog.on( 'load', function() - { - var tabs = dialog.parts.tabs.getChildren(), tab; - for ( var i = 0, len = tabs.count(); i < len; i++ ) - { - tab = tabs.getItem( i ); - tab.on( 'mouseover', function() - { - var id = this.$.id; - showTooltip( callback, this, editor, dialog, null, id.substring( 4, id.lastIndexOf( '_' ) ) ); - }); - tab.on( 'mouseout', function() - { - tooltip.hide(); - }); - } - - dialog.foreach( function( obj ) - { - if ( obj.type in { hbox : 1, vbox : 1 } ) - return; - - var el = obj.getElement(); - if ( el ) - { - el.on( 'mouseover', function() - { - showTooltip( callback, this, editor, dialog, obj, dialog._.currentTabId ); - }); - el.on( 'mouseout', function() - { - tooltip.hide(); - }); - } - }); - }); - } - }); -})(); - -/** - * A function that returns the text to be displayed inside the developer tooltip when hovering over a dialog UI element. - * There are 4 parameters that are being passed into the function: editor, dialog, element, tab name. - * @name editor.config.devtools_textCallback - * @since 3.6 - * @type Function - * @default (see example) - * @example - * // This is actually the default value. - * // Show dialog name, tab id and element id. - * config.devtools_textCallback = function( editor, dialog, element, tabName ) - * { - * var lang = editor.lang.devTools, - * link = '<a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.' + - * ( element ? ( element.type == 'text' ? 'textInput' : element.type ) : 'content' ) + - * '.html" target="_blank">' + ( element ? element.type : 'content' ) + '</a>', - * str = - * '<h2>' + lang.title + '</h2>' + - * '<ul>' + - * '<li><strong>' + lang.dialogName + '</strong> : ' + dialog.getName() + '</li>' + - * '<li><strong>' + lang.tabName + '</strong> : ' + tabName + '</li>'; - * - * if ( element ) - * str += '<li><strong>' + lang.elementId + '</strong> : ' + element.id + '</li>'; - * - * str += '<li><strong>' + lang.elementType + '</strong> : ' + link + '</li>'; - * - * return str + '</ul>'; - * } - */ - -/** - * A setting that holds CSS rules to be injected do page and contain styles to be applied to the tooltip element. - * @name CKEDITOR.config.devtools_styles - * @since 3.6 - * @type String - * @default (see example) - * @example - * // This is actually the default value. - * CKEDITOR.config.devtools_styles = " - * #cke_tooltip { padding: 5px; border: 2px solid #333; background: #ffffff } - * #cke_tooltip h2 { font-size: 1.1em; border-bottom: 1px solid; margin: 0; padding: 1px; } - * #cke_tooltip ul { padding: 0pt; list-style-type: none; } - * "; - */ diff --git a/skins/ckeditor/_source/plugins/dialog/dialogDefinition.js b/skins/ckeditor/_source/plugins/dialog/dialogDefinition.js deleted file mode 100644 index a3db7f8..0000000 --- a/skins/ckeditor/_source/plugins/dialog/dialogDefinition.js +++ /dev/null @@ -1,1166 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the "virtual" dialog, dialog content and dialog button - * definition classes. - */ - -/** - * The definition of a dialog window. - * <div class="notapi"> - * This class is not really part of the API. It just illustrates the properties - * that developers can use to define and create dialogs. - * </div> - * @name CKEDITOR.dialog.definition - * @constructor - * @example - * // There is no constructor for this class, the user just has to define an - * // object with the appropriate properties. - * - * CKEDITOR.dialog.add( 'testOnly', function( editor ) - * { - * return { - * title : 'Test Dialog', - * resizable : CKEDITOR.DIALOG_RESIZE_BOTH, - * minWidth : 500, - * minHeight : 400, - * contents : [ - * { - * id : 'tab1', - * label : 'First Tab', - * title : 'First Tab Title', - * accessKey : 'Q', - * elements : [ - * { - * type : 'text', - * label : 'Test Text 1', - * id : 'testText1', - * 'default' : 'hello world!' - * } - * ] - * } - * ] - * }; - * }); - */ - -/** - * The dialog title, displayed in the dialog's header. Required. - * @name CKEDITOR.dialog.definition.prototype.title - * @field - * @type String - * @example - */ - -/** - * How the dialog can be resized, must be one of the four contents defined below. - * <br /><br /> - * <strong>CKEDITOR.DIALOG_RESIZE_NONE</strong><br /> - * <strong>CKEDITOR.DIALOG_RESIZE_WIDTH</strong><br /> - * <strong>CKEDITOR.DIALOG_RESIZE_HEIGHT</strong><br /> - * <strong>CKEDITOR.DIALOG_RESIZE_BOTH</strong><br /> - * @name CKEDITOR.dialog.definition.prototype.resizable - * @field - * @type Number - * @default CKEDITOR.DIALOG_RESIZE_NONE - * @example - */ - -/** - * The minimum width of the dialog, in pixels. - * @name CKEDITOR.dialog.definition.prototype.minWidth - * @field - * @type Number - * @default 600 - * @example - */ - -/** - * The minimum height of the dialog, in pixels. - * @name CKEDITOR.dialog.definition.prototype.minHeight - * @field - * @type Number - * @default 400 - * @example - */ - - -/** - * The initial width of the dialog, in pixels. - * @name CKEDITOR.dialog.definition.prototype.width - * @field - * @type Number - * @default @CKEDITOR.dialog.definition.prototype.minWidth - * @since 3.5.3 - * @example - */ - -/** - * The initial height of the dialog, in pixels. - * @name CKEDITOR.dialog.definition.prototype.height - * @field - * @type Number - * @default @CKEDITOR.dialog.definition.prototype.minHeight - * @since 3.5.3 - * @example - */ - -/** - * The buttons in the dialog, defined as an array of - * {@link CKEDITOR.dialog.definition.button} objects. - * @name CKEDITOR.dialog.definition.prototype.buttons - * @field - * @type Array - * @default [ CKEDITOR.dialog.okButton, CKEDITOR.dialog.cancelButton ] - * @example - */ - -/** - * The contents in the dialog, defined as an array of - * {@link CKEDITOR.dialog.definition.content} objects. Required. - * @name CKEDITOR.dialog.definition.prototype.contents - * @field - * @type Array - * @example - */ - -/** - * The function to execute when OK is pressed. - * @name CKEDITOR.dialog.definition.prototype.onOk - * @field - * @type Function - * @example - */ - -/** - * The function to execute when Cancel is pressed. - * @name CKEDITOR.dialog.definition.prototype.onCancel - * @field - * @type Function - * @example - */ - -/** - * The function to execute when the dialog is displayed for the first time. - * @name CKEDITOR.dialog.definition.prototype.onLoad - * @field - * @type Function - * @example - */ - -/** - * The function to execute when the dialog is loaded (executed every time the dialog is opened). - * @name CKEDITOR.dialog.definition.prototype.onShow - * @field - * @type Function - * @example - */ - -/** - * <div class="notapi">This class is not really part of the API. It just illustrates the properties - * that developers can use to define and create dialog content pages.</div> - * @name CKEDITOR.dialog.definition.content - * @constructor - * @example - * // There is no constructor for this class, the user just has to define an - * // object with the appropriate properties. - */ - -/** - * The id of the content page. - * @name CKEDITOR.dialog.definition.content.prototype.id - * @field - * @type String - * @example - */ - -/** - * The tab label of the content page. - * @name CKEDITOR.dialog.definition.content.prototype.label - * @field - * @type String - * @example - */ - -/** - * The popup message of the tab label. - * @name CKEDITOR.dialog.definition.content.prototype.title - * @field - * @type String - * @example - */ - -/** - * The CTRL hotkey for switching to the tab. - * @name CKEDITOR.dialog.definition.content.prototype.accessKey - * @field - * @type String - * @example - * contentDefinition.accessKey = 'Q'; // Switch to this page when CTRL-Q is pressed. - */ - -/** - * The UI elements contained in this content page, defined as an array of - * {@link CKEDITOR.dialog.definition.uiElement} objects. - * @name CKEDITOR.dialog.definition.content.prototype.elements - * @field - * @type Array - * @example - */ - -/** - * The definition of user interface element (textarea, radio etc). - * <div class="notapi">This class is not really part of the API. It just illustrates the properties - * that developers can use to define and create dialog UI elements.</div> - * @name CKEDITOR.dialog.definition.uiElement - * @constructor - * @see CKEDITOR.ui.dialog.uiElement - * @example - * // There is no constructor for this class, the user just has to define an - * // object with the appropriate properties. - */ - -/** - * The id of the UI element. - * @name CKEDITOR.dialog.definition.uiElement.prototype.id - * @field - * @type String - * @example - */ - -/** - * The type of the UI element. Required. - * @name CKEDITOR.dialog.definition.uiElement.prototype.type - * @field - * @type String - * @example - */ - -/** - * The popup label of the UI element. - * @name CKEDITOR.dialog.definition.uiElement.prototype.title - * @field - * @type String - * @example - */ - -/** - * CSS class names to append to the UI element. - * @name CKEDITOR.dialog.definition.uiElement.prototype.className - * @field - * @type String - * @example - */ - -/** - * Inline CSS classes to append to the UI element. - * @name CKEDITOR.dialog.definition.uiElement.prototype.style - * @field - * @type String - * @example - */ - -/** - * Horizontal alignment (in container) of the UI element. - * @name CKEDITOR.dialog.definition.uiElement.prototype.align - * @field - * @type String - * @example - */ - -/** - * Function to execute the first time the UI element is displayed. - * @name CKEDITOR.dialog.definition.uiElement.prototype.onLoad - * @field - * @type Function - * @example - */ - -/** - * Function to execute whenever the UI element's parent dialog is displayed. - * @name CKEDITOR.dialog.definition.uiElement.prototype.onShow - * @field - * @type Function - * @example - */ - -/** - * Function to execute whenever the UI element's parent dialog is closed. - * @name CKEDITOR.dialog.definition.uiElement.prototype.onHide - * @field - * @type Function - * @example - */ - -/** - * Function to execute whenever the UI element's parent dialog's {@link CKEDITOR.dialog.definition.setupContent} method is executed. - * It usually takes care of the respective UI element as a standalone element. - * @name CKEDITOR.dialog.definition.uiElement.prototype.setup - * @field - * @type Function - * @example - */ - -/** - * Function to execute whenever the UI element's parent dialog's {@link CKEDITOR.dialog.definition.commitContent} method is executed. - * It usually takes care of the respective UI element as a standalone element. - * @name CKEDITOR.dialog.definition.uiElement.prototype.commit - * @field - * @type Function - * @example - */ - -// ----- hbox ----- - -/** - * Horizontal layout box for dialog UI elements, auto-expends to available width of container. - * <div class="notapi"> - * This class is not really part of the API. It just illustrates the properties - * that developers can use to define and create horizontal layouts. - * <br /><br />Once the dialog is opened, the created element becomes a {@link CKEDITOR.ui.dialog.hbox} object and can be accessed with {@link CKEDITOR.dialog#getContentElement}. - * </div> - * @name CKEDITOR.dialog.definition.hbox - * @extends CKEDITOR.dialog.definition.uiElement - * @constructor - * @example - * // There is no constructor for this class, the user just has to define an - * // object with the appropriate properties. - * - * // Example: - * { - * <b>type : 'hbox',</b> - * widths : [ '25%', '25%', '50%' ], - * children : - * [ - * { - * type : 'text', - * id : 'id1', - * width : '40px', - * }, - * { - * type : 'text', - * id : 'id2', - * width : '40px', - * }, - * { - * type : 'text', - * id : 'id3' - * } - * ] - * } - */ - -/** - * Array of {@link CKEDITOR.ui.dialog.uiElement} objects inside this container. - * @name CKEDITOR.dialog.definition.hbox.prototype.children - * @field - * @type Array - * @example - */ - -/** - * (Optional) The widths of child cells. - * @name CKEDITOR.dialog.definition.hbox.prototype.widths - * @field - * @type Array - * @example - */ - -/** - * (Optional) The height of the layout. - * @name CKEDITOR.dialog.definition.hbox.prototype.height - * @field - * @type Number - * @example - */ - -/** - * The CSS styles to apply to this element. - * @name CKEDITOR.dialog.definition.hbox.prototype.styles - * @field - * @type String - * @example - */ - -/** - * (Optional) The padding width inside child cells. Example: 0, 1. - * @name CKEDITOR.dialog.definition.hbox.prototype.padding - * @field - * @type Number - * @example - */ - -/** - * (Optional) The alignment of the whole layout. Example: center, top. - * @name CKEDITOR.dialog.definition.hbox.prototype.align - * @field - * @type String - * @example - */ - -// ----- vbox ----- - -/** - * Vertical layout box for dialog UI elements. - * <div class="notapi"> - * This class is not really part of the API. It just illustrates the properties - * that developers can use to define and create vertical layouts. - * <br /><br />Once the dialog is opened, the created element becomes a {@link CKEDITOR.ui.dialog.vbox} object and can be accessed with {@link CKEDITOR.dialog#getContentElement}. - * </div> - * <style type="text/css">.details .detailList {display:none;} </style> - * @name CKEDITOR.dialog.definition.vbox - * @extends CKEDITOR.dialog.definition.uiElement - * @constructor - * @example - * // There is no constructor for this class, the user just has to define an - * // object with the appropriate properties. - * - * // Example: - * { - * <b>type : 'vbox',</b> - * align : 'right', - * width : '200px', - * children : - * [ - * { - * type : 'text', - * id : 'age', - * label : 'Age' - * }, - * { - * type : 'text', - * id : 'sex', - * label : 'Sex' - * }, - * { - * type : 'text', - * id : 'nationality', - * label : 'Nationality' - * } - * ] - * } - */ - -/** - * Array of {@link CKEDITOR.ui.dialog.uiElement} objects inside this container. - * @name CKEDITOR.dialog.definition.vbox.prototype.children - * @field - * @type Array - * @example - */ - -/** - * (Optional) The width of the layout. - * @name CKEDITOR.dialog.definition.vbox.prototype.width - * @field - * @type Array - * @example - */ - -/** - * (Optional) The heights of individual cells. - * @name CKEDITOR.dialog.definition.vbox.prototype.heights - * @field - * @type Number - * @example - */ - -/** - * The CSS styles to apply to this element. - * @name CKEDITOR.dialog.definition.vbox.prototype.styles - * @field - * @type String - * @example - */ - -/** - * (Optional) The padding width inside child cells. Example: 0, 1. - * @name CKEDITOR.dialog.definition.vbox.prototype.padding - * @field - * @type Number - * @example - */ - -/** - * (Optional) The alignment of the whole layout. Example: center, top. - * @name CKEDITOR.dialog.definition.vbox.prototype.align - * @field - * @type String - * @example - */ - -/** - * (Optional) Whether the layout should expand vertically to fill its container. - * @name CKEDITOR.dialog.definition.vbox.prototype.expand - * @field - * @type Boolean - * @example - */ - -// ----- labeled element ------ - -/** - * The definition of labeled user interface element (textarea, textInput etc). - * <div class="notapi">This class is not really part of the API. It just illustrates the properties - * that developers can use to define and create dialog UI elements.</div> - * @name CKEDITOR.dialog.definition.labeledElement - * @extends CKEDITOR.dialog.definition.uiElement - * @constructor - * @see CKEDITOR.ui.dialog.labeledElement - * @example - * // There is no constructor for this class, the user just has to define an - * // object with the appropriate properties. - */ - -/** - * The label of the UI element. - * @name CKEDITOR.dialog.definition.labeledElement.prototype.label - * @type String - * @field - * @example - * { - * type : 'text', - * label : 'My Label ' - * } - */ - -/** - * (Optional) Specify the layout of the label. Set to 'horizontal' for horizontal layout. - * The default layout is vertical. - * @name CKEDITOR.dialog.definition.labeledElement.prototype.labelLayout - * @type String - * @field - * @example - * { - * type : 'text', - * label : 'My Label ', - * <strong> labelLayout : 'horizontal',</strong> - * } - */ - -/** - * (Optional) Applies only to horizontal layouts: a two elements array of lengths to specify the widths of the -* label and the content element. See also {@link CKEDITOR.dialog.definition.labeledElement#labelLayout}. - * @name CKEDITOR.dialog.definition.labeledElement.prototype.widths - * @type Array - * @field - * @example - * { - * type : 'text', - * label : 'My Label ', - * labelLayout : 'horizontal', - * <strong> widths : [100, 200],</strong> - * } - */ - -/** - * Specify the inline style of the uiElement label. - * @name CKEDITOR.dialog.definition.labeledElement.prototype.labelStyle - * @type String - * @field - * @example - * { - * type : 'text', - * label : 'My Label ', - * <strong> labelStyle : 'color: red',</strong> - * } - */ - - -/** - * Specify the inline style of the input element. - * @name CKEDITOR.dialog.definition.labeledElement.prototype.inputStyle - * @type String - * @since 3.6.1 - * @field - * @example - * { - * type : 'text', - * label : 'My Label ', - * <strong> inputStyle : 'text-align:center',</strong> - * } - */ - -/** - * Specify the inline style of the input element container . - * @name CKEDITOR.dialog.definition.labeledElement.prototype.controlStyle - * @type String - * @since 3.6.1 - * @field - * @example - * { - * type : 'text', - * label : 'My Label ', - * <strong> controlStyle : 'width:3em',</strong> - * } - */ - - -// ----- button ------ - -/** - * The definition of a button. - * <div class="notapi"> - * This class is not really part of the API. It just illustrates the properties - * that developers can use to define and create buttons. - * <br /><br />Once the dialog is opened, the created element becomes a {@link CKEDITOR.ui.dialog.button} object and can be accessed with {@link CKEDITOR.dialog#getContentElement}. - * </div> - * For a complete example of dialog definition, please check {@link CKEDITOR.dialog.add}. - * @name CKEDITOR.dialog.definition.button - * @extends CKEDITOR.dialog.definition.uiElement - * @constructor - * @example - * // There is no constructor for this class, the user just has to define an - * // object with the appropriate properties. - * - * // Example: - * { - * <b>type : 'button',</b> - * id : 'buttonId', - * label : 'Click me', - * title : 'My title', - * onClick : function() { - * // this = CKEDITOR.ui.dialog.button - * alert( 'Clicked: ' + this.id ); - * } - * } - */ - -/** - * Whether the button is disabled. - * @name CKEDITOR.dialog.definition.button.prototype.disabled - * @type Boolean - * @field - * @example - */ - -/** - * The label of the UI element. - * @name CKEDITOR.dialog.definition.button.prototype.label - * @type String - * @field - * @example - */ - -// ----- checkbox ------ - -/** - * The definition of a checkbox element. - * <div class="notapi"> - * This class is not really part of the API. It just illustrates the properties - * that developers can use to define and create groups of checkbox buttons. - * <br /><br />Once the dialog is opened, the created element becomes a {@link CKEDITOR.ui.dialog.checkbox} object and can be accessed with {@link CKEDITOR.dialog#getContentElement}. - * </div> - * For a complete example of dialog definition, please check {@link CKEDITOR.dialog.add}. - * @name CKEDITOR.dialog.definition.checkbox - * @extends CKEDITOR.dialog.definition.uiElement - * @constructor - * @example - * // There is no constructor for this class, the user just has to define an - * // object with the appropriate properties. - * - * // Example: - * { - * <b>type : 'checkbox',</b> - * id : 'agree', - * label : 'I agree', - * 'default' : 'checked', - * onClick : function() { - * // this = CKEDITOR.ui.dialog.checkbox - * alert( 'Checked: ' + this.getValue() ); - * } - * } - */ - -/** - * (Optional) The validation function. - * @name CKEDITOR.dialog.definition.checkbox.prototype.validate - * @field - * @type Function - * @example - */ - -/** - * The label of the UI element. - * @name CKEDITOR.dialog.definition.checkbox.prototype.label - * @type String - * @field - * @example - */ - -/** - * The default state. - * @name CKEDITOR.dialog.definition.checkbox.prototype.default - * @type String - * @field - * @default - * '' (unchecked) - * @example - */ - -// ----- file ----- - -/** - * The definition of a file upload input. - * <div class="notapi"> - * This class is not really part of the API. It just illustrates the properties - * that developers can use to define and create file upload elements. - * <br /><br />Once the dialog is opened, the created element becomes a {@link CKEDITOR.ui.dialog.file} object and can be accessed with {@link CKEDITOR.dialog#getContentElement}. - * </div> - * For a complete example of dialog definition, please check {@link CKEDITOR.dialog.add}. - * @name CKEDITOR.dialog.definition.file - * @extends CKEDITOR.dialog.definition.labeledElement - * @constructor - * @example - * // There is no constructor for this class, the user just has to define an - * // object with the appropriate properties. - * - * // Example: - * { - * <b>type : 'file'</b>, - * id : 'upload', - * label : 'Select file from your computer', - * size : 38 - * }, - * { - * type : 'fileButton', - * id : 'fileId', - * label : 'Upload file', - * 'for' : [ 'tab1', 'upload' ] - * filebrowser : { - * onSelect : function( fileUrl, data ) { - * alert( 'Successfully uploaded: ' + fileUrl ); - * } - * } - * } - */ - -/** - * (Optional) The validation function. - * @name CKEDITOR.dialog.definition.file.prototype.validate - * @field - * @type Function - * @example - */ - -/** - * (Optional) The action attribute of the form element associated with this file upload input. - * If empty, CKEditor will use path to server connector for currently opened folder. - * @name CKEDITOR.dialog.definition.file.prototype.action - * @type String - * @field - * @example - */ - -/** - * The size of the UI element. - * @name CKEDITOR.dialog.definition.file.prototype.size - * @type Number - * @field - * @example - */ - -// ----- fileButton ----- - -/** - * The definition of a button for submitting the file in a file upload input. - * <div class="notapi"> - * This class is not really part of the API. It just illustrates the properties - * that developers can use to define and create a button for submitting the file in a file upload input. - * <br /><br />Once the dialog is opened, the created element becomes a {@link CKEDITOR.ui.dialog.fileButton} object and can be accessed with {@link CKEDITOR.dialog#getContentElement}. - * </div> - * For a complete example of dialog definition, please check {@link CKEDITOR.dialog.add}. - * @name CKEDITOR.dialog.definition.fileButton - * @extends CKEDITOR.dialog.definition.uiElement - * @constructor - * @example - * // There is no constructor for this class, the user just has to define an - * // object with the appropriate properties. - * - * // Example: - * { - * type : 'file', - * id : 'upload', - * label : 'Select file from your computer', - * size : 38 - * }, - * { - * <b>type : 'fileButton'</b>, - * id : 'fileId', - * label : 'Upload file', - * 'for' : [ 'tab1', 'upload' ] - * filebrowser : { - * onSelect : function( fileUrl, data ) { - * alert( 'Successfully uploaded: ' + fileUrl ); - * } - * } - * } - */ - -/** - * (Optional) The validation function. - * @name CKEDITOR.dialog.definition.fileButton.prototype.validate - * @field - * @type Function - * @example - */ - -/** - * The label of the UI element. - * @name CKEDITOR.dialog.definition.fileButton.prototype.label - * @type String - * @field - * @example - */ - -/** - * The instruction for CKEditor how to deal with file upload. - * By default, the file and fileButton elements will not work "as expected" if this attribute is not set. - * @name CKEDITOR.dialog.definition.fileButton.prototype.filebrowser - * @type String|Object - * @field - * @example - * // Update field with id 'txtUrl' in the 'tab1' tab when file is uploaded. - * filebrowser : 'tab1:txtUrl' - * - * // Call custom onSelect function when file is successfully uploaded. - * filebrowser : { - * onSelect : function( fileUrl, data ) { - * alert( 'Successfully uploaded: ' + fileUrl ); - * } - * } - */ - -/** - * An array that contains pageId and elementId of the file upload input element for which this button is created. - * @name CKEDITOR.dialog.definition.fileButton.prototype.for - * @type String - * @field - * @example - * [ pageId, elementId ] - */ - -// ----- html ----- - -/** - * The definition of a raw HTML element. - * <div class="notapi"> - * This class is not really part of the API. It just illustrates the properties - * that developers can use to define and create elements made from raw HTML code. - * <br /><br />Once the dialog is opened, the created element becomes a {@link CKEDITOR.ui.dialog.html} object and can be accessed with {@link CKEDITOR.dialog#getContentElement}. - * </div> - * For a complete example of dialog definition, please check {@link CKEDITOR.dialog.add}.<br /> - * To access HTML elements use {@link CKEDITOR.dom.document#getById} - * @name CKEDITOR.dialog.definition.html - * @extends CKEDITOR.dialog.definition.uiElement - * @constructor - * @example - * // There is no constructor for this class, the user just has to define an - * // object with the appropriate properties. - * - * // Example 1: - * { - * <b>type : 'html',</b> - * html : '<h3>This is some sample HTML content.</h3>' - * } - * @example - * // Example 2: - * // Complete sample with document.getById() call when the "Ok" button is clicked. - * var dialogDefinition = - * { - * title : 'Sample dialog', - * minWidth : 300, - * minHeight : 200, - * onOk : function() { - * // "this" is now a CKEDITOR.dialog object. - * var document = this.getElement().getDocument(); - * // document = CKEDITOR.dom.document - * var element = <b>document.getById( 'myDiv' );</b> - * if ( element ) - * alert( element.getHtml() ); - * }, - * contents : [ - * { - * id : 'tab1', - * label : '', - * title : '', - * elements : - * [ - * { - * <b>type : 'html',</b> - * html : '<b><div id="myDiv">Sample <b>text</b>.</div></b><div id="otherId">Another div.</div>' - * }, - * ] - * } - * ], - * buttons : [ CKEDITOR.dialog.cancelButton, CKEDITOR.dialog.okButton ] - * }; - */ - -/** - * (Required) HTML code of this element. - * @name CKEDITOR.dialog.definition.html.prototype.html - * @type String - * @field - * @example - */ - -// ----- radio ------ - -/** - * The definition of a radio group. - * <div class="notapi"> - * This class is not really part of the API. It just illustrates the properties - * that developers can use to define and create groups of radio buttons. - * <br /><br />Once the dialog is opened, the created element becomes a {@link CKEDITOR.ui.dialog.radio} object and can be accessed with {@link CKEDITOR.dialog#getContentElement}. - * </div> - * For a complete example of dialog definition, please check {@link CKEDITOR.dialog.add}. - * @name CKEDITOR.dialog.definition.radio - * @extends CKEDITOR.dialog.definition.labeledElement - * @constructor - * @example - * // There is no constructor for this class, the user just has to define an - * // object with the appropriate properties. - * - * // Example: - * { - * <b>type : 'radio',</b> - * id : 'country', - * label : 'Which country is bigger', - * items : [ [ 'France', 'FR' ], [ 'Germany', 'DE' ] ] , - * style : 'color:green', - * 'default' : 'DE', - * onClick : function() { - * // this = CKEDITOR.ui.dialog.radio - * alert( 'Current value: ' + this.getValue() ); - * } - * } - */ - -/** - * The default value. - * @name CKEDITOR.dialog.definition.radio.prototype.default - * @type String - * @field - * @example - */ - -/** - * (Optional) The validation function. - * @name CKEDITOR.dialog.definition.radio.prototype.validate - * @field - * @type Function - * @example - */ - -/** - * An array of options. Each option is a 1- or 2-item array of format [ 'Description', 'Value' ]. If 'Value' is missing, then the value would be assumed to be the same as the description. - * @name CKEDITOR.dialog.definition.radio.prototype.items - * @field - * @type Array - * @example - */ - -// ----- selectElement ------ - -/** - * The definition of a select element. - * <div class="notapi"> - * This class is not really part of the API. It just illustrates the properties - * that developers can use to define and create select elements. - * <br /><br />Once the dialog is opened, the created element becomes a {@link CKEDITOR.ui.dialog.select} object and can be accessed with {@link CKEDITOR.dialog#getContentElement}. - * </div> - * For a complete example of dialog definition, please check {@link CKEDITOR.dialog.add}. - * @name CKEDITOR.dialog.definition.select - * @extends CKEDITOR.dialog.definition.labeledElement - * @constructor - * @example - * // There is no constructor for this class, the user just has to define an - * // object with the appropriate properties. - * - * // Example: - * { - * <b>type : 'select',</b> - * id : 'sport', - * label : 'Select your favourite sport', - * items : [ [ 'Basketball' ], [ 'Baseball' ], [ 'Hockey' ], [ 'Football' ] ], - * 'default' : 'Football', - * onChange : function( api ) { - * // this = CKEDITOR.ui.dialog.select - * alert( 'Current value: ' + this.getValue() ); - * } - * } - */ - -/** - * The default value. - * @name CKEDITOR.dialog.definition.select.prototype.default - * @type String - * @field - * @example - */ - -/** - * (Optional) The validation function. - * @name CKEDITOR.dialog.definition.select.prototype.validate - * @field - * @type Function - * @example - */ - -/** - * An array of options. Each option is a 1- or 2-item array of format [ 'Description', 'Value' ]. If 'Value' is missing, then the value would be assumed to be the same as the description. - * @name CKEDITOR.dialog.definition.select.prototype.items - * @field - * @type Array - * @example - */ - -/** - * (Optional) Set this to true if you'd like to have a multiple-choice select box. - * @name CKEDITOR.dialog.definition.select.prototype.multiple - * @type Boolean - * @field - * @example - * @default false - */ - -/** - * (Optional) The number of items to display in the select box. - * @name CKEDITOR.dialog.definition.select.prototype.size - * @type Number - * @field - * @example - */ - -// ----- textInput ----- - -/** - * The definition of a text field (single line). - * <div class="notapi"> - * This class is not really part of the API. It just illustrates the properties - * that developers can use to define and create text fields. - * <br /><br />Once the dialog is opened, the created element becomes a {@link CKEDITOR.ui.dialog.textInput} object and can be accessed with {@link CKEDITOR.dialog#getContentElement}. - * </div> - * For a complete example of dialog definition, please check {@link CKEDITOR.dialog.add}. - * @name CKEDITOR.dialog.definition.textInput - * @extends CKEDITOR.dialog.definition.labeledElement - * @constructor - * @example - * // There is no constructor for this class, the user just has to define an - * // object with the appropriate properties. - * - * { - * <b>type : 'text',</b> - * id : 'name', - * label : 'Your name', - * 'default' : '', - * validate : function() { - * if ( !this.getValue() ) - * { - * api.openMsgDialog( '', 'Name cannot be empty.' ); - * return false; - * } - * } - * } - */ - -/** - * The default value. - * @name CKEDITOR.dialog.definition.textInput.prototype.default - * @type String - * @field - * @example - */ - -/** - * (Optional) The maximum length. - * @name CKEDITOR.dialog.definition.textInput.prototype.maxLength - * @type Number - * @field - * @example - */ - -/** - * (Optional) The size of the input field. - * @name CKEDITOR.dialog.definition.textInput.prototype.size - * @type Number - * @field - * @example - */ - -/** - * (Optional) The validation function. - * @name CKEDITOR.dialog.definition.textInput.prototype.validate - * @field - * @type Function - * @example - */ - -// ----- textarea ------ - -/** - * The definition of a text field (multiple lines). - * <div class="notapi"> - * This class is not really part of the API. It just illustrates the properties - * that developers can use to define and create textarea. - * <br /><br />Once the dialog is opened, the created element becomes a {@link CKEDITOR.ui.dialog.textarea} object and can be accessed with {@link CKEDITOR.dialog#getContentElement}. - * </div> - * For a complete example of dialog definition, please check {@link CKEDITOR.dialog.add}. - * @name CKEDITOR.dialog.definition.textarea - * @extends CKEDITOR.dialog.definition.labeledElement - * @constructor - * @example - * // There is no constructor for this class, the user just has to define an - * // object with the appropriate properties. - * - * // Example: - * { - * <b>type : 'textarea',</b> - * id : 'message', - * label : 'Your comment', - * 'default' : '', - * validate : function() { - * if ( this.getValue().length < 5 ) - * { - * api.openMsgDialog( 'The comment is too short.' ); - * return false; - * } - * } - * } - */ - -/** - * The number of rows. - * @name CKEDITOR.dialog.definition.textarea.prototype.rows - * @type Number - * @field - * @example - */ - -/** - * The number of columns. - * @name CKEDITOR.dialog.definition.textarea.prototype.cols - * @type Number - * @field - * @example - */ - -/** - * (Optional) The validation function. - * @name CKEDITOR.dialog.definition.textarea.prototype.validate - * @field - * @type Function - * @example - */ - -/** - * The default value. - * @name CKEDITOR.dialog.definition.textarea.prototype.default - * @type String - * @field - * @example - */ diff --git a/skins/ckeditor/_source/plugins/dialog/plugin.js b/skins/ckeditor/_source/plugins/dialog/plugin.js deleted file mode 100644 index d24a80f..0000000 --- a/skins/ckeditor/_source/plugins/dialog/plugin.js +++ /dev/null @@ -1,3289 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview The floating dialog plugin. - */ - -/** - * No resize for this dialog. - * @constant - */ -CKEDITOR.DIALOG_RESIZE_NONE = 0; - -/** - * Only allow horizontal resizing for this dialog, disable vertical resizing. - * @constant - */ -CKEDITOR.DIALOG_RESIZE_WIDTH = 1; - -/** - * Only allow vertical resizing for this dialog, disable horizontal resizing. - * @constant - */ -CKEDITOR.DIALOG_RESIZE_HEIGHT = 2; - -/* - * Allow the dialog to be resized in both directions. - * @constant - */ -CKEDITOR.DIALOG_RESIZE_BOTH = 3; - -(function() -{ - var cssLength = CKEDITOR.tools.cssLength; - function isTabVisible( tabId ) - { - return !!this._.tabs[ tabId ][ 0 ].$.offsetHeight; - } - - function getPreviousVisibleTab() - { - var tabId = this._.currentTabId, - length = this._.tabIdList.length, - tabIndex = CKEDITOR.tools.indexOf( this._.tabIdList, tabId ) + length; - - for ( var i = tabIndex - 1 ; i > tabIndex - length ; i-- ) - { - if ( isTabVisible.call( this, this._.tabIdList[ i % length ] ) ) - return this._.tabIdList[ i % length ]; - } - - return null; - } - - function getNextVisibleTab() - { - var tabId = this._.currentTabId, - length = this._.tabIdList.length, - tabIndex = CKEDITOR.tools.indexOf( this._.tabIdList, tabId ); - - for ( var i = tabIndex + 1 ; i < tabIndex + length ; i++ ) - { - if ( isTabVisible.call( this, this._.tabIdList[ i % length ] ) ) - return this._.tabIdList[ i % length ]; - } - - return null; - } - - - function clearOrRecoverTextInputValue( container, isRecover ) - { - var inputs = container.$.getElementsByTagName( 'input' ); - for ( var i = 0, length = inputs.length; i < length ; i++ ) - { - var item = new CKEDITOR.dom.element( inputs[ i ] ); - - if ( item.getAttribute( 'type' ).toLowerCase() == 'text' ) - { - if ( isRecover ) - { - item.setAttribute( 'value', item.getCustomData( 'fake_value' ) || '' ); - item.removeCustomData( 'fake_value' ); - } - else - { - item.setCustomData( 'fake_value', item.getAttribute( 'value' ) ); - item.setAttribute( 'value', '' ); - } - } - } - } - - // Handle dialog element validation state UI changes. - function handleFieldValidated( isValid, msg ) - { - var input = this.getInputElement(); - if ( input ) - { - isValid ? input.removeAttribute( 'aria-invalid' ) - : input.setAttribute( 'aria-invalid', true ); - } - - if ( !isValid ) - { - if ( this.select ) - this.select(); - else - this.focus(); - } - - msg && alert( msg ); - - this.fire( 'validated', { valid : isValid, msg : msg } ); - } - - function resetField() - { - var input = this.getInputElement(); - input && input.removeAttribute( 'aria-invalid' ); - } - - - /** - * This is the base class for runtime dialog objects. An instance of this - * class represents a single named dialog for a single editor instance. - * @param {Object} editor The editor which created the dialog. - * @param {String} dialogName The dialog's registered name. - * @constructor - * @example - * var dialogObj = new CKEDITOR.dialog( editor, 'smiley' ); - */ - CKEDITOR.dialog = function( editor, dialogName ) - { - // Load the dialog definition. - var definition = CKEDITOR.dialog._.dialogDefinitions[ dialogName ], - defaultDefinition = CKEDITOR.tools.clone( defaultDialogDefinition ), - buttonsOrder = editor.config.dialog_buttonsOrder || 'OS', - dir = editor.lang.dir; - - if ( ( buttonsOrder == 'OS' && CKEDITOR.env.mac ) || // The buttons in MacOS Apps are in reverse order (#4750) - ( buttonsOrder == 'rtl' && dir == 'ltr' ) || - ( buttonsOrder == 'ltr' && dir == 'rtl' ) ) - defaultDefinition.buttons.reverse(); - - - // Completes the definition with the default values. - definition = CKEDITOR.tools.extend( definition( editor ), defaultDefinition ); - - // Clone a functionally independent copy for this dialog. - definition = CKEDITOR.tools.clone( definition ); - - // Create a complex definition object, extending it with the API - // functions. - definition = new definitionObject( this, definition ); - - var doc = CKEDITOR.document; - - var themeBuilt = editor.theme.buildDialog( editor ); - - // Initialize some basic parameters. - this._ = - { - editor : editor, - element : themeBuilt.element, - name : dialogName, - contentSize : { width : 0, height : 0 }, - size : { width : 0, height : 0 }, - contents : {}, - buttons : {}, - accessKeyMap : {}, - - // Initialize the tab and page map. - tabs : {}, - tabIdList : [], - currentTabId : null, - currentTabIndex : null, - pageCount : 0, - lastTab : null, - tabBarMode : false, - - // Initialize the tab order array for input widgets. - focusList : [], - currentFocusIndex : 0, - hasFocus : false - }; - - this.parts = themeBuilt.parts; - - CKEDITOR.tools.setTimeout( function() - { - editor.fire( 'ariaWidget', this.parts.contents ); - }, - 0, this ); - - // Set the startup styles for the dialog, avoiding it enlarging the - // page size on the dialog creation. - var startStyles = { - position : CKEDITOR.env.ie6Compat ? 'absolute' : 'fixed', - top : 0, - visibility : 'hidden' - }; - - startStyles[ dir == 'rtl' ? 'right' : 'left' ] = 0; - this.parts.dialog.setStyles( startStyles ); - - - // Call the CKEDITOR.event constructor to initialize this instance. - CKEDITOR.event.call( this ); - - // Fire the "dialogDefinition" event, making it possible to customize - // the dialog definition. - this.definition = definition = CKEDITOR.fire( 'dialogDefinition', - { - name : dialogName, - definition : definition - } - , editor ).definition; - - var tabsToRemove = {}; - // Cache tabs that should be removed. - if ( !( 'removeDialogTabs' in editor._ ) && editor.config.removeDialogTabs ) - { - var removeContents = editor.config.removeDialogTabs.split( ';' ); - - for ( i = 0; i < removeContents.length; i++ ) - { - var parts = removeContents[ i ].split( ':' ); - if ( parts.length == 2 ) - { - var removeDialogName = parts[ 0 ]; - if ( !tabsToRemove[ removeDialogName ] ) - tabsToRemove[ removeDialogName ] = []; - tabsToRemove[ removeDialogName ].push( parts[ 1 ] ); - } - } - editor._.removeDialogTabs = tabsToRemove; - } - - // Remove tabs of this dialog. - if ( editor._.removeDialogTabs && ( tabsToRemove = editor._.removeDialogTabs[ dialogName ] ) ) - { - for ( i = 0; i < tabsToRemove.length; i++ ) - definition.removeContents( tabsToRemove[ i ] ); - } - - // Initialize load, show, hide, ok and cancel events. - if ( definition.onLoad ) - this.on( 'load', definition.onLoad ); - - if ( definition.onShow ) - this.on( 'show', definition.onShow ); - - if ( definition.onHide ) - this.on( 'hide', definition.onHide ); - - if ( definition.onOk ) - { - this.on( 'ok', function( evt ) - { - // Dialog confirm might probably introduce content changes (#5415). - editor.fire( 'saveSnapshot' ); - setTimeout( function () { editor.fire( 'saveSnapshot' ); }, 0 ); - if ( definition.onOk.call( this, evt ) === false ) - evt.data.hide = false; - }); - } - - if ( definition.onCancel ) - { - this.on( 'cancel', function( evt ) - { - if ( definition.onCancel.call( this, evt ) === false ) - evt.data.hide = false; - }); - } - - var me = this; - - // Iterates over all items inside all content in the dialog, calling a - // function for each of them. - var iterContents = function( func ) - { - var contents = me._.contents, - stop = false; - - for ( var i in contents ) - { - for ( var j in contents[i] ) - { - stop = func.call( this, contents[i][j] ); - if ( stop ) - return; - } - } - }; - - this.on( 'ok', function( evt ) - { - iterContents( function( item ) - { - if ( item.validate ) - { - var retval = item.validate( this ), - invalid = typeof ( retval ) == 'string' || retval === false; - - if ( invalid ) - { - evt.data.hide = false; - evt.stop(); - } - - handleFieldValidated.call( item, !invalid, typeof retval == 'string' ? retval : undefined ); - return invalid; - } - }); - }, this, null, 0 ); - - this.on( 'cancel', function( evt ) - { - iterContents( function( item ) - { - if ( item.isChanged() ) - { - if ( !confirm( editor.lang.common.confirmCancel ) ) - evt.data.hide = false; - return true; - } - }); - }, this, null, 0 ); - - this.parts.close.on( 'click', function( evt ) - { - if ( this.fire( 'cancel', { hide : true } ).hide !== false ) - this.hide(); - evt.data.preventDefault(); - }, this ); - - // Sort focus list according to tab order definitions. - function setupFocus() - { - var focusList = me._.focusList; - focusList.sort( function( a, b ) - { - // Mimics browser tab order logics; - if ( a.tabIndex != b.tabIndex ) - return b.tabIndex - a.tabIndex; - // Sort is not stable in some browsers, - // fall-back the comparator to 'focusIndex'; - else - return a.focusIndex - b.focusIndex; - }); - - var size = focusList.length; - for ( var i = 0; i < size; i++ ) - focusList[ i ].focusIndex = i; - } - - function changeFocus( forward ) - { - var focusList = me._.focusList, - offset = forward ? 1 : -1; - if ( focusList.length < 1 ) - return; - - var current = me._.currentFocusIndex; - - // Trigger the 'blur' event of any input element before anything, - // since certain UI updates may depend on it. - try - { - focusList[ current ].getInputElement().$.blur(); - } - catch( e ){} - - var startIndex = ( current + offset + focusList.length ) % focusList.length, - currentIndex = startIndex; - while ( !focusList[ currentIndex ].isFocusable() ) - { - currentIndex = ( currentIndex + offset + focusList.length ) % focusList.length; - if ( currentIndex == startIndex ) - break; - } - focusList[ currentIndex ].focus(); - - // Select whole field content. - if ( focusList[ currentIndex ].type == 'text' ) - focusList[ currentIndex ].select(); - } - - this.changeFocus = changeFocus; - - var processed; - - function focusKeydownHandler( evt ) - { - // If I'm not the top dialog, ignore. - if ( me != CKEDITOR.dialog._.currentTop ) - return; - - var keystroke = evt.data.getKeystroke(), - rtl = editor.lang.dir == 'rtl'; - - processed = 0; - if ( keystroke == 9 || keystroke == CKEDITOR.SHIFT + 9 ) - { - var shiftPressed = ( keystroke == CKEDITOR.SHIFT + 9 ); - - // Handling Tab and Shift-Tab. - if ( me._.tabBarMode ) - { - // Change tabs. - var nextId = shiftPressed ? getPreviousVisibleTab.call( me ) : getNextVisibleTab.call( me ); - me.selectPage( nextId ); - me._.tabs[ nextId ][ 0 ].focus(); - } - else - { - // Change the focus of inputs. - changeFocus( !shiftPressed ); - } - - processed = 1; - } - else if ( keystroke == CKEDITOR.ALT + 121 && !me._.tabBarMode && me.getPageCount() > 1 ) - { - // Alt-F10 puts focus into the current tab item in the tab bar. - me._.tabBarMode = true; - me._.tabs[ me._.currentTabId ][ 0 ].focus(); - processed = 1; - } - else if ( ( keystroke == 37 || keystroke == 39 ) && me._.tabBarMode ) - { - // Arrow keys - used for changing tabs. - nextId = ( keystroke == ( rtl ? 39 : 37 ) ? getPreviousVisibleTab.call( me ) : getNextVisibleTab.call( me ) ); - me.selectPage( nextId ); - me._.tabs[ nextId ][ 0 ].focus(); - processed = 1; - } - else if ( ( keystroke == 13 || keystroke == 32 ) && me._.tabBarMode ) - { - this.selectPage( this._.currentTabId ); - this._.tabBarMode = false; - this._.currentFocusIndex = -1; - changeFocus( true ); - processed = 1; - } - - if ( processed ) - { - evt.stop(); - evt.data.preventDefault(); - } - } - - function focusKeyPressHandler( evt ) - { - processed && evt.data.preventDefault(); - } - - var dialogElement = this._.element; - // Add the dialog keyboard handlers. - this.on( 'show', function() - { - dialogElement.on( 'keydown', focusKeydownHandler, this, null, 0 ); - // Some browsers instead, don't cancel key events in the keydown, but in the - // keypress. So we must do a longer trip in those cases. (#4531) - if ( CKEDITOR.env.opera || ( CKEDITOR.env.gecko && CKEDITOR.env.mac ) ) - dialogElement.on( 'keypress', focusKeyPressHandler, this ); - - } ); - this.on( 'hide', function() - { - dialogElement.removeListener( 'keydown', focusKeydownHandler ); - if ( CKEDITOR.env.opera || ( CKEDITOR.env.gecko && CKEDITOR.env.mac ) ) - dialogElement.removeListener( 'keypress', focusKeyPressHandler ); - - // Reset fields state when closing dialog. - iterContents( function( item ) { resetField.apply( item ); } ); - } ); - this.on( 'iframeAdded', function( evt ) - { - var doc = new CKEDITOR.dom.document( evt.data.iframe.$.contentWindow.document ); - doc.on( 'keydown', focusKeydownHandler, this, null, 0 ); - } ); - - // Auto-focus logic in dialog. - this.on( 'show', function() - { - // Setup tabIndex on showing the dialog instead of on loading - // to allow dynamic tab order happen in dialog definition. - setupFocus(); - - if ( editor.config.dialog_startupFocusTab - && me._.pageCount > 1 ) - { - me._.tabBarMode = true; - me._.tabs[ me._.currentTabId ][ 0 ].focus(); - } - else if ( !this._.hasFocus ) - { - this._.currentFocusIndex = -1; - - // Decide where to put the initial focus. - if ( definition.onFocus ) - { - var initialFocus = definition.onFocus.call( this ); - // Focus the field that the user specified. - initialFocus && initialFocus.focus(); - } - // Focus the first field in layout order. - else - changeFocus( true ); - - /* - * IE BUG: If the initial focus went into a non-text element (e.g. button), - * then IE would still leave the caret inside the editing area. - */ - if ( this._.editor.mode == 'wysiwyg' && CKEDITOR.env.ie ) - { - var $selection = editor.document.$.selection, - $range = $selection.createRange(); - - if ( $range ) - { - if ( $range.parentElement && $range.parentElement().ownerDocument == editor.document.$ - || $range.item && $range.item( 0 ).ownerDocument == editor.document.$ ) - { - var $myRange = document.body.createTextRange(); - $myRange.moveToElementText( this.getElement().getFirst().$ ); - $myRange.collapse( true ); - $myRange.select(); - } - } - } - } - }, this, null, 0xffffffff ); - - // IE6 BUG: Text fields and text areas are only half-rendered the first time the dialog appears in IE6 (#2661). - // This is still needed after [2708] and [2709] because text fields in hidden TR tags are still broken. - if ( CKEDITOR.env.ie6Compat ) - { - this.on( 'load', function( evt ) - { - var outer = this.getElement(), - inner = outer.getFirst(); - inner.remove(); - inner.appendTo( outer ); - }, this ); - } - - initDragAndDrop( this ); - initResizeHandles( this ); - - // Insert the title. - ( new CKEDITOR.dom.text( definition.title, CKEDITOR.document ) ).appendTo( this.parts.title ); - - // Insert the tabs and contents. - for ( var i = 0 ; i < definition.contents.length ; i++ ) - { - var page = definition.contents[i]; - page && this.addPage( page ); - } - - this.parts[ 'tabs' ].on( 'click', function( evt ) - { - var target = evt.data.getTarget(); - // If we aren't inside a tab, bail out. - if ( target.hasClass( 'cke_dialog_tab' ) ) - { - // Get the ID of the tab, without the 'cke_' prefix and the unique number suffix. - var id = target.$.id; - this.selectPage( id.substring( 4, id.lastIndexOf( '_' ) ) ); - - if ( this._.tabBarMode ) - { - this._.tabBarMode = false; - this._.currentFocusIndex = -1; - changeFocus( true ); - } - evt.data.preventDefault(); - } - }, this ); - - // Insert buttons. - var buttonsHtml = [], - buttons = CKEDITOR.dialog._.uiElementBuilders.hbox.build( this, - { - type : 'hbox', - className : 'cke_dialog_footer_buttons', - widths : [], - children : definition.buttons - }, buttonsHtml ).getChild(); - this.parts.footer.setHtml( buttonsHtml.join( '' ) ); - - for ( i = 0 ; i < buttons.length ; i++ ) - this._.buttons[ buttons[i].id ] = buttons[i]; - }; - - // Focusable interface. Use it via dialog.addFocusable. - function Focusable( dialog, element, index ) - { - this.element = element; - this.focusIndex = index; - // TODO: support tabIndex for focusables. - this.tabIndex = 0; - this.isFocusable = function() - { - return !element.getAttribute( 'disabled' ) && element.isVisible(); - }; - this.focus = function() - { - dialog._.currentFocusIndex = this.focusIndex; - this.element.focus(); - }; - // Bind events - element.on( 'keydown', function( e ) - { - if ( e.data.getKeystroke() in { 32:1, 13:1 } ) - this.fire( 'click' ); - } ); - element.on( 'focus', function() - { - this.fire( 'mouseover' ); - } ); - element.on( 'blur', function() - { - this.fire( 'mouseout' ); - } ); - } - - CKEDITOR.dialog.prototype = - { - destroy : function() - { - this.hide(); - this._.element.remove(); - }, - - /** - * Resizes the dialog. - * @param {Number} width The width of the dialog in pixels. - * @param {Number} height The height of the dialog in pixels. - * @function - * @example - * dialogObj.resize( 800, 640 ); - */ - resize : (function() - { - return function( width, height ) - { - if ( this._.contentSize && this._.contentSize.width == width && this._.contentSize.height == height ) - return; - - CKEDITOR.dialog.fire( 'resize', - { - dialog : this, - skin : this._.editor.skinName, - width : width, - height : height - }, this._.editor ); - - this.fire( 'resize', - { - skin : this._.editor.skinName, - width : width, - height : height - }, this._.editor ); - - // Update dialog position when dimension get changed in RTL. - if ( this._.editor.lang.dir == 'rtl' && this._.position ) - this._.position.x = CKEDITOR.document.getWindow().getViewPaneSize().width - - this._.contentSize.width - parseInt( this._.element.getFirst().getStyle( 'right' ), 10 ); - - this._.contentSize = { width : width, height : height }; - }; - })(), - - /** - * Gets the current size of the dialog in pixels. - * @returns {Object} An object with "width" and "height" properties. - * @example - * var width = dialogObj.getSize().width; - */ - getSize : function() - { - var element = this._.element.getFirst(); - return { width : element.$.offsetWidth || 0, height : element.$.offsetHeight || 0}; - }, - - /** - * Moves the dialog to an (x, y) coordinate relative to the window. - * @function - * @param {Number} x The target x-coordinate. - * @param {Number} y The target y-coordinate. - * @param {Boolean} save Flag indicate whether the dialog position should be remembered on next open up. - * @example - * dialogObj.move( 10, 40 ); - */ - move : (function() - { - var isFixed; - return function( x, y, save ) - { - // The dialog may be fixed positioned or absolute positioned. Ask the - // browser what is the current situation first. - var element = this._.element.getFirst(), - rtl = this._.editor.lang.dir == 'rtl'; - - if ( isFixed === undefined ) - isFixed = element.getComputedStyle( 'position' ) == 'fixed'; - - if ( isFixed && this._.position && this._.position.x == x && this._.position.y == y ) - return; - - // Save the current position. - this._.position = { x : x, y : y }; - - // If not fixed positioned, add scroll position to the coordinates. - if ( !isFixed ) - { - var scrollPosition = CKEDITOR.document.getWindow().getScrollPosition(); - x += scrollPosition.x; - y += scrollPosition.y; - } - - // Translate coordinate for RTL. - if ( rtl ) - { - var dialogSize = this.getSize(), - viewPaneSize = CKEDITOR.document.getWindow().getViewPaneSize(); - x = viewPaneSize.width - dialogSize.width - x; - } - - var styles = { 'top' : ( y > 0 ? y : 0 ) + 'px' }; - styles[ rtl ? 'right' : 'left' ] = ( x > 0 ? x : 0 ) + 'px'; - - element.setStyles( styles ); - - save && ( this._.moved = 1 ); - }; - })(), - - /** - * Gets the dialog's position in the window. - * @returns {Object} An object with "x" and "y" properties. - * @example - * var dialogX = dialogObj.getPosition().x; - */ - getPosition : function(){ return CKEDITOR.tools.extend( {}, this._.position ); }, - - /** - * Shows the dialog box. - * @example - * dialogObj.show(); - */ - show : function() - { - // Insert the dialog's element to the root document. - var element = this._.element; - var definition = this.definition; - if ( !( element.getParent() && element.getParent().equals( CKEDITOR.document.getBody() ) ) ) - element.appendTo( CKEDITOR.document.getBody() ); - else - element.setStyle( 'display', 'block' ); - - // FIREFOX BUG: Fix vanishing caret for Firefox 2 or Gecko 1.8. - if ( CKEDITOR.env.gecko && CKEDITOR.env.version < 10900 ) - { - var dialogElement = this.parts.dialog; - dialogElement.setStyle( 'position', 'absolute' ); - setTimeout( function() - { - dialogElement.setStyle( 'position', 'fixed' ); - }, 0 ); - } - - - // First, set the dialog to an appropriate size. - this.resize( this._.contentSize && this._.contentSize.width || definition.width || definition.minWidth, - this._.contentSize && this._.contentSize.height || definition.height || definition.minHeight ); - - // Reset all inputs back to their default value. - this.reset(); - - // Select the first tab by default. - this.selectPage( this.definition.contents[0].id ); - - // Set z-index. - if ( CKEDITOR.dialog._.currentZIndex === null ) - CKEDITOR.dialog._.currentZIndex = this._.editor.config.baseFloatZIndex; - this._.element.getFirst().setStyle( 'z-index', CKEDITOR.dialog._.currentZIndex += 10 ); - - // Maintain the dialog ordering and dialog cover. - // Also register key handlers if first dialog. - if ( CKEDITOR.dialog._.currentTop === null ) - { - CKEDITOR.dialog._.currentTop = this; - this._.parentDialog = null; - showCover( this._.editor ); - - element.on( 'keydown', accessKeyDownHandler ); - element.on( CKEDITOR.env.opera ? 'keypress' : 'keyup', accessKeyUpHandler ); - - // Prevent some keys from bubbling up. (#4269) - for ( var event in { keyup :1, keydown :1, keypress :1 } ) - element.on( event, preventKeyBubbling ); - } - else - { - this._.parentDialog = CKEDITOR.dialog._.currentTop; - var parentElement = this._.parentDialog.getElement().getFirst(); - parentElement.$.style.zIndex -= Math.floor( this._.editor.config.baseFloatZIndex / 2 ); - CKEDITOR.dialog._.currentTop = this; - } - - // Register the Esc hotkeys. - registerAccessKey( this, this, '\x1b', null, function() - { - this.getButton( 'cancel' ) && this.getButton( 'cancel' ).click(); - } ); - - // Reset the hasFocus state. - this._.hasFocus = false; - - CKEDITOR.tools.setTimeout( function() - { - this.layout(); - this.parts.dialog.setStyle( 'visibility', '' ); - - // Execute onLoad for the first show. - this.fireOnce( 'load', {} ); - CKEDITOR.ui.fire( 'ready', this ); - - this.fire( 'show', {} ); - this._.editor.fire( 'dialogShow', this ); - - // Save the initial values of the dialog. - this.foreach( function( contentObj ) { contentObj.setInitValue && contentObj.setInitValue(); } ); - - }, - 100, this ); - }, - - /** - * Rearrange the dialog to its previous position or the middle of the window. - * @since 3.5 - */ - layout : function() - { - var viewSize = CKEDITOR.document.getWindow().getViewPaneSize(), - dialogSize = this.getSize(); - - this.move( this._.moved ? this._.position.x : ( viewSize.width - dialogSize.width ) / 2, - this._.moved ? this._.position.y : ( viewSize.height - dialogSize.height ) / 2 ); - }, - - /** - * Executes a function for each UI element. - * @param {Function} fn Function to execute for each UI element. - * @returns {CKEDITOR.dialog} The current dialog object. - */ - foreach : function( fn ) - { - for ( var i in this._.contents ) - { - for ( var j in this._.contents[i] ) - fn.call( this, this._.contents[i][j] ); - } - return this; - }, - - /** - * Resets all input values in the dialog. - * @example - * dialogObj.reset(); - * @returns {CKEDITOR.dialog} The current dialog object. - */ - reset : (function() - { - var fn = function( widget ){ if ( widget.reset ) widget.reset( 1 ); }; - return function(){ this.foreach( fn ); return this; }; - })(), - - - /** - * Calls the {@link CKEDITOR.dialog.definition.uiElement#setup} method of each of the UI elements, with the arguments passed through it. - * It is usually being called when the dialog is opened, to put the initial value inside the field. - * @example - * dialogObj.setupContent(); - * @example - * var timestamp = ( new Date() ).valueOf(); - * dialogObj.setupContent( timestamp ); - */ - setupContent : function() - { - var args = arguments; - this.foreach( function( widget ) - { - if ( widget.setup ) - widget.setup.apply( widget, args ); - }); - }, - - /** - * Calls the {@link CKEDITOR.dialog.definition.uiElement#commit} method of each of the UI elements, with the arguments passed through it. - * It is usually being called when the user confirms the dialog, to process the values. - * @example - * dialogObj.commitContent(); - * @example - * var timestamp = ( new Date() ).valueOf(); - * dialogObj.commitContent( timestamp ); - */ - commitContent : function() - { - var args = arguments; - this.foreach( function( widget ) - { - // Make sure IE triggers "change" event on last focused input before closing the dialog. (#7915) - if ( CKEDITOR.env.ie && this._.currentFocusIndex == widget.focusIndex ) - widget.getInputElement().$.blur(); - - if ( widget.commit ) - widget.commit.apply( widget, args ); - }); - }, - - /** - * Hides the dialog box. - * @example - * dialogObj.hide(); - */ - hide : function() - { - if ( !this.parts.dialog.isVisible() ) - return; - - this.fire( 'hide', {} ); - this._.editor.fire( 'dialogHide', this ); - var element = this._.element; - element.setStyle( 'display', 'none' ); - this.parts.dialog.setStyle( 'visibility', 'hidden' ); - // Unregister all access keys associated with this dialog. - unregisterAccessKey( this ); - - // Close any child(top) dialogs first. - while( CKEDITOR.dialog._.currentTop != this ) - CKEDITOR.dialog._.currentTop.hide(); - - // Maintain dialog ordering and remove cover if needed. - if ( !this._.parentDialog ) - hideCover(); - else - { - var parentElement = this._.parentDialog.getElement().getFirst(); - parentElement.setStyle( 'z-index', parseInt( parentElement.$.style.zIndex, 10 ) + Math.floor( this._.editor.config.baseFloatZIndex / 2 ) ); - } - CKEDITOR.dialog._.currentTop = this._.parentDialog; - - // Deduct or clear the z-index. - if ( !this._.parentDialog ) - { - CKEDITOR.dialog._.currentZIndex = null; - - // Remove access key handlers. - element.removeListener( 'keydown', accessKeyDownHandler ); - element.removeListener( CKEDITOR.env.opera ? 'keypress' : 'keyup', accessKeyUpHandler ); - - // Remove bubbling-prevention handler. (#4269) - for ( var event in { keyup :1, keydown :1, keypress :1 } ) - element.removeListener( event, preventKeyBubbling ); - - var editor = this._.editor; - editor.focus(); - - if ( editor.mode == 'wysiwyg' && CKEDITOR.env.ie ) - { - var selection = editor.getSelection(); - selection && selection.unlock( true ); - } - } - else - CKEDITOR.dialog._.currentZIndex -= 10; - - delete this._.parentDialog; - // Reset the initial values of the dialog. - this.foreach( function( contentObj ) { contentObj.resetInitValue && contentObj.resetInitValue(); } ); - }, - - /** - * Adds a tabbed page into the dialog. - * @param {Object} contents Content definition. - * @example - */ - addPage : function( contents ) - { - var pageHtml = [], - titleHtml = contents.label ? ' title="' + CKEDITOR.tools.htmlEncode( contents.label ) + '"' : '', - elements = contents.elements, - vbox = CKEDITOR.dialog._.uiElementBuilders.vbox.build( this, - { - type : 'vbox', - className : 'cke_dialog_page_contents', - children : contents.elements, - expand : !!contents.expand, - padding : contents.padding, - style : contents.style || 'width: 100%;height:100%' - }, pageHtml ); - - // Create the HTML for the tab and the content block. - var page = CKEDITOR.dom.element.createFromHtml( pageHtml.join( '' ) ); - page.setAttribute( 'role', 'tabpanel' ); - - var env = CKEDITOR.env; - var tabId = 'cke_' + contents.id + '_' + CKEDITOR.tools.getNextNumber(), - tab = CKEDITOR.dom.element.createFromHtml( [ - '<a class="cke_dialog_tab"', - ( this._.pageCount > 0 ? ' cke_last' : 'cke_first' ), - titleHtml, - ( !!contents.hidden ? ' style="display:none"' : '' ), - ' id="', tabId, '"', - env.gecko && env.version >= 10900 && !env.hc ? '' : ' href="javascript:void(0)"', - ' tabIndex="-1"', - ' hidefocus="true"', - ' role="tab">', - contents.label, - '</a>' - ].join( '' ) ); - - page.setAttribute( 'aria-labelledby', tabId ); - - // Take records for the tabs and elements created. - this._.tabs[ contents.id ] = [ tab, page ]; - this._.tabIdList.push( contents.id ); - !contents.hidden && this._.pageCount++; - this._.lastTab = tab; - this.updateStyle(); - - var contentMap = this._.contents[ contents.id ] = {}, - cursor, - children = vbox.getChild(); - - while ( ( cursor = children.shift() ) ) - { - contentMap[ cursor.id ] = cursor; - if ( typeof( cursor.getChild ) == 'function' ) - children.push.apply( children, cursor.getChild() ); - } - - // Attach the DOM nodes. - - page.setAttribute( 'name', contents.id ); - page.appendTo( this.parts.contents ); - - tab.unselectable(); - this.parts.tabs.append( tab ); - - // Add access key handlers if access key is defined. - if ( contents.accessKey ) - { - registerAccessKey( this, this, 'CTRL+' + contents.accessKey, - tabAccessKeyDown, tabAccessKeyUp ); - this._.accessKeyMap[ 'CTRL+' + contents.accessKey ] = contents.id; - } - }, - - /** - * Activates a tab page in the dialog by its id. - * @param {String} id The id of the dialog tab to be activated. - * @example - * dialogObj.selectPage( 'tab_1' ); - */ - selectPage : function( id ) - { - if ( this._.currentTabId == id ) - return; - - // Returning true means that the event has been canceled - if ( this.fire( 'selectPage', { page : id, currentPage : this._.currentTabId } ) === true ) - return; - - // Hide the non-selected tabs and pages. - for ( var i in this._.tabs ) - { - var tab = this._.tabs[i][0], - page = this._.tabs[i][1]; - if ( i != id ) - { - tab.removeClass( 'cke_dialog_tab_selected' ); - page.hide(); - } - page.setAttribute( 'aria-hidden', i != id ); - } - - var selected = this._.tabs[ id ]; - selected[ 0 ].addClass( 'cke_dialog_tab_selected' ); - - // [IE] an invisible input[type='text'] will enlarge it's width - // if it's value is long when it shows, so we clear it's value - // before it shows and then recover it (#5649) - if ( CKEDITOR.env.ie6Compat || CKEDITOR.env.ie7Compat ) - { - clearOrRecoverTextInputValue( selected[ 1 ] ); - selected[ 1 ].show(); - setTimeout( function() - { - clearOrRecoverTextInputValue( selected[ 1 ], 1 ); - }, 0 ); - } - else - selected[ 1 ].show(); - - this._.currentTabId = id; - this._.currentTabIndex = CKEDITOR.tools.indexOf( this._.tabIdList, id ); - }, - - // Dialog state-specific style updates. - updateStyle : function() - { - // If only a single page shown, a different style is used in the central pane. - this.parts.dialog[ ( this._.pageCount === 1 ? 'add' : 'remove' ) + 'Class' ]( 'cke_single_page' ); - }, - - /** - * Hides a page's tab away from the dialog. - * @param {String} id The page's Id. - * @example - * dialog.hidePage( 'tab_3' ); - */ - hidePage : function( id ) - { - var tab = this._.tabs[id] && this._.tabs[id][0]; - if ( !tab || this._.pageCount == 1 || !tab.isVisible() ) - return; - // Switch to other tab first when we're hiding the active tab. - else if ( id == this._.currentTabId ) - this.selectPage( getPreviousVisibleTab.call( this ) ); - - tab.hide(); - this._.pageCount--; - this.updateStyle(); - }, - - /** - * Unhides a page's tab. - * @param {String} id The page's Id. - * @example - * dialog.showPage( 'tab_2' ); - */ - showPage : function( id ) - { - var tab = this._.tabs[id] && this._.tabs[id][0]; - if ( !tab ) - return; - tab.show(); - this._.pageCount++; - this.updateStyle(); - }, - - /** - * Gets the root DOM element of the dialog. - * @returns {CKEDITOR.dom.element} The <span> element containing this dialog. - * @example - * var dialogElement = dialogObj.getElement().getFirst(); - * dialogElement.setStyle( 'padding', '5px' ); - */ - getElement : function() - { - return this._.element; - }, - - /** - * Gets the name of the dialog. - * @returns {String} The name of this dialog. - * @example - * var dialogName = dialogObj.getName(); - */ - getName : function() - { - return this._.name; - }, - - /** - * Gets a dialog UI element object from a dialog page. - * @param {String} pageId id of dialog page. - * @param {String} elementId id of UI element. - * @example - * dialogObj.getContentElement( 'tabId', 'elementId' ).setValue( 'Example' ); - * @returns {CKEDITOR.ui.dialog.uiElement} The dialog UI element. - */ - getContentElement : function( pageId, elementId ) - { - var page = this._.contents[ pageId ]; - return page && page[ elementId ]; - }, - - /** - * Gets the value of a dialog UI element. - * @param {String} pageId id of dialog page. - * @param {String} elementId id of UI element. - * @example - * alert( dialogObj.getValueOf( 'tabId', 'elementId' ) ); - * @returns {Object} The value of the UI element. - */ - getValueOf : function( pageId, elementId ) - { - return this.getContentElement( pageId, elementId ).getValue(); - }, - - /** - * Sets the value of a dialog UI element. - * @param {String} pageId id of the dialog page. - * @param {String} elementId id of the UI element. - * @param {Object} value The new value of the UI element. - * @example - * dialogObj.setValueOf( 'tabId', 'elementId', 'Example' ); - */ - setValueOf : function( pageId, elementId, value ) - { - return this.getContentElement( pageId, elementId ).setValue( value ); - }, - - /** - * Gets the UI element of a button in the dialog's button row. - * @param {String} id The id of the button. - * @example - * @returns {CKEDITOR.ui.dialog.button} The button object. - */ - getButton : function( id ) - { - return this._.buttons[ id ]; - }, - - /** - * Simulates a click to a dialog button in the dialog's button row. - * @param {String} id The id of the button. - * @example - * @returns The return value of the dialog's "click" event. - */ - click : function( id ) - { - return this._.buttons[ id ].click(); - }, - - /** - * Disables a dialog button. - * @param {String} id The id of the button. - * @example - */ - disableButton : function( id ) - { - return this._.buttons[ id ].disable(); - }, - - /** - * Enables a dialog button. - * @param {String} id The id of the button. - * @example - */ - enableButton : function( id ) - { - return this._.buttons[ id ].enable(); - }, - - /** - * Gets the number of pages in the dialog. - * @returns {Number} Page count. - */ - getPageCount : function() - { - return this._.pageCount; - }, - - /** - * Gets the editor instance which opened this dialog. - * @returns {CKEDITOR.editor} Parent editor instances. - */ - getParentEditor : function() - { - return this._.editor; - }, - - /** - * Gets the element that was selected when opening the dialog, if any. - * @returns {CKEDITOR.dom.element} The element that was selected, or null. - */ - getSelectedElement : function() - { - return this.getParentEditor().getSelection().getSelectedElement(); - }, - - /** - * Adds element to dialog's focusable list. - * - * @param {CKEDITOR.dom.element} element - * @param {Number} [index] - */ - addFocusable: function( element, index ) { - if ( typeof index == 'undefined' ) - { - index = this._.focusList.length; - this._.focusList.push( new Focusable( this, element, index ) ); - } - else - { - this._.focusList.splice( index, 0, new Focusable( this, element, index ) ); - for ( var i = index + 1 ; i < this._.focusList.length ; i++ ) - this._.focusList[ i ].focusIndex++; - } - } - }; - - CKEDITOR.tools.extend( CKEDITOR.dialog, - /** - * @lends CKEDITOR.dialog - */ - { - /** - * Registers a dialog. - * @param {String} name The dialog's name. - * @param {Function|String} dialogDefinition - * A function returning the dialog's definition, or the URL to the .js file holding the function. - * The function should accept an argument "editor" which is the current editor instance, and - * return an object conforming to {@link CKEDITOR.dialog.definition}. - * @see CKEDITOR.dialog.definition - * @example - * // Full sample plugin, which does not only register a dialog window but also adds an item to the context menu. - * // To open the dialog window, choose "Open dialog" in the context menu. - * CKEDITOR.plugins.add( 'myplugin', - * { - * init: function( editor ) - * { - * editor.addCommand( 'mydialog',new CKEDITOR.dialogCommand( 'mydialog' ) ); - * - * if ( editor.contextMenu ) - * { - * editor.addMenuGroup( 'mygroup', 10 ); - * editor.addMenuItem( 'My Dialog', - * { - * label : 'Open dialog', - * command : 'mydialog', - * group : 'mygroup' - * }); - * editor.contextMenu.addListener( function( element ) - * { - * return { 'My Dialog' : CKEDITOR.TRISTATE_OFF }; - * }); - * } - * - * <strong>CKEDITOR.dialog.add</strong>( 'mydialog', function( api ) - * { - * // CKEDITOR.dialog.definition - * var <strong>dialogDefinition</strong> = - * { - * title : 'Sample dialog', - * minWidth : 390, - * minHeight : 130, - * contents : [ - * { - * id : 'tab1', - * label : 'Label', - * title : 'Title', - * expand : true, - * padding : 0, - * elements : - * [ - * { - * type : 'html', - * html : '<p>This is some sample HTML content.</p>' - * }, - * { - * type : 'textarea', - * id : 'textareaId', - * rows : 4, - * cols : 40 - * } - * ] - * } - * ], - * buttons : [ CKEDITOR.dialog.okButton, CKEDITOR.dialog.cancelButton ], - * onOk : function() { - * // "this" is now a CKEDITOR.dialog object. - * // Accessing dialog elements: - * var textareaObj = this.<strong>getContentElement</strong>( 'tab1', 'textareaId' ); - * alert( "You have entered: " + textareaObj.getValue() ); - * } - * }; - * - * return dialogDefinition; - * } ); - * } - * } ); - * - * CKEDITOR.replace( 'editor1', { extraPlugins : 'myplugin' } ); - */ - add : function( name, dialogDefinition ) - { - // Avoid path registration from multiple instances override definition. - if ( !this._.dialogDefinitions[name] - || typeof dialogDefinition == 'function' ) - this._.dialogDefinitions[name] = dialogDefinition; - }, - - exists : function( name ) - { - return !!this._.dialogDefinitions[ name ]; - }, - - getCurrent : function() - { - return CKEDITOR.dialog._.currentTop; - }, - - /** - * The default OK button for dialogs. Fires the "ok" event and closes the dialog if the event succeeds. - * @static - * @field - * @example - * @type Function - */ - okButton : (function() - { - var retval = function( editor, override ) - { - override = override || {}; - return CKEDITOR.tools.extend( { - id : 'ok', - type : 'button', - label : editor.lang.common.ok, - 'class' : 'cke_dialog_ui_button_ok', - onClick : function( evt ) - { - var dialog = evt.data.dialog; - if ( dialog.fire( 'ok', { hide : true } ).hide !== false ) - dialog.hide(); - } - }, override, true ); - }; - retval.type = 'button'; - retval.override = function( override ) - { - return CKEDITOR.tools.extend( function( editor ){ return retval( editor, override ); }, - { type : 'button' }, true ); - }; - return retval; - })(), - - /** - * The default cancel button for dialogs. Fires the "cancel" event and closes the dialog if no UI element value changed. - * @static - * @field - * @example - * @type Function - */ - cancelButton : (function() - { - var retval = function( editor, override ) - { - override = override || {}; - return CKEDITOR.tools.extend( { - id : 'cancel', - type : 'button', - label : editor.lang.common.cancel, - 'class' : 'cke_dialog_ui_button_cancel', - onClick : function( evt ) - { - var dialog = evt.data.dialog; - if ( dialog.fire( 'cancel', { hide : true } ).hide !== false ) - dialog.hide(); - } - }, override, true ); - }; - retval.type = 'button'; - retval.override = function( override ) - { - return CKEDITOR.tools.extend( function( editor ){ return retval( editor, override ); }, - { type : 'button' }, true ); - }; - return retval; - })(), - - /** - * Registers a dialog UI element. - * @param {String} typeName The name of the UI element. - * @param {Function} builder The function to build the UI element. - * @example - */ - addUIElement : function( typeName, builder ) - { - this._.uiElementBuilders[ typeName ] = builder; - } - }); - - CKEDITOR.dialog._ = - { - uiElementBuilders : {}, - - dialogDefinitions : {}, - - currentTop : null, - - currentZIndex : null - }; - - // "Inherit" (copy actually) from CKEDITOR.event. - CKEDITOR.event.implementOn( CKEDITOR.dialog ); - CKEDITOR.event.implementOn( CKEDITOR.dialog.prototype, true ); - - var defaultDialogDefinition = - { - resizable : CKEDITOR.DIALOG_RESIZE_BOTH, - minWidth : 600, - minHeight : 400, - buttons : [ CKEDITOR.dialog.okButton, CKEDITOR.dialog.cancelButton ] - }; - - // Tool function used to return an item from an array based on its id - // property. - var getById = function( array, id, recurse ) - { - for ( var i = 0, item ; ( item = array[ i ] ) ; i++ ) - { - if ( item.id == id ) - return item; - if ( recurse && item[ recurse ] ) - { - var retval = getById( item[ recurse ], id, recurse ) ; - if ( retval ) - return retval; - } - } - return null; - }; - - // Tool function used to add an item into an array. - var addById = function( array, newItem, nextSiblingId, recurse, nullIfNotFound ) - { - if ( nextSiblingId ) - { - for ( var i = 0, item ; ( item = array[ i ] ) ; i++ ) - { - if ( item.id == nextSiblingId ) - { - array.splice( i, 0, newItem ); - return newItem; - } - - if ( recurse && item[ recurse ] ) - { - var retval = addById( item[ recurse ], newItem, nextSiblingId, recurse, true ); - if ( retval ) - return retval; - } - } - - if ( nullIfNotFound ) - return null; - } - - array.push( newItem ); - return newItem; - }; - - // Tool function used to remove an item from an array based on its id. - var removeById = function( array, id, recurse ) - { - for ( var i = 0, item ; ( item = array[ i ] ) ; i++ ) - { - if ( item.id == id ) - return array.splice( i, 1 ); - if ( recurse && item[ recurse ] ) - { - var retval = removeById( item[ recurse ], id, recurse ); - if ( retval ) - return retval; - } - } - return null; - }; - - /** - * This class is not really part of the API. It is the "definition" property value - * passed to "dialogDefinition" event handlers. - * @constructor - * @name CKEDITOR.dialog.definitionObject - * @extends CKEDITOR.dialog.definition - * @example - * CKEDITOR.on( 'dialogDefinition', function( evt ) - * { - * var definition = evt.data.definition; - * var content = definition.getContents( 'page1' ); - * ... - * } ); - */ - var definitionObject = function( dialog, dialogDefinition ) - { - // TODO : Check if needed. - this.dialog = dialog; - - // Transform the contents entries in contentObjects. - var contents = dialogDefinition.contents; - for ( var i = 0, content ; ( content = contents[i] ) ; i++ ) - contents[ i ] = content && new contentObject( dialog, content ); - - CKEDITOR.tools.extend( this, dialogDefinition ); - }; - - definitionObject.prototype = - /** @lends CKEDITOR.dialog.definitionObject.prototype */ - { - /** - * Gets a content definition. - * @param {String} id The id of the content definition. - * @returns {CKEDITOR.dialog.definition.content} The content definition - * matching id. - */ - getContents : function( id ) - { - return getById( this.contents, id ); - }, - - /** - * Gets a button definition. - * @param {String} id The id of the button definition. - * @returns {CKEDITOR.dialog.definition.button} The button definition - * matching id. - */ - getButton : function( id ) - { - return getById( this.buttons, id ); - }, - - /** - * Adds a content definition object under this dialog definition. - * @param {CKEDITOR.dialog.definition.content} contentDefinition The - * content definition. - * @param {String} [nextSiblingId] The id of an existing content - * definition which the new content definition will be inserted - * before. Omit if the new content definition is to be inserted as - * the last item. - * @returns {CKEDITOR.dialog.definition.content} The inserted content - * definition. - */ - addContents : function( contentDefinition, nextSiblingId ) - { - return addById( this.contents, contentDefinition, nextSiblingId ); - }, - - /** - * Adds a button definition object under this dialog definition. - * @param {CKEDITOR.dialog.definition.button} buttonDefinition The - * button definition. - * @param {String} [nextSiblingId] The id of an existing button - * definition which the new button definition will be inserted - * before. Omit if the new button definition is to be inserted as - * the last item. - * @returns {CKEDITOR.dialog.definition.button} The inserted button - * definition. - */ - addButton : function( buttonDefinition, nextSiblingId ) - { - return addById( this.buttons, buttonDefinition, nextSiblingId ); - }, - - /** - * Removes a content definition from this dialog definition. - * @param {String} id The id of the content definition to be removed. - * @returns {CKEDITOR.dialog.definition.content} The removed content - * definition. - */ - removeContents : function( id ) - { - removeById( this.contents, id ); - }, - - /** - * Removes a button definition from the dialog definition. - * @param {String} id The id of the button definition to be removed. - * @returns {CKEDITOR.dialog.definition.button} The removed button - * definition. - */ - removeButton : function( id ) - { - removeById( this.buttons, id ); - } - }; - - /** - * This class is not really part of the API. It is the template of the - * objects representing content pages inside the - * CKEDITOR.dialog.definitionObject. - * @constructor - * @name CKEDITOR.dialog.definition.contentObject - * @example - * CKEDITOR.on( 'dialogDefinition', function( evt ) - * { - * var definition = evt.data.definition; - * var content = definition.getContents( 'page1' ); - * content.remove( 'textInput1' ); - * ... - * } ); - */ - function contentObject( dialog, contentDefinition ) - { - this._ = - { - dialog : dialog - }; - - CKEDITOR.tools.extend( this, contentDefinition ); - } - - contentObject.prototype = - /** @lends CKEDITOR.dialog.definition.contentObject.prototype */ - { - /** - * Gets a UI element definition under the content definition. - * @param {String} id The id of the UI element definition. - * @returns {CKEDITOR.dialog.definition.uiElement} - */ - get : function( id ) - { - return getById( this.elements, id, 'children' ); - }, - - /** - * Adds a UI element definition to the content definition. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition The - * UI elemnet definition to be added. - * @param {String} nextSiblingId The id of an existing UI element - * definition which the new UI element definition will be inserted - * before. Omit if the new button definition is to be inserted as - * the last item. - * @returns {CKEDITOR.dialog.definition.uiElement} The element - * definition inserted. - */ - add : function( elementDefinition, nextSiblingId ) - { - return addById( this.elements, elementDefinition, nextSiblingId, 'children' ); - }, - - /** - * Removes a UI element definition from the content definition. - * @param {String} id The id of the UI element definition to be - * removed. - * @returns {CKEDITOR.dialog.definition.uiElement} The element - * definition removed. - * @example - */ - remove : function( id ) - { - removeById( this.elements, id, 'children' ); - } - }; - - function initDragAndDrop( dialog ) - { - var lastCoords = null, - abstractDialogCoords = null, - element = dialog.getElement().getFirst(), - editor = dialog.getParentEditor(), - magnetDistance = editor.config.dialog_magnetDistance, - margins = editor.skin.margins || [ 0, 0, 0, 0 ]; - - if ( typeof magnetDistance == 'undefined' ) - magnetDistance = 20; - - function mouseMoveHandler( evt ) - { - var dialogSize = dialog.getSize(), - viewPaneSize = CKEDITOR.document.getWindow().getViewPaneSize(), - x = evt.data.$.screenX, - y = evt.data.$.screenY, - dx = x - lastCoords.x, - dy = y - lastCoords.y, - realX, realY; - - lastCoords = { x : x, y : y }; - abstractDialogCoords.x += dx; - abstractDialogCoords.y += dy; - - if ( abstractDialogCoords.x + margins[3] < magnetDistance ) - realX = - margins[3]; - else if ( abstractDialogCoords.x - margins[1] > viewPaneSize.width - dialogSize.width - magnetDistance ) - realX = viewPaneSize.width - dialogSize.width + ( editor.lang.dir == 'rtl' ? 0 : margins[1] ); - else - realX = abstractDialogCoords.x; - - if ( abstractDialogCoords.y + margins[0] < magnetDistance ) - realY = - margins[0]; - else if ( abstractDialogCoords.y - margins[2] > viewPaneSize.height - dialogSize.height - magnetDistance ) - realY = viewPaneSize.height - dialogSize.height + margins[2]; - else - realY = abstractDialogCoords.y; - - dialog.move( realX, realY, 1 ); - - evt.data.preventDefault(); - } - - function mouseUpHandler( evt ) - { - CKEDITOR.document.removeListener( 'mousemove', mouseMoveHandler ); - CKEDITOR.document.removeListener( 'mouseup', mouseUpHandler ); - - if ( CKEDITOR.env.ie6Compat ) - { - var coverDoc = currentCover.getChild( 0 ).getFrameDocument(); - coverDoc.removeListener( 'mousemove', mouseMoveHandler ); - coverDoc.removeListener( 'mouseup', mouseUpHandler ); - } - } - - dialog.parts.title.on( 'mousedown', function( evt ) - { - lastCoords = { x : evt.data.$.screenX, y : evt.data.$.screenY }; - - CKEDITOR.document.on( 'mousemove', mouseMoveHandler ); - CKEDITOR.document.on( 'mouseup', mouseUpHandler ); - abstractDialogCoords = dialog.getPosition(); - - if ( CKEDITOR.env.ie6Compat ) - { - var coverDoc = currentCover.getChild( 0 ).getFrameDocument(); - coverDoc.on( 'mousemove', mouseMoveHandler ); - coverDoc.on( 'mouseup', mouseUpHandler ); - } - - evt.data.preventDefault(); - }, dialog ); - } - - function initResizeHandles( dialog ) - { - var def = dialog.definition, - resizable = def.resizable; - - if ( resizable == CKEDITOR.DIALOG_RESIZE_NONE ) - return; - - var editor = dialog.getParentEditor(); - var wrapperWidth, wrapperHeight, - viewSize, origin, startSize, - dialogCover; - - var mouseDownFn = CKEDITOR.tools.addFunction( function( $event ) - { - startSize = dialog.getSize(); - - var content = dialog.parts.contents, - iframeDialog = content.$.getElementsByTagName( 'iframe' ).length; - - // Shim to help capturing "mousemove" over iframe. - if ( iframeDialog ) - { - dialogCover = CKEDITOR.dom.element.createFromHtml( '<div class="cke_dialog_resize_cover" style="height: 100%; position: absolute; width: 100%;"></div>' ); - content.append( dialogCover ); - } - - // Calculate the offset between content and chrome size. - wrapperHeight = startSize.height - dialog.parts.contents.getSize( 'height', ! ( CKEDITOR.env.gecko || CKEDITOR.env.opera || CKEDITOR.env.ie && CKEDITOR.env.quirks ) ); - wrapperWidth = startSize.width - dialog.parts.contents.getSize( 'width', 1 ); - - origin = { x : $event.screenX, y : $event.screenY }; - - viewSize = CKEDITOR.document.getWindow().getViewPaneSize(); - - CKEDITOR.document.on( 'mousemove', mouseMoveHandler ); - CKEDITOR.document.on( 'mouseup', mouseUpHandler ); - - if ( CKEDITOR.env.ie6Compat ) - { - var coverDoc = currentCover.getChild( 0 ).getFrameDocument(); - coverDoc.on( 'mousemove', mouseMoveHandler ); - coverDoc.on( 'mouseup', mouseUpHandler ); - } - - $event.preventDefault && $event.preventDefault(); - }); - - // Prepend the grip to the dialog. - dialog.on( 'load', function() - { - var direction = ''; - if ( resizable == CKEDITOR.DIALOG_RESIZE_WIDTH ) - direction = ' cke_resizer_horizontal'; - else if ( resizable == CKEDITOR.DIALOG_RESIZE_HEIGHT ) - direction = ' cke_resizer_vertical'; - var resizer = CKEDITOR.dom.element.createFromHtml( '<div' + - ' class="cke_resizer' + direction + ' cke_resizer_' + editor.lang.dir + '"' + - ' title="' + CKEDITOR.tools.htmlEncode( editor.lang.resize ) + '"' + - ' onmousedown="CKEDITOR.tools.callFunction(' + mouseDownFn + ', event )"></div>' ); - dialog.parts.footer.append( resizer, 1 ); - }); - editor.on( 'destroy', function() { CKEDITOR.tools.removeFunction( mouseDownFn ); } ); - - function mouseMoveHandler( evt ) - { - var rtl = editor.lang.dir == 'rtl', - dx = ( evt.data.$.screenX - origin.x ) * ( rtl ? -1 : 1 ), - dy = evt.data.$.screenY - origin.y, - width = startSize.width, - height = startSize.height, - internalWidth = width + dx * ( dialog._.moved ? 1 : 2 ), - internalHeight = height + dy * ( dialog._.moved ? 1 : 2 ), - element = dialog._.element.getFirst(), - right = rtl && element.getComputedStyle( 'right' ), - position = dialog.getPosition(); - - if ( position.y + internalHeight > viewSize.height ) - internalHeight = viewSize.height - position.y; - - if ( ( rtl ? right : position.x ) + internalWidth > viewSize.width ) - internalWidth = viewSize.width - ( rtl ? right : position.x ); - - // Make sure the dialog will not be resized to the wrong side when it's in the leftmost position for RTL. - if ( ( resizable == CKEDITOR.DIALOG_RESIZE_WIDTH || resizable == CKEDITOR.DIALOG_RESIZE_BOTH ) ) - width = Math.max( def.minWidth || 0, internalWidth - wrapperWidth ); - - if ( resizable == CKEDITOR.DIALOG_RESIZE_HEIGHT || resizable == CKEDITOR.DIALOG_RESIZE_BOTH ) - height = Math.max( def.minHeight || 0, internalHeight - wrapperHeight ); - - dialog.resize( width, height ); - - if ( !dialog._.moved ) - dialog.layout(); - - evt.data.preventDefault(); - } - - function mouseUpHandler() - { - CKEDITOR.document.removeListener( 'mouseup', mouseUpHandler ); - CKEDITOR.document.removeListener( 'mousemove', mouseMoveHandler ); - - if ( dialogCover ) - { - dialogCover.remove(); - dialogCover = null; - } - - if ( CKEDITOR.env.ie6Compat ) - { - var coverDoc = currentCover.getChild( 0 ).getFrameDocument(); - coverDoc.removeListener( 'mouseup', mouseUpHandler ); - coverDoc.removeListener( 'mousemove', mouseMoveHandler ); - } - } - } - - var resizeCover; - // Caching resuable covers and allowing only one cover - // on screen. - var covers = {}, - currentCover; - - function cancelEvent( ev ) - { - ev.data.preventDefault(1); - } - - function showCover( editor ) - { - var win = CKEDITOR.document.getWindow(); - var config = editor.config, - backgroundColorStyle = config.dialog_backgroundCoverColor || 'white', - backgroundCoverOpacity = config.dialog_backgroundCoverOpacity, - baseFloatZIndex = config.baseFloatZIndex, - coverKey = CKEDITOR.tools.genKey( - backgroundColorStyle, - backgroundCoverOpacity, - baseFloatZIndex ), - coverElement = covers[ coverKey ]; - - if ( !coverElement ) - { - var html = [ - '<div tabIndex="-1" style="position: ', ( CKEDITOR.env.ie6Compat ? 'absolute' : 'fixed' ), - '; z-index: ', baseFloatZIndex, - '; top: 0px; left: 0px; ', - ( !CKEDITOR.env.ie6Compat ? 'background-color: ' + backgroundColorStyle : '' ), - '" class="cke_dialog_background_cover">' - ]; - - if ( CKEDITOR.env.ie6Compat ) - { - // Support for custom document.domain in IE. - var isCustomDomain = CKEDITOR.env.isCustomDomain(), - iframeHtml = '<html><body style=\\\'background-color:' + backgroundColorStyle + ';\\\'></body></html>'; - - html.push( - '<iframe' + - ' hidefocus="true"' + - ' frameborder="0"' + - ' id="cke_dialog_background_iframe"' + - ' src="javascript:' ); - - html.push( 'void((function(){' + - 'document.open();' + - ( isCustomDomain ? 'document.domain=\'' + document.domain + '\';' : '' ) + - 'document.write( \'' + iframeHtml + '\' );' + - 'document.close();' + - '})())' ); - - html.push( - '"' + - ' style="' + - 'position:absolute;' + - 'left:0;' + - 'top:0;' + - 'width:100%;' + - 'height: 100%;' + - 'progid:DXImageTransform.Microsoft.Alpha(opacity=0)">' + - '</iframe>' ); - } - - html.push( '</div>' ); - - coverElement = CKEDITOR.dom.element.createFromHtml( html.join( '' ) ); - coverElement.setOpacity( backgroundCoverOpacity != undefined ? backgroundCoverOpacity : 0.5 ); - - coverElement.on( 'keydown', cancelEvent ); - coverElement.on( 'keypress', cancelEvent ); - coverElement.on( 'keyup', cancelEvent ); - - coverElement.appendTo( CKEDITOR.document.getBody() ); - covers[ coverKey ] = coverElement; - } - else - coverElement. show(); - - currentCover = coverElement; - var resizeFunc = function() - { - var size = win.getViewPaneSize(); - coverElement.setStyles( - { - width : size.width + 'px', - height : size.height + 'px' - } ); - }; - - var scrollFunc = function() - { - var pos = win.getScrollPosition(), - cursor = CKEDITOR.dialog._.currentTop; - coverElement.setStyles( - { - left : pos.x + 'px', - top : pos.y + 'px' - }); - - if ( cursor ) - { - do - { - var dialogPos = cursor.getPosition(); - cursor.move( dialogPos.x, dialogPos.y ); - } while ( ( cursor = cursor._.parentDialog ) ); - } - }; - - resizeCover = resizeFunc; - win.on( 'resize', resizeFunc ); - resizeFunc(); - // Using Safari/Mac, focus must be kept where it is (#7027) - if ( !( CKEDITOR.env.mac && CKEDITOR.env.webkit ) ) - coverElement.focus(); - - if ( CKEDITOR.env.ie6Compat ) - { - // IE BUG: win.$.onscroll assignment doesn't work.. it must be window.onscroll. - // So we need to invent a really funny way to make it work. - var myScrollHandler = function() - { - scrollFunc(); - arguments.callee.prevScrollHandler.apply( this, arguments ); - }; - win.$.setTimeout( function() - { - myScrollHandler.prevScrollHandler = window.onscroll || function(){}; - window.onscroll = myScrollHandler; - }, 0 ); - scrollFunc(); - } - } - - function hideCover() - { - if ( !currentCover ) - return; - - var win = CKEDITOR.document.getWindow(); - currentCover.hide(); - win.removeListener( 'resize', resizeCover ); - - if ( CKEDITOR.env.ie6Compat ) - { - win.$.setTimeout( function() - { - var prevScrollHandler = window.onscroll && window.onscroll.prevScrollHandler; - window.onscroll = prevScrollHandler || null; - }, 0 ); - } - resizeCover = null; - } - - function removeCovers() - { - for ( var coverId in covers ) - covers[ coverId ].remove(); - covers = {}; - } - - var accessKeyProcessors = {}; - - var accessKeyDownHandler = function( evt ) - { - var ctrl = evt.data.$.ctrlKey || evt.data.$.metaKey, - alt = evt.data.$.altKey, - shift = evt.data.$.shiftKey, - key = String.fromCharCode( evt.data.$.keyCode ), - keyProcessor = accessKeyProcessors[( ctrl ? 'CTRL+' : '' ) + ( alt ? 'ALT+' : '') + ( shift ? 'SHIFT+' : '' ) + key]; - - if ( !keyProcessor || !keyProcessor.length ) - return; - - keyProcessor = keyProcessor[keyProcessor.length - 1]; - keyProcessor.keydown && keyProcessor.keydown.call( keyProcessor.uiElement, keyProcessor.dialog, keyProcessor.key ); - evt.data.preventDefault(); - }; - - var accessKeyUpHandler = function( evt ) - { - var ctrl = evt.data.$.ctrlKey || evt.data.$.metaKey, - alt = evt.data.$.altKey, - shift = evt.data.$.shiftKey, - key = String.fromCharCode( evt.data.$.keyCode ), - keyProcessor = accessKeyProcessors[( ctrl ? 'CTRL+' : '' ) + ( alt ? 'ALT+' : '') + ( shift ? 'SHIFT+' : '' ) + key]; - - if ( !keyProcessor || !keyProcessor.length ) - return; - - keyProcessor = keyProcessor[keyProcessor.length - 1]; - if ( keyProcessor.keyup ) - { - keyProcessor.keyup.call( keyProcessor.uiElement, keyProcessor.dialog, keyProcessor.key ); - evt.data.preventDefault(); - } - }; - - var registerAccessKey = function( uiElement, dialog, key, downFunc, upFunc ) - { - var procList = accessKeyProcessors[key] || ( accessKeyProcessors[key] = [] ); - procList.push( { - uiElement : uiElement, - dialog : dialog, - key : key, - keyup : upFunc || uiElement.accessKeyUp, - keydown : downFunc || uiElement.accessKeyDown - } ); - }; - - var unregisterAccessKey = function( obj ) - { - for ( var i in accessKeyProcessors ) - { - var list = accessKeyProcessors[i]; - for ( var j = list.length - 1 ; j >= 0 ; j-- ) - { - if ( list[j].dialog == obj || list[j].uiElement == obj ) - list.splice( j, 1 ); - } - if ( list.length === 0 ) - delete accessKeyProcessors[i]; - } - }; - - var tabAccessKeyUp = function( dialog, key ) - { - if ( dialog._.accessKeyMap[key] ) - dialog.selectPage( dialog._.accessKeyMap[key] ); - }; - - var tabAccessKeyDown = function( dialog, key ) - { - }; - - // ESC, ENTER - var preventKeyBubblingKeys = { 27 :1, 13 :1 }; - var preventKeyBubbling = function( e ) - { - if ( e.data.getKeystroke() in preventKeyBubblingKeys ) - e.data.stopPropagation(); - }; - - (function() - { - CKEDITOR.ui.dialog = - { - /** - * The base class of all dialog UI elements. - * @constructor - * @param {CKEDITOR.dialog} dialog Parent dialog object. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition Element - * definition. Accepted fields: - * <ul> - * <li><strong>id</strong> (Required) The id of the UI element. See {@link - * CKEDITOR.dialog#getContentElement}</li> - * <li><strong>type</strong> (Required) The type of the UI element. The - * value to this field specifies which UI element class will be used to - * generate the final widget.</li> - * <li><strong>title</strong> (Optional) The popup tooltip for the UI - * element.</li> - * <li><strong>hidden</strong> (Optional) A flag that tells if the element - * should be initially visible.</li> - * <li><strong>className</strong> (Optional) Additional CSS class names - * to add to the UI element. Separated by space.</li> - * <li><strong>style</strong> (Optional) Additional CSS inline styles - * to add to the UI element. A semicolon (;) is required after the last - * style declaration.</li> - * <li><strong>accessKey</strong> (Optional) The alphanumeric access key - * for this element. Access keys are automatically prefixed by CTRL.</li> - * <li><strong>on*</strong> (Optional) Any UI element definition field that - * starts with <em>on</em> followed immediately by a capital letter and - * probably more letters is an event handler. Event handlers may be further - * divided into registered event handlers and DOM event handlers. Please - * refer to {@link CKEDITOR.ui.dialog.uiElement#registerEvents} and - * {@link CKEDITOR.ui.dialog.uiElement#eventProcessors} for more - * information.</li> - * </ul> - * @param {Array} htmlList - * List of HTML code to be added to the dialog's content area. - * @param {Function|String} nodeNameArg - * A function returning a string, or a simple string for the node name for - * the root DOM node. Default is 'div'. - * @param {Function|Object} stylesArg - * A function returning an object, or a simple object for CSS styles applied - * to the DOM node. Default is empty object. - * @param {Function|Object} attributesArg - * A fucntion returning an object, or a simple object for attributes applied - * to the DOM node. Default is empty object. - * @param {Function|String} contentsArg - * A function returning a string, or a simple string for the HTML code inside - * the root DOM node. Default is empty string. - * @example - */ - uiElement : function( dialog, elementDefinition, htmlList, nodeNameArg, stylesArg, attributesArg, contentsArg ) - { - if ( arguments.length < 4 ) - return; - - var nodeName = ( nodeNameArg.call ? nodeNameArg( elementDefinition ) : nodeNameArg ) || 'div', - html = [ '<', nodeName, ' ' ], - styles = ( stylesArg && stylesArg.call ? stylesArg( elementDefinition ) : stylesArg ) || {}, - attributes = ( attributesArg && attributesArg.call ? attributesArg( elementDefinition ) : attributesArg ) || {}, - innerHTML = ( contentsArg && contentsArg.call ? contentsArg.call( this, dialog, elementDefinition ) : contentsArg ) || '', - domId = this.domId = attributes.id || CKEDITOR.tools.getNextId() + '_uiElement', - id = this.id = elementDefinition.id, - i; - - // Set the id, a unique id is required for getElement() to work. - attributes.id = domId; - - // Set the type and definition CSS class names. - var classes = {}; - if ( elementDefinition.type ) - classes[ 'cke_dialog_ui_' + elementDefinition.type ] = 1; - if ( elementDefinition.className ) - classes[ elementDefinition.className ] = 1; - if ( elementDefinition.disabled ) - classes[ 'cke_disabled' ] = 1; - - var attributeClasses = ( attributes['class'] && attributes['class'].split ) ? attributes['class'].split( ' ' ) : []; - for ( i = 0 ; i < attributeClasses.length ; i++ ) - { - if ( attributeClasses[i] ) - classes[ attributeClasses[i] ] = 1; - } - var finalClasses = []; - for ( i in classes ) - finalClasses.push( i ); - attributes['class'] = finalClasses.join( ' ' ); - - // Set the popup tooltop. - if ( elementDefinition.title ) - attributes.title = elementDefinition.title; - - // Write the inline CSS styles. - var styleStr = ( elementDefinition.style || '' ).split( ';' ); - - // Element alignment support. - if ( elementDefinition.align ) - { - var align = elementDefinition.align; - styles[ 'margin-left' ] = align == 'left' ? 0 : 'auto'; - styles[ 'margin-right' ] = align == 'right' ? 0 : 'auto'; - } - - for ( i in styles ) - styleStr.push( i + ':' + styles[i] ); - if ( elementDefinition.hidden ) - styleStr.push( 'display:none' ); - for ( i = styleStr.length - 1 ; i >= 0 ; i-- ) - { - if ( styleStr[i] === '' ) - styleStr.splice( i, 1 ); - } - if ( styleStr.length > 0 ) - attributes.style = ( attributes.style ? ( attributes.style + '; ' ) : '' ) + styleStr.join( '; ' ); - - // Write the attributes. - for ( i in attributes ) - html.push( i + '="' + CKEDITOR.tools.htmlEncode( attributes[i] ) + '" '); - - // Write the content HTML. - html.push( '>', innerHTML, '</', nodeName, '>' ); - - // Add contents to the parent HTML array. - htmlList.push( html.join( '' ) ); - - ( this._ || ( this._ = {} ) ).dialog = dialog; - - // Override isChanged if it is defined in element definition. - if ( typeof( elementDefinition.isChanged ) == 'boolean' ) - this.isChanged = function(){ return elementDefinition.isChanged; }; - if ( typeof( elementDefinition.isChanged ) == 'function' ) - this.isChanged = elementDefinition.isChanged; - - // Overload 'get(set)Value' on definition. - if ( typeof( elementDefinition.setValue ) == 'function' ) - { - this.setValue = CKEDITOR.tools.override( this.setValue, function( org ) - { - return function( val ){ org.call( this, elementDefinition.setValue.call( this, val ) ); }; - } ); - } - - if ( typeof( elementDefinition.getValue ) == 'function' ) - { - this.getValue = CKEDITOR.tools.override( this.getValue, function( org ) - { - return function(){ return elementDefinition.getValue.call( this, org.call( this ) ); }; - } ); - } - - // Add events. - CKEDITOR.event.implementOn( this ); - - this.registerEvents( elementDefinition ); - if ( this.accessKeyUp && this.accessKeyDown && elementDefinition.accessKey ) - registerAccessKey( this, dialog, 'CTRL+' + elementDefinition.accessKey ); - - var me = this; - dialog.on( 'load', function() - { - if ( me.getInputElement() ) - { - me.getInputElement().on( 'focus', function() - { - dialog._.tabBarMode = false; - dialog._.hasFocus = true; - me.fire( 'focus' ); - }, me ); - } - } ); - - // Register the object as a tab focus if it can be included. - if ( this.keyboardFocusable ) - { - this.tabIndex = elementDefinition.tabIndex || 0; - - this.focusIndex = dialog._.focusList.push( this ) - 1; - this.on( 'focus', function() - { - dialog._.currentFocusIndex = me.focusIndex; - } ); - } - - // Completes this object with everything we have in the - // definition. - CKEDITOR.tools.extend( this, elementDefinition ); - }, - - /** - * Horizontal layout box for dialog UI elements, auto-expends to available width of container. - * @constructor - * @extends CKEDITOR.ui.dialog.uiElement - * @param {CKEDITOR.dialog} dialog - * Parent dialog object. - * @param {Array} childObjList - * Array of {@link CKEDITOR.ui.dialog.uiElement} objects inside this - * container. - * @param {Array} childHtmlList - * Array of HTML code that correspond to the HTML output of all the - * objects in childObjList. - * @param {Array} htmlList - * Array of HTML code that this element will output to. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition - * The element definition. Accepted fields: - * <ul> - * <li><strong>widths</strong> (Optional) The widths of child cells.</li> - * <li><strong>height</strong> (Optional) The height of the layout.</li> - * <li><strong>padding</strong> (Optional) The padding width inside child - * cells.</li> - * <li><strong>align</strong> (Optional) The alignment of the whole layout - * </li> - * </ul> - * @example - */ - hbox : function( dialog, childObjList, childHtmlList, htmlList, elementDefinition ) - { - if ( arguments.length < 4 ) - return; - - this._ || ( this._ = {} ); - - var children = this._.children = childObjList, - widths = elementDefinition && elementDefinition.widths || null, - height = elementDefinition && elementDefinition.height || null, - styles = {}, - i; - /** @ignore */ - var innerHTML = function() - { - var html = [ '<tbody><tr class="cke_dialog_ui_hbox">' ]; - for ( i = 0 ; i < childHtmlList.length ; i++ ) - { - var className = 'cke_dialog_ui_hbox_child', - styles = []; - if ( i === 0 ) - className = 'cke_dialog_ui_hbox_first'; - if ( i == childHtmlList.length - 1 ) - className = 'cke_dialog_ui_hbox_last'; - html.push( '<td class="', className, '" role="presentation" ' ); - if ( widths ) - { - if ( widths[i] ) - styles.push( 'width:' + cssLength( widths[i] ) ); - } - else - styles.push( 'width:' + Math.floor( 100 / childHtmlList.length ) + '%' ); - if ( height ) - styles.push( 'height:' + cssLength( height ) ); - if ( elementDefinition && elementDefinition.padding != undefined ) - styles.push( 'padding:' + cssLength( elementDefinition.padding ) ); - // In IE Quirks alignment has to be done on table cells. (#7324) - if ( CKEDITOR.env.ie && CKEDITOR.env.quirks && children[ i ].align ) - styles.push( 'text-align:' + children[ i ].align ); - if ( styles.length > 0 ) - html.push( 'style="' + styles.join('; ') + '" ' ); - html.push( '>', childHtmlList[i], '</td>' ); - } - html.push( '</tr></tbody>' ); - return html.join( '' ); - }; - - var attribs = { role : 'presentation' }; - elementDefinition && elementDefinition.align && ( attribs.align = elementDefinition.align ); - - CKEDITOR.ui.dialog.uiElement.call( - this, - dialog, - elementDefinition || { type : 'hbox' }, - htmlList, - 'table', - styles, - attribs, - innerHTML ); - }, - - /** - * Vertical layout box for dialog UI elements. - * @constructor - * @extends CKEDITOR.ui.dialog.hbox - * @param {CKEDITOR.dialog} dialog - * Parent dialog object. - * @param {Array} childObjList - * Array of {@link CKEDITOR.ui.dialog.uiElement} objects inside this - * container. - * @param {Array} childHtmlList - * Array of HTML code that correspond to the HTML output of all the - * objects in childObjList. - * @param {Array} htmlList - * Array of HTML code that this element will output to. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition - * The element definition. Accepted fields: - * <ul> - * <li><strong>width</strong> (Optional) The width of the layout.</li> - * <li><strong>heights</strong> (Optional) The heights of individual cells. - * </li> - * <li><strong>align</strong> (Optional) The alignment of the layout.</li> - * <li><strong>padding</strong> (Optional) The padding width inside child - * cells.</li> - * <li><strong>expand</strong> (Optional) Whether the layout should expand - * vertically to fill its container.</li> - * </ul> - * @example - */ - vbox : function( dialog, childObjList, childHtmlList, htmlList, elementDefinition ) - { - if ( arguments.length < 3 ) - return; - - this._ || ( this._ = {} ); - - var children = this._.children = childObjList, - width = elementDefinition && elementDefinition.width || null, - heights = elementDefinition && elementDefinition.heights || null; - /** @ignore */ - var innerHTML = function() - { - var html = [ '<table role="presentation" cellspacing="0" border="0" ' ]; - html.push( 'style="' ); - if ( elementDefinition && elementDefinition.expand ) - html.push( 'height:100%;' ); - html.push( 'width:' + cssLength( width || '100%' ), ';' ); - html.push( '"' ); - html.push( 'align="', CKEDITOR.tools.htmlEncode( - ( elementDefinition && elementDefinition.align ) || ( dialog.getParentEditor().lang.dir == 'ltr' ? 'left' : 'right' ) ), '" ' ); - - html.push( '><tbody>' ); - for ( var i = 0 ; i < childHtmlList.length ; i++ ) - { - var styles = []; - html.push( '<tr><td role="presentation" ' ); - if ( width ) - styles.push( 'width:' + cssLength( width || '100%' ) ); - if ( heights ) - styles.push( 'height:' + cssLength( heights[i] ) ); - else if ( elementDefinition && elementDefinition.expand ) - styles.push( 'height:' + Math.floor( 100 / childHtmlList.length ) + '%' ); - if ( elementDefinition && elementDefinition.padding != undefined ) - styles.push( 'padding:' + cssLength( elementDefinition.padding ) ); - // In IE Quirks alignment has to be done on table cells. (#7324) - if ( CKEDITOR.env.ie && CKEDITOR.env.quirks && children[ i ].align ) - styles.push( 'text-align:' + children[ i ].align ); - if ( styles.length > 0 ) - html.push( 'style="', styles.join( '; ' ), '" ' ); - html.push( ' class="cke_dialog_ui_vbox_child">', childHtmlList[i], '</td></tr>' ); - } - html.push( '</tbody></table>' ); - return html.join( '' ); - }; - CKEDITOR.ui.dialog.uiElement.call( this, dialog, elementDefinition || { type : 'vbox' }, htmlList, 'div', null, { role : 'presentation' }, innerHTML ); - } - }; - })(); - - CKEDITOR.ui.dialog.uiElement.prototype = - { - /** - * Gets the root DOM element of this dialog UI object. - * @returns {CKEDITOR.dom.element} Root DOM element of UI object. - * @example - * uiElement.getElement().hide(); - */ - getElement : function() - { - return CKEDITOR.document.getById( this.domId ); - }, - - /** - * Gets the DOM element that the user inputs values. - * This function is used by setValue(), getValue() and focus(). It should - * be overrided in child classes where the input element isn't the root - * element. - * @returns {CKEDITOR.dom.element} The element where the user input values. - * @example - * var rawValue = textInput.getInputElement().$.value; - */ - getInputElement : function() - { - return this.getElement(); - }, - - /** - * Gets the parent dialog object containing this UI element. - * @returns {CKEDITOR.dialog} Parent dialog object. - * @example - * var dialog = uiElement.getDialog(); - */ - getDialog : function() - { - return this._.dialog; - }, - - /** - * Sets the value of this dialog UI object. - * @param {Object} value The new value. - * @param {Boolean} noChangeEvent Internal commit, to supress 'change' event on this element. - * @returns {CKEDITOR.dialog.uiElement} The current UI element. - * @example - * uiElement.setValue( 'Dingo' ); - */ - setValue : function( value, noChangeEvent ) - { - this.getInputElement().setValue( value ); - !noChangeEvent && this.fire( 'change', { value : value } ); - return this; - }, - - /** - * Gets the current value of this dialog UI object. - * @returns {Object} The current value. - * @example - * var myValue = uiElement.getValue(); - */ - getValue : function() - { - return this.getInputElement().getValue(); - }, - - /** - * Tells whether the UI object's value has changed. - * @returns {Boolean} true if changed, false if not changed. - * @example - * if ( uiElement.isChanged() ) - * confirm( 'Value changed! Continue?' ); - */ - isChanged : function() - { - // Override in input classes. - return false; - }, - - /** - * Selects the parent tab of this element. Usually called by focus() or overridden focus() methods. - * @returns {CKEDITOR.dialog.uiElement} The current UI element. - * @example - * focus : function() - * { - * this.selectParentTab(); - * // do something else. - * } - */ - selectParentTab : function() - { - var element = this.getInputElement(), - cursor = element, - tabId; - while ( ( cursor = cursor.getParent() ) && cursor.$.className.search( 'cke_dialog_page_contents' ) == -1 ) - { /*jsl:pass*/ } - - // Some widgets don't have parent tabs (e.g. OK and Cancel buttons). - if ( !cursor ) - return this; - - tabId = cursor.getAttribute( 'name' ); - // Avoid duplicate select. - if ( this._.dialog._.currentTabId != tabId ) - this._.dialog.selectPage( tabId ); - return this; - }, - - /** - * Puts the focus to the UI object. Switches tabs if the UI object isn't in the active tab page. - * @returns {CKEDITOR.dialog.uiElement} The current UI element. - * @example - * uiElement.focus(); - */ - focus : function() - { - this.selectParentTab().getInputElement().focus(); - return this; - }, - - /** - * Registers the on* event handlers defined in the element definition. - * The default behavior of this function is: - * <ol> - * <li> - * If the on* event is defined in the class's eventProcesors list, - * then the registration is delegated to the corresponding function - * in the eventProcessors list. - * </li> - * <li> - * If the on* event is not defined in the eventProcessors list, then - * register the event handler under the corresponding DOM event of - * the UI element's input DOM element (as defined by the return value - * of {@link CKEDITOR.ui.dialog.uiElement#getInputElement}). - * </li> - * </ol> - * This function is only called at UI element instantiation, but can - * be overridded in child classes if they require more flexibility. - * @param {CKEDITOR.dialog.definition.uiElement} definition The UI element - * definition. - * @returns {CKEDITOR.dialog.uiElement} The current UI element. - * @example - */ - registerEvents : function( definition ) - { - var regex = /^on([A-Z]\w+)/, - match; - - var registerDomEvent = function( uiElement, dialog, eventName, func ) - { - dialog.on( 'load', function() - { - uiElement.getInputElement().on( eventName, func, uiElement ); - }); - }; - - for ( var i in definition ) - { - if ( !( match = i.match( regex ) ) ) - continue; - if ( this.eventProcessors[i] ) - this.eventProcessors[i].call( this, this._.dialog, definition[i] ); - else - registerDomEvent( this, this._.dialog, match[1].toLowerCase(), definition[i] ); - } - - return this; - }, - - /** - * The event processor list used by - * {@link CKEDITOR.ui.dialog.uiElement#getInputElement} at UI element - * instantiation. The default list defines three on* events: - * <ol> - * <li>onLoad - Called when the element's parent dialog opens for the - * first time</li> - * <li>onShow - Called whenever the element's parent dialog opens.</li> - * <li>onHide - Called whenever the element's parent dialog closes.</li> - * </ol> - * @field - * @type Object - * @example - * // This connects the 'click' event in CKEDITOR.ui.dialog.button to onClick - * // handlers in the UI element's definitions. - * CKEDITOR.ui.dialog.button.eventProcessors = CKEDITOR.tools.extend( {}, - * CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors, - * { onClick : function( dialog, func ) { this.on( 'click', func ); } }, - * true ); - */ - eventProcessors : - { - onLoad : function( dialog, func ) - { - dialog.on( 'load', func, this ); - }, - - onShow : function( dialog, func ) - { - dialog.on( 'show', func, this ); - }, - - onHide : function( dialog, func ) - { - dialog.on( 'hide', func, this ); - } - }, - - /** - * The default handler for a UI element's access key down event, which - * tries to put focus to the UI element.<br /> - * Can be overridded in child classes for more sophisticaed behavior. - * @param {CKEDITOR.dialog} dialog The parent dialog object. - * @param {String} key The key combination pressed. Since access keys - * are defined to always include the CTRL key, its value should always - * include a 'CTRL+' prefix. - * @example - */ - accessKeyDown : function( dialog, key ) - { - this.focus(); - }, - - /** - * The default handler for a UI element's access key up event, which - * does nothing.<br /> - * Can be overridded in child classes for more sophisticated behavior. - * @param {CKEDITOR.dialog} dialog The parent dialog object. - * @param {String} key The key combination pressed. Since access keys - * are defined to always include the CTRL key, its value should always - * include a 'CTRL+' prefix. - * @example - */ - accessKeyUp : function( dialog, key ) - { - }, - - /** - * Disables a UI element. - * @example - */ - disable : function() - { - var element = this.getElement(), - input = this.getInputElement(); - input.setAttribute( 'disabled', 'true' ); - element.addClass( 'cke_disabled' ); - }, - - /** - * Enables a UI element. - * @example - */ - enable : function() - { - var element = this.getElement(), - input = this.getInputElement(); - input.removeAttribute( 'disabled' ); - element.removeClass( 'cke_disabled' ); - }, - - /** - * Determines whether an UI element is enabled or not. - * @returns {Boolean} Whether the UI element is enabled. - * @example - */ - isEnabled : function() - { - return !this.getElement().hasClass( 'cke_disabled' ); - }, - - /** - * Determines whether an UI element is visible or not. - * @returns {Boolean} Whether the UI element is visible. - * @example - */ - isVisible : function() - { - return this.getInputElement().isVisible(); - }, - - /** - * Determines whether an UI element is focus-able or not. - * Focus-able is defined as being both visible and enabled. - * @returns {Boolean} Whether the UI element can be focused. - * @example - */ - isFocusable : function() - { - if ( !this.isEnabled() || !this.isVisible() ) - return false; - return true; - } - }; - - CKEDITOR.ui.dialog.hbox.prototype = CKEDITOR.tools.extend( new CKEDITOR.ui.dialog.uiElement, - /** - * @lends CKEDITOR.ui.dialog.hbox.prototype - */ - { - /** - * Gets a child UI element inside this container. - * @param {Array|Number} indices An array or a single number to indicate the child's - * position in the container's descendant tree. Omit to get all the children in an array. - * @returns {Array|CKEDITOR.ui.dialog.uiElement} Array of all UI elements in the container - * if no argument given, or the specified UI element if indices is given. - * @example - * var checkbox = hbox.getChild( [0,1] ); - * checkbox.setValue( true ); - */ - getChild : function( indices ) - { - // If no arguments, return a clone of the children array. - if ( arguments.length < 1 ) - return this._.children.concat(); - - // If indices isn't array, make it one. - if ( !indices.splice ) - indices = [ indices ]; - - // Retrieve the child element according to tree position. - if ( indices.length < 2 ) - return this._.children[ indices[0] ]; - else - return ( this._.children[ indices[0] ] && this._.children[ indices[0] ].getChild ) ? - this._.children[ indices[0] ].getChild( indices.slice( 1, indices.length ) ) : - null; - } - }, true ); - - CKEDITOR.ui.dialog.vbox.prototype = new CKEDITOR.ui.dialog.hbox(); - - - - (function() - { - var commonBuilder = { - build : function( dialog, elementDefinition, output ) - { - var children = elementDefinition.children, - child, - childHtmlList = [], - childObjList = []; - for ( var i = 0 ; ( i < children.length && ( child = children[i] ) ) ; i++ ) - { - var childHtml = []; - childHtmlList.push( childHtml ); - childObjList.push( CKEDITOR.dialog._.uiElementBuilders[ child.type ].build( dialog, child, childHtml ) ); - } - return new CKEDITOR.ui.dialog[elementDefinition.type]( dialog, childObjList, childHtmlList, output, elementDefinition ); - } - }; - - CKEDITOR.dialog.addUIElement( 'hbox', commonBuilder ); - CKEDITOR.dialog.addUIElement( 'vbox', commonBuilder ); - })(); - - /** - * Generic dialog command. It opens a specific dialog when executed. - * @constructor - * @augments CKEDITOR.commandDefinition - * @param {string} dialogName The name of the dialog to open when executing - * this command. - * @example - * // Register the "link" command, which opens the "link" dialog. - * editor.addCommand( 'link', <b>new CKEDITOR.dialogCommand( 'link' )</b> ); - */ - CKEDITOR.dialogCommand = function( dialogName ) - { - this.dialogName = dialogName; - }; - - CKEDITOR.dialogCommand.prototype = - { - /** @ignore */ - exec : function( editor ) - { - editor.openDialog( this.dialogName ); - }, - - // Dialog commands just open a dialog ui, thus require no undo logic, - // undo support should dedicate to specific dialog implementation. - canUndo: false, - - editorFocus : CKEDITOR.env.ie || CKEDITOR.env.webkit - }; - - (function() - { - var notEmptyRegex = /^([a]|[^a])+$/, - integerRegex = /^\d*$/, - numberRegex = /^\d*(?:\.\d+)?$/, - htmlLengthRegex = /^(((\d*(\.\d+))|(\d*))(px|\%)?)?$/, - cssLengthRegex = /^(((\d*(\.\d+))|(\d*))(px|em|ex|in|cm|mm|pt|pc|\%)?)?$/i; - - CKEDITOR.VALIDATE_OR = 1; - CKEDITOR.VALIDATE_AND = 2; - - CKEDITOR.dialog.validate = - { - functions : function() - { - var args = arguments; - return function() - { - /** - * It's important for validate functions to be able to accept the value - * as argument in addition to this.getValue(), so that it is possible to - * combine validate functions together to make more sophisticated - * validators. - */ - var value = this && this.getValue ? this.getValue() : args[ 0 ]; - - var msg = undefined, - relation = CKEDITOR.VALIDATE_AND, - functions = [], i; - - for ( i = 0 ; i < args.length ; i++ ) - { - if ( typeof( args[i] ) == 'function' ) - functions.push( args[i] ); - else - break; - } - - if ( i < args.length && typeof( args[i] ) == 'string' ) - { - msg = args[i]; - i++; - } - - if ( i < args.length && typeof( args[i]) == 'number' ) - relation = args[i]; - - var passed = ( relation == CKEDITOR.VALIDATE_AND ? true : false ); - for ( i = 0 ; i < functions.length ; i++ ) - { - if ( relation == CKEDITOR.VALIDATE_AND ) - passed = passed && functions[i]( value ); - else - passed = passed || functions[i]( value ); - } - - return !passed ? msg : true; - }; - }, - - regex : function( regex, msg ) - { - /* - * Can be greatly shortened by deriving from functions validator if code size - * turns out to be more important than performance. - */ - return function() - { - var value = this && this.getValue ? this.getValue() : arguments[0]; - return !regex.test( value ) ? msg : true; - }; - }, - - notEmpty : function( msg ) - { - return this.regex( notEmptyRegex, msg ); - }, - - integer : function( msg ) - { - return this.regex( integerRegex, msg ); - }, - - 'number' : function( msg ) - { - return this.regex( numberRegex, msg ); - }, - - 'cssLength' : function( msg ) - { - return this.functions( function( val ){ return cssLengthRegex.test( CKEDITOR.tools.trim( val ) ); }, msg ); - }, - - 'htmlLength' : function( msg ) - { - return this.functions( function( val ){ return htmlLengthRegex.test( CKEDITOR.tools.trim( val ) ); }, msg ); - }, - - equals : function( value, msg ) - { - return this.functions( function( val ){ return val == value; }, msg ); - }, - - notEqual : function( value, msg ) - { - return this.functions( function( val ){ return val != value; }, msg ); - } - }; - - CKEDITOR.on( 'instanceDestroyed', function( evt ) - { - // Remove dialog cover on last instance destroy. - if ( CKEDITOR.tools.isEmpty( CKEDITOR.instances ) ) - { - var currentTopDialog; - while ( ( currentTopDialog = CKEDITOR.dialog._.currentTop ) ) - currentTopDialog.hide(); - removeCovers(); - } - - var dialogs = evt.editor._.storedDialogs; - for ( var name in dialogs ) - dialogs[ name ].destroy(); - - }); - - })(); - - // Extend the CKEDITOR.editor class with dialog specific functions. - CKEDITOR.tools.extend( CKEDITOR.editor.prototype, - /** @lends CKEDITOR.editor.prototype */ - { - /** - * Loads and opens a registered dialog. - * @param {String} dialogName The registered name of the dialog. - * @param {Function} callback The function to be invoked after dialog instance created. - * @see CKEDITOR.dialog.add - * @example - * CKEDITOR.instances.editor1.openDialog( 'smiley' ); - * @returns {CKEDITOR.dialog} The dialog object corresponding to the dialog displayed. null if the dialog name is not registered. - */ - openDialog : function( dialogName, callback ) - { - if ( this.mode == 'wysiwyg' && CKEDITOR.env.ie ) - { - var selection = this.getSelection(); - selection && selection.lock(); - } - - var dialogDefinitions = CKEDITOR.dialog._.dialogDefinitions[ dialogName ], - dialogSkin = this.skin.dialog; - - if ( CKEDITOR.dialog._.currentTop === null ) - showCover( this ); - - // If the dialogDefinition is already loaded, open it immediately. - if ( typeof dialogDefinitions == 'function' && dialogSkin._isLoaded ) - { - var storedDialogs = this._.storedDialogs || - ( this._.storedDialogs = {} ); - - var dialog = storedDialogs[ dialogName ] || - ( storedDialogs[ dialogName ] = new CKEDITOR.dialog( this, dialogName ) ); - - callback && callback.call( dialog, dialog ); - dialog.show(); - - return dialog; - } - else if ( dialogDefinitions == 'failed' ) - { - hideCover(); - throw new Error( '[CKEDITOR.dialog.openDialog] Dialog "' + dialogName + '" failed when loading definition.' ); - } - - var me = this; - - function onDialogFileLoaded( success ) - { - var dialogDefinition = CKEDITOR.dialog._.dialogDefinitions[ dialogName ], - skin = me.skin.dialog; - - // Check if both skin part and definition is loaded. - if ( !skin._isLoaded || loadDefinition && typeof success == 'undefined' ) - return; - - // In case of plugin error, mark it as loading failed. - if ( typeof dialogDefinition != 'function' ) - CKEDITOR.dialog._.dialogDefinitions[ dialogName ] = 'failed'; - - me.openDialog( dialogName, callback ); - } - - if ( typeof dialogDefinitions == 'string' ) - { - var loadDefinition = 1; - CKEDITOR.scriptLoader.load( CKEDITOR.getUrl( dialogDefinitions ), onDialogFileLoaded, null, 0, 1 ); - } - - CKEDITOR.skins.load( this, 'dialog', onDialogFileLoaded ); - - return null; - } - }); -})(); - -CKEDITOR.plugins.add( 'dialog', - { - requires : [ 'dialogui' ] - }); - -// Dialog related configurations. - -/** - * The color of the dialog background cover. It should be a valid CSS color - * string. - * @name CKEDITOR.config.dialog_backgroundCoverColor - * @type String - * @default 'white' - * @example - * config.dialog_backgroundCoverColor = 'rgb(255, 254, 253)'; - */ - -/** - * The opacity of the dialog background cover. It should be a number within the - * range [0.0, 1.0]. - * @name CKEDITOR.config.dialog_backgroundCoverOpacity - * @type Number - * @default 0.5 - * @example - * config.dialog_backgroundCoverOpacity = 0.7; - */ - -/** - * If the dialog has more than one tab, put focus into the first tab as soon as dialog is opened. - * @name CKEDITOR.config.dialog_startupFocusTab - * @type Boolean - * @default false - * @example - * config.dialog_startupFocusTab = true; - */ - -/** - * The distance of magnetic borders used in moving and resizing dialogs, - * measured in pixels. - * @name CKEDITOR.config.dialog_magnetDistance - * @type Number - * @default 20 - * @example - * config.dialog_magnetDistance = 30; - */ - -/** - * The guideline to follow when generating the dialog buttons. There are 3 possible options: - * <ul> - * <li>'OS' - the buttons will be displayed in the default order of the user's OS;</li> - * <li>'ltr' - for Left-To-Right order;</li> - * <li>'rtl' - for Right-To-Left order.</li> - * </ul> - * @name CKEDITOR.config.dialog_buttonsOrder - * @type String - * @default 'OS' - * @since 3.5 - * @example - * config.dialog_buttonsOrder = 'rtl'; - */ - -/** - * The dialog contents to removed. It's a string composed by dialog name and tab name with a colon between them. - * Separate each pair with semicolon (see example). - * <b>Note: All names are case-sensitive.</b> - * <b>Note: Be cautious when specifying dialog tabs that are mandatory, like "info", dialog functionality might be broken because of this!</b> - * @name CKEDITOR.config.removeDialogTabs - * @type String - * @since 3.5 - * @default '' - * @example - * config.removeDialogTabs = 'flash:advanced;image:Link'; - */ - -/** - * Fired when a dialog definition is about to be used to create a dialog into - * an editor instance. This event makes it possible to customize the definition - * before creating it. - * <p>Note that this event is called only the first time a specific dialog is - * opened. Successive openings will use the cached dialog, and this event will - * not get fired.</p> - * @name CKEDITOR#dialogDefinition - * @event - * @param {CKEDITOR.dialog.definition} data The dialog defination that - * is being loaded. - * @param {CKEDITOR.editor} editor The editor instance that will use the - * dialog. - */ - -/** - * Fired when a tab is going to be selected in a dialog - * @name CKEDITOR.dialog#selectPage - * @event - * @param {String} page The id of the page that it's gonna be selected. - * @param {String} currentPage The id of the current page. - */ - -/** - * Fired when the user tries to dismiss a dialog - * @name CKEDITOR.dialog#cancel - * @event - * @param {Boolean} hide Whether the event should proceed or not. - */ - -/** - * Fired when the user tries to confirm a dialog - * @name CKEDITOR.dialog#ok - * @event - * @param {Boolean} hide Whether the event should proceed or not. - */ - -/** - * Fired when a dialog is shown - * @name CKEDITOR.dialog#show - * @event - */ - -/** - * Fired when a dialog is shown - * @name CKEDITOR.editor#dialogShow - * @event - */ - -/** - * Fired when a dialog is hidden - * @name CKEDITOR.dialog#hide - * @event - */ - -/** - * Fired when a dialog is hidden - * @name CKEDITOR.editor#dialogHide - * @event - */ - -/** - * Fired when a dialog is being resized. The event is fired on - * both the 'CKEDITOR.dialog' object and the dialog instance - * since 3.5.3, previously it's available only in the global object. - * @name CKEDITOR.dialog#resize - * @since 3.5 - * @event - * @param {CKEDITOR.dialog} dialog The dialog being resized (if - * it's fired on the dialog itself, this parameter isn't sent). - * @param {String} skin The skin name. - * @param {Number} width The new width. - * @param {Number} height The new height. - */ diff --git a/skins/ckeditor/_source/plugins/dialogadvtab/plugin.js b/skins/ckeditor/_source/plugins/dialogadvtab/plugin.js deleted file mode 100644 index ad111ff..0000000 --- a/skins/ckeditor/_source/plugins/dialogadvtab/plugin.js +++ /dev/null @@ -1,207 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - -function setupAdvParams( element ) -{ - var attrName = this.att; - - var value = element && element.hasAttribute( attrName ) && element.getAttribute( attrName ) || ''; - - if ( value !== undefined ) - this.setValue( value ); -} - -function commitAdvParams() -{ - // Dialogs may use different parameters in the commit list, so, by - // definition, we take the first CKEDITOR.dom.element available. - var element; - - for ( var i = 0 ; i < arguments.length ; i++ ) - { - if ( arguments[ i ] instanceof CKEDITOR.dom.element ) - { - element = arguments[ i ]; - break; - } - } - - if ( element ) - { - var attrName = this.att, - value = this.getValue(); - - if ( value ) - element.setAttribute( attrName, value ); - else - element.removeAttribute( attrName, value ); - } -} - -CKEDITOR.plugins.add( 'dialogadvtab', -{ - /** - * - * @param tabConfig - * id, dir, classes, styles - */ - createAdvancedTab : function( editor, tabConfig ) - { - if ( !tabConfig ) - tabConfig = { id:1, dir:1, classes:1, styles:1 }; - - var lang = editor.lang.common; - - var result = - { - id : 'advanced', - label : lang.advancedTab, - title : lang.advancedTab, - elements : - [ - { - type : 'vbox', - padding : 1, - children : [] - } - ] - }; - - var contents = []; - - if ( tabConfig.id || tabConfig.dir ) - { - if ( tabConfig.id ) - { - contents.push( - { - id : 'advId', - att : 'id', - type : 'text', - label : lang.id, - setup : setupAdvParams, - commit : commitAdvParams - }); - } - - if ( tabConfig.dir ) - { - contents.push( - { - id : 'advLangDir', - att : 'dir', - type : 'select', - label : lang.langDir, - 'default' : '', - style : 'width:100%', - items : - [ - [ lang.notSet, '' ], - [ lang.langDirLTR, 'ltr' ], - [ lang.langDirRTL, 'rtl' ] - ], - setup : setupAdvParams, - commit : commitAdvParams - }); - } - - result.elements[ 0 ].children.push( - { - type : 'hbox', - widths : [ '50%', '50%' ], - children : [].concat( contents ) - }); - } - - if ( tabConfig.styles || tabConfig.classes ) - { - contents = []; - - if ( tabConfig.styles ) - { - contents.push( - { - id : 'advStyles', - att : 'style', - type : 'text', - label : lang.styles, - 'default' : '', - - onChange : function(){}, - - getStyle : function( name, defaultValue ) - { - var match = this.getValue().match( new RegExp( name + '\\s*:\\s*([^;]*)', 'i') ); - return match ? match[ 1 ] : defaultValue; - }, - - updateStyle : function( name, value ) - { - var styles = this.getValue(); - - // Remove the current value. - if ( styles ) - { - styles = styles - .replace( new RegExp( '\\s*' + name + '\s*:[^;]*(?:$|;\s*)', 'i' ), '' ) - .replace( /^[;\s]+/, '' ) - .replace( /\s+$/, '' ); - } - - if ( value ) - { - styles && !(/;\s*$/).test( styles ) && ( styles += '; ' ); - styles += name + ': ' + value; - } - - this.setValue( styles, 1 ); - - }, - - setup : setupAdvParams, - - commit : commitAdvParams - - }); - } - - if ( tabConfig.classes ) - { - contents.push( - { - type : 'hbox', - widths : [ '45%', '55%' ], - children : - [ - { - id : 'advCSSClasses', - att : 'class', - type : 'text', - label : lang.cssClasses, - 'default' : '', - setup : setupAdvParams, - commit : commitAdvParams - - } - ] - }); - } - - result.elements[ 0 ].children.push( - { - type : 'hbox', - widths : [ '50%', '50%' ], - children : [].concat( contents ) - }); - } - - return result; - } -}); - -})(); diff --git a/skins/ckeditor/_source/plugins/dialogui/plugin.js b/skins/ckeditor/_source/plugins/dialogui/plugin.js deleted file mode 100644 index c68c35b..0000000 --- a/skins/ckeditor/_source/plugins/dialogui/plugin.js +++ /dev/null @@ -1,1541 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** @fileoverview The "dialogui" plugin. */ - -CKEDITOR.plugins.add( 'dialogui' ); - -(function() -{ - var initPrivateObject = function( elementDefinition ) - { - this._ || ( this._ = {} ); - this._['default'] = this._.initValue = elementDefinition['default'] || ''; - this._.required = elementDefinition[ 'required' ] || false; - var args = [ this._ ]; - for ( var i = 1 ; i < arguments.length ; i++ ) - args.push( arguments[i] ); - args.push( true ); - CKEDITOR.tools.extend.apply( CKEDITOR.tools, args ); - return this._; - }, - textBuilder = - { - build : function( dialog, elementDefinition, output ) - { - return new CKEDITOR.ui.dialog.textInput( dialog, elementDefinition, output ); - } - }, - commonBuilder = - { - build : function( dialog, elementDefinition, output ) - { - return new CKEDITOR.ui.dialog[elementDefinition.type]( dialog, elementDefinition, output ); - } - }, - containerBuilder = - { - build : function( dialog, elementDefinition, output ) - { - var children = elementDefinition.children, - child, - childHtmlList = [], - childObjList = []; - for ( var i = 0 ; ( i < children.length && ( child = children[i] ) ) ; i++ ) - { - var childHtml = []; - childHtmlList.push( childHtml ); - childObjList.push( CKEDITOR.dialog._.uiElementBuilders[ child.type ].build( dialog, child, childHtml ) ); - } - return new CKEDITOR.ui.dialog[ elementDefinition.type ]( dialog, childObjList, childHtmlList, output, elementDefinition ); - } - }, - commonPrototype = - { - isChanged : function() - { - return this.getValue() != this.getInitValue(); - }, - - reset : function( noChangeEvent ) - { - this.setValue( this.getInitValue(), noChangeEvent ); - }, - - setInitValue : function() - { - this._.initValue = this.getValue(); - }, - - resetInitValue : function() - { - this._.initValue = this._['default']; - }, - - getInitValue : function() - { - return this._.initValue; - } - }, - commonEventProcessors = CKEDITOR.tools.extend( {}, CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors, - { - onChange : function( dialog, func ) - { - if ( !this._.domOnChangeRegistered ) - { - dialog.on( 'load', function() - { - this.getInputElement().on( 'change', function() - { - // Make sure 'onchange' doesn't get fired after dialog closed. (#5719) - if ( !dialog.parts.dialog.isVisible() ) - return; - - this.fire( 'change', { value : this.getValue() } ); - }, this ); - }, this ); - this._.domOnChangeRegistered = true; - } - - this.on( 'change', func ); - } - }, true ), - eventRegex = /^on([A-Z]\w+)/, - cleanInnerDefinition = function( def ) - { - // An inner UI element should not have the parent's type, title or events. - for ( var i in def ) - { - if ( eventRegex.test( i ) || i == 'title' || i == 'type' ) - delete def[i]; - } - return def; - }; - - CKEDITOR.tools.extend( CKEDITOR.ui.dialog, - /** @lends CKEDITOR.ui.dialog */ - { - /** - * Base class for all dialog elements with a textual label on the left. - * @constructor - * @example - * @extends CKEDITOR.ui.dialog.uiElement - * @param {CKEDITOR.dialog} dialog - * Parent dialog object. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition - * The element definition. Accepted fields: - * <ul> - * <li><strong>label</strong> (Required) The label string.</li> - * <li><strong>labelLayout</strong> (Optional) Put 'horizontal' here if the - * label element is to be layed out horizontally. Otherwise a vertical - * layout will be used.</li> - * <li><strong>widths</strong> (Optional) This applies only for horizontal - * layouts - an 2-element array of lengths to specify the widths of the - * label and the content element.</li> - * </ul> - * @param {Array} htmlList - * List of HTML code to output to. - * @param {Function} contentHtml - * A function returning the HTML code string to be added inside the content - * cell. - */ - labeledElement : function( dialog, elementDefinition, htmlList, contentHtml ) - { - if ( arguments.length < 4 ) - return; - - var _ = initPrivateObject.call( this, elementDefinition ); - _.labelId = CKEDITOR.tools.getNextId() + '_label'; - var children = this._.children = []; - /** @ignore */ - var innerHTML = function() - { - var html = [], - requiredClass = elementDefinition.required ? ' cke_required' : '' ; - if ( elementDefinition.labelLayout != 'horizontal' ) - html.push( '<label class="cke_dialog_ui_labeled_label' + requiredClass + '" ', - ' id="'+ _.labelId + '"', - ' for="' + _.inputId + '"', - ( elementDefinition.labelStyle ? ' style="' + elementDefinition.labelStyle + '"' : '' ) +'>', - elementDefinition.label, - '</label>', - '<div class="cke_dialog_ui_labeled_content"' + ( elementDefinition.controlStyle ? ' style="' + elementDefinition.controlStyle + '"' : '' ) + ' role="presentation">', - contentHtml.call( this, dialog, elementDefinition ), - '</div>' ); - else - { - var hboxDefinition = { - type : 'hbox', - widths : elementDefinition.widths, - padding : 0, - children : - [ - { - type : 'html', - html : '<label class="cke_dialog_ui_labeled_label' + requiredClass + '"' + - ' id="' + _.labelId + '"' + - ' for="' + _.inputId + '"' + - ( elementDefinition.labelStyle ? ' style="' + elementDefinition.labelStyle + '"' : '' ) +'>' + - CKEDITOR.tools.htmlEncode( elementDefinition.label ) + - '</span>' - }, - { - type : 'html', - html : '<span class="cke_dialog_ui_labeled_content"' + ( elementDefinition.controlStyle ? ' style="' + elementDefinition.controlStyle + '"' : '' ) + '>' + - contentHtml.call( this, dialog, elementDefinition ) + - '</span>' - } - ] - }; - CKEDITOR.dialog._.uiElementBuilders.hbox.build( dialog, hboxDefinition, html ); - } - return html.join( '' ); - }; - CKEDITOR.ui.dialog.uiElement.call( this, dialog, elementDefinition, htmlList, 'div', null, { role : 'presentation' }, innerHTML ); - }, - - /** - * A text input with a label. This UI element class represents both the - * single-line text inputs and password inputs in dialog boxes. - * @constructor - * @example - * @extends CKEDITOR.ui.dialog.labeledElement - * @param {CKEDITOR.dialog} dialog - * Parent dialog object. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition - * The element definition. Accepted fields: - * <ul> - * <li><strong>default</strong> (Optional) The default value.</li> - * <li><strong>validate</strong> (Optional) The validation function. </li> - * <li><strong>maxLength</strong> (Optional) The maximum length of text box - * contents.</li> - * <li><strong>size</strong> (Optional) The size of the text box. This is - * usually overridden by the size defined by the skin, however.</li> - * </ul> - * @param {Array} htmlList - * List of HTML code to output to. - */ - textInput : function( dialog, elementDefinition, htmlList ) - { - if ( arguments.length < 3 ) - return; - - initPrivateObject.call( this, elementDefinition ); - var domId = this._.inputId = CKEDITOR.tools.getNextId() + '_textInput', - attributes = { 'class' : 'cke_dialog_ui_input_' + elementDefinition.type, id : domId, type : 'text' }, - i; - - // Set the validator, if any. - if ( elementDefinition.validate ) - this.validate = elementDefinition.validate; - - // Set the max length and size. - if ( elementDefinition.maxLength ) - attributes.maxlength = elementDefinition.maxLength; - if ( elementDefinition.size ) - attributes.size = elementDefinition.size; - - if ( elementDefinition.inputStyle ) - attributes.style = elementDefinition.inputStyle; - - // If user presses Enter in a text box, it implies clicking OK for the dialog. - var me = this, keyPressedOnMe = false; - dialog.on( 'load', function() - { - me.getInputElement().on( 'keydown', function( evt ) - { - if ( evt.data.getKeystroke() == 13 ) - keyPressedOnMe = true; - } ); - - // Lower the priority this 'keyup' since 'ok' will close the dialog.(#3749) - me.getInputElement().on( 'keyup', function( evt ) - { - if ( evt.data.getKeystroke() == 13 && keyPressedOnMe ) - { - dialog.getButton( 'ok' ) && setTimeout( function () - { - dialog.getButton( 'ok' ).click(); - }, 0 ); - keyPressedOnMe = false; - } - }, null, null, 1000 ); - } ); - - /** @ignore */ - var innerHTML = function() - { - // IE BUG: Text input fields in IE at 100% would exceed a <td> or inline - // container's width, so need to wrap it inside a <div>. - var html = [ '<div class="cke_dialog_ui_input_', elementDefinition.type, '" role="presentation"' ]; - - if ( elementDefinition.width ) - html.push( 'style="width:'+ elementDefinition.width +'" ' ); - - html.push( '><input ' ); - - attributes[ 'aria-labelledby' ] = this._.labelId; - this._.required && ( attributes[ 'aria-required' ] = this._.required ); - for ( var i in attributes ) - html.push( i + '="' + attributes[i] + '" ' ); - html.push( ' /></div>' ); - return html.join( '' ); - }; - CKEDITOR.ui.dialog.labeledElement.call( this, dialog, elementDefinition, htmlList, innerHTML ); - }, - - /** - * A text area with a label on the top or left. - * @constructor - * @extends CKEDITOR.ui.dialog.labeledElement - * @example - * @param {CKEDITOR.dialog} dialog - * Parent dialog object. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition - * The element definition. Accepted fields: - * <ul> - * <li><strong>rows</strong> (Optional) The number of rows displayed. - * Defaults to 5 if not defined.</li> - * <li><strong>cols</strong> (Optional) The number of cols displayed. - * Defaults to 20 if not defined. Usually overridden by skins.</li> - * <li><strong>default</strong> (Optional) The default value.</li> - * <li><strong>validate</strong> (Optional) The validation function. </li> - * </ul> - * @param {Array} htmlList - * List of HTML code to output to. - */ - textarea : function( dialog, elementDefinition, htmlList ) - { - if ( arguments.length < 3 ) - return; - - initPrivateObject.call( this, elementDefinition ); - var me = this, - domId = this._.inputId = CKEDITOR.tools.getNextId() + '_textarea', - attributes = {}; - - if ( elementDefinition.validate ) - this.validate = elementDefinition.validate; - - // Generates the essential attributes for the textarea tag. - attributes.rows = elementDefinition.rows || 5; - attributes.cols = elementDefinition.cols || 20; - - if ( typeof elementDefinition.inputStyle != 'undefined' ) - attributes.style = elementDefinition.inputStyle; - - - /** @ignore */ - var innerHTML = function() - { - attributes[ 'aria-labelledby' ] = this._.labelId; - this._.required && ( attributes[ 'aria-required' ] = this._.required ); - var html = [ '<div class="cke_dialog_ui_input_textarea" role="presentation"><textarea class="cke_dialog_ui_input_textarea" id="', domId, '" ' ]; - for ( var i in attributes ) - html.push( i + '="' + CKEDITOR.tools.htmlEncode( attributes[i] ) + '" ' ); - html.push( '>', CKEDITOR.tools.htmlEncode( me._['default'] ), '</textarea></div>' ); - return html.join( '' ); - }; - CKEDITOR.ui.dialog.labeledElement.call( this, dialog, elementDefinition, htmlList, innerHTML ); - }, - - /** - * A single checkbox with a label on the right. - * @constructor - * @extends CKEDITOR.ui.dialog.uiElement - * @example - * @param {CKEDITOR.dialog} dialog - * Parent dialog object. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition - * The element definition. Accepted fields: - * <ul> - * <li><strong>checked</strong> (Optional) Whether the checkbox is checked - * on instantiation. Defaults to false.</li> - * <li><strong>validate</strong> (Optional) The validation function.</li> - * <li><strong>label</strong> (Optional) The checkbox label.</li> - * </ul> - * @param {Array} htmlList - * List of HTML code to output to. - */ - checkbox : function( dialog, elementDefinition, htmlList ) - { - if ( arguments.length < 3 ) - return; - - var _ = initPrivateObject.call( this, elementDefinition, { 'default' : !!elementDefinition[ 'default' ] } ); - - if ( elementDefinition.validate ) - this.validate = elementDefinition.validate; - - /** @ignore */ - var innerHTML = function() - { - var myDefinition = CKEDITOR.tools.extend( {}, elementDefinition, - { - id : elementDefinition.id ? elementDefinition.id + '_checkbox' : CKEDITOR.tools.getNextId() + '_checkbox' - }, true ), - html = []; - - var labelId = CKEDITOR.tools.getNextId() + '_label'; - var attributes = { 'class' : 'cke_dialog_ui_checkbox_input', type : 'checkbox', 'aria-labelledby' : labelId }; - cleanInnerDefinition( myDefinition ); - if ( elementDefinition[ 'default' ] ) - attributes.checked = 'checked'; - - if ( typeof myDefinition.inputStyle != 'undefined' ) - myDefinition.style = myDefinition.inputStyle; - - _.checkbox = new CKEDITOR.ui.dialog.uiElement( dialog, myDefinition, html, 'input', null, attributes ); - html.push( ' <label id="', labelId, '" for="', attributes.id, '"' + ( elementDefinition.labelStyle ? ' style="' + elementDefinition.labelStyle + '"' : '' ) + '>', - CKEDITOR.tools.htmlEncode( elementDefinition.label ), - '</label>' ); - return html.join( '' ); - }; - - CKEDITOR.ui.dialog.uiElement.call( this, dialog, elementDefinition, htmlList, 'span', null, null, innerHTML ); - }, - - /** - * A group of radio buttons. - * @constructor - * @example - * @extends CKEDITOR.ui.dialog.labeledElement - * @param {CKEDITOR.dialog} dialog - * Parent dialog object. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition - * The element definition. Accepted fields: - * <ul> - * <li><strong>default</strong> (Required) The default value.</li> - * <li><strong>validate</strong> (Optional) The validation function.</li> - * <li><strong>items</strong> (Required) An array of options. Each option - * is a 1- or 2-item array of format [ 'Description', 'Value' ]. If 'Value' - * is missing, then the value would be assumed to be the same as the - * description.</li> - * </ul> - * @param {Array} htmlList - * List of HTML code to output to. - */ - radio : function( dialog, elementDefinition, htmlList ) - { - if ( arguments.length < 3) - return; - - initPrivateObject.call( this, elementDefinition ); - if ( !this._['default'] ) - this._['default'] = this._.initValue = elementDefinition.items[0][1]; - if ( elementDefinition.validate ) - this.validate = elementDefinition.valdiate; - var children = [], me = this; - - /** @ignore */ - var innerHTML = function() - { - var inputHtmlList = [], html = [], - commonAttributes = { 'class' : 'cke_dialog_ui_radio_item', 'aria-labelledby' : this._.labelId }, - commonName = elementDefinition.id ? elementDefinition.id + '_radio' : CKEDITOR.tools.getNextId() + '_radio'; - for ( var i = 0 ; i < elementDefinition.items.length ; i++ ) - { - var item = elementDefinition.items[i], - title = item[2] !== undefined ? item[2] : item[0], - value = item[1] !== undefined ? item[1] : item[0], - inputId = CKEDITOR.tools.getNextId() + '_radio_input', - labelId = inputId + '_label', - inputDefinition = CKEDITOR.tools.extend( {}, elementDefinition, - { - id : inputId, - title : null, - type : null - }, true ), - labelDefinition = CKEDITOR.tools.extend( {}, inputDefinition, - { - title : title - }, true ), - inputAttributes = - { - type : 'radio', - 'class' : 'cke_dialog_ui_radio_input', - name : commonName, - value : value, - 'aria-labelledby' : labelId - }, - inputHtml = []; - if ( me._['default'] == value ) - inputAttributes.checked = 'checked'; - cleanInnerDefinition( inputDefinition ); - cleanInnerDefinition( labelDefinition ); - - if ( typeof inputDefinition.inputStyle != 'undefined' ) - inputDefinition.style = inputDefinition.inputStyle; - - children.push( new CKEDITOR.ui.dialog.uiElement( dialog, inputDefinition, inputHtml, 'input', null, inputAttributes ) ); - inputHtml.push( ' ' ); - new CKEDITOR.ui.dialog.uiElement( dialog, labelDefinition, inputHtml, 'label', null, { id : labelId, 'for' : inputAttributes.id }, - item[0] ); - inputHtmlList.push( inputHtml.join( '' ) ); - } - new CKEDITOR.ui.dialog.hbox( dialog, [], inputHtmlList, html ); - return html.join( '' ); - }; - - CKEDITOR.ui.dialog.labeledElement.call( this, dialog, elementDefinition, htmlList, innerHTML ); - this._.children = children; - }, - - /** - * A button with a label inside. - * @constructor - * @example - * @extends CKEDITOR.ui.dialog.uiElement - * @param {CKEDITOR.dialog} dialog - * Parent dialog object. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition - * The element definition. Accepted fields: - * <ul> - * <li><strong>label</strong> (Required) The button label.</li> - * <li><strong>disabled</strong> (Optional) Set to true if you want the - * button to appear in disabled state.</li> - * </ul> - * @param {Array} htmlList - * List of HTML code to output to. - */ - button : function( dialog, elementDefinition, htmlList ) - { - if ( !arguments.length ) - return; - - if ( typeof elementDefinition == 'function' ) - elementDefinition = elementDefinition( dialog.getParentEditor() ); - - initPrivateObject.call( this, elementDefinition, { disabled : elementDefinition.disabled || false } ); - - // Add OnClick event to this input. - CKEDITOR.event.implementOn( this ); - - var me = this; - - // Register an event handler for processing button clicks. - dialog.on( 'load', function( eventInfo ) - { - var element = this.getElement(); - - (function() - { - element.on( 'click', function( evt ) - { - me.fire( 'click', { dialog : me.getDialog() } ); - evt.data.preventDefault(); - } ); - - element.on( 'keydown', function( evt ) - { - if ( evt.data.getKeystroke() in { 32:1 } ) - { - me.click(); - evt.data.preventDefault(); - } - } ); - })(); - - element.unselectable(); - }, this ); - - var outerDefinition = CKEDITOR.tools.extend( {}, elementDefinition ); - delete outerDefinition.style; - - var labelId = CKEDITOR.tools.getNextId() + '_label'; - CKEDITOR.ui.dialog.uiElement.call( - this, - dialog, - outerDefinition, - htmlList, - 'a', - null, - { - style : elementDefinition.style, - href : 'javascript:void(0)', - title : elementDefinition.label, - hidefocus : 'true', - 'class' : elementDefinition['class'], - role : 'button', - 'aria-labelledby' : labelId - }, - '<span id="' + labelId + '" class="cke_dialog_ui_button">' + - CKEDITOR.tools.htmlEncode( elementDefinition.label ) + - '</span>' ); - }, - - /** - * A select box. - * @extends CKEDITOR.ui.dialog.uiElement - * @example - * @constructor - * @param {CKEDITOR.dialog} dialog - * Parent dialog object. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition - * The element definition. Accepted fields: - * <ul> - * <li><strong>default</strong> (Required) The default value.</li> - * <li><strong>validate</strong> (Optional) The validation function.</li> - * <li><strong>items</strong> (Required) An array of options. Each option - * is a 1- or 2-item array of format [ 'Description', 'Value' ]. If 'Value' - * is missing, then the value would be assumed to be the same as the - * description.</li> - * <li><strong>multiple</strong> (Optional) Set this to true if you'd like - * to have a multiple-choice select box.</li> - * <li><strong>size</strong> (Optional) The number of items to display in - * the select box.</li> - * </ul> - * @param {Array} htmlList - * List of HTML code to output to. - */ - select : function( dialog, elementDefinition, htmlList ) - { - if ( arguments.length < 3 ) - return; - - var _ = initPrivateObject.call( this, elementDefinition ); - - if ( elementDefinition.validate ) - this.validate = elementDefinition.validate; - - _.inputId = CKEDITOR.tools.getNextId() + '_select'; - /** @ignore */ - var innerHTML = function() - { - var myDefinition = CKEDITOR.tools.extend( {}, elementDefinition, - { - id : elementDefinition.id ? elementDefinition.id + '_select' : CKEDITOR.tools.getNextId() + '_select' - }, true ), - html = [], - innerHTML = [], - attributes = { 'id' : _.inputId, 'class' : 'cke_dialog_ui_input_select', 'aria-labelledby' : this._.labelId }; - - // Add multiple and size attributes from element definition. - if ( elementDefinition.size != undefined ) - attributes.size = elementDefinition.size; - if ( elementDefinition.multiple != undefined ) - attributes.multiple = elementDefinition.multiple; - - cleanInnerDefinition( myDefinition ); - for ( var i = 0, item ; i < elementDefinition.items.length && ( item = elementDefinition.items[i] ) ; i++ ) - { - innerHTML.push( '<option value="', - CKEDITOR.tools.htmlEncode( item[1] !== undefined ? item[1] : item[0] ).replace( /"/g, '"' ), '" /> ', - CKEDITOR.tools.htmlEncode( item[0] ) ); - } - - if ( typeof myDefinition.inputStyle != 'undefined' ) - myDefinition.style = myDefinition.inputStyle; - - _.select = new CKEDITOR.ui.dialog.uiElement( dialog, myDefinition, html, 'select', null, attributes, innerHTML.join( '' ) ); - return html.join( '' ); - }; - - CKEDITOR.ui.dialog.labeledElement.call( this, dialog, elementDefinition, htmlList, innerHTML ); - }, - - /** - * A file upload input. - * @extends CKEDITOR.ui.dialog.labeledElement - * @example - * @constructor - * @param {CKEDITOR.dialog} dialog - * Parent dialog object. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition - * The element definition. Accepted fields: - * <ul> - * <li><strong>validate</strong> (Optional) The validation function.</li> - * </ul> - * @param {Array} htmlList - * List of HTML code to output to. - */ - file : function( dialog, elementDefinition, htmlList ) - { - if ( arguments.length < 3 ) - return; - - if ( elementDefinition['default'] === undefined ) - elementDefinition['default'] = ''; - - var _ = CKEDITOR.tools.extend( initPrivateObject.call( this, elementDefinition ), { definition : elementDefinition, buttons : [] } ); - - if ( elementDefinition.validate ) - this.validate = elementDefinition.validate; - - /** @ignore */ - var innerHTML = function() - { - _.frameId = CKEDITOR.tools.getNextId() + '_fileInput'; - - // Support for custom document.domain in IE. - var isCustomDomain = CKEDITOR.env.isCustomDomain(); - - var html = [ - '<iframe' + - ' frameborder="0"' + - ' allowtransparency="0"' + - ' class="cke_dialog_ui_input_file"' + - ' id="', _.frameId, '"' + - ' title="', elementDefinition.label, '"' + - ' src="javascript:void(' ]; - - html.push( - isCustomDomain ? - '(function(){' + - 'document.open();' + - 'document.domain=\'' + document.domain + '\';' + - 'document.close();' + - '})()' - : - '0' ); - - html.push( - ')">' + - '</iframe>' ); - - return html.join( '' ); - }; - - // IE BUG: Parent container does not resize to contain the iframe automatically. - dialog.on( 'load', function() - { - var iframe = CKEDITOR.document.getById( _.frameId ), - contentDiv = iframe.getParent(); - contentDiv.addClass( 'cke_dialog_ui_input_file' ); - } ); - - CKEDITOR.ui.dialog.labeledElement.call( this, dialog, elementDefinition, htmlList, innerHTML ); - }, - - /** - * A button for submitting the file in a file upload input. - * @extends CKEDITOR.ui.dialog.button - * @example - * @constructor - * @param {CKEDITOR.dialog} dialog - * Parent dialog object. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition - * The element definition. Accepted fields: - * <ul> - * <li><strong>for</strong> (Required) The file input's page and element Id - * to associate to, in a 2-item array format: [ 'page_id', 'element_id' ]. - * </li> - * <li><strong>validate</strong> (Optional) The validation function.</li> - * </ul> - * @param {Array} htmlList - * List of HTML code to output to. - */ - fileButton : function( dialog, elementDefinition, htmlList ) - { - if ( arguments.length < 3 ) - return; - - var _ = initPrivateObject.call( this, elementDefinition ), - me = this; - - if ( elementDefinition.validate ) - this.validate = elementDefinition.validate; - - var myDefinition = CKEDITOR.tools.extend( {}, elementDefinition ); - var onClick = myDefinition.onClick; - myDefinition.className = ( myDefinition.className ? myDefinition.className + ' ' : '' ) + 'cke_dialog_ui_button'; - myDefinition.onClick = function( evt ) - { - var target = elementDefinition[ 'for' ]; // [ pageId, elementId ] - if ( !onClick || onClick.call( this, evt ) !== false ) - { - dialog.getContentElement( target[0], target[1] ).submit(); - this.disable(); - } - }; - - dialog.on( 'load', function() - { - dialog.getContentElement( elementDefinition[ 'for' ][0], elementDefinition[ 'for' ][1] )._.buttons.push( me ); - } ); - - CKEDITOR.ui.dialog.button.call( this, dialog, myDefinition, htmlList ); - }, - - html : (function() - { - var myHtmlRe = /^\s*<[\w:]+\s+([^>]*)?>/, - theirHtmlRe = /^(\s*<[\w:]+(?:\s+[^>]*)?)((?:.|\r|\n)+)$/, - emptyTagRe = /\/$/; - /** - * A dialog element made from raw HTML code. - * @extends CKEDITOR.ui.dialog.uiElement - * @name CKEDITOR.ui.dialog.html - * @param {CKEDITOR.dialog} dialog Parent dialog object. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition Element definition. - * Accepted fields: - * <ul> - * <li><strong>html</strong> (Required) HTML code of this element.</li> - * </ul> - * @param {Array} htmlList List of HTML code to be added to the dialog's content area. - * @example - * @constructor - */ - return function( dialog, elementDefinition, htmlList ) - { - if ( arguments.length < 3 ) - return; - - var myHtmlList = [], - myHtml, - theirHtml = elementDefinition.html, - myMatch, theirMatch; - - // If the HTML input doesn't contain any tags at the beginning, add a <span> tag around it. - if ( theirHtml.charAt( 0 ) != '<' ) - theirHtml = '<span>' + theirHtml + '</span>'; - - // Look for focus function in definition. - var focus = elementDefinition.focus; - if ( focus ) - { - var oldFocus = this.focus; - this.focus = function() - { - oldFocus.call( this ); - typeof focus == 'function' && focus.call( this ); - this.fire( 'focus' ); - }; - if ( elementDefinition.isFocusable ) - { - var oldIsFocusable = this.isFocusable; - this.isFocusable = oldIsFocusable; - } - this.keyboardFocusable = true; - } - - CKEDITOR.ui.dialog.uiElement.call( this, dialog, elementDefinition, myHtmlList, 'span', null, null, '' ); - - // Append the attributes created by the uiElement call to the real HTML. - myHtml = myHtmlList.join( '' ); - myMatch = myHtml.match( myHtmlRe ); - theirMatch = theirHtml.match( theirHtmlRe ) || [ '', '', '' ]; - - if ( emptyTagRe.test( theirMatch[1] ) ) - { - theirMatch[1] = theirMatch[1].slice( 0, -1 ); - theirMatch[2] = '/' + theirMatch[2]; - } - - htmlList.push( [ theirMatch[1], ' ', myMatch[1] || '', theirMatch[2] ].join( '' ) ); - }; - })(), - - /** - * Form fieldset for grouping dialog UI elements. - * @constructor - * @extends CKEDITOR.ui.dialog.uiElement - * @param {CKEDITOR.dialog} dialog Parent dialog object. - * @param {Array} childObjList - * Array of {@link CKEDITOR.ui.dialog.uiElement} objects inside this - * container. - * @param {Array} childHtmlList - * Array of HTML code that correspond to the HTML output of all the - * objects in childObjList. - * @param {Array} htmlList - * Array of HTML code that this element will output to. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition - * The element definition. Accepted fields: - * <ul> - * <li><strong>label</strong> (Optional) The legend of the this fieldset.</li> - * <li><strong>children</strong> (Required) An array of dialog field definitions which will be grouped inside this fieldset. </li> - * </ul> - */ - fieldset : function( dialog, childObjList, childHtmlList, htmlList, elementDefinition ) - { - var legendLabel = elementDefinition.label; - /** @ignore */ - var innerHTML = function() - { - var html = []; - legendLabel && html.push( '<legend>' + legendLabel + '</legend>' ); - for ( var i = 0; i < childHtmlList.length; i++ ) - html.push( childHtmlList[ i ] ); - return html.join( '' ); - }; - - this._ = { children : childObjList }; - CKEDITOR.ui.dialog.uiElement.call( this, dialog, elementDefinition, htmlList, 'fieldset', null, null, innerHTML ); - } - - }, true ); - - CKEDITOR.ui.dialog.html.prototype = new CKEDITOR.ui.dialog.uiElement; - - CKEDITOR.ui.dialog.labeledElement.prototype = CKEDITOR.tools.extend( new CKEDITOR.ui.dialog.uiElement, - /** @lends CKEDITOR.ui.dialog.labeledElement.prototype */ - { - /** - * Sets the label text of the element. - * @param {String} label The new label text. - * @returns {CKEDITOR.ui.dialog.labeledElement} The current labeled element. - * @example - */ - setLabel : function( label ) - { - var node = CKEDITOR.document.getById( this._.labelId ); - if ( node.getChildCount() < 1 ) - ( new CKEDITOR.dom.text( label, CKEDITOR.document ) ).appendTo( node ); - else - node.getChild( 0 ).$.nodeValue = label; - return this; - }, - - /** - * Retrieves the current label text of the elment. - * @returns {String} The current label text. - * @example - */ - getLabel : function() - { - var node = CKEDITOR.document.getById( this._.labelId ); - if ( !node || node.getChildCount() < 1 ) - return ''; - else - return node.getChild( 0 ).getText(); - }, - - /** - * Defines the onChange event for UI element definitions. - * @field - * @type Object - * @example - */ - eventProcessors : commonEventProcessors - }, true ); - - CKEDITOR.ui.dialog.button.prototype = CKEDITOR.tools.extend( new CKEDITOR.ui.dialog.uiElement, - /** @lends CKEDITOR.ui.dialog.button.prototype */ - { - /** - * Simulates a click to the button. - * @example - * @returns {Object} Return value of the 'click' event. - */ - click : function() - { - if ( !this._.disabled ) - return this.fire( 'click', { dialog : this._.dialog } ); - this.getElement().$.blur(); - return false; - }, - - /** - * Enables the button. - * @example - */ - enable : function() - { - this._.disabled = false; - var element = this.getElement(); - element && element.removeClass( 'cke_disabled' ); - }, - - /** - * Disables the button. - * @example - */ - disable : function() - { - this._.disabled = true; - this.getElement().addClass( 'cke_disabled' ); - }, - - isVisible : function() - { - return this.getElement().getFirst().isVisible(); - }, - - isEnabled : function() - { - return !this._.disabled; - }, - - /** - * Defines the onChange event and onClick for button element definitions. - * @field - * @type Object - * @example - */ - eventProcessors : CKEDITOR.tools.extend( {}, CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors, - { - /** @ignore */ - onClick : function( dialog, func ) - { - this.on( 'click', func ); - } - }, true ), - - /** - * Handler for the element's access key up event. Simulates a click to - * the button. - * @example - */ - accessKeyUp : function() - { - this.click(); - }, - - /** - * Handler for the element's access key down event. Simulates a mouse - * down to the button. - * @example - */ - accessKeyDown : function() - { - this.focus(); - }, - - keyboardFocusable : true - }, true ); - - CKEDITOR.ui.dialog.textInput.prototype = CKEDITOR.tools.extend( new CKEDITOR.ui.dialog.labeledElement, - /** @lends CKEDITOR.ui.dialog.textInput.prototype */ - { - /** - * Gets the text input DOM element under this UI object. - * @example - * @returns {CKEDITOR.dom.element} The DOM element of the text input. - */ - getInputElement : function() - { - return CKEDITOR.document.getById( this._.inputId ); - }, - - /** - * Puts focus into the text input. - * @example - */ - focus : function() - { - var me = this.selectParentTab(); - - // GECKO BUG: setTimeout() is needed to workaround invisible selections. - setTimeout( function() - { - var element = me.getInputElement(); - element && element.$.focus(); - }, 0 ); - }, - - /** - * Selects all the text in the text input. - * @example - */ - select : function() - { - var me = this.selectParentTab(); - - // GECKO BUG: setTimeout() is needed to workaround invisible selections. - setTimeout( function() - { - var e = me.getInputElement(); - if ( e ) - { - e.$.focus(); - e.$.select(); - } - }, 0 ); - }, - - /** - * Handler for the text input's access key up event. Makes a select() - * call to the text input. - * @example - */ - accessKeyUp : function() - { - this.select(); - }, - - /** - * Sets the value of this text input object. - * @param {Object} value The new value. - * @returns {CKEDITOR.ui.dialog.textInput} The current UI element. - * @example - * uiElement.setValue( 'Blamo' ); - */ - setValue : function( value ) - { - !value && ( value = '' ); - return CKEDITOR.ui.dialog.uiElement.prototype.setValue.apply( this, arguments ); - }, - - keyboardFocusable : true - }, commonPrototype, true ); - - CKEDITOR.ui.dialog.textarea.prototype = new CKEDITOR.ui.dialog.textInput(); - - CKEDITOR.ui.dialog.select.prototype = CKEDITOR.tools.extend( new CKEDITOR.ui.dialog.labeledElement, - /** @lends CKEDITOR.ui.dialog.select.prototype */ - { - /** - * Gets the DOM element of the select box. - * @returns {CKEDITOR.dom.element} The <select> element of this UI - * element. - * @example - */ - getInputElement : function() - { - return this._.select.getElement(); - }, - - /** - * Adds an option to the select box. - * @param {String} label Option label. - * @param {String} value (Optional) Option value, if not defined it'll be - * assumed to be the same as the label. - * @param {Number} index (Optional) Position of the option to be inserted - * to. If not defined the new option will be inserted to the end of list. - * @example - * @returns {CKEDITOR.ui.dialog.select} The current select UI element. - */ - add : function( label, value, index ) - { - var option = new CKEDITOR.dom.element( 'option', this.getDialog().getParentEditor().document ), - selectElement = this.getInputElement().$; - option.$.text = label; - option.$.value = ( value === undefined || value === null ) ? label : value; - if ( index === undefined || index === null ) - { - if ( CKEDITOR.env.ie ) - selectElement.add( option.$ ); - else - selectElement.add( option.$, null ); - } - else - selectElement.add( option.$, index ); - return this; - }, - - /** - * Removes an option from the selection list. - * @param {Number} index Index of the option to be removed. - * @example - * @returns {CKEDITOR.ui.dialog.select} The current select UI element. - */ - remove : function( index ) - { - var selectElement = this.getInputElement().$; - selectElement.remove( index ); - return this; - }, - - /** - * Clears all options out of the selection list. - * @returns {CKEDITOR.ui.dialog.select} The current select UI element. - */ - clear : function() - { - var selectElement = this.getInputElement().$; - while ( selectElement.length > 0 ) - selectElement.remove( 0 ); - return this; - }, - - keyboardFocusable : true - }, commonPrototype, true ); - - CKEDITOR.ui.dialog.checkbox.prototype = CKEDITOR.tools.extend( new CKEDITOR.ui.dialog.uiElement, - /** @lends CKEDITOR.ui.dialog.checkbox.prototype */ - { - /** - * Gets the checkbox DOM element. - * @example - * @returns {CKEDITOR.dom.element} The DOM element of the checkbox. - */ - getInputElement : function() - { - return this._.checkbox.getElement(); - }, - - /** - * Sets the state of the checkbox. - * @example - * @param {Boolean} true to tick the checkbox, false to untick it. - * @param {Boolean} noChangeEvent Internal commit, to supress 'change' event on this element. - */ - setValue : function( checked, noChangeEvent ) - { - this.getInputElement().$.checked = checked; - !noChangeEvent && this.fire( 'change', { value : checked } ); - }, - - /** - * Gets the state of the checkbox. - * @example - * @returns {Boolean} true means the checkbox is ticked, false means it's not ticked. - */ - getValue : function() - { - return this.getInputElement().$.checked; - }, - - /** - * Handler for the access key up event. Toggles the checkbox. - * @example - */ - accessKeyUp : function() - { - this.setValue( !this.getValue() ); - }, - - /** - * Defines the onChange event for UI element definitions. - * @field - * @type Object - * @example - */ - eventProcessors : - { - onChange : function( dialog, func ) - { - if ( !CKEDITOR.env.ie ) - return commonEventProcessors.onChange.apply( this, arguments ); - else - { - dialog.on( 'load', function() - { - var element = this._.checkbox.getElement(); - element.on( 'propertychange', function( evt ) - { - evt = evt.data.$; - if ( evt.propertyName == 'checked' ) - this.fire( 'change', { value : element.$.checked } ); - }, this ); - }, this ); - this.on( 'change', func ); - } - return null; - } - }, - - keyboardFocusable : true - }, commonPrototype, true ); - - CKEDITOR.ui.dialog.radio.prototype = CKEDITOR.tools.extend( new CKEDITOR.ui.dialog.uiElement, - /** @lends CKEDITOR.ui.dialog.radio.prototype */ - { - /** - * Checks one of the radio buttons in this button group. - * @example - * @param {String} value The value of the button to be chcked. - * @param {Boolean} noChangeEvent Internal commit, to supress 'change' event on this element. - */ - setValue : function( value, noChangeEvent ) - { - var children = this._.children, - item; - for ( var i = 0 ; ( i < children.length ) && ( item = children[i] ) ; i++ ) - item.getElement().$.checked = ( item.getValue() == value ); - !noChangeEvent && this.fire( 'change', { value : value } ); - }, - - /** - * Gets the value of the currently checked radio button. - * @example - * @returns {String} The currently checked button's value. - */ - getValue : function() - { - var children = this._.children; - for ( var i = 0 ; i < children.length ; i++ ) - { - if ( children[i].getElement().$.checked ) - return children[i].getValue(); - } - return null; - }, - - /** - * Handler for the access key up event. Focuses the currently - * selected radio button, or the first radio button if none is - * selected. - * @example - */ - accessKeyUp : function() - { - var children = this._.children, i; - for ( i = 0 ; i < children.length ; i++ ) - { - if ( children[i].getElement().$.checked ) - { - children[i].getElement().focus(); - return; - } - } - children[0].getElement().focus(); - }, - - /** - * Defines the onChange event for UI element definitions. - * @field - * @type Object - * @example - */ - eventProcessors : - { - onChange : function( dialog, func ) - { - if ( !CKEDITOR.env.ie ) - return commonEventProcessors.onChange.apply( this, arguments ); - else - { - dialog.on( 'load', function() - { - var children = this._.children, me = this; - for ( var i = 0 ; i < children.length ; i++ ) - { - var element = children[i].getElement(); - element.on( 'propertychange', function( evt ) - { - evt = evt.data.$; - if ( evt.propertyName == 'checked' && this.$.checked ) - me.fire( 'change', { value : this.getAttribute( 'value' ) } ); - } ); - } - }, this ); - this.on( 'change', func ); - } - return null; - } - }, - - keyboardFocusable : true - }, commonPrototype, true ); - - CKEDITOR.ui.dialog.file.prototype = CKEDITOR.tools.extend( new CKEDITOR.ui.dialog.labeledElement, - commonPrototype, - /** @lends CKEDITOR.ui.dialog.file.prototype */ - { - /** - * Gets the <input> element of this file input. - * @returns {CKEDITOR.dom.element} The file input element. - * @example - */ - getInputElement : function() - { - var frameDocument = CKEDITOR.document.getById( this._.frameId ).getFrameDocument(); - return frameDocument.$.forms.length > 0 ? - new CKEDITOR.dom.element( frameDocument.$.forms[0].elements[0] ) : - this.getElement(); - }, - - /** - * Uploads the file in the file input. - * @returns {CKEDITOR.ui.dialog.file} This object. - * @example - */ - submit : function() - { - this.getInputElement().getParent().$.submit(); - return this; - }, - - /** - * Get the action assigned to the form. - * @returns {String} The value of the action. - * @example - */ - getAction : function() - { - return this.getInputElement().getParent().$.action; - }, - - /** - * The events must be applied on the inner input element, and - * that must be done when the iframe & form has been loaded - */ - registerEvents : function( definition ) - { - var regex = /^on([A-Z]\w+)/, - match; - - var registerDomEvent = function( uiElement, dialog, eventName, func ) - { - uiElement.on( 'formLoaded', function() - { - uiElement.getInputElement().on( eventName, func, uiElement ); - }); - }; - - for ( var i in definition ) - { - if ( !( match = i.match( regex ) ) ) - continue; - - if ( this.eventProcessors[i] ) - this.eventProcessors[i].call( this, this._.dialog, definition[i] ); - else - registerDomEvent( this, this._.dialog, match[1].toLowerCase(), definition[i] ); - } - - return this; - }, - - /** - * Redraws the file input and resets the file path in the file input. - * The redraw logic is necessary because non-IE browsers tend to clear - * the <iframe> containing the file input after closing the dialog. - * @example - */ - reset : function() - { - var _ = this._, - frameElement = CKEDITOR.document.getById( _.frameId ), - frameDocument = frameElement.getFrameDocument(), - elementDefinition = _.definition, - buttons = _.buttons, - callNumber = this.formLoadedNumber, - unloadNumber = this.formUnloadNumber, - langDir = _.dialog._.editor.lang.dir, - langCode = _.dialog._.editor.langCode; - - // The callback function for the iframe, but we must call tools.addFunction only once - // so we store the function number in this.formLoadedNumber - if ( !callNumber ) - { - callNumber = this.formLoadedNumber = CKEDITOR.tools.addFunction( - function() - { - // Now we can apply the events to the input type=file - this.fire( 'formLoaded' ) ; - }, this ) ; - - // Remove listeners attached to the content of the iframe (the file input) - unloadNumber = this.formUnloadNumber = CKEDITOR.tools.addFunction( - function() - { - this.getInputElement().clearCustomData(); - }, this ) ; - - this.getDialog()._.editor.on( 'destroy', function() - { - CKEDITOR.tools.removeFunction( callNumber ); - CKEDITOR.tools.removeFunction( unloadNumber ); - } ); - } - - function generateFormField() - { - frameDocument.$.open(); - - // Support for custom document.domain in IE. - if ( CKEDITOR.env.isCustomDomain() ) - frameDocument.$.domain = document.domain; - - var size = ''; - if ( elementDefinition.size ) - size = elementDefinition.size - ( CKEDITOR.env.ie ? 7 : 0 ); // "Browse" button is bigger in IE. - - frameDocument.$.write( [ '<html dir="' + langDir + '" lang="' + langCode + '"><head><title></title></head><body style="margin: 0; overflow: hidden; background: transparent;">', - '<form enctype="multipart/form-data" method="POST" dir="' + langDir + '" lang="' + langCode + '" action="', - CKEDITOR.tools.htmlEncode( elementDefinition.action ), - '">', - '<input type="file" name="', - CKEDITOR.tools.htmlEncode( elementDefinition.id || 'cke_upload' ), - '" size="', - CKEDITOR.tools.htmlEncode( size > 0 ? size : "" ), - '" />', - '</form>', - '</body></html>', - '<script>window.parent.CKEDITOR.tools.callFunction(' + callNumber + ');', - 'window.onbeforeunload = function() {window.parent.CKEDITOR.tools.callFunction(' + unloadNumber + ')}</script>' ].join( '' ) ); - - frameDocument.$.close(); - - for ( var i = 0 ; i < buttons.length ; i++ ) - buttons[i].enable(); - } - - // #3465: Wait for the browser to finish rendering the dialog first. - if ( CKEDITOR.env.gecko ) - setTimeout( generateFormField, 500 ); - else - generateFormField(); - }, - - getValue : function() - { - return this.getInputElement().$.value || ''; - }, - - /*** - * The default value of input type="file" is an empty string, but during initialization - * of this UI element, the iframe still isn't ready so it can't be read from that object - * Setting it manually prevents later issues about the current value ("") being different - * of the initial value (undefined as it asked for .value of a div) - */ - setInitValue : function() - { - this._.initValue = ''; - }, - - /** - * Defines the onChange event for UI element definitions. - * @field - * @type Object - * @example - */ - eventProcessors : - { - onChange : function( dialog, func ) - { - // If this method is called several times (I'm not sure about how this can happen but the default - // onChange processor includes this protection) - // In order to reapply to the new element, the property is deleted at the beggining of the registerEvents method - if ( !this._.domOnChangeRegistered ) - { - // By listening for the formLoaded event, this handler will get reapplied when a new - // form is created - this.on( 'formLoaded', function() - { - this.getInputElement().on( 'change', function(){ this.fire( 'change', { value : this.getValue() } ); }, this ); - }, this ); - this._.domOnChangeRegistered = true; - } - - this.on( 'change', func ); - } - }, - - keyboardFocusable : true - }, true ); - - CKEDITOR.ui.dialog.fileButton.prototype = new CKEDITOR.ui.dialog.button; - - CKEDITOR.ui.dialog.fieldset.prototype = CKEDITOR.tools.clone( CKEDITOR.ui.dialog.hbox.prototype ); - - CKEDITOR.dialog.addUIElement( 'text', textBuilder ); - CKEDITOR.dialog.addUIElement( 'password', textBuilder ); - CKEDITOR.dialog.addUIElement( 'textarea', commonBuilder ); - CKEDITOR.dialog.addUIElement( 'checkbox', commonBuilder ); - CKEDITOR.dialog.addUIElement( 'radio', commonBuilder ); - CKEDITOR.dialog.addUIElement( 'button', commonBuilder ); - CKEDITOR.dialog.addUIElement( 'select', commonBuilder ); - CKEDITOR.dialog.addUIElement( 'file', commonBuilder ); - CKEDITOR.dialog.addUIElement( 'fileButton', commonBuilder ); - CKEDITOR.dialog.addUIElement( 'html', commonBuilder ); - CKEDITOR.dialog.addUIElement( 'fieldset', containerBuilder ); -})(); - -/** - * Fired when the value of the uiElement is changed - * @name CKEDITOR.ui.dialog.uiElement#change - * @event - */ - -/** - * Fired when the inner frame created by the element is ready. - * Each time the button is used or the dialog is loaded a new - * form might be created. - * @name CKEDITOR.ui.dialog.fileButton#formLoaded - * @event - */ diff --git a/skins/ckeditor/_source/plugins/div/dialogs/div.js b/skins/ckeditor/_source/plugins/div/dialogs/div.js deleted file mode 100644 index 27ca096..0000000 --- a/skins/ckeditor/_source/plugins/div/dialogs/div.js +++ /dev/null @@ -1,535 +0,0 @@ -/* - * Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.html or http://ckeditor.com/license - */ - -(function() -{ - - /** - * Add to collection with DUP examination. - * @param {Object} collection - * @param {Object} element - * @param {Object} database - */ - function addSafely( collection, element, database ) - { - // 1. IE doesn't support customData on text nodes; - // 2. Text nodes never get chance to appear twice; - if ( !element.is || !element.getCustomData( 'block_processed' ) ) - { - element.is && CKEDITOR.dom.element.setMarker( database, element, 'block_processed', true ); - collection.push( element ); - } - } - - function getNonEmptyChildren( element ) - { - var retval = []; - var children = element.getChildren(); - for ( var i = 0 ; i < children.count() ; i++ ) - { - var child = children.getItem( i ); - if ( ! ( child.type === CKEDITOR.NODE_TEXT - && ( /^[ \t\n\r]+$/ ).test( child.getText() ) ) ) - retval.push( child ); - } - return retval; - } - - - /** - * Dialog reused by both 'creatediv' and 'editdiv' commands. - * @param {Object} editor - * @param {String} command The command name which indicate what the current command is. - */ - function divDialog( editor, command ) - { - // Definition of elements at which div operation should stopped. - var divLimitDefinition = ( function(){ - - // Customzie from specialize blockLimit elements - var definition = CKEDITOR.tools.extend( {}, CKEDITOR.dtd.$blockLimit ); - - // Exclude 'div' itself. - delete definition.div; - - // Exclude 'td' and 'th' when 'wrapping table' - if ( editor.config.div_wrapTable ) - { - delete definition.td; - delete definition.th; - } - return definition; - })(); - - // DTD of 'div' element - var dtd = CKEDITOR.dtd.div; - - /** - * Get the first div limit element on the element's path. - * @param {Object} element - */ - function getDivLimitElement( element ) - { - var pathElements = new CKEDITOR.dom.elementPath( element ).elements; - var divLimit; - for ( var i = 0; i < pathElements.length ; i++ ) - { - if ( pathElements[ i ].getName() in divLimitDefinition ) - { - divLimit = pathElements[ i ]; - break; - } - } - return divLimit; - } - - /** - * Init all fields' setup/commit function. - * @memberof divDialog - */ - function setupFields() - { - this.foreach( function( field ) - { - // Exclude layout container elements - if ( /^(?!vbox|hbox)/.test( field.type ) ) - { - if ( !field.setup ) - { - // Read the dialog fields values from the specified - // element attributes. - field.setup = function( element ) - { - field.setValue( element.getAttribute( field.id ) || '' ); - }; - } - if ( !field.commit ) - { - // Set element attributes assigned by the dialog - // fields. - field.commit = function( element ) - { - var fieldValue = this.getValue(); - // ignore default element attribute values - if ( 'dir' == field.id && element.getComputedStyle( 'direction' ) == fieldValue ) - return; - - if ( fieldValue ) - element.setAttribute( field.id, fieldValue ); - else - element.removeAttribute( field.id ); - }; - } - } - } ); - } - - /** - * Wrapping 'div' element around appropriate blocks among the selected ranges. - * @param {Object} editor - */ - function createDiv( editor ) - { - // new adding containers OR detected pre-existed containers. - var containers = []; - // node markers store. - var database = {}; - // All block level elements which contained by the ranges. - var containedBlocks = [], block; - - // Get all ranges from the selection. - var selection = editor.document.getSelection(), - ranges = selection.getRanges(); - var bookmarks = selection.createBookmarks(); - var i, iterator; - - // Calcualte a default block tag if we need to create blocks. - var blockTag = editor.config.enterMode == CKEDITOR.ENTER_DIV ? 'div' : 'p'; - - // collect all included elements from dom-iterator - for ( i = 0 ; i < ranges.length ; i++ ) - { - iterator = ranges[ i ].createIterator(); - while ( ( block = iterator.getNextParagraph() ) ) - { - // include contents of blockLimit elements. - if ( block.getName() in divLimitDefinition ) - { - var j, childNodes = block.getChildren(); - for ( j = 0 ; j < childNodes.count() ; j++ ) - addSafely( containedBlocks, childNodes.getItem( j ) , database ); - } - else - { - // Bypass dtd disallowed elements. - while ( !dtd[ block.getName() ] && block.getName() != 'body' ) - block = block.getParent(); - addSafely( containedBlocks, block, database ); - } - } - } - - CKEDITOR.dom.element.clearAllMarkers( database ); - - var blockGroups = groupByDivLimit( containedBlocks ); - var ancestor, blockEl, divElement; - - for ( i = 0 ; i < blockGroups.length ; i++ ) - { - var currentNode = blockGroups[ i ][ 0 ]; - - // Calculate the common parent node of all contained elements. - ancestor = currentNode.getParent(); - for ( j = 1 ; j < blockGroups[ i ].length; j++ ) - ancestor = ancestor.getCommonAncestor( blockGroups[ i ][ j ] ); - - divElement = new CKEDITOR.dom.element( 'div', editor.document ); - - // Normalize the blocks in each group to a common parent. - for ( j = 0; j < blockGroups[ i ].length ; j++ ) - { - currentNode = blockGroups[ i ][ j ]; - - while ( !currentNode.getParent().equals( ancestor ) ) - currentNode = currentNode.getParent(); - - // This could introduce some duplicated elements in array. - blockGroups[ i ][ j ] = currentNode; - } - - // Wrapped blocks counting - var fixedBlock = null; - for ( j = 0 ; j < blockGroups[ i ].length ; j++ ) - { - currentNode = blockGroups[ i ][ j ]; - - // Avoid DUP elements introduced by grouping. - if ( !( currentNode.getCustomData && currentNode.getCustomData( 'block_processed' ) ) ) - { - currentNode.is && CKEDITOR.dom.element.setMarker( database, currentNode, 'block_processed', true ); - - // Establish new container, wrapping all elements in this group. - if ( !j ) - divElement.insertBefore( currentNode ); - - divElement.append( currentNode ); - } - } - - CKEDITOR.dom.element.clearAllMarkers( database ); - containers.push( divElement ); - } - - selection.selectBookmarks( bookmarks ); - return containers; - } - - function getDiv( editor ) - { - var path = new CKEDITOR.dom.elementPath( editor.getSelection().getStartElement() ), - blockLimit = path.blockLimit, - div = blockLimit && blockLimit.getAscendant( 'div', true ); - return div; - } - /** - * Divide a set of nodes to different groups by their path's blocklimit element. - * Note: the specified nodes should be in source order naturally, which mean they are supposed to producea by following class: - * * CKEDITOR.dom.range.Iterator - * * CKEDITOR.dom.domWalker - * @return {Array []} the grouped nodes - */ - function groupByDivLimit( nodes ) - { - var groups = [], - lastDivLimit = null, - path, block; - for ( var i = 0 ; i < nodes.length ; i++ ) - { - block = nodes[i]; - var limit = getDivLimitElement( block ); - if ( !limit.equals( lastDivLimit ) ) - { - lastDivLimit = limit ; - groups.push( [] ) ; - } - groups[ groups.length - 1 ].push( block ) ; - } - return groups; - } - - // Synchronous field values to other impacted fields is required, e.g. div styles - // change should also alter inline-style text. - function commitInternally( targetFields ) - { - var dialog = this.getDialog(), - element = dialog._element && dialog._element.clone() - || new CKEDITOR.dom.element( 'div', editor.document ); - - // Commit this field and broadcast to target fields. - this.commit( element, true ); - - targetFields = [].concat( targetFields ); - var length = targetFields.length, field; - for ( var i = 0; i < length; i++ ) - { - field = dialog.getContentElement.apply( dialog, targetFields[ i ].split( ':' ) ); - field && field.setup && field.setup( element, true ); - } - } - - - // Registered 'CKEDITOR.style' instances. - var styles = {} ; - /** - * Hold a collection of created block container elements. - */ - var containers = []; - /** - * @type divDialog - */ - return { - title : editor.lang.div.title, - minWidth : 400, - minHeight : 165, - contents : - [ - { - id :'info', - label :editor.lang.common.generalTab, - title :editor.lang.common.generalTab, - elements : - [ - { - type :'hbox', - widths : [ '50%', '50%' ], - children : - [ - { - id :'elementStyle', - type :'select', - style :'width: 100%;', - label :editor.lang.div.styleSelectLabel, - 'default' : '', - // Options are loaded dynamically. - items : - [ - [ editor.lang.common.notSet , '' ] - ], - onChange : function() - { - commitInternally.call( this, [ 'info:class', 'advanced:dir', 'advanced:style' ] ); - }, - setup : function( element ) - { - for ( var name in styles ) - styles[ name ].checkElementRemovable( element, true ) && this.setValue( name ); - }, - commit: function( element ) - { - var styleName; - if ( ( styleName = this.getValue() ) ) - { - var style = styles[ styleName ]; - var customData = element.getCustomData( 'elementStyle' ) || ''; - - style.applyToObject( element ); - element.setCustomData( 'elementStyle', customData + style._.definition.attributes.style ); - } - } - }, - { - id :'class', - type :'text', - label :editor.lang.common.cssClass, - 'default' : '' - } - ] - } - ] - }, - { - id :'advanced', - label :editor.lang.common.advancedTab, - title :editor.lang.common.advancedTab, - elements : - [ - { - type :'vbox', - padding :1, - children : - [ - { - type :'hbox', - widths : [ '50%', '50%' ], - children : - [ - { - type :'text', - id :'id', - label :editor.lang.common.id, - 'default' : '' - }, - { - type :'text', - id :'lang', - label :editor.lang.link.langCode, - 'default' : '' - } - ] - }, - { - type :'hbox', - children : - [ - { - type :'text', - id :'style', - style :'width: 100%;', - label :editor.lang.common.cssStyle, - 'default' : '', - commit : function( element ) - { - // Merge with 'elementStyle', which is of higher priority. - var merged = this.getValue() + ( element.getCustomData( 'elementStyle' ) || '' ); - element.setAttribute( 'style', merged ); - } - } - ] - }, - { - type :'hbox', - children : - [ - { - type :'text', - id :'title', - style :'width: 100%;', - label :editor.lang.common.advisoryTitle, - 'default' : '' - } - ] - }, - { - type :'select', - id :'dir', - style :'width: 100%;', - label :editor.lang.common.langDir, - 'default' : '', - items : - [ - [ editor.lang.common.notSet , '' ], - [ - editor.lang.common.langDirLtr, - 'ltr' - ], - [ - editor.lang.common.langDirRtl, - 'rtl' - ] - ] - } - ] - } - ] - } - ], - onLoad : function() - { - setupFields.call( this ); - - // Preparing for the 'elementStyle' field. - var dialog = this, - stylesField = this.getContentElement( 'info', 'elementStyle' ); - - // Reuse the 'stylescombo' plugin's styles definition. - editor.getStylesSet( function( stylesDefinitions ) - { - var styleName; - - if ( stylesDefinitions ) - { - // Digg only those styles that apply to 'div'. - for ( var i = 0 ; i < stylesDefinitions.length ; i++ ) - { - var styleDefinition = stylesDefinitions[ i ]; - if ( styleDefinition.element && styleDefinition.element == 'div' ) - { - styleName = styleDefinition.name; - styles[ styleName ] = new CKEDITOR.style( styleDefinition ); - - // Populate the styles field options with style name. - stylesField.items.push( [ styleName, styleName ] ); - stylesField.add( styleName, styleName ); - } - } - } - - // We should disable the content element - // it if no options are available at all. - stylesField[ stylesField.items.length > 1 ? 'enable' : 'disable' ](); - - // Now setup the field value manually. - setTimeout( function() { stylesField.setup( dialog._element ); }, 0 ); - } ); - }, - onShow : function() - { - // Whether always create new container regardless of existed - // ones. - if ( command == 'editdiv' ) - { - // Try to discover the containers that already existed in - // ranges - var div = getDiv( editor ); - // update dialog field values - div && this.setupContent( this._element = div ); - } - }, - onOk : function() - { - if ( command == 'editdiv' ) - containers = [ this._element ]; - else - containers = createDiv( editor, true ); - - // Update elements attributes - var size = containers.length; - for ( var i = 0; i < size; i++ ) - { - this.commitContent( containers[ i ] ); - - // Remove empty 'style' attribute. - !containers[ i ].getAttribute( 'style' ) && containers[ i ].removeAttribute( 'style' ); - } - - this.hide(); - }, - onHide : function() - { - // Remove style only when editing existing DIV. (#6315) - if ( command == 'editdiv' ) - this._element.removeCustomData( 'elementStyle' ); - delete this._element; - } - }; - } - - CKEDITOR.dialog.add( 'creatediv', function( editor ) - { - return divDialog( editor, 'creatediv' ); - } ); - CKEDITOR.dialog.add( 'editdiv', function( editor ) - { - return divDialog( editor, 'editdiv' ); - } ); -} )(); - -/* - * @name CKEDITOR.config.div_wrapTable - * Whether to wrap the whole table instead of indivisual cells when created 'div' in table cell. - * @type Boolean - * @default false - * @example config.div_wrapTable = true; - */ diff --git a/skins/ckeditor/_source/plugins/div/plugin.js b/skins/ckeditor/_source/plugins/div/plugin.js deleted file mode 100644 index 2f954dc..0000000 --- a/skins/ckeditor/_source/plugins/div/plugin.js +++ /dev/null @@ -1,121 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview The "div" plugin. It wraps the selected block level elements with a 'div' element with specified styles and attributes. - * - */ - -(function() -{ - CKEDITOR.plugins.add( 'div', - { - requires : [ 'editingblock', 'domiterator', 'styles' ], - - init : function( editor ) - { - var lang = editor.lang.div; - - editor.addCommand( 'creatediv', new CKEDITOR.dialogCommand( 'creatediv' ) ); - editor.addCommand( 'editdiv', new CKEDITOR.dialogCommand( 'editdiv' ) ); - editor.addCommand( 'removediv', - { - exec : function( editor ) - { - var selection = editor.getSelection(), - ranges = selection && selection.getRanges(), - range, - bookmarks = selection.createBookmarks(), - walker, - toRemove = []; - - function findDiv( node ) - { - var path = new CKEDITOR.dom.elementPath( node ), - blockLimit = path.blockLimit, - div = blockLimit.is( 'div' ) && blockLimit; - - if ( div && !div.data( 'cke-div-added' ) ) - { - toRemove.push( div ); - div.data( 'cke-div-added' ); - } - } - - for ( var i = 0 ; i < ranges.length ; i++ ) - { - range = ranges[ i ]; - if ( range.collapsed ) - findDiv( selection.getStartElement() ); - else - { - walker = new CKEDITOR.dom.walker( range ); - walker.evaluator = findDiv; - walker.lastForward(); - } - } - - for ( i = 0 ; i < toRemove.length ; i++ ) - toRemove[ i ].remove( true ); - - selection.selectBookmarks( bookmarks ); - } - } ); - - editor.ui.addButton( 'CreateDiv', - { - label : lang.toolbar, - command :'creatediv' - } ); - - if ( editor.addMenuItems ) - { - editor.addMenuItems( - { - editdiv : - { - label : lang.edit, - command : 'editdiv', - group : 'div', - order : 1 - }, - - removediv: - { - label : lang.remove, - command : 'removediv', - group : 'div', - order : 5 - } - } ); - - if ( editor.contextMenu ) - { - editor.contextMenu.addListener( function( element, selection ) - { - if ( !element || element.isReadOnly() ) - return null; - - var elementPath = new CKEDITOR.dom.elementPath( element ), - blockLimit = elementPath.blockLimit; - - if ( blockLimit && blockLimit.getAscendant( 'div', true ) ) - { - return { - editdiv : CKEDITOR.TRISTATE_OFF, - removediv : CKEDITOR.TRISTATE_OFF - }; - } - - return null; - } ); - } - } - - CKEDITOR.dialog.add( 'creatediv', this.path + 'dialogs/div.js' ); - CKEDITOR.dialog.add( 'editdiv', this.path + 'dialogs/div.js' ); - } - } ); -})(); diff --git a/skins/ckeditor/_source/plugins/docprops/dialogs/docprops.js b/skins/ckeditor/_source/plugins/docprops/dialogs/docprops.js deleted file mode 100644 index bfd404b..0000000 --- a/skins/ckeditor/_source/plugins/docprops/dialogs/docprops.js +++ /dev/null @@ -1,686 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add( 'docProps', function( editor ) -{ - var lang = editor.lang.docprops, - langCommon = editor.lang.common, - metaHash = {}; - - function getDialogValue( dialogName, callback ) - { - var onOk = function() - { - releaseHandlers( this ); - callback( this, this._.parentDialog ); - }; - var releaseHandlers = function( dialog ) - { - dialog.removeListener( 'ok', onOk ); - dialog.removeListener( 'cancel', releaseHandlers ); - }; - var bindToDialog = function( dialog ) - { - dialog.on( 'ok', onOk ); - dialog.on( 'cancel', releaseHandlers ); - }; - editor.execCommand( dialogName ); - if ( editor._.storedDialogs.colordialog ) - bindToDialog( editor._.storedDialogs.colordialog ); - else - { - CKEDITOR.on( 'dialogDefinition', function( e ) - { - if ( e.data.name != dialogName ) - return; - - var definition = e.data.definition; - - e.removeListener(); - definition.onLoad = CKEDITOR.tools.override( definition.onLoad, function( orginal ) - { - return function() - { - bindToDialog( this ); - definition.onLoad = orginal; - if ( typeof orginal == 'function' ) - orginal.call( this ); - }; - }); - }); - } - } - function handleOther() - { - var dialog = this.getDialog(), - other = dialog.getContentElement( 'general', this.id + 'Other' ); - if ( !other ) - return; - if ( this.getValue() == 'other' ) - { - other.getInputElement().removeAttribute( 'readOnly' ); - other.focus(); - other.getElement().removeClass( 'cke_disabled' ); - } - else - { - other.getInputElement().setAttribute( 'readOnly', true ); - other.getElement().addClass( 'cke_disabled' ); - } - } - function commitMeta( name, isHttp, value ) - { - return function( doc, html, head ) - { - var hash = metaHash, - val = typeof value != 'undefined' ? value : this.getValue(); - if ( !val && ( name in hash ) ) - hash[ name ].remove(); - else if ( val && ( name in hash ) ) - hash[ name ].setAttribute( 'content', val ); - else if ( val ) - { - var meta = new CKEDITOR.dom.element( 'meta', editor.document ); - meta.setAttribute( isHttp ? 'http-equiv' : 'name', name ); - meta.setAttribute( 'content', val ); - head.append( meta ); - } - }; - } - function setupMeta( name, ret ) - { - return function() - { - var hash = metaHash, - result = ( name in hash ) ? hash[ name ].getAttribute( 'content' ) || '' : ''; - if ( ret ) - return result; - this.setValue( result ); - return null; - }; - } - function commitMargin( name ) - { - return function( doc, html, head, body ) - { - body.removeAttribute( 'margin' + name ); - var val = this.getValue(); - if ( val !== '' ) - body.setStyle( 'margin-' + name, CKEDITOR.tools.cssLength( val ) ); - else - body.removeStyle( 'margin-' + name ); - }; - } - - function createMetaHash( doc ) - { - var hash = {}, - metas = doc.getElementsByTag( 'meta' ), - count = metas.count(); - - for ( var i = 0; i < count; i++ ) - { - var meta = metas.getItem( i ); - hash[ meta.getAttribute( meta.hasAttribute( 'http-equiv' ) ? 'http-equiv' : 'name' ).toLowerCase() ] = meta; - } - return hash; - } - // We cannot just remove the style from the element, as it might be affected from non-inline stylesheets. - // To get the proper result, we should manually set the inline style to its default value. - function resetStyle( element, prop, resetVal ) - { - element.removeStyle( prop ); - if ( element.getComputedStyle( prop ) != resetVal ) - element.setStyle( prop, resetVal ); - } - - // Utilty to shorten the creation of color fields in the dialog. - var colorField = function( id, label, fieldProps ) - { - return { - type : 'hbox', - padding : 0, - widths : [ '60%', '40%' ], - children : [ - CKEDITOR.tools.extend( { - type : 'text', - id : id, - label : lang[ label ] - }, fieldProps || {}, 1 ), - { - type : 'button', - id : id + 'Choose', - label : lang.chooseColor, - className : 'colorChooser', - onClick : function() - { - var self = this; - getDialogValue( 'colordialog', function( colorDialog ) - { - var dialog = self.getDialog(); - dialog.getContentElement( dialog._.currentTabId, id ).setValue( colorDialog.getContentElement( 'picker', 'selectedColor' ).getValue() ); - }); - } - } - ] - }; - }; - var previewSrc = 'javascript:' + - 'void((function(){' + - encodeURIComponent( - 'document.open();' + - ( CKEDITOR.env.isCustomDomain() ? 'document.domain=\'' + document.domain + '\';' : '' ) + - 'document.write( \'<html style="background-color: #ffffff; height: 100%"><head></head><body style="width: 100%; height: 100%; margin: 0px">' + lang.previewHtml + '</body></html>\' );' + - 'document.close();' - ) + - '})())'; - - return { - title : lang.title, - minHeight: 330, - minWidth: 500, - onShow : function() - { - var doc = editor.document, - html = doc.getElementsByTag( 'html' ).getItem( 0 ), - head = doc.getHead(), - body = doc.getBody(); - metaHash = createMetaHash( doc ); - this.setupContent( doc, html, head, body ); - }, - onHide : function() - { - metaHash = {}; - }, - onOk : function() - { - var doc = editor.document, - html = doc.getElementsByTag( 'html' ).getItem( 0 ), - head = doc.getHead(), - body = doc.getBody(); - this.commitContent( doc, html, head, body ); - }, - contents : [ - { - id : 'general', - label : langCommon.generalTab, - elements : [ - { - type : 'text', - id : 'title', - label : lang.docTitle, - setup : function( doc ) - { - this.setValue( doc.getElementsByTag( 'title' ).getItem( 0 ).data( 'cke-title' ) ); - }, - commit : function( doc, html, head, body, isPreview ) - { - if ( isPreview ) - return; - doc.getElementsByTag( 'title' ).getItem( 0 ).data( 'cke-title', this.getValue() ); - } - }, - { - type : 'hbox', - children : [ - { - type : 'select', - id : 'dir', - label : langCommon.langDir, - style : 'width: 100%', - items : [ - [ langCommon.notSet , '' ], - [ langCommon.langDirLtr, 'ltr' ], - [ langCommon.langDirRtl, 'rtl' ] - ], - setup : function( doc, html, head, body ) - { - this.setValue( body.getDirection() || '' ); - }, - commit : function( doc, html, head, body ) - { - var val = this.getValue(); - if ( val ) - body.setAttribute( 'dir', val ); - else - body.removeAttribute( 'dir' ); - body.removeStyle( 'direction' ); - } - }, - { - type : 'text', - id : 'langCode', - label : langCommon.langCode, - setup : function( doc, html ) - { - this.setValue( html.getAttribute( 'xml:lang' ) || html.getAttribute( 'lang' ) || '' ); - }, - commit : function( doc, html, head, body, isPreview ) - { - if ( isPreview ) - return; - var val = this.getValue(); - if ( val ) - html.setAttributes( { 'xml:lang' : val, lang : val } ); - else - html.removeAttributes( { 'xml:lang' : 1, lang : 1 } ); - } - } - ] - }, - { - type : 'hbox', - children : [ - { - type : 'select', - id : 'charset', - label : lang.charset, - style : 'width: 100%', - items : [ - [ langCommon.notSet, '' ], - [ lang.charsetASCII, 'us-ascii' ], - [ lang.charsetCE, 'iso-8859-2' ], - [ lang.charsetCT, 'big5' ], - [ lang.charsetCR, 'iso-8859-5' ], - [ lang.charsetGR, 'iso-8859-7' ], - [ lang.charsetJP, 'iso-2022-jp' ], - [ lang.charsetKR, 'iso-2022-kr' ], - [ lang.charsetTR, 'iso-8859-9' ], - [ lang.charsetUN, 'utf-8' ], - [ lang.charsetWE, 'iso-8859-1' ], - [ lang.other, 'other' ] - ], - 'default' : '', - onChange : function() - { - this.getDialog().selectedCharset = this.getValue() != 'other' ? this.getValue() : ''; - handleOther.call( this ); - }, - setup : function() - { - this.metaCharset = ( 'charset' in metaHash ); - - var func = setupMeta( this.metaCharset ? 'charset' : 'content-type', 1, 1 ), - val = func.call( this ); - - !this.metaCharset && val.match( /charset=[^=]+$/ ) && ( val = val.substring( val.indexOf( '=' ) + 1 ) ); - - if ( val ) - { - this.setValue( val.toLowerCase() ); - if ( !this.getValue() ) - { - this.setValue( 'other' ); - var other = this.getDialog().getContentElement( 'general', 'charsetOther' ); - other && other.setValue( val ); - } - this.getDialog().selectedCharset = val; - } - - handleOther.call( this ); - }, - commit : function( doc, html, head, body, isPreview ) - { - if ( isPreview ) - return; - var value = this.getValue(), - other = this.getDialog().getContentElement( 'general', 'charsetOther' ); - - value == 'other' && ( value = other ? other.getValue() : '' ); - - value && !this.metaCharset && ( value = ( metaHash[ 'content-type' ] ? metaHash[ 'content-type' ].getAttribute( 'content' ).split( ';' )[0] : 'text/html' ) + '; charset=' + value ); - - var func = commitMeta( this.metaCharset ? 'charset' : 'content-type', 1, value ); - func.call( this, doc, html, head ); - } - }, - { - type : 'text', - id : 'charsetOther', - label : lang.charsetOther, - onChange : function(){ this.getDialog().selectedCharset = this.getValue(); } - } - ] - }, - { - type : 'hbox', - children : [ - { - type : 'select', - id : 'docType', - label : lang.docType, - style : 'width: 100%', - items : [ - [ langCommon.notSet , '' ], - [ 'XHTML 1.1', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">' ], - [ 'XHTML 1.0 Transitional', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' ], - [ 'XHTML 1.0 Strict', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">' ], - [ 'XHTML 1.0 Frameset', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">' ], - [ 'HTML 5', '<!DOCTYPE html>' ], - [ 'HTML 4.01 Transitional', '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">' ], - [ 'HTML 4.01 Strict', '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">' ], - [ 'HTML 4.01 Frameset', '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">' ], - [ 'HTML 3.2', '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">' ], - [ 'HTML 2.0', '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">' ], - [ lang.other, 'other' ] - ], - onChange : handleOther, - setup : function() - { - if ( editor.docType ) - { - this.setValue( editor.docType ); - if ( !this.getValue() ) - { - this.setValue( 'other' ); - var other = this.getDialog().getContentElement( 'general', 'docTypeOther' ); - other && other.setValue( editor.docType ); - } - } - handleOther.call( this ); - }, - commit : function( doc, html, head, body, isPreview ) - { - if ( isPreview ) - return; - var value = this.getValue(), - other = this.getDialog().getContentElement( 'general', 'docTypeOther' ); - editor.docType = value == 'other' ? ( other ? other.getValue() : '' ) : value; - } - }, - { - type : 'text', - id : 'docTypeOther', - label : lang.docTypeOther - } - ] - }, - { - type : 'checkbox', - id : 'xhtmlDec', - label : lang.xhtmlDec, - setup : function() - { - this.setValue( !!editor.xmlDeclaration ); - }, - commit : function( doc, html, head, body, isPreview ) - { - if ( isPreview ) - return; - if ( this.getValue() ) - { - editor.xmlDeclaration = '<?xml version="1.0" encoding="' + ( this.getDialog().selectedCharset || 'utf-8' )+ '"?>' ; - html.setAttribute( 'xmlns', 'http://www.w3.org/1999/xhtml' ); - } - else - { - editor.xmlDeclaration = ''; - html.removeAttribute( 'xmlns' ); - } - } - } - ] - }, - { - id : 'design', - label : lang.design, - elements : [ - { - type : 'hbox', - widths : [ '60%', '40%' ], - children : [ - { - type : 'vbox', - children : [ - colorField( 'txtColor', 'txtColor', - { - setup : function( doc, html, head, body ) - { - this.setValue( body.getComputedStyle( 'color' ) ); - }, - commit : function( doc, html, head, body, isPreview ) - { - if ( this.isChanged() || isPreview ) - { - body.removeAttribute( 'text' ); - var val = this.getValue(); - if ( val ) - body.setStyle( 'color', val ); - else - body.removeStyle( 'color' ); - } - } - }), - colorField( 'bgColor', 'bgColor', { - setup : function( doc, html, head, body ) - { - var val = body.getComputedStyle( 'background-color' ) || ''; - this.setValue( val == 'transparent' ? '' : val ); - }, - commit : function( doc, html, head, body, isPreview ) - { - if ( this.isChanged() || isPreview ) - { - body.removeAttribute( 'bgcolor' ); - var val = this.getValue(); - if ( val ) - body.setStyle( 'background-color', val ); - else - resetStyle( body, 'background-color', 'transparent' ); - } - } - }), - { - type : 'hbox', - widths : [ '60%', '40%' ], - padding : 1, - children : [ - { - type : 'text', - id : 'bgImage', - label : lang.bgImage, - setup : function( doc, html, head, body ) - { - var val = body.getComputedStyle( 'background-image' ) || ''; - if ( val == 'none' ) - val = ''; - else - { - val = val.replace( /url\(\s*(["']?)\s*([^\)]*)\s*\1\s*\)/i, function( match, quote, url ) - { - return url; - }); - } - this.setValue( val ); - }, - commit : function( doc, html, head, body ) - { - body.removeAttribute( 'background' ); - var val = this.getValue(); - if ( val ) - body.setStyle( 'background-image', 'url(' + val + ')' ); - else - resetStyle( body, 'background-image', 'none' ); - } - }, - { - type : 'button', - id : 'bgImageChoose', - label : langCommon.browseServer, - style : 'display:inline-block;margin-top:10px;', - hidden : true, - filebrowser : 'design:bgImage' - } - ] - }, - { - type : 'checkbox', - id : 'bgFixed', - label : lang.bgFixed, - setup : function( doc, html, head, body ) - { - this.setValue( body.getComputedStyle( 'background-attachment' ) == 'fixed' ); - }, - commit : function( doc, html, head, body ) - { - if ( this.getValue() ) - body.setStyle( 'background-attachment', 'fixed' ); - else - resetStyle( body, 'background-attachment', 'scroll' ); - } - } - ] - }, - { - type : 'vbox', - children : [ - { - type : 'html', - id : 'marginTitle', - html : '<div style="text-align: center; margin: 0px auto; font-weight: bold">' + lang.margin + '</div>' - }, - { - type : 'text', - id : 'marginTop', - label : lang.marginTop, - style : 'width: 80px; text-align: center; margin: 0px auto', - inputStyle : 'text-align: center', - setup : function( doc, html, head, body ) - { - this.setValue( body.getStyle( 'margin-top' ) || body.getAttribute( 'margintop' ) || '' ); - }, - commit : commitMargin( 'top' ), - onLoad : function() - { - this.getElement().getParent().setStyle( 'text-align', 'center' ); - } - }, - { - type : 'hbox', - children : [ - { - type : 'text', - id : 'marginLeft', - label : lang.marginLeft, - style : 'width: 80px; text-align: center; margin: 0px auto', - inputStyle : 'text-align: center', - setup : function( doc, html, head, body ) - { - this.setValue( body.getStyle( 'margin-left' ) || body.getAttribute( 'marginleft' ) || '' ); - }, - commit : commitMargin( 'left' ), - onLoad : function() - { - this.getElement().getParent().setStyle( 'text-align', 'center' ); - } - }, - { - type : 'text', - id : 'marginRight', - label : lang.marginRight, - style : 'width: 80px; text-align: center; margin: 0px auto', - inputStyle : 'text-align: center', - setup : function( doc, html, head, body ) - { - this.setValue( body.getStyle( 'margin-right' ) || body.getAttribute( 'marginright' ) || '' ); - }, - commit : commitMargin( 'right' ), - onLoad : function() - { - this.getElement().getParent().setStyle( 'text-align', 'center' ); - } - } - ] - }, - { - type : 'text', - id : 'marginBottom', - label : lang.marginBottom, - style : 'width: 80px; text-align: center; margin: 0px auto', - inputStyle : 'text-align: center', - setup : function( doc, html, head, body ) - { - this.setValue( body.getStyle( 'margin-bottom' ) || body.getAttribute( 'marginbottom' ) || '' ); - }, - commit : commitMargin( 'bottom' ), - onLoad : function() - { - this.getElement().getParent().setStyle( 'text-align', 'center' ); - } - } - ] - } - ] - } - ] - }, - { - id : 'meta', - label : lang.meta, - elements : [ - { - type : 'textarea', - id : 'metaKeywords', - label : lang.metaKeywords, - setup : setupMeta( 'keywords' ), - commit : commitMeta( 'keywords' ) - }, - { - type : 'textarea', - id : 'metaDescription', - label : lang.metaDescription, - setup : setupMeta( 'description' ), - commit : commitMeta( 'description' ) - }, - { - type : 'text', - id : 'metaAuthor', - label : lang.metaAuthor, - setup : setupMeta( 'author' ), - commit : commitMeta( 'author' ) - }, - { - type : 'text', - id : 'metaCopyright', - label : lang.metaCopyright, - setup : setupMeta( 'copyright' ), - commit : commitMeta( 'copyright' ) - } - ] - }, - { - id : 'preview', - label : langCommon.preview, - elements : [ - { - type : 'html', - id : 'previewHtml', - html : '<iframe src="' + previewSrc + '" style="width: 100%; height: 310px" hidefocus="true" frameborder="0" ' + - 'id="cke_docProps_preview_iframe"></iframe>', - onLoad : function() - { - this.getDialog().on( 'selectPage', function( ev ) - { - if ( ev.data.page == 'preview' ) - { - var self = this; - setTimeout( function() - { - var doc = CKEDITOR.document.getById( 'cke_docProps_preview_iframe' ).getFrameDocument(), - html = doc.getElementsByTag( 'html' ).getItem( 0 ), - head = doc.getHead(), - body = doc.getBody(); - self.commitContent( doc, html, head, body, 1 ); - }, 50 ); - } - }); - CKEDITOR.document.getById( 'cke_docProps_preview_iframe' ).getAscendant( 'table' ).setStyle( 'height', '100%' ); - } - } - ] - } - ] - }; -}); diff --git a/skins/ckeditor/_source/plugins/docprops/plugin.js b/skins/ckeditor/_source/plugins/docprops/plugin.js deleted file mode 100644 index d905bdf..0000000 --- a/skins/ckeditor/_source/plugins/docprops/plugin.js +++ /dev/null @@ -1,22 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'docprops', -{ - init : function( editor ) - { - var cmd = new CKEDITOR.dialogCommand( 'docProps' ); - // Only applicable on full page mode. - cmd.modes = { wysiwyg : editor.config.fullPage }; - editor.addCommand( 'docProps', cmd ); - CKEDITOR.dialog.add( 'docProps', this.path + 'dialogs/docprops.js' ); - - editor.ui.addButton( 'DocProps', - { - label : editor.lang.docprops.label, - command : 'docProps' - }); - } -}); diff --git a/skins/ckeditor/_source/plugins/domiterator/plugin.js b/skins/ckeditor/_source/plugins/domiterator/plugin.js deleted file mode 100644 index 5c092bb..0000000 --- a/skins/ckeditor/_source/plugins/domiterator/plugin.js +++ /dev/null @@ -1,361 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file DOM iterator, which iterates over list items, lines and paragraphs. - */ - -CKEDITOR.plugins.add( 'domiterator' ); - -(function() -{ - /** - * @name CKEDITOR.dom.iterator - */ - function iterator( range ) - { - if ( arguments.length < 1 ) - return; - - this.range = range; - this.forceBrBreak = 0; - - // Whether include <br>s into the enlarged range.(#3730). - this.enlargeBr = 1; - this.enforceRealBlocks = 0; - - this._ || ( this._ = {} ); - } - - var beginWhitespaceRegex = /^[\r\n\t ]+$/, - // Ignore bookmark nodes.(#3783) - bookmarkGuard = CKEDITOR.dom.walker.bookmark( false, true ), - whitespacesGuard = CKEDITOR.dom.walker.whitespaces( true ), - skipGuard = function( node ) { return bookmarkGuard( node ) && whitespacesGuard( node ); }; - - // Get a reference for the next element, bookmark nodes are skipped. - function getNextSourceNode( node, startFromSibling, lastNode ) - { - var next = node.getNextSourceNode( startFromSibling, null, lastNode ); - while ( !bookmarkGuard( next ) ) - next = next.getNextSourceNode( startFromSibling, null, lastNode ); - return next; - } - - iterator.prototype = { - getNextParagraph : function( blockTag ) - { - // The block element to be returned. - var block; - - // The range object used to identify the paragraph contents. - var range; - - // Indicats that the current element in the loop is the last one. - var isLast; - - // Indicate at least one of the range boundaries is inside a preformat block. - var touchPre; - - // Instructs to cleanup remaining BRs. - var removePreviousBr, removeLastBr; - - // This is the first iteration. Let's initialize it. - if ( !this._.lastNode ) - { - range = this.range.clone(); - - // Shrink the range to exclude harmful "noises" (#4087, #4450, #5435). - range.shrink( CKEDITOR.NODE_ELEMENT, true ); - - touchPre = range.endContainer.hasAscendant( 'pre', true ) - || range.startContainer.hasAscendant( 'pre', true ); - - range.enlarge( this.forceBrBreak && !touchPre || !this.enlargeBr ? - CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS : CKEDITOR.ENLARGE_BLOCK_CONTENTS ); - - var walker = new CKEDITOR.dom.walker( range ), - ignoreBookmarkTextEvaluator = CKEDITOR.dom.walker.bookmark( true, true ); - // Avoid anchor inside bookmark inner text. - walker.evaluator = ignoreBookmarkTextEvaluator; - this._.nextNode = walker.next(); - // TODO: It's better to have walker.reset() used here. - walker = new CKEDITOR.dom.walker( range ); - walker.evaluator = ignoreBookmarkTextEvaluator; - var lastNode = walker.previous(); - this._.lastNode = lastNode.getNextSourceNode( true ); - - // We may have an empty text node at the end of block due to [3770]. - // If that node is the lastNode, it would cause our logic to leak to the - // next block.(#3887) - if ( this._.lastNode && - this._.lastNode.type == CKEDITOR.NODE_TEXT && - !CKEDITOR.tools.trim( this._.lastNode.getText() ) && - this._.lastNode.getParent().isBlockBoundary() ) - { - var testRange = new CKEDITOR.dom.range( range.document ); - testRange.moveToPosition( this._.lastNode, CKEDITOR.POSITION_AFTER_END ); - if ( testRange.checkEndOfBlock() ) - { - var path = new CKEDITOR.dom.elementPath( testRange.endContainer ); - var lastBlock = path.block || path.blockLimit; - this._.lastNode = lastBlock.getNextSourceNode( true ); - } - } - - // Probably the document end is reached, we need a marker node. - if ( !this._.lastNode ) - { - this._.lastNode = this._.docEndMarker = range.document.createText( '' ); - this._.lastNode.insertAfter( lastNode ); - } - - // Let's reuse this variable. - range = null; - } - - var currentNode = this._.nextNode; - lastNode = this._.lastNode; - - this._.nextNode = null; - while ( currentNode ) - { - // closeRange indicates that a paragraph boundary has been found, - // so the range can be closed. - var closeRange = 0, - parentPre = currentNode.hasAscendant( 'pre' ); - - // includeNode indicates that the current node is good to be part - // of the range. By default, any non-element node is ok for it. - var includeNode = ( currentNode.type != CKEDITOR.NODE_ELEMENT ), - continueFromSibling = 0; - - // If it is an element node, let's check if it can be part of the - // range. - if ( !includeNode ) - { - var nodeName = currentNode.getName(); - - if ( currentNode.isBlockBoundary( this.forceBrBreak && - !parentPre && { br : 1 } ) ) - { - // <br> boundaries must be part of the range. It will - // happen only if ForceBrBreak. - if ( nodeName == 'br' ) - includeNode = 1; - else if ( !range && !currentNode.getChildCount() && nodeName != 'hr' ) - { - // If we have found an empty block, and haven't started - // the range yet, it means we must return this block. - block = currentNode; - isLast = currentNode.equals( lastNode ); - break; - } - - // The range must finish right before the boundary, - // including possibly skipped empty spaces. (#1603) - if ( range ) - { - range.setEndAt( currentNode, CKEDITOR.POSITION_BEFORE_START ); - - // The found boundary must be set as the next one at this - // point. (#1717) - if ( nodeName != 'br' ) - this._.nextNode = currentNode; - } - - closeRange = 1; - } - else - { - // If we have child nodes, let's check them. - if ( currentNode.getFirst() ) - { - // If we don't have a range yet, let's start it. - if ( !range ) - { - range = new CKEDITOR.dom.range( this.range.document ); - range.setStartAt( currentNode, CKEDITOR.POSITION_BEFORE_START ); - } - - currentNode = currentNode.getFirst(); - continue; - } - includeNode = 1; - } - } - else if ( currentNode.type == CKEDITOR.NODE_TEXT ) - { - // Ignore normal whitespaces (i.e. not including or - // other unicode whitespaces) before/after a block node. - if ( beginWhitespaceRegex.test( currentNode.getText() ) ) - includeNode = 0; - } - - // The current node is good to be part of the range and we are - // starting a new range, initialize it first. - if ( includeNode && !range ) - { - range = new CKEDITOR.dom.range( this.range.document ); - range.setStartAt( currentNode, CKEDITOR.POSITION_BEFORE_START ); - } - - // The last node has been found. - isLast = ( ( !closeRange || includeNode ) && currentNode.equals( lastNode ) ); - - // If we are in an element boundary, let's check if it is time - // to close the range, otherwise we include the parent within it. - if ( range && !closeRange ) - { - while ( !currentNode.getNext( skipGuard ) && !isLast ) - { - var parentNode = currentNode.getParent(); - - if ( parentNode.isBlockBoundary( this.forceBrBreak - && !parentPre && { br : 1 } ) ) - { - closeRange = 1; - includeNode = 0; - isLast = isLast || ( parentNode.equals( lastNode) ); - // Make sure range includes bookmarks at the end of the block. (#7359) - range.setEndAt( parentNode, CKEDITOR.POSITION_BEFORE_END ); - break; - } - - currentNode = parentNode; - includeNode = 1; - isLast = ( currentNode.equals( lastNode ) ); - continueFromSibling = 1; - } - } - - // Now finally include the node. - if ( includeNode ) - range.setEndAt( currentNode, CKEDITOR.POSITION_AFTER_END ); - - currentNode = getNextSourceNode ( currentNode, continueFromSibling, lastNode ); - isLast = !currentNode; - - // We have found a block boundary. Let's close the range and move out of the - // loop. - if ( isLast || ( closeRange && range ) ) - break; - } - - // Now, based on the processed range, look for (or create) the block to be returned. - if ( !block ) - { - // If no range has been found, this is the end. - if ( !range ) - { - this._.docEndMarker && this._.docEndMarker.remove(); - this._.nextNode = null; - return null; - } - - var startPath = new CKEDITOR.dom.elementPath( range.startContainer ); - var startBlockLimit = startPath.blockLimit, - checkLimits = { div : 1, th : 1, td : 1 }; - block = startPath.block; - - if ( !block - && !this.enforceRealBlocks - && checkLimits[ startBlockLimit.getName() ] - && range.checkStartOfBlock() - && range.checkEndOfBlock() ) - block = startBlockLimit; - else if ( !block || ( this.enforceRealBlocks && block.getName() == 'li' ) ) - { - // Create the fixed block. - block = this.range.document.createElement( blockTag || 'p' ); - - // Move the contents of the temporary range to the fixed block. - range.extractContents().appendTo( block ); - block.trim(); - - // Insert the fixed block into the DOM. - range.insertNode( block ); - - removePreviousBr = removeLastBr = true; - } - else if ( block.getName() != 'li' ) - { - // If the range doesn't includes the entire contents of the - // block, we must split it, isolating the range in a dedicated - // block. - if ( !range.checkStartOfBlock() || !range.checkEndOfBlock() ) - { - // The resulting block will be a clone of the current one. - block = block.clone( false ); - - // Extract the range contents, moving it to the new block. - range.extractContents().appendTo( block ); - block.trim(); - - // Split the block. At this point, the range will be in the - // right position for our intents. - var splitInfo = range.splitBlock(); - - removePreviousBr = !splitInfo.wasStartOfBlock; - removeLastBr = !splitInfo.wasEndOfBlock; - - // Insert the new block into the DOM. - range.insertNode( block ); - } - } - else if ( !isLast ) - { - // LIs are returned as is, with all their children (due to the - // nested lists). But, the next node is the node right after - // the current range, which could be an <li> child (nested - // lists) or the next sibling <li>. - - this._.nextNode = ( block.equals( lastNode ) ? null : getNextSourceNode( range.getBoundaryNodes().endNode, 1, lastNode ) ); - } - } - - if ( removePreviousBr ) - { - var previousSibling = block.getPrevious(); - if ( previousSibling && previousSibling.type == CKEDITOR.NODE_ELEMENT ) - { - if ( previousSibling.getName() == 'br' ) - previousSibling.remove(); - else if ( previousSibling.getLast() && previousSibling.getLast().$.nodeName.toLowerCase() == 'br' ) - previousSibling.getLast().remove(); - } - } - - if ( removeLastBr ) - { - var lastChild = block.getLast(); - if ( lastChild && lastChild.type == CKEDITOR.NODE_ELEMENT && lastChild.getName() == 'br' ) - { - // Take care not to remove the block expanding <br> in non-IE browsers. - if ( CKEDITOR.env.ie - || lastChild.getPrevious( bookmarkGuard ) - || lastChild.getNext( bookmarkGuard ) ) - lastChild.remove(); - } - } - - // Get a reference for the next element. This is important because the - // above block can be removed or changed, so we can rely on it for the - // next interation. - if ( !this._.nextNode ) - { - this._.nextNode = ( isLast || block.equals( lastNode ) ) ? null : - getNextSourceNode( block, 1, lastNode ); - } - - return block; - } - }; - - CKEDITOR.dom.range.prototype.createIterator = function() - { - return new iterator( this ); - }; -})(); diff --git a/skins/ckeditor/_source/plugins/editingblock/plugin.js b/skins/ckeditor/_source/plugins/editingblock/plugin.js deleted file mode 100644 index 7d7742f..0000000 --- a/skins/ckeditor/_source/plugins/editingblock/plugin.js +++ /dev/null @@ -1,275 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview The default editing block plugin, which holds the editing area - * and source view. - */ - -(function() -{ - // This is a semaphore used to avoid recursive calls between - // the following data handling functions. - var isHandlingData; - - CKEDITOR.plugins.add( 'editingblock', - { - init : function( editor ) - { - if ( !editor.config.editingBlock ) - return; - - editor.on( 'themeSpace', function( event ) - { - if ( event.data.space == 'contents' ) - event.data.html += '<br>'; - }); - - editor.on( 'themeLoaded', function() - { - editor.fireOnce( 'editingBlockReady' ); - }); - - editor.on( 'uiReady', function() - { - editor.setMode( editor.config.startupMode ); - }); - - editor.on( 'afterSetData', function() - { - if ( !isHandlingData ) - { - function setData() - { - isHandlingData = true; - editor.getMode().loadData( editor.getData() ); - isHandlingData = false; - } - - if ( editor.mode ) - setData(); - else - { - editor.on( 'mode', function() - { - if ( editor.mode ) - { - setData(); - editor.removeListener( 'mode', arguments.callee ); - } - }); - } - } - }); - - editor.on( 'beforeGetData', function() - { - if ( !isHandlingData && editor.mode ) - { - isHandlingData = true; - editor.setData( editor.getMode().getData(), null, 1 ); - isHandlingData = false; - } - }); - - editor.on( 'getSnapshot', function( event ) - { - if ( editor.mode ) - event.data = editor.getMode().getSnapshotData(); - }); - - editor.on( 'loadSnapshot', function( event ) - { - if ( editor.mode ) - editor.getMode().loadSnapshotData( event.data ); - }); - - // For the first "mode" call, we'll also fire the "instanceReady" - // event. - editor.on( 'mode', function( event ) - { - // Do that once only. - event.removeListener(); - - // Redirect the focus into editor for webkit. (#5713) - CKEDITOR.env.webkit && editor.container.on( 'focus', function() - { - editor.focus(); - }); - - if ( editor.config.startupFocus ) - editor.focus(); - - // Fire instanceReady for both the editor and CKEDITOR, but - // defer this until the whole execution has completed - // to guarantee the editor is fully responsible. - setTimeout( function(){ - editor.fireOnce( 'instanceReady' ); - CKEDITOR.fire( 'instanceReady', null, editor ); - }, 0 ); - }); - - editor.on( 'destroy', function () - { - // -> currentMode.unload( holderElement ); - if ( this.mode ) - this._.modes[ this.mode ].unload( this.getThemeSpace( 'contents' ) ); - }); - } - }); - - /** - * The current editing mode. An editing mode is basically a viewport for - * editing or content viewing. By default the possible values for this - * property are "wysiwyg" and "source". - * @type String - * @example - * alert( CKEDITOR.instances.editor1.mode ); // "wysiwyg" (e.g.) - */ - CKEDITOR.editor.prototype.mode = ''; - - /** - * Registers an editing mode. This function is to be used mainly by plugins. - * @param {String} mode The mode name. - * @param {Object} modeEditor The mode editor definition. - * @example - */ - CKEDITOR.editor.prototype.addMode = function( mode, modeEditor ) - { - modeEditor.name = mode; - ( this._.modes || ( this._.modes = {} ) )[ mode ] = modeEditor; - }; - - /** - * Sets the current editing mode in this editor instance. - * @param {String} mode A registered mode name. - * @example - * // Switch to "source" view. - * CKEDITOR.instances.editor1.setMode( 'source' ); - */ - CKEDITOR.editor.prototype.setMode = function( mode ) - { - this.fire( 'beforeSetMode', { newMode : mode } ); - - var data, - holderElement = this.getThemeSpace( 'contents' ), - isDirty = this.checkDirty(); - - // Unload the previous mode. - if ( this.mode ) - { - if ( mode == this.mode ) - return; - - this.fire( 'beforeModeUnload' ); - - var currentMode = this.getMode(); - data = currentMode.getData(); - currentMode.unload( holderElement ); - this.mode = ''; - } - - holderElement.setHtml( '' ); - - // Load required mode. - var modeEditor = this.getMode( mode ); - if ( !modeEditor ) - throw '[CKEDITOR.editor.setMode] Unknown mode "' + mode + '".'; - - if ( !isDirty ) - { - this.on( 'mode', function() - { - this.resetDirty(); - this.removeListener( 'mode', arguments.callee ); - }); - } - - modeEditor.load( holderElement, ( typeof data ) != 'string' ? this.getData() : data); - }; - - /** - * Gets the current or any of the objects that represent the editing - * area modes. The two most common editing modes are "wysiwyg" and "source". - * @param {String} [mode] The mode to be retrieved. If not specified, the - * current one is returned. - */ - CKEDITOR.editor.prototype.getMode = function( mode ) - { - return this._.modes && this._.modes[ mode || this.mode ]; - }; - - /** - * Moves the selection focus to the editing are space in the editor. - */ - CKEDITOR.editor.prototype.focus = function() - { - this.forceNextSelectionCheck(); - var mode = this.getMode(); - if ( mode ) - mode.focus(); - }; -})(); - -/** - * The mode to load at the editor startup. It depends on the plugins - * loaded. By default, the "wysiwyg" and "source" modes are available. - * @type String - * @default 'wysiwyg' - * @example - * config.startupMode = 'source'; - */ -CKEDITOR.config.startupMode = 'wysiwyg'; - -/** - * Sets whether the editor should have the focus when the page loads. - * @name CKEDITOR.config.startupFocus - * @type Boolean - * @default false - * @example - * config.startupFocus = true; - */ - -/** - * Whether to render or not the editing block area in the editor interface. - * @type Boolean - * @default true - * @example - * config.editingBlock = false; - */ -CKEDITOR.config.editingBlock = true; - -/** - * Fired when a CKEDITOR instance is created, fully initialized and ready for interaction. - * @name CKEDITOR#instanceReady - * @event - * @param {CKEDITOR.editor} editor The editor instance that has been created. - */ - -/** - * Fired when the CKEDITOR instance is created, fully initialized and ready for interaction. - * @name CKEDITOR.editor#instanceReady - * @event - */ - -/** - * Fired before changing the editing mode. See also CKEDITOR.editor#beforeSetMode and CKEDITOR.editor#mode - * @name CKEDITOR.editor#beforeModeUnload - * @event - */ - - /** - * Fired before the editor mode is set. See also CKEDITOR.editor#mode and CKEDITOR.editor#beforeModeUnload - * @name CKEDITOR.editor#beforeSetMode - * @event - * @since 3.5.3 - * @param {String} newMode The name of the mode which is about to be set. - */ - -/** - * Fired after setting the editing mode. See also CKEDITOR.editor#beforeSetMode and CKEDITOR.editor#beforeModeUnload - * @name CKEDITOR.editor#mode - * @event - */ diff --git a/skins/ckeditor/_source/plugins/elementspath/plugin.js b/skins/ckeditor/_source/plugins/elementspath/plugin.js deleted file mode 100644 index 814e107..0000000 --- a/skins/ckeditor/_source/plugins/elementspath/plugin.js +++ /dev/null @@ -1,218 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview The "elementspath" plugin. It shows all elements in the DOM - * parent tree relative to the current selection in the editing area. - */ - -(function() -{ - var commands = - { - toolbarFocus : - { - editorFocus : false, - readOnly : 1, - exec : function( editor ) - { - var idBase = editor._.elementsPath.idBase; - var element = CKEDITOR.document.getById( idBase + '0' ); - - // Make the first button focus accessible for IE. (#3417) - // Adobe AIR instead need while of delay. - element && element.focus( CKEDITOR.env.ie || CKEDITOR.env.air ); - } - } - }; - - var emptyHtml = '<span class="cke_empty"> </span>'; - - CKEDITOR.plugins.add( 'elementspath', - { - requires : [ 'selection' ], - - init : function( editor ) - { - var spaceId = 'cke_path_' + editor.name; - var spaceElement; - var getSpaceElement = function() - { - if ( !spaceElement ) - spaceElement = CKEDITOR.document.getById( spaceId ); - return spaceElement; - }; - - var idBase = 'cke_elementspath_' + CKEDITOR.tools.getNextNumber() + '_'; - - editor._.elementsPath = { idBase : idBase, filters : [] }; - - editor.on( 'themeSpace', function( event ) - { - if ( event.data.space == 'bottom' ) - { - event.data.html += - '<span id="' + spaceId + '_label" class="cke_voice_label">' + editor.lang.elementsPath.eleLabel + '</span>' + - '<div id="' + spaceId + '" class="cke_path" role="group" aria-labelledby="' + spaceId + '_label">' + emptyHtml + '</div>'; - } - }); - - function onClick( elementIndex ) - { - editor.focus(); - var element = editor._.elementsPath.list[ elementIndex ]; - if ( element.is( 'body' ) ) - { - var range = new CKEDITOR.dom.range( editor.document ); - range.selectNodeContents( element ); - range.select(); - } - else - editor.getSelection().selectElement( element ); - } - - var onClickHanlder = CKEDITOR.tools.addFunction( onClick ); - - var onKeyDownHandler = CKEDITOR.tools.addFunction( function( elementIndex, ev ) - { - var idBase = editor._.elementsPath.idBase, - element; - - ev = new CKEDITOR.dom.event( ev ); - - var rtl = editor.lang.dir == 'rtl'; - switch ( ev.getKeystroke() ) - { - case rtl ? 39 : 37 : // LEFT-ARROW - case 9 : // TAB - element = CKEDITOR.document.getById( idBase + ( elementIndex + 1 ) ); - if ( !element ) - element = CKEDITOR.document.getById( idBase + '0' ); - element.focus(); - return false; - - case rtl ? 37 : 39 : // RIGHT-ARROW - case CKEDITOR.SHIFT + 9 : // SHIFT + TAB - element = CKEDITOR.document.getById( idBase + ( elementIndex - 1 ) ); - if ( !element ) - element = CKEDITOR.document.getById( idBase + ( editor._.elementsPath.list.length - 1 ) ); - element.focus(); - return false; - - case 27 : // ESC - editor.focus(); - return false; - - case 13 : // ENTER // Opera - case 32 : // SPACE - onClick( elementIndex ); - return false; - } - return true; - }); - - editor.on( 'selectionChange', function( ev ) - { - var env = CKEDITOR.env, - selection = ev.data.selection, - element = selection.getStartElement(), - html = [], - editor = ev.editor, - elementsList = editor._.elementsPath.list = [], - filters = editor._.elementsPath.filters; - - while ( element ) - { - var ignore = 0, - name; - - if ( element.data( 'cke-display-name' ) ) - name = element.data( 'cke-display-name' ); - else if ( element.data( 'cke-real-element-type' ) ) - name = element.data( 'cke-real-element-type' ); - else - name = element.getName(); - - for ( var i = 0; i < filters.length; i++ ) - { - var ret = filters[ i ]( element, name ); - if ( ret === false ) - { - ignore = 1; - break; - } - name = ret || name; - } - - if ( !ignore ) - { - var index = elementsList.push( element ) - 1; - - // Use this variable to add conditional stuff to the - // HTML (because we are doing it in reverse order... unshift). - var extra = ''; - - // Some browsers don't cancel key events in the keydown but in the - // keypress. - // TODO: Check if really needed for Gecko+Mac. - if ( env.opera || ( env.gecko && env.mac ) ) - extra += ' onkeypress="return false;"'; - - // With Firefox, we need to force the button to redraw, otherwise it - // will remain in the focus state. - if ( env.gecko ) - extra += ' onblur="this.style.cssText = this.style.cssText;"'; - - var label = editor.lang.elementsPath.eleTitle.replace( /%1/, name ); - html.unshift( - '<a' + - ' id="', idBase, index, '"' + - ' href="javascript:void(\'', name, '\')"' + - ' tabindex="-1"' + - ' title="', label, '"' + - ( ( CKEDITOR.env.gecko && CKEDITOR.env.version < 10900 ) ? - ' onfocus="event.preventBubble();"' : '' ) + - ' hidefocus="true" ' + - ' onkeydown="return CKEDITOR.tools.callFunction(', onKeyDownHandler, ',', index, ', event );"' + - extra , - ' onclick="CKEDITOR.tools.callFunction('+ onClickHanlder, ',', index, '); return false;"', - ' role="button" aria-labelledby="' + idBase + index + '_label">', - name, - '<span id="', idBase, index, '_label" class="cke_label">' + label + '</span>', - '</a>' ); - - } - - if ( name == 'body' ) - break; - - element = element.getParent(); - } - - var space = getSpaceElement(); - space.setHtml( html.join('') + emptyHtml ); - editor.fire( 'elementsPathUpdate', { space : space } ); - }); - - function empty() - { - spaceElement && spaceElement.setHtml( emptyHtml ); - delete editor._.elementsPath.list; - } - - editor.on( 'readOnly', empty ); - editor.on( 'contentDomUnload', empty ); - - editor.addCommand( 'elementsPathFocus', commands.toolbarFocus ); - } - }); -})(); - -/** - * Fired when the contents of the elementsPath are changed - * @name CKEDITOR.editor#elementsPathUpdate - * @event - * @param {Object} eventData.space The elementsPath container - */ diff --git a/skins/ckeditor/_source/plugins/enterkey/plugin.js b/skins/ckeditor/_source/plugins/enterkey/plugin.js deleted file mode 100644 index 59a4f82..0000000 --- a/skins/ckeditor/_source/plugins/enterkey/plugin.js +++ /dev/null @@ -1,413 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - CKEDITOR.plugins.add( 'enterkey', - { - requires : [ 'keystrokes', 'indent' ], - - init : function( editor ) - { - editor.addCommand( 'enter', { - modes : { wysiwyg:1 }, - editorFocus : false, - exec : function( editor ){ enter( editor ); } - }); - - editor.addCommand( 'shiftEnter', { - modes : { wysiwyg:1 }, - editorFocus : false, - exec : function( editor ){ shiftEnter( editor ); } - }); - - var keystrokes = editor.keystrokeHandler.keystrokes; - keystrokes[ 13 ] = 'enter'; - keystrokes[ CKEDITOR.SHIFT + 13 ] = 'shiftEnter'; - } - }); - - CKEDITOR.plugins.enterkey = - { - enterBlock : function( editor, mode, range, forceMode ) - { - // Get the range for the current selection. - range = range || getRange( editor ); - - // We may not have valid ranges to work on, like when inside a - // contenteditable=false element. - if ( !range ) - return; - - var doc = range.document; - - var atBlockStart = range.checkStartOfBlock(), - atBlockEnd = range.checkEndOfBlock(), - path = new CKEDITOR.dom.elementPath( range.startContainer ), - block = path.block; - - // Exit the list when we're inside an empty list item block. (#5376) - if ( atBlockStart && atBlockEnd ) - { - if ( block && ( block.is( 'li' ) || block.getParent().is( 'li' ) ) ) - { - editor.execCommand( 'outdent' ); - return; - } - } - // Don't split <pre> if we're in the middle of it, act as shift enter key. - else if ( block && block.is( 'pre' ) ) - { - if ( !atBlockEnd ) - { - enterBr( editor, mode, range, forceMode ); - return; - } - } - // Don't split caption blocks. (#7944) - else if ( block && CKEDITOR.dtd.$captionBlock[ block.getName() ] ) - { - enterBr( editor, mode, range, forceMode ); - return; - } - - // Determine the block element to be used. - var blockTag = ( mode == CKEDITOR.ENTER_DIV ? 'div' : 'p' ); - - // Split the range. - var splitInfo = range.splitBlock( blockTag ); - - if ( !splitInfo ) - return; - - // Get the current blocks. - var previousBlock = splitInfo.previousBlock, - nextBlock = splitInfo.nextBlock; - - var isStartOfBlock = splitInfo.wasStartOfBlock, - isEndOfBlock = splitInfo.wasEndOfBlock; - - var node; - - // If this is a block under a list item, split it as well. (#1647) - if ( nextBlock ) - { - node = nextBlock.getParent(); - if ( node.is( 'li' ) ) - { - nextBlock.breakParent( node ); - nextBlock.move( nextBlock.getNext(), 1 ); - } - } - else if ( previousBlock && ( node = previousBlock.getParent() ) && node.is( 'li' ) ) - { - previousBlock.breakParent( node ); - node = previousBlock.getNext(); - range.moveToElementEditStart( node ); - previousBlock.move( previousBlock.getPrevious() ); - } - - // If we have both the previous and next blocks, it means that the - // boundaries were on separated blocks, or none of them where on the - // block limits (start/end). - if ( !isStartOfBlock && !isEndOfBlock ) - { - // If the next block is an <li> with another list tree as the first - // child, we'll need to append a filler (<br>/NBSP) or the list item - // wouldn't be editable. (#1420) - if ( nextBlock.is( 'li' ) - && ( node = nextBlock.getFirst( CKEDITOR.dom.walker.invisible( true ) ) ) - && node.is && node.is( 'ul', 'ol' ) ) - ( CKEDITOR.env.ie ? doc.createText( '\xa0' ) : doc.createElement( 'br' ) ).insertBefore( node ); - - // Move the selection to the end block. - if ( nextBlock ) - range.moveToElementEditStart( nextBlock ); - } - else - { - var newBlock, - newBlockDir; - - if ( previousBlock ) - { - // Do not enter this block if it's a header tag, or we are in - // a Shift+Enter (#77). Create a new block element instead - // (later in the code). - if ( previousBlock.is( 'li' ) || - ! ( headerTagRegex.test( previousBlock.getName() ) || previousBlock.is( 'pre' ) ) ) - { - // Otherwise, duplicate the previous block. - newBlock = previousBlock.clone(); - } - } - else if ( nextBlock ) - newBlock = nextBlock.clone(); - - if ( !newBlock ) - { - // We have already created a new list item. (#6849) - if ( node && node.is( 'li' ) ) - newBlock = node; - else - { - newBlock = doc.createElement( blockTag ); - if ( previousBlock && ( newBlockDir = previousBlock.getDirection() ) ) - newBlock.setAttribute( 'dir', newBlockDir ); - } - } - // Force the enter block unless we're talking of a list item. - else if ( forceMode && !newBlock.is( 'li' ) ) - newBlock.renameNode( blockTag ); - - // Recreate the inline elements tree, which was available - // before hitting enter, so the same styles will be available in - // the new block. - var elementPath = splitInfo.elementPath; - if ( elementPath ) - { - for ( var i = 0, len = elementPath.elements.length ; i < len ; i++ ) - { - var element = elementPath.elements[ i ]; - - if ( element.equals( elementPath.block ) || element.equals( elementPath.blockLimit ) ) - break; - - if ( CKEDITOR.dtd.$removeEmpty[ element.getName() ] ) - { - element = element.clone(); - newBlock.moveChildren( element ); - newBlock.append( element ); - } - } - } - - if ( !CKEDITOR.env.ie ) - newBlock.appendBogus(); - - if ( !newBlock.getParent() ) - range.insertNode( newBlock ); - - // list item start number should not be duplicated (#7330), but we need - // to remove the attribute after it's onto the DOM tree because of old IEs (#7581). - newBlock.is( 'li' ) && newBlock.removeAttribute( 'value' ); - - // This is tricky, but to make the new block visible correctly - // we must select it. - // The previousBlock check has been included because it may be - // empty if we have fixed a block-less space (like ENTER into an - // empty table cell). - if ( CKEDITOR.env.ie && isStartOfBlock && ( !isEndOfBlock || !previousBlock.getChildCount() ) ) - { - // Move the selection to the new block. - range.moveToElementEditStart( isEndOfBlock ? previousBlock : newBlock ); - range.select(); - } - - // Move the selection to the new block. - range.moveToElementEditStart( isStartOfBlock && !isEndOfBlock ? nextBlock : newBlock ); - } - - if ( !CKEDITOR.env.ie ) - { - if ( nextBlock ) - { - // If we have split the block, adds a temporary span at the - // range position and scroll relatively to it. - var tmpNode = doc.createElement( 'span' ); - - // We need some content for Safari. - tmpNode.setHtml( ' ' ); - - range.insertNode( tmpNode ); - tmpNode.scrollIntoView(); - range.deleteContents(); - } - else - { - // We may use the above scroll logic for the new block case - // too, but it gives some weird result with Opera. - newBlock.scrollIntoView(); - } - } - - range.select(); - }, - - enterBr : function( editor, mode, range, forceMode ) - { - // Get the range for the current selection. - range = range || getRange( editor ); - - // We may not have valid ranges to work on, like when inside a - // contenteditable=false element. - if ( !range ) - return; - - var doc = range.document; - - // Determine the block element to be used. - var blockTag = ( mode == CKEDITOR.ENTER_DIV ? 'div' : 'p' ); - - var isEndOfBlock = range.checkEndOfBlock(); - - var elementPath = new CKEDITOR.dom.elementPath( editor.getSelection().getStartElement() ); - - var startBlock = elementPath.block, - startBlockTag = startBlock && elementPath.block.getName(); - - var isPre = false; - - if ( !forceMode && startBlockTag == 'li' ) - { - enterBlock( editor, mode, range, forceMode ); - return; - } - - // If we are at the end of a header block. - if ( !forceMode && isEndOfBlock && headerTagRegex.test( startBlockTag ) ) - { - var newBlock, - newBlockDir; - - if ( ( newBlockDir = startBlock.getDirection() ) ) - { - newBlock = doc.createElement( 'div' ); - newBlock.setAttribute( 'dir', newBlockDir ); - newBlock.insertAfter( startBlock ); - range.setStart( newBlock, 0 ); - } - else - { - // Insert a <br> after the current paragraph. - doc.createElement( 'br' ).insertAfter( startBlock ); - - // A text node is required by Gecko only to make the cursor blink. - if ( CKEDITOR.env.gecko ) - doc.createText( '' ).insertAfter( startBlock ); - - // IE has different behaviors regarding position. - range.setStartAt( startBlock.getNext(), CKEDITOR.env.ie ? CKEDITOR.POSITION_BEFORE_START : CKEDITOR.POSITION_AFTER_START ); - } - } - else - { - var lineBreak; - - isPre = ( startBlockTag == 'pre' ); - - // Gecko prefers <br> as line-break inside <pre> (#4711). - if ( isPre && !CKEDITOR.env.gecko ) - lineBreak = doc.createText( CKEDITOR.env.ie ? '\r' : '\n' ); - else - lineBreak = doc.createElement( 'br' ); - - range.deleteContents(); - range.insertNode( lineBreak ); - - // IE has different behavior regarding position. - if ( CKEDITOR.env.ie ) - range.setStartAt( lineBreak, CKEDITOR.POSITION_AFTER_END ); - else - { - // A text node is required by Gecko only to make the cursor blink. - // We need some text inside of it, so the bogus <br> is properly - // created. - doc.createText( '\ufeff' ).insertAfter( lineBreak ); - - // If we are at the end of a block, we must be sure the bogus node is available in that block. - if ( isEndOfBlock ) - lineBreak.getParent().appendBogus(); - - // Now we can remove the text node contents, so the caret doesn't - // stop on it. - lineBreak.getNext().$.nodeValue = ''; - - range.setStartAt( lineBreak.getNext(), CKEDITOR.POSITION_AFTER_START ); - - // Scroll into view, for non IE. - var dummy = null; - - // BR is not positioned in Opera and Webkit. - if ( !CKEDITOR.env.gecko ) - { - dummy = doc.createElement( 'span' ); - // We need have some contents for Webkit to position it - // under parent node. ( #3681) - dummy.setHtml(' '); - } - else - dummy = doc.createElement( 'br' ); - - dummy.insertBefore( lineBreak.getNext() ); - dummy.scrollIntoView(); - dummy.remove(); - } - } - - // This collapse guarantees the cursor will be blinking. - range.collapse( true ); - - range.select( isPre ); - } - }; - - var plugin = CKEDITOR.plugins.enterkey, - enterBr = plugin.enterBr, - enterBlock = plugin.enterBlock, - headerTagRegex = /^h[1-6]$/; - - function shiftEnter( editor ) - { - // Only effective within document. - if ( editor.mode != 'wysiwyg' ) - return false; - - // On SHIFT+ENTER: - // 1. We want to enforce the mode to be respected, instead - // of cloning the current block. (#77) - return enter( editor, editor.config.shiftEnterMode, 1 ); - } - - function enter( editor, mode, forceMode ) - { - forceMode = editor.config.forceEnterMode || forceMode; - - // Only effective within document. - if ( editor.mode != 'wysiwyg' ) - return false; - - if ( !mode ) - mode = editor.config.enterMode; - - // Use setTimout so the keys get cancelled immediatelly. - setTimeout( function() - { - editor.fire( 'saveSnapshot' ); // Save undo step. - if ( mode == CKEDITOR.ENTER_BR ) - enterBr( editor, mode, null, forceMode ); - else - enterBlock( editor, mode, null, forceMode ); - - }, 0 ); - - return true; - } - - function getRange( editor ) - { - // Get the selection ranges. - var ranges = editor.getSelection().getRanges( true ); - - // Delete the contents of all ranges except the first one. - for ( var i = ranges.length - 1 ; i > 0 ; i-- ) - { - ranges[ i ].deleteContents(); - } - - // Return the first range. - return ranges[ 0 ]; - } -})(); diff --git a/skins/ckeditor/_source/plugins/entities/plugin.js b/skins/ckeditor/_source/plugins/entities/plugin.js deleted file mode 100644 index 8dac27f..0000000 --- a/skins/ckeditor/_source/plugins/entities/plugin.js +++ /dev/null @@ -1,250 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - // Base HTML entities. - var htmlbase = 'nbsp,gt,lt,amp'; - - var entities = - // Latin-1 Entities - 'quot,iexcl,cent,pound,curren,yen,brvbar,sect,uml,copy,ordf,laquo,' + - 'not,shy,reg,macr,deg,plusmn,sup2,sup3,acute,micro,para,middot,' + - 'cedil,sup1,ordm,raquo,frac14,frac12,frac34,iquest,times,divide,' + - - // Symbols - 'fnof,bull,hellip,prime,Prime,oline,frasl,weierp,image,real,trade,' + - 'alefsym,larr,uarr,rarr,darr,harr,crarr,lArr,uArr,rArr,dArr,hArr,' + - 'forall,part,exist,empty,nabla,isin,notin,ni,prod,sum,minus,lowast,' + - 'radic,prop,infin,ang,and,or,cap,cup,int,there4,sim,cong,asymp,ne,' + - 'equiv,le,ge,sub,sup,nsub,sube,supe,oplus,otimes,perp,sdot,lceil,' + - 'rceil,lfloor,rfloor,lang,rang,loz,spades,clubs,hearts,diams,' + - - // Other Special Characters - 'circ,tilde,ensp,emsp,thinsp,zwnj,zwj,lrm,rlm,ndash,mdash,lsquo,' + - 'rsquo,sbquo,ldquo,rdquo,bdquo,dagger,Dagger,permil,lsaquo,rsaquo,' + - 'euro'; - - // Latin Letters Entities - var latin = - 'Agrave,Aacute,Acirc,Atilde,Auml,Aring,AElig,Ccedil,Egrave,Eacute,' + - 'Ecirc,Euml,Igrave,Iacute,Icirc,Iuml,ETH,Ntilde,Ograve,Oacute,Ocirc,' + - 'Otilde,Ouml,Oslash,Ugrave,Uacute,Ucirc,Uuml,Yacute,THORN,szlig,' + - 'agrave,aacute,acirc,atilde,auml,aring,aelig,ccedil,egrave,eacute,' + - 'ecirc,euml,igrave,iacute,icirc,iuml,eth,ntilde,ograve,oacute,ocirc,' + - 'otilde,ouml,oslash,ugrave,uacute,ucirc,uuml,yacute,thorn,yuml,' + - 'OElig,oelig,Scaron,scaron,Yuml'; - - // Greek Letters Entities. - var greek = - 'Alpha,Beta,Gamma,Delta,Epsilon,Zeta,Eta,Theta,Iota,Kappa,Lambda,Mu,' + - 'Nu,Xi,Omicron,Pi,Rho,Sigma,Tau,Upsilon,Phi,Chi,Psi,Omega,alpha,' + - 'beta,gamma,delta,epsilon,zeta,eta,theta,iota,kappa,lambda,mu,nu,xi,' + - 'omicron,pi,rho,sigmaf,sigma,tau,upsilon,phi,chi,psi,omega,thetasym,' + - 'upsih,piv'; - - /** - * Create a mapping table between one character and it's entity form from a list of entity names. - * @param reverse {Boolean} Whether create a reverse map from the entity string form to actual character. - */ - function buildTable( entities, reverse ) - { - var table = {}, - regex = []; - - // Entities that the browsers DOM don't transform to the final char - // automatically. - var specialTable = - { - nbsp : '\u00A0', // IE | FF - shy : '\u00AD', // IE - gt : '\u003E', // IE | FF | -- | Opera - lt : '\u003C', // IE | FF | Safari | Opera - amp : '\u0026' // ALL - }; - - entities = entities.replace( /\b(nbsp|shy|gt|lt|amp)(?:,|$)/g, function( match, entity ) - { - var org = reverse ? '&' + entity + ';' : specialTable[ entity ], - result = reverse ? specialTable[ entity ] : '&' + entity + ';'; - - table[ org ] = result; - regex.push( org ); - return ''; - }); - - if ( !reverse && entities ) - { - // Transforms the entities string into an array. - entities = entities.split( ',' ); - - // Put all entities inside a DOM element, transforming them to their - // final chars. - var div = document.createElement( 'div' ), - chars; - div.innerHTML = '&' + entities.join( ';&' ) + ';'; - chars = div.innerHTML; - div = null; - - // Add all chars to the table. - for ( var i = 0 ; i < chars.length ; i++ ) - { - var charAt = chars.charAt( i ); - table[ charAt ] = '&' + entities[ i ] + ';'; - regex.push( charAt ); - } - } - - table.regex = regex.join( reverse ? '|' : '' ); - - return table; - } - - CKEDITOR.plugins.add( 'entities', - { - afterInit : function( editor ) - { - var config = editor.config; - - var dataProcessor = editor.dataProcessor, - htmlFilter = dataProcessor && dataProcessor.htmlFilter; - - if ( htmlFilter ) - { - // Mandatory HTML base entities. - var selectedEntities = ''; - - if ( config.basicEntities !== false ) - selectedEntities += htmlbase; - - if ( config.entities ) - { - selectedEntities += ',' + entities; - if ( config.entities_latin ) - selectedEntities += ',' + latin; - - if ( config.entities_greek ) - selectedEntities += ',' + greek; - - if ( config.entities_additional ) - selectedEntities += ',' + config.entities_additional; - } - - var entitiesTable = buildTable( selectedEntities ); - - // Create the Regex used to find entities in the text, leave it matches nothing if entities are empty. - var entitiesRegex = entitiesTable.regex ? '[' + entitiesTable.regex + ']' : 'a^'; - delete entitiesTable.regex; - - if ( config.entities && config.entities_processNumerical ) - entitiesRegex = '[^ -~]|' + entitiesRegex ; - - entitiesRegex = new RegExp( entitiesRegex, 'g' ); - - function getEntity( character ) - { - return config.entities_processNumerical == 'force' || !entitiesTable[ character ] ? - '&#' + character.charCodeAt(0) + ';' - : entitiesTable[ character ]; - } - - // Decode entities that the browsers has transformed - // at first place. - var baseEntitiesTable = buildTable( [ htmlbase, 'shy' ].join( ',' ) , true ), - baseEntitiesRegex = new RegExp( baseEntitiesTable.regex, 'g' ); - - function getChar( character ) - { - return baseEntitiesTable[ character ]; - } - - htmlFilter.addRules( - { - text : function( text ) - { - return text.replace( baseEntitiesRegex, getChar ) - .replace( entitiesRegex, getEntity ); - } - }); - } - } - }); -})(); - -/** - * Whether to escape HTML preserved entities in text, including: - * <ul> - * <li>nbsp</li> - * <li>gt</li> - * <li>lt</li> - * <li>amp</li> - * </ul> - * <strong>Note:</strong> It should not be subjected to change unless you're outputting non-HTML data format like BBCode. - * @type Boolean - * @default true - * @example - * config.basicEntities = false; - */ -CKEDITOR.config.basicEntities = true; - -/** - * Whether to use HTML entities in the output. - * @name CKEDITOR.config.entities - * @type Boolean - * @default true - * @example - * config.entities = false; - */ -CKEDITOR.config.entities = true; - -/** - * Whether to convert some Latin characters (Latin alphabet No. 1, ISO 8859-1) - * to HTML entities. The list of entities can be found at the - * <a href="http://www.w3.org/TR/html4/sgml/entities.html#h-24.2.1">W3C HTML 4.01 Specification, section 24.2.1</a>. - * @name CKEDITOR.config.entities_latin - * @type Boolean - * @default true - * @example - * config.entities_latin = false; - */ -CKEDITOR.config.entities_latin = true; - -/** - * Whether to convert some symbols, mathematical symbols, and Greek letters to - * HTML entities. This may be more relevant for users typing text written in Greek. - * The list of entities can be found at the - * <a href="http://www.w3.org/TR/html4/sgml/entities.html#h-24.3.1">W3C HTML 4.01 Specification, section 24.3.1</a>. - * @name CKEDITOR.config.entities_greek - * @type Boolean - * @default true - * @example - * config.entities_greek = false; - */ -CKEDITOR.config.entities_greek = true; - -/** - * Whether to convert all remaining characters, not comprised in the ASCII - * character table, to their relative decimal numeric representation of HTML entity. - * When specified as the value 'force', it will simply convert all entities into the above form. - * For example, the phrase "This is Chinese: 汉语." is outputted - * as "This is Chinese: &#27721;&#35821;." - * @name CKEDITOR.config.entities_processNumerical - * @type Boolean|String - * @default false - * @example - * config.entities_processNumerical = true; - * config.entities_processNumerical = 'force'; //Convert from " " into " "; - */ - -/** - * An additional list of entities to be used. It's a string containing each - * entry separated by a comma. Entities names or number must be used, exclusing - * the "&" preffix and the ";" termination. - * @name CKEDITOR.config.entities_additional - * @default '#39' // The single quote (') character. - * @type String - * @example - */ -CKEDITOR.config.entities_additional = '#39'; diff --git a/skins/ckeditor/_source/plugins/fakeobjects/plugin.js b/skins/ckeditor/_source/plugins/fakeobjects/plugin.js deleted file mode 100644 index d4ebce5..0000000 --- a/skins/ckeditor/_source/plugins/fakeobjects/plugin.js +++ /dev/null @@ -1,175 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - var cssStyle = CKEDITOR.htmlParser.cssStyle, - cssLength = CKEDITOR.tools.cssLength; - - var cssLengthRegex = /^((?:\d*(?:\.\d+))|(?:\d+))(.*)?$/i; - - /* - * Replacing the former CSS length value with the later one, with - * adjustment to the length unit. - */ - function replaceCssLength( length1, length2 ) - { - var parts1 = cssLengthRegex.exec( length1 ), - parts2 = cssLengthRegex.exec( length2 ); - - // Omit pixel length unit when necessary, - // e.g. replaceCssLength( 10, '20px' ) -> 20 - if ( parts1 ) - { - if ( !parts1[ 2 ] && parts2[ 2 ] == 'px' ) - return parts2[ 1 ]; - if ( parts1[ 2 ] == 'px' && !parts2[ 2 ] ) - return parts2[ 1 ] + 'px'; - } - - return length2; - } - - var htmlFilterRules = - { - elements : - { - $ : function( element ) - { - var attributes = element.attributes, - realHtml = attributes && attributes[ 'data-cke-realelement' ], - realFragment = realHtml && new CKEDITOR.htmlParser.fragment.fromHtml( decodeURIComponent( realHtml ) ), - realElement = realFragment && realFragment.children[ 0 ]; - - // Width/height in the fake object are subjected to clone into the real element. - if ( realElement && element.attributes[ 'data-cke-resizable' ] ) - { - var styles = new cssStyle( element ).rules, - realAttrs = realElement.attributes, - width = styles.width, - height = styles.height; - - width && ( realAttrs.width = replaceCssLength( realAttrs.width, width ) ); - height && ( realAttrs.height = replaceCssLength( realAttrs.height, height ) ); - } - - return realElement; - } - } - }; - - CKEDITOR.plugins.add( 'fakeobjects', - { - requires : [ 'htmlwriter' ], - - afterInit : function( editor ) - { - var dataProcessor = editor.dataProcessor, - htmlFilter = dataProcessor && dataProcessor.htmlFilter; - - if ( htmlFilter ) - htmlFilter.addRules( htmlFilterRules ); - } - }); - - CKEDITOR.editor.prototype.createFakeElement = function( realElement, className, realElementType, isResizable ) - { - var lang = this.lang.fakeobjects, - label = lang[ realElementType ] || lang.unknown; - - var attributes = - { - 'class' : className, - src : CKEDITOR.getUrl( 'images/spacer.gif' ), - 'data-cke-realelement' : encodeURIComponent( realElement.getOuterHtml() ), - 'data-cke-real-node-type' : realElement.type, - alt : label, - title : label, - align : realElement.getAttribute( 'align' ) || '' - }; - - if ( realElementType ) - attributes[ 'data-cke-real-element-type' ] = realElementType; - - if ( isResizable ) - { - attributes[ 'data-cke-resizable' ] = isResizable; - - var fakeStyle = new cssStyle(); - - var width = realElement.getAttribute( 'width' ), - height = realElement.getAttribute( 'height' ); - - width && ( fakeStyle.rules.width = cssLength( width ) ); - height && ( fakeStyle.rules.height = cssLength( height ) ); - fakeStyle.populate( attributes ); - } - - return this.document.createElement( 'img', { attributes : attributes } ); - }; - - CKEDITOR.editor.prototype.createFakeParserElement = function( realElement, className, realElementType, isResizable ) - { - var lang = this.lang.fakeobjects, - label = lang[ realElementType ] || lang.unknown, - html; - - var writer = new CKEDITOR.htmlParser.basicWriter(); - realElement.writeHtml( writer ); - html = writer.getHtml(); - - var attributes = - { - 'class' : className, - src : CKEDITOR.getUrl( 'images/spacer.gif' ), - 'data-cke-realelement' : encodeURIComponent( html ), - 'data-cke-real-node-type' : realElement.type, - alt : label, - title : label, - align : realElement.attributes.align || '' - }; - - if ( realElementType ) - attributes[ 'data-cke-real-element-type' ] = realElementType; - - if ( isResizable ) - { - attributes[ 'data-cke-resizable' ] = isResizable; - var realAttrs = realElement.attributes, - fakeStyle = new cssStyle(); - - var width = realAttrs.width, - height = realAttrs.height; - - width != undefined && ( fakeStyle.rules.width = cssLength( width ) ); - height != undefined && ( fakeStyle.rules.height = cssLength ( height ) ); - fakeStyle.populate( attributes ); - } - - return new CKEDITOR.htmlParser.element( 'img', attributes ); - }; - - CKEDITOR.editor.prototype.restoreRealElement = function( fakeElement ) - { - if ( fakeElement.data( 'cke-real-node-type' ) != CKEDITOR.NODE_ELEMENT ) - return null; - - var element = CKEDITOR.dom.element.createFromHtml( - decodeURIComponent( fakeElement.data( 'cke-realelement' ) ), - this.document ); - - if ( fakeElement.data( 'cke-resizable') ) - { - var width = fakeElement.getStyle( 'width' ), - height = fakeElement.getStyle( 'height' ); - - width && element.setAttribute( 'width', replaceCssLength( element.getAttribute( 'width' ), width ) ); - height && element.setAttribute( 'height', replaceCssLength( element.getAttribute( 'height' ), height ) ); - } - - return element; - }; - -})(); diff --git a/skins/ckeditor/_source/plugins/filebrowser/plugin.js b/skins/ckeditor/_source/plugins/filebrowser/plugin.js deleted file mode 100644 index 799d68f..0000000 --- a/skins/ckeditor/_source/plugins/filebrowser/plugin.js +++ /dev/null @@ -1,524 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview The "filebrowser" plugin, it adds support for file uploads and - * browsing. - * - * When file is selected inside of the file browser or uploaded, its url is - * inserted automatically to a field, which is described in the 'filebrowser' - * attribute. To specify field that should be updated, pass the tab id and - * element id, separated with a colon. - * - * Example 1: (Browse) - * - * <pre> - * { - * type : 'button', - * id : 'browse', - * filebrowser : 'tabId:elementId', - * label : editor.lang.common.browseServer - * } - * </pre> - * - * If you set the 'filebrowser' attribute on any element other than - * 'fileButton', the 'Browse' action will be triggered. - * - * Example 2: (Quick Upload) - * - * <pre> - * { - * type : 'fileButton', - * id : 'uploadButton', - * filebrowser : 'tabId:elementId', - * label : editor.lang.common.uploadSubmit, - * 'for' : [ 'upload', 'upload' ] - * } - * </pre> - * - * If you set the 'filebrowser' attribute on a fileButton element, the - * 'QuickUpload' action will be executed. - * - * Filebrowser plugin also supports more advanced configuration (through - * javascript object). - * - * The following settings are supported: - * - * <pre> - * [action] - Browse or QuickUpload - * [target] - field to update, tabId:elementId - * [params] - additional arguments to be passed to the server connector (optional) - * [onSelect] - function to execute when file is selected/uploaded (optional) - * [url] - the URL to be called (optional) - * </pre> - * - * Example 3: (Quick Upload) - * - * <pre> - * { - * type : 'fileButton', - * label : editor.lang.common.uploadSubmit, - * id : 'buttonId', - * filebrowser : - * { - * action : 'QuickUpload', //required - * target : 'tab1:elementId', //required - * params : //optional - * { - * type : 'Files', - * currentFolder : '/folder/' - * }, - * onSelect : function( fileUrl, errorMessage ) //optional - * { - * // Do not call the built-in selectFuntion - * // return false; - * } - * }, - * 'for' : [ 'tab1', 'myFile' ] - * } - * </pre> - * - * Suppose we have a file element with id 'myFile', text field with id - * 'elementId' and a fileButton. If filebowser.url is not specified explicitly, - * form action will be set to 'filebrowser[DialogName]UploadUrl' or, if not - * specified, to 'filebrowserUploadUrl'. Additional parameters from 'params' - * object will be added to the query string. It is possible to create your own - * uploadHandler and cancel the built-in updateTargetElement command. - * - * Example 4: (Browse) - * - * <pre> - * { - * type : 'button', - * id : 'buttonId', - * label : editor.lang.common.browseServer, - * filebrowser : - * { - * action : 'Browse', - * url : '/ckfinder/ckfinder.html&type=Images', - * target : 'tab1:elementId' - * } - * } - * </pre> - * - * In this example, after pressing a button, file browser will be opened in a - * popup. If we don't specify filebrowser.url attribute, - * 'filebrowser[DialogName]BrowseUrl' or 'filebrowserBrowseUrl' will be used. - * After selecting a file in a file browser, an element with id 'elementId' will - * be updated. Just like in the third example, a custom 'onSelect' function may be - * defined. - */ -( function() -{ - /* - * Adds (additional) arguments to given url. - * - * @param {String} - * url The url. - * @param {Object} - * params Additional parameters. - */ - function addQueryString( url, params ) - { - var queryString = []; - - if ( !params ) - return url; - else - { - for ( var i in params ) - queryString.push( i + "=" + encodeURIComponent( params[ i ] ) ); - } - - return url + ( ( url.indexOf( "?" ) != -1 ) ? "&" : "?" ) + queryString.join( "&" ); - } - - /* - * Make a string's first character uppercase. - * - * @param {String} - * str String. - */ - function ucFirst( str ) - { - str += ''; - var f = str.charAt( 0 ).toUpperCase(); - return f + str.substr( 1 ); - } - - /* - * The onlick function assigned to the 'Browse Server' button. Opens the - * file browser and updates target field when file is selected. - * - * @param {CKEDITOR.event} - * evt The event object. - */ - function browseServer( evt ) - { - var dialog = this.getDialog(); - var editor = dialog.getParentEditor(); - - editor._.filebrowserSe = this; - - var width = editor.config[ 'filebrowser' + ucFirst( dialog.getName() ) + 'WindowWidth' ] - || editor.config.filebrowserWindowWidth || '80%'; - var height = editor.config[ 'filebrowser' + ucFirst( dialog.getName() ) + 'WindowHeight' ] - || editor.config.filebrowserWindowHeight || '70%'; - - var params = this.filebrowser.params || {}; - params.CKEditor = editor.name; - params.CKEditorFuncNum = editor._.filebrowserFn; - if ( !params.langCode ) - params.langCode = editor.langCode; - - var url = addQueryString( this.filebrowser.url, params ); - editor.popup( url, width, height, editor.config.fileBrowserWindowFeatures ); - } - - /* - * The onlick function assigned to the 'Upload' button. Makes the final - * decision whether form is really submitted and updates target field when - * file is uploaded. - * - * @param {CKEDITOR.event} - * evt The event object. - */ - function uploadFile( evt ) - { - var dialog = this.getDialog(); - var editor = dialog.getParentEditor(); - - editor._.filebrowserSe = this; - - // If user didn't select the file, stop the upload. - if ( !dialog.getContentElement( this[ 'for' ][ 0 ], this[ 'for' ][ 1 ] ).getInputElement().$.value ) - return false; - - if ( !dialog.getContentElement( this[ 'for' ][ 0 ], this[ 'for' ][ 1 ] ).getAction() ) - return false; - - return true; - } - - /* - * Setups the file element. - * - * @param {CKEDITOR.ui.dialog.file} - * fileInput The file element used during file upload. - * @param {Object} - * filebrowser Object containing filebrowser settings assigned to - * the fileButton associated with this file element. - */ - function setupFileElement( editor, fileInput, filebrowser ) - { - var params = filebrowser.params || {}; - params.CKEditor = editor.name; - params.CKEditorFuncNum = editor._.filebrowserFn; - if ( !params.langCode ) - params.langCode = editor.langCode; - - fileInput.action = addQueryString( filebrowser.url, params ); - fileInput.filebrowser = filebrowser; - } - - /* - * Traverse through the content definition and attach filebrowser to - * elements with 'filebrowser' attribute. - * - * @param String - * dialogName Dialog name. - * @param {CKEDITOR.dialog.definitionObject} - * definition Dialog definition. - * @param {Array} - * elements Array of {@link CKEDITOR.dialog.definition.content} - * objects. - */ - function attachFileBrowser( editor, dialogName, definition, elements ) - { - var element, fileInput; - - for ( var i in elements ) - { - element = elements[ i ]; - - if ( element.type == 'hbox' || element.type == 'vbox' ) - attachFileBrowser( editor, dialogName, definition, element.children ); - - if ( !element.filebrowser ) - continue; - - if ( typeof element.filebrowser == 'string' ) - { - var fb = - { - action : ( element.type == 'fileButton' ) ? 'QuickUpload' : 'Browse', - target : element.filebrowser - }; - element.filebrowser = fb; - } - - if ( element.filebrowser.action == 'Browse' ) - { - var url = element.filebrowser.url; - if ( url === undefined ) - { - url = editor.config[ 'filebrowser' + ucFirst( dialogName ) + 'BrowseUrl' ]; - if ( url === undefined ) - url = editor.config.filebrowserBrowseUrl; - } - - if ( url ) - { - element.onClick = browseServer; - element.filebrowser.url = url; - element.hidden = false; - } - } - else if ( element.filebrowser.action == 'QuickUpload' && element[ 'for' ] ) - { - url = element.filebrowser.url; - if ( url === undefined ) - { - url = editor.config[ 'filebrowser' + ucFirst( dialogName ) + 'UploadUrl' ]; - if ( url === undefined ) - url = editor.config.filebrowserUploadUrl; - } - - if ( url ) - { - var onClick = element.onClick; - element.onClick = function( evt ) - { - // "element" here means the definition object, so we need to find the correct - // button to scope the event call - var sender = evt.sender; - if ( onClick && onClick.call( sender, evt ) === false ) - return false; - - return uploadFile.call( sender, evt ); - }; - - element.filebrowser.url = url; - element.hidden = false; - setupFileElement( editor, definition.getContents( element[ 'for' ][ 0 ] ).get( element[ 'for' ][ 1 ] ), element.filebrowser ); - } - } - } - } - - /* - * Updates the target element with the url of uploaded/selected file. - * - * @param {String} - * url The url of a file. - */ - function updateTargetElement( url, sourceElement ) - { - var dialog = sourceElement.getDialog(); - var targetElement = sourceElement.filebrowser.target || null; - url = url.replace( /#/g, '%23' ); - - // If there is a reference to targetElement, update it. - if ( targetElement ) - { - var target = targetElement.split( ':' ); - var element = dialog.getContentElement( target[ 0 ], target[ 1 ] ); - if ( element ) - { - element.setValue( url ); - dialog.selectPage( target[ 0 ] ); - } - } - } - - /* - * Returns true if filebrowser is configured in one of the elements. - * - * @param {CKEDITOR.dialog.definitionObject} - * definition Dialog definition. - * @param String - * tabId The tab id where element(s) can be found. - * @param String - * elementId The element id (or ids, separated with a semicolon) to check. - */ - function isConfigured( definition, tabId, elementId ) - { - if ( elementId.indexOf( ";" ) !== -1 ) - { - var ids = elementId.split( ";" ); - for ( var i = 0 ; i < ids.length ; i++ ) - { - if ( isConfigured( definition, tabId, ids[i] ) ) - return true; - } - return false; - } - - var elementFileBrowser = definition.getContents( tabId ).get( elementId ).filebrowser; - return ( elementFileBrowser && elementFileBrowser.url ); - } - - function setUrl( fileUrl, data ) - { - var dialog = this._.filebrowserSe.getDialog(), - targetInput = this._.filebrowserSe[ 'for' ], - onSelect = this._.filebrowserSe.filebrowser.onSelect; - - if ( targetInput ) - dialog.getContentElement( targetInput[ 0 ], targetInput[ 1 ] ).reset(); - - if ( typeof data == 'function' && data.call( this._.filebrowserSe ) === false ) - return; - - if ( onSelect && onSelect.call( this._.filebrowserSe, fileUrl, data ) === false ) - return; - - // The "data" argument may be used to pass the error message to the editor. - if ( typeof data == 'string' && data ) - alert( data ); - - if ( fileUrl ) - updateTargetElement( fileUrl, this._.filebrowserSe ); - } - - CKEDITOR.plugins.add( 'filebrowser', - { - init : function( editor, pluginPath ) - { - editor._.filebrowserFn = CKEDITOR.tools.addFunction( setUrl, editor ); - editor.on( 'destroy', function () { CKEDITOR.tools.removeFunction( this._.filebrowserFn ); } ); - } - } ); - - CKEDITOR.on( 'dialogDefinition', function( evt ) - { - var definition = evt.data.definition, - element; - // Associate filebrowser to elements with 'filebrowser' attribute. - for ( var i in definition.contents ) - { - if ( ( element = definition.contents[ i ] ) ) - { - attachFileBrowser( evt.editor, evt.data.name, definition, element.elements ); - if ( element.hidden && element.filebrowser ) - { - element.hidden = !isConfigured( definition, element[ 'id' ], element.filebrowser ); - } - } - } - } ); - -} )(); - -/** - * The location of an external file browser, that should be launched when "Browse Server" button is pressed. - * If configured, the "Browse Server" button will appear in Link, Image and Flash dialogs. - * @see The <a href="http://docs.cksource.com/CKEditor_3.x/Developers_Guide/File_Browser_(Uploader)">File Browser/Uploader</a> documentation. - * @name CKEDITOR.config.filebrowserBrowseUrl - * @since 3.0 - * @type String - * @default '' (empty string = disabled) - * @example - * config.filebrowserBrowseUrl = '/browser/browse.php'; - */ - -/** - * The location of a script that handles file uploads. - * If set, the "Upload" tab will appear in "Link", "Image" and "Flash" dialogs. - * @name CKEDITOR.config.filebrowserUploadUrl - * @see The <a href="http://docs.cksource.com/CKEditor_3.x/Developers_Guide/File_Browser_(Uploader)">File Browser/Uploader</a> documentation. - * @since 3.0 - * @type String - * @default '' (empty string = disabled) - * @example - * config.filebrowserUploadUrl = '/uploader/upload.php'; - */ - -/** - * The location of an external file browser, that should be launched when "Browse Server" button is pressed in the Image dialog. - * If not set, CKEditor will use {@link CKEDITOR.config.filebrowserBrowseUrl}. - * @name CKEDITOR.config.filebrowserImageBrowseUrl - * @since 3.0 - * @type String - * @default '' (empty string = disabled) - * @example - * config.filebrowserImageBrowseUrl = '/browser/browse.php?type=Images'; - */ - -/** - * The location of an external file browser, that should be launched when "Browse Server" button is pressed in the Flash dialog. - * If not set, CKEditor will use {@link CKEDITOR.config.filebrowserBrowseUrl}. - * @name CKEDITOR.config.filebrowserFlashBrowseUrl - * @since 3.0 - * @type String - * @default '' (empty string = disabled) - * @example - * config.filebrowserFlashBrowseUrl = '/browser/browse.php?type=Flash'; - */ - -/** - * The location of a script that handles file uploads in the Image dialog. - * If not set, CKEditor will use {@link CKEDITOR.config.filebrowserUploadUrl}. - * @name CKEDITOR.config.filebrowserImageUploadUrl - * @since 3.0 - * @type String - * @default '' (empty string = disabled) - * @example - * config.filebrowserImageUploadUrl = '/uploader/upload.php?type=Images'; - */ - -/** - * The location of a script that handles file uploads in the Flash dialog. - * If not set, CKEditor will use {@link CKEDITOR.config.filebrowserUploadUrl}. - * @name CKEDITOR.config.filebrowserFlashUploadUrl - * @since 3.0 - * @type String - * @default '' (empty string = disabled) - * @example - * config.filebrowserFlashUploadUrl = '/uploader/upload.php?type=Flash'; - */ - -/** - * The location of an external file browser, that should be launched when "Browse Server" button is pressed in the Link tab of Image dialog. - * If not set, CKEditor will use {@link CKEDITOR.config.filebrowserBrowseUrl}. - * @name CKEDITOR.config.filebrowserImageBrowseLinkUrl - * @since 3.2 - * @type String - * @default '' (empty string = disabled) - * @example - * config.filebrowserImageBrowseLinkUrl = '/browser/browse.php'; - */ - -/** - * The "features" to use in the file browser popup window. - * @name CKEDITOR.config.filebrowserWindowFeatures - * @since 3.4.1 - * @type String - * @default 'location=no,menubar=no,toolbar=no,dependent=yes,minimizable=no,modal=yes,alwaysRaised=yes,resizable=yes,scrollbars=yes' - * @example - * config.filebrowserWindowFeatures = 'resizable=yes,scrollbars=no'; - */ - -/** - * The width of the file browser popup window. It can be a number or a percent string. - * @name CKEDITOR.config.filebrowserWindowWidth - * @type Number|String - * @default '80%' - * @example - * config.filebrowserWindowWidth = 750; - * @example - * config.filebrowserWindowWidth = '50%'; - */ - -/** - * The height of the file browser popup window. It can be a number or a percent string. - * @name CKEDITOR.config.filebrowserWindowHeight - * @type Number|String - * @default '70%' - * @example - * config.filebrowserWindowHeight = 580; - * @example - * config.filebrowserWindowHeight = '50%'; - */ diff --git a/skins/ckeditor/_source/plugins/find/dialogs/find.js b/skins/ckeditor/_source/plugins/find/dialogs/find.js deleted file mode 100644 index 6711fe5..0000000 --- a/skins/ckeditor/_source/plugins/find/dialogs/find.js +++ /dev/null @@ -1,903 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - var isReplace; - - function findEvaluator( node ) - { - return node.type == CKEDITOR.NODE_TEXT && node.getLength() > 0 && ( !isReplace || !node.isReadOnly() ); - } - - /** - * Elements which break characters been considered as sequence. - */ - function nonCharactersBoundary( node ) - { - return !( node.type == CKEDITOR.NODE_ELEMENT && node.isBlockBoundary( - CKEDITOR.tools.extend( {}, CKEDITOR.dtd.$empty, CKEDITOR.dtd.$nonEditable ) ) ); - } - - /** - * Get the cursor object which represent both current character and it's dom - * position thing. - */ - var cursorStep = function() - { - return { - textNode : this.textNode, - offset : this.offset, - character : this.textNode ? - this.textNode.getText().charAt( this.offset ) : null, - hitMatchBoundary : this._.matchBoundary - }; - }; - - var pages = [ 'find', 'replace' ], - fieldsMapping = [ - [ 'txtFindFind', 'txtFindReplace' ], - [ 'txtFindCaseChk', 'txtReplaceCaseChk' ], - [ 'txtFindWordChk', 'txtReplaceWordChk' ], - [ 'txtFindCyclic', 'txtReplaceCyclic' ] ]; - - /** - * Synchronize corresponding filed values between 'replace' and 'find' pages. - * @param {String} currentPageId The page id which receive values. - */ - function syncFieldsBetweenTabs( currentPageId ) - { - var sourceIndex, targetIndex, - sourceField, targetField; - - sourceIndex = currentPageId === 'find' ? 1 : 0; - targetIndex = 1 - sourceIndex; - var i, l = fieldsMapping.length; - for ( i = 0 ; i < l ; i++ ) - { - sourceField = this.getContentElement( pages[ sourceIndex ], - fieldsMapping[ i ][ sourceIndex ] ); - targetField = this.getContentElement( pages[ targetIndex ], - fieldsMapping[ i ][ targetIndex ] ); - - targetField.setValue( sourceField.getValue() ); - } - } - - var findDialog = function( editor, startupPage ) - { - // Style object for highlights: (#5018) - // 1. Defined as full match style to avoid compromising ordinary text color styles. - // 2. Must be apply onto inner-most text to avoid conflicting with ordinary text color styles visually. - var highlightStyle = new CKEDITOR.style( CKEDITOR.tools.extend( { fullMatch : true, childRule : function(){ return 0; } }, - editor.config.find_highlight ) ); - - /** - * Iterator which walk through the specified range char by char. By - * default the walking will not stop at the character boundaries, until - * the end of the range is encountered. - * @param { CKEDITOR.dom.range } range - * @param {Boolean} matchWord Whether the walking will stop at character boundary. - */ - var characterWalker = function( range , matchWord ) - { - var self = this; - var walker = - new CKEDITOR.dom.walker( range ); - walker.guard = matchWord ? nonCharactersBoundary : function( node ) - { - !nonCharactersBoundary( node ) && ( self._.matchBoundary = true ); - }; - walker[ 'evaluator' ] = findEvaluator; - walker.breakOnFalse = 1; - - if ( range.startContainer.type == CKEDITOR.NODE_TEXT ) - { - this.textNode = range.startContainer; - this.offset = range.startOffset - 1; - } - - this._ = { - matchWord : matchWord, - walker : walker, - matchBoundary : false - }; - }; - - characterWalker.prototype = { - next : function() - { - return this.move(); - }, - - back : function() - { - return this.move( true ); - }, - - move : function( rtl ) - { - var currentTextNode = this.textNode; - // Already at the end of document, no more character available. - if ( currentTextNode === null ) - return cursorStep.call( this ); - - this._.matchBoundary = false; - - // There are more characters in the text node, step forward. - if ( currentTextNode - && rtl - && this.offset > 0 ) - { - this.offset--; - return cursorStep.call( this ); - } - else if ( currentTextNode - && this.offset < currentTextNode.getLength() - 1 ) - { - this.offset++; - return cursorStep.call( this ); - } - else - { - currentTextNode = null; - // At the end of the text node, walking foward for the next. - while ( !currentTextNode ) - { - currentTextNode = - this._.walker[ rtl ? 'previous' : 'next' ].call( this._.walker ); - - // Stop searching if we're need full word match OR - // already reach document end. - if ( this._.matchWord && !currentTextNode - || this._.walker._.end ) - break; - } - // Found a fresh text node. - this.textNode = currentTextNode; - if ( currentTextNode ) - this.offset = rtl ? currentTextNode.getLength() - 1 : 0; - else - this.offset = 0; - } - - return cursorStep.call( this ); - } - - }; - - /** - * A range of cursors which represent a trunk of characters which try to - * match, it has the same length as the pattern string. - */ - var characterRange = function( characterWalker, rangeLength ) - { - this._ = { - walker : characterWalker, - cursors : [], - rangeLength : rangeLength, - highlightRange : null, - isMatched : 0 - }; - }; - - characterRange.prototype = { - /** - * Translate this range to {@link CKEDITOR.dom.range} - */ - toDomRange : function() - { - var range = new CKEDITOR.dom.range( editor.document ); - var cursors = this._.cursors; - if ( cursors.length < 1 ) - { - var textNode = this._.walker.textNode; - if ( textNode ) - range.setStartAfter( textNode ); - else - return null; - } - else - { - var first = cursors[0], - last = cursors[ cursors.length - 1 ]; - - range.setStart( first.textNode, first.offset ); - range.setEnd( last.textNode, last.offset + 1 ); - } - - return range; - }, - /** - * Reflect the latest changes from dom range. - */ - updateFromDomRange : function( domRange ) - { - var cursor, - walker = new characterWalker( domRange ); - this._.cursors = []; - do - { - cursor = walker.next(); - if ( cursor.character ) - this._.cursors.push( cursor ); - } - while ( cursor.character ); - this._.rangeLength = this._.cursors.length; - }, - - setMatched : function() - { - this._.isMatched = true; - }, - - clearMatched : function() - { - this._.isMatched = false; - }, - - isMatched : function() - { - return this._.isMatched; - }, - - /** - * Hightlight the current matched chunk of text. - */ - highlight : function() - { - // Do not apply if nothing is found. - if ( this._.cursors.length < 1 ) - return; - - // Remove the previous highlight if there's one. - if ( this._.highlightRange ) - this.removeHighlight(); - - // Apply the highlight. - var range = this.toDomRange(), - bookmark = range.createBookmark(); - highlightStyle.applyToRange( range ); - range.moveToBookmark( bookmark ); - this._.highlightRange = range; - - // Scroll the editor to the highlighted area. - var element = range.startContainer; - if ( element.type != CKEDITOR.NODE_ELEMENT ) - element = element.getParent(); - element.scrollIntoView(); - - // Update the character cursors. - this.updateFromDomRange( range ); - }, - - /** - * Remove highlighted find result. - */ - removeHighlight : function() - { - if ( !this._.highlightRange ) - return; - - var bookmark = this._.highlightRange.createBookmark(); - highlightStyle.removeFromRange( this._.highlightRange ); - this._.highlightRange.moveToBookmark( bookmark ); - this.updateFromDomRange( this._.highlightRange ); - this._.highlightRange = null; - }, - - isReadOnly : function() - { - if ( !this._.highlightRange ) - return 0; - - return this._.highlightRange.startContainer.isReadOnly(); - }, - - moveBack : function() - { - var retval = this._.walker.back(), - cursors = this._.cursors; - - if ( retval.hitMatchBoundary ) - this._.cursors = cursors = []; - - cursors.unshift( retval ); - if ( cursors.length > this._.rangeLength ) - cursors.pop(); - - return retval; - }, - - moveNext : function() - { - var retval = this._.walker.next(), - cursors = this._.cursors; - - // Clear the cursors queue if we've crossed a match boundary. - if ( retval.hitMatchBoundary ) - this._.cursors = cursors = []; - - cursors.push( retval ); - if ( cursors.length > this._.rangeLength ) - cursors.shift(); - - return retval; - }, - - getEndCharacter : function() - { - var cursors = this._.cursors; - if ( cursors.length < 1 ) - return null; - - return cursors[ cursors.length - 1 ].character; - }, - - getNextCharacterRange : function( maxLength ) - { - var lastCursor, - nextRangeWalker, - cursors = this._.cursors; - - if ( ( lastCursor = cursors[ cursors.length - 1 ] ) && lastCursor.textNode ) - nextRangeWalker = new characterWalker( getRangeAfterCursor( lastCursor ) ); - // In case it's an empty range (no cursors), figure out next range from walker (#4951). - else - nextRangeWalker = this._.walker; - - return new characterRange( nextRangeWalker, maxLength ); - }, - - getCursors : function() - { - return this._.cursors; - } - }; - - - // The remaining document range after the character cursor. - function getRangeAfterCursor( cursor , inclusive ) - { - var range = new CKEDITOR.dom.range(); - range.setStart( cursor.textNode, - ( inclusive ? cursor.offset : cursor.offset + 1 ) ); - range.setEndAt( editor.document.getBody(), - CKEDITOR.POSITION_BEFORE_END ); - return range; - } - - // The document range before the character cursor. - function getRangeBeforeCursor( cursor ) - { - var range = new CKEDITOR.dom.range(); - range.setStartAt( editor.document.getBody(), - CKEDITOR.POSITION_AFTER_START ); - range.setEnd( cursor.textNode, cursor.offset ); - return range; - } - - var KMP_NOMATCH = 0, - KMP_ADVANCED = 1, - KMP_MATCHED = 2; - /** - * Examination the occurrence of a word which implement KMP algorithm. - */ - var kmpMatcher = function( pattern, ignoreCase ) - { - var overlap = [ -1 ]; - if ( ignoreCase ) - pattern = pattern.toLowerCase(); - for ( var i = 0 ; i < pattern.length ; i++ ) - { - overlap.push( overlap[i] + 1 ); - while ( overlap[ i + 1 ] > 0 - && pattern.charAt( i ) != pattern - .charAt( overlap[ i + 1 ] - 1 ) ) - overlap[ i + 1 ] = overlap[ overlap[ i + 1 ] - 1 ] + 1; - } - - this._ = { - overlap : overlap, - state : 0, - ignoreCase : !!ignoreCase, - pattern : pattern - }; - }; - - kmpMatcher.prototype = - { - feedCharacter : function( c ) - { - if ( this._.ignoreCase ) - c = c.toLowerCase(); - - while ( true ) - { - if ( c == this._.pattern.charAt( this._.state ) ) - { - this._.state++; - if ( this._.state == this._.pattern.length ) - { - this._.state = 0; - return KMP_MATCHED; - } - return KMP_ADVANCED; - } - else if ( !this._.state ) - return KMP_NOMATCH; - else - this._.state = this._.overlap[ this._.state ]; - } - - return null; - }, - - reset : function() - { - this._.state = 0; - } - }; - - var wordSeparatorRegex = - /[.,"'?!;: \u0085\u00a0\u1680\u280e\u2028\u2029\u202f\u205f\u3000]/; - - var isWordSeparator = function( c ) - { - if ( !c ) - return true; - var code = c.charCodeAt( 0 ); - return ( code >= 9 && code <= 0xd ) - || ( code >= 0x2000 && code <= 0x200a ) - || wordSeparatorRegex.test( c ); - }; - - var finder = { - searchRange : null, - matchRange : null, - find : function( pattern, matchCase, matchWord, matchCyclic, highlightMatched, cyclicRerun ) - { - if ( !this.matchRange ) - this.matchRange = - new characterRange( - new characterWalker( this.searchRange ), - pattern.length ); - else - { - this.matchRange.removeHighlight(); - this.matchRange = this.matchRange.getNextCharacterRange( pattern.length ); - } - - var matcher = new kmpMatcher( pattern, !matchCase ), - matchState = KMP_NOMATCH, - character = '%'; - - while ( character !== null ) - { - this.matchRange.moveNext(); - while ( ( character = this.matchRange.getEndCharacter() ) ) - { - matchState = matcher.feedCharacter( character ); - if ( matchState == KMP_MATCHED ) - break; - if ( this.matchRange.moveNext().hitMatchBoundary ) - matcher.reset(); - } - - if ( matchState == KMP_MATCHED ) - { - if ( matchWord ) - { - var cursors = this.matchRange.getCursors(), - tail = cursors[ cursors.length - 1 ], - head = cursors[ 0 ]; - - var headWalker = new characterWalker( getRangeBeforeCursor( head ), true ), - tailWalker = new characterWalker( getRangeAfterCursor( tail ), true ); - - if ( ! ( isWordSeparator( headWalker.back().character ) - && isWordSeparator( tailWalker.next().character ) ) ) - continue; - } - this.matchRange.setMatched(); - if ( highlightMatched !== false ) - this.matchRange.highlight(); - return true; - } - } - - this.matchRange.clearMatched(); - this.matchRange.removeHighlight(); - // Clear current session and restart with the default search - // range. - // Re-run the finding once for cyclic.(#3517) - if ( matchCyclic && !cyclicRerun ) - { - this.searchRange = getSearchRange( 1 ); - this.matchRange = null; - return arguments.callee.apply( this, - Array.prototype.slice.call( arguments ).concat( [ true ] ) ); - } - - return false; - }, - - /** - * Record how much replacement occurred toward one replacing. - */ - replaceCounter : 0, - - replace : function( dialog, pattern, newString, matchCase, matchWord, - matchCyclic , isReplaceAll ) - { - isReplace = 1; - - // Successiveness of current replace/find. - var result = 0; - - // 1. Perform the replace when there's already a match here. - // 2. Otherwise perform the find but don't replace it immediately. - if ( this.matchRange && this.matchRange.isMatched() - && !this.matchRange._.isReplaced && !this.matchRange.isReadOnly() ) - { - // Turn off highlight for a while when saving snapshots. - this.matchRange.removeHighlight(); - var domRange = this.matchRange.toDomRange(); - var text = editor.document.createText( newString ); - if ( !isReplaceAll ) - { - // Save undo snaps before and after the replacement. - var selection = editor.getSelection(); - selection.selectRanges( [ domRange ] ); - editor.fire( 'saveSnapshot' ); - } - domRange.deleteContents(); - domRange.insertNode( text ); - if ( !isReplaceAll ) - { - selection.selectRanges( [ domRange ] ); - editor.fire( 'saveSnapshot' ); - } - this.matchRange.updateFromDomRange( domRange ); - if ( !isReplaceAll ) - this.matchRange.highlight(); - this.matchRange._.isReplaced = true; - this.replaceCounter++; - result = 1; - } - else - result = this.find( pattern, matchCase, matchWord, matchCyclic, !isReplaceAll ); - - isReplace = 0; - - return result; - } - }; - - /** - * The range in which find/replace happened, receive from user - * selection prior. - */ - function getSearchRange( isDefault ) - { - var searchRange, - sel = editor.getSelection(), - body = editor.document.getBody(); - if ( sel && !isDefault ) - { - searchRange = sel.getRanges()[ 0 ].clone(); - searchRange.collapse( true ); - } - else - { - searchRange = new CKEDITOR.dom.range(); - searchRange.setStartAt( body, CKEDITOR.POSITION_AFTER_START ); - } - searchRange.setEndAt( body, CKEDITOR.POSITION_BEFORE_END ); - return searchRange; - } - - var lang = editor.lang.findAndReplace; - return { - title : lang.title, - resizable : CKEDITOR.DIALOG_RESIZE_NONE, - minWidth : 350, - minHeight : 170, - buttons : [ CKEDITOR.dialog.cancelButton ], // Cancel button only. - contents : [ - { - id : 'find', - label : lang.find, - title : lang.find, - accessKey : '', - elements : [ - { - type : 'hbox', - widths : [ '230px', '90px' ], - children : - [ - { - type : 'text', - id : 'txtFindFind', - label : lang.findWhat, - isChanged : false, - labelLayout : 'horizontal', - accessKey : 'F' - }, - { - type : 'button', - id : 'btnFind', - align : 'left', - style : 'width:100%', - label : lang.find, - onClick : function() - { - var dialog = this.getDialog(); - if ( !finder.find( dialog.getValueOf( 'find', 'txtFindFind' ), - dialog.getValueOf( 'find', 'txtFindCaseChk' ), - dialog.getValueOf( 'find', 'txtFindWordChk' ), - dialog.getValueOf( 'find', 'txtFindCyclic' ) ) ) - alert( lang - .notFoundMsg ); - } - } - ] - }, - { - type : 'vbox', - padding : 0, - children : - [ - { - type : 'checkbox', - id : 'txtFindCaseChk', - isChanged : false, - style : 'margin-top:28px', - label : lang.matchCase - }, - { - type : 'checkbox', - id : 'txtFindWordChk', - isChanged : false, - label : lang.matchWord - }, - { - type : 'checkbox', - id : 'txtFindCyclic', - isChanged : false, - 'default' : true, - label : lang.matchCyclic - } - ] - } - ] - }, - { - id : 'replace', - label : lang.replace, - accessKey : 'M', - elements : [ - { - type : 'hbox', - widths : [ '230px', '90px' ], - children : - [ - { - type : 'text', - id : 'txtFindReplace', - label : lang.findWhat, - isChanged : false, - labelLayout : 'horizontal', - accessKey : 'F' - }, - { - type : 'button', - id : 'btnFindReplace', - align : 'left', - style : 'width:100%', - label : lang.replace, - onClick : function() - { - var dialog = this.getDialog(); - if ( !finder.replace( dialog, - dialog.getValueOf( 'replace', 'txtFindReplace' ), - dialog.getValueOf( 'replace', 'txtReplace' ), - dialog.getValueOf( 'replace', 'txtReplaceCaseChk' ), - dialog.getValueOf( 'replace', 'txtReplaceWordChk' ), - dialog.getValueOf( 'replace', 'txtReplaceCyclic' ) ) ) - alert( lang - .notFoundMsg ); - } - } - ] - }, - { - type : 'hbox', - widths : [ '230px', '90px' ], - children : - [ - { - type : 'text', - id : 'txtReplace', - label : lang.replaceWith, - isChanged : false, - labelLayout : 'horizontal', - accessKey : 'R' - }, - { - type : 'button', - id : 'btnReplaceAll', - align : 'left', - style : 'width:100%', - label : lang.replaceAll, - isChanged : false, - onClick : function() - { - var dialog = this.getDialog(); - var replaceNums; - - finder.replaceCounter = 0; - - // Scope to full document. - finder.searchRange = getSearchRange( 1 ); - if ( finder.matchRange ) - { - finder.matchRange.removeHighlight(); - finder.matchRange = null; - } - editor.fire( 'saveSnapshot' ); - while ( finder.replace( dialog, - dialog.getValueOf( 'replace', 'txtFindReplace' ), - dialog.getValueOf( 'replace', 'txtReplace' ), - dialog.getValueOf( 'replace', 'txtReplaceCaseChk' ), - dialog.getValueOf( 'replace', 'txtReplaceWordChk' ), - false, true ) ) - { /*jsl:pass*/ } - - if ( finder.replaceCounter ) - { - alert( lang.replaceSuccessMsg.replace( /%1/, finder.replaceCounter ) ); - editor.fire( 'saveSnapshot' ); - } - else - alert( lang.notFoundMsg ); - } - } - ] - }, - { - type : 'vbox', - padding : 0, - children : - [ - { - type : 'checkbox', - id : 'txtReplaceCaseChk', - isChanged : false, - label : lang - .matchCase - }, - { - type : 'checkbox', - id : 'txtReplaceWordChk', - isChanged : false, - label : lang - .matchWord - }, - { - type : 'checkbox', - id : 'txtReplaceCyclic', - isChanged : false, - 'default' : true, - label : lang - .matchCyclic - } - ] - } - ] - } - ], - onLoad : function() - { - var dialog = this; - - // Keep track of the current pattern field in use. - var patternField, wholeWordChkField; - - // Ignore initial page select on dialog show - var isUserSelect = 0; - this.on( 'hide', function() - { - isUserSelect = 0; - }); - this.on( 'show', function() - { - isUserSelect = 1; - }); - - this.selectPage = CKEDITOR.tools.override( this.selectPage, function( originalFunc ) - { - return function( pageId ) - { - originalFunc.call( dialog, pageId ); - - var currPage = dialog._.tabs[ pageId ]; - var patternFieldInput, patternFieldId, wholeWordChkFieldId; - patternFieldId = pageId === 'find' ? 'txtFindFind' : 'txtFindReplace'; - wholeWordChkFieldId = pageId === 'find' ? 'txtFindWordChk' : 'txtReplaceWordChk'; - - patternField = dialog.getContentElement( pageId, - patternFieldId ); - wholeWordChkField = dialog.getContentElement( pageId, - wholeWordChkFieldId ); - - // Prepare for check pattern text filed 'keyup' event - if ( !currPage.initialized ) - { - patternFieldInput = CKEDITOR.document - .getById( patternField._.inputId ); - currPage.initialized = true; - } - - // Synchronize fields on tab switch. - if ( isUserSelect ) - syncFieldsBetweenTabs.call( this, pageId ); - }; - } ); - - }, - onShow : function() - { - // Establish initial searching start position. - finder.searchRange = getSearchRange(); - - // Fill in the find field with selected text. - var selectedText = this.getParentEditor().getSelection().getSelectedText(), - patternFieldId = ( startupPage == 'find' ? 'txtFindFind' : 'txtFindReplace' ); - - var field = this.getContentElement( startupPage, patternFieldId ); - field.setValue( selectedText ); - field.select(); - - this.selectPage( startupPage ); - - this[ ( startupPage == 'find' && this._.editor.readOnly? 'hide' : 'show' ) + 'Page' ]( 'replace'); - }, - onHide : function() - { - var range; - if ( finder.matchRange && finder.matchRange.isMatched() ) - { - finder.matchRange.removeHighlight(); - editor.focus(); - - range = finder.matchRange.toDomRange(); - if ( range ) - editor.getSelection().selectRanges( [ range ] ); - } - - // Clear current session before dialog close - delete finder.matchRange; - }, - onFocus : function() - { - if ( startupPage == 'replace' ) - return this.getContentElement( 'replace', 'txtFindReplace' ); - else - return this.getContentElement( 'find', 'txtFindFind' ); - } - }; - }; - - CKEDITOR.dialog.add( 'find', function( editor ) - { - return findDialog( editor, 'find' ); - }); - - CKEDITOR.dialog.add( 'replace', function( editor ) - { - return findDialog( editor, 'replace' ); - }); -})(); diff --git a/skins/ckeditor/_source/plugins/find/plugin.js b/skins/ckeditor/_source/plugins/find/plugin.js deleted file mode 100644 index 721fb5e..0000000 --- a/skins/ckeditor/_source/plugins/find/plugin.js +++ /dev/null @@ -1,47 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'find', -{ - init : function( editor ) - { - var forms = CKEDITOR.plugins.find; - editor.ui.addButton( 'Find', - { - label : editor.lang.findAndReplace.find, - command : 'find' - }); - var findCommand = editor.addCommand( 'find', new CKEDITOR.dialogCommand( 'find' ) ); - findCommand.canUndo = false; - findCommand.readOnly = 1; - - editor.ui.addButton( 'Replace', - { - label : editor.lang.findAndReplace.replace, - command : 'replace' - }); - var replaceCommand = editor.addCommand( 'replace', new CKEDITOR.dialogCommand( 'replace' ) ); - replaceCommand.canUndo = false; - - CKEDITOR.dialog.add( 'find', this.path + 'dialogs/find.js' ); - CKEDITOR.dialog.add( 'replace', this.path + 'dialogs/find.js' ); - }, - - requires : [ 'styles' ] -} ); - -/** - * Defines the style to be used to highlight results with the find dialog. - * @type Object - * @default { element : 'span', styles : { 'background-color' : '#004', 'color' : '#fff' } } - * @example - * // Highlight search results with blue on yellow. - * config.find_highlight = - * { - * element : 'span', - * styles : { 'background-color' : '#ff0', 'color' : '#00f' } - * }; - */ -CKEDITOR.config.find_highlight = { element : 'span', styles : { 'background-color' : '#004', 'color' : '#fff' } }; diff --git a/skins/ckeditor/_source/plugins/flash/dialogs/flash.js b/skins/ckeditor/_source/plugins/flash/dialogs/flash.js deleted file mode 100644 index 8cdf10e..0000000 --- a/skins/ckeditor/_source/plugins/flash/dialogs/flash.js +++ /dev/null @@ -1,673 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - /* - * It is possible to set things in three different places. - * 1. As attributes in the object tag. - * 2. As param tags under the object tag. - * 3. As attributes in the embed tag. - * It is possible for a single attribute to be present in more than one place. - * So let's define a mapping between a sementic attribute and its syntactic - * equivalents. - * Then we'll set and retrieve attribute values according to the mapping, - * instead of having to check and set each syntactic attribute every time. - * - * Reference: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701 - */ - var ATTRTYPE_OBJECT = 1, - ATTRTYPE_PARAM = 2, - ATTRTYPE_EMBED = 4; - - var attributesMap = - { - id : [ { type : ATTRTYPE_OBJECT, name : 'id' } ], - classid : [ { type : ATTRTYPE_OBJECT, name : 'classid' } ], - codebase : [ { type : ATTRTYPE_OBJECT, name : 'codebase'} ], - pluginspage : [ { type : ATTRTYPE_EMBED, name : 'pluginspage' } ], - src : [ { type : ATTRTYPE_PARAM, name : 'movie' }, { type : ATTRTYPE_EMBED, name : 'src' }, { type : ATTRTYPE_OBJECT, name : 'data' } ], - name : [ { type : ATTRTYPE_EMBED, name : 'name' } ], - align : [ { type : ATTRTYPE_OBJECT, name : 'align' } ], - title : [ { type : ATTRTYPE_OBJECT, name : 'title' }, { type : ATTRTYPE_EMBED, name : 'title' } ], - 'class' : [ { type : ATTRTYPE_OBJECT, name : 'class' }, { type : ATTRTYPE_EMBED, name : 'class'} ], - width : [ { type : ATTRTYPE_OBJECT, name : 'width' }, { type : ATTRTYPE_EMBED, name : 'width' } ], - height : [ { type : ATTRTYPE_OBJECT, name : 'height' }, { type : ATTRTYPE_EMBED, name : 'height' } ], - hSpace : [ { type : ATTRTYPE_OBJECT, name : 'hSpace' }, { type : ATTRTYPE_EMBED, name : 'hSpace' } ], - vSpace : [ { type : ATTRTYPE_OBJECT, name : 'vSpace' }, { type : ATTRTYPE_EMBED, name : 'vSpace' } ], - style : [ { type : ATTRTYPE_OBJECT, name : 'style' }, { type : ATTRTYPE_EMBED, name : 'style' } ], - type : [ { type : ATTRTYPE_EMBED, name : 'type' } ] - }; - - var names = [ 'play', 'loop', 'menu', 'quality', 'scale', 'salign', 'wmode', 'bgcolor', 'base', 'flashvars', 'allowScriptAccess', - 'allowFullScreen' ]; - for ( var i = 0 ; i < names.length ; i++ ) - attributesMap[ names[i] ] = [ { type : ATTRTYPE_EMBED, name : names[i] }, { type : ATTRTYPE_PARAM, name : names[i] } ]; - names = [ 'allowFullScreen', 'play', 'loop', 'menu' ]; - for ( i = 0 ; i < names.length ; i++ ) - attributesMap[ names[i] ][0]['default'] = attributesMap[ names[i] ][1]['default'] = true; - - var defaultToPixel = CKEDITOR.tools.cssLength; - - function loadValue( objectNode, embedNode, paramMap ) - { - var attributes = attributesMap[ this.id ]; - if ( !attributes ) - return; - - var isCheckbox = ( this instanceof CKEDITOR.ui.dialog.checkbox ); - for ( var i = 0 ; i < attributes.length ; i++ ) - { - var attrDef = attributes[ i ]; - switch ( attrDef.type ) - { - case ATTRTYPE_OBJECT: - if ( !objectNode ) - continue; - if ( objectNode.getAttribute( attrDef.name ) !== null ) - { - var value = objectNode.getAttribute( attrDef.name ); - if ( isCheckbox ) - this.setValue( value.toLowerCase() == 'true' ); - else - this.setValue( value ); - return; - } - else if ( isCheckbox ) - this.setValue( !!attrDef[ 'default' ] ); - break; - case ATTRTYPE_PARAM: - if ( !objectNode ) - continue; - if ( attrDef.name in paramMap ) - { - value = paramMap[ attrDef.name ]; - if ( isCheckbox ) - this.setValue( value.toLowerCase() == 'true' ); - else - this.setValue( value ); - return; - } - else if ( isCheckbox ) - this.setValue( !!attrDef[ 'default' ] ); - break; - case ATTRTYPE_EMBED: - if ( !embedNode ) - continue; - if ( embedNode.getAttribute( attrDef.name ) ) - { - value = embedNode.getAttribute( attrDef.name ); - if ( isCheckbox ) - this.setValue( value.toLowerCase() == 'true' ); - else - this.setValue( value ); - return; - } - else if ( isCheckbox ) - this.setValue( !!attrDef[ 'default' ] ); - } - } - } - - function commitValue( objectNode, embedNode, paramMap ) - { - var attributes = attributesMap[ this.id ]; - if ( !attributes ) - return; - - var isRemove = ( this.getValue() === '' ), - isCheckbox = ( this instanceof CKEDITOR.ui.dialog.checkbox ); - - for ( var i = 0 ; i < attributes.length ; i++ ) - { - var attrDef = attributes[i]; - switch ( attrDef.type ) - { - case ATTRTYPE_OBJECT: - // Avoid applying the data attribute when not needed (#7733) - if ( !objectNode || ( attrDef.name == 'data' && embedNode && !objectNode.hasAttribute( 'data' ) ) ) - continue; - var value = this.getValue(); - if ( isRemove || isCheckbox && value === attrDef[ 'default' ] ) - objectNode.removeAttribute( attrDef.name ); - else - objectNode.setAttribute( attrDef.name, value ); - break; - case ATTRTYPE_PARAM: - if ( !objectNode ) - continue; - value = this.getValue(); - if ( isRemove || isCheckbox && value === attrDef[ 'default' ] ) - { - if ( attrDef.name in paramMap ) - paramMap[ attrDef.name ].remove(); - } - else - { - if ( attrDef.name in paramMap ) - paramMap[ attrDef.name ].setAttribute( 'value', value ); - else - { - var param = CKEDITOR.dom.element.createFromHtml( '<cke:param></cke:param>', objectNode.getDocument() ); - param.setAttributes( { name : attrDef.name, value : value } ); - if ( objectNode.getChildCount() < 1 ) - param.appendTo( objectNode ); - else - param.insertBefore( objectNode.getFirst() ); - } - } - break; - case ATTRTYPE_EMBED: - if ( !embedNode ) - continue; - value = this.getValue(); - if ( isRemove || isCheckbox && value === attrDef[ 'default' ]) - embedNode.removeAttribute( attrDef.name ); - else - embedNode.setAttribute( attrDef.name, value ); - } - } - } - - CKEDITOR.dialog.add( 'flash', function( editor ) - { - var makeObjectTag = !editor.config.flashEmbedTagOnly, - makeEmbedTag = editor.config.flashAddEmbedTag || editor.config.flashEmbedTagOnly; - - var previewPreloader, - previewAreaHtml = '<div>' + CKEDITOR.tools.htmlEncode( editor.lang.common.preview ) +'<br>' + - '<div id="cke_FlashPreviewLoader' + CKEDITOR.tools.getNextNumber() + '" style="display:none"><div class="loading"> </div></div>' + - '<div id="cke_FlashPreviewBox' + CKEDITOR.tools.getNextNumber() + '" class="FlashPreviewBox"></div></div>'; - - return { - title : editor.lang.flash.title, - minWidth : 420, - minHeight : 310, - onShow : function() - { - // Clear previously saved elements. - this.fakeImage = this.objectNode = this.embedNode = null; - previewPreloader = new CKEDITOR.dom.element( 'embed', editor.document ); - - // Try to detect any embed or object tag that has Flash parameters. - var fakeImage = this.getSelectedElement(); - if ( fakeImage && fakeImage.data( 'cke-real-element-type' ) && fakeImage.data( 'cke-real-element-type' ) == 'flash' ) - { - this.fakeImage = fakeImage; - - var realElement = editor.restoreRealElement( fakeImage ), - objectNode = null, embedNode = null, paramMap = {}; - if ( realElement.getName() == 'cke:object' ) - { - objectNode = realElement; - var embedList = objectNode.getElementsByTag( 'embed', 'cke' ); - if ( embedList.count() > 0 ) - embedNode = embedList.getItem( 0 ); - var paramList = objectNode.getElementsByTag( 'param', 'cke' ); - for ( var i = 0, length = paramList.count() ; i < length ; i++ ) - { - var item = paramList.getItem( i ), - name = item.getAttribute( 'name' ), - value = item.getAttribute( 'value' ); - paramMap[ name ] = value; - } - } - else if ( realElement.getName() == 'cke:embed' ) - embedNode = realElement; - - this.objectNode = objectNode; - this.embedNode = embedNode; - - this.setupContent( objectNode, embedNode, paramMap, fakeImage ); - } - }, - onOk : function() - { - // If there's no selected object or embed, create one. Otherwise, reuse the - // selected object and embed nodes. - var objectNode = null, - embedNode = null, - paramMap = null; - if ( !this.fakeImage ) - { - if ( makeObjectTag ) - { - objectNode = CKEDITOR.dom.element.createFromHtml( '<cke:object></cke:object>', editor.document ); - var attributes = { - classid : 'clsid:d27cdb6e-ae6d-11cf-96b8-444553540000', - codebase : 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0' - }; - objectNode.setAttributes( attributes ); - } - if ( makeEmbedTag ) - { - embedNode = CKEDITOR.dom.element.createFromHtml( '<cke:embed></cke:embed>', editor.document ); - embedNode.setAttributes( - { - type : 'application/x-shockwave-flash', - pluginspage : 'http://www.macromedia.com/go/getflashplayer' - } ); - if ( objectNode ) - embedNode.appendTo( objectNode ); - } - } - else - { - objectNode = this.objectNode; - embedNode = this.embedNode; - } - - // Produce the paramMap if there's an object tag. - if ( objectNode ) - { - paramMap = {}; - var paramList = objectNode.getElementsByTag( 'param', 'cke' ); - for ( var i = 0, length = paramList.count() ; i < length ; i++ ) - paramMap[ paramList.getItem( i ).getAttribute( 'name' ) ] = paramList.getItem( i ); - } - - // A subset of the specified attributes/styles - // should also be applied on the fake element to - // have better visual effect. (#5240) - var extraStyles = {}, extraAttributes = {}; - this.commitContent( objectNode, embedNode, paramMap, extraStyles, extraAttributes ); - - // Refresh the fake image. - var newFakeImage = editor.createFakeElement( objectNode || embedNode, 'cke_flash', 'flash', true ); - newFakeImage.setAttributes( extraAttributes ); - newFakeImage.setStyles( extraStyles ); - if ( this.fakeImage ) - { - newFakeImage.replace( this.fakeImage ); - editor.getSelection().selectElement( newFakeImage ); - } - else - editor.insertElement( newFakeImage ); - }, - - onHide : function() - { - if ( this.preview ) - this.preview.setHtml(''); - }, - - contents : [ - { - id : 'info', - label : editor.lang.common.generalTab, - accessKey : 'I', - elements : - [ - { - type : 'vbox', - padding : 0, - children : - [ - { - type : 'hbox', - widths : [ '280px', '110px' ], - align : 'right', - children : - [ - { - id : 'src', - type : 'text', - label : editor.lang.common.url, - required : true, - validate : CKEDITOR.dialog.validate.notEmpty( editor.lang.flash.validateSrc ), - setup : loadValue, - commit : commitValue, - onLoad : function() - { - var dialog = this.getDialog(), - updatePreview = function( src ){ - // Query the preloader to figure out the url impacted by based href. - previewPreloader.setAttribute( 'src', src ); - dialog.preview.setHtml( '<embed height="100%" width="100%" src="' - + CKEDITOR.tools.htmlEncode( previewPreloader.getAttribute( 'src' ) ) - + '" type="application/x-shockwave-flash"></embed>' ); - }; - // Preview element - dialog.preview = dialog.getContentElement( 'info', 'preview' ).getElement().getChild( 3 ); - - // Sync on inital value loaded. - this.on( 'change', function( evt ){ - - if ( evt.data && evt.data.value ) - updatePreview( evt.data.value ); - } ); - // Sync when input value changed. - this.getInputElement().on( 'change', function( evt ){ - - updatePreview( this.getValue() ); - }, this ); - } - }, - { - type : 'button', - id : 'browse', - filebrowser : 'info:src', - hidden : true, - // v-align with the 'src' field. - // TODO: We need something better than a fixed size here. - style : 'display:inline-block;margin-top:10px;', - label : editor.lang.common.browseServer - } - ] - } - ] - }, - { - type : 'hbox', - widths : [ '25%', '25%', '25%', '25%', '25%' ], - children : - [ - { - type : 'text', - id : 'width', - style : 'width:95px', - label : editor.lang.common.width, - validate : CKEDITOR.dialog.validate.htmlLength( editor.lang.common.invalidHtmlLength.replace( '%1', editor.lang.common.width ) ), - setup : loadValue, - commit : commitValue - }, - { - type : 'text', - id : 'height', - style : 'width:95px', - label : editor.lang.common.height, - validate : CKEDITOR.dialog.validate.htmlLength( editor.lang.common.invalidHtmlLength.replace( '%1', editor.lang.common.height ) ), - setup : loadValue, - commit : commitValue - }, - { - type : 'text', - id : 'hSpace', - style : 'width:95px', - label : editor.lang.flash.hSpace, - validate : CKEDITOR.dialog.validate.integer( editor.lang.flash.validateHSpace ), - setup : loadValue, - commit : commitValue - }, - { - type : 'text', - id : 'vSpace', - style : 'width:95px', - label : editor.lang.flash.vSpace, - validate : CKEDITOR.dialog.validate.integer( editor.lang.flash.validateVSpace ), - setup : loadValue, - commit : commitValue - } - ] - }, - - { - type : 'vbox', - children : - [ - { - type : 'html', - id : 'preview', - style : 'width:95%;', - html : previewAreaHtml - } - ] - } - ] - }, - { - id : 'Upload', - hidden : true, - filebrowser : 'uploadButton', - label : editor.lang.common.upload, - elements : - [ - { - type : 'file', - id : 'upload', - label : editor.lang.common.upload, - size : 38 - }, - { - type : 'fileButton', - id : 'uploadButton', - label : editor.lang.common.uploadSubmit, - filebrowser : 'info:src', - 'for' : [ 'Upload', 'upload' ] - } - ] - }, - { - id : 'properties', - label : editor.lang.flash.propertiesTab, - elements : - [ - { - type : 'hbox', - widths : [ '50%', '50%' ], - children : - [ - { - id : 'scale', - type : 'select', - label : editor.lang.flash.scale, - 'default' : '', - style : 'width : 100%;', - items : - [ - [ editor.lang.common.notSet , ''], - [ editor.lang.flash.scaleAll, 'showall' ], - [ editor.lang.flash.scaleNoBorder, 'noborder' ], - [ editor.lang.flash.scaleFit, 'exactfit' ] - ], - setup : loadValue, - commit : commitValue - }, - { - id : 'allowScriptAccess', - type : 'select', - label : editor.lang.flash.access, - 'default' : '', - style : 'width : 100%;', - items : - [ - [ editor.lang.common.notSet , ''], - [ editor.lang.flash.accessAlways, 'always' ], - [ editor.lang.flash.accessSameDomain, 'samedomain' ], - [ editor.lang.flash.accessNever, 'never' ] - ], - setup : loadValue, - commit : commitValue - } - ] - }, - { - type : 'hbox', - widths : [ '50%', '50%' ], - children : - [ - { - id : 'wmode', - type : 'select', - label : editor.lang.flash.windowMode, - 'default' : '', - style : 'width : 100%;', - items : - [ - [ editor.lang.common.notSet , '' ], - [ editor.lang.flash.windowModeWindow, 'window' ], - [ editor.lang.flash.windowModeOpaque, 'opaque' ], - [ editor.lang.flash.windowModeTransparent, 'transparent' ] - ], - setup : loadValue, - commit : commitValue - }, - { - id : 'quality', - type : 'select', - label : editor.lang.flash.quality, - 'default' : 'high', - style : 'width : 100%;', - items : - [ - [ editor.lang.common.notSet , '' ], - [ editor.lang.flash.qualityBest, 'best' ], - [ editor.lang.flash.qualityHigh, 'high' ], - [ editor.lang.flash.qualityAutoHigh, 'autohigh' ], - [ editor.lang.flash.qualityMedium, 'medium' ], - [ editor.lang.flash.qualityAutoLow, 'autolow' ], - [ editor.lang.flash.qualityLow, 'low' ] - ], - setup : loadValue, - commit : commitValue - } - ] - }, - { - type : 'hbox', - widths : [ '50%', '50%' ], - children : - [ - { - id : 'align', - type : 'select', - label : editor.lang.common.align, - 'default' : '', - style : 'width : 100%;', - items : - [ - [ editor.lang.common.notSet , ''], - [ editor.lang.common.alignLeft , 'left'], - [ editor.lang.flash.alignAbsBottom , 'absBottom'], - [ editor.lang.flash.alignAbsMiddle , 'absMiddle'], - [ editor.lang.flash.alignBaseline , 'baseline'], - [ editor.lang.common.alignBottom , 'bottom'], - [ editor.lang.common.alignMiddle , 'middle'], - [ editor.lang.common.alignRight , 'right'], - [ editor.lang.flash.alignTextTop , 'textTop'], - [ editor.lang.common.alignTop , 'top'] - ], - setup : loadValue, - commit : function( objectNode, embedNode, paramMap, extraStyles, extraAttributes ) - { - var value = this.getValue(); - commitValue.apply( this, arguments ); - value && ( extraAttributes.align = value ); - } - }, - { - type : 'html', - html : '<div></div>' - } - ] - }, - { - type : 'fieldset', - label : CKEDITOR.tools.htmlEncode( editor.lang.flash.flashvars ), - children : - [ - { - type : 'vbox', - padding : 0, - children : - [ - { - type : 'checkbox', - id : 'menu', - label : editor.lang.flash.chkMenu, - 'default' : true, - setup : loadValue, - commit : commitValue - }, - { - type : 'checkbox', - id : 'play', - label : editor.lang.flash.chkPlay, - 'default' : true, - setup : loadValue, - commit : commitValue - }, - { - type : 'checkbox', - id : 'loop', - label : editor.lang.flash.chkLoop, - 'default' : true, - setup : loadValue, - commit : commitValue - }, - { - type : 'checkbox', - id : 'allowFullScreen', - label : editor.lang.flash.chkFull, - 'default' : true, - setup : loadValue, - commit : commitValue - } - ] - } - ] - } - ] - }, - { - id : 'advanced', - label : editor.lang.common.advancedTab, - elements : - [ - { - type : 'hbox', - widths : [ '45%', '55%' ], - children : - [ - { - type : 'text', - id : 'id', - label : editor.lang.common.id, - setup : loadValue, - commit : commitValue - }, - { - type : 'text', - id : 'title', - label : editor.lang.common.advisoryTitle, - setup : loadValue, - commit : commitValue - } - ] - }, - { - type : 'hbox', - widths : [ '45%', '55%' ], - children : - [ - { - type : 'text', - id : 'bgcolor', - label : editor.lang.flash.bgcolor, - setup : loadValue, - commit : commitValue - }, - { - type : 'text', - id : 'class', - label : editor.lang.common.cssClass, - setup : loadValue, - commit : commitValue - } - ] - }, - { - type : 'text', - id : 'style', - label : editor.lang.common.cssStyle, - setup : loadValue, - commit : commitValue - } - ] - } - ] - }; - } ); -})(); diff --git a/skins/ckeditor/_source/plugins/flash/images/placeholder.png b/skins/ckeditor/_source/plugins/flash/images/placeholder.png deleted file mode 100644 index 0bc6caa..0000000 Binary files a/skins/ckeditor/_source/plugins/flash/images/placeholder.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/flash/plugin.js b/skins/ckeditor/_source/plugins/flash/plugin.js deleted file mode 100644 index 97f8a12..0000000 --- a/skins/ckeditor/_source/plugins/flash/plugin.js +++ /dev/null @@ -1,154 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - var flashFilenameRegex = /\.swf(?:$|\?)/i; - - function isFlashEmbed( element ) - { - var attributes = element.attributes; - - return ( attributes.type == 'application/x-shockwave-flash' || flashFilenameRegex.test( attributes.src || '' ) ); - } - - function createFakeElement( editor, realElement ) - { - return editor.createFakeParserElement( realElement, 'cke_flash', 'flash', true ); - } - - CKEDITOR.plugins.add( 'flash', - { - init : function( editor ) - { - editor.addCommand( 'flash', new CKEDITOR.dialogCommand( 'flash' ) ); - editor.ui.addButton( 'Flash', - { - label : editor.lang.common.flash, - command : 'flash' - }); - CKEDITOR.dialog.add( 'flash', this.path + 'dialogs/flash.js' ); - - editor.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;' + - '}' - ); - - // If the "menu" plugin is loaded, register the menu items. - if ( editor.addMenuItems ) - { - editor.addMenuItems( - { - flash : - { - label : editor.lang.flash.properties, - command : 'flash', - group : 'flash' - } - }); - } - - editor.on( 'doubleclick', function( evt ) - { - var element = evt.data.element; - - if ( element.is( 'img' ) && element.data( 'cke-real-element-type' ) == 'flash' ) - evt.data.dialog = 'flash'; - }); - - // If the "contextmenu" plugin is loaded, register the listeners. - if ( editor.contextMenu ) - { - editor.contextMenu.addListener( function( element, selection ) - { - if ( element && element.is( 'img' ) && !element.isReadOnly() - && element.data( 'cke-real-element-type' ) == 'flash' ) - return { flash : CKEDITOR.TRISTATE_OFF }; - }); - } - }, - - afterInit : function( editor ) - { - var dataProcessor = editor.dataProcessor, - dataFilter = dataProcessor && dataProcessor.dataFilter; - - if ( dataFilter ) - { - dataFilter.addRules( - { - elements : - { - 'cke:object' : function( element ) - { - var attributes = element.attributes, - classId = attributes.classid && String( attributes.classid ).toLowerCase(); - - if ( !classId && !isFlashEmbed( element ) ) - { - // Look for the inner <embed> - for ( var i = 0 ; i < element.children.length ; i++ ) - { - if ( element.children[ i ].name == 'cke:embed' ) - { - if ( !isFlashEmbed( element.children[ i ] ) ) - return null; - - return createFakeElement( editor, element ); - } - } - return null; - } - - return createFakeElement( editor, element ); - }, - - 'cke:embed' : function( element ) - { - if ( !isFlashEmbed( element ) ) - return null; - - return createFakeElement( editor, element ); - } - } - }, - 5); - } - }, - - requires : [ 'fakeobjects' ] - }); -})(); - -CKEDITOR.tools.extend( CKEDITOR.config, -{ - /** - * Save as EMBED tag only. This tag is unrecommended. - * @type Boolean - * @default false - */ - flashEmbedTagOnly : false, - - /** - * Add EMBED tag as alternative: <object><embed></embed></object> - * @type Boolean - * @default false - */ - flashAddEmbedTag : true, - - /** - * Use embedTagOnly and addEmbedTag values on edit. - * @type Boolean - * @default false - */ - flashConvertOnEdit : false -} ); diff --git a/skins/ckeditor/_source/plugins/floatpanel/plugin.js b/skins/ckeditor/_source/plugins/floatpanel/plugin.js deleted file mode 100644 index 5569e5e..0000000 --- a/skins/ckeditor/_source/plugins/floatpanel/plugin.js +++ /dev/null @@ -1,428 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'floatpanel', -{ - requires : [ 'panel' ] -}); - -(function() -{ - var panels = {}; - var isShowing = false; - - function getPanel( editor, doc, parentElement, definition, level ) - { - // Generates the panel key: docId-eleId-skinName-langDir[-uiColor][-CSSs][-level] - var key = CKEDITOR.tools.genKey( doc.getUniqueId(), parentElement.getUniqueId(), editor.skinName, editor.lang.dir, - editor.uiColor || '', definition.css || '', level || '' ); - - var panel = panels[ key ]; - - if ( !panel ) - { - panel = panels[ key ] = new CKEDITOR.ui.panel( doc, definition ); - panel.element = parentElement.append( CKEDITOR.dom.element.createFromHtml( panel.renderHtml( editor ), doc ) ); - - panel.element.setStyles( - { - display : 'none', - position : 'absolute' - }); - } - - return panel; - } - - CKEDITOR.ui.floatPanel = CKEDITOR.tools.createClass( - { - $ : function( editor, parentElement, definition, level ) - { - definition.forceIFrame = 1; - - var doc = parentElement.getDocument(), - panel = getPanel( editor, doc, parentElement, definition, level || 0 ), - element = panel.element, - iframe = element.getFirst().getFirst(); - - this.element = element; - - this._ = - { - editor : editor, - // The panel that will be floating. - panel : panel, - parentElement : parentElement, - definition : definition, - document : doc, - iframe : iframe, - children : [], - dir : editor.lang.dir - }; - - editor.on( 'mode', function(){ this.hide(); }, this ); - }, - - proto : - { - addBlock : function( name, block ) - { - return this._.panel.addBlock( name, block ); - }, - - addListBlock : function( name, multiSelect ) - { - return this._.panel.addListBlock( name, multiSelect ); - }, - - getBlock : function( name ) - { - return this._.panel.getBlock( name ); - }, - - /* - corner (LTR): - 1 = top-left - 2 = top-right - 3 = bottom-right - 4 = bottom-left - - corner (RTL): - 1 = top-right - 2 = top-left - 3 = bottom-left - 4 = bottom-right - */ - showBlock : function( name, offsetParent, corner, offsetX, offsetY ) - { - var panel = this._.panel, - block = panel.showBlock( name ); - - this.allowBlur( false ); - isShowing = 1; - - // Record from where the focus is when open panel. - this._.returnFocus = this._.editor.focusManager.hasFocus ? this._.editor : new CKEDITOR.dom.element( CKEDITOR.document.$.activeElement ); - - - var element = this.element, - iframe = this._.iframe, - definition = this._.definition, - position = offsetParent.getDocumentPosition( element.getDocument() ), - rtl = this._.dir == 'rtl'; - - var left = position.x + ( offsetX || 0 ), - top = position.y + ( offsetY || 0 ); - - // Floating panels are off by (-1px, 0px) in RTL mode. (#3438) - if ( rtl && ( corner == 1 || corner == 4 ) ) - left += offsetParent.$.offsetWidth; - else if ( !rtl && ( corner == 2 || corner == 3 ) ) - left += offsetParent.$.offsetWidth - 1; - - if ( corner == 3 || corner == 4 ) - top += offsetParent.$.offsetHeight - 1; - - // Memorize offsetParent by it's ID. - this._.panel._.offsetParentId = offsetParent.getId(); - - element.setStyles( - { - top : top + 'px', - left: 0, - display : '' - }); - - // Don't use display or visibility style because we need to - // calculate the rendering layout later and focus the element. - element.setOpacity( 0 ); - - // To allow the context menu to decrease back their width - element.getFirst().removeStyle( 'width' ); - - // Configure the IFrame blur event. Do that only once. - if ( !this._.blurSet ) - { - // Non IE prefer the event into a window object. - var focused = CKEDITOR.env.ie ? iframe : new CKEDITOR.dom.window( iframe.$.contentWindow ); - - // With addEventListener compatible browsers, we must - // useCapture when registering the focus/blur events to - // guarantee they will be firing in all situations. (#3068, #3222 ) - CKEDITOR.event.useCapture = true; - - focused.on( 'blur', function( ev ) - { - if ( !this.allowBlur() ) - return; - - // As we are using capture to register the listener, - // the blur event may get fired even when focusing - // inside the window itself, so we must ensure the - // target is out of it. - var target = ev.data.getTarget() ; - if ( target.getName && target.getName() != 'iframe' ) - return; - - if ( this.visible && !this._.activeChild && !isShowing ) - { - // Panel close is caused by user's navigating away the focus, e.g. click outside the panel. - // DO NOT restore focus in this case. - delete this._.returnFocus; - this.hide(); - } - }, - this ); - - focused.on( 'focus', function() - { - this._.focused = true; - this.hideChild(); - this.allowBlur( true ); - }, - this ); - - CKEDITOR.event.useCapture = false; - - this._.blurSet = 1; - } - - panel.onEscape = CKEDITOR.tools.bind( function( keystroke ) - { - if ( this.onEscape && this.onEscape( keystroke ) === false ) - return false; - }, - this ); - - CKEDITOR.tools.setTimeout( function() - { - if ( rtl ) - left -= element.$.offsetWidth; - - var panelLoad = CKEDITOR.tools.bind( function () - { - var target = element.getFirst(); - - if ( block.autoSize ) - { - // We must adjust first the width or IE6 could include extra lines in the height computation - var widthNode = block.element.$; - - if ( CKEDITOR.env.gecko || CKEDITOR.env.opera ) - widthNode = widthNode.parentNode; - - if ( CKEDITOR.env.ie ) - widthNode = widthNode.document.body; - - var width = widthNode.scrollWidth; - // Account for extra height needed due to IE quirks box model bug: - // http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug - // (#3426) - if ( CKEDITOR.env.ie && CKEDITOR.env.quirks && width > 0 ) - width += ( target.$.offsetWidth || 0 ) - ( target.$.clientWidth || 0 ) + 3; - // A little extra at the end. - // If not present, IE6 might break into the next line, but also it looks better this way - width += 4 ; - - target.setStyle( 'width', width + 'px' ); - - // IE doesn't compute the scrollWidth if a filter is applied previously - block.element.addClass( 'cke_frameLoaded' ); - - var height = block.element.$.scrollHeight; - - // Account for extra height needed due to IE quirks box model bug: - // http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug - // (#3426) - if ( CKEDITOR.env.ie && CKEDITOR.env.quirks && height > 0 ) - height += ( target.$.offsetHeight || 0 ) - ( target.$.clientHeight || 0 ) + 3; - - target.setStyle( 'height', height + 'px' ); - - // Fix IE < 8 visibility. - panel._.currentBlock.element.setStyle( 'display', 'none' ).removeStyle( 'display' ); - } - else - target.removeStyle( 'height' ); - - var panelElement = panel.element, - panelWindow = panelElement.getWindow(), - windowScroll = panelWindow.getScrollPosition(), - viewportSize = panelWindow.getViewPaneSize(), - panelSize = - { - 'height' : panelElement.$.offsetHeight, - 'width' : panelElement.$.offsetWidth - }; - - // If the menu is horizontal off, shift it toward - // the opposite language direction. - if ( rtl ? left < 0 : left + panelSize.width > viewportSize.width + windowScroll.x ) - left += ( panelSize.width * ( rtl ? 1 : -1 ) ); - - // Vertical off screen is simpler. - if ( top + panelSize.height > viewportSize.height + windowScroll.y ) - top -= panelSize.height; - - // If IE is in RTL, we have troubles with absolute - // position and horizontal scrolls. Here we have a - // series of hacks to workaround it. (#6146) - if ( CKEDITOR.env.ie ) - { - var offsetParent = new CKEDITOR.dom.element( element.$.offsetParent ), - scrollParent = offsetParent; - - // Quirks returns <body>, but standards returns <html>. - if ( scrollParent.getName() == 'html' ) - scrollParent = scrollParent.getDocument().getBody(); - - if ( scrollParent.getComputedStyle( 'direction' ) == 'rtl' ) - { - // For IE8, there is not much logic on this, but it works. - if ( CKEDITOR.env.ie8Compat ) - left -= element.getDocument().getDocumentElement().$.scrollLeft * 2; - else - left -= ( offsetParent.$.scrollWidth - offsetParent.$.clientWidth ); - } - } - - // Trigger the onHide event of the previously active panel to prevent - // incorrect styles from being applied (#6170) - var innerElement = element.getFirst(), - activePanel; - if ( ( activePanel = innerElement.getCustomData( 'activePanel' ) ) ) - activePanel.onHide && activePanel.onHide.call( this, 1 ); - innerElement.setCustomData( 'activePanel', this ); - - element.setStyles( - { - top : top + 'px', - left : left + 'px' - } ); - element.setOpacity( 1 ); - } , this ); - - panel.isLoaded ? panelLoad() : panel.onLoad = panelLoad; - - // Set the panel frame focus, so the blur event gets fired. - CKEDITOR.tools.setTimeout( function() - { - iframe.$.contentWindow.focus(); - // We need this get fired manually because of unfired focus() function. - this.allowBlur( true ); - }, 0, this); - }, CKEDITOR.env.air ? 200 : 0, this); - this.visible = 1; - - if ( this.onShow ) - this.onShow.call( this ); - - isShowing = 0; - }, - - hide : function( returnFocus ) - { - if ( this.visible && ( !this.onHide || this.onHide.call( this ) !== true ) ) - { - this.hideChild(); - // Blur previously focused element. (#6671) - CKEDITOR.env.gecko && this._.iframe.getFrameDocument().$.activeElement.blur(); - this.element.setStyle( 'display', 'none' ); - this.visible = 0; - this.element.getFirst().removeCustomData( 'activePanel' ); - - // Return focus properly. (#6247) - var focusReturn = returnFocus !== false && this._.returnFocus; - if ( focusReturn ) - { - // Webkit requires focus moved out panel iframe first. - if ( CKEDITOR.env.webkit && focusReturn.type ) - focusReturn.getWindow().$.focus(); - - focusReturn.focus(); - } - } - }, - - allowBlur : function( allow ) // Prevent editor from hiding the panel. #3222. - { - var panel = this._.panel; - if ( allow != undefined ) - panel.allowBlur = allow; - - return panel.allowBlur; - }, - - showAsChild : function( panel, blockName, offsetParent, corner, offsetX, offsetY ) - { - // Skip reshowing of child which is already visible. - if ( this._.activeChild == panel && panel._.panel._.offsetParentId == offsetParent.getId() ) - return; - - this.hideChild(); - - panel.onHide = CKEDITOR.tools.bind( function() - { - // Use a timeout, so we give time for this menu to get - // potentially focused. - CKEDITOR.tools.setTimeout( function() - { - if ( !this._.focused ) - this.hide(); - }, - 0, this ); - }, - this ); - - this._.activeChild = panel; - this._.focused = false; - - panel.showBlock( blockName, offsetParent, corner, offsetX, offsetY ); - - /* #3767 IE: Second level menu may not have borders */ - if ( CKEDITOR.env.ie7Compat || ( CKEDITOR.env.ie8 && CKEDITOR.env.ie6Compat ) ) - { - setTimeout(function() - { - panel.element.getChild( 0 ).$.style.cssText += ''; - }, 100); - } - }, - - hideChild : function() - { - var activeChild = this._.activeChild; - - if ( activeChild ) - { - delete activeChild.onHide; - // Sub panels don't manage focus. (#7881) - delete activeChild._.returnFocus; - delete this._.activeChild; - activeChild.hide(); - } - } - } - }); - - CKEDITOR.on( 'instanceDestroyed', function() - { - var isLastInstance = CKEDITOR.tools.isEmpty( CKEDITOR.instances ); - - for ( var i in panels ) - { - var panel = panels[ i ]; - // Safe to destroy it since there're no more instances.(#4241) - if ( isLastInstance ) - panel.destroy(); - // Panel might be used by other instances, just hide them.(#4552) - else - panel.element.hide(); - } - // Remove the registration. - isLastInstance && ( panels = {} ); - - } ); -})(); diff --git a/skins/ckeditor/_source/plugins/font/plugin.js b/skins/ckeditor/_source/plugins/font/plugin.js deleted file mode 100644 index 6a1efee..0000000 --- a/skins/ckeditor/_source/plugins/font/plugin.js +++ /dev/null @@ -1,234 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - function addCombo( editor, comboName, styleType, lang, entries, defaultLabel, styleDefinition ) - { - var config = editor.config; - - // Gets the list of fonts from the settings. - var names = entries.split( ';' ), - values = []; - - // Create style objects for all fonts. - var styles = {}; - for ( var i = 0 ; i < names.length ; i++ ) - { - var parts = names[ i ]; - - if ( parts ) - { - parts = parts.split( '/' ); - - var vars = {}, - name = names[ i ] = parts[ 0 ]; - - vars[ styleType ] = values[ i ] = parts[ 1 ] || name; - - styles[ name ] = new CKEDITOR.style( styleDefinition, vars ); - styles[ name ]._.definition.name = name; - } - else - names.splice( i--, 1 ); - } - - editor.ui.addRichCombo( comboName, - { - label : lang.label, - title : lang.panelTitle, - className : 'cke_' + ( styleType == 'size' ? 'fontSize' : 'font' ), - panel : - { - css : editor.skin.editor.css.concat( config.contentsCss ), - multiSelect : false, - attributes : { 'aria-label' : lang.panelTitle } - }, - - init : function() - { - this.startGroup( lang.panelTitle ); - - for ( var i = 0 ; i < names.length ; i++ ) - { - var name = names[ i ]; - - // Add the tag entry to the panel list. - this.add( name, styles[ name ].buildPreview(), name ); - } - }, - - onClick : function( value ) - { - editor.focus(); - editor.fire( 'saveSnapshot' ); - - var style = styles[ value ]; - - if ( this.getValue() == value ) - style.remove( editor.document ); - else - style.apply( editor.document ); - - editor.fire( 'saveSnapshot' ); - }, - - onRender : function() - { - editor.on( 'selectionChange', function( ev ) - { - var currentValue = this.getValue(); - - var elementPath = ev.data.path, - elements = elementPath.elements; - - // For each element into the elements path. - for ( var i = 0, element ; i < elements.length ; i++ ) - { - element = elements[i]; - - // Check if the element is removable by any of - // the styles. - for ( var value in styles ) - { - if ( styles[ value ].checkElementRemovable( element, true ) ) - { - if ( value != currentValue ) - this.setValue( value ); - return; - } - } - } - - // If no styles match, just empty it. - this.setValue( '', defaultLabel ); - }, - this); - } - }); - } - - CKEDITOR.plugins.add( 'font', - { - requires : [ 'richcombo', 'styles' ], - - init : function( editor ) - { - var config = editor.config; - - addCombo( editor, 'Font', 'family', editor.lang.font, config.font_names, config.font_defaultLabel, config.font_style ); - addCombo( editor, 'FontSize', 'size', editor.lang.fontSize, config.fontSize_sizes, config.fontSize_defaultLabel, config.fontSize_style ); - } - }); -})(); - -/** - * The list of fonts names to be displayed in the Font combo in the toolbar. - * Entries are separated by semi-colons (;), while it's possible to have more - * than one font for each entry, in the HTML way (separated by comma). - * - * A display name may be optionally defined by prefixing the entries with the - * name and the slash character. For example, "Arial/Arial, Helvetica, sans-serif" - * will be displayed as "Arial" in the list, but will be outputted as - * "Arial, Helvetica, sans-serif". - * @type String - * @example - * config.font_names = - * 'Arial/Arial, Helvetica, sans-serif;' + - * 'Times New Roman/Times New Roman, Times, serif;' + - * 'Verdana'; - * @example - * config.font_names = 'Arial;Times New Roman;Verdana'; - */ -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'; - -/** - * The text to be displayed in the Font combo is none of the available values - * matches the current cursor position or text selection. - * @type String - * @example - * // If the default site font is Arial, we may making it more explicit to the end user. - * config.font_defaultLabel = 'Arial'; - */ -CKEDITOR.config.font_defaultLabel = ''; - -/** - * The style definition to be used to apply the font in the text. - * @type Object - * @example - * // This is actually the default value for it. - * config.font_style = - * { - * element : 'span', - * styles : { 'font-family' : '#(family)' }, - * overrides : [ { element : 'font', attributes : { 'face' : null } } ] - * }; - */ -CKEDITOR.config.font_style = - { - element : 'span', - styles : { 'font-family' : '#(family)' }, - overrides : [ { element : 'font', attributes : { 'face' : null } } ] - }; - -/** - * The list of fonts size to be displayed in the Font Size combo in the - * toolbar. Entries are separated by semi-colons (;). - * - * Any kind of "CSS like" size can be used, like "12px", "2.3em", "130%", - * "larger" or "x-small". - * - * A display name may be optionally defined by prefixing the entries with the - * name and the slash character. For example, "Bigger Font/14px" will be - * displayed as "Bigger Font" in the list, but will be outputted as "14px". - * @type String - * @default '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' - * @example - * config.fontSize_sizes = '16/16px;24/24px;48/48px;'; - * @example - * config.fontSize_sizes = '12px;2.3em;130%;larger;x-small'; - * @example - * config.fontSize_sizes = '12 Pixels/12px;Big/2.3em;30 Percent More/130%;Bigger/larger;Very Small/x-small'; - */ -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'; - -/** - * The text to be displayed in the Font Size combo is none of the available - * values matches the current cursor position or text selection. - * @type String - * @example - * // If the default site font size is 12px, we may making it more explicit to the end user. - * config.fontSize_defaultLabel = '12px'; - */ -CKEDITOR.config.fontSize_defaultLabel = ''; - -/** - * The style definition to be used to apply the font size in the text. - * @type Object - * @example - * // This is actually the default value for it. - * config.fontSize_style = - * { - * element : 'span', - * styles : { 'font-size' : '#(size)' }, - * overrides : [ { element : 'font', attributes : { 'size' : null } } ] - * }; - */ -CKEDITOR.config.fontSize_style = - { - element : 'span', - styles : { 'font-size' : '#(size)' }, - overrides : [ { element : 'font', attributes : { 'size' : null } } ] - }; diff --git a/skins/ckeditor/_source/plugins/format/plugin.js b/skins/ckeditor/_source/plugins/format/plugin.js deleted file mode 100644 index 8e96529..0000000 --- a/skins/ckeditor/_source/plugins/format/plugin.js +++ /dev/null @@ -1,197 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'format', -{ - requires : [ 'richcombo', 'styles' ], - - init : function( editor ) - { - var config = editor.config, - lang = editor.lang.format; - - // Gets the list of tags from the settings. - var tags = config.format_tags.split( ';' ); - - // Create style objects for all defined styles. - var styles = {}; - for ( var i = 0 ; i < tags.length ; i++ ) - { - var tag = tags[ i ]; - styles[ tag ] = new CKEDITOR.style( config[ 'format_' + tag ] ); - styles[ tag ]._.enterMode = editor.config.enterMode; - } - - editor.ui.addRichCombo( 'Format', - { - label : lang.label, - title : lang.panelTitle, - className : 'cke_format', - panel : - { - css : editor.skin.editor.css.concat( config.contentsCss ), - multiSelect : false, - attributes : { 'aria-label' : lang.panelTitle } - }, - - init : function() - { - this.startGroup( lang.panelTitle ); - - for ( var tag in styles ) - { - var label = lang[ 'tag_' + tag ]; - - // Add the tag entry to the panel list. - this.add( tag, styles[tag].buildPreview( label ), label ); - } - }, - - onClick : function( value ) - { - editor.focus(); - editor.fire( 'saveSnapshot' ); - - var style = styles[ value ], - elementPath = new CKEDITOR.dom.elementPath( editor.getSelection().getStartElement() ); - - style[ style.checkActive( elementPath ) ? 'remove' : 'apply' ]( editor.document ); - - // Save the undo snapshot after all changes are affected. (#4899) - setTimeout( function() - { - editor.fire( 'saveSnapshot' ); - }, 0 ); - }, - - onRender : function() - { - editor.on( 'selectionChange', function( ev ) - { - var currentTag = this.getValue(); - - var elementPath = ev.data.path; - - for ( var tag in styles ) - { - if ( styles[ tag ].checkActive( elementPath ) ) - { - if ( tag != currentTag ) - this.setValue( tag, editor.lang.format[ 'tag_' + tag ] ); - return; - } - } - - // If no styles match, just empty it. - this.setValue( '' ); - }, - this); - } - }); - } -}); - -/** - * A list of semi colon separated style names (by default tags) representing - * the style definition for each entry to be displayed in the Format combo in - * the toolbar. Each entry must have its relative definition configuration in a - * setting named "format_(tagName)". For example, the "p" entry has its - * definition taken from config.format_p. - * @type String - * @default 'p;h1;h2;h3;h4;h5;h6;pre;address;div' - * @example - * config.format_tags = 'p;h2;h3;pre' - */ -CKEDITOR.config.format_tags = 'p;h1;h2;h3;h4;h5;h6;pre;address;div'; - -/** - * The style definition to be used to apply the "Normal" format. - * @type Object - * @default { element : 'p' } - * @example - * config.format_p = { element : 'p', attributes : { 'class' : 'normalPara' } }; - */ -CKEDITOR.config.format_p = { element : 'p' }; - -/** - * The style definition to be used to apply the "Normal (DIV)" format. - * @type Object - * @default { element : 'div' } - * @example - * config.format_div = { element : 'div', attributes : { 'class' : 'normalDiv' } }; - */ -CKEDITOR.config.format_div = { element : 'div' }; - -/** - * The style definition to be used to apply the "Formatted" format. - * @type Object - * @default { element : 'pre' } - * @example - * config.format_pre = { element : 'pre', attributes : { 'class' : 'code' } }; - */ -CKEDITOR.config.format_pre = { element : 'pre' }; - -/** - * The style definition to be used to apply the "Address" format. - * @type Object - * @default { element : 'address' } - * @example - * config.format_address = { element : 'address', attributes : { 'class' : 'styledAddress' } }; - */ -CKEDITOR.config.format_address = { element : 'address' }; - -/** - * The style definition to be used to apply the "Heading 1" format. - * @type Object - * @default { element : 'h1' } - * @example - * config.format_h1 = { element : 'h1', attributes : { 'class' : 'contentTitle1' } }; - */ -CKEDITOR.config.format_h1 = { element : 'h1' }; - -/** - * The style definition to be used to apply the "Heading 1" format. - * @type Object - * @default { element : 'h2' } - * @example - * config.format_h2 = { element : 'h2', attributes : { 'class' : 'contentTitle2' } }; - */ -CKEDITOR.config.format_h2 = { element : 'h2' }; - -/** - * The style definition to be used to apply the "Heading 1" format. - * @type Object - * @default { element : 'h3' } - * @example - * config.format_h3 = { element : 'h3', attributes : { 'class' : 'contentTitle3' } }; - */ -CKEDITOR.config.format_h3 = { element : 'h3' }; - -/** - * The style definition to be used to apply the "Heading 1" format. - * @type Object - * @default { element : 'h4' } - * @example - * config.format_h4 = { element : 'h4', attributes : { 'class' : 'contentTitle4' } }; - */ -CKEDITOR.config.format_h4 = { element : 'h4' }; - -/** - * The style definition to be used to apply the "Heading 1" format. - * @type Object - * @default { element : 'h5' } - * @example - * config.format_h5 = { element : 'h5', attributes : { 'class' : 'contentTitle5' } }; - */ -CKEDITOR.config.format_h5 = { element : 'h5' }; - -/** - * The style definition to be used to apply the "Heading 1" format. - * @type Object - * @default { element : 'h6' } - * @example - * config.format_h6 = { element : 'h6', attributes : { 'class' : 'contentTitle6' } }; - */ -CKEDITOR.config.format_h6 = { element : 'h6' }; diff --git a/skins/ckeditor/_source/plugins/forms/dialogs/button.js b/skins/ckeditor/_source/plugins/forms/dialogs/button.js deleted file mode 100644 index 730864f..0000000 --- a/skins/ckeditor/_source/plugins/forms/dialogs/button.js +++ /dev/null @@ -1,118 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -CKEDITOR.dialog.add( 'button', function( editor ) -{ - function commitAttributes( element ) - { - var val = this.getValue(); - if ( val ) - { - element.attributes[ this.id ] = val; - if ( this.id == 'name' ) - element.attributes[ 'data-cke-saved-name' ] = val; - } - else - { - delete element.attributes[ this.id ]; - if ( this.id == 'name' ) - delete element.attributes[ 'data-cke-saved-name' ]; - } - } - - return { - title : editor.lang.button.title, - minWidth : 350, - minHeight : 150, - onShow : function() - { - delete this.button; - var element = this.getParentEditor().getSelection().getSelectedElement(); - if ( element && element.is( 'input' ) ) - { - var type = element.getAttribute( 'type' ); - if ( type in { button:1, reset:1, submit:1 } ) - { - this.button = element; - this.setupContent( element ); - } - } - }, - onOk : function() - { - var editor = this.getParentEditor(), - element = this.button, - isInsertMode = !element; - - var fake = element ? CKEDITOR.htmlParser.fragment.fromHtml( element.getOuterHtml() ).children[ 0 ] - : new CKEDITOR.htmlParser.element( 'input' ); - this.commitContent( fake ); - - var writer = new CKEDITOR.htmlParser.basicWriter(); - fake.writeHtml( writer ); - var newElement = CKEDITOR.dom.element.createFromHtml( writer.getHtml(), editor.document ); - - if ( isInsertMode ) - editor.insertElement( newElement ); - else - { - newElement.replace( element ); - editor.getSelection().selectElement( newElement ); - } - }, - contents : [ - { - id : 'info', - label : editor.lang.button.title, - title : editor.lang.button.title, - elements : [ - { - id : 'name', - type : 'text', - label : editor.lang.common.name, - 'default' : '', - setup : function( element ) - { - this.setValue( - element.data( 'cke-saved-name' ) || - element.getAttribute( 'name' ) || - '' ); - }, - commit : commitAttributes - }, - { - id : 'value', - type : 'text', - label : editor.lang.button.text, - accessKey : 'V', - 'default' : '', - setup : function( element ) - { - this.setValue( element.getAttribute( 'value' ) || '' ); - }, - commit : commitAttributes - }, - { - id : 'type', - type : 'select', - label : editor.lang.button.type, - 'default' : 'button', - accessKey : 'T', - items : - [ - [ editor.lang.button.typeBtn, 'button' ], - [ editor.lang.button.typeSbm, 'submit' ], - [ editor.lang.button.typeRst, 'reset' ] - ], - setup : function( element ) - { - this.setValue( element.getAttribute( 'type' ) || '' ); - }, - commit : commitAttributes - } - ] - } - ] - }; -}); diff --git a/skins/ckeditor/_source/plugins/forms/dialogs/checkbox.js b/skins/ckeditor/_source/plugins/forms/dialogs/checkbox.js deleted file mode 100644 index 8c6e4d2..0000000 --- a/skins/ckeditor/_source/plugins/forms/dialogs/checkbox.js +++ /dev/null @@ -1,153 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -CKEDITOR.dialog.add( 'checkbox', function( editor ) -{ - return { - title : editor.lang.checkboxAndRadio.checkboxTitle, - minWidth : 350, - minHeight : 140, - onShow : function() - { - delete this.checkbox; - - var element = this.getParentEditor().getSelection().getSelectedElement(); - - if ( element && element.getAttribute( 'type' ) == 'checkbox' ) - { - this.checkbox = element; - this.setupContent( element ); - } - }, - onOk : function() - { - var editor, - element = this.checkbox, - isInsertMode = !element; - - if ( isInsertMode ) - { - editor = this.getParentEditor(); - element = editor.document.createElement( 'input' ); - element.setAttribute( 'type', 'checkbox' ); - editor.insertElement( element ); - } - this.commitContent( { element : element } ); - }, - contents : [ - { - id : 'info', - label : editor.lang.checkboxAndRadio.checkboxTitle, - title : editor.lang.checkboxAndRadio.checkboxTitle, - startupFocus : 'txtName', - elements : [ - { - id : 'txtName', - type : 'text', - label : editor.lang.common.name, - 'default' : '', - accessKey : 'N', - setup : function( element ) - { - this.setValue( - element.data( 'cke-saved-name' ) || - element.getAttribute( 'name' ) || - '' ); - }, - commit : function( data ) - { - var element = data.element; - - // IE failed to update 'name' property on input elements, protect it now. - if ( this.getValue() ) - element.data( 'cke-saved-name', this.getValue() ); - else - { - element.data( 'cke-saved-name', false ); - element.removeAttribute( 'name' ); - } - } - }, - { - id : 'txtValue', - type : 'text', - label : editor.lang.checkboxAndRadio.value, - 'default' : '', - accessKey : 'V', - setup : function( element ) - { - var value = element.getAttribute( 'value' ); - // IE Return 'on' as default attr value. - this.setValue( CKEDITOR.env.ie && value == 'on' ? '' : value ); - }, - commit : function( data ) - { - var element = data.element, - value = this.getValue(); - - if ( value && !( CKEDITOR.env.ie && value == 'on' ) ) - element.setAttribute( 'value', value ); - else - { - if ( CKEDITOR.env.ie ) - { - // Remove attribute 'value' of checkbox (#4721). - var checkbox = new CKEDITOR.dom.element( 'input', element.getDocument() ); - element.copyAttributes( checkbox, { value: 1 } ); - checkbox.replace( element ); - editor.getSelection().selectElement( checkbox ); - data.element = checkbox; - } - else - element.removeAttribute( 'value' ); - } - } - }, - { - id : 'cmbSelected', - type : 'checkbox', - label : editor.lang.checkboxAndRadio.selected, - 'default' : '', - accessKey : 'S', - value : "checked", - setup : function( element ) - { - this.setValue( element.getAttribute( 'checked' ) ); - }, - commit : function( data ) - { - var element = data.element; - - if ( CKEDITOR.env.ie ) - { - var isElementChecked = !!element.getAttribute( 'checked' ), - isChecked = !!this.getValue(); - - if ( isElementChecked != isChecked ) - { - var replace = CKEDITOR.dom.element.createFromHtml( '<input type="checkbox"' - + ( isChecked ? ' checked="checked"' : '' ) - + '/>', editor.document ); - - element.copyAttributes( replace, { type : 1, checked : 1 } ); - replace.replace( element ); - editor.getSelection().selectElement( replace ); - data.element = replace; - } - } - else - { - var value = this.getValue(); - if ( value ) - element.setAttribute( 'checked', 'checked' ); - else - element.removeAttribute( 'checked' ); - } - } - } - ] - } - ] - }; -}); diff --git a/skins/ckeditor/_source/plugins/forms/dialogs/form.js b/skins/ckeditor/_source/plugins/forms/dialogs/form.js deleted file mode 100644 index 975ebdd..0000000 --- a/skins/ckeditor/_source/plugins/forms/dialogs/form.js +++ /dev/null @@ -1,177 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -CKEDITOR.dialog.add( 'form', function( editor ) -{ - var autoAttributes = - { - action : 1, - id : 1, - method : 1, - enctype : 1, - target : 1 - }; - - return { - title : editor.lang.form.title, - minWidth : 350, - minHeight : 200, - onShow : function() - { - delete this.form; - - var element = this.getParentEditor().getSelection().getStartElement(); - var form = element && element.getAscendant( 'form', true ); - if ( form ) - { - this.form = form; - this.setupContent( form ); - } - }, - onOk : function() - { - var editor, - element = this.form, - isInsertMode = !element; - - if ( isInsertMode ) - { - editor = this.getParentEditor(); - element = editor.document.createElement( 'form' ); - !CKEDITOR.env.ie && element.append( editor.document.createElement( 'br' ) ); - } - - if ( isInsertMode ) - editor.insertElement( element ); - this.commitContent( element ); - }, - onLoad : function() - { - function autoSetup( element ) - { - this.setValue( element.getAttribute( this.id ) || '' ); - } - - function autoCommit( element ) - { - if ( this.getValue() ) - element.setAttribute( this.id, this.getValue() ); - else - element.removeAttribute( this.id ); - } - - this.foreach( function( contentObj ) - { - if ( autoAttributes[ contentObj.id ] ) - { - contentObj.setup = autoSetup; - contentObj.commit = autoCommit; - } - } ); - }, - contents : [ - { - id : 'info', - label : editor.lang.form.title, - title : editor.lang.form.title, - elements : [ - { - id : 'txtName', - type : 'text', - label : editor.lang.common.name, - 'default' : '', - accessKey : 'N', - setup : function( element ) - { - this.setValue( element.data( 'cke-saved-name' ) || - element.getAttribute( 'name' ) || - '' ); - }, - commit : function( element ) - { - if ( this.getValue() ) - element.data( 'cke-saved-name', this.getValue() ); - else - { - element.data( 'cke-saved-name', false ); - element.removeAttribute( 'name' ); - } - } - }, - { - id : 'action', - type : 'text', - label : editor.lang.form.action, - 'default' : '', - accessKey : 'T' - }, - { - type : 'hbox', - widths : [ '45%', '55%' ], - children : - [ - { - id : 'id', - type : 'text', - label : editor.lang.common.id, - 'default' : '', - accessKey : 'I' - }, - { - id : 'enctype', - type : 'select', - label : editor.lang.form.encoding, - style : 'width:100%', - accessKey : 'E', - 'default' : '', - items : - [ - [ '' ], - [ 'text/plain' ], - [ 'multipart/form-data' ], - [ 'application/x-www-form-urlencoded' ] - ] - } - ] - }, - { - type : 'hbox', - widths : [ '45%', '55%' ], - children : - [ - { - id : 'target', - type : 'select', - label : editor.lang.common.target, - style : 'width:100%', - accessKey : 'M', - 'default' : '', - items : - [ - [ editor.lang.common.notSet, '' ], - [ editor.lang.common.targetNew, '_blank' ], - [ editor.lang.common.targetTop, '_top' ], - [ editor.lang.common.targetSelf, '_self' ], - [ editor.lang.common.targetParent, '_parent' ] - ] - }, - { - id : 'method', - type : 'select', - label : editor.lang.form.method, - accessKey : 'M', - 'default' : 'GET', - items : - [ - [ 'GET', 'get' ], - [ 'POST', 'post' ] - ] - } - ] - } - ] - } - ] - }; -}); diff --git a/skins/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js b/skins/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js deleted file mode 100644 index ce63239..0000000 --- a/skins/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +++ /dev/null @@ -1,100 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -CKEDITOR.dialog.add( 'hiddenfield', function( editor ) -{ - return { - title : editor.lang.hidden.title, - hiddenField : null, - minWidth : 350, - minHeight : 110, - onShow : function() - { - delete this.hiddenField; - - var editor = this.getParentEditor(), - selection = editor.getSelection(), - element = selection.getSelectedElement(); - - if ( element && element.data( 'cke-real-element-type' ) && element.data( 'cke-real-element-type' ) == 'hiddenfield' ) - { - this.hiddenField = element; - element = editor.restoreRealElement( this.hiddenField ); - this.setupContent( element ); - selection.selectElement( this.hiddenField ); - } - }, - onOk : function() - { - var name = this.getValueOf( 'info', '_cke_saved_name' ), - value = this.getValueOf( 'info', 'value' ), - editor = this.getParentEditor(), - element = CKEDITOR.env.ie && !( CKEDITOR.document.$.documentMode >= 8 ) ? - editor.document.createElement( '<input name="' + CKEDITOR.tools.htmlEncode( name ) + '">' ) - : editor.document.createElement( 'input' ); - - element.setAttribute( 'type', 'hidden' ); - this.commitContent( element ); - var fakeElement = editor.createFakeElement( element, 'cke_hidden', 'hiddenfield' ); - if ( !this.hiddenField ) - editor.insertElement( fakeElement ); - else - { - fakeElement.replace( this.hiddenField ); - editor.getSelection().selectElement( fakeElement ); - } - return true; - }, - contents : [ - { - id : 'info', - label : editor.lang.hidden.title, - title : editor.lang.hidden.title, - elements : [ - { - id : '_cke_saved_name', - type : 'text', - label : editor.lang.hidden.name, - 'default' : '', - accessKey : 'N', - setup : function( element ) - { - this.setValue( - element.data( 'cke-saved-name' ) || - element.getAttribute( 'name' ) || - '' ); - }, - commit : function( element ) - { - if ( this.getValue() ) - element.setAttribute( 'name', this.getValue() ); - else - { - element.removeAttribute( 'name' ); - } - } - }, - { - id : 'value', - type : 'text', - label : editor.lang.hidden.value, - 'default' : '', - accessKey : 'V', - setup : function( element ) - { - this.setValue( element.getAttribute( 'value' ) || '' ); - }, - commit : function( element ) - { - if ( this.getValue() ) - element.setAttribute( 'value', this.getValue() ); - else - element.removeAttribute( 'value' ); - } - } - ] - } - ] - }; -}); diff --git a/skins/ckeditor/_source/plugins/forms/dialogs/radio.js b/skins/ckeditor/_source/plugins/forms/dialogs/radio.js deleted file mode 100644 index 5b154aa..0000000 --- a/skins/ckeditor/_source/plugins/forms/dialogs/radio.js +++ /dev/null @@ -1,135 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -CKEDITOR.dialog.add( 'radio', function( editor ) -{ - return { - title : editor.lang.checkboxAndRadio.radioTitle, - minWidth : 350, - minHeight : 140, - onShow : function() - { - delete this.radioButton; - - var element = this.getParentEditor().getSelection().getSelectedElement(); - if ( element && element.getName() == 'input' && element.getAttribute( 'type' ) == 'radio' ) - { - this.radioButton = element; - this.setupContent( element ); - } - }, - onOk : function() - { - var editor, - element = this.radioButton, - isInsertMode = !element; - - if ( isInsertMode ) - { - editor = this.getParentEditor(); - element = editor.document.createElement( 'input' ); - element.setAttribute( 'type', 'radio' ); - } - - if ( isInsertMode ) - editor.insertElement( element ); - this.commitContent( { element : element } ); - }, - contents : [ - { - id : 'info', - label : editor.lang.checkboxAndRadio.radioTitle, - title : editor.lang.checkboxAndRadio.radioTitle, - elements : [ - { - id : 'name', - type : 'text', - label : editor.lang.common.name, - 'default' : '', - accessKey : 'N', - setup : function( element ) - { - this.setValue( - element.data( 'cke-saved-name' ) || - element.getAttribute( 'name' ) || - '' ); - }, - commit : function( data ) - { - var element = data.element; - - if ( this.getValue() ) - element.data( 'cke-saved-name', this.getValue() ); - else - { - element.data( 'cke-saved-name', false ); - element.removeAttribute( 'name' ); - } - } - }, - { - id : 'value', - type : 'text', - label : editor.lang.checkboxAndRadio.value, - 'default' : '', - accessKey : 'V', - setup : function( element ) - { - this.setValue( element.getAttribute( 'value' ) || '' ); - }, - commit : function( data ) - { - var element = data.element; - - if ( this.getValue() ) - element.setAttribute( 'value', this.getValue() ); - else - element.removeAttribute( 'value' ); - } - }, - { - id : 'checked', - type : 'checkbox', - label : editor.lang.checkboxAndRadio.selected, - 'default' : '', - accessKey : 'S', - value : "checked", - setup : function( element ) - { - this.setValue( element.getAttribute( 'checked' ) ); - }, - commit : function( data ) - { - var element = data.element; - - if ( !( CKEDITOR.env.ie || CKEDITOR.env.opera ) ) - { - if ( this.getValue() ) - element.setAttribute( 'checked', 'checked' ); - else - element.removeAttribute( 'checked' ); - } - else - { - var isElementChecked = element.getAttribute( 'checked' ); - var isChecked = !!this.getValue(); - - if ( isElementChecked != isChecked ) - { - var replace = CKEDITOR.dom.element.createFromHtml( '<input type="radio"' - + ( isChecked ? ' checked="checked"' : '' ) - + '></input>', editor.document ); - element.copyAttributes( replace, { type : 1, checked : 1 } ); - replace.replace( element ); - editor.getSelection().selectElement( replace ); - data.element = replace; - } - } - } - } - ] - } - ] - }; -}); diff --git a/skins/ckeditor/_source/plugins/forms/dialogs/select.js b/skins/ckeditor/_source/plugins/forms/dialogs/select.js deleted file mode 100644 index aee101b..0000000 --- a/skins/ckeditor/_source/plugins/forms/dialogs/select.js +++ /dev/null @@ -1,558 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -CKEDITOR.dialog.add( 'select', function( editor ) -{ - // Add a new option to a SELECT object (combo or list). - function addOption( combo, optionText, optionValue, documentObject, index ) - { - combo = getSelect( combo ); - var oOption; - if ( documentObject ) - oOption = documentObject.createElement( "OPTION" ); - else - oOption = document.createElement( "OPTION" ); - - if ( combo && oOption && oOption.getName() == 'option' ) - { - if ( CKEDITOR.env.ie ) { - if ( !isNaN( parseInt( index, 10) ) ) - combo.$.options.add( oOption.$, index ); - else - combo.$.options.add( oOption.$ ); - - oOption.$.innerHTML = optionText.length > 0 ? optionText : ''; - oOption.$.value = optionValue; - } - else - { - if ( index !== null && index < combo.getChildCount() ) - combo.getChild( index < 0 ? 0 : index ).insertBeforeMe( oOption ); - else - combo.append( oOption ); - - oOption.setText( optionText.length > 0 ? optionText : '' ); - oOption.setValue( optionValue ); - } - } - else - return false; - - return oOption; - } - // Remove all selected options from a SELECT object. - function removeSelectedOptions( combo ) - { - combo = getSelect( combo ); - - // Save the selected index - var iSelectedIndex = getSelectedIndex( combo ); - - // Remove all selected options. - for ( var i = combo.getChildren().count() - 1 ; i >= 0 ; i-- ) - { - if ( combo.getChild( i ).$.selected ) - combo.getChild( i ).remove(); - } - - // Reset the selection based on the original selected index. - setSelectedIndex( combo, iSelectedIndex ); - } - //Modify option from a SELECT object. - function modifyOption( combo, index, title, value ) - { - combo = getSelect( combo ); - if ( index < 0 ) - return false; - var child = combo.getChild( index ); - child.setText( title ); - child.setValue( value ); - return child; - } - function removeAllOptions( combo ) - { - combo = getSelect( combo ); - while ( combo.getChild( 0 ) && combo.getChild( 0 ).remove() ) - { /*jsl:pass*/ } - } - // Moves the selected option by a number of steps (also negative). - function changeOptionPosition( combo, steps, documentObject ) - { - combo = getSelect( combo ); - var iActualIndex = getSelectedIndex( combo ); - if ( iActualIndex < 0 ) - return false; - - var iFinalIndex = iActualIndex + steps; - iFinalIndex = ( iFinalIndex < 0 ) ? 0 : iFinalIndex; - iFinalIndex = ( iFinalIndex >= combo.getChildCount() ) ? combo.getChildCount() - 1 : iFinalIndex; - - if ( iActualIndex == iFinalIndex ) - return false; - - var oOption = combo.getChild( iActualIndex ), - sText = oOption.getText(), - sValue = oOption.getValue(); - - oOption.remove(); - - oOption = addOption( combo, sText, sValue, ( !documentObject ) ? null : documentObject, iFinalIndex ); - setSelectedIndex( combo, iFinalIndex ); - return oOption; - } - function getSelectedIndex( combo ) - { - combo = getSelect( combo ); - return combo ? combo.$.selectedIndex : -1; - } - function setSelectedIndex( combo, index ) - { - combo = getSelect( combo ); - if ( index < 0 ) - return null; - var count = combo.getChildren().count(); - combo.$.selectedIndex = ( index >= count ) ? ( count - 1 ) : index; - return combo; - } - function getOptions( combo ) - { - combo = getSelect( combo ); - return combo ? combo.getChildren() : false; - } - function getSelect( obj ) - { - if ( obj && obj.domId && obj.getInputElement().$ ) // Dialog element. - return obj.getInputElement(); - else if ( obj && obj.$ ) - return obj; - return false; - } - - return { - title : editor.lang.select.title, - minWidth : CKEDITOR.env.ie ? 460 : 395, - minHeight : CKEDITOR.env.ie ? 320 : 300, - onShow : function() - { - delete this.selectBox; - this.setupContent( 'clear' ); - var element = this.getParentEditor().getSelection().getSelectedElement(); - if ( element && element.getName() == "select" ) - { - this.selectBox = element; - this.setupContent( element.getName(), element ); - - // Load Options into dialog. - var objOptions = getOptions( element ); - for ( var i = 0 ; i < objOptions.count() ; i++ ) - this.setupContent( 'option', objOptions.getItem( i ) ); - } - }, - onOk : function() - { - var editor = this.getParentEditor(), - element = this.selectBox, - isInsertMode = !element; - - if ( isInsertMode ) - element = editor.document.createElement( 'select' ); - this.commitContent( element ); - - if ( isInsertMode ) - { - editor.insertElement( element ); - if ( CKEDITOR.env.ie ) - { - var sel = editor.getSelection(), - bms = sel.createBookmarks(); - setTimeout(function() - { - sel.selectBookmarks( bms ); - }, 0 ); - } - } - }, - contents : [ - { - id : 'info', - label : editor.lang.select.selectInfo, - title : editor.lang.select.selectInfo, - accessKey : '', - elements : [ - { - id : 'txtName', - type : 'text', - widths : [ '25%','75%' ], - labelLayout : 'horizontal', - label : editor.lang.common.name, - 'default' : '', - accessKey : 'N', - style : 'width:350px', - setup : function( name, element ) - { - if ( name == 'clear' ) - this.setValue( this[ 'default' ] || '' ); - else if ( name == 'select' ) - { - this.setValue( - element.data( 'cke-saved-name' ) || - element.getAttribute( 'name' ) || - '' ); - } - }, - commit : function( element ) - { - if ( this.getValue() ) - element.data( 'cke-saved-name', this.getValue() ); - else - { - element.data( 'cke-saved-name', false ); - element.removeAttribute( 'name' ); - } - } - }, - { - id : 'txtValue', - type : 'text', - widths : [ '25%','75%' ], - labelLayout : 'horizontal', - label : editor.lang.select.value, - style : 'width:350px', - 'default' : '', - className : 'cke_disabled', - onLoad : function() - { - this.getInputElement().setAttribute( 'readOnly', true ); - }, - setup : function( name, element ) - { - if ( name == 'clear' ) - this.setValue( '' ); - else if ( name == 'option' && element.getAttribute( 'selected' ) ) - this.setValue( element.$.value ); - } - }, - { - type : 'hbox', - widths : [ '175px', '170px' ], - children : - [ - { - id : 'txtSize', - type : 'text', - labelLayout : 'horizontal', - label : editor.lang.select.size, - 'default' : '', - accessKey : 'S', - style : 'width:175px', - validate: function() - { - var func = CKEDITOR.dialog.validate.integer( editor.lang.common.validateNumberFailed ); - return ( ( this.getValue() === '' ) || func.apply( this ) ); - }, - setup : function( name, element ) - { - if ( name == 'select' ) - this.setValue( element.getAttribute( 'size' ) || '' ); - if ( CKEDITOR.env.webkit ) - this.getInputElement().setStyle( 'width', '86px' ); - }, - commit : function( element ) - { - if ( this.getValue() ) - element.setAttribute( 'size', this.getValue() ); - else - element.removeAttribute( 'size' ); - } - }, - { - type : 'html', - html : '<span>' + CKEDITOR.tools.htmlEncode( editor.lang.select.lines ) + '</span>' - } - ] - }, - { - type : 'html', - html : '<span>' + CKEDITOR.tools.htmlEncode( editor.lang.select.opAvail ) + '</span>' - }, - { - type : 'hbox', - widths : [ '115px', '115px' ,'100px' ], - children : - [ - { - type : 'vbox', - children : - [ - { - id : 'txtOptName', - type : 'text', - label : editor.lang.select.opText, - style : 'width:115px', - setup : function( name, element ) - { - if ( name == 'clear' ) - this.setValue( "" ); - } - }, - { - type : 'select', - id : 'cmbName', - label : '', - title : '', - size : 5, - style : 'width:115px;height:75px', - items : [], - onChange : function() - { - var dialog = this.getDialog(), - values = dialog.getContentElement( 'info', 'cmbValue' ), - optName = dialog.getContentElement( 'info', 'txtOptName' ), - optValue = dialog.getContentElement( 'info', 'txtOptValue' ), - iIndex = getSelectedIndex( this ); - - setSelectedIndex( values, iIndex ); - optName.setValue( this.getValue() ); - optValue.setValue( values.getValue() ); - }, - setup : function( name, element ) - { - if ( name == 'clear' ) - removeAllOptions( this ); - else if ( name == 'option' ) - addOption( this, element.getText(), element.getText(), - this.getDialog().getParentEditor().document ); - }, - commit : function( element ) - { - var dialog = this.getDialog(), - optionsNames = getOptions( this ), - optionsValues = getOptions( dialog.getContentElement( 'info', 'cmbValue' ) ), - selectValue = dialog.getContentElement( 'info', 'txtValue' ).getValue(); - - removeAllOptions( element ); - - for ( var i = 0 ; i < optionsNames.count() ; i++ ) - { - var oOption = addOption( element, optionsNames.getItem( i ).getValue(), - optionsValues.getItem( i ).getValue(), dialog.getParentEditor().document ); - if ( optionsValues.getItem( i ).getValue() == selectValue ) - { - oOption.setAttribute( 'selected', 'selected' ); - oOption.selected = true; - } - } - } - } - ] - }, - { - type : 'vbox', - children : - [ - { - id : 'txtOptValue', - type : 'text', - label : editor.lang.select.opValue, - style : 'width:115px', - setup : function( name, element ) - { - if ( name == 'clear' ) - this.setValue( "" ); - } - }, - { - type : 'select', - id : 'cmbValue', - label : '', - size : 5, - style : 'width:115px;height:75px', - items : [], - onChange : function() - { - var dialog = this.getDialog(), - names = dialog.getContentElement( 'info', 'cmbName' ), - optName = dialog.getContentElement( 'info', 'txtOptName' ), - optValue = dialog.getContentElement( 'info', 'txtOptValue' ), - iIndex = getSelectedIndex( this ); - - setSelectedIndex( names, iIndex ); - optName.setValue( names.getValue() ); - optValue.setValue( this.getValue() ); - }, - setup : function( name, element ) - { - if ( name == 'clear' ) - removeAllOptions( this ); - else if ( name == 'option' ) - { - var oValue = element.getValue(); - addOption( this, oValue, oValue, - this.getDialog().getParentEditor().document ); - if ( element.getAttribute( 'selected' ) == 'selected' ) - this.getDialog().getContentElement( 'info', 'txtValue' ).setValue( oValue ); - } - } - } - ] - }, - { - type : 'vbox', - padding : 5, - children : - [ - { - type : 'button', - id : 'btnAdd', - style : '', - label : editor.lang.select.btnAdd, - title : editor.lang.select.btnAdd, - style : 'width:100%;', - onClick : function() - { - //Add new option. - var dialog = this.getDialog(), - parentEditor = dialog.getParentEditor(), - optName = dialog.getContentElement( 'info', 'txtOptName' ), - optValue = dialog.getContentElement( 'info', 'txtOptValue' ), - names = dialog.getContentElement( 'info', 'cmbName' ), - values = dialog.getContentElement( 'info', 'cmbValue' ); - - addOption(names, optName.getValue(), optName.getValue(), dialog.getParentEditor().document ); - addOption(values, optValue.getValue(), optValue.getValue(), dialog.getParentEditor().document ); - - optName.setValue( "" ); - optValue.setValue( "" ); - } - }, - { - type : 'button', - id : 'btnModify', - label : editor.lang.select.btnModify, - title : editor.lang.select.btnModify, - style : 'width:100%;', - onClick : function() - { - //Modify selected option. - var dialog = this.getDialog(), - optName = dialog.getContentElement( 'info', 'txtOptName' ), - optValue = dialog.getContentElement( 'info', 'txtOptValue' ), - names = dialog.getContentElement( 'info', 'cmbName' ), - values = dialog.getContentElement( 'info', 'cmbValue' ), - iIndex = getSelectedIndex( names ); - - if ( iIndex >= 0 ) - { - modifyOption( names, iIndex, optName.getValue(), optName.getValue() ); - modifyOption( values, iIndex, optValue.getValue(), optValue.getValue() ); - } - } - }, - { - type : 'button', - id : 'btnUp', - style : 'width:100%;', - label : editor.lang.select.btnUp, - title : editor.lang.select.btnUp, - onClick : function() - { - //Move up. - var dialog = this.getDialog(), - names = dialog.getContentElement( 'info', 'cmbName' ), - values = dialog.getContentElement( 'info', 'cmbValue' ); - - changeOptionPosition( names, -1, dialog.getParentEditor().document ); - changeOptionPosition( values, -1, dialog.getParentEditor().document ); - } - }, - { - type : 'button', - id : 'btnDown', - style : 'width:100%;', - label : editor.lang.select.btnDown, - title : editor.lang.select.btnDown, - onClick : function() - { - //Move down. - var dialog = this.getDialog(), - names = dialog.getContentElement( 'info', 'cmbName' ), - values = dialog.getContentElement( 'info', 'cmbValue' ); - - changeOptionPosition( names, 1, dialog.getParentEditor().document ); - changeOptionPosition( values, 1, dialog.getParentEditor().document ); - } - } - ] - } - ] - }, - { - type : 'hbox', - widths : [ '40%', '20%', '40%' ], - children : - [ - { - type : 'button', - id : 'btnSetValue', - label : editor.lang.select.btnSetValue, - title : editor.lang.select.btnSetValue, - onClick : function() - { - //Set as default value. - var dialog = this.getDialog(), - values = dialog.getContentElement( 'info', 'cmbValue' ), - txtValue = dialog.getContentElement( 'info', 'txtValue' ); - txtValue.setValue( values.getValue() ); - } - }, - { - type : 'button', - id : 'btnDelete', - label : editor.lang.select.btnDelete, - title : editor.lang.select.btnDelete, - onClick : function() - { - // Delete option. - var dialog = this.getDialog(), - names = dialog.getContentElement( 'info', 'cmbName' ), - values = dialog.getContentElement( 'info', 'cmbValue' ), - optName = dialog.getContentElement( 'info', 'txtOptName' ), - optValue = dialog.getContentElement( 'info', 'txtOptValue' ); - - removeSelectedOptions( names ); - removeSelectedOptions( values ); - - optName.setValue( "" ); - optValue.setValue( "" ); - } - }, - { - id : 'chkMulti', - type : 'checkbox', - label : editor.lang.select.chkMulti, - 'default' : '', - accessKey : 'M', - value : "checked", - setup : function( name, element ) - { - if ( name == 'select' ) - this.setValue( element.getAttribute( 'multiple' ) ); - if ( CKEDITOR.env.webkit ) - this.getElement().getParent().setStyle( 'vertical-align', 'middle' ); - }, - commit : function( element ) - { - if ( this.getValue() ) - element.setAttribute( 'multiple', this.getValue() ); - else - element.removeAttribute( 'multiple' ); - } - } - ] - } - ] - } - ] - }; -}); diff --git a/skins/ckeditor/_source/plugins/forms/dialogs/textarea.js b/skins/ckeditor/_source/plugins/forms/dialogs/textarea.js deleted file mode 100644 index df29235..0000000 --- a/skins/ckeditor/_source/plugins/forms/dialogs/textarea.js +++ /dev/null @@ -1,114 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -CKEDITOR.dialog.add( 'textarea', function( editor ) -{ - return { - title : editor.lang.textarea.title, - minWidth : 350, - minHeight : 150, - onShow : function() - { - delete this.textarea; - - var element = this.getParentEditor().getSelection().getSelectedElement(); - if ( element && element.getName() == "textarea" ) - { - this.textarea = element; - this.setupContent( element ); - } - }, - onOk : function() - { - var editor, - element = this.textarea, - isInsertMode = !element; - - if ( isInsertMode ) - { - editor = this.getParentEditor(); - element = editor.document.createElement( 'textarea' ); - } - this.commitContent( element ); - - if ( isInsertMode ) - editor.insertElement( element ); - }, - contents : [ - { - id : 'info', - label : editor.lang.textarea.title, - title : editor.lang.textarea.title, - elements : [ - { - id : '_cke_saved_name', - type : 'text', - label : editor.lang.common.name, - 'default' : '', - accessKey : 'N', - setup : function( element ) - { - this.setValue( - element.data( 'cke-saved-name' ) || - element.getAttribute( 'name' ) || - '' ); - }, - commit : function( element ) - { - if ( this.getValue() ) - element.data( 'cke-saved-name', this.getValue() ); - else - { - element.data( 'cke-saved-name', false ); - element.removeAttribute( 'name' ); - } - } - }, - { - id : 'cols', - type : 'text', - label : editor.lang.textarea.cols, - 'default' : '', - accessKey : 'C', - style : 'width:50px', - validate : CKEDITOR.dialog.validate.integer( editor.lang.common.validateNumberFailed ), - setup : function( element ) - { - var value = element.hasAttribute( 'cols' ) && element.getAttribute( 'cols' ); - this.setValue( value || '' ); - }, - commit : function( element ) - { - if ( this.getValue() ) - element.setAttribute( 'cols', this.getValue() ); - else - element.removeAttribute( 'cols' ); - } - }, - { - id : 'rows', - type : 'text', - label : editor.lang.textarea.rows, - 'default' : '', - accessKey : 'R', - style : 'width:50px', - validate : CKEDITOR.dialog.validate.integer( editor.lang.common.validateNumberFailed ), - setup : function( element ) - { - var value = element.hasAttribute( 'rows' ) && element.getAttribute( 'rows' ); - this.setValue( value || '' ); - }, - commit : function( element ) - { - if ( this.getValue() ) - element.setAttribute( 'rows', this.getValue() ); - else - element.removeAttribute( 'rows' ); - } - } - ] - } - ] - }; -}); diff --git a/skins/ckeditor/_source/plugins/forms/dialogs/textfield.js b/skins/ckeditor/_source/plugins/forms/dialogs/textfield.js deleted file mode 100644 index cc250de..0000000 --- a/skins/ckeditor/_source/plugins/forms/dialogs/textfield.js +++ /dev/null @@ -1,199 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -CKEDITOR.dialog.add( 'textfield', function( editor ) -{ - var autoAttributes = - { - value : 1, - size : 1, - maxLength : 1 - }; - - var acceptedTypes = - { - text : 1, - password : 1 - }; - - return { - title : editor.lang.textfield.title, - minWidth : 350, - minHeight : 150, - onShow : function() - { - delete this.textField; - - var element = this.getParentEditor().getSelection().getSelectedElement(); - if ( element && element.getName() == "input" && - ( acceptedTypes[ element.getAttribute( 'type' ) ] || !element.getAttribute( 'type' ) ) ) - { - this.textField = element; - this.setupContent( element ); - } - }, - onOk : function() - { - var editor, - element = this.textField, - isInsertMode = !element; - - if ( isInsertMode ) - { - editor = this.getParentEditor(); - element = editor.document.createElement( 'input' ); - element.setAttribute( 'type', 'text' ); - } - - if ( isInsertMode ) - editor.insertElement( element ); - this.commitContent( { element : element } ); - }, - onLoad : function() - { - var autoSetup = function( element ) - { - var value = element.hasAttribute( this.id ) && element.getAttribute( this.id ); - this.setValue( value || '' ); - }; - - var autoCommit = function( data ) - { - var element = data.element; - var value = this.getValue(); - - if ( value ) - element.setAttribute( this.id, value ); - else - element.removeAttribute( this.id ); - }; - - this.foreach( function( contentObj ) - { - if ( autoAttributes[ contentObj.id ] ) - { - contentObj.setup = autoSetup; - contentObj.commit = autoCommit; - } - } ); - }, - contents : [ - { - id : 'info', - label : editor.lang.textfield.title, - title : editor.lang.textfield.title, - elements : [ - { - type : 'hbox', - widths : [ '50%', '50%' ], - children : - [ - { - id : '_cke_saved_name', - type : 'text', - label : editor.lang.textfield.name, - 'default' : '', - accessKey : 'N', - setup : function( element ) - { - this.setValue( - element.data( 'cke-saved-name' ) || - element.getAttribute( 'name' ) || - '' ); - }, - commit : function( data ) - { - var element = data.element; - - if ( this.getValue() ) - element.data( 'cke-saved-name', this.getValue() ); - else - { - element.data( 'cke-saved-name', false ); - element.removeAttribute( 'name' ); - } - } - }, - { - id : 'value', - type : 'text', - label : editor.lang.textfield.value, - 'default' : '', - accessKey : 'V' - } - ] - }, - { - type : 'hbox', - widths : [ '50%', '50%' ], - children : - [ - { - id : 'size', - type : 'text', - label : editor.lang.textfield.charWidth, - 'default' : '', - accessKey : 'C', - style : 'width:50px', - validate : CKEDITOR.dialog.validate.integer( editor.lang.common.validateNumberFailed ) - }, - { - id : 'maxLength', - type : 'text', - label : editor.lang.textfield.maxChars, - 'default' : '', - accessKey : 'M', - style : 'width:50px', - validate : CKEDITOR.dialog.validate.integer( editor.lang.common.validateNumberFailed ) - } - ], - onLoad : function() - { - // Repaint the style for IE7 (#6068) - if ( CKEDITOR.env.ie7Compat ) - this.getElement().setStyle( 'zoom', '100%' ); - } - }, - { - id : 'type', - type : 'select', - label : editor.lang.textfield.type, - 'default' : 'text', - accessKey : 'M', - items : - [ - [ editor.lang.textfield.typeText, 'text' ], - [ editor.lang.textfield.typePass, 'password' ] - ], - setup : function( element ) - { - this.setValue( element.getAttribute( 'type' ) ); - }, - commit : function( data ) - { - var element = data.element; - - if ( CKEDITOR.env.ie ) - { - var elementType = element.getAttribute( 'type' ); - var myType = this.getValue(); - - if ( elementType != myType ) - { - var replace = CKEDITOR.dom.element.createFromHtml( '<input type="' + myType + '"></input>', editor.document ); - element.copyAttributes( replace, { type : 1 } ); - replace.replace( element ); - editor.getSelection().selectElement( replace ); - data.element = replace; - } - } - else - element.setAttribute( 'type', this.getValue() ); - } - } - ] - } - ] - }; -}); diff --git a/skins/ckeditor/_source/plugins/forms/images/hiddenfield.gif b/skins/ckeditor/_source/plugins/forms/images/hiddenfield.gif deleted file mode 100644 index 953f643..0000000 Binary files a/skins/ckeditor/_source/plugins/forms/images/hiddenfield.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/forms/plugin.js b/skins/ckeditor/_source/plugins/forms/plugin.js deleted file mode 100644 index 5caac87..0000000 --- a/skins/ckeditor/_source/plugins/forms/plugin.js +++ /dev/null @@ -1,288 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file Forms Plugin - */ - -CKEDITOR.plugins.add( 'forms', -{ - init : function( editor ) - { - var lang = editor.lang; - - editor.addCss( - 'form' + - '{' + - 'border: 1px dotted #FF0000;' + - 'padding: 2px;' + - '}\n' ); - - editor.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;' + - '}' ); - - // All buttons use the same code to register. So, to avoid - // duplications, let's use this tool function. - var addButtonCommand = function( buttonName, commandName, dialogFile ) - { - editor.addCommand( commandName, new CKEDITOR.dialogCommand( commandName ) ); - - editor.ui.addButton( buttonName, - { - label : lang.common[ buttonName.charAt(0).toLowerCase() + buttonName.slice(1) ], - command : commandName - }); - CKEDITOR.dialog.add( commandName, dialogFile ); - }; - - var dialogPath = this.path + 'dialogs/'; - addButtonCommand( 'Form', 'form', dialogPath + 'form.js' ); - addButtonCommand( 'Checkbox', 'checkbox', dialogPath + 'checkbox.js' ); - addButtonCommand( 'Radio', 'radio', dialogPath + 'radio.js' ); - addButtonCommand( 'TextField', 'textfield', dialogPath + 'textfield.js' ); - addButtonCommand( 'Textarea', 'textarea', dialogPath + 'textarea.js' ); - addButtonCommand( 'Select', 'select', dialogPath + 'select.js' ); - addButtonCommand( 'Button', 'button', dialogPath + 'button.js' ); - addButtonCommand( 'ImageButton', 'imagebutton', CKEDITOR.plugins.getPath('image') + 'dialogs/image.js' ); - addButtonCommand( 'HiddenField', 'hiddenfield', dialogPath + 'hiddenfield.js' ); - - // If the "menu" plugin is loaded, register the menu items. - if ( editor.addMenuItems ) - { - editor.addMenuItems( - { - form : - { - label : lang.form.menu, - command : 'form', - group : 'form' - }, - - checkbox : - { - label : lang.checkboxAndRadio.checkboxTitle, - command : 'checkbox', - group : 'checkbox' - }, - - radio : - { - label : lang.checkboxAndRadio.radioTitle, - command : 'radio', - group : 'radio' - }, - - textfield : - { - label : lang.textfield.title, - command : 'textfield', - group : 'textfield' - }, - - hiddenfield : - { - label : lang.hidden.title, - command : 'hiddenfield', - group : 'hiddenfield' - }, - - imagebutton : - { - label : lang.image.titleButton, - command : 'imagebutton', - group : 'imagebutton' - }, - - button : - { - label : lang.button.title, - command : 'button', - group : 'button' - }, - - select : - { - label : lang.select.title, - command : 'select', - group : 'select' - }, - - textarea : - { - label : lang.textarea.title, - command : 'textarea', - group : 'textarea' - } - }); - } - - // If the "contextmenu" plugin is loaded, register the listeners. - if ( editor.contextMenu ) - { - editor.contextMenu.addListener( function( element ) - { - if ( element && element.hasAscendant( 'form', true ) && !element.isReadOnly() ) - return { form : CKEDITOR.TRISTATE_OFF }; - }); - - editor.contextMenu.addListener( function( element ) - { - if ( element && !element.isReadOnly() ) - { - var name = element.getName(); - - if ( name == 'select' ) - return { select : CKEDITOR.TRISTATE_OFF }; - - if ( name == 'textarea' ) - return { textarea : CKEDITOR.TRISTATE_OFF }; - - if ( name == 'input' ) - { - switch( element.getAttribute( 'type' ) ) - { - 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 { imagebutton : CKEDITOR.TRISTATE_OFF }; - - default : - return { textfield : CKEDITOR.TRISTATE_OFF }; - } - } - - if ( name == 'img' && element.data( 'cke-real-element-type' ) == 'hiddenfield' ) - return { hiddenfield : CKEDITOR.TRISTATE_OFF }; - } - }); - } - - editor.on( 'doubleclick', function( evt ) - { - var element = evt.data.element; - - if ( element.is( 'form' ) ) - evt.data.dialog = 'form'; - else if ( element.is( 'select' ) ) - evt.data.dialog = 'select'; - else if ( element.is( 'textarea' ) ) - evt.data.dialog = 'textarea'; - else if ( element.is( 'img' ) && element.data( 'cke-real-element-type' ) == 'hiddenfield' ) - evt.data.dialog = 'hiddenfield'; - else if ( element.is( 'input' ) ) - { - switch ( element.getAttribute( 'type' ) ) - { - case 'button' : - case 'submit' : - case 'reset' : - evt.data.dialog = 'button'; - break; - case 'checkbox' : - evt.data.dialog = 'checkbox'; - break; - case 'radio' : - evt.data.dialog = 'radio'; - break; - case 'image' : - evt.data.dialog = 'imagebutton'; - break; - default : - evt.data.dialog = 'textfield'; - break; - } - } - }); - }, - - afterInit : function( editor ) - { - var dataProcessor = editor.dataProcessor, - htmlFilter = dataProcessor && dataProcessor.htmlFilter, - dataFilter = dataProcessor && dataProcessor.dataFilter; - - // Cleanup certain IE form elements default values. - if ( CKEDITOR.env.ie ) - { - htmlFilter && htmlFilter.addRules( - { - elements : - { - input : function( input ) - { - var attrs = input.attributes, - type = attrs.type; - // Old IEs don't provide type for Text inputs #5522 - if ( !type ) - attrs.type = 'text'; - if ( type == 'checkbox' || type == 'radio' ) - attrs.value == 'on' && delete attrs.value; - } - } - } ); - } - - if ( dataFilter ) - { - dataFilter.addRules( - { - elements : - { - input : function( element ) - { - if ( element.attributes.type == 'hidden' ) - return editor.createFakeParserElement( element, 'cke_hidden', 'hiddenfield' ); - } - } - } ); - } - }, - requires : [ 'image', 'fakeobjects' ] -} ); - -if ( CKEDITOR.env.ie ) -{ - CKEDITOR.dom.element.prototype.hasAttribute = CKEDITOR.tools.override( CKEDITOR.dom.element.prototype.hasAttribute, - function( original ) - { - return function( name ) - { - var $attr = this.$.attributes.getNamedItem( name ); - - if ( this.getName() == 'input' ) - { - switch ( name ) - { - case 'class' : - return this.$.className.length > 0; - case 'checked' : - return !!this.$.checked; - case 'value' : - var type = this.getAttribute( 'type' ); - return type == 'checkbox' || type == 'radio' ? this.$.value != 'on' : this.$.value; - } - } - - return original.apply( this, arguments ); - }; - }); -} diff --git a/skins/ckeditor/_source/plugins/horizontalrule/plugin.js b/skins/ckeditor/_source/plugins/horizontalrule/plugin.js deleted file mode 100644 index 3eac319..0000000 --- a/skins/ckeditor/_source/plugins/horizontalrule/plugin.js +++ /dev/null @@ -1,48 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file Horizontal Rule plugin. - */ - -(function() -{ - var horizontalruleCmd = - { - canUndo : false, // The undo snapshot will be handled by 'insertElement'. - exec : function( editor ) - { - var hr = editor.document.createElement( 'hr' ), - range = new CKEDITOR.dom.range( editor.document ); - - editor.insertElement( hr ); - - // If there's nothing or a non-editable block followed by, establish a new paragraph - // to make sure cursor is not trapped. - range.moveToPosition( hr, CKEDITOR.POSITION_AFTER_END ); - var next = hr.getNext(); - if ( !next || next.type == CKEDITOR.NODE_ELEMENT && !next.isEditable() ) - range.fixBlock( true, editor.config.enterMode == CKEDITOR.ENTER_DIV ? 'div' : 'p' ); - - range.select(); - } - }; - - var pluginName = 'horizontalrule'; - - // Register a plugin named "horizontalrule". - CKEDITOR.plugins.add( pluginName, - { - init : function( editor ) - { - editor.addCommand( pluginName, horizontalruleCmd ); - editor.ui.addButton( 'HorizontalRule', - { - label : editor.lang.horizontalrule, - command : pluginName - }); - } - }); -})(); diff --git a/skins/ckeditor/_source/plugins/htmldataprocessor/plugin.js b/skins/ckeditor/_source/plugins/htmldataprocessor/plugin.js deleted file mode 100644 index ad6fa47..0000000 --- a/skins/ckeditor/_source/plugins/htmldataprocessor/plugin.js +++ /dev/null @@ -1,595 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - // Regex to scan for at the end of blocks, which are actually placeholders. - // Safari transforms the to \xa0. (#4172) - var tailNbspRegex = /^[\t\r\n ]*(?: |\xa0)$/; - - var protectedSourceMarker = '{cke_protected}'; - - // Return the last non-space child node of the block (#4344). - function lastNoneSpaceChild( block ) - { - var lastIndex = block.children.length, - last = block.children[ lastIndex - 1 ]; - while ( last && last.type == CKEDITOR.NODE_TEXT && !CKEDITOR.tools.trim( last.value ) ) - last = block.children[ --lastIndex ]; - return last; - } - - function trimFillers( block, fromSource ) - { - // If the current node is a block, and if we're converting from source or - // we're not in IE then search for and remove any tailing BR node. - // - // Also, any at the end of blocks are fillers, remove them as well. - // (#2886) - var children = block.children, lastChild = lastNoneSpaceChild( block ); - if ( lastChild ) - { - if ( ( fromSource || !CKEDITOR.env.ie ) && lastChild.type == CKEDITOR.NODE_ELEMENT && lastChild.name == 'br' ) - children.pop(); - if ( lastChild.type == CKEDITOR.NODE_TEXT && tailNbspRegex.test( lastChild.value ) ) - children.pop(); - } - } - - function blockNeedsExtension( block, fromSource, extendEmptyBlock ) - { - if( !fromSource && ( !extendEmptyBlock || - typeof extendEmptyBlock == 'function' && ( extendEmptyBlock( block ) === false ) ) ) - return false; - - // 1. For IE version >=8, empty blocks are displayed correctly themself in wysiwiyg; - // 2. For the rest, at least table cell and list item need no filler space. - // (#6248) - if ( fromSource && CKEDITOR.env.ie && - ( document.documentMode > 7 - || block.name in CKEDITOR.dtd.tr - || block.name in CKEDITOR.dtd.$listItem ) ) - return false; - - var lastChild = lastNoneSpaceChild( block ); - - return !lastChild || lastChild && - ( lastChild.type == CKEDITOR.NODE_ELEMENT && lastChild.name == 'br' - // Some of the controls in form needs extension too, - // to move cursor at the end of the form. (#4791) - || block.name == 'form' && lastChild.name == 'input' ); - } - - function getBlockExtension( isOutput, emptyBlockFiller ) - { - return function( node ) - { - trimFillers( node, !isOutput ); - - if ( blockNeedsExtension( node, !isOutput, emptyBlockFiller ) ) - { - if ( isOutput || CKEDITOR.env.ie ) - node.add( new CKEDITOR.htmlParser.text( '\xa0' ) ); - else - node.add( new CKEDITOR.htmlParser.element( 'br', {} ) ); - } - }; - } - - var dtd = CKEDITOR.dtd; - - // Define orders of table elements. - var tableOrder = [ 'caption', 'colgroup', 'col', 'thead', 'tfoot', 'tbody' ]; - - // Find out the list of block-like tags that can contain <br>. - var blockLikeTags = CKEDITOR.tools.extend( {}, dtd.$block, dtd.$listItem, dtd.$tableContent ); - for ( var i in blockLikeTags ) - { - if ( ! ( 'br' in dtd[i] ) ) - delete blockLikeTags[i]; - } - // We just avoid filler in <pre> right now. - // TODO: Support filler for <pre>, line break is also occupy line height. - delete blockLikeTags.pre; - var defaultDataFilterRules = - { - elements : {}, - attributeNames : - [ - // Event attributes (onXYZ) must not be directly set. They can become - // active in the editing area (IE|WebKit). - [ ( /^on/ ), 'data-cke-pa-on' ] - ] - }; - - var defaultDataBlockFilterRules = { elements : {} }; - - for ( i in blockLikeTags ) - defaultDataBlockFilterRules.elements[ i ] = getBlockExtension(); - - var defaultHtmlFilterRules = - { - elementNames : - [ - // Remove the "cke:" namespace prefix. - [ ( /^cke:/ ), '' ], - - // Ignore <?xml:namespace> tags. - [ ( /^\?xml:namespace$/ ), '' ] - ], - - attributeNames : - [ - // Attributes saved for changes and protected attributes. - [ ( /^data-cke-(saved|pa)-/ ), '' ], - - // All "data-cke-" attributes are to be ignored. - [ ( /^data-cke-.*/ ), '' ], - - [ 'hidefocus', '' ] - ], - - elements : - { - $ : function( element ) - { - var attribs = element.attributes; - - if ( attribs ) - { - // Elements marked as temporary are to be ignored. - if ( attribs[ 'data-cke-temp' ] ) - return false; - - // Remove duplicated attributes - #3789. - var attributeNames = [ 'name', 'href', 'src' ], - savedAttributeName; - for ( var i = 0 ; i < attributeNames.length ; i++ ) - { - savedAttributeName = 'data-cke-saved-' + attributeNames[ i ]; - savedAttributeName in attribs && ( delete attribs[ attributeNames[ i ] ] ); - } - } - - return element; - }, - - // The contents of table should be in correct order (#4809). - table : function( element ) - { - var children = element.children; - children.sort( function ( node1, node2 ) - { - return node1.type == CKEDITOR.NODE_ELEMENT && node2.type == node1.type ? - CKEDITOR.tools.indexOf( tableOrder, node1.name ) > CKEDITOR.tools.indexOf( tableOrder, node2.name ) ? 1 : -1 : 0; - } ); - }, - - embed : function( element ) - { - var parent = element.parent; - - // If the <embed> is child of a <object>, copy the width - // and height attributes from it. - if ( parent && parent.name == 'object' ) - { - var parentWidth = parent.attributes.width, - parentHeight = parent.attributes.height; - parentWidth && ( element.attributes.width = parentWidth ); - parentHeight && ( element.attributes.height = parentHeight ); - } - }, - // Restore param elements into self-closing. - param : function( param ) - { - param.children = []; - param.isEmpty = true; - return param; - }, - - // Remove empty link but not empty anchor.(#3829) - a : function( element ) - { - if ( !( element.children.length || - element.attributes.name || - element.attributes[ 'data-cke-saved-name' ] ) ) - { - return false; - } - }, - - // Remove dummy span in webkit. - span: function( element ) - { - if ( element.attributes[ 'class' ] == 'Apple-style-span' ) - delete element.name; - }, - - // Empty <pre> in IE is reported with filler node ( ). - pre : function( element ) { CKEDITOR.env.ie && trimFillers( element ); }, - - html : function( element ) - { - delete element.attributes.contenteditable; - delete element.attributes[ 'class' ]; - }, - - body : function( element ) - { - delete element.attributes.spellcheck; - delete element.attributes.contenteditable; - }, - - style : function( element ) - { - var child = element.children[ 0 ]; - child && child.value && ( child.value = CKEDITOR.tools.trim( child.value )); - - if ( !element.attributes.type ) - element.attributes.type = 'text/css'; - }, - - title : function( element ) - { - var titleText = element.children[ 0 ]; - titleText && ( titleText.value = element.attributes[ 'data-cke-title' ] || '' ); - } - }, - - attributes : - { - 'class' : function( value, element ) - { - // Remove all class names starting with "cke_". - return CKEDITOR.tools.ltrim( value.replace( /(?:^|\s+)cke_[^\s]*/g, '' ) ) || false; - } - } - }; - - if ( CKEDITOR.env.ie ) - { - // IE outputs style attribute in capital letters. We should convert - // them back to lower case, while not hurting the values (#5930) - defaultHtmlFilterRules.attributes.style = function( value, element ) - { - return value.replace( /(^|;)([^\:]+)/g, function( match ) - { - return match.toLowerCase(); - }); - }; - } - - function protectReadOnly( element ) - { - var attrs = element.attributes; - - // We should flag that the element was locked by our code so - // it'll be editable by the editor functions (#6046). - if ( attrs.contenteditable != "false" ) - attrs[ 'data-cke-editable' ] = attrs.contenteditable ? 'true' : 1; - - attrs.contenteditable = "false"; - } - function unprotectReadyOnly( element ) - { - var attrs = element.attributes; - switch( attrs[ 'data-cke-editable' ] ) - { - case 'true': attrs.contenteditable = 'true'; break; - case '1': delete attrs.contenteditable; break; - } - } - // Disable form elements editing mode provided by some browers. (#5746) - for ( i in { input : 1, textarea : 1 } ) - { - defaultDataFilterRules.elements[ i ] = protectReadOnly; - defaultHtmlFilterRules.elements[ i ] = unprotectReadyOnly; - } - - var protectElementRegex = /<(a|area|img|input)\b([^>]*)>/gi, - protectAttributeRegex = /\b(href|src|name)\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|(?:[^ "'>]+))/gi; - - var protectElementsRegex = /(?:<style(?=[ >])[^>]*>[\s\S]*<\/style>)|(?:<(:?link|meta|base)[^>]*>)/gi, - encodedElementsRegex = /<cke:encoded>([^<]*)<\/cke:encoded>/gi; - - var protectElementNamesRegex = /(<\/?)((?:object|embed|param|html|body|head|title)[^>]*>)/gi, - unprotectElementNamesRegex = /(<\/?)cke:((?:html|body|head|title)[^>]*>)/gi; - - var protectSelfClosingRegex = /<cke:(param|embed)([^>]*?)\/?>(?!\s*<\/cke:\1)/gi; - - function protectAttributes( html ) - { - return html.replace( protectElementRegex, function( element, tag, attributes ) - { - return '<' + tag + attributes.replace( protectAttributeRegex, function( fullAttr, attrName ) - { - // We should not rewrite the existed protected attributes, e.g. clipboard content from editor. (#5218) - if ( attributes.indexOf( 'data-cke-saved-' + attrName ) == -1 ) - return ' data-cke-saved-' + fullAttr + ' ' + fullAttr; - - return fullAttr; - }) + '>'; - }); - } - - function protectElements( html ) - { - return html.replace( protectElementsRegex, function( match ) - { - return '<cke:encoded>' + encodeURIComponent( match ) + '</cke:encoded>'; - }); - } - - function unprotectElements( html ) - { - return html.replace( encodedElementsRegex, function( match, encoded ) - { - return decodeURIComponent( encoded ); - }); - } - - function protectElementsNames( html ) - { - return html.replace( protectElementNamesRegex, '$1cke:$2'); - } - - function unprotectElementNames( html ) - { - return html.replace( unprotectElementNamesRegex, '$1$2' ); - } - - function protectSelfClosingElements( html ) - { - return html.replace( protectSelfClosingRegex, '<cke:$1$2></cke:$1>' ); - } - - function protectPreFormatted( html ) - { - return html.replace( /(<pre\b[^>]*>)(\r\n|\n)/g, '$1$2$2' ); - } - - function protectRealComments( html ) - { - return html.replace( /<!--(?!{cke_protected})[\s\S]+?-->/g, function( match ) - { - return '<!--' + protectedSourceMarker + - '{C}' + - encodeURIComponent( match ).replace( /--/g, '%2D%2D' ) + - '-->'; - }); - } - - function unprotectRealComments( html ) - { - return html.replace( /<!--\{cke_protected\}\{C\}([\s\S]+?)-->/g, function( match, data ) - { - return decodeURIComponent( data ); - }); - } - - function unprotectSource( html, editor ) - { - var store = editor._.dataStore; - - return html.replace( /<!--\{cke_protected\}([\s\S]+?)-->/g, function( match, data ) - { - return decodeURIComponent( data ); - }).replace( /\{cke_protected_(\d+)\}/g, function( match, id ) - { - return store && store[ id ] || ''; - }); - } - - function protectSource( data, editor ) - { - var protectedHtml = [], - protectRegexes = editor.config.protectedSource, - store = editor._.dataStore || ( editor._.dataStore = { id : 1 } ), - tempRegex = /<\!--\{cke_temp(comment)?\}(\d*?)-->/g; - - var regexes = - [ - // Script tags will also be forced to be protected, otherwise - // IE will execute them. - ( /<script[\s\S]*?<\/script>/gi ), - - // <noscript> tags (get lost in IE and messed up in FF). - /<noscript[\s\S]*?<\/noscript>/gi - ] - .concat( protectRegexes ); - - // First of any other protection, we must protect all comments - // to avoid loosing them (of course, IE related). - // Note that we use a different tag for comments, as we need to - // transform them when applying filters. - data = data.replace( (/<!--[\s\S]*?-->/g), function( match ) - { - return '<!--{cke_tempcomment}' + ( protectedHtml.push( match ) - 1 ) + '-->'; - }); - - for ( var i = 0 ; i < regexes.length ; i++ ) - { - data = data.replace( regexes[i], function( match ) - { - match = match.replace( tempRegex, // There could be protected source inside another one. (#3869). - function( $, isComment, id ) - { - return protectedHtml[ id ]; - } - ); - - // Avoid protecting over protected, e.g. /\{.*?\}/ - return ( /cke_temp(comment)?/ ).test( match ) ? match - : '<!--{cke_temp}' + ( protectedHtml.push( match ) - 1 ) + '-->'; - }); - } - data = data.replace( tempRegex, function( $, isComment, id ) - { - return '<!--' + protectedSourceMarker + - ( isComment ? '{C}' : '' ) + - encodeURIComponent( protectedHtml[ id ] ).replace( /--/g, '%2D%2D' ) + - '-->'; - } - ); - - // Different protection pattern is used for those that - // live in attributes to avoid from being HTML encoded. - return data.replace( /(['"]).*?\1/g, function ( match ) - { - return match.replace( /<!--\{cke_protected\}([\s\S]+?)-->/g, function( match, data ) - { - store[ store.id ] = decodeURIComponent( data ); - return '{cke_protected_'+ ( store.id++ ) + '}'; - }); - }); - } - - CKEDITOR.plugins.add( 'htmldataprocessor', - { - requires : [ 'htmlwriter' ], - - init : function( editor ) - { - var dataProcessor = editor.dataProcessor = new CKEDITOR.htmlDataProcessor( editor ); - - dataProcessor.writer.forceSimpleAmpersand = editor.config.forceSimpleAmpersand; - - dataProcessor.dataFilter.addRules( defaultDataFilterRules ); - dataProcessor.dataFilter.addRules( defaultDataBlockFilterRules ); - dataProcessor.htmlFilter.addRules( defaultHtmlFilterRules ); - - var defaultHtmlBlockFilterRules = { elements : {} }; - for ( i in blockLikeTags ) - defaultHtmlBlockFilterRules.elements[ i ] = getBlockExtension( true, editor.config.fillEmptyBlocks ); - - dataProcessor.htmlFilter.addRules( defaultHtmlBlockFilterRules ); - }, - - onLoad : function() - { - ! ( 'fillEmptyBlocks' in CKEDITOR.config ) && ( CKEDITOR.config.fillEmptyBlocks = 1 ); - } - }); - - CKEDITOR.htmlDataProcessor = function( editor ) - { - this.editor = editor; - - this.writer = new CKEDITOR.htmlWriter(); - this.dataFilter = new CKEDITOR.htmlParser.filter(); - this.htmlFilter = new CKEDITOR.htmlParser.filter(); - }; - - CKEDITOR.htmlDataProcessor.prototype = - { - toHtml : function( data, fixForBody ) - { - // The source data is already HTML, but we need to clean - // it up and apply the filter. - - data = protectSource( data, this.editor ); - - // Before anything, we must protect the URL attributes as the - // browser may changing them when setting the innerHTML later in - // the code. - data = protectAttributes( data ); - - // Protect elements than can't be set inside a DIV. E.g. IE removes - // style tags from innerHTML. (#3710) - data = protectElements( data ); - - // Certain elements has problem to go through DOM operation, protect - // them by prefixing 'cke' namespace. (#3591) - data = protectElementsNames( data ); - - // All none-IE browsers ignore self-closed custom elements, - // protecting them into open-close. (#3591) - data = protectSelfClosingElements( data ); - - // Compensate one leading line break after <pre> open as browsers - // eat it up. (#5789) - data = protectPreFormatted( data ); - - // Call the browser to help us fixing a possibly invalid HTML - // structure. - var div = new CKEDITOR.dom.element( 'div' ); - // Add fake character to workaround IE comments bug. (#3801) - div.setHtml( 'a' + data ); - data = div.getHtml().substr( 1 ); - - // Unprotect "some" of the protected elements at this point. - data = unprotectElementNames( data ); - - data = unprotectElements( data ); - - // Restore the comments that have been protected, in this way they - // can be properly filtered. - data = unprotectRealComments( data ); - - // Now use our parser to make further fixes to the structure, as - // well as apply the filter. - var fragment = CKEDITOR.htmlParser.fragment.fromHtml( data, fixForBody ), - writer = new CKEDITOR.htmlParser.basicWriter(); - - fragment.writeHtml( writer, this.dataFilter ); - data = writer.getHtml( true ); - - // Protect the real comments again. - data = protectRealComments( data ); - - return data; - }, - - toDataFormat : function( html, fixForBody ) - { - var writer = this.writer, - fragment = CKEDITOR.htmlParser.fragment.fromHtml( html, fixForBody ); - - writer.reset(); - - fragment.writeHtml( writer, this.htmlFilter ); - - var data = writer.getHtml( true ); - - // Restore those non-HTML protected source. (#4475,#4880) - data = unprotectRealComments( data ); - data = unprotectSource( data, this.editor ); - - return data; - } - }; -})(); - -/** - * Whether to force using "&" instead of "&amp;" in elements attributes - * values, it's not recommended to change this setting for compliance with the - * W3C XHTML 1.0 standards (<a href="http://www.w3.org/TR/xhtml1/#C_12">C.12, XHTML 1.0</a>). - * @name CKEDITOR.config.forceSimpleAmpersand - * @name CKEDITOR.config.forceSimpleAmpersand - * @type Boolean - * @default false - * @example - * config.forceSimpleAmpersand = false; - */ - -/** - * Whether a filler text (non-breaking space entity - ) will be inserted into empty block elements in HTML output, - * this is used to render block elements properly with line-height; When a function is instead specified, - * it'll be passed a {@link CKEDITOR.htmlParser.element} to decide whether adding the filler text - * by expecting a boolean return value. - * @name CKEDITOR.config.fillEmptyBlocks - * @since 3.5 - * @type Boolean - * @default true - * @example - * config.fillEmptyBlocks = false; // Prevent filler nodes in all empty blocks. - * - * // Prevent filler node only in float cleaners. - * config.fillEmptyBlocks = function( element ) - * { - * if ( element.attributes[ 'class' ].indexOf ( 'clear-both' ) != -1 ) - * return false; - * } - */ diff --git a/skins/ckeditor/_source/plugins/htmlwriter/plugin.js b/skins/ckeditor/_source/plugins/htmlwriter/plugin.js deleted file mode 100644 index d06a125..0000000 --- a/skins/ckeditor/_source/plugins/htmlwriter/plugin.js +++ /dev/null @@ -1,319 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'htmlwriter' ); - -/** - * Class used to write HTML data. - * @constructor - * @example - * var writer = new CKEDITOR.htmlWriter(); - * writer.openTag( 'p' ); - * writer.attribute( 'class', 'MyClass' ); - * writer.openTagClose( 'p' ); - * writer.text( 'Hello' ); - * writer.closeTag( 'p' ); - * alert( writer.getHtml() ); "<p class="MyClass">Hello</p>" - */ -CKEDITOR.htmlWriter = CKEDITOR.tools.createClass( -{ - base : CKEDITOR.htmlParser.basicWriter, - - $ : function() - { - // Call the base contructor. - this.base(); - - /** - * The characters to be used for each identation step. - * @type String - * @default "\t" (tab) - * @example - * // Use two spaces for indentation. - * editorInstance.dataProcessor.writer.indentationChars = ' '; - */ - this.indentationChars = '\t'; - - /** - * The characters to be used to close "self-closing" elements, like "br" or - * "img". - * @type String - * @default " />" - * @example - * // Use HTML4 notation for self-closing elements. - * editorInstance.dataProcessor.writer.selfClosingEnd = '>'; - */ - this.selfClosingEnd = ' />'; - - /** - * The characters to be used for line breaks. - * @type String - * @default "\n" (LF) - * @example - * // Use CRLF for line breaks. - * editorInstance.dataProcessor.writer.lineBreakChars = '\r\n'; - */ - this.lineBreakChars = '\n'; - - this.forceSimpleAmpersand = 0; - - this.sortAttributes = 1; - - this._.indent = 0; - this._.indentation = ''; - // Indicate preformatted block context status. (#5789) - this._.inPre = 0; - this._.rules = {}; - - var dtd = CKEDITOR.dtd; - - for ( var e in CKEDITOR.tools.extend( {}, dtd.$nonBodyContent, dtd.$block, dtd.$listItem, dtd.$tableContent ) ) - { - this.setRules( e, - { - indent : 1, - breakBeforeOpen : 1, - breakAfterOpen : 1, - breakBeforeClose : !dtd[ e ][ '#' ], - breakAfterClose : 1 - }); - } - - this.setRules( 'br', - { - breakAfterOpen : 1 - }); - - this.setRules( 'title', - { - indent : 0, - breakAfterOpen : 0 - }); - - this.setRules( 'style', - { - indent : 0, - breakBeforeClose : 1 - }); - - // Disable indentation on <pre>. - this.setRules( 'pre', - { - indent : 0 - }); - }, - - proto : - { - /** - * Writes the tag opening part for a opener tag. - * @param {String} tagName The element name for this tag. - * @param {Object} attributes The attributes defined for this tag. The - * attributes could be used to inspect the tag. - * @example - * // Writes "<p". - * writer.openTag( 'p', { class : 'MyClass', id : 'MyId' } ); - */ - openTag : function( tagName, attributes ) - { - var rules = this._.rules[ tagName ]; - - if ( this._.indent ) - this.indentation(); - // Do not break if indenting. - else if ( rules && rules.breakBeforeOpen ) - { - this.lineBreak(); - this.indentation(); - } - - this._.output.push( '<', tagName ); - }, - - /** - * Writes the tag closing part for a opener tag. - * @param {String} tagName The element name for this tag. - * @param {Boolean} isSelfClose Indicates that this is a self-closing tag, - * like "br" or "img". - * @example - * // Writes ">". - * writer.openTagClose( 'p', false ); - * @example - * // Writes " />". - * writer.openTagClose( 'br', true ); - */ - openTagClose : function( tagName, isSelfClose ) - { - var rules = this._.rules[ tagName ]; - - if ( isSelfClose ) - this._.output.push( this.selfClosingEnd ); - else - { - this._.output.push( '>' ); - - if ( rules && rules.indent ) - this._.indentation += this.indentationChars; - } - - if ( rules && rules.breakAfterOpen ) - this.lineBreak(); - tagName == 'pre' && ( this._.inPre = 1 ); - }, - - /** - * Writes an attribute. This function should be called after opening the - * tag with {@link #openTagClose}. - * @param {String} attName The attribute name. - * @param {String} attValue The attribute value. - * @example - * // Writes ' class="MyClass"'. - * writer.attribute( 'class', 'MyClass' ); - */ - attribute : function( attName, attValue ) - { - - if ( typeof attValue == 'string' ) - { - this.forceSimpleAmpersand && ( attValue = attValue.replace( /&/g, '&' ) ); - // Browsers don't always escape special character in attribute values. (#4683, #4719). - attValue = CKEDITOR.tools.htmlEncodeAttr( attValue ); - } - - this._.output.push( ' ', attName, '="', attValue, '"' ); - }, - - /** - * Writes a closer tag. - * @param {String} tagName The element name for this tag. - * @example - * // Writes "</p>". - * writer.closeTag( 'p' ); - */ - closeTag : function( tagName ) - { - var rules = this._.rules[ tagName ]; - - if ( rules && rules.indent ) - this._.indentation = this._.indentation.substr( this.indentationChars.length ); - - if ( this._.indent ) - this.indentation(); - // Do not break if indenting. - else if ( rules && rules.breakBeforeClose ) - { - this.lineBreak(); - this.indentation(); - } - - this._.output.push( '</', tagName, '>' ); - tagName == 'pre' && ( this._.inPre = 0 ); - - if ( rules && rules.breakAfterClose ) - this.lineBreak(); - }, - - /** - * Writes text. - * @param {String} text The text value - * @example - * // Writes "Hello Word". - * writer.text( 'Hello Word' ); - */ - text : function( text ) - { - if ( this._.indent ) - { - this.indentation(); - !this._.inPre && ( text = CKEDITOR.tools.ltrim( text ) ); - } - - this._.output.push( text ); - }, - - /** - * Writes a comment. - * @param {String} comment The comment text. - * @example - * // Writes "<!-- My comment -->". - * writer.comment( ' My comment ' ); - */ - comment : function( comment ) - { - if ( this._.indent ) - this.indentation(); - - this._.output.push( '<!--', comment, '-->' ); - }, - - /** - * Writes a line break. It uses the {@link #lineBreakChars} property for it. - * @example - * // Writes "\n" (e.g.). - * writer.lineBreak(); - */ - lineBreak : function() - { - if ( !this._.inPre && this._.output.length > 0 ) - this._.output.push( this.lineBreakChars ); - this._.indent = 1; - }, - - /** - * Writes the current indentation chars. It uses the - * {@link #indentationChars} property, repeating it for the current - * indentation steps. - * @example - * // Writes "\t" (e.g.). - * writer.indentation(); - */ - indentation : function() - { - if( !this._.inPre ) - this._.output.push( this._.indentation ); - this._.indent = 0; - }, - - /** - * Sets formatting rules for a give element. The possible rules are: - * <ul> - * <li><b>indent</b>: indent the element contents.</li> - * <li><b>breakBeforeOpen</b>: break line before the opener tag for this element.</li> - * <li><b>breakAfterOpen</b>: break line after the opener tag for this element.</li> - * <li><b>breakBeforeClose</b>: break line before the closer tag for this element.</li> - * <li><b>breakAfterClose</b>: break line after the closer tag for this element.</li> - * </ul> - * - * All rules default to "false". Each call to the function overrides - * already present rules, leaving the undefined untouched. - * - * By default, all elements available in the {@link CKEDITOR.dtd.$block), - * {@link CKEDITOR.dtd.$listItem} and {@link CKEDITOR.dtd.$tableContent} - * lists have all the above rules set to "true". Additionaly, the "br" - * element has the "breakAfterOpen" set to "true". - * @param {String} tagName The element name to which set the rules. - * @param {Object} rules An object containing the element rules. - * @example - * // Break line before and after "img" tags. - * writer.setRules( 'img', - * { - * breakBeforeOpen : true - * breakAfterOpen : true - * }); - * @example - * // Reset the rules for the "h1" tag. - * writer.setRules( 'h1', {} ); - */ - setRules : function( tagName, rules ) - { - var currentRules = this._.rules[ tagName ]; - - if ( currentRules ) - CKEDITOR.tools.extend( currentRules, rules, true ); - else - this._.rules[ tagName ] = rules; - } - } -}); diff --git a/skins/ckeditor/_source/plugins/iframe/dialogs/iframe.js b/skins/ckeditor/_source/plugins/iframe/dialogs/iframe.js deleted file mode 100644 index 769b6af..0000000 --- a/skins/ckeditor/_source/plugins/iframe/dialogs/iframe.js +++ /dev/null @@ -1,229 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - // Map 'true' and 'false' values to match W3C's specifications - // http://www.w3.org/TR/REC-html40/present/frames.html#h-16.5 - var checkboxValues = - { - scrolling : { 'true' : 'yes', 'false' : 'no' }, - frameborder : { 'true' : '1', 'false' : '0' } - }; - - function loadValue( iframeNode ) - { - var isCheckbox = this instanceof CKEDITOR.ui.dialog.checkbox; - if ( iframeNode.hasAttribute( this.id ) ) - { - var value = iframeNode.getAttribute( this.id ); - if ( isCheckbox ) - this.setValue( checkboxValues[ this.id ][ 'true' ] == value.toLowerCase() ); - else - this.setValue( value ); - } - } - - function commitValue( iframeNode ) - { - var isRemove = this.getValue() === '', - isCheckbox = this instanceof CKEDITOR.ui.dialog.checkbox, - value = this.getValue(); - if ( isRemove ) - iframeNode.removeAttribute( this.att || this.id ); - else if ( isCheckbox ) - iframeNode.setAttribute( this.id, checkboxValues[ this.id ][ value ] ); - else - iframeNode.setAttribute( this.att || this.id, value ); - } - - CKEDITOR.dialog.add( 'iframe', function( editor ) - { - var iframeLang = editor.lang.iframe, - commonLang = editor.lang.common, - dialogadvtab = editor.plugins.dialogadvtab; - return { - title : iframeLang.title, - minWidth : 350, - minHeight : 260, - onShow : function() - { - // Clear previously saved elements. - this.fakeImage = this.iframeNode = null; - - var fakeImage = this.getSelectedElement(); - if ( fakeImage && fakeImage.data( 'cke-real-element-type' ) && fakeImage.data( 'cke-real-element-type' ) == 'iframe' ) - { - this.fakeImage = fakeImage; - - var iframeNode = editor.restoreRealElement( fakeImage ); - this.iframeNode = iframeNode; - - this.setupContent( iframeNode ); - } - }, - onOk : function() - { - var iframeNode; - if ( !this.fakeImage ) - iframeNode = new CKEDITOR.dom.element( 'iframe' ); - else - iframeNode = this.iframeNode; - - // A subset of the specified attributes/styles - // should also be applied on the fake element to - // have better visual effect. (#5240) - var extraStyles = {}, extraAttributes = {}; - this.commitContent( iframeNode, extraStyles, extraAttributes ); - - // Refresh the fake image. - var newFakeImage = editor.createFakeElement( iframeNode, 'cke_iframe', 'iframe', true ); - newFakeImage.setAttributes( extraAttributes ); - newFakeImage.setStyles( extraStyles ); - if ( this.fakeImage ) - { - newFakeImage.replace( this.fakeImage ); - editor.getSelection().selectElement( newFakeImage ); - } - else - editor.insertElement( newFakeImage ); - }, - contents : [ - { - id : 'info', - label : commonLang.generalTab, - accessKey : 'I', - elements : - [ - { - type : 'vbox', - padding : 0, - children : - [ - { - id : 'src', - type : 'text', - label : commonLang.url, - required : true, - validate : CKEDITOR.dialog.validate.notEmpty( iframeLang.noUrl ), - setup : loadValue, - commit : commitValue - } - ] - }, - { - type : 'hbox', - children : - [ - { - id : 'width', - type : 'text', - style : 'width:100%', - labelLayout : 'vertical', - label : commonLang.width, - validate : CKEDITOR.dialog.validate.htmlLength( commonLang.invalidHtmlLength.replace( '%1', commonLang.width ) ), - setup : loadValue, - commit : commitValue - }, - { - id : 'height', - type : 'text', - style : 'width:100%', - labelLayout : 'vertical', - label : commonLang.height, - validate : CKEDITOR.dialog.validate.htmlLength( commonLang.invalidHtmlLength.replace( '%1', commonLang.height ) ), - setup : loadValue, - commit : commitValue - }, - { - id : 'align', - type : 'select', - 'default' : '', - items : - [ - [ commonLang.notSet , '' ], - [ commonLang.alignLeft , 'left' ], - [ commonLang.alignRight , 'right' ], - [ commonLang.alignTop , 'top' ], - [ commonLang.alignMiddle , 'middle' ], - [ commonLang.alignBottom , 'bottom' ] - ], - style : 'width:100%', - labelLayout : 'vertical', - label : commonLang.align, - setup : function( iframeNode, fakeImage ) - { - loadValue.apply( this, arguments ); - if ( fakeImage ) - { - var fakeImageAlign = fakeImage.getAttribute( 'align' ); - this.setValue( fakeImageAlign && fakeImageAlign.toLowerCase() || '' ); - } - }, - commit : function( iframeNode, extraStyles, extraAttributes ) - { - commitValue.apply( this, arguments ); - if ( this.getValue() ) - extraAttributes.align = this.getValue(); - } - } - ] - }, - { - type : 'hbox', - widths : [ '50%', '50%' ], - children : - [ - { - id : 'scrolling', - type : 'checkbox', - label : iframeLang.scrolling, - setup : loadValue, - commit : commitValue - }, - { - id : 'frameborder', - type : 'checkbox', - label : iframeLang.border, - setup : loadValue, - commit : commitValue - } - ] - }, - { - type : 'hbox', - widths : [ '50%', '50%' ], - children : - [ - { - id : 'name', - type : 'text', - label : commonLang.name, - setup : loadValue, - commit : commitValue - }, - { - id : 'title', - type : 'text', - label : commonLang.advisoryTitle, - setup : loadValue, - commit : commitValue - } - ] - }, - { - id : 'longdesc', - type : 'text', - label : commonLang.longDescr, - setup : loadValue, - commit : commitValue - } - ] - }, - dialogadvtab && dialogadvtab.createAdvancedTab( editor, { id:1, classes:1, styles:1 }) - ] - }; - }); -})(); diff --git a/skins/ckeditor/_source/plugins/iframe/images/placeholder.png b/skins/ckeditor/_source/plugins/iframe/images/placeholder.png deleted file mode 100644 index b40c7b2..0000000 Binary files a/skins/ckeditor/_source/plugins/iframe/images/placeholder.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/iframe/plugin.js b/skins/ckeditor/_source/plugins/iframe/plugin.js deleted file mode 100644 index 6c21a32..0000000 --- a/skins/ckeditor/_source/plugins/iframe/plugin.js +++ /dev/null @@ -1,87 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - CKEDITOR.plugins.add( 'iframe', - { - requires : [ 'dialog', 'fakeobjects' ], - init : function( editor ) - { - var pluginName = 'iframe', - lang = editor.lang.iframe; - - CKEDITOR.dialog.add( pluginName, this.path + 'dialogs/iframe.js' ); - editor.addCommand( pluginName, new CKEDITOR.dialogCommand( pluginName ) ); - - editor.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;' + - '}' - ); - - editor.ui.addButton( 'Iframe', - { - label : lang.toolbar, - command : pluginName - }); - - editor.on( 'doubleclick', function( evt ) - { - var element = evt.data.element; - if ( element.is( 'img' ) && element.data( 'cke-real-element-type' ) == 'iframe' ) - evt.data.dialog = 'iframe'; - }); - - if ( editor.addMenuItems ) - { - editor.addMenuItems( - { - iframe : - { - label : lang.title, - command : 'iframe', - group : 'image' - } - }); - } - - // If the "contextmenu" plugin is loaded, register the listeners. - if ( editor.contextMenu ) - { - editor.contextMenu.addListener( function( element, selection ) - { - if ( element && element.is( 'img' ) && element.data( 'cke-real-element-type' ) == 'iframe' ) - return { iframe : CKEDITOR.TRISTATE_OFF }; - }); - } - }, - afterInit : function( editor ) - { - var dataProcessor = editor.dataProcessor, - dataFilter = dataProcessor && dataProcessor.dataFilter; - - if ( dataFilter ) - { - dataFilter.addRules( - { - elements : - { - iframe : function( element ) - { - return editor.createFakeParserElement( element, 'cke_iframe', 'iframe', true ); - } - } - }); - } - } - }); -})(); diff --git a/skins/ckeditor/_source/plugins/iframedialog/plugin.js b/skins/ckeditor/_source/plugins/iframedialog/plugin.js deleted file mode 100644 index 870ec1c..0000000 --- a/skins/ckeditor/_source/plugins/iframedialog/plugin.js +++ /dev/null @@ -1,188 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Plugin for making iframe based dialogs. - */ - -CKEDITOR.plugins.add( 'iframedialog', -{ - requires : [ 'dialog' ], - onLoad : function() - { - /** - * An iframe base dialog. - * @param {String} name Name of the dialog - * @param {String} title Title of the dialog - * @param {Number} minWidth Minimum width of the dialog - * @param {Number} minHeight Minimum height of the dialog - * @param {Function} [onContentLoad] Function called when the iframe has been loaded. - * If it isn't specified, the inner frame is notified of the dialog events ('load', - * 'resize', 'ok' and 'cancel') on a function called 'onDialogEvent' - * @param {Object} [userDefinition] Additional properties for the dialog definition - * @example - */ - CKEDITOR.dialog.addIframe = function( name, title, src, minWidth, minHeight, onContentLoad, userDefinition ) - { - var element = - { - type : 'iframe', - src : src, - width : '100%', - height : '100%' - }; - - if ( typeof( onContentLoad ) == 'function' ) - element.onContentLoad = onContentLoad; - else - element.onContentLoad = function() - { - var element = this.getElement(), - childWindow = element.$.contentWindow; - - // If the inner frame has defined a "onDialogEvent" function, setup listeners - if ( childWindow.onDialogEvent ) - { - var dialog = this.getDialog(), - notifyEvent = function(e) - { - return childWindow.onDialogEvent(e); - }; - - dialog.on( 'ok', notifyEvent ); - dialog.on( 'cancel', notifyEvent ); - dialog.on( 'resize', notifyEvent ); - - // Clear listeners - dialog.on( 'hide', function(e) - { - dialog.removeListener( 'ok', notifyEvent ); - dialog.removeListener( 'cancel', notifyEvent ); - dialog.removeListener( 'resize', notifyEvent ); - - e.removeListener(); - } ); - - // Notify child iframe of load: - childWindow.onDialogEvent( { - name : 'load', - sender : this, - editor : dialog._.editor - } ); - } - }; - - var definition = - { - title : title, - minWidth : minWidth, - minHeight : minHeight, - contents : - [ - { - id : 'iframe', - label : title, - expand : true, - elements : [ element ] - } - ] - }; - - for ( var i in userDefinition ) - definition[i] = userDefinition[i]; - - this.add( name, function(){ return definition; } ); - }; - - (function() - { - /** - * An iframe element. - * @extends CKEDITOR.ui.dialog.uiElement - * @example - * @constructor - * @param {CKEDITOR.dialog} dialog - * Parent dialog object. - * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition - * The element definition. Accepted fields: - * <ul> - * <li><strong>src</strong> (Required) The src field of the iframe. </li> - * <li><strong>width</strong> (Required) The iframe's width.</li> - * <li><strong>height</strong> (Required) The iframe's height.</li> - * <li><strong>onContentLoad</strong> (Optional) A function to be executed - * after the iframe's contents has finished loading.</li> - * </ul> - * @param {Array} htmlList - * List of HTML code to output to. - */ - var iframeElement = function( dialog, elementDefinition, htmlList ) - { - if ( arguments.length < 3 ) - return; - - var _ = ( this._ || ( this._ = {} ) ), - contentLoad = elementDefinition.onContentLoad && CKEDITOR.tools.bind( elementDefinition.onContentLoad, this ), - cssWidth = CKEDITOR.tools.cssLength( elementDefinition.width ), - cssHeight = CKEDITOR.tools.cssLength( elementDefinition.height ); - _.frameId = CKEDITOR.tools.getNextId() + '_iframe'; - - // IE BUG: Parent container does not resize to contain the iframe automatically. - dialog.on( 'load', function() - { - var iframe = CKEDITOR.document.getById( _.frameId ), - parentContainer = iframe.getParent(); - - parentContainer.setStyles( - { - width : cssWidth, - height : cssHeight - } ); - } ); - - var attributes = - { - src : '%2', - id : _.frameId, - frameborder : 0, - allowtransparency : true - }; - var myHtml = []; - - if ( typeof( elementDefinition.onContentLoad ) == 'function' ) - attributes.onload = 'CKEDITOR.tools.callFunction(%1);'; - - CKEDITOR.ui.dialog.uiElement.call( this, dialog, elementDefinition, myHtml, 'iframe', - { - width : cssWidth, - height : cssHeight - }, attributes, '' ); - - // Put a placeholder for the first time. - htmlList.push( '<div style="width:' + cssWidth + ';height:' + cssHeight + ';" id="' + this.domId + '"></div>' ); - - // Iframe elements should be refreshed whenever it is shown. - myHtml = myHtml.join( '' ); - dialog.on( 'show', function() - { - var iframe = CKEDITOR.document.getById( _.frameId ), - parentContainer = iframe.getParent(), - callIndex = CKEDITOR.tools.addFunction( contentLoad ), - html = myHtml.replace( '%1', callIndex ).replace( '%2', CKEDITOR.tools.htmlEncode( elementDefinition.src ) ); - parentContainer.setHtml( html ); - } ); - }; - - iframeElement.prototype = new CKEDITOR.ui.dialog.uiElement; - - CKEDITOR.dialog.addUIElement( 'iframe', - { - build : function( dialog, elementDefinition, output ) - { - return new iframeElement( dialog, elementDefinition, output ); - } - } ); - })(); - } -} ); diff --git a/skins/ckeditor/_source/plugins/image/dialogs/image.js b/skins/ckeditor/_source/plugins/image/dialogs/image.js deleted file mode 100644 index e793a89..0000000 --- a/skins/ckeditor/_source/plugins/image/dialogs/image.js +++ /dev/null @@ -1,1406 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - var imageDialog = function( editor, dialogType ) - { - // Load image preview. - var IMAGE = 1, - LINK = 2, - PREVIEW = 4, - CLEANUP = 8, - regexGetSize = /^\s*(\d+)((px)|\%)?\s*$/i, - regexGetSizeOrEmpty = /(^\s*(\d+)((px)|\%)?\s*$)|^$/i, - pxLengthRegex = /^\d+px$/; - - var onSizeChange = function() - { - var value = this.getValue(), // This = input element. - dialog = this.getDialog(), - aMatch = value.match( regexGetSize ); // Check value - if ( aMatch ) - { - if ( aMatch[2] == '%' ) // % is allowed - > unlock ratio. - switchLockRatio( dialog, false ); // Unlock. - value = aMatch[1]; - } - - // Only if ratio is locked - if ( dialog.lockRatio ) - { - var oImageOriginal = dialog.originalElement; - if ( oImageOriginal.getCustomData( 'isReady' ) == 'true' ) - { - if ( this.id == 'txtHeight' ) - { - if ( value && value != '0' ) - value = Math.round( oImageOriginal.$.width * ( value / oImageOriginal.$.height ) ); - if ( !isNaN( value ) ) - dialog.setValueOf( 'info', 'txtWidth', value ); - } - else //this.id = txtWidth. - { - if ( value && value != '0' ) - value = Math.round( oImageOriginal.$.height * ( value / oImageOriginal.$.width ) ); - if ( !isNaN( value ) ) - dialog.setValueOf( 'info', 'txtHeight', value ); - } - } - } - updatePreview( dialog ); - }; - - var updatePreview = function( dialog ) - { - //Don't load before onShow. - if ( !dialog.originalElement || !dialog.preview ) - return 1; - - // Read attributes and update imagePreview; - dialog.commitContent( PREVIEW, dialog.preview ); - return 0; - }; - - // Custom commit dialog logic, where we're intended to give inline style - // field (txtdlgGenStyle) higher priority to avoid overwriting styles contribute - // by other fields. - function commitContent() - { - var args = arguments; - var inlineStyleField = this.getContentElement( 'advanced', 'txtdlgGenStyle' ); - inlineStyleField && inlineStyleField.commit.apply( inlineStyleField, args ); - - this.foreach( function( widget ) - { - if ( widget.commit && widget.id != 'txtdlgGenStyle' ) - widget.commit.apply( widget, args ); - }); - } - - // Avoid recursions. - var incommit; - - // Synchronous field values to other impacted fields is required, e.g. border - // size change should alter inline-style text as well. - function commitInternally( targetFields ) - { - if ( incommit ) - return; - - incommit = 1; - - var dialog = this.getDialog(), - element = dialog.imageElement; - if ( element ) - { - // Commit this field and broadcast to target fields. - this.commit( IMAGE, element ); - - targetFields = [].concat( targetFields ); - var length = targetFields.length, - field; - for ( var i = 0; i < length; i++ ) - { - field = dialog.getContentElement.apply( dialog, targetFields[ i ].split( ':' ) ); - // May cause recursion. - field && field.setup( IMAGE, element ); - } - } - - incommit = 0; - } - - var switchLockRatio = function( dialog, value ) - { - if ( !dialog.getContentElement( 'info', 'ratioLock' ) ) - return null; - - var oImageOriginal = dialog.originalElement; - - // Dialog may already closed. (#5505) - if( !oImageOriginal ) - return null; - - // Check image ratio and original image ratio, but respecting user's preference. - if ( value == 'check' ) - { - if ( !dialog.userlockRatio && oImageOriginal.getCustomData( 'isReady' ) == 'true' ) - { - var width = dialog.getValueOf( 'info', 'txtWidth' ), - height = dialog.getValueOf( 'info', 'txtHeight' ), - originalRatio = oImageOriginal.$.width * 1000 / oImageOriginal.$.height, - thisRatio = width * 1000 / height; - dialog.lockRatio = false; // Default: unlock ratio - - if ( !width && !height ) - dialog.lockRatio = true; - else if ( !isNaN( originalRatio ) && !isNaN( thisRatio ) ) - { - if ( Math.round( originalRatio ) == Math.round( thisRatio ) ) - dialog.lockRatio = true; - } - } - } - else if ( value != undefined ) - dialog.lockRatio = value; - else - { - dialog.userlockRatio = 1; - dialog.lockRatio = !dialog.lockRatio; - } - - var ratioButton = CKEDITOR.document.getById( btnLockSizesId ); - if ( dialog.lockRatio ) - ratioButton.removeClass( 'cke_btn_unlocked' ); - else - ratioButton.addClass( 'cke_btn_unlocked' ); - - ratioButton.setAttribute( 'aria-checked', dialog.lockRatio ); - - // Ratio button hc presentation - WHITE SQUARE / BLACK SQUARE - if ( CKEDITOR.env.hc ) - { - var icon = ratioButton.getChild( 0 ); - icon.setHtml( dialog.lockRatio ? CKEDITOR.env.ie ? '\u25A0': '\u25A3' : CKEDITOR.env.ie ? '\u25A1' : '\u25A2' ); - } - - return dialog.lockRatio; - }; - - var resetSize = function( dialog ) - { - var oImageOriginal = dialog.originalElement; - if ( oImageOriginal.getCustomData( 'isReady' ) == 'true' ) - { - var widthField = dialog.getContentElement( 'info', 'txtWidth' ), - heightField = dialog.getContentElement( 'info', 'txtHeight' ); - widthField && widthField.setValue( oImageOriginal.$.width ); - heightField && heightField.setValue( oImageOriginal.$.height ); - } - updatePreview( dialog ); - }; - - var setupDimension = function( type, element ) - { - if ( type != IMAGE ) - return; - - function checkDimension( size, defaultValue ) - { - var aMatch = size.match( regexGetSize ); - if ( aMatch ) - { - if ( aMatch[2] == '%' ) // % is allowed. - { - aMatch[1] += '%'; - switchLockRatio( dialog, false ); // Unlock ratio - } - return aMatch[1]; - } - return defaultValue; - } - - var dialog = this.getDialog(), - value = '', - dimension = this.id == 'txtWidth' ? 'width' : 'height', - size = element.getAttribute( dimension ); - - if ( size ) - value = checkDimension( size, value ); - value = checkDimension( element.getStyle( dimension ), value ); - - this.setValue( value ); - }; - - var previewPreloader; - - var onImgLoadEvent = function() - { - // Image is ready. - var original = this.originalElement; - original.setCustomData( 'isReady', 'true' ); - original.removeListener( 'load', onImgLoadEvent ); - original.removeListener( 'error', onImgLoadErrorEvent ); - original.removeListener( 'abort', onImgLoadErrorEvent ); - - // Hide loader - CKEDITOR.document.getById( imagePreviewLoaderId ).setStyle( 'display', 'none' ); - - // New image -> new domensions - if ( !this.dontResetSize ) - resetSize( this ); - - if ( this.firstLoad ) - CKEDITOR.tools.setTimeout( function(){ switchLockRatio( this, 'check' ); }, 0, this ); - - this.firstLoad = false; - this.dontResetSize = false; - }; - - var onImgLoadErrorEvent = function() - { - // Error. Image is not loaded. - var original = this.originalElement; - original.removeListener( 'load', onImgLoadEvent ); - original.removeListener( 'error', onImgLoadErrorEvent ); - original.removeListener( 'abort', onImgLoadErrorEvent ); - - // Set Error image. - var noimage = CKEDITOR.getUrl( editor.skinPath + 'images/noimage.png' ); - - if ( this.preview ) - this.preview.setAttribute( 'src', noimage ); - - // Hide loader - CKEDITOR.document.getById( imagePreviewLoaderId ).setStyle( 'display', 'none' ); - switchLockRatio( this, false ); // Unlock. - }; - - var numbering = function( id ) - { - return CKEDITOR.tools.getNextId() + '_' + id; - }, - btnLockSizesId = numbering( 'btnLockSizes' ), - btnResetSizeId = numbering( 'btnResetSize' ), - imagePreviewLoaderId = numbering( 'ImagePreviewLoader' ), - imagePreviewBoxId = numbering( 'ImagePreviewBox' ), - previewLinkId = numbering( 'previewLink' ), - previewImageId = numbering( 'previewImage' ); - - return { - title : editor.lang.image[ dialogType == 'image' ? 'title' : 'titleButton' ], - minWidth : 420, - minHeight : 360, - onShow : function() - { - this.imageElement = false; - this.linkElement = false; - - // Default: create a new element. - this.imageEditMode = false; - this.linkEditMode = false; - - this.lockRatio = true; - this.userlockRatio = 0; - this.dontResetSize = false; - this.firstLoad = true; - this.addLink = false; - - var editor = this.getParentEditor(), - sel = this.getParentEditor().getSelection(), - element = sel.getSelectedElement(), - link = element && element.getAscendant( 'a' ); - - //Hide loader. - CKEDITOR.document.getById( imagePreviewLoaderId ).setStyle( 'display', 'none' ); - // Create the preview before setup the dialog contents. - previewPreloader = new CKEDITOR.dom.element( 'img', editor.document ); - this.preview = CKEDITOR.document.getById( previewImageId ); - - // Copy of the image - this.originalElement = editor.document.createElement( 'img' ); - this.originalElement.setAttribute( 'alt', '' ); - this.originalElement.setCustomData( 'isReady', 'false' ); - - if ( link ) - { - this.linkElement = link; - this.linkEditMode = true; - - // Look for Image element. - var linkChildren = link.getChildren(); - if ( linkChildren.count() == 1 ) // 1 child. - { - var childTagName = linkChildren.getItem( 0 ).getName(); - if ( childTagName == 'img' || childTagName == 'input' ) - { - this.imageElement = linkChildren.getItem( 0 ); - if ( this.imageElement.getName() == 'img' ) - this.imageEditMode = 'img'; - else if ( this.imageElement.getName() == 'input' ) - this.imageEditMode = 'input'; - } - } - // Fill out all fields. - if ( dialogType == 'image' ) - this.setupContent( LINK, link ); - } - - if ( element && element.getName() == 'img' && !element.data( 'cke-realelement' ) - || element && element.getName() == 'input' && element.getAttribute( 'type' ) == 'image' ) - { - this.imageEditMode = element.getName(); - this.imageElement = element; - } - - if ( this.imageEditMode ) - { - // Use the original element as a buffer from since we don't want - // temporary changes to be committed, e.g. if the dialog is canceled. - this.cleanImageElement = this.imageElement; - this.imageElement = this.cleanImageElement.clone( true, true ); - - // Fill out all fields. - this.setupContent( IMAGE, this.imageElement ); - } - else - this.imageElement = editor.document.createElement( 'img' ); - - // Refresh LockRatio button - switchLockRatio ( this, true ); - - // Dont show preview if no URL given. - if ( !CKEDITOR.tools.trim( this.getValueOf( 'info', 'txtUrl' ) ) ) - { - this.preview.removeAttribute( 'src' ); - this.preview.setStyle( 'display', 'none' ); - } - }, - onOk : function() - { - // Edit existing Image. - if ( this.imageEditMode ) - { - var imgTagName = this.imageEditMode; - - // Image dialog and Input element. - if ( dialogType == 'image' && imgTagName == 'input' && confirm( editor.lang.image.button2Img ) ) - { - // Replace INPUT-> IMG - imgTagName = 'img'; - this.imageElement = editor.document.createElement( 'img' ); - this.imageElement.setAttribute( 'alt', '' ); - editor.insertElement( this.imageElement ); - } - // ImageButton dialog and Image element. - else if ( dialogType != 'image' && imgTagName == 'img' && confirm( editor.lang.image.img2Button )) - { - // Replace IMG -> INPUT - imgTagName = 'input'; - this.imageElement = editor.document.createElement( 'input' ); - this.imageElement.setAttributes( - { - type : 'image', - alt : '' - } - ); - editor.insertElement( this.imageElement ); - } - else - { - // Restore the original element before all commits. - this.imageElement = this.cleanImageElement; - delete this.cleanImageElement; - } - } - else // Create a new image. - { - // Image dialog -> create IMG element. - if ( dialogType == 'image' ) - this.imageElement = editor.document.createElement( 'img' ); - else - { - this.imageElement = editor.document.createElement( 'input' ); - this.imageElement.setAttribute ( 'type' ,'image' ); - } - this.imageElement.setAttribute( 'alt', '' ); - } - - // Create a new link. - if ( !this.linkEditMode ) - this.linkElement = editor.document.createElement( 'a' ); - - // Set attributes. - this.commitContent( IMAGE, this.imageElement ); - this.commitContent( LINK, this.linkElement ); - - // Remove empty style attribute. - if ( !this.imageElement.getAttribute( 'style' ) ) - this.imageElement.removeAttribute( 'style' ); - - // Insert a new Image. - if ( !this.imageEditMode ) - { - if ( this.addLink ) - { - //Insert a new Link. - if ( !this.linkEditMode ) - { - editor.insertElement( this.linkElement ); - this.linkElement.append( this.imageElement, false ); - } - else //Link already exists, image not. - editor.insertElement( this.imageElement ); - } - else - editor.insertElement( this.imageElement ); - } - else // Image already exists. - { - //Add a new link element. - if ( !this.linkEditMode && this.addLink ) - { - editor.insertElement( this.linkElement ); - this.imageElement.appendTo( this.linkElement ); - } - //Remove Link, Image exists. - else if ( this.linkEditMode && !this.addLink ) - { - editor.getSelection().selectElement( this.linkElement ); - editor.insertElement( this.imageElement ); - } - } - }, - onLoad : function() - { - if ( dialogType != 'image' ) - this.hidePage( 'Link' ); //Hide Link tab. - var doc = this._.element.getDocument(); - - if ( this.getContentElement( 'info', 'ratioLock' ) ) - { - this.addFocusable( doc.getById( btnResetSizeId ), 5 ); - this.addFocusable( doc.getById( btnLockSizesId ), 5 ); - } - - this.commitContent = commitContent; - }, - onHide : function() - { - if ( this.preview ) - this.commitContent( CLEANUP, this.preview ); - - if ( this.originalElement ) - { - this.originalElement.removeListener( 'load', onImgLoadEvent ); - this.originalElement.removeListener( 'error', onImgLoadErrorEvent ); - this.originalElement.removeListener( 'abort', onImgLoadErrorEvent ); - this.originalElement.remove(); - this.originalElement = false; // Dialog is closed. - } - - delete this.imageElement; - }, - contents : [ - { - id : 'info', - label : editor.lang.image.infoTab, - accessKey : 'I', - elements : - [ - { - type : 'vbox', - padding : 0, - children : - [ - { - type : 'hbox', - widths : [ '280px', '110px' ], - align : 'right', - children : - [ - { - id : 'txtUrl', - type : 'text', - label : editor.lang.common.url, - required: true, - onChange : function() - { - var dialog = this.getDialog(), - newUrl = this.getValue(); - - //Update original image - if ( newUrl.length > 0 ) //Prevent from load before onShow - { - dialog = this.getDialog(); - var original = dialog.originalElement; - - dialog.preview.removeStyle( 'display' ); - - original.setCustomData( 'isReady', 'false' ); - // Show loader - var loader = CKEDITOR.document.getById( imagePreviewLoaderId ); - if ( loader ) - loader.setStyle( 'display', '' ); - - original.on( 'load', onImgLoadEvent, dialog ); - original.on( 'error', onImgLoadErrorEvent, dialog ); - original.on( 'abort', onImgLoadErrorEvent, dialog ); - original.setAttribute( 'src', newUrl ); - - // Query the preloader to figure out the url impacted by based href. - previewPreloader.setAttribute( 'src', newUrl ); - dialog.preview.setAttribute( 'src', previewPreloader.$.src ); - updatePreview( dialog ); - } - // Dont show preview if no URL given. - else if ( dialog.preview ) - { - dialog.preview.removeAttribute( 'src' ); - dialog.preview.setStyle( 'display', 'none' ); - } - }, - setup : function( type, element ) - { - if ( type == IMAGE ) - { - var url = element.data( 'cke-saved-src' ) || element.getAttribute( 'src' ); - var field = this; - - this.getDialog().dontResetSize = true; - - field.setValue( url ); // And call this.onChange() - // Manually set the initial value.(#4191) - field.setInitValue(); - } - }, - commit : function( type, element ) - { - if ( type == IMAGE && ( this.getValue() || this.isChanged() ) ) - { - element.data( 'cke-saved-src', this.getValue() ); - element.setAttribute( 'src', this.getValue() ); - } - else if ( type == CLEANUP ) - { - element.setAttribute( 'src', '' ); // If removeAttribute doesn't work. - element.removeAttribute( 'src' ); - } - }, - validate : CKEDITOR.dialog.validate.notEmpty( editor.lang.image.urlMissing ) - }, - { - type : 'button', - id : 'browse', - // v-align with the 'txtUrl' field. - // TODO: We need something better than a fixed size here. - style : 'display:inline-block;margin-top:10px;', - align : 'center', - label : editor.lang.common.browseServer, - hidden : true, - filebrowser : 'info:txtUrl' - } - ] - } - ] - }, - { - id : 'txtAlt', - type : 'text', - label : editor.lang.image.alt, - accessKey : 'T', - 'default' : '', - onChange : function() - { - updatePreview( this.getDialog() ); - }, - setup : function( type, element ) - { - if ( type == IMAGE ) - this.setValue( element.getAttribute( 'alt' ) ); - }, - commit : function( type, element ) - { - if ( type == IMAGE ) - { - if ( this.getValue() || this.isChanged() ) - element.setAttribute( 'alt', this.getValue() ); - } - else if ( type == PREVIEW ) - { - element.setAttribute( 'alt', this.getValue() ); - } - else if ( type == CLEANUP ) - { - element.removeAttribute( 'alt' ); - } - } - }, - { - type : 'hbox', - children : - [ - { - id : 'basic', - type : 'vbox', - children : - [ - { - type : 'hbox', - widths : [ '50%', '50%' ], - children : - [ - { - type : 'vbox', - padding : 1, - children : - [ - { - type : 'text', - width: '40px', - id : 'txtWidth', - label : editor.lang.common.width, - onKeyUp : onSizeChange, - onChange : function() - { - commitInternally.call( this, 'advanced:txtdlgGenStyle' ); - }, - validate : function() - { - var aMatch = this.getValue().match( regexGetSizeOrEmpty ), - isValid = !!( aMatch && parseInt( aMatch[1], 10 ) !== 0 ); - if ( !isValid ) - alert( editor.lang.common.invalidWidth ); - return isValid; - }, - setup : setupDimension, - commit : function( type, element, internalCommit ) - { - var value = this.getValue(); - if ( type == IMAGE ) - { - if ( value ) - element.setStyle( 'width', CKEDITOR.tools.cssLength( value ) ); - else - element.removeStyle( 'width' ); - - !internalCommit && element.removeAttribute( 'width' ); - } - else if ( type == PREVIEW ) - { - var aMatch = value.match( regexGetSize ); - if ( !aMatch ) - { - var oImageOriginal = this.getDialog().originalElement; - if ( oImageOriginal.getCustomData( 'isReady' ) == 'true' ) - element.setStyle( 'width', oImageOriginal.$.width + 'px'); - } - else - element.setStyle( 'width', CKEDITOR.tools.cssLength( value ) ); - } - else if ( type == CLEANUP ) - { - element.removeAttribute( 'width' ); - element.removeStyle( 'width' ); - } - } - }, - { - type : 'text', - id : 'txtHeight', - width: '40px', - label : editor.lang.common.height, - onKeyUp : onSizeChange, - onChange : function() - { - commitInternally.call( this, 'advanced:txtdlgGenStyle' ); - }, - validate : function() - { - var aMatch = this.getValue().match( regexGetSizeOrEmpty ), - isValid = !!( aMatch && parseInt( aMatch[1], 10 ) !== 0 ); - if ( !isValid ) - alert( editor.lang.common.invalidHeight ); - return isValid; - }, - setup : setupDimension, - commit : function( type, element, internalCommit ) - { - var value = this.getValue(); - if ( type == IMAGE ) - { - if ( value ) - element.setStyle( 'height', CKEDITOR.tools.cssLength( value ) ); - else - element.removeStyle( 'height' ); - - !internalCommit && element.removeAttribute( 'height' ); - } - else if ( type == PREVIEW ) - { - var aMatch = value.match( regexGetSize ); - if ( !aMatch ) - { - var oImageOriginal = this.getDialog().originalElement; - if ( oImageOriginal.getCustomData( 'isReady' ) == 'true' ) - element.setStyle( 'height', oImageOriginal.$.height + 'px' ); - } - else - element.setStyle( 'height', CKEDITOR.tools.cssLength( value ) ); - } - else if ( type == CLEANUP ) - { - element.removeAttribute( 'height' ); - element.removeStyle( 'height' ); - } - } - } - ] - }, - { - id : 'ratioLock', - type : 'html', - style : 'margin-top:30px;width:40px;height:40px;', - onLoad : function() - { - // Activate Reset button - var resetButton = CKEDITOR.document.getById( btnResetSizeId ), - ratioButton = CKEDITOR.document.getById( btnLockSizesId ); - if ( resetButton ) - { - resetButton.on( 'click', function( evt ) - { - resetSize( this ); - evt.data && evt.data.preventDefault(); - }, this.getDialog() ); - resetButton.on( 'mouseover', function() - { - this.addClass( 'cke_btn_over' ); - }, resetButton ); - resetButton.on( 'mouseout', function() - { - this.removeClass( 'cke_btn_over' ); - }, resetButton ); - } - // Activate (Un)LockRatio button - if ( ratioButton ) - { - ratioButton.on( 'click', function(evt) - { - var locked = switchLockRatio( this ), - oImageOriginal = this.originalElement, - width = this.getValueOf( 'info', 'txtWidth' ); - - if ( oImageOriginal.getCustomData( 'isReady' ) == 'true' && width ) - { - var height = oImageOriginal.$.height / oImageOriginal.$.width * width; - if ( !isNaN( height ) ) - { - this.setValueOf( 'info', 'txtHeight', Math.round( height ) ); - updatePreview( this ); - } - } - evt.data && evt.data.preventDefault(); - }, this.getDialog() ); - ratioButton.on( 'mouseover', function() - { - this.addClass( 'cke_btn_over' ); - }, ratioButton ); - ratioButton.on( 'mouseout', function() - { - this.removeClass( 'cke_btn_over' ); - }, ratioButton ); - } - }, - html : '<div>'+ - '<a href="javascript:void(0)" tabindex="-1" title="' + editor.lang.image.lockRatio + - '" class="cke_btn_locked" id="' + btnLockSizesId + '" role="checkbox"><span class="cke_icon"></span><span class="cke_label">' + editor.lang.image.lockRatio + '</span></a>' + - '<a href="javascript:void(0)" tabindex="-1" title="' + editor.lang.image.resetSize + - '" class="cke_btn_reset" id="' + btnResetSizeId + '" role="button"><span class="cke_label">' + editor.lang.image.resetSize + '</span></a>'+ - '</div>' - } - ] - }, - { - type : 'vbox', - padding : 1, - children : - [ - { - type : 'text', - id : 'txtBorder', - width: '60px', - label : editor.lang.image.border, - 'default' : '', - onKeyUp : function() - { - updatePreview( this.getDialog() ); - }, - onChange : function() - { - commitInternally.call( this, 'advanced:txtdlgGenStyle' ); - }, - validate : CKEDITOR.dialog.validate.integer( editor.lang.image.validateBorder ), - setup : function( type, element ) - { - if ( type == IMAGE ) - { - var value, - borderStyle = element.getStyle( 'border-width' ); - borderStyle = borderStyle && borderStyle.match( /^(\d+px)(?: \1 \1 \1)?$/ ); - value = borderStyle && parseInt( borderStyle[ 1 ], 10 ); - isNaN ( parseInt( value, 10 ) ) && ( value = element.getAttribute( 'border' ) ); - this.setValue( value ); - } - }, - commit : function( type, element, internalCommit ) - { - var value = parseInt( this.getValue(), 10 ); - if ( type == IMAGE || type == PREVIEW ) - { - if ( !isNaN( value ) ) - { - element.setStyle( 'border-width', CKEDITOR.tools.cssLength( value ) ); - element.setStyle( 'border-style', 'solid' ); - } - else if ( !value && this.isChanged() ) - { - element.removeStyle( 'border-width' ); - element.removeStyle( 'border-style' ); - element.removeStyle( 'border-color' ); - } - - if ( !internalCommit && type == IMAGE ) - element.removeAttribute( 'border' ); - } - else if ( type == CLEANUP ) - { - element.removeAttribute( 'border' ); - element.removeStyle( 'border-width' ); - element.removeStyle( 'border-style' ); - element.removeStyle( 'border-color' ); - } - } - }, - { - type : 'text', - id : 'txtHSpace', - width: '60px', - label : editor.lang.image.hSpace, - 'default' : '', - onKeyUp : function() - { - updatePreview( this.getDialog() ); - }, - onChange : function() - { - commitInternally.call( this, 'advanced:txtdlgGenStyle' ); - }, - validate : CKEDITOR.dialog.validate.integer( editor.lang.image.validateHSpace ), - setup : function( type, element ) - { - if ( type == IMAGE ) - { - var value, - marginLeftPx, - marginRightPx, - marginLeftStyle = element.getStyle( 'margin-left' ), - marginRightStyle = element.getStyle( 'margin-right' ); - - marginLeftStyle = marginLeftStyle && marginLeftStyle.match( pxLengthRegex ); - marginRightStyle = marginRightStyle && marginRightStyle.match( pxLengthRegex ); - marginLeftPx = parseInt( marginLeftStyle, 10 ); - marginRightPx = parseInt( marginRightStyle, 10 ); - - value = ( marginLeftPx == marginRightPx ) && marginLeftPx; - isNaN( parseInt( value, 10 ) ) && ( value = element.getAttribute( 'hspace' ) ); - - this.setValue( value ); - } - }, - commit : function( type, element, internalCommit ) - { - var value = parseInt( this.getValue(), 10 ); - if ( type == IMAGE || type == PREVIEW ) - { - if ( !isNaN( value ) ) - { - element.setStyle( 'margin-left', CKEDITOR.tools.cssLength( value ) ); - element.setStyle( 'margin-right', CKEDITOR.tools.cssLength( value ) ); - } - else if ( !value && this.isChanged( ) ) - { - element.removeStyle( 'margin-left' ); - element.removeStyle( 'margin-right' ); - } - - if ( !internalCommit && type == IMAGE ) - element.removeAttribute( 'hspace' ); - } - else if ( type == CLEANUP ) - { - element.removeAttribute( 'hspace' ); - element.removeStyle( 'margin-left' ); - element.removeStyle( 'margin-right' ); - } - } - }, - { - type : 'text', - id : 'txtVSpace', - width : '60px', - label : editor.lang.image.vSpace, - 'default' : '', - onKeyUp : function() - { - updatePreview( this.getDialog() ); - }, - onChange : function() - { - commitInternally.call( this, 'advanced:txtdlgGenStyle' ); - }, - validate : CKEDITOR.dialog.validate.integer( editor.lang.image.validateVSpace ), - setup : function( type, element ) - { - if ( type == IMAGE ) - { - var value, - marginTopPx, - marginBottomPx, - marginTopStyle = element.getStyle( 'margin-top' ), - marginBottomStyle = element.getStyle( 'margin-bottom' ); - - marginTopStyle = marginTopStyle && marginTopStyle.match( pxLengthRegex ); - marginBottomStyle = marginBottomStyle && marginBottomStyle.match( pxLengthRegex ); - marginTopPx = parseInt( marginTopStyle, 10 ); - marginBottomPx = parseInt( marginBottomStyle, 10 ); - - value = ( marginTopPx == marginBottomPx ) && marginTopPx; - isNaN ( parseInt( value, 10 ) ) && ( value = element.getAttribute( 'vspace' ) ); - this.setValue( value ); - } - }, - commit : function( type, element, internalCommit ) - { - var value = parseInt( this.getValue(), 10 ); - if ( type == IMAGE || type == PREVIEW ) - { - if ( !isNaN( value ) ) - { - element.setStyle( 'margin-top', CKEDITOR.tools.cssLength( value ) ); - element.setStyle( 'margin-bottom', CKEDITOR.tools.cssLength( value ) ); - } - else if ( !value && this.isChanged( ) ) - { - element.removeStyle( 'margin-top' ); - element.removeStyle( 'margin-bottom' ); - } - - if ( !internalCommit && type == IMAGE ) - element.removeAttribute( 'vspace' ); - } - else if ( type == CLEANUP ) - { - element.removeAttribute( 'vspace' ); - element.removeStyle( 'margin-top' ); - element.removeStyle( 'margin-bottom' ); - } - } - }, - { - id : 'cmbAlign', - type : 'select', - widths : [ '35%','65%' ], - style : 'width:90px', - label : editor.lang.common.align, - 'default' : '', - items : - [ - [ editor.lang.common.notSet , ''], - [ editor.lang.common.alignLeft , 'left'], - [ editor.lang.common.alignRight , 'right'] - // Backward compatible with v2 on setup when specified as attribute value, - // while these values are no more available as select options. - // [ editor.lang.image.alignAbsBottom , 'absBottom'], - // [ editor.lang.image.alignAbsMiddle , 'absMiddle'], - // [ editor.lang.image.alignBaseline , 'baseline'], - // [ editor.lang.image.alignTextTop , 'text-top'], - // [ editor.lang.image.alignBottom , 'bottom'], - // [ editor.lang.image.alignMiddle , 'middle'], - // [ editor.lang.image.alignTop , 'top'] - ], - onChange : function() - { - updatePreview( this.getDialog() ); - commitInternally.call( this, 'advanced:txtdlgGenStyle' ); - }, - setup : function( type, element ) - { - if ( type == IMAGE ) - { - var value = element.getStyle( 'float' ); - switch( value ) - { - // Ignore those unrelated values. - case 'inherit': - case 'none': - value = ''; - } - - !value && ( value = ( element.getAttribute( 'align' ) || '' ).toLowerCase() ); - this.setValue( value ); - } - }, - commit : function( type, element, internalCommit ) - { - var value = this.getValue(); - if ( type == IMAGE || type == PREVIEW ) - { - if ( value ) - element.setStyle( 'float', value ); - else - element.removeStyle( 'float' ); - - if ( !internalCommit && type == IMAGE ) - { - value = ( element.getAttribute( 'align' ) || '' ).toLowerCase(); - switch( value ) - { - // we should remove it only if it matches "left" or "right", - // otherwise leave it intact. - case 'left': - case 'right': - element.removeAttribute( 'align' ); - } - } - } - else if ( type == CLEANUP ) - element.removeStyle( 'float' ); - - } - } - ] - } - ] - }, - { - type : 'vbox', - height : '250px', - children : - [ - { - type : 'html', - id : 'htmlPreview', - style : 'width:95%;', - html : '<div>' + CKEDITOR.tools.htmlEncode( editor.lang.common.preview ) +'<br>'+ - '<div id="' + imagePreviewLoaderId + '" class="ImagePreviewLoader" style="display:none"><div class="loading"> </div></div>'+ - '<div id="' + imagePreviewBoxId + '" class="ImagePreviewBox"><table><tr><td>'+ - '<a href="javascript:void(0)" target="_blank" onclick="return false;" id="' + previewLinkId + '">'+ - '<img id="' + previewImageId + '" alt="" /></a>' + - ( editor.config.image_previewText || - 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. '+ - 'Maecenas feugiat consequat diam. Maecenas metus. Vivamus diam purus, cursus a, commodo non, facilisis vitae, '+ - 'nulla. Aenean dictum lacinia tortor. Nunc iaculis, nibh non iaculis aliquam, orci felis euismod neque, sed ornare massa mauris sed velit. Nulla pretium mi et risus. Fusce mi pede, tempor id, cursus ac, ullamcorper nec, enim. Sed tortor. Curabitur molestie. Duis velit augue, condimentum at, ultrices a, luctus ut, orci. Donec pellentesque egestas eros. Integer cursus, augue in cursus faucibus, eros pede bibendum sem, in tempus tellus justo quis ligula. Etiam eget tortor. Vestibulum rutrum, est ut placerat elementum, lectus nisl aliquam velit, tempor aliquam eros nunc nonummy metus. In eros metus, gravida a, gravida sed, lobortis id, turpis. Ut ultrices, ipsum at venenatis fringilla, sem nulla lacinia tellus, eget aliquet turpis mauris non enim. Nam turpis. Suspendisse lacinia. Curabitur ac tortor ut ipsum egestas elementum. Nunc imperdiet gravida mauris.' ) + - '</td></tr></table></div></div>' - } - ] - } - ] - } - ] - }, - { - id : 'Link', - label : editor.lang.link.title, - padding : 0, - elements : - [ - { - id : 'txtUrl', - type : 'text', - label : editor.lang.common.url, - style : 'width: 100%', - 'default' : '', - setup : function( type, element ) - { - if ( type == LINK ) - { - var href = element.data( 'cke-saved-href' ); - if ( !href ) - href = element.getAttribute( 'href' ); - this.setValue( href ); - } - }, - commit : function( type, element ) - { - if ( type == LINK ) - { - if ( this.getValue() || this.isChanged() ) - { - var url = decodeURI( this.getValue() ); - element.data( 'cke-saved-href', url ); - element.setAttribute( 'href', url ); - - if ( this.getValue() || !editor.config.image_removeLinkByEmptyURL ) - this.getDialog().addLink = true; - } - } - } - }, - { - type : 'button', - id : 'browse', - filebrowser : - { - action : 'Browse', - target: 'Link:txtUrl', - url: editor.config.filebrowserImageBrowseLinkUrl - }, - style : 'float:right', - hidden : true, - label : editor.lang.common.browseServer - }, - { - id : 'cmbTarget', - type : 'select', - label : editor.lang.common.target, - 'default' : '', - items : - [ - [ editor.lang.common.notSet , ''], - [ editor.lang.common.targetNew , '_blank'], - [ editor.lang.common.targetTop , '_top'], - [ editor.lang.common.targetSelf , '_self'], - [ editor.lang.common.targetParent , '_parent'] - ], - setup : function( type, element ) - { - if ( type == LINK ) - this.setValue( element.getAttribute( 'target' ) || '' ); - }, - commit : function( type, element ) - { - if ( type == LINK ) - { - if ( this.getValue() || this.isChanged() ) - element.setAttribute( 'target', this.getValue() ); - } - } - } - ] - }, - { - id : 'Upload', - hidden : true, - filebrowser : 'uploadButton', - label : editor.lang.image.upload, - elements : - [ - { - type : 'file', - id : 'upload', - label : editor.lang.image.btnUpload, - style: 'height:40px', - size : 38 - }, - { - type : 'fileButton', - id : 'uploadButton', - filebrowser : 'info:txtUrl', - label : editor.lang.image.btnUpload, - 'for' : [ 'Upload', 'upload' ] - } - ] - }, - { - id : 'advanced', - label : editor.lang.common.advancedTab, - elements : - [ - { - type : 'hbox', - widths : [ '50%', '25%', '25%' ], - children : - [ - { - type : 'text', - id : 'linkId', - label : editor.lang.common.id, - setup : function( type, element ) - { - if ( type == IMAGE ) - this.setValue( element.getAttribute( 'id' ) ); - }, - commit : function( type, element ) - { - if ( type == IMAGE ) - { - if ( this.getValue() || this.isChanged() ) - element.setAttribute( 'id', this.getValue() ); - } - } - }, - { - id : 'cmbLangDir', - type : 'select', - style : 'width : 100px;', - label : editor.lang.common.langDir, - 'default' : '', - items : - [ - [ editor.lang.common.notSet, '' ], - [ editor.lang.common.langDirLtr, 'ltr' ], - [ editor.lang.common.langDirRtl, 'rtl' ] - ], - setup : function( type, element ) - { - if ( type == IMAGE ) - this.setValue( element.getAttribute( 'dir' ) ); - }, - commit : function( type, element ) - { - if ( type == IMAGE ) - { - if ( this.getValue() || this.isChanged() ) - element.setAttribute( 'dir', this.getValue() ); - } - } - }, - { - type : 'text', - id : 'txtLangCode', - label : editor.lang.common.langCode, - 'default' : '', - setup : function( type, element ) - { - if ( type == IMAGE ) - this.setValue( element.getAttribute( 'lang' ) ); - }, - commit : function( type, element ) - { - if ( type == IMAGE ) - { - if ( this.getValue() || this.isChanged() ) - element.setAttribute( 'lang', this.getValue() ); - } - } - } - ] - }, - { - type : 'text', - id : 'txtGenLongDescr', - label : editor.lang.common.longDescr, - setup : function( type, element ) - { - if ( type == IMAGE ) - this.setValue( element.getAttribute( 'longDesc' ) ); - }, - commit : function( type, element ) - { - if ( type == IMAGE ) - { - if ( this.getValue() || this.isChanged() ) - element.setAttribute( 'longDesc', this.getValue() ); - } - } - }, - { - type : 'hbox', - widths : [ '50%', '50%' ], - children : - [ - { - type : 'text', - id : 'txtGenClass', - label : editor.lang.common.cssClass, - 'default' : '', - setup : function( type, element ) - { - if ( type == IMAGE ) - this.setValue( element.getAttribute( 'class' ) ); - }, - commit : function( type, element ) - { - if ( type == IMAGE ) - { - if ( this.getValue() || this.isChanged() ) - element.setAttribute( 'class', this.getValue() ); - } - } - }, - { - type : 'text', - id : 'txtGenTitle', - label : editor.lang.common.advisoryTitle, - 'default' : '', - onChange : function() - { - updatePreview( this.getDialog() ); - }, - setup : function( type, element ) - { - if ( type == IMAGE ) - this.setValue( element.getAttribute( 'title' ) ); - }, - commit : function( type, element ) - { - if ( type == IMAGE ) - { - if ( this.getValue() || this.isChanged() ) - element.setAttribute( 'title', this.getValue() ); - } - else if ( type == PREVIEW ) - { - element.setAttribute( 'title', this.getValue() ); - } - else if ( type == CLEANUP ) - { - element.removeAttribute( 'title' ); - } - } - } - ] - }, - { - type : 'text', - id : 'txtdlgGenStyle', - label : editor.lang.common.cssStyle, - 'default' : '', - setup : function( type, element ) - { - if ( type == IMAGE ) - { - var genStyle = element.getAttribute( 'style' ); - if ( !genStyle && element.$.style.cssText ) - genStyle = element.$.style.cssText; - this.setValue( genStyle ); - - var height = element.$.style.height, - width = element.$.style.width, - aMatchH = ( height ? height : '' ).match( regexGetSize ), - aMatchW = ( width ? width : '').match( regexGetSize ); - - this.attributesInStyle = - { - height : !!aMatchH, - width : !!aMatchW - }; - } - }, - onChange : function () - { - commitInternally.call( this, - [ 'info:cmbFloat', 'info:cmbAlign', - 'info:txtVSpace', 'info:txtHSpace', - 'info:txtBorder', - 'info:txtWidth', 'info:txtHeight' ] ); - updatePreview( this ); - }, - commit : function( type, element ) - { - if ( type == IMAGE && ( this.getValue() || this.isChanged() ) ) - { - element.setAttribute( 'style', this.getValue() ); - } - } - } - ] - } - ] - }; - }; - - CKEDITOR.dialog.add( 'image', function( editor ) - { - return imageDialog( editor, 'image' ); - }); - - CKEDITOR.dialog.add( 'imagebutton', function( editor ) - { - return imageDialog( editor, 'imagebutton' ); - }); -})(); diff --git a/skins/ckeditor/_source/plugins/image/plugin.js b/skins/ckeditor/_source/plugins/image/plugin.js deleted file mode 100644 index 7285b0f..0000000 --- a/skins/ckeditor/_source/plugins/image/plugin.js +++ /dev/null @@ -1,81 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file Image plugin - */ - -CKEDITOR.plugins.add( 'image', -{ - init : function( editor ) - { - var pluginName = 'image'; - - // Register the dialog. - CKEDITOR.dialog.add( pluginName, this.path + 'dialogs/image.js' ); - - // Register the command. - editor.addCommand( pluginName, new CKEDITOR.dialogCommand( pluginName ) ); - - // Register the toolbar button. - editor.ui.addButton( 'Image', - { - label : editor.lang.common.image, - command : pluginName - }); - - editor.on( 'doubleclick', function( evt ) - { - var element = evt.data.element; - - if ( element.is( 'img' ) && !element.data( 'cke-realelement' ) && !element.isReadOnly() ) - evt.data.dialog = 'image'; - }); - - // If the "menu" plugin is loaded, register the menu items. - if ( editor.addMenuItems ) - { - editor.addMenuItems( - { - image : - { - label : editor.lang.image.menu, - command : 'image', - group : 'image' - } - }); - } - - // If the "contextmenu" plugin is loaded, register the listeners. - if ( editor.contextMenu ) - { - editor.contextMenu.addListener( function( element, selection ) - { - if ( !element || !element.is( 'img' ) || element.data( 'cke-realelement' ) || element.isReadOnly() ) - return null; - - return { image : CKEDITOR.TRISTATE_OFF }; - }); - } - } -} ); - -/** - * Whether to remove links when emptying the link URL field in the image dialog. - * @type Boolean - * @default true - * @example - * config.image_removeLinkByEmptyURL = false; - */ -CKEDITOR.config.image_removeLinkByEmptyURL = true; - -/** - * Padding text to set off the image in preview area. - * @name CKEDITOR.config.image_previewText - * @type String - * @default "Lorem ipsum dolor..." placehoder text. - * @example - * config.image_previewText = CKEDITOR.tools.repeat( '___ ', 100 ); - */ diff --git a/skins/ckeditor/_source/plugins/indent/plugin.js b/skins/ckeditor/_source/plugins/indent/plugin.js deleted file mode 100644 index 330af61..0000000 --- a/skins/ckeditor/_source/plugins/indent/plugin.js +++ /dev/null @@ -1,461 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file Increse and decrease indent commands. - */ - -(function() -{ - var listNodeNames = { ol : 1, ul : 1 }, - isNotWhitespaces = CKEDITOR.dom.walker.whitespaces( true ), - isNotBookmark = CKEDITOR.dom.walker.bookmark( false, true ); - - function onSelectionChange( evt ) - { - if ( evt.editor.readOnly ) - return null; - - var editor = evt.editor, - elementPath = evt.data.path, - list = elementPath && elementPath.contains( listNodeNames ), - firstBlock = elementPath.block || elementPath.blockLimit; - - if ( list ) - return this.setState( CKEDITOR.TRISTATE_OFF ); - - if ( !this.useIndentClasses && this.name == 'indent' ) - return this.setState( CKEDITOR.TRISTATE_OFF ); - - if ( !firstBlock ) - return this.setState( CKEDITOR.TRISTATE_DISABLED ); - - if ( this.useIndentClasses ) - { - var indentClass = firstBlock.$.className.match( this.classNameRegex ), - indentStep = 0; - if ( indentClass ) - { - indentClass = indentClass[1]; - indentStep = this.indentClassMap[ indentClass ]; - } - if ( ( this.name == 'outdent' && !indentStep ) || - ( this.name == 'indent' && indentStep == editor.config.indentClasses.length ) ) - return this.setState( CKEDITOR.TRISTATE_DISABLED ); - return this.setState( CKEDITOR.TRISTATE_OFF ); - } - else - { - var indent = parseInt( firstBlock.getStyle( getIndentCssProperty( firstBlock ) ), 10 ); - if ( isNaN( indent ) ) - indent = 0; - if ( indent <= 0 ) - return this.setState( CKEDITOR.TRISTATE_DISABLED ); - return this.setState( CKEDITOR.TRISTATE_OFF ); - } - } - - function indentCommand( editor, name ) - { - this.name = name; - this.useIndentClasses = editor.config.indentClasses && editor.config.indentClasses.length > 0; - if ( this.useIndentClasses ) - { - this.classNameRegex = new RegExp( '(?:^|\\s+)(' + editor.config.indentClasses.join( '|' ) + ')(?=$|\\s)' ); - this.indentClassMap = {}; - for ( var i = 0 ; i < editor.config.indentClasses.length ; i++ ) - this.indentClassMap[ editor.config.indentClasses[i] ] = i + 1; - } - - this.startDisabled = name == 'outdent'; - } - - // Returns the CSS property to be used for identing a given element. - function getIndentCssProperty( element, dir ) - { - return ( dir || element.getComputedStyle( 'direction' ) ) == 'ltr' ? 'margin-left' : 'margin-right'; - } - - function isListItem( node ) - { - return node.type = CKEDITOR.NODE_ELEMENT && node.is( 'li' ); - } - - indentCommand.prototype = { - exec : function( editor ) - { - var self = this, database = {}; - - function indentList( listNode ) - { - // Our starting and ending points of the range might be inside some blocks under a list item... - // So before playing with the iterator, we need to expand the block to include the list items. - var startContainer = range.startContainer, - endContainer = range.endContainer; - while ( startContainer && !startContainer.getParent().equals( listNode ) ) - startContainer = startContainer.getParent(); - while ( endContainer && !endContainer.getParent().equals( listNode ) ) - endContainer = endContainer.getParent(); - - if ( !startContainer || !endContainer ) - return; - - // Now we can iterate over the individual items on the same tree depth. - var block = startContainer, - itemsToMove = [], - stopFlag = false; - while ( !stopFlag ) - { - if ( block.equals( endContainer ) ) - stopFlag = true; - itemsToMove.push( block ); - block = block.getNext(); - } - if ( itemsToMove.length < 1 ) - return; - - // Do indent or outdent operations on the array model of the list, not the - // list's DOM tree itself. The array model demands that it knows as much as - // possible about the surrounding lists, we need to feed it the further - // ancestor node that is still a list. - var listParents = listNode.getParents( true ); - for ( var i = 0 ; i < listParents.length ; i++ ) - { - if ( listParents[i].getName && listNodeNames[ listParents[i].getName() ] ) - { - listNode = listParents[i]; - break; - } - } - var indentOffset = self.name == 'indent' ? 1 : -1, - startItem = itemsToMove[0], - lastItem = itemsToMove[ itemsToMove.length - 1 ]; - - // Convert the list DOM tree into a one dimensional array. - var listArray = CKEDITOR.plugins.list.listToArray( listNode, database ); - - // Apply indenting or outdenting on the array. - var baseIndent = listArray[ lastItem.getCustomData( 'listarray_index' ) ].indent; - for ( i = startItem.getCustomData( 'listarray_index' ); i <= lastItem.getCustomData( 'listarray_index' ); i++ ) - { - listArray[ i ].indent += indentOffset; - // Make sure the newly created sublist get a brand-new element of the same type. (#5372) - var listRoot = listArray[ i ].parent; - listArray[ i ].parent = new CKEDITOR.dom.element( listRoot.getName(), listRoot.getDocument() ); - } - - for ( i = lastItem.getCustomData( 'listarray_index' ) + 1 ; - i < listArray.length && listArray[i].indent > baseIndent ; i++ ) - listArray[i].indent += indentOffset; - - // Convert the array back to a DOM forest (yes we might have a few subtrees now). - // And replace the old list with the new forest. - var newList = CKEDITOR.plugins.list.arrayToList( listArray, database, null, editor.config.enterMode, listNode.getDirection() ); - - // Avoid nested <li> after outdent even they're visually same, - // recording them for later refactoring.(#3982) - if ( self.name == 'outdent' ) - { - var parentLiElement; - if ( ( parentLiElement = listNode.getParent() ) && parentLiElement.is( 'li' ) ) - { - var children = newList.listNode.getChildren(), - pendingLis = [], - count = children.count(), - child; - - for ( i = count - 1 ; i >= 0 ; i-- ) - { - if ( ( child = children.getItem( i ) ) && child.is && child.is( 'li' ) ) - pendingLis.push( child ); - } - } - } - - if ( newList ) - newList.listNode.replace( listNode ); - - // Move the nested <li> to be appeared after the parent. - if ( pendingLis && pendingLis.length ) - { - for ( i = 0; i < pendingLis.length ; i++ ) - { - var li = pendingLis[ i ], - followingList = li; - - // Nest preceding <ul>/<ol> inside current <li> if any. - while ( ( followingList = followingList.getNext() ) && - followingList.is && - followingList.getName() in listNodeNames ) - { - // IE requires a filler NBSP for nested list inside empty list item, - // otherwise the list item will be inaccessiable. (#4476) - if ( CKEDITOR.env.ie && !li.getFirst( function( node ){ return isNotWhitespaces( node ) && isNotBookmark( node ); } ) ) - li.append( range.document.createText( '\u00a0' ) ); - - li.append( followingList ); - } - - li.insertAfter( parentLiElement ); - } - } - } - - function indentBlock() - { - var iterator = range.createIterator(), - enterMode = editor.config.enterMode; - iterator.enforceRealBlocks = true; - iterator.enlargeBr = enterMode != CKEDITOR.ENTER_BR; - var block; - while ( ( block = iterator.getNextParagraph( enterMode == CKEDITOR.ENTER_P ? 'p' : 'div' ) ) ) - indentElement( block ); - } - - function indentElement( element, dir ) - { - if ( element.getCustomData( 'indent_processed' ) ) - return false; - - if ( self.useIndentClasses ) - { - // Transform current class name to indent step index. - var indentClass = element.$.className.match( self.classNameRegex ), - indentStep = 0; - if ( indentClass ) - { - indentClass = indentClass[1]; - indentStep = self.indentClassMap[ indentClass ]; - } - - // Operate on indent step index, transform indent step index back to class - // name. - if ( self.name == 'outdent' ) - indentStep--; - else - indentStep++; - - if ( indentStep < 0 ) - return false; - - indentStep = Math.min( indentStep, editor.config.indentClasses.length ); - indentStep = Math.max( indentStep, 0 ); - element.$.className = CKEDITOR.tools.ltrim( element.$.className.replace( self.classNameRegex, '' ) ); - if ( indentStep > 0 ) - element.addClass( editor.config.indentClasses[ indentStep - 1 ] ); - } - else - { - var indentCssProperty = getIndentCssProperty( element, dir ), - currentOffset = parseInt( element.getStyle( indentCssProperty ), 10 ); - if ( isNaN( currentOffset ) ) - currentOffset = 0; - var indentOffset = editor.config.indentOffset || 40; - currentOffset += ( self.name == 'indent' ? 1 : -1 ) * indentOffset; - - if ( currentOffset < 0 ) - return false; - - currentOffset = Math.max( currentOffset, 0 ); - currentOffset = Math.ceil( currentOffset / indentOffset ) * indentOffset; - element.setStyle( indentCssProperty, currentOffset ? currentOffset + ( editor.config.indentUnit || 'px' ) : '' ); - if ( element.getAttribute( 'style' ) === '' ) - element.removeAttribute( 'style' ); - } - - CKEDITOR.dom.element.setMarker( database, element, 'indent_processed', 1 ); - return true; - } - - var selection = editor.getSelection(), - bookmarks = selection.createBookmarks( 1 ), - ranges = selection && selection.getRanges( 1 ), - range; - - - var iterator = ranges.createIterator(); - while ( ( range = iterator.getNextRange() ) ) - { - var rangeRoot = range.getCommonAncestor(), - nearestListBlock = rangeRoot; - - while ( nearestListBlock && !( nearestListBlock.type == CKEDITOR.NODE_ELEMENT && - listNodeNames[ nearestListBlock.getName() ] ) ) - nearestListBlock = nearestListBlock.getParent(); - - // Avoid having selection enclose the entire list. (#6138) - // [<ul><li>...</li></ul>] =><ul><li>[...]</li></ul> - if ( !nearestListBlock ) - { - var selectedNode = range.getEnclosedNode(); - if ( selectedNode - && selectedNode.type == CKEDITOR.NODE_ELEMENT - && selectedNode.getName() in listNodeNames) - { - range.setStartAt( selectedNode, CKEDITOR.POSITION_AFTER_START ); - range.setEndAt( selectedNode, CKEDITOR.POSITION_BEFORE_END ); - nearestListBlock = selectedNode; - } - } - - // Avoid selection anchors under list root. - // <ul>[<li>...</li>]</ul> => <ul><li>[...]</li></ul> - if ( nearestListBlock && range.startContainer.type == CKEDITOR.NODE_ELEMENT - && range.startContainer.getName() in listNodeNames ) - { - var walker = new CKEDITOR.dom.walker( range ); - walker.evaluator = isListItem; - range.startContainer = walker.next(); - } - - if ( nearestListBlock && range.endContainer.type == CKEDITOR.NODE_ELEMENT - && range.endContainer.getName() in listNodeNames ) - { - walker = new CKEDITOR.dom.walker( range ); - walker.evaluator = isListItem; - range.endContainer = walker.previous(); - } - - if ( nearestListBlock ) - { - var firstListItem = nearestListBlock.getFirst( isListItem ), - hasMultipleItems = !!firstListItem.getNext( isListItem ), - rangeStart = range.startContainer, - indentWholeList = firstListItem.equals( rangeStart ) || firstListItem.contains( rangeStart ); - - // Indent the entire list if cursor is inside the first list item. (#3893) - // Only do that for indenting or when using indent classes or when there is something to outdent. (#6141) - if ( !( indentWholeList && - ( self.name == 'indent' || self.useIndentClasses || parseInt( nearestListBlock.getStyle( getIndentCssProperty( nearestListBlock ) ), 10 ) ) && - indentElement( nearestListBlock, !hasMultipleItems && firstListItem.getDirection() ) ) ) - indentList( nearestListBlock ); - } - else - indentBlock(); - } - - // Clean up the markers. - CKEDITOR.dom.element.clearAllMarkers( database ); - - editor.forceNextSelectionCheck(); - selection.selectBookmarks( bookmarks ); - } - }; - - CKEDITOR.plugins.add( 'indent', - { - init : function( editor ) - { - // Register commands. - var indent = editor.addCommand( 'indent', new indentCommand( editor, 'indent' ) ), - outdent = editor.addCommand( 'outdent', new indentCommand( editor, 'outdent' ) ); - - // Register the toolbar buttons. - editor.ui.addButton( 'Indent', - { - label : editor.lang.indent, - command : 'indent' - }); - editor.ui.addButton( 'Outdent', - { - label : editor.lang.outdent, - command : 'outdent' - }); - - // Register the state changing handlers. - editor.on( 'selectionChange', CKEDITOR.tools.bind( onSelectionChange, indent ) ); - editor.on( 'selectionChange', CKEDITOR.tools.bind( onSelectionChange, outdent ) ); - - // [IE6/7] Raw lists are using margin instead of padding for visual indentation in wysiwyg mode. (#3893) - if ( CKEDITOR.env.ie6Compat || CKEDITOR.env.ie7Compat ) - { - editor.addCss( - "ul,ol" + - "{" + - " margin-left: 0px;" + - " padding-left: 40px;" + - "}" ); - } - - // Register dirChanged listener. - editor.on( 'dirChanged', function( e ) - { - var range = new CKEDITOR.dom.range( editor.document ); - range.setStartBefore( e.data.node ); - range.setEndAfter( e.data.node ); - - var walker = new CKEDITOR.dom.walker( range ), - node; - - while ( ( node = walker.next() ) ) - { - if ( node.type == CKEDITOR.NODE_ELEMENT ) - { - // A child with the defined dir is to be ignored. - if ( !node.equals( e.data.node ) && node.getDirection() ) - { - range.setStartAfter( node ); - walker = new CKEDITOR.dom.walker( range ); - continue; - } - - // Switch alignment classes. - var classes = editor.config.indentClasses; - if ( classes ) - { - var suffix = ( e.data.dir == 'ltr' ) ? [ '_rtl', '' ] : [ '', '_rtl' ]; - for ( var i = 0; i < classes.length; i++ ) - { - if ( node.hasClass( classes[ i ] + suffix[ 0 ] ) ) - { - node.removeClass( classes[ i ] + suffix[ 0 ] ); - node.addClass( classes[ i ] + suffix[ 1 ] ); - } - } - } - - // Switch the margins. - var marginLeft = node.getStyle( 'margin-right' ), - marginRight = node.getStyle( 'margin-left' ); - - marginLeft ? node.setStyle( 'margin-left', marginLeft ) : node.removeStyle( 'margin-left' ); - marginRight ? node.setStyle( 'margin-right', marginRight ) : node.removeStyle( 'margin-right' ); - } - } - }); - }, - - requires : [ 'domiterator', 'list' ] - } ); -})(); - -/** - * Size of each indentation step - * @name CKEDITOR.config.indentOffset - * @type Number - * @default 40 - * @example - * config.indentOffset = 4; - */ - - /** - * Unit for the indentation style - * @name CKEDITOR.config.indentUnit - * @type String - * @default 'px' - * @example - * config.indentUnit = 'em'; - */ - - /** - * List of classes to use for indenting the contents. If it's null, no classes will be used - * and instead the {@link #indentUnit} and {@link #indentOffset} properties will be used. - * @name CKEDITOR.config.indentClasses - * @type Array - * @default null - * @example - * // Use the classes 'Indent1', 'Indent2', 'Indent3' - * config.indentClasses = ['Indent1', 'Indent2', 'Indent3']; - */ diff --git a/skins/ckeditor/_source/plugins/justify/plugin.js b/skins/ckeditor/_source/plugins/justify/plugin.js deleted file mode 100644 index 82c1fcc..0000000 --- a/skins/ckeditor/_source/plugins/justify/plugin.js +++ /dev/null @@ -1,253 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file Justify commands. - */ - -(function() -{ - function getState( editor, path ) - { - var firstBlock = path.block || path.blockLimit; - - if ( !firstBlock || firstBlock.getName() == 'body' ) - return CKEDITOR.TRISTATE_OFF; - - return ( getAlignment( firstBlock, editor.config.useComputedState ) == this.value ) ? - CKEDITOR.TRISTATE_ON : - CKEDITOR.TRISTATE_OFF; - } - - function getAlignment( element, useComputedState ) - { - useComputedState = useComputedState === undefined || useComputedState; - - var align; - if ( useComputedState ) - align = element.getComputedStyle( 'text-align' ); - else - { - while ( !element.hasAttribute || !( element.hasAttribute( 'align' ) || element.getStyle( 'text-align' ) ) ) - { - var parent = element.getParent(); - if ( !parent ) - break; - element = parent; - } - align = element.getStyle( 'text-align' ) || element.getAttribute( 'align' ) || ''; - } - - align && ( align = align.replace( /-moz-|-webkit-|start|auto/i, '' ) ); - - !align && useComputedState && ( align = element.getComputedStyle( 'direction' ) == 'rtl' ? 'right' : 'left' ); - - return align; - } - - function onSelectionChange( evt ) - { - if ( evt.editor.readOnly ) - return; - - var command = evt.editor.getCommand( this.name ); - command.state = getState.call( this, evt.editor, evt.data.path ); - command.fire( 'state' ); - } - - function justifyCommand( editor, name, value ) - { - this.name = name; - this.value = value; - - var classes = editor.config.justifyClasses; - if ( classes ) - { - switch ( value ) - { - case 'left' : - this.cssClassName = classes[0]; - break; - case 'center' : - this.cssClassName = classes[1]; - break; - case 'right' : - this.cssClassName = classes[2]; - break; - case 'justify' : - this.cssClassName = classes[3]; - break; - } - - this.cssClassRegex = new RegExp( '(?:^|\\s+)(?:' + classes.join( '|' ) + ')(?=$|\\s)' ); - } - } - - function onDirChanged( e ) - { - var editor = e.editor; - - var range = new CKEDITOR.dom.range( editor.document ); - range.setStartBefore( e.data.node ); - range.setEndAfter( e.data.node ); - - var walker = new CKEDITOR.dom.walker( range ), - node; - - while ( ( node = walker.next() ) ) - { - if ( node.type == CKEDITOR.NODE_ELEMENT ) - { - // A child with the defined dir is to be ignored. - if ( !node.equals( e.data.node ) && node.getDirection() ) - { - range.setStartAfter( node ); - walker = new CKEDITOR.dom.walker( range ); - continue; - } - - // Switch the alignment. - var classes = editor.config.justifyClasses; - if ( classes ) - { - // The left align class. - if ( node.hasClass( classes[ 0 ] ) ) - { - node.removeClass( classes[ 0 ] ); - node.addClass( classes[ 2 ] ); - } - // The right align class. - else if ( node.hasClass( classes[ 2 ] ) ) - { - node.removeClass( classes[ 2 ] ); - node.addClass( classes[ 0 ] ); - } - } - - // Always switch CSS margins. - var style = 'text-align'; - var align = node.getStyle( style ); - - if ( align == 'left' ) - node.setStyle( style, 'right' ); - else if ( align == 'right' ) - node.setStyle( style, 'left' ); - } - } - } - - justifyCommand.prototype = { - exec : function( editor ) - { - var selection = editor.getSelection(), - enterMode = editor.config.enterMode; - - if ( !selection ) - return; - - var bookmarks = selection.createBookmarks(), - ranges = selection.getRanges( true ); - - var cssClassName = this.cssClassName, - iterator, - block; - - var useComputedState = editor.config.useComputedState; - useComputedState = useComputedState === undefined || useComputedState; - - for ( var i = ranges.length - 1 ; i >= 0 ; i-- ) - { - iterator = ranges[ i ].createIterator(); - iterator.enlargeBr = enterMode != CKEDITOR.ENTER_BR; - - while ( ( block = iterator.getNextParagraph( enterMode == CKEDITOR.ENTER_P ? 'p' : 'div' ) ) ) - { - block.removeAttribute( 'align' ); - block.removeStyle( 'text-align' ); - - // Remove any of the alignment classes from the className. - var className = cssClassName && ( block.$.className = - CKEDITOR.tools.ltrim( block.$.className.replace( this.cssClassRegex, '' ) ) ); - - var apply = - ( this.state == CKEDITOR.TRISTATE_OFF ) && - ( !useComputedState || ( getAlignment( block, true ) != this.value ) ); - - if ( cssClassName ) - { - // Append the desired class name. - if ( apply ) - block.addClass( cssClassName ); - else if ( !className ) - block.removeAttribute( 'class' ); - } - else if ( apply ) - block.setStyle( 'text-align', this.value ); - } - - } - - editor.focus(); - editor.forceNextSelectionCheck(); - selection.selectBookmarks( bookmarks ); - } - }; - - CKEDITOR.plugins.add( 'justify', - { - init : function( editor ) - { - var left = new justifyCommand( editor, 'justifyleft', 'left' ), - center = new justifyCommand( editor, 'justifycenter', 'center' ), - right = new justifyCommand( editor, 'justifyright', 'right' ), - justify = new justifyCommand( editor, 'justifyblock', 'justify' ); - - editor.addCommand( 'justifyleft', left ); - editor.addCommand( 'justifycenter', center ); - editor.addCommand( 'justifyright', right ); - editor.addCommand( 'justifyblock', justify ); - - editor.ui.addButton( 'JustifyLeft', - { - label : editor.lang.justify.left, - command : 'justifyleft' - } ); - editor.ui.addButton( 'JustifyCenter', - { - label : editor.lang.justify.center, - command : 'justifycenter' - } ); - editor.ui.addButton( 'JustifyRight', - { - label : editor.lang.justify.right, - command : 'justifyright' - } ); - editor.ui.addButton( 'JustifyBlock', - { - label : editor.lang.justify.block, - command : 'justifyblock' - } ); - - editor.on( 'selectionChange', CKEDITOR.tools.bind( onSelectionChange, left ) ); - editor.on( 'selectionChange', CKEDITOR.tools.bind( onSelectionChange, right ) ); - editor.on( 'selectionChange', CKEDITOR.tools.bind( onSelectionChange, center ) ); - editor.on( 'selectionChange', CKEDITOR.tools.bind( onSelectionChange, justify ) ); - editor.on( 'dirChanged', onDirChanged ); - }, - - requires : [ 'domiterator' ] - }); -})(); - - /** - * List of classes to use for aligning the contents. If it's null, no classes will be used - * and instead the corresponding CSS values will be used. The array should contain 4 members, in the following order: left, center, right, justify. - * @name CKEDITOR.config.justifyClasses - * @type Array - * @default null - * @example - * // Use the classes 'AlignLeft', 'AlignCenter', 'AlignRight', 'AlignJustify' - * config.justifyClasses = [ 'AlignLeft', 'AlignCenter', 'AlignRight', 'AlignJustify' ]; - */ diff --git a/skins/ckeditor/_source/plugins/keystrokes/plugin.js b/skins/ckeditor/_source/plugins/keystrokes/plugin.js deleted file mode 100644 index b49a893..0000000 --- a/skins/ckeditor/_source/plugins/keystrokes/plugin.js +++ /dev/null @@ -1,225 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -// Register a plugin named "sample". -CKEDITOR.plugins.add( 'keystrokes', -{ - beforeInit : function( editor ) - { - /** - * Controls keystrokes typing in this editor instance. - * @name CKEDITOR.editor.prototype.keystrokeHandler - * @type CKEDITOR.keystrokeHandler - * @example - */ - editor.keystrokeHandler = new CKEDITOR.keystrokeHandler( editor ); - - editor.specialKeys = {}; - }, - - init : function( editor ) - { - var keystrokesConfig = editor.config.keystrokes, - blockedConfig = editor.config.blockedKeystrokes; - - var keystrokes = editor.keystrokeHandler.keystrokes, - blockedKeystrokes = editor.keystrokeHandler.blockedKeystrokes; - - for ( var i = 0 ; i < keystrokesConfig.length ; i++ ) - keystrokes[ keystrokesConfig[i][0] ] = keystrokesConfig[i][1]; - - for ( i = 0 ; i < blockedConfig.length ; i++ ) - blockedKeystrokes[ blockedConfig[i] ] = 1; - } -}); - -/** - * Controls keystrokes typing in an editor instance. - * @constructor - * @param {CKEDITOR.editor} editor The editor instance. - * @example - */ -CKEDITOR.keystrokeHandler = function( editor ) -{ - if ( editor.keystrokeHandler ) - return editor.keystrokeHandler; - - /** - * List of keystrokes associated to commands. Each entry points to the - * command to be executed. - * @type Object - * @example - */ - this.keystrokes = {}; - - /** - * List of keystrokes that should be blocked if not defined at - * {@link keystrokes}. In this way it is possible to block the default - * browser behavior for those keystrokes. - * @type Object - * @example - */ - this.blockedKeystrokes = {}; - - this._ = - { - editor : editor - }; - - return this; -}; - -(function() -{ - var cancel; - - var onKeyDown = function( event ) - { - // The DOM event object is passed by the "data" property. - event = event.data; - - var keyCombination = event.getKeystroke(); - var command = this.keystrokes[ keyCombination ]; - var editor = this._.editor; - - cancel = ( editor.fire( 'key', { keyCode : keyCombination } ) === true ); - - if ( !cancel ) - { - if ( command ) - { - var data = { from : 'keystrokeHandler' }; - cancel = ( editor.execCommand( command, data ) !== false ); - } - - if ( !cancel ) - { - var handler = editor.specialKeys[ keyCombination ]; - cancel = ( handler && handler( editor ) === true ); - - if ( !cancel ) - cancel = !!this.blockedKeystrokes[ keyCombination ]; - } - } - - if ( cancel ) - event.preventDefault( true ); - - return !cancel; - }; - - var onKeyPress = function( event ) - { - if ( cancel ) - { - cancel = false; - event.data.preventDefault( true ); - } - }; - - CKEDITOR.keystrokeHandler.prototype = - { - /** - * Attaches this keystroke handle to a DOM object. Keystrokes typed - ** over this object will get handled by this keystrokeHandler. - * @param {CKEDITOR.dom.domObject} domObject The DOM object to attach - * to. - * @example - */ - attach : function( domObject ) - { - // For most browsers, it is enough to listen to the keydown event - // only. - domObject.on( 'keydown', onKeyDown, this ); - - // Some browsers instead, don't cancel key events in the keydown, but in the - // keypress. So we must do a longer trip in those cases. - if ( CKEDITOR.env.opera || ( CKEDITOR.env.gecko && CKEDITOR.env.mac ) ) - domObject.on( 'keypress', onKeyPress, this ); - } - }; -})(); - -/** - * A list of keystrokes to be blocked if not defined in the {@link CKEDITOR.config.keystrokes} - * setting. In this way it is possible to block the default browser behavior - * for those keystrokes. - * @type Array - * @default (see example) - * @example - * // This is actually the default value. - * config.blockedKeystrokes = - * [ - * CKEDITOR.CTRL + 66 /*B*/, - * CKEDITOR.CTRL + 73 /*I*/, - * CKEDITOR.CTRL + 85 /*U*/ - * ]; - */ -CKEDITOR.config.blockedKeystrokes = -[ - CKEDITOR.CTRL + 66 /*B*/, - CKEDITOR.CTRL + 73 /*I*/, - CKEDITOR.CTRL + 85 /*U*/ -]; - -/** - * A list associating keystrokes to editor commands. Each element in the list - * is an array where the first item is the keystroke, and the second is the - * name of the command to be executed. - * @type Array - * @default (see example) - * @example - * // This is actually the default value. - * config.keystrokes = - * [ - * [ CKEDITOR.ALT + 121 /*F10*/, 'toolbarFocus' ], - * [ CKEDITOR.ALT + 122 /*F11*/, 'elementsPathFocus' ], - * - * [ CKEDITOR.SHIFT + 121 /*F10*/, 'contextMenu' ], - * - * [ CKEDITOR.CTRL + 90 /*Z*/, 'undo' ], - * [ CKEDITOR.CTRL + 89 /*Y*/, 'redo' ], - * [ CKEDITOR.CTRL + CKEDITOR.SHIFT + 90 /*Z*/, 'redo' ], - * - * [ CKEDITOR.CTRL + 76 /*L*/, 'link' ], - * - * [ CKEDITOR.CTRL + 66 /*B*/, 'bold' ], - * [ CKEDITOR.CTRL + 73 /*I*/, 'italic' ], - * [ CKEDITOR.CTRL + 85 /*U*/, 'underline' ], - * - * [ CKEDITOR.ALT + 109 /*-*/, 'toolbarCollapse' ] - * ]; - */ -CKEDITOR.config.keystrokes = -[ - [ CKEDITOR.ALT + 121 /*F10*/, 'toolbarFocus' ], - [ CKEDITOR.ALT + 122 /*F11*/, 'elementsPathFocus' ], - - [ CKEDITOR.SHIFT + 121 /*F10*/, 'contextMenu' ], - [ CKEDITOR.CTRL + CKEDITOR.SHIFT + 121 /*F10*/, 'contextMenu' ], - - [ CKEDITOR.CTRL + 90 /*Z*/, 'undo' ], - [ CKEDITOR.CTRL + 89 /*Y*/, 'redo' ], - [ CKEDITOR.CTRL + CKEDITOR.SHIFT + 90 /*Z*/, 'redo' ], - - [ CKEDITOR.CTRL + 76 /*L*/, 'link' ], - - [ CKEDITOR.CTRL + 66 /*B*/, 'bold' ], - [ CKEDITOR.CTRL + 73 /*I*/, 'italic' ], - [ CKEDITOR.CTRL + 85 /*U*/, 'underline' ], - - [ CKEDITOR.ALT + ( CKEDITOR.env.ie || CKEDITOR.env.webkit ? 189 : 109 ) /*-*/, 'toolbarCollapse' ], - [ CKEDITOR.ALT + 48 /*0*/, 'a11yHelp' ] -]; - -/** - * Fired when any keyboard key (or combination) is pressed into the editing area. - * @name CKEDITOR.editor#key - * @event - * @param {Number} data.keyCode A number representing the key code (or - * combination). It is the sum of the current key code and the - * {@link CKEDITOR.CTRL}, {@link CKEDITOR.SHIFT} and {@link CKEDITOR.ALT} - * constants, if those are pressed. - */ diff --git a/skins/ckeditor/_source/plugins/link/dialogs/anchor.js b/skins/ckeditor/_source/plugins/link/dialogs/anchor.js deleted file mode 100644 index 1fbcc2a..0000000 --- a/skins/ckeditor/_source/plugins/link/dialogs/anchor.js +++ /dev/null @@ -1,144 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add( 'anchor', function( editor ) -{ - // Function called in onShow to load selected element. - var loadElements = function( element ) - { - this._.selectedElement = element; - - var attributeValue = element.data( 'cke-saved-name' ); - this.setValueOf( 'info','txtName', attributeValue || '' ); - }; - - function createFakeAnchor( editor, anchor ) - { - return editor.createFakeElement( anchor, 'cke_anchor', 'anchor' ); - } - - return { - title : editor.lang.anchor.title, - minWidth : 300, - minHeight : 60, - onOk : function() - { - var name = this.getValueOf( 'info', 'txtName' ); - var attributes = - { - name : name, - 'data-cke-saved-name' : name - }; - - if ( this._.selectedElement ) - { - if ( this._.selectedElement.data( 'cke-realelement' ) ) - { - var newFake = createFakeAnchor( editor, editor.document.createElement( 'a', { attributes: attributes } ) ); - newFake.replace( this._.selectedElement ); - } - else - this._.selectedElement.setAttributes( attributes ); - } - else - { - var sel = editor.getSelection(), - range = sel && sel.getRanges()[ 0 ]; - - // Empty anchor - if ( range.collapsed ) - { - if ( CKEDITOR.plugins.link.synAnchorSelector ) - attributes[ 'class' ] = 'cke_anchor_empty'; - - if ( CKEDITOR.plugins.link.emptyAnchorFix ) - { - attributes[ 'contenteditable' ] = 'false'; - attributes[ 'data-cke-editable' ] = 1; - } - - var anchor = editor.document.createElement( 'a', { attributes: attributes } ); - - // Transform the anchor into a fake element for browsers that need it. - if ( CKEDITOR.plugins.link.fakeAnchor ) - anchor = createFakeAnchor( editor, anchor ); - - range.insertNode( anchor ); - } - else - { - if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 ) - attributes['class'] = 'cke_anchor'; - - // Apply style. - var style = new CKEDITOR.style( { element : 'a', attributes : attributes } ); - style.type = CKEDITOR.STYLE_INLINE; - style.apply( editor.document ); - } - } - }, - - onHide : function() - { - delete this._.selectedElement; - }, - - onShow : function() - { - var selection = editor.getSelection(), - fullySelected = selection.getSelectedElement(), - partialSelected; - - // Detect the anchor under selection. - if ( fullySelected ) - { - if ( CKEDITOR.plugins.link.fakeAnchor ) - { - var realElement = CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, fullySelected ); - realElement && loadElements.call( this, realElement ); - this._.selectedElement = fullySelected; - } - else if ( fullySelected.is( 'a' ) && fullySelected.hasAttribute( 'name' ) ) - loadElements.call( this, fullySelected ); - } - else - { - partialSelected = CKEDITOR.plugins.link.getSelectedLink( editor ); - if ( partialSelected ) - { - loadElements.call( this, partialSelected ); - selection.selectElement( partialSelected ); - } - } - - this.getContentElement( 'info', 'txtName' ).focus(); - }, - contents : [ - { - id : 'info', - label : editor.lang.anchor.title, - accessKey : 'I', - elements : - [ - { - type : 'text', - id : 'txtName', - label : editor.lang.anchor.name, - required: true, - validate : function() - { - if ( !this.getValue() ) - { - alert( editor.lang.anchor.errorName ); - return false; - } - return true; - } - } - ] - } - ] - }; -} ); diff --git a/skins/ckeditor/_source/plugins/link/dialogs/link.js b/skins/ckeditor/_source/plugins/link/dialogs/link.js deleted file mode 100644 index 51f5623..0000000 --- a/skins/ckeditor/_source/plugins/link/dialogs/link.js +++ /dev/null @@ -1,1424 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add( 'link', function( editor ) -{ - var plugin = CKEDITOR.plugins.link; - // Handles the event when the "Target" selection box is changed. - var targetChanged = function() - { - var dialog = this.getDialog(), - popupFeatures = dialog.getContentElement( 'target', 'popupFeatures' ), - targetName = dialog.getContentElement( 'target', 'linkTargetName' ), - value = this.getValue(); - - if ( !popupFeatures || !targetName ) - return; - - popupFeatures = popupFeatures.getElement(); - popupFeatures.hide(); - targetName.setValue( '' ); - - switch ( value ) - { - case 'frame' : - targetName.setLabel( editor.lang.link.targetFrameName ); - targetName.getElement().show(); - break; - case 'popup' : - popupFeatures.show(); - targetName.setLabel( editor.lang.link.targetPopupName ); - targetName.getElement().show(); - break; - default : - targetName.setValue( value ); - targetName.getElement().hide(); - break; - } - - }; - - // Handles the event when the "Type" selection box is changed. - var linkTypeChanged = function() - { - var dialog = this.getDialog(), - partIds = [ 'urlOptions', 'anchorOptions', 'emailOptions' ], - typeValue = this.getValue(), - uploadTab = dialog.definition.getContents( 'upload' ), - uploadInitiallyHidden = uploadTab && uploadTab.hidden; - - if ( typeValue == 'url' ) - { - if ( editor.config.linkShowTargetTab ) - dialog.showPage( 'target' ); - if ( !uploadInitiallyHidden ) - dialog.showPage( 'upload' ); - } - else - { - dialog.hidePage( 'target' ); - if ( !uploadInitiallyHidden ) - dialog.hidePage( 'upload' ); - } - - for ( var i = 0 ; i < partIds.length ; i++ ) - { - var element = dialog.getContentElement( 'info', partIds[i] ); - if ( !element ) - continue; - - element = element.getElement().getParent().getParent(); - if ( partIds[i] == typeValue + 'Options' ) - element.show(); - else - element.hide(); - } - - dialog.layout(); - }; - - // Loads the parameters in a selected link to the link dialog fields. - var javascriptProtocolRegex = /^javascript:/, - emailRegex = /^mailto:([^?]+)(?:\?(.+))?$/, - emailSubjectRegex = /subject=([^;?:@&=$,\/]*)/, - emailBodyRegex = /body=([^;?:@&=$,\/]*)/, - anchorRegex = /^#(.*)$/, - urlRegex = /^((?:http|https|ftp|news):\/\/)?(.*)$/, - selectableTargets = /^(_(?:self|top|parent|blank))$/, - encodedEmailLinkRegex = /^javascript:void\(location\.href='mailto:'\+String\.fromCharCode\(([^)]+)\)(?:\+'(.*)')?\)$/, - functionCallProtectedEmailLinkRegex = /^javascript:([^(]+)\(([^)]+)\)$/; - - var popupRegex = - /\s*window.open\(\s*this\.href\s*,\s*(?:'([^']*)'|null)\s*,\s*'([^']*)'\s*\)\s*;\s*return\s*false;*\s*/; - var popupFeaturesRegex = /(?:^|,)([^=]+)=(\d+|yes|no)/gi; - - var parseLink = function( editor, element ) - { - var href = ( element && ( element.data( 'cke-saved-href' ) || element.getAttribute( 'href' ) ) ) || '', - javascriptMatch, - emailMatch, - anchorMatch, - urlMatch, - retval = {}; - - if ( ( javascriptMatch = href.match( javascriptProtocolRegex ) ) ) - { - if ( emailProtection == 'encode' ) - { - href = href.replace( encodedEmailLinkRegex, - function ( match, protectedAddress, rest ) - { - return 'mailto:' + - String.fromCharCode.apply( String, protectedAddress.split( ',' ) ) + - ( rest && unescapeSingleQuote( rest ) ); - }); - } - // Protected email link as function call. - else if ( emailProtection ) - { - href.replace( functionCallProtectedEmailLinkRegex, function( match, funcName, funcArgs ) - { - if ( funcName == compiledProtectionFunction.name ) - { - retval.type = 'email'; - var email = retval.email = {}; - - var paramRegex = /[^,\s]+/g, - paramQuoteRegex = /(^')|('$)/g, - paramsMatch = funcArgs.match( paramRegex ), - paramsMatchLength = paramsMatch.length, - paramName, - paramVal; - - for ( var i = 0; i < paramsMatchLength; i++ ) - { - paramVal = decodeURIComponent( unescapeSingleQuote( paramsMatch[ i ].replace( paramQuoteRegex, '' ) ) ); - paramName = compiledProtectionFunction.params[ i ].toLowerCase(); - email[ paramName ] = paramVal; - } - email.address = [ email.name, email.domain ].join( '@' ); - } - } ); - } - } - - if ( !retval.type ) - { - if ( ( anchorMatch = href.match( anchorRegex ) ) ) - { - retval.type = 'anchor'; - retval.anchor = {}; - retval.anchor.name = retval.anchor.id = anchorMatch[1]; - } - // Protected email link as encoded string. - else if ( ( emailMatch = href.match( emailRegex ) ) ) - { - var subjectMatch = href.match( emailSubjectRegex ), - bodyMatch = href.match( emailBodyRegex ); - - retval.type = 'email'; - var email = ( retval.email = {} ); - email.address = emailMatch[ 1 ]; - subjectMatch && ( email.subject = decodeURIComponent( subjectMatch[ 1 ] ) ); - bodyMatch && ( email.body = decodeURIComponent( bodyMatch[ 1 ] ) ); - } - // urlRegex matches empty strings, so need to check for href as well. - else if ( href && ( urlMatch = href.match( urlRegex ) ) ) - { - retval.type = 'url'; - retval.url = {}; - retval.url.protocol = urlMatch[1]; - retval.url.url = urlMatch[2]; - } - else - retval.type = 'url'; - } - - // Load target and popup settings. - if ( element ) - { - var target = element.getAttribute( 'target' ); - retval.target = {}; - retval.adv = {}; - - // IE BUG: target attribute is an empty string instead of null in IE if it's not set. - if ( !target ) - { - var onclick = element.data( 'cke-pa-onclick' ) || element.getAttribute( 'onclick' ), - onclickMatch = onclick && onclick.match( popupRegex ); - if ( onclickMatch ) - { - retval.target.type = 'popup'; - retval.target.name = onclickMatch[1]; - - var featureMatch; - while ( ( featureMatch = popupFeaturesRegex.exec( onclickMatch[2] ) ) ) - { - // Some values should remain numbers (#7300) - if ( ( featureMatch[2] == 'yes' || featureMatch[2] == '1' ) && !( featureMatch[1] in { height:1, width:1, top:1, left:1 } ) ) - retval.target[ featureMatch[1] ] = true; - else if ( isFinite( featureMatch[2] ) ) - retval.target[ featureMatch[1] ] = featureMatch[2]; - } - } - } - else - { - var targetMatch = target.match( selectableTargets ); - if ( targetMatch ) - retval.target.type = retval.target.name = target; - else - { - retval.target.type = 'frame'; - retval.target.name = target; - } - } - - var me = this; - var advAttr = function( inputName, attrName ) - { - var value = element.getAttribute( attrName ); - if ( value !== null ) - retval.adv[ inputName ] = value || ''; - }; - advAttr( 'advId', 'id' ); - advAttr( 'advLangDir', 'dir' ); - advAttr( 'advAccessKey', 'accessKey' ); - - retval.adv.advName = - element.data( 'cke-saved-name' ) - || element.getAttribute( 'name' ) - || ''; - advAttr( 'advLangCode', 'lang' ); - advAttr( 'advTabIndex', 'tabindex' ); - advAttr( 'advTitle', 'title' ); - advAttr( 'advContentType', 'type' ); - CKEDITOR.plugins.link.synAnchorSelector ? - retval.adv.advCSSClasses = getLinkClass( element ) - : advAttr( 'advCSSClasses', 'class' ); - advAttr( 'advCharset', 'charset' ); - advAttr( 'advStyles', 'style' ); - advAttr( 'advRel', 'rel' ); - } - - // Find out whether we have any anchors in the editor. - var anchors = retval.anchors = [], - item; - - // For some browsers we set contenteditable="false" on anchors, making document.anchors not to include them, so we must traverse the links manually (#7893). - if ( CKEDITOR.plugins.link.emptyAnchorFix ) - { - var links = editor.document.getElementsByTag( 'a' ); - for ( i = 0, count = links.count(); i < count; i++ ) - { - item = links.getItem( i ); - if ( item.data( 'cke-saved-name' ) || item.hasAttribute( 'name' ) ) - anchors.push( { name : item.data( 'cke-saved-name' ) || item.getAttribute( 'name' ), id : item.getAttribute( 'id' ) } ); - } - } - else - { - var anchorList = new CKEDITOR.dom.nodeList( editor.document.$.anchors ); - for ( var i = 0, count = anchorList.count(); i < count; i++ ) - { - item = anchorList.getItem( i ); - anchors[ i ] = { name : item.getAttribute( 'name' ), id : item.getAttribute( 'id' ) }; - } - } - - if ( CKEDITOR.plugins.link.fakeAnchor ) - { - var imgs = editor.document.getElementsByTag( 'img' ); - for ( i = 0, count = imgs.count(); i < count; i++ ) - { - if ( ( item = CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, imgs.getItem( i ) ) ) ) - anchors.push( { name : item.getAttribute( 'name' ), id : item.getAttribute( 'id' ) } ); - } - } - - // Record down the selected element in the dialog. - this._.selectedElement = element; - return retval; - }; - - var setupParams = function( page, data ) - { - if ( data[page] ) - this.setValue( data[page][this.id] || '' ); - }; - - var setupPopupParams = function( data ) - { - return setupParams.call( this, 'target', data ); - }; - - var setupAdvParams = function( data ) - { - return setupParams.call( this, 'adv', data ); - }; - - var commitParams = function( page, data ) - { - if ( !data[page] ) - data[page] = {}; - - data[page][this.id] = this.getValue() || ''; - }; - - var commitPopupParams = function( data ) - { - return commitParams.call( this, 'target', data ); - }; - - var commitAdvParams = function( data ) - { - return commitParams.call( this, 'adv', data ); - }; - - function unescapeSingleQuote( str ) - { - return str.replace( /\\'/g, '\'' ); - } - - function escapeSingleQuote( str ) - { - return str.replace( /'/g, '\\$&' ); - } - - var emailProtection = editor.config.emailProtection || ''; - - // Compile the protection function pattern. - if ( emailProtection && emailProtection != 'encode' ) - { - var compiledProtectionFunction = {}; - - emailProtection.replace( /^([^(]+)\(([^)]+)\)$/, function( match, funcName, params ) - { - compiledProtectionFunction.name = funcName; - compiledProtectionFunction.params = []; - params.replace( /[^,\s]+/g, function( param ) - { - compiledProtectionFunction.params.push( param ); - } ); - } ); - } - - function protectEmailLinkAsFunction( email ) - { - var retval, - name = compiledProtectionFunction.name, - params = compiledProtectionFunction.params, - paramName, - paramValue; - - retval = [ name, '(' ]; - for ( var i = 0; i < params.length; i++ ) - { - paramName = params[ i ].toLowerCase(); - paramValue = email[ paramName ]; - - i > 0 && retval.push( ',' ); - retval.push( '\'', - paramValue ? - escapeSingleQuote( encodeURIComponent( email[ paramName ] ) ) - : '', - '\''); - } - retval.push( ')' ); - return retval.join( '' ); - } - - function protectEmailAddressAsEncodedString( address ) - { - var charCode, - length = address.length, - encodedChars = []; - for ( var i = 0; i < length; i++ ) - { - charCode = address.charCodeAt( i ); - encodedChars.push( charCode ); - } - return 'String.fromCharCode(' + encodedChars.join( ',' ) + ')'; - } - - function getLinkClass( ele ) - { - var className = ele.getAttribute( 'class' ); - return className ? className.replace( /\s*(?:cke_anchor_empty|cke_anchor)(?:\s*$)?/g, '' ) : ''; - } - - var commonLang = editor.lang.common, - linkLang = editor.lang.link; - - return { - title : linkLang.title, - minWidth : 350, - minHeight : 230, - contents : [ - { - id : 'info', - label : linkLang.info, - title : linkLang.info, - elements : - [ - { - id : 'linkType', - type : 'select', - label : linkLang.type, - 'default' : 'url', - items : - [ - [ linkLang.toUrl, 'url' ], - [ linkLang.toAnchor, 'anchor' ], - [ linkLang.toEmail, 'email' ] - ], - onChange : linkTypeChanged, - setup : function( data ) - { - if ( data.type ) - this.setValue( data.type ); - }, - commit : function( data ) - { - data.type = this.getValue(); - } - }, - { - type : 'vbox', - id : 'urlOptions', - children : - [ - { - type : 'hbox', - widths : [ '25%', '75%' ], - children : - [ - { - id : 'protocol', - type : 'select', - label : commonLang.protocol, - 'default' : 'http://', - items : - [ - // Force 'ltr' for protocol names in BIDI. (#5433) - [ 'http://\u200E', 'http://' ], - [ 'https://\u200E', 'https://' ], - [ 'ftp://\u200E', 'ftp://' ], - [ 'news://\u200E', 'news://' ], - [ linkLang.other , '' ] - ], - setup : function( data ) - { - if ( data.url ) - this.setValue( data.url.protocol || '' ); - }, - commit : function( data ) - { - if ( !data.url ) - data.url = {}; - - data.url.protocol = this.getValue(); - } - }, - { - type : 'text', - id : 'url', - label : commonLang.url, - required: true, - onLoad : function () - { - this.allowOnChange = true; - }, - onKeyUp : function() - { - this.allowOnChange = false; - var protocolCmb = this.getDialog().getContentElement( 'info', 'protocol' ), - url = this.getValue(), - urlOnChangeProtocol = /^(http|https|ftp|news):\/\/(?=.)/i, - urlOnChangeTestOther = /^((javascript:)|[#\/\.\?])/i; - - var protocol = urlOnChangeProtocol.exec( url ); - if ( protocol ) - { - this.setValue( url.substr( protocol[ 0 ].length ) ); - protocolCmb.setValue( protocol[ 0 ].toLowerCase() ); - } - else if ( urlOnChangeTestOther.test( url ) ) - protocolCmb.setValue( '' ); - - this.allowOnChange = true; - }, - onChange : function() - { - if ( this.allowOnChange ) // Dont't call on dialog load. - this.onKeyUp(); - }, - validate : function() - { - var dialog = this.getDialog(); - - if ( dialog.getContentElement( 'info', 'linkType' ) && - dialog.getValueOf( 'info', 'linkType' ) != 'url' ) - return true; - - if ( this.getDialog().fakeObj ) // Edit Anchor. - return true; - - var func = CKEDITOR.dialog.validate.notEmpty( linkLang.noUrl ); - return func.apply( this ); - }, - setup : function( data ) - { - this.allowOnChange = false; - if ( data.url ) - this.setValue( data.url.url ); - this.allowOnChange = true; - - }, - commit : function( data ) - { - // IE will not trigger the onChange event if the mouse has been used - // to carry all the operations #4724 - this.onChange(); - - if ( !data.url ) - data.url = {}; - - data.url.url = this.getValue(); - this.allowOnChange = false; - } - } - ], - setup : function( data ) - { - if ( !this.getDialog().getContentElement( 'info', 'linkType' ) ) - this.getElement().show(); - } - }, - { - type : 'button', - id : 'browse', - hidden : 'true', - filebrowser : 'info:url', - label : commonLang.browseServer - } - ] - }, - { - type : 'vbox', - id : 'anchorOptions', - width : 260, - align : 'center', - padding : 0, - children : - [ - { - type : 'fieldset', - id : 'selectAnchorText', - label : linkLang.selectAnchor, - setup : function( data ) - { - if ( data.anchors.length > 0 ) - this.getElement().show(); - else - this.getElement().hide(); - }, - children : - [ - { - type : 'hbox', - id : 'selectAnchor', - children : - [ - { - type : 'select', - id : 'anchorName', - 'default' : '', - label : linkLang.anchorName, - style : 'width: 100%;', - items : - [ - [ '' ] - ], - setup : function( data ) - { - this.clear(); - this.add( '' ); - for ( var i = 0 ; i < data.anchors.length ; i++ ) - { - if ( data.anchors[i].name ) - this.add( data.anchors[i].name ); - } - - if ( data.anchor ) - this.setValue( data.anchor.name ); - - var linkType = this.getDialog().getContentElement( 'info', 'linkType' ); - if ( linkType && linkType.getValue() == 'email' ) - this.focus(); - }, - commit : function( data ) - { - if ( !data.anchor ) - data.anchor = {}; - - data.anchor.name = this.getValue(); - } - }, - { - type : 'select', - id : 'anchorId', - 'default' : '', - label : linkLang.anchorId, - style : 'width: 100%;', - items : - [ - [ '' ] - ], - setup : function( data ) - { - this.clear(); - this.add( '' ); - for ( var i = 0 ; i < data.anchors.length ; i++ ) - { - if ( data.anchors[i].id ) - this.add( data.anchors[i].id ); - } - - if ( data.anchor ) - this.setValue( data.anchor.id ); - }, - commit : function( data ) - { - if ( !data.anchor ) - data.anchor = {}; - - data.anchor.id = this.getValue(); - } - } - ], - setup : function( data ) - { - if ( data.anchors.length > 0 ) - this.getElement().show(); - else - this.getElement().hide(); - } - } - ] - }, - { - type : 'html', - id : 'noAnchors', - style : 'text-align: center;', - html : '<div role="label" tabIndex="-1">' + CKEDITOR.tools.htmlEncode( linkLang.noAnchors ) + '</div>', - // Focus the first element defined in above html. - focus : true, - setup : function( data ) - { - if ( data.anchors.length < 1 ) - this.getElement().show(); - else - this.getElement().hide(); - } - } - ], - setup : function( data ) - { - if ( !this.getDialog().getContentElement( 'info', 'linkType' ) ) - this.getElement().hide(); - } - }, - { - type : 'vbox', - id : 'emailOptions', - padding : 1, - children : - [ - { - type : 'text', - id : 'emailAddress', - label : linkLang.emailAddress, - required : true, - validate : function() - { - var dialog = this.getDialog(); - - if ( !dialog.getContentElement( 'info', 'linkType' ) || - dialog.getValueOf( 'info', 'linkType' ) != 'email' ) - return true; - - var func = CKEDITOR.dialog.validate.notEmpty( linkLang.noEmail ); - return func.apply( this ); - }, - setup : function( data ) - { - if ( data.email ) - this.setValue( data.email.address ); - - var linkType = this.getDialog().getContentElement( 'info', 'linkType' ); - if ( linkType && linkType.getValue() == 'email' ) - this.select(); - }, - commit : function( data ) - { - if ( !data.email ) - data.email = {}; - - data.email.address = this.getValue(); - } - }, - { - type : 'text', - id : 'emailSubject', - label : linkLang.emailSubject, - setup : function( data ) - { - if ( data.email ) - this.setValue( data.email.subject ); - }, - commit : function( data ) - { - if ( !data.email ) - data.email = {}; - - data.email.subject = this.getValue(); - } - }, - { - type : 'textarea', - id : 'emailBody', - label : linkLang.emailBody, - rows : 3, - 'default' : '', - setup : function( data ) - { - if ( data.email ) - this.setValue( data.email.body ); - }, - commit : function( data ) - { - if ( !data.email ) - data.email = {}; - - data.email.body = this.getValue(); - } - } - ], - setup : function( data ) - { - if ( !this.getDialog().getContentElement( 'info', 'linkType' ) ) - this.getElement().hide(); - } - } - ] - }, - { - id : 'target', - label : linkLang.target, - title : linkLang.target, - elements : - [ - { - type : 'hbox', - widths : [ '50%', '50%' ], - children : - [ - { - type : 'select', - id : 'linkTargetType', - label : commonLang.target, - 'default' : 'notSet', - style : 'width : 100%;', - 'items' : - [ - [ commonLang.notSet, 'notSet' ], - [ linkLang.targetFrame, 'frame' ], - [ linkLang.targetPopup, 'popup' ], - [ commonLang.targetNew, '_blank' ], - [ commonLang.targetTop, '_top' ], - [ commonLang.targetSelf, '_self' ], - [ commonLang.targetParent, '_parent' ] - ], - onChange : targetChanged, - setup : function( data ) - { - if ( data.target ) - this.setValue( data.target.type || 'notSet' ); - targetChanged.call( this ); - }, - commit : function( data ) - { - if ( !data.target ) - data.target = {}; - - data.target.type = this.getValue(); - } - }, - { - type : 'text', - id : 'linkTargetName', - label : linkLang.targetFrameName, - 'default' : '', - setup : function( data ) - { - if ( data.target ) - this.setValue( data.target.name ); - }, - commit : function( data ) - { - if ( !data.target ) - data.target = {}; - - data.target.name = this.getValue().replace(/\W/gi, ''); - } - } - ] - }, - { - type : 'vbox', - width : '100%', - align : 'center', - padding : 2, - id : 'popupFeatures', - children : - [ - { - type : 'fieldset', - label : linkLang.popupFeatures, - children : - [ - { - type : 'hbox', - children : - [ - { - type : 'checkbox', - id : 'resizable', - label : linkLang.popupResizable, - setup : setupPopupParams, - commit : commitPopupParams - }, - { - type : 'checkbox', - id : 'status', - label : linkLang.popupStatusBar, - setup : setupPopupParams, - commit : commitPopupParams - - } - ] - }, - { - type : 'hbox', - children : - [ - { - type : 'checkbox', - id : 'location', - label : linkLang.popupLocationBar, - setup : setupPopupParams, - commit : commitPopupParams - - }, - { - type : 'checkbox', - id : 'toolbar', - label : linkLang.popupToolbar, - setup : setupPopupParams, - commit : commitPopupParams - - } - ] - }, - { - type : 'hbox', - children : - [ - { - type : 'checkbox', - id : 'menubar', - label : linkLang.popupMenuBar, - setup : setupPopupParams, - commit : commitPopupParams - - }, - { - type : 'checkbox', - id : 'fullscreen', - label : linkLang.popupFullScreen, - setup : setupPopupParams, - commit : commitPopupParams - - } - ] - }, - { - type : 'hbox', - children : - [ - { - type : 'checkbox', - id : 'scrollbars', - label : linkLang.popupScrollBars, - setup : setupPopupParams, - commit : commitPopupParams - - }, - { - type : 'checkbox', - id : 'dependent', - label : linkLang.popupDependent, - setup : setupPopupParams, - commit : commitPopupParams - - } - ] - }, - { - type : 'hbox', - children : - [ - { - type : 'text', - widths : [ '50%', '50%' ], - labelLayout : 'horizontal', - label : commonLang.width, - id : 'width', - setup : setupPopupParams, - commit : commitPopupParams - - }, - { - type : 'text', - labelLayout : 'horizontal', - widths : [ '50%', '50%' ], - label : linkLang.popupLeft, - id : 'left', - setup : setupPopupParams, - commit : commitPopupParams - - } - ] - }, - { - type : 'hbox', - children : - [ - { - type : 'text', - labelLayout : 'horizontal', - widths : [ '50%', '50%' ], - label : commonLang.height, - id : 'height', - setup : setupPopupParams, - commit : commitPopupParams - - }, - { - type : 'text', - labelLayout : 'horizontal', - label : linkLang.popupTop, - widths : [ '50%', '50%' ], - id : 'top', - setup : setupPopupParams, - commit : commitPopupParams - - } - ] - } - ] - } - ] - } - ] - }, - { - id : 'upload', - label : linkLang.upload, - title : linkLang.upload, - hidden : true, - filebrowser : 'uploadButton', - elements : - [ - { - type : 'file', - id : 'upload', - label : commonLang.upload, - style: 'height:40px', - size : 29 - }, - { - type : 'fileButton', - id : 'uploadButton', - label : commonLang.uploadSubmit, - filebrowser : 'info:url', - 'for' : [ 'upload', 'upload' ] - } - ] - }, - { - id : 'advanced', - label : linkLang.advanced, - title : linkLang.advanced, - elements : - [ - { - type : 'vbox', - padding : 1, - children : - [ - { - type : 'hbox', - widths : [ '45%', '35%', '20%' ], - children : - [ - { - type : 'text', - id : 'advId', - label : linkLang.id, - setup : setupAdvParams, - commit : commitAdvParams - }, - { - type : 'select', - id : 'advLangDir', - label : linkLang.langDir, - 'default' : '', - style : 'width:110px', - items : - [ - [ commonLang.notSet, '' ], - [ linkLang.langDirLTR, 'ltr' ], - [ linkLang.langDirRTL, 'rtl' ] - ], - setup : setupAdvParams, - commit : commitAdvParams - }, - { - type : 'text', - id : 'advAccessKey', - width : '80px', - label : linkLang.acccessKey, - maxLength : 1, - setup : setupAdvParams, - commit : commitAdvParams - - } - ] - }, - { - type : 'hbox', - widths : [ '45%', '35%', '20%' ], - children : - [ - { - type : 'text', - label : linkLang.name, - id : 'advName', - setup : setupAdvParams, - commit : commitAdvParams - - }, - { - type : 'text', - label : linkLang.langCode, - id : 'advLangCode', - width : '110px', - 'default' : '', - setup : setupAdvParams, - commit : commitAdvParams - - }, - { - type : 'text', - label : linkLang.tabIndex, - id : 'advTabIndex', - width : '80px', - maxLength : 5, - setup : setupAdvParams, - commit : commitAdvParams - - } - ] - } - ] - }, - { - type : 'vbox', - padding : 1, - children : - [ - { - type : 'hbox', - widths : [ '45%', '55%' ], - children : - [ - { - type : 'text', - label : linkLang.advisoryTitle, - 'default' : '', - id : 'advTitle', - setup : setupAdvParams, - commit : commitAdvParams - - }, - { - type : 'text', - label : linkLang.advisoryContentType, - 'default' : '', - id : 'advContentType', - setup : setupAdvParams, - commit : commitAdvParams - - } - ] - }, - { - type : 'hbox', - widths : [ '45%', '55%' ], - children : - [ - { - type : 'text', - label : linkLang.cssClasses, - 'default' : '', - id : 'advCSSClasses', - setup : setupAdvParams, - commit : commitAdvParams - - }, - { - type : 'text', - label : linkLang.charset, - 'default' : '', - id : 'advCharset', - setup : setupAdvParams, - commit : commitAdvParams - - } - ] - }, - { - type : 'hbox', - widths : [ '45%', '55%' ], - children : - [ - { - type : 'text', - label : linkLang.rel, - 'default' : '', - id : 'advRel', - setup : setupAdvParams, - commit : commitAdvParams - }, - { - type : 'text', - label : linkLang.styles, - 'default' : '', - id : 'advStyles', - setup : setupAdvParams, - commit : commitAdvParams - } - ] - } - ] - } - ] - } - ], - onShow : function() - { - var editor = this.getParentEditor(), - selection = editor.getSelection(), - element = null; - - // Fill in all the relevant fields if there's already one link selected. - if ( ( element = plugin.getSelectedLink( editor ) ) && element.hasAttribute( 'href' ) ) - selection.selectElement( element ); - else - element = null; - - this.setupContent( parseLink.apply( this, [ editor, element ] ) ); - }, - onOk : function() - { - var attributes = {}, - removeAttributes = [], - data = {}, - me = this, - editor = this.getParentEditor(); - - this.commitContent( data ); - - // Compose the URL. - switch ( data.type || 'url' ) - { - case 'url': - var protocol = ( data.url && data.url.protocol != undefined ) ? data.url.protocol : 'http://', - url = ( data.url && CKEDITOR.tools.trim( data.url.url ) ) || ''; - attributes[ 'data-cke-saved-href' ] = ( url.indexOf( '/' ) === 0 ) ? url : protocol + url; - break; - case 'anchor': - var name = ( data.anchor && data.anchor.name ), - id = ( data.anchor && data.anchor.id ); - attributes[ 'data-cke-saved-href' ] = '#' + ( name || id || '' ); - break; - case 'email': - - var linkHref, - email = data.email, - address = email.address; - - switch( emailProtection ) - { - case '' : - case 'encode' : - { - var subject = encodeURIComponent( email.subject || '' ), - body = encodeURIComponent( email.body || '' ); - - // Build the e-mail parameters first. - var argList = []; - subject && argList.push( 'subject=' + subject ); - body && argList.push( 'body=' + body ); - argList = argList.length ? '?' + argList.join( '&' ) : ''; - - if ( emailProtection == 'encode' ) - { - linkHref = [ 'javascript:void(location.href=\'mailto:\'+', - protectEmailAddressAsEncodedString( address ) ]; - // parameters are optional. - argList && linkHref.push( '+\'', escapeSingleQuote( argList ), '\'' ); - - linkHref.push( ')' ); - } - else - linkHref = [ 'mailto:', address, argList ]; - - break; - } - default : - { - // Separating name and domain. - var nameAndDomain = address.split( '@', 2 ); - email.name = nameAndDomain[ 0 ]; - email.domain = nameAndDomain[ 1 ]; - - linkHref = [ 'javascript:', protectEmailLinkAsFunction( email ) ]; - } - } - - attributes[ 'data-cke-saved-href' ] = linkHref.join( '' ); - break; - } - - // Popups and target. - if ( data.target ) - { - if ( data.target.type == 'popup' ) - { - var onclickList = [ 'window.open(this.href, \'', - data.target.name || '', '\', \'' ]; - var featureList = [ 'resizable', 'status', 'location', 'toolbar', 'menubar', 'fullscreen', - 'scrollbars', 'dependent' ]; - var featureLength = featureList.length; - var addFeature = function( featureName ) - { - if ( data.target[ featureName ] ) - featureList.push( featureName + '=' + data.target[ featureName ] ); - }; - - for ( var i = 0 ; i < featureLength ; i++ ) - featureList[i] = featureList[i] + ( data.target[ featureList[i] ] ? '=yes' : '=no' ) ; - addFeature( 'width' ); - addFeature( 'left' ); - addFeature( 'height' ); - addFeature( 'top' ); - - onclickList.push( featureList.join( ',' ), '\'); return false;' ); - attributes[ 'data-cke-pa-onclick' ] = onclickList.join( '' ); - - // Add the "target" attribute. (#5074) - removeAttributes.push( 'target' ); - } - else - { - if ( data.target.type != 'notSet' && data.target.name ) - attributes.target = data.target.name; - else - removeAttributes.push( 'target' ); - - removeAttributes.push( 'data-cke-pa-onclick', 'onclick' ); - } - } - - // Advanced attributes. - if ( data.adv ) - { - var advAttr = function( inputName, attrName ) - { - var value = data.adv[ inputName ]; - if ( value ) - attributes[attrName] = value; - else - removeAttributes.push( attrName ); - }; - - advAttr( 'advId', 'id' ); - advAttr( 'advLangDir', 'dir' ); - advAttr( 'advAccessKey', 'accessKey' ); - - if ( data.adv[ 'advName' ] ) - attributes[ 'name' ] = attributes[ 'data-cke-saved-name' ] = data.adv[ 'advName' ]; - else - removeAttributes = removeAttributes.concat( [ 'data-cke-saved-name', 'name' ] ); - - advAttr( 'advLangCode', 'lang' ); - advAttr( 'advTabIndex', 'tabindex' ); - advAttr( 'advTitle', 'title' ); - advAttr( 'advContentType', 'type' ); - advAttr( 'advCSSClasses', 'class' ); - advAttr( 'advCharset', 'charset' ); - advAttr( 'advStyles', 'style' ); - advAttr( 'advRel', 'rel' ); - } - - - // Browser need the "href" fro copy/paste link to work. (#6641) - attributes.href = attributes[ 'data-cke-saved-href' ]; - - if ( !this._.selectedElement ) - { - // Create element if current selection is collapsed. - var selection = editor.getSelection(), - ranges = selection.getRanges( true ); - if ( ranges.length == 1 && ranges[0].collapsed ) - { - // Short mailto link text view (#5736). - var text = new CKEDITOR.dom.text( data.type == 'email' ? - data.email.address : attributes[ 'data-cke-saved-href' ], editor.document ); - ranges[0].insertNode( text ); - ranges[0].selectNodeContents( text ); - selection.selectRanges( ranges ); - } - - // Apply style. - var style = new CKEDITOR.style( { element : 'a', attributes : attributes } ); - style.type = CKEDITOR.STYLE_INLINE; // need to override... dunno why. - style.apply( editor.document ); - } - else - { - // We're only editing an existing link, so just overwrite the attributes. - var element = this._.selectedElement, - href = element.data( 'cke-saved-href' ), - textView = element.getHtml(); - - element.setAttributes( attributes ); - element.removeAttributes( removeAttributes ); - - if ( data.adv && data.adv.advName && CKEDITOR.plugins.link.synAnchorSelector ) - element.addClass( element.getChildCount() ? 'cke_anchor' : 'cke_anchor_empty' ); - - // Update text view when user changes protocol (#4612). - if ( href == textView || data.type == 'email' && textView.indexOf( '@' ) != -1 ) - { - // Short mailto link text view (#5736). - element.setHtml( data.type == 'email' ? - data.email.address : attributes[ 'data-cke-saved-href' ] ); - } - - delete this._.selectedElement; - } - }, - onLoad : function() - { - if ( !editor.config.linkShowAdvancedTab ) - this.hidePage( 'advanced' ); //Hide Advanded tab. - - if ( !editor.config.linkShowTargetTab ) - this.hidePage( 'target' ); //Hide Target tab. - - }, - // Inital focus on 'url' field if link is of type URL. - onFocus : function() - { - var linkType = this.getContentElement( 'info', 'linkType' ), - urlField; - if ( linkType && linkType.getValue() == 'url' ) - { - urlField = this.getContentElement( 'info', 'url' ); - urlField.select(); - } - } - }; -}); - -/** - * The e-mail address anti-spam protection option. The protection will be - * applied when creating or modifying e-mail links through the editor interface.<br> - * Two methods of protection can be choosed: - * <ol> <li>The e-mail parts (name, domain and any other query string) are - * assembled into a function call pattern. Such function must be - * provided by the developer in the pages that will use the contents. - * <li>Only the e-mail address is obfuscated into a special string that - * has no meaning for humans or spam bots, but which is properly - * rendered and accepted by the browser.</li></ol> - * Both approaches require JavaScript to be enabled. - * @name CKEDITOR.config.emailProtection - * @since 3.1 - * @type String - * @default '' (empty string = disabled) - * @example - * // href="mailto:tester@ckeditor.com?subject=subject&body=body" - * config.emailProtection = ''; - * @example - * // href="<a href=\"javascript:void(location.href=\'mailto:\'+String.fromCharCode(116,101,115,116,101,114,64,99,107,101,100,105,116,111,114,46,99,111,109)+\'?subject=subject&body=body\')\">e-mail</a>" - * config.emailProtection = 'encode'; - * @example - * // href="javascript:mt('tester','ckeditor.com','subject','body')" - * config.emailProtection = 'mt(NAME,DOMAIN,SUBJECT,BODY)'; - */ diff --git a/skins/ckeditor/_source/plugins/link/images/anchor.gif b/skins/ckeditor/_source/plugins/link/images/anchor.gif deleted file mode 100644 index 5aa797b..0000000 Binary files a/skins/ckeditor/_source/plugins/link/images/anchor.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/link/plugin.js b/skins/ckeditor/_source/plugins/link/plugin.js deleted file mode 100644 index 4442432..0000000 --- a/skins/ckeditor/_source/plugins/link/plugin.js +++ /dev/null @@ -1,374 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'link', -{ - init : function( editor ) - { - // Add the link and unlink buttons. - editor.addCommand( 'link', new CKEDITOR.dialogCommand( 'link' ) ); - editor.addCommand( 'anchor', new CKEDITOR.dialogCommand( 'anchor' ) ); - editor.addCommand( 'unlink', new CKEDITOR.unlinkCommand() ); - editor.addCommand( 'removeAnchor', new CKEDITOR.removeAnchorCommand() ); - editor.ui.addButton( 'Link', - { - label : editor.lang.link.toolbar, - command : 'link' - } ); - editor.ui.addButton( 'Unlink', - { - label : editor.lang.unlink, - command : 'unlink' - } ); - editor.ui.addButton( 'Anchor', - { - label : editor.lang.anchor.toolbar, - command : 'anchor' - } ); - CKEDITOR.dialog.add( 'link', this.path + 'dialogs/link.js' ); - CKEDITOR.dialog.add( 'anchor', this.path + 'dialogs/anchor.js' ); - - // Add the CSS styles for anchor placeholders. - - var side = ( editor.lang.dir == 'rtl' ? 'right' : 'left' ); - var basicCss = - 'background:url(' + CKEDITOR.getUrl( this.path + 'images/anchor.gif' ) + ') no-repeat ' + side + ' center;' + - 'border:1px dotted #00f;'; - - editor.addCss( - 'a.cke_anchor,a.cke_anchor_empty' + - // IE6 breaks with the following selectors. - ( ( CKEDITOR.env.ie && CKEDITOR.env.version < 7 ) ? '' : - ',a[name],a[data-cke-saved-name]' ) + - '{' + - basicCss + - 'padding-' + side + ':18px;' + - // Show the arrow cursor for the anchor image (FF at least). - 'cursor:auto;' + - '}' + - ( CKEDITOR.env.ie ? ( - 'a.cke_anchor_empty' + - '{' + - // Make empty anchor selectable on IE. - 'display:inline-block;' + - '}' - ) : '' ) + - 'img.cke_anchor' + - '{' + - basicCss + - 'width:16px;' + - 'min-height:15px;' + - // The default line-height on IE. - 'height:1.15em;' + - // Opera works better with "middle" (even if not perfect) - 'vertical-align:' + ( CKEDITOR.env.opera ? 'middle' : 'text-bottom' ) + ';' + - '}'); - - // Register selection change handler for the unlink button. - editor.on( 'selectionChange', function( evt ) - { - if ( editor.readOnly ) - return; - - /* - * Despite our initial hope, document.queryCommandEnabled() does not work - * for this in Firefox. So we must detect the state by element paths. - */ - var command = editor.getCommand( 'unlink' ), - element = evt.data.path.lastElement && evt.data.path.lastElement.getAscendant( 'a', true ); - if ( element && element.getName() == 'a' && element.getAttribute( 'href' ) && element.getChildCount() ) - command.setState( CKEDITOR.TRISTATE_OFF ); - else - command.setState( CKEDITOR.TRISTATE_DISABLED ); - } ); - - editor.on( 'doubleclick', function( evt ) - { - var element = CKEDITOR.plugins.link.getSelectedLink( editor ) || evt.data.element; - - if ( !element.isReadOnly() ) - { - if ( element.is( 'a' ) ) - { - evt.data.dialog = ( element.getAttribute( 'name' ) && ( !element.getAttribute( 'href' ) || !element.getChildCount() ) ) ? 'anchor' : 'link'; - editor.getSelection().selectElement( element ); - } - else if ( CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, element ) ) - evt.data.dialog = 'anchor'; - } - }); - - // If the "menu" plugin is loaded, register the menu items. - if ( editor.addMenuItems ) - { - editor.addMenuItems( - { - anchor : - { - label : editor.lang.anchor.menu, - command : 'anchor', - group : 'anchor', - order : 1 - }, - - removeAnchor : - { - label : editor.lang.anchor.remove, - command : 'removeAnchor', - group : 'anchor', - order : 5 - }, - - link : - { - label : editor.lang.link.menu, - command : 'link', - group : 'link', - order : 1 - }, - - unlink : - { - label : editor.lang.unlink, - command : 'unlink', - group : 'link', - order : 5 - } - }); - } - - // If the "contextmenu" plugin is loaded, register the listeners. - if ( editor.contextMenu ) - { - editor.contextMenu.addListener( function( element, selection ) - { - if ( !element || element.isReadOnly() ) - return null; - - var anchor = CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, element ); - - if ( !anchor && !( anchor = CKEDITOR.plugins.link.getSelectedLink( editor ) ) ) - return null; - - var menu = {}; - - if ( anchor.getAttribute( 'href' ) && anchor.getChildCount() ) - menu = { link : CKEDITOR.TRISTATE_OFF, unlink : CKEDITOR.TRISTATE_OFF }; - - if ( anchor && anchor.hasAttribute( 'name' ) ) - menu.anchor = menu.removeAnchor = CKEDITOR.TRISTATE_OFF; - - return menu; - }); - } - }, - - afterInit : function( editor ) - { - // Register a filter to displaying placeholders after mode change. - - var dataProcessor = editor.dataProcessor, - dataFilter = dataProcessor && dataProcessor.dataFilter, - htmlFilter = dataProcessor && dataProcessor.htmlFilter, - pathFilters = editor._.elementsPath && editor._.elementsPath.filters; - - if ( dataFilter ) - { - dataFilter.addRules( - { - elements : - { - a : function( element ) - { - var attributes = element.attributes; - if ( !attributes.name ) - return null; - - var isEmpty = !element.children.length; - - if ( CKEDITOR.plugins.link.synAnchorSelector ) - { - // IE needs a specific class name to be applied - // to the anchors, for appropriate styling. - var ieClass = isEmpty ? 'cke_anchor_empty' : 'cke_anchor'; - var cls = attributes[ 'class' ]; - if ( attributes.name && ( !cls || cls.indexOf( ieClass ) < 0 ) ) - attributes[ 'class' ] = ( cls || '' ) + ' ' + ieClass; - - if ( isEmpty && CKEDITOR.plugins.link.emptyAnchorFix ) - { - attributes.contenteditable = 'false'; - attributes[ 'data-cke-editable' ] = 1; - } - } - else if ( CKEDITOR.plugins.link.fakeAnchor && isEmpty ) - return editor.createFakeParserElement( element, 'cke_anchor', 'anchor' ); - - return null; - } - } - }); - } - - if ( CKEDITOR.plugins.link.emptyAnchorFix && htmlFilter ) - { - htmlFilter.addRules( - { - elements : - { - a : function( element ) - { - delete element.attributes.contenteditable; - } - } - }); - } - - if ( pathFilters ) - { - pathFilters.push( function( element, name ) - { - if ( name == 'a' ) - { - if ( CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, element ) || - ( element.getAttribute( 'name' ) && ( !element.getAttribute( 'href' ) || !element.getChildCount() ) ) ) - { - return 'anchor'; - } - } - }); - } - }, - - requires : [ 'fakeobjects' ] -} ); - -CKEDITOR.plugins.link = -{ - /** - * Get the surrounding link element of current selection. - * @param editor - * @example CKEDITOR.plugins.link.getSelectedLink( editor ); - * @since 3.2.1 - * The following selection will all return the link element. - * <pre> - * <a href="#">li^nk</a> - * <a href="#">[link]</a> - * text[<a href="#">link]</a> - * <a href="#">li[nk</a>] - * [<b><a href="#">li]nk</a></b>] - * [<a href="#"><b>li]nk</b></a> - * </pre> - */ - getSelectedLink : function( editor ) - { - try - { - var selection = editor.getSelection(); - if ( selection.getType() == CKEDITOR.SELECTION_ELEMENT ) - { - var selectedElement = selection.getSelectedElement(); - if ( selectedElement.is( 'a' ) ) - return selectedElement; - } - - var range = selection.getRanges( true )[ 0 ]; - range.shrink( CKEDITOR.SHRINK_TEXT ); - var root = range.getCommonAncestor(); - return root.getAscendant( 'a', true ); - } - catch( e ) { return null; } - }, - - // Opera and WebKit don't make it possible to select empty anchors. Fake - // elements must be used for them. - fakeAnchor : CKEDITOR.env.opera || CKEDITOR.env.webkit, - - // For browsers that don't support CSS3 a[name]:empty(), note IE9 is included because of #7783. - synAnchorSelector : CKEDITOR.env.ie, - - // For browsers that have editing issue with empty anchor. - emptyAnchorFix : CKEDITOR.env.ie && CKEDITOR.env.version < 8, - - tryRestoreFakeAnchor : function( editor, element ) - { - if ( element && element.data( 'cke-real-element-type' ) && element.data( 'cke-real-element-type' ) == 'anchor' ) - { - var link = editor.restoreRealElement( element ); - if ( link.data( 'cke-saved-name' ) ) - return link; - } - } -}; - -CKEDITOR.unlinkCommand = function(){}; -CKEDITOR.unlinkCommand.prototype = -{ - /** @ignore */ - exec : function( editor ) - { - /* - * execCommand( 'unlink', ... ) in Firefox leaves behind <span> tags at where - * the <a> was, so again we have to remove the link ourselves. (See #430) - * - * TODO: Use the style system when it's complete. Let's use execCommand() - * as a stopgap solution for now. - */ - var selection = editor.getSelection(), - bookmarks = selection.createBookmarks(), - ranges = selection.getRanges(), - rangeRoot, - element; - - for ( var i = 0 ; i < ranges.length ; i++ ) - { - rangeRoot = ranges[i].getCommonAncestor( true ); - element = rangeRoot.getAscendant( 'a', true ); - if ( !element ) - continue; - ranges[i].selectNodeContents( element ); - } - - selection.selectRanges( ranges ); - editor.document.$.execCommand( 'unlink', false, null ); - selection.selectBookmarks( bookmarks ); - }, - - startDisabled : true -}; - -CKEDITOR.removeAnchorCommand = function(){}; -CKEDITOR.removeAnchorCommand.prototype = -{ - /** @ignore */ - exec : function( editor ) - { - var sel = editor.getSelection(), - bms = sel.createBookmarks(), - anchor; - if ( sel && ( anchor = sel.getSelectedElement() ) && ( CKEDITOR.plugins.link.fakeAnchor && !anchor.getChildCount() ? CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, anchor ) : anchor.is( 'a' ) ) ) - anchor.remove( 1 ); - else - { - if ( ( anchor = CKEDITOR.plugins.link.getSelectedLink( editor ) ) ) - { - if ( anchor.hasAttribute( 'href' ) ) - { - anchor.removeAttributes( { name : 1, 'data-cke-saved-name' : 1 } ); - anchor.removeClass( 'cke_anchor' ); - } - else - anchor.remove( 1 ); - } - } - sel.selectBookmarks( bms ); - } -}; - -CKEDITOR.tools.extend( CKEDITOR.config, -{ - linkShowAdvancedTab : true, - linkShowTargetTab : true -} ); diff --git a/skins/ckeditor/_source/plugins/list/plugin.js b/skins/ckeditor/_source/plugins/list/plugin.js deleted file mode 100644 index bc28e51..0000000 --- a/skins/ckeditor/_source/plugins/list/plugin.js +++ /dev/null @@ -1,734 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file Insert and remove numbered and bulleted lists. - */ - -(function() -{ - var listNodeNames = { ol : 1, ul : 1 }, - emptyTextRegex = /^[\n\r\t ]*$/; - - var whitespaces = CKEDITOR.dom.walker.whitespaces(), - bookmarks = CKEDITOR.dom.walker.bookmark(), - nonEmpty = function( node ){ return !( whitespaces( node ) || bookmarks( node ) ); }; - - CKEDITOR.plugins.list = { - /* - * Convert a DOM list tree into a data structure that is easier to - * manipulate. This operation should be non-intrusive in the sense that it - * does not change the DOM tree, with the exception that it may add some - * markers to the list item nodes when database is specified. - */ - listToArray : function( listNode, database, baseArray, baseIndentLevel, grandparentNode ) - { - if ( !listNodeNames[ listNode.getName() ] ) - return []; - - if ( !baseIndentLevel ) - baseIndentLevel = 0; - if ( !baseArray ) - baseArray = []; - - // Iterate over all list items to and look for inner lists. - for ( var i = 0, count = listNode.getChildCount() ; i < count ; i++ ) - { - var listItem = listNode.getChild( i ); - - // Fixing malformed nested lists by moving it into a previous list item. (#6236) - if( listItem.type == CKEDITOR.NODE_ELEMENT && listItem.getName() in CKEDITOR.dtd.$list ) - CKEDITOR.plugins.list.listToArray( listItem, database, baseArray, baseIndentLevel + 1 ); - - // It may be a text node or some funny stuff. - if ( listItem.$.nodeName.toLowerCase() != 'li' ) - continue; - - var itemObj = { 'parent' : listNode, indent : baseIndentLevel, element : listItem, contents : [] }; - if ( !grandparentNode ) - { - itemObj.grandparent = listNode.getParent(); - if ( itemObj.grandparent && itemObj.grandparent.$.nodeName.toLowerCase() == 'li' ) - itemObj.grandparent = itemObj.grandparent.getParent(); - } - else - itemObj.grandparent = grandparentNode; - - if ( database ) - CKEDITOR.dom.element.setMarker( database, listItem, 'listarray_index', baseArray.length ); - baseArray.push( itemObj ); - - for ( var j = 0, itemChildCount = listItem.getChildCount(), child; j < itemChildCount ; j++ ) - { - child = listItem.getChild( j ); - if ( child.type == CKEDITOR.NODE_ELEMENT && listNodeNames[ child.getName() ] ) - // Note the recursion here, it pushes inner list items with - // +1 indentation in the correct order. - CKEDITOR.plugins.list.listToArray( child, database, baseArray, baseIndentLevel + 1, itemObj.grandparent ); - else - itemObj.contents.push( child ); - } - } - return baseArray; - }, - - // Convert our internal representation of a list back to a DOM forest. - arrayToList : function( listArray, database, baseIndex, paragraphMode, dir ) - { - if ( !baseIndex ) - baseIndex = 0; - if ( !listArray || listArray.length < baseIndex + 1 ) - return null; - var doc = listArray[ baseIndex ].parent.getDocument(), - retval = new CKEDITOR.dom.documentFragment( doc ), - rootNode = null, - currentIndex = baseIndex, - indentLevel = Math.max( listArray[ baseIndex ].indent, 0 ), - currentListItem = null, - orgDir, - paragraphName = ( paragraphMode == CKEDITOR.ENTER_P ? 'p' : 'div' ); - while ( 1 ) - { - var item = listArray[ currentIndex ]; - - orgDir = item.element.getDirection( 1 ); - - if ( item.indent == indentLevel ) - { - if ( !rootNode || listArray[ currentIndex ].parent.getName() != rootNode.getName() ) - { - rootNode = listArray[ currentIndex ].parent.clone( false, 1 ); - dir && rootNode.setAttribute( 'dir', dir ); - retval.append( rootNode ); - } - currentListItem = rootNode.append( item.element.clone( 0, 1 ) ); - - if ( orgDir != rootNode.getDirection( 1 ) ) - currentListItem.setAttribute( 'dir', orgDir ); - else - currentListItem.removeAttribute( 'dir' ); - - for ( var i = 0 ; i < item.contents.length ; i++ ) - currentListItem.append( item.contents[i].clone( 1, 1 ) ); - currentIndex++; - } - else if ( item.indent == Math.max( indentLevel, 0 ) + 1 ) - { - // Maintain original direction (#6861). - var currDir = listArray[ currentIndex - 1 ].element.getDirection( 1 ), - listData = CKEDITOR.plugins.list.arrayToList( listArray, null, currentIndex, paragraphMode, - currDir != orgDir ? orgDir: null ); - - // If the next block is an <li> with another list tree as the first - // child, we'll need to append a filler (<br>/NBSP) or the list item - // wouldn't be editable. (#6724) - if ( !currentListItem.getChildCount() && CKEDITOR.env.ie && !( doc.$.documentMode > 7 )) - currentListItem.append( doc.createText( '\xa0' ) ); - currentListItem.append( listData.listNode ); - currentIndex = listData.nextIndex; - } - else if ( item.indent == -1 && !baseIndex && item.grandparent ) - { - if ( listNodeNames[ item.grandparent.getName() ] ) - currentListItem = item.element.clone( false, true ); - else - { - // Create completely new blocks here. - if ( dir || item.element.hasAttributes() || paragraphMode != CKEDITOR.ENTER_BR ) - { - currentListItem = doc.createElement( paragraphName ); - item.element.copyAttributes( currentListItem, { type:1, value:1 } ); - - // There might be a case where there are no attributes in the element after all - // (i.e. when "type" or "value" are the only attributes set). In this case, if enterMode = BR, - // the current item should be a fragment. - if ( !dir && paragraphMode == CKEDITOR.ENTER_BR && !currentListItem.hasAttributes() ) - currentListItem = new CKEDITOR.dom.documentFragment( doc ); - } - else - currentListItem = new CKEDITOR.dom.documentFragment( doc ); - } - - if ( currentListItem.type == CKEDITOR.NODE_ELEMENT ) - { - if ( item.grandparent.getDirection( 1 ) != orgDir ) - currentListItem.setAttribute( 'dir', orgDir ); - else - currentListItem.removeAttribute( 'dir' ); - } - - for ( i = 0 ; i < item.contents.length ; i++ ) - currentListItem.append( item.contents[i].clone( 1, 1 ) ); - - if ( currentListItem.type == CKEDITOR.NODE_DOCUMENT_FRAGMENT - && currentIndex != listArray.length - 1 ) - { - var last = currentListItem.getLast(); - if ( last && last.type == CKEDITOR.NODE_ELEMENT - && last.getAttribute( 'type' ) == '_moz' ) - { - last.remove(); - } - - if ( !( last = currentListItem.getLast( nonEmpty ) - && last.type == CKEDITOR.NODE_ELEMENT - && last.getName() in CKEDITOR.dtd.$block ) ) - { - currentListItem.append( doc.createElement( 'br' ) ); - } - } - - if ( currentListItem.type == CKEDITOR.NODE_ELEMENT && - currentListItem.getName() == paragraphName && - currentListItem.$.firstChild ) - { - currentListItem.trim(); - var firstChild = currentListItem.getFirst(); - if ( firstChild.type == CKEDITOR.NODE_ELEMENT && firstChild.isBlockBoundary() ) - { - var tmp = new CKEDITOR.dom.documentFragment( doc ); - currentListItem.moveChildren( tmp ); - currentListItem = tmp; - } - } - - var currentListItemName = currentListItem.$.nodeName.toLowerCase(); - if ( !CKEDITOR.env.ie && ( currentListItemName == 'div' || currentListItemName == 'p' ) ) - currentListItem.appendBogus(); - retval.append( currentListItem ); - rootNode = null; - currentIndex++; - } - else - return null; - - if ( listArray.length <= currentIndex || Math.max( listArray[ currentIndex ].indent, 0 ) < indentLevel ) - break; - } - - // Clear marker attributes for the new list tree made of cloned nodes, if any. - if ( database ) - { - var currentNode = retval.getFirst(); - while ( currentNode ) - { - if ( currentNode.type == CKEDITOR.NODE_ELEMENT ) - CKEDITOR.dom.element.clearMarkers( database, currentNode ); - currentNode = currentNode.getNextSourceNode(); - } - } - - return { listNode : retval, nextIndex : currentIndex }; - } - }; - - function onSelectionChange( evt ) - { - if ( evt.editor.readOnly ) - return null; - - var path = evt.data.path, - blockLimit = path.blockLimit, - elements = path.elements, - element, - i; - - // Grouping should only happen under blockLimit.(#3940). - for ( i = 0 ; i < elements.length && ( element = elements[ i ] ) - && !element.equals( blockLimit ); i++ ) - { - if ( listNodeNames[ elements[ i ].getName() ] ) - return this.setState( this.type == elements[ i ].getName() ? CKEDITOR.TRISTATE_ON : CKEDITOR.TRISTATE_OFF ); - } - - return this.setState( CKEDITOR.TRISTATE_OFF ); - } - - function changeListType( editor, groupObj, database, listsCreated ) - { - // This case is easy... - // 1. Convert the whole list into a one-dimensional array. - // 2. Change the list type by modifying the array. - // 3. Recreate the whole list by converting the array to a list. - // 4. Replace the original list with the recreated list. - var listArray = CKEDITOR.plugins.list.listToArray( groupObj.root, database ), - selectedListItems = []; - - for ( var i = 0 ; i < groupObj.contents.length ; i++ ) - { - var itemNode = groupObj.contents[i]; - itemNode = itemNode.getAscendant( 'li', true ); - if ( !itemNode || itemNode.getCustomData( 'list_item_processed' ) ) - continue; - selectedListItems.push( itemNode ); - CKEDITOR.dom.element.setMarker( database, itemNode, 'list_item_processed', true ); - } - - var root = groupObj.root, - fakeParent = root.getDocument().createElement( this.type ); - // Copy all attributes, except from 'start' and 'type'. - root.copyAttributes( fakeParent, { start : 1, type : 1 } ); - // The list-style-type property should be ignored. - fakeParent.removeStyle( 'list-style-type' ); - - for ( i = 0 ; i < selectedListItems.length ; i++ ) - { - var listIndex = selectedListItems[i].getCustomData( 'listarray_index' ); - listArray[listIndex].parent = fakeParent; - } - var newList = CKEDITOR.plugins.list.arrayToList( listArray, database, null, editor.config.enterMode ); - var child, length = newList.listNode.getChildCount(); - for ( i = 0 ; i < length && ( child = newList.listNode.getChild( i ) ) ; i++ ) - { - if ( child.getName() == this.type ) - listsCreated.push( child ); - } - newList.listNode.replace( groupObj.root ); - } - - var headerTagRegex = /^h[1-6]$/; - - function createList( editor, groupObj, listsCreated ) - { - var contents = groupObj.contents, - doc = groupObj.root.getDocument(), - listContents = []; - - // It is possible to have the contents returned by DomRangeIterator to be the same as the root. - // e.g. when we're running into table cells. - // In such a case, enclose the childNodes of contents[0] into a <div>. - if ( contents.length == 1 && contents[0].equals( groupObj.root ) ) - { - var divBlock = doc.createElement( 'div' ); - contents[0].moveChildren && contents[0].moveChildren( divBlock ); - contents[0].append( divBlock ); - contents[0] = divBlock; - } - - // Calculate the common parent node of all content blocks. - var commonParent = groupObj.contents[0].getParent(); - for ( var i = 0 ; i < contents.length ; i++ ) - commonParent = commonParent.getCommonAncestor( contents[i].getParent() ); - - var useComputedState = editor.config.useComputedState, - listDir, explicitDirection; - - useComputedState = useComputedState === undefined || useComputedState; - - // We want to insert things that are in the same tree level only, so calculate the contents again - // by expanding the selected blocks to the same tree level. - for ( i = 0 ; i < contents.length ; i++ ) - { - var contentNode = contents[i], - parentNode; - while ( ( parentNode = contentNode.getParent() ) ) - { - if ( parentNode.equals( commonParent ) ) - { - listContents.push( contentNode ); - - // Determine the lists's direction. - if ( !explicitDirection && contentNode.getDirection() ) - explicitDirection = 1; - - var itemDir = contentNode.getDirection( useComputedState ); - - if ( listDir !== null ) - { - // If at least one LI have a different direction than current listDir, we can't have listDir. - if ( listDir && listDir != itemDir ) - listDir = null; - else - listDir = itemDir; - } - - break; - } - contentNode = parentNode; - } - } - - if ( listContents.length < 1 ) - return; - - // Insert the list to the DOM tree. - var insertAnchor = listContents[ listContents.length - 1 ].getNext(), - listNode = doc.createElement( this.type ); - - listsCreated.push( listNode ); - - var contentBlock, listItem; - - while ( listContents.length ) - { - contentBlock = listContents.shift(); - listItem = doc.createElement( 'li' ); - - // Preserve preformat block and heading structure when converting to list item. (#5335) (#5271) - if ( contentBlock.is( 'pre' ) || headerTagRegex.test( contentBlock.getName() ) ) - contentBlock.appendTo( listItem ); - else - { - contentBlock.copyAttributes( listItem ); - // Remove direction attribute after it was merged into list root. (#7657) - if ( listDir && contentBlock.getDirection() ) - { - listItem.removeStyle( 'direction' ); - listItem.removeAttribute( 'dir' ); - } - contentBlock.moveChildren( listItem ); - contentBlock.remove(); - } - - listItem.appendTo( listNode ); - } - - // Apply list root dir only if it has been explicitly declared. - if ( listDir && explicitDirection ) - listNode.setAttribute( 'dir', listDir ); - - if ( insertAnchor ) - listNode.insertBefore( insertAnchor ); - else - listNode.appendTo( commonParent ); - } - - function removeList( editor, groupObj, database ) - { - // This is very much like the change list type operation. - // Except that we're changing the selected items' indent to -1 in the list array. - var listArray = CKEDITOR.plugins.list.listToArray( groupObj.root, database ), - selectedListItems = []; - - for ( var i = 0 ; i < groupObj.contents.length ; i++ ) - { - var itemNode = groupObj.contents[i]; - itemNode = itemNode.getAscendant( 'li', true ); - if ( !itemNode || itemNode.getCustomData( 'list_item_processed' ) ) - continue; - selectedListItems.push( itemNode ); - CKEDITOR.dom.element.setMarker( database, itemNode, 'list_item_processed', true ); - } - - var lastListIndex = null; - for ( i = 0 ; i < selectedListItems.length ; i++ ) - { - var listIndex = selectedListItems[i].getCustomData( 'listarray_index' ); - listArray[listIndex].indent = -1; - lastListIndex = listIndex; - } - - // After cutting parts of the list out with indent=-1, we still have to maintain the array list - // model's nextItem.indent <= currentItem.indent + 1 invariant. Otherwise the array model of the - // list cannot be converted back to a real DOM list. - for ( i = lastListIndex + 1 ; i < listArray.length ; i++ ) - { - if ( listArray[i].indent > listArray[i-1].indent + 1 ) - { - var indentOffset = listArray[i-1].indent + 1 - listArray[i].indent; - var oldIndent = listArray[i].indent; - while ( listArray[i] && listArray[i].indent >= oldIndent ) - { - listArray[i].indent += indentOffset; - i++; - } - i--; - } - } - - var newList = CKEDITOR.plugins.list.arrayToList( listArray, database, null, editor.config.enterMode, - groupObj.root.getAttribute( 'dir' ) ); - - // Compensate <br> before/after the list node if the surrounds are non-blocks.(#3836) - var docFragment = newList.listNode, boundaryNode, siblingNode; - function compensateBrs( isStart ) - { - if ( ( boundaryNode = docFragment[ isStart ? 'getFirst' : 'getLast' ]() ) - && !( boundaryNode.is && boundaryNode.isBlockBoundary() ) - && ( siblingNode = groupObj.root[ isStart ? 'getPrevious' : 'getNext' ] - ( CKEDITOR.dom.walker.whitespaces( true ) ) ) - && !( siblingNode.is && siblingNode.isBlockBoundary( { br : 1 } ) ) ) - editor.document.createElement( 'br' )[ isStart ? 'insertBefore' : 'insertAfter' ]( boundaryNode ); - } - compensateBrs( true ); - compensateBrs(); - - docFragment.replace( groupObj.root ); - } - - function listCommand( name, type ) - { - this.name = name; - this.type = type; - } - - listCommand.prototype = { - exec : function( editor ) - { - var doc = editor.document, - config = editor.config, - selection = editor.getSelection(), - ranges = selection && selection.getRanges( true ); - - // There should be at least one selected range. - if ( !ranges || ranges.length < 1 ) - return; - - // Midas lists rule #1 says we can create a list even in an empty document. - // But DOM iterator wouldn't run if the document is really empty. - // So create a paragraph if the document is empty and we're going to create a list. - if ( this.state == CKEDITOR.TRISTATE_OFF ) - { - var body = doc.getBody(); - if ( !body.getFirst( nonEmpty ) ) - { - config.enterMode == CKEDITOR.ENTER_BR ? - body.appendBogus() : - ranges[ 0 ].fixBlock( 1, config.enterMode == CKEDITOR.ENTER_P ? 'p' : 'div' ); - - selection.selectRanges( ranges ); - } - // Maybe a single range there enclosing the whole list, - // turn on the list state manually(#4129). - else - { - var range = ranges.length == 1 && ranges[ 0 ], - enclosedNode = range && range.getEnclosedNode(); - if ( enclosedNode && enclosedNode.is - && this.type == enclosedNode.getName() ) - this.setState( CKEDITOR.TRISTATE_ON ); - } - } - - var bookmarks = selection.createBookmarks( true ); - - // Group the blocks up because there are many cases where multiple lists have to be created, - // or multiple lists have to be cancelled. - var listGroups = [], - database = {}, - rangeIterator = ranges.createIterator(), - index = 0; - - while ( ( range = rangeIterator.getNextRange() ) && ++index ) - { - var boundaryNodes = range.getBoundaryNodes(), - startNode = boundaryNodes.startNode, - endNode = boundaryNodes.endNode; - - if ( startNode.type == CKEDITOR.NODE_ELEMENT && startNode.getName() == 'td' ) - range.setStartAt( boundaryNodes.startNode, CKEDITOR.POSITION_AFTER_START ); - - if ( endNode.type == CKEDITOR.NODE_ELEMENT && endNode.getName() == 'td' ) - range.setEndAt( boundaryNodes.endNode, CKEDITOR.POSITION_BEFORE_END ); - - var iterator = range.createIterator(), - block; - - iterator.forceBrBreak = ( this.state == CKEDITOR.TRISTATE_OFF ); - - while ( ( block = iterator.getNextParagraph() ) ) - { - // Avoid duplicate blocks get processed across ranges. - if( block.getCustomData( 'list_block' ) ) - continue; - else - CKEDITOR.dom.element.setMarker( database, block, 'list_block', 1 ); - - var path = new CKEDITOR.dom.elementPath( block ), - pathElements = path.elements, - pathElementsCount = pathElements.length, - listNode = null, - processedFlag = 0, - blockLimit = path.blockLimit, - element; - - // First, try to group by a list ancestor. - for ( var i = pathElementsCount - 1; i >= 0 && ( element = pathElements[ i ] ); i-- ) - { - if ( listNodeNames[ element.getName() ] - && blockLimit.contains( element ) ) // Don't leak outside block limit (#3940). - { - // If we've encountered a list inside a block limit - // The last group object of the block limit element should - // no longer be valid. Since paragraphs after the list - // should belong to a different group of paragraphs before - // the list. (Bug #1309) - blockLimit.removeCustomData( 'list_group_object_' + index ); - - var groupObj = element.getCustomData( 'list_group_object' ); - if ( groupObj ) - groupObj.contents.push( block ); - else - { - groupObj = { root : element, contents : [ block ] }; - listGroups.push( groupObj ); - CKEDITOR.dom.element.setMarker( database, element, 'list_group_object', groupObj ); - } - processedFlag = 1; - break; - } - } - - if ( processedFlag ) - continue; - - // No list ancestor? Group by block limit, but don't mix contents from different ranges. - var root = blockLimit; - if ( root.getCustomData( 'list_group_object_' + index ) ) - root.getCustomData( 'list_group_object_' + index ).contents.push( block ); - else - { - groupObj = { root : root, contents : [ block ] }; - CKEDITOR.dom.element.setMarker( database, root, 'list_group_object_' + index, groupObj ); - listGroups.push( groupObj ); - } - } - } - - // Now we have two kinds of list groups, groups rooted at a list, and groups rooted at a block limit element. - // We either have to build lists or remove lists, for removing a list does not makes sense when we are looking - // at the group that's not rooted at lists. So we have three cases to handle. - var listsCreated = []; - while ( listGroups.length > 0 ) - { - groupObj = listGroups.shift(); - if ( this.state == CKEDITOR.TRISTATE_OFF ) - { - if ( listNodeNames[ groupObj.root.getName() ] ) - changeListType.call( this, editor, groupObj, database, listsCreated ); - else - createList.call( this, editor, groupObj, listsCreated ); - } - else if ( this.state == CKEDITOR.TRISTATE_ON && listNodeNames[ groupObj.root.getName() ] ) - removeList.call( this, editor, groupObj, database ); - } - - // For all new lists created, merge adjacent, same type lists. - for ( i = 0 ; i < listsCreated.length ; i++ ) - { - listNode = listsCreated[i]; - var mergeSibling, listCommand = this; - ( mergeSibling = function( rtl ){ - - var sibling = listNode[ rtl ? - 'getPrevious' : 'getNext' ]( CKEDITOR.dom.walker.whitespaces( true ) ); - if ( sibling && sibling.getName && - sibling.getName() == listCommand.type ) - { - sibling.remove(); - // Move children order by merge direction.(#3820) - sibling.moveChildren( listNode, rtl ); - } - } )(); - mergeSibling( 1 ); - } - - // Clean up, restore selection and update toolbar button states. - CKEDITOR.dom.element.clearAllMarkers( database ); - selection.selectBookmarks( bookmarks ); - editor.focus(); - } - }; - - var dtd = CKEDITOR.dtd; - var tailNbspRegex = /[\t\r\n ]*(?: |\xa0)$/; - - function indexOfFirstChildElement( element, tagNameList ) - { - var child, - children = element.children, - length = children.length; - - for ( var i = 0 ; i < length ; i++ ) - { - child = children[ i ]; - if ( child.name && ( child.name in tagNameList ) ) - return i; - } - - return length; - } - - function getExtendNestedListFilter( isHtmlFilter ) - { - // An element filter function that corrects nested list start in an empty - // list item for better displaying/outputting. (#3165) - return function( listItem ) - { - var children = listItem.children, - firstNestedListIndex = indexOfFirstChildElement( listItem, dtd.$list ), - firstNestedList = children[ firstNestedListIndex ], - nodeBefore = firstNestedList && firstNestedList.previous, - tailNbspmatch; - - if ( nodeBefore - && ( nodeBefore.name && nodeBefore.name == 'br' - || nodeBefore.value && ( tailNbspmatch = nodeBefore.value.match( tailNbspRegex ) ) ) ) - { - var fillerNode = nodeBefore; - - // Always use 'nbsp' as filler node if we found a nested list appear - // in front of a list item. - if ( !( tailNbspmatch && tailNbspmatch.index ) && fillerNode == children[ 0 ] ) - children[ 0 ] = ( isHtmlFilter || CKEDITOR.env.ie ) ? - new CKEDITOR.htmlParser.text( '\xa0' ) : - new CKEDITOR.htmlParser.element( 'br', {} ); - - // Otherwise the filler is not needed anymore. - else if ( fillerNode.name == 'br' ) - children.splice( firstNestedListIndex - 1, 1 ); - else - fillerNode.value = fillerNode.value.replace( tailNbspRegex, '' ); - } - - }; - } - - var defaultListDataFilterRules = { elements : {} }; - for ( var i in dtd.$listItem ) - defaultListDataFilterRules.elements[ i ] = getExtendNestedListFilter(); - - var defaultListHtmlFilterRules = { elements : {} }; - for ( i in dtd.$listItem ) - defaultListHtmlFilterRules.elements[ i ] = getExtendNestedListFilter( true ); - - CKEDITOR.plugins.add( 'list', - { - init : function( editor ) - { - // Register commands. - var numberedListCommand = editor.addCommand( 'numberedlist', new listCommand( 'numberedlist', 'ol' ) ), - bulletedListCommand = editor.addCommand( 'bulletedlist', new listCommand( 'bulletedlist', 'ul' ) ); - - // Register the toolbar button. - editor.ui.addButton( 'NumberedList', - { - label : editor.lang.numberedlist, - command : 'numberedlist' - } ); - editor.ui.addButton( 'BulletedList', - { - label : editor.lang.bulletedlist, - command : 'bulletedlist' - } ); - - // Register the state changing handlers. - editor.on( 'selectionChange', CKEDITOR.tools.bind( onSelectionChange, numberedListCommand ) ); - editor.on( 'selectionChange', CKEDITOR.tools.bind( onSelectionChange, bulletedListCommand ) ); - }, - - afterInit : function ( editor ) - { - var dataProcessor = editor.dataProcessor; - if ( dataProcessor ) - { - dataProcessor.dataFilter.addRules( defaultListDataFilterRules ); - dataProcessor.htmlFilter.addRules( defaultListHtmlFilterRules ); - } - }, - - requires : [ 'domiterator' ] - } ); -})(); diff --git a/skins/ckeditor/_source/plugins/listblock/plugin.js b/skins/ckeditor/_source/plugins/listblock/plugin.js deleted file mode 100644 index e4898a5..0000000 --- a/skins/ckeditor/_source/plugins/listblock/plugin.js +++ /dev/null @@ -1,268 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'listblock', -{ - requires : [ 'panel' ], - - onLoad : function() - { - CKEDITOR.ui.panel.prototype.addListBlock = function( name, definition ) - { - return this.addBlock( name, new CKEDITOR.ui.listBlock( this.getHolderElement(), definition ) ); - }; - - CKEDITOR.ui.listBlock = CKEDITOR.tools.createClass( - { - base : CKEDITOR.ui.panel.block, - - $ : function( blockHolder, blockDefinition ) - { - blockDefinition = blockDefinition || {}; - - var attribs = blockDefinition.attributes || ( blockDefinition.attributes = {} ); - ( this.multiSelect = !!blockDefinition.multiSelect ) && - ( attribs[ 'aria-multiselectable' ] = true ); - // Provide default role of 'listbox'. - !attribs.role && ( attribs.role = 'listbox' ); - - // Call the base contructor. - this.base.apply( this, arguments ); - - var keys = this.keys; - keys[ 40 ] = 'next'; // ARROW-DOWN - keys[ 9 ] = 'next'; // TAB - keys[ 38 ] = 'prev'; // ARROW-UP - keys[ CKEDITOR.SHIFT + 9 ] = 'prev'; // SHIFT + TAB - keys[ 32 ] = CKEDITOR.env.ie ? 'mouseup' : 'click'; // SPACE - CKEDITOR.env.ie && ( keys[ 13 ] = 'mouseup' ); // Manage ENTER, since onclick is blocked in IE (#8041). - - this._.pendingHtml = []; - this._.items = {}; - this._.groups = {}; - }, - - _ : - { - close : function() - { - if ( this._.started ) - { - this._.pendingHtml.push( '</ul>' ); - delete this._.started; - } - }, - - getClick : function() - { - if ( !this._.click ) - { - this._.click = CKEDITOR.tools.addFunction( function( value ) - { - var marked = true; - - if ( this.multiSelect ) - marked = this.toggle( value ); - else - this.mark( value ); - - if ( this.onClick ) - this.onClick( value, marked ); - }, - this ); - } - return this._.click; - } - }, - - proto : - { - add : function( value, html, title ) - { - var pendingHtml = this._.pendingHtml, - id = CKEDITOR.tools.getNextId(); - - if ( !this._.started ) - { - pendingHtml.push( '<ul role="presentation" class=cke_panel_list>' ); - this._.started = 1; - this._.size = this._.size || 0; - } - - this._.items[ value ] = id; - - pendingHtml.push( - '<li id=', id, ' class=cke_panel_listItem role=presentation>' + - '<a id="', id, '_option" _cke_focus=1 hidefocus=true' + - ' title="', title || value, '"' + - ' href="javascript:void(\'', value, '\')" ' + - ( CKEDITOR.env.ie ? 'onclick="return false;" onmouseup' : 'onclick' ) + // #188 - '="CKEDITOR.tools.callFunction(', this._.getClick(), ',\'', value, '\'); return false;"', - ' role="option"' + - ' aria-posinset="' + ++this._.size + '">', - html || value, - '</a>' + - '</li>' ); - }, - - startGroup : function( title ) - { - this._.close(); - - var id = CKEDITOR.tools.getNextId(); - - this._.groups[ title ] = id; - - this._.pendingHtml.push( '<h1 role="presentation" id=', id, ' class=cke_panel_grouptitle>', title, '</h1>' ); - }, - - commit : function() - { - this._.close(); - this.element.appendHtml( this._.pendingHtml.join( '' ) ); - - var items = this._.items, - doc = this.element.getDocument(); - for ( var value in items ) - doc.getById( items[ value ] + '_option' ).setAttribute( 'aria-setsize', this._.size ); - delete this._.size; - - this._.pendingHtml = []; - }, - - toggle : function( value ) - { - var isMarked = this.isMarked( value ); - - if ( isMarked ) - this.unmark( value ); - else - this.mark( value ); - - return !isMarked; - }, - - hideGroup : function( groupTitle ) - { - var group = this.element.getDocument().getById( this._.groups[ groupTitle ] ), - list = group && group.getNext(); - - if ( group ) - { - group.setStyle( 'display', 'none' ); - - if ( list && list.getName() == 'ul' ) - list.setStyle( 'display', 'none' ); - } - }, - - hideItem : function( value ) - { - this.element.getDocument().getById( this._.items[ value ] ).setStyle( 'display', 'none' ); - }, - - showAll : function() - { - var items = this._.items, - groups = this._.groups, - doc = this.element.getDocument(); - - for ( var value in items ) - { - doc.getById( items[ value ] ).setStyle( 'display', '' ); - } - - for ( var title in groups ) - { - var group = doc.getById( groups[ title ] ), - list = group.getNext(); - - group.setStyle( 'display', '' ); - - if ( list && list.getName() == 'ul' ) - list.setStyle( 'display', '' ); - } - }, - - mark : function( value ) - { - if ( !this.multiSelect ) - this.unmarkAll(); - - var itemId = this._.items[ value ], - item = this.element.getDocument().getById( itemId ); - item.addClass( 'cke_selected' ); - - this.element.getDocument().getById( itemId + '_option' ).setAttribute( 'aria-selected', true ); - this.element.setAttribute( 'aria-activedescendant', itemId + '_option' ); - - this.onMark && this.onMark( item ); - }, - - unmark : function( value ) - { - var doc = this.element.getDocument(), - itemId = this._.items[ value ], - item = doc.getById( itemId ); - - item.removeClass( 'cke_selected' ); - doc.getById( itemId + '_option' ).removeAttribute( 'aria-selected' ); - - this.onUnmark && this.onUnmark( item ); - }, - - unmarkAll : function() - { - var items = this._.items, - doc = this.element.getDocument(); - - for ( var value in items ) - { - var itemId = items[ value ]; - - doc.getById( itemId ).removeClass( 'cke_selected' ); - doc.getById( itemId + '_option' ).removeAttribute( 'aria-selected' ); - } - - this.onUnmark && this.onUnmark(); - }, - - isMarked : function( value ) - { - return this.element.getDocument().getById( this._.items[ value ] ).hasClass( 'cke_selected' ); - }, - - focus : function( value ) - { - this._.focusIndex = -1; - - if ( value ) - { - var selected = this.element.getDocument().getById( this._.items[ value ] ).getFirst(); - - var links = this.element.getElementsByTag( 'a' ), - link, - i = -1; - - while ( ( link = links.getItem( ++i ) ) ) - { - if ( link.equals( selected ) ) - { - this._.focusIndex = i; - break; - } - } - - setTimeout( function() - { - selected.focus(); - }, - 0 ); - } - } - } - }); - } -}); diff --git a/skins/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js b/skins/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js deleted file mode 100644 index 6761022..0000000 --- a/skins/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +++ /dev/null @@ -1,225 +0,0 @@ -/* - * Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.html or http://ckeditor.com/license - */ - -(function() -{ - function getListElement( editor, listTag ) - { - var range; - try { range = editor.getSelection().getRanges()[ 0 ]; } - catch( e ) { return null; } - - range.shrink( CKEDITOR.SHRINK_TEXT ); - return range.getCommonAncestor().getAscendant( listTag, 1 ); - } - - var listItem = function( node ) { return node.type == CKEDITOR.NODE_ELEMENT && node.is( 'li' ); }; - - var mapListStyle = { - 'a' : 'lower-alpha', - 'A' : 'upper-alpha', - 'i' : 'lower-roman', - 'I' : 'upper-roman', - '1' : 'decimal', - 'disc' : 'disc', - 'circle': 'circle', - 'square' : 'square' - }; - - function listStyle( editor, startupPage ) - { - var lang = editor.lang.list; - if ( startupPage == 'bulletedListStyle' ) - { - return { - title : lang.bulletedTitle, - minWidth : 300, - minHeight : 50, - contents : - [ - { - id : 'info', - accessKey : 'I', - elements : - [ - { - type : 'select', - label : lang.type, - id : 'type', - align : 'center', - style : 'width:150px', - items : - [ - [ lang.notset, '' ], - [ lang.circle, 'circle' ], - [ lang.disc, 'disc' ], - [ lang.square, 'square' ] - ], - setup : function( element ) - { - var value = element.getStyle( 'list-style-type' ) - || mapListStyle[ element.getAttribute( 'type' ) ] - || element.getAttribute( 'type' ) - || ''; - - this.setValue( value ); - }, - commit : function( element ) - { - var value = this.getValue(); - if ( value ) - element.setStyle( 'list-style-type', value ); - else - element.removeStyle( 'list-style-type' ); - } - } - ] - } - ], - onShow: function() - { - var editor = this.getParentEditor(), - element = getListElement( editor, 'ul' ); - - element && this.setupContent( element ); - }, - onOk: function() - { - var editor = this.getParentEditor(), - element = getListElement( editor, 'ul' ); - - element && this.commitContent( element ); - } - }; - } - else if ( startupPage == 'numberedListStyle' ) - { - - var listStyleOptions = - [ - [ lang.notset, '' ], - [ lang.lowerRoman, 'lower-roman' ], - [ lang.upperRoman, 'upper-roman' ], - [ lang.lowerAlpha, 'lower-alpha' ], - [ lang.upperAlpha, 'upper-alpha' ], - [ lang.decimal, 'decimal' ] - ]; - - if ( !CKEDITOR.env.ie || CKEDITOR.env.version > 7 ) - { - listStyleOptions.concat( [ - [ lang.armenian, 'armenian' ], - [ lang.decimalLeadingZero, 'decimal-leading-zero' ], - [ lang.georgian, 'georgian' ], - [ lang.lowerGreek, 'lower-greek' ] - ]); - } - - return { - title : lang.numberedTitle, - minWidth : 300, - minHeight : 50, - contents : - [ - { - id : 'info', - accessKey : 'I', - elements : - [ - { - type : 'hbox', - widths : [ '25%', '75%' ], - children : - [ - { - label : lang.start, - type : 'text', - id : 'start', - validate : CKEDITOR.dialog.validate.integer( lang.validateStartNumber ), - setup : function( element ) - { - // List item start number dominates. - var value = element.getFirst( listItem ).getAttribute( 'value' ) || element.getAttribute( 'start' ) || 1; - value && this.setValue( value ); - }, - commit : function( element ) - { - var firstItem = element.getFirst( listItem ); - var oldStart = firstItem.getAttribute( 'value' ) || element.getAttribute( 'start' ) || 1; - - // Force start number on list root. - element.getFirst( listItem ).removeAttribute( 'value' ); - var val = parseInt( this.getValue(), 10 ); - if ( isNaN( val ) ) - element.removeAttribute( 'start' ); - else - element.setAttribute( 'start', val ); - - // Update consequent list item numbering. - var nextItem = firstItem, conseq = oldStart, startNumber = isNaN( val ) ? 1 : val; - while ( ( nextItem = nextItem.getNext( listItem ) ) && conseq++ ) - { - if ( nextItem.getAttribute( 'value' ) == conseq ) - nextItem.setAttribute( 'value', startNumber + conseq - oldStart ); - } - } - }, - { - type : 'select', - label : lang.type, - id : 'type', - style : 'width: 100%;', - items : listStyleOptions, - setup : function( element ) - { - var value = element.getStyle( 'list-style-type' ) - || mapListStyle[ element.getAttribute( 'type' ) ] - || element.getAttribute( 'type' ) - || ''; - - this.setValue( value ); - }, - commit : function( element ) - { - var value = this.getValue(); - if ( value ) - element.setStyle( 'list-style-type', value ); - else - element.removeStyle( 'list-style-type' ); - } - } - ] - } - ] - } - ], - onShow: function() - { - var editor = this.getParentEditor(), - element = getListElement( editor, 'ol' ); - - element && this.setupContent( element ); - }, - onOk: function() - { - var editor = this.getParentEditor(), - element = getListElement( editor, 'ol' ); - - element && this.commitContent( element ); - } - }; - } - } - - CKEDITOR.dialog.add( 'numberedListStyle', function( editor ) - { - return listStyle( editor, 'numberedListStyle' ); - }); - - CKEDITOR.dialog.add( 'bulletedListStyle', function( editor ) - { - return listStyle( editor, 'bulletedListStyle' ); - }); -})(); diff --git a/skins/ckeditor/_source/plugins/liststyle/plugin.js b/skins/ckeditor/_source/plugins/liststyle/plugin.js deleted file mode 100644 index 02f1837..0000000 --- a/skins/ckeditor/_source/plugins/liststyle/plugin.js +++ /dev/null @@ -1,66 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - CKEDITOR.plugins.liststyle = - { - requires : [ 'dialog' ], - init : function( editor ) - { - editor.addCommand( 'numberedListStyle', new CKEDITOR.dialogCommand( 'numberedListStyle' ) ); - CKEDITOR.dialog.add( 'numberedListStyle', this.path + 'dialogs/liststyle.js' ); - editor.addCommand( 'bulletedListStyle', new CKEDITOR.dialogCommand( 'bulletedListStyle' ) ); - CKEDITOR.dialog.add( 'bulletedListStyle', this.path + 'dialogs/liststyle.js' ); - - // If the "menu" plugin is loaded, register the menu items. - if ( editor.addMenuItems ) - { - //Register map group; - editor.addMenuGroup("list", 108); - - editor.addMenuItems( - { - numberedlist : - { - label : editor.lang.list.numberedTitle, - group : 'list', - command: 'numberedListStyle' - }, - bulletedlist : - { - label : editor.lang.list.bulletedTitle, - group : 'list', - command: 'bulletedListStyle' - } - }); - } - - // If the "contextmenu" plugin is loaded, register the listeners. - if ( editor.contextMenu ) - { - editor.contextMenu.addListener( function( element, selection ) - { - if ( !element || element.isReadOnly() ) - return null; - - while ( element ) - { - var name = element.getName(); - if ( name == 'ol' ) - return { numberedlist: CKEDITOR.TRISTATE_OFF }; - else if ( name == 'ul' ) - return { bulletedlist: CKEDITOR.TRISTATE_OFF }; - - element = element.getParent(); - } - return null; - }); - } - } - }; - - CKEDITOR.plugins.add( 'liststyle', CKEDITOR.plugins.liststyle ); -})(); diff --git a/skins/ckeditor/_source/plugins/maximize/plugin.js b/skins/ckeditor/_source/plugins/maximize/plugin.js deleted file mode 100644 index 4c04d14..0000000 --- a/skins/ckeditor/_source/plugins/maximize/plugin.js +++ /dev/null @@ -1,352 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - function protectFormStyles( formElement ) - { - if ( !formElement || formElement.type != CKEDITOR.NODE_ELEMENT || formElement.getName() != 'form' ) - return []; - - var hijackRecord = [], - hijackNames = [ 'style', 'className' ]; - for ( var i = 0 ; i < hijackNames.length ; i++ ) - { - var name = hijackNames[i]; - var $node = formElement.$.elements.namedItem( name ); - if ( $node ) - { - var hijackNode = new CKEDITOR.dom.element( $node ); - hijackRecord.push( [ hijackNode, hijackNode.nextSibling ] ); - hijackNode.remove(); - } - } - - return hijackRecord; - } - - function restoreFormStyles( formElement, hijackRecord ) - { - if ( !formElement || formElement.type != CKEDITOR.NODE_ELEMENT || formElement.getName() != 'form' ) - return; - - if ( hijackRecord.length > 0 ) - { - for ( var i = hijackRecord.length - 1 ; i >= 0 ; i-- ) - { - var node = hijackRecord[i][0]; - var sibling = hijackRecord[i][1]; - if ( sibling ) - node.insertBefore( sibling ); - else - node.appendTo( formElement ); - } - } - } - - function saveStyles( element, isInsideEditor ) - { - var data = protectFormStyles( element ); - var retval = {}; - - var $element = element.$; - - if ( !isInsideEditor ) - { - retval[ 'class' ] = $element.className || ''; - $element.className = ''; - } - - retval.inline = $element.style.cssText || ''; - if ( !isInsideEditor ) // Reset any external styles that might interfere. (#2474) - $element.style.cssText = 'position: static; overflow: visible'; - - restoreFormStyles( data ); - return retval; - } - - function restoreStyles( element, savedStyles ) - { - var data = protectFormStyles( element ); - var $element = element.$; - if ( 'class' in savedStyles ) - $element.className = savedStyles[ 'class' ]; - if ( 'inline' in savedStyles ) - $element.style.cssText = savedStyles.inline; - restoreFormStyles( data ); - } - - function refreshCursor( editor ) - { - // Refresh all editor instances on the page (#5724). - var all = CKEDITOR.instances; - for ( var i in all ) - { - var one = all[ i ]; - if ( one.mode == 'wysiwyg' && !one.readOnly ) - { - var body = one.document.getBody(); - // Refresh 'contentEditable' otherwise - // DOM lifting breaks design mode. (#5560) - body.setAttribute( 'contentEditable', false ); - body.setAttribute( 'contentEditable', true ); - } - } - - if ( editor.focusManager.hasFocus ) - { - editor.toolbox.focus(); - editor.focus(); - } - } - - /** - * Adding an iframe shim to this element, OR removing the existing one if already applied. - * Note: This will only affect IE version below 7. - */ - function createIframeShim( element ) - { - if ( !CKEDITOR.env.ie || CKEDITOR.env.version > 6 ) - return null; - - var shim = CKEDITOR.dom.element.createFromHtml( '<iframe frameborder="0" tabindex="-1"' + - ' src="javascript:' + - 'void((function(){' + - 'document.open();' + - ( CKEDITOR.env.isCustomDomain() ? 'document.domain=\'' + this.getDocument().$.domain + '\';' : '' ) + - 'document.close();' + - '})())"' + - ' style="display:block;position:absolute;z-index:-1;' + - 'progid:DXImageTransform.Microsoft.Alpha(opacity=0);' + - '"></iframe>' ); - return element.append( shim, true ); - } - - CKEDITOR.plugins.add( 'maximize', - { - init : function( editor ) - { - var lang = editor.lang; - var mainDocument = CKEDITOR.document, - mainWindow = mainDocument.getWindow(); - - // Saved selection and scroll position for the editing area. - var savedSelection, - savedScroll; - - // Saved scroll position for the outer window. - var outerScroll; - - var shim; - - // Saved resize handler function. - function resizeHandler() - { - var viewPaneSize = mainWindow.getViewPaneSize(); - shim && shim.setStyles( { width : viewPaneSize.width + 'px', height : viewPaneSize.height + 'px' } ); - editor.resize( viewPaneSize.width, viewPaneSize.height, null, true ); - } - - // Retain state after mode switches. - var savedState = CKEDITOR.TRISTATE_OFF; - - editor.addCommand( 'maximize', - { - modes : { wysiwyg : 1, source : 1 }, - readOnly : 1, - editorFocus : false, - exec : function() - { - var container = editor.container.getChild( 1 ); - var contents = editor.getThemeSpace( 'contents' ); - - // Save current selection and scroll position in editing area. - if ( editor.mode == 'wysiwyg' ) - { - var selection = editor.getSelection(); - savedSelection = selection && selection.getRanges(); - savedScroll = mainWindow.getScrollPosition(); - } - else - { - var $textarea = editor.textarea.$; - savedSelection = !CKEDITOR.env.ie && [ $textarea.selectionStart, $textarea.selectionEnd ]; - savedScroll = [ $textarea.scrollLeft, $textarea.scrollTop ]; - } - - if ( this.state == CKEDITOR.TRISTATE_OFF ) // Go fullscreen if the state is off. - { - // Add event handler for resizing. - mainWindow.on( 'resize', resizeHandler ); - - // Save the scroll bar position. - outerScroll = mainWindow.getScrollPosition(); - - // Save and reset the styles for the entire node tree. - var currentNode = editor.container; - while ( ( currentNode = currentNode.getParent() ) ) - { - currentNode.setCustomData( 'maximize_saved_styles', saveStyles( currentNode ) ); - currentNode.setStyle( 'z-index', editor.config.baseFloatZIndex - 1 ); - } - contents.setCustomData( 'maximize_saved_styles', saveStyles( contents, true ) ); - container.setCustomData( 'maximize_saved_styles', saveStyles( container, true ) ); - - // Hide scroll bars. - var styles = - { - overflow : CKEDITOR.env.webkit ? '' : 'hidden', // #6896 - width : 0, - height : 0 - }; - - mainDocument.getDocumentElement().setStyles( styles ); - !CKEDITOR.env.gecko && mainDocument.getDocumentElement().setStyle( 'position', 'fixed' ); - !( CKEDITOR.env.gecko && CKEDITOR.env.quirks ) && mainDocument.getBody().setStyles( styles ); - - // Scroll to the top left (IE needs some time for it - #4923). - CKEDITOR.env.ie ? - setTimeout( function() { mainWindow.$.scrollTo( 0, 0 ); }, 0 ) : - mainWindow.$.scrollTo( 0, 0 ); - - // Resize and move to top left. - // Special treatment for FF Quirks (#7284) - container.setStyle( 'position', CKEDITOR.env.gecko && CKEDITOR.env.quirks ? 'fixed' : 'absolute' ); - container.$.offsetLeft; // SAFARI BUG: See #2066. - container.setStyles( - { - 'z-index' : editor.config.baseFloatZIndex - 1, - left : '0px', - top : '0px' - } ); - - shim = createIframeShim( container ); // IE6 select element penetration when maximized. (#4459) - - // Add cke_maximized class before resize handle since that will change things sizes (#5580) - container.addClass( 'cke_maximized' ); - - resizeHandler(); - - // Still not top left? Fix it. (Bug #174) - var offset = container.getDocumentPosition(); - container.setStyles( - { - left : ( -1 * offset.x ) + 'px', - top : ( -1 * offset.y ) + 'px' - } ); - - // Fixing positioning editor chrome in Firefox break design mode. (#5149) - CKEDITOR.env.gecko && refreshCursor( editor ); - - } - else if ( this.state == CKEDITOR.TRISTATE_ON ) // Restore from fullscreen if the state is on. - { - // Remove event handler for resizing. - mainWindow.removeListener( 'resize', resizeHandler ); - - // Restore CSS styles for the entire node tree. - var editorElements = [ contents, container ]; - for ( var i = 0 ; i < editorElements.length ; i++ ) - { - restoreStyles( editorElements[i], editorElements[i].getCustomData( 'maximize_saved_styles' ) ); - editorElements[i].removeCustomData( 'maximize_saved_styles' ); - } - - currentNode = editor.container; - while ( ( currentNode = currentNode.getParent() ) ) - { - restoreStyles( currentNode, currentNode.getCustomData( 'maximize_saved_styles' ) ); - currentNode.removeCustomData( 'maximize_saved_styles' ); - } - - // Restore the window scroll position. - CKEDITOR.env.ie ? - setTimeout( function() { mainWindow.$.scrollTo( outerScroll.x, outerScroll.y ); }, 0 ) : - mainWindow.$.scrollTo( outerScroll.x, outerScroll.y ); - - // Remove cke_maximized class. - container.removeClass( 'cke_maximized' ); - - // Webkit requires a re-layout on editor chrome. (#6695) - if ( CKEDITOR.env.webkit ) - { - container.setStyle( 'display', 'inline' ); - setTimeout( function(){ container.setStyle( 'display', 'block' ); }, 0 ); - } - - if ( shim ) - { - shim.remove(); - shim = null; - } - - // Emit a resize event, because this time the size is modified in - // restoreStyles. - editor.fire( 'resize' ); - } - - this.toggleState(); - - // Toggle button label. - var button = this.uiItems[ 0 ]; - // Only try to change the button if it exists (#6166) - if( button ) - { - var label = ( this.state == CKEDITOR.TRISTATE_OFF ) - ? lang.maximize : lang.minimize; - var buttonNode = editor.element.getDocument().getById( button._.id ); - buttonNode.getChild( 1 ).setHtml( label ); - buttonNode.setAttribute( 'title', label ); - buttonNode.setAttribute( 'href', 'javascript:void("' + label + '");' ); - } - - // Restore selection and scroll position in editing area. - if ( editor.mode == 'wysiwyg' ) - { - if ( savedSelection ) - { - // Fixing positioning editor chrome in Firefox break design mode. (#5149) - CKEDITOR.env.gecko && refreshCursor( editor ); - - editor.getSelection().selectRanges(savedSelection); - var element = editor.getSelection().getStartElement(); - element && element.scrollIntoView( true ); - } - - else - mainWindow.$.scrollTo( savedScroll.x, savedScroll.y ); - } - else - { - if ( savedSelection ) - { - $textarea.selectionStart = savedSelection[0]; - $textarea.selectionEnd = savedSelection[1]; - } - $textarea.scrollLeft = savedScroll[0]; - $textarea.scrollTop = savedScroll[1]; - } - - savedSelection = savedScroll = null; - savedState = this.state; - }, - canUndo : false - } ); - - editor.ui.addButton( 'Maximize', - { - label : lang.maximize, - command : 'maximize' - } ); - - // Restore the command state after mode change, unless it has been changed to disabled (#6467) - editor.on( 'mode', function() - { - var command = editor.getCommand( 'maximize' ); - command.setState( command.state == CKEDITOR.TRISTATE_DISABLED ? CKEDITOR.TRISTATE_DISABLED : savedState ); - }, null, null, 100 ); - } - } ); -})(); diff --git a/skins/ckeditor/_source/plugins/menu/plugin.js b/skins/ckeditor/_source/plugins/menu/plugin.js deleted file mode 100644 index 0165d31..0000000 --- a/skins/ckeditor/_source/plugins/menu/plugin.js +++ /dev/null @@ -1,541 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'menu', -{ - beforeInit : function( editor ) - { - var groups = editor.config.menu_groups.split( ',' ), - groupsOrder = editor._.menuGroups = {}, - menuItems = editor._.menuItems = {}; - - for ( var i = 0 ; i < groups.length ; i++ ) - groupsOrder[ groups[ i ] ] = i + 1; - - /** - * Registers an item group to the editor context menu in order to make it - * possible to associate it with menu items later. - * @name CKEDITOR.editor.prototype.addMenuGroup - * @param {String} name Specify a group name. - * @param {Number} [order=100] Define the display sequence of this group - * inside the menu. A smaller value gets displayed first. - */ - editor.addMenuGroup = function( name, order ) - { - groupsOrder[ name ] = order || 100; - }; - - /** - * Adds an item from the specified definition to the editor context menu. - * @name CKEDITOR.editor.prototype.addMenuItem - * @param {String} name The menu item name. - * @param {CKEDITOR.menu.definition} definition The menu item definition. - */ - editor.addMenuItem = function( name, definition ) - { - if ( groupsOrder[ definition.group ] ) - menuItems[ name ] = new CKEDITOR.menuItem( this, name, definition ); - }; - - /** - * Adds one or more items from the specified definition array to the editor context menu. - * @name CKEDITOR.editor.prototype.addMenuItems - * @param {Array} definitions List of definitions for each menu item as if {@link CKEDITOR.editor.addMenuItem} is called. - */ - editor.addMenuItems = function( definitions ) - { - for ( var itemName in definitions ) - { - this.addMenuItem( itemName, definitions[ itemName ] ); - } - }; - - /** - * Retrieves a particular menu item definition from the editor context menu. - * @name CKEDITOR.editor.prototype.getMenuItem - * @param {String} name The name of the desired menu item. - * @return {CKEDITOR.menu.definition} - */ - editor.getMenuItem = function( name ) - { - return menuItems[ name ]; - }; - - /** - * Removes a particular menu item added before from the editor context menu. - * @name CKEDITOR.editor.prototype.removeMenuItem - * @param {String} name The name of the desired menu item. - * @since 3.6.1 - */ - editor.removeMenuItem = function( name ) - { - delete menuItems[ name ]; - }; - }, - - requires : [ 'floatpanel' ] -}); - -(function() -{ - CKEDITOR.menu = CKEDITOR.tools.createClass( - { - $ : function( editor, definition ) - { - definition = this._.definition = definition || {}; - this.id = CKEDITOR.tools.getNextId(); - - this.editor = editor; - this.items = []; - this._.listeners = []; - - this._.level = definition.level || 1; - - var panelDefinition = CKEDITOR.tools.extend( {}, definition.panel, - { - css : editor.skin.editor.css, - level : this._.level - 1, - block : {} - } ); - - var attrs = panelDefinition.block.attributes = ( panelDefinition.attributes || {} ); - // Provide default role of 'menu'. - !attrs.role && ( attrs.role = 'menu' ); - this._.panelDefinition = panelDefinition; - }, - - _ : - { - onShow : function() - { - var selection = this.editor.getSelection(); - - // Selection will be unavailable after menu shows up - // in IE, lock it now. - if ( CKEDITOR.env.ie ) - selection && selection.lock(); - - var element = selection && selection.getStartElement(), - listeners = this._.listeners, - includedItems = []; - - this.removeAll(); - // Call all listeners, filling the list of items to be displayed. - for ( var i = 0 ; i < listeners.length ; i++ ) - { - var listenerItems = listeners[ i ]( element, selection ); - - if ( listenerItems ) - { - for ( var itemName in listenerItems ) - { - var item = this.editor.getMenuItem( itemName ); - - if ( item && ( !item.command || this.editor.getCommand( item.command ).state ) ) - { - item.state = listenerItems[ itemName ]; - this.add( item ); - } - } - } - } - }, - - onClick : function( item ) - { - this.hide( false ); - - if ( item.onClick ) - item.onClick(); - else if ( item.command ) - this.editor.execCommand( item.command ); - }, - - onEscape : function( keystroke ) - { - var parent = this.parent; - // 1. If it's sub-menu, restore the last focused item - // of upper level menu. - // 2. In case of a top-menu, close it. - if ( parent ) - { - parent._.panel.hideChild(); - // Restore parent block item focus. - var parentBlock = parent._.panel._.panel._.currentBlock, - parentFocusIndex = parentBlock._.focusIndex; - parentBlock._.markItem( parentFocusIndex ); - } - else if ( keystroke == 27 ) - this.hide(); - - return false; - }, - - onHide : function() - { - if ( CKEDITOR.env.ie ) - { - var selection = this.editor.getSelection(); - selection && selection.unlock(); - } - - this.onHide && this.onHide(); - }, - - showSubMenu : function( index ) - { - var menu = this._.subMenu, - item = this.items[ index ], - subItemDefs = item.getItems && item.getItems(); - - // If this item has no subitems, we just hide the submenu, if - // available, and return back. - if ( !subItemDefs ) - { - this._.panel.hideChild(); - return; - } - - // Record parent menu focused item first (#3389). - var block = this._.panel.getBlock( this.id ); - block._.focusIndex = index; - - // Create the submenu, if not available, or clean the existing - // one. - if ( menu ) - menu.removeAll(); - else - { - menu = this._.subMenu = new CKEDITOR.menu( this.editor, - CKEDITOR.tools.extend( {}, this._.definition, { level : this._.level + 1 }, true ) ); - menu.parent = this; - menu._.onClick = CKEDITOR.tools.bind( this._.onClick, this ); - } - - // Add all submenu items to the menu. - for ( var subItemName in subItemDefs ) - { - var subItem = this.editor.getMenuItem( subItemName ); - if ( subItem ) - { - subItem.state = subItemDefs[ subItemName ]; - menu.add( subItem ); - } - } - - // Get the element representing the current item. - var element = this._.panel.getBlock( this.id ).element.getDocument().getById( this.id + String( index ) ); - - // Show the submenu. - menu.show( element, 2 ); - } - }, - - proto : - { - add : function( item ) - { - // Later we may sort the items, but Array#sort is not stable in - // some browsers, here we're forcing the original sequence with - // 'order' attribute if it hasn't been assigned. (#3868) - if ( !item.order ) - item.order = this.items.length; - - this.items.push( item ); - }, - - removeAll : function() - { - this.items = []; - }, - - show : function( offsetParent, corner, offsetX, offsetY ) - { - // Not for sub menu. - if ( !this.parent ) - { - this._.onShow(); - // Don't menu with zero items. - if ( ! this.items.length ) - return; - } - - corner = corner || ( this.editor.lang.dir == 'rtl' ? 2 : 1 ); - - var items = this.items, - editor = this.editor, - panel = this._.panel, - element = this._.element; - - // Create the floating panel for this menu. - if ( !panel ) - { - panel = this._.panel = new CKEDITOR.ui.floatPanel( this.editor, - CKEDITOR.document.getBody(), - this._.panelDefinition, - this._.level ); - - panel.onEscape = CKEDITOR.tools.bind( function( keystroke ) - { - if ( this._.onEscape( keystroke ) === false ) - return false; - }, - this ); - - panel.onHide = CKEDITOR.tools.bind( function() - { - this._.onHide && this._.onHide(); - }, - this ); - - // Create an autosize block inside the panel. - var block = panel.addBlock( this.id, this._.panelDefinition.block ); - block.autoSize = true; - - var keys = block.keys; - keys[ 40 ] = 'next'; // ARROW-DOWN - keys[ 9 ] = 'next'; // TAB - keys[ 38 ] = 'prev'; // ARROW-UP - keys[ CKEDITOR.SHIFT + 9 ] = 'prev'; // SHIFT + TAB - keys[ ( editor.lang.dir == 'rtl' ? 37 : 39 ) ]= CKEDITOR.env.ie ? 'mouseup' : 'click'; // ARROW-RIGHT/ARROW-LEFT(rtl) - keys[ 32 ] = CKEDITOR.env.ie ? 'mouseup' : 'click'; // SPACE - CKEDITOR.env.ie && ( keys[ 13 ] = 'mouseup' ); // Manage ENTER, since onclick is blocked in IE (#8041). - - element = this._.element = block.element; - element.addClass( editor.skinClass ); - - var elementDoc = element.getDocument(); - elementDoc.getBody().setStyle( 'overflow', 'hidden' ); - elementDoc.getElementsByTag( 'html' ).getItem( 0 ).setStyle( 'overflow', 'hidden' ); - - this._.itemOverFn = CKEDITOR.tools.addFunction( function( index ) - { - clearTimeout( this._.showSubTimeout ); - this._.showSubTimeout = CKEDITOR.tools.setTimeout( this._.showSubMenu, editor.config.menu_subMenuDelay || 400, this, [ index ] ); - }, - this ); - - this._.itemOutFn = CKEDITOR.tools.addFunction( function( index ) - { - clearTimeout( this._.showSubTimeout ); - }, - this ); - - this._.itemClickFn = CKEDITOR.tools.addFunction( function( index ) - { - var item = this.items[ index ]; - - if ( item.state == CKEDITOR.TRISTATE_DISABLED ) - { - this.hide(); - return; - } - - if ( item.getItems ) - this._.showSubMenu( index ); - else - this._.onClick( item ); - }, - this ); - } - - // Put the items in the right order. - sortItems( items ); - - var chromeRoot = editor.container.getChild( 1 ), - mixedContentClass = chromeRoot.hasClass( 'cke_mixed_dir_content' ) ? ' cke_mixed_dir_content' : ''; - - // Build the HTML that composes the menu and its items. - var output = [ '<div class="cke_menu' + mixedContentClass + '" role="presentation">' ]; - - var length = items.length, - lastGroup = length && items[ 0 ].group; - - for ( var i = 0 ; i < length ; i++ ) - { - var item = items[ i ]; - if ( lastGroup != item.group ) - { - output.push( '<div class="cke_menuseparator" role="separator"></div>' ); - lastGroup = item.group; - } - - item.render( this, i, output ); - } - - output.push( '</div>' ); - - // Inject the HTML inside the panel. - element.setHtml( output.join( '' ) ); - - CKEDITOR.ui.fire( 'ready', this ); - - // Show the panel. - if ( this.parent ) - this.parent._.panel.showAsChild( panel, this.id, offsetParent, corner, offsetX, offsetY ); - else - panel.showBlock( this.id, offsetParent, corner, offsetX, offsetY ); - - editor.fire( 'menuShow', [ panel ] ); - }, - - addListener : function( listenerFn ) - { - this._.listeners.push( listenerFn ); - }, - - hide : function( returnFocus ) - { - this._.onHide && this._.onHide(); - this._.panel && this._.panel.hide( returnFocus ); - } - } - }); - - function sortItems( items ) - { - items.sort( function( itemA, itemB ) - { - if ( itemA.group < itemB.group ) - return -1; - else if ( itemA.group > itemB.group ) - return 1; - - return itemA.order < itemB.order ? -1 : - itemA.order > itemB.order ? 1 : - 0; - }); - } - CKEDITOR.menuItem = CKEDITOR.tools.createClass( - { - $ : function( editor, name, definition ) - { - CKEDITOR.tools.extend( this, definition, - // Defaults - { - order : 0, - className : 'cke_button_' + name - }); - - // Transform the group name into its order number. - this.group = editor._.menuGroups[ this.group ]; - - this.editor = editor; - this.name = name; - }, - - proto : - { - render : function( menu, index, output ) - { - var id = menu.id + String( index ), - state = ( typeof this.state == 'undefined' ) ? CKEDITOR.TRISTATE_OFF : this.state; - - var classes = ' cke_' + ( - state == CKEDITOR.TRISTATE_ON ? 'on' : - state == CKEDITOR.TRISTATE_DISABLED ? 'disabled' : - 'off' ); - - var htmlLabel = this.label; - - if ( this.className ) - classes += ' ' + this.className; - - var hasSubMenu = this.getItems; - - output.push( - '<span class="cke_menuitem' + ( this.icon && this.icon.indexOf( '.png' ) == -1 ? ' cke_noalphafix' : '' ) + '">' + - '<a id="', id, '"' + - ' class="', classes, '" href="javascript:void(\'', ( this.label || '' ).replace( "'", '' ), '\')"' + - ' title="', this.label, '"' + - ' tabindex="-1"' + - '_cke_focus=1' + - ' hidefocus="true"' + - ' role="menuitem"' + - ( hasSubMenu ? 'aria-haspopup="true"' : '' ) + - ( state == CKEDITOR.TRISTATE_DISABLED ? 'aria-disabled="true"' : '' ) + - ( state == CKEDITOR.TRISTATE_ON ? 'aria-pressed="true"' : '' ) ); - - // Some browsers don't cancel key events in the keydown but in the - // keypress. - // TODO: Check if really needed for Gecko+Mac. - if ( CKEDITOR.env.opera || ( CKEDITOR.env.gecko && CKEDITOR.env.mac ) ) - { - output.push( - ' onkeypress="return false;"' ); - } - - // With Firefox, we need to force the button to redraw, otherwise it - // will remain in the focus state. - if ( CKEDITOR.env.gecko ) - { - output.push( - ' onblur="this.style.cssText = this.style.cssText;"' ); - } - - var offset = ( this.iconOffset || 0 ) * -16; - output.push( -// ' onkeydown="return CKEDITOR.ui.button._.keydown(', index, ', event);"' + - ' onmouseover="CKEDITOR.tools.callFunction(', menu._.itemOverFn, ',', index, ');"' + - ' onmouseout="CKEDITOR.tools.callFunction(', menu._.itemOutFn, ',', index, ');" ' + - ( CKEDITOR.env.ie ? 'onclick="return false;" onmouseup' : 'onclick' ) + // #188 - '="CKEDITOR.tools.callFunction(', menu._.itemClickFn, ',', index, '); return false;"' + - '>' + - '<span class="cke_icon_wrapper"><span class="cke_icon"' + - ( this.icon ? ' style="background-image:url(' + CKEDITOR.getUrl( this.icon ) + ');background-position:0 ' + offset + 'px;"' - : '' ) + - '></span></span>' + - '<span class="cke_label">' ); - - if ( hasSubMenu ) - { - output.push( - '<span class="cke_menuarrow">', - '<span>&#', - ( this.editor.lang.dir == 'rtl' ? - '9668' : // BLACK LEFT-POINTING POINTER - '9658' ), // BLACK RIGHT-POINTING POINTER - ';</span>', - '</span>' ); - } - - output.push( - htmlLabel, - '</span>' + - '</a>' + - '</span>' ); - } - } - }); - -})(); - - -/** - * The amount of time, in milliseconds, the editor waits before displaying submenu - * options when moving the mouse over options that contain submenus, like the - * "Cell Properties" entry for tables. - * @type Number - * @default 400 - * @example - * // Remove the submenu delay. - * config.menu_subMenuDelay = 0; - */ - -/** - * A comma separated list of items group names to be displayed in the context - * menu. The order of items will reflect the order specified in this list if - * no priority was defined in the groups. - * @type String - * @default 'clipboard,form,tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash,checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea' - * @example - * config.menu_groups = 'clipboard,table,anchor,link,image'; - */ -CKEDITOR.config.menu_groups = - 'clipboard,' + - 'form,' + - 'tablecell,tablecellproperties,tablerow,tablecolumn,table,'+ - 'anchor,link,image,flash,' + - 'checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea,div'; diff --git a/skins/ckeditor/_source/plugins/menubutton/plugin.js b/skins/ckeditor/_source/plugins/menubutton/plugin.js deleted file mode 100644 index 6f07531..0000000 --- a/skins/ckeditor/_source/plugins/menubutton/plugin.js +++ /dev/null @@ -1,98 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'menubutton', -{ - requires : [ 'button', 'menu' ], - beforeInit : function( editor ) - { - editor.ui.addHandler( CKEDITOR.UI_MENUBUTTON, CKEDITOR.ui.menuButton.handler ); - } -}); - -/** - * Button UI element. - * @constant - * @example - */ -CKEDITOR.UI_MENUBUTTON = 'menubutton'; - -(function() -{ - var clickFn = function( editor ) - { - var _ = this._; - - // Do nothing if this button is disabled. - if ( _.state === CKEDITOR.TRISTATE_DISABLED ) - return; - - _.previousState = _.state; - - // Check if we already have a menu for it, otherwise just create it. - var menu = _.menu; - if ( !menu ) - { - menu = _.menu = new CKEDITOR.menu( editor, - { - panel: - { - className : editor.skinClass + ' cke_contextmenu', - attributes : { 'aria-label' : editor.lang.common.options } - } - }); - - menu.onHide = CKEDITOR.tools.bind( function() - { - this.setState( this.modes && this.modes[ editor.mode ] ? _.previousState : CKEDITOR.TRISTATE_DISABLED ); - }, - this ); - - // Initialize the menu items at this point. - if ( this.onMenu ) - menu.addListener( this.onMenu ); - } - - if ( _.on ) - { - menu.hide(); - return; - } - - this.setState( CKEDITOR.TRISTATE_ON ); - - menu.show( CKEDITOR.document.getById( this._.id ), 4 ); - }; - - - CKEDITOR.ui.menuButton = CKEDITOR.tools.createClass( - { - base : CKEDITOR.ui.button, - - $ : function( definition ) - { - // We don't want the panel definition in this object. - var panelDefinition = definition.panel; - delete definition.panel; - - this.base( definition ); - - this.hasArrow = true; - - this.click = clickFn; - }, - - statics : - { - handler : - { - create : function( definition ) - { - return new CKEDITOR.ui.menuButton( definition ); - } - } - } - }); -})(); diff --git a/skins/ckeditor/_source/plugins/newpage/plugin.js b/skins/ckeditor/_source/plugins/newpage/plugin.js deleted file mode 100644 index 12de07d..0000000 --- a/skins/ckeditor/_source/plugins/newpage/plugin.js +++ /dev/null @@ -1,54 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file Horizontal Page Break - */ - -// Register a plugin named "newpage". -CKEDITOR.plugins.add( 'newpage', -{ - init : function( editor ) - { - editor.addCommand( 'newpage', - { - modes : { wysiwyg:1, source:1 }, - - exec : function( editor ) - { - var command = this; - editor.setData( editor.config.newpage_html || '', function() - { - // Save the undo snapshot after all document changes are affected. (#4889) - setTimeout( function () - { - editor.fire( 'afterCommandExec', - { - name: command.name, - command: command - } ); - editor.selectionChange(); - - }, 200 ); - } ); - editor.focus(); - }, - async : true - }); - - editor.ui.addButton( 'NewPage', - { - label : editor.lang.newPage, - command : 'newpage' - }); - } -}); -/** - * The HTML to load in the editor when the "new page" command is executed. - * @type String - * @default '' - * @example - * config.newpage_html = '<p>Type your text here.</p>'; - */ diff --git a/skins/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif b/skins/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif deleted file mode 100644 index 8d1cffd..0000000 Binary files a/skins/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/pagebreak/plugin.js b/skins/ckeditor/_source/plugins/pagebreak/plugin.js deleted file mode 100644 index ac7653f..0000000 --- a/skins/ckeditor/_source/plugins/pagebreak/plugin.js +++ /dev/null @@ -1,164 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file Horizontal Page Break - */ - -// Register a plugin named "pagebreak". -CKEDITOR.plugins.add( 'pagebreak', -{ - init : function( editor ) - { - // Register the command. - editor.addCommand( 'pagebreak', CKEDITOR.plugins.pagebreakCmd ); - - // Register the toolbar button. - editor.ui.addButton( 'PageBreak', - { - label : editor.lang.pagebreak, - command : 'pagebreak' - }); - - var cssStyles = [ - '{' , - 'background: url(' + CKEDITOR.getUrl( this.path + 'images/pagebreak.gif' ) + ') no-repeat center center;' , - 'clear: both;' , - 'width:100%; _width:99.9%;' , - 'border-top: #999999 1px dotted;' , - 'border-bottom: #999999 1px dotted;' , - 'padding:0;' , - 'height: 5px;' , - 'cursor: default;' , - '}' - ].join( '' ).replace(/;/g, ' !important;' ); // Increase specificity to override other styles, e.g. block outline. - - // Add the style that renders our placeholder. - editor.addCss( 'div.cke_pagebreak' + cssStyles ); - - // Opera needs help to select the page-break. - CKEDITOR.env.opera && editor.on( 'contentDom', function() - { - editor.document.on( 'click', function( evt ) - { - var target = evt.data.getTarget(); - if ( target.is( 'div' ) && target.hasClass( 'cke_pagebreak') ) - editor.getSelection().selectElement( target ); - }); - }); - }, - - afterInit : function( editor ) - { - var label = editor.lang.pagebreakAlt; - - // Register a filter to displaying placeholders after mode change. - var dataProcessor = editor.dataProcessor, - dataFilter = dataProcessor && dataProcessor.dataFilter, - htmlFilter = dataProcessor && dataProcessor.htmlFilter; - - if ( htmlFilter ) - { - htmlFilter.addRules( - { - attributes : { - 'class' : function( value, element ) - { - var className = value.replace( 'cke_pagebreak', '' ); - if ( className != value ) - { - var span = CKEDITOR.htmlParser.fragment.fromHtml( '<span style="display: none;"> </span>' ); - element.children.length = 0; - element.add( span ); - var attrs = element.attributes; - delete attrs[ 'aria-label' ]; - delete attrs.contenteditable; - delete attrs.title; - } - return className; - } - } - }, 5 ); - } - - if ( dataFilter ) - { - dataFilter.addRules( - { - elements : - { - div : function( element ) - { - var attributes = element.attributes, - style = attributes && attributes.style, - child = style && element.children.length == 1 && element.children[ 0 ], - childStyle = child && ( child.name == 'span' ) && child.attributes.style; - - if ( childStyle && ( /page-break-after\s*:\s*always/i ).test( style ) && ( /display\s*:\s*none/i ).test( childStyle ) ) - { - attributes.contenteditable = "false"; - attributes[ 'class' ] = "cke_pagebreak"; - attributes[ 'data-cke-display-name' ] = "pagebreak"; - attributes[ 'aria-label' ] = label; - attributes[ 'title' ] = label; - - element.children.length = 0; - } - } - } - }); - } - }, - - requires : [ 'fakeobjects' ] -}); - -CKEDITOR.plugins.pagebreakCmd = -{ - exec : function( editor ) - { - var label = editor.lang.pagebreakAlt; - - // Create read-only element that represents a print break. - var pagebreak = CKEDITOR.dom.element.createFromHtml( - '<div style="' + - 'page-break-after: always;"' + - 'contenteditable="false" ' + - 'title="'+ label + '" ' + - 'aria-label="'+ label + '" ' + - 'data-cke-display-name="pagebreak" ' + - 'class="cke_pagebreak">' + - '</div>', editor.document ); - - var ranges = editor.getSelection().getRanges( true ); - - editor.fire( 'saveSnapshot' ); - - for ( var range, i = ranges.length - 1 ; i >= 0; i-- ) - { - range = ranges[ i ]; - - if ( i < ranges.length -1 ) - pagebreak = pagebreak.clone( true ); - - range.splitBlock( 'p' ); - range.insertNode( pagebreak ); - if ( i == ranges.length - 1 ) - { - var next = pagebreak.getNext(); - range.moveToPosition( pagebreak, CKEDITOR.POSITION_AFTER_END ); - - // If there's nothing or a non-editable block followed by, establish a new paragraph - // to make sure cursor is not trapped. - if ( !next || next.type == CKEDITOR.NODE_ELEMENT && !next.isEditable() ) - range.fixBlock( true, editor.config.enterMode == CKEDITOR.ENTER_DIV ? 'div' : 'p' ); - - range.select(); - } - } - - editor.fire( 'saveSnapshot' ); - } -}; diff --git a/skins/ckeditor/_source/plugins/panel/plugin.js b/skins/ckeditor/_source/plugins/panel/plugin.js deleted file mode 100644 index cb0a615..0000000 --- a/skins/ckeditor/_source/plugins/panel/plugin.js +++ /dev/null @@ -1,403 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'panel', -{ - beforeInit : function( editor ) - { - editor.ui.addHandler( CKEDITOR.UI_PANEL, CKEDITOR.ui.panel.handler ); - } -}); - -/** - * Panel UI element. - * @constant - * @example - */ -CKEDITOR.UI_PANEL = 'panel'; - -CKEDITOR.ui.panel = function( document, definition ) -{ - // Copy all definition properties to this object. - if ( definition ) - CKEDITOR.tools.extend( this, definition ); - - // Set defaults. - CKEDITOR.tools.extend( this, - { - className : '', - css : [] - }); - - this.id = CKEDITOR.tools.getNextId(); - this.document = document; - - this._ = - { - blocks : {} - }; -}; - -/** - * Transforms a rich combo definition in a {@link CKEDITOR.ui.richCombo} - * instance. - * @type Object - * @example - */ -CKEDITOR.ui.panel.handler = -{ - create : function( definition ) - { - return new CKEDITOR.ui.panel( definition ); - } -}; - -CKEDITOR.ui.panel.prototype = -{ - renderHtml : function( editor ) - { - var output = []; - this.render( editor, output ); - return output.join( '' ); - }, - - /** - * Renders the combo. - * @param {CKEDITOR.editor} editor The editor instance which this button is - * to be used by. - * @param {Array} output The output array to which append the HTML relative - * to this button. - * @example - */ - render : function( editor, output ) - { - var id = this.id; - - output.push( - '<div class="', editor.skinClass ,'"' + - ' lang="', editor.langCode, '"' + - ' role="presentation"' + - // iframe loading need sometime, keep the panel hidden(#4186). - ' style="display:none;z-index:' + ( editor.config.baseFloatZIndex + 1 ) + '">' + - '<div' + - ' id=', id, - ' dir=', editor.lang.dir, - ' role="presentation"' + - ' class="cke_panel cke_', editor.lang.dir ); - - if ( this.className ) - output.push( ' ', this.className ); - - output.push( - '">' ); - - if ( this.forceIFrame || this.css.length ) - { - output.push( - '<iframe id="', id, '_frame"' + - ' frameborder="0"' + - ' role="application" src="javascript:void(' ); - - output.push( - // Support for custom document.domain in IE. - CKEDITOR.env.isCustomDomain() ? - '(function(){' + - 'document.open();' + - 'document.domain=\'' + document.domain + '\';' + - 'document.close();' + - '})()' - : - '0' ); - - output.push( - ')"></iframe>' ); - } - - output.push( - '</div>' + - '</div>' ); - - return id; - }, - - getHolderElement : function() - { - var holder = this._.holder; - - if ( !holder ) - { - if ( this.forceIFrame || this.css.length ) - { - var iframe = this.document.getById( this.id + '_frame' ), - parentDiv = iframe.getParent(), - dir = parentDiv.getAttribute( 'dir' ), - className = parentDiv.getParent().getAttribute( 'class' ), - langCode = parentDiv.getParent().getAttribute( 'lang' ), - doc = iframe.getFrameDocument(); - - var onLoad = CKEDITOR.tools.addFunction( CKEDITOR.tools.bind( function( ev ) - { - this.isLoaded = true; - if ( this.onLoad ) - this.onLoad(); - }, this ) ); - - var data = - '<!DOCTYPE html>' + - '<html dir="' + dir + '" class="' + className + '_container" lang="' + langCode + '">' + - '<head>' + - '<style>.' + className + '_container{visibility:hidden}</style>' + - '</head>' + - '<body class="cke_' + dir + ' cke_panel_frame ' + CKEDITOR.env.cssClass + '" style="margin:0;padding:0"' + - ' onload="( window.CKEDITOR || window.parent.CKEDITOR ).tools.callFunction(' + onLoad + ');"></body>' + - // It looks strange, but for FF2, the styles must go - // after <body>, so it (body) becames immediatelly - // available. (#3031) - CKEDITOR.tools.buildStyleHtml( this.css ) + - '<\/html>'; - - doc.write( data ); - - var win = doc.getWindow(); - - // Register the CKEDITOR global. - win.$.CKEDITOR = CKEDITOR; - - // Arrow keys for scrolling is only preventable with 'keypress' event in Opera (#4534). - doc.on( 'key' + ( CKEDITOR.env.opera? 'press':'down' ), function( evt ) - { - var keystroke = evt.data.getKeystroke(), - dir = this.document.getById( this.id ).getAttribute( 'dir' ); - - // Delegate key processing to block. - if ( this._.onKeyDown && this._.onKeyDown( keystroke ) === false ) - { - evt.data.preventDefault(); - return; - } - - // ESC/ARROW-LEFT(ltr) OR ARROW-RIGHT(rtl) - if ( keystroke == 27 || keystroke == ( dir == 'rtl' ? 39 : 37 ) ) - { - if ( this.onEscape && this.onEscape( keystroke ) === false ) - evt.data.preventDefault(); - } - }, - this ); - - holder = doc.getBody(); - holder.unselectable(); - CKEDITOR.env.air && CKEDITOR.tools.callFunction( onLoad ); - } - else - holder = this.document.getById( this.id ); - - this._.holder = holder; - } - - return holder; - }, - - addBlock : function( name, block ) - { - block = this._.blocks[ name ] = block instanceof CKEDITOR.ui.panel.block ? block - : new CKEDITOR.ui.panel.block( this.getHolderElement(), block ); - - if ( !this._.currentBlock ) - this.showBlock( name ); - - return block; - }, - - getBlock : function( name ) - { - return this._.blocks[ name ]; - }, - - showBlock : function( name ) - { - var blocks = this._.blocks, - block = blocks[ name ], - current = this._.currentBlock, - holder = this.forceIFrame ? - this.document.getById( this.id + '_frame' ) - : this._.holder; - - // Disable context menu for block panel. - holder.getParent().getParent().disableContextMenu(); - - if ( current ) - { - // Clean up the current block's effects on holder. - holder.removeAttributes( current.attributes ); - current.hide(); - } - - this._.currentBlock = block; - - holder.setAttributes( block.attributes ); - CKEDITOR.fire( 'ariaWidget', holder ); - - // Reset the focus index, so it will always go into the first one. - block._.focusIndex = -1; - - this._.onKeyDown = block.onKeyDown && CKEDITOR.tools.bind( block.onKeyDown, block ); - - block.onMark = function( item ) - { - holder.setAttribute( 'aria-activedescendant', item.getId() + '_option' ); - }; - - block.onUnmark = function() - { - holder.removeAttribute( 'aria-activedescendant' ); - }; - - block.show(); - - return block; - }, - - destroy : function() - { - this.element && this.element.remove(); - } -}; - -CKEDITOR.ui.panel.block = CKEDITOR.tools.createClass( -{ - $ : function( blockHolder, blockDefinition ) - { - this.element = blockHolder.append( - blockHolder.getDocument().createElement( 'div', - { - attributes : - { - 'tabIndex' : -1, - 'class' : 'cke_panel_block', - 'role' : 'presentation' - }, - styles : - { - display : 'none' - } - }) ); - - // Copy all definition properties to this object. - if ( blockDefinition ) - CKEDITOR.tools.extend( this, blockDefinition ); - - if ( !this.attributes.title ) - this.attributes.title = this.attributes[ 'aria-label' ]; - - this.keys = {}; - - this._.focusIndex = -1; - - // Disable context menu for panels. - this.element.disableContextMenu(); - }, - - _ : { - - /** - * Mark the item specified by the index as current activated. - */ - markItem: function( index ) - { - if ( index == -1 ) - return; - var links = this.element.getElementsByTag( 'a' ); - var item = links.getItem( this._.focusIndex = index ); - - // Safari need focus on the iframe window first(#3389), but we need - // lock the blur to avoid hiding the panel. - if ( CKEDITOR.env.webkit || CKEDITOR.env.opera ) - item.getDocument().getWindow().focus(); - item.focus(); - - this.onMark && this.onMark( item ); - } - }, - - proto : - { - show : function() - { - this.element.setStyle( 'display', '' ); - }, - - hide : function() - { - if ( !this.onHide || this.onHide.call( this ) !== true ) - this.element.setStyle( 'display', 'none' ); - }, - - onKeyDown : function( keystroke ) - { - var keyAction = this.keys[ keystroke ]; - switch ( keyAction ) - { - // Move forward. - case 'next' : - var index = this._.focusIndex, - links = this.element.getElementsByTag( 'a' ), - link; - - while ( ( link = links.getItem( ++index ) ) ) - { - // Move the focus only if the element is marked with - // the _cke_focus and it it's visible (check if it has - // width). - if ( link.getAttribute( '_cke_focus' ) && link.$.offsetWidth ) - { - this._.focusIndex = index; - link.focus(); - break; - } - } - return false; - - // Move backward. - case 'prev' : - index = this._.focusIndex; - links = this.element.getElementsByTag( 'a' ); - - while ( index > 0 && ( link = links.getItem( --index ) ) ) - { - // Move the focus only if the element is marked with - // the _cke_focus and it it's visible (check if it has - // width). - if ( link.getAttribute( '_cke_focus' ) && link.$.offsetWidth ) - { - this._.focusIndex = index; - link.focus(); - break; - } - } - return false; - - case 'click' : - case 'mouseup' : - index = this._.focusIndex; - link = index >= 0 && this.element.getElementsByTag( 'a' ).getItem( index ); - - if ( link ) - link.$[ keyAction ] ? link.$[ keyAction ]() : link.$[ 'on' + keyAction ](); - - return false; - } - - return true; - } - } -}); - -/** - * Fired when a panel is added to the document - * @name CKEDITOR#ariaWidget - * @event - * @param {Object} holder The element wrapping the panel - */ diff --git a/skins/ckeditor/_source/plugins/panelbutton/plugin.js b/skins/ckeditor/_source/plugins/panelbutton/plugin.js deleted file mode 100644 index eba97cd..0000000 --- a/skins/ckeditor/_source/plugins/panelbutton/plugin.js +++ /dev/null @@ -1,144 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'panelbutton', -{ - requires : [ 'button' ], - onLoad : function() - { - function clickFn( editor ) - { - var _ = this._; - - if ( _.state == CKEDITOR.TRISTATE_DISABLED ) - return; - - this.createPanel( editor ); - - if ( _.on ) - { - _.panel.hide(); - return; - } - - _.panel.showBlock( this._.id, this.document.getById( this._.id ), 4 ); - } - - CKEDITOR.ui.panelButton = CKEDITOR.tools.createClass( - { - base : CKEDITOR.ui.button, - - $ : function( definition ) - { - // We don't want the panel definition in this object. - var panelDefinition = definition.panel; - delete definition.panel; - - this.base( definition ); - - this.document = ( panelDefinition - && panelDefinition.parent - && panelDefinition.parent.getDocument() ) - || CKEDITOR.document; - - panelDefinition.block = - { - attributes : panelDefinition.attributes - }; - - this.hasArrow = true; - - this.click = clickFn; - - this._ = - { - panelDefinition : panelDefinition - }; - }, - - statics : - { - handler : - { - create : function( definition ) - { - return new CKEDITOR.ui.panelButton( definition ); - } - } - }, - - proto : - { - createPanel : function( editor ) - { - var _ = this._; - - if ( _.panel ) - return; - - var panelDefinition = this._.panelDefinition || {}, - panelBlockDefinition = this._.panelDefinition.block, - panelParentElement = panelDefinition.parent || CKEDITOR.document.getBody(), - panel = this._.panel = new CKEDITOR.ui.floatPanel( editor, panelParentElement, panelDefinition ), - block = panel.addBlock( _.id, panelBlockDefinition ), - me = this; - - panel.onShow = function() - { - if ( me.className ) - this.element.getFirst().addClass( me.className + '_panel' ); - - me.setState( CKEDITOR.TRISTATE_ON ); - - _.on = 1; - - if ( me.onOpen ) - me.onOpen(); - }; - - panel.onHide = function( preventOnClose ) - { - if ( me.className ) - this.element.getFirst().removeClass( me.className + '_panel' ); - - me.setState( me.modes && me.modes[ editor.mode ] ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED ); - - _.on = 0; - - if ( !preventOnClose && me.onClose ) - me.onClose(); - }; - - panel.onEscape = function() - { - panel.hide(); - me.document.getById( _.id ).focus(); - }; - - if ( this.onBlock ) - this.onBlock( panel, block ); - - block.onHide = function() - { - _.on = 0; - me.setState( CKEDITOR.TRISTATE_OFF ); - }; - } - } - }); - - }, - beforeInit : function( editor ) - { - editor.ui.addHandler( CKEDITOR.UI_PANELBUTTON, CKEDITOR.ui.panelButton.handler ); - } -}); - -/** - * Button UI element. - * @constant - * @example - */ -CKEDITOR.UI_PANELBUTTON = 'panelbutton'; diff --git a/skins/ckeditor/_source/plugins/pastefromword/filter/default.js b/skins/ckeditor/_source/plugins/pastefromword/filter/default.js deleted file mode 100644 index 2eb948d..0000000 --- a/skins/ckeditor/_source/plugins/pastefromword/filter/default.js +++ /dev/null @@ -1,1367 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - var fragmentPrototype = CKEDITOR.htmlParser.fragment.prototype, - elementPrototype = CKEDITOR.htmlParser.element.prototype; - - fragmentPrototype.onlyChild = elementPrototype.onlyChild = function() - { - var children = this.children, - count = children.length, - firstChild = ( count == 1 ) && children[ 0 ]; - return firstChild || null; - }; - - elementPrototype.removeAnyChildWithName = function( tagName ) - { - var children = this.children, - childs = [], - child; - - for ( var i = 0; i < children.length; i++ ) - { - child = children[ i ]; - if ( !child.name ) - continue; - - if ( child.name == tagName ) - { - childs.push( child ); - children.splice( i--, 1 ); - } - childs = childs.concat( child.removeAnyChildWithName( tagName ) ); - } - return childs; - }; - - elementPrototype.getAncestor = function( tagNameRegex ) - { - var parent = this.parent; - while ( parent && !( parent.name && parent.name.match( tagNameRegex ) ) ) - parent = parent.parent; - return parent; - }; - - fragmentPrototype.firstChild = elementPrototype.firstChild = function( evaluator ) - { - var child; - - for ( var i = 0 ; i < this.children.length ; i++ ) - { - child = this.children[ i ]; - if ( evaluator( child ) ) - return child; - else if ( child.name ) - { - child = child.firstChild( evaluator ); - if ( child ) - return child; - } - } - - return null; - }; - - // Adding a (set) of styles to the element's 'style' attributes. - elementPrototype.addStyle = function( name, value, isPrepend ) - { - var styleText, addingStyleText = ''; - // name/value pair. - if ( typeof value == 'string' ) - addingStyleText += name + ':' + value + ';'; - else - { - // style literal. - if ( typeof name == 'object' ) - { - for ( var style in name ) - { - if ( name.hasOwnProperty( style ) ) - addingStyleText += style + ':' + name[ style ] + ';'; - } - } - // raw style text form. - else - addingStyleText += name; - - isPrepend = value; - } - - if ( !this.attributes ) - this.attributes = {}; - - styleText = this.attributes.style || ''; - - styleText = ( isPrepend ? - [ addingStyleText, styleText ] - : [ styleText, addingStyleText ] ).join( ';' ); - - this.attributes.style = styleText.replace( /^;|;(?=;)/, '' ); - }; - - /** - * Return the DTD-valid parent tag names of the specified one. - * @param tagName - */ - CKEDITOR.dtd.parentOf = function( tagName ) - { - var result = {}; - for ( var tag in this ) - { - if ( tag.indexOf( '$' ) == -1 && this[ tag ][ tagName ] ) - result[ tag ] = 1; - } - return result; - }; - - // 1. move consistent list item styles up to list root. - // 2. clear out unnecessary list item numbering. - function postProcessList( list ) - { - var children = list.children, - child, - attrs, - count = list.children.length, - match, - mergeStyle, - styleTypeRegexp = /list-style-type:(.*?)(?:;|$)/, - stylesFilter = CKEDITOR.plugins.pastefromword.filters.stylesFilter; - - attrs = list.attributes; - if ( styleTypeRegexp.exec( attrs.style ) ) - return; - - for ( var i = 0; i < count; i++ ) - { - child = children[ i ]; - - if ( child.attributes.value && Number( child.attributes.value ) == i + 1 ) - delete child.attributes.value; - - match = styleTypeRegexp.exec( child.attributes.style ); - - if ( match ) - { - if ( match[ 1 ] == mergeStyle || !mergeStyle ) - mergeStyle = match[ 1 ]; - else - { - mergeStyle = null; - break; - } - } - } - - if ( mergeStyle ) - { - for ( i = 0; i < count; i++ ) - { - attrs = children[ i ].attributes; - attrs.style && ( attrs.style = stylesFilter( [ [ 'list-style-type'] ] )( attrs.style ) || '' ); - } - - list.addStyle( 'list-style-type', mergeStyle ); - } - } - - var cssLengthRelativeUnit = /^([.\d]*)+(em|ex|px|gd|rem|vw|vh|vm|ch|mm|cm|in|pt|pc|deg|rad|ms|s|hz|khz){1}?/i; - var emptyMarginRegex = /^(?:\b0[^\s]*\s*){1,4}$/; // e.g. 0px 0pt 0px - var romanLiternalPattern = '^m{0,4}(cm|cd|d?c{0,3})(xc|xl|l?x{0,3})(ix|iv|v?i{0,3})$', - lowerRomanLiteralRegex = new RegExp( romanLiternalPattern ), - upperRomanLiteralRegex = new RegExp( romanLiternalPattern.toUpperCase() ); - - var orderedPatterns = { 'decimal' : /\d+/, 'lower-roman': lowerRomanLiteralRegex, 'upper-roman': upperRomanLiteralRegex, 'lower-alpha' : /^[a-z]+$/, 'upper-alpha': /^[A-Z]+$/ }, - unorderedPatterns = { 'disc' : /[l\u00B7\u2002]/, 'circle' : /[\u006F\u00D8]/,'square' : /[\u006E\u25C6]/}, - listMarkerPatterns = { 'ol' : orderedPatterns, 'ul' : unorderedPatterns }, - romans = [ [1000, 'M'], [900, 'CM'], [500, 'D'], [400, 'CD'], [100, 'C'], [90, 'XC'], [50, 'L'], [40, 'XL'], [10, 'X'], [9, 'IX'], [5, 'V'], [4, 'IV'], [1, 'I'] ], - alpahbets = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; - - // Convert roman numbering back to decimal. - function fromRoman( str ) - { - str = str.toUpperCase(); - var l = romans.length, retVal = 0; - for ( var i = 0; i < l; ++i ) - { - for ( var j = romans[i], k = j[1].length; str.substr( 0, k ) == j[1]; str = str.substr( k ) ) - retVal += j[ 0 ]; - } - return retVal; - } - - // Convert alphabet numbering back to decimal. - function fromAlphabet( str ) - { - str = str.toUpperCase(); - var l = alpahbets.length, retVal = 1; - for ( var x = 1; str.length > 0; x *= l ) - { - retVal += alpahbets.indexOf( str.charAt( str.length - 1 ) ) * x; - str = str.substr( 0, str.length - 1 ); - } - return retVal; - } - - var listBaseIndent = 0, - previousListItemMargin = null, - previousListId; - - var plugin = ( CKEDITOR.plugins.pastefromword = - { - utils : - { - // Create a <cke:listbullet> which indicate an list item type. - createListBulletMarker : function ( bullet, bulletText ) - { - var marker = new CKEDITOR.htmlParser.element( 'cke:listbullet' ); - marker.attributes = { 'cke:listsymbol' : bullet[ 0 ] }; - marker.add( new CKEDITOR.htmlParser.text( bulletText ) ); - return marker; - }, - - isListBulletIndicator : function( element ) - { - var styleText = element.attributes && element.attributes.style; - if ( /mso-list\s*:\s*Ignore/i.test( styleText ) ) - return true; - }, - - isContainingOnlySpaces : function( element ) - { - var text; - return ( ( text = element.onlyChild() ) - && ( /^(:?\s| )+$/ ).test( text.value ) ); - }, - - resolveList : function( element ) - { - // <cke:listbullet> indicate a list item. - var attrs = element.attributes, - listMarker; - - if ( ( listMarker = element.removeAnyChildWithName( 'cke:listbullet' ) ) - && listMarker.length - && ( listMarker = listMarker[ 0 ] ) ) - { - element.name = 'cke:li'; - - if ( attrs.style ) - { - attrs.style = plugin.filters.stylesFilter( - [ - // Text-indent is not representing list item level any more. - [ 'text-indent' ], - [ 'line-height' ], - // First attempt is to resolve indent level from on a constant margin increment. - [ ( /^margin(:?-left)?$/ ), null, function( margin ) - { - // Deal with component/short-hand form. - var values = margin.split( ' ' ); - margin = CKEDITOR.tools.convertToPx( values[ 3 ] || values[ 1 ] || values [ 0 ] ); - - // Figure out the indent unit by checking the first time of incrementation. - if ( !listBaseIndent && previousListItemMargin !== null && margin > previousListItemMargin ) - listBaseIndent = margin - previousListItemMargin; - - previousListItemMargin = margin; - - attrs[ 'cke:indent' ] = listBaseIndent && ( Math.ceil( margin / listBaseIndent ) + 1 ) || 1; - } ], - // The best situation: "mso-list:l0 level1 lfo2" tells the belonged list root, list item indentation, etc. - [ ( /^mso-list$/ ), null, function( val ) - { - val = val.split( ' ' ); - var listId = Number( val[ 0 ].match( /\d+/ ) ), - indent = Number( val[ 1 ].match( /\d+/ ) ); - - if ( indent == 1 ) - { - listId !== previousListId && ( attrs[ 'cke:reset' ] = 1 ); - previousListId = listId; - } - attrs[ 'cke:indent' ] = indent; - } ] - ] )( attrs.style, element ) || ''; - } - - // First level list item might be presented without a margin. - - - // In case all above doesn't apply. - if ( !attrs[ 'cke:indent' ] ) - { - previousListItemMargin = 0; - attrs[ 'cke:indent' ] = 1; - } - - // Inherit attributes from bullet. - CKEDITOR.tools.extend( attrs, listMarker.attributes ); - return true; - } - // Current list disconnected. - else - previousListId = previousListItemMargin = listBaseIndent = null; - - return false; - }, - - // Providing a shorthand style then retrieve one or more style component values. - getStyleComponents : ( function() - { - var calculator = CKEDITOR.dom.element.createFromHtml( - '<div style="position:absolute;left:-9999px;top:-9999px;"></div>', - CKEDITOR.document ); - CKEDITOR.document.getBody().append( calculator ); - - return function( name, styleValue, fetchList ) - { - calculator.setStyle( name, styleValue ); - var styles = {}, - count = fetchList.length; - for ( var i = 0; i < count; i++ ) - styles[ fetchList[ i ] ] = calculator.getStyle( fetchList[ i ] ); - - return styles; - }; - } )(), - - listDtdParents : CKEDITOR.dtd.parentOf( 'ol' ) - }, - - filters : - { - // Transform a normal list into flat list items only presentation. - // E.g. <ul><li>level1<ol><li>level2</li></ol></li> => - // <cke:li cke:listtype="ul" cke:indent="1">level1</cke:li> - // <cke:li cke:listtype="ol" cke:indent="2">level2</cke:li> - flattenList : function( element, level ) - { - level = typeof level == 'number' ? level : 1; - - var attrs = element.attributes, - listStyleType; - - // All list items are of the same type. - switch ( attrs.type ) - { - case 'a' : - listStyleType = 'lower-alpha'; - break; - case '1' : - listStyleType = 'decimal'; - break; - // TODO: Support more list style type from MS-Word. - } - - var children = element.children, - child; - - for ( var i = 0; i < children.length; i++ ) - { - child = children[ i ]; - - if ( child.name in CKEDITOR.dtd.$listItem ) - { - var attributes = child.attributes, - listItemChildren = child.children, - count = listItemChildren.length, - last = listItemChildren[ count - 1 ]; - - // Move out nested list. - if ( last.name in CKEDITOR.dtd.$list ) - { - element.add( last, i + 1 ); - - // Remove the parent list item if it's just a holder. - if ( !--listItemChildren.length ) - children.splice( i--, 1 ); - } - - child.name = 'cke:li'; - - // Inherit numbering from list root on the first list item. - attrs.start && !i && ( attributes.value = attrs.start ); - - plugin.filters.stylesFilter( - [ - [ 'tab-stops', null, function( val ) - { - var margin = val.split( ' ' )[ 1 ].match( cssLengthRelativeUnit ); - margin && ( previousListItemMargin = CKEDITOR.tools.convertToPx( margin[ 0 ] ) ); - } ], - ( level == 1 ? [ 'mso-list', null, function( val ) - { - val = val.split( ' ' ); - var listId = Number( val[ 0 ].match( /\d+/ ) ); - listId !== previousListId && ( attributes[ 'cke:reset' ] = 1 ); - previousListId = listId; - } ] : null ) - ] )( attributes.style ); - - attributes[ 'cke:indent' ] = level; - attributes[ 'cke:listtype' ] = element.name; - attributes[ 'cke:list-style-type' ] = listStyleType; - } - // Flatten sub list. - else if ( child.name in CKEDITOR.dtd.$list ) - { - // Absorb sub list children. - arguments.callee.apply( this, [ child, level + 1 ] ); - children = children.slice( 0, i ).concat( child.children ).concat( children.slice( i + 1 ) ); - element.children = []; - for ( var j = 0, num = children.length; j < num ; j++ ) - element.add( children[ j ] ); - } - } - - delete element.name; - - // We're loosing tag name here, signalize this element as a list. - attrs[ 'cke:list' ] = 1; - }, - - /** - * Try to collect all list items among the children and establish one - * or more HTML list structures for them. - * @param element - */ - assembleList : function( element ) - { - var children = element.children, child, - listItem, // The current processing cke:li element. - listItemAttrs, - listItemIndent, // Indent level of current list item. - lastIndent, - lastListItem, // The previous one just been added to the list. - list, // Current staging list and it's parent list if any. - openedLists = [], - previousListStyleType, - previousListType; - - // Properties of the list item are to be resolved from the list bullet. - var bullet, - listType, - listStyleType, - itemNumeric; - - for ( var i = 0; i < children.length; i++ ) - { - child = children[ i ]; - - if ( 'cke:li' == child.name ) - { - child.name = 'li'; - listItem = child; - listItemAttrs = listItem.attributes; - bullet = listItemAttrs[ 'cke:listsymbol' ]; - bullet = bullet && bullet.match( /^(?:[(]?)([^\s]+?)([.)]?)$/ ); - listType = listStyleType = itemNumeric = null; - - if ( listItemAttrs[ 'cke:ignored' ] ) - { - children.splice( i--, 1 ); - continue; - } - - - // This's from a new list root. - listItemAttrs[ 'cke:reset' ] && ( list = lastIndent = lastListItem = null ); - - // List item indent level might come from a real list indentation or - // been resolved from a pseudo list item's margin value, even get - // no indentation at all. - listItemIndent = Number( listItemAttrs[ 'cke:indent' ] ); - - // We're moving out of the current list, cleaning up. - if ( listItemIndent != lastIndent ) - previousListType = previousListStyleType = null; - - // List type and item style are already resolved. - if ( !bullet ) - { - listType = listItemAttrs[ 'cke:listtype' ] || 'ol'; - listStyleType = listItemAttrs[ 'cke:list-style-type' ]; - } - else - { - // Probably share the same list style type with previous list item, - // give it priority to avoid ambiguous between C(Alpha) and C.(Roman). - if ( previousListType && listMarkerPatterns[ previousListType ] [ previousListStyleType ].test( bullet[ 1 ] ) ) - { - listType = previousListType; - listStyleType = previousListStyleType; - } - else - { - for ( var type in listMarkerPatterns ) - { - for ( var style in listMarkerPatterns[ type ] ) - { - if ( listMarkerPatterns[ type ][ style ].test( bullet[ 1 ] ) ) - { - // Small numbering has higher priority, when dealing with ambiguous - // between C(Alpha) and C.(Roman). - if ( type == 'ol' && ( /alpha|roman/ ).test( style ) ) - { - var num = /roman/.test( style ) ? fromRoman( bullet[ 1 ] ) : fromAlphabet( bullet[ 1 ] ); - if ( !itemNumeric || num < itemNumeric ) - { - itemNumeric = num; - listType = type; - listStyleType = style; - } - } - else - { - listType = type; - listStyleType = style; - break; - } - } - } - } - } - - // Simply use decimal/disc for the rest forms of unrepresentable - // numerals, e.g. Chinese..., but as long as there a second part - // included, it has a bigger chance of being a order list ;) - !listType && ( listType = bullet[ 2 ] ? 'ol' : 'ul' ); - } - - previousListType = listType; - previousListStyleType = listStyleType || ( listType == 'ol' ? 'decimal' : 'disc' ); - if ( listStyleType && listStyleType != ( listType == 'ol' ? 'decimal' : 'disc' ) ) - listItem.addStyle( 'list-style-type', listStyleType ); - - // Figure out start numbering. - if ( listType == 'ol' && bullet ) - { - switch ( listStyleType ) - { - case 'decimal' : - itemNumeric = Number( bullet[ 1 ] ); - break; - case 'lower-roman': - case 'upper-roman': - itemNumeric = fromRoman( bullet[ 1 ] ); - break; - case 'lower-alpha': - case 'upper-alpha': - itemNumeric = fromAlphabet( bullet[ 1 ] ); - break; - } - - // Always create the numbering, swipe out unnecessary ones later. - listItem.attributes.value = itemNumeric; - } - - // Start the list construction. - if ( !list ) - { - openedLists.push( list = new CKEDITOR.htmlParser.element( listType ) ); - list.add( listItem ); - children[ i ] = list; - } - else - { - if ( listItemIndent > lastIndent ) - { - openedLists.push( list = new CKEDITOR.htmlParser.element( listType ) ); - list.add( listItem ); - lastListItem.add( list ); - } - else if ( listItemIndent < lastIndent ) - { - // There might be a negative gap between two list levels. (#4944) - var diff = lastIndent - listItemIndent, - parent; - while ( diff-- && ( parent = list.parent ) ) - list = parent.parent; - - list.add( listItem ); - } - else - list.add( listItem ); - - children.splice( i--, 1 ); - } - - lastListItem = listItem; - lastIndent = listItemIndent; - } - else if ( list ) - list = lastIndent = lastListItem = null; - } - - for ( i = 0; i < openedLists.length; i++ ) - postProcessList( openedLists[ i ] ); - - list = lastIndent = lastListItem = previousListId = previousListItemMargin = listBaseIndent = null; - }, - - /** - * A simple filter which always rejecting. - */ - falsyFilter : function( value ) - { - return false; - }, - - /** - * A filter dedicated on the 'style' attribute filtering, e.g. dropping/replacing style properties. - * @param styles {Array} in form of [ styleNameRegexp, styleValueRegexp, - * newStyleValue/newStyleGenerator, newStyleName ] where only the first - * parameter is mandatory. - * @param whitelist {Boolean} Whether the {@param styles} will be considered as a white-list. - */ - stylesFilter : function( styles, whitelist ) - { - return function( styleText, element ) - { - var rules = []; - // html-encoded quote might be introduced by 'font-family' - // from MS-Word which confused the following regexp. e.g. - //'font-family: "Lucida, Console"' - ( styleText || '' ) - .replace( /"/g, '"' ) - .replace( /\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g, - function( match, name, value ) - { - name = name.toLowerCase(); - name == 'font-family' && ( value = value.replace( /["']/g, '' ) ); - - var namePattern, - valuePattern, - newValue, - newName; - for ( var i = 0 ; i < styles.length; i++ ) - { - if ( styles[ i ] ) - { - namePattern = styles[ i ][ 0 ]; - valuePattern = styles[ i ][ 1 ]; - newValue = styles[ i ][ 2 ]; - newName = styles[ i ][ 3 ]; - - if ( name.match( namePattern ) - && ( !valuePattern || value.match( valuePattern ) ) ) - { - name = newName || name; - whitelist && ( newValue = newValue || value ); - - if ( typeof newValue == 'function' ) - newValue = newValue( value, element, name ); - - // Return an couple indicate both name and value - // changed. - if ( newValue && newValue.push ) - name = newValue[ 0 ], newValue = newValue[ 1 ]; - - if ( typeof newValue == 'string' ) - rules.push( [ name, newValue ] ); - return; - } - } - } - - !whitelist && rules.push( [ name, value ] ); - - }); - - for ( var i = 0 ; i < rules.length ; i++ ) - rules[ i ] = rules[ i ].join( ':' ); - return rules.length ? - ( rules.join( ';' ) + ';' ) : false; - }; - }, - - /** - * Migrate the element by decorate styles on it. - * @param styleDefiniton - * @param variables - */ - elementMigrateFilter : function ( styleDefiniton, variables ) - { - return function( element ) - { - var styleDef = - variables ? - new CKEDITOR.style( styleDefiniton, variables )._.definition - : styleDefiniton; - element.name = styleDef.element; - CKEDITOR.tools.extend( element.attributes, CKEDITOR.tools.clone( styleDef.attributes ) ); - element.addStyle( CKEDITOR.style.getStyleText( styleDef ) ); - }; - }, - - /** - * Migrate styles by creating a new nested stylish element. - * @param styleDefinition - */ - styleMigrateFilter : function( styleDefinition, variableName ) - { - - var elementMigrateFilter = this.elementMigrateFilter; - return function( value, element ) - { - // Build an stylish element first. - var styleElement = new CKEDITOR.htmlParser.element( null ), - variables = {}; - - variables[ variableName ] = value; - elementMigrateFilter( styleDefinition, variables )( styleElement ); - // Place the new element inside the existing span. - styleElement.children = element.children; - element.children = [ styleElement ]; - }; - }, - - /** - * A filter which remove cke-namespaced-attribute on - * all none-cke-namespaced elements. - * @param value - * @param element - */ - bogusAttrFilter : function( value, element ) - { - if ( element.name.indexOf( 'cke:' ) == -1 ) - return false; - }, - - /** - * A filter which will be used to apply inline css style according the stylesheet - * definition rules, is generated lazily when filtering. - */ - applyStyleFilter : null - - }, - - getRules : function( editor ) - { - var dtd = CKEDITOR.dtd, - blockLike = CKEDITOR.tools.extend( {}, dtd.$block, dtd.$listItem, dtd.$tableContent ), - config = editor.config, - filters = this.filters, - falsyFilter = filters.falsyFilter, - stylesFilter = filters.stylesFilter, - elementMigrateFilter = filters.elementMigrateFilter, - styleMigrateFilter = CKEDITOR.tools.bind( this.filters.styleMigrateFilter, this.filters ), - createListBulletMarker = this.utils.createListBulletMarker, - flattenList = filters.flattenList, - assembleList = filters.assembleList, - isListBulletIndicator = this.utils.isListBulletIndicator, - containsNothingButSpaces = this.utils.isContainingOnlySpaces, - resolveListItem = this.utils.resolveList, - convertToPx = function( value ) - { - value = CKEDITOR.tools.convertToPx( value ); - return isNaN( value ) ? value : value + 'px'; - }, - getStyleComponents = this.utils.getStyleComponents, - listDtdParents = this.utils.listDtdParents, - removeFontStyles = config.pasteFromWordRemoveFontStyles !== false, - removeStyles = config.pasteFromWordRemoveStyles !== false; - - return { - - elementNames : - [ - // Remove script, meta and link elements. - [ ( /meta|link|script/ ), '' ] - ], - - root : function( element ) - { - element.filterChildren(); - assembleList( element ); - }, - - elements : - { - '^' : function( element ) - { - // Transform CSS style declaration to inline style. - var applyStyleFilter; - if ( CKEDITOR.env.gecko && ( applyStyleFilter = filters.applyStyleFilter ) ) - applyStyleFilter( element ); - }, - - $ : function( element ) - { - var tagName = element.name || '', - attrs = element.attributes; - - // Convert length unit of width/height on blocks to - // a more editor-friendly way (px). - if ( tagName in blockLike - && attrs.style ) - { - attrs.style = stylesFilter( - [ [ ( /^(:?width|height)$/ ), null, convertToPx ] ] )( attrs.style ) || ''; - } - - // Processing headings. - if ( tagName.match( /h\d/ ) ) - { - element.filterChildren(); - // Is the heading actually a list item? - if ( resolveListItem( element ) ) - return; - - // Adapt heading styles to editor's convention. - elementMigrateFilter( config[ 'format_' + tagName ] )( element ); - } - // Remove inline elements which contain only empty spaces. - else if ( tagName in dtd.$inline ) - { - element.filterChildren(); - if ( containsNothingButSpaces( element ) ) - delete element.name; - } - // Remove element with ms-office namespace, - // with it's content preserved, e.g. 'o:p'. - else if ( tagName.indexOf( ':' ) != -1 - && tagName.indexOf( 'cke' ) == -1 ) - { - element.filterChildren(); - - // Restore image real link from vml. - if ( tagName == 'v:imagedata' ) - { - var href = element.attributes[ 'o:href' ]; - if ( href ) - element.attributes.src = href; - element.name = 'img'; - return; - } - delete element.name; - } - - // Assembling list items into a whole list. - if ( tagName in listDtdParents ) - { - element.filterChildren(); - assembleList( element ); - } - }, - - // We'll drop any style sheet, but Firefox conclude - // certain styles in a single style element, which are - // required to be changed into inline ones. - 'style' : function( element ) - { - if ( CKEDITOR.env.gecko ) - { - // Grab only the style definition section. - var styleDefSection = element.onlyChild().value.match( /\/\* Style Definitions \*\/([\s\S]*?)\/\*/ ), - styleDefText = styleDefSection && styleDefSection[ 1 ], - rules = {}; // Storing the parsed result. - - if ( styleDefText ) - { - styleDefText - // Remove line-breaks. - .replace(/[\n\r]/g,'') - // Extract selectors and style properties. - .replace( /(.+?)\{(.+?)\}/g, - function( rule, selectors, styleBlock ) - { - selectors = selectors.split( ',' ); - var length = selectors.length, selector; - for ( var i = 0; i < length; i++ ) - { - // Assume MS-Word mostly generate only simple - // selector( [Type selector][Class selector]). - CKEDITOR.tools.trim( selectors[ i ] ) - .replace( /^(\w+)(\.[\w-]+)?$/g, - function( match, tagName, className ) - { - tagName = tagName || '*'; - className = className.substring( 1, className.length ); - - // Reject MS-Word Normal styles. - if ( className.match( /MsoNormal/ ) ) - return; - - if ( !rules[ tagName ] ) - rules[ tagName ] = {}; - if ( className ) - rules[ tagName ][ className ] = styleBlock; - else - rules[ tagName ] = styleBlock; - } ); - } - }); - - filters.applyStyleFilter = function( element ) - { - var name = rules[ '*' ] ? '*' : element.name, - className = element.attributes && element.attributes[ 'class' ], - style; - if ( name in rules ) - { - style = rules[ name ]; - if ( typeof style == 'object' ) - style = style[ className ]; - // Maintain style rules priorities. - style && element.addStyle( style, true ); - } - }; - } - } - return false; - }, - - 'p' : function( element ) - { - // This's a fall-back approach to recognize list item in FF3.6, - // as it's not perfect as not all list style (e.g. "heading list") is shipped - // with this pattern. (#6662) - if ( /MsoListParagraph/.exec( element.attributes[ 'class' ] ) ) - { - var bulletText = element.firstChild( function( node ) - { - return node.type == CKEDITOR.NODE_TEXT && !containsNothingButSpaces( node.parent ); - }); - var bullet = bulletText && bulletText.parent, - bulletAttrs = bullet && bullet.attributes; - bulletAttrs && !bulletAttrs.style && ( bulletAttrs.style = 'mso-list: Ignore;' ); - } - - element.filterChildren(); - - // Is the paragraph actually a list item? - if ( resolveListItem( element ) ) - return; - - // Adapt paragraph formatting to editor's convention - // according to enter-mode. - if ( config.enterMode == CKEDITOR.ENTER_BR ) - { - // We suffer from attribute/style lost in this situation. - delete element.name; - element.add( new CKEDITOR.htmlParser.element( 'br' ) ); - } - else - elementMigrateFilter( config[ 'format_' + ( config.enterMode == CKEDITOR.ENTER_P ? 'p' : 'div' ) ] )( element ); - }, - - 'div' : function( element ) - { - // Aligned table with no text surrounded is represented by a wrapper div, from which - // table cells inherit as text-align styles, which is wrong. - // Instead we use a clear-float div after the table to properly achieve the same layout. - var singleChild = element.onlyChild(); - if ( singleChild && singleChild.name == 'table' ) - { - var attrs = element.attributes; - singleChild.attributes = CKEDITOR.tools.extend( singleChild.attributes, attrs ); - attrs.style && singleChild.addStyle( attrs.style ); - - var clearFloatDiv = new CKEDITOR.htmlParser.element( 'div' ); - clearFloatDiv.addStyle( 'clear' ,'both' ); - element.add( clearFloatDiv ); - delete element.name; - } - }, - - 'td' : function ( element ) - { - // 'td' in 'thead' is actually <th>. - if ( element.getAncestor( 'thead') ) - element.name = 'th'; - }, - - // MS-Word sometimes present list as a mixing of normal list - // and pseudo-list, normalize the previous ones into pseudo form. - 'ol' : flattenList, - 'ul' : flattenList, - 'dl' : flattenList, - - 'font' : function( element ) - { - // Drop the font tag if it comes from list bullet text. - if ( isListBulletIndicator( element.parent ) ) - { - delete element.name; - return; - } - - element.filterChildren(); - - var attrs = element.attributes, - styleText = attrs.style, - parent = element.parent; - - if ( 'font' == parent.name ) // Merge nested <font> tags. - { - CKEDITOR.tools.extend( parent.attributes, - element.attributes ); - styleText && parent.addStyle( styleText ); - delete element.name; - } - // Convert the merged into a span with all attributes preserved. - else - { - styleText = styleText || ''; - // IE's having those deprecated attributes, normalize them. - if ( attrs.color ) - { - attrs.color != '#000000' && ( styleText += 'color:' + attrs.color + ';' ); - delete attrs.color; - } - if ( attrs.face ) - { - styleText += 'font-family:' + attrs.face + ';'; - delete attrs.face; - } - // TODO: Mapping size in ranges of xx-small, - // x-small, small, medium, large, x-large, xx-large. - if ( attrs.size ) - { - styleText += 'font-size:' + - ( attrs.size > 3 ? 'large' - : ( attrs.size < 3 ? 'small' : 'medium' ) ) + ';'; - delete attrs.size; - } - - element.name = 'span'; - element.addStyle( styleText ); - } - }, - - 'span' : function( element ) - { - // Remove the span if it comes from list bullet text. - if ( isListBulletIndicator( element.parent ) ) - return false; - - element.filterChildren(); - if ( containsNothingButSpaces( element ) ) - { - delete element.name; - return null; - } - - // List item bullet type is supposed to be indicated by - // the text of a span with style 'mso-list : Ignore' or an image. - if ( isListBulletIndicator( element ) ) - { - var listSymbolNode = element.firstChild( function( node ) - { - return node.value || node.name == 'img'; - }); - - var listSymbol = listSymbolNode && ( listSymbolNode.value || 'l.' ), - listType = listSymbol && listSymbol.match( /^(?:[(]?)([^\s]+?)([.)]?)$/ ); - - if ( listType ) - { - var marker = createListBulletMarker( listType, listSymbol ); - // Some non-existed list items might be carried by an inconsequential list, indicate by "mso-hide:all/display:none", - // those are to be removed later, now mark it with "cke:ignored". - var ancestor = element.getAncestor( 'span' ); - if ( ancestor && (/ mso-hide:\s*all|display:\s*none /).test( ancestor.attributes.style ) ) - marker.attributes[ 'cke:ignored' ] = 1; - return marker; - } - } - - // Update the src attribute of image element with href. - var children = element.children, - attrs = element.attributes, - styleText = attrs && attrs.style, - firstChild = children && children[ 0 ]; - - // Assume MS-Word mostly carry font related styles on <span>, - // adapting them to editor's convention. - if ( styleText ) - { - attrs.style = stylesFilter( - [ - // Drop 'inline-height' style which make lines overlapping. - [ 'line-height' ], - [ ( /^font-family$/ ), null, !removeFontStyles ? styleMigrateFilter( config[ 'font_style' ], 'family' ) : null ] , - [ ( /^font-size$/ ), null, !removeFontStyles ? styleMigrateFilter( config[ 'fontSize_style' ], 'size' ) : null ] , - [ ( /^color$/ ), null, !removeFontStyles ? styleMigrateFilter( config[ 'colorButton_foreStyle' ], 'color' ) : null ] , - [ ( /^background-color$/ ), null, !removeFontStyles ? styleMigrateFilter( config[ 'colorButton_backStyle' ], 'color' ) : null ] - ] )( styleText, element ) || ''; - } - - return null; - }, - - // Migrate basic style formats to editor configured ones. - 'b' : elementMigrateFilter( config[ 'coreStyles_bold' ] ), - 'i' : elementMigrateFilter( config[ 'coreStyles_italic' ] ), - 'u' : elementMigrateFilter( config[ 'coreStyles_underline' ] ), - 's' : elementMigrateFilter( config[ 'coreStyles_strike' ] ), - 'sup' : elementMigrateFilter( config[ 'coreStyles_superscript' ] ), - 'sub' : elementMigrateFilter( config[ 'coreStyles_subscript' ] ), - // Editor doesn't support anchor with content currently (#3582), - // drop such anchors with content preserved. - 'a' : function( element ) - { - var attrs = element.attributes; - if ( attrs && !attrs.href && attrs.name ) - delete element.name; - else if ( CKEDITOR.env.webkit && attrs.href && attrs.href.match( /file:\/\/\/[\S]+#/i ) ) - attrs.href = attrs.href.replace( /file:\/\/\/[^#]+/i,'' ); - }, - 'cke:listbullet' : function( element ) - { - if ( element.getAncestor( /h\d/ ) && !config.pasteFromWordNumberedHeadingToList ) - delete element.name; - } - }, - - attributeNames : - [ - // Remove onmouseover and onmouseout events (from MS Word comments effect) - [ ( /^onmouse(:?out|over)/ ), '' ], - // Onload on image element. - [ ( /^onload$/ ), '' ], - // Remove office and vml attribute from elements. - [ ( /(?:v|o):\w+/ ), '' ], - // Remove lang/language attributes. - [ ( /^lang/ ), '' ] - ], - - attributes : - { - 'style' : stylesFilter( - removeStyles ? - // Provide a white-list of styles that we preserve, those should - // be the ones that could later be altered with editor tools. - [ - // Leave list-style-type - [ ( /^list-style-type$/ ), null ], - - // Preserve margin-left/right which used as default indent style in the editor. - [ ( /^margin$|^margin-(?!bottom|top)/ ), null, function( value, element, name ) - { - if ( element.name in { p : 1, div : 1 } ) - { - var indentStyleName = config.contentsLangDirection == 'ltr' ? - 'margin-left' : 'margin-right'; - - // Extract component value from 'margin' shorthand. - if ( name == 'margin' ) - { - value = getStyleComponents( name, value, - [ indentStyleName ] )[ indentStyleName ]; - } - else if ( name != indentStyleName ) - return null; - - if ( value && !emptyMarginRegex.test( value ) ) - return [ indentStyleName, value ]; - } - - return null; - } ], - - // Preserve clear float style. - [ ( /^clear$/ ) ], - - [ ( /^border.*|margin.*|vertical-align|float$/ ), null, - function( value, element ) - { - if ( element.name == 'img' ) - return value; - } ], - - [ (/^width|height$/ ), null, - function( value, element ) - { - if ( element.name in { table : 1, td : 1, th : 1, img : 1 } ) - return value; - } ] - ] : - // Otherwise provide a black-list of styles that we remove. - [ - [ ( /^mso-/ ) ], - // Fixing color values. - [ ( /-color$/ ), null, function( value ) - { - if ( value == 'transparent' ) - return false; - if ( CKEDITOR.env.gecko ) - return value.replace( /-moz-use-text-color/g, 'transparent' ); - } ], - // Remove empty margin values, e.g. 0.00001pt 0em 0pt - [ ( /^margin$/ ), emptyMarginRegex ], - [ 'text-indent', '0cm' ], - [ 'page-break-before' ], - [ 'tab-stops' ], - [ 'display', 'none' ], - removeFontStyles ? [ ( /font-?/ ) ] : null - ], removeStyles ), - - // Prefer width styles over 'width' attributes. - 'width' : function( value, element ) - { - if ( element.name in dtd.$tableContent ) - return false; - }, - // Prefer border styles over table 'border' attributes. - 'border' : function( value, element ) - { - if ( element.name in dtd.$tableContent ) - return false; - }, - - // Only Firefox carry style sheet from MS-Word, which - // will be applied by us manually. For other browsers - // the css className is useless. - 'class' : falsyFilter, - - // MS-Word always generate 'background-color' along with 'bgcolor', - // simply drop the deprecated attributes. - 'bgcolor' : falsyFilter, - - // Deprecate 'valign' attribute in favor of 'vertical-align'. - 'valign' : removeStyles ? falsyFilter : function( value, element ) - { - element.addStyle( 'vertical-align', value ); - return false; - } - }, - - // Fore none-IE, some useful data might be buried under these IE-conditional - // comments where RegExp were the right approach to dig them out where usual approach - // is transform it into a fake element node which hold the desired data. - comment : - !CKEDITOR.env.ie ? - function( value, node ) - { - var imageInfo = value.match( /<img.*?>/ ), - listInfo = value.match( /^\[if !supportLists\]([\s\S]*?)\[endif\]$/ ); - - // Seek for list bullet indicator. - if ( listInfo ) - { - // Bullet symbol could be either text or an image. - var listSymbol = listInfo[ 1 ] || ( imageInfo && 'l.' ), - listType = listSymbol && listSymbol.match( />(?:[(]?)([^\s]+?)([.)]?)</ ); - return createListBulletMarker( listType, listSymbol ); - } - - // Reveal the <img> element in conditional comments for Firefox. - if ( CKEDITOR.env.gecko && imageInfo ) - { - var img = CKEDITOR.htmlParser.fragment.fromHtml( imageInfo[ 0 ] ).children[ 0 ], - previousComment = node.previous, - // Try to dig the real image link from vml markup from previous comment text. - imgSrcInfo = previousComment && previousComment.value.match( /<v:imagedata[^>]*o:href=['"](.*?)['"]/ ), - imgSrc = imgSrcInfo && imgSrcInfo[ 1 ]; - - // Is there a real 'src' url to be used? - imgSrc && ( img.attributes.src = imgSrc ); - return img; - } - - return false; - } - : falsyFilter - }; - } - }); - - // The paste processor here is just a reduced copy of html data processor. - var pasteProcessor = function() - { - this.dataFilter = new CKEDITOR.htmlParser.filter(); - }; - - pasteProcessor.prototype = - { - toHtml : function( data ) - { - var fragment = CKEDITOR.htmlParser.fragment.fromHtml( data, false ), - writer = new CKEDITOR.htmlParser.basicWriter(); - - fragment.writeHtml( writer, this.dataFilter ); - return writer.getHtml( true ); - } - }; - - CKEDITOR.cleanWord = function( data, editor ) - { - // Firefox will be confused by those downlevel-revealed IE conditional - // comments, fixing them first( convert it to upperlevel-revealed one ). - // e.g. <![if !vml]>...<![endif]> - if ( CKEDITOR.env.gecko ) - data = data.replace( /(<!--\[if[^<]*?\])-->([\S\s]*?)<!--(\[endif\]-->)/gi, '$1$2$3' ); - - var dataProcessor = new pasteProcessor(), - dataFilter = dataProcessor.dataFilter; - - // These rules will have higher priorities than default ones. - dataFilter.addRules( CKEDITOR.plugins.pastefromword.getRules( editor ) ); - - // Allow extending data filter rules. - editor.fire( 'beforeCleanWord', { filter : dataFilter } ); - - try - { - data = dataProcessor.toHtml( data, false ); - } - catch ( e ) - { - alert( editor.lang.pastefromword.error ); - } - - /* Below post processing those things that are unable to delivered by filter rules. */ - - // Remove 'cke' namespaced attribute used in filter rules as marker. - data = data.replace( /cke:.*?".*?"/g, '' ); - - // Remove empty style attribute. - data = data.replace( /style=""/g, '' ); - - // Remove the dummy spans ( having no inline style ). - data = data.replace( /<span>/g, '' ); - - return data; - }; -})(); - -/** - * Whether to ignore all font related formatting styles, including: - * <ul> <li>font size;</li> - * <li>font family;</li> - * <li>font foreground/background color.</li></ul> - * @name CKEDITOR.config.pasteFromWordRemoveFontStyles - * @since 3.1 - * @type Boolean - * @default true - * @example - * config.pasteFromWordRemoveFontStyles = false; - */ - -/** - * Whether to transform MS Word outline numbered headings into lists. - * @name CKEDITOR.config.pasteFromWordNumberedHeadingToList - * @since 3.1 - * @type Boolean - * @default false - * @example - * config.pasteFromWordNumberedHeadingToList = true; - */ - -/** - * Whether to remove element styles that can't be managed with the editor. Note - * that this doesn't handle the font specific styles, which depends on the - * {@link CKEDITOR.config.pasteFromWordRemoveFontStyles} setting instead. - * @name CKEDITOR.config.pasteFromWordRemoveStyles - * @since 3.1 - * @type Boolean - * @default true - * @example - * config.pasteFromWordRemoveStyles = false; - */ diff --git a/skins/ckeditor/_source/plugins/pastefromword/plugin.js b/skins/ckeditor/_source/plugins/pastefromword/plugin.js deleted file mode 100644 index c9bd2ec..0000000 --- a/skins/ckeditor/_source/plugins/pastefromword/plugin.js +++ /dev/null @@ -1,141 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -(function() -{ - function forceHtmlMode( evt ) { evt.data.mode = 'html'; } - - CKEDITOR.plugins.add( 'pastefromword', - { - init : function( editor ) - { - - // Flag indicate this command is actually been asked instead of a generic - // pasting. - var forceFromWord = 0; - var resetFromWord = function( evt ) - { - evt && evt.removeListener(); - editor.removeListener( 'beforePaste', forceHtmlMode ); - forceFromWord && setTimeout( function() { forceFromWord = 0; }, 0 ); - }; - - // Features bring by this command beside the normal process: - // 1. No more bothering of user about the clean-up. - // 2. Perform the clean-up even if content is not from MS-Word. - // (e.g. from a MS-Word similar application.) - editor.addCommand( 'pastefromword', - { - canUndo : false, - exec : function() - { - // Ensure the received data format is HTML and apply content filtering. (#6718) - forceFromWord = 1; - editor.on( 'beforePaste', forceHtmlMode ); - - if ( editor.execCommand( 'paste', 'html' ) === false ) - { - editor.on( 'dialogShow', function ( evt ) - { - evt.removeListener(); - evt.data.on( 'cancel', resetFromWord ); - }); - - editor.on( 'dialogHide', function( evt ) - { - evt.data.removeListener( 'cancel', resetFromWord ); - } ); - } - - editor.on( 'afterPaste', resetFromWord ); - } - }); - - // Register the toolbar button. - editor.ui.addButton( 'PasteFromWord', - { - label : editor.lang.pastefromword.toolbar, - command : 'pastefromword' - }); - - editor.on( 'pasteState', function( evt ) - { - editor.getCommand( 'pastefromword' ).setState( evt.data ); - }); - - editor.on( 'paste', function( evt ) - { - var data = evt.data, - mswordHtml; - - // MS-WORD format sniffing. - if ( ( mswordHtml = data[ 'html' ] ) - && ( forceFromWord || ( /(class=\"?Mso|style=\"[^\"]*\bmso\-|w:WordDocument)/ ).test( mswordHtml ) ) ) - { - var isLazyLoad = this.loadFilterRules( function() - { - // Event continuation with the original data. - if ( isLazyLoad ) - editor.fire( 'paste', data ); - else if ( !editor.config.pasteFromWordPromptCleanup - || ( forceFromWord || confirm( editor.lang.pastefromword.confirmCleanup ) ) ) - { - data[ 'html' ] = CKEDITOR.cleanWord( mswordHtml, editor ); - } - }); - - // The cleanup rules are to be loaded, we should just cancel - // this event. - isLazyLoad && evt.cancel(); - } - }, this ); - }, - - loadFilterRules : function( callback ) - { - - var isLoaded = CKEDITOR.cleanWord; - - if ( isLoaded ) - callback(); - else - { - var filterFilePath = CKEDITOR.getUrl( - CKEDITOR.config.pasteFromWordCleanupFile - || ( this.path + 'filter/default.js' ) ); - - // Load with busy indicator. - CKEDITOR.scriptLoader.load( filterFilePath, callback, null, true ); - } - - return !isLoaded; - }, - - requires : [ 'clipboard' ] - }); -})(); - -/** - * Whether to prompt the user about the clean up of content being pasted from - * MS Word. - * @name CKEDITOR.config.pasteFromWordPromptCleanup - * @since 3.1 - * @type Boolean - * @default undefined - * @example - * config.pasteFromWordPromptCleanup = true; - */ - -/** - * The file that provides the MS Word cleanup function for pasting operations. - * Note: This is a global configuration shared by all editor instances present - * in the page. - * @name CKEDITOR.config.pasteFromWordCleanupFile - * @since 3.1 - * @type String - * @default 'default' - * @example - * // Load from 'pastefromword' plugin 'filter' sub folder (custom.js file). - * CKEDITOR.config.pasteFromWordCleanupFile = 'custom'; - */ diff --git a/skins/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js b/skins/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js deleted file mode 100644 index 56143df..0000000 --- a/skins/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +++ /dev/null @@ -1,67 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - CKEDITOR.dialog.add( 'pastetext', function( editor ) - { - return { - title : editor.lang.pasteText.title, - - minWidth : CKEDITOR.env.ie && CKEDITOR.env.quirks ? 368 : 350, - minHeight : 240, - - onShow : function(){ this.setupContent(); }, - onOk : function(){ this.commitContent(); }, - - contents : - [ - { - label : editor.lang.common.generalTab, - id : 'general', - elements : - [ - { - type : 'html', - id : 'pasteMsg', - html : '<div style="white-space:normal;width:340px;">' + editor.lang.clipboard.pasteMsg + '</div>' - }, - { - type : 'textarea', - id : 'content', - className : 'cke_pastetext', - - onLoad : function() - { - var label = this.getDialog().getContentElement( 'general', 'pasteMsg' ).getElement(), - input = this.getElement().getElementsByTag( 'textarea' ).getItem( 0 ); - - input.setAttribute( 'aria-labelledby', label.$.id ); - input.setStyle( 'direction', editor.config.contentsLangDirection ); - }, - - focus : function() - { - this.getElement().focus(); - }, - setup : function() - { - this.setValue( '' ); - }, - commit : function() - { - var value = this.getValue(); - setTimeout( function() - { - editor.fire( 'paste', { 'text' : value } ); - }, 0 ); - } - } - ] - } - ] - }; - }); -})(); diff --git a/skins/ckeditor/_source/plugins/pastetext/plugin.js b/skins/ckeditor/_source/plugins/pastetext/plugin.js deleted file mode 100644 index 42dbf5d..0000000 --- a/skins/ckeditor/_source/plugins/pastetext/plugin.js +++ /dev/null @@ -1,98 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file Paste as plain text plugin - */ - -(function() -{ - // The pastetext command definition. - var pasteTextCmd = - { - exec : function( editor ) - { - var clipboardText = CKEDITOR.tools.tryThese( - function() - { - var clipboardText = window.clipboardData.getData( 'Text' ); - if ( !clipboardText ) - throw 0; - return clipboardText; - } - // Any other approach that's working... - ); - - if ( !clipboardText ) // Clipboard access privilege is not granted. - { - editor.openDialog( 'pastetext' ); - return false; - } - else - editor.fire( 'paste', { 'text' : clipboardText } ); - - return true; - } - }; - - // Register the plugin. - CKEDITOR.plugins.add( 'pastetext', - { - init : function( editor ) - { - var commandName = 'pastetext', - command = editor.addCommand( commandName, pasteTextCmd ); - - editor.ui.addButton( 'PasteText', - { - label : editor.lang.pasteText.button, - command : commandName - }); - - CKEDITOR.dialog.add( commandName, CKEDITOR.getUrl( this.path + 'dialogs/pastetext.js' ) ); - - if ( editor.config.forcePasteAsPlainText ) - { - // Intercept the default pasting process. - editor.on( 'beforeCommandExec', function ( evt ) - { - var mode = evt.data.commandData; - // Do NOT overwrite if HTML format is explicitly requested. - if ( evt.data.name == 'paste' && mode != 'html' ) - { - editor.execCommand( 'pastetext' ); - evt.cancel(); - } - }, null, null, 0 ); - - editor.on( 'beforePaste', function( evt ) - { - evt.data.mode = 'text'; - }); - } - - editor.on( 'pasteState', function( evt ) - { - editor.getCommand( 'pastetext' ).setState( evt.data ); - }); - }, - - requires : [ 'clipboard' ] - }); - -})(); - - -/** - * Whether to force all pasting operations to insert on plain text into the - * editor, loosing any formatting information possibly available in the source - * text. - * <strong>Note:</strong> paste from word is not affected by this configuration. - * @name CKEDITOR.config.forcePasteAsPlainText - * @type Boolean - * @default false - * @example - * config.forcePasteAsPlainText = true; - */ diff --git a/skins/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js b/skins/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js deleted file mode 100644 index d709b38..0000000 --- a/skins/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js +++ /dev/null @@ -1,71 +0,0 @@ -/* - * Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.html or http://ckeditor.com/license - */ - -(function() -{ - function placeholderDialog( editor, isEdit ) - { - - var lang = editor.lang.placeholder, - generalLabel = editor.lang.common.generalTab; - return { - title : lang.title, - minWidth : 300, - minHeight : 80, - contents : - [ - { - id : 'info', - label : generalLabel, - title : generalLabel, - elements : - [ - { - id : 'text', - type : 'text', - style : 'width: 100%;', - label : lang.text, - 'default' : '', - required : true, - validate : CKEDITOR.dialog.validate.notEmpty( lang.textMissing ), - setup : function( element ) - { - if ( isEdit ) - this.setValue( element.getText().slice( 2, -2 ) ); - }, - commit : function( element ) - { - var text = '[[' + this.getValue() + ']]'; - // The placeholder must be recreated. - CKEDITOR.plugins.placeholder.createPlaceholder( editor, element, text ); - } - } - ] - } - ], - onShow : function() - { - if ( isEdit ) - this._element = CKEDITOR.plugins.placeholder.getSelectedPlaceHoder( editor ); - - this.setupContent( this._element ); - }, - onOk : function() - { - this.commitContent( this._element ); - delete this._element; - } - }; - } - - CKEDITOR.dialog.add( 'createplaceholder', function( editor ) - { - return placeholderDialog( editor ); - }); - CKEDITOR.dialog.add( 'editplaceholder', function( editor ) - { - return placeholderDialog( editor, 1 ); - }); -} )(); diff --git a/skins/ckeditor/_source/plugins/placeholder/lang/en.js b/skins/ckeditor/_source/plugins/placeholder/lang/en.js deleted file mode 100644 index 3cff992..0000000 --- a/skins/ckeditor/_source/plugins/placeholder/lang/en.js +++ /dev/null @@ -1,16 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.setLang( 'placeholder', 'en', -{ - placeholder : - { - title : 'Placeholder Properties', - toolbar : 'Create Placeholder', - text : 'Placeholder Text', - edit : 'Edit Placeholder', - textMissing : 'The placeholder must contain text.' - } -}); diff --git a/skins/ckeditor/_source/plugins/placeholder/lang/he.js b/skins/ckeditor/_source/plugins/placeholder/lang/he.js deleted file mode 100644 index 14814e8..0000000 --- a/skins/ckeditor/_source/plugins/placeholder/lang/he.js +++ /dev/null @@ -1,16 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.setLang( 'placeholder', 'he', -{ - placeholder : - { - title : '××פ××× × ×©××ר ×ק××', - toolbar : 'צ×ר ש××ר ×ק××', - text : 'ת××× ×©××ר ××ק××', - edit : 'ער×× ×©××ר ×ק××', - textMissing : 'ש××ר ××ק×× ×××× ××××× ×קס×.' - } -}); diff --git a/skins/ckeditor/_source/plugins/placeholder/placeholder.gif b/skins/ckeditor/_source/plugins/placeholder/placeholder.gif deleted file mode 100644 index c07078c..0000000 Binary files a/skins/ckeditor/_source/plugins/placeholder/placeholder.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/placeholder/plugin.js b/skins/ckeditor/_source/plugins/placeholder/plugin.js deleted file mode 100644 index 503f08a..0000000 --- a/skins/ckeditor/_source/plugins/placeholder/plugin.js +++ /dev/null @@ -1,171 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview The "placeholder" plugin. - * - */ - -(function() -{ - var placeholderReplaceRegex = /\[\[[^\]]+\]\]/g; - CKEDITOR.plugins.add( 'placeholder', - { - requires : [ 'dialog' ], - lang : [ 'en', 'he' ], - init : function( editor ) - { - var lang = editor.lang.placeholder; - - editor.addCommand( 'createplaceholder', new CKEDITOR.dialogCommand( 'createplaceholder' ) ); - editor.addCommand( 'editplaceholder', new CKEDITOR.dialogCommand( 'editplaceholder' ) ); - - editor.ui.addButton( 'CreatePlaceholder', - { - label : lang.toolbar, - command :'createplaceholder', - icon : this.path + 'placeholder.gif' - }); - - if ( editor.addMenuItems ) - { - editor.addMenuGroup( 'placeholder', 20 ); - editor.addMenuItems( - { - editplaceholder : - { - label : lang.edit, - command : 'editplaceholder', - group : 'placeholder', - order : 1, - icon : this.path + 'placeholder.gif' - } - } ); - - if ( editor.contextMenu ) - { - editor.contextMenu.addListener( function( element, selection ) - { - if ( !element || !element.data( 'cke-placeholder' ) ) - return null; - - return { editplaceholder : CKEDITOR.TRISTATE_OFF }; - } ); - } - } - - editor.on( 'doubleclick', function( evt ) - { - if ( CKEDITOR.plugins.placeholder.getSelectedPlaceHoder( editor ) ) - evt.data.dialog = 'editplaceholder'; - }); - - editor.addCss( - '.cke_placeholder' + - '{' + - 'background-color: #ffff00;' + - ( CKEDITOR.env.gecko ? 'cursor: default;' : '' ) + - '}' - ); - - editor.on( 'contentDom', function() - { - editor.document.getBody().on( 'resizestart', function( evt ) - { - if ( editor.getSelection().getSelectedElement().data( 'cke-placeholder' ) ) - evt.data.preventDefault(); - }); - }); - - CKEDITOR.dialog.add( 'createplaceholder', this.path + 'dialogs/placeholder.js' ); - CKEDITOR.dialog.add( 'editplaceholder', this.path + 'dialogs/placeholder.js' ); - }, - afterInit : function( editor ) - { - var dataProcessor = editor.dataProcessor, - dataFilter = dataProcessor && dataProcessor.dataFilter, - htmlFilter = dataProcessor && dataProcessor.htmlFilter; - - if ( dataFilter ) - { - dataFilter.addRules( - { - text : function( text ) - { - return text.replace( placeholderReplaceRegex, function( match ) - { - return CKEDITOR.plugins.placeholder.createPlaceholder( editor, null, match, 1 ); - }); - } - }); - } - - if ( htmlFilter ) - { - htmlFilter.addRules( - { - elements : - { - 'span' : function( element ) - { - if ( element.attributes && element.attributes[ 'data-cke-placeholder' ] ) - delete element.name; - } - } - }); - } - } - }); -})(); - -CKEDITOR.plugins.placeholder = -{ - createPlaceholder : function( editor, oldElement, text, isGet ) - { - var element = new CKEDITOR.dom.element( 'span', editor.document ); - element.setAttributes( - { - contentEditable : 'false', - 'data-cke-placeholder' : 1, - 'class' : 'cke_placeholder' - } - ); - - text && element.setText( text ); - - if ( isGet ) - return element.getOuterHtml(); - - if ( oldElement ) - { - if ( CKEDITOR.env.ie ) - { - element.insertAfter( oldElement ); - // Some time is required for IE before the element is removed. - setTimeout( function() - { - oldElement.remove(); - element.focus(); - }, 10 ); - } - else - element.replace( oldElement ); - } - else - editor.insertElement( element ); - - return null; - }, - - getSelectedPlaceHoder : function( editor ) - { - var range = editor.getSelection().getRanges()[ 0 ]; - range.shrink( CKEDITOR.SHRINK_TEXT ); - var node = range.startContainer; - while( node && !( node.type == CKEDITOR.NODE_ELEMENT && node.data( 'cke-placeholder' ) ) ) - node = node.getParent(); - return node; - } -}; diff --git a/skins/ckeditor/_source/plugins/popup/plugin.js b/skins/ckeditor/_source/plugins/popup/plugin.js deleted file mode 100644 index a2e1f33..0000000 --- a/skins/ckeditor/_source/plugins/popup/plugin.js +++ /dev/null @@ -1,64 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'popup' ); - -CKEDITOR.tools.extend( CKEDITOR.editor.prototype, -{ - /** - * Opens Browser in a popup. The "width" and "height" parameters accept - * numbers (pixels) or percent (of screen size) values. - * @param {String} url The url of the external file browser. - * @param {String} width Popup window width. - * @param {String} height Popup window height. - * @param {String} options Popup window features. - */ - popup : function( url, width, height, options ) - { - width = width || '80%'; - height = height || '70%'; - - if ( typeof width == 'string' && width.length > 1 && width.substr( width.length - 1, 1 ) == '%' ) - width = parseInt( window.screen.width * parseInt( width, 10 ) / 100, 10 ); - - if ( typeof height == 'string' && height.length > 1 && height.substr( height.length - 1, 1 ) == '%' ) - height = parseInt( window.screen.height * parseInt( height, 10 ) / 100, 10 ); - - if ( width < 640 ) - width = 640; - - if ( height < 420 ) - height = 420; - - var top = parseInt( ( window.screen.height - height ) / 2, 10 ), - left = parseInt( ( window.screen.width - width ) / 2, 10 ); - - options = ( options || 'location=no,menubar=no,toolbar=no,dependent=yes,minimizable=no,modal=yes,alwaysRaised=yes,resizable=yes,scrollbars=yes' ) + - ',width=' + width + - ',height=' + height + - ',top=' + top + - ',left=' + left; - - var popupWindow = window.open( '', null, options, true ); - - // Blocked by a popup blocker. - if ( !popupWindow ) - return false; - - try - { - popupWindow.moveTo( left, top ); - popupWindow.resizeTo( width, height ); - popupWindow.focus(); - popupWindow.location.href = url; - } - catch ( e ) - { - popupWindow = window.open( url, null, options, true ); - } - - return true; - } -}); diff --git a/skins/ckeditor/_source/plugins/preview/plugin.js b/skins/ckeditor/_source/plugins/preview/plugin.js deleted file mode 100644 index a31ebfa..0000000 --- a/skins/ckeditor/_source/plugins/preview/plugin.js +++ /dev/null @@ -1,109 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file Preview plugin. - */ - -(function() -{ - var previewCmd = - { - modes : { wysiwyg:1, source:1 }, - canUndo : false, - readOnly : 1, - exec : function( editor ) - { - var sHTML, - config = editor.config, - baseTag = config.baseHref ? '<base href="' + config.baseHref + '"/>' : '', - isCustomDomain = CKEDITOR.env.isCustomDomain(); - - if ( config.fullPage ) - { - sHTML = editor.getData() - .replace( /<head>/, '$&' + baseTag ) - .replace( /[^>]*(?=<\/title>)/, '$& — ' + editor.lang.preview ); - } - else - { - var bodyHtml = '<body ', - body = editor.document && editor.document.getBody(); - - if ( body ) - { - if ( body.getAttribute( 'id' ) ) - bodyHtml += 'id="' + body.getAttribute( 'id' ) + '" '; - if ( body.getAttribute( 'class' ) ) - bodyHtml += 'class="' + body.getAttribute( 'class' ) + '" '; - } - - bodyHtml += '>'; - - sHTML = - editor.config.docType + - '<html dir="' + editor.config.contentsLangDirection + '">' + - '<head>' + - baseTag + - '<title>' + editor.lang.preview + '</title>' + - CKEDITOR.tools.buildStyleHtml( editor.config.contentsCss ) + - '</head>' + bodyHtml + - editor.getData() + - '</body></html>'; - } - - var iWidth = 640, // 800 * 0.8, - iHeight = 420, // 600 * 0.7, - iLeft = 80; // (800 - 0.8 * 800) /2 = 800 * 0.1. - try - { - var screen = window.screen; - iWidth = Math.round( screen.width * 0.8 ); - iHeight = Math.round( screen.height * 0.7 ); - iLeft = Math.round( screen.width * 0.1 ); - } - catch ( e ){} - - var sOpenUrl = ''; - if ( isCustomDomain ) - { - window._cke_htmlToLoad = sHTML; - sOpenUrl = 'javascript:void( (function(){' + - 'document.open();' + - 'document.domain="' + document.domain + '";' + - 'document.write( window.opener._cke_htmlToLoad );' + - 'document.close();' + - 'window.opener._cke_htmlToLoad = null;' + - '})() )'; - } - - var oWindow = window.open( sOpenUrl, null, 'toolbar=yes,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=' + - iWidth + ',height=' + iHeight + ',left=' + iLeft ); - - if ( !isCustomDomain ) - { - oWindow.document.open(); - oWindow.document.write( sHTML ); - oWindow.document.close(); - } - } - }; - - var pluginName = 'preview'; - - // Register a plugin named "preview". - CKEDITOR.plugins.add( pluginName, - { - init : function( editor ) - { - editor.addCommand( pluginName, previewCmd ); - editor.ui.addButton( 'Preview', - { - label : editor.lang.preview, - command : pluginName - }); - } - }); -})(); diff --git a/skins/ckeditor/_source/plugins/print/plugin.js b/skins/ckeditor/_source/plugins/print/plugin.js deleted file mode 100644 index cc26932..0000000 --- a/skins/ckeditor/_source/plugins/print/plugin.js +++ /dev/null @@ -1,42 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file Print Plugin - */ - -CKEDITOR.plugins.add( 'print', -{ - init : function( editor ) - { - var pluginName = 'print'; - - // Register the command. - var command = editor.addCommand( pluginName, CKEDITOR.plugins.print ); - - // Register the toolbar button. - editor.ui.addButton( 'Print', - { - label : editor.lang.print, - command : pluginName - }); - } -} ); - -CKEDITOR.plugins.print = -{ - exec : function( editor ) - { - if ( CKEDITOR.env.opera ) - return; - else if ( CKEDITOR.env.gecko ) - editor.window.$.print(); - else - editor.document.$.execCommand( "Print" ); - }, - canUndo : false, - readOnly : 1, - modes : { wysiwyg : !( CKEDITOR.env.opera ) } // It is imposible to print the inner document in Opera. -}; diff --git a/skins/ckeditor/_source/plugins/removeformat/plugin.js b/skins/ckeditor/_source/plugins/removeformat/plugin.js deleted file mode 100644 index 066fce6..0000000 --- a/skins/ckeditor/_source/plugins/removeformat/plugin.js +++ /dev/null @@ -1,185 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'removeformat', -{ - requires : [ 'selection' ], - - init : function( editor ) - { - editor.addCommand( 'removeFormat', CKEDITOR.plugins.removeformat.commands.removeformat ); - editor.ui.addButton( 'RemoveFormat', - { - label : editor.lang.removeFormat, - command : 'removeFormat' - }); - - editor._.removeFormat = { filters: [] }; - } -}); - -CKEDITOR.plugins.removeformat = -{ - commands : - { - removeformat : - { - exec : function( editor ) - { - var tagsRegex = editor._.removeFormatRegex || - ( editor._.removeFormatRegex = new RegExp( '^(?:' + editor.config.removeFormatTags.replace( /,/g,'|' ) + ')$', 'i' ) ); - - var removeAttributes = editor._.removeAttributes || - ( editor._.removeAttributes = editor.config.removeFormatAttributes.split( ',' ) ); - - var filter = CKEDITOR.plugins.removeformat.filter; - var ranges = editor.getSelection().getRanges( 1 ), - iterator = ranges.createIterator(), - range; - - while ( ( range = iterator.getNextRange() ) ) - { - if ( ! range.collapsed ) - range.enlarge( CKEDITOR.ENLARGE_ELEMENT ); - - // Bookmark the range so we can re-select it after processing. - var bookmark = range.createBookmark(), - // The style will be applied within the bookmark boundaries. - startNode = bookmark.startNode, - endNode = bookmark.endNode, - currentNode; - - // We need to check the selection boundaries (bookmark spans) to break - // the code in a way that we can properly remove partially selected nodes. - // For example, removing a <b> style from - // <b>This is [some text</b> to show <b>the] problem</b> - // ... where [ and ] represent the selection, must result: - // <b>This is </b>[some text to show the]<b> problem</b> - // The strategy is simple, we just break the partial nodes before the - // removal logic, having something that could be represented this way: - // <b>This is </b>[<b>some text</b> to show <b>the</b>]<b> problem</b> - - var breakParent = function( node ) - { - // Let's start checking the start boundary. - var path = new CKEDITOR.dom.elementPath( node ), - pathElements = path.elements; - - for ( var i = 1, pathElement ; pathElement = pathElements[ i ] ; i++ ) - { - if ( pathElement.equals( path.block ) || pathElement.equals( path.blockLimit ) ) - break; - - // If this element can be removed (even partially). - if ( tagsRegex.test( pathElement.getName() ) && filter( editor, pathElement ) ) - node.breakParent( pathElement ); - } - }; - - breakParent( startNode ); - if ( endNode ) - { - breakParent( endNode ); - - // Navigate through all nodes between the bookmarks. - currentNode = startNode.getNextSourceNode( true, CKEDITOR.NODE_ELEMENT ); - - while ( currentNode ) - { - // If we have reached the end of the selection, stop looping. - if ( currentNode.equals( endNode ) ) - break; - - // Cache the next node to be processed. Do it now, because - // currentNode may be removed. - var nextNode = currentNode.getNextSourceNode( false, CKEDITOR.NODE_ELEMENT ); - - // This node must not be a fake element. - if ( !( currentNode.getName() == 'img' - && currentNode.data( 'cke-realelement' ) ) - && filter( editor, currentNode ) ) - { - // Remove elements nodes that match with this style rules. - if ( tagsRegex.test( currentNode.getName() ) ) - currentNode.remove( 1 ); - else - { - currentNode.removeAttributes( removeAttributes ); - editor.fire( 'removeFormatCleanup', currentNode ); - } - } - - currentNode = nextNode; - } - } - - range.moveToBookmark( bookmark ); - } - - editor.getSelection().selectRanges( ranges ); - } - } - }, - - /** - * Perform the remove format filters on the passed element. - * @param {CKEDITOR.editor} editor - * @param {CKEDITOR.dom.element} element - */ - filter : function ( editor, element ) - { - var filters = editor._.removeFormat.filters; - for ( var i = 0; i < filters.length; i++ ) - { - if ( filters[ i ]( element ) === false ) - return false; - } - return true; - } -}; - -/** - * Add to a collection of functions to decide whether a specific - * element should be considered as formatting element and thus - * could be removed during <b>removeFormat</b> command, - * Note: Only available with the existence of 'removeformat' plugin. - * @since 3.3 - * @param {Function} func The function to be called, which will be passed a {CKEDITOR.dom.element} element to test. - * @example - * // Don't remove empty span - * editor.addRemoveFormatFilter.push( function( element ) - * { - * return !( element.is( 'span' ) && CKEDITOR.tools.isEmpty( element.getAttributes() ) ); - * }); - */ -CKEDITOR.editor.prototype.addRemoveFormatFilter = function( func ) -{ - this._.removeFormat.filters.push( func ); -}; - -/** - * A comma separated list of elements to be removed when executing the "remove - " format" command. Note that only inline elements are allowed. - * @type String - * @default 'b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var' - * @example - */ -CKEDITOR.config.removeFormatTags = 'b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var'; - -/** - * A comma separated list of elements attributes to be removed when executing - * the "remove format" command. - * @type String - * @default 'class,style,lang,width,height,align,hspace,valign' - * @example - */ -CKEDITOR.config.removeFormatAttributes = 'class,style,lang,width,height,align,hspace,valign'; - -/** - * Fired after an element was cleaned by the removeFormat plugin. - * @name CKEDITOR.editor#removeFormatCleanup - * @event - * @param {Object} data.element The element that was cleaned up. - */ diff --git a/skins/ckeditor/_source/plugins/resize/plugin.js b/skins/ckeditor/_source/plugins/resize/plugin.js deleted file mode 100644 index 24ba09c..0000000 --- a/skins/ckeditor/_source/plugins/resize/plugin.js +++ /dev/null @@ -1,168 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'resize', -{ - init : function( editor ) - { - var config = editor.config; - - // Resize in the same direction of chrome, - // which is identical to dir of editor element. (#6614) - var resizeDir = editor.element.getDirection( 1 ); - - !config.resize_dir && ( config.resize_dir = 'both' ); - ( config.resize_maxWidth == undefined ) && ( config.resize_maxWidth = 3000 ); - ( config.resize_maxHeight == undefined ) && ( config.resize_maxHeight = 3000 ); - ( config.resize_minWidth == undefined ) && ( config.resize_minWidth = 750 ); - ( config.resize_minHeight == undefined ) && ( config.resize_minHeight = 250 ); - - if ( config.resize_enabled !== false ) - { - var container = null, - origin, - startSize, - resizeHorizontal = ( config.resize_dir == 'both' || config.resize_dir == 'horizontal' ) && - ( config.resize_minWidth != config.resize_maxWidth ), - resizeVertical = ( config.resize_dir == 'both' || config.resize_dir == 'vertical' ) && - ( config.resize_minHeight != config.resize_maxHeight ); - - function dragHandler( evt ) - { - var dx = evt.data.$.screenX - origin.x, - dy = evt.data.$.screenY - origin.y, - width = startSize.width, - height = startSize.height, - internalWidth = width + dx * ( resizeDir == 'rtl' ? -1 : 1 ), - internalHeight = height + dy; - - if ( resizeHorizontal ) - width = Math.max( config.resize_minWidth, Math.min( internalWidth, config.resize_maxWidth ) ); - - if ( resizeVertical ) - height = Math.max( config.resize_minHeight, Math.min( internalHeight, config.resize_maxHeight ) ); - - editor.resize( width, height ); - } - - function dragEndHandler ( evt ) - { - CKEDITOR.document.removeListener( 'mousemove', dragHandler ); - CKEDITOR.document.removeListener( 'mouseup', dragEndHandler ); - - if ( editor.document ) - { - editor.document.removeListener( 'mousemove', dragHandler ); - editor.document.removeListener( 'mouseup', dragEndHandler ); - } - } - - var mouseDownFn = CKEDITOR.tools.addFunction( function( $event ) - { - if ( !container ) - container = editor.getResizable(); - - startSize = { width : container.$.offsetWidth || 0, height : container.$.offsetHeight || 0 }; - origin = { x : $event.screenX, y : $event.screenY }; - - config.resize_minWidth > startSize.width && ( config.resize_minWidth = startSize.width ); - config.resize_minHeight > startSize.height && ( config.resize_minHeight = startSize.height ); - - CKEDITOR.document.on( 'mousemove', dragHandler ); - CKEDITOR.document.on( 'mouseup', dragEndHandler ); - - if ( editor.document ) - { - editor.document.on( 'mousemove', dragHandler ); - editor.document.on( 'mouseup', dragEndHandler ); - } - }); - - editor.on( 'destroy', function() { CKEDITOR.tools.removeFunction( mouseDownFn ); } ); - - editor.on( 'themeSpace', function( event ) - { - if ( event.data.space == 'bottom' ) - { - var direction = ''; - if ( resizeHorizontal && !resizeVertical ) - direction = ' cke_resizer_horizontal'; - if ( !resizeHorizontal && resizeVertical ) - direction = ' cke_resizer_vertical'; - - var resizerHtml = - '<div' + - ' class="cke_resizer' + direction + ' cke_resizer_' + resizeDir + '"' + - ' title="' + CKEDITOR.tools.htmlEncode( editor.lang.resize ) + '"' + - ' onmousedown="CKEDITOR.tools.callFunction(' + mouseDownFn + ', event)"' + - '></div>'; - - // Always sticks the corner of botttom space. - resizeDir == 'ltr' && direction == 'ltr' ? - event.data.html += resizerHtml : - event.data.html = resizerHtml + event.data.html; - } - }, editor, null, 100 ); - } - } -} ); - -/** - * The minimum editor width, in pixels, when resizing it with the resize handle. - * Note: It fallbacks to editor's actual width if that's smaller than the default value. - * @name CKEDITOR.config.resize_minWidth - * @type Number - * @default 750 - * @example - * config.resize_minWidth = 500; - */ - -/** - * The minimum editor height, in pixels, when resizing it with the resize handle. - * Note: It fallbacks to editor's actual height if that's smaller than the default value. - * @name CKEDITOR.config.resize_minHeight - * @type Number - * @default 250 - * @example - * config.resize_minHeight = 600; - */ - -/** - * The maximum editor width, in pixels, when resizing it with the resize handle. - * @name CKEDITOR.config.resize_maxWidth - * @type Number - * @default 3000 - * @example - * config.resize_maxWidth = 750; - */ - -/** - * The maximum editor height, in pixels, when resizing it with the resize handle. - * @name CKEDITOR.config.resize_maxHeight - * @type Number - * @default 3000 - * @example - * config.resize_maxHeight = 600; - */ - -/** - * Whether to enable the resizing feature. If disabled the resize handler will not be visible. - * @name CKEDITOR.config.resize_enabled - * @type Boolean - * @default true - * @example - * config.resize_enabled = false; - */ - -/** - * The directions to which the editor resizing is enabled. Possible values - * are "both", "vertical" and "horizontal". - * @name CKEDITOR.config.resize_dir - * @type String - * @default 'both' - * @since 3.3 - * @example - * config.resize_dir = 'vertical'; - */ diff --git a/skins/ckeditor/_source/plugins/richcombo/plugin.js b/skins/ckeditor/_source/plugins/richcombo/plugin.js deleted file mode 100644 index 1fa8f34..0000000 --- a/skins/ckeditor/_source/plugins/richcombo/plugin.js +++ /dev/null @@ -1,381 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'richcombo', -{ - requires : [ 'floatpanel', 'listblock', 'button' ], - - beforeInit : function( editor ) - { - editor.ui.addHandler( CKEDITOR.UI_RICHCOMBO, CKEDITOR.ui.richCombo.handler ); - } -}); - -/** - * Button UI element. - * @constant - * @example - */ -CKEDITOR.UI_RICHCOMBO = 'richcombo'; - -CKEDITOR.ui.richCombo = CKEDITOR.tools.createClass( -{ - $ : function( definition ) - { - // Copy all definition properties to this object. - CKEDITOR.tools.extend( this, definition, - // Set defaults. - { - title : definition.label, - modes : { wysiwyg : 1 } - }); - - // We don't want the panel definition in this object. - var panelDefinition = this.panel || {}; - delete this.panel; - - this.id = CKEDITOR.tools.getNextNumber(); - - this.document = ( panelDefinition - && panelDefinition.parent - && panelDefinition.parent.getDocument() ) - || CKEDITOR.document; - - panelDefinition.className = ( panelDefinition.className || '' ) + ' cke_rcombopanel'; - panelDefinition.block = - { - multiSelect : panelDefinition.multiSelect, - attributes : panelDefinition.attributes - }; - - this._ = - { - panelDefinition : panelDefinition, - items : {}, - state : CKEDITOR.TRISTATE_OFF - }; - }, - - statics : - { - handler : - { - create : function( definition ) - { - return new CKEDITOR.ui.richCombo( definition ); - } - } - }, - - proto : - { - renderHtml : function( editor ) - { - var output = []; - this.render( editor, output ); - return output.join( '' ); - }, - - /** - * Renders the combo. - * @param {CKEDITOR.editor} editor The editor instance which this button is - * to be used by. - * @param {Array} output The output array to which append the HTML relative - * to this button. - * @example - */ - render : function( editor, output ) - { - var env = CKEDITOR.env; - - var id = 'cke_' + this.id; - var clickFn = CKEDITOR.tools.addFunction( function( $element ) - { - var _ = this._; - - if ( _.state == CKEDITOR.TRISTATE_DISABLED ) - return; - - this.createPanel( editor ); - - if ( _.on ) - { - _.panel.hide(); - return; - } - - this.commit(); - var value = this.getValue(); - if ( value ) - _.list.mark( value ); - else - _.list.unmarkAll(); - - _.panel.showBlock( this.id, new CKEDITOR.dom.element( $element ), 4 ); - }, - this ); - - var instance = { - id : id, - combo : this, - focus : function() - { - var element = CKEDITOR.document.getById( id ).getChild( 1 ); - element.focus(); - }, - clickFn : clickFn - }; - - function updateState() - { - var state = this.modes[ editor.mode ] ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED; - this.setState( editor.readOnly && !this.readOnly ? CKEDITOR.TRISTATE_DISABLED : state ); - this.setValue( '' ); - } - - editor.on( 'mode', updateState, this ); - // If this combo is sensitive to readOnly state, update it accordingly. - !this.readOnly && editor.on( 'readOnly', updateState, this); - - var keyDownFn = CKEDITOR.tools.addFunction( function( ev, element ) - { - ev = new CKEDITOR.dom.event( ev ); - - var keystroke = ev.getKeystroke(); - switch ( keystroke ) - { - case 13 : // ENTER - case 32 : // SPACE - case 40 : // ARROW-DOWN - // Show panel - CKEDITOR.tools.callFunction( clickFn, element ); - break; - default : - // Delegate the default behavior to toolbar button key handling. - instance.onkey( instance, keystroke ); - } - - // Avoid subsequent focus grab on editor document. - ev.preventDefault(); - }); - - var focusFn = CKEDITOR.tools.addFunction( function() { instance.onfocus && instance.onfocus(); } ); - - // For clean up - instance.keyDownFn = keyDownFn; - - output.push( - '<span class="cke_rcombo" role="presentation">', - '<span id=', id ); - - if ( this.className ) - output.push( ' class="', this.className, ' cke_off"'); - - output.push( - ' role="presentation">', - '<span id="' + id+ '_label" class=cke_label>', this.label, '</span>', - '<a hidefocus=true title="', this.title, '" tabindex="-1"', - env.gecko && env.version >= 10900 && !env.hc ? '' : ' href="javascript:void(\'' + this.label + '\')"', - ' role="button" aria-labelledby="', id , '_label" aria-describedby="', id, '_text" aria-haspopup="true"' ); - - // Some browsers don't cancel key events in the keydown but in the - // keypress. - // TODO: Check if really needed for Gecko+Mac. - if ( CKEDITOR.env.opera || ( CKEDITOR.env.gecko && CKEDITOR.env.mac ) ) - { - output.push( - ' onkeypress="return false;"' ); - } - - // With Firefox, we need to force it to redraw, otherwise it - // will remain in the focus state. - if ( CKEDITOR.env.gecko ) - { - output.push( - ' onblur="this.style.cssText = this.style.cssText;"' ); - } - - output.push( - ' onkeydown="CKEDITOR.tools.callFunction( ', keyDownFn, ', event, this );"' + - ' onfocus="return CKEDITOR.tools.callFunction(', focusFn, ', event);" ' + - ( CKEDITOR.env.ie ? 'onclick="return false;" onmouseup' : 'onclick' ) + // #188 - '="CKEDITOR.tools.callFunction(', clickFn, ', this); return false;">' + - '<span>' + - '<span id="' + id + '_text" class="cke_text cke_inline_label">' + this.label + '</span>' + - '</span>' + - '<span class=cke_openbutton><span class=cke_icon>' + ( CKEDITOR.env.hc ? '▼' : CKEDITOR.env.air ? ' ' : '' ) + '</span></span>' + // BLACK DOWN-POINTING TRIANGLE - '</a>' + - '</span>' + - '</span>' ); - - if ( this.onRender ) - this.onRender(); - - return instance; - }, - - createPanel : function( editor ) - { - if ( this._.panel ) - return; - - var panelDefinition = this._.panelDefinition, - panelBlockDefinition = this._.panelDefinition.block, - panelParentElement = panelDefinition.parent || CKEDITOR.document.getBody(), - panel = new CKEDITOR.ui.floatPanel( editor, panelParentElement, panelDefinition ), - list = panel.addListBlock( this.id, panelBlockDefinition ), - me = this; - - panel.onShow = function() - { - if ( me.className ) - this.element.getFirst().addClass( me.className + '_panel' ); - - me.setState( CKEDITOR.TRISTATE_ON ); - - list.focus( !me.multiSelect && me.getValue() ); - - me._.on = 1; - - if ( me.onOpen ) - me.onOpen(); - }; - - panel.onHide = function( preventOnClose ) - { - if ( me.className ) - this.element.getFirst().removeClass( me.className + '_panel' ); - - me.setState( me.modes && me.modes[ editor.mode ] ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED ); - - me._.on = 0; - - if ( !preventOnClose && me.onClose ) - me.onClose(); - }; - - panel.onEscape = function() - { - panel.hide(); - }; - - list.onClick = function( value, marked ) - { - // Move the focus to the main windows, otherwise it will stay - // into the floating panel, even if invisible, and Safari and - // Opera will go a bit crazy. - me.document.getWindow().focus(); - - if ( me.onClick ) - me.onClick.call( me, value, marked ); - - if ( marked ) - me.setValue( value, me._.items[ value ] ); - else - me.setValue( '' ); - - panel.hide( false ); - }; - - this._.panel = panel; - this._.list = list; - - panel.getBlock( this.id ).onHide = function() - { - me._.on = 0; - me.setState( CKEDITOR.TRISTATE_OFF ); - }; - - if ( this.init ) - this.init(); - }, - - setValue : function( value, text ) - { - this._.value = value; - - var textElement = this.document.getById( 'cke_' + this.id + '_text' ); - if ( textElement ) - { - if ( !( value || text ) ) - { - text = this.label; - textElement.addClass( 'cke_inline_label' ); - } - else - textElement.removeClass( 'cke_inline_label' ); - - textElement.setHtml( typeof text != 'undefined' ? text : value ); - } - }, - - getValue : function() - { - return this._.value || ''; - }, - - unmarkAll : function() - { - this._.list.unmarkAll(); - }, - - mark : function( value ) - { - this._.list.mark( value ); - }, - - hideItem : function( value ) - { - this._.list.hideItem( value ); - }, - - hideGroup : function( groupTitle ) - { - this._.list.hideGroup( groupTitle ); - }, - - showAll : function() - { - this._.list.showAll(); - }, - - add : function( value, html, text ) - { - this._.items[ value ] = text || value; - this._.list.add( value, html, text ); - }, - - startGroup : function( title ) - { - this._.list.startGroup( title ); - }, - - commit : function() - { - if ( !this._.committed ) - { - this._.list.commit(); - this._.committed = 1; - CKEDITOR.ui.fire( 'ready', this ); - } - this._.committed = 1; - }, - - setState : function( state ) - { - if ( this._.state == state ) - return; - - this.document.getById( 'cke_' + this.id ).setState( state ); - - this._.state = state; - } - } -}); - -CKEDITOR.ui.prototype.addRichCombo = function( name, definition ) -{ - this.add( name, CKEDITOR.UI_RICHCOMBO, definition ); -}; diff --git a/skins/ckeditor/_source/plugins/save/plugin.js b/skins/ckeditor/_source/plugins/save/plugin.js deleted file mode 100644 index 4a075b5..0000000 --- a/skins/ckeditor/_source/plugins/save/plugin.js +++ /dev/null @@ -1,56 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileSave plugin. - */ - -(function() -{ - var saveCmd = - { - modes : { wysiwyg:1, source:1 }, - readOnly : 1, - - exec : function( editor ) - { - var $form = editor.element.$.form; - - if ( $form ) - { - try - { - $form.submit(); - } - catch( e ) - { - // If there's a button named "submit" then the form.submit - // function is masked and can't be called in IE/FF, so we - // call the click() method of that button. - if ( $form.submit.click ) - $form.submit.click(); - } - } - } - }; - - var pluginName = 'save'; - - // Register a plugin named "save". - CKEDITOR.plugins.add( pluginName, - { - init : function( editor ) - { - var command = editor.addCommand( pluginName, saveCmd ); - command.modes = { wysiwyg : !!( editor.element.$.form ) }; - - editor.ui.addButton( 'Save', - { - label : editor.lang.save, - command : pluginName - }); - } - }); -})(); diff --git a/skins/ckeditor/_source/plugins/scayt/dialogs/options.js b/skins/ckeditor/_source/plugins/scayt/dialogs/options.js deleted file mode 100644 index 3bd9916..0000000 --- a/skins/ckeditor/_source/plugins/scayt/dialogs/options.js +++ /dev/null @@ -1,537 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add( 'scaytcheck', function( editor ) -{ - var firstLoad = true, - captions, - doc = CKEDITOR.document, - editorName = editor.name, - tags = CKEDITOR.plugins.scayt.getUiTabs( editor ), - i, - contents = [], - userDicActive = 0, - dic_buttons = [ - // [0] contains buttons for creating - "dic_create_" + editorName + ",dic_restore_" + editorName, - // [1] contains buton for manipulation - "dic_rename_" + editorName + ",dic_delete_" + editorName - ], - optionsIds = [ 'mixedCase', 'mixedWithDigits', 'allCaps', 'ignoreDomainNames' ]; - - // common operations - - function getBOMAllOptions() - { - if (typeof document.forms["optionsbar_" + editorName] != "undefined") - return document.forms["optionsbar_" + editorName]["options"]; - return []; - } - function getBOMAllLangs() - { - if (typeof document.forms["languagesbar_" + editorName] != "undefined") - return document.forms["languagesbar_" + editorName]["scayt_lang"]; - return []; - } - - function setCheckedValue( radioObj, newValue ) - { - if ( !radioObj ) - return; - var radioLength = radioObj.length; - if ( radioLength == undefined ) - { - radioObj.checked = radioObj.value == newValue.toString(); - return; - } - for ( var i = 0; i < radioLength; i++ ) - { - radioObj[i].checked = false; - if ( radioObj[i].value == newValue.toString() ) - radioObj[i].checked = true; - } - } - - var lang = editor.lang.scayt; - var tags_contents = [ - { - id : 'options', - label : lang.optionsTab, - elements : [ - { - type : 'html', - id : 'options', - html : '<form name="optionsbar_' + editorName + '"><div class="inner_options">' + - ' <div class="messagebox"></div>' + - ' <div style="display:none;">' + - ' <input type="checkbox" name="options" id="allCaps_' + editorName + '" />' + - ' <label for="allCaps" id="label_allCaps_' + editorName + '"></label>' + - ' </div>' + - ' <div style="display:none;">' + - ' <input name="options" type="checkbox" id="ignoreDomainNames_' + editorName + '" />' + - ' <label for="ignoreDomainNames" id="label_ignoreDomainNames_' + editorName + '"></label>' + - ' </div>' + - ' <div style="display:none;">' + - ' <input name="options" type="checkbox" id="mixedCase_' + editorName + '" />' + - ' <label for="mixedCase" id="label_mixedCase_' + editorName + '"></label>' + - ' </div>' + - ' <div style="display:none;">' + - ' <input name="options" type="checkbox" id="mixedWithDigits_' + editorName + '" />' + - ' <label for="mixedWithDigits" id="label_mixedWithDigits_' + editorName + '"></label>' + - ' </div>' + - '</div></form>' - } - ] - }, - { - id : 'langs', - label : lang.languagesTab, - elements : [ - { - type : 'html', - id : 'langs', - html : '<form name="languagesbar_' + editorName + '"><div class="inner_langs">' + - ' <div class="messagebox"></div> ' + - ' <div style="float:left;width:45%;margin-left:5px;" id="scayt_lcol_' + editorName + '" ></div>' + - ' <div style="float:left;width:45%;margin-left:15px;" id="scayt_rcol_' + editorName + '"></div>' + - '</div></form>' - } - ] - }, - { - id : 'dictionaries', - label : lang.dictionariesTab, - elements : [ - { - type : 'html', - style: '', - id : 'dictionaries', - html : '<form name="dictionarybar_' + editorName + '"><div class="inner_dictionary" style="text-align:left; white-space:normal; width:320px; overflow: hidden;">' + - ' <div style="margin:5px auto; width:80%;white-space:normal; overflow:hidden;" id="dic_message_' + editorName + '"> </div>' + - ' <div style="margin:5px auto; width:80%;white-space:normal;"> ' + - ' <span class="cke_dialog_ui_labeled_label" >Dictionary name</span><br>'+ - ' <span class="cke_dialog_ui_labeled_content" >'+ - ' <div class="cke_dialog_ui_input_text">'+ - ' <input id="dic_name_' + editorName + '" type="text" class="cke_dialog_ui_input_text"/>'+ - ' </div></span></div>'+ - ' <div style="margin:5px auto; width:80%;white-space:normal;">'+ - ' <a style="display:none;" class="cke_dialog_ui_button" href="javascript:void(0)" id="dic_create_' + editorName + '">'+ - ' </a>' + - ' <a style="display:none;" class="cke_dialog_ui_button" href="javascript:void(0)" id="dic_delete_' + editorName + '">'+ - ' </a>' + - ' <a style="display:none;" class="cke_dialog_ui_button" href="javascript:void(0)" id="dic_rename_' + editorName + '">'+ - ' </a>' + - ' <a style="display:none;" class="cke_dialog_ui_button" href="javascript:void(0)" id="dic_restore_' + editorName + '">'+ - ' </a>' + - ' </div>' + - ' <div style="margin:5px auto; width:95%;white-space:normal;" id="dic_info_' + editorName + '"></div>' + - '</div></form>' - } - ] - }, - { - id : 'about', - label : lang.aboutTab, - elements : [ - { - type : 'html', - id : 'about', - style : 'margin: 5px 5px;', - html : '<div id="scayt_about_' + editorName + '"></div>' - } - ] - } - ]; - - var dialogDefiniton = { - title : lang.title, - minWidth : 360, - minHeight : 220, - onShow : function() - { - var dialog = this; - dialog.data = editor.fire( 'scaytDialog', {} ); - dialog.options = dialog.data.scayt_control.option(); - dialog.chosed_lang = dialog.sLang = dialog.data.scayt_control.sLang; - - if ( !dialog.data || !dialog.data.scayt || !dialog.data.scayt_control ) - { - alert( 'Error loading application service' ); - dialog.hide(); - return; - } - - var stop = 0; - if ( firstLoad ) - { - dialog.data.scayt.getCaption( editor.langCode || 'en', function( caps ) - { - if ( stop++ > 0 ) // Once only - return; - captions = caps; - init_with_captions.apply( dialog ); - reload.apply( dialog ); - firstLoad = false; - }); - } - else - reload.apply( dialog ); - - dialog.selectPage( dialog.data.tab ); - }, - onOk : function() - { - var scayt_control = this.data.scayt_control; - scayt_control.option( this.options ); - // Setup language if it was changed. - var csLang = this.chosed_lang; - scayt_control.setLang( csLang ); - scayt_control.refresh(); - }, - onCancel: function() - { - var o = getBOMAllOptions(); - for ( var i in o ) - o[i].checked = false; - - setCheckedValue( getBOMAllLangs(), "" ); - }, - contents : contents - }; - - var scayt_control = CKEDITOR.plugins.scayt.getScayt( editor ); - - for ( i = 0; i < tags.length; i++ ) - { - if ( tags[ i ] == 1 ) - contents[ contents.length ] = tags_contents[ i ]; - } - if ( tags[2] == 1 ) - userDicActive = 1; - - var init_with_captions = function() - { - var dialog = this, - lang_list = dialog.data.scayt.getLangList(), - buttonCaptions = [ 'dic_create', 'dic_delete', 'dic_rename', 'dic_restore' ], - buttonIds = [], - langList = [], - labels = optionsIds, - i; - - // Add buttons titles - if ( userDicActive ) - { - for ( i = 0; i < buttonCaptions.length; i++ ) - { - buttonIds[ i ] = buttonCaptions[ i ] + "_" + editorName; - doc.getById( buttonIds[ i ] ).setHtml( '<span class="cke_dialog_ui_button">' + captions[ 'button_' + buttonCaptions[ i ]] +'</span>' ); - } - doc.getById( 'dic_info_' + editorName ).setHtml( captions[ 'dic_info' ] ); - } - - // Fill options and dictionary labels. - if ( tags[0] == 1 ) - { - for ( i in labels ) - { - var labelCaption = 'label_' + labels[ i ], - labelId = labelCaption + '_' + editorName, - labelElement = doc.getById( labelId ); - - if ( 'undefined' != typeof labelElement - && 'undefined' != typeof captions[ labelCaption ] - && 'undefined' != typeof dialog.options[labels[ i ]] ) - { - labelElement.setHtml( captions[ labelCaption ] ); - var labelParent = labelElement.getParent(); - labelParent.$.style.display = "block"; - } - } - } - - var about = '<p><img src="' + window.scayt.getAboutInfo().logoURL + '" /></p>' + - '<p>' + captions[ 'version' ] + window.scayt.getAboutInfo().version.toString() + '</p>' + - '<p>' + captions[ 'about_throwt_copy' ] + '</p>'; - - doc.getById( 'scayt_about_' + editorName ).setHtml( about ); - - // Create languages tab. - var createOption = function( option, list ) - { - var label = doc.createElement( 'label' ); - label.setAttribute( 'for', 'cke_option' + option ); - label.setHtml( list[ option ] ); - - if ( dialog.sLang == option ) // Current. - dialog.chosed_lang = option; - - var div = doc.createElement( 'div' ); - var radio = CKEDITOR.dom.element.createFromHtml( '<input id="cke_option' + - option + '" type="radio" ' + - ( dialog.sLang == option ? 'checked="checked"' : '' ) + - ' value="' + option + '" name="scayt_lang" />' ); - - radio.on( 'click', function() - { - this.$.checked = true; - dialog.chosed_lang = option; - }); - - div.append( radio ); - div.append( label ); - - return { - lang : list[ option ], - code : option, - radio : div - }; - }; - - if ( tags[1] ==1 ) - { - for ( i in lang_list.rtl ) - langList[ langList.length ] = createOption( i, lang_list.ltr ); - - for ( i in lang_list.ltr ) - langList[ langList.length ] = createOption( i, lang_list.ltr ); - - langList.sort( function( lang1, lang2 ) - { - return ( lang2.lang > lang1.lang ) ? -1 : 1 ; - }); - - var fieldL = doc.getById( 'scayt_lcol_' + editorName ), - fieldR = doc.getById( 'scayt_rcol_' + editorName ); - for ( i=0; i < langList.length; i++ ) - { - var field = ( i < langList.length / 2 ) ? fieldL : fieldR; - field.append( langList[ i ].radio ); - } - } - - // user dictionary handlers - var dic = {}; - dic.dic_create = function( el, dic_name , dic_buttons ) - { - // comma separated button's ids include repeats if exists - var all_buttons = dic_buttons[0] + ',' + dic_buttons[1]; - - var err_massage = captions["err_dic_create"]; - var suc_massage = captions["succ_dic_create"]; - - window.scayt.createUserDictionary( dic_name, - function( arg ) - { - hide_dic_buttons ( all_buttons ); - display_dic_buttons ( dic_buttons[1] ); - suc_massage = suc_massage.replace("%s" , arg.dname ); - dic_success_message (suc_massage); - }, - function( arg ) - { - err_massage = err_massage.replace("%s" ,arg.dname ); - dic_error_message ( err_massage + "( "+ (arg.message || "") +")"); - }); - - }; - - dic.dic_rename = function( el, dic_name ) - { - // - // try to rename dictionary - var err_massage = captions["err_dic_rename"] || ""; - var suc_massage = captions["succ_dic_rename"] || ""; - window.scayt.renameUserDictionary( dic_name, - function( arg ) - { - suc_massage = suc_massage.replace("%s" , arg.dname ); - set_dic_name( dic_name ); - dic_success_message ( suc_massage ); - }, - function( arg ) - { - err_massage = err_massage.replace("%s" , arg.dname ); - set_dic_name( dic_name ); - dic_error_message( err_massage + "( " + ( arg.message || "" ) + " )" ); - }); - }; - - dic.dic_delete = function( el, dic_name , dic_buttons ) - { - var all_buttons = dic_buttons[0] + ',' + dic_buttons[1]; - var err_massage = captions["err_dic_delete"]; - var suc_massage = captions["succ_dic_delete"]; - - // try to delete dictionary - window.scayt.deleteUserDictionary( - function( arg ) - { - suc_massage = suc_massage.replace("%s" , arg.dname ); - hide_dic_buttons ( all_buttons ); - display_dic_buttons ( dic_buttons[0] ); - set_dic_name( "" ); // empty input field - dic_success_message( suc_massage ); - }, - function( arg ) - { - err_massage = err_massage.replace("%s" , arg.dname ); - dic_error_message(err_massage); - }); - }; - - dic.dic_restore = dialog.dic_restore || function( el, dic_name , dic_buttons ) - { - // try to restore existing dictionary - var all_buttons = dic_buttons[0] + ',' + dic_buttons[1]; - var err_massage = captions["err_dic_restore"]; - var suc_massage = captions["succ_dic_restore"]; - - window.scayt.restoreUserDictionary(dic_name, - function( arg ) - { - suc_massage = suc_massage.replace("%s" , arg.dname ); - hide_dic_buttons ( all_buttons ); - display_dic_buttons(dic_buttons[1]); - dic_success_message( suc_massage ); - }, - function( arg ) - { - err_massage = err_massage.replace("%s" , arg.dname ); - dic_error_message( err_massage ); - }); - }; - - function onDicButtonClick( ev ) - { - var dic_name = doc.getById('dic_name_' + editorName).getValue(); - if ( !dic_name ) - { - dic_error_message(" Dictionary name should not be empty. "); - return false; - } - try{ - var el = ev.data.getTarget().getParent(); - var id = /(dic_\w+)_[\w\d]+/.exec(el.getId())[1]; - dic[ id ].apply( null, [ el, dic_name, dic_buttons ] ); - } - catch(err) - { - dic_error_message(" Dictionary error. "); - } - - return true; - } - - // ** bind event listeners - var arr_buttons = ( dic_buttons[0] + ',' + dic_buttons[1] ).split( ',' ), - l; - - for ( i = 0, l = arr_buttons.length ; i < l ; i += 1 ) - { - var dic_button = doc.getById(arr_buttons[i]); - if ( dic_button ) - dic_button.on( 'click', onDicButtonClick, this ); - } - }; - - var reload = function() - { - var dialog = this; - // for enabled options tab - if ( tags[0] == 1 ){ - var opto = getBOMAllOptions(); - - // Animate options. - for ( var k=0,l = opto.length; k<l;k++ ) - { - - var i = opto[k].id; - var checkbox = doc.getById( i ); - - if ( checkbox ) - { - opto[k].checked = false; - //alert (opto[k].removeAttribute) - if ( dialog.options[ i.split("_")[0] ] == 1 ) - { - opto[k].checked = true; - } - - - // Bind events. Do it only once. - if ( firstLoad ) - { - checkbox.on( 'click', function() - { - dialog.options[ this.getId().split("_")[0] ] = this.$.checked ? 1 : 0 ; - }); - } - } - } - } - - //for enabled languages tab - if ( tags[1] == 1 ) - { - var domLang = doc.getById("cke_option" + dialog.sLang); - setCheckedValue( domLang.$,dialog.sLang ); - } - - // * user dictionary - if ( userDicActive ) - { - window.scayt.getNameUserDictionary( - function( o ) - { - var dic_name = o.dname; - hide_dic_buttons( dic_buttons[0] + ',' + dic_buttons[1] ); - if ( dic_name ) - { - doc.getById( 'dic_name_' + editorName ).setValue(dic_name); - display_dic_buttons( dic_buttons[1] ); - } - else - display_dic_buttons( dic_buttons[0] ); - - }, - function() - { - doc.getById( 'dic_name_' + editorName ).setValue(""); - }); - dic_success_message(""); - } - - }; - - function dic_error_message( m ) - { - doc.getById('dic_message_' + editorName).setHtml('<span style="color:red;">' + m + '</span>' ); - } - function dic_success_message( m ) - { - doc.getById('dic_message_' + editorName).setHtml('<span style="color:blue;">' + m + '</span>') ; - } - function display_dic_buttons( sIds ) - { - sIds = String( sIds ); - var aIds = sIds.split(','); - for ( var i=0, l = aIds.length; i < l ; i+=1) - doc.getById( aIds[i] ).$.style.display = "inline"; - } - function hide_dic_buttons( sIds ) - { - sIds = String( sIds ); - var aIds = sIds.split(','); - for ( var i = 0, l = aIds.length; i < l ; i += 1 ) - doc.getById( aIds[i] ).$.style.display = "none"; - } - function set_dic_name( dic_name ) - { - doc.getById('dic_name_' + editorName).$.value= dic_name; - } - - return dialogDefiniton; -}); diff --git a/skins/ckeditor/_source/plugins/scayt/dialogs/toolbar.css b/skins/ckeditor/_source/plugins/scayt/dialogs/toolbar.css deleted file mode 100644 index ecabdac..0000000 --- a/skins/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +++ /dev/null @@ -1,71 +0,0 @@ -a -{ - text-decoration:none; - padding: 2px 4px 4px 6px; - display : block; - border-width: 1px; - border-style: solid; - margin : 0px; -} - -a.cke_scayt_toogle:hover, -a.cke_scayt_toogle:focus, -a.cke_scayt_toogle:active -{ - border-color: #316ac5; - background-color: #dff1ff; - color : #000; - cursor: pointer; - margin : 0px; -} -a.cke_scayt_toogle { - color : #316ac5; - border-color: #fff; -} -.scayt_enabled a.cke_scayt_item { - color : #316ac5; - border-color: #fff; - margin : 0px; -} -.scayt_disabled a.cke_scayt_item { - color : gray; - border-color : #fff; -} -.scayt_enabled a.cke_scayt_item:hover, -.scayt_enabled a.cke_scayt_item:focus, -.scayt_enabled a.cke_scayt_item:active -{ - border-color: #316ac5; - background-color: #dff1ff; - color : #000; - cursor: pointer; -} -.scayt_disabled a.cke_scayt_item:hover, -.scayt_disabled a.cke_scayt_item:focus, -.scayt_disabled a.cke_scayt_item:active -{ - border-color: gray; - background-color: #dff1ff; - color : gray; - cursor: no-drop; -} -.cke_scayt_set_on, .cke_scayt_set_off -{ - display: none; -} -.scayt_enabled .cke_scayt_set_on -{ - display: none; -} -.scayt_disabled .cke_scayt_set_on -{ - display: inline; -} -.scayt_disabled .cke_scayt_set_off -{ - display: none; -} -.scayt_enabled .cke_scayt_set_off -{ - display: inline; -} diff --git a/skins/ckeditor/_source/plugins/scayt/plugin.js b/skins/ckeditor/_source/plugins/scayt/plugin.js deleted file mode 100644 index 1395d6d..0000000 --- a/skins/ckeditor/_source/plugins/scayt/plugin.js +++ /dev/null @@ -1,964 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Spell Check As You Type (SCAYT). - * Button name : Scayt. - */ - -(function() -{ - var commandName = 'scaytcheck', - openPage = ''; - - // Checks if a value exists in an array - function in_array( needle, haystack ) - { - var found = 0, - key; - for ( key in haystack ) - { - if ( haystack[ key ] == needle ) - { - found = 1; - break; - } - } - return found; - } - - var onEngineLoad = function() - { - var editor = this; - - var createInstance = function() // Create new instance every time Document is created. - { - var config = editor.config; - // Initialise Scayt instance. - var oParams = {}; - // Get the iframe. - oParams.srcNodeRef = editor.document.getWindow().$.frameElement; - // syntax : AppName.AppVersion@AppRevision - oParams.assocApp = 'CKEDITOR.' + CKEDITOR.version + '@' + CKEDITOR.revision; - oParams.customerid = config.scayt_customerid || '1:WvF0D4-UtPqN1-43nkD4-NKvUm2-daQqk3-LmNiI-z7Ysb4-mwry24-T8YrS3-Q2tpq2'; - oParams.customDictionaryIds = config.scayt_customDictionaryIds || ''; - oParams.userDictionaryName = config.scayt_userDictionaryName || ''; - oParams.sLang = config.scayt_sLang || 'en_US'; - - // Introduce SCAYT onLoad callback. (#5632) - oParams.onLoad = function() - { - // Draw down word marker to avoid being covered by background-color style.(#5466) - if ( !( CKEDITOR.env.ie && CKEDITOR.env.version < 8 ) ) - this.addStyle( this.selectorCss(), 'padding-bottom: 2px !important;' ); - - // Call scayt_control.focus when SCAYT loaded - // and only if editor has focus and scayt control creates at first time (#5720) - if ( editor.focusManager.hasFocus && !plugin.isControlRestored( editor ) ) - this.focus(); - - }; - - oParams.onBeforeChange = function() - { - if ( plugin.getScayt( editor ) && !editor.checkDirty() ) - setTimeout( function(){ editor.resetDirty(); }, 0 ); - }; - - var scayt_custom_params = window.scayt_custom_params; - if ( typeof scayt_custom_params == 'object' ) - { - for ( var k in scayt_custom_params ) - oParams[ k ] = scayt_custom_params[ k ]; - } - // needs for restoring a specific scayt control settings - if ( plugin.getControlId( editor ) ) - oParams.id = plugin.getControlId( editor ); - - var scayt_control = new window.scayt( oParams ); - - scayt_control.afterMarkupRemove.push( function( node ) - { - ( new CKEDITOR.dom.element( node, scayt_control.document ) ).mergeSiblings(); - } ); - - // Copy config. - var lastInstance = plugin.instances[ editor.name ]; - if ( lastInstance ) - { - scayt_control.sLang = lastInstance.sLang; - scayt_control.option( lastInstance.option() ); - scayt_control.paused = lastInstance.paused; - } - - plugin.instances[ editor.name ] = scayt_control; - - try { - scayt_control.setDisabled( plugin.isPaused( editor ) === false ); - } catch (e) {} - - editor.fire( 'showScaytState' ); - }; - - editor.on( 'contentDom', createInstance ); - editor.on( 'contentDomUnload', function() - { - // Remove scripts. - var scripts = CKEDITOR.document.getElementsByTag( 'script' ), - scaytIdRegex = /^dojoIoScript(\d+)$/i, - scaytSrcRegex = /^https?:\/\/svc\.spellchecker\.net\/spellcheck\/script\/ssrv\.cgi/i; - - for ( var i=0; i < scripts.count(); i++ ) - { - var script = scripts.getItem( i ), - id = script.getId(), - src = script.getAttribute( 'src' ); - - if ( id && src && id.match( scaytIdRegex ) && src.match( scaytSrcRegex )) - script.remove(); - } - }); - - editor.on( 'beforeCommandExec', function( ev ) // Disable SCAYT before Source command execution. - { - if ( ( ev.data.name == 'source' || ev.data.name == 'newpage' ) && editor.mode == 'wysiwyg' ) - { - var scayt_instance = plugin.getScayt( editor ); - if ( scayt_instance ) - { - plugin.setPaused( editor, !scayt_instance.disabled ); - // store a control id for restore a specific scayt control settings - plugin.setControlId( editor, scayt_instance.id ); - scayt_instance.destroy( true ); - delete plugin.instances[ editor.name ]; - } - } - // Catch on source mode switch off (#5720) - else if ( ev.data.name == 'source' && editor.mode == 'source' ) - plugin.markControlRestore( editor ); - }); - - editor.on( 'afterCommandExec', function( ev ) - { - if ( !plugin.isScaytEnabled( editor ) ) - return; - - if ( editor.mode == 'wysiwyg' && ( ev.data.name == 'undo' || ev.data.name == 'redo' ) ) - window.setTimeout( function() { plugin.getScayt( editor ).refresh(); }, 10 ); - }); - - editor.on( 'destroy', function( ev ) - { - var editor = ev.editor, - scayt_instance = plugin.getScayt( editor ); - - // SCAYT instance might already get destroyed by mode switch (#5744). - if ( !scayt_instance ) - return; - - delete plugin.instances[ editor.name ]; - // store a control id for restore a specific scayt control settings - plugin.setControlId( editor, scayt_instance.id ); - scayt_instance.destroy( true ); - }); - - // Listen to data manipulation to reflect scayt markup. - editor.on( 'afterSetData', function() - { - if ( plugin.isScaytEnabled( editor ) ) { - window.setTimeout( function() - { - var instance = plugin.getScayt( editor ); - instance && instance.refresh(); - }, 10 ); - } - }); - - // Reload spell-checking for current word after insertion completed. - editor.on( 'insertElement', function() - { - var scayt_instance = plugin.getScayt( editor ); - if ( plugin.isScaytEnabled( editor ) ) - { - // Unlock the selection before reload, SCAYT will take - // care selection update. - if ( CKEDITOR.env.ie ) - editor.getSelection().unlock( true ); - - // Return focus to the editor and refresh SCAYT markup (#5573). - window.setTimeout( function() - { - scayt_instance.focus(); - scayt_instance.refresh(); - }, 10 ); - } - }, this, null, 50 ); - - editor.on( 'insertHtml', function() - { - var scayt_instance = plugin.getScayt( editor ); - if ( plugin.isScaytEnabled( editor ) ) - { - // Unlock the selection before reload, SCAYT will take - // care selection update. - if ( CKEDITOR.env.ie ) - editor.getSelection().unlock( true ); - - // Return focus to the editor (#5573) - // Refresh SCAYT markup - window.setTimeout( function() - { - scayt_instance.focus(); - scayt_instance.refresh(); - }, 10 ); - } - }, this, null, 50 ); - - editor.on( 'scaytDialog', function( ev ) // Communication with dialog. - { - ev.data.djConfig = window.djConfig; - ev.data.scayt_control = plugin.getScayt( editor ); - ev.data.tab = openPage; - ev.data.scayt = window.scayt; - }); - - var dataProcessor = editor.dataProcessor, - htmlFilter = dataProcessor && dataProcessor.htmlFilter; - - if ( htmlFilter ) - { - htmlFilter.addRules( - { - elements : - { - span : function( element ) - { - if ( element.attributes[ 'data-scayt_word' ] - && element.attributes[ 'data-scaytid' ] ) - { - delete element.name; // Write children, but don't write this node. - return element; - } - } - } - } - ); - } - - // Override Image.equals method avoid CK snapshot module to add SCAYT markup to snapshots. (#5546) - var undoImagePrototype = CKEDITOR.plugins.undo.Image.prototype; - undoImagePrototype.equals = CKEDITOR.tools.override( undoImagePrototype.equals, function( org ) - { - return function( otherImage ) - { - var thisContents = this.contents, - otherContents = otherImage.contents; - var scayt_instance = plugin.getScayt( this.editor ); - // Making the comparison based on content without SCAYT word markers. - if ( scayt_instance && plugin.isScaytReady( this.editor ) ) - { - // scayt::reset might return value undefined. (#5742) - this.contents = scayt_instance.reset( thisContents ) || ''; - otherImage.contents = scayt_instance.reset( otherContents ) || ''; - } - - var retval = org.apply( this, arguments ); - - this.contents = thisContents; - otherImage.contents = otherContents; - return retval; - }; - }); - - if ( editor.document ) - createInstance(); - }; - -CKEDITOR.plugins.scayt = - { - engineLoaded : false, - instances : {}, - // Data storage for SCAYT control, based on editor instances - controlInfo : {}, - setControlInfo : function( editor, o ) - { - if ( editor && editor.name && typeof ( this.controlInfo[ editor.name ] ) != 'object' ) - this.controlInfo[ editor.name ] = {}; - - for ( var infoOpt in o ) - this.controlInfo[ editor.name ][ infoOpt ] = o[ infoOpt ]; - }, - isControlRestored : function( editor ) - { - if ( editor && - editor.name && - this.controlInfo[ editor.name ] ) - { - return this.controlInfo[ editor.name ].restored ; - } - return false; - }, - markControlRestore : function( editor ) - { - this.setControlInfo( editor, { restored:true } ); - }, - setControlId: function( editor, id ) - { - this.setControlInfo( editor, { id:id } ); - }, - getControlId: function( editor ) - { - if ( editor && - editor.name && - this.controlInfo[ editor.name ] && - this.controlInfo[ editor.name ].id ) - { - return this.controlInfo[ editor.name ].id; - } - return null; - }, - setPaused: function( editor , bool ) - { - this.setControlInfo( editor, { paused:bool } ); - }, - isPaused: function( editor ) - { - if ( editor && - editor.name && - this.controlInfo[editor.name] ) - { - return this.controlInfo[editor.name].paused; - } - return undefined; - }, - getScayt : function( editor ) - { - return this.instances[ editor.name ]; - }, - isScaytReady : function( editor ) - { - return this.engineLoaded === true && - 'undefined' !== typeof window.scayt && this.getScayt( editor ); - }, - isScaytEnabled : function( editor ) - { - var scayt_instance = this.getScayt( editor ); - return ( scayt_instance ) ? scayt_instance.disabled === false : false; - }, - getUiTabs : function( editor ) - { - var uiTabs = []; - - // read UI tabs value from config - var configUiTabs = editor.config.scayt_uiTabs || "1,1,1"; - - // convert string to array - configUiTabs = configUiTabs.split( ',' ); - - // "About us" should be always shown for standard config - configUiTabs[3] = "1"; - - for ( var i = 0; i < 4; i++ ) { - uiTabs[i] = (typeof window.scayt != "undefined" && typeof window.scayt.uiTags != "undefined") - ? (parseInt(configUiTabs[i],10) && window.scayt.uiTags[i]) - : parseInt(configUiTabs[i],10); - } - return uiTabs; - }, - loadEngine : function( editor ) - { - // SCAYT doesn't work with Firefox2, Opera and AIR. - if ( CKEDITOR.env.gecko && CKEDITOR.env.version < 10900 || CKEDITOR.env.opera || CKEDITOR.env.air ) - return editor.fire( 'showScaytState' ); - - if ( this.engineLoaded === true ) - return onEngineLoad.apply( editor ); // Add new instance. - else if ( this.engineLoaded == -1 ) // We are waiting. - return CKEDITOR.on( 'scaytReady', function(){ onEngineLoad.apply( editor ); } ); // Use function(){} to avoid rejection as duplicate. - - CKEDITOR.on( 'scaytReady', onEngineLoad, editor ); - CKEDITOR.on( 'scaytReady', function() - { - this.engineLoaded = true; - }, - this, - null, - 0 - ); // First to run. - - this.engineLoaded = -1; // Loading in progress. - - // compose scayt url - var protocol = document.location.protocol; - // Default to 'http' for unknown. - protocol = protocol.search( /https?:/) != -1? protocol : 'http:'; - var baseUrl = 'svc.spellchecker.net/scayt26/loader__base.js'; - - var scaytUrl = editor.config.scayt_srcUrl || ( protocol + '//' + baseUrl ); - var scaytConfigBaseUrl = plugin.parseUrl( scaytUrl ).path + '/'; - - if( window.scayt == undefined ) - { - CKEDITOR._djScaytConfig = - { - baseUrl: scaytConfigBaseUrl, - addOnLoad: - [ - function() - { - CKEDITOR.fireOnce( 'scaytReady' ); - } - ], - isDebug: false - }; - // Append javascript code. - CKEDITOR.document.getHead().append( - CKEDITOR.document.createElement( 'script', - { - attributes : - { - type : 'text/javascript', - async : 'true', - src : scaytUrl - } - }) - ); - } - else - CKEDITOR.fireOnce( 'scaytReady' ); - - return null; - }, - parseUrl : function ( data ) - { - var match; - if ( data.match && ( match = data.match(/(.*)[\/\\](.*?\.\w+)$/) ) ) - return { path: match[1], file: match[2] }; - else - return data; - } - }; - - var plugin = CKEDITOR.plugins.scayt; - - // Context menu constructing. - var addButtonCommand = function( editor, buttonName, buttonLabel, commandName, command, menugroup, menuOrder ) - { - editor.addCommand( commandName, command ); - - // If the "menu" plugin is loaded, register the menu item. - editor.addMenuItem( commandName, - { - label : buttonLabel, - command : commandName, - group : menugroup, - order : menuOrder - }); - }; - - var commandDefinition = - { - preserveState : true, - editorFocus : false, - canUndo : false, - - exec: function( editor ) - { - if ( plugin.isScaytReady( editor ) ) - { - var isEnabled = plugin.isScaytEnabled( editor ); - - this.setState( isEnabled ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_ON ); - - var scayt_control = plugin.getScayt( editor ); - // the place where the status of editor focus should be restored - // after there will be ability to store its state before SCAYT button click - // if (storedFocusState is focused ) - // scayt_control.focus(); - // - // now focus is set certainly - scayt_control.focus(); - scayt_control.setDisabled( isEnabled ); - } - else if ( !editor.config.scayt_autoStartup && plugin.engineLoaded >= 0 ) // Load first time - { - this.setState( CKEDITOR.TRISTATE_DISABLED ); - plugin.loadEngine( editor ); - } - } - }; - - // Add scayt plugin. - CKEDITOR.plugins.add( 'scayt', - { - requires : [ 'menubutton' ], - - beforeInit : function( editor ) - { - var items_order = editor.config.scayt_contextMenuItemsOrder - || 'suggest|moresuggest|control', - items_order_str = ""; - - items_order = items_order.split( '|' ); - - if ( items_order && items_order.length ) - { - for ( var pos = 0 ; pos < items_order.length ; pos++ ) - items_order_str += 'scayt_' + items_order[ pos ] + ( items_order.length != parseInt( pos, 10 ) + 1 ? ',' : '' ); - } - - // Put it on top of all context menu items (#5717) - editor.config.menu_groups = items_order_str + ',' + editor.config.menu_groups; - }, - - init : function( editor ) - { - // Delete span[data-scaytid] when text pasting in editor (#6921) - var dataFilter = editor.dataProcessor && editor.dataProcessor.dataFilter; - var dataFilterRules = - { - elements : - { - span : function( element ) - { - var attrs = element.attributes; - if ( attrs && attrs[ 'data-scaytid' ] ) - delete element.name; - } - } - }; - dataFilter && dataFilter.addRules( dataFilterRules ); - - var moreSuggestions = {}, - mainSuggestions = {}; - - // Scayt command. - var command = editor.addCommand( commandName, commandDefinition ); - - // Add Options dialog. - CKEDITOR.dialog.add( commandName, CKEDITOR.getUrl( this.path + 'dialogs/options.js' ) ); - - var uiTabs = plugin.getUiTabs( editor ); - - var menuGroup = 'scaytButton'; - editor.addMenuGroup( menuGroup ); - // combine menu items to render - var uiMenuItems = {}; - - var lang = editor.lang.scayt; - - // always added - uiMenuItems.scaytToggle = - { - label : lang.enable, - command : commandName, - group : menuGroup - }; - - if ( uiTabs[0] == 1 ) - uiMenuItems.scaytOptions = - { - label : lang.options, - group : menuGroup, - onClick : function() - { - openPage = 'options'; - editor.openDialog( commandName ); - } - }; - - if ( uiTabs[1] == 1 ) - uiMenuItems.scaytLangs = - { - label : lang.langs, - group : menuGroup, - onClick : function() - { - openPage = 'langs'; - editor.openDialog( commandName ); - } - }; - if ( uiTabs[2] == 1 ) - uiMenuItems.scaytDict = - { - label : lang.dictionariesTab, - group : menuGroup, - onClick : function() - { - openPage = 'dictionaries'; - editor.openDialog( commandName ); - } - }; - // always added - uiMenuItems.scaytAbout = - { - label : editor.lang.scayt.about, - group : menuGroup, - onClick : function() - { - openPage = 'about'; - editor.openDialog( commandName ); - } - }; - - editor.addMenuItems( uiMenuItems ); - - editor.ui.add( 'Scayt', CKEDITOR.UI_MENUBUTTON, - { - label : lang.title, - title : CKEDITOR.env.opera ? lang.opera_title : lang.title, - className : 'cke_button_scayt', - modes : { wysiwyg : 1 }, - onRender: function() - { - command.on( 'state', function() - { - this.setState( command.state ); - }, - this); - }, - onMenu : function() - { - var isEnabled = plugin.isScaytEnabled( editor ); - - editor.getMenuItem( 'scaytToggle' ).label = lang[ isEnabled ? 'disable' : 'enable' ]; - - var uiTabs = plugin.getUiTabs( editor ); - - return { - scaytToggle : CKEDITOR.TRISTATE_OFF, - scaytOptions : isEnabled && uiTabs[0] ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED, - scaytLangs : isEnabled && uiTabs[1] ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED, - scaytDict : isEnabled && uiTabs[2] ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED, - scaytAbout : isEnabled && uiTabs[3] ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED - }; - } - }); - - // If the "contextmenu" plugin is loaded, register the listeners. - if ( editor.contextMenu && editor.addMenuItems ) - { - editor.contextMenu.addListener( function( element, selection ) - { - if ( !plugin.isScaytEnabled( editor ) - || selection.getRanges()[ 0 ].checkReadOnly() ) - return null; - - var scayt_control = plugin.getScayt( editor ), - node = scayt_control.getScaytNode(); - - if ( !node ) - return null; - - var word = scayt_control.getWord( node ); - - if ( !word ) - return null; - - var sLang = scayt_control.getLang(), - _r = {}, - items_suggestion = window.scayt.getSuggestion( word, sLang ); - if ( !items_suggestion || !items_suggestion.length ) - return null; - // Remove unused commands and menuitems - for ( var m in moreSuggestions ) - { - delete editor._.menuItems[ m ]; - delete editor._.commands[ m ]; - } - for ( m in mainSuggestions ) - { - delete editor._.menuItems[ m ]; - delete editor._.commands[ m ]; - } - moreSuggestions = {}; // Reset items. - mainSuggestions = {}; - - var moreSuggestionsUnable = editor.config.scayt_moreSuggestions || 'on'; - var moreSuggestionsUnableAdded = false; - - var maxSuggestions = editor.config.scayt_maxSuggestions; - ( typeof maxSuggestions != 'number' ) && ( maxSuggestions = 5 ); - !maxSuggestions && ( maxSuggestions = items_suggestion.length ); - - var contextCommands = editor.config.scayt_contextCommands || 'all'; - contextCommands = contextCommands.split( '|' ); - - for ( var i = 0, l = items_suggestion.length; i < l; i += 1 ) - { - var commandName = 'scayt_suggestion_' + items_suggestion[i].replace( ' ', '_' ); - var exec = ( function( el, s ) - { - return { - exec: function() - { - scayt_control.replace( el, s ); - } - }; - })( node, items_suggestion[i] ); - - if ( i < maxSuggestions ) - { - addButtonCommand( editor, 'button_' + commandName, items_suggestion[i], - commandName, exec, 'scayt_suggest', i + 1 ); - _r[ commandName ] = CKEDITOR.TRISTATE_OFF; - mainSuggestions[ commandName ] = CKEDITOR.TRISTATE_OFF; - } - else if ( moreSuggestionsUnable == 'on' ) - { - addButtonCommand( editor, 'button_' + commandName, items_suggestion[i], - commandName, exec, 'scayt_moresuggest', i + 1 ); - moreSuggestions[ commandName ] = CKEDITOR.TRISTATE_OFF; - moreSuggestionsUnableAdded = true; - } - } - - if ( moreSuggestionsUnableAdded ) - { - // Register the More suggestions group; - editor.addMenuItem( 'scayt_moresuggest', - { - label : lang.moreSuggestions, - group : 'scayt_moresuggest', - order : 10, - getItems : function() - { - return moreSuggestions; - } - }); - mainSuggestions[ 'scayt_moresuggest' ] = CKEDITOR.TRISTATE_OFF; - } - - if ( in_array( 'all', contextCommands ) || in_array( 'ignore', contextCommands) ) - { - var ignore_command = { - exec: function(){ - scayt_control.ignore( node ); - } - }; - addButtonCommand( editor, 'ignore', lang.ignore, 'scayt_ignore', ignore_command, 'scayt_control', 1 ); - mainSuggestions[ 'scayt_ignore' ] = CKEDITOR.TRISTATE_OFF; - } - - if ( in_array( 'all', contextCommands ) || in_array( 'ignoreall', contextCommands ) ) - { - var ignore_all_command = { - exec: function(){ - scayt_control.ignoreAll( node ); - } - }; - addButtonCommand(editor, 'ignore_all', lang.ignoreAll, 'scayt_ignore_all', ignore_all_command, 'scayt_control', 2); - mainSuggestions['scayt_ignore_all'] = CKEDITOR.TRISTATE_OFF; - } - - if ( in_array( 'all', contextCommands ) || in_array( 'add', contextCommands ) ) - { - var addword_command = { - exec: function(){ - window.scayt.addWordToUserDictionary( node ); - } - }; - addButtonCommand(editor, 'add_word', lang.addWord, 'scayt_add_word', addword_command, 'scayt_control', 3); - mainSuggestions['scayt_add_word'] = CKEDITOR.TRISTATE_OFF; - } - - if ( scayt_control.fireOnContextMenu ) - scayt_control.fireOnContextMenu( editor ); - - return mainSuggestions; - }); - } - - var showInitialState = function() - { - editor.removeListener( 'showScaytState', showInitialState ); - - if ( !CKEDITOR.env.opera && !CKEDITOR.env.air ) - command.setState( plugin.isScaytEnabled( editor ) ? CKEDITOR.TRISTATE_ON : CKEDITOR.TRISTATE_OFF ); - else - command.setState( CKEDITOR.TRISTATE_DISABLED ); - }; - - editor.on( 'showScaytState', showInitialState ); - - if ( CKEDITOR.env.opera || CKEDITOR.env.air ) - { - editor.on( 'instanceReady', function() - { - showInitialState(); - }); - } - - // Start plugin - if ( editor.config.scayt_autoStartup ) - { - editor.on( 'instanceReady', function() - { - plugin.loadEngine( editor ); - }); - } - }, - - afterInit : function( editor ) - { - // Prevent word marker line from displaying in elements path and been removed when cleaning format. (#3570) (#4125) - var elementsPathFilters, - scaytFilter = function( element ) - { - if ( element.hasAttribute( 'data-scaytid' ) ) - return false; - }; - - if ( editor._.elementsPath && ( elementsPathFilters = editor._.elementsPath.filters ) ) - elementsPathFilters.push( scaytFilter ); - - editor.addRemoveFormatFilter && editor.addRemoveFormatFilter( scaytFilter ); - - } - }); -})(); - -/** - * If enabled (true), turns on SCAYT automatically after loading the editor. - * @name CKEDITOR.config.scayt_autoStartup - * @type Boolean - * @default false - * @example - * config.scayt_autoStartup = true; - */ - -/** - * Defines the number of SCAYT suggestions to show in the main context menu. - * The possible values are: - * <ul> - * <li>0 (zero): All suggestions are displayed in the main context menu.</li> - * <li>Positive number: The maximum number of suggestions to shown in context - * menu. Other entries will be shown in "More Suggestions" sub-menu.</li> - * <li>Negative number: No suggestions are shown in the main context menu. All - * entries will be listed in the "Suggestions" sub-menu.</li> - * </ul> - * @name CKEDITOR.config.scayt_maxSuggestions - * @type Number - * @default 5 - * @example - * // Display only three suggestions in the main context menu. - * config.scayt_maxSuggestions = 3; - * @example - * // Do not show the suggestions directly. - * config.scayt_maxSuggestions = -1; - */ - -/** - * Sets the customer ID for SCAYT. Required for migration from free version - * with banner to paid version. - * @name CKEDITOR.config.scayt_customerid - * @type String - * @default '' - * @example - * // Load SCAYT using my customer ID. - * config.scayt_customerid = 'your-encrypted-customer-id'; - */ - -/** - * Enables/disables the "More Suggestions" sub-menu in the context menu. - * The possible values are "on" or "off". - * @name CKEDITOR.config.scayt_moreSuggestions - * @type String - * @default 'on' - * @example - * // Disables the "More Suggestions" sub-menu. - * config.scayt_moreSuggestions = 'off'; - */ - -/** - * Customizes the display of SCAYT context menu commands ("Add Word", "Ignore" - * and "Ignore All"). It must be a string with one or more of the following - * words separated by a pipe ("|"): - * <ul> - * <li>"off": disables all options.</li> - * <li>"all": enables all options.</li> - * <li>"ignore": enables the "Ignore" option.</li> - * <li>"ignoreall": enables the "Ignore All" option.</li> - * <li>"add": enables the "Add Word" option.</li> - * </ul> - * @name CKEDITOR.config.scayt_contextCommands - * @type String - * @default 'all' - * @example - * // Show only "Add Word" and "Ignore All" in the context menu. - * config.scayt_contextCommands = 'add|ignoreall'; - */ - -/** - * Sets the default spellchecking language for SCAYT. - * @name CKEDITOR.config.scayt_sLang - * @type String - * @default 'en_US' - * @example - * // Sets SCAYT to German. - * config.scayt_sLang = 'de_DE'; - */ - -/** - * Sets the visibility of the SCAYT tabs in the settings dialog and toolbar - * button. The value must contain a "1" (enabled) or "0" (disabled) number for - * each of the following entries, in this precise order, separated by a - * comma (","): "Options", "Languages" and "Dictionary". - * @name CKEDITOR.config.scayt_uiTabs - * @type String - * @default '1,1,1' - * @example - * // Hide the "Languages" tab. - * config.scayt_uiTabs = '1,0,1'; - */ - - -/** - * Set the URL to SCAYT core. Required to switch to licensed version of SCAYT application. - * Further details at http://wiki.spellchecker.net/doku.php?id=3rd:wysiwyg:fckeditor:wscckf3l . - * @name CKEDITOR.config.scayt_srcUrl - * @type String - * @default '' - * @example - * config.scayt_srcUrl = "http://my-host/spellcheck/lf/scayt/scayt.js"; - */ - -/** - * Links SCAYT to custom dictionaries. It's a string containing dictionary ids - * separared by commas (","). Available only for licensed version. - * Further details at http://wiki.spellchecker.net/doku.php?id=custom_dictionary_support . - * @name CKEDITOR.config.scayt_customDictionaryIds - * @type String - * @default '' - * @example - * config.scayt_customDictionaryIds = '3021,3456,3478"'; - */ - -/** - * Makes it possible to activate a custom dictionary on SCAYT. The user - * dictionary name must be used. Available only for licensed version. - * @name CKEDITOR.config.scayt_userDictionaryName - * @type String - * @default '' - * @example - * config.scayt_userDictionaryName = 'MyDictionary'; - */ - -/** - * Define order of placing of SCAYT context menu items by groups. - * It must be a string with one or more of the following - * words separated by a pipe ("|"): - * <ul> - * <li>'suggest' - main suggestion word list,</li> - * <li>'moresuggest' - more suggestions word list,</li> - * <li>'control' - SCAYT commands, such as 'Ignore' and 'Add Word'</li> - * </ul> - * - * @name CKEDITOR.config.scayt_contextMenuItemsOrder - * @type String - * @default 'suggest|moresuggest|control' - * @example - * config.scayt_contextMenuItemsOrder = 'moresuggest|control|suggest'; - */ diff --git a/skins/ckeditor/_source/plugins/selection/plugin.js b/skins/ckeditor/_source/plugins/selection/plugin.js deleted file mode 100644 index d8888c1..0000000 --- a/skins/ckeditor/_source/plugins/selection/plugin.js +++ /dev/null @@ -1,1601 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - // #### checkSelectionChange : START - - // The selection change check basically saves the element parent tree of - // the current node and check it on successive requests. If there is any - // change on the tree, then the selectionChange event gets fired. - function checkSelectionChange() - { - try - { - // In IE, the "selectionchange" event may still get thrown when - // releasing the WYSIWYG mode, so we need to check it first. - var sel = this.getSelection(); - if ( !sel || !sel.document.getWindow().$ ) - return; - - var firstElement = sel.getStartElement(); - var currentPath = new CKEDITOR.dom.elementPath( firstElement ); - - if ( !currentPath.compare( this._.selectionPreviousPath ) ) - { - this._.selectionPreviousPath = currentPath; - this.fire( 'selectionChange', { selection : sel, path : currentPath, element : firstElement } ); - } - } - catch (e) - {} - } - - var checkSelectionChangeTimer, - checkSelectionChangeTimeoutPending; - - function checkSelectionChangeTimeout() - { - // Firing the "OnSelectionChange" event on every key press started to - // be too slow. This function guarantees that there will be at least - // 200ms delay between selection checks. - - checkSelectionChangeTimeoutPending = true; - - if ( checkSelectionChangeTimer ) - return; - - checkSelectionChangeTimeoutExec.call( this ); - - checkSelectionChangeTimer = CKEDITOR.tools.setTimeout( checkSelectionChangeTimeoutExec, 200, this ); - } - - function checkSelectionChangeTimeoutExec() - { - checkSelectionChangeTimer = null; - - if ( checkSelectionChangeTimeoutPending ) - { - // Call this with a timeout so the browser properly moves the - // selection after the mouseup. It happened that the selection was - // being moved after the mouseup when clicking inside selected text - // with Firefox. - CKEDITOR.tools.setTimeout( checkSelectionChange, 0, this ); - - checkSelectionChangeTimeoutPending = false; - } - } - - // #### checkSelectionChange : END - - function rangeRequiresFix( range ) - { - function isInlineCt( node ) - { - return node && node.type == CKEDITOR.NODE_ELEMENT - && node.getName() in CKEDITOR.dtd.$removeEmpty; - } - - function singletonBlock( node ) - { - var body = range.document.getBody(); - return !node.is( 'body' ) && body.getChildCount() == 1; - } - - var start = range.startContainer, - offset = range.startOffset; - - if ( start.type == CKEDITOR.NODE_TEXT ) - return false; - - // 1. Empty inline element. <span>^</span> - // 2. Adjoin to inline element. <p><strong>text</strong>^</p> - // 3. The only empty block in document. <body><p>^</p></body> (#7222) - return !CKEDITOR.tools.trim( start.getHtml() ) ? isInlineCt( start ) || singletonBlock( start ) - : isInlineCt( start.getChild( offset - 1 ) ) || isInlineCt( start.getChild( offset ) ); - } - - var selectAllCmd = - { - modes : { wysiwyg : 1, source : 1 }, - readOnly : CKEDITOR.env.ie || CKEDITOR.env.webkit, - exec : function( editor ) - { - switch ( editor.mode ) - { - case 'wysiwyg' : - editor.document.$.execCommand( 'SelectAll', false, null ); - // Force triggering selectionChange (#7008) - editor.forceNextSelectionCheck(); - editor.selectionChange(); - break; - case 'source' : - // Select the contents of the textarea - var textarea = editor.textarea.$; - if ( CKEDITOR.env.ie ) - textarea.createTextRange().execCommand( 'SelectAll' ); - else - { - textarea.selectionStart = 0; - textarea.selectionEnd = textarea.value.length; - } - textarea.focus(); - } - }, - canUndo : false - }; - - function createFillingChar( doc ) - { - removeFillingChar( doc ); - - var fillingChar = doc.createText( '\u200B' ); - doc.setCustomData( 'cke-fillingChar', fillingChar ); - - return fillingChar; - } - - function getFillingChar( doc ) - { - return doc && doc.getCustomData( 'cke-fillingChar' ); - } - - // Checks if a filling char has been used, eventualy removing it (#1272). - function checkFillingChar( doc ) - { - var fillingChar = doc && getFillingChar( doc ); - if ( fillingChar ) - { - // Use this flag to avoid removing the filling char right after - // creating it. - if ( fillingChar.getCustomData( 'ready' ) ) - removeFillingChar( doc ); - else - fillingChar.setCustomData( 'ready', 1 ); - } - } - - function removeFillingChar( doc ) - { - var fillingChar = doc && doc.removeCustomData( 'cke-fillingChar' ); - if ( fillingChar ) - { - // 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( fillingChar.getText().replace( /\u200B/g, '' ) ); - fillingChar = 0; - } - } - - CKEDITOR.plugins.add( 'selection', - { - init : function( 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.document ); } ); - editor.on( 'beforeSetMode', function() { removeFillingChar( editor.document ); } ); - editor.on( 'key', function( e ) - { - // Remove the filling char before some keys get - // executed, so they'll not get blocked by it. - switch ( e.data.keyCode ) - { - case 13 : // ENTER - case CKEDITOR.SHIFT + 13 : // SHIFT-ENTER - case 37 : // LEFT-ARROW - case 39 : // RIGHT-ARROW - case 8 : // BACKSPACE - removeFillingChar( editor.document ); - } - }, null, null, 10 ); - - var fillingCharBefore, - resetSelection; - - function beforeData() - { - var doc = editor.document, - fillingChar = getFillingChar( doc ); - - if ( fillingChar ) - { - // If cursor is right blinking by side of the filler node, save it for restoring, - // as the following text substitution will blind it. (#7437) - var sel = doc.$.defaultView.getSelection(); - if ( sel.type == 'Caret' && sel.anchorNode == fillingChar.$ ) - resetSelection = 1; - - fillingCharBefore = fillingChar.getText(); - fillingChar.setText( fillingCharBefore.replace( /\u200B/g, '' ) ); - } - } - function afterData() - { - var doc = editor.document, - fillingChar = getFillingChar( doc ); - - if ( fillingChar ) - { - fillingChar.setText( fillingCharBefore ); - - if ( resetSelection ) - { - doc.$.defaultView.getSelection().setPosition( fillingChar.$,fillingChar.getLength() ); - resetSelection = 0; - } - } - } - editor.on( 'beforeUndoImage', beforeData ); - editor.on( 'afterUndoImage', afterData ); - editor.on( 'beforeGetData', beforeData, null, null, 0 ); - editor.on( 'getData', afterData ); - } - - editor.on( 'contentDom', function() - { - var doc = editor.document, - body = doc.getBody(), - html = doc.getDocumentElement(); - - if ( CKEDITOR.env.ie ) - { - // Other browsers don't loose the selection if the - // editor document loose the focus. In IE, we don't - // have support for it, so we reproduce it here, other - // than firing the selection change event. - - var savedRange, - saveEnabled, - restoreEnabled = 1; - - // "onfocusin" is fired before "onfocus". It makes it - // possible to restore the selection before click - // events get executed. - body.on( 'focusin', function( evt ) - { - // If there are elements with layout they fire this event but - // it must be ignored to allow edit its contents #4682 - if ( evt.data.$.srcElement.nodeName != 'BODY' ) - return; - - // If we have saved a range, restore it at this - // point. - if ( savedRange ) - { - if ( restoreEnabled ) - { - // Well not break because of this. - try - { - savedRange.select(); - } - catch (e) - {} - - // Update locked selection because of the normalized text nodes. (#6083, #6987) - var lockedSelection = doc.getCustomData( 'cke_locked_selection' ); - if ( lockedSelection ) - { - lockedSelection.unlock(); - lockedSelection.lock(); - } - } - - savedRange = null; - } - }); - - body.on( 'focus', function() - { - // Enable selections to be saved. - saveEnabled = 1; - - saveSelection(); - }); - - body.on( 'beforedeactivate', function( evt ) - { - // Ignore this event if it's caused by focus switch between - // internal editable control type elements, e.g. layouted paragraph. (#4682) - if ( evt.data.$.toElement ) - return; - - // Disable selections from being saved. - saveEnabled = 0; - restoreEnabled = 1; - }); - - // IE before version 8 will leave cursor blinking inside the document after - // editor blurred unless we clean up the selection. (#4716) - if ( CKEDITOR.env.ie && CKEDITOR.env.version < 8 ) - { - editor.on( 'blur', function( evt ) - { - // Try/Catch to avoid errors if the editor is hidden. (#6375) - try - { - editor.document && editor.document.$.selection.empty(); - } - catch (e) {} - }); - } - - // Listening on document element ensures that - // scrollbar is included. (#5280) - html.on( 'mousedown', function() - { - // Lock restore selection now, as we have - // a followed 'click' event which introduce - // new selection. (#5735) - restoreEnabled = 0; - }); - - html.on( 'mouseup', function() - { - restoreEnabled = 1; - }); - - // In IE6/7 the blinking cursor appears, but contents are - // not editable. (#5634) - if ( CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.version < 8 || CKEDITOR.env.quirks ) ) - { - // The 'click' event is not fired when clicking the - // scrollbars, so we can use it to check whether - // the empty space following <body> has been clicked. - html.on( 'click', function( evt ) - { - if ( evt.data.getTarget().getName() == 'html' ) - editor.getSelection().getRanges()[ 0 ].select(); - }); - } - - var scroll; - // IE fires the "selectionchange" event when clicking - // inside a selection. We don't want to capture that. - body.on( 'mousedown', function( evt ) - { - // IE scrolls document to top on right mousedown - // when editor has no focus, remember this scroll - // position and revert it before context menu opens. (#5778) - if ( evt.data.$.button == 2 ) - { - var sel = editor.document.$.selection; - if ( sel.type == 'None' ) - scroll = editor.window.getScrollPosition(); - } - disableSave(); - }); - - body.on( 'mouseup', - function( evt ) - { - // Restore recorded scroll position when needed on right mouseup. - if ( evt.data.$.button == 2 && scroll ) - { - editor.document.$.documentElement.scrollLeft = scroll.x; - editor.document.$.documentElement.scrollTop = scroll.y; - } - scroll = null; - - saveEnabled = 1; - setTimeout( function() - { - saveSelection( true ); - }, - 0 ); - }); - - body.on( 'keydown', disableSave ); - body.on( 'keyup', - function() - { - saveEnabled = 1; - saveSelection(); - }); - - - // IE is the only to provide the "selectionchange" - // event. - doc.on( 'selectionchange', saveSelection ); - - function disableSave() - { - saveEnabled = 0; - } - - function saveSelection( testIt ) - { - if ( saveEnabled ) - { - var doc = editor.document, - sel = editor.getSelection(), - nativeSel = sel && sel.getNative(); - - // There is a very specific case, when clicking - // inside a text selection. In that case, the - // selection collapses at the clicking point, - // but the selection object remains in an - // unknown state, making createRange return a - // range at the very start of the document. In - // such situation we have to test the range, to - // be sure it's valid. - if ( testIt && nativeSel && nativeSel.type == 'None' ) - { - // The "InsertImage" command can be used to - // test whether the selection is good or not. - // If not, it's enough to give some time to - // IE to put things in order for us. - if ( !doc.$.queryCommandEnabled( 'InsertImage' ) ) - { - CKEDITOR.tools.setTimeout( saveSelection, 50, this, true ); - return; - } - } - - // Avoid saving selection from within text input. (#5747) - var parentTag; - if ( nativeSel && nativeSel.type && nativeSel.type != 'Control' - && ( parentTag = nativeSel.createRange() ) - && ( parentTag = parentTag.parentElement() ) - && ( parentTag = parentTag.nodeName ) - && parentTag.toLowerCase() in { input: 1, textarea : 1 } ) - { - return; - } - - savedRange = nativeSel && sel.getRanges()[ 0 ]; - - checkSelectionChangeTimeout.call( editor ); - } - } - } - else - { - // In other browsers, we make the selection change - // check based on other events, like clicks or keys - // press. - - doc.on( 'mouseup', checkSelectionChangeTimeout, editor ); - doc.on( 'keyup', checkSelectionChangeTimeout, editor ); - } - }); - - // Clear the cached range path before unload. (#7174) - editor.on( 'contentDomUnload', editor.forceNextSelectionCheck, editor ); - - editor.addCommand( 'selectAll', selectAllCmd ); - editor.ui.addButton( 'SelectAll', - { - label : editor.lang.selectAll, - command : 'selectAll' - }); - - editor.selectionChange = checkSelectionChangeTimeout; - - // IE9 might cease to work if there's an object selection inside the iframe (#7639). - CKEDITOR.env.ie9Compat && editor.on( 'destroy', function() - { - var sel = editor.getSelection(); - sel && sel.getNative().clear(); - }, null, null, 9 ); - } - }); - - /** - * Gets the current selection from the editing area when in WYSIWYG mode. - * @returns {CKEDITOR.dom.selection} A selection object or null if not on - * WYSIWYG mode or no selection is available. - * @example - * var selection = CKEDITOR.instances.editor1.<b>getSelection()</b>; - * alert( selection.getType() ); - */ - CKEDITOR.editor.prototype.getSelection = function() - { - return this.document && this.document.getSelection(); - }; - - CKEDITOR.editor.prototype.forceNextSelectionCheck = function() - { - delete this._.selectionPreviousPath; - }; - - /** - * Gets the current selection from the document. - * @returns {CKEDITOR.dom.selection} A selection object. - * @example - * var selection = CKEDITOR.instances.editor1.document.<b>getSelection()</b>; - * alert( selection.getType() ); - */ - CKEDITOR.dom.document.prototype.getSelection = function() - { - var sel = new CKEDITOR.dom.selection( this ); - return ( !sel || sel.isInvalid ) ? null : sel; - }; - - /** - * No selection. - * @constant - * @example - * if ( editor.getSelection().getType() == CKEDITOR.SELECTION_NONE ) - * alert( 'Nothing is selected' ); - */ - CKEDITOR.SELECTION_NONE = 1; - - /** - * Text or collapsed selection. - * @constant - * @example - * if ( editor.getSelection().getType() == CKEDITOR.SELECTION_TEXT ) - * alert( 'Text is selected' ); - */ - CKEDITOR.SELECTION_TEXT = 2; - - /** - * Element selection. - * @constant - * @example - * if ( editor.getSelection().getType() == CKEDITOR.SELECTION_ELEMENT ) - * alert( 'An element is selected' ); - */ - CKEDITOR.SELECTION_ELEMENT = 3; - - /** - * Manipulates the selection in a DOM document. - * @constructor - * @example - */ - CKEDITOR.dom.selection = function( document ) - { - var lockedSelection = document.getCustomData( 'cke_locked_selection' ); - - if ( lockedSelection ) - return lockedSelection; - - this.document = document; - this.isLocked = 0; - this._ = - { - cache : {} - }; - - /** - * IE BUG: The selection's document may be a different document than the - * editor document. Return null if that's the case. - */ - if ( CKEDITOR.env.ie ) - { - var range = this.getNative().createRange(); - if ( !range - || ( range.item && range.item(0).ownerDocument != this.document.$ ) - || ( range.parentElement && range.parentElement().ownerDocument != this.document.$ ) ) - { - this.isInvalid = true; - } - } - - return this; - }; - - 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 - }; - - CKEDITOR.dom.selection.prototype = - { - /** - * Gets the native selection object from the browser. - * @function - * @returns {Object} The native selection object. - * @example - * var selection = editor.getSelection().<b>getNative()</b>; - */ - getNative : - CKEDITOR.env.ie ? - function() - { - return this._.cache.nativeSel || ( this._.cache.nativeSel = this.document.$.selection ); - } - : - function() - { - return this._.cache.nativeSel || ( this._.cache.nativeSel = this.document.getWindow().$.getSelection() ); - }, - - /** - * Gets the type of the current selection. The following values are - * available: - * <ul> - * <li>{@link CKEDITOR.SELECTION_NONE} (1): No selection.</li> - * <li>{@link CKEDITOR.SELECTION_TEXT} (2): Text is selected or - * collapsed selection.</li> - * <li>{@link CKEDITOR.SELECTION_ELEMENT} (3): A element - * selection.</li> - * </ul> - * @function - * @returns {Number} One of the following constant values: - * {@link CKEDITOR.SELECTION_NONE}, {@link CKEDITOR.SELECTION_TEXT} or - * {@link CKEDITOR.SELECTION_ELEMENT}. - * @example - * if ( editor.getSelection().<b>getType()</b> == CKEDITOR.SELECTION_TEXT ) - * alert( 'Text is selected' ); - */ - getType : - CKEDITOR.env.ie ? - function() - { - var cache = this._.cache; - if ( cache.type ) - return cache.type; - - var type = CKEDITOR.SELECTION_NONE; - - try - { - var sel = this.getNative(), - ieType = sel.type; - - if ( ieType == 'Text' ) - type = CKEDITOR.SELECTION_TEXT; - - if ( ieType == 'Control' ) - type = CKEDITOR.SELECTION_ELEMENT; - - // It is possible that we can still get a text range - // object even when type == 'None' is returned by IE. - // So we'd better check the object returned by - // createRange() rather than by looking at the type. - if ( sel.createRange().parentElement ) - type = CKEDITOR.SELECTION_TEXT; - } - catch(e) {} - - return ( cache.type = type ); - } - : - function() - { - var cache = this._.cache; - if ( cache.type ) - return cache.type; - - var type = CKEDITOR.SELECTION_TEXT; - - var sel = this.getNative(); - - if ( !sel ) - type = CKEDITOR.SELECTION_NONE; - else if ( sel.rangeCount == 1 ) - { - // Check if the actual selection is a control (IMG, - // TABLE, HR, etc...). - - var range = sel.getRangeAt(0), - startContainer = range.startContainer; - - if ( startContainer == range.endContainer - && startContainer.nodeType == 1 - && ( range.endOffset - range.startOffset ) == 1 - && styleObjectElements[ startContainer.childNodes[ range.startOffset ].nodeName.toLowerCase() ] ) - { - type = CKEDITOR.SELECTION_ELEMENT; - } - } - - return ( cache.type = type ); - }, - - /** - * Retrieve the {@link CKEDITOR.dom.range} instances that represent the current selection. - * Note: Some browsers returns multiple ranges even on a sequent selection, e.g. Firefox returns - * one range for each table cell when one or more table row is selected. - * @return {Array} - * @example - * var ranges = selection.getRanges(); - * alert(ranges.length); - */ - getRanges : (function() - { - var func = CKEDITOR.env.ie ? - ( function() - { - function getNodeIndex( node ) { return new CKEDITOR.dom.node( node ).getIndex(); } - - // Finds the container and offset for a specific boundary - // of an IE range. - var getBoundaryInformation = function( range, start ) - { - // Creates a collapsed range at the requested boundary. - range = range.duplicate(); - range.collapse( start ); - - // Gets the element that encloses the range entirely. - var parent = range.parentElement(), - doc = parent.ownerDocument; - - // Empty parent element, e.g. <i>^</i> - if ( !parent.hasChildNodes() ) - return { container : parent, offset : 0 }; - - var siblings = parent.children, - child, - sibling, - testRange = range.duplicate(), - startIndex = 0, - endIndex = siblings.length - 1, - index = -1, - position, - distance; - - // Binary search over all element childs to test the range to see whether - // range is right on the boundary of one element. - while ( startIndex <= endIndex ) - { - index = Math.floor( ( startIndex + endIndex ) / 2 ); - child = siblings[ index ]; - testRange.moveToElementText( child ); - position = testRange.compareEndPoints( 'StartToStart', range ); - - if ( position > 0 ) - endIndex = index - 1; - else if ( position < 0 ) - startIndex = index + 1; - else - { - // IE9 report wrong measurement with compareEndPoints when range anchors between two BRs. - // e.g. <p>text<br />^<br /></p> (#7433) - if ( CKEDITOR.env.ie9Compat && child.tagName == 'BR' ) - { - var bmId = 'cke_range_marker'; - range.execCommand( 'CreateBookmark', false, bmId ); - child = doc.getElementsByName( bmId )[ 0 ]; - var offset = getNodeIndex( child ); - parent.removeChild( child ); - return { container : parent, offset : offset }; - } - else - return { container : parent, offset : getNodeIndex( child ) }; - } - } - - // All childs are text nodes, - // or to the right hand of test range are all text nodes. (#6992) - if ( index == -1 || index == siblings.length - 1 && position < 0 ) - { - // Adapt test range to embrace the entire parent contents. - testRange.moveToElementText( parent ); - testRange.setEndPoint( 'StartToStart', range ); - - // IE report line break as CRLF with range.text but - // only LF with textnode.nodeValue, normalize them to avoid - // breaking character counting logic below. (#3949) - distance = testRange.text.replace( /(\r\n|\r)/g, '\n' ).length; - - siblings = parent.childNodes; - - // Actual range anchor right beside test range at the boundary of text node. - if ( !distance ) - { - child = siblings[ siblings.length - 1 ]; - - if ( child.nodeType == CKEDITOR.NODE_ELEMENT ) - return { container : parent, offset : siblings.length }; - else - return { container : child, offset : child.nodeValue.length }; - } - - // Start the measuring until distance overflows, meanwhile count the text nodes. - var i = siblings.length; - while ( distance > 0 ) - distance -= siblings[ --i ].nodeValue.length; - - return { container : siblings[ i ], offset : -distance }; - } - // Test range was one offset beyond OR behind the anchored text node. - else - { - // Adapt one side of test range to the actual range - // for measuring the offset between them. - testRange.collapse( position > 0 ? true : false ); - testRange.setEndPoint( position > 0 ? 'StartToStart' : 'EndToStart', range ); - - // IE report line break as CRLF with range.text but - // only LF with textnode.nodeValue, normalize them to avoid - // breaking character counting logic below. (#3949) - distance = testRange.text.replace( /(\r\n|\r)/g, '\n' ).length; - - // Actual range anchor right beside test range at the inner boundary of text node. - if ( !distance ) - return { container : parent, offset : getNodeIndex( child ) + ( position > 0 ? 0 : 1 ) }; - - // Start the measuring until distance overflows, meanwhile count the text nodes. - while ( distance > 0 ) - { - try - { - sibling = child[ position > 0 ? 'previousSibling' : 'nextSibling' ]; - distance -= sibling.nodeValue.length; - child = sibling; - } - // Measurement in IE could be somtimes wrong because of <select> element. (#4611) - catch( e ) - { - return { container : parent, offset : getNodeIndex( child ) }; - } - } - - return { container : child, offset : position > 0 ? -distance : child.nodeValue.length + distance }; - } - }; - - return function() - { - // IE doesn't have range support (in the W3C way), so we - // need to do some magic to transform selections into - // CKEDITOR.dom.range instances. - - var sel = this.getNative(), - nativeRange = sel && sel.createRange(), - type = this.getType(), - range; - - if ( !sel ) - return []; - - if ( type == CKEDITOR.SELECTION_TEXT ) - { - range = new CKEDITOR.dom.range( this.document ); - - var boundaryInfo = getBoundaryInformation( nativeRange, true ); - range.setStart( new CKEDITOR.dom.node( boundaryInfo.container ), boundaryInfo.offset ); - - boundaryInfo = getBoundaryInformation( nativeRange ); - range.setEnd( new CKEDITOR.dom.node( boundaryInfo.container ), boundaryInfo.offset ); - - // Correct an invalid IE range case on empty list item. (#5850) - if ( range.endContainer.getPosition( range.startContainer ) & CKEDITOR.POSITION_PRECEDING - && range.endOffset <= range.startContainer.getIndex() ) - { - range.collapse(); - } - - return [ range ]; - } - else if ( type == CKEDITOR.SELECTION_ELEMENT ) - { - var retval = []; - - for ( var i = 0 ; i < nativeRange.length ; i++ ) - { - var element = nativeRange.item( i ), - parentElement = element.parentNode, - j = 0; - - range = new CKEDITOR.dom.range( this.document ); - - for (; j < parentElement.childNodes.length && parentElement.childNodes[j] != element ; j++ ) - { /*jsl:pass*/ } - - range.setStart( new CKEDITOR.dom.node( parentElement ), j ); - range.setEnd( new CKEDITOR.dom.node( parentElement ), j + 1 ); - retval.push( range ); - } - - return retval; - } - - return []; - }; - })() - : - function() - { - - // On browsers implementing the W3C range, we simply - // tranform the native ranges in CKEDITOR.dom.range - // instances. - - var ranges = [], - range, - doc = this.document, - sel = this.getNative(); - - if ( !sel ) - return ranges; - - // On WebKit, it may happen that we'll have no selection - // available. We normalize it here by replicating the - // behavior of other browsers. - if ( !sel.rangeCount ) - { - range = new CKEDITOR.dom.range( doc ); - range.moveToElementEditStart( doc.getBody() ); - ranges.push( range ); - } - - for ( var i = 0 ; i < sel.rangeCount ; i++ ) - { - var nativeRange = sel.getRangeAt( i ); - - range = new CKEDITOR.dom.range( doc ); - - range.setStart( new CKEDITOR.dom.node( nativeRange.startContainer ), nativeRange.startOffset ); - range.setEnd( new CKEDITOR.dom.node( nativeRange.endContainer ), nativeRange.endOffset ); - ranges.push( range ); - } - return ranges; - }; - - return function( onlyEditables ) - { - var cache = this._.cache; - if ( cache.ranges && !onlyEditables ) - return cache.ranges; - else if ( !cache.ranges ) - cache.ranges = new CKEDITOR.dom.rangeList( func.call( this ) ); - - // Split range into multiple by read-only nodes. - if ( onlyEditables ) - { - var ranges = cache.ranges; - for ( var i = 0; i < ranges.length; i++ ) - { - var range = ranges[ i ]; - - // Drop range spans inside one ready-only node. - var parent = range.getCommonAncestor(); - if ( parent.isReadOnly() ) - ranges.splice( i, 1 ); - - if ( range.collapsed ) - continue; - - var startContainer = range.startContainer, - endContainer = range.endContainer, - startOffset = range.startOffset, - endOffset = range.endOffset, - walkerRange = range.clone(); - - // Range may start inside a non-editable element, restart range - // by the end of it. - var readOnly; - if ( ( readOnly = startContainer.isReadOnly() ) ) - range.setStartAfter( readOnly ); - - // Enlarge range start/end with text node to avoid walker - // being DOM destructive, it doesn't interfere our checking - // of elements below as well. - if ( startContainer && startContainer.type == CKEDITOR.NODE_TEXT ) - { - if ( startOffset >= startContainer.getLength() ) - walkerRange.setStartAfter( startContainer ); - else - walkerRange.setStartBefore( startContainer ); - } - - if ( endContainer && endContainer.type == CKEDITOR.NODE_TEXT ) - { - if ( !endOffset ) - walkerRange.setEndBefore( endContainer ); - else - walkerRange.setEndAfter( endContainer ); - } - - // Looking for non-editable element inside the range. - var walker = new CKEDITOR.dom.walker( walkerRange ); - walker.evaluator = function( node ) - { - if ( node.type == CKEDITOR.NODE_ELEMENT - && node.isReadOnly() ) - { - var newRange = range.clone(); - range.setEndBefore( node ); - - // Drop collapsed range around read-only elements, - // it make sure the range list empty when selecting - // only non-editable elements. - if ( range.collapsed ) - ranges.splice( i--, 1 ); - - // Avoid creating invalid range. - if ( !( node.getPosition( walkerRange.endContainer ) & CKEDITOR.POSITION_CONTAINS ) ) - { - newRange.setStartAfter( node ); - if ( !newRange.collapsed ) - ranges.splice( i + 1, 0, newRange ); - } - - return true; - } - - return false; - }; - - walker.next(); - } - } - - return cache.ranges; - }; - })(), - - /** - * Gets the DOM element in which the selection starts. - * @returns {CKEDITOR.dom.element} The element at the beginning of the - * selection. - * @example - * var element = editor.getSelection().<b>getStartElement()</b>; - * alert( element.getName() ); - */ - getStartElement : function() - { - var cache = this._.cache; - if ( cache.startElement !== undefined ) - return cache.startElement; - - var node, - sel = this.getNative(); - - switch ( this.getType() ) - { - case CKEDITOR.SELECTION_ELEMENT : - return this.getSelectedElement(); - - case CKEDITOR.SELECTION_TEXT : - - var range = this.getRanges()[0]; - - if ( range ) - { - if ( !range.collapsed ) - { - range.optimize(); - - // Decrease the range content to exclude particial - // selected node on the start which doesn't have - // visual impact. ( #3231 ) - while ( 1 ) - { - var startContainer = range.startContainer, - startOffset = range.startOffset; - // Limit the fix only to non-block elements.(#3950) - if ( startOffset == ( startContainer.getChildCount ? - startContainer.getChildCount() : startContainer.getLength() ) - && !startContainer.isBlockBoundary() ) - range.setStartAfter( startContainer ); - else break; - } - - node = range.startContainer; - - if ( node.type != CKEDITOR.NODE_ELEMENT ) - return node.getParent(); - - node = node.getChild( range.startOffset ); - - if ( !node || node.type != CKEDITOR.NODE_ELEMENT ) - node = range.startContainer; - else - { - var child = node.getFirst(); - while ( child && child.type == CKEDITOR.NODE_ELEMENT ) - { - node = child; - child = child.getFirst(); - } - } - } - else - { - node = range.startContainer; - if ( node.type != CKEDITOR.NODE_ELEMENT ) - node = node.getParent(); - } - - node = node.$; - } - } - - return cache.startElement = ( node ? new CKEDITOR.dom.element( node ) : null ); - }, - - /** - * Gets the current selected element. - * @returns {CKEDITOR.dom.element} The selected element. Null if no - * selection is available or the selection type is not - * {@link CKEDITOR.SELECTION_ELEMENT}. - * @example - * var element = editor.getSelection().<b>getSelectedElement()</b>; - * alert( element.getName() ); - */ - getSelectedElement : function() - { - var cache = this._.cache; - if ( cache.selectedElement !== undefined ) - return cache.selectedElement; - - var self = this; - - var node = CKEDITOR.tools.tryThese( - // Is it native IE control type selection? - function() - { - return self.getNative().createRange().item( 0 ); - }, - // Figure it out by checking if there's a single enclosed - // node of the range. - function() - { - var range = self.getRanges()[ 0 ], - enclosed, - selected; - - // Check first any enclosed element, e.g. <ul>[<li><a href="#">item</a></li>]</ul> - for ( var i = 2; i && !( ( enclosed = range.getEnclosedNode() ) - && ( enclosed.type == CKEDITOR.NODE_ELEMENT ) - && styleObjectElements[ enclosed.getName() ] - && ( selected = enclosed ) ); i-- ) - { - // Then check any deep wrapped element, e.g. [<b><i><img /></i></b>] - range.shrink( CKEDITOR.SHRINK_ELEMENT ); - } - - return selected.$; - }); - - return cache.selectedElement = ( node ? new CKEDITOR.dom.element( node ) : null ); - }, - - /** - * Retrieves the text contained within the range, empty string is returned for non-text selection. - * @returns {String} string of text within the current selection. - * @since 3.6.1 - * @example - * var text = editor.getSelectedText(); - * alert( text ); - */ - getSelectedText : function() - { - var cache = this._.cache; - if ( cache.selectedText !== undefined ) - return cache.selectedText; - - var text = '', - nativeSel = this.getNative(); - if ( this.getType() == CKEDITOR.SELECTION_TEXT ) - text = CKEDITOR.env.ie ? nativeSel.createRange().text : nativeSel.toString(); - - return ( cache.selectedText = text ); - }, - - lock : function() - { - // Call all cacheable function. - this.getRanges(); - this.getStartElement(); - this.getSelectedElement(); - this.getSelectedText(); - - // The native selection is not available when locked. - this._.cache.nativeSel = {}; - - this.isLocked = 1; - - // Save this selection inside the DOM document. - this.document.setCustomData( 'cke_locked_selection', this ); - }, - - unlock : function( restore ) - { - var doc = this.document, - lockedSelection = doc.getCustomData( 'cke_locked_selection' ); - - if ( lockedSelection ) - { - doc.setCustomData( 'cke_locked_selection', null ); - - if ( restore ) - { - var selectedElement = lockedSelection.getSelectedElement(), - ranges = !selectedElement && lockedSelection.getRanges(); - - this.isLocked = 0; - this.reset(); - - doc.getBody().focus(); - - if ( selectedElement ) - this.selectElement( selectedElement ); - else - this.selectRanges( ranges ); - } - } - - if ( !lockedSelection || !restore ) - { - this.isLocked = 0; - this.reset(); - } - }, - - reset : function() - { - this._.cache = {}; - }, - - /** - * Make the current selection of type {@link CKEDITOR.SELECTION_ELEMENT} by enclosing the specified element. - * @param element - */ - selectElement : function( element ) - { - if ( this.isLocked ) - { - var range = new CKEDITOR.dom.range( this.document ); - range.setStartBefore( element ); - range.setEndAfter( element ); - - this._.cache.selectedElement = element; - this._.cache.startElement = element; - this._.cache.ranges = new CKEDITOR.dom.rangeList( range ); - this._.cache.type = CKEDITOR.SELECTION_ELEMENT; - - return; - } - - range = new CKEDITOR.dom.range( element.getDocument() ); - range.setStartBefore( element ); - range.setEndAfter( element ); - range.select(); - - this.document.fire( 'selectionchange' ); - this.reset(); - - }, - - /** - * Adding the specified ranges to document selection preceding - * by clearing up the original selection. - * @param {CKEDITOR.dom.range} ranges - */ - selectRanges : function( ranges ) - { - if ( this.isLocked ) - { - this._.cache.selectedElement = null; - this._.cache.startElement = ranges[ 0 ] && ranges[ 0 ].getTouchedStartNode(); - this._.cache.ranges = new CKEDITOR.dom.rangeList( ranges ); - this._.cache.type = CKEDITOR.SELECTION_TEXT; - - return; - } - - if ( CKEDITOR.env.ie ) - { - if ( ranges.length > 1 ) - { - // IE doesn't accept multiple ranges selection, so we join all into one. - var last = ranges[ ranges.length -1 ] ; - ranges[ 0 ].setEnd( last.endContainer, last.endOffset ); - ranges.length = 1; - } - - if ( ranges[ 0 ] ) - ranges[ 0 ].select(); - - this.reset(); - } - else - { - var sel = this.getNative(); - - // getNative() returns null if iframe is "display:none" in FF. (#6577) - if ( !sel ) - return; - - if ( ranges.length ) - { - sel.removeAllRanges(); - // Remove any existing filling char first. - CKEDITOR.env.webkit && removeFillingChar( this.document ); - } - - for ( var i = 0 ; i < ranges.length ; i++ ) - { - // Joining sequential ranges introduced by - // readonly elements protection. - if ( i < ranges.length -1 ) - { - var left = ranges[ i ], right = ranges[ i +1 ], - between = left.clone(); - between.setStart( left.endContainer, left.endOffset ); - between.setEnd( right.startContainer, right.startOffset ); - - // Don't confused by Firefox adjancent multi-ranges - // introduced by table cells selection. - if ( !between.collapsed ) - { - between.shrink( CKEDITOR.NODE_ELEMENT, true ); - var ancestor = between.getCommonAncestor(), - enclosed = between.getEnclosedNode(); - - // The following cases has to be considered: - // 1. <span contenteditable="false">[placeholder]</span> - // 2. <input contenteditable="false" type="radio"/> (#6621) - if ( ancestor.isReadOnly() || enclosed && enclosed.isReadOnly() ) - { - right.setStart( left.startContainer, left.startOffset ); - ranges.splice( i--, 1 ); - continue; - } - } - } - - var range = ranges[ i ]; - var nativeRange = this.document.$.createRange(); - var startContainer = range.startContainer; - - // In FF2, if we have a collapsed range, inside an empty - // element, we must add something to it otherwise the caret - // will not be visible. - // In Opera instead, the selection will be moved out of the - // element. (#4657) - if ( range.collapsed && - ( CKEDITOR.env.opera || ( CKEDITOR.env.gecko && CKEDITOR.env.version < 10900 ) ) && - startContainer.type == CKEDITOR.NODE_ELEMENT && - !startContainer.getChildCount() ) - { - startContainer.appendText( '' ); - } - - 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.document ); - range.insertNode( fillingChar ) ; - - var next = fillingChar.getNext(); - - // If the filling char is followed by a <br>, whithout - // 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.document ); - range.moveToPosition( next, CKEDITOR.POSITION_BEFORE_START ); - } - else - range.moveToPosition( fillingChar, CKEDITOR.POSITION_AFTER_END ); - } - - nativeRange.setStart( range.startContainer.$, range.startOffset ); - - try - { - nativeRange.setEnd( range.endContainer.$, range.endOffset ); - } - catch ( e ) - { - // There is a bug in Firefox implementation (it would be too easy - // otherwise). The new start can't be after the end (W3C says it can). - // So, let's create a new range and collapse it to the desired point. - if ( e.toString().indexOf( 'NS_ERROR_ILLEGAL_VALUE' ) >= 0 ) - { - range.collapse( 1 ); - nativeRange.setEnd( range.endContainer.$, range.endOffset ); - } - else - throw e; - } - - // Select the range. - sel.addRange( nativeRange ); - } - - this.reset(); - } - }, - - /** - * Create bookmark for every single of this selection range (from #getRanges) - * by calling the {@link CKEDITOR.dom.range.prototype.createBookmark} method, - * with extra cares to avoid interferon among those ranges. Same arguments are - * received as with the underlay range method. - */ - createBookmarks : function( serializable ) - { - return this.getRanges().createBookmarks( serializable ); - }, - - /** - * Create bookmark for every single of this selection range (from #getRanges) - * by calling the {@link CKEDITOR.dom.range.prototype.createBookmark2} method, - * with extra cares to avoid interferon among those ranges. Same arguments are - * received as with the underlay range method. - */ - createBookmarks2 : function( normalized ) - { - return this.getRanges().createBookmarks2( normalized ); - }, - - /** - * Select the virtual ranges denote by the bookmarks by calling #selectRanges. - * @param bookmarks - */ - selectBookmarks : function( bookmarks ) - { - var ranges = []; - for ( var i = 0 ; i < bookmarks.length ; i++ ) - { - var range = new CKEDITOR.dom.range( this.document ); - range.moveToBookmark( bookmarks[i] ); - ranges.push( range ); - } - this.selectRanges( ranges ); - return this; - }, - - /** - * Retrieve the common ancestor node of the first range and the last range. - */ - getCommonAncestor : function() - { - var ranges = this.getRanges(), - startNode = ranges[ 0 ].startContainer, - endNode = ranges[ ranges.length - 1 ].endContainer; - return startNode.getCommonAncestor( endNode ); - }, - - /** - * Moving scroll bar to the current selection's start position. - */ - scrollIntoView : function() - { - // If we have split the block, adds a temporary span at the - // range position and scroll relatively to it. - var start = this.getStartElement(); - start.scrollIntoView(); - } - }; -})(); - -( function() -{ - var notWhitespaces = CKEDITOR.dom.walker.whitespaces( true ), - fillerTextRegex = /\ufeff|\u00a0/, - nonCells = { table:1,tbody:1,tr:1 }; - - CKEDITOR.dom.range.prototype.select = - CKEDITOR.env.ie ? - // V2 - function( forceExpand ) - { - var collapsed = this.collapsed, - isStartMarkerAlone, dummySpan, ieRange; - - // Try to make a object selection. - var selected = this.getEnclosedNode(); - if ( selected ) - { - try - { - ieRange = this.document.$.body.createControlRange(); - ieRange.addElement( selected.$ ); - ieRange.select(); - return; - } - catch( er ) {} - } - - // IE doesn't support selecting the entire table row/cell, move the selection into cells, e.g. - // <table><tbody><tr>[<td>cell</b></td>... => <table><tbody><tr><td>[cell</td>... - if ( this.startContainer.type == CKEDITOR.NODE_ELEMENT && this.startContainer.getName() in nonCells - || this.endContainer.type == CKEDITOR.NODE_ELEMENT && this.endContainer.getName() in nonCells ) - { - this.shrink( CKEDITOR.NODE_ELEMENT, true ); - } - - var bookmark = this.createBookmark(); - - // Create marker tags for the start and end boundaries. - var startNode = bookmark.startNode; - - var endNode; - if ( !collapsed ) - endNode = bookmark.endNode; - - // Create the main range which will be used for the selection. - ieRange = this.document.$.body.createTextRange(); - - // Position the range at the start boundary. - ieRange.moveToElementText( startNode.$ ); - ieRange.moveStart( 'character', 1 ); - - if ( endNode ) - { - // Create a tool range for the end. - var ieRangeEnd = this.document.$.body.createTextRange(); - - // Position the tool range at the end. - ieRangeEnd.moveToElementText( endNode.$ ); - - // Move the end boundary of the main range to match the tool range. - ieRange.setEndPoint( 'EndToEnd', ieRangeEnd ); - ieRange.moveEnd( 'character', -1 ); - } - else - { - // The isStartMarkerAlone logic comes from V2. It guarantees that the lines - // will expand and that the cursor will be blinking on the right place. - // Actually, we are using this flag just to avoid using this hack in all - // situations, but just on those needed. - var next = startNode.getNext( notWhitespaces ); - isStartMarkerAlone = ( !( next && next.getText && next.getText().match( fillerTextRegex ) ) // already a filler there? - && ( forceExpand || !startNode.hasPrevious() || ( startNode.getPrevious().is && startNode.getPrevious().is( 'br' ) ) ) ); - - // Append a temporary <span></span> before the selection. - // This is needed to avoid IE destroying selections inside empty - // inline elements, like <b></b> (#253). - // It is also needed when placing the selection right after an inline - // element to avoid the selection moving inside of it. - dummySpan = this.document.createElement( 'span' ); - dummySpan.setHtml( '' ); // Zero Width No-Break Space (U+FEFF). See #1359. - dummySpan.insertBefore( startNode ); - - if ( isStartMarkerAlone ) - { - // To expand empty blocks or line spaces after <br>, we need - // instead to have any char, which will be later deleted using the - // selection. - // \ufeff = Zero Width No-Break Space (U+FEFF). (#1359) - this.document.createText( '\ufeff' ).insertBefore( startNode ); - } - } - - // Remove the markers (reset the position, because of the changes in the DOM tree). - this.setStartBefore( startNode ); - startNode.remove(); - - if ( collapsed ) - { - if ( isStartMarkerAlone ) - { - // Move the selection start to include the temporary \ufeff. - ieRange.moveStart( 'character', -1 ); - - ieRange.select(); - - // Remove our temporary stuff. - this.document.$.selection.clear(); - } - else - ieRange.select(); - - this.moveToPosition( dummySpan, CKEDITOR.POSITION_BEFORE_START ); - dummySpan.remove(); - } - else - { - this.setEndBefore( endNode ); - endNode.remove(); - ieRange.select(); - } - - this.document.fire( 'selectionchange' ); - } - : - function() - { - this.document.getSelection().selectRanges( [ this ] ); - }; -} )(); diff --git a/skins/ckeditor/_source/plugins/showblocks/images/block_address.png b/skins/ckeditor/_source/plugins/showblocks/images/block_address.png deleted file mode 100644 index 1ee67aa..0000000 Binary files a/skins/ckeditor/_source/plugins/showblocks/images/block_address.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/showblocks/images/block_blockquote.png b/skins/ckeditor/_source/plugins/showblocks/images/block_blockquote.png deleted file mode 100644 index cae3aec..0000000 Binary files a/skins/ckeditor/_source/plugins/showblocks/images/block_blockquote.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/showblocks/images/block_div.png b/skins/ckeditor/_source/plugins/showblocks/images/block_div.png deleted file mode 100644 index c71f397..0000000 Binary files a/skins/ckeditor/_source/plugins/showblocks/images/block_div.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/showblocks/images/block_h1.png b/skins/ckeditor/_source/plugins/showblocks/images/block_h1.png deleted file mode 100644 index 3a64347..0000000 Binary files a/skins/ckeditor/_source/plugins/showblocks/images/block_h1.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/showblocks/images/block_h2.png b/skins/ckeditor/_source/plugins/showblocks/images/block_h2.png deleted file mode 100644 index 8062ebe..0000000 Binary files a/skins/ckeditor/_source/plugins/showblocks/images/block_h2.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/showblocks/images/block_h3.png b/skins/ckeditor/_source/plugins/showblocks/images/block_h3.png deleted file mode 100644 index 5b6a403..0000000 Binary files a/skins/ckeditor/_source/plugins/showblocks/images/block_h3.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/showblocks/images/block_h4.png b/skins/ckeditor/_source/plugins/showblocks/images/block_h4.png deleted file mode 100644 index 6c7f795..0000000 Binary files a/skins/ckeditor/_source/plugins/showblocks/images/block_h4.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/showblocks/images/block_h5.png b/skins/ckeditor/_source/plugins/showblocks/images/block_h5.png deleted file mode 100644 index e153de0..0000000 Binary files a/skins/ckeditor/_source/plugins/showblocks/images/block_h5.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/showblocks/images/block_h6.png b/skins/ckeditor/_source/plugins/showblocks/images/block_h6.png deleted file mode 100644 index c8d993a..0000000 Binary files a/skins/ckeditor/_source/plugins/showblocks/images/block_h6.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/showblocks/images/block_p.png b/skins/ckeditor/_source/plugins/showblocks/images/block_p.png deleted file mode 100644 index 4e6035d..0000000 Binary files a/skins/ckeditor/_source/plugins/showblocks/images/block_p.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/showblocks/images/block_pre.png b/skins/ckeditor/_source/plugins/showblocks/images/block_pre.png deleted file mode 100644 index d11a0ff..0000000 Binary files a/skins/ckeditor/_source/plugins/showblocks/images/block_pre.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/showblocks/plugin.js b/skins/ckeditor/_source/plugins/showblocks/plugin.js deleted file mode 100644 index 6107cdf..0000000 --- a/skins/ckeditor/_source/plugins/showblocks/plugin.js +++ /dev/null @@ -1,160 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview The "showblocks" plugin. Enable it will make all block level - * elements being decorated with a border and the element name - * displayed on the left-right corner. - */ - -(function() -{ - var cssTemplate = '.%2 p,'+ - '.%2 div,'+ - '.%2 pre,'+ - '.%2 address,'+ - '.%2 blockquote,'+ - '.%2 h1,'+ - '.%2 h2,'+ - '.%2 h3,'+ - '.%2 h4,'+ - '.%2 h5,'+ - '.%2 h6'+ - '{'+ - 'background-repeat: no-repeat;'+ - 'background-position: top %3;'+ - 'border: 1px dotted gray;'+ - 'padding-top: 8px;'+ - 'padding-%3: 8px;'+ - '}'+ - - '.%2 p'+ - '{'+ - '%1p.png);'+ - '}'+ - - '.%2 div'+ - '{'+ - '%1div.png);'+ - '}'+ - - '.%2 pre'+ - '{'+ - '%1pre.png);'+ - '}'+ - - '.%2 address'+ - '{'+ - '%1address.png);'+ - '}'+ - - '.%2 blockquote'+ - '{'+ - '%1blockquote.png);'+ - '}'+ - - '.%2 h1'+ - '{'+ - '%1h1.png);'+ - '}'+ - - '.%2 h2'+ - '{'+ - '%1h2.png);'+ - '}'+ - - '.%2 h3'+ - '{'+ - '%1h3.png);'+ - '}'+ - - '.%2 h4'+ - '{'+ - '%1h4.png);'+ - '}'+ - - '.%2 h5'+ - '{'+ - '%1h5.png);'+ - '}'+ - - '.%2 h6'+ - '{'+ - '%1h6.png);'+ - '}'; - - var cssTemplateRegex = /%1/g, cssClassRegex = /%2/g, backgroundPositionRegex = /%3/g; - - var commandDefinition = - { - readOnly : 1, - preserveState : true, - editorFocus : false, - - exec : function ( editor ) - { - this.toggleState(); - this.refresh( editor ); - }, - - refresh : function( editor ) - { - if ( editor.document ) - { - var funcName = ( this.state == CKEDITOR.TRISTATE_ON ) ? 'addClass' : 'removeClass'; - editor.document.getBody()[ funcName ]( 'cke_show_blocks' ); - } - } - }; - - CKEDITOR.plugins.add( 'showblocks', - { - requires : [ 'wysiwygarea' ], - - init : function( editor ) - { - var command = editor.addCommand( 'showblocks', commandDefinition ); - command.canUndo = false; - - if ( editor.config.startupOutlineBlocks ) - command.setState( CKEDITOR.TRISTATE_ON ); - - editor.addCss( cssTemplate - .replace( cssTemplateRegex, 'background-image: url(' + CKEDITOR.getUrl( this.path ) + 'images/block_' ) - .replace( cssClassRegex, 'cke_show_blocks ' ) - .replace( backgroundPositionRegex, editor.lang.dir == 'rtl' ? 'right' : 'left' ) ); - - editor.ui.addButton( 'ShowBlocks', - { - label : editor.lang.showBlocks, - command : 'showblocks' - }); - - // Refresh the command on setData. - editor.on( 'mode', function() - { - if ( command.state != CKEDITOR.TRISTATE_DISABLED ) - command.refresh( editor ); - }); - - // Refresh the command on setData. - editor.on( 'contentDom', function() - { - if ( command.state != CKEDITOR.TRISTATE_DISABLED ) - command.refresh( editor ); - }); - } - }); -} )(); - -/** - * Whether to automaticaly enable the "show block" command when the editor - * loads. (StartupShowBlocks in FCKeditor) - * @name CKEDITOR.config.startupOutlineBlocks - * @type Boolean - * @default false - * @example - * config.startupOutlineBlocks = true; - */ diff --git a/skins/ckeditor/_source/plugins/showborders/plugin.js b/skins/ckeditor/_source/plugins/showborders/plugin.js deleted file mode 100644 index dc924e1..0000000 --- a/skins/ckeditor/_source/plugins/showborders/plugin.js +++ /dev/null @@ -1,207 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview The "show border" plugin. The command display visible outline - * border line around all table elements if table doesn't have a none-zero 'border' attribute specified. - */ - -(function() -{ - var showBorderClassName = 'cke_show_border', - cssStyleText, - cssTemplate = - // TODO: For IE6, we don't have child selector support, - // where nested table cells could be incorrect. - ( CKEDITOR.env.ie6Compat ? - [ - '.%1 table.%2,', - '.%1 table.%2 td, .%1 table.%2 th', - '{', - 'border : #d3d3d3 1px dotted', - '}' - ] : - [ - '.%1 table.%2,', - '.%1 table.%2 > tr > td, .%1 table.%2 > tr > th,', - '.%1 table.%2 > tbody > tr > td, .%1 table.%2 > tbody > tr > th,', - '.%1 table.%2 > thead > tr > td, .%1 table.%2 > thead > tr > th,', - '.%1 table.%2 > tfoot > tr > td, .%1 table.%2 > tfoot > tr > th', - '{', - 'border : #d3d3d3 1px dotted', - '}' - ] ).join( '' ); - - cssStyleText = cssTemplate.replace( /%2/g, showBorderClassName ).replace( /%1/g, 'cke_show_borders ' ); - - var commandDefinition = - { - preserveState : true, - editorFocus : false, - readOnly: 1, - - exec : function ( editor ) - { - this.toggleState(); - this.refresh( editor ); - }, - - refresh : function( editor ) - { - if ( editor.document ) - { - var funcName = ( this.state == CKEDITOR.TRISTATE_ON ) ? 'addClass' : 'removeClass'; - editor.document.getBody()[ funcName ]( 'cke_show_borders' ); - } - } - }; - - CKEDITOR.plugins.add( 'showborders', - { - requires : [ 'wysiwygarea' ], - modes : { 'wysiwyg' : 1 }, - - init : function( editor ) - { - - var command = editor.addCommand( 'showborders', commandDefinition ); - command.canUndo = false; - - if ( editor.config.startupShowBorders !== false ) - command.setState( CKEDITOR.TRISTATE_ON ); - - editor.addCss( cssStyleText ); - - // Refresh the command on setData. - editor.on( 'mode', function() - { - if ( command.state != CKEDITOR.TRISTATE_DISABLED ) - command.refresh( editor ); - }, null, null, 100 ); - - // Refresh the command on wysiwyg frame reloads. - editor.on( 'contentDom', function() - { - if ( command.state != CKEDITOR.TRISTATE_DISABLED ) - command.refresh( editor ); - }); - - editor.on( 'removeFormatCleanup', function( evt ) - { - var element = evt.data; - if ( editor.getCommand( 'showborders' ).state == CKEDITOR.TRISTATE_ON && - element.is( 'table' ) && ( !element.hasAttribute( 'border' ) || parseInt( element.getAttribute( 'border' ), 10 ) <= 0 ) ) - element.addClass( showBorderClassName ); - }); - }, - - afterInit : function( editor ) - { - var dataProcessor = editor.dataProcessor, - dataFilter = dataProcessor && dataProcessor.dataFilter, - htmlFilter = dataProcessor && dataProcessor.htmlFilter; - - if ( dataFilter ) - { - dataFilter.addRules( - { - elements : - { - 'table' : function( element ) - { - var attributes = element.attributes, - cssClass = attributes[ 'class' ], - border = parseInt( attributes.border, 10 ); - - if ( !border || border <= 0 ) - attributes[ 'class' ] = ( cssClass || '' ) + ' ' + showBorderClassName; - } - } - } ); - } - - if ( htmlFilter ) - { - htmlFilter.addRules( - { - elements : - { - 'table' : function( table ) - { - var attributes = table.attributes, - cssClass = attributes[ 'class' ]; - - cssClass && ( attributes[ 'class' ] = - cssClass.replace( showBorderClassName, '' ) - .replace( /\s{2}/, ' ' ) - .replace( /^\s+|\s+$/, '' ) ); - } - } - } ); - } - } - }); - - // Table dialog must be aware of it. - CKEDITOR.on( 'dialogDefinition', function( ev ) - { - var dialogName = ev.data.name; - - if ( dialogName == 'table' || dialogName == 'tableProperties' ) - { - var dialogDefinition = ev.data.definition, - infoTab = dialogDefinition.getContents( 'info' ), - borderField = infoTab.get( 'txtBorder' ), - originalCommit = borderField.commit; - - borderField.commit = CKEDITOR.tools.override( originalCommit, function( org ) - { - return function( data, selectedTable ) - { - org.apply( this, arguments ); - var value = parseInt( this.getValue(), 10 ); - selectedTable[ ( !value || value <= 0 ) ? 'addClass' : 'removeClass' ]( showBorderClassName ); - }; - } ); - - var advTab = dialogDefinition.getContents( 'advanced' ), - classField = advTab && advTab.get( 'advCSSClasses' ); - - if ( classField ) - { - classField.setup = CKEDITOR.tools.override( classField.setup, function( originalSetup ) - { - return function() - { - originalSetup.apply( this, arguments ); - this.setValue( this.getValue().replace( /cke_show_border/, '' ) ); - }; - }); - - classField.commit = CKEDITOR.tools.override( classField.commit, function( originalCommit ) - { - return function( data, element ) - { - originalCommit.apply( this, arguments ); - - if ( !parseInt( element.getAttribute( 'border' ), 10 ) ) - element.addClass( 'cke_show_border' ); - }; - }); - } - } - }); - -} )(); - -/** - * Whether to automatically enable the "show borders" command when the editor loads. - * (ShowBorders in FCKeditor) - * @name CKEDITOR.config.startupShowBorders - * @type Boolean - * @default true - * @example - * config.startupShowBorders = false; - */ diff --git a/skins/ckeditor/_source/plugins/smiley/dialogs/smiley.js b/skins/ckeditor/_source/plugins/smiley/dialogs/smiley.js deleted file mode 100644 index d9628a0..0000000 --- a/skins/ckeditor/_source/plugins/smiley/dialogs/smiley.js +++ /dev/null @@ -1,224 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add( 'smiley', function( editor ) -{ - var config = editor.config, - lang = editor.lang.smiley, - images = config.smiley_images, - columns = config.smiley_columns || 8, - i; - - /** - * Simulate "this" of a dialog for non-dialog events. - * @type {CKEDITOR.dialog} - */ - var dialog; - var onClick = function( evt ) - { - var target = evt.data.getTarget(), - targetName = target.getName(); - - if ( targetName == 'a' ) - target = target.getChild( 0 ); - else if ( targetName != 'img' ) - return; - - var src = target.getAttribute( 'cke_src' ), - title = target.getAttribute( 'title' ); - - var img = editor.document.createElement( 'img', - { - attributes : - { - src : src, - 'data-cke-saved-src' : src, - title : title, - alt : title, - width : target.$.width, - height : target.$.height - } - }); - - editor.insertElement( img ); - - dialog.hide(); - evt.data.preventDefault(); - }; - - var onKeydown = CKEDITOR.tools.addFunction( function( ev, element ) - { - ev = new CKEDITOR.dom.event( ev ); - element = new CKEDITOR.dom.element( element ); - var relative, nodeToMove; - - var keystroke = ev.getKeystroke(), - rtl = editor.lang.dir == 'rtl'; - switch ( keystroke ) - { - // UP-ARROW - case 38 : - // relative is TR - if ( ( relative = element.getParent().getParent().getPrevious() ) ) - { - nodeToMove = relative.getChild( [element.getParent().getIndex(), 0] ); - nodeToMove.focus(); - } - ev.preventDefault(); - break; - // DOWN-ARROW - case 40 : - // relative is TR - if ( ( relative = element.getParent().getParent().getNext() ) ) - { - nodeToMove = relative.getChild( [element.getParent().getIndex(), 0] ); - if ( nodeToMove ) - nodeToMove.focus(); - } - ev.preventDefault(); - break; - // ENTER - // SPACE - case 32 : - onClick( { data: ev } ); - ev.preventDefault(); - break; - - // RIGHT-ARROW - case rtl ? 37 : 39 : - // TAB - case 9 : - // relative is TD - if ( ( relative = element.getParent().getNext() ) ) - { - nodeToMove = relative.getChild( 0 ); - nodeToMove.focus(); - ev.preventDefault(true); - } - // relative is TR - else if ( ( relative = element.getParent().getParent().getNext() ) ) - { - nodeToMove = relative.getChild( [0, 0] ); - if ( nodeToMove ) - nodeToMove.focus(); - ev.preventDefault(true); - } - break; - - // LEFT-ARROW - case rtl ? 39 : 37 : - // SHIFT + TAB - case CKEDITOR.SHIFT + 9 : - // relative is TD - if ( ( relative = element.getParent().getPrevious() ) ) - { - nodeToMove = relative.getChild( 0 ); - nodeToMove.focus(); - ev.preventDefault(true); - } - // relative is TR - else if ( ( relative = element.getParent().getParent().getPrevious() ) ) - { - nodeToMove = relative.getLast().getChild( 0 ); - nodeToMove.focus(); - ev.preventDefault(true); - } - break; - default : - // Do not stop not handled events. - return; - } - }); - - // Build the HTML for the smiley images table. - var labelId = CKEDITOR.tools.getNextId() + '_smiley_emtions_label'; - var html = - [ - '<div>' + - '<span id="' + labelId + '" class="cke_voice_label">' + lang.options +'</span>', - '<table role="listbox" aria-labelledby="' + labelId + '" style="width:100%;height:100%" cellspacing="2" cellpadding="2"', - CKEDITOR.env.ie && CKEDITOR.env.quirks ? ' style="position:absolute;"' : '', - '><tbody>' - ]; - - var size = images.length; - for ( i = 0 ; i < size ; i++ ) - { - if ( i % columns === 0 ) - html.push( '<tr>' ); - - var smileyLabelId = 'cke_smile_label_' + i + '_' + CKEDITOR.tools.getNextNumber(); - html.push( - '<td class="cke_dark_background cke_centered" style="vertical-align: middle;">' + - '<a href="javascript:void(0)" role="option"', - ' aria-posinset="' + ( i +1 ) + '"', - ' aria-setsize="' + size + '"', - ' aria-labelledby="' + smileyLabelId + '"', - ' class="cke_smile cke_hand" tabindex="-1" onkeydown="CKEDITOR.tools.callFunction( ', onKeydown, ', event, this );">', - '<img class="cke_hand" title="', config.smiley_descriptions[i], '"' + - ' cke_src="', CKEDITOR.tools.htmlEncode( config.smiley_path + images[ i ] ), '" alt="', config.smiley_descriptions[i], '"', - ' src="', CKEDITOR.tools.htmlEncode( config.smiley_path + images[ i ] ), '"', - // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct. - ( CKEDITOR.env.ie ? ' onload="this.setAttribute(\'width\', 2); this.removeAttribute(\'width\');" ' : '' ), - '>' + - '<span id="' + smileyLabelId + '" class="cke_voice_label">' +config.smiley_descriptions[ i ] + '</span>' + - '</a>', - '</td>' ); - - if ( i % columns == columns - 1 ) - html.push( '</tr>' ); - } - - if ( i < columns - 1 ) - { - for ( ; i < columns - 1 ; i++ ) - html.push( '<td></td>' ); - html.push( '</tr>' ); - } - - html.push( '</tbody></table></div>' ); - - var smileySelector = - { - type : 'html', - id : 'smileySelector', - html : html.join( '' ), - onLoad : function( event ) - { - dialog = event.sender; - }, - focus : function() - { - var self = this; - // IE need a while to move the focus (#6539). - setTimeout( function () - { - var firstSmile = self.getElement().getElementsByTag( 'a' ).getItem( 0 ); - firstSmile.focus(); - }, 0 ); - }, - onClick : onClick, - style : 'width: 100%; border-collapse: separate;' - }; - - return { - title : editor.lang.smiley.title, - minWidth : 270, - minHeight : 120, - contents : [ - { - id : 'tab1', - label : '', - title : '', - expand : true, - padding : 0, - elements : [ - smileySelector - ] - } - ], - buttons : [ CKEDITOR.dialog.cancelButton ] - }; -} ); diff --git a/skins/ckeditor/_source/plugins/smiley/images/angel_smile.gif b/skins/ckeditor/_source/plugins/smiley/images/angel_smile.gif deleted file mode 100644 index 2cf4894..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/angel_smile.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/angry_smile.gif b/skins/ckeditor/_source/plugins/smiley/images/angry_smile.gif deleted file mode 100644 index 40b52d3..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/angry_smile.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/broken_heart.gif b/skins/ckeditor/_source/plugins/smiley/images/broken_heart.gif deleted file mode 100644 index b6d0166..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/broken_heart.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/confused_smile.gif b/skins/ckeditor/_source/plugins/smiley/images/confused_smile.gif deleted file mode 100644 index a52db7a..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/confused_smile.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/cry_smile.gif b/skins/ckeditor/_source/plugins/smiley/images/cry_smile.gif deleted file mode 100644 index 1ef6ba4..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/cry_smile.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/devil_smile.gif b/skins/ckeditor/_source/plugins/smiley/images/devil_smile.gif deleted file mode 100644 index bfb2507..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/devil_smile.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/embaressed_smile.gif b/skins/ckeditor/_source/plugins/smiley/images/embaressed_smile.gif deleted file mode 100644 index d9cedc5..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/embaressed_smile.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/envelope.gif b/skins/ckeditor/_source/plugins/smiley/images/envelope.gif deleted file mode 100644 index 94e0b1f..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/envelope.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/heart.gif b/skins/ckeditor/_source/plugins/smiley/images/heart.gif deleted file mode 100644 index 680ae2f..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/heart.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/kiss.gif b/skins/ckeditor/_source/plugins/smiley/images/kiss.gif deleted file mode 100644 index 70e5255..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/kiss.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/lightbulb.gif b/skins/ckeditor/_source/plugins/smiley/images/lightbulb.gif deleted file mode 100644 index d44c2ff..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/lightbulb.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/omg_smile.gif b/skins/ckeditor/_source/plugins/smiley/images/omg_smile.gif deleted file mode 100644 index ab7ea69..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/omg_smile.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/regular_smile.gif b/skins/ckeditor/_source/plugins/smiley/images/regular_smile.gif deleted file mode 100644 index e5bc34b..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/regular_smile.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/sad_smile.gif b/skins/ckeditor/_source/plugins/smiley/images/sad_smile.gif deleted file mode 100644 index ae4cf1e..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/sad_smile.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/shades_smile.gif b/skins/ckeditor/_source/plugins/smiley/images/shades_smile.gif deleted file mode 100644 index b454017..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/shades_smile.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/teeth_smile.gif b/skins/ckeditor/_source/plugins/smiley/images/teeth_smile.gif deleted file mode 100644 index 7d734d1..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/teeth_smile.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/thumbs_down.gif b/skins/ckeditor/_source/plugins/smiley/images/thumbs_down.gif deleted file mode 100644 index 90b9978..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/thumbs_down.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/thumbs_up.gif b/skins/ckeditor/_source/plugins/smiley/images/thumbs_up.gif deleted file mode 100644 index b633284..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/thumbs_up.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/tounge_smile.gif b/skins/ckeditor/_source/plugins/smiley/images/tounge_smile.gif deleted file mode 100644 index b2e657f..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/tounge_smile.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif b/skins/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif deleted file mode 100644 index 7709882..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/images/wink_smile.gif b/skins/ckeditor/_source/plugins/smiley/images/wink_smile.gif deleted file mode 100644 index b210295..0000000 Binary files a/skins/ckeditor/_source/plugins/smiley/images/wink_smile.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/smiley/plugin.js b/skins/ckeditor/_source/plugins/smiley/plugin.js deleted file mode 100644 index bde383b..0000000 --- a/skins/ckeditor/_source/plugins/smiley/plugin.js +++ /dev/null @@ -1,94 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'smiley', -{ - requires : [ 'dialog' ], - - init : function( editor ) - { - editor.config.smiley_path = editor.config.smiley_path || ( this.path + 'images/' ); - editor.addCommand( 'smiley', new CKEDITOR.dialogCommand( 'smiley' ) ); - editor.ui.addButton( 'Smiley', - { - label : editor.lang.smiley.toolbar, - command : 'smiley' - }); - CKEDITOR.dialog.add( 'smiley', this.path + 'dialogs/smiley.js' ); - } -} ); - -/** - * The base path used to build the URL for the smiley images. It must end with - * a slash. - * @name CKEDITOR.config.smiley_path - * @type String - * @default {@link CKEDITOR.basePath} + 'plugins/smiley/images/' - * @example - * config.smiley_path = 'http://www.example.com/images/smileys/'; - * @example - * config.smiley_path = '/images/smileys/'; - */ - -/** - * The file names for the smileys to be displayed. These files must be - * contained inside the URL path defined with the - * {@link CKEDITOR.config.smiley_path} setting. - * @type Array - * @default (see example) - * @example - * // This is actually the default value. - * config.smiley_images = [ - * 'regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','confused_smile.gif','tounge_smile.gif', - * 'embaressed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angry_smile.gif','angel_smile.gif','shades_smile.gif', - * 'devil_smile.gif','cry_smile.gif','lightbulb.gif','thumbs_down.gif','thumbs_up.gif','heart.gif', - * 'broken_heart.gif','kiss.gif','envelope.gif']; - */ -CKEDITOR.config.smiley_images = [ - 'regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','confused_smile.gif','tounge_smile.gif', - 'embaressed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angry_smile.gif','angel_smile.gif','shades_smile.gif', - 'devil_smile.gif','cry_smile.gif','lightbulb.gif','thumbs_down.gif','thumbs_up.gif','heart.gif', - 'broken_heart.gif','kiss.gif','envelope.gif']; - -/** - * The description to be used for each of the smileys defined in the - * {@link CKEDITOR.config.smiley_images} setting. Each entry in this array list - * must match its relative pair in the {@link CKEDITOR.config.smiley_images} - * setting. - * @type Array - * @default The textual descriptions of smiley. - * @example - * // Default settings. - * 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' - * ]; - * @example - * // Use textual emoticons as description. - * config.smiley_descriptions = - * [ - * ':)', ':(', ';)', ':D', ':/', ':P', ':*)', ':-o', - * ':|', '>:(', 'o:)', '8-)', '>:-)', ';(', '', '', '', - * '', '', ':-*', '' - * ]; - */ -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' - ]; - -/** - * The number of columns to be generated by the smilies matrix. - * @name CKEDITOR.config.smiley_columns - * @type Number - * @default 8 - * @since 3.3.2 - * @example - * config.smiley_columns = 6; - */ diff --git a/skins/ckeditor/_source/plugins/sourcearea/plugin.js b/skins/ckeditor/_source/plugins/sourcearea/plugin.js deleted file mode 100644 index 4e9e0da..0000000 --- a/skins/ckeditor/_source/plugins/sourcearea/plugin.js +++ /dev/null @@ -1,209 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview The "sourcearea" plugin. It registers the "source" editing - * mode, which displays the raw data being edited in the editor. - */ - -CKEDITOR.plugins.add( 'sourcearea', -{ - requires : [ 'editingblock' ], - - init : function( editor ) - { - var sourcearea = CKEDITOR.plugins.sourcearea, - win = CKEDITOR.document.getWindow(); - - editor.on( 'editingBlockReady', function() - { - var textarea, - onResize; - - editor.addMode( 'source', - { - load : function( holderElement, data ) - { - if ( CKEDITOR.env.ie && CKEDITOR.env.version < 8 ) - holderElement.setStyle( 'position', 'relative' ); - - // Create the source area <textarea>. - editor.textarea = textarea = new CKEDITOR.dom.element( 'textarea' ); - textarea.setAttributes( - { - dir : 'ltr', - tabIndex : CKEDITOR.env.webkit ? -1 : editor.tabIndex, - 'role' : 'textbox', - 'aria-label' : editor.lang.editorTitle.replace( '%1', editor.name ) - }); - textarea.addClass( 'cke_source' ); - textarea.addClass( 'cke_enable_context_menu' ); - - editor.readOnly && textarea.setAttribute( 'readOnly', 'readonly' ); - - var styles = - { - // IE7 has overflow the <textarea> from wrapping table cell. - width : CKEDITOR.env.ie7Compat ? '99%' : '100%', - height : '100%', - resize : 'none', - outline : 'none', - 'text-align' : 'left' - }; - - // Having to make <textarea> fixed sized to conque the following bugs: - // 1. The textarea height/width='100%' doesn't constraint to the 'td' in IE6/7. - // 2. Unexpected vertical-scrolling behavior happens whenever focus is moving out of editor - // if text content within it has overflowed. (#4762) - if ( CKEDITOR.env.ie ) - { - onResize = function() - { - // Holder rectange size is stretched by textarea, - // so hide it just for a moment. - textarea.hide(); - textarea.setStyle( 'height', holderElement.$.clientHeight + 'px' ); - textarea.setStyle( 'width', holderElement.$.clientWidth + 'px' ); - // When we have proper holder size, show textarea again. - textarea.show(); - }; - - editor.on( 'resize', onResize ); - win.on( 'resize', onResize ); - setTimeout( onResize, 0 ); - } - - // Reset the holder element and append the - // <textarea> to it. - holderElement.setHtml( '' ); - holderElement.append( textarea ); - textarea.setStyles( styles ); - - editor.fire( 'ariaWidget', textarea ); - - textarea.on( 'blur', function() - { - editor.focusManager.blur(); - }); - - textarea.on( 'focus', function() - { - editor.focusManager.focus(); - }); - - // The editor data "may be dirty" after this point. - editor.mayBeDirty = true; - - // Set the <textarea> value. - this.loadData( data ); - - var keystrokeHandler = editor.keystrokeHandler; - if ( keystrokeHandler ) - keystrokeHandler.attach( textarea ); - - setTimeout( function() - { - editor.mode = 'source'; - editor.fire( 'mode' ); - }, - ( CKEDITOR.env.gecko || CKEDITOR.env.webkit ) ? 100 : 0 ); - }, - - loadData : function( data ) - { - textarea.setValue( data ); - editor.fire( 'dataReady' ); - }, - - getData : function() - { - return textarea.getValue(); - }, - - getSnapshotData : function() - { - return textarea.getValue(); - }, - - unload : function( holderElement ) - { - textarea.clearCustomData(); - editor.textarea = textarea = null; - - if ( onResize ) - { - editor.removeListener( 'resize', onResize ); - win.removeListener( 'resize', onResize ); - } - - if ( CKEDITOR.env.ie && CKEDITOR.env.version < 8 ) - holderElement.removeStyle( 'position' ); - }, - - focus : function() - { - textarea.focus(); - } - }); - }); - - editor.on( 'readOnly', function() - { - if ( editor.mode == 'source' ) - { - if ( editor.readOnly ) - editor.textarea.setAttribute( 'readOnly', 'readonly' ); - else - editor.textarea.removeAttribute( 'readOnly' ); - } - }); - - editor.addCommand( 'source', sourcearea.commands.source ); - - if ( editor.ui.addButton ) - { - editor.ui.addButton( 'Source', - { - label : editor.lang.source, - command : 'source' - }); - } - - editor.on( 'mode', function() - { - editor.getCommand( 'source' ).setState( - editor.mode == 'source' ? - CKEDITOR.TRISTATE_ON : - CKEDITOR.TRISTATE_OFF ); - }); - } -}); - -/** - * Holds the definition of commands an UI elements included with the sourcearea - * plugin. - * @example - */ -CKEDITOR.plugins.sourcearea = -{ - commands : - { - source : - { - modes : { wysiwyg:1, source:1 }, - editorFocus : false, - readOnly : 1, - exec : function( editor ) - { - if ( editor.mode == 'wysiwyg' ) - editor.fire( 'saveSnapshot' ); - editor.getCommand( 'source' ).setState( CKEDITOR.TRISTATE_DISABLED ); - editor.setMode( editor.mode == 'source' ? 'wysiwyg' : 'source' ); - }, - - canUndo : false - } - } -}; diff --git a/skins/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js b/skins/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js deleted file mode 100644 index 6cc0845..0000000 --- a/skins/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +++ /dev/null @@ -1,350 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add( 'specialchar', function( editor ) -{ - /** - * Simulate "this" of a dialog for non-dialog events. - * @type {CKEDITOR.dialog} - */ - var dialog, - lang = editor.lang.specialChar; - - var onChoice = function( evt ) - { - var target, value; - if ( evt.data ) - target = evt.data.getTarget(); - else - target = new CKEDITOR.dom.element( evt ); - - if ( target.getName() == 'a' && ( value = target.getChild( 0 ).getHtml() ) ) - { - target.removeClass( "cke_light_background" ); - dialog.hide(); - - // We must use "insertText" here to keep text styled. - var span = editor.document.createElement( 'span' ); - span.setHtml( value ); - editor.insertText( span.getText() ); - } - }; - - var onClick = CKEDITOR.tools.addFunction( onChoice ); - - var focusedNode; - - var onFocus = function( evt, target ) - { - var value; - target = target || evt.data.getTarget(); - - if ( target.getName() == 'span' ) - target = target.getParent(); - - if ( target.getName() == 'a' && ( value = target.getChild( 0 ).getHtml() ) ) - { - // Trigger blur manually if there is focused node. - if ( focusedNode ) - onBlur( null, focusedNode ); - - var htmlPreview = dialog.getContentElement( 'info', 'htmlPreview' ).getElement(); - - dialog.getContentElement( 'info', 'charPreview' ).getElement().setHtml( value ); - htmlPreview.setHtml( CKEDITOR.tools.htmlEncode( value ) ); - target.getParent().addClass( "cke_light_background" ); - - // Memorize focused node. - focusedNode = target; - } - }; - - var onBlur = function( evt, target ) - { - target = target || evt.data.getTarget(); - - if ( target.getName() == 'span' ) - target = target.getParent(); - - if ( target.getName() == 'a' ) - { - dialog.getContentElement( 'info', 'charPreview' ).getElement().setHtml( ' ' ); - dialog.getContentElement( 'info', 'htmlPreview' ).getElement().setHtml( ' ' ); - target.getParent().removeClass( "cke_light_background" ); - - focusedNode = undefined; - } - }; - - var onKeydown = CKEDITOR.tools.addFunction( function( ev ) - { - ev = new CKEDITOR.dom.event( ev ); - - // Get an Anchor element. - var element = ev.getTarget(); - var relative, nodeToMove; - var keystroke = ev.getKeystroke(), - rtl = editor.lang.dir == 'rtl'; - - switch ( keystroke ) - { - // UP-ARROW - case 38 : - // relative is TR - if ( ( relative = element.getParent().getParent().getPrevious() ) ) - { - nodeToMove = relative.getChild( [element.getParent().getIndex(), 0] ); - nodeToMove.focus(); - onBlur( null, element ); - onFocus( null, nodeToMove ); - } - ev.preventDefault(); - break; - // DOWN-ARROW - case 40 : - // relative is TR - if ( ( relative = element.getParent().getParent().getNext() ) ) - { - nodeToMove = relative.getChild( [ element.getParent().getIndex(), 0 ] ); - if ( nodeToMove && nodeToMove.type == 1 ) - { - nodeToMove.focus(); - onBlur( null, element ); - onFocus( null, nodeToMove ); - } - } - ev.preventDefault(); - break; - // SPACE - // ENTER is already handled as onClick - case 32 : - onChoice( { data: ev } ); - ev.preventDefault(); - break; - - // RIGHT-ARROW - case rtl ? 37 : 39 : - // TAB - case 9 : - // relative is TD - if ( ( relative = element.getParent().getNext() ) ) - { - nodeToMove = relative.getChild( 0 ); - if ( nodeToMove.type == 1 ) - { - nodeToMove.focus(); - onBlur( null, element ); - onFocus( null, nodeToMove ); - ev.preventDefault( true ); - } - else - onBlur( null, element ); - } - // relative is TR - else if ( ( relative = element.getParent().getParent().getNext() ) ) - { - nodeToMove = relative.getChild( [ 0, 0 ] ); - if ( nodeToMove && nodeToMove.type == 1 ) - { - nodeToMove.focus(); - onBlur( null, element ); - onFocus( null, nodeToMove ); - ev.preventDefault( true ); - } - else - onBlur( null, element ); - } - break; - - // LEFT-ARROW - case rtl ? 39 : 37 : - // SHIFT + TAB - case CKEDITOR.SHIFT + 9 : - // relative is TD - if ( ( relative = element.getParent().getPrevious() ) ) - { - nodeToMove = relative.getChild( 0 ); - nodeToMove.focus(); - onBlur( null, element ); - onFocus( null, nodeToMove ); - ev.preventDefault( true ); - } - // relative is TR - else if ( ( relative = element.getParent().getParent().getPrevious() ) ) - { - nodeToMove = relative.getLast().getChild( 0 ); - nodeToMove.focus(); - onBlur( null, element ); - onFocus( null, nodeToMove ); - ev.preventDefault( true ); - } - else - onBlur( null, element ); - break; - default : - // Do not stop not handled events. - return; - } - }); - - return { - title : lang.title, - minWidth : 430, - minHeight : 280, - buttons : [ CKEDITOR.dialog.cancelButton ], - charColumns : 17, - onLoad : function() - { - var columns = this.definition.charColumns, - extraChars = editor.config.extraSpecialChars, - chars = editor.config.specialChars; - - var charsTableLabel = CKEDITOR.tools.getNextId() + '_specialchar_table_label'; - var html = [ '<table role="listbox" aria-labelledby="' + charsTableLabel + '"' + - ' style="width: 320px; height: 100%; border-collapse: separate;"' + - ' align="center" cellspacing="2" cellpadding="2" border="0">' ]; - - var i = 0, - size = chars.length, - character, - charDesc; - - while ( i < size ) - { - html.push( '<tr>' ) ; - - for ( var j = 0 ; j < columns ; j++, i++ ) - { - if ( ( character = chars[ i ] ) ) - { - charDesc = ''; - - if ( character instanceof Array ) - { - charDesc = character[ 1 ]; - character = character[ 0 ]; - } - else - { - var _tmpName = character.toLowerCase().replace( '&', '' ).replace( ';', '' ).replace( '#', '' ); - - // Use character in case description unavailable. - charDesc = lang[ _tmpName ] || character; - } - - var charLabelId = 'cke_specialchar_label_' + i + '_' + CKEDITOR.tools.getNextNumber(); - - html.push( - '<td class="cke_dark_background" style="cursor: default" role="presentation">' + - '<a href="javascript: void(0);" role="option"' + - ' aria-posinset="' + ( i +1 ) + '"', - ' aria-setsize="' + size + '"', - ' aria-labelledby="' + charLabelId + '"', - ' style="cursor: inherit; display: block; height: 1.25em; margin-top: 0.25em; text-align: center;" title="', CKEDITOR.tools.htmlEncode( charDesc ), '"' + - ' onkeydown="CKEDITOR.tools.callFunction( ' + onKeydown + ', event, this )"' + - ' onclick="CKEDITOR.tools.callFunction(' + onClick + ', this); return false;"' + - ' tabindex="-1">' + - '<span style="margin: 0 auto;cursor: inherit">' + - character + - '</span>' + - '<span class="cke_voice_label" id="' + charLabelId + '">' + - charDesc + - '</span></a>'); - } - else - html.push( '<td class="cke_dark_background"> ' ); - - html.push( '</td>' ); - } - html.push( '</tr>' ); - } - - html.push( '</tbody></table>', '<span id="' + charsTableLabel + '" class="cke_voice_label">' + lang.options +'</span>' ); - - this.getContentElement( 'info', 'charContainer' ).getElement().setHtml( html.join( '' ) ); - }, - contents : [ - { - id : 'info', - label : editor.lang.common.generalTab, - title : editor.lang.common.generalTab, - padding : 0, - align : 'top', - elements : [ - { - type : 'hbox', - align : 'top', - widths : [ '320px', '90px' ], - children : - [ - { - type : 'html', - id : 'charContainer', - html : '', - onMouseover : onFocus, - onMouseout : onBlur, - focus : function() - { - var firstChar = this.getElement().getElementsByTag( 'a' ).getItem( 0 ); - setTimeout( function() - { - firstChar.focus(); - onFocus( null, firstChar ); - }, 0 ); - }, - onShow : function() - { - var firstChar = this.getElement().getChild( [ 0, 0, 0, 0, 0 ] ); - setTimeout( function() - { - firstChar.focus(); - onFocus( null, firstChar ); - }, 0 ); - }, - onLoad : function( event ) - { - dialog = event.sender; - } - }, - { - type : 'hbox', - align : 'top', - widths : [ '100%' ], - children : - [ - { - type : 'vbox', - align : 'top', - children : - [ - { - type : 'html', - html : '<div></div>' - }, - { - type : 'html', - id : 'charPreview', - className : 'cke_dark_background', - style : 'border:1px solid #eeeeee;font-size:28px;height:40px;width:70px;padding-top:9px;font-family:\'Microsoft Sans Serif\',Arial,Helvetica,Verdana;text-align:center;', - html : '<div> </div>' - }, - { - type : 'html', - id : 'htmlPreview', - className : 'cke_dark_background', - style : 'border:1px solid #eeeeee;font-size:14px;height:20px;width:70px;padding-top:2px;font-family:\'Microsoft Sans Serif\',Arial,Helvetica,Verdana;text-align:center;', - html : '<div> </div>' - } - ] - } - ] - } - ] - } - ] - } - ] - }; -} ); diff --git a/skins/ckeditor/_source/plugins/specialchar/lang/en.js b/skins/ckeditor/_source/plugins/specialchar/lang/en.js deleted file mode 100644 index 69077c9..0000000 --- a/skins/ckeditor/_source/plugins/specialchar/lang/en.js +++ /dev/null @@ -1,89 +0,0 @@ - -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", - not: "Not sign", - reg: "Registered sign", - macr: "Macron", - deg: "Degree sign", - sup2: "Superscript two", - sup3: "Superscript three", - acute: "Acute accent", - micro: "Micro sign", - para: "Pilcrow sign", - middot: "Middle dot", - cedil: "Cedilla", - sup1: "Superscript one", - ordm: "Masculine ordinal indicator", - frac14: "Vulgar fraction one quarter", - frac12: "Vulgar fraction one half", - frac34: "Vulgar fraction three quarters", - iquest: "Inverted question mark", - agrave: "Latin small letter a with grave", - aacute: "Latin small letter a with acute", - acirc: "Latin small letter a with circumflex", - atilde: "Latin small letter a with tilde", - auml: "Latin small letter a with diaeresis", - aring: "Latin small letter a with ring above", - aelig: "Latin small letter ae", - ccedil: "Latin small letter c with cedilla", - egrave: "Latin small letter e with grave", - eacute: "Latin small letter e with acute", - ecirc: "Latin small letter e with circumflex", - euml: "Latin small letter e with diaeresis", - igrave: "Latin small letter i with grave", - iacute: "Latin small letter i with acute", - icirc: "Latin small letter i with circumflex", - iuml: "Latin small letter i with diaeresis", - eth: "Latin small letter eth", - ntilde: "Latin small letter n with tilde", - ograve: "Latin small letter o with grave", - oacute: "Latin small letter o with acute", - ocirc: "Latin small letter o with circumflex", - otilde: "Latin small letter o with tilde", - ouml: "Latin small letter o with diaeresis", - times: "Multiplication sign", - oslash: "Latin small letter o with stroke", - ugrave: "Latin small letter u with grave", - uacute: "Latin small letter u with acute", - ucirc: "Latin small letter u with circumflex", - uuml: "Latin small letter u with diaeresis", - yacute: "Latin small letter y with acute", - thorn: "Latin small letter thorn", - szlig: "Latin small letter sharp s", - divide: "Division sign", - yuml: "Latin small letter y with diaeresis", - oelig: "Latin small ligature oe", - '372': "Latin capital letter w with circumflex", - '374': "Latin capital letter y with circumflex", - '373': "Latin small letter w with circumflex", - '375': "Latin small letter y with circumflex", - 8219: "Single high-reversed-9 quotation mark", - bdquo: "Double low-9 quotation mark", - hellip: "Horizontal ellipsis", - trade: "Trade mark sign", - '9658': "Black right-pointing pointer", - bull: "Bullet", - rarr: "Rightwards double arrow", - harr: "Left right double arrow", - diams: "Black diamond suit", - asymp: "Almost equal to", - sbquo: "Single low-9 quotation mark" -}); diff --git a/skins/ckeditor/_source/plugins/specialchar/plugin.js b/skins/ckeditor/_source/plugins/specialchar/plugin.js deleted file mode 100644 index 85c802e..0000000 --- a/skins/ckeditor/_source/plugins/specialchar/plugin.js +++ /dev/null @@ -1,70 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file Special Character plugin - */ - -CKEDITOR.plugins.add( 'specialchar', -{ - // List of available localizations. - availableLangs : { en:1 }, - - init : function( editor ) - { - var pluginName = 'specialchar', - plugin = this; - - // Register the dialog. - CKEDITOR.dialog.add( pluginName, this.path + 'dialogs/specialchar.js' ); - - editor.addCommand( pluginName, - { - exec : function() - { - var langCode = editor.langCode; - langCode = plugin.availableLangs[ langCode ] ? langCode : 'en'; - - CKEDITOR.scriptLoader.load( - CKEDITOR.getUrl( plugin.path + 'lang/' + langCode + '.js' ), - function() - { - CKEDITOR.tools.extend( editor.lang.specialChar, plugin.langEntries[ langCode ] ); - editor.openDialog( pluginName ); - }); - }, - modes : { wysiwyg:1 }, - canUndo : false - }); - - // Register the toolbar button. - editor.ui.addButton( 'SpecialChar', - { - label : editor.lang.specialChar.toolbar, - command : pluginName - }); - } -} ); - -/** - * The list of special characters visible in Special Character dialog. - * @type Array - * @example - * config.specialChars = [ '"', '’', [ '&custom;', 'Custom label' ] ]; - * config.specialChars = config.specialChars.concat( [ '"', [ '’', 'Custom label' ] ] ); - */ -CKEDITOR.config.specialChars = - [ - '!','"','#','$','%','&',"'",'(',')','*','+','-','.','/', - '0','1','2','3','4','5','6','7','8','9',':',';', - '<','=','>','?','@', - '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', - '{','|','}','~', - "€", "‘", "’", "“", "”", "–", "—", "¡", "¢", "£", "¤", "¥", "¦", "§", "¨", "©", "ª", "«", "¬", "®", "¯", "°", "&", "²", "³", "´", "µ", "¶", "·", "¸", "¹", "º", "&", "¼", "½", "¾", "¿", "À", "Á", "Â", "Ã", "Ä", "Å", "Æ", "Ç", "È", "É", "Ê", "Ë", "Ì", "Í", "Î", "Ï", "Ð", "Ñ", "Ò", "Ó", "Ô", "Õ", "Ö", "×", "Ø", "Ù", "Ú", "Û", "Ü", "Ý", "Þ", "ß", "à", "á", "â", "ã", "ä", "å", "æ", "ç", "è", "é", "ê", "ë", "ì", "í", "î", "ï", "ð", "ñ", "ò", "ó", "ô", "õ", "ö", "÷", "ø", "ù", "ú", "û", "ü", "ü", "ý", "þ", "ÿ", "Œ", "œ", "Ŵ", "Ŷ", "ŵ", "ŷ", "‚", "‛", "„", "…", "™", "►", "•", "→", "⇒", "⇔", "♦", "≈" - ]; diff --git a/skins/ckeditor/_source/plugins/styles/plugin.js b/skins/ckeditor/_source/plugins/styles/plugin.js deleted file mode 100644 index 0850a66..0000000 --- a/skins/ckeditor/_source/plugins/styles/plugin.js +++ /dev/null @@ -1,1696 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'styles', -{ - requires : [ 'selection' ], - init : function( editor ) - { - // This doesn't look like correct, but it's the safest way to proper - // pass the disableReadonlyStyling configuration to the style system - // without having to change any method signature in the API. (#6103) - editor.on( 'contentDom', function() - { - editor.document.setCustomData( 'cke_includeReadonly', !editor.config.disableReadonlyStyling ); - }); - } -}); - -/** - * Registers a function to be called whenever the selection position changes in the - * editing area. The current state is passed to the function. The possible - * states are {@link CKEDITOR.TRISTATE_ON} and {@link CKEDITOR.TRISTATE_OFF}. - * @param {CKEDITOR.style} style The style to be watched. - * @param {Function} callback The function to be called. - * @example - * // Create a style object for the <b> element. - * var style = new CKEDITOR.style( { element : 'b' } ); - * var editor = CKEDITOR.instances.editor1; - * editor.attachStyleStateChange( style, function( state ) - * { - * if ( state == CKEDITOR.TRISTATE_ON ) - * alert( 'The current state for the B element is ON' ); - * else - * alert( 'The current state for the B element is OFF' ); - * }); - */ -CKEDITOR.editor.prototype.attachStyleStateChange = function( style, callback ) -{ - // Try to get the list of attached callbacks. - var styleStateChangeCallbacks = this._.styleStateChangeCallbacks; - - // If it doesn't exist, it means this is the first call. So, let's create - // all the structure to manage the style checks and the callback calls. - if ( !styleStateChangeCallbacks ) - { - // Create the callbacks array. - styleStateChangeCallbacks = this._.styleStateChangeCallbacks = []; - - // Attach to the selectionChange event, so we can check the styles at - // that point. - this.on( 'selectionChange', function( ev ) - { - // Loop throw all registered callbacks. - for ( var i = 0 ; i < styleStateChangeCallbacks.length ; i++ ) - { - var callback = styleStateChangeCallbacks[ i ]; - - // Check the current state for the style defined for that - // callback. - var currentState = callback.style.checkActive( ev.data.path ) ? CKEDITOR.TRISTATE_ON : CKEDITOR.TRISTATE_OFF; - - // Call the callback function, passing the current - // state to it. - callback.fn.call( this, currentState ); - } - }); - } - - // Save the callback info, so it can be checked on the next occurrence of - // selectionChange. - styleStateChangeCallbacks.push( { style : style, fn : callback } ); -}; - -CKEDITOR.STYLE_BLOCK = 1; -CKEDITOR.STYLE_INLINE = 2; -CKEDITOR.STYLE_OBJECT = 3; - -(function() -{ - var blockElements = { 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 }, - objectElements = { a: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 }; - - var semicolonFixRegex = /\s*(?:;\s*|$)/, - varRegex = /#\((.+?)\)/g; - - var notBookmark = CKEDITOR.dom.walker.bookmark( 0, 1 ), - nonWhitespaces = CKEDITOR.dom.walker.whitespaces( 1 ); - - CKEDITOR.style = function( styleDefinition, variablesValues ) - { - if ( variablesValues ) - { - styleDefinition = CKEDITOR.tools.clone( styleDefinition ); - - replaceVariables( styleDefinition.attributes, variablesValues ); - replaceVariables( styleDefinition.styles, variablesValues ); - } - - var element = this.element = styleDefinition.element ? - ( typeof styleDefinition.element == 'string' ? styleDefinition.element.toLowerCase() : styleDefinition.element ) - : '*'; - - this.type = - blockElements[ element ] ? - CKEDITOR.STYLE_BLOCK - : objectElements[ element ] ? - CKEDITOR.STYLE_OBJECT - : - CKEDITOR.STYLE_INLINE; - - // If the 'element' property is an object with a set of possible element, it will be applied like an object style: only to existing elements - if ( typeof this.element == 'object' ) - this.type = CKEDITOR.STYLE_OBJECT; - - this._ = - { - definition : styleDefinition - }; - }; - - CKEDITOR.style.prototype = - { - apply : function( document ) - { - applyStyle.call( this, document, false ); - }, - - remove : function( document ) - { - applyStyle.call( this, document, true ); - }, - - applyToRange : function( range ) - { - return ( this.applyToRange = - this.type == CKEDITOR.STYLE_INLINE ? - applyInlineStyle - : this.type == CKEDITOR.STYLE_BLOCK ? - applyBlockStyle - : this.type == CKEDITOR.STYLE_OBJECT ? - applyObjectStyle - : null ).call( this, range ); - }, - - removeFromRange : function( range ) - { - return ( this.removeFromRange = - this.type == CKEDITOR.STYLE_INLINE ? - removeInlineStyle - : this.type == CKEDITOR.STYLE_BLOCK ? - removeBlockStyle - : this.type == CKEDITOR.STYLE_OBJECT ? - removeObjectStyle - : null ).call( this, range ); - }, - - applyToObject : function( element ) - { - setupElement( element, this ); - }, - - /** - * Get the style state inside an element path. Returns "true" if the - * element is active in the path. - */ - checkActive : function( elementPath ) - { - switch ( this.type ) - { - case CKEDITOR.STYLE_BLOCK : - return this.checkElementRemovable( elementPath.block || elementPath.blockLimit, true ); - - case CKEDITOR.STYLE_OBJECT : - case CKEDITOR.STYLE_INLINE : - - var elements = elementPath.elements; - - for ( var i = 0, element ; i < elements.length ; i++ ) - { - element = elements[ i ]; - - if ( this.type == CKEDITOR.STYLE_INLINE - && ( element == elementPath.block || element == elementPath.blockLimit ) ) - continue; - - if( this.type == CKEDITOR.STYLE_OBJECT ) - { - var name = element.getName(); - if ( !( typeof this.element == 'string' ? name == this.element : name in this.element ) ) - continue; - } - - if ( this.checkElementRemovable( element, true ) ) - return true; - } - } - return false; - }, - - /** - * Whether this style can be applied at the element path. - * @param elementPath - */ - checkApplicable : function( elementPath ) - { - switch ( this.type ) - { - case CKEDITOR.STYLE_INLINE : - case CKEDITOR.STYLE_BLOCK : - break; - - case CKEDITOR.STYLE_OBJECT : - return elementPath.lastElement.getAscendant( this.element, true ); - } - - return true; - }, - - // Checks if an element, or any of its attributes, is removable by the - // current style definition. - checkElementRemovable : function( element, fullMatch ) - { - if ( !element || element.isReadOnly() ) - return false; - - var def = this._.definition, - attribs, - name = element.getName(); - - // If the element name is the same as the style name. - if ( typeof this.element == 'string' ? name == this.element : name in this.element ) - { - // If no attributes are defined in the element. - if ( !fullMatch && !element.hasAttributes() ) - return true; - - attribs = getAttributesForComparison( def ); - - if ( attribs._length ) - { - for ( var attName in attribs ) - { - if ( attName == '_length' ) - continue; - - var elementAttr = element.getAttribute( attName ) || ''; - - // Special treatment for 'style' attribute is required. - if ( attName == 'style' ? - compareCssText( attribs[ attName ], normalizeCssText( elementAttr, false ) ) - : attribs[ attName ] == elementAttr ) - { - if ( !fullMatch ) - return true; - } - else if ( fullMatch ) - return false; - } - if ( fullMatch ) - return true; - } - else - return true; - } - - // Check if the element can be somehow overriden. - var override = getOverrides( this )[ element.getName() ] ; - if ( override ) - { - // If no attributes have been defined, remove the element. - if ( !( attribs = override.attributes ) ) - return true; - - for ( var i = 0 ; i < attribs.length ; i++ ) - { - attName = attribs[i][0]; - var actualAttrValue = element.getAttribute( attName ); - if ( actualAttrValue ) - { - var attValue = attribs[i][1]; - - // Remove the attribute if: - // - The override definition value is null; - // - The override definition value is a string that - // matches the attribute value exactly. - // - The override definition value is a regex that - // has matches in the attribute value. - if ( attValue === null || - ( typeof attValue == 'string' && actualAttrValue == attValue ) || - attValue.test( actualAttrValue ) ) - return true; - } - } - } - return false; - }, - - // Builds the preview HTML based on the styles definition. - buildPreview : function( label ) - { - var styleDefinition = this._.definition, - html = [], - elementName = styleDefinition.element; - - // Avoid <bdo> in the preview. - if ( elementName == 'bdo' ) - elementName = 'span'; - - html = [ '<', elementName ]; - - // Assign all defined attributes. - var attribs = styleDefinition.attributes; - if ( attribs ) - { - for ( var att in attribs ) - { - html.push( ' ', att, '="', attribs[ att ], '"' ); - } - } - - // Assign the style attribute. - var cssStyle = CKEDITOR.style.getStyleText( styleDefinition ); - if ( cssStyle ) - html.push( ' style="', cssStyle, '"' ); - - html.push( '>', ( label || styleDefinition.name ), '</', elementName, '>' ); - - return html.join( '' ); - } - }; - - // Build the cssText based on the styles definition. - CKEDITOR.style.getStyleText = function( styleDefinition ) - { - // If we have already computed it, just return it. - var stylesDef = styleDefinition._ST; - if ( stylesDef ) - return stylesDef; - - stylesDef = styleDefinition.styles; - - // Builds the StyleText. - var stylesText = ( styleDefinition.attributes && styleDefinition.attributes[ 'style' ] ) || '', - specialStylesText = ''; - - if ( stylesText.length ) - stylesText = stylesText.replace( semicolonFixRegex, ';' ); - - for ( var style in stylesDef ) - { - var styleVal = stylesDef[ style ], - text = ( style + ':' + styleVal ).replace( semicolonFixRegex, ';' ); - - // Some browsers don't support 'inherit' property value, leave them intact. (#5242) - if ( styleVal == 'inherit' ) - specialStylesText += text; - else - stylesText += text; - } - - // Browsers make some changes to the style when applying them. So, here - // we normalize it to the browser format. - if ( stylesText.length ) - stylesText = normalizeCssText( stylesText ); - - stylesText += specialStylesText; - - // Return it, saving it to the next request. - return ( styleDefinition._ST = stylesText ); - }; - - // Gets the parent element which blocks the styling for an element. This - // can be done through read-only elements (contenteditable=false) or - // elements with the "data-nostyle" attribute. - function getUnstylableParent( element ) - { - var unstylable, - editable; - - while ( ( element = element.getParent() ) ) - { - if ( element.getName() == 'body' ) - break; - - if ( element.getAttribute( 'data-nostyle' ) ) - unstylable = element; - else if ( !editable ) - { - var contentEditable = element.getAttribute( 'contentEditable' ); - - if ( contentEditable == 'false' ) - unstylable = element; - else if ( contentEditable == 'true' ) - editable = 1; - } - } - - return unstylable; - } - - function applyInlineStyle( range ) - { - var document = range.document; - - if ( range.collapsed ) - { - // Create the element to be inserted in the DOM. - var collapsedElement = getElement( this, document ); - - // Insert the empty element into the DOM at the range position. - range.insertNode( collapsedElement ); - - // Place the selection right inside the empty element. - range.moveToPosition( collapsedElement, CKEDITOR.POSITION_BEFORE_END ); - - return; - } - - var elementName = this.element; - var def = this._.definition; - var isUnknownElement; - - // Indicates that fully selected read-only elements are to be included in the styling range. - var includeReadonly = def.includeReadonly; - - // If the read-only inclusion is not available in the definition, try - // to get it from the document data. - if ( includeReadonly == undefined ) - includeReadonly = document.getCustomData( 'cke_includeReadonly' ); - - // Get the DTD definition for the element. Defaults to "span". - var dtd = CKEDITOR.dtd[ elementName ] || ( isUnknownElement = true, CKEDITOR.dtd.span ); - - // Expand the range. - range.enlarge( CKEDITOR.ENLARGE_ELEMENT, 1 ); - range.trim(); - - // Get the first node to be processed and the last, which concludes the - // processing. - var boundaryNodes = range.createBookmark(), - firstNode = boundaryNodes.startNode, - lastNode = boundaryNodes.endNode; - - var currentNode = firstNode; - - var styleRange; - - // Check if the boundaries are inside non stylable elements. - var firstUnstylable = getUnstylableParent( firstNode ), - lastUnstylable = getUnstylableParent( lastNode ); - - // If the first element can't be styled, we'll start processing right - // after its unstylable root. - if ( firstUnstylable ) - currentNode = firstUnstylable.getNextSourceNode( true ); - - // If the last element can't be styled, we'll stop processing on its - // unstylable root. - if ( lastUnstylable ) - lastNode = lastUnstylable; - - // Do nothing if the current node now follows the last node to be processed. - if ( currentNode.getPosition( lastNode ) == CKEDITOR.POSITION_FOLLOWING ) - currentNode = 0; - - while ( currentNode ) - { - var applyStyle = false; - - if ( currentNode.equals( lastNode ) ) - { - currentNode = null; - applyStyle = true; - } - else - { - var nodeType = currentNode.type; - var nodeName = nodeType == CKEDITOR.NODE_ELEMENT ? currentNode.getName() : null; - var nodeIsReadonly = nodeName && ( currentNode.getAttribute( 'contentEditable' ) == 'false' ); - var nodeIsNoStyle = nodeName && currentNode.getAttribute( 'data-nostyle' ); - - if ( nodeName && currentNode.data( 'cke-bookmark' ) ) - { - currentNode = currentNode.getNextSourceNode( true ); - continue; - } - - // Check if the current node can be a child of the style element. - if ( !nodeName || ( dtd[ nodeName ] - && !nodeIsNoStyle - && ( !nodeIsReadonly || includeReadonly ) - && ( currentNode.getPosition( lastNode ) | CKEDITOR.POSITION_PRECEDING | CKEDITOR.POSITION_IDENTICAL | CKEDITOR.POSITION_IS_CONTAINED ) == ( CKEDITOR.POSITION_PRECEDING + CKEDITOR.POSITION_IDENTICAL + CKEDITOR.POSITION_IS_CONTAINED ) - && ( !def.childRule || def.childRule( currentNode ) ) ) ) - { - var currentParent = currentNode.getParent(); - - // Check if the style element can be a child of the current - // node parent or if the element is not defined in the DTD. - if ( currentParent - && ( ( currentParent.getDtd() || CKEDITOR.dtd.span )[ elementName ] || isUnknownElement ) - && ( !def.parentRule || def.parentRule( currentParent ) ) ) - { - // This node will be part of our range, so if it has not - // been started, place its start right before the node. - // In the case of an element node, it will be included - // only if it is entirely inside the range. - if ( !styleRange && ( !nodeName || !CKEDITOR.dtd.$removeEmpty[ nodeName ] || ( currentNode.getPosition( lastNode ) | CKEDITOR.POSITION_PRECEDING | CKEDITOR.POSITION_IDENTICAL | CKEDITOR.POSITION_IS_CONTAINED ) == ( CKEDITOR.POSITION_PRECEDING + CKEDITOR.POSITION_IDENTICAL + CKEDITOR.POSITION_IS_CONTAINED ) ) ) - { - styleRange = new CKEDITOR.dom.range( document ); - styleRange.setStartBefore( currentNode ); - } - - // Non element nodes, readonly elements, or empty - // elements can be added completely to the range. - if ( nodeType == CKEDITOR.NODE_TEXT || nodeIsReadonly || ( nodeType == CKEDITOR.NODE_ELEMENT && !currentNode.getChildCount() ) ) - { - var includedNode = currentNode; - var parentNode; - - // This node is about to be included completelly, but, - // if this is the last node in its parent, we must also - // check if the parent itself can be added completelly - // to the range, otherwise apply the style immediately. - while ( ( applyStyle = !includedNode.getNext( notBookmark ) ) - && ( parentNode = includedNode.getParent(), dtd[ parentNode.getName() ] ) - && ( parentNode.getPosition( firstNode ) | CKEDITOR.POSITION_FOLLOWING | CKEDITOR.POSITION_IDENTICAL | CKEDITOR.POSITION_IS_CONTAINED ) == ( CKEDITOR.POSITION_FOLLOWING + CKEDITOR.POSITION_IDENTICAL + CKEDITOR.POSITION_IS_CONTAINED ) - && ( !def.childRule || def.childRule( parentNode ) ) ) - { - includedNode = parentNode; - } - - styleRange.setEndAfter( includedNode ); - - } - } - else - applyStyle = true; - } - else - applyStyle = true; - - // Get the next node to be processed. - currentNode = currentNode.getNextSourceNode( nodeIsNoStyle || nodeIsReadonly ); - } - - // Apply the style if we have something to which apply it. - if ( applyStyle && styleRange && !styleRange.collapsed ) - { - // Build the style element, based on the style object definition. - var styleNode = getElement( this, document ), - styleHasAttrs = styleNode.hasAttributes(); - - // Get the element that holds the entire range. - var parent = styleRange.getCommonAncestor(); - - var removeList = { - styles : {}, - attrs : {}, - // Styles cannot be removed. - blockedStyles : {}, - // Attrs cannot be removed. - blockedAttrs : {} - }; - - var attName, styleName, value; - - // Loop through the parents, removing the redundant attributes - // from the element to be applied. - while ( styleNode && parent ) - { - if ( parent.getName() == elementName ) - { - for ( attName in def.attributes ) - { - if ( removeList.blockedAttrs[ attName ] || !( value = parent.getAttribute( styleName ) ) ) - continue; - - if ( styleNode.getAttribute( attName ) == value ) - removeList.attrs[ attName ] = 1; - else - removeList.blockedAttrs[ attName ] = 1; - } - - for ( styleName in def.styles ) - { - if ( removeList.blockedStyles[ styleName ] || !( value = parent.getStyle( styleName ) ) ) - continue; - - if ( styleNode.getStyle( styleName ) == value ) - removeList.styles[ styleName ] = 1; - else - removeList.blockedStyles[ styleName ] = 1; - } - } - - parent = parent.getParent(); - } - - for ( attName in removeList.attrs ) - styleNode.removeAttribute( attName ); - - for ( styleName in removeList.styles ) - styleNode.removeStyle( styleName ); - - if ( styleHasAttrs && !styleNode.hasAttributes() ) - styleNode = null; - - if ( styleNode ) - { - // Move the contents of the range to the style element. - styleRange.extractContents().appendTo( styleNode ); - - // Here we do some cleanup, removing all duplicated - // elements from the style element. - removeFromInsideElement( this, styleNode ); - - // Insert it into the range position (it is collapsed after - // extractContents. - styleRange.insertNode( styleNode ); - - // Let's merge our new style with its neighbors, if possible. - styleNode.mergeSiblings(); - - // As the style system breaks text nodes constantly, let's normalize - // things for performance. - // With IE, some paragraphs get broken when calling normalize() - // repeatedly. Also, for IE, we must normalize body, not documentElement. - // IE is also known for having a "crash effect" with normalize(). - // We should try to normalize with IE too in some way, somewhere. - if ( !CKEDITOR.env.ie ) - styleNode.$.normalize(); - } - // Style already inherit from parents, left just to clear up any internal overrides. (#5931) - else - { - styleNode = new CKEDITOR.dom.element( 'span' ); - styleRange.extractContents().appendTo( styleNode ); - styleRange.insertNode( styleNode ); - removeFromInsideElement( this, styleNode ); - styleNode.remove( true ); - } - - // Style applied, let's release the range, so it gets - // re-initialization in the next loop. - styleRange = null; - } - } - - // Remove the bookmark nodes. - range.moveToBookmark( boundaryNodes ); - - // Minimize the result range to exclude empty text nodes. (#5374) - range.shrink( CKEDITOR.SHRINK_TEXT ); - } - - function removeInlineStyle( range ) - { - /* - * Make sure our range has included all "collpased" parent inline nodes so - * that our operation logic can be simpler. - */ - range.enlarge( CKEDITOR.ENLARGE_ELEMENT, 1 ); - - var bookmark = range.createBookmark(), - startNode = bookmark.startNode; - - if ( range.collapsed ) - { - - var startPath = new CKEDITOR.dom.elementPath( startNode.getParent() ), - // The topmost element in elementspatch which we should jump out of. - boundaryElement; - - - for ( var i = 0, element ; i < startPath.elements.length - && ( element = startPath.elements[i] ) ; i++ ) - { - /* - * 1. If it's collaped inside text nodes, try to remove the style from the whole element. - * - * 2. Otherwise if it's collapsed on element boundaries, moving the selection - * outside the styles instead of removing the whole tag, - * also make sure other inner styles were well preserverd.(#3309) - */ - if ( element == startPath.block || element == startPath.blockLimit ) - break; - - if ( this.checkElementRemovable( element ) ) - { - var isStart; - - if ( range.collapsed && ( - range.checkBoundaryOfElement( element, CKEDITOR.END ) || - ( isStart = range.checkBoundaryOfElement( element, CKEDITOR.START ) ) ) ) - { - boundaryElement = element; - boundaryElement.match = isStart ? 'start' : 'end'; - } - else - { - /* - * Before removing the style node, there may be a sibling to the style node - * that's exactly the same to the one to be removed. To the user, it makes - * no difference that they're separate entities in the DOM tree. So, merge - * them before removal. - */ - element.mergeSiblings(); - if ( element.getName() == this.element ) - removeFromElement( this, element ); - else - removeOverrides( element, getOverrides( this )[ element.getName() ] ); - } - } - } - - // Re-create the style tree after/before the boundary element, - // the replication start from bookmark start node to define the - // new range. - if ( boundaryElement ) - { - var clonedElement = startNode; - for ( i = 0 ;; i++ ) - { - var newElement = startPath.elements[ i ]; - if ( newElement.equals( boundaryElement ) ) - break; - // Avoid copying any matched element. - else if ( newElement.match ) - continue; - else - newElement = newElement.clone(); - newElement.append( clonedElement ); - clonedElement = newElement; - } - clonedElement[ boundaryElement.match == 'start' ? - 'insertBefore' : 'insertAfter' ]( boundaryElement ); - } - } - else - { - /* - * Now our range isn't collapsed. Lets walk from the start node to the end - * node via DFS and remove the styles one-by-one. - */ - var endNode = bookmark.endNode, - me = this; - - /* - * Find out the style ancestor that needs to be broken down at startNode - * and endNode. - */ - function breakNodes() - { - var startPath = new CKEDITOR.dom.elementPath( startNode.getParent() ), - endPath = new CKEDITOR.dom.elementPath( endNode.getParent() ), - breakStart = null, - breakEnd = null; - for ( var i = 0 ; i < startPath.elements.length ; i++ ) - { - var element = startPath.elements[ i ]; - - if ( element == startPath.block || element == startPath.blockLimit ) - break; - - if ( me.checkElementRemovable( element ) ) - breakStart = element; - } - for ( i = 0 ; i < endPath.elements.length ; i++ ) - { - element = endPath.elements[ i ]; - - if ( element == endPath.block || element == endPath.blockLimit ) - break; - - if ( me.checkElementRemovable( element ) ) - breakEnd = element; - } - - if ( breakEnd ) - endNode.breakParent( breakEnd ); - if ( breakStart ) - startNode.breakParent( breakStart ); - } - breakNodes(); - - // Now, do the DFS walk. - var currentNode = startNode.getNext(); - while ( !currentNode.equals( endNode ) ) - { - /* - * Need to get the next node first because removeFromElement() can remove - * the current node from DOM tree. - */ - var nextNode = currentNode.getNextSourceNode(); - if ( currentNode.type == CKEDITOR.NODE_ELEMENT && this.checkElementRemovable( currentNode ) ) - { - // Remove style from element or overriding element. - if ( currentNode.getName() == this.element ) - removeFromElement( this, currentNode ); - else - removeOverrides( currentNode, getOverrides( this )[ currentNode.getName() ] ); - - /* - * removeFromElement() may have merged the next node with something before - * the startNode via mergeSiblings(). In that case, the nextNode would - * contain startNode and we'll have to call breakNodes() again and also - * reassign the nextNode to something after startNode. - */ - if ( nextNode.type == CKEDITOR.NODE_ELEMENT && nextNode.contains( startNode ) ) - { - breakNodes(); - nextNode = startNode.getNext(); - } - } - currentNode = nextNode; - } - } - - range.moveToBookmark( bookmark ); - } - - function applyObjectStyle( range ) - { - var root = range.getCommonAncestor( true, true ), - element = root.getAscendant( this.element, true ); - element && !element.isReadOnly() && setupElement( element, this ); - } - - function removeObjectStyle( range ) - { - var root = range.getCommonAncestor( true, true ), - element = root.getAscendant( this.element, true ); - - if ( !element ) - return; - - var style = this, - def = style._.definition, - attributes = def.attributes; - var styles = CKEDITOR.style.getStyleText( def ); - - // Remove all defined attributes. - if ( attributes ) - { - for ( var att in attributes ) - { - element.removeAttribute( att, attributes[ att ] ); - } - } - - // Assign all defined styles. - if ( def.styles ) - { - for ( var i in def.styles ) - { - if ( !def.styles.hasOwnProperty( i ) ) - continue; - - element.removeStyle( i ); - } - } - } - - function applyBlockStyle( range ) - { - // Serializible bookmarks is needed here since - // elements may be merged. - var bookmark = range.createBookmark( true ); - - var iterator = range.createIterator(); - iterator.enforceRealBlocks = true; - - // make recognize <br /> tag as a separator in ENTER_BR mode (#5121) - if ( this._.enterMode ) - iterator.enlargeBr = ( this._.enterMode != CKEDITOR.ENTER_BR ); - - var block; - var doc = range.document; - var previousPreBlock; - - while ( ( block = iterator.getNextParagraph() ) ) // Only one = - { - if ( !block.isReadOnly() ) - { - var newBlock = getElement( this, doc, block ); - replaceBlock( block, newBlock ); - } - } - - range.moveToBookmark( bookmark ); - } - - function removeBlockStyle( range ) - { - // Serializible bookmarks is needed here since - // elements may be merged. - var bookmark = range.createBookmark( 1 ); - - var iterator = range.createIterator(); - iterator.enforceRealBlocks = true; - iterator.enlargeBr = this._.enterMode != CKEDITOR.ENTER_BR; - - var block; - while ( ( block = iterator.getNextParagraph() ) ) - { - if ( this.checkElementRemovable( block ) ) - { - // <pre> get special treatment. - if ( block.is( 'pre' ) ) - { - var newBlock = this._.enterMode == CKEDITOR.ENTER_BR ? - null : range.document.createElement( - this._.enterMode == CKEDITOR.ENTER_P ? 'p' : 'div' ); - - newBlock && block.copyAttributes( newBlock ); - replaceBlock( block, newBlock ); - } - else - removeFromElement( this, block, 1 ); - } - } - - range.moveToBookmark( bookmark ); - } - - // Replace the original block with new one, with special treatment - // for <pre> blocks to make sure content format is well preserved, and merging/splitting adjacent - // when necessary.(#3188) - function replaceBlock( block, newBlock ) - { - // Block is to be removed, create a temp element to - // save contents. - var removeBlock = !newBlock; - if ( removeBlock ) - { - newBlock = block.getDocument().createElement( 'div' ); - block.copyAttributes( newBlock ); - } - - var newBlockIsPre = newBlock && newBlock.is( 'pre' ); - var blockIsPre = block.is( 'pre' ); - - var isToPre = newBlockIsPre && !blockIsPre; - var isFromPre = !newBlockIsPre && blockIsPre; - - if ( isToPre ) - newBlock = toPre( block, newBlock ); - else if ( isFromPre ) - // Split big <pre> into pieces before start to convert. - newBlock = fromPres( removeBlock ? - [ block.getHtml() ] : splitIntoPres( block ), newBlock ); - else - block.moveChildren( newBlock ); - - newBlock.replace( block ); - - if ( newBlockIsPre ) - { - // Merge previous <pre> blocks. - mergePre( newBlock ); - } - else if ( removeBlock ) - removeNoAttribsElement( newBlock ); - } - - /** - * Merge a <pre> block with a previous sibling if available. - */ - function mergePre( preBlock ) - { - var previousBlock; - if ( !( ( previousBlock = preBlock.getPrevious( nonWhitespaces ) ) - && previousBlock.is - && previousBlock.is( 'pre') ) ) - return; - - // Merge the previous <pre> block contents into the current <pre> - // block. - // - // Another thing to be careful here is that currentBlock might contain - // a '\n' at the beginning, and previousBlock might contain a '\n' - // towards the end. These new lines are not normally displayed but they - // become visible after merging. - var mergedHtml = replace( previousBlock.getHtml(), /\n$/, '' ) + '\n\n' + - replace( preBlock.getHtml(), /^\n/, '' ) ; - - // Krugle: IE normalizes innerHTML from <pre>, breaking whitespaces. - if ( CKEDITOR.env.ie ) - preBlock.$.outerHTML = '<pre>' + mergedHtml + '</pre>'; - else - preBlock.setHtml( mergedHtml ); - - previousBlock.remove(); - } - - /** - * Split into multiple <pre> blocks separated by double line-break. - * @param preBlock - */ - function splitIntoPres( preBlock ) - { - // Exclude the ones at header OR at tail, - // and ignore bookmark content between them. - var duoBrRegex = /(\S\s*)\n(?:\s|(<span[^>]+data-cke-bookmark.*?\/span>))*\n(?!$)/gi, - blockName = preBlock.getName(), - splitedHtml = replace( preBlock.getOuterHtml(), - duoBrRegex, - function( match, charBefore, bookmark ) - { - return charBefore + '</pre>' + bookmark + '<pre>'; - } ); - - var pres = []; - splitedHtml.replace( /<pre\b.*?>([\s\S]*?)<\/pre>/gi, function( match, preContent ){ - pres.push( preContent ); - } ); - return pres; - } - - // Wrapper function of String::replace without considering of head/tail bookmarks nodes. - function replace( str, regexp, replacement ) - { - var headBookmark = '', - tailBookmark = ''; - - str = str.replace( /(^<span[^>]+data-cke-bookmark.*?\/span>)|(<span[^>]+data-cke-bookmark.*?\/span>$)/gi, - function( str, m1, m2 ){ - m1 && ( headBookmark = m1 ); - m2 && ( tailBookmark = m2 ); - return ''; - } ); - return headBookmark + str.replace( regexp, replacement ) + tailBookmark; - } - - /** - * Converting a list of <pre> into blocks with format well preserved. - */ - function fromPres( preHtmls, newBlock ) - { - var docFrag; - if ( preHtmls.length > 1 ) - docFrag = new CKEDITOR.dom.documentFragment( newBlock.getDocument() ); - - for ( var i = 0 ; i < preHtmls.length ; i++ ) - { - var blockHtml = preHtmls[ i ]; - - // 1. Trim the first and last line-breaks immediately after and before <pre>, - // they're not visible. - blockHtml = blockHtml.replace( /(\r\n|\r)/g, '\n' ) ; - blockHtml = replace( blockHtml, /^[ \t]*\n/, '' ) ; - blockHtml = replace( blockHtml, /\n$/, '' ) ; - // 2. Convert spaces or tabs at the beginning or at the end to - blockHtml = replace( blockHtml, /^[ \t]+|[ \t]+$/g, function( match, offset, s ) - { - if ( match.length == 1 ) // one space, preserve it - return ' ' ; - else if ( !offset ) // beginning of block - return CKEDITOR.tools.repeat( ' ', match.length - 1 ) + ' '; - else // end of block - return ' ' + CKEDITOR.tools.repeat( ' ', match.length - 1 ); - } ) ; - - // 3. Convert \n to <BR>. - // 4. Convert contiguous (i.e. non-singular) spaces or tabs to - blockHtml = blockHtml.replace( /\n/g, '<br>' ) ; - blockHtml = blockHtml.replace( /[ \t]{2,}/g, - function ( match ) - { - return CKEDITOR.tools.repeat( ' ', match.length - 1 ) + ' ' ; - } ) ; - - if ( docFrag ) - { - var newBlockClone = newBlock.clone(); - newBlockClone.setHtml( blockHtml ); - docFrag.append( newBlockClone ); - } - else - newBlock.setHtml( blockHtml ); - } - - return docFrag || newBlock; - } - - /** - * Converting from a non-PRE block to a PRE block in formatting operations. - */ - function toPre( block, newBlock ) - { - var bogus = block.getBogus(); - bogus && bogus.remove(); - - // First trim the block content. - var preHtml = block.getHtml(); - - // 1. Trim head/tail spaces, they're not visible. - preHtml = replace( preHtml, /(?:^[ \t\n\r]+)|(?:[ \t\n\r]+$)/g, '' ); - // 2. Delete ANSI whitespaces immediately before and after <BR> because - // they are not visible. - preHtml = preHtml.replace( /[ \t\r\n]*(<br[^>]*>)[ \t\r\n]*/gi, '$1' ); - // 3. Compress other ANSI whitespaces since they're only visible as one - // single space previously. - // 4. Convert to spaces since is no longer needed in <PRE>. - preHtml = preHtml.replace( /([ \t\n\r]+| )/g, ' ' ); - // 5. Convert any <BR /> to \n. This must not be done earlier because - // the \n would then get compressed. - preHtml = preHtml.replace( /<br\b[^>]*>/gi, '\n' ); - - // Krugle: IE normalizes innerHTML to <pre>, breaking whitespaces. - if ( CKEDITOR.env.ie ) - { - var temp = block.getDocument().createElement( 'div' ); - temp.append( newBlock ); - newBlock.$.outerHTML = '<pre>' + preHtml + '</pre>'; - newBlock.copyAttributes( temp.getFirst() ); - newBlock = temp.getFirst().remove(); - } - else - newBlock.setHtml( preHtml ); - - return newBlock; - } - - // Removes a style from an element itself, don't care about its subtree. - function removeFromElement( style, element ) - { - var def = style._.definition, - attributes = CKEDITOR.tools.extend( {}, def.attributes, getOverrides( style )[ element.getName() ] ), - styles = def.styles, - // If the style is only about the element itself, we have to remove the element. - removeEmpty = CKEDITOR.tools.isEmpty( attributes ) && CKEDITOR.tools.isEmpty( styles ); - - // Remove definition attributes/style from the elemnt. - for ( var attName in attributes ) - { - // The 'class' element value must match (#1318). - if ( ( attName == 'class' || style._.definition.fullMatch ) - && element.getAttribute( attName ) != normalizeProperty( attName, attributes[ attName ] ) ) - continue; - removeEmpty = element.hasAttribute( attName ); - element.removeAttribute( attName ); - } - - for ( var styleName in styles ) - { - // Full match style insist on having fully equivalence. (#5018) - if ( style._.definition.fullMatch - && element.getStyle( styleName ) != normalizeProperty( styleName, styles[ styleName ], true ) ) - continue; - - removeEmpty = removeEmpty || !!element.getStyle( styleName ); - element.removeStyle( styleName ); - } - - if ( removeEmpty ) - { - !CKEDITOR.dtd.$block[ element.getName() ] || style._.enterMode == CKEDITOR.ENTER_BR && !element.hasAttributes() ? - removeNoAttribsElement( element ) : - element.renameNode( style._.enterMode == CKEDITOR.ENTER_P ? 'p' : 'div' ); - } - } - - // Removes a style from inside an element. - function removeFromInsideElement( style, element ) - { - var def = style._.definition, - attribs = def.attributes, - styles = def.styles, - overrides = getOverrides( style ), - innerElements = element.getElementsByTag( style.element ); - - for ( var i = innerElements.count(); --i >= 0 ; ) - removeFromElement( style, innerElements.getItem( i ) ); - - // Now remove any other element with different name that is - // defined to be overriden. - for ( var overrideElement in overrides ) - { - if ( overrideElement != style.element ) - { - innerElements = element.getElementsByTag( overrideElement ) ; - for ( i = innerElements.count() - 1 ; i >= 0 ; i-- ) - { - var innerElement = innerElements.getItem( i ); - removeOverrides( innerElement, overrides[ overrideElement ] ) ; - } - } - } - } - - /** - * Remove overriding styles/attributes from the specific element. - * Note: Remove the element if no attributes remain. - * @param {Object} element - * @param {Object} overrides - */ - function removeOverrides( element, overrides ) - { - var attributes = overrides && overrides.attributes ; - - if ( attributes ) - { - for ( var i = 0 ; i < attributes.length ; i++ ) - { - var attName = attributes[i][0], actualAttrValue ; - - if ( ( actualAttrValue = element.getAttribute( attName ) ) ) - { - var attValue = attributes[i][1] ; - - // Remove the attribute if: - // - The override definition value is null ; - // - The override definition valie is a string that - // matches the attribute value exactly. - // - The override definition value is a regex that - // has matches in the attribute value. - if ( attValue === null || - ( attValue.test && attValue.test( actualAttrValue ) ) || - ( typeof attValue == 'string' && actualAttrValue == attValue ) ) - element.removeAttribute( attName ) ; - } - } - } - - removeNoAttribsElement( element ); - } - - // If the element has no more attributes, remove it. - function removeNoAttribsElement( element ) - { - // If no more attributes remained in the element, remove it, - // leaving its children. - if ( !element.hasAttributes() ) - { - if ( CKEDITOR.dtd.$block[ element.getName() ] ) - { - var previous = element.getPrevious( nonWhitespaces ), - next = element.getNext( nonWhitespaces ); - - if ( previous && ( previous.type == CKEDITOR.NODE_TEXT || !previous.isBlockBoundary( { br : 1 } ) ) ) - element.append( 'br', 1 ); - if ( next && ( next.type == CKEDITOR.NODE_TEXT || !next.isBlockBoundary( { br : 1 } ) ) ) - element.append( 'br' ); - - element.remove( true ); - } - else - { - // Removing elements may open points where merging is possible, - // so let's cache the first and last nodes for later checking. - var firstChild = element.getFirst(); - var lastChild = element.getLast(); - - element.remove( true ); - - if ( firstChild ) - { - // Check the cached nodes for merging. - firstChild.type == CKEDITOR.NODE_ELEMENT && firstChild.mergeSiblings(); - - if ( lastChild && !firstChild.equals( lastChild ) - && lastChild.type == CKEDITOR.NODE_ELEMENT ) - lastChild.mergeSiblings(); - } - - } - } - } - - function getElement( style, targetDocument, element ) - { - var el, - def = style._.definition, - elementName = style.element; - - // The "*" element name will always be a span for this function. - if ( elementName == '*' ) - elementName = 'span'; - - // Create the element. - el = new CKEDITOR.dom.element( elementName, targetDocument ); - - // #6226: attributes should be copied before the new ones are applied - if ( element ) - element.copyAttributes( el ); - - el = setupElement( el, style ); - - // Avoid ID duplication. - if ( targetDocument.getCustomData( 'doc_processing_style' ) && el.hasAttribute( 'id' ) ) - el.removeAttribute( 'id' ); - else - targetDocument.setCustomData( 'doc_processing_style', 1 ); - - return el; - } - - function setupElement( el, style ) - { - var def = style._.definition, - attributes = def.attributes, - styles = CKEDITOR.style.getStyleText( def ); - - // Assign all defined attributes. - if ( attributes ) - { - for ( var att in attributes ) - { - el.setAttribute( att, attributes[ att ] ); - } - } - - // Assign all defined styles. - if( styles ) - el.setAttribute( 'style', styles ); - - return el; - } - - function replaceVariables( list, variablesValues ) - { - for ( var item in list ) - { - list[ item ] = list[ item ].replace( varRegex, function( match, varName ) - { - return variablesValues[ varName ]; - }); - } - } - - // Returns an object that can be used for style matching comparison. - // Attributes names and values are all lowercased, and the styles get - // merged with the style attribute. - function getAttributesForComparison( styleDefinition ) - { - // If we have already computed it, just return it. - var attribs = styleDefinition._AC; - if ( attribs ) - return attribs; - - attribs = {}; - - var length = 0; - - // Loop through all defined attributes. - var styleAttribs = styleDefinition.attributes; - if ( styleAttribs ) - { - for ( var styleAtt in styleAttribs ) - { - length++; - attribs[ styleAtt ] = styleAttribs[ styleAtt ]; - } - } - - // Includes the style definitions. - var styleText = CKEDITOR.style.getStyleText( styleDefinition ); - if ( styleText ) - { - if ( !attribs[ 'style' ] ) - length++; - attribs[ 'style' ] = styleText; - } - - // Appends the "length" information to the object. - attribs._length = length; - - // Return it, saving it to the next request. - return ( styleDefinition._AC = attribs ); - } - - /** - * Get the the collection used to compare the elements and attributes, - * defined in this style overrides, with other element. All information in - * it is lowercased. - * @param {CKEDITOR.style} style - */ - function getOverrides( style ) - { - if ( style._.overrides ) - return style._.overrides; - - var overrides = ( style._.overrides = {} ), - definition = style._.definition.overrides; - - if ( definition ) - { - // The override description can be a string, object or array. - // Internally, well handle arrays only, so transform it if needed. - if ( !CKEDITOR.tools.isArray( definition ) ) - definition = [ definition ]; - - // Loop through all override definitions. - for ( var i = 0 ; i < definition.length ; i++ ) - { - var override = definition[i]; - var elementName; - var overrideEl; - var attrs; - - // If can be a string with the element name. - if ( typeof override == 'string' ) - elementName = override.toLowerCase(); - // Or an object. - else - { - elementName = override.element ? override.element.toLowerCase() : style.element; - attrs = override.attributes; - } - - // We can have more than one override definition for the same - // element name, so we attempt to simply append information to - // it if it already exists. - overrideEl = overrides[ elementName ] || ( overrides[ elementName ] = {} ); - - if ( attrs ) - { - // The returning attributes list is an array, because we - // could have different override definitions for the same - // attribute name. - var overrideAttrs = ( overrideEl.attributes = overrideEl.attributes || new Array() ); - for ( var attName in attrs ) - { - // Each item in the attributes array is also an array, - // where [0] is the attribute name and [1] is the - // override value. - overrideAttrs.push( [ attName.toLowerCase(), attrs[ attName ] ] ); - } - } - } - } - - return overrides; - } - - // Make the comparison of attribute value easier by standardizing it. - function normalizeProperty( name, value, isStyle ) - { - var temp = new CKEDITOR.dom.element( 'span' ); - temp [ isStyle ? 'setStyle' : 'setAttribute' ]( name, value ); - return temp[ isStyle ? 'getStyle' : 'getAttribute' ]( name ); - } - - // Make the comparison of style text easier by standardizing it. - function normalizeCssText( unparsedCssText, nativeNormalize ) - { - var styleText; - if ( nativeNormalize !== false ) - { - // Injects the style in a temporary span object, so the browser parses it, - // retrieving its final format. - var temp = new CKEDITOR.dom.element( 'span' ); - temp.setAttribute( 'style', unparsedCssText ); - styleText = temp.getAttribute( 'style' ) || ''; - } - else - styleText = unparsedCssText; - - // Normalize font-family property, ignore quotes and being case insensitive. (#7322) - // http://www.w3.org/TR/css3-fonts/#font-family-the-font-family-property - styleText = styleText.replace( /(font-family:)(.*?)(?=;|$)/, function ( match, prop, val ) - { - var names = val.split( ',' ); - for ( var i = 0; i < names.length; i++ ) - names[ i ] = CKEDITOR.tools.trim( names[ i ].replace( /["']/g, '' ) ); - return prop + names.join( ',' ); - }); - - // Shrinking white-spaces around colon and semi-colon (#4147). - // Compensate tail semi-colon. - return styleText.replace( /\s*([;:])\s*/, '$1' ) - .replace( /([^\s;])$/, '$1;') - // Trimming spaces after comma(#4107), - // remove quotations(#6403), - // mostly for differences on "font-family". - .replace( /,\s+/g, ',' ) - .replace( /\"/g,'' ) - .toLowerCase(); - } - - // Turn inline style text properties into one hash. - function parseStyleText( styleText ) - { - var retval = {}; - styleText - .replace( /"/g, '"' ) - .replace( /\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g, function( match, name, value ) - { - retval[ name ] = value; - } ); - return retval; - } - - /** - * Compare two bunch of styles, with the speciality that value 'inherit' - * is treated as a wildcard which will match any value. - * @param {Object|String} source - * @param {Object|String} target - */ - function compareCssText( source, target ) - { - typeof source == 'string' && ( source = parseStyleText( source ) ); - typeof target == 'string' && ( target = parseStyleText( target ) ); - for( var name in source ) - { - if ( !( name in target && - ( target[ name ] == source[ name ] - || source[ name ] == 'inherit' - || target[ name ] == 'inherit' ) ) ) - { - return false; - } - } - return true; - } - - function applyStyle( document, remove ) - { - var selection = document.getSelection(), - // Bookmark the range so we can re-select it after processing. - bookmarks = selection.createBookmarks( 1 ), - ranges = selection.getRanges(), - func = remove ? this.removeFromRange : this.applyToRange, - range; - - var iterator = ranges.createIterator(); - while ( ( range = iterator.getNextRange() ) ) - func.call( this, range ); - - if ( bookmarks.length == 1 && bookmarks[ 0 ].collapsed ) - { - selection.selectRanges( ranges ); - document.getById( bookmarks[ 0 ].startNode ).remove(); - } - else - selection.selectBookmarks( bookmarks ); - - document.removeCustomData( 'doc_processing_style' ); - } -})(); - -CKEDITOR.styleCommand = function( style ) -{ - this.style = style; -}; - -CKEDITOR.styleCommand.prototype.exec = function( editor ) -{ - editor.focus(); - - var doc = editor.document; - - if ( doc ) - { - if ( this.state == CKEDITOR.TRISTATE_OFF ) - this.style.apply( doc ); - else if ( this.state == CKEDITOR.TRISTATE_ON ) - this.style.remove( doc ); - } - - return !!doc; -}; - -/** - * Manages styles registration and loading. See also {@link CKEDITOR.config.stylesSet}. - * @namespace - * @augments CKEDITOR.resourceManager - * @constructor - * @since 3.2 - * @example - * // The set of styles for the <b>Styles</b> combo - * CKEDITOR.stylesSet.add( 'default', - * [ - * // Block Styles - * { name : 'Blue Title' , element : 'h3', styles : { 'color' : 'Blue' } }, - * { name : 'Red Title' , element : 'h3', styles : { 'color' : 'Red' } }, - * - * // Inline Styles - * { name : 'Marker: Yellow' , element : 'span', styles : { 'background-color' : 'Yellow' } }, - * { name : 'Marker: Green' , element : 'span', styles : { 'background-color' : 'Lime' } }, - * - * // Object Styles - * { - * name : 'Image on Left', - * element : 'img', - * attributes : - * { - * 'style' : 'padding: 5px; margin-right: 5px', - * 'border' : '2', - * 'align' : 'left' - * } - * } - * ]); - */ -CKEDITOR.stylesSet = new CKEDITOR.resourceManager( '', 'stylesSet' ); - -// Backward compatibility (#5025). -CKEDITOR.addStylesSet = CKEDITOR.tools.bind( CKEDITOR.stylesSet.add, CKEDITOR.stylesSet ); -CKEDITOR.loadStylesSet = function( name, url, callback ) - { - CKEDITOR.stylesSet.addExternal( name, url, '' ); - CKEDITOR.stylesSet.load( name, callback ); - }; - - -/** - * Gets the current styleSet for this instance - * @param {Function} callback The function to be called with the styles data. - * @example - * editor.getStylesSet( function( stylesDefinitions ) {} ); - */ -CKEDITOR.editor.prototype.getStylesSet = function( callback ) -{ - if ( !this._.stylesDefinitions ) - { - var editor = this, - // Respect the backwards compatible definition entry - configStyleSet = editor.config.stylesCombo_stylesSet || editor.config.stylesSet || 'default'; - - // #5352 Allow to define the styles directly in the config object - if ( configStyleSet instanceof Array ) - { - editor._.stylesDefinitions = configStyleSet; - callback( configStyleSet ); - return; - } - - var partsStylesSet = configStyleSet.split( ':' ), - styleSetName = partsStylesSet[ 0 ], - externalPath = partsStylesSet[ 1 ], - pluginPath = CKEDITOR.plugins.registered.styles.path; - - CKEDITOR.stylesSet.addExternal( styleSetName, - externalPath ? - partsStylesSet.slice( 1 ).join( ':' ) : - pluginPath + 'styles/' + styleSetName + '.js', '' ); - - CKEDITOR.stylesSet.load( styleSetName, function( stylesSet ) - { - editor._.stylesDefinitions = stylesSet[ styleSetName ]; - callback( editor._.stylesDefinitions ); - } ) ; - } - else - callback( this._.stylesDefinitions ); -}; - -/** - * Indicates that fully selected read-only elements will be included when - * applying the style (for inline styles only). - * @name CKEDITOR.style.includeReadonly - * @type Boolean - * @default false - * @since 3.5 - */ - - /** - * Disables inline styling on read-only elements. - * @name CKEDITOR.config.disableReadonlyStyling - * @type Boolean - * @default false - * @since 3.5 - */ - -/** - * The "styles definition set" to use in the editor. They will be used in the - * styles combo and the Style selector of the div container. <br> - * The styles may be defined in the page containing the editor, or can be - * loaded on demand from an external file. In the second case, if this setting - * contains only a name, the styles definition file will be loaded from the - * "styles" folder inside the styles plugin folder. - * Otherwise, this setting has the "name:url" syntax, making it - * possible to set the URL from which loading the styles file.<br> - * Previously this setting was available as config.stylesCombo_stylesSet<br> - * @name CKEDITOR.config.stylesSet - * @type String|Array - * @default 'default' - * @since 3.3 - * @example - * // Load from the styles' styles folder (mystyles.js file). - * config.stylesSet = 'mystyles'; - * @example - * // Load from a relative URL. - * config.stylesSet = 'mystyles:/editorstyles/styles.js'; - * @example - * // Load from a full URL. - * config.stylesSet = 'mystyles:http://www.example.com/editorstyles/styles.js'; - * @example - * // Load from a list of definitions. - * config.stylesSet = [ - * { name : 'Strong Emphasis', element : 'strong' }, - * { name : 'Emphasis', element : 'em' }, ... ]; - */ diff --git a/skins/ckeditor/_source/plugins/styles/styles/default.js b/skins/ckeditor/_source/plugins/styles/styles/default.js deleted file mode 100644 index 74ad133..0000000 --- a/skins/ckeditor/_source/plugins/styles/styles/default.js +++ /dev/null @@ -1,88 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.stylesSet.add( 'default', -[ - /* Block Styles */ - - // These styles are already available in the "Format" combo, so they are - // not needed here by default. You may enable them to avoid placing the - // "Format" combo in the toolbar, maintaining the same features. - /* - { name : 'Paragraph' , element : 'p' }, - { name : 'Heading 1' , element : 'h1' }, - { name : 'Heading 2' , element : 'h2' }, - { name : 'Heading 3' , element : 'h3' }, - { name : 'Heading 4' , element : 'h4' }, - { name : 'Heading 5' , element : 'h5' }, - { name : 'Heading 6' , element : 'h6' }, - { name : 'Preformatted Text', element : 'pre' }, - { name : 'Address' , element : 'address' }, - */ - - { name : 'Blue Title' , element : 'h3', styles : { 'color' : 'Blue' } }, - { name : 'Red Title' , element : 'h3', styles : { 'color' : 'Red' } }, - - /* Inline Styles */ - - // These are core styles available as toolbar buttons. You may opt enabling - // some of them in the Styles combo, removing them from the toolbar. - /* - { name : 'Strong' , element : 'strong', overrides : 'b' }, - { name : 'Emphasis' , element : 'em' , overrides : 'i' }, - { name : 'Underline' , element : 'u' }, - { name : 'Strikethrough' , element : 'strike' }, - { name : 'Subscript' , element : 'sub' }, - { name : 'Superscript' , element : 'sup' }, - */ - - { name : 'Marker: Yellow' , element : 'span', styles : { 'background-color' : 'Yellow' } }, - { name : 'Marker: Green' , element : 'span', styles : { 'background-color' : 'Lime' } }, - - { name : 'Big' , element : 'big' }, - { name : 'Small' , element : 'small' }, - { name : 'Typewriter' , element : 'tt' }, - - { name : 'Computer Code' , element : 'code' }, - { name : 'Keyboard Phrase' , element : 'kbd' }, - { name : 'Sample Text' , element : 'samp' }, - { name : 'Variable' , element : 'var' }, - - { name : 'Deleted Text' , element : 'del' }, - { name : 'Inserted Text' , element : 'ins' }, - - { name : 'Cited Work' , element : 'cite' }, - { name : 'Inline Quotation' , element : 'q' }, - - { name : 'Language: RTL' , element : 'span', attributes : { 'dir' : 'rtl' } }, - { name : 'Language: LTR' , element : 'span', attributes : { 'dir' : 'ltr' } }, - - /* Object Styles */ - - { - name : 'Image on Left', - element : 'img', - attributes : - { - 'style' : 'padding: 5px; margin-right: 5px', - 'border' : '2', - 'align' : 'left' - } - }, - - { - name : 'Image on Right', - element : 'img', - attributes : - { - 'style' : 'padding: 5px; margin-left: 5px', - 'border' : '2', - 'align' : 'right' - } - }, - - { name : 'Borderless Table', element : 'table', styles: { 'border-style': 'hidden', 'background-color' : '#E6E6FA' } }, - { name : 'Square Bulleted List', element : 'ul', styles : { 'list-style-type' : 'square' } } -]); diff --git a/skins/ckeditor/_source/plugins/stylescombo/plugin.js b/skins/ckeditor/_source/plugins/stylescombo/plugin.js deleted file mode 100644 index 086f109..0000000 --- a/skins/ckeditor/_source/plugins/stylescombo/plugin.js +++ /dev/null @@ -1,218 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - CKEDITOR.plugins.add( 'stylescombo', - { - requires : [ 'richcombo', 'styles' ], - - init : function( editor ) - { - var config = editor.config, - lang = editor.lang.stylesCombo, - styles = {}, - stylesList = [], - combo; - - function loadStylesSet( callback ) - { - editor.getStylesSet( function( stylesDefinitions ) - { - if ( !stylesList.length ) - { - var style, - styleName; - - // Put all styles into an Array. - for ( var i = 0, count = stylesDefinitions.length ; i < count ; i++ ) - { - var styleDefinition = stylesDefinitions[ i ]; - - styleName = styleDefinition.name; - - style = styles[ styleName ] = new CKEDITOR.style( styleDefinition ); - style._name = styleName; - style._.enterMode = config.enterMode; - - stylesList.push( style ); - } - - // Sorts the Array, so the styles get grouped by type. - stylesList.sort( sortStyles ); - } - - callback && callback(); - }); - } - - editor.ui.addRichCombo( 'Styles', - { - label : lang.label, - title : lang.panelTitle, - className : 'cke_styles', - - panel : - { - css : editor.skin.editor.css.concat( config.contentsCss ), - multiSelect : true, - attributes : { 'aria-label' : lang.panelTitle } - }, - - init : function() - { - combo = this; - - loadStylesSet( function() - { - var style, - styleName, - lastType, - type, - i, - count; - - // Loop over the Array, adding all items to the - // combo. - for ( i = 0, count = stylesList.length ; i < count ; i++ ) - { - style = stylesList[ i ]; - styleName = style._name; - type = style.type; - - if ( type != lastType ) - { - combo.startGroup( lang[ 'panelTitle' + String( type ) ] ); - lastType = type; - } - - combo.add( - styleName, - style.type == CKEDITOR.STYLE_OBJECT ? styleName : style.buildPreview(), - styleName ); - } - - combo.commit(); - - }); - }, - - onClick : function( value ) - { - editor.focus(); - editor.fire( 'saveSnapshot' ); - - var style = styles[ value ], - selection = editor.getSelection(), - elementPath = new CKEDITOR.dom.elementPath( selection.getStartElement() ); - - style[ style.checkActive( elementPath ) ? 'remove' : 'apply' ]( editor.document ); - - editor.fire( 'saveSnapshot' ); - }, - - onRender : function() - { - editor.on( 'selectionChange', function( ev ) - { - var currentValue = this.getValue(), - elementPath = ev.data.path, - elements = elementPath.elements; - - // For each element into the elements path. - for ( var i = 0, count = elements.length, element ; i < count ; i++ ) - { - element = elements[i]; - - // Check if the element is removable by any of - // the styles. - for ( var value in styles ) - { - if ( styles[ value ].checkElementRemovable( element, true ) ) - { - if ( value != currentValue ) - this.setValue( value ); - return; - } - } - } - - // If no styles match, just empty it. - this.setValue( '' ); - }, - this); - }, - - onOpen : function() - { - if ( CKEDITOR.env.ie || CKEDITOR.env.webkit ) - editor.focus(); - - var selection = editor.getSelection(), - element = selection.getSelectedElement(), - elementPath = new CKEDITOR.dom.elementPath( element || selection.getStartElement() ), - counter = [ 0, 0, 0, 0 ]; - - this.showAll(); - this.unmarkAll(); - for ( var name in styles ) - { - var style = styles[ name ], - type = style.type; - - if ( style.checkActive( elementPath ) ) - this.mark( name ); - else if ( type == CKEDITOR.STYLE_OBJECT && !style.checkApplicable( elementPath ) ) - { - this.hideItem( name ); - counter[ type ]--; - } - - counter[ type ]++; - } - - if ( !counter[ CKEDITOR.STYLE_BLOCK ] ) - this.hideGroup( lang[ 'panelTitle' + String( CKEDITOR.STYLE_BLOCK ) ] ); - - if ( !counter[ CKEDITOR.STYLE_INLINE ] ) - this.hideGroup( lang[ 'panelTitle' + String( CKEDITOR.STYLE_INLINE ) ] ); - - if ( !counter[ CKEDITOR.STYLE_OBJECT ] ) - this.hideGroup( lang[ 'panelTitle' + String( CKEDITOR.STYLE_OBJECT ) ] ); - }, - - // Force a reload of the data - reset: function() - { - if ( combo ) - { - delete combo._.panel; - delete combo._.list; - combo._.committed = 0; - combo._.items = {}; - combo._.state = CKEDITOR.TRISTATE_OFF; - } - styles = {}; - stylesList = []; - loadStylesSet(); - } - }); - - editor.on( 'instanceReady', function() { loadStylesSet(); } ); - } - }); - - function sortStyles( styleA, styleB ) - { - var typeA = styleA.type, - typeB = styleB.type; - - return typeA == typeB ? 0 : - typeA == CKEDITOR.STYLE_OBJECT ? -1 : - typeB == CKEDITOR.STYLE_OBJECT ? 1 : - typeB == CKEDITOR.STYLE_BLOCK ? 1 : - -1; - } -})(); diff --git a/skins/ckeditor/_source/plugins/stylesheetparser/plugin.js b/skins/ckeditor/_source/plugins/stylesheetparser/plugin.js deleted file mode 100644 index 23ffc85..0000000 --- a/skins/ckeditor/_source/plugins/stylesheetparser/plugin.js +++ /dev/null @@ -1,148 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @stylesheetParser plugin. - */ - -(function() -{ - // We want to extract only the elements with classes defined in the stylesheets: - function parseClasses( aRules, skipSelectors, validSelectors ) - { - // aRules are just the different rules in the style sheets - // We want to merge them and them split them by commas, so we end up with only - // the selectors - var s = aRules.join(' '); - // Remove selectors splitting the elements, leave only the class selector (.) - s = s.replace( /(,|>|\+|~)/g, ' ' ); - // Remove attribute selectors: table[border="0"] - s = s.replace( /\[[^\]]*/g, '' ); - // Remove Ids: div#main - s = s.replace( /#[^\s]*/g, '' ); - // Remove pseudo-selectors and pseudo-elements: :hover :nth-child(2n+1) ::before - s = s.replace( /\:{1,2}[^\s]*/g, '' ); - - s = s.replace( /\s+/g, ' ' ); - - var aSelectors = s.split( ' ' ), - aClasses = []; - - for ( var i = 0; i < aSelectors.length ; i++ ) - { - var selector = aSelectors[ i ]; - - if ( validSelectors.test( selector ) && !skipSelectors.test( selector ) ) - { - // If we still don't know about this one, add it - if ( CKEDITOR.tools.indexOf( aClasses, selector ) == -1 ) - aClasses.push( selector ); - } - } - - return aClasses; - } - - function LoadStylesCSS( theDoc, skipSelectors, validSelectors ) - { - var styles = [], - // It will hold all the rules of the applied stylesheets (except those internal to CKEditor) - aRules = [], - i; - - for ( i = 0; i < theDoc.styleSheets.length; i++ ) - { - var sheet = theDoc.styleSheets[ i ], - node = sheet.ownerNode || sheet.owningElement; - - // Skip the internal stylesheets - if ( node.getAttribute( 'data-cke-temp' ) ) - continue; - - // Exclude stylesheets injected by extensions - if ( sheet.href && sheet.href.substr(0, 9) == 'chrome://' ) - continue; - - var sheetRules = sheet.cssRules || sheet.rules; - for ( var j = 0; j < sheetRules.length; j++ ) - aRules.push( sheetRules[ j ].selectorText ); - } - - var aClasses = parseClasses( aRules, skipSelectors, validSelectors ); - - // Add each style to our "Styles" collection. - for ( i = 0; i < aClasses.length; i++ ) - { - var oElement = aClasses[ i ].split( '.' ), - element = oElement[ 0 ].toLowerCase(), - sClassName = oElement[ 1 ]; - - styles.push( { - name : element + '.' + sClassName, - element : element, - attributes : {'class' : sClassName} - }); - } - - return styles; - } - - // Register a plugin named "stylesheetparser". - CKEDITOR.plugins.add( 'stylesheetparser', - { - requires: [ 'styles' ], - onLoad : function() - { - var obj = CKEDITOR.editor.prototype; - obj.getStylesSet = CKEDITOR.tools.override( obj.getStylesSet, function( org ) - { - return function( callback ) - { - var self = this; - org.call( this, function( definitions ) - { - // Rules that must be skipped - var skipSelectors = self.config.stylesheetParser_skipSelectors || ( /(^body\.|^\.)/i ), - // Rules that are valid - validSelectors = self.config.stylesheetParser_validSelectors || ( /\w+\.\w+/ ); - - callback( ( self._.stylesDefinitions = definitions.concat( LoadStylesCSS( self.document.$, skipSelectors, validSelectors ) ) ) ); - }); - }; - }); - - } - }); -})(); - - -/** - * A regular expression that defines whether a CSS rule will be - * skipped by the Stylesheet Parser plugin. A CSS rule matching - * the regular expression will be ignored and will not be available - * in the Styles drop-down list. - * @name CKEDITOR.config.stylesheetParser_skipSelectors - * @type RegExp - * @default /(^body\.|^\.)/i - * @since 3.6 - * @see CKEDITOR.config.stylesheetParser_validSelectors - * @example - * // Ignore rules for body and caption elements, classes starting with "high", and any class defined for no specific element. - * config.stylesheetParser_skipSelectors = /(^body\.|^caption\.|\.high|^\.)/i; - */ - - /** - * A regular expression that defines which CSS rules will be used - * by the Stylesheet Parser plugin. A CSS rule matching the regular - * expression will be available in the Styles drop-down list. - * @name CKEDITOR.config.stylesheetParser_validSelectors - * @type RegExp - * @default /\w+\.\w+/ - * @since 3.6 - * @see CKEDITOR.config.stylesheetParser_skipSelectors - * @example - * // Only add rules for p and span elements. - * config.stylesheetParser_validSelectors = /\^(p|span)\.\w+/; - */ diff --git a/skins/ckeditor/_source/plugins/tab/plugin.js b/skins/ckeditor/_source/plugins/tab/plugin.js deleted file mode 100644 index f0a21b4..0000000 --- a/skins/ckeditor/_source/plugins/tab/plugin.js +++ /dev/null @@ -1,367 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - var meta = - { - editorFocus : false, - modes : { wysiwyg:1, source:1 } - }; - - var blurCommand = - { - exec : function( editor ) - { - editor.container.focusNext( true, editor.tabIndex ); - } - }; - - var blurBackCommand = - { - exec : function( editor ) - { - editor.container.focusPrevious( true, editor.tabIndex ); - } - }; - - function selectNextCellCommand( backward ) - { - return { - editorFocus : false, - canUndo : false, - modes : { wysiwyg : 1 }, - exec : function( editor ) - { - if ( editor.focusManager.hasFocus ) - { - var sel = editor.getSelection(), - ancestor = sel.getCommonAncestor(), - cell; - - if ( ( cell = ( ancestor.getAscendant( 'td', true ) || ancestor.getAscendant( 'th', true ) ) ) ) - { - var resultRange = new CKEDITOR.dom.range( editor.document ), - next = CKEDITOR.tools.tryThese( function() - { - var row = cell.getParent(), - next = row.$.cells[ cell.$.cellIndex + ( backward ? - 1 : 1 ) ]; - - // Invalid any empty value. - next.parentNode.parentNode; - return next; - }, - function() - { - var row = cell.getParent(), - table = row.getAscendant( 'table' ), - nextRow = table.$.rows[ row.$.rowIndex + ( backward ? - 1 : 1 ) ]; - - return nextRow.cells[ backward? nextRow.cells.length -1 : 0 ]; - }); - - // Clone one more row at the end of table and select the first newly established cell. - if ( ! ( next || backward ) ) - { - var table = cell.getAscendant( 'table' ).$, - cells = cell.getParent().$.cells; - - var newRow = new CKEDITOR.dom.element( table.insertRow( -1 ), editor.document ); - - for ( var i = 0, count = cells.length ; i < count; i++ ) - { - var newCell = newRow.append( new CKEDITOR.dom.element( - cells[ i ], editor.document ).clone( false, false ) ); - !CKEDITOR.env.ie && newCell.appendBogus(); - } - - resultRange.moveToElementEditStart( newRow ); - } - else if ( next ) - { - next = new CKEDITOR.dom.element( next ); - resultRange.moveToElementEditStart( next ); - // Avoid selecting empty block makes the cursor blind. - if ( !( resultRange.checkStartOfBlock() && resultRange.checkEndOfBlock() ) ) - resultRange.selectNodeContents( next ); - } - else - return true; - - resultRange.select( true ); - return true; - } - } - return false; - } - }; - } - - CKEDITOR.plugins.add( 'tab', - { - requires : [ 'keystrokes' ], - - init : function( editor ) - { - var tabTools = editor.config.enableTabKeyTools !== false, - tabSpaces = editor.config.tabSpaces || 0, - tabText = ''; - - while ( tabSpaces-- ) - tabText += '\xa0'; - - if ( tabText ) - { - editor.on( 'key', function( ev ) - { - if ( ev.data.keyCode == 9 ) // TAB - { - editor.insertHtml( tabText ); - ev.cancel(); - } - }); - } - - if ( tabTools ) - { - editor.on( 'key', function( ev ) - { - if ( ev.data.keyCode == 9 && editor.execCommand( 'selectNextCell' ) || // TAB - ev.data.keyCode == ( CKEDITOR.SHIFT + 9 ) && editor.execCommand( 'selectPreviousCell' ) ) // SHIFT+TAB - ev.cancel(); - }); - } - - if ( CKEDITOR.env.webkit || CKEDITOR.env.gecko ) - { - editor.on( 'key', function( ev ) - { - var keyCode = ev.data.keyCode; - - if ( keyCode == 9 && !tabText ) // TAB - { - ev.cancel(); - editor.execCommand( 'blur' ); - } - - if ( keyCode == ( CKEDITOR.SHIFT + 9 ) ) // SHIFT+TAB - { - editor.execCommand( 'blurBack' ); - ev.cancel(); - } - }); - } - - editor.addCommand( 'blur', CKEDITOR.tools.extend( blurCommand, meta ) ); - editor.addCommand( 'blurBack', CKEDITOR.tools.extend( blurBackCommand, meta ) ); - editor.addCommand( 'selectNextCell', selectNextCellCommand() ); - editor.addCommand( 'selectPreviousCell', selectNextCellCommand( true ) ); - } - }); -})(); - -/** - * Moves the UI focus to the element following this element in the tabindex - * order. - * @example - * var element = CKEDITOR.document.getById( 'example' ); - * element.focusNext(); - */ -CKEDITOR.dom.element.prototype.focusNext = function( ignoreChildren, indexToUse ) -{ - var $ = this.$, - curTabIndex = ( indexToUse === undefined ? this.getTabIndex() : indexToUse ), - passedCurrent, enteredCurrent, - elected, electedTabIndex, - element, elementTabIndex; - - if ( curTabIndex <= 0 ) - { - // If this element has tabindex <= 0 then we must simply look for any - // element following it containing tabindex=0. - - element = this.getNextSourceNode( ignoreChildren, CKEDITOR.NODE_ELEMENT ); - - while ( element ) - { - if ( element.isVisible() && element.getTabIndex() === 0 ) - { - elected = element; - break; - } - - element = element.getNextSourceNode( false, CKEDITOR.NODE_ELEMENT ); - } - } - else - { - // If this element has tabindex > 0 then we must look for: - // 1. An element following this element with the same tabindex. - // 2. The first element in source other with the lowest tabindex - // that is higher than this element tabindex. - // 3. The first element with tabindex=0. - - element = this.getDocument().getBody().getFirst(); - - while ( ( element = element.getNextSourceNode( false, CKEDITOR.NODE_ELEMENT ) ) ) - { - if ( !passedCurrent ) - { - if ( !enteredCurrent && element.equals( this ) ) - { - enteredCurrent = true; - - // Ignore this element, if required. - if ( ignoreChildren ) - { - if ( !( element = element.getNextSourceNode( true, CKEDITOR.NODE_ELEMENT ) ) ) - break; - passedCurrent = 1; - } - } - else if ( enteredCurrent && !this.contains( element ) ) - passedCurrent = 1; - } - - if ( !element.isVisible() || ( elementTabIndex = element.getTabIndex() ) < 0 ) - continue; - - if ( passedCurrent && elementTabIndex == curTabIndex ) - { - elected = element; - break; - } - - if ( elementTabIndex > curTabIndex && ( !elected || !electedTabIndex || elementTabIndex < electedTabIndex ) ) - { - elected = element; - electedTabIndex = elementTabIndex; - } - else if ( !elected && elementTabIndex === 0 ) - { - elected = element; - electedTabIndex = elementTabIndex; - } - } - } - - if ( elected ) - elected.focus(); -}; - -/** - * Moves the UI focus to the element before this element in the tabindex order. - * @example - * var element = CKEDITOR.document.getById( 'example' ); - * element.focusPrevious(); - */ -CKEDITOR.dom.element.prototype.focusPrevious = function( ignoreChildren, indexToUse ) -{ - var $ = this.$, - curTabIndex = ( indexToUse === undefined ? this.getTabIndex() : indexToUse ), - passedCurrent, enteredCurrent, - elected, - electedTabIndex = 0, - elementTabIndex; - - var element = this.getDocument().getBody().getLast(); - - while ( ( element = element.getPreviousSourceNode( false, CKEDITOR.NODE_ELEMENT ) ) ) - { - if ( !passedCurrent ) - { - if ( !enteredCurrent && element.equals( this ) ) - { - enteredCurrent = true; - - // Ignore this element, if required. - if ( ignoreChildren ) - { - if ( !( element = element.getPreviousSourceNode( true, CKEDITOR.NODE_ELEMENT ) ) ) - break; - passedCurrent = 1; - } - } - else if ( enteredCurrent && !this.contains( element ) ) - passedCurrent = 1; - } - - if ( !element.isVisible() || ( elementTabIndex = element.getTabIndex() ) < 0 ) - continue; - - if ( curTabIndex <= 0 ) - { - // If this element has tabindex <= 0 then we must look for: - // 1. An element before this one containing tabindex=0. - // 2. The last element with the highest tabindex. - - if ( passedCurrent && elementTabIndex === 0 ) - { - elected = element; - break; - } - - if ( elementTabIndex > electedTabIndex ) - { - elected = element; - electedTabIndex = elementTabIndex; - } - } - else - { - // If this element has tabindex > 0 we must look for: - // 1. An element preceeding this one, with the same tabindex. - // 2. The last element in source other with the highest tabindex - // that is lower than this element tabindex. - - if ( passedCurrent && elementTabIndex == curTabIndex ) - { - elected = element; - break; - } - - if ( elementTabIndex < curTabIndex && ( !elected || elementTabIndex > electedTabIndex ) ) - { - elected = element; - electedTabIndex = elementTabIndex; - } - } - } - - if ( elected ) - elected.focus(); -}; - -/** - * Intructs the editor to add a number of spaces (&nbsp;) to the text when - * hitting the TAB key. If set to zero, the TAB key will be used to move the - * cursor focus to the next element in the page, out of the editor focus. - * @name CKEDITOR.config.tabSpaces - * @type Number - * @default 0 - * @example - * config.tabSpaces = 4; - */ - -/** - * Allow context-sensitive tab key behaviors, including the following scenarios: - * <h5>When selection is anchored inside <b>table cells</b>:</h5> - * <ul> - * <li>If TAB is pressed, select the contents of the "next" cell. If in the last cell in the table, add a new row to it and focus its first cell.</li> - * <li>If SHIFT+TAB is pressed, select the contents of the "previous" cell. Do nothing when it's in the first cell.</li> - * </ul> - * @name CKEDITOR.config.enableTabKeyTools - * @type Boolean - * @default true - * @example - * config.enableTabKeyTools = false; - */ - -// If the TAB key is not supposed to be enabled for navigation, the following -// settings could be used alternatively: -// config.keystrokes.push( -// [ CKEDITOR.ALT + 38 /*Arrow Up*/, 'selectPreviousCell' ], -// [ CKEDITOR.ALT + 40 /*Arrow Down*/, 'selectNextCell' ] -// ); diff --git a/skins/ckeditor/_source/plugins/table/dialogs/table.js b/skins/ckeditor/_source/plugins/table/dialogs/table.js deleted file mode 100644 index 2ceebdc..0000000 --- a/skins/ckeditor/_source/plugins/table/dialogs/table.js +++ /dev/null @@ -1,602 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - var defaultToPixel = CKEDITOR.tools.cssLength; - - var commitValue = function( data ) - { - var id = this.id; - if ( !data.info ) - data.info = {}; - data.info[id] = this.getValue(); - }; - - function tableDialog( editor, command ) - { - var makeElement = function( name ) - { - return new CKEDITOR.dom.element( name, editor.document ); - }; - - var dialogadvtab = editor.plugins.dialogadvtab; - - return { - title : editor.lang.table.title, - minWidth : 310, - minHeight : CKEDITOR.env.ie ? 310 : 280, - - onLoad : function() - { - var dialog = this; - - var styles = dialog.getContentElement( 'advanced', 'advStyles' ); - - if ( styles ) - { - styles.on( 'change', function( evt ) - { - // Synchronize width value. - var width = this.getStyle( 'width', '' ), - txtWidth = dialog.getContentElement( 'info', 'txtWidth' ); - - txtWidth && txtWidth.setValue( width, true ); - - // Synchronize height value. - var height = this.getStyle( 'height', '' ), - txtHeight = dialog.getContentElement( 'info', 'txtHeight' ); - - txtHeight && txtHeight.setValue( height, true ); - }); - } - }, - - onShow : function() - { - // Detect if there's a selected table. - var selection = editor.getSelection(), - ranges = selection.getRanges(), - selectedTable = null; - - var rowsInput = this.getContentElement( 'info', 'txtRows' ), - colsInput = this.getContentElement( 'info', 'txtCols' ), - widthInput = this.getContentElement( 'info', 'txtWidth' ), - heightInput = this.getContentElement( 'info', 'txtHeight' ); - - if ( command == 'tableProperties' ) - { - if ( ( selectedTable = selection.getSelectedElement() ) ) - selectedTable = selectedTable.getAscendant( 'table', true ); - else if ( ranges.length > 0 ) - { - // Webkit could report the following range on cell selection (#4948): - // <table><tr><td>[ </td></tr></table>] - if ( CKEDITOR.env.webkit ) - ranges[ 0 ].shrink( CKEDITOR.NODE_ELEMENT ); - - var rangeRoot = ranges[0].getCommonAncestor( true ); - selectedTable = rangeRoot.getAscendant( 'table', true ); - } - - // Save a reference to the selected table, and push a new set of default values. - this._.selectedElement = selectedTable; - } - - // Enable or disable the row, cols, width fields. - if ( selectedTable ) - { - this.setupContent( selectedTable ); - rowsInput && rowsInput.disable(); - colsInput && colsInput.disable(); - } - else - { - rowsInput && rowsInput.enable(); - colsInput && colsInput.enable(); - } - - // Call the onChange method for the widht and height fields so - // they get reflected into the Advanced tab. - widthInput && widthInput.onChange(); - heightInput && heightInput.onChange(); - }, - onOk : function() - { - var selection = editor.getSelection(), - bms = this._.selectedElement && selection.createBookmarks(); - - var table = this._.selectedElement || makeElement( 'table' ), - me = this, - data = {}; - - this.commitContent( data, table ); - - if ( data.info ) - { - var info = data.info; - - // Generate the rows and cols. - if ( !this._.selectedElement ) - { - var tbody = table.append( makeElement( 'tbody' ) ), - rows = parseInt( info.txtRows, 10 ) || 0, - cols = parseInt( info.txtCols, 10 ) || 0; - - for ( var i = 0 ; i < rows ; i++ ) - { - var row = tbody.append( makeElement( 'tr' ) ); - for ( var j = 0 ; j < cols ; j++ ) - { - var cell = row.append( makeElement( 'td' ) ); - if ( !CKEDITOR.env.ie ) - cell.append( makeElement( 'br' ) ); - } - } - } - - // Modify the table headers. Depends on having rows and cols generated - // correctly so it can't be done in commit functions. - - // Should we make a <thead>? - var headers = info.selHeaders; - if ( !table.$.tHead && ( headers == 'row' || headers == 'both' ) ) - { - var thead = new CKEDITOR.dom.element( table.$.createTHead() ); - tbody = table.getElementsByTag( 'tbody' ).getItem( 0 ); - var theRow = tbody.getElementsByTag( 'tr' ).getItem( 0 ); - - // Change TD to TH: - for ( i = 0 ; i < theRow.getChildCount() ; i++ ) - { - var th = theRow.getChild( i ); - // Skip bookmark nodes. (#6155) - if ( th.type == CKEDITOR.NODE_ELEMENT && !th.data( 'cke-bookmark' ) ) - { - th.renameNode( 'th' ); - th.setAttribute( 'scope', 'col' ); - } - } - thead.append( theRow.remove() ); - } - - if ( table.$.tHead !== null && !( headers == 'row' || headers == 'both' ) ) - { - // Move the row out of the THead and put it in the TBody: - thead = new CKEDITOR.dom.element( table.$.tHead ); - tbody = table.getElementsByTag( 'tbody' ).getItem( 0 ); - - var previousFirstRow = tbody.getFirst(); - while ( thead.getChildCount() > 0 ) - { - theRow = thead.getFirst(); - for ( i = 0; i < theRow.getChildCount() ; i++ ) - { - var newCell = theRow.getChild( i ); - if ( newCell.type == CKEDITOR.NODE_ELEMENT ) - { - newCell.renameNode( 'td' ); - newCell.removeAttribute( 'scope' ); - } - } - theRow.insertBefore( previousFirstRow ); - } - thead.remove(); - } - - // Should we make all first cells in a row TH? - if ( !this.hasColumnHeaders && ( headers == 'col' || headers == 'both' ) ) - { - for ( row = 0 ; row < table.$.rows.length ; row++ ) - { - newCell = new CKEDITOR.dom.element( table.$.rows[ row ].cells[ 0 ] ); - newCell.renameNode( 'th' ); - newCell.setAttribute( 'scope', 'row' ); - } - } - - // Should we make all first TH-cells in a row make TD? If 'yes' we do it the other way round :-) - if ( ( this.hasColumnHeaders ) && !( headers == 'col' || headers == 'both' ) ) - { - for ( i = 0 ; i < table.$.rows.length ; i++ ) - { - row = new CKEDITOR.dom.element( table.$.rows[i] ); - if ( row.getParent().getName() == 'tbody' ) - { - newCell = new CKEDITOR.dom.element( row.$.cells[0] ); - newCell.renameNode( 'td' ); - newCell.removeAttribute( 'scope' ); - } - } - } - - // Set the width and height. - info.txtHeight ? table.setStyle( 'height', info.txtHeight ) : table.removeStyle( 'height' ); - info.txtWidth ? table.setStyle( 'width', info.txtWidth ) : table.removeStyle( 'width' ); - - if ( !table.getAttribute( 'style' ) ) - table.removeAttribute( 'style' ); - } - - // Insert the table element if we're creating one. - if ( !this._.selectedElement ) - { - editor.insertElement( table ); - // Override the default cursor position after insertElement to place - // cursor inside the first cell (#7959), IE needs a while. - setTimeout( function() - { - var firstCell = new CKEDITOR.dom.element( table.$.rows[ 0 ].cells[ 0 ] ); - var range = new CKEDITOR.dom.range( editor.document ); - range.moveToPosition( firstCell, CKEDITOR.POSITION_AFTER_START ); - range.select( 1 ); - }, 0 ); - } - // Properly restore the selection, (#4822) but don't break - // because of this, e.g. updated table caption. - else - try { selection.selectBookmarks( bms ); } catch( er ){} - }, - contents : [ - { - id : 'info', - label : editor.lang.table.title, - elements : - [ - { - type : 'hbox', - widths : [ null, null ], - styles : [ 'vertical-align:top' ], - children : - [ - { - type : 'vbox', - padding : 0, - children : - [ - { - type : 'text', - id : 'txtRows', - 'default' : 3, - label : editor.lang.table.rows, - required : true, - controlStyle : 'width:5em', - validate : function() - { - var pass = true, - value = this.getValue(); - pass = pass && CKEDITOR.dialog.validate.integer()( value ) - && value > 0; - if ( !pass ) - { - alert( editor.lang.table.invalidRows ); - this.select(); - } - return pass; - }, - setup : function( selectedElement ) - { - this.setValue( selectedElement.$.rows.length ); - }, - commit : commitValue - }, - { - type : 'text', - id : 'txtCols', - 'default' : 2, - label : editor.lang.table.columns, - required : true, - controlStyle : 'width:5em', - validate : function() - { - var pass = true, - value = this.getValue(); - pass = pass && CKEDITOR.dialog.validate.integer()( value ) - && value > 0; - if ( !pass ) - { - alert( editor.lang.table.invalidCols ); - this.select(); - } - return pass; - }, - setup : function( selectedTable ) - { - this.setValue( selectedTable.$.rows[0].cells.length); - }, - commit : commitValue - }, - { - type : 'html', - html : ' ' - }, - { - type : 'select', - id : 'selHeaders', - 'default' : '', - label : editor.lang.table.headers, - items : - [ - [ editor.lang.table.headersNone, '' ], - [ editor.lang.table.headersRow, 'row' ], - [ editor.lang.table.headersColumn, 'col' ], - [ editor.lang.table.headersBoth, 'both' ] - ], - setup : function( selectedTable ) - { - // Fill in the headers field. - var dialog = this.getDialog(); - dialog.hasColumnHeaders = true; - - // Check if all the first cells in every row are TH - for ( var row = 0 ; row < selectedTable.$.rows.length ; row++ ) - { - // If just one cell isn't a TH then it isn't a header column - if ( selectedTable.$.rows[row].cells[0].nodeName.toLowerCase() != 'th' ) - { - dialog.hasColumnHeaders = false; - break; - } - } - - // Check if the table contains <thead>. - if ( ( selectedTable.$.tHead !== null) ) - this.setValue( dialog.hasColumnHeaders ? 'both' : 'row' ); - else - this.setValue( dialog.hasColumnHeaders ? 'col' : '' ); - }, - commit : commitValue - }, - { - type : 'text', - id : 'txtBorder', - 'default' : 1, - label : editor.lang.table.border, - controlStyle : 'width:3em', - validate : CKEDITOR.dialog.validate['number']( editor.lang.table.invalidBorder ), - setup : function( selectedTable ) - { - this.setValue( selectedTable.getAttribute( 'border' ) || '' ); - }, - commit : function( data, selectedTable ) - { - if ( this.getValue() ) - selectedTable.setAttribute( 'border', this.getValue() ); - else - selectedTable.removeAttribute( 'border' ); - } - }, - { - id : 'cmbAlign', - type : 'select', - 'default' : '', - label : editor.lang.common.align, - items : - [ - [ editor.lang.common.notSet , ''], - [ editor.lang.common.alignLeft , 'left'], - [ editor.lang.common.alignCenter , 'center'], - [ editor.lang.common.alignRight , 'right'] - ], - setup : function( selectedTable ) - { - this.setValue( selectedTable.getAttribute( 'align' ) || '' ); - }, - commit : function( data, selectedTable ) - { - if ( this.getValue() ) - selectedTable.setAttribute( 'align', this.getValue() ); - else - selectedTable.removeAttribute( 'align' ); - } - } - ] - }, - { - type : 'vbox', - padding : 0, - children : - [ - { - type : 'hbox', - widths : [ '5em' ], - children : - [ - { - type : 'text', - id : 'txtWidth', - controlStyle : 'width:5em', - label : editor.lang.common.width, - 'default' : 500, - getValue : defaultToPixel, - validate : CKEDITOR.dialog.validate.cssLength( editor.lang.common.invalidCssLength.replace( '%1', editor.lang.common.width ) ), - onChange : function() - { - var styles = this.getDialog().getContentElement( 'advanced', 'advStyles' ); - styles && styles.updateStyle( 'width', this.getValue() ); - }, - setup : function( selectedTable ) - { - var val = selectedTable.getStyle( 'width' ); - val && this.setValue( val ); - }, - commit : commitValue - } - ] - }, - { - type : 'hbox', - widths : [ '5em' ], - children : - [ - { - type : 'text', - id : 'txtHeight', - controlStyle : 'width:5em', - label : editor.lang.common.height, - 'default' : '', - getValue : defaultToPixel, - validate : CKEDITOR.dialog.validate.cssLength( editor.lang.common.invalidCssLength.replace( '%1', editor.lang.common.height ) ), - onChange : function() - { - var styles = this.getDialog().getContentElement( 'advanced', 'advStyles' ); - styles && styles.updateStyle( 'height', this.getValue() ); - }, - - setup : function( selectedTable ) - { - var val = selectedTable.getStyle( 'width' ); - val && this.setValue( val ); - }, - commit : commitValue - } - ] - }, - { - type : 'html', - html : ' ' - }, - { - type : 'text', - id : 'txtCellSpace', - controlStyle : 'width:3em', - label : editor.lang.table.cellSpace, - 'default' : 1, - validate : CKEDITOR.dialog.validate.number( editor.lang.table.invalidCellSpacing ), - setup : function( selectedTable ) - { - this.setValue( selectedTable.getAttribute( 'cellSpacing' ) || '' ); - }, - commit : function( data, selectedTable ) - { - if ( this.getValue() ) - selectedTable.setAttribute( 'cellSpacing', this.getValue() ); - else - selectedTable.removeAttribute( 'cellSpacing' ); - } - }, - { - type : 'text', - id : 'txtCellPad', - controlStyle : 'width:3em', - label : editor.lang.table.cellPad, - 'default' : 1, - validate : CKEDITOR.dialog.validate.number( editor.lang.table.invalidCellPadding ), - setup : function( selectedTable ) - { - this.setValue( selectedTable.getAttribute( 'cellPadding' ) || '' ); - }, - commit : function( data, selectedTable ) - { - if ( this.getValue() ) - selectedTable.setAttribute( 'cellPadding', this.getValue() ); - else - selectedTable.removeAttribute( 'cellPadding' ); - } - } - ] - } - ] - }, - { - type : 'html', - align : 'right', - html : '' - }, - { - type : 'vbox', - padding : 0, - children : - [ - { - type : 'text', - id : 'txtCaption', - label : editor.lang.table.caption, - setup : function( selectedTable ) - { - this.enable(); - - var nodeList = selectedTable.getElementsByTag( 'caption' ); - if ( nodeList.count() > 0 ) - { - var caption = nodeList.getItem( 0 ); - var firstElementChild = caption.getFirst( CKEDITOR.dom.walker.nodeType( CKEDITOR.NODE_ELEMENT ) ); - - if ( firstElementChild && !firstElementChild.equals( caption.getBogus() ) ) - { - this.disable(); - this.setValue( caption.getText() ); - return; - } - - caption = CKEDITOR.tools.trim( caption.getText() ); - this.setValue( caption ); - } - }, - commit : function( data, table ) - { - if ( !this.isEnabled() ) - return; - - var caption = this.getValue(), - captionElement = table.getElementsByTag( 'caption' ); - if ( caption ) - { - if ( captionElement.count() > 0 ) - { - captionElement = captionElement.getItem( 0 ); - captionElement.setHtml( '' ); - } - else - { - captionElement = new CKEDITOR.dom.element( 'caption', editor.document ); - if ( table.getChildCount() ) - captionElement.insertBefore( table.getFirst() ); - else - captionElement.appendTo( table ); - } - captionElement.append( new CKEDITOR.dom.text( caption, editor.document ) ); - } - else if ( captionElement.count() > 0 ) - { - for ( var i = captionElement.count() - 1 ; i >= 0 ; i-- ) - captionElement.getItem( i ).remove(); - } - } - }, - { - type : 'text', - id : 'txtSummary', - label : editor.lang.table.summary, - setup : function( selectedTable ) - { - this.setValue( selectedTable.getAttribute( 'summary' ) || '' ); - }, - commit : function( data, selectedTable ) - { - if ( this.getValue() ) - selectedTable.setAttribute( 'summary', this.getValue() ); - else - selectedTable.removeAttribute( 'summary' ); - } - } - ] - } - ] - }, - dialogadvtab && dialogadvtab.createAdvancedTab( editor ) - ] - }; - } - - CKEDITOR.dialog.add( 'table', function( editor ) - { - return tableDialog( editor, 'table' ); - } ); - CKEDITOR.dialog.add( 'tableProperties', function( editor ) - { - return tableDialog( editor, 'tableProperties' ); - } ); -})(); diff --git a/skins/ckeditor/_source/plugins/table/plugin.js b/skins/ckeditor/_source/plugins/table/plugin.js deleted file mode 100644 index 301cb27..0000000 --- a/skins/ckeditor/_source/plugins/table/plugin.js +++ /dev/null @@ -1,78 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'table', -{ - init : function( editor ) - { - var table = CKEDITOR.plugins.table, - lang = editor.lang.table; - - editor.addCommand( 'table', new CKEDITOR.dialogCommand( 'table' ) ); - editor.addCommand( 'tableProperties', new CKEDITOR.dialogCommand( 'tableProperties' ) ); - - editor.ui.addButton( 'Table', - { - label : lang.toolbar, - command : 'table' - }); - - CKEDITOR.dialog.add( 'table', this.path + 'dialogs/table.js' ); - CKEDITOR.dialog.add( 'tableProperties', this.path + 'dialogs/table.js' ); - - // If the "menu" plugin is loaded, register the menu items. - if ( editor.addMenuItems ) - { - editor.addMenuItems( - { - table : - { - label : lang.menu, - command : 'tableProperties', - group : 'table', - order : 5 - }, - - tabledelete : - { - label : lang.deleteTable, - command : 'tableDelete', - group : 'table', - order : 1 - } - } ); - } - - editor.on( 'doubleclick', function( evt ) - { - var element = evt.data.element; - - if ( element.is( 'table' ) ) - evt.data.dialog = 'tableProperties'; - }); - - // If the "contextmenu" plugin is loaded, register the listeners. - if ( editor.contextMenu ) - { - editor.contextMenu.addListener( function( element, selection ) - { - if ( !element || element.isReadOnly() ) - return null; - - var isTable = element.hasAscendant( 'table', 1 ); - - if ( isTable ) - { - return { - tabledelete : CKEDITOR.TRISTATE_OFF, - table : CKEDITOR.TRISTATE_OFF - }; - } - - return null; - } ); - } - } -} ); diff --git a/skins/ckeditor/_source/plugins/tableresize/plugin.js b/skins/ckeditor/_source/plugins/tableresize/plugin.js deleted file mode 100644 index 891a7d9..0000000 --- a/skins/ckeditor/_source/plugins/tableresize/plugin.js +++ /dev/null @@ -1,443 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - var pxUnit = CKEDITOR.tools.cssLength, - needsIEHacks = CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.quirks || CKEDITOR.env.version < 7 ); - - function getWidth( el ) - { - return CKEDITOR.env.ie ? el.$.clientWidth : parseInt( el.getComputedStyle( 'width' ), 10 ); - } - - function getBorderWidth( element, side ) - { - var computed = element.getComputedStyle( 'border-' + side + '-width' ), - borderMap = - { - thin: '0px', - medium: '1px', - thick: '2px' - }; - - if ( computed.indexOf( 'px' ) < 0 ) - { - // look up keywords - if ( computed in borderMap && element.getComputedStyle( 'border-style' ) != 'none' ) - computed = borderMap[ computed ]; - else - computed = 0; - } - - return parseInt( computed, 10 ); - } - - // Gets the table row that contains the most columns. - function getMasterPillarRow( table ) - { - var $rows = table.$.rows, - maxCells = 0, cellsCount, - $elected, $tr; - - for ( var i = 0, len = $rows.length ; i < len; i++ ) - { - $tr = $rows[ i ]; - cellsCount = $tr.cells.length; - - if ( cellsCount > maxCells ) - { - maxCells = cellsCount; - $elected = $tr; - } - } - - return $elected; - } - - function buildTableColumnPillars( table ) - { - var pillars = [], - pillarIndex = -1, - rtl = ( table.getComputedStyle( 'direction' ) == 'rtl' ); - - // Get the raw row element that cointains the most columns. - var $tr = getMasterPillarRow( table ); - - // Get the tbody element and position, which will be used to set the - // top and bottom boundaries. - var tbody = new CKEDITOR.dom.element( table.$.tBodies[ 0 ] ), - tbodyPosition = tbody.getDocumentPosition(); - - // Loop thorugh all cells, building pillars after each one of them. - for ( var i = 0, len = $tr.cells.length ; i < len ; i++ ) - { - // Both the current cell and the successive one will be used in the - // pillar size calculation. - var td = new CKEDITOR.dom.element( $tr.cells[ i ] ), - nextTd = $tr.cells[ i + 1 ] && new CKEDITOR.dom.element( $tr.cells[ i + 1 ] ); - - pillarIndex += td.$.colSpan || 1; - - // Calculate the pillar boundary positions. - var pillarLeft, pillarRight, pillarWidth; - - var x = td.getDocumentPosition().x; - - // Calculate positions based on the current cell. - rtl ? - pillarRight = x + getBorderWidth( td, 'left' ) : - pillarLeft = x + td.$.offsetWidth - getBorderWidth( td, 'right' ); - - // Calculate positions based on the next cell, if available. - if ( nextTd ) - { - x = nextTd.getDocumentPosition().x; - - rtl ? - pillarLeft = x + nextTd.$.offsetWidth - getBorderWidth( nextTd, 'right' ) : - pillarRight = x + getBorderWidth( nextTd, 'left' ); - } - // Otherwise calculate positions based on the table (for last cell). - else - { - x = table.getDocumentPosition().x; - - rtl ? - pillarLeft = x : - pillarRight = x + table.$.offsetWidth; - } - - pillarWidth = Math.max( pillarRight - pillarLeft, 3 ); - - // The pillar should reflects exactly the shape of the hovered - // column border line. - pillars.push( { - table : table, - index : pillarIndex, - x : pillarLeft, - y : tbodyPosition.y, - width : pillarWidth, - height : tbody.$.offsetHeight, - rtl : rtl } ); - } - - return pillars; - } - - function getPillarAtPosition( pillars, positionX ) - { - for ( var i = 0, len = pillars.length ; i < len ; i++ ) - { - var pillar = pillars[ i ]; - - if ( positionX >= pillar.x && positionX <= ( pillar.x + pillar.width ) ) - return pillar; - } - - return null; - } - - function cancel( evt ) - { - ( evt.data || evt ).preventDefault(); - } - - function columnResizer( editor ) - { - var pillar, - document, - resizer, - isResizing, - startOffset, - currentShift; - - var leftSideCells, rightSideCells, leftShiftBoundary, rightShiftBoundary; - - function detach() - { - pillar = null; - currentShift = 0; - isResizing = 0; - - document.removeListener( 'mouseup', onMouseUp ); - resizer.removeListener( 'mousedown', onMouseDown ); - resizer.removeListener( 'mousemove', onMouseMove ); - - document.getBody().setStyle( 'cursor', 'auto' ); - - // Hide the resizer (remove it on IE7 - #5890). - needsIEHacks ? resizer.remove() : resizer.hide(); - } - - function resizeStart() - { - // Before starting to resize, figure out which cells to change - // and the boundaries of this resizing shift. - - var columnIndex = pillar.index, - map = CKEDITOR.tools.buildTableMap( pillar.table ), - leftColumnCells = [], - rightColumnCells = [], - leftMinSize = Number.MAX_VALUE, - rightMinSize = leftMinSize, - rtl = pillar.rtl; - - for ( var i = 0, len = map.length ; i < len ; i++ ) - { - var row = map[ i ], - leftCell = row[ columnIndex + ( rtl ? 1 : 0 ) ], - rightCell = row[ columnIndex + ( rtl ? 0 : 1 ) ]; - - leftCell = leftCell && new CKEDITOR.dom.element( leftCell ); - rightCell = rightCell && new CKEDITOR.dom.element( rightCell ); - - if ( !leftCell || !rightCell || !leftCell.equals( rightCell ) ) - { - leftCell && ( leftMinSize = Math.min( leftMinSize, getWidth( leftCell ) ) ); - rightCell && ( rightMinSize = Math.min( rightMinSize, getWidth( rightCell ) ) ); - - leftColumnCells.push( leftCell ); - rightColumnCells.push( rightCell ); - } - } - - // Cache the list of cells to be resized. - leftSideCells = leftColumnCells; - rightSideCells = rightColumnCells; - - // Cache the resize limit boundaries. - leftShiftBoundary = pillar.x - leftMinSize; - rightShiftBoundary = pillar.x + rightMinSize; - - resizer.setOpacity( 0.5 ); - startOffset = parseInt( resizer.getStyle( 'left' ), 10 ); - currentShift = 0; - isResizing = 1; - - resizer.on( 'mousemove', onMouseMove ); - - // Prevent the native drag behavior otherwise 'mousemove' won't fire. - document.on( 'dragstart', cancel ); - } - - function resizeEnd() - { - isResizing = 0; - - resizer.setOpacity( 0 ); - - currentShift && resizeColumn(); - - var table = pillar.table; - setTimeout( function () { table.removeCustomData( '_cke_table_pillars' ); }, 0 ); - - document.removeListener( 'dragstart', cancel ); - } - - function resizeColumn() - { - var rtl = pillar.rtl, - cellsCount = rtl ? rightSideCells.length : leftSideCells.length; - - // Perform the actual resize to table cells, only for those by side of the pillar. - for ( var i = 0 ; i < cellsCount ; i++ ) - { - var leftCell = leftSideCells[ i ], - rightCell = rightSideCells[ i ], - table = pillar.table; - - // Defer the resizing to avoid any interference among cells. - CKEDITOR.tools.setTimeout( - function( leftCell, leftOldWidth, rightCell, rightOldWidth, tableWidth, sizeShift ) - { - leftCell && leftCell.setStyle( 'width', pxUnit( Math.max( leftOldWidth + sizeShift, 0 ) ) ); - rightCell && rightCell.setStyle( 'width', pxUnit( Math.max( rightOldWidth - sizeShift, 0 ) ) ); - - // If we're in the last cell, we need to resize the table as well - if ( tableWidth ) - table.setStyle( 'width', pxUnit( tableWidth + sizeShift * ( rtl ? -1 : 1 ) ) ); - } - , 0, - this, [ - leftCell, leftCell && getWidth( leftCell ), - rightCell, rightCell && getWidth( rightCell ), - ( !leftCell || !rightCell ) && ( getWidth( table ) + getBorderWidth( table, 'left' ) + getBorderWidth( table, 'right' ) ), - currentShift ] ); - } - } - - function onMouseDown( evt ) - { - cancel( evt ); - - resizeStart(); - - document.on( 'mouseup', onMouseUp, this ); - } - - function onMouseUp( evt ) - { - evt.removeListener(); - - resizeEnd(); - } - - function onMouseMove( evt ) - { - move( evt.data.$.clientX ); - } - - document = editor.document; - - resizer = CKEDITOR.dom.element.createFromHtml( - '<div data-cke-temp=1 contenteditable=false unselectable=on '+ - 'style="position:absolute;cursor:col-resize;filter:alpha(opacity=0);opacity:0;' + - 'padding:0;background-color:#004;background-image:none;border:0px none;z-index:10"></div>', document ); - - // Except on IE6/7 (#5890), place the resizer after body to prevent it - // from being editable. - if ( !needsIEHacks ) - document.getDocumentElement().append( resizer ); - - this.attachTo = function( targetPillar ) - { - // Accept only one pillar at a time. - if ( isResizing ) - return; - - // On IE6/7, we append the resizer everytime we need it. (#5890) - if ( needsIEHacks ) - { - document.getBody().append( resizer ); - currentShift = 0; - } - - pillar = targetPillar; - - resizer.setStyles( - { - width: pxUnit( targetPillar.width ), - height : pxUnit( targetPillar.height ), - left : pxUnit( targetPillar.x ), - top : pxUnit( targetPillar.y ) - }); - - // In IE6/7, it's not possible to have custom cursors for floating - // elements in an editable document. Show the resizer in that case, - // to give the user a visual clue. - needsIEHacks && resizer.setOpacity( 0.25 ); - - resizer.on( 'mousedown', onMouseDown, this ); - - document.getBody().setStyle( 'cursor', 'col-resize' ); - - // Display the resizer to receive events but don't show it, - // only change the cursor to resizable shape. - resizer.show(); - }; - - var move = this.move = function( posX ) - { - if ( !pillar ) - return 0; - - if ( !isResizing && ( posX < pillar.x || posX > ( pillar.x + pillar.width ) ) ) - { - detach(); - return 0; - } - - var resizerNewPosition = posX - Math.round( resizer.$.offsetWidth / 2 ); - - if ( isResizing ) - { - if ( resizerNewPosition == leftShiftBoundary || resizerNewPosition == rightShiftBoundary ) - return 1; - - resizerNewPosition = Math.max( resizerNewPosition, leftShiftBoundary ); - resizerNewPosition = Math.min( resizerNewPosition, rightShiftBoundary ); - - currentShift = resizerNewPosition - startOffset; - } - - resizer.setStyle( 'left', pxUnit( resizerNewPosition ) ); - - return 1; - }; - } - - function clearPillarsCache( evt ) - { - var target = evt.data.getTarget(); - - if ( evt.name == 'mouseout' ) - { - // Bypass interal mouse move. - if ( !target.is ( 'table' ) ) - return; - - var dest = new CKEDITOR.dom.element( evt.data.$.relatedTarget || evt.data.$.toElement ); - while( dest && dest.$ && !dest.equals( target ) && !dest.is( 'body' ) ) - dest = dest.getParent(); - if ( !dest || dest.equals( target ) ) - return; - } - - target.getAscendant( 'table', 1 ).removeCustomData( '_cke_table_pillars' ); - evt.removeListener(); - } - - CKEDITOR.plugins.add( 'tableresize', - { - requires : [ 'tabletools' ], - init : function( editor ) - { - editor.on( 'contentDom', function() - { - var resizer; - - editor.document.getBody().on( 'mousemove', function( evt ) - { - evt = evt.data; - - // If we're already attached to a pillar, simply move the - // resizer. - if ( resizer && resizer.move( evt.$.clientX ) ) - { - cancel( evt ); - return; - } - - // Considering table, tr, td, tbody but nothing else. - var target = evt.getTarget(), - table, - pillars; - - if ( !target.is( 'table' ) && !target.getAscendant( 'tbody', 1 ) ) - return; - - table = target.getAscendant( 'table', 1 ); - - if ( !( pillars = table.getCustomData( '_cke_table_pillars' ) ) ) - { - // Cache table pillars calculation result. - table.setCustomData( '_cke_table_pillars', ( pillars = buildTableColumnPillars( table ) ) ); - table.on( 'mouseout', clearPillarsCache ); - table.on( 'mousedown', clearPillarsCache ); - } - - var pillar = getPillarAtPosition( pillars, evt.$.clientX ); - if ( pillar ) - { - !resizer && ( resizer = new columnResizer( editor ) ); - resizer.attachTo( pillar ); - } - }); - }); - } - }); - -})(); diff --git a/skins/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js b/skins/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js deleted file mode 100644 index d37cd10..0000000 --- a/skins/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +++ /dev/null @@ -1,525 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add( 'cellProperties', function( editor ) - { - var langTable = editor.lang.table, - langCell = langTable.cell, - langCommon = editor.lang.common, - validate = CKEDITOR.dialog.validate, - widthPattern = /^(\d+(?:\.\d+)?)(px|%)$/, - heightPattern = /^(\d+(?:\.\d+)?)px$/, - bind = CKEDITOR.tools.bind, - spacer = { type : 'html', html : ' ' }, - rtl = editor.lang.dir == 'rtl'; - - /** - * - * @param dialogName - * @param callback [ childDialog ] - */ - function getDialogValue( dialogName, callback ) - { - var onOk = function() - { - releaseHandlers( this ); - callback( this, this._.parentDialog ); - this._.parentDialog.changeFocus( true ); - }; - var onCancel = function() - { - releaseHandlers( this ); - this._.parentDialog.changeFocus(); - }; - var releaseHandlers = function( dialog ) - { - dialog.removeListener( 'ok', onOk ); - dialog.removeListener( 'cancel', onCancel ); - }; - var bindToDialog = function( dialog ) - { - dialog.on( 'ok', onOk ); - dialog.on( 'cancel', onCancel ); - }; - editor.execCommand( dialogName ); - if ( editor._.storedDialogs.colordialog ) - bindToDialog( editor._.storedDialogs.colordialog ); - else - { - CKEDITOR.on( 'dialogDefinition', function( e ) - { - if ( e.data.name != dialogName ) - return; - - var definition = e.data.definition; - - e.removeListener(); - definition.onLoad = CKEDITOR.tools.override( definition.onLoad, function( orginal ) - { - return function() - { - bindToDialog( this ); - definition.onLoad = orginal; - if ( typeof orginal == 'function' ) - orginal.call( this ); - }; - } ); - }); - } - } - - return { - title : langCell.title, - minWidth : CKEDITOR.env.ie && CKEDITOR.env.quirks? 450 : 410, - minHeight : CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.quirks )? 230 : 200, - contents : [ - { - id : 'info', - label : langCell.title, - accessKey : 'I', - elements : - [ - { - type : 'hbox', - widths : [ '40%', '5%', '40%' ], - children : - [ - { - type : 'vbox', - padding : 0, - children : - [ - { - type : 'hbox', - widths : [ '70%', '30%' ], - children : - [ - { - type : 'text', - id : 'width', - width: '100px', - label : langCommon.width, - validate : validate[ 'number' ]( langCell.invalidWidth ), - - // Extra labelling of width unit type. - onLoad : function() - { - var widthType = this.getDialog().getContentElement( 'info', 'widthType' ), - labelElement = widthType.getElement(), - inputElement = this.getInputElement(), - ariaLabelledByAttr = inputElement.getAttribute( 'aria-labelledby' ); - - inputElement.setAttribute( 'aria-labelledby', [ ariaLabelledByAttr, labelElement.$.id ].join( ' ' ) ); - }, - - setup : function( element ) - { - var widthAttr = parseInt( element.getAttribute( 'width' ), 10 ), - widthStyle = parseInt( element.getStyle( 'width' ), 10 ); - - !isNaN( widthAttr ) && this.setValue( widthAttr ); - !isNaN( widthStyle ) && this.setValue( widthStyle ); - }, - commit : function( element ) - { - var value = parseInt( this.getValue(), 10 ), - unit = this.getDialog().getValueOf( 'info', 'widthType' ); - - if ( !isNaN( value ) ) - element.setStyle( 'width', value + unit ); - else - element.removeStyle( 'width' ); - - element.removeAttribute( 'width' ); - }, - 'default' : '' - }, - { - type : 'select', - id : 'widthType', - label : editor.lang.table.widthUnit, - labelStyle: 'visibility:hidden', - 'default' : 'px', - items : - [ - [ langTable.widthPx, 'px' ], - [ langTable.widthPc, '%' ] - ], - setup : function( selectedCell ) - { - var widthMatch = widthPattern.exec( selectedCell.getStyle( 'width' ) || selectedCell.getAttribute( 'width' ) ); - if ( widthMatch ) - this.setValue( widthMatch[2] ); - } - } - ] - }, - { - type : 'hbox', - widths : [ '70%', '30%' ], - children : - [ - { - type : 'text', - id : 'height', - label : langCommon.height, - width: '100px', - 'default' : '', - validate : validate[ 'number' ]( langCell.invalidHeight ), - - // Extra labelling of height unit type. - onLoad : function() - { - var heightType = this.getDialog().getContentElement( 'info', 'htmlHeightType' ), - labelElement = heightType.getElement(), - inputElement = this.getInputElement(), - ariaLabelledByAttr = inputElement.getAttribute( 'aria-labelledby' ); - - inputElement.setAttribute( 'aria-labelledby', [ ariaLabelledByAttr, labelElement.$.id ].join( ' ' ) ); - }, - - setup : function( element ) - { - var heightAttr = parseInt( element.getAttribute( 'height' ), 10 ), - heightStyle = parseInt( element.getStyle( 'height' ), 10 ); - - !isNaN( heightAttr ) && this.setValue( heightAttr ); - !isNaN( heightStyle ) && this.setValue( heightStyle ); - }, - commit : function( element ) - { - var value = parseInt( this.getValue(), 10 ); - - if ( !isNaN( value ) ) - element.setStyle( 'height', CKEDITOR.tools.cssLength( value ) ); - else - element.removeStyle( 'height' ); - - element.removeAttribute( 'height' ); - } - }, - { - id : 'htmlHeightType', - type : 'html', - html : '<br />'+ langTable.widthPx - } - ] - }, - spacer, - { - type : 'select', - id : 'wordWrap', - label : langCell.wordWrap, - 'default' : 'yes', - items : - [ - [ langCell.yes, 'yes' ], - [ langCell.no, 'no' ] - ], - setup : function( element ) - { - var wordWrapAttr = element.getAttribute( 'noWrap' ), - wordWrapStyle = element.getStyle( 'white-space' ); - - if ( wordWrapStyle == 'nowrap' || wordWrapAttr ) - this.setValue( 'no' ); - }, - commit : function( element ) - { - if ( this.getValue() == 'no' ) - element.setStyle( 'white-space', 'nowrap' ); - else - element.removeStyle( 'white-space' ); - - element.removeAttribute( 'noWrap' ); - } - }, - spacer, - { - type : 'select', - id : 'hAlign', - label : langCell.hAlign, - 'default' : '', - items : - [ - [ langCommon.notSet, '' ], - [ langCommon.alignLeft, 'left' ], - [ langCommon.alignCenter, 'center' ], - [ langCommon.alignRight, 'right' ] - ], - setup : function( element ) - { - var alignAttr = element.getAttribute( 'align' ), - textAlignStyle = element.getStyle( 'text-align'); - - this.setValue( textAlignStyle || alignAttr || '' ); - }, - commit : function( selectedCell ) - { - var value = this.getValue(); - - if ( value ) - selectedCell.setStyle( 'text-align', value ); - else - selectedCell.removeStyle( 'text-align' ); - - selectedCell.removeAttribute( 'align' ); - } - }, - { - type : 'select', - id : 'vAlign', - label : langCell.vAlign, - 'default' : '', - items : - [ - [ langCommon.notSet, '' ], - [ langCommon.alignTop, 'top' ], - [ langCommon.alignMiddle, 'middle' ], - [ langCommon.alignBottom, 'bottom' ], - [ langCell.alignBaseline, 'baseline' ] - ], - setup : function( element ) - { - var vAlignAttr = element.getAttribute( 'vAlign' ), - vAlignStyle = element.getStyle( 'vertical-align' ); - - switch( vAlignStyle ) - { - // Ignore all other unrelated style values.. - case 'top': - case 'middle': - case 'bottom': - case 'baseline': - break; - default: - vAlignStyle = ''; - } - - this.setValue( vAlignStyle || vAlignAttr || '' ); - }, - commit : function( element ) - { - var value = this.getValue(); - - if ( value ) - element.setStyle( 'vertical-align', value ); - else - element.removeStyle( 'vertical-align' ); - - element.removeAttribute( 'vAlign' ); - } - } - ] - }, - spacer, - { - type : 'vbox', - padding : 0, - children : - [ - { - type : 'select', - id : 'cellType', - label : langCell.cellType, - 'default' : 'td', - items : - [ - [ langCell.data, 'td' ], - [ langCell.header, 'th' ] - ], - setup : function( selectedCell ) - { - this.setValue( selectedCell.getName() ); - }, - commit : function( selectedCell ) - { - selectedCell.renameNode( this.getValue() ); - } - }, - spacer, - { - type : 'text', - id : 'rowSpan', - label : langCell.rowSpan, - 'default' : '', - validate : validate.integer( langCell.invalidRowSpan ), - setup : function( selectedCell ) - { - var attrVal = parseInt( selectedCell.getAttribute( 'rowSpan' ), 10 ); - if ( attrVal && attrVal != 1 ) - this.setValue( attrVal ); - }, - commit : function( selectedCell ) - { - var value = parseInt( this.getValue(), 10 ); - if ( value && value != 1 ) - selectedCell.setAttribute( 'rowSpan', this.getValue() ); - else - selectedCell.removeAttribute( 'rowSpan' ); - } - }, - { - type : 'text', - id : 'colSpan', - label : langCell.colSpan, - 'default' : '', - validate : validate.integer( langCell.invalidColSpan ), - setup : function( element ) - { - var attrVal = parseInt( element.getAttribute( 'colSpan' ), 10 ); - if ( attrVal && attrVal != 1 ) - this.setValue( attrVal ); - }, - commit : function( selectedCell ) - { - var value = parseInt( this.getValue(), 10 ); - if ( value && value != 1 ) - selectedCell.setAttribute( 'colSpan', this.getValue() ); - else - selectedCell.removeAttribute( 'colSpan' ); - } - }, - spacer, - { - type : 'hbox', - padding : 0, - widths : [ '60%', '40%' ], - children : - [ - { - type : 'text', - id : 'bgColor', - label : langCell.bgColor, - 'default' : '', - setup : function( element ) - { - var bgColorAttr = element.getAttribute( 'bgColor' ), - bgColorStyle = element.getStyle( 'background-color' ); - - this.setValue( bgColorStyle || bgColorAttr ); - }, - commit : function( selectedCell ) - { - var value = this.getValue(); - - if ( value ) - selectedCell.setStyle( 'background-color', this.getValue() ); - else - selectedCell.removeStyle( 'background-color' ); - - selectedCell.removeAttribute( 'bgColor'); - } - }, - { - type : 'button', - id : 'bgColorChoose', - "class" : 'colorChooser', - label : langCell.chooseColor, - onLoad : function() - { - // Stick the element to the bottom (#5587) - this.getElement().getParent().setStyle( 'vertical-align', 'bottom' ); - }, - onClick : function() - { - var self = this; - getDialogValue( 'colordialog', function( colorDialog ) - { - self.getDialog().getContentElement( 'info', 'bgColor' ).setValue( - colorDialog.getContentElement( 'picker', 'selectedColor' ).getValue() - ); - } ); - } - } - ] - }, - spacer, - { - type : 'hbox', - padding : 0, - widths : [ '60%', '40%' ], - children : - [ - { - type : 'text', - id : 'borderColor', - label : langCell.borderColor, - 'default' : '', - setup : function( element ) - { - var borderColorAttr = element.getAttribute( 'borderColor' ), - borderColorStyle = element.getStyle( 'border-color' ); - - this.setValue( borderColorStyle || borderColorAttr ); - }, - commit : function( selectedCell ) - { - var value = this.getValue(); - if ( value ) - selectedCell.setStyle( 'border-color', this.getValue() ); - else - selectedCell.removeStyle( 'border-color' ); - - selectedCell.removeAttribute( 'borderColor'); - } - }, - { - type : 'button', - id : 'borderColorChoose', - "class" : 'colorChooser', - label : langCell.chooseColor, - style : ( rtl ? 'margin-right' : 'margin-left' ) + ': 10px', - onLoad : function() - { - // Stick the element to the bottom (#5587) - this.getElement().getParent().setStyle( 'vertical-align', 'bottom' ); - }, - onClick : function() - { - var self = this; - getDialogValue( 'colordialog', function( colorDialog ) - { - self.getDialog().getContentElement( 'info', 'borderColor' ).setValue( - colorDialog.getContentElement( 'picker', 'selectedColor' ).getValue() - ); - } ); - } - } - ] - } - ] - } - ] - } - ] - } - ], - onShow : function() - { - this.cells = CKEDITOR.plugins.tabletools.getSelectedCells( - this._.editor.getSelection() ); - this.setupContent( this.cells[ 0 ] ); - }, - onOk : function() - { - var selection = this._.editor.getSelection(), - bookmarks = selection.createBookmarks(); - - var cells = this.cells; - for ( var i = 0 ; i < cells.length ; i++ ) - this.commitContent( cells[ i ] ); - - selection.selectBookmarks( bookmarks ); - - // Force selectionChange event because of alignment style. - var firstElement = selection.getStartElement(); - var currentPath = new CKEDITOR.dom.elementPath( firstElement ); - - this._.editor._.selectionPreviousPath = currentPath; - this._.editor.fire( 'selectionChange', { selection : selection, path : currentPath, element : firstElement } ); - } - }; - } ); diff --git a/skins/ckeditor/_source/plugins/tabletools/plugin.js b/skins/ckeditor/_source/plugins/tabletools/plugin.js deleted file mode 100644 index 7b52599..0000000 --- a/skins/ckeditor/_source/plugins/tabletools/plugin.js +++ /dev/null @@ -1,1194 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - var cellNodeRegex = /^(?:td|th)$/; - - function getSelectedCells( selection ) - { - // Walker will try to split text nodes, which will make the current selection - // invalid. So save bookmarks before doing anything. - var bookmarks = selection.createBookmarks(); - - var ranges = selection.getRanges(); - var retval = []; - var database = {}; - - function moveOutOfCellGuard( node ) - { - // Apply to the first cell only. - if ( retval.length > 0 ) - return; - - // If we are exiting from the first </td>, then the td should definitely be - // included. - if ( node.type == CKEDITOR.NODE_ELEMENT && cellNodeRegex.test( node.getName() ) - && !node.getCustomData( 'selected_cell' ) ) - { - CKEDITOR.dom.element.setMarker( database, node, 'selected_cell', true ); - retval.push( node ); - } - } - - for ( var i = 0 ; i < ranges.length ; i++ ) - { - var range = ranges[ i ]; - - if ( range.collapsed ) - { - // Walker does not handle collapsed ranges yet - fall back to old API. - var startNode = range.getCommonAncestor(); - var nearestCell = startNode.getAscendant( 'td', true ) || startNode.getAscendant( 'th', true ); - if ( nearestCell ) - retval.push( nearestCell ); - } - else - { - var walker = new CKEDITOR.dom.walker( range ); - var node; - walker.guard = moveOutOfCellGuard; - - while ( ( node = walker.next() ) ) - { - // If may be possible for us to have a range like this: - // <td>^1</td><td>^2</td> - // The 2nd td shouldn't be included. - // - // So we have to take care to include a td we've entered only when we've - // walked into its children. - - var parent = node.getAscendant( 'td' ) || node.getAscendant( 'th' ); - if ( parent && !parent.getCustomData( 'selected_cell' ) ) - { - CKEDITOR.dom.element.setMarker( database, parent, 'selected_cell', true ); - retval.push( parent ); - } - } - } - } - - CKEDITOR.dom.element.clearAllMarkers( database ); - - // Restore selection position. - selection.selectBookmarks( bookmarks ); - - return retval; - } - - function getFocusElementAfterDelCells( cellsToDelete ) { - var i = 0, - last = cellsToDelete.length - 1, - database = {}, - cell,focusedCell, - tr; - - while ( ( cell = cellsToDelete[ i++ ] ) ) - CKEDITOR.dom.element.setMarker( database, cell, 'delete_cell', true ); - - // 1.first we check left or right side focusable cell row by row; - i = 0; - while ( ( cell = cellsToDelete[ i++ ] ) ) - { - if ( ( focusedCell = cell.getPrevious() ) && !focusedCell.getCustomData( 'delete_cell' ) - || ( focusedCell = cell.getNext() ) && !focusedCell.getCustomData( 'delete_cell' ) ) - { - CKEDITOR.dom.element.clearAllMarkers( database ); - return focusedCell; - } - } - - CKEDITOR.dom.element.clearAllMarkers( database ); - - // 2. then we check the toppest row (outside the selection area square) focusable cell - tr = cellsToDelete[ 0 ].getParent(); - if ( ( tr = tr.getPrevious() ) ) - return tr.getLast(); - - // 3. last we check the lowerest row focusable cell - tr = cellsToDelete[ last ].getParent(); - if ( ( tr = tr.getNext() ) ) - return tr.getChild( 0 ); - - return null; - } - - function insertRow( selection, insertBefore ) - { - var cells = getSelectedCells( selection ), - firstCell = cells[ 0 ], - table = firstCell.getAscendant( 'table' ), - doc = firstCell.getDocument(), - startRow = cells[ 0 ].getParent(), - startRowIndex = startRow.$.rowIndex, - lastCell = cells[ cells.length - 1 ], - endRowIndex = lastCell.getParent().$.rowIndex + lastCell.$.rowSpan - 1, - endRow = new CKEDITOR.dom.element( table.$.rows[ endRowIndex ] ), - rowIndex = insertBefore ? startRowIndex : endRowIndex, - row = insertBefore ? startRow : endRow; - - var map = CKEDITOR.tools.buildTableMap( table ), - cloneRow = map[ rowIndex ], - nextRow = insertBefore ? map[ rowIndex - 1 ] : map[ rowIndex + 1 ], - width = map[0].length; - - var newRow = doc.createElement( 'tr' ); - for ( var i = 0; i < width; i++ ) - { - var cell; - // Check whether there's a spanning row here, do not break it. - if ( cloneRow[ i ].rowSpan > 1 && nextRow && cloneRow[ i ] == nextRow[ i ] ) - { - cell = cloneRow[ i ]; - cell.rowSpan += 1; - } - else - { - cell = new CKEDITOR.dom.element( cloneRow[ i ] ).clone(); - cell.removeAttribute( 'rowSpan' ); - !CKEDITOR.env.ie && cell.appendBogus(); - newRow.append( cell ); - cell = cell.$; - } - - i += cell.colSpan - 1; - } - - insertBefore ? - newRow.insertBefore( row ) : - newRow.insertAfter( row ); - } - - function deleteRows( selectionOrRow ) - { - if ( selectionOrRow instanceof CKEDITOR.dom.selection ) - { - var cells = getSelectedCells( selectionOrRow ), - firstCell = cells[ 0 ], - table = firstCell.getAscendant( 'table' ), - map = CKEDITOR.tools.buildTableMap( table ), - startRow = cells[ 0 ].getParent(), - startRowIndex = startRow.$.rowIndex, - lastCell = cells[ cells.length - 1 ], - endRowIndex = lastCell.getParent().$.rowIndex + lastCell.$.rowSpan - 1, - rowsToDelete = []; - - // Delete cell or reduce cell spans by checking through the table map. - for ( var i = startRowIndex; i <= endRowIndex; i++ ) - { - var mapRow = map[ i ], - row = new CKEDITOR.dom.element( table.$.rows[ i ] ); - - for ( var j = 0; j < mapRow.length; j++ ) - { - var cell = new CKEDITOR.dom.element( mapRow[ j ] ), - cellRowIndex = cell.getParent().$.rowIndex; - - if ( cell.$.rowSpan == 1 ) - cell.remove(); - // Row spanned cell. - else - { - // Span row of the cell, reduce spanning. - cell.$.rowSpan -= 1; - // Root row of the cell, root cell to next row. - if ( cellRowIndex == i ) - { - var nextMapRow = map[ i + 1 ]; - nextMapRow[ j - 1 ] ? - cell.insertAfter( new CKEDITOR.dom.element( nextMapRow[ j - 1 ] ) ) - : new CKEDITOR.dom.element( table.$.rows[ i + 1 ] ).append( cell, 1 ); - } - } - - j += cell.$.colSpan - 1; - } - - rowsToDelete.push( row ); - } - - var rows = table.$.rows; - - // Where to put the cursor after rows been deleted? - // 1. Into next sibling row if any; - // 2. Into previous sibling row if any; - // 3. Into table's parent element if it's the very last row. - var cursorPosition = new CKEDITOR.dom.element( rows[ endRowIndex + 1 ] || ( startRowIndex > 0 ? rows[ startRowIndex - 1 ] : null ) || table.$.parentNode ); - - for ( i = rowsToDelete.length ; i >= 0 ; i-- ) - deleteRows( rowsToDelete[ i ] ); - - return cursorPosition; - } - else if ( selectionOrRow instanceof CKEDITOR.dom.element ) - { - table = selectionOrRow.getAscendant( 'table' ); - - if ( table.$.rows.length == 1 ) - table.remove(); - else - selectionOrRow.remove(); - } - - return null; - } - - function getCellColIndex( cell, isStart ) - { - var row = cell.getParent(), - rowCells = row.$.cells; - - var colIndex = 0; - for ( var i = 0; i < rowCells.length; i++ ) - { - var mapCell = rowCells[ i ]; - colIndex += isStart ? 1 : mapCell.colSpan; - if ( mapCell == cell.$ ) - break; - } - - return colIndex -1; - } - - function getColumnsIndices( cells, isStart ) - { - var retval = isStart ? Infinity : 0; - for ( var i = 0; i < cells.length; i++ ) - { - var colIndex = getCellColIndex( cells[ i ], isStart ); - if ( isStart ? colIndex < retval : colIndex > retval ) - retval = colIndex; - } - return retval; - } - - function insertColumn( selection, insertBefore ) - { - var cells = getSelectedCells( selection ), - firstCell = cells[ 0 ], - table = firstCell.getAscendant( 'table' ), - startCol = getColumnsIndices( cells, 1 ), - lastCol = getColumnsIndices( cells ), - colIndex = insertBefore? startCol : lastCol; - - var map = CKEDITOR.tools.buildTableMap( table ), - cloneCol = [], - nextCol = [], - height = map.length; - - for ( var i = 0; i < height; i++ ) - { - cloneCol.push( map[ i ][ colIndex ] ); - var nextCell = insertBefore ? map[ i ][ colIndex - 1 ] : map[ i ][ colIndex + 1 ]; - nextCell && nextCol.push( nextCell ); - } - - for ( i = 0; i < height; i++ ) - { - var cell; - // Check whether there's a spanning column here, do not break it. - if ( cloneCol[ i ].colSpan > 1 - && nextCol.length - && nextCol[ i ] == cloneCol[ i ] ) - { - cell = cloneCol[ i ]; - cell.colSpan += 1; - } - else - { - cell = new CKEDITOR.dom.element( cloneCol[ i ] ).clone(); - cell.removeAttribute( 'colSpan' ); - !CKEDITOR.env.ie && cell.appendBogus(); - cell[ insertBefore? 'insertBefore' : 'insertAfter' ].call( cell, new CKEDITOR.dom.element ( cloneCol[ i ] ) ); - cell = cell.$; - } - - i += cell.rowSpan - 1; - } - } - - function deleteColumns( selectionOrCell ) - { - var cells = getSelectedCells( selectionOrCell ), - firstCell = cells[ 0 ], - lastCell = cells[ cells.length - 1 ], - table = firstCell.getAscendant( 'table' ), - map = CKEDITOR.tools.buildTableMap( table ), - startColIndex, - endColIndex, - rowsToDelete = []; - - // Figure out selected cells' column indices. - for ( var i = 0, rows = map.length; i < rows; i++ ) - { - for ( var j = 0, cols = map[ i ].length; j < cols; j++ ) - { - if ( map[ i ][ j ] == firstCell.$ ) - startColIndex = j; - if ( map[ i ][ j ] == lastCell.$ ) - endColIndex = j; - } - } - - // Delete cell or reduce cell spans by checking through the table map. - for ( i = startColIndex; i <= endColIndex; i++ ) - { - for ( j = 0; j < map.length; j++ ) - { - var mapRow = map[ j ], - row = new CKEDITOR.dom.element( table.$.rows[ j ] ), - cell = new CKEDITOR.dom.element( mapRow[ i ] ); - - if ( cell.$ ) - { - if ( cell.$.colSpan == 1 ) - cell.remove(); - // Reduce the col spans. - else - cell.$.colSpan -= 1; - - j += cell.$.rowSpan - 1; - - if ( !row.$.cells.length ) - rowsToDelete.push( row ); - } - } - } - - var firstRowCells = table.$.rows[ 0 ] && table.$.rows[ 0 ].cells; - - // Where to put the cursor after columns been deleted? - // 1. Into next cell of the first row if any; - // 2. Into previous cell of the first row if any; - // 3. Into table's parent element; - var cursorPosition = new CKEDITOR.dom.element( firstRowCells[ startColIndex ] || ( startColIndex ? firstRowCells[ startColIndex - 1 ] : table.$.parentNode ) ); - - // Delete table rows only if all columns are gone (do not remove empty row). - if ( rowsToDelete.length == rows ) - table.remove(); - - return cursorPosition; - } - - function getFocusElementAfterDelCols( cells ) - { - var cellIndexList = [], - table = cells[ 0 ] && cells[ 0 ].getAscendant( 'table' ), - i, length, - targetIndex, targetCell; - - // get the cellIndex list of delete cells - for ( i = 0, length = cells.length; i < length; i++ ) - cellIndexList.push( cells[i].$.cellIndex ); - - // get the focusable column index - cellIndexList.sort(); - for ( i = 1, length = cellIndexList.length; i < length; i++ ) - { - if ( cellIndexList[ i ] - cellIndexList[ i - 1 ] > 1 ) - { - targetIndex = cellIndexList[ i - 1 ] + 1; - break; - } - } - - if ( !targetIndex ) - targetIndex = cellIndexList[ 0 ] > 0 ? ( cellIndexList[ 0 ] - 1 ) - : ( cellIndexList[ cellIndexList.length - 1 ] + 1 ); - - // scan row by row to get the target cell - var rows = table.$.rows; - for ( i = 0, length = rows.length; i < length ; i++ ) - { - targetCell = rows[ i ].cells[ targetIndex ]; - if ( targetCell ) - break; - } - - return targetCell ? new CKEDITOR.dom.element( targetCell ) : table.getPrevious(); - } - - function insertCell( selection, insertBefore ) - { - var startElement = selection.getStartElement(); - var cell = startElement.getAscendant( 'td', 1 ) || startElement.getAscendant( 'th', 1 ); - - if ( !cell ) - return; - - // Create the new cell element to be added. - var newCell = cell.clone(); - if ( !CKEDITOR.env.ie ) - newCell.appendBogus(); - - if ( insertBefore ) - newCell.insertBefore( cell ); - else - newCell.insertAfter( cell ); - } - - function deleteCells( selectionOrCell ) - { - if ( selectionOrCell instanceof CKEDITOR.dom.selection ) - { - var cellsToDelete = getSelectedCells( selectionOrCell ); - var table = cellsToDelete[ 0 ] && cellsToDelete[ 0 ].getAscendant( 'table' ); - var cellToFocus = getFocusElementAfterDelCells( cellsToDelete ); - - for ( var i = cellsToDelete.length - 1 ; i >= 0 ; i-- ) - deleteCells( cellsToDelete[ i ] ); - - if ( cellToFocus ) - placeCursorInCell( cellToFocus, true ); - else if ( table ) - table.remove(); - } - else if ( selectionOrCell instanceof CKEDITOR.dom.element ) - { - var tr = selectionOrCell.getParent(); - if ( tr.getChildCount() == 1 ) - tr.remove(); - else - selectionOrCell.remove(); - } - } - - // Remove filler at end and empty spaces around the cell content. - function trimCell( cell ) - { - var bogus = cell.getBogus(); - bogus && bogus.remove(); - cell.trim(); - } - - function placeCursorInCell( cell, placeAtEnd ) - { - var range = new CKEDITOR.dom.range( cell.getDocument() ); - if ( !range[ 'moveToElementEdit' + ( placeAtEnd ? 'End' : 'Start' ) ]( cell ) ) - { - range.selectNodeContents( cell ); - range.collapse( placeAtEnd ? false : true ); - } - range.select( true ); - } - - function cellInRow( tableMap, rowIndex, cell ) - { - var oRow = tableMap[ rowIndex ]; - if ( typeof cell == 'undefined' ) - return oRow; - - for ( var c = 0 ; oRow && c < oRow.length ; c++ ) - { - if ( cell.is && oRow[c] == cell.$ ) - return c; - else if ( c == cell ) - return new CKEDITOR.dom.element( oRow[ c ] ); - } - return cell.is ? -1 : null; - } - - function cellInCol( tableMap, colIndex, cell ) - { - var oCol = []; - for ( var r = 0; r < tableMap.length; r++ ) - { - var row = tableMap[ r ]; - if ( typeof cell == 'undefined' ) - oCol.push( row[ colIndex ] ); - else if ( cell.is && row[ colIndex ] == cell.$ ) - return r; - else if ( r == cell ) - return new CKEDITOR.dom.element( row[ colIndex ] ); - } - - return ( typeof cell == 'undefined' )? oCol : cell.is ? -1 : null; - } - - function mergeCells( selection, mergeDirection, isDetect ) - { - var cells = getSelectedCells( selection ); - - // Invalid merge request if: - // 1. In batch mode despite that less than two selected. - // 2. In solo mode while not exactly only one selected. - // 3. Cells distributed in different table groups (e.g. from both thead and tbody). - var commonAncestor; - if ( ( mergeDirection ? cells.length != 1 : cells.length < 2 ) - || ( commonAncestor = selection.getCommonAncestor() ) - && commonAncestor.type == CKEDITOR.NODE_ELEMENT - && commonAncestor.is( 'table' ) ) - { - return false; - } - - var cell, - firstCell = cells[ 0 ], - table = firstCell.getAscendant( 'table' ), - map = CKEDITOR.tools.buildTableMap( table ), - mapHeight = map.length, - mapWidth = map[ 0 ].length, - startRow = firstCell.getParent().$.rowIndex, - startColumn = cellInRow( map, startRow, firstCell ); - - if ( mergeDirection ) - { - var targetCell; - try - { - var rowspan = parseInt( firstCell.getAttribute( 'rowspan' ), 10 ) || 1; - var colspan = parseInt( firstCell.getAttribute( 'colspan' ), 10 ) || 1; - - targetCell = - map[ mergeDirection == 'up' ? - ( startRow - rowspan ): - mergeDirection == 'down' ? ( startRow + rowspan ) : startRow ] [ - mergeDirection == 'left' ? - ( startColumn - colspan ): - mergeDirection == 'right' ? ( startColumn + colspan ) : startColumn ]; - - } - catch( er ) - { - return false; - } - - // 1. No cell could be merged. - // 2. Same cell actually. - if ( !targetCell || firstCell.$ == targetCell ) - return false; - - // Sort in map order regardless of the DOM sequence. - cells[ ( mergeDirection == 'up' || mergeDirection == 'left' ) ? - 'unshift' : 'push' ]( new CKEDITOR.dom.element( targetCell ) ); - } - - // Start from here are merging way ignorance (merge up/right, batch merge). - var doc = firstCell.getDocument(), - lastRowIndex = startRow, - totalRowSpan = 0, - totalColSpan = 0, - // Use a documentFragment as buffer when appending cell contents. - frag = !isDetect && new CKEDITOR.dom.documentFragment( doc ), - dimension = 0; - - for ( var i = 0; i < cells.length; i++ ) - { - cell = cells[ i ]; - - var tr = cell.getParent(), - cellFirstChild = cell.getFirst(), - colSpan = cell.$.colSpan, - rowSpan = cell.$.rowSpan, - rowIndex = tr.$.rowIndex, - colIndex = cellInRow( map, rowIndex, cell ); - - // Accumulated the actual places taken by all selected cells. - dimension += colSpan * rowSpan; - // Accumulated the maximum virtual spans from column and row. - totalColSpan = Math.max( totalColSpan, colIndex - startColumn + colSpan ) ; - totalRowSpan = Math.max( totalRowSpan, rowIndex - startRow + rowSpan ); - - if ( !isDetect ) - { - // Trim all cell fillers and check to remove empty cells. - if ( trimCell( cell ), cell.getChildren().count() ) - { - // Merge vertically cells as two separated paragraphs. - if ( rowIndex != lastRowIndex - && cellFirstChild - && !( cellFirstChild.isBlockBoundary - && cellFirstChild.isBlockBoundary( { br : 1 } ) ) ) - { - var last = frag.getLast( CKEDITOR.dom.walker.whitespaces( true ) ); - if ( last && !( last.is && last.is( 'br' ) ) ) - frag.append( 'br' ); - } - - cell.moveChildren( frag ); - } - i ? cell.remove() : cell.setHtml( '' ); - } - lastRowIndex = rowIndex; - } - - if ( !isDetect ) - { - frag.moveChildren( firstCell ); - - if ( !CKEDITOR.env.ie ) - firstCell.appendBogus(); - - if ( totalColSpan >= mapWidth ) - firstCell.removeAttribute( 'rowSpan' ); - else - firstCell.$.rowSpan = totalRowSpan; - - if ( totalRowSpan >= mapHeight ) - firstCell.removeAttribute( 'colSpan' ); - else - firstCell.$.colSpan = totalColSpan; - - // Swip empty <tr> left at the end of table due to the merging. - var trs = new CKEDITOR.dom.nodeList( table.$.rows ), - count = trs.count(); - - for ( i = count - 1; i >= 0; i-- ) - { - var tailTr = trs.getItem( i ); - if ( !tailTr.$.cells.length ) - { - tailTr.remove(); - count++; - continue; - } - } - - return firstCell; - } - // Be able to merge cells only if actual dimension of selected - // cells equals to the caculated rectangle. - else - return ( totalRowSpan * totalColSpan ) == dimension; - } - - function verticalSplitCell ( selection, isDetect ) - { - var cells = getSelectedCells( selection ); - if ( cells.length > 1 ) - return false; - else if ( isDetect ) - return true; - - var cell = cells[ 0 ], - tr = cell.getParent(), - table = tr.getAscendant( 'table' ), - map = CKEDITOR.tools.buildTableMap( table ), - rowIndex = tr.$.rowIndex, - colIndex = cellInRow( map, rowIndex, cell ), - rowSpan = cell.$.rowSpan, - newCell, - newRowSpan, - newCellRowSpan, - newRowIndex; - - if ( rowSpan > 1 ) - { - newRowSpan = Math.ceil( rowSpan / 2 ); - newCellRowSpan = Math.floor( rowSpan / 2 ); - newRowIndex = rowIndex + newRowSpan; - var newCellTr = new CKEDITOR.dom.element( table.$.rows[ newRowIndex ] ), - newCellRow = cellInRow( map, newRowIndex ), - candidateCell; - - newCell = cell.clone(); - - // Figure out where to insert the new cell by checking the vitual row. - for ( var c = 0; c < newCellRow.length; c++ ) - { - candidateCell = newCellRow[ c ]; - // Catch first cell actually following the column. - if ( candidateCell.parentNode == newCellTr.$ - && c > colIndex ) - { - newCell.insertBefore( new CKEDITOR.dom.element( candidateCell ) ); - break; - } - else - candidateCell = null; - } - - // The destination row is empty, append at will. - if ( !candidateCell ) - newCellTr.append( newCell, true ); - } - else - { - newCellRowSpan = newRowSpan = 1; - - newCellTr = tr.clone(); - newCellTr.insertAfter( tr ); - newCellTr.append( newCell = cell.clone() ); - - var cellsInSameRow = cellInRow( map, rowIndex ); - for ( var i = 0; i < cellsInSameRow.length; i++ ) - cellsInSameRow[ i ].rowSpan++; - } - - if ( !CKEDITOR.env.ie ) - newCell.appendBogus(); - - cell.$.rowSpan = newRowSpan; - newCell.$.rowSpan = newCellRowSpan; - if ( newRowSpan == 1 ) - cell.removeAttribute( 'rowSpan' ); - if ( newCellRowSpan == 1 ) - newCell.removeAttribute( 'rowSpan' ); - - return newCell; - } - - function horizontalSplitCell( selection, isDetect ) - { - var cells = getSelectedCells( selection ); - if ( cells.length > 1 ) - return false; - else if ( isDetect ) - return true; - - var cell = cells[ 0 ], - tr = cell.getParent(), - table = tr.getAscendant( 'table' ), - map = CKEDITOR.tools.buildTableMap( table ), - rowIndex = tr.$.rowIndex, - colIndex = cellInRow( map, rowIndex, cell ), - colSpan = cell.$.colSpan, - newCell, - newColSpan, - newCellColSpan; - - if ( colSpan > 1 ) - { - newColSpan = Math.ceil( colSpan / 2 ); - newCellColSpan = Math.floor( colSpan / 2 ); - } - else - { - newCellColSpan = newColSpan = 1; - var cellsInSameCol = cellInCol( map, colIndex ); - for ( var i = 0; i < cellsInSameCol.length; i++ ) - cellsInSameCol[ i ].colSpan++; - } - newCell = cell.clone(); - newCell.insertAfter( cell ); - if ( !CKEDITOR.env.ie ) - newCell.appendBogus(); - - cell.$.colSpan = newColSpan; - newCell.$.colSpan = newCellColSpan; - if ( newColSpan == 1 ) - cell.removeAttribute( 'colSpan' ); - if ( newCellColSpan == 1 ) - newCell.removeAttribute( 'colSpan' ); - - return newCell; - } - // Context menu on table caption incorrect (#3834) - var contextMenuTags = { thead : 1, tbody : 1, tfoot : 1, td : 1, tr : 1, th : 1 }; - - CKEDITOR.plugins.tabletools = - { - init : function( editor ) - { - var lang = editor.lang.table; - - editor.addCommand( 'cellProperties', new CKEDITOR.dialogCommand( 'cellProperties' ) ); - CKEDITOR.dialog.add( 'cellProperties', this.path + 'dialogs/tableCell.js' ); - - editor.addCommand( 'tableDelete', - { - exec : function( editor ) - { - var selection = editor.getSelection(), - startElement = selection && selection.getStartElement(), - table = startElement && startElement.getAscendant( 'table', 1 ); - - if ( !table ) - return; - - // If the table's parent has only one child remove it as well (unless it's the body or a table cell) (#5416, #6289) - var parent = table.getParent(); - if ( parent.getChildCount() == 1 && !parent.is( 'body', 'td', 'th' ) ) - table = parent; - - var range = new CKEDITOR.dom.range( editor.document ); - range.moveToPosition( table, CKEDITOR.POSITION_BEFORE_START ); - table.remove(); - range.select(); - } - } ); - - editor.addCommand( 'rowDelete', - { - exec : function( editor ) - { - var selection = editor.getSelection(); - placeCursorInCell( deleteRows( selection ) ); - } - } ); - - editor.addCommand( 'rowInsertBefore', - { - exec : function( editor ) - { - var selection = editor.getSelection(); - insertRow( selection, true ); - } - } ); - - editor.addCommand( 'rowInsertAfter', - { - exec : function( editor ) - { - var selection = editor.getSelection(); - insertRow( selection ); - } - } ); - - editor.addCommand( 'columnDelete', - { - exec : function( editor ) - { - var selection = editor.getSelection(); - var element = deleteColumns( selection ); - element && placeCursorInCell( element, true ); - } - } ); - - editor.addCommand( 'columnInsertBefore', - { - exec : function( editor ) - { - var selection = editor.getSelection(); - insertColumn( selection, true ); - } - } ); - - editor.addCommand( 'columnInsertAfter', - { - exec : function( editor ) - { - var selection = editor.getSelection(); - insertColumn( selection ); - } - } ); - - editor.addCommand( 'cellDelete', - { - exec : function( editor ) - { - var selection = editor.getSelection(); - deleteCells( selection ); - } - } ); - - editor.addCommand( 'cellMerge', - { - exec : function( editor ) - { - placeCursorInCell( mergeCells( editor.getSelection() ), true ); - } - } ); - - editor.addCommand( 'cellMergeRight', - { - exec : function( editor ) - { - placeCursorInCell( mergeCells( editor.getSelection(), 'right' ), true ); - } - } ); - - editor.addCommand( 'cellMergeDown', - { - exec : function( editor ) - { - placeCursorInCell( mergeCells( editor.getSelection(), 'down' ), true ); - } - } ); - - editor.addCommand( 'cellVerticalSplit', - { - exec : function( editor ) - { - placeCursorInCell( verticalSplitCell( editor.getSelection() ) ); - } - } ); - - editor.addCommand( 'cellHorizontalSplit', - { - exec : function( editor ) - { - placeCursorInCell( horizontalSplitCell( editor.getSelection() ) ); - } - } ); - - editor.addCommand( 'cellInsertBefore', - { - exec : function( editor ) - { - var selection = editor.getSelection(); - insertCell( selection, true ); - } - } ); - - editor.addCommand( 'cellInsertAfter', - { - exec : function( editor ) - { - var selection = editor.getSelection(); - insertCell( selection ); - } - } ); - - // If the "menu" plugin is loaded, register the menu items. - if ( editor.addMenuItems ) - { - editor.addMenuItems( - { - tablecell : - { - label : lang.cell.menu, - group : 'tablecell', - order : 1, - getItems : function() - { - var selection = editor.getSelection(), - cells = getSelectedCells( selection ); - return { - tablecell_insertBefore : CKEDITOR.TRISTATE_OFF, - tablecell_insertAfter : CKEDITOR.TRISTATE_OFF, - tablecell_delete : CKEDITOR.TRISTATE_OFF, - tablecell_merge : mergeCells( selection, null, true ) ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED, - tablecell_merge_right : mergeCells( selection, 'right', true ) ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED, - tablecell_merge_down : mergeCells( selection, 'down', true ) ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED, - tablecell_split_vertical : verticalSplitCell( selection, true ) ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED, - tablecell_split_horizontal : horizontalSplitCell( selection, true ) ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED, - tablecell_properties : cells.length > 0 ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED - }; - } - }, - - tablecell_insertBefore : - { - label : lang.cell.insertBefore, - group : 'tablecell', - command : 'cellInsertBefore', - order : 5 - }, - - tablecell_insertAfter : - { - label : lang.cell.insertAfter, - group : 'tablecell', - command : 'cellInsertAfter', - order : 10 - }, - - tablecell_delete : - { - label : lang.cell.deleteCell, - group : 'tablecell', - command : 'cellDelete', - order : 15 - }, - - tablecell_merge : - { - label : lang.cell.merge, - group : 'tablecell', - command : 'cellMerge', - order : 16 - }, - - tablecell_merge_right : - { - label : lang.cell.mergeRight, - group : 'tablecell', - command : 'cellMergeRight', - order : 17 - }, - - tablecell_merge_down : - { - label : lang.cell.mergeDown, - group : 'tablecell', - command : 'cellMergeDown', - order : 18 - }, - - tablecell_split_horizontal : - { - label : lang.cell.splitHorizontal, - group : 'tablecell', - command : 'cellHorizontalSplit', - order : 19 - }, - - tablecell_split_vertical : - { - label : lang.cell.splitVertical, - group : 'tablecell', - command : 'cellVerticalSplit', - order : 20 - }, - - tablecell_properties : - { - label : lang.cell.title, - group : 'tablecellproperties', - command : 'cellProperties', - order : 21 - }, - - tablerow : - { - label : lang.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 : lang.row.insertBefore, - group : 'tablerow', - command : 'rowInsertBefore', - order : 5 - }, - - tablerow_insertAfter : - { - label : lang.row.insertAfter, - group : 'tablerow', - command : 'rowInsertAfter', - order : 10 - }, - - tablerow_delete : - { - label : lang.row.deleteRow, - group : 'tablerow', - command : 'rowDelete', - order : 15 - }, - - tablecolumn : - { - label : lang.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 : lang.column.insertBefore, - group : 'tablecolumn', - command : 'columnInsertBefore', - order : 5 - }, - - tablecolumn_insertAfter : - { - label : lang.column.insertAfter, - group : 'tablecolumn', - command : 'columnInsertAfter', - order : 10 - }, - - tablecolumn_delete : - { - label : lang.column.deleteColumn, - group : 'tablecolumn', - command : 'columnDelete', - order : 15 - } - }); - } - - // If the "contextmenu" plugin is laoded, register the listeners. - if ( editor.contextMenu ) - { - editor.contextMenu.addListener( function( element, selection ) - { - if ( !element || element.isReadOnly() ) - return null; - - while ( element ) - { - if ( element.getName() in contextMenuTags ) - { - return { - tablecell : CKEDITOR.TRISTATE_OFF, - tablerow : CKEDITOR.TRISTATE_OFF, - tablecolumn : CKEDITOR.TRISTATE_OFF - }; - } - element = element.getParent(); - } - - return null; - } ); - } - }, - - getSelectedCells : getSelectedCells - - }; - CKEDITOR.plugins.add( 'tabletools', CKEDITOR.plugins.tabletools ); -})(); - -/** - * Create a two-dimension array that reflects the actual layout of table cells, - * with cell spans, with mappings to the original td elements. - * @param table {CKEDITOR.dom.element} - */ -CKEDITOR.tools.buildTableMap = function ( table ) -{ - var aRows = table.$.rows ; - - // Row and Column counters. - var r = -1 ; - - var aMap = []; - - for ( var i = 0 ; i < aRows.length ; i++ ) - { - r++ ; - !aMap[r] && ( aMap[r] = [] ); - - var c = -1 ; - - for ( var j = 0 ; j < aRows[i].cells.length ; j++ ) - { - var oCell = aRows[i].cells[j] ; - - c++ ; - while ( aMap[r][c] ) - c++ ; - - var iColSpan = isNaN( oCell.colSpan ) ? 1 : oCell.colSpan ; - var iRowSpan = isNaN( oCell.rowSpan ) ? 1 : oCell.rowSpan ; - - for ( var rs = 0 ; rs < iRowSpan ; rs++ ) - { - if ( !aMap[r + rs] ) - aMap[r + rs] = []; - - for ( var cs = 0 ; cs < iColSpan ; cs++ ) - { - aMap[r + rs][c + cs] = aRows[i].cells[j] ; - } - } - - c += iColSpan - 1 ; - } - } - return aMap ; -}; diff --git a/skins/ckeditor/_source/plugins/templates/dialogs/templates.js b/skins/ckeditor/_source/plugins/templates/dialogs/templates.js deleted file mode 100644 index 2c895fa..0000000 --- a/skins/ckeditor/_source/plugins/templates/dialogs/templates.js +++ /dev/null @@ -1,234 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - var doc = CKEDITOR.document; - - CKEDITOR.dialog.add( 'templates', function( editor ) - { - // Constructs the HTML view of the specified templates data. - function renderTemplatesList( container, templatesDefinitions ) - { - // clear loading wait text. - container.setHtml( '' ); - - for ( var i = 0, totalDefs = templatesDefinitions.length ; i < totalDefs ; i++ ) - { - var definition = CKEDITOR.getTemplates( templatesDefinitions[ i ] ), - imagesPath = definition.imagesPath, - templates = definition.templates, - count = templates.length; - - for ( var j = 0 ; j < count ; j++ ) - { - var template = templates[ j ], - item = createTemplateItem( template, imagesPath ); - item.setAttribute( 'aria-posinset', j + 1 ); - item.setAttribute( 'aria-setsize', count ); - container.append( item ); - } - } - } - - function createTemplateItem( template, imagesPath ) - { - var item = CKEDITOR.dom.element.createFromHtml( - '<a href="javascript:void(0)" tabIndex="-1" role="option" >' + - '<div class="cke_tpl_item"></div>' + - '</a>' ); - - // Build the inner HTML of our new item DIV. - var html = '<table style="width:350px;" class="cke_tpl_preview" role="presentation"><tr>'; - - if ( template.image && imagesPath ) - html += '<td class="cke_tpl_preview_img"><img src="' + CKEDITOR.getUrl( imagesPath + template.image ) + '"' + ( CKEDITOR.env.ie6Compat ? ' onload="this.width=this.width"' : '' ) + ' alt="" title=""></td>'; - - html += '<td style="white-space:normal;"><span class="cke_tpl_title">' + template.title + '</span><br/>'; - - if ( template.description ) - html += '<span>' + template.description + '</span>'; - - html += '</td></tr></table>'; - - item.getFirst().setHtml( html ); - - item.on( 'click', function() { insertTemplate( template.html ); } ); - - return item; - } - - /** - * Insert the specified template content into editor. - * @param {Number} index - */ - function insertTemplate( html ) - { - var dialog = CKEDITOR.dialog.getCurrent(), - isInsert = dialog.getValueOf( 'selectTpl', 'chkInsertOpt' ); - - if ( isInsert ) - { - // Everything should happen after the document is loaded (#4073). - editor.on( 'contentDom', function( evt ) - { - evt.removeListener(); - dialog.hide(); - - // Place the cursor at the first editable place. - var range = new CKEDITOR.dom.range( editor.document ); - range.moveToElementEditStart( editor.document.getBody() ); - range.select( 1 ); - setTimeout( function() - { - editor.fire( 'saveSnapshot' ); - }, 0 ); - }); - - editor.fire( 'saveSnapshot' ); - editor.setData( html ); - } - else - { - editor.insertHtml( html ); - dialog.hide(); - } - } - - function keyNavigation( evt ) - { - var target = evt.data.getTarget(), - onList = listContainer.equals( target ); - - // Keyboard navigation for template list. - if ( onList || listContainer.contains( target ) ) - { - var keystroke = evt.data.getKeystroke(), - items = listContainer.getElementsByTag( 'a' ), - focusItem; - - if ( items ) - { - // Focus not yet onto list items? - if ( onList ) - focusItem = items.getItem( 0 ); - else - { - switch ( keystroke ) - { - case 40 : // ARROW-DOWN - focusItem = target.getNext(); - break; - - case 38 : // ARROW-UP - focusItem = target.getPrevious(); - break; - - case 13 : // ENTER - case 32 : // SPACE - target.fire( 'click' ); - } - } - - if ( focusItem ) - { - focusItem.focus(); - evt.data.preventDefault(); - } - } - } - } - - // Load skin at first. - CKEDITOR.skins.load( editor, 'templates' ); - - var listContainer; - - var templateListLabelId = 'cke_tpl_list_label_' + CKEDITOR.tools.getNextNumber(), - lang = editor.lang.templates, - config = editor.config; - return { - title :editor.lang.templates.title, - - minWidth : CKEDITOR.env.ie ? 440 : 400, - minHeight : 340, - - contents : - [ - { - id :'selectTpl', - label : lang.title, - elements : - [ - { - type : 'vbox', - padding : 5, - children : - [ - { - id : 'selectTplText', - type : 'html', - html : - '<span>' + - lang.selectPromptMsg + - '</span>' - }, - { - id : 'templatesList', - type : 'html', - focus: true, - html : - '<div class="cke_tpl_list" tabIndex="-1" role="listbox" aria-labelledby="' + templateListLabelId+ '">' + - '<div class="cke_tpl_loading"><span></span></div>' + - '</div>' + - '<span class="cke_voice_label" id="' + templateListLabelId + '">' + lang.options+ '</span>' - }, - { - id : 'chkInsertOpt', - type : 'checkbox', - label : lang.insertOption, - 'default' : config.templates_replaceContent - } - ] - } - ] - } - ], - - buttons : [ CKEDITOR.dialog.cancelButton ], - - onShow : function() - { - var templatesListField = this.getContentElement( 'selectTpl' , 'templatesList' ); - listContainer = templatesListField.getElement(); - - CKEDITOR.loadTemplates( config.templates_files, function() - { - var templates = ( config.templates || 'default' ).split( ',' ); - - if ( templates.length ) - { - renderTemplatesList( listContainer, templates ); - templatesListField.focus(); - } - else - { - listContainer.setHtml( - '<div class="cke_tpl_empty">' + - '<span>' + lang.emptyListMsg + '</span>' + - '</div>' ); - } - }); - - this._.element.on( 'keydown', keyNavigation ); - }, - - onHide : function() - { - this._.element.removeListener( 'keydown', keyNavigation ); - } - }; - }); -})(); diff --git a/skins/ckeditor/_source/plugins/templates/plugin.js b/skins/ckeditor/_source/plugins/templates/plugin.js deleted file mode 100644 index e0e1080..0000000 --- a/skins/ckeditor/_source/plugins/templates/plugin.js +++ /dev/null @@ -1,99 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function() -{ - CKEDITOR.plugins.add( 'templates', - { - requires : [ 'dialog' ], - - init : function( editor ) - { - CKEDITOR.dialog.add( 'templates', CKEDITOR.getUrl( this.path + 'dialogs/templates.js' ) ); - - editor.addCommand( 'templates', new CKEDITOR.dialogCommand( 'templates' ) ); - - editor.ui.addButton( 'Templates', - { - label : editor.lang.templates.button, - command : 'templates' - }); - } - }); - - var templates = {}, - loadedTemplatesFiles = {}; - - CKEDITOR.addTemplates = function( name, definition ) - { - templates[ name ] = definition; - }; - - CKEDITOR.getTemplates = function( name ) - { - return templates[ name ]; - }; - - CKEDITOR.loadTemplates = function( templateFiles, callback ) - { - // Holds the templates files to be loaded. - var toLoad = []; - - // Look for pending template files to get loaded. - for ( var i = 0, count = templateFiles.length ; i < count ; i++ ) - { - if ( !loadedTemplatesFiles[ templateFiles[ i ] ] ) - { - toLoad.push( templateFiles[ i ] ); - loadedTemplatesFiles[ templateFiles[ i ] ] = 1; - } - } - - if ( toLoad.length ) - CKEDITOR.scriptLoader.load( toLoad, callback ); - else - setTimeout( callback, 0 ); - }; -})(); - - - -/** - * The templates definition set to use. It accepts a list of names separated by - * comma. It must match definitions loaded with the templates_files setting. - * @type String - * @default 'default' - * @example - * config.templates = 'my_templates'; - */ - -/** - * The list of templates definition files to load. - * @type (String) Array - * @default [ 'plugins/templates/templates/default.js' ] - * @example - * config.templates_files = - * [ - * '/editor_templates/site_default.js', - * 'http://www.example.com/user_templates.js - * ]; - * - */ -CKEDITOR.config.templates_files = - [ - CKEDITOR.getUrl( - '_source/' + // @Packager.RemoveLine - 'plugins/templates/templates/default.js' ) - ]; - -/** - * Whether the "Replace actual contents" checkbox is checked by default in the - * Templates dialog. - * @type Boolean - * @default true - * @example - * config.templates_replaceContent = false; - */ -CKEDITOR.config.templates_replaceContent = true; diff --git a/skins/ckeditor/_source/plugins/templates/templates/default.js b/skins/ckeditor/_source/plugins/templates/templates/default.js deleted file mode 100644 index cf91e85..0000000 --- a/skins/ckeditor/_source/plugins/templates/templates/default.js +++ /dev/null @@ -1,94 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -// Register a templates definition set named "default". -CKEDITOR.addTemplates( 'default', -{ - // The name of sub folder which hold the shortcut preview images of the - // templates. - imagesPath : CKEDITOR.getUrl( CKEDITOR.plugins.getPath( 'templates' ) + 'templates/images/' ), - - // The templates definitions. - templates : - [ - { - title: 'Image and Title', - image: 'template1.gif', - description: 'One main image with a title and text that surround the image.', - html: - '<h3>' + - '<img style="margin-right: 10px" height="100" width="100" align="left"/>' + - 'Type the title here'+ - '</h3>' + - '<p>' + - 'Type the text here' + - '</p>' - }, - { - title: 'Strange Template', - image: 'template2.gif', - description: 'A template that defines two colums, each one with a title, and some text.', - html: - '<table cellspacing="0" cellpadding="0" style="width:100%" border="0">' + - '<tr>' + - '<td style="width:50%">' + - '<h3>Title 1</h3>' + - '</td>' + - '<td></td>' + - '<td style="width:50%">' + - '<h3>Title 2</h3>' + - '</td>' + - '</tr>' + - '<tr>' + - '<td>' + - 'Text 1' + - '</td>' + - '<td></td>' + - '<td>' + - 'Text 2' + - '</td>' + - '</tr>' + - '</table>' + - '<p>' + - 'More text goes here.' + - '</p>' - }, - { - title: 'Text and Table', - image: 'template3.gif', - description: 'A title with some text and a table.', - html: - '<div style="width: 80%">' + - '<h3>' + - 'Title goes here' + - '</h3>' + - '<table style="width:150px;float: right" cellspacing="0" cellpadding="0" border="1">' + - '<caption style="border:solid 1px black">' + - '<strong>Table title</strong>' + - '</caption>' + - '</tr>' + - '<tr>' + - '<td> </td>' + - '<td> </td>' + - '<td> </td>' + - '</tr>' + - '<tr>' + - '<td> </td>' + - '<td> </td>' + - '<td> </td>' + - '</tr>' + - '<tr>' + - '<td> </td>' + - '<td> </td>' + - '<td> </td>' + - '</tr>' + - '</table>' + - '<p>' + - 'Type the text here' + - '</p>' + - '</div>' - } - ] -}); diff --git a/skins/ckeditor/_source/plugins/templates/templates/images/template1.gif b/skins/ckeditor/_source/plugins/templates/templates/images/template1.gif deleted file mode 100644 index efdabbe..0000000 Binary files a/skins/ckeditor/_source/plugins/templates/templates/images/template1.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/templates/templates/images/template2.gif b/skins/ckeditor/_source/plugins/templates/templates/images/template2.gif deleted file mode 100644 index d1cebb3..0000000 Binary files a/skins/ckeditor/_source/plugins/templates/templates/images/template2.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/templates/templates/images/template3.gif b/skins/ckeditor/_source/plugins/templates/templates/images/template3.gif deleted file mode 100644 index db41cb4..0000000 Binary files a/skins/ckeditor/_source/plugins/templates/templates/images/template3.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/toolbar/plugin.js b/skins/ckeditor/_source/plugins/toolbar/plugin.js deleted file mode 100644 index 5b6878a..0000000 --- a/skins/ckeditor/_source/plugins/toolbar/plugin.js +++ /dev/null @@ -1,545 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview The "toolbar" plugin. Renders the default toolbar interface in - * the editor. - */ - -(function() -{ - var toolbox = function() - { - this.toolbars = []; - this.focusCommandExecuted = false; - }; - - toolbox.prototype.focus = function() - { - for ( var t = 0, toolbar ; toolbar = this.toolbars[ t++ ] ; ) - { - for ( var i = 0, item ; item = toolbar.items[ i++ ] ; ) - { - if ( item.focus ) - { - item.focus(); - return; - } - } - } - }; - - var commands = - { - toolbarFocus : - { - modes : { wysiwyg : 1, source : 1 }, - readOnly : 1, - - exec : function( editor ) - { - if ( editor.toolbox ) - { - editor.toolbox.focusCommandExecuted = true; - - // Make the first button focus accessible for IE. (#3417) - // Adobe AIR instead need while of delay. - if ( CKEDITOR.env.ie || CKEDITOR.env.air ) - setTimeout( function(){ editor.toolbox.focus(); }, 100 ); - else - editor.toolbox.focus(); - } - } - } - }; - - CKEDITOR.plugins.add( 'toolbar', - { - init : function( editor ) - { - var endFlag; - - var itemKeystroke = function( item, keystroke ) - { - var next, toolbar; - var rtl = editor.lang.dir == 'rtl', - toolbarGroupCycling = editor.config.toolbarGroupCycling; - - toolbarGroupCycling = toolbarGroupCycling === undefined || toolbarGroupCycling; - - switch ( keystroke ) - { - case 9 : // TAB - case CKEDITOR.SHIFT + 9 : // SHIFT + TAB - // Cycle through the toolbars, starting from the one - // closest to the current item. - while ( !toolbar || !toolbar.items.length ) - { - toolbar = keystroke == 9 ? - ( ( toolbar ? toolbar.next : item.toolbar.next ) || editor.toolbox.toolbars[ 0 ] ) : - ( ( toolbar ? toolbar.previous : item.toolbar.previous ) || editor.toolbox.toolbars[ editor.toolbox.toolbars.length - 1 ] ); - - // Look for the first item that accepts focus. - if ( toolbar.items.length ) - { - item = toolbar.items[ endFlag ? ( toolbar.items.length - 1 ) : 0 ]; - while ( item && !item.focus ) - { - item = endFlag ? item.previous : item.next; - - if ( !item ) - toolbar = 0; - } - } - } - - if ( item ) - item.focus(); - - return false; - - case rtl ? 37 : 39 : // RIGHT-ARROW - case 40 : // DOWN-ARROW - next = item; - do - { - // Look for the next item in the toolbar. - next = next.next; - - // If it's the last item, cycle to the first one. - if ( !next && toolbarGroupCycling ) - next = item.toolbar.items[ 0 ]; - } - while ( next && !next.focus ) - - // If available, just focus it, otherwise focus the - // first one. - if ( next ) - next.focus(); - else - // Send a TAB. - itemKeystroke( item, 9 ); - - return false; - - case rtl ? 39 : 37 : // LEFT-ARROW - case 38 : // UP-ARROW - next = item; - do - { - // Look for the previous item in the toolbar. - next = next.previous; - - // If it's the first item, cycle to the last one. - if ( !next && toolbarGroupCycling ) - next = item.toolbar.items[ item.toolbar.items.length - 1 ]; - } - while ( next && !next.focus ) - - // If available, just focus it, otherwise focus the - // last one. - if ( next ) - next.focus(); - else - { - endFlag = 1; - // Send a SHIFT + TAB. - itemKeystroke( item, CKEDITOR.SHIFT + 9 ); - endFlag = 0; - } - - return false; - - case 27 : // ESC - editor.focus(); - return false; - - case 13 : // ENTER - case 32 : // SPACE - item.execute(); - return false; - } - return true; - }; - - editor.on( 'themeSpace', function( event ) - { - if ( event.data.space == editor.config.toolbarLocation ) - { - editor.toolbox = new toolbox(); - - var labelId = CKEDITOR.tools.getNextId(); - - var output = [ '<div class="cke_toolbox" role="group" aria-labelledby="', labelId, '" onmousedown="return false;"' ], - expanded = editor.config.toolbarStartupExpanded !== false, - groupStarted; - - output.push( expanded ? '>' : ' style="display:none">' ); - - // Sends the ARIA label. - output.push( '<span id="', labelId, '" class="cke_voice_label">', editor.lang.toolbars, '</span>' ); - - var toolbars = editor.toolbox.toolbars, - toolbar = - ( editor.config.toolbar instanceof Array ) ? - editor.config.toolbar - : - editor.config[ 'toolbar_' + editor.config.toolbar ]; - - for ( var r = 0 ; r < toolbar.length ; r++ ) - { - var toolbarId, - toolbarObj = 0, - toolbarName, - row = toolbar[ r ], - items; - - // It's better to check if the row object is really - // available because it's a common mistake to leave - // an extra comma in the toolbar definition - // settings, which leads on the editor not loading - // at all in IE. (#3983) - if ( !row ) - continue; - - if ( groupStarted ) - { - output.push( '</div>' ); - groupStarted = 0; - } - - if ( row === '/' ) - { - output.push( '<div class="cke_break"></div>' ); - continue; - } - - items = row.items || row; - - // Create all items defined for this toolbar. - for ( var i = 0 ; i < items.length ; i++ ) - { - var item, - itemName = items[ i ], - canGroup; - - item = editor.ui.create( itemName ); - - if ( item ) - { - canGroup = item.canGroup !== false; - - // Initialize the toolbar first, if needed. - if ( !toolbarObj ) - { - // Create the basic toolbar object. - toolbarId = CKEDITOR.tools.getNextId(); - toolbarObj = { id : toolbarId, items : [] }; - toolbarName = row.name && ( editor.lang.toolbarGroups[ row.name ] || row.name ); - - // Output the toolbar opener. - output.push( '<span id="', toolbarId, '" class="cke_toolbar"', - ( toolbarName ? ' aria-labelledby="'+ toolbarId + '_label"' : '' ), - ' role="toolbar">' ); - - // If a toolbar name is available, send the voice label. - toolbarName && output.push( '<span id="', toolbarId, '_label" class="cke_voice_label">', toolbarName, '</span>' ); - - output.push( '<span class="cke_toolbar_start"></span>' ); - - // Add the toolbar to the "editor.toolbox.toolbars" - // array. - var index = toolbars.push( toolbarObj ) - 1; - - // Create the next/previous reference. - if ( index > 0 ) - { - toolbarObj.previous = toolbars[ index - 1 ]; - toolbarObj.previous.next = toolbarObj; - } - } - - if ( canGroup ) - { - if ( !groupStarted ) - { - output.push( '<span class="cke_toolgroup" role="presentation">' ); - groupStarted = 1; - } - } - else if ( groupStarted ) - { - output.push( '</span>' ); - groupStarted = 0; - } - - var itemObj = item.render( editor, output ); - index = toolbarObj.items.push( itemObj ) - 1; - - if ( index > 0 ) - { - itemObj.previous = toolbarObj.items[ index - 1 ]; - itemObj.previous.next = itemObj; - } - - itemObj.toolbar = toolbarObj; - itemObj.onkey = itemKeystroke; - - /* - * Fix for #3052: - * Prevent JAWS from focusing the toolbar after document load. - */ - itemObj.onfocus = function() - { - if ( !editor.toolbox.focusCommandExecuted ) - editor.focus(); - }; - } - } - - if ( groupStarted ) - { - output.push( '</span>' ); - groupStarted = 0; - } - - if ( toolbarObj ) - output.push( '<span class="cke_toolbar_end"></span></span>' ); - } - - output.push( '</div>' ); - - if ( editor.config.toolbarCanCollapse ) - { - var collapserFn = CKEDITOR.tools.addFunction( - function() - { - editor.execCommand( 'toolbarCollapse' ); - }); - - editor.on( 'destroy', function () { - CKEDITOR.tools.removeFunction( collapserFn ); - }); - - var collapserId = CKEDITOR.tools.getNextId(); - - editor.addCommand( 'toolbarCollapse', - { - readOnly : 1, - exec : function( editor ) - { - var collapser = CKEDITOR.document.getById( collapserId ), - toolbox = collapser.getPrevious(), - contents = editor.getThemeSpace( 'contents' ), - toolboxContainer = toolbox.getParent(), - contentHeight = parseInt( contents.$.style.height, 10 ), - previousHeight = toolboxContainer.$.offsetHeight, - collapsed = !toolbox.isVisible(); - - if ( !collapsed ) - { - toolbox.hide(); - collapser.addClass( 'cke_toolbox_collapser_min' ); - collapser.setAttribute( 'title', editor.lang.toolbarExpand ); - } - else - { - toolbox.show(); - collapser.removeClass( 'cke_toolbox_collapser_min' ); - collapser.setAttribute( 'title', editor.lang.toolbarCollapse ); - } - - // Update collapser symbol. - collapser.getFirst().setText( collapsed ? - '\u25B2' : // BLACK UP-POINTING TRIANGLE - '\u25C0' ); // BLACK LEFT-POINTING TRIANGLE - - var dy = toolboxContainer.$.offsetHeight - previousHeight; - contents.setStyle( 'height', ( contentHeight - dy ) + 'px' ); - - editor.fire( 'resize' ); - }, - - modes : { wysiwyg : 1, source : 1 } - } ); - - output.push( '<a title="' + ( expanded ? editor.lang.toolbarCollapse : editor.lang.toolbarExpand ) - + '" id="' + collapserId + '" tabIndex="-1" class="cke_toolbox_collapser' ); - - if ( !expanded ) - output.push( ' cke_toolbox_collapser_min' ); - - output.push( '" onclick="CKEDITOR.tools.callFunction(' + collapserFn + ')">', - '<span>▲</span>', // BLACK UP-POINTING TRIANGLE - '</a>' ); - } - - event.data.html += output.join( '' ); - } - }); - - editor.on( 'destroy', function() - { - var toolbars, index = 0, i, - items, instance; - toolbars = this.toolbox.toolbars; - for ( ; index < toolbars.length; index++ ) - { - items = toolbars[ index ].items; - for ( i = 0; i < items.length; i++ ) - { - instance = items[ i ]; - if ( instance.clickFn ) CKEDITOR.tools.removeFunction( instance.clickFn ); - if ( instance.keyDownFn ) CKEDITOR.tools.removeFunction( instance.keyDownFn ); - } - } - }); - - editor.addCommand( 'toolbarFocus', commands.toolbarFocus ); - - editor.ui.add( '-', CKEDITOR.UI_SEPARATOR, {} ); - editor.ui.addHandler( CKEDITOR.UI_SEPARATOR, - { - create: function() - { - return { - render : function( editor, output ) - { - output.push( '<span class="cke_separator" role="separator"></span>' ); - return {}; - } - }; - } - }); - } - }); -})(); - -CKEDITOR.UI_SEPARATOR = 'separator'; - -/** - * The "theme space" to which rendering the toolbar. For the default theme, - * the recommended options are "top" and "bottom". - * @type String - * @default 'top' - * @see CKEDITOR.config.theme - * @example - * config.toolbarLocation = 'bottom'; - */ -CKEDITOR.config.toolbarLocation = 'top'; - -/** - * The toolbar definition. It is an array of toolbars (strips), - * each one being also an array, containing a list of UI items. - * Note that this setting is composed by "toolbar_" added by the toolbar name, - * which in this case is called "Basic". This second part of the setting name - * can be anything. You must use this name in the - * {@link CKEDITOR.config.toolbar} setting, so you instruct the editor which - * toolbar_(name) setting to you. - * @type Array - * @example - * // Defines a toolbar with only one strip containing the "Source" button, a - * // separator and the "Bold" and "Italic" buttons. - * <b>config.toolbar_Basic = - * [ - * [ 'Source', '-', 'Bold', 'Italic' ] - * ]</b>; - * config.toolbar = 'Basic'; - */ -CKEDITOR.config.toolbar_Basic = -[ - ['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink','-','About'] -]; - -/** - * This is the default toolbar definition used by the editor. It contains all - * editor features. - * @type Array - * @default (see example) - * @example - * // This is actually the default value. - * config.toolbar_Full = - * [ - * { name: 'document', items : [ 'Source','-','Save','NewPage','DocProps','Preview','Print','-','Templates' ] }, - * { name: 'clipboard', items : [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ] }, - * { name: 'editing', items : [ 'Find','Replace','-','SelectAll','-','SpellChecker', 'Scayt' ] }, - * { name: 'forms', items : [ 'Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField' ] }, - * '/', - * { name: 'basicstyles', items : [ 'Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat' ] }, - * { name: 'paragraph', items : [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote','CreateDiv','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','BidiLtr','BidiRtl' ] }, - * { name: 'links', items : [ 'Link','Unlink','Anchor' ] }, - * { name: 'insert', items : [ 'Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak' ] }, - * '/', - * { name: 'styles', items : [ 'Styles','Format','Font','FontSize' ] }, - * { name: 'colors', items : [ 'TextColor','BGColor' ] }, - * { name: 'tools', items : [ 'Maximize', 'ShowBlocks','-','About' ] } - * ]; - */ -CKEDITOR.config.toolbar_Full = -[ - { name: 'document', items : [ 'Source','-','Save','NewPage','DocProps','Preview','Print','-','Templates' ] }, - { name: 'clipboard', items : [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ] }, - { name: 'editing', items : [ 'Find','Replace','-','SelectAll','-','SpellChecker', 'Scayt' ] }, - { name: 'forms', items : [ 'Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField' ] }, - '/', - { name: 'basicstyles', items : [ 'Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat' ] }, - { name: 'paragraph', items : [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote','CreateDiv','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','BidiLtr','BidiRtl' ] }, - { name: 'links', items : [ 'Link','Unlink','Anchor' ] }, - { name: 'insert', items : [ 'Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','Iframe' ] }, - '/', - { name: 'styles', items : [ 'Styles','Format','Font','FontSize' ] }, - { name: 'colors', items : [ 'TextColor','BGColor' ] }, - { name: 'tools', items : [ 'Maximize', 'ShowBlocks','-','About' ] } -]; - -/** - * The toolbox (alias toolbar) definition. It is a toolbar name or an array of - * toolbars (strips), each one being also an array, containing a list of UI items. - * @type Array|String - * @default 'Full' - * @example - * // Defines a toolbar with only one strip containing the "Source" button, a - * // separator and the "Bold" and "Italic" buttons. - * config.toolbar = - * [ - * [ 'Source', '-', 'Bold', 'Italic' ] - * ]; - * @example - * // Load toolbar_Name where Name = Basic. - * config.toolbar = 'Basic'; - */ -CKEDITOR.config.toolbar = 'Full'; - -/** - * Whether the toolbar can be collapsed by the user. If disabled, the collapser - * button will not be displayed. - * @type Boolean - * @default true - * @example - * config.toolbarCanCollapse = false; - */ -CKEDITOR.config.toolbarCanCollapse = true; - -/** - * Whether the toolbar must start expanded when the editor is loaded. - * @name CKEDITOR.config.toolbarStartupExpanded - * @type Boolean - * @default true - * @example - * config.toolbarStartupExpanded = false; - */ - -/** - * When enabled, makes the arrow keys navigation cycle within the current - * toolbar group. Otherwise the arrows will move trought all items available in - * the toolbar. The TAB key will still be used to quickly jump among the - * toolbar groups. - * @name CKEDITOR.config.toolbarGroupCycling - * @since 3.6 - * @type Boolean - * @default true - * @example - * config.toolbarGroupCycling = false; - */ diff --git a/skins/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js b/skins/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js deleted file mode 100644 index 916b5d2..0000000 --- a/skins/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +++ /dev/null @@ -1,205 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add( 'uicolor', function( editor ) -{ - var dialog, picker, pickerContents, - // Actual UI color value. - uiColor = editor.getUiColor(), - pickerId = 'cke_uicolor_picker' + CKEDITOR.tools.getNextNumber(); - - function setNewPickerColor( color ) - { - // Convert HEX representation to RGB, stripping # char. - if ( /^#/.test( color ) ) - color = window.YAHOO.util.Color.hex2rgb( color.substr( 1 ) ); - picker.setValue( color, true ); - // Refresh picker UI. - picker.refresh( pickerId ); - } - - function setNewUiColor( color, force ) - { - if ( force || dialog._.contents.tab1.livePeview.getValue() ) - editor.setUiColor( color ); - // Write new config string into textbox. - dialog._.contents.tab1.configBox.setValue( - 'config.uiColor = "#' + picker.get( "hex" ) + '"' - ); - } - - pickerContents = - { - id : 'yuiColorPicker', - type : 'html', - html : "<div id='" + pickerId + "' class='cke_uicolor_picker' style='width: 360px; height: 200px; position: relative;'></div>", - onLoad : function( event ) - { - var url = CKEDITOR.getUrl( - '_source/' + // @Packager.RemoveLine - 'plugins/uicolor/yui/' - ); - - // Create new color picker widget. - picker = new window.YAHOO.widget.ColorPicker( pickerId, - { - showhsvcontrols : true, - showhexcontrols : true, - images : - { - PICKER_THUMB : url + "assets/picker_thumb.png", - HUE_THUMB : url + "assets/hue_thumb.png" - } - }); - - // Set actual UI color to the picker. - if ( uiColor ) - setNewPickerColor( uiColor ); - - // Subscribe to the rgbChange event. - picker.on( "rgbChange", function() - { - // Reset predefined box. - dialog._.contents.tab1.predefined.setValue( '' ); - setNewUiColor( '#' + picker.get( 'hex' ) ); - }); - - // Fix input class names. - var inputs = new CKEDITOR.dom.nodeList( picker.getElementsByTagName( 'input' ) ); - for ( var i = 0; i < inputs.count() ; i++ ) - inputs.getItem( i ).addClass( 'cke_dialog_ui_input_text' ); - } - }; - - var skipPreviewChange = true; - - return { - title : editor.lang.uicolor.title, - minWidth : 360, - minHeight : 320, - onLoad : function() - { - dialog = this; - this.setupContent(); - - // #3808 - if ( CKEDITOR.env.ie7Compat ) - dialog.parts.contents.setStyle( 'overflow', 'hidden' ); - }, - contents : [ - { - id : 'tab1', - label : '', - title : '', - expand : true, - padding : 0, - elements : [ - pickerContents, - { - id : 'tab1', - type : 'vbox', - children : - [ - { - id : 'livePeview', - type : 'checkbox', - label : editor.lang.uicolor.preview, - 'default' : 1, - onLoad : function() - { - skipPreviewChange = true; - }, - onChange : function() - { - if ( skipPreviewChange ) - return; - var on = this.getValue(), - color = on ? '#' + picker.get( 'hex' ) : uiColor; - setNewUiColor( color, true ); - } - }, - { - type : 'hbox', - children : - [ - { - id : 'predefined', - type : 'select', - 'default' : '', - label : editor.lang.uicolor.predefined, - items : - [ - [ '' ], - [ 'Light blue', '#9AB8F3' ], - [ 'Sand', '#D2B48C' ], - [ 'Metallic', '#949AAA' ], - [ 'Purple', '#C2A3C7' ], - [ 'Olive', '#A2C980' ], - [ 'Happy green', '#9BD446' ], - [ 'Jezebel Blue', '#14B8C4' ], - [ 'Burn', '#FF893A' ], - [ 'Easy red', '#FF6969' ], - [ 'Pisces 3', '#48B4F2' ], - [ 'Aquarius 5', '#487ED4' ], - [ 'Absinthe', '#A8CF76' ], - [ 'Scrambled Egg', '#C7A622' ], - [ 'Hello monday', '#8E8D80' ], - [ 'Lovely sunshine', '#F1E8B1' ], - [ 'Recycled air', '#B3C593' ], - [ 'Down', '#BCBCA4' ], - [ 'Mark Twain', '#CFE91D' ], - [ 'Specks of dust', '#D1B596' ], - [ 'Lollipop', '#F6CE23' ] - ], - onChange : function() - { - var color = this.getValue(); - if ( color ) - { - setNewPickerColor( color ); - setNewUiColor( color ); - // Refresh predefined preview box. - CKEDITOR.document.getById( 'predefinedPreview' ).setStyle( 'background', color ); - } - else - CKEDITOR.document.getById( 'predefinedPreview' ).setStyle( 'background', '' ); - }, - onShow : function() - { - var color = editor.getUiColor(); - if ( color ) - this.setValue( color ); - } - }, - { - id : 'predefinedPreview', - type : 'html', - html : '<div id="cke_uicolor_preview" style="border: 1px solid black; padding: 3px; width: 30px;">' + - '<div id="predefinedPreview" style="width: 30px; height: 30px;"> </div>' + - '</div>' - } - ] - }, - { - id : 'configBox', - type : 'text', - label : editor.lang.uicolor.config, - onShow : function() - { - var color = editor.getUiColor(); - if ( color ) - this.setValue( - 'config.uiColor = "' + color + '"' - ); - } - } - ] - } - ] - } - ], - buttons : [ CKEDITOR.dialog.okButton ] - }; -} ); diff --git a/skins/ckeditor/_source/plugins/uicolor/lang/en.js b/skins/ckeditor/_source/plugins/uicolor/lang/en.js deleted file mode 100644 index 8de4b1f..0000000 --- a/skins/ckeditor/_source/plugins/uicolor/lang/en.js +++ /dev/null @@ -1,15 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.setLang( 'uicolor', 'en', -{ - uicolor : - { - title : 'UI Color Picker', - preview : 'Live preview', - config : 'Paste this string into your config.js file', - predefined : 'Predefined color sets' - } -}); diff --git a/skins/ckeditor/_source/plugins/uicolor/lang/he.js b/skins/ckeditor/_source/plugins/uicolor/lang/he.js deleted file mode 100644 index 2cfa495..0000000 --- a/skins/ckeditor/_source/plugins/uicolor/lang/he.js +++ /dev/null @@ -1,15 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.setLang( 'uicolor', 'he', -{ - uicolor : - { - title : '×××רת צ××¢ ××שק ×שת×ש', - preview : 'תצ××× ×ק××××', - config : '×××ק ×ת ×××§×¡× ××× ×ת×× ×ק×××¥ config.js', - predefined : 'ק××צ×ת צ××¢×× ××××ר×ת ×ר×ש' - } -}); diff --git a/skins/ckeditor/_source/plugins/uicolor/plugin.js b/skins/ckeditor/_source/plugins/uicolor/plugin.js deleted file mode 100644 index f971fbc..0000000 --- a/skins/ckeditor/_source/plugins/uicolor/plugin.js +++ /dev/null @@ -1,37 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add( 'uicolor', -{ - requires : [ 'dialog' ], - lang : [ 'en', 'he' ], - - init : function( editor ) - { - if ( CKEDITOR.env.ie6Compat ) - return; - - editor.addCommand( 'uicolor', new CKEDITOR.dialogCommand( 'uicolor' ) ); - editor.ui.addButton( 'UIColor', - { - label : editor.lang.uicolor.title, - command : 'uicolor', - icon : this.path + 'uicolor.gif' - }); - CKEDITOR.dialog.add( 'uicolor', this.path + 'dialogs/uicolor.js' ); - - // Load YUI js files. - CKEDITOR.scriptLoader.load( CKEDITOR.getUrl( - '_source/' + // @Packager.RemoveLine - 'plugins/uicolor/yui/yui.js' - )); - - // Load YUI css files. - editor.element.getDocument().appendStyleSheet( CKEDITOR.getUrl( - '_source/' + // @Packager.RemoveLine - 'plugins/uicolor/yui/assets/yui.css' - )); - } -} ); diff --git a/skins/ckeditor/_source/plugins/uicolor/uicolor.gif b/skins/ckeditor/_source/plugins/uicolor/uicolor.gif deleted file mode 100644 index ec33de6..0000000 Binary files a/skins/ckeditor/_source/plugins/uicolor/uicolor.gif and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png b/skins/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png deleted file mode 100644 index d9bcdeb..0000000 Binary files a/skins/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png b/skins/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png deleted file mode 100644 index 14d5db4..0000000 Binary files a/skins/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png b/skins/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png deleted file mode 100644 index f8d9193..0000000 Binary files a/skins/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png b/skins/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png deleted file mode 100644 index 78445a2..0000000 Binary files a/skins/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png and /dev/null differ diff --git a/skins/ckeditor/_source/plugins/uicolor/yui/assets/yui.css b/skins/ckeditor/_source/plugins/uicolor/yui/assets/yui.css deleted file mode 100644 index e7dbd79..0000000 --- a/skins/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +++ /dev/null @@ -1,15 +0,0 @@ -/* -Copyright (c) 2009, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.7.0 -*/ -.yui-h-slider,.yui-v-slider{position:relative;}.yui-h-slider .yui-slider-thumb,.yui-v-slider .yui-slider-thumb{position:absolute;cursor:default;}.yui-skin-sam .yui-h-slider{background:url(bg-h.gif) no-repeat 5px 0;height:28px;width:228px;}.yui-skin-sam .yui-h-slider .yui-slider-thumb{top:4px;}.yui-skin-sam .yui-v-slider{background:url(bg-v.gif) no-repeat 12px 0;height:228px;width:48px;} - -/* -Copyright (c) 2009, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.7.0 -*/ -.cke_uicolor_picker .yui-picker-panel{background:#e3e3e3;border-color:#888;}.cke_uicolor_picker .yui-picker-panel .hd{background-color:#ccc;font-size:100%;line-height:100%;border:1px solid #e3e3e3;font-weight:bold;overflow:hidden;padding:6px;color:#000;}.cke_uicolor_picker .yui-picker-panel .bd{background:#e8e8e8;margin:1px;height:200px;}.cke_uicolor_picker .yui-picker-panel .ft{background:#e8e8e8;margin:1px;padding:1px;}.cke_uicolor_picker .yui-picker{position:relative;}.cke_uicolor_picker .yui-picker-hue-thumb{cursor:default;width:18px;height:18px;top:-8px;left:-2px;z-index:9;position:absolute;}.cke_uicolor_picker .yui-picker-hue-bg{-moz-outline:none;outline:0 none;position:absolute;left:200px;height:183px;width:14px;background:url(hue_bg.png) no-repeat;top:4px;}.cke_uicolor_picker .yui-picker-bg{-moz-outline:none;outline:0 none;position:absolute;top:4px;left:4px;height:182px;width:182px;background-color:#F00;background-image:url(picker_mask.png);}*html .cke_uicolor_picker .yui-picker-bg{background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='picker_mask.png',sizingMethod='scale');}.cke_uicolor_picker .yui-picker-mask{position:absolute;z-index:1;top:0;left:0;}.cke_uicolor_picker .yui-picker-thumb{cursor:default;width:11px;height:11px;z-index:9;position:absolute;top:-4px;left:-4px;}.cke_uicolor_picker .yui-picker-swatch{position:absolute;left:240px;top:4px;height:60px;width:55px;border:1px solid #888;}.cke_uicolor_picker .yui-picker-websafe-swatch{position:absolute;left:304px;top:4px;height:24px;width:24px;border:1px solid #888;}.cke_uicolor_picker .yui-picker-controls{position:absolute;top:72px;left:226px;font:1em monospace;}.cke_uicolor_picker .yui-picker-controls .hd{background:transparent;border-width:0!important;}.cke_uicolor_picker .yui-picker-controls .bd{height:100px;border-width:0!important;}.cke_uicolor_picker .yui-picker-controls ul{float:left;padding:0 2px 0 0;margin:0;}.cke_uicolor_picker .yui-picker-controls li{padding:2px;list-style:none;margin:0;}.cke_uicolor_picker .yui-picker-controls input{font-size:.85em;width:2.4em;}.cke_uicolor_picker .yui-picker-hex-controls{clear:both;padding:2px;}.cke_uicolor_picker .yui-picker-hex-controls input{width:4.6em;}.cke_uicolor_picker .yui-picker-controls a{font:1em arial,helvetica,clean,sans-serif;display:block;*display:inline-block;padding:0;color:#000;} diff --git a/skins/ckeditor/_source/plugins/uicolor/yui/yui.js b/skins/ckeditor/_source/plugins/uicolor/yui/yui.js deleted file mode 100644 index 714d141..0000000 --- a/skins/ckeditor/_source/plugins/uicolor/yui/yui.js +++ /dev/null @@ -1,71 +0,0 @@ -/*jsl:ignoreall*/ -/* -Copyright (c) 2009, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.7.0 -*/ -if(typeof YAHOO=="undefined"||!YAHOO){var YAHOO={};}YAHOO.namespace=function(){var A=arguments,E=null,C,B,D;for(C=0;C<A.length;C=C+1){D=(""+A[C]).split(".");E=YAHOO;for(B=(D[0]=="YAHOO")?1:0;B<D.length;B=B+1){E[D[B]]=E[D[B]]||{};E=E[D[B]];}}return E;};YAHOO.log=function(D,A,C){var B=YAHOO.widget.Logger;if(B&&B.log){return B.log(D,A,C);}else{return false;}};YAHOO.register=function(A,E,D){var I=YAHOO.env.modules,B,H,G,F,C;if(!I[A]){I[A]={versions:[],builds:[]};}B=I[A];H=D.version;G=D.build;F=YAHOO.env.listeners;B.name=A;B.version=H;B.build=G;B.versions.push(H);B.builds.push(G);B.mainClass=E;for(C=0;C<F.length;C=C+1){F[C](B);}if(E){E.VERSION=H;E.BUILD=G;}else{YAHOO.log("mainClass is undefined for module "+A,"warn");}};YAHOO.env=YAHOO.env||{modules:[],listeners:[]};YAHOO.env.getVersion=function(A){return YAHOO.env.modules[A]||null;};YAHOO.env.ua=function(){var C={ie:0,opera:0,gecko:0,webkit:0,mobile:null,air:0,caja:0},B=navigator.userAgent,A;if((/KHTML/).test(B)){C.webkit=1;}A=B.match(/AppleWebKit\/([^\s]*)/);if(A&&A[1]){C.webkit=parseFloat(A[1]);if(/ Mobile\//.test(B)){C.mobile="Apple";}else{A=B.match(/NokiaN[^\/]*/);if(A){C.mobile=A[0];}}A=B.match(/AdobeAIR\/([^\s]*)/);if(A){C.air=A[0];}}if(!C.webkit){A=B.match(/Opera[\s\/]([^\s]*)/);if(A&&A[1]){C.opera=parseFloat(A[1]);A=B.match(/Opera Mini[^;]*/);if(A){C.mobile=A[0];}}else{A=B.match(/MSIE\s([^;]*)/);if(A&&A[1]){C.ie=parseFloat(A[1]);}else{A=B.match(/Gecko\/([^\s]*)/);if(A){C.gecko=1;A=B.match(/rv:([^\s\)]*)/);if(A&&A[1]){C.gecko=parseFloat(A[1]);}}}}}A=B.match(/Caja\/([^\s]*)/);if(A&&A[1]){C.caja=parseFloat(A[1]);}return C;}();(function(){YAHOO.namespace("util","widget","example");if("undefined"!==typeof YAHOO_config){var B=YAHOO_config.listener,A=YAHOO.env.listeners,D=true,C;if(B){for(C=0;C<A.length;C=C+1){if(A[C]==B){D=false;break;}}if(D){A.push(B);}}}})();YAHOO.lang=YAHOO.lang||{};(function(){var B=YAHOO.lang,F="[object Array]",C="[object Function]",A=Object.prototype,E=["toString","valueOf"],D={isArray:function(G){return A.toString.apply(G)===F;},isBoolean:function(G){return typeof G==="boolean";},isFunction:function(G){return A.toString.apply(G)===C;},isNull:function(G){return G===null;},isNumber:function(G){return typeof G==="number"&&isFinite(G);},isObject:function(G){return(G&&(typeof G==="object"||B.isFunction(G)))||false;},isString:function(G){return typeof G==="string";},isUndefined:function(G){return typeof G==="undefined";},_IEEnumFix:(YAHOO.env.ua.ie)?function(I,H){var G,K,J;for(G=0;G<E.length;G=G+1){K=E[G];J=H[K];if(B.isFunction(J)&&J!=A[K]){I[K]=J;}}}:function(){},extend:function(J,K,I){if(!K||!J){throw new Error("extend failed, please check that "+"all dependencies are included.");}var H=function(){},G;H.prototype=K.prototype;J.prototype=new H();J.prototype.constructor=J;J.superclass=K.prototype;if(K.prototype.constructor==A.constructor){K.prototype.constructor=K;}if(I){for(G in I){if(B.hasOwnProperty(I,G)){J.prototype[G]=I[G];}}B._IEEnumFix(J.prototype,I);}},augmentObject:function(K,J){if(!J||!K){throw new Error("Absorb failed, verify dependencies.");}var G=arguments,I,L,H=G[2];if(H&&H!==true){for(I=2;I<G.length;I=I+1){K[G[I]]=J[G[I]];}}else{for(L in J){if(H||!(L in K)){K[L]=J[L];}}B._IEEnumFix(K,J);}},augmentProto:function(J,I){if(!I||!J){throw new Error("Augment failed, verify dependencies.");}var G=[J.prototype,I.prototype],H;for(H=2;H<arguments.length;H=H+1){G.push(arguments[H]);}B.augmentObject.apply(this,G);},dump:function(G,L){var I,K,N=[],O="{...}",H="f(){...}",M=", ",J=" => ";if(!B.isObject(G)){return G+"";}else{if(G instanceof Date||("nodeType" in G&&"tagName" in G)){return G;}else{if(B.isFunction(G)){return H;}}}L=(B.isNumber(L))?L:3;if(B.isArray(G)){N.push("[");for(I=0,K=G.length;I<K;I=I+1){if(B.isObject(G[I])){N.push((L>0)?B.dump(G[I],L-1):O);}else{N.push(G[I]);}N.push(M);}if(N.length>1){N.pop();}N.push("]");}else{N.push("{");for(I in G){if(B.hasOwnProperty(G,I)){N.push(I+J);if(B.isObject(G[I])){N.push((L>0)?B.dump(G[I],L-1):O);}else{N.push(G[I]);}N.push(M);}}if(N.length>1){N.pop();}N.push("}");}return N.join("");},substitute:function(V,H,O){var L,K,J,R,S,U,Q=[],I,M="dump",P=" ",G="{",T="}",N;for(;;){L=V.lastIndexOf(G);if(L<0){break;}K=V.indexOf(T,L);if(L+1>=K){break;}I=V.substring(L+1,K);R=I;U=null;J=R.indexOf(P);if(J>-1){U=R.substring(J+1);R=R.substring(0,J);}S=H[R];if(O){S=O(R,S,U);}if(B.isObject(S)){if(B.isArray(S)){S=B.dump(S,parseInt(U,10));}else{U=U||"";N=U.indexOf(M);if(N>-1){U=U.substring(4);}if(S.toString===A.toString||N>-1){S=B.dump(S,parseInt(U,10));}else{S=S.toString();}}}else{if(!B.isString(S)&&!B.isNumber(S)){S="~-"+Q.length+"-~";Q[Q.length]=I;}}V=V.substring(0,L)+S+V.substring(K+1);}for(L=Q.length-1;L>=0;L=L-1){V=V.replace(new RegExp("~-"+L+"-~"),"{"+Q[L]+"}","g");}return V;},trim:function(G){try{return G.replace(/^\s+|\s+$/g,"");}catch(H){return G;}},merge:function(){var J={},H=arguments,G=H.length,I;for(I=0;I<G;I=I+1){B.augmentObject(J,H[I],true);}return J;},later:function(N,H,O,J,K){N=N||0;H=H||{};var I=O,M=J,L,G;if(B.isString(O)){I=H[O];}if(!I){throw new TypeError("method undefined");}if(!B.isArray(M)){M=[J];}L=function(){I.apply(H,M);};G=(K)?setInterval(L,N):setTimeout(L,N);return{interval:K,cancel:function(){if(this.interval){clearInterval(G);}else{clearTimeout(G);}}};},isValue:function(G){return(B.isObject(G)||B.isString(G)||B.isNumber(G)||B.isBoolean(G));}};B.hasOwnProperty=(A.hasOwnProperty)?function(G,H){return G&&G.hasOwnProperty(H);}:function(G,H){return !B.isUndefined(G[H])&&G.constructor.prototype[H]!==G[H];};D.augmentObject(B,D,true);YAHOO.util.Lang=B;B.augment=B.augmentProto;YAHOO.augment=B.augmentProto;YAHOO.extend=B.extend;})();YAHOO.register("yahoo",YAHOO,{version:"2.7.0",build:"1796"});(function(){YAHOO.env._id_counter=YAHOO.env._id_counter||0;var E=YAHOO.util,L=YAHOO.lang,m=YAHOO.env.ua,A=YAHOO.lang.trim,d={},h={},N=/^t(?:able|d|h)$/i,X=/color$/i,K=window.document,W=K.documentElement,e="ownerDocument",n="defaultView",v="documentElement",t="compatMode",b="offsetLeft",P="offsetTop",u="offsetParent",Z="parentNode",l="nodeType",C="tagName",O="scrollLeft",i="scrollTop",Q="getBoundingClientRect",w="getComputedStyle",a="currentStyle",M="CSS1Compat",c="BackCompat",g="class",F="className",J="",B=" ",s="(?:^|\\s)",k="(?= |$)",U="g",p="position",f="fixed",V="relative",j="left",o="top",r="medium",q="borderLeftWidth",R="borderTopWidth",D=m.opera,I=m.webkit,H=m.gecko,T=m.ie;E.Dom={CUSTOM_ATTRIBUTES:(!W.hasAttribute)?{"for":"htmlFor","class":F}:{"htmlFor":"for","className":g},get:function(y){var AA,Y,z,x,G;if(y){if(y[l]||y.item){return y;}if(typeof y==="string"){AA=y;y=K.getElementById(y);if(y&&y.id===AA){return y;}else{if(y&&K.all){y=null;Y=K.all[AA];for(x=0,G=Y.length;x<G;++x){if(Y[x].id===AA){return Y[x];}}}}return y;}if(y.DOM_EVENTS){y=y.get("element");}if("length" in y){z=[];for(x=0,G=y.length;x<G;++x){z[z.length]=E.Dom.get(y[x]);}return z;}return y;}return null;},getComputedStyle:function(G,Y){if(window[w]){return G[e][n][w](G,null)[Y];}else{if(G[a]){return E.Dom.IE_ComputedStyle.get(G,Y);}}},getStyle:function(G,Y){return E.Dom.batch(G,E.Dom._getStyle,Y);},_getStyle:function(){if(window[w]){return function(G,y){y=(y==="float")?y="cssFloat":E.Dom._toCamel(y);var x=G.style[y],Y;if(!x){Y=G[e][n][w](G,null);if(Y){x=Y[y];}}return x;};}else{if(W[a]){return function(G,y){var x;switch(y){case"opacity":x=100;try{x=G.filters["DXImageTransform.Microsoft.Alpha"].opacity;}catch(z){try{x=G.filters("alpha").opacity;}catch(Y){}}return x/100;case"float":y="styleFloat";default:y=E.Dom._toCamel(y);x=G[a]?G[a][y]:null;return(G.style[y]||x);}};}}}(),setStyle:function(G,Y,x){E.Dom.batch(G,E.Dom._setStyle,{prop:Y,val:x});},_setStyle:function(){if(T){return function(Y,G){var x=E.Dom._toCamel(G.prop),y=G.val;if(Y){switch(x){case"opacity":if(L.isString(Y.style.filter)){Y.style.filter="alpha(opacity="+y*100+")";if(!Y[a]||!Y[a].hasLayout){Y.style.zoom=1;}}break;case"float":x="styleFloat";default:Y.style[x]=y;}}else{}};}else{return function(Y,G){var x=E.Dom._toCamel(G.prop),y=G.val;if(Y){if(x=="float"){x="cssFloat";}Y.style[x]=y;}else{}};}}(),getXY:function(G){return E.Dom.batch(G,E.Dom._getXY);},_canPosition:function(G){return(E.Dom._getStyle(G,"display")!=="none"&&E.Dom._inDoc(G));},_getXY:function(){if(K[v][Q]){return function(y){var z,Y,AA,AF,AE,AD,AC,G,x,AB=Math.floor,AG=false;if(E.Dom._canPosition(y)){AA=y[Q]();AF=y[e];z=E.Dom.getDocumentScrollLeft(AF);Y=E.Dom.getDocumentScrollTop(AF);AG=[AB(AA[j]),AB(AA[o])];if(T&&m.ie<8){AE=2;AD=2;AC=AF[t];G=S(AF[v],q);x=S(AF[v],R);if(m.ie===6){if(AC!==c){AE=0;AD=0;}}if((AC==c)){if(G!==r){AE=parseInt(G,10);}if(x!==r){AD=parseInt(x,10);}}AG[0]-=AE;AG[1]-=AD;}if((Y||z)){AG[0]+=z;AG[1]+=Y;}AG[0]=AB(AG[0]);AG[1]=AB(AG[1]);}else{}return AG;};}else{return function(y){var x,Y,AA,AB,AC,z=false,G=y;if(E.Dom._canPosition(y)){z=[y[b],y[P]];x=E.Dom.getDocumentScrollLeft(y[e]);Y=E.Dom.getDocumentScrollTop(y[e]);AC=((H||m.webkit>519)?true:false);while((G=G[u])){z[0]+=G[b];z[1]+=G[P];if(AC){z=E.Dom._calcBorders(G,z);}}if(E.Dom._getStyle(y,p)!==f){G=y;while((G=G[Z])&&G[C]){AA=G[i];AB=G[O];if(H&&(E.Dom._getStyle(G,"overflow")!=="visible")){z=E.Dom._calcBorders(G,z);}if(AA||AB){z[0]-=AB;z[1]-=AA;}}z[0]+=x;z[1]+=Y;}else{if(D){z[0]-=x;z[1]-=Y;}else{if(I||H){z[0]+=x;z[1]+=Y;}}}z[0]=Math.floor(z[0]);z[1]=Math.floor(z[1]);}else{}return z;};}}(),getX:function(G){var Y=function(x){return E.Dom.getXY(x)[0];};return E.Dom.batch(G,Y,E.Dom,true);},getY:function(G){var Y=function(x){return E.Dom.getXY(x)[1];};return E.Dom.batch(G,Y,E.Dom,true);},setXY:function(G,x,Y){E.Dom.batch(G,E.Dom._setXY,{pos:x,noRetry:Y});},_setXY:function(G,z){var AA=E.Dom._getStyle(G,p),y=E.Dom.setStyle,AD=z.pos,Y=z.noRetry,AB=[parseInt(E.Dom.getComputedStyle(G,j),10),parseInt(E.Dom.getComputedStyle(G,o),10)],AC,x;if(AA=="static"){AA=V;y(G,p,AA);}AC=E.Dom._getXY(G);if(!AD||AC===false){return false;}if(isNaN(AB[0])){AB[0]=(AA==V)?0:G[b];}if(isNaN(AB[1])){AB[1]=(AA==V)?0:G[P];}if(AD[0]!==null){y(G,j,AD[0]-AC[0]+AB[0]+"px");}if(AD[1]!==null){y(G,o,AD[1]-AC[1]+AB[1]+"px");}if(!Y){x=E.Dom._getXY(G);if((AD[0]!==null&&x[0]!=AD[0])||(AD[1]!==null&&x[1]!=AD[1])){E.Dom._setXY(G,{pos:AD,noRetry:true});}}},setX:function(Y,G){E.Dom.setXY(Y,[G,null]);},setY:function(G,Y){E.Dom.setXY(G,[null,Y]);},getRegion:function(G){var Y=function(x){var y=false;if(E.Dom._canPosition(x)){y=E.Region.getRegion(x);}else{}return y;};return E.Dom.batch(G,Y,E.Dom,true);},getClientWidth:function(){return E.Dom.getViewportWidth();},getClientHeight:function(){return E.Dom.getViewportHeight();},getElementsByClassName:function(AB,AF,AC,AE,x,AD){AB=L.trim(AB);AF=AF||"*";AC=(AC)?E.Dom.get(AC):null||K;if(!AC){return[];}var Y=[],G=AC.getElementsByTagName(AF),z=E.Dom.hasClass;for(var y=0,AA=G.length;y<AA;++y){if(z(G[y],AB)){Y[Y.length]=G[y];}}if(AE){E.Dom.batch(Y,AE,x,AD);}return Y;},hasClass:function(Y,G){return E.Dom.batch(Y,E.Dom._hasClass,G);},_hasClass:function(x,Y){var G=false,y;if(x&&Y){y=E.Dom.getAttribute(x,F)||J;if(Y.exec){G=Y.test(y);}else{G=Y&&(B+y+B).indexOf(B+Y+B)>-1;}}else{}return G;},addClass:function(Y,G){return E.Dom.batch(Y,E.Dom._addClass,G);},_addClass:function(x,Y){var G=false,y;if(x&&Y){y=E.Dom.getAttribute(x,F)||J;if(!E.Dom._hasClass(x,Y)){E.Dom.setAttribute(x,F,A(y+B+Y));G=true;}}else{}return G;},removeClass:function(Y,G){return E.Dom.batch(Y,E.Dom._removeClass,G);},_removeClass:function(y,x){var Y=false,AA,z,G;if(y&&x){AA=E.Dom.getAttribute(y,F)||J;E.Dom.setAttribute(y,F,AA.replace(E.Dom._getClassRegex(x),J));z=E.Dom.getAttribute(y,F);if(AA!==z){E.Dom.setAttribute(y,F,A(z));Y=true;if(E.Dom.getAttribute(y,F)===""){G=(y.hasAttribute&&y.hasAttribute(g))?g:F;y.removeAttribute(G);}}}else{}return Y;},replaceClass:function(x,Y,G){return E.Dom.batch(x,E.Dom._replaceClass,{from:Y,to:G}); -},_replaceClass:function(y,x){var Y,AB,AA,G=false,z;if(y&&x){AB=x.from;AA=x.to;if(!AA){G=false;}else{if(!AB){G=E.Dom._addClass(y,x.to);}else{if(AB!==AA){z=E.Dom.getAttribute(y,F)||J;Y=(B+z.replace(E.Dom._getClassRegex(AB),B+AA)).split(E.Dom._getClassRegex(AA));Y.splice(1,0,B+AA);E.Dom.setAttribute(y,F,A(Y.join(J)));G=true;}}}}else{}return G;},generateId:function(G,x){x=x||"yui-gen";var Y=function(y){if(y&&y.id){return y.id;}var z=x+YAHOO.env._id_counter++;if(y){if(y[e].getElementById(z)){return E.Dom.generateId(y,z+x);}y.id=z;}return z;};return E.Dom.batch(G,Y,E.Dom,true)||Y.apply(E.Dom,arguments);},isAncestor:function(Y,x){Y=E.Dom.get(Y);x=E.Dom.get(x);var G=false;if((Y&&x)&&(Y[l]&&x[l])){if(Y.contains&&Y!==x){G=Y.contains(x);}else{if(Y.compareDocumentPosition){G=!!(Y.compareDocumentPosition(x)&16);}}}else{}return G;},inDocument:function(G,Y){return E.Dom._inDoc(E.Dom.get(G),Y);},_inDoc:function(Y,x){var G=false;if(Y&&Y[C]){x=x||Y[e];G=E.Dom.isAncestor(x[v],Y);}else{}return G;},getElementsBy:function(Y,AF,AB,AD,y,AC,AE){AF=AF||"*";AB=(AB)?E.Dom.get(AB):null||K;if(!AB){return[];}var x=[],G=AB.getElementsByTagName(AF);for(var z=0,AA=G.length;z<AA;++z){if(Y(G[z])){if(AE){x=G[z];break;}else{x[x.length]=G[z];}}}if(AD){E.Dom.batch(x,AD,y,AC);}return x;},getElementBy:function(x,G,Y){return E.Dom.getElementsBy(x,G,Y,null,null,null,true);},batch:function(x,AB,AA,z){var y=[],Y=(z)?AA:window;x=(x&&(x[C]||x.item))?x:E.Dom.get(x);if(x&&AB){if(x[C]||x.length===undefined){return AB.call(Y,x,AA);}for(var G=0;G<x.length;++G){y[y.length]=AB.call(Y,x[G],AA);}}else{return false;}return y;},getDocumentHeight:function(){var Y=(K[t]!=M||I)?K.body.scrollHeight:W.scrollHeight,G=Math.max(Y,E.Dom.getViewportHeight());return G;},getDocumentWidth:function(){var Y=(K[t]!=M||I)?K.body.scrollWidth:W.scrollWidth,G=Math.max(Y,E.Dom.getViewportWidth());return G;},getViewportHeight:function(){var G=self.innerHeight,Y=K[t];if((Y||T)&&!D){G=(Y==M)?W.clientHeight:K.body.clientHeight;}return G;},getViewportWidth:function(){var G=self.innerWidth,Y=K[t];if(Y||T){G=(Y==M)?W.clientWidth:K.body.clientWidth;}return G;},getAncestorBy:function(G,Y){while((G=G[Z])){if(E.Dom._testElement(G,Y)){return G;}}return null;},getAncestorByClassName:function(Y,G){Y=E.Dom.get(Y);if(!Y){return null;}var x=function(y){return E.Dom.hasClass(y,G);};return E.Dom.getAncestorBy(Y,x);},getAncestorByTagName:function(Y,G){Y=E.Dom.get(Y);if(!Y){return null;}var x=function(y){return y[C]&&y[C].toUpperCase()==G.toUpperCase();};return E.Dom.getAncestorBy(Y,x);},getPreviousSiblingBy:function(G,Y){while(G){G=G.previousSibling;if(E.Dom._testElement(G,Y)){return G;}}return null;},getPreviousSibling:function(G){G=E.Dom.get(G);if(!G){return null;}return E.Dom.getPreviousSiblingBy(G);},getNextSiblingBy:function(G,Y){while(G){G=G.nextSibling;if(E.Dom._testElement(G,Y)){return G;}}return null;},getNextSibling:function(G){G=E.Dom.get(G);if(!G){return null;}return E.Dom.getNextSiblingBy(G);},getFirstChildBy:function(G,x){var Y=(E.Dom._testElement(G.firstChild,x))?G.firstChild:null;return Y||E.Dom.getNextSiblingBy(G.firstChild,x);},getFirstChild:function(G,Y){G=E.Dom.get(G);if(!G){return null;}return E.Dom.getFirstChildBy(G);},getLastChildBy:function(G,x){if(!G){return null;}var Y=(E.Dom._testElement(G.lastChild,x))?G.lastChild:null;return Y||E.Dom.getPreviousSiblingBy(G.lastChild,x);},getLastChild:function(G){G=E.Dom.get(G);return E.Dom.getLastChildBy(G);},getChildrenBy:function(Y,y){var x=E.Dom.getFirstChildBy(Y,y),G=x?[x]:[];E.Dom.getNextSiblingBy(x,function(z){if(!y||y(z)){G[G.length]=z;}return false;});return G;},getChildren:function(G){G=E.Dom.get(G);if(!G){}return E.Dom.getChildrenBy(G);},getDocumentScrollLeft:function(G){G=G||K;return Math.max(G[v].scrollLeft,G.body.scrollLeft);},getDocumentScrollTop:function(G){G=G||K;return Math.max(G[v].scrollTop,G.body.scrollTop);},insertBefore:function(Y,G){Y=E.Dom.get(Y);G=E.Dom.get(G);if(!Y||!G||!G[Z]){return null;}return G[Z].insertBefore(Y,G);},insertAfter:function(Y,G){Y=E.Dom.get(Y);G=E.Dom.get(G);if(!Y||!G||!G[Z]){return null;}if(G.nextSibling){return G[Z].insertBefore(Y,G.nextSibling);}else{return G[Z].appendChild(Y);}},getClientRegion:function(){var x=E.Dom.getDocumentScrollTop(),Y=E.Dom.getDocumentScrollLeft(),y=E.Dom.getViewportWidth()+Y,G=E.Dom.getViewportHeight()+x;return new E.Region(x,y,G,Y);},setAttribute:function(Y,G,x){G=E.Dom.CUSTOM_ATTRIBUTES[G]||G;Y.setAttribute(G,x);},getAttribute:function(Y,G){G=E.Dom.CUSTOM_ATTRIBUTES[G]||G;return Y.getAttribute(G);},_toCamel:function(Y){var x=d;function G(y,z){return z.toUpperCase();}return x[Y]||(x[Y]=Y.indexOf("-")===-1?Y:Y.replace(/-([a-z])/gi,G));},_getClassRegex:function(Y){var G;if(Y!==undefined){if(Y.exec){G=Y;}else{G=h[Y];if(!G){Y=Y.replace(E.Dom._patterns.CLASS_RE_TOKENS,"\\$1");G=h[Y]=new RegExp(s+Y+k,U);}}}return G;},_patterns:{ROOT_TAG:/^body|html$/i,CLASS_RE_TOKENS:/([\.\(\)\^\$\*\+\?\|\[\]\{\}])/g},_testElement:function(G,Y){return G&&G[l]==1&&(!Y||Y(G));},_calcBorders:function(x,y){var Y=parseInt(E.Dom[w](x,R),10)||0,G=parseInt(E.Dom[w](x,q),10)||0;if(H){if(N.test(x[C])){Y=0;G=0;}}y[0]+=G;y[1]+=Y;return y;}};var S=E.Dom[w];if(m.opera){E.Dom[w]=function(Y,G){var x=S(Y,G);if(X.test(G)){x=E.Dom.Color.toRGB(x);}return x;};}if(m.webkit){E.Dom[w]=function(Y,G){var x=S(Y,G);if(x==="rgba(0, 0, 0, 0)"){x="transparent";}return x;};}})();YAHOO.util.Region=function(C,D,A,B){this.top=C;this.y=C;this[1]=C;this.right=D;this.bottom=A;this.left=B;this.x=B;this[0]=B;this.width=this.right-this.left;this.height=this.bottom-this.top;};YAHOO.util.Region.prototype.contains=function(A){return(A.left>=this.left&&A.right<=this.right&&A.top>=this.top&&A.bottom<=this.bottom);};YAHOO.util.Region.prototype.getArea=function(){return((this.bottom-this.top)*(this.right-this.left));};YAHOO.util.Region.prototype.intersect=function(E){var C=Math.max(this.top,E.top),D=Math.min(this.right,E.right),A=Math.min(this.bottom,E.bottom),B=Math.max(this.left,E.left);if(A>=C&&D>=B){return new YAHOO.util.Region(C,D,A,B); -}else{return null;}};YAHOO.util.Region.prototype.union=function(E){var C=Math.min(this.top,E.top),D=Math.max(this.right,E.right),A=Math.max(this.bottom,E.bottom),B=Math.min(this.left,E.left);return new YAHOO.util.Region(C,D,A,B);};YAHOO.util.Region.prototype.toString=function(){return("Region {"+"top: "+this.top+", right: "+this.right+", bottom: "+this.bottom+", left: "+this.left+", height: "+this.height+", width: "+this.width+"}");};YAHOO.util.Region.getRegion=function(D){var F=YAHOO.util.Dom.getXY(D),C=F[1],E=F[0]+D.offsetWidth,A=F[1]+D.offsetHeight,B=F[0];return new YAHOO.util.Region(C,E,A,B);};YAHOO.util.Point=function(A,B){if(YAHOO.lang.isArray(A)){B=A[1];A=A[0];}YAHOO.util.Point.superclass.constructor.call(this,B,A,B,A);};YAHOO.extend(YAHOO.util.Point,YAHOO.util.Region);(function(){var B=YAHOO.util,A="clientTop",F="clientLeft",J="parentNode",K="right",W="hasLayout",I="px",U="opacity",L="auto",D="borderLeftWidth",G="borderTopWidth",P="borderRightWidth",V="borderBottomWidth",S="visible",Q="transparent",N="height",E="width",H="style",T="currentStyle",R=/^width|height$/,O=/^(\d[.\d]*)+(em|ex|px|gd|rem|vw|vh|vm|ch|mm|cm|in|pt|pc|deg|rad|ms|s|hz|khz|%){1}?/i,M={get:function(X,Z){var Y="",a=X[T][Z];if(Z===U){Y=B.Dom.getStyle(X,U);}else{if(!a||(a.indexOf&&a.indexOf(I)>-1)){Y=a;}else{if(B.Dom.IE_COMPUTED[Z]){Y=B.Dom.IE_COMPUTED[Z](X,Z);}else{if(O.test(a)){Y=B.Dom.IE.ComputedStyle.getPixel(X,Z);}else{Y=a;}}}}return Y;},getOffset:function(Z,e){var b=Z[T][e],X=e.charAt(0).toUpperCase()+e.substr(1),c="offset"+X,Y="pixel"+X,a="",d;if(b==L){d=Z[c];if(d===undefined){a=0;}a=d;if(R.test(e)){Z[H][e]=d;if(Z[c]>d){a=d-(Z[c]-d);}Z[H][e]=L;}}else{if(!Z[H][Y]&&!Z[H][e]){Z[H][e]=b;}a=Z[H][Y];}return a+I;},getBorderWidth:function(X,Z){var Y=null;if(!X[T][W]){X[H].zoom=1;}switch(Z){case G:Y=X[A];break;case V:Y=X.offsetHeight-X.clientHeight-X[A];break;case D:Y=X[F];break;case P:Y=X.offsetWidth-X.clientWidth-X[F];break;}return Y+I;},getPixel:function(Y,X){var a=null,b=Y[T][K],Z=Y[T][X];Y[H][K]=Z;a=Y[H].pixelRight;Y[H][K]=b;return a+I;},getMargin:function(Y,X){var Z;if(Y[T][X]==L){Z=0+I;}else{Z=B.Dom.IE.ComputedStyle.getPixel(Y,X);}return Z;},getVisibility:function(Y,X){var Z;while((Z=Y[T])&&Z[X]=="inherit"){Y=Y[J];}return(Z)?Z[X]:S;},getColor:function(Y,X){return B.Dom.Color.toRGB(Y[T][X])||Q;},getBorderColor:function(Y,X){var Z=Y[T],a=Z[X]||Z.color;return B.Dom.Color.toRGB(B.Dom.Color.toHex(a));}},C={};C.top=C.right=C.bottom=C.left=C[E]=C[N]=M.getOffset;C.color=M.getColor;C[G]=C[P]=C[V]=C[D]=M.getBorderWidth;C.marginTop=C.marginRight=C.marginBottom=C.marginLeft=M.getMargin;C.visibility=M.getVisibility;C.borderColor=C.borderTopColor=C.borderRightColor=C.borderBottomColor=C.borderLeftColor=M.getBorderColor;B.Dom.IE_COMPUTED=C;B.Dom.IE_ComputedStyle=M;})();(function(){var C="toString",A=parseInt,B=RegExp,D=YAHOO.util;D.Dom.Color={KEYWORDS:{black:"000",silver:"c0c0c0",gray:"808080",white:"fff",maroon:"800000",red:"f00",purple:"800080",fuchsia:"f0f",green:"008000",lime:"0f0",olive:"808000",yellow:"ff0",navy:"000080",blue:"00f",teal:"008080",aqua:"0ff"},re_RGB:/^rgb\(([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\)$/i,re_hex:/^#?([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})$/i,re_hex3:/([0-9A-F])/gi,toRGB:function(E){if(!D.Dom.Color.re_RGB.test(E)){E=D.Dom.Color.toHex(E);}if(D.Dom.Color.re_hex.exec(E)){E="rgb("+[A(B.$1,16),A(B.$2,16),A(B.$3,16)].join(", ")+")";}return E;},toHex:function(H){H=D.Dom.Color.KEYWORDS[H]||H;if(D.Dom.Color.re_RGB.exec(H)){var G=(B.$1.length===1)?"0"+B.$1:Number(B.$1),F=(B.$2.length===1)?"0"+B.$2:Number(B.$2),E=(B.$3.length===1)?"0"+B.$3:Number(B.$3);H=[G[C](16),F[C](16),E[C](16)].join("");}if(H.length<6){H=H.replace(D.Dom.Color.re_hex3,"$1$1");}if(H!=="transparent"&&H.indexOf("#")<0){H="#"+H;}return H.toLowerCase();}};}());YAHOO.register("dom",YAHOO.util.Dom,{version:"2.7.0",build:"1796"});YAHOO.util.CustomEvent=function(D,C,B,A){this.type=D;this.scope=C||window;this.silent=B;this.signature=A||YAHOO.util.CustomEvent.LIST;this.subscribers=[];if(!this.silent){}var E="_YUICEOnSubscribe";if(D!==E){this.subscribeEvent=new YAHOO.util.CustomEvent(E,this,true);}this.lastError=null;};YAHOO.util.CustomEvent.LIST=0;YAHOO.util.CustomEvent.FLAT=1;YAHOO.util.CustomEvent.prototype={subscribe:function(A,B,C){if(!A){throw new Error("Invalid callback for subscriber to '"+this.type+"'");}if(this.subscribeEvent){this.subscribeEvent.fire(A,B,C);}this.subscribers.push(new YAHOO.util.Subscriber(A,B,C));},unsubscribe:function(D,F){if(!D){return this.unsubscribeAll();}var E=false;for(var B=0,A=this.subscribers.length;B<A;++B){var C=this.subscribers[B];if(C&&C.contains(D,F)){this._delete(B);E=true;}}return E;},fire:function(){this.lastError=null;var K=[],E=this.subscribers.length;if(!E&&this.silent){return true;}var I=[].slice.call(arguments,0),G=true,D,J=false;if(!this.silent){}var C=this.subscribers.slice(),A=YAHOO.util.Event.throwErrors;for(D=0;D<E;++D){var M=C[D];if(!M){J=true;}else{if(!this.silent){}var L=M.getScope(this.scope);if(this.signature==YAHOO.util.CustomEvent.FLAT){var B=null;if(I.length>0){B=I[0];}try{G=M.fn.call(L,B,M.obj);}catch(F){this.lastError=F;if(A){throw F;}}}else{try{G=M.fn.call(L,this.type,I,M.obj);}catch(H){this.lastError=H;if(A){throw H;}}}if(false===G){if(!this.silent){}break;}}}return(G!==false);},unsubscribeAll:function(){var A=this.subscribers.length,B;for(B=A-1;B>-1;B--){this._delete(B);}this.subscribers=[];return A;},_delete:function(A){var B=this.subscribers[A];if(B){delete B.fn;delete B.obj;}this.subscribers.splice(A,1);},toString:function(){return"CustomEvent: "+"'"+this.type+"', "+"context: "+this.scope;}};YAHOO.util.Subscriber=function(A,B,C){this.fn=A;this.obj=YAHOO.lang.isUndefined(B)?null:B;this.overrideContext=C;};YAHOO.util.Subscriber.prototype.getScope=function(A){if(this.overrideContext){if(this.overrideContext===true){return this.obj;}else{return this.overrideContext;}}return A;};YAHOO.util.Subscriber.prototype.contains=function(A,B){if(B){return(this.fn==A&&this.obj==B);}else{return(this.fn==A);}};YAHOO.util.Subscriber.prototype.toString=function(){return"Subscriber { obj: "+this.obj+", overrideContext: "+(this.overrideContext||"no")+" }";};if(!YAHOO.util.Event){YAHOO.util.Event=function(){var H=false;var I=[];var J=[];var G=[];var E=[];var C=0;var F=[];var B=[];var A=0;var D={63232:38,63233:40,63234:37,63235:39,63276:33,63277:34,25:9};var K=YAHOO.env.ua.ie?"focusin":"focus";var L=YAHOO.env.ua.ie?"focusout":"blur";return{POLL_RETRYS:2000,POLL_INTERVAL:20,EL:0,TYPE:1,FN:2,WFN:3,UNLOAD_OBJ:3,ADJ_SCOPE:4,OBJ:5,OVERRIDE:6,lastError:null,isSafari:YAHOO.env.ua.webkit,webkit:YAHOO.env.ua.webkit,isIE:YAHOO.env.ua.ie,_interval:null,_dri:null,DOMReady:false,throwErrors:false,startInterval:function(){if(!this._interval){var M=this;var N=function(){M._tryPreloadAttach();};this._interval=setInterval(N,this.POLL_INTERVAL);}},onAvailable:function(S,O,Q,R,P){var M=(YAHOO.lang.isString(S))?[S]:S;for(var N=0;N<M.length;N=N+1){F.push({id:M[N],fn:O,obj:Q,overrideContext:R,checkReady:P});}C=this.POLL_RETRYS;this.startInterval();},onContentReady:function(P,M,N,O){this.onAvailable(P,M,N,O,true);},onDOMReady:function(M,N,O){if(this.DOMReady){setTimeout(function(){var P=window;if(O){if(O===true){P=N;}else{P=O;}}M.call(P,"DOMReady",[],N);},0);}else{this.DOMReadyEvent.subscribe(M,N,O);}},_addListener:function(O,M,Y,S,W,b){if(!Y||!Y.call){return false;}if(this._isValidCollection(O)){var Z=true;for(var T=0,V=O.length;T<V;++T){Z=this.on(O[T],M,Y,S,W)&&Z;}return Z;}else{if(YAHOO.lang.isString(O)){var R=this.getEl(O);if(R){O=R;}else{this.onAvailable(O,function(){YAHOO.util.Event.on(O,M,Y,S,W);});return true;}}}if(!O){return false;}if("unload"==M&&S!==this){J[J.length]=[O,M,Y,S,W];return true;}var N=O;if(W){if(W===true){N=S;}else{N=W;}}var P=function(c){return Y.call(N,YAHOO.util.Event.getEvent(c,O),S);};var a=[O,M,Y,P,N,S,W];var U=I.length;I[U]=a;if(this.useLegacyEvent(O,M)){var Q=this.getLegacyIndex(O,M);if(Q==-1||O!=G[Q][0]){Q=G.length;B[O.id+M]=Q;G[Q]=[O,M,O["on"+M]];E[Q]=[];O["on"+M]=function(c){YAHOO.util.Event.fireLegacyEvent(YAHOO.util.Event.getEvent(c),Q);};}E[Q].push(a);}else{try{this._simpleAdd(O,M,P,b);}catch(X){this.lastError=X;this.removeListener(O,M,Y);return false;}}return true;},addListener:function(N,Q,M,O,P){return this._addListener(N,Q,M,O,P,false);},addFocusListener:function(N,M,O,P){return this._addListener(N,K,M,O,P,true);},removeFocusListener:function(N,M){return this.removeListener(N,K,M);},addBlurListener:function(N,M,O,P){return this._addListener(N,L,M,O,P,true);},removeBlurListener:function(N,M){return this.removeListener(N,L,M);},fireLegacyEvent:function(R,P){var T=true,M,V,U,N,S;V=E[P].slice();for(var O=0,Q=V.length;O<Q;++O){U=V[O];if(U&&U[this.WFN]){N=U[this.ADJ_SCOPE];S=U[this.WFN].call(N,R);T=(T&&S);}}M=G[P];if(M&&M[2]){M[2](R);}return T;},getLegacyIndex:function(N,O){var M=this.generateId(N)+O;if(typeof B[M]=="undefined"){return -1;}else{return B[M];}},useLegacyEvent:function(M,N){return(this.webkit&&this.webkit<419&&("click"==N||"dblclick"==N));},removeListener:function(N,M,V){var Q,T,X;if(typeof N=="string"){N=this.getEl(N);}else{if(this._isValidCollection(N)){var W=true;for(Q=N.length-1;Q>-1;Q--){W=(this.removeListener(N[Q],M,V)&&W);}return W;}}if(!V||!V.call){return this.purgeElement(N,false,M);}if("unload"==M){for(Q=J.length-1;Q>-1;Q--){X=J[Q];if(X&&X[0]==N&&X[1]==M&&X[2]==V){J.splice(Q,1);return true;}}return false;}var R=null;var S=arguments[3];if("undefined"===typeof S){S=this._getCacheIndex(N,M,V);}if(S>=0){R=I[S];}if(!N||!R){return false;}if(this.useLegacyEvent(N,M)){var P=this.getLegacyIndex(N,M);var O=E[P];if(O){for(Q=0,T=O.length;Q<T;++Q){X=O[Q];if(X&&X[this.EL]==N&&X[this.TYPE]==M&&X[this.FN]==V){O.splice(Q,1);break;}}}}else{try{this._simpleRemove(N,M,R[this.WFN],false);}catch(U){this.lastError=U;return false;}}delete I[S][this.WFN];delete I[S][this.FN]; -I.splice(S,1);return true;},getTarget:function(O,N){var M=O.target||O.srcElement;return this.resolveTextNode(M);},resolveTextNode:function(N){try{if(N&&3==N.nodeType){return N.parentNode;}}catch(M){}return N;},getPageX:function(N){var M=N.pageX;if(!M&&0!==M){M=N.clientX||0;if(this.isIE){M+=this._getScrollLeft();}}return M;},getPageY:function(M){var N=M.pageY;if(!N&&0!==N){N=M.clientY||0;if(this.isIE){N+=this._getScrollTop();}}return N;},getXY:function(M){return[this.getPageX(M),this.getPageY(M)];},getRelatedTarget:function(N){var M=N.relatedTarget;if(!M){if(N.type=="mouseout"){M=N.toElement;}else{if(N.type=="mouseover"){M=N.fromElement;}}}return this.resolveTextNode(M);},getTime:function(O){if(!O.time){var N=new Date().getTime();try{O.time=N;}catch(M){this.lastError=M;return N;}}return O.time;},stopEvent:function(M){this.stopPropagation(M);this.preventDefault(M);},stopPropagation:function(M){if(M.stopPropagation){M.stopPropagation();}else{M.cancelBubble=true;}},preventDefault:function(M){if(M.preventDefault){M.preventDefault();}else{M.returnValue=false;}},getEvent:function(O,M){var N=O||window.event;if(!N){var P=this.getEvent.caller;while(P){N=P.arguments[0];if(N&&Event==N.constructor){break;}P=P.caller;}}return N;},getCharCode:function(N){var M=N.keyCode||N.charCode||0;if(YAHOO.env.ua.webkit&&(M in D)){M=D[M];}return M;},_getCacheIndex:function(Q,R,P){for(var O=0,N=I.length;O<N;O=O+1){var M=I[O];if(M&&M[this.FN]==P&&M[this.EL]==Q&&M[this.TYPE]==R){return O;}}return -1;},generateId:function(M){var N=M.id;if(!N){N="yuievtautoid-"+A;++A;M.id=N;}return N;},_isValidCollection:function(N){try{return(N&&typeof N!=="string"&&N.length&&!N.tagName&&!N.alert&&typeof N[0]!=="undefined");}catch(M){return false;}},elCache:{},getEl:function(M){return(typeof M==="string")?document.getElementById(M):M;},clearCache:function(){},DOMReadyEvent:new YAHOO.util.CustomEvent("DOMReady",this),_load:function(N){if(!H){H=true;var M=YAHOO.util.Event;M._ready();M._tryPreloadAttach();}},_ready:function(N){var M=YAHOO.util.Event;if(!M.DOMReady){M.DOMReady=true;M.DOMReadyEvent.fire();M._simpleRemove(document,"DOMContentLoaded",M._ready);}},_tryPreloadAttach:function(){if(F.length===0){C=0;if(this._interval){clearInterval(this._interval);this._interval=null;}return;}if(this.locked){return;}if(this.isIE){if(!this.DOMReady){this.startInterval();return;}}this.locked=true;var S=!H;if(!S){S=(C>0&&F.length>0);}var R=[];var T=function(V,W){var U=V;if(W.overrideContext){if(W.overrideContext===true){U=W.obj;}else{U=W.overrideContext;}}W.fn.call(U,W.obj);};var N,M,Q,P,O=[];for(N=0,M=F.length;N<M;N=N+1){Q=F[N];if(Q){P=this.getEl(Q.id);if(P){if(Q.checkReady){if(H||P.nextSibling||!S){O.push(Q);F[N]=null;}}else{T(P,Q);F[N]=null;}}else{R.push(Q);}}}for(N=0,M=O.length;N<M;N=N+1){Q=O[N];T(this.getEl(Q.id),Q);}C--;if(S){for(N=F.length-1;N>-1;N--){Q=F[N];if(!Q||!Q.id){F.splice(N,1);}}this.startInterval();}else{if(this._interval){clearInterval(this._interval);this._interval=null;}}this.locked=false;},purgeElement:function(Q,R,T){var O=(YAHOO.lang.isString(Q))?this.getEl(Q):Q;var S=this.getListeners(O,T),P,M;if(S){for(P=S.length-1;P>-1;P--){var N=S[P];this.removeListener(O,N.type,N.fn);}}if(R&&O&&O.childNodes){for(P=0,M=O.childNodes.length;P<M;++P){this.purgeElement(O.childNodes[P],R,T);}}},getListeners:function(O,M){var R=[],N;if(!M){N=[I,J];}else{if(M==="unload"){N=[J];}else{N=[I];}}var T=(YAHOO.lang.isString(O))?this.getEl(O):O;for(var Q=0;Q<N.length;Q=Q+1){var V=N[Q];if(V){for(var S=0,U=V.length;S<U;++S){var P=V[S];if(P&&P[this.EL]===T&&(!M||M===P[this.TYPE])){R.push({type:P[this.TYPE],fn:P[this.FN],obj:P[this.OBJ],adjust:P[this.OVERRIDE],scope:P[this.ADJ_SCOPE],index:S});}}}}return(R.length)?R:null;},_unload:function(T){var N=YAHOO.util.Event,Q,P,O,S,R,U=J.slice(),M;for(Q=0,S=J.length;Q<S;++Q){O=U[Q];if(O){M=window;if(O[N.ADJ_SCOPE]){if(O[N.ADJ_SCOPE]===true){M=O[N.UNLOAD_OBJ];}else{M=O[N.ADJ_SCOPE];}}O[N.FN].call(M,N.getEvent(T,O[N.EL]),O[N.UNLOAD_OBJ]);U[Q]=null;}}O=null;M=null;J=null;if(I){for(P=I.length-1;P>-1;P--){O=I[P];if(O){N.removeListener(O[N.EL],O[N.TYPE],O[N.FN],P);}}O=null;}G=null;N._simpleRemove(window,"unload",N._unload);},_getScrollLeft:function(){return this._getScroll()[1];},_getScrollTop:function(){return this._getScroll()[0];},_getScroll:function(){var M=document.documentElement,N=document.body;if(M&&(M.scrollTop||M.scrollLeft)){return[M.scrollTop,M.scrollLeft];}else{if(N){return[N.scrollTop,N.scrollLeft];}else{return[0,0];}}},regCE:function(){},_simpleAdd:function(){if(window.addEventListener){return function(O,P,N,M){O.addEventListener(P,N,(M));};}else{if(window.attachEvent){return function(O,P,N,M){O.attachEvent("on"+P,N);};}else{return function(){};}}}(),_simpleRemove:function(){if(window.removeEventListener){return function(O,P,N,M){O.removeEventListener(P,N,(M));};}else{if(window.detachEvent){return function(N,O,M){N.detachEvent("on"+O,M);};}else{return function(){};}}}()};}();(function(){var EU=YAHOO.util.Event;EU.on=EU.addListener;EU.onFocus=EU.addFocusListener;EU.onBlur=EU.addBlurListener; -/* DOMReady: based on work by: Dean Edwards/John Resig/Matthias Miller */ -if(EU.isIE){YAHOO.util.Event.onDOMReady(YAHOO.util.Event._tryPreloadAttach,YAHOO.util.Event,true);var n=document.createElement("p");EU._dri=setInterval(function(){try{n.doScroll("left");clearInterval(EU._dri);EU._dri=null;EU._ready();n=null;}catch(ex){}},EU.POLL_INTERVAL);}else{if(EU.webkit&&EU.webkit<525){EU._dri=setInterval(function(){var rs=document.readyState;if("loaded"==rs||"complete"==rs){clearInterval(EU._dri);EU._dri=null;EU._ready();}},EU.POLL_INTERVAL);}else{EU._simpleAdd(document,"DOMContentLoaded",EU._ready);}}EU._simpleAdd(window,"load",EU._load);EU._simpleAdd(window,"unload",EU._unload);EU._tryPreloadAttach();})();}YAHOO.util.EventProvider=function(){};YAHOO.util.EventProvider.prototype={__yui_events:null,__yui_subscribers:null,subscribe:function(A,C,F,E){this.__yui_events=this.__yui_events||{};var D=this.__yui_events[A];if(D){D.subscribe(C,F,E); -}else{this.__yui_subscribers=this.__yui_subscribers||{};var B=this.__yui_subscribers;if(!B[A]){B[A]=[];}B[A].push({fn:C,obj:F,overrideContext:E});}},unsubscribe:function(C,E,G){this.__yui_events=this.__yui_events||{};var A=this.__yui_events;if(C){var F=A[C];if(F){return F.unsubscribe(E,G);}}else{var B=true;for(var D in A){if(YAHOO.lang.hasOwnProperty(A,D)){B=B&&A[D].unsubscribe(E,G);}}return B;}return false;},unsubscribeAll:function(A){return this.unsubscribe(A);},createEvent:function(G,D){this.__yui_events=this.__yui_events||{};var A=D||{};var I=this.__yui_events;if(I[G]){}else{var H=A.scope||this;var E=(A.silent);var B=new YAHOO.util.CustomEvent(G,H,E,YAHOO.util.CustomEvent.FLAT);I[G]=B;if(A.onSubscribeCallback){B.subscribeEvent.subscribe(A.onSubscribeCallback);}this.__yui_subscribers=this.__yui_subscribers||{};var F=this.__yui_subscribers[G];if(F){for(var C=0;C<F.length;++C){B.subscribe(F[C].fn,F[C].obj,F[C].overrideContext);}}}return I[G];},fireEvent:function(E,D,A,C){this.__yui_events=this.__yui_events||{};var G=this.__yui_events[E];if(!G){return null;}var B=[];for(var F=1;F<arguments.length;++F){B.push(arguments[F]);}return G.fire.apply(G,B);},hasEvent:function(A){if(this.__yui_events){if(this.__yui_events[A]){return true;}}return false;}};(function(){var A=YAHOO.util.Event,C=YAHOO.lang;YAHOO.util.KeyListener=function(D,I,E,F){if(!D){}else{if(!I){}else{if(!E){}}}if(!F){F=YAHOO.util.KeyListener.KEYDOWN;}var G=new YAHOO.util.CustomEvent("keyPressed");this.enabledEvent=new YAHOO.util.CustomEvent("enabled");this.disabledEvent=new YAHOO.util.CustomEvent("disabled");if(C.isString(D)){D=document.getElementById(D);}if(C.isFunction(E)){G.subscribe(E);}else{G.subscribe(E.fn,E.scope,E.correctScope);}function H(O,N){if(!I.shift){I.shift=false;}if(!I.alt){I.alt=false;}if(!I.ctrl){I.ctrl=false;}if(O.shiftKey==I.shift&&O.altKey==I.alt&&O.ctrlKey==I.ctrl){var J,M=I.keys,L;if(YAHOO.lang.isArray(M)){for(var K=0;K<M.length;K++){J=M[K];L=A.getCharCode(O);if(J==L){G.fire(L,O);break;}}}else{L=A.getCharCode(O);if(M==L){G.fire(L,O);}}}}this.enable=function(){if(!this.enabled){A.on(D,F,H);this.enabledEvent.fire(I);}this.enabled=true;};this.disable=function(){if(this.enabled){A.removeListener(D,F,H);this.disabledEvent.fire(I);}this.enabled=false;};this.toString=function(){return"KeyListener ["+I.keys+"] "+D.tagName+(D.id?"["+D.id+"]":"");};};var B=YAHOO.util.KeyListener;B.KEYDOWN="keydown";B.KEYUP="keyup";B.KEY={ALT:18,BACK_SPACE:8,CAPS_LOCK:20,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,META:224,NUM_LOCK:144,PAGE_DOWN:34,PAGE_UP:33,PAUSE:19,PRINTSCREEN:44,RIGHT:39,SCROLL_LOCK:145,SHIFT:16,SPACE:32,TAB:9,UP:38};})();YAHOO.register("event",YAHOO.util.Event,{version:"2.7.0",build:"1796"});YAHOO.register("yahoo-dom-event", YAHOO, {version: "2.7.0", build: "1796"}); -/* -Copyright (c) 2009, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.7.0 -*/ -if(!YAHOO.util.DragDropMgr){YAHOO.util.DragDropMgr=function(){var A=YAHOO.util.Event,B=YAHOO.util.Dom;return{useShim:false,_shimActive:false,_shimState:false,_debugShim:false,_createShim:function(){var C=document.createElement("div");C.id="yui-ddm-shim";if(document.body.firstChild){document.body.insertBefore(C,document.body.firstChild);}else{document.body.appendChild(C);}C.style.display="none";C.style.backgroundColor="red";C.style.position="absolute";C.style.zIndex="99999";B.setStyle(C,"opacity","0");this._shim=C;A.on(C,"mouseup",this.handleMouseUp,this,true);A.on(C,"mousemove",this.handleMouseMove,this,true);A.on(window,"scroll",this._sizeShim,this,true);},_sizeShim:function(){if(this._shimActive){var C=this._shim;C.style.height=B.getDocumentHeight()+"px";C.style.width=B.getDocumentWidth()+"px";C.style.top="0";C.style.left="0";}},_activateShim:function(){if(this.useShim){if(!this._shim){this._createShim();}this._shimActive=true;var C=this._shim,D="0";if(this._debugShim){D=".5";}B.setStyle(C,"opacity",D);this._sizeShim();C.style.display="block";}},_deactivateShim:function(){this._shim.style.display="none";this._shimActive=false;},_shim:null,ids:{},handleIds:{},dragCurrent:null,dragOvers:{},deltaX:0,deltaY:0,preventDefault:true,stopPropagation:true,initialized:false,locked:false,interactionInfo:null,init:function(){this.initialized=true;},POINT:0,INTERSECT:1,STRICT_INTERSECT:2,mode:0,_execOnAll:function(E,D){for(var F in this.ids){for(var C in this.ids[F]){var G=this.ids[F][C];if(!this.isTypeOfDD(G)){continue;}G[E].apply(G,D);}}},_onLoad:function(){this.init();A.on(document,"mouseup",this.handleMouseUp,this,true);A.on(document,"mousemove",this.handleMouseMove,this,true);A.on(window,"unload",this._onUnload,this,true);A.on(window,"resize",this._onResize,this,true);},_onResize:function(C){this._execOnAll("resetConstraints",[]);},lock:function(){this.locked=true;},unlock:function(){this.locked=false;},isLocked:function(){return this.locked;},locationCache:{},useCache:true,clickPixelThresh:3,clickTimeThresh:1000,dragThreshMet:false,clickTimeout:null,startX:0,startY:0,fromTimeout:false,regDragDrop:function(D,C){if(!this.initialized){this.init();}if(!this.ids[C]){this.ids[C]={};}this.ids[C][D.id]=D;},removeDDFromGroup:function(E,C){if(!this.ids[C]){this.ids[C]={};}var D=this.ids[C];if(D&&D[E.id]){delete D[E.id];}},_remove:function(E){for(var D in E.groups){if(D){var C=this.ids[D];if(C&&C[E.id]){delete C[E.id];}}}delete this.handleIds[E.id];},regHandle:function(D,C){if(!this.handleIds[D]){this.handleIds[D]={};}this.handleIds[D][C]=C;},isDragDrop:function(C){return(this.getDDById(C))?true:false;},getRelated:function(H,D){var G=[];for(var F in H.groups){for(var E in this.ids[F]){var C=this.ids[F][E];if(!this.isTypeOfDD(C)){continue;}if(!D||C.isTarget){G[G.length]=C;}}}return G;},isLegalTarget:function(G,F){var D=this.getRelated(G,true);for(var E=0,C=D.length;E<C;++E){if(D[E].id==F.id){return true;}}return false;},isTypeOfDD:function(C){return(C&&C.__ygDragDrop);},isHandle:function(D,C){return(this.handleIds[D]&&this.handleIds[D][C]);},getDDById:function(D){for(var C in this.ids){if(this.ids[C][D]){return this.ids[C][D];}}return null;},handleMouseDown:function(E,D){this.currentTarget=YAHOO.util.Event.getTarget(E);this.dragCurrent=D;var C=D.getEl();this.startX=YAHOO.util.Event.getPageX(E);this.startY=YAHOO.util.Event.getPageY(E);this.deltaX=this.startX-C.offsetLeft;this.deltaY=this.startY-C.offsetTop;this.dragThreshMet=false;this.clickTimeout=setTimeout(function(){var F=YAHOO.util.DDM;F.startDrag(F.startX,F.startY);F.fromTimeout=true;},this.clickTimeThresh);},startDrag:function(C,E){if(this.dragCurrent&&this.dragCurrent.useShim){this._shimState=this.useShim;this.useShim=true;}this._activateShim();clearTimeout(this.clickTimeout);var D=this.dragCurrent;if(D&&D.events.b4StartDrag){D.b4StartDrag(C,E);D.fireEvent("b4StartDragEvent",{x:C,y:E});}if(D&&D.events.startDrag){D.startDrag(C,E);D.fireEvent("startDragEvent",{x:C,y:E});}this.dragThreshMet=true;},handleMouseUp:function(C){if(this.dragCurrent){clearTimeout(this.clickTimeout);if(this.dragThreshMet){if(this.fromTimeout){this.fromTimeout=false;this.handleMouseMove(C);}this.fromTimeout=false;this.fireEvents(C,true);}else{}this.stopDrag(C);this.stopEvent(C);}},stopEvent:function(C){if(this.stopPropagation){YAHOO.util.Event.stopPropagation(C);}if(this.preventDefault){YAHOO.util.Event.preventDefault(C);}},stopDrag:function(E,D){var C=this.dragCurrent;if(C&&!D){if(this.dragThreshMet){if(C.events.b4EndDrag){C.b4EndDrag(E);C.fireEvent("b4EndDragEvent",{e:E});}if(C.events.endDrag){C.endDrag(E);C.fireEvent("endDragEvent",{e:E});}}if(C.events.mouseUp){C.onMouseUp(E);C.fireEvent("mouseUpEvent",{e:E});}}if(this._shimActive){this._deactivateShim();if(this.dragCurrent&&this.dragCurrent.useShim){this.useShim=this._shimState;this._shimState=false;}}this.dragCurrent=null;this.dragOvers={};},handleMouseMove:function(F){var C=this.dragCurrent;if(C){if(YAHOO.util.Event.isIE&&!F.button){this.stopEvent(F);return this.handleMouseUp(F);}else{if(F.clientX<0||F.clientY<0){}}if(!this.dragThreshMet){var E=Math.abs(this.startX-YAHOO.util.Event.getPageX(F));var D=Math.abs(this.startY-YAHOO.util.Event.getPageY(F));if(E>this.clickPixelThresh||D>this.clickPixelThresh){this.startDrag(this.startX,this.startY);}}if(this.dragThreshMet){if(C&&C.events.b4Drag){C.b4Drag(F);C.fireEvent("b4DragEvent",{e:F});}if(C&&C.events.drag){C.onDrag(F);C.fireEvent("dragEvent",{e:F});}if(C){this.fireEvents(F,false);}}this.stopEvent(F);}},fireEvents:function(V,L){var a=this.dragCurrent;if(!a||a.isLocked()||a.dragOnly){return;}var N=YAHOO.util.Event.getPageX(V),M=YAHOO.util.Event.getPageY(V),P=new YAHOO.util.Point(N,M),K=a.getTargetCoord(P.x,P.y),F=a.getDragEl(),E=["out","over","drop","enter"],U=new YAHOO.util.Region(K.y,K.x+F.offsetWidth,K.y+F.offsetHeight,K.x),I=[],D={},Q=[],c={outEvts:[],overEvts:[],dropEvts:[],enterEvts:[]};for(var S in this.dragOvers){var d=this.dragOvers[S];if(!this.isTypeOfDD(d)){continue; -}if(!this.isOverTarget(P,d,this.mode,U)){c.outEvts.push(d);}I[S]=true;delete this.dragOvers[S];}for(var R in a.groups){if("string"!=typeof R){continue;}for(S in this.ids[R]){var G=this.ids[R][S];if(!this.isTypeOfDD(G)){continue;}if(G.isTarget&&!G.isLocked()&&G!=a){if(this.isOverTarget(P,G,this.mode,U)){D[R]=true;if(L){c.dropEvts.push(G);}else{if(!I[G.id]){c.enterEvts.push(G);}else{c.overEvts.push(G);}this.dragOvers[G.id]=G;}}}}}this.interactionInfo={out:c.outEvts,enter:c.enterEvts,over:c.overEvts,drop:c.dropEvts,point:P,draggedRegion:U,sourceRegion:this.locationCache[a.id],validDrop:L};for(var C in D){Q.push(C);}if(L&&!c.dropEvts.length){this.interactionInfo.validDrop=false;if(a.events.invalidDrop){a.onInvalidDrop(V);a.fireEvent("invalidDropEvent",{e:V});}}for(S=0;S<E.length;S++){var Y=null;if(c[E[S]+"Evts"]){Y=c[E[S]+"Evts"];}if(Y&&Y.length){var H=E[S].charAt(0).toUpperCase()+E[S].substr(1),X="onDrag"+H,J="b4Drag"+H,O="drag"+H+"Event",W="drag"+H;if(this.mode){if(a.events[J]){a[J](V,Y,Q);a.fireEvent(J+"Event",{event:V,info:Y,group:Q});}if(a.events[W]){a[X](V,Y,Q);a.fireEvent(O,{event:V,info:Y,group:Q});}}else{for(var Z=0,T=Y.length;Z<T;++Z){if(a.events[J]){a[J](V,Y[Z].id,Q[0]);a.fireEvent(J+"Event",{event:V,info:Y[Z].id,group:Q[0]});}if(a.events[W]){a[X](V,Y[Z].id,Q[0]);a.fireEvent(O,{event:V,info:Y[Z].id,group:Q[0]});}}}}}},getBestMatch:function(E){var G=null;var D=E.length;if(D==1){G=E[0];}else{for(var F=0;F<D;++F){var C=E[F];if(this.mode==this.INTERSECT&&C.cursorIsOver){G=C;break;}else{if(!G||!G.overlap||(C.overlap&&G.overlap.getArea()<C.overlap.getArea())){G=C;}}}}return G;},refreshCache:function(D){var F=D||this.ids;for(var C in F){if("string"!=typeof C){continue;}for(var E in this.ids[C]){var G=this.ids[C][E];if(this.isTypeOfDD(G)){var H=this.getLocation(G);if(H){this.locationCache[G.id]=H;}else{delete this.locationCache[G.id];}}}}},verifyEl:function(D){try{if(D){var C=D.offsetParent;if(C){return true;}}}catch(E){}return false;},getLocation:function(H){if(!this.isTypeOfDD(H)){return null;}var F=H.getEl(),K,E,D,M,L,N,C,J,G;try{K=YAHOO.util.Dom.getXY(F);}catch(I){}if(!K){return null;}E=K[0];D=E+F.offsetWidth;M=K[1];L=M+F.offsetHeight;N=M-H.padding[0];C=D+H.padding[1];J=L+H.padding[2];G=E-H.padding[3];return new YAHOO.util.Region(N,C,J,G);},isOverTarget:function(K,C,E,F){var G=this.locationCache[C.id];if(!G||!this.useCache){G=this.getLocation(C);this.locationCache[C.id]=G;}if(!G){return false;}C.cursorIsOver=G.contains(K);var J=this.dragCurrent;if(!J||(!E&&!J.constrainX&&!J.constrainY)){return C.cursorIsOver;}C.overlap=null;if(!F){var H=J.getTargetCoord(K.x,K.y);var D=J.getDragEl();F=new YAHOO.util.Region(H.y,H.x+D.offsetWidth,H.y+D.offsetHeight,H.x);}var I=F.intersect(G);if(I){C.overlap=I;return(E)?true:C.cursorIsOver;}else{return false;}},_onUnload:function(D,C){this.unregAll();},unregAll:function(){if(this.dragCurrent){this.stopDrag();this.dragCurrent=null;}this._execOnAll("unreg",[]);this.ids={};},elementCache:{},getElWrapper:function(D){var C=this.elementCache[D];if(!C||!C.el){C=this.elementCache[D]=new this.ElementWrapper(YAHOO.util.Dom.get(D));}return C;},getElement:function(C){return YAHOO.util.Dom.get(C);},getCss:function(D){var C=YAHOO.util.Dom.get(D);return(C)?C.style:null;},ElementWrapper:function(C){this.el=C||null;this.id=this.el&&C.id;this.css=this.el&&C.style;},getPosX:function(C){return YAHOO.util.Dom.getX(C);},getPosY:function(C){return YAHOO.util.Dom.getY(C);},swapNode:function(E,C){if(E.swapNode){E.swapNode(C);}else{var F=C.parentNode;var D=C.nextSibling;if(D==E){F.insertBefore(E,C);}else{if(C==E.nextSibling){F.insertBefore(C,E);}else{E.parentNode.replaceChild(C,E);F.insertBefore(E,D);}}}},getScroll:function(){var E,C,F=document.documentElement,D=document.body;if(F&&(F.scrollTop||F.scrollLeft)){E=F.scrollTop;C=F.scrollLeft;}else{if(D){E=D.scrollTop;C=D.scrollLeft;}else{}}return{top:E,left:C};},getStyle:function(D,C){return YAHOO.util.Dom.getStyle(D,C);},getScrollTop:function(){return this.getScroll().top;},getScrollLeft:function(){return this.getScroll().left;},moveToEl:function(C,E){var D=YAHOO.util.Dom.getXY(E);YAHOO.util.Dom.setXY(C,D);},getClientHeight:function(){return YAHOO.util.Dom.getViewportHeight();},getClientWidth:function(){return YAHOO.util.Dom.getViewportWidth();},numericSort:function(D,C){return(D-C);},_timeoutCount:0,_addListeners:function(){var C=YAHOO.util.DDM;if(YAHOO.util.Event&&document){C._onLoad();}else{if(C._timeoutCount>2000){}else{setTimeout(C._addListeners,10);if(document&&document.body){C._timeoutCount+=1;}}}},handleWasClicked:function(C,E){if(this.isHandle(E,C.id)){return true;}else{var D=C.parentNode;while(D){if(this.isHandle(E,D.id)){return true;}else{D=D.parentNode;}}}return false;}};}();YAHOO.util.DDM=YAHOO.util.DragDropMgr;YAHOO.util.DDM._addListeners();}(function(){var A=YAHOO.util.Event;var B=YAHOO.util.Dom;YAHOO.util.DragDrop=function(E,C,D){if(E){this.init(E,C,D);}};YAHOO.util.DragDrop.prototype={events:null,on:function(){this.subscribe.apply(this,arguments);},id:null,config:null,dragElId:null,handleElId:null,invalidHandleTypes:null,invalidHandleIds:null,invalidHandleClasses:null,startPageX:0,startPageY:0,groups:null,locked:false,lock:function(){this.locked=true;},unlock:function(){this.locked=false;},isTarget:true,padding:null,dragOnly:false,useShim:false,_domRef:null,__ygDragDrop:true,constrainX:false,constrainY:false,minX:0,maxX:0,minY:0,maxY:0,deltaX:0,deltaY:0,maintainOffset:false,xTicks:null,yTicks:null,primaryButtonOnly:true,available:false,hasOuterHandles:false,cursorIsOver:false,overlap:null,b4StartDrag:function(C,D){},startDrag:function(C,D){},b4Drag:function(C){},onDrag:function(C){},onDragEnter:function(C,D){},b4DragOver:function(C){},onDragOver:function(C,D){},b4DragOut:function(C){},onDragOut:function(C,D){},b4DragDrop:function(C){},onDragDrop:function(C,D){},onInvalidDrop:function(C){},b4EndDrag:function(C){},endDrag:function(C){},b4MouseDown:function(C){},onMouseDown:function(C){},onMouseUp:function(C){},onAvailable:function(){},getEl:function(){if(!this._domRef){this._domRef=B.get(this.id); -}return this._domRef;},getDragEl:function(){return B.get(this.dragElId);},init:function(F,C,D){this.initTarget(F,C,D);A.on(this._domRef||this.id,"mousedown",this.handleMouseDown,this,true);for(var E in this.events){this.createEvent(E+"Event");}},initTarget:function(E,C,D){this.config=D||{};this.events={};this.DDM=YAHOO.util.DDM;this.groups={};if(typeof E!=="string"){this._domRef=E;E=B.generateId(E);}this.id=E;this.addToGroup((C)?C:"default");this.handleElId=E;A.onAvailable(E,this.handleOnAvailable,this,true);this.setDragElId(E);this.invalidHandleTypes={A:"A"};this.invalidHandleIds={};this.invalidHandleClasses=[];this.applyConfig();},applyConfig:function(){this.events={mouseDown:true,b4MouseDown:true,mouseUp:true,b4StartDrag:true,startDrag:true,b4EndDrag:true,endDrag:true,drag:true,b4Drag:true,invalidDrop:true,b4DragOut:true,dragOut:true,dragEnter:true,b4DragOver:true,dragOver:true,b4DragDrop:true,dragDrop:true};if(this.config.events){for(var C in this.config.events){if(this.config.events[C]===false){this.events[C]=false;}}}this.padding=this.config.padding||[0,0,0,0];this.isTarget=(this.config.isTarget!==false);this.maintainOffset=(this.config.maintainOffset);this.primaryButtonOnly=(this.config.primaryButtonOnly!==false);this.dragOnly=((this.config.dragOnly===true)?true:false);this.useShim=((this.config.useShim===true)?true:false);},handleOnAvailable:function(){this.available=true;this.resetConstraints();this.onAvailable();},setPadding:function(E,C,F,D){if(!C&&0!==C){this.padding=[E,E,E,E];}else{if(!F&&0!==F){this.padding=[E,C,E,C];}else{this.padding=[E,C,F,D];}}},setInitPosition:function(F,E){var G=this.getEl();if(!this.DDM.verifyEl(G)){if(G&&G.style&&(G.style.display=="none")){}else{}return;}var D=F||0;var C=E||0;var H=B.getXY(G);this.initPageX=H[0]-D;this.initPageY=H[1]-C;this.lastPageX=H[0];this.lastPageY=H[1];this.setStartPosition(H);},setStartPosition:function(D){var C=D||B.getXY(this.getEl());this.deltaSetXY=null;this.startPageX=C[0];this.startPageY=C[1];},addToGroup:function(C){this.groups[C]=true;this.DDM.regDragDrop(this,C);},removeFromGroup:function(C){if(this.groups[C]){delete this.groups[C];}this.DDM.removeDDFromGroup(this,C);},setDragElId:function(C){this.dragElId=C;},setHandleElId:function(C){if(typeof C!=="string"){C=B.generateId(C);}this.handleElId=C;this.DDM.regHandle(this.id,C);},setOuterHandleElId:function(C){if(typeof C!=="string"){C=B.generateId(C);}A.on(C,"mousedown",this.handleMouseDown,this,true);this.setHandleElId(C);this.hasOuterHandles=true;},unreg:function(){A.removeListener(this.id,"mousedown",this.handleMouseDown);this._domRef=null;this.DDM._remove(this);},isLocked:function(){return(this.DDM.isLocked()||this.locked);},handleMouseDown:function(J,I){var D=J.which||J.button;if(this.primaryButtonOnly&&D>1){return;}if(this.isLocked()){return;}var C=this.b4MouseDown(J),F=true;if(this.events.b4MouseDown){F=this.fireEvent("b4MouseDownEvent",J);}var E=this.onMouseDown(J),H=true;if(this.events.mouseDown){H=this.fireEvent("mouseDownEvent",J);}if((C===false)||(E===false)||(F===false)||(H===false)){return;}this.DDM.refreshCache(this.groups);var G=new YAHOO.util.Point(A.getPageX(J),A.getPageY(J));if(!this.hasOuterHandles&&!this.DDM.isOverTarget(G,this)){}else{if(this.clickValidator(J)){this.setStartPosition();this.DDM.handleMouseDown(J,this);this.DDM.stopEvent(J);}else{}}},clickValidator:function(D){var C=YAHOO.util.Event.getTarget(D);return(this.isValidHandleChild(C)&&(this.id==this.handleElId||this.DDM.handleWasClicked(C,this.id)));},getTargetCoord:function(E,D){var C=E-this.deltaX;var F=D-this.deltaY;if(this.constrainX){if(C<this.minX){C=this.minX;}if(C>this.maxX){C=this.maxX;}}if(this.constrainY){if(F<this.minY){F=this.minY;}if(F>this.maxY){F=this.maxY;}}C=this.getTick(C,this.xTicks);F=this.getTick(F,this.yTicks);return{x:C,y:F};},addInvalidHandleType:function(C){var D=C.toUpperCase();this.invalidHandleTypes[D]=D;},addInvalidHandleId:function(C){if(typeof C!=="string"){C=B.generateId(C);}this.invalidHandleIds[C]=C;},addInvalidHandleClass:function(C){this.invalidHandleClasses.push(C);},removeInvalidHandleType:function(C){var D=C.toUpperCase();delete this.invalidHandleTypes[D];},removeInvalidHandleId:function(C){if(typeof C!=="string"){C=B.generateId(C);}delete this.invalidHandleIds[C];},removeInvalidHandleClass:function(D){for(var E=0,C=this.invalidHandleClasses.length;E<C;++E){if(this.invalidHandleClasses[E]==D){delete this.invalidHandleClasses[E];}}},isValidHandleChild:function(F){var E=true;var H;try{H=F.nodeName.toUpperCase();}catch(G){H=F.nodeName;}E=E&&!this.invalidHandleTypes[H];E=E&&!this.invalidHandleIds[F.id];for(var D=0,C=this.invalidHandleClasses.length;E&&D<C;++D){E=!B.hasClass(F,this.invalidHandleClasses[D]);}return E;},setXTicks:function(F,C){this.xTicks=[];this.xTickSize=C;var E={};for(var D=this.initPageX;D>=this.minX;D=D-C){if(!E[D]){this.xTicks[this.xTicks.length]=D;E[D]=true;}}for(D=this.initPageX;D<=this.maxX;D=D+C){if(!E[D]){this.xTicks[this.xTicks.length]=D;E[D]=true;}}this.xTicks.sort(this.DDM.numericSort);},setYTicks:function(F,C){this.yTicks=[];this.yTickSize=C;var E={};for(var D=this.initPageY;D>=this.minY;D=D-C){if(!E[D]){this.yTicks[this.yTicks.length]=D;E[D]=true;}}for(D=this.initPageY;D<=this.maxY;D=D+C){if(!E[D]){this.yTicks[this.yTicks.length]=D;E[D]=true;}}this.yTicks.sort(this.DDM.numericSort);},setXConstraint:function(E,D,C){this.leftConstraint=parseInt(E,10);this.rightConstraint=parseInt(D,10);this.minX=this.initPageX-this.leftConstraint;this.maxX=this.initPageX+this.rightConstraint;if(C){this.setXTicks(this.initPageX,C);}this.constrainX=true;},clearConstraints:function(){this.constrainX=false;this.constrainY=false;this.clearTicks();},clearTicks:function(){this.xTicks=null;this.yTicks=null;this.xTickSize=0;this.yTickSize=0;},setYConstraint:function(C,E,D){this.topConstraint=parseInt(C,10);this.bottomConstraint=parseInt(E,10);this.minY=this.initPageY-this.topConstraint;this.maxY=this.initPageY+this.bottomConstraint;if(D){this.setYTicks(this.initPageY,D); -}this.constrainY=true;},resetConstraints:function(){if(this.initPageX||this.initPageX===0){var D=(this.maintainOffset)?this.lastPageX-this.initPageX:0;var C=(this.maintainOffset)?this.lastPageY-this.initPageY:0;this.setInitPosition(D,C);}else{this.setInitPosition();}if(this.constrainX){this.setXConstraint(this.leftConstraint,this.rightConstraint,this.xTickSize);}if(this.constrainY){this.setYConstraint(this.topConstraint,this.bottomConstraint,this.yTickSize);}},getTick:function(I,F){if(!F){return I;}else{if(F[0]>=I){return F[0];}else{for(var D=0,C=F.length;D<C;++D){var E=D+1;if(F[E]&&F[E]>=I){var H=I-F[D];var G=F[E]-I;return(G>H)?F[D]:F[E];}}return F[F.length-1];}}},toString:function(){return("DragDrop "+this.id);}};YAHOO.augment(YAHOO.util.DragDrop,YAHOO.util.EventProvider);})();YAHOO.util.DD=function(C,A,B){if(C){this.init(C,A,B);}};YAHOO.extend(YAHOO.util.DD,YAHOO.util.DragDrop,{scroll:true,autoOffset:function(C,B){var A=C-this.startPageX;var D=B-this.startPageY;this.setDelta(A,D);},setDelta:function(B,A){this.deltaX=B;this.deltaY=A;},setDragElPos:function(C,B){var A=this.getDragEl();this.alignElWithMouse(A,C,B);},alignElWithMouse:function(C,G,F){var E=this.getTargetCoord(G,F);if(!this.deltaSetXY){var H=[E.x,E.y];YAHOO.util.Dom.setXY(C,H);var D=parseInt(YAHOO.util.Dom.getStyle(C,"left"),10);var B=parseInt(YAHOO.util.Dom.getStyle(C,"top"),10);this.deltaSetXY=[D-E.x,B-E.y];}else{YAHOO.util.Dom.setStyle(C,"left",(E.x+this.deltaSetXY[0])+"px");YAHOO.util.Dom.setStyle(C,"top",(E.y+this.deltaSetXY[1])+"px");}this.cachePosition(E.x,E.y);var A=this;setTimeout(function(){A.autoScroll.call(A,E.x,E.y,C.offsetHeight,C.offsetWidth);},0);},cachePosition:function(B,A){if(B){this.lastPageX=B;this.lastPageY=A;}else{var C=YAHOO.util.Dom.getXY(this.getEl());this.lastPageX=C[0];this.lastPageY=C[1];}},autoScroll:function(J,I,E,K){if(this.scroll){var L=this.DDM.getClientHeight();var B=this.DDM.getClientWidth();var N=this.DDM.getScrollTop();var D=this.DDM.getScrollLeft();var H=E+I;var M=K+J;var G=(L+N-I-this.deltaY);var F=(B+D-J-this.deltaX);var C=40;var A=(document.all)?80:30;if(H>L&&G<C){window.scrollTo(D,N+A);}if(I<N&&N>0&&I-N<C){window.scrollTo(D,N-A);}if(M>B&&F<C){window.scrollTo(D+A,N);}if(J<D&&D>0&&J-D<C){window.scrollTo(D-A,N);}}},applyConfig:function(){YAHOO.util.DD.superclass.applyConfig.call(this);this.scroll=(this.config.scroll!==false);},b4MouseDown:function(A){this.setStartPosition();this.autoOffset(YAHOO.util.Event.getPageX(A),YAHOO.util.Event.getPageY(A));},b4Drag:function(A){this.setDragElPos(YAHOO.util.Event.getPageX(A),YAHOO.util.Event.getPageY(A));},toString:function(){return("DD "+this.id);}});YAHOO.util.DDProxy=function(C,A,B){if(C){this.init(C,A,B);this.initFrame();}};YAHOO.util.DDProxy.dragElId="ygddfdiv";YAHOO.extend(YAHOO.util.DDProxy,YAHOO.util.DD,{resizeFrame:true,centerFrame:false,createFrame:function(){var B=this,A=document.body;if(!A||!A.firstChild){setTimeout(function(){B.createFrame();},50);return;}var F=this.getDragEl(),E=YAHOO.util.Dom;if(!F){F=document.createElement("div");F.id=this.dragElId;var D=F.style;D.position="absolute";D.visibility="hidden";D.cursor="move";D.border="2px solid #aaa";D.zIndex=999;D.height="25px";D.width="25px";var C=document.createElement("div");E.setStyle(C,"height","100%");E.setStyle(C,"width","100%");E.setStyle(C,"background-color","#ccc");E.setStyle(C,"opacity","0");F.appendChild(C);A.insertBefore(F,A.firstChild);}},initFrame:function(){this.createFrame();},applyConfig:function(){YAHOO.util.DDProxy.superclass.applyConfig.call(this);this.resizeFrame=(this.config.resizeFrame!==false);this.centerFrame=(this.config.centerFrame);this.setDragElId(this.config.dragElId||YAHOO.util.DDProxy.dragElId);},showFrame:function(E,D){var C=this.getEl();var A=this.getDragEl();var B=A.style;this._resizeProxy();if(this.centerFrame){this.setDelta(Math.round(parseInt(B.width,10)/2),Math.round(parseInt(B.height,10)/2));}this.setDragElPos(E,D);YAHOO.util.Dom.setStyle(A,"visibility","visible");},_resizeProxy:function(){if(this.resizeFrame){var H=YAHOO.util.Dom;var B=this.getEl();var C=this.getDragEl();var G=parseInt(H.getStyle(C,"borderTopWidth"),10);var I=parseInt(H.getStyle(C,"borderRightWidth"),10);var F=parseInt(H.getStyle(C,"borderBottomWidth"),10);var D=parseInt(H.getStyle(C,"borderLeftWidth"),10);if(isNaN(G)){G=0;}if(isNaN(I)){I=0;}if(isNaN(F)){F=0;}if(isNaN(D)){D=0;}var E=Math.max(0,B.offsetWidth-I-D);var A=Math.max(0,B.offsetHeight-G-F);H.setStyle(C,"width",E+"px");H.setStyle(C,"height",A+"px");}},b4MouseDown:function(B){this.setStartPosition();var A=YAHOO.util.Event.getPageX(B);var C=YAHOO.util.Event.getPageY(B);this.autoOffset(A,C);},b4StartDrag:function(A,B){this.showFrame(A,B);},b4EndDrag:function(A){YAHOO.util.Dom.setStyle(this.getDragEl(),"visibility","hidden");},endDrag:function(D){var C=YAHOO.util.Dom;var B=this.getEl();var A=this.getDragEl();C.setStyle(A,"visibility","");C.setStyle(B,"visibility","hidden");YAHOO.util.DDM.moveToEl(B,A);C.setStyle(A,"visibility","hidden");C.setStyle(B,"visibility","");},toString:function(){return("DDProxy "+this.id);}});YAHOO.util.DDTarget=function(C,A,B){if(C){this.initTarget(C,A,B);}};YAHOO.extend(YAHOO.util.DDTarget,YAHOO.util.DragDrop,{toString:function(){return("DDTarget "+this.id);}});YAHOO.register("dragdrop",YAHOO.util.DragDropMgr,{version:"2.7.0",build:"1796"});/* -Copyright (c) 2009, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.7.0 -*/ -(function(){var B=YAHOO.util.Dom.getXY,A=YAHOO.util.Event,D=Array.prototype.slice;function C(G,E,F,H){C.ANIM_AVAIL=(!YAHOO.lang.isUndefined(YAHOO.util.Anim));if(G){this.init(G,E,true);this.initSlider(H);this.initThumb(F);}}YAHOO.lang.augmentObject(C,{getHorizSlider:function(F,G,I,H,E){return new C(F,F,new YAHOO.widget.SliderThumb(G,F,I,H,0,0,E),"horiz");},getVertSlider:function(G,H,E,I,F){return new C(G,G,new YAHOO.widget.SliderThumb(H,G,0,0,E,I,F),"vert");},getSliderRegion:function(G,H,J,I,E,K,F){return new C(G,G,new YAHOO.widget.SliderThumb(H,G,J,I,E,K,F),"region");},SOURCE_UI_EVENT:1,SOURCE_SET_VALUE:2,SOURCE_KEY_EVENT:3,ANIM_AVAIL:false},true);YAHOO.extend(C,YAHOO.util.DragDrop,{_mouseDown:false,dragOnly:true,initSlider:function(E){this.type=E;this.createEvent("change",this);this.createEvent("slideStart",this);this.createEvent("slideEnd",this);this.isTarget=false;this.animate=C.ANIM_AVAIL;this.backgroundEnabled=true;this.tickPause=40;this.enableKeys=true;this.keyIncrement=20;this.moveComplete=true;this.animationDuration=0.2;this.SOURCE_UI_EVENT=1;this.SOURCE_SET_VALUE=2;this.valueChangeSource=0;this._silent=false;this.lastOffset=[0,0];},initThumb:function(F){var E=this;this.thumb=F;F.cacheBetweenDrags=true;if(F._isHoriz&&F.xTicks&&F.xTicks.length){this.tickPause=Math.round(360/F.xTicks.length);}else{if(F.yTicks&&F.yTicks.length){this.tickPause=Math.round(360/F.yTicks.length);}}F.onAvailable=function(){return E.setStartSliderState();};F.onMouseDown=function(){E._mouseDown=true;return E.focus();};F.startDrag=function(){E._slideStart();};F.onDrag=function(){E.fireEvents(true);};F.onMouseUp=function(){E.thumbMouseUp();};},onAvailable:function(){this._bindKeyEvents();},_bindKeyEvents:function(){A.on(this.id,"keydown",this.handleKeyDown,this,true);A.on(this.id,"keypress",this.handleKeyPress,this,true);},handleKeyPress:function(F){if(this.enableKeys){var E=A.getCharCode(F);switch(E){case 37:case 38:case 39:case 40:case 36:case 35:A.preventDefault(F);break;default:}}},handleKeyDown:function(J){if(this.enableKeys){var G=A.getCharCode(J),F=this.thumb,H=this.getXValue(),E=this.getYValue(),I=true;switch(G){case 37:H-=this.keyIncrement;break;case 38:E-=this.keyIncrement;break;case 39:H+=this.keyIncrement;break;case 40:E+=this.keyIncrement;break;case 36:H=F.leftConstraint;E=F.topConstraint;break;case 35:H=F.rightConstraint;E=F.bottomConstraint;break;default:I=false;}if(I){if(F._isRegion){this._setRegionValue(C.SOURCE_KEY_EVENT,H,E,true);}else{this._setValue(C.SOURCE_KEY_EVENT,(F._isHoriz?H:E),true);}A.stopEvent(J);}}},setStartSliderState:function(){this.setThumbCenterPoint();this.baselinePos=B(this.getEl());this.thumb.startOffset=this.thumb.getOffsetFromParent(this.baselinePos);if(this.thumb._isRegion){if(this.deferredSetRegionValue){this._setRegionValue.apply(this,this.deferredSetRegionValue);this.deferredSetRegionValue=null;}else{this.setRegionValue(0,0,true,true,true);}}else{if(this.deferredSetValue){this._setValue.apply(this,this.deferredSetValue);this.deferredSetValue=null;}else{this.setValue(0,true,true,true);}}},setThumbCenterPoint:function(){var E=this.thumb.getEl();if(E){this.thumbCenterPoint={x:parseInt(E.offsetWidth/2,10),y:parseInt(E.offsetHeight/2,10)};}},lock:function(){this.thumb.lock();this.locked=true;},unlock:function(){this.thumb.unlock();this.locked=false;},thumbMouseUp:function(){this._mouseDown=false;if(!this.isLocked()&&!this.moveComplete){this.endMove();}},onMouseUp:function(){this._mouseDown=false;if(this.backgroundEnabled&&!this.isLocked()&&!this.moveComplete){this.endMove();}},getThumb:function(){return this.thumb;},focus:function(){this.valueChangeSource=C.SOURCE_UI_EVENT;var E=this.getEl();if(E.focus){try{E.focus();}catch(F){}}this.verifyOffset();return !this.isLocked();},onChange:function(E,F){},onSlideStart:function(){},onSlideEnd:function(){},getValue:function(){return this.thumb.getValue();},getXValue:function(){return this.thumb.getXValue();},getYValue:function(){return this.thumb.getYValue();},setValue:function(){var E=D.call(arguments);E.unshift(C.SOURCE_SET_VALUE);return this._setValue.apply(this,E);},_setValue:function(I,L,G,H,E){var F=this.thumb,K,J;if(!F.available){this.deferredSetValue=arguments;return false;}if(this.isLocked()&&!H){return false;}if(isNaN(L)){return false;}if(F._isRegion){return false;}this._silent=E;this.valueChangeSource=I||C.SOURCE_SET_VALUE;F.lastOffset=[L,L];this.verifyOffset(true);this._slideStart();if(F._isHoriz){K=F.initPageX+L+this.thumbCenterPoint.x;this.moveThumb(K,F.initPageY,G);}else{J=F.initPageY+L+this.thumbCenterPoint.y;this.moveThumb(F.initPageX,J,G);}return true;},setRegionValue:function(){var E=D.call(arguments);E.unshift(C.SOURCE_SET_VALUE);return this._setRegionValue.apply(this,E);},_setRegionValue:function(F,J,H,I,G,K){var L=this.thumb,E,M;if(!L.available){this.deferredSetRegionValue=arguments;return false;}if(this.isLocked()&&!G){return false;}if(isNaN(J)){return false;}if(!L._isRegion){return false;}this._silent=K;this.valueChangeSource=F||C.SOURCE_SET_VALUE;L.lastOffset=[J,H];this.verifyOffset(true);this._slideStart();E=L.initPageX+J+this.thumbCenterPoint.x;M=L.initPageY+H+this.thumbCenterPoint.y;this.moveThumb(E,M,I);return true;},verifyOffset:function(F){var G=B(this.getEl()),E=this.thumb;if(!this.thumbCenterPoint||!this.thumbCenterPoint.x){this.setThumbCenterPoint();}if(G){if(G[0]!=this.baselinePos[0]||G[1]!=this.baselinePos[1]){this.setInitPosition();this.baselinePos=G;E.initPageX=this.initPageX+E.startOffset[0];E.initPageY=this.initPageY+E.startOffset[1];E.deltaSetXY=null;this.resetThumbConstraints();return false;}}return true;},moveThumb:function(K,J,I,G){var L=this.thumb,M=this,F,E,H;if(!L.available){return;}L.setDelta(this.thumbCenterPoint.x,this.thumbCenterPoint.y);E=L.getTargetCoord(K,J);F=[Math.round(E.x),Math.round(E.y)];if(this.animate&&L._graduated&&!I){this.lock();this.curCoord=B(this.thumb.getEl());this.curCoord=[Math.round(this.curCoord[0]),Math.round(this.curCoord[1])];setTimeout(function(){M.moveOneTick(F); -},this.tickPause);}else{if(this.animate&&C.ANIM_AVAIL&&!I){this.lock();H=new YAHOO.util.Motion(L.id,{points:{to:F}},this.animationDuration,YAHOO.util.Easing.easeOut);H.onComplete.subscribe(function(){M.unlock();if(!M._mouseDown){M.endMove();}});H.animate();}else{L.setDragElPos(K,J);if(!G&&!this._mouseDown){this.endMove();}}}},_slideStart:function(){if(!this._sliding){if(!this._silent){this.onSlideStart();this.fireEvent("slideStart");}this._sliding=true;}},_slideEnd:function(){if(this._sliding&&this.moveComplete){var E=this._silent;this._sliding=false;this._silent=false;this.moveComplete=false;if(!E){this.onSlideEnd();this.fireEvent("slideEnd");}}},moveOneTick:function(F){var H=this.thumb,G=this,I=null,E,J;if(H._isRegion){I=this._getNextX(this.curCoord,F);E=(I!==null)?I[0]:this.curCoord[0];I=this._getNextY(this.curCoord,F);J=(I!==null)?I[1]:this.curCoord[1];I=E!==this.curCoord[0]||J!==this.curCoord[1]?[E,J]:null;}else{if(H._isHoriz){I=this._getNextX(this.curCoord,F);}else{I=this._getNextY(this.curCoord,F);}}if(I){this.curCoord=I;this.thumb.alignElWithMouse(H.getEl(),I[0]+this.thumbCenterPoint.x,I[1]+this.thumbCenterPoint.y);if(!(I[0]==F[0]&&I[1]==F[1])){setTimeout(function(){G.moveOneTick(F);},this.tickPause);}else{this.unlock();if(!this._mouseDown){this.endMove();}}}else{this.unlock();if(!this._mouseDown){this.endMove();}}},_getNextX:function(E,F){var H=this.thumb,J,G=[],I=null;if(E[0]>F[0]){J=H.tickSize-this.thumbCenterPoint.x;G=H.getTargetCoord(E[0]-J,E[1]);I=[G.x,G.y];}else{if(E[0]<F[0]){J=H.tickSize+this.thumbCenterPoint.x;G=H.getTargetCoord(E[0]+J,E[1]);I=[G.x,G.y];}else{}}return I;},_getNextY:function(E,F){var H=this.thumb,J,G=[],I=null;if(E[1]>F[1]){J=H.tickSize-this.thumbCenterPoint.y;G=H.getTargetCoord(E[0],E[1]-J);I=[G.x,G.y];}else{if(E[1]<F[1]){J=H.tickSize+this.thumbCenterPoint.y;G=H.getTargetCoord(E[0],E[1]+J);I=[G.x,G.y];}else{}}return I;},b4MouseDown:function(E){if(!this.backgroundEnabled){return false;}this.thumb.autoOffset();this.resetThumbConstraints();},onMouseDown:function(F){if(!this.backgroundEnabled||this.isLocked()){return false;}this._mouseDown=true;var E=A.getPageX(F),G=A.getPageY(F);this.focus();this._slideStart();this.moveThumb(E,G);},onDrag:function(F){if(this.backgroundEnabled&&!this.isLocked()){var E=A.getPageX(F),G=A.getPageY(F);this.moveThumb(E,G,true,true);this.fireEvents();}},endMove:function(){this.unlock();this.fireEvents();this.moveComplete=true;this._slideEnd();},resetThumbConstraints:function(){var E=this.thumb;E.setXConstraint(E.leftConstraint,E.rightConstraint,E.xTickSize);E.setYConstraint(E.topConstraint,E.bottomConstraint,E.xTickSize);},fireEvents:function(G){var F=this.thumb,I,H,E;if(!G){F.cachePosition();}if(!this.isLocked()){if(F._isRegion){I=F.getXValue();H=F.getYValue();if(I!=this.previousX||H!=this.previousY){if(!this._silent){this.onChange(I,H);this.fireEvent("change",{x:I,y:H});}}this.previousX=I;this.previousY=H;}else{E=F.getValue();if(E!=this.previousVal){if(!this._silent){this.onChange(E);this.fireEvent("change",E);}}this.previousVal=E;}}},toString:function(){return("Slider ("+this.type+") "+this.id);}});YAHOO.lang.augmentProto(C,YAHOO.util.EventProvider);YAHOO.widget.Slider=C;})();YAHOO.widget.SliderThumb=function(G,B,E,D,A,F,C){if(G){YAHOO.widget.SliderThumb.superclass.constructor.call(this,G,B);this.parentElId=B;}this.isTarget=false;this.tickSize=C;this.maintainOffset=true;this.initSlider(E,D,A,F,C);this.scroll=false;};YAHOO.extend(YAHOO.widget.SliderThumb,YAHOO.util.DD,{startOffset:null,dragOnly:true,_isHoriz:false,_prevVal:0,_graduated:false,getOffsetFromParent0:function(C){var A=YAHOO.util.Dom.getXY(this.getEl()),B=C||YAHOO.util.Dom.getXY(this.parentElId);return[(A[0]-B[0]),(A[1]-B[1])];},getOffsetFromParent:function(H){var A=this.getEl(),E,I,F,B,K,D,C,J,G;if(!this.deltaOffset){I=YAHOO.util.Dom.getXY(A);F=H||YAHOO.util.Dom.getXY(this.parentElId);E=[(I[0]-F[0]),(I[1]-F[1])];B=parseInt(YAHOO.util.Dom.getStyle(A,"left"),10);K=parseInt(YAHOO.util.Dom.getStyle(A,"top"),10);D=B-E[0];C=K-E[1];if(isNaN(D)||isNaN(C)){}else{this.deltaOffset=[D,C];}}else{J=parseInt(YAHOO.util.Dom.getStyle(A,"left"),10);G=parseInt(YAHOO.util.Dom.getStyle(A,"top"),10);E=[J+this.deltaOffset[0],G+this.deltaOffset[1]];}return E;},initSlider:function(D,C,A,E,B){this.initLeft=D;this.initRight=C;this.initUp=A;this.initDown=E;this.setXConstraint(D,C,B);this.setYConstraint(A,E,B);if(B&&B>1){this._graduated=true;}this._isHoriz=(D||C);this._isVert=(A||E);this._isRegion=(this._isHoriz&&this._isVert);},clearTicks:function(){YAHOO.widget.SliderThumb.superclass.clearTicks.call(this);this.tickSize=0;this._graduated=false;},getValue:function(){return(this._isHoriz)?this.getXValue():this.getYValue();},getXValue:function(){if(!this.available){return 0;}var A=this.getOffsetFromParent();if(YAHOO.lang.isNumber(A[0])){this.lastOffset=A;return(A[0]-this.startOffset[0]);}else{return(this.lastOffset[0]-this.startOffset[0]);}},getYValue:function(){if(!this.available){return 0;}var A=this.getOffsetFromParent();if(YAHOO.lang.isNumber(A[1])){this.lastOffset=A;return(A[1]-this.startOffset[1]);}else{return(this.lastOffset[1]-this.startOffset[1]);}},toString:function(){return"SliderThumb "+this.id;},onChange:function(A,B){}});(function(){var A=YAHOO.util.Event,B=YAHOO.widget;function C(I,F,H,D){var G=this,J={min:false,max:false},E,K;this.minSlider=I;this.maxSlider=F;this.activeSlider=I;this.isHoriz=I.thumb._isHoriz;E=this.minSlider.thumb.onMouseDown;K=this.maxSlider.thumb.onMouseDown;this.minSlider.thumb.onMouseDown=function(){G.activeSlider=G.minSlider;E.apply(this,arguments);};this.maxSlider.thumb.onMouseDown=function(){G.activeSlider=G.maxSlider;K.apply(this,arguments);};this.minSlider.thumb.onAvailable=function(){I.setStartSliderState();J.min=true;if(J.max){G.fireEvent("ready",G);}};this.maxSlider.thumb.onAvailable=function(){F.setStartSliderState();J.max=true;if(J.min){G.fireEvent("ready",G);}};I.onMouseDown=F.onMouseDown=function(L){return this.backgroundEnabled&&G._handleMouseDown(L); -};I.onDrag=F.onDrag=function(L){G._handleDrag(L);};I.onMouseUp=F.onMouseUp=function(L){G._handleMouseUp(L);};I._bindKeyEvents=function(){G._bindKeyEvents(this);};F._bindKeyEvents=function(){};I.subscribe("change",this._handleMinChange,I,this);I.subscribe("slideStart",this._handleSlideStart,I,this);I.subscribe("slideEnd",this._handleSlideEnd,I,this);F.subscribe("change",this._handleMaxChange,F,this);F.subscribe("slideStart",this._handleSlideStart,F,this);F.subscribe("slideEnd",this._handleSlideEnd,F,this);this.createEvent("ready",this);this.createEvent("change",this);this.createEvent("slideStart",this);this.createEvent("slideEnd",this);D=YAHOO.lang.isArray(D)?D:[0,H];D[0]=Math.min(Math.max(parseInt(D[0],10)|0,0),H);D[1]=Math.max(Math.min(parseInt(D[1],10)|0,H),0);if(D[0]>D[1]){D.splice(0,2,D[1],D[0]);}this.minVal=D[0];this.maxVal=D[1];this.minSlider.setValue(this.minVal,true,true,true);this.maxSlider.setValue(this.maxVal,true,true,true);}C.prototype={minVal:-1,maxVal:-1,minRange:0,_handleSlideStart:function(E,D){this.fireEvent("slideStart",D);},_handleSlideEnd:function(E,D){this.fireEvent("slideEnd",D);},_handleDrag:function(D){B.Slider.prototype.onDrag.call(this.activeSlider,D);},_handleMinChange:function(){this.activeSlider=this.minSlider;this.updateValue();},_handleMaxChange:function(){this.activeSlider=this.maxSlider;this.updateValue();},_bindKeyEvents:function(D){A.on(D.id,"keydown",this._handleKeyDown,this,true);A.on(D.id,"keypress",this._handleKeyPress,this,true);},_handleKeyDown:function(D){this.activeSlider.handleKeyDown.apply(this.activeSlider,arguments);},_handleKeyPress:function(D){this.activeSlider.handleKeyPress.apply(this.activeSlider,arguments);},setValues:function(H,K,I,E,J){var F=this.minSlider,M=this.maxSlider,D=F.thumb,L=M.thumb,N=this,G={min:false,max:false};if(D._isHoriz){D.setXConstraint(D.leftConstraint,L.rightConstraint,D.tickSize);L.setXConstraint(D.leftConstraint,L.rightConstraint,L.tickSize);}else{D.setYConstraint(D.topConstraint,L.bottomConstraint,D.tickSize);L.setYConstraint(D.topConstraint,L.bottomConstraint,L.tickSize);}this._oneTimeCallback(F,"slideEnd",function(){G.min=true;if(G.max){N.updateValue(J);setTimeout(function(){N._cleanEvent(F,"slideEnd");N._cleanEvent(M,"slideEnd");},0);}});this._oneTimeCallback(M,"slideEnd",function(){G.max=true;if(G.min){N.updateValue(J);setTimeout(function(){N._cleanEvent(F,"slideEnd");N._cleanEvent(M,"slideEnd");},0);}});F.setValue(H,I,E,false);M.setValue(K,I,E,false);},setMinValue:function(F,H,I,E){var G=this.minSlider,D=this;this.activeSlider=G;D=this;this._oneTimeCallback(G,"slideEnd",function(){D.updateValue(E);setTimeout(function(){D._cleanEvent(G,"slideEnd");},0);});G.setValue(F,H,I);},setMaxValue:function(D,H,I,F){var G=this.maxSlider,E=this;this.activeSlider=G;this._oneTimeCallback(G,"slideEnd",function(){E.updateValue(F);setTimeout(function(){E._cleanEvent(G,"slideEnd");},0);});G.setValue(D,H,I);},updateValue:function(J){var E=this.minSlider.getValue(),K=this.maxSlider.getValue(),F=false,D,M,H,I,L,G;if(E!=this.minVal||K!=this.maxVal){F=true;D=this.minSlider.thumb;M=this.maxSlider.thumb;H=this.isHoriz?"x":"y";G=this.minSlider.thumbCenterPoint[H]+this.maxSlider.thumbCenterPoint[H];I=Math.max(K-G-this.minRange,0);L=Math.min(-E-G-this.minRange,0);if(this.isHoriz){I=Math.min(I,M.rightConstraint);D.setXConstraint(D.leftConstraint,I,D.tickSize);M.setXConstraint(L,M.rightConstraint,M.tickSize);}else{I=Math.min(I,M.bottomConstraint);D.setYConstraint(D.leftConstraint,I,D.tickSize);M.setYConstraint(L,M.bottomConstraint,M.tickSize);}}this.minVal=E;this.maxVal=K;if(F&&!J){this.fireEvent("change",this);}},selectActiveSlider:function(H){var E=this.minSlider,D=this.maxSlider,J=E.isLocked()||!E.backgroundEnabled,G=D.isLocked()||!E.backgroundEnabled,F=YAHOO.util.Event,I;if(J||G){this.activeSlider=J?D:E;}else{if(this.isHoriz){I=F.getPageX(H)-E.thumb.initPageX-E.thumbCenterPoint.x;}else{I=F.getPageY(H)-E.thumb.initPageY-E.thumbCenterPoint.y;}this.activeSlider=I*2>D.getValue()+E.getValue()?D:E;}},_handleMouseDown:function(D){if(!D._handled){D._handled=true;this.selectActiveSlider(D);return B.Slider.prototype.onMouseDown.call(this.activeSlider,D);}else{return false;}},_handleMouseUp:function(D){B.Slider.prototype.onMouseUp.apply(this.activeSlider,arguments);},_oneTimeCallback:function(F,D,E){F.subscribe(D,function(){F.unsubscribe(D,arguments.callee);E.apply({},[].slice.apply(arguments));});},_cleanEvent:function(K,E){var J,I,D,G,H,F;if(K.__yui_events&&K.events[E]){for(I=K.__yui_events.length;I>=0;--I){if(K.__yui_events[I].type===E){J=K.__yui_events[I];break;}}if(J){H=J.subscribers;F=[];G=0;for(I=0,D=H.length;I<D;++I){if(H[I]){F[G++]=H[I];}}J.subscribers=F;}}}};YAHOO.lang.augmentProto(C,YAHOO.util.EventProvider);B.Slider.getHorizDualSlider=function(H,J,K,G,F,D){var I=new B.SliderThumb(J,H,0,G,0,0,F),E=new B.SliderThumb(K,H,0,G,0,0,F);return new C(new B.Slider(H,H,I,"horiz"),new B.Slider(H,H,E,"horiz"),G,D);};B.Slider.getVertDualSlider=function(H,J,K,G,F,D){var I=new B.SliderThumb(J,H,0,0,0,G,F),E=new B.SliderThumb(K,H,0,0,0,G,F);return new B.DualSlider(new B.Slider(H,H,I,"vert"),new B.Slider(H,H,E,"vert"),G,D);};YAHOO.widget.DualSlider=C;})();YAHOO.register("slider",YAHOO.widget.Slider,{version:"2.7.0",build:"1796"});/* -Copyright (c) 2009, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.7.0 -*/ -YAHOO.util.Attribute=function(B,A){if(A){this.owner=A;this.configure(B,true);}};YAHOO.util.Attribute.prototype={name:undefined,value:null,owner:null,readOnly:false,writeOnce:false,_initialConfig:null,_written:false,method:null,setter:null,getter:null,validator:null,getValue:function(){var A=this.value;if(this.getter){A=this.getter.call(this.owner,this.name);}return A;},setValue:function(F,B){var E,A=this.owner,C=this.name;var D={type:C,prevValue:this.getValue(),newValue:F};if(this.readOnly||(this.writeOnce&&this._written)){return false;}if(this.validator&&!this.validator.call(A,F)){return false;}if(!B){E=A.fireBeforeChangeEvent(D);if(E===false){return false;}}if(this.setter){F=this.setter.call(A,F,this.name);if(F===undefined){}}if(this.method){this.method.call(A,F,this.name);}this.value=F;this._written=true;D.type=C;if(!B){this.owner.fireChangeEvent(D);}return true;},configure:function(B,C){B=B||{};if(C){this._written=false;}this._initialConfig=this._initialConfig||{};for(var A in B){if(B.hasOwnProperty(A)){this[A]=B[A];if(C){this._initialConfig[A]=B[A];}}}},resetValue:function(){return this.setValue(this._initialConfig.value);},resetConfig:function(){this.configure(this._initialConfig,true);},refresh:function(A){this.setValue(this.value,A);}};(function(){var A=YAHOO.util.Lang;YAHOO.util.AttributeProvider=function(){};YAHOO.util.AttributeProvider.prototype={_configs:null,get:function(C){this._configs=this._configs||{};var B=this._configs[C];if(!B||!this._configs.hasOwnProperty(C)){return null;}return B.getValue();},set:function(D,E,B){this._configs=this._configs||{};var C=this._configs[D];if(!C){return false;}return C.setValue(E,B);},getAttributeKeys:function(){this._configs=this._configs;var C=[],B;for(B in this._configs){if(A.hasOwnProperty(this._configs,B)&&!A.isUndefined(this._configs[B])){C[C.length]=B;}}return C;},setAttributes:function(D,B){for(var C in D){if(A.hasOwnProperty(D,C)){this.set(C,D[C],B);}}},resetValue:function(C,B){this._configs=this._configs||{};if(this._configs[C]){this.set(C,this._configs[C]._initialConfig.value,B);return true;}return false;},refresh:function(E,C){this._configs=this._configs||{};var F=this._configs;E=((A.isString(E))?[E]:E)||this.getAttributeKeys();for(var D=0,B=E.length;D<B;++D){if(F.hasOwnProperty(E[D])){this._configs[E[D]].refresh(C);}}},register:function(B,C){this.setAttributeConfig(B,C);},getAttributeConfig:function(C){this._configs=this._configs||{};var B=this._configs[C]||{};var D={};for(C in B){if(A.hasOwnProperty(B,C)){D[C]=B[C];}}return D;},setAttributeConfig:function(B,C,D){this._configs=this._configs||{};C=C||{};if(!this._configs[B]){C.name=B;this._configs[B]=this.createAttribute(C);}else{this._configs[B].configure(C,D);}},configureAttribute:function(B,C,D){this.setAttributeConfig(B,C,D);},resetAttributeConfig:function(B){this._configs=this._configs||{};this._configs[B].resetConfig();},subscribe:function(B,C){this._events=this._events||{};if(!(B in this._events)){this._events[B]=this.createEvent(B);}YAHOO.util.EventProvider.prototype.subscribe.apply(this,arguments);},on:function(){this.subscribe.apply(this,arguments);},addListener:function(){this.subscribe.apply(this,arguments);},fireBeforeChangeEvent:function(C){var B="before";B+=C.type.charAt(0).toUpperCase()+C.type.substr(1)+"Change";C.type=B;return this.fireEvent(C.type,C);},fireChangeEvent:function(B){B.type+="Change";return this.fireEvent(B.type,B);},createAttribute:function(B){return new YAHOO.util.Attribute(B,this);}};YAHOO.augment(YAHOO.util.AttributeProvider,YAHOO.util.EventProvider);})();(function(){var B=YAHOO.util.Dom,C=YAHOO.util.AttributeProvider;var A=function(D,E){this.init.apply(this,arguments);};A.DOM_EVENTS={"click":true,"dblclick":true,"keydown":true,"keypress":true,"keyup":true,"mousedown":true,"mousemove":true,"mouseout":true,"mouseover":true,"mouseup":true,"focus":true,"blur":true,"submit":true,"change":true};A.prototype={DOM_EVENTS:null,DEFAULT_HTML_SETTER:function(F,D){var E=this.get("element");if(E){E[D]=F;}},DEFAULT_HTML_GETTER:function(D){var E=this.get("element"),F;if(E){F=E[D];}return F;},appendChild:function(D){D=D.get?D.get("element"):D;return this.get("element").appendChild(D);},getElementsByTagName:function(D){return this.get("element").getElementsByTagName(D);},hasChildNodes:function(){return this.get("element").hasChildNodes();},insertBefore:function(D,E){D=D.get?D.get("element"):D;E=(E&&E.get)?E.get("element"):E;return this.get("element").insertBefore(D,E);},removeChild:function(D){D=D.get?D.get("element"):D;return this.get("element").removeChild(D);},replaceChild:function(D,E){D=D.get?D.get("element"):D;E=E.get?E.get("element"):E;return this.get("element").replaceChild(D,E);},initAttributes:function(D){},addListener:function(H,G,I,F){var E=this.get("element")||this.get("id");F=F||this;var D=this;if(!this._events[H]){if(E&&this.DOM_EVENTS[H]){YAHOO.util.Event.addListener(E,H,function(J){if(J.srcElement&&!J.target){J.target=J.srcElement;}D.fireEvent(H,J);},I,F);}this.createEvent(H,this);}return YAHOO.util.EventProvider.prototype.subscribe.apply(this,arguments);},on:function(){return this.addListener.apply(this,arguments);},subscribe:function(){return this.addListener.apply(this,arguments);},removeListener:function(E,D){return this.unsubscribe.apply(this,arguments);},addClass:function(D){B.addClass(this.get("element"),D);},getElementsByClassName:function(E,D){return B.getElementsByClassName(E,D,this.get("element"));},hasClass:function(D){return B.hasClass(this.get("element"),D);},removeClass:function(D){return B.removeClass(this.get("element"),D);},replaceClass:function(E,D){return B.replaceClass(this.get("element"),E,D);},setStyle:function(E,D){return B.setStyle(this.get("element"),E,D);},getStyle:function(D){return B.getStyle(this.get("element"),D);},fireQueue:function(){var E=this._queue;for(var F=0,D=E.length;F<D;++F){this[E[F][0]].apply(this,E[F][1]);}},appendTo:function(E,F){E=(E.get)?E.get("element"):B.get(E);this.fireEvent("beforeAppendTo",{type:"beforeAppendTo",target:E}); -F=(F&&F.get)?F.get("element"):B.get(F);var D=this.get("element");if(!D){return false;}if(!E){return false;}if(D.parent!=E){if(F){E.insertBefore(D,F);}else{E.appendChild(D);}}this.fireEvent("appendTo",{type:"appendTo",target:E});return D;},get:function(D){var F=this._configs||{},E=F.element;if(E&&!F[D]&&!YAHOO.lang.isUndefined(E.value[D])){this._setHTMLAttrConfig(D);}return C.prototype.get.call(this,D);},setAttributes:function(J,G){var E={},H=this._configOrder;for(var I=0,D=H.length;I<D;++I){if(J[H[I]]!==undefined){E[H[I]]=true;this.set(H[I],J[H[I]],G);}}for(var F in J){if(J.hasOwnProperty(F)&&!E[F]){this.set(F,J[F],G);}}},set:function(E,G,D){var F=this.get("element");if(!F){this._queue[this._queue.length]=["set",arguments];if(this._configs[E]){this._configs[E].value=G;}return;}if(!this._configs[E]&&!YAHOO.lang.isUndefined(F[E])){this._setHTMLAttrConfig(E);}return C.prototype.set.apply(this,arguments);},setAttributeConfig:function(D,E,F){this._configOrder.push(D);C.prototype.setAttributeConfig.apply(this,arguments);},createEvent:function(E,D){this._events[E]=true;return C.prototype.createEvent.apply(this,arguments);},init:function(E,D){this._initElement(E,D);},destroy:function(){var D=this.get("element");YAHOO.util.Event.purgeElement(D,true);this.unsubscribeAll();if(D&&D.parentNode){D.parentNode.removeChild(D);}this._queue=[];this._events={};this._configs={};this._configOrder=[];},_initElement:function(F,E){this._queue=this._queue||[];this._events=this._events||{};this._configs=this._configs||{};this._configOrder=[];E=E||{};E.element=E.element||F||null;var H=false;var D=A.DOM_EVENTS;this.DOM_EVENTS=this.DOM_EVENTS||{};for(var G in D){if(D.hasOwnProperty(G)){this.DOM_EVENTS[G]=D[G];}}if(typeof E.element==="string"){this._setHTMLAttrConfig("id",{value:E.element});}if(B.get(E.element)){H=true;this._initHTMLElement(E);this._initContent(E);}YAHOO.util.Event.onAvailable(E.element,function(){if(!H){this._initHTMLElement(E);}this.fireEvent("available",{type:"available",target:B.get(E.element)});},this,true);YAHOO.util.Event.onContentReady(E.element,function(){if(!H){this._initContent(E);}this.fireEvent("contentReady",{type:"contentReady",target:B.get(E.element)});},this,true);},_initHTMLElement:function(D){this.setAttributeConfig("element",{value:B.get(D.element),readOnly:true});},_initContent:function(D){this.initAttributes(D);this.setAttributes(D,true);this.fireQueue();},_setHTMLAttrConfig:function(D,F){var E=this.get("element");F=F||{};F.name=D;F.setter=F.setter||this.DEFAULT_HTML_SETTER;F.getter=F.getter||this.DEFAULT_HTML_GETTER;F.value=F.value||E[D];this._configs[D]=new YAHOO.util.Attribute(F,this);}};YAHOO.augment(A,C);YAHOO.util.Element=A;})();YAHOO.register("element",YAHOO.util.Element,{version:"2.7.0",build:"1796"});/* -Copyright (c) 2009, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.7.0 -*/ -YAHOO.util.Color=function(){var A="0",B=YAHOO.lang.isArray,C=YAHOO.lang.isNumber;return{real2dec:function(D){return Math.min(255,Math.round(D*256));},hsv2rgb:function(H,O,M){if(B(H)){return this.hsv2rgb.call(this,H[0],H[1],H[2]);}var D,I,L,G=Math.floor((H/60)%6),J=(H/60)-G,F=M*(1-O),E=M*(1-J*O),N=M*(1-(1-J)*O),K;switch(G){case 0:D=M;I=N;L=F;break;case 1:D=E;I=M;L=F;break;case 2:D=F;I=M;L=N;break;case 3:D=F;I=E;L=M;break;case 4:D=N;I=F;L=M;break;case 5:D=M;I=F;L=E;break;}K=this.real2dec;return[K(D),K(I),K(L)];},rgb2hsv:function(D,H,I){if(B(D)){return this.rgb2hsv.apply(this,D);}D/=255;H/=255;I/=255;var G,L,E=Math.min(Math.min(D,H),I),J=Math.max(Math.max(D,H),I),K=J-E,F;switch(J){case E:G=0;break;case D:G=60*(H-I)/K;if(H<I){G+=360;}break;case H:G=(60*(I-D)/K)+120;break;case I:G=(60*(D-H)/K)+240;break;}L=(J===0)?0:1-(E/J);F=[Math.round(G),L,J];return F;},rgb2hex:function(F,E,D){if(B(F)){return this.rgb2hex.apply(this,F);}var G=this.dec2hex;return G(F)+G(E)+G(D);},dec2hex:function(D){D=parseInt(D,10)|0;D=(D>255||D<0)?0:D;return(A+D.toString(16)).slice(-2).toUpperCase();},hex2dec:function(D){return parseInt(D,16);},hex2rgb:function(D){var E=this.hex2dec;return[E(D.slice(0,2)),E(D.slice(2,4)),E(D.slice(4,6))];},websafe:function(F,E,D){if(B(F)){return this.websafe.apply(this,F);}var G=function(H){if(C(H)){H=Math.min(Math.max(0,H),255);var I,J;for(I=0;I<256;I=I+51){J=I+51;if(H>=I&&H<=J){return(H-I>25)?J:I;}}}return H;};return[G(F),G(E),G(D)];}};}();(function(){var J=0,F=YAHOO.util,C=YAHOO.lang,D=YAHOO.widget.Slider,B=F.Color,E=F.Dom,I=F.Event,A=C.substitute,H="yui-picker";function G(L,K){J=J+1;K=K||{};if(arguments.length===1&&!YAHOO.lang.isString(L)&&!L.nodeName){K=L;L=K.element||null;}if(!L&&!K.element){L=this._createHostElement(K);}G.superclass.constructor.call(this,L,K);this.initPicker();}YAHOO.extend(G,YAHOO.util.Element,{ID:{R:H+"-r",R_HEX:H+"-rhex",G:H+"-g",G_HEX:H+"-ghex",B:H+"-b",B_HEX:H+"-bhex",H:H+"-h",S:H+"-s",V:H+"-v",PICKER_BG:H+"-bg",PICKER_THUMB:H+"-thumb",HUE_BG:H+"-hue-bg",HUE_THUMB:H+"-hue-thumb",HEX:H+"-hex",SWATCH:H+"-swatch",WEBSAFE_SWATCH:H+"-websafe-swatch",CONTROLS:H+"-controls",RGB_CONTROLS:H+"-rgb-controls",HSV_CONTROLS:H+"-hsv-controls",HEX_CONTROLS:H+"-hex-controls",HEX_SUMMARY:H+"-hex-summary",CONTROLS_LABEL:H+"-controls-label"},TXT:{ILLEGAL_HEX:"Illegal hex value entered",SHOW_CONTROLS:"Show color details",HIDE_CONTROLS:"Hide color details",CURRENT_COLOR:"Currently selected color: {rgb}",CLOSEST_WEBSAFE:"Closest websafe color: {rgb}. Click to select.",R:"R",G:"G",B:"B",H:"H",S:"S",V:"V",HEX:"#",DEG:"\u00B0",PERCENT:"%"},IMAGE:{PICKER_THUMB:"../../build/colorpicker/assets/picker_thumb.png",HUE_THUMB:"../../build/colorpicker/assets/hue_thumb.png"},DEFAULT:{PICKER_SIZE:180},OPT:{HUE:"hue",SATURATION:"saturation",VALUE:"value",RED:"red",GREEN:"green",BLUE:"blue",HSV:"hsv",RGB:"rgb",WEBSAFE:"websafe",HEX:"hex",PICKER_SIZE:"pickersize",SHOW_CONTROLS:"showcontrols",SHOW_RGB_CONTROLS:"showrgbcontrols",SHOW_HSV_CONTROLS:"showhsvcontrols",SHOW_HEX_CONTROLS:"showhexcontrols",SHOW_HEX_SUMMARY:"showhexsummary",SHOW_WEBSAFE:"showwebsafe",CONTAINER:"container",IDS:"ids",ELEMENTS:"elements",TXT:"txt",IMAGES:"images",ANIMATE:"animate"},skipAnim:true,_createHostElement:function(){var K=document.createElement("div");if(this.CSS.BASE){K.className=this.CSS.BASE;}return K;},_updateHueSlider:function(){var K=this.get(this.OPT.PICKER_SIZE),L=this.get(this.OPT.HUE);L=K-Math.round(L/360*K);if(L===K){L=0;}this.hueSlider.setValue(L,this.skipAnim);},_updatePickerSlider:function(){var L=this.get(this.OPT.PICKER_SIZE),M=this.get(this.OPT.SATURATION),K=this.get(this.OPT.VALUE);M=Math.round(M*L/100);K=Math.round(L-(K*L/100));this.pickerSlider.setRegionValue(M,K,this.skipAnim);},_updateSliders:function(){this._updateHueSlider();this._updatePickerSlider();},setValue:function(L,K){K=(K)||false;this.set(this.OPT.RGB,L,K);this._updateSliders();},hueSlider:null,pickerSlider:null,_getH:function(){var K=this.get(this.OPT.PICKER_SIZE),L=(K-this.hueSlider.getValue())/K;L=Math.round(L*360);return(L===360)?0:L;},_getS:function(){return this.pickerSlider.getXValue()/this.get(this.OPT.PICKER_SIZE);},_getV:function(){var K=this.get(this.OPT.PICKER_SIZE);return(K-this.pickerSlider.getYValue())/K;},_updateSwatch:function(){var M=this.get(this.OPT.RGB),O=this.get(this.OPT.WEBSAFE),N=this.getElement(this.ID.SWATCH),L=M.join(","),K=this.get(this.OPT.TXT);E.setStyle(N,"background-color","rgb("+L+")");N.title=A(K.CURRENT_COLOR,{"rgb":"#"+this.get(this.OPT.HEX)});N=this.getElement(this.ID.WEBSAFE_SWATCH);L=O.join(",");E.setStyle(N,"background-color","rgb("+L+")");N.title=A(K.CLOSEST_WEBSAFE,{"rgb":"#"+B.rgb2hex(O)});},_getValuesFromSliders:function(){this.set(this.OPT.RGB,B.hsv2rgb(this._getH(),this._getS(),this._getV()));},_updateFormFields:function(){this.getElement(this.ID.H).value=this.get(this.OPT.HUE);this.getElement(this.ID.S).value=this.get(this.OPT.SATURATION);this.getElement(this.ID.V).value=this.get(this.OPT.VALUE);this.getElement(this.ID.R).value=this.get(this.OPT.RED);this.getElement(this.ID.R_HEX).innerHTML=B.dec2hex(this.get(this.OPT.RED));this.getElement(this.ID.G).value=this.get(this.OPT.GREEN);this.getElement(this.ID.G_HEX).innerHTML=B.dec2hex(this.get(this.OPT.GREEN));this.getElement(this.ID.B).value=this.get(this.OPT.BLUE);this.getElement(this.ID.B_HEX).innerHTML=B.dec2hex(this.get(this.OPT.BLUE));this.getElement(this.ID.HEX).value=this.get(this.OPT.HEX);},_onHueSliderChange:function(N){var L=this._getH(),K=B.hsv2rgb(L,1,1),M="rgb("+K.join(",")+")";this.set(this.OPT.HUE,L,true);E.setStyle(this.getElement(this.ID.PICKER_BG),"background-color",M);if(this.hueSlider.valueChangeSource!==D.SOURCE_SET_VALUE){this._getValuesFromSliders();}this._updateFormFields();this._updateSwatch();},_onPickerSliderChange:function(M){var L=this._getS(),K=this._getV();this.set(this.OPT.SATURATION,Math.round(L*100),true);this.set(this.OPT.VALUE,Math.round(K*100),true);if(this.pickerSlider.valueChangeSource!==D.SOURCE_SET_VALUE){this._getValuesFromSliders(); -}this._updateFormFields();this._updateSwatch();},_getCommand:function(K){var L=I.getCharCode(K);if(L===38){return 3;}else{if(L===13){return 6;}else{if(L===40){return 4;}else{if(L>=48&&L<=57){return 1;}else{if(L>=97&&L<=102){return 2;}else{if(L>=65&&L<=70){return 2;}else{if("8, 9, 13, 27, 37, 39".indexOf(L)>-1||K.ctrlKey||K.metaKey){return 5;}else{return 0;}}}}}}}},_useFieldValue:function(L,K,N){var M=K.value;if(N!==this.OPT.HEX){M=parseInt(M,10);}if(M!==this.get(N)){this.set(N,M);}},_rgbFieldKeypress:function(M,K,O){var N=this._getCommand(M),L=(M.shiftKey)?10:1;switch(N){case 6:this._useFieldValue.apply(this,arguments);break;case 3:this.set(O,Math.min(this.get(O)+L,255));this._updateFormFields();break;case 4:this.set(O,Math.max(this.get(O)-L,0));this._updateFormFields();break;default:}},_hexFieldKeypress:function(L,K,N){var M=this._getCommand(L);if(M===6){this._useFieldValue.apply(this,arguments);}},_hexOnly:function(L,K){var M=this._getCommand(L);switch(M){case 6:case 5:case 1:break;case 2:if(K!==true){break;}default:I.stopEvent(L);return false;}},_numbersOnly:function(K){return this._hexOnly(K,true);},getElement:function(K){return this.get(this.OPT.ELEMENTS)[this.get(this.OPT.IDS)[K]];},_createElements:function(){var N,M,P,O,L,K=this.get(this.OPT.IDS),Q=this.get(this.OPT.TXT),S=this.get(this.OPT.IMAGES),R=function(U,V){var W=document.createElement(U);if(V){C.augmentObject(W,V,true);}return W;},T=function(U,V){var W=C.merge({autocomplete:"off",value:"0",size:3,maxlength:3},V);W.name=W.id;return new R(U,W);};L=this.get("element");N=new R("div",{id:K[this.ID.PICKER_BG],className:"yui-picker-bg",tabIndex:-1,hideFocus:true});M=new R("div",{id:K[this.ID.PICKER_THUMB],className:"yui-picker-thumb"});P=new R("img",{src:S.PICKER_THUMB});M.appendChild(P);N.appendChild(M);L.appendChild(N);N=new R("div",{id:K[this.ID.HUE_BG],className:"yui-picker-hue-bg",tabIndex:-1,hideFocus:true});M=new R("div",{id:K[this.ID.HUE_THUMB],className:"yui-picker-hue-thumb"});P=new R("img",{src:S.HUE_THUMB});M.appendChild(P);N.appendChild(M);L.appendChild(N);N=new R("div",{id:K[this.ID.CONTROLS],className:"yui-picker-controls"});L.appendChild(N);L=N;N=new R("div",{className:"hd"});M=new R("a",{id:K[this.ID.CONTROLS_LABEL],href:"#"});N.appendChild(M);L.appendChild(N);N=new R("div",{className:"bd"});L.appendChild(N);L=N;N=new R("ul",{id:K[this.ID.RGB_CONTROLS],className:"yui-picker-rgb-controls"});M=new R("li");M.appendChild(document.createTextNode(Q.R+" "));O=new T("input",{id:K[this.ID.R],className:"yui-picker-r"});M.appendChild(O);N.appendChild(M);M=new R("li");M.appendChild(document.createTextNode(Q.G+" "));O=new T("input",{id:K[this.ID.G],className:"yui-picker-g"});M.appendChild(O);N.appendChild(M);M=new R("li");M.appendChild(document.createTextNode(Q.B+" "));O=new T("input",{id:K[this.ID.B],className:"yui-picker-b"});M.appendChild(O);N.appendChild(M);L.appendChild(N);N=new R("ul",{id:K[this.ID.HSV_CONTROLS],className:"yui-picker-hsv-controls"});M=new R("li");M.appendChild(document.createTextNode(Q.H+" "));O=new T("input",{id:K[this.ID.H],className:"yui-picker-h"});M.appendChild(O);M.appendChild(document.createTextNode(" "+Q.DEG));N.appendChild(M);M=new R("li");M.appendChild(document.createTextNode(Q.S+" "));O=new T("input",{id:K[this.ID.S],className:"yui-picker-s"});M.appendChild(O);M.appendChild(document.createTextNode(" "+Q.PERCENT));N.appendChild(M);M=new R("li");M.appendChild(document.createTextNode(Q.V+" "));O=new T("input",{id:K[this.ID.V],className:"yui-picker-v"});M.appendChild(O);M.appendChild(document.createTextNode(" "+Q.PERCENT));N.appendChild(M);L.appendChild(N);N=new R("ul",{id:K[this.ID.HEX_SUMMARY],className:"yui-picker-hex_summary"});M=new R("li",{id:K[this.ID.R_HEX]});N.appendChild(M);M=new R("li",{id:K[this.ID.G_HEX]});N.appendChild(M);M=new R("li",{id:K[this.ID.B_HEX]});N.appendChild(M);L.appendChild(N);N=new R("div",{id:K[this.ID.HEX_CONTROLS],className:"yui-picker-hex-controls"});N.appendChild(document.createTextNode(Q.HEX+" "));M=new T("input",{id:K[this.ID.HEX],className:"yui-picker-hex",size:6,maxlength:6});N.appendChild(M);L.appendChild(N);L=this.get("element");N=new R("div",{id:K[this.ID.SWATCH],className:"yui-picker-swatch"});L.appendChild(N);N=new R("div",{id:K[this.ID.WEBSAFE_SWATCH],className:"yui-picker-websafe-swatch"});L.appendChild(N);},_attachRGBHSV:function(L,K){I.on(this.getElement(L),"keydown",function(N,M){M._rgbFieldKeypress(N,this,K);},this);I.on(this.getElement(L),"keypress",this._numbersOnly,this,true);I.on(this.getElement(L),"blur",function(N,M){M._useFieldValue(N,this,K);},this);},_updateRGB:function(){var K=[this.get(this.OPT.RED),this.get(this.OPT.GREEN),this.get(this.OPT.BLUE)];this.set(this.OPT.RGB,K);this._updateSliders();},_initElements:function(){var O=this.OPT,N=this.get(O.IDS),L=this.get(O.ELEMENTS),K,M,P;for(K in this.ID){if(C.hasOwnProperty(this.ID,K)){N[this.ID[K]]=N[K];}}M=E.get(N[this.ID.PICKER_BG]);if(!M){this._createElements();}else{}for(K in N){if(C.hasOwnProperty(N,K)){M=E.get(N[K]);P=E.generateId(M);N[K]=P;N[N[K]]=P;L[P]=M;}}},initPicker:function(){this._initSliders();this._bindUI();this.syncUI(true);},_initSliders:function(){var K=this.ID,L=this.get(this.OPT.PICKER_SIZE);this.hueSlider=D.getVertSlider(this.getElement(K.HUE_BG),this.getElement(K.HUE_THUMB),0,L);this.pickerSlider=D.getSliderRegion(this.getElement(K.PICKER_BG),this.getElement(K.PICKER_THUMB),0,L,0,L);this.set(this.OPT.ANIMATE,this.get(this.OPT.ANIMATE));},_bindUI:function(){var K=this.ID,L=this.OPT;this.hueSlider.subscribe("change",this._onHueSliderChange,this,true);this.pickerSlider.subscribe("change",this._onPickerSliderChange,this,true);I.on(this.getElement(K.WEBSAFE_SWATCH),"click",function(M){this.setValue(this.get(L.WEBSAFE));},this,true);I.on(this.getElement(K.CONTROLS_LABEL),"click",function(M){this.set(L.SHOW_CONTROLS,!this.get(L.SHOW_CONTROLS));I.preventDefault(M);},this,true);this._attachRGBHSV(K.R,L.RED);this._attachRGBHSV(K.G,L.GREEN);this._attachRGBHSV(K.B,L.BLUE);this._attachRGBHSV(K.H,L.HUE); -this._attachRGBHSV(K.S,L.SATURATION);this._attachRGBHSV(K.V,L.VALUE);I.on(this.getElement(K.HEX),"keydown",function(N,M){M._hexFieldKeypress(N,this,L.HEX);},this);I.on(this.getElement(this.ID.HEX),"keypress",this._hexOnly,this,true);I.on(this.getElement(this.ID.HEX),"blur",function(N,M){M._useFieldValue(N,this,L.HEX);},this);},syncUI:function(K){this.skipAnim=K;this._updateRGB();this.skipAnim=false;},_updateRGBFromHSV:function(){var L=[this.get(this.OPT.HUE),this.get(this.OPT.SATURATION)/100,this.get(this.OPT.VALUE)/100],K=B.hsv2rgb(L);this.set(this.OPT.RGB,K);this._updateSliders();},_updateHex:function(){var N=this.get(this.OPT.HEX),K=N.length,O,M,L;if(K===3){O=N.split("");for(M=0;M<K;M=M+1){O[M]=O[M]+O[M];}N=O.join("");}if(N.length!==6){return false;}L=B.hex2rgb(N);this.setValue(L);},_hideShowEl:function(M,K){var L=(C.isString(M)?this.getElement(M):M);E.setStyle(L,"display",(K)?"":"none");},initAttributes:function(K){K=K||{};G.superclass.initAttributes.call(this,K);this.setAttributeConfig(this.OPT.PICKER_SIZE,{value:K.size||this.DEFAULT.PICKER_SIZE});this.setAttributeConfig(this.OPT.HUE,{value:K.hue||0,validator:C.isNumber});this.setAttributeConfig(this.OPT.SATURATION,{value:K.saturation||0,validator:C.isNumber});this.setAttributeConfig(this.OPT.VALUE,{value:C.isNumber(K.value)?K.value:100,validator:C.isNumber});this.setAttributeConfig(this.OPT.RED,{value:C.isNumber(K.red)?K.red:255,validator:C.isNumber});this.setAttributeConfig(this.OPT.GREEN,{value:C.isNumber(K.green)?K.green:255,validator:C.isNumber});this.setAttributeConfig(this.OPT.BLUE,{value:C.isNumber(K.blue)?K.blue:255,validator:C.isNumber});this.setAttributeConfig(this.OPT.HEX,{value:K.hex||"FFFFFF",validator:C.isString});this.setAttributeConfig(this.OPT.RGB,{value:K.rgb||[255,255,255],method:function(O){this.set(this.OPT.RED,O[0],true);this.set(this.OPT.GREEN,O[1],true);this.set(this.OPT.BLUE,O[2],true);var Q=B.websafe(O),P=B.rgb2hex(O),N=B.rgb2hsv(O);this.set(this.OPT.WEBSAFE,Q,true);this.set(this.OPT.HEX,P,true);if(N[1]){this.set(this.OPT.HUE,N[0],true);}this.set(this.OPT.SATURATION,Math.round(N[1]*100),true);this.set(this.OPT.VALUE,Math.round(N[2]*100),true);},readonly:true});this.setAttributeConfig(this.OPT.CONTAINER,{value:null,method:function(N){if(N){N.showEvent.subscribe(function(){this.pickerSlider.focus();},this,true);}}});this.setAttributeConfig(this.OPT.WEBSAFE,{value:K.websafe||[255,255,255]});var M=K.ids||C.merge({},this.ID),L;if(!K.ids&&J>1){for(L in M){if(C.hasOwnProperty(M,L)){M[L]=M[L]+J;}}}this.setAttributeConfig(this.OPT.IDS,{value:M,writeonce:true});this.setAttributeConfig(this.OPT.TXT,{value:K.txt||this.TXT,writeonce:true});this.setAttributeConfig(this.OPT.IMAGES,{value:K.images||this.IMAGE,writeonce:true});this.setAttributeConfig(this.OPT.ELEMENTS,{value:{},readonly:true});this.setAttributeConfig(this.OPT.SHOW_CONTROLS,{value:C.isBoolean(K.showcontrols)?K.showcontrols:true,method:function(N){var O=E.getElementsByClassName("bd","div",this.getElement(this.ID.CONTROLS))[0];this._hideShowEl(O,N);this.getElement(this.ID.CONTROLS_LABEL).innerHTML=(N)?this.get(this.OPT.TXT).HIDE_CONTROLS:this.get(this.OPT.TXT).SHOW_CONTROLS;}});this.setAttributeConfig(this.OPT.SHOW_RGB_CONTROLS,{value:C.isBoolean(K.showrgbcontrols)?K.showrgbcontrols:true,method:function(N){this._hideShowEl(this.ID.RGB_CONTROLS,N);}});this.setAttributeConfig(this.OPT.SHOW_HSV_CONTROLS,{value:C.isBoolean(K.showhsvcontrols)?K.showhsvcontrols:false,method:function(N){this._hideShowEl(this.ID.HSV_CONTROLS,N);if(N&&this.get(this.OPT.SHOW_HEX_SUMMARY)){this.set(this.OPT.SHOW_HEX_SUMMARY,false);}}});this.setAttributeConfig(this.OPT.SHOW_HEX_CONTROLS,{value:C.isBoolean(K.showhexcontrols)?K.showhexcontrols:false,method:function(N){this._hideShowEl(this.ID.HEX_CONTROLS,N);}});this.setAttributeConfig(this.OPT.SHOW_WEBSAFE,{value:C.isBoolean(K.showwebsafe)?K.showwebsafe:true,method:function(N){this._hideShowEl(this.ID.WEBSAFE_SWATCH,N);}});this.setAttributeConfig(this.OPT.SHOW_HEX_SUMMARY,{value:C.isBoolean(K.showhexsummary)?K.showhexsummary:true,method:function(N){this._hideShowEl(this.ID.HEX_SUMMARY,N);if(N&&this.get(this.OPT.SHOW_HSV_CONTROLS)){this.set(this.OPT.SHOW_HSV_CONTROLS,false);}}});this.setAttributeConfig(this.OPT.ANIMATE,{value:C.isBoolean(K.animate)?K.animate:true,method:function(N){if(this.pickerSlider){this.pickerSlider.animate=N;this.hueSlider.animate=N;}}});this.on(this.OPT.HUE+"Change",this._updateRGBFromHSV,this,true);this.on(this.OPT.SATURATION+"Change",this._updateRGBFromHSV,this,true);this.on(this.OPT.VALUE+"Change",this._updateRGBFromHSV,this,true);this.on(this.OPT.RED+"Change",this._updateRGB,this,true);this.on(this.OPT.GREEN+"Change",this._updateRGB,this,true);this.on(this.OPT.BLUE+"Change",this._updateRGB,this,true);this.on(this.OPT.HEX+"Change",this._updateHex,this,true);this._initElements();}});YAHOO.widget.ColorPicker=G;})();YAHOO.register("colorpicker",YAHOO.widget.ColorPicker,{version:"2.7.0",build:"1796"}); - -/* -Copyright (c) 2009, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.7.0 -*/ -(function(){var B=YAHOO.util;var A=function(D,C,E,F){if(!D){}this.init(D,C,E,F);};A.NAME="Anim";A.prototype={toString:function(){var C=this.getEl()||{};var D=C.id||C.tagName;return(this.constructor.NAME+": "+D);},patterns:{noNegatives:/width|height|opacity|padding/i,offsetAttribute:/^((width|height)|(top|left))$/,defaultUnit:/width|height|top$|bottom$|left$|right$/i,offsetUnit:/\d+(em|%|en|ex|pt|in|cm|mm|pc)$/i},doMethod:function(C,E,D){return this.method(this.currentFrame,E,D-E,this.totalFrames);},setAttribute:function(C,F,E){var D=this.getEl();if(this.patterns.noNegatives.test(C)){F=(F>0)?F:0;}if("style" in D){B.Dom.setStyle(D,C,F+E);}else{if(C in D){D[C]=F;}}},getAttribute:function(C){var E=this.getEl();var G=B.Dom.getStyle(E,C);if(G!=="auto"&&!this.patterns.offsetUnit.test(G)){return parseFloat(G);}var D=this.patterns.offsetAttribute.exec(C)||[];var H=!!(D[3]);var F=!!(D[2]);if("style" in E){if(F||(B.Dom.getStyle(E,"position")=="absolute"&&H)){G=E["offset"+D[0].charAt(0).toUpperCase()+D[0].substr(1)];}else{G=0;}}else{if(C in E){G=E[C];}}return G;},getDefaultUnit:function(C){if(this.patterns.defaultUnit.test(C)){return"px";}return"";},setRuntimeAttribute:function(D){var I;var E;var F=this.attributes;this.runtimeAttributes[D]={};var H=function(J){return(typeof J!=="undefined");};if(!H(F[D]["to"])&&!H(F[D]["by"])){return false;}I=(H(F[D]["from"]))?F[D]["from"]:this.getAttribute(D);if(H(F[D]["to"])){E=F[D]["to"];}else{if(H(F[D]["by"])){if(I.constructor==Array){E=[];for(var G=0,C=I.length;G<C;++G){E[G]=I[G]+F[D]["by"][G]*1;}}else{E=I+F[D]["by"]*1;}}}this.runtimeAttributes[D].start=I;this.runtimeAttributes[D].end=E;this.runtimeAttributes[D].unit=(H(F[D].unit))?F[D]["unit"]:this.getDefaultUnit(D);return true;},init:function(E,J,I,C){var D=false;var F=null;var H=0;E=B.Dom.get(E);this.attributes=J||{};this.duration=!YAHOO.lang.isUndefined(I)?I:1;this.method=C||B.Easing.easeNone;this.useSeconds=true;this.currentFrame=0;this.totalFrames=B.AnimMgr.fps;this.setEl=function(M){E=B.Dom.get(M);};this.getEl=function(){return E;};this.isAnimated=function(){return D;};this.getStartTime=function(){return F;};this.runtimeAttributes={};this.animate=function(){if(this.isAnimated()){return false;}this.currentFrame=0;this.totalFrames=(this.useSeconds)?Math.ceil(B.AnimMgr.fps*this.duration):this.duration;if(this.duration===0&&this.useSeconds){this.totalFrames=1;}B.AnimMgr.registerElement(this);return true;};this.stop=function(M){if(!this.isAnimated()){return false;}if(M){this.currentFrame=this.totalFrames;this._onTween.fire();}B.AnimMgr.stop(this);};var L=function(){this.onStart.fire();this.runtimeAttributes={};for(var M in this.attributes){this.setRuntimeAttribute(M);}D=true;H=0;F=new Date();};var K=function(){var O={duration:new Date()-this.getStartTime(),currentFrame:this.currentFrame};O.toString=function(){return("duration: "+O.duration+", currentFrame: "+O.currentFrame);};this.onTween.fire(O);var N=this.runtimeAttributes;for(var M in N){this.setAttribute(M,this.doMethod(M,N[M].start,N[M].end),N[M].unit);}H+=1;};var G=function(){var M=(new Date()-F)/1000;var N={duration:M,frames:H,fps:H/M};N.toString=function(){return("duration: "+N.duration+", frames: "+N.frames+", fps: "+N.fps);};D=false;H=0;this.onComplete.fire(N);};this._onStart=new B.CustomEvent("_start",this,true);this.onStart=new B.CustomEvent("start",this);this.onTween=new B.CustomEvent("tween",this);this._onTween=new B.CustomEvent("_tween",this,true);this.onComplete=new B.CustomEvent("complete",this);this._onComplete=new B.CustomEvent("_complete",this,true);this._onStart.subscribe(L);this._onTween.subscribe(K);this._onComplete.subscribe(G);}};B.Anim=A;})();YAHOO.util.AnimMgr=new function(){var C=null;var B=[];var A=0;this.fps=1000;this.delay=1;this.registerElement=function(F){B[B.length]=F;A+=1;F._onStart.fire();this.start();};this.unRegister=function(G,F){F=F||E(G);if(!G.isAnimated()||F==-1){return false;}G._onComplete.fire();B.splice(F,1);A-=1;if(A<=0){this.stop();}return true;};this.start=function(){if(C===null){C=setInterval(this.run,this.delay);}};this.stop=function(H){if(!H){clearInterval(C);for(var G=0,F=B.length;G<F;++G){this.unRegister(B[0],0);}B=[];C=null;A=0;}else{this.unRegister(H);}};this.run=function(){for(var H=0,F=B.length;H<F;++H){var G=B[H];if(!G||!G.isAnimated()){continue;}if(G.currentFrame<G.totalFrames||G.totalFrames===null){G.currentFrame+=1;if(G.useSeconds){D(G);}G._onTween.fire();}else{YAHOO.util.AnimMgr.stop(G,H);}}};var E=function(H){for(var G=0,F=B.length;G<F;++G){if(B[G]==H){return G;}}return -1;};var D=function(G){var J=G.totalFrames;var I=G.currentFrame;var H=(G.currentFrame*G.duration*1000/G.totalFrames);var F=(new Date()-G.getStartTime());var K=0;if(F<G.duration*1000){K=Math.round((F/H-1)*G.currentFrame);}else{K=J-(I+1);}if(K>0&&isFinite(K)){if(G.currentFrame+K>=J){K=J-(I+1);}G.currentFrame+=K;}};};YAHOO.util.Bezier=new function(){this.getPosition=function(E,D){var F=E.length;var C=[];for(var B=0;B<F;++B){C[B]=[E[B][0],E[B][1]];}for(var A=1;A<F;++A){for(B=0;B<F-A;++B){C[B][0]=(1-D)*C[B][0]+D*C[parseInt(B+1,10)][0];C[B][1]=(1-D)*C[B][1]+D*C[parseInt(B+1,10)][1];}}return[C[0][0],C[0][1]];};};(function(){var A=function(F,E,G,H){A.superclass.constructor.call(this,F,E,G,H);};A.NAME="ColorAnim";A.DEFAULT_BGCOLOR="#fff";var C=YAHOO.util;YAHOO.extend(A,C.Anim);var D=A.superclass;var B=A.prototype;B.patterns.color=/color$/i;B.patterns.rgb=/^rgb\(([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\)$/i;B.patterns.hex=/^#?([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})$/i;B.patterns.hex3=/^#?([0-9A-F]{1})([0-9A-F]{1})([0-9A-F]{1})$/i;B.patterns.transparent=/^transparent|rgba\(0, 0, 0, 0\)$/;B.parseColor=function(E){if(E.length==3){return E;}var F=this.patterns.hex.exec(E);if(F&&F.length==4){return[parseInt(F[1],16),parseInt(F[2],16),parseInt(F[3],16)];}F=this.patterns.rgb.exec(E);if(F&&F.length==4){return[parseInt(F[1],10),parseInt(F[2],10),parseInt(F[3],10)];}F=this.patterns.hex3.exec(E);if(F&&F.length==4){return[parseInt(F[1]+F[1],16),parseInt(F[2]+F[2],16),parseInt(F[3]+F[3],16)]; -}return null;};B.getAttribute=function(E){var G=this.getEl();if(this.patterns.color.test(E)){var I=YAHOO.util.Dom.getStyle(G,E);var H=this;if(this.patterns.transparent.test(I)){var F=YAHOO.util.Dom.getAncestorBy(G,function(J){return !H.patterns.transparent.test(I);});if(F){I=C.Dom.getStyle(F,E);}else{I=A.DEFAULT_BGCOLOR;}}}else{I=D.getAttribute.call(this,E);}return I;};B.doMethod=function(F,J,G){var I;if(this.patterns.color.test(F)){I=[];for(var H=0,E=J.length;H<E;++H){I[H]=D.doMethod.call(this,F,J[H],G[H]);}I="rgb("+Math.floor(I[0])+","+Math.floor(I[1])+","+Math.floor(I[2])+")";}else{I=D.doMethod.call(this,F,J,G);}return I;};B.setRuntimeAttribute=function(F){D.setRuntimeAttribute.call(this,F);if(this.patterns.color.test(F)){var H=this.attributes;var J=this.parseColor(this.runtimeAttributes[F].start);var G=this.parseColor(this.runtimeAttributes[F].end);if(typeof H[F]["to"]==="undefined"&&typeof H[F]["by"]!=="undefined"){G=this.parseColor(H[F].by);for(var I=0,E=J.length;I<E;++I){G[I]=J[I]+G[I];}}this.runtimeAttributes[F].start=J;this.runtimeAttributes[F].end=G;}};C.ColorAnim=A;})(); -/* -TERMS OF USE - EASING EQUATIONS -Open source under the BSD License. -Copyright 2001 Robert Penner All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the author nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ -YAHOO.util.Easing={easeNone:function(B,A,D,C){return D*B/C+A;},easeIn:function(B,A,D,C){return D*(B/=C)*B+A;},easeOut:function(B,A,D,C){return -D*(B/=C)*(B-2)+A;},easeBoth:function(B,A,D,C){if((B/=C/2)<1){return D/2*B*B+A;}return -D/2*((--B)*(B-2)-1)+A;},easeInStrong:function(B,A,D,C){return D*(B/=C)*B*B*B+A;},easeOutStrong:function(B,A,D,C){return -D*((B=B/C-1)*B*B*B-1)+A;},easeBothStrong:function(B,A,D,C){if((B/=C/2)<1){return D/2*B*B*B*B+A;}return -D/2*((B-=2)*B*B*B-2)+A;},elasticIn:function(C,A,G,F,B,E){if(C==0){return A;}if((C/=F)==1){return A+G;}if(!E){E=F*0.3;}if(!B||B<Math.abs(G)){B=G;var D=E/4;}else{var D=E/(2*Math.PI)*Math.asin(G/B);}return -(B*Math.pow(2,10*(C-=1))*Math.sin((C*F-D)*(2*Math.PI)/E))+A;},elasticOut:function(C,A,G,F,B,E){if(C==0){return A;}if((C/=F)==1){return A+G;}if(!E){E=F*0.3;}if(!B||B<Math.abs(G)){B=G;var D=E/4;}else{var D=E/(2*Math.PI)*Math.asin(G/B);}return B*Math.pow(2,-10*C)*Math.sin((C*F-D)*(2*Math.PI)/E)+G+A;},elasticBoth:function(C,A,G,F,B,E){if(C==0){return A;}if((C/=F/2)==2){return A+G;}if(!E){E=F*(0.3*1.5);}if(!B||B<Math.abs(G)){B=G;var D=E/4;}else{var D=E/(2*Math.PI)*Math.asin(G/B);}if(C<1){return -0.5*(B*Math.pow(2,10*(C-=1))*Math.sin((C*F-D)*(2*Math.PI)/E))+A;}return B*Math.pow(2,-10*(C-=1))*Math.sin((C*F-D)*(2*Math.PI)/E)*0.5+G+A;},backIn:function(B,A,E,D,C){if(typeof C=="undefined"){C=1.70158;}return E*(B/=D)*B*((C+1)*B-C)+A;},backOut:function(B,A,E,D,C){if(typeof C=="undefined"){C=1.70158;}return E*((B=B/D-1)*B*((C+1)*B+C)+1)+A;},backBoth:function(B,A,E,D,C){if(typeof C=="undefined"){C=1.70158;}if((B/=D/2)<1){return E/2*(B*B*(((C*=(1.525))+1)*B-C))+A;}return E/2*((B-=2)*B*(((C*=(1.525))+1)*B+C)+2)+A;},bounceIn:function(B,A,D,C){return D-YAHOO.util.Easing.bounceOut(C-B,0,D,C)+A;},bounceOut:function(B,A,D,C){if((B/=C)<(1/2.75)){return D*(7.5625*B*B)+A;}else{if(B<(2/2.75)){return D*(7.5625*(B-=(1.5/2.75))*B+0.75)+A;}else{if(B<(2.5/2.75)){return D*(7.5625*(B-=(2.25/2.75))*B+0.9375)+A;}}}return D*(7.5625*(B-=(2.625/2.75))*B+0.984375)+A;},bounceBoth:function(B,A,D,C){if(B<C/2){return YAHOO.util.Easing.bounceIn(B*2,0,D,C)*0.5+A;}return YAHOO.util.Easing.bounceOut(B*2-C,0,D,C)*0.5+D*0.5+A;}};(function(){var A=function(H,G,I,J){if(H){A.superclass.constructor.call(this,H,G,I,J);}};A.NAME="Motion";var E=YAHOO.util;YAHOO.extend(A,E.ColorAnim);var F=A.superclass;var C=A.prototype;C.patterns.points=/^points$/i;C.setAttribute=function(G,I,H){if(this.patterns.points.test(G)){H=H||"px";F.setAttribute.call(this,"left",I[0],H);F.setAttribute.call(this,"top",I[1],H);}else{F.setAttribute.call(this,G,I,H);}};C.getAttribute=function(G){if(this.patterns.points.test(G)){var H=[F.getAttribute.call(this,"left"),F.getAttribute.call(this,"top")];}else{H=F.getAttribute.call(this,G);}return H;};C.doMethod=function(G,K,H){var J=null;if(this.patterns.points.test(G)){var I=this.method(this.currentFrame,0,100,this.totalFrames)/100;J=E.Bezier.getPosition(this.runtimeAttributes[G],I);}else{J=F.doMethod.call(this,G,K,H);}return J;};C.setRuntimeAttribute=function(P){if(this.patterns.points.test(P)){var H=this.getEl();var J=this.attributes;var G;var L=J["points"]["control"]||[];var I;var M,O;if(L.length>0&&!(L[0] instanceof Array)){L=[L];}else{var K=[];for(M=0,O=L.length;M<O;++M){K[M]=L[M];}L=K;}if(E.Dom.getStyle(H,"position")=="static"){E.Dom.setStyle(H,"position","relative");}if(D(J["points"]["from"])){E.Dom.setXY(H,J["points"]["from"]); -}else{E.Dom.setXY(H,E.Dom.getXY(H));}G=this.getAttribute("points");if(D(J["points"]["to"])){I=B.call(this,J["points"]["to"],G);var N=E.Dom.getXY(this.getEl());for(M=0,O=L.length;M<O;++M){L[M]=B.call(this,L[M],G);}}else{if(D(J["points"]["by"])){I=[G[0]+J["points"]["by"][0],G[1]+J["points"]["by"][1]];for(M=0,O=L.length;M<O;++M){L[M]=[G[0]+L[M][0],G[1]+L[M][1]];}}}this.runtimeAttributes[P]=[G];if(L.length>0){this.runtimeAttributes[P]=this.runtimeAttributes[P].concat(L);}this.runtimeAttributes[P][this.runtimeAttributes[P].length]=I;}else{F.setRuntimeAttribute.call(this,P);}};var B=function(G,I){var H=E.Dom.getXY(this.getEl());G=[G[0]-H[0]+I[0],G[1]-H[1]+I[1]];return G;};var D=function(G){return(typeof G!=="undefined");};E.Motion=A;})();(function(){var D=function(F,E,G,H){if(F){D.superclass.constructor.call(this,F,E,G,H);}};D.NAME="Scroll";var B=YAHOO.util;YAHOO.extend(D,B.ColorAnim);var C=D.superclass;var A=D.prototype;A.doMethod=function(E,H,F){var G=null;if(E=="scroll"){G=[this.method(this.currentFrame,H[0],F[0]-H[0],this.totalFrames),this.method(this.currentFrame,H[1],F[1]-H[1],this.totalFrames)];}else{G=C.doMethod.call(this,E,H,F);}return G;};A.getAttribute=function(E){var G=null;var F=this.getEl();if(E=="scroll"){G=[F.scrollLeft,F.scrollTop];}else{G=C.getAttribute.call(this,E);}return G;};A.setAttribute=function(E,H,G){var F=this.getEl();if(E=="scroll"){F.scrollLeft=H[0];F.scrollTop=H[1];}else{C.setAttribute.call(this,E,H,G);}};B.Scroll=D;})();YAHOO.register("animation",YAHOO.util.Anim,{version:"2.7.0",build:"1799"}); diff --git a/skins/ckeditor/_source/plugins/undo/plugin.js b/skins/ckeditor/_source/plugins/undo/plugin.js deleted file mode 100644 index 89819f0..0000000 --- a/skins/ckeditor/_source/plugins/undo/plugin.js +++ /dev/null @@ -1,580 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Undo/Redo system for saving shapshot for document modification - * and other recordable changes. - */ - -(function() -{ - CKEDITOR.plugins.add( 'undo', - { - requires : [ 'selection', 'wysiwygarea' ], - - init : function( editor ) - { - var undoManager = new UndoManager( editor ); - - var undoCommand = editor.addCommand( 'undo', - { - exec : function() - { - if ( undoManager.undo() ) - { - editor.selectionChange(); - this.fire( 'afterUndo' ); - } - }, - state : CKEDITOR.TRISTATE_DISABLED, - canUndo : false - }); - - var redoCommand = editor.addCommand( 'redo', - { - exec : function() - { - if ( undoManager.redo() ) - { - editor.selectionChange(); - this.fire( 'afterRedo' ); - } - }, - state : CKEDITOR.TRISTATE_DISABLED, - canUndo : false - }); - - undoManager.onChange = function() - { - undoCommand.setState( undoManager.undoable() ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED ); - redoCommand.setState( undoManager.redoable() ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED ); - }; - - function recordCommand( event ) - { - // If the command hasn't been marked to not support undo. - if ( undoManager.enabled && event.data.command.canUndo !== false ) - undoManager.save(); - } - - // We'll save snapshots before and after executing a command. - editor.on( 'beforeCommandExec', recordCommand ); - editor.on( 'afterCommandExec', recordCommand ); - - // Save snapshots before doing custom changes. - editor.on( 'saveSnapshot', function() - { - undoManager.save(); - }); - - // Registering keydown on every document recreation.(#3844) - editor.on( 'contentDom', function() - { - editor.document.on( 'keydown', function( event ) - { - // Do not capture CTRL hotkeys. - if ( !event.data.$.ctrlKey && !event.data.$.metaKey ) - undoManager.type( event ); - }); - }); - - // Always save an undo snapshot - the previous mode might have - // changed editor contents. - editor.on( 'beforeModeUnload', function() - { - editor.mode == 'wysiwyg' && undoManager.save( true ); - }); - - // Make the undo manager available only in wysiwyg mode. - editor.on( 'mode', function() - { - undoManager.enabled = editor.readOnly ? false : editor.mode == 'wysiwyg'; - undoManager.onChange(); - }); - - editor.ui.addButton( 'Undo', - { - label : editor.lang.undo, - command : 'undo' - }); - - editor.ui.addButton( 'Redo', - { - label : editor.lang.redo, - command : 'redo' - }); - - editor.resetUndo = function() - { - // Reset the undo stack. - undoManager.reset(); - - // Create the first image. - editor.fire( 'saveSnapshot' ); - }; - - /** - * Update the undo stacks with any subsequent DOM changes after this call. - * @name CKEDITOR.editor#updateUndo - * @example - * function() - * { - * editor.fire( 'updateSnapshot' ); - * ... - * // Ask to include subsequent (in this call stack) DOM changes to be - * // considered as part of the first snapshot. - * editor.fire( 'updateSnapshot' ); - * editor.document.body.append(...); - * ... - * } - */ - editor.on( 'updateSnapshot', function() - { - if ( undoManager.currentImage && new Image( editor ).equals( undoManager.currentImage ) ) - setTimeout( function() { undoManager.update(); }, 0 ); - }); - } - }); - - CKEDITOR.plugins.undo = {}; - - /** - * Undo snapshot which represents the current document status. - * @name CKEDITOR.plugins.undo.Image - * @param editor The editor instance on which the image is created. - */ - var Image = CKEDITOR.plugins.undo.Image = function( editor ) - { - this.editor = editor; - - editor.fire( 'beforeUndoImage' ); - - var contents = editor.getSnapshot(), - selection = contents && editor.getSelection(); - - // In IE, we need to remove the expando attributes. - CKEDITOR.env.ie && contents && ( contents = contents.replace( /\s+data-cke-expando=".*?"/g, '' ) ); - - this.contents = contents; - this.bookmarks = selection && selection.createBookmarks2( true ); - - editor.fire( 'afterUndoImage' ); - }; - - // Attributes that browser may changing them when setting via innerHTML. - var protectedAttrs = /\b(?:href|src|name)="[^"]*?"/gi; - - Image.prototype = - { - equals : function( otherImage, contentOnly ) - { - - var thisContents = this.contents, - otherContents = otherImage.contents; - - // For IE6/7 : Comparing only the protected attribute values but not the original ones.(#4522) - if ( CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) ) - { - thisContents = thisContents.replace( protectedAttrs, '' ); - otherContents = otherContents.replace( protectedAttrs, '' ); - } - - if ( thisContents != otherContents ) - return false; - - if ( contentOnly ) - return true; - - var bookmarksA = this.bookmarks, - bookmarksB = otherImage.bookmarks; - - if ( bookmarksA || bookmarksB ) - { - if ( !bookmarksA || !bookmarksB || bookmarksA.length != bookmarksB.length ) - return false; - - for ( var i = 0 ; i < bookmarksA.length ; i++ ) - { - var bookmarkA = bookmarksA[ i ], - bookmarkB = bookmarksB[ i ]; - - if ( - bookmarkA.startOffset != bookmarkB.startOffset || - bookmarkA.endOffset != bookmarkB.endOffset || - !CKEDITOR.tools.arrayCompare( bookmarkA.start, bookmarkB.start ) || - !CKEDITOR.tools.arrayCompare( bookmarkA.end, bookmarkB.end ) ) - { - return false; - } - } - } - - return true; - } - }; - - /** - * @constructor Main logic for Redo/Undo feature. - */ - function UndoManager( editor ) - { - this.editor = editor; - - // Reset the undo stack. - this.reset(); - } - - - var editingKeyCodes = { /*Backspace*/ 8:1, /*Delete*/ 46:1 }, - modifierKeyCodes = { /*Shift*/ 16:1, /*Ctrl*/ 17:1, /*Alt*/ 18:1 }, - navigationKeyCodes = { 37:1, 38:1, 39:1, 40:1 }; // Arrows: L, T, R, B - - UndoManager.prototype = - { - /** - * Process undo system regard keystrikes. - * @param {CKEDITOR.dom.event} event - */ - type : function( event ) - { - var keystroke = event && event.data.getKey(), - isModifierKey = keystroke in modifierKeyCodes, - isEditingKey = keystroke in editingKeyCodes, - wasEditingKey = this.lastKeystroke in editingKeyCodes, - sameAsLastEditingKey = isEditingKey && keystroke == this.lastKeystroke, - // Keystrokes which navigation through contents. - isReset = keystroke in navigationKeyCodes, - wasReset = this.lastKeystroke in navigationKeyCodes, - - // Keystrokes which just introduce new contents. - isContent = ( !isEditingKey && !isReset ), - - // Create undo snap for every different modifier key. - modifierSnapshot = ( isEditingKey && !sameAsLastEditingKey ), - // Create undo snap on the following cases: - // 1. Just start to type . - // 2. Typing some content after a modifier. - // 3. Typing some content after make a visible selection. - startedTyping = !( isModifierKey || this.typing ) - || ( isContent && ( wasEditingKey || wasReset ) ); - - if ( startedTyping || modifierSnapshot ) - { - var beforeTypeImage = new Image( this.editor ); - - // Use setTimeout, so we give the necessary time to the - // browser to insert the character into the DOM. - CKEDITOR.tools.setTimeout( function() - { - var currentSnapshot = this.editor.getSnapshot(); - - // In IE, we need to remove the expando attributes. - if ( CKEDITOR.env.ie ) - currentSnapshot = currentSnapshot.replace( /\s+data-cke-expando=".*?"/g, '' ); - - if ( beforeTypeImage.contents != currentSnapshot ) - { - // It's safe to now indicate typing state. - this.typing = true; - - // This's a special save, with specified snapshot - // and without auto 'fireChange'. - if ( !this.save( false, beforeTypeImage, false ) ) - // Drop future snapshots. - this.snapshots.splice( this.index + 1, this.snapshots.length - this.index - 1 ); - - this.hasUndo = true; - this.hasRedo = false; - - this.typesCount = 1; - this.modifiersCount = 1; - - this.onChange(); - } - }, - 0, this - ); - } - - this.lastKeystroke = keystroke; - - // Create undo snap after typed too much (over 25 times). - if ( isEditingKey ) - { - this.typesCount = 0; - this.modifiersCount++; - - if ( this.modifiersCount > 25 ) - { - this.save( false, null, false ); - this.modifiersCount = 1; - } - } - else if ( !isReset ) - { - this.modifiersCount = 0; - this.typesCount++; - - if ( this.typesCount > 25 ) - { - this.save( false, null, false ); - this.typesCount = 1; - } - } - - }, - - reset : function() // Reset the undo stack. - { - /** - * Remember last pressed key. - */ - this.lastKeystroke = 0; - - /** - * Stack for all the undo and redo snapshots, they're always created/removed - * in consistency. - */ - this.snapshots = []; - - /** - * Current snapshot history index. - */ - this.index = -1; - - this.limit = this.editor.config.undoStackSize || 20; - - this.currentImage = null; - - this.hasUndo = false; - this.hasRedo = false; - - this.resetType(); - }, - - /** - * Reset all states about typing. - * @see UndoManager.type - */ - resetType : function() - { - this.typing = false; - delete this.lastKeystroke; - this.typesCount = 0; - this.modifiersCount = 0; - }, - fireChange : function() - { - this.hasUndo = !!this.getNextImage( true ); - this.hasRedo = !!this.getNextImage( false ); - // Reset typing - this.resetType(); - this.onChange(); - }, - - /** - * Save a snapshot of document image for later retrieve. - */ - save : function( onContentOnly, image, autoFireChange ) - { - var snapshots = this.snapshots; - - // Get a content image. - if ( !image ) - image = new Image( this.editor ); - - // Do nothing if it was not possible to retrieve an image. - if ( image.contents === false ) - return false; - - // Check if this is a duplicate. In such case, do nothing. - if ( this.currentImage && image.equals( this.currentImage, onContentOnly ) ) - return false; - - // Drop future snapshots. - snapshots.splice( this.index + 1, snapshots.length - this.index - 1 ); - - // If we have reached the limit, remove the oldest one. - if ( snapshots.length == this.limit ) - snapshots.shift(); - - // Add the new image, updating the current index. - this.index = snapshots.push( image ) - 1; - - this.currentImage = image; - - if ( autoFireChange !== false ) - this.fireChange(); - return true; - }, - - restoreImage : function( image ) - { - this.editor.loadSnapshot( image.contents ); - - if ( image.bookmarks ) - this.editor.getSelection().selectBookmarks( image.bookmarks ); - else if ( CKEDITOR.env.ie ) - { - // IE BUG: If I don't set the selection to *somewhere* after setting - // document contents, then IE would create an empty paragraph at the bottom - // the next time the document is modified. - var $range = this.editor.document.getBody().$.createTextRange(); - $range.collapse( true ); - $range.select(); - } - - this.index = image.index; - - // Update current image with the actual editor - // content, since actualy content may differ from - // the original snapshot due to dom change. (#4622) - this.update(); - this.fireChange(); - }, - - // Get the closest available image. - getNextImage : function( isUndo ) - { - var snapshots = this.snapshots, - currentImage = this.currentImage, - image, i; - - if ( currentImage ) - { - if ( isUndo ) - { - for ( i = this.index - 1 ; i >= 0 ; i-- ) - { - image = snapshots[ i ]; - if ( !currentImage.equals( image, true ) ) - { - image.index = i; - return image; - } - } - } - else - { - for ( i = this.index + 1 ; i < snapshots.length ; i++ ) - { - image = snapshots[ i ]; - if ( !currentImage.equals( image, true ) ) - { - image.index = i; - return image; - } - } - } - } - - return null; - }, - - /** - * Check the current redo state. - * @return {Boolean} Whether the document has previous state to - * retrieve. - */ - redoable : function() - { - return this.enabled && this.hasRedo; - }, - - /** - * Check the current undo state. - * @return {Boolean} Whether the document has future state to restore. - */ - undoable : function() - { - return this.enabled && this.hasUndo; - }, - - /** - * Perform undo on current index. - */ - undo : function() - { - if ( this.undoable() ) - { - this.save( true ); - - var image = this.getNextImage( true ); - if ( image ) - return this.restoreImage( image ), true; - } - - return false; - }, - - /** - * Perform redo on current index. - */ - redo : function() - { - if ( this.redoable() ) - { - // Try to save. If no changes have been made, the redo stack - // will not change, so it will still be redoable. - this.save( true ); - - // If instead we had changes, we can't redo anymore. - if ( this.redoable() ) - { - var image = this.getNextImage( false ); - if ( image ) - return this.restoreImage( image ), true; - } - } - - return false; - }, - - /** - * Update the last snapshot of the undo stack with the current editor content. - */ - update : function() - { - this.snapshots.splice( this.index, 1, ( this.currentImage = new Image( this.editor ) ) ); - } - }; -})(); - -/** - * The number of undo steps to be saved. The higher this setting value the more - * memory is used for it. - * @name CKEDITOR.config.undoStackSize - * @type Number - * @default 20 - * @example - * config.undoStackSize = 50; - */ - -/** - * Fired when the editor is about to save an undo snapshot. This event can be - * fired by plugins and customizations to make the editor saving undo snapshots. - * @name CKEDITOR.editor#saveSnapshot - * @event - */ - -/** - * Fired before an undo image is to be taken. An undo image represents the - * editor state at some point. It's saved into an undo store, so the editor is - * able to recover the editor state on undo and redo operations. - * @name CKEDITOR.editor#beforeUndoImage - * @since 3.5.3 - * @see CKEDITOR.editor#afterUndoImage - * @event - */ - -/** - * Fired after an undo image is taken. An undo image represents the - * editor state at some point. It's saved into an undo store, so the editor is - * able to recover the editor state on undo and redo operations. - * @name CKEDITOR.editor#afterUndoImage - * @since 3.5.3 - * @see CKEDITOR.editor#beforeUndoImage - * @event - */ diff --git a/skins/ckeditor/_source/plugins/wsc/dialogs/ciframe.html b/skins/ckeditor/_source/plugins/wsc/dialogs/ciframe.html deleted file mode 100644 index e174702..0000000 --- a/skins/ckeditor/_source/plugins/wsc/dialogs/ciframe.html +++ /dev/null @@ -1,49 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html> -<head> - <title></title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <script type="text/javascript"> - -function gup( name ) -{ - name = name.replace( /[\[]/, '\\\[' ).replace( /[\]]/, '\\\]' ) ; - var regexS = '[\\?&]' + name + '=([^&#]*)' ; - var regex = new RegExp( regexS ) ; - var results = regex.exec( window.location.href ) ; - - if ( results ) - return results[ 1 ] ; - else - return '' ; -} - -var interval; - -function sendData2Master() -{ - var destination = window.parent.parent ; - try - { - if ( destination.XDTMaster ) - { - var t = destination.XDTMaster.read( [ gup( 'cmd' ), gup( 'data' ) ] ) ; - window.clearInterval( interval ) ; - } - } - catch (e) {} -} - -function onLoad() -{ - interval = window.setInterval( sendData2Master, 100 ); -} - -</script> -</head> -<body onload="onLoad()"><p></p></body> -</html> diff --git a/skins/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html b/skins/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html deleted file mode 100644 index 105f8b2..0000000 --- a/skins/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +++ /dev/null @@ -1,52 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> -<!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license ---> -<html> -<head> - <title></title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <script type="text/javascript"> - -function doLoadScript( url ) -{ - if ( !url ) - return false ; - - var s = document.createElement( "script" ) ; - s.type = "text/javascript" ; - s.src = url ; - document.getElementsByTagName( "head" )[ 0 ].appendChild( s ) ; - - return true ; -} - -var opener; -function tryLoad() -{ - opener = window.parent; - - // get access to global parameters - var oParams = window.opener.oldFramesetPageParams; - - // make frameset rows string prepare - var sFramesetRows = ( parseInt( oParams.firstframeh, 10 ) || '30') + ",*," + ( parseInt( oParams.thirdframeh, 10 ) || '150' ) + ',0' ; - document.getElementById( 'itFrameset' ).rows = sFramesetRows ; - - // dynamic including init frames and crossdomain transport code - // from config sproxy_js_frameset url - var addScriptUrl = oParams.sproxy_js_frameset ; - doLoadScript( addScriptUrl ) ; -} - - </script> -</head> - -<frameset id="itFrameset" onload="tryLoad();" border="0" rows="30,*,*,0"> - <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="0" marginwidth="2" src="" name="navbar"></frame> - <frame scrolling="auto" framespacing="0" frameborder="0" noresize="noresize" marginheight="0" marginwidth="0" src="" name="mid"></frame> - <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="1" marginwidth="1" src="" name="bot"></frame> - <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="1" marginwidth="1" src="" name="spellsuggestall"></frame> -</frameset> -</html> diff --git a/skins/ckeditor/_source/plugins/wsc/dialogs/wsc.css b/skins/ckeditor/_source/plugins/wsc/dialogs/wsc.css deleted file mode 100644 index b73dae4..0000000 --- a/skins/ckeditor/_source/plugins/wsc/dialogs/wsc.css +++ /dev/null @@ -1,82 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -html, body -{ - background-color: transparent; - margin: 0px; - padding: 0px; -} - -body -{ - padding: 10px; -} - -body, td, input, select, textarea -{ - font-size: 11px; - font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; -} - -.midtext -{ - padding:0px; - margin:10px; -} - -.midtext p -{ - padding:0px; - margin:10px; -} - -.Button -{ - border: #737357 1px solid; - color: #3b3b1f; - background-color: #c7c78f; -} - -.PopupTabArea -{ - color: #737357; - background-color: #e3e3c7; -} - -.PopupTitleBorder -{ - border-bottom: #d5d59d 1px solid; -} -.PopupTabEmptyArea -{ - padding-left: 10px; - border-bottom: #d5d59d 1px solid; -} - -.PopupTab, .PopupTabSelected -{ - border-right: #d5d59d 1px solid; - border-top: #d5d59d 1px solid; - border-left: #d5d59d 1px solid; - padding: 3px 5px 3px 5px; - color: #737357; -} - -.PopupTab -{ - margin-top: 1px; - border-bottom: #d5d59d 1px solid; - cursor: pointer; -} - -.PopupTabSelected -{ - font-weight: bold; - cursor: default; - padding-top: 4px; - border-bottom: #f1f1e3 1px solid; - background-color: #f1f1e3; -} diff --git a/skins/ckeditor/_source/plugins/wsc/dialogs/wsc.js b/skins/ckeditor/_source/plugins/wsc/dialogs/wsc.js deleted file mode 100644 index ecadaaf..0000000 --- a/skins/ckeditor/_source/plugins/wsc/dialogs/wsc.js +++ /dev/null @@ -1,192 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add( 'checkspell', function( editor ) -{ - var number = CKEDITOR.tools.getNextNumber(), - iframeId = 'cke_frame_' + number, - textareaId = 'cke_data_' + number, - errorBoxId = 'cke_error_' + number, - interval, - protocol = document.location.protocol || 'http:', - errorMsg = editor.lang.spellCheck.notAvailable; - - var pasteArea = '<textarea'+ - ' style="display: none"' + - ' id="' + textareaId + '"' + - ' rows="10"' + - ' cols="40">' + - ' </textarea><div' + - ' id="' + errorBoxId + '"' + - ' style="display:none;color:red;font-size:16px;font-weight:bold;padding-top:160px;text-align:center;z-index:11;">' + - '</div><iframe' + - ' src=""' + - ' style="width:100%;background-color:#f1f1e3;"' + - ' frameborder="0"' + - ' name="' + iframeId + '"' + - ' id="' + iframeId + '"' + - ' allowtransparency="1">' + - '</iframe>'; - - var wscCoreUrl = editor.config.wsc_customLoaderScript || ( protocol + - '//loader.spellchecker.net/sproxy_fck/sproxy.php' - + '?plugin=fck2' - + '&customerid=' + editor.config.wsc_customerId - + '&cmd=script&doc=wsc&schema=22' - ); - - if ( editor.config.wsc_customLoaderScript ) - errorMsg += '<p style="color:#000;font-size:11px;font-weight: normal;text-align:center;padding-top:10px">' + - editor.lang.spellCheck.errorLoading.replace( /%s/g, editor.config.wsc_customLoaderScript ) + '</p>'; - - function burnSpelling( dialog, errorMsg ) - { - var i = 0; - return function () - { - if ( typeof( window.doSpell ) == 'function' ) - { - //Call from window.setInteval expected at once. - if ( typeof( interval ) != 'undefined' ) - window.clearInterval( interval ); - - initAndSpell( dialog ); - } - else if ( i++ == 180 ) // Timeout: 180 * 250ms = 45s. - window._cancelOnError( errorMsg ); - }; - } - - window._cancelOnError = function( m ) - { - if ( typeof( window.WSC_Error ) == 'undefined' ) - { - CKEDITOR.document.getById( iframeId ).setStyle( 'display', 'none' ); - var errorBox = CKEDITOR.document.getById( errorBoxId ); - errorBox.setStyle( 'display', 'block' ); - errorBox.setHtml( m || editor.lang.spellCheck.notAvailable ); - } - }; - - function initAndSpell( dialog ) - { - var LangComparer = new window._SP_FCK_LangCompare(), // Language abbr standarts comparer. - pluginPath = CKEDITOR.getUrl( editor.plugins.wsc.path + 'dialogs/' ), // Service paths corecting/preparing. - framesetPath = pluginPath + 'tmpFrameset.html'; - - // global var is used in FCK specific core - // change on equal var used in fckplugin.js - window.gFCKPluginName = 'wsc'; - - LangComparer.setDefaulLangCode( editor.config.defaultLanguage ); - - window.doSpell({ - ctrl : textareaId, - - lang : editor.config.wsc_lang || LangComparer.getSPLangCode(editor.langCode ), - intLang: editor.config.wsc_uiLang || LangComparer.getSPLangCode(editor.langCode ), - winType : iframeId, // If not defined app will run on winpopup. - - // Callback binding section. - onCancel : function() - { - dialog.hide(); - }, - onFinish : function( dT ) - { - editor.focus(); - dialog.getParentEditor().setData( dT.value ); - dialog.hide(); - }, - - // Some manipulations with client static pages. - staticFrame : framesetPath, - framesetPath : framesetPath, - iframePath : pluginPath + 'ciframe.html', - - // Styles defining. - schemaURI : pluginPath + 'wsc.css', - - userDictionaryName: editor.config.wsc_userDictionaryName, - customDictionaryName: editor.config.wsc_customDictionaryIds && editor.config.wsc_customDictionaryIds.split(","), - domainName: editor.config.wsc_domainName - - }); - - // Hide user message console (if application was loaded more then after timeout). - CKEDITOR.document.getById( errorBoxId ).setStyle( 'display', 'none' ); - CKEDITOR.document.getById( iframeId ).setStyle( 'display', 'block' ); - } - - return { - title : editor.config.wsc_dialogTitle || editor.lang.spellCheck.title, - minWidth : 485, - minHeight : 380, - buttons : [ CKEDITOR.dialog.cancelButton ], - onShow : function() - { - var contentArea = this.getContentElement( 'general', 'content' ).getElement(); - contentArea.setHtml( pasteArea ); - contentArea.getChild( 2 ).setStyle( 'height', this._.contentSize.height + 'px' ); - - if ( typeof( window.doSpell ) != 'function' ) - { - // Load script. - CKEDITOR.document.getHead().append( - CKEDITOR.document.createElement( 'script', - { - attributes : - { - type : 'text/javascript', - src : wscCoreUrl - } - }) - ); - } - - var sData = editor.getData(); // Get the data to be checked. - CKEDITOR.document.getById( textareaId ).setValue( sData ); - - interval = window.setInterval( burnSpelling( this, errorMsg ), 250 ); - }, - onHide : function() - { - window.ooo = undefined; - window.int_framsetLoaded = undefined; - window.framesetLoaded = undefined; - window.is_window_opened = false; - }, - contents : [ - { - id : 'general', - label : editor.config.wsc_dialogTitle || editor.lang.spellCheck.title, - padding : 0, - elements : [ - { - type : 'html', - id : 'content', - html : '' - } - ] - } - ] - }; -}); - -// Expand the spell-check frame when dialog resized. (#6829) -CKEDITOR.dialog.on( 'resize', function( evt ) -{ - var data = evt.data, - dialog = data.dialog; - - if ( dialog._.name == 'checkspell' ) - { - var content = dialog.getContentElement( 'general', 'content' ).getElement(), - iframe = content && content.getChild( 2 ); - - iframe && iframe.setSize( 'height', data.height ); - iframe && iframe.setSize( 'width', data.width ); - } -}); diff --git a/skins/ckeditor/_source/plugins/wsc/plugin.js b/skins/ckeditor/_source/plugins/wsc/plugin.js deleted file mode 100644 index 3566dc9..0000000 --- a/skins/ckeditor/_source/plugins/wsc/plugin.js +++ /dev/null @@ -1,33 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @file Spell checker - */ - -// Register a plugin named "wsc". -CKEDITOR.plugins.add( 'wsc', -{ - requires : [ 'dialog' ], - init : function( editor ) - { - var commandName = 'checkspell'; - - var command = editor.addCommand( commandName, new CKEDITOR.dialogCommand( commandName ) ); - - // SpellChecker doesn't work in Opera and with custom domain - command.modes = { wysiwyg : ( !CKEDITOR.env.opera && !CKEDITOR.env.air && document.domain == window.location.hostname ) }; - - editor.ui.addButton( 'SpellChecker', - { - label : editor.lang.spellCheck.toolbar, - command : commandName - }); - CKEDITOR.dialog.add( commandName, this.path + 'dialogs/wsc.js' ); - } -}); - -CKEDITOR.config.wsc_customerId = CKEDITOR.config.wsc_customerId || '1:ua3xw1-2XyGJ3-GWruD3-6OFNT1-oXcuB1-nR6Bp4-hgQHc-EcYng3-sdRXG3-NOfFk' ; -CKEDITOR.config.wsc_customLoaderScript = CKEDITOR.config.wsc_customLoaderScript || null; diff --git a/skins/ckeditor/_source/plugins/wysiwygarea/plugin.js b/skins/ckeditor/_source/plugins/wysiwygarea/plugin.js deleted file mode 100644 index 6e4eacb..0000000 --- a/skins/ckeditor/_source/plugins/wysiwygarea/plugin.js +++ /dev/null @@ -1,1351 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview The "wysiwygarea" plugin. It registers the "wysiwyg" editing - * mode, which handles the main editing area space. - */ - -(function() -{ - // Matching an empty paragraph at the end of document. - var emptyParagraphRegexp = /(^|<body\b[^>]*>)\s*<(p|div|address|h\d|center|pre)[^>]*>\s*(?:<br[^>]*>| |\u00A0| )?\s*(:?<\/\2>)?\s*(?=$|<\/body>)/gi; - - var notWhitespaceEval = CKEDITOR.dom.walker.whitespaces( true ); - - // Elements that could blink the cursor anchoring beside it, like hr, page-break. (#6554) - function nonEditable( element ) - { - return element.isBlockBoundary() && CKEDITOR.dtd.$empty[ element.getName() ]; - } - - - function onInsert( insertFunc ) - { - return function( evt ) - { - if ( this.mode == 'wysiwyg' ) - { - this.focus(); - - this.fire( 'saveSnapshot' ); - - insertFunc.call( this, evt.data ); - - // Save snaps after the whole execution completed. - // This's a workaround for make DOM modification's happened after - // 'insertElement' to be included either, e.g. Form-based dialogs' 'commitContents' - // call. - CKEDITOR.tools.setTimeout( function() - { - this.fire( 'saveSnapshot' ); - }, 0, this ); - } - }; - } - - function doInsertHtml( data ) - { - if ( this.dataProcessor ) - data = this.dataProcessor.toHtml( data ); - - if ( !data ) - return; - - // HTML insertion only considers the first range. - var selection = this.getSelection(), - range = selection.getRanges()[ 0 ]; - - if ( range.checkReadOnly() ) - return; - - // Opera: force block splitting when pasted content contains block. (#7801) - if ( CKEDITOR.env.opera ) - { - var path = new CKEDITOR.dom.elementPath( range.startContainer ); - if ( path.block ) - { - var nodes = CKEDITOR.htmlParser.fragment.fromHtml( data, false ).children; - for ( var i = 0, count = nodes.length; i < count; i++ ) - { - if ( nodes[ i ]._.isBlockLike ) - { - range.splitBlock( this.enterMode == CKEDITOR.ENTER_DIV ? 'div' : 'p' ); - range.insertNode( range.document.createText( '' ) ); - range.select(); - break; - } - } - } - } - - if ( CKEDITOR.env.ie ) - { - var selIsLocked = selection.isLocked; - - if ( selIsLocked ) - selection.unlock(); - - var $sel = selection.getNative(); - - // Delete control selections to avoid IE bugs on pasteHTML. - if ( $sel.type == 'Control' ) - $sel.clear(); - else if ( selection.getType() == CKEDITOR.SELECTION_TEXT ) - { - // Due to IE bugs on handling contenteditable=false blocks - // (#6005), we need to make some checks and eventually - // delete the selection first. - - range = selection.getRanges()[ 0 ]; - var endContainer = range && range.endContainer; - - if ( endContainer && - endContainer.type == CKEDITOR.NODE_ELEMENT && - endContainer.getAttribute( 'contenteditable' ) == 'false' && - range.checkBoundaryOfElement( endContainer, CKEDITOR.END ) ) - { - range.setEndAfter( range.endContainer ); - range.deleteContents(); - } - } - - try - { - $sel.createRange().pasteHTML( data ); - } - catch (e) {} - - if ( selIsLocked ) - this.getSelection().lock(); - } - else - this.document.$.execCommand( 'inserthtml', false, data ); - - // Webkit does not scroll to the cursor position after pasting (#5558) - if ( CKEDITOR.env.webkit ) - { - selection = this.getSelection(); - selection.scrollIntoView(); - } - } - - function doInsertText( text ) - { - var selection = this.getSelection(), - mode = selection.getStartElement().hasAscendant( 'pre', true ) ? - CKEDITOR.ENTER_BR : this.config.enterMode, - isEnterBrMode = mode == CKEDITOR.ENTER_BR; - - var html = CKEDITOR.tools.htmlEncode( text.replace( /\r\n|\r/g, '\n' ) ); - - // Convert leading and trailing whitespaces into - html = html.replace( /^[ \t]+|[ \t]+$/g, function( match, offset, s ) - { - if ( match.length == 1 ) // one space, preserve it - return ' '; - else if ( !offset ) // beginning of block - return CKEDITOR.tools.repeat( ' ', match.length - 1 ) + ' '; - else // end of block - return ' ' + CKEDITOR.tools.repeat( ' ', match.length - 1 ); - } ); - - // Convert subsequent whitespaces into - html = html.replace( /[ \t]{2,}/g, function ( match ) - { - return CKEDITOR.tools.repeat( ' ', match.length - 1 ) + ' '; - } ); - - var paragraphTag = mode == CKEDITOR.ENTER_P ? 'p' : 'div'; - - // Two line-breaks create one paragraph. - if ( !isEnterBrMode ) - { - html = html.replace( /(\n{2})([\s\S]*?)(?:$|\1)/g, - function( match, group1, text ) - { - return '<'+paragraphTag + '>' + text + '</' + paragraphTag + '>'; - }); - } - - // One <br> per line-break. - html = html.replace( /\n/g, '<br>' ); - - // Compensate padding <br> for non-IE. - if ( !( isEnterBrMode || CKEDITOR.env.ie ) ) - { - html = html.replace( new RegExp( '<br>(?=</' + paragraphTag + '>)' ), function( match ) - { - return CKEDITOR.tools.repeat( match, 2 ); - } ); - } - - // Inline styles have to be inherited in Firefox. - if ( CKEDITOR.env.gecko || CKEDITOR.env.webkit ) - { - var path = new CKEDITOR.dom.elementPath( selection.getStartElement() ), - context = []; - - for ( var i = 0; i < path.elements.length; i++ ) - { - var tag = path.elements[ i ].getName(); - if ( tag in CKEDITOR.dtd.$inline ) - context.unshift( path.elements[ i ].getOuterHtml().match( /^<.*?>/) ); - else if ( tag in CKEDITOR.dtd.$block ) - break; - } - - // Reproduce the context by preceding the pasted HTML with opening inline tags. - html = context.join( '' ) + html; - } - - doInsertHtml.call( this, html ); - } - - function doInsertElement( element ) - { - var selection = this.getSelection(), - ranges = selection.getRanges(), - elementName = element.getName(), - isBlock = CKEDITOR.dtd.$block[ elementName ]; - - var selIsLocked = selection.isLocked; - - if ( selIsLocked ) - selection.unlock(); - - var range, clone, lastElement, bookmark; - - for ( var i = ranges.length - 1 ; i >= 0 ; i-- ) - { - range = ranges[ i ]; - - if ( !range.checkReadOnly() ) - { - // Remove the original contents, merge splitted nodes. - range.deleteContents( 1 ); - - clone = !i && element || element.clone( 1 ); - - // If we're inserting a block at dtd-violated position, split - // the parent blocks until we reach blockLimit. - var current, dtd; - if ( isBlock ) - { - while ( ( current = range.getCommonAncestor( 0, 1 ) ) - && ( dtd = CKEDITOR.dtd[ current.getName() ] ) - && !( dtd && dtd [ elementName ] ) ) - { - // Split up inline elements. - if ( current.getName() in CKEDITOR.dtd.span ) - range.splitElement( current ); - // If we're in an empty block which indicate a new paragraph, - // simply replace it with the inserting block.(#3664) - else if ( range.checkStartOfBlock() - && range.checkEndOfBlock() ) - { - range.setStartBefore( current ); - range.collapse( true ); - current.remove(); - } - else - range.splitBlock(); - } - } - - // Insert the new node. - range.insertNode( clone ); - - // Save the last element reference so we can make the - // selection later. - if ( !lastElement ) - lastElement = clone; - } - } - - if ( lastElement ) - { - range.moveToPosition( lastElement, CKEDITOR.POSITION_AFTER_END ); - - // If we're inserting a block element immediatelly followed by - // another block element, the selection must move there. (#3100,#5436) - if ( isBlock ) - { - var next = lastElement.getNext( notWhitespaceEval ), - nextName = next && next.type == CKEDITOR.NODE_ELEMENT && next.getName(); - - // Check if it's a block element that accepts text. - if ( nextName && CKEDITOR.dtd.$block[ nextName ] && CKEDITOR.dtd[ nextName ]['#'] ) - range.moveToElementEditStart( next ); - } - } - - selection.selectRanges( [ range ] ); - - if ( selIsLocked ) - this.getSelection().lock(); - } - - // DOM modification here should not bother dirty flag.(#4385) - function restoreDirty( editor ) - { - if ( !editor.checkDirty() ) - setTimeout( function(){ editor.resetDirty(); }, 0 ); - } - - var isNotWhitespace = CKEDITOR.dom.walker.whitespaces( true ), - isNotBookmark = CKEDITOR.dom.walker.bookmark( false, true ); - - function isNotEmpty( node ) - { - return isNotWhitespace( node ) && isNotBookmark( node ); - } - - function isNbsp( node ) - { - return node.type == CKEDITOR.NODE_TEXT - && CKEDITOR.tools.trim( node.getText() ).match( /^(?: |\xa0)$/ ); - } - - function restoreSelection( selection ) - { - if ( selection.isLocked ) - { - selection.unlock(); - setTimeout( function() { selection.lock(); }, 0 ); - } - } - - function isBlankParagraph( block ) - { - return block.getOuterHtml().match( emptyParagraphRegexp ); - } - - isNotWhitespace = CKEDITOR.dom.walker.whitespaces( true ); - - // Gecko need a key event to 'wake up' the editing - // ability when document is empty.(#3864, #5781) - function activateEditing( editor ) - { - var win = editor.window, - doc = editor.document, - body = editor.document.getBody(), - bodyFirstChild = body.getFirst(), - bodyChildsNum = body.getChildren().count(); - - if ( !bodyChildsNum - || bodyChildsNum == 1 - && bodyFirstChild.type == CKEDITOR.NODE_ELEMENT - && bodyFirstChild.hasAttribute( '_moz_editor_bogus_node' ) ) - { - restoreDirty( editor ); - - // Memorize scroll position to restore it later (#4472). - var hostDocument = editor.element.getDocument(); - var hostDocumentElement = hostDocument.getDocumentElement(); - var scrollTop = hostDocumentElement.$.scrollTop; - var scrollLeft = hostDocumentElement.$.scrollLeft; - - // Simulating keyboard character input by dispatching a keydown of white-space text. - var keyEventSimulate = doc.$.createEvent( "KeyEvents" ); - keyEventSimulate.initKeyEvent( 'keypress', true, true, win.$, false, - false, false, false, 0, 32 ); - doc.$.dispatchEvent( keyEventSimulate ); - - if ( scrollTop != hostDocumentElement.$.scrollTop || scrollLeft != hostDocumentElement.$.scrollLeft ) - hostDocument.getWindow().$.scrollTo( scrollLeft, scrollTop ); - - // Restore the original document status by placing the cursor before a bogus br created (#5021). - bodyChildsNum && body.getFirst().remove(); - doc.getBody().appendBogus(); - var nativeRange = new CKEDITOR.dom.range( doc ); - nativeRange.setStartAt( body , CKEDITOR.POSITION_AFTER_START ); - nativeRange.select(); - } - } - - /** - * Auto-fixing block-less content by wrapping paragraph (#3190), prevent - * non-exitable-block by padding extra br.(#3189) - */ - function onSelectionChangeFixBody( evt ) - { - var editor = evt.editor, - path = evt.data.path, - blockLimit = path.blockLimit, - selection = evt.data.selection, - range = selection.getRanges()[0], - body = editor.document.getBody(), - enterMode = editor.config.enterMode; - - if ( CKEDITOR.env.gecko ) - { - activateEditing( editor ); - - // Ensure bogus br could help to move cursor (out of styles) to the end of block. (#7041) - var pathBlock = path.block || path.blockLimit, - lastNode = pathBlock && pathBlock.getLast( isNotEmpty ); - - // Check some specialities of the current path block: - // 1. It is really displayed as block; (#7221) - // 2. It doesn't end with one inner block; (#7467) - // 3. It doesn't have bogus br yet. - if ( pathBlock - && pathBlock.isBlockBoundary() - && !( lastNode && lastNode.type == CKEDITOR.NODE_ELEMENT && lastNode.isBlockBoundary() ) - && !pathBlock.is( 'pre' ) - && !pathBlock.getBogus() ) - { - editor.fire( 'updateSnapshot' ); - restoreDirty( editor ); - pathBlock.appendBogus(); - } - } - - // When we're in block enter mode, a new paragraph will be established - // to encapsulate inline contents right under body. (#3657) - if ( editor.config.autoParagraph !== false - && enterMode != CKEDITOR.ENTER_BR - && range.collapsed - && blockLimit.getName() == 'body' - && !path.block ) - { - editor.fire( 'updateSnapshot' ); - restoreDirty( editor ); - CKEDITOR.env.ie && restoreSelection( selection ); - - var fixedBlock = range.fixBlock( true, - editor.config.enterMode == CKEDITOR.ENTER_DIV ? 'div' : 'p' ); - - // For IE, we should remove any filler node which was introduced before. - if ( CKEDITOR.env.ie ) - { - var first = fixedBlock.getFirst( isNotEmpty ); - first && isNbsp( first ) && first.remove(); - } - - // If the fixed block is actually blank and is already followed by an exitable blank - // block, we should revert the fix and move into the existed one. (#3684) - if ( isBlankParagraph( fixedBlock ) ) - { - var element = fixedBlock.getNext( isNotWhitespace ); - if ( element && - element.type == CKEDITOR.NODE_ELEMENT && - !nonEditable( element ) ) - { - range.moveToElementEditStart( element ); - fixedBlock.remove(); - } - else - { - element = fixedBlock.getPrevious( isNotWhitespace ); - if ( element && - element.type == CKEDITOR.NODE_ELEMENT && - !nonEditable( element ) ) - { - range.moveToElementEditEnd( element ); - fixedBlock.remove(); - } - } - } - - range.select(); - // Cancel this selection change in favor of the next (correct). (#6811) - evt.cancel(); - } - - // Browsers are incapable of moving cursor out of certain block elements (e.g. table, div, pre) - // at the end of document, makes it unable to continue adding content, we have to make this - // easier by opening an new empty paragraph. - var testRange = new CKEDITOR.dom.range( editor.document ); - testRange.moveToElementEditEnd( editor.document.getBody() ); - var testPath = new CKEDITOR.dom.elementPath( testRange.startContainer ); - if ( !testPath.blockLimit.is( 'body') ) - { - editor.fire( 'updateSnapshot' ); - restoreDirty( editor ); - CKEDITOR.env.ie && restoreSelection( selection ); - - var paddingBlock; - if ( enterMode != CKEDITOR.ENTER_BR ) - paddingBlock = body.append( editor.document.createElement( enterMode == CKEDITOR.ENTER_P ? 'p' : 'div' ) ); - else - paddingBlock = body; - - if ( !CKEDITOR.env.ie ) - paddingBlock.appendBogus(); - } - } - - CKEDITOR.plugins.add( 'wysiwygarea', - { - requires : [ 'editingblock' ], - - init : function( editor ) - { - var fixForBody = ( editor.config.enterMode != CKEDITOR.ENTER_BR && editor.config.autoParagraph !== false ) - ? editor.config.enterMode == CKEDITOR.ENTER_DIV ? 'div' : 'p' : false; - - var frameLabel = editor.lang.editorTitle.replace( '%1', editor.name ); - - var contentDomReadyHandler; - editor.on( 'editingBlockReady', function() - { - var mainElement, - iframe, - isLoadingData, - isPendingFocus, - frameLoaded, - fireMode; - - - // Support for custom document.domain in IE. - var isCustomDomain = CKEDITOR.env.isCustomDomain(); - - // Creates the iframe that holds the editable document. - var createIFrame = function( data ) - { - if ( iframe ) - iframe.remove(); - - var src = - 'document.open();' + - - // The document domain must be set any time we - // call document.open(). - ( isCustomDomain ? ( 'document.domain="' + document.domain + '";' ) : '' ) + - - 'document.close();'; - - // With IE, the custom domain has to be taken care at first, - // for other browers, the 'src' attribute should be left empty to - // trigger iframe's 'load' event. - src = - CKEDITOR.env.air ? - 'javascript:void(0)' : - CKEDITOR.env.ie ? - 'javascript:void(function(){' + encodeURIComponent( src ) + '}())' - : - ''; - - iframe = CKEDITOR.dom.element.createFromHtml( '<iframe' + - ' style="width:100%;height:100%"' + - ' frameBorder="0"' + - ' title="' + frameLabel + '"' + - ' src="' + src + '"' + - ' tabIndex="' + ( CKEDITOR.env.webkit? -1 : editor.tabIndex ) + '"' + - ' allowTransparency="true"' + - '></iframe>' ); - - // Running inside of Firefox chrome the load event doesn't bubble like in a normal page (#5689) - if ( document.location.protocol == 'chrome:' ) - CKEDITOR.event.useCapture = true; - - // With FF, it's better to load the data on iframe.load. (#3894,#4058) - iframe.on( 'load', function( ev ) - { - frameLoaded = 1; - ev.removeListener(); - - var doc = iframe.getFrameDocument(); - doc.write( data ); - - CKEDITOR.env.air && contentDomReady( doc.getWindow().$ ); - }); - - // Reset adjustment back to default (#5689) - if ( document.location.protocol == 'chrome:' ) - CKEDITOR.event.useCapture = false; - - mainElement.append( iframe ); - }; - - // The script that launches the bootstrap logic on 'domReady', so the document - // is fully editable even before the editing iframe is fully loaded (#4455). - contentDomReadyHandler = CKEDITOR.tools.addFunction( contentDomReady ); - var activationScript = - '<script id="cke_actscrpt" type="text/javascript" data-cke-temp="1">' + - ( isCustomDomain ? ( 'document.domain="' + document.domain + '";' ) : '' ) + - 'window.parent.CKEDITOR.tools.callFunction( ' + contentDomReadyHandler + ', window );' + - '</script>'; - - // Editing area bootstrap code. - function contentDomReady( domWindow ) - { - if ( !frameLoaded ) - return; - frameLoaded = 0; - - editor.fire( 'ariaWidget', iframe ); - - var domDocument = domWindow.document, - body = domDocument.body; - - // Remove this script from the DOM. - var script = domDocument.getElementById( "cke_actscrpt" ); - script && script.parentNode.removeChild( script ); - - body.spellcheck = !editor.config.disableNativeSpellChecker; - - var editable = !editor.readOnly; - - if ( CKEDITOR.env.ie ) - { - // Don't display the focus border. - body.hideFocus = true; - - // Disable and re-enable the body to avoid IE from - // taking the editing focus at startup. (#141 / #523) - body.disabled = true; - body.contentEditable = editable; - body.removeAttribute( 'disabled' ); - } - else - { - // Avoid opening design mode in a frame window thread, - // which will cause host page scrolling.(#4397) - setTimeout( function() - { - // Prefer 'contentEditable' instead of 'designMode'. (#3593) - if ( CKEDITOR.env.gecko && CKEDITOR.env.version >= 10900 - || CKEDITOR.env.opera ) - domDocument.$.body.contentEditable = editable; - else if ( CKEDITOR.env.webkit ) - domDocument.$.body.parentNode.contentEditable = editable; - else - domDocument.$.designMode = editable? 'off' : 'on'; - }, 0 ); - } - - editable && CKEDITOR.env.gecko && CKEDITOR.tools.setTimeout( activateEditing, 0, null, editor ); - - domWindow = editor.window = new CKEDITOR.dom.window( domWindow ); - domDocument = editor.document = new CKEDITOR.dom.document( domDocument ); - - editable && domDocument.on( 'dblclick', function( evt ) - { - var element = evt.data.getTarget(), - data = { element : element, dialog : '' }; - editor.fire( 'doubleclick', data ); - data.dialog && editor.openDialog( data.dialog ); - }); - - // Prevent automatic submission in IE #6336 - CKEDITOR.env.ie && domDocument.on( 'click', function( evt ) - { - var element = evt.data.getTarget(); - if ( element.is( 'input' ) ) - { - var type = element.getAttribute( 'type' ); - if ( type == 'submit' || type == 'reset' ) - evt.data.preventDefault(); - } - }); - - // Gecko/Webkit need some help when selecting control type elements. (#3448) - if ( !( CKEDITOR.env.ie || CKEDITOR.env.opera ) ) - { - domDocument.on( 'mousedown', function( ev ) - { - var control = ev.data.getTarget(); - if ( control.is( 'img', 'hr', 'input', 'textarea', 'select' ) ) - editor.getSelection().selectElement( control ); - } ); - } - - if ( CKEDITOR.env.gecko ) - { - domDocument.on( 'mouseup', function( ev ) - { - if ( ev.data.$.button == 2 ) - { - var target = ev.data.getTarget(); - - // Prevent right click from selecting an empty block even - // when selection is anchored inside it. (#5845) - if ( !target.getOuterHtml().replace( emptyParagraphRegexp, '' ) ) - { - var range = new CKEDITOR.dom.range( domDocument ); - range.moveToElementEditStart( target ); - range.select( true ); - } - } - } ); - } - - // Prevent the browser opening links in read-only blocks. (#6032) - domDocument.on( 'click', function( ev ) - { - ev = ev.data; - if ( ev.getTarget().is( 'a' ) && ev.$.button != 2 ) - ev.preventDefault(); - }); - - // Webkit: avoid from editing form control elements content. - if ( CKEDITOR.env.webkit ) - { - // Mark that cursor will right blinking (#7113). - domDocument.on( 'mousedown', function() { wasFocused = 1; } ); - // Prevent from tick checkbox/radiobox/select - domDocument.on( 'click', function( ev ) - { - if ( ev.data.getTarget().is( 'input', 'select' ) ) - ev.data.preventDefault(); - } ); - - // Prevent from editig textfield/textarea value. - domDocument.on( 'mouseup', function( ev ) - { - if ( ev.data.getTarget().is( 'input', 'textarea' ) ) - ev.data.preventDefault(); - } ); - } - - // IE standard compliant in editing frame doesn't focus the editor when - // clicking outside actual content, manually apply the focus. (#1659) - if ( editable && - CKEDITOR.env.ie && domDocument.$.compatMode == 'CSS1Compat' - || CKEDITOR.env.gecko - || CKEDITOR.env.opera ) - { - var htmlElement = domDocument.getDocumentElement(); - htmlElement.on( 'mousedown', function( evt ) - { - // Setting focus directly on editor doesn't work, we - // have to use here a temporary element to 'redirect' - // the focus. - if ( evt.data.getTarget().equals( htmlElement ) ) - { - if ( CKEDITOR.env.gecko && CKEDITOR.env.version >= 10900 ) - blinkCursor(); - focusGrabber.focus(); - } - } ); - } - - var focusTarget = CKEDITOR.env.ie ? iframe : domWindow; - focusTarget.on( 'blur', function() - { - editor.focusManager.blur(); - }); - - var wasFocused; - - focusTarget.on( 'focus', function() - { - var doc = editor.document; - - if ( editable && CKEDITOR.env.gecko && CKEDITOR.env.version >= 10900 ) - blinkCursor(); - else if ( CKEDITOR.env.opera ) - doc.getBody().focus(); - // Webkit needs focus for the first time on the HTML element. (#6153) - else if ( CKEDITOR.env.webkit ) - { - if ( !wasFocused ) - { - editor.document.getDocumentElement().focus(); - wasFocused = 1; - } - } - - editor.focusManager.focus(); - }); - - var keystrokeHandler = editor.keystrokeHandler; - // Prevent backspace from navigating off the page. - keystrokeHandler.blockedKeystrokes[ 8 ] = !editable; - keystrokeHandler.attach( domDocument ); - - if ( CKEDITOR.env.ie ) - { - domDocument.getDocumentElement().addClass( domDocument.$.compatMode ); - // Override keystrokes which should have deletion behavior - // on control types in IE . (#4047) - editable && domDocument.on( 'keydown', function( evt ) - { - var keyCode = evt.data.getKeystroke(); - - // Backspace OR Delete. - if ( keyCode in { 8 : 1, 46 : 1 } ) - { - var sel = editor.getSelection(), - control = sel.getSelectedElement(); - - if ( control ) - { - // Make undo snapshot. - editor.fire( 'saveSnapshot' ); - - // Delete any element that 'hasLayout' (e.g. hr,table) in IE8 will - // break up the selection, safely manage it here. (#4795) - var bookmark = sel.getRanges()[ 0 ].createBookmark(); - // Remove the control manually. - control.remove(); - sel.selectBookmarks( [ bookmark ] ); - - editor.fire( 'saveSnapshot' ); - - evt.data.preventDefault(); - } - } - } ); - - // PageUp/PageDown scrolling is broken in document - // with standard doctype, manually fix it. (#4736) - if ( domDocument.$.compatMode == 'CSS1Compat' ) - { - var pageUpDownKeys = { 33 : 1, 34 : 1 }; - domDocument.on( 'keydown', function( evt ) - { - if ( evt.data.getKeystroke() in pageUpDownKeys ) - { - setTimeout( function () - { - editor.getSelection().scrollIntoView(); - }, 0 ); - } - } ); - } - - // Prevent IE from leaving new paragraph after deleting all contents in body. (#6966) - editor.config.enterMode != CKEDITOR.ENTER_P - && domDocument.on( 'selectionchange', function() - { - var body = domDocument.getBody(), - range = editor.getSelection().getRanges()[ 0 ]; - - if ( body.getHtml().match( /^<p> <\/p>$/i ) - && range.startContainer.equals( body ) ) - { - // Avoid the ambiguity from a real user cursor position. - setTimeout( function () - { - range = editor.getSelection().getRanges()[ 0 ]; - if ( !range.startContainer.equals ( 'body' ) ) - { - body.getFirst().remove( 1 ); - range.moveToElementEditEnd( body ); - range.select( 1 ); - } - }, 0 ); - } - }); - } - - // Adds the document body as a context menu target. - if ( editor.contextMenu ) - editor.contextMenu.addTarget( domDocument, editor.config.browserContextMenuOnCtrl !== false ); - - setTimeout( function() - { - editor.fire( 'contentDom' ); - - if ( fireMode ) - { - editor.mode = 'wysiwyg'; - editor.fire( 'mode' ); - fireMode = false; - } - - isLoadingData = false; - - if ( isPendingFocus ) - { - editor.focus(); - isPendingFocus = false; - } - setTimeout( function() - { - editor.fire( 'dataReady' ); - }, 0 ); - - // IE, Opera and Safari may not support it and throw errors. - try { editor.document.$.execCommand( 'enableInlineTableEditing', false, !editor.config.disableNativeTableHandles ); } catch(e) {} - if ( editor.config.disableObjectResizing ) - { - try - { - editor.document.$.execCommand( 'enableObjectResizing', false, false ); - } - catch(e) - { - // For browsers in which the above method failed, we can cancel the resizing on the fly (#4208) - editor.document.getBody().on( CKEDITOR.env.ie ? 'resizestart' : 'resize', function( evt ) - { - evt.data.preventDefault(); - }); - } - } - - /* - * IE BUG: IE might have rendered the iframe with invisible contents. - * (#3623). Push some inconsequential CSS style changes to force IE to - * refresh it. - * - * Also, for some unknown reasons, short timeouts (e.g. 100ms) do not - * fix the problem. :( - */ - if ( CKEDITOR.env.ie ) - { - setTimeout( function() - { - if ( editor.document ) - { - var $body = editor.document.$.body; - $body.runtimeStyle.marginBottom = '0px'; - $body.runtimeStyle.marginBottom = ''; - } - }, 1000 ); - } - }, - 0 ); - } - - editor.addMode( 'wysiwyg', - { - load : function( holderElement, data, isSnapshot ) - { - mainElement = holderElement; - - if ( CKEDITOR.env.ie && CKEDITOR.env.quirks ) - holderElement.setStyle( 'position', 'relative' ); - - // The editor data "may be dirty" after this - // point. - editor.mayBeDirty = true; - - fireMode = true; - - if ( isSnapshot ) - this.loadSnapshotData( data ); - else - this.loadData( data ); - }, - - loadData : function( data ) - { - isLoadingData = true; - editor._.dataStore = { id : 1 }; - - var config = editor.config, - fullPage = config.fullPage, - docType = config.docType; - - // Build the additional stuff to be included into <head>. - var headExtra = - '<style type="text/css" data-cke-temp="1">' + - editor._.styles.join( '\n' ) + - '</style>'; - - !fullPage && ( headExtra = - CKEDITOR.tools.buildStyleHtml( editor.config.contentsCss ) + - headExtra ); - - var baseTag = config.baseHref ? '<base href="' + config.baseHref + '" data-cke-temp="1" />' : ''; - - if ( fullPage ) - { - // Search and sweep out the doctype declaration. - data = data.replace( /<!DOCTYPE[^>]*>/i, function( match ) - { - editor.docType = docType = match; - return ''; - }).replace( /<\?xml\s[^\?]*\?>/i, function( match ) - { - editor.xmlDeclaration = match; - return ''; - }); - } - - // Get the HTML version of the data. - if ( editor.dataProcessor ) - data = editor.dataProcessor.toHtml( data, fixForBody ); - - if ( fullPage ) - { - // Check if the <body> tag is available. - if ( !(/<body[\s|>]/).test( data ) ) - data = '<body>' + data; - - // Check if the <html> tag is available. - if ( !(/<html[\s|>]/).test( data ) ) - data = '<html>' + data + '</html>'; - - // Check if the <head> tag is available. - if ( !(/<head[\s|>]/).test( data ) ) - data = data.replace( /<html[^>]*>/, '$&<head><title></title></head>' ) ; - else if ( !(/<title[\s|>]/).test( data ) ) - data = data.replace( /<head[^>]*>/, '$&<title></title>' ) ; - - // The base must be the first tag in the HEAD, e.g. to get relative - // links on styles. - baseTag && ( data = data.replace( /<head>/, '$&' + baseTag ) ); - - // Inject the extra stuff into <head>. - // Attention: do not change it before testing it well. (V2) - // This is tricky... if the head ends with <meta ... content type>, - // Firefox will break. But, it works if we place our extra stuff as - // the last elements in the HEAD. - data = data.replace( /<\/head\s*>/, headExtra + '$&' ); - - // Add the DOCTYPE back to it. - data = docType + data; - } - else - { - data = - config.docType + - '<html dir="' + config.contentsLangDirection + '"' + - ' lang="' + ( config.contentsLanguage || editor.langCode ) + '">' + - '<head>' + - '<title>' + frameLabel + '</title>' + - baseTag + - headExtra + - '</head>' + - '<body' + ( config.bodyId ? ' id="' + config.bodyId + '"' : '' ) + - ( config.bodyClass ? ' class="' + config.bodyClass + '"' : '' ) + - '>' + - data + - '</html>'; - } - - // Distinguish bogus to normal BR at the end of document for Mozilla. (#5293). - if ( CKEDITOR.env.gecko ) - data = data.replace( /<br \/>(?=\s*<\/(:?html|body)>)/, '$&<br type="_moz" />' ); - - data += activationScript; - - - // The iframe is recreated on each call of setData, so we need to clear DOM objects - this.onDispose(); - createIFrame( data ); - }, - - getData : function() - { - var config = editor.config, - fullPage = config.fullPage, - docType = fullPage && editor.docType, - xmlDeclaration = fullPage && editor.xmlDeclaration, - doc = iframe.getFrameDocument(); - - var data = fullPage - ? doc.getDocumentElement().getOuterHtml() - : doc.getBody().getHtml(); - - // BR at the end of document is bogus node for Mozilla. (#5293). - if ( CKEDITOR.env.gecko ) - data = data.replace( /<br>(?=\s*(:?$|<\/body>))/, '' ); - - if ( editor.dataProcessor ) - data = editor.dataProcessor.toDataFormat( data, fixForBody ); - - // Reset empty if the document contains only one empty paragraph. - if ( config.ignoreEmptyParagraph ) - data = data.replace( emptyParagraphRegexp, function( match, lookback ) { return lookback; } ); - - if ( xmlDeclaration ) - data = xmlDeclaration + '\n' + data; - if ( docType ) - data = docType + '\n' + data; - - return data; - }, - - getSnapshotData : function() - { - return iframe.getFrameDocument().getBody().getHtml(); - }, - - loadSnapshotData : function( data ) - { - iframe.getFrameDocument().getBody().setHtml( data ); - }, - - onDispose : function() - { - if ( !editor.document ) - return; - - editor.document.getDocumentElement().clearCustomData(); - editor.document.getBody().clearCustomData(); - - editor.window.clearCustomData(); - editor.document.clearCustomData(); - - iframe.clearCustomData(); - - /* - * IE BUG: When destroying editor DOM with the selection remains inside - * editing area would break IE7/8's selection system, we have to put the editing - * iframe offline first. (#3812 and #5441) - */ - iframe.remove(); - }, - - unload : function( holderElement ) - { - this.onDispose(); - - editor.window = editor.document = iframe = mainElement = isPendingFocus = null; - - editor.fire( 'contentDomUnload' ); - }, - - focus : function() - { - var win = editor.window; - - if ( isLoadingData ) - isPendingFocus = true; - // Temporary solution caused by #6025, supposed be unified by #6154. - else if ( CKEDITOR.env.opera && editor.document ) - { - // Required for Opera when switching focus - // from another iframe, e.g. panels. (#6444) - var iframe = editor.window.$.frameElement; - iframe.blur(), iframe.focus(); - editor.document.getBody().focus(); - - editor.selectionChange(); - } - else if ( !CKEDITOR.env.opera && win ) - { - // AIR needs a while to focus when moving from a link. - CKEDITOR.env.air ? setTimeout( function () { win.focus(); }, 0 ) : win.focus(); - editor.selectionChange(); - } - } - }); - - editor.on( 'insertHtml', onInsert( doInsertHtml ) , null, null, 20 ); - editor.on( 'insertElement', onInsert( doInsertElement ), null, null, 20 ); - editor.on( 'insertText', onInsert( doInsertText ), null, null, 20 ); - // Auto fixing on some document structure weakness to enhance usabilities. (#3190 and #3189) - editor.on( 'selectionChange', onSelectionChangeFixBody, null, null, 1 ); - }); - - var titleBackup; - // Setting voice label as window title, backup the original one - // and restore it before running into use. - editor.on( 'contentDom', function() - { - var title = editor.document.getElementsByTag( 'title' ).getItem( 0 ); - title.data( 'cke-title', editor.document.$.title ); - editor.document.$.title = frameLabel; - }); - - editor.on( 'readOnly', function() - { - if ( editor.mode == 'wysiwyg' ) - { - // Symply reload the wysiwyg area. It'll take care of read-only. - var wysiwyg = editor.getMode(); - wysiwyg.loadData( wysiwyg.getData() ); - } - }); - - // IE>=8 stricts mode doesn't have 'contentEditable' in effect - // on element unless it has layout. (#5562) - if ( CKEDITOR.document.$.documentMode >= 8 ) - { - editor.addCss( 'html.CSS1Compat [contenteditable=false]{ min-height:0 !important;}' ); - - var selectors = []; - for ( var tag in CKEDITOR.dtd.$removeEmpty ) - selectors.push( 'html.CSS1Compat ' + tag + '[contenteditable=false]' ); - editor.addCss( selectors.join( ',' ) + '{ display:inline-block;}' ); - } - // Set the HTML style to 100% to have the text cursor in affect (#6341) - else if ( CKEDITOR.env.gecko ) - { - editor.addCss( 'html { height: 100% !important; }' ); - editor.addCss( 'img:-moz-broken { -moz-force-broken-image-icon : 1; width : 24px; height : 24px; }' ); - } - - /* #3658: [IE6] Editor document has horizontal scrollbar on long lines - To prevent this misbehavior, we show the scrollbar always */ - /* #6341: The text cursor must be set on the editor area. */ - /* #6632: Avoid having "text" shape of cursor in IE7 scrollbars.*/ - editor.addCss( 'html { _overflow-y: scroll; cursor: text; *cursor:auto;}' ); - // Use correct cursor for these elements - editor.addCss( 'img, input, textarea { cursor: default;}' ); - - // Switch on design mode for a short while and close it after then. - function blinkCursor( retry ) - { - if ( editor.readOnly ) - return; - - CKEDITOR.tools.tryThese( - function() - { - editor.document.$.designMode = 'on'; - setTimeout( function() - { - editor.document.$.designMode = 'off'; - if ( CKEDITOR.currentInstance == editor ) - editor.document.getBody().focus(); - }, 50 ); - }, - function() - { - // The above call is known to fail when parent DOM - // tree layout changes may break design mode. (#5782) - // Refresh the 'contentEditable' is a cue to this. - editor.document.$.designMode = 'off'; - var body = editor.document.getBody(); - body.setAttribute( 'contentEditable', false ); - body.setAttribute( 'contentEditable', true ); - // Try it again once.. - !retry && blinkCursor( 1 ); - }); - } - - // Create an invisible element to grab focus. - if ( CKEDITOR.env.gecko || CKEDITOR.env.ie || CKEDITOR.env.opera ) - { - var focusGrabber; - editor.on( 'uiReady', function() - { - focusGrabber = editor.container.append( CKEDITOR.dom.element.createFromHtml( - // Use 'span' instead of anything else to fly under the screen-reader radar. (#5049) - '<span tabindex="-1" style="position:absolute;" role="presentation"></span>' ) ); - - focusGrabber.on( 'focus', function() - { - editor.focus(); - } ); - - editor.focusGrabber = focusGrabber; - } ); - editor.on( 'destroy', function() - { - CKEDITOR.tools.removeFunction( contentDomReadyHandler ); - focusGrabber.clearCustomData(); - delete editor.focusGrabber; - } ); - } - - // Disable form elements editing mode provided by some browers. (#5746) - editor.on( 'insertElement', function ( evt ) - { - var element = evt.data; - if ( element.type == CKEDITOR.NODE_ELEMENT - && ( element.is( 'input' ) || element.is( 'textarea' ) ) ) - { - // We should flag that the element was locked by our code so - // it'll be editable by the editor functions (#6046). - if ( !element.isReadOnly() ) - element.data( 'cke-editable', element.hasAttribute( 'contenteditable' ) ? 'true' : '1' ); - element.setAttribute( 'contentEditable', false ); - } - }); - - } - }); - - // Fixing Firefox 'Back-Forward Cache' break design mode. (#4514) - if ( CKEDITOR.env.gecko ) - { - (function() - { - var body = document.body; - - if ( !body ) - window.addEventListener( 'load', arguments.callee, false ); - else - { - var currentHandler = body.getAttribute( 'onpageshow' ); - body.setAttribute( 'onpageshow', ( currentHandler ? currentHandler + ';' : '') + - 'event.persisted && (function(){' + - 'var allInstances = CKEDITOR.instances, editor, doc;' + - 'for ( var i in allInstances )' + - '{' + - ' editor = allInstances[ i ];' + - ' doc = editor.document;' + - ' if ( doc )' + - ' {' + - ' doc.$.designMode = "off";' + - ' doc.$.designMode = "on";' + - ' }' + - '}' + - '})();' ); - } - } )(); - - } -})(); - -/** - * Disables the ability of resize objects (image and tables) in the editing - * area. - * @type Boolean - * @default false - * @example - * config.disableObjectResizing = true; - */ -CKEDITOR.config.disableObjectResizing = false; - -/** - * Disables the "table tools" offered natively by the browser (currently - * Firefox only) to make quick table editing operations, like adding or - * deleting rows and columns. - * @type Boolean - * @default true - * @example - * config.disableNativeTableHandles = false; - */ -CKEDITOR.config.disableNativeTableHandles = true; - -/** - * Disables the built-in words spell checker if browser provides one.<br /><br /> - * - * <strong>Note:</strong> Although word suggestions provided by browsers (natively) will not appear in CKEditor's default context menu, - * users can always reach the native context menu by holding the <em>Ctrl</em> key when right-clicking if {@link CKEDITOR.config.browserContextMenuOnCtrl} - * is enabled or you're simply not using the context menu plugin. - * - * @type Boolean - * @default true - * @example - * config.disableNativeSpellChecker = false; - */ -CKEDITOR.config.disableNativeSpellChecker = true; - -/** - * Whether the editor must output an empty value ("") if it's contents is made - * by an empty paragraph only. - * @type Boolean - * @default true - * @example - * config.ignoreEmptyParagraph = false; - */ -CKEDITOR.config.ignoreEmptyParagraph = true; - -/** - * Fired when data is loaded and ready for retrieval in an editor instance. - * @name CKEDITOR.editor#dataReady - * @event - */ - -/** - * Whether automatically create wrapping blocks around inline contents inside document body, - * this helps to ensure the integrality of the block enter mode. - * <strong>Note:</strong> Changing the default value might introduce unpredictable usability issues. - * @name CKEDITOR.config.autoParagraph - * @since 3.6 - * @type Boolean - * @default true - * @example - * config.autoParagraph = false; - */ - -/** - * Fired when some elements are added to the document - * @name CKEDITOR.editor#ariaWidget - * @event - * @param {Object} element The element being added - */ diff --git a/skins/ckeditor/_source/plugins/xml/plugin.js b/skins/ckeditor/_source/plugins/xml/plugin.js deleted file mode 100644 index 2a6fd36..0000000 --- a/skins/ckeditor/_source/plugins/xml/plugin.js +++ /dev/null @@ -1,170 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @fileOverview Defines the {@link CKEDITOR.xml} class, which represents a - * loaded XML document. - */ - -(function() -{ - CKEDITOR.plugins.add( 'xml', {}); - - /** - * Represents a loaded XML document. - * @constructor - * @param {object|string} xmlObjectOrData A native XML (DOM document) object or - * a string containing the XML definition to be loaded. - * @example - * var xml = <b>new CKEDITOR.xml( '<books><book title="My Book" /></books>' )</b>; - */ - CKEDITOR.xml = function( xmlObjectOrData ) - { - var baseXml = null; - - if ( typeof xmlObjectOrData == 'object' ) - baseXml = xmlObjectOrData; - else - { - var data = ( xmlObjectOrData || '' ).replace( / /g, '\xA0' ); - if ( window.DOMParser ) - baseXml = (new DOMParser()).parseFromString( data, 'text/xml' ); - else if ( window.ActiveXObject ) - { - try { baseXml = new ActiveXObject( 'MSXML2.DOMDocument' ); } - catch(e) - { - try { baseXml = new ActiveXObject( 'Microsoft.XmlDom' ); } catch(e) {} - } - - if ( baseXml ) - { - baseXml.async = false; - baseXml.resolveExternals = false; - baseXml.validateOnParse = false; - baseXml.loadXML( data ); - } - } - } - - /** - * The native XML (DOM document) used by the class instance. - * @type object - * @example - */ - this.baseXml = baseXml; - }; - - CKEDITOR.xml.prototype = - { - /** - * Get a single node from the XML document, based on a XPath query. - * @param {String} xpath The XPath query to execute. - * @param {Object} [contextNode] The XML DOM node to be used as the context - * for the XPath query. The document root is used by default. - * @returns {Object} A XML node element or null if the query has no results. - * @example - * // Create the XML instance. - * var xml = new CKEDITOR.xml( '<list><item id="test1" /><item id="test2" /></list>' ); - * // Get the first <item> node. - * var itemNode = <b>xml.selectSingleNode( 'list/item' )</b>; - * // Alert "item". - * alert( itemNode.nodeName ); - */ - selectSingleNode : function( xpath, contextNode ) - { - var baseXml = this.baseXml; - - if ( contextNode || ( contextNode = baseXml ) ) - { - if ( CKEDITOR.env.ie || contextNode.selectSingleNode ) // IE - return contextNode.selectSingleNode( xpath ); - else if ( baseXml.evaluate ) // Others - { - var result = baseXml.evaluate( xpath, contextNode, null, 9, null); - return ( result && result.singleNodeValue ) || null; - } - } - - return null; - }, - - /** - * Gets a list node from the XML document, based on a XPath query. - * @param {String} xpath The XPath query to execute. - * @param {Object} [contextNode] The XML DOM node to be used as the context - * for the XPath query. The document root is used by default. - * @returns {ArrayLike} An array containing all matched nodes. The array will - * be empty if the query has no results. - * @example - * // Create the XML instance. - * var xml = new CKEDITOR.xml( '<list><item id="test1" /><item id="test2" /></list>' ); - * // Get the first <item> node. - * var itemNodes = xml.selectSingleNode( 'list/item' ); - * // Alert "item" twice, one for each <item>. - * for ( var i = 0 ; i < itemNodes.length ; i++ ) - * alert( itemNodes[i].nodeName ); - */ - selectNodes : function( xpath, contextNode ) - { - var baseXml = this.baseXml, - nodes = []; - - if ( contextNode || ( contextNode = baseXml ) ) - { - if ( CKEDITOR.env.ie || contextNode.selectNodes ) // IE - return contextNode.selectNodes( xpath ); - else if ( baseXml.evaluate ) // Others - { - var result = baseXml.evaluate( xpath, contextNode, null, 5, null); - - if ( result ) - { - var node; - while ( ( node = result.iterateNext() ) ) - nodes.push( node ); - } - } - } - - return nodes; - }, - - /** - * Gets the string representation of hte inner contents of a XML node, - * based on a XPath query. - * @param {String} xpath The XPath query to execute. - * @param {Object} [contextNode] The XML DOM node to be used as the context - * for the XPath query. The document root is used by default. - * @returns {String} The textual representation of the inner contents of - * the node or null if the query has no results. - * @example - * // Create the XML instance. - * var xml = new CKEDITOR.xml( '<list><item id="test1" /><item id="test2" /></list>' ); - * // Alert "<item id="test1" /><item id="test2" />". - * alert( xml.getInnerXml( 'list' ) ); - */ - getInnerXml : function( xpath, contextNode ) - { - var node = this.selectSingleNode( xpath, contextNode ), - xml = []; - if ( node ) - { - node = node.firstChild; - while ( node ) - { - if ( node.xml ) // IE - xml.push( node.xml ); - else if ( window.XMLSerializer ) // Others - xml.push( ( new XMLSerializer() ).serializeToString( node ) ); - - node = node.nextSibling; - } - } - - return xml.length ? xml.join( '' ) : null; - } - }; -})(); diff --git a/skins/ckeditor/_source/skins/kama/dialog.css b/skins/ckeditor/_source/skins/kama/dialog.css deleted file mode 100644 index 0fb40fd..0000000 --- a/skins/ckeditor/_source/skins/kama/dialog.css +++ /dev/null @@ -1,943 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/* Restore the dialog visibility */ -body .cke_dialog -{ - visibility: visible; -} - -/* Force Gecko to consider table as positioned */ -.cke_skin_kama table.cke_dialog.cke_browser_gecko -{ - display:block; -} - -.cke_skin_kama .cke_dialog_body -{ - z-index: 1; - border: solid 1px #ddd; - padding: 5px; - background-color: #fff; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - - /* 'cke_dialog' element has been fixed positioned in all but IE6, while we - need it to be positioned to hold e.g. close button. */ - position: relative; - _position: static; -} - -.cke_skin_kama .cke_dialog_tl, -.cke_skin_kama .cke_dialog_tr, -.cke_skin_kama .cke_dialog_tc, -.cke_skin_kama .cke_dialog_bl, -.cke_skin_kama .cke_dialog_br, -.cke_skin_kama .cke_dialog_bc, -.cke_skin_kama .cke_dialog_ml, -.cke_skin_kama .cke_dialog_mr -{ - display:none; -} - -.cke_skin_kama .cke_dialog_title -{ - font-weight: bold; - font-size: 14px; - padding: 3px 3px 8px; - cursor: move; - position: relative; - border-bottom: 1px solid #eee; -} - -.cke_skin_kama .cke_browser_iequirks .cke_dialog_title, -.cke_skin_kama .cke_browser_ie6 .cke_dialog_title, -.cke_skin_kama .cke_browser_ie7 .cke_dialog_title -{ - margin-bottom: 22px; -} - -.cke_skin_kama .cke_browser_iequirks.cke_single_page .cke_dialog_title, -.cke_skin_kama .cke_browser_ie6.cke_single_page .cke_dialog_title, -.cke_skin_kama .cke_browser_ie7.cke_single_page .cke_dialog_title -{ - margin-bottom: 10px; -} - -.cke_skin_kama .cke_dialog_contents -{ - background-color: #ebebeb; - border: solid 1px #fff; - border-bottom: none; - overflow: auto; - padding: 17px 10px 5px 10px; - -moz-border-radius-topleft: 5px; - -moz-border-radius-topright: 5px; - -webkit-border-top-left-radius: 5px; - -webkit-border-top-right-radius: 5px; - border-top-left-radius: 5px; - border-top-right-radius: 5px; - margin-top: 22px; -} - -.cke_skin_kama .cke_dialog_footer -{ - text-align: right; - background-color: #ebebeb; - border: solid 1px #fff; - border-bottom: none; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-bottomright: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; -} - -.cke_skin_kama .cke_rtl .cke_dialog_footer -{ - text-align: left; -} - -.cke_skin_kama .cke_dialog_footer .cke_resizer -{ - margin-top: 20px; -} -.cke_skin_kama .cke_browser_iequirks .cke_dialog_footer .cke_resizer, -.cke_skin_kama .cke_browser_ie6 .cke_dialog_footer .cke_resizer -{ - margin-top: 27px; -} - -/* tabs */ - -.cke_skin_kama .cke_dialog_tabs -{ - height: 23px; - display: inline-block; - _display: block; - margin-left:10px; - margin-right:10px; - margin-top: 11px; - position: absolute; - z-index: 2; -} - -.cke_skin_kama .cke_browser_iequirks .cke_dialog_tabs, -.cke_skin_kama .cke_browser_ie6 .cke_dialog_tabs, -.cke_skin_kama .cke_browser_ie7 .cke_dialog_tabs -{ - top: 33px; -} - -.cke_skin_kama .cke_rtl .cke_dialog_tabs -{ - right: 10px; -} - -.cke_skin_kama a.cke_dialog_tab, -.cke_skin_kama a:link.cke_dialog_tab, -.cke_skin_kama a:active.cke_dialog_tab, -.cke_skin_kama a:hover.cke_dialog_tab, -.cke_skin_kama a:visited.cke_dialog_tab -{ - background-image: url(images/sprites.png); - background-repeat: repeat-x; - background-position: 0 -1323px; - - background-color: #ebebeb; - height: 14px; - padding: 4px 8px; - display: inline-block; - cursor: pointer; - -} - -/* Gecko 1.8 layout workaround. */ -.cke_skin_kama .cke_browser_gecko18 a.cke_dialog_tab, -.cke_skin_kama .cke_browser_gecko18 a:link.cke_dialog_tab, -.cke_skin_kama .cke_browser_gecko18 a:active.cke_dialog_tab, -.cke_skin_kama .cke_browser_gecko18 a:hover.cke_dialog_tab, -.cke_skin_kama .cke_browser_gecko18 a:visited.cke_dialog_tab -{ - display: inline; - position: relative; - top: 6px; -} - -.cke_skin_kama a:hover.cke_dialog_tab -{ - background-color: #f1f1e3; -} - -.cke_skin_kama .cke_hc a:hover.cke_dialog_tab -{ - padding: 2px 6px !important; - border-width: 3px; -} - -.cke_skin_kama a.cke_dialog_tab_selected, -.cke_skin_kama a:link.cke_dialog_tab_selected, -.cke_skin_kama a:active.cke_dialog_tab_selected, -.cke_skin_kama a:hover.cke_dialog_tab_selected, -.cke_skin_kama a:visited.cke_dialog_tab_selected -{ - background-position: 0 -1279px; - cursor: default; -} - -.cke_skin_kama .cke_hc a.cke_dialog_tab_selected, -.cke_skin_kama .cke_hc a:link.cke_dialog_tab_selected, -.cke_skin_kama .cke_hc a:active.cke_dialog_tab_selected, -.cke_skin_kama .cke_hc a:hover.cke_dialog_tab_selected, -.cke_skin_kama .cke_hc a:visited.cke_dialog_tab_selected -{ - padding: 2px 6px !important; - border-width: 3px; -} - -/* single_page */ - -.cke_skin_kama .cke_single_page .cke_dialog_tabs -{ - display: none; -} - -.cke_skin_kama .cke_single_page .cke_dialog_contents -{ - padding-top: 5px; - margin-top: 10px; -} - -/* IE7 + IE quirks */ -.cke_skin_kama .cke_browser_ie7.cke_single_page .cke_dialog_contents -{ - margin-top: 0px; - position: relative; - margin-bottom: -22px; -} - -.cke_skin_kama .cke_dialog_ui_vbox table, -.cke_skin_kama .cke_dialog_ui_hbox table -{ - margin: auto; -} - -.cke_skin_kama .cke_dialog_ui_vbox_child -{ - padding: 5px 0px; -} - -.cke_skin_kama input.cke_dialog_ui_input_text, -.cke_skin_kama input.cke_dialog_ui_input_password -{ - background-color: white; - border: none; - padding: 0px; - width: 100%; - height: 14px; -} - -.cke_skin_kama div.cke_dialog_ui_input_text, -.cke_skin_kama div.cke_dialog_ui_input_password -{ - background-color: white; - border: 1px solid #a0a0a0; - padding: 1px 0px; - /* IE6/Quirks - make sure the content does not overflow (#7321) */ - _width: 99.9%; -} - -/* Opera/IE doesn't leave enough padding in text input for cursor to blink in RTL. (#6087) */ -.cke_skin_kama .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_text, -.cke_skin_kama .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_text, -.cke_skin_kama .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_password, -.cke_skin_kama .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_password -{ - padding-right: 2px; -} - -/* Compensate the padding added above on container. */ -.cke_skin_kama .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text, -.cke_skin_kama .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_text, -.cke_skin_kama .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_password, -.cke_skin_kama .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_password -{ - padding-left: 2px; -} - -.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_vbox_child, -.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_child, -.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_first, -.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_last -{ - padding-right: 2px !important; -} - -.cke_skin_kama .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text { - padding-right: 1px; -} - -.cke_skin_kama .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_text, -.cke_skin_kama .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_password -{ - border-width: 0px; -} - -.cke_skin_kama .cke_browser_gecko18.cke_hc div.cke_dialog_ui_input_text, -.cke_skin_kama .cke_browser_gecko18.cke_hc div.cke_dialog_ui_input_password -{ - border-width: 1px; -} - -.cke_skin_kama textarea.cke_dialog_ui_input_textarea -{ - background-color: white; - border: none; - padding: 0px; - width: 100%; - /* - * IE6 BUG: Scrollbars in textareas can overflow even if the outer DIV is set to overflow:hidden. - * So leave 1% width for the scrollbar. In most situations the 1% isn't noticeable by users. - */ - _width: 99%; - overflow: auto; - resize: none; -} - -.cke_skin_kama div.cke_dialog_ui_input_textarea -{ - background-color: white; - border: 1px solid #a0a0a0; - padding: 1px 0px; -} - -.cke_skin_kama div.cke_disabled .cke_dialog_ui_labeled_content * -{ - background-color : #a0a0a0; - cursor : default; -} - -/* RTL + IE6: Input overflows dialog element. (#7321) */ -.cke_skin_kama .cke_rtl .cke_dialog_ui_labeled_content -{ - _width: 95%; -} - -.cke_skin_kama .cke_dialog_ui_hbox -{ - width: 100%; -} - -.cke_skin_kama .cke_dialog_ui_hbox_first, -.cke_skin_kama .cke_dialog_ui_hbox_child, -.cke_skin_kama .cke_dialog_ui_hbox_last -{ - vertical-align: top; -} - -.cke_skin_kama .cke_ltr .cke_dialog_ui_hbox_first, -.cke_skin_kama .cke_ltr .cke_dialog_ui_hbox_child -{ - padding-right: 10px; -} - -.cke_skin_kama .cke_rtl .cke_dialog_ui_hbox_first, -.cke_skin_kama .cke_rtl .cke_dialog_ui_hbox_child -{ - padding-left: 10px; -} - -/* button */ - -.cke_skin_kama a.cke_dialog_ui_button -{ - border-collapse: separate; - cursor: default; - - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - background: transparent url(images/sprites.png) repeat-x scroll 0 -1069px; - _background: none; - padding: 5px 0; - text-align: center; -} - -.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button -{ - padding: 0; -} - -/* IE6 buttons. */ -.cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button span -{ - width: 70px; -} - -.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span, -.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span -{ - width: 100px; -} - -.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span, -.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span, -.cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button span -{ - padding: 5px 15px; - text-align: center; - color: #3b3b1f; - background: #53D9F0 none; - display: inline-block; - cursor: default; -} -/* END IE6 buttons. */ - -.cke_skin_kama .cke_browser_webkit a.cke_dialog_ui_button span.cke_dialog_ui_button -{ - margin: 0; -} -.cke_skin_kama .cke_browser_webkit a.cke_dialog_ui_button -{ - display:inline-block; - padding-top: 3px; - padding-bottom: 2px; - margin: 2px 0; -} - -.cke_skin_kama a.cke_dialog_ui_button_ok span, -.cke_skin_kama a.cke_dialog_ui_button_cancel span -{ - width:60px; - padding-right: 20px; - padding-left: 20px; -} - -.cke_skin_kama a.cke_dialog_ui_button_ok -{ - background-position: 0 -1143px; -} - -.cke_skin_kama a.cke_dialog_ui_button_ok span -{ - background: transparent url(images/sprites.png) no-repeat scroll right -1219px; -} - -.cke_skin_kama .cke_rtl a.cke_dialog_ui_button_ok span -{ - background-position: left -1219px; -} - -.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_ok span, -.cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_ok span -{ - background-color: #B8E834; - margin-right: 0; -} - -.cke_skin_kama a.cke_dialog_ui_button_cancel -{ - background-position: 0 -1104px; -} - -.cke_skin_kama a.cke_dialog_ui_button_cancel span -{ - background: transparent url(images/sprites.png) no-repeat scroll right -1245px; -} - -.cke_skin_kama .cke_rtl a.cke_dialog_ui_button_cancel span -{ - background-position: left -1245px; -} - -.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_cancel span, -.cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_cancel span -{ - background-color: #F65D20; -} - -.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_cancel span, -.cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_cancel span, -.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_ok span, -.cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_ok span -{ - background-image: none; -} - -.cke_skin_kama span.cke_dialog_ui_button -{ - padding: 2px 10px; - text-align: center; - color: #222; - display: inline-block; - cursor: default; - min-width: 60px; - +margin: 2px 0; /* IE7 */ -} - -/* Gecko 1.8 does not support display: inline-block */ -.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons span.cke_dialog_ui_button -{ - display: block; -} - -.cke_skin_kama a.cke_dialog_ui_button span.cke_disabled -{ - border: #898980 1px solid; - color: #5e5e55; - background-color: #c5c5b3; -} - -.cke_skin_kama a:hover.cke_dialog_ui_button, -.cke_skin_kama a:focus.cke_dialog_ui_button, -.cke_skin_kama a:active.cke_dialog_ui_button -{ - background-position: 0 -1179px; -} - -.cke_skin_kama .cke_hc a:hover.cke_dialog_ui_button, -.cke_skin_kama .cke_hc a:focus.cke_dialog_ui_button, -.cke_skin_kama .cke_hc a:active.cke_dialog_ui_button -{ - border-width: 2px; -} - -/* Skip hover effect on IE6 */ -.cke_skin_kama .cke_browser_iequirks a:hover.cke_dialog_ui_button span, -.cke_skin_kama .cke_browser_iequirks a:focus.cke_dialog_ui_button span, -.cke_skin_kama .cke_browser_iequirks a:active.cke_dialog_ui_button span, -.cke_skin_kama .cke_browser_ie6 a:hover.cke_dialog_ui_button span, -.cke_skin_kama .cke_browser_ie6 a:focus.cke_dialog_ui_button span, -.cke_skin_kama .cke_browser_ie6 a:active.cke_dialog_ui_button span -{ - background-image: none; - background: #F7A922; -} - -.cke_skin_kama .cke_dialog_footer_buttons -{ - display: inline-table; - margin-right: 12px; - margin-left: 12px; - width: auto; - position: relative; -} - -/* IE7 needs position static #6806 */ -.cke_skin_kama .cke_browser_ie7 .cke_dialog_footer_buttons -{ - position: static; -} - -/* Gecko 1.8 does not support for display: inline-table */ -.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons -{ - display: inline; -} - -.cke_skin_kama .cke_dialog_footer_buttons span.cke_dialog_ui_button -{ - margin: 7px 0; - text-align: center; -} - -/* Firefox2 buttons */ -.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons a.cke_dialog_ui_button -{ - display: block; - padding: 0; -} - -.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons span.cke_dialog_ui_button -{ - padding-bottom: 5px; - padding-top: 6px; - margin-bottom: 0; -} - -.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons .cke_dialog_ui_button_ok .cke_dialog_ui_button -{ - background-position: right -1214px; -} - -.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons .cke_dialog_ui_button_cancel .cke_dialog_ui_button -{ - background-position: right -1242px; -} -/* END Firefox2 buttons */ - -.cke_skin_kama .cke_browser_ie9.cke_rtl .cke_dialog_footer_buttons td -{ - padding-left: 2px; -} - -.cke_skin_kama strong -{ - font-weight: bold; -} - -/* close_button */ - -.cke_skin_kama .cke_dialog .cke_dialog_body .cke_dialog_close_button -{ - background-image: url(images/sprites.png); - background-repeat: no-repeat; - background-position: 0 -1022px; - position: absolute; - cursor: pointer; - text-align: center; - height: 20px; - width: 20px; - top: 5px; - /* IE 6 */ - _background-image: url(images/sprites_ie6.png); -} - -.cke_skin_kama .cke_dialog_close_button span -{ - display: none; -} - -.cke_skin_kama .cke_dialog_close_button:hover -{ - background-position: 0 -1045px; -} - -.cke_skin_kama .cke_ltr .cke_dialog_close_button -{ - right: 10px; -} - -.cke_skin_kama .cke_browser_ie8.cke_rtl .cke_dialog_close_button -{ - left: 8px; -} - -.cke_skin_kama .cke_rtl .cke_dialog_close_button -{ - left: 10px; -} - -.cke_skin_kama .cke_browser_ie7.cke_rtl .cke_dialog_close_button -{ - left: 16px; - top: 0; -} - -/*.cke_skin_kama .cke_browser_ie6.cke_rtl .cke_dialog_close_button -{ - left: 16px; -}*/ - -/* IE7 + IE quirks */ -.cke_skin_kama .cke_browser_ie7.cke_rtl .cke_dialog_close_button -{ - position: absolute; - left: 10px; - top: 5px; -} - -/* IE7 + IE quirks */ -.cke_skin_kama .cke_browser_ie7.cke_single_page .cke_dialog_footer -{ - margin-top: 22px; -} - -.cke_skin_kama .cke_browser_ie6 .cke_dialog_close_button, -.cke_skin_kama .cke_browser_iequirks .cke_dialog_close_button -{ - top: 7px; -} - -/* IE7 + IE quirks */ -.cke_skin_kama .cke_browser_ie7.cke_ltr .cke_dialog_close_button -{ - margin-top: 0; -} - -.cke_skin_kama .cke_dialog_ui_input_select -{ - border: 1px solid #a0a0a0; - background-color: white; -} - -.cke_skin_kama .cke_dialog_ui_input_file -{ - width: 100%; - height: 25px; -} - -/* - * Some utility CSS classes for dialog authors. - */ -.cke_skin_kama .cke_dialog .cke_dark_background -{ - background-color: #eaead1; -} - -.cke_skin_kama .cke_dialog .cke_hand -{ - cursor: pointer; -} - -.cke_skin_kama .cke_dialog .cke_centered -{ - text-align: center; -} - -.cke_skin_kama .cke_dialog a.cke_btn_reset -{ - float: right; - background-position: 0 -32px; - background-image: url(images/mini.gif); - width: 16px; - height: 16px; - background-repeat: no-repeat; - border: 1px none; - font-size: 1px; -} - -.cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_reset -{ - float: left; -} - -.cke_skin_kama .cke_dialog a.cke_btn_locked, -.cke_skin_kama .cke_dialog a.cke_btn_unlocked -{ - float: left; - background-position: 0 0; - background-image: url(images/mini.gif); - width: 16px; - height: 16px; - background-repeat: no-repeat; - border: none 1px; - font-size: 1px; -} -.cke_skin_kama .cke_dialog a.cke_btn_locked .cke_icon -{ - display:none; -} - -.cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_locked, -.cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_unlocked -{ - float: right; -} - -.cke_skin_kama .cke_dialog a.cke_btn_unlocked -{ - background-position: 0 -16px; - background-image: url(images/mini.gif); -} - -.cke_skin_kama .cke_dialog .cke_btn_over -{ - border: outset 1px; - cursor: pointer; -} - -.cke_skin_kama .cke_dialog .ImagePreviewBox -{ - border : 2px ridge black; - overflow : scroll; - height : 200px; - width : 300px; - padding : 2px; - background-color : white; -} - -.cke_skin_kama .cke_dialog .ImagePreviewBox table td { - white-space: normal; -} - -/* Fix iframedialog's height doesn't stretch to 100% #4863.*/ -.cke_skin_kama .cke_browser_iequirks .cke_dialog_page_contents -{ - _position: absolute; -} - -.cke_skin_kama .cke_dialog .ImagePreviewLoader -{ - position: absolute; - white-space : normal; - overflow : hidden; - height : 160px; - width : 230px; - margin : 2px; - padding : 2px; - opacity : 0.9; - filter : alpha(opacity=90); - - background-color : #e4e4e4; -} - -.cke_skin_kama .cke_dialog .FlashPreviewBox -{ - white-space : normal; - border : 2px ridge black; - overflow : auto; - height : 160px; - width : 390px; - padding : 2px; - background-color : white; -} - -.cke_skin_kama .cke_dialog .cke_pastetext -{ - width: 346px; - height: 170px; -} - -.cke_skin_kama .cke_dialog .cke_pastetext textarea -{ - width: 340px; - height: 170px; - resize: none; -} - -.cke_skin_kama .cke_dialog iframe.cke_pasteframe -{ - width: 346px; - height: 130px; - background-color: white; - border: 1px solid black; -} - -.cke_skin_kama .cke_dialog .cke_dark_background -{ - text-align : center; - background-color: #eaead1; - font-size : 14px; -} - -.cke_skin_kama .cke_dialog .cke_light_background -{ - text-align : center; - background-color: #ffffbe; -} - -.cke_skin_kama .cke_dialog .cke_hand -{ - cursor: pointer; -} - -.cke_skin_kama .cke_disabled -{ - color: #a0a0a0; -} - -/* High Contrast Mode */ - -.cke_skin_kama .cke_hc .cke_dialog_title, -.cke_skin_kama .cke_hc .cke_dialog_tabs, -.cke_skin_kama .cke_hc .cke_dialog_contents, -.cke_skin_kama .cke_hc .cke_dialog_footer -{ - border-left: 1px solid; - border-right: 1px solid; -} - -.cke_skin_kama .cke_hc .cke_dialog_title -{ - border-top: 1px solid; -} - -.cke_skin_kama .cke_hc .cke_dialog_footer -{ - border-bottom: 1px solid; -} - -.cke_skin_kama .cke_hc .cke_dialog_close_button span -{ - display: inline; - cursor: pointer; - font-weight: bold; - position: relative; - top: 3px; -} - -.cke_skin_kama .cke_dialog_body .cke_label -{ - display: none; -} - -.cke_skin_kama .cke_dialog_body label.cke_required -{ - font-weight: bold; -} - -.cke_skin_kama .cke_hc .cke_dialog_body .cke_label -{ - display: inline; - cursor: inherit; -} - -.cke_skin_kama .cke_hc a.cke_btn_locked, -.cke_skin_kama .cke_hc a.cke_btn_unlocked, -.cke_skin_kama .cke_hc a.cke_btn_reset -{ - border-style: solid; - float: left; - width: auto; - height: auto; - padding: 0 2px; -} - -.cke_skin_kama .cke_rtl.cke_hc a.cke_btn_locked, -.cke_skin_kama .cke_rtl.cke_hc a.cke_btn_unlocked, -.cke_skin_kama .cke_rtl.cke_hc a.cke_btn_reset -{ - float: right; -} -.cke_skin_kama .cke_hc a.cke_btn_locked .cke_icon -{ - display:inline; -} - -.cke_skin_kama a.cke_smile img -{ - /* IE6 does not support transparent borders */ - border: 2px solid #eaead1; -} - -.cke_skin_kama a.cke_smile:focus img, -.cke_skin_kama a.cke_smile:active img, -.cke_skin_kama a.cke_smile:hover img -{ - border-color: #C7C78F; -} - -.cke_skin_kama .cke_hc .cke_dialog_tabs a, -.cke_skin_kama .cke_hc .cke_dialog_footer a -{ - opacity: 1.0; - filter: alpha(opacity=100); - border: 1px solid white; -} - -.cke_skin_kama .cke_hc .ImagePreviewBox -{ - width: 260px; -} - -/** - * Styles specific to "cellProperties" dialog. - */ - -.cke_skin_kama .cke_dialog_contents a.colorChooser -{ - display:block; - margin-top:6px; - margin-left: 10px; - width: 80px; -} - -.cke_skin_kama .cke_rtl .cke_dialog_contents a.colorChooser -{ - margin-right: 10px; -} diff --git a/skins/ckeditor/_source/skins/kama/editor.css b/skins/ckeditor/_source/skins/kama/editor.css deleted file mode 100644 index 672f55e..0000000 --- a/skins/ckeditor/_source/skins/kama/editor.css +++ /dev/null @@ -1,25 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -@import url("reset.css"); -@import url("mainui.css"); -@import url("panel.css"); -@import url("toolbar.css"); -@import url("menu.css"); -@import url("richcombo.css"); -@import url("elementspath.css"); -@import url("icons.css"); -@import url("presets.css"); - -/* Restore the container visibility */ -html .cke_skin_kama -{ - visibility: inherit; -} - -html.cke_skin_kama_container -{ - visibility: visible; -} diff --git a/skins/ckeditor/_source/skins/kama/elementspath.css b/skins/ckeditor/_source/skins/kama/elementspath.css deleted file mode 100644 index 60f6c6a..0000000 --- a/skins/ckeditor/_source/skins/kama/elementspath.css +++ /dev/null @@ -1,73 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -@media print -{ - .cke_path - { - display: none; - } -} - -.cke_skin_kama .cke_path -{ - display: inline-block; - float: left; - margin-top: 5px; -} - -.cke_skin_kama .cke_rtl .cke_path -{ - float: right; -} - -.cke_shared .cke_skin_kama .cke_path -{ - _width: 100%; - margin: 0 0 5px; -} - -.cke_skin_kama .cke_path a, -.cke_skin_kama .cke_path .cke_empty -{ - display: inline-block; - float: left; - padding: 1px 4px 0; - color: #60676a; - cursor: default; -} - -.cke_skin_kama .cke_path .cke_empty -{ - visibility: hidden; -} - -.cke_skin_kama .cke_rtl .cke_path a, -.cke_skin_kama .cke_rtl .cke_path cke_empty -{ - float: right; -} - -.cke_skin_kama .cke_path a:hover, -.cke_skin_kama .cke_path a:focus, -.cke_skin_kama .cke_path a:active /* IE */ -{ - background-color: #dff1ff; - padding: 1px 4px 0; - outline: none; - color : #000; -} - -/* IE double float-right workaround */ -.cke_skin_kama .cke_browser_ie .cke_rtl .cke_path a, -.cke_skin_kama .cke_browser_ie .cke_rtl .cke_path .cke_empty -{ - float: none; -} - -.cke_skin_kama .cke_path .cke_label -{ - display: none; -} diff --git a/skins/ckeditor/_source/skins/kama/icons.css b/skins/ckeditor/_source/skins/kama/icons.css deleted file mode 100644 index 9dfa35b..0000000 --- a/skins/ckeditor/_source/skins/kama/icons.css +++ /dev/null @@ -1,366 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -.cke_skin_kama .cke_button_source .cke_icon -{ - background-position: 0 0; -} - -.cke_skin_kama .cke_button_docProps .cke_icon -{ - background-position: 0 -16px; -} - -.cke_skin_kama .cke_button_newpage .cke_icon -{ - background-position: 0 -48px; -} - -.cke_skin_kama .cke_button_preview .cke_icon -{ - background-position: 0 -64px; -} - -.cke_skin_kama .cke_button_cut .cke_icon -{ - background-position: 0 -96px; -} - -.cke_skin_kama .cke_button_copy .cke_icon -{ - background-position: 0 -112px; -} - -.cke_skin_kama .cke_button_paste .cke_icon -{ - background-position: 0 -128px; -} - -.cke_skin_kama .cke_button_pastetext .cke_icon -{ - background-position: 0 -144px; -} - -.cke_skin_kama .cke_button_find .cke_icon -{ - background-position: 0 -240px; -} - -.cke_skin_kama .cke_button_replace .cke_icon -{ - background-position: 0 -256px; -} - -.cke_skin_kama .cke_button_selectAll .cke_icon -{ - background-position: 0 -272px; -} - -.cke_skin_kama .cke_button_removeFormat .cke_icon -{ - background-position: 0 -288px; -} - -.cke_skin_kama .cke_button_bold .cke_icon -{ - background-position: 0 -304px; -} - -.cke_skin_kama .cke_button_italic .cke_icon -{ - background-position: 0 -320px; -} - -.cke_skin_kama .cke_button_underline .cke_icon -{ - background-position: 0 -336px; -} - -.cke_skin_kama .cke_button_strike .cke_icon -{ - background-position: 0 -352px; -} - -.cke_skin_kama .cke_button_subscript .cke_icon -{ - background-position: 0 -368px; -} - -.cke_skin_kama .cke_button_superscript .cke_icon -{ - background-position: 0 -384px; -} - -.cke_skin_kama .cke_button_table .cke_icon -{ - background-position: 0 -608px; -} - -.cke_skin_kama .cke_button_horizontalrule .cke_icon -{ - background-position: 0 -624px; -} - -.cke_skin_kama .cke_button_smiley .cke_icon -{ - background-position: 0 -640px; -} - -.cke_skin_kama .cke_button_link .cke_icon -{ - background-position: 0 -528px; -} - -.cke_skin_kama .cke_button_unlink .cke_icon -{ - background-position: 0 -544px; -} - -.cke_skin_kama .cke_button_anchor .cke_icon -{ - background-position: 0 -560px; -} - -.cke_skin_kama .cke_button_image .cke_icon -{ - background-position: 0 -576px; -} - -.cke_skin_kama .cke_button_flash .cke_icon -{ - background-position: 0 -592px; -} - -.cke_skin_kama .cke_button_specialchar .cke_icon -{ - background-position: 0 -656px; -} - -.cke_skin_kama .cke_button_pagebreak .cke_icon -{ - background-position: 0 -672px; -} - -.cke_skin_kama .cke_button_print .cke_icon -{ - background-position: 0 -176px; -} - -.cke_skin_kama .cke_button_checkspell .cke_icon, -.cke_skin_kama .cke_button_scayt .cke_icon -{ - background-position: 0 -192px; -} - -.cke_skin_kama .cke_button_pagebreak .cke_icon -{ - background-position: 0 -672px; -} - -.cke_skin_kama .cke_button_textcolor .cke_icon -{ - background-position: 0 -704px; -} - -.cke_skin_kama .cke_button_bgcolor .cke_icon -{ - background-position: 0 -720px; -} - -.cke_skin_kama .cke_button_form .cke_icon -{ - background-position: 0 -752px; -} - -.cke_skin_kama .cke_button_checkbox .cke_icon -{ - background-position: 0 -768px; -} - -.cke_skin_kama .cke_button_radio .cke_icon -{ - background-position: 0 -784px; -} - -.cke_skin_kama .cke_button_textfield .cke_icon -{ - background-position: 0 -800px; -} - -.cke_skin_kama .cke_button_textarea .cke_icon -{ - background-position: 0 -816px; -} -.cke_skin_kama .cke_button_showblocks .cke_icon -{ - background-position: 0 -1136px; -} - -.cke_skin_kama .cke_button_select .cke_icon -{ - background-position: 0 -832px; -} - -.cke_skin_kama .cke_button_button .cke_icon -{ - background-position: 0 -848px; -} - -.cke_skin_kama .cke_button_imagebutton .cke_icon -{ - background-position: 0 -864px; -} - -.cke_skin_kama .cke_button_hiddenfield .cke_icon -{ - background-position: 0 -880px; -} - -.cke_skin_kama .cke_button_undo .cke_icon -{ - background-position: 0 -208px; -} - -.cke_skin_kama .cke_rtl .cke_button_undo .cke_icon -{ - background-position: 0 -224px; -} - -.cke_skin_kama .cke_button_redo .cke_icon -{ - background-position: 0 -224px; -} - -.cke_skin_kama .cke_rtl .cke_button_redo .cke_icon -{ - background-position: 0 -208px; -} - -.cke_skin_kama .cke_button_templates .cke_icon -{ - background-position: 0 -80px; -} - -.cke_skin_kama .cke_button_numberedlist .cke_icon -{ - background-position: 0 -400px; -} - -.cke_skin_kama .cke_button_bulletedlist .cke_icon -{ - background-position: 0 -416px; -} - -.cke_skin_kama .cke_mixed_dir_content .cke_button_numberedlist .cke_icon -{ - background-position: 0 -1217px; -} - -.cke_skin_kama .cke_mixed_dir_content .cke_button_bulletedlist .cke_icon -{ - background-position: 0 -1233px; -} - -.cke_skin_kama .cke_button_outdent .cke_icon -{ - background-position: 0 -432px; -} - -.cke_skin_kama .cke_button_indent .cke_icon -{ - background-position: 0 -448px; -} - -.cke_skin_kama .cke_mixed_dir_content .cke_button_indent .cke_icon -{ - background-position: 0 -1265px; -} - -.cke_skin_kama .cke_mixed_dir_content .cke_button_outdent .cke_icon -{ - background-position: 0 -1249px; -} - -.cke_skin_kama .cke_button_justifyleft .cke_icon -{ - background-position: 0 -464px; -} - -.cke_skin_kama .cke_button_justifycenter .cke_icon -{ - background-position: 0 -480px; -} - -.cke_skin_kama .cke_button_justifyright .cke_icon -{ - background-position: 0 -496px; -} - -.cke_skin_kama .cke_button_justifyblock .cke_icon -{ - background-position: 0 -512px; -} - -.cke_skin_kama .cke_button_blockquote .cke_icon -{ - background-position: 0 -1152px; -} - -.cke_skin_kama .cke_button_creatediv .cke_icon -{ - background-position: 0 -1168px; -} -.cke_skin_kama .cke_button_editdiv .cke_icon -{ - background-position: 0 -1184px; -} -.cke_skin_kama .cke_button_removediv .cke_icon -{ - background-position: 0 -1200px; -} - -.cke_skin_kama .cke_button_flash .cke_icon -{ - background-position: 0 -592px; -} - -.cke_skin_kama .cke_button_pastefromword .cke_icon -{ - background-position: 0 -160px; -} - -.cke_skin_kama .cke_button_save .cke_icon -{ - background-position: 0 -32px; -} - -.cke_skin_kama .cke_button_about .cke_icon -{ - background-position: 0 -736px; -} - -.cke_skin_kama .cke_button_maximize .cke_icon -{ - background-position: 0 -1040px; -} - -.cke_skin_kama .cke_button_editdiv .cke_icon -{ - background-position: 0 -1184px; -} - -.cke_skin_kama .cke_button_bidirtl .cke_icon -{ - background-position: 0 -1072px; -} - -.cke_skin_kama .cke_button_bidiltr .cke_icon -{ - background-position: 0 -1056px; -} -.cke_skin_kama .cke_button_iframe .cke_icon -{ - background-position: 0 -1279px; -} diff --git a/skins/ckeditor/_source/skins/kama/icons.png b/skins/ckeditor/_source/skins/kama/icons.png deleted file mode 100644 index 7c3bf19..0000000 Binary files a/skins/ckeditor/_source/skins/kama/icons.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/kama/icons_rtl.png b/skins/ckeditor/_source/skins/kama/icons_rtl.png deleted file mode 100644 index 83eee28..0000000 Binary files a/skins/ckeditor/_source/skins/kama/icons_rtl.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/kama/images/dialog_sides.gif b/skins/ckeditor/_source/skins/kama/images/dialog_sides.gif deleted file mode 100644 index 8f91b47..0000000 Binary files a/skins/ckeditor/_source/skins/kama/images/dialog_sides.gif and /dev/null differ diff --git a/skins/ckeditor/_source/skins/kama/images/dialog_sides.png b/skins/ckeditor/_source/skins/kama/images/dialog_sides.png deleted file mode 100644 index 1042a61..0000000 Binary files a/skins/ckeditor/_source/skins/kama/images/dialog_sides.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png b/skins/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png deleted file mode 100644 index d7f7b49..0000000 Binary files a/skins/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/kama/images/mini.gif b/skins/ckeditor/_source/skins/kama/images/mini.gif deleted file mode 100644 index 54d9107..0000000 Binary files a/skins/ckeditor/_source/skins/kama/images/mini.gif and /dev/null differ diff --git a/skins/ckeditor/_source/skins/kama/images/sprites.png b/skins/ckeditor/_source/skins/kama/images/sprites.png deleted file mode 100644 index 0cb4e1c..0000000 Binary files a/skins/ckeditor/_source/skins/kama/images/sprites.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/kama/images/sprites_ie6.png b/skins/ckeditor/_source/skins/kama/images/sprites_ie6.png deleted file mode 100644 index 5bb305c..0000000 Binary files a/skins/ckeditor/_source/skins/kama/images/sprites_ie6.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/kama/images/toolbar_start.gif b/skins/ckeditor/_source/skins/kama/images/toolbar_start.gif deleted file mode 100644 index 1774246..0000000 Binary files a/skins/ckeditor/_source/skins/kama/images/toolbar_start.gif and /dev/null differ diff --git a/skins/ckeditor/_source/skins/kama/mainui.css b/skins/ckeditor/_source/skins/kama/mainui.css deleted file mode 100644 index 646d221..0000000 --- a/skins/ckeditor/_source/skins/kama/mainui.css +++ /dev/null @@ -1,203 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -.cke_skin_kama -{ - display: block; -} - -/* Main editor only settings. */ -span.cke_skin_kama -{ - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - border: 1px solid #D3D3D3; - padding: 5px; -} - -.cke_skin_kama span.cke_browser_webkit, -.cke_skin_kama span.cke_browser_gecko18 -{ - display: block; -} - -.cke_skin_kama .cke_wrapper -{ - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - background-color: #d3d3d3; - background-image: url(images/sprites.png); - background-repeat: repeat-x; - background-position: 0 -1950px; - display: block; - /* IE Quirks: editor chrome overflow horizontally without an explicit width. */ - _display: inline-block; - padding: 5px; - - /*background-color: Red;*/ -} - -.cke_shared .cke_skin_kama .cke_wrapper -{ - padding-bottom: 0; -} - -.cke_skin_kama .cke_browser_ie6 .cke_wrapper, -.cke_skin_kama .cke_browser_iequirks .cke_wrapper -{ - background-image: none; -} - -.cke_skin_kama .cke_editor -{ - display: inline-table; - width: 100%; -} -.cke_skin_kama .cke_browser_webkit .cke_editor -{ - display: table; /* #6684 */ -} - -.cke_skin_kama .ltr .cke_browser_ie iframe -{ - margin-right: -10px; -} - -.cke_skin_kama .rtl .cke_browser_ie iframe -{ - margin-left: -10px; -} - -.cke_skin_kama .cke_browser_opera .cke_editor.cke_skin_kama .cke_resizer -{ - display: table; -} - -.cke_skin_kama .cke_contents -{ - margin: 5px; -} - -.cke_skin_kama .cke_hc .cke_contents -{ - border: 1px solid black; -} - -.cke_skin_kama .cke_contents iframe -{ - background-color: #fff; -} - -.cke_skin_kama .cke_focus -{ - outline: auto 5px -webkit-focus-ring-color; -} - -.cke_skin_kama textarea.cke_source -{ - font-family: 'Courier New' , Monospace; - font-size: small; - background-color: #fff; - white-space: pre; -} - -.cke_skin_kama .cke_browser_iequirks textarea.cke_source -{ - /* For IE6+Quirks only */ - _white-space: normal; -} - -.cke_skin_kama .cke_resizer -{ - width: 12px; - height: 12px; - margin-top: 9px; - display: block; - float: right; - /* resizer.gif*/ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 0 -1428px; - background-repeat: no-repeat; - cursor: se-resize; -} - -/* Adobe AIR doesn't support *-resize cursor shape. */ -.cke_skin_kama .cke_browser_air .cke_resizer, -.cke_skin_kama .cke_browser_air .cke_rtl .cke_resizer -{ - cursor: move; -} - -.cke_skin_kama .cke_resizer_rtl -{ - cursor: sw-resize; - /* resizer_rtl.gif*/ - background-position: 0 -1455px; - float: left; -} - -.cke_skin_kama .cke_resizer_horizontal, -.cke_skin_kama .cke_rtl .cke_resizer_horizontal -{ - cursor: e-resize; -} - -.cke_skin_kama .cke_resizer_vertical, -.cke_skin_kama .cke_rtl .cke_resizer_vertical -{ - cursor: n-resize; -} - -.cke_skin_kama .cke_maximized .cke_resizer -{ - display: none; -} - -.cke_skin_kama .cke_browser_ie6 .cke_contents textarea, -.cke_skin_kama .cke_browser_ie7 .cke_contents textarea -{ - position: absolute; -} - -.cke_skin_kama .cke_browser_ie.cke_browser_quirks .cke_contents iframe -{ - position: absolute; - top: 0; -} - -.cke_skin_kama .cke_browser_ie6 .cke_editor, -.cke_skin_kama .cke_browser_ie7 .cke_editor -{ - display: inline-block; -} - -.cke_skin_kama .cke_browser_ie6 .cke_editor, -.cke_shared .cke_skin_kama .cke_browser_ie7 .cke_wrapper -{ - padding-bottom: 5px; -} - -/* All voice labels are not displayed. */ -.cke_skin_kama .cke_voice_label -{ - display: none; -} - -.cke_skin_kama legend.cke_voice_label -{ - display: none; -} - -.cke_skin_kama .cke_browser_ie legend.cke_voice_label -{ - position: absolute; - display: block; - width: 0; - height: 0; - overflow: hidden; -} diff --git a/skins/ckeditor/_source/skins/kama/menu.css b/skins/ckeditor/_source/skins/kama/menu.css deleted file mode 100644 index 52ba9fc..0000000 --- a/skins/ckeditor/_source/skins/kama/menu.css +++ /dev/null @@ -1,232 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -.cke_skin_kama .cke_contextmenu -{ - padding: 2px; -} - -.cke_skin_kama .cke_menuitem a -{ - display:block; -} - -.cke_skin_kama .cke_menuitem span -{ - cursor: default; -} - -.cke_skin_kama .cke_menuitem a:hover, -.cke_skin_kama .cke_menuitem a:focus, -.cke_skin_kama .cke_menuitem a:active -{ - background-color: #D3D3D3; - display:block; -} - -.cke_hc .cke_menuitem a:hover, -.cke_hc .cke_menuitem a:focus, -.cke_hc .cke_menuitem a:active -{ - border: 2px solid; -} - -.cke_skin_kama .cke_menuitem .cke_icon -{ - background-image: url(icons.png); - background-position: 100px; - background-repeat:no-repeat; - background-color: transparent; - width: 16px; - height: 16px; - float: left; -} - -.cke_rtl .cke_skin_kama .cke_menuitem .cke_icon -{ - background-image: url(icons_rtl.png); -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_browser_ie .cke_skin_kama .cke_menuitem .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_browser_ie.cke_rtl .cke_skin_kama .cke_menuitem .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_browser_ie6 .cke_skin_kama .cke_menuitem .cke_icon, -.cke_browser_ie .cke_skin_kama .cke_menuitem.cke_noalphafix .cke_icon -{ - filter: ; -} - -.cke_skin_kama .cke_menuitem .cke_disabled .cke_icon -{ - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_browser_ie .cke_skin_kama .cke_menuitem .cke_disabled .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_browser_ie.cke_rtl .cke_skin_kama .cke_menuitem .cke_disabled .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_browser_ie6 .cke_skin_kama .cke_menuitem .cke_disabled .cke_icon, -.cke_browser_ie .cke_skin_kama .cke_menuitem.cke_noalphafix .cke_disabled .cke_icon -{ - filter: ; -} - -.cke_skin_kama .cke_menuitem .cke_icon_wrapper -{ - background-color: #D3D3D3; - border: solid 4px #D3D3D3; - width: 16px; - height: 16px; - float: left; - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ - clear: both; -} - -.cke_rtl .cke_skin_kama .cke_menuitem .cke_icon_wrapper -{ - float: right; -} - -.cke_skin_kama .cke_menuitem a:hover .cke_icon_wrapper, -.cke_skin_kama .cke_menuitem a:focus .cke_icon_wrapper, -.cke_skin_kama .cke_menuitem a:active .cke_icon_wrapper -{ - background-color: #9d9d9d; - border: solid 4px #9d9d9d; - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ -} - -.cke_skin_kama .cke_menuitem a:hover.cke_disabled .cke_icon_wrapper, -.cke_skin_kama .cke_menuitem a:focus.cke_disabled .cke_icon_wrapper, -.cke_skin_kama .cke_menuitem a:active.cke_disabled .cke_icon_wrapper -{ - background-color: #D3D3D3; - border: solid 4px #D3D3D3; -} - -.cke_skin_kama .cke_menuitem .cke_label -{ - display:block; - padding-right: 3px; - padding-top: 5px; - padding-left: 4px; - height:19px; - margin-left: 24px; - background-color: #fff; -} -/* Set these after the document has been loaded and we know the dimensions*/ -.cke_skin_kama .cke_frameLoaded .cke_menuitem .cke_label -{ - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ -} - -.cke_rtl .cke_skin_kama .cke_menuitem .cke_label -{ - padding-right: 0; - margin-left: 0; - padding-left: 3px; - margin-right: 28px; -} - -.cke_skin_kama .cke_menuitem a.cke_disabled .cke_label -{ - filter: alpha(opacity=30); /* IE */ - opacity: 0.30; /* Safari, Opera and Mozilla */ -} - -.cke_skin_kama .cke_menuitem a:hover .cke_label, -.cke_skin_kama .cke_menuitem a:focus .cke_label, -.cke_skin_kama .cke_menuitem a:active .cke_label -{ - background-color: #D3D3D3; -} - -.cke_skin_kama .cke_menuitem a.cke_disabled:hover .cke_label, -.cke_skin_kama .cke_menuitem a.cke_disabled:focus .cke_label, -.cke_skin_kama .cke_menuitem a.cke_disabled:active .cke_label -{ - background-color: transparent; -} - -.cke_skin_kama .cke_menuseparator -{ - background-color: #D3D3D3; - height: 2px; - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ - - _font-size: 0; -} - -.cke_skin_kama .cke_menuarrow -{ - /* arrowright.gif*/ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 0 -1411px; - background-repeat: no-repeat; - height: 5px; - width: 3px; - float: right; - margin-right: 2px; - margin-top: 3px; -} - -.cke_rtl .cke_skin_kama .cke_menuarrow -{ - float: left; - margin-right: 0; - margin-left: 2px; - /* arrowleft.gif*/ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 0px -1390px; - background-repeat: no-repeat; -} - -.cke_skin_kama .cke_menuarrow span -{ - display: none; -} - -.cke_hc .cke_skin_kama .cke_menuarrow -{ - width: auto; - margin-top: 0; -} - -.cke_hc .cke_skin_kama .cke_menuarrow span -{ - display: inline; -} - -/* #3766 In the context menu, long labels with second level menu get wrapped */ -.cke_browser_ie.cke_ltr .cke_skin_kama .cke_menuarrow -{ - position: absolute; - right: 2px; -} - -.cke_browser_ie.cke_rtl .cke_skin_kama .cke_menuarrow -{ - position: absolute; - left: 2px; -} -/* END #3766 */ diff --git a/skins/ckeditor/_source/skins/kama/panel.css b/skins/ckeditor/_source/skins/kama/panel.css deleted file mode 100644 index c8db117..0000000 --- a/skins/ckeditor/_source/skins/kama/panel.css +++ /dev/null @@ -1,217 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -.cke_skin_kama .cke_panel -{ - border: 1px solid #8f8f73; - background-color: #fff; - - width: 120px; - height: 100px; - - overflow: hidden; - - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} - -.cke_skin_kama .cke_contextmenu -{ - margin: 0; -} - -/* Ideally we would use "inherit here"... but you know... IE :( */ -.cke_skin_kama .cke_panel iframe -{ - width: 100%; - height: 100%; -} - -/* - * All the following styles are to be used inside the iframe that holds panel - * contents. We don't use the cke_skin_default there to avoid the reset to be - * active. - * This is not an issue as we'll never have two skins running inside the same - * panel iframe. - */ - -html.cke_skin_kama_container -{ - overflow: auto; - overflow-x: hidden; -} - -body.cke_panel_frame -{ - overflow: auto; -} - -.cke_panel_frame .cke_label -{ - display: none; -} - -ul.cke_panel_list -{ - list-style-type: none; - margin: 3px; - padding: 0px; - white-space: nowrap; -} - -li.cke_panel_listItem -{ - margin: 0px; -} - -.cke_panel_listItem a -{ - padding: 2px; - display: block; - border: 1px solid #fff; - color: inherit !important; - text-decoration: none; - overflow: hidden; - text-overflow: ellipsis; -} - -/* IE6 */ -* html .cke_panel_listItem a -{ - width : 100%; - - /* IE is not able to inherit the color, so we must force it to black */ - color: #000; -} - -/* IE7 */ -*:first-child+html .cke_panel_listItem a -{ - /* IE is not able to inherit the color, so we must force it to black */ - color: #000; -} - -.cke_panel_listItem.cke_selected a -{ - border: 1px solid #ccc; - background-color: #e9f5ff; -} - -.cke_panel_listItem a:hover, -.cke_panel_listItem a:focus, -.cke_panel_listItem a:active -{ - border-color: #316ac5; - background-color: #dff1ff; -} - -.cke_hc .cke_panel_listItem.cke_selected a, -.cke_hc .cke_panel_listItem a:hover, -.cke_hc .cke_panel_listItem a:focus, -.cke_hc .cke_panel_listItem a:active -{ - border-width: 3px; - padding: 0px; -} - -.cke_panel_grouptitle -{ - font-size: 11px; - font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; - font-weight: bold; - white-space: nowrap; - background-color: #dcdcdc; - color: #000; - margin:0px; - padding:3px; -} - -.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: 3px; - margin-bottom: 3px; -} - -.cke_skin_kama .cke_button_textcolor_panel, -.cke_skin_kama .cke_button_bgcolor_panel -{ - width: 150px; - height: 135px; -} - -.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; -} - -.cke_rtl a.cke_colorbox -{ - float: right; -} - -a:hover.cke_colorbox, -a:focus.cke_colorbox, -a:active.cke_colorbox -{ - border: #316ac5 1px solid; - background-color: #dff1ff; -} - -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: #316ac5 1px solid; - background-color: #dff1ff; -} diff --git a/skins/ckeditor/_source/skins/kama/presets.css b/skins/ckeditor/_source/skins/kama/presets.css deleted file mode 100644 index 2cd10b0..0000000 --- a/skins/ckeditor/_source/skins/kama/presets.css +++ /dev/null @@ -1,49 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/* "Source" button label */ -.cke_skin_kama .cke_button_source .cke_label -{ - display: inline; -} - -/* "Styles" panel size */ -.cke_skin_kama .cke_styles_panel -{ - width: 150px; - height: 170px; -} - -/* "Format" panel size */ -.cke_skin_kama .cke_format_panel -{ - width: 150px; - height: 170px; -} - -/* "Font" panel size */ -.cke_skin_kama .cke_font_panel -{ - width: 150px; - height: 170px; -} - -/* "Font Size" panel size */ -.cke_skin_kama .cke_fontSize_panel -{ - height: 170px; -} - -/* "Font Size" combo width */ -.cke_skin_kama .cke_fontSize .cke_text -{ - width: 25px; -} - -/* "Font Size" combo width (IE Quirks) */ -.cke_skin_kama .cke_browser_iequirks .cke_fontSize .cke_text -{ - width: 32px; -} diff --git a/skins/ckeditor/_source/skins/kama/reset.css b/skins/ckeditor/_source/skins/kama/reset.css deleted file mode 100644 index fb299b0..0000000 --- a/skins/ckeditor/_source/skins/kama/reset.css +++ /dev/null @@ -1,84 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * Reset and Default Values - */ -.cke_skin_kama *, -.cke_skin_kama a:hover, -.cke_skin_kama a:link, -.cke_skin_kama a:visited, -.cke_skin_kama a:active -{ - margin: 0; - padding: 0; - border: 0; - background: transparent; - text-decoration: none; - font: normal normal normal 100% Sans-Serif; - width: auto; - height: auto; - border-collapse: collapse; - text-align: left; - vertical-align: baseline; - white-space: nowrap; - cursor: auto; - color: #000; - - font-size: 12px; - font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif; -} - -.cke_skin_kama .cke_rtl *, -.cke_skin_kama .cke_rtl a:hover, -.cke_skin_kama .cke_rtl a:link, -.cke_skin_kama .cke_rtl a:visited, -.cke_skin_kama .cke_rtl a:active, -.cke_rtl .cke_skin_kama *, -.cke_rtl .cke_skin_kama a:hover, -.cke_rtl .cke_skin_kama a:link, -.cke_rtl .cke_skin_kama a:visited, -.cke_rtl .cke_skin_kama a:active -{ - text-align: right; -} - -.cke_skin_kama iframe -{ - vertical-align: inherit; /** For IE */ -} - -.cke_skin_kama textarea -{ - white-space: pre; -} - -.cke_skin_kama .cke_browser_gecko textarea -{ - cursor: text; -} - -.cke_skin_kama .cke_browser_gecko textarea[disabled] -{ - cursor: default; -} - -.cke_skin_kama input[type="text"], -.cke_skin_kama input[type="password"] -{ - cursor: text; -} - -.cke_skin_kama input[type="text"][disabled], -.cke_skin_kama input[type="password"][disabled] -{ - cursor: default; -} - -.cke_skin_kama fieldset -{ - padding: 10px; - border: 2px groove #E0DFE3; -} diff --git a/skins/ckeditor/_source/skins/kama/richcombo.css b/skins/ckeditor/_source/skins/kama/richcombo.css deleted file mode 100644 index e6c7736..0000000 --- a/skins/ckeditor/_source/skins/kama/richcombo.css +++ /dev/null @@ -1,287 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/* Special Combo */ - -.cke_skin_kama .cke_rcombo -{ - display: inline; -} - -.cke_skin_kama .cke_rtl .cke_rcombo -{ -} - -.cke_skin_kama .cke_rcombopanel -{ - border: 1px solid #8F8F73; - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - height: auto; - _height: 100px; -} - -/* IE6 workaround, shouldn't be here */ -.cke_skin_kama .cke_browser_iequirks .cke_rcombopanel, -.cke_skin_kama .cke_browser_ie6 .cke_rcombopanel -{ -/* width: 150px;*/ -} - -.cke_skin_kama .cke_rcombo a, -.cke_skin_kama .cke_rcombo a:active, -.cke_skin_kama .cke_rcombo a:hover -{ - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-repeat: repeat-x; - background-position: 0 -100px; - border-bottom:1px solid #DAD9D9; - border-right:1px solid #DAD9D9; - float:left; - padding: 2px; - height: 21px; - margin-right: 6px; - margin-bottom: 5px; -} - -.cke_skin_kama .cke_rtl .cke_rcombo a, -.cke_skin_kama .cke_rtl .cke_rcombo a:active, -.cke_skin_kama .cke_rtl .cke_rcombo a:hover -{ - float:right; - margin-right: 0; - margin-left: 6px; -} - -.cke_skin_kama .cke_hc .cke_rcombo a -{ - filter: alpha(opacity=100); /* IE */ - opacity: 1.0; /* Safari, Opera and Mozilla */ -} - -.cke_skin_kama .cke_rcombo .cke_label -{ - display: none; - line-height: 26px; - vertical-align: top; - margin-right: 5px; - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ - /* background-color: #f1f1e3; Because of IE6+ClearType */ -} - -.cke_skin_kama .cke_rtl .cke_rcombo .cke_label -{ - margin-right: 0; - margin-left: 5px; -} - -.cke_skin_kama .cke_rcombo .cke_inline_label -{ - line-height: 21px; - font-style: italic; - color: #666666; -} - -.cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton -{ - vertical-align: top; -} - -.cke_skin_kama .cke_hc .cke_rcombo .cke_label -{ - filter: alpha(opacity=100); - opacity: 1.0; -} - -.cke_skin_kama .cke_rcombo .cke_text -{ - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ - - height: 21px; - line-height: 21px; - width:60px; - text-overflow: ellipsis; - overflow: hidden; - display: inline-block; - margin: 0 2px 0 4px; - cursor: default; -} - -.cke_skin_kama .cke_rtl .cke_rcombo .cke_text -{ - margin: 0 4px 0 2px; -} - -.cke_skin_kama .cke_rcombo .cke_openbutton -{ - display: inline-block; -} - -.cke_skin_kama .cke_rcombo .cke_openbutton .cke_icon -{ - display: inline-block; - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 0 -68px; - background-repeat: no-repeat; - width: 17px; - height: 19px; - margin: 1px 2px; -} - -.cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton .cke_icon -{ - background: none; -} - -.cke_skin_kama .cke_browser_iequirks .cke_rcombo .cke_openbutton -{ - margin-bottom: 0; -} - -.cke_skin_kama .cke_rcombo .cke_off a:hover .cke_text, -.cke_skin_kama .cke_rcombo .cke_off a:focus .cke_text, -.cke_skin_kama .cke_rcombo .cke_off a:active .cke_text, -.cke_skin_kama .cke_rcombo .cke_on .cke_text -{ - border-color: #316ac5; - filter: alpha(opacity=100); /* IE */ - opacity: 1; /* Safari, Opera and Mozilla */ -} - -.cke_skin_kama .cke_rcombo .cke_off a:hover .cke_openbutton, -.cke_skin_kama .cke_rcombo .cke_off a:focus .cke_openbutton, -.cke_skin_kama .cke_rcombo .cke_off a:active .cke_openbutton, -.cke_skin_kama .cke_rcombo .cke_on .cke_openbutton -{ - border-color: #316ac5; - background-color: #dff1ff; -} - -.cke_skin_kama .cke_rcombo .cke_on .cke_text -{ - -moz-border-radius-bottomleft: 0px; - -webkit-border-bottom-left-radius: 0px; - border-bottom-left-radius: 0px; -} - -.cke_skin_kama .cke_rcombo .cke_on .cke_openbutton -{ - -moz-border-radius-bottomright: 0px; - -webkit-border-bottom-right-radius: 0px; - border-bottom-right-radius: 0px; -} - -.cke_skin_kama .cke_rcombo .cke_disabled .cke_label -{ - filter: alpha(opacity=30); /* IE */ - opacity: 0.3; /* Safari, Opera and Mozilla */ -} - -.cke_skin_kama .cke_hc .cke_rcombo .cke_disabled .cke_label -{ - filter: alpha(opacity=70); - opacity: 0.7; -} - -.cke_skin_kama .cke_rcombo .cke_disabled .cke_text, -.cke_skin_kama .cke_rcombo .cke_disabled .cke_openbutton -{ - filter: alpha(opacity=50); /* IE */ - opacity: 0.5; /* Safari, Opera and Mozilla */ -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_skin_kama .cke_browser_ie .cke_rcombo .cke_disabled .cke_openbutton -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=50); -} -.cke_skin_kama .cke_browser_ie6 .cke_rcombo .cke_disabled .cke_openbutton -{ - filter: alpha(opacity=50); -} - -.cke_skin_kama .cke_hc .cke_rcombo .cke_disabled .cke_text, -.cke_skin_kama .cke_hc .cke_rcombo .cke_disabled .cke_openbutton -{ - filter: alpha(opacity=80); - opacity: 0.8; -} - -.cke_skin_kama .cke_rcombo .cke_disabled .cke_text -{ - color: #fff; -} - -/* RTL */ - -.cke_skin_kama .cke_rtl .cke_rcombo span -{ -/* _zoom: 1;*/ -} - -.cke_skin_kama .cke_rtl .cke_rcombo .cke_text -{ -/* _float: left;*/ -} - -/* Firefox 2 & WebKit Section */ - -.cke_skin_kama .cke_browser_gecko .cke_rcombo .cke_text, -.cke_skin_kama .cke_browser_gecko .cke_rcombo .cke_openbutton, -.cke_skin_kama .cke_browser_webkit .cke_rcombo .cke_text, -.cke_skin_kama .cke_browser_webkit .cke_rcombo .cke_openbutton -{ - display: block; - float: left; -} - -.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_rcombo .cke_text, -.cke_skin_kama .cke_browser_webkit .cke_rtl .cke_rcombo .cke_text -{ -/* float: right;*/ -} - -.cke_skin_kama .cke_browser_gecko .cke_rcombo .cke_label, -.cke_skin_kama .cke_browser_webkit .cke_rcombo .cke_label -{ - /*display: block;*/ - float: left; -} - -.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_rcombo .cke_label, -.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_rcombo .cke_text, -.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_rcombo .cke_openbutton, -.cke_skin_kama .cke_browser_webkit .cke_rtl .cke_rcombo .cke_label, -.cke_skin_kama .cke_browser_webkit .cke_rtl .cke_rcombo .cke_text, -.cke_skin_kama .cke_browser_webkit .cke_rtl .cke_rcombo .cke_openbutton -{ - float: right; -} - -.cke_skin_kama .cke_browser_ie7 .cke_rcombo .cke_text -{ - line-height: 18px; -} - -.cke_skin_kama .cke_browser_ie6 .cke_rcombo .cke_text, -.cke_skin_kama .cke_browser_iequirks .cke_rcombo .cke_text -{ - height: auto; - line-height: 17px; -} - -.cke_skin_kama .cke_rtl .cke_rcombo .cke_font .cke_text, -.cke_skin_kama .cke_rtl .cke_rcombo .cke_fontSize .cke_text -{ - direction: ltr; -} diff --git a/skins/ckeditor/_source/skins/kama/skin.js b/skins/ckeditor/_source/skins/kama/skin.js deleted file mode 100644 index 922bf19..0000000 --- a/skins/ckeditor/_source/skins/kama/skin.js +++ /dev/null @@ -1,236 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.skins.add( 'kama', (function() -{ - var uiColorStylesheetId = 'cke_ui_color'; - - return { - editor : { css : [ 'editor.css' ] }, - dialog : { css : [ 'dialog.css' ] }, - richcombo : { canGroup: false }, - templates : { css : [ 'templates.css' ] }, - margins : [ 0, 0, 0, 0 ], - init : function( editor ) - { - if ( editor.config.width && !isNaN( editor.config.width ) ) - editor.config.width -= 12; - - var uiColorMenus = []; - var uiColorRegex = /\$color/g; - var uiColorMenuCss = "/* UI Color Support */\ -.cke_skin_kama .cke_menuitem .cke_icon_wrapper\ -{\ - background-color: $color !important;\ - border-color: $color !important;\ -}\ -\ -.cke_skin_kama .cke_menuitem a:hover .cke_icon_wrapper,\ -.cke_skin_kama .cke_menuitem a:focus .cke_icon_wrapper,\ -.cke_skin_kama .cke_menuitem a:active .cke_icon_wrapper\ -{\ - background-color: $color !important;\ - border-color: $color !important;\ -}\ -\ -.cke_skin_kama .cke_menuitem a:hover .cke_label,\ -.cke_skin_kama .cke_menuitem a:focus .cke_label,\ -.cke_skin_kama .cke_menuitem a:active .cke_label\ -{\ - background-color: $color !important;\ -}\ -\ -.cke_skin_kama .cke_menuitem a.cke_disabled:hover .cke_label,\ -.cke_skin_kama .cke_menuitem a.cke_disabled:focus .cke_label,\ -.cke_skin_kama .cke_menuitem a.cke_disabled:active .cke_label\ -{\ - background-color: transparent !important;\ -}\ -\ -.cke_skin_kama .cke_menuitem a.cke_disabled:hover .cke_icon_wrapper,\ -.cke_skin_kama .cke_menuitem a.cke_disabled:focus .cke_icon_wrapper,\ -.cke_skin_kama .cke_menuitem a.cke_disabled:active .cke_icon_wrapper\ -{\ - background-color: $color !important;\ - border-color: $color !important;\ -}\ -\ -.cke_skin_kama .cke_menuitem a.cke_disabled .cke_icon_wrapper\ -{\ - background-color: $color !important;\ - border-color: $color !important;\ -}\ -\ -.cke_skin_kama .cke_menuseparator\ -{\ - background-color: $color !important;\ -}\ -\ -.cke_skin_kama .cke_menuitem a:hover,\ -.cke_skin_kama .cke_menuitem a:focus,\ -.cke_skin_kama .cke_menuitem a:active\ -{\ - background-color: $color !important;\ -}"; - // We have to split CSS declarations for webkit. - if ( CKEDITOR.env.webkit ) - { - uiColorMenuCss = uiColorMenuCss.split( '}' ).slice( 0, -1 ); - for ( var i = 0 ; i < uiColorMenuCss.length ; i++ ) - uiColorMenuCss[ i ] = uiColorMenuCss[ i ].split( '{' ); - } - - function getStylesheet( document ) - { - var node = document.getById( uiColorStylesheetId ); - if ( !node ) - { - node = document.getHead().append( 'style' ); - node.setAttribute( "id", uiColorStylesheetId ); - node.setAttribute( "type", "text/css" ); - } - return node; - } - - function updateStylesheets( styleNodes, styleContent, replace ) - { - var r, i, content; - for ( var id = 0 ; id < styleNodes.length ; id++ ) - { - if ( CKEDITOR.env.webkit ) - { - for ( i = 0 ; i < styleContent.length ; i++ ) - { - content = styleContent[ i ][ 1 ]; - for ( r = 0 ; r < replace.length ; r++ ) - content = content.replace( replace[ r ][ 0 ], replace[ r ][ 1 ] ); - - styleNodes[ id ].$.sheet.addRule( styleContent[ i ][ 0 ], content ); - } - } - else - { - content = styleContent; - for ( r = 0 ; r < replace.length ; r++ ) - content = content.replace( replace[ r ][ 0 ], replace[ r ][ 1 ] ); - - if ( CKEDITOR.env.ie ) - styleNodes[ id ].$.styleSheet.cssText += content; - else - styleNodes[ id ].$.innerHTML += content; - } - } - } - - var uiColorRegexp = /\$color/g; - - CKEDITOR.tools.extend( editor, - { - uiColor: null, - - getUiColor : function() - { - return this.uiColor; - }, - - setUiColor : function( color ) - { - var cssContent, - uiStyle = getStylesheet( CKEDITOR.document ), - cssId = '.' + editor.id; - - var cssSelectors = - [ - cssId + " .cke_wrapper", - cssId + "_dialog .cke_dialog_contents", - cssId + "_dialog a.cke_dialog_tab", - cssId + "_dialog .cke_dialog_footer" - ].join( ',' ); - var cssProperties = "background-color: $color !important;"; - - if ( CKEDITOR.env.webkit ) - cssContent = [ [ cssSelectors, cssProperties ] ]; - else - cssContent = cssSelectors + '{' + cssProperties + '}'; - - return ( this.setUiColor = - function( color ) - { - var replace = [ [ uiColorRegexp, color ] ]; - editor.uiColor = color; - - // Update general style. - updateStylesheets( [ uiStyle ], cssContent, replace ); - - // Update menu styles. - updateStylesheets( uiColorMenus, uiColorMenuCss, replace ); - })( color ); - } - }); - - editor.on( 'menuShow', function( event ) - { - var panel = event.data[ 0 ]; - var iframe = panel.element.getElementsByTag( 'iframe' ).getItem( 0 ).getFrameDocument(); - - // Add stylesheet if missing. - if ( !iframe.getById( 'cke_ui_color' ) ) - { - var node = getStylesheet( iframe ); - uiColorMenus.push( node ); - - var color = editor.getUiColor(); - // Set uiColor for new menu. - if ( color ) - updateStylesheets( [ node ], uiColorMenuCss, [ [ uiColorRegexp, color ] ] ); - } - }); - - // Apply UI color if specified in config. - if ( editor.config.uiColor ) - editor.setUiColor( editor.config.uiColor ); - } - }; -})() ); - -(function() -{ - CKEDITOR.dialog ? dialogSetup() : CKEDITOR.on( 'dialogPluginReady', dialogSetup ); - - function dialogSetup() - { - CKEDITOR.dialog.on( 'resize', function( evt ) - { - var data = evt.data, - width = data.width, - height = data.height, - dialog = data.dialog, - contents = dialog.parts.contents; - - if ( data.skin != 'kama' ) - return; - - contents.setStyles( - { - width : width + 'px', - height : height + 'px' - }); - }); - } -})(); - -/** - * The base user interface color to be used by the editor. Not all skins are - * compatible with this setting. - * @name CKEDITOR.config.uiColor - * @type String - * @default '' (empty) - * @example - * // Using a color code. - * config.uiColor = '#AADC6E'; - * @example - * // Using an HTML color name. - * config.uiColor = 'Gold'; - */ diff --git a/skins/ckeditor/_source/skins/kama/templates.css b/skins/ckeditor/_source/skins/kama/templates.css deleted file mode 100644 index e79adc6..0000000 --- a/skins/ckeditor/_source/skins/kama/templates.css +++ /dev/null @@ -1,88 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * Styles for the "templates" plugin. - */ - -.cke_skin_kama .cke_tpl_list -{ - border: #dcdcdc 2px solid; - background-color: #ffffff; - overflow-y: auto; - overflow-x: hidden; - width: 100%; - height: 220px; -} - -.cke_skin_kama .cke_tpl_item -{ - margin: 5px; - padding: 7px; - border: #eeeeee 1px solid; - *width: 88%; -} - -.cke_skin_kama .cke_tpl_preview -{ - border-collapse: separate; - text-indent:0; - width: 100%; -} -.cke_skin_kama .cke_tpl_preview td -{ - padding: 2px; - vertical-align: middle; -} -.cke_skin_kama .cke_tpl_preview .cke_tpl_preview_img -{ - width: 100px; -} -.cke_skin_kama .cke_tpl_preview span -{ - white-space: normal; -} - -.cke_skin_kama .cke_tpl_title -{ - font-weight: bold; -} - -.cke_skin_kama .cke_tpl_list a:active .cke_tpl_item, -.cke_skin_kama .cke_tpl_list a:hover .cke_tpl_item, -.cke_skin_kama .cke_tpl_list a:focus .cke_tpl_item -{ - border: #ff9933 1px solid; - background-color: #fffacd; -} - -.cke_skin_kama .cke_tpl_list a:active *, -.cke_skin_kama .cke_tpl_list a:hover *, -.cke_skin_kama .cke_tpl_list a:focus * -{ - cursor: pointer; -} - -/* IE6 contextual selectors childs won't get :hover transition until, - the hover style of the link itself contains certain CSS declarations.*/ -.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:active, -.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:hover, -.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:focus -{ - background-position: 0 0; -} - -.cke_skin_kama .cke_hc .cke_tpl_list a:active .cke_tpl_item, -.cke_skin_kama .cke_hc .cke_tpl_list a:hover .cke_tpl_item, -.cke_skin_kama .cke_hc .cke_tpl_list a:focus .cke_tpl_item -{ - border-width: 3px; -} - -.cke_skin_kama .cke_tpl_empty, .cke_tpl_loading -{ - text-align: center; - padding: 5px; -} diff --git a/skins/ckeditor/_source/skins/kama/toolbar.css b/skins/ckeditor/_source/skins/kama/toolbar.css deleted file mode 100644 index 898b70a..0000000 --- a/skins/ckeditor/_source/skins/kama/toolbar.css +++ /dev/null @@ -1,407 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -@media print -{ - /* For printing, we simply hide the toolbar */ - - .cke_skin_kama .cke_toolbox - { - display: none; - } -} - -.cke_skin_kama .cke_browser_webkit .cke_toolbox, -.cke_skin_kama .cke_browser_webkit .cke_toolbox > span -{ - white-space: normal; -} - -.cke_skin_kama .cke_toolbox -{ - clear: both; - /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/ - padding-bottom: 1px; -} - -.cke_skin_kama a.cke_toolbox_collapser, -.cke_skin_kama a:hover.cke_toolbox_collapser -{ - /* arrowtop.gif */ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 3px -1366px; /* +3px +4px */ - background-repeat: no-repeat; - width: 11px; - height: 11px; - float: right; - border: 1px outset #D3D3D3; - margin: 11px 0 2px; - cursor: pointer; -} - -.cke_skin_kama .cke_rtl a.cke_toolbox_collapser, -.cke_skin_kama .cke_rtl a:hover.cke_toolbox_collapser -{ - float: left; -} - -.cke_skin_kama a.cke_toolbox_collapser span -{ - display: none; -} - -.cke_skin_kama .cke_hc a.cke_toolbox_collapser span -{ - font-size: 10px; - font-weight: bold; - font-family: Arial; - display: inline; -} - -.cke_skin_kama a.cke_toolbox_collapser_min, -.cke_skin_kama a:hover.cke_toolbox_collapser_min -{ - /* arrowleft.gif*/ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 4px -1387px; /* +4px +3px */ - background-repeat: no-repeat; - margin: 2px 4px; -} - -.cke_skin_kama .cke_rtl a.cke_toolbox_collapser_min, -.cke_skin_kama .cke_rtl a:hover.cke_toolbox_collapser_min -{ - /* arrowright.gif*/ - background-position: 4px -1408px; /* +2px +3px */ -} - -.cke_skin_kama .cke_separator -{ - display: inline-block; - border-left: solid 1px #D3D3D3; - margin: 3px 2px 0; - height: 16px; - - /* These are for IE < 8, but it's ok for the others */ - vertical-align: top; -} - -.cke_skin_kama .cke_break -{ - font-size: 0; - clear: left; -} - -.cke_skin_kama .cke_rtl .cke_break -{ - clear: right; -} - -.cke_skin_kama .cke_toolbar_start -{ - display: none; -} - -.cke_skin_kama .cke_toolgroup -{ - -moz-border-radius:5px; - -webkit-border-radius: 5px; - border-radius: 5px; - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-repeat: repeat-x; - background-position: 0 -500px; - float: left; - margin-right: 6px; - margin-bottom: 5px; - padding: 2px; - display: inline; -} - -.cke_skin_kama .cke_rtl .cke_toolgroup -{ - float: right; - margin-right: 0; - margin-left: 6px; -} - -.cke_skin_kama .cke_button a, -.cke_skin_kama .cke_button a:hover, -.cke_skin_kama .cke_button a:focus, -.cke_skin_kama .cke_button a:active, -.cke_skin_kama .cke_button a.cke_off -{ - border-radius: 3px; - outline: none; - padding: 2px 4px; - height: 18px; - display: inline-block; - cursor: default; -} - -.cke_skin_kama .cke_button a, -.cke_skin_kama .cke_button a.cke_off -{ - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - -.cke_skin_kama .cke_hc .cke_button a, -.cke_skin_kama .cke_hc .cke_button a.cke_off -{ - opacity: 1.0; - filter: alpha(opacity=100); - border: 1px solid white; -} - -.cke_skin_kama .cke_button a.cke_on -{ - background-color: #a3d7ff; - filter: alpha(opacity=100); /* IE */ - opacity: 1; /* Safari, Opera and Mozilla */ - padding: 2px 4px; -} - -.cke_skin_kama .cke_hc .cke_button a.cke_on -{ - padding: 0 2px !important; - border-width: 3px; -} - -.cke_skin_kama .cke_button a.cke_disabled * -{ - filter: alpha(opacity=30); /* IE */ - opacity: 0.3; /* Safari, Opera and Mozilla */ -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_skin_kama .cke_browser_ie .cke_button a.cke_disabled *, -.cke_skin_kama .cke_browser_ie a:hover.cke_button .cke_disabled * -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); -} -.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button a.cke_disabled *, -.cke_skin_kama .cke_browser_ie .cke_rtl a:hover.cke_button .cke_disabled * -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); -} -.cke_skin_kama .cke_browser_ie6 .cke_button a.cke_disabled *, -.cke_skin_kama .cke_browser_ie6 a:hover.cke_button .cke_disabled *, -.cke_skin_kama .cke_browser_ie .cke_button.cke_noalphafix a.cke_disabled * -{ - filter: alpha(opacity=30); -} - -.cke_skin_kama .cke_hc .cke_button a.cke_disabled *, -.cke_skin_kama .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled * -{ - filter: alpha(opacity=60); - opacity: 0.6; -} - -.cke_skin_kama .cke_button a:hover.cke_on, -.cke_skin_kama .cke_button a:focus.cke_on, -.cke_skin_kama .cke_button a:active.cke_on, /* IE */ -.cke_skin_kama .cke_button a:hover.cke_off, -.cke_skin_kama .cke_button a:focus.cke_off, -.cke_skin_kama .cke_button a:active.cke_off /* IE */ -{ - filter: alpha(opacity=100); /* IE */ - opacity: 1; /* Safari, Opera and Mozilla */ - padding: 2px 4px; -} - -.cke_skin_kama .cke_button a:hover, -.cke_skin_kama .cke_button a:focus, -.cke_skin_kama .cke_button a:active /* IE */ -{ - background-color: #dff1ff; -} - -.cke_skin_kama .cke_button a:hover.cke_on, -.cke_skin_kama .cke_button a:focus.cke_on, -.cke_skin_kama .cke_button a:active.cke_on /* IE */ -{ - background-color: #86caff; -} - -.cke_skin_kama .cke_hc .cke_button a:hover, -.cke_skin_kama .cke_hc .cke_button a:focus, -.cke_skin_kama .cke_hc .cke_button a:active /* IE */ -{ - padding: 0 2px !important; - border-width: 3px; -} - -.cke_skin_kama .cke_button .cke_icon -{ - background-image: url(icons.png); - background-position: 100px; - background-repeat: no-repeat; - margin-top: 1px; - width: 16px; - height: 16px; - display: inline-block; - cursor: default; -} - -.cke_skin_kama .cke_rtl .cke_button .cke_icon -{ - background-image: url(icons_rtl.png); -} -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_skin_kama .cke_browser_ie .cke_button .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_skin_kama .cke_browser_ie6 .cke_button .cke_icon, -.cke_skin_kama .cke_browser_ie6 .cke_rtl .cke_button .cke_icon, -.cke_skin_kama .cke_browser_ie .cke_button.cke_noalphafix .cke_icon, -.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button.cke_noalphafix .cke_icon -{ - filter: ; -} - - -.cke_skin_kama .cke_button .cke_label -{ - cursor: default; - display: none; - padding-left: 3px; - line-height: 18px; -} - -.cke_skin_kama .cke_hc .cke_button .cke_label -{ - padding: 0; - display: inline-block; -} - -.cke_skin_kama .cke_hc .cke_button .cke_icon -{ - display: none; -} - -.cke_skin_kama .cke_accessibility -{ - position: absolute; - display: block; - width: 0; - height: 0; - overflow: hidden; -} - -.cke_skin_kama .cke_button .cke_buttonarrow -{ - display: inline-block; - height: 17px; - width: 8px; - background-position: 2px -1469px; /* (+2, -5) */ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-repeat: no-repeat; - cursor: default; -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_skin_kama .cke_browser_ie .cke_button .cke_buttonarrow -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_skin_kama .cke_browser_ie6 .cke_button .cke_buttonarrow -{ - filter: ; -} - -/*** Firefox 2 ***/ - -.cke_skin_kama .cke_browser_gecko .cke_toolbar, -.cke_skin_kama .cke_browser_gecko .cke_button a, -.cke_skin_kama .cke_browser_gecko .cke_button a.cke_off, -.cke_skin_kama .cke_browser_gecko .cke_button .cke_icon, -.cke_skin_kama .cke_browser_gecko .cke_button .cke_buttonarrow, -.cke_skin_kama .cke_browser_gecko .cke_separator, -.cke_skin_kama .cke_browser_gecko .cke_toolbar_start -{ - display: block; - float: left; -} - -.cke_skin_kama .cke_browser_gecko.cke_hc .cke_button .cke_icon -{ - display: none; -} - -.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_toolbar, -.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_button a, -.cke_skin_kama .cke_browser_gecko .cke_rtl.cke_button a.cke_off, -.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_button .cke_icon, -.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_button .cke_buttonarrow, -.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_separator, -.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_toolbar_start -{ - float: right; -} - -.cke_skin_kama .cke_browser_gecko .cke_button .cke_label, -.cke_skin_kama .cke_browser_gecko .cke_break -{ - float: left; -} - -.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_button .cke_label, -.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_break -{ - float: right; -} - -/*** WebKit ***/ - -/* We have originally used display:inline-block+float for cke_toolbar and it - worked well in all browsers, except IE+RTL. We had to change it to inline - and remove the float. This change didn't play well with Safari. */ - -.cke_skin_kama .cke_browser_webkit .cke_toolbar -{ - float: left; -} - -.cke_skin_kama .cke_browser_webkit .cke_rtl .cke_toolbar -{ - float: right; -} - -/*** Mixed Fixes ***/ - -.cke_skin_kama .cke_browser_ie .cke_button .cke_label -{ - line-height: 16px; -} - -/* Fix cursor shape consistency on toolbar combos (#4031) */ -.cke_skin_kama .cke_browser_ie .cke_rcombo, -.cke_skin_kama .cke_browser_ie .cke_rcombo * -{ - cursor: default; -} - -.cke_skin_kama .cke_browser_ie .cke_toolbox -{ - padding-bottom: 5px; - _padding-bottom: 6px; -} - -.cke_shared .cke_skin_kama .cke_browser_ie .cke_toolbox -{ - padding-bottom: 0; -} diff --git a/skins/ckeditor/_source/skins/office2003/dialog.css b/skins/ckeditor/_source/skins/office2003/dialog.css deleted file mode 100644 index 91fe47b..0000000 --- a/skins/ckeditor/_source/skins/office2003/dialog.css +++ /dev/null @@ -1,844 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/* Restore the dialog visibility */ -body .cke_dialog -{ - visibility: visible; -} - -/* Force Gecko to consider table as positioned */ -.cke_skin_office2003 table.cke_dialog.cke_browser_gecko -{ - display:block; -} - -.cke_skin_office2003 .cke_dialog_body -{ - margin-left: 16px; - margin-right: 16px; - margin-top: 2px; - margin-bottom: 20px; - z-index: 1; - - /* 'cke_dialog' element has been fixed positioned in all but IE6, while we - need it to be positioned to hold e.g. close button. */ - position: relative; - _position: static; -} - -.cke_skin_office2003 .cke_dialog_tl, -.cke_skin_office2003 .cke_dialog_tr, -.cke_skin_office2003 .cke_dialog_tc, -.cke_skin_office2003 .cke_dialog_bl, -.cke_skin_office2003 .cke_dialog_br, -.cke_skin_office2003 .cke_dialog_bc -{ - background-image: url(images/sprites.png); - background-repeat: no-repeat; - position: absolute; - - /* IE6 does not support full color transparent PNG. */ - _background-image: url(images/sprites_ie6.png); - /* Dialog corner parts require a negative z-index to avoid covering dialog body. (#4954) */ - _z-index: -1; -} - -.cke_skin_office2003 .cke_dialog_tl -{ - background-position: -16px -16px; - height: 16px; - width: 16px; - top: 0; - left: 0; -} - -.cke_skin_office2003 .cke_rtl .cke_dialog_tl -{ - background-position: -16px -397px; -} - -.cke_skin_office2003 .cke_dialog_tr -{ - background-position: -16px -76px; - height: 16px; - width: 16px; - top: 0; - right: 0; -} - -.cke_skin_office2003 .cke_rtl .cke_dialog_tr -{ - background-position: -16px -457px; -} - -.cke_skin_office2003 .cke_dialog_tc -{ - background-position: 0 -136px; - background-repeat: repeat-x; - height: 16px; - top: 0; - left: 16px; - right: 16px; -} - -.cke_skin_office2003 .cke_dialog_bl -{ - background-position: -16px -196px; - height: 51px; - width: 30px; - bottom: 0; - left: 0; -} - -.cke_skin_office2003 .cke_rtl .cke_dialog_bl -{ - background-position: -16px -517px; -} - -.cke_skin_office2003 .cke_dialog_br -{ - background-position: -16px -263px; - height: 51px; - width: 30px; - bottom: 0; - right: 0; -} - -.cke_skin_office2003 .cke_rtl .cke_dialog_br -{ - background-position: -16px -584px; -} - -.cke_skin_office2003 .cke_dialog_bc -{ - background-position: 0 -330px; - background-repeat: repeat-x; - height: 51px; - bottom: 0; - left: 30px; - right: 30px; -} - -.cke_skin_office2003 .cke_dialog_ml, -.cke_skin_office2003 .cke_dialog_mr -{ - background-image: url(images/dialog_sides.png); - background-repeat: repeat-y; - position: absolute; - width: 16px; - top: 16px; - bottom: 51px; - - /* IE6 does not support full color transparent PNG. */ - _background-image: url(images/dialog_sides.gif); - - /* IE quirks gets confused when we have both top and bottom. */ - _top: auto; -} - -.cke_skin_office2003 .cke_rtl .cke_dialog_ml, -.cke_skin_office2003 .cke_rtl .cke_dialog_mr -{ - background-image: url(images/dialog_sides_rtl.png); - - /* IE6 does not support full color transparent PNG. */ - _background-image: url(images/dialog_sides.gif); -} - -.cke_skin_office2003 .cke_dialog_ml -{ - background-position: 0 0; - left: 0; -} - -.cke_skin_office2003 .cke_dialog_mr -{ - background-position: -16px 0; - right: 0; -} - -.cke_skin_office2003 .cke_browser_iequirks .cke_dialog_ml, -.cke_skin_office2003 .cke_browser_iequirks .cke_dialog_mr -{ - margin-top: 3px; -} - -.cke_skin_office2003 .cke_dialog_title -{ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 0 -678px; - background-repeat: repeat-x; - font-weight: bold; - font-size: 14pt; - color: #0E3460; - background-color: #8db1ff; - padding: 3px 10px 26px 10px; - cursor: move; - position: relative; -} - -.cke_skin_office2003 .cke_browser_ie.cke_rtl .cke_dialog_title -{ - position: static; -} - -.cke_skin_office2003 .cke_dialog_contents -{ - background-color: #f7f8fd; - border: #2b66c9 1px solid; - overflow: auto; - padding: 5px 10px; -} - -.cke_skin_office2003 .cke_dialog_footer -{ - background-color: #8db1ff; - text-align: right; -} - -.cke_skin_office2003 .cke_rtl .cke_dialog_footer -{ - text-align: left; -} - -.cke_skin_office2003 .cke_dialog_footer .cke_resizer { - margin-top: 21px; -} - -/* tabs */ - -.cke_skin_office2003 .cke_dialog_tabs -{ - height: 23px; - background-color: #8db1ff; - display: inline-block; - margin-left:10px; - margin-right:10px; - margin-top:-23px; - position: absolute; - z-index: 2; -} - -.cke_skin_office2003 .cke_rtl .cke_dialog_tabs -{ - right: 10px; -} - -.cke_skin_office2003 a.cke_dialog_tab, -.cke_skin_office2003 a:link.cke_dialog_tab, -.cke_skin_office2003 a:active.cke_dialog_tab, -.cke_skin_office2003 a:hover.cke_dialog_tab, -.cke_skin_office2003 a:visited.cke_dialog_tab -{ - color: #0E3460; - border-left: 1px solid #2b66c9; - border-right: 1px solid #2b66c9; - border-top: 1px solid #2b66c9; - height: 14px; - padding: 4px 5px; - display: inline-block; - cursor: pointer; -} - -/* Gecko 1.8 layout workaround. */ -.cke_skin_office2003 .cke_browser_gecko18 a.cke_dialog_tab, -.cke_skin_office2003 .cke_browser_gecko18 a:link.cke_dialog_tab, -.cke_skin_office2003 .cke_browser_gecko18 a:active.cke_dialog_tab, -.cke_skin_office2003 .cke_browser_gecko18 a:hover.cke_dialog_tab, -.cke_skin_office2003 .cke_browser_gecko18 a:visited.cke_dialog_tab -{ - display: inline; - position: relative; - top: 6px; -} - -.cke_skin_office2003 a:hover.cke_dialog_tab -{ - background-color: #f7f8fd; -} -.cke_skin_office2003 .cke_hc a:hover.cke_dialog_tab -{ - padding: 2px 3px !important; - border-width: 3px; -} - -.cke_skin_office2003 a.cke_dialog_tab_selected, -.cke_skin_office2003 a:link.cke_dialog_tab_selected, -.cke_skin_office2003 a:active.cke_dialog_tab_selected, -.cke_skin_office2003 a:hover.cke_dialog_tab_selected, -.cke_skin_office2003 a:visited.cke_dialog_tab_selected -{ - border-bottom: 1px solid #f7f8fd; - background-color: #f7f8fd; - font-weight: bold; - cursor: default; -} -.cke_skin_office2003 .cke_hc a.cke_dialog_tab_selected, -.cke_skin_office2003 .cke_hc a:link.cke_dialog_tab_selected, -.cke_skin_office2003 .cke_hc a:active.cke_dialog_tab_selected, -.cke_skin_office2003 .cke_hc a:hover.cke_dialog_tab_selected, -.cke_skin_office2003 .cke_hc a:visited.cke_dialog_tab_selected -{ - padding: 2px 3px !important; - border-width: 3px; -} - -/* single_page */ - -.cke_skin_office2003 .cke_single_page .cke_dialog_tabs -{ - display: none; -} - -.cke_skin_office2003 .cke_hc .cke_dialog_tabs a, -.cke_skin_office2003 .cke_hc .cke_dialog_footer a -{ - opacity: 1.0; - filter: alpha(opacity=100); - border: 1px solid white; -} - -.cke_skin_office2003 .cke_single_page .cke_dialog_title -{ - padding-bottom: 3px; -} - -.cke_skin_office2003 .cke_dialog_ui_vbox table, -.cke_skin_office2003 .cke_dialog_ui_hbox table -{ - margin: auto; -} - -.cke_skin_office2003 .cke_dialog_ui_vbox_child -{ - padding: 5px 0px; -} - -.cke_skin_office2003 input.cke_dialog_ui_input_text, -.cke_skin_office2003 input.cke_dialog_ui_input_password -{ - background-color: white; - border: none; - padding: 0px; - width: 100%; - height: 14px; -} - -.cke_skin_office2003 div.cke_dialog_ui_input_text, -.cke_skin_office2003 div.cke_dialog_ui_input_password -{ - background-color: white; - border: 1px solid #a0a0a0; - padding: 1px 0px; - /* IE6/Quirks - make sure the content does not overflow (#7321) */ - _width: 99.9%; -} - -/* Opera/IE doesn't leave enough padding in text input for cursor to blink in RTL. (#6087) */ -.cke_skin_office2003 .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_text, -.cke_skin_office2003 .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_text, -.cke_skin_office2003 .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_password, -.cke_skin_office2003 .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_password -{ - padding-right: 2px -} - -/* Compensate the padding added above on container. */ -.cke_skin_office2003 .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text, -.cke_skin_office2003 .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_text, -.cke_skin_office2003 .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_password, -.cke_skin_office2003 .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_password -{ - padding-left: 2px; -} - -.cke_skin_office2003 .cke_browser_ie.cke_rtl .cke_dialog_ui_vbox_child, -.cke_skin_office2003 .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_child, -.cke_skin_office2003 .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_first, -.cke_skin_office2003 .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_last -{ - padding-right: 2px !important; -} - -.cke_skin_office2003 .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text { - padding-right: 1px; -} - -.cke_skin_office2003 .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_text, -.cke_skin_office2003 .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_password -{ - border-width: 0px; -} - -.cke_skin_office2003 .cke_browser_gecko18.cke_hc div.cke_dialog_ui_input_text, -.cke_skin_office2003 .cke_browser_gecko18.cke_hc div.cke_dialog_ui_input_password -{ - border-width: 1px; -} - -.cke_skin_office2003 textarea.cke_dialog_ui_input_textarea -{ - background-color: white; - border: none; - padding: 0px; - width: 100%; - /* - * IE6 BUG: Scrollbars in textareas can overflow even if the outer DIV is set to overflow:hidden. - * So leave 1% width for the scrollbar. In most situations the 1% isn't noticeable by users. - */ - _width: 99%; - overflow: auto; - resize: none; -} - -.cke_skin_office2003 div.cke_dialog_ui_input_textarea -{ - background-color: white; - border: 1px solid #a0a0a0; - padding: 1px 0px; -} - -/* RTL + IE6: Input overflows dialog element. (#7321) */ -.cke_skin_office2003 .cke_rtl .cke_dialog_ui_labeled_content -{ - _width: 95%; -} - -.cke_skin_office2003 div.cke_disabled .cke_dialog_ui_labeled_content * -{ - background-color : #a0a0a0; - cursor : default; -} - -.cke_skin_office2003 .cke_dialog_ui_hbox -{ - width: 100%; -} - -.cke_skin_office2003 .cke_dialog_ui_hbox_first, -.cke_skin_office2003 .cke_dialog_ui_hbox_child, -.cke_skin_office2003 .cke_dialog_ui_hbox_last -{ - vertical-align: top; -} - -.cke_skin_office2003 .cke_ltr .cke_dialog_ui_hbox_first, -.cke_skin_office2003 .cke_ltr .cke_dialog_ui_hbox_child -{ - padding-right: 10px; -} - -.cke_skin_office2003 .cke_rtl .cke_dialog_ui_hbox_first, -.cke_skin_office2003 .cke_rtl .cke_dialog_ui_hbox_child -{ - padding-left: 10px; -} - -/* button */ - -.cke_skin_office2003 a.cke_dialog_ui_button -{ - border-collapse: separate; - cursor: default; -} - -.cke_skin_office2003 a.cke_dialog_ui_button_ok span, -.cke_skin_office2003 a.cke_dialog_ui_button_cancel span -{ - width:60px; -} - -.cke_skin_office2003 span.cke_dialog_ui_button -{ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 0 -678px; - background-repeat: repeat-x; - border: #0E3460 1px solid; - padding: 2px 10px; - text-align: center; - color: #0E3460; - background-color: #8db1ff; - display: inline-block; - cursor: default; -} - -/* Gecko 1.8 does not support display: inline-block */ -.cke_skin_office2003 .cke_browser_gecko18 .cke_dialog_footer_buttons span.cke_dialog_ui_button -{ - display: block; -} - -.cke_skin_office2003 a.cke_dialog_ui_button span.cke_disabled -{ - border: #898980 1px solid; - color: #5e5e55; - background-color: #c5c5b3; -} - -.cke_skin_office2003 a:focus span.cke_dialog_ui_button, -.cke_skin_office2003 a:active span.cke_dialog_ui_button -{ - background-color: #8db1ff; -} -.cke_skin_office2003 .cke_hc a:focus span.cke_dialog_ui_button, -.cke_skin_office2003 .cke_hc a:active span.cke_dialog_ui_button -{ - border-width: 2px; -} - -.cke_skin_office2003 .cke_dialog_footer_buttons -{ - display: inline-table; - margin-right: 12px; - margin-left: 12px; - width: auto; - position: relative; -} - -/* Gecko 1.8 does not support for display: inline-table */ -.cke_skin_office2003 .cke_browser_gecko18 .cke_dialog_footer_buttons -{ - display: inline; -} - -.cke_skin_office2003 .cke_dialog_footer_buttons span.cke_dialog_ui_button -{ - margin: 7px 0; -} - -.cke_skin_office2003 .cke_browser_ie7 .cke_dialog_footer_buttons -{ - position: static; -} - -.cke_skin_office2003 strong -{ - font-weight: bold; -} - -/* close_button */ - -.cke_skin_office2003 a.cke_dialog_close_button, -.cke_skin_office2003 a:hover.cke_dialog_close_button, -.cke_skin_office2003 .cke_browser_ie6 a.cke_dialog_close_button, -.cke_skin_office2003 .cke_browser_ie6 a:hover.cke_dialog_close_button -{ - background-image: url(images/sprites.png); - background-repeat: no-repeat; - background-position: -20px -655px; - position: absolute; - cursor: pointer; - text-align: center; - height: 21px; - width: 21px; - top: 4px; - - /* IE6 does not support full color transparent PNG. */ - _background-image: url(images/sprites_ie6.png); -} - -.cke_skin_office2003 a.cke_dialog_close_button span -{ - display: none; -} - -.cke_skin_office2003 .cke_ltr a.cke_dialog_close_button -{ - right: 10px; - _right: 22px; -} - -.cke_skin_office2003 .cke_rtl a.cke_dialog_close_button, -.cke_skin_office2003 .cke_rtl a:hover.cke_dialog_close_button -{ - left: 10px; - _left: 16px; - _top: 6px; -} - -.cke_skin_office2003 .cke_browser_ie6.cke_rtl a.cke_dialog_close_button, -.cke_skin_office2003 .cke_browser_ie6.cke_rtl a:hover.cke_dialog_close_button -{ - position: relative; - float: left; - margin-top: -55px; - margin-left: -7px; -} - -.cke_skin_office2003 .cke_browser_iequirks.cke_rtl.cke_single_page a.cke_dialog_close_button, -.cke_skin_office2003 .cke_browser_iequirks.cke_rtl.cke_single_page a:hover.cke_dialog_close_button -{ - margin-top: -32px; -} - -.cke_skin_office2003 .cke_browser_iequirks.cke_ltr a.cke_dialog_close_button, -.cke_skin_office2003 .cke_browser_iequirks.cke_ltr a:hover.cke_dialog_close_button -{ - margin-top: 0; -} - -.cke_skin_office2003 .cke_dialog_ui_input_select -{ - border: 1px solid #a0a0a0; - background-color: white; -} - -.cke_skin_office2003 .cke_dialog_ui_input_file -{ - width: 100%; - height: 25px; -} - -/* - * Some utility CSS classes for dialog authors. - */ -.cke_skin_office2003 .cke_dialog .cke_dark_background -{ - background-color: #eaead1; -} - -.cke_skin_office2003 .cke_dialog .cke_hand -{ - cursor: pointer; -} - -.cke_skin_office2003 .cke_dialog .cke_centered -{ - text-align: center; -} - -.cke_skin_office2003 .cke_dialog a.cke_btn_reset -{ - float: right; - background-position: 0 -32px; - background-image: url(images/mini.gif); - width: 16px; - height: 16px; - background-repeat: no-repeat; - border: 1px none; - font-size: 1px; -} - -.cke_skin_office2003 .cke_rtl .cke_dialog a.cke_btn_reset -{ - float: left; -} - -.cke_skin_office2003 .cke_dialog a.cke_btn_locked, -.cke_skin_office2003 .cke_dialog a.cke_btn_unlocked -{ - float: left; - background-position: 0 0; - background-image: url(images/mini.gif); - width: 16px; - height: 16px; - background-repeat: no-repeat; - border: none 1px; - font-size: 1px; -} -.cke_skin_office2003 .cke_dialog a.cke_btn_locked .cke_icon -{ - display:none; -} - -.cke_skin_office2003 .cke_rtl .cke_dialog a.cke_btn_locked, -.cke_skin_office2003 .cke_rtl .cke_dialog a.cke_btn_unlocked -{ - float: right; -} - -.cke_skin_office2003 .cke_dialog a.cke_btn_unlocked -{ - background-position: 0 -16px; - background-image: url(images/mini.gif); -} - -.cke_skin_office2003 .cke_dialog .cke_btn_over -{ - border: outset 1px; - cursor: pointer; -} - -.cke_skin_office2003 .cke_dialog .ImagePreviewBox -{ - border : 2px ridge black; - overflow : scroll; - height : 210px; - width : 230px; - padding : 2px; - background-color : white; -} - -.cke_skin_office2003 .cke_dialog .ImagePreviewBox table td { - white-space: normal; -} - -/* Fix iframedialog's height doesn't stretch to 100% #4863.*/ -.cke_skin_office2003 .cke_browser_iequirks .cke_dialog_page_contents -{ - _position: absolute; -} - -.cke_skin_office2003 .cke_dialog .ImagePreviewLoader -{ - position: absolute; - white-space : normal; - overflow : hidden; - height : 160px; - width : 230px; - margin : 2px; - padding : 2px; - opacity : 0.9; - filter : alpha(opacity=90); - - background-color : #e4e4e4; -} - -.cke_skin_office2003 .cke_dialog .FlashPreviewBox -{ - white-space : normal; - border : 2px ridge black; - overflow : auto; - height : 160px; - width : 390px; - padding : 2px; - background-color : white; -} - -.cke_skin_office2003 .cke_dialog .cke_pastetext -{ - width: 346px; - height: 170px; -} - -.cke_skin_office2003 .cke_dialog .cke_pastetext textarea -{ - width: 340px; - height: 170px; - resize: none; -} - -.cke_skin_office2003 .cke_dialog iframe.cke_pasteframe -{ - width: 346px; - height: 130px; - background-color: white; - border: 1px solid black; -} - -.cke_skin_office2003 .cke_dialog .cke_dark_background -{ - text-align : center; - background-color: #eaead1; - font-size : 14px; -} - -.cke_skin_office2003 .cke_dialog .cke_light_background -{ - text-align : center; - background-color: #ffffbe; -} - -.cke_skin_office2003 .cke_dialog .cke_hand -{ - cursor: pointer; -} - -.cke_skin_office2003 .cke_disabled -{ - color: #a0a0a0; -} - -/* High Contrast Mode */ -.cke_skin_office2003 .cke_hc .cke_dialog_title, -.cke_skin_office2003 .cke_hc .cke_dialog_tabs, -.cke_skin_office2003 .cke_hc .cke_dialog_contents, -.cke_skin_office2003 .cke_hc .cke_dialog_footer -{ - border-left: 1px solid; - border-right: 1px solid; -} - -.cke_skin_office2003 .cke_hc .cke_dialog_title -{ - border-top: 1px solid; -} - -.cke_skin_office2003 .cke_hc .cke_dialog_footer -{ - border-bottom: 1px solid; -} - -.cke_skin_office2003 .cke_hc .cke_dialog_close_button span -{ - display: inline; - cursor: pointer; - font-weight: bold; - position: relative; - top: 3px; -} - -.cke_skin_office2003 .cke_dialog_body .cke_label -{ - display: none; -} - -.cke_skin_office2003 .cke_dialog_body label.cke_required -{ - font-weight: bold; -} - -.cke_skin_office2003 .cke_hc .cke_dialog_body .cke_label -{ - display: inline; - cursor: inherit; -} - -.cke_skin_office2003 .cke_hc a.cke_btn_locked, -.cke_skin_office2003 .cke_hc a.cke_btn_unlocked, -.cke_skin_office2003 .cke_hc a.cke_btn_reset -{ - border-style: solid; - float: left; - width: auto; - height: auto; - padding: 0 2px; -} -.cke_skin_office2003 .cke_hc a.cke_btn_locked .cke_icon -{ - display:inline; -} - -.cke_skin_office2003 .cke_rtl.cke_hc a.cke_btn_locked, -.cke_skin_office2003 .cke_rtl.cke_hc a.cke_btn_unlocked, -.cke_skin_office2003 .cke_rtl.cke_hc a.cke_btn_reset -{ - float: right; -} - -/** - * Styles specific to "cellProperties" dialog. - */ - -.cke_skin_office2003 .cke_dialog_contents a.colorChooser -{ - display:block; - margin-top:12px; - margin-left: 10px; - width: 40px; -} - -.cke_skin_office2003 .cke_dialog_contents a.colorChooser .cke_dialog_ui_button -{ - width:100%; -} - -.cke_skin_office2003 .cke_rtl .cke_dialog_contents a.colorChooser -{ - margin-right: 10px; -} diff --git a/skins/ckeditor/_source/skins/office2003/editor.css b/skins/ckeditor/_source/skins/office2003/editor.css deleted file mode 100644 index f9c9eb7..0000000 --- a/skins/ckeditor/_source/skins/office2003/editor.css +++ /dev/null @@ -1,25 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -@import url("reset.css"); -@import url("mainui.css"); -@import url("panel.css"); -@import url("toolbar.css"); -@import url("menu.css"); -@import url("richcombo.css"); -@import url("elementspath.css"); -@import url("icons.css"); -@import url("presets.css"); - -/* Restore the container visibility */ -html .cke_skin_office2003 -{ - visibility: inherit; -} - -html.cke_skin_office2003_container -{ - visibility: visible; -} diff --git a/skins/ckeditor/_source/skins/office2003/elementspath.css b/skins/ckeditor/_source/skins/office2003/elementspath.css deleted file mode 100644 index 17d15ea..0000000 --- a/skins/ckeditor/_source/skins/office2003/elementspath.css +++ /dev/null @@ -1,74 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -@media print -{ - .cke_path - { - display: none; - } -} - -.cke_skin_office2003 .cke_path -{ - padding: 3px 3px 0 3px; - display: inline-block; - float: left; -} - -.cke_skin_office2003 .cke_rtl .cke_path -{ - float: right; -} - -.cke_skin_office2003 .cke_path a, -.cke_skin_office2003 .cke_path .cke_empty -{ - display: inline-block; - float: left; - border: solid 1px #f7f8fd; - background-color: #f7f8fd; - padding-top: 1px; - padding-bottom: 1px; - padding-left: 4px; - padding-right: 4px; - margin-bottom : 3px; - cursor: default; -} - -.cke_skin_office2003 .cke_path .cke_empty -{ - visibility: hidden; -} - -.cke_skin_office2003 .cke_rtl .cke_path a, -.cke_skin_office2003 .cke_rtl .cke_path cke_empty -{ - float: right; -} - -.cke_skin_office2003 .cke_path a:hover, -.cke_skin_office2003 .cke_path a:focus, -.cke_skin_office2003 .cke_path a:active /* IE */ -{ - border: solid 1px #316ac5; - background-color: #dff1ff; - padding-top: 1px; - padding-bottom: 1px; - padding-left: 4px; - padding-right: 4px; - outline: none; -} - -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_path a, -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_path .cke_empty -{ - float: none; -} - -.cke_skin_office2003 .cke_path .cke_label -{ - display: none; -} diff --git a/skins/ckeditor/_source/skins/office2003/icons.css b/skins/ckeditor/_source/skins/office2003/icons.css deleted file mode 100644 index 31f5451..0000000 --- a/skins/ckeditor/_source/skins/office2003/icons.css +++ /dev/null @@ -1,363 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -.cke_skin_office2003 .cke_button_source .cke_icon -{ - background-position: 0 0; -} - -.cke_skin_office2003 .cke_button_docProps .cke_icon -{ - background-position: 0 -16px; -} - -.cke_skin_office2003 .cke_button_newpage .cke_icon -{ - background-position: 0 -48px; -} - -.cke_skin_office2003 .cke_button_preview .cke_icon -{ - background-position: 0 -64px; -} - -.cke_skin_office2003 .cke_button_cut .cke_icon -{ - background-position: 0 -96px; -} - -.cke_skin_office2003 .cke_button_copy .cke_icon -{ - background-position: 0 -112px; -} - -.cke_skin_office2003 .cke_button_paste .cke_icon -{ - background-position: 0 -128px; -} - -.cke_skin_office2003 .cke_button_pastetext .cke_icon -{ - background-position: 0 -144px; -} - -.cke_skin_office2003 .cke_button_find .cke_icon -{ - background-position: 0 -240px; -} - -.cke_skin_office2003 .cke_button_replace .cke_icon -{ - background-position: 0 -256px; -} - -.cke_skin_office2003 .cke_button_selectAll .cke_icon -{ - background-position: 0 -272px; -} - -.cke_skin_office2003 .cke_button_removeFormat .cke_icon -{ - background-position: 0 -288px; -} - -.cke_skin_office2003 .cke_button_bold .cke_icon -{ - background-position: 0 -304px; -} - -.cke_skin_office2003 .cke_button_italic .cke_icon -{ - background-position: 0 -320px; -} - -.cke_skin_office2003 .cke_button_underline .cke_icon -{ - background-position: 0 -336px; -} - -.cke_skin_office2003 .cke_button_strike .cke_icon -{ - background-position: 0 -352px; -} - -.cke_skin_office2003 .cke_button_subscript .cke_icon -{ - background-position: 0 -368px; -} - -.cke_skin_office2003 .cke_button_superscript .cke_icon -{ - background-position: 0 -384px; -} - -.cke_skin_office2003 .cke_button_table .cke_icon -{ - background-position: 0 -608px; -} - -.cke_skin_office2003 .cke_button_horizontalrule .cke_icon -{ - background-position: 0 -624px; -} - -.cke_skin_office2003 .cke_button_smiley .cke_icon -{ - background-position: 0 -640px; -} - -.cke_skin_office2003 .cke_button_link .cke_icon -{ - background-position: 0 -528px; -} - -.cke_skin_office2003 .cke_button_unlink .cke_icon -{ - background-position: 0 -544px; -} - -.cke_skin_office2003 .cke_button_anchor .cke_icon -{ - background-position: 0 -560px; -} - -.cke_skin_office2003 .cke_button_image .cke_icon -{ - background-position: 0 -576px; -} - -.cke_skin_office2003 .cke_button_flash .cke_icon -{ - background-position: 0 -592px; -} - -.cke_skin_office2003 .cke_button_specialchar .cke_icon -{ - background-position: 0 -656px; -} - -.cke_skin_office2003 .cke_button_pagebreak .cke_icon -{ - background-position: 0 -672px; -} - -.cke_skin_office2003 .cke_button_print .cke_icon -{ - background-position: 0 -176px; -} - -.cke_skin_office2003 .cke_button_checkspell .cke_icon, -.cke_skin_office2003 .cke_button_scayt .cke_icon -{ - background-position: 0 -192px; -} - -.cke_skin_office2003 .cke_button_pagebreak .cke_icon -{ - background-position: 0 -672px; -} - -.cke_skin_office2003 .cke_button_textcolor .cke_icon -{ - background-position: 0 -704px; -} - -.cke_skin_office2003 .cke_button_bgcolor .cke_icon -{ - background-position: 0 -720px; -} - -.cke_skin_office2003 .cke_button_form .cke_icon -{ - background-position: 0 -752px; -} - -.cke_skin_office2003 .cke_button_checkbox .cke_icon -{ - background-position: 0 -768px; -} - -.cke_skin_office2003 .cke_button_radio .cke_icon -{ - background-position: 0 -784px; -} - -.cke_skin_office2003 .cke_button_textfield .cke_icon -{ - background-position: 0 -800px; -} - -.cke_skin_office2003 .cke_button_textarea .cke_icon -{ - background-position: 0 -816px; -} -.cke_skin_office2003 .cke_button_showblocks .cke_icon -{ - background-position: 0 -1136px; -} - -.cke_skin_office2003 .cke_button_select .cke_icon -{ - background-position: 0 -832px; -} - -.cke_skin_office2003 .cke_button_button .cke_icon -{ - background-position: 0 -848px; -} - -.cke_skin_office2003 .cke_button_imagebutton .cke_icon -{ - background-position: 0 -864px; -} - -.cke_skin_office2003 .cke_button_hiddenfield .cke_icon -{ - background-position: 0 -880px; -} - -.cke_skin_office2003 .cke_button_undo .cke_icon -{ - background-position: 0 -208px; -} - -.cke_skin_office2003 .cke_rtl .cke_button_undo .cke_icon -{ - background-position: 0 -224px; -} - -.cke_skin_office2003 .cke_button_redo .cke_icon -{ - background-position: 0 -224px; -} - -.cke_skin_office2003 .cke_rtl .cke_button_redo .cke_icon -{ - background-position: 0 -208px; -} - -.cke_skin_office2003 .cke_button_templates .cke_icon -{ - background-position: 0 -80px; -} - -.cke_skin_office2003 .cke_button_numberedlist .cke_icon -{ - background-position: 0 -400px; -} - -.cke_skin_office2003 .cke_button_bulletedlist .cke_icon -{ - background-position: 0 -416px; -} - -.cke_skin_office2003 .cke_mixed_dir_content .cke_button_numberedlist .cke_icon -{ - background-position: 0 -1217px; -} - -.cke_skin_office2003 .cke_mixed_dir_content .cke_button_bulletedlist .cke_icon -{ - background-position: 0 -1233px; -} - -.cke_skin_office2003 .cke_button_outdent .cke_icon -{ - background-position: 0 -432px; -} - -.cke_skin_office2003 .cke_button_indent .cke_icon -{ - background-position: 0 -448px; -} - -.cke_skin_office2003 .cke_mixed_dir_content .cke_button_indent .cke_icon -{ - background-position: 0 -1265px; -} - -.cke_skin_office2003 .cke_mixed_dir_content .cke_button_outdent .cke_icon -{ - background-position: 0 -1249px; -} - -.cke_skin_office2003 .cke_button_justifyleft .cke_icon -{ - background-position: 0 -464px; -} - -.cke_skin_office2003 .cke_button_justifycenter .cke_icon -{ - background-position: 0 -480px; -} - -.cke_skin_office2003 .cke_button_justifyright .cke_icon -{ - background-position: 0 -496px; -} - -.cke_skin_office2003 .cke_button_justifyblock .cke_icon -{ - background-position: 0 -512px; -} - -.cke_skin_office2003 .cke_button_blockquote .cke_icon -{ - background-position: 0 -1152px; -} - -.cke_skin_office2003 .cke_button_flash .cke_icon -{ - background-position: 0 -592px; -} - -.cke_skin_office2003 .cke_button_pastefromword .cke_icon -{ - background-position: 0 -160px; -} - -.cke_skin_office2003 .cke_button_save .cke_icon -{ - background-position: 0 -32px; -} - -.cke_skin_office2003 .cke_button_about .cke_icon -{ - background-position: 0 -736px; -} - -.cke_skin_office2003 .cke_button_maximize .cke_icon -{ - background-position: 0 -1040px; -} - -.cke_skin_office2003 .cke_button_creatediv .cke_icon -{ - background-position: 0 -1168px; -} - -.cke_skin_office2003 .cke_button_editdiv .cke_icon -{ - background-position: 0 -1184px; -} - -.cke_skin_office2003 .cke_button_removediv .cke_icon -{ - background-position: 0 -1200px; -} - -.cke_skin_office2003 .cke_button_bidirtl .cke_icon -{ - background-position: 0 -1072px; -} - -.cke_skin_office2003 .cke_button_bidiltr .cke_icon -{ - background-position: 0 -1056px; -} -.cke_skin_office2003 .cke_button_iframe .cke_icon -{ - background-position: 0 -1279px; -} diff --git a/skins/ckeditor/_source/skins/office2003/icons.png b/skins/ckeditor/_source/skins/office2003/icons.png deleted file mode 100644 index 7c3bf19..0000000 Binary files a/skins/ckeditor/_source/skins/office2003/icons.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/office2003/icons_rtl.png b/skins/ckeditor/_source/skins/office2003/icons_rtl.png deleted file mode 100644 index 83eee28..0000000 Binary files a/skins/ckeditor/_source/skins/office2003/icons_rtl.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/office2003/images/dialog_sides.gif b/skins/ckeditor/_source/skins/office2003/images/dialog_sides.gif deleted file mode 100644 index 5840d01..0000000 Binary files a/skins/ckeditor/_source/skins/office2003/images/dialog_sides.gif and /dev/null differ diff --git a/skins/ckeditor/_source/skins/office2003/images/dialog_sides.png b/skins/ckeditor/_source/skins/office2003/images/dialog_sides.png deleted file mode 100644 index 7da9821..0000000 Binary files a/skins/ckeditor/_source/skins/office2003/images/dialog_sides.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png b/skins/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png deleted file mode 100644 index 24fe13a..0000000 Binary files a/skins/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/office2003/images/mini.gif b/skins/ckeditor/_source/skins/office2003/images/mini.gif deleted file mode 100644 index 54d9107..0000000 Binary files a/skins/ckeditor/_source/skins/office2003/images/mini.gif and /dev/null differ diff --git a/skins/ckeditor/_source/skins/office2003/images/noimage.png b/skins/ckeditor/_source/skins/office2003/images/noimage.png deleted file mode 100644 index 1598113..0000000 Binary files a/skins/ckeditor/_source/skins/office2003/images/noimage.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/office2003/images/sprites.png b/skins/ckeditor/_source/skins/office2003/images/sprites.png deleted file mode 100644 index a6d3a72..0000000 Binary files a/skins/ckeditor/_source/skins/office2003/images/sprites.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/office2003/images/sprites_ie6.png b/skins/ckeditor/_source/skins/office2003/images/sprites_ie6.png deleted file mode 100644 index 94073b2..0000000 Binary files a/skins/ckeditor/_source/skins/office2003/images/sprites_ie6.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/office2003/mainui.css b/skins/ckeditor/_source/skins/office2003/mainui.css deleted file mode 100644 index d15a1f4..0000000 --- a/skins/ckeditor/_source/skins/office2003/mainui.css +++ /dev/null @@ -1,153 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -.cke_skin_office2003 .cke_editor -{ - display: inline-table; - width: 100%; -} -.cke_skin_office2003 .cke_browser_webkit .cke_editor -{ - display: table; /* #6684 */ -} - -.cke_skin_office2003 span.cke_browser_webkit, -.cke_skin_office2003 span.cke_browser_gecko18 -{ - display: block; -} - -.cke_skin_office2003, -.cke_skin_office2003 .cke_wrapper -{ - display: block; -} - -.cke_skin_office2003 .cke_top, -.cke_skin_office2003 .cke_bottom, - .cke_shared .cke_skin_office2003 -{ - background-color: #f7f8fd; -} - -.cke_skin_office2003 .cke_top -{ - border-top: solid 1px #fafaf5; - border-left: solid 1px #fafaf5; - border-right: solid 1px #696969; - border-bottom: solid 2px #696969; -} - -.cke_skin_office2003 .cke_rtl .cke_top -{ - border-left: solid 1px #696969; - border-right: solid 1px #fafaf5; -} - -.cke_skin_office2003 .cke_bottom -{ - border-left: solid 1px #696969; - border-right: solid 1px #696969; - border-bottom: solid 1px #696969; -} - -.cke_skin_office2003 .cke_contents -{ - border: solid 1px #696969; - /* Prevent background content from penetrate through when switching between editing modes. (#4918) */ - background-color: white; -} - -.cke_skin_office2003 .cke_focus -{ - outline: auto 5px -webkit-focus-ring-color; -} - -.cke_skin_office2003 textarea.cke_source -{ - font-family: 'Courier New' , Monospace; - font-size: small; - white-space: pre; - background-color: #fff; -} - -.cke_skin_office2003 .cke_browser_iequirks textarea.cke_source -{ - /* For IE6+Quirks only */ - _white-space: normal; -} - -.cke_skin_office2003 .cke_resizer -{ - width: 12px; - height: 12px; - margin-top: 16px; - display: block; - float: right; - /* resizer.gif*/ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 0 -1088px; - background-repeat: no-repeat; - cursor: se-resize; -} - -/* Adobe AIR doesn't support *-resize cursor shape. */ -.cke_skin_office2003 .cke_browser_air .cke_resizer, -.cke_skin_office2003 .cke_browser_air .cke_rtl .cke_resizer -{ - cursor: move; -} - -.cke_skin_office2003 .cke_resizer_rtl -{ - cursor: sw-resize; - /* resizer_rtl.gif*/ - background-position: 0 -1115px; - float: left; -} - -.cke_skin_office2003 .cke_resizer_horizontal, -.cke_skin_office2003 .cke_rtl .cke_resizer_horizontal -{ - cursor: e-resize; -} - -.cke_skin_office2003 .cke_resizer_vertical, -.cke_skin_office2003 .cke_rtl .cke_resizer_vertical -{ - cursor: n-resize; -} - -.cke_skin_office2003 .cke_maximized .cke_resizer -{ - display: none; -} - -.cke_skin_office2003 .cke_browser_ie6 .cke_contents textarea, -.cke_skin_office2003 .cke_browser_ie7 .cke_contents textarea -{ - position: absolute; -} - -/* All voice labels are not displayed. */ -.cke_skin_office2003 .cke_voice_label -{ - display: none; -} - -.cke_skin_office2003 legend.cke_voice_label -{ - display: none; -} - -.cke_skin_office2003 .cke_browser_ie legend.cke_voice_label -{ - position: absolute; - display: block; - width: 0; - height: 0; - overflow: hidden; -} diff --git a/skins/ckeditor/_source/skins/office2003/menu.css b/skins/ckeditor/_source/skins/office2003/menu.css deleted file mode 100644 index ed602d9..0000000 --- a/skins/ckeditor/_source/skins/office2003/menu.css +++ /dev/null @@ -1,229 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -.cke_skin_office2003 .cke_contextmenu -{ - padding: 2px; -} - -.cke_skin_office2003 .cke_menuitem a -{ - display:block; -} - -.cke_skin_office2003 .cke_menuitem span -{ - cursor: default; -} - -.cke_skin_office2003 .cke_menuitem a:hover, -.cke_skin_office2003 .cke_menuitem a:focus, -.cke_skin_office2003 .cke_menuitem a:active -{ - background-color: #8db1ff; - display:block; -} - -.cke_hc .cke_menuitem a:hover, -.cke_hc .cke_menuitem a:focus, -.cke_hc .cke_menuitem a:active -{ - border: 2px solid; -} - -.cke_skin_office2003 .cke_menuitem .cke_icon -{ - background-image: url(icons.png); - background-position: 100px; - background-repeat:no-repeat; - background-color: transparent; - width: 16px; - height: 16px; - float: left; -} - -.cke_rtl .cke_skin_office2003 .cke_menuitem .cke_icon -{ - background-image: url(icons_rtl.png); -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_browser_ie .cke_skin_office2003 .cke_menuitem .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_browser_ie.cke_rtl .cke_skin_office2003 .cke_menuitem .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_browser_ie6 .cke_skin_office2003 .cke_menuitem .cke_icon, -.cke_browser_ie .cke_skin_office2003 .cke_menuitem.cke_noalphafix .cke_icon -{ - filter: ; -} - -.cke_skin_office2003 .cke_menuitem .cke_disabled .cke_icon -{ - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_browser_ie .cke_skin_office2003 .cke_menuitem .cke_disabled .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_browser_ie.cke_rtl .cke_skin_office2003 .cke_menuitem .cke_disabled .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_browser_ie6 .cke_skin_office2003 .cke_menuitem .cke_disabled .cke_icon, -.cke_browser_ie .cke_skin_office2003 .cke_menuitem.cke_noalphafix .cke_disabled .cke_icon -{ - filter: ; -} - -.cke_skin_office2003 .cke_menuitem .cke_icon_wrapper -{ - background-color: #f7f8fd; - border: solid 4px #f7f8fd; - width: 16px; - height: 16px; - float: left; - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ - clear: both; -} - -.cke_rtl .cke_skin_office2003 .cke_menuitem .cke_icon_wrapper -{ - float: right; -} - -.cke_skin_office2003 .cke_menuitem a:hover .cke_icon_wrapper, -.cke_skin_office2003 .cke_menuitem a:focus .cke_icon_wrapper, -.cke_skin_office2003 .cke_menuitem a:active .cke_icon_wrapper -{ - background-color: #9d9d9d; - border: solid 4px #9d9d9d; - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ -} - -.cke_skin_office2003 .cke_menuitem a:hover.cke_disabled .cke_icon_wrapper, -.cke_skin_office2003 .cke_menuitem a:focus.cke_disabled .cke_icon_wrapper, -.cke_skin_office2003 .cke_menuitem a:active.cke_disabled .cke_icon_wrapper -{ - background-color: #f7f8fd; - border: solid 4px #f7f8fd; -} - -.cke_skin_office2003 .cke_menuitem .cke_label -{ - display:block; - padding-right: 3px; - padding-top: 5px; - padding-left: 4px; - height:19px; - margin-left: 24px; - background-color: #fff; -} -/* Set these after the document has been loaded and we know the dimensions*/ -.cke_skin_office2003 .cke_frameLoaded .cke_menuitem .cke_label -{ - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ -} - -.cke_rtl .cke_skin_office2003 .cke_menuitem .cke_label -{ - padding-right: 0; - margin-left: 0; - padding-left: 3px; - margin-right: 28px; -} - -.cke_skin_office2003 .cke_menuitem a.cke_disabled .cke_label -{ - filter: alpha(opacity=30); /* IE */ - opacity: 0.30; /* Safari, Opera and Mozilla */ -} - -.cke_skin_office2003 .cke_menuitem a:hover .cke_label, -.cke_skin_office2003 .cke_menuitem a:focus .cke_label, -.cke_skin_office2003 .cke_menuitem a:active .cke_label -{ - background-color: #8db1ff; -} - -.cke_skin_office2003 .cke_menuitem a.cke_disabled:hover .cke_label, -.cke_skin_office2003 .cke_menuitem a.cke_disabled:focus .cke_label, -.cke_skin_office2003 .cke_menuitem a.cke_disabled:active .cke_label -{ - background-color: transparent; -} - -.cke_skin_office2003 .cke_menuseparator -{ - background-color: #f7f8fd; - height: 2px; - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ - - _font-size: 0; -} - -.cke_skin_office2003 .cke_menuarrow -{ - /* arrowright.gif*/ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 0 -1071px; - background-repeat: no-repeat; - height: 5px; - width: 3px; - float: right; - margin-right: 2px; - margin-top: 3px; -} - -.cke_rtl .cke_skin_office2003 .cke_menuarrow -{ - float: left; - margin-right: 0; - margin-left: 2px; - /* arrowleft.gif*/ - background-position: 0 -1050px; -} - -.cke_skin_office2003 .cke_menuarrow span -{ - display: none; -} - -.cke_hc .cke_skin_office2003 .cke_menuarrow -{ - width: auto; - margin-top: 0; -} - -.cke_hc .cke_skin_office2003 .cke_menuarrow span -{ - display: inline; -} - -/* #3766 In the context menu, long labels with second level menu get wrapped */ -.cke_browser_ie.cke_ltr .cke_skin_office2003 .cke_menuarrow -{ - position: absolute; - right: 2px; -} - -.cke_browser_ie.cke_rtl .cke_skin_office2003 .cke_menuarrow -{ - position: absolute; - left: 2px; -} -/* END #3766 */ diff --git a/skins/ckeditor/_source/skins/office2003/panel.css b/skins/ckeditor/_source/skins/office2003/panel.css deleted file mode 100644 index 3aef3e3..0000000 --- a/skins/ckeditor/_source/skins/office2003/panel.css +++ /dev/null @@ -1,212 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -.cke_skin_office2003 .cke_panel -{ - border: 1px solid #8f8f73; - background-color: #fff; - - width: 120px; - height: 100px; - - overflow:hidden; - - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} - -/* Ideally we would use "inherit here"... but you know... IE :( */ -.cke_skin_office2003 .cke_panel iframe -{ - width: 100%; - height: 100%; -} - -cke_skin_office2003 .cke_panel_frame .cke_label -{ - display: none; -} - -/* - * All the following styles are to be used inside the iframe that holds panel - * contents. We don't use the cke_skin_default there to avoid the reset to be - * active. - * This is not an issue as we'll never have two skins running inside the same - * panel iframe. - */ - -html.cke_skin_office2003_container -{ - overflow: auto; - overflow-x: hidden; -} - -body.cke_panel_frame -{ - overflow: auto; -} - -ul.cke_panel_list -{ - list-style-type: none; - margin: 3px; - padding: 0px; - white-space: nowrap; -} - -li.cke_panel_listItem -{ - margin: 0px; -} - -.cke_panel_listItem a -{ - padding: 2px; - display: block; - border: 1px solid #fff; - color: inherit !important; - text-decoration: none; - overflow: hidden; - text-overflow: ellipsis; -} - -/* IE6 */ -* html .cke_panel_listItem a -{ - width : 100%; - - /* IE is not able to inherit the color, so we must force it to black */ - color: #000; -} - -/* IE7 */ -*:first-child+html .cke_panel_listItem a -{ - /* IE is not able to inherit the color, so we must force it to black */ - color: #000; -} - -.cke_panel_listItem.cke_selected a -{ - border: 1px solid #ccc; - background-color: #e9f5ff; -} - -.cke_panel_listItem a:hover, -.cke_panel_listItem a:focus, -.cke_panel_listItem a:active -{ - border-color: #316ac5; - background-color: #dff1ff; -} - -.cke_hc .cke_panel_listItem.cke_selected a, -.cke_hc .cke_panel_listItem a:hover, -.cke_hc .cke_panel_listItem a:focus, -.cke_hc .cke_panel_listItem a:active -{ - border-width: 3px; - padding: 0px; -} - -.cke_panel_grouptitle -{ - font-size: 11px; - font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; - font-weight: bold; - white-space: nowrap; - background-color: #dcdcdc; - color: #000; - margin:0px; - padding:3px; -} - -.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: 3px; - margin-bottom: 3px; -} - -.cke_skin_office2003 .cke_button_textcolor_panel, -.cke_skin_office2003 .cke_button_bgcolor_panel -{ - width: 150px; - height: 135px; -} - -.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; -} - -.cke_rtl a.cke_colorbox -{ - float: right; -} - -a:hover.cke_colorbox, -a:focus.cke_colorbox, -a:active.cke_colorbox -{ - border: #316ac5 1px solid; - background-color: #dff1ff; -} - -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: #316ac5 1px solid; - background-color: #dff1ff; -} diff --git a/skins/ckeditor/_source/skins/office2003/presets.css b/skins/ckeditor/_source/skins/office2003/presets.css deleted file mode 100644 index d83fe75..0000000 --- a/skins/ckeditor/_source/skins/office2003/presets.css +++ /dev/null @@ -1,49 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/* "Source" button label */ -.cke_skin_office2003 .cke_button_source .cke_label -{ - display: inline; -} - -/* "Styles" panel size */ -.cke_skin_office2003 .cke_styles_panel -{ - width: 150px; - height: 170px; -} - -/* "Format" panel size */ -.cke_skin_office2003 .cke_format_panel -{ - width: 150px; - height: 170px; -} - -/* "Font" panel size */ -.cke_skin_office2003 .cke_font_panel -{ - width: 150px; - height: 170px; -} - -/* "Font Size" panel size */ -.cke_skin_office2003 .cke_fontSize_panel -{ - height: 170px; -} - -/* "Font Size" combo width */ -.cke_skin_office2003 .cke_fontSize .cke_text -{ - width: 20px; -} - -/* "Font Size" combo width (IE Quirks) */ -.cke_skin_office2003 .cke_browser_iequirks .cke_fontSize .cke_text -{ - width: 32px; -} diff --git a/skins/ckeditor/_source/skins/office2003/reset.css b/skins/ckeditor/_source/skins/office2003/reset.css deleted file mode 100644 index 6fd2492..0000000 --- a/skins/ckeditor/_source/skins/office2003/reset.css +++ /dev/null @@ -1,84 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * Reset and Default Values - */ -.cke_skin_office2003 *, -.cke_skin_office2003 a:hover, -.cke_skin_office2003 a:link, -.cke_skin_office2003 a:visited, -.cke_skin_office2003 a:active -{ - margin: 0; - padding: 0; - border: 0; - background: transparent; - text-decoration: none; - font: normal normal normal 100% Sans-Serif; - width: auto; - height: auto; - border-collapse: collapse; - text-align: left; - vertical-align: baseline; - white-space: nowrap; - cursor: auto; - color: #000; - - font-size: 11px; - font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; -} - -.cke_skin_office2003 .cke_rtl *, -.cke_skin_office2003 .cke_rtl a:hover, -.cke_skin_office2003 .cke_rtl a:link, -.cke_skin_office2003 .cke_rtl a:visited, -.cke_skin_office2003 .cke_rtl a:active, -.cke_rtl .cke_skin_office2003 *, -.cke_rtl .cke_skin_office2003 a:hover, -.cke_rtl .cke_skin_office2003 a:link, -.cke_rtl .cke_skin_office2003 a:visited, -.cke_rtl .cke_skin_office2003 a:active -{ - text-align: right; -} - -.cke_skin_office2003 iframe -{ - vertical-align: inherit; /** For IE */ -} - -.cke_skin_office2003 textarea -{ - white-space: pre; -} - -.cke_skin_office2003 .cke_browser_gecko textarea -{ - cursor: text; -} - -.cke_skin_office2003 .cke_browser_gecko textarea[disabled] -{ - cursor: default; -} - -.cke_skin_office2003 input[type="text"], -.cke_skin_office2003 input[type="password"] -{ - cursor: text; -} - -.cke_skin_office2003 input[type="text"][disabled], -.cke_skin_office2003 input[type="password"][disabled] -{ - cursor: default; -} - -.cke_skin_office2003 fieldset -{ - padding: 10px; - border: 2px groove #E0DFE3; -} diff --git a/skins/ckeditor/_source/skins/office2003/richcombo.css b/skins/ckeditor/_source/skins/office2003/richcombo.css deleted file mode 100644 index 9d63314..0000000 --- a/skins/ckeditor/_source/skins/office2003/richcombo.css +++ /dev/null @@ -1,309 +0,0 @@ -/* Special Combo */ - -.cke_skin_office2003 .cke_rcombo -{ - display: inline-block; - margin-left: 2px; - margin-right: 2px; - margin-top: 2px; - vertical-align: top; -} - -.cke_skin_office2003 .cke_browser_ie .cke_rcombo -{ - #display: inline; -} - -.cke_skin_office2003 .cke_rcombopanel -{ - border: 1px solid #316ac5; - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - /*margin-left: 1px;*/ - /*_margin-left: 0;*/ -} - -.cke_skin_office2003 .cke_rcombo a -{ - display: inline-block; - float: left; - - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ -} - -.cke_skin_office2003 .cke_rtl .cke_rcombo a -{ - float: right; -} - -.cke_skin_office2003 .cke_hc .cke_rcombo a -{ - filter: alpha(opacity=100); /* IE */ - opacity: 1.0; /* Safari, Opera and Mozilla */ -} - -.cke_skin_office2003 .cke_rcombo .cke_label -{ - display: inline-block; - float: left; - cursor: default; - - line-height: 24px; - height: 24px; - - vertical-align: top; - padding-left: 4px; - padding-right: 5px; - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ - - _background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - _background-position: 0 -962px; - _background-repeat: repeat-x; -} - -.cke_skin_office2003 .cke_rtl .cke_rcombo .cke_label -{ - float: right; - padding-right: 4px; - padding-left: 5px; -} - -.cke_skin_office2003 .cke_hc .cke_rcombo .cke_label -{ - filter: alpha(opacity=100); - opacity: 1.0; -} - -.cke_skin_office2003 .cke_rcombo .cke_inline_label -{ - color: #fff; -} - -.cke_skin_office2003 .cke_rcombo .cke_text -{ - border: 1px solid #8f8f73; - background-color: #fff; - height: 14px; - width:60px; - padding-top: 4px; - padding-bottom: 4px; - padding-left: 5px; - padding-right: 5px; - text-overflow: ellipsis; - overflow: hidden; - display: inline-block; - vertical-align: top; - cursor: default; -} - -.cke_skin_office2003 .cke_ltr .cke_rcombo .cke_text -{ - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} - -.cke_skin_office2003 .cke_rtl .cke_rcombo .cke_text -{ - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -/* Fix for IE height */ -.cke_skin_office2003 .cke_browser_iequirks .cke_rcombo .cke_text -{ - height: 22px; -} - -.cke_skin_office2003 .cke_rcombo .cke_openbutton -{ - display: inline-block; - border-top: 1px solid #8f8f73; - border-bottom: 1px solid #8f8f73; -} - -.cke_skin_office2003 .cke_rcombo .cke_openbutton .cke_icon -{ - display: inline-block; - background-position: 5px -1002px; - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-repeat: no-repeat; - width: 14px; - height: 22px; -} - -.cke_skin_office2003 .cke_browser_iequirks .cke_rcombo .cke_openbutton .cke_icon -{ - height: 20px; -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_skin_office2003 .cke_browser_ie .cke_rcombo .cke_openbutton .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_skin_office2003 .cke_browser_ie6 .cke_rcombo .cke_openbutton .cke_icon -{ - filter: ; -} -.cke_skin_office2003 .cke_hc .cke_rcombo .cke_openbutton .cke_icon -{ - background: none; - filter: ; -} - -.cke_skin_office2003 .cke_ltr .cke_rcombo .cke_openbutton -{ - border-right: 1px solid #8f8f73; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.cke_skin_office2003 .cke_rtl .cke_rcombo .cke_openbutton -{ - border-left: 1px solid #8f8f73; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} - -.cke_skin_office2003 .cke_rcombo .cke_off a:hover, -.cke_skin_office2003 .cke_rcombo .cke_off a:focus, -.cke_skin_office2003 .cke_rcombo .cke_off a:active, -.cke_skin_office2003 .cke_rcombo .cke_on a -{ - filter: alpha(opacity=100); /* IE */ - opacity: 1; /* Safari, Opera and Mozilla */ -} - -.cke_skin_office2003 .cke_rcombo .cke_off a:hover .cke_text, -.cke_skin_office2003 .cke_rcombo .cke_off a:focus .cke_text, -.cke_skin_office2003 .cke_rcombo .cke_off a:active .cke_text, -.cke_skin_office2003 .cke_rcombo .cke_on .cke_text -{ - border-color: #316ac5; -} - -.cke_skin_office2003 .cke_rcombo .cke_off a:hover .cke_openbutton, -.cke_skin_office2003 .cke_rcombo .cke_off a:focus .cke_openbutton, -.cke_skin_office2003 .cke_rcombo .cke_off a:active .cke_openbutton, -.cke_skin_office2003 .cke_rcombo .cke_on .cke_openbutton -{ - border-color: #316ac5; - background-color: #dff1ff; -} - -.cke_skin_office2003 .cke_rcombo .cke_on .cke_text -{ - -moz-border-radius-bottomleft: 0px; - -webkit-border-bottom-left-radius: 0px; - border-bottom-left-radius: 0px; -} - -.cke_skin_office2003 .cke_rcombo .cke_on .cke_openbutton -{ - -moz-border-radius-bottomright: 0px; - -webkit-border-bottom-right-radius: 0px; - border-bottom-right-radius: 0px; -} - -.cke_skin_office2003 .cke_rcombo .cke_disabled .cke_label -{ - filter: alpha(opacity=30); /* IE */ - opacity: 0.3; /* Safari, Opera and Mozilla */ -} - -.cke_skin_office2003 .cke_hc .cke_rcombo .cke_disabled .cke_label -{ - filter: alpha(opacity=70); - opacity: 0.7; -} - -.cke_skin_office2003 .cke_rcombo .cke_disabled .cke_text, -.cke_skin_office2003 .cke_rcombo .cke_disabled .cke_openbutton -{ - filter: alpha(opacity=50); /* IE */ - opacity: 0.5; /* Safari, Opera and Mozilla */ -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_skin_office2003 .cke_browser_ie .cke_rcombo .cke_disabled .cke_openbutton -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=50); -} -.cke_skin_office2003 .cke_browser_ie6 .cke_rcombo .cke_disabled .cke_openbutton -{ - filter: alpha(opacity=50); -} - -.cke_skin_office2003 .cke_hc .cke_rcombo .cke_disabled .cke_text, -.cke_skin_office2003 .cke_hc .cke_rcombo .cke_disabled .cke_openbutton -{ - filter: alpha(opacity=80); - opacity: 0.8; -} - - -.cke_skin_office2003 .cke_rcombo .cke_disabled .cke_text -{ - color: #fff; -} - -/* Firefox 2 & WebKit Section */ - -.cke_skin_office2003 .cke_browser_gecko18 .cke_rcombo, -.cke_skin_office2003 .cke_browser_gecko18 .cke_rcombo .cke_label, -.cke_skin_office2003 .cke_browser_gecko18 .cke_rcombo .cke_text, -.cke_skin_office2003 .cke_browser_gecko18 .cke_rcombo .cke_openbutton, -.cke_skin_office2003 .cke_browser_webkit .cke_rcombo .cke_label, -.cke_skin_office2003 .cke_browser_webkit .cke_rcombo .cke_text, -.cke_skin_office2003 .cke_browser_webkit .cke_rcombo .cke_openbutton -{ - display: block; - float: left; -} - -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_rcombo, -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_label, -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_text, -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_openbutton, -.cke_skin_office2003 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_label, -.cke_skin_office2003 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_text, -.cke_skin_office2003 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_openbutton -{ - float: right; -} - -/*** IE ***/ - -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_rcombo, -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_rcombo a, -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_rcombo .cke_label -{ - float: none; -} - -.cke_skin_office2003 .cke_rtl .cke_rcombo .cke_font .cke_text, -.cke_skin_office2003 .cke_rtl .cke_rcombo .cke_fontSize .cke_text -{ - direction: ltr; -} diff --git a/skins/ckeditor/_source/skins/office2003/skin.js b/skins/ckeditor/_source/skins/office2003/skin.js deleted file mode 100644 index 506427a..0000000 --- a/skins/ckeditor/_source/skins/office2003/skin.js +++ /dev/null @@ -1,74 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.skins.add( 'office2003', (function() -{ - return { - editor : { css : [ 'editor.css' ] }, - dialog : { css : [ 'dialog.css' ] }, - separator : { canGroup: false }, - templates : { css : [ 'templates.css' ] }, - margins : [ 0, 14, 18, 14 ] - }; -})() ); - -(function() -{ - CKEDITOR.dialog ? dialogSetup() : CKEDITOR.on( 'dialogPluginReady', dialogSetup ); - - function dialogSetup() - { - CKEDITOR.dialog.on( 'resize', function( evt ) - { - var data = evt.data, - width = data.width, - height = data.height, - dialog = data.dialog, - contents = dialog.parts.contents; - - if ( data.skin != 'office2003' ) - return; - - contents.setStyles( - { - width : width + 'px', - height : height + 'px' - }); - - if ( !CKEDITOR.env.ie || CKEDITOR.env.ie9Compat ) - return; - - // Fix the size of the elements which have flexible lengths. - var fixSize = function() - { - var innerDialog = dialog.parts.dialog.getChild( [ 0, 0, 0 ] ), - body = innerDialog.getChild( 0 ), - bodyWidth = body.getSize( 'width' ); - height += body.getChild( 0 ).getSize( 'height' ) + 1; - - // tc - var el = innerDialog.getChild( 2 ); - el.setSize( 'width', bodyWidth ); - - // bc - el = innerDialog.getChild( 7 ); - el.setSize( 'width', bodyWidth - 28 ); - - // ml - el = innerDialog.getChild( 4 ); - el.setSize( 'height', height ); - - // mr - el = innerDialog.getChild( 5 ); - el.setSize( 'height', height ); - }; - setTimeout( fixSize, 100 ); - - // Ensure size is correct for RTL mode. (#4003) - if ( evt.editor.lang.dir == 'rtl' ) - setTimeout( fixSize, 1000 ); - }); - } -})(); diff --git a/skins/ckeditor/_source/skins/office2003/templates.css b/skins/ckeditor/_source/skins/office2003/templates.css deleted file mode 100644 index d14406e..0000000 --- a/skins/ckeditor/_source/skins/office2003/templates.css +++ /dev/null @@ -1,87 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * Styles for the "templates" plugin. - */ - -.cke_skin_office2003 .cke_tpl_list -{ - border: #dcdcdc 2px solid; - background-color: #ffffff; - overflow: auto; - width: 100%; - height: 220px; -} - -.cke_skin_office2003 .cke_tpl_item -{ - margin: 5px; - padding: 7px; - border: #eeeeee 1px solid; - *width: 88%; -} - -.cke_skin_office2003 .cke_tpl_preview -{ - border-collapse: separate; - text-indent:0; - width: 100%; -} -.cke_skin_office2003 .cke_tpl_preview td -{ - padding: 2px; - vertical-align: middle; -} -.cke_skin_office2003 .cke_tpl_preview .cke_tpl_preview_img -{ - width: 100px; -} -.cke_skin_office2003 .cke_tpl_preview span -{ - white-space: normal; -} - -.cke_skin_office2003 .cke_tpl_title -{ - font-weight: bold; -} - -.cke_skin_office2003 .cke_tpl_list a:active .cke_tpl_item, -.cke_skin_office2003 .cke_tpl_list a:hover .cke_tpl_item, -.cke_skin_office2003 .cke_tpl_list a:focus .cke_tpl_item -{ - border: #ff9933 1px solid !important; - background-color: #fffacd !important; -} - -.cke_skin_office2003 .cke_tpl_list a:active *, -.cke_skin_office2003 .cke_tpl_list a:hover *, -.cke_skin_office2003 .cke_tpl_list a:focus * -{ - cursor: pointer; -} - -/* IE6 contextual selectors childs won't get :hover transition until, - the hover style of the link itself contains certain CSS declarations.*/ -.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:active, -.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:hover, -.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:focus -{ - background-position: 0 0; -} - -.cke_skin_office2003 .cke_tpl_list a:active .cke_tpl_item, -.cke_skin_office2003 .cke_tpl_list a:hover .cke_tpl_item, -.cke_skin_office2003 .cke_tpl_list a:focus .cke_tpl_item -{ - border-width: 3px; -} - -.cke_skin_office2003 .cke_tpl_empty, .cke_tpl_loading -{ - text-align: center; - padding: 5px; -} diff --git a/skins/ckeditor/_source/skins/office2003/toolbar.css b/skins/ckeditor/_source/skins/office2003/toolbar.css deleted file mode 100644 index ff5ae7f..0000000 --- a/skins/ckeditor/_source/skins/office2003/toolbar.css +++ /dev/null @@ -1,522 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -@media print -{ - .cke_skin_office2003 .cke_toolbox - { - display: none; - } -} - -.cke_skin_office2003 .cke_browser_webkit .cke_toolbox, -.cke_skin_office2003 .cke_browser_webkit .cke_toolbox > span -{ - white-space: normal; -} - -.cke_skin_office2003 .cke_toolbox -{ - clear: both; - /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/ - padding-bottom: 1px; -} - -.cke_skin_office2003 a.cke_toolbox_collapser, -.cke_skin_office2003 a:hover.cke_toolbox_collapser -{ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 3px -1026px; /* +3px +4px */ - background-repeat: no-repeat; - width: 11px; - height: 11px; - float: right; - border: outset 1px; - margin: 11px 2px 2px; - cursor: pointer; -} - -.cke_skin_office2003 .cke_rtl a.cke_toolbox_collapser, -.cke_skin_office2003 .cke_rtl a:hover.cke_toolbox_collapser -{ - float: left; -} - -.cke_skin_office2003 a.cke_toolbox_collapser span -{ - display: none; -} - -.cke_skin_office2003 .cke_hc a.cke_toolbox_collapser span -{ - font-size: 10px; - font-weight: bold; - font-family: Arial; - display: inline; -} - -.cke_skin_office2003 a.cke_toolbox_collapser_min, -.cke_skin_office2003 a:hover.cke_toolbox_collapser_min -{ - /* arrowleft.gif*/ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 4px -1047px; /* +4px +3px */ - background-repeat: no-repeat; - margin: 2px; -} - -.cke_skin_office2003 .cke_rtl a.cke_toolbox_collapser_min, -.cke_skin_office2003 .cke_rtl a:hover.cke_toolbox_collapser_min -{ - /* arrowright.gif*/ - background-position: 4px -1068px; /* +2px +3px */ -} - -.cke_skin_office2003 .cke_toolbar -{ - background-color: #d6dff7; - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 0 -962px; - background-repeat: repeat-x; - display: inline-block; - float: left; - !height: 28px; - !line-height: 28px; -} - -.cke_skin_office2003 .cke_rtl .cke_toolbar -{ - float: right; -} - -.cke_skin_office2003 .cke_toolgroup -{ - display: inline-block; - float: left; - height: 28px; -} - -.cke_skin_office2003 .cke_browser_ie .cke_toolgroup -{ - #float: none; - #display: inline; -} - -.cke_skin_office2003 .cke_rtl .cke_toolgroup -{ - float: right; -} - -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_toolgroup -{ - #float: none; -} - -.cke_skin_office2003 .cke_separator -{ - display: inline-block; - float: left; - border-left: solid 1px #B2CBFF; - margin: 6px 2px; - height: 16px; -} - -.cke_skin_office2003 .cke_browser_ie .cke_separator -{ - #float: none; - #display: inline; -} - -.cke_skin_office2003 .cke_rtl .cke_separator -{ - float: right; -} - -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_separator -{ - #float: none; -} - -.cke_skin_office2003 .cke_break -{ - clear: left; -} - -.cke_skin_office2003 .cke_rtl .cke_break -{ - clear: right; -} - -.cke_skin_office2003 .cke_toolbar_start -{ - display: inline-block; - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-repeat: no-repeat; - background-position: -27px -765px; - width: 10px; - height: 28px; - float: left; -} - -.cke_skin_office2003 .cke_browser_ie .cke_toolbar_start -{ - #float: none; - #display: inline; -} - -.cke_skin_office2003 .cke_rtl .cke_toolbar_start -{ - background-position: -27px -816px; - float: right; -} - -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_toolbar_start -{ - #float: none; -} - -.cke_skin_office2003 .cke_toolbar_end -{ - display: inline-block; - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-repeat: no-repeat; - background-position: -29px -861px; - width: 4px; - height: 28px; - float: left; -} - -.cke_skin_office2003 .cke_browser_ie .cke_toolbar_end -{ - #float: none; - #display: inline; -} - -.cke_skin_office2003 .cke_rtl .cke_toolbar_end -{ - background-position: -29px -907px; - float: right; -} - -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_toolbar_end -{ - #float: none; -} - -/*#7181*/ -.cke_skin_office2003 .cke_browser_ie9 .cke_rtl .cke_separator, -.cke_skin_office2003 .cke_browser_ie9 .cke_rtl .cke_toolbar_start, -.cke_skin_office2003 .cke_browser_ie9 .cke_rtl .cke_toolbar_end -{ - vertical-align:middle; -} - -.cke_skin_office2003 .cke_button a, -.cke_skin_office2003 .cke_button a:hover, -.cke_skin_office2003 .cke_button a:focus, -.cke_skin_office2003 .cke_button a:active, -.cke_skin_office2003 .cke_button a.cke_off -{ - border: solid 1px transparent; - border-radius: 3px; - outline: none; - padding-top: 2px; - padding-left: 4px; - padding-right: 4px; - padding-bottom: 2px; - margin-top: 2px; - height: 18px; - vertical-align: top; - - _border: none; - _margin: 3px 1px 1px 1px; - cursor: default; - display: inline-block; -} - -.cke_skin_office2003 .cke_button a, -.cke_skin_office2003 .cke_button a.cke_off -{ - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - -.cke_skin_office2003 .cke_hc .cke_button a, -.cke_skin_office2003 .cke_hc .cke_button a.cke_off -{ - opacity: 1.0; - filter: alpha(opacity=100); - _border: 1px solid transparent; -} - -.cke_skin_office2003 .cke_button a.cke_on -{ - border: solid 1px #316ac5; - background-color: #c1d2ee; - filter: alpha(opacity=100); /* IE */ - opacity: 1; /* Safari, Opera and Mozilla */ - - _margin: 2px 0 0 0; -} - -.cke_skin_office2003 .cke_hc .cke_button a:hover, -.cke_skin_office2003 .cke_hc .cke_button a:focus, -.cke_skin_office2003 .cke_hc .cke_button a:active /* IE */ -{ - padding: 0 2px !important; - border-width: 3px; -} - -.cke_skin_office2003 .cke_button a.cke_disabled * -{ - filter: alpha(opacity=30); /* IE */ - opacity: 0.3; /* Safari, Opera and Mozilla */ -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_skin_office2003 .cke_browser_ie .cke_button a.cke_disabled *, -.cke_skin_office2003 .cke_browser_ie a:hover.cke_button .cke_disabled * -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); -} -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button a.cke_disabled *, -.cke_skin_office2003 .cke_browser_ie .cke_rtl a:hover.cke_button .cke_disabled * -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); -} -.cke_skin_office2003 .cke_browser_ie6 .cke_button a.cke_disabled *, -.cke_skin_office2003 .cke_browser_ie6 a:hover.cke_button .cke_disabled *, -.cke_skin_office2003 .cke_browser_ie .cke_button.cke_noalphafix a.cke_disabled * -{ - filter: alpha(opacity=30); -} - -.cke_skin_office2003 .cke_hc .cke_button a.cke_disabled *, -.cke_skin_office2003 .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled * -{ - filter: alpha(opacity=60); - opacity: 0.6; -} - -.cke_skin_office2003 .cke_button a:hover, -.cke_skin_office2003 .cke_button a:focus, -.cke_skin_office2003 .cke_button a:active /* IE */ -{ - border: solid 1px #316ac5; - background-color: #dff1ff; - filter: alpha(opacity=100); /* IE */ - opacity: 1; /* Safari, Opera and Mozilla */ - vertical-align: top; - - _margin: 2px 0 0 0; - padding: 2px 4px; -} - -.cke_skin_office2003 .cke_button .cke_icon -{ - background-image: url(icons.png); - background-position: 100px; - background-repeat:no-repeat; - margin-top:1px; - width: 16px; - height: 16px; - display: inline-block; - cursor: default; -} - -.cke_skin_office2003 .cke_rtl .cke_button .cke_icon -{ - background-image: url(icons_rtl.png); -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_skin_office2003 .cke_browser_ie .cke_button .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_skin_office2003 .cke_browser_ie6 .cke_button .cke_icon, -.cke_skin_office2003 .cke_browser_ie6 .cke_rtl .cke_button .cke_icon, -.cke_skin_office2003 .cke_browser_ie .cke_button.cke_noalphafix .cke_icon, -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button.cke_noalphafix .cke_icon -{ - filter: ; -} - -.cke_skin_office2003 .cke_button .cke_label -{ - display: none; - padding-left: 3px; - cursor: default; - vertical-align:middle; - _background-image: url(images/sprites_ie6.png); - _background-position: 0 -970px; - _background-repeat: repeat-x; -} - -.cke_skin_office2003 .cke_button a:hover .cke_label -{ - _background-color: #dff1ff; - _background-image: none; -} - -.cke_skin_office2003 .cke_button a.cke_on .cke_label -{ - _background-color: #c1d2ee; - _background-image: none; -} - -.cke_skin_office2003 .cke_hc .cke_button .cke_label -{ - padding: 0; - display: inline-block; -} - -.cke_skin_office2003 .cke_hc .cke_button .cke_icon -{ - display: none; -} - -.cke_skin_office2003 .cke_accessibility -{ - position: absolute; - display: block; - width: 0; - height: 0; - overflow: hidden; -} - -.cke_skin_office2003 .cke_button .cke_buttonarrow -{ - display: inline-block; - height: 18px; - width: 8px; - background-position: 2px -1004px; - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-repeat: no-repeat; - cursor: default; -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_skin_office2003 .cke_browser_ie .cke_button .cke_buttonarrow -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_skin_office2003 .cke_browser_ie6 .cke_button .cke_buttonarrow -{ - filter: ; -} - -.cke_skin_office2003 .cke_rtl .cke_button .cke_buttonarrow -{ - background-position: 0 -1004px; -} - -/*** Firefox 2 ***/ - -.cke_skin_office2003 .cke_browser_gecko18 .cke_toolbar, -.cke_skin_office2003 .cke_browser_gecko18 .cke_button a, -.cke_skin_office2003 .cke_browser_gecko18 .cke_button a.cke_off, -.cke_skin_office2003 .cke_browser_gecko18 .cke_button .cke_icon, -.cke_skin_office2003 .cke_browser_gecko18 .cke_button .cke_buttonarrow, -.cke_skin_office2003 .cke_browser_gecko18 .cke_separator, -.cke_skin_office2003 .cke_browser_gecko18 .cke_toolbar_start, -.cke_skin_office2003 .cke_browser_gecko18 .cke_toolbar_end -{ - display: block; - float: left; -} - -.cke_skin_office2003 .cke_browser_gecko18 .cke_hc .cke_button .cke_icon -{ - display: none; -} - -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_toolbar, -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_button a, -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_button a.cke_off, -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_button .cke_icon, -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_button .cke_buttonarrow, -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_separator, -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_toolbar_start, -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_toolbar_end -{ - float: right; -} - -.cke_skin_office2003 .cke_browser_gecko18 .cke_button .cke_label, -.cke_skin_office2003 .cke_browser_gecko18 .cke_break -{ - float: left; -} - -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl span.cke_inline_label -{ - float: right; -} - -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_button .cke_label, -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_break -{ - float: right; -} - -.cke_skin_office2003 .cke_browser_gecko18 .cke_separator -{ - margin-top: 4px; -} - -.cke_skin_office2003 .cke_browser_gecko18 .cke_button .cke_label -{ - padding-top: 3px; -} - -/*** IE6 ***/ - -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_toolgroup, -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_separator, -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_toolbar_start, -.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_toolbar_end -{ - float: none; -} - -/*** IE8 ***/ - -.cke_skin_office2003 .cke_browser_ie8 .cke_toolbar, -.cke_skin_office2003 .cke_browser_ie8 .cke_toolgroup -{ - vertical-align: top; -} - -.cke_skin_office2003 .cke_browser_iequirks.cke_browser_ie8 .cke_toolbar, -.cke_skin_office2003 .cke_browser_iequirks.cke_browser_ie8 .cke_toolgroup -{ - /* revert previous */ - vertical-align: baseline; -} - -/* Separator + Combo penetrate toolbar in IE quirks. (#4461) */ -.cke_skin_office2003 .cke_browser_iequirks .cke_separator -{ - vertical-align: text-bottom; -} -/* Fix cursor shape consistency on toolbar combos (#4031) */ -.cke_skin_office2003 .cke_browser_ie .cke_rcombo, -.cke_skin_office2003 .cke_browser_ie .cke_rcombo * -{ - cursor: default; -} diff --git a/skins/ckeditor/_source/skins/v2/dialog.css b/skins/ckeditor/_source/skins/v2/dialog.css deleted file mode 100644 index 915959a..0000000 --- a/skins/ckeditor/_source/skins/v2/dialog.css +++ /dev/null @@ -1,861 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/* Restore the dialog visibility */ -body .cke_dialog -{ - visibility: visible; -} - -/* Force Gecko to consider table as positioned */ -.cke_skin_v2 table.cke_dialog.cke_browser_gecko -{ - display:block; -} - -.cke_skin_v2 .cke_dialog_body -{ - margin-left: 16px; - margin-right: 16px; - margin-top: 2px; - margin-bottom: 20px; - z-index: 1; - - /* 'cke_dialog' element has been fixed positioned in all but IE6, while we - need it to be positioned to hold e.g. close button. */ - position: relative; - _position: static; - -} - -.cke_skin_v2 .cke_dialog_tl, -.cke_skin_v2 .cke_dialog_tr, -.cke_skin_v2 .cke_dialog_tc, -.cke_skin_v2 .cke_dialog_bl, -.cke_skin_v2 .cke_dialog_br, -.cke_skin_v2 .cke_dialog_bc -{ - background-image: url(images/sprites.png); - background-repeat: no-repeat; - position: absolute; - - /* IE6 does not support full color transparent PNG. */ - _background-image: url(images/sprites_ie6.png); - /* Dialog corner parts require a negative z-index to avoid covering dialog body. (#4954) */ - _z-index: -1; -} - -.cke_skin_v2 .cke_dialog_tl -{ - background-position: -16px -16px; - height: 16px; - width: 16px; - top: 0; - left: 0; -} - -.cke_skin_v2 .cke_rtl .cke_dialog_tl -{ - background-position: -16px -397px; -} - -.cke_skin_v2 .cke_dialog_tr -{ - background-position: -16px -76px; - height: 16px; - width: 16px; - top: 0; - right: 0; -} - -.cke_skin_v2 .cke_rtl .cke_dialog_tr -{ - background-position: -16px -457px; -} - -.cke_skin_v2 .cke_dialog_tc -{ - background-position: 0 -136px; - background-repeat: repeat-x; - height: 16px; - top: 0; - left: 16px; - right: 16px; -} - -.cke_skin_v2 .cke_dialog_bl -{ - background-position: -16px -196px; - height: 51px; - width: 30px; - bottom: 0; - left: 0; -} - -.cke_skin_v2 .cke_rtl .cke_dialog_bl -{ - background-position: -16px -517px; -} - -.cke_skin_v2 .cke_dialog_br -{ - background-position: -16px -263px; - height: 51px; - width: 30px; - bottom: 0; - right: 0; -} - -.cke_skin_v2 .cke_rtl .cke_dialog_br -{ - background-position: -16px -584px; -} - -.cke_skin_v2 .cke_dialog_bc -{ - background-position: 0 -330px; - background-repeat: repeat-x; - height: 51px; - bottom: 0; - left: 30px; - right: 30px; -} - -.cke_skin_v2 .cke_dialog_ml, -.cke_skin_v2 .cke_dialog_mr -{ - background-image: url(images/dialog_sides.png); - background-repeat: repeat-y; - position: absolute; - width: 16px; - top: 16px; - bottom: 51px; - - /* IE6 does not support full color transparent PNG. */ - _background-image: url(images/dialog_sides.gif); - - /* IE quirks gets confused when we have both top and bottom. */ - _top: auto; -} - -.cke_skin_v2 .cke_rtl .cke_dialog_ml, -.cke_skin_v2 .cke_rtl .cke_dialog_mr -{ - background-image: url(images/dialog_sides_rtl.png); - - /* IE6 does not support full color transparent PNG. */ - _background-image: url(images/dialog_sides.gif); -} - -.cke_skin_v2 .cke_dialog_ml -{ - background-position: 0 0; - left: 0; -} - -.cke_skin_v2 .cke_dialog_mr -{ - background-position: -16px 0; - right: 0; -} - -.cke_skin_v2 .cke_browser_iequirks .cke_dialog_ml, -.cke_skin_v2 .cke_browser_iequirks .cke_dialog_mr -{ - margin-top: 3px; -} - -.cke_skin_v2 .cke_dialog_title -{ - font-weight: bold; - font-size: 14pt; - color: #737357; - background-color: #e3e3c7; - padding: 3px 10px 26px 10px; - cursor: move; - position: relative; -} - -.cke_skin_v2 .cke_browser_ie.cke_rtl .cke_dialog_title -{ - position: static; -} - -.cke_skin_v2 .cke_dialog_contents -{ - background-color: #f1f1e3; - border: #d5d59d 1px solid; - overflow: auto; - padding: 5px 10px; -} - -.cke_skin_v2 .cke_dialog_footer -{ - background-color: #e3e3c7; - text-align: right; -} - -.cke_skin_v2 .cke_rtl .cke_dialog_footer -{ - text-align: left; -} - -.cke_skin_v2 .cke_dialog_footer .cke_resizer { - margin-top: 21px; -} - -/* tabs */ - -.cke_skin_v2 .cke_dialog_tabs -{ - height: 23px; - background-color: #e3e3c7; - display: inline-block; - margin-left:10px; - margin-right:10px; - margin-top:-23px; - position: absolute; - z-index: 2; -} - -.cke_skin_v2 .cke_rtl .cke_dialog_tabs -{ - right: 10px; -} - -.cke_skin_v2 a.cke_dialog_tab, -.cke_skin_v2 a:link.cke_dialog_tab, -.cke_skin_v2 a:active.cke_dialog_tab, -.cke_skin_v2 a:hover.cke_dialog_tab, -.cke_skin_v2 a:visited.cke_dialog_tab -{ - color: #737357; - border-left: 1px solid #d5d59d; - border-right: 1px solid #d5d59d; - border-top: 1px solid #d5d59d; - height: 14px; - padding: 4px 5px; - display: inline-block; - cursor: pointer; -} - -/* Gecko 1.8 layout workaround. */ -.cke_skin_v2 .cke_browser_gecko18 a.cke_dialog_tab, -.cke_skin_v2 .cke_browser_gecko18 a:link.cke_dialog_tab, -.cke_skin_v2 .cke_browser_gecko18 a:active.cke_dialog_tab, -.cke_skin_v2 .cke_browser_gecko18 a:hover.cke_dialog_tab, -.cke_skin_v2 .cke_browser_gecko18 a:visited.cke_dialog_tab -{ - display: inline; - position: relative; - top: 6px; -} - -.cke_skin_v2 a:hover.cke_dialog_tab -{ - background-color: #f1f1e3; -} - -.cke_skin_v2 .cke_hc a:hover.cke_dialog_tab -{ - padding: 2px 3px !important; - border-width: 3px; -} - -.cke_skin_v2 a.cke_dialog_tab_selected, -.cke_skin_v2 a:link.cke_dialog_tab_selected, -.cke_skin_v2 a:active.cke_dialog_tab_selected, -.cke_skin_v2 a:hover.cke_dialog_tab_selected, -.cke_skin_v2 a:visited.cke_dialog_tab_selected -{ - border-bottom: 1px solid #f1f1e3; - background-color: #f1f1e3; - font-weight: bold; - cursor: default; -} - -.cke_skin_v2 .cke_hc a.cke_dialog_tab_selected, -.cke_skin_v2 .cke_hc a:link.cke_dialog_tab_selected, -.cke_skin_v2 .cke_hc a:active.cke_dialog_tab_selected, -.cke_skin_v2 .cke_hc a:hover.cke_dialog_tab_selected, -.cke_skin_v2 .cke_hc a:visited.cke_dialog_tab_selected -{ - padding: 2px 3px !important; - border-width: 3px; -} - -.cke_skin_v2 .cke_hc .cke_dialog_tabs a, -.cke_skin_v2 .cke_hc .cke_dialog_footer a -{ - opacity: 1.0; - filter: alpha(opacity=100); - border: 1px solid white; -} - -/* single_page */ - -.cke_skin_v2 .cke_single_page .cke_dialog_tabs -{ - display: none; -} - -.cke_skin_v2 .cke_single_page .cke_dialog_title -{ - padding-bottom: 3px; -} - -.cke_skin_v2 .cke_dialog_ui_vbox table, -.cke_skin_v2 .cke_dialog_ui_hbox table -{ - margin: auto; -} - -.cke_skin_v2 .cke_dialog_ui_vbox_child -{ - padding: 5px 0px; -} - -.cke_skin_v2 input.cke_dialog_ui_input_text, -.cke_skin_v2 input.cke_dialog_ui_input_password -{ - background-color: white; - border: none; - padding: 0px; - width: 100%; - height: 14px; -} - -.cke_skin_v2 .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_text, -.cke_skin_v2 .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_password -{ - border-width: 0px; -} - -.cke_skin_v2 .cke_browser_gecko18.cke_hc div.cke_dialog_ui_input_text, -.cke_skin_v2 .cke_browser_gecko18.cke_hc div.cke_dialog_ui_input_password -{ - border-width: 1px; -} - -/* Opera/IE doesn't leave enough padding in text input for cursor to blink in RTL. (#6087) */ -.cke_skin_v2 .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_text, -.cke_skin_v2 .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_text, -.cke_skin_v2 .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_password, -.cke_skin_v2 .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_password -{ - padding-right: 2px -} - -/* Compensate the padding added above on container. */ -.cke_skin_v2 .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text, -.cke_skin_v2 .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_text, -.cke_skin_v2 .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_password, -.cke_skin_v2 .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_password -{ - padding-left: 2px; -} - -.cke_skin_v2 .cke_browser_ie.cke_rtl .cke_dialog_ui_vbox_child, -.cke_skin_v2 .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_child, -.cke_skin_v2 .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_first, -.cke_skin_v2 .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_last -{ - padding-right: 2px !important; -} - -.cke_skin_v2 div.cke_dialog_ui_input_text, -.cke_skin_v2 div.cke_dialog_ui_input_password -{ - background-color: white; - border: 1px solid #a0a0a0; - padding: 1px 0px; - /* IE6/Quirks - make sure the content does not overflow (#7321) */ - _width: 99.9%; -} - -.cke_skin_v2 .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text { - padding-right: 1px; -} - -.cke_skin_v2 textarea.cke_dialog_ui_input_textarea -{ - background-color: white; - border: none; - padding: 0px; - width: 100%; - /* - * IE6 BUG: Scrollbars in textareas can overflow even if the outer DIV is set to overflow:hidden. - * So leave 1% width for the scrollbar. In most situations the 1% isn't noticeable by users. - */ - _width: 99%; - overflow: auto; - resize: none; -} - -.cke_skin_v2 div.cke_dialog_ui_input_textarea -{ - background-color: white; - border: 1px solid #a0a0a0; - padding: 1px 0px; -} - -/* RTL + IE6: Input overflows dialog element. (#7321) */ -.cke_skin_v2 .cke_rtl .cke_dialog_ui_labeled_content -{ - _width: 95%; -} - -.cke_skin_v2 div.cke_disabled .cke_dialog_ui_labeled_content * -{ - background-color : #a0a0a0; - cursor : default; -} - -.cke_skin_v2 .cke_dialog_ui_hbox -{ - width: 100%; -} - -.cke_skin_v2 .cke_dialog_ui_hbox_first, -.cke_skin_v2 .cke_dialog_ui_hbox_child, -.cke_skin_v2 .cke_dialog_ui_hbox_last -{ - vertical-align: top; -} - -.cke_skin_v2 .cke_ltr .cke_dialog_ui_hbox_first, -.cke_skin_v2 .cke_ltr .cke_dialog_ui_hbox_child -{ - padding-right: 10px; -} - -.cke_skin_v2 .cke_rtl .cke_dialog_ui_hbox_first, -.cke_skin_v2 .cke_rtl .cke_dialog_ui_hbox_child -{ - padding-left: 10px; -} - -/* button */ - -.cke_skin_v2 a.cke_dialog_ui_button -{ - border-collapse: separate; - cursor: default; -} - -.cke_skin_v2 a.cke_dialog_ui_button_ok span, -.cke_skin_v2 a.cke_dialog_ui_button_cancel span -{ - width:60px; -} - -.cke_skin_v2 span.cke_dialog_ui_button -{ - border: #737357 1px solid; - padding: 2px 10px; - text-align: center; - color: #3b3b1f; - background-color: #c7c78f; - display: inline-block; - cursor: default; -} - -/* Gecko 1.8 does not support display: inline-block */ -.cke_skin_v2 .cke_browser_gecko18 .cke_dialog_footer_buttons span.cke_dialog_ui_button -{ - display: block; -} - -.cke_skin_v2 a.cke_dialog_ui_button span.cke_disabled -{ - border: #898980 1px solid; - color: #5e5e55; - background-color: #c5c5b3; -} - -.cke_skin_v2 a:focus span.cke_dialog_ui_button, -.cke_skin_v2 a:active span.cke_dialog_ui_button -{ - background-color: #e3e3c7; -} - -.cke_skin_v2 .cke_hc a:focus span.cke_dialog_ui_button, -.cke_skin_v2 .cke_hc a:active span.cke_dialog_ui_button -{ - border-width: 2px; -} - -.cke_skin_v2 .cke_dialog_footer_buttons -{ - display: inline-table; - margin-right: 12px; - margin-left: 12px; - width: auto; - position: relative; -} - -/* Gecko 1.8 does not support for display: inline-table */ -.cke_skin_v2 .cke_browser_gecko18 .cke_dialog_footer_buttons -{ - display: inline; -} - -.cke_skin_v2 .cke_dialog_footer_buttons span.cke_dialog_ui_button -{ - margin: 7px 0; -} - -.cke_skin_v2 .cke_browser_ie7 .cke_dialog_footer_buttons -{ - position: static; -} - -.cke_skin_v2 strong -{ - font-weight: bold; -} - -/* close_button */ - -.cke_skin_v2 a.cke_dialog_close_button, -.cke_skin_v2 a:hover.cke_dialog_close_button, -.cke_skin_v2 .cke_browser_ie6 a.cke_dialog_close_button, -.cke_skin_v2 .cke_browser_ie6 a:hover.cke_dialog_close_button -{ - background-image: url(images/sprites.png); - background-repeat: no-repeat; - background-position: -16px -651px; - position: absolute; - cursor: pointer; - text-align: center; - height: 20px; - width: 20px; - top: 5px; - - /* IE6 does not support full color transparent PNG. */ - _background-image: url(images/sprites_ie6.png); -} - -.cke_skin_v2 a.cke_dialog_close_button span -{ - display: none; -} - -.cke_skin_v2 a:hover.cke_dialog_close_button -{ - background-position: -16px -687px; -} - -.cke_skin_v2 .cke_ltr a.cke_dialog_close_button, -.cke_skin_v2 .cke_ltr a:hover.cke_dialog_close_button -{ - right: 10px; - _right: 22px; -} - -.cke_skin_v2 .cke_rtl a.cke_dialog_close_button, -.cke_skin_v2 .cke_rtl a:hover.cke_dialog_close_button -{ - left: 10px; - _left: 16px; - _top: 7px; -} - -.cke_skin_v2 .cke_browser_ie6.cke_rtl a.cke_dialog_close_button, -.cke_skin_v2 .cke_browser_ie6.cke_rtl a:hover.cke_dialog_close_button -{ - position: relative; - float: left; - margin-top: -55px; - margin-left: -7px; -} - -.cke_skin_v2 .cke_browser_iequirks.cke_rtl.cke_single_page a.cke_dialog_close_button, -.cke_skin_v2 .cke_browser_iequirks.cke_rtl.cke_single_page a:hover.cke_dialog_close_button -{ - margin-top: -32px; -} - -.cke_skin_v2 .cke_browser_iequirks.cke_ltr a.cke_dialog_close_button, -.cke_skin_v2 .cke_browser_iequirks.cke_ltr a:hover.cke_dialog_close_button -{ - margin-top: 0; -} - -.cke_skin_v2 .cke_dialog_ui_input_select -{ - border: 1px solid #a0a0a0; - background-color: white; -} - -.cke_skin_v2 .cke_dialog_ui_input_file -{ - width: 100%; - height: 25px; -} - -/* - * Some utility CSS classes for dialog authors. - */ -.cke_skin_v2 .cke_dialog .cke_dark_background -{ - background-color: #eaead1; -} - -.cke_skin_v2 .cke_dialog .cke_hand -{ - cursor: pointer; -} - -.cke_skin_v2 .cke_dialog .cke_centered -{ - text-align: center; -} - -.cke_skin_v2 .cke_dialog a.cke_btn_reset -{ - float: right; - background-position: 0 -32px; - background-image: url(images/mini.gif); - width: 16px; - height: 16px; - background-repeat: no-repeat; - border: 1px none; - font-size: 1px; -} - -.cke_skin_v2 .cke_rtl .cke_dialog a.cke_btn_reset -{ - float: left; -} - -.cke_skin_v2 .cke_dialog a.cke_btn_locked, -.cke_skin_v2 .cke_dialog a.cke_btn_unlocked -{ - float: left; - background-position: 0 0; - background-image: url(images/mini.gif); - width: 16px; - height: 16px; - background-repeat: no-repeat; - border: none 1px; - font-size: 1px; -} -.cke_skin_v2 .cke_dialog a.cke_btn_locked .cke_icon -{ - display:none; -} - - -.cke_skin_v2 .cke_rtl .cke_dialog a.cke_btn_locked, -.cke_skin_v2 .cke_rtl .cke_dialog a.cke_btn_unlocked -{ - float: right; -} - -.cke_skin_v2 .cke_dialog a.cke_btn_unlocked -{ - background-position: 0 -16px; - background-image: url(images/mini.gif); -} - -.cke_skin_v2 .cke_dialog .cke_btn_over -{ - border: outset 1px; - cursor: pointer; -} - -.cke_skin_v2 .cke_dialog .ImagePreviewBox -{ - border : 2px ridge black; - overflow : scroll; - height : 210px; - width : 230px; - padding : 2px; - background-color : white; -} - -.cke_skin_v2 .cke_dialog .ImagePreviewBox table td { - white-space: normal; -} - -/* Fix iframedialog's height doesn't stretch to 100% #4863.*/ -.cke_skin_v2 .cke_browser_iequirks .cke_dialog_page_contents -{ - _position: absolute; -} - -.cke_skin_v2 .cke_dialog .ImagePreviewLoader -{ - position: absolute; - white-space : normal; - overflow : hidden; - height : 160px; - width : 230px; - margin : 2px; - padding : 2px; - opacity : 0.9; - filter : alpha(opacity=90); - - background-color : #e4e4e4; -} - -.cke_skin_v2 .cke_dialog .FlashPreviewBox -{ - white-space : normal; - border : 2px ridge black; - overflow : auto; - height : 160px; - width : 390px; - padding : 2px; - background-color : white; -} - -.cke_skin_v2 .cke_dialog .cke_pastetext -{ - width: 346px; - height: 170px; -} - -.cke_skin_v2 .cke_dialog .cke_pastetext textarea -{ - width: 340px; - height: 170px; - resize: none; -} - -.cke_skin_v2 .cke_dialog iframe.cke_pasteframe -{ - width: 346px; - height: 130px; - background-color: white; - border: 1px solid black; -} - -.cke_skin_v2 .cke_dialog .cke_dark_background -{ - text-align : center; - background-color: #eaead1; - font-size : 14px; -} - -.cke_skin_v2 .cke_dialog .cke_light_background -{ - text-align : center; - background-color: #ffffbe; -} - -.cke_skin_v2 .cke_dialog .cke_hand -{ - cursor: pointer; -} - -.cke_skin_v2 .cke_disabled -{ - color: #a0a0a0; -} - -/* High Contrast Mode */ -.cke_skin_v2 .cke_hc .cke_dialog_title, -.cke_skin_v2 .cke_hc .cke_dialog_tabs, -.cke_skin_v2 .cke_hc .cke_dialog_contents, -.cke_skin_v2 .cke_hc .cke_dialog_footer -{ - border-left: 1px solid; - border-right: 1px solid; -} - -.cke_skin_v2 .cke_hc .cke_dialog_title -{ - border-top: 1px solid; -} - -.cke_skin_v2 .cke_hc .cke_dialog_footer -{ - border-bottom: 1px solid; -} - -.cke_skin_v2 .cke_hc .cke_dialog_close_button span -{ - display: inline; - cursor: pointer; - font-weight: bold; - position: relative; - top: 3px; -} - -.cke_skin_v2 .cke_dialog_body .cke_label -{ - display: none; -} - -.cke_skin_v2 .cke_dialog_body label.cke_required -{ - font-weight: bold; -} - -.cke_skin_v2 .cke_hc .cke_dialog_body .cke_label -{ - display: inline; - cursor: inherit; -} - -.cke_skin_v2 .cke_hc a.cke_btn_locked, -.cke_skin_v2 .cke_hc a.cke_btn_unlocked, -.cke_skin_v2 .cke_hc a.cke_btn_reset -{ - border-style: solid; - float:left; - width:auto; - height:auto; - padding: 0 2px; -} -.cke_skin_v2 .cke_hc a.cke_btn_locked .cke_icon -{ - display:inline; -} - -.cke_skin_v2 .cke_rtl.cke_hc a.cke_btn_locked, -.cke_skin_v2 .cke_rtl.cke_hc a.cke_btn_unlocked, -.cke_skin_v2 .cke_rtl.cke_hc a.cke_btn_reset -{ - float:right; -} - -.cke_skin_v2 a.cke_smile img -{ - /* IE6 does not support transparent borders */ - border: 2px solid #eaead1; -} - -.cke_skin_v2 a.cke_smile:focus img, -.cke_skin_v2 a.cke_smile:active img, -.cke_skin_v2 a.cke_smile:hover img -{ - border-color: #C7C78F; -} - - -/** - * Styles specific to "cellProperties" dialog. - */ - -.cke_skin_v2 .cke_dialog_contents a.colorChooser -{ - display:block; - margin-top:12px; - margin-left: 10px; - width: 40px; -} - -.cke_skin_v2 .cke_dialog_contents a.colorChooser .cke_dialog_ui_button -{ - width:100%; -} - -.cke_skin_v2 .cke_rtl .cke_dialog_contents a.colorChooser -{ - margin-right: 10px; -} diff --git a/skins/ckeditor/_source/skins/v2/editor.css b/skins/ckeditor/_source/skins/v2/editor.css deleted file mode 100644 index 3988d64..0000000 --- a/skins/ckeditor/_source/skins/v2/editor.css +++ /dev/null @@ -1,25 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -@import url("reset.css"); -@import url("mainui.css"); -@import url("panel.css"); -@import url("toolbar.css"); -@import url("menu.css"); -@import url("richcombo.css"); -@import url("elementspath.css"); -@import url("icons.css"); -@import url("presets.css"); - -/* Restore the container visibility */ -html .cke_skin_v2 -{ - visibility: inherit; -} - -html.cke_skin_v2_container -{ - visibility: visible; -} diff --git a/skins/ckeditor/_source/skins/v2/elementspath.css b/skins/ckeditor/_source/skins/v2/elementspath.css deleted file mode 100644 index 3c3cd8e..0000000 --- a/skins/ckeditor/_source/skins/v2/elementspath.css +++ /dev/null @@ -1,74 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -@media print -{ - .cke_path - { - display: none; - } -} - -.cke_skin_v2 .cke_path -{ - padding: 3px 3px 0 3px; - display: inline-block; - float: left; -} - -.cke_skin_v2 .cke_rtl .cke_path -{ - float: right; -} - -.cke_skin_v2 .cke_path a, -.cke_skin_v2 .cke_path .cke_empty -{ - display: inline-block; - float: left; - border: solid 1px #efefde; - background-color: #efefde; - padding-top: 1px; - padding-bottom: 1px; - padding-left: 4px; - padding-right: 4px; - margin-bottom : 3px; - cursor: default; -} - -.cke_skin_v2 .cke_path .cke_empty -{ - visibility: hidden; -} - -.cke_skin_v2 .cke_rtl .cke_path a, -.cke_skin_v2 .cke_rtl .cke_path cke_empty -{ - float: right; -} - -.cke_skin_v2 .cke_path a:hover, -.cke_skin_v2 .cke_path a:focus, -.cke_skin_v2 .cke_path a:active /* IE */ -{ - border: solid 1px #316ac5; - background-color: #dff1ff; - padding-top: 1px; - padding-bottom: 1px; - padding-left: 4px; - padding-right: 4px; - outline: none; -} - -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_path a, -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_path .cke_empty -{ - float: none; -} - -.cke_skin_v2 .cke_path .cke_label -{ - display: none; -} diff --git a/skins/ckeditor/_source/skins/v2/icons.css b/skins/ckeditor/_source/skins/v2/icons.css deleted file mode 100644 index c627b19..0000000 --- a/skins/ckeditor/_source/skins/v2/icons.css +++ /dev/null @@ -1,363 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -.cke_skin_v2 .cke_button_source .cke_icon -{ - background-position: 0 0; -} - -.cke_skin_v2 .cke_button_docProps .cke_icon -{ - background-position: 0 -16px; -} - -.cke_skin_v2 .cke_button_newpage .cke_icon -{ - background-position: 0 -48px; -} - -.cke_skin_v2 .cke_button_preview .cke_icon -{ - background-position: 0 -64px; -} - -.cke_skin_v2 .cke_button_cut .cke_icon -{ - background-position: 0 -96px; -} - -.cke_skin_v2 .cke_button_copy .cke_icon -{ - background-position: 0 -112px; -} - -.cke_skin_v2 .cke_button_paste .cke_icon -{ - background-position: 0 -128px; -} - -.cke_skin_v2 .cke_button_pastetext .cke_icon -{ - background-position: 0 -144px; -} - -.cke_skin_v2 .cke_button_find .cke_icon -{ - background-position: 0 -240px; -} - -.cke_skin_v2 .cke_button_replace .cke_icon -{ - background-position: 0 -256px; -} - -.cke_skin_v2 .cke_button_selectAll .cke_icon -{ - background-position: 0 -272px; -} - -.cke_skin_v2 .cke_button_removeFormat .cke_icon -{ - background-position: 0 -288px; -} - -.cke_skin_v2 .cke_button_bold .cke_icon -{ - background-position: 0 -304px; -} - -.cke_skin_v2 .cke_button_italic .cke_icon -{ - background-position: 0 -320px; -} - -.cke_skin_v2 .cke_button_underline .cke_icon -{ - background-position: 0 -336px; -} - -.cke_skin_v2 .cke_button_strike .cke_icon -{ - background-position: 0 -352px; -} - -.cke_skin_v2 .cke_button_subscript .cke_icon -{ - background-position: 0 -368px; -} - -.cke_skin_v2 .cke_button_superscript .cke_icon -{ - background-position: 0 -384px; -} - -.cke_skin_v2 .cke_button_table .cke_icon -{ - background-position: 0 -608px; -} - -.cke_skin_v2 .cke_button_horizontalrule .cke_icon -{ - background-position: 0 -624px; -} - -.cke_skin_v2 .cke_button_smiley .cke_icon -{ - background-position: 0 -640px; -} - -.cke_skin_v2 .cke_button_link .cke_icon -{ - background-position: 0 -528px; -} - -.cke_skin_v2 .cke_button_unlink .cke_icon -{ - background-position: 0 -544px; -} - -.cke_skin_v2 .cke_button_anchor .cke_icon -{ - background-position: 0 -560px; -} - -.cke_skin_v2 .cke_button_image .cke_icon -{ - background-position: 0 -576px; -} - -.cke_skin_v2 .cke_button_flash .cke_icon -{ - background-position: 0 -592px; -} - -.cke_skin_v2 .cke_button_specialchar .cke_icon -{ - background-position: 0 -656px; -} - -.cke_skin_v2 .cke_button_pagebreak .cke_icon -{ - background-position: 0 -672px; -} - -.cke_skin_v2 .cke_button_print .cke_icon -{ - background-position: 0 -176px; -} - -.cke_skin_v2 .cke_button_checkspell .cke_icon, -.cke_skin_v2 .cke_button_scayt .cke_icon -{ - background-position: 0 -192px; -} - -.cke_skin_v2 .cke_button_pagebreak .cke_icon -{ - background-position: 0 -672px; -} - -.cke_skin_v2 .cke_button_textcolor .cke_icon -{ - background-position: 0 -704px; -} - -.cke_skin_v2 .cke_button_bgcolor .cke_icon -{ - background-position: 0 -720px; -} - -.cke_skin_v2 .cke_button_form .cke_icon -{ - background-position: 0 -752px; -} - -.cke_skin_v2 .cke_button_checkbox .cke_icon -{ - background-position: 0 -768px; -} - -.cke_skin_v2 .cke_button_radio .cke_icon -{ - background-position: 0 -784px; -} - -.cke_skin_v2 .cke_button_textfield .cke_icon -{ - background-position: 0 -800px; -} - -.cke_skin_v2 .cke_button_textarea .cke_icon -{ - background-position: 0 -816px; -} -.cke_skin_v2 .cke_button_showblocks .cke_icon -{ - background-position: 0 -1136px; -} - -.cke_skin_v2 .cke_button_select .cke_icon -{ - background-position: 0 -832px; -} - -.cke_skin_v2 .cke_button_button .cke_icon -{ - background-position: 0 -848px; -} - -.cke_skin_v2 .cke_button_imagebutton .cke_icon -{ - background-position: 0 -864px; -} - -.cke_skin_v2 .cke_button_hiddenfield .cke_icon -{ - background-position: 0 -880px; -} - -.cke_skin_v2 .cke_button_undo .cke_icon -{ - background-position: 0 -208px; -} - -.cke_skin_v2 .cke_rtl .cke_button_undo .cke_icon -{ - background-position: 0 -224px; -} - -.cke_skin_v2 .cke_button_redo .cke_icon -{ - background-position: 0 -224px; -} - -.cke_skin_v2 .cke_rtl .cke_button_redo .cke_icon -{ - background-position: 0 -208px; -} - -.cke_skin_v2 .cke_button_templates .cke_icon -{ - background-position: 0 -80px; -} - -.cke_skin_v2 .cke_button_numberedlist .cke_icon -{ - background-position: 0 -400px; -} - -.cke_skin_v2 .cke_button_bulletedlist .cke_icon -{ - background-position: 0 -416px; -} - -.cke_skin_v2 .cke_mixed_dir_content .cke_button_numberedlist .cke_icon -{ - background-position: 0 -1217px; -} - -.cke_skin_v2 .cke_mixed_dir_content .cke_button_bulletedlist .cke_icon -{ - background-position: 0 -1233px; -} - -.cke_skin_v2 .cke_button_outdent .cke_icon -{ - background-position: 0 -432px; -} - -.cke_skin_v2 .cke_button_indent .cke_icon -{ - background-position: 0 -448px; -} - -.cke_skin_v2 .cke_mixed_dir_content .cke_button_indent .cke_icon -{ - background-position: 0 -1265px; -} - -.cke_skin_v2 .cke_mixed_dir_content .cke_button_outdent .cke_icon -{ - background-position: 0 -1249px; -} - -.cke_skin_v2 .cke_button_justifyleft .cke_icon -{ - background-position: 0 -464px; -} - -.cke_skin_v2 .cke_button_justifycenter .cke_icon -{ - background-position: 0 -480px; -} - -.cke_skin_v2 .cke_button_justifyright .cke_icon -{ - background-position: 0 -496px; -} - -.cke_skin_v2 .cke_button_justifyblock .cke_icon -{ - background-position: 0 -512px; -} - -.cke_skin_v2 .cke_button_blockquote .cke_icon -{ - background-position: 0 -1152px; -} - -.cke_skin_v2 .cke_button_flash .cke_icon -{ - background-position: 0 -592px; -} - -.cke_skin_v2 .cke_button_pastefromword .cke_icon -{ - background-position: 0 -160px; -} - -.cke_skin_v2 .cke_button_save .cke_icon -{ - background-position: 0 -32px; -} - -.cke_skin_v2 .cke_button_about .cke_icon -{ - background-position: 0 -736px; -} - -.cke_skin_v2 .cke_button_maximize .cke_icon -{ - background-position: 0 -1040px; -} - -.cke_skin_v2 .cke_button_creatediv .cke_icon -{ - background-position: 0 -1168px; -} - -.cke_skin_v2 .cke_button_editdiv .cke_icon -{ - background-position: 0 -1184px; -} - -.cke_skin_v2 .cke_button_removediv .cke_icon -{ - background-position: 0 -1200px; -} -.cke_skin_v2 .cke_button_bidirtl .cke_icon -{ - background-position: 0 -1072px; -} - -.cke_skin_v2 .cke_button_bidiltr .cke_icon -{ - background-position: 0 -1056px; -} - -.cke_skin_v2 .cke_button_iframe .cke_icon -{ - background-position: 0 -1279px; -} diff --git a/skins/ckeditor/_source/skins/v2/icons.png b/skins/ckeditor/_source/skins/v2/icons.png deleted file mode 100644 index 7c3bf19..0000000 Binary files a/skins/ckeditor/_source/skins/v2/icons.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/v2/icons_rtl.png b/skins/ckeditor/_source/skins/v2/icons_rtl.png deleted file mode 100644 index 83eee28..0000000 Binary files a/skins/ckeditor/_source/skins/v2/icons_rtl.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/v2/images/dialog_sides.gif b/skins/ckeditor/_source/skins/v2/images/dialog_sides.gif deleted file mode 100644 index 8f91b47..0000000 Binary files a/skins/ckeditor/_source/skins/v2/images/dialog_sides.gif and /dev/null differ diff --git a/skins/ckeditor/_source/skins/v2/images/dialog_sides.png b/skins/ckeditor/_source/skins/v2/images/dialog_sides.png deleted file mode 100644 index 1042a61..0000000 Binary files a/skins/ckeditor/_source/skins/v2/images/dialog_sides.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png b/skins/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png deleted file mode 100644 index d7f7b49..0000000 Binary files a/skins/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/v2/images/mini.gif b/skins/ckeditor/_source/skins/v2/images/mini.gif deleted file mode 100644 index 54d9107..0000000 Binary files a/skins/ckeditor/_source/skins/v2/images/mini.gif and /dev/null differ diff --git a/skins/ckeditor/_source/skins/v2/images/noimage.png b/skins/ckeditor/_source/skins/v2/images/noimage.png deleted file mode 100644 index 1598113..0000000 Binary files a/skins/ckeditor/_source/skins/v2/images/noimage.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/v2/images/sprites.png b/skins/ckeditor/_source/skins/v2/images/sprites.png deleted file mode 100644 index 982717b..0000000 Binary files a/skins/ckeditor/_source/skins/v2/images/sprites.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/v2/images/sprites_ie6.png b/skins/ckeditor/_source/skins/v2/images/sprites_ie6.png deleted file mode 100644 index 4389b65..0000000 Binary files a/skins/ckeditor/_source/skins/v2/images/sprites_ie6.png and /dev/null differ diff --git a/skins/ckeditor/_source/skins/v2/images/toolbar_start.gif b/skins/ckeditor/_source/skins/v2/images/toolbar_start.gif deleted file mode 100644 index 1774246..0000000 Binary files a/skins/ckeditor/_source/skins/v2/images/toolbar_start.gif and /dev/null differ diff --git a/skins/ckeditor/_source/skins/v2/mainui.css b/skins/ckeditor/_source/skins/v2/mainui.css deleted file mode 100644 index a1e920a..0000000 --- a/skins/ckeditor/_source/skins/v2/mainui.css +++ /dev/null @@ -1,162 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -.cke_skin_v2 .cke_editor -{ - display: inline-table; - width: 100%; -} -.cke_skin_v2 .cke_browser_webkit .cke_editor -{ - display: table; /* #6684 */ -} - -.cke_skin_v2 -{ - display: block; -} - -.cke_skin_v2 span.cke_browser_webkit, -.cke_skin_v2 span.cke_browser_gecko18 -{ - display: block; -} - -.cke_skin_v2 .cke_wrapper -{ - display: block; -} - -.cke_skin_v2 .cke_browser_opera .cke_editor -{ - display: table; -} - -.cke_skin_v2 .cke_top, -.cke_skin_v2 .cke_bottom, - .cke_shared .cke_skin_v2 -{ - background-color: #efefde; -} - -.cke_skin_v2 .cke_top -{ - border-top: solid 1px #fafaf5; - border-left: solid 1px #fafaf5; - border-right: solid 1px #696969; - border-bottom: solid 2px #696969; -} - -.cke_skin_v2 .cke_rtl .cke_top -{ - border-left: solid 1px #696969; - border-right: solid 1px #fafaf5; -} - -.cke_skin_v2 .cke_bottom -{ - border-left: solid 1px #696969; - border-right: solid 1px #696969; - border-bottom: solid 1px #696969; -} - -.cke_skin_v2 .cke_contents -{ - border: solid 1px #696969; - /* Prevent background content from penetrate through when switching between editing modes. (#4918) */ - background-color: white; -} - -.cke_skin_v2 .cke_focus -{ - outline: auto 5px -webkit-focus-ring-color; -} - -.cke_skin_v2 textarea.cke_source -{ - font-family: 'Courier New' , Monospace; - font-size: small; - background-color: #fff; - white-space: pre; -} - -.cke_skin_v2 .cke_browser_iequirks textarea.cke_source -{ - /* For IE6+Quirks only */ - _white-space: normal; -} - -.cke_skin_v2 .cke_resizer -{ - width: 12px; - height: 12px; - margin-top: 16px; - display: block; - float: right; - /* resizer.gif*/ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 0 -801px; - background-repeat: no-repeat; - cursor: se-resize; -} - -/* Adobe AIR doesn't support *-resize cursor shape. */ -.cke_skin_v2 .cke_browser_air .cke_resizer, -.cke_skin_v2 .cke_browser_air .cke_rtl .cke_resizer -{ - cursor: move; -} - -.cke_skin_v2 .cke_resizer_rtl -{ - cursor: sw-resize; - /* resizer_rtl.gif*/ - background-position: 0 -828px; - float: left; -} - -.cke_skin_v2 .cke_resizer_horizontal, -.cke_skin_v2 .cke_rtl .cke_resizer_horizontal -{ - cursor: e-resize; -} - -.cke_skin_v2 .cke_resizer_vertical, -.cke_skin_v2 .cke_rtl .cke_resizer_vertical -{ - cursor: n-resize; -} - -.cke_skin_v2 .cke_maximized .cke_resizer -{ - display: none; -} - -.cke_skin_v2 .cke_browser_ie6 .cke_contents textarea, -.cke_skin_v2 .cke_browser_ie7 .cke_contents textarea -{ - position: absolute; -} - -/* All voice labels are not displayed. */ -.cke_skin_v2 .cke_voice_label -{ - display: none; -} - -.cke_skin_v2 legend.cke_voice_label -{ - display: none; -} - -.cke_skin_v2 .cke_browser_ie legend.cke_voice_label -{ - position: absolute; - display: block; - width: 0; - height: 0; - overflow: hidden; -} diff --git a/skins/ckeditor/_source/skins/v2/menu.css b/skins/ckeditor/_source/skins/v2/menu.css deleted file mode 100644 index 716cc4c..0000000 --- a/skins/ckeditor/_source/skins/v2/menu.css +++ /dev/null @@ -1,232 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -.cke_skin_v2 .cke_contextmenu -{ - padding: 2px; -} - -.cke_skin_v2 .cke_menuitem a -{ - display:block; -} - -.cke_skin_v2 .cke_menuitem span -{ - cursor: default; -} - -.cke_skin_v2 .cke_menuitem a:hover, -.cke_skin_v2 .cke_menuitem a:focus, -.cke_skin_v2 .cke_menuitem a:active -{ - background-color: #8f8f73; - display:block; -} -.cke_hc .cke_menuitem a:hover, -.cke_hc .cke_menuitem a:focus, -.cke_hc .cke_menuitem a:active -{ - border: 2px solid; -} - -.cke_skin_v2 .cke_menuitem .cke_icon -{ - background-image: url(icons.png); - background-position: 100px; - background-repeat:no-repeat; - background-color: transparent; - width: 16px; - height: 16px; - float: left; -} - -.cke_rtl .cke_skin_v2 .cke_menuitem .cke_icon -{ - background-image: url(icons_rtl.png); -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_browser_ie .cke_skin_v2 .cke_menuitem .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_browser_ie.cke_rtl .cke_skin_v2 .cke_menuitem .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_browser_ie6 .cke_skin_v2 .cke_menuitem .cke_icon, -.cke_browser_ie .cke_skin_v2 .cke_menuitem.cke_noalphafix .cke_icon -{ - filter: ; -} - -.cke_skin_v2 .cke_menuitem .cke_disabled .cke_icon -{ - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ -} - - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_browser_ie .cke_skin_v2 .cke_menuitem .cke_disabled .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_browser_ie.cke_rtl .cke_skin_v2 .cke_menuitem .cke_disabled .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_browser_ie6 .cke_skin_v2 .cke_menuitem .cke_disabled .cke_icon, -.cke_browser_ie .cke_skin_v2 .cke_menuitem.cke_noalphafix .cke_disabled .cke_icon -{ - filter: ; -} - -.cke_skin_v2 .cke_menuitem .cke_icon_wrapper -{ - background-color: #e3e3c7; - border: solid 4px #e3e3c7; - width: 16px; - height: 16px; - float: left; - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ - clear: both; -} - -.cke_rtl .cke_skin_v2 .cke_menuitem .cke_icon_wrapper -{ - float: right; -} - -.cke_skin_v2 .cke_menuitem a:hover .cke_icon_wrapper, -.cke_skin_v2 .cke_menuitem a:focus .cke_icon_wrapper, -.cke_skin_v2 .cke_menuitem a:active .cke_icon_wrapper -{ - background-color: #9d9d9d; - border: solid 4px #9d9d9d; - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ -} - -.cke_skin_v2 .cke_menuitem a:hover.cke_disabled .cke_icon_wrapper, -.cke_skin_v2 .cke_menuitem a:focus.cke_disabled .cke_icon_wrapper, -.cke_skin_v2 .cke_menuitem a:active.cke_disabled .cke_icon_wrapper -{ - background-color: #e3e3c7; - border: solid 4px #e3e3c7; -} - -.cke_skin_v2 .cke_menuitem .cke_label -{ - display:block; - padding-right: 3px; - padding-top: 5px; - padding-left: 4px; - height:19px; - margin-left: 24px; - background-color: #fff; -} -/* Set these after the document has been loaded and we know the dimensions*/ -.cke_skin_v2 .cke_frameLoaded .cke_menuitem .cke_label -{ - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ -} - -.cke_rtl .cke_skin_v2 .cke_menuitem .cke_label -{ - padding-right: 0; - margin-left: 0; - padding-left: 3px; - margin-right: 28px; -} - -.cke_skin_v2 .cke_menuitem a.cke_disabled .cke_label -{ - filter: alpha(opacity=30); /* IE */ - opacity: 0.30; /* Safari, Opera and Mozilla */ -} - -.cke_skin_v2 .cke_menuitem a:hover .cke_label, -.cke_skin_v2 .cke_menuitem a:focus .cke_label, -.cke_skin_v2 .cke_menuitem a:active .cke_label -{ - background-color: #8f8f73; - color: white; -} - -.cke_skin_v2 .cke_menuitem a.cke_disabled:hover .cke_label, -.cke_skin_v2 .cke_menuitem a.cke_disabled:focus .cke_label, -.cke_skin_v2 .cke_menuitem a.cke_disabled:active .cke_label -{ - background-color: transparent; - color: black; -} - -.cke_skin_v2 .cke_menuseparator -{ - background-color: #e3e3c7; - height: 2px; - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ - - _font-size: 0; -} - -.cke_skin_v2 .cke_menuarrow -{ - /* arrowright.gif*/ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 0 -784px; - background-repeat: no-repeat; - height: 5px; - width: 3px; - float: right; - margin-right: 2px; - margin-top: 3px; -} - -/* Never applied */ -.cke_rtl .cke_skin_v2 .cke_menuarrow -{ - float: left; - margin-right: 0; - margin-left: 2px; - /* arrowleft.gif*/ - background-position: 0 -763px; -} - -.cke_skin_v2 .cke_menuarrow span -{ - display: none; -} - -.cke_hc .cke_skin_v2 .cke_menuarrow -{ - width: auto; - margin-top: 0; -} - -.cke_hc .cke_skin_v2 .cke_menuarrow span -{ - display: inline; -} - -/* #3766 In the context menu, long labels with second level menu get wrapped */ -.cke_browser_ie.cke_ltr .cke_skin_v2 .cke_menuarrow -{ - position: absolute; - right: 2px; -} - -.cke_browser_ie.cke_rtl .cke_skin_v2 .cke_menuarrow -{ - position: absolute; - left: 2px; -} -/* END #3766 */ diff --git a/skins/ckeditor/_source/skins/v2/panel.css b/skins/ckeditor/_source/skins/v2/panel.css deleted file mode 100644 index 10cea35..0000000 --- a/skins/ckeditor/_source/skins/v2/panel.css +++ /dev/null @@ -1,212 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -.cke_skin_v2 .cke_panel -{ - border: 1px solid #8f8f73; - background-color: #fff; - - width: 120px; - height: 100px; - - overflow:hidden; - - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} - -/* Ideally we would use "inherit here"... but you know... IE :( */ -.cke_skin_v2 .cke_panel iframe -{ - width: 100%; - height: 100%; -} - -.cke_skin_v2 .cke_panel_frame .cke_label -{ - display: none; -} - -/* - * All the following styles are to be used inside the iframe that holds panel - * contents. We don't use the cke_skin_default there to avoid the reset to be - * active. - * This is not an issue as we'll never have two skins running inside the same - * panel iframe. - */ - -html.cke_skin_v2_container -{ - overflow: auto; - overflow-x: hidden; -} - -body.cke_panel_frame -{ - overflow: auto; -} - -ul.cke_panel_list -{ - list-style-type: none; - margin: 3px; - padding: 0px; - white-space: nowrap; -} - -li.cke_panel_listItem -{ - margin: 0px; -} - -.cke_panel_listItem a -{ - padding: 2px; - display: block; - border: 1px solid #fff; - color: inherit !important; - text-decoration: none; - overflow: hidden; - text-overflow: ellipsis; -} - -/* IE6 */ -* html .cke_panel_listItem a -{ - width : 100%; - - /* IE is not able to inherit the color, so we must force it to black */ - color: #000; -} - -/* IE7 */ -*:first-child+html .cke_panel_listItem a -{ - /* IE is not able to inherit the color, so we must force it to black */ - color: #000; -} - -.cke_panel_listItem.cke_selected a -{ - border: 1px solid #ccc; - background-color: #e9f5ff; -} - -.cke_panel_listItem a:hover, -.cke_panel_listItem a:focus, -.cke_panel_listItem a:active -{ - border-color: #316ac5; - background-color: #dff1ff; -} - -.cke_hc .cke_panel_listItem.cke_selected a, -.cke_hc .cke_panel_listItem a:hover, -.cke_hc .cke_panel_listItem a:focus, -.cke_hc .cke_panel_listItem a:active -{ - border-width: 3px; - padding: 0px; -} - -.cke_panel_grouptitle -{ - font-size: 11px; - font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; - font-weight: bold; - white-space: nowrap; - background-color: #dcdcdc; - color: #000; - margin:0px; - padding:3px; -} - -.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: 3px; - margin-bottom: 3px; -} - -.cke_skin_v2 .cke_button_textcolor_panel, -.cke_skin_v2 .cke_button_bgcolor_panel -{ - width: 150px; - height: 135px; -} - -.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; -} - -.cke_rtl a.cke_colorbox -{ - float: right; -} - -a:hover.cke_colorbox, -a:focus.cke_colorbox, -a:active.cke_colorbox -{ - border: #316ac5 1px solid; - background-color: #dff1ff; -} - -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: #316ac5 1px solid; - background-color: #dff1ff; -} diff --git a/skins/ckeditor/_source/skins/v2/presets.css b/skins/ckeditor/_source/skins/v2/presets.css deleted file mode 100644 index 775dece..0000000 --- a/skins/ckeditor/_source/skins/v2/presets.css +++ /dev/null @@ -1,50 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/* "Source" button label */ -.cke_skin_v2 .cke_button_source .cke_label -{ - display: inline; /* FF2 */ - display: inline-block; -} - -/* "Styles" panel size */ -.cke_skin_v2 .cke_styles_panel -{ - width: 150px; - height: 170px; -} - -/* "Format" panel size */ -.cke_skin_v2 .cke_format_panel -{ - width: 150px; - height: 170px; -} - -/* "Font" panel size */ -.cke_skin_v2 .cke_font_panel -{ - width: 150px; - height: 170px; -} - -/* "Font Size" panel size */ -.cke_skin_v2 .cke_fontSize_panel -{ - height: 170px; -} - -/* "Font Size" combo width */ -.cke_skin_v2 .cke_fontSize .cke_text -{ - width: 20px; -} - -/* "Font Size" combo width (IE Quirks) */ -.cke_skin_v2 .cke_browser_iequirks .cke_fontSize .cke_text -{ - width: 32px; -} diff --git a/skins/ckeditor/_source/skins/v2/reset.css b/skins/ckeditor/_source/skins/v2/reset.css deleted file mode 100644 index dad15fb..0000000 --- a/skins/ckeditor/_source/skins/v2/reset.css +++ /dev/null @@ -1,84 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * Reset and Default Values - */ -.cke_skin_v2 *, -.cke_skin_v2 a:hover, -.cke_skin_v2 a:link, -.cke_skin_v2 a:visited, -.cke_skin_v2 a:active -{ - margin: 0; - padding: 0; - border: 0; - background: transparent; - text-decoration: none; - font: normal normal normal 100% Sans-Serif; - width: auto; - height: auto; - border-collapse: collapse; - text-align: left; - vertical-align: baseline; - white-space: nowrap; - cursor: auto; - color: #000; - - font-size: 11px; - font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; -} - -.cke_skin_v2 .cke_rtl *, -.cke_skin_v2 .cke_rtl a:hover, -.cke_skin_v2 .cke_rtl a:link, -.cke_skin_v2 .cke_rtl a:visited, -.cke_skin_v2 .cke_rtl a:active, -.cke_rtl .cke_skin_v2 *, -.cke_rtl .cke_skin_v2 a:hover, -.cke_rtl .cke_skin_v2 a:link, -.cke_rtl .cke_skin_v2 a:visited, -.cke_rtl .cke_skin_v2 a:active -{ - text-align: right; -} - -.cke_skin_v2 iframe -{ - vertical-align: inherit; /** For IE */ -} - -.cke_skin_v2 textarea -{ - white-space: pre; -} - -.cke_skin_v2 .cke_browser_gecko textarea -{ - cursor: text; -} - -.cke_skin_v2 .cke_browser_gecko textarea[disabled] -{ - cursor: default; -} - -.cke_skin_v2 input[type="text"], -.cke_skin_v2 input[type="password"] -{ - cursor: text; -} - -.cke_skin_v2 input[type="text"][disabled], -.cke_skin_v2 input[type="password"][disabled] -{ - cursor: default; -} - -.cke_skin_v2 fieldset -{ - padding: 10px; - border: 2px groove #E0DFE3; -} diff --git a/skins/ckeditor/_source/skins/v2/richcombo.css b/skins/ckeditor/_source/skins/v2/richcombo.css deleted file mode 100644 index 8b4fd45..0000000 --- a/skins/ckeditor/_source/skins/v2/richcombo.css +++ /dev/null @@ -1,302 +0,0 @@ -/* Special Combo */ - -.cke_skin_v2 .cke_rcombo -{ - display: inline-block; - margin-left: 2px; - margin-right: 2px; - margin-top: 2px; - vertical-align: top; -} - -.cke_skin_v2 .cke_browser_ie .cke_rcombo -{ - #display: inline; -} - -.cke_skin_v2 .cke_rcombopanel -{ - border: 1px solid #316ac5; - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - /*margin-left: 1px;*/ - /*_margin-left: 0;*/ -} - -.cke_skin_v2 .cke_rcombo a -{ - display: inline-block; - float: left; - - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ -} - -.cke_skin_v2 .cke_rtl .cke_rcombo a -{ - float: right; -} - -.cke_skin_v2 .cke_hc .cke_rcombo a -{ - filter: alpha(opacity=100); /* IE */ - opacity: 1.0; /* Safari, Opera and Mozilla */ -} - -.cke_skin_v2 .cke_rcombo .cke_label -{ - float: left; - line-height: 20px; - line-height: 22px\9; - height: 22px; - padding-left: 4px; - padding-right: 5px; - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ - background-color: #f1f1e3; /* Because of IE6+ClearType */ - cursor: default; -} - -.cke_skin_v2 .cke_rtl .cke_rcombo .cke_label -{ - float: right; - padding-right: 4px; - padding-left: 5px; -} - -.cke_skin_v2 .cke_hc .cke_rcombo .cke_label -{ - filter: alpha(opacity=100); - opacity: 1.0; -} - -.cke_skin_v2 .cke_rcombo .cke_inline_label -{ - color: #fff; -} - -.cke_skin_v2 .cke_rcombo .cke_text -{ - border: 1px solid #8f8f73; - background-color: #fff; - height: 12px; - width:60px; - padding-top: 4px; - padding-bottom: 4px; - padding-left: 5px; - padding-right: 5px; - text-overflow: ellipsis; - overflow: hidden; - display: inline-block; - vertical-align: top; - cursor: default; -} - -.cke_skin_v2 .cke_ltr .cke_rcombo .cke_text -{ - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} - -.cke_skin_v2 .cke_rtl .cke_rcombo .cke_text -{ - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -/* Fix for IE height */ -.cke_skin_v2 .cke_browser_iequirks .cke_rcombo .cke_text -{ - height: 22px; -} - -.cke_skin_v2 .cke_rcombo .cke_openbutton -{ - display: inline-block; - border-top: 1px solid #8f8f73; - border-bottom: 1px solid #8f8f73; -} - -.cke_skin_v2 .cke_rcombo .cke_openbutton .cke_icon -{ - display: inline-block; - background-position: 5px -715px; - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-repeat: no-repeat; - - width: 14px; - height: 20px; -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_skin_v2 .cke_browser_ie .cke_rcombo .cke_openbutton .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_skin_v2 .cke_browser_ie6 .cke_rcombo .cke_openbutton .cke_icon -{ - filter: ; -} -.cke_skin_v2 .cke_hc .cke_rcombo .cke_openbutton .cke_icon -{ - background: none; - filter: ; -} - -.cke_skin_v2 .cke_ltr .cke_rcombo .cke_openbutton -{ - border-right: 1px solid #8f8f73; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.cke_skin_v2 .cke_rtl .cke_rcombo .cke_openbutton -{ - border-left: 1px solid #8f8f73; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} - -.cke_skin_v2 .cke_rcombo .cke_off a:hover, -.cke_skin_v2 .cke_rcombo .cke_off a:focus, -.cke_skin_v2 .cke_rcombo .cke_off a:active, -.cke_skin_v2 .cke_rcombo .cke_on a -{ - filter: alpha(opacity=100); /* IE */ - opacity: 1; /* Safari, Opera and Mozilla */ -} - -.cke_skin_v2 .cke_rcombo .cke_off a:hover .cke_text, -.cke_skin_v2 .cke_rcombo .cke_off a:focus .cke_text, -.cke_skin_v2 .cke_rcombo .cke_off a:active .cke_text, -.cke_skin_v2 .cke_rcombo .cke_on .cke_text -{ - border-color: #316ac5; -} - -.cke_skin_v2 .cke_rcombo .cke_off a:hover .cke_openbutton, -.cke_skin_v2 .cke_rcombo .cke_off a:focus .cke_openbutton, -.cke_skin_v2 .cke_rcombo .cke_off a:active .cke_openbutton, -.cke_skin_v2 .cke_rcombo .cke_on .cke_openbutton -{ - border-color: #316ac5; - background-color: #dff1ff; -} - -.cke_skin_v2 .cke_rcombo .cke_on .cke_text -{ - -moz-border-radius-bottomleft: 0px; - -webkit-border-bottom-left-radius: 0px; - border-bottom-left-radius: 0px; -} - -.cke_skin_v2 .cke_rcombo .cke_on .cke_openbutton -{ - -moz-border-radius-bottomright: 0px; - -webkit-border-bottom-right-radius: 0px; - border-bottom-right-radius: 0px; -} - -.cke_skin_v2 .cke_rcombo .cke_disabled .cke_label -{ - filter: alpha(opacity=30); /* IE */ - opacity: 0.3; /* Safari, Opera and Mozilla */ -} - -.cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_label -{ - filter: alpha(opacity=70); - opacity: 0.7; -} - -.cke_skin_v2 .cke_rcombo .cke_disabled .cke_text, -.cke_skin_v2 .cke_rcombo .cke_disabled .cke_openbutton -{ - filter: alpha(opacity=50); /* IE */ - opacity: 0.5; /* Safari, Opera and Mozilla */ -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_skin_v2 .cke_browser_ie .cke_rcombo .cke_disabled .cke_openbutton -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=50); -} -.cke_skin_v2 .cke_browser_ie6 .cke_rcombo .cke_disabled .cke_openbutton -{ - filter: alpha(opacity=50); -} - -.cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_text, -.cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_openbutton -{ - filter: alpha(opacity=80); - opacity: 0.8; -} - -.cke_skin_v2 .cke_rcombo .cke_disabled .cke_text -{ - color: #fff; -} - -/* Firefox 2 & WebKit Section */ - -.cke_skin_v2 .cke_browser_gecko18 .cke_rcombo, -.cke_skin_v2 .cke_browser_gecko18 .cke_rcombo .cke_label, -.cke_skin_v2 .cke_browser_gecko18 .cke_rcombo .cke_text, -.cke_skin_v2 .cke_browser_gecko18 .cke_rcombo .cke_openbutton, -.cke_skin_v2 .cke_browser_webkit .cke_rcombo .cke_label, -.cke_skin_v2 .cke_browser_webkit .cke_rcombo .cke_text, -.cke_skin_v2 .cke_browser_webkit .cke_rcombo .cke_openbutton -{ - display: block; - float: left; -} - -.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo, -.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_label, -.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_text, -.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_openbutton, -.cke_skin_v2 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_label, -.cke_skin_v2 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_text, -.cke_skin_v2 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_openbutton -{ - float: right; -} - -/*** IE ***/ - -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_rcombo, -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_rcombo a, -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_rcombo .cke_label -{ - float: none; -} - -.cke_skin_v2 .cke_browser_iequirks .cke_rcombo .cke_openbutton -{ - height: 22px; -} - -.cke_skin_v2 .cke_rtl .cke_rcombo .cke_font .cke_text, -.cke_skin_v2 .cke_rtl .cke_rcombo .cke_fontSize .cke_text -{ - direction: ltr; -} diff --git a/skins/ckeditor/_source/skins/v2/skin.js b/skins/ckeditor/_source/skins/v2/skin.js deleted file mode 100644 index 26d8f09..0000000 --- a/skins/ckeditor/_source/skins/v2/skin.js +++ /dev/null @@ -1,70 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.skins.add( 'v2', (function() -{ - return { - editor : { css : [ 'editor.css' ] }, - dialog : { css : [ 'dialog.css' ] }, - separator : { canGroup: false }, - templates : { css : [ 'templates.css' ] }, - margins : [ 0, 14, 18, 14 ] - }; -})() ); - -(function() -{ - CKEDITOR.dialog ? dialogSetup() : CKEDITOR.on( 'dialogPluginReady', dialogSetup ); - - function dialogSetup() - { - CKEDITOR.dialog.on( 'resize', function( evt ) - { - var data = evt.data, - width = data.width, - height = data.height, - dialog = data.dialog, - contents = dialog.parts.contents; - - if ( data.skin != 'v2' ) - return; - - contents.setStyles( - { - width : width + 'px', - height : height + 'px' - }); - - if ( !CKEDITOR.env.ie || CKEDITOR.env.ie9Compat ) - return; - - // Fix the size of the elements which have flexible lengths. - setTimeout( function() - { - var innerDialog = dialog.parts.dialog.getChild( [ 0, 0, 0 ] ), - body = innerDialog.getChild( 0 ), - bodyWidth = body.getSize( 'width' ); - height += body.getChild( 0 ).getSize( 'height' ) + 1; - - // tc - var el = innerDialog.getChild( 2 ); - el.setSize( 'width', bodyWidth ); - - // bc - el = innerDialog.getChild( 7 ); - el.setSize( 'width', bodyWidth - 28 ); - - // ml - el = innerDialog.getChild( 4 ); - el.setSize( 'height', height ); - - // mr - el = innerDialog.getChild( 5 ); - el.setSize( 'height', height ); - }, - 100 ); - }); - } -})(); diff --git a/skins/ckeditor/_source/skins/v2/templates.css b/skins/ckeditor/_source/skins/v2/templates.css deleted file mode 100644 index 3c686fe..0000000 --- a/skins/ckeditor/_source/skins/v2/templates.css +++ /dev/null @@ -1,87 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * Styles for the "templates" plugin. - */ - -.cke_skin_v2 .cke_tpl_list -{ - border: #dcdcdc 2px solid; - background-color: #ffffff; - overflow: auto; - width: 100%; - height: 220px; -} - -.cke_skin_v2 .cke_tpl_item -{ - margin: 5px; - padding: 7px; - border: #eeeeee 1px solid; - *width: 88%; -} - -.cke_skin_v2 .cke_tpl_preview -{ - border-collapse: separate; - text-indent:0; - width: 100%; -} -.cke_skin_v2 .cke_tpl_preview td -{ - padding: 2px; - vertical-align: middle; -} -.cke_skin_v2 .cke_tpl_preview .cke_tpl_preview_img -{ - width: 100px; -} -.cke_skin_v2 .cke_tpl_preview span -{ - white-space: normal; -} - -.cke_skin_v2 .cke_tpl_title -{ - font-weight: bold; -} - -.cke_skin_v2 .cke_tpl_list a:active .cke_tpl_item, -.cke_skin_v2 .cke_tpl_list a:hover .cke_tpl_item, -.cke_skin_v2 .cke_tpl_list a:focus .cke_tpl_item -{ - border: #ff9933 1px solid !important; - background-color: #fffacd !important; -} - -.cke_skin_v2 .cke_tpl_list a:active *, -.cke_skin_v2 .cke_tpl_list a:hover *, -.cke_skin_v2 .cke_tpl_list a:focus * -{ - cursor: pointer; -} - -/* IE6 contextual selectors childs won't get :hover transition until, - the hover style of the link itself contains certain CSS declarations.*/ -.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:active, -.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:hover, -.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:focus -{ - background-position: 0 0; -} - -.cke_skin_v2 .cke_tpl_list a:active .cke_tpl_item, -.cke_skin_v2 .cke_tpl_list a:hover .cke_tpl_item, -.cke_skin_v2 .cke_tpl_list a:focus .cke_tpl_item -{ - border-width: 3px; -} - -.cke_skin_v2 .cke_tpl_empty, .cke_tpl_loading -{ - text-align: center; - padding: 5px; -} diff --git a/skins/ckeditor/_source/skins/v2/toolbar.css b/skins/ckeditor/_source/skins/v2/toolbar.css deleted file mode 100644 index f6a9512..0000000 --- a/skins/ckeditor/_source/skins/v2/toolbar.css +++ /dev/null @@ -1,465 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -@media print -{ - .cke_skin_v2 .cke_toolbox - { - display: none; - } -} - -.cke_skin_v2 .cke_browser_webkit .cke_toolbox, -.cke_skin_v2 .cke_browser_webkit .cke_toolbox > span -{ - white-space: normal; -} - -.cke_skin_v2 .cke_toolbox -{ - clear: both; - /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/ - padding-bottom: 1px; -} - -.cke_skin_v2 a.cke_toolbox_collapser, -.cke_skin_v2 a:hover.cke_toolbox_collapser -{ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 3px -739px; /* +3px +4px */ - background-repeat: no-repeat; - width: 11px; - height: 11px; - float: right; - border: outset 1px; - margin: 11px 2px 2px; - cursor: pointer; -} - -.cke_skin_v2 a.cke_toolbox_collapser span -{ - display: none; -} - -.cke_skin_v2 .cke_hc a.cke_toolbox_collapser span -{ - font-size: 10px; - font-weight: bold; - font-family: Arial; - display: inline; -} - -.cke_skin_v2 .cke_rtl a.cke_toolbox_collapser, -.cke_skin_v2 .cke_rtl a:hover.cke_toolbox_collapser -{ - float: left; -} - -.cke_skin_v2 a.cke_toolbox_collapser_min, -.cke_skin_v2 a:hover.cke_toolbox_collapser_min -{ - /* arrowleft.gif*/ - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-position: 4px -760px; /* +4px +3px */ - background-repeat: no-repeat; - margin: 2px; -} - -.cke_skin_v2 .cke_rtl a.cke_toolbox_collapser_min, -.cke_skin_v2 .cke_rtl a:hover.cke_toolbox_collapser_min -{ - /* arrowright.gif*/ - background-position: 4px -781px; /* +2px +3px */ -} - -.cke_skin_v2 .cke_toolbar -{ - padding-top: 1px; - padding-bottom: 1px; - display: inline-block; - float: left; -} - -.cke_skin_v2 .cke_rtl .cke_toolbar -{ - float: right; -} - -.cke_skin_v2 .cke_toolgroup -{ - display: inline-block; - float: left; -} - -.cke_skin_v2 .cke_browser_ie .cke_toolgroup -{ - #float: none; - #display: inline; -} - -.cke_skin_v2 .cke_rtl .cke_toolgroup -{ - float: right; -} - -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_toolgroup -{ - #float: none; -} - -.cke_skin_v2 .cke_separator -{ - display: inline-block; - float: left; - border-left: solid 1px #999; - margin: 4px 2px; - height: 16px; -} - -.cke_skin_v2 .cke_browser_ie .cke_separator -{ - #float: none; - #display: inline; -} - -.cke_skin_v2 .cke_rtl .cke_separator -{ - float: right; -} - -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_separator -{ - #float: none; -} - -.cke_skin_v2 .cke_break -{ - clear: left; -} - -.cke_skin_v2 .cke_rtl .cke_break -{ - clear: right; -} - -.cke_skin_v2 .cke_toolbar_start -{ - display: inline-block; - background-image: url(images/toolbar_start.gif); - background-repeat: no-repeat; - margin: 4px 2px 0 2px; - width: 3px; - height: 20px; - float: left; -} - -.cke_skin_v2 .cke_browser_ie .cke_toolbar_start -{ - #float: none; - #display: inline; -} - -.cke_skin_v2 .cke_rtl .cke_toolbar_start -{ - float: right; -} - -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_toolbar_start -{ - #float: none; -} - -.cke_skin_v2 .cke_toolbar_end -{ - display: inline-block; - float: left; -} - -.cke_skin_v2 .cke_browser_ie .cke_toolbar_end -{ - #float: none; - #display: inline -} - -.cke_skin_v2 .cke_rtl .cke_toolbar_end -{ - float: right; -} - -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_toolbar_end -{ - #float: none; -} - -/*#7181*/ -.cke_skin_v2 .cke_browser_ie9 .cke_rtl .cke_separator, -.cke_skin_v2 .cke_browser_ie9 .cke_rtl .cke_toolbar_start, -.cke_skin_v2 .cke_browser_ie9 .cke_rtl .cke_toolbar_end -{ - vertical-align:middle; -} - -.cke_skin_v2 .cke_button a, -.cke_skin_v2 .cke_button a:hover, -.cke_skin_v2 .cke_button a:focus, -.cke_skin_v2 .cke_button a:active, -.cke_skin_v2 .cke_button a.cke_off -{ - border: solid 1px #efefde; - display: inline-block; - border-radius: 3px; - outline: none; - padding-top: 2px; - padding-left: 4px; - padding-right: 4px; - padding-bottom: 2px; - height: 18px; - cursor: default; -} - -.cke_skin_v2 .cke_button a, -.cke_skin_v2 .cke_button a.cke_off -{ - background-color: #efefde; - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - -.cke_skin_v2 .cke_hc .cke_button a, -.cke_skin_v2 .cke_hc .cke_button a.cke_off -{ - opacity: 1.0; - filter: alpha(opacity=100); -} - -.cke_skin_v2 .cke_button a.cke_on -{ - border: solid 1px #316ac5; - background-color: #a3d7ff; - filter: alpha(opacity=100); /* IE */ - opacity: 1; /* Safari, Opera and Mozilla */ -} - -.cke_skin_v2 .cke_button a.cke_disabled * -{ - filter: alpha(opacity=30); /* IE */ - opacity: 0.3; /* Safari, Opera and Mozilla */ -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_skin_v2 .cke_browser_ie .cke_button a.cke_disabled *, -.cke_skin_v2 .cke_browser_ie a:hover.cke_button .cke_disabled * -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); -} -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_button a.cke_disabled *, -.cke_skin_v2 .cke_browser_ie .cke_rtl a:hover.cke_button .cke_disabled * -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); -} -.cke_skin_v2 .cke_browser_ie6 .cke_button a.cke_disabled *, -.cke_skin_v2 .cke_browser_ie6 a:hover.cke_button .cke_disabled *, -.cke_skin_v2 .cke_browser_ie .cke_button.cke_noalphafix a.cke_disabled * -{ - filter: alpha(opacity=30); -} - -.cke_skin_v2 .cke_hc .cke_button a.cke_disabled *, -.cke_skin_v2 .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled * -{ - filter: alpha(opacity=60); - opacity: 0.6; -} - -.cke_skin_v2 .cke_button a:hover, -.cke_skin_v2 .cke_button a:focus, -.cke_skin_v2 .cke_button a:active /* IE */ -{ - border: solid 1px #316ac5; - background-color: #dff1ff; - padding: 2px 4px; -} - -.cke_skin_v2 .cke_hc .cke_button a:hover, -.cke_skin_v2 .cke_hc .cke_button a:focus, -.cke_skin_v2 .cke_hc .cke_button a:active /* IE */ -{ - padding: 0 2px !important; - border-width: 3px; -} - -.cke_skin_v2 .cke_button .cke_icon -{ - background-image: url(icons.png); - background-position: 100px; - background-repeat:no-repeat; - margin-top:1px; - width: 16px; - height: 16px; - display: inline-block; - cursor: default; -} - -.cke_skin_v2 .cke_rtl .cke_button .cke_icon -{ - background-image: url(icons_rtl.png); -} - -/* IE with zoom != 100% will distort the icons otherwise #4821 */ -.cke_skin_v2 .cke_browser_ie .cke_button .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_button .cke_icon -{ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); -} -.cke_skin_v2 .cke_browser_ie6 .cke_button .cke_icon, -.cke_skin_v2 .cke_browser_ie6 .cke_rtl .cke_button .cke_icon, -.cke_skin_v2 .cke_browser_ie .cke_button.cke_noalphafix .cke_icon, -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_button.cke_noalphafix .cke_icon -{ - filter: ; -} - -.cke_skin_v2 .cke_button .cke_label -{ - cursor: default; - display: none; - padding-left: 3px; - vertical-align:middle; -} - -.cke_skin_v2 .cke_hc .cke_button .cke_label -{ - padding: 0; - display: inline-block; -} - -.cke_skin_v2 .cke_hc .cke_button .cke_icon -{ - display: none; -} - -.cke_skin_v2 .cke_accessibility -{ - position: absolute; - display: block; - width: 0; - height: 0; - overflow: hidden; -} - -.cke_skin_v2 .cke_button .cke_buttonarrow -{ - display: inline-block; - height: 17px; - width: 8px; - background-position: 2px -717px; - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); - background-repeat: no-repeat; - cursor: default; -} - -.cke_skin_v2 .cke_rtl .cke_button .cke_buttonarrow -{ - background-position: 0 -717px; - background-image: url(images/sprites.png); - _background-image: url(images/sprites_ie6.png); -} - -/*** Firefox 2 ***/ - -.cke_skin_v2 .cke_browser_gecko18 .cke_toolbar, -.cke_skin_v2 .cke_browser_gecko18 .cke_button a, -.cke_skin_v2 .cke_browser_gecko18 .cke_button a.cke_off, -.cke_skin_v2 .cke_browser_gecko18 .cke_button .cke_icon, -.cke_skin_v2 .cke_browser_gecko18 .cke_button .cke_buttonarrow, -.cke_skin_v2 .cke_browser_gecko18 .cke_separator, -.cke_skin_v2 .cke_browser_gecko18 .cke_toolbar_start -{ - display: block; - float: left; -} - -.cke_skin_v2 .cke_browser_gecko18 .cke_hc .cke_button .cke_icon -{ - display: none; -} - -.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_toolbar, -.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_button a, -.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_button a.cke_off, -.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_button .cke_icon, -.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_button .cke_buttonarrow, -.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_separator, -.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_toolbar_start -{ - float: right; -} - -.cke_skin_v2 .cke_browser_gecko18 .cke_button .cke_label, -.cke_skin_v2 .cke_browser_gecko18 .cke_break -{ - float: left; -} - -.cke_skin_v2 .cke_browser_gecko18 .cke_rtl span.cke_inline_label -{ - float: right; -} - -.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_button .cke_label, -.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_break -{ - float: right; -} - -.cke_skin_v2 .cke_browser_gecko18 .cke_separator -{ - margin-top: 4px; -} - -.cke_skin_v2 .cke_browser_gecko18 .cke_button .cke_label -{ - padding-top: 3px; -} - -/*** IE6 ***/ - -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_toolgroup, -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_separator, -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_toolbar_start, -.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_toolbar_end -{ - float: none; -} - -/*** IE8 ***/ - -.cke_skin_v2 .cke_browser_ie8 .cke_toolbar, -.cke_skin_v2 .cke_browser_ie8 .cke_toolgroup -{ - vertical-align: top; -} - -.cke_skin_v2 .cke_browser_iequirks.cke_browser_ie8 .cke_toolbar, -.cke_skin_v2 .cke_browser_iequirks.cke_browser_ie8 .cke_toolgroup -{ - /* revert previous */ - vertical-align: baseline; -} - -/* Fix cursor shape consistency on toolbar combos (#4031) */ -.cke_skin_v2 .cke_browser_ie .cke_rcombo, -.cke_skin_v2 .cke_browser_ie .cke_rcombo * -{ - cursor: default; -} diff --git a/skins/ckeditor/_source/themes/default/theme.js b/skins/ckeditor/_source/themes/default/theme.js deleted file mode 100644 index f7ff8e4..0000000 --- a/skins/ckeditor/_source/themes/default/theme.js +++ /dev/null @@ -1,395 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * @name CKEDITOR.theme - * @class - */ - -CKEDITOR.themes.add( 'default', (function() -{ - var hiddenSkins = {}; - - function checkSharedSpace( editor, spaceName ) - { - var container, - element; - - // Try to retrieve the target element from the sharedSpaces settings. - element = editor.config.sharedSpaces; - element = element && element[ spaceName ]; - element = element && CKEDITOR.document.getById( element ); - - // If the element is available, we'll then create the container for - // the space. - if ( element ) - { - // Creates an HTML structure that reproduces the editor class hierarchy. - var html = - '<span class="cke_shared "' + - ' dir="'+ editor.lang.dir + '"' + - '>' + - '<span class="' + editor.skinClass + ' ' + editor.id + ' cke_editor_' + editor.name + '">' + - '<span class="' + CKEDITOR.env.cssClass + '">' + - '<span class="cke_wrapper cke_' + editor.lang.dir + '">' + - '<span class="cke_editor">' + - '<div class="cke_' + spaceName + '">' + - '</div></span></span></span></span></span>'; - - var mainContainer = element.append( CKEDITOR.dom.element.createFromHtml( html, element.getDocument() ) ); - - // Only the first container starts visible. Others get hidden. - if ( element.getCustomData( 'cke_hasshared' ) ) - mainContainer.hide(); - else - element.setCustomData( 'cke_hasshared', 1 ); - - // Get the deeper inner <div>. - container = mainContainer.getChild( [0,0,0,0] ); - - // Save a reference to the shared space container. - !editor.sharedSpaces && ( editor.sharedSpaces = {} ); - editor.sharedSpaces[ spaceName ] = container; - - // When the editor gets focus, we show the space container, hiding others. - editor.on( 'focus', function() - { - for ( var i = 0, sibling, children = element.getChildren() ; ( sibling = children.getItem( i ) ) ; i++ ) - { - if ( sibling.type == CKEDITOR.NODE_ELEMENT - && !sibling.equals( mainContainer ) - && sibling.hasClass( 'cke_shared' ) ) - { - sibling.hide(); - } - } - - mainContainer.show(); - }); - - editor.on( 'destroy', function() - { - mainContainer.remove(); - }); - } - - return container; - } - - return /** @lends CKEDITOR.theme */ { - build : function( editor, themePath ) - { - var name = editor.name, - element = editor.element, - elementMode = editor.elementMode; - - if ( !element || elementMode == CKEDITOR.ELEMENT_MODE_NONE ) - return; - - if ( elementMode == CKEDITOR.ELEMENT_MODE_REPLACE ) - element.hide(); - - // Get the HTML for the predefined spaces. - var topHtml = editor.fire( 'themeSpace', { space : 'top', html : '' } ).html; - var contentsHtml = editor.fire( 'themeSpace', { space : 'contents', html : '' } ).html; - var bottomHtml = editor.fireOnce( 'themeSpace', { space : 'bottom', html : '' } ).html; - - var height = contentsHtml && editor.config.height; - - var tabIndex = editor.config.tabIndex || editor.element.getAttribute( 'tabindex' ) || 0; - - // The editor height is considered only if the contents space got filled. - if ( !contentsHtml ) - height = 'auto'; - else if ( !isNaN( height ) ) - height += 'px'; - - var style = ''; - var width = editor.config.width; - - if ( width ) - { - if ( !isNaN( width ) ) - width += 'px'; - - style += "width: " + width + ";"; - } - - var sharedTop = topHtml && checkSharedSpace( editor, 'top' ), - sharedBottoms = checkSharedSpace( editor, 'bottom' ); - - sharedTop && ( sharedTop.setHtml( topHtml ) , topHtml = '' ); - sharedBottoms && ( sharedBottoms.setHtml( bottomHtml ), bottomHtml = '' ); - - var hideSkin = '<style>.' + editor.skinClass + '{visibility:hidden;}</style>'; - if ( hiddenSkins[ editor.skinClass ] ) - hideSkin = ''; - else - hiddenSkins[ editor.skinClass ] = 1; - - var container = CKEDITOR.dom.element.createFromHtml( [ - '<span' + - ' id="cke_', name, '"' + - ' class="', editor.skinClass, ' ', editor.id, ' cke_editor_', name, '"' + - ' dir="', editor.lang.dir, '"' + - ' title="', ( CKEDITOR.env.gecko ? ' ' : '' ), '"' + - ' lang="', editor.langCode, '"' + - ( CKEDITOR.env.webkit? ' tabindex="' + tabIndex + '"' : '' ) + - ' role="application"' + - ' aria-labelledby="cke_', name, '_arialbl"' + - ( style ? ' style="' + style + '"' : '' ) + - '>' + - '<span id="cke_', name, '_arialbl" class="cke_voice_label">' + editor.lang.editor + '</span>' + - '<span class="' , CKEDITOR.env.cssClass, '" role="presentation">' + - '<span class="cke_wrapper cke_', editor.lang.dir, '" role="presentation">' + - '<table class="cke_editor" border="0" cellspacing="0" cellpadding="0" role="presentation"><tbody>' + - '<tr', topHtml ? '' : ' style="display:none"', ' role="presentation"><td id="cke_top_' , name, '" class="cke_top" role="presentation">' , topHtml , '</td></tr>' + - '<tr', contentsHtml ? '' : ' style="display:none"', ' role="presentation"><td id="cke_contents_', name, '" class="cke_contents" style="height:', height, '" role="presentation">', contentsHtml, '</td></tr>' + - '<tr', bottomHtml ? '' : ' style="display:none"', ' role="presentation"><td id="cke_bottom_' , name, '" class="cke_bottom" role="presentation">' , bottomHtml , '</td></tr>' + - '</tbody></table>' + - //Hide the container when loading skins, later restored by skin css. - hideSkin + - '</span>' + - '</span>' + - '</span>' ].join( '' ) ); - - container.getChild( [1, 0, 0, 0, 0] ).unselectable(); - container.getChild( [1, 0, 0, 0, 2] ).unselectable(); - - if ( elementMode == CKEDITOR.ELEMENT_MODE_REPLACE ) - container.insertAfter( element ); - else - element.append( container ); - - /** - * The DOM element that holds the main editor interface. - * @name CKEDITOR.editor.prototype.container - * @type CKEDITOR.dom.element - * @example - * var editor = CKEDITOR.instances.editor1; - * alert( <b>editor.container</b>.getName() ); "span" - */ - editor.container = container; - - // Disable browser context menu for editor's chrome. - container.disableContextMenu(); - - // Use a class to indicate that the current selection is in different direction than the UI. - editor.on( 'contentDirChanged', function( evt ) - { - var func = ( editor.lang.dir != evt.data ? 'add' : 'remove' ) + 'Class'; - - container.getChild( 1 )[ func ]( 'cke_mixed_dir_content' ); - - // Put the mixed direction class on the respective element also for shared spaces. - var toolbarSpace = this.sharedSpaces && this.sharedSpaces[ this.config.toolbarLocation ]; - toolbarSpace && toolbarSpace.getParent().getParent()[ func ]( 'cke_mixed_dir_content' ); - }); - - editor.fireOnce( 'themeLoaded' ); - editor.fireOnce( 'uiReady' ); - }, - - buildDialog : function( editor ) - { - var baseIdNumber = CKEDITOR.tools.getNextNumber(); - - var element = CKEDITOR.dom.element.createFromHtml( [ - '<div class="', editor.id, '_dialog cke_editor_', editor.name.replace('.', '\\.'), '_dialog cke_skin_', editor.skinName, - '" dir="', editor.lang.dir, '"' + - ' lang="', editor.langCode, '"' + - ' role="dialog"' + - ' aria-labelledby="%title#"' + - '>' + - '<table class="cke_dialog', ' ' + CKEDITOR.env.cssClass, - ' cke_', editor.lang.dir, '" style="position:absolute" role="presentation">' + - '<tr><td role="presentation">' + - '<div class="%body" role="presentation">' + - '<div id="%title#" class="%title" role="presentation"></div>' + - '<a id="%close_button#" class="%close_button" href="javascript:void(0)" title="' + editor.lang.common.close+'" role="button"><span class="cke_label">X</span></a>' + - '<div id="%tabs#" class="%tabs" role="tablist"></div>' + - '<table class="%contents" role="presentation">' + - '<tr>' + - '<td id="%contents#" class="%contents" role="presentation"></td>' + - '</tr>' + - '<tr>' + - '<td id="%footer#" class="%footer" role="presentation"></td>' + - '</tr>' + - '</table>' + - '</div>' + - '<div id="%tl#" class="%tl"></div>' + - '<div id="%tc#" class="%tc"></div>' + - '<div id="%tr#" class="%tr"></div>' + - '<div id="%ml#" class="%ml"></div>' + - '<div id="%mr#" class="%mr"></div>' + - '<div id="%bl#" class="%bl"></div>' + - '<div id="%bc#" class="%bc"></div>' + - '<div id="%br#" class="%br"></div>' + - '</td></tr>' + - '</table>', - - //Hide the container when loading skins, later restored by skin css. - ( CKEDITOR.env.ie ? '' : '<style>.cke_dialog{visibility:hidden;}</style>' ), - - '</div>' - ].join( '' ) - .replace( /#/g, '_' + baseIdNumber ) - .replace( /%/g, 'cke_dialog_' ) ); - - var body = element.getChild( [ 0, 0, 0, 0, 0 ] ), - title = body.getChild( 0 ), - close = body.getChild( 1 ); - - // Make the Title and Close Button unselectable. - title.unselectable(); - close.unselectable(); - - - return { - element : element, - parts : - { - dialog : element.getChild( 0 ), - title : title, - close : close, - tabs : body.getChild( 2 ), - contents : body.getChild( [ 3, 0, 0, 0 ] ), - footer : body.getChild( [ 3, 0, 1, 0 ] ) - } - }; - }, - - destroy : function( editor ) - { - var container = editor.container, - element = editor.element; - - if ( container ) - { - container.clearCustomData(); - container.remove(); - } - - if ( element ) - { - element.clearCustomData(); - editor.elementMode == CKEDITOR.ELEMENT_MODE_REPLACE && element.show(); - delete editor.element; - } - } - }; -})() ); - -/** - * Returns the DOM element that represents a theme space. The default theme defines - * three spaces, namely "top", "contents" and "bottom", representing the main - * blocks that compose the editor interface. - * @param {String} spaceName The space name. - * @returns {CKEDITOR.dom.element} The element that represents the space. - * @example - * // Hide the bottom space in the UI. - * var bottom = editor.getThemeSpace( 'bottom' ); - * bottom.setStyle( 'display', 'none' ); - */ -CKEDITOR.editor.prototype.getThemeSpace = function( spaceName ) -{ - var spacePrefix = 'cke_' + spaceName; - var space = this._[ spacePrefix ] || - ( this._[ spacePrefix ] = CKEDITOR.document.getById( spacePrefix + '_' + this.name ) ); - return space; -}; - -/** - * Resizes the editor interface. - * @param {Number|String} width The new width. It can be an pixels integer or a - * CSS size value. - * @param {Number|String} height The new height. It can be an pixels integer or - * a CSS size value. - * @param {Boolean} [isContentHeight] Indicates that the provided height is to - * be applied to the editor contents space, not to the entire editor - * interface. Defaults to false. - * @param {Boolean} [resizeInner] Indicates that the first inner interface - * element must receive the size, not the outer element. The default theme - * defines the interface inside a pair of span elements - * (<span><span>...</span></span>). By default the - * first span element receives the sizes. If this parameter is set to - * true, the second span is sized instead. - * @example - * editor.resize( 900, 300 ); - * @example - * editor.resize( '100%', 450, true ); - */ -CKEDITOR.editor.prototype.resize = function( width, height, isContentHeight, resizeInner ) -{ - var container = this.container, - contents = CKEDITOR.document.getById( 'cke_contents_' + this.name ), - outer = resizeInner ? container.getChild( 1 ) : container; - - // Resize the width first. - // WEBKIT BUG: Webkit requires that we put the editor off from display when we - // resize it. If we don't, the browser crashes! - CKEDITOR.env.webkit && outer.setStyle( 'display', 'none' ); - // Set as border box width. (#5353) - outer.setSize( 'width', width, true ); - if ( CKEDITOR.env.webkit ) - { - outer.$.offsetWidth; - outer.setStyle( 'display', '' ); - } - - // Get the height delta between the outer table and the content area. - // If we're setting the content area's height, then we don't need the delta. - var delta = isContentHeight ? 0 : ( outer.$.offsetHeight || 0 ) - ( contents.$.clientHeight || 0 ); - contents.setStyle( 'height', Math.max( height - delta, 0 ) + 'px' ); - - // Emit a resize event. - this.fire( 'resize' ); -}; - -/** - * Gets the element that can be freely used to check the editor size. This method - * is mainly used by the resize plugin, which adds a UI handle that can be used - * to resize the editor. - * @param {Boolean} forContents Whether to return the "contents" part of the theme instead of the container. - * @returns {CKEDITOR.dom.element} The resizable element. - * @example - */ -CKEDITOR.editor.prototype.getResizable = function( forContents ) -{ - return forContents ? CKEDITOR.document.getById( 'cke_contents_' + this.name ) : this.container; -}; - -/** - * Makes it possible to place some of the editor UI blocks, like the toolbar - * and the elements path, into any element in the page. - * The elements used to hold the UI blocks can be shared among several editor - * instances. In that case, only the blocks of the active editor instance will - * display. - * @name CKEDITOR.config.sharedSpaces - * @type Object - * @default undefined - * @example - * // Place the toolbar inside the element with ID "someElementId" and the - * // elements path into the element with ID "anotherId". - * config.sharedSpaces = - * { - * top : 'someElementId', - * bottom : 'anotherId' - * }; - * @example - * // Place the toolbar inside the element with ID "someElementId". The - * // elements path will remain attached to the editor UI. - * config.sharedSpaces = - * { - * top : 'someElementId' - * }; - */ - -/** - * Fired after the editor instance is resized through - * the {@link CKEDITOR.editor.prototype.resize} method. - * @name CKEDITOR.editor#resize - * @event - */ diff --git a/skins/ckeditor/adapters/jquery.js b/skins/ckeditor/adapters/jquery.js index 289de41..3ec908b 100644 --- a/skins/ckeditor/adapters/jquery.js +++ b/skins/ckeditor/adapters/jquery.js @@ -1,6 +1,10 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){CKEDITOR.config.jqueryOverrideVal=typeof CKEDITOR.config.jqueryOverrideVal=='undefined'?true:CKEDITOR.config.jqueryOverrideVal;var a=window.jQuery;if(typeof a=='undefined')return;a.extend(a.fn,{ckeditorGet:function(){var b=this.eq(0).data('ckeditorInstance');if(!b)throw 'CKEditor not yet initialized, use ckeditor() with callback.';return b;},ckeditor:function(b,c){if(!CKEDITOR.env.isCompatible)return this;if(!a.isFunction(b)){var d=c;c=b;b=d;}c=c||{};this.filter('textarea, div, p').each(function(){var e=a(this),f=e.data('ckeditorInstance'),g=e.data('_ckeditorInstanceLock'),h=this;if(f&&!g){if(b)b.apply(f,[this]);}else if(!g){if(c.autoUpdateElement||typeof c.autoUpdateElement=='undefined'&&CKEDITOR.config.autoUpdateElement)c.autoUpdateElementJquery=true;c.autoUpdateElement=false;e.data('_ckeditorInstanceLock',true);f=CKEDITOR.replace(h,c);e.data('ckeditorInstance',f);f.on('instanceReady',function(i){var j=i.editor;setTimeout(function(){if(!j.element){setTimeout(arguments.callee,100);return;}i.removeListener('instanceReady',this.callee);j.on('dataReady',function(){e.trigger('setData.ckeditor',[j]);});j.on('getData',function(l){e.trigger('getData.ckeditor',[j,l.data]);},999);j.on('destroy',function(){e.trigger('destroy.ckeditor',[j]);});if(j.config.autoUpdateElementJquery&&e.is('textarea')&&e.parents('form').length){var k=function(){e.ckeditor(function(){j.updateElement();});};e.parents('form').submit(k);e.parents('form').bind('form-pre-serialize',k);e.bind('destroy.ckeditor',function(){e.parents('form').unbind('submit',k);e.parents('form').unbind('form-pre-serialize',k);});}j.on('destroy',function(){e.data('ckeditorInstance',null);});e.data('_ckeditorInstanceLock',null);e.trigger('instanceReady.ckeditor',[j]);if(b)b.apply(j,[h]);},0);},null,null,9999);}else CKEDITOR.on('instanceReady',function(i){var j=i.editor;setTimeout(function(){if(!j.element){setTimeout(arguments.callee,100);return;}if(j.element.$==h)if(b)b.apply(j,[h]);},0);},null,null,9999);});return this;}});if(CKEDITOR.config.jqueryOverrideVal)a.fn.val=CKEDITOR.tools.override(a.fn.val,function(b){return function(c,d){var e=typeof c!='undefined',f;this.each(function(){var g=a(this),h=g.data('ckeditorInstance');if(!d&&g.is('textarea')&&h){if(e)h.setData(c);else{f=h.getData();return null;}}else if(e)b.call(g,c);else{f=b.call(g);return null;}return true;});return e?this:f;};});})(); +/* + Copyright (c) 2003-2014, 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 diff --git a/skins/ckeditor/build-config.js b/skins/ckeditor/build-config.js new file mode 100644 index 0000000..68ed9fe --- /dev/null +++ b/skins/ckeditor/build-config.js @@ -0,0 +1,165 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +/** + * This file was added automatically by CKEditor builder. + * You may re-use it at any time to build CKEditor again. + * + * If you would like to build CKEditor online again + * (for example to upgrade), visit one the following links: + * + * (1) http://ckeditor.com/builder + * Visit online builder to build CKEditor from scratch. + * + * (2) http://ckeditor.com/builder/0a65b3bcdcd34789da36844fa1d0eb27 + * Visit online builder to build CKEditor, starting with the same setup as before. + * + * (3) http://ckeditor.com/builder/download/0a65b3bcdcd34789da36844fa1d0eb27 + * Straight download link to the latest version of CKEditor (Optimized) with the same setup as before. + * + * NOTE: + * This file is not used by CKEditor, you may remove it. + * Changing this file will not change your CKEditor configuration. + */ + +var CKBUILDER_CONFIG = { + skin: 'moono', + preset: 'full', + ignore: [ + 'dev', + '.gitignore', + '.gitattributes', + 'README.md', + '.mailmap' + ], + plugins : { + 'a11yhelp' : 1, + 'about' : 1, + 'basicstyles' : 1, + 'bidi' : 1, + 'blockquote' : 1, + 'clipboard' : 1, + 'colorbutton' : 1, + 'colordialog' : 1, + 'contextmenu' : 1, + 'dialogadvtab' : 1, + 'div' : 1, + 'elementspath' : 1, + 'enterkey' : 1, + 'entities' : 1, + 'filebrowser' : 1, + 'find' : 1, + 'flash' : 1, + 'floatingspace' : 1, + 'font' : 1, + 'format' : 1, + 'forms' : 1, + 'horizontalrule' : 1, + 'htmlwriter' : 1, + 'iframe' : 1, + 'image' : 1, + 'indentblock' : 1, + 'indentlist' : 1, + 'justify' : 1, + 'language' : 1, + 'link' : 1, + 'list' : 1, + 'liststyle' : 1, + 'magicline' : 1, + 'maximize' : 1, + 'newpage' : 1, + 'pagebreak' : 1, + 'pastefromword' : 1, + 'pastetext' : 1, + 'preview' : 1, + 'print' : 1, + 'removeformat' : 1, + 'resize' : 1, + 'save' : 1, + 'scayt' : 1, + 'selectall' : 1, + 'showblocks' : 1, + 'showborders' : 1, + 'smiley' : 1, + 'sourcearea' : 1, + 'specialchar' : 1, + 'stylescombo' : 1, + 'tab' : 1, + 'table' : 1, + 'tabletools' : 1, + 'templates' : 1, + 'toolbar' : 1, + 'undo' : 1, + 'wsc' : 1, + 'wysiwygarea' : 1 + }, + languages : { + 'af' : 1, + 'ar' : 1, + 'bg' : 1, + 'bn' : 1, + 'bs' : 1, + 'ca' : 1, + 'cs' : 1, + 'cy' : 1, + 'da' : 1, + 'de' : 1, + 'el' : 1, + 'en' : 1, + 'en-au' : 1, + 'en-ca' : 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, + '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' : 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, + 'ug' : 1, + 'uk' : 1, + 'vi' : 1, + 'zh' : 1, + 'zh-cn' : 1 + } +}; \ No newline at end of file diff --git a/skins/ckeditor/ckeditor.asp b/skins/ckeditor/ckeditor.asp deleted file mode 100644 index 33b9f55..0000000 --- a/skins/ckeditor/ckeditor.asp +++ /dev/null @@ -1,955 +0,0 @@ -<% - ' - ' Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. - ' For licensing, see LICENSE.html or http://ckeditor.com/license - -' Shared variable for all instances ("static") -dim CKEDITOR_initComplete -dim CKEDITOR_returnedEvents - - '' - ' \brief CKEditor class that can be used to create editor - ' instances in ASP pages on server side. - ' @see http://ckeditor.com - ' - ' Sample usage: - ' @code - ' editor = new CKEditor - ' editor.editor "editor1", "<p>Initial value.</p>", empty, empty - ' @endcode - -Class CKEditor - - '' - ' The version of %CKEditor. - private version - - '' - ' A constant string unique for each release of %CKEditor. - private mTimeStamp - - '' - ' URL to the %CKEditor installation directory (absolute or relative to document root). - ' If not set, CKEditor will try to guess it's path. - ' - ' Example usage: - ' @code - ' editor.basePath = "/ckeditor/" - ' @endcode - Public basePath - - '' - ' A boolean variable indicating whether CKEditor has been initialized. - ' Set it to true only if you have already included - ' <script> tag loading ckeditor.js in your website. - Public initialized - - '' - ' Boolean variable indicating whether created code should be printed out or returned by a function. - ' - ' Example 1: get the code creating %CKEditor instance and print it on a page with the "echo" function. - ' @code - ' editor = new CKEditor - ' editor.returnOutput = true - ' code = editor.editor("editor1", "<p>Initial value.</p>", empty, empty) - ' response.write "<p>Editor 1:</p>" - ' response.write code - ' @endcode - Public returnOutput - - '' - ' A Dictionary with textarea attributes. - ' - ' When %CKEditor is created with the editor() method, a HTML <textarea> element is created, - ' it will be displayed to anyone with JavaScript disabled or with incompatible browser. - public textareaAttributes - - '' - ' A string indicating the creation date of %CKEditor. - ' Do not change it unless you want to force browsers to not use previously cached version of %CKEditor. - public timestamp - - '' - ' A dictionary that holds the instance configuration. - private oInstanceConfig - - '' - ' A dictionary that holds the configuration for all the instances. - private oAllInstancesConfig - - '' - ' A dictionary that holds event listeners for the instance. - private oInstanceEvents - - '' - ' A dictionary that holds event listeners for all the instances. - private oAllInstancesEvents - - '' - ' A Dictionary that holds global event listeners (CKEDITOR object) - private oGlobalEvents - - - Private Sub Class_Initialize() - version = "3.6.1" - timeStamp = "B5GJ5GG" - mTimeStamp = "B5GJ5GG" - - Set oInstanceConfig = CreateObject("Scripting.Dictionary") - Set oAllInstancesConfig = CreateObject("Scripting.Dictionary") - - Set oInstanceEvents = CreateObject("Scripting.Dictionary") - Set oAllInstancesEvents = CreateObject("Scripting.Dictionary") - Set oGlobalEvents = CreateObject("Scripting.Dictionary") - - Set textareaAttributes = CreateObject("Scripting.Dictionary") - textareaAttributes.Add "rows", 8 - textareaAttributes.Add "cols", 60 - End Sub - - '' - ' Creates a %CKEditor instance. - ' In incompatible browsers %CKEditor will downgrade to plain HTML <textarea> element. - ' - ' @param name (string) Name of the %CKEditor instance (this will be also the "name" attribute of textarea element). - ' @param value (string) Initial value. - ' - ' Example usage: - ' @code - ' set editor = New CKEditor - ' editor.editor "field1", "<p>Initial value.</p>" - ' @endcode - ' - ' Advanced example: - ' @code - ' set editor = new CKEditor - ' set config = CreateObject("Scripting.Dictionary") - ' config.Add "toolbar", Array( _ - ' Array( "Source", "-", "Bold", "Italic", "Underline", "Strike" ), _ - ' Array( "Image", "Link", "Unlink", "Anchor" ) _ - ' ) - ' set events = CreateObject("Scripting.Dictionary") - ' events.Add "instanceReady", "function (evt) { alert('Loaded second editor: ' + evt.editor.name );}" - - ' editor.editor "field1", "<p>Initial value.</p>", config, events - ' @endcode - ' - public function editor(name, value) - dim attr, out, js, customConfig, extraConfig - dim attribute - - attr = "" - - for each attribute in textareaAttributes - attr = attr & " " & attribute & "=""" & replace( textareaAttributes( attribute ), """", """ ) & """" - next - - out = "<textarea name=""" & name & """" & attr & ">" & Server.HtmlEncode(value) & "</textarea>" & vbcrlf - - if not(initialized) then - out = out & init() - end if - - set customConfig = configSettings() - js = returnGlobalEvents() - - extraConfig = (new JSON)( empty, customConfig, false ) - if extraConfig<>"" then extraConfig = ", " & extraConfig - js = js & "CKEDITOR.replace('" & name & "'" & extraConfig & ");" - - out = out & script(js) - - if not(returnOutput) then - response.write out - out = "" - end if - - editor = out - - oInstanceConfig.RemoveAll - oInstanceEvents.RemoveAll - end function - - '' - ' Replaces a <textarea> with a %CKEditor instance. - ' - ' @param id (string) The id or name of textarea element. - ' - ' Example 1: adding %CKEditor to <textarea name="article"></textarea> element: - ' @code - ' set editor = New CKEditor - ' editor.replace "article" - ' @endcode - ' - public function replaceInstance(id) - dim out, js, customConfig, extraConfig - - out = "" - if not(initialized) then - out = out & init() - end if - - set customConfig = configSettings() - js = returnGlobalEvents() - - extraConfig = (new JSON)( empty, customConfig, false ) - if extraConfig<>"" then extraConfig = ", " & extraConfig - js = js & "CKEDITOR.replace('" & id & "'" & extraConfig & ");" - - out = out & script(js) - - if not(returnOutput) then - response.write out - out = "" - end if - - replaceInstance = out - - oInstanceConfig.RemoveAll - oInstanceEvents.RemoveAll - end function - - '' - ' Replace all <textarea> elements available in the document with editor instances. - ' - ' @param className (string) If set, replace all textareas with class className in the page. - ' - ' Example 1: replace all <textarea> elements in the page. - ' @code - ' editor = new CKEditor - ' editor.replaceAll empty - ' @endcode - ' - ' Example 2: replace all <textarea class="myClassName"> elements in the page. - ' @code - ' editor = new CKEditor - ' editor.replaceAll 'myClassName' - ' @endcode - ' - function replaceAll(className) - dim out, js, customConfig - - out = "" - if not(initialized) then - out = out & init() - end if - - set customConfig = configSettings() - js = returnGlobalEvents() - - if (customConfig.Count=0) then - if (isEmpty(className)) then - js = js & "CKEDITOR.replaceAll();" - else - js = js & "CKEDITOR.replaceAll('" & className & "');" - end if - else - js = js & "CKEDITOR.replaceAll( function(textarea, config) {\n" - if not(isEmpty(className)) then - js = js & " var classRegex = new RegExp('(?:^| )' + '" & className & "' + '(?:$| )');\n" - js = js & " if (!classRegex.test(textarea.className))\n" - js = js & " return false;\n" - end if - js = js & " CKEDITOR.tools.extend(config, " & (new JSON)( empty, customConfig, false ) & ", true);" - js = js & "} );" - end if - - out = out & script(js) - - if not(returnOutput) then - response.write out - out = "" - end if - - replaceAll = out - - oInstanceConfig.RemoveAll - oInstanceEvents.RemoveAll - end function - - - '' - ' A Dictionary that holds the %CKEditor configuration for all instances - ' For the list of available options, see http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html - ' - ' Example usage: - ' @code - ' editor.config("height") = 400 - ' // Use @@ at the beggining of a string to ouput it without surrounding quotes. - ' editor.config("width") = "@@screen.width * 0.8" - ' @endcode - Public Property Let Config( configKey, configValue ) - oAllInstancesConfig.Add configKey, configValue - End Property - - '' - ' Configuration options for the next instance - ' - Public Property Let instanceConfig( configKey, configValue ) - oInstanceConfig.Add configKey, configValue - End Property - - '' - ' Adds event listener. - ' Events are fired by %CKEditor in various situations. - ' - ' @param eventName (string) Event name. - ' @param javascriptCode (string) Javascript anonymous function or function name. - ' - ' Example usage: - ' @code - ' editor.addEventHandler "instanceReady", "function (ev) { " & _ - ' " alert('Loaded: ' + ev.editor.name); " & _ - ' "}" - ' @endcode - ' - public sub addEventHandler(eventName, javascriptCode) - if not(oAllInstancesEvents.Exists( eventName ) ) then - oAllInstancesEvents.Add eventName, Array() - end if - - dim listeners, size - listeners = oAllInstancesEvents( eventName ) - size = ubound(listeners) + 1 - redim preserve listeners(size) - listeners(size) = javascriptCode - - oAllInstancesEvents( eventName ) = listeners -' '' Avoid duplicates. fixme... -' if (!in_array($javascriptCode, $this->_events[$event])) { -' $this->_events[$event][] = $javascriptCode; -' } - end sub - - '' - ' Clear registered event handlers. - ' Note: this function will have no effect on already created editor instances. - ' - ' @param eventName (string) Event name, if set to 'empty' all event handlers will be removed. - ' - public sub clearEventHandlers( eventName ) - if not(isEmpty( eventName )) then - oAllInstancesEvents.Remove eventName - else - oAllInstancesEvents.RemoveAll - end if - end sub - - - '' - ' Adds event listener only for the next instance. - ' Events are fired by %CKEditor in various situations. - ' - ' @param eventName (string) Event name. - ' @param javascriptCode (string) Javascript anonymous function or function name. - ' - ' Example usage: - ' @code - ' editor.addInstanceEventHandler "instanceReady", "function (ev) { " & _ - ' " alert('Loaded: ' + ev.editor.name); " & _ - ' "}" - ' @endcode - ' - public sub addInstanceEventHandler(eventName, javascriptCode) - if not(oInstanceEvents.Exists( eventName ) ) then - oInstanceEvents.Add eventName, Array() - end if - - dim listeners, size - listeners = oInstanceEvents( eventName ) - size = ubound(listeners) + 1 - redim preserve listeners(size) - listeners(size) = javascriptCode - - oInstanceEvents( eventName ) = listeners -' '' Avoid duplicates. fixme... -' if (!in_array($javascriptCode, $this->_events[$event])) { -' $this->_events[$event][] = $javascriptCode; -' } - end sub - - '' - ' Clear registered event handlers. - ' Note: this function will have no effect on already created editor instances. - ' - ' @param eventName (string) Event name, if set to 'empty' all event handlers will be removed. - ' - public sub clearInstanceEventHandlers( eventName ) - if not(isEmpty( eventName )) then - oInstanceEvents.Remove eventName - else - oInstanceEvents.RemoveAll - end if - end sub - - '' - ' Adds global event listener. - ' - ' @param event (string) Event name. - ' @param javascriptCode (string) Javascript anonymous function or function name. - ' - ' Example usage: - ' @code - ' editor.addGlobalEventHandler "dialogDefinition", "function (ev) { " & _ - ' " alert('Loading dialog: ' + ev.data.name); " & _ - ' "}" - ' @endcode - ' - public sub addGlobalEventHandler( eventName, javascriptCode) - if not(oGlobalEvents.Exists( eventName ) ) then - oGlobalEvents.Add eventName, Array() - end if - - dim listeners, size - listeners = oGlobalEvents( eventName ) - size = ubound(listeners) + 1 - redim preserve listeners(size) - listeners(size) = javascriptCode - - oGlobalEvents( eventName ) = listeners - -' // Avoid duplicates. -' if (!in_array($javascriptCode, $this->_globalEvents[$event])) { -' $this->_globalEvents[$event][] = $javascriptCode; -' } - end sub - - '' - ' Clear registered global event handlers. - ' Note: this function will have no effect if the event handler has been already printed/returned. - ' - ' @param eventName (string) Event name, if set to 'empty' all event handlers will be removed . - ' - public sub clearGlobalEventHandlers( eventName ) - if not(isEmpty( eventName )) then - oGlobalEvents.Remove eventName - else - oGlobalEvents.RemoveAll - end if - end sub - - '' - ' Prints javascript code. - ' - ' @param string js - ' - private function script(js) - script = "<script type=""text/javascript"">" & _ - "//<![CDATA[" & vbcrlf & _ - js & vbcrlf & _ - "//]]>" & _ - "</script>" & vbcrlf - end function - - '' - ' Returns the configuration array (global and instance specific settings are merged into one array). - ' - ' @param instanceConfig (Dictionary) The specific configurations to apply to editor instance. - ' @param instanceEvents (Dictionary) Event listeners for editor instance. - ' - private function configSettings() - dim mergedConfig, mergedEvents - set mergedConfig = cloneDictionary(oAllInstancesConfig) - set mergedEvents = cloneDictionary(oAllInstancesEvents) - - if not(isEmpty(oInstanceConfig)) then - set mergedConfig = mergeDictionary(mergedConfig, oInstanceConfig) - end if - - if not(isEmpty(oInstanceEvents)) then - for each eventName in oInstanceEvents - code = oInstanceEvents( eventName ) - - if not(mergedEvents.Exists( eventName)) then - mergedEvents.Add eventName, code - else - - dim listeners, size - listeners = mergedEvents( eventName ) - size = ubound(listeners) - if isArray( code ) then - addedCount = ubound(code) - redim preserve listeners( size + addedCount + 1 ) - for i = 0 to addedCount - listeners(size + i + 1) = code (i) - next - else - size = size + 1 - redim preserve listeners(size) - listeners(size) = code - end if - - mergedEvents( eventName ) = listeners - end if - next - - end if - - dim i, eventName, handlers, configON, ub, code - - if mergedEvents.Count>0 then - if mergedConfig.Exists( "on" ) then - set configON = mergedConfig.items( "on" ) - else - set configON = CreateObject("Scripting.Dictionary") - mergedConfig.Add "on", configOn - end if - - for each eventName in mergedEvents - handlers = mergedEvents( eventName ) - code = "" - - if isArray(handlers) then - uB = ubound(handlers) - if (uB = 0) then - code = handlers(0) - else - code = "function (ev) {" - for i=0 to uB - code = code & "(" & handlers(i) & ")(ev);" - next - code = code & "}" - end if - else - code = handlers - end if - ' Using @@ at the beggining to signal JSON that we don't want this quoted. - configON.Add eventName, "@@" & code - next - -' set mergedConfig.Item("on") = configOn - end if - - set configSettings = mergedConfig - end function - - '' - ' Returns a copy of a scripting.dictionary object - ' - private function cloneDictionary( base ) - dim newOne, tmpKey - - Set newOne = CreateObject("Scripting.Dictionary") - for each tmpKey in base - newOne.Add tmpKey , base( tmpKey ) - next - - set cloneDictionary = newOne - end function - - '' - ' Combines two scripting.dictionary objects - ' The base object isn't modified, and extra gets all the properties in base - ' - private function mergeDictionary(base, extra) - dim newOne, tmpKey - - for each tmpKey in base - if not(extra.Exists( tmpKey )) then - extra.Add tmpKey, base( tmpKey ) - end if - next - - set mergeDictionary = extra - end function - - '' - ' Return global event handlers. - ' - private function returnGlobalEvents() - dim out, eventName, handlers - dim handlersForEvent, handler, code, i - out = "" - - if (isempty(CKEDITOR_returnedEvents)) then - set CKEDITOR_returnedEvents = CreateObject("Scripting.Dictionary") - end if - - for each eventName in oGlobalEvents - handlers = oGlobalEvents( eventName ) - - if not(CKEDITOR_returnedEvents.Exists(eventName)) then - CKEDITOR_returnedEvents.Add eventName, CreateObject("Scripting.Dictionary") - end if - - set handlersForEvent = CKEDITOR_returnedEvents.Item( eventName ) - - ' handlersForEvent is another dictionary - ' and handlers is an array - - for i = 0 to ubound(handlers) - code = handlers( i ) - - ' Return only new events - if not(handlersForEvent.Exists( code )) then - if (out <> "") then out = out & vbcrlf - out = out & "CKEDITOR.on('" & eventName & "', " & code & ");" - handlersForEvent.Add code, code - end if - next - next - - returnGlobalEvents = out - end function - - '' - ' Initializes CKEditor (executed only once). - ' - private function init() - dim out, args, path, extraCode, file - out = "" - - if (CKEDITOR_initComplete) then - init = "" - exit function - end if - - if (initialized) then - CKEDITOR_initComplete = true - init = "" - exit function - end if - - args = "" - path = ckeditorPath() - - if (timestamp <> "") and (timestamp <> "%" & "TIMESTAMP%") then - args = "?t=" & timestamp - end if - - ' Skip relative paths... - if (instr(path, "..") <> 0) then - out = out & script("window.CKEDITOR_BASEPATH='" & path & "';") - end if - - out = out & "<scr" & "ipt type=""text/javascript"" src=""" & path & ckeditorFileName() & args & """></scr" & "ipt>" & vbcrlf - - extraCode = "" - if (timestamp <> mTimeStamp) then - extraCode = extraCode & "CKEDITOR.timestamp = '" & timestamp & "';" - end if - if (extraCode <> "") then - out = out & script(extraCode) - end if - - CKEDITOR_initComplete = true - initialized = true - - init = out - end function - - private function ckeditorFileName() - ckeditorFileName = "ckeditor.js" - end function - - '' - ' Return path to ckeditor.js. - ' - private function ckeditorPath() - if (basePath <> "") then - ckeditorPath = basePath - else - ' In classic ASP we can't get the location of this included script - ckeditorPath = "/ckeditor/" - end if - - ' Try to check if that folder contains the CKEditor files: - ' If it's a full URL avoid checking it as it might point to an external server. - if (instr(ckeditorPath, "://") <> 0) then exit function - - dim filename, oFSO, exists - filename = server.mapPath(basePath & ckeditorFileName()) - set oFSO = Server.CreateObject("Scripting.FileSystemObject") - exists = oFSO.FileExists(filename) - set oFSO = nothing - - if not(exists) then - response.clear - response.write "<h1>CKEditor path validation failed</h1>" - response.write "<p>The path "" & ckeditorPath & "" doesn't include the CKEditor main file (" & ckeditorFileName() & ")</p>" - response.write "<p>Please, verify that you have set it correctly and/or adjust the 'basePath' property</p>" - response.write "<p>Checked for physical file: "" & filename & ""</p>" - response.end - end if - end function - -End Class - - - -' URL: http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/ -'************************************************************************************************************** -'' @CLASSTITLE: JSON -'' @CREATOR: Michal Gabrukiewicz (gabru at grafix.at), Michael Rebec -'' @CONTRIBUTORS: - Cliff Pruitt (opensource at crayoncowboy.com) -'' - Sylvain Lafontaine -'' - Jef Housein -'' - Jeremy Brown -'' @CREATEDON: 2007-04-26 12:46 -'' @CDESCRIPTION: Comes up with functionality for JSON (http://json.org) to use within ASP. -'' Correct escaping of characters, generating JSON Grammer out of ASP datatypes and structures -'' Some examples (all use the <em>toJSON()</em> method but as it is the class' default method it can be left out): -'' <code> -'' <% -'' 'simple number -'' output = (new JSON)("myNum", 2, false) -'' 'generates {"myNum": 2} -'' -'' 'array with different datatypes -'' output = (new JSON)("anArray", array(2, "x", null), true) -'' 'generates "anArray": [2, "x", null] -'' '(note: the last parameter was true, thus no surrounding brackets in the result) -'' % > -'' </code> -'' @REQUIRES: - -'' @OPTIONEXPLICIT: yes -'' @VERSION: 1.5.1 - -'************************************************************************************************************** -class JSON - - 'private members - private output, innerCall - - '********************************************************************************************************** - '* constructor - '********************************************************************************************************** - public sub class_initialize() - newGeneration() - end sub - - '****************************************************************************************** - '' @SDESCRIPTION: STATIC! takes a given string and makes it JSON valid - '' @DESCRIPTION: all characters which needs to be escaped are beeing replaced by their - '' unicode representation according to the - '' RFC4627#2.5 - http://www.ietf.org/rfc/rfc4627.txt?number=4627 - '' @PARAM: val [string]: value which should be escaped - '' @RETURN: [string] JSON valid string - '****************************************************************************************** - public function escape(val) - dim cDoubleQuote, cRevSolidus, cSolidus - cDoubleQuote = &h22 - cRevSolidus = &h5C - cSolidus = &h2F - dim i, currentDigit - for i = 1 to (len(val)) - currentDigit = mid(val, i, 1) - if ascw(currentDigit) > &h00 and ascw(currentDigit) < &h1F then - currentDigit = escapequence(currentDigit) - elseif ascw(currentDigit) >= &hC280 and ascw(currentDigit) <= &hC2BF then - currentDigit = "\u00" + right(padLeft(hex(ascw(currentDigit) - &hC200), 2, 0), 2) - elseif ascw(currentDigit) >= &hC380 and ascw(currentDigit) <= &hC3BF then - currentDigit = "\u00" + right(padLeft(hex(ascw(currentDigit) - &hC2C0), 2, 0), 2) - else - select case ascw(currentDigit) - case cDoubleQuote: currentDigit = escapequence(currentDigit) - case cRevSolidus: currentDigit = escapequence(currentDigit) - case cSolidus: currentDigit = escapequence(currentDigit) - end select - end if - escape = escape & currentDigit - next - end function - - '****************************************************************************************************************** - '' @SDESCRIPTION: generates a representation of a name value pair in JSON grammer - '' @DESCRIPTION: It generates a name value pair which is represented as <em>{"name": value}</em> in JSON. - '' the generation is fully recursive. Thus the value can also be a complex datatype (array in dictionary, etc.) e.g. - '' <code> - '' <% - '' set j = new JSON - '' j.toJSON "n", array(RS, dict, false), false - '' j.toJSON "n", array(array(), 2, true), false - '' % > - '' </code> - '' @PARAM: name [string]: name of the value (accessible with javascript afterwards). leave empty to get just the value - '' @PARAM: val [variant], [int], [float], [array], [object], [dictionary]: value which needs - '' to be generated. Conversation of the data types is as follows:<br> - '' - <strong>ASP datatype -> JavaScript datatype</strong> - '' - NOTHING, NULL -> null - '' - INT, DOUBLE -> number - '' - STRING -> string - '' - BOOLEAN -> bool - '' - ARRAY -> array - '' - DICTIONARY -> Represents it as name value pairs. Each key is accessible as property afterwards. json will look like <code>"name": {"key1": "some value", "key2": "other value"}</code> - '' - <em>multidimensional array</em> -> Generates a 1-dimensional array (flat) with all values of the multidimensional array - '' - <em>request</em> object -> every property and collection (cookies, form, querystring, etc) of the asp request object is exposed as an item of a dictionary. Property names are <strong>lowercase</strong>. e.g. <em>servervariables</em>. - '' - OBJECT -> name of the type (if unknown type) or all its properties (if class implements <em>reflect()</em> method) - '' Implement a <strong>reflect()</strong> function if you want your custom classes to be recognized. The function must return - '' a dictionary where the key holds the property name and the value its value. Example of a reflect function within a User class which has firstname and lastname properties - '' <code> - '' <% - '' function reflect() - '' . set reflect = server.createObject("scripting.dictionary") - '' . reflect.add "firstname", firstname - '' . reflect.add "lastname", lastname - '' end function - '' % > - '' </code> - '' Example of how to generate a JSON representation of the asp request object and access the <em>HTTP_HOST</em> server variable in JavaScript: - '' <code> - '' <script>alert(<%= (new JSON)(empty, request, false) % >.servervariables.HTTP_HOST);</script> - '' </code> - '' @PARAM: nested [bool]: indicates if the name value pair is already nested within another? if yes then the <em>{}</em> are left out. - '' @RETURN: [string] returns a JSON representation of the given name value pair - '****************************************************************************************************************** - public default function toJSON(name, val, nested) - if not nested and not isEmpty(name) then write("{") - if not isEmpty(name) then write("""" & escape(name) & """: ") - generateValue(val) - if not nested and not isEmpty(name) then write("}") - toJSON = output - - if innerCall = 0 then newGeneration() - end function - - '****************************************************************************************************************** - '* generate - '****************************************************************************************************************** - private function generateValue(val) - if isNull(val) then - write("null") - elseif isArray(val) then - generateArray(val) - elseif isObject(val) then - dim tName : tName = typename(val) - if val is nothing then - write("null") - elseif tName = "Dictionary" or tName = "IRequestDictionary" then - generateDictionary(val) - elseif tName = "IRequest" then - set req = server.createObject("scripting.dictionary") - req.add "clientcertificate", val.ClientCertificate - req.add "cookies", val.cookies - req.add "form", val.form - req.add "querystring", val.queryString - req.add "servervariables", val.serverVariables - req.add "totalbytes", val.totalBytes - generateDictionary(req) - elseif tName = "IStringList" then - if val.count = 1 then - toJSON empty, val(1), true - else - generateArray(val) - end if - else - generateObject(val) - end if - else - 'bool - dim varTyp - varTyp = varType(val) - if varTyp = 11 then - if val then write("true") else write("false") - 'int, long, byte - elseif varTyp = 2 or varTyp = 3 or varTyp = 17 or varTyp = 19 then - write(cLng(val)) - 'single, double, currency - elseif varTyp = 4 or varTyp = 5 or varTyp = 6 or varTyp = 14 then - write(replace(cDbl(val), ",", ".")) - else - ' Using @@ at the beggining to signal JSON that we don't want this quoted. - if left(val, 2) = "@@" then - write( mid( val, 3 ) ) - else - write("""" & escape(val & "") & """") - end if - end if - end if - generateValue = output - end function - - '****************************************************************************************************************** - '* generateArray - '****************************************************************************************************************** - private sub generateArray(val) - dim item, i - write("[") - i = 0 - 'the for each allows us to support also multi dimensional arrays - for each item in val - if i > 0 then write(",") - generateValue(item) - i = i + 1 - next - write("]") - end sub - - '****************************************************************************************************************** - '* generateDictionary - '****************************************************************************************************************** - private sub generateDictionary(val) - innerCall = innerCall + 1 - if val.count = 0 then - toJSON empty, null, true - exit sub - end if - dim key, i - write("{") - i = 0 - for each key in val - if i > 0 then write(",") - toJSON key, val(key), true - i = i + 1 - next - write("}") - innerCall = innerCall - 1 - end sub - - '****************************************************************************************************************** - '* generateObject - '****************************************************************************************************************** - private sub generateObject(val) - dim props - on error resume next - set props = val.reflect() - if err = 0 then - on error goto 0 - innerCall = innerCall + 1 - toJSON empty, props, true - innerCall = innerCall - 1 - else - on error goto 0 - write("""" & escape(typename(val)) & """") - end if - end sub - - '****************************************************************************************************************** - '* newGeneration - '****************************************************************************************************************** - private sub newGeneration() - output = empty - innerCall = 0 - end sub - - '****************************************************************************************** - '* JsonEscapeSquence - '****************************************************************************************** - private function escapequence(digit) - escapequence = "\u00" + right(padLeft(hex(ascw(digit)), 2, 0), 2) - end function - - '****************************************************************************************** - '* padLeft - '****************************************************************************************** - private function padLeft(value, totalLength, paddingChar) - padLeft = right(clone(paddingChar, totalLength) & value, totalLength) - end function - - '****************************************************************************************** - '* clone - '****************************************************************************************** - private function clone(byVal str, n) - dim i - for i = 1 to n : clone = clone & str : next - end function - - '****************************************************************************************** - '* write - '****************************************************************************************** - private sub write(val) - output = output & val - end sub - -end class -%> diff --git a/skins/ckeditor/ckeditor.js b/skins/ckeditor/ckeditor.js index 6b5c14c..e724862 100644 --- a/skins/ckeditor/ckeditor.js +++ b/skins/ckeditor/ckeditor.js @@ -1,147 +1,980 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){if(window.CKEDITOR&&window.CKEDITOR.dom)return;if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'B5GJ5GG',version:'3.6.1',revision:'7072',_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f<e.length;f++){var g=e[f].src.match(/(^|.*[\\\/])ckeditor(?:_basic)?(?:_source)?.js(?:\?.*)?$/i);if(g){d=g[1];break;}}}if(d.indexOf(':/')==-1)if(d.indexOf('/')===0)d=location.href.match(/^.*?:\/\/[^\/]*/)[0]+d;else d=location.href.match(/^[^\?]*\/(?:)/)[0]+d;if(!d)throw 'The CKEditor installation path could not be automatically detected. Please set the global variable "CKEDITOR_BASEPATH" before creating editor instances.';return d;})(),getUrl:function(d){if(d.indexOf(':/')==-1&&d.indexOf('/')!==0)d=this.basePath+d;if(this.timestamp&&d.charAt(d.length-1)!='/'&&!/[&?]t=/.test(d))d+=(d.indexOf('?')>=0?'&':'?')+'t='+this.timestamp;return d;}},b=window.CKEDITOR_GETURL;if(b){var c=a.getUrl;a.getUrl=function(d){return b.call(a,d)||c.call(a,d);};}return a;})();var a=CKEDITOR;if(!a.event){a.event=function(){};a.event.implementOn=function(b){var c=a.event.prototype;for(var d in c){if(b[d]==undefined)b[d]=c[d];}};a.event.prototype=(function(){var b=function(d){var e=d.getPrivate&&d.getPrivate()||d._||(d._={});return e.events||(e.events={});},c=function(d){this.name=d;this.listeners=[];};c.prototype={getListenerIndex:function(d){for(var e=0,f=this.listeners;e<f.length;e++){if(f[e].fn==d)return e;}return-1;}};return{on:function(d,e,f,g,h){var i=b(this),j=i[d]||(i[d]=new c(d));if(j.getListenerIndex(e)<0){var k=j.listeners;if(!f)f=this;if(isNaN(h))h=10;var l=this,m=function(o,p,q,r){var s={name:d,sender:this,editor:o,data:p,listenerData:g,stop:q,cancel:r,removeListener:function(){l.removeListener(d,e);}};e.call(f,s);return s.data;};m.fn=e;m.priority=h;for(var n=k.length-1;n>=0;n--){if(k[n].priority<=h){k.splice(n+1,0,m);return;}}k.unshift(m);}},fire:(function(){var d=false,e=function(){d=true;},f=false,g=function(){f=true;};return function(h,i,j){var k=b(this)[h],l=d,m=f;d=f=false;if(k){var n=k.listeners;if(n.length){n=n.slice(0);for(var o=0;o<n.length;o++){var p=n[o].call(this,j,i,e,g);if(typeof p!='undefined')i=p;if(d||f)break;}}}var q=f||(typeof i=='undefined'?false:i);d=l;f=m;return q;};})(),fireOnce:function(d,e,f){var g=this.fire(d,e,f);delete b(this)[d];return g;},removeListener:function(d,e){var f=b(this)[d];if(f){var g=f.getListenerIndex(e);if(g>=0)f.listeners.splice(g,1); -}},hasListeners:function(d){var e=b(this)[d];return e&&e.listeners.length>0;}};})();}if(!a.editor){a.ELEMENT_MODE_NONE=0;a.ELEMENT_MODE_REPLACE=1;a.ELEMENT_MODE_APPENDTO=2;a.editor=function(b,c,d,e){var f=this;f._={instanceConfig:b,element:c,data:e};f.elementMode=d||0;a.event.call(f);f._init();};a.editor.replace=function(b,c){var d=b;if(typeof d!='object'){d=document.getElementById(b);if(d&&d.tagName.toLowerCase() in {style:1,script:1,base:1,link:1,meta:1,title:1})d=null;if(!d){var e=0,f=document.getElementsByName(b);while((d=f[e++])&&d.tagName.toLowerCase()!='textarea'){}}if(!d)throw '[CKEDITOR.editor.replace] The element with id or name "'+b+'" was not found.';}d.style.visibility='hidden';return new a.editor(c,d,1);};a.editor.appendTo=function(b,c,d){var e=b;if(typeof e!='object'){e=document.getElementById(b);if(!e)throw '[CKEDITOR.editor.appendTo] The element with id "'+b+'" was not found.';}return new a.editor(c,e,2,d);};a.editor.prototype={_init:function(){var b=a.editor._pending||(a.editor._pending=[]);b.push(this);},fire:function(b,c){return a.event.prototype.fire.call(this,b,c,this);},fireOnce:function(b,c){return a.event.prototype.fireOnce.call(this,b,c,this);}};a.event.implementOn(a.editor.prototype,true);}if(!a.env)a.env=(function(){var b=navigator.userAgent.toLowerCase(),c=window.opera,d={ie:/*@cc_on!@*/false,opera:!!c&&c.version,webkit:b.indexOf(' applewebkit/')>-1,air:b.indexOf(' adobeair/')>-1,mac:b.indexOf('macintosh')>-1,quirks:document.compatMode=='BackCompat',mobile:b.indexOf('mobile')>-1,isCustomDomain:function(){if(!this.ie)return false;var g=document.domain,h=window.location.hostname;return g!=h&&g!='['+h+']';},secure:location.protocol=='https:'};d.gecko=navigator.product=='Gecko'&&!d.webkit&&!d.opera;var e=0;if(d.ie){e=parseFloat(b.match(/msie (\d+)/)[1]);d.ie8=!!document.documentMode;d.ie8Compat=document.documentMode==8;d.ie9Compat=document.documentMode==9;d.ie7Compat=e==7&&!document.documentMode||document.documentMode==7;d.ie6Compat=e<7||d.quirks;}if(d.gecko){var f=b.match(/rv:([\d\.]+)/);if(f){f=f[1].split('.');e=f[0]*10000+(f[1]||0)*100+ +(f[2]||0);}}if(d.opera)e=parseFloat(c.version());if(d.air)e=parseFloat(b.match(/ adobeair\/(\d+)/)[1]);if(d.webkit)e=parseFloat(b.match(/ applewebkit\/(\d+)/)[1]);d.version=e;d.isCompatible=!d.mobile&&(d.ie&&e>=6||d.gecko&&e>=10801||d.opera&&e>=9.5||d.air&&e>=1||d.webkit&&e>=522||false);d.cssClass='cke_browser_'+(d.ie?'ie':d.gecko?'gecko':d.opera?'opera':d.webkit?'webkit':'unknown'); -if(d.quirks)d.cssClass+=' cke_browser_quirks';if(d.ie){d.cssClass+=' cke_browser_ie'+(d.version<7?'6':d.version>=8?document.documentMode:'7');if(d.quirks)d.cssClass+=' cke_browser_iequirks';}if(d.gecko&&e<10900)d.cssClass+=' cke_browser_gecko18';if(d.air)d.cssClass+=' cke_browser_air';return d;})();var b=a.env;var c=b.ie;if(a.status=='unloaded')(function(){a.event.implementOn(a);a.loadFullCore=function(){if(a.status!='basic_ready'){a.loadFullCore._load=1;return;}delete a.loadFullCore;var e=document.createElement('script');e.type='text/javascript';e.src=a.basePath+'ckeditor.js';document.getElementsByTagName('head')[0].appendChild(e);};a.loadFullCoreTimeout=0;a.replaceClass='ckeditor';a.replaceByClassEnabled=1;var d=function(e,f,g,h){if(b.isCompatible){if(a.loadFullCore)a.loadFullCore();var i=g(e,f,h);a.add(i);return i;}return null;};a.replace=function(e,f){return d(e,f,a.editor.replace);};a.appendTo=function(e,f,g){return d(e,f,a.editor.appendTo,g);};a.add=function(e){var f=this._.pending||(this._.pending=[]);f.push(e);};a.replaceAll=function(){var e=document.getElementsByTagName('textarea');for(var f=0;f<e.length;f++){var g=null,h=e[f];if(!h.name&&!h.id)continue;if(typeof arguments[0]=='string'){var i=new RegExp('(?:^|\\s)'+arguments[0]+'(?:$|\\s)');if(!i.test(h.className))continue;}else if(typeof arguments[0]=='function'){g={};if(arguments[0](h,g)===false)continue;}this.replace(h,g);}};(function(){var e=function(){var f=a.loadFullCore,g=a.loadFullCoreTimeout;if(a.replaceByClassEnabled)a.replaceAll(a.replaceClass);a.status='basic_ready';if(f&&f._load)f();else if(g)setTimeout(function(){if(a.loadFullCore)a.loadFullCore();},g*1000);};if(window.addEventListener)window.addEventListener('load',e,false);else if(window.attachEvent)window.attachEvent('onload',e);})();a.status='basic_loaded';})();a.dom={};var d=a.dom;(function(){var e=[];a.on('reset',function(){e=[];});a.tools={arrayCompare:function(f,g){if(!f&&!g)return true;if(!f||!g||f.length!=g.length)return false;for(var h=0;h<f.length;h++){if(f[h]!=g[h])return false;}return true;},clone:function(f){var g;if(f&&f instanceof Array){g=[];for(var h=0;h<f.length;h++)g[h]=this.clone(f[h]);return g;}if(f===null||typeof f!='object'||f instanceof String||f instanceof Number||f instanceof Boolean||f instanceof Date||f instanceof RegExp)return f;g=new f.constructor();for(var i in f){var j=f[i];g[i]=this.clone(j);}return g;},capitalize:function(f){return f.charAt(0).toUpperCase()+f.substring(1).toLowerCase();},extend:function(f){var g=arguments.length,h,i; -if(typeof (h=arguments[g-1])=='boolean')g--;else if(typeof (h=arguments[g-2])=='boolean'){i=arguments[g-1];g-=2;}for(var j=1;j<g;j++){var k=arguments[j];for(var l in k){if(h===true||f[l]==undefined)if(!i||l in i)f[l]=k[l];}}return f;},prototypedCopy:function(f){var g=function(){};g.prototype=f;return new g();},isArray:function(f){return!!f&&f instanceof Array;},isEmpty:function(f){for(var g in f){if(f.hasOwnProperty(g))return false;}return true;},cssStyleToDomStyle:(function(){var f=document.createElement('div').style,g=typeof f.cssFloat!='undefined'?'cssFloat':typeof f.styleFloat!='undefined'?'styleFloat':'float';return function(h){if(h=='float')return g;else return h.replace(/-./g,function(i){return i.substr(1).toUpperCase();});};})(),buildStyleHtml:function(f){f=[].concat(f);var g,h=[];for(var i=0;i<f.length;i++){g=f[i];if(/@import|[{}]/.test(g))h.push('<style>'+g+'</style>');else h.push('<link type="text/css" rel=stylesheet href="'+g+'">');}return h.join('');},htmlEncode:function(f){var g=function(k){var l=new d.element('span');l.setText(k);return l.getHtml();},h=g('\n').toLowerCase()=='<br>'?function(k){return g(k).replace(/<br>/gi,'\n');}:g,i=g('>')=='>'?function(k){return h(k).replace(/>/g,'>');}:h,j=g(' ')==' '?function(k){return i(k).replace(/ /g,' ');}:i;this.htmlEncode=j;return this.htmlEncode(f);},htmlEncodeAttr:function(f){return f.replace(/"/g,'"').replace(/</g,'<').replace(/>/g,'>');},getNextNumber:(function(){var f=0;return function(){return++f;};})(),getNextId:function(){return 'cke_'+this.getNextNumber();},override:function(f,g){return g(f);},setTimeout:function(f,g,h,i,j){if(!j)j=window;if(!h)h=j;return j.setTimeout(function(){if(i)f.apply(h,[].concat(i));else f.apply(h);},g||0);},trim:(function(){var f=/(?:^[ \t\n\r]+)|(?:[ \t\n\r]+$)/g;return function(g){return g.replace(f,'');};})(),ltrim:(function(){var f=/^[ \t\n\r]+/g;return function(g){return g.replace(f,'');};})(),rtrim:(function(){var f=/[ \t\n\r]+$/g;return function(g){return g.replace(f,'');};})(),indexOf:Array.prototype.indexOf?function(f,g){return f.indexOf(g);}:function(f,g){for(var h=0,i=f.length;h<i;h++){if(f[h]===g)return h;}return-1;},bind:function(f,g){return function(){return f.apply(g,arguments);};},createClass:function(f){var g=f.$,h=f.base,i=f.privates||f._,j=f.proto,k=f.statics;if(i){var l=g;g=function(){var p=this;var m=p._||(p._={});for(var n in i){var o=i[n];m[n]=typeof o=='function'?a.tools.bind(o,p):o;}l.apply(p,arguments);};}if(h){g.prototype=this.prototypedCopy(h.prototype); -g.prototype['constructor']=g;g.prototype.base=function(){this.base=h.prototype.base;h.apply(this,arguments);this.base=arguments.callee;};}if(j)this.extend(g.prototype,j,true);if(k)this.extend(g,k,true);return g;},addFunction:function(f,g){return e.push(function(){return f.apply(g||this,arguments);})-1;},removeFunction:function(f){e[f]=null;},callFunction:function(f){var g=e[f];return g&&g.apply(window,Array.prototype.slice.call(arguments,1));},cssLength:(function(){return function(f){return f+(!f||isNaN(Number(f))?'':'px');};})(),convertToPx:(function(){var f;return function(g){if(!f){f=d.element.createFromHtml('<div style="position:absolute;left:-9999px;top:-9999px;margin:0px;padding:0px;border:0px;"></div>',a.document);a.document.getBody().append(f);}if(!/%$/.test(g)){f.setStyle('width',g);return f.$.clientWidth;}return g;};})(),repeat:function(f,g){return new Array(g+1).join(f);},tryThese:function(){var f;for(var g=0,h=arguments.length;g<h;g++){var i=arguments[g];try{f=i();break;}catch(j){}}return f;},genKey:function(){return Array.prototype.slice.call(arguments).join('-');}};})();var e=a.tools;a.dtd=(function(){var f=e.extend,g={isindex:1,fieldset:1},h={input:1,button:1,select:1,textarea:1,label:1},i=f({a:1},h),j=f({iframe:1},i),k={hr:1,ul:1,menu:1,div:1,section:1,header:1,footer:1,nav:1,article:1,aside:1,figure:1,dialog:1,hgroup:1,mark:1,time:1,meter:1,command:1,keygen:1,output:1,progress:1,audio:1,video:1,details:1,datagrid:1,datalist:1,blockquote:1,noscript:1,table:1,center:1,address:1,dir:1,pre:1,h5:1,dl:1,h4:1,noframes:1,h6:1,ol:1,h1:1,h3:1,h2:1},l={ins:1,del:1,script:1,style:1},m=f({b:1,acronym:1,bdo:1,'var':1,'#':1,abbr:1,code:1,br:1,i:1,cite:1,kbd:1,u:1,strike:1,s:1,tt:1,strong:1,q:1,samp:1,em:1,dfn:1,span:1,wbr:1},l),n=f({sub:1,img:1,object:1,sup:1,basefont:1,map:1,applet:1,font:1,big:1,small:1,mark:1},m),o=f({p:1},n),p=f({iframe:1},n,h),q={img:1,noscript:1,br:1,kbd:1,center:1,button:1,basefont:1,h5:1,h4:1,samp:1,h6:1,ol:1,h1:1,h3:1,h2:1,form:1,font:1,'#':1,select:1,menu:1,ins:1,abbr:1,label:1,code:1,table:1,script:1,cite:1,input:1,iframe:1,strong:1,textarea:1,noframes:1,big:1,small:1,span:1,hr:1,sub:1,bdo:1,'var':1,div:1,section:1,header:1,footer:1,nav:1,article:1,aside:1,figure:1,dialog:1,hgroup:1,mark:1,time:1,meter:1,menu:1,command:1,keygen:1,output:1,progress:1,audio:1,video:1,details:1,datagrid:1,datalist:1,object:1,sup:1,strike:1,dir:1,map:1,dl:1,applet:1,del:1,isindex:1,fieldset:1,ul:1,b:1,acronym:1,a:1,blockquote:1,i:1,u:1,s:1,tt:1,address:1,q:1,pre:1,p:1,em:1,dfn:1},r=f({a:1},p),s={tr:1},t={'#':1},u=f({param:1},q),v=f({form:1},g,j,k,o),w={li:1},x={style:1,script:1},y={base:1,link:1,meta:1,title:1},z=f(y,x),A={head:1,body:1},B={html:1},C={address:1,blockquote:1,center:1,dir:1,div: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,audio:1,video:1,details:1,datagrid:1,datalist:1,dl:1,fieldset:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,hr:1,isindex:1,noframes:1,ol:1,p:1,pre:1,table:1,ul:1}; -return{$nonBodyContent:f(B,A,y),$block:C,$blockLimit:{body:1,div: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,audio:1,video:1,details:1,datagrid:1,datalist:1,td:1,th:1,caption:1,form:1},$inline:r,$body:f({script:1,style:1},C),$cdata:{script:1,style:1},$empty:{area:1,base:1,br:1,col:1,hr:1,img:1,input:1,link:1,meta:1,param:1,wbr:1},$listItem:{dd:1,dt:1,li:1},$list:{ul:1,ol:1,dl:1},$nonEditable:{applet:1,button:1,embed:1,iframe:1,map:1,object:1,option:1,script:1,textarea:1,param:1,audio:1,video:1},$captionBlock:{caption:1,legend:1},$removeEmpty:{abbr:1,acronym:1,address: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,s:1,samp:1,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,'var':1,mark: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},html:A,head:z,style:t,script:t,body:v,base:{},link:{},meta:{},title:t,col:{},tr:{td:1,th:1},img:{},colgroup:{col:1},noscript:v,td:v,br:{},wbr:{},th:v,center:v,kbd:r,button:f(o,k),basefont:{},h5:r,h4:r,samp:r,h6:r,ol:w,h1:r,h3:r,option:t,h2:r,form:f(g,j,k,o),select:{optgroup:1,option:1},font:r,ins:r,menu:w,abbr:r,label:r,table:{thead:1,col:1,tbody:1,tr:1,colgroup:1,caption:1,tfoot:1},code:r,tfoot:s,cite:r,li:v,input:{},iframe:v,strong:r,textarea:t,noframes:v,big:r,small:r,span:r,hr:{},dt:r,sub:r,optgroup:{option:1},param:{},bdo:r,'var':r,div:v,object:u,sup:r,dd:v,strike:r,area:{},dir:w,map:f({area:1,form:1,p:1},g,l,k),applet:u,dl:{dt:1,dd:1},del:r,isindex:{},fieldset:f({legend:1},q),thead:s,ul:w,acronym:r,b:r,a:p,blockquote:v,caption:r,i:r,u:r,tbody:s,s:r,address:f(j,o),tt:r,legend:r,q:r,pre:f(m,i),p:r,em:r,dfn:r,section:v,header:v,footer:v,nav:v,article:v,aside:v,figure:v,dialog:v,hgroup:v,mark:r,time:r,meter:r,menu:r,command:r,keygen:r,output:r,progress:u,audio:u,video:u,details:u,datagrid:u,datalist:u};})();var f=a.dtd;d.event=function(g){this.$=g;};d.event.prototype={getKey:function(){return this.$.keyCode||this.$.which;},getKeystroke:function(){var h=this;var g=h.getKey();if(h.$.ctrlKey||h.$.metaKey)g+=1114112;if(h.$.shiftKey)g+=2228224;if(h.$.altKey)g+=4456448;return g;},preventDefault:function(g){var h=this.$;if(h.preventDefault)h.preventDefault();else h.returnValue=false;if(g)this.stopPropagation();},stopPropagation:function(){var g=this.$;if(g.stopPropagation)g.stopPropagation();else g.cancelBubble=true; -},getTarget:function(){var g=this.$.target||this.$.srcElement;return g?new d.node(g):null;}};a.CTRL=1114112;a.SHIFT=2228224;a.ALT=4456448;d.domObject=function(g){if(g)this.$=g;};d.domObject.prototype=(function(){var g=function(h,i){return function(j){if(typeof a!='undefined')h.fire(i,new d.event(j));};};return{getPrivate:function(){var h;if(!(h=this.getCustomData('_')))this.setCustomData('_',h={});return h;},on:function(h){var k=this;var i=k.getCustomData('_cke_nativeListeners');if(!i){i={};k.setCustomData('_cke_nativeListeners',i);}if(!i[h]){var j=i[h]=g(k,h);if(k.$.attachEvent)k.$.attachEvent('on'+h,j);else if(k.$.addEventListener)k.$.addEventListener(h,j,!!a.event.useCapture);}return a.event.prototype.on.apply(k,arguments);},removeListener:function(h){var k=this;a.event.prototype.removeListener.apply(k,arguments);if(!k.hasListeners(h)){var i=k.getCustomData('_cke_nativeListeners'),j=i&&i[h];if(j){if(k.$.detachEvent)k.$.detachEvent('on'+h,j);else if(k.$.removeEventListener)k.$.removeEventListener(h,j,false);delete i[h];}}},removeAllListeners:function(){var k=this;var h=k.getCustomData('_cke_nativeListeners');for(var i in h){var j=h[i];if(k.$.detachEvent)k.$.detachEvent('on'+i,j);else if(k.$.removeEventListener)k.$.removeEventListener(i,j,false);delete h[i];}}};})();(function(g){var h={};a.on('reset',function(){h={};});g.equals=function(i){return i&&i.$===this.$;};g.setCustomData=function(i,j){var k=this.getUniqueId(),l=h[k]||(h[k]={});l[i]=j;return this;};g.getCustomData=function(i){var j=this.$['data-cke-expando'],k=j&&h[j];return k&&k[i];};g.removeCustomData=function(i){var j=this.$['data-cke-expando'],k=j&&h[j],l=k&&k[i];if(typeof l!='undefined')delete k[i];return l||null;};g.clearCustomData=function(){this.removeAllListeners();var i=this.$['data-cke-expando'];i&&delete h[i];};g.getUniqueId=function(){return this.$['data-cke-expando']||(this.$['data-cke-expando']=e.getNextNumber());};a.event.implementOn(g);})(d.domObject.prototype);d.window=function(g){d.domObject.call(this,g);};d.window.prototype=new d.domObject();e.extend(d.window.prototype,{focus:function(){if(b.webkit&&this.$.parent)this.$.parent.focus();this.$.focus();},getViewPaneSize:function(){var g=this.$.document,h=g.compatMode=='CSS1Compat';return{width:(h?g.documentElement.clientWidth:g.body.clientWidth)||0,height:(h?g.documentElement.clientHeight:g.body.clientHeight)||0};},getScrollPosition:function(){var g=this.$;if('pageXOffset' in g)return{x:g.pageXOffset||0,y:g.pageYOffset||0};else{var h=g.document; -return{x:h.documentElement.scrollLeft||h.body.scrollLeft||0,y:h.documentElement.scrollTop||h.body.scrollTop||0};}}});d.document=function(g){d.domObject.call(this,g);};var g=d.document;g.prototype=new d.domObject();e.extend(g.prototype,{appendStyleSheet:function(h){if(this.$.createStyleSheet)this.$.createStyleSheet(h);else{var i=new d.element('link');i.setAttributes({rel:'stylesheet',type:'text/css',href:h});this.getHead().append(i);}},appendStyleText:function(h){var k=this;if(k.$.createStyleSheet){var i=k.$.createStyleSheet('');i.cssText=h;}else{var j=new d.element('style',k);j.append(new d.text(h,k));k.getHead().append(j);}},createElement:function(h,i){var j=new d.element(h,this);if(i){if(i.attributes)j.setAttributes(i.attributes);if(i.styles)j.setStyles(i.styles);}return j;},createText:function(h){return new d.text(h,this);},focus:function(){this.getWindow().focus();},getById:function(h){var i=this.$.getElementById(h);return i?new d.element(i):null;},getByAddress:function(h,i){var j=this.$.documentElement;for(var k=0;j&&k<h.length;k++){var l=h[k];if(!i){j=j.childNodes[l];continue;}var m=-1;for(var n=0;n<j.childNodes.length;n++){var o=j.childNodes[n];if(i===true&&o.nodeType==3&&o.previousSibling&&o.previousSibling.nodeType==3)continue;m++;if(m==l){j=o;break;}}}return j?new d.node(j):null;},getElementsByTag:function(h,i){if(!(c&&!(document.documentMode>8))&&i)h=i+':'+h;return new d.nodeList(this.$.getElementsByTagName(h));},getHead:function(){var h=this.$.getElementsByTagName('head')[0];if(!h)h=this.getDocumentElement().append(new d.element('head'),true);else h=new d.element(h);return(this.getHead=function(){return h;})();},getBody:function(){var h=new d.element(this.$.body);return(this.getBody=function(){return h;})();},getDocumentElement:function(){var h=new d.element(this.$.documentElement);return(this.getDocumentElement=function(){return h;})();},getWindow:function(){var h=new d.window(this.$.parentWindow||this.$.defaultView);return(this.getWindow=function(){return h;})();},write:function(h){var i=this;i.$.open('text/html','replace');b.isCustomDomain()&&(i.$.domain=document.domain);i.$.write(h);i.$.close();}});d.node=function(h){if(h){switch(h.nodeType){case 9:return new g(h);case 1:return new d.element(h);case 3:return new d.text(h);}d.domObject.call(this,h);}return this;};d.node.prototype=new d.domObject();a.NODE_ELEMENT=1;a.NODE_DOCUMENT=9;a.NODE_TEXT=3;a.NODE_COMMENT=8;a.NODE_DOCUMENT_FRAGMENT=11;a.POSITION_IDENTICAL=0;a.POSITION_DISCONNECTED=1;a.POSITION_FOLLOWING=2; -a.POSITION_PRECEDING=4;a.POSITION_IS_CONTAINED=8;a.POSITION_CONTAINS=16;e.extend(d.node.prototype,{appendTo:function(h,i){h.append(this,i);return h;},clone:function(h,i){var j=this.$.cloneNode(h),k=function(l){if(l.nodeType!=1)return;if(!i)l.removeAttribute('id',false);l.removeAttribute('data-cke-expando',false);if(h){var m=l.childNodes;for(var n=0;n<m.length;n++)k(m[n]);}};k(j);return new d.node(j);},hasPrevious:function(){return!!this.$.previousSibling;},hasNext:function(){return!!this.$.nextSibling;},insertAfter:function(h){h.$.parentNode.insertBefore(this.$,h.$.nextSibling);return h;},insertBefore:function(h){h.$.parentNode.insertBefore(this.$,h.$);return h;},insertBeforeMe:function(h){this.$.parentNode.insertBefore(h.$,this.$);return h;},getAddress:function(h){var i=[],j=this.getDocument().$.documentElement,k=this.$;while(k&&k!=j){var l=k.parentNode;if(l)i.unshift(this.getIndex.call({$:k},h));k=l;}return i;},getDocument:function(){return new g(this.$.ownerDocument||this.$.parentNode.ownerDocument);},getIndex:function(h){var i=this.$,j=0;while(i=i.previousSibling){if(h&&i.nodeType==3&&(!i.nodeValue.length||i.previousSibling&&i.previousSibling.nodeType==3))continue;j++;}return j;},getNextSourceNode:function(h,i,j){if(j&&!j.call){var k=j;j=function(n){return!n.equals(k);};}var l=!h&&this.getFirst&&this.getFirst(),m;if(!l){if(this.type==1&&j&&j(this,true)===false)return null;l=this.getNext();}while(!l&&(m=(m||this).getParent())){if(j&&j(m,true)===false)return null;l=m.getNext();}if(!l)return null;if(j&&j(l)===false)return null;if(i&&i!=l.type)return l.getNextSourceNode(false,i,j);return l;},getPreviousSourceNode:function(h,i,j){if(j&&!j.call){var k=j;j=function(n){return!n.equals(k);};}var l=!h&&this.getLast&&this.getLast(),m;if(!l){if(this.type==1&&j&&j(this,true)===false)return null;l=this.getPrevious();}while(!l&&(m=(m||this).getParent())){if(j&&j(m,true)===false)return null;l=m.getPrevious();}if(!l)return null;if(j&&j(l)===false)return null;if(i&&l.type!=i)return l.getPreviousSourceNode(false,i,j);return l;},getPrevious:function(h){var i=this.$,j;do{i=i.previousSibling;j=i&&new d.node(i);}while(j&&h&&!h(j));return j;},getNext:function(h){var i=this.$,j;do{i=i.nextSibling;j=i&&new d.node(i);}while(j&&h&&!h(j));return j;},getParent:function(){var h=this.$.parentNode;return h&&h.nodeType==1?new d.node(h):null;},getParents:function(h){var i=this,j=[];do j[h?'push':'unshift'](i);while(i=i.getParent());return j;},getCommonAncestor:function(h){var j=this;if(h.equals(j))return j; -if(h.contains&&h.contains(j))return h;var i=j.contains?j:j.getParent();do{if(i.contains(h))return i;}while(i=i.getParent());return null;},getPosition:function(h){var i=this.$,j=h.$;if(i.compareDocumentPosition)return i.compareDocumentPosition(j);if(i==j)return 0;if(this.type==1&&h.type==1){if(i.contains){if(i.contains(j))return 16+4;if(j.contains(i))return 8+2;}if('sourceIndex' in i)return i.sourceIndex<0||j.sourceIndex<0?1:i.sourceIndex<j.sourceIndex?4:2;}var k=this.getAddress(),l=h.getAddress(),m=Math.min(k.length,l.length);for(var n=0;n<=m-1;n++){if(k[n]!=l[n]){if(n<m)return k[n]<l[n]?4:2;break;}}return k.length<l.length?16+4:8+2;},getAscendant:function(h,i){var j=this.$,k;if(!i)j=j.parentNode;while(j){if(j.nodeName&&(k=j.nodeName.toLowerCase(),typeof h=='string'?k==h:k in h))return new d.node(j);j=j.parentNode;}return null;},hasAscendant:function(h,i){var j=this.$;if(!i)j=j.parentNode;while(j){if(j.nodeName&&j.nodeName.toLowerCase()==h)return true;j=j.parentNode;}return false;},move:function(h,i){h.append(this.remove(),i);},remove:function(h){var i=this.$,j=i.parentNode;if(j){if(h)for(var k;k=i.firstChild;)j.insertBefore(i.removeChild(k),i);j.removeChild(i);}return this;},replace:function(h){this.insertBefore(h);h.remove();},trim:function(){this.ltrim();this.rtrim();},ltrim:function(){var k=this;var h;while(k.getFirst&&(h=k.getFirst())){if(h.type==3){var i=e.ltrim(h.getText()),j=h.getLength();if(!i){h.remove();continue;}else if(i.length<j){h.split(j-i.length);k.$.removeChild(k.$.firstChild);}}break;}},rtrim:function(){var k=this;var h;while(k.getLast&&(h=k.getLast())){if(h.type==3){var i=e.rtrim(h.getText()),j=h.getLength();if(!i){h.remove();continue;}else if(i.length<j){h.split(i.length);k.$.lastChild.parentNode.removeChild(k.$.lastChild);}}break;}if(!c&&!b.opera){h=k.$.lastChild;if(h&&h.type==1&&h.nodeName.toLowerCase()=='br')h.parentNode.removeChild(h);}},isReadOnly:function(){var h=this;while(h){if(h.type==1){if(h.is('body')||!!h.data('cke-editable'))break;if(h.getAttribute('contentEditable')=='false')return h;else if(h.getAttribute('contentEditable')=='true')break;}h=h.getParent();}return false;}});d.nodeList=function(h){this.$=h;};d.nodeList.prototype={count:function(){return this.$.length;},getItem:function(h){var i=this.$[h];return i?new d.node(i):null;}};d.element=function(h,i){if(typeof h=='string')h=(i?i.$:document).createElement(h);d.domObject.call(this,h);};var h=d.element;h.get=function(i){return i&&(i.$?i:new h(i));};h.prototype=new d.node(); -h.createFromHtml=function(i,j){var k=new h('div',j);k.setHtml(i);return k.getFirst().remove();};h.setMarker=function(i,j,k,l){var m=j.getCustomData('list_marker_id')||j.setCustomData('list_marker_id',e.getNextNumber()).getCustomData('list_marker_id'),n=j.getCustomData('list_marker_names')||j.setCustomData('list_marker_names',{}).getCustomData('list_marker_names');i[m]=j;n[k]=1;return j.setCustomData(k,l);};h.clearAllMarkers=function(i){for(var j in i)h.clearMarkers(i,i[j],1);};h.clearMarkers=function(i,j,k){var l=j.getCustomData('list_marker_names'),m=j.getCustomData('list_marker_id');for(var n in l)j.removeCustomData(n);j.removeCustomData('list_marker_names');if(k){j.removeCustomData('list_marker_id');delete i[m];}};e.extend(h.prototype,{type:1,addClass:function(i){var j=this.$.className;if(j){var k=new RegExp('(?:^|\\s)'+i+'(?:\\s|$)','');if(!k.test(j))j+=' '+i;}this.$.className=j||i;},removeClass:function(i){var j=this.getAttribute('class');if(j){var k=new RegExp('(?:^|\\s+)'+i+'(?=\\s|$)','i');if(k.test(j)){j=j.replace(k,'').replace(/^\s+/,'');if(j)this.setAttribute('class',j);else this.removeAttribute('class');}}},hasClass:function(i){var j=new RegExp('(?:^|\\s+)'+i+'(?=\\s|$)','');return j.test(this.getAttribute('class'));},append:function(i,j){var k=this;if(typeof i=='string')i=k.getDocument().createElement(i);if(j)k.$.insertBefore(i.$,k.$.firstChild);else k.$.appendChild(i.$);return i;},appendHtml:function(i){var k=this;if(!k.$.childNodes.length)k.setHtml(i);else{var j=new h('div',k.getDocument());j.setHtml(i);j.moveChildren(k);}},appendText:function(i){if(this.$.text!=undefined)this.$.text+=i;else this.append(new d.text(i));},appendBogus:function(){var k=this;var i=k.getLast();while(i&&i.type==3&&!e.rtrim(i.getText()))i=i.getPrevious();if(!i||!i.is||!i.is('br')){var j=b.opera?k.getDocument().createText(''):k.getDocument().createElement('br');b.gecko&&j.setAttribute('type','_moz');k.append(j);}},breakParent:function(i){var l=this;var j=new d.range(l.getDocument());j.setStartAfter(l);j.setEndAfter(i);var k=j.extractContents();j.insertNode(l.remove());k.insertAfterNode(l);},contains:c||b.webkit?function(i){var j=this.$;return i.type!=1?j.contains(i.getParent().$):j!=i.$&&j.contains(i.$);}:function(i){return!!(this.$.compareDocumentPosition(i.$)&16);},focus:(function(){function i(){try{this.$.focus();}catch(j){}};return function(j){if(j)e.setTimeout(i,100,this);else i.call(this);};})(),getHtml:function(){var i=this.$.innerHTML;return c?i.replace(/<\?[^>]*>/g,''):i; -},getOuterHtml:function(){var j=this;if(j.$.outerHTML)return j.$.outerHTML.replace(/<\?[^>]*>/,'');var i=j.$.ownerDocument.createElement('div');i.appendChild(j.$.cloneNode(true));return i.innerHTML;},setHtml:function(i){return this.$.innerHTML=i;},setText:function(i){h.prototype.setText=this.$.innerText!=undefined?function(j){return this.$.innerText=j;}:function(j){return this.$.textContent=j;};return this.setText(i);},getAttribute:(function(){var i=function(j){return this.$.getAttribute(j,2);};if(c&&(b.ie7Compat||b.ie6Compat))return function(j){var n=this;switch(j){case 'class':j='className';break;case 'http-equiv':j='httpEquiv';break;case 'name':return n.$.name;case 'tabindex':var k=i.call(n,j);if(k!==0&&n.$.tabIndex===0)k=null;return k;break;case 'checked':var l=n.$.attributes.getNamedItem(j),m=l.specified?l.nodeValue:n.$.checked;return m?'checked':null;case 'hspace':case 'value':return n.$[j];case 'style':return n.$.style.cssText;}return i.call(n,j);};else return i;})(),getChildren:function(){return new d.nodeList(this.$.childNodes);},getComputedStyle:c?function(i){return this.$.currentStyle[e.cssStyleToDomStyle(i)];}:function(i){return this.getWindow().$.getComputedStyle(this.$,'').getPropertyValue(i);},getDtd:function(){var i=f[this.getName()];this.getDtd=function(){return i;};return i;},getElementsByTag:g.prototype.getElementsByTag,getTabIndex:c?function(){var i=this.$.tabIndex;if(i===0&&!f.$tabIndex[this.getName()]&&parseInt(this.getAttribute('tabindex'),10)!==0)i=-1;return i;}:b.webkit?function(){var i=this.$.tabIndex;if(i==undefined){i=parseInt(this.getAttribute('tabindex'),10);if(isNaN(i))i=-1;}return i;}:function(){return this.$.tabIndex;},getText:function(){return this.$.textContent||this.$.innerText||'';},getWindow:function(){return this.getDocument().getWindow();},getId:function(){return this.$.id||null;},getNameAtt:function(){return this.$.name||null;},getName:function(){var i=this.$.nodeName.toLowerCase();if(c&&!(document.documentMode>8)){var j=this.$.scopeName;if(j!='HTML')i=j.toLowerCase()+':'+i;}return(this.getName=function(){return i;})();},getValue:function(){return this.$.value;},getFirst:function(i){var j=this.$.firstChild,k=j&&new d.node(j);if(k&&i&&!i(k))k=k.getNext(i);return k;},getLast:function(i){var j=this.$.lastChild,k=j&&new d.node(j);if(k&&i&&!i(k))k=k.getPrevious(i);return k;},getStyle:function(i){return this.$.style[e.cssStyleToDomStyle(i)];},is:function(){var i=this.getName();for(var j=0;j<arguments.length;j++){if(arguments[j]==i)return true; -}return false;},isEditable:function(){if(this.isReadOnly())return false;var i=this.getName(),j=!f.$nonEditable[i]&&(f[i]||f.span);return j&&j['#'];},isIdentical:function(i){if(this.getName()!=i.getName())return false;var j=this.$.attributes,k=i.$.attributes,l=j.length,m=k.length;for(var n=0;n<l;n++){var o=j[n];if(o.nodeName=='_moz_dirty')continue;if((!c||o.specified&&o.nodeName!='data-cke-expando')&&o.nodeValue!=i.getAttribute(o.nodeName))return false;}if(c)for(n=0;n<m;n++){o=k[n];if(o.specified&&o.nodeName!='data-cke-expando'&&o.nodeValue!=this.getAttribute(o.nodeName))return false;}return true;},isVisible:function(){var i=!!this.$.offsetHeight&&this.getComputedStyle('visibility')!='hidden',j,k;if(i&&(b.webkit||b.opera)){j=this.getWindow();if(!j.equals(a.document.getWindow())&&(k=j.$.frameElement))i=new h(k).isVisible();}return i;},isEmptyInlineRemoveable:function(){if(!f.$removeEmpty[this.getName()])return false;var i=this.getChildren();for(var j=0,k=i.count();j<k;j++){var l=i.getItem(j);if(l.type==1&&l.data('cke-bookmark'))continue;if(l.type==1&&!l.isEmptyInlineRemoveable()||l.type==3&&e.trim(l.getText()))return false;}return true;},hasAttributes:c&&(b.ie7Compat||b.ie6Compat)?function(){var i=this.$.attributes;for(var j=0;j<i.length;j++){var k=i[j];switch(k.nodeName){case 'class':if(this.getAttribute('class'))return true;case 'data-cke-expando':continue;default:if(k.specified)return true;}}return false;}:function(){var i=this.$.attributes,j=i.length,k={'data-cke-expando':1,_moz_dirty:1};return j>0&&(j>2||!k[i[0].nodeName]||j==2&&!k[i[1].nodeName]);},hasAttribute:(function(){function i(j){var k=this.$.attributes.getNamedItem(j);return!!(k&&k.specified);};return c&&b.version<8?function(j){if(j=='name')return!!this.$.name;return i.call(this,j);}:i;})(),hide:function(){this.setStyle('display','none');},moveChildren:function(i,j){var k=this.$;i=i.$;if(k==i)return;var l;if(j)while(l=k.lastChild)i.insertBefore(k.removeChild(l),i.firstChild);else while(l=k.firstChild)i.appendChild(k.removeChild(l));},mergeSiblings:(function(){function i(j,k,l){if(k&&k.type==1){var m=[];while(k.data('cke-bookmark')||k.isEmptyInlineRemoveable()){m.push(k);k=l?k.getNext():k.getPrevious();if(!k||k.type!=1)return;}if(j.isIdentical(k)){var n=l?j.getLast():j.getFirst();while(m.length)m.shift().move(j,!l);k.moveChildren(j,!l);k.remove();if(n&&n.type==1)n.mergeSiblings();}}};return function(j){var k=this;if(!(j===false||f.$removeEmpty[k.getName()]||k.is('a')))return;i(k,k.getNext(),true); -i(k,k.getPrevious());};})(),show:function(){this.setStyles({display:'',visibility:''});},setAttribute:(function(){var i=function(j,k){this.$.setAttribute(j,k);return this;};if(c&&(b.ie7Compat||b.ie6Compat))return function(j,k){var l=this;if(j=='class')l.$.className=k;else if(j=='style')l.$.style.cssText=k;else if(j=='tabindex')l.$.tabIndex=k;else if(j=='checked')l.$.checked=k;else i.apply(l,arguments);return l;};else if(b.ie8Compat&&b.secure)return function(j,k){if(j=='src'&&k.match(/^http:\/\//))try{i.apply(this,arguments);}catch(l){}else i.apply(this,arguments);return this;};else return i;})(),setAttributes:function(i){for(var j in i)this.setAttribute(j,i[j]);return this;},setValue:function(i){this.$.value=i;return this;},removeAttribute:(function(){var i=function(j){this.$.removeAttribute(j);};if(c&&(b.ie7Compat||b.ie6Compat))return function(j){if(j=='class')j='className';else if(j=='tabindex')j='tabIndex';i.call(this,j);};else return i;})(),removeAttributes:function(i){if(e.isArray(i))for(var j=0;j<i.length;j++)this.removeAttribute(i[j]);else for(var k in i)i.hasOwnProperty(k)&&this.removeAttribute(k);},removeStyle:function(i){var j=this;j.setStyle(i,'');if(j.$.style.removeAttribute)j.$.style.removeAttribute(e.cssStyleToDomStyle(i));if(!j.$.style.cssText)j.removeAttribute('style');},setStyle:function(i,j){this.$.style[e.cssStyleToDomStyle(i)]=j;return this;},setStyles:function(i){for(var j in i)this.setStyle(j,i[j]);return this;},setOpacity:function(i){if(c){i=Math.round(i*100);this.setStyle('filter',i>=100?'':'progid:DXImageTransform.Microsoft.Alpha(opacity='+i+')');}else this.setStyle('opacity',i);},unselectable:b.gecko?function(){this.$.style.MozUserSelect='none';this.on('dragstart',function(i){i.data.preventDefault();});}:b.webkit?function(){this.$.style.KhtmlUserSelect='none';this.on('dragstart',function(i){i.data.preventDefault();});}:function(){if(c||b.opera){var i=this.$,j,k=0;i.unselectable='on';while(j=i.all[k++])switch(j.tagName.toLowerCase()){case 'iframe':case 'textarea':case 'input':case 'select':break;default:j.unselectable='on';}}},getPositionedAncestor:function(){var i=this;while(i.getName()!='html'){if(i.getComputedStyle('position')!='static')return i;i=i.getParent();}return null;},getDocumentPosition:function(i){var D=this;var j=0,k=0,l=D.getDocument().getBody(),m=D.getDocument().$.compatMode=='BackCompat',n=D.getDocument();if(document.documentElement.getBoundingClientRect){var o=D.$.getBoundingClientRect(),p=n.$,q=p.documentElement,r=q.clientTop||l.$.clientTop||0,s=q.clientLeft||l.$.clientLeft||0,t=true; -if(c){var u=n.getDocumentElement().contains(D),v=n.getBody().contains(D);t=m&&v||!m&&u;}if(t){j=o.left+(!m&&q.scrollLeft||l.$.scrollLeft);j-=s;k=o.top+(!m&&q.scrollTop||l.$.scrollTop);k-=r;}}else{var w=D,x=null,y;while(w&&!(w.getName()=='body'||w.getName()=='html')){j+=w.$.offsetLeft-w.$.scrollLeft;k+=w.$.offsetTop-w.$.scrollTop;if(!w.equals(D)){j+=w.$.clientLeft||0;k+=w.$.clientTop||0;}var z=x;while(z&&!z.equals(w)){j-=z.$.scrollLeft;k-=z.$.scrollTop;z=z.getParent();}x=w;w=(y=w.$.offsetParent)?new h(y):null;}}if(i){var A=D.getWindow(),B=i.getWindow();if(!A.equals(B)&&A.$.frameElement){var C=new h(A.$.frameElement).getDocumentPosition(i);j+=C.x;k+=C.y;}}if(!document.documentElement.getBoundingClientRect)if(b.gecko&&!m){j+=D.$.clientLeft?1:0;k+=D.$.clientTop?1:0;}return{x:j,y:k};},scrollIntoView:function(i){var o=this;var j=o.getWindow(),k=j.getViewPaneSize().height,l=k*-1;if(i)l+=k;else{l+=o.$.offsetHeight||0;l+=parseInt(o.getComputedStyle('marginBottom')||0,10)||0;}var m=o.getDocumentPosition();l+=m.y;l=l<0?0:l;var n=j.getScrollPosition().y;if(l>n||l<n-k)j.$.scrollTo(0,l);},setState:function(i){var j=this;switch(i){case 1:j.addClass('cke_on');j.removeClass('cke_off');j.removeClass('cke_disabled');break;case 0:j.addClass('cke_disabled');j.removeClass('cke_off');j.removeClass('cke_on');break;default:j.addClass('cke_off');j.removeClass('cke_on');j.removeClass('cke_disabled');break;}},getFrameDocument:function(){var i=this.$;try{i.contentWindow.document;}catch(j){i.src=i.src;if(c&&b.version<7)window.showModalDialog('javascript:document.write("<script>window.setTimeout(function(){window.close();},50);</script>")');}return i&&new g(i.contentWindow.document);},copyAttributes:function(i,j){var p=this;var k=p.$.attributes;j=j||{};for(var l=0;l<k.length;l++){var m=k[l],n=m.nodeName.toLowerCase(),o;if(n in j)continue;if(n=='checked'&&(o=p.getAttribute(n)))i.setAttribute(n,o);else if(m.specified||c&&m.nodeValue&&n=='value'){o=p.getAttribute(n);if(o===null)o=m.nodeValue;i.setAttribute(n,o);}}if(p.$.style.cssText!=='')i.$.style.cssText=p.$.style.cssText;},renameNode:function(i){var l=this;if(l.getName()==i)return;var j=l.getDocument(),k=new h(i,j);l.copyAttributes(k);l.moveChildren(k);l.getParent()&&l.$.parentNode.replaceChild(k.$,l.$);k.$['data-cke-expando']=l.$['data-cke-expando'];l.$=k.$;},getChild:function(i){var j=this.$;if(!i.slice)j=j.childNodes[i];else while(i.length>0&&j)j=j.childNodes[i.shift()];return j?new d.node(j):null;},getChildCount:function(){return this.$.childNodes.length; -},disableContextMenu:function(){this.on('contextmenu',function(i){if(!i.data.getTarget().hasClass('cke_enable_context_menu'))i.data.preventDefault();});},getDirection:function(i){var j=this;return i?j.getComputedStyle('direction')||j.getDirection()||j.getDocument().$.dir||j.getDocument().getBody().getDirection(1):j.getStyle('direction')||j.getAttribute('dir');},data:function(i,j){i='data-'+i;if(j===undefined)return this.getAttribute(i);else if(j===false)this.removeAttribute(i);else this.setAttribute(i,j);return null;}});(function(){var i={width:['border-left-width','border-right-width','padding-left','padding-right'],height:['border-top-width','border-bottom-width','padding-top','padding-bottom']};function j(k){var l=0;for(var m=0,n=i[k].length;m<n;m++)l+=parseInt(this.getComputedStyle(i[k][m])||0,10)||0;return l;};h.prototype.setSize=function(k,l,m){if(typeof l=='number'){if(m&&!(c&&b.quirks))l-=j.call(this,k);this.setStyle(k,l+'px');}};h.prototype.getSize=function(k,l){var m=Math.max(this.$['offset'+e.capitalize(k)],this.$['client'+e.capitalize(k)])||0;if(l)m-=j.call(this,k);return m;};})();a.command=function(i,j){this.uiItems=[];this.exec=function(k){if(this.state==0)return false;if(this.editorFocus)i.focus();return j.exec.call(this,i,k)!==false;};e.extend(this,j,{modes:{wysiwyg:1},editorFocus:1,state:2});a.event.call(this);};a.command.prototype={enable:function(){var i=this;if(i.state==0)i.setState(!i.preserveState||typeof i.previousState=='undefined'?2:i.previousState);},disable:function(){this.setState(0);},setState:function(i){var j=this;if(j.state==i)return false;j.previousState=j.state;j.state=i;j.fire('state');return true;},toggleState:function(){var i=this;if(i.state==2)i.setState(1);else if(i.state==1)i.setState(2);}};a.event.implementOn(a.command.prototype,true);a.ENTER_P=1;a.ENTER_BR=2;a.ENTER_DIV=3;a.config={customConfig:'config.js',autoUpdateElement:true,baseHref:'',contentsCss:a.basePath+'contents.css',contentsLangDirection:'ui',contentsLanguage:'',language:'',defaultLanguage:'en',enterMode:1,forceEnterMode:false,shiftEnterMode:2,corePlugins:'',docType:'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',bodyId:'',bodyClass:'',fullPage:false,height:200,plugins:'about,a11yhelp,basicstyles,bidi,blockquote,button,clipboard,colorbutton,colordialog,contextmenu,dialogadvtab,div,elementspath,enterkey,entities,filebrowser,find,flash,font,format,forms,horizontalrule,htmldataprocessor,iframe,image,indent,justify,keystrokes,link,list,liststyle,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,print,removeformat,resize,save,scayt,smiley,showblocks,showborders,sourcearea,stylescombo,table,tabletools,specialchar,tab,templates,toolbar,undo,wysiwygarea,wsc',extraPlugins:'',removePlugins:'',protectedSource:[],tabIndex:0,theme:'default',skin:'kama',width:'',baseFloatZIndex:10000}; -var i=a.config;a.focusManager=function(j){if(j.focusManager)return j.focusManager;this.hasFocus=false;this._={editor:j};return this;};a.focusManager.prototype={focus:function(){var k=this;if(k._.timer)clearTimeout(k._.timer);if(!k.hasFocus){if(a.currentInstance)a.currentInstance.focusManager.forceBlur();var j=k._.editor;j.container.getChild(1).addClass('cke_focus');k.hasFocus=true;j.fire('focus');}},blur:function(){var j=this;if(j._.timer)clearTimeout(j._.timer);j._.timer=setTimeout(function(){delete j._.timer;j.forceBlur();},100);},forceBlur:function(){if(this.hasFocus){var j=this._.editor;j.container.getChild(1).removeClass('cke_focus');this.hasFocus=false;j.fire('blur');}}};(function(){var j={};a.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,is:1,it:1,ja:1,ka:1,km:1,ko:1,lt:1,lv:1,mn:1,ms:1,nb:1,nl:1,no:1,pl:1,'pt-br':1,pt:1,ro:1,ru:1,sk:1,sl:1,'sr-latn':1,sr:1,sv:1,th:1,tr:1,uk:1,vi:1,'zh-cn':1,zh:1},load:function(k,l,m){if(!k||!a.lang.languages[k])k=this.detect(l,k);if(!this[k])a.scriptLoader.load(a.getUrl('lang/'+k+'.js'),function(){m(k,this[k]);},this);else m(k,this[k]);},detect:function(k,l){var m=this.languages;l=l||navigator.userLanguage||navigator.language;var n=l.toLowerCase().match(/([a-z]+)(?:-([a-z]+))?/),o=n[1],p=n[2];if(m[o+'-'+p])o=o+'-'+p;else if(!m[o])o=null;a.lang.detect=o?function(){return o;}:function(q){return q;};return o||k;}};})();a.scriptLoader=(function(){var j={},k={};return{load:function(l,m,n,o){var p=typeof l=='string';if(p)l=[l];if(!n)n=a;var q=l.length,r=[],s=[],t=function(y){if(m)if(p)m.call(n,y);else m.call(n,r,s);};if(q===0){t(true);return;}var u=function(y,z){(z?r:s).push(y);if(--q<=0){o&&a.document.getDocumentElement().removeStyle('cursor');t(z);}},v=function(y,z){j[y]=1;var A=k[y];delete k[y];for(var B=0;B<A.length;B++)A[B](y,z);},w=function(y){if(j[y]){u(y,true);return;}var z=k[y]||(k[y]=[]);z.push(u);if(z.length>1)return;var A=new h('script');A.setAttributes({type:'text/javascript',src:y});if(m)if(c)A.$.onreadystatechange=function(){if(A.$.readyState=='loaded'||A.$.readyState=='complete'){A.$.onreadystatechange=null;v(y,true);}};else{A.$.onload=function(){setTimeout(function(){v(y,true);},0);};A.$.onerror=function(){v(y,false);};}A.appendTo(a.document.getHead());};o&&a.document.getDocumentElement().setStyle('cursor','wait');for(var x=0;x<q;x++)w(l[x]);}};})();a.resourceManager=function(j,k){var l=this; -l.basePath=j;l.fileName=k;l.registered={};l.loaded={};l.externals={};l._={waitingList:{}};};a.resourceManager.prototype={add:function(j,k){if(this.registered[j])throw '[CKEDITOR.resourceManager.add] The resource name "'+j+'" is already registered.';a.fire(j+e.capitalize(this.fileName)+'Ready',this.registered[j]=k||{});},get:function(j){return this.registered[j]||null;},getPath:function(j){var k=this.externals[j];return a.getUrl(k&&k.dir||this.basePath+j+'/');},getFilePath:function(j){var k=this.externals[j];return a.getUrl(this.getPath(j)+(k&&typeof k.file=='string'?k.file:this.fileName+'.js'));},addExternal:function(j,k,l){j=j.split(',');for(var m=0;m<j.length;m++){var n=j[m];this.externals[n]={dir:k,file:l};}},load:function(j,k,l){if(!e.isArray(j))j=j?[j]:[];var m=this.loaded,n=this.registered,o=[],p={},q={};for(var r=0;r<j.length;r++){var s=j[r];if(!s)continue;if(!m[s]&&!n[s]){var t=this.getFilePath(s);o.push(t);if(!(t in p))p[t]=[];p[t].push(s);}else q[s]=this.get(s);}a.scriptLoader.load(o,function(u,v){if(v.length)throw '[CKEDITOR.resourceManager.load] Resource name "'+p[v[0]].join(',')+'" was not found at "'+v[0]+'".';for(var w=0;w<u.length;w++){var x=p[u[w]];for(var y=0;y<x.length;y++){var z=x[y];q[z]=this.get(z);m[z]=1;}}k.call(l,q);},this);}};a.plugins=new a.resourceManager('plugins/','plugin');var j=a.plugins;j.load=e.override(j.load,function(k){return function(l,m,n){var o={},p=function(q){k.call(this,q,function(r){e.extend(o,r);var s=[];for(var t in r){var u=r[t],v=u&&u.requires;if(v)for(var w=0;w<v.length;w++){if(!o[v[w]])s.push(v[w]);}}if(s.length)p.call(this,s);else{for(t in o){u=o[t];if(u.onLoad&&!u.onLoad._called){u.onLoad();u.onLoad._called=1;}}if(m)m.call(n||window,o);}},this);};p.call(this,l);};});j.setLang=function(k,l,m){var n=this.get(k),o=n.langEntries||(n.langEntries={}),p=n.lang||(n.lang=[]);if(e.indexOf(p,l)==-1)p.push(l);o[l]=m;};a.skins=(function(){var k={},l={},m=function(n,o,p,q){var r=k[o];if(!n.skin){n.skin=r;if(r.init)r.init(n);}var s=function(B){for(var C=0;C<B.length;C++)B[C]=a.getUrl(l[o]+B[C]);};function t(B,C){return B.replace(/url\s*\(([\s'"]*)(.*?)([\s"']*)\)/g,function(D,E,F,G){if(/^\/|^\w?:/.test(F))return D;else return 'url('+C+E+F+G+')';});};p=r[p];var u=!p||!!p._isLoaded;if(u)q&&q();else{var v=p._pending||(p._pending=[]);v.push(q);if(v.length>1)return;var w=!p.css||!p.css.length,x=!p.js||!p.js.length,y=function(){if(w&&x){p._isLoaded=1;for(var B=0;B<v.length;B++){if(v[B])v[B]();}}};if(!w){var z=p.css;if(e.isArray(z)){s(z); -for(var A=0;A<z.length;A++)a.document.appendStyleSheet(z[A]);}else{z=t(z,a.getUrl(l[o]));a.document.appendStyleText(z);}p.css=z;w=1;}if(!x){s(p.js);a.scriptLoader.load(p.js,function(){x=1;y();});}y();}};return{add:function(n,o){k[n]=o;o.skinPath=l[n]||(l[n]=a.getUrl('skins/'+n+'/'));},load:function(n,o,p){var q=n.skinName,r=n.skinPath;if(k[q])m(n,q,o,p);else{l[q]=r;a.scriptLoader.load(a.getUrl(r+'skin.js'),function(){m(n,q,o,p);});}}};})();a.themes=new a.resourceManager('themes/','theme');a.ui=function(k){if(k.ui)return k.ui;this._={handlers:{},items:{},editor:k};return this;};var k=a.ui;k.prototype={add:function(l,m,n){this._.items[l]={type:m,command:n.command||null,args:Array.prototype.slice.call(arguments,2)};},create:function(l){var q=this;var m=q._.items[l],n=m&&q._.handlers[m.type],o=m&&m.command&&q._.editor.getCommand(m.command),p=n&&n.create.apply(q,m.args);m&&(p=e.extend(p,q._.editor.skin[m.type],true));if(o)o.uiItems.push(p);return p;},addHandler:function(l,m){this._.handlers[l]=m;}};a.event.implementOn(k);(function(){var l=0,m=function(){var x='editor'+ ++l;return a.instances&&a.instances[x]?m():x;},n={},o=function(x){var y=x.config.customConfig;if(!y)return false;y=a.getUrl(y);var z=n[y]||(n[y]={});if(z.fn){z.fn.call(x,x.config);if(a.getUrl(x.config.customConfig)==y||!o(x))x.fireOnce('customConfigLoaded');}else a.scriptLoader.load(y,function(){if(a.editorConfig)z.fn=a.editorConfig;else z.fn=function(){};o(x);});return true;},p=function(x,y){x.on('customConfigLoaded',function(){if(y){if(y.on)for(var z in y.on)x.on(z,y.on[z]);e.extend(x.config,y,true);delete x.config.on;}q(x);});if(y&&y.customConfig!=undefined)x.config.customConfig=y.customConfig;if(!o(x))x.fireOnce('customConfigLoaded');},q=function(x){var y=x.config.skin.split(','),z=y[0],A=a.getUrl(y[1]||'skins/'+z+'/');x.skinName=z;x.skinPath=A;x.skinClass='cke_skin_'+z;x.tabIndex=x.config.tabIndex||x.element.getAttribute('tabindex')||0;x.readOnly=!!(x.config.readOnly||x.element.getAttribute('disabled'));x.fireOnce('configLoaded');t(x);},r=function(x){a.lang.load(x.config.language,x.config.defaultLanguage,function(y,z){x.langCode=y;x.lang=e.prototypedCopy(z);if(b.gecko&&b.version<10900&&x.lang.dir=='rtl')x.lang.dir='ltr';x.fire('langLoaded');var A=x.config;A.contentsLangDirection=='ui'&&(A.contentsLangDirection=x.lang.dir);s(x);});},s=function(x){var y=x.config,z=y.plugins,A=y.extraPlugins,B=y.removePlugins;if(A){var C=new RegExp('(?:^|,)(?:'+A.replace(/\s*,\s*/g,'|')+')(?=,|$)','g');z=z.replace(C,''); -z+=','+A;}if(B){C=new RegExp('(?:^|,)(?:'+B.replace(/\s*,\s*/g,'|')+')(?=,|$)','g');z=z.replace(C,'');}b.air&&(z+=',adobeair');j.load(z.split(','),function(D){var E=[],F=[],G=[];x.plugins=D;for(var H in D){var I=D[H],J=I.lang,K=j.getPath(H),L=null;I.path=K;if(J){L=e.indexOf(J,x.langCode)>=0?x.langCode:J[0];if(!I.langEntries||!I.langEntries[L])G.push(a.getUrl(K+'lang/'+L+'.js'));else{e.extend(x.lang,I.langEntries[L]);L=null;}}F.push(L);E.push(I);}a.scriptLoader.load(G,function(){var M=['beforeInit','init','afterInit'];for(var N=0;N<M.length;N++)for(var O=0;O<E.length;O++){var P=E[O];if(N===0&&F[O]&&P.lang)e.extend(x.lang,P.langEntries[F[O]]);if(P[M[N]])P[M[N]](x);}x.fire('pluginsLoaded');u(x);});});},t=function(x){a.skins.load(x,'editor',function(){r(x);});},u=function(x){var y=x.config.theme;a.themes.load(y,function(){var z=x.theme=a.themes.get(y);z.path=a.themes.getPath(y);z.build(x);if(x.config.autoUpdateElement)v(x);});},v=function(x){var y=x.element;if(x.elementMode==1&&y.is('textarea')){var z=y.$.form&&new h(y.$.form);if(z){function A(){x.updateElement();};z.on('submit',A);if(!z.$.submit.nodeName&&!z.$.submit.length)z.$.submit=e.override(z.$.submit,function(B){return function(){x.updateElement();if(B.apply)B.apply(this,arguments);else B();};});x.on('destroy',function(){z.removeListener('submit',A);});}}};function w(){var x,y=this._.commands,z=this.mode;if(!z)return;for(var A in y){x=y[A];x[x.startDisabled?'disable':this.readOnly&&!x.readOnly?'disable':x.modes[z]?'enable':'disable']();}};a.editor.prototype._init=function(){var z=this;var x=h.get(z._.element),y=z._.instanceConfig;delete z._.element;delete z._.instanceConfig;z._.commands={};z._.styles=[];z.element=x;z.name=x&&z.elementMode==1&&(x.getId()||x.getNameAtt())||m();if(z.name in a.instances)throw '[CKEDITOR.editor] The instance "'+z.name+'" already exists.';z.id=e.getNextId();z.config=e.prototypedCopy(i);z.ui=new k(z);z.focusManager=new a.focusManager(z);a.fire('instanceCreated',null,z);z.on('mode',w,null,null,1);z.on('readOnly',w,null,null,1);p(z,y);};})();e.extend(a.editor.prototype,{addCommand:function(l,m){return this._.commands[l]=new a.command(this,m);},addCss:function(l){this._.styles.push(l);},destroy:function(l){var m=this;if(!l)m.updateElement();m.fire('destroy');m.theme&&m.theme.destroy(m);a.remove(m);a.fire('instanceDestroyed',null,m);},execCommand:function(l,m){var n=this.getCommand(l),o={name:l,commandData:m,command:n};if(n&&n.state!=0)if(this.fire('beforeCommandExec',o)!==true){o.returnValue=n.exec(o.commandData); -if(!n.async&&this.fire('afterCommandExec',o)!==true)return o.returnValue;}return false;},getCommand:function(l){return this._.commands[l];},getData:function(){var n=this;n.fire('beforeGetData');var l=n._.data;if(typeof l!='string'){var m=n.element;if(m&&n.elementMode==1)l=m.is('textarea')?m.getValue():m.getHtml();else l='';}l={dataValue:l};n.fire('getData',l);return l.dataValue;},getSnapshot:function(){var l=this.fire('getSnapshot');if(typeof l!='string'){var m=this.element;if(m&&this.elementMode==1)l=m.is('textarea')?m.getValue():m.getHtml();}return l;},loadSnapshot:function(l){this.fire('loadSnapshot',l);},setData:function(l,m,n){if(m)this.on('dataReady',function(p){p.removeListener();m.call(p.editor);});var o={dataValue:l};!n&&this.fire('setData',o);this._.data=o.dataValue;!n&&this.fire('afterSetData',o);},setReadOnly:function(l){l=l==undefined||l;if(this.readOnly!=l){this.readOnly=l;this.fire('readOnly');}},insertHtml:function(l){this.fire('insertHtml',l);},insertText:function(l){this.fire('insertText',l);},insertElement:function(l){this.fire('insertElement',l);},checkDirty:function(){return this.mayBeDirty&&this._.previousValue!==this.getSnapshot();},resetDirty:function(){if(this.mayBeDirty)this._.previousValue=this.getSnapshot();},updateElement:function(){var n=this;var l=n.element;if(l&&n.elementMode==1){var m=n.getData();if(n.config.htmlEncodeOutput)m=e.htmlEncode(m);if(l.is('textarea'))l.setValue(m);else l.setHtml(m);}}});a.on('loaded',function(){var l=a.editor._pending;if(l){delete a.editor._pending;for(var m=0;m<l.length;m++)l[m]._init();}});a.htmlParser=function(){this._={htmlPartsRegex:new RegExp("<(?:(?:\\/([^>]+)>)|(?:!--([\\S|\\s]*?)-->)|(?:([^\\s>]+)\\s*((?:(?:\"[^\"]*\")|(?:'[^']*')|[^\"'>])*)\\/?>))",'g')};};(function(){var l=/([\w\-:.]+)(?:(?:\s*=\s*(?:(?:"([^"]*)")|(?:'([^']*)')|([^\s>]+)))|(?=\s|$))/g,m={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};a.htmlParser.prototype={onTagOpen:function(){},onTagClose:function(){},onText:function(){},onCDATA:function(){},onComment:function(){},parse:function(n){var A=this;var o,p,q=0,r;while(o=A._.htmlPartsRegex.exec(n)){var s=o.index;if(s>q){var t=n.substring(q,s);if(r)r.push(t);else A.onText(t);}q=A._.htmlPartsRegex.lastIndex;if(p=o[1]){p=p.toLowerCase();if(r&&f.$cdata[p]){A.onCDATA(r.join(''));r=null;}if(!r){A.onTagClose(p);continue;}}if(r){r.push(o[0]);continue;}if(p=o[3]){p=p.toLowerCase();if(/="/.test(p))continue; -var u={},v,w=o[4],x=!!(w&&w.charAt(w.length-1)=='/');if(w)while(v=l.exec(w)){var y=v[1].toLowerCase(),z=v[2]||v[3]||v[4]||'';if(!z&&m[y])u[y]=y;else u[y]=z;}A.onTagOpen(p,u,x);if(!r&&f.$cdata[p])r=[];continue;}if(p=o[2])A.onComment(p);}if(n.length>q)A.onText(n.substring(q,n.length));}};})();a.htmlParser.comment=function(l){this.value=l;this._={isBlockLike:false};};a.htmlParser.comment.prototype={type:8,writeHtml:function(l,m){var n=this.value;if(m){if(!(n=m.onComment(n,this)))return;if(typeof n!='string'){n.parent=this.parent;n.writeHtml(l,m);return;}}l.comment(n);}};(function(){var l=/[\t\r\n ]{2,}|[\t\r\n]/g;a.htmlParser.text=function(m){this.value=m;this._={isBlockLike:false};};a.htmlParser.text.prototype={type:3,writeHtml:function(m,n){var o=this.value;if(n&&!(o=n.onText(o,this)))return;m.text(o);}};})();(function(){a.htmlParser.cdata=function(l){this.value=l;};a.htmlParser.cdata.prototype={type:3,writeHtml:function(l){l.write(this.value);}};})();a.htmlParser.fragment=function(){this.children=[];this.parent=null;this._={isBlockLike:true,hasInlineStarted:false};};(function(){var l=e.extend({table:1,ul:1,ol:1,dl:1},f.table,f.ul,f.ol,f.dl),m=c&&b.version<8?{dd:1,dt:1}:{},n={ol:1,ul:1},o=e.extend({},{html:1},f.html,f.body,f.head,{style:1,script:1});a.htmlParser.fragment.fromHtml=function(p,q,r){var s=new a.htmlParser(),t=r||new a.htmlParser.fragment(),u=[],v=[],w=t,x=false;function y(B){var C;if(u.length>0)for(var D=0;D<u.length;D++){var E=u[D],F=E.name,G=f[F],H=w.name&&f[w.name];if((!H||H[F])&&(!B||!G||G[B]||!f[B])){if(!C){z();C=1;}E=E.clone();E.parent=w;w=E;u.splice(D,1);D--;}}};function z(){while(v.length)w.add(v.shift());};function A(B,C,D){if(B.previous!==undefined)return;C=C||w||t;var E=w;if(q&&(!C.type||C.name=='body')){var F,G;if(B.attributes&&(G=B.attributes['data-cke-real-element-type']))F=G;else F=B.name;if(F&&!(F in f.$body||F=='body'||B.isOrphan)){w=C;s.onTagOpen(q,{});B.returnPoint=C=w;}}if(B._.isBlockLike&&B.name!='pre'){var H=B.children.length,I=B.children[H-1],J;if(I&&I.type==3)if(!(J=e.rtrim(I.value)))B.children.length=H-1;else I.value=J;}C.add(B);if(B.returnPoint){w=B.returnPoint;delete B.returnPoint;}else w=D?C:E;};s.onTagOpen=function(B,C,D,E){var F=new a.htmlParser.element(B,C);if(F.isUnknown&&D)F.isEmpty=true;F.isOptionalClose=B in m||E;if(f.$removeEmpty[B]){u.push(F);return;}else if(B=='pre')x=true;else if(B=='br'&&x){w.add(new a.htmlParser.text('\n'));return;}if(B=='br'){v.push(F);return;}while(1){var G=w.name,H=G?f[G]||(w._.isBlockLike?f.div:f.span):o; -if(!F.isUnknown&&!w.isUnknown&&!H[B]){if(w.isOptionalClose)s.onTagClose(G);else if(B in n&&G in n){var I=w.children,J=I[I.length-1];if(!(J&&J.name=='li'))A(J=new a.htmlParser.element('li'),w);!F.returnPoint&&(F.returnPoint=w);w=J;}else if(B in f.$listItem&&G!=B)s.onTagOpen(B=='li'?'ul':'dl',{},0,1);else if(G in l&&G!=B){!F.returnPoint&&(F.returnPoint=w);w=w.parent;}else{if(G in f.$inline)u.unshift(w);if(w.parent)A(w,w.parent,1);else{F.isOrphan=1;break;}}}else break;}y(B);z();F.parent=w;if(F.isEmpty)A(F);else w=F;};s.onTagClose=function(B){for(var C=u.length-1;C>=0;C--){if(B==u[C].name){u.splice(C,1);return;}}var D=[],E=[],F=w;while(F!=t&&F.name!=B){if(!F._.isBlockLike)E.unshift(F);D.push(F);F=F.returnPoint||F.parent;}if(F!=t){for(C=0;C<D.length;C++){var G=D[C];A(G,G.parent);}w=F;if(w.name=='pre')x=false;if(F._.isBlockLike)z();A(F,F.parent);if(F==w)w=w.parent;u=u.concat(E);}if(B=='body')q=false;};s.onText=function(B){if((!w._.hasInlineStarted||v.length)&&!x){B=e.ltrim(B);if(B.length===0)return;}z();y();if(q&&(!w.type||w.name=='body')&&e.trim(B))this.onTagOpen(q,{},0,1);if(!x)B=B.replace(/[\t\r\n ]{2,}|[\t\r\n]/g,' ');w.add(new a.htmlParser.text(B));};s.onCDATA=function(B){w.add(new a.htmlParser.cdata(B));};s.onComment=function(B){z();y();w.add(new a.htmlParser.comment(B));};s.parse(p);z(!c&&1);while(w!=t)A(w,w.parent,1);return t;};a.htmlParser.fragment.prototype={add:function(p,q){var s=this;isNaN(q)&&(q=s.children.length);var r=q>0?s.children[q-1]:null;if(r){if(p._.isBlockLike&&r.type==3){r.value=e.rtrim(r.value);if(r.value.length===0){s.children.pop();s.add(p);return;}}r.next=p;}p.previous=r;p.parent=s;s.children.splice(q,0,p);s._.hasInlineStarted=p.type==3||p.type==1&&!p._.isBlockLike;},writeHtml:function(p,q){var r;this.filterChildren=function(){var s=new a.htmlParser.basicWriter();this.writeChildrenHtml.call(this,s,q,true);var t=s.getHtml();this.children=new a.htmlParser.fragment.fromHtml(t).children;r=1;};!this.name&&q&&q.onFragment(this);this.writeChildrenHtml(p,r?null:q);},writeChildrenHtml:function(p,q){for(var r=0;r<this.children.length;r++)this.children[r].writeHtml(p,q);}};})();a.htmlParser.element=function(l,m){var s=this;s.name=l;s.attributes=m||(m={});s.children=[];var n=m['data-cke-real-element-type']||l||'',o=n.match(/^cke:(.*)/);o&&(n=o[1]);var p=f,q=!!(p.$nonBodyContent[n]||p.$block[n]||p.$listItem[n]||p.$tableContent[n]||p.$nonEditable[n]||n=='br'),r=!!p.$empty[l];s.isEmpty=r;s.isUnknown=!p[l];s._={isBlockLike:q,hasInlineStarted:r||!q};}; -a.htmlParser.cssStyle=function(){var l,m=arguments[0],n={};l=m instanceof a.htmlParser.element?m.attributes.style:m;(l||'').replace(/"/g,'"').replace(/\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g,function(o,p,q){p=='font-family'&&(q=q.replace(/["']/g,''));n[p.toLowerCase()]=q;});return{rules:n,populate:function(o){var p=this.toString();if(p)o instanceof h?o.setAttribute('style',p):o instanceof a.htmlParser.element?o.attributes.style=p:o.style=p;},'toString':function(){var o=[];for(var p in n)n[p]&&o.push(p,':',n[p],';');return o.join('');}};};(function(){var l=function(m,n){m=m[0];n=n[0];return m<n?-1:m>n?1:0;};a.htmlParser.element.prototype={type:1,add:a.htmlParser.fragment.prototype.add,clone:function(){return new a.htmlParser.element(this.name,this.attributes);},writeHtml:function(m,n){var o=this.attributes,p=this,q=p.name,r,s,t,u;p.filterChildren=function(){if(!u){var B=new a.htmlParser.basicWriter();a.htmlParser.fragment.prototype.writeChildrenHtml.call(p,B,n);p.children=new a.htmlParser.fragment.fromHtml(B.getHtml(),0,p.clone()).children;u=1;}};if(n){for(;;){if(!(q=n.onElementName(q)))return;p.name=q;if(!(p=n.onElement(p)))return;p.parent=this.parent;if(p.name==q)break;if(p.type!=1){p.writeHtml(m,n);return;}q=p.name;if(!q){for(var v=0,w=this.children.length;v<w;v++)this.children[v].parent=p.parent;this.writeChildrenHtml.call(p,m,u?null:n);return;}}o=p.attributes;}m.openTag(q,o);var x=[];for(var y=0;y<2;y++)for(r in o){s=r;t=o[r];if(y==1)x.push([r,t]);else if(n){for(;;){if(!(s=n.onAttributeName(r))){delete o[r];break;}else if(s!=r){delete o[r];r=s;continue;}else break;}if(s)if((t=n.onAttribute(p,s,t))===false)delete o[s];else o[s]=t;}}if(m.sortAttributes)x.sort(l);var z=x.length;for(y=0;y<z;y++){var A=x[y];m.attribute(A[0],A[1]);}m.openTagClose(q,p.isEmpty);if(!p.isEmpty){this.writeChildrenHtml.call(p,m,u?null:n);m.closeTag(q);}},writeChildrenHtml:function(m,n){a.htmlParser.fragment.prototype.writeChildrenHtml.apply(this,arguments);}};})();(function(){a.htmlParser.filter=e.createClass({$:function(q){this._={elementNames:[],attributeNames:[],elements:{$length:0},attributes:{$length:0}};if(q)this.addRules(q,10);},proto:{addRules:function(q,r){var s=this;if(typeof r!='number')r=10;m(s._.elementNames,q.elementNames,r);m(s._.attributeNames,q.attributeNames,r);n(s._.elements,q.elements,r);n(s._.attributes,q.attributes,r);s._.text=o(s._.text,q.text,r)||s._.text;s._.comment=o(s._.comment,q.comment,r)||s._.comment;s._.root=o(s._.root,q.root,r)||s._.root;},onElementName:function(q){return l(q,this._.elementNames); -},onAttributeName:function(q){return l(q,this._.attributeNames);},onText:function(q){var r=this._.text;return r?r.filter(q):q;},onComment:function(q,r){var s=this._.comment;return s?s.filter(q,r):q;},onFragment:function(q){var r=this._.root;return r?r.filter(q):q;},onElement:function(q){var v=this;var r=[v._.elements['^'],v._.elements[q.name],v._.elements.$],s,t;for(var u=0;u<3;u++){s=r[u];if(s){t=s.filter(q,v);if(t===false)return null;if(t&&t!=q)return v.onNode(t);if(q.parent&&!q.name)break;}}return q;},onNode:function(q){var r=q.type;return r==1?this.onElement(q):r==3?new a.htmlParser.text(this.onText(q.value)):r==8?new a.htmlParser.comment(this.onComment(q.value)):null;},onAttribute:function(q,r,s){var t=this._.attributes[r];if(t){var u=t.filter(s,q,this);if(u===false)return false;if(typeof u!='undefined')return u;}return s;}}});function l(q,r){for(var s=0;q&&s<r.length;s++){var t=r[s];q=q.replace(t[0],t[1]);}return q;};function m(q,r,s){if(typeof r=='function')r=[r];var t,u,v=q.length,w=r&&r.length;if(w){for(t=0;t<v&&q[t].pri<s;t++){}for(u=w-1;u>=0;u--){var x=r[u];if(x){x.pri=s;q.splice(t,0,x);}}}};function n(q,r,s){if(r)for(var t in r){var u=q[t];q[t]=o(u,r[t],s);if(!u)q.$length++;}};function o(q,r,s){if(r){r.pri=s;if(q){if(!q.splice){if(q.pri>s)q=[r,q];else q=[q,r];q.filter=p;}else m(q,r,s);return q;}else{r.filter=r;return r;}}};function p(q){var r=q.type||q instanceof a.htmlParser.fragment;for(var s=0;s<this.length;s++){if(r)var t=q.type,u=q.name;var v=this[s],w=v.apply(window,arguments);if(w===false)return w;if(r){if(w&&(w.name!=u||w.type!=t))return w;}else if(typeof w!='string')return w;w!=undefined&&(q=w);}return q;};})();a.htmlParser.basicWriter=e.createClass({$:function(){this._={output:[]};},proto:{openTag:function(l,m){this._.output.push('<',l);},openTagClose:function(l,m){if(m)this._.output.push(' />');else this._.output.push('>');},attribute:function(l,m){if(typeof m=='string')m=e.htmlEncodeAttr(m);this._.output.push(' ',l,'="',m,'"');},closeTag:function(l){this._.output.push('</',l,'>');},text:function(l){this._.output.push(l);},comment:function(l){this._.output.push('<!--',l,'-->');},write:function(l){this._.output.push(l);},reset:function(){this._.output=[];this._.indent=false;},getHtml:function(l){var m=this._.output.join('');if(l)this.reset();return m;}}});delete a.loadFullCore;a.instances={};a.document=new g(document);a.add=function(l){a.instances[l.name]=l;l.on('focus',function(){if(a.currentInstance!=l){a.currentInstance=l;a.fire('currentInstance'); -}});l.on('blur',function(){if(a.currentInstance==l){a.currentInstance=null;a.fire('currentInstance');}});};a.remove=function(l){delete a.instances[l.name];};a.on('instanceDestroyed',function(){if(e.isEmpty(this.instances))a.fire('reset');});a.TRISTATE_ON=1;a.TRISTATE_OFF=2;a.TRISTATE_DISABLED=0;d.comment=e.createClass({base:d.node,$:function(l,m){if(typeof l=='string')l=(m?m.$:document).createComment(l);this.base(l);},proto:{type:8,getOuterHtml:function(){return '<!--'+this.$.nodeValue+'-->';}}});(function(){var l={address:1,blockquote:1,dl:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,p:1,pre:1,li:1,dt:1,dd:1,legend:1,caption:1},m={body:1,div:1,table:1,tbody:1,tr:1,td:1,th:1,form:1,fieldset:1},n=function(o){var p=o.getChildren();for(var q=0,r=p.count();q<r;q++){var s=p.getItem(q);if(s.type==1&&f.$block[s.getName()])return true;}return false;};d.elementPath=function(o){var u=this;var p=null,q=null,r=[],s=o;while(s){if(s.type==1){if(!u.lastElement)u.lastElement=s;var t=s.getName();if(c&&s.$.scopeName!='HTML')t=s.$.scopeName.toLowerCase()+':'+t;if(!q){if(!p&&l[t])p=s;if(m[t])if(!p&&t=='div'&&!n(s))p=s;else q=s;}r.push(s);if(t=='body')break;}s=s.getParent();}u.block=p;u.blockLimit=q;u.elements=r;};})();d.elementPath.prototype={compare:function(l){var m=this.elements,n=l&&l.elements;if(!n||m.length!=n.length)return false;for(var o=0;o<m.length;o++){if(!m[o].equals(n[o]))return false;}return true;},contains:function(l){var m=this.elements;for(var n=0;n<m.length;n++){if(m[n].getName() in l)return m[n];}return null;}};d.text=function(l,m){if(typeof l=='string')l=(m?m.$:document).createTextNode(l);this.$=l;};d.text.prototype=new d.node();e.extend(d.text.prototype,{type:3,getLength:function(){return this.$.nodeValue.length;},getText:function(){return this.$.nodeValue;},setText:function(l){this.$.nodeValue=l;},split:function(l){var q=this;if(c&&l==q.getLength()){var m=q.getDocument().createText('');m.insertAfter(q);return m;}var n=q.getDocument(),o=new d.text(q.$.splitText(l),n);if(b.ie8){var p=new d.text('',n);p.insertAfter(o);p.remove();}return o;},substring:function(l,m){if(typeof m!='number')return this.$.nodeValue.substr(l);else return this.$.nodeValue.substring(l,m);}});d.documentFragment=function(l){l=l||a.document;this.$=l.$.createDocumentFragment();};e.extend(d.documentFragment.prototype,h.prototype,{type:11,insertAfterNode:function(l){l=l.$;l.parentNode.insertBefore(this.$,l.nextSibling);}},true,{append:1,appendBogus:1,getFirst:1,getLast: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 l(s,t){if(this._.end)return null;var u,v=this.range,w,x=this.guard,y=this.type,z=s?'getPreviousSourceNode':'getNextSourceNode';if(!this._.start){this._.start=1;v.trim();if(v.collapsed){this.end();return null;}}if(!s&&!this._.guardLTR){var A=v.endContainer,B=A.getChild(v.endOffset);this._.guardLTR=function(F,G){return(!G||!A.equals(F))&&(!B||!F.equals(B))&&(F.type!=1||!G||F.getName()!='body');};}if(s&&!this._.guardRTL){var C=v.startContainer,D=v.startOffset>0&&C.getChild(v.startOffset-1);this._.guardRTL=function(F,G){return(!G||!C.equals(F))&&(!D||!F.equals(D))&&(F.type!=1||!G||F.getName()!='body');};}var E=s?this._.guardRTL:this._.guardLTR;if(x)w=function(F,G){if(E(F,G)===false)return false;return x(F,G);};else w=E;if(this.current)u=this.current[z](false,y,w);else if(s){u=v.endContainer;if(v.endOffset>0){u=u.getChild(v.endOffset-1);if(w(u)===false)u=null;}else u=w(u,true)===false?null:u.getPreviousSourceNode(true,y,w);}else{u=v.startContainer;u=u.getChild(v.startOffset);if(u){if(w(u)===false)u=null;}else u=w(v.startContainer,true)===false?null:v.startContainer.getNextSourceNode(true,y,w);}while(u&&!this._.end){this.current=u;if(!this.evaluator||this.evaluator(u)!==false){if(!t)return u;}else if(t&&this.evaluator)return false;u=u[z](false,y,w);}this.end();return this.current=null;};function m(s){var t,u=null;while(t=l.call(this,s))u=t;return u;};d.walker=e.createClass({$:function(s){this.range=s;this._={};},proto:{end:function(){this._.end=1;},next:function(){return l.call(this);},previous:function(){return l.call(this,1);},checkForward:function(){return l.call(this,0,1)!==false;},checkBackward:function(){return l.call(this,1,1)!==false;},lastForward:function(){return m.call(this);},lastBackward:function(){return m.call(this,1);},reset:function(){delete this.current;this._={};}}});var n={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};h.prototype.isBlockBoundary=function(s){var t=s?e.extend({},f.$block,s||{}):f.$block;return this.getComputedStyle('float')=='none'&&n[this.getComputedStyle('display')]||t[this.getName()];};d.walker.blockBoundary=function(s){return function(t,u){return!(t.type==1&&t.isBlockBoundary(s));};};d.walker.listItemBoundary=function(){return this.blockBoundary({br:1});};d.walker.bookmark=function(s,t){function u(v){return v&&v.getName&&v.getName()=='span'&&v.data('cke-bookmark');};return function(v){var w,x; -w=v&&!v.getName&&(x=v.getParent())&&u(x);w=s?w:w||u(v);return!!(t^w);};};d.walker.whitespaces=function(s){return function(t){var u=t&&t.type==3&&!e.trim(t.getText());return!!(s^u);};};d.walker.invisible=function(s){var t=d.walker.whitespaces();return function(u){var v=t(u)||u.is&&!u.$.offsetHeight;return!!(s^v);};};d.walker.nodeType=function(s,t){return function(u){return!!(t^u.type==s);};};var o=/^[\t\r\n ]*(?: |\xa0)$/,p=d.walker.whitespaces(),q=d.walker.bookmark(),r=function(s){return q(s)||p(s)||s.type==1&&s.getName() in f.$inline&&!(s.getName() in f.$empty);};h.prototype.getBogus=function(){var s=this;do s=s.getPreviousSourceNode();while(r(s));if(s&&(!c?s.is&&s.is('br'):s.getText&&o.test(s.getText())))return s;return false;};})();d.range=function(l){var m=this;m.startContainer=null;m.startOffset=null;m.endContainer=null;m.endOffset=null;m.collapsed=true;m.document=l;};(function(){var l=function(t){t.collapsed=t.startContainer&&t.endContainer&&t.startContainer.equals(t.endContainer)&&t.startOffset==t.endOffset;},m=function(t,u,v,w){t.optimizeBookmark();var x=t.startContainer,y=t.endContainer,z=t.startOffset,A=t.endOffset,B,C;if(y.type==3)y=y.split(A);else if(y.getChildCount()>0)if(A>=y.getChildCount()){y=y.append(t.document.createText(''));C=true;}else y=y.getChild(A);if(x.type==3){x.split(z);if(x.equals(y))y=x.getNext();}else if(!z){x=x.getFirst().insertBeforeMe(t.document.createText(''));B=true;}else if(z>=x.getChildCount()){x=x.append(t.document.createText(''));B=true;}else x=x.getChild(z).getPrevious();var D=x.getParents(),E=y.getParents(),F,G,H;for(F=0;F<D.length;F++){G=D[F];H=E[F];if(!G.equals(H))break;}var I=v,J,K,L,M;for(var N=F;N<D.length;N++){J=D[N];if(I&&!J.equals(x))K=I.append(J.clone());L=J.getNext();while(L){if(L.equals(E[N])||L.equals(y))break;M=L.getNext();if(u==2)I.append(L.clone(true));else{L.remove();if(u==1)I.append(L);}L=M;}if(I)I=K;}I=v;for(var O=F;O<E.length;O++){J=E[O];if(u>0&&!J.equals(y))K=I.append(J.clone());if(!D[O]||J.$.parentNode!=D[O].$.parentNode){L=J.getPrevious();while(L){if(L.equals(D[O])||L.equals(x))break;M=L.getPrevious();if(u==2)I.$.insertBefore(L.$.cloneNode(true),I.$.firstChild);else{L.remove();if(u==1)I.$.insertBefore(L.$,I.$.firstChild);}L=M;}}if(I)I=K;}if(u==2){var P=t.startContainer;if(P.type==3){P.$.data+=P.$.nextSibling.data;P.$.parentNode.removeChild(P.$.nextSibling);}var Q=t.endContainer;if(Q.type==3&&Q.$.nextSibling){Q.$.data+=Q.$.nextSibling.data;Q.$.parentNode.removeChild(Q.$.nextSibling);}}else{if(G&&H&&(x.$.parentNode!=G.$.parentNode||y.$.parentNode!=H.$.parentNode)){var R=H.getIndex(); -if(B&&H.$.parentNode==x.$.parentNode)R--;if(w&&G.type==1){var S=h.createFromHtml('<span data-cke-bookmark="1" style="display:none"> </span>',t.document);S.insertAfter(G);G.mergeSiblings(false);t.moveToBookmark({startNode:S});}else t.setStart(H.getParent(),R);}t.collapse(true);}if(B)x.remove();if(C&&y.$.parentNode)y.remove();},n={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};function o(t){var u=false,v=d.walker.bookmark(true);return function(w){if(v(w))return true;if(w.type==3){if(w.hasAscendant('pre')||e.trim(w.getText()).length)return false;}else if(w.type==1)if(!n[w.getName()])if(!t&&!c&&w.getName()=='br'&&!u)u=true;else return false;return true;};};function p(t){return t.type!=3&&t.getName() in f.$removeEmpty||!e.trim(t.getText())||!!t.getParent().data('cke-bookmark');};var q=new d.walker.whitespaces(),r=new d.walker.bookmark();function s(t){return!q(t)&&!r(t);};d.range.prototype={clone:function(){var u=this;var t=new d.range(u.document);t.startContainer=u.startContainer;t.startOffset=u.startOffset;t.endContainer=u.endContainer;t.endOffset=u.endOffset;t.collapsed=u.collapsed;return t;},collapse:function(t){var u=this;if(t){u.endContainer=u.startContainer;u.endOffset=u.startOffset;}else{u.startContainer=u.endContainer;u.startOffset=u.endOffset;}u.collapsed=true;},cloneContents:function(){var t=new d.documentFragment(this.document);if(!this.collapsed)m(this,2,t);return t;},deleteContents:function(t){if(this.collapsed)return;m(this,0,null,t);},extractContents:function(t){var u=new d.documentFragment(this.document);if(!this.collapsed)m(this,1,u,t);return u;},createBookmark:function(t){var z=this;var u,v,w,x,y=z.collapsed;u=z.document.createElement('span');u.data('cke-bookmark',1);u.setStyle('display','none');u.setHtml(' ');if(t){w='cke_bm_'+e.getNextNumber();u.setAttribute('id',w+'S');}if(!y){v=u.clone();v.setHtml(' ');if(t)v.setAttribute('id',w+'E');x=z.clone();x.collapse();x.insertNode(v);}x=z.clone();x.collapse(true);x.insertNode(u);if(v){z.setStartAfter(u);z.setEndBefore(v);}else z.moveToPosition(u,4);return{startNode:t?w+'S':u,endNode:t?w+'E':v,serializable:t,collapsed:y};},createBookmark2:function(t){var B=this;var u=B.startContainer,v=B.endContainer,w=B.startOffset,x=B.endOffset,y=B.collapsed,z,A;if(!u||!v)return{start:0,end:0};if(t){if(u.type==1){z=u.getChild(w);if(z&&z.type==3&&w>0&&z.getPrevious().type==3){u=z;w=0; -}if(z&&z.type==1)w=z.getIndex(1);}while(u.type==3&&(A=u.getPrevious())&&A.type==3){u=A;w+=A.getLength();}if(!y){if(v.type==1){z=v.getChild(x);if(z&&z.type==3&&x>0&&z.getPrevious().type==3){v=z;x=0;}if(z&&z.type==1)x=z.getIndex(1);}while(v.type==3&&(A=v.getPrevious())&&A.type==3){v=A;x+=A.getLength();}}}return{start:u.getAddress(t),end:y?null:v.getAddress(t),startOffset:w,endOffset:x,normalized:t,collapsed:y,is2:true};},moveToBookmark:function(t){var B=this;if(t.is2){var u=B.document.getByAddress(t.start,t.normalized),v=t.startOffset,w=t.end&&B.document.getByAddress(t.end,t.normalized),x=t.endOffset;B.setStart(u,v);if(w)B.setEnd(w,x);else B.collapse(true);}else{var y=t.serializable,z=y?B.document.getById(t.startNode):t.startNode,A=y?B.document.getById(t.endNode):t.endNode;B.setStartBefore(z);z.remove();if(A){B.setEndBefore(A);A.remove();}else B.collapse(true);}},getBoundaryNodes:function(){var y=this;var t=y.startContainer,u=y.endContainer,v=y.startOffset,w=y.endOffset,x;if(t.type==1){x=t.getChildCount();if(x>v)t=t.getChild(v);else if(x<1)t=t.getPreviousSourceNode();else{t=t.$;while(t.lastChild)t=t.lastChild;t=new d.node(t);t=t.getNextSourceNode()||t;}}if(u.type==1){x=u.getChildCount();if(x>w)u=u.getChild(w).getPreviousSourceNode(true);else if(x<1)u=u.getPreviousSourceNode();else{u=u.$;while(u.lastChild)u=u.lastChild;u=new d.node(u);}}if(t.getPosition(u)&2)t=u;return{startNode:t,endNode:u};},getCommonAncestor:function(t,u){var y=this;var v=y.startContainer,w=y.endContainer,x;if(v.equals(w)){if(t&&v.type==1&&y.startOffset==y.endOffset-1)x=v.getChild(y.startOffset);else x=v;}else x=v.getCommonAncestor(w);return u&&!x.is?x.getParent():x;},optimize:function(){var v=this;var t=v.startContainer,u=v.startOffset;if(t.type!=1)if(!u)v.setStartBefore(t);else if(u>=t.getLength())v.setStartAfter(t);t=v.endContainer;u=v.endOffset;if(t.type!=1)if(!u)v.setEndBefore(t);else if(u>=t.getLength())v.setEndAfter(t);},optimizeBookmark:function(){var v=this;var t=v.startContainer,u=v.endContainer;if(t.is&&t.is('span')&&t.data('cke-bookmark'))v.setStartAt(t,3);if(u&&u.is&&u.is('span')&&u.data('cke-bookmark'))v.setEndAt(u,4);},trim:function(t,u){var B=this;var v=B.startContainer,w=B.startOffset,x=B.collapsed;if((!t||x)&&v&&v.type==3){if(!w){w=v.getIndex();v=v.getParent();}else if(w>=v.getLength()){w=v.getIndex()+1;v=v.getParent();}else{var y=v.split(w);w=v.getIndex()+1;v=v.getParent();if(B.startContainer.equals(B.endContainer))B.setEnd(y,B.endOffset-B.startOffset);else if(v.equals(B.endContainer))B.endOffset+=1; -}B.setStart(v,w);if(x){B.collapse(true);return;}}var z=B.endContainer,A=B.endOffset;if(!(u||x)&&z&&z.type==3){if(!A){A=z.getIndex();z=z.getParent();}else if(A>=z.getLength()){A=z.getIndex()+1;z=z.getParent();}else{z.split(A);A=z.getIndex()+1;z=z.getParent();}B.setEnd(z,A);}},enlarge:function(t,u){switch(t){case 1:if(this.collapsed)return;var v=this.getCommonAncestor(),w=this.document.getBody(),x,y,z,A,B,C=false,D,E,F=this.startContainer,G=this.startOffset;if(F.type==3){if(G){F=!e.trim(F.substring(0,G)).length&&F;C=!!F;}if(F)if(!(A=F.getPrevious()))z=F.getParent();}else{if(G)A=F.getChild(G-1)||F.getLast();if(!A)z=F;}while(z||A){if(z&&!A){if(!B&&z.equals(v))B=true;if(!w.contains(z))break;if(!C||z.getComputedStyle('display')!='inline'){C=false;if(B)x=z;else this.setStartBefore(z);}A=z.getPrevious();}while(A){D=false;if(A.type==3){E=A.getText();if(/[^\s\ufeff]/.test(E))A=null;D=/[\s\ufeff]$/.test(E);}else if((A.$.offsetWidth>0||u&&A.is('br'))&&!A.data('cke-bookmark'))if(C&&f.$removeEmpty[A.getName()]){E=A.getText();if(/[^\s\ufeff]/.test(E))A=null;else{var H=A.$.all||A.$.getElementsByTagName('*');for(var I=0,J;J=H[I++];){if(!f.$removeEmpty[J.nodeName.toLowerCase()]){A=null;break;}}}if(A)D=!!E.length;}else A=null;if(D)if(C){if(B)x=z;else if(z)this.setStartBefore(z);}else C=true;if(A){var K=A.getPrevious();if(!z&&!K){z=A;A=null;break;}A=K;}else z=null;}if(z)z=z.getParent();}F=this.endContainer;G=this.endOffset;z=A=null;B=C=false;if(F.type==3){F=!e.trim(F.substring(G)).length&&F;C=!(F&&F.getLength());if(F)if(!(A=F.getNext()))z=F.getParent();}else{A=F.getChild(G);if(!A)z=F;}while(z||A){if(z&&!A){if(!B&&z.equals(v))B=true;if(!w.contains(z))break;if(!C||z.getComputedStyle('display')!='inline'){C=false;if(B)y=z;else if(z)this.setEndAfter(z);}A=z.getNext();}while(A){D=false;if(A.type==3){E=A.getText();if(/[^\s\ufeff]/.test(E))A=null;D=/^[\s\ufeff]/.test(E);}else if((A.$.offsetWidth>0||u&&A.is('br'))&&!A.data('cke-bookmark'))if(C&&f.$removeEmpty[A.getName()]){E=A.getText();if(/[^\s\ufeff]/.test(E))A=null;else{H=A.$.all||A.$.getElementsByTagName('*');for(I=0;J=H[I++];){if(!f.$removeEmpty[J.nodeName.toLowerCase()]){A=null;break;}}}if(A)D=!!E.length;}else A=null;if(D)if(C)if(B)y=z;else this.setEndAfter(z);if(A){K=A.getNext();if(!z&&!K){z=A;A=null;break;}A=K;}else z=null;}if(z)z=z.getParent();}if(x&&y){v=x.contains(y)?y:x;this.setStartBefore(v);this.setEndAfter(v);}break;case 2:case 3:var L=new d.range(this.document);w=this.document.getBody();L.setStartAt(w,1);L.setEnd(this.startContainer,this.startOffset); -var M=new d.walker(L),N,O,P=d.walker.blockBoundary(t==3?{br:1}:null),Q=function(S){var T=P(S);if(!T)N=S;return T;},R=function(S){var T=Q(S);if(!T&&S.is&&S.is('br'))O=S;return T;};M.guard=Q;z=M.lastBackward();N=N||w;this.setStartAt(N,!N.is('br')&&(!z&&this.checkStartOfBlock()||z&&N.contains(z))?1:4);L=this.clone();L.collapse();L.setEndAt(w,2);M=new d.walker(L);M.guard=t==3?R:Q;N=null;z=M.lastForward();N=N||w;this.setEndAt(N,!z&&this.checkEndOfBlock()||z&&N.contains(z)?2:3);if(O)this.setEndAfter(O);}},shrink:function(t,u){if(!this.collapsed){t=t||2;var v=this.clone(),w=this.startContainer,x=this.endContainer,y=this.startOffset,z=this.endOffset,A=this.collapsed,B=1,C=1;if(w&&w.type==3)if(!y)v.setStartBefore(w);else if(y>=w.getLength())v.setStartAfter(w);else{v.setStartBefore(w);B=0;}if(x&&x.type==3)if(!z)v.setEndBefore(x);else if(z>=x.getLength())v.setEndAfter(x);else{v.setEndAfter(x);C=0;}var D=new d.walker(v),E=d.walker.bookmark();D.evaluator=function(I){return I.type==(t==1?1:3);};var F;D.guard=function(I,J){if(E(I))return true;if(t==1&&I.type==3)return false;if(J&&I.equals(F))return false;if(!J&&I.type==1)F=I;return true;};if(B){var G=D[t==1?'lastForward':'next']();G&&this.setStartAt(G,u?1:3);}if(C){D.reset();var H=D[t==1?'lastBackward':'previous']();H&&this.setEndAt(H,u?2:4);}return!!(B||C);}},insertNode:function(t){var x=this;x.optimizeBookmark();x.trim(false,true);var u=x.startContainer,v=x.startOffset,w=u.getChild(v);if(w)t.insertBefore(w);else u.append(t);if(t.getParent().equals(x.endContainer))x.endOffset++;x.setStartBefore(t);},moveToPosition:function(t,u){this.setStartAt(t,u);this.collapse(true);},selectNodeContents:function(t){this.setStart(t,0);this.setEnd(t,t.type==3?t.getLength():t.getChildCount());},setStart:function(t,u){var v=this;if(t.type==1&&f.$empty[t.getName()])u=t.getIndex(),t=t.getParent();v.startContainer=t;v.startOffset=u;if(!v.endContainer){v.endContainer=t;v.endOffset=u;}l(v);},setEnd:function(t,u){var v=this;if(t.type==1&&f.$empty[t.getName()])u=t.getIndex()+1,t=t.getParent();v.endContainer=t;v.endOffset=u;if(!v.startContainer){v.startContainer=t;v.startOffset=u;}l(v);},setStartAfter:function(t){this.setStart(t.getParent(),t.getIndex()+1);},setStartBefore:function(t){this.setStart(t.getParent(),t.getIndex());},setEndAfter:function(t){this.setEnd(t.getParent(),t.getIndex()+1);},setEndBefore:function(t){this.setEnd(t.getParent(),t.getIndex());},setStartAt:function(t,u){var v=this;switch(u){case 1:v.setStart(t,0);break;case 2:if(t.type==3)v.setStart(t,t.getLength()); -else v.setStart(t,t.getChildCount());break;case 3:v.setStartBefore(t);break;case 4:v.setStartAfter(t);}l(v);},setEndAt:function(t,u){var v=this;switch(u){case 1:v.setEnd(t,0);break;case 2:if(t.type==3)v.setEnd(t,t.getLength());else v.setEnd(t,t.getChildCount());break;case 3:v.setEndBefore(t);break;case 4:v.setEndAfter(t);}l(v);},fixBlock:function(t,u){var x=this;var v=x.createBookmark(),w=x.document.createElement(u);x.collapse(t);x.enlarge(2);x.extractContents().appendTo(w);w.trim();if(!c)w.appendBogus();x.insertNode(w);x.moveToBookmark(v);return w;},splitBlock:function(t){var D=this;var u=new d.elementPath(D.startContainer),v=new d.elementPath(D.endContainer),w=u.blockLimit,x=v.blockLimit,y=u.block,z=v.block,A=null;if(!w.equals(x))return null;if(t!='br'){if(!y){y=D.fixBlock(true,t);z=new d.elementPath(D.endContainer).block;}if(!z)z=D.fixBlock(false,t);}var B=y&&D.checkStartOfBlock(),C=z&&D.checkEndOfBlock();D.deleteContents();if(y&&y.equals(z))if(C){A=new d.elementPath(D.startContainer);D.moveToPosition(z,4);z=null;}else if(B){A=new d.elementPath(D.startContainer);D.moveToPosition(y,3);y=null;}else{z=D.splitElement(y);if(!c&&!y.is('ul','ol'))y.appendBogus();}return{previousBlock:y,nextBlock:z,wasStartOfBlock:B,wasEndOfBlock:C,elementPath:A};},splitElement:function(t){var w=this;if(!w.collapsed)return null;w.setEndAt(t,2);var u=w.extractContents(),v=t.clone(false);u.appendTo(v);v.insertAfter(t);w.moveToPosition(t,4);return v;},checkBoundaryOfElement:function(t,u){var v=u==1,w=this.clone();w.collapse(v);w[v?'setStartAt':'setEndAt'](t,v?1:2);var x=new d.walker(w);x.evaluator=p;return x[v?'checkBackward':'checkForward']();},checkStartOfBlock:function(){var z=this;var t=z.startContainer,u=z.startOffset;if(u&&t.type==3){var v=e.ltrim(t.substring(0,u));if(v.length)return false;}z.trim();var w=new d.elementPath(z.startContainer),x=z.clone();x.collapse(true);x.setStartAt(w.block||w.blockLimit,1);var y=new d.walker(x);y.evaluator=o(true);return y.checkBackward();},checkEndOfBlock:function(){var z=this;var t=z.endContainer,u=z.endOffset;if(t.type==3){var v=e.rtrim(t.substring(u));if(v.length)return false;}z.trim();var w=new d.elementPath(z.endContainer),x=z.clone();x.collapse(false);x.setEndAt(w.block||w.blockLimit,2);var y=new d.walker(x);y.evaluator=o(false);return y.checkForward();},checkReadOnly:(function(){function t(u,v){while(u){if(u.type==1)if(u.getAttribute('contentEditable')=='false'&&!u.data('cke-editable'))return 0;else if(u.is('html')||u.getAttribute('contentEditable')=='true'&&(u.contains(v)||u.equals(v)))break; -u=u.getParent();}return 1;};return function(){var u=this.startContainer,v=this.endContainer;return!(t(u,v)&&t(v,u));};})(),moveToElementEditablePosition:function(t,u){var v;if(f.$empty[t.getName()])return false;while(t&&t.type==1){v=t.isEditable();if(v)this.moveToPosition(t,u?2:1);else if(f.$inline[t.getName()]){this.moveToPosition(t,u?4:3);return true;}if(f.$empty[t.getName()])t=t[u?'getPrevious':'getNext'](s);else t=t[u?'getLast':'getFirst'](s);if(t&&t.type==3){this.moveToPosition(t,u?4:3);return true;}}return v;},moveToElementEditStart:function(t){return this.moveToElementEditablePosition(t);},moveToElementEditEnd:function(t){return this.moveToElementEditablePosition(t,true);},getEnclosedNode:function(){var t=this.clone();t.optimize();if(t.startContainer.type!=1||t.endContainer.type!=1)return null;var u=new d.walker(t),v=d.walker.bookmark(true),w=d.walker.whitespaces(true),x=function(z){return w(z)&&v(z);};t.evaluator=x;var y=u.next();u.reset();return y&&y.equals(u.previous())?y:null;},getTouchedStartNode:function(){var t=this.startContainer;if(this.collapsed||t.type!=1)return t;return t.getChild(this.startOffset)||t;},getTouchedEndNode:function(){var t=this.endContainer;if(this.collapsed||t.type!=1)return t;return t.getChild(this.endOffset-1)||t;}};})();a.POSITION_AFTER_START=1;a.POSITION_BEFORE_END=2;a.POSITION_BEFORE_START=3;a.POSITION_AFTER_END=4;a.ENLARGE_ELEMENT=1;a.ENLARGE_BLOCK_CONTENTS=2;a.ENLARGE_LIST_ITEM_CONTENTS=3;a.START=1;a.END=2;a.STARTEND=3;a.SHRINK_ELEMENT=1;a.SHRINK_TEXT=2;(function(){d.rangeList=function(n){if(n instanceof d.rangeList)return n;if(!n)n=[];else if(n instanceof d.range)n=[n];return e.extend(n,l);};var l={createIterator:function(){var n=this,o=d.walker.bookmark(),p=function(s){return!(s.is&&s.is('tr'));},q=[],r;return{getNextRange:function(s){r=r==undefined?0:r+1;var t=n[r];if(t&&n.length>1){if(!r)for(var u=n.length-1;u>=0;u--)q.unshift(n[u].createBookmark(true));if(s){var v=0;while(n[r+v+1]){var w=t.document,x=0,y=w.getById(q[v].endNode),z=w.getById(q[v+1].startNode),A;while(1){A=y.getNextSourceNode(false);if(!z.equals(A)){if(o(A)||A.type==1&&A.isBlockBoundary()){y=A;continue;}}else x=1;break;}if(!x)break;v++;}}t.moveToBookmark(q.shift());while(v--){A=n[++r];A.moveToBookmark(q.shift());t.setEnd(A.endContainer,A.endOffset);}}return t;}};},createBookmarks:function(n){var s=this;var o=[],p;for(var q=0;q<s.length;q++){o.push(p=s[q].createBookmark(n,true));for(var r=q+1;r<s.length;r++){s[r]=m(p,s[r]);s[r]=m(p,s[r],true);}}return o; -},createBookmarks2:function(n){var o=[];for(var p=0;p<this.length;p++)o.push(this[p].createBookmark2(n));return o;},moveToBookmarks:function(n){for(var o=0;o<this.length;o++)this[o].moveToBookmark(n[o]);}};function m(n,o,p){var q=n.serializable,r=o[p?'endContainer':'startContainer'],s=p?'endOffset':'startOffset',t=q?o.document.getById(n.startNode):n.startNode,u=q?o.document.getById(n.endNode):n.endNode;if(r.equals(t.getPrevious())){o.startOffset=o.startOffset-r.getLength()-u.getPrevious().getLength();r=u.getNext();}else if(r.equals(u.getPrevious())){o.startOffset=o.startOffset-r.getLength();r=u.getNext();}r.equals(t.getParent())&&o[s]++;r.equals(u.getParent())&&o[s]++;o[p?'endContainer':'startContainer']=r;return o;};})();(function(){if(b.webkit){b.hc=false;return;}var l=h.createFromHtml('<div style="width:0px;height:0px;position:absolute;left:-10000px;border: 1px solid;border-color: red blue;"></div>',a.document);l.appendTo(a.document.getHead());try{b.hc=l.getComputedStyle('border-top-color')==l.getComputedStyle('border-right-color');}catch(m){b.hc=false;}if(b.hc)b.cssClass+=' cke_hc';l.remove();})();j.load(i.corePlugins.split(','),function(){a.status='loaded';a.fire('loaded');var l=a._.pending;if(l){delete a._.pending;for(var m=0;m<l.length;m++)a.add(l[m]);}});if(c)try{document.execCommand('BackgroundImageCache',false,true);}catch(l){}a.skins.add('kama',(function(){var m='cke_ui_color';return{editor:{css:['editor.css']},dialog:{css:['dialog.css']},richcombo:{canGroup:false},templates:{css:['templates.css']},margins:[0,0,0,0],init:function(n){if(n.config.width&&!isNaN(n.config.width))n.config.width-=12;var o=[],p=/\$color/g,q='/* UI Color Support */.cke_skin_kama .cke_menuitem .cke_icon_wrapper{\tbackground-color: $color !important;\tborder-color: $color !important;}.cke_skin_kama .cke_menuitem a:hover .cke_icon_wrapper,.cke_skin_kama .cke_menuitem a:focus .cke_icon_wrapper,.cke_skin_kama .cke_menuitem a:active .cke_icon_wrapper{\tbackground-color: $color !important;\tborder-color: $color !important;}.cke_skin_kama .cke_menuitem a:hover .cke_label,.cke_skin_kama .cke_menuitem a:focus .cke_label,.cke_skin_kama .cke_menuitem a:active .cke_label{\tbackground-color: $color !important;}.cke_skin_kama .cke_menuitem a.cke_disabled:hover .cke_label,.cke_skin_kama .cke_menuitem a.cke_disabled:focus .cke_label,.cke_skin_kama .cke_menuitem a.cke_disabled:active .cke_label{\tbackground-color: transparent !important;}.cke_skin_kama .cke_menuitem a.cke_disabled:hover .cke_icon_wrapper,.cke_skin_kama .cke_menuitem a.cke_disabled:focus .cke_icon_wrapper,.cke_skin_kama .cke_menuitem a.cke_disabled:active .cke_icon_wrapper{\tbackground-color: $color !important;\tborder-color: $color !important;}.cke_skin_kama .cke_menuitem a.cke_disabled .cke_icon_wrapper{\tbackground-color: $color !important;\tborder-color: $color !important;}.cke_skin_kama .cke_menuseparator{\tbackground-color: $color !important;}.cke_skin_kama .cke_menuitem a:hover,.cke_skin_kama .cke_menuitem a:focus,.cke_skin_kama .cke_menuitem a:active{\tbackground-color: $color !important;}'; -if(b.webkit){q=q.split('}').slice(0,-1);for(var r=0;r<q.length;r++)q[r]=q[r].split('{');}function s(v){var w=v.getById(m);if(!w){w=v.getHead().append('style');w.setAttribute('id',m);w.setAttribute('type','text/css');}return w;};function t(v,w,x){var y,z,A;for(var B=0;B<v.length;B++){if(b.webkit)for(z=0;z<w.length;z++){A=w[z][1];for(y=0;y<x.length;y++)A=A.replace(x[y][0],x[y][1]);v[B].$.sheet.addRule(w[z][0],A);}else{A=w;for(y=0;y<x.length;y++)A=A.replace(x[y][0],x[y][1]);if(c)v[B].$.styleSheet.cssText+=A;else v[B].$.innerHTML+=A;}}};var u=/\$color/g;e.extend(n,{uiColor:null,getUiColor:function(){return this.uiColor;},setUiColor:function(v){var w,x=s(a.document),y='.'+n.id,z=[y+' .cke_wrapper',y+'_dialog .cke_dialog_contents',y+'_dialog a.cke_dialog_tab',y+'_dialog .cke_dialog_footer'].join(','),A='background-color: $color !important;';if(b.webkit)w=[[z,A]];else w=z+'{'+A+'}';return(this.setUiColor=function(B){var C=[[u,B]];n.uiColor=B;t([x],w,C);t(o,q,C);})(v);}});n.on('menuShow',function(v){var w=v.data[0],x=w.element.getElementsByTag('iframe').getItem(0).getFrameDocument();if(!x.getById('cke_ui_color')){var y=s(x);o.push(y);var z=n.getUiColor();if(z)t([y],q,[[u,z]]);}});if(n.config.uiColor)n.setUiColor(n.config.uiColor);}};})());(function(){a.dialog?m():a.on('dialogPluginReady',m);function m(){a.dialog.on('resize',function(n){var o=n.data,p=o.width,q=o.height,r=o.dialog,s=r.parts.contents;if(o.skin!='kama')return;s.setStyles({width:p+'px',height:q+'px'});});};})();j.add('about',{requires:['dialog'],init:function(m){var n=m.addCommand('about',new a.dialogCommand('about'));n.modes={wysiwyg:1,source:1};n.canUndo=false;n.readOnly=1;m.ui.addButton('About',{label:m.lang.about.title,command:'about'});a.dialog.add('about',this.path+'dialogs/about.js');}});(function(){var m='a11yhelp',n='a11yHelp';j.add(m,{availableLangs:{en:1,he:1},init:function(o){var p=this;o.addCommand(n,{exec:function(){var q=o.langCode;q=p.availableLangs[q]?q:'en';a.scriptLoader.load(a.getUrl(p.path+'lang/'+q+'.js'),function(){e.extend(o.lang,p.langEntries[q]);o.openDialog(n);});},modes:{wysiwyg:1,source:1},readOnly:1,canUndo:false});a.dialog.add(n,this.path+'dialogs/a11yhelp.js');}});})();j.add('basicstyles',{requires:['styles','button'],init:function(m){var n=function(q,r,s,t){var u=new a.style(t);m.attachStyleStateChange(u,function(v){!m.readOnly&&m.getCommand(s).setState(v);});m.addCommand(s,new a.styleCommand(u));m.ui.addButton(q,{label:r,command:s});},o=m.config,p=m.lang;n('Bold',p.bold,'bold',o.coreStyles_bold); -n('Italic',p.italic,'italic',o.coreStyles_italic);n('Underline',p.underline,'underline',o.coreStyles_underline);n('Strike',p.strike,'strike',o.coreStyles_strike);n('Subscript',p.subscript,'subscript',o.coreStyles_subscript);n('Superscript',p.superscript,'superscript',o.coreStyles_superscript);}});i.coreStyles_bold={element:'strong',overrides:'b'};i.coreStyles_italic={element:'em',overrides:'i'};i.coreStyles_underline={element:'u'};i.coreStyles_strike={element:'strike'};i.coreStyles_subscript={element:'sub'};i.coreStyles_superscript={element:'sup'};(function(){var m={table:1,ul:1,ol:1,blockquote:1,div:1},n={},o={};e.extend(n,m,{tr:1,p:1,div:1,li:1});e.extend(o,n,{td:1});function p(B){q(B);r(B);};function q(B){var C=B.editor,D=B.data.path;if(C.readOnly)return;var E=C.config.useComputedState,F;E=E===undefined||E;if(!E)F=s(D.lastElement);F=F||D.block||D.blockLimit;if(F.is('body')){var G=C.getSelection().getRanges()[0].getEnclosedNode();G&&G.type==1&&(F=G);}if(!F)return;var H=E?F.getComputedStyle('direction'):F.getStyle('direction')||F.getAttribute('dir');C.getCommand('bidirtl').setState(H=='rtl'?1:2);C.getCommand('bidiltr').setState(H=='ltr'?1:2);};function r(B){var C=B.editor,D=B.data.path.block||B.data.path.blockLimit;C.fire('contentDirChanged',D?D.getComputedStyle('direction'):C.lang.dir);};function s(B){while(B&&!(B.getName() in o||B.is('body'))){var C=B.getParent();if(!C)break;B=C;}return B;};function t(B,C,D,E){if(B.isReadOnly())return;h.setMarker(E,B,'bidi_processed',1);var F=B;while((F=F.getParent())&&!F.is('body')){if(F.getCustomData('bidi_processed')){B.removeStyle('direction');B.removeAttribute('dir');return;}}var G='useComputedState' in D.config?D.config.useComputedState:1,H=G?B.getComputedStyle('direction'):B.getStyle('direction')||B.hasAttribute('dir');if(H==C)return;B.removeStyle('direction');if(G){B.removeAttribute('dir');if(C!=B.getComputedStyle('direction'))B.setAttribute('dir',C);}else B.setAttribute('dir',C);D.forceNextSelectionCheck();};function u(B,C,D){var E=B.getCommonAncestor(false,true);B=B.clone();B.enlarge(D==2?3:2);if(B.checkBoundaryOfElement(E,1)&&B.checkBoundaryOfElement(E,2)){var F;while(E&&E.type==1&&(F=E.getParent())&&F.getChildCount()==1&&!(E.getName() in C))E=F;return E.type==1&&E.getName() in C&&E;}};function v(B){return function(C){var D=C.getSelection(),E=C.config.enterMode,F=D.getRanges();if(F&&F.length){var G={},H=D.createBookmarks(),I=F.createIterator(),J,K=0;while(J=I.getNextRange(1)){var L=J.getEnclosedNode();if(!L||L&&!(L.type==1&&L.getName() in n))L=u(J,m,E); -L&&t(L,B,C,G);var M,N,O=new d.walker(J),P=H[K].startNode,Q=H[K++].endNode;O.evaluator=function(R){return!!(R.type==1&&R.getName() in m&&!(R.getName()==(E==1?'p':'div')&&R.getParent().type==1&&R.getParent().getName()=='blockquote')&&R.getPosition(P)&2&&(R.getPosition(Q)&4+16)==4);};while(N=O.next())t(N,B,C,G);M=J.createIterator();M.enlargeBr=E!=2;while(N=M.getNextParagraph(E==1?'p':'div'))t(N,B,C,G);}h.clearAllMarkers(G);C.forceNextSelectionCheck();D.selectBookmarks(H);C.focus();}};};j.add('bidi',{requires:['styles','button'],init:function(B){var C=function(E,F,G,H){B.addCommand(G,new a.command(B,{exec:H}));B.ui.addButton(E,{label:F,command:G});},D=B.lang.bidi;C('BidiLtr',D.ltr,'bidiltr',v('ltr'));C('BidiRtl',D.rtl,'bidirtl',v('rtl'));B.on('selectionChange',p);B.on('contentDom',function(){B.document.on('dirChanged',function(E){B.fire('dirChanged',{node:E.data,dir:E.data.getDirection(1)});});});}});function w(B){var C=B.getDocument().getBody().getParent();while(B){if(B.equals(C))return false;B=B.getParent();}return true;};function x(B){var C=B==y.setAttribute,D=B==y.removeAttribute,E=/\bdirection\s*:\s*(.*?)\s*(:?$|;)/;return function(F,G){var J=this;if(!J.getDocument().equals(a.document)){var H;if((F==(C||D?'dir':'direction')||F=='style'&&(D||E.test(G)))&&!w(J)){H=J.getDirection(1);var I=B.apply(J,arguments);if(H!=J.getDirection(1)){J.getDocument().fire('dirChanged',J);return I;}}}return B.apply(J,arguments);};};var y=h.prototype,z=['setStyle','removeStyle','setAttribute','removeAttribute'];for(var A=0;A<z.length;A++)y[z[A]]=e.override(y[z[A]],x);})();(function(){function m(q,r){var s=r.block||r.blockLimit;if(!s||s.getName()=='body')return 2;if(s.getAscendant('blockquote',true))return 1;return 2;};function n(q){var r=q.editor;if(r.readOnly)return;var s=r.getCommand('blockquote');s.state=m(r,q.data.path);s.fire('state');};function o(q){for(var r=0,s=q.getChildCount(),t;r<s&&(t=q.getChild(r));r++){if(t.type==1&&t.isBlockBoundary())return false;}return true;};var p={exec:function(q){var r=q.getCommand('blockquote').state,s=q.getSelection(),t=s&&s.getRanges(true)[0];if(!t)return;var u=s.createBookmarks();if(c){var v=u[0].startNode,w=u[0].endNode,x;if(v&&v.getParent().getName()=='blockquote'){x=v;while(x=x.getNext()){if(x.type==1&&x.isBlockBoundary()){v.move(x,true);break;}}}if(w&&w.getParent().getName()=='blockquote'){x=w;while(x=x.getPrevious()){if(x.type==1&&x.isBlockBoundary()){w.move(x);break;}}}}var y=t.createIterator(),z;y.enlargeBr=q.config.enterMode!=2;if(r==2){var A=[]; -while(z=y.getNextParagraph())A.push(z);if(A.length<1){var B=q.document.createElement(q.config.enterMode==1?'p':'div'),C=u.shift();t.insertNode(B);B.append(new d.text('\ufeff',q.document));t.moveToBookmark(C);t.selectNodeContents(B);t.collapse(true);C=t.createBookmark();A.push(B);u.unshift(C);}var D=A[0].getParent(),E=[];for(var F=0;F<A.length;F++){z=A[F];D=D.getCommonAncestor(z.getParent());}var G={table:1,tbody:1,tr:1,ol:1,ul:1};while(G[D.getName()])D=D.getParent();var H=null;while(A.length>0){z=A.shift();while(!z.getParent().equals(D))z=z.getParent();if(!z.equals(H))E.push(z);H=z;}while(E.length>0){z=E.shift();if(z.getName()=='blockquote'){var I=new d.documentFragment(q.document);while(z.getFirst()){I.append(z.getFirst().remove());A.push(I.getLast());}I.replace(z);}else A.push(z);}var J=q.document.createElement('blockquote');J.insertBefore(A[0]);while(A.length>0){z=A.shift();J.append(z);}}else if(r==1){var K=[],L={};while(z=y.getNextParagraph()){var M=null,N=null;while(z.getParent()){if(z.getParent().getName()=='blockquote'){M=z.getParent();N=z;break;}z=z.getParent();}if(M&&N&&!N.getCustomData('blockquote_moveout')){K.push(N);h.setMarker(L,N,'blockquote_moveout',true);}}h.clearAllMarkers(L);var O=[],P=[];L={};while(K.length>0){var Q=K.shift();J=Q.getParent();if(!Q.getPrevious())Q.remove().insertBefore(J);else if(!Q.getNext())Q.remove().insertAfter(J);else{Q.breakParent(Q.getParent());P.push(Q.getNext());}if(!J.getCustomData('blockquote_processed')){P.push(J);h.setMarker(L,J,'blockquote_processed',true);}O.push(Q);}h.clearAllMarkers(L);for(F=P.length-1;F>=0;F--){J=P[F];if(o(J))J.remove();}if(q.config.enterMode==2){var R=true;while(O.length){Q=O.shift();if(Q.getName()=='div'){I=new d.documentFragment(q.document);var S=R&&Q.getPrevious()&&!(Q.getPrevious().type==1&&Q.getPrevious().isBlockBoundary());if(S)I.append(q.document.createElement('br'));var T=Q.getNext()&&!(Q.getNext().type==1&&Q.getNext().isBlockBoundary());while(Q.getFirst())Q.getFirst().remove().appendTo(I);if(T)I.append(q.document.createElement('br'));I.replace(Q);R=false;}}}}s.selectBookmarks(u);q.focus();}};j.add('blockquote',{init:function(q){q.addCommand('blockquote',p);q.ui.addButton('Blockquote',{label:q.lang.blockquote,command:'blockquote'});q.on('selectionChange',n);},requires:['domiterator']});})();j.add('button',{beforeInit:function(m){m.ui.addHandler('button',k.button.handler);}});a.UI_BUTTON='button';k.button=function(m){e.extend(this,m,{title:m.label,className:m.className||m.command&&'cke_button_'+m.command||'',click:m.click||(function(n){n.execCommand(m.command); -})});this._={};};k.button.handler={create:function(m){return new k.button(m);}};(function(){k.button.prototype={render:function(m,n){var o=b,p=this._.id=e.getNextId(),q='',r=this.command,s;this._.editor=m;var t={id:p,button:this,editor:m,focus:function(){var z=a.document.getById(p);z.focus();},execute:function(){if(c&&b.version<7)e.setTimeout(function(){this.button.click(m);},0,this);else this.button.click(m);}},u=e.addFunction(function(z){if(t.onkey){z=new d.event(z);return t.onkey(t,z.getKeystroke())!==false;}}),v=e.addFunction(function(z){var A;if(t.onfocus)A=t.onfocus(t,new d.event(z))!==false;if(b.gecko&&b.version<10900)z.preventBubble();return A;});t.clickFn=s=e.addFunction(t.execute,t);if(this.modes){var w={};function x(){var z=m.mode;if(z){var A=this.modes[z]?w[z]!=undefined?w[z]:2:0;this.setState(m.readOnly&&!this.readOnly?0:A);}};m.on('beforeModeUnload',function(){if(m.mode&&this._.state!=0)w[m.mode]=this._.state;},this);m.on('mode',x,this);!this.readOnly&&m.on('readOnly',x,this);}else if(r){r=m.getCommand(r);if(r){r.on('state',function(){this.setState(r.state);},this);q+='cke_'+(r.state==1?'on':r.state==0?'disabled':'off');}}if(!r)q+='cke_off';if(this.className)q+=' '+this.className;n.push('<span class="cke_button'+(this.icon&&this.icon.indexOf('.png')==-1?' cke_noalphafix':'')+'">','<a id="',p,'" class="',q,'"',o.gecko&&o.version>=10900&&!o.hc?'':'" href="javascript:void(\''+(this.title||'').replace("'",'')+"')\"",' title="',this.title,'" tabindex="-1" hidefocus="true" role="button" aria-labelledby="'+p+'_label"'+(this.hasArrow?' aria-haspopup="true"':''));if(o.opera||o.gecko&&o.mac)n.push(' onkeypress="return false;"');if(o.gecko)n.push(' onblur="this.style.cssText = this.style.cssText;"');n.push(' onkeydown="return CKEDITOR.tools.callFunction(',u,', event);" onfocus="return CKEDITOR.tools.callFunction(',v,', event);" '+(c?'onclick="return false;" onmouseup':'onclick')+'="CKEDITOR.tools.callFunction(',s,', this); return false;"><span class="cke_icon"');if(this.icon){var y=(this.iconOffset||0)*-16;n.push(' style="background-image:url(',a.getUrl(this.icon),');background-position:0 '+y+'px;"');}n.push('> </span><span id="',p,'_label" class="cke_label">',this.label,'</span>');if(this.hasArrow)n.push('<span class="cke_buttonarrow">'+(b.hc?'▼':' ')+'</span>');n.push('</a>','</span>');if(this.onRender)this.onRender();return t;},setState:function(m){if(this._.state==m)return false;this._.state=m;var n=a.document.getById(this._.id);if(n){n.setState(m); -m==0?n.setAttribute('aria-disabled',true):n.removeAttribute('aria-disabled');m==1?n.setAttribute('aria-pressed',true):n.removeAttribute('aria-pressed');return true;}else return false;}};})();k.prototype.addButton=function(m,n){this.add(m,'button',n);};(function(){var m=function(y,z){var A=y.document,B=A.getBody(),C=0,D=function(){C=1;};B.on(z,D);(b.version>7?A.$:A.$.selection.createRange()).execCommand(z);B.removeListener(z,D);return C;},n=c?function(y,z){return m(y,z);}:function(y,z){try{return y.document.$.execCommand(z,false,null);}catch(A){return false;}},o=function(y){var z=this;z.type=y;z.canUndo=z.type=='cut';z.startDisabled=true;};o.prototype={exec:function(y,z){this.type=='cut'&&t(y);var A=n(y,this.type);if(!A)alert(y.lang.clipboard[this.type+'Error']);return A;}};var p={canUndo:false,exec:c?function(y){y.focus();if(!y.document.getBody().fire('beforepaste')&&!m(y,'paste')){y.fire('pasteDialog');return false;}}:function(y){try{if(!y.document.getBody().fire('beforepaste')&&!y.document.$.execCommand('Paste',false,null))throw 0;}catch(z){setTimeout(function(){y.fire('pasteDialog');},0);return false;}}},q=function(y){if(this.mode!='wysiwyg')return;switch(y.data.keyCode){case 1114112+86:case 2228224+45:var z=this.document.getBody();if(!c&&z.fire('beforepaste'))y.cancel();else if(b.opera||b.gecko&&b.version<10900)z.fire('paste');return;case 1114112+88:case 2228224+46:var A=this;this.fire('saveSnapshot');setTimeout(function(){A.fire('saveSnapshot');},0);}};function r(y){y.cancel();};function s(y,z,A){var B=this.document;if(B.getById('cke_pastebin'))return;if(z=='text'&&y.data&&y.data.$.clipboardData){var C=y.data.$.clipboardData.getData('text/plain');if(C){y.data.preventDefault();A(C);return;}}var D=this.getSelection(),E=new d.range(B),F=new h(z=='text'?'textarea':b.webkit?'body':'div',B);F.setAttribute('id','cke_pastebin');b.webkit&&F.append(B.createText('\xa0'));B.getBody().append(F);F.setStyles({position:'absolute',top:D.getStartElement().getDocumentPosition().y+'px',width:'1px',height:'1px',overflow:'hidden'});F.setStyle(this.config.contentsLangDirection=='ltr'?'left':'right','-1000px');var G=D.createBookmarks();this.on('selectionChange',r,null,null,0);if(z=='text')F.$.focus();else{E.setStartAt(F,1);E.setEndAt(F,2);E.select(true);}var H=this;window.setTimeout(function(){z=='text'&&b.gecko&&H.focusGrabber.focus();F.remove();H.removeListener('selectionChange',r);var I;F=b.webkit&&(I=F.getFirst())&&I.is&&I.hasClass('Apple-style-span')?I:F;D.selectBookmarks(G); -A(F['get'+(z=='text'?'Value':'Html')]());},0);};function t(y){if(!c||b.quirks)return;var z=y.getSelection(),A;if(z.getType()==3&&(A=z.getSelectedElement())){var B=z.getRanges()[0],C=y.document.createText('');C.insertBefore(A);B.setStartBefore(C);B.setEndAfter(A);z.selectRanges([B]);setTimeout(function(){if(A.getParent()){C.remove();z.selectElement(A);}},0);}};var u;function v(y,z){c&&(u=1);var A=2;try{A=z.document.$.queryCommandEnabled(y)?2:0;}catch(B){}u=0;return A;};var w;function x(){var z=this;if(z.mode!='wysiwyg')return;z.getCommand('cut').setState(w?0:v('Cut',z));z.getCommand('copy').setState(v('Copy',z));var y=w?0:b.webkit?2:v('Paste',z);z.fire('pasteState',y);};j.add('clipboard',{requires:['dialog','htmldataprocessor'],init:function(y){y.on('paste',function(A){var B=A.data;if(B.html)y.insertHtml(B.html);else if(B.text)y.insertText(B.text);setTimeout(function(){y.fire('afterPaste');},0);},null,null,1000);y.on('pasteDialog',function(A){setTimeout(function(){y.openDialog('paste');},0);});y.on('pasteState',function(A){y.getCommand('paste').setState(A.data);});function z(A,B,C,D){var E=y.lang[B];y.addCommand(B,C);y.ui.addButton(A,{label:E,command:B});if(y.addMenuItems)y.addMenuItem(B,{label:E,command:B,group:'clipboard',order:D});};z('Cut','cut',new o('cut'),1);z('Copy','copy',new o('copy'),4);z('Paste','paste',p,8);a.dialog.add('paste',a.getUrl(this.path+'dialogs/paste.js'));y.on('key',q,y);y.on('contentDom',function(){var A=y.document.getBody();A.on(b.webkit?'paste':'beforepaste',function(B){if(u)return;var C={mode:'html'};y.fire('beforePaste',C);s.call(y,B,C.mode,function(D){if(!(D=e.trim(D.replace(/<span[^>]+data-cke-bookmark[^<]*?<\/span>/ig,''))))return;var E={};E[C.mode]=D;y.fire('paste',E);});});A.on('contextmenu',function(){u=1;setTimeout(function(){u=0;},10);});A.on('beforecut',function(){!u&&t(y);});A.on('mouseup',function(){setTimeout(function(){x.call(y);},0);},y);A.on('keyup',x,y);});y.on('selectionChange',function(A){w=A.data.selection.getRanges()[0].checkReadOnly();x.call(y);});if(y.contextMenu)y.contextMenu.addListener(function(A,B){var C=B.getRanges()[0].checkReadOnly();return{cut:!C&&v('Cut',y),copy:v('Copy',y),paste:!C&&(b.webkit?2:v('Paste',y))};});}});})();j.add('colorbutton',{requires:['panelbutton','floatpanel','styles'],init:function(m){var n=m.config,o=m.lang.colorButton,p;if(!b.hc){q('TextColor','fore',o.textColorTitle);q('BGColor','back',o.bgColorTitle);}function q(t,u,v){var w=e.getNextId()+'_colorBox';m.ui.add(t,'panelbutton',{label:v,title:v,className:'cke_button_'+t.toLowerCase(),modes:{wysiwyg:1},panel:{css:m.skin.editor.css,attributes:{role:'listbox','aria-label':o.panelTitle}},onBlock:function(x,y){y.autoSize=true; -y.element.addClass('cke_colorblock');y.element.setHtml(r(x,u,w));y.element.getDocument().getBody().setStyle('overflow','hidden');k.fire('ready',this);var z=y.keys,A=m.lang.dir=='rtl';z[A?37:39]='next';z[40]='next';z[9]='next';z[A?39:37]='prev';z[38]='prev';z[2228224+9]='prev';z[32]='click';},onOpen:function(){var x=m.getSelection(),y=x&&x.getStartElement(),z=new d.elementPath(y),A;y=z.block||z.blockLimit||m.document.getBody();do A=y&&y.getComputedStyle(u=='back'?'background-color':'color')||'transparent';while(u=='back'&&A=='transparent'&&y&&(y=y.getParent()));if(!A||A=='transparent')A='#ffffff';this._.panel._.iframe.getFrameDocument().getById(w).setStyle('background-color',A);}});};function r(t,u,v){var w=[],x=n.colorButton_colors.split(','),y=x.length+(n.colorButton_enableMore?2:1),z=e.addFunction(function(F,G){if(F=='?'){var H=arguments.callee;function I(K){this.removeListener('ok',I);this.removeListener('cancel',I);K.name=='ok'&&H(this.getContentElement('picker','selectedColor').getValue(),G);};m.openDialog('colordialog',function(){this.on('ok',I);this.on('cancel',I);});return;}m.focus();t.hide(false);m.fire('saveSnapshot');new a.style(n['colorButton_'+G+'Style'],{color:'inherit'}).remove(m.document);if(F){var J=n['colorButton_'+G+'Style'];J.childRule=G=='back'?function(K){return s(K);}:function(K){return K.getName()!='a'||s(K);};new a.style(J,{color:F}).apply(m.document);}m.fire('saveSnapshot');});w.push('<a class="cke_colorauto" _cke_focus=1 hidefocus=true title="',o.auto,'" onclick="CKEDITOR.tools.callFunction(',z,",null,'",u,"');return false;\" href=\"javascript:void('",o.auto,'\')" role="option" aria-posinset="1" aria-setsize="',y,'"><table role="presentation" cellspacing=0 cellpadding=0 width="100%"><tr><td><span class="cke_colorbox" id="',v,'"></span></td><td colspan=7 align=center>',o.auto,'</td></tr></table></a><table role="presentation" cellspacing=0 cellpadding=0 width="100%">');for(var A=0;A<x.length;A++){if(A%8===0)w.push('</tr><tr>');var B=x[A].split('/'),C=B[0],D=B[1]||C;if(!B[1])C='#'+C.replace(/^(.)(.)(.)$/,'$1$1$2$2$3$3');var E=m.lang.colors[D]||D;w.push('<td><a class="cke_colorbox" _cke_focus=1 hidefocus=true title="',E,'" onclick="CKEDITOR.tools.callFunction(',z,",'",C,"','",u,"'); return false;\" href=\"javascript:void('",E,'\')" role="option" aria-posinset="',A+2,'" aria-setsize="',y,'"><span class="cke_colorbox" style="background-color:#',D,'"></span></a></td>');}if(n.colorButton_enableMore===undefined||n.colorButton_enableMore)w.push('</tr><tr><td colspan=8 align=center><a class="cke_colormore" _cke_focus=1 hidefocus=true title="',o.more,'" onclick="CKEDITOR.tools.callFunction(',z,",'?','",u,"');return false;\" href=\"javascript:void('",o.more,"')\"",' role="option" aria-posinset="',y,'" aria-setsize="',y,'">',o.more,'</a></td>'); -w.push('</tr></table>');return w.join('');};function s(t){return t.getAttribute('contentEditable')=='false'||t.getAttribute('data-nostyle');};}});i.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';i.colorButton_foreStyle={element:'span',styles:{color:'#(color)'},overrides:[{element:'font',attributes:{color:null}}]};i.colorButton_backStyle={element:'span',styles:{'background-color':'#(color)'}};j.colordialog={init:function(m){m.addCommand('colordialog',new a.dialogCommand('colordialog'));a.dialog.add('colordialog',this.path+'dialogs/colordialog.js');}};j.add('colordialog',j.colordialog);j.add('contextmenu',{requires:['menu'],onLoad:function(){j.contextMenu=e.createClass({base:a.menu,$:function(m){this.base.call(this,m,{panel:{className:m.skinClass+' cke_contextmenu',attributes:{'aria-label':m.lang.contextmenu.options}}});},proto:{addTarget:function(m,n){if(b.opera&&!('oncontextmenu' in document.body)){var o;m.on('mousedown',function(s){s=s.data;if(s.$.button!=2){if(s.getKeystroke()==1114112+1)m.fire('contextmenu',s);return;}if(n&&(b.mac?s.$.metaKey:s.$.ctrlKey))return;var t=s.getTarget();if(!o){var u=t.getDocument();o=u.createElement('input');o.$.type='button';u.getBody().append(o);}o.setAttribute('style','position:absolute;top:'+(s.$.clientY-2)+'px;left:'+(s.$.clientX-2)+'px;width:5px;height:5px;opacity:0.01');});m.on('mouseup',function(s){if(o){o.remove();o=undefined;m.fire('contextmenu',s.data);}});}m.on('contextmenu',function(s){var t=s.data;if(n&&(b.webkit?p:b.mac?t.$.metaKey:t.$.ctrlKey))return;t.preventDefault();var u=t.getTarget().getDocument().getDocumentElement(),v=t.$.clientX,w=t.$.clientY;e.setTimeout(function(){this.open(u,null,v,w);},0,this);},this);if(b.opera)m.on('keypress',function(s){var t=s.data;if(t.$.keyCode===0)t.preventDefault();});if(b.webkit){var p,q=function(s){p=b.mac?s.data.$.metaKey:s.data.$.ctrlKey;},r=function(){p=0;};m.on('keydown',q);m.on('keyup',r);m.on('contextmenu',r);}},open:function(m,n,o,p){this.editor.focus();m=m||a.document.getDocumentElement();this.show(m,n,o,p);}}});},beforeInit:function(m){m.contextMenu=new j.contextMenu(m);m.addCommand('contextMenu',{exec:function(){m.contextMenu.open(m.document.getBody());}});}});(function(){function m(o){var p=this.att,q=o&&o.hasAttribute(p)&&o.getAttribute(p)||''; -if(q!==undefined)this.setValue(q);};function n(){var o;for(var p=0;p<arguments.length;p++){if(arguments[p] instanceof h){o=arguments[p];break;}}if(o){var q=this.att,r=this.getValue();if(r)o.setAttribute(q,r);else o.removeAttribute(q,r);}};j.add('dialogadvtab',{createAdvancedTab:function(o,p){if(!p)p={id:1,dir:1,classes:1,styles:1};var q=o.lang.common,r={id:'advanced',label:q.advancedTab,title:q.advancedTab,elements:[{type:'vbox',padding:1,children:[]}]},s=[];if(p.id||p.dir){if(p.id)s.push({id:'advId',att:'id',type:'text',label:q.id,setup:m,commit:n});if(p.dir)s.push({id:'advLangDir',att:'dir',type:'select',label:q.langDir,'default':'',style:'width:100%',items:[[q.notSet,''],[q.langDirLTR,'ltr'],[q.langDirRTL,'rtl']],setup:m,commit:n});r.elements[0].children.push({type:'hbox',widths:['50%','50%'],children:[].concat(s)});}if(p.styles||p.classes){s=[];if(p.styles)s.push({id:'advStyles',att:'style',type:'text',label:q.styles,'default':'',onChange:function(){},getStyle:function(t,u){var v=this.getValue().match(new RegExp(t+'\\s*:\\s*([^;]*)','i'));return v?v[1]:u;},updateStyle:function(t,u){var v=this.getValue();if(v)v=v.replace(new RegExp('\\s*'+t+'s*:[^;]*(?:$|;s*)','i'),'').replace(/^[;\s]+/,'').replace(/\s+$/,'');if(u){v&&!/;\s*$/.test(v)&&(v+='; ');v+=t+': '+u;}this.setValue(v,1);},setup:m,commit:n});if(p.classes)s.push({type:'hbox',widths:['45%','55%'],children:[{id:'advCSSClasses',att:'class',type:'text',label:q.cssClasses,'default':'',setup:m,commit:n}]});r.elements[0].children.push({type:'hbox',widths:['50%','50%'],children:[].concat(s)});}return r;}});})();(function(){j.add('div',{requires:['editingblock','domiterator','styles'],init:function(m){var n=m.lang.div;m.addCommand('creatediv',new a.dialogCommand('creatediv'));m.addCommand('editdiv',new a.dialogCommand('editdiv'));m.addCommand('removediv',{exec:function(o){var p=o.getSelection(),q=p&&p.getRanges(),r,s=p.createBookmarks(),t,u=[];function v(x){var y=new d.elementPath(x),z=y.blockLimit,A=z.is('div')&&z;if(A&&!A.data('cke-div-added')){u.push(A);A.data('cke-div-added');}};for(var w=0;w<q.length;w++){r=q[w];if(r.collapsed)v(p.getStartElement());else{t=new d.walker(r);t.evaluator=v;t.lastForward();}}for(w=0;w<u.length;w++)u[w].remove(true);p.selectBookmarks(s);}});m.ui.addButton('CreateDiv',{label:n.toolbar,command:'creatediv'});if(m.addMenuItems){m.addMenuItems({editdiv:{label:n.edit,command:'editdiv',group:'div',order:1},removediv:{label:n.remove,command:'removediv',group:'div',order:5}});if(m.contextMenu)m.contextMenu.addListener(function(o,p){if(!o||o.isReadOnly())return null; -var q=new d.elementPath(o),r=q.blockLimit;if(r&&r.getAscendant('div',true))return{editdiv:2,removediv:2};return null;});}a.dialog.add('creatediv',this.path+'dialogs/div.js');a.dialog.add('editdiv',this.path+'dialogs/div.js');}});})();(function(){var m={toolbarFocus:{editorFocus:false,readOnly:1,exec:function(o){var p=o._.elementsPath.idBase,q=a.document.getById(p+'0');q&&q.focus(c||b.air);}}},n='<span class="cke_empty"> </span>';j.add('elementspath',{requires:['selection'],init:function(o){var p='cke_path_'+o.name,q,r=function(){if(!q)q=a.document.getById(p);return q;},s='cke_elementspath_'+e.getNextNumber()+'_';o._.elementsPath={idBase:s,filters:[]};o.on('themeSpace',function(x){if(x.data.space=='bottom')x.data.html+='<span id="'+p+'_label" class="cke_voice_label">'+o.lang.elementsPath.eleLabel+'</span>'+'<div id="'+p+'" class="cke_path" role="group" aria-labelledby="'+p+'_label">'+n+'</div>';});function t(x){o.focus();var y=o._.elementsPath.list[x];if(y.is('body')){var z=new d.range(o.document);z.selectNodeContents(y);z.select();}else o.getSelection().selectElement(y);};var u=e.addFunction(t),v=e.addFunction(function(x,y){var z=o._.elementsPath.idBase,A;y=new d.event(y);var B=o.lang.dir=='rtl';switch(y.getKeystroke()){case B?39:37:case 9:A=a.document.getById(z+(x+1));if(!A)A=a.document.getById(z+'0');A.focus();return false;case B?37:39:case 2228224+9:A=a.document.getById(z+(x-1));if(!A)A=a.document.getById(z+(o._.elementsPath.list.length-1));A.focus();return false;case 27:o.focus();return false;case 13:case 32:t(x);return false;}return true;});o.on('selectionChange',function(x){var y=b,z=x.data.selection,A=z.getStartElement(),B=[],C=x.editor,D=C._.elementsPath.list=[],E=C._.elementsPath.filters;while(A){var F=0,G;if(A.data('cke-display-name'))G=A.data('cke-display-name');else if(A.data('cke-real-element-type'))G=A.data('cke-real-element-type');else G=A.getName();for(var H=0;H<E.length;H++){var I=E[H](A,G);if(I===false){F=1;break;}G=I||G;}if(!F){var J=D.push(A)-1,K='';if(y.opera||y.gecko&&y.mac)K+=' onkeypress="return false;"';if(y.gecko)K+=' onblur="this.style.cssText = this.style.cssText;"';var L=C.lang.elementsPath.eleTitle.replace(/%1/,G);B.unshift('<a id="',s,J,'" href="javascript:void(\'',G,'\')" tabindex="-1" title="',L,'"'+(b.gecko&&b.version<10900?' onfocus="event.preventBubble();"':'')+' hidefocus="true" '+' onkeydown="return CKEDITOR.tools.callFunction(',v,',',J,', event );"'+K,' onclick="CKEDITOR.tools.callFunction('+u,',',J,'); return false;"',' role="button" aria-labelledby="'+s+J+'_label">',G,'<span id="',s,J,'_label" class="cke_label">'+L+'</span>','</a>'); -}if(G=='body')break;A=A.getParent();}var M=r();M.setHtml(B.join('')+n);C.fire('elementsPathUpdate',{space:M});});function w(){q&&q.setHtml(n);delete o._.elementsPath.list;};o.on('readOnly',w);o.on('contentDomUnload',w);o.addCommand('elementsPathFocus',m.toolbarFocus);}});})();(function(){j.add('enterkey',{requires:['keystrokes','indent'],init:function(t){t.addCommand('enter',{modes:{wysiwyg:1},editorFocus:false,exec:function(v){r(v);}});t.addCommand('shiftEnter',{modes:{wysiwyg:1},editorFocus:false,exec:function(v){q(v);}});var u=t.keystrokeHandler.keystrokes;u[13]='enter';u[2228224+13]='shiftEnter';}});j.enterkey={enterBlock:function(t,u,v,w){v=v||s(t);if(!v)return;var x=v.document,y=v.checkStartOfBlock(),z=v.checkEndOfBlock(),A=new d.elementPath(v.startContainer),B=A.block;if(y&&z){if(B&&(B.is('li')||B.getParent().is('li'))){t.execCommand('outdent');return;}}else if(B&&B.is('pre')){if(!z){n(t,u,v,w);return;}}else if(B&&f.$captionBlock[B.getName()]){n(t,u,v,w);return;}var C=u==3?'div':'p',D=v.splitBlock(C);if(!D)return;var E=D.previousBlock,F=D.nextBlock,G=D.wasStartOfBlock,H=D.wasEndOfBlock,I;if(F){I=F.getParent();if(I.is('li')){F.breakParent(I);F.move(F.getNext(),1);}}else if(E&&(I=E.getParent())&&I.is('li')){E.breakParent(I);I=E.getNext();v.moveToElementEditStart(I);E.move(E.getPrevious());}if(!G&&!H){if(F.is('li')&&(I=F.getFirst(d.walker.invisible(true)))&&I.is&&I.is('ul','ol'))(c?x.createText('\xa0'):x.createElement('br')).insertBefore(I);if(F)v.moveToElementEditStart(F);}else{var J,K;if(E){if(E.is('li')||!(p.test(E.getName())||E.is('pre')))J=E.clone();}else if(F)J=F.clone();if(!J){if(I&&I.is('li'))J=I;else{J=x.createElement(C);if(E&&(K=E.getDirection()))J.setAttribute('dir',K);}}else if(w&&!J.is('li'))J.renameNode(C);var L=D.elementPath;if(L)for(var M=0,N=L.elements.length;M<N;M++){var O=L.elements[M];if(O.equals(L.block)||O.equals(L.blockLimit))break;if(f.$removeEmpty[O.getName()]){O=O.clone();J.moveChildren(O);J.append(O);}}if(!c)J.appendBogus();if(!J.getParent())v.insertNode(J);J.is('li')&&J.removeAttribute('value');if(c&&G&&(!H||!E.getChildCount())){v.moveToElementEditStart(H?E:J);v.select();}v.moveToElementEditStart(G&&!H?F:J);}if(!c)if(F){var P=x.createElement('span');P.setHtml(' ');v.insertNode(P);P.scrollIntoView();v.deleteContents();}else J.scrollIntoView();v.select();},enterBr:function(t,u,v,w){v=v||s(t);if(!v)return;var x=v.document,y=u==3?'div':'p',z=v.checkEndOfBlock(),A=new d.elementPath(t.getSelection().getStartElement()),B=A.block,C=B&&A.block.getName(),D=false; -if(!w&&C=='li'){o(t,u,v,w);return;}if(!w&&z&&p.test(C)){var E,F;if(F=B.getDirection()){E=x.createElement('div');E.setAttribute('dir',F);E.insertAfter(B);v.setStart(E,0);}else{x.createElement('br').insertAfter(B);if(b.gecko)x.createText('').insertAfter(B);v.setStartAt(B.getNext(),c?3:1);}}else{var G;D=C=='pre';if(D&&!b.gecko)G=x.createText(c?'\r':'\n');else G=x.createElement('br');v.deleteContents();v.insertNode(G);if(c)v.setStartAt(G,4);else{x.createText('\ufeff').insertAfter(G);if(z)G.getParent().appendBogus();G.getNext().$.nodeValue='';v.setStartAt(G.getNext(),1);var H=null;if(!b.gecko){H=x.createElement('span');H.setHtml(' ');}else H=x.createElement('br');H.insertBefore(G.getNext());H.scrollIntoView();H.remove();}}v.collapse(true);v.select(D);}};var m=j.enterkey,n=m.enterBr,o=m.enterBlock,p=/^h[1-6]$/;function q(t){if(t.mode!='wysiwyg')return false;return r(t,t.config.shiftEnterMode,1);};function r(t,u,v){v=t.config.forceEnterMode||v;if(t.mode!='wysiwyg')return false;if(!u)u=t.config.enterMode;setTimeout(function(){t.fire('saveSnapshot');if(u==2)n(t,u,null,v);else o(t,u,null,v);},0);return true;};function s(t){var u=t.getSelection().getRanges(true);for(var v=u.length-1;v>0;v--)u[v].deleteContents();return u[0];};})();(function(){var m='nbsp,gt,lt,amp',n='quot,iexcl,cent,pound,curren,yen,brvbar,sect,uml,copy,ordf,laquo,not,shy,reg,macr,deg,plusmn,sup2,sup3,acute,micro,para,middot,cedil,sup1,ordm,raquo,frac14,frac12,frac34,iquest,times,divide,fnof,bull,hellip,prime,Prime,oline,frasl,weierp,image,real,trade,alefsym,larr,uarr,rarr,darr,harr,crarr,lArr,uArr,rArr,dArr,hArr,forall,part,exist,empty,nabla,isin,notin,ni,prod,sum,minus,lowast,radic,prop,infin,ang,and,or,cap,cup,int,there4,sim,cong,asymp,ne,equiv,le,ge,sub,sup,nsub,sube,supe,oplus,otimes,perp,sdot,lceil,rceil,lfloor,rfloor,lang,rang,loz,spades,clubs,hearts,diams,circ,tilde,ensp,emsp,thinsp,zwnj,zwj,lrm,rlm,ndash,mdash,lsquo,rsquo,sbquo,ldquo,rdquo,bdquo,dagger,Dagger,permil,lsaquo,rsaquo,euro',o='Agrave,Aacute,Acirc,Atilde,Auml,Aring,AElig,Ccedil,Egrave,Eacute,Ecirc,Euml,Igrave,Iacute,Icirc,Iuml,ETH,Ntilde,Ograve,Oacute,Ocirc,Otilde,Ouml,Oslash,Ugrave,Uacute,Ucirc,Uuml,Yacute,THORN,szlig,agrave,aacute,acirc,atilde,auml,aring,aelig,ccedil,egrave,eacute,ecirc,euml,igrave,iacute,icirc,iuml,eth,ntilde,ograve,oacute,ocirc,otilde,ouml,oslash,ugrave,uacute,ucirc,uuml,yacute,thorn,yuml,OElig,oelig,Scaron,scaron,Yuml',p='Alpha,Beta,Gamma,Delta,Epsilon,Zeta,Eta,Theta,Iota,Kappa,Lambda,Mu,Nu,Xi,Omicron,Pi,Rho,Sigma,Tau,Upsilon,Phi,Chi,Psi,Omega,alpha,beta,gamma,delta,epsilon,zeta,eta,theta,iota,kappa,lambda,mu,nu,xi,omicron,pi,rho,sigmaf,sigma,tau,upsilon,phi,chi,psi,omega,thetasym,upsih,piv'; -function q(r,s){var t={},u=[],v={nbsp:'\xa0',shy:'Â',gt:'>',lt:'<',amp:'&'};r=r.replace(/\b(nbsp|shy|gt|lt|amp)(?:,|$)/g,function(A,B){var C=s?'&'+B+';':v[B],D=s?v[B]:'&'+B+';';t[C]=D;u.push(C);return '';});if(!s&&r){r=r.split(',');var w=document.createElement('div'),x;w.innerHTML='&'+r.join(';&')+';';x=w.innerHTML;w=null;for(var y=0;y<x.length;y++){var z=x.charAt(y);t[z]='&'+r[y]+';';u.push(z);}}t.regex=u.join(s?'|':'');return t;};j.add('entities',{afterInit:function(r){var s=r.config,t=r.dataProcessor,u=t&&t.htmlFilter;if(u){var v='';if(s.basicEntities!==false)v+=m;if(s.entities){v+=','+n;if(s.entities_latin)v+=','+o;if(s.entities_greek)v+=','+p;if(s.entities_additional)v+=','+s.entities_additional;}var w=q(v),x=w.regex?'['+w.regex+']':'a^';delete w.regex;if(s.entities&&s.entities_processNumerical)x='[^ -~]|'+x;x=new RegExp(x,'g');function y(C){return s.entities_processNumerical=='force'||!w[C]?'&#'+C.charCodeAt(0)+';':w[C];};var z=q([m,'shy'].join(','),true),A=new RegExp(z.regex,'g');function B(C){return z[C];};u.addRules({text:function(C){return C.replace(A,B).replace(x,y);}});}}});})();i.basicEntities=true;i.entities=true;i.entities_latin=true;i.entities_greek=true;i.entities_additional='#39';(function(){function m(v,w){var x=[];if(!w)return v;else for(var y in w)x.push(y+'='+encodeURIComponent(w[y]));return v+(v.indexOf('?')!=-1?'&':'?')+x.join('&');};function n(v){v+='';var w=v.charAt(0).toUpperCase();return w+v.substr(1);};function o(v){var C=this;var w=C.getDialog(),x=w.getParentEditor();x._.filebrowserSe=C;var y=x.config['filebrowser'+n(w.getName())+'WindowWidth']||x.config.filebrowserWindowWidth||'80%',z=x.config['filebrowser'+n(w.getName())+'WindowHeight']||x.config.filebrowserWindowHeight||'70%',A=C.filebrowser.params||{};A.CKEditor=x.name;A.CKEditorFuncNum=x._.filebrowserFn;if(!A.langCode)A.langCode=x.langCode;var B=m(C.filebrowser.url,A);x.popup(B,y,z,x.config.fileBrowserWindowFeatures);};function p(v){var y=this;var w=y.getDialog(),x=w.getParentEditor();x._.filebrowserSe=y;if(!w.getContentElement(y['for'][0],y['for'][1]).getInputElement().$.value)return false;if(!w.getContentElement(y['for'][0],y['for'][1]).getAction())return false;return true;};function q(v,w,x){var y=x.params||{};y.CKEditor=v.name;y.CKEditorFuncNum=v._.filebrowserFn;if(!y.langCode)y.langCode=v.langCode;w.action=m(x.url,y);w.filebrowser=x;};function r(v,w,x,y){var z,A;for(var B in y){z=y[B];if(z.type=='hbox'||z.type=='vbox')r(v,w,x,z.children);if(!z.filebrowser)continue;if(typeof z.filebrowser=='string'){var C={action:z.type=='fileButton'?'QuickUpload':'Browse',target:z.filebrowser}; -z.filebrowser=C;}if(z.filebrowser.action=='Browse'){var D=z.filebrowser.url;if(D===undefined){D=v.config['filebrowser'+n(w)+'BrowseUrl'];if(D===undefined)D=v.config.filebrowserBrowseUrl;}if(D){z.onClick=o;z.filebrowser.url=D;z.hidden=false;}}else if(z.filebrowser.action=='QuickUpload'&&z['for']){D=z.filebrowser.url;if(D===undefined){D=v.config['filebrowser'+n(w)+'UploadUrl'];if(D===undefined)D=v.config.filebrowserUploadUrl;}if(D){var E=z.onClick;z.onClick=function(F){var G=F.sender;if(E&&E.call(G,F)===false)return false;return p.call(G,F);};z.filebrowser.url=D;z.hidden=false;q(v,x.getContents(z['for'][0]).get(z['for'][1]),z.filebrowser);}}}};function s(v,w){var x=w.getDialog(),y=w.filebrowser.target||null;v=v.replace(/#/g,'%23');if(y){var z=y.split(':'),A=x.getContentElement(z[0],z[1]);if(A){A.setValue(v);x.selectPage(z[0]);}}};function t(v,w,x){if(x.indexOf(';')!==-1){var y=x.split(';');for(var z=0;z<y.length;z++){if(t(v,w,y[z]))return true;}return false;}var A=v.getContents(w).get(x).filebrowser;return A&&A.url;};function u(v,w){var A=this;var x=A._.filebrowserSe.getDialog(),y=A._.filebrowserSe['for'],z=A._.filebrowserSe.filebrowser.onSelect;if(y)x.getContentElement(y[0],y[1]).reset();if(typeof w=='function'&&w.call(A._.filebrowserSe)===false)return;if(z&&z.call(A._.filebrowserSe,v,w)===false)return;if(typeof w=='string'&&w)alert(w);if(v)s(v,A._.filebrowserSe);};j.add('filebrowser',{init:function(v,w){v._.filebrowserFn=e.addFunction(u,v);v.on('destroy',function(){e.removeFunction(this._.filebrowserFn);});}});a.on('dialogDefinition',function(v){var w=v.data.definition,x;for(var y in w.contents){if(x=w.contents[y]){r(v.editor,v.data.name,w,x.elements);if(x.hidden&&x.filebrowser)x.hidden=!t(w,x.id,x.filebrowser);}}});})();j.add('find',{init:function(m){var n=j.find;m.ui.addButton('Find',{label:m.lang.findAndReplace.find,command:'find'});var o=m.addCommand('find',new a.dialogCommand('find'));o.canUndo=false;o.readOnly=1;m.ui.addButton('Replace',{label:m.lang.findAndReplace.replace,command:'replace'});var p=m.addCommand('replace',new a.dialogCommand('replace'));p.canUndo=false;a.dialog.add('find',this.path+'dialogs/find.js');a.dialog.add('replace',this.path+'dialogs/find.js');},requires:['styles']});i.find_highlight={element:'span',styles:{'background-color':'#004',color:'#fff'}};(function(){var m=/\.swf(?:$|\?)/i;function n(p){var q=p.attributes;return q.type=='application/x-shockwave-flash'||m.test(q.src||'');};function o(p,q){return p.createFakeParserElement(q,'cke_flash','flash',true); -};j.add('flash',{init:function(p){p.addCommand('flash',new a.dialogCommand('flash'));p.ui.addButton('Flash',{label:p.lang.common.flash,command:'flash'});a.dialog.add('flash',this.path+'dialogs/flash.js');p.addCss('img.cke_flash{background-image: url('+a.getUrl(this.path+'images/placeholder.png')+');'+'background-position: center center;'+'background-repeat: no-repeat;'+'border: 1px solid #a9a9a9;'+'width: 80px;'+'height: 80px;'+'}');if(p.addMenuItems)p.addMenuItems({flash:{label:p.lang.flash.properties,command:'flash',group:'flash'}});p.on('doubleclick',function(q){var r=q.data.element;if(r.is('img')&&r.data('cke-real-element-type')=='flash')q.data.dialog='flash';});if(p.contextMenu)p.contextMenu.addListener(function(q,r){if(q&&q.is('img')&&!q.isReadOnly()&&q.data('cke-real-element-type')=='flash')return{flash:2};});},afterInit:function(p){var q=p.dataProcessor,r=q&&q.dataFilter;if(r)r.addRules({elements:{'cke:object':function(s){var t=s.attributes,u=t.classid&&String(t.classid).toLowerCase();if(!u&&!n(s)){for(var v=0;v<s.children.length;v++){if(s.children[v].name=='cke:embed'){if(!n(s.children[v]))return null;return o(p,s);}}return null;}return o(p,s);},'cke:embed':function(s){if(!n(s))return null;return o(p,s);}}},5);},requires:['fakeobjects']});})();e.extend(i,{flashEmbedTagOnly:false,flashAddEmbedTag:true,flashConvertOnEdit:false});(function(){function m(n,o,p,q,r,s,t){var u=n.config,v=r.split(';'),w=[],x={};for(var y=0;y<v.length;y++){var z=v[y];if(z){z=z.split('/');var A={},B=v[y]=z[0];A[p]=w[y]=z[1]||B;x[B]=new a.style(t,A);x[B]._.definition.name=B;}else v.splice(y--,1);}n.ui.addRichCombo(o,{label:q.label,title:q.panelTitle,className:'cke_'+(p=='size'?'fontSize':'font'),panel:{css:n.skin.editor.css.concat(u.contentsCss),multiSelect:false,attributes:{'aria-label':q.panelTitle}},init:function(){this.startGroup(q.panelTitle);for(var C=0;C<v.length;C++){var D=v[C];this.add(D,x[D].buildPreview(),D);}},onClick:function(C){n.focus();n.fire('saveSnapshot');var D=x[C];if(this.getValue()==C)D.remove(n.document);else D.apply(n.document);n.fire('saveSnapshot');},onRender:function(){n.on('selectionChange',function(C){var D=this.getValue(),E=C.data.path,F=E.elements;for(var G=0,H;G<F.length;G++){H=F[G];for(var I in x){if(x[I].checkElementRemovable(H,true)){if(I!=D)this.setValue(I);return;}}}this.setValue('',s);},this);}});};j.add('font',{requires:['richcombo','styles'],init:function(n){var o=n.config;m(n,'Font','family',n.lang.font,o.font_names,o.font_defaultLabel,o.font_style); -m(n,'FontSize','size',n.lang.fontSize,o.fontSize_sizes,o.fontSize_defaultLabel,o.fontSize_style);}});})();i.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';i.font_defaultLabel='';i.font_style={element:'span',styles:{'font-family':'#(family)'},overrides:[{element:'font',attributes:{face:null}}]};i.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';i.fontSize_defaultLabel='';i.fontSize_style={element:'span',styles:{'font-size':'#(size)'},overrides:[{element:'font',attributes:{size:null}}]};j.add('format',{requires:['richcombo','styles'],init:function(m){var n=m.config,o=m.lang.format,p=n.format_tags.split(';'),q={};for(var r=0;r<p.length;r++){var s=p[r];q[s]=new a.style(n['format_'+s]);q[s]._.enterMode=m.config.enterMode;}m.ui.addRichCombo('Format',{label:o.label,title:o.panelTitle,className:'cke_format',panel:{css:m.skin.editor.css.concat(n.contentsCss),multiSelect:false,attributes:{'aria-label':o.panelTitle}},init:function(){this.startGroup(o.panelTitle);for(var t in q){var u=o['tag_'+t];this.add(t,q[t].buildPreview(u),u);}},onClick:function(t){m.focus();m.fire('saveSnapshot');var u=q[t],v=new d.elementPath(m.getSelection().getStartElement());u[u.checkActive(v)?'remove':'apply'](m.document);setTimeout(function(){m.fire('saveSnapshot');},0);},onRender:function(){m.on('selectionChange',function(t){var u=this.getValue(),v=t.data.path;for(var w in q){if(q[w].checkActive(v)){if(w!=u)this.setValue(w,m.lang.format['tag_'+w]);return;}}this.setValue('');},this);}});}});i.format_tags='p;h1;h2;h3;h4;h5;h6;pre;address;div';i.format_p={element:'p'};i.format_div={element:'div'};i.format_pre={element:'pre'};i.format_address={element:'address'};i.format_h1={element:'h1'};i.format_h2={element:'h2'};i.format_h3={element:'h3'};i.format_h4={element:'h4'};i.format_h5={element:'h5'};i.format_h6={element:'h6'};j.add('forms',{init:function(m){var n=m.lang;m.addCss('form{border: 1px dotted #FF0000;padding: 2px;}\n');m.addCss('img.cke_hidden{background-image: url('+a.getUrl(this.path+'images/hiddenfield.gif')+');'+'background-position: center center;'+'background-repeat: no-repeat;'+'border: 1px solid #a9a9a9;'+'width: 16px !important;'+'height: 16px !important;'+'}'); -var o=function(q,r,s){m.addCommand(r,new a.dialogCommand(r));m.ui.addButton(q,{label:n.common[q.charAt(0).toLowerCase()+q.slice(1)],command:r});a.dialog.add(r,s);},p=this.path+'dialogs/';o('Form','form',p+'form.js');o('Checkbox','checkbox',p+'checkbox.js');o('Radio','radio',p+'radio.js');o('TextField','textfield',p+'textfield.js');o('Textarea','textarea',p+'textarea.js');o('Select','select',p+'select.js');o('Button','button',p+'button.js');o('ImageButton','imagebutton',j.getPath('image')+'dialogs/image.js');o('HiddenField','hiddenfield',p+'hiddenfield.js');if(m.addMenuItems)m.addMenuItems({form:{label:n.form.menu,command:'form',group:'form'},checkbox:{label:n.checkboxAndRadio.checkboxTitle,command:'checkbox',group:'checkbox'},radio:{label:n.checkboxAndRadio.radioTitle,command:'radio',group:'radio'},textfield:{label:n.textfield.title,command:'textfield',group:'textfield'},hiddenfield:{label:n.hidden.title,command:'hiddenfield',group:'hiddenfield'},imagebutton:{label:n.image.titleButton,command:'imagebutton',group:'imagebutton'},button:{label:n.button.title,command:'button',group:'button'},select:{label:n.select.title,command:'select',group:'select'},textarea:{label:n.textarea.title,command:'textarea',group:'textarea'}});if(m.contextMenu){m.contextMenu.addListener(function(q){if(q&&q.hasAscendant('form',true)&&!q.isReadOnly())return{form:2};});m.contextMenu.addListener(function(q){if(q&&!q.isReadOnly()){var r=q.getName();if(r=='select')return{select:2};if(r=='textarea')return{textarea:2};if(r=='input')switch(q.getAttribute('type')){case 'button':case 'submit':case 'reset':return{button:2};case 'checkbox':return{checkbox:2};case 'radio':return{radio:2};case 'image':return{imagebutton:2};default:return{textfield:2};}if(r=='img'&&q.data('cke-real-element-type')=='hiddenfield')return{hiddenfield:2};}});}m.on('doubleclick',function(q){var r=q.data.element;if(r.is('form'))q.data.dialog='form';else if(r.is('select'))q.data.dialog='select';else if(r.is('textarea'))q.data.dialog='textarea';else if(r.is('img')&&r.data('cke-real-element-type')=='hiddenfield')q.data.dialog='hiddenfield';else if(r.is('input'))switch(r.getAttribute('type')){case 'button':case 'submit':case 'reset':q.data.dialog='button';break;case 'checkbox':q.data.dialog='checkbox';break;case 'radio':q.data.dialog='radio';break;case 'image':q.data.dialog='imagebutton';break;default:q.data.dialog='textfield';break;}});},afterInit:function(m){var n=m.dataProcessor,o=n&&n.htmlFilter,p=n&&n.dataFilter;if(c)o&&o.addRules({elements:{input:function(q){var r=q.attributes,s=r.type; -if(!s)r.type='text';if(s=='checkbox'||s=='radio')r.value=='on'&&delete r.value;}}});if(p)p.addRules({elements:{input:function(q){if(q.attributes.type=='hidden')return m.createFakeParserElement(q,'cke_hidden','hiddenfield');}}});},requires:['image','fakeobjects']});if(c)h.prototype.hasAttribute=e.override(h.prototype.hasAttribute,function(m){return function(n){var q=this;var o=q.$.attributes.getNamedItem(n);if(q.getName()=='input')switch(n){case 'class':return q.$.className.length>0;case 'checked':return!!q.$.checked;case 'value':var p=q.getAttribute('type');return p=='checkbox'||p=='radio'?q.$.value!='on':q.$.value;}return m.apply(q,arguments);};});(function(){var m={canUndo:false,exec:function(o){var p=o.document.createElement('hr'),q=new d.range(o.document);o.insertElement(p);q.moveToPosition(p,4);var r=p.getNext();if(!r||r.type==1&&!r.isEditable())q.fixBlock(true,o.config.enterMode==3?'div':'p');q.select();}},n='horizontalrule';j.add(n,{init:function(o){o.addCommand(n,m);o.ui.addButton('HorizontalRule',{label:o.lang.horizontalrule,command:n});}});})();(function(){var m=/^[\t\r\n ]*(?: |\xa0)$/,n='{cke_protected}';function o(T){var U=T.children.length,V=T.children[U-1];while(V&&V.type==3&&!e.trim(V.value))V=T.children[--U];return V;};function p(T,U){var V=T.children,W=o(T);if(W){if((U||!c)&&W.type==1&&W.name=='br')V.pop();if(W.type==3&&m.test(W.value))V.pop();}};function q(T,U,V){if(!U&&(!V||typeof V=='function'&&V(T)===false))return false;if(U&&c&&(document.documentMode>7||T.name in f.tr||T.name in f.$listItem))return false;var W=o(T);return!W||W&&(W.type==1&&W.name=='br'||T.name=='form'&&W.name=='input');};function r(T,U){return function(V){p(V,!T);if(q(V,!T,U))if(T||c)V.add(new a.htmlParser.text('\xa0'));else V.add(new a.htmlParser.element('br',{}));};};var s=f,t=['caption','colgroup','col','thead','tfoot','tbody'],u=e.extend({},s.$block,s.$listItem,s.$tableContent);for(var v in u){if(!('br' in s[v]))delete u[v];}delete u.pre;var w={elements:{},attributeNames:[[/^on/,'data-cke-pa-on']]},x={elements:{}};for(v in u)x.elements[v]=r();var y={elementNames:[[/^cke:/,''],[/^\?xml:namespace$/,'']],attributeNames:[[/^data-cke-(saved|pa)-/,''],[/^data-cke-.*/,''],['hidefocus','']],elements:{$:function(T){var U=T.attributes;if(U){if(U['data-cke-temp'])return false;var V=['name','href','src'],W;for(var X=0;X<V.length;X++){W='data-cke-saved-'+V[X];W in U&&delete U[V[X]];}}return T;},table:function(T){var U=T.children;U.sort(function(V,W){return V.type==1&&W.type==V.type?e.indexOf(t,V.name)>e.indexOf(t,W.name)?1:-1:0; -});},embed:function(T){var U=T.parent;if(U&&U.name=='object'){var V=U.attributes.width,W=U.attributes.height;V&&(T.attributes.width=V);W&&(T.attributes.height=W);}},param:function(T){T.children=[];T.isEmpty=true;return T;},a:function(T){if(!(T.children.length||T.attributes.name||T.attributes['data-cke-saved-name']))return false;},span:function(T){if(T.attributes['class']=='Apple-style-span')delete T.name;},pre:function(T){c&&p(T);},html:function(T){delete T.attributes.contenteditable;delete T.attributes['class'];},body:function(T){delete T.attributes.spellcheck;delete T.attributes.contenteditable;},style:function(T){var U=T.children[0];U&&U.value&&(U.value=e.trim(U.value));if(!T.attributes.type)T.attributes.type='text/css';},title:function(T){var U=T.children[0];U&&(U.value=T.attributes['data-cke-title']||'');}},attributes:{'class':function(T,U){return e.ltrim(T.replace(/(?:^|\s+)cke_[^\s]*/g,''))||false;}}};if(c)y.attributes.style=function(T,U){return T.replace(/(^|;)([^\:]+)/g,function(V){return V.toLowerCase();});};function z(T){var U=T.attributes;if(U.contenteditable!='false')U['data-cke-editable']=U.contenteditable?'true':1;U.contenteditable='false';};function A(T){var U=T.attributes;switch(U['data-cke-editable']){case 'true':U.contenteditable='true';break;case '1':delete U.contenteditable;break;}};for(v in {input:1,textarea:1}){w.elements[v]=z;y.elements[v]=A;}var B=/<(a|area|img|input)\b([^>]*)>/gi,C=/\b(href|src|name)\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|(?:[^ "'>]+))/gi,D=/(?:<style(?=[ >])[^>]*>[\s\S]*<\/style>)|(?:<(:?link|meta|base)[^>]*>)/gi,E=/<cke:encoded>([^<]*)<\/cke:encoded>/gi,F=/(<\/?)((?:object|embed|param|html|body|head|title)[^>]*>)/gi,G=/(<\/?)cke:((?:html|body|head|title)[^>]*>)/gi,H=/<cke:(param|embed)([^>]*?)\/?>(?!\s*<\/cke:\1)/gi;function I(T){return T.replace(B,function(U,V,W){return '<'+V+W.replace(C,function(X,Y){if(W.indexOf('data-cke-saved-'+Y)==-1)return ' data-cke-saved-'+X+' '+X;return X;})+'>';});};function J(T){return T.replace(D,function(U){return '<cke:encoded>'+encodeURIComponent(U)+'</cke:encoded>';});};function K(T){return T.replace(E,function(U,V){return decodeURIComponent(V);});};function L(T){return T.replace(F,'$1cke:$2');};function M(T){return T.replace(G,'$1$2');};function N(T){return T.replace(H,'<cke:$1$2></cke:$1>');};function O(T){return T.replace(/(<pre\b[^>]*>)(\r\n|\n)/g,'$1$2$2');};function P(T){return T.replace(/<!--(?!{cke_protected})[\s\S]+?-->/g,function(U){return '<!--'+n+'{C}'+encodeURIComponent(U).replace(/--/g,'%2D%2D')+'-->'; -});};function Q(T){return T.replace(/<!--\{cke_protected\}\{C\}([\s\S]+?)-->/g,function(U,V){return decodeURIComponent(V);});};function R(T,U){var V=U._.dataStore;return T.replace(/<!--\{cke_protected\}([\s\S]+?)-->/g,function(W,X){return decodeURIComponent(X);}).replace(/\{cke_protected_(\d+)\}/g,function(W,X){return V&&V[X]||'';});};function S(T,U){var V=[],W=U.config.protectedSource,X=U._.dataStore||(U._.dataStore={id:1}),Y=/<\!--\{cke_temp(comment)?\}(\d*?)-->/g,Z=[/<script[\s\S]*?<\/script>/gi,/<noscript[\s\S]*?<\/noscript>/gi].concat(W);T=T.replace(/<!--[\s\S]*?-->/g,function(ab){return '<!--{cke_tempcomment}'+(V.push(ab)-1)+'-->';});for(var aa=0;aa<Z.length;aa++)T=T.replace(Z[aa],function(ab){ab=ab.replace(Y,function(ac,ad,ae){return V[ae];});return/cke_temp(comment)?/.test(ab)?ab:'<!--{cke_temp}'+(V.push(ab)-1)+'-->';});T=T.replace(Y,function(ab,ac,ad){return '<!--'+n+(ac?'{C}':'')+encodeURIComponent(V[ad]).replace(/--/g,'%2D%2D')+'-->';});return T.replace(/(['"]).*?\1/g,function(ab){return ab.replace(/<!--\{cke_protected\}([\s\S]+?)-->/g,function(ac,ad){X[X.id]=decodeURIComponent(ad);return '{cke_protected_'+X.id++ +'}';});});};j.add('htmldataprocessor',{requires:['htmlwriter'],init:function(T){var U=T.dataProcessor=new a.htmlDataProcessor(T);U.writer.forceSimpleAmpersand=T.config.forceSimpleAmpersand;U.dataFilter.addRules(w);U.dataFilter.addRules(x);U.htmlFilter.addRules(y);var V={elements:{}};for(v in u)V.elements[v]=r(true,T.config.fillEmptyBlocks);U.htmlFilter.addRules(V);},onLoad:function(){!('fillEmptyBlocks' in i)&&(i.fillEmptyBlocks=1);}});a.htmlDataProcessor=function(T){var U=this;U.editor=T;U.writer=new a.htmlWriter();U.dataFilter=new a.htmlParser.filter();U.htmlFilter=new a.htmlParser.filter();};a.htmlDataProcessor.prototype={toHtml:function(T,U){T=S(T,this.editor);T=I(T);T=J(T);T=L(T);T=N(T);T=O(T);var V=new h('div');V.setHtml('a'+T);T=V.getHtml().substr(1);T=M(T);T=K(T);T=Q(T);var W=a.htmlParser.fragment.fromHtml(T,U),X=new a.htmlParser.basicWriter();W.writeHtml(X,this.dataFilter);T=X.getHtml(true);T=P(T);return T;},toDataFormat:function(T,U){var V=this.writer,W=a.htmlParser.fragment.fromHtml(T,U);V.reset();W.writeHtml(V,this.htmlFilter);var X=V.getHtml(true);X=Q(X);X=R(X,this.editor);return X;}};})();(function(){j.add('iframe',{requires:['dialog','fakeobjects'],init:function(m){var n='iframe',o=m.lang.iframe;a.dialog.add(n,this.path+'dialogs/iframe.js');m.addCommand(n,new a.dialogCommand(n));m.addCss('img.cke_iframe{background-image: url('+a.getUrl(this.path+'images/placeholder.png')+');'+'background-position: center center;'+'background-repeat: no-repeat;'+'border: 1px solid #a9a9a9;'+'width: 80px;'+'height: 80px;'+'}'); -m.ui.addButton('Iframe',{label:o.toolbar,command:n});m.on('doubleclick',function(p){var q=p.data.element;if(q.is('img')&&q.data('cke-real-element-type')=='iframe')p.data.dialog='iframe';});if(m.addMenuItems)m.addMenuItems({iframe:{label:o.title,command:'iframe',group:'image'}});if(m.contextMenu)m.contextMenu.addListener(function(p,q){if(p&&p.is('img')&&p.data('cke-real-element-type')=='iframe')return{iframe:2};});},afterInit:function(m){var n=m.dataProcessor,o=n&&n.dataFilter;if(o)o.addRules({elements:{iframe:function(p){return m.createFakeParserElement(p,'cke_iframe','iframe',true);}}});}});})();j.add('image',{init:function(m){var n='image';a.dialog.add(n,this.path+'dialogs/image.js');m.addCommand(n,new a.dialogCommand(n));m.ui.addButton('Image',{label:m.lang.common.image,command:n});m.on('doubleclick',function(o){var p=o.data.element;if(p.is('img')&&!p.data('cke-realelement')&&!p.isReadOnly())o.data.dialog='image';});if(m.addMenuItems)m.addMenuItems({image:{label:m.lang.image.menu,command:'image',group:'image'}});if(m.contextMenu)m.contextMenu.addListener(function(o,p){if(!o||!o.is('img')||o.data('cke-realelement')||o.isReadOnly())return null;return{image:2};});}});i.image_removeLinkByEmptyURL=true;(function(){var m={ol:1,ul:1},n=d.walker.whitespaces(true),o=d.walker.bookmark(false,true);function p(t){var B=this;if(t.editor.readOnly)return null;var u=t.editor,v=t.data.path,w=v&&v.contains(m),x=v.block||v.blockLimit;if(w)return B.setState(2);if(!B.useIndentClasses&&B.name=='indent')return B.setState(2);if(!x)return B.setState(0);if(B.useIndentClasses){var y=x.$.className.match(B.classNameRegex),z=0;if(y){y=y[1];z=B.indentClassMap[y];}if(B.name=='outdent'&&!z||B.name=='indent'&&z==u.config.indentClasses.length)return B.setState(0);return B.setState(2);}else{var A=parseInt(x.getStyle(r(x)),10);if(isNaN(A))A=0;if(A<=0)return B.setState(0);return B.setState(2);}};function q(t,u){var w=this;w.name=u;w.useIndentClasses=t.config.indentClasses&&t.config.indentClasses.length>0;if(w.useIndentClasses){w.classNameRegex=new RegExp('(?:^|\\s+)('+t.config.indentClasses.join('|')+')(?=$|\\s)');w.indentClassMap={};for(var v=0;v<t.config.indentClasses.length;v++)w.indentClassMap[t.config.indentClasses[v]]=v+1;}w.startDisabled=u=='outdent';};function r(t,u){return(u||t.getComputedStyle('direction'))=='ltr'?'margin-left':'margin-right';};function s(t){return t.type=1&&t.is('li');};q.prototype={exec:function(t){var u=this,v={};function w(M){var N=C.startContainer,O=C.endContainer; -while(N&&!N.getParent().equals(M))N=N.getParent();while(O&&!O.getParent().equals(M))O=O.getParent();if(!N||!O)return;var P=N,Q=[],R=false;while(!R){if(P.equals(O))R=true;Q.push(P);P=P.getNext();}if(Q.length<1)return;var S=M.getParents(true);for(var T=0;T<S.length;T++){if(S[T].getName&&m[S[T].getName()]){M=S[T];break;}}var U=u.name=='indent'?1:-1,V=Q[0],W=Q[Q.length-1],X=j.list.listToArray(M,v),Y=X[W.getCustomData('listarray_index')].indent;for(T=V.getCustomData('listarray_index');T<=W.getCustomData('listarray_index');T++){X[T].indent+=U;var Z=X[T].parent;X[T].parent=new h(Z.getName(),Z.getDocument());}for(T=W.getCustomData('listarray_index')+1;T<X.length&&X[T].indent>Y;T++)X[T].indent+=U;var aa=j.list.arrayToList(X,v,null,t.config.enterMode,M.getDirection());if(u.name=='outdent'){var ab;if((ab=M.getParent())&&ab.is('li')){var ac=aa.listNode.getChildren(),ad=[],ae=ac.count(),af;for(T=ae-1;T>=0;T--){if((af=ac.getItem(T))&&af.is&&af.is('li'))ad.push(af);}}}if(aa)aa.listNode.replace(M);if(ad&&ad.length)for(T=0;T<ad.length;T++){var ag=ad[T],ah=ag;while((ah=ah.getNext())&&ah.is&&ah.getName() in m){if(c&&!ag.getFirst(function(ai){return n(ai)&&o(ai);}))ag.append(C.document.createText('\xa0'));ag.append(ah);}ag.insertAfter(ab);}};function x(){var M=C.createIterator(),N=t.config.enterMode;M.enforceRealBlocks=true;M.enlargeBr=N!=2;var O;while(O=M.getNextParagraph(N==1?'p':'div'))y(O);};function y(M,N){if(M.getCustomData('indent_processed'))return false;if(u.useIndentClasses){var O=M.$.className.match(u.classNameRegex),P=0;if(O){O=O[1];P=u.indentClassMap[O];}if(u.name=='outdent')P--;else P++;if(P<0)return false;P=Math.min(P,t.config.indentClasses.length);P=Math.max(P,0);M.$.className=e.ltrim(M.$.className.replace(u.classNameRegex,''));if(P>0)M.addClass(t.config.indentClasses[P-1]);}else{var Q=r(M,N),R=parseInt(M.getStyle(Q),10);if(isNaN(R))R=0;var S=t.config.indentOffset||40;R+=(u.name=='indent'?1:-1)*S;if(R<0)return false;R=Math.max(R,0);R=Math.ceil(R/S)*S;M.setStyle(Q,R?R+(t.config.indentUnit||'px'):'');if(M.getAttribute('style')==='')M.removeAttribute('style');}h.setMarker(v,M,'indent_processed',1);return true;};var z=t.getSelection(),A=z.createBookmarks(1),B=z&&z.getRanges(1),C,D=B.createIterator();while(C=D.getNextRange()){var E=C.getCommonAncestor(),F=E;while(F&&!(F.type==1&&m[F.getName()]))F=F.getParent();if(!F){var G=C.getEnclosedNode();if(G&&G.type==1&&G.getName() in m){C.setStartAt(G,1);C.setEndAt(G,2);F=G;}}if(F&&C.startContainer.type==1&&C.startContainer.getName() in m){var H=new d.walker(C); -H.evaluator=s;C.startContainer=H.next();}if(F&&C.endContainer.type==1&&C.endContainer.getName() in m){H=new d.walker(C);H.evaluator=s;C.endContainer=H.previous();}if(F){var I=F.getFirst(s),J=!!I.getNext(s),K=C.startContainer,L=I.equals(K)||I.contains(K);if(!(L&&(u.name=='indent'||u.useIndentClasses||parseInt(F.getStyle(r(F)),10))&&y(F,!J&&I.getDirection())))w(F);}else x();}h.clearAllMarkers(v);t.forceNextSelectionCheck();z.selectBookmarks(A);}};j.add('indent',{init:function(t){var u=t.addCommand('indent',new q(t,'indent')),v=t.addCommand('outdent',new q(t,'outdent'));t.ui.addButton('Indent',{label:t.lang.indent,command:'indent'});t.ui.addButton('Outdent',{label:t.lang.outdent,command:'outdent'});t.on('selectionChange',e.bind(p,u));t.on('selectionChange',e.bind(p,v));if(b.ie6Compat||b.ie7Compat)t.addCss('ul,ol{\tmargin-left: 0px;\tpadding-left: 40px;}');t.on('dirChanged',function(w){var x=new d.range(t.document);x.setStartBefore(w.data.node);x.setEndAfter(w.data.node);var y=new d.walker(x),z;while(z=y.next()){if(z.type==1){if(!z.equals(w.data.node)&&z.getDirection()){x.setStartAfter(z);y=new d.walker(x);continue;}var A=t.config.indentClasses;if(A){var B=w.data.dir=='ltr'?['_rtl','']:['','_rtl'];for(var C=0;C<A.length;C++){if(z.hasClass(A[C]+B[0])){z.removeClass(A[C]+B[0]);z.addClass(A[C]+B[1]);}}}var D=z.getStyle('margin-right'),E=z.getStyle('margin-left');D?z.setStyle('margin-left',D):z.removeStyle('margin-left');E?z.setStyle('margin-right',E):z.removeStyle('margin-right');}}});},requires:['domiterator','list']});})();(function(){function m(r,s){var t=s.block||s.blockLimit;if(!t||t.getName()=='body')return 2;return n(t,r.config.useComputedState)==this.value?1:2;};function n(r,s){s=s===undefined||s;var t;if(s)t=r.getComputedStyle('text-align');else{while(!r.hasAttribute||!(r.hasAttribute('align')||r.getStyle('text-align'))){var u=r.getParent();if(!u)break;r=u;}t=r.getStyle('text-align')||r.getAttribute('align')||'';}t&&(t=t.replace(/-moz-|-webkit-|start|auto/i,''));!t&&s&&(t=r.getComputedStyle('direction')=='rtl'?'right':'left');return t;};function o(r){if(r.editor.readOnly)return;var s=r.editor.getCommand(this.name);s.state=m.call(this,r.editor,r.data.path);s.fire('state');};function p(r,s,t){var v=this;v.name=s;v.value=t;var u=r.config.justifyClasses;if(u){switch(t){case 'left':v.cssClassName=u[0];break;case 'center':v.cssClassName=u[1];break;case 'right':v.cssClassName=u[2];break;case 'justify':v.cssClassName=u[3];break;}v.cssClassRegex=new RegExp('(?:^|\\s+)(?:'+u.join('|')+')(?=$|\\s)'); -}};function q(r){var s=r.editor,t=new d.range(s.document);t.setStartBefore(r.data.node);t.setEndAfter(r.data.node);var u=new d.walker(t),v;while(v=u.next()){if(v.type==1){if(!v.equals(r.data.node)&&v.getDirection()){t.setStartAfter(v);u=new d.walker(t);continue;}var w=s.config.justifyClasses;if(w)if(v.hasClass(w[0])){v.removeClass(w[0]);v.addClass(w[2]);}else if(v.hasClass(w[2])){v.removeClass(w[2]);v.addClass(w[0]);}var x='text-align',y=v.getStyle(x);if(y=='left')v.setStyle(x,'right');else if(y=='right')v.setStyle(x,'left');}}};p.prototype={exec:function(r){var D=this;var s=r.getSelection(),t=r.config.enterMode;if(!s)return;var u=s.createBookmarks(),v=s.getRanges(true),w=D.cssClassName,x,y,z=r.config.useComputedState;z=z===undefined||z;for(var A=v.length-1;A>=0;A--){x=v[A].createIterator();x.enlargeBr=t!=2;while(y=x.getNextParagraph(t==1?'p':'div')){y.removeAttribute('align');y.removeStyle('text-align');var B=w&&(y.$.className=e.ltrim(y.$.className.replace(D.cssClassRegex,''))),C=D.state==2&&(!z||n(y,true)!=D.value);if(w){if(C)y.addClass(w);else if(!B)y.removeAttribute('class');}else if(C)y.setStyle('text-align',D.value);}}r.focus();r.forceNextSelectionCheck();s.selectBookmarks(u);}};j.add('justify',{init:function(r){var s=new p(r,'justifyleft','left'),t=new p(r,'justifycenter','center'),u=new p(r,'justifyright','right'),v=new p(r,'justifyblock','justify');r.addCommand('justifyleft',s);r.addCommand('justifycenter',t);r.addCommand('justifyright',u);r.addCommand('justifyblock',v);r.ui.addButton('JustifyLeft',{label:r.lang.justify.left,command:'justifyleft'});r.ui.addButton('JustifyCenter',{label:r.lang.justify.center,command:'justifycenter'});r.ui.addButton('JustifyRight',{label:r.lang.justify.right,command:'justifyright'});r.ui.addButton('JustifyBlock',{label:r.lang.justify.block,command:'justifyblock'});r.on('selectionChange',e.bind(o,s));r.on('selectionChange',e.bind(o,u));r.on('selectionChange',e.bind(o,t));r.on('selectionChange',e.bind(o,v));r.on('dirChanged',q);},requires:['domiterator']});})();j.add('keystrokes',{beforeInit:function(m){m.keystrokeHandler=new a.keystrokeHandler(m);m.specialKeys={};},init:function(m){var n=m.config.keystrokes,o=m.config.blockedKeystrokes,p=m.keystrokeHandler.keystrokes,q=m.keystrokeHandler.blockedKeystrokes;for(var r=0;r<n.length;r++)p[n[r][0]]=n[r][1];for(r=0;r<o.length;r++)q[o[r]]=1;}});a.keystrokeHandler=function(m){var n=this;if(m.keystrokeHandler)return m.keystrokeHandler;n.keystrokes={};n.blockedKeystrokes={};n._={editor:m}; -return n;};(function(){var m,n=function(p){p=p.data;var q=p.getKeystroke(),r=this.keystrokes[q],s=this._.editor;m=s.fire('key',{keyCode:q})===true;if(!m){if(r){var t={from:'keystrokeHandler'};m=s.execCommand(r,t)!==false;}if(!m){var u=s.specialKeys[q];m=u&&u(s)===true;if(!m)m=!!this.blockedKeystrokes[q];}}if(m)p.preventDefault(true);return!m;},o=function(p){if(m){m=false;p.data.preventDefault(true);}};a.keystrokeHandler.prototype={attach:function(p){p.on('keydown',n,this);if(b.opera||b.gecko&&b.mac)p.on('keypress',o,this);}};})();i.blockedKeystrokes=[1114112+66,1114112+73,1114112+85];i.keystrokes=[[4456448+121,'toolbarFocus'],[4456448+122,'elementsPathFocus'],[2228224+121,'contextMenu'],[1114112+2228224+121,'contextMenu'],[1114112+90,'undo'],[1114112+89,'redo'],[1114112+2228224+90,'redo'],[1114112+76,'link'],[1114112+66,'bold'],[1114112+73,'italic'],[1114112+85,'underline'],[4456448+(c||b.webkit?189:109),'toolbarCollapse'],[4456448+48,'a11yHelp']];j.add('link',{init:function(m){m.addCommand('link',new a.dialogCommand('link'));m.addCommand('anchor',new a.dialogCommand('anchor'));m.addCommand('unlink',new a.unlinkCommand());m.addCommand('removeAnchor',new a.removeAnchorCommand());m.ui.addButton('Link',{label:m.lang.link.toolbar,command:'link'});m.ui.addButton('Unlink',{label:m.lang.unlink,command:'unlink'});m.ui.addButton('Anchor',{label:m.lang.anchor.toolbar,command:'anchor'});a.dialog.add('link',this.path+'dialogs/link.js');a.dialog.add('anchor',this.path+'dialogs/anchor.js');var n=m.lang.dir=='rtl'?'right':'left',o='background:url('+a.getUrl(this.path+'images/anchor.gif')+') no-repeat '+n+' center;'+'border:1px dotted #00f;';m.addCss('a.cke_anchor,a.cke_anchor_empty'+(c&&b.version<7?'':',a[name],a[data-cke-saved-name]')+'{'+o+'padding-'+n+':18px;'+'cursor:auto;'+'}'+(c?'a.cke_anchor_empty{display:inline-block;}':'')+'img.cke_anchor'+'{'+o+'width:16px;'+'min-height:15px;'+'height:1.15em;'+'vertical-align:'+(b.opera?'middle':'text-bottom')+';'+'}');m.on('selectionChange',function(p){if(m.readOnly)return;var q=m.getCommand('unlink'),r=p.data.path.lastElement&&p.data.path.lastElement.getAscendant('a',true);if(r&&r.getName()=='a'&&r.getAttribute('href')&&r.getChildCount())q.setState(2);else q.setState(0);});m.on('doubleclick',function(p){var q=j.link.getSelectedLink(m)||p.data.element;if(!q.isReadOnly())if(q.is('a')){p.data.dialog=q.getAttribute('name')&&(!q.getAttribute('href')||!q.getChildCount())?'anchor':'link';m.getSelection().selectElement(q);}else if(j.link.tryRestoreFakeAnchor(m,q))p.data.dialog='anchor'; -});if(m.addMenuItems)m.addMenuItems({anchor:{label:m.lang.anchor.menu,command:'anchor',group:'anchor',order:1},removeAnchor:{label:m.lang.anchor.remove,command:'removeAnchor',group:'anchor',order:5},link:{label:m.lang.link.menu,command:'link',group:'link',order:1},unlink:{label:m.lang.unlink,command:'unlink',group:'link',order:5}});if(m.contextMenu)m.contextMenu.addListener(function(p,q){if(!p||p.isReadOnly())return null;var r=j.link.tryRestoreFakeAnchor(m,p);if(!r&&!(r=j.link.getSelectedLink(m)))return null;var s={};if(r.getAttribute('href')&&r.getChildCount())s={link:2,unlink:2};if(r&&r.hasAttribute('name'))s.anchor=s.removeAnchor=2;return s;});},afterInit:function(m){var n=m.dataProcessor,o=n&&n.dataFilter,p=n&&n.htmlFilter,q=m._.elementsPath&&m._.elementsPath.filters;if(o)o.addRules({elements:{a:function(r){var s=r.attributes;if(!s.name)return null;var t=!r.children.length;if(j.link.synAnchorSelector){var u=t?'cke_anchor_empty':'cke_anchor',v=s['class'];if(s.name&&(!v||v.indexOf(u)<0))s['class']=(v||'')+' '+u;if(t&&j.link.emptyAnchorFix){s.contenteditable='false';s['data-cke-editable']=1;}}else if(j.link.fakeAnchor&&t)return m.createFakeParserElement(r,'cke_anchor','anchor');return null;}}});if(j.link.emptyAnchorFix&&p)p.addRules({elements:{a:function(r){delete r.attributes.contenteditable;}}});if(q)q.push(function(r,s){if(s=='a')if(j.link.tryRestoreFakeAnchor(m,r)||r.getAttribute('name')&&(!r.getAttribute('href')||!r.getChildCount()))return 'anchor';});},requires:['fakeobjects']});j.link={getSelectedLink:function(m){try{var n=m.getSelection();if(n.getType()==3){var o=n.getSelectedElement();if(o.is('a'))return o;}var p=n.getRanges(true)[0];p.shrink(2);var q=p.getCommonAncestor();return q.getAscendant('a',true);}catch(r){return null;}},fakeAnchor:b.opera||b.webkit,synAnchorSelector:c,emptyAnchorFix:c&&b.version<8,tryRestoreFakeAnchor:function(m,n){if(n&&n.data('cke-real-element-type')&&n.data('cke-real-element-type')=='anchor'){var o=m.restoreRealElement(n);if(o.data('cke-saved-name'))return o;}}};a.unlinkCommand=function(){};a.unlinkCommand.prototype={exec:function(m){var n=m.getSelection(),o=n.createBookmarks(),p=n.getRanges(),q,r;for(var s=0;s<p.length;s++){q=p[s].getCommonAncestor(true);r=q.getAscendant('a',true);if(!r)continue;p[s].selectNodeContents(r);}n.selectRanges(p);m.document.$.execCommand('unlink',false,null);n.selectBookmarks(o);},startDisabled:true};a.removeAnchorCommand=function(){};a.removeAnchorCommand.prototype={exec:function(m){var n=m.getSelection(),o=n.createBookmarks(),p; -if(n&&(p=n.getSelectedElement())&&(j.link.fakeAnchor&&!p.getChildCount()?j.link.tryRestoreFakeAnchor(m,p):p.is('a')))p.remove(1);else if(p=j.link.getSelectedLink(m))if(p.hasAttribute('href')){p.removeAttributes({name:1,'data-cke-saved-name':1});p.removeClass('cke_anchor');}else p.remove(1);n.selectBookmarks(o);}};e.extend(i,{linkShowAdvancedTab:true,linkShowTargetTab:true});(function(){var m={ol:1,ul:1},n=/^[\n\r\t ]*$/,o=d.walker.whitespaces(),p=d.walker.bookmark(),q=function(E){return!(o(E)||p(E));};j.list={listToArray:function(E,F,G,H,I){if(!m[E.getName()])return[];if(!H)H=0;if(!G)G=[];for(var J=0,K=E.getChildCount();J<K;J++){var L=E.getChild(J);if(L.type==1&&L.getName() in f.$list)j.list.listToArray(L,F,G,H+1);if(L.$.nodeName.toLowerCase()!='li')continue;var M={parent:E,indent:H,element:L,contents:[]};if(!I){M.grandparent=E.getParent();if(M.grandparent&&M.grandparent.$.nodeName.toLowerCase()=='li')M.grandparent=M.grandparent.getParent();}else M.grandparent=I;if(F)h.setMarker(F,L,'listarray_index',G.length);G.push(M);for(var N=0,O=L.getChildCount(),P;N<O;N++){P=L.getChild(N);if(P.type==1&&m[P.getName()])j.list.listToArray(P,F,G,H+1,M.grandparent);else M.contents.push(P);}}return G;},arrayToList:function(E,F,G,H,I){if(!G)G=0;if(!E||E.length<G+1)return null;var J=E[G].parent.getDocument(),K=new d.documentFragment(J),L=null,M=G,N=Math.max(E[G].indent,0),O=null,P,Q=H==1?'p':'div';while(1){var R=E[M];P=R.element.getDirection(1);if(R.indent==N){if(!L||E[M].parent.getName()!=L.getName()){L=E[M].parent.clone(false,1);I&&L.setAttribute('dir',I);K.append(L);}O=L.append(R.element.clone(0,1));if(P!=L.getDirection(1))O.setAttribute('dir',P);else O.removeAttribute('dir');for(var S=0;S<R.contents.length;S++)O.append(R.contents[S].clone(1,1));M++;}else if(R.indent==Math.max(N,0)+1){var T=E[M-1].element.getDirection(1),U=j.list.arrayToList(E,null,M,H,T!=P?P:null);if(!O.getChildCount()&&c&&!(J.$.documentMode>7))O.append(J.createText('\xa0'));O.append(U.listNode);M=U.nextIndex;}else if(R.indent==-1&&!G&&R.grandparent){if(m[R.grandparent.getName()])O=R.element.clone(false,true);else if(I||R.element.hasAttributes()||H!=2){O=J.createElement(Q);R.element.copyAttributes(O,{type:1,value:1});if(!I&&H==2&&!O.hasAttributes())O=new d.documentFragment(J);}else O=new d.documentFragment(J);if(O.type==1)if(R.grandparent.getDirection(1)!=P)O.setAttribute('dir',P);else O.removeAttribute('dir');for(S=0;S<R.contents.length;S++)O.append(R.contents[S].clone(1,1));if(O.type==11&&M!=E.length-1){var V=O.getLast(); -if(V&&V.type==1&&V.getAttribute('type')=='_moz')V.remove();if(!(V=O.getLast(q)&&V.type==1&&V.getName() in f.$block))O.append(J.createElement('br'));}if(O.type==1&&O.getName()==Q&&O.$.firstChild){O.trim();var W=O.getFirst();if(W.type==1&&W.isBlockBoundary()){var X=new d.documentFragment(J);O.moveChildren(X);O=X;}}var Y=O.$.nodeName.toLowerCase();if(!c&&(Y=='div'||Y=='p'))O.appendBogus();K.append(O);L=null;M++;}else return null;if(E.length<=M||Math.max(E[M].indent,0)<N)break;}if(F){var Z=K.getFirst();while(Z){if(Z.type==1)h.clearMarkers(F,Z);Z=Z.getNextSourceNode();}}return{listNode:K,nextIndex:M};}};function r(E){if(E.editor.readOnly)return null;var F=E.data.path,G=F.blockLimit,H=F.elements,I,J;for(J=0;J<H.length&&(I=H[J])&&!I.equals(G);J++){if(m[H[J].getName()])return this.setState(this.type==H[J].getName()?1:2);}return this.setState(2);};function s(E,F,G,H){var I=j.list.listToArray(F.root,G),J=[];for(var K=0;K<F.contents.length;K++){var L=F.contents[K];L=L.getAscendant('li',true);if(!L||L.getCustomData('list_item_processed'))continue;J.push(L);h.setMarker(G,L,'list_item_processed',true);}var M=F.root,N=M.getDocument().createElement(this.type);M.copyAttributes(N,{start:1,type:1});N.removeStyle('list-style-type');for(K=0;K<J.length;K++){var O=J[K].getCustomData('listarray_index');I[O].parent=N;}var P=j.list.arrayToList(I,G,null,E.config.enterMode),Q,R=P.listNode.getChildCount();for(K=0;K<R&&(Q=P.listNode.getChild(K));K++){if(Q.getName()==this.type)H.push(Q);}P.listNode.replace(F.root);};var t=/^h[1-6]$/;function u(E,F,G){var H=F.contents,I=F.root.getDocument(),J=[];if(H.length==1&&H[0].equals(F.root)){var K=I.createElement('div');H[0].moveChildren&&H[0].moveChildren(K);H[0].append(K);H[0]=K;}var L=F.contents[0].getParent();for(var M=0;M<H.length;M++)L=L.getCommonAncestor(H[M].getParent());var N=E.config.useComputedState,O,P;N=N===undefined||N;for(M=0;M<H.length;M++){var Q=H[M],R;while(R=Q.getParent()){if(R.equals(L)){J.push(Q);if(!P&&Q.getDirection())P=1;var S=Q.getDirection(N);if(O!==null)if(O&&O!=S)O=null;else O=S;break;}Q=R;}}if(J.length<1)return;var T=J[J.length-1].getNext(),U=I.createElement(this.type);G.push(U);var V,W;while(J.length){V=J.shift();W=I.createElement('li');if(V.is('pre')||t.test(V.getName()))V.appendTo(W);else{V.copyAttributes(W);if(O&&V.getDirection()){W.removeStyle('direction');W.removeAttribute('dir');}V.moveChildren(W);V.remove();}W.appendTo(U);}if(O&&P)U.setAttribute('dir',O);if(T)U.insertBefore(T);else U.appendTo(L);};function v(E,F,G){var H=j.list.listToArray(F.root,G),I=[]; -for(var J=0;J<F.contents.length;J++){var K=F.contents[J];K=K.getAscendant('li',true);if(!K||K.getCustomData('list_item_processed'))continue;I.push(K);h.setMarker(G,K,'list_item_processed',true);}var L=null;for(J=0;J<I.length;J++){var M=I[J].getCustomData('listarray_index');H[M].indent=-1;L=M;}for(J=L+1;J<H.length;J++){if(H[J].indent>H[J-1].indent+1){var N=H[J-1].indent+1-H[J].indent,O=H[J].indent;while(H[J]&&H[J].indent>=O){H[J].indent+=N;J++;}J--;}}var P=j.list.arrayToList(H,G,null,E.config.enterMode,F.root.getAttribute('dir')),Q=P.listNode,R,S;function T(U){if((R=Q[U?'getFirst':'getLast']())&&!(R.is&&R.isBlockBoundary())&&(S=F.root[U?'getPrevious':'getNext'](d.walker.whitespaces(true)))&&!(S.is&&S.isBlockBoundary({br:1})))E.document.createElement('br')[U?'insertBefore':'insertAfter'](R);};T(true);T();Q.replace(F.root);};function w(E,F){this.name=E;this.type=F;};w.prototype={exec:function(E){var F=E.document,G=E.config,H=E.getSelection(),I=H&&H.getRanges(true);if(!I||I.length<1)return;if(this.state==2){var J=F.getBody();if(!J.getFirst(q)){G.enterMode==2?J.appendBogus():I[0].fixBlock(1,G.enterMode==1?'p':'div');H.selectRanges(I);}else{var K=I.length==1&&I[0],L=K&&K.getEnclosedNode();if(L&&L.is&&this.type==L.getName())this.setState(1);}}var M=H.createBookmarks(true),N=[],O={},P=I.createIterator(),Q=0;while((K=P.getNextRange())&&++Q){var R=K.getBoundaryNodes(),S=R.startNode,T=R.endNode;if(S.type==1&&S.getName()=='td')K.setStartAt(R.startNode,1);if(T.type==1&&T.getName()=='td')K.setEndAt(R.endNode,2);var U=K.createIterator(),V;U.forceBrBreak=this.state==2;while(V=U.getNextParagraph()){if(V.getCustomData('list_block'))continue;else h.setMarker(O,V,'list_block',1);var W=new d.elementPath(V),X=W.elements,Y=X.length,Z=null,aa=0,ab=W.blockLimit,ac;for(var ad=Y-1;ad>=0&&(ac=X[ad]);ad--){if(m[ac.getName()]&&ab.contains(ac)){ab.removeCustomData('list_group_object_'+Q);var ae=ac.getCustomData('list_group_object');if(ae)ae.contents.push(V);else{ae={root:ac,contents:[V]};N.push(ae);h.setMarker(O,ac,'list_group_object',ae);}aa=1;break;}}if(aa)continue;var af=ab;if(af.getCustomData('list_group_object_'+Q))af.getCustomData('list_group_object_'+Q).contents.push(V);else{ae={root:af,contents:[V]};h.setMarker(O,af,'list_group_object_'+Q,ae);N.push(ae);}}}var ag=[];while(N.length>0){ae=N.shift();if(this.state==2){if(m[ae.root.getName()])s.call(this,E,ae,O,ag);else u.call(this,E,ae,ag);}else if(this.state==1&&m[ae.root.getName()])v.call(this,E,ae,O);}for(ad=0;ad<ag.length;ad++){Z=ag[ad]; -var ah,ai=this;(ah=function(aj){var ak=Z[aj?'getPrevious':'getNext'](d.walker.whitespaces(true));if(ak&&ak.getName&&ak.getName()==ai.type){ak.remove();ak.moveChildren(Z,aj);}})();ah(1);}h.clearAllMarkers(O);H.selectBookmarks(M);E.focus();}};var x=f,y=/[\t\r\n ]*(?: |\xa0)$/;function z(E,F){var G,H=E.children,I=H.length;for(var J=0;J<I;J++){G=H[J];if(G.name&&G.name in F)return J;}return I;};function A(E){return function(F){var G=F.children,H=z(F,x.$list),I=G[H],J=I&&I.previous,K;if(J&&(J.name&&J.name=='br'||J.value&&(K=J.value.match(y)))){var L=J;if(!(K&&K.index)&&L==G[0])G[0]=E||c?new a.htmlParser.text('\xa0'):new a.htmlParser.element('br',{});else if(L.name=='br')G.splice(H-1,1);else L.value=L.value.replace(y,'');}};};var B={elements:{}};for(var C in x.$listItem)B.elements[C]=A();var D={elements:{}};for(C in x.$listItem)D.elements[C]=A(true);j.add('list',{init:function(E){var F=E.addCommand('numberedlist',new w('numberedlist','ol')),G=E.addCommand('bulletedlist',new w('bulletedlist','ul'));E.ui.addButton('NumberedList',{label:E.lang.numberedlist,command:'numberedlist'});E.ui.addButton('BulletedList',{label:E.lang.bulletedlist,command:'bulletedlist'});E.on('selectionChange',e.bind(r,F));E.on('selectionChange',e.bind(r,G));},afterInit:function(E){var F=E.dataProcessor;if(F){F.dataFilter.addRules(B);F.htmlFilter.addRules(D);}},requires:['domiterator']});})();(function(){j.liststyle={requires:['dialog'],init:function(m){m.addCommand('numberedListStyle',new a.dialogCommand('numberedListStyle'));a.dialog.add('numberedListStyle',this.path+'dialogs/liststyle.js');m.addCommand('bulletedListStyle',new a.dialogCommand('bulletedListStyle'));a.dialog.add('bulletedListStyle',this.path+'dialogs/liststyle.js');if(m.addMenuItems){m.addMenuGroup('list',108);m.addMenuItems({numberedlist:{label:m.lang.list.numberedTitle,group:'list',command:'numberedListStyle'},bulletedlist:{label:m.lang.list.bulletedTitle,group:'list',command:'bulletedListStyle'}});}if(m.contextMenu)m.contextMenu.addListener(function(n,o){if(!n||n.isReadOnly())return null;while(n){var p=n.getName();if(p=='ol')return{numberedlist:2};else if(p=='ul')return{bulletedlist:2};n=n.getParent();}return null;});}};j.add('liststyle',j.liststyle);})();(function(){function m(s){if(!s||s.type!=1||s.getName()!='form')return[];var t=[],u=['style','className'];for(var v=0;v<u.length;v++){var w=u[v],x=s.$.elements.namedItem(w);if(x){var y=new h(x);t.push([y,y.nextSibling]);y.remove();}}return t;};function n(s,t){if(!s||s.type!=1||s.getName()!='form')return; -if(t.length>0)for(var u=t.length-1;u>=0;u--){var v=t[u][0],w=t[u][1];if(w)v.insertBefore(w);else v.appendTo(s);}};function o(s,t){var u=m(s),v={},w=s.$;if(!t){v['class']=w.className||'';w.className='';}v.inline=w.style.cssText||'';if(!t)w.style.cssText='position: static; overflow: visible';n(u);return v;};function p(s,t){var u=m(s),v=s.$;if('class' in t)v.className=t['class'];if('inline' in t)v.style.cssText=t.inline;n(u);};function q(s){var t=a.instances;for(var u in t){var v=t[u];if(v.mode=='wysiwyg'&&!v.readOnly){var w=v.document.getBody();w.setAttribute('contentEditable',false);w.setAttribute('contentEditable',true);}}if(s.focusManager.hasFocus){s.toolbox.focus();s.focus();}};function r(s){if(!c||b.version>6)return null;var t=h.createFromHtml('<iframe frameborder="0" tabindex="-1" src="javascript:void((function(){document.open();'+(b.isCustomDomain()?"document.domain='"+this.getDocument().$.domain+"';":'')+'document.close();'+'})())"'+' style="display:block;position:absolute;z-index:-1;'+'progid:DXImageTransform.Microsoft.Alpha(opacity=0);'+'"></iframe>');return s.append(t,true);};j.add('maximize',{init:function(s){var t=s.lang,u=a.document,v=u.getWindow(),w,x,y,z;function A(){var C=v.getViewPaneSize();z&&z.setStyles({width:C.width+'px',height:C.height+'px'});s.resize(C.width,C.height,null,true);};var B=2;s.addCommand('maximize',{modes:{wysiwyg:1,source:1},readOnly:1,editorFocus:false,exec:function(){var C=s.container.getChild(1),D=s.getThemeSpace('contents');if(s.mode=='wysiwyg'){var E=s.getSelection();w=E&&E.getRanges();x=v.getScrollPosition();}else{var F=s.textarea.$;w=!c&&[F.selectionStart,F.selectionEnd];x=[F.scrollLeft,F.scrollTop];}if(this.state==2){v.on('resize',A);y=v.getScrollPosition();var G=s.container;while(G=G.getParent()){G.setCustomData('maximize_saved_styles',o(G));G.setStyle('z-index',s.config.baseFloatZIndex-1);}D.setCustomData('maximize_saved_styles',o(D,true));C.setCustomData('maximize_saved_styles',o(C,true));var H={overflow:b.webkit?'':'hidden',width:0,height:0};u.getDocumentElement().setStyles(H);!b.gecko&&u.getDocumentElement().setStyle('position','fixed');!(b.gecko&&b.quirks)&&u.getBody().setStyles(H);c?setTimeout(function(){v.$.scrollTo(0,0);},0):v.$.scrollTo(0,0);C.setStyle('position',b.gecko&&b.quirks?'fixed':'absolute');C.$.offsetLeft;C.setStyles({'z-index':s.config.baseFloatZIndex-1,left:'0px',top:'0px'});z=r(C);C.addClass('cke_maximized');A();var I=C.getDocumentPosition();C.setStyles({left:-1*I.x+'px',top:-1*I.y+'px'});b.gecko&&q(s); -}else if(this.state==1){v.removeListener('resize',A);var J=[D,C];for(var K=0;K<J.length;K++){p(J[K],J[K].getCustomData('maximize_saved_styles'));J[K].removeCustomData('maximize_saved_styles');}G=s.container;while(G=G.getParent()){p(G,G.getCustomData('maximize_saved_styles'));G.removeCustomData('maximize_saved_styles');}c?setTimeout(function(){v.$.scrollTo(y.x,y.y);},0):v.$.scrollTo(y.x,y.y);C.removeClass('cke_maximized');if(b.webkit){C.setStyle('display','inline');setTimeout(function(){C.setStyle('display','block');},0);}if(z){z.remove();z=null;}s.fire('resize');}this.toggleState();var L=this.uiItems[0];if(L){var M=this.state==2?t.maximize:t.minimize,N=s.element.getDocument().getById(L._.id);N.getChild(1).setHtml(M);N.setAttribute('title',M);N.setAttribute('href','javascript:void("'+M+'");');}if(s.mode=='wysiwyg'){if(w){b.gecko&&q(s);s.getSelection().selectRanges(w);var O=s.getSelection().getStartElement();O&&O.scrollIntoView(true);}else v.$.scrollTo(x.x,x.y);}else{if(w){F.selectionStart=w[0];F.selectionEnd=w[1];}F.scrollLeft=x[0];F.scrollTop=x[1];}w=x=null;B=this.state;},canUndo:false});s.ui.addButton('Maximize',{label:t.maximize,command:'maximize'});s.on('mode',function(){var C=s.getCommand('maximize');C.setState(C.state==0?0:B);},null,null,100);}});})();j.add('newpage',{init:function(m){m.addCommand('newpage',{modes:{wysiwyg:1,source:1},exec:function(n){var o=this;n.setData(n.config.newpage_html||'',function(){setTimeout(function(){n.fire('afterCommandExec',{name:o.name,command:o});n.selectionChange();},200);});n.focus();},async:true});m.ui.addButton('NewPage',{label:m.lang.newPage,command:'newpage'});}});j.add('pagebreak',{init:function(m){m.addCommand('pagebreak',j.pagebreakCmd);m.ui.addButton('PageBreak',{label:m.lang.pagebreak,command:'pagebreak'});var n=['{','background: url('+a.getUrl(this.path+'images/pagebreak.gif')+') no-repeat center center;','clear: both;','width:100%; _width:99.9%;','border-top: #999999 1px dotted;','border-bottom: #999999 1px dotted;','padding:0;','height: 5px;','cursor: default;','}'].join('').replace(/;/g,' !important;');m.addCss('div.cke_pagebreak'+n);b.opera&&m.on('contentDom',function(){m.document.on('click',function(o){var p=o.data.getTarget();if(p.is('div')&&p.hasClass('cke_pagebreak'))m.getSelection().selectElement(p);});});},afterInit:function(m){var n=m.lang.pagebreakAlt,o=m.dataProcessor,p=o&&o.dataFilter,q=o&&o.htmlFilter;if(q)q.addRules({attributes:{'class':function(r,s){var t=r.replace('cke_pagebreak','');if(t!=r){var u=a.htmlParser.fragment.fromHtml('<span style="display: none;"> </span>'); -s.children.length=0;s.add(u);var v=s.attributes;delete v['aria-label'];delete v.contenteditable;delete v.title;}return t;}}},5);if(p)p.addRules({elements:{div:function(r){var s=r.attributes,t=s&&s.style,u=t&&r.children.length==1&&r.children[0],v=u&&u.name=='span'&&u.attributes.style;if(v&&/page-break-after\s*:\s*always/i.test(t)&&/display\s*:\s*none/i.test(v)){s.contenteditable='false';s['class']='cke_pagebreak';s['data-cke-display-name']='pagebreak';s['aria-label']=n;s.title=n;r.children.length=0;}}}});},requires:['fakeobjects']});j.pagebreakCmd={exec:function(m){var n=m.lang.pagebreakAlt,o=h.createFromHtml('<div style="page-break-after: always;"contenteditable="false" title="'+n+'" '+'aria-label="'+n+'" '+'data-cke-display-name="pagebreak" '+'class="cke_pagebreak">'+'</div>',m.document),p=m.getSelection().getRanges(true);m.fire('saveSnapshot');for(var q,r=p.length-1;r>=0;r--){q=p[r];if(r<p.length-1)o=o.clone(true);q.splitBlock('p');q.insertNode(o);if(r==p.length-1){var s=o.getNext();q.moveToPosition(o,4);if(!s||s.type==1&&!s.isEditable())q.fixBlock(true,m.config.enterMode==3?'div':'p');q.select();}}m.fire('saveSnapshot');}};(function(){function m(n){n.data.mode='html';};j.add('pastefromword',{init:function(n){var o=0,p=function(q){q&&q.removeListener();n.removeListener('beforePaste',m);o&&setTimeout(function(){o=0;},0);};n.addCommand('pastefromword',{canUndo:false,exec:function(){o=1;n.on('beforePaste',m);if(n.execCommand('paste','html')===false){n.on('dialogShow',function(q){q.removeListener();q.data.on('cancel',p);});n.on('dialogHide',function(q){q.data.removeListener('cancel',p);});}n.on('afterPaste',p);}});n.ui.addButton('PasteFromWord',{label:n.lang.pastefromword.toolbar,command:'pastefromword'});n.on('pasteState',function(q){n.getCommand('pastefromword').setState(q.data);});n.on('paste',function(q){var r=q.data,s;if((s=r.html)&&(o||/(class=\"?Mso|style=\"[^\"]*\bmso\-|w:WordDocument)/.test(s))){var t=this.loadFilterRules(function(){if(t)n.fire('paste',r);else if(!n.config.pasteFromWordPromptCleanup||o||confirm(n.lang.pastefromword.confirmCleanup))r.html=a.cleanWord(s,n);});t&&q.cancel();}},this);},loadFilterRules:function(n){var o=a.cleanWord;if(o)n();else{var p=a.getUrl(i.pasteFromWordCleanupFile||this.path+'filter/default.js');a.scriptLoader.load(p,n,null,true);}return!o;},requires:['clipboard']});})();(function(){var m={exec:function(n){var o=e.tryThese(function(){var p=window.clipboardData.getData('Text');if(!p)throw 0;return p;});if(!o){n.openDialog('pastetext'); -return false;}else n.fire('paste',{text:o});return true;}};j.add('pastetext',{init:function(n){var o='pastetext',p=n.addCommand(o,m);n.ui.addButton('PasteText',{label:n.lang.pasteText.button,command:o});a.dialog.add(o,a.getUrl(this.path+'dialogs/pastetext.js'));if(n.config.forcePasteAsPlainText){n.on('beforeCommandExec',function(q){var r=q.data.commandData;if(q.data.name=='paste'&&r!='html'){n.execCommand('pastetext');q.cancel();}},null,null,0);n.on('beforePaste',function(q){q.data.mode='text';});}n.on('pasteState',function(q){n.getCommand('pastetext').setState(q.data);});},requires:['clipboard']});})();j.add('popup');e.extend(a.editor.prototype,{popup:function(m,n,o,p){n=n||'80%';o=o||'70%';if(typeof n=='string'&&n.length>1&&n.substr(n.length-1,1)=='%')n=parseInt(window.screen.width*parseInt(n,10)/100,10);if(typeof o=='string'&&o.length>1&&o.substr(o.length-1,1)=='%')o=parseInt(window.screen.height*parseInt(o,10)/100,10);if(n<640)n=640;if(o<420)o=420;var q=parseInt((window.screen.height-o)/2,10),r=parseInt((window.screen.width-n)/2,10);p=(p||'location=no,menubar=no,toolbar=no,dependent=yes,minimizable=no,modal=yes,alwaysRaised=yes,resizable=yes,scrollbars=yes')+',width='+n+',height='+o+',top='+q+',left='+r;var s=window.open('',null,p,true);if(!s)return false;try{s.moveTo(r,q);s.resizeTo(n,o);s.focus();s.location.href=m;}catch(t){s=window.open(m,null,p,true);}return true;}});(function(){var m={modes:{wysiwyg:1,source:1},canUndo:false,readOnly:1,exec:function(o){var p,q=o.config,r=q.baseHref?'<base href="'+q.baseHref+'"/>':'',s=b.isCustomDomain();if(q.fullPage)p=o.getData().replace(/<head>/,'$&'+r).replace(/[^>]*(?=<\/title>)/,'$& — '+o.lang.preview);else{var t='<body ',u=o.document&&o.document.getBody();if(u){if(u.getAttribute('id'))t+='id="'+u.getAttribute('id')+'" ';if(u.getAttribute('class'))t+='class="'+u.getAttribute('class')+'" ';}t+='>';p=o.config.docType+'<html dir="'+o.config.contentsLangDirection+'">'+'<head>'+r+'<title>'+o.lang.preview+'</title>'+e.buildStyleHtml(o.config.contentsCss)+'</head>'+t+o.getData()+'</body></html>';}var v=640,w=420,x=80;try{var y=window.screen;v=Math.round(y.width*0.8);w=Math.round(y.height*0.7);x=Math.round(y.width*0.1);}catch(B){}var z='';if(s){window._cke_htmlToLoad=p;z='javascript:void( (function(){document.open();document.domain="'+document.domain+'";'+'document.write( window.opener._cke_htmlToLoad );'+'document.close();'+'window.opener._cke_htmlToLoad = null;'+'})() )';}var A=window.open(z,null,'toolbar=yes,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width='+v+',height='+w+',left='+x); -if(!s){A.document.open();A.document.write(p);A.document.close();}}},n='preview';j.add(n,{init:function(o){o.addCommand(n,m);o.ui.addButton('Preview',{label:o.lang.preview,command:n});}});})();j.add('print',{init:function(m){var n='print',o=m.addCommand(n,j.print);m.ui.addButton('Print',{label:m.lang.print,command:n});}});j.print={exec:function(m){if(b.opera)return;else if(b.gecko)m.window.$.print();else m.document.$.execCommand('Print');},canUndo:false,readOnly:1,modes:{wysiwyg:!b.opera}};j.add('removeformat',{requires:['selection'],init:function(m){m.addCommand('removeFormat',j.removeformat.commands.removeformat);m.ui.addButton('RemoveFormat',{label:m.lang.removeFormat,command:'removeFormat'});m._.removeFormat={filters:[]};}});j.removeformat={commands:{removeformat:{exec:function(m){var n=m._.removeFormatRegex||(m._.removeFormatRegex=new RegExp('^(?:'+m.config.removeFormatTags.replace(/,/g,'|')+')$','i')),o=m._.removeAttributes||(m._.removeAttributes=m.config.removeFormatAttributes.split(',')),p=j.removeformat.filter,q=m.getSelection().getRanges(1),r=q.createIterator(),s;while(s=r.getNextRange()){if(!s.collapsed)s.enlarge(1);var t=s.createBookmark(),u=t.startNode,v=t.endNode,w,x=function(z){var A=new d.elementPath(z),B=A.elements;for(var C=1,D;D=B[C];C++){if(D.equals(A.block)||D.equals(A.blockLimit))break;if(n.test(D.getName())&&p(m,D))z.breakParent(D);}};x(u);if(v){x(v);w=u.getNextSourceNode(true,1);while(w){if(w.equals(v))break;var y=w.getNextSourceNode(false,1);if(!(w.getName()=='img'&&w.data('cke-realelement'))&&p(m,w))if(n.test(w.getName()))w.remove(1);else{w.removeAttributes(o);m.fire('removeFormatCleanup',w);}w=y;}}s.moveToBookmark(t);}m.getSelection().selectRanges(q);}}},filter:function(m,n){var o=m._.removeFormat.filters;for(var p=0;p<o.length;p++){if(o[p](n)===false)return false;}return true;}};a.editor.prototype.addRemoveFormatFilter=function(m){this._.removeFormat.filters.push(m);};i.removeFormatTags='b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var';i.removeFormatAttributes='class,style,lang,width,height,align,hspace,valign';j.add('resize',{init:function(m){var n=m.config,o=m.element.getDirection(1);!n.resize_dir&&(n.resize_dir='both');n.resize_maxWidth==undefined&&(n.resize_maxWidth=3000);n.resize_maxHeight==undefined&&(n.resize_maxHeight=3000);n.resize_minWidth==undefined&&(n.resize_minWidth=750);n.resize_minHeight==undefined&&(n.resize_minHeight=250);if(n.resize_enabled!==false){var p=null,q,r,s=(n.resize_dir=='both'||n.resize_dir=='horizontal')&&n.resize_minWidth!=n.resize_maxWidth,t=(n.resize_dir=='both'||n.resize_dir=='vertical')&&n.resize_minHeight!=n.resize_maxHeight; -function u(x){var y=x.data.$.screenX-q.x,z=x.data.$.screenY-q.y,A=r.width,B=r.height,C=A+y*(o=='rtl'?-1:1),D=B+z;if(s)A=Math.max(n.resize_minWidth,Math.min(C,n.resize_maxWidth));if(t)B=Math.max(n.resize_minHeight,Math.min(D,n.resize_maxHeight));m.resize(A,B);};function v(x){a.document.removeListener('mousemove',u);a.document.removeListener('mouseup',v);if(m.document){m.document.removeListener('mousemove',u);m.document.removeListener('mouseup',v);}};var w=e.addFunction(function(x){if(!p)p=m.getResizable();r={width:p.$.offsetWidth||0,height:p.$.offsetHeight||0};q={x:x.screenX,y:x.screenY};n.resize_minWidth>r.width&&(n.resize_minWidth=r.width);n.resize_minHeight>r.height&&(n.resize_minHeight=r.height);a.document.on('mousemove',u);a.document.on('mouseup',v);if(m.document){m.document.on('mousemove',u);m.document.on('mouseup',v);}});m.on('destroy',function(){e.removeFunction(w);});m.on('themeSpace',function(x){if(x.data.space=='bottom'){var y='';if(s&&!t)y=' cke_resizer_horizontal';if(!s&&t)y=' cke_resizer_vertical';var z='<div class="cke_resizer'+y+' cke_resizer_'+o+'"'+' title="'+e.htmlEncode(m.lang.resize)+'"'+' onmousedown="CKEDITOR.tools.callFunction('+w+', event)"'+'></div>';o=='ltr'&&y=='ltr'?x.data.html+=z:x.data.html=z+x.data.html;}},m,null,100);}}});(function(){var m={modes:{wysiwyg:1,source:1},readOnly:1,exec:function(o){var p=o.element.$.form;if(p)try{p.submit();}catch(q){if(p.submit.click)p.submit.click();}}},n='save';j.add(n,{init:function(o){var p=o.addCommand(n,m);p.modes={wysiwyg:!!o.element.$.form};o.ui.addButton('Save',{label:o.lang.save,command:n});}});})();(function(){var m='scaytcheck',n='';function o(t,u){var v=0,w;for(w in u){if(u[w]==t){v=1;break;}}return v;};var p=function(){var t=this,u=function(){var y=t.config,z={};z.srcNodeRef=t.document.getWindow().$.frameElement;z.assocApp='CKEDITOR.'+a.version+'@'+a.revision;z.customerid=y.scayt_customerid||'1:WvF0D4-UtPqN1-43nkD4-NKvUm2-daQqk3-LmNiI-z7Ysb4-mwry24-T8YrS3-Q2tpq2';z.customDictionaryIds=y.scayt_customDictionaryIds||'';z.userDictionaryName=y.scayt_userDictionaryName||'';z.sLang=y.scayt_sLang||'en_US';z.onLoad=function(){if(!(c&&b.version<8))this.addStyle(this.selectorCss(),'padding-bottom: 2px !important;');if(t.focusManager.hasFocus&&!q.isControlRestored(t))this.focus();};z.onBeforeChange=function(){if(q.getScayt(t)&&!t.checkDirty())setTimeout(function(){t.resetDirty();},0);};var A=window.scayt_custom_params;if(typeof A=='object')for(var B in A)z[B]=A[B];if(q.getControlId(t))z.id=q.getControlId(t); -var C=new window.scayt(z);C.afterMarkupRemove.push(function(E){new h(E,C.document).mergeSiblings();});var D=q.instances[t.name];if(D){C.sLang=D.sLang;C.option(D.option());C.paused=D.paused;}q.instances[t.name]=C;try{C.setDisabled(q.isPaused(t)===false);}catch(E){}t.fire('showScaytState');};t.on('contentDom',u);t.on('contentDomUnload',function(){var y=a.document.getElementsByTag('script'),z=/^dojoIoScript(\d+)$/i,A=/^https?:\/\/svc\.spellchecker\.net\/spellcheck\/script\/ssrv\.cgi/i;for(var B=0;B<y.count();B++){var C=y.getItem(B),D=C.getId(),E=C.getAttribute('src');if(D&&E&&D.match(z)&&E.match(A))C.remove();}});t.on('beforeCommandExec',function(y){if((y.data.name=='source'||y.data.name=='newpage')&&t.mode=='wysiwyg'){var z=q.getScayt(t);if(z){q.setPaused(t,!z.disabled);q.setControlId(t,z.id);z.destroy(true);delete q.instances[t.name];}}else if(y.data.name=='source'&&t.mode=='source')q.markControlRestore(t);});t.on('afterCommandExec',function(y){if(!q.isScaytEnabled(t))return;if(t.mode=='wysiwyg'&&(y.data.name=='undo'||y.data.name=='redo'))window.setTimeout(function(){q.getScayt(t).refresh();},10);});t.on('destroy',function(y){var z=y.editor,A=q.getScayt(z);if(!A)return;delete q.instances[z.name];q.setControlId(z,A.id);A.destroy(true);});t.on('afterSetData',function(){if(q.isScaytEnabled(t))window.setTimeout(function(){var y=q.getScayt(t);y&&y.refresh();},10);});t.on('insertElement',function(){var y=q.getScayt(t);if(q.isScaytEnabled(t)){if(c)t.getSelection().unlock(true);window.setTimeout(function(){y.focus();y.refresh();},10);}},this,null,50);t.on('insertHtml',function(){var y=q.getScayt(t);if(q.isScaytEnabled(t)){if(c)t.getSelection().unlock(true);window.setTimeout(function(){y.focus();y.refresh();},10);}},this,null,50);t.on('scaytDialog',function(y){y.data.djConfig=window.djConfig;y.data.scayt_control=q.getScayt(t);y.data.tab=n;y.data.scayt=window.scayt;});var v=t.dataProcessor,w=v&&v.htmlFilter;if(w)w.addRules({elements:{span:function(y){if(y.attributes['data-scayt_word']&&y.attributes['data-scaytid']){delete y.name;return y;}}}});var x=j.undo.Image.prototype;x.equals=e.override(x.equals,function(y){return function(z){var E=this;var A=E.contents,B=z.contents,C=q.getScayt(E.editor);if(C&&q.isScaytReady(E.editor)){E.contents=C.reset(A)||'';z.contents=C.reset(B)||'';}var D=y.apply(E,arguments);E.contents=A;z.contents=B;return D;};});if(t.document)u();};j.scayt={engineLoaded:false,instances:{},controlInfo:{},setControlInfo:function(t,u){if(t&&t.name&&typeof this.controlInfo[t.name]!='object')this.controlInfo[t.name]={}; -for(var v in u)this.controlInfo[t.name][v]=u[v];},isControlRestored:function(t){if(t&&t.name&&this.controlInfo[t.name])return this.controlInfo[t.name].restored;return false;},markControlRestore:function(t){this.setControlInfo(t,{restored:true});},setControlId:function(t,u){this.setControlInfo(t,{id:u});},getControlId:function(t){if(t&&t.name&&this.controlInfo[t.name]&&this.controlInfo[t.name].id)return this.controlInfo[t.name].id;return null;},setPaused:function(t,u){this.setControlInfo(t,{paused:u});},isPaused:function(t){if(t&&t.name&&this.controlInfo[t.name])return this.controlInfo[t.name].paused;return undefined;},getScayt:function(t){return this.instances[t.name];},isScaytReady:function(t){return this.engineLoaded===true&&'undefined'!==typeof window.scayt&&this.getScayt(t);},isScaytEnabled:function(t){var u=this.getScayt(t);return u?u.disabled===false:false;},getUiTabs:function(t){var u=[],v=t.config.scayt_uiTabs||'1,1,1';v=v.split(',');v[3]='1';for(var w=0;w<4;w++)u[w]=typeof window.scayt!='undefined'&&typeof window.scayt.uiTags!='undefined'?parseInt(v[w],10)&&window.scayt.uiTags[w]:parseInt(v[w],10);return u;},loadEngine:function(t){if(b.gecko&&b.version<10900||b.opera||b.air)return t.fire('showScaytState');if(this.engineLoaded===true)return p.apply(t);else if(this.engineLoaded==-1)return a.on('scaytReady',function(){p.apply(t);});a.on('scaytReady',p,t);a.on('scaytReady',function(){this.engineLoaded=true;},this,null,0);this.engineLoaded=-1;var u=document.location.protocol;u=u.search(/https?:/)!=-1?u:'http:';var v='svc.spellchecker.net/scayt26/loader__base.js',w=t.config.scayt_srcUrl||u+'//'+v,x=q.parseUrl(w).path+'/';if(window.scayt==undefined){a._djScaytConfig={baseUrl:x,addOnLoad:[function(){a.fireOnce('scaytReady');}],isDebug:false};a.document.getHead().append(a.document.createElement('script',{attributes:{type:'text/javascript',async:'true',src:w}}));}else a.fireOnce('scaytReady');return null;},parseUrl:function(t){var u;if(t.match&&(u=t.match(/(.*)[\/\\](.*?\.\w+)$/)))return{path:u[1],file:u[2]};else return t;}};var q=j.scayt,r=function(t,u,v,w,x,y,z){t.addCommand(w,x);t.addMenuItem(w,{label:v,command:w,group:y,order:z});},s={preserveState:true,editorFocus:false,canUndo:false,exec:function(t){if(q.isScaytReady(t)){var u=q.isScaytEnabled(t);this.setState(u?2:1);var v=q.getScayt(t);v.focus();v.setDisabled(u);}else if(!t.config.scayt_autoStartup&&q.engineLoaded>=0){this.setState(0);q.loadEngine(t);}}};j.add('scayt',{requires:['menubutton'],beforeInit:function(t){var u=t.config.scayt_contextMenuItemsOrder||'suggest|moresuggest|control',v=''; -u=u.split('|');if(u&&u.length)for(var w=0;w<u.length;w++)v+='scayt_'+u[w]+(u.length!=parseInt(w,10)+1?',':'');t.config.menu_groups=v+','+t.config.menu_groups;},init:function(t){var u=t.dataProcessor&&t.dataProcessor.dataFilter,v={elements:{span:function(E){var F=E.attributes;if(F&&F['data-scaytid'])delete E.name;}}};u&&u.addRules(v);var w={},x={},y=t.addCommand(m,s);a.dialog.add(m,a.getUrl(this.path+'dialogs/options.js'));var z=q.getUiTabs(t),A='scaytButton';t.addMenuGroup(A);var B={},C=t.lang.scayt;B.scaytToggle={label:C.enable,command:m,group:A};if(z[0]==1)B.scaytOptions={label:C.options,group:A,onClick:function(){n='options';t.openDialog(m);}};if(z[1]==1)B.scaytLangs={label:C.langs,group:A,onClick:function(){n='langs';t.openDialog(m);}};if(z[2]==1)B.scaytDict={label:C.dictionariesTab,group:A,onClick:function(){n='dictionaries';t.openDialog(m);}};B.scaytAbout={label:t.lang.scayt.about,group:A,onClick:function(){n='about';t.openDialog(m);}};t.addMenuItems(B);t.ui.add('Scayt','menubutton',{label:C.title,title:b.opera?C.opera_title:C.title,className:'cke_button_scayt',modes:{wysiwyg:1},onRender:function(){y.on('state',function(){this.setState(y.state);},this);},onMenu:function(){var E=q.isScaytEnabled(t);t.getMenuItem('scaytToggle').label=C[E?'disable':'enable'];var F=q.getUiTabs(t);return{scaytToggle:2,scaytOptions:E&&F[0]?2:0,scaytLangs:E&&F[1]?2:0,scaytDict:E&&F[2]?2:0,scaytAbout:E&&F[3]?2:0};}});if(t.contextMenu&&t.addMenuItems)t.contextMenu.addListener(function(E,F){if(!q.isScaytEnabled(t)||F.getRanges()[0].checkReadOnly())return null;var G=q.getScayt(t),H=G.getScaytNode();if(!H)return null;var I=G.getWord(H);if(!I)return null;var J=G.getLang(),K={},L=window.scayt.getSuggestion(I,J);if(!L||!L.length)return null;for(var M in w){delete t._.menuItems[M];delete t._.commands[M];}for(M in x){delete t._.menuItems[M];delete t._.commands[M];}w={};x={};var N=t.config.scayt_moreSuggestions||'on',O=false,P=t.config.scayt_maxSuggestions;typeof P!='number'&&(P=5);!P&&(P=L.length);var Q=t.config.scayt_contextCommands||'all';Q=Q.split('|');for(var R=0,S=L.length;R<S;R+=1){var T='scayt_suggestion_'+L[R].replace(' ','_'),U=(function(Y,Z){return{exec:function(){G.replace(Y,Z);}};})(H,L[R]);if(R<P){r(t,'button_'+T,L[R],T,U,'scayt_suggest',R+1);K[T]=2;x[T]=2;}else if(N=='on'){r(t,'button_'+T,L[R],T,U,'scayt_moresuggest',R+1);w[T]=2;O=true;}}if(O){t.addMenuItem('scayt_moresuggest',{label:C.moreSuggestions,group:'scayt_moresuggest',order:10,getItems:function(){return w;}});x.scayt_moresuggest=2; -}if(o('all',Q)||o('ignore',Q)){var V={exec:function(){G.ignore(H);}};r(t,'ignore',C.ignore,'scayt_ignore',V,'scayt_control',1);x.scayt_ignore=2;}if(o('all',Q)||o('ignoreall',Q)){var W={exec:function(){G.ignoreAll(H);}};r(t,'ignore_all',C.ignoreAll,'scayt_ignore_all',W,'scayt_control',2);x.scayt_ignore_all=2;}if(o('all',Q)||o('add',Q)){var X={exec:function(){window.scayt.addWordToUserDictionary(H);}};r(t,'add_word',C.addWord,'scayt_add_word',X,'scayt_control',3);x.scayt_add_word=2;}if(G.fireOnContextMenu)G.fireOnContextMenu(t);return x;});var D=function(){t.removeListener('showScaytState',D);if(!b.opera&&!b.air)y.setState(q.isScaytEnabled(t)?1:2);else y.setState(0);};t.on('showScaytState',D);if(b.opera||b.air)t.on('instanceReady',function(){D();});if(t.config.scayt_autoStartup)t.on('instanceReady',function(){q.loadEngine(t);});},afterInit:function(t){var u,v=function(w){if(w.hasAttribute('data-scaytid'))return false;};if(t._.elementsPath&&(u=t._.elementsPath.filters))u.push(v);t.addRemoveFormatFilter&&t.addRemoveFormatFilter(v);}});})();j.add('smiley',{requires:['dialog'],init:function(m){m.config.smiley_path=m.config.smiley_path||this.path+'images/';m.addCommand('smiley',new a.dialogCommand('smiley'));m.ui.addButton('Smiley',{label:m.lang.smiley.toolbar,command:'smiley'});a.dialog.add('smiley',this.path+'dialogs/smiley.js');}});i.smiley_images=['regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','confused_smile.gif','tounge_smile.gif','embaressed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angry_smile.gif','angel_smile.gif','shades_smile.gif','devil_smile.gif','cry_smile.gif','lightbulb.gif','thumbs_down.gif','thumbs_up.gif','heart.gif','broken_heart.gif','kiss.gif','envelope.gif'];i.smiley_descriptions=['smiley','sad','wink','laugh','frown','cheeky','blush','surprise','indecision','angry','angel','cool','devil','crying','enlightened','no','yes','heart','broken heart','kiss','mail'];(function(){var m='.%2 p,.%2 div,.%2 pre,.%2 address,.%2 blockquote,.%2 h1,.%2 h2,.%2 h3,.%2 h4,.%2 h5,.%2 h6{background-repeat: no-repeat;background-position: top %3;border: 1px dotted gray;padding-top: 8px;padding-%3: 8px;}.%2 p{%1p.png);}.%2 div{%1div.png);}.%2 pre{%1pre.png);}.%2 address{%1address.png);}.%2 blockquote{%1blockquote.png);}.%2 h1{%1h1.png);}.%2 h2{%1h2.png);}.%2 h3{%1h3.png);}.%2 h4{%1h4.png);}.%2 h5{%1h5.png);}.%2 h6{%1h6.png);}',n=/%1/g,o=/%2/g,p=/%3/g,q={readOnly:1,preserveState:true,editorFocus:false,exec:function(r){this.toggleState(); -this.refresh(r);},refresh:function(r){if(r.document){var s=this.state==1?'addClass':'removeClass';r.document.getBody()[s]('cke_show_blocks');}}};j.add('showblocks',{requires:['wysiwygarea'],init:function(r){var s=r.addCommand('showblocks',q);s.canUndo=false;if(r.config.startupOutlineBlocks)s.setState(1);r.addCss(m.replace(n,'background-image: url('+a.getUrl(this.path)+'images/block_').replace(o,'cke_show_blocks ').replace(p,r.lang.dir=='rtl'?'right':'left'));r.ui.addButton('ShowBlocks',{label:r.lang.showBlocks,command:'showblocks'});r.on('mode',function(){if(s.state!=0)s.refresh(r);});r.on('contentDom',function(){if(s.state!=0)s.refresh(r);});}});})();(function(){var m='cke_show_border',n,o=(b.ie6Compat?['.%1 table.%2,','.%1 table.%2 td, .%1 table.%2 th','{','border : #d3d3d3 1px dotted','}']:['.%1 table.%2,','.%1 table.%2 > tr > td, .%1 table.%2 > tr > th,','.%1 table.%2 > tbody > tr > td, .%1 table.%2 > tbody > tr > th,','.%1 table.%2 > thead > tr > td, .%1 table.%2 > thead > tr > th,','.%1 table.%2 > tfoot > tr > td, .%1 table.%2 > tfoot > tr > th','{','border : #d3d3d3 1px dotted','}']).join('');n=o.replace(/%2/g,m).replace(/%1/g,'cke_show_borders ');var p={preserveState:true,editorFocus:false,readOnly:1,exec:function(q){this.toggleState();this.refresh(q);},refresh:function(q){if(q.document){var r=this.state==1?'addClass':'removeClass';q.document.getBody()[r]('cke_show_borders');}}};j.add('showborders',{requires:['wysiwygarea'],modes:{wysiwyg:1},init:function(q){var r=q.addCommand('showborders',p);r.canUndo=false;if(q.config.startupShowBorders!==false)r.setState(1);q.addCss(n);q.on('mode',function(){if(r.state!=0)r.refresh(q);},null,null,100);q.on('contentDom',function(){if(r.state!=0)r.refresh(q);});q.on('removeFormatCleanup',function(s){var t=s.data;if(q.getCommand('showborders').state==1&&t.is('table')&&(!t.hasAttribute('border')||parseInt(t.getAttribute('border'),10)<=0))t.addClass(m);});},afterInit:function(q){var r=q.dataProcessor,s=r&&r.dataFilter,t=r&&r.htmlFilter;if(s)s.addRules({elements:{table:function(u){var v=u.attributes,w=v['class'],x=parseInt(v.border,10);if(!x||x<=0)v['class']=(w||'')+' '+m;}}});if(t)t.addRules({elements:{table:function(u){var v=u.attributes,w=v['class'];w&&(v['class']=w.replace(m,'').replace(/\s{2}/,' ').replace(/^\s+|\s+$/,''));}}});}});a.on('dialogDefinition',function(q){var r=q.data.name;if(r=='table'||r=='tableProperties'){var s=q.data.definition,t=s.getContents('info'),u=t.get('txtBorder'),v=u.commit;u.commit=e.override(v,function(y){return function(z,A){y.apply(this,arguments); -var B=parseInt(this.getValue(),10);A[!B||B<=0?'addClass':'removeClass'](m);};});var w=s.getContents('advanced'),x=w&&w.get('advCSSClasses');if(x){x.setup=e.override(x.setup,function(y){return function(){y.apply(this,arguments);this.setValue(this.getValue().replace(/cke_show_border/,''));};});x.commit=e.override(x.commit,function(y){return function(z,A){y.apply(this,arguments);if(!parseInt(A.getAttribute('border'),10))A.addClass('cke_show_border');};});}}});})();j.add('sourcearea',{requires:['editingblock'],init:function(m){var n=j.sourcearea,o=a.document.getWindow();m.on('editingBlockReady',function(){var p,q;m.addMode('source',{load:function(r,s){if(c&&b.version<8)r.setStyle('position','relative');m.textarea=p=new h('textarea');p.setAttributes({dir:'ltr',tabIndex:b.webkit?-1:m.tabIndex,role:'textbox','aria-label':m.lang.editorTitle.replace('%1',m.name)});p.addClass('cke_source');p.addClass('cke_enable_context_menu');m.readOnly&&p.setAttribute('readOnly','readonly');var t={width:b.ie7Compat?'99%':'100%',height:'100%',resize:'none',outline:'none','text-align':'left'};if(c){q=function(){p.hide();p.setStyle('height',r.$.clientHeight+'px');p.setStyle('width',r.$.clientWidth+'px');p.show();};m.on('resize',q);o.on('resize',q);setTimeout(q,0);}r.setHtml('');r.append(p);p.setStyles(t);m.fire('ariaWidget',p);p.on('blur',function(){m.focusManager.blur();});p.on('focus',function(){m.focusManager.focus();});m.mayBeDirty=true;this.loadData(s);var u=m.keystrokeHandler;if(u)u.attach(p);setTimeout(function(){m.mode='source';m.fire('mode');},b.gecko||b.webkit?100:0);},loadData:function(r){p.setValue(r);m.fire('dataReady');},getData:function(){return p.getValue();},getSnapshotData:function(){return p.getValue();},unload:function(r){p.clearCustomData();m.textarea=p=null;if(q){m.removeListener('resize',q);o.removeListener('resize',q);}if(c&&b.version<8)r.removeStyle('position');},focus:function(){p.focus();}});});m.on('readOnly',function(){if(m.mode=='source')if(m.readOnly)m.textarea.setAttribute('readOnly','readonly');else m.textarea.removeAttribute('readOnly');});m.addCommand('source',n.commands.source);if(m.ui.addButton)m.ui.addButton('Source',{label:m.lang.source,command:'source'});m.on('mode',function(){m.getCommand('source').setState(m.mode=='source'?1:2);});}});j.sourcearea={commands:{source:{modes:{wysiwyg:1,source:1},editorFocus:false,readOnly:1,exec:function(m){if(m.mode=='wysiwyg')m.fire('saveSnapshot');m.getCommand('source').setState(0);m.setMode(m.mode=='source'?'wysiwyg':'source'); -},canUndo:false}}};(function(){j.add('stylescombo',{requires:['richcombo','styles'],init:function(n){var o=n.config,p=n.lang.stylesCombo,q={},r=[],s;function t(u){n.getStylesSet(function(v){if(!r.length){var w,x;for(var y=0,z=v.length;y<z;y++){var A=v[y];x=A.name;w=q[x]=new a.style(A);w._name=x;w._.enterMode=o.enterMode;r.push(w);}r.sort(m);}u&&u();});};n.ui.addRichCombo('Styles',{label:p.label,title:p.panelTitle,className:'cke_styles',panel:{css:n.skin.editor.css.concat(o.contentsCss),multiSelect:true,attributes:{'aria-label':p.panelTitle}},init:function(){s=this;t(function(){var u,v,w,x,y,z;for(y=0,z=r.length;y<z;y++){u=r[y];v=u._name;x=u.type;if(x!=w){s.startGroup(p['panelTitle'+String(x)]);w=x;}s.add(v,u.type==3?v:u.buildPreview(),v);}s.commit();});},onClick:function(u){n.focus();n.fire('saveSnapshot');var v=q[u],w=n.getSelection(),x=new d.elementPath(w.getStartElement());v[v.checkActive(x)?'remove':'apply'](n.document);n.fire('saveSnapshot');},onRender:function(){n.on('selectionChange',function(u){var v=this.getValue(),w=u.data.path,x=w.elements;for(var y=0,z=x.length,A;y<z;y++){A=x[y];for(var B in q){if(q[B].checkElementRemovable(A,true)){if(B!=v)this.setValue(B);return;}}}this.setValue('');},this);},onOpen:function(){var B=this;if(c||b.webkit)n.focus();var u=n.getSelection(),v=u.getSelectedElement(),w=new d.elementPath(v||u.getStartElement()),x=[0,0,0,0];B.showAll();B.unmarkAll();for(var y in q){var z=q[y],A=z.type;if(z.checkActive(w))B.mark(y);else if(A==3&&!z.checkApplicable(w)){B.hideItem(y);x[A]--;}x[A]++;}if(!x[1])B.hideGroup(p['panelTitle'+String(1)]);if(!x[2])B.hideGroup(p['panelTitle'+String(2)]);if(!x[3])B.hideGroup(p['panelTitle'+String(3)]);},reset:function(){if(s){delete s._.panel;delete s._.list;s._.committed=0;s._.items={};s._.state=2;}q={};r=[];t();}});n.on('instanceReady',function(){t();});}});function m(n,o){var p=n.type,q=o.type;return p==q?0:p==3?-1:q==3?1:q==1?1:-1;};})();j.add('table',{init:function(m){var n=j.table,o=m.lang.table;m.addCommand('table',new a.dialogCommand('table'));m.addCommand('tableProperties',new a.dialogCommand('tableProperties'));m.ui.addButton('Table',{label:o.toolbar,command:'table'});a.dialog.add('table',this.path+'dialogs/table.js');a.dialog.add('tableProperties',this.path+'dialogs/table.js');if(m.addMenuItems)m.addMenuItems({table:{label:o.menu,command:'tableProperties',group:'table',order:5},tabledelete:{label:o.deleteTable,command:'tableDelete',group:'table',order:1}});m.on('doubleclick',function(p){var q=p.data.element; -if(q.is('table'))p.data.dialog='tableProperties';});if(m.contextMenu)m.contextMenu.addListener(function(p,q){if(!p||p.isReadOnly())return null;var r=p.hasAscendant('table',1);if(r)return{tabledelete:2,table:2};return null;});}});(function(){var m=/^(?:td|th)$/;function n(G){var H=G.createBookmarks(),I=G.getRanges(),J=[],K={};function L(T){if(J.length>0)return;if(T.type==1&&m.test(T.getName())&&!T.getCustomData('selected_cell')){h.setMarker(K,T,'selected_cell',true);J.push(T);}};for(var M=0;M<I.length;M++){var N=I[M];if(N.collapsed){var O=N.getCommonAncestor(),P=O.getAscendant('td',true)||O.getAscendant('th',true);if(P)J.push(P);}else{var Q=new d.walker(N),R;Q.guard=L;while(R=Q.next()){var S=R.getAscendant('td')||R.getAscendant('th');if(S&&!S.getCustomData('selected_cell')){h.setMarker(K,S,'selected_cell',true);J.push(S);}}}}h.clearAllMarkers(K);G.selectBookmarks(H);return J;};function o(G){var H=0,I=G.length-1,J={},K,L,M;while(K=G[H++])h.setMarker(J,K,'delete_cell',true);H=0;while(K=G[H++]){if((L=K.getPrevious())&&!L.getCustomData('delete_cell')||(L=K.getNext())&&!L.getCustomData('delete_cell')){h.clearAllMarkers(J);return L;}}h.clearAllMarkers(J);M=G[0].getParent();if(M=M.getPrevious())return M.getLast();M=G[I].getParent();if(M=M.getNext())return M.getChild(0);return null;};function p(G,H){var I=n(G),J=I[0],K=J.getAscendant('table'),L=J.getDocument(),M=I[0].getParent(),N=M.$.rowIndex,O=I[I.length-1],P=O.getParent().$.rowIndex+O.$.rowSpan-1,Q=new h(K.$.rows[P]),R=H?N:P,S=H?M:Q,T=e.buildTableMap(K),U=T[R],V=H?T[R-1]:T[R+1],W=T[0].length,X=L.createElement('tr');for(var Y=0;Y<W;Y++){var Z;if(U[Y].rowSpan>1&&V&&U[Y]==V[Y]){Z=U[Y];Z.rowSpan+=1;}else{Z=new h(U[Y]).clone();Z.removeAttribute('rowSpan');!c&&Z.appendBogus();X.append(Z);Z=Z.$;}Y+=Z.colSpan-1;}H?X.insertBefore(S):X.insertAfter(S);};function q(G){if(G instanceof d.selection){var H=n(G),I=H[0],J=I.getAscendant('table'),K=e.buildTableMap(J),L=H[0].getParent(),M=L.$.rowIndex,N=H[H.length-1],O=N.getParent().$.rowIndex+N.$.rowSpan-1,P=[];for(var Q=M;Q<=O;Q++){var R=K[Q],S=new h(J.$.rows[Q]);for(var T=0;T<R.length;T++){var U=new h(R[T]),V=U.getParent().$.rowIndex;if(U.$.rowSpan==1)U.remove();else{U.$.rowSpan-=1;if(V==Q){var W=K[Q+1];W[T-1]?U.insertAfter(new h(W[T-1])):new h(J.$.rows[Q+1]).append(U,1);}}T+=U.$.colSpan-1;}P.push(S);}var X=J.$.rows,Y=new h(X[O+1]||(M>0?X[M-1]:null)||J.$.parentNode);for(Q=P.length;Q>=0;Q--)q(P[Q]);return Y;}else if(G instanceof h){J=G.getAscendant('table');if(J.$.rows.length==1)J.remove(); -else G.remove();}return null;};function r(G,H){var I=G.getParent(),J=I.$.cells,K=0;for(var L=0;L<J.length;L++){var M=J[L];K+=H?1:M.colSpan;if(M==G.$)break;}return K-1;};function s(G,H){var I=H?Infinity:0;for(var J=0;J<G.length;J++){var K=r(G[J],H);if(H?K<I:K>I)I=K;}return I;};function t(G,H){var I=n(G),J=I[0],K=J.getAscendant('table'),L=s(I,1),M=s(I),N=H?L:M,O=e.buildTableMap(K),P=[],Q=[],R=O.length;for(var S=0;S<R;S++){P.push(O[S][N]);var T=H?O[S][N-1]:O[S][N+1];T&&Q.push(T);}for(S=0;S<R;S++){var U;if(P[S].colSpan>1&&Q.length&&Q[S]==P[S]){U=P[S];U.colSpan+=1;}else{U=new h(P[S]).clone();U.removeAttribute('colSpan');!c&&U.appendBogus();U[H?'insertBefore':'insertAfter'].call(U,new h(P[S]));U=U.$;}S+=U.rowSpan-1;}};function u(G){var H=n(G),I=H[0],J=H[H.length-1],K=I.getAscendant('table'),L=e.buildTableMap(K),M,N,O=[];for(var P=0,Q=L.length;P<Q;P++)for(var R=0,S=L[P].length;R<S;R++){if(L[P][R]==I.$)M=R;if(L[P][R]==J.$)N=R;}for(P=M;P<=N;P++)for(R=0;R<L.length;R++){var T=L[R],U=new h(K.$.rows[R]),V=new h(T[P]);if(V.$){if(V.$.colSpan==1)V.remove();else V.$.colSpan-=1;R+=V.$.rowSpan-1;if(!U.$.cells.length)O.push(U);}}var W=K.$.rows[0]&&K.$.rows[0].cells,X=new h(W[M]||(M?W[M-1]:K.$.parentNode));if(O.length==Q)K.remove();return X;};function v(G){var H=[],I=G[0]&&G[0].getAscendant('table'),J,K,L,M;for(J=0,K=G.length;J<K;J++)H.push(G[J].$.cellIndex);H.sort();for(J=1,K=H.length;J<K;J++){if(H[J]-H[J-1]>1){L=H[J-1]+1;break;}}if(!L)L=H[0]>0?H[0]-1:H[H.length-1]+1;var N=I.$.rows;for(J=0,K=N.length;J<K;J++){M=N[J].cells[L];if(M)break;}return M?new h(M):I.getPrevious();};function w(G,H){var I=G.getStartElement(),J=I.getAscendant('td',1)||I.getAscendant('th',1);if(!J)return;var K=J.clone();if(!c)K.appendBogus();if(H)K.insertBefore(J);else K.insertAfter(J);};function x(G){if(G instanceof d.selection){var H=n(G),I=H[0]&&H[0].getAscendant('table'),J=o(H);for(var K=H.length-1;K>=0;K--)x(H[K]);if(J)z(J,true);else if(I)I.remove();}else if(G instanceof h){var L=G.getParent();if(L.getChildCount()==1)L.remove();else G.remove();}};function y(G){var H=G.getBogus();H&&H.remove();G.trim();};function z(G,H){var I=new d.range(G.getDocument());if(!I['moveToElementEdit'+(H?'End':'Start')](G)){I.selectNodeContents(G);I.collapse(H?false:true);}I.select(true);};function A(G,H,I){var J=G[H];if(typeof I=='undefined')return J;for(var K=0;J&&K<J.length;K++){if(I.is&&J[K]==I.$)return K;else if(K==I)return new h(J[K]);}return I.is?-1:null;};function B(G,H,I){var J=[];for(var K=0;K<G.length;K++){var L=G[K]; -if(typeof I=='undefined')J.push(L[H]);else if(I.is&&L[H]==I.$)return K;else if(K==I)return new h(L[H]);}return typeof I=='undefined'?J:I.is?-1:null;};function C(G,H,I){var J=n(G),K;if((H?J.length!=1:J.length<2)||(K=G.getCommonAncestor())&&K.type==1&&K.is('table'))return false;var L,M=J[0],N=M.getAscendant('table'),O=e.buildTableMap(N),P=O.length,Q=O[0].length,R=M.getParent().$.rowIndex,S=A(O,R,M);if(H){var T;try{var U=parseInt(M.getAttribute('rowspan'),10)||1,V=parseInt(M.getAttribute('colspan'),10)||1;T=O[H=='up'?R-U:H=='down'?R+U:R][H=='left'?S-V:H=='right'?S+V:S];}catch(an){return false;}if(!T||M.$==T)return false;J[H=='up'||H=='left'?'unshift':'push'](new h(T));}var W=M.getDocument(),X=R,Y=0,Z=0,aa=!I&&new d.documentFragment(W),ab=0;for(var ac=0;ac<J.length;ac++){L=J[ac];var ad=L.getParent(),ae=L.getFirst(),af=L.$.colSpan,ag=L.$.rowSpan,ah=ad.$.rowIndex,ai=A(O,ah,L);ab+=af*ag;Z=Math.max(Z,ai-S+af);Y=Math.max(Y,ah-R+ag);if(!I){if(y(L),L.getChildren().count()){if(ah!=X&&ae&&!(ae.isBlockBoundary&&ae.isBlockBoundary({br:1}))){var aj=aa.getLast(d.walker.whitespaces(true));if(aj&&!(aj.is&&aj.is('br')))aa.append('br');}L.moveChildren(aa);}ac?L.remove():L.setHtml('');}X=ah;}if(!I){aa.moveChildren(M);if(!c)M.appendBogus();if(Z>=Q)M.removeAttribute('rowSpan');else M.$.rowSpan=Y;if(Y>=P)M.removeAttribute('colSpan');else M.$.colSpan=Z;var ak=new d.nodeList(N.$.rows),al=ak.count();for(ac=al-1;ac>=0;ac--){var am=ak.getItem(ac);if(!am.$.cells.length){am.remove();al++;continue;}}return M;}else return Y*Z==ab;};function D(G,H){var I=n(G);if(I.length>1)return false;else if(H)return true;var J=I[0],K=J.getParent(),L=K.getAscendant('table'),M=e.buildTableMap(L),N=K.$.rowIndex,O=A(M,N,J),P=J.$.rowSpan,Q,R,S,T;if(P>1){R=Math.ceil(P/2);S=Math.floor(P/2);T=N+R;var U=new h(L.$.rows[T]),V=A(M,T),W;Q=J.clone();for(var X=0;X<V.length;X++){W=V[X];if(W.parentNode==U.$&&X>O){Q.insertBefore(new h(W));break;}else W=null;}if(!W)U.append(Q,true);}else{S=R=1;U=K.clone();U.insertAfter(K);U.append(Q=J.clone());var Y=A(M,N);for(var Z=0;Z<Y.length;Z++)Y[Z].rowSpan++;}if(!c)Q.appendBogus();J.$.rowSpan=R;Q.$.rowSpan=S;if(R==1)J.removeAttribute('rowSpan');if(S==1)Q.removeAttribute('rowSpan');return Q;};function E(G,H){var I=n(G);if(I.length>1)return false;else if(H)return true;var J=I[0],K=J.getParent(),L=K.getAscendant('table'),M=e.buildTableMap(L),N=K.$.rowIndex,O=A(M,N,J),P=J.$.colSpan,Q,R,S;if(P>1){R=Math.ceil(P/2);S=Math.floor(P/2);}else{S=R=1;var T=B(M,O);for(var U=0;U<T.length;U++)T[U].colSpan++; -}Q=J.clone();Q.insertAfter(J);if(!c)Q.appendBogus();J.$.colSpan=R;Q.$.colSpan=S;if(R==1)J.removeAttribute('colSpan');if(S==1)Q.removeAttribute('colSpan');return Q;};var F={thead:1,tbody:1,tfoot:1,td:1,tr:1,th:1};j.tabletools={init:function(G){var H=G.lang.table;G.addCommand('cellProperties',new a.dialogCommand('cellProperties'));a.dialog.add('cellProperties',this.path+'dialogs/tableCell.js');G.addCommand('tableDelete',{exec:function(I){var J=I.getSelection(),K=J&&J.getStartElement(),L=K&&K.getAscendant('table',1);if(!L)return;var M=L.getParent();if(M.getChildCount()==1&&!M.is('body','td','th'))L=M;var N=new d.range(I.document);N.moveToPosition(L,3);L.remove();N.select();}});G.addCommand('rowDelete',{exec:function(I){var J=I.getSelection();z(q(J));}});G.addCommand('rowInsertBefore',{exec:function(I){var J=I.getSelection();p(J,true);}});G.addCommand('rowInsertAfter',{exec:function(I){var J=I.getSelection();p(J);}});G.addCommand('columnDelete',{exec:function(I){var J=I.getSelection(),K=u(J);K&&z(K,true);}});G.addCommand('columnInsertBefore',{exec:function(I){var J=I.getSelection();t(J,true);}});G.addCommand('columnInsertAfter',{exec:function(I){var J=I.getSelection();t(J);}});G.addCommand('cellDelete',{exec:function(I){var J=I.getSelection();x(J);}});G.addCommand('cellMerge',{exec:function(I){z(C(I.getSelection()),true);}});G.addCommand('cellMergeRight',{exec:function(I){z(C(I.getSelection(),'right'),true);}});G.addCommand('cellMergeDown',{exec:function(I){z(C(I.getSelection(),'down'),true);}});G.addCommand('cellVerticalSplit',{exec:function(I){z(D(I.getSelection()));}});G.addCommand('cellHorizontalSplit',{exec:function(I){z(E(I.getSelection()));}});G.addCommand('cellInsertBefore',{exec:function(I){var J=I.getSelection();w(J,true);}});G.addCommand('cellInsertAfter',{exec:function(I){var J=I.getSelection();w(J);}});if(G.addMenuItems)G.addMenuItems({tablecell:{label:H.cell.menu,group:'tablecell',order:1,getItems:function(){var I=G.getSelection(),J=n(I);return{tablecell_insertBefore:2,tablecell_insertAfter:2,tablecell_delete:2,tablecell_merge:C(I,null,true)?2:0,tablecell_merge_right:C(I,'right',true)?2:0,tablecell_merge_down:C(I,'down',true)?2:0,tablecell_split_vertical:D(I,true)?2:0,tablecell_split_horizontal:E(I,true)?2:0,tablecell_properties:J.length>0?2:0};}},tablecell_insertBefore:{label:H.cell.insertBefore,group:'tablecell',command:'cellInsertBefore',order:5},tablecell_insertAfter:{label:H.cell.insertAfter,group:'tablecell',command:'cellInsertAfter',order:10},tablecell_delete:{label:H.cell.deleteCell,group:'tablecell',command:'cellDelete',order:15},tablecell_merge:{label:H.cell.merge,group:'tablecell',command:'cellMerge',order:16},tablecell_merge_right:{label:H.cell.mergeRight,group:'tablecell',command:'cellMergeRight',order:17},tablecell_merge_down:{label:H.cell.mergeDown,group:'tablecell',command:'cellMergeDown',order:18},tablecell_split_horizontal:{label:H.cell.splitHorizontal,group:'tablecell',command:'cellHorizontalSplit',order:19},tablecell_split_vertical:{label:H.cell.splitVertical,group:'tablecell',command:'cellVerticalSplit',order:20},tablecell_properties:{label:H.cell.title,group:'tablecellproperties',command:'cellProperties',order:21},tablerow:{label:H.row.menu,group:'tablerow',order:1,getItems:function(){return{tablerow_insertBefore:2,tablerow_insertAfter:2,tablerow_delete:2}; -}},tablerow_insertBefore:{label:H.row.insertBefore,group:'tablerow',command:'rowInsertBefore',order:5},tablerow_insertAfter:{label:H.row.insertAfter,group:'tablerow',command:'rowInsertAfter',order:10},tablerow_delete:{label:H.row.deleteRow,group:'tablerow',command:'rowDelete',order:15},tablecolumn:{label:H.column.menu,group:'tablecolumn',order:1,getItems:function(){return{tablecolumn_insertBefore:2,tablecolumn_insertAfter:2,tablecolumn_delete:2};}},tablecolumn_insertBefore:{label:H.column.insertBefore,group:'tablecolumn',command:'columnInsertBefore',order:5},tablecolumn_insertAfter:{label:H.column.insertAfter,group:'tablecolumn',command:'columnInsertAfter',order:10},tablecolumn_delete:{label:H.column.deleteColumn,group:'tablecolumn',command:'columnDelete',order:15}});if(G.contextMenu)G.contextMenu.addListener(function(I,J){if(!I||I.isReadOnly())return null;while(I){if(I.getName() in F)return{tablecell:2,tablerow:2,tablecolumn:2};I=I.getParent();}return null;});},getSelectedCells:n};j.add('tabletools',j.tabletools);})();e.buildTableMap=function(m){var n=m.$.rows,o=-1,p=[];for(var q=0;q<n.length;q++){o++;!p[o]&&(p[o]=[]);var r=-1;for(var s=0;s<n[q].cells.length;s++){var t=n[q].cells[s];r++;while(p[o][r])r++;var u=isNaN(t.colSpan)?1:t.colSpan,v=isNaN(t.rowSpan)?1:t.rowSpan;for(var w=0;w<v;w++){if(!p[o+w])p[o+w]=[];for(var x=0;x<u;x++)p[o+w][r+x]=n[q].cells[s];}r+=u-1;}}return p;};j.add('specialchar',{availableLangs:{en:1},init:function(m){var n='specialchar',o=this;a.dialog.add(n,this.path+'dialogs/specialchar.js');m.addCommand(n,{exec:function(){var p=m.langCode;p=o.availableLangs[p]?p:'en';a.scriptLoader.load(a.getUrl(o.path+'lang/'+p+'.js'),function(){e.extend(m.lang.specialChar,o.langEntries[p]);m.openDialog(n);});},modes:{wysiwyg:1},canUndo:false});m.ui.addButton('SpecialChar',{label:m.lang.specialChar.toolbar,command:n});}});i.specialChars=['!','"','#','$','%','&',"'",'(',')','*','+','-','.','/','0','1','2','3','4','5','6','7','8','9',':',';','<','=','>','?','@','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','{','|','}','~','€','‘','’','“','”','–','—','¡','¢','£','¤','¥','¦','§','¨','©','ª','«','¬','®','¯','°','&','²','³','´','µ','¶','·','¸','¹','º','&','¼','½','¾','¿','À','Á','Â','Ã','Ä','Å','Æ','Ç','È','É','Ê','Ë','Ì','Í','Î','Ï','Ð','Ñ','Ò','Ó','Ô','Õ','Ö','×','Ø','Ù','Ú','Û','Ü','Ý','Þ','ß','à','á','â','ã','ä','å','æ','ç','è','é','ê','ë','ì','í','î','ï','ð','ñ','ò','ó','ô','õ','ö','÷','ø','ù','ú','û','ü','ü','ý','þ','ÿ','Œ','œ','Ŵ','Ŷ','ŵ','ŷ','‚','‛','„','…','™','►','•','→','⇒','⇔','♦','≈']; -(function(){var m={editorFocus:false,modes:{wysiwyg:1,source:1}},n={exec:function(q){q.container.focusNext(true,q.tabIndex);}},o={exec:function(q){q.container.focusPrevious(true,q.tabIndex);}};function p(q){return{editorFocus:false,canUndo:false,modes:{wysiwyg:1},exec:function(r){if(r.focusManager.hasFocus){var s=r.getSelection(),t=s.getCommonAncestor(),u;if(u=t.getAscendant('td',true)||t.getAscendant('th',true)){var v=new d.range(r.document),w=e.tryThese(function(){var D=u.getParent(),E=D.$.cells[u.$.cellIndex+(q?-1:1)];E.parentNode.parentNode;return E;},function(){var D=u.getParent(),E=D.getAscendant('table'),F=E.$.rows[D.$.rowIndex+(q?-1:1)];return F.cells[q?F.cells.length-1:0];});if(!(w||q)){var x=u.getAscendant('table').$,y=u.getParent().$.cells,z=new h(x.insertRow(-1),r.document);for(var A=0,B=y.length;A<B;A++){var C=z.append(new h(y[A],r.document).clone(false,false));!c&&C.appendBogus();}v.moveToElementEditStart(z);}else if(w){w=new h(w);v.moveToElementEditStart(w);if(!(v.checkStartOfBlock()&&v.checkEndOfBlock()))v.selectNodeContents(w);}else return true;v.select(true);return true;}}return false;}};};j.add('tab',{requires:['keystrokes'],init:function(q){var r=q.config.enableTabKeyTools!==false,s=q.config.tabSpaces||0,t='';while(s--)t+='\xa0';if(t)q.on('key',function(u){if(u.data.keyCode==9){q.insertHtml(t);u.cancel();}});if(r)q.on('key',function(u){if(u.data.keyCode==9&&q.execCommand('selectNextCell')||u.data.keyCode==2228224+9&&q.execCommand('selectPreviousCell'))u.cancel();});if(b.webkit||b.gecko)q.on('key',function(u){var v=u.data.keyCode;if(v==9&&!t){u.cancel();q.execCommand('blur');}if(v==2228224+9){q.execCommand('blurBack');u.cancel();}});q.addCommand('blur',e.extend(n,m));q.addCommand('blurBack',e.extend(o,m));q.addCommand('selectNextCell',p());q.addCommand('selectPreviousCell',p(true));}});})();h.prototype.focusNext=function(m,n){var w=this;var o=w.$,p=n===undefined?w.getTabIndex():n,q,r,s,t,u,v;if(p<=0){u=w.getNextSourceNode(m,1);while(u){if(u.isVisible()&&u.getTabIndex()===0){s=u;break;}u=u.getNextSourceNode(false,1);}}else{u=w.getDocument().getBody().getFirst();while(u=u.getNextSourceNode(false,1)){if(!q)if(!r&&u.equals(w)){r=true;if(m){if(!(u=u.getNextSourceNode(true,1)))break;q=1;}}else if(r&&!w.contains(u))q=1;if(!u.isVisible()||(v=u.getTabIndex())<0)continue;if(q&&v==p){s=u;break;}if(v>p&&(!s||!t||v<t)){s=u;t=v;}else if(!s&&v===0){s=u;t=v;}}}if(s)s.focus();};h.prototype.focusPrevious=function(m,n){var w=this;var o=w.$,p=n===undefined?w.getTabIndex():n,q,r,s,t=0,u,v=w.getDocument().getBody().getLast(); -while(v=v.getPreviousSourceNode(false,1)){if(!q)if(!r&&v.equals(w)){r=true;if(m){if(!(v=v.getPreviousSourceNode(true,1)))break;q=1;}}else if(r&&!w.contains(v))q=1;if(!v.isVisible()||(u=v.getTabIndex())<0)continue;if(p<=0){if(q&&u===0){s=v;break;}if(u>t){s=v;t=u;}}else{if(q&&u==p){s=v;break;}if(u<p&&(!s||u>t)){s=v;t=u;}}}if(s)s.focus();};(function(){j.add('templates',{requires:['dialog'],init:function(o){a.dialog.add('templates',a.getUrl(this.path+'dialogs/templates.js'));o.addCommand('templates',new a.dialogCommand('templates'));o.ui.addButton('Templates',{label:o.lang.templates.button,command:'templates'});}});var m={},n={};a.addTemplates=function(o,p){m[o]=p;};a.getTemplates=function(o){return m[o];};a.loadTemplates=function(o,p){var q=[];for(var r=0,s=o.length;r<s;r++){if(!n[o[r]]){q.push(o[r]);n[o[r]]=1;}}if(q.length)a.scriptLoader.load(q,p);else setTimeout(p,0);};})();i.templates_files=[a.getUrl('plugins/templates/templates/default.js')];i.templates_replaceContent=true;(function(){var m=function(){this.toolbars=[];this.focusCommandExecuted=false;};m.prototype.focus=function(){for(var o=0,p;p=this.toolbars[o++];)for(var q=0,r;r=p.items[q++];){if(r.focus){r.focus();return;}}};var n={toolbarFocus:{modes:{wysiwyg:1,source:1},readOnly:1,exec:function(o){if(o.toolbox){o.toolbox.focusCommandExecuted=true;if(c||b.air)setTimeout(function(){o.toolbox.focus();},100);else o.toolbox.focus();}}}};j.add('toolbar',{init:function(o){var p,q=function(r,s){var t,u,v=o.lang.dir=='rtl',w=o.config.toolbarGroupCycling;w=w===undefined||w;switch(s){case 9:case 2228224+9:while(!u||!u.items.length){u=s==9?(u?u.next:r.toolbar.next)||o.toolbox.toolbars[0]:(u?u.previous:r.toolbar.previous)||o.toolbox.toolbars[o.toolbox.toolbars.length-1];if(u.items.length){r=u.items[p?u.items.length-1:0];while(r&&!r.focus){r=p?r.previous:r.next;if(!r)u=0;}}}if(r)r.focus();return false;case v?37:39:case 40:t=r;do{t=t.next;if(!t&&w)t=r.toolbar.items[0];}while(t&&!t.focus);if(t)t.focus();else q(r,9);return false;case v?39:37:case 38:t=r;do{t=t.previous;if(!t&&w)t=r.toolbar.items[r.toolbar.items.length-1];}while(t&&!t.focus);if(t)t.focus();else{p=1;q(r,2228224+9);p=0;}return false;case 27:o.focus();return false;case 13:case 32:r.execute();return false;}return true;};o.on('themeSpace',function(r){if(r.data.space==o.config.toolbarLocation){o.toolbox=new m();var s=e.getNextId(),t=['<div class="cke_toolbox" role="group" aria-labelledby="',s,'" onmousedown="return false;"'],u=o.config.toolbarStartupExpanded!==false,v; -t.push(u?'>':' style="display:none">');t.push('<span id="',s,'" class="cke_voice_label">',o.lang.toolbars,'</span>');var w=o.toolbox.toolbars,x=o.config.toolbar instanceof Array?o.config.toolbar:o.config['toolbar_'+o.config.toolbar];for(var y=0;y<x.length;y++){var z,A=0,B,C=x[y],D;if(!C)continue;if(v){t.push('</div>');v=0;}if(C==='/'){t.push('<div class="cke_break"></div>');continue;}D=C.items||C;for(var E=0;E<D.length;E++){var F,G=D[E],H;F=o.ui.create(G);if(F){H=F.canGroup!==false;if(!A){z=e.getNextId();A={id:z,items:[]};B=C.name&&(o.lang.toolbarGroups[C.name]||C.name);t.push('<span id="',z,'" class="cke_toolbar"',B?' aria-labelledby="'+z+'_label"':'',' role="toolbar">');B&&t.push('<span id="',z,'_label" class="cke_voice_label">',B,'</span>');t.push('<span class="cke_toolbar_start"></span>');var I=w.push(A)-1;if(I>0){A.previous=w[I-1];A.previous.next=A;}}if(H){if(!v){t.push('<span class="cke_toolgroup" role="presentation">');v=1;}}else if(v){t.push('</span>');v=0;}var J=F.render(o,t);I=A.items.push(J)-1;if(I>0){J.previous=A.items[I-1];J.previous.next=J;}J.toolbar=A;J.onkey=q;J.onfocus=function(){if(!o.toolbox.focusCommandExecuted)o.focus();};}}if(v){t.push('</span>');v=0;}if(A)t.push('<span class="cke_toolbar_end"></span></span>');}t.push('</div>');if(o.config.toolbarCanCollapse){var K=e.addFunction(function(){o.execCommand('toolbarCollapse');});o.on('destroy',function(){e.removeFunction(K);});var L=e.getNextId();o.addCommand('toolbarCollapse',{readOnly:1,exec:function(M){var N=a.document.getById(L),O=N.getPrevious(),P=M.getThemeSpace('contents'),Q=O.getParent(),R=parseInt(P.$.style.height,10),S=Q.$.offsetHeight,T=!O.isVisible();if(!T){O.hide();N.addClass('cke_toolbox_collapser_min');N.setAttribute('title',M.lang.toolbarExpand);}else{O.show();N.removeClass('cke_toolbox_collapser_min');N.setAttribute('title',M.lang.toolbarCollapse);}N.getFirst().setText(T?'â²':'â');var U=Q.$.offsetHeight-S;P.setStyle('height',R-U+'px');M.fire('resize');},modes:{wysiwyg:1,source:1}});t.push('<a title="'+(u?o.lang.toolbarCollapse:o.lang.toolbarExpand)+'" id="'+L+'" tabIndex="-1" class="cke_toolbox_collapser');if(!u)t.push(' cke_toolbox_collapser_min');t.push('" onclick="CKEDITOR.tools.callFunction('+K+')">','<span>▲</span>','</a>');}r.data.html+=t.join('');}});o.on('destroy',function(){var r,s=0,t,u,v;r=this.toolbox.toolbars;for(;s<r.length;s++){u=r[s].items;for(t=0;t<u.length;t++){v=u[t];if(v.clickFn)e.removeFunction(v.clickFn);if(v.keyDownFn)e.removeFunction(v.keyDownFn); -}}});o.addCommand('toolbarFocus',n.toolbarFocus);o.ui.add('-',a.UI_SEPARATOR,{});o.ui.addHandler(a.UI_SEPARATOR,{create:function(){return{render:function(r,s){s.push('<span class="cke_separator" role="separator"></span>');return{};}};}});}});})();a.UI_SEPARATOR='separator';i.toolbarLocation='top';i.toolbar_Basic=[['Bold','Italic','-','NumberedList','BulletedList','-','Link','Unlink','-','About']];i.toolbar_Full=[{name:'document',items:['Source','-','Save','NewPage','DocProps','Preview','Print','-','Templates']},{name:'clipboard',items:['Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo']},{name:'editing',items:['Find','Replace','-','SelectAll','-','SpellChecker','Scayt']},{name:'forms',items:['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField']},'/',{name:'basicstyles',items:['Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat']},{name:'paragraph',items:['NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote','CreateDiv','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','BidiLtr','BidiRtl']},{name:'links',items:['Link','Unlink','Anchor']},{name:'insert',items:['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','Iframe']},'/',{name:'styles',items:['Styles','Format','Font','FontSize']},{name:'colors',items:['TextColor','BGColor']},{name:'tools',items:['Maximize','ShowBlocks','-','About']}];i.toolbar='Full';i.toolbarCanCollapse=true;(function(){j.add('undo',{requires:['selection','wysiwygarea'],init:function(s){var t=new o(s),u=s.addCommand('undo',{exec:function(){if(t.undo()){s.selectionChange();this.fire('afterUndo');}},state:0,canUndo:false}),v=s.addCommand('redo',{exec:function(){if(t.redo()){s.selectionChange();this.fire('afterRedo');}},state:0,canUndo:false});t.onChange=function(){u.setState(t.undoable()?2:0);v.setState(t.redoable()?2:0);};function w(x){if(t.enabled&&x.data.command.canUndo!==false)t.save();};s.on('beforeCommandExec',w);s.on('afterCommandExec',w);s.on('saveSnapshot',function(){t.save();});s.on('contentDom',function(){s.document.on('keydown',function(x){if(!x.data.$.ctrlKey&&!x.data.$.metaKey)t.type(x);});});s.on('beforeModeUnload',function(){s.mode=='wysiwyg'&&t.save(true);});s.on('mode',function(){t.enabled=s.readOnly?false:s.mode=='wysiwyg';t.onChange();});s.ui.addButton('Undo',{label:s.lang.undo,command:'undo'});s.ui.addButton('Redo',{label:s.lang.redo,command:'redo'});s.resetUndo=function(){t.reset(); -s.fire('saveSnapshot');};s.on('updateSnapshot',function(){if(t.currentImage&&new m(s).equals(t.currentImage))setTimeout(function(){t.update();},0);});}});j.undo={};var m=j.undo.Image=function(s){this.editor=s;s.fire('beforeUndoImage');var t=s.getSnapshot(),u=t&&s.getSelection();c&&t&&(t=t.replace(/\s+data-cke-expando=".*?"/g,''));this.contents=t;this.bookmarks=u&&u.createBookmarks2(true);s.fire('afterUndoImage');},n=/\b(?:href|src|name)="[^"]*?"/gi;m.prototype={equals:function(s,t){var u=this.contents,v=s.contents;if(c&&(b.ie7Compat||b.ie6Compat)){u=u.replace(n,'');v=v.replace(n,'');}if(u!=v)return false;if(t)return true;var w=this.bookmarks,x=s.bookmarks;if(w||x){if(!w||!x||w.length!=x.length)return false;for(var y=0;y<w.length;y++){var z=w[y],A=x[y];if(z.startOffset!=A.startOffset||z.endOffset!=A.endOffset||!e.arrayCompare(z.start,A.start)||!e.arrayCompare(z.end,A.end))return false;}}return true;}};function o(s){this.editor=s;this.reset();};var p={8:1,46:1},q={16:1,17:1,18:1},r={37:1,38:1,39:1,40:1};o.prototype={type:function(s){var t=s&&s.data.getKey(),u=t in q,v=t in p,w=this.lastKeystroke in p,x=v&&t==this.lastKeystroke,y=t in r,z=this.lastKeystroke in r,A=!v&&!y,B=v&&!x,C=!(u||this.typing)||A&&(w||z);if(C||B){var D=new m(this.editor);e.setTimeout(function(){var F=this;var E=F.editor.getSnapshot();if(c)E=E.replace(/\s+data-cke-expando=".*?"/g,'');if(D.contents!=E){F.typing=true;if(!F.save(false,D,false))F.snapshots.splice(F.index+1,F.snapshots.length-F.index-1);F.hasUndo=true;F.hasRedo=false;F.typesCount=1;F.modifiersCount=1;F.onChange();}},0,this);}this.lastKeystroke=t;if(v){this.typesCount=0;this.modifiersCount++;if(this.modifiersCount>25){this.save(false,null,false);this.modifiersCount=1;}}else if(!y){this.modifiersCount=0;this.typesCount++;if(this.typesCount>25){this.save(false,null,false);this.typesCount=1;}}},reset:function(){var s=this;s.lastKeystroke=0;s.snapshots=[];s.index=-1;s.limit=s.editor.config.undoStackSize||20;s.currentImage=null;s.hasUndo=false;s.hasRedo=false;s.resetType();},resetType:function(){var s=this;s.typing=false;delete s.lastKeystroke;s.typesCount=0;s.modifiersCount=0;},fireChange:function(){var s=this;s.hasUndo=!!s.getNextImage(true);s.hasRedo=!!s.getNextImage(false);s.resetType();s.onChange();},save:function(s,t,u){var w=this;var v=w.snapshots;if(!t)t=new m(w.editor);if(t.contents===false)return false;if(w.currentImage&&t.equals(w.currentImage,s))return false;v.splice(w.index+1,v.length-w.index-1);if(v.length==w.limit)v.shift(); -w.index=v.push(t)-1;w.currentImage=t;if(u!==false)w.fireChange();return true;},restoreImage:function(s){var u=this;u.editor.loadSnapshot(s.contents);if(s.bookmarks)u.editor.getSelection().selectBookmarks(s.bookmarks);else if(c){var t=u.editor.document.getBody().$.createTextRange();t.collapse(true);t.select();}u.index=s.index;u.update();u.fireChange();},getNextImage:function(s){var x=this;var t=x.snapshots,u=x.currentImage,v,w;if(u)if(s)for(w=x.index-1;w>=0;w--){v=t[w];if(!u.equals(v,true)){v.index=w;return v;}}else for(w=x.index+1;w<t.length;w++){v=t[w];if(!u.equals(v,true)){v.index=w;return v;}}return null;},redoable:function(){return this.enabled&&this.hasRedo;},undoable:function(){return this.enabled&&this.hasUndo;},undo:function(){var t=this;if(t.undoable()){t.save(true);var s=t.getNextImage(true);if(s)return t.restoreImage(s),true;}return false;},redo:function(){var t=this;if(t.redoable()){t.save(true);if(t.redoable()){var s=t.getNextImage(false);if(s)return t.restoreImage(s),true;}}return false;},update:function(){var s=this;s.snapshots.splice(s.index,1,s.currentImage=new m(s.editor));}};})();(function(){var m=/(^|<body\b[^>]*>)\s*<(p|div|address|h\d|center|pre)[^>]*>\s*(?:<br[^>]*>| |\u00A0| )?\s*(:?<\/\2>)?\s*(?=$|<\/body>)/gi,n=d.walker.whitespaces(true);function o(C){return C.isBlockBoundary()&&f.$empty[C.getName()];};function p(C){return function(D){if(this.mode=='wysiwyg'){this.focus();this.fire('saveSnapshot');C.call(this,D.data);e.setTimeout(function(){this.fire('saveSnapshot');},0,this);}};};function q(C){var M=this;if(M.dataProcessor)C=M.dataProcessor.toHtml(C);if(!C)return;var D=M.getSelection(),E=D.getRanges()[0];if(E.checkReadOnly())return;if(b.opera){var F=new d.elementPath(E.startContainer);if(F.block){var G=a.htmlParser.fragment.fromHtml(C,false).children;for(var H=0,I=G.length;H<I;H++){if(G[H]._.isBlockLike){E.splitBlock(M.enterMode==3?'div':'p');E.insertNode(E.document.createText(''));E.select();break;}}}}if(c){var J=D.isLocked;if(J)D.unlock();var K=D.getNative();if(K.type=='Control')K.clear();else if(D.getType()==2){E=D.getRanges()[0];var L=E&&E.endContainer;if(L&&L.type==1&&L.getAttribute('contenteditable')=='false'&&E.checkBoundaryOfElement(L,2)){E.setEndAfter(E.endContainer);E.deleteContents();}}try{K.createRange().pasteHTML(C);}catch(N){}if(J)M.getSelection().lock();}else M.document.$.execCommand('inserthtml',false,C);if(b.webkit){D=M.getSelection();D.scrollIntoView();}};function r(C){var D=this.getSelection(),E=D.getStartElement().hasAscendant('pre',true)?2:this.config.enterMode,F=E==2,G=e.htmlEncode(C.replace(/\r\n|\r/g,'\n')); -G=G.replace(/^[ \t]+|[ \t]+$/g,function(M,N,O){if(M.length==1)return ' ';else if(!N)return e.repeat(' ',M.length-1)+' ';else return ' '+e.repeat(' ',M.length-1);});G=G.replace(/[ \t]{2,}/g,function(M){return e.repeat(' ',M.length-1)+' ';});var H=E==1?'p':'div';if(!F)G=G.replace(/(\n{2})([\s\S]*?)(?:$|\1)/g,function(M,N,O){return '<'+H+'>'+O+'</'+H+'>';});G=G.replace(/\n/g,'<br>');if(!(F||c))G=G.replace(new RegExp('<br>(?=</'+H+'>)'),function(M){return e.repeat(M,2);});if(b.gecko||b.webkit){var I=new d.elementPath(D.getStartElement()),J=[];for(var K=0;K<I.elements.length;K++){var L=I.elements[K].getName();if(L in f.$inline)J.unshift(I.elements[K].getOuterHtml().match(/^<.*?>/));else if(L in f.$block)break;}G=J.join('')+G;}q.call(this,G);};function s(C){var D=this.getSelection(),E=D.getRanges(),F=C.getName(),G=f.$block[F],H=D.isLocked;if(H)D.unlock();var I,J,K,L;for(var M=E.length-1;M>=0;M--){I=E[M];if(!I.checkReadOnly()){I.deleteContents(1);J=!M&&C||C.clone(1);var N,O;if(G)while((N=I.getCommonAncestor(0,1))&&(O=f[N.getName()])&&!(O&&O[F])){if(N.getName() in f.span)I.splitElement(N);else if(I.checkStartOfBlock()&&I.checkEndOfBlock()){I.setStartBefore(N);I.collapse(true);N.remove();}else I.splitBlock();}I.insertNode(J);if(!K)K=J;}}if(K){I.moveToPosition(K,4);if(G){var P=K.getNext(n),Q=P&&P.type==1&&P.getName();if(Q&&f.$block[Q]&&f[Q]['#'])I.moveToElementEditStart(P);}}D.selectRanges([I]);if(H)this.getSelection().lock();};function t(C){if(!C.checkDirty())setTimeout(function(){C.resetDirty();},0);};var u=d.walker.whitespaces(true),v=d.walker.bookmark(false,true);function w(C){return u(C)&&v(C);};function x(C){return C.type==3&&e.trim(C.getText()).match(/^(?: |\xa0)$/);};function y(C){if(C.isLocked){C.unlock();setTimeout(function(){C.lock();},0);}};function z(C){return C.getOuterHtml().match(m);};u=d.walker.whitespaces(true);function A(C){var D=C.window,E=C.document,F=C.document.getBody(),G=F.getFirst(),H=F.getChildren().count();if(!H||H==1&&G.type==1&&G.hasAttribute('_moz_editor_bogus_node')){t(C);var I=C.element.getDocument(),J=I.getDocumentElement(),K=J.$.scrollTop,L=J.$.scrollLeft,M=E.$.createEvent('KeyEvents');M.initKeyEvent('keypress',true,true,D.$,false,false,false,false,0,32);E.$.dispatchEvent(M);if(K!=J.$.scrollTop||L!=J.$.scrollLeft)I.getWindow().$.scrollTo(L,K);H&&F.getFirst().remove();E.getBody().appendBogus();var N=new d.range(E);N.setStartAt(F,1);N.select();}};function B(C){var D=C.editor,E=C.data.path,F=E.blockLimit,G=C.data.selection,H=G.getRanges()[0],I=D.document.getBody(),J=D.config.enterMode; -if(b.gecko){A(D);var K=E.block||E.blockLimit,L=K&&K.getLast(w);if(K&&K.isBlockBoundary()&&!(L&&L.type==1&&L.isBlockBoundary())&&!K.is('pre')&&!K.getBogus()){D.fire('updateSnapshot');t(D);K.appendBogus();}}if(D.config.autoParagraph!==false&&J!=2&&H.collapsed&&F.getName()=='body'&&!E.block){D.fire('updateSnapshot');t(D);c&&y(G);var M=H.fixBlock(true,D.config.enterMode==3?'div':'p');if(c){var N=M.getFirst(w);N&&x(N)&&N.remove();}if(z(M)){var O=M.getNext(u);if(O&&O.type==1&&!o(O)){H.moveToElementEditStart(O);M.remove();}else{O=M.getPrevious(u);if(O&&O.type==1&&!o(O)){H.moveToElementEditEnd(O);M.remove();}}}H.select();C.cancel();}var P=new d.range(D.document);P.moveToElementEditEnd(D.document.getBody());var Q=new d.elementPath(P.startContainer);if(!Q.blockLimit.is('body')){D.fire('updateSnapshot');t(D);c&&y(G);var R;if(J!=2)R=I.append(D.document.createElement(J==1?'p':'div'));else R=I;if(!c)R.appendBogus();}};j.add('wysiwygarea',{requires:['editingblock'],init:function(C){var D=C.config.enterMode!=2&&C.config.autoParagraph!==false?C.config.enterMode==3?'div':'p':false,E=C.lang.editorTitle.replace('%1',C.name),F;C.on('editingBlockReady',function(){var L,M,N,O,P,Q,R=b.isCustomDomain(),S=function(V){if(M)M.remove();var W='document.open();'+(R?'document.domain="'+document.domain+'";':'')+'document.close();';W=b.air?'javascript:void(0)':c?'javascript:void(function(){'+encodeURIComponent(W)+'}())':'';M=h.createFromHtml('<iframe style="width:100%;height:100%" frameBorder="0" title="'+E+'"'+' src="'+W+'"'+' tabIndex="'+(b.webkit?-1:C.tabIndex)+'"'+' allowTransparency="true"'+'></iframe>');if(document.location.protocol=='chrome:')a.event.useCapture=true;M.on('load',function(X){P=1;X.removeListener();var Y=M.getFrameDocument();Y.write(V);b.air&&U(Y.getWindow().$);});if(document.location.protocol=='chrome:')a.event.useCapture=false;L.append(M);};F=e.addFunction(U);var T='<script id="cke_actscrpt" type="text/javascript" data-cke-temp="1">'+(R?'document.domain="'+document.domain+'";':'')+'window.parent.CKEDITOR.tools.callFunction( '+F+', window );'+'</script>';function U(V){if(!P)return;P=0;C.fire('ariaWidget',M);var W=V.document,X=W.body,Y=W.getElementById('cke_actscrpt');Y&&Y.parentNode.removeChild(Y);X.spellcheck=!C.config.disableNativeSpellChecker;var Z=!C.readOnly;if(c){X.hideFocus=true;X.disabled=true;X.contentEditable=Z;X.removeAttribute('disabled');}else setTimeout(function(){if(b.gecko&&b.version>=10900||b.opera)W.$.body.contentEditable=Z;else if(b.webkit)W.$.body.parentNode.contentEditable=Z; -else W.$.designMode=Z?'off':'on';},0);Z&&b.gecko&&e.setTimeout(A,0,null,C);V=C.window=new d.window(V);W=C.document=new g(W);Z&&W.on('dblclick',function(af){var ag=af.data.getTarget(),ah={element:ag,dialog:''};C.fire('doubleclick',ah);ah.dialog&&C.openDialog(ah.dialog);});c&&W.on('click',function(af){var ag=af.data.getTarget();if(ag.is('input')){var ah=ag.getAttribute('type');if(ah=='submit'||ah=='reset')af.data.preventDefault();}});if(!(c||b.opera))W.on('mousedown',function(af){var ag=af.data.getTarget();if(ag.is('img','hr','input','textarea','select'))C.getSelection().selectElement(ag);});if(b.gecko)W.on('mouseup',function(af){if(af.data.$.button==2){var ag=af.data.getTarget();if(!ag.getOuterHtml().replace(m,'')){var ah=new d.range(W);ah.moveToElementEditStart(ag);ah.select(true);}}});W.on('click',function(af){af=af.data;if(af.getTarget().is('a')&&af.$.button!=2)af.preventDefault();});if(b.webkit){W.on('mousedown',function(){ac=1;});W.on('click',function(af){if(af.data.getTarget().is('input','select'))af.data.preventDefault();});W.on('mouseup',function(af){if(af.data.getTarget().is('input','textarea'))af.data.preventDefault();});}if(Z&&c&&W.$.compatMode=='CSS1Compat'||b.gecko||b.opera){var aa=W.getDocumentElement();aa.on('mousedown',function(af){if(af.data.getTarget().equals(aa)){if(b.gecko&&b.version>=10900)J();K.focus();}});}var ab=c?M:V;ab.on('blur',function(){C.focusManager.blur();});var ac;ab.on('focus',function(){var af=C.document;if(Z&&b.gecko&&b.version>=10900)J();else if(b.opera)af.getBody().focus();else if(b.webkit)if(!ac){C.document.getDocumentElement().focus();ac=1;}C.focusManager.focus();});var ad=C.keystrokeHandler;ad.blockedKeystrokes[8]=!Z;ad.attach(W);if(c){W.getDocumentElement().addClass(W.$.compatMode);Z&&W.on('keydown',function(af){var ag=af.data.getKeystroke();if(ag in {8:1,46:1}){var ah=C.getSelection(),ai=ah.getSelectedElement();if(ai){C.fire('saveSnapshot');var aj=ah.getRanges()[0].createBookmark();ai.remove();ah.selectBookmarks([aj]);C.fire('saveSnapshot');af.data.preventDefault();}}});if(W.$.compatMode=='CSS1Compat'){var ae={33:1,34:1};W.on('keydown',function(af){if(af.data.getKeystroke() in ae)setTimeout(function(){C.getSelection().scrollIntoView();},0);});}C.config.enterMode!=1&&W.on('selectionchange',function(){var af=W.getBody(),ag=C.getSelection().getRanges()[0];if(af.getHtml().match(/^<p> <\/p>$/i)&&ag.startContainer.equals(af))setTimeout(function(){ag=C.getSelection().getRanges()[0];if(!ag.startContainer.equals('body')){af.getFirst().remove(1); -ag.moveToElementEditEnd(af);ag.select(1);}},0);});}if(C.contextMenu)C.contextMenu.addTarget(W,C.config.browserContextMenuOnCtrl!==false);setTimeout(function(){C.fire('contentDom');if(Q){C.mode='wysiwyg';C.fire('mode');Q=false;}N=false;if(O){C.focus();O=false;}setTimeout(function(){C.fire('dataReady');},0);try{C.document.$.execCommand('enableInlineTableEditing',false,!C.config.disableNativeTableHandles);}catch(af){}if(C.config.disableObjectResizing)try{C.document.$.execCommand('enableObjectResizing',false,false);}catch(ag){C.document.getBody().on(c?'resizestart':'resize',function(ah){ah.data.preventDefault();});}if(c)setTimeout(function(){if(C.document){var ah=C.document.$.body;ah.runtimeStyle.marginBottom='0px';ah.runtimeStyle.marginBottom='';}},1000);},0);};C.addMode('wysiwyg',{load:function(V,W,X){L=V;if(c&&b.quirks)V.setStyle('position','relative');C.mayBeDirty=true;Q=true;if(X)this.loadSnapshotData(W);else this.loadData(W);},loadData:function(V){N=true;C._.dataStore={id:1};var W=C.config,X=W.fullPage,Y=W.docType,Z='<style type="text/css" data-cke-temp="1">'+C._.styles.join('\n')+'</style>';!X&&(Z=e.buildStyleHtml(C.config.contentsCss)+Z);var aa=W.baseHref?'<base href="'+W.baseHref+'" data-cke-temp="1" />':'';if(X)V=V.replace(/<!DOCTYPE[^>]*>/i,function(ab){C.docType=Y=ab;return '';}).replace(/<\?xml\s[^\?]*\?>/i,function(ab){C.xmlDeclaration=ab;return '';});if(C.dataProcessor)V=C.dataProcessor.toHtml(V,D);if(X){if(!/<body[\s|>]/.test(V))V='<body>'+V;if(!/<html[\s|>]/.test(V))V='<html>'+V+'</html>';if(!/<head[\s|>]/.test(V))V=V.replace(/<html[^>]*>/,'$&<head><title></title></head>');else if(!/<title[\s|>]/.test(V))V=V.replace(/<head[^>]*>/,'$&<title></title>');aa&&(V=V.replace(/<head>/,'$&'+aa));V=V.replace(/<\/head\s*>/,Z+'$&');V=Y+V;}else V=W.docType+'<html dir="'+W.contentsLangDirection+'"'+' lang="'+(W.contentsLanguage||C.langCode)+'">'+'<head>'+'<title>'+E+'</title>'+aa+Z+'</head>'+'<body'+(W.bodyId?' id="'+W.bodyId+'"':'')+(W.bodyClass?' class="'+W.bodyClass+'"':'')+'>'+V+'</html>';if(b.gecko)V=V.replace(/<br \/>(?=\s*<\/(:?html|body)>)/,'$&<br type="_moz" />');V+=T;this.onDispose();S(V);},getData:function(){var V=C.config,W=V.fullPage,X=W&&C.docType,Y=W&&C.xmlDeclaration,Z=M.getFrameDocument(),aa=W?Z.getDocumentElement().getOuterHtml():Z.getBody().getHtml();if(b.gecko)aa=aa.replace(/<br>(?=\s*(:?$|<\/body>))/,'');if(C.dataProcessor)aa=C.dataProcessor.toDataFormat(aa,D);if(V.ignoreEmptyParagraph)aa=aa.replace(m,function(ab,ac){return ac;});if(Y)aa=Y+'\n'+aa; -if(X)aa=X+'\n'+aa;return aa;},getSnapshotData:function(){return M.getFrameDocument().getBody().getHtml();},loadSnapshotData:function(V){M.getFrameDocument().getBody().setHtml(V);},onDispose:function(){if(!C.document)return;C.document.getDocumentElement().clearCustomData();C.document.getBody().clearCustomData();C.window.clearCustomData();C.document.clearCustomData();M.clearCustomData();M.remove();},unload:function(V){this.onDispose();C.window=C.document=M=L=O=null;C.fire('contentDomUnload');},focus:function(){var V=C.window;if(N)O=true;else if(b.opera&&C.document){var W=C.window.$.frameElement;W.blur(),W.focus();C.document.getBody().focus();C.selectionChange();}else if(!b.opera&&V){b.air?setTimeout(function(){V.focus();},0):V.focus();C.selectionChange();}}});C.on('insertHtml',p(q),null,null,20);C.on('insertElement',p(s),null,null,20);C.on('insertText',p(r),null,null,20);C.on('selectionChange',B,null,null,1);});var G;C.on('contentDom',function(){var L=C.document.getElementsByTag('title').getItem(0);L.data('cke-title',C.document.$.title);C.document.$.title=E;});C.on('readOnly',function(){if(C.mode=='wysiwyg'){var L=C.getMode();L.loadData(L.getData());}});if(a.document.$.documentMode>=8){C.addCss('html.CSS1Compat [contenteditable=false]{ min-height:0 !important;}');var H=[];for(var I in f.$removeEmpty)H.push('html.CSS1Compat '+I+'[contenteditable=false]');C.addCss(H.join(',')+'{ display:inline-block;}');}else if(b.gecko){C.addCss('html { height: 100% !important; }');C.addCss('img:-moz-broken { -moz-force-broken-image-icon : 1;\twidth : 24px; height : 24px; }');}C.addCss('html {\t_overflow-y: scroll; cursor: text;\t*cursor:auto;}');C.addCss('img, input, textarea { cursor: default;}');function J(L){if(C.readOnly)return;e.tryThese(function(){C.document.$.designMode='on';setTimeout(function(){C.document.$.designMode='off';if(a.currentInstance==C)C.document.getBody().focus();},50);},function(){C.document.$.designMode='off';var M=C.document.getBody();M.setAttribute('contentEditable',false);M.setAttribute('contentEditable',true);!L&&J(1);});};if(b.gecko||c||b.opera){var K;C.on('uiReady',function(){K=C.container.append(h.createFromHtml('<span tabindex="-1" style="position:absolute;" role="presentation"></span>'));K.on('focus',function(){C.focus();});C.focusGrabber=K;});C.on('destroy',function(){e.removeFunction(F);K.clearCustomData();delete C.focusGrabber;});}C.on('insertElement',function(L){var M=L.data;if(M.type==1&&(M.is('input')||M.is('textarea'))){if(!M.isReadOnly())M.data('cke-editable',M.hasAttribute('contenteditable')?'true':'1'); -M.setAttribute('contentEditable',false);}});}});if(b.gecko)(function(){var C=document.body;if(!C)window.addEventListener('load',arguments.callee,false);else{var D=C.getAttribute('onpageshow');C.setAttribute('onpageshow',(D?D+';':'')+'event.persisted && (function(){'+'var allInstances = CKEDITOR.instances, editor, doc;'+'for ( var i in allInstances )'+'{'+'\teditor = allInstances[ i ];'+'\tdoc = editor.document;'+'\tif ( doc )'+'\t{'+'\t\tdoc.$.designMode = "off";'+'\t\tdoc.$.designMode = "on";'+'\t}'+'}'+'})();');}})();})();i.disableObjectResizing=false;i.disableNativeTableHandles=true;i.disableNativeSpellChecker=true;i.ignoreEmptyParagraph=true;j.add('wsc',{requires:['dialog'],init:function(m){var n='checkspell',o=m.addCommand(n,new a.dialogCommand(n));o.modes={wysiwyg:!b.opera&&!b.air&&document.domain==window.location.hostname};m.ui.addButton('SpellChecker',{label:m.lang.spellCheck.toolbar,command:n});a.dialog.add(n,this.path+'dialogs/wsc.js');}});i.wsc_customerId=i.wsc_customerId||'1:ua3xw1-2XyGJ3-GWruD3-6OFNT1-oXcuB1-nR6Bp4-hgQHc-EcYng3-sdRXG3-NOfFk';i.wsc_customLoaderScript=i.wsc_customLoaderScript||null;a.DIALOG_RESIZE_NONE=0;a.DIALOG_RESIZE_WIDTH=1;a.DIALOG_RESIZE_HEIGHT=2;a.DIALOG_RESIZE_BOTH=3;(function(){var m=e.cssLength;function n(S){return!!this._.tabs[S][0].$.offsetHeight;};function o(){var W=this;var S=W._.currentTabId,T=W._.tabIdList.length,U=e.indexOf(W._.tabIdList,S)+T;for(var V=U-1;V>U-T;V--){if(n.call(W,W._.tabIdList[V%T]))return W._.tabIdList[V%T];}return null;};function p(){var W=this;var S=W._.currentTabId,T=W._.tabIdList.length,U=e.indexOf(W._.tabIdList,S);for(var V=U+1;V<U+T;V++){if(n.call(W,W._.tabIdList[V%T]))return W._.tabIdList[V%T];}return null;};function q(S,T){var U=S.$.getElementsByTagName('input');for(var V=0,W=U.length;V<W;V++){var X=new h(U[V]);if(X.getAttribute('type').toLowerCase()=='text')if(T){X.setAttribute('value',X.getCustomData('fake_value')||'');X.removeCustomData('fake_value');}else{X.setCustomData('fake_value',X.getAttribute('value'));X.setAttribute('value','');}}};function r(S,T){var V=this;var U=V.getInputElement();if(U)S?U.removeAttribute('aria-invalid'):U.setAttribute('aria-invalid',true);if(!S)if(V.select)V.select();else V.focus();T&&alert(T);V.fire('validated',{valid:S,msg:T});};function s(){var S=this.getInputElement();S&&S.removeAttribute('aria-invalid');};a.dialog=function(S,T){var U=a.dialog._.dialogDefinitions[T],V=e.clone(u),W=S.config.dialog_buttonsOrder||'OS',X=S.lang.dir;if(W=='OS'&&b.mac||W=='rtl'&&X=='ltr'||W=='ltr'&&X=='rtl')V.buttons.reverse(); -U=e.extend(U(S),V);U=e.clone(U);U=new y(this,U);var Y=a.document,Z=S.theme.buildDialog(S);this._={editor:S,element:Z.element,name:T,contentSize:{width:0,height:0},size:{width:0,height:0},contents:{},buttons:{},accessKeyMap:{},tabs:{},tabIdList:[],currentTabId:null,currentTabIndex:null,pageCount:0,lastTab:null,tabBarMode:false,focusList:[],currentFocusIndex:0,hasFocus:false};this.parts=Z.parts;e.setTimeout(function(){S.fire('ariaWidget',this.parts.contents);},0,this);var aa={position:b.ie6Compat?'absolute':'fixed',top:0,visibility:'hidden'};aa[X=='rtl'?'right':'left']=0;this.parts.dialog.setStyles(aa);a.event.call(this);this.definition=U=a.fire('dialogDefinition',{name:T,definition:U},S).definition;var ab={};if(!('removeDialogTabs' in S._)&&S.config.removeDialogTabs){var ac=S.config.removeDialogTabs.split(';');for(i=0;i<ac.length;i++){var ad=ac[i].split(':');if(ad.length==2){var ae=ad[0];if(!ab[ae])ab[ae]=[];ab[ae].push(ad[1]);}}S._.removeDialogTabs=ab;}if(S._.removeDialogTabs&&(ab=S._.removeDialogTabs[T]))for(i=0;i<ab.length;i++)U.removeContents(ab[i]);if(U.onLoad)this.on('load',U.onLoad);if(U.onShow)this.on('show',U.onShow);if(U.onHide)this.on('hide',U.onHide);if(U.onOk)this.on('ok',function(ar){S.fire('saveSnapshot');setTimeout(function(){S.fire('saveSnapshot');},0);if(U.onOk.call(this,ar)===false)ar.data.hide=false;});if(U.onCancel)this.on('cancel',function(ar){if(U.onCancel.call(this,ar)===false)ar.data.hide=false;});var af=this,ag=function(ar){var as=af._.contents,at=false;for(var au in as)for(var av in as[au]){at=ar.call(this,as[au][av]);if(at)return;}};this.on('ok',function(ar){ag(function(as){if(as.validate){var at=as.validate(this),au=typeof at=='string'||at===false;if(au){ar.data.hide=false;ar.stop();}r.call(as,!au,typeof at=='string'?at:undefined);return au;}});},this,null,0);this.on('cancel',function(ar){ag(function(as){if(as.isChanged()){if(!confirm(S.lang.common.confirmCancel))ar.data.hide=false;return true;}});},this,null,0);this.parts.close.on('click',function(ar){if(this.fire('cancel',{hide:true}).hide!==false)this.hide();ar.data.preventDefault();},this);function ah(){var ar=af._.focusList;ar.sort(function(au,av){if(au.tabIndex!=av.tabIndex)return av.tabIndex-au.tabIndex;else return au.focusIndex-av.focusIndex;});var as=ar.length;for(var at=0;at<as;at++)ar[at].focusIndex=at;};function ai(ar){var as=af._.focusList,at=ar?1:-1;if(as.length<1)return;var au=af._.currentFocusIndex;try{as[au].getInputElement().$.blur();}catch(ax){}var av=(au+at+as.length)%as.length,aw=av; -while(!as[aw].isFocusable()){aw=(aw+at+as.length)%as.length;if(aw==av)break;}as[aw].focus();if(as[aw].type=='text')as[aw].select();};this.changeFocus=ai;var aj;function ak(ar){var aw=this;if(af!=a.dialog._.currentTop)return;var as=ar.data.getKeystroke(),at=S.lang.dir=='rtl';aj=0;if(as==9||as==2228224+9){var au=as==2228224+9;if(af._.tabBarMode){var av=au?o.call(af):p.call(af);af.selectPage(av);af._.tabs[av][0].focus();}else ai(!au);aj=1;}else if(as==4456448+121&&!af._.tabBarMode&&af.getPageCount()>1){af._.tabBarMode=true;af._.tabs[af._.currentTabId][0].focus();aj=1;}else if((as==37||as==39)&&af._.tabBarMode){av=as==(at?39:37)?o.call(af):p.call(af);af.selectPage(av);af._.tabs[av][0].focus();aj=1;}else if((as==13||as==32)&&af._.tabBarMode){aw.selectPage(aw._.currentTabId);aw._.tabBarMode=false;aw._.currentFocusIndex=-1;ai(true);aj=1;}if(aj){ar.stop();ar.data.preventDefault();}};function al(ar){aj&&ar.data.preventDefault();};var am=this._.element;this.on('show',function(){am.on('keydown',ak,this,null,0);if(b.opera||b.gecko&&b.mac)am.on('keypress',al,this);});this.on('hide',function(){am.removeListener('keydown',ak);if(b.opera||b.gecko&&b.mac)am.removeListener('keypress',al);ag(function(ar){s.apply(ar);});});this.on('iframeAdded',function(ar){var as=new g(ar.data.iframe.$.contentWindow.document);as.on('keydown',ak,this,null,0);});this.on('show',function(){var av=this;ah();if(S.config.dialog_startupFocusTab&&af._.pageCount>1){af._.tabBarMode=true;af._.tabs[af._.currentTabId][0].focus();}else if(!av._.hasFocus){av._.currentFocusIndex=-1;if(U.onFocus){var ar=U.onFocus.call(av);ar&&ar.focus();}else ai(true);if(av._.editor.mode=='wysiwyg'&&c){var as=S.document.$.selection,at=as.createRange();if(at)if(at.parentElement&&at.parentElement().ownerDocument==S.document.$||at.item&&at.item(0).ownerDocument==S.document.$){var au=document.body.createTextRange();au.moveToElementText(av.getElement().getFirst().$);au.collapse(true);au.select();}}}},this,null,4294967295);if(b.ie6Compat)this.on('load',function(ar){var as=this.getElement(),at=as.getFirst();at.remove();at.appendTo(as);},this);A(this);B(this);new d.text(U.title,a.document).appendTo(this.parts.title);for(var an=0;an<U.contents.length;an++){var ao=U.contents[an];ao&&this.addPage(ao);}this.parts.tabs.on('click',function(ar){var au=this;var as=ar.data.getTarget();if(as.hasClass('cke_dialog_tab')){var at=as.$.id;au.selectPage(at.substring(4,at.lastIndexOf('_')));if(au._.tabBarMode){au._.tabBarMode=false;au._.currentFocusIndex=-1; -ai(true);}ar.data.preventDefault();}},this);var ap=[],aq=a.dialog._.uiElementBuilders.hbox.build(this,{type:'hbox',className:'cke_dialog_footer_buttons',widths:[],children:U.buttons},ap).getChild();this.parts.footer.setHtml(ap.join(''));for(an=0;an<aq.length;an++)this._.buttons[aq[an].id]=aq[an];};function t(S,T,U){this.element=T;this.focusIndex=U;this.tabIndex=0;this.isFocusable=function(){return!T.getAttribute('disabled')&&T.isVisible();};this.focus=function(){S._.currentFocusIndex=this.focusIndex;this.element.focus();};T.on('keydown',function(V){if(V.data.getKeystroke() in {32:1,13:1})this.fire('click');});T.on('focus',function(){this.fire('mouseover');});T.on('blur',function(){this.fire('mouseout');});};a.dialog.prototype={destroy:function(){this.hide();this._.element.remove();},resize:(function(){return function(S,T){var U=this;if(U._.contentSize&&U._.contentSize.width==S&&U._.contentSize.height==T)return;a.dialog.fire('resize',{dialog:U,skin:U._.editor.skinName,width:S,height:T},U._.editor);U.fire('resize',{skin:U._.editor.skinName,width:S,height:T},U._.editor);if(U._.editor.lang.dir=='rtl'&&U._.position)U._.position.x=a.document.getWindow().getViewPaneSize().width-U._.contentSize.width-parseInt(U._.element.getFirst().getStyle('right'),10);U._.contentSize={width:S,height:T};};})(),getSize:function(){var S=this._.element.getFirst();return{width:S.$.offsetWidth||0,height:S.$.offsetHeight||0};},move:(function(){var S;return function(T,U,V){var ac=this;var W=ac._.element.getFirst(),X=ac._.editor.lang.dir=='rtl';if(S===undefined)S=W.getComputedStyle('position')=='fixed';if(S&&ac._.position&&ac._.position.x==T&&ac._.position.y==U)return;ac._.position={x:T,y:U};if(!S){var Y=a.document.getWindow().getScrollPosition();T+=Y.x;U+=Y.y;}if(X){var Z=ac.getSize(),aa=a.document.getWindow().getViewPaneSize();T=aa.width-Z.width-T;}var ab={top:(U>0?U:0)+'px'};ab[X?'right':'left']=(T>0?T:0)+'px';W.setStyles(ab);V&&(ac._.moved=1);};})(),getPosition:function(){return e.extend({},this._.position);},show:function(){var S=this._.element,T=this.definition;if(!(S.getParent()&&S.getParent().equals(a.document.getBody())))S.appendTo(a.document.getBody());else S.setStyle('display','block');if(b.gecko&&b.version<10900){var U=this.parts.dialog;U.setStyle('position','absolute');setTimeout(function(){U.setStyle('position','fixed');},0);}this.resize(this._.contentSize&&this._.contentSize.width||T.width||T.minWidth,this._.contentSize&&this._.contentSize.height||T.height||T.minHeight);this.reset(); -this.selectPage(this.definition.contents[0].id);if(a.dialog._.currentZIndex===null)a.dialog._.currentZIndex=this._.editor.config.baseFloatZIndex;this._.element.getFirst().setStyle('z-index',a.dialog._.currentZIndex+=10);if(a.dialog._.currentTop===null){a.dialog._.currentTop=this;this._.parentDialog=null;G(this._.editor);S.on('keydown',K);S.on(b.opera?'keypress':'keyup',L);for(var V in {keyup:1,keydown:1,keypress:1})S.on(V,R);}else{this._.parentDialog=a.dialog._.currentTop;var W=this._.parentDialog.getElement().getFirst();W.$.style.zIndex-=Math.floor(this._.editor.config.baseFloatZIndex/2);a.dialog._.currentTop=this;}M(this,this,'\x1b',null,function(){this.getButton('cancel')&&this.getButton('cancel').click();});this._.hasFocus=false;e.setTimeout(function(){this.layout();this.parts.dialog.setStyle('visibility','');this.fireOnce('load',{});k.fire('ready',this);this.fire('show',{});this._.editor.fire('dialogShow',this);this.foreach(function(X){X.setInitValue&&X.setInitValue();});},100,this);},layout:function(){var U=this;var S=a.document.getWindow().getViewPaneSize(),T=U.getSize();U.move(U._.moved?U._.position.x:(S.width-T.width)/2,U._.moved?U._.position.y:(S.height-T.height)/2);},foreach:function(S){var V=this;for(var T in V._.contents)for(var U in V._.contents[T])S.call(V,V._.contents[T][U]);return V;},reset:(function(){var S=function(T){if(T.reset)T.reset(1);};return function(){this.foreach(S);return this;};})(),setupContent:function(){var S=arguments;this.foreach(function(T){if(T.setup)T.setup.apply(T,S);});},commitContent:function(){var S=arguments;this.foreach(function(T){if(c&&this._.currentFocusIndex==T.focusIndex)T.getInputElement().$.blur();if(T.commit)T.commit.apply(T,S);});},hide:function(){if(!this.parts.dialog.isVisible())return;this.fire('hide',{});this._.editor.fire('dialogHide',this);var S=this._.element;S.setStyle('display','none');this.parts.dialog.setStyle('visibility','hidden');N(this);while(a.dialog._.currentTop!=this)a.dialog._.currentTop.hide();if(!this._.parentDialog)H();else{var T=this._.parentDialog.getElement().getFirst();T.setStyle('z-index',parseInt(T.$.style.zIndex,10)+Math.floor(this._.editor.config.baseFloatZIndex/2));}a.dialog._.currentTop=this._.parentDialog;if(!this._.parentDialog){a.dialog._.currentZIndex=null;S.removeListener('keydown',K);S.removeListener(b.opera?'keypress':'keyup',L);for(var U in {keyup:1,keydown:1,keypress:1})S.removeListener(U,R);var V=this._.editor;V.focus();if(V.mode=='wysiwyg'&&c){var W=V.getSelection(); -W&&W.unlock(true);}}else a.dialog._.currentZIndex-=10;delete this._.parentDialog;this.foreach(function(X){X.resetInitValue&&X.resetInitValue();});},addPage:function(S){var ae=this;var T=[],U=S.label?' title="'+e.htmlEncode(S.label)+'"':'',V=S.elements,W=a.dialog._.uiElementBuilders.vbox.build(ae,{type:'vbox',className:'cke_dialog_page_contents',children:S.elements,expand:!!S.expand,padding:S.padding,style:S.style||'width: 100%;height:100%'},T),X=h.createFromHtml(T.join(''));X.setAttribute('role','tabpanel');var Y=b,Z='cke_'+S.id+'_'+e.getNextNumber(),aa=h.createFromHtml(['<a class="cke_dialog_tab"',ae._.pageCount>0?' cke_last':'cke_first',U,!!S.hidden?' style="display:none"':'',' id="',Z,'"',Y.gecko&&Y.version>=10900&&!Y.hc?'':' href="javascript:void(0)"',' tabIndex="-1"',' hidefocus="true"',' role="tab">',S.label,'</a>'].join(''));X.setAttribute('aria-labelledby',Z);ae._.tabs[S.id]=[aa,X];ae._.tabIdList.push(S.id);!S.hidden&&ae._.pageCount++;ae._.lastTab=aa;ae.updateStyle();var ab=ae._.contents[S.id]={},ac,ad=W.getChild();while(ac=ad.shift()){ab[ac.id]=ac;if(typeof ac.getChild=='function')ad.push.apply(ad,ac.getChild());}X.setAttribute('name',S.id);X.appendTo(ae.parts.contents);aa.unselectable();ae.parts.tabs.append(aa);if(S.accessKey){M(ae,ae,'CTRL+'+S.accessKey,P,O);ae._.accessKeyMap['CTRL+'+S.accessKey]=S.id;}},selectPage:function(S){if(this._.currentTabId==S)return;if(this.fire('selectPage',{page:S,currentPage:this._.currentTabId})===true)return;for(var T in this._.tabs){var U=this._.tabs[T][0],V=this._.tabs[T][1];if(T!=S){U.removeClass('cke_dialog_tab_selected');V.hide();}V.setAttribute('aria-hidden',T!=S);}var W=this._.tabs[S];W[0].addClass('cke_dialog_tab_selected');if(b.ie6Compat||b.ie7Compat){q(W[1]);W[1].show();setTimeout(function(){q(W[1],1);},0);}else W[1].show();this._.currentTabId=S;this._.currentTabIndex=e.indexOf(this._.tabIdList,S);},updateStyle:function(){this.parts.dialog[(this._.pageCount===1?'add':'remove')+'Class']('cke_single_page');},hidePage:function(S){var U=this;var T=U._.tabs[S]&&U._.tabs[S][0];if(!T||U._.pageCount==1||!T.isVisible())return;else if(S==U._.currentTabId)U.selectPage(o.call(U));T.hide();U._.pageCount--;U.updateStyle();},showPage:function(S){var U=this;var T=U._.tabs[S]&&U._.tabs[S][0];if(!T)return;T.show();U._.pageCount++;U.updateStyle();},getElement:function(){return this._.element;},getName:function(){return this._.name;},getContentElement:function(S,T){var U=this._.contents[S];return U&&U[T];},getValueOf:function(S,T){return this.getContentElement(S,T).getValue(); -},setValueOf:function(S,T,U){return this.getContentElement(S,T).setValue(U);},getButton:function(S){return this._.buttons[S];},click:function(S){return this._.buttons[S].click();},disableButton:function(S){return this._.buttons[S].disable();},enableButton:function(S){return this._.buttons[S].enable();},getPageCount:function(){return this._.pageCount;},getParentEditor:function(){return this._.editor;},getSelectedElement:function(){return this.getParentEditor().getSelection().getSelectedElement();},addFocusable:function(S,T){var V=this;if(typeof T=='undefined'){T=V._.focusList.length;V._.focusList.push(new t(V,S,T));}else{V._.focusList.splice(T,0,new t(V,S,T));for(var U=T+1;U<V._.focusList.length;U++)V._.focusList[U].focusIndex++;}}};e.extend(a.dialog,{add:function(S,T){if(!this._.dialogDefinitions[S]||typeof T=='function')this._.dialogDefinitions[S]=T;},exists:function(S){return!!this._.dialogDefinitions[S];},getCurrent:function(){return a.dialog._.currentTop;},okButton:(function(){var S=function(T,U){U=U||{};return e.extend({id:'ok',type:'button',label:T.lang.common.ok,'class':'cke_dialog_ui_button_ok',onClick:function(V){var W=V.data.dialog;if(W.fire('ok',{hide:true}).hide!==false)W.hide();}},U,true);};S.type='button';S.override=function(T){return e.extend(function(U){return S(U,T);},{type:'button'},true);};return S;})(),cancelButton:(function(){var S=function(T,U){U=U||{};return e.extend({id:'cancel',type:'button',label:T.lang.common.cancel,'class':'cke_dialog_ui_button_cancel',onClick:function(V){var W=V.data.dialog;if(W.fire('cancel',{hide:true}).hide!==false)W.hide();}},U,true);};S.type='button';S.override=function(T){return e.extend(function(U){return S(U,T);},{type:'button'},true);};return S;})(),addUIElement:function(S,T){this._.uiElementBuilders[S]=T;}});a.dialog._={uiElementBuilders:{},dialogDefinitions:{},currentTop:null,currentZIndex:null};a.event.implementOn(a.dialog);a.event.implementOn(a.dialog.prototype,true);var u={resizable:3,minWidth:600,minHeight:400,buttons:[a.dialog.okButton,a.dialog.cancelButton]},v=function(S,T,U){for(var V=0,W;W=S[V];V++){if(W.id==T)return W;if(U&&W[U]){var X=v(W[U],T,U);if(X)return X;}}return null;},w=function(S,T,U,V,W){if(U){for(var X=0,Y;Y=S[X];X++){if(Y.id==U){S.splice(X,0,T);return T;}if(V&&Y[V]){var Z=w(Y[V],T,U,V,true);if(Z)return Z;}}if(W)return null;}S.push(T);return T;},x=function(S,T,U){for(var V=0,W;W=S[V];V++){if(W.id==T)return S.splice(V,1);if(U&&W[U]){var X=x(W[U],T,U);if(X)return X;}}return null;},y=function(S,T){this.dialog=S; -var U=T.contents;for(var V=0,W;W=U[V];V++)U[V]=W&&new z(S,W);e.extend(this,T);};y.prototype={getContents:function(S){return v(this.contents,S);},getButton:function(S){return v(this.buttons,S);},addContents:function(S,T){return w(this.contents,S,T);},addButton:function(S,T){return w(this.buttons,S,T);},removeContents:function(S){x(this.contents,S);},removeButton:function(S){x(this.buttons,S);}};function z(S,T){this._={dialog:S};e.extend(this,T);};z.prototype={get:function(S){return v(this.elements,S,'children');},add:function(S,T){return w(this.elements,S,T,'children');},remove:function(S){x(this.elements,S,'children');}};function A(S){var T=null,U=null,V=S.getElement().getFirst(),W=S.getParentEditor(),X=W.config.dialog_magnetDistance,Y=W.skin.margins||[0,0,0,0];if(typeof X=='undefined')X=20;function Z(ab){var ac=S.getSize(),ad=a.document.getWindow().getViewPaneSize(),ae=ab.data.$.screenX,af=ab.data.$.screenY,ag=ae-T.x,ah=af-T.y,ai,aj;T={x:ae,y:af};U.x+=ag;U.y+=ah;if(U.x+Y[3]<X)ai=-Y[3];else if(U.x-Y[1]>ad.width-ac.width-X)ai=ad.width-ac.width+(W.lang.dir=='rtl'?0:Y[1]);else ai=U.x;if(U.y+Y[0]<X)aj=-Y[0];else if(U.y-Y[2]>ad.height-ac.height-X)aj=ad.height-ac.height+Y[2];else aj=U.y;S.move(ai,aj,1);ab.data.preventDefault();};function aa(ab){a.document.removeListener('mousemove',Z);a.document.removeListener('mouseup',aa);if(b.ie6Compat){var ac=E.getChild(0).getFrameDocument();ac.removeListener('mousemove',Z);ac.removeListener('mouseup',aa);}};S.parts.title.on('mousedown',function(ab){T={x:ab.data.$.screenX,y:ab.data.$.screenY};a.document.on('mousemove',Z);a.document.on('mouseup',aa);U=S.getPosition();if(b.ie6Compat){var ac=E.getChild(0).getFrameDocument();ac.on('mousemove',Z);ac.on('mouseup',aa);}ab.data.preventDefault();},S);};function B(S){var T=S.definition,U=T.resizable;if(U==0)return;var V=S.getParentEditor(),W,X,Y,Z,aa,ab,ac=e.addFunction(function(af){aa=S.getSize();var ag=S.parts.contents,ah=ag.$.getElementsByTagName('iframe').length;if(ah){ab=h.createFromHtml('<div class="cke_dialog_resize_cover" style="height: 100%; position: absolute; width: 100%;"></div>');ag.append(ab);}X=aa.height-S.parts.contents.getSize('height',!(b.gecko||b.opera||c&&b.quirks));W=aa.width-S.parts.contents.getSize('width',1);Z={x:af.screenX,y:af.screenY};Y=a.document.getWindow().getViewPaneSize();a.document.on('mousemove',ad);a.document.on('mouseup',ae);if(b.ie6Compat){var ai=E.getChild(0).getFrameDocument();ai.on('mousemove',ad);ai.on('mouseup',ae);}af.preventDefault&&af.preventDefault(); -});S.on('load',function(){var af='';if(U==1)af=' cke_resizer_horizontal';else if(U==2)af=' cke_resizer_vertical';var ag=h.createFromHtml('<div class="cke_resizer'+af+' cke_resizer_'+V.lang.dir+'"'+' title="'+e.htmlEncode(V.lang.resize)+'"'+' onmousedown="CKEDITOR.tools.callFunction('+ac+', event )"></div>');S.parts.footer.append(ag,1);});V.on('destroy',function(){e.removeFunction(ac);});function ad(af){var ag=V.lang.dir=='rtl',ah=(af.data.$.screenX-Z.x)*(ag?-1:1),ai=af.data.$.screenY-Z.y,aj=aa.width,ak=aa.height,al=aj+ah*(S._.moved?1:2),am=ak+ai*(S._.moved?1:2),an=S._.element.getFirst(),ao=ag&&an.getComputedStyle('right'),ap=S.getPosition();if(ap.y+am>Y.height)am=Y.height-ap.y;if((ag?ao:ap.x)+al>Y.width)al=Y.width-(ag?ao:ap.x);if(U==1||U==3)aj=Math.max(T.minWidth||0,al-W);if(U==2||U==3)ak=Math.max(T.minHeight||0,am-X);S.resize(aj,ak);if(!S._.moved)S.layout();af.data.preventDefault();};function ae(){a.document.removeListener('mouseup',ae);a.document.removeListener('mousemove',ad);if(ab){ab.remove();ab=null;}if(b.ie6Compat){var af=E.getChild(0).getFrameDocument();af.removeListener('mouseup',ae);af.removeListener('mousemove',ad);}};};var C,D={},E;function F(S){S.data.preventDefault(1);};function G(S){var T=a.document.getWindow(),U=S.config,V=U.dialog_backgroundCoverColor||'white',W=U.dialog_backgroundCoverOpacity,X=U.baseFloatZIndex,Y=e.genKey(V,W,X),Z=D[Y];if(!Z){var aa=['<div tabIndex="-1" style="position: ',b.ie6Compat?'absolute':'fixed','; z-index: ',X,'; top: 0px; left: 0px; ',!b.ie6Compat?'background-color: '+V:'','" class="cke_dialog_background_cover">'];if(b.ie6Compat){var ab=b.isCustomDomain(),ac="<html><body style=\\'background-color:"+V+";\\'></body></html>";aa.push('<iframe hidefocus="true" frameborder="0" id="cke_dialog_background_iframe" src="javascript:');aa.push('void((function(){document.open();'+(ab?"document.domain='"+document.domain+"';":'')+"document.write( '"+ac+"' );"+'document.close();'+'})())');aa.push('" style="position:absolute;left:0;top:0;width:100%;height: 100%;progid:DXImageTransform.Microsoft.Alpha(opacity=0)"></iframe>');}aa.push('</div>');Z=h.createFromHtml(aa.join(''));Z.setOpacity(W!=undefined?W:0.5);Z.on('keydown',F);Z.on('keypress',F);Z.on('keyup',F);Z.appendTo(a.document.getBody());D[Y]=Z;}else Z.show();E=Z;var ad=function(){var ag=T.getViewPaneSize();Z.setStyles({width:ag.width+'px',height:ag.height+'px'});},ae=function(){var ag=T.getScrollPosition(),ah=a.dialog._.currentTop;Z.setStyles({left:ag.x+'px',top:ag.y+'px'});if(ah)do{var ai=ah.getPosition(); -ah.move(ai.x,ai.y);}while(ah=ah._.parentDialog)};C=ad;T.on('resize',ad);ad();if(!(b.mac&&b.webkit))Z.focus();if(b.ie6Compat){var af=function(){ae();arguments.callee.prevScrollHandler.apply(this,arguments);};T.$.setTimeout(function(){af.prevScrollHandler=window.onscroll||(function(){});window.onscroll=af;},0);ae();}};function H(){if(!E)return;var S=a.document.getWindow();E.hide();S.removeListener('resize',C);if(b.ie6Compat)S.$.setTimeout(function(){var T=window.onscroll&&window.onscroll.prevScrollHandler;window.onscroll=T||null;},0);C=null;};function I(){for(var S in D)D[S].remove();D={};};var J={},K=function(S){var T=S.data.$.ctrlKey||S.data.$.metaKey,U=S.data.$.altKey,V=S.data.$.shiftKey,W=String.fromCharCode(S.data.$.keyCode),X=J[(T?'CTRL+':'')+(U?'ALT+':'')+(V?'SHIFT+':'')+W];if(!X||!X.length)return;X=X[X.length-1];X.keydown&&X.keydown.call(X.uiElement,X.dialog,X.key);S.data.preventDefault();},L=function(S){var T=S.data.$.ctrlKey||S.data.$.metaKey,U=S.data.$.altKey,V=S.data.$.shiftKey,W=String.fromCharCode(S.data.$.keyCode),X=J[(T?'CTRL+':'')+(U?'ALT+':'')+(V?'SHIFT+':'')+W];if(!X||!X.length)return;X=X[X.length-1];if(X.keyup){X.keyup.call(X.uiElement,X.dialog,X.key);S.data.preventDefault();}},M=function(S,T,U,V,W){var X=J[U]||(J[U]=[]);X.push({uiElement:S,dialog:T,key:U,keyup:W||S.accessKeyUp,keydown:V||S.accessKeyDown});},N=function(S){for(var T in J){var U=J[T];for(var V=U.length-1;V>=0;V--){if(U[V].dialog==S||U[V].uiElement==S)U.splice(V,1);}if(U.length===0)delete J[T];}},O=function(S,T){if(S._.accessKeyMap[T])S.selectPage(S._.accessKeyMap[T]);},P=function(S,T){},Q={27:1,13:1},R=function(S){if(S.data.getKeystroke() in Q)S.data.stopPropagation();};(function(){k.dialog={uiElement:function(S,T,U,V,W,X,Y){if(arguments.length<4)return;var Z=(V.call?V(T):V)||'div',aa=['<',Z,' '],ab=(W&&W.call?W(T):W)||{},ac=(X&&X.call?X(T):X)||{},ad=(Y&&Y.call?Y.call(this,S,T):Y)||'',ae=this.domId=ac.id||e.getNextId()+'_uiElement',af=this.id=T.id,ag;ac.id=ae;var ah={};if(T.type)ah['cke_dialog_ui_'+T.type]=1;if(T.className)ah[T.className]=1;if(T.disabled)ah.cke_disabled=1;var ai=ac['class']&&ac['class'].split?ac['class'].split(' '):[];for(ag=0;ag<ai.length;ag++){if(ai[ag])ah[ai[ag]]=1;}var aj=[];for(ag in ah)aj.push(ag);ac['class']=aj.join(' ');if(T.title)ac.title=T.title;var ak=(T.style||'').split(';');if(T.align){var al=T.align;ab['margin-left']=al=='left'?0:'auto';ab['margin-right']=al=='right'?0:'auto';}for(ag in ab)ak.push(ag+':'+ab[ag]);if(T.hidden)ak.push('display:none'); -for(ag=ak.length-1;ag>=0;ag--){if(ak[ag]==='')ak.splice(ag,1);}if(ak.length>0)ac.style=(ac.style?ac.style+'; ':'')+ak.join('; ');for(ag in ac)aa.push(ag+'="'+e.htmlEncode(ac[ag])+'" ');aa.push('>',ad,'</',Z,'>');U.push(aa.join(''));(this._||(this._={})).dialog=S;if(typeof T.isChanged=='boolean')this.isChanged=function(){return T.isChanged;};if(typeof T.isChanged=='function')this.isChanged=T.isChanged;if(typeof T.setValue=='function')this.setValue=e.override(this.setValue,function(an){return function(ao){an.call(this,T.setValue.call(this,ao));};});if(typeof T.getValue=='function')this.getValue=e.override(this.getValue,function(an){return function(){return T.getValue.call(this,an.call(this));};});a.event.implementOn(this);this.registerEvents(T);if(this.accessKeyUp&&this.accessKeyDown&&T.accessKey)M(this,S,'CTRL+'+T.accessKey);var am=this;S.on('load',function(){if(am.getInputElement())am.getInputElement().on('focus',function(){S._.tabBarMode=false;S._.hasFocus=true;am.fire('focus');},am);});if(this.keyboardFocusable){this.tabIndex=T.tabIndex||0;this.focusIndex=S._.focusList.push(this)-1;this.on('focus',function(){S._.currentFocusIndex=am.focusIndex;});}e.extend(this,T);},hbox:function(S,T,U,V,W){if(arguments.length<4)return;this._||(this._={});var X=this._.children=T,Y=W&&W.widths||null,Z=W&&W.height||null,aa={},ab,ac=function(){var ae=['<tbody><tr class="cke_dialog_ui_hbox">'];for(ab=0;ab<U.length;ab++){var af='cke_dialog_ui_hbox_child',ag=[];if(ab===0)af='cke_dialog_ui_hbox_first';if(ab==U.length-1)af='cke_dialog_ui_hbox_last';ae.push('<td class="',af,'" role="presentation" ');if(Y){if(Y[ab])ag.push('width:'+m(Y[ab]));}else ag.push('width:'+Math.floor(100/U.length)+'%');if(Z)ag.push('height:'+m(Z));if(W&&W.padding!=undefined)ag.push('padding:'+m(W.padding));if(c&&b.quirks&&X[ab].align)ag.push('text-align:'+X[ab].align);if(ag.length>0)ae.push('style="'+ag.join('; ')+'" ');ae.push('>',U[ab],'</td>');}ae.push('</tr></tbody>');return ae.join('');},ad={role:'presentation'};W&&W.align&&(ad.align=W.align);k.dialog.uiElement.call(this,S,W||{type:'hbox'},V,'table',aa,ad,ac);},vbox:function(S,T,U,V,W){if(arguments.length<3)return;this._||(this._={});var X=this._.children=T,Y=W&&W.width||null,Z=W&&W.heights||null,aa=function(){var ab=['<table role="presentation" cellspacing="0" border="0" '];ab.push('style="');if(W&&W.expand)ab.push('height:100%;');ab.push('width:'+m(Y||'100%'),';');ab.push('"');ab.push('align="',e.htmlEncode(W&&W.align||(S.getParentEditor().lang.dir=='ltr'?'left':'right')),'" '); -ab.push('><tbody>');for(var ac=0;ac<U.length;ac++){var ad=[];ab.push('<tr><td role="presentation" ');if(Y)ad.push('width:'+m(Y||'100%'));if(Z)ad.push('height:'+m(Z[ac]));else if(W&&W.expand)ad.push('height:'+Math.floor(100/U.length)+'%');if(W&&W.padding!=undefined)ad.push('padding:'+m(W.padding));if(c&&b.quirks&&X[ac].align)ad.push('text-align:'+X[ac].align);if(ad.length>0)ab.push('style="',ad.join('; '),'" ');ab.push(' class="cke_dialog_ui_vbox_child">',U[ac],'</td></tr>');}ab.push('</tbody></table>');return ab.join('');};k.dialog.uiElement.call(this,S,W||{type:'vbox'},V,'div',null,{role:'presentation'},aa);}};})();k.dialog.uiElement.prototype={getElement:function(){return a.document.getById(this.domId);},getInputElement:function(){return this.getElement();},getDialog:function(){return this._.dialog;},setValue:function(S,T){this.getInputElement().setValue(S);!T&&this.fire('change',{value:S});return this;},getValue:function(){return this.getInputElement().getValue();},isChanged:function(){return false;},selectParentTab:function(){var V=this;var S=V.getInputElement(),T=S,U;while((T=T.getParent())&&T.$.className.search('cke_dialog_page_contents')==-1){}if(!T)return V;U=T.getAttribute('name');if(V._.dialog._.currentTabId!=U)V._.dialog.selectPage(U);return V;},focus:function(){this.selectParentTab().getInputElement().focus();return this;},registerEvents:function(S){var T=/^on([A-Z]\w+)/,U,V=function(X,Y,Z,aa){Y.on('load',function(){X.getInputElement().on(Z,aa,X);});};for(var W in S){if(!(U=W.match(T)))continue;if(this.eventProcessors[W])this.eventProcessors[W].call(this,this._.dialog,S[W]);else V(this,this._.dialog,U[1].toLowerCase(),S[W]);}return this;},eventProcessors:{onLoad:function(S,T){S.on('load',T,this);},onShow:function(S,T){S.on('show',T,this);},onHide:function(S,T){S.on('hide',T,this);}},accessKeyDown:function(S,T){this.focus();},accessKeyUp:function(S,T){},disable:function(){var S=this.getElement(),T=this.getInputElement();T.setAttribute('disabled','true');S.addClass('cke_disabled');},enable:function(){var S=this.getElement(),T=this.getInputElement();T.removeAttribute('disabled');S.removeClass('cke_disabled');},isEnabled:function(){return!this.getElement().hasClass('cke_disabled');},isVisible:function(){return this.getInputElement().isVisible();},isFocusable:function(){if(!this.isEnabled()||!this.isVisible())return false;return true;}};k.dialog.hbox.prototype=e.extend(new k.dialog.uiElement(),{getChild:function(S){var T=this;if(arguments.length<1)return T._.children.concat(); -if(!S.splice)S=[S];if(S.length<2)return T._.children[S[0]];else return T._.children[S[0]]&&T._.children[S[0]].getChild?T._.children[S[0]].getChild(S.slice(1,S.length)):null;}},true);k.dialog.vbox.prototype=new k.dialog.hbox();(function(){var S={build:function(T,U,V){var W=U.children,X,Y=[],Z=[];for(var aa=0;aa<W.length&&(X=W[aa]);aa++){var ab=[];Y.push(ab);Z.push(a.dialog._.uiElementBuilders[X.type].build(T,X,ab));}return new k.dialog[U.type](T,Z,Y,V,U);}};a.dialog.addUIElement('hbox',S);a.dialog.addUIElement('vbox',S);})();a.dialogCommand=function(S){this.dialogName=S;};a.dialogCommand.prototype={exec:function(S){S.openDialog(this.dialogName);},canUndo:false,editorFocus:c||b.webkit};(function(){var S=/^([a]|[^a])+$/,T=/^\d*$/,U=/^\d*(?:\.\d+)?$/,V=/^(((\d*(\.\d+))|(\d*))(px|\%)?)?$/,W=/^(((\d*(\.\d+))|(\d*))(px|em|ex|in|cm|mm|pt|pc|\%)?)?$/i;a.VALIDATE_OR=1;a.VALIDATE_AND=2;a.dialog.validate={functions:function(){var X=arguments;return function(){var Y=this&&this.getValue?this.getValue():X[0],Z=undefined,aa=2,ab=[],ac;for(ac=0;ac<X.length;ac++){if(typeof X[ac]=='function')ab.push(X[ac]);else break;}if(ac<X.length&&typeof X[ac]=='string'){Z=X[ac];ac++;}if(ac<X.length&&typeof X[ac]=='number')aa=X[ac];var ad=aa==2?true:false;for(ac=0;ac<ab.length;ac++){if(aa==2)ad=ad&&ab[ac](Y);else ad=ad||ab[ac](Y);}return!ad?Z:true;};},regex:function(X,Y){return function(){var Z=this&&this.getValue?this.getValue():arguments[0];return!X.test(Z)?Y:true;};},notEmpty:function(X){return this.regex(S,X);},integer:function(X){return this.regex(T,X);},number:function(X){return this.regex(U,X);},cssLength:function(X){return this.functions(function(Y){return W.test(e.trim(Y));},X);},htmlLength:function(X){return this.functions(function(Y){return V.test(e.trim(Y));},X);},equals:function(X,Y){return this.functions(function(Z){return Z==X;},Y);},notEqual:function(X,Y){return this.functions(function(Z){return Z!=X;},Y);}};a.on('instanceDestroyed',function(X){if(e.isEmpty(a.instances)){var Y;while(Y=a.dialog._.currentTop)Y.hide();I();}var Z=X.editor._.storedDialogs;for(var aa in Z)Z[aa].destroy();});})();e.extend(a.editor.prototype,{openDialog:function(S,T){if(this.mode=='wysiwyg'&&c){var U=this.getSelection();U&&U.lock();}var V=a.dialog._.dialogDefinitions[S],W=this.skin.dialog;if(a.dialog._.currentTop===null)G(this);if(typeof V=='function'&&W._isLoaded){var X=this._.storedDialogs||(this._.storedDialogs={}),Y=X[S]||(X[S]=new a.dialog(this,S));T&&T.call(Y,Y);Y.show();return Y;}else if(V=='failed'){H(); -throw new Error('[CKEDITOR.dialog.openDialog] Dialog "'+S+'" failed when loading definition.');}var Z=this;function aa(ac){var ad=a.dialog._.dialogDefinitions[S],ae=Z.skin.dialog;if(!ae._isLoaded||ab&&typeof ac=='undefined')return;if(typeof ad!='function')a.dialog._.dialogDefinitions[S]='failed';Z.openDialog(S,T);};if(typeof V=='string'){var ab=1;a.scriptLoader.load(a.getUrl(V),aa,null,0,1);}a.skins.load(this,'dialog',aa);return null;}});})();j.add('dialog',{requires:['dialogui']});j.add('styles',{requires:['selection'],init:function(m){m.on('contentDom',function(){m.document.setCustomData('cke_includeReadonly',!m.config.disableReadonlyStyling);});}});a.editor.prototype.attachStyleStateChange=function(m,n){var o=this._.styleStateChangeCallbacks;if(!o){o=this._.styleStateChangeCallbacks=[];this.on('selectionChange',function(p){for(var q=0;q<o.length;q++){var r=o[q],s=r.style.checkActive(p.data.path)?1:2;r.fn.call(this,s);}});}o.push({style:m,fn:n});};a.STYLE_BLOCK=1;a.STYLE_INLINE=2;a.STYLE_OBJECT=3;(function(){var m={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},n={a: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},o=/\s*(?:;\s*|$)/,p=/#\((.+?)\)/g,q=d.walker.bookmark(0,1),r=d.walker.whitespaces(1);a.style=function(T,U){var W=this;if(U){T=e.clone(T);L(T.attributes,U);L(T.styles,U);}var V=W.element=T.element?typeof T.element=='string'?T.element.toLowerCase():T.element:'*';W.type=m[V]?1:n[V]?3:2;if(typeof W.element=='object')W.type=3;W._={definition:T};};a.style.prototype={apply:function(T){S.call(this,T,false);},remove:function(T){S.call(this,T,true);},applyToRange:function(T){var U=this;return(U.applyToRange=U.type==2?t:U.type==1?x:U.type==3?v:null).call(U,T);},removeFromRange:function(T){var U=this;return(U.removeFromRange=U.type==2?u:U.type==1?y:U.type==3?w:null).call(U,T);},applyToObject:function(T){K(T,this);},checkActive:function(T){var Y=this;switch(Y.type){case 1:return Y.checkElementRemovable(T.block||T.blockLimit,true);case 3:case 2:var U=T.elements;for(var V=0,W;V<U.length;V++){W=U[V];if(Y.type==2&&(W==T.block||W==T.blockLimit))continue;if(Y.type==3){var X=W.getName();if(!(typeof Y.element=='string'?X==Y.element:X in Y.element))continue;}if(Y.checkElementRemovable(W,true))return true;}}return false;},checkApplicable:function(T){switch(this.type){case 2:case 1:break; -case 3:return T.lastElement.getAscendant(this.element,true);}return true;},checkElementRemovable:function(T,U){var ae=this;if(!T||T.isReadOnly())return false;var V=ae._.definition,W,X=T.getName();if(typeof ae.element=='string'?X==ae.element:X in ae.element){if(!U&&!T.hasAttributes())return true;W=M(V);if(W._length){for(var Y in W){if(Y=='_length')continue;var Z=T.getAttribute(Y)||'';if(Y=='style'?R(W[Y],P(Z,false)):W[Y]==Z){if(!U)return true;}else if(U)return false;}if(U)return true;}else return true;}var aa=N(ae)[T.getName()];if(aa){if(!(W=aa.attributes))return true;for(var ab=0;ab<W.length;ab++){Y=W[ab][0];var ac=T.getAttribute(Y);if(ac){var ad=W[ab][1];if(ad===null||typeof ad=='string'&&ac==ad||ad.test(ac))return true;}}}return false;},buildPreview:function(T){var U=this._.definition,V=[],W=U.element;if(W=='bdo')W='span';V=['<',W];var X=U.attributes;if(X)for(var Y in X)V.push(' ',Y,'="',X[Y],'"');var Z=a.style.getStyleText(U);if(Z)V.push(' style="',Z,'"');V.push('>',T||U.name,'</',W,'>');return V.join('');}};a.style.getStyleText=function(T){var U=T._ST;if(U)return U;U=T.styles;var V=T.attributes&&T.attributes.style||'',W='';if(V.length)V=V.replace(o,';');for(var X in U){var Y=U[X],Z=(X+':'+Y).replace(o,';');if(Y=='inherit')W+=Z;else V+=Z;}if(V.length)V=P(V);V+=W;return T._ST=V;};function s(T){var U,V;while(T=T.getParent()){if(T.getName()=='body')break;if(T.getAttribute('data-nostyle'))U=T;else if(!V){var W=T.getAttribute('contentEditable');if(W=='false')U=T;else if(W=='true')V=1;}}return U;};function t(T){var ax=this;var U=T.document;if(T.collapsed){var V=J(ax,U);T.insertNode(V);T.moveToPosition(V,2);return;}var W=ax.element,X=ax._.definition,Y,Z=X.includeReadonly;if(Z==undefined)Z=U.getCustomData('cke_includeReadonly');var aa=f[W]||(Y=true,f.span);T.enlarge(1,1);T.trim();var ab=T.createBookmark(),ac=ab.startNode,ad=ab.endNode,ae=ac,af,ag=s(ac),ah=s(ad);if(ag)ae=ag.getNextSourceNode(true);if(ah)ad=ah;if(ae.getPosition(ad)==2)ae=0;while(ae){var ai=false;if(ae.equals(ad)){ae=null;ai=true;}else{var aj=ae.type,ak=aj==1?ae.getName():null,al=ak&&ae.getAttribute('contentEditable')=='false',am=ak&&ae.getAttribute('data-nostyle');if(ak&&ae.data('cke-bookmark')){ae=ae.getNextSourceNode(true);continue;}if(!ak||aa[ak]&&!am&&(!al||Z)&&(ae.getPosition(ad)|4|0|8)==4+0+8&&(!X.childRule||X.childRule(ae))){var an=ae.getParent();if(an&&((an.getDtd()||f.span)[W]||Y)&&(!X.parentRule||X.parentRule(an))){if(!af&&(!ak||!f.$removeEmpty[ak]||(ae.getPosition(ad)|4|0|8)==4+0+8)){af=new d.range(U); -af.setStartBefore(ae);}if(aj==3||al||aj==1&&!ae.getChildCount()){var ao=ae,ap;while((ai=!ao.getNext(q))&&(ap=ao.getParent(),aa[ap.getName()])&&(ap.getPosition(ac)|2|0|8)==2+0+8&&(!X.childRule||X.childRule(ap)))ao=ap;af.setEndAfter(ao);}}else ai=true;}else ai=true;ae=ae.getNextSourceNode(am||al);}if(ai&&af&&!af.collapsed){var aq=J(ax,U),ar=aq.hasAttributes(),as=af.getCommonAncestor(),at={styles:{},attrs:{},blockedStyles:{},blockedAttrs:{}},au,av,aw;while(aq&&as){if(as.getName()==W){for(au in X.attributes){if(at.blockedAttrs[au]||!(aw=as.getAttribute(av)))continue;if(aq.getAttribute(au)==aw)at.attrs[au]=1;else at.blockedAttrs[au]=1;}for(av in X.styles){if(at.blockedStyles[av]||!(aw=as.getStyle(av)))continue;if(aq.getStyle(av)==aw)at.styles[av]=1;else at.blockedStyles[av]=1;}}as=as.getParent();}for(au in at.attrs)aq.removeAttribute(au);for(av in at.styles)aq.removeStyle(av);if(ar&&!aq.hasAttributes())aq=null;if(aq){af.extractContents().appendTo(aq);G(ax,aq);af.insertNode(aq);aq.mergeSiblings();if(!c)aq.$.normalize();}else{aq=new h('span');af.extractContents().appendTo(aq);af.insertNode(aq);G(ax,aq);aq.remove(true);}af=null;}}T.moveToBookmark(ab);T.shrink(2);};function u(T){T.enlarge(1,1);var U=T.createBookmark(),V=U.startNode;if(T.collapsed){var W=new d.elementPath(V.getParent()),X;for(var Y=0,Z;Y<W.elements.length&&(Z=W.elements[Y]);Y++){if(Z==W.block||Z==W.blockLimit)break;if(this.checkElementRemovable(Z)){var aa;if(T.collapsed&&(T.checkBoundaryOfElement(Z,2)||(aa=T.checkBoundaryOfElement(Z,1)))){X=Z;X.match=aa?'start':'end';}else{Z.mergeSiblings();if(Z.getName()==this.element)F(this,Z);else H(Z,N(this)[Z.getName()]);}}}if(X){var ab=V;for(Y=0;true;Y++){var ac=W.elements[Y];if(ac.equals(X))break;else if(ac.match)continue;else ac=ac.clone();ac.append(ab);ab=ac;}ab[X.match=='start'?'insertBefore':'insertAfter'](X);}}else{var ad=U.endNode,ae=this;function af(){var ai=new d.elementPath(V.getParent()),aj=new d.elementPath(ad.getParent()),ak=null,al=null;for(var am=0;am<ai.elements.length;am++){var an=ai.elements[am];if(an==ai.block||an==ai.blockLimit)break;if(ae.checkElementRemovable(an))ak=an;}for(am=0;am<aj.elements.length;am++){an=aj.elements[am];if(an==aj.block||an==aj.blockLimit)break;if(ae.checkElementRemovable(an))al=an;}if(al)ad.breakParent(al);if(ak)V.breakParent(ak);};af();var ag=V.getNext();while(!ag.equals(ad)){var ah=ag.getNextSourceNode();if(ag.type==1&&this.checkElementRemovable(ag)){if(ag.getName()==this.element)F(this,ag);else H(ag,N(this)[ag.getName()]); -if(ah.type==1&&ah.contains(V)){af();ah=V.getNext();}}ag=ah;}}T.moveToBookmark(U);};function v(T){var U=T.getCommonAncestor(true,true),V=U.getAscendant(this.element,true);V&&!V.isReadOnly()&&K(V,this);};function w(T){var U=T.getCommonAncestor(true,true),V=U.getAscendant(this.element,true);if(!V)return;var W=this,X=W._.definition,Y=X.attributes,Z=a.style.getStyleText(X);if(Y)for(var aa in Y)V.removeAttribute(aa,Y[aa]);if(X.styles)for(var ab in X.styles){if(!X.styles.hasOwnProperty(ab))continue;V.removeStyle(ab);}};function x(T){var U=T.createBookmark(true),V=T.createIterator();V.enforceRealBlocks=true;if(this._.enterMode)V.enlargeBr=this._.enterMode!=2;var W,X=T.document,Y;while(W=V.getNextParagraph()){if(!W.isReadOnly()){var Z=J(this,X,W);z(W,Z);}}T.moveToBookmark(U);};function y(T){var Y=this;var U=T.createBookmark(1),V=T.createIterator();V.enforceRealBlocks=true;V.enlargeBr=Y._.enterMode!=2;var W;while(W=V.getNextParagraph()){if(Y.checkElementRemovable(W))if(W.is('pre')){var X=Y._.enterMode==2?null:T.document.createElement(Y._.enterMode==1?'p':'div');X&&W.copyAttributes(X);z(W,X);}else F(Y,W,1);}T.moveToBookmark(U);};function z(T,U){var V=!U;if(V){U=T.getDocument().createElement('div');T.copyAttributes(U);}var W=U&&U.is('pre'),X=T.is('pre'),Y=W&&!X,Z=!W&&X;if(Y)U=E(T,U);else if(Z)U=D(V?[T.getHtml()]:B(T),U);else T.moveChildren(U);U.replace(T);if(W)A(U);else if(V)I(U);};function A(T){var U;if(!((U=T.getPrevious(r))&&U.is&&U.is('pre')))return;var V=C(U.getHtml(),/\n$/,'')+'\n\n'+C(T.getHtml(),/^\n/,'');if(c)T.$.outerHTML='<pre>'+V+'</pre>';else T.setHtml(V);U.remove();};function B(T){var U=/(\S\s*)\n(?:\s|(<span[^>]+data-cke-bookmark.*?\/span>))*\n(?!$)/gi,V=T.getName(),W=C(T.getOuterHtml(),U,function(Y,Z,aa){return Z+'</pre>'+aa+'<pre>';}),X=[];W.replace(/<pre\b.*?>([\s\S]*?)<\/pre>/gi,function(Y,Z){X.push(Z);});return X;};function C(T,U,V){var W='',X='';T=T.replace(/(^<span[^>]+data-cke-bookmark.*?\/span>)|(<span[^>]+data-cke-bookmark.*?\/span>$)/gi,function(Y,Z,aa){Z&&(W=Z);aa&&(X=aa);return '';});return W+T.replace(U,V)+X;};function D(T,U){var V;if(T.length>1)V=new d.documentFragment(U.getDocument());for(var W=0;W<T.length;W++){var X=T[W];X=X.replace(/(\r\n|\r)/g,'\n');X=C(X,/^[ \t]*\n/,'');X=C(X,/\n$/,'');X=C(X,/^[ \t]+|[ \t]+$/g,function(Z,aa,ab){if(Z.length==1)return ' ';else if(!aa)return e.repeat(' ',Z.length-1)+' ';else return ' '+e.repeat(' ',Z.length-1);});X=X.replace(/\n/g,'<br>');X=X.replace(/[ \t]{2,}/g,function(Z){return e.repeat(' ',Z.length-1)+' '; -});if(V){var Y=U.clone();Y.setHtml(X);V.append(Y);}else U.setHtml(X);}return V||U;};function E(T,U){var V=T.getBogus();V&&V.remove();var W=T.getHtml();W=C(W,/(?:^[ \t\n\r]+)|(?:[ \t\n\r]+$)/g,'');W=W.replace(/[ \t\r\n]*(<br[^>]*>)[ \t\r\n]*/gi,'$1');W=W.replace(/([ \t\n\r]+| )/g,' ');W=W.replace(/<br\b[^>]*>/gi,'\n');if(c){var X=T.getDocument().createElement('div');X.append(U);U.$.outerHTML='<pre>'+W+'</pre>';U.copyAttributes(X.getFirst());U=X.getFirst().remove();}else U.setHtml(W);return U;};function F(T,U){var V=T._.definition,W=e.extend({},V.attributes,N(T)[U.getName()]),X=V.styles,Y=e.isEmpty(W)&&e.isEmpty(X);for(var Z in W){if((Z=='class'||T._.definition.fullMatch)&&U.getAttribute(Z)!=O(Z,W[Z]))continue;Y=U.hasAttribute(Z);U.removeAttribute(Z);}for(var aa in X){if(T._.definition.fullMatch&&U.getStyle(aa)!=O(aa,X[aa],true))continue;Y=Y||!!U.getStyle(aa);U.removeStyle(aa);}if(Y)!f.$block[U.getName()]||T._.enterMode==2&&!U.hasAttributes()?I(U):U.renameNode(T._.enterMode==1?'p':'div');};function G(T,U){var V=T._.definition,W=V.attributes,X=V.styles,Y=N(T),Z=U.getElementsByTag(T.element);for(var aa=Z.count();--aa>=0;)F(T,Z.getItem(aa));for(var ab in Y){if(ab!=T.element){Z=U.getElementsByTag(ab);for(aa=Z.count()-1;aa>=0;aa--){var ac=Z.getItem(aa);H(ac,Y[ab]);}}}};function H(T,U){var V=U&&U.attributes;if(V)for(var W=0;W<V.length;W++){var X=V[W][0],Y;if(Y=T.getAttribute(X)){var Z=V[W][1];if(Z===null||Z.test&&Z.test(Y)||typeof Z=='string'&&Y==Z)T.removeAttribute(X);}}I(T);};function I(T){if(!T.hasAttributes())if(f.$block[T.getName()]){var U=T.getPrevious(r),V=T.getNext(r);if(U&&(U.type==3||!U.isBlockBoundary({br:1})))T.append('br',1);if(V&&(V.type==3||!V.isBlockBoundary({br:1})))T.append('br');T.remove(true);}else{var W=T.getFirst(),X=T.getLast();T.remove(true);if(W){W.type==1&&W.mergeSiblings();if(X&&!W.equals(X)&&X.type==1)X.mergeSiblings();}}};function J(T,U,V){var W,X=T._.definition,Y=T.element;if(Y=='*')Y='span';W=new h(Y,U);if(V)V.copyAttributes(W);W=K(W,T);if(U.getCustomData('doc_processing_style')&&W.hasAttribute('id'))W.removeAttribute('id');else U.setCustomData('doc_processing_style',1);return W;};function K(T,U){var V=U._.definition,W=V.attributes,X=a.style.getStyleText(V);if(W)for(var Y in W)T.setAttribute(Y,W[Y]);if(X)T.setAttribute('style',X);return T;};function L(T,U){for(var V in T)T[V]=T[V].replace(p,function(W,X){return U[X];});};function M(T){var U=T._AC;if(U)return U;U={};var V=0,W=T.attributes;if(W)for(var X in W){V++;U[X]=W[X];}var Y=a.style.getStyleText(T); -if(Y){if(!U.style)V++;U.style=Y;}U._length=V;return T._AC=U;};function N(T){if(T._.overrides)return T._.overrides;var U=T._.overrides={},V=T._.definition.overrides;if(V){if(!e.isArray(V))V=[V];for(var W=0;W<V.length;W++){var X=V[W],Y,Z,aa;if(typeof X=='string')Y=X.toLowerCase();else{Y=X.element?X.element.toLowerCase():T.element;aa=X.attributes;}Z=U[Y]||(U[Y]={});if(aa){var ab=Z.attributes=Z.attributes||[];for(var ac in aa)ab.push([ac.toLowerCase(),aa[ac]]);}}}return U;};function O(T,U,V){var W=new h('span');W[V?'setStyle':'setAttribute'](T,U);return W[V?'getStyle':'getAttribute'](T);};function P(T,U){var V;if(U!==false){var W=new h('span');W.setAttribute('style',T);V=W.getAttribute('style')||'';}else V=T;V=V.replace(/(font-family:)(.*?)(?=;|$)/,function(X,Y,Z){var aa=Z.split(',');for(var ab=0;ab<aa.length;ab++)aa[ab]=e.trim(aa[ab].replace(/["']/g,''));return Y+aa.join(',');});return V.replace(/\s*([;:])\s*/,'$1').replace(/([^\s;])$/,'$1;').replace(/,\s+/g,',').replace(/\"/g,'').toLowerCase();};function Q(T){var U={};T.replace(/"/g,'"').replace(/\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g,function(V,W,X){U[W]=X;});return U;};function R(T,U){typeof T=='string'&&(T=Q(T));typeof U=='string'&&(U=Q(U));for(var V in T){if(!(V in U&&(U[V]==T[V]||T[V]=='inherit'||U[V]=='inherit')))return false;}return true;};function S(T,U){var V=T.getSelection(),W=V.createBookmarks(1),X=V.getRanges(),Y=U?this.removeFromRange:this.applyToRange,Z,aa=X.createIterator();while(Z=aa.getNextRange())Y.call(this,Z);if(W.length==1&&W[0].collapsed){V.selectRanges(X);T.getById(W[0].startNode).remove();}else V.selectBookmarks(W);T.removeCustomData('doc_processing_style');};})();a.styleCommand=function(m){this.style=m;};a.styleCommand.prototype.exec=function(m){var o=this;m.focus();var n=m.document;if(n)if(o.state==2)o.style.apply(n);else if(o.state==1)o.style.remove(n);return!!n;};a.stylesSet=new a.resourceManager('','stylesSet');a.addStylesSet=e.bind(a.stylesSet.add,a.stylesSet);a.loadStylesSet=function(m,n,o){a.stylesSet.addExternal(m,n,'');a.stylesSet.load(m,o);};a.editor.prototype.getStylesSet=function(m){if(!this._.stylesDefinitions){var n=this,o=n.config.stylesCombo_stylesSet||n.config.stylesSet||'default';if(o instanceof Array){n._.stylesDefinitions=o;m(o);return;}var p=o.split(':'),q=p[0],r=p[1],s=j.registered.styles.path;a.stylesSet.addExternal(q,r?p.slice(1).join(':'):s+'styles/'+q+'.js','');a.stylesSet.load(q,function(t){n._.stylesDefinitions=t[q];m(n._.stylesDefinitions);});}else m(this._.stylesDefinitions); -};j.add('domiterator');(function(){function m(s){var t=this;if(arguments.length<1)return;t.range=s;t.forceBrBreak=0;t.enlargeBr=1;t.enforceRealBlocks=0;t._||(t._={});};var n=/^[\r\n\t ]+$/,o=d.walker.bookmark(false,true),p=d.walker.whitespaces(true),q=function(s){return o(s)&&p(s);};function r(s,t,u){var v=s.getNextSourceNode(t,null,u);while(!o(v))v=v.getNextSourceNode(t,null,u);return v;};m.prototype={getNextParagraph:function(s){var S=this;var t,u,v,w,x,y;if(!S._.lastNode){u=S.range.clone();u.shrink(1,true);w=u.endContainer.hasAscendant('pre',true)||u.startContainer.hasAscendant('pre',true);u.enlarge(S.forceBrBreak&&!w||!S.enlargeBr?3:2);var z=new d.walker(u),A=d.walker.bookmark(true,true);z.evaluator=A;S._.nextNode=z.next();z=new d.walker(u);z.evaluator=A;var B=z.previous();S._.lastNode=B.getNextSourceNode(true);if(S._.lastNode&&S._.lastNode.type==3&&!e.trim(S._.lastNode.getText())&&S._.lastNode.getParent().isBlockBoundary()){var C=new d.range(u.document);C.moveToPosition(S._.lastNode,4);if(C.checkEndOfBlock()){var D=new d.elementPath(C.endContainer),E=D.block||D.blockLimit;S._.lastNode=E.getNextSourceNode(true);}}if(!S._.lastNode){S._.lastNode=S._.docEndMarker=u.document.createText('');S._.lastNode.insertAfter(B);}u=null;}var F=S._.nextNode;B=S._.lastNode;S._.nextNode=null;while(F){var G=0,H=F.hasAscendant('pre'),I=F.type!=1,J=0;if(!I){var K=F.getName();if(F.isBlockBoundary(S.forceBrBreak&&!H&&{br:1})){if(K=='br')I=1;else if(!u&&!F.getChildCount()&&K!='hr'){t=F;v=F.equals(B);break;}if(u){u.setEndAt(F,3);if(K!='br')S._.nextNode=F;}G=1;}else{if(F.getFirst()){if(!u){u=new d.range(S.range.document);u.setStartAt(F,3);}F=F.getFirst();continue;}I=1;}}else if(F.type==3)if(n.test(F.getText()))I=0;if(I&&!u){u=new d.range(S.range.document);u.setStartAt(F,3);}v=(!G||I)&&F.equals(B);if(u&&!G)while(!F.getNext(q)&&!v){var L=F.getParent();if(L.isBlockBoundary(S.forceBrBreak&&!H&&{br:1})){G=1;I=0;v=v||L.equals(B);u.setEndAt(L,2);break;}F=L;I=1;v=F.equals(B);J=1;}if(I)u.setEndAt(F,4);F=r(F,J,B);v=!F;if(v||G&&u)break;}if(!t){if(!u){S._.docEndMarker&&S._.docEndMarker.remove();S._.nextNode=null;return null;}var M=new d.elementPath(u.startContainer),N=M.blockLimit,O={div:1,th:1,td:1};t=M.block;if(!t&&!S.enforceRealBlocks&&O[N.getName()]&&u.checkStartOfBlock()&&u.checkEndOfBlock())t=N;else if(!t||S.enforceRealBlocks&&t.getName()=='li'){t=S.range.document.createElement(s||'p');u.extractContents().appendTo(t);t.trim();u.insertNode(t);x=y=true;}else if(t.getName()!='li'){if(!u.checkStartOfBlock()||!u.checkEndOfBlock()){t=t.clone(false); -u.extractContents().appendTo(t);t.trim();var P=u.splitBlock();x=!P.wasStartOfBlock;y=!P.wasEndOfBlock;u.insertNode(t);}}else if(!v)S._.nextNode=t.equals(B)?null:r(u.getBoundaryNodes().endNode,1,B);}if(x){var Q=t.getPrevious();if(Q&&Q.type==1)if(Q.getName()=='br')Q.remove();else if(Q.getLast()&&Q.getLast().$.nodeName.toLowerCase()=='br')Q.getLast().remove();}if(y){var R=t.getLast();if(R&&R.type==1&&R.getName()=='br')if(c||R.getPrevious(o)||R.getNext(o))R.remove();}if(!S._.nextNode)S._.nextNode=v||t.equals(B)?null:r(t,1,B);return t;}};d.range.prototype.createIterator=function(){return new m(this);};})();j.add('panelbutton',{requires:['button'],onLoad:function(){function m(n){var p=this;var o=p._;if(o.state==0)return;p.createPanel(n);if(o.on){o.panel.hide();return;}o.panel.showBlock(p._.id,p.document.getById(p._.id),4);};k.panelButton=e.createClass({base:k.button,$:function(n){var p=this;var o=n.panel;delete n.panel;p.base(n);p.document=o&&o.parent&&o.parent.getDocument()||a.document;o.block={attributes:o.attributes};p.hasArrow=true;p.click=m;p._={panelDefinition:o};},statics:{handler:{create:function(n){return new k.panelButton(n);}}},proto:{createPanel:function(n){var o=this._;if(o.panel)return;var p=this._.panelDefinition||{},q=this._.panelDefinition.block,r=p.parent||a.document.getBody(),s=this._.panel=new k.floatPanel(n,r,p),t=s.addBlock(o.id,q),u=this;s.onShow=function(){if(u.className)this.element.getFirst().addClass(u.className+'_panel');u.setState(1);o.on=1;if(u.onOpen)u.onOpen();};s.onHide=function(v){if(u.className)this.element.getFirst().removeClass(u.className+'_panel');u.setState(u.modes&&u.modes[n.mode]?2:0);o.on=0;if(!v&&u.onClose)u.onClose();};s.onEscape=function(){s.hide();u.document.getById(o.id).focus();};if(this.onBlock)this.onBlock(s,t);t.onHide=function(){o.on=0;u.setState(2);};}}});},beforeInit:function(m){m.ui.addHandler('panelbutton',k.panelButton.handler);}});a.UI_PANELBUTTON='panelbutton';j.add('floatpanel',{requires:['panel']});(function(){var m={},n=false;function o(p,q,r,s,t){var u=e.genKey(q.getUniqueId(),r.getUniqueId(),p.skinName,p.lang.dir,p.uiColor||'',s.css||'',t||''),v=m[u];if(!v){v=m[u]=new k.panel(q,s);v.element=r.append(h.createFromHtml(v.renderHtml(p),q));v.element.setStyles({display:'none',position:'absolute'});}return v;};k.floatPanel=e.createClass({$:function(p,q,r,s){r.forceIFrame=1;var t=q.getDocument(),u=o(p,t,q,r,s||0),v=u.element,w=v.getFirst().getFirst();this.element=v;this._={editor:p,panel:u,parentElement:q,definition:r,document:t,iframe:w,children:[],dir:p.lang.dir}; -p.on('mode',function(){this.hide();},this);},proto:{addBlock:function(p,q){return this._.panel.addBlock(p,q);},addListBlock:function(p,q){return this._.panel.addListBlock(p,q);},getBlock:function(p){return this._.panel.getBlock(p);},showBlock:function(p,q,r,s,t){var u=this._.panel,v=u.showBlock(p);this.allowBlur(false);n=1;this._.returnFocus=this._.editor.focusManager.hasFocus?this._.editor:new h(a.document.$.activeElement);var w=this.element,x=this._.iframe,y=this._.definition,z=q.getDocumentPosition(w.getDocument()),A=this._.dir=='rtl',B=z.x+(s||0),C=z.y+(t||0);if(A&&(r==1||r==4))B+=q.$.offsetWidth;else if(!A&&(r==2||r==3))B+=q.$.offsetWidth-1;if(r==3||r==4)C+=q.$.offsetHeight-1;this._.panel._.offsetParentId=q.getId();w.setStyles({top:C+'px',left:0,display:''});w.setOpacity(0);w.getFirst().removeStyle('width');if(!this._.blurSet){var D=c?x:new d.window(x.$.contentWindow);a.event.useCapture=true;D.on('blur',function(E){var G=this;if(!G.allowBlur())return;var F=E.data.getTarget();if(F.getName&&F.getName()!='iframe')return;if(G.visible&&!G._.activeChild&&!n){delete G._.returnFocus;G.hide();}},this);D.on('focus',function(){this._.focused=true;this.hideChild();this.allowBlur(true);},this);a.event.useCapture=false;this._.blurSet=1;}u.onEscape=e.bind(function(E){if(this.onEscape&&this.onEscape(E)===false)return false;},this);e.setTimeout(function(){if(A)B-=w.$.offsetWidth;var E=e.bind(function(){var F=w.getFirst();if(v.autoSize){var G=v.element.$;if(b.gecko||b.opera)G=G.parentNode;if(c)G=G.document.body;var H=G.scrollWidth;if(c&&b.quirks&&H>0)H+=(F.$.offsetWidth||0)-(F.$.clientWidth||0)+3;H+=4;F.setStyle('width',H+'px');v.element.addClass('cke_frameLoaded');var I=v.element.$.scrollHeight;if(c&&b.quirks&&I>0)I+=(F.$.offsetHeight||0)-(F.$.clientHeight||0)+3;F.setStyle('height',I+'px');u._.currentBlock.element.setStyle('display','none').removeStyle('display');}else F.removeStyle('height');var J=u.element,K=J.getWindow(),L=K.getScrollPosition(),M=K.getViewPaneSize(),N={height:J.$.offsetHeight,width:J.$.offsetWidth};if(A?B<0:B+N.width>M.width+L.x)B+=N.width*(A?1:-1);if(C+N.height>M.height+L.y)C-=N.height;if(c){var O=new h(w.$.offsetParent),P=O;if(P.getName()=='html')P=P.getDocument().getBody();if(P.getComputedStyle('direction')=='rtl')if(b.ie8Compat)B-=w.getDocument().getDocumentElement().$.scrollLeft*2;else B-=O.$.scrollWidth-O.$.clientWidth;}var Q=w.getFirst(),R;if(R=Q.getCustomData('activePanel'))R.onHide&&R.onHide.call(this,1);Q.setCustomData('activePanel',this); -w.setStyles({top:C+'px',left:B+'px'});w.setOpacity(1);},this);u.isLoaded?E():u.onLoad=E;e.setTimeout(function(){x.$.contentWindow.focus();this.allowBlur(true);},0,this);},b.air?200:0,this);this.visible=1;if(this.onShow)this.onShow.call(this);n=0;},hide:function(p){var r=this;if(r.visible&&(!r.onHide||r.onHide.call(r)!==true)){r.hideChild();b.gecko&&r._.iframe.getFrameDocument().$.activeElement.blur();r.element.setStyle('display','none');r.visible=0;r.element.getFirst().removeCustomData('activePanel');var q=p!==false&&r._.returnFocus;if(q){if(b.webkit&&q.type)q.getWindow().$.focus();q.focus();}}},allowBlur:function(p){var q=this._.panel;if(p!=undefined)q.allowBlur=p;return q.allowBlur;},showAsChild:function(p,q,r,s,t,u){if(this._.activeChild==p&&p._.panel._.offsetParentId==r.getId())return;this.hideChild();p.onHide=e.bind(function(){e.setTimeout(function(){if(!this._.focused)this.hide();},0,this);},this);this._.activeChild=p;this._.focused=false;p.showBlock(q,r,s,t,u);if(b.ie7Compat||b.ie8&&b.ie6Compat)setTimeout(function(){p.element.getChild(0).$.style.cssText+='';},100);},hideChild:function(){var p=this._.activeChild;if(p){delete p.onHide;delete p._.returnFocus;delete this._.activeChild;p.hide();}}}});a.on('instanceDestroyed',function(){var p=e.isEmpty(a.instances);for(var q in m){var r=m[q];if(p)r.destroy();else r.element.hide();}p&&(m={});});})();j.add('menu',{beforeInit:function(m){var n=m.config.menu_groups.split(','),o=m._.menuGroups={},p=m._.menuItems={};for(var q=0;q<n.length;q++)o[n[q]]=q+1;m.addMenuGroup=function(r,s){o[r]=s||100;};m.addMenuItem=function(r,s){if(o[s.group])p[r]=new a.menuItem(this,r,s);};m.addMenuItems=function(r){for(var s in r)this.addMenuItem(s,r[s]);};m.getMenuItem=function(r){return p[r];};m.removeMenuItem=function(r){delete p[r];};},requires:['floatpanel']});(function(){a.menu=e.createClass({$:function(n,o){var r=this;o=r._.definition=o||{};r.id=e.getNextId();r.editor=n;r.items=[];r._.listeners=[];r._.level=o.level||1;var p=e.extend({},o.panel,{css:n.skin.editor.css,level:r._.level-1,block:{}}),q=p.block.attributes=p.attributes||{};!q.role&&(q.role='menu');r._.panelDefinition=p;},_:{onShow:function(){var v=this;var n=v.editor.getSelection();if(c)n&&n.lock();var o=n&&n.getStartElement(),p=v._.listeners,q=[];v.removeAll();for(var r=0;r<p.length;r++){var s=p[r](o,n);if(s)for(var t in s){var u=v.editor.getMenuItem(t);if(u&&(!u.command||v.editor.getCommand(u.command).state)){u.state=s[t];v.add(u);}}}},onClick:function(n){this.hide(false); -if(n.onClick)n.onClick();else if(n.command)this.editor.execCommand(n.command);},onEscape:function(n){var o=this.parent;if(o){o._.panel.hideChild();var p=o._.panel._.panel._.currentBlock,q=p._.focusIndex;p._.markItem(q);}else if(n==27)this.hide();return false;},onHide:function(){if(c){var n=this.editor.getSelection();n&&n.unlock();}this.onHide&&this.onHide();},showSubMenu:function(n){var v=this;var o=v._.subMenu,p=v.items[n],q=p.getItems&&p.getItems();if(!q){v._.panel.hideChild();return;}var r=v._.panel.getBlock(v.id);r._.focusIndex=n;if(o)o.removeAll();else{o=v._.subMenu=new a.menu(v.editor,e.extend({},v._.definition,{level:v._.level+1},true));o.parent=v;o._.onClick=e.bind(v._.onClick,v);}for(var s in q){var t=v.editor.getMenuItem(s);if(t){t.state=q[s];o.add(t);}}var u=v._.panel.getBlock(v.id).element.getDocument().getById(v.id+String(n));o.show(u,2);}},proto:{add:function(n){if(!n.order)n.order=this.items.length;this.items.push(n);},removeAll:function(){this.items=[];},show:function(n,o,p,q){if(!this.parent){this._.onShow();if(!this.items.length)return;}o=o||(this.editor.lang.dir=='rtl'?2:1);var r=this.items,s=this.editor,t=this._.panel,u=this._.element;if(!t){t=this._.panel=new k.floatPanel(this.editor,a.document.getBody(),this._.panelDefinition,this._.level);t.onEscape=e.bind(function(F){if(this._.onEscape(F)===false)return false;},this);t.onHide=e.bind(function(){this._.onHide&&this._.onHide();},this);var v=t.addBlock(this.id,this._.panelDefinition.block);v.autoSize=true;var w=v.keys;w[40]='next';w[9]='next';w[38]='prev';w[2228224+9]='prev';w[s.lang.dir=='rtl'?37:39]=c?'mouseup':'click';w[32]=c?'mouseup':'click';c&&(w[13]='mouseup');u=this._.element=v.element;u.addClass(s.skinClass);var x=u.getDocument();x.getBody().setStyle('overflow','hidden');x.getElementsByTag('html').getItem(0).setStyle('overflow','hidden');this._.itemOverFn=e.addFunction(function(F){var G=this;clearTimeout(G._.showSubTimeout);G._.showSubTimeout=e.setTimeout(G._.showSubMenu,s.config.menu_subMenuDelay||400,G,[F]);},this);this._.itemOutFn=e.addFunction(function(F){clearTimeout(this._.showSubTimeout);},this);this._.itemClickFn=e.addFunction(function(F){var H=this;var G=H.items[F];if(G.state==0){H.hide();return;}if(G.getItems)H._.showSubMenu(F);else H._.onClick(G);},this);}m(r);var y=s.container.getChild(1),z=y.hasClass('cke_mixed_dir_content')?' cke_mixed_dir_content':'',A=['<div class="cke_menu'+z+'" role="presentation">'],B=r.length,C=B&&r[0].group;for(var D=0;D<B;D++){var E=r[D];if(C!=E.group){A.push('<div class="cke_menuseparator" role="separator"></div>'); -C=E.group;}E.render(this,D,A);}A.push('</div>');u.setHtml(A.join(''));k.fire('ready',this);if(this.parent)this.parent._.panel.showAsChild(t,this.id,n,o,p,q);else t.showBlock(this.id,n,o,p,q);s.fire('menuShow',[t]);},addListener:function(n){this._.listeners.push(n);},hide:function(n){var o=this;o._.onHide&&o._.onHide();o._.panel&&o._.panel.hide(n);}}});function m(n){n.sort(function(o,p){if(o.group<p.group)return-1;else if(o.group>p.group)return 1;return o.order<p.order?-1:o.order>p.order?1:0;});};a.menuItem=e.createClass({$:function(n,o,p){var q=this;e.extend(q,p,{order:0,className:'cke_button_'+o});q.group=n._.menuGroups[q.group];q.editor=n;q.name=o;},proto:{render:function(n,o,p){var w=this;var q=n.id+String(o),r=typeof w.state=='undefined'?2:w.state,s=' cke_'+(r==1?'on':r==0?'disabled':'off'),t=w.label;if(w.className)s+=' '+w.className;var u=w.getItems;p.push('<span class="cke_menuitem'+(w.icon&&w.icon.indexOf('.png')==-1?' cke_noalphafix':'')+'">'+'<a id="',q,'" class="',s,'" href="javascript:void(\'',(w.label||'').replace("'",''),'\')" title="',w.label,'" tabindex="-1"_cke_focus=1 hidefocus="true" role="menuitem"'+(u?'aria-haspopup="true"':'')+(r==0?'aria-disabled="true"':'')+(r==1?'aria-pressed="true"':''));if(b.opera||b.gecko&&b.mac)p.push(' onkeypress="return false;"');if(b.gecko)p.push(' onblur="this.style.cssText = this.style.cssText;"');var v=(w.iconOffset||0)*-16;p.push(' onmouseover="CKEDITOR.tools.callFunction(',n._.itemOverFn,',',o,');" onmouseout="CKEDITOR.tools.callFunction(',n._.itemOutFn,',',o,');" '+(c?'onclick="return false;" onmouseup':'onclick')+'="CKEDITOR.tools.callFunction(',n._.itemClickFn,',',o,'); return false;"><span class="cke_icon_wrapper"><span class="cke_icon"'+(w.icon?' style="background-image:url('+a.getUrl(w.icon)+');background-position:0 '+v+'px;"':'')+'></span></span>'+'<span class="cke_label">');if(u)p.push('<span class="cke_menuarrow">','<span>&#',w.editor.lang.dir=='rtl'?'9668':'9658',';</span>','</span>');p.push(t,'</span></a></span>');}}});})();i.menu_groups='clipboard,form,tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash,checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea,div';(function(){var m;j.add('editingblock',{init:function(n){if(!n.config.editingBlock)return;n.on('themeSpace',function(o){if(o.data.space=='contents')o.data.html+='<br>';});n.on('themeLoaded',function(){n.fireOnce('editingBlockReady');});n.on('uiReady',function(){n.setMode(n.config.startupMode); -});n.on('afterSetData',function(){if(!m){function o(){m=true;n.getMode().loadData(n.getData());m=false;};if(n.mode)o();else n.on('mode',function(){if(n.mode){o();n.removeListener('mode',arguments.callee);}});}});n.on('beforeGetData',function(){if(!m&&n.mode){m=true;n.setData(n.getMode().getData(),null,1);m=false;}});n.on('getSnapshot',function(o){if(n.mode)o.data=n.getMode().getSnapshotData();});n.on('loadSnapshot',function(o){if(n.mode)n.getMode().loadSnapshotData(o.data);});n.on('mode',function(o){o.removeListener();b.webkit&&n.container.on('focus',function(){n.focus();});if(n.config.startupFocus)n.focus();setTimeout(function(){n.fireOnce('instanceReady');a.fire('instanceReady',null,n);},0);});n.on('destroy',function(){var o=this;if(o.mode)o._.modes[o.mode].unload(o.getThemeSpace('contents'));});}});a.editor.prototype.mode='';a.editor.prototype.addMode=function(n,o){o.name=n;(this._.modes||(this._.modes={}))[n]=o;};a.editor.prototype.setMode=function(n){this.fire('beforeSetMode',{newMode:n});var o,p=this.getThemeSpace('contents'),q=this.checkDirty();if(this.mode){if(n==this.mode)return;this.fire('beforeModeUnload');var r=this.getMode();o=r.getData();r.unload(p);this.mode='';}p.setHtml('');var s=this.getMode(n);if(!s)throw '[CKEDITOR.editor.setMode] Unknown mode "'+n+'".';if(!q)this.on('mode',function(){this.resetDirty();this.removeListener('mode',arguments.callee);});s.load(p,typeof o!='string'?this.getData():o);};a.editor.prototype.getMode=function(n){return this._.modes&&this._.modes[n||this.mode];};a.editor.prototype.focus=function(){this.forceNextSelectionCheck();var n=this.getMode();if(n)n.focus();};})();i.startupMode='wysiwyg';i.editingBlock=true;(function(){function m(){var B=this;try{var y=B.getSelection();if(!y||!y.document.getWindow().$)return;var z=y.getStartElement(),A=new d.elementPath(z);if(!A.compare(B._.selectionPreviousPath)){B._.selectionPreviousPath=A;B.fire('selectionChange',{selection:y,path:A,element:z});}}catch(C){}};var n,o;function p(){o=true;if(n)return;q.call(this);n=e.setTimeout(q,200,this);};function q(){n=null;if(o){e.setTimeout(m,0,this);o=false;}};function r(y){function z(D){return D&&D.type==1&&D.getName() in f.$removeEmpty;};function A(D){var E=y.document.getBody();return!D.is('body')&&E.getChildCount()==1;};var B=y.startContainer,C=y.startOffset;if(B.type==3)return false;return!e.trim(B.getHtml())?z(B)||A(B):z(B.getChild(C-1))||z(B.getChild(C));};var s={modes:{wysiwyg:1,source:1},readOnly:c||b.webkit,exec:function(y){switch(y.mode){case 'wysiwyg':y.document.$.execCommand('SelectAll',false,null); -y.forceNextSelectionCheck();y.selectionChange();break;case 'source':var z=y.textarea.$;if(c)z.createTextRange().execCommand('SelectAll');else{z.selectionStart=0;z.selectionEnd=z.value.length;}z.focus();}},canUndo:false};function t(y){w(y);var z=y.createText('â');y.setCustomData('cke-fillingChar',z);return z;};function u(y){return y&&y.getCustomData('cke-fillingChar');};function v(y){var z=y&&u(y);if(z)if(z.getCustomData('ready'))w(y);else z.setCustomData('ready',1);};function w(y){var z=y&&y.removeCustomData('cke-fillingChar');if(z){z.setText(z.getText().replace(/\u200B/g,''));z=0;}};j.add('selection',{init:function(y){if(b.webkit){y.on('selectionChange',function(){v(y.document);});y.on('beforeSetMode',function(){w(y.document);});y.on('key',function(D){switch(D.data.keyCode){case 13:case 2228224+13:case 37:case 39:case 8:w(y.document);}},null,null,10);var z,A;function B(){var D=y.document,E=u(D);if(E){var F=D.$.defaultView.getSelection();if(F.type=='Caret'&&F.anchorNode==E.$)A=1;z=E.getText();E.setText(z.replace(/\u200B/g,''));}};function C(){var D=y.document,E=u(D);if(E){E.setText(z);if(A){D.$.defaultView.getSelection().setPosition(E.$,E.getLength());A=0;}}};y.on('beforeUndoImage',B);y.on('afterUndoImage',C);y.on('beforeGetData',B,null,null,0);y.on('getData',C);}y.on('contentDom',function(){var D=y.document,E=D.getBody(),F=D.getDocumentElement();if(c){var G,H,I=1;E.on('focusin',function(M){if(M.data.$.srcElement.nodeName!='BODY')return;if(G){if(I){try{G.select();}catch(O){}var N=D.getCustomData('cke_locked_selection');if(N){N.unlock();N.lock();}}G=null;}});E.on('focus',function(){H=1;L();});E.on('beforedeactivate',function(M){if(M.data.$.toElement)return;H=0;I=1;});if(c&&b.version<8)y.on('blur',function(M){try{y.document&&y.document.$.selection.empty();}catch(N){}});F.on('mousedown',function(){I=0;});F.on('mouseup',function(){I=1;});if(c&&(b.ie7Compat||b.version<8||b.quirks))F.on('click',function(M){if(M.data.getTarget().getName()=='html')y.getSelection().getRanges()[0].select();});var J;E.on('mousedown',function(M){if(M.data.$.button==2){var N=y.document.$.selection;if(N.type=='None')J=y.window.getScrollPosition();}K();});E.on('mouseup',function(M){if(M.data.$.button==2&&J){y.document.$.documentElement.scrollLeft=J.x;y.document.$.documentElement.scrollTop=J.y;}J=null;H=1;setTimeout(function(){L(true);},0);});E.on('keydown',K);E.on('keyup',function(){H=1;L();});D.on('selectionchange',L);function K(){H=0;};function L(M){if(H){var N=y.document,O=y.getSelection(),P=O&&O.getNative(); -if(M&&P&&P.type=='None')if(!N.$.queryCommandEnabled('InsertImage')){e.setTimeout(L,50,this,true);return;}var Q;if(P&&P.type&&P.type!='Control'&&(Q=P.createRange())&&(Q=Q.parentElement())&&(Q=Q.nodeName)&&Q.toLowerCase() in {input:1,textarea:1})return;G=P&&O.getRanges()[0];p.call(y);}};}else{D.on('mouseup',p,y);D.on('keyup',p,y);}});y.on('contentDomUnload',y.forceNextSelectionCheck,y);y.addCommand('selectAll',s);y.ui.addButton('SelectAll',{label:y.lang.selectAll,command:'selectAll'});y.selectionChange=p;b.ie9Compat&&y.on('destroy',function(){var D=y.getSelection();D&&D.getNative().clear();},null,null,9);}});a.editor.prototype.getSelection=function(){return this.document&&this.document.getSelection();};a.editor.prototype.forceNextSelectionCheck=function(){delete this._.selectionPreviousPath;};g.prototype.getSelection=function(){var y=new d.selection(this);return!y||y.isInvalid?null:y;};a.SELECTION_NONE=1;a.SELECTION_TEXT=2;a.SELECTION_ELEMENT=3;d.selection=function(y){var B=this;var z=y.getCustomData('cke_locked_selection');if(z)return z;B.document=y;B.isLocked=0;B._={cache:{}};if(c){var A=B.getNative().createRange();if(!A||A.item&&A.item(0).ownerDocument!=B.document.$||A.parentElement&&A.parentElement().ownerDocument!=B.document.$)B.isInvalid=true;}return B;};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};d.selection.prototype={getNative:c?function(){return this._.cache.nativeSel||(this._.cache.nativeSel=this.document.$.selection);}:function(){return this._.cache.nativeSel||(this._.cache.nativeSel=this.document.getWindow().$.getSelection());},getType:c?function(){var y=this._.cache;if(y.type)return y.type;var z=1;try{var A=this.getNative(),B=A.type;if(B=='Text')z=2;if(B=='Control')z=3;if(A.createRange().parentElement)z=2;}catch(C){}return y.type=z;}:function(){var y=this._.cache;if(y.type)return y.type;var z=2,A=this.getNative();if(!A)z=1;else if(A.rangeCount==1){var B=A.getRangeAt(0),C=B.startContainer;if(C==B.endContainer&&C.nodeType==1&&B.endOffset-B.startOffset==1&&x[C.childNodes[B.startOffset].nodeName.toLowerCase()])z=3;}return y.type=z;},getRanges:(function(){var y=c?(function(){function z(B){return new d.node(B).getIndex();};var A=function(B,C){B=B.duplicate();B.collapse(C);var D=B.parentElement(),E=D.ownerDocument;if(!D.hasChildNodes())return{container:D,offset:0};var F=D.children,G,H,I=B.duplicate(),J=0,K=F.length-1,L=-1,M,N;while(J<=K){L=Math.floor((J+K)/2); -G=F[L];I.moveToElementText(G);M=I.compareEndPoints('StartToStart',B);if(M>0)K=L-1;else if(M<0)J=L+1;else if(b.ie9Compat&&G.tagName=='BR'){var O='cke_range_marker';B.execCommand('CreateBookmark',false,O);G=E.getElementsByName(O)[0];var P=z(G);D.removeChild(G);return{container:D,offset:P};}else return{container:D,offset:z(G)};}if(L==-1||L==F.length-1&&M<0){I.moveToElementText(D);I.setEndPoint('StartToStart',B);N=I.text.replace(/(\r\n|\r)/g,'\n').length;F=D.childNodes;if(!N){G=F[F.length-1];if(G.nodeType==1)return{container:D,offset:F.length};else return{container:G,offset:G.nodeValue.length};}var Q=F.length;while(N>0)N-=F[--Q].nodeValue.length;return{container:F[Q],offset:-N};}else{I.collapse(M>0?true:false);I.setEndPoint(M>0?'StartToStart':'EndToStart',B);N=I.text.replace(/(\r\n|\r)/g,'\n').length;if(!N)return{container:D,offset:z(G)+(M>0?0:1)};while(N>0)try{H=G[M>0?'previousSibling':'nextSibling'];N-=H.nodeValue.length;G=H;}catch(R){return{container:D,offset:z(G)};}return{container:G,offset:M>0?-N:G.nodeValue.length+N};}};return function(){var L=this;var B=L.getNative(),C=B&&B.createRange(),D=L.getType(),E;if(!B)return[];if(D==2){E=new d.range(L.document);var F=A(C,true);E.setStart(new d.node(F.container),F.offset);F=A(C);E.setEnd(new d.node(F.container),F.offset);if(E.endContainer.getPosition(E.startContainer)&4&&E.endOffset<=E.startContainer.getIndex())E.collapse();return[E];}else if(D==3){var G=[];for(var H=0;H<C.length;H++){var I=C.item(H),J=I.parentNode,K=0;E=new d.range(L.document);for(;K<J.childNodes.length&&J.childNodes[K]!=I;K++){}E.setStart(new d.node(J),K);E.setEnd(new d.node(J),K+1);G.push(E);}return G;}return[];};})():function(){var z=[],A,B=this.document,C=this.getNative();if(!C)return z;if(!C.rangeCount){A=new d.range(B);A.moveToElementEditStart(B.getBody());z.push(A);}for(var D=0;D<C.rangeCount;D++){var E=C.getRangeAt(D);A=new d.range(B);A.setStart(new d.node(E.startContainer),E.startOffset);A.setEnd(new d.node(E.endContainer),E.endOffset);z.push(A);}return z;};return function(z){var A=this._.cache;if(A.ranges&&!z)return A.ranges;else if(!A.ranges)A.ranges=new d.rangeList(y.call(this));if(z){var B=A.ranges;for(var C=0;C<B.length;C++){var D=B[C],E=D.getCommonAncestor();if(E.isReadOnly())B.splice(C,1);if(D.collapsed)continue;var F=D.startContainer,G=D.endContainer,H=D.startOffset,I=D.endOffset,J=D.clone(),K;if(K=F.isReadOnly())D.setStartAfter(K);if(F&&F.type==3)if(H>=F.getLength())J.setStartAfter(F);else J.setStartBefore(F);if(G&&G.type==3)if(!I)J.setEndBefore(G); -else J.setEndAfter(G);var L=new d.walker(J);L.evaluator=function(M){if(M.type==1&&M.isReadOnly()){var N=D.clone();D.setEndBefore(M);if(D.collapsed)B.splice(C--,1);if(!(M.getPosition(J.endContainer)&16)){N.setStartAfter(M);if(!N.collapsed)B.splice(C+1,0,N);}return true;}return false;};L.next();}}return A.ranges;};})(),getStartElement:function(){var F=this;var y=F._.cache;if(y.startElement!==undefined)return y.startElement;var z,A=F.getNative();switch(F.getType()){case 3:return F.getSelectedElement();case 2:var B=F.getRanges()[0];if(B){if(!B.collapsed){B.optimize();while(1){var C=B.startContainer,D=B.startOffset;if(D==(C.getChildCount?C.getChildCount():C.getLength())&&!C.isBlockBoundary())B.setStartAfter(C);else break;}z=B.startContainer;if(z.type!=1)return z.getParent();z=z.getChild(B.startOffset);if(!z||z.type!=1)z=B.startContainer;else{var E=z.getFirst();while(E&&E.type==1){z=E;E=E.getFirst();}}}else{z=B.startContainer;if(z.type!=1)z=z.getParent();}z=z.$;}}return y.startElement=z?new h(z):null;},getSelectedElement:function(){var y=this._.cache;if(y.selectedElement!==undefined)return y.selectedElement;var z=this,A=e.tryThese(function(){return z.getNative().createRange().item(0);},function(){var B=z.getRanges()[0],C,D;for(var E=2;E&&!((C=B.getEnclosedNode())&&C.type==1&&x[C.getName()]&&(D=C));E--)B.shrink(1);return D.$;});return y.selectedElement=A?new h(A):null;},getSelectedText:function(){var y=this._.cache;if(y.selectedText!==undefined)return y.selectedText;var z='',A=this.getNative();if(this.getType()==2)z=c?A.createRange().text:A.toString();return y.selectedText=z;},lock:function(){var y=this;y.getRanges();y.getStartElement();y.getSelectedElement();y.getSelectedText();y._.cache.nativeSel={};y.isLocked=1;y.document.setCustomData('cke_locked_selection',y);},unlock:function(y){var D=this;var z=D.document,A=z.getCustomData('cke_locked_selection');if(A){z.setCustomData('cke_locked_selection',null);if(y){var B=A.getSelectedElement(),C=!B&&A.getRanges();D.isLocked=0;D.reset();z.getBody().focus();if(B)D.selectElement(B);else D.selectRanges(C);}}if(!A||!y){D.isLocked=0;D.reset();}},reset:function(){this._.cache={};},selectElement:function(y){var A=this;if(A.isLocked){var z=new d.range(A.document);z.setStartBefore(y);z.setEndAfter(y);A._.cache.selectedElement=y;A._.cache.startElement=y;A._.cache.ranges=new d.rangeList(z);A._.cache.type=3;return;}z=new d.range(y.getDocument());z.setStartBefore(y);z.setEndAfter(y);z.select();A.document.fire('selectionchange');A.reset(); -},selectRanges:function(y){var M=this;if(M.isLocked){M._.cache.selectedElement=null;M._.cache.startElement=y[0]&&y[0].getTouchedStartNode();M._.cache.ranges=new d.rangeList(y);M._.cache.type=2;return;}if(c){if(y.length>1){var z=y[y.length-1];y[0].setEnd(z.endContainer,z.endOffset);y.length=1;}if(y[0])y[0].select();M.reset();}else{var A=M.getNative();if(!A)return;if(y.length){A.removeAllRanges();b.webkit&&w(M.document);}for(var B=0;B<y.length;B++){if(B<y.length-1){var C=y[B],D=y[B+1],E=C.clone();E.setStart(C.endContainer,C.endOffset);E.setEnd(D.startContainer,D.startOffset);if(!E.collapsed){E.shrink(1,true);var F=E.getCommonAncestor(),G=E.getEnclosedNode();if(F.isReadOnly()||G&&G.isReadOnly()){D.setStart(C.startContainer,C.startOffset);y.splice(B--,1);continue;}}}var H=y[B],I=M.document.$.createRange(),J=H.startContainer;if(H.collapsed&&(b.opera||b.gecko&&b.version<10900)&&J.type==1&&!J.getChildCount())J.appendText('');if(H.collapsed&&b.webkit&&r(H)){var K=t(M.document);H.insertNode(K);var L=K.getNext();if(L&&!K.getPrevious()&&L.type==1&&L.getName()=='br'){w(M.document);H.moveToPosition(L,3);}else H.moveToPosition(K,4);}I.setStart(H.startContainer.$,H.startOffset);try{I.setEnd(H.endContainer.$,H.endOffset);}catch(N){if(N.toString().indexOf('NS_ERROR_ILLEGAL_VALUE')>=0){H.collapse(1);I.setEnd(H.endContainer.$,H.endOffset);}else throw N;}A.addRange(I);}M.reset();}},createBookmarks:function(y){return this.getRanges().createBookmarks(y);},createBookmarks2:function(y){return this.getRanges().createBookmarks2(y);},selectBookmarks:function(y){var z=[];for(var A=0;A<y.length;A++){var B=new d.range(this.document);B.moveToBookmark(y[A]);z.push(B);}this.selectRanges(z);return this;},getCommonAncestor:function(){var y=this.getRanges(),z=y[0].startContainer,A=y[y.length-1].endContainer;return z.getCommonAncestor(A);},scrollIntoView:function(){var y=this.getStartElement();y.scrollIntoView();}};})();(function(){var m=d.walker.whitespaces(true),n=/\ufeff|\u00a0/,o={table:1,tbody:1,tr:1};d.range.prototype.select=c?function(p){var A=this;var q=A.collapsed,r,s,t,u=A.getEnclosedNode();if(u)try{t=A.document.$.body.createControlRange();t.addElement(u.$);t.select();return;}catch(B){}if(A.startContainer.type==1&&A.startContainer.getName() in o||A.endContainer.type==1&&A.endContainer.getName() in o)A.shrink(1,true);var v=A.createBookmark(),w=v.startNode,x;if(!q)x=v.endNode;t=A.document.$.body.createTextRange();t.moveToElementText(w.$);t.moveStart('character',1);if(x){var y=A.document.$.body.createTextRange(); -y.moveToElementText(x.$);t.setEndPoint('EndToEnd',y);t.moveEnd('character',-1);}else{var z=w.getNext(m);r=!(z&&z.getText&&z.getText().match(n))&&(p||!w.hasPrevious()||w.getPrevious().is&&w.getPrevious().is('br'));s=A.document.createElement('span');s.setHtml('');s.insertBefore(w);if(r)A.document.createText('\ufeff').insertBefore(w);}A.setStartBefore(w);w.remove();if(q){if(r){t.moveStart('character',-1);t.select();A.document.$.selection.clear();}else t.select();A.moveToPosition(s,3);s.remove();}else{A.setEndBefore(x);x.remove();t.select();}A.document.fire('selectionchange');}:function(){this.document.getSelection().selectRanges([this]);};})();(function(){var m=a.htmlParser.cssStyle,n=e.cssLength,o=/^((?:\d*(?:\.\d+))|(?:\d+))(.*)?$/i;function p(r,s){var t=o.exec(r),u=o.exec(s);if(t){if(!t[2]&&u[2]=='px')return u[1];if(t[2]=='px'&&!u[2])return u[1]+'px';}return s;};var q={elements:{$:function(r){var s=r.attributes,t=s&&s['data-cke-realelement'],u=t&&new a.htmlParser.fragment.fromHtml(decodeURIComponent(t)),v=u&&u.children[0];if(v&&r.attributes['data-cke-resizable']){var w=new m(r).rules,x=v.attributes,y=w.width,z=w.height;y&&(x.width=p(x.width,y));z&&(x.height=p(x.height,z));}return v;}}};j.add('fakeobjects',{requires:['htmlwriter'],afterInit:function(r){var s=r.dataProcessor,t=s&&s.htmlFilter;if(t)t.addRules(q);}});a.editor.prototype.createFakeElement=function(r,s,t,u){var v=this.lang.fakeobjects,w=v[t]||v.unknown,x={'class':s,src:a.getUrl('images/spacer.gif'),'data-cke-realelement':encodeURIComponent(r.getOuterHtml()),'data-cke-real-node-type':r.type,alt:w,title:w,align:r.getAttribute('align')||''};if(t)x['data-cke-real-element-type']=t;if(u){x['data-cke-resizable']=u;var y=new m(),z=r.getAttribute('width'),A=r.getAttribute('height');z&&(y.rules.width=n(z));A&&(y.rules.height=n(A));y.populate(x);}return this.document.createElement('img',{attributes:x});};a.editor.prototype.createFakeParserElement=function(r,s,t,u){var v=this.lang.fakeobjects,w=v[t]||v.unknown,x,y=new a.htmlParser.basicWriter();r.writeHtml(y);x=y.getHtml();var z={'class':s,src:a.getUrl('images/spacer.gif'),'data-cke-realelement':encodeURIComponent(x),'data-cke-real-node-type':r.type,alt:w,title:w,align:r.attributes.align||''};if(t)z['data-cke-real-element-type']=t;if(u){z['data-cke-resizable']=u;var A=r.attributes,B=new m(),C=A.width,D=A.height;C!=undefined&&(B.rules.width=n(C));D!=undefined&&(B.rules.height=n(D));B.populate(z);}return new a.htmlParser.element('img',z);};a.editor.prototype.restoreRealElement=function(r){if(r.data('cke-real-node-type')!=1)return null; -var s=h.createFromHtml(decodeURIComponent(r.data('cke-realelement')),this.document);if(r.data('cke-resizable')){var t=r.getStyle('width'),u=r.getStyle('height');t&&s.setAttribute('width',p(s.getAttribute('width'),t));u&&s.setAttribute('height',p(s.getAttribute('height'),u));}return s;};})();j.add('richcombo',{requires:['floatpanel','listblock','button'],beforeInit:function(m){m.ui.addHandler('richcombo',k.richCombo.handler);}});a.UI_RICHCOMBO='richcombo';k.richCombo=e.createClass({$:function(m){var o=this;e.extend(o,m,{title:m.label,modes:{wysiwyg:1}});var n=o.panel||{};delete o.panel;o.id=e.getNextNumber();o.document=n&&n.parent&&n.parent.getDocument()||a.document;n.className=(n.className||'')+' cke_rcombopanel';n.block={multiSelect:n.multiSelect,attributes:n.attributes};o._={panelDefinition:n,items:{},state:2};},statics:{handler:{create:function(m){return new k.richCombo(m);}}},proto:{renderHtml:function(m){var n=[];this.render(m,n);return n.join('');},render:function(m,n){var o=b,p='cke_'+this.id,q=e.addFunction(function(v){var y=this;var w=y._;if(w.state==0)return;y.createPanel(m);if(w.on){w.panel.hide();return;}y.commit();var x=y.getValue();if(x)w.list.mark(x);else w.list.unmarkAll();w.panel.showBlock(y.id,new h(v),4);},this),r={id:p,combo:this,focus:function(){var v=a.document.getById(p).getChild(1);v.focus();},clickFn:q};function s(){var w=this;var v=w.modes[m.mode]?2:0;w.setState(m.readOnly&&!w.readOnly?0:v);w.setValue('');};m.on('mode',s,this);!this.readOnly&&m.on('readOnly',s,this);var t=e.addFunction(function(v,w){v=new d.event(v);var x=v.getKeystroke();switch(x){case 13:case 32:case 40:e.callFunction(q,w);break;default:r.onkey(r,x);}v.preventDefault();}),u=e.addFunction(function(){r.onfocus&&r.onfocus();});r.keyDownFn=t;n.push('<span class="cke_rcombo" role="presentation">','<span id=',p);if(this.className)n.push(' class="',this.className,' cke_off"');n.push(' role="presentation">','<span id="'+p+'_label" class=cke_label>',this.label,'</span>','<a hidefocus=true title="',this.title,'" tabindex="-1"',o.gecko&&o.version>=10900&&!o.hc?'':" href=\"javascript:void('"+this.label+"')\"",' role="button" aria-labelledby="',p,'_label" aria-describedby="',p,'_text" aria-haspopup="true"');if(b.opera||b.gecko&&b.mac)n.push(' onkeypress="return false;"');if(b.gecko)n.push(' onblur="this.style.cssText = this.style.cssText;"');n.push(' onkeydown="CKEDITOR.tools.callFunction( ',t,', event, this );" onfocus="return CKEDITOR.tools.callFunction(',u,', event);" '+(c?'onclick="return false;" onmouseup':'onclick')+'="CKEDITOR.tools.callFunction(',q,', this); return false;"><span><span id="'+p+'_text" class="cke_text cke_inline_label">'+this.label+'</span>'+'</span>'+'<span class=cke_openbutton><span class=cke_icon>'+(b.hc?'▼':b.air?' ':'')+'</span></span>'+'</a>'+'</span>'+'</span>'); -if(this.onRender)this.onRender();return r;},createPanel:function(m){if(this._.panel)return;var n=this._.panelDefinition,o=this._.panelDefinition.block,p=n.parent||a.document.getBody(),q=new k.floatPanel(m,p,n),r=q.addListBlock(this.id,o),s=this;q.onShow=function(){if(s.className)this.element.getFirst().addClass(s.className+'_panel');s.setState(1);r.focus(!s.multiSelect&&s.getValue());s._.on=1;if(s.onOpen)s.onOpen();};q.onHide=function(t){if(s.className)this.element.getFirst().removeClass(s.className+'_panel');s.setState(s.modes&&s.modes[m.mode]?2:0);s._.on=0;if(!t&&s.onClose)s.onClose();};q.onEscape=function(){q.hide();};r.onClick=function(t,u){s.document.getWindow().focus();if(s.onClick)s.onClick.call(s,t,u);if(u)s.setValue(t,s._.items[t]);else s.setValue('');q.hide(false);};this._.panel=q;this._.list=r;q.getBlock(this.id).onHide=function(){s._.on=0;s.setState(2);};if(this.init)this.init();},setValue:function(m,n){var p=this;p._.value=m;var o=p.document.getById('cke_'+p.id+'_text');if(o){if(!(m||n)){n=p.label;o.addClass('cke_inline_label');}else o.removeClass('cke_inline_label');o.setHtml(typeof n!='undefined'?n:m);}},getValue:function(){return this._.value||'';},unmarkAll:function(){this._.list.unmarkAll();},mark:function(m){this._.list.mark(m);},hideItem:function(m){this._.list.hideItem(m);},hideGroup:function(m){this._.list.hideGroup(m);},showAll:function(){this._.list.showAll();},add:function(m,n,o){this._.items[m]=o||m;this._.list.add(m,n,o);},startGroup:function(m){this._.list.startGroup(m);},commit:function(){var m=this;if(!m._.committed){m._.list.commit();m._.committed=1;k.fire('ready',m);}m._.committed=1;},setState:function(m){var n=this;if(n._.state==m)return;n.document.getById('cke_'+n.id).setState(m);n._.state=m;}}});k.prototype.addRichCombo=function(m,n){this.add(m,'richcombo',n);};j.add('htmlwriter');a.htmlWriter=e.createClass({base:a.htmlParser.basicWriter,$:function(){var o=this;o.base();o.indentationChars='\t';o.selfClosingEnd=' />';o.lineBreakChars='\n';o.forceSimpleAmpersand=0;o.sortAttributes=1;o._.indent=0;o._.indentation='';o._.inPre=0;o._.rules={};var m=f;for(var n in e.extend({},m.$nonBodyContent,m.$block,m.$listItem,m.$tableContent))o.setRules(n,{indent:1,breakBeforeOpen:1,breakAfterOpen:1,breakBeforeClose:!m[n]['#'],breakAfterClose:1});o.setRules('br',{breakAfterOpen:1});o.setRules('title',{indent:0,breakAfterOpen:0});o.setRules('style',{indent:0,breakBeforeClose:1});o.setRules('pre',{indent:0});},proto:{openTag:function(m,n){var p=this; -var o=p._.rules[m];if(p._.indent)p.indentation();else if(o&&o.breakBeforeOpen){p.lineBreak();p.indentation();}p._.output.push('<',m);},openTagClose:function(m,n){var p=this;var o=p._.rules[m];if(n)p._.output.push(p.selfClosingEnd);else{p._.output.push('>');if(o&&o.indent)p._.indentation+=p.indentationChars;}if(o&&o.breakAfterOpen)p.lineBreak();m=='pre'&&(p._.inPre=1);},attribute:function(m,n){if(typeof n=='string'){this.forceSimpleAmpersand&&(n=n.replace(/&/g,'&'));n=e.htmlEncodeAttr(n);}this._.output.push(' ',m,'="',n,'"');},closeTag:function(m){var o=this;var n=o._.rules[m];if(n&&n.indent)o._.indentation=o._.indentation.substr(o.indentationChars.length);if(o._.indent)o.indentation();else if(n&&n.breakBeforeClose){o.lineBreak();o.indentation();}o._.output.push('</',m,'>');m=='pre'&&(o._.inPre=0);if(n&&n.breakAfterClose)o.lineBreak();},text:function(m){var n=this;if(n._.indent){n.indentation();!n._.inPre&&(m=e.ltrim(m));}n._.output.push(m);},comment:function(m){if(this._.indent)this.indentation();this._.output.push('<!--',m,'-->');},lineBreak:function(){var m=this;if(!m._.inPre&&m._.output.length>0)m._.output.push(m.lineBreakChars);m._.indent=1;},indentation:function(){var m=this;if(!m._.inPre)m._.output.push(m._.indentation);m._.indent=0;},setRules:function(m,n){var o=this._.rules[m];if(o)e.extend(o,n,true);else this._.rules[m]=n;}}});j.add('menubutton',{requires:['button','menu'],beforeInit:function(m){m.ui.addHandler('menubutton',k.menuButton.handler);}});a.UI_MENUBUTTON='menubutton';(function(){var m=function(n){var o=this._;if(o.state===0)return;o.previousState=o.state;var p=o.menu;if(!p){p=o.menu=new a.menu(n,{panel:{className:n.skinClass+' cke_contextmenu',attributes:{'aria-label':n.lang.common.options}}});p.onHide=e.bind(function(){this.setState(this.modes&&this.modes[n.mode]?o.previousState:0);},this);if(this.onMenu)p.addListener(this.onMenu);}if(o.on){p.hide();return;}this.setState(1);p.show(a.document.getById(this._.id),4);};k.menuButton=e.createClass({base:k.button,$:function(n){var o=n.panel;delete n.panel;this.base(n);this.hasArrow=true;this.click=m;},statics:{handler:{create:function(n){return new k.menuButton(n);}}}});})();j.add('dialogui');(function(){var m=function(u){var x=this;x._||(x._={});x._['default']=x._.initValue=u['default']||'';x._.required=u.required||false;var v=[x._];for(var w=1;w<arguments.length;w++)v.push(arguments[w]);v.push(true);e.extend.apply(e,v);return x._;},n={build:function(u,v,w){return new k.dialog.textInput(u,v,w); -}},o={build:function(u,v,w){return new k.dialog[v.type](u,v,w);}},p={build:function(u,v,w){var x=v.children,y,z=[],A=[];for(var B=0;B<x.length&&(y=x[B]);B++){var C=[];z.push(C);A.push(a.dialog._.uiElementBuilders[y.type].build(u,y,C));}return new k.dialog[v.type](u,A,z,w,v);}},q={isChanged:function(){return this.getValue()!=this.getInitValue();},reset:function(u){this.setValue(this.getInitValue(),u);},setInitValue:function(){this._.initValue=this.getValue();},resetInitValue:function(){this._.initValue=this._['default'];},getInitValue:function(){return this._.initValue;}},r=e.extend({},k.dialog.uiElement.prototype.eventProcessors,{onChange:function(u,v){if(!this._.domOnChangeRegistered){u.on('load',function(){this.getInputElement().on('change',function(){if(!u.parts.dialog.isVisible())return;this.fire('change',{value:this.getValue()});},this);},this);this._.domOnChangeRegistered=true;}this.on('change',v);}},true),s=/^on([A-Z]\w+)/,t=function(u){for(var v in u){if(s.test(v)||v=='title'||v=='type')delete u[v];}return u;};e.extend(k.dialog,{labeledElement:function(u,v,w,x){if(arguments.length<4)return;var y=m.call(this,v);y.labelId=e.getNextId()+'_label';var z=this._.children=[],A=function(){var B=[],C=v.required?' cke_required':'';if(v.labelLayout!='horizontal')B.push('<label class="cke_dialog_ui_labeled_label'+C+'" ',' id="'+y.labelId+'"',' for="'+y.inputId+'"',(v.labelStyle?' style="'+v.labelStyle+'"':'')+'>',v.label,'</label>','<div class="cke_dialog_ui_labeled_content"'+(v.controlStyle?' style="'+v.controlStyle+'"':'')+' role="presentation">',x.call(this,u,v),'</div>');else{var D={type:'hbox',widths:v.widths,padding:0,children:[{type:'html',html:'<label class="cke_dialog_ui_labeled_label'+C+'"'+' id="'+y.labelId+'"'+' for="'+y.inputId+'"'+(v.labelStyle?' style="'+v.labelStyle+'"':'')+'>'+e.htmlEncode(v.label)+'</span>'},{type:'html',html:'<span class="cke_dialog_ui_labeled_content"'+(v.controlStyle?' style="'+v.controlStyle+'"':'')+'>'+x.call(this,u,v)+'</span>'}]};a.dialog._.uiElementBuilders.hbox.build(u,D,B);}return B.join('');};k.dialog.uiElement.call(this,u,v,w,'div',null,{role:'presentation'},A);},textInput:function(u,v,w){if(arguments.length<3)return;m.call(this,v);var x=this._.inputId=e.getNextId()+'_textInput',y={'class':'cke_dialog_ui_input_'+v.type,id:x,type:'text'},z;if(v.validate)this.validate=v.validate;if(v.maxLength)y.maxlength=v.maxLength;if(v.size)y.size=v.size;if(v.inputStyle)y.style=v.inputStyle;var A=this,B=false;u.on('load',function(){A.getInputElement().on('keydown',function(D){if(D.data.getKeystroke()==13)B=true; -});A.getInputElement().on('keyup',function(D){if(D.data.getKeystroke()==13&&B){u.getButton('ok')&&setTimeout(function(){u.getButton('ok').click();},0);B=false;}},null,null,1000);});var C=function(){var D=['<div class="cke_dialog_ui_input_',v.type,'" role="presentation"'];if(v.width)D.push('style="width:'+v.width+'" ');D.push('><input ');y['aria-labelledby']=this._.labelId;this._.required&&(y['aria-required']=this._.required);for(var E in y)D.push(E+'="'+y[E]+'" ');D.push(' /></div>');return D.join('');};k.dialog.labeledElement.call(this,u,v,w,C);},textarea:function(u,v,w){if(arguments.length<3)return;m.call(this,v);var x=this,y=this._.inputId=e.getNextId()+'_textarea',z={};if(v.validate)this.validate=v.validate;z.rows=v.rows||5;z.cols=v.cols||20;if(typeof v.inputStyle!='undefined')z.style=v.inputStyle;var A=function(){z['aria-labelledby']=this._.labelId;this._.required&&(z['aria-required']=this._.required);var B=['<div class="cke_dialog_ui_input_textarea" role="presentation"><textarea class="cke_dialog_ui_input_textarea" id="',y,'" '];for(var C in z)B.push(C+'="'+e.htmlEncode(z[C])+'" ');B.push('>',e.htmlEncode(x._['default']),'</textarea></div>');return B.join('');};k.dialog.labeledElement.call(this,u,v,w,A);},checkbox:function(u,v,w){if(arguments.length<3)return;var x=m.call(this,v,{'default':!!v['default']});if(v.validate)this.validate=v.validate;var y=function(){var z=e.extend({},v,{id:v.id?v.id+'_checkbox':e.getNextId()+'_checkbox'},true),A=[],B=e.getNextId()+'_label',C={'class':'cke_dialog_ui_checkbox_input',type:'checkbox','aria-labelledby':B};t(z);if(v['default'])C.checked='checked';if(typeof z.inputStyle!='undefined')z.style=z.inputStyle;x.checkbox=new k.dialog.uiElement(u,z,A,'input',null,C);A.push(' <label id="',B,'" for="',C.id,'"'+(v.labelStyle?' style="'+v.labelStyle+'"':'')+'>',e.htmlEncode(v.label),'</label>');return A.join('');};k.dialog.uiElement.call(this,u,v,w,'span',null,null,y);},radio:function(u,v,w){if(arguments.length<3)return;m.call(this,v);if(!this._['default'])this._['default']=this._.initValue=v.items[0][1];if(v.validate)this.validate=v.valdiate;var x=[],y=this,z=function(){var A=[],B=[],C={'class':'cke_dialog_ui_radio_item','aria-labelledby':this._.labelId},D=v.id?v.id+'_radio':e.getNextId()+'_radio';for(var E=0;E<v.items.length;E++){var F=v.items[E],G=F[2]!==undefined?F[2]:F[0],H=F[1]!==undefined?F[1]:F[0],I=e.getNextId()+'_radio_input',J=I+'_label',K=e.extend({},v,{id:I,title:null,type:null},true),L=e.extend({},K,{title:G},true),M={type:'radio','class':'cke_dialog_ui_radio_input',name:D,value:H,'aria-labelledby':J},N=[]; -if(y._['default']==H)M.checked='checked';t(K);t(L);if(typeof K.inputStyle!='undefined')K.style=K.inputStyle;x.push(new k.dialog.uiElement(u,K,N,'input',null,M));N.push(' ');new k.dialog.uiElement(u,L,N,'label',null,{id:J,'for':M.id},F[0]);A.push(N.join(''));}new k.dialog.hbox(u,[],A,B);return B.join('');};k.dialog.labeledElement.call(this,u,v,w,z);this._.children=x;},button:function(u,v,w){if(!arguments.length)return;if(typeof v=='function')v=v(u.getParentEditor());m.call(this,v,{disabled:v.disabled||false});a.event.implementOn(this);var x=this;u.on('load',function(A){var B=this.getElement();(function(){B.on('click',function(C){x.fire('click',{dialog:x.getDialog()});C.data.preventDefault();});B.on('keydown',function(C){if(C.data.getKeystroke() in {32:1}){x.click();C.data.preventDefault();}});})();B.unselectable();},this);var y=e.extend({},v);delete y.style;var z=e.getNextId()+'_label';k.dialog.uiElement.call(this,u,y,w,'a',null,{style:v.style,href:'javascript:void(0)',title:v.label,hidefocus:'true','class':v['class'],role:'button','aria-labelledby':z},'<span id="'+z+'" class="cke_dialog_ui_button">'+e.htmlEncode(v.label)+'</span>');},select:function(u,v,w){if(arguments.length<3)return;var x=m.call(this,v);if(v.validate)this.validate=v.validate;x.inputId=e.getNextId()+'_select';var y=function(){var z=e.extend({},v,{id:v.id?v.id+'_select':e.getNextId()+'_select'},true),A=[],B=[],C={id:x.inputId,'class':'cke_dialog_ui_input_select','aria-labelledby':this._.labelId};if(v.size!=undefined)C.size=v.size;if(v.multiple!=undefined)C.multiple=v.multiple;t(z);for(var D=0,E;D<v.items.length&&(E=v.items[D]);D++)B.push('<option value="',e.htmlEncode(E[1]!==undefined?E[1]:E[0]).replace(/"/g,'"'),'" /> ',e.htmlEncode(E[0]));if(typeof z.inputStyle!='undefined')z.style=z.inputStyle;x.select=new k.dialog.uiElement(u,z,A,'select',null,C,B.join(''));return A.join('');};k.dialog.labeledElement.call(this,u,v,w,y);},file:function(u,v,w){if(arguments.length<3)return;if(v['default']===undefined)v['default']='';var x=e.extend(m.call(this,v),{definition:v,buttons:[]});if(v.validate)this.validate=v.validate;var y=function(){x.frameId=e.getNextId()+'_fileInput';var z=b.isCustomDomain(),A=['<iframe frameborder="0" allowtransparency="0" class="cke_dialog_ui_input_file" id="',x.frameId,'" title="',v.label,'" src="javascript:void('];A.push(z?"(function(){document.open();document.domain='"+document.domain+"';"+'document.close();'+'})()':'0');A.push(')"></iframe>');return A.join('');};u.on('load',function(){var z=a.document.getById(x.frameId),A=z.getParent(); -A.addClass('cke_dialog_ui_input_file');});k.dialog.labeledElement.call(this,u,v,w,y);},fileButton:function(u,v,w){if(arguments.length<3)return;var x=m.call(this,v),y=this;if(v.validate)this.validate=v.validate;var z=e.extend({},v),A=z.onClick;z.className=(z.className?z.className+' ':'')+'cke_dialog_ui_button';z.onClick=function(B){var C=v['for'];if(!A||A.call(this,B)!==false){u.getContentElement(C[0],C[1]).submit();this.disable();}};u.on('load',function(){u.getContentElement(v['for'][0],v['for'][1])._.buttons.push(y);});k.dialog.button.call(this,u,z,w);},html:(function(){var u=/^\s*<[\w:]+\s+([^>]*)?>/,v=/^(\s*<[\w:]+(?:\s+[^>]*)?)((?:.|\r|\n)+)$/,w=/\/$/;return function(x,y,z){if(arguments.length<3)return;var A=[],B,C=y.html,D,E;if(C.charAt(0)!='<')C='<span>'+C+'</span>';var F=y.focus;if(F){var G=this.focus;this.focus=function(){G.call(this);typeof F=='function'&&F.call(this);this.fire('focus');};if(y.isFocusable){var H=this.isFocusable;this.isFocusable=H;}this.keyboardFocusable=true;}k.dialog.uiElement.call(this,x,y,A,'span',null,null,'');B=A.join('');D=B.match(u);E=C.match(v)||['','',''];if(w.test(E[1])){E[1]=E[1].slice(0,-1);E[2]='/'+E[2];}z.push([E[1],' ',D[1]||'',E[2]].join(''));};})(),fieldset:function(u,v,w,x,y){var z=y.label,A=function(){var B=[];z&&B.push('<legend>'+z+'</legend>');for(var C=0;C<w.length;C++)B.push(w[C]);return B.join('');};this._={children:v};k.dialog.uiElement.call(this,u,y,x,'fieldset',null,null,A);}},true);k.dialog.html.prototype=new k.dialog.uiElement();k.dialog.labeledElement.prototype=e.extend(new k.dialog.uiElement(),{setLabel:function(u){var v=a.document.getById(this._.labelId);if(v.getChildCount()<1)new d.text(u,a.document).appendTo(v);else v.getChild(0).$.nodeValue=u;return this;},getLabel:function(){var u=a.document.getById(this._.labelId);if(!u||u.getChildCount()<1)return '';else return u.getChild(0).getText();},eventProcessors:r},true);k.dialog.button.prototype=e.extend(new k.dialog.uiElement(),{click:function(){var u=this;if(!u._.disabled)return u.fire('click',{dialog:u._.dialog});u.getElement().$.blur();return false;},enable:function(){this._.disabled=false;var u=this.getElement();u&&u.removeClass('cke_disabled');},disable:function(){this._.disabled=true;this.getElement().addClass('cke_disabled');},isVisible:function(){return this.getElement().getFirst().isVisible();},isEnabled:function(){return!this._.disabled;},eventProcessors:e.extend({},k.dialog.uiElement.prototype.eventProcessors,{onClick:function(u,v){this.on('click',v); -}},true),accessKeyUp:function(){this.click();},accessKeyDown:function(){this.focus();},keyboardFocusable:true},true);k.dialog.textInput.prototype=e.extend(new k.dialog.labeledElement(),{getInputElement:function(){return a.document.getById(this._.inputId);},focus:function(){var u=this.selectParentTab();setTimeout(function(){var v=u.getInputElement();v&&v.$.focus();},0);},select:function(){var u=this.selectParentTab();setTimeout(function(){var v=u.getInputElement();if(v){v.$.focus();v.$.select();}},0);},accessKeyUp:function(){this.select();},setValue:function(u){!u&&(u='');return k.dialog.uiElement.prototype.setValue.apply(this,arguments);},keyboardFocusable:true},q,true);k.dialog.textarea.prototype=new k.dialog.textInput();k.dialog.select.prototype=e.extend(new k.dialog.labeledElement(),{getInputElement:function(){return this._.select.getElement();},add:function(u,v,w){var x=new h('option',this.getDialog().getParentEditor().document),y=this.getInputElement().$;x.$.text=u;x.$.value=v===undefined||v===null?u:v;if(w===undefined||w===null){if(c)y.add(x.$);else y.add(x.$,null);}else y.add(x.$,w);return this;},remove:function(u){var v=this.getInputElement().$;v.remove(u);return this;},clear:function(){var u=this.getInputElement().$;while(u.length>0)u.remove(0);return this;},keyboardFocusable:true},q,true);k.dialog.checkbox.prototype=e.extend(new k.dialog.uiElement(),{getInputElement:function(){return this._.checkbox.getElement();},setValue:function(u,v){this.getInputElement().$.checked=u;!v&&this.fire('change',{value:u});},getValue:function(){return this.getInputElement().$.checked;},accessKeyUp:function(){this.setValue(!this.getValue());},eventProcessors:{onChange:function(u,v){if(!c)return r.onChange.apply(this,arguments);else{u.on('load',function(){var w=this._.checkbox.getElement();w.on('propertychange',function(x){x=x.data.$;if(x.propertyName=='checked')this.fire('change',{value:w.$.checked});},this);},this);this.on('change',v);}return null;}},keyboardFocusable:true},q,true);k.dialog.radio.prototype=e.extend(new k.dialog.uiElement(),{setValue:function(u,v){var w=this._.children,x;for(var y=0;y<w.length&&(x=w[y]);y++)x.getElement().$.checked=x.getValue()==u;!v&&this.fire('change',{value:u});},getValue:function(){var u=this._.children;for(var v=0;v<u.length;v++){if(u[v].getElement().$.checked)return u[v].getValue();}return null;},accessKeyUp:function(){var u=this._.children,v;for(v=0;v<u.length;v++){if(u[v].getElement().$.checked){u[v].getElement().focus();return; -}}u[0].getElement().focus();},eventProcessors:{onChange:function(u,v){if(!c)return r.onChange.apply(this,arguments);else{u.on('load',function(){var w=this._.children,x=this;for(var y=0;y<w.length;y++){var z=w[y].getElement();z.on('propertychange',function(A){A=A.data.$;if(A.propertyName=='checked'&&this.$.checked)x.fire('change',{value:this.getAttribute('value')});});}},this);this.on('change',v);}return null;}},keyboardFocusable:true},q,true);k.dialog.file.prototype=e.extend(new k.dialog.labeledElement(),q,{getInputElement:function(){var u=a.document.getById(this._.frameId).getFrameDocument();return u.$.forms.length>0?new h(u.$.forms[0].elements[0]):this.getElement();},submit:function(){this.getInputElement().getParent().$.submit();return this;},getAction:function(){return this.getInputElement().getParent().$.action;},registerEvents:function(u){var v=/^on([A-Z]\w+)/,w,x=function(z,A,B,C){z.on('formLoaded',function(){z.getInputElement().on(B,C,z);});};for(var y in u){if(!(w=y.match(v)))continue;if(this.eventProcessors[y])this.eventProcessors[y].call(this,this._.dialog,u[y]);else x(this,this._.dialog,w[1].toLowerCase(),u[y]);}return this;},reset:function(){var u=this._,v=a.document.getById(u.frameId),w=v.getFrameDocument(),x=u.definition,y=u.buttons,z=this.formLoadedNumber,A=this.formUnloadNumber,B=u.dialog._.editor.lang.dir,C=u.dialog._.editor.langCode;if(!z){z=this.formLoadedNumber=e.addFunction(function(){this.fire('formLoaded');},this);A=this.formUnloadNumber=e.addFunction(function(){this.getInputElement().clearCustomData();},this);this.getDialog()._.editor.on('destroy',function(){e.removeFunction(z);e.removeFunction(A);});}function D(){w.$.open();if(b.isCustomDomain())w.$.domain=document.domain;var E='';if(x.size)E=x.size-(c?7:0);w.$.write(['<html dir="'+B+'" lang="'+C+'"><head><title></title></head><body style="margin: 0; overflow: hidden; background: transparent;">','<form enctype="multipart/form-data" method="POST" dir="'+B+'" lang="'+C+'" action="',e.htmlEncode(x.action),'">','<input type="file" name="',e.htmlEncode(x.id||'cke_upload'),'" size="',e.htmlEncode(E>0?E:''),'" />','</form>','</body></html>','<script>window.parent.CKEDITOR.tools.callFunction('+z+');','window.onbeforeunload = function() {window.parent.CKEDITOR.tools.callFunction('+A+')}</script>'].join(''));w.$.close();for(var F=0;F<y.length;F++)y[F].enable();};if(b.gecko)setTimeout(D,500);else D();},getValue:function(){return this.getInputElement().$.value||'';},setInitValue:function(){this._.initValue=''; -},eventProcessors:{onChange:function(u,v){if(!this._.domOnChangeRegistered){this.on('formLoaded',function(){this.getInputElement().on('change',function(){this.fire('change',{value:this.getValue()});},this);},this);this._.domOnChangeRegistered=true;}this.on('change',v);}},keyboardFocusable:true},true);k.dialog.fileButton.prototype=new k.dialog.button();k.dialog.fieldset.prototype=e.clone(k.dialog.hbox.prototype);a.dialog.addUIElement('text',n);a.dialog.addUIElement('password',n);a.dialog.addUIElement('textarea',o);a.dialog.addUIElement('checkbox',o);a.dialog.addUIElement('radio',o);a.dialog.addUIElement('button',o);a.dialog.addUIElement('select',o);a.dialog.addUIElement('file',o);a.dialog.addUIElement('fileButton',o);a.dialog.addUIElement('html',o);a.dialog.addUIElement('fieldset',p);})();j.add('panel',{beforeInit:function(m){m.ui.addHandler('panel',k.panel.handler);}});a.UI_PANEL='panel';k.panel=function(m,n){var o=this;if(n)e.extend(o,n);e.extend(o,{className:'',css:[]});o.id=e.getNextId();o.document=m;o._={blocks:{}};};k.panel.handler={create:function(m){return new k.panel(m);}};k.panel.prototype={renderHtml:function(m){var n=[];this.render(m,n);return n.join('');},render:function(m,n){var p=this;var o=p.id;n.push('<div class="',m.skinClass,'" lang="',m.langCode,'" role="presentation" style="display:none;z-index:'+(m.config.baseFloatZIndex+1)+'">'+'<div'+' id=',o,' dir=',m.lang.dir,' role="presentation" class="cke_panel cke_',m.lang.dir);if(p.className)n.push(' ',p.className);n.push('">');if(p.forceIFrame||p.css.length){n.push('<iframe id="',o,'_frame" frameborder="0" role="application" src="javascript:void(');n.push(b.isCustomDomain()?"(function(){document.open();document.domain='"+document.domain+"';"+'document.close();'+'})()':'0');n.push(')"></iframe>');}n.push('</div></div>');return o;},getHolderElement:function(){var m=this._.holder;if(!m){if(this.forceIFrame||this.css.length){var n=this.document.getById(this.id+'_frame'),o=n.getParent(),p=o.getAttribute('dir'),q=o.getParent().getAttribute('class'),r=o.getParent().getAttribute('lang'),s=n.getFrameDocument(),t=e.addFunction(e.bind(function(w){this.isLoaded=true;if(this.onLoad)this.onLoad();},this)),u='<!DOCTYPE html><html dir="'+p+'" class="'+q+'_container" lang="'+r+'">'+'<head>'+'<style>.'+q+'_container{visibility:hidden}</style>'+'</head>'+'<body class="cke_'+p+' cke_panel_frame '+b.cssClass+'" style="margin:0;padding:0"'+' onload="( window.CKEDITOR || window.parent.CKEDITOR ).tools.callFunction('+t+');"></body>'+e.buildStyleHtml(this.css)+'</html>'; -s.write(u);var v=s.getWindow();v.$.CKEDITOR=a;s.on('key'+(b.opera?'press':'down'),function(w){var z=this;var x=w.data.getKeystroke(),y=z.document.getById(z.id).getAttribute('dir');if(z._.onKeyDown&&z._.onKeyDown(x)===false){w.data.preventDefault();return;}if(x==27||x==(y=='rtl'?39:37))if(z.onEscape&&z.onEscape(x)===false)w.data.preventDefault();},this);m=s.getBody();m.unselectable();b.air&&e.callFunction(t);}else m=this.document.getById(this.id);this._.holder=m;}return m;},addBlock:function(m,n){var o=this;n=o._.blocks[m]=n instanceof k.panel.block?n:new k.panel.block(o.getHolderElement(),n);if(!o._.currentBlock)o.showBlock(m);return n;},getBlock:function(m){return this._.blocks[m];},showBlock:function(m){var n=this._.blocks,o=n[m],p=this._.currentBlock,q=this.forceIFrame?this.document.getById(this.id+'_frame'):this._.holder;q.getParent().getParent().disableContextMenu();if(p){q.removeAttributes(p.attributes);p.hide();}this._.currentBlock=o;q.setAttributes(o.attributes);a.fire('ariaWidget',q);o._.focusIndex=-1;this._.onKeyDown=o.onKeyDown&&e.bind(o.onKeyDown,o);o.onMark=function(r){q.setAttribute('aria-activedescendant',r.getId()+'_option');};o.onUnmark=function(){q.removeAttribute('aria-activedescendant');};o.show();return o;},destroy:function(){this.element&&this.element.remove();}};k.panel.block=e.createClass({$:function(m,n){var o=this;o.element=m.append(m.getDocument().createElement('div',{attributes:{tabIndex:-1,'class':'cke_panel_block',role:'presentation'},styles:{display:'none'}}));if(n)e.extend(o,n);if(!o.attributes.title)o.attributes.title=o.attributes['aria-label'];o.keys={};o._.focusIndex=-1;o.element.disableContextMenu();},_:{markItem:function(m){var p=this;if(m==-1)return;var n=p.element.getElementsByTag('a'),o=n.getItem(p._.focusIndex=m);if(b.webkit||b.opera)o.getDocument().getWindow().focus();o.focus();p.onMark&&p.onMark(o);}},proto:{show:function(){this.element.setStyle('display','');},hide:function(){var m=this;if(!m.onHide||m.onHide.call(m)!==true)m.element.setStyle('display','none');},onKeyDown:function(m){var r=this;var n=r.keys[m];switch(n){case 'next':var o=r._.focusIndex,p=r.element.getElementsByTag('a'),q;while(q=p.getItem(++o)){if(q.getAttribute('_cke_focus')&&q.$.offsetWidth){r._.focusIndex=o;q.focus();break;}}return false;case 'prev':o=r._.focusIndex;p=r.element.getElementsByTag('a');while(o>0&&(q=p.getItem(--o))){if(q.getAttribute('_cke_focus')&&q.$.offsetWidth){r._.focusIndex=o;q.focus();break;}}return false;case 'click':case 'mouseup':o=r._.focusIndex; -q=o>=0&&r.element.getElementsByTag('a').getItem(o);if(q)q.$[n]?q.$[n]():q.$['on'+n]();return false;}return true;}}});j.add('listblock',{requires:['panel'],onLoad:function(){k.panel.prototype.addListBlock=function(m,n){return this.addBlock(m,new k.listBlock(this.getHolderElement(),n));};k.listBlock=e.createClass({base:k.panel.block,$:function(m,n){var q=this;n=n||{};var o=n.attributes||(n.attributes={});(q.multiSelect=!!n.multiSelect)&&(o['aria-multiselectable']=true);!o.role&&(o.role='listbox');q.base.apply(q,arguments);var p=q.keys;p[40]='next';p[9]='next';p[38]='prev';p[2228224+9]='prev';p[32]=c?'mouseup':'click';c&&(p[13]='mouseup');q._.pendingHtml=[];q._.items={};q._.groups={};},_:{close:function(){if(this._.started){this._.pendingHtml.push('</ul>');delete this._.started;}},getClick:function(){if(!this._.click)this._.click=e.addFunction(function(m){var o=this;var n=true;if(o.multiSelect)n=o.toggle(m);else o.mark(m);if(o.onClick)o.onClick(m,n);},this);return this._.click;}},proto:{add:function(m,n,o){var r=this;var p=r._.pendingHtml,q=e.getNextId();if(!r._.started){p.push('<ul role="presentation" class=cke_panel_list>');r._.started=1;r._.size=r._.size||0;}r._.items[m]=q;p.push('<li id=',q,' class=cke_panel_listItem role=presentation><a id="',q,'_option" _cke_focus=1 hidefocus=true title="',o||m,'" href="javascript:void(\'',m,"')\" "+(c?'onclick="return false;" onmouseup':'onclick')+'="CKEDITOR.tools.callFunction(',r._.getClick(),",'",m,"'); return false;\"",' role="option" aria-posinset="'+ ++r._.size+'">',n||m,'</a></li>');},startGroup:function(m){this._.close();var n=e.getNextId();this._.groups[m]=n;this._.pendingHtml.push('<h1 role="presentation" id=',n,' class=cke_panel_grouptitle>',m,'</h1>');},commit:function(){var p=this;p._.close();p.element.appendHtml(p._.pendingHtml.join(''));var m=p._.items,n=p.element.getDocument();for(var o in m)n.getById(m[o]+'_option').setAttribute('aria-setsize',p._.size);delete p._.size;p._.pendingHtml=[];},toggle:function(m){var n=this.isMarked(m);if(n)this.unmark(m);else this.mark(m);return!n;},hideGroup:function(m){var n=this.element.getDocument().getById(this._.groups[m]),o=n&&n.getNext();if(n){n.setStyle('display','none');if(o&&o.getName()=='ul')o.setStyle('display','none');}},hideItem:function(m){this.element.getDocument().getById(this._.items[m]).setStyle('display','none');},showAll:function(){var m=this._.items,n=this._.groups,o=this.element.getDocument();for(var p in m)o.getById(m[p]).setStyle('display','');for(var q in n){var r=o.getById(n[q]),s=r.getNext(); -r.setStyle('display','');if(s&&s.getName()=='ul')s.setStyle('display','');}},mark:function(m){var p=this;if(!p.multiSelect)p.unmarkAll();var n=p._.items[m],o=p.element.getDocument().getById(n);o.addClass('cke_selected');p.element.getDocument().getById(n+'_option').setAttribute('aria-selected',true);p.element.setAttribute('aria-activedescendant',n+'_option');p.onMark&&p.onMark(o);},unmark:function(m){var q=this;var n=q.element.getDocument(),o=q._.items[m],p=n.getById(o);p.removeClass('cke_selected');n.getById(o+'_option').removeAttribute('aria-selected');q.onUnmark&&q.onUnmark(p);},unmarkAll:function(){var q=this;var m=q._.items,n=q.element.getDocument();for(var o in m){var p=m[o];n.getById(p).removeClass('cke_selected');n.getById(p+'_option').removeAttribute('aria-selected');}q.onUnmark&&q.onUnmark();},isMarked:function(m){return this.element.getDocument().getById(this._.items[m]).hasClass('cke_selected');},focus:function(m){this._.focusIndex=-1;if(m){var n=this.element.getDocument().getById(this._.items[m]).getFirst(),o=this.element.getElementsByTag('a'),p,q=-1;while(p=o.getItem(++q)){if(p.equals(n)){this._.focusIndex=q;break;}}setTimeout(function(){n.focus();},0);}}}});}});a.themes.add('default',(function(){var m={};function n(o,p){var q,r;r=o.config.sharedSpaces;r=r&&r[p];r=r&&a.document.getById(r);if(r){var s='<span class="cke_shared " dir="'+o.lang.dir+'"'+'>'+'<span class="'+o.skinClass+' '+o.id+' cke_editor_'+o.name+'">'+'<span class="'+b.cssClass+'">'+'<span class="cke_wrapper cke_'+o.lang.dir+'">'+'<span class="cke_editor">'+'<div class="cke_'+p+'">'+'</div></span></span></span></span></span>',t=r.append(h.createFromHtml(s,r.getDocument()));if(r.getCustomData('cke_hasshared'))t.hide();else r.setCustomData('cke_hasshared',1);q=t.getChild([0,0,0,0]);!o.sharedSpaces&&(o.sharedSpaces={});o.sharedSpaces[p]=q;o.on('focus',function(){for(var u=0,v,w=r.getChildren();v=w.getItem(u);u++){if(v.type==1&&!v.equals(t)&&v.hasClass('cke_shared'))v.hide();}t.show();});o.on('destroy',function(){t.remove();});}return q;};return{build:function(o,p){var q=o.name,r=o.element,s=o.elementMode;if(!r||s==0)return;if(s==1)r.hide();var t=o.fire('themeSpace',{space:'top',html:''}).html,u=o.fire('themeSpace',{space:'contents',html:''}).html,v=o.fireOnce('themeSpace',{space:'bottom',html:''}).html,w=u&&o.config.height,x=o.config.tabIndex||o.element.getAttribute('tabindex')||0;if(!u)w='auto';else if(!isNaN(w))w+='px';var y='',z=o.config.width;if(z){if(!isNaN(z))z+='px';y+='width: '+z+';'; -}var A=t&&n(o,'top'),B=n(o,'bottom');A&&(A.setHtml(t),t='');B&&(B.setHtml(v),v='');var C='<style>.'+o.skinClass+'{visibility:hidden;}</style>';if(m[o.skinClass])C='';else m[o.skinClass]=1;var D=h.createFromHtml(['<span id="cke_',q,'" class="',o.skinClass,' ',o.id,' cke_editor_',q,'" dir="',o.lang.dir,'" title="',b.gecko?' ':'','" lang="',o.langCode,'"'+(b.webkit?' tabindex="'+x+'"':'')+' role="application"'+' aria-labelledby="cke_',q,'_arialbl"'+(y?' style="'+y+'"':'')+'>'+'<span id="cke_',q,'_arialbl" class="cke_voice_label">'+o.lang.editor+'</span>'+'<span class="',b.cssClass,'" role="presentation"><span class="cke_wrapper cke_',o.lang.dir,'" role="presentation"><table class="cke_editor" border="0" cellspacing="0" cellpadding="0" role="presentation"><tbody><tr',t?'':' style="display:none"',' role="presentation"><td id="cke_top_',q,'" class="cke_top" role="presentation">',t,'</td></tr><tr',u?'':' style="display:none"',' role="presentation"><td id="cke_contents_',q,'" class="cke_contents" style="height:',w,'" role="presentation">',u,'</td></tr><tr',v?'':' style="display:none"',' role="presentation"><td id="cke_bottom_',q,'" class="cke_bottom" role="presentation">',v,'</td></tr></tbody></table>'+C+'</span>'+'</span>'+'</span>'].join(''));D.getChild([1,0,0,0,0]).unselectable();D.getChild([1,0,0,0,2]).unselectable();if(s==1)D.insertAfter(r);else r.append(D);o.container=D;D.disableContextMenu();o.on('contentDirChanged',function(E){var F=(o.lang.dir!=E.data?'add':'remove')+'Class';D.getChild(1)[F]('cke_mixed_dir_content');var G=this.sharedSpaces&&this.sharedSpaces[this.config.toolbarLocation];G&&G.getParent().getParent()[F]('cke_mixed_dir_content');});o.fireOnce('themeLoaded');o.fireOnce('uiReady');},buildDialog:function(o){var p=e.getNextNumber(),q=h.createFromHtml(['<div class="',o.id,'_dialog cke_editor_',o.name.replace('.','\\.'),'_dialog cke_skin_',o.skinName,'" dir="',o.lang.dir,'" lang="',o.langCode,'" role="dialog" aria-labelledby="%title#"><table class="cke_dialog',' '+b.cssClass,' cke_',o.lang.dir,'" style="position:absolute" role="presentation"><tr><td role="presentation"><div class="%body" role="presentation"><div id="%title#" class="%title" role="presentation"></div><a id="%close_button#" class="%close_button" href="javascript:void(0)" title="'+o.lang.common.close+'" role="button"><span class="cke_label">X</span></a>'+'<div id="%tabs#" class="%tabs" role="tablist"></div>'+'<table class="%contents" role="presentation">'+'<tr>'+'<td id="%contents#" class="%contents" role="presentation"></td>'+'</tr>'+'<tr>'+'<td id="%footer#" class="%footer" role="presentation"></td>'+'</tr>'+'</table>'+'</div>'+'<div id="%tl#" class="%tl"></div>'+'<div id="%tc#" class="%tc"></div>'+'<div id="%tr#" class="%tr"></div>'+'<div id="%ml#" class="%ml"></div>'+'<div id="%mr#" class="%mr"></div>'+'<div id="%bl#" class="%bl"></div>'+'<div id="%bc#" class="%bc"></div>'+'<div id="%br#" class="%br"></div>'+'</td></tr>'+'</table>',c?'':'<style>.cke_dialog{visibility:hidden;}</style>','</div>'].join('').replace(/#/g,'_'+p).replace(/%/g,'cke_dialog_')),r=q.getChild([0,0,0,0,0]),s=r.getChild(0),t=r.getChild(1); -s.unselectable();t.unselectable();return{element:q,parts:{dialog:q.getChild(0),title:s,close:t,tabs:r.getChild(2),contents:r.getChild([3,0,0,0]),footer:r.getChild([3,0,1,0])}};},destroy:function(o){var p=o.container,q=o.element;if(p){p.clearCustomData();p.remove();}if(q){q.clearCustomData();o.elementMode==1&&q.show();delete o.element;}}};})());a.editor.prototype.getThemeSpace=function(m){var n='cke_'+m,o=this._[n]||(this._[n]=a.document.getById(n+'_'+this.name));return o;};a.editor.prototype.resize=function(m,n,o,p){var q=this.container,r=a.document.getById('cke_contents_'+this.name),s=p?q.getChild(1):q;b.webkit&&s.setStyle('display','none');s.setSize('width',m,true);if(b.webkit){s.$.offsetWidth;s.setStyle('display','');}var t=o?0:(s.$.offsetHeight||0)-(r.$.clientHeight||0);r.setStyle('height',Math.max(n-t,0)+'px');this.fire('resize');};a.editor.prototype.getResizable=function(m){return m?a.document.getById('cke_contents_'+this.name):this.container;};})(); +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +(function(){if(window.CKEDITOR&&window.CKEDITOR.dom)return;window.CKEDITOR||(window.CKEDITOR=function(){var a={timestamp:"E2PC",version:"4.3.4",revision:"40ccd20",rnd:Math.floor(900*Math.random())+100,_:{pending:[]},status:"unloaded",basePath:function(){var b=window.CKEDITOR_BASEPATH||"";if(!b)for(var e=document.getElementsByTagName("script"),a=0;a<e.length;a++){var d=e[a].src.match(/(^|.*[\\\/])ckeditor(?:_basic)?(?:_source)?.js(?:\?.*)?$/i);if(d){b=d[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(b){-1==b.indexOf(":/")&&0!==b.indexOf("/")&&(b=this.basePath+b);this.timestamp&&("/"!=b.charAt(b.length-1)&&!/[&?]t=/.test(b))&&(b+=(0<=b.indexOf("?")?"&":"?")+"t="+this.timestamp);return b},domReady:function(){function b(){try{document.addEventListener?(document.removeEventListener("DOMContentLoaded", +b,!1),e()):document.attachEvent&&"complete"===document.readyState&&(document.detachEvent("onreadystatechange",b),e())}catch(a){}}function e(){for(var e;e=a.shift();)e()}var a=[];return function(e){a.push(e);"complete"===document.readyState&&setTimeout(b,1);if(1==a.length)if(document.addEventListener)document.addEventListener("DOMContentLoaded",b,!1),window.addEventListener("load",b,!1);else if(document.attachEvent){document.attachEvent("onreadystatechange",b);window.attachEvent("onload",b);e=!1;try{e= +!window.frameElement}catch(d){}if(document.documentElement.doScroll&&e){var h=function(){try{document.documentElement.doScroll("left")}catch(e){setTimeout(h,1);return}b()};h()}}}}()},d=window.CKEDITOR_GETURL;if(d){var b=a.getUrl;a.getUrl=function(c){return d.call(a,c)||b.call(a,c)}}return a}()); +CKEDITOR.event||(CKEDITOR.event=function(){},CKEDITOR.event.implementOn=function(a){var d=CKEDITOR.event.prototype,b;for(b in d)a[b]==void 0&&(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(b){b=b.getPrivate&&b.getPrivate()||b._||(b._={});return b.events||(b.events={})},b=function(b){this.name=b;this.listeners=[]};b.prototype={getListenerIndex:function(b){for(var e=0,a=this.listeners;e<a.length;e++)if(a[e].fn==b)return e;return-1}}; +return{define:function(b,e){var i=a.call(this,b);CKEDITOR.tools.extend(i,e,true)},on:function(b,e,i,d,l){function h(a,f,o,s){a={name:b,sender:this,editor:a,data:f,listenerData:d,stop:o,cancel:s,removeListener:k};return e.call(i,a)===false?false:a.data}function k(){s.removeListener(b,e)}var o=a.call(this,b);if(o.getListenerIndex(e)<0){o=o.listeners;i||(i=this);isNaN(l)&&(l=10);var s=this;h.fn=e;h.priority=l;for(var q=o.length-1;q>=0;q--)if(o[q].priority<=l){o.splice(q+1,0,h);return{removeListener:k}}o.unshift(h)}return{removeListener:k}}, +once:function(){var b=arguments[1];arguments[1]=function(e){e.removeListener();return b.apply(this,arguments)};return this.on.apply(this,arguments)},capture:function(){CKEDITOR.event.useCapture=1;var b=this.on.apply(this,arguments);CKEDITOR.event.useCapture=0;return b},fire:function(){var b=0,e=function(){b=1},a=0,g=function(){a=1};return function(l,h,k){var o=d(this)[l],l=b,s=a;b=a=0;if(o){var q=o.listeners;if(q.length)for(var q=q.slice(0),u,f=0;f<q.length;f++){if(o.errorProof)try{u=q[f].call(this, +k,h,e,g)}catch(p){}else u=q[f].call(this,k,h,e,g);u===false?a=1:typeof u!="undefined"&&(h=u);if(b||a)break}}h=a?false:typeof h=="undefined"?true:h;b=l;a=s;return h}}(),fireOnce:function(b,e,a){e=this.fire(b,e,a);delete d(this)[b];return e},removeListener:function(b,e){var a=d(this)[b];if(a){var g=a.getListenerIndex(e);g>=0&&a.listeners.splice(g,1)}},removeAllListeners:function(){var b=d(this),e;for(e in b)delete b[e]},hasListeners:function(b){return(b=d(this)[b])&&b.listeners.length>0}}}()); +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]=true);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]=true);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=window.opera,b={ie:a.indexOf("trident/")>-1,opera:!!d&&d.version,webkit:a.indexOf(" applewebkit/")>-1,air:a.indexOf(" adobeair/")>-1,mac:a.indexOf("macintosh")>-1,quirks:document.compatMode=="BackCompat"&&(!document.documentMode||document.documentMode<10),mobile:a.indexOf("mobile")>-1,iOS:/(ipad|iphone|ipod)/.test(a),isCustomDomain:function(){if(!this.ie)return false;var b=document.domain,e=window.location.hostname;return b!= +e&&b!="["+e+"]"},secure:location.protocol=="https:"};b.gecko=navigator.product=="Gecko"&&!b.webkit&&!b.opera&&!b.ie;if(b.webkit)a.indexOf("chrome")>-1?b.chrome=true:b.safari=true;var c=0;if(b.ie){c=b.quirks||!document.documentMode?parseFloat(a.match(/msie (\d+)/)[1]):document.documentMode;b.ie9Compat=c==9;b.ie8Compat=c==8;b.ie7Compat=c==7;b.ie6Compat=c<7||b.quirks}if(b.gecko){var e=a.match(/rv:([\d\.]+)/);if(e){e=e[1].split(".");c=e[0]*1E4+(e[1]||0)*100+(e[2]||0)*1}}b.opera&&(c=parseFloat(d.version())); +b.air&&(c=parseFloat(a.match(/ adobeair\/(\d+)/)[1]));b.webkit&&(c=parseFloat(a.match(/ applewebkit\/(\d+)/)[1]));b.version=c;b.isCompatible=b.iOS&&c>=534||!b.mobile&&(b.ie&&c>6||b.gecko&&c>=10801||b.opera&&c>=9.5||b.air&&c>=1||b.webkit&&c>=522||false);b.hidpi=window.devicePixelRatio>=2;b.needsBrFiller=b.gecko||b.webkit||b.ie&&c>10;b.needsNbspFiller=b.ie&&c<11;b.cssClass="cke_browser_"+(b.ie?"ie":b.gecko?"gecko":b.opera?"opera":b.webkit?"webkit":"unknown");if(b.quirks)b.cssClass=b.cssClass+" cke_browser_quirks"; +if(b.ie){b.cssClass=b.cssClass+(" cke_browser_ie"+(b.quirks||b.version<7?"6":b.version));if(b.quirks)b.cssClass=b.cssClass+" cke_browser_iequirks"}if(b.gecko)if(c<10900)b.cssClass=b.cssClass+" cke_browser_gecko18";else if(c<=11E3)b.cssClass=b.cssClass+" cke_browser_gecko19";if(b.air)b.cssClass=b.cssClass+" cke_browser_air";if(b.iOS)b.cssClass=b.cssClass+" cke_browser_ios";if(b.hidpi)b.cssClass=b.cssClass+" cke_hidpi";return b}()); +"unloaded"==CKEDITOR.status&&function(){CKEDITOR.event.implementOn(CKEDITOR);CKEDITOR.loadFullCore=function(){if(CKEDITOR.status!="basic_ready")CKEDITOR.loadFullCore._load=1;else{delete CKEDITOR.loadFullCore;var a=document.createElement("script");a.type="text/javascript";a.src=CKEDITOR.basePath+"ckeditor.js";document.getElementsByTagName("head")[0].appendChild(a)}};CKEDITOR.loadFullCoreTimeout=0;CKEDITOR.add=function(a){(this._.pending||(this._.pending=[])).push(a)};(function(){CKEDITOR.domReady(function(){var a= +CKEDITOR.loadFullCore,d=CKEDITOR.loadFullCoreTimeout;if(a){CKEDITOR.status="basic_ready";a&&a._load?a():d&&setTimeout(function(){CKEDITOR.loadFullCore&&CKEDITOR.loadFullCore()},d*1E3)}})})();CKEDITOR.status="basic_loaded"}();CKEDITOR.dom={}; +(function(){var a=[],d=CKEDITOR.env.gecko?"-moz-":CKEDITOR.env.webkit?"-webkit-":CKEDITOR.env.opera?"-o-":CKEDITOR.env.ie?"-ms-":"";CKEDITOR.on("reset",function(){a=[]});CKEDITOR.tools={arrayCompare:function(b,a){if(!b&&!a)return true;if(!b||!a||b.length!=a.length)return false;for(var e=0;e<b.length;e++)if(b[e]!=a[e])return false;return true},clone:function(b){var a;if(b&&b instanceof Array){a=[];for(var e=0;e<b.length;e++)a[e]=CKEDITOR.tools.clone(b[e]);return a}if(b===null||typeof b!="object"|| +b instanceof String||b instanceof Number||b instanceof Boolean||b instanceof Date||b instanceof RegExp)return b;a=new b.constructor;for(e in b)a[e]=CKEDITOR.tools.clone(b[e]);return a},capitalize:function(b,a){return b.charAt(0).toUpperCase()+(a?b.slice(1):b.slice(1).toLowerCase())},extend:function(b){var a=arguments.length,e,i;if(typeof(e=arguments[a-1])=="boolean")a--;else if(typeof(e=arguments[a-2])=="boolean"){i=arguments[a-1];a=a-2}for(var d=1;d<a;d++){var l=arguments[d],h;for(h in l)if(e=== +true||b[h]==void 0)if(!i||h in i)b[h]=l[h]}return b},prototypedCopy:function(b){var a=function(){};a.prototype=b;return new a},copy:function(b){var a={},e;for(e in b)a[e]=b[e];return a},isArray:function(b){return Object.prototype.toString.call(b)=="[object Array]"},isEmpty:function(b){for(var a in b)if(b.hasOwnProperty(a))return false;return true},cssVendorPrefix:function(b,a,e){if(e)return d+b+":"+a+";"+b+":"+a;e={};e[b]=a;e[d+b]=a;return e},cssStyleToDomStyle:function(){var b=document.createElement("div").style, +a=typeof b.cssFloat!="undefined"?"cssFloat":typeof b.styleFloat!="undefined"?"styleFloat":"float";return function(b){return b=="float"?a:b.replace(/-./g,function(b){return b.substr(1).toUpperCase()})}}(),buildStyleHtml:function(b){for(var b=[].concat(b),a,e=[],i=0;i<b.length;i++)if(a=b[i])/@import|[{}]/.test(a)?e.push("<style>"+a+"</style>"):e.push('<link type="text/css" rel=stylesheet href="'+a+'">');return e.join("")},htmlEncode:function(b){return(""+b).replace(/&/g,"&").replace(/>/g,">").replace(/</g, +"<")},htmlEncodeAttr:function(b){return b.replace(/"/g,""").replace(/</g,"<").replace(/>/g,">")},htmlDecodeAttr:function(b){return b.replace(/"/g,'"').replace(/</g,"<").replace(/>/g,">")},getNextNumber:function(){var b=0;return function(){return++b}}(),getNextId:function(){return"cke_"+this.getNextNumber()},override:function(b,a){var e=a(b);e.prototype=b.prototype;return e},setTimeout:function(b,a,e,i,d){d||(d=window);e||(e=d);return d.setTimeout(function(){i?b.apply(e,[].concat(i)): +b.apply(e)},a||0)},trim:function(){var b=/(?:^[ \t\n\r]+)|(?:[ \t\n\r]+$)/g;return function(a){return a.replace(b,"")}}(),ltrim:function(){var b=/^[ \t\n\r]+/g;return function(a){return a.replace(b,"")}}(),rtrim:function(){var b=/[ \t\n\r]+$/g;return function(a){return a.replace(b,"")}}(),indexOf:function(b,a){if(typeof a=="function")for(var e=0,i=b.length;e<i;e++){if(a(b[e]))return e}else{if(b.indexOf)return b.indexOf(a);e=0;for(i=b.length;e<i;e++)if(b[e]===a)return e}return-1},search:function(b, +a){var e=CKEDITOR.tools.indexOf(b,a);return e>=0?b[e]:null},bind:function(b,a){return function(){return b.apply(a,arguments)}},createClass:function(b){var a=b.$,e=b.base,i=b.privates||b._,d=b.proto,b=b.statics;!a&&(a=function(){e&&this.base.apply(this,arguments)});if(i)var l=a,a=function(){var a=this._||(this._={}),b;for(b in i){var e=i[b];a[b]=typeof e=="function"?CKEDITOR.tools.bind(e,this):e}l.apply(this,arguments)};if(e){a.prototype=this.prototypedCopy(e.prototype);a.prototype.constructor=a;a.base= +e;a.baseProto=e.prototype;a.prototype.base=function(){this.base=e.prototype.base;e.apply(this,arguments);this.base=arguments.callee}}d&&this.extend(a.prototype,d,true);b&&this.extend(a,b,true);return a},addFunction:function(b,c){return a.push(function(){return b.apply(c||this,arguments)})-1},removeFunction:function(b){a[b]=null},callFunction:function(b){var c=a[b];return c&&c.apply(window,Array.prototype.slice.call(arguments,1))},cssLength:function(){var a=/^-?\d+\.?\d*px$/,c;return function(e){c= +CKEDITOR.tools.trim(e+"")+"px";return a.test(c)?c:e||""}}(),convertToPx:function(){var a;return function(c){if(!a){a=CKEDITOR.dom.element.createFromHtml('<div style="position:absolute;left:-9999px;top:-9999px;margin:0px;padding:0px;border:0px;"></div>',CKEDITOR.document);CKEDITOR.document.getBody().append(a)}if(!/%$/.test(c)){a.setStyle("width",c);return a.$.clientWidth}return c}}(),repeat:function(a,c){return Array(c+1).join(a)},tryThese:function(){for(var a,c=0,e=arguments.length;c<e;c++){var i= +arguments[c];try{a=i();break}catch(d){}}return a},genKey:function(){return Array.prototype.slice.call(arguments).join("-")},defer:function(a){return function(){var c=arguments,e=this;window.setTimeout(function(){a.apply(e,c)},0)}},normalizeCssText:function(a,c){var e=[],i,d=CKEDITOR.tools.parseCssText(a,true,c);for(i in d)e.push(i+":"+d[i]);e.sort();return e.length?e.join(";")+";":""},convertRgbToHex:function(a){return a.replace(/(?:rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\))/gi,function(a,b,i,d){a= +[b,i,d];for(b=0;b<3;b++)a[b]=("0"+parseInt(a[b],10).toString(16)).slice(-2);return"#"+a.join("")})},parseCssText:function(a,c,e){var i={};if(e){e=new CKEDITOR.dom.element("span");e.setAttribute("style",a);a=CKEDITOR.tools.convertRgbToHex(e.getAttribute("style")||"")}if(!a||a==";")return i;a.replace(/"/g,'"').replace(/\s*([^:;\s]+)\s*:\s*([^;]+)\s*(?=;|$)/g,function(a,b,e){if(c){b=b.toLowerCase();b=="font-family"&&(e=e.toLowerCase().replace(/["']/g,"").replace(/\s*,\s*/g,","));e=CKEDITOR.tools.trim(e)}i[b]= +e});return i},writeCssText:function(a,c){var e,i=[];for(e in a)i.push(e+":"+a[e]);c&&i.sort();return i.join("; ")},objectCompare:function(a,c,e){var i;if(!a&&!c)return true;if(!a||!c)return false;for(i in a)if(a[i]!=c[i])return false;if(!e)for(i in c)if(a[i]!=c[i])return false;return true},objectKeys:function(a){var c=[],e;for(e in a)c.push(e);return c},convertArrayToObject:function(a,c){var e={};arguments.length==1&&(c=true);for(var i=0,d=a.length;i<d;++i)e[a[i]]=c;return e},fixDomain:function(){for(var a;;)try{a= +window.parent.document.domain;break}catch(c){a=a?a.replace(/.+?(?:\.|$)/,""):document.domain;if(!a)break;document.domain=a}return!!a},eventsBuffer:function(a,c){function e(){d=(new Date).getTime();i=false;c()}var i,d=0;return{input:function(){if(!i){var c=(new Date).getTime()-d;c<a?i=setTimeout(e,a-c):e()}},reset:function(){i&&clearTimeout(i);i=d=0}}},enableHtml5Elements:function(a,c){for(var e=["abbr","article","aside","audio","bdi","canvas","data","datalist","details","figcaption","figure","footer", +"header","hgroup","mark","meter","nav","output","progress","section","summary","time","video"],i=e.length,d;i--;){d=a.createElement(e[i]);c&&a.appendChild(d)}}}})(); +CKEDITOR.dtd=function(){var a=CKEDITOR.tools.extend,d=function(a,e){for(var b=CKEDITOR.tools.clone(a),i=1;i<arguments.length;i++){var e=arguments[i],c;for(c in e)delete b[c]}return b},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,menu:1,nav:1,ol:1,p:1,pre:1,section:1,table:1,ul:1},i={command:1,link:1,meta:1,noscript:1,script:1,style:1},g={},l={"#":1},h={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,h);d={a:d(b,{a:1,button:1}),abbr:b,address:c, +area:g,article:a({style:1},c),aside:a({style:1},c),audio:a({source:1,track:1},c),b:b,base:g,bdi:b,bdo:b,blockquote:c,body:c,br:g,button:d(b,{a:1,button:1}),canvas:b,caption:c,cite:b,code:b,col:g,colgroup:{col:1},command:g,datalist:a({option:1},b),dd:c,del:b,details:a({summary:1},c),dfn:b,div:a({style:1},c),dl:{dt:1,dd:1},dt:c,em:b,embed:g,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},i),header:c,hgroup:{h1:1, +h2:1,h3:1,h4:1,h5:1,h6:1},hr:g,html:a({head:1,body:1},c,i),i:b,iframe:l,img:g,input:g,ins:b,kbd:b,keygen:g,label:b,legend:b,li:c,link:g,map:c,mark:b,menu:a({li:1},c),meta:g,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:g,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:a({style:1},c),select:{optgroup:1,option:1},small:b,source:g,span:b,strong:b,style:l, +sub:b,summary: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:g,u:b,ul:{li:1},"var":b,video:a({source:1,track:1},c),wbr:g,acronym:b,applet:a({param:1},c),basefont:g,big:b,center:c,dialog:g,dir:{li:1},font:b,isindex:g,noframes:c,strike:b,tt:b};a(d,{$block:a({audio:1,dd:1,dt:1,figcaption:1,li:1,video:1},e,h),$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,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,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.dom.event=function(a){this.$=a}; +CKEDITOR.dom.event.prototype={getKey:function(){return this.$.keyCode||this.$.which},getKeystroke:function(){var a=this.getKey();if(this.$.ctrlKey||this.$.metaKey)a=a+CKEDITOR.CTRL;this.$.shiftKey&&(a=a+CKEDITOR.SHIFT);this.$.altKey&&(a=a+CKEDITOR.ALT);return a},preventDefault:function(a){var d=this.$;d.preventDefault?d.preventDefault():d.returnValue=false;a&&this.stopPropagation()},stopPropagation:function(){var a=this.$;a.stopPropagation?a.stopPropagation():a.cancelBubble=true},getTarget:function(){var a= +this.$.target||this.$.srcElement;return a?new CKEDITOR.dom.node(a):null},getPhase:function(){return this.$.eventPhase||2},getPageOffset:function(){var a=this.getTarget().getDocument().$;return{x:this.$.pageX||this.$.clientX+(a.documentElement.scrollLeft||a.body.scrollLeft),y:this.$.pageY||this.$.clientY+(a.documentElement.scrollTop||a.body.scrollTop)}}};CKEDITOR.CTRL=1114112;CKEDITOR.SHIFT=2228224;CKEDITOR.ALT=4456448;CKEDITOR.EVENT_PHASE_CAPTURING=1;CKEDITOR.EVENT_PHASE_AT_TARGET=2; +CKEDITOR.EVENT_PHASE_BUBBLING=3;CKEDITOR.dom.domObject=function(a){if(a)this.$=a}; +CKEDITOR.dom.domObject.prototype=function(){var a=function(a,b){return function(c){typeof CKEDITOR!="undefined"&&a.fire(b,new CKEDITOR.dom.event(c))}};return{getPrivate:function(){var a;if(!(a=this.getCustomData("_")))this.setCustomData("_",a={});return a},on:function(d){var b=this.getCustomData("_cke_nativeListeners");if(!b){b={};this.setCustomData("_cke_nativeListeners",b)}if(!b[d]){b=b[d]=a(this,d);this.$.addEventListener?this.$.addEventListener(d,b,!!CKEDITOR.event.useCapture):this.$.attachEvent&& +this.$.attachEvent("on"+d,b)}return CKEDITOR.event.prototype.on.apply(this,arguments)},removeListener:function(a){CKEDITOR.event.prototype.removeListener.apply(this,arguments);if(!this.hasListeners(a)){var b=this.getCustomData("_cke_nativeListeners"),c=b&&b[a];if(c){this.$.removeEventListener?this.$.removeEventListener(a,c,false):this.$.detachEvent&&this.$.detachEvent("on"+a,c);delete b[a]}}},removeAllListeners:function(){var a=this.getCustomData("_cke_nativeListeners"),b;for(b in a){var c=a[b];this.$.detachEvent? +this.$.detachEvent("on"+b,c):this.$.removeEventListener&&this.$.removeEventListener(b,c,false);delete a[b]}CKEDITOR.event.prototype.removeAllListeners.call(this)}}}(); +(function(a){var d={};CKEDITOR.on("reset",function(){d={}});a.equals=function(a){try{return a&&a.$===this.$}catch(c){return false}};a.setCustomData=function(a,c){var e=this.getUniqueId();(d[e]||(d[e]={}))[a]=c;return this};a.getCustomData=function(a){var c=this.$["data-cke-expando"];return(c=c&&d[c])&&a in c?c[a]:null};a.removeCustomData=function(a){var c=this.$["data-cke-expando"],c=c&&d[c],e,i;if(c){e=c[a];i=a in c;delete c[a]}return i?e:null};a.clearCustomData=function(){this.removeAllListeners(); +var a=this.$["data-cke-expando"];a&&delete d[a]};a.getUniqueId=function(){return this.$["data-cke-expando"]||(this.$["data-cke-expando"]=CKEDITOR.tools.getNextNumber())};CKEDITOR.event.implementOn(a)})(CKEDITOR.dom.domObject.prototype); +CKEDITOR.dom.node=function(a){return a?new CKEDITOR.dom[a.nodeType==CKEDITOR.NODE_DOCUMENT?"document":a.nodeType==CKEDITOR.NODE_ELEMENT?"element":a.nodeType==CKEDITOR.NODE_TEXT?"text":a.nodeType==CKEDITOR.NODE_COMMENT?"comment":a.nodeType==CKEDITOR.NODE_DOCUMENT_FRAGMENT?"documentFragment":"domObject"](a):this};CKEDITOR.dom.node.prototype=new CKEDITOR.dom.domObject;CKEDITOR.NODE_ELEMENT=1;CKEDITOR.NODE_DOCUMENT=9;CKEDITOR.NODE_TEXT=3;CKEDITOR.NODE_COMMENT=8;CKEDITOR.NODE_DOCUMENT_FRAGMENT=11; +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){var b=this.$.cloneNode(a),c=function(e){e["data-cke-expando"]&&(e["data-cke-expando"]=false);if(e.nodeType==CKEDITOR.NODE_ELEMENT){d||e.removeAttribute("id",false);if(a)for(var e=e.childNodes,b=0;b<e.length;b++)c(e[b])}};c(b);return new CKEDITOR.dom.node(b)},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){var d=this.$,b=-1, +c;if(!this.$.parentNode)return b;do if(!a||!(d!=this.$&&d.nodeType==CKEDITOR.NODE_TEXT&&(c||!d.nodeValue))){b++;c=d.nodeType==CKEDITOR.NODE_TEXT}while(d=d.previousSibling);return b},getNextSourceNode:function(a,d,b){if(b&&!b.call)var c=b,b=function(a){return!a.equals(c)};var a=!a&&this.getFirst&&this.getFirst(),e;if(!a){if(this.type==CKEDITOR.NODE_ELEMENT&&b&&b(this,true)===false)return null;a=this.getNext()}for(;!a&&(e=(e||this).getParent());){if(b&&b(e,true)===false)return null;a=e.getNext()}return!a|| +b&&b(a)===false?null:d&&d!=a.type?a.getNextSourceNode(false,d,b):a},getPreviousSourceNode:function(a,d,b){if(b&&!b.call)var c=b,b=function(a){return!a.equals(c)};var a=!a&&this.getLast&&this.getLast(),e;if(!a){if(this.type==CKEDITOR.NODE_ELEMENT&&b&&b(this,true)===false)return null;a=this.getPrevious()}for(;!a&&(e=(e||this).getParent());){if(b&&b(e,true)===false)return null;a=e.getPrevious()}return!a||b&&b(a)===false?null:d&&a.type!=d?a.getPreviousSourceNode(false,d,b):a},getPrevious:function(a){var d= +this.$,b;do b=(d=d.previousSibling)&&d.nodeType!=10&&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 d.sourceIndex<0||b.sourceIndex<0?CKEDITOR.POSITION_DISCONNECTED:d.sourceIndex<b.sourceIndex?CKEDITOR.POSITION_PRECEDING:CKEDITOR.POSITION_FOLLOWING}for(var d=this.getAddress(),a=a.getAddress(),b=Math.min(d.length,a.length),c=0;c<=b-1;c++)if(d[c]!=a[c]){if(c<b)return d[c]<a[c]?CKEDITOR.POSITION_PRECEDING:CKEDITOR.POSITION_FOLLOWING;break}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;if(!d)b=b.parentNode;for(;b;){if(b.nodeName&&(c=b.nodeName.toLowerCase(),typeof a=="string"?c==a:c in a))return new CKEDITOR.dom.node(b);try{b=b.parentNode}catch(e){b=null}}return null},hasAscendant:function(a,d){var b=this.$;if(!d)b=b.parentNode;for(;b;){if(b.nodeName&&b.nodeName.toLowerCase()==a)return true;b=b.parentNode}return false},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){if(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){if(d.length<b){a.split(d.length);this.$.lastChild.parentNode.removeChild(this.$.lastChild)}}else{a.remove();continue}}break}if(CKEDITOR.env.needsBrFiller)(a=this.$.lastChild)&&(a.type==1&&a.nodeName.toLowerCase()=="br")&&a.parentNode.removeChild(a)},isReadOnly:function(){var a=this;this.type!=CKEDITOR.NODE_ELEMENT&&(a=this.getParent());if(a&&typeof a.$.isContentEditable!="undefined")return!(a.$.isContentEditable|| +a.data("cke-editable"));for(;a;){if(a.data("cke-editable"))break;if(a.getAttribute("contentEditable")=="false")return true;if(a.getAttribute("contentEditable")=="true")break;a=a.getParent()}return!a}});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=a.compatMode=="CSS1Compat";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);if(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(){return new CKEDITOR.dom.element(this.$.activeElement)},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 i=-1,g=0;g<b.childNodes.length;g++){var l=b.childNodes[g];if(!(d===true&&l.nodeType==3&&l.previousSibling&&l.previousSibling.nodeType==3)){i++;if(i==e){b=l;break}}}else b=b.childNodes[e]}return b?new CKEDITOR.dom.node(b):null},getElementsByTag:function(a,d){if((!CKEDITOR.env.ie||document.documentMode>8)&&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"),true)},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,'$&\n<script data-cke-temp="1">('+CKEDITOR.tools.fixDomain+ +")();<\/script>"));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");if(!a){a=this.$.createDocumentFragment();CKEDITOR.tools.enableHtml5Elements(a,true);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){if(a<0||a>=this.$.length)return null;return(a=this.$[a])?new CKEDITOR.dom.node(a):null}};CKEDITOR.dom.element=function(a,d){typeof a=="string"&&(a=(d?d.$:document).createElement(a));CKEDITOR.dom.domObject.call(this,a)};CKEDITOR.dom.element.get=function(a){return(a=typeof a=="string"?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"),i=d.getCustomData("list_marker_names")||d.setCustomData("list_marker_names",{}).getCustomData("list_marker_names");a[e]=d;i[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"),i;for(i in c)d.removeCustomData(i);d.removeCustomData("list_marker_names");if(b){d.removeCustomData("list_marker_id");delete a[e]}}; +(function(){function a(a){var b=true;if(!a.$.id){a.$.id="cke_tmp_"+CKEDITOR.tools.getNextNumber();b=false}return function(){b||a.removeAttribute("id")}}function d(a,b){return"#"+a.$.id+" "+b.split(/,\s*/).join(", #"+a.$.id+" ")}function b(a){for(var b=0,d=0,l=c[a].length;d<l;d++)b=b+(parseInt(this.getComputedStyle(c[a][d])||0,10)||0);return b}CKEDITOR.tools.extend(CKEDITOR.dom.element.prototype,{type:CKEDITOR.NODE_ELEMENT,addClass:function(a){var b=this.$.className;b&&(RegExp("(?:^|\\s)"+a+"(?:\\s|$)", +"").test(b)||(b=b+(" "+a)));this.$.className=b||a},removeClass:function(a){var b=this.getAttribute("class");if(b){a=RegExp("(?:^|\\s+)"+a+"(?=\\s|$)","i");if(a.test(b))(b=b.replace(a,"").replace(/^\s+/,""))?this.setAttribute("class",b):this.removeAttribute("class")}return this},hasClass:function(a){return RegExp("(?:^|\\s+)"+a+"(?=\\s|$)","").test(this.getAttribute("class"))},append:function(a,b){typeof a=="string"&&(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){this.$.text!=void 0?this.$.text=this.$.text+a:this.append(new CKEDITOR.dom.text(a))},appendBogus:function(a){if(a||CKEDITOR.env.needsBrFiller||CKEDITOR.env.opera){for(a=this.getLast();a&&a.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.rtrim(a.getText());)a=a.getPrevious();if(!a||!a.is|| +!a.is("br")){a=CKEDITOR.env.opera?this.getDocument().createText(""):this.getDocument().createElement("br");CKEDITOR.env.gecko&&a.setAttribute("type","_moz");this.append(a)}}},breakParent:function(a){var b=new CKEDITOR.dom.range(this.getDocument());b.setStartAfter(this);b.setEndAfter(a);a=b.extractContents();b.insertNode(this.remove());a.insertAfterNode(this)},contains:CKEDITOR.env.ie||CKEDITOR.env.webkit?function(a){var b=this.$;return a.type!=CKEDITOR.NODE_ELEMENT?b.contains(a.getParent().$):b!= +a.$&&b.contains(a.$)}:function(a){return!!(this.$.compareDocumentPosition(a.$)&16)},focus:function(){function a(){try{this.$.focus()}catch(b){}}return function(b){b?CKEDITOR.tools.setTimeout(a,100,this):a.call(this)}}(),getHtml:function(){var a=this.$.innerHTML;return CKEDITOR.env.ie?a.replace(/<\?[^>]*>/g,""):a},getOuterHtml:function(){if(this.$.outerHTML)return this.$.outerHTML.replace(/<\?[^>]*>/,"");var a=this.$.ownerDocument.createElement("div");a.appendChild(this.$.cloneNode(true));return a.innerHTML}, +getClientRect:function(){var a=CKEDITOR.tools.extend({},this.$.getBoundingClientRect());!a.width&&(a.width=a.right-a.left);!a.height&&(a.height=a.bottom-a.top);return a},setHtml:CKEDITOR.env.ie&&CKEDITOR.env.version<9?function(a){try{var b=this.$;if(this.getParent())return b.innerHTML=a;var c=this.getDocument()._getHtml5ShivFrag();c.appendChild(b);b.innerHTML=a;c.removeChild(b);return a}catch(d){this.$.innerHTML="";b=new CKEDITOR.dom.element("body",this.getDocument());b.$.innerHTML=a;for(b=b.getChildren();b.count();)this.append(b.getItem(0)); +return a}}:function(a){return this.$.innerHTML=a},setText:function(a){CKEDITOR.dom.element.prototype.setText=this.$.innerText!=void 0?function(a){return this.$.innerText=a}:function(a){return this.$.textContent=a};return this.setText(a)},getAttribute:function(){var a=function(a){return this.$.getAttribute(a,2)};return CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)?function(a){switch(a){case "class":a="className";break;case "http-equiv":a="httpEquiv";break;case "name":return this.$.name; +case "tabindex":a=this.$.getAttribute(a,2);a!==0&&this.$.tabIndex===0&&(a=null);return a;case "checked":a=this.$.attributes.getNamedItem(a);return(a.specified?a.nodeValue:this.$.checked)?"checked":null;case "hspace":case "value":return this.$[a];case "style":return this.$.style.cssText;case "contenteditable":case "contentEditable":return this.$.attributes.getNamedItem("contentEditable").specified?this.$.getAttribute("contentEditable"):null}return this.$.getAttribute(a,2)}:a}(),getChildren:function(){return new CKEDITOR.dom.nodeList(this.$.childNodes)}, +getComputedStyle:CKEDITOR.env.ie?function(a){return this.$.currentStyle[CKEDITOR.tools.cssStyleToDomStyle(a)]}:function(a){var b=this.getWindow().$.getComputedStyle(this.$,null);return b?b.getPropertyValue(a):""},getDtd:function(){var a=CKEDITOR.dtd[this.getName()];this.getDtd=function(){return a};return a},getElementsByTag:CKEDITOR.dom.document.prototype.getElementsByTag,getTabIndex:CKEDITOR.env.ie?function(){var a=this.$.tabIndex;a===0&&(!CKEDITOR.dtd.$tabIndex[this.getName()]&&parseInt(this.getAttribute("tabindex"), +10)!==0)&&(a=-1);return a}:CKEDITOR.env.webkit?function(){var a=this.$.tabIndex;if(a==void 0){a=parseInt(this.getAttribute("tabindex"),10);isNaN(a)&&(a=-1)}return a}:function(){return this.$.tabIndex},getText:function(){return this.$.textContent||this.$.innerText||""},getWindow:function(){return this.getDocument().getWindow()},getId:function(){return this.$.id||null},getNameAtt:function(){return this.$.name||null},getName:function(){var a=this.$.nodeName.toLowerCase();if(CKEDITOR.env.ie&&!(document.documentMode> +8)){var b=this.$.scopeName;b!="HTML"&&(a=b.toLowerCase()+":"+a)}return(this.getName=function(){return a})()},getValue:function(){return this.$.value},getFirst:function(a){var b=this.$.firstChild;(b=b&&new CKEDITOR.dom.node(b))&&(a&&!a(b))&&(b=b.getNext(a));return b},getLast:function(a){var b=this.$.lastChild;(b=b&&new CKEDITOR.dom.node(b))&&(a&&!a(b))&&(b=b.getPrevious(a));return b},getStyle:function(a){return this.$.style[CKEDITOR.tools.cssStyleToDomStyle(a)]},is:function(){var a=this.getName(); +if(typeof arguments[0]=="object")return!!arguments[0][a];for(var b=0;b<arguments.length;b++)if(arguments[b]==a)return true;return false},isEditable:function(a){var b=this.getName();if(this.isReadOnly()||this.getComputedStyle("display")=="none"||this.getComputedStyle("visibility")=="hidden"||CKEDITOR.dtd.$nonEditable[b]||CKEDITOR.dtd.$empty[b]||this.is("a")&&(this.data("cke-saved-name")||this.hasAttribute("name"))&&!this.getChildCount())return false;if(a!==false){a=CKEDITOR.dtd[b]||CKEDITOR.dtd.span; +return!(!a||!a["#"])}return true},isIdentical:function(a){var b=this.clone(0,1),a=a.clone(0,1);b.removeAttributes(["_moz_dirty","data-cke-expando","data-cke-saved-href","data-cke-saved-name"]);a.removeAttributes(["_moz_dirty","data-cke-expando","data-cke-saved-href","data-cke-saved-name"]);if(b.$.isEqualNode){b.$.style.cssText=CKEDITOR.tools.normalizeCssText(b.$.style.cssText);a.$.style.cssText=CKEDITOR.tools.normalizeCssText(a.$.style.cssText);return b.$.isEqualNode(a.$)}b=b.getOuterHtml();a=a.getOuterHtml(); +if(CKEDITOR.env.ie&&CKEDITOR.env.version<9&&this.is("a")){var c=this.getParent();if(c.type==CKEDITOR.NODE_ELEMENT){c=c.clone();c.setHtml(b);b=c.getHtml();c.setHtml(a);a=c.getHtml()}}return b==a},isVisible:function(){var a=(this.$.offsetHeight||this.$.offsetWidth)&&this.getComputedStyle("visibility")!="hidden",b,c;if(a&&(CKEDITOR.env.webkit||CKEDITOR.env.opera)){b=this.getWindow();if(!b.equals(CKEDITOR.document.getWindow())&&(c=b.$.frameElement))a=(new CKEDITOR.dom.element(c)).isVisible()}return!!a}, +isEmptyInlineRemoveable:function(){if(!CKEDITOR.dtd.$removeEmpty[this.getName()])return false;for(var a=this.getChildren(),b=0,c=a.count();b<c;b++){var d=a.getItem(b);if(!(d.type==CKEDITOR.NODE_ELEMENT&&d.data("cke-bookmark"))&&(d.type==CKEDITOR.NODE_ELEMENT&&!d.isEmptyInlineRemoveable()||d.type==CKEDITOR.NODE_TEXT&&CKEDITOR.tools.trim(d.getText())))return false}return true},hasAttributes:CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)?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 true;case "data-cke-expando":continue;default:if(c.specified)return true}}return false}:function(){var a=this.$.attributes,b=a.length,c={"data-cke-expando":1,_moz_dirty:1};return b>0&&(b>2||!c[a[0].nodeName]||b==2&&!c[a[1].nodeName])},hasAttribute:function(){function a(b){b=this.$.attributes.getNamedItem(b);return!(!b||!b.specified)}return CKEDITOR.env.ie&&CKEDITOR.env.version<8?function(b){return b=="name"? +!!this.$.name:a.call(this,b)}:a}(),hide:function(){this.setStyle("display","none")},moveChildren:function(a,b){var c=this.$,a=a.$;if(c!=a){var d;if(b)for(;d=c.lastChild;)a.insertBefore(c.removeChild(d),a.firstChild);else for(;d=c.firstChild;)a.appendChild(c.removeChild(d))}},mergeSiblings:function(){function a(b,e,c){if(e&&e.type==CKEDITOR.NODE_ELEMENT){for(var d=[];e.data("cke-bookmark")||e.isEmptyInlineRemoveable();){d.push(e);e=c?e.getNext():e.getPrevious();if(!e||e.type!=CKEDITOR.NODE_ELEMENT)return}if(b.isIdentical(e)){for(var k= +c?b.getLast():b.getFirst();d.length;)d.shift().move(b,!c);e.moveChildren(b,!c);e.remove();k&&k.type==CKEDITOR.NODE_ELEMENT&&k.mergeSiblings()}}}return function(b){if(b===false||CKEDITOR.dtd.$removeEmpty[this.getName()]||this.is("a")){a(this,this.getNext(),true);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.ie6Compat)? +function(b,c){b=="class"?this.$.className=c:b=="style"?this.$.style.cssText=c:b=="tabindex"?this.$.tabIndex=c:b=="checked"?this.$.checked=c:b=="contenteditable"?a.call(this,"contentEditable",c):a.apply(this,arguments);return this}:CKEDITOR.env.ie8Compat&&CKEDITOR.env.secure?function(b,c){if(b=="src"&&c.match(/^http:\/\//))try{a.apply(this,arguments)}catch(d){}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.ie6Compat)?function(a){a=="class"?a="className":a=="tabindex"?a="tabIndex":a=="contenteditable"&&(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&&(a=="border"||a=="margin"||a=="padding")){var c=["top","left","right","bottom"],d;a=="border"&&(d=["color","style","width"]);for(var b=[],h=0;h<c.length;h++)if(d)for(var k=0;k<d.length;k++)b.push([a,c[h],d[k]].join("-"));else b.push([a,c[h]].join("-"));for(a=0;a<b.length;a++)this.removeStyle(b[a])}else{b.removeProperty?b.removeProperty(a):b.removeAttribute(CKEDITOR.tools.cssStyleToDomStyle(a));this.$.style.cssText||this.removeAttribute("style")}},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){if(CKEDITOR.env.ie&&CKEDITOR.env.version<9){a=Math.round(a*100);this.setStyle("filter",a>=100?"":"progid:DXImageTransform.Microsoft.Alpha(opacity="+a+")")}else this.setStyle("opacity",a)},unselectable:function(){this.setStyles(CKEDITOR.tools.cssVendorPrefix("user-select","none"));if(CKEDITOR.env.ie||CKEDITOR.env.opera){this.setAttribute("unselectable", +"on");for(var a,b=this.getElementsByTag("*"),c=0,d=b.count();c<d;c++){a=b.getItem(c);a.setAttribute("unselectable","on")}}},getPositionedAncestor:function(){for(var a=this;a.getName()!="html";){if(a.getComputedStyle("position")!="static")return a;a=a.getParent()}return null},getDocumentPosition:function(a){var b=0,c=0,d=this.getDocument(),h=d.getBody(),k=d.$.compatMode=="BackCompat";if(document.documentElement.getBoundingClientRect){var o=this.$.getBoundingClientRect(),s=d.$.documentElement,q=s.clientTop|| +h.$.clientTop||0,u=s.clientLeft||h.$.clientLeft||0,f=true;if(CKEDITOR.env.ie){f=d.getDocumentElement().contains(this);d=d.getBody().contains(this);f=k&&d||!k&&f}if(f){b=o.left+(!k&&s.scrollLeft||h.$.scrollLeft);b=b-u;c=o.top+(!k&&s.scrollTop||h.$.scrollTop);c=c-q}}else{h=this;for(d=null;h&&!(h.getName()=="body"||h.getName()=="html");){b=b+(h.$.offsetLeft-h.$.scrollLeft);c=c+(h.$.offsetTop-h.$.scrollTop);if(!h.equals(this)){b=b+(h.$.clientLeft||0);c=c+(h.$.clientTop||0)}for(;d&&!d.equals(h);){b=b- +d.$.scrollLeft;c=c-d.$.scrollTop;d=d.getParent()}d=h;h=(o=h.$.offsetParent)?new CKEDITOR.dom.element(o):null}}if(a){h=this.getWindow();d=a.getWindow();if(!h.equals(d)&&h.$.frameElement){a=(new CKEDITOR.dom.element(h.$.frameElement)).getDocumentPosition(a);b=b+a.x;c=c+a.y}}if(!document.documentElement.getBoundingClientRect&&CKEDITOR.env.gecko&&!k){b=b+(this.$.clientLeft?1:0);c=c+(this.$.clientTop?1:0)}return{x:b,y:c}},scrollIntoView:function(a){var b=this.getParent();if(b){do{(b.$.clientWidth&&b.$.clientWidth< +b.$.scrollWidth||b.$.clientHeight&&b.$.clientHeight<b.$.scrollHeight)&&!b.is("body")&&this.scrollIntoParent(b,a,1);if(b.is("html")){var c=b.getWindow();try{var d=c.$.frameElement;d&&(b=new CKEDITOR.dom.element(d))}catch(h){}}}while(b=b.getParent())}},scrollIntoParent:function(a,b,c){var d,h,k,o;function s(b,f){if(/body|html/.test(a.getName()))a.getWindow().$.scrollBy(b,f);else{a.$.scrollLeft=a.$.scrollLeft+b;a.$.scrollTop=a.$.scrollTop+f}}function q(a,b){var c={x:0,y:0};if(!a.is(f?"body":"html")){var e= +a.$.getBoundingClientRect();c.x=e.left;c.y=e.top}e=a.getWindow();if(!e.equals(b)){e=q(CKEDITOR.dom.element.get(e.$.frameElement),b);c.x=c.x+e.x;c.y=c.y+e.y}return c}function u(a,b){return parseInt(a.getComputedStyle("margin-"+b)||0,10)||0}!a&&(a=this.getWindow());k=a.getDocument();var f=k.$.compatMode=="BackCompat";a instanceof CKEDITOR.dom.window&&(a=f?k.getBody():k.getDocumentElement());k=a.getWindow();h=q(this,k);var p=q(a,k),y=this.$.offsetHeight;d=this.$.offsetWidth;var A=a.$.clientHeight,m= +a.$.clientWidth;k=h.x-u(this,"left")-p.x||0;o=h.y-u(this,"top")-p.y||0;d=h.x+d+u(this,"right")-(p.x+m)||0;h=h.y+y+u(this,"bottom")-(p.y+A)||0;if(o<0||h>0)s(0,b===true?o:b===false?h:o<0?o:h);if(c&&(k<0||d>0))s(k<0?k:d,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",true);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",true);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){for(var c=this.$.attributes,b=b||{},d=0;d<c.length;d++){var h=c[d],k=h.nodeName.toLowerCase(),o;if(!(k in b))if(k=="checked"&&(o=this.getAttribute(k)))a.setAttribute(k,o);else if(h.specified||CKEDITOR.env.ie&&h.nodeValue&&k=="value"){o=this.getAttribute(k);if(o===null)o=h.nodeValue;a.setAttribute(k,o)}}if(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()&&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 e=b.childNodes;if(c>=0&&c<e.length)return e[c]}return function(b){var c=this.$;if(b.slice)for(;b.length>0&&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(){this.on("contextmenu",function(a){a.data.getTarget().hasClass("cke_enable_context_menu")|| +a.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(b===void 0)return this.getAttribute(a);b===false?this.removeAttribute(a):this.setAttribute(a,b);return null},getEditor:function(){var a=CKEDITOR.instances,b,c;for(b in a){c=a[b];if(c.element.equals(this)&&c.elementMode!= +CKEDITOR.ELEMENT_MODE_APPENDTO)return c}return null},find:function(b){var c=a(this),b=new CKEDITOR.dom.nodeList(this.$.querySelectorAll(d(this,b)));c();return b},findOne:function(b){var c=a(this),b=this.$.querySelector(d(this,b));c();return b?new CKEDITOR.dom.element(b):null},forEach:function(a,b,c){if(!c&&(!b||this.type==b))var d=a(this);if(d!==false)for(var c=this.getChildren(),h=0;h<c.count();h++){d=c.getItem(h);d.type==CKEDITOR.NODE_ELEMENT?d.forEach(a,b):(!b||d.type==b)&&a(d)}}});var c={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,c,d){if(typeof c=="number"){if(d&&(!CKEDITOR.env.ie||!CKEDITOR.env.quirks))c=c-b.call(this,a);this.setStyle(a,c+"px")}};CKEDITOR.dom.element.prototype.getSize=function(a,c){var d=Math.max(this.$["offset"+CKEDITOR.tools.capitalize(a)],this.$["client"+CKEDITOR.tools.capitalize(a)])||0;c&&(d=d-b.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)}},!0,{append:1,appendBogus:1,getFirst: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){this.end();return null}c.optimize()}var f,e=c.startContainer;f=c.endContainer;var o=c.startOffset,d=c.endOffset,m,j=this.guard,n=this.type,i=a?"getPreviousSourceNode":"getNextSourceNode";if(!a&&!this._.guardLTR){var h=f.type==CKEDITOR.NODE_ELEMENT?f:f.getParent(),t=f.type==CKEDITOR.NODE_ELEMENT?f.getChild(d):f.getNext();this._.guardLTR=function(a,b){return(!b||!h.equals(a))&&(!t|| +!a.equals(t))&&(a.type!=CKEDITOR.NODE_ELEMENT||!b||!a.equals(c.root))}}if(a&&!this._.guardRTL){var g=e.type==CKEDITOR.NODE_ELEMENT?e:e.getParent(),k=e.type==CKEDITOR.NODE_ELEMENT?o?e.getChild(o-1):null:e.getPrevious();this._.guardRTL=function(a,b){return(!b||!g.equals(a))&&(!k||!a.equals(k))&&(a.type!=CKEDITOR.NODE_ELEMENT||!b||!a.equals(c.root))}}var l=a?this._.guardRTL:this._.guardLTR;m=j?function(a,b){return l(a,b)===false?false:j(a,b)}:l;if(this.current)f=this.current[i](false,n,m);else{if(a)f.type== +CKEDITOR.NODE_ELEMENT&&(f=d>0?f.getChild(d-1):m(f,true)===false?null:f.getPreviousSourceNode(true,n,m));else{f=e;if(f.type==CKEDITOR.NODE_ELEMENT&&!(f=f.getChild(o)))f=m(e,true)===false?null:e.getNextSourceNode(true,n,m)}f&&m(f)===false&&(f=null)}for(;f&&!this._.end;){this.current=f;if(!this.evaluator||this.evaluator(f)!==false){if(!b)return f}else if(b&&this.evaluator)return false;f=f[i](false,n,m)}this.end();return this.current=null}function d(b){for(var c,e=null;c=a.call(this,b);)e=c;return e} +function b(a){if(k(a))return false;if(a.type==CKEDITOR.NODE_TEXT)return true;if(a.type==CKEDITOR.NODE_ELEMENT){if(a.is(CKEDITOR.dtd.$inline)||a.getAttribute("contenteditable")=="false")return true;var b;if(b=!CKEDITOR.env.needsBrFiller)if(b=a.is(o))a:{b=0;for(var c=a.getChildCount();b<c;++b)if(!k(a.getChild(b))){b=false;break a}b=true}if(b)return true}return false}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 a.call(this,0,1)!==false},checkBackward:function(){return a.call(this,1,1)!==false},lastForward:function(){return d.call(this)},lastBackward:function(){return d.call(this,1)},reset:function(){delete this.current;this._={}}}});var c={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},e={absolute:1, +fixed:1};CKEDITOR.dom.element.prototype.isBlockBoundary=function(a){return this.getComputedStyle("float")=="none"&&!(this.getComputedStyle("position")in e)&&c[this.getComputedStyle("display")]?true:!!(this.is(CKEDITOR.dtd.$block)||a&&this.is(a))};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&&a.getName()=="span"&&a.data("cke-bookmark")}return function(f){var e,o;e=f&&f.type!=CKEDITOR.NODE_ELEMENT&&(o=f.getParent())&&c(o);e=a?e:e||c(f);return!!(b^e)}};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();return function(c){if(b(c))c=1;else{c.type==CKEDITOR.NODE_TEXT&& +(c=c.getParent());c=!c.$.offsetHeight}return!!(a^c)}};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&&i.test(c.getText());if(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 i=/^[\t\r\n ]*(?: |\xa0)$/,g=CKEDITOR.dom.walker.whitespaces(),l=CKEDITOR.dom.walker.bookmark(),h=CKEDITOR.dom.walker.temp();CKEDITOR.dom.walker.ignored=function(a){return function(b){b=g(b)||l(b)||h(b);return!!(a^b)}};var k=CKEDITOR.dom.walker.ignored(),o=function(a){var b={},c;for(c in a)CKEDITOR.dtd[c]["#"]&&(b[c]=1);return b}(CKEDITOR.dtd.$block);CKEDITOR.dom.walker.editable=function(a){return function(c){return!!(a^ +b(c))}};CKEDITOR.dom.element.prototype.getBogus=function(){var a=this;do a=a.getPreviousSourceNode();while(l(a)||g(a)||a.type==CKEDITOR.NODE_ELEMENT&&a.is(CKEDITOR.dtd.$inline)&&!a.is(CKEDITOR.dtd.$empty));return a&&(CKEDITOR.env.needsBrFiller?a.is&&a.is("br"):a.getText&&i.test(a.getText()))?a:false}})(); +CKEDITOR.dom.range=function(a){this.endOffset=this.endContainer=this.startOffset=this.startContainer=null;this.collapsed=true;var d=a instanceof CKEDITOR.dom.document;this.document=d?a:a.getDocument();this.root=d?a.getBody():a}; +(function(){function a(){var a=false,b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(true),e=CKEDITOR.dom.walker.bogus();return function(f){if(c(f)||b(f))return true;if(e(f)&&!a)return a=true;return f.type==CKEDITOR.NODE_TEXT&&(f.hasAscendant("pre")||CKEDITOR.tools.trim(f.getText()).length)||f.type==CKEDITOR.NODE_ELEMENT&&!f.is(i)?false:true}}function d(a){var b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(1);return function(e){return c(e)||b(e)?true:!a&&g(e)|| +e.type==CKEDITOR.NODE_ELEMENT&&e.is(CKEDITOR.dtd.$removeEmpty)}}function b(a){return function(){var b;return this[a?"getPreviousNode":"getNextNode"](function(a){!b&&k(a)&&(b=a);return h(a)&&!(g(a)&&a.equals(b))})}}var c=function(a){a.collapsed=a.startContainer&&a.endContainer&&a.startContainer.equals(a.endContainer)&&a.startOffset==a.endOffset},e=function(a,b,c,e){a.optimizeBookmark();var f=a.startContainer,d=a.endContainer,i=a.startOffset,h=a.endOffset,m,j;if(d.type==CKEDITOR.NODE_TEXT)d=d.split(h); +else if(d.getChildCount()>0)if(h>=d.getChildCount()){d=d.append(a.document.createText(""));j=true}else d=d.getChild(h);if(f.type==CKEDITOR.NODE_TEXT){f.split(i);f.equals(d)&&(d=f.getNext())}else if(i)if(i>=f.getChildCount()){f=f.append(a.document.createText(""));m=true}else f=f.getChild(i).getPrevious();else{f=f.append(a.document.createText(""),1);m=true}var i=f.getParents(),h=d.getParents(),n,r,g;for(n=0;n<i.length;n++){r=i[n];g=h[n];if(!r.equals(g))break}for(var t=c,k,G,l,B=n;B<i.length;B++){k= +i[B];t&&!k.equals(f)&&(G=t.append(k.clone()));for(k=k.getNext();k;){if(k.equals(h[B])||k.equals(d))break;l=k.getNext();if(b==2)t.append(k.clone(true));else{k.remove();b==1&&t.append(k)}k=l}t&&(t=G)}t=c;for(c=n;c<h.length;c++){k=h[c];b>0&&!k.equals(d)&&(G=t.append(k.clone()));if(!i[c]||k.$.parentNode!=i[c].$.parentNode)for(k=k.getPrevious();k;){if(k.equals(i[c])||k.equals(f))break;l=k.getPrevious();if(b==2)t.$.insertBefore(k.$.cloneNode(true),t.$.firstChild);else{k.remove();b==1&&t.$.insertBefore(k.$, +t.$.firstChild)}k=l}t&&(t=G)}if(b==2){r=a.startContainer;if(r.type==CKEDITOR.NODE_TEXT){r.$.data=r.$.data+r.$.nextSibling.data;r.$.parentNode.removeChild(r.$.nextSibling)}a=a.endContainer;if(a.type==CKEDITOR.NODE_TEXT&&a.$.nextSibling){a.$.data=a.$.data+a.$.nextSibling.data;a.$.parentNode.removeChild(a.$.nextSibling)}}else{if(r&&g&&(f.$.parentNode!=r.$.parentNode||d.$.parentNode!=g.$.parentNode)){b=g.getIndex();m&&g.$.parentNode==f.$.parentNode&&b--;if(e&&r.type==CKEDITOR.NODE_ELEMENT){e=CKEDITOR.dom.element.createFromHtml('<span data-cke-bookmark="1" style="display:none"> </span>', +a.document);e.insertAfter(r);r.mergeSiblings(false);a.moveToBookmark({startNode:e})}else a.setStart(g.getParent(),b)}a.collapse(true)}m&&f.remove();j&&d.$.parentNode&&d.remove()},i={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},g=CKEDITOR.dom.walker.bogus(),l=/^[\t\r\n ]*(?: |\xa0)$/,h=CKEDITOR.dom.walker.editable(),k=CKEDITOR.dom.walker.ignored(true);CKEDITOR.dom.range.prototype= +{clone:function(){var a=new CKEDITOR.dom.range(this.root);a.startContainer=this.startContainer;a.startOffset=this.startOffset;a.endContainer=this.endContainer;a.endOffset=this.endOffset;a.collapsed=this.collapsed;return a},collapse:function(a){if(a){this.endContainer=this.startContainer;this.endOffset=this.startOffset}else{this.startContainer=this.endContainer;this.startOffset=this.endOffset}this.collapsed=true},cloneContents:function(){var a=new CKEDITOR.dom.documentFragment(this.document);this.collapsed|| +e(this,2,a);return a},deleteContents:function(a){this.collapsed||e(this,0,null,a)},extractContents:function(a){var b=new CKEDITOR.dom.documentFragment(this.document);this.collapsed||e(this,1,b,a);return b},createBookmark:function(a){var b,c,e,f,d=this.collapsed;b=this.document.createElement("span");b.data("cke-bookmark",1);b.setStyle("display","none");b.setHtml(" ");if(a){e="cke_bm_"+CKEDITOR.tools.getNextNumber();b.setAttribute("id",e+(d?"C":"S"))}if(!d){c=b.clone();c.setHtml(" ");a&&c.setAttribute("id", +e+"E");f=this.clone();f.collapse();f.insertNode(c)}f=this.clone();f.collapse(true);f.insertNode(b);if(c){this.setStartAfter(b);this.setEndBefore(c)}else this.moveToPosition(b,CKEDITOR.POSITION_AFTER_END);return{startNode:a?e+(d?"C":"S"):b,endNode:a?e+"E":c,serializable:a,collapsed:d}},createBookmark2:function(){function a(b){var c=b.container,e=b.offset,f;f=c;var d=e;f=f.type!=CKEDITOR.NODE_ELEMENT||d===0||d==f.getChildCount()?0:f.getChild(d-1).type==CKEDITOR.NODE_TEXT&&f.getChild(d).type==CKEDITOR.NODE_TEXT; +if(f){c=c.getChild(e-1);e=c.getLength()}c.type==CKEDITOR.NODE_ELEMENT&&e>1&&(e=c.getChild(e-1).getIndex(true)+1);if(c.type==CKEDITOR.NODE_TEXT){f=c;for(d=0;(f=f.getPrevious())&&f.type==CKEDITOR.NODE_TEXT;)d=d+f.getLength();e=e+d}b.container=c;b.offset=e}return function(b){var c=this.collapsed,e={container:this.startContainer,offset:this.startOffset},f={container:this.endContainer,offset:this.endOffset};if(b){a(e);c||a(f)}return{start:e.container.getAddress(b),end:c?null:f.container.getAddress(b), +startOffset:e.offset,endOffset:f.offset,normalized:b,collapsed:c,is2:true}}}(),moveToBookmark:function(a){if(a.is2){var b=this.document.getByAddress(a.start,a.normalized),c=a.startOffset,e=a.end&&this.document.getByAddress(a.end,a.normalized),a=a.endOffset;this.setStart(b,c);e?this.setEnd(e,a):this.collapse(true)}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();if(a){this.setEndBefore(a);a.remove()}else this.collapse(true)}}, +getBoundaryNodes:function(){var a=this.startContainer,b=this.endContainer,c=this.startOffset,e=this.endOffset,f;if(a.type==CKEDITOR.NODE_ELEMENT){f=a.getChildCount();if(f>c)a=a.getChild(c);else if(f<1)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){f=b.getChildCount();if(f>e)b=b.getChild(e).getPreviousSourceNode(true);else if(f<1)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,e=this.endContainer,c=c.equals(e)?a&&c.type==CKEDITOR.NODE_ELEMENT&&this.startOffset==this.endOffset-1?c.getChild(this.startOffset):c:c.getCommonAncestor(e);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,e=this.startOffset,f=this.collapsed; +if((!a||f)&&c&&c.type==CKEDITOR.NODE_TEXT){if(e)if(e>=c.getLength()){e=c.getIndex()+1;c=c.getParent()}else{var d=c.split(e),e=c.getIndex()+1,c=c.getParent();if(this.startContainer.equals(this.endContainer))this.setEnd(d,this.endOffset-this.startOffset);else if(c.equals(this.endContainer))this.endOffset=this.endOffset+1}else{e=c.getIndex();c=c.getParent()}this.setStart(c,e);if(f){this.collapse(true);return}}c=this.endContainer;e=this.endOffset;if(!b&&!f&&c&&c.type==CKEDITOR.NODE_TEXT){if(e){e>=c.getLength()|| +c.split(e);e=c.getIndex()+1}else e=c.getIndex();c=c.getParent();this.setEnd(c,e)}},enlarge:function(a,b){function c(a){return a&&a.type==CKEDITOR.NODE_ELEMENT&&a.hasAttribute("contenteditable")?null:a}var e=RegExp(/[^\s\ufeff]/);switch(a){case CKEDITOR.ENLARGE_INLINE:var f=1;case CKEDITOR.ENLARGE_ELEMENT:if(this.collapsed)break;var d=this.getCommonAncestor(),i=this.root,k,m,j,n,r,h=false,t,g;t=this.startContainer;var l=this.startOffset;if(t.type==CKEDITOR.NODE_TEXT){if(l){t=!CKEDITOR.tools.trim(t.substring(0, +l)).length&&t;h=!!t}if(t&&!(n=t.getPrevious()))j=t.getParent()}else{l&&(n=t.getChild(l-1)||t.getLast());n||(j=t)}for(j=c(j);j||n;){if(j&&!n){!r&&j.equals(d)&&(r=true);if(f?j.isBlockBoundary():!i.contains(j))break;if(!h||j.getComputedStyle("display")!="inline"){h=false;r?k=j:this.setStartBefore(j)}n=j.getPrevious()}for(;n;){t=false;if(n.type==CKEDITOR.NODE_COMMENT)n=n.getPrevious();else{if(n.type==CKEDITOR.NODE_TEXT){g=n.getText();e.test(g)&&(n=null);t=/[\s\ufeff]$/.test(g)}else if((n.$.offsetWidth> +0||b&&n.is("br"))&&!n.data("cke-bookmark"))if(h&&CKEDITOR.dtd.$removeEmpty[n.getName()]){g=n.getText();if(e.test(g))n=null;else for(var l=n.$.getElementsByTagName("*"),I=0,B;B=l[I++];)if(!CKEDITOR.dtd.$removeEmpty[B.nodeName.toLowerCase()]){n=null;break}n&&(t=!!g.length)}else n=null;t&&(h?r?k=j:j&&this.setStartBefore(j):h=true);if(n){t=n.getPrevious();if(!j&&!t){j=n;n=null;break}n=t}else j=null}}j&&(j=c(j.getParent()))}t=this.endContainer;l=this.endOffset;j=n=null;r=h=false;var N=function(a,b){var c= +new CKEDITOR.dom.range(i);c.setStart(a,b);c.setEndAt(i,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 false;g=f!=a?f.getText():f.substring(b);if(e.test(g))return false}return true};if(t.type==CKEDITOR.NODE_TEXT)if(CKEDITOR.tools.trim(t.substring(l)).length)h=true;else{h=!t.getLength();if(l==t.getLength()){if(!(n=t.getNext()))j=t.getParent()}else N(t, +l)&&(j=t.getParent())}else(n=t.getChild(l))||(j=t);for(;j||n;){if(j&&!n){!r&&j.equals(d)&&(r=true);if(f?j.isBlockBoundary():!i.contains(j))break;if(!h||j.getComputedStyle("display")!="inline"){h=false;r?m=j:j&&this.setEndAfter(j)}n=j.getNext()}for(;n;){t=false;if(n.type==CKEDITOR.NODE_TEXT){g=n.getText();N(n,0)||(n=null);t=/^[\s\ufeff]/.test(g)}else if(n.type==CKEDITOR.NODE_ELEMENT){if((n.$.offsetWidth>0||b&&n.is("br"))&&!n.data("cke-bookmark"))if(h&&CKEDITOR.dtd.$removeEmpty[n.getName()]){g=n.getText(); +if(e.test(g))n=null;else{l=n.$.getElementsByTagName("*");for(I=0;B=l[I++];)if(!CKEDITOR.dtd.$removeEmpty[B.nodeName.toLowerCase()]){n=null;break}}n&&(t=!!g.length)}else n=null}else t=1;t&&h&&(r?m=j:this.setEndAfter(j));if(n){t=n.getNext();if(!j&&!t){j=n;n=null;break}n=t}else j=null}j&&(j=c(j.getParent()))}if(k&&m){d=k.contains(m)?m:k;this.setStartBefore(d);this.setEndAfter(d)}break;case CKEDITOR.ENLARGE_BLOCK_CONTENTS:case CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:j=new CKEDITOR.dom.range(this.root);i= +this.root;j.setStartAt(i,CKEDITOR.POSITION_AFTER_START);j.setEnd(this.startContainer,this.startOffset);j=new CKEDITOR.dom.walker(j);var H,v,x=CKEDITOR.dom.walker.blockBoundary(a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS?{br:1}:null),C=null,D=function(a){if(a.type==CKEDITOR.NODE_ELEMENT&&a.getAttribute("contenteditable")=="false")if(C){if(C.equals(a)){C=null;return}}else C=a;else if(C)return;var b=x(a);b||(H=a);return b},f=function(a){var b=D(a);!b&&(a.is&&a.is("br"))&&(v=a);return b};j.guard=D;j=j.lastBackward(); +H=H||i;this.setStartAt(H,!H.is("br")&&(!j&&this.checkStartOfBlock()||j&&H.contains(j))?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_AFTER_END);if(a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS){j=this.clone();j=new CKEDITOR.dom.walker(j);var z=CKEDITOR.dom.walker.whitespaces(),T=CKEDITOR.dom.walker.bookmark();j.evaluator=function(a){return!z(a)&&!T(a)};if((j=j.previous())&&j.type==CKEDITOR.NODE_ELEMENT&&j.is("br"))break}j=this.clone();j.collapse();j.setEndAt(i,CKEDITOR.POSITION_BEFORE_END);j=new CKEDITOR.dom.walker(j); +j.guard=a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS?f:D;H=null;j=j.lastForward();H=H||i;this.setEndAt(H,!j&&this.checkEndOfBlock()||j&&H.contains(j)?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_BEFORE_START);v&&this.setEndAfter(v)}},shrink:function(a,b,c){if(!this.collapsed){var a=a||CKEDITOR.SHRINK_TEXT,e=this.clone(),f=this.startContainer,d=this.endContainer,i=this.startOffset,h=this.endOffset,m=1,j=1;if(f&&f.type==CKEDITOR.NODE_TEXT)if(i)if(i>=f.getLength())e.setStartAfter(f);else{e.setStartBefore(f); +m=0}else e.setStartBefore(f);if(d&&d.type==CKEDITOR.NODE_TEXT)if(h)if(h>=d.getLength())e.setEndAfter(d);else{e.setEndAfter(d);j=0}else e.setEndBefore(d);var e=new CKEDITOR.dom.walker(e),n=CKEDITOR.dom.walker.bookmark();e.evaluator=function(b){return b.type==(a==CKEDITOR.SHRINK_ELEMENT?CKEDITOR.NODE_ELEMENT:CKEDITOR.NODE_TEXT)};var r;e.guard=function(b,f){if(n(b))return true;if(a==CKEDITOR.SHRINK_ELEMENT&&b.type==CKEDITOR.NODE_TEXT||f&&b.equals(r)||c===false&&b.type==CKEDITOR.NODE_ELEMENT&&b.isBlockBoundary()|| +b.type==CKEDITOR.NODE_ELEMENT&&b.hasAttribute("contenteditable"))return false;!f&&b.type==CKEDITOR.NODE_ELEMENT&&(r=b);return true};if(m)(f=e[a==CKEDITOR.SHRINK_ELEMENT?"lastForward":"next"]())&&this.setStartAt(f,b?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_START);if(j){e.reset();(e=e[a==CKEDITOR.SHRINK_ELEMENT?"lastBackward":"previous"]())&&this.setEndAt(e,b?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_AFTER_END)}return!(!m&&!j)}},insertNode:function(a){this.optimizeBookmark();this.trim(false, +true);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(true)},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(a, +b){if(a.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$empty[a.getName()]){b=a.getIndex();a=a.getParent()}this.startContainer=a;this.startOffset=b;if(!this.endContainer){this.endContainer=a;this.endOffset=b}c(this)},setEnd:function(a,b){if(a.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$empty[a.getName()]){b=a.getIndex()+1;a=a.getParent()}this.endContainer=a;this.endOffset=b;if(!this.startContainer){this.startContainer=a;this.startOffset=b}c(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(a,b){switch(b){case CKEDITOR.POSITION_AFTER_START:this.setStart(a,0);break;case CKEDITOR.POSITION_BEFORE_END:a.type==CKEDITOR.NODE_TEXT?this.setStart(a,a.getLength()):this.setStart(a,a.getChildCount());break;case CKEDITOR.POSITION_BEFORE_START:this.setStartBefore(a);break;case CKEDITOR.POSITION_AFTER_END:this.setStartAfter(a)}c(this)}, +setEndAt:function(a,b){switch(b){case CKEDITOR.POSITION_AFTER_START:this.setEnd(a,0);break;case CKEDITOR.POSITION_BEFORE_END:a.type==CKEDITOR.NODE_TEXT?this.setEnd(a,a.getLength()):this.setEnd(a,a.getChildCount());break;case CKEDITOR.POSITION_BEFORE_START:this.setEndBefore(a);break;case CKEDITOR.POSITION_AFTER_END:this.setEndAfter(a)}c(this)},fixBlock:function(a,b){var c=this.createBookmark(),e=this.document.createElement(b);this.collapse(a);this.enlarge(CKEDITOR.ENLARGE_BLOCK_CONTENTS);this.extractContents().appendTo(e); +e.trim();e.appendBogus();this.insertNode(e);this.moveToBookmark(c);return e},splitBlock:function(a){var b=new CKEDITOR.dom.elementPath(this.startContainer,this.root),c=new CKEDITOR.dom.elementPath(this.endContainer,this.root),e=b.block,f=c.block,d=null;if(!b.blockLimit.equals(c.blockLimit))return null;if(a!="br"){if(!e){e=this.fixBlock(true,a);f=(new CKEDITOR.dom.elementPath(this.endContainer,this.root)).block}f||(f=this.fixBlock(false,a))}a=e&&this.checkStartOfBlock();b=f&&this.checkEndOfBlock(); +this.deleteContents();if(e&&e.equals(f))if(b){d=new CKEDITOR.dom.elementPath(this.startContainer,this.root);this.moveToPosition(f,CKEDITOR.POSITION_AFTER_END);f=null}else if(a){d=new CKEDITOR.dom.elementPath(this.startContainer,this.root);this.moveToPosition(e,CKEDITOR.POSITION_BEFORE_START);e=null}else{f=this.splitElement(e);e.is("ul","ol")||e.appendBogus()}return{previousBlock:e,nextBlock:f,wasStartOfBlock:a,wasEndOfBlock:b,elementPath:d}},splitElement:function(a){if(!this.collapsed)return null; +this.setEndAt(a,CKEDITOR.POSITION_BEFORE_END);var b=this.extractContents(),c=a.clone(false);b.appendTo(c);c.insertAfter(a);this.moveToPosition(a,CKEDITOR.POSITION_AFTER_END);return c},removeEmptyBlocksAtEnd:function(){function a(e){return function(a){return b(a)||(c(a)||a.type==CKEDITOR.NODE_ELEMENT&&a.isEmptyInlineRemoveable())||e.is("table")&&a.is("caption")?false:true}}var b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(false);return function(b){for(var c=this.createBookmark(), +e=this[b?"endPath":"startPath"](),d=e.block||e.blockLimit,i;d&&!d.equals(e.root)&&!d.getFirst(a(d));){i=d.getParent();this[b?"setEndAt":"setStartAt"](d,CKEDITOR.POSITION_AFTER_END);d.remove(1);d=i}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 c=b==CKEDITOR.START,e=this.clone();e.collapse(c);e[c?"setStartAt": +"setEndAt"](a,c?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_END);e=new CKEDITOR.dom.walker(e);e.evaluator=d(c);return e[c?"checkBackward":"checkForward"]()},checkStartOfBlock:function(){var b=this.startContainer,c=this.startOffset;if(CKEDITOR.env.ie&&c&&b.type==CKEDITOR.NODE_TEXT){b=CKEDITOR.tools.ltrim(b.substring(0,c));l.test(b)&&this.trim(0,1)}this.trim();b=new CKEDITOR.dom.elementPath(this.startContainer,this.root);c=this.clone();c.collapse(true);c.setStartAt(b.block||b.blockLimit, +CKEDITOR.POSITION_AFTER_START);b=new CKEDITOR.dom.walker(c);b.evaluator=a();return b.checkBackward()},checkEndOfBlock:function(){var b=this.endContainer,c=this.endOffset;if(CKEDITOR.env.ie&&b.type==CKEDITOR.NODE_TEXT){b=CKEDITOR.tools.rtrim(b.substring(c));l.test(b)&&this.trim(1,0)}this.trim();b=new CKEDITOR.dom.elementPath(this.endContainer,this.root);c=this.clone();c.collapse(false);c.setEndAt(b.block||b.blockLimit,CKEDITOR.POSITION_BEFORE_END);b=new CKEDITOR.dom.walker(c);b.evaluator=a();return b.checkForward()}, +getPreviousNode:function(a,b,c){var e=this.clone();e.collapse(1);e.setStartAt(c||this.root,CKEDITOR.POSITION_AFTER_START);c=new CKEDITOR.dom.walker(e);c.evaluator=a;c.guard=b;return c.previous()},getNextNode:function(a,b,c){var e=this.clone();e.collapse();e.setEndAt(c||this.root,CKEDITOR.POSITION_BEFORE_END);c=new CKEDITOR.dom.walker(e);c.evaluator=a;c.guard=b;return c.next()},checkReadOnly:function(){function a(b,c){for(;b;){if(b.type==CKEDITOR.NODE_ELEMENT){if(b.getAttribute("contentEditable")== +"false"&&!b.data("cke-editable"))return 0;if(b.is("html")||b.getAttribute("contentEditable")=="true"&&(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(false)){this.moveToPosition(a,b?CKEDITOR.POSITION_AFTER_END:CKEDITOR.POSITION_BEFORE_START);return true}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(a.getAttribute("contenteditable")=="false"&& +a.is(CKEDITOR.dtd.$block)){this.setStartBefore(a);this.setEndAfter(a);return true}var e=a,f=c,d=void 0;e.type==CKEDITOR.NODE_ELEMENT&&e.isEditable(false)&&(d=e[b?"getLast":"getFirst"](k));!f&&!d&&(d=e[b?"getPrevious":"getNext"](k));a=d}return!!c},moveToClosestEditablePosition:function(a,b){var c=new CKEDITOR.dom.range(this.root),e=0,f,d=[CKEDITOR.POSITION_AFTER_END,CKEDITOR.POSITION_BEFORE_START];c.moveToPosition(a,d[b?0:1]);if(a.is(CKEDITOR.dtd.$block)){if(f=c[b?"getNextEditableNode":"getPreviousEditableNode"]()){e= +1;if(f.type==CKEDITOR.NODE_ELEMENT&&f.is(CKEDITOR.dtd.$block)&&f.getAttribute("contenteditable")=="false"){c.setStartAt(f,CKEDITOR.POSITION_BEFORE_START);c.setEndAt(f,CKEDITOR.POSITION_AFTER_END)}else c.moveToPosition(f,d[b?1:0])}}else e=1;e&&this.moveToRange(c);return!!e},moveToElementEditStart:function(a){return this.moveToElementEditablePosition(a)},moveToElementEditEnd:function(a){return this.moveToElementEditablePosition(a,true)},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(false,true),c=CKEDITOR.dom.walker.whitespaces(true);a.evaluator=function(a){return c(a)&&b(a)};var e=a.next();a.reset();return e&&e.equals(a.previous())?e: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:b(),getPreviousEditableNode:b(1),scrollIntoView:function(){var a=new CKEDITOR.dom.element.createFromHtml("<span> </span>",this.document),b,c,e,f=this.clone();f.optimize();if(e=f.startContainer.type==CKEDITOR.NODE_TEXT){c=f.startContainer.getText();b=f.startContainer.split(f.startOffset);a.insertAfter(f.startContainer)}else f.insertNode(a);a.scrollIntoView();if(e){f.startContainer.setText(c); +b.remove()}a.remove()}}})();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){if(!(arguments.length<1)){this.range=a;this.forceBrBreak=0;this.enlargeBr=1;this.enforceRealBlocks=0;this._||(this._={})}}function d(a,b,c){for(a=a.getNextSourceNode(b,null,c);!i(a);)a=a.getNextSourceNode(b,null,c);return a}function b(a){var b=[];a.forEach(function(a){if(a.getAttribute("contenteditable")=="true"){b.push(a);return false}},CKEDITOR.NODE_ELEMENT,true);return b}function c(a,e,d,i){a:{i==void 0&&(i=b(d));for(var g;g=i.shift();)if(g.getDtd().p){i={element:g,remaining:i}; +break a}i=null}if(!i)return 0;if((g=CKEDITOR.filter.instances[i.element.data("cke-filter")])&&!g.check(e))return c(a,e,d,i.remaining);e=new CKEDITOR.dom.range(i.element);e.selectNodeContents(i.element);e=e.createIterator();e.enlargeBr=a.enlargeBr;e.enforceRealBlocks=a.enforceRealBlocks;e.activeFilter=e.filter=g;a._.nestedEditable={element:i.element,container:d,remaining:i.remaining,iterator:e};return 1}var e=/^[\r\n\t ]+$/,i=CKEDITOR.dom.walker.bookmark(false,true),g=CKEDITOR.dom.walker.whitespaces(true), +l=function(a){return i(a)&&g(a)};a.prototype={getNextParagraph:function(a){var b,g,s,q,u,a=a||"p";if(this._.nestedEditable){if(b=this._.nestedEditable.iterator.getNextParagraph(a)){this.activeFilter=this._.nestedEditable.iterator.activeFilter;return b}this.activeFilter=this.filter;if(c(this,a,this._.nestedEditable.container,this._.nestedEditable.remaining)){this.activeFilter=this._.nestedEditable.iterator.activeFilter;return this._.nestedEditable.iterator.getNextParagraph(a)}this._.nestedEditable= +null}if(!this.range.root.getDtd()[a])return null;if(!this._.started){var f=this.range.clone();f.shrink(CKEDITOR.SHRINK_ELEMENT,true);g=f.endContainer.hasAscendant("pre",true)||f.startContainer.hasAscendant("pre",true);f.enlarge(this.forceBrBreak&&!g||!this.enlargeBr?CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:CKEDITOR.ENLARGE_BLOCK_CONTENTS);if(!f.collapsed){g=new CKEDITOR.dom.walker(f.clone());var p=CKEDITOR.dom.walker.bookmark(true,true);g.evaluator=p;this._.nextNode=g.next();g=new CKEDITOR.dom.walker(f.clone()); +g.evaluator=p;g=g.previous();this._.lastNode=g.getNextSourceNode(true);if(this._.lastNode&&this._.lastNode.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.trim(this._.lastNode.getText())&&this._.lastNode.getParent().isBlockBoundary()){p=this.range.clone();p.moveToPosition(this._.lastNode,CKEDITOR.POSITION_AFTER_END);if(p.checkEndOfBlock()){p=new CKEDITOR.dom.elementPath(p.endContainer,p.root);this._.lastNode=(p.block||p.blockLimit).getNextSourceNode(true)}}if(!this._.lastNode||!f.root.contains(this._.lastNode)){this._.lastNode= +this._.docEndMarker=f.document.createText("");this._.lastNode.insertAfter(g)}f=null}this._.started=1;g=f}p=this._.nextNode;f=this._.lastNode;for(this._.nextNode=null;p;){var y=0,A=p.hasAscendant("pre"),m=p.type!=CKEDITOR.NODE_ELEMENT,j=0;if(m)p.type==CKEDITOR.NODE_TEXT&&e.test(p.getText())&&(m=0);else{var n=p.getName();if(CKEDITOR.dtd.$block[n]&&p.getAttribute("contenteditable")=="false"){b=p;c(this,a,b);break}else if(p.isBlockBoundary(this.forceBrBreak&&!A&&{br:1})){if(n=="br")m=1;else if(!g&&!p.getChildCount()&& +n!="hr"){b=p;s=p.equals(f);break}if(g){g.setEndAt(p,CKEDITOR.POSITION_BEFORE_START);if(n!="br")this._.nextNode=p}y=1}else{if(p.getFirst()){if(!g){g=this.range.clone();g.setStartAt(p,CKEDITOR.POSITION_BEFORE_START)}p=p.getFirst();continue}m=1}}if(m&&!g){g=this.range.clone();g.setStartAt(p,CKEDITOR.POSITION_BEFORE_START)}s=(!y||m)&&p.equals(f);if(g&&!y)for(;!p.getNext(l)&&!s;){n=p.getParent();if(n.isBlockBoundary(this.forceBrBreak&&!A&&{br:1})){y=1;m=0;s||n.equals(f);g.setEndAt(n,CKEDITOR.POSITION_BEFORE_END); +break}p=n;m=1;s=p.equals(f);j=1}m&&g.setEndAt(p,CKEDITOR.POSITION_AFTER_END);p=d(p,j,f);if((s=!p)||y&&g)break}if(!b){if(!g){this._.docEndMarker&&this._.docEndMarker.remove();return this._.nextNode=null}b=new CKEDITOR.dom.elementPath(g.startContainer,g.root);p=b.blockLimit;y={div:1,th:1,td:1};b=b.block;if(!b&&p&&!this.enforceRealBlocks&&y[p.getName()]&&g.checkStartOfBlock()&&g.checkEndOfBlock()&&!p.equals(g.root))b=p;else if(!b||this.enforceRealBlocks&&b.getName()=="li"){b=this.range.document.createElement(a); +g.extractContents().appendTo(b);b.trim();g.insertNode(b);q=u=true}else if(b.getName()!="li"){if(!g.checkStartOfBlock()||!g.checkEndOfBlock()){b=b.clone(false);g.extractContents().appendTo(b);b.trim();u=g.splitBlock();q=!u.wasStartOfBlock;u=!u.wasEndOfBlock;g.insertNode(b)}}else if(!s)this._.nextNode=b.equals(f)?null:d(g.getBoundaryNodes().endNode,1,f)}if(q)(q=b.getPrevious())&&q.type==CKEDITOR.NODE_ELEMENT&&(q.getName()=="br"?q.remove():q.getLast()&&q.getLast().$.nodeName.toLowerCase()=="br"&&q.getLast().remove()); +if(u)(q=b.getLast())&&q.type==CKEDITOR.NODE_ELEMENT&&q.getName()=="br"&&(!CKEDITOR.env.needsBrFiller||q.getPrevious(i)||q.getNext(i))&&q.remove();if(!this._.nextNode)this._.nextNode=s||b.equals(f)||!f?null:d(b,1,f);return b}};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 false;this.editorFocus&&a.focus();return this.fire("exec")===false?true:d.exec.call(this,a,b)!==false};this.refresh=function(a,b){if(!this.readOnly&&a.readOnly)return true;if(this.context&&!b.isContextFor(this.context)){this.disable();return true}if(!this.checkAllowed(true)){this.disable();return true}this.startDisabled||this.enable();this.modes&&!this.modes[a.mode]&& +this.disable();return this.fire("refresh",{editor:a,path:b})===false?true:d.refresh&&d.refresh.apply(this,arguments)!==false};var b;this.checkAllowed=function(c){return!c&&typeof b=="boolean"?b:b=a.activeFilter.checkFeature(this)};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||typeof this.previousState=="undefined"?CKEDITOR.TRISTATE_OFF:this.previousState)},disable:function(){this.setState(CKEDITOR.TRISTATE_DISABLED)},setState:function(a){if(this.state==a||a!=CKEDITOR.TRISTATE_DISABLED&&!this.checkAllowed())return false;this.previousState=this.state;this.state=a;this.fire("state");return true},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:"<!DOCTYPE html>",bodyId:"",bodyClass:"",fullPage:!1,height:200,extraPlugins:"",removePlugins:"",protectedSource:[],tabIndex:0,width:"",baseFloatZIndex:1E4,blockedKeystrokes:[CKEDITOR.CTRL+66,CKEDITOR.CTRL+73,CKEDITOR.CTRL+85,CKEDITOR.CTRL+89,CKEDITOR.CTRL+90,CKEDITOR.CTRL+CKEDITOR.SHIFT+90]}; +(function(){function a(a,b,c,f,z){var j=b.name;if((f||typeof a.elements!="function"||a.elements(j))&&(!a.match||a.match(b))){if(f=!z){a:if(a.nothingRequired)f=true;else{if(z=a.requiredClasses){j=b.classes;for(f=0;f<z.length;++f)if(CKEDITOR.tools.indexOf(j,z[f])==-1){f=false;break a}}f=e(b.styles,a.requiredStyles)&&e(b.attributes,a.requiredAttributes)}f=!f}if(!f){if(!a.propertiesOnly)c.valid=true;if(!c.allAttributes)c.allAttributes=d(a.attributes,b.attributes,c.validAttributes);if(!c.allStyles)c.allStyles= +d(a.styles,b.styles,c.validStyles);if(!c.allClasses){a=a.classes;b=b.classes;f=c.validClasses;if(a)if(a===true)b=true;else{for(var z=0,j=b.length,i;z<j;++z){i=b[z];f[i]||(f[i]=a(i))}b=false}else b=false;c.allClasses=b}}}}function d(a,b,c){if(!a)return false;if(a===true)return true;for(var e in b)c[e]||(c[e]=a(e,b[e]));return false}function b(a,b){if(!a)return false;if(a===true)return a;if(typeof a=="string"){a=J(a);return a=="*"?true:CKEDITOR.tools.convertArrayToObject(a.split(b))}if(CKEDITOR.tools.isArray(a))return a.length? +CKEDITOR.tools.convertArrayToObject(a):false;var c={},e=0,f;for(f in a){c[f]=a[f];e++}return e?c:false}function c(b){if(b._.filterFunction)return b._.filterFunction;var c=/^cke:(object|embed|param)$/,e=/^(object|embed|param)$/;return b._.filterFunction=function(f,d,j,i,m,n,t){var g=f.name,r,y=false;if(m)f.name=g=g.replace(c,"$1");if(j=j&&j[g]){h(f);for(g=0;g<j.length;++g)p(b,f,j[g]);k(f)}if(d){var g=f.name,j=d.elements[g],l=d.generic,d={valid:false,validAttributes:{},validClasses:{},validStyles:{}, +allAttributes:false,allClasses:false,allStyles:false};if(!j&&!l){i.push(f);return true}h(f);if(j){g=0;for(r=j.length;g<r;++g)a(j[g],f,d,true,n)}if(l){g=0;for(r=l.length;g<r;++g)a(l[g],f,d,false,n)}if(!d.valid){i.push(f);return true}n=d.validAttributes;g=d.validStyles;j=d.validClasses;r=f.attributes;var l=f.styles,J=r["class"],G=r.style,w,B,A=[],I=[],s=/^data-cke-/,q=false;delete r.style;delete r["class"];if(!d.allAttributes)for(w in r)if(!n[w])if(s.test(w)){if(w!=(B=w.replace(/^data-cke-saved-/,""))&& +!n[B]){delete r[w];q=true}}else{delete r[w];q=true}if(d.allStyles){if(G)r.style=G}else{for(w in l)g[w]?A.push(w+":"+l[w]):q=true;if(A.length)r.style=A.sort().join("; ")}if(d.allClasses)J&&(r["class"]=J);else{for(w in j)j[w]&&I.push(w);I.length&&(r["class"]=I.sort().join(" "));J&&I.length<J.split(/\s+/).length&&(q=true)}q&&(y=true);if(!t&&!o(f)){i.push(f);return true}}if(m)f.name=f.name.replace(e,"cke:$1");return y}}function e(a,b){if(!b)return true;for(var c=0;c<b.length;++c)if(!(b[c]in a))return false; +return true}function i(a){if(!a)return{};for(var a=a.split(/\s*,\s*/).sort(),b={};a.length;)b[a.shift()]=t;return b}function g(a){for(var b,c,e,f,d={},j=1,a=J(a);b=a.match(B);){if(c=b[2]){e=l(c,"styles");f=l(c,"attrs");c=l(c,"classes")}else e=f=c=null;d["$"+j++]={elements:b[1],classes:c,styles:e,attributes:f};a=a.slice(b[0].length)}return d}function l(a,b){var c=a.match(N[b]);return c?J(c[1]):null}function h(a){if(!a.styles)a.styles=CKEDITOR.tools.parseCssText(a.attributes.style||"",1);if(!a.classes)a.classes= +a.attributes["class"]?a.attributes["class"].split(/\s+/):[]}function k(a){var b=a.attributes,c;delete b.style;delete b["class"];if(c=CKEDITOR.tools.writeCssText(a.styles,true))b.style=c;a.classes.length&&(b["class"]=a.classes.sort().join(" "))}function o(a){switch(a.name){case "a":if(!a.children.length&&!a.attributes.name)return false;break;case "img":if(!a.attributes.src)return false}return true}function s(a){return!a?false:a===true?true:function(b){return b in a}}function q(){return new CKEDITOR.htmlParser.element("br")} +function u(a){return a.type==CKEDITOR.NODE_ELEMENT&&(a.name=="br"||n.$block[a.name])}function f(a,b,c){var e=a.name;if(n.$empty[e]||!a.children.length)if(e=="hr"&&b=="br")a.replaceWith(q());else{a.parent&&c.push({check:"it",el:a.parent});a.remove()}else if(n.$block[e]||e=="tr")if(b=="br"){if(a.previous&&!u(a.previous)){b=q();b.insertBefore(a)}if(a.next&&!u(a.next)){b=q();b.insertAfter(a)}a.replaceWithChildren()}else{var e=a.children,f;b:{f=n[b];for(var d=0,j=e.length,i;d<j;++d){i=e[d];if(i.type== +CKEDITOR.NODE_ELEMENT&&!f[i.name]){f=false;break b}}f=true}if(f){a.name=b;a.attributes={};c.push({check:"parent-down",el:a})}else{f=a.parent;for(var d=f.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT||f.name=="body",m,j=e.length;j>0;){i=e[--j];if(d&&(i.type==CKEDITOR.NODE_TEXT||i.type==CKEDITOR.NODE_ELEMENT&&n.$inline[i.name])){if(!m){m=new CKEDITOR.htmlParser.element(b);m.insertAfter(a);c.push({check:"parent-down",el:m})}m.add(i,0)}else{m=null;i.insertAfter(a);f.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT&&(i.type== +CKEDITOR.NODE_ELEMENT&&!n[f.name][i.name])&&c.push({check:"el-up",el:i})}}a.remove()}}else if(e=="style")a.remove();else{a.parent&&c.push({check:"it",el:a.parent});a.replaceWithChildren()}}function p(a,b,c){var e,f;for(e=0;e<c.length;++e){f=c[e];if((!f.check||a.check(f.check,false))&&(!f.left||f.left(b))){f.right(b,H);break}}}function y(a,b){var c=b.getDefinition(),e=c.attributes,f=c.styles,d,j,i,m;if(a.name!=c.element)return false;for(d in e)if(d=="class"){c=e[d].split(/\s+/);for(i=a.classes.join("|");m= +c.pop();)if(i.indexOf(m)==-1)return false}else if(a.attributes[d]!=e[d])return false;for(j in f)if(a.styles[j]!=f[j])return false;return true}function A(a,b){var c,e;if(typeof a=="string")c=a;else if(a instanceof CKEDITOR.style)e=a;else{c=a[0];e=a[1]}return[{element:c,left:e,right:function(a,c){c.transform(a,b)}}]}function m(a){return function(b){return y(b,a)}}function j(a){return function(b,c){c[a](b)}}var n=CKEDITOR.dtd,r=CKEDITOR.tools.copy,J=CKEDITOR.tools.trim,t="cke-test",w=["","p","br","div"]; +CKEDITOR.filter=function(a){this.allowedContent=[];this.disabled=false;this.editor=null;this.id=CKEDITOR.tools.getNextNumber();this._={rules:{},transformations:{},cachedTests:{}};CKEDITOR.filter.instances[this.id]=this;if(a instanceof CKEDITOR.editor){a=this.editor=a;this.customConfig=true;var b=a.config.allowedContent;if(b===true)this.disabled=true;else{if(!b)this.customConfig=false;this.allow(b,"config",1);this.allow(a.config.extraAllowedContent,"extra",1);this.allow(w[a.enterMode]+" "+w[a.shiftEnterMode], +"default",1)}}else{this.customConfig=false;this.allow(a,"default",1)}};CKEDITOR.filter.instances={};CKEDITOR.filter.prototype={allow:function(a,c,e){if(this.disabled||this.customConfig&&!e||!a)return false;this._.cachedChecks={};var f,d;if(typeof a=="string")a=g(a);else if(a instanceof CKEDITOR.style){d=a.getDefinition();e={};a=d.attributes;e[d.element]=d={styles:d.styles,requiredStyles:d.styles&&CKEDITOR.tools.objectKeys(d.styles)};if(a){a=r(a);d.classes=a["class"]?a["class"].split(/\s+/):null;d.requiredClasses= +d.classes;delete a["class"];d.attributes=a;d.requiredAttributes=a&&CKEDITOR.tools.objectKeys(a)}a=e}else if(CKEDITOR.tools.isArray(a)){for(f=0;f<a.length;++f)d=this.allow(a[f],c,e);return d}var j,e=[];for(j in a){d=a[j];d=typeof d=="boolean"?{}:typeof d=="function"?{match:d}:r(d);if(j.charAt(0)!="$")d.elements=j;if(c)d.featureName=c.toLowerCase();var i=d;i.elements=b(i.elements,/\s+/)||null;i.propertiesOnly=i.propertiesOnly||i.elements===true;var m=/\s*,\s*/,n=void 0;for(n in G){i[n]=b(i[n],m)||null; +var p=i,t=I[n],h=b(i[I[n]],m),k=i[n],y=[],l=true,w=void 0;h?l=false:h={};for(w in k)if(w.charAt(0)=="!"){w=w.slice(1);y.push(w);h[w]=true;l=false}for(;w=y.pop();){k[w]=k["!"+w];delete k["!"+w]}p[t]=(l?false:h)||null}i.match=i.match||null;this.allowedContent.push(d);e.push(d)}c=this._.rules;j=c.elements||{};a=c.generic||[];d=0;for(i=e.length;d<i;++d){m=r(e[d]);n=m.classes===true||m.styles===true||m.attributes===true;p=m;t=void 0;for(t in G)p[t]=s(p[t]);h=true;for(t in I){t=I[t];p[t]=CKEDITOR.tools.objectKeys(p[t]); +p[t]&&(h=false)}p.nothingRequired=h;if(m.elements===true||m.elements===null){m.elements=s(m.elements);a[n?"unshift":"push"](m)}else{p=m.elements;delete m.elements;for(f in p)if(j[f])j[f][n?"unshift":"push"](m);else j[f]=[m]}}c.elements=j;c.generic=a.length?a:null;return true},applyTo:function(a,b,e,d){if(this.disabled)return false;var j=[],i=!e&&this._.rules,m=this._.transformations,p=c(this),g=this.editor&&this.editor.config.protectedSource,t=false;a.forEach(function(a){if(a.type==CKEDITOR.NODE_ELEMENT){if(a.attributes["data-cke-filter"]== +"off")return false;if(!b||!(a.name=="span"&&~CKEDITOR.tools.objectKeys(a.attributes).join("|").indexOf("data-cke-")))p(a,i,m,j,b)&&(t=true)}else if(a.type==CKEDITOR.NODE_COMMENT&&a.value.match(/^\{cke_protected\}(?!\{C\})/)){var c;a:{var e=decodeURIComponent(a.value.replace(/^\{cke_protected\}/,""));c=[];var f,d,n;if(g)for(d=0;d<g.length;++d)if((n=e.match(g[d]))&&n[0].length==e.length){c=true;break a}e=CKEDITOR.htmlParser.fragment.fromHtml(e);e.children.length==1&&(f=e.children[0]).type==CKEDITOR.NODE_ELEMENT&& +p(f,i,m,c,b);c=!c.length}c||j.push(a)}},null,true);j.length&&(t=true);for(var r,a=[],d=w[d||(this.editor?this.editor.enterMode:CKEDITOR.ENTER_P)];e=j.pop();)e.type==CKEDITOR.NODE_ELEMENT?f(e,d,a):e.remove();for(;r=a.pop();){e=r.el;if(e.parent)switch(r.check){case "it":n.$removeEmpty[e.name]&&!e.children.length?f(e,d,a):o(e)||f(e,d,a);break;case "el-up":e.parent.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT&&!n[e.parent.name][e.name]&&f(e,d,a);break;case "parent-down":e.parent.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT&& +!n[e.parent.name][e.name]&&f(e.parent,d,a)}}return t},checkFeature:function(a){if(this.disabled||!a)return true;a.toFeature&&(a=a.toFeature(this.editor));return!a.requiredContent||this.check(a.requiredContent)},disable:function(){this.disabled=true},addContentForms:function(a){if(!this.disabled&&a){var b,c,e=[],f;for(b=0;b<a.length&&!f;++b){c=a[b];if((typeof c=="string"||c instanceof CKEDITOR.style)&&this.check(c))f=c}if(f){for(b=0;b<a.length;++b)e.push(A(a[b],f));this.addTransformations(e)}}},addFeature:function(a){if(this.disabled|| +!a)return true;a.toFeature&&(a=a.toFeature(this.editor));this.allow(a.allowedContent,a.name);this.addTransformations(a.contentTransformations);this.addContentForms(a.contentForms);return this.customConfig&&a.requiredContent?this.check(a.requiredContent):true},addTransformations:function(a){var b,c;if(!this.disabled&&a){var e=this._.transformations,f;for(f=0;f<a.length;++f){b=a[f];var d=void 0,i=void 0,n=void 0,p=void 0,g=void 0,t=void 0;c=[];for(i=0;i<b.length;++i){n=b[i];if(typeof n=="string"){n= +n.split(/\s*:\s*/);p=n[0];g=null;t=n[1]}else{p=n.check;g=n.left;t=n.right}if(!d){d=n;d=d.element?d.element:p?p.match(/^([a-z0-9]+)/i)[0]:d.left.getDefinition().element}g instanceof CKEDITOR.style&&(g=m(g));c.push({check:p==d?null:p,left:g,right:typeof t=="string"?j(t):t})}b=d;e[b]||(e[b]=[]);e[b].push(c)}}},check:function(a,b,e){if(this.disabled)return true;if(CKEDITOR.tools.isArray(a)){for(var f=a.length;f--;)if(this.check(a[f],b,e))return true;return false}var d,j;if(typeof a=="string"){j=a+"<"+ +(b===false?"0":"1")+(e?"1":"0")+">";if(j in this._.cachedChecks)return this._.cachedChecks[j];f=g(a).$1;d=f.styles;var m=f.classes;f.name=f.elements;f.classes=m=m?m.split(/\s*,\s*/):[];f.styles=i(d);f.attributes=i(f.attributes);f.children=[];m.length&&(f.attributes["class"]=m.join(" "));if(d)f.attributes.style=CKEDITOR.tools.writeCssText(f.styles);d=f}else{f=a.getDefinition();d=f.styles;m=f.attributes||{};if(d){d=r(d);m.style=CKEDITOR.tools.writeCssText(d,true)}else d={};d={name:f.element,attributes:m, +classes:m["class"]?m["class"].split(/\s+/):[],styles:d,children:[]}}var m=CKEDITOR.tools.clone(d),n=[],t;if(b!==false&&(t=this._.transformations[d.name])){for(f=0;f<t.length;++f)p(this,d,t[f]);k(d)}c(this)(m,this._.rules,b===false?false:this._.transformations,n,false,!e,!e);b=n.length>0?false:CKEDITOR.tools.objectCompare(d.attributes,m.attributes,true)?true:false;typeof a=="string"&&(this._.cachedChecks[j]=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,e){var f=a.slice(),d;if(this.check(w[c]))return c;for(e||(f=f.reverse());d=f.pop();)if(this.check(d))return b[d];return CKEDITOR.ENTER_BR}}()};var G={styles:1,attributes:1,classes:1},I={styles:"requiredStyles",attributes:"requiredAttributes",classes:"requiredClasses"},B=/^([a-z0-9*\s]+)((?:\s*\{[!\w\-,\s\*]+\}\s*|\s*\[[!\w\-,\s\*]+\]\s*|\s*\([!\w\-,\s\*]+\)\s*){0,3})(?:;\s*|$)/i,N={styles:/{([^}]+)}/,attrs:/\[([^\]]+)\]/,classes:/\(([^\)]+)\)/},H=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 e=a.attributes[b];if(e){/^\d+$/.test(e)&&(e=e+"px");a.styles[c]=e}}delete a.attributes[b]},lengthToAttribute:function(a,b,c){c=c||b;if(!(c in a.attributes)){var e=a.styles[b],f=e&&e.match(/^(\d+)(?:\.\d*)?px$/);f?a.attributes[c]=f[1]:e==t&&(a.attributes[c]= +t)}delete a.styles[b]},alignmentToStyle:function(a){if(!("float"in a.styles)){var b=a.attributes.align;if(b=="left"||b=="right")a.styles["float"]=b}delete a.attributes.align},alignmentToAttribute:function(a){if(!("align"in a.attributes)){var b=a.styles["float"];if(b=="left"||b=="right")a.attributes.align=b}delete a.styles["float"]},matchesStyle:y,transform:function(a,b){if(typeof b=="string")a.name=b;else{var c=b.getDefinition(),e=c.styles,f=c.attributes,d,j,i,m;a.name=c.element;for(d in f)if(d== +"class"){c=a.classes.join("|");for(i=f[d].split(/\s+/);m=i.pop();)c.indexOf(m)==-1&&a.classes.push(m)}else a.attributes[d]=f[d];for(j in e)a.styles[j]=e[j]}}}})(); +(function(){CKEDITOR.focusManager=function(a){if(a.focusManager)return a.focusManager;this.hasFocus=false;this.currentActive=null;this._={editor:a};return this};CKEDITOR.focusManager._={blurDelay:200};CKEDITOR.focusManager.prototype={focus:function(a){this._.timer&&clearTimeout(this._.timer);if(a)this.currentActive=a;if(!this.hasFocus&&!this._.locked){(a=CKEDITOR.currentInstance)&&a.focusManager.blur(1);this.hasFocus=true;(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=false;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";if(d)if(CKEDITOR.env.ie){b="focusin";c="focusout"}else 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);if(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){var b=b.data,e=b.getKeystroke(),d=this.keystrokes[e],g=this._.editor;a=g.fire("key",{keyCode:e})===false;if(!a){d&&(a=g.execCommand(d,{from:"keystrokeHandler"})!==false);a||(a=!!this.blockedKeystrokes[e])}a&&b.preventDefault(true);return!a},b=function(b){if(a){a=false;b.data.preventDefault(true)}};CKEDITOR.keystrokeHandler.prototype={attach:function(a){a.on("keydown",d,this);if(CKEDITOR.env.opera||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,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){if(!a||!CKEDITOR.lang.languages[a])a=this.detect(d, +a);this[a]?b(a,this[a]):CKEDITOR.scriptLoader.load(CKEDITOR.getUrl("lang/"+a+".js"),function(){this[a].dir=this.rtl[a]?"rtl":"ltr";b(a,this[a])},this)},detect:function(a,d){var b=this.languages,d=d||navigator.userLanguage||navigator.language||a,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,i){var g=typeof b=="string";g&&(b=[b]);e||(e=CKEDITOR);var l=b.length,h=[],k=[],o=function(a){c&&(g?c.call(e,a):c.call(e,h,k))};if(l===0)o(true);else{var s=function(a,b){(b?h:k).push(a);if(--l<=0){i&&CKEDITOR.document.getDocumentElement().removeStyle("cursor");o(b)}},q=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])s(b,true);else{var e=d[b]||(d[b]=[]);e.push(s);if(!(e.length> +1)){var f=new CKEDITOR.dom.element("script");f.setAttributes({type:"text/javascript",src:b});if(c)if(CKEDITOR.env.ie&&CKEDITOR.env.version<11)f.$.onreadystatechange=function(){if(f.$.readyState=="loaded"||f.$.readyState=="complete"){f.$.onreadystatechange=null;q(b,true)}};else{f.$.onload=function(){setTimeout(function(){q(b,true)},0)};f.$.onerror=function(){q(b,false)}}f.appendTo(CKEDITOR.document.getHead())}}};i&&CKEDITOR.document.getDocumentElement().setStyle("cursor","wait");for(var f=0;f<l;f++)u(b[f])}}, +queue:function(){function a(){var b;(b=c[0])&&this.load(b.scriptUrl,b.callback,CKEDITOR,0)}var c=[];return function(e,d){var g=this;c.push({scriptUrl:e,callback:function(){d&&d.apply(this,arguments);c.shift();a.call(g)}});c.length==1&&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'[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){for(var a=a.split(","),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,i=[],g={},l={},h=0;h<a.length;h++){var k=a[h];if(k)if(!c[k]&&!e[k]){var o=this.getFilePath(k);i.push(o);o in g||(g[o]=[]);g[o].push(k)}else l[k]= +this.get(k)}CKEDITOR.scriptLoader.load(i,function(a,e){if(e.length)throw'[CKEDITOR.resourceManager.load] Resource name "'+g[e[0]].join(",")+'" was not found at "'+e[0]+'".';for(var i=0;i<a.length;i++)for(var f=g[a[i]],p=0;p<f.length;p++){var h=f[p];l[h]=this.get(h);c[h]=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 i={},g=function(b){a.call(this,b,function(a){CKEDITOR.tools.extend(i,a);var b=[],l;for(l in a){var s=a[l],q=s&&s.requires;if(!d[l]){if(s.icons)for(var u=s.icons.split(","),f=u.length;f--;)CKEDITOR.skin.addIcon(u[f],s.path+"icons/"+(CKEDITOR.env.hidpi&&s.hidpi?"hidpi/":"")+u[f]+".png");d[l]=1}if(q){q.split&&(q=q.split(","));for(s=0;s<q.length;s++)i[q[s]]||b.push(q[s])}}if(b.length)g.call(this, +b);else{for(l in i){s=i[l];if(s.onLoad&&!s.onLoad._called){s.onLoad()===false&&delete i[l];s.onLoad._called=1}}c&&c.call(e||window,i)}},this)};g.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(","));CKEDITOR.tools.indexOf(c,d)==-1&&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);if(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,c,i){CKEDITOR.event.call(this);a=a&&CKEDITOR.tools.clone(a);if(c!==void 0){if(c instanceof CKEDITOR.dom.element){if(!i)throw Error("One of the element modes must be specified.");}else throw Error("Expect element of type CKEDITOR.dom.element.");if(CKEDITOR.env.ie&&CKEDITOR.env.quirks&&i==CKEDITOR.ELEMENT_MODE_INLINE)throw Error("Inline element mode is not supported on IE quirks.");if(!(i==CKEDITOR.ELEMENT_MODE_INLINE?c.is(CKEDITOR.dtd.$editable)||c.is("textarea"):i==CKEDITOR.ELEMENT_MODE_REPLACE? +!c.is(CKEDITOR.dtd.$nonBodyContent):1))throw Error('The specified element mode is not supported on element: "'+c.getName()+'".');this.element=c;this.elementMode=i;this.name=this.elementMode!=CKEDITOR.ELEMENT_MODE_APPENDTO&&(c.getId()||c.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",b);this.on("selectionChange",function(a){e(this,a.data.path)});this.on("activeFilterChange",function(){e(this,this.elementPath(),true)});this.on("mode",b);this.on("instanceReady",function(){this.config.startupFocus&&this.focus()});CKEDITOR.fire("instanceCreated",null,this);CKEDITOR.add(this);CKEDITOR.tools.setTimeout(function(){g(this,a)},0,this)}function d(){do var a="editor"+ +++q;while(CKEDITOR.instances[a]);return a}function b(){var a=this.commands,b;for(b in a)c(this,a[b])}function c(a,b){b[b.startDisabled?"disable":a.readOnly&&!b.readOnly?"disable":b.modes[a.mode]?"enable":"disable"]()}function e(a,b,c){if(b){var e,d,j=a.commands;for(d in j){e=j[d];(c||e.contextSensitive)&&e.refresh(a,b)}}}function i(a){var b=a.config.customConfig;if(!b)return false;var b=CKEDITOR.getUrl(b),c=u[b]||(u[b]={});if(c.fn){c.fn.call(a,a.config);(CKEDITOR.getUrl(a.config.customConfig)==b|| +!i(a))&&a.fireOnce("customConfigLoaded")}else CKEDITOR.scriptLoader.queue(b,function(){c.fn=CKEDITOR.editorConfig?CKEDITOR.editorConfig:function(){};i(a)});return true}function g(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,true);delete a.config.on}c=a.config;a.readOnly=!(!c.readOnly&&!(a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?a.element.is("textarea")?a.element.hasAttribute("disabled"):a.element.isReadOnly():a.elementMode== +CKEDITOR.ELEMENT_MODE_REPLACE&&a.element.hasAttribute("disabled")));a.blockless=a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?!(a.element.is("textarea")||CKEDITOR.dtd[a.element.getName()].p):false;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;if(c.skin)CKEDITOR.skinName=c.skin;a.fireOnce("configLoaded");a.dataProcessor= +new CKEDITOR.htmlDataProcessor(a);a.filter=a.activeFilter=new CKEDITOR.filter(a);l(a)});if(b&&b.customConfig!=void 0)a.config.customConfig=b.customConfig;i(a)||a.fireOnce("customConfigLoaded")}function l(a){CKEDITOR.skin.loadPart("editor",function(){h(a)})}function h(a){CKEDITOR.lang.load(a.config.language,a.config.defaultLanguage,function(b,c){var e=a.config.title;a.langCode=b;a.lang=CKEDITOR.tools.prototypedCopy(c);a.title=typeof e=="string"||e===false?e:[a.lang.editor,a.name].join(", ");if(CKEDITOR.env.gecko&& +CKEDITOR.env.version<10900&&a.lang.dir=="rtl")a.lang.dir="ltr";if(!a.config.contentsLangDirection)a.config.contentsLangDirection=a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?a.element.getDirection(1):a.lang.dir;a.fire("langLoaded");k(a)})}function k(a){a.getStylesSet(function(b){a.once("loaded",function(){a.fire("stylesSet",{styles:b})},null,null,1);o(a)})}function o(a){var b=a.config,c=b.plugins,e=b.extraPlugins,d=b.removePlugins;if(e)var j=RegExp("(?:^|,)(?:"+e.replace(/\s*,\s*/g,"|")+")(?=,|$)", +"g"),c=c.replace(j,""),c=c+(","+e);if(d)var i=RegExp("(?:^|,)(?:"+d.replace(/\s*,\s*/g,"|")+")(?=,|$)","g"),c=c.replace(i,"");CKEDITOR.env.air&&(c=c+",adobeair");CKEDITOR.plugins.load(c.split(","),function(c){var e=[],d=[],j=[];a.plugins=c;for(var m in c){var g=c[m],h=g.lang,k=null,l=g.requires,v;CKEDITOR.tools.isArray(l)&&(l=l.join(","));if(l&&(v=l.match(i)))for(;l=v.pop();)CKEDITOR.tools.setTimeout(function(a,b){throw Error('Plugin "'+a.replace(",","")+'" cannot be removed from the plugins list, because it\'s required by "'+ +b+'" plugin.');},0,null,[l,m]);if(h&&!a.lang[m]){h.split&&(h=h.split(","));if(CKEDITOR.tools.indexOf(h,a.langCode)>=0)k=a.langCode;else{k=a.langCode.replace(/-.*/,"");k=k!=a.langCode&&CKEDITOR.tools.indexOf(h,k)>=0?k:CKEDITOR.tools.indexOf(h,"en")>=0?"en":h[0]}if(!g.langEntries||!g.langEntries[k])j.push(CKEDITOR.getUrl(g.path+"lang/"+k+".js"));else{a.lang[m]=g.langEntries[k];k=null}}d.push(k);e.push(g)}CKEDITOR.scriptLoader.load(j,function(){for(var c=["beforeInit","init","afterInit"],j=0;j<c.length;j++)for(var i= +0;i<e.length;i++){var m=e[i];j===0&&(d[i]&&m.lang&&m.langEntries)&&(a.lang[m.name]=m.langEntries[d[i]]);if(m[c[j]])m[c[j]](a)}a.fireOnce("pluginsLoaded");b.keystrokes&&a.setKeystroke(a.config.keystrokes);for(i=0;i<a.config.blockedKeystrokes.length;i++)a.keystrokeHandler.blockedKeystrokes[a.config.blockedKeystrokes[i]]=1;a.status="loaded";a.fireOnce("loaded");CKEDITOR.fire("instanceLoaded",null,a)})})}function s(){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 true}return false}a.prototype=CKEDITOR.editor.prototype;CKEDITOR.editor=a;var q=0,u={};CKEDITOR.tools.extend(CKEDITOR.editor.prototype,{addCommand:function(a,b){b.name=a.toLowerCase();var e=new CKEDITOR.command(this,b);this.mode&&c(this,e);return this.commands[a]=e},_attachToForm:function(){var a=this,b=a.element,c=new CKEDITOR.dom.element(b.$.form);if(b.is("textarea")&&c){var e=function(c){a.updateElement(); +a._.required&&(!b.getValue()&&a.fire("required")===false)&&c.data.preventDefault()};c.on("submit",e);if(c.$.submit&&c.$.submit.call&&c.$.submit.apply)c.$.submit=CKEDITOR.tools.override(c.$.submit,function(a){return function(){e();a.apply?a.apply(this):a()}});a.on("destroy",function(){c.removeListener("submit",e)})}},destroy:function(a){this.fire("beforeDestroy");!a&&s.call(this);this.editable(null);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),e={name:a,commandData:b,command:c};if(c&&c.state!=CKEDITOR.TRISTATE_DISABLED&&this.fire("beforeCommandExec",e)!==false){e.returnValue=c.exec(e.commandData);if(!c.async&&this.fire("afterCommandExec", +e)!==false)return e.returnValue}return false},getCommand:function(a){return this.commands[a]},getData:function(a){!a&&this.fire("beforeGetData");var b=this._.data;if(typeof b!="string")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");if(typeof a!="string"){var b=this.element;b&&this.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE&& +(a=b.is("textarea")?b.getValue():b.getHtml())}return a},loadSnapshot:function(a){this.fire("loadSnapshot",a)},setData:function(a,b,c){if(b)this.on("dataReady",function(a){a.removeListener();b.call(a.editor)});a={dataValue:a};!c&&this.fire("setData",a);this._.data=a.dataValue;!c&&this.fire("afterSetData",a)},setReadOnly:function(a){a=a==void 0||a;if(this.readOnly!=a){this.readOnly=a;this.keystrokeHandler.blockedKeystrokes[8]=+a;this.editable().setReadOnly(a);this.fire("readOnly")}},insertHtml:function(a, +b){this.fire("insertHtml",{dataValue:a,mode:b})},insertText:function(a){this.fire("insertText",a)},insertElement:function(a){this.fire("insertElement",a)},focus:function(){this.fire("beforeFocus")},checkDirty:function(){return this.status=="ready"&&this._.previousValue!==this.getSnapshot()},resetDirty:function(){this._.previousValue=this.getSnapshot()},updateElement:function(){return s.call(this)},setKeystroke:function(){for(var a=this.keystrokeHandler.keystrokes,b=CKEDITOR.tools.isArray(arguments[0])? +arguments[0]:[[].slice.call(arguments,0)],c,e,d=b.length;d--;){c=b[d];e=0;if(CKEDITOR.tools.isArray(c)){e=c[1];c=c[0]}e?a[c]=e:delete a[c]}},addFeature:function(a){return this.filter.addFeature(a)},setActiveFilter:function(a){if(!a)a=this.filter;if(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,true))}},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")}}})})();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:RegExp("<(?:(?:\\/([^>]+)>)|(?:!--([\\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,i=0,g;c=this._.htmlPartsRegex.exec(b);){e=c.index;if(e>i){i=b.substring(i,e);if(g)g.push(i);else this.onText(i)}i= +this._.htmlPartsRegex.lastIndex;if(e=c[1]){e=e.toLowerCase();if(g&&CKEDITOR.dtd.$cdata[e]){this.onCDATA(g.join(""));g=null}if(!g){this.onTagClose(e);continue}}if(g)g.push(c[0]);else if(e=c[3]){e=e.toLowerCase();if(!/="/.test(e)){var l={},h;c=c[4];var k=!!(c&&c.charAt(c.length-1)=="/");if(c)for(;h=a.exec(c);){var o=h[1].toLowerCase();h=h[2]||h[3]||h[4]||"";l[o]=!h&&d[o]?o:CKEDITOR.tools.htmlDecodeAttr(h)}this.onTagOpen(e,l,k);!g&&CKEDITOR.dtd.$cdata[e]&&(g=[])}}else if(e=c[2])this.onComment(e)}if(b.length> +i)this.onText(b.substring(i,b.length))}}})(); +CKEDITOR.htmlParser.basicWriter=CKEDITOR.tools.createClass({$:function(){this._={output:[]}},proto:{openTag:function(a){this._.output.push("<",a)},openTagClose:function(a,d){d?this._.output.push(" />"):this._.output.push(">")},attribute:function(a,d){typeof d=="string"&&(d=CKEDITOR.tools.htmlEncodeAttr(d));this._.output.push(" ",a,'="',d,'"')},closeTag:function(a){this._.output.push("</",a,">")},text:function(a){this._.output.push(a)},comment:function(a){this._.output.push("<\!--",a,"--\>")},write:function(a){this._.output.push(a)}, +reset:function(){this._.output=[];this._.indent=false},getHtml:function(a){var d=this._.output.join("");a&&this.reset();return d}}});"use strict"; +(function(){CKEDITOR.htmlParser.node=function(){};CKEDITOR.htmlParser.node.prototype={remove:function(){var a=this.parent.children,d=CKEDITOR.tools.indexOf(a,this),b=this.previous,c=this.next;b&&(b.next=c);c&&(c.previous=b);a.splice(d,1);this.parent=null},replaceWith:function(a){var d=this.parent.children,b=CKEDITOR.tools.indexOf(d,this),c=a.previous=this.previous,e=a.next=this.next;c&&(c.next=a);e&&(e.previous=a);d[b]=a;a.parent=this.parent;this.parent=null},insertAfter:function(a){var d=a.parent.children, +b=CKEDITOR.tools.indexOf(d,a),c=a.next;d.splice(b+1,0,this);this.next=a.next;this.previous=a;a.next=this;c&&(c.previous=this);this.parent=a.parent},insertBefore:function(a){var d=a.parent.children,b=CKEDITOR.tools.indexOf(d,a);d.splice(b,0,this);this.next=a;(this.previous=a.previous)&&(a.previous.next=this);a.previous=this;this.parent=a.parent},getAscendant:function(a){var d=typeof a=="function"?a:typeof a=="string"?function(b){return b.name==a}:function(b){return b.name in a},b=this.parent;for(;b&& +b.type==CKEDITOR.NODE_ELEMENT;){if(d(b))return b;b=b.parent}return null},wrapWith:function(a){this.replaceWith(a);a.add(this);return a},getIndex:function(){return CKEDITOR.tools.indexOf(this.parent.children,this)},getFilterContext:function(a){return a||{}}}})();"use strict";CKEDITOR.htmlParser.comment=function(a){this.value=a;this._={isBlockLike:false}}; +CKEDITOR.htmlParser.comment.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_COMMENT,filter:function(a,d){var b=this.value;if(!(b=a.onComment(d,b,this))){this.remove();return false}if(typeof b!="string"){this.replaceWith(b);return false}this.value=b;return true},writeHtml:function(a,d){d&&this.filter(d);a.comment(this.value)}});"use strict"; +(function(){CKEDITOR.htmlParser.text=function(a){this.value=a;this._={isBlockLike:false}};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))){this.remove();return false}},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:true,hasInlineStarted:false}}; +(function(){function a(a){return a.attributes["data-cke-survive"]?false:a.name=="a"&&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(i,g,l){function h(a){var b;if(y.length>0)for(var c=0;c<y.length;c++){var e=y[c],d=e.name,f=CKEDITOR.dtd[d],j=m.name&&CKEDITOR.dtd[m.name];if((!j||j[d])&&(!a||!f||f[a]||!CKEDITOR.dtd[a])){if(!b){k();b=1}e=e.clone();e.parent=m;m=e;y.splice(c,1);c--}else if(d==m.name){s(m,m.parent,1);c--}}}function k(){for(;A.length;)s(A.shift(),m)}function o(a){if(a._.isBlockLike&&a.name!="pre"&&a.name!="textarea"){var b=a.children.length,c=a.children[b-1],e;if(c&&c.type==CKEDITOR.NODE_TEXT)(e=CKEDITOR.tools.rtrim(c.value))? +c.value=e:a.children.length=b-1}}function s(b,c,e){var c=c||m||p,d=m;if(b.previous===void 0){if(q(c,b)){m=c;f.onTagOpen(l,{});b.returnPoint=c=m}o(b);(!a(b)||b.children.length)&&c.add(b);b.name=="pre"&&(n=false);b.name=="textarea"&&(j=false)}if(b.returnPoint){m=b.returnPoint;delete b.returnPoint}else m=e?c:d}function q(a,b){if((a==p||a.name=="body")&&l&&(!a.name||CKEDITOR.dtd[a.name][l])){var c,e;return(c=b.attributes&&(e=b.attributes["data-cke-real-element-type"])?e: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||a=="dt"&&b=="dd"||a=="dd"&&b=="dt":false}var f=new CKEDITOR.htmlParser,p=g instanceof CKEDITOR.htmlParser.element?g:typeof g=="string"?new CKEDITOR.htmlParser.element(g):new CKEDITOR.htmlParser.fragment,y=[],A=[],m=p,j=p.name=="textarea",n=p.name=="pre";f.onTagOpen=function(e,i,g,p){i=new CKEDITOR.htmlParser.element(e,i);if(i.isUnknown&&g)i.isEmpty= +true;i.isOptionalClose=p;if(a(i))y.push(i);else{if(e=="pre")n=true;else{if(e=="br"&&n){m.add(new CKEDITOR.htmlParser.text("\n"));return}e=="textarea"&&(j=true)}if(e=="br")A.push(i);else{for(;;){p=(g=m.name)?CKEDITOR.dtd[g]||(m._.isBlockLike?CKEDITOR.dtd.div:CKEDITOR.dtd.span):c;if(!i.isUnknown&&!m.isUnknown&&!p[e])if(m.isOptionalClose)f.onTagClose(g);else if(e in b&&g in b){g=m.children;(g=g[g.length-1])&&g.name=="li"||s(g=new CKEDITOR.htmlParser.element("li"),m);!i.returnPoint&&(i.returnPoint=m); +m=g}else if(e in CKEDITOR.dtd.$listItem&&!u(e,g))f.onTagOpen(e=="li"?"ul":"dl",{},0,1);else if(g in d&&!u(e,g)){!i.returnPoint&&(i.returnPoint=m);m=m.parent}else{g in CKEDITOR.dtd.$inline&&y.unshift(m);if(m.parent)s(m,m.parent,1);else{i.isOrphan=1;break}}else break}h(e);k();i.parent=m;i.isEmpty?s(i):m=i}}};f.onTagClose=function(a){for(var b=y.length-1;b>=0;b--)if(a==y[b].name){y.splice(b,1);return}for(var c=[],e=[],d=m;d!=p&&d.name!=a;){d._.isBlockLike||e.unshift(d);c.push(d);d=d.returnPoint||d.parent}if(d!= +p){for(b=0;b<c.length;b++){var f=c[b];s(f,f.parent)}m=d;d._.isBlockLike&&k();s(d,d.parent);if(d==m)m=m.parent;y=y.concat(e)}a=="body"&&(l=false)};f.onText=function(a){if((!m._.hasInlineStarted||A.length)&&!n&&!j){a=CKEDITOR.tools.ltrim(a);if(a.length===0)return}var b=m.name,i=b?CKEDITOR.dtd[b]||(m._.isBlockLike?CKEDITOR.dtd.div:CKEDITOR.dtd.span):c;if(!j&&!i["#"]&&b in d){f.onTagOpen(e[b]||"");f.onText(a)}else{k();h();!n&&!j&&(a=a.replace(/[\t\r\n ]{2,}|[\t\r\n]/g," "));a=new CKEDITOR.htmlParser.text(a); +if(q(m,a))this.onTagOpen(l,{},0,1);m.add(a)}};f.onCDATA=function(a){m.add(new CKEDITOR.htmlParser.cdata(a))};f.onComment=function(a){k();h();m.add(new CKEDITOR.htmlParser.comment(a))};f.parse(i);for(k();m!=p;)s(m,m.parent,1);o(p);return p};CKEDITOR.htmlParser.fragment.prototype={type:CKEDITOR.NODE_DOCUMENT_FRAGMENT,add:function(a,b){isNaN(b)&&(b=this.children.length);var c=b>0?this.children[b-1]:null;if(c){if(a._.isBlockLike&&c.type==CKEDITOR.NODE_TEXT){c.value=CKEDITOR.tools.rtrim(c.value);if(c.value.length=== +0){this.children.pop();this.add(a);return}}c.next=a}a.previous=c;a.parent=this;this.children.splice(b,0,a);if(!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,false,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++)this.children[b].filter(a, +c)===false&&b--}},writeHtml:function(a,b){b&&this.filter(b);this.writeChildrenHtml(a)},writeChildrenHtml:function(a,b,c){var e=this.getFilterContext();if(c&&!this.parent&&b)b.onRoot(e,this);b&&this.filterChildren(b,false,e);b=0;c=this.children;for(e=c.length;b<e;b++)c[b].writeHtml(a)},forEach:function(a,b,c){if(!c&&(!b||this.type==b))var e=a(this);if(e!==false)for(var c=this.children,d=0;d<c.length;d++){e=c[d];e.type==CKEDITOR.NODE_ELEMENT?e.forEach(a,b):(!b||e.type==b)&&a(e)}},getFilterContext:function(a){return a|| +{}}}})();"use strict"; +(function(){function a(){this.rules=[]}function d(b,c,e,d){var g,l;for(g in c){(l=b[g])||(l=b[g]=new a);l.add(c[g],e,d)}}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;if(typeof c=="number")e=c;else if(c&&"priority"in +c)e=c.priority;typeof e!="number"&&(e=10);typeof c!="object"&&(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,e){return this.textRules.exec(a,c,e)},onComment:function(a,c,e){return this.commentRules.exec(a,c,e)},onRoot:function(a,c){return this.rootRules.exec(a,c)},onElement:function(a,c){for(var e=[this.elementsRules["^"],this.elementsRules[c.name],this.elementsRules.$],d,g=0;g<3;g++)if(d=e[g]){d=d.exec(a,c,this);if(d===false)return null;if(d&&d!=c)return this.onNode(a,d);if(c.parent&&!c.name)break}return c}, +onNode:function(a,c){var e=c.type;return e==CKEDITOR.NODE_ELEMENT?this.onElement(a,c):e==CKEDITOR.NODE_TEXT?new CKEDITOR.htmlParser.text(this.onText(a,c.value)):e==CKEDITOR.NODE_COMMENT?new CKEDITOR.htmlParser.comment(this.onComment(a,c.value)):null},onAttribute:function(a,c,e,d){return(e=this.attributesRules[e])?e.exec(a,d,c,this):d}}});CKEDITOR.htmlParser.filterRulesGroup=a;a.prototype={add:function(a,c,e){this.rules.splice(this.findIndex(c),0,{value:a,priority:c,options:e})},addMany:function(a, +c,e){for(var d=[this.findIndex(c),0],g=0,l=a.length;g<l;g++)d.push({value:a[g],priority:c,options:e});this.rules.splice.apply(this.rules,d)},findIndex:function(a){for(var c=this.rules,e=c.length-1;e>=0&&a<c[e].priority;)e--;return e+1},exec:function(a,c){var e=c instanceof CKEDITOR.htmlParser.node||c instanceof CKEDITOR.htmlParser.fragment,d=Array.prototype.slice.call(arguments,1),g=this.rules,l=g.length,h,k,o,s;for(s=0;s<l;s++){if(e){h=c.type;k=c.name}o=g[s];if(!(a.nonEditable&&!o.options.applyToAll|| +a.nestedEditable&&o.options.excludeNestedEditable)){o=o.value.apply(null,d);if(o===false||e&&o&&(o.name!=k||o.type!=h))return o;o!=void 0&&(d[0]=c=o)}}return c},execOnName:function(a,c){for(var e=0,d=this.rules,g=d.length,l;c&&e<g;e++){l=d[e];!(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 f(a){return a||CKEDITOR.env.needsNbspFiller?new CKEDITOR.htmlParser.text(" "):new CKEDITOR.htmlParser.element("br",{"data-cke-bogus":1})}function j(a,e){return function(d){if(d.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT){var j=[],m=b(d),n,g;if(m)for(t(m,1)&&j.push(m);m;){if(i(m)&&(n=c(m))&&t(n))if((g=c(n))&&!i(g))j.push(n);else{f(h).insertAfter(n);n.remove()}m=m.previous}for(m=0;m<j.length;m++)j[m].remove();if(j=CKEDITOR.env.opera&&!a||(typeof e=="function"?e(d)!== +false:e))if(!h&&!CKEDITOR.env.needsBrFiller&&d.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT)j=false;else if(!h&&!CKEDITOR.env.needsBrFiller&&(document.documentMode>7||d.name in CKEDITOR.dtd.tr||d.name in CKEDITOR.dtd.$listItem))j=false;else{j=b(d);j=!j||d.name=="form"&&j.name=="input"}j&&d.add(f(a))}}}function t(a,b){if((!h||CKEDITOR.env.needsBrFiller)&&a.type==CKEDITOR.NODE_ELEMENT&&a.name=="br"&&!a.attributes["data-cke-eol"])return true;var c;if(a.type==CKEDITOR.NODE_TEXT&&(c=a.value.match(y))){if(c.index){(new CKEDITOR.htmlParser.text(a.value.substring(0, +c.index))).insertBefore(a);a.value=c[0]}if(!CKEDITOR.env.needsBrFiller&&h&&(!b||a.parent.name in p))return true;if(!h)if((c=a.previous)&&c.name=="br"||!c||i(c))return true}return false}var v={elements:{}},h=d=="html",p=CKEDITOR.tools.extend({},n),r;for(r in p)"#"in m[r]||delete p[r];for(r in p)v.elements[r]=j(h,a.config.fillEmptyBlocks!==false);v.root=j(h);v.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 j=c(b);!d&&i(b.parent)?g(b.parent,f(a)):i(d)&&(j&&!i(j))&&f(a).insertBefore(d)}}}}(h);return v}function d(a,b){return a!=CKEDITOR.ENTER_BR&&b!==false?a==CKEDITOR.ENTER_DIV?"div":"p":false}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 i(a){return a&&(a.type==CKEDITOR.NODE_ELEMENT&&a.name in n||a.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT)}function g(a,b){var c=a.children[a.children.length-1];a.children.push(b);b.parent=a;if(c){c.next=b;b.previous=c}}function l(a){a=a.attributes;a.contenteditable!="false"&&(a["data-cke-editable"]=a.contenteditable?"true":1);a.contenteditable="false"}function h(a){a=a.attributes;switch(a["data-cke-editable"]){case "true":a.contenteditable="true";break;case "1":delete a.contenteditable}} +function k(a){return a.replace(G,function(a,b,c){return"<"+b+c.replace(I,function(a,b){return B.test(b)&&c.indexOf("data-cke-saved-"+b)==-1?" data-cke-saved-"+a+" data-cke-"+CKEDITOR.rnd+"-"+a:a})+">"})}function o(a,b){return a.replace(b,function(a,b,c){a.indexOf("<textarea")===0&&(a=b+u(c).replace(/</g,"<").replace(/>/g,">")+"</textarea>");return"<cke:encoded>"+encodeURIComponent(a)+"</cke:encoded>"})}function s(a){return a.replace(v,function(a,b){return decodeURIComponent(b)})}function q(a){return a.replace(/<\!--(?!{cke_protected})[\s\S]+?--\>/g, +function(a){return"<\!--"+A+"{C}"+encodeURIComponent(a).replace(/--/g,"%2D%2D")+"--\>"})}function u(a){return a.replace(/<\!--\{cke_protected\}\{C\}([\s\S]+?)--\>/g,function(a,b){return decodeURIComponent(b)})}function f(a,b){var c=b._.dataStore;return a.replace(/<\!--\{cke_protected\}([\s\S]+?)--\>/g,function(a,b){return decodeURIComponent(b)}).replace(/\{cke_protected_(\d+)\}/g,function(a,b){return c&&c[b]||""})}function p(a,b){for(var c=[],e=b.config.protectedSource,d=b._.dataStore||(b._.dataStore= +{id:1}),f=/<\!--\{cke_temp(comment)?\}(\d*?)--\>/g,e=[/<script[\s\S]*?<\/script>/gi,/<noscript[\s\S]*?<\/noscript>/gi].concat(e),a=a.replace(/<\!--[\s\S]*?--\>/g,function(a){return"<\!--{cke_tempcomment}"+(c.push(a)-1)+"--\>"}),j=0;j<e.length;j++)a=a.replace(e[j],function(a){a=a.replace(f,function(a,b,e){return c[e]});return/cke_temp(comment)?/.test(a)?a:"<\!--{cke_temp}"+(c.push(a)-1)+"--\>"});a=a.replace(f,function(a,b,e){return"<\!--"+A+(b?"{C}":"")+encodeURIComponent(c[e]).replace(/--/g,"%2D%2D")+ +"--\>"});return a.replace(/<\w([^'">]+|'[^']*'|"[^"]*")+>/g,function(a){return a.replace(/<\!--\{cke_protected\}([^>]*)--\>/g,function(a,b){d[d.id]=decodeURIComponent(b);return"{cke_protected_"+d.id++ +"}"})})}CKEDITOR.htmlDataProcessor=function(b){var c,e,j=this;this.editor=b;this.dataFilter=c=new CKEDITOR.htmlParser.filter;this.htmlFilter=e=new CKEDITOR.htmlParser.filter;this.writer=new CKEDITOR.htmlParser.basicWriter;c.addRules(r);c.addRules(J,{applyToAll:true});c.addRules(a(b,"data"),{applyToAll:true}); +e.addRules(t);e.addRules(w,{applyToAll:true});e.addRules(a(b,"html"),{applyToAll:true});b.on("toHtml",function(a){var a=a.data,c=a.dataValue,c=p(c,b),c=o(c,H),c=k(c),c=o(c,N),c=c.replace(x,"$1cke:$2"),c=c.replace(D,"<cke:$1$2></cke:$1>"),c=CKEDITOR.env.opera?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"),e=a.context||b.editable().getName(),f;if(CKEDITOR.env.ie&&CKEDITOR.env.version<9&&e=="pre"){e="div";c="<pre>"+c+"</pre>"; +f=1}e=b.document.createElement(e);e.setHtml("a"+c);c=e.getHtml().substr(1);c=c.replace(RegExp("data-cke-"+CKEDITOR.rnd+"-","ig"),"");f&&(c=c.replace(/^<pre>|<\/pre>$/gi,""));c=c.replace(C,"$1$2");c=s(c);c=u(c);a.dataValue=CKEDITOR.htmlParser.fragment.fromHtml(c,a.context,a.fixForBody===false?false:d(a.enterMode,b.config.autoParagraph))},null,null,5);b.on("toHtml",function(a){a.data.filter.applyTo(a.data.dataValue,true,a.data.dontFilter,a.data.enterMode)&&b.fire("dataFiltered")},null,null,6);b.on("toHtml", +function(a){a.data.dataValue.filterChildren(j.dataFilter,true)},null,null,10);b.on("toHtml",function(a){var a=a.data,b=a.dataValue,c=new CKEDITOR.htmlParser.basicWriter;b.writeChildrenHtml(c);b=c.getHtml(true);a.dataValue=q(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(j.htmlFilter,true)},null,null,10);b.on("toDataFormat",function(a){a.data.filter.applyTo(a.data.dataValue,false,true)},null,null,11);b.on("toDataFormat",function(a){var c=a.data.dataValue,e=j.writer;e.reset();c.writeChildrenHtml(e);c=e.getHtml(true);c=u(c);c=f(c,b);a.data.dataValue=c},null,null,15)};CKEDITOR.htmlDataProcessor.prototype={toHtml:function(a,b,c,e){var d=this.editor,f,j,m;if(b&&typeof b=="object"){f=b.context;c=b.fixForBody;e=b.dontFilter;j= +b.filter;m=b.enterMode}else f=b;!f&&f!==null&&(f=d.editable().getName());return d.fire("toHtml",{dataValue:a,context:f,fixForBody:c,dontFilter:e,filter:j||d.filter,enterMode:m||d.enterMode}).dataValue},toDataFormat:function(a,b){var c,e,d;if(b){c=b.context;e=b.filter;d=b.enterMode}!c&&c!==null&&(c=this.editor.editable().getName());return this.editor.fire("toDataFormat",{dataValue:a,filter:e||this.editor.filter,context:c,enterMode:d||this.editor.enterMode}).dataValue}};var y=/(?: |\xa0)$/,A="{cke_protected}", +m=CKEDITOR.dtd,j=["caption","colgroup","col","thead","tfoot","tbody"],n=CKEDITOR.tools.extend({},m.$blockLimit,m.$block),r={elements:{input:l,textarea:l}},J={attributeNames:[[/^on/,"data-cke-pa-on"],[/^data-cke-expando$/,""]]},t={elements:{embed:function(a){var b=a.parent;if(b&&b.name=="object"){var c=b.attributes.width,b=b.attributes.height;if(c)a.attributes.width=c;if(b)a.attributes.height=b}},a:function(a){if(!a.children.length&&!a.attributes.name&&!a.attributes["data-cke-saved-name"])return false}}}, +w={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 false;for(var c=["name","href","src"],e,d=0;d<c.length;d++){e="data-cke-saved-"+c[d];e in b&&delete b[c[d]]}}return a},table:function(a){a.children.slice(0).sort(function(a,b){var c,e;if(a.type==CKEDITOR.NODE_ELEMENT&&b.type==a.type){c=CKEDITOR.tools.indexOf(j,a.name);e=CKEDITOR.tools.indexOf(j, +b.name)}if(!(c>-1&&e>-1&&c!=e)){c=a.parent?a.getIndex():-1;e=b.parent?b.getIndex():-1}return c>e?1:-1})},param:function(a){a.children=[];a.isEmpty=true;return a},span:function(a){a.attributes["class"]=="Apple-style-span"&&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];if(b&&b.value)b.value=CKEDITOR.tools.trim(b.value);if(!a.attributes.type)a.attributes.type= +"text/css"},title:function(a){var b=a.children[0];!b&&g(a,b=new CKEDITOR.htmlParser.text);b.value=a.attributes["data-cke-title"]||""},input:h,textarea:h},attributes:{"class":function(a){return CKEDITOR.tools.ltrim(a.replace(/(?:^|\s+)cke_[^\s]*/g,""))||false}}};if(CKEDITOR.env.ie)w.attributes.style=function(a){return a.replace(/(^|;)([^\:]+)/g,function(a){return a.toLowerCase()})};var G=/<(a|area|img|input|source)\b([^>]*)>/gi,I=/([\w-]+)\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|(?:[^ "'>]+))/gi,B=/^(href|src|name)$/i, +N=/(?:<style(?=[ >])[^>]*>[\s\S]*?<\/style>)|(?:<(:?link|meta|base)[^>]*>)/gi,H=/(<textarea(?=[ >])[^>]*>)([\s\S]*?)(?:<\/textarea>)/gi,v=/<cke:encoded>([^<]*)<\/cke:encoded>/gi,x=/(<\/?)((?:object|embed|param|html|body|head|title)[^>]*>)/gi,C=/(<\/?)cke:((?:html|body|head|title)[^>]*>)/gi,D=/<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]||b=="br"));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){c=="font-family"&&(e=e.replace(/["']/g,""));d[c.toLowerCase()]=e});return{rules:d,populate:function(a){var c=this.toString();if(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&&(typeof a=="string"?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,g,l,b=d.getFilterContext(b);if(b.off)return true; +if(!d.parent)a.onRoot(b,d);for(;;){g=d.name;if(!(l=a.onElementName(b,g))){this.remove();return false}d.name=l;if(!(d=a.onElement(b,d))){this.remove();return false}if(d!==this){this.replaceWith(d);return false}if(d.name==g)break;if(d.type!=CKEDITOR.NODE_ELEMENT){this.replaceWith(d);return false}if(!d.name){this.replaceWithChildren();return false}}g=d.attributes;var h,k;for(h in g){k=h;for(l=g[h];;)if(k=a.onAttributeName(b,h))if(k!=h){delete g[h];h=k}else break;else{delete g[h];break}k&&((l=a.onAttribute(b, +d,k,l))===false?delete g[k]:g[k]=l)}d.isEmpty||this.filterChildren(a,false,b);return true},filterChildren:b.filterChildren,writeHtml:function(a,b){b&&this.filter(b);var i=this.name,g=[],l=this.attributes,h,k;a.openTag(i,l);for(h in l)g.push([h,l[h]]);a.sortAttributes&&g.sort(d);h=0;for(k=g.length;h<k;h++){l=g[h];a.attribute(l[0],l[1])}a.openTagClose(i,this.isEmpty);this.writeChildrenHtml(a);this.isEmpty||a.closeTag(i)},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;typeof b!="function"&&(b=a(b));for(var e=0,d=this.children.length;e<d;++e)if(b(this.children[e]))return this.children[e];return null},getHtml:function(){var a=new CKEDITOR.htmlParser.basicWriter;this.writeChildrenHtml(a);return a.getHtml()},setHtml:function(a){for(var a=this.children=CKEDITOR.htmlParser.fragment.fromHtml(a).children,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(),g=0;g<b.length;++g)b[g].parent=d;d.children=b;if(b[0])b[0].previous=null;if(a>0)this.children[a-1].next=null;this.parent.add(d,this.getIndex()+1);return d},removeClass:function(a){var b=this.attributes["class"];if(b)(b=CKEDITOR.tools.trim(b.replace(RegExp("(?:\\s+|^)"+a+ +"(?:\\s+|$)")," ")))?this.attributes["class"]=b:delete this.attributes["class"]},hasClass:function(a){var b=this.attributes["class"];return!b?false:RegExp("(?:^|\\s)"+a+"(?=\\s|$)").test(b)},getFilterContext:function(a){var b=[];a||(a={off:false,nonEditable:false,nestedEditable:false});!a.off&&this.attributes["data-cke-processor"]=="off"&&b.push("off",true);!a.nonEditable&&this.attributes.contenteditable=="false"?b.push("nonEditable",true):this.name!="body"&&(!a.nestedEditable&&this.attributes.contenteditable== +"true")&&b.push("nestedEditable",true);if(b.length)for(var a=CKEDITOR.tools.copy(a),d=0;d<b.length;d=d+2)a[b[d]]=b[d+1];return a}},true)})();(function(){var a={},d=/{([^}]+)}/g,b=/([\\'])/g,c=/\n/g,e=/\r/g;CKEDITOR.template=function(i){if(a[i])this.output=a[i];else{var g=i.replace(b,"\\$1").replace(c,"\\n").replace(e,"\\r").replace(d,function(a,b){return"',data['"+b+"']==undefined?'{"+b+"}':data['"+b+"'],'"});this.output=a[i]=Function("data","buffer","return buffer?buffer.push('"+g+"'):['"+g+"'].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(){if(CKEDITOR.currentInstance!=a){CKEDITOR.currentInstance=a;CKEDITOR.fire("currentInstance")}});a.on("blur",function(){if(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;if(c){b.setData(c.getValue(),null,true);a=CKEDITOR.dom.element.createFromHtml('<div contenteditable="'+!!b.readOnly+'" class="cke_textarea_inline">'+c.getValue()+"</div>",CKEDITOR.document); +a.insertAfter(c);c.hide();c.$.form&&b._attachToForm()}else b.setData(a.getHtml(),null,true);b.on("loaded",function(){b.fire("uiReady");b.editable(a);b.container=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(){if(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,i=c.count();e<i;e++){a=c.getItem(e);if(a.getAttribute("contenteditable")=="true"){d={element:a,config:{}};CKEDITOR.fire("inline",d)!==false&&CKEDITOR.inline(a,d.config)}}};CKEDITOR.domReady(function(){!CKEDITOR.disableAutoInline&&CKEDITOR.inlineAll()})})();CKEDITOR.replaceClass="ckeditor"; +(function(){function a(a,c,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 h=new CKEDITOR.editor(c,a,l);if(l==CKEDITOR.ELEMENT_MODE_REPLACE){a.setStyle("visibility","hidden");h._.required=a.hasAttribute("required");a.removeAttribute("required")}g&&h.setData(g,null,true);h.on("loaded",function(){b(h);l==CKEDITOR.ELEMENT_MODE_REPLACE&&(h.config.autoUpdateElement&& +a.$.form)&&h._attachToForm();h.setMode(h.config.startupMode,function(){h.resetDirty();h.status="ready";h.fireOnce("instanceReady");CKEDITOR.fire("instanceReady",null,h)})});h.on("destroy",d);return h}function d(){var a=this.container,b=this.element;if(a){a.clearCustomData();a.remove()}if(b){b.clearCustomData();if(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, +h=a.fire("uiSpace",{space:"top",html:""}).html,k=a.fire("uiSpace",{space:"bottom",html:""}).html;c||(c=CKEDITOR.addTemplate("maincontainer",'<{outerEl} id="cke_{name}" class="{id} cke cke_reset cke_chrome cke_editor_{name} cke_{langDir} '+CKEDITOR.env.cssClass+'" dir="{langDir}" lang="{langCode}" role="application" aria-labelledby="cke_{name}_arialbl"><span id="cke_{name}_arialbl" class="cke_voice_label">{voiceLabel}</span><{outerEl} class="cke_inner cke_reset" role="presentation">{topHtml}<{outerEl} id="{contentId}" class="cke_contents cke_reset" role="presentation"></{outerEl}>{bottomHtml}</{outerEl}></{outerEl}>')); +b=CKEDITOR.dom.element.createFromHtml(c.output({id:a.id,name:b,langDir:a.lang.dir,langCode:a.langCode,voiceLabel:[a.lang.editor,a.name].join(", "),topHtml:h?'<span id="'+a.ui.spaceId("top")+'" class="cke_top cke_reset_all" role="presentation" style="height:auto">'+h+"</span>":"",contentId:a.ui.spaceId("contents"),bottomHtml:k?'<span id="'+a.ui.spaceId("bottom")+'" class="cke_bottom cke_reset_all" role="presentation">'+k+"</span>":"",outerEl:CKEDITOR.env.ie?"span":"div"}));if(l==CKEDITOR.ELEMENT_MODE_REPLACE){d.hide(); +b.insertAfter(d)}else d.append(b);a.container=b;h&&a.ui.space("top").unselectable();k&&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,c){return a(b,c,null,CKEDITOR.ELEMENT_MODE_REPLACE)};CKEDITOR.appendTo=function(b,c,d){return a(b, +c,d,CKEDITOR.ELEMENT_MODE_APPENDTO)};CKEDITOR.replaceAll=function(){for(var a=document.getElementsByTagName("textarea"),b=0;b<a.length;b++){var c=null,d=a[b];if(d.name||d.id){if(typeof arguments[0]=="string"){if(!RegExp("(?:^|\\s)"+arguments[0]+"(?:$|\\s)").test(d.className))continue}else if(typeof arguments[0]=="function"){c={};if(arguments[0](d,c)===false)continue}this.replace(d,c)}}};CKEDITOR.editor.prototype.addMode=function(a,b){(this._.modes||(this._.modes={}))[a]=b};CKEDITOR.editor.prototype.setMode= +function(a,b){var c=this,d=this._.modes;if(!(a==c.mode||!d||!d[a])){c.fire("beforeSetMode",a);if(c.mode){var h=c.checkDirty();c._.previousMode=c.mode;c.fire("beforeModeUnload");c.editable(0);c.ui.space("contents").setHtml("");c.mode=""}this._.modes[a](function(){c.mode=a;h!==void 0&&!h&&c.resetDirty();setTimeout(function(){c.fire("mode");b&&b.call(c)},0)})}};CKEDITOR.editor.prototype.resize=function(a,b,c,d){var h=this.container,k=this.ui.space("contents"),o=CKEDITOR.env.webkit&&this.document&&this.document.getWindow().$.frameElement, +d=d?h.getChild(1):h;d.setSize("width",a,true);o&&(o.style.width="1%");k.setStyle("height",Math.max(b-(c?0:(d.$.offsetHeight||0)-(k.$.clientHeight||0)),0)+"px");o&&(o.style.width="100%");this.fire("resize")};CKEDITOR.editor.prototype.getResizable=function(a){return a?this.ui.space("contents"):this.container};var c;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,i=e.blockLimit,m=a.data.selection,j=m.getRanges()[0],n;if(CKEDITOR.env.gecko||CKEDITOR.env.ie&&CKEDITOR.env.needsBrFiller)if(m=d(m,e)){m.appendBogus();n=CKEDITOR.env.ie}if(b.config.autoParagraph!==false&&b.activeEnterMode!=CKEDITOR.ENTER_BR&&b.editable().equals(i)&&!e.block&&j.collapsed&&!j.getCommonAncestor().isReadOnly()){e=j.clone();e.enlarge(CKEDITOR.ENLARGE_BLOCK_CONTENTS);i=new CKEDITOR.dom.walker(e);i.guard=function(a){return!c(a)||a.type== +CKEDITOR.NODE_COMMENT||a.isReadOnly()};if(!i.checkForward()||e.checkStartOfBlock()&&e.checkEndOfBlock()){b=j.fixBlock(true,b.activeEnterMode==CKEDITOR.ENTER_DIV?"div":"p");if(!CKEDITOR.env.needsBrFiller)(b=b.getFirst(c))&&(b.type==CKEDITOR.NODE_TEXT&&CKEDITOR.tools.trim(b.getText()).match(/^(?: |\xa0)$/))&&b.remove();n=1;a.cancel()}}n&&j.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();if(b.is("input")){b=b.getAttribute("type");(b=="submit"||b=="reset")&&a.data.preventDefault()}}function c(a){return o(a)&&s(a)}function e(a,b){return function(c){var d=CKEDITOR.dom.element.get(c.data.$.toElement||c.data.$.fromElement||c.data.$.relatedTarget);(!d||!b.equals(d)&&!b.contains(d))&&a.call(this,c)}}function i(a){var b,d=a.getRanges()[0],e=a.root,m={table:1,ul:1,ol:1,dl:1};if(d.startPath().contains(m)){var a= +function(a){return function(d,e){e&&(d.type==CKEDITOR.NODE_ELEMENT&&d.is(m))&&(b=d);if(!e&&c(d)&&(!a||!h(d)))return false}},j=d.clone();j.collapse(1);j.setStartAt(e,CKEDITOR.POSITION_AFTER_START);e=new CKEDITOR.dom.walker(j);e.guard=a();e.checkBackward();if(b){j=d.clone();j.collapse();j.setEndAt(b,CKEDITOR.POSITION_AFTER_END);e=new CKEDITOR.dom.walker(j);e.guard=a(true);b=false;e.checkForward();return b}}return null}function g(a){a.editor.focus();a.editor.fire("saveSnapshot")}function l(a,b){var c= +a.editor;!b&&c.getSelection().scrollIntoView();setTimeout(function(){c.fire("saveSnapshot")},0)}CKEDITOR.editable=CKEDITOR.tools.createClass({base:CKEDITOR.dom.element,$:function(a,b){this.base(b.$||b);this.editor=a;this.hasFocus=false;this.setup()},proto:{focus:function(){var a;if(CKEDITOR.env.webkit&&!this.hasFocus){a=this.editor._.previousActive||this.getDocument().getActive();if(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;}if(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);if(CKEDITOR.env.ie&&/^focus|blur$/.exec(a)){a=a=="focus"?"focusin":"focusout";b=e(b,this);c[0]=a;c[1]=b}return CKEDITOR.dom.element.prototype.on.apply(this,c)},attachListener:function(a,b,c,d,e,j){!this._.listeners&&(this._.listeners=[]);var n=Array.prototype.slice.call(arguments, +1),n=a.on.apply(a,n);this._.listeners.push(n);return n},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)if(a.hasOwnProperty(c)){b=a[c];b!==null?this.setAttribute(c,b):this.removeAttribute(c)}},attachClass:function(a){var b=this.getCustomData("classes");if(!this.hasClass(a)){!b&&(b=[]);b.push(a);this.setCustomData("classes",b);this.addClass(a)}},changeAttr:function(a,b){var c=this.getAttribute(a); +if(b!==c){!this._.attrChanges&&(this._.attrChanges={});a in this._.attrChanges||(this._.attrChanges[a]=c);this.setAttribute(a,b)}},insertHtml:function(a,b){g(this);q(this,b||"html",a)},insertText:function(a){g(this);var b=this.editor,c=b.getSelection().getStartElement().hasAscendant("pre",true)?CKEDITOR.ENTER_BR:b.activeEnterMode,b=c==CKEDITOR.ENTER_BR,d=CKEDITOR.tools,a=d.htmlEncode(a.replace(/\r\n/g,"\n")),a=a.replace(/\t/g," "),c=c==CKEDITOR.ENTER_P?"p":"div";if(!b){var e=/\n{2}/g; +if(e.test(a))var j="<"+c+">",n="</"+c+">",a=j+a.replace(e,function(){return n+j})+n}a=a.replace(/\n/g,"<br>");b||(a=a.replace(RegExp("<br>(?=</"+c+">)"),function(a){return d.repeat(a,2)}));a=a.replace(/^ | $/g," ");a=a.replace(/(>|\s) /g,function(a,b){return b+" "}).replace(/ (?=<)/g," ");q(this,"text",a)},insertElement:function(a,b){b?this.insertElementIntoRange(a,b):this.insertElementIntoSelection(a)},insertElementIntoRange:function(a,b){var c=this.editor,d=c.config.enterMode,e=a.getName(), +j=CKEDITOR.dtd.$block[e];if(b.checkReadOnly())return false;b.deleteContents(1);b.startContainer.type==CKEDITOR.NODE_ELEMENT&&b.startContainer.is({tr:1,table:1,tbody:1,thead:1,tfoot:1})&&u(b);var n,i;if(j)for(;(n=b.getCommonAncestor(0,1))&&(i=CKEDITOR.dtd[n.getName()])&&(!i||!i[e]);)if(n.getName()in CKEDITOR.dtd.span)b.splitElement(n);else if(b.checkStartOfBlock()&&b.checkEndOfBlock()){b.setStartBefore(n);b.collapse(true);n.remove()}else b.splitBlock(d==CKEDITOR.ENTER_DIV?"div":"p",c.editable());b.insertNode(a); +return true},insertElementIntoSelection:function(a){var b=this.editor,d=b.activeEnterMode,b=b.getSelection(),e=b.getRanges()[0],m=a.getName(),m=CKEDITOR.dtd.$block[m];g(this);if(this.insertElementIntoRange(a,e)){e.moveToPosition(a,CKEDITOR.POSITION_AFTER_END);if(m)if((m=a.getNext(function(a){return c(a)&&!h(a)}))&&m.type==CKEDITOR.NODE_ELEMENT&&m.is(CKEDITOR.dtd.$block))m.getDtd()["#"]?e.moveToElementEditStart(m):e.moveToElementEditEnd(a);else if(!m&&d!=CKEDITOR.ENTER_BR){m=e.fixBlock(true,d==CKEDITOR.ENTER_DIV? +"div":"p");e.moveToElementEditStart(m)}}b.selectRanges([e]);l(this,CKEDITOR.env.opera)},setData:function(a,b){b||(a=this.editor.dataProcessor.toHtml(a));this.setHtml(a);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");var a=this.editor;this._.detach();delete a.document;delete a.window},isInline:function(){return this.getDocument().equals(CKEDITOR.document)}, +setup:function(){var a=this.editor;this.attachListener(a,"beforeGetData",function(){var b=this.getData();this.is("textarea")||a.config.ignoreEmptyParagraph!==false&&(b=b.replace(k,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())&&b.type=="Control"||this.focus()},this);this.attachListener(a,"insertHtml",function(a){this.insertHtml(a.data.dataValue,a.data.mode)},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");this.attachClass(a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?"cke_editable_inline": +a.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE||a.elementMode==CKEDITOR.ELEMENT_MODE_APPENDTO?"cke_editable_themed":"");this.attachClass("cke_contents_"+a.config.contentsLangDirection);a.keystrokeHandler.blockedKeystrokes[8]=+a.readOnly;a.keystrokeHandler.attach(this);this.on("blur",function(a){CKEDITOR.env.opera&&CKEDITOR.document.getActive().equals(this.isInline()?this:this.getWindow().getFrame())?a.cancel():this.hasFocus=false},null,null,-1);this.on("focus",function(){this.hasFocus=true},null,null, +-1);a.focusManager.add(this);if(this.equals(CKEDITOR.document.getActive())){this.hasFocus=true;a.once("contentDom",function(){a.focusManager.focus()})}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 g=CKEDITOR.getCss();if(g){e=d.getHead(); +if(!e.getCustomData("stylesheet")){g=d.appendStyleText(g);g=new CKEDITOR.dom.element(g.ownerNode||g.owningElement);e.setCustomData("stylesheet",g);g.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){var a=a.data,b=(new CKEDITOR.dom.elementPath(a.getTarget(),this)).contains("a");b&&(a.$.button!=2&&b.isReadOnly())&&a.preventDefault()}); +var m={8:1,46:1};this.attachListener(a,"key",function(b){if(a.readOnly)return true;var c=b.data.keyCode,d;if(c in m){var b=a.getSelection(),e,g=b.getRanges()[0],h=g.startPath(),k,l,p,c=c==8;if(CKEDITOR.env.ie&&CKEDITOR.env.version<11&&(e=b.getSelectedElement())||(e=i(b))){a.fire("saveSnapshot");g.moveToPosition(e,CKEDITOR.POSITION_BEFORE_START);e.remove();g.select();a.fire("saveSnapshot");d=1}else if(g.collapsed)if((k=h.block)&&(p=k[c?"getPrevious":"getNext"](o))&&p.type==CKEDITOR.NODE_ELEMENT&&p.is("table")&& +g[c?"checkStartOfBlock":"checkEndOfBlock"]()){a.fire("saveSnapshot");g[c?"checkEndOfBlock":"checkStartOfBlock"]()&&k.remove();g["moveToElementEdit"+(c?"End":"Start")](p);g.select();a.fire("saveSnapshot");d=1}else if(h.blockLimit&&h.blockLimit.is("td")&&(l=h.blockLimit.getAscendant("table"))&&g.checkBoundaryOfElement(l,c?CKEDITOR.START:CKEDITOR.END)&&(p=l[c?"getPrevious":"getNext"](o))){a.fire("saveSnapshot");g["moveToElementEdit"+(c?"End":"Start")](p);g.checkStartOfBlock()&&g.checkEndOfBlock()?p.remove(): +g.select();a.fire("saveSnapshot");d=1}else if((l=h.contains(["td","th","caption"]))&&g.checkBoundaryOfElement(l,c?CKEDITOR.START:CKEDITOR.END))d=1}return!d});a.blockless&&(CKEDITOR.env.ie&&CKEDITOR.env.needsBrFiller)&&this.attachListener(this,"keyup",function(b){if(b.data.getKeystroke()in m&&!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 false;b={element:b.data.getTarget()}; +a.fire("doubleclick",b)});CKEDITOR.env.ie&&this.attachListener(this,"click",b);!CKEDITOR.env.ie&&!CKEDITOR.env.opera&&this.attachListener(this,"mousedown",function(b){var c=b.data.getTarget();if(c.is("img","hr","input","textarea","select")){a.getSelection().selectElement(c);c.is("input","textarea","select")&&b.data.preventDefault()}});CKEDITOR.env.gecko&&this.attachListener(this,"mouseup",function(b){if(b.data.$.button==2){b=b.data.getTarget();if(!b.getOuterHtml().replace(k,"")){var c=a.createRange(); +c.moveToElementEditStart(b);c.select(true)}}});if(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()})}}}},_:{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");if(--c)a.setCustomData("stylesheet_ref",c);else{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;if(arguments.length)b=this._.editable=a?a instanceof CKEDITOR.editable?a:new CKEDITOR.editable(this,a):(b&&b.detach(), +null);return b};var h=CKEDITOR.dom.walker.bogus(),k=/(^|<body\b[^>]*>)\s*<(p|div|address|h\d|center|pre)[^>]*>\s*(?:<br[^>]*>| |\u00A0| )?\s*(:?<\/\2>)?\s*(?=$|<\/body>)/gi,o=CKEDITOR.dom.walker.whitespaces(true),s=CKEDITOR.dom.walker.bookmark(false,true);CKEDITOR.on("instanceLoaded",function(b){var c=b.editor;c.on("insertElement",function(a){a=a.data;if(a.type==CKEDITOR.NODE_ELEMENT&&(a.is("input")||a.is("textarea"))){a.getAttribute("contentEditable")!="false"&&a.data("cke-editable",a.hasAttribute("contenteditable")? +"true":"1");a.setAttribute("contentEditable",false)}});c.on("selectionChange",function(b){if(!c.readOnly){var d=c.getSelection();if(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);if(c=this.ui.space(this.elementMode==CKEDITOR.ELEMENT_MODE_INLINE? +"top":"contents")){var d=CKEDITOR.tools.getNextId(),e=CKEDITOR.dom.element.createFromHtml('<span id="'+d+'" class="cke_voice_label">'+this.lang.common.editorHelp+"</span>");c.append(e);a.changeAttr("aria-describedby",d)}}})});CKEDITOR.addCss(".cke_editable{cursor:text}.cke_editable img,.cke_editable input,.cke_editable textarea{cursor:default}");var q=function(){function a(b){return b.type==CKEDITOR.NODE_ELEMENT}function b(c,d){var e,j,m,i,g=[],t=d.range.startContainer;e=d.range.startPath();for(var t= +n[t.getName()],h=0,k=c.getChildren(),r=k.count(),l=-1,o=-1,q=0,s=e.contains(n.$list);h<r;++h){e=k.getItem(h);if(a(e)){m=e.getName();if(s&&m in CKEDITOR.dtd.$list)g=g.concat(b(e,d));else{i=!!t[m];if(m=="br"&&e.data("cke-eol")&&(!h||h==r-1)){q=(j=h?g[h-1].node:k.getItem(h+1))&&(!a(j)||!j.is("br"));j=j&&a(j)&&n.$block[j.getName()]}l==-1&&!i&&(l=h);i||(o=h);g.push({isElement:1,isLineBreak:q,isBlock:e.isBlockBoundary(),hasBlockSibling:j,node:e,name:m,allowed:i});j=q=0}}else g.push({isElement:0,node:e, +allowed:1})}if(l>-1)g[l].firstNotAllowed=1;if(o>-1)g[o].lastNotAllowed=1;return g}function d(b,c){var e=[],j=b.getChildren(),m=j.count(),i,g=0,t=n[c],h=!b.is(n.$inline)||b.is("br");for(h&&e.push(" ");g<m;g++){i=j.getItem(g);a(i)&&!i.is(t)?e=e.concat(d(i,c)):e.push(i)}h&&e.push(" ");return e}function e(b){return b&&a(b)&&(b.is(n.$removeEmpty)||b.is("a")&&!b.isBlockBoundary())}function m(b,c,d,e){var j=b.clone(),g,n;j.setEndAt(c,CKEDITOR.POSITION_BEFORE_END);if((g=(new CKEDITOR.dom.walker(j)).next())&& +a(g)&&i[g.getName()]&&(n=g.getPrevious())&&a(n)&&!n.getParent().equals(b.startContainer)&&d.contains(n)&&e.contains(g)&&g.isIdentical(n)){g.moveChildren(n);g.remove();m(b,c,d,e)}}function j(b,c){function d(b,c){if(c.isBlock&&c.isElement&&!c.node.is("br")&&a(b)&&b.is("br")){b.remove();return 1}}var e=c.endContainer.getChild(c.endOffset),j=c.endContainer.getChild(c.endOffset-1);e&&d(e,b[b.length-1]);if(j&&d(j,b[0])){c.setEnd(c.endContainer,c.endOffset-1);c.collapse()}}var n=CKEDITOR.dtd,i={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},g={p:1,div:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1},t=CKEDITOR.tools.extend({},n.$inline);delete t.br;return function(i,h,k){var r=i.editor;i.getDocument();var o=r.getSelection().getRanges()[0],q=false;if(h=="unfiltered_html"){h="html";q=true}if(!o.checkReadOnly()){var v=(new CKEDITOR.dom.elementPath(o.startContainer,o.root)).blockLimit||o.root,h={type:h,dontFilter:q,editable:i,editor:r,range:o,blockLimit:v,mergeCandidates:[],zombies:[]}, +r=h.range,q=h.mergeCandidates,x,C,D,z;if(h.type=="text"&&r.shrink(CKEDITOR.SHRINK_ELEMENT,true,false)){x=CKEDITOR.dom.element.createFromHtml("<span> </span>",r.document);r.insertNode(x);r.setStartAfter(x)}C=new CKEDITOR.dom.elementPath(r.startContainer);h.endPath=D=new CKEDITOR.dom.elementPath(r.endContainer);if(!r.collapsed){var v=D.block||D.blockLimit,T=r.getCommonAncestor();v&&(!v.equals(T)&&!v.contains(T)&&r.checkEndOfBlock())&&h.zombies.push(v);r.deleteContents()}for(;(z=a(r.startContainer)&& +r.startContainer.getChild(r.startOffset-1))&&a(z)&&z.isBlockBoundary()&&C.contains(z);)r.moveToPosition(z,CKEDITOR.POSITION_BEFORE_END);m(r,h.blockLimit,C,D);if(x){r.setEndBefore(x);r.collapse();x.remove()}x=r.startPath();if(v=x.contains(e,false,1)){r.splitElement(v);h.inlineStylesRoot=v;h.inlineStylesPeak=x.lastElement}x=r.createBookmark();(v=x.startNode.getPrevious(c))&&a(v)&&e(v)&&q.push(v);(v=x.startNode.getNext(c))&&a(v)&&e(v)&&q.push(v);for(v=x.startNode;(v=v.getParent())&&e(v);)q.push(v);r.moveToBookmark(x); +if(x=k){x=h.range;if(h.type=="text"&&h.inlineStylesRoot){z=h.inlineStylesPeak;r=z.getDocument().createText("{cke-peak}");for(q=h.inlineStylesRoot.getParent();!z.equals(q);){r=r.appendTo(z.clone());z=z.getParent()}k=r.getOuterHtml().split("{cke-peak}").join(k)}z=h.blockLimit.getName();if(/^\s+|\s+$/.test(k)&&"span"in CKEDITOR.dtd[z])var s='<span data-cke-marker="1"> </span>',k=s+k+s;k=h.editor.dataProcessor.toHtml(k,{context:null,fixForBody:false,dontFilter:h.dontFilter,filter:h.editor.activeFilter, +enterMode:h.editor.activeEnterMode});z=x.document.createElement("body");z.setHtml(k);if(s){z.getFirst().remove();z.getLast().remove()}if((s=x.startPath().block)&&!(s.getChildCount()==1&&s.getBogus()))a:{var E;if(z.getChildCount()==1&&a(E=z.getFirst())&&E.is(g)){s=E.getElementsByTag("*");x=0;for(q=s.count();x<q;x++){r=s.getItem(x);if(!r.is(t))break a}E.moveChildren(E.getParent(1));E.remove()}}h.dataWrapper=z;x=k}if(x){E=h.range;var s=E.document,u,k=h.blockLimit;x=0;var K;z=[];var F,O,q=r=0,L,Q;C=E.startContainer; +var v=h.endPath.elements[0],R;D=v.getPosition(C);T=!!v.getCommonAncestor(C)&&D!=CKEDITOR.POSITION_IDENTICAL&&!(D&CKEDITOR.POSITION_CONTAINS+CKEDITOR.POSITION_IS_CONTAINED);C=b(h.dataWrapper,h);for(j(C,E);x<C.length;x++){D=C[x];if(u=D.isLineBreak){u=E;L=k;var M=void 0,U=void 0;if(D.hasBlockSibling)u=1;else{M=u.startContainer.getAscendant(n.$block,1);if(!M||!M.is({div:1,p:1}))u=0;else{U=M.getPosition(L);if(U==CKEDITOR.POSITION_IDENTICAL||U==CKEDITOR.POSITION_CONTAINS)u=0;else{L=u.splitElement(M);u.moveToPosition(L, +CKEDITOR.POSITION_AFTER_START);u=1}}}}if(u)q=x>0;else{u=E.startPath();if(!D.isBlock&&h.editor.config.autoParagraph!==false&&(h.editor.activeEnterMode!=CKEDITOR.ENTER_BR&&h.editor.editable().equals(u.blockLimit)&&!u.block)&&(O=h.editor.activeEnterMode!=CKEDITOR.ENTER_BR&&h.editor.config.autoParagraph!==false?h.editor.activeEnterMode==CKEDITOR.ENTER_DIV?"div":"p":false)){O=s.createElement(O);O.appendBogus();E.insertNode(O);CKEDITOR.env.needsBrFiller&&(K=O.getBogus())&&K.remove();E.moveToPosition(O, +CKEDITOR.POSITION_BEFORE_END)}if((u=E.startPath().block)&&!u.equals(F)){if(K=u.getBogus()){K.remove();z.push(u)}F=u}D.firstNotAllowed&&(r=1);if(r&&D.isElement){u=E.startContainer;for(L=null;u&&!n[u.getName()][D.name];){if(u.equals(k)){u=null;break}L=u;u=u.getParent()}if(u){if(L){Q=E.splitElement(L);h.zombies.push(Q);h.zombies.push(L)}}else{L=k.getName();R=!x;u=x==C.length-1;L=d(D.node,L);for(var M=[],U=L.length,X=0,Z=void 0,$=0,aa=-1;X<U;X++){Z=L[X];if(Z==" "){if(!$&&(!R||X)){M.push(new CKEDITOR.dom.text(" ")); +aa=M.length}$=1}else{M.push(Z);$=0}}u&&aa==M.length&&M.pop();R=M}}if(R){for(;u=R.pop();)E.insertNode(u);R=0}else E.insertNode(D.node);if(D.lastNotAllowed&&x<C.length-1){(Q=T?v:Q)&&E.setEndAt(Q,CKEDITOR.POSITION_AFTER_START);r=0}E.collapse()}}h.dontMoveCaret=q;h.bogusNeededBlocks=z}K=h.range;var V;Q=h.bogusNeededBlocks;for(R=K.createBookmark();F=h.zombies.pop();)if(F.getParent()){O=K.clone();O.moveToElementEditStart(F);O.removeEmptyBlocksAtEnd()}if(Q)for(;F=Q.pop();)CKEDITOR.env.needsBrFiller?F.appendBogus(): +F.append(K.document.createText(" "));for(;F=h.mergeCandidates.pop();)F.mergeSiblings();K.moveToBookmark(R);if(!h.dontMoveCaret){for(F=a(K.startContainer)&&K.startContainer.getChild(K.startOffset-1);F&&a(F)&&!F.is(n.$empty);){if(F.isBlockBoundary())K.moveToPosition(F,CKEDITOR.POSITION_BEFORE_END);else{if(e(F)&&F.getHtml().match(/(\s| )$/g)){V=null;break}V=K.clone();V.moveToPosition(F,CKEDITOR.POSITION_BEFORE_END)}F=F.getLast(c)}V&&K.moveToRange(V)}o.select();l(i)}}}(),u=function(){function a(b){b= +new CKEDITOR.dom.walker(b);b.guard=function(a,b){if(b)return false;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;b-- >0;){d=a.getItem(b);if(!CKEDITOR.tools.trim(d.getHtml())){d.appendBogus();CKEDITOR.env.ie&&(CKEDITOR.env.version<9&&d.getChildCount())&&d.getFirst().remove()}}}return function(d){var e= +d.startContainer,j=e.getAscendant("table",1),i=false;c(j.getElementsByTag("td"));c(j.getElementsByTag("th"));j=d.clone();j.setStart(e,0);j=a(j).lastBackward();if(!j){j=d.clone();j.setEndAt(e,CKEDITOR.POSITION_BEFORE_END);j=a(j).lastForward();i=true}j||(j=e);if(j.is("table")){d.setStartAt(j,CKEDITOR.POSITION_BEFORE_START);d.collapse(true);j.remove()}else{j.is({tbody:1,thead:1,tfoot:1})&&(j=b(j,"tr",i));j.is("tr")&&(j=b(j,j.getParent().is("thead")?"th":"td",i));(e=j.getBogus())&&e.remove();d.moveToPosition(j, +i?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_END)}}}()})(); +(function(){function a(){var a=this._.fakeSelection,b;if(a){b=this.getSelection(1);if(!b||!b.isHidden()){a.reset();a=0}}if(!a){a=b||this.getSelection(1);if(!a||a.getType()==CKEDITOR.SELECTION_NONE)return}this.fire("selectionCheck",a);b=this.elementPath();if(!b.compare(this._.selectionPreviousPath)){if(CKEDITOR.env.webkit)this._.previousActive=this.document.getActive();this._.selectionPreviousPath=b;this.fire("selectionChange",{selection:a,path:b})}}function d(){q=true;if(!s){b.call(this);s=CKEDITOR.tools.setTimeout(b, +200,this)}}function b(){s=null;if(q){CKEDITOR.tools.setTimeout(a,0,this);q=false}}function c(a){function b(c,d){return!c||c.type==CKEDITOR.NODE_TEXT?false:a.clone()["moveToElementEdit"+(d?"End":"Start")](c)}if(!(a.root instanceof CKEDITOR.editable))return false;var c=a.startContainer,d=a.getPreviousNode(u,null,c),e=a.getNextNode(u,null,c);return b(d)||b(e,1)||!d&&!e&&!(c.type==CKEDITOR.NODE_ELEMENT&&c.isBlockBoundary()&&c.getBogus())?true:false}function e(a){return a.getCustomData("cke-fillingChar")} +function i(a,b){var c=a&&a.removeCustomData("cke-fillingChar");if(c){if(b!==false){var d,e=a.getDocument().getSelection().getNative(),f=e&&e.type!="None"&&e.getRangeAt(0);if(c.getLength()>1&&f&&f.intersectsNode(c.$)){d=[e.anchorOffset,e.focusOffset];f=e.focusNode==c.$&&e.focusOffset>0;e.anchorNode==c.$&&e.anchorOffset>0&&d[0]--;f&&d[1]--;var i;f=e;if(!f.isCollapsed){i=f.getRangeAt(0);i.setStart(f.anchorNode,f.anchorOffset);i.setEnd(f.focusNode,f.focusOffset);i=i.collapsed}i&&d.unshift(d.pop())}}c.setText(g(c.getText())); +if(d){c=e.getRangeAt(0);c.setStart(c.startContainer,d[0]);c.setEnd(c.startContainer,d[1]);e.removeAllRanges();e.addRange(c)}}}function g(a){return a.replace(/\u200B( )?/g,function(a){return a[1]?" ":""})}function l(a,b,c){var d=a.on("focus",function(a){a.cancel()},null,null,-100);if(CKEDITOR.env.ie)var e=a.getDocument().on("selectionchange",function(a){a.cancel()},null,null,-100);else{var f=new CKEDITOR.dom.range(a);f.moveToElementEditStart(a);var i=a.getDocument().$.createRange();i.setStart(f.startContainer.$, +f.startOffset);i.collapse(1);b.removeAllRanges();b.addRange(i)}c&&a.focus();d.removeListener();e&&e.removeListener()}function h(a){var b=CKEDITOR.dom.element.createFromHtml('<div data-cke-hidden-sel="1" data-cke-temp="1" style="'+(CKEDITOR.env.ie?"display:none":"position:fixed;top:0;left:-1000px")+'"> </div>',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 k(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];if(e.length==1&&f.collapsed)if((d=f[d<38?"getPreviousEditableNode":"getNextEditableNode"]())&&d.type==CKEDITOR.NODE_ELEMENT&&d.getAttribute("contenteditable")=="false"){a.getSelection().fake(d);c.data.preventDefault();c.cancel()}}}} +function o(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;){if((e=d.type==CKEDITOR.NODE_ELEMENT)&&d.is("body")||!d.isReadOnly())break;e&&d.getAttribute("contentEditable")=="false"&&c.setStartAfter(d);d=d.getParent()}d=c.startContainer;e=c.endContainer;var f=c.startOffset,i=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&&(i?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);if(!(d.getPosition(g.endContainer)&CKEDITOR.POSITION_CONTAINS)){e.setStartAfter(d);e.collapsed||a.splice(b+1,0,e)}return true}return false};d.next()}}return a}var s,q,u=CKEDITOR.dom.walker.invisible(1),f=function(){function a(b){return function(a){var c=a.editor.createRange(); +c.moveToClosestEditablePosition(a.selected,b)&&a.editor.getSelection().selectRanges([c]);return false}}function b(a){return function(b){var c=b.editor,d=c.createRange(),e;if(!(e=d.moveToClosestEditablePosition(b.selected,a)))e=d.moveToClosestEditablePosition(b.selected,!a);e&&c.getSelection().selectRanges([d]);c.fire("saveSnapshot");b.selected.remove();if(!e){d.moveToElementEditablePosition(c.editable());c.getSelection().selectRanges([d])}c.fire("saveSnapshot");return false}}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(){var b=e.document,c=CKEDITOR.document,f=e.editable(),j=b.getBody(),g=b.getDocumentElement(),m=f.isInline(),h,l;CKEDITOR.env.gecko&&f.attachListener(f,"focus",function(a){a.removeListener();if(h!==0)if((a=e.getSelection().getNative())&&a.isCollapsed&&a.anchorNode==f.$){a=e.createRange();a.moveToElementEditStart(f);a.select()}}, +null,null,-2);f.attachListener(f,CKEDITOR.env.webkit?"DOMFocusIn":"focus",function(){h&&CKEDITOR.env.webkit&&(h=e._.previousActive&&e._.previousActive.equals(b.getActive()));e.unlockSelection(h);h=0},null,null,-1);f.attachListener(f,"mousedown",function(){h=0});if(CKEDITOR.env.ie||CKEDITOR.env.opera||m){var o=function(){l=new CKEDITOR.dom.selection(e.getSelection());l.lock()};p?f.attachListener(f,"beforedeactivate",o,null,null,-1):f.attachListener(e,"selectionCheck",o,null,null,-1);f.attachListener(f, +CKEDITOR.env.webkit?"DOMFocusOut":"blur",function(){e.lockSelection(l);h=1},null,null,-1);f.attachListener(f,"mousedown",function(){h=0})}if(CKEDITOR.env.ie&&!m){var v;f.attachListener(f,"mousedown",function(a){if(a.data.$.button==2){a=e.document.getSelection();if(!a||a.getType()==CKEDITOR.SELECTION_NONE)v=e.window.getScrollPosition()}});f.attachListener(f,"mouseup",function(a){if(a.data.$.button==2&&v){e.document.$.documentElement.scrollLeft=v.x;e.document.$.documentElement.scrollTop=v.y}v=null}); +if(b.$.compatMode!="BackCompat"){if(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)g.on("mousedown",function(a){function b(a){a=a.data.$;if(e){var c=j.$.createTextRange();try{c.moveToPoint(a.x,a.y)}catch(d){}e.setEndPoint(i.compareEndPoints("StartToStart",c)<0?"EndToEnd":"StartToStart",c);e.select()}}function d(){g.removeListener("mousemove",b);c.removeListener("mouseup",d);g.removeListener("mouseup",d);e.select()}a=a.data;if(a.getTarget().is("html")&&a.$.y<g.$.clientHeight&&a.$.x<g.$.clientWidth){var e= +j.$.createTextRange();try{e.moveToPoint(a.$.x,a.$.y)}catch(f){}var i=e.duplicate();g.on("mousemove",b);c.on("mouseup",d);g.on("mouseup",d)}});if(CKEDITOR.env.version>7&&CKEDITOR.env.version<11){g.on("mousedown",function(a){if(a.data.getTarget().is("html")){c.on("mouseup",x);g.on("mouseup",x)}});var x=function(){c.removeListener("mouseup",x);g.removeListener("mouseup",x);var a=CKEDITOR.document.$.selection,d=a.createRange();a.type!="None"&&d.parentElement().ownerDocument==b.$&&d.select()}}}}f.attachListener(f, +"selectionchange",a,e);f.attachListener(f,"keyup",d,e);f.attachListener(f,CKEDITOR.env.webkit?"DOMFocusIn":"focus",function(){e.forceNextSelectionCheck();e.selectionChange(1)});if(m?CKEDITOR.env.webkit||CKEDITOR.env.gecko:CKEDITOR.env.opera){var C;f.attachListener(f,"mousedown",function(){C=1});f.attachListener(b.getDocumentElement(),"mouseup",function(){C&&d.call(e);C=0})}else f.attachListener(CKEDITOR.env.ie?f:b.getDocumentElement(),"mouseup",d,e);CKEDITOR.env.webkit&&f.attachListener(b,"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:i(f)}},null,null,-1);f.attachListener(f,"keydown",k(e),null,null,-1)});e.on("contentDomUnload",e.forceNextSelectionCheck,e);e.on("dataReady",function(){delete e._.fakeSelection;delete e._.hiddenSelectionContainer;e.selectionChange(1)});e.on("loadSnapshot",function(){var a=e.editable().getLast(function(a){return a.type==CKEDITOR.NODE_ELEMENT});a&&a.hasAttribute("data-cke-hidden-sel")&& +a.remove()},null,null,100);CKEDITOR.env.ie9Compat&&e.on("beforeDestroy",c,null,null,9);CKEDITOR.env.webkit&&e.on("setData",c);e.on("contentDomUnload",function(){e.unlockSelection()});e.on("key",function(a){if(e.mode=="wysiwyg"){var b=e.getSelection();if(b.isFake){var c=f[a.data.keyCode];if(c)return c({editor:e,selected:b.getSelectedElement(),selection:b,keyEvent:a})}}})});CKEDITOR.on("instanceReady",function(a){var b=a.editor;if(CKEDITOR.env.webkit){b.on("selectionChange",function(){var a=b.editable(), +c=e(a);c&&(c.getCustomData("ready")?i(a):c.setCustomData("ready",1))},null,null,-1);b.on("beforeSetMode",function(){i(b.editable())},null,null,-1);var c,d,a=function(){var a=b.editable();if(a)if(a=e(a)){var f=b.document.$.defaultView.getSelection();f.type=="Caret"&&f.anchorNode==a.$&&(d=1);c=a.getText();a.setText(g(c))}},f=function(){var a=b.editable();if(a)if(a=e(a)){a.setText(c);if(d){b.document.$.defaultView.getSelection().setPosition(a.$,a.getLength());d=0}}};b.on("beforeUndoImage",a);b.on("afterUndoImage", +f);b.on("beforeGetData",a,null,null,0);b.on("getData",f)}});CKEDITOR.editor.prototype.selectionChange=function(b){(b?a:d).call(this)};CKEDITOR.editor.prototype.getSelection=function(a){if((this._.savedSelection||this._.fakeSelection)&&!a)return this._.savedSelection||this._.fakeSelection;return(a=this.editable())&&this.mode=="wysiwyg"?new CKEDITOR.dom.selection(a):null};CKEDITOR.editor.prototype.lockSelection=function(a){a=a||this.getSelection(1);if(a.getType()!=CKEDITOR.SELECTION_NONE){!a.isLocked&& +a.lock();this._.savedSelection=a;return true}return false};CKEDITOR.editor.prototype.unlockSelection=function(a){var b=this._.savedSelection;if(b){b.unlock(a);delete this._.savedSelection;return true}return false};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 p=typeof window.getSelection!="function",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=a=c?a:this.document.getBody();this.isLocked= +0;this._={cache:{}};if(b){CKEDITOR.tools.extend(this._.cache,b._.cache);this.isFake=b.isFake;this.isLocked=b.isLocked;return this}b=p?this.document.$.selection:this.document.getWindow().$.getSelection();if(CKEDITOR.env.webkit)(b.type=="None"&&this.document.getActive().equals(a)||b.type=="Caret"&&b.anchorNode.nodeType==CKEDITOR.NODE_DOCUMENT)&&l(a,b);else if(CKEDITOR.env.gecko)b&&(this.document.getActive().equals(a)&&b.anchorNode&&b.anchorNode.nodeType==CKEDITOR.NODE_DOCUMENT)&&l(a,b,true);else if(CKEDITOR.env.ie){var d; +try{d=this.document.getActive()}catch(e){}if(p)b.type=="None"&&(d&&d.equals(this.document.getDocumentElement()))&&l(a,null,true);else{(b=b&&b.anchorNode)&&(b=new CKEDITOR.dom.node(b));d&&(d.equals(this.document.getDocumentElement())&&b&&(a.equals(b)||a.contains(b)))&&l(a,null,true)}}d=this.getNative();var f,i;if(d)if(d.getRangeAt)f=(i=d.rangeCount&&d.getRangeAt(0))&&new CKEDITOR.dom.node(i.commonAncestorContainer);else{try{i=d.createRange()}catch(g){}f=i&&CKEDITOR.dom.element.get(i.item&&i.item(0)|| +i.parentElement())}if(!f||!(f.type==CKEDITOR.NODE_ELEMENT||f.type==CKEDITOR.NODE_TEXT)||!this.root.equals(f)&&!this.root.contains(f)){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 A={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 this._.cache.nativeSel!==void 0?this._.cache.nativeSel:this._.cache.nativeSel=p?this.document.$.selection:this.document.getWindow().$.getSelection()},getType:p?function(){var a=this._.cache;if(a.type)return a.type;var b=CKEDITOR.SELECTION_NONE;try{var c=this.getNative(),d=c.type;if(d=="Text")b=CKEDITOR.SELECTION_TEXT;if(d=="Control")b=CKEDITOR.SELECTION_ELEMENT;if(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(c.rangeCount==1){var c=c.getRangeAt(0),d=c.startContainer;if(d==c.endContainer&&d.nodeType==1&&c.endOffset-c.startOffset==1&&A[d.childNodes[c.startOffset].nodeName.toLowerCase()])b=CKEDITOR.SELECTION_ELEMENT}return a.type=b},getRanges:function(){var a=p?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,i,g=b.duplicate(),h=0,m=e.length-1,v=-1,k,n;h<=m;){v=Math.floor((h+m)/2);f=e[v];g.moveToElementText(f);k=g.compareEndPoints("StartToStart",b);if(k>0)m=v-1;else if(k<0)h=v+1;else return{container:d,offset:a(f)}}if(v==-1||v==e.length-1&&k<0){g.moveToElementText(d);g.setEndPoint("StartToStart",b);g=g.text.replace(/(\r\n|\r)/g,"\n").length;e=d.childNodes;if(!g){f=e[e.length-1];return f.nodeType!=CKEDITOR.NODE_TEXT? +{container:d,offset:e.length}:{container:f,offset:f.nodeValue.length}}for(d=e.length;g>0&&d>0;){i=e[--d];if(i.nodeType==CKEDITOR.NODE_TEXT){n=i;g=g-i.nodeValue.length}}return{container:n,offset:-g}}g.collapse(k>0?true:false);g.setEndPoint(k>0?"StartToStart":"EndToStart",b);g=g.text.replace(/(\r\n|\r)/g,"\n").length;if(!g)return{container:d,offset:a(f)+(k>0?0:1)};for(;g>0;)try{i=f[k>0?"previousSibling":"nextSibling"];if(i.nodeType==CKEDITOR.NODE_TEXT){g=g-i.nodeValue.length;n=i}f=i}catch(l){return{container:d, +offset:a(f)}}return{container:n,offset:k>0?-g:n.nodeValue.length+g}};return function(){var a=this.getNative(),c=a&&a.createRange(),d=this.getType();if(!a)return[];if(d==CKEDITOR.SELECTION_TEXT){a=new CKEDITOR.dom.range(this.root);d=b(c,true);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();return[a]}if(d== +CKEDITOR.SELECTION_ELEMENT){for(var d=[],e=0;e<c.length;e++){for(var f=c.item(e),g=f.parentNode,i=0,a=new CKEDITOR.dom.range(this.root);i<g.childNodes.length&&g.childNodes[i]!=f;i++);a.setStart(new CKEDITOR.dom.node(g),i);a.setEnd(new CKEDITOR.dom.node(g),i+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;if(!d)c.ranges=d=new CKEDITOR.dom.rangeList(a.call(this));return!b?d:o(new CKEDITOR.dom.rangeList(d.slice()))}}(),getStartElement:function(){var a=this._.cache;if(a.startElement!==void 0)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;if(c.startOffset==(b.getChildCount?b.getChildCount():b.getLength())&&!b.isBlockBoundary())c.setStartAfter(b);else break}b=c.startContainer;if(b.type!=CKEDITOR.NODE_ELEMENT)return b.getParent();b=b.getChild(c.startOffset);if(!b||b.type!=CKEDITOR.NODE_ELEMENT)b=c.startContainer;else for(c=b.getFirst();c&&c.type==CKEDITOR.NODE_ELEMENT;){b=c;c=c.getFirst()}}b=b.$}}return a.startElement=b?new CKEDITOR.dom.element(b): +null},getSelectedElement:function(){var a=this._.cache;if(a.selectedElement!==void 0)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&&A[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(a.selectedText!==void 0)return a.selectedText;var b=this.getNative(),b=p?b.type=="Control"?"":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();if(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&&this.rev==a._.fakeSelection.rev){delete a._.fakeSelection;var b=a._.hiddenSelectionContainer;if(b){a.fire("lockSnapshot");b.remove();a.fire("unlockSnapshot")}delete a._.hiddenSelectionContainer}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,d,e=0;e<a.length;++e){d=a[e];if(d.endContainer.equals(b))d.endOffset=Math.min(d.endOffset,b.getChildCount())}if(a.length)if(this.isLocked){var f=CKEDITOR.document.getActive();this.unlock();this.selectRanges(a);this.lock();!f.equals(this.root)&&f.focus()}else{var g;a:{var h,k;if(a.length==1&&!(k=a[0]).collapsed&&(g=k.getEnclosedNode())&&g.type==CKEDITOR.NODE_ELEMENT){k=k.clone();k.shrink(CKEDITOR.SHRINK_ELEMENT, +true);if((h=k.getEnclosedNode())&&h.type==CKEDITOR.NODE_ELEMENT)g=h;if(g.getAttribute("contenteditable")=="false")break a}g=void 0}if(g)this.fake(g);else{if(p){k=CKEDITOR.dom.walker.whitespaces(true);h=/\ufeff|\u00a0/;b={table:1,tbody:1,tr:1};if(a.length>1){g=a[a.length-1];a[0].setEnd(g.endContainer,g.endOffset)}g=a[0];var a=g.collapsed,l,o,q;if((d=g.getEnclosedNode())&&d.type==CKEDITOR.NODE_ELEMENT&&d.getName()in A&&(!d.is("a")||!d.getText()))try{q=d.$.createControlRange();q.addElement(d.$);q.select(); +return}catch(s){}(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,true);q=g.createBookmark();b=q.startNode;if(!a)f=q.endNode;q=g.document.$.body.createTextRange();q.moveToElementText(b.$);q.moveStart("character",1);if(f){h=g.document.$.body.createTextRange();h.moveToElementText(f.$);q.setEndPoint("EndToEnd",h);q.moveEnd("character",-1)}else{l=b.getNext(k);o=b.hasAscendant("pre"); +l=!(l&&l.getText&&l.getText().match(h))&&(o||!b.hasPrevious()||b.getPrevious().is&&b.getPrevious().is("br"));o=g.document.createElement("span");o.setHtml("");o.insertBefore(b);l&&g.document.createText("").insertBefore(b)}g.setStartBefore(b);b.remove();if(a){if(l){q.moveStart("character",-1);q.select();g.document.$.selection.clear()}else q.select();g.moveToPosition(o,CKEDITOR.POSITION_BEFORE_START);o.remove()}else{g.setEndBefore(f);f.remove();q.select()}}else{f=this.getNative();if(!f)return; +if(CKEDITOR.env.opera){q=this.document.$.createRange();q.selectNodeContents(this.root.$);f.addRange(q)}this.removeAllRanges();for(q=0;q<a.length;q++){if(q<a.length-1){g=a[q];l=a[q+1];h=g.clone();h.setStart(g.endContainer,g.endOffset);h.setEnd(l.startContainer,l.startOffset);if(!h.collapsed){h.shrink(CKEDITOR.NODE_ELEMENT,true);o=h.getCommonAncestor();h=h.getEnclosedNode();if(o.isReadOnly()||h&&h.isReadOnly()){l.setStart(g.startContainer,g.startOffset);a.splice(q--,1);continue}}}g=a[q];o=this.document.$.createRange(); +l=g.startContainer;if(CKEDITOR.env.opera&&g.collapsed&&l.type==CKEDITOR.NODE_ELEMENT){h=l.getChild(g.startOffset-1);k=l.getChild(g.startOffset);if(!h&&!k&&l.is(CKEDITOR.dtd.$removeEmpty)||h&&h.type==CKEDITOR.NODE_ELEMENT||k&&k.type==CKEDITOR.NODE_ELEMENT){g.insertNode(this.document.createText(""));g.collapse(1)}}if(g.collapsed&&CKEDITOR.env.webkit&&c(g)){l=this.root;i(l,false);h=l.getDocument().createText("â");l.setCustomData("cke-fillingChar",h);g.insertNode(h);if((l=h.getNext())&&!h.getPrevious()&& +l.type==CKEDITOR.NODE_ELEMENT&&l.getName()=="br"){i(this.root);g.moveToPosition(l,CKEDITOR.POSITION_BEFORE_START)}else g.moveToPosition(h,CKEDITOR.POSITION_AFTER_END)}o.setStart(g.startContainer.$,g.startOffset);try{o.setEnd(g.endContainer.$,g.endOffset)}catch(v){if(v.toString().indexOf("NS_ERROR_ILLEGAL_VALUE")>=0){g.collapse(1);o.setEnd(g.endContainer.$,g.endOffset)}else throw v;}f.addRange(o)}}this.reset();this.root.fire("selectionchange")}}},fake:function(a){var b=this.root.editor;this.reset(); +h(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=0;c<a.length;c++){var d=new CKEDITOR.dom.range(this.root);d.moveToBookmark(a[c]);b.push(d)}a.isFake?this.fake(b[0].getEnclosedNode()):this.selectRanges(b);return this},getCommonAncestor:function(){var a=this.getRanges();return!a.length?null:a[0].startContainer.getCommonAncestor(a[a.length-1].endContainer)},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[p?"empty":"removeAllRanges"]()}catch(b){}this.reset()}}}})();"use strict"; +CKEDITOR.editor.prototype.attachStyleStateChange=function(a,d){var b=this._.styleStateChangeCallbacks;if(!b){b=this._.styleStateChangeCallbacks=[];this.on("selectionChange",function(a){for(var d=0;d<b.length;d++){var i=b[d],g=i.style.checkActive(a.data.path)?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF;i.fn.call(this,g)}})}b.push({style:a,fn:d})};CKEDITOR.STYLE_BLOCK=1;CKEDITOR.STYLE_INLINE=2;CKEDITOR.STYLE_OBJECT=3; +(function(){function a(a,b){for(var c,d;a=a.getParent();){if(a.equals(b))break;if(a.getAttribute("data-nostyle"))c=a;else if(!d){var e=a.getAttribute("contentEditable");e=="false"?c=a:e=="true"&&(d=1)}}return c}function d(b){var e=b.document;if(b.collapsed){e=y(this,e);b.insertNode(e);b.moveToPosition(e,CKEDITOR.POSITION_BEFORE_END)}else{var f=this.element,g=this._.definition,i,h=g.ignoreReadonly,j=h||g.includeReadonly;j==void 0&&(j=b.root.getCustomData("cke_includeReadonly"));var k=CKEDITOR.dtd[f]; +if(!k){i=true;k=CKEDITOR.dtd.span}b.enlarge(CKEDITOR.ENLARGE_INLINE,1);b.trim();var l=b.createBookmark(),m=l.startNode,n=l.endNode,o=m,q;if(!h){var p=b.getCommonAncestor(),h=a(m,p),p=a(n,p);h&&(o=h.getNextSourceNode(true));p&&(n=p)}for(o.getPosition(n)==CKEDITOR.POSITION_FOLLOWING&&(o=0);o;){h=false;if(o.equals(n)){o=null;h=true}else{var s=o.type==CKEDITOR.NODE_ELEMENT?o.getName():null,p=s&&o.getAttribute("contentEditable")=="false",r=s&&o.getAttribute("data-nostyle");if(s&&o.data("cke-bookmark")){o= +o.getNextSourceNode(true);continue}if(p&&j&&CKEDITOR.dtd.$block[s])for(var t=o,w=c(t),A=void 0,B=w.length,G=0,t=B&&new CKEDITOR.dom.range(t.getDocument());G<B;++G){var A=w[G],J=CKEDITOR.filter.instances[A.data("cke-filter")];if(J?J.check(this):1){t.selectNodeContents(A);d.call(this,t)}}w=s?!k[s]||r?0:p&&!j?0:(o.getPosition(n)|N)==N&&(!g.childRule||g.childRule(o)):1;if(w)if((w=o.getParent())&&((w.getDtd()||CKEDITOR.dtd.span)[f]||i)&&(!g.parentRule||g.parentRule(w))){if(!q&&(!s||!CKEDITOR.dtd.$removeEmpty[s]|| +(o.getPosition(n)|N)==N)){q=b.clone();q.setStartBefore(o)}s=o.type;if(s==CKEDITOR.NODE_TEXT||p||s==CKEDITOR.NODE_ELEMENT&&!o.getChildCount()){for(var s=o,W;(h=!s.getNext(I))&&(W=s.getParent(),k[W.getName()])&&(W.getPosition(m)|H)==H&&(!g.childRule||g.childRule(W));)s=W;q.setEndAfter(s)}}else h=true;else h=true;o=o.getNextSourceNode(r||p)}if(h&&q&&!q.collapsed){for(var h=y(this,e),p=h.hasAttributes(),r=q.getCommonAncestor(),s={},w={},A={},B={},S,P,Y;h&&r;){if(r.getName()==f){for(S in g.attributes)if(!B[S]&& +(Y=r.getAttribute(P)))h.getAttribute(S)==Y?w[S]=1:B[S]=1;for(P in g.styles)if(!A[P]&&(Y=r.getStyle(P)))h.getStyle(P)==Y?s[P]=1:A[P]=1}r=r.getParent()}for(S in w)h.removeAttribute(S);for(P in s)h.removeStyle(P);p&&!h.hasAttributes()&&(h=null);if(h){q.extractContents().appendTo(h);q.insertNode(h);u.call(this,h);h.mergeSiblings();CKEDITOR.env.ie||h.$.normalize()}else{h=new CKEDITOR.dom.element("span");q.extractContents().appendTo(h);q.insertNode(h);u.call(this,h);h.remove(true)}q=null}}b.moveToBookmark(l); +b.shrink(CKEDITOR.SHRINK_TEXT);b.shrink(CKEDITOR.NODE_ELEMENT,true)}}function b(a){function b(){for(var a=new CKEDITOR.dom.elementPath(d.getParent()),c=new CKEDITOR.dom.elementPath(l.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;m.checkElementRemovable(h)&&(e=h)}for(g=0;g<c.elements.length;g++){h=c.elements[g];if(h==c.block||h==c.blockLimit)break;m.checkElementRemovable(h)&&(f=h)}f&&l.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),g,i=0,h;i<e.elements.length&&(h=e.elements[i]);i++){if(h==e.block||h==e.blockLimit)break;if(this.checkElementRemovable(h)){var k;if(a.collapsed&&(a.checkBoundaryOfElement(h,CKEDITOR.END)||(k=a.checkBoundaryOfElement(h,CKEDITOR.START)))){g=h;g.match=k?"start":"end"}else{h.mergeSiblings();h.is(this.element)?q.call(this,h):f(h,j(this)[h.getName()])}}}if(g){h=d;for(i=0;;i++){k=e.elements[i]; +if(k.equals(g))break;else if(k.match)continue;else k=k.clone();k.append(h);h=k}h[g.match=="start"?"insertBefore":"insertAfter"](g)}}else{var l=c.endNode,m=this;b();for(e=d;!e.equals(l);){g=e.getNextSourceNode();if(e.type==CKEDITOR.NODE_ELEMENT&&this.checkElementRemovable(e)){e.getName()==this.element?q.call(this,e):f(e,j(this)[e.getName()]);if(g.type==CKEDITOR.NODE_ELEMENT&&g.contains(d)){b();g=d.getNext()}}e=g}}a.moveToBookmark(c);a.shrink(CKEDITOR.NODE_ELEMENT,true)}function c(a){var b=[];a.forEach(function(a){if(a.getAttribute("contenteditable")== +"true"){b.push(a);return false}},CKEDITOR.NODE_ELEMENT,true);return b}function e(a){var b=a.getEnclosedNode()||a.getCommonAncestor(false,true);(a=(new CKEDITOR.dom.elementPath(b,a.root)).contains(this.element,1))&&!a.isReadOnly()&&A(a,this)}function i(a){var b=a.getCommonAncestor(true,true);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 g(a){var b=a.createBookmark(true),c=a.createIterator();c.enforceRealBlocks=true;if(this._.enterMode)c.enlargeBr=this._.enterMode!=CKEDITOR.ENTER_BR;for(var d,e=a.document,f;d=c.getNextParagraph();)if(!d.isReadOnly()&&(c.activeFilter?c.activeFilter.check(this):1)){f=y(this,e,d);h(d,f)}a.moveToBookmark(b)}function l(a){var b=a.createBookmark(1),c=a.createIterator();c.enforceRealBlocks=true;c.enlargeBr=this._.enterMode!=CKEDITOR.ENTER_BR;for(var d,e;d=c.getNextParagraph();)if(this.checkElementRemovable(d))if(d.is("pre")){(e= +this._.enterMode==CKEDITOR.ENTER_BR?null:a.document.createElement(this._.enterMode==CKEDITOR.ENTER_P?"p":"div"))&&d.copyAttributes(e);h(d,e)}else q.call(this,d);a.moveToBookmark(b)}function h(a,b){var c=!b;if(c){b=a.getDocument().createElement("div");a.copyAttributes(b)}var d=b&&b.is("pre"),e=a.is("pre"),f=!d&&e;if(d&&!e){e=b;(f=a.getBogus())&&f.remove();f=a.getHtml();f=o(f,/(?:^[ \t\n\r]+)|(?:[ \t\n\r]+$)/g,"");f=f.replace(/[ \t\r\n]*(<br[^>]*>)[ \t\r\n]*/gi,"$1");f=f.replace(/([ \t\n\r]+| )/g, +" ");f=f.replace(/<br\b[^>]*>/gi,"\n");if(CKEDITOR.env.ie){var g=a.getDocument().createElement("div");g.append(e);e.$.outerHTML="<pre>"+f+"</pre>";e.copyAttributes(g.getFirst());e=g.getFirst().remove()}else e.setHtml(f);b=e}else f?b=s(c?[a.getHtml()]:k(a),b):a.moveChildren(b);b.replace(a);if(d){var c=b,h;if((h=c.getPrevious(B))&&h.type==CKEDITOR.NODE_ELEMENT&&h.is("pre")){d=o(h.getHtml(),/\n$/,"")+"\n\n"+o(c.getHtml(),/^\n/,"");CKEDITOR.env.ie?c.$.outerHTML="<pre>"+d+"</pre>":c.setHtml(d);h.remove()}}else c&& +p(b)}function k(a){a.getName();var b=[];o(a.getOuterHtml(),/(\S\s*)\n(?:\s|(<span[^>]+data-cke-bookmark.*?\/span>))*\n(?!$)/gi,function(a,b,c){return b+"</pre>"+c+"<pre>"}).replace(/<pre\b.*?>([\s\S]*?)<\/pre>/gi,function(a,c){b.push(c)});return b}function o(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 s(a,b){var c;a.length>1&&(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=o(e,/^[ \t]*\n/,""),e=o(e,/\n$/,""),e=o(e,/^[ \t]+|[ \t]+$/g,function(a,b){return a.length==1?" ":b?" "+CKEDITOR.tools.repeat(" ",a.length-1):CKEDITOR.tools.repeat(" ",a.length-1)+" "}),e=e.replace(/\n/g,"<br>"),e=e.replace(/[ \t]{2,}/g,function(a){return CKEDITOR.tools.repeat(" ",a.length-1)+" "});if(c){var f=b.clone();f.setHtml(e);c.append(f)}else b.setHtml(e)}return c||b}function q(a,b){var c=this._.definition, +d=c.attributes,c=c.styles,e=j(this)[a.getName()],g=CKEDITOR.tools.isEmpty(d)&&CKEDITOR.tools.isEmpty(c),h;for(h in d)if(!((h=="class"||this._.definition.fullMatch)&&a.getAttribute(h)!=n(h,d[h]))&&!(b&&h.slice(0,5)=="data-")){g=a.hasAttribute(h);a.removeAttribute(h)}for(var i in c)if(!(this._.definition.fullMatch&&a.getStyle(i)!=n(i,c[i],true))){g=g||!!a.getStyle(i);a.removeStyle(i)}f(a,e,J[a.getName()]);g&&(this._.definition.alwaysRemoveElement?p(a,1):!CKEDITOR.dtd.$block[a.getName()]||this._.enterMode== +CKEDITOR.ENTER_BR&&!a.hasAttributes()?p(a):a.renameNode(this._.enterMode==CKEDITOR.ENTER_P?"p":"div"))}function u(a){for(var b=j(this),c=a.getElementsByTag(this.element),d,e=c.count();--e>=0;){d=c.getItem(e);d.isReadOnly()||q.call(this,d,true)}for(var g in b)if(g!=this.element){c=a.getElementsByTag(g);for(e=c.count()-1;e>=0;e--){d=c.getItem(e);d.isReadOnly()||f(d,b[g])}}}function f(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];(g===null|| +g.test&&g.test(f)||typeof g=="string"&&f==g)&&a.removeAttribute(e)}}c||p(a)}function p(a,b){if(!a.hasAttributes()||b)if(CKEDITOR.dtd.$block[a.getName()]){var c=a.getPrevious(B),d=a.getNext(B);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(true)}else{c=a.getFirst();d=a.getLast();a.remove(true);if(c){c.type==CKEDITOR.NODE_ELEMENT&&c.mergeSiblings();d&&(!c.equals(d)&&d.type==CKEDITOR.NODE_ELEMENT)&& +d.mergeSiblings()}}}function y(a,b,c){var d;d=a.element;d=="*"&&(d="span");d=new CKEDITOR.dom.element(d,b);c&&c.copyAttributes(d);d=A(d,a);b.getCustomData("doc_processing_style")&&d.hasAttribute("id")?d.removeAttribute("id"):b.setCustomData("doc_processing_style",1);return d}function A(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 m(a,b){for(var c in a)a[c]=a[c].replace(G,function(a, +c){return b[c]})}function j(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;if(typeof e=="string")f=e.toLowerCase();else{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 n(a,b,c){var d=new CKEDITOR.dom.element("span");d[c?"setStyle":"setAttribute"](a, +b);return d[c?"getStyle":"getAttribute"](a)}function r(a,b){for(var c=a.document,d=a.getRanges(),e=b?this.removeFromRange:this.applyToRange,f,g=d.createIterator();f=g.getNextRange();)e.call(this,f);a.selectRanges(d);c.removeCustomData("doc_processing_style")}var J={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},t={a: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},w=/\s*(?:;\s*|$)/,G=/#\((.+?)\)/g,I=CKEDITOR.dom.walker.bookmark(0,1),B=CKEDITOR.dom.walker.whitespaces(1);CKEDITOR.style=function(a,b){var c=a.attributes;if(c&&c.style){a.styles=CKEDITOR.tools.extend({},a.styles,CKEDITOR.tools.parseCssText(c.style));delete c.style}if(b){a=CKEDITOR.tools.clone(a);m(a.attributes,b);m(a.styles,b)}c=this.element=a.element?typeof a.element=="string"?a.element.toLowerCase(): +a.element:"*";this.type=a.type||(J[c]?CKEDITOR.STYLE_BLOCK:t[c]?CKEDITOR.STYLE_OBJECT:CKEDITOR.STYLE_INLINE);if(typeof this.element=="object")this.type=CKEDITOR.STYLE_OBJECT;this._={definition:a}};CKEDITOR.editor.prototype.applyStyle=function(a){a.checkApplicable(this.elementPath())&&r.call(a,this.getSelection())};CKEDITOR.editor.prototype.removeStyle=function(a){a.checkApplicable(this.elementPath())&&r.call(a,this.getSelection(),1)};CKEDITOR.style.prototype={apply:function(a){r.call(this,a.getSelection())}, +remove:function(a){r.call(this,a.getSelection(),1)},applyToRange:function(a){return(this.applyToRange=this.type==CKEDITOR.STYLE_INLINE?d:this.type==CKEDITOR.STYLE_BLOCK?g:this.type==CKEDITOR.STYLE_OBJECT?e:null).call(this,a)},removeFromRange:function(a){return(this.removeFromRange=this.type==CKEDITOR.STYLE_INLINE?b:this.type==CKEDITOR.STYLE_BLOCK?l:this.type==CKEDITOR.STYLE_OBJECT?i:null).call(this,a)},applyToObject:function(a){A(a,this)},checkActive:function(a){switch(this.type){case CKEDITOR.STYLE_BLOCK:return this.checkElementRemovable(a.block|| +a.blockLimit,true);case CKEDITOR.STYLE_OBJECT:case CKEDITOR.STYLE_INLINE:for(var b=a.elements,c=0,d;c<b.length;c++){d=b[c];if(!(this.type==CKEDITOR.STYLE_INLINE&&(d==a.block||d==a.blockLimit))){if(this.type==CKEDITOR.STYLE_OBJECT){var e=d.getName();if(!(typeof this.element=="string"?e==this.element:e in this.element))continue}if(this.checkElementRemovable(d,true))return true}}}return false},checkApplicable:function(a,b){if(b&&!b.check(this))return false;switch(this.type){case CKEDITOR.STYLE_OBJECT:return!!a.contains(this.element); +case CKEDITOR.STYLE_BLOCK:return!!a.blockLimit.getDtd()[this.element]}return true},checkElementMatch:function(a,b){var c=this._.definition;if(!a||!c.ignoreReadonly&&a.isReadOnly())return false;var d=a.getName();if(typeof this.element=="string"?d==this.element:d in this.element){if(!b&&!a.hasAttributes())return true;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(h!= +"_length"){e=a.getAttribute(h)||"";if(h=="style")a:{d=c[h];typeof d=="string"&&(d=CKEDITOR.tools.parseCssText(d));typeof e=="string"&&(e=CKEDITOR.tools.parseCssText(e,true));g=void 0;for(g in d)if(!(g in e&&(e[g]==d[g]||d[g]=="inherit"||e[g]=="inherit"))){d=false;break a}d=true}else d=c[h]==e;if(d){if(!b)return true}else if(b)return false}if(b)return true}else return true}return false},checkElementRemovable:function(a,b){if(this.checkElementMatch(a,b))return true;var c=j(this)[a.getName()];if(c){var d; +if(!(c=c.attributes))return true;for(var e=0;e<c.length;e++){d=c[e][0];if(d=a.getAttribute(d)){var f=c[e][1];if(f===null||typeof f=="string"&&d==f||f.test(d))return true}}}return false},buildPreview:function(a){var b=this._.definition,c=[],d=b.element;d=="bdo"&&(d="span");var c=["<",d],e=b.attributes;if(e)for(var f in e)c.push(" ",f,'="',e[f],'"');(e=CKEDITOR.style.getStyleText(b))&&c.push(' style="',e,'"');c.push(">",a||b.name,"</",d,">");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(w,";"));for(var e in b){var f=b[e],g=(e+":"+f).replace(w,";");f=="inherit"?d=d+g:c=c+g}c.length&&(c=CKEDITOR.tools.normalizeCssText(c,true));return a._ST=c+d};var N=CKEDITOR.POSITION_PRECEDING|CKEDITOR.POSITION_IDENTICAL|CKEDITOR.POSITION_IS_CONTAINED,H=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,true)};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.editor.prototype.getStylesSet=function(a){if(this._.stylesDefinitions)a(this._.stylesDefinitions);else{var d=this,b=d.config.stylesCombo_stylesSet||d.config.stylesSet;if(b===false)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){typeof a=="string"&&(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"<\!--"+this.$.nodeValue+"--\>"}});"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 i=null,g=null,l=[],h=b,k,e=e||b.getDocument().getBody();do if(h.type==CKEDITOR.NODE_ELEMENT){l.push(h);if(!this.lastElement){this.lastElement=h;if(h.is(CKEDITOR.dtd.$object)||h.getAttribute("contenteditable")=="false")continue}if(h.equals(e))break;if(!g){k=h.getName(); +h.getAttribute("contenteditable")=="true"?g=h:!i&&d[k]&&(i=h);if(a[k]){var o;if(o=!i){if(k=k=="div"){a:{k=h.getChildren();o=0;for(var s=k.count();o<s;o++){var q=k.getItem(o);if(q.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$block[q.getName()]){k=true;break a}}k=false}k=!k}o=k}o?i=h:g=h}}}while(h=h.getParent());g||(g=e);this.block=i;this.blockLimit=g;this.root=e;this.elements=l}})(); +CKEDITOR.dom.elementPath.prototype={compare:function(a){var d=this.elements,a=a&&a.elements;if(!a||d.length!=a.length)return false;for(var b=0;b<d.length;b++)if(!d[b].equals(a[b]))return false;return true},contains:function(a,d,b){var c;typeof a=="string"&&(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 CKEDITOR.tools.indexOf(a,b.getName())>-1}:typeof a=="function"?c=a:typeof a=="object"&&(c= +function(b){return b.getName()in a});var e=this.elements,i=e.length;d&&i--;if(b){e=Array.prototype.slice.call(e,0);e.reverse()}for(d=0;d<i;d++)if(c(e[d]))return e[d];return null},isContextFor:function(a){var d;if(a in CKEDITOR.dtd.$block){d=this.contains(CKEDITOR.dtd.$intermediate)||this.root.equals(this.block)&&this.block||this.blockLimit;return!!d.getDtd()[a]}return true},direction:function(){return(this.block||this.blockLimit||this.root).getDirection(1)}}; +CKEDITOR.dom.text=function(a,d){typeof a=="string"&&(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(),i=new CKEDITOR.dom.text(this.$.splitText(a),e);if(d.childNodes.length==b)if(a>=c){i=e.createText("");i.insertAfter(this)}else{a=e.createText("");a.insertAfter(i);a.remove()}return i},substring:function(a, +d){return typeof d!="number"?this.$.nodeValue.substr(a):this.$.nodeValue.substring(a,d)}}); +(function(){function a(a,c,d){var i=a.serializable,g=c[d?"endContainer":"startContainer"],l=d?"endOffset":"startOffset",h=i?c.document.getById(a.startNode):a.startNode,a=i?c.document.getById(a.endNode):a.endNode;if(g.equals(h.getPrevious())){c.startOffset=c.startOffset-g.getLength()-a.getPrevious().getLength();g=a.getNext()}else if(g.equals(a.getPrevious())){c.startOffset=c.startOffset-g.getLength();g=a.getNext()}g.equals(h.getParent())&&c[l]++;g.equals(a.getParent())&&c[l]++;c[d?"endContainer":"startContainer"]= +g;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=[],i;return{getNextRange:function(g){i=i==void 0?0:i+1;var l=a[i];if(l&&a.length>1){if(!i)for(var h=a.length-1;h>=0;h--)d.unshift(a[h].createBookmark(true));if(g)for(var k=0;a[i+k+1];){for(var o=l.document,g=0,h=o.getById(d[k].endNode),o=o.getById(d[k+ +1].startNode);;){h=h.getNextSourceNode(false);if(o.equals(h))g=1;else if(c(h)||h.type==CKEDITOR.NODE_ELEMENT&&h.isBlockBoundary())continue;break}if(!g)break;k++}for(l.moveToBookmark(d.shift());k--;){h=a[++i];h.moveToBookmark(d.shift());l.setEnd(h.endContainer,h.endOffset)}}return l}}},createBookmarks:function(b){for(var c=[],d,i=0;i<this.length;i++){c.push(d=this[i].createBookmark(b,true));for(var g=i+1;g<this.length;g++){this[g]=a(d,this[g]);this[g]=a(d,this[g],true)}}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++){g=c[e];if(d.ie&&(g.replace(/^ie/,"")==d.version||d.quirks&&g=="iequirks"))g="ie";if(d[g]){b=b+("_"+c[e]);break}}return CKEDITOR.getUrl(a()+b+".css")}function b(a,b){if(!i[a]){CKEDITOR.document.appendStyleSheet(d(a));i[a]=1}b&&b()} +function c(a){var b=a.getById(g);if(!b){b=a.getHead().append("style");b.setAttribute("id",g);b.setAttribute("type","text/css")}return b}function e(a,b,c){var d,e,f;if(CKEDITOR.env.webkit){b=b.split("}").slice(0,-1);for(e=0;e<b.length;e++)b[e]=b[e].split("{")}for(var g=0;g<a.length;g++)if(CKEDITOR.env.webkit)for(e=0;e<b.length;e++){f=b[e][1];for(d=0;d<c.length;d++)f=f.replace(c[d][0],c[d][1]);a[g].$.sheet.addRule(b[e][0],f)}else{f=b;for(d=0;d<c.length;d++)f=f.replace(c[d][0],c[d][1]);CKEDITOR.env.ie&& +CKEDITOR.env.version<11?a[g].$.styleSheet.cssText=a[g].$.styleSheet.cssText+f:a[g].$.innerHTML=a[g].$.innerHTML+f}}var i={};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 f;if(a){a=a.toLowerCase();b&&(f=this.icons[a+"-rtl"]);f||(f=this.icons[a])}a=c||f&&f.path||"";d=d||f&&f.offset;e=e||f&&f.bgsize||"16px";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){var c=CKEDITOR.skin.chameleon,d=[[h,a]];this.uiColor=a;e([b],c(this, +"editor"),d);e(l,c(this,"panel"),d)}).call(this,a)}});var g="cke_ui_color",l=[],h=/\$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"),[[h,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=false;else{var a=CKEDITOR.dom.element.createFromHtml('<div style="width:0;height:0;position:absolute;left:-10000px;border:1px solid;border-color:red blue"></div>',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=false}a.remove()}if(CKEDITOR.env.hc)CKEDITOR.env.cssClass=CKEDITOR.env.cssClass+" cke_hc"; +CKEDITOR.document.appendStyleText(".cke{visibility:hidden;}");CKEDITOR.status="loaded";CKEDITOR.fireOnce("loaded");if(a=CKEDITOR._.pending){delete CKEDITOR._.pending;for(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-2014, 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,opera"; +CKEDITOR.skin.chameleon=function(){var b=function(){return function(b,e){for(var a=b.match(/[^#]./g),c=0;3>c;c++){var f=a,h=c,d;d=parseInt(a[c],16);d=("0"+(0>e?0|d*(1+e):0|d+(255-d)*e).toString(16)).slice(-2);f[h]=d}return"#"+a.join("")}}(),c=function(){var b=new CKEDITOR.template("background:#{to};background-image:-webkit-gradient(linear,lefttop,leftbottom,from({from}),to({to}));background-image:-moz-linear-gradient(top,{from},{to});background-image:-webkit-linear-gradient(top,{from},{to});background-image:-o-linear-gradient(top,{from},{to});background-image:-ms-linear-gradient(top,{from},{to});background-image:linear-gradient(top,{from},{to});filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='{from}',endColorstr='{to}');");return function(c, +a){return b.output({from:c,to:a})}}(),f={editor:new CKEDITOR.template("{id}.cke_chrome [border-color:{defaultBorder};] {id} .cke_top [ {defaultGradient}border-bottom-color:{defaultBorder};] {id} .cke_bottom [{defaultGradient}border-top-color:{defaultBorder};] {id} .cke_resizer [border-right-color:{ckeResizer}] {id} .cke_dialog_title [{defaultGradient}border-bottom-color:{defaultBorder};] {id} .cke_dialog_footer [{defaultGradient}outline-color:{defaultBorder};border-top-color:{defaultBorder};] {id} .cke_dialog_tab [{lightGradient}border-color:{defaultBorder};] {id} .cke_dialog_tab:hover [{mediumGradient}] {id} .cke_dialog_contents [border-top-color:{defaultBorder};] {id} .cke_dialog_tab_selected, {id} .cke_dialog_tab_selected:hover [background:{dialogTabSelected};border-bottom-color:{dialogTabSelectedBorder};] {id} .cke_dialog_body [background:{dialogBody};border-color:{defaultBorder};] {id} .cke_toolgroup [{lightGradient}border-color:{defaultBorder};] {id} a.cke_button_off:hover, {id} a.cke_button_off:focus, {id} a.cke_button_off:active [{mediumGradient}] {id} .cke_button_on [{ckeButtonOn}] {id} .cke_toolbar_separator [background-color: {ckeToolbarSeparator};] {id} .cke_combo_button [border-color:{defaultBorder};{lightGradient}] {id} a.cke_combo_button:hover, {id} a.cke_combo_button:focus, {id} .cke_combo_on a.cke_combo_button [border-color:{defaultBorder};{mediumGradient}] {id} .cke_path_item [color:{elementsPathColor};] {id} a.cke_path_item:hover, {id} a.cke_path_item:focus, {id} a.cke_path_item:active [background-color:{elementsPathBg};] {id}.cke_panel [border-color:{defaultBorder};] "), +panel:new CKEDITOR.template(".cke_panel_grouptitle [{lightGradient}border-color:{defaultBorder};] .cke_menubutton_icon [background-color:{menubuttonIcon};] .cke_menubutton:hover .cke_menubutton_icon, .cke_menubutton:focus .cke_menubutton_icon, .cke_menubutton:active .cke_menubutton_icon [background-color:{menubuttonIconHover};] .cke_menuseparator [background-color:{menubuttonIcon};] a:hover.cke_colorbox, a:focus.cke_colorbox, a:active.cke_colorbox [border-color:{defaultBorder};] a:hover.cke_colorauto, a:hover.cke_colormore, a:focus.cke_colorauto, a:focus.cke_colormore, a:active.cke_colorauto, a:active.cke_colormore [background-color:{ckeColorauto};border-color:{defaultBorder};] ")}; +return function(g,e){var a=g.uiColor,a={id:"."+g.id,defaultBorder:b(a,-0.1),defaultGradient:c(b(a,0.9),a),lightGradient:c(b(a,1),b(a,0.7)),mediumGradient:c(b(a,0.8),b(a,0.5)),ckeButtonOn:c(b(a,0.6),b(a,0.7)),ckeResizer:b(a,-0.4),ckeToolbarSeparator:b(a,0.5),ckeColorauto:b(a,0.8),dialogBody:b(a,0.7),dialogTabSelected:c("#FFFFFF","#FFFFFF"),dialogTabSelectedBorder:"#FFF",elementsPathColor:b(a,-0.6),elementsPathBg:a,menubuttonIcon:b(a,0.5),menubuttonIconHover:b(a,0.3)};return f[e].output(a).replace(/\[/g, +"{").replace(/\]/g,"}")}}();CKEDITOR.plugins.add("dialogui",{onLoad:function(){var i=function(b){this._||(this._={});this._["default"]=this._.initValue=b["default"]||"";this._.required=b.required||!1;for(var a=[this._],d=1;d<arguments.length;d++)a.push(arguments[d]);a.push(!0);CKEDITOR.tools.extend.apply(CKEDITOR.tools,a);return this._},r={build:function(b,a,d){return new CKEDITOR.ui.dialog.textInput(b,a,d)}},l={build:function(b,a,d){return new CKEDITOR.ui.dialog[a.type](b,a,d)}},n={isChanged:function(){return this.getValue()!= +this.getInitValue()},reset:function(b){this.setValue(this.getInitValue(),b)},setInitValue:function(){this._.initValue=this.getValue()},resetInitValue:function(){this._.initValue=this._["default"]},getInitValue:function(){return this._.initValue}},o=CKEDITOR.tools.extend({},CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors,{onChange:function(b,a){this._.domOnChangeRegistered||(b.on("load",function(){this.getInputElement().on("change",function(){b.parts.dialog.isVisible()&&this.fire("change",{value:this.getValue()})}, +this)},this),this._.domOnChangeRegistered=!0);this.on("change",a)}},!0),s=/^on([A-Z]\w+)/,p=function(b){for(var a in b)(s.test(a)||"title"==a||"type"==a)&&delete b[a];return b};CKEDITOR.tools.extend(CKEDITOR.ui.dialog,{labeledElement:function(b,a,d,e){if(!(4>arguments.length)){var c=i.call(this,a);c.labelId=CKEDITOR.tools.getNextId()+"_label";this._.children=[];CKEDITOR.ui.dialog.uiElement.call(this,b,a,d,"div",null,{role:"presentation"},function(){var f=[],d=a.required?" cke_required":"";"horizontal"!= +a.labelLayout?f.push('<label class="cke_dialog_ui_labeled_label'+d+'" ',' id="'+c.labelId+'"',c.inputId?' for="'+c.inputId+'"':"",(a.labelStyle?' style="'+a.labelStyle+'"':"")+">",a.label,"</label>",'<div class="cke_dialog_ui_labeled_content"',a.controlStyle?' style="'+a.controlStyle+'"':"",' role="radiogroup" aria-labelledby="'+c.labelId+'">',e.call(this,b,a),"</div>"):(d={type:"hbox",widths:a.widths,padding:0,children:[{type:"html",html:'<label class="cke_dialog_ui_labeled_label'+d+'" id="'+c.labelId+ +'" for="'+c.inputId+'"'+(a.labelStyle?' style="'+a.labelStyle+'"':"")+">"+CKEDITOR.tools.htmlEncode(a.label)+"</span>"},{type:"html",html:'<span class="cke_dialog_ui_labeled_content"'+(a.controlStyle?' style="'+a.controlStyle+'"':"")+">"+e.call(this,b,a)+"</span>"}]},CKEDITOR.dialog._.uiElementBuilders.hbox.build(b,d,f));return f.join("")})}},textInput:function(b,a,d){if(!(3>arguments.length)){i.call(this,a);var e=this._.inputId=CKEDITOR.tools.getNextId()+"_textInput",c={"class":"cke_dialog_ui_input_"+ +a.type,id:e,type:a.type};a.validate&&(this.validate=a.validate);a.maxLength&&(c.maxlength=a.maxLength);a.size&&(c.size=a.size);a.inputStyle&&(c.style=a.inputStyle);var f=this,h=!1;b.on("load",function(){f.getInputElement().on("keydown",function(a){a.data.getKeystroke()==13&&(h=true)});f.getInputElement().on("keyup",function(a){if(a.data.getKeystroke()==13&&h){b.getButton("ok")&&setTimeout(function(){b.getButton("ok").click()},0);h=false}},null,null,1E3)});CKEDITOR.ui.dialog.labeledElement.call(this, +b,a,d,function(){var b=['<div class="cke_dialog_ui_input_',a.type,'" role="presentation"'];a.width&&b.push('style="width:'+a.width+'" ');b.push("><input ");c["aria-labelledby"]=this._.labelId;this._.required&&(c["aria-required"]=this._.required);for(var d in c)b.push(d+'="'+c[d]+'" ');b.push(" /></div>");return b.join("")})}},textarea:function(b,a,d){if(!(3>arguments.length)){i.call(this,a);var e=this,c=this._.inputId=CKEDITOR.tools.getNextId()+"_textarea",f={};a.validate&&(this.validate=a.validate); +f.rows=a.rows||5;f.cols=a.cols||20;f["class"]="cke_dialog_ui_input_textarea "+(a["class"]||"");"undefined"!=typeof a.inputStyle&&(f.style=a.inputStyle);a.dir&&(f.dir=a.dir);CKEDITOR.ui.dialog.labeledElement.call(this,b,a,d,function(){f["aria-labelledby"]=this._.labelId;this._.required&&(f["aria-required"]=this._.required);var a=['<div class="cke_dialog_ui_input_textarea" role="presentation"><textarea id="',c,'" '],b;for(b in f)a.push(b+'="'+CKEDITOR.tools.htmlEncode(f[b])+'" ');a.push(">",CKEDITOR.tools.htmlEncode(e._["default"]), +"</textarea></div>");return a.join("")})}},checkbox:function(b,a,d){if(!(3>arguments.length)){var e=i.call(this,a,{"default":!!a["default"]});a.validate&&(this.validate=a.validate);CKEDITOR.ui.dialog.uiElement.call(this,b,a,d,"span",null,null,function(){var c=CKEDITOR.tools.extend({},a,{id:a.id?a.id+"_checkbox":CKEDITOR.tools.getNextId()+"_checkbox"},true),d=[],h=CKEDITOR.tools.getNextId()+"_label",g={"class":"cke_dialog_ui_checkbox_input",type:"checkbox","aria-labelledby":h};p(c);if(a["default"])g.checked= +"checked";if(typeof c.inputStyle!="undefined")c.style=c.inputStyle;e.checkbox=new CKEDITOR.ui.dialog.uiElement(b,c,d,"input",null,g);d.push(' <label id="',h,'" for="',g.id,'"'+(a.labelStyle?' style="'+a.labelStyle+'"':"")+">",CKEDITOR.tools.htmlEncode(a.label),"</label>");return d.join("")})}},radio:function(b,a,d){if(!(3>arguments.length)){i.call(this,a);this._["default"]||(this._["default"]=this._.initValue=a.items[0][1]);a.validate&&(this.validate=a.valdiate);var e=[],c=this;CKEDITOR.ui.dialog.labeledElement.call(this, +b,a,d,function(){for(var d=[],h=[],g=(a.id?a.id:CKEDITOR.tools.getNextId())+"_radio",k=0;k<a.items.length;k++){var j=a.items[k],i=j[2]!==void 0?j[2]:j[0],l=j[1]!==void 0?j[1]:j[0],m=CKEDITOR.tools.getNextId()+"_radio_input",n=m+"_label",m=CKEDITOR.tools.extend({},a,{id:m,title:null,type:null},true),i=CKEDITOR.tools.extend({},m,{title:i},true),o={type:"radio","class":"cke_dialog_ui_radio_input",name:g,value:l,"aria-labelledby":n},q=[];if(c._["default"]==l)o.checked="checked";p(m);p(i);if(typeof m.inputStyle!= +"undefined")m.style=m.inputStyle;m.keyboardFocusable=true;e.push(new CKEDITOR.ui.dialog.uiElement(b,m,q,"input",null,o));q.push(" ");new CKEDITOR.ui.dialog.uiElement(b,i,q,"label",null,{id:n,"for":o.id},j[0]);d.push(q.join(""))}new CKEDITOR.ui.dialog.hbox(b,e,d,h);return h.join("")});this._.children=e}},button:function(b,a,d){if(arguments.length){"function"==typeof a&&(a=a(b.getParentEditor()));i.call(this,a,{disabled:a.disabled||!1});CKEDITOR.event.implementOn(this);var e=this;b.on("load",function(){var a= +this.getElement();(function(){a.on("click",function(a){e.click();a.data.preventDefault()});a.on("keydown",function(a){a.data.getKeystroke()in{32:1}&&(e.click(),a.data.preventDefault())})})();a.unselectable()},this);var c=CKEDITOR.tools.extend({},a);delete c.style;var f=CKEDITOR.tools.getNextId()+"_label";CKEDITOR.ui.dialog.uiElement.call(this,b,c,d,"a",null,{style:a.style,href:"javascript:void(0)",title:a.label,hidefocus:"true","class":a["class"],role:"button","aria-labelledby":f},'<span id="'+f+ +'" class="cke_dialog_ui_button">'+CKEDITOR.tools.htmlEncode(a.label)+"</span>")}},select:function(b,a,d){if(!(3>arguments.length)){var e=i.call(this,a);a.validate&&(this.validate=a.validate);e.inputId=CKEDITOR.tools.getNextId()+"_select";CKEDITOR.ui.dialog.labeledElement.call(this,b,a,d,function(){var c=CKEDITOR.tools.extend({},a,{id:a.id?a.id+"_select":CKEDITOR.tools.getNextId()+"_select"},true),d=[],h=[],g={id:e.inputId,"class":"cke_dialog_ui_input_select","aria-labelledby":this._.labelId};d.push('<div class="cke_dialog_ui_input_', +a.type,'" role="presentation"');a.width&&d.push('style="width:'+a.width+'" ');d.push(">");if(a.size!=void 0)g.size=a.size;if(a.multiple!=void 0)g.multiple=a.multiple;p(c);for(var k=0,j;k<a.items.length&&(j=a.items[k]);k++)h.push('<option value="',CKEDITOR.tools.htmlEncode(j[1]!==void 0?j[1]:j[0]).replace(/"/g,"""),'" /> ',CKEDITOR.tools.htmlEncode(j[0]));if(typeof c.inputStyle!="undefined")c.style=c.inputStyle;e.select=new CKEDITOR.ui.dialog.uiElement(b,c,d,"select",null,g,h.join(""));d.push("</div>"); +return d.join("")})}},file:function(b,a,d){if(!(3>arguments.length)){void 0===a["default"]&&(a["default"]="");var e=CKEDITOR.tools.extend(i.call(this,a),{definition:a,buttons:[]});a.validate&&(this.validate=a.validate);b.on("load",function(){CKEDITOR.document.getById(e.frameId).getParent().addClass("cke_dialog_ui_input_file")});CKEDITOR.ui.dialog.labeledElement.call(this,b,a,d,function(){e.frameId=CKEDITOR.tools.getNextId()+"_fileInput";var b=['<iframe frameborder="0" allowtransparency="0" class="cke_dialog_ui_input_file" role="presentation" id="', +e.frameId,'" title="',a.label,'" src="javascript:void('];b.push(CKEDITOR.env.ie?"(function(){"+encodeURIComponent("document.open();("+CKEDITOR.tools.fixDomain+")();document.close();")+"})()":"0");b.push(')"></iframe>');return b.join("")})}},fileButton:function(b,a,d){if(!(3>arguments.length)){i.call(this,a);var e=this;a.validate&&(this.validate=a.validate);var c=CKEDITOR.tools.extend({},a),f=c.onClick;c.className=(c.className?c.className+" ":"")+"cke_dialog_ui_button";c.onClick=function(c){var d= +a["for"];if(!f||f.call(this,c)!==false){b.getContentElement(d[0],d[1]).submit();this.disable()}};b.on("load",function(){b.getContentElement(a["for"][0],a["for"][1])._.buttons.push(e)});CKEDITOR.ui.dialog.button.call(this,b,c,d)}},html:function(){var b=/^\s*<[\w:]+\s+([^>]*)?>/,a=/^(\s*<[\w:]+(?:\s+[^>]*)?)((?:.|\r|\n)+)$/,d=/\/$/;return function(e,c,f){if(!(3>arguments.length)){var h=[],g=c.html;"<"!=g.charAt(0)&&(g="<span>"+g+"</span>");var k=c.focus;if(k){var j=this.focus;this.focus=function(){("function"== +typeof k?k:j).call(this);this.fire("focus")};c.isFocusable&&(this.isFocusable=this.isFocusable);this.keyboardFocusable=!0}CKEDITOR.ui.dialog.uiElement.call(this,e,c,h,"span",null,null,"");h=h.join("").match(b);g=g.match(a)||["","",""];d.test(g[1])&&(g[1]=g[1].slice(0,-1),g[2]="/"+g[2]);f.push([g[1]," ",h[1]||"",g[2]].join(""))}}}(),fieldset:function(b,a,d,e,c){var f=c.label;this._={children:a};CKEDITOR.ui.dialog.uiElement.call(this,b,c,e,"fieldset",null,null,function(){var a=[];f&&a.push("<legend"+ +(c.labelStyle?' style="'+c.labelStyle+'"':"")+">"+f+"</legend>");for(var b=0;b<d.length;b++)a.push(d[b]);return a.join("")})}},!0);CKEDITOR.ui.dialog.html.prototype=new CKEDITOR.ui.dialog.uiElement;CKEDITOR.ui.dialog.labeledElement.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{setLabel:function(b){var a=CKEDITOR.document.getById(this._.labelId);1>a.getChildCount()?(new CKEDITOR.dom.text(b,CKEDITOR.document)).appendTo(a):a.getChild(0).$.nodeValue=b;return this},getLabel:function(){var b= +CKEDITOR.document.getById(this._.labelId);return!b||1>b.getChildCount()?"":b.getChild(0).getText()},eventProcessors:o},!0);CKEDITOR.ui.dialog.button.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{click:function(){return!this._.disabled?this.fire("click",{dialog:this._.dialog}):!1},enable:function(){this._.disabled=!1;var b=this.getElement();b&&b.removeClass("cke_disabled")},disable:function(){this._.disabled=!0;this.getElement().addClass("cke_disabled")},isVisible:function(){return this.getElement().getFirst().isVisible()}, +isEnabled:function(){return!this._.disabled},eventProcessors:CKEDITOR.tools.extend({},CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors,{onClick:function(b,a){this.on("click",function(){a.apply(this,arguments)})}},!0),accessKeyUp:function(){this.click()},accessKeyDown:function(){this.focus()},keyboardFocusable:!0},!0);CKEDITOR.ui.dialog.textInput.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledElement,{getInputElement:function(){return CKEDITOR.document.getById(this._.inputId)}, +focus:function(){var b=this.selectParentTab();setTimeout(function(){var a=b.getInputElement();a&&a.$.focus()},0)},select:function(){var b=this.selectParentTab();setTimeout(function(){var a=b.getInputElement();a&&(a.$.focus(),a.$.select())},0)},accessKeyUp:function(){this.select()},setValue:function(b){!b&&(b="");return CKEDITOR.ui.dialog.uiElement.prototype.setValue.apply(this,arguments)},keyboardFocusable:!0},n,!0);CKEDITOR.ui.dialog.textarea.prototype=new CKEDITOR.ui.dialog.textInput;CKEDITOR.ui.dialog.select.prototype= +CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledElement,{getInputElement:function(){return this._.select.getElement()},add:function(b,a,d){var e=new CKEDITOR.dom.element("option",this.getDialog().getParentEditor().document),c=this.getInputElement().$;e.$.text=b;e.$.value=void 0===a||null===a?b:a;void 0===d||null===d?CKEDITOR.env.ie?c.add(e.$):c.add(e.$,null):c.add(e.$,d);return this},remove:function(b){this.getInputElement().$.remove(b);return this},clear:function(){for(var b=this.getInputElement().$;0< +b.length;)b.remove(0);return this},keyboardFocusable:!0},n,!0);CKEDITOR.ui.dialog.checkbox.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{getInputElement:function(){return this._.checkbox.getElement()},setValue:function(b,a){this.getInputElement().$.checked=b;!a&&this.fire("change",{value:b})},getValue:function(){return this.getInputElement().$.checked},accessKeyUp:function(){this.setValue(!this.getValue())},eventProcessors:{onChange:function(b,a){if(!CKEDITOR.env.ie||8<CKEDITOR.env.version)return o.onChange.apply(this, +arguments);b.on("load",function(){var a=this._.checkbox.getElement();a.on("propertychange",function(b){b=b.data.$;"checked"==b.propertyName&&this.fire("change",{value:a.$.checked})},this)},this);this.on("change",a);return null}},keyboardFocusable:!0},n,!0);CKEDITOR.ui.dialog.radio.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{setValue:function(b,a){for(var d=this._.children,e,c=0;c<d.length&&(e=d[c]);c++)e.getElement().$.checked=e.getValue()==b;!a&&this.fire("change",{value:b})}, +getValue:function(){for(var b=this._.children,a=0;a<b.length;a++)if(b[a].getElement().$.checked)return b[a].getValue();return null},accessKeyUp:function(){var b=this._.children,a;for(a=0;a<b.length;a++)if(b[a].getElement().$.checked){b[a].getElement().focus();return}b[0].getElement().focus()},eventProcessors:{onChange:function(b,a){if(CKEDITOR.env.ie)b.on("load",function(){for(var a=this._.children,b=this,c=0;c<a.length;c++)a[c].getElement().on("propertychange",function(a){a=a.data.$;"checked"==a.propertyName&& +this.$.checked&&b.fire("change",{value:this.getAttribute("value")})})},this),this.on("change",a);else return o.onChange.apply(this,arguments);return null}}},n,!0);CKEDITOR.ui.dialog.file.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledElement,n,{getInputElement:function(){var b=CKEDITOR.document.getById(this._.frameId).getFrameDocument();return 0<b.$.forms.length?new CKEDITOR.dom.element(b.$.forms[0].elements[0]):this.getElement()},submit:function(){this.getInputElement().getParent().$.submit(); +return this},getAction:function(){return this.getInputElement().getParent().$.action},registerEvents:function(b){var a=/^on([A-Z]\w+)/,d,e=function(a,b,c,d){a.on("formLoaded",function(){a.getInputElement().on(c,d,a)})},c;for(c in b)if(d=c.match(a))this.eventProcessors[c]?this.eventProcessors[c].call(this,this._.dialog,b[c]):e(this,this._.dialog,d[1].toLowerCase(),b[c]);return this},reset:function(){function b(){d.$.open();var b="";e.size&&(b=e.size-(CKEDITOR.env.ie?7:0));var i=a.frameId+"_input"; +d.$.write(['<html dir="'+g+'" lang="'+k+'"><head><title></title></head><body style="margin: 0; overflow: hidden; background: transparent;">','<form enctype="multipart/form-data" method="POST" dir="'+g+'" lang="'+k+'" action="',CKEDITOR.tools.htmlEncode(e.action),'"><label id="',a.labelId,'" for="',i,'" style="display:none">',CKEDITOR.tools.htmlEncode(e.label),'</label><input style="width:100%" id="',i,'" aria-labelledby="',a.labelId,'" type="file" name="',CKEDITOR.tools.htmlEncode(e.id||"cke_upload"), +'" size="',CKEDITOR.tools.htmlEncode(0<b?b:""),'" /></form></body></html><script>',CKEDITOR.env.ie?"("+CKEDITOR.tools.fixDomain+")();":"","window.parent.CKEDITOR.tools.callFunction("+f+");","window.onbeforeunload = function() {window.parent.CKEDITOR.tools.callFunction("+h+")}","<\/script>"].join(""));d.$.close();for(b=0;b<c.length;b++)c[b].enable()}var a=this._,d=CKEDITOR.document.getById(a.frameId).getFrameDocument(),e=a.definition,c=a.buttons,f=this.formLoadedNumber,h=this.formUnloadNumber,g=a.dialog._.editor.lang.dir, +k=a.dialog._.editor.langCode;f||(f=this.formLoadedNumber=CKEDITOR.tools.addFunction(function(){this.fire("formLoaded")},this),h=this.formUnloadNumber=CKEDITOR.tools.addFunction(function(){this.getInputElement().clearCustomData()},this),this.getDialog()._.editor.on("destroy",function(){CKEDITOR.tools.removeFunction(f);CKEDITOR.tools.removeFunction(h)}));CKEDITOR.env.gecko?setTimeout(b,500):b()},getValue:function(){return this.getInputElement().$.value||""},setInitValue:function(){this._.initValue= +""},eventProcessors:{onChange:function(b,a){this._.domOnChangeRegistered||(this.on("formLoaded",function(){this.getInputElement().on("change",function(){this.fire("change",{value:this.getValue()})},this)},this),this._.domOnChangeRegistered=!0);this.on("change",a)}},keyboardFocusable:!0},!0);CKEDITOR.ui.dialog.fileButton.prototype=new CKEDITOR.ui.dialog.button;CKEDITOR.ui.dialog.fieldset.prototype=CKEDITOR.tools.clone(CKEDITOR.ui.dialog.hbox.prototype);CKEDITOR.dialog.addUIElement("text",r);CKEDITOR.dialog.addUIElement("password", +r);CKEDITOR.dialog.addUIElement("textarea",l);CKEDITOR.dialog.addUIElement("checkbox",l);CKEDITOR.dialog.addUIElement("radio",l);CKEDITOR.dialog.addUIElement("button",l);CKEDITOR.dialog.addUIElement("select",l);CKEDITOR.dialog.addUIElement("file",l);CKEDITOR.dialog.addUIElement("fileButton",l);CKEDITOR.dialog.addUIElement("html",l);CKEDITOR.dialog.addUIElement("fieldset",{build:function(b,a,d){for(var e=a.children,c,f=[],h=[],g=0;g<e.length&&(c=e[g]);g++){var i=[];f.push(i);h.push(CKEDITOR.dialog._.uiElementBuilders[c.type].build(b, +c,i))}return new CKEDITOR.ui.dialog[a.type](b,h,f,d,a)}})}});CKEDITOR.DIALOG_RESIZE_NONE=0;CKEDITOR.DIALOG_RESIZE_WIDTH=1;CKEDITOR.DIALOG_RESIZE_HEIGHT=2;CKEDITOR.DIALOG_RESIZE_BOTH=3; +(function(){function t(){for(var a=this._.tabIdList.length,b=CKEDITOR.tools.indexOf(this._.tabIdList,this._.currentTabId)+a,c=b-1;c>b-a;c--)if(this._.tabs[this._.tabIdList[c%a]][0].$.offsetHeight)return this._.tabIdList[c%a];return null}function u(){for(var a=this._.tabIdList.length,b=CKEDITOR.tools.indexOf(this._.tabIdList,this._.currentTabId),c=b+1;c<b+a;c++)if(this._.tabs[this._.tabIdList[c%a]][0].$.offsetHeight)return this._.tabIdList[c%a];return null}function G(a,b){for(var c=a.$.getElementsByTagName("input"), +e=0,d=c.length;e<d;e++){var g=new CKEDITOR.dom.element(c[e]);"text"==g.getAttribute("type").toLowerCase()&&(b?(g.setAttribute("value",g.getCustomData("fake_value")||""),g.removeCustomData("fake_value")):(g.setCustomData("fake_value",g.getAttribute("value")),g.setAttribute("value","")))}}function P(a,b){var c=this.getInputElement();c&&(a?c.removeAttribute("aria-invalid"):c.setAttribute("aria-invalid",!0));a||(this.select?this.select():this.focus());b&&alert(b);this.fire("validated",{valid:a,msg:b})} +function Q(){var a=this.getInputElement();a&&a.removeAttribute("aria-invalid")}function R(a){var a=CKEDITOR.dom.element.createFromHtml(CKEDITOR.addTemplate("dialog",S).output({id:CKEDITOR.tools.getNextNumber(),editorId:a.id,langDir:a.lang.dir,langCode:a.langCode,editorDialogClass:"cke_editor_"+a.name.replace(/\./g,"\\.")+"_dialog",closeTitle:a.lang.common.close,hidpi:CKEDITOR.env.hidpi?"cke_hidpi":""})),b=a.getChild([0,0,0,0,0]),c=b.getChild(0),e=b.getChild(1);if(CKEDITOR.env.ie&&!CKEDITOR.env.ie6Compat){var d= +"javascript:void(function(){"+encodeURIComponent("document.open();("+CKEDITOR.tools.fixDomain+")();document.close();")+"}())";CKEDITOR.dom.element.createFromHtml('<iframe frameBorder="0" class="cke_iframe_shim" src="'+d+'" tabIndex="-1"></iframe>').appendTo(b.getParent())}c.unselectable();e.unselectable();return{element:a,parts:{dialog:a.getChild(0),title:c,close:e,tabs:b.getChild(2),contents:b.getChild([3,0,0,0]),footer:b.getChild([3,0,1,0])}}}function H(a,b,c){this.element=b;this.focusIndex=c;this.tabIndex= +0;this.isFocusable=function(){return!b.getAttribute("disabled")&&b.isVisible()};this.focus=function(){a._.currentFocusIndex=this.focusIndex;this.element.focus()};b.on("keydown",function(a){a.data.getKeystroke()in{32:1,13:1}&&this.fire("click")});b.on("focus",function(){this.fire("mouseover")});b.on("blur",function(){this.fire("mouseout")})}function T(a){function b(){a.layout()}var c=CKEDITOR.document.getWindow();c.on("resize",b);a.on("hide",function(){c.removeListener("resize",b)})}function I(a,b){this._= +{dialog:a};CKEDITOR.tools.extend(this,b)}function U(a){function b(b){var c=a.getSize(),h=CKEDITOR.document.getWindow().getViewPaneSize(),o=b.data.$.screenX,j=b.data.$.screenY,n=o-e.x,m=j-e.y;e={x:o,y:j};d.x+=n;d.y+=m;a.move(d.x+i[3]<f?-i[3]:d.x-i[1]>h.width-c.width-f?h.width-c.width+("rtl"==g.lang.dir?0:i[1]):d.x,d.y+i[0]<f?-i[0]:d.y-i[2]>h.height-c.height-f?h.height-c.height+i[2]:d.y,1);b.data.preventDefault()}function c(){CKEDITOR.document.removeListener("mousemove",b);CKEDITOR.document.removeListener("mouseup", +c);if(CKEDITOR.env.ie6Compat){var a=q.getChild(0).getFrameDocument();a.removeListener("mousemove",b);a.removeListener("mouseup",c)}}var e=null,d=null;a.getElement().getFirst();var g=a.getParentEditor(),f=g.config.dialog_magnetDistance,i=CKEDITOR.skin.margins||[0,0,0,0];"undefined"==typeof f&&(f=20);a.parts.title.on("mousedown",function(f){e={x:f.data.$.screenX,y:f.data.$.screenY};CKEDITOR.document.on("mousemove",b);CKEDITOR.document.on("mouseup",c);d=a.getPosition();if(CKEDITOR.env.ie6Compat){var k= +q.getChild(0).getFrameDocument();k.on("mousemove",b);k.on("mouseup",c)}f.data.preventDefault()},a)}function V(a){var b,c;function e(d){var e="rtl"==i.lang.dir,j=o.width,C=o.height,D=j+(d.data.$.screenX-b)*(e?-1:1)*(a._.moved?1:2),n=C+(d.data.$.screenY-c)*(a._.moved?1:2),x=a._.element.getFirst(),x=e&&x.getComputedStyle("right"),y=a.getPosition();y.y+n>h.height&&(n=h.height-y.y);if((e?x:y.x)+D>h.width)D=h.width-(e?x:y.x);if(f==CKEDITOR.DIALOG_RESIZE_WIDTH||f==CKEDITOR.DIALOG_RESIZE_BOTH)j=Math.max(g.minWidth|| +0,D-l);if(f==CKEDITOR.DIALOG_RESIZE_HEIGHT||f==CKEDITOR.DIALOG_RESIZE_BOTH)C=Math.max(g.minHeight||0,n-k);a.resize(j,C);a._.moved||a.layout();d.data.preventDefault()}function d(){CKEDITOR.document.removeListener("mouseup",d);CKEDITOR.document.removeListener("mousemove",e);j&&(j.remove(),j=null);if(CKEDITOR.env.ie6Compat){var a=q.getChild(0).getFrameDocument();a.removeListener("mouseup",d);a.removeListener("mousemove",e)}}var g=a.definition,f=g.resizable;if(f!=CKEDITOR.DIALOG_RESIZE_NONE){var i=a.getParentEditor(), +l,k,h,o,j,n=CKEDITOR.tools.addFunction(function(f){o=a.getSize();var g=a.parts.contents;g.$.getElementsByTagName("iframe").length&&(j=CKEDITOR.dom.element.createFromHtml('<div class="cke_dialog_resize_cover" style="height: 100%; position: absolute; width: 100%;"></div>'),g.append(j));k=o.height-a.parts.contents.getSize("height",!(CKEDITOR.env.gecko||CKEDITOR.env.opera||CKEDITOR.env.ie&&CKEDITOR.env.quirks));l=o.width-a.parts.contents.getSize("width",1);b=f.screenX;c=f.screenY;h=CKEDITOR.document.getWindow().getViewPaneSize(); +CKEDITOR.document.on("mousemove",e);CKEDITOR.document.on("mouseup",d);CKEDITOR.env.ie6Compat&&(g=q.getChild(0).getFrameDocument(),g.on("mousemove",e),g.on("mouseup",d));f.preventDefault&&f.preventDefault()});a.on("load",function(){var b="";f==CKEDITOR.DIALOG_RESIZE_WIDTH?b=" cke_resizer_horizontal":f==CKEDITOR.DIALOG_RESIZE_HEIGHT&&(b=" cke_resizer_vertical");b=CKEDITOR.dom.element.createFromHtml('<div class="cke_resizer'+b+" cke_resizer_"+i.lang.dir+'" title="'+CKEDITOR.tools.htmlEncode(i.lang.common.resize)+ +'" onmousedown="CKEDITOR.tools.callFunction('+n+', event )">'+("ltr"==i.lang.dir?"â¢":"â£")+"</div>");a.parts.footer.append(b,1)});i.on("destroy",function(){CKEDITOR.tools.removeFunction(n)})}}function E(a){a.data.preventDefault(1)}function J(a){var b=CKEDITOR.document.getWindow(),c=a.config,e=c.dialog_backgroundCoverColor||"white",d=c.dialog_backgroundCoverOpacity,g=c.baseFloatZIndex,c=CKEDITOR.tools.genKey(e,d,g),f=w[c];f?f.show():(g=['<div tabIndex="-1" style="position: ',CKEDITOR.env.ie6Compat? +"absolute":"fixed","; z-index: ",g,"; top: 0px; left: 0px; ",!CKEDITOR.env.ie6Compat?"background-color: "+e:"",'" class="cke_dialog_background_cover">'],CKEDITOR.env.ie6Compat&&(e="<html><body style=\\'background-color:"+e+";\\'></body></html>",g.push('<iframe hidefocus="true" frameborder="0" id="cke_dialog_background_iframe" src="javascript:'),g.push("void((function(){"+encodeURIComponent("document.open();("+CKEDITOR.tools.fixDomain+")();document.write( '"+e+"' );document.close();")+"})())"),g.push('" style="position:absolute;left:0;top:0;width:100%;height: 100%;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)"></iframe>')), +g.push("</div>"),f=CKEDITOR.dom.element.createFromHtml(g.join("")),f.setOpacity(void 0!=d?d:0.5),f.on("keydown",E),f.on("keypress",E),f.on("keyup",E),f.appendTo(CKEDITOR.document.getBody()),w[c]=f);a.focusManager.add(f);q=f;var a=function(){var a=b.getViewPaneSize();f.setStyles({width:a.width+"px",height:a.height+"px"})},i=function(){var a=b.getScrollPosition(),c=CKEDITOR.dialog._.currentTop;f.setStyles({left:a.x+"px",top:a.y+"px"});if(c){do{a=c.getPosition();c.move(a.x,a.y)}while(c=c._.parentDialog) +}};F=a;b.on("resize",a);a();(!CKEDITOR.env.mac||!CKEDITOR.env.webkit)&&f.focus();if(CKEDITOR.env.ie6Compat){var l=function(){i();arguments.callee.prevScrollHandler.apply(this,arguments)};b.$.setTimeout(function(){l.prevScrollHandler=window.onscroll||function(){};window.onscroll=l},0);i()}}function K(a){q&&(a.focusManager.remove(q),a=CKEDITOR.document.getWindow(),q.hide(),a.removeListener("resize",F),CKEDITOR.env.ie6Compat&&a.$.setTimeout(function(){window.onscroll=window.onscroll&&window.onscroll.prevScrollHandler|| +null},0),F=null)}var r=CKEDITOR.tools.cssLength,S='<div class="cke_reset_all {editorId} {editorDialogClass} {hidpi}" dir="{langDir}" lang="{langCode}" role="dialog" aria-labelledby="cke_dialog_title_{id}"><table class="cke_dialog '+CKEDITOR.env.cssClass+' cke_{langDir}" style="position:absolute" role="presentation"><tr><td role="presentation"><div class="cke_dialog_body" role="presentation"><div id="cke_dialog_title_{id}" class="cke_dialog_title" role="presentation"></div><a id="cke_dialog_close_button_{id}" class="cke_dialog_close_button" href="javascript:void(0)" title="{closeTitle}" role="button"><span class="cke_label">X</span></a><div id="cke_dialog_tabs_{id}" class="cke_dialog_tabs" role="tablist"></div><table class="cke_dialog_contents" role="presentation"><tr><td id="cke_dialog_contents_{id}" class="cke_dialog_contents_body" role="presentation"></td></tr><tr><td id="cke_dialog_footer_{id}" class="cke_dialog_footer" role="presentation"></td></tr></table></div></td></tr></table></div>'; +CKEDITOR.dialog=function(a,b){function c(){var a=m._.focusList;a.sort(function(a,b){return a.tabIndex!=b.tabIndex?b.tabIndex-a.tabIndex:a.focusIndex-b.focusIndex});for(var b=a.length,c=0;c<b;c++)a[c].focusIndex=c}function e(a){var b=m._.focusList,a=a||0;if(!(1>b.length)){var c=m._.currentFocusIndex;try{b[c].getInputElement().$.blur()}catch(f){}for(var d=c=(c+a+b.length)%b.length;a&&!b[d].isFocusable()&&!(d=(d+a+b.length)%b.length,d==c););b[d].focus();"text"==b[d].type&&b[d].select()}}function d(b){if(m== +CKEDITOR.dialog._.currentTop){var c=b.data.getKeystroke(),d="rtl"==a.lang.dir;o=j=0;if(9==c||c==CKEDITOR.SHIFT+9)c=c==CKEDITOR.SHIFT+9,m._.tabBarMode?(c=c?t.call(m):u.call(m),m.selectPage(c),m._.tabs[c][0].focus()):e(c?-1:1),o=1;else if(c==CKEDITOR.ALT+121&&!m._.tabBarMode&&1<m.getPageCount())m._.tabBarMode=!0,m._.tabs[m._.currentTabId][0].focus(),o=1;else if((37==c||39==c)&&m._.tabBarMode)c=c==(d?39:37)?t.call(m):u.call(m),m.selectPage(c),m._.tabs[c][0].focus(),o=1;else if((13==c||32==c)&&m._.tabBarMode)this.selectPage(this._.currentTabId), +this._.tabBarMode=!1,this._.currentFocusIndex=-1,e(1),o=1;else if(13==c){c=b.data.getTarget();if(!c.is("a","button","select","textarea")&&(!c.is("input")||"button"!=c.$.type))(c=this.getButton("ok"))&&CKEDITOR.tools.setTimeout(c.click,0,c),o=1;j=1}else if(27==c)(c=this.getButton("cancel"))?CKEDITOR.tools.setTimeout(c.click,0,c):!1!==this.fire("cancel",{hide:!0}).hide&&this.hide(),j=1;else return;g(b)}}function g(a){o?a.data.preventDefault(1):j&&a.data.stopPropagation()}var f=CKEDITOR.dialog._.dialogDefinitions[b], +i=CKEDITOR.tools.clone(W),l=a.config.dialog_buttonsOrder||"OS",k=a.lang.dir,h={},o,j;("OS"==l&&CKEDITOR.env.mac||"rtl"==l&&"ltr"==k||"ltr"==l&&"rtl"==k)&&i.buttons.reverse();f=CKEDITOR.tools.extend(f(a),i);f=CKEDITOR.tools.clone(f);f=new L(this,f);i=R(a);this._={editor:a,element:i.element,name:b,contentSize:{width:0,height:0},size:{width:0,height:0},contents:{},buttons:{},accessKeyMap:{},tabs:{},tabIdList:[],currentTabId:null,currentTabIndex:null,pageCount:0,lastTab:null,tabBarMode:!1,focusList:[], +currentFocusIndex:0,hasFocus:!1};this.parts=i.parts;CKEDITOR.tools.setTimeout(function(){a.fire("ariaWidget",this.parts.contents)},0,this);i={position:CKEDITOR.env.ie6Compat?"absolute":"fixed",top:0,visibility:"hidden"};i["rtl"==k?"right":"left"]=0;this.parts.dialog.setStyles(i);CKEDITOR.event.call(this);this.definition=f=CKEDITOR.fire("dialogDefinition",{name:b,definition:f},a).definition;if(!("removeDialogTabs"in a._)&&a.config.removeDialogTabs){i=a.config.removeDialogTabs.split(";");for(k=0;k< +i.length;k++)if(l=i[k].split(":"),2==l.length){var n=l[0];h[n]||(h[n]=[]);h[n].push(l[1])}a._.removeDialogTabs=h}if(a._.removeDialogTabs&&(h=a._.removeDialogTabs[b]))for(k=0;k<h.length;k++)f.removeContents(h[k]);if(f.onLoad)this.on("load",f.onLoad);if(f.onShow)this.on("show",f.onShow);if(f.onHide)this.on("hide",f.onHide);if(f.onOk)this.on("ok",function(b){a.fire("saveSnapshot");setTimeout(function(){a.fire("saveSnapshot")},0);!1===f.onOk.call(this,b)&&(b.data.hide=!1)});if(f.onCancel)this.on("cancel", +function(a){!1===f.onCancel.call(this,a)&&(a.data.hide=!1)});var m=this,p=function(a){var b=m._.contents,c=!1,d;for(d in b)for(var f in b[d])if(c=a.call(this,b[d][f]))return};this.on("ok",function(a){p(function(b){if(b.validate){var c=b.validate(this),d="string"==typeof c||!1===c;d&&(a.data.hide=!1,a.stop());P.call(b,!d,"string"==typeof c?c:void 0);return d}})},this,null,0);this.on("cancel",function(b){p(function(c){if(c.isChanged())return!a.config.dialog_noConfirmCancel&&!confirm(a.lang.common.confirmCancel)&& +(b.data.hide=!1),!0})},this,null,0);this.parts.close.on("click",function(a){!1!==this.fire("cancel",{hide:!0}).hide&&this.hide();a.data.preventDefault()},this);this.changeFocus=e;var v=this._.element;a.focusManager.add(v,1);this.on("show",function(){v.on("keydown",d,this);if(CKEDITOR.env.opera||CKEDITOR.env.gecko)v.on("keypress",g,this)});this.on("hide",function(){v.removeListener("keydown",d);(CKEDITOR.env.opera||CKEDITOR.env.gecko)&&v.removeListener("keypress",g);p(function(a){Q.apply(a)})});this.on("iframeAdded", +function(a){(new CKEDITOR.dom.document(a.data.iframe.$.contentWindow.document)).on("keydown",d,this,null,0)});this.on("show",function(){c();if(a.config.dialog_startupFocusTab&&1<m._.pageCount)m._.tabBarMode=!0,m._.tabs[m._.currentTabId][0].focus();else if(!this._.hasFocus)if(this._.currentFocusIndex=-1,f.onFocus){var b=f.onFocus.call(this);b&&b.focus()}else e(1)},this,null,4294967295);if(CKEDITOR.env.ie6Compat)this.on("load",function(){var a=this.getElement(),b=a.getFirst();b.remove();b.appendTo(a)}, +this);U(this);V(this);(new CKEDITOR.dom.text(f.title,CKEDITOR.document)).appendTo(this.parts.title);for(k=0;k<f.contents.length;k++)(h=f.contents[k])&&this.addPage(h);this.parts.tabs.on("click",function(a){var b=a.data.getTarget();b.hasClass("cke_dialog_tab")&&(b=b.$.id,this.selectPage(b.substring(4,b.lastIndexOf("_"))),this._.tabBarMode&&(this._.tabBarMode=!1,this._.currentFocusIndex=-1,e(1)),a.data.preventDefault())},this);k=[];h=CKEDITOR.dialog._.uiElementBuilders.hbox.build(this,{type:"hbox", +className:"cke_dialog_footer_buttons",widths:[],children:f.buttons},k).getChild();this.parts.footer.setHtml(k.join(""));for(k=0;k<h.length;k++)this._.buttons[h[k].id]=h[k]};CKEDITOR.dialog.prototype={destroy:function(){this.hide();this._.element.remove()},resize:function(){return function(a,b){if(!this._.contentSize||!(this._.contentSize.width==a&&this._.contentSize.height==b))CKEDITOR.dialog.fire("resize",{dialog:this,width:a,height:b},this._.editor),this.fire("resize",{width:a,height:b},this._.editor), +this.parts.contents.setStyles({width:a+"px",height:b+"px"}),"rtl"==this._.editor.lang.dir&&this._.position&&(this._.position.x=CKEDITOR.document.getWindow().getViewPaneSize().width-this._.contentSize.width-parseInt(this._.element.getFirst().getStyle("right"),10)),this._.contentSize={width:a,height:b}}}(),getSize:function(){var a=this._.element.getFirst();return{width:a.$.offsetWidth||0,height:a.$.offsetHeight||0}},move:function(a,b,c){var e=this._.element.getFirst(),d="rtl"==this._.editor.lang.dir, +g="fixed"==e.getComputedStyle("position");CKEDITOR.env.ie&&e.setStyle("zoom","100%");if(!g||!this._.position||!(this._.position.x==a&&this._.position.y==b))this._.position={x:a,y:b},g||(g=CKEDITOR.document.getWindow().getScrollPosition(),a+=g.x,b+=g.y),d&&(g=this.getSize(),a=CKEDITOR.document.getWindow().getViewPaneSize().width-g.width-a),b={top:(0<b?b:0)+"px"},b[d?"right":"left"]=(0<a?a:0)+"px",e.setStyles(b),c&&(this._.moved=1)},getPosition:function(){return CKEDITOR.tools.extend({},this._.position)}, +show:function(){var a=this._.element,b=this.definition;!a.getParent()||!a.getParent().equals(CKEDITOR.document.getBody())?a.appendTo(CKEDITOR.document.getBody()):a.setStyle("display","block");if(CKEDITOR.env.gecko&&10900>CKEDITOR.env.version){var c=this.parts.dialog;c.setStyle("position","absolute");setTimeout(function(){c.setStyle("position","fixed")},0)}this.resize(this._.contentSize&&this._.contentSize.width||b.width||b.minWidth,this._.contentSize&&this._.contentSize.height||b.height||b.minHeight); +this.reset();this.selectPage(this.definition.contents[0].id);null===CKEDITOR.dialog._.currentZIndex&&(CKEDITOR.dialog._.currentZIndex=this._.editor.config.baseFloatZIndex);this._.element.getFirst().setStyle("z-index",CKEDITOR.dialog._.currentZIndex+=10);null===CKEDITOR.dialog._.currentTop?(CKEDITOR.dialog._.currentTop=this,this._.parentDialog=null,J(this._.editor)):(this._.parentDialog=CKEDITOR.dialog._.currentTop,this._.parentDialog.getElement().getFirst().$.style.zIndex-=Math.floor(this._.editor.config.baseFloatZIndex/ +2),CKEDITOR.dialog._.currentTop=this);a.on("keydown",M);a.on(CKEDITOR.env.opera?"keypress":"keyup",N);this._.hasFocus=!1;for(var e in b.contents)if(b.contents[e]){var a=b.contents[e],d=this._.tabs[a.id],g=a.requiredContent,f=0;if(d){for(var i in this._.contents[a.id]){var l=this._.contents[a.id][i];"hbox"==l.type||("vbox"==l.type||!l.getInputElement())||(l.requiredContent&&!this._.editor.activeFilter.check(l.requiredContent)?l.disable():(l.enable(),f++))}!f||g&&!this._.editor.activeFilter.check(g)? +d[0].addClass("cke_dialog_tab_disabled"):d[0].removeClass("cke_dialog_tab_disabled")}}CKEDITOR.tools.setTimeout(function(){this.layout();T(this);this.parts.dialog.setStyle("visibility","");this.fireOnce("load",{});CKEDITOR.ui.fire("ready",this);this.fire("show",{});this._.editor.fire("dialogShow",this);this._.parentDialog||this._.editor.focusManager.lock();this.foreach(function(a){a.setInitValue&&a.setInitValue()})},100,this)},layout:function(){var a=this.parts.dialog,b=this.getSize(),c=CKEDITOR.document.getWindow().getViewPaneSize(), +e=(c.width-b.width)/2,d=(c.height-b.height)/2;CKEDITOR.env.ie6Compat||(b.height+(0<d?d:0)>c.height||b.width+(0<e?e:0)>c.width?a.setStyle("position","absolute"):a.setStyle("position","fixed"));this.move(this._.moved?this._.position.x:e,this._.moved?this._.position.y:d)},foreach:function(a){for(var b in this._.contents)for(var c in this._.contents[b])a.call(this,this._.contents[b][c]);return this},reset:function(){var a=function(a){a.reset&&a.reset(1)};return function(){this.foreach(a);return this}}(), +setupContent:function(){var a=arguments;this.foreach(function(b){b.setup&&b.setup.apply(b,a)})},commitContent:function(){var a=arguments;this.foreach(function(b){CKEDITOR.env.ie&&this._.currentFocusIndex==b.focusIndex&&b.getInputElement().$.blur();b.commit&&b.commit.apply(b,a)})},hide:function(){if(this.parts.dialog.isVisible()){this.fire("hide",{});this._.editor.fire("dialogHide",this);this.selectPage(this._.tabIdList[0]);var a=this._.element;a.setStyle("display","none");this.parts.dialog.setStyle("visibility", +"hidden");for(X(this);CKEDITOR.dialog._.currentTop!=this;)CKEDITOR.dialog._.currentTop.hide();if(this._.parentDialog){var b=this._.parentDialog.getElement().getFirst();b.setStyle("z-index",parseInt(b.$.style.zIndex,10)+Math.floor(this._.editor.config.baseFloatZIndex/2))}else K(this._.editor);if(CKEDITOR.dialog._.currentTop=this._.parentDialog)CKEDITOR.dialog._.currentZIndex-=10;else{CKEDITOR.dialog._.currentZIndex=null;a.removeListener("keydown",M);a.removeListener(CKEDITOR.env.opera?"keypress":"keyup", +N);var c=this._.editor;c.focus();setTimeout(function(){c.focusManager.unlock()},0)}delete this._.parentDialog;this.foreach(function(a){a.resetInitValue&&a.resetInitValue()})}},addPage:function(a){if(!a.requiredContent||this._.editor.filter.check(a.requiredContent)){for(var b=[],c=a.label?' title="'+CKEDITOR.tools.htmlEncode(a.label)+'"':"",e=CKEDITOR.dialog._.uiElementBuilders.vbox.build(this,{type:"vbox",className:"cke_dialog_page_contents",children:a.elements,expand:!!a.expand,padding:a.padding, +style:a.style||"width: 100%;"},b),d=this._.contents[a.id]={},g=e.getChild(),f=0;e=g.shift();)!e.notAllowed&&("hbox"!=e.type&&"vbox"!=e.type)&&f++,d[e.id]=e,"function"==typeof e.getChild&&g.push.apply(g,e.getChild());f||(a.hidden=!0);b=CKEDITOR.dom.element.createFromHtml(b.join(""));b.setAttribute("role","tabpanel");e=CKEDITOR.env;d="cke_"+a.id+"_"+CKEDITOR.tools.getNextNumber();c=CKEDITOR.dom.element.createFromHtml(['<a class="cke_dialog_tab"',0<this._.pageCount?" cke_last":"cke_first",c,a.hidden? +' style="display:none"':"",' id="',d,'"',e.gecko&&10900<=e.version&&!e.hc?"":' href="javascript:void(0)"',' tabIndex="-1" hidefocus="true" role="tab">',a.label,"</a>"].join(""));b.setAttribute("aria-labelledby",d);this._.tabs[a.id]=[c,b];this._.tabIdList.push(a.id);!a.hidden&&this._.pageCount++;this._.lastTab=c;this.updateStyle();b.setAttribute("name",a.id);b.appendTo(this.parts.contents);c.unselectable();this.parts.tabs.append(c);a.accessKey&&(O(this,this,"CTRL+"+a.accessKey,Y,Z),this._.accessKeyMap["CTRL+"+ +a.accessKey]=a.id)}},selectPage:function(a){if(this._.currentTabId!=a&&!this._.tabs[a][0].hasClass("cke_dialog_tab_disabled")&&!1!==this.fire("selectPage",{page:a,currentPage:this._.currentTabId})){for(var b in this._.tabs){var c=this._.tabs[b][0],e=this._.tabs[b][1];b!=a&&(c.removeClass("cke_dialog_tab_selected"),e.hide());e.setAttribute("aria-hidden",b!=a)}var d=this._.tabs[a];d[0].addClass("cke_dialog_tab_selected");CKEDITOR.env.ie6Compat||CKEDITOR.env.ie7Compat?(G(d[1]),d[1].show(),setTimeout(function(){G(d[1], +1)},0)):d[1].show();this._.currentTabId=a;this._.currentTabIndex=CKEDITOR.tools.indexOf(this._.tabIdList,a)}},updateStyle:function(){this.parts.dialog[(1===this._.pageCount?"add":"remove")+"Class"]("cke_single_page")},hidePage:function(a){var b=this._.tabs[a]&&this._.tabs[a][0];b&&(1!=this._.pageCount&&b.isVisible())&&(a==this._.currentTabId&&this.selectPage(t.call(this)),b.hide(),this._.pageCount--,this.updateStyle())},showPage:function(a){if(a=this._.tabs[a]&&this._.tabs[a][0])a.show(),this._.pageCount++, +this.updateStyle()},getElement:function(){return this._.element},getName:function(){return this._.name},getContentElement:function(a,b){var c=this._.contents[a];return c&&c[b]},getValueOf:function(a,b){return this.getContentElement(a,b).getValue()},setValueOf:function(a,b,c){return this.getContentElement(a,b).setValue(c)},getButton:function(a){return this._.buttons[a]},click:function(a){return this._.buttons[a].click()},disableButton:function(a){return this._.buttons[a].disable()},enableButton:function(a){return this._.buttons[a].enable()}, +getPageCount:function(){return this._.pageCount},getParentEditor:function(){return this._.editor},getSelectedElement:function(){return this.getParentEditor().getSelection().getSelectedElement()},addFocusable:function(a,b){if("undefined"==typeof b)b=this._.focusList.length,this._.focusList.push(new H(this,a,b));else{this._.focusList.splice(b,0,new H(this,a,b));for(var c=b+1;c<this._.focusList.length;c++)this._.focusList[c].focusIndex++}}};CKEDITOR.tools.extend(CKEDITOR.dialog,{add:function(a,b){if(!this._.dialogDefinitions[a]|| +"function"==typeof b)this._.dialogDefinitions[a]=b},exists:function(a){return!!this._.dialogDefinitions[a]},getCurrent:function(){return CKEDITOR.dialog._.currentTop},isTabEnabled:function(a,b,c){a=a.config.removeDialogTabs;return!(a&&a.match(RegExp("(?:^|;)"+b+":"+c+"(?:$|;)","i")))},okButton:function(){var a=function(a,c){c=c||{};return CKEDITOR.tools.extend({id:"ok",type:"button",label:a.lang.common.ok,"class":"cke_dialog_ui_button_ok",onClick:function(a){a=a.data.dialog;!1!==a.fire("ok",{hide:!0}).hide&& +a.hide()}},c,!0)};a.type="button";a.override=function(b){return CKEDITOR.tools.extend(function(c){return a(c,b)},{type:"button"},!0)};return a}(),cancelButton:function(){var a=function(a,c){c=c||{};return CKEDITOR.tools.extend({id:"cancel",type:"button",label:a.lang.common.cancel,"class":"cke_dialog_ui_button_cancel",onClick:function(a){a=a.data.dialog;!1!==a.fire("cancel",{hide:!0}).hide&&a.hide()}},c,!0)};a.type="button";a.override=function(b){return CKEDITOR.tools.extend(function(c){return a(c, +b)},{type:"button"},!0)};return a}(),addUIElement:function(a,b){this._.uiElementBuilders[a]=b}});CKEDITOR.dialog._={uiElementBuilders:{},dialogDefinitions:{},currentTop:null,currentZIndex:null};CKEDITOR.event.implementOn(CKEDITOR.dialog);CKEDITOR.event.implementOn(CKEDITOR.dialog.prototype);var W={resizable:CKEDITOR.DIALOG_RESIZE_BOTH,minWidth:600,minHeight:400,buttons:[CKEDITOR.dialog.okButton,CKEDITOR.dialog.cancelButton]},z=function(a,b,c){for(var e=0,d;d=a[e];e++)if(d.id==b||c&&d[c]&&(d=z(d[c], +b,c)))return d;return null},A=function(a,b,c,e,d){if(c){for(var g=0,f;f=a[g];g++){if(f.id==c)return a.splice(g,0,b),b;if(e&&f[e]&&(f=A(f[e],b,c,e,!0)))return f}if(d)return null}a.push(b);return b},B=function(a,b,c){for(var e=0,d;d=a[e];e++){if(d.id==b)return a.splice(e,1);if(c&&d[c]&&(d=B(d[c],b,c)))return d}return null},L=function(a,b){this.dialog=a;for(var c=b.contents,e=0,d;d=c[e];e++)c[e]=d&&new I(a,d);CKEDITOR.tools.extend(this,b)};L.prototype={getContents:function(a){return z(this.contents, +a)},getButton:function(a){return z(this.buttons,a)},addContents:function(a,b){return A(this.contents,a,b)},addButton:function(a,b){return A(this.buttons,a,b)},removeContents:function(a){B(this.contents,a)},removeButton:function(a){B(this.buttons,a)}};I.prototype={get:function(a){return z(this.elements,a,"children")},add:function(a,b){return A(this.elements,a,b,"children")},remove:function(a){B(this.elements,a,"children")}};var F,w={},q,s={},M=function(a){var b=a.data.$.ctrlKey||a.data.$.metaKey,c= +a.data.$.altKey,e=a.data.$.shiftKey,d=String.fromCharCode(a.data.$.keyCode);if((b=s[(b?"CTRL+":"")+(c?"ALT+":"")+(e?"SHIFT+":"")+d])&&b.length)b=b[b.length-1],b.keydown&&b.keydown.call(b.uiElement,b.dialog,b.key),a.data.preventDefault()},N=function(a){var b=a.data.$.ctrlKey||a.data.$.metaKey,c=a.data.$.altKey,e=a.data.$.shiftKey,d=String.fromCharCode(a.data.$.keyCode);if((b=s[(b?"CTRL+":"")+(c?"ALT+":"")+(e?"SHIFT+":"")+d])&&b.length)b=b[b.length-1],b.keyup&&(b.keyup.call(b.uiElement,b.dialog,b.key), +a.data.preventDefault())},O=function(a,b,c,e,d){(s[c]||(s[c]=[])).push({uiElement:a,dialog:b,key:c,keyup:d||a.accessKeyUp,keydown:e||a.accessKeyDown})},X=function(a){for(var b in s){for(var c=s[b],e=c.length-1;0<=e;e--)(c[e].dialog==a||c[e].uiElement==a)&&c.splice(e,1);0===c.length&&delete s[b]}},Z=function(a,b){a._.accessKeyMap[b]&&a.selectPage(a._.accessKeyMap[b])},Y=function(){};(function(){CKEDITOR.ui.dialog={uiElement:function(a,b,c,e,d,g,f){if(!(4>arguments.length)){var i=(e.call?e(b):e)||"div", +l=["<",i," "],k=(d&&d.call?d(b):d)||{},h=(g&&g.call?g(b):g)||{},o=(f&&f.call?f.call(this,a,b):f)||"",j=this.domId=h.id||CKEDITOR.tools.getNextId()+"_uiElement";this.id=b.id;b.requiredContent&&!a.getParentEditor().filter.check(b.requiredContent)&&(k.display="none",this.notAllowed=!0);h.id=j;var n={};b.type&&(n["cke_dialog_ui_"+b.type]=1);b.className&&(n[b.className]=1);b.disabled&&(n.cke_disabled=1);for(var m=h["class"]&&h["class"].split?h["class"].split(" "):[],j=0;j<m.length;j++)m[j]&&(n[m[j]]=1); +m=[];for(j in n)m.push(j);h["class"]=m.join(" ");b.title&&(h.title=b.title);n=(b.style||"").split(";");b.align&&(m=b.align,k["margin-left"]="left"==m?0:"auto",k["margin-right"]="right"==m?0:"auto");for(j in k)n.push(j+":"+k[j]);b.hidden&&n.push("display:none");for(j=n.length-1;0<=j;j--)""===n[j]&&n.splice(j,1);0<n.length&&(h.style=(h.style?h.style+"; ":"")+n.join("; "));for(j in h)l.push(j+'="'+CKEDITOR.tools.htmlEncode(h[j])+'" ');l.push(">",o,"</",i,">");c.push(l.join(""));(this._||(this._={})).dialog= +a;"boolean"==typeof b.isChanged&&(this.isChanged=function(){return b.isChanged});"function"==typeof b.isChanged&&(this.isChanged=b.isChanged);"function"==typeof b.setValue&&(this.setValue=CKEDITOR.tools.override(this.setValue,function(a){return function(c){a.call(this,b.setValue.call(this,c))}}));"function"==typeof b.getValue&&(this.getValue=CKEDITOR.tools.override(this.getValue,function(a){return function(){return b.getValue.call(this,a.call(this))}}));CKEDITOR.event.implementOn(this);this.registerEvents(b); +this.accessKeyUp&&(this.accessKeyDown&&b.accessKey)&&O(this,a,"CTRL+"+b.accessKey);var p=this;a.on("load",function(){var b=p.getInputElement();if(b){var c=p.type in{checkbox:1,ratio:1}&&CKEDITOR.env.ie&&CKEDITOR.env.version<8?"cke_dialog_ui_focused":"";b.on("focus",function(){a._.tabBarMode=false;a._.hasFocus=true;p.fire("focus");c&&this.addClass(c)});b.on("blur",function(){p.fire("blur");c&&this.removeClass(c)})}});CKEDITOR.tools.extend(this,b);this.keyboardFocusable&&(this.tabIndex=b.tabIndex|| +0,this.focusIndex=a._.focusList.push(this)-1,this.on("focus",function(){a._.currentFocusIndex=p.focusIndex}))}},hbox:function(a,b,c,e,d){if(!(4>arguments.length)){this._||(this._={});var g=this._.children=b,f=d&&d.widths||null,i=d&&d.height||null,l,k={role:"presentation"};d&&d.align&&(k.align=d.align);CKEDITOR.ui.dialog.uiElement.call(this,a,d||{type:"hbox"},e,"table",{},k,function(){var a=['<tbody><tr class="cke_dialog_ui_hbox">'];for(l=0;l<c.length;l++){var b="cke_dialog_ui_hbox_child",e=[];0=== +l&&(b="cke_dialog_ui_hbox_first");l==c.length-1&&(b="cke_dialog_ui_hbox_last");a.push('<td class="',b,'" role="presentation" ');f?f[l]&&e.push("width:"+r(f[l])):e.push("width:"+Math.floor(100/c.length)+"%");i&&e.push("height:"+r(i));d&&void 0!=d.padding&&e.push("padding:"+r(d.padding));CKEDITOR.env.ie&&(CKEDITOR.env.quirks&&g[l].align)&&e.push("text-align:"+g[l].align);0<e.length&&a.push('style="'+e.join("; ")+'" ');a.push(">",c[l],"</td>")}a.push("</tr></tbody>");return a.join("")})}},vbox:function(a, +b,c,e,d){if(!(3>arguments.length)){this._||(this._={});var g=this._.children=b,f=d&&d.width||null,i=d&&d.heights||null;CKEDITOR.ui.dialog.uiElement.call(this,a,d||{type:"vbox"},e,"div",null,{role:"presentation"},function(){var b=['<table role="presentation" cellspacing="0" border="0" '];b.push('style="');d&&d.expand&&b.push("height:100%;");b.push("width:"+r(f||"100%"),";");CKEDITOR.env.webkit&&b.push("float:none;");b.push('"');b.push('align="',CKEDITOR.tools.htmlEncode(d&&d.align||("ltr"==a.getParentEditor().lang.dir? +"left":"right")),'" ');b.push("><tbody>");for(var e=0;e<c.length;e++){var h=[];b.push('<tr><td role="presentation" ');f&&h.push("width:"+r(f||"100%"));i?h.push("height:"+r(i[e])):d&&d.expand&&h.push("height:"+Math.floor(100/c.length)+"%");d&&void 0!=d.padding&&h.push("padding:"+r(d.padding));CKEDITOR.env.ie&&(CKEDITOR.env.quirks&&g[e].align)&&h.push("text-align:"+g[e].align);0<h.length&&b.push('style="',h.join("; "),'" ');b.push(' class="cke_dialog_ui_vbox_child">',c[e],"</td></tr>")}b.push("</tbody></table>"); +return b.join("")})}}}})();CKEDITOR.ui.dialog.uiElement.prototype={getElement:function(){return CKEDITOR.document.getById(this.domId)},getInputElement:function(){return this.getElement()},getDialog:function(){return this._.dialog},setValue:function(a,b){this.getInputElement().setValue(a);!b&&this.fire("change",{value:a});return this},getValue:function(){return this.getInputElement().getValue()},isChanged:function(){return!1},selectParentTab:function(){for(var a=this.getInputElement();(a=a.getParent())&& +-1==a.$.className.search("cke_dialog_page_contents"););if(!a)return this;a=a.getAttribute("name");this._.dialog._.currentTabId!=a&&this._.dialog.selectPage(a);return this},focus:function(){this.selectParentTab().getInputElement().focus();return this},registerEvents:function(a){var b=/^on([A-Z]\w+)/,c,e=function(a,b,c,d){b.on("load",function(){a.getInputElement().on(c,d,a)})},d;for(d in a)if(c=d.match(b))this.eventProcessors[d]?this.eventProcessors[d].call(this,this._.dialog,a[d]):e(this,this._.dialog, +c[1].toLowerCase(),a[d]);return this},eventProcessors:{onLoad:function(a,b){a.on("load",b,this)},onShow:function(a,b){a.on("show",b,this)},onHide:function(a,b){a.on("hide",b,this)}},accessKeyDown:function(){this.focus()},accessKeyUp:function(){},disable:function(){var a=this.getElement();this.getInputElement().setAttribute("disabled","true");a.addClass("cke_disabled")},enable:function(){var a=this.getElement();this.getInputElement().removeAttribute("disabled");a.removeClass("cke_disabled")},isEnabled:function(){return!this.getElement().hasClass("cke_disabled")}, +isVisible:function(){return this.getInputElement().isVisible()},isFocusable:function(){return!this.isEnabled()||!this.isVisible()?!1:!0}};CKEDITOR.ui.dialog.hbox.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{getChild:function(a){if(1>arguments.length)return this._.children.concat();a.splice||(a=[a]);return 2>a.length?this._.children[a[0]]:this._.children[a[0]]&&this._.children[a[0]].getChild?this._.children[a[0]].getChild(a.slice(1,a.length)):null}},!0);CKEDITOR.ui.dialog.vbox.prototype= +new CKEDITOR.ui.dialog.hbox;(function(){var a={build:function(a,c,e){for(var d=c.children,g,f=[],i=[],l=0;l<d.length&&(g=d[l]);l++){var k=[];f.push(k);i.push(CKEDITOR.dialog._.uiElementBuilders[g.type].build(a,g,k))}return new CKEDITOR.ui.dialog[c.type](a,i,f,e,c)}};CKEDITOR.dialog.addUIElement("hbox",a);CKEDITOR.dialog.addUIElement("vbox",a)})();CKEDITOR.dialogCommand=function(a,b){this.dialogName=a;CKEDITOR.tools.extend(this,b,!0)};CKEDITOR.dialogCommand.prototype={exec:function(a){CKEDITOR.env.opera? +CKEDITOR.tools.setTimeout(function(){a.openDialog(this.dialogName)},0,this):a.openDialog(this.dialogName)},canUndo:!1,editorFocus:1};(function(){var a=/^([a]|[^a])+$/,b=/^\d*$/,c=/^\d*(?:\.\d+)?$/,e=/^(((\d*(\.\d+))|(\d*))(px|\%)?)?$/,d=/^(((\d*(\.\d+))|(\d*))(px|em|ex|in|cm|mm|pt|pc|\%)?)?$/i,g=/^(\s*[\w-]+\s*:\s*[^:;]+(?:;|$))*$/;CKEDITOR.VALIDATE_OR=1;CKEDITOR.VALIDATE_AND=2;CKEDITOR.dialog.validate={functions:function(){var a=arguments;return function(){var b=this&&this.getValue?this.getValue(): +a[0],c=void 0,d=CKEDITOR.VALIDATE_AND,e=[],g;for(g=0;g<a.length;g++)if("function"==typeof a[g])e.push(a[g]);else break;g<a.length&&"string"==typeof a[g]&&(c=a[g],g++);g<a.length&&"number"==typeof a[g]&&(d=a[g]);var j=d==CKEDITOR.VALIDATE_AND?!0:!1;for(g=0;g<e.length;g++)j=d==CKEDITOR.VALIDATE_AND?j&&e[g](b):j||e[g](b);return!j?c:!0}},regex:function(a,b){return function(c){c=this&&this.getValue?this.getValue():c;return!a.test(c)?b:!0}},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 d.test(CKEDITOR.tools.trim(a))},a)},htmlLength:function(a){return this.functions(function(a){return e.test(CKEDITOR.tools.trim(a))},a)},inlineStyle:function(a){return this.functions(function(a){return g.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 w)w[c].remove();w={}}var a=a.editor._.storedDialogs,d;for(d in a)a[d].destroy()})})();CKEDITOR.tools.extend(CKEDITOR.editor.prototype,{openDialog:function(a,b){var c=null,e=CKEDITOR.dialog._.dialogDefinitions[a];null===CKEDITOR.dialog._.currentTop&&J(this);if("function"==typeof e)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"==e)throw K(this),Error('[CKEDITOR.dialog.openDialog] Dialog "'+a+'" failed when loading definition.');"string"==typeof e&&CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(e),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(t){t.on("doubleclick",function(u){u.data.dialog&&t.openDialog(u.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:{ar:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,el:1,en:1,eo:1,es:1,et:1,fa:1,fi: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,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")}})})();(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 i={id:1,dir:1,classes:1,styles:1};CKEDITOR.plugins.add("dialogadvtab",{requires:"dialog",allowedContent:function(c){c||(c=i);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=i);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(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}})})();CKEDITOR.plugins.add("basicstyles",{init:function(c){var e=0,d=function(g,d,b,a){if(a){var a=new CKEDITOR.style(a),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(){function n(a,f,d,b){if(!a.isReadOnly()&&!a.equals(d.editable())){CKEDITOR.dom.element.setMarker(b,a,"bidi_processed",1);for(var b=a,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;if((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 r(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 m(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 q||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);if(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, +j=0;g=c.getNextRange(1);){var i=g.getEnclosedNode();if(!i||i&&!(i.type==CKEDITOR.NODE_ELEMENT&&i.getName()in o))i=r(g,p,b);i&&n(i,a,f,h);var k=new CKEDITOR.dom.walker(g),l=e[j].startNode,m=e[j++].endNode;k.evaluator=function(a){return!!(a.type==CKEDITOR.NODE_ELEMENT&&a.getName()in p&&!(a.getName()==(b==CKEDITOR.ENTER_P?"p":"div")&&a.getParent().type==CKEDITOR.NODE_ELEMENT&&"blockquote"==a.getParent().getName())&&a.getPosition(l)&CKEDITOR.POSITION_FOLLOWING&&(a.getPosition(m)&CKEDITOR.POSITION_PRECEDING+ +CKEDITOR.POSITION_CONTAINS)==CKEDITOR.POSITION_PRECEDING)};for(;i=k.next();)n(i,a,f,h);g=g.createIterator();for(g.enlargeBr=b!=CKEDITOR.ENTER_BR;i=g.getNextParagraph(b==CKEDITOR.ENTER_P?"p":"div");)n(i,a,f,h)}CKEDITOR.dom.element.clearAllMarkers(h);f.forceNextSelectionCheck();d.selectBookmarks(e);f.focus()}}}}function s(a){var f=a==j.setAttribute,d=a==j.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 p={table:1,ul:1,ol:1,blockquote:1,div:1},o={},q={};CKEDITOR.tools.extend(o,p,{tr:1,p:1,div:1,li:1});CKEDITOR.tools.extend(q,o,{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",m("ltr"),10);f("BidiRtl",d.rtl,"bidirtl",m("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){var b=(a.lang.dir!=b.data?"add":"remove")+"Class",c=a.ui.space(a.config.toolbarLocation);if(c)c[b]("cke_mixed_dir_content")})}}}); +for(var j=CKEDITOR.dom.element.prototype,l=["setStyle","removeStyle","setAttribute","removeAttribute"],k=0;k<l.length;k++)j[l[k]]=CKEDITOR.tools.override(j[l[k]],s)})();(function(){var k={exec:function(g){var a=g.getCommand("blockquote").state,i=g.getSelection(),c=i&&i.getRanges()[0];if(c){var h=i.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")|| +(e.push(c),CKEDITOR.dom.element.setMarker(d,c,"blockquote_processed",!0)),a.push(f);CKEDITOR.dom.element.clearAllMarkers(d);for(b=e.length-1;0<=b;b--){c=e[b];a:{d=c;for(var f=0,k=d.getChildCount(),j=void 0;f<k&&(j=d.getChild(f));f++)if(j.type==CKEDITOR.NODE_ELEMENT&&j.isBlockBoundary()){d=!1;break a}d=!0}d&&c.remove()}if(g.config.enterMode==CKEDITOR.ENTER_BR)for(c=!0;a.length;)if(f=a.shift(),"div"==f.getName()){b=new CKEDITOR.dom.documentFragment(g.document);c&&(f.getPrevious()&&!(f.getPrevious().type== +CKEDITOR.NODE_ELEMENT&&f.getPrevious().isBlockBoundary()))&&b.append(g.document.createElement("br"));for(c=f.getNext()&&!(f.getNext().type==CKEDITOR.NODE_ELEMENT&&f.getNext().isBlockBoundary());f.getFirst();)f.getFirst().remove().appendTo(b);c&&b.append(g.document.createElement("br"));b.replace(f);c=!1}}i.selectBookmarks(h);g.focus()}},refresh:function(g,a){this.setState(g.elementPath(a.block||a.blockLimit).contains("blockquote",1)?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF)},context:"blockquote", +allowedContent:"blockquote",requiredContent:"blockquote"};CKEDITOR.plugins.add("blockquote",{init:function(g){g.blockless||(g.addCommand("blockquote",k),g.ui.addButton&&g.ui.addButton("Blockquote",{label:g.lang.blockquote.toolbar,command:"blockquote",toolbar:"blocks,10"}))}})})();(function(){function w(b){function a(){var e=b.editable();e.on(q,function(b){(!CKEDITOR.env.ie||!n)&&u(b)});CKEDITOR.env.ie&&e.on("paste",function(e){r||(f(),e.data.preventDefault(),u(e),l("paste")||b.openDialog("paste"))});CKEDITOR.env.ie&&(e.on("contextmenu",h,null,null,0),e.on("beforepaste",function(b){b.data&&!b.data.$.ctrlKey&&h()},null,null,0));e.on("beforecut",function(){!n&&i(b)});var a;e.attachListener(CKEDITOR.env.ie?e:b.document.getDocumentElement(),"mouseup",function(){a=setTimeout(function(){s()}, +0)});b.on("destroy",function(){clearTimeout(a)});e.on("keyup",s)}function c(e){return{type:e,canUndo:"cut"==e,startDisabled:!0,exec:function(){"cut"==this.type&&i();var e;var a=this.type;if(CKEDITOR.env.ie)e=l(a);else try{e=b.document.$.execCommand(a,!1,null)}catch(d){e=!1}e||alert(b.lang.clipboard[this.type+"Error"]);return e}}}function d(){return{canUndo:!1,async:!0,exec:function(b,a){var d=function(a,d){a&&g(a.type,a.dataValue,!!d);b.fire("afterCommandExec",{name:"paste",command:c,returnValue:!!a})}, +c=this;"string"==typeof a?d({type:"auto",dataValue:a},1):b.getClipboardData(d)}}}function f(){r=1;setTimeout(function(){r=0},100)}function h(){n=1;setTimeout(function(){n=0},10)}function l(e){var a=b.document,d=a.getBody(),c=!1,i=function(){c=!0};d.on(e,i);(7<CKEDITOR.env.version?a.$:a.$.selection.createRange()).execCommand(e);d.removeListener(e,i);return c}function g(e,a,d){e={type:e};if(d&&!1===b.fire("beforePaste",e)||!a)return!1;e.dataValue=a;return b.fire("paste",e)}function i(){if(CKEDITOR.env.ie&& +!CKEDITOR.env.quirks){var e=b.getSelection(),a,d,c;if(e.getType()==CKEDITOR.SELECTION_ELEMENT&&(a=e.getSelectedElement()))d=e.getRanges()[0],c=b.document.createText(""),c.insertBefore(a),d.setStartBefore(c),d.setEndAfter(a),e.selectRanges([d]),setTimeout(function(){a.getParent()&&(c.remove(),e.selectElement(a))},0)}}function k(a,d){var c=b.document,i=b.editable(),k=function(b){b.cancel()},f=CKEDITOR.env.gecko&&10902>=CKEDITOR.env.version,h;if(!c.getById("cke_pastebin")){var o=b.getSelection(),v=o.createBookmarks(), +j=new CKEDITOR.dom.element((CKEDITOR.env.webkit||i.is("body"))&&!CKEDITOR.env.ie&&!CKEDITOR.env.opera?"body":"div",c);j.setAttributes({id:"cke_pastebin","data-cke-temp":"1"});CKEDITOR.env.opera&&j.appendBogus();var g=0,c=c.getWindow();f?(j.insertAfter(v[0].startNode),j.setStyle("display","inline")):(CKEDITOR.env.webkit?(i.append(j),j.addClass("cke_editable"),i.is("body")||(f="static"!=i.getComputedStyle("position")?i:CKEDITOR.dom.element.get(i.$.offsetParent),g=f.getDocumentPosition().y)):i.getAscendant(CKEDITOR.env.ie|| +CKEDITOR.env.opera?"body":"html",1).append(j),j.setStyles({position:"absolute",top:c.getScrollPosition().y-g+10+"px",width:"1px",height:Math.max(1,c.getViewPaneSize().height-20)+"px",overflow:"hidden",margin:0,padding:0}));(f=j.getParent().isReadOnly())?(j.setOpacity(0),j.setAttribute("contenteditable",!0)):j.setStyle("ltr"==b.config.contentsLangDirection?"left":"right","-1000px");b.on("selectionChange",k,null,null,0);if(CKEDITOR.env.webkit||CKEDITOR.env.gecko)h=i.once("blur",k,null,null,-100);f&& +j.focus();f=new CKEDITOR.dom.range(j);f.selectNodeContents(j);var l=f.select();CKEDITOR.env.ie&&(h=i.once("blur",function(){b.lockSelection(l)}));var m=CKEDITOR.document.getWindow().getScrollPosition().y;setTimeout(function(){if(CKEDITOR.env.webkit||CKEDITOR.env.opera)CKEDITOR.document[CKEDITOR.env.webkit?"getBody":"getDocumentElement"]().$.scrollTop=m;h&&h.removeListener();CKEDITOR.env.ie&&i.focus();o.selectBookmarks(v);j.remove();var a;if(CKEDITOR.env.webkit&&(a=j.getFirst())&&a.is&&a.hasClass("Apple-style-span"))j= +a;b.removeListener("selectionChange",k);d(j.getHtml())},0)}}function o(){if(CKEDITOR.env.ie){b.focus();f();var a=b.focusManager;a.lock();if(b.editable().fire(q)&&!l("paste"))return a.unlock(),!1;a.unlock()}else try{if(b.editable().fire(q)&&!b.document.$.execCommand("Paste",!1,null))throw 0;}catch(d){return!1}return!0}function p(a){if("wysiwyg"==b.mode)switch(a.data.keyCode){case CKEDITOR.CTRL+86:case CKEDITOR.SHIFT+45:a=b.editable();f();!CKEDITOR.env.ie&&a.fire("beforepaste");(CKEDITOR.env.opera|| +CKEDITOR.env.gecko&&10900>CKEDITOR.env.version)&&a.fire("paste");break;case CKEDITOR.CTRL+88:case CKEDITOR.SHIFT+46:b.fire("saveSnapshot"),setTimeout(function(){b.fire("saveSnapshot")},50)}}function u(a){var d={type:"auto"},c=b.fire("beforePaste",d);k(a,function(b){b=b.replace(/<span[^>]+data-cke-bookmark[^<]*?<\/span>/ig,"");c&&g(d.type,b,0,1)})}function s(){if("wysiwyg"==b.mode){var a=m("paste");b.getCommand("cut").setState(m("cut"));b.getCommand("copy").setState(m("copy"));b.getCommand("paste").setState(a); +b.fire("pasteState",a)}}function m(a){if(t&&a in{paste:1,cut:1})return CKEDITOR.TRISTATE_DISABLED;if("paste"==a)return CKEDITOR.TRISTATE_OFF;var a=b.getSelection(),d=a.getRanges();return a.getType()==CKEDITOR.SELECTION_NONE||1==d.length&&d[0].collapsed?CKEDITOR.TRISTATE_DISABLED:CKEDITOR.TRISTATE_OFF}var n=0,r=0,t=0,q=CKEDITOR.env.ie?"beforepaste":"paste";(function(){b.on("key",p);b.on("contentDom",a);b.on("selectionChange",function(a){t=a.data.selection.getRanges()[0].checkReadOnly();s()});b.contextMenu&& +b.contextMenu.addListener(function(a,b){t=b.getRanges()[0].checkReadOnly();return{cut:m("cut"),copy:m("copy"),paste:m("paste")}})})();(function(){function a(d,c,i,e,f){var k=b.lang.clipboard[c];b.addCommand(c,i);b.ui.addButton&&b.ui.addButton(d,{label:k,command:c,toolbar:"clipboard,"+e});b.addMenuItems&&b.addMenuItem(c,{label:k,command:c,group:"clipboard",order:f})}a("Cut","cut",c("cut"),10,1);a("Copy","copy",c("copy"),20,4);a("Paste","paste",d(),30,8)})();b.getClipboardData=function(a,d){function c(a){a.removeListener(); +a.cancel();d(a.data)}function i(a){a.removeListener();a.cancel();g=!0;d({type:h,dataValue:a.data})}function f(){this.customTitle=a&&a.title}var k=!1,h="auto",g=!1;d||(d=a,a=null);b.on("paste",c,null,null,0);b.on("beforePaste",function(a){a.removeListener();k=true;h=a.data.type},null,null,1E3);!1===o()&&(b.removeListener("paste",c),k&&b.fire("pasteDialog",f)?(b.on("pasteDialogCommit",i),b.on("dialogHide",function(a){a.removeListener();a.data.removeListener("pasteDialogCommit",i);setTimeout(function(){g|| +d(null)},10)})):d(null))}}function x(b){if(CKEDITOR.env.webkit){if(!b.match(/^[^<]*$/g)&&!b.match(/^(<div><br( ?\/)?><\/div>|<div>[^<]*<\/div>)*$/gi))return"html"}else if(CKEDITOR.env.ie){if(!b.match(/^([^<]|<br( ?\/)?>)*$/gi)&&!b.match(/^(<p>([^<]|<br( ?\/)?>)*<\/p>|(\r\n))*$/gi))return"html"}else if(CKEDITOR.env.gecko||CKEDITOR.env.opera){if(!b.match(/^([^<]|<br( ?\/)?>)*$/gi))return"html"}else return"html";return"htmlifiedtext"}function y(b,a){function c(a){return CKEDITOR.tools.repeat("</p><p>", +~~(a/2))+(1==a%2?"<br>":"")}a=a.replace(/\s+/g," ").replace(/> +</g,"><").replace(/<br ?\/>/gi,"<br>");a=a.replace(/<\/?[A-Z]+>/g,function(a){return a.toLowerCase()});if(a.match(/^[^<]$/))return a;CKEDITOR.env.webkit&&-1<a.indexOf("<div>")&&(a=a.replace(/^(<div>(<br>|)<\/div>)(?!$|(<div>(<br>|)<\/div>))/g,"<br>").replace(/^(<div>(<br>|)<\/div>){2}(?!$)/g,"<div></div>"),a.match(/<div>(<br>|)<\/div>/)&&(a="<p>"+a.replace(/(<div>(<br>|)<\/div>)+/g,function(a){return c(a.split("</div><div>").length+1)})+ +"</p>"),a=a.replace(/<\/div><div>/g,"<br>"),a=a.replace(/<\/?div>/g,""));if((CKEDITOR.env.gecko||CKEDITOR.env.opera)&&b.enterMode!=CKEDITOR.ENTER_BR)CKEDITOR.env.gecko&&(a=a.replace(/^<br><br>$/,"<br>")),-1<a.indexOf("<br><br>")&&(a="<p>"+a.replace(/(<br>){2,}/g,function(a){return c(a.length/4)})+"</p>");return p(b,a)}function z(){var b=new CKEDITOR.htmlParser.filter,a={blockquote:1,dl:1,fieldset:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,ol:1,p:1,table:1,ul:1},c=CKEDITOR.tools.extend({br:0},CKEDITOR.dtd.$inline), +d={p:1,br:1,"cke:br":1},f=CKEDITOR.dtd,h=CKEDITOR.tools.extend({area:1,basefont:1,embed:1,iframe:1,map:1,object:1,param:1},CKEDITOR.dtd.$nonBodyContent,CKEDITOR.dtd.$cdata),l=function(a){delete a.name;a.add(new CKEDITOR.htmlParser.text(" "))},g=function(a){for(var b=a,c;(b=b.next)&&b.name&&b.name.match(/^h\d$/);){c=new CKEDITOR.htmlParser.element("cke:br");c.isEmpty=!0;for(a.add(c);c=b.children.shift();)a.add(c)}};b.addRules({elements:{h1:g,h2:g,h3:g,h4:g,h5:g,h6:g,img:function(a){var a=CKEDITOR.tools.trim(a.attributes.alt|| +""),b=" ";a&&!a.match(/(^http|\.(jpe?g|gif|png))/i)&&(b=" ["+a+"] ");return new CKEDITOR.htmlParser.text(b)},td:l,th:l,$:function(b){var k=b.name,g;if(h[k])return!1;b.attributes={};if("br"==k)return b;if(a[k])b.name="p";else if(c[k])delete b.name;else if(f[k]){g=new CKEDITOR.htmlParser.element("cke:br");g.isEmpty=!0;if(CKEDITOR.dtd.$empty[k])return g;b.add(g,0);g=g.clone();g.isEmpty=!0;b.add(g);delete b.name}d[b.name]||delete b.name;return b}}},{applyToAll:!0});return b}function A(b,a,c){var a=new CKEDITOR.htmlParser.fragment.fromHtml(a), +d=new CKEDITOR.htmlParser.basicWriter;a.writeHtml(d,c);var a=d.getHtml(),a=a.replace(/\s*(<\/?[a-z:]+ ?\/?>)\s*/g,"$1").replace(/(<cke:br \/>){2,}/g,"<cke:br />").replace(/(<cke:br \/>)(<\/?p>|<br \/>)/g,"$2").replace(/(<\/?p>|<br \/>)(<cke:br \/>)/g,"$1").replace(/<(cke:)?br( \/)?>/g,"<br>").replace(/<p><\/p>/g,""),f=0,a=a.replace(/<\/?p>/g,function(a){if("<p>"==a){if(1<++f)return"</p><p>"}else if(0<--f)return"</p><p>";return a}).replace(/<p><\/p>/g,"");return p(b,a)}function p(b,a){b.enterMode== +CKEDITOR.ENTER_BR?a=a.replace(/(<\/p><p>)+/g,function(a){return CKEDITOR.tools.repeat("<br>",2*(a.length/7))}).replace(/<\/?p>/g,""):b.enterMode==CKEDITOR.ENTER_DIV&&(a=a.replace(/<(\/)?p>/g,"<$1div>"));return a}CKEDITOR.plugins.add("clipboard",{requires:"dialog",init:function(b){var a;w(b);CKEDITOR.dialog.add("paste",CKEDITOR.getUrl(this.path+"dialogs/paste.js"));b.on("paste",function(a){var b=a.data.dataValue,f=CKEDITOR.dtd.$block;-1<b.indexOf("Apple-")&&(b=b.replace(/<span class="Apple-converted-space"> <\/span>/gi, +" "),"html"!=a.data.type&&(b=b.replace(/<span class="Apple-tab-span"[^>]*>([^<]*)<\/span>/gi,function(a,b){return b.replace(/\t/g," ")})),-1<b.indexOf('<br class="Apple-interchange-newline">')&&(a.data.startsWithEOL=1,a.data.preSniffing="html",b=b.replace(/<br class="Apple-interchange-newline">/,"")),b=b.replace(/(<[^>]+) class="Apple-[^"]*"/gi,"$1"));if(b.match(/^<[^<]+cke_(editable|contents)/i)){var h,l,g=new CKEDITOR.dom.element("div");for(g.setHtml(b);1==g.getChildCount()&&(h= +g.getFirst())&&h.type==CKEDITOR.NODE_ELEMENT&&(h.hasClass("cke_editable")||h.hasClass("cke_contents"));)g=l=h;l&&(b=l.getHtml().replace(/<br>$/i,""))}CKEDITOR.env.ie?b=b.replace(/^ (?: |\r\n)?<(\w+)/g,function(b,d){if(d.toLowerCase()in f){a.data.preSniffing="html";return"<"+d}return b}):CKEDITOR.env.webkit?b=b.replace(/<\/(\w+)><div><br><\/div>$/,function(b,d){if(d in f){a.data.endsWithEOL=1;return"</"+d+">"}return b}):CKEDITOR.env.gecko&&(b=b.replace(/(\s)<br>$/,"$1"));a.data.dataValue=b},null, +null,3);b.on("paste",function(c){var c=c.data,d=c.type,f=c.dataValue,h,l=b.config.clipboard_defaultContentType||"html";h="html"==d||"html"==c.preSniffing?"html":x(f);"htmlifiedtext"==h?f=y(b.config,f):"text"==d&&"html"==h&&(f=A(b.config,f,a||(a=z(b))));c.startsWithEOL&&(f='<br data-cke-eol="1">'+f);c.endsWithEOL&&(f+='<br data-cke-eol="1">');"auto"==d&&(d="html"==h||"html"==l?"html":"text");c.type=d;c.dataValue=f;delete c.preSniffing;delete c.startsWithEOL;delete c.endsWithEOL},null,null,6);b.on("paste", +function(a){a=a.data;b.insertHtml(a.dataValue,a.type);setTimeout(function(){b.fire("afterPaste")},0)},null,null,1E3);b.on("pasteDialog",function(a){setTimeout(function(){b.openDialog("paste",a.data)},0)})}})})();(function(){var c='<a id="{id}" class="cke_button cke_button__{name} cke_button_{state} {cls}"'+(CKEDITOR.env.gecko&&10900<=CKEDITOR.env.version&&!CKEDITOR.env.hc?"":" href=\"javascript:void('{titleJs}')\"")+' title="{title}" tabindex="-1" hidefocus="true" role="button" aria-labelledby="{id}_label" aria-haspopup="{hasArrow}" aria-disabled="{ariaDisabled}"';if(CKEDITOR.env.opera||CKEDITOR.env.gecko&&CKEDITOR.env.mac)c+=' onkeypress="return false;"';CKEDITOR.env.gecko&&(c+=' onblur="this.style.cssText = this.style.cssText;"'); +var c=c+(' onkeydown="return CKEDITOR.tools.callFunction({keydownFn},event);" onfocus="return CKEDITOR.tools.callFunction({focusFn},event);" onmousedown="return CKEDITOR.tools.callFunction({mousedownFn},event);" '+(CKEDITOR.env.ie?'onclick="return false;" onmouseup':"onclick")+'="CKEDITOR.tools.callFunction({clickFn},this);return false;"><span class="cke_button_icon cke_button__{iconName}_icon" style="{style}"'),c=c+'> </span><span id="{id}_label" class="cke_button_label cke_button__{name}_label" aria-hidden="false">{label}</span>{arrowHtml}</a>', +m=CKEDITOR.addTemplate("buttonArrow",'<span class="cke_button_arrow">'+(CKEDITOR.env.hc?"▼":"")+"</span>"),n=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){var c=CKEDITOR.env,i=this._.id=CKEDITOR.tools.getNextId(),f="",e=this.command,l;this._.editor=a;var d={id:i,button:this,editor:a,focus:function(){CKEDITOR.document.getById(i).focus()},execute:function(){this.button.click(a)},attach:function(a){this.button.attach(a)}},o=CKEDITOR.tools.addFunction(function(a){if(d.onkey)return a=new CKEDITOR.dom.event(a),!1!==d.onkey(d,a.getKeystroke())}),p=CKEDITOR.tools.addFunction(function(a){var b;d.onfocus&&(b= +!1!==d.onfocus(d,new CKEDITOR.dom.event(a)));CKEDITOR.env.gecko&&10900>CKEDITOR.env.version&&a.preventBubble();return b}),j=0,q=CKEDITOR.tools.addFunction(function(){if(CKEDITOR.env.opera){var b=a.editable();b.isInline()&&b.hasFocus&&(a.lockSelection(),j=1)}});d.clickFn=l=CKEDITOR.tools.addFunction(function(){j&&(a.unlockSelection(1),j=0);d.execute()});if(this.modes){var k={},g=function(){var b=a.mode;b&&(b=this.modes[b]?void 0!=k[b]?k[b]:CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,b=a.readOnly&& +!this.readOnly?CKEDITOR.TRISTATE_DISABLED:b,this.setState(b),this.refresh&&this.refresh())};a.on("beforeModeUnload",function(){a.mode&&this._.state!=CKEDITOR.TRISTATE_DISABLED&&(k[a.mode]=this._.state)},this);a.on("activeFilterChange",g,this);a.on("mode",g,this);!this.readOnly&&a.on("readOnly",g,this)}else if(e&&(e=a.getCommand(e)))e.on("state",function(){this.setState(e.state)},this),f+=e.state==CKEDITOR.TRISTATE_ON?"on":e.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);e||(f+="off");var h=g=this.name||this.command;this.icon&&!/\./.test(this.icon)&&(h=this.icon,this.icon=null);c={id:i,name:g,iconName:h,label:this.label,cls:this.className||"",state:f,ariaDisabled:"disabled"==f?"true":"false",title:this.title,titleJs:c.gecko&& +10900<=c.version&&!c.hc?"":(this.title||"").replace("'",""),hasArrow:this.hasArrow?"true":"false",keydownFn:o,mousedownFn:q,focusFn:p,clickFn:l,style:CKEDITOR.skin.getIconStyle(h,"rtl"==a.lang.dir,this.icon,this.iconOffset),arrowHtml:this.hasArrow?m.output():""};n.output(c,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", +'<div lang="{langCode}" id="{id}" dir={dir} class="cke cke_reset_all {editorId} cke_panel cke_panel {cls} cke_{dir}" style="z-index:{z-index}" role="presentation">{frame}</div>'),g=CKEDITOR.addTemplate("panel-frame",'<iframe id="{id}" class="cke_panel_frame" role="presentation" frameborder="0" src="{src}"></iframe>'),h=CKEDITOR.addTemplate("panel-frame-inner",'<!DOCTYPE html><html class="cke_panel_container {env}" dir="{dir}" lang="{langCode}"><head>{css}</head><body class="cke_{dir}" style="margin:0;padding:0" onload="{onload}"></body></html>'); +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("key"+(CKEDITOR.env.opera?"press":"down"),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,dir:a.lang.dir,cls:this.className,frame:"",env:CKEDITOR.env.cssClass,"z-index":a.config.baseFloatZIndex+1};if(this.isFramed){var e=CKEDITOR.env.air?"javascript:void(0)":CKEDITOR.env.ie?"javascript:void(function(){"+encodeURIComponent("document.open();("+CKEDITOR.tools.fixDomain+")();document.close();")+"}())":"";d.frame=g.output({id:this.id+"_frame",src:e})}e=f.output(d);b&&b.push(e);return e},addBlock:function(a,b){b=this._.blocks[a]=b instanceof CKEDITOR.ui.panel.block? +b:new CKEDITOR.ui.panel.block(this.getHolderElement(),b);this._.currentBlock||this.showBlock(a);return b},getBlock:function(a){return this._.blocks[a]},showBlock:function(a){var a=this._.blocks[a],b=this._.currentBlock,d=!this.forceIFrame||CKEDITOR.env.ie?this._.holder:this.document.getById(this.id+"_frame");b&&b.hide();this._.currentBlock=a;CKEDITOR.fire("ariaWidget",d);a._.focusIndex=-1;this._.onKeyDown=a.onKeyDown&&CKEDITOR.tools.bind(a.onKeyDown,a);a.show();return a},destroy:function(){this.element&& +this.element.remove()}};CKEDITOR.ui.panel.block=CKEDITOR.tools.createClass({$:function(a,b){this.element=a.append(a.getDocument().createElement("div",{attributes:{tabindex:-1,"class":"cke_panel_block"},styles:{display:"none"}}));b&&CKEDITOR.tools.extend(this,b);this.element.setAttributes({role:this.attributes.role||"presentation","aria-label":this.attributes["aria-label"],title:this.attributes.title||this.attributes["aria-label"]});this.keys={};this._.focusIndex=-1;this.element.disableContextMenu()}, +_:{markItem:function(a){-1!=a&&(a=this.element.getElementsByTag("a").getItem(this._.focusIndex=a),(CKEDITOR.env.webkit||CKEDITOR.env.opera)&&a.getDocument().getWindow().focus(),a.focus(),this.onMark&&this.onMark(a))}},proto:{show:function(){this.element.setStyle("display","")},hide:function(){(!this.onHide||!0!==this.onHide.call(this))&&this.element.setStyle("display","none")},onKeyDown:function(a,b){var d=this.keys[a];switch(d){case "next":for(var e=this._.focusIndex,d=this.element.getElementsByTag("a"), +c;c=d.getItem(++e);)if(c.getAttribute("_cke_focus")&&c.$.offsetWidth){this._.focusIndex=e;c.focus();break}return!c&&!b?(this._.focusIndex=-1,this.onKeyDown(a,1)):!1;case "prev":e=this._.focusIndex;for(d=this.element.getElementsByTag("a");0<e&&(c=d.getItem(--e));){if(c.getAttribute("_cke_focus")&&c.$.offsetWidth){this._.focusIndex=e;c.focus();break}c=null}return!c&&!b?(this._.focusIndex=d.count(),this.onKeyDown(a,1)):!1;case "click":case "mouseup":return e=this._.focusIndex,(c=0<=e&&this.element.getElementsByTag("a").getItem(e))&& +(c.$[d]?c.$[d]():c.$["on"+d]()),!1}return!0}}})})();CKEDITOR.plugins.add("floatpanel",{requires:"panel"}); +(function(){function q(a,b,c,i,f){var f=CKEDITOR.tools.genKey(b.getUniqueId(),c.getUniqueId(),a.lang.dir,a.uiColor||"",i.css||"",f||""),h=g[f];h||(h=g[f]=new CKEDITOR.ui.panel(b,i),h.element=c.append(CKEDITOR.dom.element.createFromHtml(h.render(a),b)),h.element.setStyles({display:"none",position:"absolute"}));return h}var g={};CKEDITOR.ui.floatPanel=CKEDITOR.tools.createClass({$:function(a,b,c,i){function f(){d.hide()}c.forceIFrame=1;c.toolbarRelated&&a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE&& +(b=CKEDITOR.document.getById("cke_"+a.name));var h=b.getDocument(),i=q(a,h,b,c,i||0),j=i.element,l=j.getFirst(),d=this;j.disableContextMenu();this.element=j;this._={editor:a,panel:i,parentElement:b,definition:c,document:h,iframe:l,children:[],dir:a.lang.dir};a.on("mode",f);a.on("resize",f);h.getWindow().on("resize",f)},proto:{addBlock:function(a,b){return this._.panel.addBlock(a,b)},addListBlock:function(a,b){return this._.panel.addListBlock(a,b)},getBlock:function(a){return this._.panel.getBlock(a)}, +showBlock:function(a,b,c,i,f,h){var j=this._.panel,l=j.showBlock(a);this.allowBlur(!1);a=this._.editor.editable();this._.returnFocus=a.hasFocus?a:new CKEDITOR.dom.element(CKEDITOR.document.$.activeElement);var d=this.element,a=this._.iframe,a=CKEDITOR.env.ie?a:new CKEDITOR.dom.window(a.$.contentWindow),g=d.getDocument(),o=this._.parentElement.getPositionedAncestor(),p=b.getDocumentPosition(g),g=o?o.getDocumentPosition(g):{x:0,y:0},m="rtl"==this._.dir,e=p.x+(i||0)-g.x,k=p.y+(f||0)-g.y;if(m&&(1==c|| +4==c))e+=b.$.offsetWidth;else if(!m&&(2==c||3==c))e+=b.$.offsetWidth-1;if(3==c||4==c)k+=b.$.offsetHeight-1;this._.panel._.offsetParentId=b.getId();d.setStyles({top:k+"px",left:0,display:""});d.setOpacity(0);d.getFirst().removeStyle("width");this._.editor.focusManager.add(a);this._.blurSet||(CKEDITOR.event.useCapture=!0,a.on("blur",function(a){this.allowBlur()&&a.data.getPhase()==CKEDITOR.EVENT_PHASE_AT_TARGET&&(this.visible&&!this._.activeChild)&&(delete this._.returnFocus,this.hide())},this),a.on("focus", +function(){this._.focused=!0;this.hideChild();this.allowBlur(!0)},this),CKEDITOR.event.useCapture=!1,this._.blurSet=1);j.onEscape=CKEDITOR.tools.bind(function(a){if(this.onEscape&&this.onEscape(a)===false)return false},this);CKEDITOR.tools.setTimeout(function(){var a=CKEDITOR.tools.bind(function(){d.removeStyle("width");if(l.autoSize){var a=l.element.getDocument(),a=(CKEDITOR.env.webkit?l.element:a.getBody()).$.scrollWidth;CKEDITOR.env.ie&&(CKEDITOR.env.quirks&&a>0)&&(a=a+((d.$.offsetWidth||0)-(d.$.clientWidth|| +0)+3));d.setStyle("width",a+10+"px");a=l.element.$.scrollHeight;CKEDITOR.env.ie&&(CKEDITOR.env.quirks&&a>0)&&(a=a+((d.$.offsetHeight||0)-(d.$.clientHeight||0)+3));d.setStyle("height",a+"px");j._.currentBlock.element.setStyle("display","none").removeStyle("display")}else d.removeStyle("height");m&&(e=e-d.$.offsetWidth);d.setStyle("left",e+"px");var b=j.element.getWindow(),a=d.$.getBoundingClientRect(),b=b.getViewPaneSize(),c=a.width||a.right-a.left,f=a.height||a.bottom-a.top,i=m?a.right:b.width-a.left, +g=m?b.width-a.right:a.left;m?i<c&&(e=g>c?e+c:b.width>c?e-a.left:e-a.right+b.width):i<c&&(e=g>c?e-c:b.width>c?e-a.right+b.width:e-a.left);c=a.top;b.height-a.top<f&&(k=c>f?k-f:b.height>f?k-a.bottom+b.height:k-a.top);if(CKEDITOR.env.ie){b=a=new CKEDITOR.dom.element(d.$.offsetParent);b.getName()=="html"&&(b=b.getDocument().getBody());b.getComputedStyle("direction")=="rtl"&&(e=CKEDITOR.env.ie8Compat?e-d.getDocument().getDocumentElement().$.scrollLeft*2:e-(a.$.scrollWidth-a.$.clientWidth))}var a=d.getFirst(), +n;(n=a.getCustomData("activePanel"))&&n.onHide&&n.onHide.call(this,1);a.setCustomData("activePanel",this);d.setStyles({top:k+"px",left:e+"px"});d.setOpacity(1);h&&h()},this);j.isLoaded?a():j.onLoad=a;CKEDITOR.tools.setTimeout(function(){var a=CKEDITOR.env.webkit&&CKEDITOR.document.getWindow().getScrollPosition().y;this.focus();l.element.focus();if(CKEDITOR.env.webkit)CKEDITOR.document.getBody().$.scrollTop=a;this.allowBlur(true);this._.editor.fire("panelShow",this)},0,this)},CKEDITOR.env.air?200: +0,this);this.visible=1;this.onShow&&this.onShow.call(this)},focus:function(){if(CKEDITOR.env.webkit){var a=CKEDITOR.document.getActive();!a.equals(this._.iframe)&&a.$.blur()}(this._.lastFocused||this._.iframe.getFrameDocument().getWindow()).focus()},blur:function(){var a=this._.iframe.getFrameDocument().getActive();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._.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,g,f,h){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,g,f,h),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 g){var c=g[b];a?c.destroy():c.element.hide()}a&&(g= +{})})})();CKEDITOR.plugins.add("colorbutton",{requires:"panelbutton,floatpanel",init:function(c){function m(l,g,e,h){var j=new CKEDITOR.style(i["colorButton_"+g+"Style"]),k=CKEDITOR.tools.getNextId()+"_colorBox";c.ui.add(l,CKEDITOR.UI_PANELBUTTON,{label:e,title:e,modes:{wysiwyg:1},editorFocus:0,toolbar:"colors,"+h,allowedContent:j,requiredContent:j,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(o(a,g,k));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(j)||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()));if(!b||"transparent"==b)b="#ffffff";this._.panel._.iframe.getFrameDocument().getById(k).setStyle("background-color",b);return b}}})}function o(l,g,e){var h=[],j=i.colorButton_colors.split(","),k=CKEDITOR.tools.addFunction(function(a,b){if("?"==a){var e=arguments.callee,d=function(a){this.removeListener("ok",d);this.removeListener("cancel",d);"ok"==a.name&&e(this.getContentElement("picker", +"selectedColor").getValue(),b)};c.openDialog("colordialog",function(){this.on("ok",d);this.on("cancel",d)})}else{c.focus();l.hide();c.fire("saveSnapshot");c.removeStyle(new CKEDITOR.style(i["colorButton_"+b+"Style"],{color:"inherit"}));if(a){var f=i["colorButton_"+b+"Style"];f.childRule="back"==b?function(a){return n(a)}:function(a){return!(a.is("a")||a.getElementsByTag("a").count())||n(a)};c.applyStyle(new CKEDITOR.style(f,{color:a}))}c.fire("saveSnapshot")}});h.push('<a class="cke_colorauto" _cke_focus=1 hidefocus=true title="', +f.auto,'" onclick="CKEDITOR.tools.callFunction(',k,",null,'",g,"');return false;\" href=\"javascript:void('",f.auto,'\')" role="option"><table role="presentation" cellspacing=0 cellpadding=0 width="100%"><tr><td><span class="cke_colorbox" id="',e,'"></span></td><td colspan=7 align=center>',f.auto,'</td></tr></table></a><table role="presentation" cellspacing=0 cellpadding=0 width="100%">');for(e=0;e<j.length;e++){0===e%8&&h.push("</tr><tr>");var a=j[e].split("/"),b=a[0],d=a[1]||b;a[1]||(b="#"+b.replace(/^(.)(.)(.)$/, +"$1$1$2$2$3$3"));a=c.lang.colorbutton.colors[d]||d;h.push('<td><a class="cke_colorbox" _cke_focus=1 hidefocus=true title="',a,'" onclick="CKEDITOR.tools.callFunction(',k,",'",b,"','",g,"'); return false;\" href=\"javascript:void('",a,'\')" role="option"><span class="cke_colorbox" style="background-color:#',d,'"></span></a></td>')}(c.plugins.colordialog&&void 0===i.colorButton_enableMore||i.colorButton_enableMore)&&h.push('</tr><tr><td colspan=8 align=center><a class="cke_colormore" _cke_focus=1 hidefocus=true title="', +f.more,'" onclick="CKEDITOR.tools.callFunction(',k,",'?','",g,"');return false;\" href=\"javascript:void('",f.more,"')\"",' role="option">',f.more,"</a></td>");h.push("</tr></table>");return h.join("")}function n(c){return"false"==c.getAttribute("contentEditable")||c.getAttribute("data-nostyle")}var i=c.config,f=c.lang.colorbutton;CKEDITOR.env.hc||(m("TextColor","fore",f.textColorTitle,10),m("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;CKEDITOR.plugins.add("menu",{requires:"floatpanel",beforeInit:function(g){for(var h=g.config.menu_groups.split(","),m=g._.menuGroups={},l=g._.menuItems={},a=0;a<h.length;a++)m[h[a]]=a+1;g.addMenuGroup=function(b,a){m[b]=a||100};g.addMenuItem=function(a,c){m[c.group]&&(l[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 l[a]};g.removeMenuItem=function(a){delete l[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='<span class="cke_menuitem"><a id="{id}" class="cke_menubutton cke_menubutton__{name} cke_menubutton_{state} {cls}" href="{href}" title="{title}" tabindex="-1"_cke_focus=1 hidefocus="true" role="{role}" aria-haspopup="{hasPopup}" aria-disabled="{disabled}" {ariaChecked}';if(CKEDITOR.env.opera||CKEDITOR.env.gecko&&CKEDITOR.env.mac)h+=' onkeypress="return false;"'; +CKEDITOR.env.gecko&&(h+=' onblur="this.style.cssText = this.style.cssText;"');var h=h+(' onmouseover="CKEDITOR.tools.callFunction({hoverFn},{index});" onmouseout="CKEDITOR.tools.callFunction({moveOutFn},{index});" '+(CKEDITOR.env.ie?'onclick="return false;" onmouseup':"onclick")+'="CKEDITOR.tools.callFunction({clickFn},{index}); return false;">'),m=CKEDITOR.addTemplate("menuItem",h+'<span class="cke_menubutton_inner"><span class="cke_menubutton_icon"><span class="cke_button_icon cke_button__{iconName}_icon" style="{iconStyle}"></span></span><span class="cke_menubutton_label">{label}</span>{arrowHtml}</span></a></span>'), +l=CKEDITOR.addTemplate("menuArrow",'<span class="cke_menuarrow"><span>{label}</span></span>');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:{}}),k=c.block.attributes=c.attributes||{};!k.role&&(k.role="menu");this._.panelDefinition=c},_:{onShow:function(){var a= +this.editor.getSelection(),b=a&&a.getStartElement(),c=this.editor.elementPath(),k=this._.listeners;this.removeAll();for(var e=0;e<k.length;e++){var j=k[e](b,a,c);if(j)for(var i in j){var f=this.editor.getMenuItem(i);if(f&&(!f.command||this.editor.getCommand(f.command).state))f.state=j[i],this.add(f)}}},onClick:function(a){this.hide();if(a.onClick)a.onClick();else a.command&&this.editor.execCommand(a.command)},onEscape:function(a){var b=this.parent;b?b._.panel.hideChild(1):27==a&&this.hide(1);return!1}, +onHide:function(){this.onHide&&this.onHide()},showSubMenu:function(a){var b=this._.subMenu,c=this.items[a];if(c=c.getItems&&c.getItems()){b?b.removeAll():(b=this._.subMenu=new CKEDITOR.menu(this.editor,CKEDITOR.tools.extend({},this._.definition,{level:this._.level+1},!0)),b.parent=this,b._.onClick=CKEDITOR.tools.bind(this._.onClick,this));for(var k in c){var e=this.editor.getMenuItem(k);e&&(e.state=c[k],b.add(e))}var j=this._.panel.getBlock(this.id).element.getDocument().getById(this.id+(""+a));setTimeout(function(){b.show(j, +2)},0)}else this._.panel.hideChild(1)}},proto:{add:function(a){a.order||(a.order=this.items.length);this.items.push(a)},removeAll:function(){this.items=[]},show:function(a,b,c,k){if(!this.parent&&(this._.onShow(),!this.items.length))return;var b=b||("rtl"==this.editor.lang.dir?2:1),e=this.items,j=this.editor,i=this._.panel,f=this._.element;if(!i){i=this._.panel=new CKEDITOR.ui.floatPanel(this.editor,CKEDITOR.document.getBody(),this._.panelDefinition,this._.level);i.onEscape=CKEDITOR.tools.bind(function(a){if(!1=== +this._.onEscape(a))return!1},this);i.onShow=function(){i._.panel.getHolderElement().getParent().addClass("cke cke_reset_all")};i.onHide=CKEDITOR.tools.bind(function(){this._.onHide&&this._.onHide()},this);f=i.addBlock(this.id,this._.panelDefinition.block);f.autoSize=!0;var d=f.keys;d[40]="next";d[9]="next";d[38]="prev";d[CKEDITOR.SHIFT+9]="prev";d["rtl"==j.lang.dir?37:39]=CKEDITOR.env.ie?"mouseup":"click";d[32]=CKEDITOR.env.ie?"mouseup":"click";CKEDITOR.env.ie&&(d[13]="mouseup");f=this._.element= +f.element;d=f.getDocument();d.getBody().setStyle("overflow","hidden");d.getElementsByTag("html").getItem(0).setStyle("overflow","hidden");this._.itemOverFn=CKEDITOR.tools.addFunction(function(a){clearTimeout(this._.showSubTimeout);this._.showSubTimeout=CKEDITOR.tools.setTimeout(this._.showSubMenu,j.config.menu_subMenuDelay||400,this,[a])},this);this._.itemOutFn=CKEDITOR.tools.addFunction(function(){clearTimeout(this._.showSubTimeout)},this);this._.itemClickFn=CKEDITOR.tools.addFunction(function(a){var b= +this.items[a];if(b.state==CKEDITOR.TRISTATE_DISABLED)this.hide(1);else if(b.getItems)this._.showSubMenu(a);else this._.onClick(b)},this)}g(e);for(var d=j.elementPath(),d=['<div class="cke_menu'+(d&&d.direction()!=j.lang.dir?" cke_mixed_dir_content":"")+'" role="presentation">'],h=e.length,m=h&&e[0].group,l=0;l<h;l++){var n=e[l];m!=n.group&&(d.push('<div class="cke_menuseparator" role="separator"></div>'),m=n.group);n.render(this,l,d)}d.push("</div>");f.setHtml(d.join(""));CKEDITOR.ui.fire("ready", +this);this.parent?this.parent._.panel.showAsChild(i,this.id,a,b,c,k):i.showBlock(this.id,a,b,c,k);j.fire("menuShow",[i])},addListener:function(a){this._.listeners.push(a)},hide:function(a){this._.onHide&&this._.onHide();this._.panel&&this._.panel.hide(a)}}});CKEDITOR.menuItem=CKEDITOR.tools.createClass({$:function(a,b,c){CKEDITOR.tools.extend(this,c,{order:0,className:"cke_menubutton__"+b});this.group=a._.menuGroups[this.group];this.editor=a;this.name=b},proto:{render:function(a,b,c){var h=a.id+(""+ +b),e="undefined"==typeof this.state?CKEDITOR.TRISTATE_OFF:this.state,j="",i=e==CKEDITOR.TRISTATE_ON?"on":e==CKEDITOR.TRISTATE_DISABLED?"disabled":"off";this.role in{menuitemcheckbox:1,menuitemradio:1}&&(j=' aria-checked="'+(e==CKEDITOR.TRISTATE_ON?"true":"false")+'"');var f=this.getItems,d="&#"+("rtl"==this.editor.lang.dir?"9668":"9658")+";",g=this.name;this.icon&&!/\./.test(this.icon)&&(g=this.icon);a={id:h,name:this.name,iconName:g,label:this.label,cls:this.className||"",state:i,hasPopup:f?"true": +"false",disabled:e==CKEDITOR.TRISTATE_DISABLED,title:this.label,href:"javascript:void('"+(this.label||"").replace("'")+"')",hoverFn:a._.itemOverFn,moveOutFn:a._.itemOutFn,clickFn:a._.itemClickFn,index:b,iconStyle:CKEDITOR.skin.getIconStyle(g,"rtl"==this.editor.lang.dir,g==this.icon?null:this.icon,this.iconOffset),arrowHtml:f?l.output({label:d}):"",role:this.role?this.role:"menuitem",ariaChecked:j};m.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,c){a.on("contextmenu",function(a){var a=a.data,b=CKEDITOR.env.webkit?d:CKEDITOR.env.mac?a.$.metaKey:a.$.ctrlKey;if(!c||!b){a.preventDefault();var e=a.getTarget().getDocument(),f=a.getTarget().getDocument().getDocumentElement(), +b=!e.equals(CKEDITOR.document),e=e.getWindow().getScrollPosition(),g=b?a.$.clientX:a.$.pageX||e.x+a.$.clientX,h=b?a.$.clientY:a.$.pageY||e.y+a.$.clientY;CKEDITOR.tools.setTimeout(function(){this.open(f,null,g,h)},CKEDITOR.env.ie?200:0,this)}},this);if(CKEDITOR.env.webkit){var d,b=function(){d=0};a.on("keydown",function(a){d=CKEDITOR.env.mac?a.data.$.metaKey:a.data.$.ctrlKey});a.on("keyup",b);a.on("contextmenu",b)}},open:function(a,c,d,b){this.editor.focus();a=a||CKEDITOR.document.getDocumentElement(); +this.editor.selectionChange(1);this.show(a,c,d,b)}}})},beforeInit:function(a){var c=a.contextMenu=new CKEDITOR.plugins.contextMenu(a);a.on("contentDom",function(){c.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")}});(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){if((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("resize",{init:function(b){var f,g,n,o,a=b.config,q=b.ui.spaceId("resizer"),h=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 c=null,i=("both"==a.resize_dir||"horizontal"==a.resize_dir)&&a.resize_minWidth!=a.resize_maxWidth, +l=("both"==a.resize_dir||"vertical"==a.resize_dir)&&a.resize_minHeight!=a.resize_maxHeight,j=function(d){var e=f,m=g,c=e+(d.data.$.screenX-n)*("rtl"==h?-1:1),d=m+(d.data.$.screenY-o);i&&(e=Math.max(a.resize_minWidth,Math.min(c,a.resize_maxWidth)));l&&(m=Math.max(a.resize_minHeight,Math.min(d,a.resize_maxHeight)));b.resize(i?e:null,m)},k=function(){CKEDITOR.document.removeListener("mousemove",j);CKEDITOR.document.removeListener("mouseup",k);b.document&&(b.document.removeListener("mousemove",j),b.document.removeListener("mouseup", +k))},p=CKEDITOR.tools.addFunction(function(d){c||(c=b.getResizable());f=c.$.offsetWidth||0;g=c.$.offsetHeight||0;n=d.screenX;o=d.screenY;a.resize_minWidth>f&&(a.resize_minWidth=f);a.resize_minHeight>g&&(a.resize_minHeight=g);CKEDITOR.document.on("mousemove",j);CKEDITOR.document.on("mouseup",k);b.document&&(b.document.on("mousemove",j),b.document.on("mouseup",k));d.preventDefault&&d.preventDefault()});b.on("destroy",function(){CKEDITOR.tools.removeFunction(p)});b.on("uiSpace",function(a){if("bottom"== +a.data.space){var e="";i&&!l&&(e=" cke_resizer_horizontal");!i&&l&&(e=" cke_resizer_vertical");var c='<span id="'+q+'" class="cke_resizer'+e+" cke_resizer_"+h+'" title="'+CKEDITOR.tools.htmlEncode(b.lang.common.resize)+'" onmousedown="CKEDITOR.tools.callFunction('+p+', event)">'+("ltr"==h?"â¢":"â£")+"</span>";"ltr"==h&&"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(){function w(a){function d(){for(var b=g(),e=CKEDITOR.tools.clone(a.config.toolbarGroups)||n(a),f=0;f<e.length;f++){var k=e[f];if("/"!=k){"string"==typeof k&&(k=e[f]={name:k});var i,d=k.groups;if(d)for(var h=0;h<d.length;h++)i=d[h],(i=b[i])&&c(k,i);(i=b[k.name])&&c(k,i)}}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();)if(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 n(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 u=function(){this.toolbars=[];this.focusCommandExecuted=!1};u.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 x={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,j=a.config.toolbarGroupCycling,o=e?37:39,e=e?39:37,j=void 0===j||j;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 o:b=c;do b=b.next,!b&&j&&(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?o:e),!1;case e:case 38:b=c;do b=b.previous,!b&&j&&(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 u;var d=CKEDITOR.tools.getNextId(),b=['<span id="',d,'" class="cke_voice_label">',a.lang.toolbar.toolbars,"</span>",'<span id="'+a.ui.spaceId("toolbox")+'" class="cke_toolbox" role="group" aria-labelledby="',d,'" onmousedown="return false;">'],d=!1!==a.config.toolbarStartupExpanded,e,j;a.config.toolbarCanCollapse&&a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&b.push('<span class="cke_toolbox_main"'+ +(d?">":' style="display:none">'));for(var o=a.toolbox.toolbars,f=w(a),k=0;k<f.length;k++){var i,l=0,r,m=f[k],s;if(m)if(e&&(b.push("</span>"),j=e=0),"/"===m)b.push('<span class="cke_toolbar_break"></span>');else{s=m.items||m;for(var t=0;t<s.length;t++){var p=s[t],n;if(p)if(p.type==CKEDITOR.UI_SEPARATOR)j=e&&p;else{n=!1!==p.canGroup;if(!l){i=CKEDITOR.tools.getNextId();l={id:i,items:[]};r=m.name&&(a.lang.toolbar.toolbarGroups[m.name]||m.name);b.push('<span id="',i,'" class="cke_toolbar"',r?' aria-labelledby="'+ +i+'_label"':"",' role="toolbar">');r&&b.push('<span id="',i,'_label" class="cke_voice_label">',r,"</span>");b.push('<span class="cke_toolbar_start"></span>');var q=o.push(l)-1;0<q&&(l.previous=o[q-1],l.previous.next=l)}n?e||(b.push('<span class="cke_toolgroup" role="presentation">'),e=1):e&&(b.push("</span>"),e=0);i=function(c){c=c.render(a,b);q=l.items.push(c)-1;if(q>0){c.previous=l.items[q-1];c.previous.next=c}c.toolbar=l;c.onkey=g;c.onfocus=function(){a.toolbox.focusCommandExecuted||a.focus()}}; +j&&(i(j),j=0);i(p)}}e&&(b.push("</span>"),j=e=0);l&&b.push('<span class="cke_toolbar_end"></span></span>')}}a.config.toolbarCanCollapse&&b.push("</span>");if(a.config.toolbarCanCollapse&&a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE){var v=CKEDITOR.tools.addFunction(function(){a.execCommand("toolbarCollapse")});a.on("destroy",function(){CKEDITOR.tools.removeFunction(v)});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")},modes:{wysiwyg:1,source:1}});a.setKeystroke(CKEDITOR.ALT+(CKEDITOR.env.ie||CKEDITOR.env.webkit? +189:109),"toolbarCollapse");b.push('<a title="'+(d?a.lang.toolbar.toolbarCollapse:a.lang.toolbar.toolbarExpand)+'" id="'+a.ui.spaceId("toolbar_collapser")+'" tabIndex="-1" class="cke_toolbox_collapser');d||b.push(" cke_toolbox_collapser_min");b.push('" onclick="CKEDITOR.tools.callFunction('+v+')">','<span class="cke_arrow">▲</span>',"</a>")}b.push("</span>");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++){e=a[d].items; +for(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",x);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('<span class="cke_toolbar_separator" role="separator"></span>');return{}}}}})}}); +CKEDITOR.ui.prototype.addToolbarGroup=function(a,d,g){var c=n(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 k;function n(a,c){function j(d){d=i.list[d];if(d.equals(a.editable())||"true"==d.getAttribute("contenteditable")){var e=a.createRange();e.selectNodeContents(d);e.select()}else a.getSelection().selectElement(d);a.focus()}function s(){l&&l.setHtml(o);delete i.list}var m=a.ui.spaceId("path"),l,i=a._.elementsPath,n=i.idBase;c.html+='<span id="'+m+'_label" class="cke_voice_label">'+a.lang.elementspath.eleLabel+'</span><span id="'+m+'" class="cke_path" role="group" aria-labelledby="'+m+ +'_label">'+o+"</span>";a.on("uiReady",function(){var d=a.ui.space("path");d&&a.focusManager.add(d,1)});i.onClick=j;var t=CKEDITOR.tools.addFunction(j),u=CKEDITOR.tools.addFunction(function(d,e){var g=i.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+(d+1)))||(b=CKEDITOR.document.getById(g+"0")),b.focus(),!1;case b?37:39:case CKEDITOR.SHIFT+9:return(b=CKEDITOR.document.getById(g+(d-1)))||(b=CKEDITOR.document.getById(g+ +(i.list.length-1))),b.focus(),!1;case 27:return a.focus(),!1;case 13:case 32:return j(d),!1}return!0});a.on("selectionChange",function(){a.editable();for(var d=[],e=i.list=[],g=[],b=i.filters,c=!0,j=a.elementPath().elements,f,k=j.length;k--;){var h=j[k],p=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();c=h.hasAttribute("contenteditable")?"true"==h.getAttribute("contenteditable"):c;!c&&!h.hasAttribute("contenteditable")&& +(p=1);for(var q=0;q<b.length;q++){var r=b[q](h,f);if(!1===r){p=1;break}f=r||f}p||(e.unshift(h),g.unshift(f))}e=e.length;for(b=0;b<e;b++)f=g[b],c=a.lang.elementspath.eleTitle.replace(/%1/,f),f=v.output({id:n+b,label:c,text:f,jsTitle:"javascript:void('"+f+"')",index:b,keyDownFn:u,clickFn:t}),d.unshift(f);l||(l=CKEDITOR.document.getById(m));g=l;g.setHtml(d.join("")+o);a.fire("elementsPathUpdate",{space:g})});a.on("readOnly",s);a.on("contentDomUnload",s);a.addCommand("elementsPathFocus",k);a.setKeystroke(CKEDITOR.ALT+ +122,"elementsPathFocus")}k={editorFocus:!1,readOnly:1,exec:function(a){(a=CKEDITOR.document.getById(a._.elementsPath.idBase+"0"))&&a.focus(CKEDITOR.env.ie||CKEDITOR.env.air)}};var o='<span class="cke_path_empty"> </span>',c="";if(CKEDITOR.env.opera||CKEDITOR.env.gecko&&CKEDITOR.env.mac)c+=' onkeypress="return false;"';CKEDITOR.env.gecko&&(c+=' onblur="this.style.cssText = this.style.cssText;"');var v=CKEDITOR.addTemplate("pathItem",'<a id="{id}" href="{jsTitle}" tabindex="-1" class="cke_path_item" title="{label}"'+ +(CKEDITOR.env.gecko&&10900>CKEDITOR.env.version?' onfocus="event.preventBubble();"':"")+c+' hidefocus="true" onkeydown="return CKEDITOR.tools.callFunction({keyDownFn},{index}, event );" onclick="CKEDITOR.tools.callFunction({clickFn},{index}); return false;" role="button" aria-label="{label}">{text}</a>');CKEDITOR.plugins.add("elementspath",{init:function(a){a._.elementsPath={idBase:"cke_elementspath_"+CKEDITOR.tools.getNextNumber()+"_",filters:[]};a.on("uiSpace",function(c){"bottom"==c.data.space&& +n(a,c.data)})}})})();(function(){function l(e,c,b){b=e.config.forceEnterMode||b;"wysiwyg"==e.mode&&(c||(c=e.activeEnterMode),e.elementPath().isContextFor("p")||(c=CKEDITOR.ENTER_BR,b=1),e.fire("saveSnapshot"),c==CKEDITOR.ENTER_BR?o(e,c,null,b):p(e,c,null,b),e.fire("saveSnapshot"))}function q(e){for(var e=e.getSelection().getRanges(!0),c=e.length-1;0<c;c--)e[c].deleteContents();return e[0]}CKEDITOR.plugins.add("enterkey",{init:function(e){e.addCommand("enter",{modes:{wysiwyg:1},editorFocus:!1,exec:function(c){l(c)}}); +e.addCommand("shiftEnter",{modes:{wysiwyg:1},editorFocus:!1,exec:function(c){l(c,c.activeShiftEnterMode,1)}});e.setKeystroke([[13,"enter"],[CKEDITOR.SHIFT+13,"shiftEnter"]])}});var t=CKEDITOR.dom.walker.whitespaces(),u=CKEDITOR.dom.walker.bookmark();CKEDITOR.plugins.enterkey={enterBlock:function(e,c,b,i){if(b=b||q(e)){var f=b.document,j=b.checkStartOfBlock(),h=b.checkEndOfBlock(),a=e.elementPath(b.startContainer).block,k=c==CKEDITOR.ENTER_DIV?"div":"p",d;if(j&&h){if(a&&(a.is("li")||a.getParent().is("li"))){b= +a.getParent();d=b.getParent();var i=!a.hasPrevious(),m=!a.hasNext(),k=e.getSelection(),g=k.createBookmarks(),j=a.getDirection(1),h=a.getAttribute("class"),n=a.getAttribute("style"),l=d.getDirection(1)!=j,e=e.enterMode!=CKEDITOR.ENTER_BR||l||n||h;if(d.is("li"))if(i||m)a[i?"insertBefore":"insertAfter"](d);else a.breakParent(d);else{if(e)if(d=f.createElement(c==CKEDITOR.ENTER_P?"p":"div"),l&&d.setAttribute("dir",j),n&&d.setAttribute("style",n),h&&d.setAttribute("class",h),a.moveChildren(d),i||m)d[i? +"insertBefore":"insertAfter"](b);else a.breakParent(b),d.insertAfter(b);else if(a.appendBogus(!0),i||m)for(;f=a[i?"getFirst":"getLast"]();)f[i?"insertBefore":"insertAfter"](b);else for(a.breakParent(b);f=a.getLast();)f.insertAfter(b);a.remove()}k.selectBookmarks(g);return}if(a&&a.getParent().is("blockquote")){a.breakParent(a.getParent());a.getPrevious().getFirst(CKEDITOR.dom.walker.invisible(1))||a.getPrevious().remove();a.getNext().getFirst(CKEDITOR.dom.walker.invisible(1))||a.getNext().remove(); +b.moveToElementEditStart(a);b.select();return}}else if(a&&a.is("pre")&&!h){o(e,c,b,i);return}if(h=b.splitBlock(k)){c=h.previousBlock;a=h.nextBlock;e=h.wasStartOfBlock;j=h.wasEndOfBlock;if(a)g=a.getParent(),g.is("li")&&(a.breakParent(g),a.move(a.getNext(),1));else if(c&&(g=c.getParent())&&g.is("li"))c.breakParent(g),g=c.getNext(),b.moveToElementEditStart(g),c.move(c.getPrevious());if(!e&&!j)a.is("li")&&(d=b.clone(),d.selectNodeContents(a),d=new CKEDITOR.dom.walker(d),d.evaluator=function(a){return!(u(a)|| +t(a)||a.type==CKEDITOR.NODE_ELEMENT&&a.getName()in CKEDITOR.dtd.$inline&&!(a.getName()in CKEDITOR.dtd.$empty))},(g=d.next())&&(g.type==CKEDITOR.NODE_ELEMENT&&g.is("ul","ol"))&&(CKEDITOR.env.needsBrFiller?f.createElement("br"):f.createText(" ")).insertBefore(g)),a&&b.moveToElementEditStart(a);else{if(c){if(c.is("li")||!r.test(c.getName())&&!c.is("pre"))d=c.clone()}else a&&(d=a.clone());d?i&&!d.is("li")&&d.renameNode(k):g&&g.is("li")?d=g:(d=f.createElement(k),c&&(m=c.getDirection())&&d.setAttribute("dir", +m));if(f=h.elementPath){i=0;for(k=f.elements.length;i<k;i++){g=f.elements[i];if(g.equals(f.block)||g.equals(f.blockLimit))break;CKEDITOR.dtd.$removeEmpty[g.getName()]&&(g=g.clone(),d.moveChildren(g),d.append(g))}}d.appendBogus();d.getParent()||b.insertNode(d);d.is("li")&&d.removeAttribute("value");if(CKEDITOR.env.ie&&e&&(!j||!c.getChildCount()))b.moveToElementEditStart(j?c:d),b.select();b.moveToElementEditStart(e&&!j?a:d)}b.select();b.scrollIntoView()}}},enterBr:function(e,c,b,i){if(b=b||q(e)){var f= +b.document,j=b.checkEndOfBlock(),h=new CKEDITOR.dom.elementPath(e.getSelection().getStartElement()),a=h.block,h=a&&h.block.getName();!i&&"li"==h?p(e,c,b,i):(!i&&j&&r.test(h)?(j=a.getDirection())?(f=f.createElement("div"),f.setAttribute("dir",j),f.insertAfter(a),b.setStart(f,0)):(f.createElement("br").insertAfter(a),CKEDITOR.env.gecko&&f.createText("").insertAfter(a),b.setStartAt(a.getNext(),CKEDITOR.env.ie?CKEDITOR.POSITION_BEFORE_START:CKEDITOR.POSITION_AFTER_START)):(a="pre"==h&&CKEDITOR.env.ie&& +8>CKEDITOR.env.version?f.createText("\r"):f.createElement("br"),b.deleteContents(),b.insertNode(a),CKEDITOR.env.needsBrFiller?(f.createText("").insertAfter(a),j&&a.getParent().appendBogus(),a.getNext().$.nodeValue="",b.setStartAt(a.getNext(),CKEDITOR.POSITION_AFTER_START)):b.setStartAt(a,CKEDITOR.POSITION_AFTER_END)),b.collapse(!0),b.select(),b.scrollIntoView())}}};var s=CKEDITOR.plugins.enterkey,o=s.enterBr,p=s.enterBlock,r=/^h[1-6]$/})();(function(){function j(a,b){var d={},e=[],f={nbsp:" ",shy:"Â",gt:">",lt:"<",amp:"&",apos:"'",quot:'"'},a=a.replace(/\b(nbsp|shy|gt|lt|amp|apos|quot)(?:,|$)/g,function(a,h){var c=b?"&"+h+";":f[h];d[c]=b?f[h]:"&"+h+";";e.push(c);return""});if(!b&&a){var a=a.split(","),c=document.createElement("div"),g;c.innerHTML="&"+a.join(";&")+";";g=c.innerHTML;c=null;for(c=0;c<g.length;c++){var i=g.charAt(c);d[i]="&"+a[c]+";";e.push(i)}}d.regex=e.join(b?"|":"");return d}CKEDITOR.plugins.add("entities",{afterInit:function(a){var b= +a.config;if(a=(a=a.dataProcessor)&&a.htmlFilter){var d=[];!1!==b.basicEntities&&d.push("nbsp,gt,lt,amp");b.entities&&(d.length&&d.push("quot,iexcl,cent,pound,curren,yen,brvbar,sect,uml,copy,ordf,laquo,not,shy,reg,macr,deg,plusmn,sup2,sup3,acute,micro,para,middot,cedil,sup1,ordm,raquo,frac14,frac12,frac34,iquest,times,divide,fnof,bull,hellip,prime,Prime,oline,frasl,weierp,image,real,trade,alefsym,larr,uarr,rarr,darr,harr,crarr,lArr,uArr,rArr,dArr,hArr,forall,part,exist,empty,nabla,isin,notin,ni,prod,sum,minus,lowast,radic,prop,infin,ang,and,or,cap,cup,int,there4,sim,cong,asymp,ne,equiv,le,ge,sub,sup,nsub,sube,supe,oplus,otimes,perp,sdot,lceil,rceil,lfloor,rfloor,lang,rang,loz,spades,clubs,hearts,diams,circ,tilde,ensp,emsp,thinsp,zwnj,zwj,lrm,rlm,ndash,mdash,lsquo,rsquo,sbquo,ldquo,rdquo,bdquo,dagger,Dagger,permil,lsaquo,rsaquo,euro"), +b.entities_latin&&d.push("Agrave,Aacute,Acirc,Atilde,Auml,Aring,AElig,Ccedil,Egrave,Eacute,Ecirc,Euml,Igrave,Iacute,Icirc,Iuml,ETH,Ntilde,Ograve,Oacute,Ocirc,Otilde,Ouml,Oslash,Ugrave,Uacute,Ucirc,Uuml,Yacute,THORN,szlig,agrave,aacute,acirc,atilde,auml,aring,aelig,ccedil,egrave,eacute,ecirc,euml,igrave,iacute,icirc,iuml,eth,ntilde,ograve,oacute,ocirc,otilde,ouml,oslash,ugrave,uacute,ucirc,uuml,yacute,thorn,yuml,OElig,oelig,Scaron,scaron,Yuml"),b.entities_greek&&d.push("Alpha,Beta,Gamma,Delta,Epsilon,Zeta,Eta,Theta,Iota,Kappa,Lambda,Mu,Nu,Xi,Omicron,Pi,Rho,Sigma,Tau,Upsilon,Phi,Chi,Psi,Omega,alpha,beta,gamma,delta,epsilon,zeta,eta,theta,iota,kappa,lambda,mu,nu,xi,omicron,pi,rho,sigmaf,sigma,tau,upsilon,phi,chi,psi,omega,thetasym,upsih,piv"), +b.entities_additional&&d.push(b.entities_additional));var e=j(d.join(",")),f=e.regex?"["+e.regex+"]":"a^";delete e.regex;b.entities&&b.entities_processNumerical&&(f="[^ -~]|"+f);var f=RegExp(f,"g"),c=function(a){return b.entities_processNumerical=="force"||!e[a]?"&#"+a.charCodeAt(0)+";":e[a]},g=j("nbsp,gt,lt,amp,shy",!0),i=RegExp(g.regex,"g"),k=function(a){return g[a]};a.addRules({text:function(a){return a.replace(i,k).replace(f,c)}},{applyToAll:!0,excludeNestedEditable:!0})}}})})(); +CKEDITOR.config.basicEntities=!0;CKEDITOR.config.entities=!0;CKEDITOR.config.entities_latin=!0;CKEDITOR.config.entities_greek=!0;CKEDITOR.config.entities_additional="#39";CKEDITOR.plugins.add("popup"); +CKEDITOR.tools.extend(CKEDITOR.editor.prototype,{popup:function(e,a,b,d){a=a||"80%";b=b||"70%";"string"==typeof a&&(1<a.length&&"%"==a.substr(a.length-1,1))&&(a=parseInt(window.screen.width*parseInt(a,10)/100,10));"string"==typeof b&&(1<b.length&&"%"==b.substr(b.length-1,1))&&(b=parseInt(window.screen.height*parseInt(b,10)/100,10));640>a&&(a=640);420>b&&(b=420);var f=parseInt((window.screen.height-b)/2,10),g=parseInt((window.screen.width-a)/2,10),d=(d||"location=no,menubar=no,toolbar=no,dependent=yes,minimizable=no,modal=yes,alwaysRaised=yes,resizable=yes,scrollbars=yes")+",width="+ +a+",height="+b+",top="+f+",left="+g,c=window.open("",null,d,!0);if(!c)return!1;try{-1==navigator.userAgent.toLowerCase().indexOf(" chrome/")&&(c.moveTo(g,f),c.resizeTo(a,b)),c.focus(),c.location.href=e}catch(h){window.open(e,null,d,!0)}return!0}});(function(){function g(a,c){var d=[];if(c)for(var b in c)d.push(b+"="+encodeURIComponent(c[b]));else return a;return a+(-1!=a.indexOf("?")?"&":"?")+d.join("&")}function i(a){a+="";return a.charAt(0).toUpperCase()+a.substr(1)}function k(){var a=this.getDialog(),c=a.getParentEditor();c._.filebrowserSe=this;var d=c.config["filebrowser"+i(a.getName())+"WindowWidth"]||c.config.filebrowserWindowWidth||"80%",a=c.config["filebrowser"+i(a.getName())+"WindowHeight"]||c.config.filebrowserWindowHeight||"70%", +b=this.filebrowser.params||{};b.CKEditor=c.name;b.CKEditorFuncNum=c._.filebrowserFn;b.langCode||(b.langCode=c.langCode);b=g(this.filebrowser.url,b);c.popup(b,d,a,c.config.filebrowserWindowFeatures||c.config.fileBrowserWindowFeatures)}function l(){var a=this.getDialog();a.getParentEditor()._.filebrowserSe=this;return!a.getContentElement(this["for"][0],this["for"][1]).getInputElement().$.value||!a.getContentElement(this["for"][0],this["for"][1]).getAction()?!1:!0}function m(a,c,d){var b=d.params||{}; +b.CKEditor=a.name;b.CKEditorFuncNum=a._.filebrowserFn;b.langCode||(b.langCode=a.langCode);c.action=g(d.url,b);c.filebrowser=d}function j(a,c,d,b){if(b&&b.length)for(var e,g=b.length;g--;)if(e=b[g],("hbox"==e.type||"vbox"==e.type||"fieldset"==e.type)&&j(a,c,d,e.children),e.filebrowser)if("string"==typeof e.filebrowser&&(e.filebrowser={action:"fileButton"==e.type?"QuickUpload":"Browse",target:e.filebrowser}),"Browse"==e.filebrowser.action){var f=e.filebrowser.url;void 0===f&&(f=a.config["filebrowser"+ +i(c)+"BrowseUrl"],void 0===f&&(f=a.config.filebrowserBrowseUrl));f&&(e.onClick=k,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"+i(c)+"UploadUrl"],void 0===f&&(f=a.config.filebrowserUploadUrl)),f)){var h=e.onClick;e.onClick=function(a){var b=a.sender;return h&&h.call(b,a)===false?false:l.call(b,a)};e.filebrowser.url=f;e.hidden=!1;m(a,d.getContents(e["for"][0]).get(e["for"][1]),e.filebrowser)}}function h(a, +c,d){if(-1!==d.indexOf(";")){for(var d=d.split(";"),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 n(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))&&!(e&&!1===e.call(this._.filebrowserSe,a,c))&&("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(n,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])j(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=j.exec(a),d=j.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 i=CKEDITOR.htmlParser.cssStyle,h=CKEDITOR.tools.cssLength,j=/^((?:\d*(?:\.\d+))|(?:\d+))(.*)?$/i,l={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 i(a)).rules,a=b.attributes,d=c.width,c= +c.height;d&&(a.width=g(a.width,d));c&&(a.height=g(a.height,c))}return b}}},k=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(l)}});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.getUrl(k.path+"images/spacer.gif"));c&&(b["data-cke-real-element-type"]=c);d&&(b["data-cke-resizable"]=d,c=new i,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.getUrl(k.path+"images/spacer.gif"));c&&(b["data-cke-real-element-type"]=c);d&&(b["data-cke-resizable"]=d,d=a.attributes,a=new i,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||!(""+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)?null:e(a,b)}}},5)}})})();CKEDITOR.tools.extend(CKEDITOR.config,{flashEmbedTagOnly:!1,flashAddEmbedTag:!0,flashConvertOnEdit:!1});(function(){function q(a){var i=a.config,l=a.fire("uiSpace",{space:"top",html:""}).html,o=function(){function f(a,c,e){b.setStyle(c,t(e));b.setStyle("position",a)}function e(a){var b=r.getDocumentPosition();switch(a){case "top":f("absolute","top",b.y-m-n);break;case "pin":f("fixed","top",q);break;case "bottom":f("absolute","top",b.y+(c.height||c.bottom-c.top)+n)}j=a}var j,r,k,c,h,m,s,l=i.floatSpaceDockedOffsetX||0,n=i.floatSpaceDockedOffsetY||0,p=i.floatSpacePinnedOffsetX||0,q=i.floatSpacePinnedOffsetY|| +0;return function(d){if(r=a.editable())if(d&&"focus"==d.name&&b.show(),b.removeStyle("left"),b.removeStyle("right"),k=b.getClientRect(),c=r.getClientRect(),h=g.getViewPaneSize(),m=k.height,s="pageXOffset"in g.$?g.$.pageXOffset:CKEDITOR.document.$.documentElement.scrollLeft,j){m+n<=c.top?e("top"):m+n>h.height-c.bottom?e("pin"):e("bottom");var d=h.width/2,d=0<c.left&&c.right<h.width&&c.width>k.width?"rtl"==a.config.contentsLangDirection?"right":"left":d-c.left>c.right-d?"left":"right",f;k.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+k.width>h.width&&(d="left"==d?"right":"left",f=0));b.setStyle(d,t(("pin"==j?p:l)+f+("pin"==j?0:"left"==d?s:-s)))}else j="pin",e("pin"),o(d)}}();if(l){var b=CKEDITOR.document.getBody().append(CKEDITOR.dom.element.createFromHtml(u.output({content:l,id:a.id,langDir:a.lang.dir,langCode:a.langCode,name:a.name,style:"display:none;z-index:"+(i.baseFloatZIndex-1),topId:a.ui.spaceId("top"),voiceLabel:a.lang.editorPanel+", "+ +a.name}))),p=CKEDITOR.tools.eventsBuffer(500,o),e=CKEDITOR.tools.eventsBuffer(100,o);b.unselectable();b.on("mousedown",function(a){a=a.data;a.getTarget().hasAscendant("a",1)||a.preventDefault()});a.on("focus",function(b){o(b);a.on("change",p.input);g.on("scroll",e.input);g.on("resize",e.input)});a.on("blur",function(){b.hide();a.removeListener("change",p.input);g.removeListener("scroll",e.input);g.removeListener("resize",e.input)});a.on("destroy",function(){g.removeListener("scroll",e.input);g.removeListener("resize", +e.input);b.clearCustomData();b.remove()});a.focusManager.hasFocus&&b.show();a.focusManager.add(b,1)}}var u=CKEDITOR.addTemplate("floatcontainer",'<div id="cke_{name}" class="cke {id} cke_reset_all cke_chrome cke_editor_{name} cke_float cke_{langDir} '+CKEDITOR.env.cssClass+'" dir="{langDir}" title="'+(CKEDITOR.env.gecko?" ":"")+'" lang="{langCode}" role="application" style="{style}" aria-labelledby="cke_{name}_arialbl"><span id="cke_{name}_arialbl" class="cke_voice_label">{voiceLabel}</span><div class="cke_inner"><div id="{topId}" class="cke_top" role="presentation">{content}</div></div></div>'), +g=CKEDITOR.document.getWindow(),t=CKEDITOR.tools.cssLength;CKEDITOR.plugins.add("floatingspace",{init:function(a){a.on("loaded",function(){q(this)},null,null,20)}})})();CKEDITOR.plugins.add("listblock",{requires:"panel",onLoad:function(){var f=CKEDITOR.addTemplate("panel-list",'<ul role="presentation" class="cke_panel_list">{items}</ul>'),g=CKEDITOR.addTemplate("panel-list-item",'<li id="{id}" class="cke_panel_listItem" role=presentation><a id="{id}_option" _cke_focus=1 hidefocus=true title="{title}" href="javascript:void(\'{val}\')" {onclick}="CKEDITOR.tools.callFunction({clickFn},\'{val}\'); return false;" role="option">{text}</a></li>'),h=CKEDITOR.addTemplate("panel-list-group", +'<h1 id="{id}" class="cke_panel_grouptitle" role="presentation" >{label}</h1>'),i=/\'/g;CKEDITOR.ui.panel.prototype.addListBlock=function(a,b){return this.addBlock(a,new CKEDITOR.ui.listBlock(this.getHolderElement(),b))};CKEDITOR.ui.listBlock=CKEDITOR.tools.createClass({base:CKEDITOR.ui.panel.block,$:function(a,b){var b=b||{},c=b.attributes||(b.attributes={});(this.multiSelect=!!b.multiSelect)&&(c["aria-multiselectable"]=!0);!c.role&&(c.role="listbox");this.base.apply(this,arguments);this.element.setAttribute("role", +c.role);c=this.keys;c[40]="next";c[9]="next";c[38]="prev";c[CKEDITOR.SHIFT+9]="prev";c[32]=CKEDITOR.env.ie?"mouseup":"click";CKEDITOR.env.ie&&(c[13]="mouseup");this._.pendingHtml=[];this._.pendingList=[];this._.items={};this._.groups={}},_:{close:function(){if(this._.started){var a=f.output({items:this._.pendingList.join("")});this._.pendingList=[];this._.pendingHtml.push(a);delete this._.started}},getClick:function(){this._.click||(this._.click=CKEDITOR.tools.addFunction(function(a){var b=this.toggle(a); +if(this.onClick)this.onClick(a,b)},this));return this._.click}},proto:{add:function(a,b,c){var d=CKEDITOR.tools.getNextId();this._.started||(this._.started=1,this._.size=this._.size||0);this._.items[a]=d;var e;e=CKEDITOR.tools.htmlEncodeAttr(a).replace(i,"\\'");a={id:d,val:e,onclick:CKEDITOR.env.ie?'onclick="return false;" onmouseup':"onclick",clickFn:this._.getClick(),title:CKEDITOR.tools.htmlEncodeAttr(c||a),text:b||a};this._.pendingList.push(g.output(a))},startGroup:function(a){this._.close(); +var b=CKEDITOR.tools.getNextId();this._.groups[a]=b;this._.pendingHtml.push(h.output({id:b,label:a}))},commit:function(){this._.close();this.element.appendHtml(this._.pendingHtml.join(""));delete this._.size;this._.pendingHtml=[]},toggle:function(a){var b=this.isMarked(a);b?this.unmark(a):this.mark(a);return!b},hideGroup:function(a){var b=(a=this.element.getDocument().getById(this._.groups[a]))&&a.getNext();a&&(a.setStyle("display","none"),b&&"ul"==b.getName()&&b.setStyle("display","none"))},hideItem:function(a){this.element.getDocument().getById(this._.items[a]).setStyle("display", +"none")},showAll:function(){var a=this._.items,b=this._.groups,c=this.element.getDocument(),d;for(d in a)c.getById(a[d]).setStyle("display","");for(var e in b)a=c.getById(b[e]),d=a.getNext(),a.setStyle("display",""),d&&"ul"==d.getName()&&d.setStyle("display","")},mark:function(a){this.multiSelect||this.unmarkAll();var a=this._.items[a],b=this.element.getDocument().getById(a);b.addClass("cke_selected");this.element.getDocument().getById(a+"_option").setAttribute("aria-selected",!0);this.onMark&&this.onMark(b)}, +unmark:function(a){var b=this.element.getDocument(),a=this._.items[a],c=b.getById(a);c.removeClass("cke_selected");b.getById(a+"_option").removeAttribute("aria-selected");this.onUnmark&&this.onUnmark(c)},unmarkAll:function(){var a=this._.items,b=this.element.getDocument(),c;for(c in a){var d=a[c];b.getById(d).removeClass("cke_selected");b.getById(d+"_option").removeAttribute("aria-selected")}this.onUnmark&&this.onUnmark()},isMarked:function(a){return this.element.getDocument().getById(this._.items[a]).hasClass("cke_selected")}, +focus:function(a){this._.focusIndex=-1;var b=this.element.getElementsByTag("a"),c,d=-1;if(a)for(c=this.element.getDocument().getById(this._.items[a]).getFirst();a=b.getItem(++d);){if(a.equals(c)){this._.focusIndex=d;break}}else this.element.focus();c&&setTimeout(function(){c.focus()},0)}}})}});CKEDITOR.plugins.add("richcombo",{requires:"floatpanel,listblock,button",beforeInit:function(d){d.ui.addHandler(CKEDITOR.UI_RICHCOMBO,CKEDITOR.ui.richCombo.handler)}}); +(function(){var d='<span id="{id}" class="cke_combo cke_combo__{name} {cls}" role="presentation"><span id="{id}_label" class="cke_combo_label">{label}</span><a class="cke_combo_button" hidefocus=true title="{title}" tabindex="-1"'+(CKEDITOR.env.gecko&&10900<=CKEDITOR.env.version&&!CKEDITOR.env.hc?"":'" href="javascript:void(\'{titleJs}\')"')+' hidefocus="true" role="button" aria-labelledby="{id}_label" aria-haspopup="true"';if(CKEDITOR.env.opera||CKEDITOR.env.gecko&&CKEDITOR.env.mac)d+=' onkeypress="return false;"'; +CKEDITOR.env.gecko&&(d+=' onblur="this.style.cssText = this.style.cssText;"');var d=d+(' onkeydown="return CKEDITOR.tools.callFunction({keydownFn},event,this);" onmousedown="return CKEDITOR.tools.callFunction({mousedownFn},event);" onfocus="return CKEDITOR.tools.callFunction({focusFn},event);" '+(CKEDITOR.env.ie?'onclick="return false;" onmouseup':"onclick")+'="CKEDITOR.tools.callFunction({clickFn},this);return false;"><span id="{id}_text" class="cke_combo_text cke_combo_inlinelabel">{label}</span><span class="cke_combo_open"><span class="cke_combo_arrow">'+ +(CKEDITOR.env.hc?"▼":CKEDITOR.env.air?" ":"")+"</span></span></a></span>"),i=CKEDITOR.addTemplate("combo",d);CKEDITOR.UI_RICHCOMBO="richcombo";CKEDITOR.ui.richCombo=CKEDITOR.tools.createClass({$:function(a){CKEDITOR.tools.extend(this,a,{canGroup:!1,title:a.label,modes:{wysiwyg:1},editorFocus:1});a=this.panel||{};delete this.panel;this.id=CKEDITOR.tools.getNextNumber();this.document=a.parent&&a.parent.getDocument()||CKEDITOR.document;a.className="cke_combopanel";a.block={multiSelect:a.multiSelect, +attributes:a.attributes};a.toolbarRelated=!0;this._={panelDefinition:a,items:{}}},proto:{renderHtml:function(a){var b=[];this.render(a,b);return b.join("")},render:function(a,b){function g(){var c=this.modes[a.mode]?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED;a.readOnly&&!this.readOnly&&(c=CKEDITOR.TRISTATE_DISABLED);this.setState(c);this.setValue("");c!=CKEDITOR.TRISTATE_DISABLED&&this.refresh&&this.refresh()}var d=CKEDITOR.env,h="cke_"+this.id,e=CKEDITOR.tools.addFunction(function(b){j&&(a.unlockSelection(1), +j=0);c.execute(b)},this),f=this,c={id:h,combo:this,focus:function(){CKEDITOR.document.getById(h).getChild(1).focus()},execute:function(c){var b=f._;if(b.state!=CKEDITOR.TRISTATE_DISABLED)if(f.createPanel(a),b.on)b.panel.hide();else{f.commit();var d=f.getValue();d?b.list.mark(d):b.list.unmarkAll();b.panel.showBlock(f.id,new CKEDITOR.dom.element(c),4)}},clickFn:e};a.on("activeFilterChange",g,this);a.on("mode",g,this);a.on("selectionChange",g,this);!this.readOnly&&a.on("readOnly",g,this);var k=CKEDITOR.tools.addFunction(function(b, +d){var b=new CKEDITOR.dom.event(b),g=b.getKeystroke();if(40==g)a.once("panelShow",function(a){a.data._.panel._.currentBlock.onKeyDown(40)});switch(g){case 13:case 32:case 40:CKEDITOR.tools.callFunction(e,d);break;default:c.onkey(c,g)}b.preventDefault()}),l=CKEDITOR.tools.addFunction(function(){c.onfocus&&c.onfocus()}),j=0,m=CKEDITOR.tools.addFunction(function(){if(CKEDITOR.env.opera){var b=a.editable();b.isInline()&&b.hasFocus&&(a.lockSelection(),j=1)}});c.keyDownFn=k;d={id:h,name:this.name||this.command, +label:this.label,title:this.title,cls:this.className||"",titleJs:d.gecko&&10900<=d.version&&!d.hc?"":(this.title||"").replace("'",""),keydownFn:k,mousedownFn:m,focusFn:l,clickFn:e};i.output(d,b);if(this.onRender)this.onRender();return c},createPanel:function(a){if(!this._.panel){var b=this._.panelDefinition,d=this._.panelDefinition.block,i=b.parent||CKEDITOR.document.getBody(),h="cke_combopanel__"+this.name,e=new CKEDITOR.ui.floatPanel(a,i,b),f=e.addListBlock(this.id,d),c=this;e.onShow=function(){this.element.addClass(h); +c.setState(CKEDITOR.TRISTATE_ON);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?(b=this.label,d.addClass("cke_combo_inlinelabel")):d.removeClass("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)}})();(function(){function g(a,b,g,h,j,n,l,o){for(var p=a.config,k=new CKEDITOR.style(l),c=j.split(";"),j=[],f={},d=0;d<c.length;d++){var e=c[d];if(e){var e=e.split("/"),m={},i=c[d]=e[0];m[g]=j[d]=e[1]||i;f[i]=new CKEDITOR.style(l,m);f[i]._.definition.name=i}else c.splice(d--,1)}a.ui.addRichCombo(b,{label:h.label,title:h.panelTitle,toolbar:"styles,"+o,allowedContent:k,requiredContent:k,panel:{css:[CKEDITOR.skin.getPath("editor")].concat(p.contentsCss),multiSelect:!1,attributes:{"aria-label":h.panelTitle}}, +init:function(){this.startGroup(h.panelTitle);for(var a=0;a<c.length;a++){var b=c[a];this.add(b,f[b].buildPreview(),b)}},onClick:function(b){a.focus();a.fire("saveSnapshot");var c=f[b];a[this.getValue()==b?"removeStyle":"applyStyle"](c);a.fire("saveSnapshot")},onRender:function(){a.on("selectionChange",function(a){for(var b=this.getValue(),a=a.data.path.elements,c=0,d;c<a.length;c++){d=a[c];for(var e in f)if(f[e].checkElementMatch(d,!0)){e!=b&&this.setValue(e);return}}this.setValue("",n)},this)}, +refresh:function(){a.activeFilter.check(k)||this.setState(CKEDITOR.TRISTATE_DISABLED)}})}CKEDITOR.plugins.add("font",{requires:"richcombo",init:function(a){var b=a.config;g(a,"Font","family",a.lang.font,b.font_names,b.font_defaultLabel,b.font_style,30);g(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(b){var a=b.lang,e=0,h={email:1,password:1,search:1,tel:1,text:1,url:1},j={checkbox:"input[type,name,checked]", +radio:"input[type,name,checked]",textfield:"input[type,name,value,size,maxlength]",textarea:"textarea[cols,rows,name]",select:"select[name,size,multiple]; 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}"},k={checkbox:"input",radio:"input",textfield:"input",textarea:"textarea",select:"select",button:"input",form:"form", +hiddenfield:"input",imagebutton:"input"},d=function(g,c,d){var h={allowedContent:j[c],requiredContent:k[c]};"form"==c&&(h.context="form");b.addCommand(c,new CKEDITOR.dialogCommand(c,h));b.ui.addButton&&b.ui.addButton(g,{label:a.common[g.charAt(0).toLowerCase()+g.slice(1)],command:c,toolbar:"forms,"+(e+=10)});CKEDITOR.dialog.add(c,d)},f=this.path+"dialogs/";!b.blockless&&d("Form","form",f+"form.js");d("Checkbox","checkbox",f+"checkbox.js");d("Radio","radio",f+"radio.js");d("TextField","textfield", +f+"textfield.js");d("Textarea","textarea",f+"textarea.js");d("Select","select",f+"select.js");d("Button","button",f+"button.js");var i=b.plugins.image;i&&!b.plugins.image2&&d("ImageButton","imagebutton",CKEDITOR.plugins.getPath("image")+"dialogs/image.js");d("HiddenField","hiddenfield",f+"hiddenfield.js");b.addMenuItems&&(d={checkbox:{label:a.forms.checkboxAndRadio.checkboxTitle,command:"checkbox",group:"checkbox"},radio:{label:a.forms.checkboxAndRadio.radioTitle,command:"radio",group:"radio"},textfield:{label:a.forms.textfield.title, +command:"textfield",group:"textfield"},hiddenfield:{label:a.forms.hidden.title,command:"hiddenfield",group:"hiddenfield"},button:{label:a.forms.button.title,command:"button",group:"button"},select:{label:a.forms.select.title,command:"select",group:"select"},textarea:{label:a.forms.textarea.title,command:"textarea",group:"textarea"}},i&&(d.imagebutton={label:a.image.titleButton,command:"imagebutton",group:"imagebutton"}),!b.blockless&&(d.form={label:a.forms.form.menu,command:"form",group:"form"}), +b.addMenuItems(d));b.contextMenu&&(!b.blockless&&b.contextMenu.addListener(function(g,c,b){if((g=b.contains("form",1))&&!g.isReadOnly())return{form:CKEDITOR.TRISTATE_OFF}}),b.contextMenu.addListener(function(b){if(b&&!b.isReadOnly()){var c=b.getName();if(c=="select")return{select:CKEDITOR.TRISTATE_OFF};if(c=="textarea")return{textarea:CKEDITOR.TRISTATE_OFF};if(c=="input"){var a=b.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 i?{imagebutton:CKEDITOR.TRISTATE_OFF}:null}if(h[a])return{textfield:CKEDITOR.TRISTATE_OFF}}if(c=="img"&&b.data("cke-real-element-type")=="hiddenfield")return{hiddenfield:CKEDITOR.TRISTATE_OFF}}}));b.on("doubleclick",function(a){var c=a.data.element;if(!b.blockless&&c.is("form"))a.data.dialog="form";else if(c.is("select"))a.data.dialog="select";else if(c.is("textarea"))a.data.dialog="textarea";else if(c.is("img")&&c.data("cke-real-element-type")== +"hiddenfield")a.data.dialog="hiddenfield";else if(c.is("input")){c=c.getAttribute("type")||"text";switch(c){case "button":case "submit":case "reset":a.data.dialog="button";break;case "checkbox":a.data.dialog="checkbox";break;case "radio":a.data.dialog="radio";break;case "image":a.data.dialog="imagebutton"}if(h[c])a.data.dialog="textfield"}})},afterInit:function(b){var a=b.dataProcessor,e=a&&a.htmlFilter,a=a&&a.dataFilter;CKEDITOR.env.ie&&e&&e.addRules({elements:{input:function(a){var a=a.attributes, +b=a.type;b||(a.type="text");("checkbox"==b||"radio"==b)&&"on"==a.value&&delete a.value}}},{applyToAll:!0});a&&a.addRules({elements:{input:function(a){if("hidden"==a.attributes.type)return b.createFakeParserElement(a,"cke_hidden","hiddenfield")}}},{applyToAll:!0})}}); +CKEDITOR.env.ie&&(CKEDITOR.dom.element.prototype.hasAttribute=CKEDITOR.tools.override(CKEDITOR.dom.element.prototype.hasAttribute,function(b){return function(a){this.$.attributes.getNamedItem(a);if("input"==this.getName())switch(a){case "class":return 0<this.$.className.length;case "checked":return!!this.$.checked;case "value":var e=this.getAttribute("type");return"checkbox"==e||"radio"==e?"on"!=this.$.value:this.$.value}return b.apply(this,arguments)}}));CKEDITOR.plugins.add("format",{requires:"richcombo",init:function(a){if(!a.blockless){for(var f=a.config,c=a.lang.format,j=f.format_tags.split(";"),d={},k=0,l=[],g=0;g<j.length;g++){var h=j[g],i=new CKEDITOR.style(f["format_"+h]);if(!a.filter.customConfig||a.filter.check(i))k++,d[h]=i,d[h]._.enterMode=a.config.enterMode,l.push(i)}0!==k&&a.ui.addRichCombo("Format",{label:c.label,title:c.panelTitle,toolbar:"styles,20",allowedContent:l,panel:{css:[CKEDITOR.skin.getPath("editor")].concat(f.contentsCss), +multiSelect:!1,attributes:{"aria-label":c.panelTitle}},init:function(){this.startGroup(c.panelTitle);for(var b in d){var a=c["tag_"+b];this.add(b,d[b].buildPreview(a),a)}},onClick:function(b){a.focus();a.fire("saveSnapshot");var b=d[b],c=a.elementPath();a[b.checkActive(c)?"removeStyle":"applyStyle"](b);setTimeout(function(){a.fire("saveSnapshot")},0)},onRender:function(){a.on("selectionChange",function(b){var c=this.getValue(),b=b.data.path;this.refresh();for(var e in d)if(d[e].checkActive(b)){e!= +c&&this.setValue(e,a.lang.format["tag_"+e]);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.htmlWriter=CKEDITOR.tools.createClass({base:CKEDITOR.htmlParser.basicWriter,$:function(){this.base();this.indentationChars="\t";this.selfClosingEnd=" />";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("<",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(">"),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,"&")),a=CKEDITOR.tools.htmlEncodeAttr(a));this._.output.push(" ",b,'="',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("</",b,">");"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("<\!--",b,"--\>")},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 k(a){var d=this.editor,b=a.document,c=b.body;(a=b.getElementById("cke_actscrpt"))&&a.parentNode.removeChild(a);(a=b.getElementById("cke_shimscrpt"))&&a.parentNode.removeChild(a);CKEDITOR.env.gecko&&(c.contentEditable=!1,2E4>CKEDITOR.env.version&&(c.innerHTML=c.innerHTML.replace(/^.*<\!-- cke-content-start --\>/,""),setTimeout(function(){var a=new CKEDITOR.dom.range(new CKEDITOR.dom.document(b));a.setStart(new CKEDITOR.dom.node(c),0);d.getSelection().selectRanges([a])},0)));c.contentEditable= +!0;CKEDITOR.env.ie&&(c.hideFocus=!0,c.disabled=!0,c.removeAttribute("disabled"));delete this._.isLoadingData;this.$=c;b=new CKEDITOR.dom.document(b);this.setup();CKEDITOR.env.ie&&(b.getDocumentElement().addClass(b.$.compatMode),d.config.enterMode!=CKEDITOR.ENTER_P&&this.attachListener(b,"selectionchange",function(){var a=b.getBody(),c=d.getSelection(),e=c&&c.getRanges()[0];e&&(a.getHtml().match(/^<p>(?: |<br>)<\/p>$/i)&&e.startContainer.equals(a))&&setTimeout(function(){e=d.getSelection().getRanges()[0]; +if(!e.startContainer.equals("body")){a.getFirst().remove(1);e.moveToElementEditEnd(a);e.select()}},0)}));if(CKEDITOR.env.webkit||CKEDITOR.env.ie&&10<CKEDITOR.env.version)b.getDocumentElement().on("mousedown",function(a){a.data.getTarget().is("html")&&setTimeout(function(){d.editable().focus()})});try{d.document.$.execCommand("2D-position",!1,!0)}catch(e){}try{d.document.$.execCommand("enableInlineTableEditing",!1,!d.config.disableNativeTableHandles)}catch(g){}if(d.config.disableObjectResizing)try{this.getDocument().$.execCommand("enableObjectResizing", +!1,!1)}catch(f){this.attachListener(this,CKEDITOR.env.ie?"resizestart":"resize",function(a){a.data.preventDefault()})}(CKEDITOR.env.gecko||CKEDITOR.env.ie&&"CSS1Compat"==d.document.$.compatMode)&&this.attachListener(this,"keydown",function(a){var b=a.data.getKeystroke();if(b==33||b==34)if(CKEDITOR.env.ie)setTimeout(function(){d.getSelection().scrollIntoView()},0);else if(d.window.$.innerHeight>this.$.offsetHeight){var c=d.createRange();c[b==33?"moveToElementEditStart":"moveToElementEditEnd"](this); +c.select();a.data.preventDefault()}});CKEDITOR.env.ie&&this.attachListener(b,"blur",function(){try{b.$.selection.empty()}catch(a){}});d.document.getElementsByTag("title").getItem(0).data("cke-title",d.document.$.title);CKEDITOR.env.ie&&(d.document.$.title=this._.docTitle);CKEDITOR.tools.setTimeout(function(){d.fire("contentDom");if(this._.isPendingFocus){d.focus();this._.isPendingFocus=false}setTimeout(function(){d.fire("dataReady")},0);CKEDITOR.env.ie&&setTimeout(function(){if(d.document){var a= +d.document.$.body;a.runtimeStyle.marginBottom="0px";a.runtimeStyle.marginBottom=""}},1E3)},0,this)}function l(){var a=[];if(8<=CKEDITOR.document.$.documentMode){a.push("html.CSS1Compat [contenteditable=false]{min-height:0 !important}");var d=[],b;for(b in CKEDITOR.dtd.$removeEmpty)d.push("html.CSS1Compat "+b+"[contenteditable=false]");a.push(d.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(d){function b(b){b&&b.removeListener();a.editable(new j(a,e.$.contentWindow.document.body));a.setData(a.getData(1),d)}var c="document.open();"+(CKEDITOR.env.ie?"("+CKEDITOR.tools.fixDomain+ +")();":"")+"document.close();",c=CKEDITOR.env.air?"javascript:void(0)":CKEDITOR.env.ie?"javascript:void(function(){"+encodeURIComponent(c)+"}())":"",e=CKEDITOR.dom.element.createFromHtml('<iframe src="'+c+'" frameBorder="0"></iframe>');e.setStyles({width:"100%",height:"100%"});e.addClass("cke_wysiwyg_frame cke_reset");var g=a.ui.space("contents");g.append(e);if(c=CKEDITOR.env.ie||CKEDITOR.env.gecko)e.on("load",b);var f=a.title,h=a.lang.common.editorHelp;f&&(CKEDITOR.env.ie&&(f+=", "+h),e.setAttribute("title", +f));var f=CKEDITOR.tools.getNextId(),i=CKEDITOR.dom.element.createFromHtml('<span id="'+f+'" class="cke_voice_label">'+h+"</span>");g.append(i,1);a.on("beforeModeUnload",function(a){a.removeListener();i.remove()});e.setAttributes({"aria-describedby":f,tabIndex:a.tabIndex,allowTransparency:"true"});!c&&b();CKEDITOR.env.webkit&&(c=function(){g.setStyle("width","100%");e.hide();e.setSize("width",g.getSize("width"));g.removeStyle("width");e.show()},e.setCustomData("onResize",c),CKEDITOR.document.getWindow().on("resize", +c));a.fire("ariaWidget",e)})}});var j=CKEDITOR.tools.createClass({$:function(a){this.base.apply(this,arguments);this._.frameLoadedHandler=CKEDITOR.tools.addFunction(function(a){CKEDITOR.tools.setTimeout(k,0,this,a)},this);this._.docTitle=this.getWindow().getFrame().getAttribute("title")},base:CKEDITOR.editable,proto:{setData:function(a,d){var b=this.editor;if(d)this.setHtml(a),b.fire("dataReady");else{this._.isLoadingData=!0;b._.dataStore={id:1};var c=b.config,e=c.fullPage,g=c.docType,f=CKEDITOR.tools.buildStyleHtml(l()).replace(/<style>/, +'<style data-cke-temp="1">');e||(f+=CKEDITOR.tools.buildStyleHtml(b.config.contentsCss));var h=c.baseHref?'<base href="'+c.baseHref+'" data-cke-temp="1" />':"";e&&(a=a.replace(/<!DOCTYPE[^>]*>/i,function(a){b.docType=g=a;return""}).replace(/<\?xml\s[^\?]*\?>/i,function(a){b.xmlDeclaration=a;return""}));a=b.dataProcessor.toHtml(a);e?(/<body[\s|>]/.test(a)||(a="<body>"+a),/<html[\s|>]/.test(a)||(a="<html>"+a+"</html>"),/<head[\s|>]/.test(a)?/<title[\s|>]/.test(a)||(a=a.replace(/<head[^>]*>/,"$&<title></title>")): +a=a.replace(/<html[^>]*>/,"$&<head><title></title></head>"),h&&(a=a.replace(/<head>/,"$&"+h)),a=a.replace(/<\/head\s*>/,f+"$&"),a=g+a):a=c.docType+'<html dir="'+c.contentsLangDirection+'" lang="'+(c.contentsLanguage||b.langCode)+'"><head><title>'+this._.docTitle+"</title>"+h+f+"</head><body"+(c.bodyId?' id="'+c.bodyId+'"':"")+(c.bodyClass?' class="'+c.bodyClass+'"':"")+">"+a+"</body></html>";CKEDITOR.env.gecko&&(a=a.replace(/<body/,'<body contenteditable="true" '),2E4>CKEDITOR.env.version&&(a=a.replace(/<body[^>]*>/, +"$&<\!-- cke-content-start --\>")));c='<script id="cke_actscrpt" type="text/javascript"'+(CKEDITOR.env.ie?' defer="defer" ':"")+">var wasLoaded=0;function onload(){if(!wasLoaded)window.parent.CKEDITOR.tools.callFunction("+this._.frameLoadedHandler+",window);wasLoaded=1;}"+(CKEDITOR.env.ie?"onload();":'document.addEventListener("DOMContentLoaded", onload, false );')+"<\/script>";CKEDITOR.env.ie&&9>CKEDITOR.env.version&&(c+='<script id="cke_shimscrpt">window.parent.CKEDITOR.tools.enableHtml5Elements(document)<\/script>'); +a=a.replace(/(?=\s*<\/(:?head)>)/,c);this.clearCustomData();this.clearListeners();b.fire("contentDomUnload");var i=this.getDocument();try{i.write(a)}catch(j){setTimeout(function(){i.write(a)},0)}}},getData:function(a){if(a)return this.getHtml();var a=this.editor,d=a.config,b=d.fullPage,c=b&&a.docType,e=b&&a.xmlDeclaration,g=this.getDocument(),b=b?g.getDocumentElement().getOuterHtml():g.getBody().getHtml();CKEDITOR.env.gecko&&d.enterMode!=CKEDITOR.ENTER_BR&&(b=b.replace(/<br>(?=\s*(:?$|<\/body>))/, +""));b=a.dataProcessor.toDataFormat(b);e&&(b=e+"\n"+b);c&&(b=c+"\n"+b);return b},focus:function(){this._.isLoadingData?this._.isPendingFocus=!0:j.baseProto.focus.call(this)},detach:function(){var a=this.editor,d=a.document,a=a.window.getFrame();j.baseProto.detach.call(this);this.clearCustomData();d.getDocumentElement().clearCustomData();a.clearCustomData();CKEDITOR.tools.removeFunction(this._.frameLoadedHandler);(d=a.removeCustomData("onResize"))&&d.removeListener();a.remove()}}})})(); +CKEDITOR.config.disableObjectResizing=!1;CKEDITOR.config.disableNativeTableHandles=!0;CKEDITOR.config.disableNativeSpellChecker=!0;CKEDITOR.config.contentsCss=CKEDITOR.getUrl("contents.css");(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 k(a,b){var e,f;b.on("refresh",function(a){var b=[i],c;for(c in a.data.states)b.push(a.data.states[c]);this.setState(CKEDITOR.tools.search(b,m)?m:i)},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 i=CKEDITOR.TRISTATE_DISABLED,m=CKEDITOR.TRISTATE_OFF;CKEDITOR.plugins.add("indent",{init:function(a){var b=CKEDITOR.plugins.indent.genericDefinition; +k(a,a.addCommand("indent",new b(!0)));k(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(),j=b.data.node;f.setStartBefore(j);f.setEndAfter(j);for(var l=new CKEDITOR.dom.walker(f),c;c=l.next();)if(c.type==CKEDITOR.NODE_ELEMENT)if(!c.equals(j)&& +c.getDirection()){f.setStartAfter(c);l=new CKEDITOR.dom.walker(f)}else{var d=a.config.indentClasses;if(d)for(var g=b.data.dir=="ltr"?["_rtl",""]:["","_rtl"],h=0;h<d.length;h++)if(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!=i)return e.exec.call(this,a)},refreshJob:function(a, +b,e){b=this.jobs[b];b.state=a.activeFilter.checkFeature(this)?b.refresh.call(this,a,e):i;return b.state},getContext:function(a){return a.contains(this.context)}}})();(function(){function h(b,c,a){if(!b.getCustomData("indent_processed")){var d=this.editor,f=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+=f?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{var c=i(b,a),a=parseInt(b.getStyle(c),10),g=d.config.indentOffset||40;isNaN(a)&&(a=0);a+=(f?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 i(b,c){return"ltr"==(c||b.getComputedStyle("direction"))?"margin-left":"margin-right"}var j=CKEDITOR.dtd.$listItem,l=CKEDITOR.dtd.$list,f=CKEDITOR.TRISTATE_DISABLED,k=CKEDITOR.TRISTATE_OFF;CKEDITOR.plugins.add("indentblock",{requires:"indent",init:function(b){function c(b,c){a.specificDefinition.apply(this, +arguments);this.allowedContent={"div h1 h2 h3 h4 h5 h6 ol p pre ul":{propertiesOnly:!0,styles:!d?"margin-left,margin-right":null,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(j))e=e.getParent();else if(e.getAscendant(j))return f;if(!this.enterBr&&!this.getContext(b))return f;if(d){var c;c=d;var e=e.$.className.match(this.classNameRegex), +g=this.isIndent;c=e?g?e[1]!=c.slice(-1):true:g;return c?k:f}return this.isIndent?k:e?CKEDITOR[(parseInt(e.getStyle(i(e)),10)||0)<=0?"TRISTATE_DISABLED":"TRISTATE_OFF"]:f},exec:function(a){var b=a.getSelection(),b=b&&b.getRanges()[0],c;if(c=a.elementPath().contains(l))h.call(this,c,d);else{b=b.createIterator();a=a.config.enterMode;b.enforceRealBlocks=true;for(b.enlargeBr=a!=CKEDITOR.ENTER_BR;c=b.getNextParagraph(a==CKEDITOR.ENTER_P?"p":"div");)c.isReadOnly()||h.call(this,c,d)}return true}}}}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?RegExp("(?:^|\\s+)("+d.join("|")+")(?=$|\\s)"):null})}})})();(function(){function s(e){function g(b){for(var f=d.startContainer,a=d.endContainer;f&&!f.getParent().equals(b);)f=f.getParent();for(;a&&!a.getParent().equals(b);)a=a.getParent();if(!f||!a)return!1;for(var h=f,f=[],c=!1;!c;)h.equals(a)&&(c=!0),f.push(h),h=h.getNext();if(1>f.length)return!1;h=b.getParents(!0);for(a=0;a<h.length;a++)if(h[a].getName&&k[h[a].getName()]){b=h[a];break}for(var h=n.isIndent?1:-1,a=f[0],f=f[f.length-1],c=CKEDITOR.plugins.list.listToArray(b,o),g=c[f.getCustomData("listarray_index")].indent, +a=a.getCustomData("listarray_index");a<=f.getCustomData("listarray_index");a++)if(c[a].indent+=h,0<h){var l=c[a].parent;c[a].parent=new CKEDITOR.dom.element(l.getName(),l.getDocument())}for(a=f.getCustomData("listarray_index")+1;a<c.length&&c[a].indent>g;a++)c[a].indent+=h;f=CKEDITOR.plugins.list.arrayToList(c,o,null,e.config.enterMode,b.getDirection());if(!n.isIndent){var i;if((i=b.getParent())&&i.is("li"))for(var h=f.listNode.getChildren(),m=[],j,a=h.count()-1;0<=a;a--)(j=h.getItem(a))&&(j.is&& +j.is("li"))&&m.push(j)}f&&f.listNode.replace(b);if(m&&m.length)for(a=0;a<m.length;a++){for(j=b=m[a];(j=j.getNext())&&j.is&&j.getName()in k;)CKEDITOR.env.needsNbspFiller&&!b.getFirst(t)&&b.append(d.document.createText(" ")),b.append(j);b.insertAfter(i)}f&&e.fire("contentDomInvalidated");return!0}for(var n=this,o=this.database,k=this.context,l=e.getSelection(),l=(l&&l.getRanges()).createIterator(),d;d=l.getNextRange();){for(var b=d.getCommonAncestor();b&&!(b.type==CKEDITOR.NODE_ELEMENT&&k[b.getName()]);)b= +b.getParent();b||(b=d.startPath().contains(k))&&d.setEndAt(b,CKEDITOR.POSITION_BEFORE_END);if(!b){var c=d.getEnclosedNode();c&&(c.type==CKEDITOR.NODE_ELEMENT&&c.getName()in k)&&(d.setStartAt(c,CKEDITOR.POSITION_AFTER_START),d.setEndAt(c,CKEDITOR.POSITION_BEFORE_END),b=c)}b&&(d.startContainer.type==CKEDITOR.NODE_ELEMENT&&d.startContainer.getName()in k)&&(c=new CKEDITOR.dom.walker(d),c.evaluator=i,d.startContainer=c.next());b&&(d.endContainer.type==CKEDITOR.NODE_ELEMENT&&d.endContainer.getName()in k)&& +(c=new CKEDITOR.dom.walker(d),c.evaluator=i,d.endContainer=c.previous());if(b)return g(b)}return 0}function p(e,g){g||(g=e.contains(this.context));return g&&e.block&&e.block.equals(g.getFirst(i))}function i(e){return e.type==CKEDITOR.NODE_ELEMENT&&e.is("li")}function t(e){return u(e)&&v(e)}var u=CKEDITOR.dom.walker.whitespaces(!0),v=CKEDITOR.dom.walker.bookmark(!1,!0),q=CKEDITOR.TRISTATE_DISABLED,r=CKEDITOR.TRISTATE_OFF;CKEDITOR.plugins.add("indentlist",{requires:"indent",init:function(e){function g(e, +g){i.specificDefinition.apply(this,arguments);this.requiredContent=["ul","ol"];e.on("key",function(g){if("wysiwyg"==e.mode&&g.data.keyCode==this.indentKey){var d=this.getContext(e.elementPath());if(d&&(!this.isIndent||!p.call(this,e.elementPath(),d)))e.execCommand(this.relatedGlobal),g.cancel()}},this);this.jobs[this.isIndent?10:30]={refresh:this.isIndent?function(e,d){var b=this.getContext(d),c=p.call(this,d,b);return!b||!this.isIndent||c?q:r}:function(e,d){return!this.getContext(d)||this.isIndent? +q:r},exec:CKEDITOR.tools.bind(s,this)}}var i=CKEDITOR.plugins.indent;i.registerCommands(e,{indentlist:new g(e,"indentlist",!0),outdentlist:new g(e,"outdentlist")});CKEDITOR.tools.extend(g.prototype,i.specificDefinition.prototype,{context:{ol:1,ul:1}})}})})();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 l(a,c){var c=void 0===c||c,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";var c=a.config.justifyClasses,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=RegExp("(?:^|\\s+)(?:"+c.join("|")+")(?=$|\\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 j(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,i=a.config.useComputedState,i=void 0===i||i,k=d.length-1;0<=k;k--){g=d[k].createIterator();for(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 j=e&&(f.$.className=CKEDITOR.tools.ltrim(f.$.className.replace(this.cssClassRegex,""))),m=this.state==CKEDITOR.TRISTATE_OFF&&(!i||l(f,!0)!=this.value);e?m?f.addClass(e):j||f.removeAttribute("class"):m&&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()&&l(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",j)}}})})();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";(function(){CKEDITOR.plugins.add("language",{requires:"menubutton",init:function(a){var b=a.config.language_list||["ar:Arabic:rtl","fr:French","es:Spanish"],c=this,d=a.lang.language,e={},g,h,i,f;a.addCommand("language",{allowedContent:"span[!lang,!dir]",requiredContent:"span[lang,dir]",contextSensitive:!0,exec:function(a,b){var c=e["language_"+b];if(c)a[c.style.checkActive(a.elementPath())?"removeStyle":"applyStyle"](c.style)},refresh:function(a){this.setState(c.getCurrentLangElement(a)?CKEDITOR.TRISTATE_ON: +CKEDITOR.TRISTATE_OFF)}});for(f=0;f<b.length;f++)g=b[f].split(":"),h=g[0],i="language_"+h,e[i]={label:g[1],langId:h,group:"language",order:f,ltr:"rtl"!=(""+g[2]).toLowerCase(),onClick:function(){a.execCommand("language",this.langId)},role:"menuitemcheckbox"},e[i].style=new CKEDITOR.style({element:"span",attributes:{lang:h,dir:e[i].ltr?"ltr":"rtl"}});e.language_remove={label:d.remove,group:"language_remove",state:CKEDITOR.TRISTATE_DISABLED,order:e.length,onClick:function(){var b=c.getCurrentLangElement(a); +b&&a.execCommand("language",b.getAttribute("lang"))}};a.addMenuGroup("language",1);a.addMenuGroup("language_remove");a.addMenuItems(e);a.ui.add("Language",CKEDITOR.UI_MENUBUTTON,{label:d.button,allowedContent:"span[!lang,!dir]",requiredContent:"span[lang,dir]",toolbar:"bidi,30",command:"language",onMenu:function(){var b={},d=c.getCurrentLangElement(a),f;for(f in e)b[f]=CKEDITOR.TRISTATE_OFF;b.language_remove=d?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED;d&&(b["language_"+d.getAttribute("lang")]= +CKEDITOR.TRISTATE_ON);return b}})},getCurrentLangElement:function(a){var b=a.elementPath(),a=b&&b.elements,c;if(b)for(var d=0;d<a.length;d++)b=a[d],!c&&("span"==b.getName()&&b.hasAttribute("dir")&&b.hasAttribute("lang"))&&(c=b);return c}})})();CKEDITOR.plugins.add("link",{requires:"dialog,fakeobjects",onLoad:function(){function b(b){return d.replace(/%1/g,"rtl"==b?"right":"left").replace(/%2/g,"cke_contents_"+b)}var a="background:url("+CKEDITOR.getUrl(this.path+"images"+(CKEDITOR.env.hidpi?"/hidpi":"")+"/anchor.png")+") no-repeat %1 center;border:1px dotted #00f;background-size:16px;",d=".%2 a.cke_anchor,.%2 a.cke_anchor_empty,.cke_editable.%2 a[name],.cke_editable.%2 a[data-cke-saved-name]{"+a+"padding-%1:18px;cursor:auto;}"+(CKEDITOR.plugins.link.synAnchorSelector? +"a.cke_anchor_empty{display:inline-block;"+(CKEDITOR.env.ie&&10<CKEDITOR.env.version?"min-height:16px;vertical-align:middle":"")+"}":"")+".%2 img.cke_anchor{"+a+"width:16px;min-height:15px;height:1.15em;vertical-align:"+(CKEDITOR.env.opera?"middle":"text-bottom")+";}";CKEDITOR.addCss(b("ltr")+b("rtl"))},init:function(b){var a="a[!href]";CKEDITOR.dialog.isTabEnabled(b,"link","advanced")&&(a=a.replace("]",",accesskey,charset,dir,id,lang,name,rel,tabindex,title,type]{*}(*)"));CKEDITOR.dialog.isTabEnabled(b, +"link","target")&&(a=a.replace("]",",target,onclick]"));b.addCommand("link",new CKEDITOR.dialogCommand("link",{allowedContent:a,requiredContent:"a[href]"}));b.addCommand("anchor",new CKEDITOR.dialogCommand("anchor",{allowedContent:"a[!name,id]",requiredContent:"a[name]"}));b.addCommand("unlink",new CKEDITOR.unlinkCommand);b.addCommand("removeAnchor",new CKEDITOR.removeAnchorCommand);b.setKeystroke(CKEDITOR.CTRL+76,"link");b.ui.addButton&&(b.ui.addButton("Link",{label:b.lang.link.toolbar,command:"link", +toolbar:"links,10"}),b.ui.addButton("Unlink",{label:b.lang.link.unlink,command:"unlink",toolbar:"links,20"}),b.ui.addButton("Anchor",{label:b.lang.link.anchor.toolbar,command:"anchor",toolbar:"links,30"}));CKEDITOR.dialog.add("link",this.path+"dialogs/link.js");CKEDITOR.dialog.add("anchor",this.path+"dialogs/anchor.js");b.on("doubleclick",function(a){var c=CKEDITOR.plugins.link.getSelectedLink(b)||a.data.element;if(!c.isReadOnly())if(c.is("a")){a.data.dialog=c.getAttribute("name")&&(!c.getAttribute("href")|| +!c.getChildCount())?"anchor":"link";b.getSelection().selectElement(c)}else if(CKEDITOR.plugins.link.tryRestoreFakeAnchor(b,c))a.data.dialog="anchor"});b.addMenuItems&&b.addMenuItems({anchor:{label:b.lang.link.anchor.menu,command:"anchor",group:"anchor",order:1},removeAnchor:{label:b.lang.link.anchor.remove,command:"removeAnchor",group:"anchor",order:5},link:{label:b.lang.link.menu,command:"link",group:"link",order:1},unlink:{label:b.lang.link.unlink,command:"unlink",group:"link",order:5}});b.contextMenu&& +b.contextMenu.addListener(function(a){if(!a||a.isReadOnly())return null;a=CKEDITOR.plugins.link.tryRestoreFakeAnchor(b,a);if(!a&&!(a=CKEDITOR.plugins.link.getSelectedLink(b)))return null;var c={};a.getAttribute("href")&&a.getChildCount()&&(c={link:CKEDITOR.TRISTATE_OFF,unlink:CKEDITOR.TRISTATE_OFF});if(a&&a.hasAttribute("name"))c.anchor=c.removeAnchor=CKEDITOR.TRISTATE_OFF;return c})},afterInit:function(b){var a=b.dataProcessor,d=a&&a.dataFilter,a=a&&a.htmlFilter,c=b._.elementsPath&&b._.elementsPath.filters; +d&&d.addRules({elements:{a:function(a){var c=a.attributes;if(!c.name)return null;var d=!a.children.length;if(CKEDITOR.plugins.link.synAnchorSelector){var a=d?"cke_anchor_empty":"cke_anchor",g=c["class"];if(c.name&&(!g||0>g.indexOf(a)))c["class"]=(g||"")+" "+a;d&&CKEDITOR.plugins.link.emptyAnchorFix&&(c.contenteditable="false",c["data-cke-editable"]=1)}else if(CKEDITOR.plugins.link.fakeAnchor&&d)return b.createFakeParserElement(a,"cke_anchor","anchor");return null}}});CKEDITOR.plugins.link.emptyAnchorFix&& +a&&a.addRules({elements:{a:function(a){delete a.attributes.contenteditable}}});c&&c.push(function(a,c){if("a"==c&&(CKEDITOR.plugins.link.tryRestoreFakeAnchor(b,a)||a.getAttribute("name")&&(!a.getAttribute("href")||!a.getChildCount())))return"anchor"})}}); +CKEDITOR.plugins.link={getSelectedLink:function(b){var a=b.getSelection(),d=a.getSelectedElement();return d&&d.is("a")?d:(a=a.getRanges()[0])?(a.shrink(CKEDITOR.SHRINK_TEXT),b.elementPath(a.getCommonAncestor()).contains("a",1)):null},getEditorAnchors:function(b){for(var a=b.editable(),d=a.isInline()&&!b.plugins.divarea?b.document:a,c=d.getElementsByTag("a"),a=[],f=0,e;e=c.getItem(f++);)if(e.data("cke-saved-name")||e.hasAttribute("name"))a.push({name:e.data("cke-saved-name")||e.getAttribute("name"), +id:e.getAttribute("id")});if(this.fakeAnchor){d=d.getElementsByTag("img");for(f=0;e=d.getItem(f++);)(e=this.tryRestoreFakeAnchor(b,e))&&a.push({name:e.getAttribute("name"),id:e.getAttribute("id")})}return a},fakeAnchor:CKEDITOR.env.opera||CKEDITOR.env.webkit,synAnchorSelector:CKEDITOR.env.ie,emptyAnchorFix:CKEDITOR.env.ie&&8>CKEDITOR.env.version,tryRestoreFakeAnchor:function(b,a){if(a&&a.data("cke-real-element-type")&&"anchor"==a.data("cke-real-element-type")){var d=b.restoreRealElement(a);if(d.data("cke-saved-name"))return d}}}; +CKEDITOR.unlinkCommand=function(){};CKEDITOR.unlinkCommand.prototype={exec:function(b){var a=new CKEDITOR.style({element:"a",type:CKEDITOR.STYLE_INLINE,alwaysRemoveElement:1});b.removeStyle(a)},refresh:function(b,a){var d=a.lastElement&&a.lastElement.getAscendant("a",!0);d&&"a"==d.getName()&&d.getAttribute("href")&&d.getChildCount()?this.setState(CKEDITOR.TRISTATE_OFF):this.setState(CKEDITOR.TRISTATE_DISABLED)},contextSensitive:1,startDisabled:1,requiredContent:"a[href]"}; +CKEDITOR.removeAnchorCommand=function(){};CKEDITOR.removeAnchorCommand.prototype={exec:function(b){var a=b.getSelection(),d=a.createBookmarks(),c;if(a&&(c=a.getSelectedElement())&&(CKEDITOR.plugins.link.fakeAnchor&&!c.getChildCount()?CKEDITOR.plugins.link.tryRestoreFakeAnchor(b,c):c.is("a")))c.remove(1);else if(c=CKEDITOR.plugins.link.getSelectedLink(b))c.hasAttribute("href")?(c.removeAttributes({name:1,"data-cke-saved-name":1}),c.removeClass("cke_anchor")):c.remove(1);a.selectBookmarks(d)},requiredContent:"a[name]"}; +CKEDITOR.tools.extend(CKEDITOR.config,{linkShowAdvancedTab:!0,linkShowTargetTab:!0});(function(){function E(c,j,e){function b(b){if((d=a[b?"getFirst":"getLast"]())&&(!d.is||!d.isBlockBoundary())&&(m=j.root[b?"getPrevious":"getNext"](CKEDITOR.dom.walker.invisible(!0)))&&(!m.is||!m.isBlockBoundary({br:1})))c.document.createElement("br")[b?"insertBefore":"insertAfter"](d)}for(var k=CKEDITOR.plugins.list.listToArray(j.root,e),g=[],h=0;h<j.contents.length;h++){var f=j.contents[h];if((f=f.getAscendant("li",!0))&&!f.getCustomData("list_item_processed"))g.push(f),CKEDITOR.dom.element.setMarker(e, +f,"list_item_processed",!0)}f=null;for(h=0;h<g.length;h++)f=g[h].getCustomData("listarray_index"),k[f].indent=-1;for(h=f+1;h<k.length;h++)if(k[h].indent>k[h-1].indent+1){g=k[h-1].indent+1-k[h].indent;for(f=k[h].indent;k[h]&&k[h].indent>=f;)k[h].indent+=g,h++;h--}var a=CKEDITOR.plugins.list.arrayToList(k,e,null,c.config.enterMode,j.root.getAttribute("dir")).listNode,d,m;b(!0);b();a.replace(j.root);c.fire("contentDomInvalidated")}function x(c,j){this.name=c;this.context=this.type=j;this.allowedContent= +j+" li";this.requiredContent=j}function A(c,j,e,b){for(var k,g;k=c[b?"getLast":"getFirst"](F);)(g=k.getDirection(1))!==j.getDirection(1)&&k.setAttribute("dir",g),k.remove(),e?k[b?"insertBefore":"insertAfter"](e):j.append(k,b)}function B(c){var j;(j=function(e){var b=c[e?"getPrevious":"getNext"](q);b&&(b.type==CKEDITOR.NODE_ELEMENT&&b.is(c.getName()))&&(A(c,b,null,!e),c.remove(),c=b)})();j(1)}function C(c){return c.type==CKEDITOR.NODE_ELEMENT&&(c.getName()in CKEDITOR.dtd.$block||c.getName()in CKEDITOR.dtd.$listItem)&& +CKEDITOR.dtd[c.getName()]["#"]}function y(c,j,e){c.fire("saveSnapshot");e.enlarge(CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS);var b=e.extractContents();j.trim(!1,!0);var k=j.createBookmark(),g=new CKEDITOR.dom.elementPath(j.startContainer),h=g.block,g=g.lastElement.getAscendant("li",1)||h,f=new CKEDITOR.dom.elementPath(e.startContainer),a=f.contains(CKEDITOR.dtd.$listItem),f=f.contains(CKEDITOR.dtd.$list);h?(h=h.getBogus())&&h.remove():f&&(h=f.getPrevious(q))&&v(h)&&h.remove();(h=b.getLast())&&(h.type== +CKEDITOR.NODE_ELEMENT&&h.is("br"))&&h.remove();(h=j.startContainer.getChild(j.startOffset))?b.insertBefore(h):j.startContainer.append(b);if(a&&(b=w(a)))g.contains(a)?(A(b,a.getParent(),a),b.remove()):g.append(b);for(;e.checkStartOfBlock()&&e.checkEndOfBlock();){f=e.startPath();b=f.block;if(!b)break;b.is("li")&&(g=b.getParent(),b.equals(g.getLast(q))&&b.equals(g.getFirst(q))&&(b=g));e.moveToPosition(b,CKEDITOR.POSITION_BEFORE_START);b.remove()}e=e.clone();b=c.editable();e.setEndAt(b,CKEDITOR.POSITION_BEFORE_END); +e=new CKEDITOR.dom.walker(e);e.evaluator=function(a){return q(a)&&!v(a)};(e=e.next())&&(e.type==CKEDITOR.NODE_ELEMENT&&e.getName()in CKEDITOR.dtd.$list)&&B(e);j.moveToBookmark(k);j.select();c.fire("saveSnapshot")}function w(c){return(c=c.getLast(q))&&c.type==CKEDITOR.NODE_ELEMENT&&c.getName()in r?c:null}var r={ol:1,ul:1},G=CKEDITOR.dom.walker.whitespaces(),D=CKEDITOR.dom.walker.bookmark(),q=function(c){return!(G(c)||D(c))},v=CKEDITOR.dom.walker.bogus();CKEDITOR.plugins.list={listToArray:function(c, +j,e,b,k){if(!r[c.getName()])return[];b||(b=0);e||(e=[]);for(var g=0,h=c.getChildCount();g<h;g++){var f=c.getChild(g);f.type==CKEDITOR.NODE_ELEMENT&&f.getName()in CKEDITOR.dtd.$list&&CKEDITOR.plugins.list.listToArray(f,j,e,b+1);if("li"==f.$.nodeName.toLowerCase()){var a={parent:c,indent:b,element:f,contents:[]};k?a.grandparent=k:(a.grandparent=c.getParent(),a.grandparent&&"li"==a.grandparent.$.nodeName.toLowerCase()&&(a.grandparent=a.grandparent.getParent()));j&&CKEDITOR.dom.element.setMarker(j,f, +"listarray_index",e.length);e.push(a);for(var d=0,m=f.getChildCount(),i;d<m;d++)i=f.getChild(d),i.type==CKEDITOR.NODE_ELEMENT&&r[i.getName()]?CKEDITOR.plugins.list.listToArray(i,j,e,b+1,a.grandparent):a.contents.push(i)}}return e},arrayToList:function(c,j,e,b,k){e||(e=0);if(!c||c.length<e+1)return null;for(var g,h=c[e].parent.getDocument(),f=new CKEDITOR.dom.documentFragment(h),a=null,d=e,m=Math.max(c[e].indent,0),i=null,n,l,p=b==CKEDITOR.ENTER_P?"p":"div";;){var o=c[d];g=o.grandparent;n=o.element.getDirection(1); +if(o.indent==m){if(!a||c[d].parent.getName()!=a.getName())a=c[d].parent.clone(!1,1),k&&a.setAttribute("dir",k),f.append(a);i=a.append(o.element.clone(0,1));n!=a.getDirection(1)&&i.setAttribute("dir",n);for(g=0;g<o.contents.length;g++)i.append(o.contents[g].clone(1,1));d++}else if(o.indent==Math.max(m,0)+1)o=c[d-1].element.getDirection(1),d=CKEDITOR.plugins.list.arrayToList(c,null,d,b,o!=n?n:null),!i.getChildCount()&&(CKEDITOR.env.needsNbspFiller&&!(7<h.$.documentMode))&&i.append(h.createText(" ")), +i.append(d.listNode),d=d.nextIndex;else if(-1==o.indent&&!e&&g){r[g.getName()]?(i=o.element.clone(!1,!0),n!=g.getDirection(1)&&i.setAttribute("dir",n)):i=new CKEDITOR.dom.documentFragment(h);var a=g.getDirection(1)!=n,u=o.element,z=u.getAttribute("class"),v=u.getAttribute("style"),w=i.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT&&(b!=CKEDITOR.ENTER_BR||a||v||z),s,x=o.contents.length,t;for(g=0;g<x;g++)if(s=o.contents[g],D(s)&&1<x)w?t=s.clone(1,1):i.append(s.clone(1,1));else if(s.type==CKEDITOR.NODE_ELEMENT&& +s.isBlockBoundary()){a&&!s.getDirection()&&s.setAttribute("dir",n);l=s;var y=u.getAttribute("style");y&&l.setAttribute("style",y.replace(/([^;])$/,"$1;")+(l.getAttribute("style")||""));z&&s.addClass(z);l=null;t&&(i.append(t),t=null);i.append(s.clone(1,1))}else w?(l||(l=h.createElement(p),i.append(l),a&&l.setAttribute("dir",n)),v&&l.setAttribute("style",v),z&&l.setAttribute("class",z),t&&(l.append(t),t=null),l.append(s.clone(1,1))):i.append(s.clone(1,1));t&&((l||i).append(t),t=null);i.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT&& +d!=c.length-1&&(CKEDITOR.env.needsBrFiller&&(n=i.getLast())&&(n.type==CKEDITOR.NODE_ELEMENT&&n.is("br"))&&n.remove(),n=i.getLast(q),(!n||!(n.type==CKEDITOR.NODE_ELEMENT&&n.is(CKEDITOR.dtd.$block)))&&i.append(h.createElement("br")));n=i.$.nodeName.toLowerCase();("div"==n||"p"==n)&&i.appendBogus();f.append(i);a=null;d++}else return null;l=null;if(c.length<=d||Math.max(c[d].indent,0)<m)break}if(j)for(c=f.getFirst();c;){if(c.type==CKEDITOR.NODE_ELEMENT&&(CKEDITOR.dom.element.clearMarkers(j,c),c.getName()in +CKEDITOR.dtd.$listItem&&(e=c,h=k=b=void 0,b=e.getDirection()))){for(k=e.getParent();k&&!(h=k.getDirection());)k=k.getParent();b==h&&e.removeAttribute("dir")}c=c.getNextSourceNode()}return{listNode:f,nextIndex:d}}};var H=/^h[1-6]$/,F=CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_ELEMENT);x.prototype={exec:function(c){this.refresh(c,c.elementPath());var j=c.config,e=c.getSelection(),b=e&&e.getRanges();if(this.state==CKEDITOR.TRISTATE_OFF){var k=c.editable();if(k.getFirst(q)){var g=1==b.length&&b[0];(j= +g&&g.getEnclosedNode())&&(j.is&&this.type==j.getName())&&this.setState(CKEDITOR.TRISTATE_ON)}else j.enterMode==CKEDITOR.ENTER_BR?k.appendBogus():b[0].fixBlock(1,j.enterMode==CKEDITOR.ENTER_P?"p":"div"),e.selectRanges(b)}for(var j=e.createBookmarks(!0),k=[],h={},b=b.createIterator(),f=0;(g=b.getNextRange())&&++f;){var a=g.getBoundaryNodes(),d=a.startNode,m=a.endNode;d.type==CKEDITOR.NODE_ELEMENT&&"td"==d.getName()&&g.setStartAt(a.startNode,CKEDITOR.POSITION_AFTER_START);m.type==CKEDITOR.NODE_ELEMENT&& +"td"==m.getName()&&g.setEndAt(a.endNode,CKEDITOR.POSITION_BEFORE_END);g=g.createIterator();for(g.forceBrBreak=this.state==CKEDITOR.TRISTATE_OFF;a=g.getNextParagraph();)if(!a.getCustomData("list_block")){CKEDITOR.dom.element.setMarker(h,a,"list_block",1);for(var i=c.elementPath(a),d=i.elements,m=0,i=i.blockLimit,n,l=d.length-1;0<=l&&(n=d[l]);l--)if(r[n.getName()]&&i.contains(n)){i.removeCustomData("list_group_object_"+f);(d=n.getCustomData("list_group_object"))?d.contents.push(a):(d={root:n,contents:[a]}, +k.push(d),CKEDITOR.dom.element.setMarker(h,n,"list_group_object",d));m=1;break}m||(m=i,m.getCustomData("list_group_object_"+f)?m.getCustomData("list_group_object_"+f).contents.push(a):(d={root:m,contents:[a]},CKEDITOR.dom.element.setMarker(h,m,"list_group_object_"+f,d),k.push(d)))}}for(n=[];0<k.length;)if(d=k.shift(),this.state==CKEDITOR.TRISTATE_OFF)if(r[d.root.getName()]){b=c;f=d;d=h;g=n;m=CKEDITOR.plugins.list.listToArray(f.root,d);i=[];for(a=0;a<f.contents.length;a++)if(l=f.contents[a],(l=l.getAscendant("li", +!0))&&!l.getCustomData("list_item_processed"))i.push(l),CKEDITOR.dom.element.setMarker(d,l,"list_item_processed",!0);for(var l=f.root.getDocument(),p=void 0,o=void 0,a=0;a<i.length;a++){var u=i[a].getCustomData("listarray_index"),p=m[u].parent;p.is(this.type)||(o=l.createElement(this.type),p.copyAttributes(o,{start:1,type:1}),o.removeStyle("list-style-type"),m[u].parent=o)}d=CKEDITOR.plugins.list.arrayToList(m,d,null,b.config.enterMode);m=void 0;i=d.listNode.getChildCount();for(a=0;a<i&&(m=d.listNode.getChild(a));a++)m.getName()== +this.type&&g.push(m);d.listNode.replace(f.root);b.fire("contentDomInvalidated")}else{m=c;a=d;g=n;i=a.contents;b=a.root.getDocument();f=[];1==i.length&&i[0].equals(a.root)&&(d=b.createElement("div"),i[0].moveChildren&&i[0].moveChildren(d),i[0].append(d),i[0]=d);a=a.contents[0].getParent();for(l=0;l<i.length;l++)a=a.getCommonAncestor(i[l].getParent());p=m.config.useComputedState;m=d=void 0;p=void 0===p||p;for(l=0;l<i.length;l++)for(o=i[l];u=o.getParent();){if(u.equals(a)){f.push(o);!m&&o.getDirection()&& +(m=1);o=o.getDirection(p);null!==d&&(d=d&&d!=o?null:o);break}o=u}if(!(1>f.length)){i=f[f.length-1].getNext();l=b.createElement(this.type);g.push(l);for(p=g=void 0;f.length;)g=f.shift(),p=b.createElement("li"),g.is("pre")||H.test(g.getName())||"false"==g.getAttribute("contenteditable")?g.appendTo(p):(g.copyAttributes(p),d&&g.getDirection()&&(p.removeStyle("direction"),p.removeAttribute("dir")),g.moveChildren(p),g.remove()),p.appendTo(l);d&&m&&l.setAttribute("dir",d);i?l.insertBefore(i):l.appendTo(a)}}else this.state== +CKEDITOR.TRISTATE_ON&&r[d.root.getName()]&&E.call(this,c,d,h);for(l=0;l<n.length;l++)B(n[l]);CKEDITOR.dom.element.clearAllMarkers(h);e.selectBookmarks(j);c.focus()},refresh:function(c,j){var e=j.contains(r,1),b=j.blockLimit||j.root;e&&b.contains(e)?this.setState(e.is(this.type)?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF):this.setState(CKEDITOR.TRISTATE_OFF)}};CKEDITOR.plugins.add("list",{requires:"indentlist",init:function(c){c.blockless||(c.addCommand("numberedlist",new x("numberedlist","ol")),c.addCommand("bulletedlist", +new x("bulletedlist","ul")),c.ui.addButton&&(c.ui.addButton("NumberedList",{label:c.lang.list.numberedlist,command:"numberedlist",directional:!0,toolbar:"list,10"}),c.ui.addButton("BulletedList",{label:c.lang.list.bulletedlist,command:"bulletedlist",directional:!0,toolbar:"list,20"})),c.on("key",function(j){var e=j.data.keyCode;if(c.mode=="wysiwyg"&&e in{8:1,46:1}){var b=c.getSelection().getRanges()[0],k=b&&b.startPath();if(b&&b.collapsed){var g=e==8,h=c.editable(),f=new CKEDITOR.dom.walker(b.clone()); +f.evaluator=function(a){return q(a)&&!v(a)};f.guard=function(a,b){return!(b&&a.type==CKEDITOR.NODE_ELEMENT&&a.is("table"))};e=b.clone();if(g){var a,d;if((a=k.contains(r))&&b.checkBoundaryOfElement(a,CKEDITOR.START)&&(a=a.getParent())&&a.is("li")&&(a=w(a))){d=a;a=a.getPrevious(q);e.moveToPosition(a&&v(a)?a:d,CKEDITOR.POSITION_BEFORE_START)}else{f.range.setStartAt(h,CKEDITOR.POSITION_AFTER_START);f.range.setEnd(b.startContainer,b.startOffset);if((a=f.previous())&&a.type==CKEDITOR.NODE_ELEMENT&&(a.getName()in +r||a.is("li"))){if(!a.is("li")){f.range.selectNodeContents(a);f.reset();f.evaluator=C;a=f.previous()}d=a;e.moveToElementEditEnd(d)}}if(d){y(c,e,b);j.cancel()}else if((e=k.contains(r))&&b.checkBoundaryOfElement(e,CKEDITOR.START)){d=e.getFirst(q);if(b.checkBoundaryOfElement(d,CKEDITOR.START)){a=e.getPrevious(q);if(w(d)){if(a){b.moveToElementEditEnd(a);b.select()}}else c.execCommand("outdent");j.cancel()}}}else if(d=k.contains("li")){f.range.setEndAt(h,CKEDITOR.POSITION_BEFORE_END);h=(k=d.getLast(q))&& +C(k)?k:d;d=0;if((a=f.next())&&a.type==CKEDITOR.NODE_ELEMENT&&a.getName()in r&&a.equals(k)){d=1;a=f.next()}else b.checkBoundaryOfElement(h,CKEDITOR.END)&&(d=1);if(d&&a){b=b.clone();b.moveToElementEditStart(a);y(c,e,b);j.cancel()}}else{f.range.setEndAt(h,CKEDITOR.POSITION_BEFORE_END);if((a=f.next())&&a.type==CKEDITOR.NODE_ELEMENT&&a.is(r)){a=a.getFirst(q);if(k.block&&b.checkStartOfBlock()&&b.checkEndOfBlock()){k.block.remove();b.moveToElementEditStart(a);b.select()}else if(w(a)){b.moveToElementEditStart(a); +b.select()}else{b=b.clone();b.moveToElementEditStart(a);y(c,e,b)}j.cancel()}}setTimeout(function(){c.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 Q(a,c,d){return m(c)&&m(d)&&d.equals(c.getNext(function(a){return!(z(a)||A(a)||p(a))}))}function u(a){this.upper=a[0];this.lower=a[1];this.set.apply(this,a.slice(2))}function J(a){var c=a.element;if(c&&m(c)&&(c=c.getAscendant(a.triggers,!0))&&a.editable.contains(c)){var d=K(c,!0);if("true"==d.getAttribute("contenteditable"))return c;if(d.is(a.triggers))return d}return null}function ga(a,c,d){o(a,c);o(a,d);a=c.size.bottom;d=d.size.top;return a&&d?0|(a+d)/2:a||d}function r(a,c, +d){return c=c[d?"getPrevious":"getNext"](function(b){return b&&b.type==CKEDITOR.NODE_TEXT&&!z(b)||m(b)&&!p(b)&&!v(a,b)})}function K(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 ha(a){var c=a.doc,d=B('<span contenteditable="false" style="'+L+"position:absolute;border-top:1px dashed "+a.boxColor+'"></span>',c),b=this.path+"images/"+(n.hidpi?"hidpi/":"")+"icon.png";q(d, +{attach:function(){this.wrap.getParent()||this.wrap.appendTo(a.editable,!0);return this},lineChildren:[q(B('<span title="'+a.editor.lang.magicline.title+'" contenteditable="false">↵</span>',c),{base:L+"height:17px;width:17px;"+(a.rtl?"left":"right")+":17px;background:url("+b+") center no-repeat "+a.boxColor+";cursor:pointer;"+(n.hc?"font-size: 15px;line-height:14px;border:1px solid #fff;text-align:center;":"")+(n.hidpi?"background-size: 9px 10px;":""),looks:["top:-8px;"+CKEDITOR.tools.cssVendorPrefix("border-radius", +"2px",1),"top:-17px;"+CKEDITOR.tools.cssVendorPrefix("border-radius","2px 2px 0px 0px",1),"top:-1px;"+CKEDITOR.tools.cssVendorPrefix("border-radius","0px 0px 2px 2px",1)]}),q(B(R,c),{base:S+"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"]}),q(B(R,c),{base:S+"right:0px;border-right-color:"+a.boxColor+";",looks:["border-width:8px 8px 8px 0;top:-8px","border-width:8px 8px 0 0;top:-8px","border-width:0 8px 8px 0;top:0px"]})], +detach:function(){this.wrap.getParent()&&this.wrap.remove();return this},mouseNear:function(){o(a,this);var b=a.holdDistance,c=this.size;return c&&a.mouse.y>c.top-b&&a.mouse.y<c.bottom+b&&a.mouse.x>c.left-b&&a.mouse.x<c.right+b?!0:!1},place:function(){var b=a.view,c=a.editable,d=a.trigger,h=d.upper,g=d.lower,j=h||g,l=j.getParent(),k={};this.trigger=d;h&&o(a,h,!0);g&&o(a,g,!0);o(a,l,!0);a.inInlineMode&&C(a,!0);l.equals(c)?(k.left=b.scroll.x,k.right=-b.scroll.x,k.width=""):(k.left=j.size.left-j.size.margin.left+ +b.scroll.x-(a.inInlineMode?b.editable.left+b.editable.border.left:0),k.width=j.size.outerWidth+j.size.margin.left+j.size.margin.right+b.scroll.x,k.right="");h&&g?k.top=h.size.margin.bottom===g.size.margin.top?0|h.size.bottom+h.size.margin.bottom/2:h.size.margin.bottom<g.size.margin.top?h.size.bottom+h.size.margin.bottom:h.size.bottom+h.size.margin.bottom-g.size.margin.top:h?g||(k.top=h.size.bottom+h.size.margin.bottom):k.top=g.size.top-g.size.margin.top;d.is(x)||k.top>b.scroll.y-15&&k.top<b.scroll.y+ +5?(k.top=a.inInlineMode?0:b.scroll.y,this.look(x)):d.is(y)||k.top>b.pane.bottom-5&&k.top<b.pane.bottom+15?(k.top=a.inInlineMode?b.editable.height+b.editable.padding.top+b.editable.padding.bottom:b.pane.bottom-1,this.look(y)):(a.inInlineMode&&(k.top-=b.editable.top+b.editable.border.top),this.look(s));a.inInlineMode&&(k.top--,k.top+=b.editable.scroll.top,k.left+=b.editable.scroll.left);for(var T in k)k[T]=CKEDITOR.tools.cssLength(k[T]);this.setStyles(k)},look:function(a){if(this.oldLook!=a){for(var b= +this.lineChildren.length,c;b--;)(c=this.lineChildren[b]).setAttribute("style",c.base+c.looks[0|a/2]);this.oldLook=a}},wrap:new M("span",a.doc)});for(c=d.lineChildren.length;c--;)d.lineChildren[c].appendTo(d);d.look(s);d.appendTo(d.wrap);d.unselectable();d.lineChildren[0].on("mouseup",function(b){d.detach();N(a,function(b){var c=a.line.trigger;b[c.is(D)?"insertBefore":"insertAfter"](c.is(D)?c.lower:c.upper)},!0);a.editor.focus();!n.ie&&a.enterMode!=CKEDITOR.ENTER_BR&&a.hotNode.scrollIntoView();b.data.preventDefault(!0)}); +d.on("mousedown",function(a){a.data.preventDefault(!0)});a.line=d}function N(a,c,d){var b=new CKEDITOR.dom.range(a.doc),e=a.editor,f;n.ie&&a.enterMode==CKEDITOR.ENTER_BR?f=a.doc.createText(E):(f=(f=K(a.element,!0))&&f.data("cke-enter-mode")||a.enterMode,f=new M(F[f],a.doc),f.is("br")||a.doc.createText(E).appendTo(f));d&&e.fire("saveSnapshot");c(f);b.moveToPosition(f,CKEDITOR.POSITION_AFTER_START);e.getSelection().selectRanges([b]);a.hotNode=f;d&&e.fire("saveSnapshot")}function U(a,c){return{canUndo:!0, +modes:{wysiwyg:1},exec:function(){function d(b){var d=n.ie&&9>n.version?" ":E,f=a.hotNode&&a.hotNode.getText()==d&&a.element.equals(a.hotNode)&&a.lastCmdDirection===!!c;N(a,function(d){f&&a.hotNode&&a.hotNode.remove();d[c?"insertAfter":"insertBefore"](b);d.setAttributes({"data-cke-magicline-hot":1,"data-cke-magicline-dir":!!c});a.lastCmdDirection=!!c});!n.ie&&a.enterMode!=CKEDITOR.ENTER_BR&&a.hotNode.scrollIntoView();a.line.detach()}return function(b){var b=b.getSelection().getStartElement(),e,b= +b.getAscendant(V,1);if(!W(a,b)&&b&&!b.equals(a.editable)&&!b.contains(a.editable)){if((e=K(b))&&"false"==e.getAttribute("contenteditable"))b=e;a.element=b;e=r(a,b,!c);var f;m(e)&&e.is(a.triggers)&&e.is(ia)&&(!r(a,e,!c)||(f=r(a,e,!c))&&m(f)&&f.is(a.triggers))?d(e):(f=J(a,b),m(f)&&(r(a,f,!c)?(b=r(a,f,!c))&&(m(b)&&b.is(a.triggers))&&d(f):d(f)))}}}()}}function v(a,c){if(!c||!(c.type==CKEDITOR.NODE_ELEMENT&&c.$))return!1;var d=a.line;return d.wrap.equals(c)||d.wrap.contains(c)}function m(a){return a&& +a.type==CKEDITOR.NODE_ELEMENT&&a.$}function p(a){if(!m(a))return!1;var c;if(!(c=X(a)))m(a)?(c={left:1,right:1,center:1},c=!(!c[a.getComputedStyle("float")]&&!c[a.getAttribute("align")])):c=!1;return c}function X(a){return!!{absolute:1,fixed:1}[a.getComputedStyle("position")]}function G(a,c){return m(c)?c.is(a.triggers):null}function W(a,c){if(!c)return!1;for(var d=c.getParents(1),b=d.length;b--;)for(var e=a.tabuList.length;e--;)if(d[b].hasAttribute(a.tabuList[e]))return!0;return!1}function ja(a,c, +d){c=c[d?"getLast":"getFirst"](function(b){return a.isRelevant(b)&&!b.is(ka)});if(!c)return!1;o(a,c);return d?c.size.top>a.mouse.y:c.size.bottom<a.mouse.y}function Y(a){var c=a.editable,d=a.mouse,b=a.view,e=a.triggerOffset;C(a);var f=d.y>(a.inInlineMode?b.editable.top+b.editable.height/2:Math.min(b.editable.height,b.pane.height)/2),c=c[f?"getLast":"getFirst"](function(a){return!(z(a)||A(a))});if(!c)return null;v(a,c)&&(c=a.line.wrap[f?"getPrevious":"getNext"](function(a){return!(z(a)||A(a))}));if(!m(c)|| +p(c)||!G(a,c))return null;o(a,c);return!f&&0<=c.size.top&&0<d.y&&d.y<c.size.top+e?(a=a.inInlineMode||0===b.scroll.y?x:s,new u([null,c,D,H,a])):f&&c.size.bottom<=b.pane.height&&d.y>c.size.bottom-e&&d.y<b.pane.height?(a=a.inInlineMode||c.size.bottom>b.pane.height-e&&c.size.bottom<b.pane.height?y:s,new u([c,null,Z,H,a])):null}function $(a){var c=a.mouse,d=a.view,b=a.triggerOffset,e=J(a);if(!e)return null;o(a,e);var b=Math.min(b,0|e.size.outerHeight/2),f=[],i,h;if(c.y>e.size.top-1&&c.y<e.size.top+b)h= +!1;else if(c.y>e.size.bottom-b&&c.y<e.size.bottom+1)h=!0;else return null;if(p(e)||ja(a,e,h)||e.getParent().is(aa))return null;var g=r(a,e,!h);if(g){if(g&&g.type==CKEDITOR.NODE_TEXT)return null;if(m(g)){if(p(g)||!G(a,g)||g.getParent().is(aa))return null;f=[g,e][h?"reverse":"concat"]().concat([O,H])}}else e.equals(a.editable[h?"getLast":"getFirst"](a.isRelevant))?(C(a),h&&c.y>e.size.bottom-b&&c.y<d.pane.height&&e.size.bottom>d.pane.height-b&&e.size.bottom<d.pane.height?i=y:0<c.y&&c.y<e.size.top+b&& +(i=x)):i=s,f=[null,e][h?"reverse":"concat"]().concat([h?Z:D,H,i,e.equals(a.editable[h?"getLast":"getFirst"](a.isRelevant))?h?y:x:s]);return 0 in f?new u(f):null}function P(a,c,d,b){for(var e=function(){var b=n.ie?c.$.currentStyle:a.win.$.getComputedStyle(c.$,"");return n.ie?function(a){return b[CKEDITOR.tools.cssStyleToDomStyle(a)]}:function(a){return b.getPropertyValue(a)}}(),f=c.getDocumentPosition(),i={},h={},g={},j={},l=t.length;l--;)i[t[l]]=parseInt(e("border-"+t[l]+"-width"),10)||0,g[t[l]]= +parseInt(e("padding-"+t[l]),10)||0,h[t[l]]=parseInt(e("margin-"+t[l]),10)||0;(!d||b)&&I(a,b);j.top=f.y-(d?0:a.view.scroll.y);j.left=f.x-(d?0:a.view.scroll.x);j.outerWidth=c.$.offsetWidth;j.outerHeight=c.$.offsetHeight;j.height=j.outerHeight-(g.top+g.bottom+i.top+i.bottom);j.width=j.outerWidth-(g.left+g.right+i.left+i.right);j.bottom=j.top+j.outerHeight;j.right=j.left+j.outerWidth;a.inInlineMode&&(j.scroll={top:c.$.scrollTop,left:c.$.scrollLeft});return q({border:i,padding:g,margin:h,ignoreScroll:d}, +j,!0)}function o(a,c,d){if(!m(c))return c.size=null;if(c.size){if(c.size.ignoreScroll==d&&c.size.date>new Date-ba)return null}else c.size={};return q(c.size,P(a,c,d),{date:+new Date},!0)}function C(a,c){a.view.editable=P(a,a.editable,c,!0)}function I(a,c){a.view||(a.view={});var d=a.view;if(c||!(d&&d.date>new Date-ba)){var b=a.win,d=b.getScrollPosition(),b=b.getViewPaneSize();q(a.view,{scroll:{x:d.x,y:d.y,width:a.doc.$.documentElement.scrollWidth-b.width,height:a.doc.$.documentElement.scrollHeight- +b.height},pane:{width:b.width,height:b.height,bottom:b.height+d.y},date:+new Date},!0)}}function la(a,c,d,b){for(var e=b,f=b,i=0,h=!1,g=!1,j=a.view.pane.height,l=a.mouse;l.y+i<j&&0<l.y-i;){h||(h=c(e,b));g||(g=c(f,b));!h&&0<l.y-i&&(e=d(a,{x:l.x,y:l.y-i}));!g&&l.y+i<j&&(f=d(a,{x:l.x,y:l.y+i}));if(h&&g)break;i+=2}return new u([e,f,null,null])}CKEDITOR.plugins.add("magicline",{init:function(a){var c=a.config,d=c.magicline_triggerOffset||30,b={editor:a,enterMode:c.enterMode,triggerOffset:d,holdDistance:0| +d*(c.magicline_holdDistance||0.5),boxColor:c.magicline_color||"#ff0000",rtl:"rtl"==c.contentsLangDirection,tabuList:["data-cke-hidden-sel"].concat(c.magicline_tabuList||[]),triggers:c.magicline_everywhere?V:{table:1,hr:1,div:1,ul:1,ol:1,dl:1,form:1,blockquote:1}},e,f,i;b.isRelevant=function(a){return m(a)&&!v(b,a)&&!p(a)};a.on("contentDom",function(){var d=a.editable(),g=a.document,j=a.window;q(b,{editable:d,inInlineMode:d.isInline(),doc:g,win:j,hotNode:null},!0);b.boundary=b.inInlineMode?b.editable: +b.doc.getDocumentElement();d.is(w.$inline)||(b.inInlineMode&&!X(d)&&d.setStyles({position:"relative",top:null,left:null}),ha.call(this,b),I(b),d.attachListener(a,"beforeUndoImage",function(){b.line.detach()}),d.attachListener(a,"beforeGetData",function(){b.line.wrap.getParent()&&(b.line.detach(),a.once("getData",function(){b.line.attach()},null,null,1E3))},null,null,0),d.attachListener(b.inInlineMode?g:g.getWindow().getFrame(),"mouseout",function(c){if("wysiwyg"==a.mode)if(b.inInlineMode){var d=c.data.$.clientX, +c=c.data.$.clientY;I(b);C(b,!0);var e=b.view.editable,f=b.view.scroll;if(!(d>e.left-f.x&&d<e.right-f.x)||!(c>e.top-f.y&&c<e.bottom-f.y))clearTimeout(i),i=null,b.line.detach()}else clearTimeout(i),i=null,b.line.detach()}),d.attachListener(d,"keyup",function(){b.hiddenMode=0}),d.attachListener(d,"keydown",function(c){if("wysiwyg"==a.mode)switch(c=c.data.getKeystroke(),a.getSelection().getStartElement(),c){case 2228240:case 16:b.hiddenMode=1,b.line.detach()}}),d.attachListener(b.inInlineMode?d:g,"mousemove", +function(c){f=!0;if(!("wysiwyg"!=a.mode||a.readOnly||i)){var d={x:c.data.$.clientX,y:c.data.$.clientY};i=setTimeout(function(){b.mouse=d;i=b.trigger=null;I(b);if(f&&!b.hiddenMode&&a.focusManager.hasFocus&&!b.line.mouseNear()&&(b.element=ca(b,!0)))(b.trigger=Y(b)||$(b)||da(b))&&!W(b,b.trigger.upper||b.trigger.lower)?b.line.attach().place():(b.trigger=null,b.line.detach()),f=!1},30)}}),d.attachListener(j,"scroll",function(){"wysiwyg"==a.mode&&(b.line.detach(),n.webkit&&(b.hiddenMode=1,clearTimeout(e), +e=setTimeout(function(){b.mouseDown||(b.hiddenMode=0)},50)))}),d.attachListener(ea?g:j,"mousedown",function(){"wysiwyg"==a.mode&&(b.line.detach(),b.hiddenMode=1,b.mouseDown=1)}),d.attachListener(ea?g:j,"mouseup",function(){b.hiddenMode=0;b.mouseDown=0}),a.addCommand("accessPreviousSpace",U(b)),a.addCommand("accessNextSpace",U(b,!0)),a.setKeystroke([[c.magicline_keystrokePrevious,"accessPreviousSpace"],[c.magicline_keystrokeNext,"accessNextSpace"]]),a.on("loadSnapshot",function(){var c,d,e,f;for(f in{p:1, +br:1,div:1}){c=a.document.getElementsByTag(f);for(e=c.count();e--;)if((d=c.getItem(e)).data("cke-magicline-hot")){b.hotNode=d;b.lastCmdDirection="true"===d.data("cke-magicline-dir")?!0:!1;return}}}),this.backdoor={accessFocusSpace:N,boxTrigger:u,isLine:v,getAscendantTrigger:J,getNonEmptyNeighbour:r,getSize:P,that:b,triggerEdge:$,triggerEditable:Y,triggerExpand:da})},this)}});var q=CKEDITOR.tools.extend,M=CKEDITOR.dom.element,B=M.createFromHtml,n=CKEDITOR.env,ea=CKEDITOR.env.ie&&9>CKEDITOR.env.version, +w=CKEDITOR.dtd,F={},D=128,Z=64,O=32,H=16,fa=8,x=4,y=2,s=1,E=" ",aa=w.$listItem,ka=w.$tableContent,ia=q({},w.$nonEditable,w.$empty),V=w.$block,ba=100,L="width:0px;height:0px;padding:0px;margin:0px;display:block;z-index:9999;color:#fff;position:absolute;font-size: 0px;line-height:0px;",S=L+"border-color:transparent;display:block;border-style:solid;",R="<span>"+E+"</span>";F[CKEDITOR.ENTER_BR]="br";F[CKEDITOR.ENTER_P]="p";F[CKEDITOR.ENTER_DIV]="div";u.prototype={set:function(a,c,d){this.properties=a+ +c+(d||s);return this},is:function(a){return(this.properties&a)==a}};var ca=function(){return function(a,c,d){if(!a.mouse)return null;var b=a.doc,e=a.line.wrap,d=d||a.mouse,f=new CKEDITOR.dom.element(b.$.elementFromPoint(d.x,d.y));c&&v(a,f)&&(e.hide(),f=new CKEDITOR.dom.element(b.$.elementFromPoint(d.x,d.y)),e.show());return!f||!(f.type==CKEDITOR.NODE_ELEMENT&&f.$)||n.ie&&9>n.version&&!a.boundary.equals(f)&&!a.boundary.contains(f)?null:f}}(),z=CKEDITOR.dom.walker.whitespaces(),A=CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_COMMENT), +da=function(){function a(a){var b=a.element,e,f,i;if(!m(b)||b.contains(a.editable)||b.isReadOnly())return null;i=la(a,function(a,b){return!b.equals(a)},function(a,b){return ca(a,!0,b)},b);e=i.upper;f=i.lower;if(Q(a,e,f))return i.set(O,fa);if(e&&b.contains(e))for(;!e.getParent().equals(b);)e=e.getParent();else e=b.getFirst(function(b){return c(a,b)});if(f&&b.contains(f))for(;!f.getParent().equals(b);)f=f.getParent();else f=b.getLast(function(b){return c(a,b)});if(!e||!f)return null;o(a,e);o(a,f);if(!(a.mouse.y> +e.size.top&&a.mouse.y<f.size.bottom))return null;for(var b=Number.MAX_VALUE,h,g,j,l;f&&!f.equals(e)&&(g=e.getNext(a.isRelevant));)h=Math.abs(ga(a,e,g)-a.mouse.y),h<b&&(b=h,j=e,l=g),e=g,o(a,e);if(!j||!l||!(a.mouse.y>j.size.top&&a.mouse.y<l.size.bottom))return null;i.upper=j;i.lower=l;return i.set(O,fa)}function c(a,b){return!(b&&b.type==CKEDITOR.NODE_TEXT||A(b)||p(b)||v(a,b)||b.type==CKEDITOR.NODE_ELEMENT&&b.$&&b.is("br"))}return function(c){var b=a(c),e;if(e=b){e=b.upper;var f=b.lower;e=!e||!f||p(f)|| +p(e)||f.equals(e)||e.equals(f)||f.contains(e)||e.contains(f)?!1:G(c,e)&&G(c,f)&&Q(c,e,f)?!0:!1}return e?b:null}}(),t=["top","left","right","bottom"]})();CKEDITOR.config.magicline_keystrokePrevious=CKEDITOR.CTRL+CKEDITOR.SHIFT+51;CKEDITOR.config.magicline_keystrokeNext=CKEDITOR.CTRL+CKEDITOR.SHIFT+52;(function(){function l(a){if(!a||a.type!=CKEDITOR.NODE_ELEMENT||"form"!=a.getName())return[];for(var e=[],f=["style","className"],b=0;b<f.length;b++){var d=a.$.elements.namedItem(f[b]);d&&(d=new CKEDITOR.dom.element(d),e.push([d,d.nextSibling]),d.remove())}return e}function o(a,e){if(a&&!(a.type!=CKEDITOR.NODE_ELEMENT||"form"!=a.getName())&&0<e.length)for(var f=e.length-1;0<=f;f--){var b=e[f][0],d=e[f][1];d?b.insertBefore(d):b.appendTo(a)}}function n(a,e){var f=l(a),b={},d=a.$;e||(b["class"]=d.className|| +"",d.className="");b.inline=d.style.cssText||"";e||(d.style.cssText="position: static; overflow: visible");o(f);return b}function p(a,e){var f=l(a),b=a.$;"class"in e&&(b.className=e["class"]);"inline"in e&&(b.style.cssText=e.inline);o(f)}function q(a){if(!a.editable().isInline()){var e=CKEDITOR.instances,f;for(f in e){var b=e[f];"wysiwyg"==b.mode&&!b.readOnly&&(b=b.document.getBody(),b.setAttribute("contentEditable",!1),b.setAttribute("contentEditable",!0))}a.editable().hasFocus&&(a.toolbox.focus(), +a.focus())}}CKEDITOR.plugins.add("maximize",{init:function(a){function e(){var b=d.getViewPaneSize();a.resize(b.width,b.height,null,!0)}if(a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE){var f=a.lang,b=CKEDITOR.document,d=b.getWindow(),j,k,m,l=CKEDITOR.TRISTATE_OFF;a.addCommand("maximize",{modes:{wysiwyg:!CKEDITOR.env.iOS,source:!CKEDITOR.env.iOS},readOnly:1,editorFocus:!1,exec:function(){var h=a.container.getChild(1),g=a.ui.space("contents");if("wysiwyg"==a.mode){var c=a.getSelection();j=c&&c.getRanges(); +k=d.getScrollPosition()}else{var i=a.editable().$;j=!CKEDITOR.env.ie&&[i.selectionStart,i.selectionEnd];k=[i.scrollLeft,i.scrollTop]}if(this.state==CKEDITOR.TRISTATE_OFF){d.on("resize",e);m=d.getScrollPosition();for(c=a.container;c=c.getParent();)c.setCustomData("maximize_saved_styles",n(c)),c.setStyle("z-index",a.config.baseFloatZIndex-5);g.setCustomData("maximize_saved_styles",n(g,!0));h.setCustomData("maximize_saved_styles",n(h,!0));g={overflow:CKEDITOR.env.webkit?"":"hidden",width:0,height:0}; +b.getDocumentElement().setStyles(g);!CKEDITOR.env.gecko&&b.getDocumentElement().setStyle("position","fixed");(!CKEDITOR.env.gecko||!CKEDITOR.env.quirks)&&b.getBody().setStyles(g);CKEDITOR.env.ie?setTimeout(function(){d.$.scrollTo(0,0)},0):d.$.scrollTo(0,0);h.setStyle("position",CKEDITOR.env.gecko&&CKEDITOR.env.quirks?"fixed":"absolute");h.$.offsetLeft;h.setStyles({"z-index":a.config.baseFloatZIndex-5,left:"0px",top:"0px"});h.addClass("cke_maximized");e();g=h.getDocumentPosition();h.setStyles({left:-1* +g.x+"px",top:-1*g.y+"px"});CKEDITOR.env.gecko&&q(a)}else if(this.state==CKEDITOR.TRISTATE_ON){d.removeListener("resize",e);g=[g,h];for(c=0;c<g.length;c++)p(g[c],g[c].getCustomData("maximize_saved_styles")),g[c].removeCustomData("maximize_saved_styles");for(c=a.container;c=c.getParent();)p(c,c.getCustomData("maximize_saved_styles")),c.removeCustomData("maximize_saved_styles");CKEDITOR.env.ie?setTimeout(function(){d.$.scrollTo(m.x,m.y)},0):d.$.scrollTo(m.x,m.y);h.removeClass("cke_maximized");CKEDITOR.env.webkit&& +(h.setStyle("display","inline"),setTimeout(function(){h.setStyle("display","block")},0));a.fire("resize")}this.toggleState();if(c=this.uiItems[0])g=this.state==CKEDITOR.TRISTATE_OFF?f.maximize.maximize:f.maximize.minimize,c=CKEDITOR.document.getById(c._.id),c.getChild(1).setHtml(g),c.setAttribute("title",g),c.setAttribute("href",'javascript:void("'+g+'");');"wysiwyg"==a.mode?j?(CKEDITOR.env.gecko&&q(a),a.getSelection().selectRanges(j),(i=a.getSelection().getStartElement())&&i.scrollIntoView(!0)): +d.$.scrollTo(k.x,k.y):(j&&(i.selectionStart=j[0],i.selectionEnd=j[1]),i.scrollLeft=k[0],i.scrollTop=k[1]);j=k=null;l=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:l)},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:5px;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.opera||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,i=/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('<span style="display: none;"> </span>').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&&i.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["page-break-after"]},styles:"display"}}, +requiredContent:"div{page-break-after}"}})();(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});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 i(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",i);a.getClipboardData({title:a.lang.pastefromword.title},function(c){c&&a.fire("paste", +{type:"html",dataValue:c.dataValue});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))){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)});g&&b.cancel()}},null,null,3)}})})();(function(){var h,i={modes:{wysiwyg:1,source:1},canUndo:!1,readOnly:1,exec:function(a){var g,b=a.config,f=b.baseHref?'<base href="'+b.baseHref+'"/>':"";if(b.fullPage)g=a.getData().replace(/<head>/,"$&"+f).replace(/[^>]*(?=<\/title>)/,"$& — "+a.lang.preview.preview);else{var b="<body ",d=a.document&&a.document.getBody();d&&(d.getAttribute("id")&&(b+='id="'+d.getAttribute("id")+'" '),d.getAttribute("class")&&(b+='class="'+d.getAttribute("class")+'" '));g=a.config.docType+'<html dir="'+a.config.contentsLangDirection+ +'"><head>'+f+"<title>"+a.lang.preview.preview+"</title>"+CKEDITOR.tools.buildStyleHtml(a.config.contentsCss)+"</head>"+(b+">")+a.getData()+"</body></html>"}f=640;b=420;d=80;try{var c=window.screen,f=Math.round(0.8*c.width),b=Math.round(0.7*c.height),d=Math.round(0.1*c.width)}catch(i){}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 = null;})() )",c="");CKEDITOR.env.gecko&&(window._cke_htmlToLoad=a.dataValue,c=h+"preview.html");c=window.open(c,null,"toolbar=yes,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width="+f+",height="+b+",left="+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",i),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.opera||(CKEDITOR.env.gecko?a.window.$.print():a.document.$.execCommand("Print"))},canUndo:!1,readOnly:1,modes:{wysiwyg:!CKEDITOR.env.opera}};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=RegExp("^(?:"+a.config.removeFormatTags.replace(/,/g,"|")+")$","i")),e=a._.removeAttributes||(a._.removeAttributes=a.config.removeFormatAttributes.split(",")),f=CKEDITOR.plugins.removeformat.filter,k=a.getSelection().getRanges(1),l=k.createIterator(),c;c=l.getNextRange();){c.collapsed||c.enlarge(CKEDITOR.ENLARGE_ELEMENT);var i=c.createBookmark(),b=i.startNode,j=i.endNode, +d=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)};d(b);if(j){d(j);for(b=b.getNextSourceNode(!0,CKEDITOR.NODE_ELEMENT);b&&!b.equals(j);)d=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=d}c.moveToBookmark(i)}a.forceNextSelectionCheck();a.getSelection().selectRanges(k)}}}, +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,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 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 i={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)?"attachClass":"removeClass";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,i=CKEDITOR.getUrl(this.path),j=!(CKEDITOR.env.ie&& +9>CKEDITOR.env.version),g=j?":not([contenteditable=false]):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("+i+"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}")); +j||CKEDITOR.addCss(".cke_show_blocks [contenteditable=false],.cke_show_blocks .cke_show_blocks_off{border:none;padding-top:0;background-image:none}.cke_show_blocks.cke_contents_rtl [contenteditable=false],.cke_show_blocks.cke_contents_rtl .cke_show_blocks_off{padding-right:0}.cke_show_blocks.cke_contents_ltr [contenteditable=false],.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",i); +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 > tr > td, .%1 table.%2 > tr > th,;.%1 table.%2 > tbody > tr > td, .%1 table.%2 > tbody > tr > th,;.%1 table.%2 > thead > tr > td, .%1 table.%2 > thead > tr > th,;.%1 table.%2 > tfoot > tr > td, .%1 table.%2 > tfoot > tr > 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){var a=a.attributes,b=a["class"],c=parseInt(a.border,10);if((!c||0>=c)&&(!b||-1==b.indexOf("cke_show_border")))a["class"]=(b||"")+" cke_show_border"}}});b&&b.addRules({elements:{table:function(a){var a=a.attributes,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(){this.hide();this.setStyle("height",this.getParent().$.clientHeight+"px");this.setStyle("width",this.getParent().$.clientWidth+"px");this.show()}if(a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE){var e=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 cke_reset 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",e.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 c=CKEDITOR.tools.createClass({base:CKEDITOR.editable,proto:{setData:function(a){this.setValue(a);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:{ar:1,bg:1,ca:1,cs:1,cy:1,de:1,el:1,en:1,eo:1,es:1,et: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,ku: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,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="! " # $ % & ' ( ) * + - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ 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 { | } ~ € ‘ ’ “ ” – — ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ® ¯ ° ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ Œ œ Ŵ Ŷ ŵ ŷ ‚ ‛ „ … ™ ► • → ⇒ ⇔ ♦ ≈".split(" ");(function(){function o(a,c){var b=0,d;for(d in c)if(c[d]==a){b=1;break}return b}var j="",r=function(){function a(){b.once("focus",g);b.once("blur",c)}function c(b){var b=b.editor,c=d.getScayt(b),g=b.elementMode==CKEDITOR.ELEMENT_MODE_INLINE;c&&(d.setPaused(b,!c.disabled),d.setControlId(b,c.id),c.destroy(!0),delete d.instances[b.name],g&&a())}var b=this,g=function(){if(!("undefined"!=typeof d.instances[b.name]||null!=d.instances[b.name])){var a=b.config,c={};c.srcNodeRef="BODY"==b.editable().$.nodeName? +b.document.getWindow().$.frameElement:b.editable().$;c.assocApp="CKEDITOR."+CKEDITOR.version+"@"+CKEDITOR.revision;c.customerid=a.scayt_customerid||"1:WvF0D4-UtPqN1-43nkD4-NKvUm2-daQqk3-LmNiI-z7Ysb4-mwry24-T8YrS3-Q2tpq2";c.customDictionaryIds=a.scayt_customDictionaryIds||"";c.userDictionaryName=a.scayt_userDictionaryName||"";c.sLang=a.scayt_sLang||"en_US";c.onLoad=function(){CKEDITOR.env.ie&&8>CKEDITOR.env.version||this.addStyle(this.selectorCss(),"padding-bottom: 2px !important;");b.editable().hasFocus&& +!d.isControlRestored(b)&&this.focus()};a=window.scayt_custom_params;if("object"==typeof a)for(var g in a)c[g]=a[g];d.getControlId(b)&&(c.id=d.getControlId(b));var e=new window.scayt(c);e.afterMarkupRemove.push(function(a){(new CKEDITOR.dom.element(a,e.document)).mergeSiblings()});if(c=d.instances[b.name])e.sLang=c.sLang,e.option(c.option()),e.paused=c.paused;d.instances[b.name]=e;try{e.setDisabled(!1===d.isPaused(b))}catch(n){}b.fire("showScaytState")}};b.elementMode==CKEDITOR.ELEMENT_MODE_INLINE? +a():b.on("contentDom",g);b.on("contentDomUnload",function(){for(var a=CKEDITOR.document.getElementsByTag("script"),b=/^dojoIoScript(\d+)$/i,c=/^https?:\/\/svc\.webspellchecker\.net\/spellcheck\/script\/ssrv\.cgi/i,d=0;d<a.count();d++){var g=a.getItem(d),e=g.getId(),f=g.getAttribute("src");e&&(f&&e.match(b)&&f.match(c))&&g.remove()}});b.on("beforeCommandExec",function(a){"source"==a.data.name&&"source"==b.mode&&d.markControlRestore(b)});b.on("afterCommandExec",function(a){if(d.isScaytEnabled(b)&&"wysiwyg"== +b.mode&&("undo"==a.data.name||"redo"==a.data.name))d.getScayt(b).setDisabled(!0),d.refresh_timeout&&window.clearTimeout(d.refresh_timeout),d.refresh_timeout=window.setTimeout(function(){d.getScayt(b).setDisabled(!1);d.getScayt(b).focus();d.getScayt(b).refresh()},10)});b.on("destroy",c);b.on("setData",c);b.on("insertElement",function(){var a=d.getScayt(b);d.isScaytEnabled(b)&&(CKEDITOR.env.ie&&b.getSelection().unlock(!0),window.setTimeout(function(){a.focus();a.refresh()},10))},this,null,50);b.on("insertHtml", +function(){var a=d.getScayt(b);d.isScaytEnabled(b)&&(CKEDITOR.env.ie&&b.getSelection().unlock(!0),window.setTimeout(function(){a.focus();a.refresh()},10))},this,null,50);b.on("scaytDialog",function(a){a.data.djConfig=window.djConfig;a.data.scayt_control=d.getScayt(b);a.data.tab=j;a.data.scayt=window.scayt});var e=b.dataProcessor;(e=e&&e.htmlFilter)&&e.addRules({elements:{span:function(a){if(a.attributes["data-scayt_word"]&&a.attributes["data-scaytid"])return delete a.name,a}}});var e=CKEDITOR.plugins.undo.Image.prototype, +f="function"==typeof e.equalsContent?"equalsContent":"equals";e[f]=CKEDITOR.tools.override(e[f],function(a){return function(b){var c=this.contents,g=b.contents,e=d.getScayt(this.editor);e&&d.isScaytReady(this.editor)&&(this.contents=e.reset(c)||"",b.contents=e.reset(g)||"");e=a.apply(this,arguments);this.contents=c;b.contents=g;return e}});e=CKEDITOR.editor.prototype;e.checkDirty=CKEDITOR.tools.override(e.checkDirty,function(a){return function(){var b=null,c=d.getScayt(this);c&&d.isScaytReady(this)? +(b=c.reset(this.getSnapshot()),c=c.reset(this._.previousValue),b=b!==c):b=a.apply(this);return b}});b.document&&(b.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE||b.focusManager.hasFocus)&&g()};CKEDITOR.plugins.scayt={engineLoaded:!1,instances:{},controlInfo:{},setControlInfo:function(a,c){a&&(a.name&&"object"!=typeof this.controlInfo[a.name])&&(this.controlInfo[a.name]={});for(var b in c)this.controlInfo[a.name][b]=c[b]},isControlRestored:function(a){return a&&a.name&&this.controlInfo[a.name]?this.controlInfo[a.name].restored: +!1},markControlRestore:function(a){this.setControlInfo(a,{restored:!0})},setControlId:function(a,c){this.setControlInfo(a,{id:c})},getControlId:function(a){return a&&a.name&&this.controlInfo[a.name]&&this.controlInfo[a.name].id?this.controlInfo[a.name].id:null},setPaused:function(a,c){this.setControlInfo(a,{paused:c})},isPaused:function(a){if(a&&a.name&&this.controlInfo[a.name])return this.controlInfo[a.name].paused},getScayt:function(a){return this.instances[a.name]},isScaytReady:function(a){return!0=== +this.engineLoaded&&"undefined"!==typeof window.scayt&&this.getScayt(a)},isScaytEnabled:function(a){return(a=this.getScayt(a))?!1===a.disabled:!1},getUiTabs:function(a){var c=[],b=a.config.scayt_uiTabs||"1,1,1",b=b.split(",");b[3]="1";for(var d=0;4>d;d++)c[d]="undefined"!=typeof window.scayt&&"undefined"!=typeof window.scayt.uiTags?parseInt(b[d],10)&&window.scayt.uiTags[d]:parseInt(b[d],10);"object"==typeof a.plugins.wsc?c.push(1):c.push(0);return c},loadEngine:function(a){if(CKEDITOR.env.gecko&&10900> +CKEDITOR.env.version||CKEDITOR.env.opera||CKEDITOR.env.air)return a.fire("showScaytState");if(!0===this.engineLoaded)return r.apply(a);if(-1==this.engineLoaded)return CKEDITOR.on("scaytReady",function(){r.apply(a)});CKEDITOR.on("scaytReady",r,a);CKEDITOR.on("scaytReady",function(){this.engineLoaded=!0},this,null,0);this.engineLoaded=-1;var c=document.location.protocol,c=-1!=c.search(/https?:/)?c:"http:",c=a.config.scayt_srcUrl||c+"//svc.webspellchecker.net/scayt26/loader__base.js",b=d.parseUrl(c).path+ +"/";void 0==window.scayt?(CKEDITOR._djScaytConfig={baseUrl:b,addOnLoad:[function(){CKEDITOR.fireOnce("scaytReady")}],isDebug:!1},CKEDITOR.document.getHead().append(CKEDITOR.document.createElement("script",{attributes:{type:"text/javascript",async:"true",src:c}}))):CKEDITOR.fireOnce("scaytReady");return null},parseUrl:function(a){var c;return a.match&&(c=a.match(/(.*)[\/\\](.*?\.\w+)$/))?{path:c[1],file:c[2]}:a}};var d=CKEDITOR.plugins.scayt,p=function(a,c,b,d,e,f,h){a.addCommand(d,e);a.addMenuItem(d, +{label:b,command:d,group:f,order:h})},u={preserveState:!0,editorFocus:!1,canUndo:!1,exec:function(a){if(d.isScaytReady(a)){var c=d.isScaytEnabled(a);this.setState(c?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_ON);a=d.getScayt(a);a.focus();a.setDisabled(c)}else!a.config.scayt_autoStartup&&0<=d.engineLoaded&&(a.focus(),this.setState(CKEDITOR.TRISTATE_DISABLED),d.loadEngine(a))}};CKEDITOR.plugins.add("scayt",{requires:"menubutton,dialog",beforeInit:function(a){var c=a.config.scayt_contextMenuItemsOrder|| +"suggest|moresuggest|control",b="";if((c=c.split("|"))&&c.length)for(var d=0;d<c.length;d++)b+="scayt_"+c[d]+(c.length!=parseInt(d,10)+1?",":"");a.config.menu_groups=b+","+a.config.menu_groups},checkEnvironment:function(){return CKEDITOR.env.opera||CKEDITOR.env.air?0:1},init:function(a){var c=a.dataProcessor&&a.dataProcessor.dataFilter,b={elements:{span:function(a){var b=a.attributes;b&&b["data-scaytid"]&&delete a.name}}};c&&c.addRules(b);var g={},e={},f=a.addCommand("scaytcheck",u);CKEDITOR.dialog.add("scaytcheck", +CKEDITOR.getUrl(this.path+"dialogs/options.js"));c=d.getUiTabs(a);a.addMenuGroup("scaytButton");a.addMenuGroup("scayt_suggest",-10);a.addMenuGroup("scayt_moresuggest",-9);a.addMenuGroup("scayt_control",-8);var b={},h=a.lang.scayt;b.scaytToggle={label:h.enable,command:"scaytcheck",group:"scaytButton"};1==c[0]&&(b.scaytOptions={label:h.options,group:"scaytButton",onClick:function(){j="options";a.openDialog("scaytcheck")}});1==c[1]&&(b.scaytLangs={label:h.langs,group:"scaytButton",onClick:function(){j= +"langs";a.openDialog("scaytcheck")}});1==c[2]&&(b.scaytDict={label:h.dictionariesTab,group:"scaytButton",onClick:function(){j="dictionaries";a.openDialog("scaytcheck")}});b.scaytAbout={label:a.lang.scayt.about,group:"scaytButton",onClick:function(){j="about";a.openDialog("scaytcheck")}};1==c[4]&&(b.scaytWSC={label:a.lang.wsc.toolbar,group:"scaytButton",command:"checkspell"});a.addMenuItems(b);a.ui.add("Scayt",CKEDITOR.UI_MENUBUTTON,{label:h.title,title:CKEDITOR.env.opera?h.opera_title:h.title,modes:{wysiwyg:this.checkEnvironment()}, +toolbar:"spellchecker,20",onRender:function(){f.on("state",function(){this.setState(f.state)},this)},onMenu:function(){var b=d.isScaytEnabled(a);a.getMenuItem("scaytToggle").label=h[b?"disable":"enable"];var c=d.getUiTabs(a);return{scaytToggle:CKEDITOR.TRISTATE_OFF,scaytOptions:b&&c[0]?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,scaytLangs:b&&c[1]?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,scaytDict:b&&c[2]?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,scaytAbout:b&&c[3]?CKEDITOR.TRISTATE_OFF: +CKEDITOR.TRISTATE_DISABLED,scaytWSC:c[4]?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED}}});a.contextMenu&&a.addMenuItems&&a.contextMenu.addListener(function(b,c){if(!d.isScaytEnabled(a)||c.getRanges()[0].checkReadOnly())return null;var f=d.getScayt(a),n=f.getScaytNode();if(!n)return null;var i=f.getWord(n);if(!i)return null;var j=f.getLang(),l=a.config.scayt_contextCommands||"all",i=window.scayt.getSuggestion(i,j),l=l.split("|"),m;for(m in g){delete a._.menuItems[m];delete a.commands[m]}for(m in e){delete a._.menuItems[m]; +delete a.commands[m]}if(!i||!i.length){p(a,"no_sugg",h.noSuggestions,"scayt_no_sugg",{exec:function(){}},"scayt_control",1,true);e.scayt_no_sugg=CKEDITOR.TRISTATE_OFF}else{g={};e={};m=a.config.scayt_moreSuggestions||"on";var j=false,s=a.config.scayt_maxSuggestions;typeof s!="number"&&(s=5);!s&&(s=i.length);for(var k=0,r=i.length;k<r;k=k+1){var q="scayt_suggestion_"+i[k].replace(" ","_"),t=function(a,b){return{exec:function(){f.replace(a,b)}}}(n,i[k]);if(k<s){p(a,"button_"+q,i[k],q,t,"scayt_suggest", +k+1);e[q]=CKEDITOR.TRISTATE_OFF}else if(m=="on"){p(a,"button_"+q,i[k],q,t,"scayt_moresuggest",k+1);g[q]=CKEDITOR.TRISTATE_OFF;j=true}}if(j){a.addMenuItem("scayt_moresuggest",{label:h.moreSuggestions,group:"scayt_moresuggest",order:10,getItems:function(){return g}});e.scayt_moresuggest=CKEDITOR.TRISTATE_OFF}}if(o("all",l)||o("ignore",l)){p(a,"ignore",h.ignore,"scayt_ignore",{exec:function(){f.ignore(n)}},"scayt_control",2);e.scayt_ignore=CKEDITOR.TRISTATE_OFF}if(o("all",l)||o("ignoreall",l)){p(a,"ignore_all", +h.ignoreAll,"scayt_ignore_all",{exec:function(){f.ignoreAll(n)}},"scayt_control",3);e.scayt_ignore_all=CKEDITOR.TRISTATE_OFF}if(o("all",l)||o("add",l)){p(a,"add_word",h.addWord,"scayt_add_word",{exec:function(){window.scayt.addWordToUserDictionary(n)}},"scayt_control",4);e.scayt_add_word=CKEDITOR.TRISTATE_OFF}f.fireOnContextMenu&&f.fireOnContextMenu(a);return e});c=function(b){b.removeListener();CKEDITOR.env.opera||CKEDITOR.env.air?f.setState(CKEDITOR.TRISTATE_DISABLED):f.setState(d.isScaytEnabled(a)? +CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF)};a.on("showScaytState",c);a.on("instanceReady",c);if(a.config.scayt_autoStartup)a.on("instanceReady",function(){d.loadEngine(a)})},afterInit:function(a){var c,b=function(a){if(a.hasAttribute("data-scaytid"))return!1};a._.elementsPath&&(c=a._.elementsPath.filters)&&c.push(b);a.addRemoveFormatFilter&&a.addRemoveFormatFilter(b)}})})();(function(){CKEDITOR.plugins.add("stylescombo",{requires:"richcombo",init:function(c){var j=c.config,f=c.lang.stylescombo,e={},i=[],k=[];c.on("stylesSet",function(b){if(b=b.data.styles){for(var a,h,d=0,g=b.length;d<g;d++)if(a=b[d],!(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=j.enterMode,a._.weight=d+1E3*(a.type==CKEDITOR.STYLE_OBJECT?1:a.type==CKEDITOR.STYLE_BLOCK?2:3),e[h]=a,i.push(a),k.push(a); +i.sort(function(a,b){return a._.weight-b._.weight})}});c.ui.addRichCombo("Styles",{label:f.label,title:f.panelTitle,toolbar:"styles,10",allowedContent:k,panel:{css:[CKEDITOR.skin.getPath("editor")].concat(j.contentsCss),multiSelect:!0,attributes:{"aria-label":f.panelTitle}},init:function(){var b,a,c,d,g,e;g=0;for(e=i.length;g<e;g++)b=i[g],a=b._name,d=b.type,d!=c&&(this.startGroup(f["panelTitle"+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");var b=e[b],a=c.elementPath();c[b.checkActive(a)?"removeStyle":"applyStyle"](b);c.fire("saveSnapshot")},onRender:function(){c.on("selectionChange",function(b){for(var a=this.getValue(),b=b.data.path.elements,c=0,d=b.length,g;c<d;c++){g=b[c];for(var f in e)if(e[f].checkElementRemovable(g,!0)){f!=a&&this.setValue(f);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 e){var d= +e[h],g=d.type;d.checkApplicable(b,c.activeFilter)?a[g]++:this.hideItem(h);d.checkActive(b)&&this.mark(h)}a[CKEDITOR.STYLE_BLOCK]||this.hideGroup(f["panelTitle"+CKEDITOR.STYLE_BLOCK]);a[CKEDITOR.STYLE_INLINE]||this.hideGroup(f["panelTitle"+CKEDITOR.STYLE_INLINE]);a[CKEDITOR.STYLE_OBJECT]||this.hideGroup(f["panelTitle"+CKEDITOR.STYLE_OBJECT])},refresh:function(){var b=c.elementPath();if(b){for(var a in e)if(e[a].checkApplicable(b,c.activeFilter))return;this.setState(CKEDITOR.TRISTATE_DISABLED)}},reset:function(){e= +{};i=[]}})}})})();(function(){function i(c){return{editorFocus:!1,canUndo:!1,modes:{wysiwyg:1},exec:function(d){if(d.editable().hasFocus){var e=d.getSelection(),b;if(b=(new CKEDITOR.dom.elementPath(e.getCommonAncestor(),e.root)).contains({td:1,th:1},1)){var e=d.createRange(),a=CKEDITOR.tools.tryThese(function(){var a=b.getParent().$.cells[b.$.cellIndex+(c?-1:1)];a.parentNode.parentNode;return a},function(){var a=b.getParent(),a=a.getAscendant("table").$.rows[a.$.rowIndex+(c?-1:1)];return a.cells[c?a.cells.length-1: +0]});if(!a&&!c){for(var f=b.getAscendant("table").$,a=b.getParent().$.cells,f=new CKEDITOR.dom.element(f.insertRow(-1),d.document),g=0,h=a.length;g<h;g++)f.append((new CKEDITOR.dom.element(a[g],d.document)).clone(!1,!1)).appendBogus();e.moveToElementEditStart(f)}else if(a)a=new CKEDITOR.dom.element(a),e.moveToElementEditStart(a),(!e.checkStartOfBlock()||!e.checkEndOfBlock())&&e.selectNodeContents(a);else return!0;e.select(!0);return!0}}return!1}}}var h={editorFocus:!1,modes:{wysiwyg:1,source:1}}, +g={exec:function(c){c.container.focusNext(!0,c.tabIndex)}},f={exec:function(c){c.container.focusPrevious(!0,c.tabIndex)}};CKEDITOR.plugins.add("tab",{init:function(c){for(var d=!1!==c.config.enableTabKeyTools,e=c.config.tabSpaces||0,b="";e--;)b+=" ";if(b)c.on("key",function(a){9==a.data.keyCode&&(c.insertHtml(b),a.cancel())});if(d)c.on("key",function(a){(9==a.data.keyCode&&c.execCommand("selectNextCell")||a.data.keyCode==CKEDITOR.SHIFT+9&&c.execCommand("selectPreviousCell"))&&a.cancel()});c.addCommand("blur", +CKEDITOR.tools.extend(g,h));c.addCommand("blurBack",CKEDITOR.tools.extend(f,h));c.addCommand("selectNextCell",i());c.addCommand("selectPreviousCell",i(!0))}})})(); +CKEDITOR.dom.element.prototype.focusNext=function(i,h){var g=void 0===h?this.getTabIndex():h,f,c,d,e,b,a;if(0>=g)for(b=this.getNextSourceNode(i,CKEDITOR.NODE_ELEMENT);b;){if(b.isVisible()&&0===b.getTabIndex()){d=b;break}b=b.getNextSourceNode(!1,CKEDITOR.NODE_ELEMENT)}else for(b=this.getDocument().getBody().getFirst();b=b.getNextSourceNode(!1,CKEDITOR.NODE_ELEMENT);){if(!f)if(!c&&b.equals(this)){if(c=!0,i){if(!(b=b.getNextSourceNode(!0,CKEDITOR.NODE_ELEMENT)))break;f=1}}else c&&!this.contains(b)&& +(f=1);if(b.isVisible()&&!(0>(a=b.getTabIndex()))){if(f&&a==g){d=b;break}a>g&&(!d||!e||a<e)?(d=b,e=a):!d&&0===a&&(d=b,e=a)}}d&&d.focus()}; +CKEDITOR.dom.element.prototype.focusPrevious=function(i,h){for(var g=void 0===h?this.getTabIndex():h,f,c,d,e=0,b,a=this.getDocument().getBody().getLast();a=a.getPreviousSourceNode(!1,CKEDITOR.NODE_ELEMENT);){if(!f)if(!c&&a.equals(this)){if(c=!0,i){if(!(a=a.getPreviousSourceNode(!0,CKEDITOR.NODE_ELEMENT)))break;f=1}}else c&&!this.contains(a)&&(f=1);if(a.isVisible()&&!(0>(b=a.getTabIndex())))if(0>=g){if(f&&0===b){d=a;break}b>e&&(d=a,e=b)}else{if(f&&b==g){d=a;break}if(b<g&&(!d||b>e))d=a,e=b}}d&&d.focus()};CKEDITOR.plugins.add("table",{requires:"dialog",init:function(a){function d(a){return CKEDITOR.tools.extend(a||{},{contextSensitive:1,refresh:function(a,e){this.setState(e.contains("table",1)?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED)}})}if(!a.blockless){var b=a.lang.table;a.addCommand("table",new CKEDITOR.dialogCommand("table",{context:"table",allowedContent:"table{width,height}[align,border,cellpadding,cellspacing,summary];caption tbody thead tfoot;th td tr[scope];"+(a.plugins.dialogadvtab? +"table"+a.plugins.dialogadvtab.allowedContent():""),requiredContent:"table",contentTransformations:[["table{width}: sizeToStyle","table[width]: sizeToAttribute"]]}));a.addCommand("tableProperties",new CKEDITOR.dialogCommand("tableProperties",d()));a.addCommand("tableDelete",d({exec:function(a){var c=a.elementPath().contains("table",1);if(c){var b=c.getParent();1==b.getChildCount()&&!b.is("body","td","th")&&(c=b);a=a.createRange();a.moveToPosition(c,CKEDITOR.POSITION_BEFORE_START);c.remove();a.select()}}})); +a.ui.addButton&&a.ui.addButton("Table",{label:b.toolbar,command:"table",toolbar:"insert,30"});CKEDITOR.dialog.add("table",this.path+"dialogs/table.js");CKEDITOR.dialog.add("tableProperties",this.path+"dialogs/table.js");a.addMenuItems&&a.addMenuItems({table:{label:b.menu,command:"tableProperties",group:"table",order:5},tabledelete:{label:b.deleteTable,command:"tableDelete",group:"table",order:1}});a.on("doubleclick",function(a){a.data.element.is("table")&&(a.data.dialog="tableProperties")});a.contextMenu&& +a.contextMenu.addListener(function(){return{tabledelete:CKEDITOR.TRISTATE_OFF,table:CKEDITOR.TRISTATE_OFF}})}}});(function(){function p(e){function d(a){!(0<b.length)&&(a.type==CKEDITOR.NODE_ELEMENT&&y.test(a.getName())&&!a.getCustomData("selected_cell"))&&(CKEDITOR.dom.element.setMarker(c,a,"selected_cell",!0),b.push(a))}for(var e=e.getRanges(),b=[],c={},a=0;a<e.length;a++){var f=e[a];if(f.collapsed)f=f.getCommonAncestor(),(f=f.getAscendant("td",!0)||f.getAscendant("th",!0))&&b.push(f);else{var f=new CKEDITOR.dom.walker(f),g;for(f.guard=d;g=f.next();)if(g.type!=CKEDITOR.NODE_ELEMENT||!g.is(CKEDITOR.dtd.table))if((g= +g.getAscendant("td",!0)||g.getAscendant("th",!0))&&!g.getCustomData("selected_cell"))CKEDITOR.dom.element.setMarker(c,g,"selected_cell",!0),b.push(g)}}CKEDITOR.dom.element.clearAllMarkers(c);return b}function o(e,d){for(var b=p(e),c=b[0],a=c.getAscendant("table"),c=c.getDocument(),f=b[0].getParent(),g=f.$.rowIndex,b=b[b.length-1],h=b.getParent().$.rowIndex+b.$.rowSpan-1,b=new CKEDITOR.dom.element(a.$.rows[h]),g=d?g:h,f=d?f:b,b=CKEDITOR.tools.buildTableMap(a),a=b[g],g=d?b[g-1]:b[g+1],b=b[0].length, +c=c.createElement("tr"),h=0;a[h]&&h<b;h++){var i;1<a[h].rowSpan&&g&&a[h]==g[h]?(i=a[h],i.rowSpan+=1):(i=(new CKEDITOR.dom.element(a[h])).clone(),i.removeAttribute("rowSpan"),i.appendBogus(),c.append(i),i=i.$);h+=i.colSpan-1}d?c.insertBefore(f):c.insertAfter(f)}function q(e){if(e instanceof CKEDITOR.dom.selection){for(var d=p(e),b=d[0].getAscendant("table"),c=CKEDITOR.tools.buildTableMap(b),e=d[0].getParent().$.rowIndex,d=d[d.length-1],a=d.getParent().$.rowIndex+d.$.rowSpan-1,d=[],f=e;f<=a;f++){for(var g= +c[f],h=new CKEDITOR.dom.element(b.$.rows[f]),i=0;i<g.length;i++){var j=new CKEDITOR.dom.element(g[i]),l=j.getParent().$.rowIndex;1==j.$.rowSpan?j.remove():(j.$.rowSpan-=1,l==f&&(l=c[f+1],l[i-1]?j.insertAfter(new CKEDITOR.dom.element(l[i-1])):(new CKEDITOR.dom.element(b.$.rows[f+1])).append(j,1)));i+=j.$.colSpan-1}d.push(h)}c=b.$.rows;b=new CKEDITOR.dom.element(c[a+1]||(0<e?c[e-1]:null)||b.$.parentNode);for(f=d.length;0<=f;f--)q(d[f]);return b}e instanceof CKEDITOR.dom.element&&(b=e.getAscendant("table"), +1==b.$.rows.length?b.remove():e.remove());return null}function r(e,d){for(var b=d?Infinity:0,c=0;c<e.length;c++){var a;a=e[c];for(var f=d,g=a.getParent().$.cells,h=0,i=0;i<g.length;i++){var j=g[i],h=h+(f?1:j.colSpan);if(j==a.$)break}a=h-1;if(d?a<b:a>b)b=a}return b}function k(e,d){for(var b=p(e),c=b[0].getAscendant("table"),a=r(b,1),b=r(b),a=d?a:b,f=CKEDITOR.tools.buildTableMap(c),c=[],b=[],g=f.length,h=0;h<g;h++)c.push(f[h][a]),b.push(d?f[h][a-1]:f[h][a+1]);for(h=0;h<g;h++)c[h]&&(1<c[h].colSpan&& +b[h]==c[h]?(a=c[h],a.colSpan+=1):(a=(new CKEDITOR.dom.element(c[h])).clone(),a.removeAttribute("colSpan"),a.appendBogus(),a[d?"insertBefore":"insertAfter"].call(a,new CKEDITOR.dom.element(c[h])),a=a.$),h+=a.rowSpan-1)}function u(e,d){var b=e.getStartElement();if(b=b.getAscendant("td",1)||b.getAscendant("th",1)){var c=b.clone();c.appendBogus();d?c.insertBefore(b):c.insertAfter(b)}}function t(e){if(e instanceof CKEDITOR.dom.selection){var e=p(e),d=e[0]&&e[0].getAscendant("table"),b;a:{var c=0;b=e.length- +1;for(var a={},f,g;f=e[c++];)CKEDITOR.dom.element.setMarker(a,f,"delete_cell",!0);for(c=0;f=e[c++];)if((g=f.getPrevious())&&!g.getCustomData("delete_cell")||(g=f.getNext())&&!g.getCustomData("delete_cell")){CKEDITOR.dom.element.clearAllMarkers(a);b=g;break a}CKEDITOR.dom.element.clearAllMarkers(a);g=e[0].getParent();(g=g.getPrevious())?b=g.getLast():(g=e[b].getParent(),b=(g=g.getNext())?g.getChild(0):null)}for(g=e.length-1;0<=g;g--)t(e[g]);b?m(b,!0):d&&d.remove()}else e instanceof CKEDITOR.dom.element&& +(d=e.getParent(),1==d.getChildCount()?d.remove():e.remove())}function m(e,d){var b=e.getDocument(),c=CKEDITOR.document;CKEDITOR.env.ie&&10==CKEDITOR.env.version&&(c.focus(),b.focus());b=new CKEDITOR.dom.range(b);if(!b["moveToElementEdit"+(d?"End":"Start")](e))b.selectNodeContents(e),b.collapse(d?!1:!0);b.select(!0)}function v(e,d,b){e=e[d];if("undefined"==typeof b)return e;for(d=0;e&&d<e.length;d++){if(b.is&&e[d]==b.$)return d;if(d==b)return new CKEDITOR.dom.element(e[d])}return b.is?-1:null}function s(e, +d,b){var c=p(e),a;if((d?1!=c.length:2>c.length)||(a=e.getCommonAncestor())&&a.type==CKEDITOR.NODE_ELEMENT&&a.is("table"))return!1;var f,e=c[0];a=e.getAscendant("table");var g=CKEDITOR.tools.buildTableMap(a),h=g.length,i=g[0].length,j=e.getParent().$.rowIndex,l=v(g,j,e);if(d){var n;try{var m=parseInt(e.getAttribute("rowspan"),10)||1;f=parseInt(e.getAttribute("colspan"),10)||1;n=g["up"==d?j-m:"down"==d?j+m:j]["left"==d?l-f:"right"==d?l+f:l]}catch(z){return!1}if(!n||e.$==n)return!1;c["up"==d||"left"== +d?"unshift":"push"](new CKEDITOR.dom.element(n))}for(var d=e.getDocument(),o=j,m=n=0,q=!b&&new CKEDITOR.dom.documentFragment(d),s=0,d=0;d<c.length;d++){f=c[d];var k=f.getParent(),t=f.getFirst(),r=f.$.colSpan,u=f.$.rowSpan,k=k.$.rowIndex,w=v(g,k,f),s=s+r*u,m=Math.max(m,w-l+r);n=Math.max(n,k-j+u);if(!b){r=f;(u=r.getBogus())&&u.remove();r.trim();if(f.getChildren().count()){if(k!=o&&t&&(!t.isBlockBoundary||!t.isBlockBoundary({br:1})))(o=q.getLast(CKEDITOR.dom.walker.whitespaces(!0)))&&(!o.is||!o.is("br"))&& +q.append("br");f.moveChildren(q)}d?f.remove():f.setHtml("")}o=k}if(b)return n*m==s;q.moveChildren(e);e.appendBogus();m>=i?e.removeAttribute("rowSpan"):e.$.rowSpan=n;n>=h?e.removeAttribute("colSpan"):e.$.colSpan=m;b=new CKEDITOR.dom.nodeList(a.$.rows);c=b.count();for(d=c-1;0<=d;d--)a=b.getItem(d),a.$.cells.length||(a.remove(),c++);return e}function w(e,d){var b=p(e);if(1<b.length)return!1;if(d)return!0;var b=b[0],c=b.getParent(),a=c.getAscendant("table"),f=CKEDITOR.tools.buildTableMap(a),g=c.$.rowIndex, +h=v(f,g,b),i=b.$.rowSpan,j;if(1<i){j=Math.ceil(i/2);for(var i=Math.floor(i/2),c=g+j,a=new CKEDITOR.dom.element(a.$.rows[c]),f=v(f,c),l,c=b.clone(),g=0;g<f.length;g++)if(l=f[g],l.parentNode==a.$&&g>h){c.insertBefore(new CKEDITOR.dom.element(l));break}else l=null;l||a.append(c)}else{i=j=1;a=c.clone();a.insertAfter(c);a.append(c=b.clone());l=v(f,g);for(h=0;h<l.length;h++)l[h].rowSpan++}c.appendBogus();b.$.rowSpan=j;c.$.rowSpan=i;1==j&&b.removeAttribute("rowSpan");1==i&&c.removeAttribute("rowSpan");return c} +function x(e,d){var b=p(e);if(1<b.length)return!1;if(d)return!0;var b=b[0],c=b.getParent(),a=c.getAscendant("table"),a=CKEDITOR.tools.buildTableMap(a),f=v(a,c.$.rowIndex,b),g=b.$.colSpan;if(1<g)c=Math.ceil(g/2),g=Math.floor(g/2);else{for(var g=c=1,h=[],i=0;i<a.length;i++){var j=a[i];h.push(j[f]);1<j[f].rowSpan&&(i+=j[f].rowSpan-1)}for(a=0;a<h.length;a++)h[a].colSpan++}a=b.clone();a.insertAfter(b);a.appendBogus();b.$.colSpan=c;a.$.colSpan=g;1==c&&b.removeAttribute("colSpan");1==g&&a.removeAttribute("colSpan"); +return a}var y=/^(?:td|th)$/;CKEDITOR.plugins.tabletools={requires:"table,dialog,contextmenu",init:function(e){function d(a){return CKEDITOR.tools.extend(a||{},{contextSensitive:1,refresh:function(a,b){this.setState(b.contains({td:1,th:1},1)?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED)}})}function b(a,b){var c=e.addCommand(a,b);e.addFeature(c)}var c=e.lang.table;b("cellProperties",new CKEDITOR.dialogCommand("cellProperties",d({allowedContent:"td th{width,height,border-color,background-color,white-space,vertical-align,text-align}[colspan,rowspan]", +requiredContent:"table"})));CKEDITOR.dialog.add("cellProperties",this.path+"dialogs/tableCell.js");b("rowDelete",d({requiredContent:"table",exec:function(a){a=a.getSelection();m(q(a))}}));b("rowInsertBefore",d({requiredContent:"table",exec:function(a){a=a.getSelection();o(a,!0)}}));b("rowInsertAfter",d({requiredContent:"table",exec:function(a){a=a.getSelection();o(a)}}));b("columnDelete",d({requiredContent:"table",exec:function(a){for(var a=a.getSelection(),a=p(a),b=a[0],c=a[a.length-1],a=b.getAscendant("table"), +d=CKEDITOR.tools.buildTableMap(a),e,j,l=[],n=0,o=d.length;n<o;n++)for(var k=0,q=d[n].length;k<q;k++)d[n][k]==b.$&&(e=k),d[n][k]==c.$&&(j=k);for(n=e;n<=j;n++)for(k=0;k<d.length;k++)c=d[k],b=new CKEDITOR.dom.element(a.$.rows[k]),c=new CKEDITOR.dom.element(c[n]),c.$&&(1==c.$.colSpan?c.remove():c.$.colSpan-=1,k+=c.$.rowSpan-1,b.$.cells.length||l.push(b));j=a.$.rows[0]&&a.$.rows[0].cells;e=new CKEDITOR.dom.element(j[e]||(e?j[e-1]:a.$.parentNode));l.length==o&&a.remove();e&&m(e,!0)}}));b("columnInsertBefore", +d({requiredContent:"table",exec:function(a){a=a.getSelection();k(a,!0)}}));b("columnInsertAfter",d({requiredContent:"table",exec:function(a){a=a.getSelection();k(a)}}));b("cellDelete",d({requiredContent:"table",exec:function(a){a=a.getSelection();t(a)}}));b("cellMerge",d({allowedContent:"td[colspan,rowspan]",requiredContent:"td[colspan,rowspan]",exec:function(a){m(s(a.getSelection()),!0)}}));b("cellMergeRight",d({allowedContent:"td[colspan]",requiredContent:"td[colspan]",exec:function(a){m(s(a.getSelection(), +"right"),!0)}}));b("cellMergeDown",d({allowedContent:"td[rowspan]",requiredContent:"td[rowspan]",exec:function(a){m(s(a.getSelection(),"down"),!0)}}));b("cellVerticalSplit",d({allowedContent:"td[rowspan]",requiredContent:"td[rowspan]",exec:function(a){m(w(a.getSelection()))}}));b("cellHorizontalSplit",d({allowedContent:"td[colspan]",requiredContent:"td[colspan]",exec:function(a){m(x(a.getSelection()))}}));b("cellInsertBefore",d({requiredContent:"table",exec:function(a){a=a.getSelection();u(a,!0)}})); +b("cellInsertAfter",d({requiredContent:"table",exec:function(a){a=a.getSelection();u(a)}}));e.addMenuItems&&e.addMenuItems({tablecell:{label:c.cell.menu,group:"tablecell",order:1,getItems:function(){var a=e.getSelection(),b=p(a);return{tablecell_insertBefore:CKEDITOR.TRISTATE_OFF,tablecell_insertAfter:CKEDITOR.TRISTATE_OFF,tablecell_delete:CKEDITOR.TRISTATE_OFF,tablecell_merge:s(a,null,!0)?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,tablecell_merge_right:s(a,"right",!0)?CKEDITOR.TRISTATE_OFF: +CKEDITOR.TRISTATE_DISABLED,tablecell_merge_down:s(a,"down",!0)?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,tablecell_split_vertical:w(a,!0)?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,tablecell_split_horizontal:x(a,!0)?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,tablecell_properties:0<b.length?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED}}},tablecell_insertBefore:{label:c.cell.insertBefore,group:"tablecell",command:"cellInsertBefore",order:5},tablecell_insertAfter:{label:c.cell.insertAfter, +group:"tablecell",command:"cellInsertAfter",order:10},tablecell_delete:{label:c.cell.deleteCell,group:"tablecell",command:"cellDelete",order:15},tablecell_merge:{label:c.cell.merge,group:"tablecell",command:"cellMerge",order:16},tablecell_merge_right:{label:c.cell.mergeRight,group:"tablecell",command:"cellMergeRight",order:17},tablecell_merge_down:{label:c.cell.mergeDown,group:"tablecell",command:"cellMergeDown",order:18},tablecell_split_horizontal:{label:c.cell.splitHorizontal,group:"tablecell", +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:p}; +CKEDITOR.plugins.add("tabletools",CKEDITOR.plugins.tabletools)})();CKEDITOR.tools.buildTableMap=function(p){for(var p=p.$.rows,o=-1,q=[],r=0;r<p.length;r++){o++;!q[o]&&(q[o]=[]);for(var k=-1,u=0;u<p[r].cells.length;u++){var t=p[r].cells[u];for(k++;q[o][k];)k++;for(var m=isNaN(t.colSpan)?1:t.colSpan,t=isNaN(t.rowSpan)?1:t.rowSpan,v=0;v<t;v++){q[o+v]||(q[o+v]=[]);for(var s=0;s<m;s++)q[o+v][k+s]=p[r].cells[u]}k+=m-1}}return q};(function(){function g(a){this.editor=a;this.reset()}CKEDITOR.plugins.add("undo",{init:function(a){function c(a){b.enabled&&!1!==a.data.command.canUndo&&b.save()}function d(){b.enabled=a.readOnly?!1:"wysiwyg"==a.mode;b.onChange()}var b=a.undoManager=new g(a),e=a.addCommand("undo",{exec:function(){b.undo()&&(a.selectionChange(),this.fire("afterUndo"))},startDisabled:!0,canUndo:!1}),f=a.addCommand("redo",{exec:function(){b.redo()&&(a.selectionChange(),this.fire("afterRedo"))},startDisabled:!0,canUndo:!1}); +a.setKeystroke([[CKEDITOR.CTRL+90,"undo"],[CKEDITOR.CTRL+89,"redo"],[CKEDITOR.CTRL+CKEDITOR.SHIFT+90,"redo"]]);b.onChange=function(){e.setState(b.undoable()?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED);f.setState(b.redoable()?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED)};a.on("beforeCommandExec",c);a.on("afterCommandExec",c);a.on("saveSnapshot",function(a){b.save(a.data&&a.data.contentOnly)});a.on("contentDom",function(){a.editable().on("keydown",function(a){a=a.data.getKey();(8==a||46== +a)&&b.type(a,0)});a.editable().on("keypress",function(a){b.type(a.data.getKey(),1)})});a.on("beforeModeUnload",function(){"wysiwyg"==a.mode&&b.save(!0)});a.on("mode",d);a.on("readOnly",d);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(){b.reset();a.fire("saveSnapshot")};a.on("updateSnapshot",function(){b.currentImage&&b.update()});a.on("lockSnapshot", +function(a){b.lock(a.data&&a.data.dontUpdate)});a.on("unlockSnapshot",b.unlock,b)}});CKEDITOR.plugins.undo={};var f=CKEDITOR.plugins.undo.Image=function(a,c){this.editor=a;a.fire("beforeUndoImage");var d=a.getSnapshot();CKEDITOR.env.ie&&d&&(d=d.replace(/\s+data-cke-expando=".*?"/g,""));this.contents=d;c||(this.bookmarks=(d=d&&a.getSelection())&&d.createBookmarks2(!0));a.fire("afterUndoImage")},h=/\b(?:href|src|name)="[^"]*?"/gi;f.prototype={equalsContent:function(a){var c=this.contents,a=a.contents; +if(CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat))c=c.replace(h,""),a=a.replace(h,"");return c!=a?!1:!0},equalsSelection:function(a){var c=this.bookmarks,a=a.bookmarks;if(c||a){if(!c||!a||c.length!=a.length)return!1;for(var d=0;d<c.length;d++){var b=c[d],e=a[d];if(b.startOffset!=e.startOffset||b.endOffset!=e.endOffset||!CKEDITOR.tools.arrayCompare(b.start,e.start)||!CKEDITOR.tools.arrayCompare(b.end,e.end))return!1}}return!0}};g.prototype={type:function(a,c){var d=!c&&a!=this.lastKeystroke, +b=this.editor;if(!this.typing||c&&!this.wasCharacter||d){var e=new f(b),g=this.snapshots.length;CKEDITOR.tools.setTimeout(function(){var a=b.getSnapshot();CKEDITOR.env.ie&&(a=a.replace(/\s+data-cke-expando=".*?"/g,""));e.contents!=a&&g==this.snapshots.length&&(this.typing=!0,this.save(!1,e,!1)||this.snapshots.splice(this.index+1,this.snapshots.length-this.index-1),this.hasUndo=!0,this.hasRedo=!1,this.modifiersCount=this.typesCount=1,this.onChange())},0,this)}this.lastKeystroke=a;(this.wasCharacter= +c)?(this.modifiersCount=0,this.typesCount++,25<this.typesCount?(this.save(!1,null,!1),this.typesCount=1):setTimeout(function(){b.fire("change")},0)):(this.typesCount=0,this.modifiersCount++,25<this.modifiersCount?(this.save(!1,null,!1),this.modifiersCount=1):setTimeout(function(){b.fire("change")},0))},reset:function(){this.lastKeystroke=0;this.snapshots=[];this.index=-1;this.limit=this.editor.config.undoStackSize||20;this.currentImage=null;this.hasRedo=this.hasUndo=!1;this.locked=null;this.resetType()}, +resetType:function(){this.typing=!1;delete this.lastKeystroke;this.modifiersCount=this.typesCount=0},fireChange:function(){this.hasUndo=!!this.getNextImage(!0);this.hasRedo=!!this.getNextImage(!1);this.resetType();this.onChange()},save:function(a,c,d){if(this.locked)return!1;var b=this.snapshots;c||(c=new f(this.editor));if(!1===c.contents)return!1;if(this.currentImage)if(c.equalsContent(this.currentImage)){if(a||c.equalsSelection(this.currentImage))return!1}else this.editor.fire("change");b.splice(this.index+ +1,b.length-this.index-1);b.length==this.limit&&b.shift();this.index=b.push(c)-1;this.currentImage=c;!1!==d&&this.fireChange();return!0},restoreImage:function(a){var c=this.editor,d;a.bookmarks&&(c.focus(),d=c.getSelection());this.locked=1;this.editor.loadSnapshot(a.contents);a.bookmarks?d.selectBookmarks(a.bookmarks):CKEDITOR.env.ie&&(d=this.editor.document.getBody().$.createTextRange(),d.collapse(!0),d.select());this.locked=0;this.index=a.index;this.currentImage=this.snapshots[this.index];this.update(); +this.fireChange();c.fire("change")},getNextImage:function(a){var c=this.snapshots,d=this.currentImage,b;if(d)if(a)for(b=this.index-1;0<=b;b--){if(a=c[b],!d.equalsContent(a))return a.index=b,a}else for(b=this.index+1;b<c.length;b++)if(a=c[b],!d.equalsContent(a))return a.index=b,a;return null},redoable:function(){return this.enabled&&this.hasRedo},undoable:function(){return this.enabled&&this.hasUndo},undo:function(){if(this.undoable()){this.save(!0);var a=this.getNextImage(!0);if(a)return this.restoreImage(a), +!0}return!1},redo:function(){if(this.redoable()&&(this.save(!0),this.redoable())){var a=this.getNextImage(!1);if(a)return this.restoreImage(a),!0}return!1},update:function(a){if(!this.locked){a||(a=new f(this.editor));for(var c=this.index,d=this.snapshots;0<c&&this.currentImage.equalsContent(d[c-1]);)c-=1;d.splice(c,this.index-c+1,a);this.index=c;this.currentImage=a}},lock:function(a){this.locked?this.locked.level++:a?this.locked={level:1}:(a=new f(this.editor,!0),this.locked={update:this.currentImage&& +this.currentImage.equalsContent(a)?a:null,level:1})},unlock:function(){if(this.locked&&!--this.locked.level){var a=this.locked.update,c=a&&new f(this.editor,!0);this.locked=null;a&&!a.equalsContent(c)&&this.update()}}}})();CKEDITOR.config.wsc_removeGlobalVariable=!0; +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-1e748a6"},init:function(a){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};"undefined"==typeof a.plugins.scayt&&a.ui.addButton&&a.ui.addButton("SpellChecker",{label:a.lang.wsc.toolbar,command:"checkspell",toolbar:"spellchecker,10"});CKEDITOR.dialog.add("checkspell",this.path+(CKEDITOR.env.ie&&8>=CKEDITOR.env.version?"dialogs/wsc_ie.js":window.postMessage?"dialogs/wsc.js":"dialogs/wsc_ie.js"))}});CKEDITOR.config.plugins='dialogui,dialog,about,a11yhelp,dialogadvtab,basicstyles,bidi,blockquote,clipboard,button,panelbutton,panel,floatpanel,colorbutton,colordialog,templates,menu,contextmenu,div,resize,toolbar,elementspath,enterkey,entities,popup,filebrowser,find,fakeobjects,flash,floatingspace,listblock,richcombo,font,forms,format,horizontalrule,htmlwriter,iframe,wysiwygarea,image,indent,indentblock,indentlist,smiley,justify,menubutton,language,link,list,liststyle,magicline,maximize,newpage,pagebreak,pastetext,pastefromword,preview,print,removeformat,save,selectall,showblocks,showborders,sourcearea,specialchar,scayt,stylescombo,tab,table,tabletools,undo,wsc';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,,templates-rtl,432,,templates,456,,creatediv,480,,find-rtl,504,,find,528,,replace,552,,flash,576,,button,600,,checkbox,624,,form,648,,hiddenfield,672,,imagebutton,696,,radio,720,,select-rtl,744,,select,768,,textarea-rtl,792,,textarea,816,,textfield-rtl,840,,textfield,864,,horizontalrule,888,,iframe,912,,image,936,,indent-rtl,960,,indent,984,,outdent-rtl,1008,,outdent,1032,,smiley,1056,,justifyblock,1080,,justifycenter,1104,,justifyleft,1128,,justifyright,1152,,language,1176,,anchor-rtl,1200,,anchor,1224,,link,1248,,unlink,1272,,bulletedlist-rtl,1296,,bulletedlist,1320,,numberedlist-rtl,1344,,numberedlist,1368,,maximize,1392,,newpage-rtl,1416,,newpage,1440,,pagebreak-rtl,1464,,pagebreak,1488,,pastetext-rtl,1512,,pastetext,1536,,pastefromword-rtl,1560,,pastefromword,1584,,preview-rtl,1608,,preview,1632,,print,1656,,removeformat,1680,,save,1704,,selectall,1728,,showblocks-rtl,1752,,showblocks,1776,,source-rtl,1800,,source,1824,,specialchar,1848,,scayt,1872,,table,1896,,redo-rtl,1920,,redo,1944,,undo-rtl,1968,,undo,1992,,spellchecker,2016,','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,templates-rtl,432,auto,templates,456,auto,creatediv,480,auto,find-rtl,504,auto,find,528,auto,replace,552,auto,flash,576,auto,button,600,auto,checkbox,624,auto,form,648,auto,hiddenfield,672,auto,imagebutton,696,auto,radio,720,auto,select-rtl,744,auto,select,768,auto,textarea-rtl,792,auto,textarea,816,auto,textfield-rtl,840,auto,textfield,864,auto,horizontalrule,888,auto,iframe,912,auto,image,936,auto,indent-rtl,960,auto,indent,984,auto,outdent-rtl,1008,auto,outdent,1032,auto,smiley,1056,auto,justifyblock,1080,auto,justifycenter,1104,auto,justifyleft,1128,auto,justifyright,1152,auto,language,1176,auto,anchor-rtl,1200,auto,anchor,1224,auto,link,1248,auto,unlink,1272,auto,bulletedlist-rtl,1296,auto,bulletedlist,1320,auto,numberedlist-rtl,1344,auto,numberedlist,1368,auto,maximize,1392,auto,newpage-rtl,1416,auto,newpage,1440,auto,pagebreak-rtl,1464,auto,pagebreak,1488,auto,pastetext-rtl,1512,auto,pastetext,1536,auto,pastefromword-rtl,1560,auto,pastefromword,1584,auto,preview-rtl,1608,auto,preview,1632,auto,print,1656,auto,removeformat,1680,auto,save,1704,auto,selectall,1728,auto,showblocks-rtl,1752,auto,showblocks,1776,auto,source-rtl,1800,auto,source,1824,auto,specialchar,1848,auto,scayt,1872,auto,table,1896,auto,redo-rtl,1920,auto,redo,1944,auto,undo-rtl,1968,auto,undo,1992,auto,spellchecker,2016,auto','icons.png');})();CKEDITOR.lang.languages={"af":1,"sq":1,"ar":1,"eu":1,"bn":1,"bs":1,"bg":1,"ca":1,"zh-cn":1,"zh":1,"hr":1,"cs":1,"da":1,"nl":1,"en":1,"en-au":1,"en-ca":1,"en-gb":1,"eo":1,"et":1,"fo":1,"fi":1,"fr":1,"fr-ca":1,"gl":1,"ka":1,"de":1,"el":1,"gu":1,"he":1,"hi":1,"hu":1,"is":1,"id":1,"it":1,"ja":1,"km":1,"ko":1,"ku":1,"lv":1,"lt":1,"mk":1,"ms":1,"mn":1,"no":1,"nb":1,"fa":1,"pl":1,"pt-br":1,"pt":1,"ro":1,"ru":1,"sr":1,"sr-latn":1,"si":1,"sk":1,"sl":1,"es":1,"sv":1,"th":1,"tr":1,"ug":1,"uk":1,"vi":1,"cy":1};}()); \ No newline at end of file diff --git a/skins/ckeditor/ckeditor.pack b/skins/ckeditor/ckeditor.pack deleted file mode 100644 index 26c3af0..0000000 --- a/skins/ckeditor/ckeditor.pack +++ /dev/null @@ -1,211 +0,0 @@ -/* - * CKPackager - Sample Package file - */ - -header : - '/*' + '\n' + - 'Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.' + '\n' + - 'For licensing, see LICENSE.html or http://ckeditor.com/license' + '\n' + - '*/' + '\n' + - '\n', - -noCheck : false, - -constants : - { - 'CKEDITOR.ELEMENT_MODE_NONE' : 0, - 'CKEDITOR.ELEMENT_MODE_REPLACE' : 1, - 'CKEDITOR.ELEMENT_MODE_APPENDTO' : 2, - 'CKEDITOR.CTRL' : 0x110000, - 'CKEDITOR.SHIFT' : 0x220000, - 'CKEDITOR.ALT' : 0x440000, - 'CKEDITOR.NODE_ELEMENT' : 1, - 'CKEDITOR.NODE_DOCUMENT' : 9, - 'CKEDITOR.NODE_TEXT' : 3, - 'CKEDITOR.NODE_COMMENT' : 8, - 'CKEDITOR.NODE_DOCUMENT_FRAGMENT' : 11, - '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.ENTER_P' : 1, - 'CKEDITOR.ENTER_BR' : 2, - 'CKEDITOR.ENTER_DIV' : 3, - 'CKEDITOR.TRISTATE_ON' : 1, - 'CKEDITOR.TRISTATE_OFF' : 2, - 'CKEDITOR.TRISTATE_DISABLED' : 0, - '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.START' : 1, - 'CKEDITOR.END' : 2, - 'CKEDITOR.STARTEND' : 3, - 'CKEDITOR.SHRINK_ELEMENT' : 1, - 'CKEDITOR.SHRINK_TEXT' : 2, - 'CKEDITOR.UI_BUTTON' : '\'button\'', - 'CKEDITOR.DIALOG_RESIZE_NONE' : 0, - 'CKEDITOR.DIALOG_RESIZE_WIDTH' : 1, - 'CKEDITOR.DIALOG_RESIZE_HEIGHT' : 2, - 'CKEDITOR.DIALOG_RESIZE_BOTH' : 3, - 'CKEDITOR.VALIDATE_OR' : 1, - 'CKEDITOR.VALIDATE_AND' : 2, - 'CKEDITOR.STYLE_BLOCK' : 1, - 'CKEDITOR.STYLE_INLINE' : 2, - 'CKEDITOR.STYLE_OBJECT' : 3, - 'CKEDITOR.UI_PANELBUTTON' : '\'panelbutton\'', - 'CKEDITOR.SELECTION_NONE' : 1, - 'CKEDITOR.SELECTION_TEXT' : 2, - 'CKEDITOR.SELECTION_ELEMENT' : 3, - 'CKEDITOR.UI_RICHCOMBO' : '\'richcombo\'', - 'CKEDITOR.UI_MENUBUTTON' : '\'menubutton\'', - 'CKEDITOR.UI_PANEL' : '\'panel\'' - }, - -packages : - [ - { - output : 'ckeditor_basic.js', - wrap : true, - files : - [ - '_source/core/ckeditor_base.js', - '_source/core/event.js', - '_source/core/editor_basic.js', - '_source/core/env.js', - '_source/core/ckeditor_basic.js' - ] - }, - - { - output : 'ckeditor.js', - wrap : true, - files : - [ - '_source/core/ckeditor_base.js', - '_source/core/event.js', - '_source/core/editor_basic.js', - '_source/core/env.js', - '_source/core/ckeditor_basic.js', - '_source/core/dom.js', - '_source/core/tools.js', - '_source/core/dtd.js', - '_source/core/dom/event.js', - '_source/core/dom/domobject.js', - '_source/core/dom/window.js', - '_source/core/dom/document.js', - '_source/core/dom/node.js', - '_source/core/dom/nodelist.js', - '_source/core/dom/element.js', - '_source/core/command.js', - '_source/core/config.js', - '_source/core/focusmanager.js', - '_source/core/lang.js', - '_source/core/scriptloader.js', - '_source/core/resourcemanager.js', - '_source/core/plugins.js', - '_source/core/skins.js', - '_source/core/themes.js', - '_source/core/ui.js', - '_source/core/editor.js', - '_source/core/htmlparser.js', - '_source/core/htmlparser/comment.js', - '_source/core/htmlparser/text.js', - '_source/core/htmlparser/cdata.js', - '_source/core/htmlparser/fragment.js', - '_source/core/htmlparser/element.js', - '_source/core/htmlparser/filter.js', - '_source/core/htmlparser/basicwriter.js', - '_source/core/ckeditor.js', - '_source/core/dom/comment.js', - '_source/core/dom/elementpath.js', - '_source/core/dom/text.js', - '_source/core/dom/documentfragment.js', - '_source/core/dom/walker.js', - '_source/core/dom/range.js', - '_source/core/dom/rangelist.js', - '_source/core/_bootstrap.js', - '_source/skins/kama/skin.js', -// '_source/lang/en.js', - '_source/plugins/about/plugin.js', - '_source/plugins/a11yhelp/plugin.js', - '_source/plugins/basicstyles/plugin.js', - '_source/plugins/bidi/plugin.js', - '_source/plugins/blockquote/plugin.js', - '_source/plugins/button/plugin.js', - '_source/plugins/clipboard/plugin.js', - '_source/plugins/colorbutton/plugin.js', - '_source/plugins/colordialog/plugin.js', - '_source/plugins/contextmenu/plugin.js', - '_source/plugins/dialogadvtab/plugin.js', - '_source/plugins/div/plugin.js', - '_source/plugins/elementspath/plugin.js', - '_source/plugins/enterkey/plugin.js', - '_source/plugins/entities/plugin.js', - '_source/plugins/filebrowser/plugin.js', - '_source/plugins/find/plugin.js', - '_source/plugins/flash/plugin.js', - '_source/plugins/font/plugin.js', - '_source/plugins/format/plugin.js', - '_source/plugins/forms/plugin.js', - '_source/plugins/horizontalrule/plugin.js', - '_source/plugins/htmldataprocessor/plugin.js', - '_source/plugins/iframe/plugin.js', - '_source/plugins/image/plugin.js', - '_source/plugins/indent/plugin.js', - '_source/plugins/justify/plugin.js', - '_source/plugins/keystrokes/plugin.js', - '_source/plugins/link/plugin.js', - '_source/plugins/list/plugin.js', - '_source/plugins/liststyle/plugin.js', - '_source/plugins/maximize/plugin.js', - '_source/plugins/newpage/plugin.js', - '_source/plugins/pagebreak/plugin.js', - '_source/plugins/pastefromword/plugin.js', - '_source/plugins/pastetext/plugin.js', - '_source/plugins/popup/plugin.js', - '_source/plugins/preview/plugin.js', - '_source/plugins/print/plugin.js', - '_source/plugins/removeformat/plugin.js', - '_source/plugins/resize/plugin.js', - '_source/plugins/save/plugin.js', - '_source/plugins/scayt/plugin.js', - '_source/plugins/smiley/plugin.js', - '_source/plugins/showblocks/plugin.js', - '_source/plugins/showborders/plugin.js', - '_source/plugins/sourcearea/plugin.js', - '_source/plugins/stylescombo/plugin.js', - '_source/plugins/table/plugin.js', - '_source/plugins/tabletools/plugin.js', - '_source/plugins/specialchar/plugin.js', - '_source/plugins/tab/plugin.js', - '_source/plugins/templates/plugin.js', - '_source/plugins/toolbar/plugin.js', - '_source/plugins/undo/plugin.js', - '_source/plugins/wysiwygarea/plugin.js', - '_source/plugins/wsc/plugin.js', - '_source/plugins/dialog/plugin.js', - '_source/plugins/styles/plugin.js', - '_source/plugins/domiterator/plugin.js', - '_source/plugins/panelbutton/plugin.js', - '_source/plugins/floatpanel/plugin.js', - '_source/plugins/menu/plugin.js', - '_source/plugins/editingblock/plugin.js', - '_source/plugins/selection/plugin.js', - '_source/plugins/fakeobjects/plugin.js', - '_source/plugins/richcombo/plugin.js', - '_source/plugins/htmlwriter/plugin.js', - '_source/plugins/menubutton/plugin.js', - '_source/plugins/dialogui/plugin.js', - '_source/plugins/panel/plugin.js', - '_source/plugins/listblock/plugin.js', - '_source/themes/default/theme.js' - ] - } - - ] diff --git a/skins/ckeditor/ckeditor.php b/skins/ckeditor/ckeditor.php deleted file mode 100644 index ee89973..0000000 --- a/skins/ckeditor/ckeditor.php +++ /dev/null @@ -1,29 +0,0 @@ -<?php -/* - * Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.html or http://ckeditor.com/license - */ - -/*! \mainpage CKEditor - PHP server side intergation - * \section intro_sec CKEditor - * Visit <a href="http://ckeditor.com">CKEditor web site</a> to find more information about the editor. - * \section install_sec Installation - * \subsection step1 Include ckeditor.php in your PHP web site. - * @code - * <?php - * include("ckeditor/ckeditor.php"); - * ?> - * @endcode - * \subsection step2 Create CKEditor class instance and use one of available methods to insert CKEditor. - * @code - * <?php - * $CKEditor = new CKEditor(); - * echo $CKEditor->textarea("field1", "<p>Initial value.</p>"); - * ?> - * @endcode - */ - -if ( !function_exists('version_compare') || version_compare( phpversion(), '5', '<' ) ) - include_once( 'ckeditor_php4.php' ) ; -else - include_once( 'ckeditor_php5.php' ) ; diff --git a/skins/ckeditor/ckeditor_basic.js b/skins/ckeditor/ckeditor_basic.js deleted file mode 100644 index b52806e..0000000 --- a/skins/ckeditor/ckeditor_basic.js +++ /dev/null @@ -1,8 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){if(window.CKEDITOR&&window.CKEDITOR.dom)return;if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'B5GJ5GG',version:'3.6.1',revision:'7072',_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f<e.length;f++){var g=e[f].src.match(/(^|.*[\\\/])ckeditor(?:_basic)?(?:_source)?.js(?:\?.*)?$/i);if(g){d=g[1];break;}}}if(d.indexOf(':/')==-1)if(d.indexOf('/')===0)d=location.href.match(/^.*?:\/\/[^\/]*/)[0]+d;else d=location.href.match(/^[^\?]*\/(?:)/)[0]+d;if(!d)throw 'The CKEditor installation path could not be automatically detected. Please set the global variable "CKEDITOR_BASEPATH" before creating editor instances.';return d;})(),getUrl:function(d){if(d.indexOf(':/')==-1&&d.indexOf('/')!==0)d=this.basePath+d;if(this.timestamp&&d.charAt(d.length-1)!='/'&&!/[&?]t=/.test(d))d+=(d.indexOf('?')>=0?'&':'?')+'t='+this.timestamp;return d;}},b=window.CKEDITOR_GETURL;if(b){var c=a.getUrl;a.getUrl=function(d){return b.call(a,d)||c.call(a,d);};}return a;})();var a=CKEDITOR;if(!a.event){a.event=function(){};a.event.implementOn=function(b){var c=a.event.prototype;for(var d in c){if(b[d]==undefined)b[d]=c[d];}};a.event.prototype=(function(){var b=function(d){var e=d.getPrivate&&d.getPrivate()||d._||(d._={});return e.events||(e.events={});},c=function(d){this.name=d;this.listeners=[];};c.prototype={getListenerIndex:function(d){for(var e=0,f=this.listeners;e<f.length;e++){if(f[e].fn==d)return e;}return-1;}};return{on:function(d,e,f,g,h){var i=b(this),j=i[d]||(i[d]=new c(d));if(j.getListenerIndex(e)<0){var k=j.listeners;if(!f)f=this;if(isNaN(h))h=10;var l=this,m=function(o,p,q,r){var s={name:d,sender:this,editor:o,data:p,listenerData:g,stop:q,cancel:r,removeListener:function(){l.removeListener(d,e);}};e.call(f,s);return s.data;};m.fn=e;m.priority=h;for(var n=k.length-1;n>=0;n--){if(k[n].priority<=h){k.splice(n+1,0,m);return;}}k.unshift(m);}},fire:(function(){var d=false,e=function(){d=true;},f=false,g=function(){f=true;};return function(h,i,j){var k=b(this)[h],l=d,m=f;d=f=false;if(k){var n=k.listeners;if(n.length){n=n.slice(0);for(var o=0;o<n.length;o++){var p=n[o].call(this,j,i,e,g);if(typeof p!='undefined')i=p;if(d||f)break;}}}var q=f||(typeof i=='undefined'?false:i);d=l;f=m;return q;};})(),fireOnce:function(d,e,f){var g=this.fire(d,e,f);delete b(this)[d];return g;},removeListener:function(d,e){var f=b(this)[d];if(f){var g=f.getListenerIndex(e);if(g>=0)f.listeners.splice(g,1); -}},hasListeners:function(d){var e=b(this)[d];return e&&e.listeners.length>0;}};})();}if(!a.editor){a.ELEMENT_MODE_NONE=0;a.ELEMENT_MODE_REPLACE=1;a.ELEMENT_MODE_APPENDTO=2;a.editor=function(b,c,d,e){var f=this;f._={instanceConfig:b,element:c,data:e};f.elementMode=d||0;a.event.call(f);f._init();};a.editor.replace=function(b,c){var d=b;if(typeof d!='object'){d=document.getElementById(b);if(d&&d.tagName.toLowerCase() in {style:1,script:1,base:1,link:1,meta:1,title:1})d=null;if(!d){var e=0,f=document.getElementsByName(b);while((d=f[e++])&&d.tagName.toLowerCase()!='textarea'){}}if(!d)throw '[CKEDITOR.editor.replace] The element with id or name "'+b+'" was not found.';}d.style.visibility='hidden';return new a.editor(c,d,1);};a.editor.appendTo=function(b,c,d){var e=b;if(typeof e!='object'){e=document.getElementById(b);if(!e)throw '[CKEDITOR.editor.appendTo] The element with id "'+b+'" was not found.';}return new a.editor(c,e,2,d);};a.editor.prototype={_init:function(){var b=a.editor._pending||(a.editor._pending=[]);b.push(this);},fire:function(b,c){return a.event.prototype.fire.call(this,b,c,this);},fireOnce:function(b,c){return a.event.prototype.fireOnce.call(this,b,c,this);}};a.event.implementOn(a.editor.prototype,true);}if(!a.env)a.env=(function(){var b=navigator.userAgent.toLowerCase(),c=window.opera,d={ie:/*@cc_on!@*/false,opera:!!c&&c.version,webkit:b.indexOf(' applewebkit/')>-1,air:b.indexOf(' adobeair/')>-1,mac:b.indexOf('macintosh')>-1,quirks:document.compatMode=='BackCompat',mobile:b.indexOf('mobile')>-1,isCustomDomain:function(){if(!this.ie)return false;var g=document.domain,h=window.location.hostname;return g!=h&&g!='['+h+']';},secure:location.protocol=='https:'};d.gecko=navigator.product=='Gecko'&&!d.webkit&&!d.opera;var e=0;if(d.ie){e=parseFloat(b.match(/msie (\d+)/)[1]);d.ie8=!!document.documentMode;d.ie8Compat=document.documentMode==8;d.ie9Compat=document.documentMode==9;d.ie7Compat=e==7&&!document.documentMode||document.documentMode==7;d.ie6Compat=e<7||d.quirks;}if(d.gecko){var f=b.match(/rv:([\d\.]+)/);if(f){f=f[1].split('.');e=f[0]*10000+(f[1]||0)*100+ +(f[2]||0);}}if(d.opera)e=parseFloat(c.version());if(d.air)e=parseFloat(b.match(/ adobeair\/(\d+)/)[1]);if(d.webkit)e=parseFloat(b.match(/ applewebkit\/(\d+)/)[1]);d.version=e;d.isCompatible=!d.mobile&&(d.ie&&e>=6||d.gecko&&e>=10801||d.opera&&e>=9.5||d.air&&e>=1||d.webkit&&e>=522||false);d.cssClass='cke_browser_'+(d.ie?'ie':d.gecko?'gecko':d.opera?'opera':d.webkit?'webkit':'unknown'); -if(d.quirks)d.cssClass+=' cke_browser_quirks';if(d.ie){d.cssClass+=' cke_browser_ie'+(d.version<7?'6':d.version>=8?document.documentMode:'7');if(d.quirks)d.cssClass+=' cke_browser_iequirks';}if(d.gecko&&e<10900)d.cssClass+=' cke_browser_gecko18';if(d.air)d.cssClass+=' cke_browser_air';return d;})();var b=a.env;var c=b.ie;if(a.status=='unloaded')(function(){a.event.implementOn(a);a.loadFullCore=function(){if(a.status!='basic_ready'){a.loadFullCore._load=1;return;}delete a.loadFullCore;var e=document.createElement('script');e.type='text/javascript';e.src=a.basePath+'ckeditor.js';document.getElementsByTagName('head')[0].appendChild(e);};a.loadFullCoreTimeout=0;a.replaceClass='ckeditor';a.replaceByClassEnabled=1;var d=function(e,f,g,h){if(b.isCompatible){if(a.loadFullCore)a.loadFullCore();var i=g(e,f,h);a.add(i);return i;}return null;};a.replace=function(e,f){return d(e,f,a.editor.replace);};a.appendTo=function(e,f,g){return d(e,f,a.editor.appendTo,g);};a.add=function(e){var f=this._.pending||(this._.pending=[]);f.push(e);};a.replaceAll=function(){var e=document.getElementsByTagName('textarea');for(var f=0;f<e.length;f++){var g=null,h=e[f];if(!h.name&&!h.id)continue;if(typeof arguments[0]=='string'){var i=new RegExp('(?:^|\\s)'+arguments[0]+'(?:$|\\s)');if(!i.test(h.className))continue;}else if(typeof arguments[0]=='function'){g={};if(arguments[0](h,g)===false)continue;}this.replace(h,g);}};(function(){var e=function(){var f=a.loadFullCore,g=a.loadFullCoreTimeout;if(a.replaceByClassEnabled)a.replaceAll(a.replaceClass);a.status='basic_ready';if(f&&f._load)f();else if(g)setTimeout(function(){if(a.loadFullCore)a.loadFullCore();},g*1000);};if(window.addEventListener)window.addEventListener('load',e,false);else if(window.attachEvent)window.attachEvent('onload',e);})();a.status='basic_loaded';})();})(); diff --git a/skins/ckeditor/ckeditor_basic_source.js b/skins/ckeditor/ckeditor_basic_source.js deleted file mode 100644 index ceae37d..0000000 --- a/skins/ckeditor/ckeditor_basic_source.js +++ /dev/null @@ -1,20 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -// Compressed version of core/ckeditor_base.js. See original for instructions. -/*jsl:ignore*/ -if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',version:'3.6.1',revision:'7072',_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f<e.length;f++){var g=e[f].src.match(/(^|.*[\\\/])ckeditor(?:_basic)?(?:_source)?.js(?:\?.*)?$/i);if(g){d=g[1];break;}}}if(d.indexOf(':/')==-1)if(d.indexOf('/')===0)d=location.href.match(/^.*?:\/\/[^\/]*/)[0]+d;else d=location.href.match(/^[^\?]*\/(?:)/)[0]+d;return d;})(),getUrl:function(d){if(d.indexOf(':/')==-1&&d.indexOf('/')!==0)d=this.basePath+d;if(this.timestamp&&d.charAt(d.length-1)!='/')d+=(d.indexOf('?')>=0?'&':'?')+('t=')+this.timestamp;return d;}},b=window.CKEDITOR_GETURL;if(b){var c=a.getUrl;a.getUrl=function(d){return b.call(a,d)||c.call(a,d);};}return a;})(); -/*jsl:end*/ - -// Uncomment the following line to have a new timestamp generated for each -// request, having clear cache load of the editor code. -// CKEDITOR.timestamp = ( new Date() ).valueOf(); - -// Set the script name to be loaded by the loader. -CKEDITOR._autoLoad = 'core/ckeditor_basic'; - -// Include the loader script. -document.write( - '<script type="text/javascript" src="' + CKEDITOR.getUrl( '_source/core/loader.js' ) + '"></script>' ); diff --git a/skins/ckeditor/ckeditor_php4.php b/skins/ckeditor/ckeditor_php4.php deleted file mode 100644 index 2caa202..0000000 --- a/skins/ckeditor/ckeditor_php4.php +++ /dev/null @@ -1,566 +0,0 @@ -<?php -/* -* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -* For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * \brief CKEditor class that can be used to create editor - * instances in PHP pages on server side. - * @see http://ckeditor.com - * - * Sample usage: - * @code - * $CKEditor = new CKEditor(); - * $CKEditor->editor("editor1", "<p>Initial value.</p>"); - * @endcode - */ -class CKEditor -{ - /** - * The version of %CKEditor. - * \private - */ - var $version = '3.6.1'; - /** - * A constant string unique for each release of %CKEditor. - * \private - */ - var $_timestamp = 'B5GJ5GG'; - - /** - * URL to the %CKEditor installation directory (absolute or relative to document root). - * If not set, CKEditor will try to guess it's path. - * - * Example usage: - * @code - * $CKEditor->basePath = '/ckeditor/'; - * @endcode - */ - var $basePath; - /** - * An array that holds the global %CKEditor configuration. - * For the list of available options, see http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html - * - * Example usage: - * @code - * $CKEditor->config['height'] = 400; - * // Use @@ at the beggining of a string to ouput it without surrounding quotes. - * $CKEditor->config['width'] = '@@screen.width * 0.8'; - * @endcode - */ - var $config = array(); - /** - * A boolean variable indicating whether CKEditor has been initialized. - * Set it to true only if you have already included - * <script> tag loading ckeditor.js in your website. - */ - var $initialized = false; - /** - * Boolean variable indicating whether created code should be printed out or returned by a function. - * - * Example 1: get the code creating %CKEditor instance and print it on a page with the "echo" function. - * @code - * $CKEditor = new CKEditor(); - * $CKEditor->returnOutput = true; - * $code = $CKEditor->editor("editor1", "<p>Initial value.</p>"); - * echo "<p>Editor 1:</p>"; - * echo $code; - * @endcode - */ - var $returnOutput = false; - /** - * An array with textarea attributes. - * - * When %CKEditor is created with the editor() method, a HTML <textarea> element is created, - * it will be displayed to anyone with JavaScript disabled or with incompatible browser. - */ - var $textareaAttributes = array( "rows" => 8, "cols" => 60 ); - /** - * A string indicating the creation date of %CKEditor. - * Do not change it unless you want to force browsers to not use previously cached version of %CKEditor. - */ - var $timestamp = "B5GJ5GG"; - /** - * An array that holds event listeners. - * \private - */ - var $_events = array(); - /** - * An array that holds global event listeners. - * \private - */ - var $_globalEvents = array(); - - /** - * Main Constructor. - * - * @param $basePath (string) URL to the %CKEditor installation directory (optional). - */ - function CKEditor($basePath = null) { - if (!empty($basePath)) { - $this->basePath = $basePath; - } - } - - /** - * Creates a %CKEditor instance. - * In incompatible browsers %CKEditor will downgrade to plain HTML <textarea> element. - * - * @param $name (string) Name of the %CKEditor instance (this will be also the "name" attribute of textarea element). - * @param $value (string) Initial value (optional). - * @param $config (array) The specific configurations to apply to this editor instance (optional). - * @param $events (array) Event listeners for this editor instance (optional). - * - * Example usage: - * @code - * $CKEditor = new CKEditor(); - * $CKEditor->editor("field1", "<p>Initial value.</p>"); - * @endcode - * - * Advanced example: - * @code - * $CKEditor = new CKEditor(); - * $config = array(); - * $config['toolbar'] = array( - * array( 'Source', '-', 'Bold', 'Italic', 'Underline', 'Strike' ), - * array( 'Image', 'Link', 'Unlink', 'Anchor' ) - * ); - * $events['instanceReady'] = 'function (ev) { - * alert("Loaded: " + ev.editor.name); - * }'; - * $CKEditor->editor("field1", "<p>Initial value.</p>", $config, $events); - * @endcode - */ - function editor($name, $value = "", $config = array(), $events = array()) - { - $attr = ""; - foreach ($this->textareaAttributes as $key => $val) { - $attr.= " " . $key . '="' . str_replace('"', '"', $val) . '"'; - } - $out = "<textarea name=\"" . $name . "\"" . $attr . ">" . htmlspecialchars($value) . "</textarea>\n"; - if (!$this->initialized) { - $out .= $this->init(); - } - - $_config = $this->configSettings($config, $events); - - $js = $this->returnGlobalEvents(); - if (!empty($_config)) - $js .= "CKEDITOR.replace('".$name."', ".$this->jsEncode($_config).");"; - else - $js .= "CKEDITOR.replace('".$name."');"; - - $out .= $this->script($js); - - if (!$this->returnOutput) { - print $out; - $out = ""; - } - - return $out; - } - - /** - * Replaces a <textarea> with a %CKEditor instance. - * - * @param $id (string) The id or name of textarea element. - * @param $config (array) The specific configurations to apply to this editor instance (optional). - * @param $events (array) Event listeners for this editor instance (optional). - * - * Example 1: adding %CKEditor to <textarea name="article"></textarea> element: - * @code - * $CKEditor = new CKEditor(); - * $CKEditor->replace("article"); - * @endcode - */ - function replace($id, $config = array(), $events = array()) - { - $out = ""; - if (!$this->initialized) { - $out .= $this->init(); - } - - $_config = $this->configSettings($config, $events); - - $js = $this->returnGlobalEvents(); - if (!empty($_config)) { - $js .= "CKEDITOR.replace('".$id."', ".$this->jsEncode($_config).");"; - } - else { - $js .= "CKEDITOR.replace('".$id."');"; - } - $out .= $this->script($js); - - if (!$this->returnOutput) { - print $out; - $out = ""; - } - - return $out; - } - - /** - * Replace all <textarea> elements available in the document with editor instances. - * - * @param $className (string) If set, replace all textareas with class className in the page. - * - * Example 1: replace all <textarea> elements in the page. - * @code - * $CKEditor = new CKEditor(); - * $CKEditor->replaceAll(); - * @endcode - * - * Example 2: replace all <textarea class="myClassName"> elements in the page. - * @code - * $CKEditor = new CKEditor(); - * $CKEditor->replaceAll( 'myClassName' ); - * @endcode - */ - function replaceAll($className = null) - { - $out = ""; - if (!$this->initialized) { - $out .= $this->init(); - } - - $_config = $this->configSettings(); - - $js = $this->returnGlobalEvents(); - if (empty($_config)) { - if (empty($className)) { - $js .= "CKEDITOR.replaceAll();"; - } - else { - $js .= "CKEDITOR.replaceAll('".$className."');"; - } - } - else { - $classDetection = ""; - $js .= "CKEDITOR.replaceAll( function(textarea, config) {\n"; - if (!empty($className)) { - $js .= " var classRegex = new RegExp('(?:^| )' + '". $className ."' + '(?:$| )');\n"; - $js .= " if (!classRegex.test(textarea.className))\n"; - $js .= " return false;\n"; - } - $js .= " CKEDITOR.tools.extend(config, ". $this->jsEncode($_config) .", true);"; - $js .= "} );"; - - } - - $out .= $this->script($js); - - if (!$this->returnOutput) { - print $out; - $out = ""; - } - - return $out; - } - - /** - * Adds event listener. - * Events are fired by %CKEditor in various situations. - * - * @param $event (string) Event name. - * @param $javascriptCode (string) Javascript anonymous function or function name. - * - * Example usage: - * @code - * $CKEditor->addEventHandler('instanceReady', 'function (ev) { - * alert("Loaded: " + ev.editor.name); - * }'); - * @endcode - */ - function addEventHandler($event, $javascriptCode) - { - if (!isset($this->_events[$event])) { - $this->_events[$event] = array(); - } - // Avoid duplicates. - if (!in_array($javascriptCode, $this->_events[$event])) { - $this->_events[$event][] = $javascriptCode; - } - } - - /** - * Clear registered event handlers. - * Note: this function will have no effect on already created editor instances. - * - * @param $event (string) Event name, if not set all event handlers will be removed (optional). - */ - function clearEventHandlers($event = null) - { - if (!empty($event)) { - $this->_events[$event] = array(); - } - else { - $this->_events = array(); - } - } - - /** - * Adds global event listener. - * - * @param $event (string) Event name. - * @param $javascriptCode (string) Javascript anonymous function or function name. - * - * Example usage: - * @code - * $CKEditor->addGlobalEventHandler('dialogDefinition', 'function (ev) { - * alert("Loading dialog: " + ev.data.name); - * }'); - * @endcode - */ - function addGlobalEventHandler($event, $javascriptCode) - { - if (!isset($this->_globalEvents[$event])) { - $this->_globalEvents[$event] = array(); - } - // Avoid duplicates. - if (!in_array($javascriptCode, $this->_globalEvents[$event])) { - $this->_globalEvents[$event][] = $javascriptCode; - } - } - - /** - * Clear registered global event handlers. - * Note: this function will have no effect if the event handler has been already printed/returned. - * - * @param $event (string) Event name, if not set all event handlers will be removed (optional). - */ - function clearGlobalEventHandlers($event = null) - { - if (!empty($event)) { - $this->_globalEvents[$event] = array(); - } - else { - $this->_globalEvents = array(); - } - } - - /** - * Prints javascript code. - * \private - * - * @param string $js - */ - function script($js) - { - $out = "<script type=\"text/javascript\">"; - $out .= "//<![CDATA[\n"; - $out .= $js; - $out .= "\n//]]>"; - $out .= "</script>\n"; - - return $out; - } - - /** - * Returns the configuration array (global and instance specific settings are merged into one array). - * \private - * - * @param $config (array) The specific configurations to apply to editor instance. - * @param $events (array) Event listeners for editor instance. - */ - function configSettings($config = array(), $events = array()) - { - $_config = $this->config; - $_events = $this->_events; - - if (is_array($config) && !empty($config)) { - $_config = array_merge($_config, $config); - } - - if (is_array($events) && !empty($events)) { - foreach ($events as $eventName => $code) { - if (!isset($_events[$eventName])) { - $_events[$eventName] = array(); - } - if (!in_array($code, $_events[$eventName])) { - $_events[$eventName][] = $code; - } - } - } - - if (!empty($_events)) { - foreach($_events as $eventName => $handlers) { - if (empty($handlers)) { - continue; - } - else if (count($handlers) == 1) { - $_config['on'][$eventName] = '@@'.$handlers[0]; - } - else { - $_config['on'][$eventName] = '@@function (ev){'; - foreach ($handlers as $handler => $code) { - $_config['on'][$eventName] .= '('.$code.')(ev);'; - } - $_config['on'][$eventName] .= '}'; - } - } - } - - return $_config; - } - - /** - * Return global event handlers. - * \private - */ - function returnGlobalEvents() - { - static $returnedEvents; - $out = ""; - - if (!isset($returnedEvents)) { - $returnedEvents = array(); - } - - if (!empty($this->_globalEvents)) { - foreach ($this->_globalEvents as $eventName => $handlers) { - foreach ($handlers as $handler => $code) { - if (!isset($returnedEvents[$eventName])) { - $returnedEvents[$eventName] = array(); - } - // Return only new events - if (!in_array($code, $returnedEvents[$eventName])) { - $out .= ($code ? "\n" : "") . "CKEDITOR.on('". $eventName ."', $code);"; - $returnedEvents[$eventName][] = $code; - } - } - } - } - - return $out; - } - - /** - * Initializes CKEditor (executed only once). - * \private - */ - function init() - { - static $initComplete; - $out = ""; - - if (!empty($initComplete)) { - return ""; - } - - if ($this->initialized) { - $initComplete = true; - return ""; - } - - $args = ""; - $ckeditorPath = $this->ckeditorPath(); - - if (!empty($this->timestamp) && $this->timestamp != "%"."TIMESTAMP%") { - $args = '?t=' . $this->timestamp; - } - - // Skip relative paths... - if (strpos($ckeditorPath, '..') !== 0) { - $out .= $this->script("window.CKEDITOR_BASEPATH='". $ckeditorPath ."';"); - } - - $out .= "<script type=\"text/javascript\" src=\"" . $ckeditorPath . 'ckeditor.js' . $args . "\"></script>\n"; - - $extraCode = ""; - if ($this->timestamp != $this->_timestamp) { - $extraCode .= ($extraCode ? "\n" : "") . "CKEDITOR.timestamp = '". $this->timestamp ."';"; - } - if ($extraCode) { - $out .= $this->script($extraCode); - } - - $initComplete = $this->initialized = true; - - return $out; - } - - /** - * Return path to ckeditor.js. - * \private - */ - function ckeditorPath() - { - if (!empty($this->basePath)) { - return $this->basePath; - } - - /** - * The absolute pathname of the currently executing script. - * Note: If a script is executed with the CLI, as a relative path, such as file.php or ../file.php, - * $_SERVER['SCRIPT_FILENAME'] will contain the relative path specified by the user. - */ - if (isset($_SERVER['SCRIPT_FILENAME'])) { - $realPath = dirname($_SERVER['SCRIPT_FILENAME']); - } - else { - /** - * realpath - Returns canonicalized absolute pathname - */ - $realPath = realpath( './' ) ; - } - - /** - * The filename of the currently executing script, relative to the document root. - * For instance, $_SERVER['PHP_SELF'] in a script at the address http://example.com/test.php/foo.bar - * would be /test.php/foo.bar. - */ - $selfPath = dirname($_SERVER['PHP_SELF']); - $file = str_replace("\\", "/", __FILE__); - - if (!$selfPath || !$realPath || !$file) { - return "/ckeditor/"; - } - - $documentRoot = substr($realPath, 0, strlen($realPath) - strlen($selfPath)); - $fileUrl = substr($file, strlen($documentRoot)); - $ckeditorUrl = str_replace("ckeditor_php4.php", "", $fileUrl); - - return $ckeditorUrl; - } - - /** - * This little function provides a basic JSON support. - * \private - * - * @param mixed $val - * @return string - */ - function jsEncode($val) - { - if (is_null($val)) { - return 'null'; - } - if (is_bool($val)) { - return $val ? 'true' : 'false'; - } - if (is_int($val)) { - return $val; - } - if (is_float($val)) { - return str_replace(',', '.', $val); - } - if (is_array($val) || is_object($val)) { - if (is_array($val) && (array_keys($val) === range(0,count($val)-1))) { - return '[' . implode(',', array_map(array($this, 'jsEncode'), $val)) . ']'; - } - $temp = array(); - foreach ($val as $k => $v){ - $temp[] = $this->jsEncode("{$k}") . ':' . $this->jsEncode($v); - } - return '{' . implode(',', $temp) . '}'; - } - // String otherwise - if (strpos($val, '@@') === 0) - return substr($val, 2); - if (strtoupper(substr($val, 0, 9)) == 'CKEDITOR.') - return $val; - - return '"' . str_replace(array("\\", "/", "\n", "\t", "\r", "\x08", "\x0c", '"'), array('\\\\', '\\/', '\\n', '\\t', '\\r', '\\b', '\\f', '\"'), $val) . '"'; - } -} diff --git a/skins/ckeditor/ckeditor_php5.php b/skins/ckeditor/ckeditor_php5.php deleted file mode 100644 index 2556353..0000000 --- a/skins/ckeditor/ckeditor_php5.php +++ /dev/null @@ -1,556 +0,0 @@ -<?php -/* -* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -* For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * \brief CKEditor class that can be used to create editor - * instances in PHP pages on server side. - * @see http://ckeditor.com - * - * Sample usage: - * @code - * $CKEditor = new CKEditor(); - * $CKEditor->editor("editor1", "<p>Initial value.</p>"); - * @endcode - */ -class CKEditor -{ - /** - * The version of %CKEditor. - */ - const version = '3.6.1'; - /** - * A constant string unique for each release of %CKEditor. - */ - const timestamp = 'B5GJ5GG'; - - /** - * URL to the %CKEditor installation directory (absolute or relative to document root). - * If not set, CKEditor will try to guess it's path. - * - * Example usage: - * @code - * $CKEditor->basePath = '/ckeditor/'; - * @endcode - */ - public $basePath; - /** - * An array that holds the global %CKEditor configuration. - * For the list of available options, see http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html - * - * Example usage: - * @code - * $CKEditor->config['height'] = 400; - * // Use @@ at the beggining of a string to ouput it without surrounding quotes. - * $CKEditor->config['width'] = '@@screen.width * 0.8'; - * @endcode - */ - public $config = array(); - /** - * A boolean variable indicating whether CKEditor has been initialized. - * Set it to true only if you have already included - * <script> tag loading ckeditor.js in your website. - */ - public $initialized = false; - /** - * Boolean variable indicating whether created code should be printed out or returned by a function. - * - * Example 1: get the code creating %CKEditor instance and print it on a page with the "echo" function. - * @code - * $CKEditor = new CKEditor(); - * $CKEditor->returnOutput = true; - * $code = $CKEditor->editor("editor1", "<p>Initial value.</p>"); - * echo "<p>Editor 1:</p>"; - * echo $code; - * @endcode - */ - public $returnOutput = false; - /** - * An array with textarea attributes. - * - * When %CKEditor is created with the editor() method, a HTML <textarea> element is created, - * it will be displayed to anyone with JavaScript disabled or with incompatible browser. - */ - public $textareaAttributes = array( "rows" => 8, "cols" => 60 ); - /** - * A string indicating the creation date of %CKEditor. - * Do not change it unless you want to force browsers to not use previously cached version of %CKEditor. - */ - public $timestamp = "B5GJ5GG"; - /** - * An array that holds event listeners. - */ - private $events = array(); - /** - * An array that holds global event listeners. - */ - private $globalEvents = array(); - - /** - * Main Constructor. - * - * @param $basePath (string) URL to the %CKEditor installation directory (optional). - */ - function __construct($basePath = null) { - if (!empty($basePath)) { - $this->basePath = $basePath; - } - } - - /** - * Creates a %CKEditor instance. - * In incompatible browsers %CKEditor will downgrade to plain HTML <textarea> element. - * - * @param $name (string) Name of the %CKEditor instance (this will be also the "name" attribute of textarea element). - * @param $value (string) Initial value (optional). - * @param $config (array) The specific configurations to apply to this editor instance (optional). - * @param $events (array) Event listeners for this editor instance (optional). - * - * Example usage: - * @code - * $CKEditor = new CKEditor(); - * $CKEditor->editor("field1", "<p>Initial value.</p>"); - * @endcode - * - * Advanced example: - * @code - * $CKEditor = new CKEditor(); - * $config = array(); - * $config['toolbar'] = array( - * array( 'Source', '-', 'Bold', 'Italic', 'Underline', 'Strike' ), - * array( 'Image', 'Link', 'Unlink', 'Anchor' ) - * ); - * $events['instanceReady'] = 'function (ev) { - * alert("Loaded: " + ev.editor.name); - * }'; - * $CKEditor->editor("field1", "<p>Initial value.</p>", $config, $events); - * @endcode - */ - public function editor($name, $value = "", $config = array(), $events = array()) - { - $attr = ""; - foreach ($this->textareaAttributes as $key => $val) { - $attr.= " " . $key . '="' . str_replace('"', '"', $val) . '"'; - } - $out = "<textarea name=\"" . $name . "\"" . $attr . ">" . htmlspecialchars($value) . "</textarea>\n"; - if (!$this->initialized) { - $out .= $this->init(); - } - - $_config = $this->configSettings($config, $events); - - $js = $this->returnGlobalEvents(); - if (!empty($_config)) - $js .= "CKEDITOR.replace('".$name."', ".$this->jsEncode($_config).");"; - else - $js .= "CKEDITOR.replace('".$name."');"; - - $out .= $this->script($js); - - if (!$this->returnOutput) { - print $out; - $out = ""; - } - - return $out; - } - - /** - * Replaces a <textarea> with a %CKEditor instance. - * - * @param $id (string) The id or name of textarea element. - * @param $config (array) The specific configurations to apply to this editor instance (optional). - * @param $events (array) Event listeners for this editor instance (optional). - * - * Example 1: adding %CKEditor to <textarea name="article"></textarea> element: - * @code - * $CKEditor = new CKEditor(); - * $CKEditor->replace("article"); - * @endcode - */ - public function replace($id, $config = array(), $events = array()) - { - $out = ""; - if (!$this->initialized) { - $out .= $this->init(); - } - - $_config = $this->configSettings($config, $events); - - $js = $this->returnGlobalEvents(); - if (!empty($_config)) { - $js .= "CKEDITOR.replace('".$id."', ".$this->jsEncode($_config).");"; - } - else { - $js .= "CKEDITOR.replace('".$id."');"; - } - $out .= $this->script($js); - - if (!$this->returnOutput) { - print $out; - $out = ""; - } - - return $out; - } - - /** - * Replace all <textarea> elements available in the document with editor instances. - * - * @param $className (string) If set, replace all textareas with class className in the page. - * - * Example 1: replace all <textarea> elements in the page. - * @code - * $CKEditor = new CKEditor(); - * $CKEditor->replaceAll(); - * @endcode - * - * Example 2: replace all <textarea class="myClassName"> elements in the page. - * @code - * $CKEditor = new CKEditor(); - * $CKEditor->replaceAll( 'myClassName' ); - * @endcode - */ - public function replaceAll($className = null) - { - $out = ""; - if (!$this->initialized) { - $out .= $this->init(); - } - - $_config = $this->configSettings(); - - $js = $this->returnGlobalEvents(); - if (empty($_config)) { - if (empty($className)) { - $js .= "CKEDITOR.replaceAll();"; - } - else { - $js .= "CKEDITOR.replaceAll('".$className."');"; - } - } - else { - $classDetection = ""; - $js .= "CKEDITOR.replaceAll( function(textarea, config) {\n"; - if (!empty($className)) { - $js .= " var classRegex = new RegExp('(?:^| )' + '". $className ."' + '(?:$| )');\n"; - $js .= " if (!classRegex.test(textarea.className))\n"; - $js .= " return false;\n"; - } - $js .= " CKEDITOR.tools.extend(config, ". $this->jsEncode($_config) .", true);"; - $js .= "} );"; - - } - - $out .= $this->script($js); - - if (!$this->returnOutput) { - print $out; - $out = ""; - } - - return $out; - } - - /** - * Adds event listener. - * Events are fired by %CKEditor in various situations. - * - * @param $event (string) Event name. - * @param $javascriptCode (string) Javascript anonymous function or function name. - * - * Example usage: - * @code - * $CKEditor->addEventHandler('instanceReady', 'function (ev) { - * alert("Loaded: " + ev.editor.name); - * }'); - * @endcode - */ - public function addEventHandler($event, $javascriptCode) - { - if (!isset($this->events[$event])) { - $this->events[$event] = array(); - } - // Avoid duplicates. - if (!in_array($javascriptCode, $this->events[$event])) { - $this->events[$event][] = $javascriptCode; - } - } - - /** - * Clear registered event handlers. - * Note: this function will have no effect on already created editor instances. - * - * @param $event (string) Event name, if not set all event handlers will be removed (optional). - */ - public function clearEventHandlers($event = null) - { - if (!empty($event)) { - $this->events[$event] = array(); - } - else { - $this->events = array(); - } - } - - /** - * Adds global event listener. - * - * @param $event (string) Event name. - * @param $javascriptCode (string) Javascript anonymous function or function name. - * - * Example usage: - * @code - * $CKEditor->addGlobalEventHandler('dialogDefinition', 'function (ev) { - * alert("Loading dialog: " + ev.data.name); - * }'); - * @endcode - */ - public function addGlobalEventHandler($event, $javascriptCode) - { - if (!isset($this->globalEvents[$event])) { - $this->globalEvents[$event] = array(); - } - // Avoid duplicates. - if (!in_array($javascriptCode, $this->globalEvents[$event])) { - $this->globalEvents[$event][] = $javascriptCode; - } - } - - /** - * Clear registered global event handlers. - * Note: this function will have no effect if the event handler has been already printed/returned. - * - * @param $event (string) Event name, if not set all event handlers will be removed (optional). - */ - public function clearGlobalEventHandlers($event = null) - { - if (!empty($event)) { - $this->globalEvents[$event] = array(); - } - else { - $this->globalEvents = array(); - } - } - - /** - * Prints javascript code. - * - * @param string $js - */ - private function script($js) - { - $out = "<script type=\"text/javascript\">"; - $out .= "//<![CDATA[\n"; - $out .= $js; - $out .= "\n//]]>"; - $out .= "</script>\n"; - - return $out; - } - - /** - * Returns the configuration array (global and instance specific settings are merged into one array). - * - * @param $config (array) The specific configurations to apply to editor instance. - * @param $events (array) Event listeners for editor instance. - */ - private function configSettings($config = array(), $events = array()) - { - $_config = $this->config; - $_events = $this->events; - - if (is_array($config) && !empty($config)) { - $_config = array_merge($_config, $config); - } - - if (is_array($events) && !empty($events)) { - foreach ($events as $eventName => $code) { - if (!isset($_events[$eventName])) { - $_events[$eventName] = array(); - } - if (!in_array($code, $_events[$eventName])) { - $_events[$eventName][] = $code; - } - } - } - - if (!empty($_events)) { - foreach($_events as $eventName => $handlers) { - if (empty($handlers)) { - continue; - } - else if (count($handlers) == 1) { - $_config['on'][$eventName] = '@@'.$handlers[0]; - } - else { - $_config['on'][$eventName] = '@@function (ev){'; - foreach ($handlers as $handler => $code) { - $_config['on'][$eventName] .= '('.$code.')(ev);'; - } - $_config['on'][$eventName] .= '}'; - } - } - } - - return $_config; - } - - /** - * Return global event handlers. - */ - private function returnGlobalEvents() - { - static $returnedEvents; - $out = ""; - - if (!isset($returnedEvents)) { - $returnedEvents = array(); - } - - if (!empty($this->globalEvents)) { - foreach ($this->globalEvents as $eventName => $handlers) { - foreach ($handlers as $handler => $code) { - if (!isset($returnedEvents[$eventName])) { - $returnedEvents[$eventName] = array(); - } - // Return only new events - if (!in_array($code, $returnedEvents[$eventName])) { - $out .= ($code ? "\n" : "") . "CKEDITOR.on('". $eventName ."', $code);"; - $returnedEvents[$eventName][] = $code; - } - } - } - } - - return $out; - } - - /** - * Initializes CKEditor (executed only once). - */ - private function init() - { - static $initComplete; - $out = ""; - - if (!empty($initComplete)) { - return ""; - } - - if ($this->initialized) { - $initComplete = true; - return ""; - } - - $args = ""; - $ckeditorPath = $this->ckeditorPath(); - - if (!empty($this->timestamp) && $this->timestamp != "%"."TIMESTAMP%") { - $args = '?t=' . $this->timestamp; - } - - // Skip relative paths... - if (strpos($ckeditorPath, '..') !== 0) { - $out .= $this->script("window.CKEDITOR_BASEPATH='". $ckeditorPath ."';"); - } - - $out .= "<script type=\"text/javascript\" src=\"" . $ckeditorPath . 'ckeditor.js' . $args . "\"></script>\n"; - - $extraCode = ""; - if ($this->timestamp != self::timestamp) { - $extraCode .= ($extraCode ? "\n" : "") . "CKEDITOR.timestamp = '". $this->timestamp ."';"; - } - if ($extraCode) { - $out .= $this->script($extraCode); - } - - $initComplete = $this->initialized = true; - - return $out; - } - - /** - * Return path to ckeditor.js. - */ - private function ckeditorPath() - { - if (!empty($this->basePath)) { - return $this->basePath; - } - - /** - * The absolute pathname of the currently executing script. - * Note: If a script is executed with the CLI, as a relative path, such as file.php or ../file.php, - * $_SERVER['SCRIPT_FILENAME'] will contain the relative path specified by the user. - */ - if (isset($_SERVER['SCRIPT_FILENAME'])) { - $realPath = dirname($_SERVER['SCRIPT_FILENAME']); - } - else { - /** - * realpath - Returns canonicalized absolute pathname - */ - $realPath = realpath( './' ) ; - } - - /** - * The filename of the currently executing script, relative to the document root. - * For instance, $_SERVER['PHP_SELF'] in a script at the address http://example.com/test.php/foo.bar - * would be /test.php/foo.bar. - */ - $selfPath = dirname($_SERVER['PHP_SELF']); - $file = str_replace("\\", "/", __FILE__); - - if (!$selfPath || !$realPath || !$file) { - return "/ckeditor/"; - } - - $documentRoot = substr($realPath, 0, strlen($realPath) - strlen($selfPath)); - $fileUrl = substr($file, strlen($documentRoot)); - $ckeditorUrl = str_replace("ckeditor_php5.php", "", $fileUrl); - - return $ckeditorUrl; - } - - /** - * This little function provides a basic JSON support. - * - * @param mixed $val - * @return string - */ - private function jsEncode($val) - { - if (is_null($val)) { - return 'null'; - } - if (is_bool($val)) { - return $val ? 'true' : 'false'; - } - if (is_int($val)) { - return $val; - } - if (is_float($val)) { - return str_replace(',', '.', $val); - } - if (is_array($val) || is_object($val)) { - if (is_array($val) && (array_keys($val) === range(0,count($val)-1))) { - return '[' . implode(',', array_map(array($this, 'jsEncode'), $val)) . ']'; - } - $temp = array(); - foreach ($val as $k => $v){ - $temp[] = $this->jsEncode("{$k}") . ':' . $this->jsEncode($v); - } - return '{' . implode(',', $temp) . '}'; - } - // String otherwise - if (strpos($val, '@@') === 0) - return substr($val, 2); - if (strtoupper(substr($val, 0, 9)) == 'CKEDITOR.') - return $val; - - return '"' . str_replace(array("\\", "/", "\n", "\t", "\r", "\x08", "\x0c", '"'), array('\\\\', '\\/', '\\n', '\\t', '\\r', '\\b', '\\f', '\"'), $val) . '"'; - } -} diff --git a/skins/ckeditor/ckeditor_source.js b/skins/ckeditor/ckeditor_source.js deleted file mode 100644 index 54be74a..0000000 --- a/skins/ckeditor/ckeditor_source.js +++ /dev/null @@ -1,25 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -// Compressed version of core/ckeditor_base.js. See original for instructions. -/*jsl:ignore*/ -if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',version:'3.6.1',revision:'7072',_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f<e.length;f++){var g=e[f].src.match(/(^|.*[\\\/])ckeditor(?:_basic)?(?:_source)?.js(?:\?.*)?$/i);if(g){d=g[1];break;}}}if(d.indexOf(':/')==-1)if(d.indexOf('/')===0)d=location.href.match(/^.*?:\/\/[^\/]*/)[0]+d;else d=location.href.match(/^[^\?]*\/(?:)/)[0]+d;return d;})(),getUrl:function(d){if(d.indexOf(':/')==-1&&d.indexOf('/')!==0)d=this.basePath+d;if(this.timestamp&&d.charAt(d.length-1)!='/')d+=(d.indexOf('?')>=0?'&':'?')+('t=')+this.timestamp;return d;}},b=window.CKEDITOR_GETURL;if(b){var c=a.getUrl;a.getUrl=function(d){return b.call(a,d)||c.call(a,d);};}return a;})(); -/*jsl:end*/ - -// Uncomment the following line to have a new timestamp generated for each -// request, having clear cache load of the editor code. -// CKEDITOR.timestamp = ( new Date() ).valueOf(); - -if ( CKEDITOR.loader ) - CKEDITOR.loader.load( 'core/ckeditor' ); -else -{ - // Set the script name to be loaded by the loader. - CKEDITOR._autoLoad = 'core/ckeditor'; - - // Include the loader script. - document.write( - '<script type="text/javascript" src="' + CKEDITOR.getUrl( '_source/core/loader.js' ) + '"></script>' ); -} diff --git a/skins/ckeditor/config.js b/skins/ckeditor/config.js index d0194a7..ea4ff0d 100644 --- a/skins/ckeditor/config.js +++ b/skins/ckeditor/config.js @@ -1,39 +1,10 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.editorConfig = function( config ) -{ - // Define changes to default configuration here. For example: - // config.language = 'fr'; - // config.uiColor = '#AADC6E'; - - // toolbar - config.toolbar = [ - { name: 'styles', items : [ 'Styles', 'Format', 'Font', 'FontSize' ] }, - { name: 'colors', items : [ 'TextColor', 'BGColor' ] }, - { name: 'document', items : [ 'Maximize', 'ShowBlocks', 'Source'] }, - { name: 'editing', items : [ 'Find','Replace', '-', 'SelectAll'] }, - { name: 'clipboard', items : [ 'PasteFromWord', '-', 'Undo', 'Redo' ] }, - '/', - { name: 'basicstyles', items : [ 'Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat' ] }, - { name: 'paragraph', items : [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'] }, - { name: 'links', items : [ 'Link', 'Unlink', 'Anchor' ] }, - { name: 'insert', items : [ 'PlinnImage', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] }, - ]; - - // context menu - config.menu_groups = 'tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash' - - config.height = '500px'; - config.contentsCss = CKEDITOR.basePath + 'global_plinn_style_editor.css'; - - config.filebrowserBrowseUrl = CKEDITOR.basePath + 'filemanager/browser/mac_finder/browser.html?Connector=connectors/plinn/connector'; - CKEDITOR.config.filebrowserImageBrowseUrl = CKEDITOR.basePath + 'filemanager/browser/mac_finder/browser.html?Type=Image&Connector=connectors/plinn/connector'; - config.filebrowserWindowHeight = 600; - config.filebrowserWindowWidth = 801; - config.attachmentBrowserConnectorUrl = CKEDITOR.basePath + 'plugins/plinn_image/connectors/plinn/connector'; - config.imageMaxDefaultDimension = 500 ; // image inserted will be cropped at this size. - config.extraPlugins = 'plinn_image'; -}; \ No newline at end of file +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.html or http://ckeditor.com/license + */ + +CKEDITOR.editorConfig = function( config ) { + // Define changes to default configuration here. For example: + // config.language = 'fr'; + // config.uiColor = '#AADC6E'; +}; diff --git a/skins/ckeditor/contents.css b/skins/ckeditor/contents.css index e6cbc07..b1d6c6d 100644 --- a/skins/ckeditor/contents.css +++ b/skins/ckeditor/contents.css @@ -1,25 +1,123 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license */ body { /* Font */ - font-family: Arial, Verdana, sans-serif; + font-family: sans-serif, Arial, Verdana, "Trebuchet MS"; font-size: 12px; /* Text color */ - color: #222; + color: #333; /* Remove the background color to make it transparent */ background-color: #fff; + + margin: 20px; +} + +.cke_editable +{ + font-size: 13px; + line-height: 1.6; +} + +blockquote +{ + font-style: italic; + font-family: Georgia, Times, "Times New Roman", serif; + padding: 2px 0; + border-style: solid; + border-color: #ccc; + border-width: 0; +} + +.cke_contents_ltr blockquote +{ + padding-left: 20px; + padding-right: 8px; + border-left-width: 5px; +} + +.cke_contents_rtl blockquote +{ + padding-left: 8px; + padding-right: 20px; + border-right-width: 5px; +} + +a +{ + color: #0782C1; } ol,ul,dl { /* IE7: reset rtl list margin. (#7334) */ - *margin-right:0px; - /* preserved spaces for rtl list item bullets. (#6249)*/ - padding-right:40px; + *margin-right: 0px; + /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/ + padding: 0 40px; +} + +h1,h2,h3,h4,h5,h6 +{ + font-weight: normal; + line-height: 1.2; +} + +hr +{ + border: 0px; + border-top: 1px solid #ccc; +} + +img.right +{ + border: 1px solid #ccc; + float: right; + margin-left: 15px; + padding: 5px; +} + +img.left +{ + border: 1px solid #ccc; + float: left; + margin-right: 15px; + padding: 5px; +} + +pre +{ + white-space: pre-wrap; /* CSS 2.1 */ + word-wrap: break-word; /* IE7 */ +} + +.marker +{ + background-color: Yellow; +} + +span[lang] +{ + font-style: italic; +} + +figure +{ + text-align: center; + border: solid 1px #ccc; + border-radius: 2px; + background: rgba(0,0,0,0.05); + padding: 10px; + margin: 10px 20px; + display: block; /* For IE8 */ +} + +figure figcaption +{ + text-align: center; + display: block; /* For IE8 */ } diff --git a/skins/ckeditor/lang/_languages.js b/skins/ckeditor/lang/_languages.js deleted file mode 100644 index 2bb52e9..0000000 --- a/skins/ckeditor/lang/_languages.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -var CKEDITOR_LANGS=(function(){var b={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',is:'Icelandic',it:'Italian',ja:'Japanese',ka:'Georgian',km:'Khmer',ko:'Korean',lt:'Lithuanian',lv:'Latvian',mn:'Mongolian',ms:'Malay',nb:'Norwegian Bokmal',nl:'Dutch',no:'Norwegian',pl:'Polish',pt:'Portuguese (Portugal)','pt-br':'Portuguese (Brazil)',ro:'Romanian',ru:'Russian',sk:'Slovak',sl:'Slovenian',sr:'Serbian (Cyrillic)','sr-latn':'Serbian (Latin)',sv:'Swedish',th:'Thai',tr:'Turkish',uk:'Ukrainian',vi:'Vietnamese',zh:'Chinese Traditional','zh-cn':'Chinese Simplified'},c=[];for(var d in b)c.push({code:d,name:b[d]});c.sort(function(e,f){return e.name<f.name?-1:1;});return c;})(); diff --git a/skins/ckeditor/lang/_translationstatus.txt b/skins/ckeditor/lang/_translationstatus.txt deleted file mode 100644 index 1ae0dd8..0000000 --- a/skins/ckeditor/lang/_translationstatus.txt +++ /dev/null @@ -1,61 +0,0 @@ -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license - -af.js Found: 549 Missing: 24 -ar.js Found: 467 Missing: 106 -bg.js Found: 291 Missing: 282 -bn.js Found: 292 Missing: 281 -bs.js Found: 175 Missing: 398 -ca.js Found: 550 Missing: 23 -cs.js Found: 550 Missing: 23 -cy.js Found: 573 Missing: 0 -da.js Found: 417 Missing: 156 -de.js Found: 568 Missing: 5 -el.js Found: 306 Missing: 267 -en-au.js Found: 345 Missing: 228 -en-ca.js Found: 345 Missing: 228 -en-gb.js Found: 518 Missing: 55 -eo.js Found: 270 Missing: 303 -es.js Found: 570 Missing: 3 -et.js Found: 320 Missing: 253 -eu.js Found: 417 Missing: 156 -fa.js Found: 322 Missing: 251 -fi.js Found: 552 Missing: 21 -fo.js Found: 551 Missing: 22 -fr-ca.js Found: 319 Missing: 254 -fr.js Found: 551 Missing: 22 -gl.js Found: 292 Missing: 281 -gu.js Found: 320 Missing: 253 -he.js Found: 573 Missing: 0 -hi.js Found: 322 Missing: 251 -hr.js Found: 419 Missing: 154 -hu.js Found: 542 Missing: 31 -is.js Found: 326 Missing: 247 -it.js Found: 418 Missing: 155 -ja.js Found: 494 Missing: 79 -ka.js Found: 569 Missing: 4 -km.js Found: 286 Missing: 287 -ko.js Found: 304 Missing: 269 -lt.js Found: 326 Missing: 247 -lv.js Found: 294 Missing: 279 -mn.js Found: 320 Missing: 253 -ms.js Found: 276 Missing: 297 -nb.js Found: 550 Missing: 23 -nl.js Found: 570 Missing: 3 -no.js Found: 550 Missing: 23 -pl.js Found: 573 Missing: 0 -pt-br.js Found: 535 Missing: 38 -pt.js Found: 293 Missing: 280 -ro.js Found: 317 Missing: 256 -ru.js Found: 484 Missing: 89 -sk.js Found: 365 Missing: 208 -sl.js Found: 426 Missing: 147 -sr-latn.js Found: 287 Missing: 286 -sr.js Found: 286 Missing: 287 -sv.js Found: 551 Missing: 22 -th.js Found: 298 Missing: 275 -tr.js Found: 536 Missing: 37 -uk.js Found: 544 Missing: 29 -vi.js Found: 493 Missing: 80 -zh-cn.js Found: 548 Missing: 25 -zh.js Found: 419 Missing: 154 diff --git a/skins/ckeditor/lang/af.js b/skins/ckeditor/lang/af.js index 6323580..57777ad 100644 --- a/skins/ckeditor/lang/af.js +++ b/skins/ckeditor/lang/af.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.af={dir:'ltr',editorTitle:'Teksverwerker, %1, druk op ALT 0 vir hulp.',toolbars:'Editor toolbars',editor:'Teksverwerker',source:'Bron',newPage:'Nuwe bladsy',save:'Bewaar',preview:'Voorbeeld',cut:'Knip',copy:'Kopiëer',paste:'Plak',print:'Druk',underline:'Onderstreep',bold:'Vet',italic:'Skuins',selectAll:'Selekteer alles',removeFormat:'Verwyder opmaak',strike:'Deurstreep',subscript:'Onderskrif',superscript:'Bo-skrif',horizontalrule:'Horisontale lyn invoeg',pagebreak:'Bladsy-einde invoeg',pagebreakAlt:'Bladsy-einde',unlink:'Verwyder skakel',undo:'Ontdoen',redo:'Oordoen',common:{browseServer:'Blaai op bediener',url:'URL',protocol:'Protokol',upload:'Oplaai',uploadSubmit:'Stuur na bediener',image:'Afbeelding',flash:'Flash',form:'Vorm',checkbox:'Merkhokkie',radio:'Radioknoppie',textField:'Teksveld',textarea:'Teks-area',hiddenField:'Blinde veld',button:'Knop',select:'Keuseveld',imageButton:'Afbeeldingsknop',notSet:'<geen instelling>',id:'Id',name:'Naam',langDir:'Skryfrigting',langDirLtr:'Links na regs (LTR)',langDirRtl:'Regs na links (RTL)',langCode:'Taalkode',longDescr:'Lang beskrywing URL',cssClass:'CSS klasse',advisoryTitle:'Aanbevole titel',cssStyle:'Styl',ok:'OK',cancel:'Kanselleer',close:'Sluit',preview:'Voorbeeld',generalTab:'Algemeen',advancedTab:'Gevorderd',validateNumberFailed:"Hierdie waarde is nie 'n getal nie.",confirmNewPage:"Alle wysiginge sal verlore gaan. Is u seker dat u 'n nuwe bladsy wil laai?",confirmCancel:'Sommige opsies is gewysig. Is u seker dat u hierdie dialoogvenster wil sluit?',options:'Opsies',target:'Doel',targetNew:'Nuwe venster (_blank)',targetTop:'Boonste venster (_top)',targetSelf:'Selfde venster (_self)',targetParent:'Oorspronklike venster (_parent)',langDirLTR:'Links na Regs (LTR)',langDirRTL:'Regs na Links (RTL)',styles:'Styl',cssClasses:'CSS klasse',width:'Breedte',height:'Hoogte',align:'Oplyn',alignLeft:'Links',alignRight:'Regs',alignCenter:'Sentreer',alignTop:'Bo',alignMiddle:'Middel',alignBottom:'Onder',invalidHeight:"Hoogte moet 'n getal wees",invalidWidth:"Breedte moet 'n getal wees.",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 %).',unavailable:'%1<span class="cke_accessibility">, nie beskikbaar nie</span>'},contextmenu:{options:'Konteks Spyskaart-opsies'},specialChar:{toolbar:'Voeg spesiaale karakter in',title:'Kies spesiale karakter',options:'Spesiale karakter-opsies'},link:{toolbar:'Skakel invoeg/wysig',other:'<ander>',menu:'Wysig skakel',title:'Skakel',info:'Skakel informasie',target:'Doel',upload:'Oplaai',advanced:'Gevorderd',type:'Skakelsoort',toUrl:'URL',toAnchor:'Anker in bladsy',toEmail:'E-pos',targetFrame:'<raam>',targetPopup:'<opspringvenster>',targetFrameName:'Naam van doelraam',targetPopupName:'Naam van opspringvenster',popupFeatures:'Eienskappe van opspringvenster',popupResizable:'Herskaalbaar',popupStatusBar:'Statusbalk',popupLocationBar:'Adresbalk',popupToolbar:'Werkbalk',popupMenuBar:'Spyskaartbalk',popupFullScreen:'Volskerm (IE)',popupScrollBars:'Skuifbalke',popupDependent:'Afhanklik (Netscape)',popupLeft:'Posisie links',popupTop:'Posisie bo',id:'Id',langDir:'Skryfrigting',langDirLTR:'Links na regs (LTR)',langDirRTL:'Regs na links (RTL)',acccessKey:'Toegangsleutel',name:'Naam',langCode:'Taalkode',tabIndex:'Tab indeks',advisoryTitle:'Aanbevole titel',advisoryContentType:'Aanbevole inhoudstipe',cssClasses:'CSS klasse',charset:'Karakterstel van geskakelde bron',styles:'Styl',rel:'Relationship',selectAnchor:"Kies 'n anker",anchorName:'Op ankernaam',anchorId:'Op element Id',emailAddress:'E-posadres',emailSubject:'Berig-onderwerp',emailBody:'Berig-inhoud',noAnchors:'(Geen ankers beskikbaar in dokument)',noUrl:'Gee die skakel se URL',noEmail:'Gee die e-posadres'},anchor:{toolbar:'Anker byvoeg/verander',menu:'Anker-eienskappe',title:'Anker-eienskappe',name:'Ankernaam',errorName:'Voltooi die ankernaam asseblief',remove:'Remove Anchor'},list:{numberedTitle:'Eienskappe van genommerde lys',bulletedTitle:'Eienskappe van ongenommerde lys',type:'Tipe',start:'Begin',validateStartNumber:"Beginnommer van lys moet 'n heelgetal wees.",circle:'Sirkel',disc:'Skyf',square:'Vierkant',none:'Geen',notset:'<nie ingestel nie>',armenian:'Armeense nommering',georgian:'Georgiese nommering (an, ban, gan, ens.)',lowerRoman:'Romeinse kleinletters (i, ii, iii, iv, v, ens.)',upperRoman:'Romeinse hoofletters (I, II, III, IV, V, ens.)',lowerAlpha:'Kleinletters (a, b, c, d, e, ens.)',upperAlpha:'Hoofletters (A, B, C, D, E, ens.)',lowerGreek:'Griekse kleinletters (alpha, beta, gamma, ens.)',decimal:'Desimale syfers (1, 2, 3, ens.)',decimalLeadingZero:'Desimale syfers met voorloopnul (01, 02, 03, ens.)'},findAndReplace:{title:'Soek en vervang',find:'Soek',replace:'Vervang',findWhat:'Soek na:',replaceWith:'Vervang met:',notFoundMsg:'Teks nie gevind nie.',matchCase:'Hoof/kleinletter sensitief',matchWord:'Hele woord moet voorkom',matchCyclic:'Soek deurlopend',replaceAll:'Vervang alles',replaceSuccessMsg:'%1 voorkoms(te) vervang.'},table:{toolbar:'Tabel',title:'Tabel eienskappe',menu:'Tabel eienskappe',deleteTable:'Verwyder tabel',rows:'Rye',columns:'Kolomme',border:'Randbreedte',widthPx:'piksels',widthPc:'persent',widthUnit:'breedte-eenheid',cellSpace:'Sel-afstand',cellPad:'Sel-spasie',caption:'Naam',summary:'Opsomming',headers:'Opskrifte',headersNone:'Geen',headersColumn:'Eerste kolom',headersRow:'Eerste ry',headersBoth:'Beide ',invalidRows:"Aantal rye moet 'n getal groter as 0 wees.",invalidCols:"Aantal kolomme moet 'n getal groter as 0 wees.",invalidBorder:"Randbreedte moet 'n getal wees.",invalidWidth:"Tabelbreedte moet 'n getal wees.",invalidHeight:"Tabelhoogte moet 'n getal wees.",invalidCellSpacing:"Sel-afstand moet 'n getal wees.",invalidCellPadding:"Sel-spasie moet 'n getal wees.",cell:{menu:'Sel',insertBefore:'Voeg sel in voor',insertAfter:'Voeg sel in na',deleteCell:'Verwyder sel',merge:'Voeg selle saam',mergeRight:'Voeg saam na regs',mergeDown:'Voeg saam ondertoe',splitHorizontal:'Splits sel horisontaal',splitVertical:'Splits sel vertikaal',title:'Sel eienskappe',cellType:'Sel tipe',rowSpan:'Omspan rye',colSpan:'Omspan kolomme',wordWrap:'Woord terugloop',hAlign:'Horisontale oplyning',vAlign:'Vertikale oplyning',alignBaseline:'Basislyn',bgColor:'Agtergrondkleur',borderColor:'Randkleur',data:'Inhoud',header:'Opskrif',yes:'Ja',no:'Nee',invalidWidth:"Selbreedte moet 'n getal wees.",invalidHeight:"Selhoogte moet 'n getal wees.",invalidRowSpan:"Omspan rye moet 'n heelgetal wees.",invalidColSpan:"Omspan kolomme moet 'n heelgetal wees.",chooseColor:'Kies'},row:{menu:'Ry',insertBefore:'Voeg ry in voor',insertAfter:'Voeg ry in na',deleteRow:'Verwyder ry'},column:{menu:'Kolom',insertBefore:'Voeg kolom in voor',insertAfter:'Voeg kolom in na',deleteColumn:'Verwyder kolom'}},button:{title:'Knop eienskappe',text:'Teks (Waarde)',type:'Soort',typeBtn:'Knop',typeSbm:'Stuur',typeRst:'Maak leeg'},checkboxAndRadio:{checkboxTitle:'Merkhokkie eienskappe',radioTitle:'Radioknoppie eienskappe',value:'Waarde',selected:'Geselekteer'},form:{title:'Vorm eienskappe',menu:'Vorm eienskappe',action:'Aksie',method:'Metode',encoding:'Kodering'},select:{title:'Keuseveld eienskappe',selectInfo:'Info',opAvail:'Beskikbare opsies',value:'Waarde',size:'Grootte',lines:'Lyne',chkMulti:'Laat meer as een keuse toe',opText:'Teks',opValue:'Waarde',btnAdd:'Byvoeg',btnModify:'Wysig',btnUp:'Op',btnDown:'Af',btnSetValue:'Stel as geselekteerde waarde',btnDelete:'Verwyder'},textarea:{title:'Teks-area eienskappe',cols:'Kolomme',rows:'Rye'},textfield:{title:'Teksveld eienskappe',name:'Naam',value:'Waarde',charWidth:'Breedte (karakters)',maxChars:'Maksimum karakters',type:'Soort',typeText:'Teks',typePass:'Wagwoord'},hidden:{title:'Verborge veld eienskappe',name:'Naam',value:'Waarde'},image:{title:'Afbeelding eienskappe',titleButton:'Afbeeldingsknop eienskappe',menu:'Afbeelding eienskappe',infoTab:'Afbeelding informasie',btnUpload:'Stuur na bediener',upload:'Oplaai',alt:'Alternatiewe teks',lockRatio:'Vaste proporsie',resetSize:'Herstel grootte',border:'Rand',hSpace:'HSpasie',vSpace:'VSpasie',alertUrl:'Gee URL van afbeelding.',linkTab:'Skakel',button2Img:"Wil u die geselekteerde afbeeldingsknop vervang met 'n eenvoudige afbeelding?",img2Button:"Wil u die geselekteerde afbeelding vervang met 'n afbeeldingsknop?",urlMissing:'Die URL na die afbeelding ontbreek.',validateBorder:"Rand moet 'n heelgetal wees.",validateHSpace:"HSpasie moet 'n heelgetal wees.",validateVSpace:"VSpasie moet 'n heelgetal wees."},flash:{properties:'Flash eienskappe',propertiesTab:'Eienskappe',title:'Flash eienskappe',chkPlay:'Speel outomaties',chkLoop:'Herhaal',chkMenu:'Flash spyskaart aan',chkFull:'Laat volledige skerm toe',scale:'Skaal',scaleAll:'Wys alles',scaleNoBorder:'Geen rand',scaleFit:'Presiese pas',access:'Skrip toegang',accessAlways:'Altyd',accessSameDomain:'Selfde domeinnaam',accessNever:'Nooit',alignAbsBottom:'Absoluut-onder',alignAbsMiddle:'Absoluut-middel',alignBaseline:'Basislyn',alignTextTop:'Teks bo',quality:'Kwaliteit',qualityBest:'Beste',qualityHigh:'Hoog',qualityAutoHigh:'Outomaties hoog',qualityMedium:'Gemiddeld',qualityAutoLow:'Outomaties laag',qualityLow:'Laag',windowModeWindow:'Venster',windowModeOpaque:'Ondeursigtig',windowModeTransparent:'Deursigtig',windowMode:'Venster modus',flashvars:'Veranderlikes vir Flash',bgcolor:'Agtergrondkleur',hSpace:'HSpasie',vSpace:'VSpasie',validateSrc:'Voeg die URL in',validateHSpace:"HSpasie moet 'n heelgetal wees.",validateVSpace:"VSpasie moet 'n heelgetal wees."},spellCheck:{toolbar:'Speltoets',title:'Speltoetser',notAvailable:'Jammer, hierdie diens is nie nou beskikbaar nie.',errorLoading:'Fout by inlaai van diens: %s.',notInDic:'Nie in woordeboek nie',changeTo:'Verander na',btnIgnore:'Ignoreer',btnIgnoreAll:'Ignoreer alles',btnReplace:'Vervang',btnReplaceAll:'vervang alles',btnUndo:'Ontdoen',noSuggestions:'- Geen voorstel -',progress:'Spelling word getoets...',noMispell:'Klaar met speltoets: Geen foute nie',noChanges:'Klaar met speltoets: Geen woorde verander nie',oneChange:'Klaar met speltoets: Een woord verander',manyChanges:'Klaar met speltoets: %1 woorde verander',ieSpellDownload:'Speltoetser is nie geïnstalleer nie. Wil u dit nou aflaai?'},smiley:{toolbar:'Lagbekkie',title:'Voeg lagbekkie by',options:'Lagbekkie opsies'},elementsPath:{eleLabel:'Elemente-pad',eleTitle:'%1 element'},numberedlist:'Genommerde lys',bulletedlist:'Ongenommerde lys',indent:'Vergroot inspring',outdent:'Verklein inspring',justify:{left:'Links oplyn',center:'Sentreer',right:'Regs oplyn',block:'Uitvul'},blockquote:'Sitaatblok',clipboard:{title:'Byvoeg',cutError:'U blaaier se sekuriteitsinstelling belet die outomatiese knip-aksie. Gebruik die sleutelbordkombinasie (Ctrl/Cmd+X).',copyError:'U blaaier se sekuriteitsinstelling belet die kopiëringsaksie. Gebruik die sleutelbordkombinasie (Ctrl/Cmd+C).',pasteMsg:'Plak die teks in die volgende teks-area met die sleutelbordkombinasie (<STRONG>Ctrl/Cmd+V</STRONG>) en druk <STRONG>OK</STRONG>.',securityMsg:'Weens u blaaier se sekuriteitsinstelling is data op die knipbord nie toeganklik nie. U kan dit eers weer in hierdie venster plak.',pasteArea:'Plak-area'},pastefromword:{confirmCleanup:'Die teks wat u wil plak lyk asof dit uit Word gekopiëer is. Wil u dit eers skoonmaak voordat dit geplak word?',toolbar:'Plak vanuit Word',title:'Plak vanuit Word',error:"Die geplakte teks kon nie skoongemaak word nie, weens 'n interne fout"},pasteText:{button:'Plak as eenvoudige teks',title:'Plak as eenvoudige teks'},templates:{button:'Sjablone',title:'Inhoud Sjablone',options:'Sjabloon opsies',insertOption:'Vervang huidige inhoud',selectPromptMsg:'Kies die sjabloon om te gebruik in die redigeerder (huidige inhoud gaan verlore):',emptyListMsg:'(Geen sjablone gedefineer nie)'},showBlocks:'Toon blokke',stylesCombo:{label:'Styl',panelTitle:'Opmaak style',panelTitle1:'Blok style',panelTitle2:'Inlyn style',panelTitle3:'Objek style'},format:{label:'Opmaak',panelTitle:'Opmaak',tag_p:'Normaal',tag_pre:'Opgemaak',tag_address:'Adres',tag_h1:'Opskrif 1',tag_h2:'Opskrif 2',tag_h3:'Opskrif 3',tag_h4:'Opskrif 4',tag_h5:'Opskrif 5',tag_h6:'Opskrif 6',tag_div:'Normaal (DIV)'},div:{title:'Skep Div houer',toolbar:'Skep Div houer',cssClassInputLabel:'CSS klasse',styleSelectLabel:'Styl',IdInputLabel:'Id',languageCodeInputLabel:' Taalkode',inlineStyleInputLabel:'Inlyn Styl',advisoryTitleInputLabel:'Aanbevole Titel',langDirLabel:'Skryfrigting',langDirLTRLabel:'Links na regs (LTR)',langDirRTLLabel:'Regs na links (RTL)',edit:'Wysig Div',remove:'Verwyder Div'},iframe:{title:'IFrame Eienskappe',toolbar:'IFrame',noUrl:'Gee die iframe URL',scrolling:'Skuifbalke aan',border:'Wys rand van raam'},font:{label:'Font',voiceLabel:'Font',panelTitle:'Fontnaam'},fontSize:{label:'Grootte',voiceLabel:'Fontgrootte',panelTitle:'Fontgrootte'},colorButton:{textColorTitle:'Tekskleur',bgColorTitle:'Agtergrondkleur',panelTitle:'Kleure',auto:'Outomaties',more:'Meer Kleure...'},colors:{'000':'Swart',800000:'Meroen','8B4513':'Sjokoladebruin','2F4F4F':'Donkerleisteengrys','008080':'Blougroen','000080':'Vlootblou','4B0082':'Indigo',696969:'Donkergrys',B22222:'Rooibaksteen',A52A2A:'Bruin',DAA520:'Donkergeel','006400':'Donkergroen','40E0D0':'Turkoois','0000CD':'Middelblou',800080:'Pers',808080:'Grys',F00:'Rooi',FF8C00:'Donkeroranje',FFD700:'Goud','008000':'Groen','0FF':'Siaan','00F':'Blou',EE82EE:'Viooltjieblou',A9A9A9:'Donkergrys',FFA07A:'Ligsalm',FFA500:'Oranje',FFFF00:'Geel','00FF00':'Lemmetjie',AFEEEE:'Ligturkoois',ADD8E6:'Ligblou',DDA0DD:'Pruim',D3D3D3:'Liggrys',FFF0F5:'Linne',FAEBD7:'Ivoor',FFFFE0:'Liggeel',F0FFF0:'Heuningdou',F0FFFF:'Asuur',F0F8FF:'Ligte hemelsblou',E6E6FA:'Laventel',FFF:'Wit'},scayt:{title:'Speltoets terwyl u tik',opera_title:'Nie ondersteun deur Opera nie',enable:'SCAYT aan',disable:'SCAYT af',about:'SCAYT info',toggle:'SCAYT wissel aan/af',options:'Opsies',langs:'Tale',moreSuggestions:'Meer voorstelle',ignore:'Ignoreer',ignoreAll:'Ignoreer alles',addWord:'Voeg woord by',emptyDic:'Woordeboeknaam mag nie leeg wees nie.',optionsTab:'Opsies',allCaps:'Ignoreer woorde in hoofletters',ignoreDomainNames:'Ignoreer domeinname',mixedCase:'Ignoreer woorde met hoof- en kleinletters',mixedWithDigits:'Ignoreer woorde met syfers',languagesTab:'Tale',dictionariesTab:'Woordeboeke',dic_field_name:'Naam van woordeboek',dic_create:'Skep',dic_restore:'Herstel',dic_delete:'Verwijder',dic_rename:'Hernoem',dic_info:"Aanvanklik word die gebruikerswoordeboek in 'n koekie gestoor. Koekies is egter beperk in grootte. Wanneer die gebruikerswoordeboek te groot vir 'n koekie geword het, kan dit op ons bediener gestoor word. Om u persoonlike woordeboek op ons bediener te stoor, gee asb. 'n naam vir u woordeboek. Indien u alreeds 'n gestoorde woordeboek het, tik die naam en kliek op die Herstel knop.",aboutTab:'Info'},about:{title:'Info oor CKEditor',dlgTitle:'Info oor CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Vir lisensie-informasie, besoek asb. ons webwerf:',copy:'Kopiereg © $1. Alle regte voorbehou.'},maximize:'Maksimaliseer',minimize:'Minimaliseer',fakeobjects:{anchor:'Anker',flash:'Flash animasie',iframe:'IFrame',hiddenfield:'Verborge veld',unknown:'Onbekende objek'},resize:'Sleep om te herskaal',colordialog:{title:'Kies kleur',options:'Kleuropsies',highlight:'Aktief',selected:'Geselekteer',clear:'Herstel'},toolbarCollapse:'Verklein werkbalk',toolbarExpand:'Vergroot werkbalk',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'},bidi:{ltr:'Skryfrigting van links na regs',rtl:'Skryfrigting van regs na links'},docprops:{label:'Dokument Eienskappe',title:'Dokument Eienskappe',design:'Design',meta:'Meta Data',chooseColor:'Kies',other:'<ander>',docTitle:'Bladsy Opskrif',charset:'Karakterstel Kodeering',charsetOther:'Ander Karakterstel Kodeering',charsetASCII:'ASCII',charsetCE:'Sentraal Europa',charsetCT:'Chinees Traditioneel (Big5)',charsetCR:'Cyrillic',charsetGR:'Grieks',charsetJP:'Japanees',charsetKR:'Koreans',charsetTR:'Turks',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'Dokument Opskrif Soort',docTypeOther:'Ander Dokument Opskrif Soort',xhtmlDec:'Voeg XHTML verklaring by',bgColor:'Agtergrond kleur',bgImage:'Agtergrond Beeld URL',bgFixed:'Vasgeklemde Agtergrond',txtColor:'Tekskleur',margin:'Bladsy Rante',marginTop:'Bo',marginLeft:'Links',marginRight:'Regs',marginBottom:'Onder',metaKeywords:'Dokument Index Sleutelwoorde(comma verdeelt)',metaDescription:'Dokument Beskrywing',metaAuthor:'Skrywer',metaCopyright:'Kopiereg',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['af']={"editor":"Teksverwerker","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Druk op ALT 0 vir hulp","browseServer":"Blaai op bediener","url":"URL","protocol":"Protokol","upload":"Oplaai","uploadSubmit":"Stuur na bediener","image":"Afbeelding","flash":"Flash","form":"Vorm","checkbox":"Merkhokkie","radio":"Radioknoppie","textField":"Teksveld","textarea":"Teks-area","hiddenField":"Blinde veld","button":"Knop","select":"Keuseveld","imageButton":"Afbeeldingsknop","notSet":"<geen instelling>","id":"Id","name":"Naam","langDir":"Skryfrigting","langDirLtr":"Links na regs (LTR)","langDirRtl":"Regs na links (RTL)","langCode":"Taalkode","longDescr":"Lang beskrywing URL","cssClass":"CSS klasse","advisoryTitle":"Aanbevole titel","cssStyle":"Styl","ok":"OK","cancel":"Kanselleer","close":"Sluit","preview":"Voorbeeld","resize":"Sleep om te herskaal","generalTab":"Algemeen","advancedTab":"Gevorderd","validateNumberFailed":"Hierdie waarde is nie 'n getal nie.","confirmNewPage":"Alle wysiginge sal verlore gaan. Is u seker dat u 'n nuwe bladsy wil laai?","confirmCancel":"Sommige opsies is gewysig. Is u seker dat u hierdie dialoogvenster wil sluit?","options":"Opsies","target":"Doel","targetNew":"Nuwe venster (_blank)","targetTop":"Boonste venster (_top)","targetSelf":"Selfde venster (_self)","targetParent":"Oorspronklike venster (_parent)","langDirLTR":"Links na Regs (LTR)","langDirRTL":"Regs na Links (RTL)","styles":"Styl","cssClasses":"CSS klasse","width":"Breedte","height":"Hoogte","align":"Oplyn","alignLeft":"Links","alignRight":"Regs","alignCenter":"Sentreer","alignTop":"Bo","alignMiddle":"Middel","alignBottom":"Onder","invalidValue":"Invalid value.","invalidHeight":"Hoogte moet 'n getal wees","invalidWidth":"Breedte moet 'n getal wees.","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\">, nie beskikbaar nie</span>"},"about":{"copy":"Kopiereg © $1. Alle regte voorbehou.","dlgTitle":"Info oor CKEditor","help":"Check $1 for help.","moreInfo":"Vir lisensie-informasie, besoek asb. ons webwerf:","title":"Info oor CKEditor","userGuide":"CKEditor User's Guide"},"basicstyles":{"bold":"Vet","italic":"Skuins","strike":"Deurstreep","subscript":"Onderskrif","superscript":"Bo-skrif","underline":"Onderstreep"},"bidi":{"ltr":"Skryfrigting van links na regs","rtl":"Skryfrigting van regs na links"},"blockquote":{"toolbar":"Sitaatblok"},"clipboard":{"copy":"Kopiëer","copyError":"U blaaier se sekuriteitsinstelling belet die kopiëringsaksie. Gebruik die sleutelbordkombinasie (Ctrl/Cmd+C).","cut":"Knip","cutError":"U blaaier se sekuriteitsinstelling belet die outomatiese knip-aksie. Gebruik die sleutelbordkombinasie (Ctrl/Cmd+X).","paste":"Plak","pasteArea":"Plak-area","pasteMsg":"Plak die teks in die volgende teks-area met die sleutelbordkombinasie (<STRONG>Ctrl/Cmd+V</STRONG>) en druk <STRONG>OK</STRONG>.","securityMsg":"Weens u blaaier se sekuriteitsinstelling is data op die knipbord nie toeganklik nie. U kan dit eers weer in hierdie venster plak.","title":"Byvoeg"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Outomaties","bgColorTitle":"Agtergrondkleur","colors":{"000":"Swart","800000":"Meroen","8B4513":"Sjokoladebruin","2F4F4F":"Donkerleisteengrys","008080":"Blougroen","000080":"Vlootblou","4B0082":"Indigo","696969":"Donkergrys","B22222":"Rooibaksteen","A52A2A":"Bruin","DAA520":"Donkergeel","006400":"Donkergroen","40E0D0":"Turkoois","0000CD":"Middelblou","800080":"Pers","808080":"Grys","F00":"Rooi","FF8C00":"Donkeroranje","FFD700":"Goud","008000":"Groen","0FF":"Siaan","00F":"Blou","EE82EE":"Viooltjieblou","A9A9A9":"Donkergrys","FFA07A":"Ligsalm","FFA500":"Oranje","FFFF00":"Geel","00FF00":"Lemmetjie","AFEEEE":"Ligturkoois","ADD8E6":"Ligblou","DDA0DD":"Pruim","D3D3D3":"Liggrys","FFF0F5":"Linne","FAEBD7":"Ivoor","FFFFE0":"Liggeel","F0FFF0":"Heuningdou","F0FFFF":"Asuur","F0F8FF":"Ligte hemelsblou","E6E6FA":"Laventel","FFF":"Wit"},"more":"Meer Kleure...","panelTitle":"Kleure","textColorTitle":"Tekskleur"},"colordialog":{"clear":"Herstel","highlight":"Aktief","options":"Kleuropsies","selected":"Geselekteer","title":"Kies kleur"},"templates":{"button":"Sjablone","emptyListMsg":"(Geen sjablone gedefineer nie)","insertOption":"Vervang huidige inhoud","options":"Sjabloon opsies","selectPromptMsg":"Kies die sjabloon om te gebruik in die redigeerder (huidige inhoud gaan verlore):","title":"Inhoud Sjablone"},"contextmenu":{"options":"Konteks Spyskaart-opsies"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Aanbevole Titel","cssClassInputLabel":"CSS klasse","edit":"Wysig Div","inlineStyleInputLabel":"Inlyn Styl","langDirLTRLabel":"Links na regs (LTR)","langDirLabel":"Skryfrigting","langDirRTLLabel":"Regs na links (RTL)","languageCodeInputLabel":" Taalkode","remove":"Verwyder Div","styleSelectLabel":"Styl","title":"Skep Div houer","toolbar":"Skep Div houer"},"toolbar":{"toolbarCollapse":"Verklein werkbalk","toolbarExpand":"Vergroot werkbalk","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":"Elemente-pad","eleTitle":"%1 element"},"find":{"find":"Soek","findOptions":"Find Options","findWhat":"Soek na:","matchCase":"Hoof/kleinletter sensitief","matchCyclic":"Soek deurlopend","matchWord":"Hele woord moet voorkom","notFoundMsg":"Teks nie gevind nie.","replace":"Vervang","replaceAll":"Vervang alles","replaceSuccessMsg":"%1 voorkoms(te) vervang.","replaceWith":"Vervang met:","title":"Soek en vervang"},"fakeobjects":{"anchor":"Anker","flash":"Flash animasie","hiddenfield":"Verborge veld","iframe":"IFrame","unknown":"Onbekende objek"},"flash":{"access":"Skrip toegang","accessAlways":"Altyd","accessNever":"Nooit","accessSameDomain":"Selfde domeinnaam","alignAbsBottom":"Absoluut-onder","alignAbsMiddle":"Absoluut-middel","alignBaseline":"Basislyn","alignTextTop":"Teks bo","bgcolor":"Agtergrondkleur","chkFull":"Laat volledige skerm toe","chkLoop":"Herhaal","chkMenu":"Flash spyskaart aan","chkPlay":"Speel outomaties","flashvars":"Veranderlikes vir Flash","hSpace":"HSpasie","properties":"Flash eienskappe","propertiesTab":"Eienskappe","quality":"Kwaliteit","qualityAutoHigh":"Outomaties hoog","qualityAutoLow":"Outomaties laag","qualityBest":"Beste","qualityHigh":"Hoog","qualityLow":"Laag","qualityMedium":"Gemiddeld","scale":"Skaal","scaleAll":"Wys alles","scaleFit":"Presiese pas","scaleNoBorder":"Geen rand","title":"Flash eienskappe","vSpace":"VSpasie","validateHSpace":"HSpasie moet 'n heelgetal wees.","validateSrc":"Voeg die URL in","validateVSpace":"VSpasie moet 'n heelgetal wees.","windowMode":"Venster modus","windowModeOpaque":"Ondeursigtig","windowModeTransparent":"Deursigtig","windowModeWindow":"Venster"},"font":{"fontSize":{"label":"Grootte","voiceLabel":"Fontgrootte","panelTitle":"Fontgrootte"},"label":"Font","panelTitle":"Fontnaam","voiceLabel":"Font"},"forms":{"button":{"title":"Knop eienskappe","text":"Teks (Waarde)","type":"Soort","typeBtn":"Knop","typeSbm":"Stuur","typeRst":"Maak leeg"},"checkboxAndRadio":{"checkboxTitle":"Merkhokkie eienskappe","radioTitle":"Radioknoppie eienskappe","value":"Waarde","selected":"Geselekteer"},"form":{"title":"Vorm eienskappe","menu":"Vorm eienskappe","action":"Aksie","method":"Metode","encoding":"Kodering"},"hidden":{"title":"Verborge veld eienskappe","name":"Naam","value":"Waarde"},"select":{"title":"Keuseveld eienskappe","selectInfo":"Info","opAvail":"Beskikbare opsies","value":"Waarde","size":"Grootte","lines":"Lyne","chkMulti":"Laat meer as een keuse toe","opText":"Teks","opValue":"Waarde","btnAdd":"Byvoeg","btnModify":"Wysig","btnUp":"Op","btnDown":"Af","btnSetValue":"Stel as geselekteerde waarde","btnDelete":"Verwyder"},"textarea":{"title":"Teks-area eienskappe","cols":"Kolomme","rows":"Rye"},"textfield":{"title":"Teksveld eienskappe","name":"Naam","value":"Waarde","charWidth":"Breedte (karakters)","maxChars":"Maksimum karakters","type":"Soort","typeText":"Teks","typePass":"Wagwoord","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"format":{"label":"Opmaak","panelTitle":"Opmaak","tag_address":"Adres","tag_div":"Normaal (DIV)","tag_h1":"Opskrif 1","tag_h2":"Opskrif 2","tag_h3":"Opskrif 3","tag_h4":"Opskrif 4","tag_h5":"Opskrif 5","tag_h6":"Opskrif 6","tag_p":"Normaal","tag_pre":"Opgemaak"},"horizontalrule":{"toolbar":"Horisontale lyn invoeg"},"iframe":{"border":"Wys rand van raam","noUrl":"Gee die iframe URL","scrolling":"Skuifbalke aan","title":"IFrame Eienskappe","toolbar":"IFrame"},"image":{"alertUrl":"Gee URL van afbeelding.","alt":"Alternatiewe teks","border":"Rand","btnUpload":"Stuur na bediener","button2Img":"Wil u die geselekteerde afbeeldingsknop vervang met 'n eenvoudige afbeelding?","hSpace":"HSpasie","img2Button":"Wil u die geselekteerde afbeelding vervang met 'n afbeeldingsknop?","infoTab":"Afbeelding informasie","linkTab":"Skakel","lockRatio":"Vaste proporsie","menu":"Afbeelding eienskappe","resetSize":"Herstel grootte","title":"Afbeelding eienskappe","titleButton":"Afbeeldingsknop eienskappe","upload":"Oplaai","urlMissing":"Die URL na die afbeelding ontbreek.","vSpace":"VSpasie","validateBorder":"Rand moet 'n heelgetal wees.","validateHSpace":"HSpasie moet 'n heelgetal wees.","validateVSpace":"VSpasie moet 'n heelgetal wees."},"indent":{"indent":"Vergroot inspring","outdent":"Verklein inspring"},"smiley":{"options":"Lagbekkie opsies","title":"Voeg lagbekkie by","toolbar":"Lagbekkie"},"justify":{"block":"Uitvul","center":"Sentreer","left":"Links oplyn","right":"Regs oplyn"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Toegangsleutel","advanced":"Gevorderd","advisoryContentType":"Aanbevole inhoudstipe","advisoryTitle":"Aanbevole titel","anchor":{"toolbar":"Anker byvoeg/verander","menu":"Anker-eienskappe","title":"Anker-eienskappe","name":"Ankernaam","errorName":"Voltooi die ankernaam asseblief","remove":"Remove Anchor"},"anchorId":"Op element Id","anchorName":"Op ankernaam","charset":"Karakterstel van geskakelde bron","cssClasses":"CSS klasse","emailAddress":"E-posadres","emailBody":"Berig-inhoud","emailSubject":"Berig-onderwerp","id":"Id","info":"Skakel informasie","langCode":"Taalkode","langDir":"Skryfrigting","langDirLTR":"Links na regs (LTR)","langDirRTL":"Regs na links (RTL)","menu":"Wysig skakel","name":"Naam","noAnchors":"(Geen ankers beskikbaar in dokument)","noEmail":"Gee die e-posadres","noUrl":"Gee die skakel se URL","other":"<ander>","popupDependent":"Afhanklik (Netscape)","popupFeatures":"Eienskappe van opspringvenster","popupFullScreen":"Volskerm (IE)","popupLeft":"Posisie links","popupLocationBar":"Adresbalk","popupMenuBar":"Spyskaartbalk","popupResizable":"Herskaalbaar","popupScrollBars":"Skuifbalke","popupStatusBar":"Statusbalk","popupToolbar":"Werkbalk","popupTop":"Posisie bo","rel":"Relationship","selectAnchor":"Kies 'n anker","styles":"Styl","tabIndex":"Tab indeks","target":"Doel","targetFrame":"<raam>","targetFrameName":"Naam van doelraam","targetPopup":"<opspringvenster>","targetPopupName":"Naam van opspringvenster","title":"Skakel","toAnchor":"Anker in bladsy","toEmail":"E-pos","toUrl":"URL","toolbar":"Skakel invoeg/wysig","type":"Skakelsoort","unlink":"Verwyder skakel","upload":"Oplaai"},"list":{"bulletedlist":"Ongenommerde lys","numberedlist":"Genommerde lys"},"liststyle":{"armenian":"Armeense nommering","bulletedTitle":"Eienskappe van ongenommerde lys","circle":"Sirkel","decimal":"Desimale syfers (1, 2, 3, ens.)","decimalLeadingZero":"Desimale syfers met voorloopnul (01, 02, 03, ens.)","disc":"Skyf","georgian":"Georgiese nommering (an, ban, gan, ens.)","lowerAlpha":"Kleinletters (a, b, c, d, e, ens.)","lowerGreek":"Griekse kleinletters (alpha, beta, gamma, ens.)","lowerRoman":"Romeinse kleinletters (i, ii, iii, iv, v, ens.)","none":"Geen","notset":"<nie ingestel nie>","numberedTitle":"Eienskappe van genommerde lys","square":"Vierkant","start":"Begin","type":"Tipe","upperAlpha":"Hoofletters (A, B, C, D, E, ens.)","upperRoman":"Romeinse hoofletters (I, II, III, IV, V, ens.)","validateStartNumber":"Beginnommer van lys moet 'n heelgetal wees."},"magicline":{"title":"Insert paragraph here"},"maximize":{"maximize":"Maksimaliseer","minimize":"Minimaliseer"},"newpage":{"toolbar":"Nuwe bladsy"},"pagebreak":{"alt":"Bladsy-einde","toolbar":"Bladsy-einde invoeg"},"pastetext":{"button":"Plak as eenvoudige teks","title":"Plak as eenvoudige teks"},"pastefromword":{"confirmCleanup":"Die teks wat u wil plak lyk asof dit uit Word gekopiëer is. Wil u dit eers skoonmaak voordat dit geplak word?","error":"Die geplakte teks kon nie skoongemaak word nie, weens 'n interne fout","title":"Plak vanuit Word","toolbar":"Plak vanuit Word"},"preview":{"preview":"Voorbeeld"},"print":{"toolbar":"Druk"},"removeformat":{"toolbar":"Verwyder opmaak"},"save":{"toolbar":"Bewaar"},"selectall":{"toolbar":"Selekteer alles"},"showblocks":{"toolbar":"Toon blokke"},"sourcearea":{"toolbar":"Bron"},"specialchar":{"options":"Spesiale karakter-opsies","title":"Kies spesiale karakter","toolbar":"Voeg spesiaale karakter in"},"scayt":{"about":"SCAYT info","aboutTab":"Info","addWord":"Voeg woord by","allCaps":"Ignoreer woorde in hoofletters","dic_create":"Skep","dic_delete":"Verwijder","dic_field_name":"Naam van woordeboek","dic_info":"Aanvanklik word die gebruikerswoordeboek in 'n koekie gestoor. Koekies is egter beperk in grootte. Wanneer die gebruikerswoordeboek te groot vir 'n koekie geword het, kan dit op ons bediener gestoor word. Om u persoonlike woordeboek op ons bediener te stoor, gee asb. 'n naam vir u woordeboek. Indien u alreeds 'n gestoorde woordeboek het, tik die naam en kliek op die Herstel knop.","dic_rename":"Hernoem","dic_restore":"Herstel","dictionariesTab":"Woordeboeke","disable":"SCAYT af","emptyDic":"Woordeboeknaam mag nie leeg wees nie.","enable":"SCAYT aan","ignore":"Ignoreer","ignoreAll":"Ignoreer alles","ignoreDomainNames":"Ignoreer domeinname","langs":"Tale","languagesTab":"Tale","mixedCase":"Ignoreer woorde met hoof- en kleinletters","mixedWithDigits":"Ignoreer woorde met syfers","moreSuggestions":"Meer voorstelle","opera_title":"Nie ondersteun deur Opera nie","options":"Opsies","optionsTab":"Opsies","title":"Speltoets terwyl u tik","toggle":"SCAYT wissel aan/af","noSuggestions":"No suggestion"},"stylescombo":{"label":"Styl","panelTitle":"Opmaak style","panelTitle1":"Blok style","panelTitle2":"Inlyn style","panelTitle3":"Objek style"},"table":{"border":"Randbreedte","caption":"Naam","cell":{"menu":"Sel","insertBefore":"Voeg sel in voor","insertAfter":"Voeg sel in na","deleteCell":"Verwyder sel","merge":"Voeg selle saam","mergeRight":"Voeg saam na regs","mergeDown":"Voeg saam ondertoe","splitHorizontal":"Splits sel horisontaal","splitVertical":"Splits sel vertikaal","title":"Sel eienskappe","cellType":"Sel tipe","rowSpan":"Omspan rye","colSpan":"Omspan kolomme","wordWrap":"Woord terugloop","hAlign":"Horisontale oplyning","vAlign":"Vertikale oplyning","alignBaseline":"Basislyn","bgColor":"Agtergrondkleur","borderColor":"Randkleur","data":"Inhoud","header":"Opskrif","yes":"Ja","no":"Nee","invalidWidth":"Selbreedte moet 'n getal wees.","invalidHeight":"Selhoogte moet 'n getal wees.","invalidRowSpan":"Omspan rye moet 'n heelgetal wees.","invalidColSpan":"Omspan kolomme moet 'n heelgetal wees.","chooseColor":"Kies"},"cellPad":"Sel-spasie","cellSpace":"Sel-afstand","column":{"menu":"Kolom","insertBefore":"Voeg kolom in voor","insertAfter":"Voeg kolom in na","deleteColumn":"Verwyder kolom"},"columns":"Kolomme","deleteTable":"Verwyder tabel","headers":"Opskrifte","headersBoth":"Beide ","headersColumn":"Eerste kolom","headersNone":"Geen","headersRow":"Eerste ry","invalidBorder":"Randbreedte moet 'n getal wees.","invalidCellPadding":"Sel-spasie moet 'n getal wees.","invalidCellSpacing":"Sel-afstand moet 'n getal wees.","invalidCols":"Aantal kolomme moet 'n getal groter as 0 wees.","invalidHeight":"Tabelhoogte moet 'n getal wees.","invalidRows":"Aantal rye moet 'n getal groter as 0 wees.","invalidWidth":"Tabelbreedte moet 'n getal wees.","menu":"Tabel eienskappe","row":{"menu":"Ry","insertBefore":"Voeg ry in voor","insertAfter":"Voeg ry in na","deleteRow":"Verwyder ry"},"rows":"Rye","summary":"Opsomming","title":"Tabel eienskappe","toolbar":"Tabel","widthPc":"persent","widthPx":"piksels","widthUnit":"breedte-eenheid"},"undo":{"redo":"Oordoen","undo":"Ontdoen"},"wsc":{"btnIgnore":"Ignoreer","btnIgnoreAll":"Ignoreer alles","btnReplace":"Vervang","btnReplaceAll":"vervang alles","btnUndo":"Ontdoen","changeTo":"Verander na","errorLoading":"Fout by inlaai van diens: %s.","ieSpellDownload":"Speltoetser is nie geïnstalleer nie. Wil u dit nou aflaai?","manyChanges":"Klaar met speltoets: %1 woorde verander","noChanges":"Klaar met speltoets: Geen woorde verander nie","noMispell":"Klaar met speltoets: Geen foute nie","noSuggestions":"- Geen voorstel -","notAvailable":"Jammer, hierdie diens is nie nou beskikbaar nie.","notInDic":"Nie in woordeboek nie","oneChange":"Klaar met speltoets: Een woord verander","progress":"Spelling word getoets...","title":"Speltoetser","toolbar":"Speltoets"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/ar.js b/skins/ckeditor/lang/ar.js index 4c213bc..89617a5 100644 --- a/skins/ckeditor/lang/ar.js +++ b/skins/ckeditor/lang/ar.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.ar={dir:'rtl',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'اÙ٠صدر',newPage:'صÙØØ© جدÙدة',save:'ØÙظ',preview:'٠عاÙÙØ© اÙصÙØØ©',cut:'Ùص',copy:'Ùسخ',paste:'ÙصÙ',print:'طباعة',underline:'تسطÙر',bold:'غا٠Ù',italic:'٠ائÙ',selectAll:'تØدÙد اÙÙÙ',removeFormat:'إزاÙØ© اÙتÙسÙÙات',strike:'ÙتÙسط٠خط',subscript:'Ù ÙØ®Ùض',superscript:'٠رتÙع',horizontalrule:'خط ÙاصÙ',pagebreak:'إدخا٠صÙØØ© جدÙدة',pagebreakAlt:'Page Break',unlink:'إزاÙØ© رابط',undo:'تراجع',redo:'إعادة',common:{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:'Ù ÙاÙÙ',cancel:'Ø¥Ùغاء اÙأ٠ر',close:'Close',preview:'Preview',generalTab:'عا٠',advancedTab:'٠تÙد٠',validateNumberFailed:'ÙاÙÙجد ÙتÙجة',confirmNewPage:'ستÙÙد أ٠٠تغÙÙرات اذا Ù٠تÙ٠بØÙظÙا اÙÙا. Ù٠أÙت ٠تأÙد Ø£Ù٠ترÙد صÙØØ© جدÙدةØ',confirmCancel:'بعض اÙØ®Ùارات Ùد تغÙرت. Ù٠أÙت ٠تأÙد ٠٠إغÙا٠٠ربع اÙÙصØ',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:'اÙعرض',height:'اÙإرتÙاع',align:'Ù Øاذاة',alignLeft:'Ùسار',alignRight:'ÙÙ ÙÙ',alignCenter:'Ùسط',alignTop:'أعÙÙ',alignMiddle:'Ùسط',alignBottom:'أسÙÙ',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).',invalidHtmlLength:'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',unavailable:'%1<span class="cke_accessibility">, غÙر ٠تاØ</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'إدراج خاص.Ù',title:'اختر اÙØ®Ùاص',options:'Special Character Options'},link:{toolbar:'رابط',other:'<أخرÙ>',menu:'تØرÙر رابط',title:'إرتباط تشعبÙ',info:'٠عÙÙ٠ات اÙرابط',target:'Ùد٠اÙرابط',upload:'رÙع',advanced:'٠تÙد٠',type:'ÙÙع اÙربط',toUrl:'URL',toAnchor:'Ù Ùا٠ÙÙ Ùذا اÙ٠ستÙد',toEmail:'برÙد Ø¥ÙÙترÙÙÙ',targetFrame:'<إطار>',targetPopup:'<ÙاÙذة Ù ÙبثÙØ©>',targetFrameName:'اس٠اÙإطار اÙ٠ستÙدÙ',targetPopupName:'اس٠اÙÙاÙذة اÙÙ ÙبثÙØ©',popupFeatures:'خصائص اÙÙاÙذة اÙÙ ÙبثÙØ©',popupResizable:'ÙابÙØ© اÙتشÙÙÙ',popupStatusBar:'شرÙØ· اÙØاÙØ©',popupLocationBar:'شرÙØ· اÙعÙÙاÙ',popupToolbar:'شرÙØ· اÙأدÙات',popupMenuBar:'اÙÙÙائ٠اÙرئÙسÙØ©',popupFullScreen:'Ù Ùئ اÙشاشة (IE)',popupScrollBars:'أشرطة اÙت٠رÙر',popupDependent:'تابع (Netscape)',popupLeft:'اÙت٠رÙز ÙÙÙسار',popupTop:'اÙت٠رÙز ÙÙأعÙÙ',id:'ÙÙÙØ©',langDir:'إتجا٠اÙÙص',langDirLTR:'اÙÙسار ÙÙÙÙ ÙÙ (LTR)',langDirRTL:'اÙÙÙ ÙÙ ÙÙÙسار (RTL)',acccessKey:'Ù ÙاتÙØ Ø§Ùإختصار',name:'اÙاس٠',langCode:'ÙÙد اÙÙص',tabIndex:'اÙترتÙب',advisoryTitle:'عÙÙا٠اÙتÙرÙر',advisoryContentType:'ÙÙع اÙتÙرÙر',cssClasses:'Ùئات اÙتÙسÙÙ',charset:'تر٠Ùز اÙ٠ادة اÙÙ Ø·ÙÙبة',styles:'ÙÙ Ø·',rel:'Relationship',selectAnchor:'اختر عÙا٠ة ٠رجعÙØ©',anchorName:'Øسب اÙاس٠',anchorId:'Øسب رÙ٠اÙعÙصر',emailAddress:'عÙÙا٠اÙبرÙد Ø¥ÙÙترÙÙÙ',emailSubject:'Ù ÙضÙع اÙرساÙØ©',emailBody:'Ù ØتÙ٠اÙرساÙØ©',noAnchors:'(Ùا تÙجد عÙا٠ات ٠رجعÙØ© ÙÙ Ùذا اÙ٠ستÙد)',noUrl:'Ù Ù ÙضÙ٠أدخ٠عÙÙا٠اÙÙ ÙÙع اÙØ°Ù ÙØ´Ùر Ø¥ÙÙ٠اÙرابط',noEmail:'Ù Ù ÙضÙ٠أدخ٠عÙÙا٠اÙبرÙد اÙØ¥ÙÙترÙÙÙ'},anchor:{toolbar:'إشارة ٠رجعÙØ©',menu:'تØرÙر اÙإشارة اÙ٠رجعÙØ©',title:'خصائص اÙإشارة اÙ٠رجعÙØ©',name:'اس٠اÙإشارة اÙ٠رجعÙØ©',errorName:'اÙرجاء Ùتابة اس٠اÙإشارة اÙ٠رجعÙØ©',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'بØØ« ÙاستبداÙ',find:'بØØ«',replace:'إستبداÙ',findWhat:'اÙبØØ« بÙ:',replaceWith:'إستبدا٠بÙ:',notFoundMsg:'ÙÙ Ùت٠اÙعثÙر عÙ٠اÙÙص اÙÙ Øدد.',matchCase:'٠طابÙØ© ØاÙØ© اÙØ£ØرÙ',matchWord:'٠طابÙØ© باÙÙا٠Ù',matchCyclic:'٠طابÙØ© دÙرÙØ©',replaceAll:'إستبدا٠اÙÙÙ',replaceSuccessMsg:'ت٠استبدا٠1% ٠٠اÙØاÙات '},table:{toolbar:'جدÙÙ',title:'خصائص اÙجدÙÙ',menu:'خصائص اÙجدÙÙ',deleteTable:'Øذ٠اÙجدÙÙ',rows:'صÙÙÙ',columns:'أع٠دة',border:'اÙØدÙد',widthPx:'بÙسÙ',widthPc:'باÙ٠ئة',widthUnit:'width unit',cellSpace:'تباعد اÙØ®ÙاÙا',cellPad:'اÙ٠ساÙØ© اÙبادئة',caption:'اÙÙصÙ',summary:'اÙØ®Ùاصة',headers:'اÙعÙاÙÙÙ',headersNone:'بدÙÙ',headersColumn:'اÙع٠Ùد اÙØ£ÙÙ',headersRow:'اÙص٠اÙØ£ÙÙ',headersBoth:'ÙÙاÙ٠ا',invalidRows:'عدد اÙصÙÙÙ Ùجب Ø£Ù ÙÙÙ٠عددا٠أÙبر ٠٠صÙر.',invalidCols:'عدد اÙأع٠دة Ùجب Ø£Ù ÙÙÙ٠عددا٠أÙبر ٠٠صÙر.',invalidBorder:'Øج٠اÙØد Ùجب Ø£Ù ÙÙÙ٠عدداÙ.',invalidWidth:'عرض اÙجدÙÙ Ùجب Ø£Ù ÙÙÙ٠عدداÙ.',invalidHeight:'ارتÙاع اÙجدÙÙ Ùجب Ø£Ù ÙÙÙ٠عدداÙ.',invalidCellSpacing:'اÙ٠ساÙØ© بÙ٠اÙØ®ÙاÙا Ùجب أ٠تÙÙ٠عدداÙ.',invalidCellPadding:'اÙ٠ساÙØ© اÙبادئة Ùجب أ٠تÙÙ٠عدداÙ',cell:{menu:'Ø®ÙÙØ©',insertBefore:'إدراج Ø®ÙÙØ© ÙبÙ',insertAfter:'إدراج Ø®ÙÙØ© بعد',deleteCell:'ØØ°Ù Ø®ÙÙØ©',merge:'د٠ج Ø®ÙاÙا',mergeRight:'د٠ج ÙÙÙÙ ÙÙ',mergeDown:'د٠ج ÙÙأسÙÙ',splitHorizontal:'تÙسÙ٠اÙØ®ÙÙØ© Ø£ÙÙÙاÙ',splitVertical:'تÙسÙ٠اÙØ®ÙÙØ© ع٠ÙدÙاÙ',title:'خصائص اÙØ®ÙÙØ©',cellType:'ÙÙع اÙØ®ÙÙØ©',rowSpan:'ا٠تداد اÙصÙÙÙ',colSpan:'ا٠تداد اÙأع٠دة',wordWrap:'اÙتÙا٠اÙÙص',hAlign:'Ù Øاذاة Ø£ÙÙÙØ©',vAlign:'Ù Øاذاة رأسÙØ©',alignBaseline:'خط اÙÙاعدة',bgColor:'ÙÙ٠اÙØ®ÙÙÙØ©',borderColor:'ÙÙ٠اÙØدÙد',data:'بÙاÙات',header:'عÙÙاÙ',yes:'Ùع٠',no:'Ùا',invalidWidth:'عرض اÙØ®ÙÙØ© Ùجب Ø£Ù ÙÙÙ٠عدداÙ.',invalidHeight:'ارتÙاع اÙØ®ÙÙØ© Ùجب Ø£Ù ÙÙÙ٠عدداÙ.',invalidRowSpan:'ا٠تداد اÙصÙÙÙ Ùجب Ø£Ù ÙÙÙ٠عددا٠صØÙØاÙ.',invalidColSpan:'ا٠تداد اÙأع٠دة Ùجب Ø£Ù ÙÙÙ٠عددا٠صØÙØاÙ.',chooseColor:'اختر'},row:{menu:'صÙ',insertBefore:'إدراج ص٠ÙبÙ',insertAfter:'إدراج ص٠بعد',deleteRow:'Øذ٠صÙÙÙ'},column:{menu:'ع٠Ùد',insertBefore:'إدراج ع٠Ùد ÙبÙ',insertAfter:'إدراج ع٠Ùد بعد',deleteColumn:'Øذ٠أع٠دة'}},button:{title:'خصائص زر اÙضغط',text:'اÙÙÙÙ Ø©/اÙتس٠ÙØ©',type:'ÙÙع اÙزر',typeBtn:'زر',typeSbm:'إرساÙ',typeRst:'إعادة تعÙÙÙ'},checkboxAndRadio:{checkboxTitle:'خصائص خاÙØ© اÙإختÙار',radioTitle:'خصائص زر اÙØ®Ùار',value:'اÙÙÙÙ Ø©',selected:'Ù Øدد'},form:{title:'خصائص اÙÙÙ Ùذج',menu:'خصائص اÙÙÙ Ùذج',action:'اس٠اÙÙ ÙÙ',method:'اÙأسÙÙب',encoding:'تشÙÙر'},select:{title:'خصائص اختÙار اÙØÙÙ',selectInfo:'اختار ٠عÙÙ٠ات',opAvail:'اÙØ®Ùارات اÙ٠تاØØ©',value:'اÙÙÙÙ Ø©',size:'اÙØج٠',lines:'اÙأسطر',chkMulti:'اÙØ³Ù Ø§Ø Ø¨ØªØدÙدات ٠تعددة',opText:'اÙÙص',opValue:'اÙÙÙÙ Ø©',btnAdd:'إضاÙØ©',btnModify:'تعدÙÙ',btnUp:'أعÙÙ',btnDown:'أسÙÙ',btnSetValue:'إجعÙÙا Ù Øددة',btnDelete:'إزاÙØ©'},textarea:{title:'خصائص ٠ساØØ© اÙÙص',cols:'اÙأع٠دة',rows:'اÙصÙÙÙ'},textfield:{title:'خصائص ٠ربع اÙÙص',name:'اÙاس٠',value:'اÙÙÙÙ Ø©',charWidth:'عرض اÙس٠ات',maxChars:'اÙص٠عدد ÙÙس٠ات',type:'ÙÙع اÙÙ ØتÙÙ',typeText:'Ùص',typePass:'ÙÙÙ Ø© ٠رÙر'},hidden:{title:'خصائص اÙØÙ٠اÙÙ Ø®ÙÙ',name:'اÙاس٠',value:'اÙÙÙÙ Ø©'},image:{title:'خصائص اÙصÙرة',titleButton:'خصائص زر اÙصÙرة',menu:'خصائص اÙصÙرة',infoTab:'٠عÙÙ٠ات اÙصÙرة',btnUpload:'أرسÙÙا ÙÙخاد٠',upload:'رÙع',alt:'عÙÙا٠اÙصÙرة',lockRatio:'تÙاس٠اÙØج٠',resetSize:'إستعادة اÙØج٠اÙأصÙÙ',border:'س٠٠اÙØدÙد',hSpace:'تباعد Ø£ÙÙÙ',vSpace:'تباعد ع٠ÙدÙ',alertUrl:'ÙضÙا٠أÙتب اÙÙ ÙÙع اÙذ٠تÙجد عÙÙÙ Ùذ٠اÙصÙرة.',linkTab:'اÙرابط',button2Img:'Ù٠ترÙد تØÙÙ٠زر اÙصÙرة اÙ٠ختار Ø¥Ù٠صÙرة بسÙطةØ',img2Button:'Ù٠ترÙد تØÙÙ٠اÙصÙرة اÙ٠ختارة Ø¥Ù٠زر صÙرةØ',urlMissing:'عÙÙا٠٠صدر اÙصÙرة Ù ÙÙÙد',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'خصائص اÙÙÙاش',propertiesTab:'اÙخصائص',title:'خصائص ÙÙÙ٠اÙÙÙاش',chkPlay:'تشغÙ٠تÙÙائÙ',chkLoop:'تÙرار',chkMenu:'ت٠ÙÙÙ Ùائ٠ة ÙÙÙ٠اÙÙÙاش',chkFull:'Ù ÙØ¡ اÙشاشة',scale:'اÙØج٠',scaleAll:'إظÙار اÙÙÙ',scaleNoBorder:'بÙا ØدÙد',scaleFit:'ضبط تا٠',access:'دخÙ٠اÙÙص اÙبر٠جÙ',accessAlways:'دائ٠اÙ',accessSameDomain:'ÙÙس اÙÙطاÙ',accessNever:'Ù Ø·ÙÙاÙ',alignAbsBottom:'أسÙ٠اÙÙص',alignAbsMiddle:'Ùسط اÙسطر',alignBaseline:'عÙ٠اÙسطر',alignTextTop:'أعÙ٠اÙÙص',quality:'جÙدة',qualityBest:'Ø£ÙضÙ',qualityHigh:'عاÙÙØ©',qualityAutoHigh:'عاÙÙØ© تÙÙائÙاÙ',qualityMedium:'٠تÙسطة',qualityAutoLow:'Ù ÙØ®Ùضة تÙÙائÙاÙ',qualityLow:'Ù ÙØ®Ùضة',windowModeWindow:'ÙاÙذة',windowModeOpaque:'غÙر Ø´ÙاÙ',windowModeTransparent:'Ø´ÙاÙ',windowMode:'Ùضع اÙÙاÙذة',flashvars:'٠تغÙرات اÙÙÙاش',bgcolor:'ÙÙ٠اÙØ®ÙÙÙØ©',hSpace:'تباعد Ø£ÙÙÙ',vSpace:'تباعد ع٠ÙدÙ',validateSrc:'ÙضÙا٠أدخ٠عÙÙا٠اÙÙ ÙÙع اÙØ°Ù ÙØ´Ùر Ø¥ÙÙ٠اÙرابط',validateHSpace:'HSpace Ùجب Ø£Ù ÙÙÙ٠عدداÙ.',validateVSpace:'VSpace Ùجب Ø£Ù ÙÙÙ٠عدداÙ.'},spellCheck:{toolbar:'تدÙÙ٠إ٠ÙائÙ',title:'اÙتدÙÙ٠اÙØ¥Ù ÙائÙ',notAvailable:'عÙÙاÙØ ÙÙÙÙ Ùذ٠اÙخد٠ة غÙر ٠تاØØ© اÙاÙ',errorLoading:'خطأ Ù٠تØÙ Ù٠تطبÙ٠خد٠ة اÙاستضاÙØ©: %s.',notInDic:'ÙÙست Ù٠اÙÙا٠Ùس',changeTo:'اÙتغÙÙر Ø¥ÙÙ',btnIgnore:'تجاÙÙ',btnIgnoreAll:'تجاÙ٠اÙÙÙ',btnReplace:'تغÙÙر',btnReplaceAll:'تغÙÙر اÙÙÙ',btnUndo:'تراجع',noSuggestions:'- Ùا تÙجد Ø¥ÙتراØات -',progress:'جار٠اÙتدÙÙ٠اÙا٠ÙائÙ',noMispell:'ت٠اÙتدÙÙ٠اÙØ¥Ù ÙائÙ: ÙÙ Ùت٠اÙعثÙر عÙ٠أ٠أخطاء Ø¥Ù ÙائÙØ©',noChanges:'ت٠اÙتدÙÙ٠اÙØ¥Ù ÙائÙ: ÙÙ Ùت٠تغÙÙر Ø£Ù ÙÙÙ Ø©',oneChange:'ت٠اÙتدÙÙ٠اÙØ¥Ù ÙائÙ: ت٠تغÙÙر ÙÙÙ Ø© ÙاØدة ÙÙØ·',manyChanges:'ت٠إÙ٠ا٠اÙتدÙÙ٠اÙØ¥Ù ÙائÙ: ت٠تغÙÙر %1 Ù Ù ÙÙ٠ات',ieSpellDownload:'اÙ٠دÙ٠اÙØ¥Ù Ùائ٠(اÙØ¥ÙجÙÙزÙ) غÙر ٠ثبÙت. Ù٠تÙد تØÙ ÙÙ٠اÙØ¢ÙØ'},smiley:{toolbar:'ابتسا٠ات',title:'إدراج ابتسا٠ات',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'عÙصر 1%'},numberedlist:'ادخاÙ/Øذ٠تعداد رÙÙ Ù',bulletedlist:'ادخاÙ/Øذ٠تعداد ÙÙØ·Ù',indent:'زÙادة اÙ٠ساÙØ© اÙبادئة',outdent:'Ø¥ÙÙاص اÙ٠ساÙØ© اÙبادئة',justify:{left:'Ù Øاذاة Ø¥Ù٠اÙÙسار',center:'تÙسÙØ·',right:'Ù Øاذاة Ø¥Ù٠اÙÙÙ ÙÙ',block:'ضبط'},blockquote:'اÙتباس',clipboard:{title:'ÙصÙ',cutError:'اÙإعدادات اÙØ£Ù ÙÙØ© ÙÙ٠تصÙØ Ø§Ùذ٠تستخد٠٠ت٠Ùع اÙÙص اÙتÙÙائÙ. ÙضÙا٠إستخد٠ÙÙØØ© اÙÙ ÙاتÙØ ÙÙع٠ذÙÙ (Ctrl/Cmd+X).',copyError:'اÙإعدادات اÙØ£Ù ÙÙØ© ÙÙ٠تصÙØ Ø§Ùذ٠تستخد٠٠ت٠Ùع اÙÙسخ اÙتÙÙائÙ. ÙضÙا٠إستخد٠ÙÙØØ© اÙÙ ÙاتÙØ ÙÙع٠ذÙÙ (Ctrl/Cmd+C).',pasteMsg:'اÙص٠داخ٠اÙصÙدÙ٠بإستخدا٠زرائر (<STRONG>Ctrl/Cmd+V</STRONG>) ÙÙ ÙÙØØ© اÙÙ ÙاتÙØØ Ø«Ù Ø§Ø¶ØºØ· زر <STRONG>Ù ÙاÙÙ</STRONG>.',securityMsg:'Ùظرا٠Ùإعدادات اÙأ٠ا٠اÙخاصة ب٠تصÙØÙØ ÙÙ Ùت٠ÙÙ Ùذا اÙÙ Øرر ٠٠اÙÙصÙÙ ÙÙ ØتÙÙ ØاÙظتÙØ ÙØ°ÙÙ Ùجب عÙÙÙ Ùص٠اÙÙ ØتÙ٠٠رة أخر٠ÙÙ Ùذ٠اÙÙاÙذة.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'Ùبد٠أ٠اÙÙص اÙ٠راد ÙصÙÙ Ù ÙسÙØ® ٠٠برÙا٠ج ÙÙرد. Ù٠تÙد تÙظÙÙÙ Ùب٠اÙشرÙع Ù٠ع٠ÙÙØ© اÙÙصÙØ',toolbar:'Ùص٠٠٠ÙÙرد',title:'Ùص٠٠٠ÙÙرد',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Ùص٠ÙÙص بسÙØ·',title:'Ùص٠ÙÙص بسÙØ·'},templates:{button:'اÙÙÙاÙب',title:'ÙÙاÙب اÙÙ ØتÙÙ',options:'Template Options',insertOption:'استبدا٠اÙÙ ØتÙÙ',selectPromptMsg:'اختر اÙÙاÙب اÙذ٠تÙد Ùضع٠Ù٠اÙÙ Øرر',emptyListMsg:'(ÙÙ Ùت٠تعرÙ٠أ٠ÙاÙب)'},showBlocks:'٠خطط تÙصÙÙÙ',stylesCombo:{label:'Ø£Ù٠اط',panelTitle:'Formatting Styles',panelTitle1:'Ø£Ù٠اط اÙÙÙرة',panelTitle2:'Ø£Ù٠اط ٠ض٠ÙØ©',panelTitle3:'Ø£Ù٠اط اÙÙائÙ'},format:{label:'تÙسÙÙ',panelTitle:'تÙسÙ٠اÙÙÙرة',tag_p:'عادÙ',tag_pre:'Ù ÙسÙÙ',tag_address:'عÙÙاÙ',tag_h1:'اÙعÙÙا٠1',tag_h2:'اÙعÙÙا٠2',tag_h3:'اÙعÙÙا٠3',tag_h4:'اÙعÙÙا٠4',tag_h5:'اÙعÙÙا٠5',tag_h6:'اÙعÙÙا٠6',tag_div:'عاد٠(DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'خط',voiceLabel:'Øج٠اÙخط',panelTitle:'Øج٠اÙخط'},fontSize:{label:'Øج٠اÙخط',voiceLabel:'Øج٠اÙخط',panelTitle:'Øج٠اÙخط'},colorButton:{textColorTitle:'ÙÙ٠اÙÙص',bgColorTitle:'ÙÙ٠اÙØ®ÙÙÙØ©',panelTitle:'Colors',auto:'تÙÙائÙ',more:'Ø£ÙÙا٠إضاÙÙØ©...'},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:'أبÙض'},scayt:{title:'تدÙÙ٠إ٠Ùائ٠أثÙاء اÙÙتابة',opera_title:'Not supported by Opera',enable:'تÙعÙÙ SCAYT',disable:'تعطÙÙ SCAYT',about:'ع٠SCAYT',toggle:'تثبÙت SCAYT',options:'Ø®Ùارات',langs:'Ùغات',moreSuggestions:'اÙ٠زÙد ٠٠اÙÙ ÙترØات',ignore:'تجاÙÙ',ignoreAll:'تجاÙ٠اÙÙÙ',addWord:'إضاÙØ© ÙÙÙ Ø©',emptyDic:'اس٠اÙÙا٠Ùس Ùجب Ø£Ùا ÙÙÙÙ ÙارغاÙ.',optionsTab:'Ø®Ùارات',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Ùغات',dictionariesTab:'ÙÙا٠Ùس',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'عÙ'},about:{title:'ع٠CKEditor',dlgTitle:'ع٠CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'ÙÙØصÙ٠عÙ٠٠عÙÙ٠ات اÙترخÙص Ø Ùرج٠زÙارة Ù ÙÙعÙا عÙ٠شبÙØ© اÙاÙترÙت:',copy:'ØÙÙ٠اÙÙشر © $1. ج٠Ùع اÙØÙÙÙ Ù ØÙÙظة.'},maximize:'تÙبÙر',minimize:'تصغÙر',fakeobjects:{anchor:'إرساء',flash:'رس٠٠تØر٠باÙÙÙاش',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Ùائ٠غÙر ٠عرÙÙ'},resize:'اسØب ÙتغÙÙر اÙØج٠',colordialog:{title:'اختر ÙÙÙ',options:'Color Options',highlight:'Ø¥ÙÙاء اÙضÙØ¡',selected:'Ù Ùختار',clear:'٠سØ'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'خصائص اÙصÙØØ©',title:'خصائص اÙصÙØØ©',design:'Design',meta:'اÙ٠عرÙÙات اÙرأسÙØ©',chooseColor:'اختر',other:'<أخرÙ>',docTitle:'عÙÙا٠اÙصÙØØ©',charset:'تر٠Ùز اÙØرÙÙ',charsetOther:'تر٠Ùز آخر',charsetASCII:'ASCII',charsetCE:'Ø£ÙرÙبا اÙÙسطÙ',charsetCT:'اÙصÙÙÙØ© اÙتÙÙÙدÙØ© (Big5)',charsetCR:'اÙسÙرÙÙÙØ©',charsetGR:'اÙÙÙÙاÙÙØ©',charsetJP:'اÙÙاباÙÙØ©',charsetKR:'اÙÙÙرÙØ©',charsetTR:'اÙترÙÙØ©',charsetUN:'Unicode (UTF-8)',charsetWE:'Ø£ÙرÙبا اÙغربÙØ©',docType:'ترÙÙسة ÙÙع اÙصÙØØ©',docTypeOther:'ترÙÙسة ÙÙع صÙØØ© أخرÙ',xhtmlDec:'تض٠Ù٠إعÙاÙات Ùغة XHTMLÙ',bgColor:'ÙÙ٠اÙØ®ÙÙÙØ©',bgImage:'رابط اÙصÙرة اÙØ®ÙÙÙØ©',bgFixed:'جعÙÙا عÙا٠ة ٠ائÙØ©',txtColor:'ÙÙ٠اÙÙص',margin:'ÙÙا٠ش اÙصÙØØ©',marginTop:'عÙÙÙ',marginLeft:'Ø£Ùسر',marginRight:'Ø£ÙÙ Ù',marginBottom:'سÙÙÙ',metaKeywords:'اÙÙÙ٠ات اÙأساسÙØ© (Ù ÙصÙÙØ© بÙÙاصÙ)Ù',metaDescription:'Ùص٠اÙصÙØØ©',metaAuthor:'اÙÙاتب',metaCopyright:'اÙ٠اÙÙ',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['ar']={"editor":"Ù Øرر اÙÙص اÙغÙÙ","editorPanel":"ÙائØØ© Ù Øرر اÙÙص اÙÙ ÙسÙ","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":"Ù ÙاÙÙ","cancel":"Ø¥Ùغاء اÙأ٠ر","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":"تسطÙر"},"bidi":{"ltr":"إتجا٠اÙÙص ٠٠اÙÙسار Ø¥Ù٠اÙÙÙ ÙÙ","rtl":"إتجا٠اÙÙص ٠٠اÙÙÙ Ù٠إÙ٠اÙÙسار"},"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":"ÙصÙ"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"تÙÙائÙ","bgColorTitle":"ÙÙ٠اÙØ®ÙÙÙØ©","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":"أبÙض"},"more":"Ø£ÙÙا٠إضاÙÙØ©...","panelTitle":"Colors","textColorTitle":"ÙÙ٠اÙÙص"},"colordialog":{"clear":"٠سØ","highlight":"تØدÙد","options":"اختÙارات اÙØ£ÙÙاÙ","selected":"اÙÙÙ٠اÙ٠ختار","title":"اختر اÙÙÙÙ"},"templates":{"button":"اÙÙÙاÙب","emptyListMsg":"(ÙÙ Ùت٠تعرÙ٠أ٠ÙاÙب)","insertOption":"استبدا٠اÙÙ ØتÙÙ","options":"خصائص اÙÙÙاÙب","selectPromptMsg":"اختر اÙÙاÙب اÙذ٠تÙد Ùضع٠Ù٠اÙÙ Øرر","title":"ÙÙاÙب اÙÙ ØتÙÙ"},"contextmenu":{"options":"خصائص Ùائ٠ة اÙسÙاÙ"},"div":{"IdInputLabel":"ÙÙÙØ©","advisoryTitleInputLabel":"عÙÙا٠اÙتÙرÙر","cssClassInputLabel":"Ùئات اÙتÙسÙÙ","edit":"تØرÙر Div","inlineStyleInputLabel":"Inline Style","langDirLTRLabel":"اÙÙسار ÙÙÙÙ ÙÙ (LTR)","langDirLabel":"إتجا٠اÙÙص","langDirRTLLabel":"اÙÙÙ ÙÙ ÙÙÙسار (RTL)","languageCodeInputLabel":"ر٠ز اÙÙغة","remove":"إزاÙØ© Div","styleSelectLabel":"ÙÙ Ø·","title":"Ø¥Øداث Div Container","toolbar":"Ø¥Øداث Div Container"},"toolbar":{"toolbarCollapse":"تÙÙÙص شرÙØ· اÙأدÙت","toolbarExpand":"ت٠دÙد شرÙØ· اÙأدÙات","toolbarGroups":{"document":"٠ستÙد","clipboard":"اÙØاÙظة/اÙرجÙع","editing":"تØرÙر","forms":"Ù٠اذج","basicstyles":"ÙÙ Ø· بسÙØ·","paragraph":"ÙÙرة","links":"رÙابط","insert":"إدراج","styles":"Ø£Ù٠اط","colors":"Ø£ÙÙاÙ","tools":"أدÙات"},"toolbars":"أشرطة أدÙات اÙÙ Øرر"},"elementspath":{"eleLabel":"٠سار اÙعÙصر","eleTitle":"عÙصر 1%"},"find":{"find":"بØØ«","findOptions":"Find Options","findWhat":"اÙبØØ« بÙ:","matchCase":"٠طابÙØ© ØاÙØ© اÙØ£ØرÙ","matchCyclic":"٠طابÙØ© دÙرÙØ©","matchWord":"٠طابÙØ© باÙÙا٠Ù","notFoundMsg":"ÙÙ Ùت٠اÙعثÙر عÙ٠اÙÙص اÙÙ Øدد.","replace":"إستبداÙ","replaceAll":"إستبدا٠اÙÙÙ","replaceSuccessMsg":"ت٠استبدا٠1% ٠٠اÙØاÙات ","replaceWith":"إستبدا٠بÙ:","title":"بØØ« ÙاستبداÙ"},"fakeobjects":{"anchor":"إرساء","flash":"رس٠٠تØر٠باÙÙÙاش","hiddenfield":"إدراج ØÙÙ Ø®ÙÙ","iframe":"iframe","unknown":"عÙصر غÙر ٠عرÙÙ"},"flash":{"access":"دخÙ٠اÙÙص اÙبر٠جÙ","accessAlways":"دائ٠اÙ","accessNever":"Ù Ø·ÙÙاÙ","accessSameDomain":"ÙÙس اÙÙطاÙ","alignAbsBottom":"أسÙ٠اÙÙص","alignAbsMiddle":"Ùسط اÙسطر","alignBaseline":"عÙ٠اÙسطر","alignTextTop":"أعÙ٠اÙÙص","bgcolor":"ÙÙ٠اÙØ®ÙÙÙØ©","chkFull":"Ù ÙØ¡ اÙشاشة","chkLoop":"تÙرار","chkMenu":"ت٠ÙÙÙ Ùائ٠ة ÙÙÙ٠اÙÙÙاش","chkPlay":"تشغÙ٠تÙÙائÙ","flashvars":"٠تغÙرات اÙÙÙاش","hSpace":"تباعد Ø£ÙÙÙ","properties":"خصائص اÙÙÙاش","propertiesTab":"اÙخصائص","quality":"جÙدة","qualityAutoHigh":"عاÙÙØ© تÙÙائÙاÙ","qualityAutoLow":"Ù ÙØ®Ùضة تÙÙائÙاÙ","qualityBest":"Ø£ÙضÙ","qualityHigh":"عاÙÙØ©","qualityLow":"Ù ÙØ®Ùضة","qualityMedium":"٠تÙسطة","scale":"اÙØج٠","scaleAll":"إظÙار اÙÙÙ","scaleFit":"ضبط تا٠","scaleNoBorder":"بÙا ØدÙد","title":"خصائص ÙÙÙ٠اÙÙÙاش","vSpace":"تباعد ع٠ÙدÙ","validateHSpace":"HSpace Ùجب Ø£Ù ÙÙÙ٠عدداÙ.","validateSrc":"ÙضÙا٠أدخ٠عÙÙا٠اÙÙ ÙÙع اÙØ°Ù ÙØ´Ùر Ø¥ÙÙ٠اÙرابط","validateVSpace":"VSpace Ùجب Ø£Ù ÙÙÙ٠عدداÙ.","windowMode":"Ùضع اÙÙاÙذة","windowModeOpaque":"غÙر Ø´ÙاÙ","windowModeTransparent":"Ø´ÙاÙ","windowModeWindow":"ÙاÙذة"},"font":{"fontSize":{"label":"Øج٠اÙخط","voiceLabel":"Øج٠اÙخط","panelTitle":"Øج٠اÙخط"},"label":"خط","panelTitle":"Øج٠اÙخط","voiceLabel":"Øج٠اÙخط"},"forms":{"button":{"title":"خصائص زر اÙضغط","text":"اÙÙÙÙ Ø©/اÙتس٠ÙØ©","type":"ÙÙع اÙزر","typeBtn":"زر","typeSbm":"إرساÙ","typeRst":"إعادة تعÙÙÙ"},"checkboxAndRadio":{"checkboxTitle":"خصائص خاÙØ© اÙإختÙار","radioTitle":"خصائص زر اÙØ®Ùار","value":"اÙÙÙÙ Ø©","selected":"Ù Øدد"},"form":{"title":"خصائص اÙÙÙ Ùذج","menu":"خصائص اÙÙÙ Ùذج","action":"اس٠اÙÙ ÙÙ","method":"اÙأسÙÙب","encoding":"تشÙÙر"},"hidden":{"title":"خصائص اÙØÙ٠اÙÙ Ø®ÙÙ","name":"اÙاس٠","value":"اÙÙÙÙ Ø©"},"select":{"title":"خصائص اختÙار اÙØÙÙ","selectInfo":"اختار ٠عÙÙ٠ات","opAvail":"اÙØ®Ùارات اÙ٠تاØØ©","value":"اÙÙÙÙ Ø©","size":"اÙØج٠","lines":"اÙأسطر","chkMulti":"اÙØ³Ù Ø§Ø Ø¨ØªØدÙدات ٠تعددة","opText":"اÙÙص","opValue":"اÙÙÙÙ Ø©","btnAdd":"إضاÙØ©","btnModify":"تعدÙÙ","btnUp":"أعÙÙ","btnDown":"أسÙÙ","btnSetValue":"إجعÙÙا Ù Øددة","btnDelete":"إزاÙØ©"},"textarea":{"title":"خصائص ٠ساØØ© اÙÙص","cols":"اÙأع٠دة","rows":"اÙصÙÙÙ"},"textfield":{"title":"خصائص ٠ربع اÙÙص","name":"اÙاس٠","value":"اÙÙÙÙ Ø©","charWidth":"عرض اÙس٠ات","maxChars":"اÙص٠عدد ÙÙس٠ات","type":"ÙÙع اÙÙ ØتÙÙ","typeText":"Ùص","typePass":"ÙÙÙ Ø© ٠رÙر","typeEmail":"برÙد Ø¥ÙÙترÙÙÙ","typeSearch":"بØØ«","typeTel":"رÙ٠اÙÙاتÙ","typeUrl":"اÙرابط"}},"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":"خط ÙاصÙ"},"iframe":{"border":"إظÙار ØدÙد اÙإطار","noUrl":"ÙضÙا Ø£Ùتب رابط اÙÙ iframe","scrolling":"تÙعÙ٠أشرطة اÙØ¥ÙتÙاÙ","title":"خصائص iframe","toolbar":"iframe"},"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":"Ø¥ÙÙاص اÙ٠ساÙØ© اÙبادئة"},"smiley":{"options":"خصائص اÙإبتسا٠ات","title":"إدراج ابتسا٠ات","toolbar":"ابتسا٠ات"},"justify":{"block":"ضبط","center":"تÙسÙØ·","left":"Ù Øاذاة Ø¥Ù٠اÙÙسار","right":"Ù Øاذاة Ø¥Ù٠اÙÙÙ ÙÙ"},"language":{"button":"Set language","remove":"Remove language"},"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":"ادخاÙ/Øذ٠تعداد رÙÙ Ù"},"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":"إدراج ÙÙرة ÙÙا"},"maximize":{"maximize":"تÙبÙر","minimize":"تصغÙر"},"newpage":{"toolbar":"صÙØØ© جدÙدة"},"pagebreak":{"alt":"Ùاص٠اÙصÙØØ©","toolbar":"إدخا٠صÙØØ© جدÙدة"},"pastetext":{"button":"Ùص٠ÙÙص بسÙØ·","title":"Ùص٠ÙÙص بسÙØ·"},"pastefromword":{"confirmCleanup":"Ùبد٠أ٠اÙÙص اÙ٠راد ÙصÙÙ Ù ÙسÙØ® ٠٠برÙا٠ج ÙÙرد. Ù٠تÙد تÙظÙÙÙ Ùب٠اÙشرÙع Ù٠ع٠ÙÙØ© اÙÙصÙØ","error":"ÙÙ ÙØªÙ Ù Ø³Ø Ø§Ù٠عÙÙ٠ات اÙÙ ÙصÙØ© ÙØ®Ù٠داخÙÙ","title":"Ùص٠٠٠ÙÙرد","toolbar":"Ùص٠٠٠ÙÙرد"},"preview":{"preview":"٠عاÙÙØ© اÙصÙØØ©"},"print":{"toolbar":"طباعة"},"removeformat":{"toolbar":"إزاÙØ© اÙتÙسÙÙات"},"save":{"toolbar":"ØÙظ"},"selectall":{"toolbar":"تØدÙد اÙÙÙ"},"showblocks":{"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":"د٠ج ÙÙÙÙ ÙÙ","mergeDown":"د٠ج ÙÙأسÙÙ","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 diff --git a/skins/ckeditor/lang/bg.js b/skins/ckeditor/lang/bg.js index 6136f55..fbde94f 100644 --- a/skins/ckeditor/lang/bg.js +++ b/skins/ckeditor/lang/bg.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.bg={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Ðод',newPage:'Ðова ÑÑÑаниÑа',save:'Ðапази',preview:'ÐÑедваÑиÑелен изглед',cut:'ÐзÑежи',copy:'ÐапамеÑи',paste:'ÐмÑкни',print:'ÐеÑаÑ',underline:'ÐодÑеÑÑан',bold:'Удебелен',italic:'ÐÑÑÑив',selectAll:'СелекÑиÑай вÑиÑко',removeFormat:'ÐзÑÑий ÑоÑмаÑиÑанеÑо',strike:'ÐаÑеÑÑан',subscript:'ÐÐ½Ð´ÐµÐºÑ Ð·Ð° база',superscript:'ÐÐ½Ð´ÐµÐºÑ Ð·Ð° ÑÑепен',horizontalrule:'ÐмÑкни Ñ Ð¾ÑизонÑална линиÑ',pagebreak:'ÐмÑкни нов Ñед',pagebreakAlt:'Page Break',unlink:'ÐзÑÑий вÑÑзка',undo:'ÐÑмени',redo:'ÐовÑоÑи',common:{browseServer:'Разгледай ÑÑÑвÑÑа',url:'ÐÑлен пÑÑ (URL)',protocol:'ÐÑоÑокол',upload:'ÐаÑи',uploadSubmit:'ÐÑаÑи кÑм ÑÑÑвÑÑа',image:'ÐзобÑажение',flash:'Flash',form:'ФоÑмÑлÑÑ',checkbox:'Ðоле за оÑмеÑка',radio:'Ðоле за опÑиÑ',textField:'ТекÑÑово поле',textarea:'ТекÑÑова облаÑÑ',hiddenField:'СкÑиÑо поле',button:'ÐÑÑон',select:'ÐадаÑо Ð¼ÐµÐ½Ñ Ñ Ð¾Ð¿Ñии',imageButton:'ÐÑÑон-изобÑажение',notSet:'<не е наÑÑÑоен>',id:'ÐденÑиÑикаÑоÑ',name:'Ðме',langDir:'поÑока на ÑеÑÑа',langDirLtr:'ÐÑ Ð»Ñво на дÑÑно',langDirRtl:'ÐÑ Ð´ÑÑно на лÑво',langCode:'Ðод на езика',longDescr:'ÐпиÑание на вÑÑзкаÑа',cssClass:'ÐÐ»Ð°Ñ Ð¾Ñ ÑÑиловиÑе ÑаблиÑи',advisoryTitle:'ÐÑепоÑÑÑиÑелно заглавие',cssStyle:'СÑил',ok:'ÐÐ',cancel:'ÐÑказ',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'ÐодÑобноÑÑи...',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'ШиÑина',height:'ÐиÑоÑина',align:'ÐодÑавнÑване',alignLeft:'ÐÑво',alignRight:'ÐÑÑно',alignCenter:'ЦенÑÑÑ',alignTop:'ÐÑгоÑе',alignMiddle:'Ðо ÑÑедаÑа',alignBottom:'ÐолÑ',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'ÐмÑкни ÑпеÑиален Ñимвол',title:'ÐзбеÑеÑе ÑпеÑиален Ñимвол',options:'Special Character Options'},link:{toolbar:'Ðобави/РедакÑиÑай вÑÑзка',other:'<дÑÑг>',menu:'РедакÑиÑай вÑÑзка',title:'ÐÑÑзка',info:'ÐнÑоÑмаÑÐ¸Ñ Ð·Ð° вÑÑзкаÑа',target:'Цел',upload:'ÐаÑи',advanced:'ÐодÑобноÑÑи...',type:'Ðид на вÑÑзкаÑа',toUrl:'URL',toAnchor:'ÐоÑва в ÑекÑÑаÑа ÑÑÑаниÑа',toEmail:'Ð-поÑа',targetFrame:'<Ñамка>',targetPopup:'<дÑÑеÑен пÑозоÑеÑ>',targetFrameName:'Ðме на ÑÐµÐ»ÐµÐ²Ð¸Ñ Ð¿ÑозоÑеÑ',targetPopupName:'Ðме на дÑÑеÑÐ½Ð¸Ñ Ð¿ÑозоÑеÑ',popupFeatures:'ÐаÑамеÑÑи на дÑÑеÑÐ½Ð¸Ñ Ð¿ÑозоÑеÑ',popupResizable:'Resizable',popupStatusBar:'Ðоле за ÑÑаÑÑÑ',popupLocationBar:'Ðоле за адÑеÑ',popupToolbar:'Ðанел Ñ Ð±ÑÑони',popupMenuBar:'ÐенÑ',popupFullScreen:'ÐолÑм екÑан (MS IE)',popupScrollBars:'ÐлÑзгаÑ',popupDependent:'ÐавиÑим (Netscape)',popupLeft:'ÐооÑдинаÑи - X',popupTop:'ÐооÑдинаÑи - Y',id:'Id',langDir:'поÑока на ÑеÑÑа',langDirLTR:'ÐÑ Ð»Ñво на дÑÑно',langDirRTL:'ÐÑ Ð´ÑÑно на лÑво',acccessKey:'ÐÑÑз клавиÑ',name:'Ðме',langCode:'поÑока на ÑеÑÑа',tabIndex:'Ред на доÑÑÑп',advisoryTitle:'ÐÑепоÑÑÑиÑелно заглавие',advisoryContentType:'ÐÑепоÑÑÑиÑелен Ñип на ÑÑдÑÑжаниеÑо',cssClasses:'ÐÐ»Ð°Ñ Ð¾Ñ ÑÑиловиÑе ÑаблиÑи',charset:'Тип на ÑвÑÑÐ·Ð°Ð½Ð¸Ñ ÑеÑÑÑÑ',styles:'СÑил',rel:'Relationship',selectAnchor:'ÐзбеÑеÑе коÑва',anchorName:'Ðо име на коÑваÑа',anchorId:'Ðо иденÑиÑикаÑÐ¾Ñ Ð½Ð° елеменÑ',emailAddress:'ÐдÑÐµÑ Ð·Ð° е-поÑа',emailSubject:'Тема на пиÑмоÑо',emailBody:'ТекÑÑ Ð½Ð° пиÑмоÑо',noAnchors:'(ÐÑма коÑви в ÑекÑÑÐ¸Ñ Ð´Ð¾ÐºÑменÑ)',noUrl:'ÐолÑ, напиÑеÑе пÑÐ»Ð½Ð¸Ñ Ð¿ÑÑ (URL)',noEmail:'ÐолÑ, напиÑеÑе адÑеÑа за е-поÑа'},anchor:{toolbar:'Ðобави/РедакÑиÑай коÑва',menu:'ÐаÑамеÑÑи на коÑваÑа',title:'ÐаÑамеÑÑи на коÑваÑа',name:'Ðме на коÑваÑа',errorName:'ÐолÑ, вÑведеÑе име на коÑваÑа',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'ТÑÑÑи',replace:'ÐамеÑÑи',findWhat:'ТÑÑÑи:',replaceWith:'ÐамеÑÑи Ñ:',notFoundMsg:'Ð£ÐºÐ°Ð·Ð°Ð½Ð¸Ñ ÑекÑÑ Ð½Ðµ беÑе намеÑен.',matchCase:'СÑÑ ÑÑÑÐ¸Ñ ÑегиÑÑÑÑ',matchWord:'ТÑÑÑи ÑÑÑаÑа дÑма',matchCyclic:'Match cyclic',replaceAll:'ÐамеÑÑи вÑиÑки',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'ТаблиÑа',title:'ÐаÑамеÑÑи на ÑаблиÑаÑа',menu:'ÐаÑамеÑÑи на ÑаблиÑаÑа',deleteTable:'ÐзÑÑий ÑаблиÑаÑа',rows:'Редове',columns:'Ðолони',border:'Ð Ð°Ð·Ð¼ÐµÑ Ð½Ð° ÑамкаÑа',widthPx:'пикÑели',widthPc:'пÑоÑенÑи',widthUnit:'width unit',cellSpace:'РазÑÑоÑние Ð¼ÐµÐ¶Ð´Ñ ÐºÐ»ÐµÑкиÑе',cellPad:'ÐÑÑÑÑп на ÑÑдÑÑжаниеÑо в клеÑкиÑе',caption:'Ðаглавие',summary:'РезÑме',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'Cell',insertBefore:'Insert Cell Before',insertAfter:'Insert Cell After',deleteCell:'ÐзÑÑий клеÑкиÑе',merge:'Ðбедини клеÑкиÑе',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'},row:{menu:'Row',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'ÐзÑÑий ÑедовеÑе'},column:{menu:'Column',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'ÐзÑÑий колониÑе'}},button:{title:'ÐаÑамеÑÑи на бÑÑона',text:'ТекÑÑ (СÑойноÑÑ)',type:'Тип',typeBtn:'Button',typeSbm:'Submit',typeRst:'Reset'},checkboxAndRadio:{checkboxTitle:'ÐаÑамеÑÑи на полеÑо за оÑмеÑка',radioTitle:'ÐаÑамеÑÑи на полеÑо за опÑиÑ',value:'СÑойноÑÑ',selected:'ÐÑмеÑнаÑо'},form:{title:'ÐаÑамеÑÑи на ÑоÑмÑлÑÑа',menu:'ÐаÑамеÑÑи на ÑоÑмÑлÑÑа',action:'ÐейÑÑвие',method:'ÐеÑод',encoding:'Encoding'},select:{title:'ÐаÑамеÑÑи на падаÑоÑо Ð¼ÐµÐ½Ñ Ñ Ð¾Ð¿Ñии',selectInfo:'ÐнÑоÑмаÑиÑ',opAvail:'ÐÑзможни опÑии',value:'СÑойноÑÑ',size:'РазмеÑ',lines:'линии',chkMulti:'РазÑеÑено множеÑÑвено ÑелекÑиÑане',opText:'ТекÑÑ',opValue:'СÑойноÑÑ',btnAdd:'Ðобави',btnModify:'ÐÑомени',btnUp:'ÐагоÑе',btnDown:'ÐадолÑ',btnSetValue:'ÐаÑÑÑой каÑо избÑана ÑÑойноÑÑ',btnDelete:'ÐзÑÑий'},textarea:{title:'ÐаÑамеÑÑи на ÑекÑÑоваÑа облаÑÑ',cols:'Ðолони',rows:'Редове'},textfield:{title:'ÐаÑамеÑÑи на ÑекÑÑовоÑо-поле',name:'Ðме',value:'СÑойноÑÑ',charWidth:'ШиÑина на ÑимволиÑе',maxChars:'ÐакÑимÑм Ñимволи',type:'Тип',typeText:'ТекÑÑ',typePass:'ÐаÑола'},hidden:{title:'ÐаÑамеÑÑи на ÑкÑиÑоÑо поле',name:'Ðме',value:'СÑойноÑÑ'},image:{title:'ÐаÑамеÑÑи на изобÑажениеÑо',titleButton:'ÐаÑамеÑÑи на бÑÑона-изобÑажение',menu:'ÐаÑамеÑÑи на изобÑажениеÑо',infoTab:'ÐнÑоÑмаÑÐ¸Ñ Ð·Ð° изобÑажениеÑо',btnUpload:'ÐÑаÑи кÑм ÑÑÑвÑÑа',upload:'ÐаÑи',alt:'ÐлÑеÑнаÑивен ÑекÑÑ',lockRatio:'Ðапази пÑопоÑÑиÑÑа',resetSize:'ÐÑзÑÑанови ÑазмеÑа',border:'Рамка',hSpace:'ХоÑизонÑален оÑÑÑÑп',vSpace:'ÐеÑÑикален оÑÑÑÑп',alertUrl:'ÐолÑ, вÑведеÑе пÑÐ»Ð½Ð¸Ñ Ð¿ÑÑ Ð´Ð¾ изобÑажениеÑо',linkTab:'ÐÑÑзка',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'ÐаÑамеÑÑи на Flash обекÑа',propertiesTab:'Properties',title:'ÐаÑамеÑÑи на Flash обекÑа',chkPlay:'ÐвÑомаÑиÑно ÑÑаÑÑиÑане',chkLoop:'Ðово ÑÑаÑÑиÑане Ñлед завÑÑÑванеÑо',chkMenu:'РазÑеÑено Flash менÑ',chkFull:'Allow Fullscreen',scale:'ÐÑазмеÑÑване',scaleAll:'Ðокажи ÑÐµÐ»Ð¸Ñ Ð¾Ð±ÐµÐºÑ',scaleNoBorder:'Ðез Ñамка',scaleFit:'СпоÑед мÑÑÑоÑо',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Ðай-долÑ',alignAbsMiddle:'ТоÑно по ÑÑедаÑа',alignBaseline:'Ðо базоваÑа линиÑ',alignTextTop:'ÐÑÑÑ Ñ ÑекÑÑа',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'ЦвÑÑ Ð½Ð° Ñона',hSpace:'ХоÑизонÑален оÑÑÑÑп',vSpace:'ÐеÑÑикален оÑÑÑÑп',validateSrc:'ÐолÑ, напиÑеÑе пÑÐ»Ð½Ð¸Ñ Ð¿ÑÑ (URL)',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'ÐÑовеÑи пÑавопиÑа',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'ÐипÑва в ÑеÑника',changeTo:'ÐÑомени на',btnIgnore:'ÐгноÑиÑай',btnIgnoreAll:'ÐгноÑиÑай вÑиÑки',btnReplace:'ÐамеÑÑи',btnReplaceAll:'ÐамеÑÑи вÑиÑки',btnUndo:'ÐÑмени',noSuggestions:'- ÐÑма пÑÐµÐ´Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ -',progress:'ÐзвÑÑÑване на пÑовеÑкаÑа за пÑавопиÑ...',noMispell:'ÐÑовеÑкаÑа за пÑÐ°Ð²Ð¾Ð¿Ð¸Ñ Ð·Ð°Ð²ÑÑÑена: не Ñа оÑкÑиÑи пÑавопиÑни гÑеÑки',noChanges:'ÐÑовеÑкаÑа за пÑÐ°Ð²Ð¾Ð¿Ð¸Ñ Ð·Ð°Ð²ÑÑÑена: нÑма пÑоменени дÑми',oneChange:'ÐÑовеÑкаÑа за пÑÐ°Ð²Ð¾Ð¿Ð¸Ñ Ð·Ð°Ð²ÑÑÑена: една дÑма е пÑоменена',manyChanges:'ÐÑовеÑкаÑа за пÑÐ°Ð²Ð¾Ð¿Ð¸Ñ Ð·Ð°Ð²ÑÑÑена: %1 дÑми Ñа пÑоменени',ieSpellDownload:'ÐнÑÑÑÑменÑÑÑ Ð·Ð° пÑовеÑка на пÑÐ°Ð²Ð¾Ð¿Ð¸Ñ Ð½Ðµ е инÑÑалиÑан. ÐелаеÑе ли да го инÑÑалиÑаÑе ?'},smiley:{toolbar:'УÑмивка',title:'Ðобави ÑÑмивка',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'ÐÑмеÑиÑан ÑпиÑÑк',bulletedlist:'ÐенÑмеÑиÑан ÑпиÑÑк',indent:'УвелиÑи оÑÑÑÑпа',outdent:'Ðамали оÑÑÑÑпа',justify:{left:'ÐодÑавнÑване в лÑво',center:'ÐодÑавнÑвне в ÑÑедаÑа',right:'ÐодÑавнÑване в дÑÑно',block:'ÐвÑÑÑÑанно подÑавнÑване'},blockquote:'Block Quote',clipboard:{title:'ÐмÑкни',cutError:'ÐаÑÑÑойкиÑе за ÑигÑÑноÑÑ Ð½Ð° ваÑÐ¸Ñ Ð±ÑазÑÑÑ Ð½Ðµ ÑазÑеÑÐ°Ð²Ð°Ñ Ð½Ð° ÑедакÑоÑа да изпÑлни изÑÑзванеÑо. Ðа ÑелÑа използвайÑе клавиаÑÑÑаÑа (Ctrl/Cmd+X).',copyError:'ÐаÑÑÑойкиÑе за ÑигÑÑноÑÑ Ð½Ð° ваÑÐ¸Ñ Ð±ÑазÑÑÑ Ð½Ðµ ÑазÑеÑÐ°Ð²Ð°Ñ Ð½Ð° ÑедакÑоÑа да изпÑлни запамеÑÑванеÑо. Ðа ÑелÑа използвайÑе клавиаÑÑÑаÑа (Ctrl/Cmd+C).',pasteMsg:'ÐмÑкнеÑе ÑÑк ÑÑдÑжаниеÑо Ñ ÐºÐ»Ð°Ð²Ð¸Ð°ÑÑаÑаÑа (<STRONG>Ctrl/Cmd+V</STRONG>) и наÑиÑнеÑе <STRONG>OK</STRONG>.',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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'ÐмÑкни Ð¾Ñ MS Word',title:'ÐмÑкни Ð¾Ñ MS Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'ÐмÑкни каÑо ÑиÑÑ ÑекÑÑ',title:'ÐмÑкни каÑо ÑиÑÑ ÑекÑÑ'},templates:{button:'Шаблони',title:'Шаблони',options:'Template Options',insertOption:'Replace actual contents',selectPromptMsg:'ÐзбеÑеÑе Ñаблон <br>(ÑекÑÑоÑо ÑÑдÑÑжание на ÑедакÑоÑа Ñе бÑде загÑбено):',emptyListMsg:'(ÐÑма деÑиниÑани Ñаблони)'},showBlocks:'Show Blocks',stylesCombo:{label:'СÑил',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'ФоÑмаÑ',panelTitle:'ФоÑмаÑ',tag_p:'ÐоÑмален',tag_pre:'ФоÑмаÑиÑан',tag_address:'ÐдÑеÑ',tag_h1:'Ðаглавие 1',tag_h2:'Ðаглавие 2',tag_h3:'Ðаглавие 3',tag_h4:'Ðаглавие 4',tag_h5:'Ðаглавие 5',tag_h6:'Ðаглавие 6',tag_div:'ÐаÑагÑÐ°Ñ (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'ШÑиÑÑ',voiceLabel:'Font',panelTitle:'ШÑиÑÑ'},fontSize:{label:'РазмеÑ',voiceLabel:'Font Size',panelTitle:'РазмеÑ'},colorButton:{textColorTitle:'ЦвÑÑ Ð½Ð° ÑекÑÑа',bgColorTitle:'ЦвÑÑ Ð½Ð° Ñона',panelTitle:'Colors',auto:'Ðо подÑазбиÑане',more:'ÐÑÑги ÑвеÑове...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'ÐаÑамеÑÑи на докÑменÑа',title:'ÐаÑамеÑÑи на докÑменÑа',design:'Design',meta:'ÐеÑа данни',chooseColor:'Choose',other:'<дÑÑг>',docTitle:'Ðаглавие на ÑÑÑаниÑаÑа',charset:'ÐодиÑане на ÑимволиÑе',charsetOther:'ÐÑÑго кодиÑане на ÑимволиÑе',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'Тип на докÑменÑа',docTypeOther:'ÐÑÑг Ñип на докÑменÑа',xhtmlDec:'ÐклÑÑи XHTML деклаÑаÑиÑ',bgColor:'ЦвÑÑ Ð½Ð° Ñона',bgImage:'ÐÑлен пÑÑ Ð´Ð¾ ÑоновоÑо изобÑажение',bgFixed:'Ðе-повÑаÑÑÑо Ñе Ñоново изобÑажение',txtColor:'ЦвÑÑ Ð½Ð° ÑекÑÑа',margin:'ÐÑÑÑÑпи на ÑÑÑаниÑаÑа',marginTop:'ÐоÑе',marginLeft:'ÐÑво',marginRight:'ÐÑÑно',marginBottom:'ÐолÑ',metaKeywords:'ÐлÑÑови дÑми за докÑменÑа (Ñазделени ÑÑÑ Ð·Ð°Ð¿ÐµÑаи)',metaDescription:'ÐпиÑание на докÑменÑа',metaAuthor:'ÐвÑоÑ',metaCopyright:'ÐвÑоÑÑки пÑава',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['bg']={"editor":"ТекÑÑов ÑедакÑÐ¾Ñ Ð·Ð° ÑоÑмаÑиÑан ÑекÑÑ","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"наÑиÑнеÑе ALT 0 за помоÑ","browseServer":"ÐÐ·Ð±Ð¾Ñ Ð¾Ñ ÑÑÑвÑÑа","url":"URL","protocol":"ÐÑоÑокол","upload":"ÐаÑване","uploadSubmit":"ÐзпÑаÑане кÑм ÑÑÑвÑÑа","image":"Снимка","flash":"ФлаÑ","form":"ФоÑма","checkbox":"Ðоле за избоÑ","radio":"Радио бÑÑон","textField":"ТекÑÑово поле","textarea":"ТекÑÑова зона","hiddenField":"СкÑиÑо поле","button":"ÐÑÑон","select":"Ðоле за избоÑ","imageButton":"ÐÑÑон за Ñнимка","notSet":"<не е избÑано>","id":"ID","name":"Ðме","langDir":"ÐоÑока на езика","langDirLtr":"ÐÑво на дÑÑно (ÐнÐ)","langDirRtl":"ÐÑÑно на лÑво (ÐнÐ)","langCode":"Ðод на езика","longDescr":"Уеб адÑÐµÑ Ð·Ð° дÑлго опиÑание","cssClass":"ÐлаÑове за CSS","advisoryTitle":"ÐÑепоÑÑÑиÑелно заглавие","cssStyle":"СÑил","ok":"ÐÐ","cancel":"ÐÑказ","close":"ÐаÑвоÑи","preview":"ÐÑеглед","resize":"ÐлаÑеÑе за да оÑазмеÑиÑе","generalTab":"ÐбÑи","advancedTab":"РазÑиÑено","validateNumberFailed":"Тази ÑÑойноÑÑ Ð½Ðµ е ÑиÑло","confirmNewPage":"ÐÑиÑки незапазени пÑомени Ñе бÑÐ´Ð°Ñ Ð¸Ð·Ð³Ñбени. СигÑÑни ли ÑÑе, Ñе желаеÑе да заÑедиÑе нова ÑÑÑаниÑа?","confirmCancel":"ÐÑкои Ð¾Ñ Ð¾Ð¿ÑииÑе Ñа пÑоменени. СигÑÑни ли ÑÑе, Ñе желаеÑе да заÑвоÑиÑе пÑозоÑеÑа?","options":"ÐпÑии","target":"Цел","targetNew":"Ðов пÑозоÑÐµÑ (_blank)","targetTop":"ÐоÑна позиÑÐ¸Ñ (_top)","targetSelf":"ТекÑÑÐ¸Ñ Ð¿ÑозоÑÐµÑ (_self)","targetParent":"ÐÑновен пÑозоÑÐµÑ (_parent)","langDirLTR":"ÐÑво на дÑÑно (ÐнÐ)","langDirRTL":"ÐÑÑно на лÑво (ÐнÐ)","styles":"СÑил","cssClasses":"ÐлаÑове за CSS","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":"СÑойноÑÑÑа на ÑÑилa ÑÑÑбва да ÑÑдÑÑÐ¶Ð°Ñ ÐµÐ´Ð½Ð° или повеÑе двойки вÑв ÑоÑÐ¼Ð°Ñ \"name : value\", Ñазделени Ñ Ð´Ð²Ð¾ÐµÑоÑие.","cssLengthTooltip":"ÐÑведеÑе ÑиÑлена ÑÑойноÑÑ Ð² пикÑели или дÑÑга валидна CSS единиÑа (px, %, in, cm, mm, em, ex, pt, или pc).","unavailable":"%1<span class=\"cke_accessibility\">, недоÑÑÑпно</span>"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"ÐÑноÑно CKEditor","help":"ÐÑовеÑеÑе $1 за помоÑ.","moreInfo":"Ðа лиÑензионна инÑоÑмаÑÐ¸Ñ Ð¼Ð¾Ð»Ñ Ð¿Ð¾ÑеÑеÑе ÑайÑа ни:","title":"ÐÑноÑно CKEditor","userGuide":"CKEditor User's Guide"},"basicstyles":{"bold":"Удебелен","italic":"Ðаклонен","strike":"ÐаÑеÑÑан ÑекÑÑ","subscript":"ÐндекÑиÑан ÑекÑÑ","superscript":"СÑпеÑÑкÑипÑ","underline":"ÐодÑеÑÑан"},"bidi":{"ltr":"ÐоÑока на ÑекÑÑа Ð¾Ñ Ð»Ñво на дÑÑно","rtl":"ÐоÑока на ÑекÑÑа Ð¾Ñ Ð´ÑÑно на лÑво"},"blockquote":{"toolbar":"Ðлок за ÑиÑаÑ"},"clipboard":{"copy":"ÐопиÑай","copyError":"ÐаÑÑÑойкиÑе за ÑигÑÑноÑÑ Ð½Ð° ваÑÐ¸Ñ Ð±ÑазÑÑÑ Ð½Ðµ ÑазÑеÑÐ°Ð²Ð°Ñ Ð½Ð° ÑедакÑоÑа да изпÑлни запамеÑÑванеÑо. Ðа ÑелÑа използвайÑе клавиаÑÑÑаÑа (Ctrl/Cmd+C).","cut":"ÐÑÑежи","cutError":"ÐаÑÑÑойкиÑе за ÑигÑÑноÑÑ Ð½Ð° ÐаÑÐ¸Ñ Ð±ÑаÑзÑÑ Ð½Ðµ позволÑÐ²Ð°Ñ Ð½Ð° ÑедакÑоÑа авÑомаÑиÑно да изÑплни дейÑÑвиÑÑа за оÑÑÑзване. ÐÐ¾Ð»Ñ Ð¿Ð¾Ð»Ð·Ð²Ð°Ð¹Ñе клавиаÑÑÑниÑе команди за ÑелÑа (ctrl+x).","paste":"ÐмÑкни","pasteArea":"Ðона за вмÑкване","pasteMsg":"ÐмÑкнеÑе ÑÑк ÑÑдÑжаниеÑо Ñ ÐºÐ»Ð°Ð²Ð¸Ð°ÑÑаÑаÑа (<STRONG>Ctrl/Cmd+V</STRONG>) и наÑиÑнеÑе <STRONG>OK</STRONG>.","securityMsg":"ÐаÑади наÑÑÑойкиÑе за ÑигÑÑноÑÑ Ð½Ð° ÐаÑÐ¸Ñ Ð±ÑаÑзÑÑ, ÑедакÑоÑÑÑ Ð½Ðµ може да пÑоÑеÑе данниÑе Ð¾Ñ ÐºÐ»Ð¸Ð¿Ð±Ð¾Ñда коÑекÑно.","title":"ÐмÑкни"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"ÐвÑомаÑиÑно","bgColorTitle":"Фонов ÑвÑÑ","colors":{"000":"ЧеÑно","800000":"ÐеÑÑенÑво","8B4513":"СвеÑлокаÑÑво","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Ðндиго","696969":"ТÑмно Ñиво","B22222":"Ðгнено ÑеÑвено","A52A2A":"ÐаÑÑво","DAA520":"ÐлаÑиÑÑо","006400":"ТÑмно зелено","40E0D0":"ТÑÑкÑазено","0000CD":"СÑедно ÑинÑо","800080":"ÐÑÑпÑÑно","808080":"Сиво","F00":"ЧеÑвено","FF8C00":"ТÑмно оÑанжево","FFD700":"ÐлаÑно","008000":"Ðелено","0FF":"СвеÑло ÑинÑо","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":"ÐÑе ÑвеÑове","panelTitle":"ЦвеÑове","textColorTitle":"ЦвÑÑ Ð½Ð° ÑÑиÑÑ"},"colordialog":{"clear":"ÐзÑиÑÑване","highlight":"ÐÑвеÑÑване","options":"ЦвеÑови опÑии","selected":"ÐзбеÑеÑе ÑвÑÑ","title":"ÐзбеÑеÑе ÑвÑÑ"},"templates":{"button":"Шаблони","emptyListMsg":"(ÐÑма деÑиниÑани Ñаблони)","insertOption":"ÐÑепокÑива акÑÑалноÑо ÑÑдÑÑжание","options":"ÐпÑии за Ñаблона","selectPromptMsg":"ÐзбеÑеÑе Ñаблон <br>(ÑекÑÑоÑо ÑÑдÑÑжание на ÑедакÑоÑа Ñе бÑде загÑбено):","title":"Шаблони"},"contextmenu":{"options":"ÐпÑии на конÑекÑÑноÑо менÑ"},"div":{"IdInputLabel":"ID","advisoryTitleInputLabel":"ÐÑепоÑÑÑиÑелно заглавие","cssClassInputLabel":"ÐлаÑове за CSS","edit":"ÐÑомÑна на Div","inlineStyleInputLabel":"Inline Style","langDirLTRLabel":"ÐÑво на ÐÑÑно (ÐнÐ)","langDirLabel":"ÐоÑока на езика","langDirRTLLabel":"ÐÑÑно на ÐÑво (ÐнÐ)","languageCodeInputLabel":" Ðод на езика","remove":"ÐÑÐµÐ¼Ð°Ñ Ð²Ð°Ð½Ðµ на Div","styleSelectLabel":"СÑил","title":"Create Div Container","toolbar":"Create Div Container"},"toolbar":{"toolbarCollapse":"Свиване на ленÑаÑа Ñ Ð¸Ð½ÑÑÑÑменÑи","toolbarExpand":"РазÑиÑÑване на ленÑаÑа Ñ Ð¸Ð½ÑÑÑÑменÑи","toolbarGroups":{"document":"ÐокÑменÑ","clipboard":"Clipboard/Undo","editing":"ÐÑомÑна","forms":"ФоÑми","basicstyles":"Ðазови ÑÑилове","paragraph":"ÐаÑагÑаÑ","links":"ÐÑÑзки","insert":"ÐмÑкване","styles":"СÑилове","colors":"ЦвеÑове","tools":"ÐнÑÑÑÑменÑи"},"toolbars":"ÐенÑи Ñ Ð¸Ð½ÑÑÑÑменÑи"},"elementspath":{"eleLabel":"ÐÑÑ Ð·Ð° елеменÑиÑе","eleTitle":"%1 елеменÑ"},"find":{"find":"ТÑÑÑене","findOptions":"Find Options","findWhat":"ТÑÑÑи за:","matchCase":"СÑвпадение","matchCyclic":"ЦиклиÑно ÑÑвпадение","matchWord":"СÑвпадение Ñ Ð´Ñма","notFoundMsg":"УказаниÑÑ ÑекÑÑ Ð½Ðµ е намеÑен.","replace":"ÐÑепокÑиване","replaceAll":"ÐÑепокÑий вÑиÑки","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"ÐÑепокÑива Ñ:","title":"ТÑÑÑене и пÑепокÑиване"},"fakeobjects":{"anchor":"ÐÑка","flash":"Ð¤Ð»Ð°Ñ Ð°Ð½Ð¸Ð¼Ð°ÑиÑ","hiddenfield":"СкÑиÑо поле","iframe":"IFrame","unknown":"ÐеизвеÑÑен обекÑ"},"flash":{"access":"ÐоÑÑÑп до ÑкÑипÑ","accessAlways":"Ðинаги","accessNever":"Ðикога","accessSameDomain":"СÑÑиÑÑ Ð´Ð¾Ð¼ÐµÐ¹Ð½","alignAbsBottom":"Ðай-долÑ","alignAbsMiddle":"ТоÑно по ÑÑедаÑа","alignBaseline":"Ðазова линиÑ","alignTextTop":"ÐÑÑÑ Ñ ÑекÑÑа","bgcolor":"ЦвÑÑ Ð½Ð° Ñона","chkFull":"ÐклÑÑи на ÑÑл екÑан","chkLoop":"ЦикÑл","chkMenu":"РазÑеÑено Flash менÑ","chkPlay":"ÐвÑо. пÑÑкане","flashvars":"ÐÑоменливи за ФлаÑ","hSpace":"ХоÑизонÑален оÑÑÑÑп","properties":"ÐаÑÑÑойки за ÑлаÑ","propertiesTab":"ÐаÑÑÑойки","quality":"ÐаÑеÑÑво","qualityAutoHigh":"ÐвÑо. виÑоко","qualityAutoLow":"ÐвÑо. ниÑко","qualityBest":"ÐÑлиÑно","qualityHigh":"ÐиÑоко","qualityLow":"ÐиÑко","qualityMedium":"СÑедно","scale":"ÐÑазмеÑÑване","scaleAll":"Ðоказва вÑиÑко","scaleFit":"СпоÑед мÑÑÑоÑо","scaleNoBorder":"Ðез Ñамка","title":"ÐаÑÑÑойки за ÑлаÑ","vSpace":"ÐеÑÑикален оÑÑÑÑп","validateHSpace":"HSpace ÑÑÑбва да е ÑиÑло.","validateSrc":"Уеб адÑеÑа не ÑÑÑбва да е пÑазен.","validateVSpace":"VSpace ÑÑÑбва да е ÑиÑло.","windowMode":"Режим на пÑозоÑеÑа","windowModeOpaque":"ÐлÑÑноÑÑ","windowModeTransparent":"ÐÑозÑаÑноÑÑ","windowModeWindow":"ÐÑозоÑеÑ"},"font":{"fontSize":{"label":"РазмеÑ","voiceLabel":"Ð Ð°Ð·Ð¼ÐµÑ Ð½Ð° ÑÑиÑÑ","panelTitle":"Ð Ð°Ð·Ð¼ÐµÑ Ð½Ð° ÑÑиÑÑ"},"label":"ШÑиÑÑ","panelTitle":"Ðме на ÑÑиÑÑ","voiceLabel":"ШÑиÑÑ"},"forms":{"button":{"title":"ÐаÑÑÑойки на бÑÑона","text":"ТекÑÑ (ÑÑойноÑÑ)","type":"Тип","typeBtn":"ÐÑÑон","typeSbm":"Ðобави","typeRst":"ÐÑлиÑане"},"checkboxAndRadio":{"checkboxTitle":"Checkbox Properties","radioTitle":"ÐаÑÑÑойки на ÑадиобÑÑон","value":"СÑойноÑÑ","selected":"ÐзбÑано"},"form":{"title":"ÐаÑÑÑойки на ÑоÑмаÑа","menu":"ÐаÑÑÑойки на ÑоÑмаÑа","action":"ÐейÑÑвие","method":"ÐеÑод","encoding":"ÐодиÑане"},"hidden":{"title":"ÐаÑÑÑойки за ÑкÑиÑо поле","name":"Ðме","value":"СÑойноÑÑ"},"select":{"title":"Selection Field Properties","selectInfo":"Select Info","opAvail":"ÐалиÑни опÑии","value":"СÑойноÑÑ","size":"РазмеÑ","lines":"линии","chkMulti":"Allow multiple selections","opText":"ТекÑÑ","opValue":"СÑойноÑÑ","btnAdd":"Ðобави","btnModify":"ÐÑомени","btnUp":"Ðа гоÑе","btnDown":"Ðа долÑ","btnSetValue":"Set as selected value","btnDelete":"ÐзÑÑиване"},"textarea":{"title":"ÐпÑии за ÑекÑÑоваÑа зона","cols":"Ðолони","rows":"Редове"},"textfield":{"title":"ÐаÑÑÑойки за ÑекÑÑово поле","name":"Ðме","value":"СÑойноÑÑ","charWidth":"ШиÑина на знаÑиÑе","maxChars":"ÐакÑ. знаÑи","type":"Тип","typeText":"ТекÑÑ","typePass":"ÐаÑола","typeEmail":"Email","typeSearch":"ТÑÑÑене","typeTel":"ТелеÑонен номеÑ","typeUrl":"Уеб адÑеÑ"}},"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":"ÐмÑкване на Ñ Ð¾ÑизонÑална линиÑ"},"iframe":{"border":"Ðоказва Ñамка на каÑеÑо","noUrl":"ÐÐ¾Ð»Ñ Ð²ÑведеÑе URL за iFrame","scrolling":"Ðкл. ÑкÑолбаÑовеÑе","title":"IFrame наÑÑÑойки","toolbar":"IFrame"},"image":{"alertUrl":"ÐолÑ, вÑведеÑе пÑÐ»Ð½Ð¸Ñ Ð¿ÑÑ Ð´Ð¾ изобÑажениеÑо","alt":"ÐлÑеÑнаÑивен ÑекÑÑ","border":"Рамка","btnUpload":"ÐзпÑаÑи Ñ Ð½Ð° ÑÑÑвÑÑа","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"ХоÑизонÑален оÑÑÑÑп","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"ÐнÑо за Ñнимка","linkTab":"ÐÑÑзка","lockRatio":"ÐаклÑÑване на ÑÑоÑноÑениеÑо","menu":"ÐаÑÑÑойки за Ñнимка","resetSize":"ÐÑлиÑане на ÑазмеÑ","title":"ÐаÑÑÑойки за Ñнимка","titleButton":"ÐаÑÑойки за бÑÑон за Ñнимка","upload":"ÐаÑване","urlMissing":"Image source URL is missing.","vSpace":"ÐеÑÑикален оÑÑÑÑп","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"indent":{"indent":"УвелиÑаване на оÑÑÑÑпа","outdent":"ÐамалÑване на оÑÑÑÑпа"},"smiley":{"options":"ÐпÑии за ÑÑмивкаÑа","title":"ÐмÑкване на ÑÑмивка","toolbar":"УÑмивка"},"justify":{"block":"ÐвÑÑÑÑанно подÑавнÑване","center":"ЦенÑÑÑ","left":"ÐодÑавни в лÑво","right":"ÐодÑавни в дÑÑно"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"ÐлÑÑ Ð·Ð° доÑÑÑп","advanced":"РазÑиÑено","advisoryContentType":"ÐÑепоÑÑÑиÑелен Ñип на ÑÑдÑÑжаниеÑо","advisoryTitle":"ÐÑепоÑÑÑиÑелно заглавие","anchor":{"toolbar":"ÐоÑва","menu":"ÐÑомÑна на коÑва","title":"ÐаÑÑÑойки на коÑва","name":"Ðме на коÑва","errorName":"ÐÐ¾Ð»Ñ Ð²ÑведеÑе име на коÑваÑа","remove":"ÐÑÐµÐ¼Ð°Ñ Ð²Ð°Ð½Ðµ на коÑва"},"anchorId":"Ðо ID на елеменÑ","anchorName":"Ðо име на коÑва","charset":"Тип на ÑвÑÑÐ·Ð°Ð½Ð¸Ñ ÑеÑÑÑÑ","cssClasses":"ÐлаÑове за CSS","emailAddress":"E-mail aдÑеÑ","emailBody":"СÑдÑÑжание","emailSubject":"Тема","id":"ID","info":"ÐнÑо за вÑÑзкаÑа","langCode":"Ðод за езика","langDir":"ÐоÑока на езика","langDirLTR":"ÐÑво на ÐÑÑно (ÐнÐ)","langDirRTL":"ÐÑÑно на ÐÑво (ÐнÐ)","menu":"ÐÑомÑна на вÑÑзка","name":"Ðме","noAnchors":"(ÐÑма коÑви в ÑекÑÑÐ¸Ñ Ð´Ð¾ÐºÑменÑ)","noEmail":"ÐÐ¾Ð»Ñ Ð²ÑведеÑе e-mail aдÑеÑ","noUrl":"ÐÐ¾Ð»Ñ Ð²ÑведеÑе URL адÑеÑа","other":"<дÑÑго>","popupDependent":"ÐавиÑимоÑÑ (Netscape)","popupFeatures":"ФÑнкÑии на изкаÑÐ°Ñ Ð¿ÑозоÑеÑ","popupFullScreen":"ЦÑл екÑан (IE)","popupLeft":"ÐÑва позиÑиÑ","popupLocationBar":"ÐенÑа Ñ Ð»Ð¾ÐºÐ°ÑиÑÑа","popupMenuBar":"ÐенÑа за менÑ","popupResizable":"ÐÑазмеÑÑем","popupScrollBars":"СкÑолеÑи","popupStatusBar":"СÑаÑÑÑна ленÑа","popupToolbar":"ÐенÑа Ñ Ð¸Ð½ÑÑÑÑменÑи","popupTop":"ÐоÑна позиÑиÑ","rel":"ÐÑÑзка","selectAnchor":"ÐзбеÑеÑе коÑва","styles":"СÑил","tabIndex":"Ред на доÑÑÑп","target":"Цел","targetFrame":"<frame>","targetFrameName":"Ðме на ÑелевиÑÑ Ð¿ÑозоÑеÑ","targetPopup":"<изкаÑÐ°Ñ Ð¿ÑозоÑеÑ>","targetPopupName":"Ðме на изкаÑÐ°Ñ Ð¿ÑозоÑеÑ","title":"ÐÑÑзка","toAnchor":"ÐÑÑзка кÑм коÑва в ÑекÑÑа","toEmail":"E-mail","toUrl":"Уеб адÑеÑ","toolbar":"ÐÑÑзка","type":"Тип на вÑÑзкаÑа","unlink":"ÐÑÐµÐ¼Ð°Ñ Ð½Ð¸ вÑÑзкаÑа","upload":"ÐаÑване"},"list":{"bulletedlist":"ÐмÑкване/ÐÑÐµÐ¼Ð°Ñ Ð²Ð°Ð½Ðµ на ÑоÑков ÑпиÑÑк","numberedlist":"ÐмÑкване/ÐÑÐµÐ¼Ð°Ñ Ð²Ð°Ð½Ðµ на номеÑиÑан ÑпиÑÑк"},"liststyle":{"armenian":"ÐÑменÑко номеÑиÑане","bulletedTitle":"Bulleted List Properties","circle":"ÐÑÑг","decimal":"ЧиÑла (1, 2, 3 и дÑ.)","decimalLeadingZero":"ЧиÑла Ñ Ð²Ð¾Ð´ÐµÑа нÑла (01, 02, 03 и Ñ.н.)","disc":"ÐиÑк","georgian":"ÐÑÑзинÑко номеÑиÑане (an, ban, gan, и Ñ.н.)","lowerAlpha":"Ðалки бÑкви (а, б, в, г, д и Ñ.н.)","lowerGreek":"Ðалки гÑÑÑки бÑкви (алÑа, беÑа, гама и Ñ.н.)","lowerRoman":"Ðалки ÑимÑки ÑиÑла (i, ii, iii, iv, v и Ñ.н.)","none":"ÐÑма","notset":"<не е Ñказано>","numberedTitle":"Numbered List Properties","square":"ÐвадÑаÑ","start":"СÑаÑÑ","type":"Тип","upperAlpha":"Ðолеми бÑкви (Ð, Ð, Ð, Ð, Ри Ñ.н.)","upperRoman":"Ðолеми ÑимÑки ÑиÑла (I, II, III, IV, V и Ñ.н.)","validateStartNumber":"List start number must be a whole number."},"magicline":{"title":"ÐмÑкнеÑе паÑагÑÐ°Ñ ÑÑк"},"maximize":{"maximize":"ÐакÑимизиÑане","minimize":"ÐинимизиÑане"},"newpage":{"toolbar":"Ðова ÑÑÑаниÑа"},"pagebreak":{"alt":"РазделÑне на ÑÑÑаниÑи","toolbar":"ÐмÑкване на нова ÑÑÑаниÑа пÑи пеÑаÑ"},"pastetext":{"button":"ÐмÑкни каÑо ÑиÑÑ ÑекÑÑ","title":"ÐмÑкни каÑо ÑиÑÑ ÑекÑÑ"},"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":"ÐмÑкни Ð¾Ñ MS Word","toolbar":"ÐмÑкни Ð¾Ñ MS Word"},"preview":{"preview":"ÐÑеглед"},"print":{"toolbar":"ÐеÑаÑ"},"removeformat":{"toolbar":"ÐÑÐµÐ¼Ð°Ñ Ð²Ð°Ð½Ðµ на ÑоÑмаÑиÑанеÑо"},"save":{"toolbar":"ÐапиÑ"},"selectall":{"toolbar":"ÐзбеÑи вÑиÑко"},"showblocks":{"toolbar":"Ðоказва блокове"},"sourcearea":{"toolbar":"ÐзÑоÑник"},"specialchar":{"options":"ÐпÑии за ÑпеÑиален знак","title":"ÐÐ·Ð±Ð¾Ñ Ð½Ð° ÑпеÑиален знак","toolbar":"ÐмÑкване на ÑпеÑиален знак"},"scayt":{"about":"About SCAYT","aboutTab":"ÐÑноÑно","addWord":"Add Word","allCaps":"Ignore All-Caps Words","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":"Dictionary name should not be empty.","enable":"Enable SCAYT","ignore":"Ignore","ignoreAll":"Ignore All","ignoreDomainNames":"Ignore Domain Names","langs":"Languages","languagesTab":"ÐзиÑи","mixedCase":"Ignore Words with Mixed Case","mixedWithDigits":"ÐгноÑиÑани дÑми и ÑиÑÑи","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":"СÑилове","panelTitle":"СÑилове за ÑоÑмаÑиÑане","panelTitle1":"Ðлокови ÑÑилове","panelTitle2":"ÐÑÑÑеÑни ÑÑилове","panelTitle3":"ÐбекÑни ÑÑилове"},"table":{"border":"Ð Ð°Ð·Ð¼ÐµÑ Ð½Ð° ÑамкаÑа","caption":"Ðаглавие","cell":{"menu":"ÐлеÑка","insertBefore":"ÐмÑкване на клеÑка пÑеди","insertAfter":"ÐмÑкване на клеÑка Ñлед","deleteCell":"ÐзÑÑиване на клеÑки","merge":"Сливане на клеÑки","mergeRight":"Сливане в дÑÑно","mergeDown":"Merge Down","splitHorizontal":"Split Cell Horizontally","splitVertical":"Split Cell Vertically","title":"ÐаÑÑÑойки на клеÑкаÑа","cellType":"Тип на клеÑкаÑа","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"ÐвÑо. пÑеноÑ","hAlign":"ХоÑизонÑално подÑавнÑване","vAlign":"ÐеÑÑикално подÑавнÑване","alignBaseline":"Ðазова линиÑ","bgColor":"Фон","borderColor":"ЦвÑÑ Ð½Ð° ÑамкаÑа","data":"Ðанни","header":"ХедÑÑ","yes":"Ðа","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":"ÐзбеÑеÑе"},"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":"пикÑела","widthUnit":"единиÑа за ÑиÑина"},"undo":{"redo":"ÐÑÑÑане на пÑедиÑен ÑÑаÑÑÑ","undo":"ÐÑзÑанови"},"wsc":{"btnIgnore":"ÐгноÑиÑай","btnIgnoreAll":"ÐгноÑиÑай вÑиÑко","btnReplace":"ÐÑепокÑиване","btnReplaceAll":"ÐÑепокÑий вÑиÑко","btnUndo":"ÐÑзÑанови","changeTo":"ÐÑомени на","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":"- ÐÑма пÑепоÑÑÑани -","notAvailable":"СÑжалÑваме, но ÑÑлÑгаÑа не е доÑÑÑпна за моменÑа","notInDic":"Ðе е в ÑеÑника","oneChange":"Spell check complete: One word changed","progress":"ÐÑовеÑÑва Ñе пÑавопиÑа...","title":"ÐÑовеÑка на пÑавопиÑ","toolbar":"ÐÑовеÑка на пÑавопиÑ"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/bn.js b/skins/ckeditor/lang/bn.js index 4edae7f..48750bf 100644 --- a/skins/ckeditor/lang/bn.js +++ b/skins/ckeditor/lang/bn.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.bn={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'সà§à¦°à§à¦¸',newPage:'নতà§à¦¨ পà§à¦',save:'সà¦à¦°à¦à§à¦·à¦¨ à¦à¦°',preview:'পà§à¦°à¦¿à¦à¦¿à¦',cut:'à¦à¦¾à¦',copy:'à¦à¦ªà¦¿',paste:'পà§à¦¸à§à¦',print:'পà§à¦°à¦¿à¦¨à§à¦',underline:'à¦à¦¨à§à¦¡à¦¾à¦°à¦²à¦¾à¦à¦¨',bold:'বà§à¦²à§à¦¡',italic:'à¦à¦à¦¾à¦²à¦¿à¦',selectAll:'সব সিলà§à¦à§à¦ à¦à¦°',removeFormat:'ফরমà§à¦ সরাà¦',strike:'সà§à¦à§à¦°à¦¾à¦à¦ থà§à¦°à§',subscript:'ঠধà§à¦²à§à¦',superscript:'ঠà¦à¦¿à¦²à§à¦',horizontalrule:'রà§à¦à¦¾ যà§à¦à§à¦¤ à¦à¦°',pagebreak:'পà§à¦ বà§à¦°à§à¦',pagebreakAlt:'Page Break',unlink:'লিà¦à¦ সরাà¦',undo:'à¦à¦¨à¦¡à§',redo:'রি-ডà§',common:{browseServer:'বà§à¦°à¦¾à¦à¦ সারà§à¦à¦¾à¦°',url:'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:'URL à¦à¦° লমà§à¦¬à¦¾ বরà§à¦£à¦¨à¦¾',cssClass:'সà§à¦à¦¾à¦à¦²-শà§à¦ à¦à§à¦²à¦¾à¦¸',advisoryTitle:'পরামরà§à¦¶ শà§à¦°à§à¦·à¦',cssStyle:'সà§à¦à¦¾à¦à¦²',ok:'à¦à¦à§',cancel:'বাতিল',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'à¦à¦¡à¦à¦¾à¦¨à§à¦¸à¦¡',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'পà§à¦°à¦¸à§à¦¥',height:'দà§à¦°à§à¦à§à¦¯',align:'à¦à¦²à¦¾à¦à¦¨',alignLeft:'বামà§',alignRight:'ডানà§',alignCenter:'মাà¦à¦à¦¾à¦¨à§',alignTop:'à¦à¦ªà¦°',alignMiddle:'মধà§à¦¯',alignBottom:'নà§à¦à§',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'বিশà§à¦· ঠà¦à§à¦·à¦° যà§à¦à§à¦¤ à¦à¦°',title:'বিশà§à¦· à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° বাà¦à¦¾à¦ à¦à¦°',options:'Special Character Options'},link:{toolbar:'লিà¦à¦ যà§à¦à§à¦¤ à¦à¦°',other:'<other>',menu:'লিà¦à¦ সমà§à¦ªà¦¾à¦¦à¦¨',title:'লিà¦à¦',info:'লিà¦à¦ তথà§à¦¯',target:'à¦à¦¾à¦°à§à¦à§à¦',upload:'à¦à¦ªà¦²à§à¦¡',advanced:'à¦à¦¡à¦à¦¾à¦¨à§à¦¸à¦¡',type:'লিà¦à¦ পà§à¦°à¦à¦¾à¦°',toUrl:'URL',toAnchor:'à¦à¦ পà§à¦à§ নà§à¦à¦° à¦à¦°',toEmail:'à¦à¦®à§à¦à¦²',targetFrame:'<ফà§à¦°à§à¦®>',targetPopup:'<পপà¦à¦ª à¦à¦à¦¨à§à¦¡à§>',targetFrameName:'à¦à¦¾à¦°à§à¦à§à¦ ফà§à¦°à§à¦®à§à¦° নাম',targetPopupName:'পপà¦à¦ª à¦à¦à¦¨à§à¦¡à§à¦° নাম',popupFeatures:'পপà¦à¦ª à¦à¦à¦¨à§à¦¡à§ ফà§à¦à¦¾à¦° সমà§à¦¹',popupResizable:'Resizable',popupStatusBar:'সà§à¦à§à¦¯à¦¾à¦à¦¾à¦¸ বার',popupLocationBar:'লà§à¦à§à¦¶à¦¨ বার',popupToolbar:'à¦à§à¦² বার',popupMenuBar:'মà§à¦¨à§à¦¯à§ বার',popupFullScreen:'পà§à¦°à§à¦£ পরà§à¦¦à¦¾ à¦à§à§à§ (IE)',popupScrollBars:'সà§à¦à§à¦°à¦² বার',popupDependent:'ডিপà§à¦¨à§à¦¡à§à¦¨à§à¦ (Netscape)',popupLeft:'বামà§à¦° পà¦à¦¿à¦¶à¦¨',popupTop:'ডানà§à¦° পà¦à¦¿à¦¶à¦¨',id:'Id',langDir:'à¦à¦¾à¦·à¦¾ লà§à¦à¦¾à¦° দিà¦',langDirLTR:'বাম থà§à¦à§ ডান (LTR)',langDirRTL:'ডান থà§à¦à§ বাম (RTL)',acccessKey:'à¦à¦à§à¦¸à§à¦¸ à¦à§',name:'নাম',langCode:'à¦à¦¾à¦·à¦¾ লà§à¦à¦¾à¦° দিà¦',tabIndex:'à¦à§à¦¯à¦¾à¦¬ à¦à¦¨à§à¦¡à§à¦à§à¦¸',advisoryTitle:'পরামরà§à¦¶ শà§à¦°à§à¦·à¦',advisoryContentType:'পরামরà§à¦¶ à¦à¦¨à§à¦à§à¦¨à§à¦à§à¦° পà§à¦°à¦à¦¾à¦°',cssClasses:'সà§à¦à¦¾à¦à¦²-শà§à¦ à¦à§à¦²à¦¾à¦¸',charset:'লিà¦à¦ রিসà§à¦°à§à¦¸ à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦° সà§à¦',styles:'সà§à¦à¦¾à¦à¦²',rel:'Relationship',selectAnchor:'নà§à¦à¦° বাà¦à¦¾à¦',anchorName:'নà§à¦à¦°à§à¦° নাম দিà§à§',anchorId:'নà§à¦à¦°à§à¦° à¦à¦à¦¡à¦¿ দিà§à§',emailAddress:'à¦à¦®à§à¦à¦² ঠিà¦à¦¾à¦¨à¦¾',emailSubject:'মà§à¦¸à§à¦à§à¦° বিষà§',emailBody:'মà§à¦¸à§à¦à§à¦° দà§à¦¹',noAnchors:'(No anchors available in the document)',noUrl:'ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ URL লিà¦à¦ à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨',noEmail:'ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ à¦à¦®à§à¦à¦² à¦à¦¡à§à¦°à§à¦¸ à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨'},anchor:{toolbar:'নà§à¦à§à¦à¦°',menu:'নà§à¦à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',title:'নà§à¦à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',name:'নà§à¦à¦°à§à¦° নাম',errorName:'নà§à¦à¦°à§à¦° নাম à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'à¦à§à¦à§',replace:'রিপà§à¦²à§à¦¸',findWhat:'যা à¦à§à¦à¦à¦¤à§ হবà§:',replaceWith:'যার সাথৠবদলাতৠহবà§:',notFoundMsg:'à¦à¦ªà¦¨à¦¾à¦° à¦à¦²à§à¦²à§à¦à¦¿à¦¤ à¦à§à¦à¦¸à§à¦ পাà¦à§à¦¾ যাà§à¦¨à¦¿',matchCase:'à¦à§à¦¸ মিলাà¦',matchWord:'পà§à¦°à¦¾ শবà§à¦¦ মà§à¦²à¦¾à¦',matchCyclic:'Match cyclic',replaceAll:'সব বদলৠদাà¦',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'à¦à§à¦¬à¦¿à¦²à§à¦° লà§à¦¬à§à¦² যà§à¦à§à¦¤ à¦à¦°',title:'à¦à§à¦¬à¦¿à¦² পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',menu:'à¦à§à¦¬à¦¿à¦² পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',deleteTable:'à¦à§à¦¬à¦¿à¦² ডিলà§à¦ à¦à¦°',rows:'রà§',columns:'à¦à¦²à¦¾à¦®',border:'বরà§à¦¡à¦¾à¦° সাà¦à¦',widthPx:'পিà¦à§à¦¸à§à¦²',widthPc:'শতà¦à¦°à¦¾',widthUnit:'width unit',cellSpace:'সà§à¦² সà§à¦ªà§à¦¸',cellPad:'সà§à¦² পà§à¦¯à¦¾à¦¡à¦¿à¦',caption:'শà§à¦°à§à¦·à¦',summary:'সারাà¦à¦¶',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'সà§à¦²',insertBefore:'Insert Cell Before',insertAfter:'Insert Cell After',deleteCell:'সà§à¦² মà§à¦à§ দাà¦',merge:'সà§à¦² à¦à§à§à¦¾ দাà¦',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'},row:{menu:'রà§',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'রৠমà§à¦à§ দাà¦'},column:{menu:'à¦à¦²à¦¾à¦®',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'à¦à¦²à¦¾à¦® মà§à¦à§ দাà¦'}},button:{title:'বাà¦à¦¨ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',text:'à¦à§à¦à§à¦¸à¦ (à¦à§à¦¯à¦¾à¦²à§)',type:'পà§à¦°à¦à¦¾à¦°',typeBtn:'Button',typeSbm:'Submit',typeRst:'Reset'},checkboxAndRadio:{checkboxTitle:'à¦à§à¦ বà¦à§à¦¸ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',radioTitle:'রà§à¦¡à¦¿à¦ বাà¦à¦¨ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',value:'à¦à§à¦¯à¦¾à¦²à§',selected:'সিলà§à¦à§à¦à§à¦¡'},form:{title:'ফরà§à¦® পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',menu:'ফরà§à¦® পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',action:'à¦à¦à¦¶à§à¦¯à¦¨',method:'পদà§à¦§à¦¤à¦¿',encoding:'Encoding'},select:{title:'বাà¦à¦¾à¦ ফà§à¦²à§à¦¡ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',selectInfo:'তথà§à¦¯',opAvail:'ঠনà§à¦¯à¦¾à¦¨à§à¦¯ বিà¦à¦²à§à¦ª',value:'à¦à§à¦¯à¦¾à¦²à§',size:'সাà¦à¦',lines:'লাà¦à¦¨ সমà§à¦¹',chkMulti:'à¦à¦à¦¾à¦§à¦¿à¦ সিলà§à¦à¦¶à¦¨ à¦à¦²à¦¾à¦ à¦à¦°',opText:'à¦à§à¦à§à¦¸à¦',opValue:'à¦à§à¦¯à¦¾à¦²à§',btnAdd:'যà§à¦à§à¦¤',btnModify:'বদলৠদাà¦',btnUp:'à¦à¦ªà¦°',btnDown:'নà§à¦à§',btnSetValue:'বাà¦à¦¾à¦ à¦à¦°à¦¾ à¦à§à¦¯à¦¾à¦²à§ হিসà§à¦¬à§ সà§à¦ à¦à¦°',btnDelete:'ডিলà§à¦'},textarea:{title:'à¦à§à¦à§à¦¸à¦ à¦à¦°à¦¿à§à¦¾ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',cols:'à¦à¦²à¦¾à¦®',rows:'রà§'},textfield:{title:'à¦à§à¦à§à¦¸à¦ ফà§à¦²à§à¦¡ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',name:'নাম',value:'à¦à§à¦¯à¦¾à¦²à§',charWidth:'à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° পà§à¦°à¦¶à¦¸à§à¦¤à¦¤à¦¾',maxChars:'সরà§à¦¬à¦¾à¦§à¦¿à¦ à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦°',type:'à¦à¦¾à¦à¦ª',typeText:'à¦à§à¦à§à¦¸à¦',typePass:'পাসà¦à§à¦¾à¦°à§à¦¡'},hidden:{title:'à¦à§à¦ªà§à¦¤ ফà§à¦²à§à¦¡ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',name:'নাম',value:'à¦à§à¦¯à¦¾à¦²à§'},image:{title:'à¦à¦¬à¦¿à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',titleButton:'à¦à¦¬à¦¿ বাà¦à¦¨ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',menu:'à¦à¦¬à¦¿à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',infoTab:'à¦à¦¬à¦¿à¦° তথà§à¦¯',btnUpload:'à¦à¦¹à¦¾à¦à§ সারà§à¦à¦¾à¦°à§ পà§à¦°à§à¦°à¦¨ à¦à¦°',upload:'à¦à¦ªà¦²à§à¦¡',alt:'বিà¦à¦²à§à¦ª à¦à§à¦à§à¦¸à¦',lockRatio:'ঠনà§à¦ªà¦¾à¦¤ লঠà¦à¦°',resetSize:'সাà¦à¦ পà§à¦°à§à¦¬à¦¾à¦¬à¦¸à§à¦¥à¦¾à§ ফিরিà§à§ দাà¦',border:'বরà§à¦¡à¦¾à¦°',hSpace:'হরাà¦à¦à¦¨à§à¦à¦¾à¦² সà§à¦ªà§à¦¸',vSpace:'à¦à¦¾à¦°à§à¦à¦¿à¦à§à¦² সà§à¦ªà§à¦¸',alertUrl:'ঠনà§à¦à§à¦°à¦¹à¦ à¦à¦°à§ à¦à¦¬à¦¿à¦° URL à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨',linkTab:'লিà¦à¦',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'ফà§à¦²à¦¾à¦¶ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',propertiesTab:'Properties',title:'ফà§à¦²à§à¦¯à¦¾à¦¶ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',chkPlay:'ঠà¦à§ পà§à¦²à§',chkLoop:'লà§à¦ª',chkMenu:'ফà§à¦²à§à¦¯à¦¾à¦¶ মà§à¦¨à§ à¦à¦¨à¦¾à¦¬à¦² à¦à¦°',chkFull:'Allow Fullscreen',scale:'সà§à¦à§à¦²',scaleAll:'সব দà§à¦à¦¾à¦',scaleNoBorder:'à¦à§à¦¨à§ বরà§à¦¡à¦¾à¦° নà§à¦',scaleFit:'নিà¦à§à¦à¦¤ ফিà¦',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs নà§à¦à§',alignAbsMiddle:'Abs à¦à¦ªà¦°',alignBaseline:'মà§à¦² রà§à¦à¦¾',alignTextTop:'à¦à§à¦à§à¦¸à¦ à¦à¦ªà¦°',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'বà§à¦à¦à§à¦°à¦¾à¦à¦¨à§à¦¡ রà¦',hSpace:'হরাà¦à¦à¦¨à§à¦à¦¾à¦² সà§à¦ªà§à¦¸',vSpace:'à¦à¦¾à¦°à§à¦à¦¿à¦à§à¦² সà§à¦ªà§à¦¸',validateSrc:'ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ URL লিà¦à¦ à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'বানান à¦à§à¦',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'শবà§à¦¦à¦à§à¦·à§ নà§à¦',changeTo:'à¦à¦¤à§ বদলাà¦',btnIgnore:'à¦à¦à¦¨à§à¦° à¦à¦°',btnIgnoreAll:'সব à¦à¦à¦¨à§à¦° à¦à¦°',btnReplace:'বদলৠদাà¦',btnReplaceAll:'সব বদলৠদাà¦',btnUndo:'à¦à¦¨à§à¦¡à§',noSuggestions:'- à¦à§à¦¨ সাà¦à§à¦¶à¦¨ নà§à¦ -',progress:'বানান পরà§à¦à§à¦·à¦¾ à¦à¦²à¦à§...',noMispell:'বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: à¦à§à¦¨ à¦à§à¦² বানান পাà¦à§à¦¾ যাà§à¦¨à¦¿',noChanges:'বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: à¦à§à¦¨ শবà§à¦¦ পরিবরà§à¦¤à¦¨ à¦à¦°à¦¾ হà§à¦¨à¦¿',oneChange:'বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: à¦à¦à¦à¦¿ মাতà§à¦° শবà§à¦¦ পরিবরà§à¦¤à¦¨ à¦à¦°à¦¾ হà§à§à¦à§',manyChanges:'বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: %1 à¦à§à¦²à§ শবà§à¦¦ বদলৠà¦à§à¦¯à¦¾à¦à§',ieSpellDownload:'বানান পরà§à¦à§à¦·à¦ à¦à¦¨à¦¸à§à¦à¦² à¦à¦°à¦¾ নà§à¦à¥¤ à¦à¦ªà¦¨à¦¿ à¦à¦¿ à¦à¦à¦¨à¦ à¦à¦à¦¾ ডাà¦à¦¨à¦²à§à¦¡ à¦à¦°à¦¤à§ à¦à¦¾à¦¨?'},smiley:{toolbar:'সà§à¦®à¦¾à¦à¦²à§',title:'সà§à¦®à¦¾à¦à¦²à§ যà§à¦à§à¦¤ à¦à¦°',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'সাà¦à¦à§à¦¯à¦¿à¦ লিসà§à¦à§à¦° লà§à¦¬à§à¦²',bulletedlist:'বà§à¦²à§à¦ লিসà§à¦ লà§à¦¬à§à¦²',indent:'à¦à¦¨à¦¡à§à¦¨à§à¦ বাà§à¦¾à¦',outdent:'à¦à¦¨à¦¡à§à¦¨à§à¦ à¦à¦®à¦¾à¦',justify:{left:'বা দিà¦à§ à¦à§à¦à¦·à¦¾',center:'মাঠবরাবর à¦à§à¦·à¦¾',right:'ডান দিà¦à§ à¦à§à¦à¦·à¦¾',block:'বà§à¦²à¦ à¦à¦¾à¦¸à§à¦à¦¿à¦«à¦¾à¦'},blockquote:'Block Quote',clipboard:{title:'পà§à¦¸à§à¦',cutError:'à¦à¦ªà¦¨à¦¾à¦° বà§à¦°à¦¾à¦à¦à¦¾à¦°à§à¦° সà§à¦°à¦à§à¦·à¦¾ সà§à¦à¦¿à¦à¦¸ à¦à¦¡à¦¿à¦à¦°à¦à§ ঠà¦à§à¦®à§à¦à¦¿à¦ à¦à¦¾à¦ à¦à¦°à¦¾à¦° ঠনà§à¦®à¦¤à¦¿ দà§à§à¦¨à¦¿à¥¤ দà§à¦¾ à¦à¦°à§ à¦à¦ à¦à¦¾à¦à§à¦° à¦à¦¨à§à¦¯ à¦à¦¿à¦¬à§à¦°à§à¦¡ বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à§à¦¨ (Ctrl/Cmd+X)।',copyError:'à¦à¦ªà¦¨à¦¾à¦° বà§à¦°à¦¾à¦à¦à¦¾à¦°à§à¦° সà§à¦°à¦à§à¦·à¦¾ সà§à¦à¦¿à¦à¦¸ à¦à¦¡à¦¿à¦à¦°à¦à§ ঠà¦à§à¦®à§à¦à¦¿à¦ à¦à¦ªà¦¿ à¦à¦°à¦¾à¦° ঠনà§à¦®à¦¤à¦¿ দà§à§à¦¨à¦¿à¥¤ দà§à¦¾ à¦à¦°à§ à¦à¦ à¦à¦¾à¦à§à¦° à¦à¦¨à§à¦¯ à¦à¦¿à¦¬à§à¦°à§à¦¡ বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à§à¦¨ (Ctrl/Cmd+C)।',pasteMsg:'ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ নà§à¦à§à¦° বাà¦à§à¦¸à§ à¦à¦¿à¦¬à§à¦°à§à¦¡ বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à§ (<STRONG>Ctrl/Cmd+V</STRONG>) পà§à¦¸à§à¦ à¦à¦°à§à¦¨ à¦à¦¬à¦ <STRONG>OK</STRONG> à¦à¦¾à¦ª দিন',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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'পà§à¦¸à§à¦ (শবà§à¦¦)',title:'পà§à¦¸à§à¦ (শবà§à¦¦)',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'সাদা à¦à§à¦à§à¦¸à¦ হিসà§à¦¬à§ পà§à¦¸à§à¦ à¦à¦°',title:'সাদা à¦à§à¦à§à¦¸à¦ হিসà§à¦¬à§ পà§à¦¸à§à¦ à¦à¦°'},templates:{button:'à¦à§à¦®à¦ªà§à¦²à§à¦',title:'à¦à¦¨à¦à§à¦¨à§à¦ à¦à§à¦®à¦ªà§à¦²à§à¦',options:'Template Options',insertOption:'Replace actual contents',selectPromptMsg:'ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ à¦à¦¡à¦¿à¦à¦°à§ à¦à¦ªà§à¦¨ à¦à¦°à¦¾à¦° à¦à¦¨à§à¦¯ à¦à§à¦®à¦ªà§à¦²à§à¦ বাà¦à¦¾à¦ à¦à¦°à§à¦¨<br>(à¦à¦¸à¦² à¦à¦¨à¦à§à¦¨à§à¦ হারিà§à§ যাবà§):',emptyListMsg:'(à¦à§à¦¨ à¦à§à¦®à¦ªà§à¦²à§à¦ ডিফাà¦à¦¨ à¦à¦°à¦¾ নà§à¦)'},showBlocks:'Show Blocks',stylesCombo:{label:'সà§à¦à¦¾à¦à¦²',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'ফনà§à¦ ফরমà§à¦',panelTitle:'ফনà§à¦ ফরমà§à¦',tag_p:'সাধারণ',tag_pre:'ফরà§à¦®à§à¦à§à¦¡',tag_address:'ঠিà¦à¦¾à¦¨à¦¾',tag_h1:'শà§à¦°à§à¦·à¦ ১',tag_h2:'শà§à¦°à§à¦·à¦ ২',tag_h3:'শà§à¦°à§à¦·à¦ ৩',tag_h4:'শà§à¦°à§à¦·à¦ ৪',tag_h5:'শà§à¦°à§à¦·à¦ ৫',tag_h6:'শà§à¦°à§à¦·à¦ ৬',tag_div:'শà§à¦°à§à¦·à¦ (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'ফনà§à¦',voiceLabel:'Font',panelTitle:'ফনà§à¦'},fontSize:{label:'সাà¦à¦',voiceLabel:'Font Size',panelTitle:'সাà¦à¦'},colorButton:{textColorTitle:'à¦à§à¦à§à¦¸à§à¦ রà¦',bgColorTitle:'বà§à¦à¦à§à¦°à¦¾à¦à¦¨à§à¦¡ রà¦',panelTitle:'Colors',auto:'ঠà¦à§à¦®à§à¦à¦¿à¦',more:'à¦à¦°à¦ রà¦...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',title:'ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿',design:'Design',meta:'মà§à¦à¦¾à¦¡à§à¦à¦¾',chooseColor:'Choose',other:'<other>',docTitle:'পà§à¦ শà§à¦°à§à¦·à¦',charset:'à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° সà§à¦ à¦à¦¨à¦à§à¦¡à¦¿à¦',charsetOther:'ঠনà§à¦¯ à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° সà§à¦ à¦à¦¨à¦à§à¦¡à¦¿à¦',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ à¦à¦¾à¦à¦ª হà§à¦¡à¦¿à¦',docTypeOther:'ঠনà§à¦¯ ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ à¦à¦¾à¦à¦ª হà§à¦¡à¦¿à¦',xhtmlDec:'XHTML ডà§à¦à§à¦²à¦¾à¦°à§à¦¶à¦¨ যà§à¦à§à¦¤ à¦à¦°',bgColor:'বà§à¦¯à¦¾à¦à¦à§à¦°à¦¾à¦à¦¨à§à¦¡ রà¦',bgImage:'বà§à¦¯à¦¾à¦à¦à§à¦°à¦¾à¦à¦¨à§à¦¡ à¦à¦¬à¦¿à¦° URL',bgFixed:'সà§à¦à§à¦°à¦²à¦¹à§à¦¨ বà§à¦¯à¦¾à¦à¦à§à¦°à¦¾à¦à¦¨à§à¦¡',txtColor:'à¦à§à¦à§à¦¸à§à¦ রà¦',margin:'পà§à¦ মারà§à¦à¦¿à¦¨',marginTop:'à¦à¦ªà¦°',marginLeft:'বামà§',marginRight:'ডানà§',marginBottom:'নà§à¦à§',metaKeywords:'ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ à¦à¦¨à§à¦¡à§à¦à§à¦¸ à¦à¦¿à¦à§à¦¾à¦°à§à¦¡ (à¦à¦®à¦¾ দà§à¦¬à¦¾à¦°à¦¾ বিà¦à§à¦à¦¿à¦¨à§à¦¨)',metaDescription:'ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ বরà§à¦£à¦¨à¦¾',metaAuthor:'লà§à¦à¦',metaCopyright:'à¦à¦ªà§à¦°à¦¾à¦à¦',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['bn']={"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"বà§à¦°à¦¾à¦à¦ সারà§à¦à¦¾à¦°","url":"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":"URL à¦à¦° লমà§à¦¬à¦¾ বরà§à¦£à¦¨à¦¾","cssClass":"সà§à¦à¦¾à¦à¦²-শà§à¦ à¦à§à¦²à¦¾à¦¸","advisoryTitle":"পরামরà§à¦¶ শà§à¦°à§à¦·à¦","cssStyle":"সà§à¦à¦¾à¦à¦²","ok":"à¦à¦à§","cancel":"বাতিল","close":"Close","preview":"পà§à¦°à¦¿à¦à¦¿à¦","resize":"Resize","generalTab":"General","advancedTab":"à¦à¦¡à¦à¦¾à¦¨à§à¦¸à¦¡","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":"à¦à¦¾à¦°à§à¦à§à¦","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"বাম থà§à¦à§ ডান (LTR)","langDirRTL":"ডান থà§à¦à§ বাম (RTL)","styles":"সà§à¦à¦¾à¦à¦²","cssClasses":"সà§à¦à¦¾à¦à¦²-শà§à¦ à¦à§à¦²à¦¾à¦¸","width":"পà§à¦°à¦¸à§à¦¥","height":"দà§à¦°à§à¦à§à¦¯","align":"à¦à¦²à¦¾à¦à¦¨","alignLeft":"বামà§","alignRight":"ডানà§","alignCenter":"মাà¦à¦à¦¾à¦¨à§","alignTop":"à¦à¦ªà¦°","alignMiddle":"মধà§à¦¯","alignBottom":"নà§à¦à§","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":"বà§à¦²à§à¦¡","italic":"à¦à¦à¦¾à¦²à¦¿à¦","strike":"সà§à¦à§à¦°à¦¾à¦à¦ থà§à¦°à§","subscript":"ঠধà§à¦²à§à¦","superscript":"ঠà¦à¦¿à¦²à§à¦","underline":"à¦à¦¨à§à¦¡à¦¾à¦°à¦²à¦¾à¦à¦¨"},"bidi":{"ltr":"Text direction from left to right","rtl":"Text direction from right to left"},"blockquote":{"toolbar":"Block Quote"},"clipboard":{"copy":"à¦à¦ªà¦¿","copyError":"à¦à¦ªà¦¨à¦¾à¦° বà§à¦°à¦¾à¦à¦à¦¾à¦°à§à¦° সà§à¦°à¦à§à¦·à¦¾ সà§à¦à¦¿à¦à¦¸ à¦à¦¡à¦¿à¦à¦°à¦à§ ঠà¦à§à¦®à§à¦à¦¿à¦ à¦à¦ªà¦¿ à¦à¦°à¦¾à¦° ঠনà§à¦®à¦¤à¦¿ দà§à§à¦¨à¦¿à¥¤ দà§à¦¾ à¦à¦°à§ à¦à¦ à¦à¦¾à¦à§à¦° à¦à¦¨à§à¦¯ à¦à¦¿à¦¬à§à¦°à§à¦¡ বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à§à¦¨ (Ctrl/Cmd+C)।","cut":"à¦à¦¾à¦","cutError":"à¦à¦ªà¦¨à¦¾à¦° বà§à¦°à¦¾à¦à¦à¦¾à¦°à§à¦° সà§à¦°à¦à§à¦·à¦¾ সà§à¦à¦¿à¦à¦¸ à¦à¦¡à¦¿à¦à¦°à¦à§ ঠà¦à§à¦®à§à¦à¦¿à¦ à¦à¦¾à¦ à¦à¦°à¦¾à¦° ঠনà§à¦®à¦¤à¦¿ দà§à§à¦¨à¦¿à¥¤ দà§à¦¾ à¦à¦°à§ à¦à¦ à¦à¦¾à¦à§à¦° à¦à¦¨à§à¦¯ à¦à¦¿à¦¬à§à¦°à§à¦¡ বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à§à¦¨ (Ctrl/Cmd+X)।","paste":"পà§à¦¸à§à¦","pasteArea":"Paste Area","pasteMsg":"ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ নà§à¦à§à¦° বাà¦à§à¦¸à§ à¦à¦¿à¦¬à§à¦°à§à¦¡ বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à§ (<STRONG>Ctrl/Cmd+V</STRONG>) পà§à¦¸à§à¦ à¦à¦°à§à¦¨ à¦à¦¬à¦ <STRONG>OK</STRONG> à¦à¦¾à¦ª দিন","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":"পà§à¦¸à§à¦"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"ঠà¦à§à¦®à§à¦à¦¿à¦","bgColorTitle":"বà§à¦à¦à§à¦°à¦¾à¦à¦¨à§à¦¡ রà¦","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":"à¦à¦°à¦ রà¦...","panelTitle":"Colors","textColorTitle":"à¦à§à¦à§à¦¸à§à¦ রà¦"},"colordialog":{"clear":"Clear","highlight":"Highlight","options":"Color Options","selected":"Selected Color","title":"Select color"},"templates":{"button":"à¦à§à¦®à¦ªà§à¦²à§à¦","emptyListMsg":"(à¦à§à¦¨ à¦à§à¦®à¦ªà§à¦²à§à¦ ডিফাà¦à¦¨ à¦à¦°à¦¾ নà§à¦)","insertOption":"Replace actual contents","options":"Template Options","selectPromptMsg":"ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ à¦à¦¡à¦¿à¦à¦°à§ à¦à¦ªà§à¦¨ à¦à¦°à¦¾à¦° à¦à¦¨à§à¦¯ à¦à§à¦®à¦ªà§à¦²à§à¦ বাà¦à¦¾à¦ à¦à¦°à§à¦¨<br>(à¦à¦¸à¦² à¦à¦¨à¦à§à¦¨à§à¦ হারিà§à§ যাবà§):","title":"à¦à¦¨à¦à§à¦¨à§à¦ à¦à§à¦®à¦ªà§à¦²à§à¦"},"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"},"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"},"find":{"find":"à¦à§à¦à§","findOptions":"Find Options","findWhat":"যা à¦à§à¦à¦à¦¤à§ হবà§:","matchCase":"à¦à§à¦¸ মিলাà¦","matchCyclic":"Match cyclic","matchWord":"পà§à¦°à¦¾ শবà§à¦¦ মà§à¦²à¦¾à¦","notFoundMsg":"à¦à¦ªà¦¨à¦¾à¦° à¦à¦²à§à¦²à§à¦à¦¿à¦¤ à¦à§à¦à¦¸à§à¦ পাà¦à§à¦¾ যাà§à¦¨à¦¿","replace":"রিপà§à¦²à§à¦¸","replaceAll":"সব বদলৠদাà¦","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"যার সাথৠবদলাতৠহবà§:","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 নà§à¦à§","alignAbsMiddle":"Abs à¦à¦ªà¦°","alignBaseline":"মà§à¦² রà§à¦à¦¾","alignTextTop":"à¦à§à¦à§à¦¸à¦ à¦à¦ªà¦°","bgcolor":"বà§à¦à¦à§à¦°à¦¾à¦à¦¨à§à¦¡ রà¦","chkFull":"Allow Fullscreen","chkLoop":"লà§à¦ª","chkMenu":"ফà§à¦²à§à¦¯à¦¾à¦¶ মà§à¦¨à§ à¦à¦¨à¦¾à¦¬à¦² à¦à¦°","chkPlay":"ঠà¦à§ পà§à¦²à§","flashvars":"Variables for Flash","hSpace":"হরাà¦à¦à¦¨à§à¦à¦¾à¦² সà§à¦ªà§à¦¸","properties":"ফà§à¦²à¦¾à¦¶ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","propertiesTab":"Properties","quality":"Quality","qualityAutoHigh":"Auto High","qualityAutoLow":"Auto Low","qualityBest":"Best","qualityHigh":"High","qualityLow":"Low","qualityMedium":"Medium","scale":"সà§à¦à§à¦²","scaleAll":"সব দà§à¦à¦¾à¦","scaleFit":"নিà¦à§à¦à¦¤ ফিà¦","scaleNoBorder":"à¦à§à¦¨à§ বরà§à¦¡à¦¾à¦° নà§à¦","title":"ফà§à¦²à§à¦¯à¦¾à¦¶ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","vSpace":"à¦à¦¾à¦°à§à¦à¦¿à¦à§à¦² সà§à¦ªà§à¦¸","validateHSpace":"HSpace must be a number.","validateSrc":"ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ URL লিà¦à¦ à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨","validateVSpace":"VSpace must be a number.","windowMode":"Window mode","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Window"},"font":{"fontSize":{"label":"সাà¦à¦","voiceLabel":"Font Size","panelTitle":"সাà¦à¦"},"label":"ফনà§à¦","panelTitle":"ফনà§à¦","voiceLabel":"ফনà§à¦"},"forms":{"button":{"title":"বাà¦à¦¨ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","text":"à¦à§à¦à§à¦¸à¦ (à¦à§à¦¯à¦¾à¦²à§)","type":"পà§à¦°à¦à¦¾à¦°","typeBtn":"Button","typeSbm":"Submit","typeRst":"Reset"},"checkboxAndRadio":{"checkboxTitle":"à¦à§à¦ বà¦à§à¦¸ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","radioTitle":"রà§à¦¡à¦¿à¦ বাà¦à¦¨ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","value":"à¦à§à¦¯à¦¾à¦²à§","selected":"সিলà§à¦à§à¦à§à¦¡"},"form":{"title":"ফরà§à¦® পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","menu":"ফরà§à¦® পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","action":"à¦à¦à¦¶à§à¦¯à¦¨","method":"পদà§à¦§à¦¤à¦¿","encoding":"Encoding"},"hidden":{"title":"à¦à§à¦ªà§à¦¤ ফà§à¦²à§à¦¡ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","name":"নাম","value":"à¦à§à¦¯à¦¾à¦²à§"},"select":{"title":"বাà¦à¦¾à¦ ফà§à¦²à§à¦¡ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","selectInfo":"তথà§à¦¯","opAvail":"ঠনà§à¦¯à¦¾à¦¨à§à¦¯ বিà¦à¦²à§à¦ª","value":"à¦à§à¦¯à¦¾à¦²à§","size":"সাà¦à¦","lines":"লাà¦à¦¨ সমà§à¦¹","chkMulti":"à¦à¦à¦¾à¦§à¦¿à¦ সিলà§à¦à¦¶à¦¨ à¦à¦²à¦¾à¦ à¦à¦°","opText":"à¦à§à¦à§à¦¸à¦","opValue":"à¦à§à¦¯à¦¾à¦²à§","btnAdd":"যà§à¦à§à¦¤","btnModify":"বদলৠদাà¦","btnUp":"à¦à¦ªà¦°","btnDown":"নà§à¦à§","btnSetValue":"বাà¦à¦¾à¦ à¦à¦°à¦¾ à¦à§à¦¯à¦¾à¦²à§ হিসà§à¦¬à§ সà§à¦ à¦à¦°","btnDelete":"ডিলà§à¦"},"textarea":{"title":"à¦à§à¦à§à¦¸à¦ à¦à¦°à¦¿à§à¦¾ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","cols":"à¦à¦²à¦¾à¦®","rows":"রà§"},"textfield":{"title":"à¦à§à¦à§à¦¸à¦ ফà§à¦²à§à¦¡ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","name":"নাম","value":"à¦à§à¦¯à¦¾à¦²à§","charWidth":"à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° পà§à¦°à¦¶à¦¸à§à¦¤à¦¤à¦¾","maxChars":"সরà§à¦¬à¦¾à¦§à¦¿à¦ à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦°","type":"à¦à¦¾à¦à¦ª","typeText":"à¦à§à¦à§à¦¸à¦","typePass":"পাসà¦à§à¦¾à¦°à§à¦¡","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"format":{"label":"ফনà§à¦ ফরমà§à¦","panelTitle":"ফনà§à¦ ফরমà§à¦","tag_address":"ঠিà¦à¦¾à¦¨à¦¾","tag_div":"শà§à¦°à§à¦·à¦ (DIV)","tag_h1":"শà§à¦°à§à¦·à¦ ১","tag_h2":"শà§à¦°à§à¦·à¦ ২","tag_h3":"শà§à¦°à§à¦·à¦ ৩","tag_h4":"শà§à¦°à§à¦·à¦ ৪","tag_h5":"শà§à¦°à§à¦·à¦ ৫","tag_h6":"শà§à¦°à§à¦·à¦ ৬","tag_p":"সাধারণ","tag_pre":"ফরà§à¦®à§à¦à§à¦¡"},"horizontalrule":{"toolbar":"রà§à¦à¦¾ যà§à¦à§à¦¤ à¦à¦°"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"image":{"alertUrl":"ঠনà§à¦à§à¦°à¦¹à¦ à¦à¦°à§ à¦à¦¬à¦¿à¦° URL à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨","alt":"বিà¦à¦²à§à¦ª à¦à§à¦à§à¦¸à¦","border":"বরà§à¦¡à¦¾à¦°","btnUpload":"à¦à¦¹à¦¾à¦à§ সারà§à¦à¦¾à¦°à§ পà§à¦°à§à¦°à¦¨ à¦à¦°","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"হরাà¦à¦à¦¨à§à¦à¦¾à¦² সà§à¦ªà§à¦¸","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"à¦à¦¬à¦¿à¦° তথà§à¦¯","linkTab":"লিà¦à¦","lockRatio":"ঠনà§à¦ªà¦¾à¦¤ লঠà¦à¦°","menu":"à¦à¦¬à¦¿à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","resetSize":"সাà¦à¦ পà§à¦°à§à¦¬à¦¾à¦¬à¦¸à§à¦¥à¦¾à§ ফিরিà§à§ দাà¦","title":"à¦à¦¬à¦¿à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","titleButton":"à¦à¦¬à¦¿ বাà¦à¦¨ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","upload":"à¦à¦ªà¦²à§à¦¡","urlMissing":"Image source URL is missing.","vSpace":"à¦à¦¾à¦°à§à¦à¦¿à¦à§à¦² সà§à¦ªà§à¦¸","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"indent":{"indent":"à¦à¦¨à¦¡à§à¦¨à§à¦ বাà§à¦¾à¦","outdent":"à¦à¦¨à¦¡à§à¦¨à§à¦ à¦à¦®à¦¾à¦"},"smiley":{"options":"Smiley Options","title":"সà§à¦®à¦¾à¦à¦²à§ যà§à¦à§à¦¤ à¦à¦°","toolbar":"সà§à¦®à¦¾à¦à¦²à§"},"justify":{"block":"বà§à¦²à¦ à¦à¦¾à¦¸à§à¦à¦¿à¦«à¦¾à¦","center":"মাঠবরাবর à¦à§à¦·à¦¾","left":"বা দিà¦à§ à¦à§à¦à¦·à¦¾","right":"ডান দিà¦à§ à¦à§à¦à¦·à¦¾"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"à¦à¦à§à¦¸à§à¦¸ à¦à§","advanced":"à¦à¦¡à¦à¦¾à¦¨à§à¦¸à¦¡","advisoryContentType":"পরামরà§à¦¶ à¦à¦¨à§à¦à§à¦¨à§à¦à§à¦° পà§à¦°à¦à¦¾à¦°","advisoryTitle":"পরামরà§à¦¶ শà§à¦°à§à¦·à¦","anchor":{"toolbar":"নà§à¦à§à¦à¦°","menu":"নà§à¦à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","title":"নà§à¦à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","name":"নà§à¦à¦°à§à¦° নাম","errorName":"নà§à¦à¦°à§à¦° নাম à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨","remove":"Remove Anchor"},"anchorId":"নà§à¦à¦°à§à¦° à¦à¦à¦¡à¦¿ দিà§à§","anchorName":"নà§à¦à¦°à§à¦° নাম দিà§à§","charset":"লিà¦à¦ রিসà§à¦°à§à¦¸ à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦° সà§à¦","cssClasses":"সà§à¦à¦¾à¦à¦²-শà§à¦ à¦à§à¦²à¦¾à¦¸","emailAddress":"à¦à¦®à§à¦à¦² ঠিà¦à¦¾à¦¨à¦¾","emailBody":"মà§à¦¸à§à¦à§à¦° দà§à¦¹","emailSubject":"মà§à¦¸à§à¦à§à¦° বিষà§","id":"à¦à¦à¦¡à¦¿","info":"লিà¦à¦ তথà§à¦¯","langCode":"à¦à¦¾à¦·à¦¾ লà§à¦à¦¾à¦° দিà¦","langDir":"à¦à¦¾à¦·à¦¾ লà§à¦à¦¾à¦° দিà¦","langDirLTR":"বাম থà§à¦à§ ডান (LTR)","langDirRTL":"ডান থà§à¦à§ বাম (RTL)","menu":"লিà¦à¦ সমà§à¦ªà¦¾à¦¦à¦¨","name":"নাম","noAnchors":"(No anchors available in the document)","noEmail":"ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ à¦à¦®à§à¦à¦² à¦à¦¡à§à¦°à§à¦¸ à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨","noUrl":"ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ URL লিà¦à¦ à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨","other":"<other>","popupDependent":"ডিপà§à¦¨à§à¦¡à§à¦¨à§à¦ (Netscape)","popupFeatures":"পপà¦à¦ª à¦à¦à¦¨à§à¦¡à§ ফà§à¦à¦¾à¦° সমà§à¦¹","popupFullScreen":"পà§à¦°à§à¦£ পরà§à¦¦à¦¾ à¦à§à§à§ (IE)","popupLeft":"বামà§à¦° পà¦à¦¿à¦¶à¦¨","popupLocationBar":"লà§à¦à§à¦¶à¦¨ বার","popupMenuBar":"মà§à¦¨à§à¦¯à§ বার","popupResizable":"Resizable","popupScrollBars":"সà§à¦à§à¦°à¦² বার","popupStatusBar":"সà§à¦à§à¦¯à¦¾à¦à¦¾à¦¸ বার","popupToolbar":"à¦à§à¦² বার","popupTop":"ডানà§à¦° পà¦à¦¿à¦¶à¦¨","rel":"Relationship","selectAnchor":"নà§à¦à¦° বাà¦à¦¾à¦","styles":"সà§à¦à¦¾à¦à¦²","tabIndex":"à¦à§à¦¯à¦¾à¦¬ à¦à¦¨à§à¦¡à§à¦à§à¦¸","target":"à¦à¦¾à¦°à§à¦à§à¦","targetFrame":"<ফà§à¦°à§à¦®>","targetFrameName":"à¦à¦¾à¦°à§à¦à§à¦ ফà§à¦°à§à¦®à§à¦° নাম","targetPopup":"<পপà¦à¦ª à¦à¦à¦¨à§à¦¡à§>","targetPopupName":"পপà¦à¦ª à¦à¦à¦¨à§à¦¡à§à¦° নাম","title":"লিà¦à¦","toAnchor":"à¦à¦ পà§à¦à§ নà§à¦à¦° à¦à¦°","toEmail":"à¦à¦®à§à¦à¦²","toUrl":"URL","toolbar":"লিà¦à¦ যà§à¦à§à¦¤ à¦à¦°","type":"লিà¦à¦ পà§à¦°à¦à¦¾à¦°","unlink":"লিà¦à¦ সরাà¦","upload":"à¦à¦ªà¦²à§à¦¡"},"list":{"bulletedlist":"বà§à¦²à§à¦ লিসà§à¦ লà§à¦¬à§à¦²","numberedlist":"সাà¦à¦à§à¦¯à¦¿à¦ লিসà§à¦à§à¦° লà§à¦¬à§à¦²"},"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":"নতà§à¦¨ পà§à¦"},"pagebreak":{"alt":"Page Break","toolbar":"পà§à¦ বà§à¦°à§à¦"},"pastetext":{"button":"সাদা à¦à§à¦à§à¦¸à¦ হিসà§à¦¬à§ পà§à¦¸à§à¦ à¦à¦°","title":"সাদা à¦à§à¦à§à¦¸à¦ হিসà§à¦¬à§ পà§à¦¸à§à¦ à¦à¦°"},"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":"পà§à¦¸à§à¦ (শবà§à¦¦)","toolbar":"পà§à¦¸à§à¦ (শবà§à¦¦)"},"preview":{"preview":"পà§à¦°à¦¿à¦à¦¿à¦"},"print":{"toolbar":"পà§à¦°à¦¿à¦¨à§à¦"},"removeformat":{"toolbar":"ফরমà§à¦ সরাà¦"},"save":{"toolbar":"সà¦à¦°à¦à§à¦·à¦¨ à¦à¦°"},"selectall":{"toolbar":"সব সিলà§à¦à§à¦ à¦à¦°"},"showblocks":{"toolbar":"Show Blocks"},"sourcearea":{"toolbar":"সà§à¦°à§à¦¸"},"specialchar":{"options":"Special Character Options","title":"বিশà§à¦· à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° বাà¦à¦¾à¦ à¦à¦°","toolbar":"বিশà§à¦· ঠà¦à§à¦·à¦° যà§à¦à§à¦¤ à¦à¦°"},"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":"সà§à¦à¦¾à¦à¦²","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"table":{"border":"বরà§à¦¡à¦¾à¦° সাà¦à¦","caption":"শà§à¦°à§à¦·à¦","cell":{"menu":"সà§à¦²","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"সà§à¦² মà§à¦à§ দাà¦","merge":"সà§à¦² à¦à§à§à¦¾ দাà¦","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":"সà§à¦² পà§à¦¯à¦¾à¦¡à¦¿à¦","cellSpace":"সà§à¦² সà§à¦ªà§à¦¸","column":{"menu":"à¦à¦²à¦¾à¦®","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"à¦à¦²à¦¾à¦® মà§à¦à§ দাà¦"},"columns":"à¦à¦²à¦¾à¦®","deleteTable":"à¦à§à¦¬à¦¿à¦² ডিলà§à¦ à¦à¦°","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":"à¦à§à¦¬à¦¿à¦² পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","row":{"menu":"রà§","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"রৠমà§à¦à§ দাà¦"},"rows":"রà§","summary":"সারাà¦à¦¶","title":"à¦à§à¦¬à¦¿à¦² পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","toolbar":"à¦à§à¦¬à¦¿à¦²à§à¦° লà§à¦¬à§à¦² যà§à¦à§à¦¤ à¦à¦°","widthPc":"শতà¦à¦°à¦¾","widthPx":"পিà¦à§à¦¸à§à¦²","widthUnit":"width unit"},"undo":{"redo":"রি-ডà§","undo":"à¦à¦¨à¦¡à§"},"wsc":{"btnIgnore":"à¦à¦à¦¨à§à¦° à¦à¦°","btnIgnoreAll":"সব à¦à¦à¦¨à§à¦° à¦à¦°","btnReplace":"বদলৠদাà¦","btnReplaceAll":"সব বদলৠদাà¦","btnUndo":"à¦à¦¨à§à¦¡à§","changeTo":"à¦à¦¤à§ বদলাà¦","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"বানান পরà§à¦à§à¦·à¦ à¦à¦¨à¦¸à§à¦à¦² à¦à¦°à¦¾ নà§à¦à¥¤ à¦à¦ªà¦¨à¦¿ à¦à¦¿ à¦à¦à¦¨à¦ à¦à¦à¦¾ ডাà¦à¦¨à¦²à§à¦¡ à¦à¦°à¦¤à§ à¦à¦¾à¦¨?","manyChanges":"বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: %1 à¦à§à¦²à§ শবà§à¦¦ বদলৠà¦à§à¦¯à¦¾à¦à§","noChanges":"বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: à¦à§à¦¨ শবà§à¦¦ পরিবরà§à¦¤à¦¨ à¦à¦°à¦¾ হà§à¦¨à¦¿","noMispell":"বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: à¦à§à¦¨ à¦à§à¦² বানান পাà¦à§à¦¾ যাà§à¦¨à¦¿","noSuggestions":"- à¦à§à¦¨ সাà¦à§à¦¶à¦¨ নà§à¦ -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"শবà§à¦¦à¦à§à¦·à§ নà§à¦","oneChange":"বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: à¦à¦à¦à¦¿ মাতà§à¦° শবà§à¦¦ পরিবরà§à¦¤à¦¨ à¦à¦°à¦¾ হà§à§à¦à§","progress":"বানান পরà§à¦à§à¦·à¦¾ à¦à¦²à¦à§...","title":"Spell Check","toolbar":"বানান à¦à§à¦"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/bs.js b/skins/ckeditor/lang/bs.js index c443757..c20b446 100644 --- a/skins/ckeditor/lang/bs.js +++ b/skins/ckeditor/lang/bs.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.bs={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'HTML kôd',newPage:'Novi dokument',save:'Snimi',preview:'Prikaži',cut:'Izreži',copy:'Kopiraj',paste:'Zalijepi',print:'Å tampaj',underline:'Podvuci',bold:'Boldiraj',italic:'Ukosi',selectAll:'Selektuj sve',removeFormat:'PoniÅ¡ti format',strike:'Precrtaj',subscript:'Subscript',superscript:'Superscript',horizontalrule:'Ubaci horizontalnu liniju',pagebreak:'Insert Page Break for Printing',pagebreakAlt:'Page Break',unlink:'IzbriÅ¡i link',undo:'Vrati',redo:'Ponovi',common:{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:'Preview',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'Å irina',height:'Visina',align:'Poravnanje',alignLeft:'Lijevo',alignRight:'Desno',alignCenter:'Centar',alignTop:'Vrh',alignMiddle:'Sredina',alignBottom:'Dno',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Ubaci specijalni karater',title:'Izaberi specijalni karakter',options:'Special Character Options'},link:{toolbar:'Ubaci/Izmjeni link',other:'<other>',menu:'Izmjeni link',title:'Link',info:'Link info',target:'Prozor',upload:'Å alji',advanced:'Naprednije',type:'Tip linka',toUrl:'URL',toAnchor:'Sidro na ovoj stranici',toEmail:'E-Mail',targetFrame:'<frejm>',targetPopup:'<popup prozor>',targetFrameName:'Target Frame Name',targetPopupName:'Naziv popup prozora',popupFeatures:'Moguænosti popup prozora',popupResizable:'Resizable',popupStatusBar:'Statusna traka',popupLocationBar:'Traka za lokaciju',popupToolbar:'Traka sa alatima',popupMenuBar:'Izborna traka',popupFullScreen:'Cijeli ekran (IE)',popupScrollBars:'Scroll traka',popupDependent:'Ovisno (Netscape)',popupLeft:'Lijeva pozicija',popupTop:'Gornja pozicija',id:'Id',langDir:'Smjer pisanja',langDirLTR:'S lijeva na desno (LTR)',langDirRTL:'S desna na lijevo (RTL)',acccessKey:'Pristupna tipka',name:'Naziv',langCode:'Smjer pisanja',tabIndex:'Tab indeks',advisoryTitle:'Advisory title',advisoryContentType:'Advisory vrsta sadržaja',cssClasses:'Klase CSS stilova',charset:'Linked Resource Charset',styles:'Stil',rel:'Relationship',selectAnchor:'Izaberi sidro',anchorName:'Po nazivu sidra',anchorId:'Po Id-u elementa',emailAddress:'E-Mail Adresa',emailSubject:'Subjekt poruke',emailBody:'Poruka',noAnchors:'(Nema dostupnih sidra na stranici)',noUrl:'Molimo ukucajte URL link',noEmail:'Molimo ukucajte e-mail adresu'},anchor:{toolbar:'Anchor',menu:'Edit Anchor',title:'Anchor Properties',name:'Anchor Name',errorName:'Please type the anchor name',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'Naði',replace:'Zamjeni',findWhat:'Naði Å¡ta:',replaceWith:'Zamjeni sa:',notFoundMsg:'Traženi tekst nije pronaðen.',matchCase:'Uporeðuj velika/mala slova',matchWord:'Uporeðuj samo cijelu rijeè',matchCyclic:'Match cyclic',replaceAll:'Zamjeni sve',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Tabela',title:'Svojstva tabele',menu:'Svojstva tabele',deleteTable:'Delete Table',rows:'Redova',columns:'Kolona',border:'Okvir',widthPx:'piksela',widthPc:'posto',widthUnit:'width unit',cellSpace:'Razmak æelija',cellPad:'Uvod æelija',caption:'Naslov',summary:'Summary',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',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:'Choose'},row:{menu:'Row',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'BriÅ¡i redove'},column:{menu:'Column',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'BriÅ¡i kolone'}},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'},form:{title:'Form Properties',menu:'Form Properties',action:'Action',method:'Method',encoding:'Encoding'},select:{title:'Selection Field Properties',selectInfo:'Select Info',opAvail:'Available Options',value:'Value',size:'Size',lines:'lines',chkMulti:'Allow multiple selections',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',type:'Type',typeText:'Text',typePass:'Password'},hidden:{title:'Hidden Field Properties',name:'Name',value:'Value'},image:{title:'Svojstva slike',titleButton:'Image Button Properties',menu:'Svojstva slike',infoTab:'Info slike',btnUpload:'Å alji na server',upload:'Å alji',alt:'Tekst na slici',lockRatio:'Zakljuèaj odnos',resetSize:'Resetuj dimenzije',border:'Okvir',hSpace:'HSpace',vSpace:'VSpace',alertUrl:'Molimo ukucajte URL od slike.',linkTab:'Link',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Flash Properties',propertiesTab:'Properties',title:'Flash Properties',chkPlay:'Auto Play',chkLoop:'Loop',chkMenu:'Enable Flash Menu',chkFull:'Allow Fullscreen',scale:'Scale',scaleAll:'Show all',scaleNoBorder:'No Border',scaleFit:'Exact Fit',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs dole',alignAbsMiddle:'Abs sredina',alignBaseline:'Bazno',alignTextTop:'Vrh teksta',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Boja pozadine',hSpace:'HSpace',vSpace:'VSpace',validateSrc:'Molimo ukucajte URL link',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Check Spelling',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Not in dictionary',changeTo:'Change to',btnIgnore:'Ignore',btnIgnoreAll:'Ignore All',btnReplace:'Replace',btnReplaceAll:'Replace All',btnUndo:'Undo',noSuggestions:'- No suggestions -',progress:'Spell check in progress...',noMispell:'Spell check complete: No misspellings found',noChanges:'Spell check complete: No words changed',oneChange:'Spell check complete: One word changed',manyChanges:'Spell check complete: %1 words changed',ieSpellDownload:'Spell checker not installed. Do you want to download it now?'},smiley:{toolbar:'SmjeÅ¡ko',title:'Ubaci smjeÅ¡ka',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Numerisana lista',bulletedlist:'Lista',indent:'Poveæaj uvod',outdent:'Smanji uvod',justify:{left:'Lijevo poravnanje',center:'Centralno poravnanje',right:'Desno poravnanje',block:'Puno poravnanje'},blockquote:'Block Quote',clipboard:{title:'Zalijepi',cutError:'Sigurnosne postavke vaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+X).',copyError:'Sigurnosne postavke VaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+C).',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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Zalijepi iz Word-a',title:'Zalijepi iz Word-a',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Zalijepi kao obièan tekst',title:'Zalijepi kao obièan tekst'},templates:{button:'Templates',title:'Content Templates',options:'Template Options',insertOption:'Replace actual contents',selectPromptMsg:'Please select the template to open in the editor',emptyListMsg:'(No templates defined)'},showBlocks:'Show Blocks',stylesCombo:{label:'Stil',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Format',panelTitle:'Format',tag_p:'Normal',tag_pre:'Formatted',tag_address:'Address',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_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Font',voiceLabel:'Font',panelTitle:'Font'},fontSize:{label:'Velièina',voiceLabel:'Font Size',panelTitle:'Velièina'},colorButton:{textColorTitle:'Boja teksta',bgColorTitle:'Boja pozadine',panelTitle:'Colors',auto:'Automatska',more:'ViÅ¡e boja...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Document Properties',title:'Document Properties',design:'Design',meta:'Meta Tags',chooseColor:'Choose',other:'Other...',docTitle:'Page Title',charset:'Character Set Encoding',charsetOther:'Other Character Set Encoding',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'Document Type Heading',docTypeOther:'Other Document Type Heading',xhtmlDec:'Include XHTML Declarations',bgColor:'Background Color',bgImage:'Background Image URL',bgFixed:'Non-scrolling (Fixed) Background',txtColor:'Text Color',margin:'Page Margins',marginTop:'Top',marginLeft:'Left',marginRight:'Right',marginBottom:'Bottom',metaKeywords:'Document Indexing Keywords (comma separated)',metaDescription:'Document Description',metaAuthor:'Author',metaCopyright:'Copyright',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +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"},"bidi":{"ltr":"Text direction from left to right","rtl":"Text direction from right to left"},"blockquote":{"toolbar":"Block Quote"},"clipboard":{"copy":"Kopiraj","copyError":"Sigurnosne postavke VaÅ¡eg pretraživaèa ne dozvoljavaju 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"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatska","bgColorTitle":"Boja pozadine","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":"ViÅ¡e boja...","panelTitle":"Colors","textColorTitle":"Boja teksta"},"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"},"contextmenu":{"options":"Context Menu Options"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Advisory title","cssClassInputLabel":"Klase CSS stilova","edit":"Edit Div","inlineStyleInputLabel":"Inline Style","langDirLTRLabel":"S lijeva na desno (LTR)","langDirLabel":"Smjer pisanja","langDirRTLLabel":"S desna na lijevo (RTL)","languageCodeInputLabel":" Language Code","remove":"Remove Div","styleSelectLabel":"Stil","title":"Create Div Container","toolbar":"Create Div Container"},"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"},"find":{"find":"Naði","findOptions":"Find Options","findWhat":"Naði Å¡ta:","matchCase":"Uporeðuj velika/mala slova","matchCyclic":"Match cyclic","matchWord":"Uporeðuj samo cijelu rijeè","notFoundMsg":"Traženi tekst nije pronaðen.","replace":"Zamjeni","replaceAll":"Zamjeni sve","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"Zamjeni sa:","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 dole","alignAbsMiddle":"Abs sredina","alignBaseline":"Bazno","alignTextTop":"Vrh teksta","bgcolor":"Boja pozadine","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":"Molimo ukucajte URL link","validateVSpace":"VSpace must be a number.","windowMode":"Window mode","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Window"},"font":{"fontSize":{"label":"Velièina","voiceLabel":"Font Size","panelTitle":"Velièina"},"label":"Font","panelTitle":"Font","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"},"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","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","type":"Type","typeText":"Text","typePass":"Password","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"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"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"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","validateBorder":"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"},"smiley":{"options":"Smiley Options","title":"Ubaci smjeÅ¡ka","toolbar":"SmjeÅ¡ko"},"justify":{"block":"Puno poravnanje","center":"Centralno poravnanje","left":"Lijevo poravnanje","right":"Desno poravnanje"},"language":{"button":"Set language","remove":"Remove language"},"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"},"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":"Novi dokument"},"pagebreak":{"alt":"Page Break","toolbar":"Insert Page Break for Printing"},"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"},"preview":{"preview":"Prikaži"},"print":{"toolbar":"Å tampaj"},"removeformat":{"toolbar":"PoniÅ¡ti format"},"save":{"toolbar":"Snimi"},"selectall":{"toolbar":"Selektuj sve"},"showblocks":{"toolbar":"Show Blocks"},"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 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":"Stil","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":"Choose"},"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 diff --git a/skins/ckeditor/lang/ca.js b/skins/ckeditor/lang/ca.js index a8e934b..64df0f0 100644 --- a/skins/ckeditor/lang/ca.js +++ b/skins/ckeditor/lang/ca.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.ca={dir:'ltr',editorTitle:'Editor de text enriquit, %1, prem ALT 0 per obtenir ajuda.',toolbars:'Editor toolbars',editor:'Editor de text enriquit',source:'Codi font',newPage:'Nova pà gina',save:'Desa',preview:'Visualització prèvia',cut:'Retalla',copy:'Copia',paste:'Enganxa',print:'Imprimeix',underline:'Subratllat',bold:'Negreta',italic:'Cursiva',selectAll:'Selecciona-ho tot',removeFormat:'Elimina Format',strike:'Barrat',subscript:'SubÃndex',superscript:'SuperÃndex',horizontalrule:'Insereix lÃnia horitzontal',pagebreak:'Insereix salt de pà gina',pagebreakAlt:'Salt de pà gina',unlink:"Elimina l'enllaç",undo:'Desfés',redo:'Refés',common:{browseServer:'Veure servidor',url:'URL',protocol:'Protocol',upload:'Puja',uploadSubmit:'Envia-la al servidor',image:'Imatge',flash:'Flash',form:'Formulari',checkbox:'Casella de verificació',radio:"Botó d'opció",textField:'Camp de text',textarea:'Ãrea de text',hiddenField:'Camp ocult',button:'Botó',select:'Camp de selecció',imageButton:"Botó d'imatge",notSet:'<no definit>',id:'Id',name:'Nom',langDir:"Direcció de l'idioma",langDirLtr:"D'esquerra a dreta (LTR)",langDirRtl:'De dreta a esquerra (RTL)',langCode:"Codi d'idioma",longDescr:'Descripció llarga de la URL',cssClass:"Classes del full d'estil",advisoryTitle:'TÃtol consultiu',cssStyle:'Estil',ok:"D'acord",cancel:'Cancel·la',close:'Tanca',preview:'Previsualitza',generalTab:'General',advancedTab:'Avançat',validateNumberFailed:'Aquest valor no és un número.',confirmNewPage:'Els canvis en aquest contingut que no es desin es perdran. Esteu segur que voleu carregar una pà gina nova?',confirmCancel:"Algunes opcions s'han canviat. Esteu segur que voleu tancar la finestra de dià leg?",options:'Opcions',target:'DestÃ',targetNew:'Nova finestra (_blank)',targetTop:'Finestra major (_top)',targetSelf:'Mateixa finestra (_self)',targetParent:'Finestra pare (_parent)',langDirLTR:"D'esquerra a dreta (LTR)",langDirRTL:'De dreta a esquerra (RTL)',styles:'Estil',cssClasses:"Classes del full d'estil",width:'Amplada',height:'Alçada',align:'Alineació',alignLeft:"Ajusta a l'esquerra",alignRight:'Ajusta a la dreta',alignCenter:'Centre',alignTop:'Superior',alignMiddle:'Centre',alignBottom:'Inferior',invalidHeight:"L'alçada ha de ser un nombre.",invalidWidth:"L'amplada ha de ser un nombre.",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 %).',unavailable:'%1<span class="cke_accessibility">, no disponible</span>'},contextmenu:{options:'Opcions del menú contextual'},specialChar:{toolbar:'Insereix carà cter especial',title:'Selecciona el carà cter especial',options:'Opcions de carà cters especials'},link:{toolbar:'Insereix/Edita enllaç',other:'<altre>',menu:"Edita l'enllaç",title:'Enllaç',info:"Informació de l'enllaç",target:'DestÃ',upload:'Puja',advanced:'Avançat',type:"Tipus d'enllaç",toUrl:'URL',toAnchor:'Ãncora en aquesta pà gina',toEmail:'Correu electrònic',targetFrame:'<marc>',targetPopup:'<finestra emergent>',targetFrameName:'Nom del marc de destÃ',targetPopupName:'Nom finestra popup',popupFeatures:'CaracterÃstiques finestra popup',popupResizable:'Redimensionable',popupStatusBar:"Barra d'estat",popupLocationBar:"Barra d'adreça",popupToolbar:"Barra d'eines",popupMenuBar:'Barra de menú',popupFullScreen:'Pantalla completa (IE)',popupScrollBars:"Barres d'scroll",popupDependent:'Depenent (Netscape)',popupLeft:'Posició esquerra',popupTop:'Posició dalt',id:'Id',langDir:"Direcció de l'idioma",langDirLTR:"D'esquerra a dreta (LTR)",langDirRTL:'De dreta a esquerra (RTL)',acccessKey:"Clau d'accés",name:'Nom',langCode:"Direcció de l'idioma",tabIndex:'Index de Tab',advisoryTitle:'TÃtol consultiu',advisoryContentType:'Tipus de contingut consultiu',cssClasses:"Classes del full d'estil",charset:'Conjunt de carà cters font enllaçat',styles:'Estil',rel:'Relationship',selectAnchor:'Selecciona una à ncora',anchorName:"Per nom d'à ncora",anchorId:"Per Id d'element",emailAddress:'Adreça de correu electrònic',emailSubject:'Assumpte del missatge',emailBody:'Cos del missatge',noAnchors:'(No hi ha à ncores disponibles en aquest document)',noUrl:"Si us plau, escrigui l'enllaç URL",noEmail:"Si us plau, escrigui l'adreça correu electrònic"},anchor:{toolbar:'Insereix/Edita à ncora',menu:"Propietats de l'à ncora",title:"Propietats de l'à ncora",name:"Nom de l'à ncora",errorName:"Si us plau, escriviu el nom de l'ancora",remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Cerca i reemplaça',find:'Cerca',replace:'Reemplaça',findWhat:'Cerca:',replaceWith:'Remplaça amb:',notFoundMsg:"El text especificat no s'ha trobat.",matchCase:'Distingeix majúscules/minúscules',matchWord:'Només paraules completes',matchCyclic:'Match cyclic',replaceAll:'Reemplaça-ho tot',replaceSuccessMsg:'%1 ocurrència/es reemplaçada/es.'},table:{toolbar:'Taula',title:'Propietats de la taula',menu:'Propietats de la taula',deleteTable:'Suprimeix la taula',rows:'Files',columns:'Columnes',border:'Mida vora',widthPx:'pÃxels',widthPc:'percentatge',widthUnit:"unitat d'amplada",cellSpace:'Espaiat de cel·les',cellPad:'Encoixinament de cel·les',caption:'TÃtol',summary:'Resum',headers:'Capçaleres',headersNone:'Cap',headersColumn:'Primera columna',headersRow:'Primera fila',headersBoth:'Ambdues',invalidRows:'El nombre de files ha de ser un nombre major que 0.',invalidCols:'El nombre de columnes ha de ser un nombre major que 0.',invalidBorder:'El gruix de la vora ha de ser un nombre.',invalidWidth:"L'amplada de la taula ha de ser un nombre.",invalidHeight:"L'alçada de la taula ha de ser un nombre.",invalidCellSpacing:"L'espaiat de cel·la ha de ser un nombre.",invalidCellPadding:"L'encoixinament de cel·la ha de ser un nombre.",cell:{menu:'Cel·la',insertBefore:'Insereix abans',insertAfter:'Insereix després',deleteCell:'Suprimeix',merge:'Fusiona',mergeRight:'Fusiona a la dreta',mergeDown:'Fusiona avall',splitHorizontal:'Divideix horitzontalment',splitVertical:'Divideix verticalment',title:'Propietats de la cel·la',cellType:'Tipus de cel·la',rowSpan:'Expansió de files',colSpan:'Expansió de columnes',wordWrap:'Ajustar al contingut',hAlign:'Alineació Horizontal',vAlign:'Alineació Vertical',alignBaseline:'A la lÃnia base',bgColor:'Color de fons',borderColor:'Color de la vora',data:'Dades',header:'Capçalera',yes:'SÃ',no:'No',invalidWidth:"L'amplada de cel·la ha de ser un nombre.",invalidHeight:"L'alçada de cel·la ha de ser un nombre.",invalidRowSpan:"L'expansió de files ha de ser un nombre enter.",invalidColSpan:"L'expansió de columnes ha de ser un nombre enter.",chooseColor:'Trieu'},row:{menu:'Fila',insertBefore:'Insereix fila abans de',insertAfter:'Insereix fila darrera',deleteRow:'Suprimeix una fila'},column:{menu:'Columna',insertBefore:'Insereix columna abans de',insertAfter:'Insereix columna darrera',deleteColumn:'Suprimeix una columna'}},button:{title:'Propietats del botó',text:'Text (Valor)',type:'Tipus',typeBtn:'Botó',typeSbm:'Transmet formulari',typeRst:'Reinicia formulari'},checkboxAndRadio:{checkboxTitle:'Propietats de la casella de verificació',radioTitle:"Propietats del botó d'opció",value:'Valor',selected:'Seleccionat'},form:{title:'Propietats del formulari',menu:'Propietats del formulari',action:'Acció',method:'Mètode',encoding:'Codificació'},select:{title:'Propietats del camp de selecció',selectInfo:'Info',opAvail:'Opcions disponibles',value:'Valor',size:'Mida',lines:'LÃnies',chkMulti:'Permet múltiples seleccions',opText:'Text',opValue:'Valor',btnAdd:'Afegeix',btnModify:'Modifica',btnUp:'Amunt',btnDown:'Avall',btnSetValue:'Selecciona per defecte',btnDelete:'Elimina'},textarea:{title:"Propietats de l'à rea de text",cols:'Columnes',rows:'Files'},textfield:{title:'Propietats del camp de text',name:'Nom',value:'Valor',charWidth:'Amplada',maxChars:'Nombre mà xim de carà cters',type:'Tipus',typeText:'Text',typePass:'Contrasenya'},hidden:{title:'Propietats del camp ocult',name:'Nom',value:'Valor'},image:{title:'Propietats de la imatge',titleButton:"Propietats del botó d'imatge",menu:'Propietats de la imatge',infoTab:'Informació de la imatge',btnUpload:'Envia-la al servidor',upload:'Puja',alt:'Text alternatiu',lockRatio:'Bloqueja les proporcions',resetSize:'Restaura la mida',border:'Vora',hSpace:'Espaiat horit.',vSpace:'Espaiat vert.',alertUrl:'Si us plau, escriviu la URL de la imatge',linkTab:'Enllaç',button2Img:"Voleu transformar el botó d'imatge seleccionat en una simple imatge?",img2Button:"Voleu transformar la imatge seleccionada en un botó d'imatge?",urlMissing:'Falta la URL de la imatge.',validateBorder:'La vora ha de ser un nombre enter.',validateHSpace:'HSpace ha de ser un nombre enter.',validateVSpace:'VSpace ha de ser un nombre enter.'},flash:{properties:'Propietats del Flash',propertiesTab:'Propietats',title:'Propietats del Flash',chkPlay:'Reprodució automà tica',chkLoop:'Bucle',chkMenu:'Habilita menú Flash',chkFull:'Permetre la pantalla completa',scale:'Escala',scaleAll:'Mostra-ho tot',scaleNoBorder:'Sense vores',scaleFit:'Mida exacta',access:'Accés a scripts',accessAlways:'Sempre',accessSameDomain:'El mateix domini',accessNever:'Mai',alignAbsBottom:'Abs Bottom',alignAbsMiddle:'Abs Middle',alignBaseline:'Baseline',alignTextTop:'Text Top',quality:'Qualitat',qualityBest:'La millor',qualityHigh:'Alta',qualityAutoHigh:'Alta automà tica',qualityMedium:'Mitjana',qualityAutoLow:'Baixa automà tica',qualityLow:'Baixa',windowModeWindow:'Finestra',windowModeOpaque:'Opaca',windowModeTransparent:'Transparent',windowMode:'Mode de la finestra',flashvars:'Variables de Flash',bgcolor:'Color de Fons',hSpace:'Espaiat horit.',vSpace:'Espaiat vert.',validateSrc:"Si us plau, escrigui l'enllaç URL",validateHSpace:"L'espaiat horitzonatal ha de ser un nombre.",validateVSpace:"L'espaiat vertical ha de ser un nombre."},spellCheck:{toolbar:"Revisa l'ortografia",title:"Comprova l'ortografia",notAvailable:'El servei no es troba disponible ara.',errorLoading:'Error carregant el servidor: %s.',notInDic:'No és al diccionari',changeTo:'Reemplaça amb',btnIgnore:'Ignora',btnIgnoreAll:'Ignora-les totes',btnReplace:'Canvia',btnReplaceAll:'Canvia-les totes',btnUndo:'Desfés',noSuggestions:'Cap suggeriment',progress:'Verificació ortogrà fica en curs...',noMispell:'Verificació ortogrà fica acabada: no hi ha cap paraula mal escrita',noChanges:"Verificació ortogrà fica: no s'ha canviat cap paraula",oneChange:"Verificació ortogrà fica: s'ha canviat una paraula",manyChanges:"Verificació ortogrà fica: s'han canviat %1 paraules",ieSpellDownload:'Verificació ortogrà fica no instal·lada. Voleu descarregar-ho ara?'},smiley:{toolbar:'Icona',title:'Insereix una icona',options:"Opcions d'emoticones"},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Llista numerada',bulletedlist:'Llista de pics',indent:'Augmenta el sagnat',outdent:'Redueix el sagnat',justify:{left:"Alinea a l'esquerra",center:'Centrat',right:'Alinea a la dreta',block:'Justificat'},blockquote:'Bloc de cita',clipboard:{title:'Enganxa',cutError:'La seguretat del vostre navegador no permet executar automà ticament les operacions de retallar. Si us plau, utilitzeu el teclat (Ctrl+X).',copyError:'La seguretat del vostre navegador no permet executar automà ticament les operacions de copiar. Si us plau, utilitzeu el teclat (Ctrl+C).',pasteMsg:'Si us plau, enganxeu dins del següent camp utilitzant el teclat (<STRONG>Ctrl+V</STRONG>) i premeu <STRONG>OK</STRONG>.',securityMsg:"A causa de la configuració de seguretat del vostre navegador, l'editor no pot accedir al porta-retalls directament. Enganxeu-ho un altre cop en aquesta finestra.",pasteArea:"Ãrea d'enganxat"},pastefromword:{confirmCleanup:'El text que voleu enganxar sembla provenir de Word. Voleu netejar aquest text abans que sigui enganxat?',toolbar:'Enganxa des del Word',title:'Enganxa des del Word',error:'No ha estat possible netejar les dades enganxades degut a un error intern'},pasteText:{button:'Enganxa com a text no formatat',title:'Enganxa com a text no formatat'},templates:{button:'Plantilles',title:'Plantilles de contingut',options:'Opcions de plantilla',insertOption:'Reemplaça el contingut actual',selectPromptMsg:"Seleccioneu una plantilla per usar a l'editor<br>(per defecte s'elimina el contingut actual):",emptyListMsg:'(No hi ha plantilles definides)'},showBlocks:'Mostra els blocs',stylesCombo:{label:'Estil',panelTitle:'Estils de format',panelTitle1:'Estils de bloc',panelTitle2:'Estils incrustats',panelTitle3:"Estils d'objecte"},format:{label:'Format',panelTitle:'Format',tag_p:'Normal',tag_pre:'Formatejat',tag_address:'Adreça',tag_h1:'Encapçalament 1',tag_h2:'Encapçalament 2',tag_h3:'Encapçalament 3',tag_h4:'Encapçalament 4',tag_h5:'Encapçalament 5',tag_h6:'Encapçalament 6',tag_div:'Normal (DIV)'},div:{title:'Crea un contenidor Div',toolbar:'Crea un contenidor Div',cssClassInputLabel:"Classes de la fulla d'estils",styleSelectLabel:'Estil',IdInputLabel:'Id',languageCodeInputLabel:" Codi d'idioma",inlineStyleInputLabel:'Estil en lÃnia',advisoryTitleInputLabel:'TÃtol de guia',langDirLabel:"Direcció de l'idioma",langDirLTRLabel:"D'esquerra a dreta (LTR)",langDirRTLLabel:'De dreta a esquerra (RTL)',edit:'Edita Div',remove:'Elimina Div'},iframe:{title:'Propietats IFrame',toolbar:'IFrame',noUrl:"Si us plau, introduïu la URL de l'iframe URL",scrolling:'Activa les barrres de desplaçament',border:'Mostra la vora del marc'},font:{label:'Tipus de lletra',voiceLabel:'Tipus de lletra',panelTitle:'Tipus de lletra'},fontSize:{label:'Mida',voiceLabel:'Mida de la lletra',panelTitle:'Mida'},colorButton:{textColorTitle:'Color de Text',bgColorTitle:'Color de Fons',panelTitle:'Colors',auto:'Automà tic',more:'Més colors...'},colors:{'000':'Negre',800000:'Granat','8B4513':'Marró sella','2F4F4F':'Gris pissarra fosca','008080':'Blau xarxet','000080':'Blau marÃ','4B0082':'Indi',696969:'Gris intens',B22222:'Maó',A52A2A:'Marró (web)',DAA520:'Solidago','006400':'Verd fosc','40E0D0':'Turquesa','0000CD':'Atzur',800080:'Lila',808080:'Gris',F00:'Vermell',FF8C00:'Taronja fosc',FFD700:'Or','008000':'Verd','0FF':'Cian','00F':'Blau',EE82EE:'Lavanda rosat',A9A9A9:'Gris clar',FFA07A:'Salmó clar',FFA500:'Taronja',FFFF00:'Groc','00FF00':'Verd llima',AFEEEE:'Blau pà lid',ADD8E6:'Blau clar',DDA0DD:'Pruna',D3D3D3:'Gris clar',FFF0F5:'Lavanda rosat',FAEBD7:'Blanc antic',FFFFE0:'Groc clar',F0FFF0:'Verd pà lid',F0FFFF:'Blau cel pà lid',F0F8FF:'Cian pà lid',E6E6FA:'Lavanda',FFF:'Blanc'},scayt:{title:'Spell Check As You Type',opera_title:"No és compatible amb l'Opera",enable:"Habilitat l'SCAYT",disable:'Deshabilita SCAYT',about:"Quant a l'SCAYT",toggle:"Commuta l'SCAYT",options:'Opcions',langs:'Idiomes',moreSuggestions:'Més suggerències',ignore:'Ignora',ignoreAll:"Ignora'ls tots",addWord:'Afegeix una paraula',emptyDic:"El nom del diccionari no hauria d'estar buit.",optionsTab:'Opcions',allCaps:'Ignora paraules en majúscules',ignoreDomainNames:'Ignora els noms de domini',mixedCase:'Ignora paraules amb majúscules i minúscules',mixedWithDigits:'Ignora paraules amb números ',languagesTab:'Idiomes',dictionariesTab:'Diccionaris',dic_field_name:'Nom del diccionari',dic_create:'Crea',dic_restore:'Restaura',dic_delete:'Elimina',dic_rename:'Canvia el nom',dic_info:"Inicialment el diccionari d'usuari s'emmagatzema en una galeta. De totes maneres, les galetes tenen la mida limitada. Quan el diccionari creix massa, llavors el diccionari es pot emmagatzemar al nostre servidor. Per desar el vostre diccionari personal al nostre servidor heu d.'especificar un nom pel diccionari. Si ja heu desat un diccionari, teclegeu si us plau el seu nom i cliqueu el botó de restauració.",aboutTab:'Quant a'},about:{title:'Quant al CKEditor',dlgTitle:'Quant al CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Per informació sobre llicències visiteu el web:',copy:'Copyright © $1. Tots els drets reservats.'},maximize:'Maximitza',minimize:'Minimitza',fakeobjects:{anchor:'Ãncora',flash:'Animació Flash',iframe:'IFrame',hiddenfield:'Camp ocult',unknown:'Objecte desconegut'},resize:'Arrossegueu per redimensionar',colordialog:{title:'Selecciona el color',options:'Opcions del color',highlight:'Destacat',selected:'Seleccionat',clear:'Neteja'},toolbarCollapse:"Redueix la barra d'eines",toolbarExpand:"Amplia la barra d'eines",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'},bidi:{ltr:"Direcció del text d'esquerra a dreta",rtl:'Direcció del text de dreta a esquerra'},docprops:{label:'Propietats del document',title:'Propietats del document',design:'Design',meta:'Metadades',chooseColor:'Trieu',other:'<altre>',docTitle:'TÃtol de la pà gina',charset:'Codificació de conjunt de carà cters',charsetOther:'Una altra codificació de carà cters',charsetASCII:'ASCII',charsetCE:'Centreeuropeu',charsetCT:'Xinès tradicional (Big5)',charsetCR:'CirÃl·lic',charsetGR:'Grec',charsetJP:'Japonès',charsetKR:'Coreà ',charsetTR:'Turc',charsetUN:'Unicode (UTF-8)',charsetWE:'Europeu occidental',docType:'Capçalera de tipus de document',docTypeOther:'Un altra capçalera de tipus de document',xhtmlDec:'Incloure declaracions XHTML',bgColor:'Color de fons',bgImage:'URL de la imatge de fons',bgFixed:'Fons fixe',txtColor:'Color de Text',margin:'Marges de pà gina',marginTop:'Cap',marginLeft:'Esquerra',marginRight:'Dreta',marginBottom:'Peu',metaKeywords:'Mots clau per a indexació (separats per coma)',metaDescription:'Descripció del document',metaAuthor:'Autor',metaCopyright:'Copyright',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['ca']={"editor":"Editor de text enriquit","editorPanel":"Panell de l'editor de text enriquit","common":{"editorHelp":"Premeu ALT 0 per ajuda","browseServer":"Veure servidor","url":"URL","protocol":"Protocol","upload":"Puja","uploadSubmit":"Envia-la al servidor","image":"Imatge","flash":"Flash","form":"Formulari","checkbox":"Casella de verificació","radio":"Botó d'opció","textField":"Camp de text","textarea":"Ãrea de text","hiddenField":"Camp ocult","button":"Botó","select":"Camp de selecció","imageButton":"Botó d'imatge","notSet":"<no definit>","id":"Id","name":"Nom","langDir":"Direcció de l'idioma","langDirLtr":"D'esquerra a dreta (LTR)","langDirRtl":"De dreta a esquerra (RTL)","langCode":"Codi d'idioma","longDescr":"Descripció llarga de la URL","cssClass":"Classes del full d'estil","advisoryTitle":"TÃtol consultiu","cssStyle":"Estil","ok":"D'acord","cancel":"Cancel·la","close":"Tanca","preview":"Previsualitza","resize":"Arrossegueu per redimensionar","generalTab":"General","advancedTab":"Avançat","validateNumberFailed":"Aquest valor no és un número.","confirmNewPage":"Els canvis en aquest contingut que no es desin es perdran. Esteu segur que voleu carregar una pà gina nova?","confirmCancel":"Algunes opcions s'han canviat. Esteu segur que voleu tancar el quadre de dià leg?","options":"Opcions","target":"DestÃ","targetNew":"Nova finestra (_blank)","targetTop":"Finestra superior (_top)","targetSelf":"Mateixa finestra (_self)","targetParent":"Finestra pare (_parent)","langDirLTR":"D'esquerra a dreta (LTR)","langDirRTL":"De dreta a esquerra (RTL)","styles":"Estil","cssClasses":"Classes del full d'estil","width":"Amplada","height":"Alçada","align":"Alineació","alignLeft":"Ajusta a l'esquerra","alignRight":"Ajusta a la dreta","alignCenter":"Centre","alignTop":"Superior","alignMiddle":"Centre","alignBottom":"Inferior","invalidValue":"Valor no và lid.","invalidHeight":"L'alçada ha de ser un número.","invalidWidth":"L'amplada ha de ser un número.","invalidCssLength":"El valor especificat per als \"%1\" camps ha de ser un número positiu amb o sense unitat de mesura và lida de CSS (px, %, in, cm, mm, em, ex, pt o pc).","invalidHtmlLength":"El valor especificat per als \"%1\" camps ha de ser un número positiu amb o sense unitat de mesura và lida d'HTML (px o %).","invalidInlineStyle":"El valor especificat per l'estil en lÃnia ha de constar d'una o més tuples amb el format \"name: value\", separats per punt i coma.","cssLengthTooltip":"Introduïu un número per un valor en pÃxels o un número amb una unitat và lida de CSS (px, %, in, cm, mm, em, ex, pt o pc).","unavailable":"%1<span class=\"cke_accessibility\">, no disponible</span>"},"about":{"copy":"Copyright © $1. Tots els drets reservats.","dlgTitle":"Quant al CKEditor","help":"Premi $1 per obtenir ajuda.","moreInfo":"Per informació sobre llicències visiteu el nostre lloc web:","title":"Quant al CKEditor","userGuide":"Manual d'usuari de CKEditor"},"basicstyles":{"bold":"Negreta","italic":"Cursiva","strike":"Ratllat","subscript":"SubÃndex","superscript":"SuperÃndex","underline":"Subratllat"},"bidi":{"ltr":"Direcció del text d'esquerra a dreta","rtl":"Direcció del text de dreta a esquerra"},"blockquote":{"toolbar":"Bloc de cita"},"clipboard":{"copy":"Copiar","copyError":"La configuració de seguretat del vostre navegador no permet executar automà ticament les operacions de copiar. Si us plau, utilitzeu el teclat (Ctrl/Cmd+C).","cut":"Retallar","cutError":"La configuració de seguretat del vostre navegador no permet executar automà ticament les operacions de retallar. Si us plau, utilitzeu el teclat (Ctrl/Cmd+X).","paste":"Enganxar","pasteArea":"Ãrea d'enganxat","pasteMsg":"Si us plau, enganxi dins del següent camp utilitzant el teclat (<strong>Ctrl/Cmd+V</strong>) i premi OK.","securityMsg":"A causa de la configuració de seguretat del vostre navegador, l'editor no pot accedir a les dades del porta-retalls directament. Enganxeu-ho un altre cop en aquesta finestra.","title":"Enganxar"},"button":{"selectedLabel":"%1 (Seleccionat)"},"colorbutton":{"auto":"Automà tic","bgColorTitle":"Color de Fons","colors":{"000":"Negre","800000":"Grana","8B4513":"Marró sella","2F4F4F":"Gris pissarra fosca","008080":"Blau xarxet","000080":"Blau marÃ","4B0082":"Indi","696969":"Gris Fosc","B22222":"Foc Maó","A52A2A":"Marró","DAA520":"Solidago","006400":"Verd Fosc","40E0D0":"Turquesa","0000CD":"Blau 1/2","800080":"Lila","808080":"Gris","F00":"Vermell","FF8C00":"Taronja Fosc","FFD700":"Or","008000":"Verd","0FF":"Cian","00F":"Blau","EE82EE":"Violat","A9A9A9":"Gris clar","FFA07A":"Salmó clar","FFA500":"Taronja","FFFF00":"Groc","00FF00":"Verd Llima","AFEEEE":"Turquesa Pà l·lid","ADD8E6":"Blau Clar","DDA0DD":"Pruna","D3D3D3":"Gris Clar","FFF0F5":"Lavanda rosat","FAEBD7":"Blanc Antic","FFFFE0":"Groc Clar","F0FFF0":"Verd Pà l·lid","F0FFFF":"Atzur","F0F8FF":"Cian pà lid","E6E6FA":"Lavanda","FFF":"Blanc"},"more":"Més Colors...","panelTitle":"Colors","textColorTitle":"Color del Text"},"colordialog":{"clear":"Neteja","highlight":"Destacat","options":"Opcions del color","selected":"Color Seleccionat","title":"Seleccioni el color"},"templates":{"button":"Plantilles","emptyListMsg":"(No hi ha plantilles definides)","insertOption":"Reemplaça el contingut actual","options":"Opcions de plantilla","selectPromptMsg":"Seleccioneu una plantilla per usar a l'editor<br>(per defecte s'elimina el contingut actual):","title":"Plantilles de contingut"},"contextmenu":{"options":"Opcions del menú contextual"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"TÃtol de guia","cssClassInputLabel":"Classes de la fulla d'estils","edit":"Edita la Capa","inlineStyleInputLabel":"Estil en lÃnia","langDirLTRLabel":"D'esquerra a dreta (LTR)","langDirLabel":"Direcció de l'idioma","langDirRTLLabel":"De dreta a esquerra (RTL)","languageCodeInputLabel":" Codi d'idioma","remove":"Elimina la Capa","styleSelectLabel":"Estil","title":"Crea una Capa Contenidora","toolbar":"Crea una Capa Contenidora"},"toolbar":{"toolbarCollapse":"Redueix la barra d'eines","toolbarExpand":"Amplia la barra d'eines","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 de barra d'eines"},"elementspath":{"eleLabel":"Ruta dels elements","eleTitle":"%1 element"},"find":{"find":"Cerca","findOptions":"Opcions de Cerca","findWhat":"Cerca el:","matchCase":"Distingeix majúscules/minúscules","matchCyclic":"Coincidència cÃclica","matchWord":"Només paraules completes","notFoundMsg":"El text especificat no s'ha trobat.","replace":"Reemplaça","replaceAll":"Reemplaça-ho tot","replaceSuccessMsg":"%1 ocurrència/es reemplaçada/es.","replaceWith":"Reemplaça amb:","title":"Cerca i reemplaça"},"fakeobjects":{"anchor":"Ãncora","flash":"Animació Flash","hiddenfield":"Camp ocult","iframe":"IFrame","unknown":"Objecte desconegut"},"flash":{"access":"Accés a scripts","accessAlways":"Sempre","accessNever":"Mai","accessSameDomain":"El mateix domini","alignAbsBottom":"Abs Bottom","alignAbsMiddle":"Abs Middle","alignBaseline":"Baseline","alignTextTop":"Text Top","bgcolor":"Color de Fons","chkFull":"Permetre la pantalla completa","chkLoop":"Bucle","chkMenu":"Habilita menú Flash","chkPlay":"Reprodució automà tica","flashvars":"Variables de Flash","hSpace":"Espaiat horit.","properties":"Propietats del Flash","propertiesTab":"Propietats","quality":"Qualitat","qualityAutoHigh":"Alta automà tica","qualityAutoLow":"Baixa automà tica","qualityBest":"La millor","qualityHigh":"Alta","qualityLow":"Baixa","qualityMedium":"Mitjana","scale":"Escala","scaleAll":"Mostra-ho tot","scaleFit":"Mida exacta","scaleNoBorder":"Sense vores","title":"Propietats del Flash","vSpace":"Espaiat vert.","validateHSpace":"L'espaiat horitzonatal ha de ser un nombre.","validateSrc":"Si us plau, escrigui l'enllaç URL","validateVSpace":"L'espaiat vertical ha de ser un nombre.","windowMode":"Mode de la finestra","windowModeOpaque":"Opaca","windowModeTransparent":"Transparent","windowModeWindow":"Finestra"},"font":{"fontSize":{"label":"Mida","voiceLabel":"Mida de la lletra","panelTitle":"Mida"},"label":"Tipus de lletra","panelTitle":"Tipus de lletra","voiceLabel":"Tipus de lletra"},"forms":{"button":{"title":"Propietats del botó","text":"Text (Valor)","type":"Tipus","typeBtn":"Botó","typeSbm":"Transmet formulari","typeRst":"Reinicia formulari"},"checkboxAndRadio":{"checkboxTitle":"Propietats de la casella de verificació","radioTitle":"Propietats del botó d'opció","value":"Valor","selected":"Seleccionat"},"form":{"title":"Propietats del formulari","menu":"Propietats del formulari","action":"Acció","method":"Mètode","encoding":"Codificació"},"hidden":{"title":"Propietats del camp ocult","name":"Nom","value":"Valor"},"select":{"title":"Propietats del camp de selecció","selectInfo":"Info","opAvail":"Opcions disponibles","value":"Valor","size":"Mida","lines":"LÃnies","chkMulti":"Permet múltiples seleccions","opText":"Text","opValue":"Valor","btnAdd":"Afegeix","btnModify":"Modifica","btnUp":"Amunt","btnDown":"Avall","btnSetValue":"Selecciona per defecte","btnDelete":"Elimina"},"textarea":{"title":"Propietats de l'à rea de text","cols":"Columnes","rows":"Files"},"textfield":{"title":"Propietats del camp de text","name":"Nom","value":"Valor","charWidth":"Amplada","maxChars":"Nombre mà xim de carà cters","type":"Tipus","typeText":"Text","typePass":"Contrasenya","typeEmail":"Correu electrònic","typeSearch":"Cercar","typeTel":"Número de telèfon","typeUrl":"URL"}},"format":{"label":"Format","panelTitle":"Format","tag_address":"Adreça","tag_div":"Normal (DIV)","tag_h1":"Encapçalament 1","tag_h2":"Encapçalament 2","tag_h3":"Encapçalament 3","tag_h4":"Encapçalament 4","tag_h5":"Encapçalament 5","tag_h6":"Encapçalament 6","tag_p":"Normal","tag_pre":"Formatejat"},"horizontalrule":{"toolbar":"Insereix lÃnia horitzontal"},"iframe":{"border":"Mostra la vora del marc","noUrl":"Si us plau, introdueixi la URL de l'iframe","scrolling":"Activa les barres de desplaçament","title":"Propietats de l'IFrame","toolbar":"IFrame"},"image":{"alertUrl":"Si us plau, escriviu la URL de la imatge","alt":"Text alternatiu","border":"Vora","btnUpload":"Envia-la al servidor","button2Img":"Voleu transformar el botó d'imatge seleccionat en una simple imatge?","hSpace":"Espaiat horit.","img2Button":"Voleu transformar la imatge seleccionada en un botó d'imatge?","infoTab":"Informació de la imatge","linkTab":"Enllaç","lockRatio":"Bloqueja les proporcions","menu":"Propietats de la imatge","resetSize":"Restaura la mida","title":"Propietats de la imatge","titleButton":"Propietats del botó d'imatge","upload":"Puja","urlMissing":"Falta la URL de la imatge.","vSpace":"Espaiat vert.","validateBorder":"La vora ha de ser un nombre enter.","validateHSpace":"HSpace ha de ser un nombre enter.","validateVSpace":"VSpace ha de ser un nombre enter."},"indent":{"indent":"Augmenta el sagnat","outdent":"Redueix el sagnat"},"smiley":{"options":"Opcions d'emoticones","title":"Insereix una icona","toolbar":"Icona"},"justify":{"block":"Justificat","center":"Centrat","left":"Alinea a l'esquerra","right":"Alinea a la dreta"},"language":{"button":"Definir l'idioma","remove":"Eliminar idioma"},"link":{"acccessKey":"Clau d'accés","advanced":"Avançat","advisoryContentType":"Tipus de contingut consultiu","advisoryTitle":"TÃtol consultiu","anchor":{"toolbar":"Insereix/Edita à ncora","menu":"Propietats de l'à ncora","title":"Propietats de l'à ncora","name":"Nom de l'à ncora","errorName":"Si us plau, escriviu el nom de l'ancora","remove":"Remove Anchor"},"anchorId":"Per Id d'element","anchorName":"Per nom d'à ncora","charset":"Conjunt de carà cters font enllaçat","cssClasses":"Classes del full d'estil","emailAddress":"Adreça de correu electrònic","emailBody":"Cos del missatge","emailSubject":"Assumpte del missatge","id":"Id","info":"Informació de l'enllaç","langCode":"Direcció de l'idioma","langDir":"Direcció de l'idioma","langDirLTR":"D'esquerra a dreta (LTR)","langDirRTL":"De dreta a esquerra (RTL)","menu":"Edita l'enllaç","name":"Nom","noAnchors":"(No hi ha à ncores disponibles en aquest document)","noEmail":"Si us plau, escrigui l'adreça correu electrònic","noUrl":"Si us plau, escrigui l'enllaç URL","other":"<altre>","popupDependent":"Depenent (Netscape)","popupFeatures":"CaracterÃstiques finestra popup","popupFullScreen":"Pantalla completa (IE)","popupLeft":"Posició esquerra","popupLocationBar":"Barra d'adreça","popupMenuBar":"Barra de menú","popupResizable":"Redimensionable","popupScrollBars":"Barres d'scroll","popupStatusBar":"Barra d'estat","popupToolbar":"Barra d'eines","popupTop":"Posició dalt","rel":"Relació","selectAnchor":"Selecciona una à ncora","styles":"Estil","tabIndex":"Index de Tab","target":"DestÃ","targetFrame":"<marc>","targetFrameName":"Nom del marc de destÃ","targetPopup":"<finestra emergent>","targetPopupName":"Nom finestra popup","title":"Enllaç","toAnchor":"Ãncora en aquesta pà gina","toEmail":"Correu electrònic","toUrl":"URL","toolbar":"Insereix/Edita enllaç","type":"Tipus d'enllaç","unlink":"Elimina l'enllaç","upload":"Puja"},"list":{"bulletedlist":"Llista de pics","numberedlist":"Llista numerada"},"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":"Insereix el parà graf aquÃ"},"maximize":{"maximize":"Maximitza","minimize":"Minimitza"},"newpage":{"toolbar":"Nova pà gina"},"pagebreak":{"alt":"Salt de pà gina","toolbar":"Insereix salt de pà gina"},"pastetext":{"button":"Enganxa com a text no formatat","title":"Enganxa com a text no formatat"},"pastefromword":{"confirmCleanup":"El text que voleu enganxar sembla provenir de Word. Voleu netejar aquest text abans que sigui enganxat?","error":"No ha estat possible netejar les dades enganxades degut a un error intern","title":"Enganxa des del Word","toolbar":"Enganxa des del Word"},"preview":{"preview":"Visualització prèvia"},"print":{"toolbar":"Imprimeix"},"removeformat":{"toolbar":"Elimina Format"},"save":{"toolbar":"Desa"},"selectall":{"toolbar":"Selecciona-ho tot"},"showblocks":{"toolbar":"Mostra els blocs"},"sourcearea":{"toolbar":"Codi font"},"specialchar":{"options":"Opcions de carà cters especials","title":"Selecciona el carà cter especial","toolbar":"Insereix carà cter especial"},"scayt":{"about":"Quant a l'SCAYT","aboutTab":"Quant a","addWord":"Afegeix una paraula","allCaps":"Ignora paraules en majúscules","dic_create":"Crea","dic_delete":"Elimina","dic_field_name":"Nom del diccionari","dic_info":"Inicialment el diccionari d'usuari s'emmagatzema en una galeta. De totes maneres, les galetes tenen la mida limitada. Quan el diccionari creix massa, llavors el diccionari es pot emmagatzemar al nostre servidor. Per desar el vostre diccionari personal al nostre servidor heu d.'especificar un nom pel diccionari. Si ja heu desat un diccionari, teclegeu si us plau el seu nom i cliqueu el botó de restauració.","dic_rename":"Canvia el nom","dic_restore":"Restaura","dictionariesTab":"Diccionaris","disable":"Deshabilita SCAYT","emptyDic":"El nom del diccionari no hauria d'estar buit.","enable":"Habilitat l'SCAYT","ignore":"Ignora","ignoreAll":"Ignora'ls tots","ignoreDomainNames":"Ignora els noms de domini","langs":"Idiomes","languagesTab":"Idiomes","mixedCase":"Ignora paraules amb majúscules i minúscules","mixedWithDigits":"Ignora paraules amb números ","moreSuggestions":"Més suggerències","opera_title":"No és compatible amb l'Opera","options":"Opcions","optionsTab":"Opcions","title":"Spell Check As You Type","toggle":"Commuta l'SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Estil","panelTitle":"Estils de format","panelTitle1":"Estils de bloc","panelTitle2":"Estils incrustats","panelTitle3":"Estils d'objecte"},"table":{"border":"Mida vora","caption":"TÃtol","cell":{"menu":"Cel·la","insertBefore":"Insereix abans","insertAfter":"Insereix després","deleteCell":"Suprimeix","merge":"Fusiona","mergeRight":"Fusiona a la dreta","mergeDown":"Fusiona avall","splitHorizontal":"Divideix horitzontalment","splitVertical":"Divideix verticalment","title":"Propietats de la cel·la","cellType":"Tipus de cel·la","rowSpan":"Expansió de files","colSpan":"Expansió de columnes","wordWrap":"Ajustar al contingut","hAlign":"Alineació Horizontal","vAlign":"Alineació Vertical","alignBaseline":"A la lÃnia base","bgColor":"Color de fons","borderColor":"Color de la vora","data":"Dades","header":"Capçalera","yes":"SÃ","no":"No","invalidWidth":"L'amplada de cel·la ha de ser un nombre.","invalidHeight":"L'alçada de cel·la ha de ser un nombre.","invalidRowSpan":"L'expansió de files ha de ser un nombre enter.","invalidColSpan":"L'expansió de columnes ha de ser un nombre enter.","chooseColor":"Trieu"},"cellPad":"Encoixinament de cel·les","cellSpace":"Espaiat de cel·les","column":{"menu":"Columna","insertBefore":"Insereix columna abans de","insertAfter":"Insereix columna darrera","deleteColumn":"Suprimeix una columna"},"columns":"Columnes","deleteTable":"Suprimeix la taula","headers":"Capçaleres","headersBoth":"Ambdues","headersColumn":"Primera columna","headersNone":"Cap","headersRow":"Primera fila","invalidBorder":"El gruix de la vora ha de ser un nombre.","invalidCellPadding":"L'encoixinament de cel·la ha de ser un nombre.","invalidCellSpacing":"L'espaiat de cel·la ha de ser un nombre.","invalidCols":"El nombre de columnes ha de ser un nombre major que 0.","invalidHeight":"L'alçada de la taula ha de ser un nombre.","invalidRows":"El nombre de files ha de ser un nombre major que 0.","invalidWidth":"L'amplada de la taula ha de ser un nombre.","menu":"Propietats de la taula","row":{"menu":"Fila","insertBefore":"Insereix fila abans de","insertAfter":"Insereix fila darrera","deleteRow":"Suprimeix una fila"},"rows":"Files","summary":"Resum","title":"Propietats de la taula","toolbar":"Taula","widthPc":"percentatge","widthPx":"pÃxels","widthUnit":"unitat d'amplada"},"undo":{"redo":"Refés","undo":"Desfés"},"wsc":{"btnIgnore":"Ignora","btnIgnoreAll":"Ignora-les totes","btnReplace":"Canvia","btnReplaceAll":"Canvia-les totes","btnUndo":"Desfés","changeTo":"Reemplaça amb","errorLoading":"Error carregant el servidor: %s.","ieSpellDownload":"Verificació ortogrà fica no instal·lada. Voleu descarregar-ho ara?","manyChanges":"Verificació ortogrà fica: s'han canviat %1 paraules","noChanges":"Verificació ortogrà fica: no s'ha canviat cap paraula","noMispell":"Verificació ortogrà fica acabada: no hi ha cap paraula mal escrita","noSuggestions":"Cap suggeriment","notAvailable":"El servei no es troba disponible ara.","notInDic":"No és al diccionari","oneChange":"Verificació ortogrà fica: s'ha canviat una paraula","progress":"Verificació ortogrà fica en curs...","title":"Comprova l'ortografia","toolbar":"Revisa l'ortografia"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/cs.js b/skins/ckeditor/lang/cs.js index a64e231..74d1acb 100644 --- a/skins/ckeditor/lang/cs.js +++ b/skins/ckeditor/lang/cs.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.cs={dir:'ltr',editorTitle:'Textový editor, %1, nápovÄdu zobrazÃte stiskem ALT 0.',toolbars:'Editor toolbars',editor:'Textový editor',source:'Zdroj',newPage:'Nová stránka',save:'Uložit',preview:'Náhled',cut:'Vyjmout',copy:'KopÃrovat',paste:'Vložit',print:'Tisk',underline:'Podtržené',bold:'TuÄné',italic:'KurzÃva',selectAll:'Vybrat vÅ¡e',removeFormat:'Odstranit formátovánÃ',strike:'PÅeÅ¡krtnuté',subscript:'Dolnà index',superscript:'Hornà index',horizontalrule:'Vložit vodorovnou linku',pagebreak:'Vložit konec stránky',pagebreakAlt:'Konec stránky',unlink:'Odstranit odkaz',undo:'ZpÄt',redo:'Znovu',common:{browseServer:'Vybrat na serveru',url:'URL',protocol:'Protokol',upload:'Odeslat',uploadSubmit:'Odeslat na server',image:'Obrázek',flash:'Flash',form:'FormuláÅ',checkbox:'ZaÅ¡krtávacà polÃÄko',radio:'PÅepÃnaÄ',textField:'Textové pole',textarea:'Textová oblast',hiddenField:'Skryté pole',button:'TlaÄÃtko',select:'Seznam',imageButton:'Obrázkové tlaÄÃtko',notSet:'<nenastaveno>',id:'Id',name:'Jméno',langDir:'Orientace jazyka',langDirLtr:'Zleva do prava (LTR)',langDirRtl:'Zprava do leva (RTL)',langCode:'Kód jazyka',longDescr:'Dlouhý popis URL',cssClass:'TÅÃda stylu',advisoryTitle:'Pomocný titulek',cssStyle:'Styl',ok:'OK',cancel:'Storno',close:'ZavÅÃt',preview:'Náhled',generalTab:'Obecné',advancedTab:'RozÅ¡ÃÅené',validateNumberFailed:'Zadaná hodnota nenà ÄÃselná.',confirmNewPage:'Jakékoliv neuložené zmÄny obsahu budou ztraceny. SkuteÄnÄ chete otevrÃt novou stránku?',confirmCancel:'NÄkterá z nastavenà byla zmÄnÄna. SkuteÄnÄ chete zavÅÃt dialogové okno?',options:'NastavenÃ',target:'CÃl',targetNew:'Nové okno (_blank)',targetTop:'Okno nejvyššà úrovnÄ (_top)',targetSelf:'Stejné okno (_self)',targetParent:'RodiÄovské onko (_parent)',langDirLTR:'Zleva doprava (LTR)',langDirRTL:'Zprava doleva (RTL)',styles:'Styly',cssClasses:'TÅÃdy stylů',width:'Å ÃÅka',height:'Výška',align:'ZarovnánÃ',alignLeft:'Vlevo',alignRight:'Vpravo',alignCenter:'Na stÅed',alignTop:'Nahoru',alignMiddle:'Na stÅed',alignBottom:'Dolů',invalidHeight:'Zadaná výška musà být ÄÃslo.',invalidWidth:'Zadaná Å¡ÃÅka musà být ÄÃslo.',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 %).',unavailable:'%1<span class="cke_accessibility">, nedostupné</span>'},contextmenu:{options:'Nastavenà kontextové nabÃdky'},specialChar:{toolbar:'Vložit speciálnà znaky',title:'VýbÄr speciálnÃho znaku',options:'Nastavenà speciálnÃch znaků'},link:{toolbar:'Vložit/zmÄnit odkaz',other:'<jiný>',menu:'ZmÄnit odkaz',title:'Odkaz',info:'Informace o odkazu',target:'CÃl',upload:'Odeslat',advanced:'RozÅ¡ÃÅené',type:'Typ odkazu',toUrl:'URL',toAnchor:'Kotva v této stránce',toEmail:'E-Mail',targetFrame:'<rámec>',targetPopup:'<vyskakovacà okno>',targetFrameName:'Název cÃlového rámu',targetPopupName:'Název vyskakovacÃho okna',popupFeatures:'Vlastnosti vyskakovacÃho okna',popupResizable:'UmožÅujÃcà mÄnit velikost',popupStatusBar:'Stavový Åádek',popupLocationBar:'Panel umÃstÄnÃ',popupToolbar:'Panel nástrojů',popupMenuBar:'Panel nabÃdky',popupFullScreen:'Celá obrazovka (IE)',popupScrollBars:'PosuvnÃky',popupDependent:'Závislost (Netscape)',popupLeft:'Levý okraj',popupTop:'Hornà okraj',id:'Id',langDir:'Orientace jazyka',langDirLTR:'Zleva do prava (LTR)',langDirRTL:'Zprava do leva (RTL)',acccessKey:'PÅÃstupový klÃÄ',name:'Jméno',langCode:'Orientace jazyka',tabIndex:'PoÅadà prvku',advisoryTitle:'Pomocný titulek',advisoryContentType:'Pomocný typ obsahu',cssClasses:'TÅÃda stylu',charset:'PÅiÅazená znaková sada',styles:'Styl',rel:'Relationship',selectAnchor:'Vybrat kotvu',anchorName:'Podle jména kotvy',anchorId:'Podle Id objektu',emailAddress:'E-Mailová adresa',emailSubject:'PÅedmÄt zprávy',emailBody:'TÄlo zprávy',noAnchors:'(Ve stránce nenà definována žádná kotva!)',noUrl:'Zadejte prosÃm URL odkazu',noEmail:'Zadejte prosÃm e-mailovou adresu'},anchor:{toolbar:'VložÃt/zmÄnit záložku',menu:'Vlastnosti záložky',title:'Vlastnosti záložky',name:'Název záložky',errorName:'Zadejte prosÃm název záložky',remove:'Remove Anchor'},list:{numberedTitle:'Vlastnosti ÄÃslovánÃ',bulletedTitle:'Vlastnosti odrážek',type:'Typ',start:'PoÄátek',validateStartNumber:'ÄÃslovánà musà zaÄÃnat celým ÄÃslem.',circle:'Kroužky',disc:'KoleÄka',square:'Ätverce',none:'Nic',notset:'<nenastaveno>',armenian:'Arménské',georgian:'GruzÃnské (an, ban, gan, atd.)',lowerRoman:'Malé ÅÃmské (i, ii, iii, iv, v, atd.)',upperRoman:'Velké ÅÃmské (I, II, III, IV, V, atd.)',lowerAlpha:'Malá latinka (a, b, c, d, e, atd.)',upperAlpha:'Velká latinka (A, B, C, D, E, atd.)',lowerGreek:'Malé Åecké (alpha, beta, gamma, atd.)',decimal:'Arabská ÄÃsla (1, 2, 3, atd.)',decimalLeadingZero:'Arabská ÄÃsla uvozená nulou (01, 02, 03, atd.)'},findAndReplace:{title:'NajÃt a nahradit',find:'Hledat',replace:'Nahradit',findWhat:'Co hledat:',replaceWith:'ÄÃm nahradit:',notFoundMsg:'Hledaný text nebyl nalezen.',matchCase:'RozliÅ¡ovat velikost pÃsma',matchWord:'Pouze celá slova',matchCyclic:'Procházet opakovanÄ',replaceAll:'Nahradit vÅ¡e',replaceSuccessMsg:'%1 nahrazenÃ.'},table:{toolbar:'Tabulka',title:'Vlastnosti tabulky',menu:'Vlastnosti tabulky',deleteTable:'Smazat tabulku',rows:'Åádky',columns:'Sloupce',border:'OhraniÄenÃ',widthPx:'bodů',widthPc:'procent',widthUnit:'jednotka Å¡ÃÅky',cellSpace:'Vzdálenost bunÄk',cellPad:'Odsazenà obsahu v buÅce',caption:'Popis',summary:'Souhrn',headers:'ZáhlavÃ',headersNone:'Žádné',headersColumn:'Prvnà sloupec',headersRow:'Prvnà Åádek',headersBoth:'ObojÃ',invalidRows:'PoÄet Åádků musà být ÄÃslo vÄtÅ¡Ã než 0.',invalidCols:'PoÄet sloupců musà být ÄÃslo vÄtÅ¡Ã než 0.',invalidBorder:'Zdaná velikost okraje musà být ÄÃselná.',invalidWidth:'Zadaná Å¡ÃÅka tabulky musà být ÄÃselná.',invalidHeight:'zadaná výška tabulky musà být ÄÃselná.',invalidCellSpacing:'Zadaná vzdálenost bunÄk musà být ÄÃselná.',invalidCellPadding:'Zadané odsazenà obsahu v buÅce musà být ÄÃselné.',cell:{menu:'BuÅka',insertBefore:'Vložit buÅku pÅed',insertAfter:'Vložit buÅku za',deleteCell:'Smazat buÅky',merge:'SlouÄit buÅky',mergeRight:'SlouÄit doprava',mergeDown:'SlouÄit dolů',splitHorizontal:'RozdÄlit buÅky vodorovnÄ',splitVertical:'RozdÄlit buÅky svisle',title:'Vlastnosti buÅky',cellType:'Typ buÅky',rowSpan:'Spojit Åádky',colSpan:'Spojit sloupce',wordWrap:'ZalamovánÃ',hAlign:'Vodorovné zarovnánÃ',vAlign:'Svislé zarovnánÃ',alignBaseline:'Na úÄaÅÃ',bgColor:'Barva pozadÃ',borderColor:'Barva okraje',data:'Data',header:'HlaviÄka',yes:'Ano',no:'Ne',invalidWidth:'Zadaná Å¡ÃÅka buÅky musà být ÄÃslená.',invalidHeight:'Zadaná výška buÅky musà být ÄÃslená.',invalidRowSpan:'Zadaný poÄet slouÄených Åádků musà být celé ÄÃslo.',invalidColSpan:'Zadaný poÄet slouÄených sloupců musà být celé ÄÃslo.',chooseColor:'VýbÄr'},row:{menu:'Åádek',insertBefore:'Vložit Åádek pÅed',insertAfter:'Vložit Åádek za',deleteRow:'Smazat Åádky'},column:{menu:'Sloupec',insertBefore:'Vložit sloupec pÅed',insertAfter:'Vložit sloupec za',deleteColumn:'Smazat sloupec'}},button:{title:'Vlastnosti tlaÄÃtka',text:'Popisek',type:'Typ',typeBtn:'TlaÄÃtko',typeSbm:'Odeslat',typeRst:'Obnovit'},checkboxAndRadio:{checkboxTitle:'Vlastnosti zaÅ¡krtávacÃho polÃÄka',radioTitle:'Vlastnosti pÅepÃnaÄe',value:'Hodnota',selected:'ZaÅ¡krtnuto'},form:{title:'Vlastnosti formuláÅe',menu:'Vlastnosti formuláÅe',action:'Akce',method:'Metoda',encoding:'KódovánÃ'},select:{title:'Vlastnosti seznamu',selectInfo:'Info',opAvail:'Dostupná nastavenÃ',value:'Hodnota',size:'Velikost',lines:'Åádků',chkMulti:'Povolit mnohonásobné výbÄry',opText:'Text',opValue:'Hodnota',btnAdd:'PÅidat',btnModify:'ZmÄnit',btnUp:'Nahoru',btnDown:'Dolů',btnSetValue:'Nastavit jako vybranou hodnotu',btnDelete:'Smazat'},textarea:{title:'Vlastnosti textové oblasti',cols:'Sloupců',rows:'Åádků'},textfield:{title:'Vlastnosti textového pole',name:'Název',value:'Hodnota',charWidth:'Å ÃÅka ve znacÃch',maxChars:'Maximálnà poÄet znaků',type:'Typ',typeText:'Text',typePass:'Heslo'},hidden:{title:'Vlastnosti skrytého pole',name:'Název',value:'Hodnota'},image:{title:'Vlastnosti obrázku',titleButton:'Vlastnostà obrázkového tlaÄÃtka',menu:'Vlastnosti obrázku',infoTab:'Informace o obrázku',btnUpload:'Odeslat na server',upload:'Odeslat',alt:'Alternativnà text',lockRatio:'Zámek',resetSize:'Původnà velikost',border:'Okraje',hSpace:'H-mezera',vSpace:'V-mezera',alertUrl:'Zadejte prosÃm URL obrázku',linkTab:'Odkaz',button2Img:'SkuteÄnÄ chcete pÅevést zvolené obrázkové tlaÄÃtko na obyÄejný obrázek?',img2Button:'SkuteÄnÄ chcete pÅevést zvolený obrázek na obrázkové tlaÄÃtko?',urlMissing:'Zadané URL zdroje obrázku nebylo nalezeno.',validateBorder:'Okraj musà být nastaven v celých ÄÃslech.',validateHSpace:'H-mezera musà být nastavena v celých ÄÃslech.',validateVSpace:'V-mezera musà být nastavena v celých ÄÃslech.'},flash:{properties:'Vlastnosti Flashe',propertiesTab:'Vlastnosti',title:'Vlastnosti Flashe',chkPlay:'Automatické spuÅ¡tÄnÃ',chkLoop:'OpakovánÃ',chkMenu:'NabÃdka Flash',chkFull:'Povolit celoobrazovkový režim',scale:'Zobrazit',scaleAll:'Zobrazit vÅ¡e',scaleNoBorder:'Bez okraje',scaleFit:'PÅizpůsobit',access:'PÅÃstup ke skriptu',accessAlways:'Vždy',accessSameDomain:'Ve stejné doménÄ',accessNever:'Nikdy',alignAbsBottom:'Zcela dolů',alignAbsMiddle:'DoprostÅed',alignBaseline:'Na úÄaÅÃ',alignTextTop:'Na hornà okraj textu',quality:'Kvalita',qualityBest:'NejlepÅ¡Ã',qualityHigh:'Vysoká',qualityAutoHigh:'Vysoká - auto',qualityMedium:'StÅednÃ',qualityAutoLow:'NÃzká - auto',qualityLow:'NejnižšÃ',windowModeWindow:'Okno',windowModeOpaque:'Neprůhledné',windowModeTransparent:'Průhledné',windowMode:'Režim okna',flashvars:'PromÄnné pro Flash',bgcolor:'Barva pozadÃ',hSpace:'H-mezera',vSpace:'V-mezera',validateSrc:'Zadejte prosÃm URL odkazu',validateHSpace:'Zadaná H-mezera musà být ÄÃslo.',validateVSpace:'Zadaná V-mezera musà být ÄÃslo.'},spellCheck:{toolbar:'Zkontrolovat pravopis',title:'Kontrola pravopisu',notAvailable:'Omlouváme se, ale služba nynà nenà dostupná.',errorLoading:'Chyba nahrávánà služby aplikace z: %s.',notInDic:'Nenà ve slovnÃku',changeTo:'ZmÄnit na',btnIgnore:'PÅeskoÄit',btnIgnoreAll:'PÅeskakovat vÅ¡e',btnReplace:'ZamÄnit',btnReplaceAll:'ZamÄÅovat vÅ¡e',btnUndo:'ZpÄt',noSuggestions:'- žádné návrhy -',progress:'ProbÃhá kontrola pravopisu...',noMispell:'Kontrola pravopisu dokonÄena: Žádné pravopisné chyby nenalezeny',noChanges:'Kontrola pravopisu dokonÄena: Beze zmÄn',oneChange:'Kontrola pravopisu dokonÄena: Jedno slovo zmÄnÄno',manyChanges:'Kontrola pravopisu dokonÄena: %1 slov zmÄnÄno',ieSpellDownload:'Kontrola pravopisu nenà nainstalována. Chcete ji nynà stáhnout?'},smiley:{toolbar:'SmajlÃky',title:'Vkládánà smajlÃků',options:'Nastavenà smajlÃků'},elementsPath:{eleLabel:'Cesta objektu',eleTitle:'%1 objekt'},numberedlist:'ÄÃslovánÃ',bulletedlist:'Odrážky',indent:'ZvÄtÅ¡it odsazenÃ',outdent:'ZmenÅ¡it odsazenÃ',justify:{left:'Zarovnat vlevo',center:'Zarovnat na stÅed',right:'Zarovnat vpravo',block:'Zarovnat do bloku'},blockquote:'Citace',clipboard:{title:'Vložit',cutError:'BezpeÄnostnà nastavenà VaÅ¡eho prohlÞeÄe nedovolujà editoru spustit funkci pro vyjmutà zvoleného textu do schránky. ProsÃm vyjmÄte zvolený text do schránky pomocà klávesnice (Ctrl/Cmd+X).',copyError:'BezpeÄnostnà nastavenà VaÅ¡eho prohlÞeÄe nedovolujà editoru spustit funkci pro kopÃrovánà zvoleného textu do schránky. ProsÃm zkopÃrujte zvolený text do schránky pomocà klávesnice (Ctrl/Cmd+C).',pasteMsg:'Do následujÃcÃho pole vložte požadovaný obsah pomocà klávesnice (<STRONG>Ctrl/Cmd+V</STRONG>) a stisknÄte <STRONG>OK</STRONG>.',securityMsg:'Z důvodů nastavenà bezpeÄnosti VaÅ¡eho prohlÞeÄe nemůže editor pÅistupovat pÅÃmo do schránky. Obsah schránky prosÃm vložte znovu do tohoto okna.',pasteArea:'Oblast vlkádánÃ'},pastefromword:{confirmCleanup:'Jak je vidÄt, vkládaný text je kopÃrován z Wordu. Chcete jej pÅed vloženÃm vyÄistit?',toolbar:'Vložit z Wordu',title:'Vložit z Wordu',error:'Z důvodu vnitÅnà chyby nebylo možné provést vyÄiÅ¡tÄnà vkládaného textu.'},pasteText:{button:'Vložit jako Äistý text',title:'Vložit jako Äistý text'},templates:{button:'Å ablony',title:'Å ablony obsahu',options:'Nastavenà šablon',insertOption:'Nahradit aktuálnà obsah',selectPromptMsg:'ProsÃm zvolte Å¡ablonu pro otevÅenà v editoru<br>(aktuálnà obsah editoru bude ztracen):',emptyListMsg:'(Nenà definována žádná Å¡ablona)'},showBlocks:'Ukázat bloky',stylesCombo:{label:'Styl',panelTitle:'Formátovacà styly',panelTitle1:'Blokové styly',panelTitle2:'Åádkové styly',panelTitle3:'Objektové styly'},format:{label:'Formát',panelTitle:'Formát',tag_p:'NormálnÃ',tag_pre:'Naformátováno',tag_address:'Adresa',tag_h1:'Nadpis 1',tag_h2:'Nadpis 2',tag_h3:'Nadpis 3',tag_h4:'Nadpis 4',tag_h5:'Nadpis 5',tag_h6:'Nadpis 6',tag_div:'Normálnà (DIV)'},div:{title:'VytvoÅit Div kontejner',toolbar:'VytvoÅit Div kontejner',cssClassInputLabel:'TÅÃdy stylů',styleSelectLabel:'Styly',IdInputLabel:'Id',languageCodeInputLabel:' Kód jazyka',inlineStyleInputLabel:'VnitÅnà styly',advisoryTitleInputLabel:'NápovÄdnà titulek',langDirLabel:'Orientace textu',langDirLTRLabel:'Zleva doprava (LTR)',langDirRTLLabel:'Zprava doleva (RTL)',edit:'ZmÄnit Div',remove:'Odstranit Div'},iframe:{title:'Vlastnosti IFrame',toolbar:'IFrame',noUrl:'Zadejte prosÃm URL obsahu pro IFrame',scrolling:'Zapnout posuvnÃky',border:'Zobrazit okraj'},font:{label:'PÃsmo',voiceLabel:'PÃsmo',panelTitle:'PÃsmo'},fontSize:{label:'Velikost',voiceLabel:'Velikost pÃsma',panelTitle:'Velikost'},colorButton:{textColorTitle:'Barva textu',bgColorTitle:'Barva pozadÃ',panelTitle:'Barvy',auto:'Automaticky',more:'VÃce barev...'},colors:{'000':'Äerná',800000:'KaÅ¡tanová','8B4513':'Sedlová hnÄÄ','2F4F4F':'TmavÄ bledÄ Å¡edá','008080':'ÄÃrka','000080':'NámoÅnická modÅ','4B0082':'Inkoustová',696969:'TmavÄ Å¡edá',B22222:'Pálená cihla',A52A2A:'HnÄdá',DAA520:'Zlatý prut','006400':'TmavÄ zelená','40E0D0':'Tyrkisová','0000CD':'StÅednÄ modrá',800080:'Purpurová',808080:'Å edá',F00:'Äervená',FF8C00:'TmavÄ oranžová',FFD700:'Zlatá','008000':'Zelená','0FF':'Kyanidová','00F':'Modrá',EE82EE:'Fialová',A9A9A9:'KalnÄ Å¡edá',FFA07A:'SvÄtle lososová',FFA500:'Oranžová',FFFF00:'Žlutá','00FF00':'Limetková',AFEEEE:'BledÄ tyrkisová',ADD8E6:'SvÄtle modrá',DDA0DD:'Å vestková',D3D3D3:'SvÄtle Å¡edá',FFF0F5:'LevandulovÄ rumÄnná',FAEBD7:'Antická bÃlá',FFFFE0:'SvÄtle žlutá',F0FFF0:'Medová rosa',F0FFFF:'Azurová',F0F8FF:'AlenÄina modrá',E6E6FA:'Lavendulová',FFF:'BÃlá'},scayt:{title:'Kontrola pravopisu bÄhem psanà (SCAYT)',opera_title:'Not supported by Opera',enable:'Zapnout SCAYT',disable:'Vypnout SCAYT',about:'O aplikaci SCAYT',toggle:'VypÃnaÄ SCAYT',options:'NastavenÃ',langs:'Jazyky',moreSuggestions:'VÃce návrhů',ignore:'PÅeskoÄit',ignoreAll:'PÅeskoÄit vÅ¡e',addWord:'PÅidat slovo',emptyDic:'Název slovnÃku nesmà být prázdný.',optionsTab:'NastavenÃ',allCaps:'Ignorovat slova velkými pÃsmeny',ignoreDomainNames:'Ignorovat doménová jména',mixedCase:'Ignorovat slova obsahujÃcà různou velikost pÃsma',mixedWithDigits:'Ignorovat slova obsahujÃcà ÄÃsla',languagesTab:'Jazyky',dictionariesTab:'SlovnÃky',dic_field_name:'Název slovnÃku',dic_create:'vytvoÅit',dic_restore:'Obnovit',dic_delete:'Smazat',dic_rename:'PÅejmenovat',dic_info:'ZpoÄátku se uživatelský slovnÃk ukládá do cookies ve vaÅ¡em prohlÞeÄi. OvÅ¡em cookies majà omezenou velikost, takže když slovnÃk dosáhne velikosti, kdy se již do cookies nevejde, může být uložen na naÅ¡em serveru. Chcete-li uložit Váš osobnà slovnÃk na naÅ¡em serveru, je tÅeba slovnÃk nejdÅÃve pojmenovat. Máte-li již slovnÃk pojmenován a uložen, zadejte jeho název a klepnÄte na tlaÄÃtko Obnovit.',aboutTab:'O aplikaci'},about:{title:'O aplikaci CKEditor',dlgTitle:'O aplikaci CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Pro informace o lincenci navÅ¡tivte naÅ¡i webovou stránku:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximalizovat',minimize:'Minimalizovat',fakeobjects:{anchor:'Záložka',flash:'Flash animace',iframe:'IFrame',hiddenfield:'Skryté pole',unknown:'Neznámý objekt'},resize:'Uchopit pro zmÄnu velikosti',colordialog:{title:'VýbÄr barvy',options:'Nastavenà barvy',highlight:'Zvýraznit',selected:'Vybráno',clear:'VyÄistit'},toolbarCollapse:'Skrýt panel nástrojů',toolbarExpand:'Zobrazit panel nástrojů',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'},bidi:{ltr:'Orientace textu zleva doprava',rtl:'Orientace textu zprava do leva'},docprops:{label:'Vlastnosti dokumentu',title:'Vlastnosti dokumentu',design:'Design',meta:'Metadata',chooseColor:'VýbÄr',other:'<jiný>',docTitle:'Titulek stránky',charset:'Znaková sada',charsetOther:'DalÅ¡Ã znaková sada',charsetASCII:'ASCII',charsetCE:'StÅedoevropské jazyky',charsetCT:'TradiÄnà ÄÃnÅ¡tina (Big5)',charsetCR:'Cyrilice',charsetGR:'ÅeÄtina',charsetJP:'JaponÅ¡tina',charsetKR:'KorejÅ¡tina',charsetTR:'TureÄtina',charsetUN:'Unicode (UTF-8)',charsetWE:'Západoevropské jazyky',docType:'Typ dokumentu',docTypeOther:'Jiný typ dokumetu',xhtmlDec:'Zahrnou deklarace XHTML',bgColor:'Barva pozadÃ',bgImage:'URL obrázku na pozadÃ',bgFixed:'Nerolovatelné pozadÃ',txtColor:'Barva textu',margin:'Okraje stránky',marginTop:'HornÃ',marginLeft:'Levý',marginRight:'Pravý',marginBottom:'DolnÃ',metaKeywords:'KlÃÄová slova (oddÄlená Äárkou)',metaDescription:'Popis dokumentu',metaAuthor:'Autor',metaCopyright:'Autorská práva',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['cs']={"editor":"Textový editor","editorPanel":"Panel textového editoru","common":{"editorHelp":"StisknÄte ALT 0 pro nápovÄdu","browseServer":"Vybrat na serveru","url":"URL","protocol":"Protokol","upload":"Odeslat","uploadSubmit":"Odeslat na server","image":"Obrázek","flash":"Flash","form":"FormuláÅ","checkbox":"ZaÅ¡krtávacà polÃÄko","radio":"PÅepÃnaÄ","textField":"Textové pole","textarea":"Textová oblast","hiddenField":"Skryté pole","button":"TlaÄÃtko","select":"Seznam","imageButton":"Obrázkové tlaÄÃtko","notSet":"<nenastaveno>","id":"Id","name":"Jméno","langDir":"SmÄr jazyka","langDirLtr":"Zleva doprava (LTR)","langDirRtl":"Zprava doleva (RTL)","langCode":"Kód jazyka","longDescr":"Dlouhý popis URL","cssClass":"TÅÃda stylu","advisoryTitle":"Pomocný titulek","cssStyle":"Styl","ok":"OK","cancel":"ZruÅ¡it","close":"ZavÅÃt","preview":"Náhled","resize":"Uchopit pro zmÄnu velikosti","generalTab":"Obecné","advancedTab":"RozÅ¡ÃÅené","validateNumberFailed":"Zadaná hodnota nenà ÄÃselná.","confirmNewPage":"Jakékoliv neuložené zmÄny obsahu budou ztraceny. SkuteÄnÄ chcete otevÅÃt novou stránku?","confirmCancel":"NÄkterá z nastavenà byla zmÄnÄna. SkuteÄnÄ chcete zavÅÃt dialogové okno?","options":"NastavenÃ","target":"CÃl","targetNew":"Nové okno (_blank)","targetTop":"Okno nejvyššà úrovnÄ (_top)","targetSelf":"Stejné okno (_self)","targetParent":"RodiÄovské okno (_parent)","langDirLTR":"Zleva doprava (LTR)","langDirRTL":"Zprava doleva (RTL)","styles":"Styly","cssClasses":"TÅÃdy stylů","width":"Å ÃÅka","height":"Výška","align":"ZarovnánÃ","alignLeft":"Vlevo","alignRight":"Vpravo","alignCenter":"Na stÅed","alignTop":"Nahoru","alignMiddle":"Na stÅed","alignBottom":"Dolů","invalidValue":"Neplatná hodnota.","invalidHeight":"Zadaná výška musà být ÄÃslo.","invalidWidth":"Å ÃÅka musà být ÄÃslo.","invalidCssLength":"Hodnota urÄená pro pole \"%1\" musà být kladné ÄÃslo bez nebo s platnou jednotkou mÃry CSS (px, %, in, cm, mm, em, ex, pt, nebo pc).","invalidHtmlLength":"Hodnota urÄená pro pole \"%1\" musà být kladné ÄÃslo bez nebo s platnou jednotkou mÃry HTML (px nebo %).","invalidInlineStyle":"Hodnota urÄená pro Åádkový styl se musà skládat z jedné nebo vÃce n-tic ve formátu \"název : hodnota\", oddÄlené stÅednÃky","cssLengthTooltip":"Zadejte ÄÃslo jako hodnotu v pixelech nebo ÄÃslo s platnou jednotkou CSS (px, %, v cm, mm, em, ex, pt, nebo pc).","unavailable":"%1<span class=\"cke_accessibility\">, nedostupné</span>"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"O aplikaci CKEditor","help":"ProhlédnÄte si $1 pro nápovÄdu.","moreInfo":"Pro informace o lincenci navÅ¡tivte naÅ¡i webovou stránku:","title":"O aplikaci CKEditor","userGuide":"Uživatelská pÅÃruÄka CKEditor"},"basicstyles":{"bold":"TuÄné","italic":"KurzÃva","strike":"PÅeÅ¡krtnuté","subscript":"Dolnà index","superscript":"Hornà index","underline":"Podtržené"},"bidi":{"ltr":"SmÄr textu zleva doprava","rtl":"SmÄr textu zprava doleva"},"blockquote":{"toolbar":"Citace"},"clipboard":{"copy":"KopÃrovat","copyError":"BezpeÄnostnà nastavenà vaÅ¡eho prohlÞeÄe nedovolujà editoru spustit funkci pro kopÃrovánà zvoleného textu do schránky. ProsÃm zkopÃrujte zvolený text do schránky pomocà klávesnice (Ctrl/Cmd+C).","cut":"Vyjmout","cutError":"BezpeÄnostnà nastavenà vaÅ¡eho prohlÞeÄe nedovolujà editoru spustit funkci pro vyjmutà zvoleného textu do schránky. ProsÃm vyjmÄte zvolený text do schránky pomocà klávesnice (Ctrl/Cmd+X).","paste":"Vložit","pasteArea":"Oblast vkládánÃ","pasteMsg":"Do následujÃcÃho pole vložte požadovaný obsah pomocà klávesnice (<STRONG>Ctrl/Cmd+V</STRONG>) a stisknÄte <STRONG>OK</STRONG>.","securityMsg":"Z důvodů nastavenà bezpeÄnosti vaÅ¡eho prohlÞeÄe nemůže editor pÅistupovat pÅÃmo do schránky. Obsah schránky prosÃm vložte znovu do tohoto okna.","title":"Vložit"},"button":{"selectedLabel":"%1 (Vybráno)"},"colorbutton":{"auto":"Automaticky","bgColorTitle":"Barva pozadÃ","colors":{"000":"Äerná","800000":"KaÅ¡tanová","8B4513":"Sedlová hnÄÄ","2F4F4F":"TmavÄ bledÄ Å¡edá","008080":"ÄÃrka","000080":"NámoÅnická modÅ","4B0082":"Inkoustová","696969":"TmavÄ Å¡edá","B22222":"Pálená cihla","A52A2A":"HnÄdá","DAA520":"Zlatý prut","006400":"TmavÄ zelená","40E0D0":"Tyrkisová","0000CD":"StÅednÄ modrá","800080":"Purpurová","808080":"Å edá","F00":"Äervená","FF8C00":"TmavÄ oranžová","FFD700":"Zlatá","008000":"Zelená","0FF":"Azurová","00F":"Modrá","EE82EE":"Fialová","A9A9A9":"KalnÄ Å¡edá","FFA07A":"SvÄtle lososová","FFA500":"Oranžová","FFFF00":"Žlutá","00FF00":"Limetková","AFEEEE":"BledÄ tyrkisová","ADD8E6":"SvÄtle modrá","DDA0DD":"Å vestková","D3D3D3":"SvÄtle Å¡edá","FFF0F5":"LevandulovÄ rumÄnná","FAEBD7":"Antická bÃlá","FFFFE0":"SvÄtle žlutá","F0FFF0":"Medová rosa","F0FFFF":"Azurová","F0F8FF":"AlenÄina modrá","E6E6FA":"Levandulová","FFF":"BÃlá"},"more":"VÃce barev...","panelTitle":"Barvy","textColorTitle":"Barva textu"},"colordialog":{"clear":"VyÄistit","highlight":"Zvýraznit","options":"Nastavenà barvy","selected":"Vybráno","title":"VýbÄr barvy"},"templates":{"button":"Å ablony","emptyListMsg":"(Nenà definována žádná Å¡ablona)","insertOption":"Nahradit aktuálnà obsah","options":"Nastavenà šablon","selectPromptMsg":"ProsÃm zvolte Å¡ablonu pro otevÅenà v editoru<br>(aktuálnà obsah editoru bude ztracen):","title":"Å ablony obsahu"},"contextmenu":{"options":"Nastavenà kontextové nabÃdky"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"NápovÄdnà titulek","cssClassInputLabel":"TÅÃdy stylů","edit":"ZmÄnit Div","inlineStyleInputLabel":"VnitÅnà styly","langDirLTRLabel":"Zleva doprava (LTR)","langDirLabel":"SmÄr jazyka","langDirRTLLabel":"Zprava doleva (RTL)","languageCodeInputLabel":" Kód jazyka","remove":"Odstranit Div","styleSelectLabel":"Styly","title":"VytvoÅit Div kontejner","toolbar":"VytvoÅit Div kontejner"},"toolbar":{"toolbarCollapse":"Skrýt panel nástrojů","toolbarExpand":"Zobrazit panel nástrojů","toolbarGroups":{"document":"Dokument","clipboard":"Schránka/ZpÄt","editing":"Ãpravy","forms":"FormuláÅe","basicstyles":"Základnà styly","paragraph":"Odstavec","links":"Odkazy","insert":"Vložit","styles":"Styly","colors":"Barvy","tools":"Nástroje"},"toolbars":"Panely nástrojů editoru"},"elementspath":{"eleLabel":"Cesta objektu","eleTitle":"%1 objekt"},"find":{"find":"Hledat","findOptions":"Možnosti hledánÃ","findWhat":"Co hledat:","matchCase":"RozliÅ¡ovat velikost pÃsma","matchCyclic":"Procházet opakovanÄ","matchWord":"Pouze celá slova","notFoundMsg":"Hledaný text nebyl nalezen.","replace":"Nahradit","replaceAll":"Nahradit vÅ¡e","replaceSuccessMsg":"%1 nahrazenÃ.","replaceWith":"ÄÃm nahradit:","title":"NajÃt a nahradit"},"fakeobjects":{"anchor":"Záložka","flash":"Flash animace","hiddenfield":"Skryté pole","iframe":"IFrame","unknown":"Neznámý objekt"},"flash":{"access":"PÅÃstup ke skriptu","accessAlways":"Vždy","accessNever":"Nikdy","accessSameDomain":"Ve stejné doménÄ","alignAbsBottom":"Zcela dolů","alignAbsMiddle":"DoprostÅed","alignBaseline":"Na úÄaÅÃ","alignTextTop":"Na hornà okraj textu","bgcolor":"Barva pozadÃ","chkFull":"Povolit celoobrazovkový režim","chkLoop":"OpakovánÃ","chkMenu":"NabÃdka Flash","chkPlay":"Automatické spuÅ¡tÄnÃ","flashvars":"PromÄnné pro Flash","hSpace":"Horizontálnà mezera","properties":"Vlastnosti Flashe","propertiesTab":"Vlastnosti","quality":"Kvalita","qualityAutoHigh":"Vysoká - auto","qualityAutoLow":"NÃzká - auto","qualityBest":"NejlepÅ¡Ã","qualityHigh":"Vysoká","qualityLow":"NejnižšÃ","qualityMedium":"StÅednÃ","scale":"Zobrazit","scaleAll":"Zobrazit vÅ¡e","scaleFit":"PÅizpůsobit","scaleNoBorder":"Bez okraje","title":"Vlastnosti Flashe","vSpace":"Vertikálnà mezera","validateHSpace":"Zadaná horizontálnà mezera musà být ÄÃslo.","validateSrc":"Zadejte prosÃm URL odkazu","validateVSpace":"Zadaná vertikálnà mezera musà být ÄÃslo.","windowMode":"Režim okna","windowModeOpaque":"Neprůhledné","windowModeTransparent":"Průhledné","windowModeWindow":"Okno"},"font":{"fontSize":{"label":"Velikost","voiceLabel":"Velikost pÃsma","panelTitle":"Velikost"},"label":"PÃsmo","panelTitle":"PÃsmo","voiceLabel":"PÃsmo"},"forms":{"button":{"title":"Vlastnosti tlaÄÃtka","text":"Popisek","type":"Typ","typeBtn":"TlaÄÃtko","typeSbm":"Odeslat","typeRst":"Obnovit"},"checkboxAndRadio":{"checkboxTitle":"Vlastnosti zaÅ¡krtávacÃho polÃÄka","radioTitle":"Vlastnosti pÅepÃnaÄe","value":"Hodnota","selected":"ZaÅ¡krtnuto"},"form":{"title":"Vlastnosti formuláÅe","menu":"Vlastnosti formuláÅe","action":"Akce","method":"Metoda","encoding":"KódovánÃ"},"hidden":{"title":"Vlastnosti skrytého pole","name":"Název","value":"Hodnota"},"select":{"title":"Vlastnosti seznamu","selectInfo":"Info","opAvail":"Dostupná nastavenÃ","value":"Hodnota","size":"Velikost","lines":"Åádků","chkMulti":"Povolit mnohonásobné výbÄry","opText":"Text","opValue":"Hodnota","btnAdd":"PÅidat","btnModify":"ZmÄnit","btnUp":"Nahoru","btnDown":"Dolů","btnSetValue":"Nastavit jako vybranou hodnotu","btnDelete":"Smazat"},"textarea":{"title":"Vlastnosti textové oblasti","cols":"Sloupců","rows":"Åádků"},"textfield":{"title":"Vlastnosti textového pole","name":"Název","value":"Hodnota","charWidth":"Å ÃÅka ve znacÃch","maxChars":"Maximálnà poÄet znaků","type":"Typ","typeText":"Text","typePass":"Heslo","typeEmail":"Email","typeSearch":"Hledat","typeTel":"Telefonnà ÄÃslo","typeUrl":"URL"}},"format":{"label":"Formát","panelTitle":"Formát","tag_address":"Adresa","tag_div":"Normálnà (DIV)","tag_h1":"Nadpis 1","tag_h2":"Nadpis 2","tag_h3":"Nadpis 3","tag_h4":"Nadpis 4","tag_h5":"Nadpis 5","tag_h6":"Nadpis 6","tag_p":"NormálnÃ","tag_pre":"Naformátováno"},"horizontalrule":{"toolbar":"Vložit vodorovnou linku"},"iframe":{"border":"Zobrazit okraj","noUrl":"Zadejte prosÃm URL obsahu pro IFrame","scrolling":"Zapnout posuvnÃky","title":"Vlastnosti IFrame","toolbar":"IFrame"},"image":{"alertUrl":"Zadejte prosÃm URL obrázku","alt":"Alternativnà text","border":"Okraje","btnUpload":"Odeslat na server","button2Img":"SkuteÄnÄ chcete pÅevést zvolené obrázkové tlaÄÃtko na obyÄejný obrázek?","hSpace":"Horizontálnà mezera","img2Button":"SkuteÄnÄ chcete pÅevést zvolený obrázek na obrázkové tlaÄÃtko?","infoTab":"Informace o obrázku","linkTab":"Odkaz","lockRatio":"Zámek","menu":"Vlastnosti obrázku","resetSize":"Původnà velikost","title":"Vlastnosti obrázku","titleButton":"Vlastnostà obrázkového tlaÄÃtka","upload":"Odeslat","urlMissing":"Zadané URL zdroje obrázku nebylo nalezeno.","vSpace":"Vertikálnà mezera","validateBorder":"Okraj musà být nastaven v celých ÄÃslech.","validateHSpace":"Horizontálnà mezera musà být nastavena v celých ÄÃslech.","validateVSpace":"Vertikálnà mezera musà být nastavena v celých ÄÃslech."},"indent":{"indent":"ZvÄtÅ¡it odsazenÃ","outdent":"ZmenÅ¡it odsazenÃ"},"smiley":{"options":"Nastavenà smajlÃků","title":"Vkládánà smajlÃků","toolbar":"SmajlÃci"},"justify":{"block":"Zarovnat do bloku","center":"Zarovnat na stÅed","left":"Zarovnat vlevo","right":"Zarovnat vpravo"},"language":{"button":"Nastavit jazyk","remove":"Odstranit jazyk"},"link":{"acccessKey":"PÅÃstupový klÃÄ","advanced":"RozÅ¡ÃÅené","advisoryContentType":"Pomocný typ obsahu","advisoryTitle":"Pomocný titulek","anchor":{"toolbar":"Záložka","menu":"Vlastnosti záložky","title":"Vlastnosti záložky","name":"Název záložky","errorName":"Zadejte prosÃm název záložky","remove":"Odstranit záložku"},"anchorId":"Podle Id objektu","anchorName":"Podle jména kotvy","charset":"PÅiÅazená znaková sada","cssClasses":"TÅÃda stylu","emailAddress":"E-mailová adresa","emailBody":"TÄlo zprávy","emailSubject":"PÅedmÄt zprávy","id":"Id","info":"Informace o odkazu","langCode":"Kód jazyka","langDir":"SmÄr jazyka","langDirLTR":"Zleva doprava (LTR)","langDirRTL":"Zprava doleva (RTL)","menu":"ZmÄnit odkaz","name":"Jméno","noAnchors":"(Ve stránce nenà definována žádná kotva!)","noEmail":"Zadejte prosÃm e-mailovou adresu","noUrl":"Zadejte prosÃm URL odkazu","other":"<jiný>","popupDependent":"Závislost (Netscape)","popupFeatures":"Vlastnosti vyskakovacÃho okna","popupFullScreen":"Celá obrazovka (IE)","popupLeft":"Levý okraj","popupLocationBar":"Panel umÃstÄnÃ","popupMenuBar":"Panel nabÃdky","popupResizable":"UmožÅujÃcà mÄnit velikost","popupScrollBars":"PosuvnÃky","popupStatusBar":"Stavový Åádek","popupToolbar":"Panel nástrojů","popupTop":"Hornà okraj","rel":"Vztah","selectAnchor":"Vybrat kotvu","styles":"Styl","tabIndex":"PoÅadà prvku","target":"CÃl","targetFrame":"<rámec>","targetFrameName":"Název cÃlového rámu","targetPopup":"<vyskakovacà okno>","targetPopupName":"Název vyskakovacÃho okna","title":"Odkaz","toAnchor":"Kotva v této stránce","toEmail":"E-mail","toUrl":"URL","toolbar":"Odkaz","type":"Typ odkazu","unlink":"Odstranit odkaz","upload":"Odeslat"},"list":{"bulletedlist":"Odrážky","numberedlist":"ÄÃslovánÃ"},"liststyle":{"armenian":"Arménské","bulletedTitle":"Vlastnosti odrážek","circle":"Kroužky","decimal":"Arabská ÄÃsla (1, 2, 3, atd.)","decimalLeadingZero":"Arabská ÄÃsla uvozená nulou (01, 02, 03, atd.)","disc":"KoleÄka","georgian":"GruzÃnské (an, ban, gan, atd.)","lowerAlpha":"Malá latinka (a, b, c, d, e, atd.)","lowerGreek":"Malé Åecké (alpha, beta, gamma, atd.)","lowerRoman":"Malé ÅÃmské (i, ii, iii, iv, v, atd.)","none":"Nic","notset":"<nenastaveno>","numberedTitle":"Vlastnosti ÄÃslovánÃ","square":"Ätverce","start":"PoÄátek","type":"Typ","upperAlpha":"Velká latinka (A, B, C, D, E, atd.)","upperRoman":"Velké ÅÃmské (I, II, III, IV, V, atd.)","validateStartNumber":"ÄÃslovánà musà zaÄÃnat celým ÄÃslem."},"magicline":{"title":"zde vložit odstavec"},"maximize":{"maximize":"Maximalizovat","minimize":"Minimalizovat"},"newpage":{"toolbar":"Nová stránka"},"pagebreak":{"alt":"Konec stránky","toolbar":"Vložit konec stránky"},"pastetext":{"button":"Vložit jako Äistý text","title":"Vložit jako Äistý text"},"pastefromword":{"confirmCleanup":"Jak je vidÄt, vkládaný text je kopÃrován z Wordu. Chcete jej pÅed vloženÃm vyÄistit?","error":"Z důvodu vnitÅnà chyby nebylo možné provést vyÄiÅ¡tÄnà vkládaného textu.","title":"Vložit z Wordu","toolbar":"Vložit z Wordu"},"preview":{"preview":"Náhled"},"print":{"toolbar":"Tisk"},"removeformat":{"toolbar":"Odstranit formátovánÃ"},"save":{"toolbar":"Uložit"},"selectall":{"toolbar":"Vybrat vÅ¡e"},"showblocks":{"toolbar":"Ukázat bloky"},"sourcearea":{"toolbar":"Zdroj"},"specialchar":{"options":"Nastavenà speciálnÃch znaků","title":"VýbÄr speciálnÃho znaku","toolbar":"Vložit speciálnà znaky"},"scayt":{"about":"O aplikaci SCAYT","aboutTab":"O aplikaci","addWord":"PÅidat slovo","allCaps":"Ignorovat slova tvoÅená velkými pÃsmeny","dic_create":"VytvoÅit","dic_delete":"Smazat","dic_field_name":"Název slovnÃku","dic_info":"ZpoÄátku se uživatelský slovnÃk ukládá do cookies ve vaÅ¡em prohlÞeÄi. OvÅ¡em cookies majà omezenou velikost, takže když slovnÃk dosáhne velikosti, kdy se již do cookies nevejde, může být uložen na naÅ¡em serveru. Chcete-li uložit váš osobnà slovnÃk na naÅ¡em serveru, je tÅeba slovnÃk nejdÅÃve pojmenovat. Máte-li již slovnÃk pojmenován a uložen, zadejte jeho název a klepnÄte na tlaÄÃtko Obnovit.","dic_rename":"PÅejmenovat","dic_restore":"Obnovit","dictionariesTab":"SlovnÃky","disable":"Vypnout SCAYT","emptyDic":"Název slovnÃku nesmà být prázdný.","enable":"Zapnout SCAYT","ignore":"PÅeskoÄit","ignoreAll":"PÅeskoÄit vÅ¡e","ignoreDomainNames":"Ignorovat doménová jména","langs":"Jazyky","languagesTab":"Jazyky","mixedCase":"Ignorovat slova obsahujÃcà různou velikost pÃsma","mixedWithDigits":"Ignorovat slova obsahujÃcà ÄÃsla","moreSuggestions":"VÃce návrhů","opera_title":"Toto Opera nepodporuje","options":"NastavenÃ","optionsTab":"NastavenÃ","title":"Kontrola pravopisu bÄhem psanà (SCAYT)","toggle":"VypÃnaÄ SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Styl","panelTitle":"Formátovacà styly","panelTitle1":"Blokové styly","panelTitle2":"Åádkové styly","panelTitle3":"Objektové styly"},"table":{"border":"OhraniÄenÃ","caption":"Popis","cell":{"menu":"BuÅka","insertBefore":"Vložit buÅku pÅed","insertAfter":"Vložit buÅku za","deleteCell":"Smazat buÅky","merge":"SlouÄit buÅky","mergeRight":"SlouÄit doprava","mergeDown":"SlouÄit dolů","splitHorizontal":"RozdÄlit buÅky vodorovnÄ","splitVertical":"RozdÄlit buÅky svisle","title":"Vlastnosti buÅky","cellType":"Typ buÅky","rowSpan":"Spojit Åádky","colSpan":"Spojit sloupce","wordWrap":"ZalamovánÃ","hAlign":"Vodorovné zarovnánÃ","vAlign":"Svislé zarovnánÃ","alignBaseline":"Na úÄaÅÃ","bgColor":"Barva pozadÃ","borderColor":"Barva okraje","data":"Data","header":"HlaviÄka","yes":"Ano","no":"Ne","invalidWidth":"Å ÃÅka buÅky musà být ÄÃslo.","invalidHeight":"Zadaná výška buÅky musà být ÄÃslená.","invalidRowSpan":"Zadaný poÄet slouÄených Åádků musà být celé ÄÃslo.","invalidColSpan":"Zadaný poÄet slouÄených sloupců musà být celé ÄÃslo.","chooseColor":"VýbÄr"},"cellPad":"Odsazenà obsahu v buÅce","cellSpace":"Vzdálenost bunÄk","column":{"menu":"Sloupec","insertBefore":"Vložit sloupec pÅed","insertAfter":"Vložit sloupec za","deleteColumn":"Smazat sloupec"},"columns":"Sloupce","deleteTable":"Smazat tabulku","headers":"ZáhlavÃ","headersBoth":"ObojÃ","headersColumn":"Prvnà sloupec","headersNone":"Žádné","headersRow":"Prvnà Åádek","invalidBorder":"Zdaná velikost okraje musà být ÄÃselná.","invalidCellPadding":"Zadané odsazenà obsahu v buÅce musà být ÄÃselné.","invalidCellSpacing":"Zadaná vzdálenost bunÄk musà být ÄÃselná.","invalidCols":"PoÄet sloupců musà být ÄÃslo vÄtÅ¡Ã než 0.","invalidHeight":"Zadaná výška tabulky musà být ÄÃselná.","invalidRows":"PoÄet Åádků musà být ÄÃslo vÄtÅ¡Ã než 0.","invalidWidth":"Å ÃÅka tabulky musà být ÄÃslo.","menu":"Vlastnosti tabulky","row":{"menu":"Åádek","insertBefore":"Vložit Åádek pÅed","insertAfter":"Vložit Åádek za","deleteRow":"Smazat Åádky"},"rows":"Åádky","summary":"Souhrn","title":"Vlastnosti tabulky","toolbar":"Tabulka","widthPc":"procent","widthPx":"bodů","widthUnit":"jednotka Å¡ÃÅky"},"undo":{"redo":"Znovu","undo":"ZpÄt"},"wsc":{"btnIgnore":"PÅeskoÄit","btnIgnoreAll":"PÅeskakovat vÅ¡e","btnReplace":"ZamÄnit","btnReplaceAll":"ZamÄÅovat vÅ¡e","btnUndo":"ZpÄt","changeTo":"ZmÄnit na","errorLoading":"Chyba nahrávánà služby aplikace z: %s.","ieSpellDownload":"Kontrola pravopisu nenà nainstalována. Chcete ji nynà stáhnout?","manyChanges":"Kontrola pravopisu dokonÄena: %1 slov zmÄnÄno","noChanges":"Kontrola pravopisu dokonÄena: Beze zmÄn","noMispell":"Kontrola pravopisu dokonÄena: Žádné pravopisné chyby nenalezeny","noSuggestions":"- žádné návrhy -","notAvailable":"Omlouváme se, ale služba nynà nenà dostupná.","notInDic":"Nenà ve slovnÃku","oneChange":"Kontrola pravopisu dokonÄena: Jedno slovo zmÄnÄno","progress":"ProbÃhá kontrola pravopisu...","title":"Kontrola pravopisu","toolbar":"Zkontrolovat pravopis"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/cy.js b/skins/ckeditor/lang/cy.js index 839230c..03b0ba9 100644 --- a/skins/ckeditor/lang/cy.js +++ b/skins/ckeditor/lang/cy.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.cy={dir:'ltr',editorTitle:'Golygydd testun cyfoethog, %1, gwasgwch ALT 0 am gymorth.',toolbars:'Bariau offer golygydd',editor:'Golygydd Testun Cyfoethog',source:'Tarddle',newPage:'Tudalen newydd',save:'Cadw',preview:'Rhagolwg',cut:'Torri',copy:'Copïo',paste:'Gludo',print:'Argraffu',underline:'Tanlinellu',bold:'Bras',italic:'Italig',selectAll:'Dewis Popeth',removeFormat:'Tynnu Fformat',strike:'Llinell Trwyddo',subscript:'Is-sgript',superscript:'Uwchsgript',horizontalrule:'Mewnosod Llinell Lorweddol',pagebreak:'Mewnosod Toriad Tudalen i Argraffu',pagebreakAlt:'Toriad Tudalen',unlink:'Datgysylltu',undo:'Dadwneud',redo:'Ailadrodd',common:{browseServer:"Pori'r Gweinydd",url:'URL',protocol:'Protocol',upload:'Lanlwytho',uploadSubmit:"Anfon i'r Gweinydd",image:'Delwedd',flash:'Flash',form:'Ffurflen',checkbox:'Blwch ticio',radio:'Botwm Radio',textField:'Maes Testun',textarea:'Ardal Testun',hiddenField:'Maes Cudd',button:'Botwm',select:'Maes Dewis',imageButton:'Botwm Delwedd',notSet:'<heb osod>',id:'Id',name:'Name',langDir:'Cyfeiriad Iaith',langDirLtr:"Chwith i'r Dde (LTR)",langDirRtl:"Dde i'r Chwith (RTL)",langCode:'Cod Iaith',longDescr:'URL Disgrifiad Hir',cssClass:'Dosbarth Dalen Arddull',advisoryTitle:'Teitl Cynghorol',cssStyle:'Arddull',ok:'Iawn',cancel:'Diddymu',close:'Cau',preview:'Rhagolwg',generalTab:'Cyffredinol',advancedTab:'Uwch',validateNumberFailed:"Nid yw'r gwerth hwn yn rhif.",confirmNewPage:"Byddwch yn colli unrhyw newidiadau i'r cynnwys sydd heb eu cadw. A ydych am barhau i lwytho tudalen newydd?",confirmCancel:"Mae rhai o'r opsiynau wedi'u newid. A ydych wir am gau'r deialog?",options:'Opsiynau',target:'Targed',targetNew:'Ffenest Newydd (_blank)',targetTop:'Ffenest ar y Brig (_top)',targetSelf:'Yr un Ffenest (_self)',targetParent:'Ffenest y Rhiant (_parent)',langDirLTR:"Chwith i'r Dde (LTR)",langDirRTL:"Dde i'r Chwith (RTL)",styles:'Arddull',cssClasses:'Dosbarthiadau Ffeil Ddiwyg',width:'Lled',height:'Uchder',align:'Alinio',alignLeft:'Chwith',alignRight:'Dde',alignCenter:'Canol',alignTop:'Brig',alignMiddle:'Canol',alignBottom:'Gwaelod',invalidHeight:"Rhaid i'r Uchder fod yn rhif.",invalidWidth:"Rhaid i'r Lled fod yn rhif.",invalidCssLength:"Mae'n rhaid i'r gwerth ar gyfer maes \"%1\" fod yn rhif positif gyda neu heb uned fesuriad CSS dilys (px, %, in, cm, mm, em, ex, pt, neu pc).",invalidHtmlLength:"Mae'n rhaid i'r gwerth ar gyfer maes \"%1\" fod yn rhif positif gyda neu heb uned fesuriad HTML dilys (px neu %).",unavailable:'%1<span class="cke_accessibility">, ddim ar gael</span>'},contextmenu:{options:'Opsiynau Dewislen Cyd-destun'},specialChar:{toolbar:'Mewnosod Nodau Arbennig',title:'Dewis Nod Arbennig',options:'Opsiynau Nodau Arbennig'},link:{toolbar:'Dolen',other:'<eraill>',menu:'Golygu Dolen',title:'Dolen',info:'Gwyb ar y Ddolen',target:'Targed',upload:'Lanlwytho',advanced:'Uwch',type:'Math y Ddolen',toUrl:'URL',toAnchor:'Dolen at angor yn y testun',toEmail:'E-bost',targetFrame:'<ffrâm>',targetPopup:'<ffenestr bop>',targetFrameName:'Enw Ffrâm y Targed',targetPopupName:'Enw Ffenestr Bop',popupFeatures:'Nodweddion Ffenestr Bop',popupResizable:'Ailfeintiol',popupStatusBar:'Bar Statws',popupLocationBar:'Bar Safle',popupToolbar:'Bar Offer',popupMenuBar:'Dewislen',popupFullScreen:'Sgrin Llawn (IE)',popupScrollBars:'Barrau Sgrolio',popupDependent:'Dibynnol (Netscape)',popupLeft:'Safle Chwith',popupTop:'Safle Top',id:'Id',langDir:'Cyfeiriad Iaith',langDirLTR:"Chwith i'r Dde (LTR)",langDirRTL:"Dde i'r Chwith (RTL)",acccessKey:'Allwedd Mynediad',name:'Enw',langCode:'Cod Iaith',tabIndex:'Indecs Tab',advisoryTitle:'Teitl Cynghorol',advisoryContentType:'Math y Cynnwys Cynghorol',cssClasses:'Dosbarthiadau Dalen Arddull',charset:"Set nodau'r Adnodd Cysylltiedig",styles:'Arddull',rel:'Perthynas',selectAnchor:'Dewiswch Angor',anchorName:"Gan Enw'r Angor",anchorId:'Gan Id yr Elfen',emailAddress:'Cyfeiriad E-Bost',emailSubject:'Testun y Message Subject',emailBody:'Pwnc y Neges',noAnchors:'(Dim angorau ar gael yn y ddogfen)',noUrl:'Teipiwch URL y ddolen',noEmail:'Teipiwch gyfeiriad yr e-bost'},anchor:{toolbar:'Angor',menu:'Golygwch yr Angor',title:"Priodweddau'r Angor",name:"Enw'r Angor",errorName:"Teipiwch enw'r angor",remove:'Tynnwch yr Angor'},list:{numberedTitle:'Priodweddau Rhestr Rifol',bulletedTitle:'Priodweddau Rhestr Fwled',type:'Math',start:'Dechrau',validateStartNumber:'Rhaid bod y rhif cychwynnol yn gyfanrif.',circle:'Cylch',disc:'Disg',square:'Sgwâr',none:'Dim',notset:'<heb osod>',armenian:'Rhifau Armeneg',georgian:'Rhifau Sioraidd (an, ban, gan, ayyb.)',lowerRoman:'Rhufeinig Is (i, ii, iii, iv, v, ayyb.)',upperRoman:'Rhufeinig Uwch (I, II, III, IV, V, ayyb.)',lowerAlpha:'Alffa Is (a, b, c, d, e, ayyb.)',upperAlpha:'Alffa Uwch (A, B, C, D, E, ayyb.)',lowerGreek:'Groeg Is (alpha, beta, gamma, ayyb.)',decimal:'Degol (1, 2, 3, ayyb.)',decimalLeadingZero:'Degol â sero arweiniol (01, 02, 03, ayyb.)'},findAndReplace:{title:'Chwilio ac Amnewid',find:'Chwilio',replace:'Amnewid',findWhat:"Chwilio'r term:",replaceWith:'Amnewid gyda:',notFoundMsg:"Nid oedd y testun wedi'i ddarganfod.",matchCase:"Cyfateb i'r cas",matchWord:'Cyfateb gair cyfan',matchCyclic:'Cyfateb cylchol',replaceAll:'Amnewid pob un',replaceSuccessMsg:'Amnewidiwyd %1 achlysur.'},table:{toolbar:'Tabl',title:'Nodweddion Tabl',menu:'Nodweddion Tabl',deleteTable:'Dileu Tabl',rows:'Rhesi',columns:'Colofnau',border:'Maint yr Ymyl',widthPx:'picsel',widthPc:'y cant',widthUnit:'uned lled',cellSpace:"Bylchu'r gell",cellPad:"Padio'r gell",caption:'Pennawd',summary:'Crynodeb',headers:'Penynnau',headersNone:'Dim',headersColumn:'Colofn gyntaf',headersRow:'Rhes gyntaf',headersBoth:'Y Ddau',invalidRows:"Mae'n rhaid cael o leiaf un rhes.",invalidCols:"Mae'n rhaid cael o leiaf un golofn.",invalidBorder:"Mae'n rhaid i faint yr ymyl fod yn rhif.",invalidWidth:"Mae'n rhaid i led y tabl fod yn rhif.",invalidHeight:"Mae'n rhaid i uchder y tabl fod yn rhif.",invalidCellSpacing:"Mae'n rhaid i fylchiad y gell fod yn rhif positif.",invalidCellPadding:"Mae'n rhaid i badiad y gell fod yn rhif positif.",cell:{menu:'Cell',insertBefore:'Mewnosod Cell Cyn',insertAfter:'Mewnosod Cell Ar Ãl',deleteCell:'Dileu Celloedd',merge:'Cyfuno Celloedd',mergeRight:"Cyfuno i'r Dde",mergeDown:'Cyfuno i Lawr',splitHorizontal:"Hollti'r Gell yn Lorweddol",splitVertical:"Hollti'r Gell yn Fertigol",title:"Priodweddau'r Gell",cellType:'Math y Gell',rowSpan:'Rhychwant Rhesi',colSpan:'Rhychwant Colofnau',wordWrap:'Lapio Geiriau',hAlign:'Aliniad Llorweddol',vAlign:'Aliniad Fertigol',alignBaseline:'Baslinell',bgColor:'Lliw Cefndir',borderColor:'Lliw Ymyl',data:'Data',header:'Pennyn',yes:'Ie',no:'Na',invalidWidth:"Mae'n rhaid i led y gell fod yn rhif.",invalidHeight:"Mae'n rhaid i uchder y gell fod yn rhif.",invalidRowSpan:"Mae'n rhaid i rychwant y rhesi fod yn gyfanrif.",invalidColSpan:"Mae'n rhaid i rychwant y colofnau fod yn gyfanrif.",chooseColor:'Choose'},row:{menu:'Rhes',insertBefore:'Mewnosod Rhes Cyn',insertAfter:'Mewnosod Rhes Ar Ãl',deleteRow:'Dileu Rhesi'},column:{menu:'Colofn',insertBefore:'Mewnosod Colofn Cyn',insertAfter:'Mewnosod Colofn Ar Ãl',deleteColumn:'Dileu Colofnau'}},button:{title:'Priodweddau Botymau',text:'Testun (Gwerth)',type:'Math',typeBtn:'Botwm',typeSbm:'Gyrru',typeRst:'Ailosod'},checkboxAndRadio:{checkboxTitle:'Priodweddau Blwch Ticio',radioTitle:'Priodweddau Botwm Radio',value:'Gwerth',selected:'Dewiswyd'},form:{title:'Priodweddau Ffurflen',menu:'Priodweddau Ffurflen',action:'Gweithred',method:'Dull',encoding:'Amgodio'},select:{title:'Priodweddau Maes Dewis',selectInfo:'Gwyb Dewis',opAvail:'Opsiynau ar Gael',value:'Gwerth',size:'Maint',lines:'llinellau',chkMulti:'Caniatà u aml-ddewisiadau',opText:'Testun',opValue:'Gwerth',btnAdd:'Ychwanegu',btnModify:'Newid',btnUp:'Lan',btnDown:'Lawr',btnSetValue:'Gosod fel gwerth a ddewiswyd',btnDelete:'Dileu'},textarea:{title:'Priodweddau Ardal Testun',cols:'Colofnau',rows:'Rhesi'},textfield:{title:'Priodweddau Maes Testun',name:'Enw',value:'Gwerth',charWidth:'Lled Nod',maxChars:'Uchafswm y Nodau',type:'Math',typeText:'Testun',typePass:'Cyfrinair'},hidden:{title:'Priodweddau Maes Cudd',name:'Enw',value:'Gwerth'},image:{title:'Priodweddau Delwedd',titleButton:'Priodweddau Botwm Delwedd',menu:'Priodweddau Delwedd',infoTab:'Gwyb Delwedd',btnUpload:"Anfon i'r Gweinydd",upload:'lanlwytho',alt:'Testun Amgen',lockRatio:'Cloi Cymhareb',resetSize:'Ailosod Maint',border:'Ymyl',hSpace:'BwlchLl',vSpace:'BwlchF',alertUrl:'Rhowch URL y ddelwedd',linkTab:'Dolen',button2Img:"Ydych am drawsffurfio'r botwm ddelwedd hwn ar ddelwedd syml?",img2Button:"Ydych am drawsffurfio'r ddelwedd hon ar fotwm delwedd?",urlMissing:"URL tarddle'r ddelwedd ar goll.",validateBorder:"Rhaid i'r ymyl fod yn gyfanrif.",validateHSpace:"Rhaid i'r HSpace fod yn gyfanrif.",validateVSpace:"Rhaid i'r VSpace fod yn gyfanrif."},flash:{properties:'Priodweddau Flash',propertiesTab:'Priodweddau',title:'Priodweddau Flash',chkPlay:'AwtoChwarae',chkLoop:'Lwpio',chkMenu:'Galluogi Dewislen Flash',chkFull:'Caniatà u Sgrin Llawn',scale:'Graddfa',scaleAll:'Dangos pob',scaleNoBorder:'Dim Ymyl',scaleFit:'Ffit Union',access:'Mynediad Sgript',accessAlways:'Pob amser',accessSameDomain:"R'un parth",accessNever:'Byth',alignAbsBottom:'Gwaelod Abs',alignAbsMiddle:'Canol Abs',alignBaseline:'Baslinell',alignTextTop:'Testun Top',quality:'Ansawdd',qualityBest:'Gorau',qualityHigh:'Uchel',qualityAutoHigh:'Uchel Awto',qualityMedium:'Canolig',qualityAutoLow:'Isel Awto',qualityLow:'Isel',windowModeWindow:'Ffenestr',windowModeOpaque:'Afloyw',windowModeTransparent:'Tryloyw',windowMode:'Modd ffenestr',flashvars:'Newidynnau ar gyfer Flash',bgcolor:'Lliw cefndir',hSpace:'BwlchLl',vSpace:'BwlchF',validateSrc:'Ni all yr URL fod yn wag.',validateHSpace:"Rhaid i'r BwlchLl fod yn rhif.",validateVSpace:"Rhaid i'r BwlchF fod yn rhif."},spellCheck:{toolbar:'Gwirio Sillafu',title:'Gwirio Sillafu',notAvailable:"Nid yw'r gwasanaeth hwn ar gael yn bresennol.",errorLoading:'Error loading application service host: %s.',notInDic:"Nid i'w gael yn y geiriadur",changeTo:'Newid i',btnIgnore:'Anwybyddu Un',btnIgnoreAll:'Anwybyddu Pob',btnReplace:'Amnewid Un',btnReplaceAll:'Amnewid Pob',btnUndo:'Dadwneud',noSuggestions:'- Dim awgrymiadau -',progress:'Gwirio sillafu yn ar y gweill...',noMispell:'Gwirio sillafu wedi gorffen: Dim camsillaf.',noChanges:'Gwirio sillafu wedi gorffen: Dim newidiadau',oneChange:'Gwirio sillafu wedi gorffen: Newidiwyd 1 gair',manyChanges:'Gwirio sillafu wedi gorffen: Newidiwyd %1 gair',ieSpellDownload:'Gwirydd sillafu heb ei arsefydlu. A ydych am ei lawrlwytho nawr?'},smiley:{toolbar:'Gwenoglun',title:'Mewnosod Gwenoglun',options:'Opsiynau Gwenogluniau'},elementsPath:{eleLabel:'Llwybr elfennau',eleTitle:'Elfen %1'},numberedlist:'Mewnosod/Tynnu Rhestr Rhifol',bulletedlist:'Mewnosod/Tynnu Rhestr Bwled',indent:"Cynyddu'r Mewnoliad",outdent:"Lleihau'r Mewnoliad",justify:{left:"Alinio i'r Chwith",center:"Alinio i'r Canol",right:"Alinio i'r Dde",block:'Aliniad Bloc'},blockquote:'Dyfyniad bloc',clipboard:{title:'Gludo',cutError:"Nid yw gosodiadau diogelwch eich porwr yn caniatà u'r golygydd i gynnal 'gweithredoedd torri' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl/Cmd+X).",copyError:"Nid yw gosodiadau diogelwch eich porwr yn caniatà u'r golygydd i gynnal 'gweithredoedd copïo' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl/Cmd+C).",pasteMsg:"Gludwch i mewn i'r blwch canlynol gan ddefnyddio'r bysellfwrdd (<strong>Ctrl/Cmd+V</strong>) a phwyso <strong>Iawn</strong>.",securityMsg:"Oherwydd gosodiadau diogelwch eich porwr, nid yw'r porwr yn gallu ennill mynediad i'r data ar y clipfwrdd yn uniongyrchol. Mae angen i chi ei ludo eto i'r ffenestr hon.",pasteArea:'Ardal Gludo'},pastefromword:{confirmCleanup:"Mae'r testun rydych chi am ludo wedi'i gopïo o Word. Ydych chi am ei lanhau cyn ei ludo?",toolbar:'Gludo o Word',title:'Gludo o Word',error:'Doedd dim modd glanhau y data a ludwyd oherwydd gwall mewnol'},pasteText:{button:'Gludo fel testun plaen',title:'Gludo fel Testun Plaen'},templates:{button:'Templedi',title:'Templedi Cynnwys',options:'Opsiynau Templedi',insertOption:'Amnewid y cynnwys go iawn',selectPromptMsg:"Dewiswch dempled i'w agor yn y golygydd",emptyListMsg:"(Dim templedi wedi'u diffinio)"},showBlocks:'Dangos Blociau',stylesCombo:{label:'Arddulliau',panelTitle:'Arddulliau Fformatio',panelTitle1:'Arddulliau Bloc',panelTitle2:'Arddulliau Mewnol',panelTitle3:'Arddulliau Gwrthrych'},format:{label:'Fformat',panelTitle:'Fformat Paragraff',tag_p:'Normal',tag_pre:"Wedi'i Fformatio",tag_address:'Cyfeiriad',tag_h1:'Pennawd 1',tag_h2:'Pennawd 2',tag_h3:'Pennawd 3',tag_h4:'Pennawd 4',tag_h5:'Pennawd 5',tag_h6:'Pennawd 6',tag_div:'Normal (DIV)'},div:{title:'Creu Cynhwysydd Div',toolbar:'Creu Cynhwysydd Div',cssClassInputLabel:'Dosbarthiadau Ffeil Ddiwyg',styleSelectLabel:'Arddull',IdInputLabel:'Id',languageCodeInputLabel:' Cod Iaith',inlineStyleInputLabel:'Arddull Mewn Llinell',advisoryTitleInputLabel:'Teitl Cynghorol',langDirLabel:'Cyfeiriad yr Iaith',langDirLTRLabel:"Chwith i'r Dde (LTR)",langDirRTLLabel:"Dde i'r Chwith (RTL)",edit:'Golygu Div',remove:'Tynnu Div'},iframe:{title:'Priodweddau IFrame',toolbar:'IFrame',noUrl:'Rhowch fath URL yr iframe',scrolling:'Galluogi bariau sgrolio',border:'Dangos ymyl y ffrâm'},font:{label:'Ffont',voiceLabel:'Ffont',panelTitle:"Enw'r Ffont"},fontSize:{label:'Maint',voiceLabel:'Maint y Ffont',panelTitle:'Maint y Ffont'},colorButton:{textColorTitle:'Lliw Testun',bgColorTitle:'Lliw Cefndir',panelTitle:'Lliwiau',auto:'Awtomatig',more:'Mwy o Liwiau...'},colors:{'000':'Du',800000:'Marwn','8B4513':'Brown Cyfrwy','2F4F4F':'Llechen Tywyll','008080':'Corhwyad','000080':'Nefi','4B0082':'Indigo',696969:'Llwyd Pwl',B22222:'Bric Tân',A52A2A:'Brown',DAA520:'Rhoden Aur','006400':'Gwyrdd Tywyll','40E0D0':'Gwyrddlas','0000CD':'Glas Canolig',800080:'Porffor',808080:'Llwyd',F00:'Coch',FF8C00:'Oren Tywyll',FFD700:'Aur','008000':'Gwyrdd','0FF':'Cyan','00F':'Glas',EE82EE:'Fioled',A9A9A9:'Llwyd Tywyll',FFA07A:'Samwn Golau',FFA500:'Oren',FFFF00:'Melyn','00FF00':'Leim',AFEEEE:'Gwyrddlas Golau',ADD8E6:'Glas Golau',DDA0DD:'Eirinen',D3D3D3:'Llwyd Golau',FFF0F5:'Gwrid Lafant',FAEBD7:'Gwyn Hynafol',FFFFE0:'Melyn Golau',F0FFF0:'Melwn Gwyrdd Golau',F0FFFF:'Aswr',F0F8FF:'Glas Alys',E6E6FA:'Lafant',FFF:'Gwyn'},scayt:{title:"Gwirio'r Sillafu Wrth Deipio",opera_title:'Heb ei gynnal gan Opera',enable:'Galluogi SCAYT',disable:'Analluogi SCAYT',about:'Ynghylch SCAYT',toggle:'Togl SCAYT',options:'Opsiynau',langs:'Ieithoedd',moreSuggestions:'Awgrymiadau pellach',ignore:'Anwybyddu',ignoreAll:'Anwybyddu pob',addWord:'Ychwanegu Gair',emptyDic:"Ni ddylai enw'r geiriadur fod yn wag.",optionsTab:'Opsiynau',allCaps:'Anwybyddu Geiriau Nodau Uwch i Gyd',ignoreDomainNames:'Anwybyddu Enwau Parth',mixedCase:'Anwybyddu Geiriau â Chymysgedd Nodau Uwch ac Is',mixedWithDigits:'Anwybyddu Geiriau â Rhifau',languagesTab:'Ieithoedd',dictionariesTab:'Geiriaduron',dic_field_name:"Enw'r geiriadur",dic_create:'Creu',dic_restore:'Adfer',dic_delete:'Dileu',dic_rename:'Ailenwi',dic_info:"Ar y cychwyn, caiff y Geiriadur ei storio mewn Cwci. Er, mae terfyn ar faint cwcis. Pan fydd Gweiriadur Defnyddiwr yn tyfu tu hwnt i gyfyngiadau maint Cwci, caiff y geiriadur ei storio ar ein gweinydd ni. er mwyn storio eich geiriadur poersonol chi ar ein gweinydd, bydd angen i chi osod enw ar gyfer y geiriadur. Os oes geiriadur 'da chi ar ein gweinydd yn barod, teipiwch ei enw a chliciwch y botwm Adfer.",aboutTab:'Ynghylch'},about:{title:'Ynghylch CKEditor',dlgTitle:'Ynghylch CKEditor',help:'Gwirio $1 am gymorth.',userGuide:'Canllawiau Defnyddiwr CKEditor',moreInfo:"Am wybodaeth ynghylch trwyddedau, ewch i'n gwefan:",copy:'Hawlfraint © $1. Cedwir pob hawl.'},maximize:'Mwyhau',minimize:'Lleihau',fakeobjects:{anchor:'Angor',flash:'Animeiddiant Flash',iframe:'IFrame',hiddenfield:'Maes Cudd',unknown:'Gwrthrych Anhysbys'},resize:'Llusgo i ailfeintio',colordialog:{title:'Dewis lliw',options:'Opsiynau Lliw',highlight:'Uwcholeuo',selected:'Dewiswyd',clear:'Clirio'},toolbarCollapse:"Cyfangu'r Bar Offer",toolbarExpand:"Ehangu'r Bar Offer",toolbarGroups:{document:'Dogfen',clipboard:'Clipfwrdd/Dadwneud',editing:'Golygu',forms:'Ffurflenni',basicstyles:'Arddulliau Sylfaenol',paragraph:'Paragraff',links:'Dolenni',insert:'Mewnosod',styles:'Arddulliau',colors:'Lliwiau',tools:'Offer'},bidi:{ltr:"Cyfeiriad testun o'r chwith i'r dde",rtl:"Cyfeiriad testun o'r dde i'r chwith"},docprops:{label:'Priodweddau Dogfen',title:'Priodweddau Dogfen',design:'Cynllunio',meta:'Tagiau Meta',chooseColor:'Dewis',other:'Arall...',docTitle:'Teitl y Dudalen',charset:'Amgodio Set Nodau',charsetOther:'Amgodio Set Nodau Arall',charsetASCII:'ASCII',charsetCE:'Ewropeaidd Canol',charsetCT:'Tsieinëeg Traddodiadol (Big5)',charsetCR:'Syrilig',charsetGR:'Groeg',charsetJP:'Siapanëeg',charsetKR:'Corëeg',charsetTR:'Tyrceg',charsetUN:'Unicode (UTF-8)',charsetWE:'Ewropeaidd Gorllewinol',docType:'Pennawd Math y Ddogfen',docTypeOther:'Pennawd Math y Ddogfen Arall',xhtmlDec:'Cynnwys Datganiadau XHTML',bgColor:'Lliw Cefndir',bgImage:'URL Delwedd Cefndir',bgFixed:'Cefndir Sefydlog (Ddim yn Sgrolio)',txtColor:'Lliw y Testun',margin:'Ffin y Dudalen',marginTop:'Brig',marginLeft:'Chwith',marginRight:'Dde',marginBottom:'Gwaelod',metaKeywords:'Allweddeiriau Indecsio Dogfen (gwahanu gyda choma)',metaDescription:'Disgrifiad y Ddogfen',metaAuthor:'Awdur',metaCopyright:'Hawlfraint',previewHtml:'<p>Dyma ychydig o <strong>destun sampl</strong>. Rydych chi\'n defnyddio <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['cy']={"editor":"Golygydd Testun Cyfoethog","editorPanel":"Panel Golygydd Testun Cyfoethog","common":{"editorHelp":"Gwasgwch ALT 0 am gymorth","browseServer":"Pori'r Gweinydd","url":"URL","protocol":"Protocol","upload":"Lanlwytho","uploadSubmit":"Anfon i'r Gweinydd","image":"Delwedd","flash":"Flash","form":"Ffurflen","checkbox":"Blwch ticio","radio":"Botwm Radio","textField":"Maes Testun","textarea":"Ardal Testun","hiddenField":"Maes Cudd","button":"Botwm","select":"Maes Dewis","imageButton":"Botwm Delwedd","notSet":"<heb osod>","id":"Id","name":"Name","langDir":"Cyfeiriad Iaith","langDirLtr":"Chwith i'r Dde (LTR)","langDirRtl":"Dde i'r Chwith (RTL)","langCode":"Cod Iaith","longDescr":"URL Disgrifiad Hir","cssClass":"Dosbarthiadau Dalen Arddull","advisoryTitle":"Teitl Cynghorol","cssStyle":"Arddull","ok":"Iawn","cancel":"Diddymu","close":"Cau","preview":"Rhagolwg","resize":"Ailfeintio","generalTab":"Cyffredinol","advancedTab":"Uwch","validateNumberFailed":"'Dyw'r gwerth hwn ddim yn rhif.","confirmNewPage":"Byddwch chi'n colli unrhyw newidiadau i'r cynnwys sydd heb eu cadw. Ydych am barhau i lwytho tudalen newydd?","confirmCancel":"Cafodd rhai o'r opsiynau eu newid. Ydych chi wir am gau'r deialog?","options":"Opsiynau","target":"Targed","targetNew":"Ffenest Newydd (_blank)","targetTop":"Ffenest ar y Brig (_top)","targetSelf":"Yr un Ffenest (_self)","targetParent":"Ffenest y Rhiant (_parent)","langDirLTR":"Chwith i'r Dde (LTR)","langDirRTL":"Dde i'r Chwith (RTL)","styles":"Arddull","cssClasses":"Dosbarthiadau Dalen Arddull","width":"Lled","height":"Uchder","align":"Alinio","alignLeft":"Chwith","alignRight":"Dde","alignCenter":"Canol","alignTop":"Brig","alignMiddle":"Canol","alignBottom":"Gwaelod","invalidValue":"Gwerth annilys.","invalidHeight":"Mae'n rhaid i'r uchder fod yn rhif.","invalidWidth":"Mae'n rhaid i'r lled fod yn rhif.","invalidCssLength":"Mae'n rhaid i'r gwerth ar gyfer maes \"%1\" fod yn rhif positif gyda neu heb uned fesuriad CSS dilys (px, %, in, cm, mm, em, ex, pt, neu pc).","invalidHtmlLength":"Mae'n rhaid i'r gwerth ar gyfer maes \"%1\" fod yn rhif positif gyda neu heb uned fesuriad HTML dilys (px neu %).","invalidInlineStyle":"Mae'n rhaid i'r gwerth ar gyfer arddull mewn-llinell gynnwys un set neu fwy ar y fformat \"enw : gwerth\", wedi'u gwahanu gyda hanner colon.","cssLengthTooltip":"Rhowch rif am werth mewn picsel neu rhif gydag uned CSS dilys (px, %, in, cm, mm, em, pt neu pc).","unavailable":"%1<span class=\"cke_accessibility\">, ddim ar gael</span>"},"about":{"copy":"Hawlfraint © $1. Cedwir pob hawl.","dlgTitle":"Ynghylch CKEditor","help":"Gwirio $1 am gymorth.","moreInfo":"Am wybodaeth ynghylch trwyddedau, ewch i'n gwefan:","title":"Ynghylch CKEditor","userGuide":"Canllawiau Defnyddiwr CKEditor"},"basicstyles":{"bold":"Bras","italic":"Italig","strike":"Llinell Trwyddo","subscript":"Is-sgript","superscript":"Uwchsgript","underline":"Tanlinellu"},"bidi":{"ltr":"Cyfeiriad testun o'r chwith i'r dde","rtl":"Cyfeiriad testun o'r dde i'r chwith"},"blockquote":{"toolbar":"Dyfyniad bloc"},"clipboard":{"copy":"Copïo","copyError":"'Dyw gosodiadau diogelwch eich porwr ddim yn caniatà u'r golygydd i gynnal 'gweithredoedd copïo' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl/Cmd+C).","cut":"Torri","cutError":"Nid yw gosodiadau diogelwch eich porwr yn caniatà u'r golygydd i gynnal 'gweithredoedd torri' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl/Cmd+X).","paste":"Gludo","pasteArea":"Ardal Gludo","pasteMsg":"Gludwch i mewn i'r blwch canlynol gan ddefnyddio'r bysellfwrdd (<strong>Ctrl/Cmd+V</strong>) a phwyso <strong>Iawn</strong>.","securityMsg":"Oherwydd gosodiadau diogelwch eich porwr, 'dyw'r porwr ddim yn gallu ennill mynediad i'r data ar y clipfwrdd yn uniongyrchol. Mae angen i chi ei ludo eto i'r ffenestr hon.","title":"Gludo"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Awtomatig","bgColorTitle":"Lliw Cefndir","colors":{"000":"Du","800000":"Marwn","8B4513":"Brown Cyfrwy","2F4F4F":"Llechen Tywyll","008080":"Corhwyad","000080":"Nefi","4B0082":"Indigo","696969":"Llwyd Tywyll","B22222":"Bric Tân","A52A2A":"Brown","DAA520":"Rhoden Aur","006400":"Gwyrdd Tywyll","40E0D0":"Gwyrddlas","0000CD":"Glas Canolig","800080":"Porffor","808080":"Llwyd","F00":"Coch","FF8C00":"Oren Tywyll","FFD700":"Aur","008000":"Gwyrdd","0FF":"Cyan","00F":"Glas","EE82EE":"Fioled","A9A9A9":"Llwyd Pwl","FFA07A":"Samwn Golau","FFA500":"Oren","FFFF00":"Melyn","00FF00":"Leim","AFEEEE":"Gwyrddlas Golau","ADD8E6":"Glas Golau","DDA0DD":"Eirinen","D3D3D3":"Llwyd Golau","FFF0F5":"Gwrid Lafant","FAEBD7":"Gwyn Hynafol","FFFFE0":"Melyn Golau","F0FFF0":"Melwn Gwyrdd Golau","F0FFFF":"Aswr","F0F8FF":"Glas Alys","E6E6FA":"Lafant","FFF":"Gwyn"},"more":"Mwy o Liwiau...","panelTitle":"Lliwiau","textColorTitle":"Lliw Testun"},"colordialog":{"clear":"Clirio","highlight":"Uwcholeuo","options":"Opsiynau Lliw","selected":"Lliw a Ddewiswyd","title":"Dewis lliw"},"templates":{"button":"Templedi","emptyListMsg":"(Dim templedi wedi'u diffinio)","insertOption":"Amnewid y cynnwys go iawn","options":"Opsiynau Templedi","selectPromptMsg":"Dewiswch dempled i'w agor yn y golygydd","title":"Templedi Cynnwys"},"contextmenu":{"options":"Opsiynau Dewislen Cyd-destun"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Teitl Cynghorol","cssClassInputLabel":"Dosbarthiadau Ffeil Arddull","edit":"Golygu Div","inlineStyleInputLabel":"Arddull Mewn Llinell","langDirLTRLabel":"Chwith i'r Dde (LTR)","langDirLabel":"Cyfeiriad yr Iaith","langDirRTLLabel":"Dde i'r Chwith (RTL)","languageCodeInputLabel":" Cod Iaith","remove":"Tynnu Div","styleSelectLabel":"Arddull","title":"Creu Cynhwysydd Div","toolbar":"Creu Cynhwysydd Div"},"toolbar":{"toolbarCollapse":"Cyfangu'r Bar Offer","toolbarExpand":"Ehangu'r Bar Offer","toolbarGroups":{"document":"Dogfen","clipboard":"Clipfwrdd/Dadwneud","editing":"Golygu","forms":"Ffurflenni","basicstyles":"Arddulliau Sylfaenol","paragraph":"Paragraff","links":"Dolenni","insert":"Mewnosod","styles":"Arddulliau","colors":"Lliwiau","tools":"Offer"},"toolbars":"Bariau offer y golygydd"},"elementspath":{"eleLabel":"Llwybr elfennau","eleTitle":"Elfen %1"},"find":{"find":"Chwilio","findOptions":"Opsiynau Chwilio","findWhat":"Chwilio'r term:","matchCase":"Cydweddu'r cas","matchCyclic":"Cydweddu'n gylchol","matchWord":"Cydweddu gair cyfan","notFoundMsg":"Nid oedd y testun wedi'i ddarganfod.","replace":"Amnewid Un","replaceAll":"Amnewid Pob","replaceSuccessMsg":"Amnewidiwyd %1 achlysur.","replaceWith":"Amnewid gyda:","title":"Chwilio ac Amnewid"},"fakeobjects":{"anchor":"Angor","flash":"Animeiddiant Flash","hiddenfield":"Maes Cudd","iframe":"IFrame","unknown":"Gwrthrych Anhysbys"},"flash":{"access":"Mynediad Sgript","accessAlways":"Pob amser","accessNever":"Byth","accessSameDomain":"R'un parth","alignAbsBottom":"Gwaelod Abs","alignAbsMiddle":"Canol Abs","alignBaseline":"Baslinell","alignTextTop":"Testun Top","bgcolor":"Lliw cefndir","chkFull":"Caniatà u Sgrin Llawn","chkLoop":"Lwpio","chkMenu":"Galluogi Dewislen Flash","chkPlay":"AwtoChwarae","flashvars":"Newidynnau ar gyfer Flash","hSpace":"BwlchLl","properties":"Priodweddau Flash","propertiesTab":"Priodweddau","quality":"Ansawdd","qualityAutoHigh":"Uchel Awto","qualityAutoLow":"Isel Awto","qualityBest":"Gorau","qualityHigh":"Uchel","qualityLow":"Isel","qualityMedium":"Canolig","scale":"Graddfa","scaleAll":"Dangos pob","scaleFit":"Ffit Union","scaleNoBorder":"Dim Ymyl","title":"Priodweddau Flash","vSpace":"BwlchF","validateHSpace":"Rhaid i'r BwlchLl fod yn rhif.","validateSrc":"Ni all yr URL fod yn wag.","validateVSpace":"Rhaid i'r BwlchF fod yn rhif.","windowMode":"Modd ffenestr","windowModeOpaque":"Afloyw","windowModeTransparent":"Tryloyw","windowModeWindow":"Ffenestr"},"font":{"fontSize":{"label":"Maint","voiceLabel":"Maint y Ffont","panelTitle":"Maint y Ffont"},"label":"Ffont","panelTitle":"Enw'r Ffont","voiceLabel":"Ffont"},"forms":{"button":{"title":"Priodweddau Botymau","text":"Testun (Gwerth)","type":"Math","typeBtn":"Botwm","typeSbm":"Anfon","typeRst":"Ailosod"},"checkboxAndRadio":{"checkboxTitle":"Priodweddau Blwch Ticio","radioTitle":"Priodweddau Botwm Radio","value":"Gwerth","selected":"Dewiswyd"},"form":{"title":"Priodweddau Ffurflen","menu":"Priodweddau Ffurflen","action":"Gweithred","method":"Dull","encoding":"Amgodio"},"hidden":{"title":"Priodweddau Maes Cudd","name":"Enw","value":"Gwerth"},"select":{"title":"Priodweddau Maes Dewis","selectInfo":"Gwyb Dewis","opAvail":"Opsiynau ar Gael","value":"Gwerth","size":"Maint","lines":"llinellau","chkMulti":"Caniatà u aml-ddewisiadau","opText":"Testun","opValue":"Gwerth","btnAdd":"Ychwanegu","btnModify":"Newid","btnUp":"Lan","btnDown":"Lawr","btnSetValue":"Gosod fel gwerth a ddewiswyd","btnDelete":"Dileu"},"textarea":{"title":"Priodweddau Ardal Testun","cols":"Colofnau","rows":"Rhesi"},"textfield":{"title":"Priodweddau Maes Testun","name":"Enw","value":"Gwerth","charWidth":"Lled Nod","maxChars":"Uchafswm y Nodau","type":"Math","typeText":"Testun","typePass":"Cyfrinair","typeEmail":"Ebost","typeSearch":"Chwilio","typeTel":"Rhif Ffôn","typeUrl":"URL"}},"format":{"label":"Fformat","panelTitle":"Fformat Paragraff","tag_address":"Cyfeiriad","tag_div":"Normal (DIV)","tag_h1":"Pennawd 1","tag_h2":"Pennawd 2","tag_h3":"Pennawd 3","tag_h4":"Pennawd 4","tag_h5":"Pennawd 5","tag_h6":"Pennawd 6","tag_p":"Normal","tag_pre":"Wedi'i Fformatio"},"horizontalrule":{"toolbar":"Mewnosod Llinell Lorweddol"},"iframe":{"border":"Dangos ymyl y ffrâm","noUrl":"Rhowch URL yr iframe","scrolling":"Galluogi bariau sgrolio","title":"Priodweddau IFrame","toolbar":"IFrame"},"image":{"alertUrl":"Rhowch URL y ddelwedd","alt":"Testun Amgen","border":"Ymyl","btnUpload":"Anfon i'r Gweinydd","button2Img":"Ydych am drawsffurfio'r botwm ddelwedd hwn ar ddelwedd syml?","hSpace":"BwlchLl","img2Button":"Ydych am drawsffurfio'r ddelwedd hon ar fotwm delwedd?","infoTab":"Gwyb Delwedd","linkTab":"Dolen","lockRatio":"Cloi Cymhareb","menu":"Priodweddau Delwedd","resetSize":"Ailosod Maint","title":"Priodweddau Delwedd","titleButton":"Priodweddau Botwm Delwedd","upload":"Lanlwytho","urlMissing":"URL gwreiddiol y ddelwedd ar goll.","vSpace":"BwlchF","validateBorder":"Rhaid i'r ymyl fod yn gyfanrif.","validateHSpace":"Rhaid i'r HSpace fod yn gyfanrif.","validateVSpace":"Rhaid i'r VSpace fod yn gyfanrif."},"indent":{"indent":"Cynyddu'r Mewnoliad","outdent":"Lleihau'r Mewnoliad"},"smiley":{"options":"Opsiynau Gwenogluniau","title":"Mewnosod Gwenoglun","toolbar":"Gwenoglun"},"justify":{"block":"Unioni","center":"Alinio i'r Canol","left":"Alinio i'r Chwith","right":"Alinio i'r Dde"},"language":{"button":"Gosod iaith","remove":"Tynnu iaith"},"link":{"acccessKey":"Allwedd Mynediad","advanced":"Uwch","advisoryContentType":"Math y Cynnwys Cynghorol","advisoryTitle":"Teitl Cynghorol","anchor":{"toolbar":"Angor","menu":"Golygu'r Angor","title":"Priodweddau'r Angor","name":"Enw'r Angor","errorName":"Teipiwch enw'r angor","remove":"Tynnwch yr Angor"},"anchorId":"Gan Id yr Elfen","anchorName":"Gan Enw'r Angor","charset":"Set Nodau'r Adnodd Cysylltiedig","cssClasses":"Dosbarthiadau Dalen Arddull","emailAddress":"Cyfeiriad E-Bost","emailBody":"Corff y Neges","emailSubject":"Testun y Neges","id":"Id","info":"Gwyb y Ddolen","langCode":"Cod Iaith","langDir":"Cyfeiriad Iaith","langDirLTR":"Chwith i'r Dde (LTR)","langDirRTL":"Dde i'r Chwith (RTL)","menu":"Golygu Dolen","name":"Enw","noAnchors":"(Dim angorau ar gael yn y ddogfen)","noEmail":"Teipiwch gyfeiriad yr e-bost","noUrl":"Teipiwch URL y ddolen","other":"<eraill>","popupDependent":"Dibynnol (Netscape)","popupFeatures":"Nodweddion Ffenestr Bop","popupFullScreen":"Sgrin Llawn (IE)","popupLeft":"Safle Chwith","popupLocationBar":"Bar Safle","popupMenuBar":"Dewislen","popupResizable":"Ailfeintiol","popupScrollBars":"Barrau Sgrolio","popupStatusBar":"Bar Statws","popupToolbar":"Bar Offer","popupTop":"Safle Top","rel":"Perthynas","selectAnchor":"Dewiswch Angor","styles":"Arddull","tabIndex":"Indecs Tab","target":"Targed","targetFrame":"<ffrâm>","targetFrameName":"Enw Ffrâm y Targed","targetPopup":"<ffenestr bop>","targetPopupName":"Enw Ffenestr Bop","title":"Dolen","toAnchor":"Dolen at angor yn y testun","toEmail":"E-bost","toUrl":"URL","toolbar":"Dolen","type":"Math y Ddolen","unlink":"Datgysylltu","upload":"Lanlwytho"},"list":{"bulletedlist":"Mewnosod/Tynnu Rhestr Bwled","numberedlist":"Mewnosod/Tynnu Rhestr Rhifol"},"liststyle":{"armenian":"Rhifo Armeneg","bulletedTitle":"Priodweddau Rhestr Fwled","circle":"Cylch","decimal":"Degol (1, 2, 3, ayyb.)","decimalLeadingZero":"Degol â sero arweiniol (01, 02, 03, ayyb.)","disc":"Disg","georgian":"Rhifau Sioraidd (an, ban, gan, ayyb.)","lowerAlpha":"Alffa Is (a, b, c, d, e, ayyb.)","lowerGreek":"Groeg Is (alpha, beta, gamma, ayyb.)","lowerRoman":"Rhufeinig Is (i, ii, iii, iv, v, ayyb.)","none":"Dim","notset":"<heb osod>","numberedTitle":"Priodweddau Rhestr Rifol","square":"Sgwâr","start":"Dechrau","type":"Math","upperAlpha":"Alffa Uwch (A, B, C, D, E, ayyb.)","upperRoman":"Rhufeinig Uwch (I, II, III, IV, V, ayyb.)","validateStartNumber":"Rhaid bod y rhif cychwynnol yn gyfanrif."},"magicline":{"title":"Mewnosod paragraff yma"},"maximize":{"maximize":"Mwyhau","minimize":"Lleihau"},"newpage":{"toolbar":"Tudalen Newydd"},"pagebreak":{"alt":"Toriad Tudalen","toolbar":"Mewnosod Toriad Tudalen i Argraffu"},"pastetext":{"button":"Gludo fel testun plaen","title":"Gludo fel Testun Plaen"},"pastefromword":{"confirmCleanup":"Mae'r testun rydych chi am ludo wedi'i gopïo o Word. Ydych chi am ei lanhau cyn ei ludo?","error":"Doedd dim modd glanhau y data a ludwyd oherwydd gwall mewnol","title":"Gludo o Word","toolbar":"Gludo o Word"},"preview":{"preview":"Rhagolwg"},"print":{"toolbar":"Argraffu"},"removeformat":{"toolbar":"Tynnu Fformat"},"save":{"toolbar":"Cadw"},"selectall":{"toolbar":"Dewis Popeth"},"showblocks":{"toolbar":"Dangos Blociau"},"sourcearea":{"toolbar":"HTML"},"specialchar":{"options":"Opsiynau Nodau Arbennig","title":"Dewis Nod Arbennig","toolbar":"Mewnosod Nod Arbennig"},"scayt":{"about":"Ynghylch SCAYT","aboutTab":"Ynghylch","addWord":"Ychwanegu Gair","allCaps":"Anwybyddu Geiriau Nodau Uwch i Gyd","dic_create":"Creu","dic_delete":"Dileu","dic_field_name":"Enw'r geiriadur","dic_info":"Ar y cychwyn, caiff y Geiriadur ei storio mewn Cwci. Er, mae terfyn ar faint cwcis. Pan fydd Gweiriadur Defnyddiwr yn tyfu tu hwnt i gyfyngiadau maint Cwci, caiff y geiriadur ei storio ar ein gweinydd ni. er mwyn storio eich geiriadur poersonol chi ar ein gweinydd, bydd angen i chi osod enw ar gyfer y geiriadur. Os oes geiriadur 'da chi ar ein gweinydd yn barod, teipiwch ei enw a chliciwch y botwm Adfer.","dic_rename":"Ailenwi","dic_restore":"Adfer","dictionariesTab":"Geiriaduron","disable":"Analluogi SCAYT","emptyDic":"Ni ddylai enw'r geiriadur fod yn wag.","enable":"Galluogi SCAYT","ignore":"Anwybyddu","ignoreAll":"Anwybyddu pob","ignoreDomainNames":"Anwybyddu Enwau Parth","langs":"Ieithoedd","languagesTab":"Ieithoedd","mixedCase":"Anwybyddu Geiriau â Chymysgedd Nodau Uwch ac Is","mixedWithDigits":"Anwybyddu Geiriau â Rhifau","moreSuggestions":"Awgrymiadau pellach","opera_title":"Heb ei gynnal gan Opera","options":"Opsiynau","optionsTab":"Opsiynau","title":"Gwirio'r Sillafu Wrth Deipio","toggle":"Togl SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Arddulliau","panelTitle":"Arddulliau Fformatio","panelTitle1":"Arddulliau Bloc","panelTitle2":"Arddulliau Mewnol","panelTitle3":"Arddulliau Gwrthrych"},"table":{"border":"Maint yr Ymyl","caption":"Pennawd","cell":{"menu":"Cell","insertBefore":"Mewnosod Cell Cyn","insertAfter":"Mewnosod Cell Ar Ãl","deleteCell":"Dileu Celloedd","merge":"Cyfuno Celloedd","mergeRight":"Cyfuno i'r Dde","mergeDown":"Cyfuno i Lawr","splitHorizontal":"Hollti'r Gell yn Lorweddol","splitVertical":"Hollti'r Gell yn Fertigol","title":"Priodweddau'r Gell","cellType":"Math y Gell","rowSpan":"Rhychwant Rhesi","colSpan":"Rhychwant Colofnau","wordWrap":"Lapio Geiriau","hAlign":"Aliniad Llorweddol","vAlign":"Aliniad Fertigol","alignBaseline":"Baslinell","bgColor":"Lliw Cefndir","borderColor":"Lliw Ymyl","data":"Data","header":"Pennyn","yes":"Ie","no":"Na","invalidWidth":"Mae'n rhaid i led y gell fod yn rhif.","invalidHeight":"Mae'n rhaid i uchder y gell fod yn rhif.","invalidRowSpan":"Mae'n rhaid i rychwant y rhesi fod yn gyfanrif.","invalidColSpan":"Mae'n rhaid i rychwant y colofnau fod yn gyfanrif.","chooseColor":"Dewis"},"cellPad":"Padio'r gell","cellSpace":"Bylchiad y gell","column":{"menu":"Colofn","insertBefore":"Mewnosod Colofn Cyn","insertAfter":"Mewnosod Colofn Ar Ãl","deleteColumn":"Dileu Colofnau"},"columns":"Colofnau","deleteTable":"Dileu Tabl","headers":"Penynnau","headersBoth":"Y Ddau","headersColumn":"Colofn gyntaf","headersNone":"Dim","headersRow":"Rhes gyntaf","invalidBorder":"Mae'n rhaid i faint yr ymyl fod yn rhif.","invalidCellPadding":"Mae'n rhaid i badiad y gell fod yn rhif positif.","invalidCellSpacing":"Mae'n rhaid i fylchiad y gell fod yn rhif positif.","invalidCols":"Mae'n rhaid cael o leiaf un golofn.","invalidHeight":"Mae'n rhaid i uchder y tabl fod yn rhif.","invalidRows":"Mae'n rhaid cael o leiaf un rhes.","invalidWidth":"Mae'n rhaid i led y tabl fod yn rhif.","menu":"Priodweddau'r Tabl","row":{"menu":"Rhes","insertBefore":"Mewnosod Rhes Cyn","insertAfter":"Mewnosod Rhes Ar Ãl","deleteRow":"Dileu Rhesi"},"rows":"Rhesi","summary":"Crynodeb","title":"Priodweddau'r Tabl","toolbar":"Tabl","widthPc":"y cant","widthPx":"picsel","widthUnit":"uned lled"},"undo":{"redo":"Ailwneud","undo":"Dadwneud"},"wsc":{"btnIgnore":"Anwybyddu Un","btnIgnoreAll":"Anwybyddu Pob","btnReplace":"Amnewid Un","btnReplaceAll":"Amnewid Pob","btnUndo":"Dadwneud","changeTo":"Newid i","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Gwirydd sillafu heb ei arsefydlu. A ydych am ei lawrlwytho nawr?","manyChanges":"Gwirio sillafu wedi gorffen: Newidiwyd %1 gair","noChanges":"Gwirio sillafu wedi gorffen: Dim newidiadau","noMispell":"Gwirio sillafu wedi gorffen: Dim camsillaf.","noSuggestions":"- Dim awgrymiadau -","notAvailable":"Nid yw'r gwasanaeth hwn ar gael yn bresennol.","notInDic":"Nid i'w gael yn y geiriadur","oneChange":"Gwirio sillafu wedi gorffen: Newidiwyd 1 gair","progress":"Gwirio sillafu yn ar y gweill...","title":"Gwirio Sillafu","toolbar":"Gwirio Sillafu"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/da.js b/skins/ckeditor/lang/da.js index 58cf4b1..4ceabed 100644 --- a/skins/ckeditor/lang/da.js +++ b/skins/ckeditor/lang/da.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.da={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Kilde',newPage:'Ny side',save:'Gem',preview:'Vis eksempel',cut:'Klip',copy:'Kopiér',paste:'Indsæt',print:'Udskriv',underline:'Understreget',bold:'Fed',italic:'Kursiv',selectAll:'Vælg alt',removeFormat:'Fjern formatering',strike:'Gennemstreget',subscript:'Sænket skrift',superscript:'Hævet skrift',horizontalrule:'Indsæt vandret streg',pagebreak:'Indsæt sideskift',pagebreakAlt:'Page Break',unlink:'Fjern hyperlink',undo:'Fortryd',redo:'Annullér fortryd',common:{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:'Close',preview:'Preview',generalTab:'Generelt',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:'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:'Bredde',height:'Højde',align:'Justering',alignLeft:'Venstre',alignRight:'Højre',alignCenter:'Centreret',alignTop:'Ãverst',alignMiddle:'Centreret',alignBottom:'Nederst',invalidHeight:'Højde skal være et tal.',invalidWidth:'Bredde skal være et tal.',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 %).',unavailable:'%1<span class="cke_accessibility">, ikke tilgængelig</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Indsæt symbol',title:'Vælg symbol',options:'Special Character Options'},link:{toolbar:'Indsæt/redigér hyperlink',other:'<anden>',menu:'Redigér hyperlink',title:'Egenskaber for hyperlink',info:'Generelt',target:'MÃ¥l',upload:'Upload',advanced:'Avanceret',type:'Type',toUrl:'URL',toAnchor:'Bogmærke pÃ¥ denne side',toEmail:'E-mail',targetFrame:'<ramme>',targetPopup:'<popup vindue>',targetFrameName:'Destinationsvinduets navn',targetPopupName:'Popup vinduets navn',popupFeatures:'Egenskaber for popup',popupResizable:'Justérbar',popupStatusBar:'Statuslinje',popupLocationBar:'Adresselinje',popupToolbar:'Værktøjslinje',popupMenuBar:'Menulinje',popupFullScreen:'Fuld skærm (IE)',popupScrollBars:'Scrollbar',popupDependent:'Koblet/dependent (Netscape)',popupLeft:'Position fra venstre',popupTop:'Position fra toppen',id:'Id',langDir:'Tekstretning',langDirLTR:'Fra venstre mod højre (LTR)',langDirRTL:'Fra højre mod venstre (RTL)',acccessKey:'Genvejstast',name:'Navn',langCode:'Tekstretning',tabIndex:'Tabulator indeks',advisoryTitle:'Titel',advisoryContentType:'Indholdstype',cssClasses:'Typografiark',charset:'Tegnsæt',styles:'Typografi',rel:'Relationship',selectAnchor:'Vælg et anker',anchorName:'Efter anker navn',anchorId:'Efter element Id',emailAddress:'E-mail adresse',emailSubject:'Emne',emailBody:'Besked',noAnchors:'(Ingen bogmærker i dokumentet)',noUrl:'Indtast hyperlink URL!',noEmail:'Indtast e-mail adresse!'},anchor:{toolbar:'Indsæt/redigér bogmærke',menu:'Egenskaber for bogmærke',title:'Egenskaber for bogmærke',name:'Bogmærke navn',errorName:'Indtast bogmærke navn',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Søg og erstat',find:'Søg',replace:'Erstat',findWhat:'Søg efter:',replaceWith:'Erstat med:',notFoundMsg:'Søgeteksten blev ikke fundet',matchCase:'Forskel pÃ¥ store og smÃ¥ bogstaver',matchWord:'Kun hele ord',matchCyclic:'Match cyklisk',replaceAll:'Erstat alle',replaceSuccessMsg:'%1 forekomst(er) erstattet.'},table:{toolbar:'Tabel',title:'Egenskaber for tabel',menu:'Egenskaber for tabel',deleteTable:'Slet tabel',rows:'Rækker',columns:'Kolonner',border:'Rammebredde',widthPx:'pixels',widthPc:'procent',widthUnit:'width unit',cellSpace:'Celleafstand',cellPad:'Cellemargen',caption:'Titel',summary:'Resumé',headers:'Header',headersNone:'Ingen',headersColumn:'Første kolonne',headersRow:'Første række',headersBoth:'Begge',invalidRows:'Antallet af rækker skal være større end 0.',invalidCols:'Antallet af kolonner skal være større end 0.',invalidBorder:'Rammetykkelse skal være et tal.',invalidWidth:'Tabelbredde skal være et tal.',invalidHeight:'Tabelhøjde skal være et tal.',invalidCellSpacing:'Celleafstand skal være et tal.',invalidCellPadding:'Cellemargen skal være et tal.',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:'Header',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:'Choose'},row:{menu:'Række',insertBefore:'Indsæt række før',insertAfter:'Indsæt række efter',deleteRow:'Slet række'},column:{menu:'Kolonne',insertBefore:'Indsæt kolonne før',insertAfter:'Indsæt kolonne efter',deleteColumn:'Slet kolonne'}},button:{title:'Egenskaber for knap',text:'Tekst',type:'Type',typeBtn:'Knap',typeSbm:'Send',typeRst:'Nulstil'},checkboxAndRadio:{checkboxTitle:'Egenskaber for afkrydsningsfelt',radioTitle:'Egenskaber for alternativknap',value:'Værdi',selected:'Valgt'},form:{title:'Egenskaber for formular',menu:'Egenskaber for formular',action:'Handling',method:'Metode',encoding:'Kodning (encoding)'},select:{title:'Egenskaber for liste',selectInfo:'Generelt',opAvail:'Valgmuligheder',value:'Værdi',size:'Størrelse',lines:'Linjer',chkMulti:'Tillad flere valg',opText:'Tekst',opValue:'Værdi',btnAdd:'Tilføj',btnModify:'Redigér',btnUp:'Op',btnDown:'Ned',btnSetValue:'Sæt som valgt',btnDelete:'Slet'},textarea:{title:'Egenskaber for tekstboks',cols:'Kolonner',rows:'Rækker'},textfield:{title:'Egenskaber for tekstfelt',name:'Navn',value:'Værdi',charWidth:'Bredde (tegn)',maxChars:'Max. antal tegn',type:'Type',typeText:'Tekst',typePass:'Adgangskode'},hidden:{title:'Egenskaber for skjult felt',name:'Navn',value:'Værdi'},image:{title:'Egenskaber for billede',titleButton:'Egenskaber for billedknap',menu:'Egenskaber for billede',infoTab:'Generelt',btnUpload:'Upload',upload:'Upload',alt:'Alternativ tekst',lockRatio:'LÃ¥s størrelsesforhold',resetSize:'Nulstil størrelse',border:'Ramme',hSpace:'Vandret margen',vSpace:'Lodret margen',alertUrl:'Indtast stien til billedet',linkTab:'Hyperlink',button2Img:'Vil du lave billedknappen om til et almindeligt billede?',img2Button:'Vil du lave billedet om til en billedknap?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Egenskaber for Flash',propertiesTab:'Egenskaber',title:'Egenskaber for Flash',chkPlay:'Automatisk afspilning',chkLoop:'Gentagelse',chkMenu:'Vis Flash menu',chkFull:'Tillad fuldskærm',scale:'Skalér',scaleAll:'Vis alt',scaleNoBorder:'Ingen ramme',scaleFit:'Tilpas størrelse',access:'Script adgang',accessAlways:'Altid',accessSameDomain:'Samme domæne',accessNever:'Aldrig',alignAbsBottom:'Absolut nederst',alignAbsMiddle:'Absolut centreret',alignBaseline:'Grundlinje',alignTextTop:'Toppen af teksten',quality:'Kvalitet',qualityBest:'Bedste',qualityHigh:'Høj',qualityAutoHigh:'Auto høj',qualityMedium:'Medium',qualityAutoLow:'Auto lav',qualityLow:'Lav',windowModeWindow:'Vindue',windowModeOpaque:'Gennemsigtig (opaque)',windowModeTransparent:'Transparent',windowMode:'Vinduestilstand',flashvars:'Variabler for Flash',bgcolor:'Baggrundsfarve',hSpace:'Vandret margen',vSpace:'Lodret margen',validateSrc:'Indtast hyperlink URL!',validateHSpace:'Vandret margen skal være et tal.',validateVSpace:'Lodret margen skal være et tal.'},spellCheck:{toolbar:'Stavekontrol',title:'Stavekontrol',notAvailable:'Stavekontrol er desværre ikke tilgængelig.',errorLoading:'Fejl ved indlæsning af host: %s.',notInDic:'Ikke i ordbogen',changeTo:'Forslag',btnIgnore:'Ignorér',btnIgnoreAll:'Ignorér alle',btnReplace:'Erstat',btnReplaceAll:'Erstat alle',btnUndo:'Tilbage',noSuggestions:'(ingen forslag)',progress:'Stavekontrollen arbejder...',noMispell:'Stavekontrol færdig: Ingen fejl fundet',noChanges:'Stavekontrol færdig: Ingen ord ændret',oneChange:'Stavekontrol færdig: Et ord ændret',manyChanges:'Stavekontrol færdig: %1 ord ændret',ieSpellDownload:'Stavekontrol ikke installeret. Vil du installere den nu?'},smiley:{toolbar:'Smiley',title:'Vælg smiley',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Talopstilling',bulletedlist:'Punktopstilling',indent:'Forøg indrykning',outdent:'Formindsk indrykning',justify:{left:'Venstrestillet',center:'Centreret',right:'Højrestillet',block:'Lige margener'},blockquote:'Blokcitat',clipboard:{title:'Indsæt',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).',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).',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.',pasteArea:'Paste Area'},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?',toolbar:'Indsæt fra Word',title:'Indsæt fra Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Indsæt som ikke-formateret tekst',title:'Indsæt som ikke-formateret tekst'},templates:{button:'Skabeloner',title:'Indholdsskabeloner',options:'Template Options',insertOption:'Erstat det faktiske indhold',selectPromptMsg:'Vælg den skabelon, som skal Ã¥bnes i editoren (nuværende indhold vil blive overskrevet):',emptyListMsg:'(Der er ikke defineret nogen skabelon)'},showBlocks:'Vis afsnitsmærker',stylesCombo:{label:'Typografi',panelTitle:'Formatting Styles',panelTitle1:'Block typografi',panelTitle2:'Inline typografi',panelTitle3:'Object typografi'},format:{label:'Formatering',panelTitle:'Formatering',tag_p:'Normal',tag_pre:'Formateret',tag_address:'Adresse',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_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Skrifttype',voiceLabel:'Skrifttype',panelTitle:'Skrifttype'},fontSize:{label:'Skriftstørrelse',voiceLabel:'Skriftstørrelse',panelTitle:'Skriftstørrelse'},colorButton:{textColorTitle:'Tekstfarve',bgColorTitle:'Baggrundsfarve',panelTitle:'Colors',auto:'Automatisk',more:'Flere farver...'},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'},scayt:{title:'Stavekontrol mens du skriver',opera_title:'Not supported by Opera',enable:'Aktivér SCAYT',disable:'Deaktivér SCAYT',about:'Om SCAYT',toggle:'Skift/toggle SCAYT',options:'Indstillinger',langs:'Sprog',moreSuggestions:'Flere forslag',ignore:'Ignorér',ignoreAll:'Ignorér alle',addWord:'Tilføj ord',emptyDic:'Ordbogsnavn mÃ¥ ikke være tom.',optionsTab:'Indstillinger',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Sprog',dictionariesTab:'Ordbøger',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'Om'},about:{title:'Om CKEditor',dlgTitle:'Om CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For informationer omkring licens, se venligst vores hjemmeside (pÃ¥ engelsk):',copy:'Copyright © $1. Alle rettigheder forbeholdes.'},maximize:'Maximér',minimize:'Minimize',fakeobjects:{anchor:'Anker',flash:'Flashanimation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Ukendt objekt'},resize:'Træk for at skalere',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Egenskaber for dokument',title:'Egenskaber for dokument',design:'Design',meta:'Meta Tags',chooseColor:'Choose',other:'<anden>',docTitle:'Sidetitel',charset:'Tegnsæt kode',charsetOther:'Anden tegnsæt kode',charsetASCII:'ASCII',charsetCE:'Centraleuropæisk',charsetCT:'Traditionel kinesisk (Big5)',charsetCR:'Kyrillisk',charsetGR:'Græsk',charsetJP:'Japansk',charsetKR:'Koreansk',charsetTR:'Tyrkisk',charsetUN:'Unicode (UTF-8)',charsetWE:'Vesteuropæisk',docType:'Dokumenttype kategori',docTypeOther:'Anden dokumenttype kategori',xhtmlDec:'Inkludere XHTML deklartion',bgColor:'Baggrundsfarve',bgImage:'Baggrundsbillede URL',bgFixed:'FastlÃ¥st baggrund',txtColor:'Tekstfarve',margin:'Sidemargen',marginTop:'Ãverst',marginLeft:'Venstre',marginRight:'Højre',marginBottom:'Nederst',metaKeywords:'Dokument index nøgleord (kommasepareret)',metaDescription:'Dokument beskrivelse',metaAuthor:'Forfatter',metaCopyright:'Copyright',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +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":"Generelt","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\" feltet 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"},"bidi":{"ltr":"Tekstretning fra venstre til højre","rtl":"Tekstretning fra højre til venstre"},"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"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatisk","bgColorTitle":"Baggrundsfarve","colors":{"000":"Sort","800000":"Mørkerød","8B4513":"Mørk orange","2F4F4F":"Dark Slate GrÃ¥","008080":"Teal","000080":"Navy","4B0082":"Indigo","696969":"MørkegrÃ¥","B22222":"Scarlet / Rød","A52A2A":"Brun","DAA520":"Guld","006400":"Mørkegrøn","40E0D0":"Tyrkis","0000CD":"MellemblÃ¥","800080":"Lilla","808080":"GrÃ¥","F00":"Rød","FF8C00":"Mørk orange","FFD700":"Guld","008000":"Grøn","0FF":"Cyan","00F":"BlÃ¥","EE82EE":"Violet","A9A9A9":"MatgrÃ¥","FFA07A":"Laksefarve","FFA500":"Orange","FFFF00":"Gul","00FF00":"Lime","AFEEEE":"Mat tyrkis","ADD8E6":"LyseblÃ¥","DDA0DD":"Plum","D3D3D3":"LysegrÃ¥","FFF0F5":"Lavender Blush","FAEBD7":"Antikhvid","FFFFE0":"Lysegul","F0FFF0":"Gul / Beige","F0FFFF":"HimmeblÃ¥","F0F8FF":"Alice blue","E6E6FA":"Lavendel","FFF":"Hvid"},"more":"Flere farver...","panelTitle":"Farver","textColorTitle":"Tekstfarve"},"colordialog":{"clear":"Nulstil","highlight":"Markér","options":"Farvemuligheder","selected":"Valgt farve","title":"Vælg farve"},"templates":{"button":"Skabeloner","emptyListMsg":"(Der er ikke defineret nogen skabelon)","insertOption":"Erstat det faktiske indhold","options":"Skabelon muligheder","selectPromptMsg":"Vælg den skabelon, som skal Ã¥bnes i editoren (nuværende indhold vil blive overskrevet):","title":"Indholdsskabeloner"},"contextmenu":{"options":"Muligheder for hjælpemenu"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Vejledende titel","cssClassInputLabel":"Typografiark","edit":"Rediger Div","inlineStyleInputLabel":"Inline Style","langDirLTRLabel":"Venstre til højre (LTR)","langDirLabel":"Sprogretning","langDirRTLLabel":"Højre til venstre (RTL)","languageCodeInputLabel":" Sprogkode","remove":"Slet Div","styleSelectLabel":"Style","title":"Opret Div Container","toolbar":"Opret Div Container"},"toolbar":{"toolbarCollapse":"Sammenklap værktøjslinje","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"},"find":{"find":"Søg","findOptions":"Find muligheder","findWhat":"Søg efter:","matchCase":"Forskel pÃ¥ store og smÃ¥ bogstaver","matchCyclic":"Match cyklisk","matchWord":"Kun hele ord","notFoundMsg":"Søgeteksten blev ikke fundet","replace":"Erstat","replaceAll":"Erstat alle","replaceSuccessMsg":"%1 forekomst(er) erstattet.","replaceWith":"Erstat med:","title":"Søg og erstat"},"fakeobjects":{"anchor":"Anker","flash":"Flashanimation","hiddenfield":"Skjult felt","iframe":"Iframe","unknown":"Ukendt objekt"},"flash":{"access":"Scriptadgang","accessAlways":"Altid","accessNever":"Aldrig","accessSameDomain":"Samme domæne","alignAbsBottom":"Absolut nederst","alignAbsMiddle":"Absolut centreret","alignBaseline":"Grundlinje","alignTextTop":"Toppen af teksten","bgcolor":"Baggrundsfarve","chkFull":"Tillad fuldskærm","chkLoop":"Gentagelse","chkMenu":"Vis Flash-menu","chkPlay":"Automatisk afspilning","flashvars":"Variabler for Flash","hSpace":"Vandret margen","properties":"Egenskaber for Flash","propertiesTab":"Egenskaber","quality":"Kvalitet","qualityAutoHigh":"Auto høj","qualityAutoLow":"Auto lav","qualityBest":"Bedste","qualityHigh":"Høj","qualityLow":"Lav","qualityMedium":"Medium","scale":"Skalér","scaleAll":"Vis alt","scaleFit":"Tilpas størrelse","scaleNoBorder":"Ingen ramme","title":"Egenskaber for Flash","vSpace":"Lodret margen","validateHSpace":"Vandret margen skal være et tal.","validateSrc":"Indtast hyperlink URL!","validateVSpace":"Lodret margen skal være et tal.","windowMode":"Vinduestilstand","windowModeOpaque":"Gennemsigtig (opaque)","windowModeTransparent":"Transparent","windowModeWindow":"Vindue"},"font":{"fontSize":{"label":"Skriftstørrelse","voiceLabel":"Skriftstørrelse","panelTitle":"Skriftstørrelse"},"label":"Skrifttype","panelTitle":"Skrifttype","voiceLabel":"Skrifttype"},"forms":{"button":{"title":"Egenskaber for knap","text":"Tekst","type":"Type","typeBtn":"Knap","typeSbm":"Send","typeRst":"Nulstil"},"checkboxAndRadio":{"checkboxTitle":"Egenskaber for afkrydsningsfelt","radioTitle":"Egenskaber for alternativknap","value":"Værdi","selected":"Valgt"},"form":{"title":"Egenskaber for formular","menu":"Egenskaber for formular","action":"Handling","method":"Metode","encoding":"Kodning (encoding)"},"hidden":{"title":"Egenskaber for skjult felt","name":"Navn","value":"Værdi"},"select":{"title":"Egenskaber for liste","selectInfo":"Generelt","opAvail":"Valgmuligheder","value":"Værdi","size":"Størrelse","lines":"Linjer","chkMulti":"Tillad flere valg","opText":"Tekst","opValue":"Værdi","btnAdd":"Tilføj","btnModify":"Redigér","btnUp":"Op","btnDown":"Ned","btnSetValue":"Sæt som valgt","btnDelete":"Slet"},"textarea":{"title":"Egenskaber for tekstboks","cols":"Kolonner","rows":"Rækker"},"textfield":{"title":"Egenskaber for tekstfelt","name":"Navn","value":"Værdi","charWidth":"Bredde (tegn)","maxChars":"Max. antal tegn","type":"Type","typeText":"Tekst","typePass":"Adgangskode","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"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"},"iframe":{"border":"Vis kant pÃ¥ rammen","noUrl":"Venligst indsæt URL pÃ¥ iframen","scrolling":"Aktiver scrollbars","title":"Iframe egenskaber","toolbar":"Iframe"},"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"},"smiley":{"options":"Smileymuligheder","title":"Vælg smiley","toolbar":"Smiley"},"justify":{"block":"Lige margener","center":"Centreret","left":"Venstrestillet","right":"Højrestillet"},"language":{"button":"Set language","remove":"Remove language"},"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"},"liststyle":{"armenian":"Armensk nummering","bulletedTitle":"Værdier for cirkelpunktopstilling","circle":"Cirkel","decimal":"Decimal (1, 2, 3, osv.)","decimalLeadingZero":"Decimaler med 0 først (01, 02, 03, etc.)","disc":"Værdier for diskpunktopstilling","georgian":"Georgiansk nummering (an, ban, gan, etc.)","lowerAlpha":"SmÃ¥ alfabet (a, b, c, d, e, etc.)","lowerGreek":"SmÃ¥ græsk (alpha, beta, gamma, etc.)","lowerRoman":"SmÃ¥ romerske (i, ii, iii, iv, v, etc.)","none":"Ingen","notset":"<ikke defineret>","numberedTitle":"Egenskaber for nummereret liste","square":"Firkant","start":"Start","type":"Type","upperAlpha":"Store alfabet (A, B, C, D, E, etc.)","upperRoman":"Store romerske (I, II, III, IV, V, etc.)","validateStartNumber":"Den nummererede liste skal starte med et rundt nummer"},"magicline":{"title":"Insert paragraph here"},"maximize":{"maximize":"Maksimér","minimize":"Minimér"},"newpage":{"toolbar":"Ny side"},"pagebreak":{"alt":"Sideskift","toolbar":"Indsæt sideskift"},"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"},"preview":{"preview":"Vis eksempel"},"print":{"toolbar":"Udskriv"},"removeformat":{"toolbar":"Fjern formatering"},"save":{"toolbar":"Gem"},"selectall":{"toolbar":"Vælg alt"},"showblocks":{"toolbar":"Vis afsnitsmærker"},"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 domæ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":"Antallet 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 fejl 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 diff --git a/skins/ckeditor/lang/de.js b/skins/ckeditor/lang/de.js index cd96eb6..57c1bcb 100644 --- a/skins/ckeditor/lang/de.js +++ b/skins/ckeditor/lang/de.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.de={dir:'ltr',editorTitle:'WYSIWYG-Editor, %1, drücken Sie ALT 0 für Hilfe.',toolbars:'Editor Symbolleisten',editor:'WYSIWYG-Editor',source:'Quellcode',newPage:'Neue Seite',save:'Speichern',preview:'Vorschau',cut:'Ausschneiden',copy:'Kopieren',paste:'Einfügen',print:'Drucken',underline:'Unterstrichen',bold:'Fett',italic:'Kursiv',selectAll:'Alles auswählen',removeFormat:'Formatierungen entfernen',strike:'Durchgestrichen',subscript:'Tiefgestellt',superscript:'Hochgestellt',horizontalrule:'Horizontale Linie einfügen',pagebreak:'Seitenumbruch einfügen',pagebreakAlt:'Seitenumbruch einfügen',unlink:'Link entfernen',undo:'Rückgängig',redo:'Wiederherstellen',common:{browseServer:'Server durchsuchen',url:'URL',protocol:'Protokoll',upload:'Hochladen',uploadSubmit:'Zum Server senden',image:'Bild',flash:'Flash',form:'Formular',checkbox:'Checkbox',radio:'Radiobutton',textField:'Textfeld einzeilig',textarea:'Textfeld mehrzeilig',hiddenField:'Verstecktes Feld',button:'Klickbutton',select:'Auswahlfeld',imageButton:'Bildbutton',notSet:'<nichts>',id:'ID',name:'Name',langDir:'Schreibrichtung',langDirLtr:'Links nach Rechts (LTR)',langDirRtl:'Rechts nach Links (RTL)',langCode:'Sprachenkürzel',longDescr:'Langform URL',cssClass:'Stylesheet Klasse',advisoryTitle:'Titel Beschreibung',cssStyle:'Style',ok:'OK',cancel:'Abbrechen',close:'SchlieÃen',preview:'Vorschau',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 schlieÃen?',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',alignTop:'Oben',alignMiddle:'Mitte',alignBottom:'Unten',invalidHeight:'Höhe muss eine Zahl sein.',invalidWidth:'Breite muss eine Zahl sein.',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 %).',unavailable:'%1<span class="cke_accessibility">, nicht verfügbar</span>'},contextmenu:{options:'Kontextmenü Optionen'},specialChar:{toolbar:'Sonderzeichen einfügen/editieren',title:'Sonderzeichen auswählen',options:'Sonderzeichen Optionen'},link:{toolbar:'Link einfügen/editieren',other:'<andere>',menu:'Link editieren',title:'Link',info:'Link-Info',target:'Zielseite',upload:'Hochladen',advanced:'Erweitert',type:'Link-Typ',toUrl:'URL',toAnchor:'Anker in dieser Seite',toEmail:'E-Mail',targetFrame:'<Frame>',targetPopup:'<Pop-up Fenster>',targetFrameName:'Ziel-Fenster-Name',targetPopupName:'Pop-up Fenster-Name',popupFeatures:'Pop-up Fenster-Eigenschaften',popupResizable:'GröÃe änderbar',popupStatusBar:'Statusleiste',popupLocationBar:'Adress-Leiste',popupToolbar:'Symbolleiste',popupMenuBar:'Menü-Leiste',popupFullScreen:'Vollbild (IE)',popupScrollBars:'Rollbalken',popupDependent:'Abhängig (Netscape)',popupLeft:'Linke Position',popupTop:'Obere Position',id:'Id',langDir:'Schreibrichtung',langDirLTR:'Links nach Rechts (LTR)',langDirRTL:'Rechts nach Links (RTL)',acccessKey:'Zugriffstaste',name:'Name',langCode:'Sprachenkürzel',tabIndex:'Tab-Index',advisoryTitle:'Titel Beschreibung',advisoryContentType:'Inhaltstyp',cssClasses:'Stylesheet Klasse',charset:'Ziel-Zeichensatz',styles:'Style',rel:'Beziehung',selectAnchor:'Anker auswählen',anchorName:'nach Anker Name',anchorId:'nach Element Id',emailAddress:'E-Mail Addresse',emailSubject:'Betreffzeile',emailBody:'Nachrichtentext',noAnchors:'(keine Anker im Dokument vorhanden)',noUrl:'Bitte geben Sie die Link-URL an',noEmail:'Bitte geben Sie e-Mail Adresse an'},anchor:{toolbar:'Anker einfügen/editieren',menu:'Anker-Eigenschaften',title:'Anker-Eigenschaften',name:'Anker Name',errorName:'Bitte geben Sie den Namen des Ankers ein',remove:'Anker entfernen'},list:{numberedTitle:'Nummerierte Listen-Eigenschaften',bulletedTitle:'Listen-Eigenschaften',type:'Typ',start:'Start',validateStartNumber:'List Startnummer muss eine ganze Zahl sein.',circle:'Ring',disc:'Kreis',square:'Quadrat',none:'Keine',notset:'<nicht gesetzt>',armenian:'Armenisch Nummerierung',georgian:'Georgisch Nummerierung (an, ban, gan, etc.)',lowerRoman:'Klein römisch (i, ii, iii, iv, v, etc.)',upperRoman:'Groà römisch (I, II, III, IV, V, etc.)',lowerAlpha:'Klein alpha (a, b, c, d, e, etc.)',upperAlpha:'Groà alpha (A, B, C, D, E, etc.)',lowerGreek:'Klein griechisch (alpha, beta, gamma, etc.)',decimal:'Dezimal (1, 2, 3, etc.)',decimalLeadingZero:'Dezimal mit führende Null (01, 02, 03, etc.)'},findAndReplace:{title:'Suchen und Ersetzen',find:'Suchen',replace:'Ersetzen',findWhat:'Suche nach:',replaceWith:'Ersetze mit:',notFoundMsg:'Der gesuchte Text wurde nicht gefunden.',matchCase:'GroÃ-Kleinschreibung beachten',matchWord:'Nur ganze Worte suchen',matchCyclic:'Zyklische Suche',replaceAll:'Alle ersetzen',replaceSuccessMsg:'%1 vorkommen ersetzt.'},table:{toolbar:'Tabelle',title:'Tabellen-Eigenschaften',menu:'Tabellen-Eigenschaften',deleteTable:'Tabelle löschen',rows:'Zeile',columns:'Spalte',border:'Rahmen',widthPx:'Pixel',widthPc:'%',widthUnit:'Breite Einheit',cellSpace:'Zellenabstand auÃen',cellPad:'Zellenabstand innen',caption:'Ãberschrift',summary:'Inhaltsübersicht',headers:'Kopfzeile',headersNone:'Keine',headersColumn:'Erste Spalte',headersRow:'Erste Zeile',headersBoth:'Beide',invalidRows:'Die Anzahl der Zeilen muà gröÃer als 0 sein.',invalidCols:'Die Anzahl der Spalten muà gröÃer als 0 sein..',invalidBorder:'Die Rahmenbreite muà eine Zahl sein.',invalidWidth:'Die Tabellenbreite muss eine Zahl sein.',invalidHeight:'Die Tabellenbreite muà eine Zahl sein.',invalidCellSpacing:'Der Zellenabstand auÃen muà eine positive Zahl sein.',invalidCellPadding:'Der Zellenabstand innen muà eine positive Zahl sein.',cell:{menu:'Zelle',insertBefore:'Zelle davor einfügen',insertAfter:'Zelle danach einfügen',deleteCell:'Zelle löschen',merge:'Zellen verbinden',mergeRight:'Nach rechts verbinden',mergeDown:'Nach unten verbinden',splitHorizontal:'Zelle horizontal teilen',splitVertical:'Zelle vertikal teilen',title:'Zellen-Eigenschaften',cellType:'Zellart',rowSpan:'Anzahl Zeilen verbinden',colSpan:'Anzahl Spalten verbinden',wordWrap:'Zeilenumbruch',hAlign:'Horizontale Ausrichtung',vAlign:'Vertikale Ausrichtung',alignBaseline:'Grundlinie',bgColor:'Hintergrundfarbe',borderColor:'Rahmenfarbe',data:'Daten',header:'Ãberschrift',yes:'Ja',no:'Nein',invalidWidth:'Zellenbreite muà eine Zahl sein.',invalidHeight:'Zellenhöhe muà eine Zahl sein.',invalidRowSpan:'"Anzahl Zeilen verbinden" muss eine Ganzzahl sein.',invalidColSpan:'"Anzahl Spalten verbinden" muss eine Ganzzahl sein.',chooseColor:'Wählen'},row:{menu:'Zeile',insertBefore:'Zeile oberhalb einfügen',insertAfter:'Zeile unterhalb einfügen',deleteRow:'Zeile entfernen'},column:{menu:'Spalte',insertBefore:'Spalte links davor einfügen',insertAfter:'Spalte rechts danach einfügen',deleteColumn:'Spalte löschen'}},button:{title:'Button-Eigenschaften',text:'Text (Wert)',type:'Typ',typeBtn:'Button',typeSbm:'Absenden',typeRst:'Zurücksetzen'},checkboxAndRadio:{checkboxTitle:'Checkbox-Eigenschaften',radioTitle:'Optionsfeld-Eigenschaften',value:'Wert',selected:'ausgewählt'},form:{title:'Formular-Eigenschaften',menu:'Formular-Eigenschaften',action:'Action',method:'Method',encoding:'Zeichenkodierung'},select:{title:'Auswahlfeld-Eigenschaften',selectInfo:'Info',opAvail:'Mögliche Optionen',value:'Wert',size:'GröÃe',lines:'Linien',chkMulti:'Erlaube Mehrfachauswahl',opText:'Text',opValue:'Wert',btnAdd:'Hinzufügen',btnModify:'Ãndern',btnUp:'Hoch',btnDown:'Runter',btnSetValue:'Setze als Standardwert',btnDelete:'Entfernen'},textarea:{title:'Textfeld (mehrzeilig) Eigenschaften',cols:'Spalten',rows:'Reihen'},textfield:{title:'Textfeld (einzeilig) Eigenschaften',name:'Name',value:'Wert',charWidth:'Zeichenbreite',maxChars:'Max. Zeichen',type:'Typ',typeText:'Text',typePass:'Passwort'},hidden:{title:'Verstecktes Feld-Eigenschaften',name:'Name',value:'Wert'},image:{title:'Bild-Eigenschaften',titleButton:'Bildbutton-Eigenschaften',menu:'Bild-Eigenschaften',infoTab:'Bild-Info',btnUpload:'Zum Server senden',upload:'Hochladen',alt:'Alternativer Text',lockRatio:'GröÃenverhältnis beibehalten',resetSize:'GröÃe zurücksetzen',border:'Rahmen',hSpace:'Horizontal-Abstand',vSpace:'Vertikal-Abstand',alertUrl:'Bitte geben Sie die Bild-URL an',linkTab:'Link',button2Img:'Möchten Sie den gewählten Bild-Button in ein einfaches Bild umwandeln?',img2Button:'Möchten Sie das gewählten Bild in einen Bild-Button umwandeln?',urlMissing:'Imagequelle URL fehlt.',validateBorder:'Rahmen muà eine ganze Zahl sein.',validateHSpace:'Horizontal-Abstand muà eine ganze Zahl sein.',validateVSpace:'Vertikal-Abstand muà eine ganze Zahl sein.'},flash:{properties:'Flash-Eigenschaften',propertiesTab:'Eigenschaften',title:'Flash-Eigenschaften',chkPlay:'Automatisch Abspielen',chkLoop:'Endlosschleife',chkMenu:'Flash-Menü aktivieren',chkFull:'Vollbildmodus erlauben',scale:'Skalierung',scaleAll:'Alles anzeigen',scaleNoBorder:'Ohne Rand',scaleFit:'Passgenau',access:'Skript Zugang',accessAlways:'Immer',accessSameDomain:'Gleiche Domain',accessNever:'Nie',alignAbsBottom:'Abs Unten',alignAbsMiddle:'Abs Mitte',alignBaseline:'Baseline',alignTextTop:'Text Oben',quality:'Qualität',qualityBest:'Beste',qualityHigh:'Hoch',qualityAutoHigh:'Auto Hoch',qualityMedium:'Medium',qualityAutoLow:'Auto Niedrig',qualityLow:'Niedrig',windowModeWindow:'Fenster',windowModeOpaque:'Deckend',windowModeTransparent:'Transparent',windowMode:'Fenster Modus',flashvars:'Variablen für Flash',bgcolor:'Hintergrundfarbe',hSpace:'Horizontal-Abstand',vSpace:'Vertikal-Abstand',validateSrc:'Bitte geben Sie die Link-URL an',validateHSpace:'HSpace muss eine Zahl sein.',validateVSpace:'VSpace muss eine Zahl sein.'},spellCheck:{toolbar:'Rechtschreibprüfung',title:'Rechtschreibprüfung',notAvailable:'Entschuldigung, aber dieser Dienst steht im Moment nicht zur Verfügung.',errorLoading:'Fehler beim laden des Dienstanbieters: %s.',notInDic:'Nicht im Wörterbuch',changeTo:'Ãndern in',btnIgnore:'Ignorieren',btnIgnoreAll:'Alle Ignorieren',btnReplace:'Ersetzen',btnReplaceAll:'Alle Ersetzen',btnUndo:'Rückgängig',noSuggestions:' - keine Vorschläge - ',progress:'Rechtschreibprüfung läuft...',noMispell:'Rechtschreibprüfung abgeschlossen - keine Fehler gefunden',noChanges:'Rechtschreibprüfung abgeschlossen - keine Worte geändert',oneChange:'Rechtschreibprüfung abgeschlossen - ein Wort geändert',manyChanges:'Rechtschreibprüfung abgeschlossen - %1 Wörter geändert',ieSpellDownload:'Rechtschreibprüfung nicht installiert. Möchten Sie sie jetzt herunterladen?'},smiley:{toolbar:'Smiley',title:'Smiley auswählen',options:'Smiley Optionen'},elementsPath:{eleLabel:'Elements Pfad',eleTitle:'%1 Element'},numberedlist:'Nummerierte Liste',bulletedlist:'Liste',indent:'Einzug erhöhen',outdent:'Einzug verringern',justify:{left:'Linksbündig',center:'Zentriert',right:'Rechtsbündig',block:'Blocksatz'},blockquote:'Zitatblock',clipboard:{title:'Einfügen',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).',copyError:'Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch kopieren. Bitte benutzen Sie die System-Zwischenablage über STRG-C (kopieren).',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>.',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.',pasteArea:'Einfügebereich'},pastefromword:{confirmCleanup:'Der Text, den Sie einfügen möchten, scheint aus MS-Word kopiert zu sein. Möchten Sie ihn zuvor bereinigen lassen?',toolbar:'Aus MS-Word einfügen',title:'Aus MS-Word einfügen',error:'Aufgrund eines internen Fehlers war es nicht möglich die eingefügten Daten zu bereinigen'},pasteText:{button:'Als Text einfügen',title:'Als Text einfügen'},templates:{button:'Vorlagen',title:'Vorlagen',options:'Vorlagen Optionen',insertOption:'Aktuellen Inhalt ersetzen',selectPromptMsg:'Klicken Sie auf eine Vorlage, um sie im Editor zu öffnen (der aktuelle Inhalt wird dabei gelöscht!):',emptyListMsg:'(keine Vorlagen definiert)'},showBlocks:'Blöcke anzeigen',stylesCombo:{label:'Stil',panelTitle:'Formatierungenstil',panelTitle1:'Block Stilart',panelTitle2:'Inline Stilart',panelTitle3:'Objekt Stilart'},format:{label:'Format',panelTitle:'Format',tag_p:'Normal',tag_pre:'Formatiert',tag_address:'Addresse',tag_h1:'Ãberschrift 1',tag_h2:'Ãberschrift 2',tag_h3:'Ãberschrift 3',tag_h4:'Ãberschrift 4',tag_h5:'Ãberschrift 5',tag_h6:'Ãberschrift 6',tag_div:'Normal (DIV)'},div:{title:'Div Container erzeugen',toolbar:'Div Container erzeugen',cssClassInputLabel:'Stylesheet Klasse',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:'Sprachenkürzel',inlineStyleInputLabel:'Inline Stil',advisoryTitleInputLabel:'Tooltip',langDirLabel:'Sprache Richtung',langDirLTRLabel:'Links nach Rechs (LTR)',langDirRTLLabel:'Rechs nach Links (RTL)',edit:'Div bearbeiten',remove:'Div entfernen'},iframe:{title:'IFrame-Eigenschaften',toolbar:'IFrame',noUrl:'Bitte geben Sie die IFrame-URL an',scrolling:'Rollbalken anzeigen',border:'Rahmen anzeigen'},font:{label:'Schriftart',voiceLabel:'Schriftart',panelTitle:'Schriftart'},fontSize:{label:'GröÃe',voiceLabel:'SchrifgröÃe',panelTitle:'GröÃe'},colorButton:{textColorTitle:'Textfarbe',bgColorTitle:'Hintergrundfarbe',panelTitle:'Farben',auto:'Automatisch',more:'Weitere Farben...'},colors:{'000':'Schwarz',800000:'Kastanienbraun','8B4513':'Braun','2F4F4F':'Dunkles Schiefergrau','008080':'Blaugrün','000080':'Navy','4B0082':'Indigo',696969:'Dunkelgrau',B22222:'Ziegelrot',A52A2A:'Braun',DAA520:'Goldgelb','006400':'Dunkelgrün','40E0D0':'Türkis','0000CD':'Medium Blau',800080:'Lila',808080:'Grau',F00:'Rot',FF8C00:'Dunkelorange',FFD700:'Gold','008000':'Grün','0FF':'Cyan','00F':'Blau',EE82EE:'Hellviolett',A9A9A9:'Dunkelgrau',FFA07A:'Helles Lachsrosa',FFA500:'Orange',FFFF00:'Gelb','00FF00':'Lime',AFEEEE:'BlaÃ-Türkis',ADD8E6:'Hellblau',DDA0DD:'Pflaumenblau',D3D3D3:'Hellgrau',FFF0F5:'Lavendel',FAEBD7:'Antik WeiÃ',FFFFE0:'Hellgelb',F0FFF0:'Honigtau',F0FFFF:'Azurblau',F0F8FF:'Alice Blau',E6E6FA:'Lavendel',FFF:'WeiÃ'},scayt:{title:'Rechtschreibprüfung während der Texteingabe (SCAYT)',opera_title:'Nicht von Opera unterstützt',enable:'SCAYT einschalten',disable:'SCAYT ausschalten',about:'Ãber SCAYT',toggle:'SCAYT umschalten',options:'Optionen',langs:'Sprachen',moreSuggestions:'Mehr Vorschläge',ignore:'Ignorieren',ignoreAll:'Alle ignorieren',addWord:'Wort hinzufügen',emptyDic:'Wörterbuchname sollte leer sein.',optionsTab:'Optionen',allCaps:'Groà geschriebenen Wörter ignorieren',ignoreDomainNames:'Domain-Namen ignorieren',mixedCase:'Wörter mit gemischte Setzkasten ignorieren',mixedWithDigits:'Wörter mit Zahlen ignorieren',languagesTab:'Sprachen',dictionariesTab:'Wörterbücher',dic_field_name:'Wörterbuchname',dic_create:'Erzeugen',dic_restore:'Wiederherstellen',dic_delete:'Löschen',dic_rename:'Umbenennen',dic_info:'Anfangs wird das Benutzerwörterbuch in einem Cookie gespeichert. Allerdings sind Cookies in der GröÃe begrenzt. Wenn das Benutzerwörterbuch bis zu einem Punkt wächst, wo es nicht mehr in einem Cookie gespeichert werden kann, wird das Benutzerwörterbuch auf dem Server gespeichert. Um Ihr persönliches Wörterbuch auf dem Server zu speichern, müssen Sie einen Namen für das Wörterbuch angeben. Falls Sie schon ein gespeicherte Wörterbuch haben, geben Sie bitte dessen Namen ein und klicken Sie auf die Schaltfläche Wiederherstellen.',aboutTab:'Ãber'},about:{title:'Ãber CKEditor',dlgTitle:'Ãber CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Für Informationen über unsere Lizenzbestimmungen besuchen sie bitte unsere Webseite:',copy:'Copyright © $1. Alle Rechte vorbehalten.'},maximize:'Maximieren',minimize:'Minimieren',fakeobjects:{anchor:'Anker',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Verstecktes Feld',unknown:'Unbekanntes Objekt'},resize:'Zum VergröÃern ziehen',colordialog:{title:'Farbe wählen',options:'Farbeoptionen',highlight:'Hervorheben',selected:'Ausgewählte Farbe',clear:'Entfernen'},toolbarCollapse:'Symbolleiste einklappen',toolbarExpand:'Symbolleiste ausklappen',toolbarGroups:{document:'Dokument',clipboard:'Zwischenablage/Rückgängig',editing:'Editieren',forms:'Formularen',basicstyles:'Grundstile',paragraph:'Absatz',links:'Links',insert:'Einfügen',styles:'Stile',colors:'Farben',tools:'Werkzeuge'},bidi:{ltr:'Leserichtung von Links nach Rechts',rtl:'Leserichtung von Rechts nach Links'},docprops:{label:'Dokument-Eigenschaften',title:'Dokument-Eigenschaften',design:'Design',meta:'Metadaten',chooseColor:'Wählen',other:'<andere>',docTitle:'Seitentitel',charset:'Zeichenkodierung',charsetOther:'Andere Zeichenkodierung',charsetASCII:'ASCII',charsetCE:'Zentraleuropäisch',charsetCT:'traditionell Chinesisch (Big5)',charsetCR:'Kyrillisch',charsetGR:'Griechisch',charsetJP:'Japanisch',charsetKR:'Koreanisch',charsetTR:'Türkisch',charsetUN:'Unicode (UTF-8)',charsetWE:'Westeuropäisch',docType:'Dokumententyp',docTypeOther:'Anderer Dokumententyp',xhtmlDec:'Beziehe XHTML Deklarationen ein',bgColor:'Hintergrundfarbe',bgImage:'Hintergrundbild URL',bgFixed:'feststehender Hintergrund',txtColor:'Textfarbe',margin:'Seitenränder',marginTop:'Oben',marginLeft:'Links',marginRight:'Rechts',marginBottom:'Unten',metaKeywords:'Schlüsselwörter (durch Komma getrennt)',metaDescription:'Dokument-Beschreibung',metaAuthor:'Autor',metaCopyright:'Copyright',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['de']={"editor":"WYSIWYG-Editor","editorPanel":"WYSIWYG-Editor-Leiste","common":{"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":"Checkbox","radio":"Radiobutton","textField":"Textfeld einzeilig","textarea":"Textfeld mehrzeilig","hiddenField":"Verstecktes Feld","button":"Klickbutton","select":"Auswahlfeld","imageButton":"Bildbutton","notSet":"<nichts>","id":"ID","name":"Name","langDir":"Schreibrichtung","langDirLtr":"Links nach Rechts (LTR)","langDirRtl":"Rechts nach Links (RTL)","langCode":"Sprachenkürzel","longDescr":"Langform URL","cssClass":"Stylesheet Klasse","advisoryTitle":"Titel Beschreibung","cssStyle":"Style","ok":"OK","cancel":"Abbrechen","close":"SchlieÃen","preview":"Vorschau","resize":"Zum VergröÃern ziehen","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 schlieÃen?","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","alignTop":"Oben","alignMiddle":"Mitte","alignBottom":"Unten","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).","unavailable":"%1<span class=\"cke_accessibility\">, nicht verfügbar</span>"},"about":{"copy":"Copyright © $1. Alle Rechte vorbehalten.","dlgTitle":"Ãber CKEditor","help":"Prüfe $1 für Hilfe.","moreInfo":"Für Informationen über unsere Lizenzbestimmungen besuchen sie bitte unsere Webseite:","title":"Ãber CKEditor","userGuide":"CKEditor Benutzerhandbuch"},"basicstyles":{"bold":"Fett","italic":"Kursiv","strike":"Durchgestrichen","subscript":"Tiefgestellt","superscript":"Hochgestellt","underline":"Unterstrichen"},"bidi":{"ltr":"Leserichtung von Links nach Rechts","rtl":"Leserichtung von Rechts nach Links"},"blockquote":{"toolbar":"Zitatblock"},"clipboard":{"copy":"Kopieren","copyError":"Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch kopieren. Bitte benutzen Sie die System-Zwischenablage über STRG-C (kopieren).","cut":"Ausschneiden","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).","paste":"Einfügen","pasteArea":"Einfügebereich","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>.","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.","title":"Einfügen"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatisch","bgColorTitle":"Hintergrundfarbe","colors":{"000":"Schwarz","800000":"Kastanienbraun","8B4513":"Braun","2F4F4F":"Dunkles Schiefergrau","008080":"Blaugrün","000080":"Navy","4B0082":"Indigo","696969":"Dunkelgrau","B22222":"Ziegelrot","A52A2A":"Braun","DAA520":"Goldgelb","006400":"Dunkelgrün","40E0D0":"Türkis","0000CD":"Medium Blau","800080":"Lila","808080":"Grau","F00":"Rot","FF8C00":"Dunkelorange","FFD700":"Gold","008000":"Grün","0FF":"Cyan","00F":"Blau","EE82EE":"Hellviolett","A9A9A9":"Dunkelgrau","FFA07A":"Helles Lachsrosa","FFA500":"Orange","FFFF00":"Gelb","00FF00":"Lime","AFEEEE":"BlaÃ-Türkis","ADD8E6":"Hellblau","DDA0DD":"Pflaumenblau","D3D3D3":"Hellgrau","FFF0F5":"Lavendel","FAEBD7":"Antik WeiÃ","FFFFE0":"Hellgelb","F0FFF0":"Honigtau","F0FFFF":"Azurblau","F0F8FF":"Alice Blau","E6E6FA":"Lavendel","FFF":"WeiÃ"},"more":"Weitere Farben...","panelTitle":"Farben","textColorTitle":"Textfarbe"},"colordialog":{"clear":"Entfernen","highlight":"Hervorheben","options":"Farbeoptionen","selected":"Ausgewählte Farbe","title":"Farbe wählen"},"templates":{"button":"Vorlagen","emptyListMsg":"(keine Vorlagen definiert)","insertOption":"Aktuellen Inhalt ersetzen","options":"Vorlagen Optionen","selectPromptMsg":"Klicken Sie auf eine Vorlage, um sie im Editor zu öffnen (der aktuelle Inhalt wird dabei gelöscht!):","title":"Vorlagen"},"contextmenu":{"options":"Kontextmenü Optionen"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Tooltip","cssClassInputLabel":"Stylesheet Klasse","edit":"Div bearbeiten","inlineStyleInputLabel":"Inline Stil","langDirLTRLabel":"Links nach Rechs (LTR)","langDirLabel":"Sprache Richtung","langDirRTLLabel":"Rechs nach Links (RTL)","languageCodeInputLabel":"Sprachenkürzel","remove":"Div entfernen","styleSelectLabel":"Style","title":"Div Container erzeugen","toolbar":"Div Container erzeugen"},"toolbar":{"toolbarCollapse":"Symbolleiste einklappen","toolbarExpand":"Symbolleiste ausklappen","toolbarGroups":{"document":"Dokument","clipboard":"Zwischenablage/Rückgängig","editing":"Editieren","forms":"Formularen","basicstyles":"Grundstile","paragraph":"Absatz","links":"Links","insert":"Einfügen","styles":"Stile","colors":"Farben","tools":"Werkzeuge"},"toolbars":"Editor Symbolleisten"},"elementspath":{"eleLabel":"Elements Pfad","eleTitle":"%1 Element"},"find":{"find":"Suchen","findOptions":"Suchoptionen","findWhat":"Suche nach:","matchCase":"GroÃ-Kleinschreibung beachten","matchCyclic":"Zyklische Suche","matchWord":"Nur ganze Worte suchen","notFoundMsg":"Der gesuchte Text wurde nicht gefunden.","replace":"Ersetzen","replaceAll":"Alle ersetzen","replaceSuccessMsg":"%1 vorkommen ersetzt.","replaceWith":"Ersetze mit:","title":"Suchen und Ersetzen"},"fakeobjects":{"anchor":"Anker","flash":"Flash Animation","hiddenfield":"Verstecktes Feld","iframe":"IFrame","unknown":"Unbekanntes Objekt"},"flash":{"access":"Skript Zugang","accessAlways":"Immer","accessNever":"Nie","accessSameDomain":"Gleiche Domain","alignAbsBottom":"Abs Unten","alignAbsMiddle":"Abs Mitte","alignBaseline":"Baseline","alignTextTop":"Text Oben","bgcolor":"Hintergrundfarbe","chkFull":"Vollbildmodus erlauben","chkLoop":"Endlosschleife","chkMenu":"Flash-Menü aktivieren","chkPlay":"Automatisch Abspielen","flashvars":"Variablen für Flash","hSpace":"Horizontal-Abstand","properties":"Flash-Eigenschaften","propertiesTab":"Eigenschaften","quality":"Qualität","qualityAutoHigh":"Auto Hoch","qualityAutoLow":"Auto Niedrig","qualityBest":"Beste","qualityHigh":"Hoch","qualityLow":"Niedrig","qualityMedium":"Medium","scale":"Skalierung","scaleAll":"Alles anzeigen","scaleFit":"Passgenau","scaleNoBorder":"Ohne Rand","title":"Flash-Eigenschaften","vSpace":"Vertikal-Abstand","validateHSpace":"HSpace muss eine Zahl sein.","validateSrc":"Bitte geben Sie die Link-URL an","validateVSpace":"VSpace muss eine Zahl sein.","windowMode":"Fenster Modus","windowModeOpaque":"Deckend","windowModeTransparent":"Transparent","windowModeWindow":"Fenster"},"font":{"fontSize":{"label":"GröÃe","voiceLabel":"SchrifgröÃe","panelTitle":"GröÃe"},"label":"Schriftart","panelTitle":"Schriftart","voiceLabel":"Schriftart"},"forms":{"button":{"title":"Button-Eigenschaften","text":"Text (Wert)","type":"Typ","typeBtn":"Button","typeSbm":"Absenden","typeRst":"Zurücksetzen"},"checkboxAndRadio":{"checkboxTitle":"Checkbox-Eigenschaften","radioTitle":"Optionsfeld-Eigenschaften","value":"Wert","selected":"ausgewählt"},"form":{"title":"Formular-Eigenschaften","menu":"Formular-Eigenschaften","action":"Action","method":"Method","encoding":"Zeichenkodierung"},"hidden":{"title":"Verstecktes Feld-Eigenschaften","name":"Name","value":"Wert"},"select":{"title":"Auswahlfeld-Eigenschaften","selectInfo":"Info","opAvail":"Mögliche Optionen","value":"Wert","size":"GröÃe","lines":"Linien","chkMulti":"Erlaube Mehrfachauswahl","opText":"Text","opValue":"Wert","btnAdd":"Hinzufügen","btnModify":"Ãndern","btnUp":"Hoch","btnDown":"Runter","btnSetValue":"Setze als Standardwert","btnDelete":"Entfernen"},"textarea":{"title":"Textfeld (mehrzeilig) Eigenschaften","cols":"Spalten","rows":"Reihen"},"textfield":{"title":"Textfeld (einzeilig) Eigenschaften","name":"Name","value":"Wert","charWidth":"Zeichenbreite","maxChars":"Max. Zeichen","type":"Typ","typeText":"Text","typePass":"Passwort","typeEmail":"E-mail","typeSearch":"Suche","typeTel":"Telefonnummer","typeUrl":"URL"}},"format":{"label":"Format","panelTitle":"Format","tag_address":"Addresse","tag_div":"Normal (DIV)","tag_h1":"Ãberschrift 1","tag_h2":"Ãberschrift 2","tag_h3":"Ãberschrift 3","tag_h4":"Ãberschrift 4","tag_h5":"Ãberschrift 5","tag_h6":"Ãberschrift 6","tag_p":"Normal","tag_pre":"Formatiert"},"horizontalrule":{"toolbar":"Horizontale Linie einfügen"},"iframe":{"border":"Rahmen anzeigen","noUrl":"Bitte geben Sie die IFrame-URL an","scrolling":"Rollbalken anzeigen","title":"IFrame-Eigenschaften","toolbar":"IFrame"},"image":{"alertUrl":"Bitte geben Sie die Bild-URL an","alt":"Alternativer Text","border":"Rahmen","btnUpload":"Zum Server senden","button2Img":"Möchten Sie den gewählten Bild-Button in ein einfaches Bild umwandeln?","hSpace":"Horizontal-Abstand","img2Button":"Möchten Sie das gewählten Bild in einen Bild-Button umwandeln?","infoTab":"Bild-Info","linkTab":"Link","lockRatio":"GröÃenverhältnis beibehalten","menu":"Bild-Eigenschaften","resetSize":"GröÃe zurücksetzen","title":"Bild-Eigenschaften","titleButton":"Bildbutton-Eigenschaften","upload":"Hochladen","urlMissing":"Imagequelle URL fehlt.","vSpace":"Vertikal-Abstand","validateBorder":"Rahmen muà eine ganze Zahl sein.","validateHSpace":"Horizontal-Abstand muà eine ganze Zahl sein.","validateVSpace":"Vertikal-Abstand muà eine ganze Zahl sein."},"indent":{"indent":"Einzug erhöhen","outdent":"Einzug verringern"},"smiley":{"options":"Smiley Optionen","title":"Smiley auswählen","toolbar":"Smiley"},"justify":{"block":"Blocksatz","center":"Zentriert","left":"Linksbündig","right":"Rechtsbündig"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Zugriffstaste","advanced":"Erweitert","advisoryContentType":"Inhaltstyp","advisoryTitle":"Titel Beschreibung","anchor":{"toolbar":"Anker einfügen/editieren","menu":"Anker-Eigenschaften","title":"Anker-Eigenschaften","name":"Anker Name","errorName":"Bitte geben Sie den Namen des Ankers ein","remove":"Anker entfernen"},"anchorId":"nach Element Id","anchorName":"nach Anker Name","charset":"Ziel-Zeichensatz","cssClasses":"Stylesheet Klasse","emailAddress":"E-Mail Adresse","emailBody":"Nachrichtentext","emailSubject":"Betreffzeile","id":"Id","info":"Link-Info","langCode":"Sprachenkürzel","langDir":"Schreibrichtung","langDirLTR":"Links nach Rechts (LTR)","langDirRTL":"Rechts nach Links (RTL)","menu":"Link editieren","name":"Name","noAnchors":"(keine Anker im Dokument vorhanden)","noEmail":"Bitte geben Sie e-Mail Adresse an","noUrl":"Bitte geben Sie die Link-URL an","other":"<andere>","popupDependent":"Abhängig (Netscape)","popupFeatures":"Pop-up Fenster-Eigenschaften","popupFullScreen":"Vollbild (IE)","popupLeft":"Linke Position","popupLocationBar":"Adress-Leiste","popupMenuBar":"Menü-Leiste","popupResizable":"GröÃe änderbar","popupScrollBars":"Rollbalken","popupStatusBar":"Statusleiste","popupToolbar":"Symbolleiste","popupTop":"Obere Position","rel":"Beziehung","selectAnchor":"Anker auswählen","styles":"Style","tabIndex":"Tab-Index","target":"Zielseite","targetFrame":"<Frame>","targetFrameName":"Ziel-Fenster-Name","targetPopup":"<Pop-up Fenster>","targetPopupName":"Pop-up Fenster-Name","title":"Link","toAnchor":"Anker in dieser Seite","toEmail":"E-Mail","toUrl":"URL","toolbar":"Link einfügen/editieren","type":"Link-Typ","unlink":"Link entfernen","upload":"Hochladen"},"list":{"bulletedlist":"Liste","numberedlist":"Nummerierte Liste"},"liststyle":{"armenian":"Armenisch Nummerierung","bulletedTitle":"Listen-Eigenschaften","circle":"Ring","decimal":"Dezimal (1, 2, 3, etc.)","decimalLeadingZero":"Dezimal mit führende Null (01, 02, 03, etc.)","disc":"Kreis","georgian":"Georgisch Nummerierung (an, ban, gan, etc.)","lowerAlpha":"Klein alpha (a, b, c, d, e, etc.)","lowerGreek":"Klein griechisch (alpha, beta, gamma, etc.)","lowerRoman":"Klein römisch (i, ii, iii, iv, v, etc.)","none":"Keine","notset":"<nicht gesetzt>","numberedTitle":"Nummerierte Listen-Eigenschaften","square":"Quadrat","start":"Start","type":"Typ","upperAlpha":"Groà alpha (A, B, C, D, E, etc.)","upperRoman":"Groà römisch (I, II, III, IV, V, etc.)","validateStartNumber":"List Startnummer muss eine ganze Zahl sein."},"magicline":{"title":"Absatz hier einfügen"},"maximize":{"maximize":"Maximieren","minimize":"Minimieren"},"newpage":{"toolbar":"Neue Seite"},"pagebreak":{"alt":"Seitenumbruch einfügen","toolbar":"Seitenumbruch einfügen"},"pastetext":{"button":"Als Text einfügen","title":"Als Text einfügen"},"pastefromword":{"confirmCleanup":"Der Text, den Sie einfügen möchten, scheint aus MS-Word kopiert zu sein. Möchten Sie ihn zuvor bereinigen lassen?","error":"Aufgrund eines internen Fehlers war es nicht möglich die eingefügten Daten zu bereinigen","title":"Aus MS-Word einfügen","toolbar":"Aus MS-Word einfügen"},"preview":{"preview":"Vorschau"},"print":{"toolbar":"Drucken"},"removeformat":{"toolbar":"Formatierungen entfernen"},"save":{"toolbar":"Speichern"},"selectall":{"toolbar":"Alles auswählen"},"showblocks":{"toolbar":"Blöcke anzeigen"},"sourcearea":{"toolbar":"Quellcode"},"specialchar":{"options":"Sonderzeichen Optionen","title":"Sonderzeichen auswählen","toolbar":"Sonderzeichen einfügen/editieren"},"scayt":{"about":"Ãber SCAYT","aboutTab":"Ãber","addWord":"Wort hinzufügen","allCaps":"Groà geschriebenen Wörter ignorieren","dic_create":"Erzeugen","dic_delete":"Löschen","dic_field_name":"Wörterbuchname","dic_info":"Anfangs wird das Benutzerwörterbuch in einem Cookie gespeichert. Allerdings sind Cookies in der GröÃe begrenzt. Wenn das Benutzerwörterbuch bis zu einem Punkt wächst, wo es nicht mehr in einem Cookie gespeichert werden kann, wird das Benutzerwörterbuch auf dem Server gespeichert. Um Ihr persönliches Wörterbuch auf dem Server zu speichern, müssen Sie einen Namen für das Wörterbuch angeben. Falls Sie schon ein gespeicherte Wörterbuch haben, geben Sie bitte dessen Namen ein und klicken Sie auf die Schaltfläche Wiederherstellen.","dic_rename":"Umbenennen","dic_restore":"Wiederherstellen","dictionariesTab":"Wörterbücher","disable":"SCAYT ausschalten","emptyDic":"Wörterbuchname sollte leer sein.","enable":"SCAYT einschalten","ignore":"Ignorieren","ignoreAll":"Alle ignorieren","ignoreDomainNames":"Domain-Namen ignorieren","langs":"Sprachen","languagesTab":"Sprachen","mixedCase":"Wörter mit gemischte Setzkasten ignorieren","mixedWithDigits":"Wörter mit Zahlen ignorieren","moreSuggestions":"Mehr Vorschläge","opera_title":"Nicht von Opera unterstützt","options":"Optionen","optionsTab":"Optionen","title":"Rechtschreibprüfung während der Texteingabe (SCAYT)","toggle":"SCAYT umschalten","noSuggestions":"No suggestion"},"stylescombo":{"label":"Stil","panelTitle":"Formatierungenstil","panelTitle1":"Block Stilart","panelTitle2":"Inline Stilart","panelTitle3":"Objekt Stilart"},"table":{"border":"Rahmen","caption":"Ãberschrift","cell":{"menu":"Zelle","insertBefore":"Zelle davor einfügen","insertAfter":"Zelle danach einfügen","deleteCell":"Zelle löschen","merge":"Zellen verbinden","mergeRight":"Nach rechts verbinden","mergeDown":"Nach unten verbinden","splitHorizontal":"Zelle horizontal teilen","splitVertical":"Zelle vertikal teilen","title":"Zellen-Eigenschaften","cellType":"Zellart","rowSpan":"Anzahl Zeilen verbinden","colSpan":"Anzahl Spalten verbinden","wordWrap":"Zeilenumbruch","hAlign":"Horizontale Ausrichtung","vAlign":"Vertikale Ausrichtung","alignBaseline":"Grundlinie","bgColor":"Hintergrundfarbe","borderColor":"Rahmenfarbe","data":"Daten","header":"Ãberschrift","yes":"Ja","no":"Nein","invalidWidth":"Zellenbreite muà eine Zahl sein.","invalidHeight":"Zellenhöhe muà eine Zahl sein.","invalidRowSpan":"\"Anzahl Zeilen verbinden\" muss eine Ganzzahl sein.","invalidColSpan":"\"Anzahl Spalten verbinden\" muss eine Ganzzahl sein.","chooseColor":"Wählen"},"cellPad":"Zellenabstand innen","cellSpace":"Zellenabstand auÃen","column":{"menu":"Spalte","insertBefore":"Spalte links davor einfügen","insertAfter":"Spalte rechts danach einfügen","deleteColumn":"Spalte löschen"},"columns":"Spalte","deleteTable":"Tabelle löschen","headers":"Kopfzeile","headersBoth":"Beide","headersColumn":"Erste Spalte","headersNone":"Keine","headersRow":"Erste Zeile","invalidBorder":"Die Rahmenbreite muà eine Zahl sein.","invalidCellPadding":"Der Zellenabstand innen muà eine positive Zahl sein.","invalidCellSpacing":"Der Zellenabstand auÃen muà eine positive Zahl sein.","invalidCols":"Die Anzahl der Spalten muà gröÃer als 0 sein..","invalidHeight":"Die Tabellenbreite muà eine Zahl sein.","invalidRows":"Die Anzahl der Zeilen muà gröÃer als 0 sein.","invalidWidth":"Die Tabellenbreite muss eine Zahl sein.","menu":"Tabellen-Eigenschaften","row":{"menu":"Zeile","insertBefore":"Zeile oberhalb einfügen","insertAfter":"Zeile unterhalb einfügen","deleteRow":"Zeile entfernen"},"rows":"Zeile","summary":"Inhaltsübersicht","title":"Tabellen-Eigenschaften","toolbar":"Tabelle","widthPc":"%","widthPx":"Pixel","widthUnit":"Breite Einheit"},"undo":{"redo":"Wiederherstellen","undo":"Rückgängig"},"wsc":{"btnIgnore":"Ignorieren","btnIgnoreAll":"Alle Ignorieren","btnReplace":"Ersetzen","btnReplaceAll":"Alle Ersetzen","btnUndo":"Rückgängig","changeTo":"Ãndern in","errorLoading":"Fehler beim laden des Dienstanbieters: %s.","ieSpellDownload":"Rechtschreibprüfung nicht installiert. Möchten Sie sie jetzt herunterladen?","manyChanges":"Rechtschreibprüfung abgeschlossen - %1 Wörter geändert","noChanges":"Rechtschreibprüfung abgeschlossen - keine Worte geändert","noMispell":"Rechtschreibprüfung abgeschlossen - keine Fehler gefunden","noSuggestions":" - keine Vorschläge - ","notAvailable":"Entschuldigung, aber dieser Dienst steht im Moment nicht zur Verfügung.","notInDic":"Nicht im Wörterbuch","oneChange":"Rechtschreibprüfung abgeschlossen - ein Wort geändert","progress":"Rechtschreibprüfung läuft...","title":"Rechtschreibprüfung","toolbar":"Rechtschreibprüfung"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/el.js b/skins/ckeditor/lang/el.js index 590cd20..24011f3 100644 --- a/skins/ckeditor/lang/el.js +++ b/skins/ckeditor/lang/el.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.el={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'HTML κÏδικαÏ',newPage:'ÎÎα Σελίδα',save:'ÎÏÎ¿Î¸Î®ÎºÎµÏ Ïη',preview:'Î ÏοεÏιÏκÏÏιÏη',cut:'ÎÏοκοÏή',copy:'ÎνÏιγÏαÏή',paste:'ÎÏικÏλληÏη',print:'ÎκÏÏÏÏÏη',underline:'Î¥ÏογÏάμμιÏη',bold:'ÎνÏονα',italic:'Πλάγια',selectAll:'ÎÏιλογή ÏλÏν',removeFormat:'ÎÏαίÏεÏη ÎοÏÏοÏοίηÏηÏ',strike:'ÎιαγÏάμμιÏη',subscript:'ÎείκÏηÏ',superscript:'ÎκθÎÏηÏ',horizontalrule:'ÎιÏαγÏγή ÎÏιζÏνÏÎ¹Î±Ï ÎÏαμμήÏ',pagebreak:'ÎιÏαγÏγή ÏÎÎ»Î¿Ï Ï ÏελίδαÏ',pagebreakAlt:'Page Break',unlink:'ÎÏαίÏεÏη Î£Ï Î½Î´ÎÏÎ¼Î¿Ï (Link)',undo:'ÎναίÏεÏη',redo:'ÎÏαναÏοÏά',common:{browseServer:'ÎξεÏεÏνηÏη διακομιÏÏή',url:'URL',protocol:'Î ÏοÏÏκολο',upload:'ÎÏοÏÏολή',uploadSubmit:'ÎÏοÏÏολή ÏÏον ÎιακομιÏÏή',image:'ÎικÏνα',flash:'ÎιÏαγÏγή Flash',form:'ΦÏÏμα',checkbox:'ÎÎ¿Ï Ïί εÏιλογήÏ',radio:'ÎÎ¿Ï Î¼Ïί Radio',textField:'Πεδίο κειμÎÎ½Î¿Ï ',textarea:'ΠεÏιοÏή κειμÎÎ½Î¿Ï ',hiddenField:'ÎÏÏ ÏÏ Ïεδίο',button:'ÎÎ¿Ï Î¼Ïί',select:'Πεδίο εÏιλογήÏ',imageButton:'ÎÎ¿Ï Î¼Ïί εικÏναÏ',notSet:'<ÏÏÏίÏ>',id:'Id',name:'Îνομα',langDir:'ÎαÏεÏÎ¸Ï Î½Ïη κειμÎÎ½Î¿Ï ',langDirLtr:'ÎÏιÏÏεÏά ÏÏÎ¿Ï Îεξιά (LTR)',langDirRtl:'Îεξιά ÏÏÎ¿Ï ÎÏιÏÏεÏά (RTL)',langCode:'ÎÏδικÏÏ ÎλÏÏÏαÏ',longDescr:'ÎÎ½Î±Î»Ï Ïική ÏεÏιγÏαÏή URL',cssClass:'Stylesheet Classes',advisoryTitle:'Î£Ï Î¼Î²Î¿Ï Î»ÎµÏ ÏικÏÏ ÏίÏλοÏ',cssStyle:'ΣÏÏλ',ok:'OK',cancel:'ÎκÏÏÏÏη',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'Îια ÏÏοÏÏÏημÎÎ½Î¿Ï Ï',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'ΠλάÏοÏ',height:'ÎÏοÏ',align:'ÎÏ Î¸Ï Î³ÏάμμιÏη (Align)',alignLeft:'ÎÏιÏÏεÏά',alignRight:'Îεξιά (Right)',alignCenter:'ÎÎνÏÏο',alignTop:'Î Î¬Î½Ï (Top)',alignMiddle:'ÎÎÏη (Middle)',alignBottom:'ÎάÏÏ (Bottom)',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'ÎιÏαγÏγή ÎÎ¹Î´Î¹ÎºÎ¿Ï Î£Ï Î¼Î²ÏÎ»Î¿Ï ',title:'ÎÏιλÎξÏε Îνα ÎÎ¹Î´Î¹ÎºÏ Î£Ïμβολο',options:'Special Character Options'},link:{toolbar:'ÎιÏαγÏγή/ÎεÏαβολή Î£Ï Î½Î´ÎÏÎ¼Î¿Ï (Link)',other:'<άλλοÏ>',menu:'ÎεÏαβολή Î£Ï Î½Î´ÎÏÎ¼Î¿Ï (Link)',title:'ΣÏνδεÏÎ¼Î¿Ï (Link)',info:'Link',target:'ΠαÏÎ¬Î¸Ï Ïο ΣÏÏÏÎ¿Ï (Target)',upload:'ÎÏοÏÏολή',advanced:'Îια ÏÏοÏÏÏημÎÎ½Î¿Ï Ï',type:'ΤÏÏÎ¿Ï ÏÏ Î½Î´ÎÏÎ¼Î¿Ï (Link)',toUrl:'URL',toAnchor:'ÎÎ³ÎºÏ Ïα Ïε Î±Ï Ïή Ïη Ïελίδα',toEmail:'E-Mail',targetFrame:'<ÏλαίÏιο>',targetPopup:'<ÏαÏÎ¬Î¸Ï Ïο popup>',targetFrameName:'Îνομα ÏλαιÏÎ¯Î¿Ï ÏÏÏÏÎ¿Ï ',targetPopupName:'Îνομα Popup Window',popupFeatures:'ÎÏιλογÎÏ Popup Window',popupResizable:'Resizable',popupStatusBar:'ÎÏάÏα Status',popupLocationBar:'ÎÏάÏα ΤοÏοθεÏίαÏ',popupToolbar:'ÎÏάÏα ÎÏγαλείÏν',popupMenuBar:'ÎÏάÏα Menu',popupFullScreen:'ÎλÏκληÏη η ÎθÏνη (IE)',popupScrollBars:'ÎÏάÏÎµÏ ÎÏλιÏηÏ',popupDependent:'Dependent (Netscape)',popupLeft:'ΤοÏοθεÏία ÎÏιÏÏεÏÎ®Ï ÎκÏηÏ',popupTop:'ΤοÏοθεÏία Î Î¬Î½Ï ÎκÏηÏ',id:'Id',langDir:'ÎαÏεÏÎ¸Ï Î½Ïη κειμÎÎ½Î¿Ï ',langDirLTR:'ÎÏιÏÏεÏά ÏÏÎ¿Ï Îεξιά (LTR)',langDirRTL:'Îεξιά ÏÏÎ¿Ï ÎÏιÏÏεÏά (RTL)',acccessKey:'Î£Ï Î½ÏÏÎ¼ÎµÏ Ïη (Access Key)',name:'Îνομα',langCode:'ÎαÏεÏÎ¸Ï Î½Ïη κειμÎÎ½Î¿Ï ',tabIndex:'Tab Index',advisoryTitle:'Î£Ï Î¼Î²Î¿Ï Î»ÎµÏ ÏικÏÏ ÏίÏλοÏ',advisoryContentType:'Î£Ï Î¼Î²Î¿Ï Î»ÎµÏ ÏικÏÏ ÏίÏÎ»Î¿Ï ÏεÏιεÏομÎÎ½Î¿Ï ',cssClasses:'Stylesheet Classes',charset:'Linked Resource Charset',styles:'ΣÏÏλ',rel:'Relationship',selectAnchor:'ÎÏιλÎξÏε μια Î¬Î³ÎºÏ Ïα',anchorName:'ÎάÏει ÏÎ¿Ï ÎνÏμαÏÎ¿Ï (Name) ÏÎ·Ï Î¬Î³ÎºÏ ÏαÏ',anchorId:'ÎάÏει ÏÎ¿Ï Element Id',emailAddress:'ÎιεÏÎ¸Ï Î½Ïη ÎλεκÏÏÎ¿Î½Î¹ÎºÎ¿Ï Î¤Î±ÏÏ Î´ÏÎ¿Î¼ÎµÎ¯Î¿Ï ',emailSubject:'ÎÎμα ÎηνÏμαÏοÏ',emailBody:'Îείμενο ÎηνÏμαÏοÏ',noAnchors:'(Îεν Ï ÏάÏÏÎ¿Ï Î½ Î¬Î³ÎºÏ ÏÎµÏ ÏÏο κείμενο)',noUrl:'ÎιÏάγεÏε Ïην ÏοÏοθεÏία (URL) ÏÎ¿Ï Ï ÏεÏÏÏ Î½Î´ÎÏÎ¼Î¿Ï (Link)',noEmail:'ÎιÏάγεÏε Ïην διεÏÎ¸Ï Î½Ïη ηλεκÏÏÎ¿Î½Î¹ÎºÎ¿Ï ÏαÏÏ Î´ÏÎ¿Î¼ÎµÎ¯Î¿Ï '},anchor:{toolbar:'ÎιÏαγÏγή/εÏεξεÏγαÏία Anchor',menu:'ÎδιÏÏηÏÎµÏ Î¬Î³ÎºÏ ÏαÏ',title:'ÎδιÏÏηÏÎµÏ Î¬Î³ÎºÏ ÏαÏ',name:'Îνομα Î¬Î³ÎºÏ ÏαÏ',errorName:'ΠαÏακαλοÏμε ειÏάγεÏε Ïνομα Î¬Î³ÎºÏ ÏαÏ',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'ÎναζήÏηÏη',replace:'ÎνÏικαÏάÏÏαÏη',findWhat:'ÎναζήÏηÏη:',replaceWith:'ÎνÏικαÏάÏÏαÏη με:',notFoundMsg:'Το κείμενο δεν βÏÎθηκε.',matchCase:'ÎλεγÏÎ¿Ï ÏεζÏν/κεÏαλαίÏν',matchWord:'ÎÏÏεÏη ÏλήÏÎ¿Ï Ï Î»ÎξηÏ',matchCyclic:'Match cyclic',replaceAll:'ÎνÏικαÏάÏÏαÏη ÎλÏν',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'ΠίνακαÏ',title:'ÎδιÏÏηÏÎµÏ Î Î¯Î½Î±ÎºÎ±',menu:'ÎδιÏÏηÏÎµÏ Î Î¯Î½Î±ÎºÎ±',deleteTable:'ÎιαγÏαÏή Ïίνακα',rows:'ÎÏαμμÎÏ',columns:'ÎολÏνεÏ',border:'ÎÎÎ³ÎµÎ¸Î¿Ï Î ÎµÏιθÏÏÎ¯Î¿Ï ',widthPx:'pixels',widthPc:'%',widthUnit:'width unit',cellSpace:'ÎÏÏÏÏαÏη κελιÏν',cellPad:'ÎÎμιÏμα κελιÏν',caption:'Î¥ÏÎÏÏιÏλοÏ',summary:'ΠεÏίληÏη',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'Îελί',insertBefore:'Insert Cell Before',insertAfter:'Insert Cell After',deleteCell:'ÎιαγÏαÏή ÎελιÏν',merge:'ÎνοÏοίηÏη ÎελιÏν',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'},row:{menu:'ΣειÏά',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'ÎιαγÏαÏή ÎÏαμμÏν'},column:{menu:'ΣÏήλη',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'ÎιαγÏαÏή ÎολÏνÏν'}},button:{title:'ÎδιÏÏηÏÎµÏ ÎºÎ¿Ï Î¼ÏιοÏ',text:'Îείμενο (Τιμή)',type:'ΤÏÏοÏ',typeBtn:'ÎÎ¿Ï Î¼Ïί',typeSbm:'ÎαÏαÏÏÏηÏη',typeRst:'ÎÏαναÏοÏά'},checkboxAndRadio:{checkboxTitle:'ÎδιÏÏηÏÎµÏ ÎºÎ¿Ï Î¼ÏÎ¹Î¿Ï ÎµÏιλογήÏ',radioTitle:'ÎδιÏÏηÏÎµÏ ÎºÎ¿Ï Î¼ÏÎ¹Î¿Ï radio',value:'Τιμή',selected:'ÎÏιλεγμÎνο'},form:{title:'ÎδιÏÏηÏÎµÏ ÏÏÏμαÏ',menu:'ÎδιÏÏηÏÎµÏ ÏÏÏμαÏ',action:'ÎÏάÏη',method:'ÎάθοδοÏ',encoding:'Encoding'},select:{title:'ÎδιÏÏηÏÎµÏ ÏÎµÎ´Î¯Î¿Ï ÎµÏιλογήÏ',selectInfo:'ΠληÏοÏοÏίεÏ',opAvail:'ÎιαθÎÏÎ¹Î¼ÎµÏ ÎµÏιλογÎÏ',value:'Τιμή',size:'ÎÎγεθοÏ',lines:'γÏαμμÎÏ',chkMulti:'ΠολλαÏλÎÏ ÎµÏιλογÎÏ',opText:'Îείμενο',opValue:'Τιμή',btnAdd:'Î ÏοÏθήκη',btnModify:'Îλλαγή',btnUp:'ΠάνÏ',btnDown:'ÎάÏÏ',btnSetValue:'Î ÏοεÏιλεγμÎνη εÏιλογή',btnDelete:'ÎιαγÏαÏή'},textarea:{title:'ÎδιÏÏηÏÎµÏ ÏεÏιοÏÎ®Ï ÎºÎµÎ¹Î¼ÎÎ½Î¿Ï ',cols:'ΣÏήλεÏ',rows:'ΣειÏÎÏ'},textfield:{title:'ÎδιÏÏηÏÎµÏ ÏÎµÎ´Î¯Î¿Ï ÎºÎµÎ¹Î¼ÎÎ½Î¿Ï ',name:'Îνομα',value:'Τιμή',charWidth:'ÎÎ®ÎºÎ¿Ï ÏαÏακÏήÏÏν',maxChars:'ÎÎγιÏÏοι ÏαÏακÏήÏεÏ',type:'ΤÏÏοÏ',typeText:'Îείμενο',typePass:'ÎÏδικÏÏ'},hidden:{title:'ÎδιÏÏηÏÎµÏ ÎºÏÏ ÏÎ¿Ï ÏÎµÎ´Î¯Î¿Ï ',name:'Îνομα',value:'Τιμή'},image:{title:'ÎδιÏÏηÏÎµÏ ÎικÏναÏ',titleButton:'ÎδιÏÏηÏÎµÏ ÎºÎ¿Ï Î¼ÏÎ¹Î¿Ï ÎµÎ¹ÎºÏναÏ',menu:'ÎδιÏÏηÏÎµÏ ÎικÏναÏ',infoTab:'ΠληÏοÏοÏÎ¯ÎµÏ ÎικÏναÏ',btnUpload:'ÎÏοÏÏολή ÏÏον ÎιακομιÏÏή',upload:'ÎÏοÏÏολή',alt:'ÎναλλακÏÎ¹ÎºÏ Îείμενο (ALT)',lockRatio:'ÎλείδÏμα ÎναλογίαÏ',resetSize:'ÎÏαναÏοÏά ÎÏÏÎ¹ÎºÎ¿Ï ÎεγÎÎ¸Î¿Ï Ï',border:'ΠεÏιθÏÏιο',hSpace:'ÎÏιζÏνÏÎ¹Î¿Ï Î§ÏÏÎ¿Ï (HSpace)',vSpace:'ÎάθεÏÎ¿Ï Î§ÏÏÎ¿Ï (VSpace)',alertUrl:'ÎιÏάγεÏε Ïην ÏοÏοθεÏία (URL) ÏÎ·Ï ÎµÎ¹ÎºÏναÏ',linkTab:'ΣÏνδεÏμοÏ',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'ÎδιÏÏηÏÎµÏ Flash',propertiesTab:'Properties',title:'ÎδιÏÏηÏÎµÏ flash',chkPlay:'ÎÏ ÏÏμαÏη ÎναÏξη',chkLoop:'ÎÏανάληÏη',chkMenu:'ÎνεÏγοÏοίηÏη Flash Menu',chkFull:'Allow Fullscreen',scale:'Îλίμακα',scaleAll:'ÎμÏάνιÏη ÏλÏν',scaleNoBorder:'ΧÏÏÎ¯Ï ÏÏια',scaleFit:'ÎκÏÎ¹Î²Î®Ï ÎµÏαÏμογή',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'ÎÏÏÎ»Ï Ïα ÎάÏÏ (Abs Bottom)',alignAbsMiddle:'ÎÏÏÎ»Ï Ïα ÏÏη ÎÎÏη (Abs Middle)',alignBaseline:'ÎÏαμμή ÎάÏÎ·Ï (Baseline)',alignTextTop:'ÎοÏÏ Ïή ÎειμÎÎ½Î¿Ï (Text Top)',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'ΧÏÏμα Î¥ÏοβάθÏÎ¿Ï ',hSpace:'ÎÏιζÏνÏÎ¹Î¿Ï Î§ÏÏÎ¿Ï (HSpace)',vSpace:'ÎάθεÏÎ¿Ï Î§ÏÏÎ¿Ï (VSpace)',validateSrc:'ÎιÏάγεÏε Ïην ÏοÏοθεÏία (URL) ÏÎ¿Ï Ï ÏεÏÏÏ Î½Î´ÎÏÎ¼Î¿Ï (Link)',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'ÎÏθογÏαÏικÏÏ ÎλεγÏοÏ',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Îεν Ï ÏάÏÏει ÏÏο λεξικÏ',changeTo:'Îλλαγή Ïε',btnIgnore:'ÎγνÏηÏη',btnIgnoreAll:'ÎγνÏηÏη ÏλÏν',btnReplace:'ÎνÏικαÏάÏÏαÏη',btnReplaceAll:'ÎνÏικαÏάÏÏαÏη ÏλÏν',btnUndo:'ÎναίÏεÏη',noSuggestions:'- Îεν Ï ÏάÏÏÎ¿Ï Î½ ÏÏοÏάÏÎµÎ¹Ï -',progress:'ÎÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Ïε εξÎλιξη...',noMispell:'ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: Îεν βÏÎθηκαν λάθη',noChanges:'ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: Îεν άλλαξαν λÎξειÏ',oneChange:'ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: Îια λÎξη άλλαξε',manyChanges:'ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: %1 λÎÎ¾ÎµÎ¹Ï Î¬Î»Î»Î±Î¾Î±Î½',ieSpellDownload:'Îεν Ï ÏάÏÏει εγκαÏεÏÏημÎÎ½Î¿Ï Î¿ÏθογÏάÏοÏ. ÎÎλεÏε να Ïον καÏεβάÏεÏε ÏÏÏα;'},smiley:{toolbar:'Smiley',title:'ÎÏιλÎξÏε Îνα Smiley',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'ÎίÏÏα με ÎÏιθμοÏÏ',bulletedlist:'ÎίÏÏα με Bullets',indent:'ÎÏξηÏη ÎÏοÏήÏ',outdent:'ÎείÏÏη ÎÏοÏήÏ',justify:{left:'ΣÏοίÏιÏη ÎÏιÏÏεÏά',center:'ΣÏοίÏιÏη ÏÏο ÎÎνÏÏο',right:'ΣÏοίÏιÏη Îεξιά',block:'ΠλήÏÎ·Ï Î£ÏοίÏιÏη (Block)'},blockquote:'Block Quote',clipboard:{title:'ÎÏικÏλληÏη',cutError:'Îι ÏÏ Î¸Î¼Î¯ÏÎµÎ¹Ï Î±ÏÏÎ±Î»ÎµÎ¯Î±Ï ÏÎ¿Ï ÏÏ Î»Î»Î¿Î¼ÎµÏÏηÏή ÏÎ±Ï Î´ÎµÎ½ εÏιÏÏÎÏÎ¿Ï Î½ Ïην εÏιλεγμÎνη εÏγαÏία αÏοκοÏήÏ. ΧÏηÏιμοÏοιείÏÏε Ïο ÏληκÏÏολÏγιο (Ctrl/Cmd+X).',copyError:'Îι ÏÏ Î¸Î¼Î¯ÏÎµÎ¹Ï Î±ÏÏÎ±Î»ÎµÎ¯Î±Ï ÏÎ¿Ï ÏÏ Î»Î»Î¿Î¼ÎµÏÏηÏή ÏÎ±Ï Î´ÎµÎ½ εÏιÏÏÎÏÎ¿Ï Î½ Ïην εÏιλεγμÎνη εÏγαÏία ανÏιγÏαÏήÏ. ΧÏηÏιμοÏοιείÏÏε Ïο ÏληκÏÏολÏγιο (Ctrl/Cmd+C).',pasteMsg:'ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏικολήÏÏε ÏÏο ακÏÎ»Î¿Ï Î¸Î¿ ÎºÎ¿Ï Ïί ÏÏηÏιμοÏοιÏνÏÎ±Ï Ïο ÏληκÏÏολÏγιο (<STRONG>Ctrl/Cmd+V</STRONG>) και ÏαÏήÏÏε <STRONG>OK</STRONG>.',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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'ÎÏικÏλληÏη αÏÏ Ïο Word',title:'ÎÏικÏλληÏη αÏÏ Ïο Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'ÎÏικÏλληÏη ÏÏ ÎÏÎ»Ï Îείμενο',title:'ÎÏικÏλληÏη ÏÏ ÎÏÎ»Ï Îείμενο'},templates:{button:'Î ÏÏÏÏ Ïα',title:'Î ÏÏÏÏ Ïα ÏεÏιεÏομÎÎ½Î¿Ï ',options:'Template Options',insertOption:'ÎνÏικαÏάÏÏαÏη Ï ÏάÏÏονÏÏν ÏεÏιεÏομÎνÏν',selectPromptMsg:'ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏιλÎξÏε ÏÏÏÏÏ Ïο για ειÏαγÏγή ÏÏο ÏÏÏγÏαμμα<br>(Ïα Ï ÏάÏÏονÏα ÏεÏιεÏÏμενα θα ÏαθοÏν):',emptyListMsg:'(Îεν ÎÏÎ¿Ï Î½ καθοÏιÏÏεί ÏÏÏÏÏ Ïα)'},showBlocks:'Show Blocks',stylesCombo:{label:'ΣÏÏ Î»',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'ÎοÏÏή ÎÏαμμαÏοÏειÏάÏ',panelTitle:'ÎοÏÏή ÎÏαμμαÏοÏειÏάÏ',tag_p:'ÎανονικÏ',tag_pre:'ÎοÏÏοÏοιημÎνο',tag_address:'ÎιεÏÎ¸Ï Î½Ïη',tag_h1:'ÎÏικεÏαλίδα 1',tag_h2:'ÎÏικεÏαλίδα 2',tag_h3:'ÎÏικεÏαλίδα 3',tag_h4:'ÎÏικεÏαλίδα 4',tag_h5:'ÎÏικεÏαλίδα 5',tag_h6:'ÎÏικεÏαλίδα 6',tag_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'ÎÏαμμαÏοÏειÏά',voiceLabel:'Font',panelTitle:'ÎÏαμμαÏοÏειÏά'},fontSize:{label:'ÎÎγεθοÏ',voiceLabel:'Font Size',panelTitle:'ÎÎγεθοÏ'},colorButton:{textColorTitle:'ΧÏÏμα ÎÏαμμάÏÏν',bgColorTitle:'ΧÏÏμα Î¥ÏοβάθÏÎ¿Ï ',panelTitle:'Colors',auto:'ÎÏ ÏÏμαÏο',more:'ΠεÏιÏÏÏÏεÏα ÏÏÏμαÏα...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'ÎδιÏÏηÏÎµÏ ÎµÎ³Î³ÏάÏÎ¿Ï ',title:'ÎδιÏÏηÏÎµÏ ÎµÎ³Î³ÏάÏÎ¿Ï ',design:'Design',meta:'ÎεδομÎνα Meta',chooseColor:'Choose',other:'<άλλοÏ>',docTitle:'ΤίÏÎ»Î¿Ï ÏελίδαÏ',charset:'ÎÏδικοÏοίηÏη ÏαÏακÏήÏÏν',charsetOther:'Îλλη κÏδικοÏοίηÏη ÏαÏακÏήÏÏν',charsetASCII:'ASCII',charsetCE:'ÎενÏÏÎ¹ÎºÎ®Ï ÎÏ ÏÏÏηÏ',charsetCT:'ΠαÏαδοÏιακά κινÎζικα (Big5)',charsetCR:'ÎÏ Ïιλλική',charsetGR:'Îλληνική',charsetJP:'ÎαÏÏνική',charsetKR:'ÎοÏεάÏικη',charsetTR:'Î¤Î¿Ï Ïκική',charsetUN:'ÎÎ¹ÎµÎ¸Î½Î®Ï (UTF-8)',charsetWE:'ÎÏ ÏÎ¹ÎºÎ®Ï ÎÏ ÏÏÏηÏ',docType:'ÎÏικεÏαλίδα ÏÏÏÎ¿Ï ÎµÎ³Î³ÏάÏÎ¿Ï ',docTypeOther:'Îλλη εÏικεÏαλίδα ÏÏÏÎ¿Ï ÎµÎ³Î³ÏάÏÎ¿Ï ',xhtmlDec:'Îα ÏÏ Î¼ÏεÏιληÏθοÏν οι δηλÏÏÎµÎ¹Ï XHTML',bgColor:'ΧÏÏμα ÏÏνÏÎ¿Ï ',bgImage:'ÎιεÏÎ¸Ï Î½Ïη εικÏÎ½Î±Ï ÏÏνÏÎ¿Ï ',bgFixed:'ΦÏνÏο ÏÏÏÎ¯Ï ÎºÏλιÏη',txtColor:'ΧÏÏμα ÎÏαμμάÏÏν',margin:'ΠεÏιθÏÏια ÏελίδαÏ',marginTop:'ÎοÏÏ Ïή',marginLeft:'ÎÏιÏÏεÏά',marginRight:'Îεξιά',marginBottom:'ÎάÏÏ',metaKeywords:'ÎÎÎ¾ÎµÎ¹Ï ÎºÎ»ÎµÎ¹Î´Î¹Î¬ δείκÏÎµÏ ÎµÎ³Î³ÏάÏÎ¿Ï (διαÏÏÏιÏμÏÏ Î¼Îµ κÏμμα)',metaDescription:'ΠεÏιγÏαÏή εγγÏάÏÎ¿Ï ',metaAuthor:'Î£Ï Î³Î³ÏαÏÎαÏ',metaCopyright:'Î Î½ÎµÏ Î¼Î±Ïικά δικαιÏμαÏα',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +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":"Î¥ÏογÏάμμιÏη"},"bidi":{"ltr":"ÎιεÏÎ¸Ï Î½Ïη κειμÎÎ½Î¿Ï Î±ÏÏ Î±ÏιÏÏεÏά ÏÏα δεξιά","rtl":"ÎιεÏÎ¸Ï Î½Ïη κειμÎÎ½Î¿Ï Î±ÏÏ Î´ÎµÎ¾Î¹Î¬ ÏÏα αÏιÏÏεÏά"},"blockquote":{"toolbar":"ΠεÏιοÏή ΠαÏάθεÏηÏ"},"clipboard":{"copy":"ÎνÏιγÏαÏή","copyError":"Îι ÏÏ Î¸Î¼Î¯ÏÎµÎ¹Ï Î±ÏÏÎ±Î»ÎµÎ¯Î±Ï ÏÎ¿Ï ÏεÏιηγηÏή ÏÎ±Ï Î´ÎµÎ½ εÏιÏÏÎÏÎ¿Ï Î½ Ïην εÏιλεγμÎνη εÏγαÏία ανÏιγÏαÏήÏ. ΠαÏÎ±ÎºÎ±Î»Ï ÏÏηÏιμοÏοιείÏÏε Ïο ÏληκÏÏολÏγιο (Ctrl/Cmd+C).","cut":"ÎÏοκοÏή","cutError":"Îι ÏÏ Î¸Î¼Î¯ÏÎµÎ¹Ï Î±ÏÏÎ±Î»ÎµÎ¯Î±Ï ÏÎ¿Ï ÏεÏιηγηÏή ÏÎ±Ï Î´ÎµÎ½ εÏιÏÏÎÏÎ¿Ï Î½ Ïην εÏιλεγμÎνη εÏγαÏία αÏοκοÏήÏ. ΠαÏÎ±ÎºÎ±Î»Ï ÏÏηÏιμοÏοιείÏÏε Ïο ÏληκÏÏολÏγιο (Ctrl/Cmd+X).","paste":"ÎÏικÏλληÏη","pasteArea":"ΠεÏιοÏή ÎÏικÏλληÏηÏ","pasteMsg":"ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏικολλήÏÏε ÏÏο ακÏÎ»Î¿Ï Î¸Î¿ ÎºÎ¿Ï Ïί ÏÏηÏιμοÏοιÏνÏÎ±Ï Ïο ÏληκÏÏολÏγιο (<strong>Ctrl/Cmd+V</strong>) και ÏαÏήÏÏε OK.","securityMsg":"ÎÏγÏν ÏÏν ÏÏ Î¸Î¼Î¯ÏεÏν αÏÏÎ¬Î»ÎµÎ¹Î±Ï ÏÎ¿Ï ÏεÏιηγηÏή ÏαÏ, ο εÏεξεÏγαÏÏÎ®Ï Î´ÎµÎ½ μÏοÏεί να ÎÏει ÏÏÏÏβαÏη ÏÏην μνήμη εÏικÏλληÏηÏ. ΧÏειάζεÏαι να εÏικολλήÏεÏε ξανά Ïε Î±Ï ÏÏ Ïο ÏαÏÎ¬Î¸Ï Ïο.","title":"ÎÏικÏλληÏη"},"button":{"selectedLabel":"%1 (ÎÏιλεγμÎνο)"},"colorbutton":{"auto":"ÎÏ ÏÏμαÏα","bgColorTitle":"ΧÏÏμα ΦÏνÏÎ¿Ï ","colors":{"000":"ÎαÏÏο","800000":"ÎαÏÏανÎÏÏ Î¸Ïο","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"ÎÎ±Î¸Ï ÎºÏανο","000080":"ÎÏλε μαÏÎν","4B0082":"ÎνδικÏ","696969":"ΣκοÏÏο ÎκÏι","B22222":"ÎνοικÏÏ ÎÏκκινο","A52A2A":"ÎαÏÎ","DAA520":"Golden Rod","006400":"ΣκοÏÏο Î ÏάÏινο","40E0D0":"Î¤Ï ÏÎºÎ¿Ï Î¬Î¶","0000CD":"Medium Blue","800080":"Îοβ","808080":"ÎκÏι","F00":"ÎÏκκινο","FF8C00":"ΣκοÏÏο ΠοÏÏοκαλί","FFD700":"ΧÏÏ ÏαÏί","008000":"Î ÏάÏινο","0FF":"ÎÏ Î±Î½Ï","00F":"ÎÏλε","EE82EE":"Îενεξεδί","A9A9A9":"ΠονÏικί","FFA07A":"ÎνοικÏÏ Î£Î¿Î¼Ïν","FFA500":"ΠοÏÏοκαλί","FFFF00":"ÎίÏÏινο","00FF00":"ÎοÏÏολÎμονο","AFEEEE":"Pale Turquoise","ADD8E6":"Îαλάζιο","DDA0DD":"Plum","D3D3D3":"ÎνοικÏÏ ÎκÏι","FFF0F5":"Lavender Blush","FAEBD7":"Antique White","FFFFE0":"ÎνοικÏÏ ÎίÏÏινο","F0FFF0":"Honeydew","F0FFFF":"ÎαλανÏ","F0F8FF":"Alice Blue","E6E6FA":"ÎλαÏÏÏÏ ÎÏδεÏ","FFF":"ÎÎµÏ ÎºÏ"},"more":"ΠεÏιÏÏÏÏεÏα ΧÏÏμαÏα...","panelTitle":"ΧÏÏμαÏα","textColorTitle":"ΧÏÏμα ÎειμÎÎ½Î¿Ï "},"colordialog":{"clear":"ÎκκαθάÏιÏη","highlight":"ΣήμανÏη","options":"ÎÏιλογÎÏ Î§ÏÏμάÏÏν","selected":"ÎÏιλεγμÎνο ΧÏÏμα","title":"ÎÏιλογή ÏÏÏμαÏοÏ"},"templates":{"button":"Î ÏÏÏÏ Ïα","emptyListMsg":"(Îεν ÎÏÎ¿Ï Î½ καθοÏιÏÏεί ÏÏÏÏÏ Ïα)","insertOption":"ÎνÏικαÏάÏÏαÏη Ï ÏάÏÏονÏÏν ÏεÏιεÏομÎνÏν","options":"ÎÏιλογÎÏ Î ÏοÏÏÏÎ¿Ï ","selectPromptMsg":"ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏιλÎξÏε ÏÏÏÏÏ Ïο για ειÏαγÏγή ÏÏο ÏÏÏγÏαμμα","title":"Î ÏÏÏÏ Ïα ΠεÏιεÏομÎÎ½Î¿Ï "},"contextmenu":{"options":"ÎÏιλογÎÏ ÎÎ½Î±Î´Ï ÏÎ¼ÎµÎ½Î¿Ï ÎενοÏ"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"ÎνδεικÏικÏÏ Î¤Î¯ÏλοÏ","cssClassInputLabel":"ÎλάÏÎµÎ¹Ï Î¦ÏλλÏν ΣÏÏ Î»","edit":"ÎÏεξεÏγαÏία Div","inlineStyleInputLabel":"ΣÏÏ Î» Îν ΣειÏά","langDirLTRLabel":"ÎÏιÏÏεÏά ÏÏÎ¿Ï Îεξιά (LTR)","langDirLabel":"ÎαÏεÏÎ¸Ï Î½Ïη ÎειμÎÎ½Î¿Ï ","langDirRTLLabel":"Îεξιά ÏÏÎ¿Ï ÎÏιÏÏεÏά (RTL)","languageCodeInputLabel":"ÎÏδικÏÏ ÎλÏÏÏαÏ","remove":"ÎιαγÏαÏή Div","styleSelectLabel":"ÎοÏÏή","title":"ÎÎ·Î¼Î¹Î¿Ï Ïγία Div","toolbar":"ÎÎ·Î¼Î¹Î¿Ï Ïγία Div"},"toolbar":{"toolbarCollapse":"ΣÏμÏÏÏ Î¾Î· ÎÏγαλειοθήκηÏ","toolbarExpand":"ÎνάÏÏÏ Î¾Î· ÎÏγαλειοθήκηÏ","toolbarGroups":{"document":"ÎγγÏαÏο","clipboard":"Î ÏÏÏειÏο/ÎναίÏεÏη","editing":"ÎÏεξεÏγαÏία","forms":"ΦÏÏμεÏ","basicstyles":"ÎαÏικά ΣÏÏ Î»","paragraph":"ΠαÏάγÏαÏοÏ","links":"ΣÏνδεÏμοι","insert":"ÎιÏαγÏγή","styles":"ΣÏÏ Î»","colors":"ΧÏÏμαÏα","tools":"ÎÏγαλεία"},"toolbars":"ÎÏÎ³Î±Î»ÎµÎ¹Î¿Î¸Î®ÎºÎµÏ ÎµÏεξεÏγαÏÏή"},"elementspath":{"eleLabel":"ÎιαδÏομή ΣÏοιÏείÏν","eleTitle":"ΣÏοιÏείο %1"},"find":{"find":"ÎÏÏεÏη","findOptions":"ÎÏιλογÎÏ ÎÏÏεÏηÏ","findWhat":"ÎÏÏεÏη για:","matchCase":"ΤαίÏιαÏμα ÏεζÏν/κεÏαλαίÏν","matchCyclic":"ÎναδÏομική εÏÏεÏη","matchWord":"ÎÏÏεÏη μÏνο ÏλήÏÏν λÎξεÏν","notFoundMsg":"Το κείμενο δεν βÏÎθηκε.","replace":"ÎνÏικαÏάÏÏαÏη","replaceAll":"ÎνÏικαÏάÏÏαÏη ÎλÏν","replaceSuccessMsg":"Î(ι) ÏÏοÏ(-οι) ανÏικαÏαÏÏήθηκε(-αν) %1 ÏοÏÎÏ.","replaceWith":"ÎνÏικαÏάÏÏαÏη με:","title":"ÎÏÏεÏη και ÎνÏικαÏάÏÏαÏη"},"fakeobjects":{"anchor":"ÎÎ³ÎºÏ Ïα","flash":"Ταινία Flash","hiddenfield":"ÎÏÏ ÏÏ Î ÎµÎ´Î¯Î¿","iframe":"IFrame","unknown":"ÎγνÏÏÏο ÎνÏικείμενο"},"flash":{"access":"Î ÏÏÏβαÏη Script","accessAlways":"ΠάνÏα","accessNever":"ΠοÏÎ","accessSameDomain":"Îδιο Ïνομα ÏομÎα","alignAbsBottom":"ÎÏÏÎ»Ï Ïα ÎάÏÏ","alignAbsMiddle":"ÎÏÏÎ»Ï Ïα ÏÏη ÎÎÏη","alignBaseline":"ÎÏαμμή ÎάÏηÏ","alignTextTop":"ÎοÏÏ Ïή ÎειμÎÎ½Î¿Ï ","bgcolor":"ΧÏÏμα Î¥ÏοβάθÏÎ¿Ï ","chkFull":"Îα ÎÏιÏÏÎÏεÏαι η Î Ïοβολή Ïε ΠλήÏη ÎθÏνη","chkLoop":"ÎÏανάληÏη","chkMenu":"ÎνεÏγοÏοίηÏη Flash Menu","chkPlay":"ÎÏ ÏÏμαÏη ÎκÏÎλεÏη","flashvars":"ÎεÏαβληÏÎÏ Î³Î¹Î± Flash","hSpace":"ÎÏιζÏνÏιο ÎιάÏÏημα","properties":"ÎδιÏÏηÏÎµÏ Flash","propertiesTab":"ÎδιÏÏηÏεÏ","quality":"ΠοιÏÏηÏα","qualityAutoHigh":"ÎÏ ÏÏμαÏη Î¥Ïηλή","qualityAutoLow":"ÎÏ ÏÏμαÏη Χαμηλή","qualityBest":"ÎαλÏÏεÏη","qualityHigh":"Î¥Ïηλή","qualityLow":"Χαμηλή","qualityMedium":"ÎεÏαία","scale":"ÎεγÎÎ¸Ï Î½Ïη","scaleAll":"ÎμÏάνιÏη ÏλÏν","scaleFit":"ÎκÏιβÎÏ ÎÎγεθοÏ","scaleNoBorder":"ΧÏÏÎ¯Ï Î ÎµÏίγÏαμμα","title":"ÎδιÏÏηÏÎµÏ Flash","vSpace":"ÎάθεÏο ÎιάÏÏημα","validateHSpace":"Το HSpace ÏÏÎÏει να είναι αÏιθμÏÏ.","validateSrc":"ÎιÏάγεÏε Ïην ÏοÏοθεÏία (URL) ÏÎ¿Ï Ï ÏεÏÏÏ Î½Î´ÎÏÎ¼Î¿Ï (Link)","validateVSpace":"Το VSpace ÏÏÎÏει να είναι αÏιθμÏÏ.","windowMode":"ΤÏÏÏÎ¿Ï Î»ÎµÎ¹ÏÎ¿Ï ÏÎ³Î¯Î±Ï ÏαÏαθÏÏÎ¿Ï ","windowModeOpaque":"Î£Ï Î¼ÏαγÎÏ","windowModeTransparent":"ÎιάÏανο","windowModeWindow":"ΠαÏÎ¬Î¸Ï Ïο"},"font":{"fontSize":{"label":"ÎÎγεθοÏ","voiceLabel":"ÎÎÎ³ÎµÎ¸Î¿Ï ÎÏαμμαÏοÏειÏάÏ","panelTitle":"ÎÎÎ³ÎµÎ¸Î¿Ï ÎÏαμμαÏοÏειÏάÏ"},"label":"ÎÏαμμαÏοÏειÏά","panelTitle":"Îνομα ÎÏαμμαÏοÏειÏάÏ","voiceLabel":"ÎÏαμμαÏοÏειÏά"},"forms":{"button":{"title":"ÎδιÏÏηÏÎµÏ ÎÎ¿Ï Î¼ÏιοÏ","text":"Îείμενο (Τιμή)","type":"ΤÏÏοÏ","typeBtn":"ÎÎ¿Ï Î¼Ïί","typeSbm":"Î¥Ïοβολή","typeRst":"ÎÏαναÏοÏά"},"checkboxAndRadio":{"checkboxTitle":"ÎδιÏÏηÏÎµÏ ÎÎ¿Ï ÏÎ¹Î¿Ï ÎÏιλογήÏ","radioTitle":"ÎδιÏÏηÏÎµÏ ÎÎ¿Ï Î¼ÏÎ¹Î¿Ï ÎÏιλογήÏ","value":"Τιμή","selected":"ÎÏιλεγμÎνο"},"form":{"title":"ÎδιÏÏηÏÎµÏ Î¦ÏÏμαÏ","menu":"ÎδιÏÏηÏÎµÏ Î¦ÏÏμαÏ","action":"ÎνÎÏγεια","method":"ÎÎθοδοÏ","encoding":"ÎÏδικοÏοίηÏη"},"hidden":{"title":"ÎδιÏÏηÏÎµÏ ÎÏÏ ÏÎ¿Ï Î ÎµÎ´Î¯Î¿Ï ","name":"Îνομα","value":"Τιμή"},"select":{"title":"ÎδιÏÏηÏÎµÏ Î ÎµÎ´Î¯Î¿Ï ÎÏιλογήÏ","selectInfo":"ΠληÏοÏοÏÎ¯ÎµÏ Î ÎµÎ´Î¯Î¿Ï ÎÏιλογήÏ","opAvail":"ÎιαθÎÏÎ¹Î¼ÎµÏ ÎÏιλογÎÏ","value":"Τιμή","size":"ÎÎγεθοÏ","lines":"γÏαμμÎÏ","chkMulti":"Îα εÏιÏÏÎÏονÏαι οι ÏολλαÏλÎÏ ÎµÏιλογÎÏ","opText":"Îείμενο","opValue":"Τιμή","btnAdd":"Î ÏοÏθήκη","btnModify":"ΤÏοÏοÏοίηÏη","btnUp":"ΠάνÏ","btnDown":"ÎάÏÏ","btnSetValue":"ÎÎÏη ÏÏ ÏÏοεÏιλογή","btnDelete":"ÎιαγÏαÏή"},"textarea":{"title":"ÎδιÏÏηÏÎµÏ Î ÎµÏιοÏÎ®Ï ÎειμÎÎ½Î¿Ï ","cols":"ΣÏήλεÏ","rows":"ΣειÏÎÏ"},"textfield":{"title":"ÎδιÏÏηÏÎµÏ Î ÎµÎ´Î¯Î¿Ï ÎειμÎÎ½Î¿Ï ","name":"Îνομα","value":"Τιμή","charWidth":"ΠλάÏÎ¿Ï Î§Î±ÏακÏήÏÏν","maxChars":"ÎÎγιÏÏοι ÏαÏακÏήÏεÏ","type":"ΤÏÏοÏ","typeText":"Îείμενο","typePass":"ÎÏδικÏÏ","typeEmail":"Email","typeSearch":"ÎναζήÏηÏη","typeTel":"ÎÏιθμÏÏ Î¤Î·Î»ÎµÏÏÎ½Î¿Ï ","typeUrl":"URL"}},"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":"ÎιÏαγÏγή ÎÏιζÏνÏÎ¹Î±Ï ÎÏαμμήÏ"},"iframe":{"border":"Î Ïοβολή ÏεÏιγÏάμμαÏÎ¿Ï ÏλαιÏÎ¯Î¿Ï ","noUrl":"ΠαÏακαλοÏμε ειÏάγεÏαι Ïο URL ÏÎ¿Ï iframe","scrolling":"ÎνεÏγοÏοίηÏη μÏαÏÏν κÏλιÏηÏ","title":"ÎδιÏÏηÏÎµÏ IFrame","toolbar":"IFrame"},"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":"ÎείÏÏη ÎÏοÏήÏ"},"smiley":{"options":"ÎÏιλογÎÏ Î¦Î±ÏÏοÏλÏν","title":"ÎιÏάγεÏε μια ΦαÏÏοÏλα","toolbar":"ΦαÏÏοÏλα"},"justify":{"block":"ΠλήÏÎ·Ï Î£ÏοίÏιÏη","center":"ΣÏο ÎÎνÏÏο","left":"ΣÏοίÏιÏη ÎÏιÏÏεÏά","right":"ΣÏοίÏιÏη Îεξιά"},"language":{"button":"ÎÎÏη γλÏÏÏαÏ","remove":"ÎÏαίÏεÏη γλÏÏÏαÏ"},"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)","langDirRTL":"Îεξιά ÏÏÎ¿Ï ÎÏιÏÏεÏά (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":"ÎιÏαγÏγή/ÎÏομάκÏÏ Î½Ïη ÎÏιθμημÎÎ½Î·Ï ÎίÏÏαÏ"},"liststyle":{"armenian":"ÎÏμενική αÏίθμηÏη","bulletedTitle":"ÎδιÏÏηÏÎµÏ ÎίÏÏÎ±Ï Î£Î·Î¼ÎµÎ¯Ïν","circle":"ÎÏκλοÏ","decimal":"Îεκαδική (1, 2, 3, κÏλ)","decimalLeadingZero":"Îεκαδική με αÏÏÎ¹ÎºÏ Î¼Î·Î´ÎµÎ½ (01, 02, 03, κÏλ)","disc":"ÎίÏκοÏ","georgian":"ÎεÏÏγιανή αÏίθμηÏη (á, á, á, κÏλ)","lowerAlpha":"ÎικÏά ÎαÏινικά (a, b, c, d, e, κÏλ.)","lowerGreek":"ÎικÏά Îλληνικά (α, β, γ, κÏλ)","lowerRoman":"ÎικÏά ΡÏμαÏκά (i, ii, iii, iv, v, κÏλ)","none":"Îαμία","notset":"<δεν ÎÏει οÏιÏÏεί>","numberedTitle":"ÎδιÏÏηÏÎµÏ ÎÏιθμημÎÎ½Î·Ï ÎίÏÏÎ±Ï ","square":"ΤεÏÏάγÏνο","start":"ÎκκίνηÏη","type":"ΤÏÏοÏ","upperAlpha":"ÎεÏαλαία ÎαÏινικά (A, B, C, D, E, κÏλ)","upperRoman":"ÎεÏαλαία ΡÏμαÏκά (I, II, III, IV, V, κÏλ)","validateStartNumber":"ΠαÏιθμÏÏ ÎµÎºÎºÎ¯Î½Î·ÏÎ·Ï ÏÎ·Ï Î±ÏίθμηÏÎ·Ï ÏÏÎÏει να είναι ακÎÏÎ±Î¹Î¿Ï Î±ÏιθμÏÏ."},"magicline":{"title":"ÎιÏάγεÏε ÏαÏάγÏαÏο εδÏ"},"maximize":{"maximize":"ÎεγιÏÏοÏοίηÏη","minimize":"ÎλαÏιÏÏοÏοίηÏη"},"newpage":{"toolbar":"ÎÎα Σελίδα"},"pagebreak":{"alt":"Îλλαγή ΣελίδαÏ","toolbar":"ÎιÏαγÏγή ΤÎÎ»Î¿Ï Ï Î£ÎµÎ»Î¯Î´Î±Ï Î³Î¹Î± ÎκÏÏÏÏÏη"},"pastetext":{"button":"ÎÏικÏλληÏη ÏÏ Î±ÏÎ»Ï ÎºÎµÎ¯Î¼ÎµÎ½Î¿","title":"ÎÏικÏλληÏη ÏÏ Î±ÏÎ»Ï ÎºÎµÎ¯Î¼ÎµÎ½Î¿"},"pastefromword":{"confirmCleanup":"Το κείμενο ÏÎ¿Ï ÎµÏικολλάÏαι ÏαίνεÏαι να είναι ανÏιγÏαμμÎνο αÏÏ Ïο Word. ÎήÏÏÏ Î¸Î± θÎλαÏε να καθαÏιÏÏεί ÏÏοÏÎ¿Ï ÎµÏικολληθεί;","error":"Îεν ήÏαν Î´Ï Î½Î±ÏÏ Î½Î± καθαÏιÏÏοÏν Ïα δεδομÎνα λÏÎ³Ï ÎµÎ½ÏÏ ÎµÏÏÏεÏÎ¹ÎºÎ¿Ï ÏÏάλμαÏοÏ","title":"ÎÏικÏλληÏη αÏÏ Ïο Word","toolbar":"ÎÏικÏλληÏη αÏÏ Ïο Word"},"preview":{"preview":"Î ÏοεÏιÏκÏÏιÏη"},"print":{"toolbar":"ÎκÏÏÏÏÏη"},"removeformat":{"toolbar":"ÎκκαθάÏιÏη ÎοÏÏοÏοίηÏηÏ"},"save":{"toolbar":"ÎÏÎ¿Î¸Î®ÎºÎµÏ Ïη"},"selectall":{"toolbar":"ÎÏιλογή ÏλÏν"},"showblocks":{"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 diff --git a/skins/ckeditor/lang/en-au.js b/skins/ckeditor/lang/en-au.js index 4158808..58e4cad 100644 --- a/skins/ckeditor/lang/en-au.js +++ b/skins/ckeditor/lang/en-au.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang['en-au']={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Source',newPage:'New Page',save:'Save',preview:'Preview',cut:'Cut',copy:'Copy',paste:'Paste',print:'Print',underline:'Underline',bold:'Bold',italic:'Italic',selectAll:'Select All',removeFormat:'Remove Format',strike:'Strike Through',subscript:'Subscript',superscript:'Superscript',horizontalrule:'Insert Horizontal Line',pagebreak:'Insert Page Break for Printing',pagebreakAlt:'Page Break',unlink:'Unlink',undo:'Undo',redo:'Redo',common:{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',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'Align',alignLeft:'Left',alignRight:'Right',alignCenter:'Centre',alignTop:'Top',alignMiddle:'Middle',alignBottom:'Bottom',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Insert Special Character',title:'Select Special Character',options:'Special Character Options'},link:{toolbar:'Link',other:'<other>',menu:'Edit Link',title:'Link',info:'Link Info',target:'Target',upload:'Upload',advanced:'Advanced',type:'Link Type',toUrl:'URL',toAnchor:'Link to anchor in the text',toEmail:'E-mail',targetFrame:'<frame>',targetPopup:'<popup window>',targetFrameName:'Target Frame Name',targetPopupName:'Popup Window Name',popupFeatures:'Popup Window Features',popupResizable:'Resizable',popupStatusBar:'Status Bar',popupLocationBar:'Location Bar',popupToolbar:'Toolbar',popupMenuBar:'Menu Bar',popupFullScreen:'Full Screen (IE)',popupScrollBars:'Scroll Bars',popupDependent:'Dependent (Netscape)',popupLeft:'Left Position',popupTop:'Top Position',id:'Id',langDir:'Language Direction',langDirLTR:'Left to Right (LTR)',langDirRTL:'Right to Left (RTL)',acccessKey:'Access Key',name:'Name',langCode:'Language Code',tabIndex:'Tab Index',advisoryTitle:'Advisory Title',advisoryContentType:'Advisory Content Type',cssClasses:'Stylesheet Classes',charset:'Linked Resource Charset',styles:'Style',rel:'Relationship',selectAnchor:'Select an Anchor',anchorName:'By Anchor Name',anchorId:'By Element Id',emailAddress:'E-Mail Address',emailSubject:'Message Subject',emailBody:'Message Body',noAnchors:'(No anchors available in the document)',noUrl:'Please type the link URL',noEmail:'Please type the e-mail address'},anchor:{toolbar:'Anchor',menu:'Edit Anchor',title:'Anchor Properties',name:'Anchor Name',errorName:'Please type the anchor name',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'Find',replace:'Replace',findWhat:'Find what:',replaceWith:'Replace with:',notFoundMsg:'The specified text was not found.',matchCase:'Match case',matchWord:'Match whole word',matchCyclic:'Match cyclic',replaceAll:'Replace All',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Table',title:'Table Properties',menu:'Table Properties',deleteTable:'Delete Table',rows:'Rows',columns:'Columns',border:'Border size',widthPx:'pixels',widthPc:'percent',widthUnit:'width unit',cellSpace:'Cell spacing',cellPad:'Cell padding',caption:'Caption',summary:'Summary',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a number.',invalidCellPadding:'Cell padding must be a number.',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'},row:{menu:'Row',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'Delete Rows'},column:{menu:'Column',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'Delete Columns'}},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'},form:{title:'Form Properties',menu:'Form Properties',action:'Action',method:'Method',encoding:'Encoding'},select:{title:'Selection Field Properties',selectInfo:'Select Info',opAvail:'Available Options',value:'Value',size:'Size',lines:'lines',chkMulti:'Allow multiple selections',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',type:'Type',typeText:'Text',typePass:'Password'},hidden:{title:'Hidden Field Properties',name:'Name',value:'Value'},image:{title:'Image Properties',titleButton:'Image Button Properties',menu:'Image Properties',infoTab:'Image Info',btnUpload:'Send it to the Server',upload:'Upload',alt:'Alternative Text',lockRatio:'Lock Ratio',resetSize:'Reset Size',border:'Border',hSpace:'HSpace',vSpace:'VSpace',alertUrl:'Please type the image URL',linkTab:'Link',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Flash Properties',propertiesTab:'Properties',title:'Flash Properties',chkPlay:'Auto Play',chkLoop:'Loop',chkMenu:'Enable Flash Menu',chkFull:'Allow Fullscreen',scale:'Scale',scaleAll:'Show all',scaleNoBorder:'No Border',scaleFit:'Exact Fit',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs Bottom',alignAbsMiddle:'Abs Middle',alignBaseline:'Baseline',alignTextTop:'Text Top',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Background colour',hSpace:'HSpace',vSpace:'VSpace',validateSrc:'URL must not be empty.',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Check Spelling',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Not in dictionary',changeTo:'Change to',btnIgnore:'Ignore',btnIgnoreAll:'Ignore All',btnReplace:'Replace',btnReplaceAll:'Replace All',btnUndo:'Undo',noSuggestions:'- No suggestions -',progress:'Spell check in progress...',noMispell:'Spell check complete: No misspellings found',noChanges:'Spell check complete: No words changed',oneChange:'Spell check complete: One word changed',manyChanges:'Spell check complete: %1 words changed',ieSpellDownload:'Spell checker not installed. Do you want to download it now?'},smiley:{toolbar:'Smiley',title:'Insert a Smiley',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Insert/Remove Numbered List',bulletedlist:'Insert/Remove Bulleted List',indent:'Increase Indent',outdent:'Decrease Indent',justify:{left:'Align Left',center:'Centre',right:'Align Right',block:'Justify'},blockquote:'Block Quote',clipboard:{title:'Paste',cutError:"Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).",copyError:"Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).",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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Paste from Word',title:'Paste from Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Paste as plain text',title:'Paste as Plain Text'},templates:{button:'Templates',title:'Content Templates',options:'Template Options',insertOption:'Replace actual contents',selectPromptMsg:'Please select the template to open in the editor',emptyListMsg:'(No templates defined)'},showBlocks:'Show Blocks',stylesCombo:{label:'Styles',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Format',panelTitle:'Paragraph Format',tag_p:'Normal',tag_pre:'Formatted',tag_address:'Address',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_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Font',voiceLabel:'Font',panelTitle:'Font Name'},fontSize:{label:'Size',voiceLabel:'Font Size',panelTitle:'Font Size'},colorButton:{textColorTitle:'Text Colour',bgColorTitle:'Background Colour',panelTitle:'Colors',auto:'Automatic',more:'More Colours...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Document Properties',title:'Document Properties',design:'Design',meta:'Meta Tags',chooseColor:'Choose',other:'Other...',docTitle:'Page Title',charset:'Character Set Encoding',charsetOther:'Other Character Set Encoding',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'Document Type Heading',docTypeOther:'Other Document Type Heading',xhtmlDec:'Include XHTML Declarations',bgColor:'Background Color',bgImage:'Background Image URL',bgFixed:'Non-scrolling (Fixed) Background',txtColor:'Text Color',margin:'Page Margins',marginTop:'Top',marginLeft:'Left',marginRight:'Right',marginBottom:'Bottom',metaKeywords:'Document Indexing Keywords (comma separated)',metaDescription:'Document Description',metaAuthor:'Author',metaCopyright:'Copyright',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['en-au']={"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":"Align","alignLeft":"Left","alignRight":"Right","alignCenter":"Centre","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"},"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 Colour","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 Colours...","panelTitle":"Colors","textColorTitle":"Text Colour"},"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"},"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"},"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"},"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 colour","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"},"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","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","type":"Type","typeText":"Text","typePass":"Password","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"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"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"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":"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"},"smiley":{"options":"Smiley Options","title":"Insert a Smiley","toolbar":"Smiley"},"justify":{"block":"Justify","center":"Centre","left":"Align Left","right":"Align Right"},"language":{"button":"Set language","remove":"Remove language"},"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"},"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"},"preview":{"preview":"Preview"},"print":{"toolbar":"Print"},"removeformat":{"toolbar":"Remove Format"},"save":{"toolbar":"Save"},"selectall":{"toolbar":"Select All"},"showblocks":{"toolbar":"Show Blocks"},"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":"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 number.","invalidCellSpacing":"Cell spacing must be a 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 diff --git a/skins/ckeditor/lang/en-ca.js b/skins/ckeditor/lang/en-ca.js index c38d2ad..d55ceb2 100644 --- a/skins/ckeditor/lang/en-ca.js +++ b/skins/ckeditor/lang/en-ca.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang['en-ca']={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Source',newPage:'New Page',save:'Save',preview:'Preview',cut:'Cut',copy:'Copy',paste:'Paste',print:'Print',underline:'Underline',bold:'Bold',italic:'Italic',selectAll:'Select All',removeFormat:'Remove Format',strike:'Strike Through',subscript:'Subscript',superscript:'Superscript',horizontalrule:'Insert Horizontal Line',pagebreak:'Insert Page Break for Printing',pagebreakAlt:'Page Break',unlink:'Unlink',undo:'Undo',redo:'Redo',common:{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',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'Align',alignLeft:'Left',alignRight:'Right',alignCenter:'Centre',alignTop:'Top',alignMiddle:'Middle',alignBottom:'Bottom',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Insert Special Character',title:'Select Special Character',options:'Special Character Options'},link:{toolbar:'Link',other:'<other>',menu:'Edit Link',title:'Link',info:'Link Info',target:'Target',upload:'Upload',advanced:'Advanced',type:'Link Type',toUrl:'URL',toAnchor:'Link to anchor in the text',toEmail:'E-mail',targetFrame:'<frame>',targetPopup:'<popup window>',targetFrameName:'Target Frame Name',targetPopupName:'Popup Window Name',popupFeatures:'Popup Window Features',popupResizable:'Resizable',popupStatusBar:'Status Bar',popupLocationBar:'Location Bar',popupToolbar:'Toolbar',popupMenuBar:'Menu Bar',popupFullScreen:'Full Screen (IE)',popupScrollBars:'Scroll Bars',popupDependent:'Dependent (Netscape)',popupLeft:'Left Position',popupTop:'Top Position',id:'Id',langDir:'Language Direction',langDirLTR:'Left to Right (LTR)',langDirRTL:'Right to Left (RTL)',acccessKey:'Access Key',name:'Name',langCode:'Language Code',tabIndex:'Tab Index',advisoryTitle:'Advisory Title',advisoryContentType:'Advisory Content Type',cssClasses:'Stylesheet Classes',charset:'Linked Resource Charset',styles:'Style',rel:'Relationship',selectAnchor:'Select an Anchor',anchorName:'By Anchor Name',anchorId:'By Element Id',emailAddress:'E-Mail Address',emailSubject:'Message Subject',emailBody:'Message Body',noAnchors:'(No anchors available in the document)',noUrl:'Please type the link URL',noEmail:'Please type the e-mail address'},anchor:{toolbar:'Anchor',menu:'Edit Anchor',title:'Anchor Properties',name:'Anchor Name',errorName:'Please type the anchor name',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'Find',replace:'Replace',findWhat:'Find what:',replaceWith:'Replace with:',notFoundMsg:'The specified text was not found.',matchCase:'Match case',matchWord:'Match whole word',matchCyclic:'Match cyclic',replaceAll:'Replace All',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Table',title:'Table Properties',menu:'Table Properties',deleteTable:'Delete Table',rows:'Rows',columns:'Columns',border:'Border size',widthPx:'pixels',widthPc:'percent',widthUnit:'width unit',cellSpace:'Cell spacing',cellPad:'Cell padding',caption:'Caption',summary:'Summary',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a number.',invalidCellPadding:'Cell padding must be a number.',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'},row:{menu:'Row',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'Delete Rows'},column:{menu:'Column',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'Delete Columns'}},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'},form:{title:'Form Properties',menu:'Form Properties',action:'Action',method:'Method',encoding:'Encoding'},select:{title:'Selection Field Properties',selectInfo:'Select Info',opAvail:'Available Options',value:'Value',size:'Size',lines:'lines',chkMulti:'Allow multiple selections',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',type:'Type',typeText:'Text',typePass:'Password'},hidden:{title:'Hidden Field Properties',name:'Name',value:'Value'},image:{title:'Image Properties',titleButton:'Image Button Properties',menu:'Image Properties',infoTab:'Image Info',btnUpload:'Send it to the Server',upload:'Upload',alt:'Alternative Text',lockRatio:'Lock Ratio',resetSize:'Reset Size',border:'Border',hSpace:'HSpace',vSpace:'VSpace',alertUrl:'Please type the image URL',linkTab:'Link',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Flash Properties',propertiesTab:'Properties',title:'Flash Properties',chkPlay:'Auto Play',chkLoop:'Loop',chkMenu:'Enable Flash Menu',chkFull:'Allow Fullscreen',scale:'Scale',scaleAll:'Show all',scaleNoBorder:'No Border',scaleFit:'Exact Fit',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs Bottom',alignAbsMiddle:'Abs Middle',alignBaseline:'Baseline',alignTextTop:'Text Top',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Background colour',hSpace:'HSpace',vSpace:'VSpace',validateSrc:'URL must not be empty.',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Check Spelling',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Not in dictionary',changeTo:'Change to',btnIgnore:'Ignore',btnIgnoreAll:'Ignore All',btnReplace:'Replace',btnReplaceAll:'Replace All',btnUndo:'Undo',noSuggestions:'- No suggestions -',progress:'Spell check in progress...',noMispell:'Spell check complete: No misspellings found',noChanges:'Spell check complete: No words changed',oneChange:'Spell check complete: One word changed',manyChanges:'Spell check complete: %1 words changed',ieSpellDownload:'Spell checker not installed. Do you want to download it now?'},smiley:{toolbar:'Smiley',title:'Insert a Smiley',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Insert/Remove Numbered List',bulletedlist:'Insert/Remove Bulleted List',indent:'Increase Indent',outdent:'Decrease Indent',justify:{left:'Align Left',center:'Centre',right:'Align Right',block:'Justify'},blockquote:'Block Quote',clipboard:{title:'Paste',cutError:"Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).",copyError:"Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).",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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Paste from Word',title:'Paste from Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Paste as plain text',title:'Paste as Plain Text'},templates:{button:'Templates',title:'Content Templates',options:'Template Options',insertOption:'Replace actual contents',selectPromptMsg:'Please select the template to open in the editor',emptyListMsg:'(No templates defined)'},showBlocks:'Show Blocks',stylesCombo:{label:'Styles',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Format',panelTitle:'Paragraph Format',tag_p:'Normal',tag_pre:'Formatted',tag_address:'Address',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_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Font',voiceLabel:'Font',panelTitle:'Font Name'},fontSize:{label:'Size',voiceLabel:'Font Size',panelTitle:'Font Size'},colorButton:{textColorTitle:'Text Colour',bgColorTitle:'Background Colour',panelTitle:'Colors',auto:'Automatic',more:'More Colours...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Document Properties',title:'Document Properties',design:'Design',meta:'Meta Tags',chooseColor:'Choose',other:'Other...',docTitle:'Page Title',charset:'Character Set Encoding',charsetOther:'Other Character Set Encoding',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'Document Type Heading',docTypeOther:'Other Document Type Heading',xhtmlDec:'Include XHTML Declarations',bgColor:'Background Color',bgImage:'Background Image URL',bgFixed:'Non-scrolling (Fixed) Background',txtColor:'Text Color',margin:'Page Margins',marginTop:'Top',marginLeft:'Left',marginRight:'Right',marginBottom:'Bottom',metaKeywords:'Document Indexing Keywords (comma separated)',metaDescription:'Document Description',metaAuthor:'Author',metaCopyright:'Copyright',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['en-ca']={"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":"Align","alignLeft":"Left","alignRight":"Right","alignCenter":"Centre","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"},"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 Colour","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 Colours...","panelTitle":"Colors","textColorTitle":"Text Colour"},"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"},"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"},"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"},"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 colour","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"},"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","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","type":"Type","typeText":"Text","typePass":"Password","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"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"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"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":"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"},"smiley":{"options":"Smiley Options","title":"Insert a Smiley","toolbar":"Smiley"},"justify":{"block":"Justify","center":"Centre","left":"Align Left","right":"Align Right"},"language":{"button":"Set language","remove":"Remove language"},"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"},"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"},"preview":{"preview":"Preview"},"print":{"toolbar":"Print"},"removeformat":{"toolbar":"Remove Format"},"save":{"toolbar":"Save"},"selectall":{"toolbar":"Select All"},"showblocks":{"toolbar":"Show Blocks"},"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":"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 number.","invalidCellSpacing":"Cell spacing must be a 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 diff --git a/skins/ckeditor/lang/en-gb.js b/skins/ckeditor/lang/en-gb.js index 6464335..ebecb6c 100644 --- a/skins/ckeditor/lang/en-gb.js +++ b/skins/ckeditor/lang/en-gb.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang['en-gb']={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Source',newPage:'New Page',save:'Save',preview:'Preview',cut:'Cut',copy:'Copy',paste:'Paste',print:'Print',underline:'Underline',bold:'Bold',italic:'Italic',selectAll:'Select All',removeFormat:'Remove Format',strike:'Strike Through',subscript:'Subscript',superscript:'Superscript',horizontalrule:'Insert Horizontal Line',pagebreak:'Insert Page Break for Printing',pagebreakAlt:'Page Break',unlink:'Unlink',undo:'Undo',redo:'Redo',common:{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',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'Align',alignLeft:'Left',alignRight:'Right',alignCenter:'Centre',alignTop:'Top',alignMiddle:'Middle',alignBottom:'Bottom',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Insert Special Character',title:'Select Special Character',options:'Special Character Options'},link:{toolbar:'Link',other:'<other>',menu:'Edit Link',title:'Link',info:'Link Info',target:'Target',upload:'Upload',advanced:'Advanced',type:'Link Type',toUrl:'URL',toAnchor:'Link to anchor in the text',toEmail:'E-mail',targetFrame:'<frame>',targetPopup:'<popup window>',targetFrameName:'Target Frame Name',targetPopupName:'Popup Window Name',popupFeatures:'Popup Window Features',popupResizable:'Resizable',popupStatusBar:'Status Bar',popupLocationBar:'Location Bar',popupToolbar:'Toolbar',popupMenuBar:'Menu Bar',popupFullScreen:'Full Screen (IE)',popupScrollBars:'Scroll Bars',popupDependent:'Dependent (Netscape)',popupLeft:'Left Position',popupTop:'Top Position',id:'Id',langDir:'Language Direction',langDirLTR:'Left to Right (LTR)',langDirRTL:'Right to Left (RTL)',acccessKey:'Access Key',name:'Name',langCode:'Language Code',tabIndex:'Tab Index',advisoryTitle:'Advisory Title',advisoryContentType:'Advisory Content Type',cssClasses:'Stylesheet Classes',charset:'Linked Resource Charset',styles:'Style',rel:'Relationship',selectAnchor:'Select an Anchor',anchorName:'By Anchor Name',anchorId:'By Element Id',emailAddress:'E-Mail Address',emailSubject:'Message Subject',emailBody:'Message Body',noAnchors:'(No anchors available in the document)',noUrl:'Please type the link URL',noEmail:'Please type the e-mail address'},anchor:{toolbar:'Anchor',menu:'Edit Anchor',title:'Anchor Properties',name:'Anchor Name',errorName:'Please type the anchor name',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'Find',replace:'Replace',findWhat:'Find what:',replaceWith:'Replace with:',notFoundMsg:'The specified text was not found.',matchCase:'Match case',matchWord:'Match whole word',matchCyclic:'Match cyclic',replaceAll:'Replace All',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Table',title:'Table Properties',menu:'Table Properties',deleteTable:'Delete Table',rows:'Rows',columns:'Columns',border:'Border size',widthPx:'pixels',widthPc:'percent',widthUnit:'width unit',cellSpace:'Cell spacing',cellPad:'Cell padding',caption:'Caption',summary:'Summary',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a number.',invalidCellPadding:'Cell padding must be a number.',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'},row:{menu:'Row',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'Delete Rows'},column:{menu:'Column',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'Delete Columns'}},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'},form:{title:'Form Properties',menu:'Form Properties',action:'Action',method:'Method',encoding:'Encoding'},select:{title:'Selection Field Properties',selectInfo:'Select Info',opAvail:'Available Options',value:'Value',size:'Size',lines:'lines',chkMulti:'Allow multiple selections',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',type:'Type',typeText:'Text',typePass:'Password'},hidden:{title:'Hidden Field Properties',name:'Name',value:'Value'},image:{title:'Image Properties',titleButton:'Image Button Properties',menu:'Image Properties',infoTab:'Image Info',btnUpload:'Send it to the Server',upload:'Upload',alt:'Alternative Text',lockRatio:'Lock Ratio',resetSize:'Reset Size',border:'Border',hSpace:'HSpace',vSpace:'VSpace',alertUrl:'Please type the image URL',linkTab:'Link',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Flash Properties',propertiesTab:'Properties',title:'Flash Properties',chkPlay:'Auto Play',chkLoop:'Loop',chkMenu:'Enable Flash Menu',chkFull:'Allow Fullscreen',scale:'Scale',scaleAll:'Show all',scaleNoBorder:'No Border',scaleFit:'Exact Fit',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs Bottom',alignAbsMiddle:'Abs Middle',alignBaseline:'Baseline',alignTextTop:'Text Top',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Background colour',hSpace:'HSpace',vSpace:'VSpace',validateSrc:'URL must not be empty.',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Check Spelling',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Not in dictionary',changeTo:'Change to',btnIgnore:'Ignore',btnIgnoreAll:'Ignore All',btnReplace:'Replace',btnReplaceAll:'Replace All',btnUndo:'Undo',noSuggestions:'- No suggestions -',progress:'Spell check in progress...',noMispell:'Spell check complete: No misspellings found',noChanges:'Spell check complete: No words changed',oneChange:'Spell check complete: One word changed',manyChanges:'Spell check complete: %1 words changed',ieSpellDownload:'Spell checker not installed. Do you want to download it now?'},smiley:{toolbar:'Smiley',title:'Insert a Smiley',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Insert/Remove Numbered List',bulletedlist:'Insert/Remove Bulleted List',indent:'Increase Indent',outdent:'Decrease Indent',justify:{left:'Align Left',center:'Centre',right:'Align Right',block:'Justify'},blockquote:'Block Quote',clipboard:{title:'Paste',cutError:"Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).",copyError:"Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).",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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Paste from Word',title:'Paste from Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Paste as plain text',title:'Paste as Plain Text'},templates:{button:'Templates',title:'Content Templates',options:'Template Options',insertOption:'Replace actual contents',selectPromptMsg:'Please select the template to open in the editor',emptyListMsg:'(No templates defined)'},showBlocks:'Show Blocks',stylesCombo:{label:'Styles',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Format',panelTitle:'Paragraph Format',tag_p:'Normal',tag_pre:'Formatted',tag_address:'Address',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_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Font',voiceLabel:'Font',panelTitle:'Font Name'},fontSize:{label:'Size',voiceLabel:'Font Size',panelTitle:'Font Size'},colorButton:{textColorTitle:'Text Colour',bgColorTitle:'Background Colour',panelTitle:'Colours',auto:'Automatic',more:'More Colours...'},colors:{'000':'Black',800000:'Maroon','8B4513':'Saddle Brown','2F4F4F':'Dark Slate Grey','008080':'Teal','000080':'Navy','4B0082':'Indigo',696969:'Dark Grey',B22222:'Fire Brick',A52A2A:'Brown',DAA520:'Golden Rod','006400':'Dark Green','40E0D0':'Turquoise','0000CD':'Medium Blue',800080:'Purple',808080:'Grey',F00:'Red',FF8C00:'Dark Orange',FFD700:'Gold','008000':'Green','0FF':'Cyan','00F':'Blue',EE82EE:'Violet',A9A9A9:'Dim Grey',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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximise',minimize:'Minimise',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select colour',options:'Colour Options',highlight:'Highlight',selected:'Selected Colour',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Document Properties',title:'Document Properties',design:'Design',meta:'Meta Tags',chooseColor:'Choose',other:'Other...',docTitle:'Page Title',charset:'Character Set Encoding',charsetOther:'Other Character Set Encoding',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'Document Type Heading',docTypeOther:'Other Document Type Heading',xhtmlDec:'Include XHTML Declarations',bgColor:'Background Color',bgImage:'Background Image URL',bgFixed:'Non-scrolling (Fixed) Background',txtColor:'Text Color',margin:'Page Margins',marginTop:'Top',marginLeft:'Left',marginRight:'Right',marginBottom:'Bottom',metaKeywords:'Document Indexing Keywords (comma separated)',metaDescription:'Document Description',metaAuthor:'Author',metaCopyright:'Copyright',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['en-gb']={"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":"Drag to 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 dialogue 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":"Align","alignLeft":"Left","alignRight":"Right","alignCenter":"Centre","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"},"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 Colour","colors":{"000":"Black","800000":"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Grey","008080":"Teal","000080":"Navy","4B0082":"Indigo","696969":"Dark Grey","B22222":"Fire Brick","A52A2A":"Brown","DAA520":"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue","800080":"Purple","808080":"Grey","F00":"Red","FF8C00":"Dark Orange","FFD700":"Gold","008000":"Green","0FF":"Cyan","00F":"Blue","EE82EE":"Violet","A9A9A9":"Dim Grey","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 Colours...","panelTitle":"Colours","textColorTitle":"Text Colour"},"colordialog":{"clear":"Clear","highlight":"Highlight","options":"Colour Options","selected":"Selected Colour","title":"Select colour"},"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"},"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"},"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"},"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 colour","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"},"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","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","type":"Type","typeText":"Text","typePass":"Password","typeEmail":"E-mail","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"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"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"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":"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"},"smiley":{"options":"Smiley Options","title":"Insert a Smiley","toolbar":"Smiley"},"justify":{"block":"Justify","center":"Centre","left":"Align Left","right":"Align Right"},"language":{"button":"Set language","remove":"Remove language"},"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":"Maximise","minimize":"Minimise"},"newpage":{"toolbar":"New Page"},"pagebreak":{"alt":"Page Break","toolbar":"Insert Page Break for Printing"},"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"},"preview":{"preview":"Preview"},"print":{"toolbar":"Print"},"removeformat":{"toolbar":"Remove Format"},"save":{"toolbar":"Save"},"selectall":{"toolbar":"Select All"},"showblocks":{"toolbar":"Show Blocks"},"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":"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 number.","invalidCellSpacing":"Cell spacing must be a 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 diff --git a/skins/ckeditor/lang/en.js b/skins/ckeditor/lang/en.js index a12ff56..34bcf5c 100644 --- a/skins/ckeditor/lang/en.js +++ b/skins/ckeditor/lang/en.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.en={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Source',newPage:'New Page',save:'Save',preview:'Preview',cut:'Cut',copy:'Copy',paste:'Paste',print:'Print',underline:'Underline',bold:'Bold',italic:'Italic',selectAll:'Select All',removeFormat:'Remove Format',strike:'Strike Through',subscript:'Subscript',superscript:'Superscript',horizontalrule:'Insert Horizontal Line',pagebreak:'Insert Page Break for Printing',pagebreakAlt:'Page Break',unlink:'Unlink',undo:'Undo',redo:'Redo',common:{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',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:'Some of the options have been changed. Are you sure to close the dialog?',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',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Insert Special Character',title:'Select Special Character',options:'Special Character Options'},link:{toolbar:'Link',other:'<other>',menu:'Edit Link',title:'Link',info:'Link Info',target:'Target',upload:'Upload',advanced:'Advanced',type:'Link Type',toUrl:'URL',toAnchor:'Link to anchor in the text',toEmail:'E-mail',targetFrame:'<frame>',targetPopup:'<popup window>',targetFrameName:'Target Frame Name',targetPopupName:'Popup Window Name',popupFeatures:'Popup Window Features',popupResizable:'Resizable',popupStatusBar:'Status Bar',popupLocationBar:'Location Bar',popupToolbar:'Toolbar',popupMenuBar:'Menu Bar',popupFullScreen:'Full Screen (IE)',popupScrollBars:'Scroll Bars',popupDependent:'Dependent (Netscape)',popupLeft:'Left Position',popupTop:'Top Position',id:'Id',langDir:'Language Direction',langDirLTR:'Left to Right (LTR)',langDirRTL:'Right to Left (RTL)',acccessKey:'Access Key',name:'Name',langCode:'Language Code',tabIndex:'Tab Index',advisoryTitle:'Advisory Title',advisoryContentType:'Advisory Content Type',cssClasses:'Stylesheet Classes',charset:'Linked Resource Charset',styles:'Style',rel:'Relationship',selectAnchor:'Select an Anchor',anchorName:'By Anchor Name',anchorId:'By Element Id',emailAddress:'E-Mail Address',emailSubject:'Message Subject',emailBody:'Message Body',noAnchors:'(No anchors available in the document)',noUrl:'Please type the link URL',noEmail:'Please type the e-mail address'},anchor:{toolbar:'Anchor',menu:'Edit Anchor',title:'Anchor Properties',name:'Anchor Name',errorName:'Please type the anchor name',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'Find',replace:'Replace',findWhat:'Find what:',replaceWith:'Replace with:',notFoundMsg:'The specified text was not found.',matchCase:'Match case',matchWord:'Match whole word',matchCyclic:'Match cyclic',replaceAll:'Replace All',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Table',title:'Table Properties',menu:'Table Properties',deleteTable:'Delete Table',rows:'Rows',columns:'Columns',border:'Border size',widthPx:'pixels',widthPc:'percent',widthUnit:'width unit',cellSpace:'Cell spacing',cellPad:'Cell padding',caption:'Caption',summary:'Summary',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',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'},row:{menu:'Row',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'Delete Rows'},column:{menu:'Column',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'Delete Columns'}},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'},form:{title:'Form Properties',menu:'Form Properties',action:'Action',method:'Method',encoding:'Encoding'},select:{title:'Selection Field Properties',selectInfo:'Select Info',opAvail:'Available Options',value:'Value',size:'Size',lines:'lines',chkMulti:'Allow multiple selections',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',type:'Type',typeText:'Text',typePass:'Password'},hidden:{title:'Hidden Field Properties',name:'Name',value:'Value'},image:{title:'Image Properties',titleButton:'Image Button Properties',menu:'Image Properties',infoTab:'Image Info',btnUpload:'Send it to the Server',upload:'Upload',alt:'Alternative Text',lockRatio:'Lock Ratio',resetSize:'Reset Size',border:'Border',hSpace:'HSpace',vSpace:'VSpace',alertUrl:'Please type the image URL',linkTab:'Link',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Flash Properties',propertiesTab:'Properties',title:'Flash Properties',chkPlay:'Auto Play',chkLoop:'Loop',chkMenu:'Enable Flash Menu',chkFull:'Allow Fullscreen',scale:'Scale',scaleAll:'Show all',scaleNoBorder:'No Border',scaleFit:'Exact Fit',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs Bottom',alignAbsMiddle:'Abs Middle',alignBaseline:'Baseline',alignTextTop:'Text Top',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Background color',hSpace:'HSpace',vSpace:'VSpace',validateSrc:'URL must not be empty.',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Check Spelling',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Not in dictionary',changeTo:'Change to',btnIgnore:'Ignore',btnIgnoreAll:'Ignore All',btnReplace:'Replace',btnReplaceAll:'Replace All',btnUndo:'Undo',noSuggestions:'- No suggestions -',progress:'Spell check in progress...',noMispell:'Spell check complete: No misspellings found',noChanges:'Spell check complete: No words changed',oneChange:'Spell check complete: One word changed',manyChanges:'Spell check complete: %1 words changed',ieSpellDownload:'Spell checker not installed. Do you want to download it now?'},smiley:{toolbar:'Smiley',title:'Insert a Smiley',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Insert/Remove Numbered List',bulletedlist:'Insert/Remove Bulleted List',indent:'Increase Indent',outdent:'Decrease Indent',justify:{left:'Align Left',center:'Center',right:'Align Right',block:'Justify'},blockquote:'Block Quote',clipboard:{title:'Paste',cutError:"Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).",copyError:"Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).",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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Paste from Word',title:'Paste from Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Paste as plain text',title:'Paste as Plain Text'},templates:{button:'Templates',title:'Content Templates',options:'Template Options',insertOption:'Replace actual contents',selectPromptMsg:'Please select the template to open in the editor',emptyListMsg:'(No templates defined)'},showBlocks:'Show Blocks',stylesCombo:{label:'Styles',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Format',panelTitle:'Paragraph Format',tag_p:'Normal',tag_pre:'Formatted',tag_address:'Address',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_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Font',voiceLabel:'Font',panelTitle:'Font Name'},fontSize:{label:'Size',voiceLabel:'Font Size',panelTitle:'Font Size'},colorButton:{textColorTitle:'Text Color',bgColorTitle:'Background Color',panelTitle:'Colors',auto:'Automatic',more:'More Colors...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Document Properties',title:'Document Properties',design:'Design',meta:'Meta Tags',chooseColor:'Choose',other:'Other...',docTitle:'Page Title',charset:'Character Set Encoding',charsetOther:'Other Character Set Encoding',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'Document Type Heading',docTypeOther:'Other Document Type Heading',xhtmlDec:'Include XHTML Declarations',bgColor:'Background Color',bgImage:'Background Image URL',bgFixed:'Non-scrolling (Fixed) Background',txtColor:'Text Color',margin:'Page Margins',marginTop:'Top',marginLeft:'Left',marginRight:'Right',marginBottom:'Bottom',metaKeywords:'Document Indexing Keywords (comma separated)',metaDescription:'Document Description',metaAuthor:'Author',metaCopyright:'Copyright',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +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","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"},"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"},"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"},"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"},"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"},"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"},"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"},"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","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","type":"Type","typeText":"Text","typePass":"Password","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"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"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"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":"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"},"smiley":{"options":"Smiley Options","title":"Insert a Smiley","toolbar":"Smiley"},"justify":{"block":"Justify","center":"Center","left":"Align Left","right":"Align Right"},"language":{"button":"Set language","remove":"Remove language"},"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"},"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"},"preview":{"preview":"Preview"},"print":{"toolbar":"Print"},"removeformat":{"toolbar":"Remove Format"},"save":{"toolbar":"Save"},"selectall":{"toolbar":"Select All"},"showblocks":{"toolbar":"Show Blocks"},"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":"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 Check","toolbar":"Check Spelling"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/eo.js b/skins/ckeditor/lang/eo.js index 088c741..f768236 100644 --- a/skins/ckeditor/lang/eo.js +++ b/skins/ckeditor/lang/eo.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.eo={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Fonto',newPage:'Nova PaÄo',save:'Sekurigi',preview:'Vidigi Aspekton',cut:'Eltondi',copy:'Kopii',paste:'Interglui',print:'Presi',underline:'Substreko',bold:'Grasa',italic:'Kursiva',selectAll:'Elekti Äion',removeFormat:'Forigi Formaton',strike:'Trastreko',subscript:'Subskribo',superscript:'Superskribo',horizontalrule:'Enmeti Horizonta Linio',pagebreak:'Insert Page Break for Printing',pagebreakAlt:'Page Break',unlink:'Forigi Ligilon',undo:'Malfari',redo:'Refari',common:{browseServer:'Foliumi en la Servilo',url:'URL',protocol:'Protokolo',upload:'AlÅuti',uploadSubmit:'Sendu al Servilo',image:'Bildo',flash:'Flash',form:'Formularo',checkbox:'Markobutono',radio:'Radiobutono',textField:'Teksta kampo',textarea:'Teksta Areo',hiddenField:'KaÅita Kampo',button:'Butono',select:'Elekta Kampo',imageButton:'Bildbutono',notSet:'<DefaÅlta>',id:'Id',name:'Nomo',langDir:'Skribdirekto',langDirLtr:'De maldekstro dekstren (LTR)',langDirRtl:'De dekstro maldekstren (RTL)',langCode:'Lingva Kodo',longDescr:'URL de Longa Priskribo',cssClass:'Klasoj de Stilfolioj',advisoryTitle:'Indika Titolo',cssStyle:'Stilo',ok:'Akcepti',cancel:'Rezigni',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'Speciala',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'LarÄo',height:'Alto',align:'Äisrandigo',alignLeft:'Maldekstre',alignRight:'Dekstre',alignCenter:'Centre',alignTop:'Supre',alignMiddle:'Centre',alignBottom:'Malsupre',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Enmeti Specialan Signon',title:'Enmeti Specialan Signon',options:'Special Character Options'},link:{toolbar:'Enmeti/ÅanÄi Ligilon',other:'<other>',menu:'Modifier Ligilon',title:'Ligilo',info:'Informoj pri la Ligilo',target:'Celo',upload:'AlÅuti',advanced:'Speciala',type:'Tipo de Ligilo',toUrl:'URL',toAnchor:'Ankri en tiu Äi paÄo',toEmail:'RetpoÅto',targetFrame:'<kadro>',targetPopup:'<Åprucfenestro>',targetFrameName:'Nomo de Kadro',targetPopupName:'Nomo de Åprucfenestro',popupFeatures:'Atributoj de la Åprucfenestro',popupResizable:'Resizable',popupStatusBar:'Statobreto',popupLocationBar:'Adresobreto',popupToolbar:'Ilobreto',popupMenuBar:'Menubreto',popupFullScreen:'Tutekrane (IE)',popupScrollBars:'Rulumlisteloj',popupDependent:'Dependa (Netscape)',popupLeft:'Pozicio de Maldekstro',popupTop:'Pozicio de Supro',id:'Id',langDir:'Skribdirekto',langDirLTR:'De maldekstro dekstren (LTR)',langDirRTL:'De dekstro maldekstren (RTL)',acccessKey:'Fulmoklavo',name:'Nomo',langCode:'Skribdirekto',tabIndex:'Taba Ordo',advisoryTitle:'Indika Titolo',advisoryContentType:'Indika Enhavotipo',cssClasses:'Klasoj de Stilfolioj',charset:'Signaro de la Ligita Rimedo',styles:'Stilo',rel:'Relationship',selectAnchor:'Elekti Ankron',anchorName:'Per Ankronomo',anchorId:'Per Elementidentigilo',emailAddress:'Retadreso',emailSubject:'Temlinio',emailBody:'MesaÄa korpo',noAnchors:'<Ne disponeblas ankroj en la dokumento>',noUrl:'Bonvolu entajpi la URL-on',noEmail:'Bonvolu entajpi la retadreson'},anchor:{toolbar:'Enmeti/ÅanÄi Ankron',menu:'Ankraj Atributoj',title:'Ankraj Atributoj',name:'Ankra Nomo',errorName:'Bv tajpi la ankran nomon',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'SerÄi',replace:'AnstataÅigi',findWhat:'SerÄi:',replaceWith:'AnstataÅigi per:',notFoundMsg:'La celteksto ne estas trovita.',matchCase:'Kongruigi Usklecon',matchWord:'Tuta Vorto',matchCyclic:'Match cyclic',replaceAll:'AnstataÅigi Äiun',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Tabelo',title:'Atributoj de Tabelo',menu:'Atributoj de Tabelo',deleteTable:'Delete Table',rows:'Linioj',columns:'Kolumnoj',border:'Bordero',widthPx:'Bitbilderoj',widthPc:'elcentoj',widthUnit:'width unit',cellSpace:'Interspacigo de Äeloj',cellPad:'ÄirkaÅenhava Plenigado',caption:'Titolo',summary:'Summary',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'Cell',insertBefore:'Insert Cell Before',insertAfter:'Insert Cell After',deleteCell:'Forigi Äelojn',merge:'Kunfandi Äelojn',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'},row:{menu:'Row',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'Forigi Liniojn'},column:{menu:'Column',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'Forigi Kolumnojn'}},button:{title:'Butonaj Atributoj',text:'Teksto (Valoro)',type:'Tipo',typeBtn:'Button',typeSbm:'Submit',typeRst:'Reset'},checkboxAndRadio:{checkboxTitle:'Markobutonaj Atributoj',radioTitle:'Radiobutonaj Atributoj',value:'Valoro',selected:'Elektita'},form:{title:'Formularaj Atributoj',menu:'Formularaj Atributoj',action:'Ago',method:'Metodo',encoding:'Encoding'},select:{title:'Atributoj de Elekta Kampo',selectInfo:'Select Info',opAvail:'Elektoj Disponeblaj',value:'Valoro',size:'Grando',lines:'Linioj',chkMulti:'Permesi Plurajn Elektojn',opText:'Teksto',opValue:'Valoro',btnAdd:'Aldoni',btnModify:'Modifi',btnUp:'Supren',btnDown:'Malsupren',btnSetValue:'Agordi kiel Elektitan Valoron',btnDelete:'Forigi'},textarea:{title:'Atributoj de Teksta Areo',cols:'Kolumnoj',rows:'Vicoj'},textfield:{title:'Atributoj de Teksta Kampo',name:'Nomo',value:'Valoro',charWidth:'SignolarÄo',maxChars:'Maksimuma Nombro da Signoj',type:'Tipo',typeText:'Teksto',typePass:'Pasvorto'},hidden:{title:'Atributoj de KaÅita Kampo',name:'Nomo',value:'Valoro'},image:{title:'Atributoj de Bildo',titleButton:'Bildbutonaj Atributoj',menu:'Atributoj de Bildo',infoTab:'Informoj pri Bildo',btnUpload:'Sendu al Servilo',upload:'AlÅuti',alt:'AnstataÅiga Teksto',lockRatio:'Konservi Proporcion',resetSize:'Origina Grando',border:'Bordero',hSpace:'HSpaco',vSpace:'VSpaco',alertUrl:'Bonvolu tajpi la URL de la bildo',linkTab:'Link',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Flash Properties',propertiesTab:'Properties',title:'Flash Properties',chkPlay:'Auto Play',chkLoop:'Loop',chkMenu:'Enable Flash Menu',chkFull:'Allow Fullscreen',scale:'Scale',scaleAll:'Show all',scaleNoBorder:'No Border',scaleFit:'Exact Fit',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs Malsupre',alignAbsMiddle:'Abs Centre',alignBaseline:'Je Malsupro de Teksto',alignTextTop:'Je Supro de Teksto',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Fona Koloro',hSpace:'HSpaco',vSpace:'VSpaco',validateSrc:'Bonvolu entajpi la URL-on',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Literumada Kontrolilo',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Ne trovita en la vortaro',changeTo:'ÅanÄi al',btnIgnore:'Malatenti',btnIgnoreAll:'Malatenti Äiun',btnReplace:'AnstataÅigi',btnReplaceAll:'AnstataÅigi Äiun',btnUndo:'Malfari',noSuggestions:'- Neniu propono -',progress:'Literumkontrolado daÅras...',noMispell:'Literumkontrolado finita: neniu fuÅo trovita',noChanges:'Literumkontrolado finita: neniu vorto ÅanÄita',oneChange:'Literumkontrolado finita: unu vorto ÅanÄita',manyChanges:'Literumkontrolado finita: %1 vortoj ÅanÄitaj',ieSpellDownload:'Literumada Kontrolilo ne instalita. Äu vi volas elÅuti Äin nun?'},smiley:{toolbar:'Mienvinjeto',title:'Enmeti Mienvinjeton',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Numera Listo',bulletedlist:'Bula Listo',indent:'Pligrandigi KrommarÄenon',outdent:'Malpligrandigi KrommarÄenon',justify:{left:'Maldekstrigi',center:'Centrigi',right:'Dekstrigi',block:'Äisrandigi AmbaÅflanke'},blockquote:'Block Quote',clipboard:{title:'Interglui',cutError:'La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras eltondajn operaciojn. Bonvolu uzi la klavaron por tio (Ctrl/Cmd-X).',copyError:'La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras kopiajn operaciojn. Bonvolu uzi la klavaron por tio (Ctrl/Cmd-C).',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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Interglui el Word',title:'Interglui el Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Interglui kiel Tekston',title:'Interglui kiel Tekston'},templates:{button:'Templates',title:'Content Templates',options:'Template Options',insertOption:'Replace actual contents',selectPromptMsg:'Please select the template to open in the editor',emptyListMsg:'(No templates defined)'},showBlocks:'Show Blocks',stylesCombo:{label:'Stilo',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Formato',panelTitle:'Formato',tag_p:'Normala',tag_pre:'Formatita',tag_address:'Adreso',tag_h1:'Titolo 1',tag_h2:'Titolo 2',tag_h3:'Titolo 3',tag_h4:'Titolo 4',tag_h5:'Titolo 5',tag_h6:'Titolo 6',tag_div:'Paragrafo (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Tiparo',voiceLabel:'Font',panelTitle:'Tiparo'},fontSize:{label:'Grando',voiceLabel:'Font Size',panelTitle:'Grando'},colorButton:{textColorTitle:'Teksta Koloro',bgColorTitle:'Fona Koloro',panelTitle:'Colors',auto:'AÅtomata',more:'Pli da Koloroj...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Dokumentaj Atributoj',title:'Dokumentaj Atributoj',design:'Design',meta:'Metadatumoj',chooseColor:'Choose',other:'<other>',docTitle:'PaÄotitolo',charset:'Signara Kodo',charsetOther:'Alia Signara Kodo',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'Dokumenta Tipo',docTypeOther:'Alia Dokumenta Tipo',xhtmlDec:'Inkluzivi XHTML Deklaroj',bgColor:'Fona Koloro',bgImage:'URL de Fona Bildo',bgFixed:'Neruluma Fono',txtColor:'Teksta Koloro',margin:'PaÄaj MarÄenoj',marginTop:'Supra',marginLeft:'Maldekstra',marginRight:'Dekstra',marginBottom:'Malsupra',metaKeywords:'Ålosilvortoj de la Dokumento (apartigita de komoj)',metaDescription:'Dokumenta Priskribo',metaAuthor:'Verkinto',metaCopyright:'Kopirajto',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['eo']={"editor":"Redaktilo por RiÄiga Teksto","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Premu ALT 0 por helpilo","browseServer":"Foliumi en la Servilo","url":"URL","protocol":"Protokolo","upload":"AlÅuti","uploadSubmit":"Sendu al Servilo","image":"Bildo","flash":"FlaÅo","form":"Formularo","checkbox":"Markobutono","radio":"Radiobutono","textField":"Teksta kampo","textarea":"Teksta Areo","hiddenField":"KaÅita Kampo","button":"Butono","select":"Elekta Kampo","imageButton":"Bildbutono","notSet":"<DefaÅlta>","id":"Id","name":"Nomo","langDir":"Skribdirekto","langDirLtr":"De maldekstro dekstren (LTR)","langDirRtl":"De dekstro maldekstren (RTL)","langCode":"Lingva Kodo","longDescr":"URL de Longa Priskribo","cssClass":"Klasoj de Stilfolioj","advisoryTitle":"Priskriba Titolo","cssStyle":"Stilo","ok":"Akcepti","cancel":"Rezigni","close":"Fermi","preview":"Vidigi Aspekton","resize":"Movigi por ÅanÄi la grandon","generalTab":"Äenerala","advancedTab":"Speciala","validateNumberFailed":"Tiu valoro ne estas nombro.","confirmNewPage":"La neregistritaj ÅanÄoj estas perdotaj. Äu vi certas, ke vi volas Åargi novan paÄon?","confirmCancel":"Iuj opcioj esta ÅanÄitaj. Äu vi certas, ke vi volas fermi la dialogon?","options":"Opcioj","target":"Celo","targetNew":"Nova Fenestro (_blank)","targetTop":"Supra Fenestro (_top)","targetSelf":"Sama Fenestro (_self)","targetParent":"Patra Fenestro (_parent)","langDirLTR":"De maldekstro dekstren (LTR)","langDirRTL":"De dekstro maldekstren (RTL)","styles":"Stilo","cssClasses":"Stilfoliaj Klasoj","width":"LarÄo","height":"Alto","align":"Äisrandigo","alignLeft":"Maldekstre","alignRight":"Dekstre","alignCenter":"Centre","alignTop":"Supre","alignMiddle":"Centre","alignBottom":"Malsupre","invalidValue":"Nevalida Valoro","invalidHeight":"Alto devas esti nombro.","invalidWidth":"LarÄo devas esti nombro.","invalidCssLength":"La valoro indikita por la \"%1\" kampo devas esti pozitiva nombro kun aÅ sen valida CSSmezurunuo (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"La valoro indikita por la \"%1\" kampo devas esti pozitiva nombro kun aÅ sen valida HTMLmezurunuo (px or %).","invalidInlineStyle":"La valoro indikita por la enlinia stilo devas konsisti el unu aÅ pluraj elementoj kun la formato de \"nomo : valoro\", apartigitaj per punktokomoj.","cssLengthTooltip":"Entajpu nombron por rastrumera valoro aÅ nombron kun valida CSSunuo (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, nehavebla</span>"},"about":{"copy":"Copyright © $1. Äiuj rajtoj rezervitaj.","dlgTitle":"Pri CKEditor","help":"Kontroli $1 por helpo.","moreInfo":"Por informoj pri licenco, bonvolu viziti nian retpaÄaron:","title":"Pri CKEditor","userGuide":"CKEditor Uzindikoj"},"basicstyles":{"bold":"Grasa","italic":"Kursiva","strike":"Trastreko","subscript":"Suba indico","superscript":"Supra indico","underline":"Substreko"},"bidi":{"ltr":"Tekstdirekto de maldekstre dekstren","rtl":"Tekstdirekto de dekstre maldekstren"},"blockquote":{"toolbar":"Citaĵo"},"clipboard":{"copy":"Kopii","copyError":"La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras kopiajn operaciojn. Bonvolu uzi la klavaron por tio (Ctrl/Cmd-C).","cut":"Eltondi","cutError":"La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras eltondajn operaciojn. Bonvolu uzi la klavaron por tio (Ctrl/Cmd-X).","paste":"Interglui","pasteArea":"Intergluoareo","pasteMsg":"Bonvolu glui la tekston en la jenan areon per uzado de la klavaro (<strong>Ctrl/Cmd+V</strong>) kaj premu OK","securityMsg":"Pro la sekurecagordo de via TTT-legilo, la redaktilo ne povas rekte atingi viajn datenojn en la poÅo. Bonvolu denove interglui la datenojn en tiun fenestron.","title":"Interglui"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"AÅtomata","bgColorTitle":"Fona Koloro","colors":{"000":"Nigra","800000":"KaÅtankolora","8B4513":"Mezbruna","2F4F4F":"Ardezgriza","008080":"MarÄanaskolora","000080":"Maristblua","4B0082":"Indigokolora","696969":"Malhelgriza","B22222":"BrikruÄa","A52A2A":"Bruna","DAA520":"Senbrilorkolora","006400":"Malhelverda","40E0D0":"Turkisblua","0000CD":"ReÄblua","800080":"Purpura","808080":"Griza","F00":"RuÄa","FF8C00":"MalheloranÄkolora","FFD700":"Orkolora","008000":"Verda","0FF":"Verdblua","00F":"Blua","EE82EE":"Viola","A9A9A9":"Mezgriza","FFA07A":"Salmokolora","FFA500":"OranÄkolora","FFFF00":"Flava","00FF00":"Limetkolora","AFEEEE":"Helturkiskolora","ADD8E6":"Helblua","DDA0DD":"Prunkolora","D3D3D3":"Helgriza","FFF0F5":"Lavendkolora vangoÅminko","FAEBD7":"Antikvablanka","FFFFE0":"Helflava","F0FFF0":"Vintromelonkolora","F0FFFF":"Lazura","F0F8FF":"Aliceblua","E6E6FA":"Lavendkolora","FFF":"Blanka"},"more":"Pli da Koloroj...","panelTitle":"Koloroj","textColorTitle":"Teksta Koloro"},"colordialog":{"clear":"Forigi","highlight":"Detaloj","options":"Opcioj pri koloroj","selected":"Selektita koloro","title":"Selekti koloron"},"templates":{"button":"Åablonoj","emptyListMsg":"(Neniu Åablono difinita)","insertOption":"AnstataÅigi la nunan enhavon","options":"Opcioj pri Åablonoj","selectPromptMsg":"Bonvolu selekti la Åablonon por malfermi Äin en la redaktilo","title":"Enhavo de Åablonoj"},"contextmenu":{"options":"Opcioj de Kunteksta Menuo"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Priskriba Titolo","cssClassInputLabel":"Stilfolioklasoj","edit":"Redakti Div","inlineStyleInputLabel":"Enlinia stilo","langDirLTRLabel":"Maldekstre dekstren (angle LTR)","langDirLabel":"Skribdirekto","langDirRTLLabel":"Dekstre maldekstren (angle RTL)","languageCodeInputLabel":" Lingvokodo","remove":"Forigi Div","styleSelectLabel":"Stilo","title":"Krei DIV ujon","toolbar":"Krei DIV ujon"},"toolbar":{"toolbarCollapse":"Faldi la ilbreton","toolbarExpand":"Malfaldi la ilbreton","toolbarGroups":{"document":"Dokumento","clipboard":"PoÅo/Malfari","editing":"Redaktado","forms":"Formularoj","basicstyles":"Bazaj stiloj","paragraph":"Paragrafo","links":"Ligiloj","insert":"Enmeti","styles":"Stiloj","colors":"Koloroj","tools":"Iloj"},"toolbars":"Ilobretoj de la redaktilo"},"elementspath":{"eleLabel":"Vojo al Elementoj","eleTitle":"%1 elementoj"},"find":{"find":"SerÄi","findOptions":"Opcioj pri SerÄado","findWhat":"SerÄi:","matchCase":"Kongruigi Usklecon","matchCyclic":"Cikla SerÄado","matchWord":"Tuta Vorto","notFoundMsg":"La celteksto ne estas trovita.","replace":"AnstataÅigi","replaceAll":"AnstataÅigi Äion","replaceSuccessMsg":"%1 anstataÅigita(j) apero(j).","replaceWith":"AnstataÅigi per:","title":"SerÄi kaj AnstataÅigi"},"fakeobjects":{"anchor":"Ankro","flash":"FlaÅAnimacio","hiddenfield":"KaÅita kampo","iframe":"Enlinia Kadro (IFrame)","unknown":"Nekonata objekto"},"flash":{"access":"Atingi skriptojn","accessAlways":"Äiam","accessNever":"Neniam","accessSameDomain":"Sama domajno","alignAbsBottom":"Absoluta Malsupro","alignAbsMiddle":"Absoluta Centro","alignBaseline":"TekstoMalsupro","alignTextTop":"TekstoSupro","bgcolor":"Fona Koloro","chkFull":"Permesi tutekranon","chkLoop":"Iteracio","chkMenu":"Ebligi flaÅmenuon","chkPlay":"AÅtomata legado","flashvars":"Variabloj por FlaÅo","hSpace":"Horizontala Spaco","properties":"FlaÅatributoj","propertiesTab":"Atributoj","quality":"Kvalito","qualityAutoHigh":"AÅtomate alta","qualityAutoLow":"AÅtomate malalta","qualityBest":"Plej bona","qualityHigh":"Alta","qualityLow":"Malalta","qualityMedium":"Meza","scale":"Skalo","scaleAll":"Montri Äion","scaleFit":"Origina grando","scaleNoBorder":"Neniu bordero","title":"FlaÅatributoj","vSpace":"Vertikala Spaco","validateHSpace":"Horizontala Spaco devas esti nombro.","validateSrc":"Bonvolu entajpi la retadreson (URL)","validateVSpace":"Vertikala Spaco devas esti nombro.","windowMode":"Fenestra reÄimo","windowModeOpaque":"Opaka","windowModeTransparent":"Travidebla","windowModeWindow":"Fenestro"},"font":{"fontSize":{"label":"Grado","voiceLabel":"Tipara grado","panelTitle":"Tipara grado"},"label":"Tiparo","panelTitle":"Tipara nomo","voiceLabel":"Tiparo"},"forms":{"button":{"title":"Butonaj atributoj","text":"Teksto (Valoro)","type":"Tipo","typeBtn":"Butono","typeSbm":"Validigi (submit)","typeRst":"Remeti en la originstaton (Reset)"},"checkboxAndRadio":{"checkboxTitle":"Markobutonaj Atributoj","radioTitle":"Radiobutonaj Atributoj","value":"Valoro","selected":"Selektita"},"form":{"title":"Formularaj Atributoj","menu":"Formularaj Atributoj","action":"Ago","method":"Metodo","encoding":"Kodoprezento"},"hidden":{"title":"Atributoj de KaÅita Kampo","name":"Nomo","value":"Valoro"},"select":{"title":"Atributoj de Elekta Kampo","selectInfo":"Informoj pri la rulummenuo","opAvail":"Elektoj Disponeblaj","value":"Valoro","size":"Grando","lines":"Linioj","chkMulti":"Permesi Plurajn Elektojn","opText":"Teksto","opValue":"Valoro","btnAdd":"Aldoni","btnModify":"Modifi","btnUp":"Supren","btnDown":"Malsupren","btnSetValue":"Agordi kiel Elektitan Valoron","btnDelete":"Forigi"},"textarea":{"title":"Atributoj de Teksta Areo","cols":"Kolumnoj","rows":"Linioj"},"textfield":{"title":"Atributoj de Teksta Kampo","name":"Nomo","value":"Valoro","charWidth":"SignolarÄo","maxChars":"Maksimuma Nombro da Signoj","type":"Tipo","typeText":"Teksto","typePass":"Pasvorto","typeEmail":"retpoÅtadreso","typeSearch":"SerÄi","typeTel":"Telefonnumero","typeUrl":"URL"}},"format":{"label":"Formato","panelTitle":"ParagrafFormato","tag_address":"Adreso","tag_div":"Normala (DIV)","tag_h1":"Titolo 1","tag_h2":"Titolo 2","tag_h3":"Titolo 3","tag_h4":"Titolo 4","tag_h5":"Titolo 5","tag_h6":"Titolo 6","tag_p":"Normala","tag_pre":"Formatita"},"horizontalrule":{"toolbar":"Enmeti Horizontalan Linion"},"iframe":{"border":"Montri borderon de kadro (frame)","noUrl":"Bonvolu entajpi la retadreson de la ligilo al la enlinia kadro (IFrame)","scrolling":"Ebligi rulumskalon","title":"Atributoj de la enlinia kadro (IFrame)","toolbar":"Enlinia kadro (IFrame)"},"image":{"alertUrl":"Bonvolu tajpi la retadreson de la bildo","alt":"AnstataÅiga Teksto","border":"Bordero","btnUpload":"Sendu al Servilo","button2Img":"Äu vi volas transformi la selektitan bildbutonon en simplan bildon?","hSpace":"Horizontala Spaco","img2Button":"Äu vi volas transformi la selektitan bildon en bildbutonon?","infoTab":"Informoj pri Bildo","linkTab":"Ligilo","lockRatio":"Konservi Proporcion","menu":"Atributoj de Bildo","resetSize":"Origina Grando","title":"Atributoj de Bildo","titleButton":"Bildbutonaj Atributoj","upload":"AlÅuti","urlMissing":"La fontretadreso de la bildo mankas.","vSpace":"Vertikala Spaco","validateBorder":"La bordero devas esti entjera nombro.","validateHSpace":"La horizontala spaco devas esti entjera nombro.","validateVSpace":"La vertikala spaco devas esti entjera nombro."},"indent":{"indent":"Pligrandigi KrommarÄenon","outdent":"Malpligrandigi KrommarÄenon"},"smiley":{"options":"Opcioj pri mienvinjetoj","title":"Enmeti Mienvinjeton","toolbar":"Mienvinjeto"},"justify":{"block":"Äisrandigi AmbaÅflanke","center":"Centrigi","left":"Äisrandigi maldekstren","right":"Äisrandigi dekstren"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Fulmoklavo","advanced":"Speciala","advisoryContentType":"Enhavotipo","advisoryTitle":"Priskriba Titolo","anchor":{"toolbar":"Ankro","menu":"Enmeti/ÅanÄi Ankron","title":"Ankraj Atributoj","name":"Ankra Nomo","errorName":"Bv entajpi la ankran nomon","remove":"Forigi Ankron"},"anchorId":"Per Elementidentigilo","anchorName":"Per Ankronomo","charset":"Signaro de la Ligita Rimedo","cssClasses":"Klasoj de Stilfolioj","emailAddress":"RetpoÅto","emailBody":"MesaÄa korpo","emailSubject":"MesaÄa Temo","id":"Id","info":"Informoj pri la Ligilo","langCode":"Lingva Kodo","langDir":"Skribdirekto","langDirLTR":"De maldekstro dekstren (LTR)","langDirRTL":"De dekstro maldekstren (RTL)","menu":"ÅanÄi Ligilon","name":"Nomo","noAnchors":"<Ne disponeblas ankroj en la dokumento>","noEmail":"Bonvolu entajpi la retpoÅtadreson","noUrl":"Bonvolu entajpi la URL-on","other":"<alia>","popupDependent":"Dependa (Netscape)","popupFeatures":"Atributoj de la Åprucfenestro","popupFullScreen":"Tutekrane (IE)","popupLeft":"Maldekstra Pozicio","popupLocationBar":"Adresobreto","popupMenuBar":"Menubreto","popupResizable":"DimensiÅanÄebla","popupScrollBars":"Rulumskaloj","popupStatusBar":"Statobreto","popupToolbar":"Ilobreto","popupTop":"Supra Pozicio","rel":"Rilato","selectAnchor":"Elekti Ankron","styles":"Stilo","tabIndex":"Taba Indekso","target":"Celo","targetFrame":"<kadro>","targetFrameName":"Nomo de CelKadro","targetPopup":"<Åprucfenestro>","targetPopupName":"Nomo de Åprucfenestro","title":"Ligilo","toAnchor":"Ankri en tiu Äi paÄo","toEmail":"RetpoÅto","toUrl":"URL","toolbar":"Enmeti/ÅanÄi Ligilon","type":"Tipo de Ligilo","unlink":"Forigi Ligilon","upload":"AlÅuti"},"list":{"bulletedlist":"Bula Listo","numberedlist":"Numera Listo"},"liststyle":{"armenian":"Armena nombrado","bulletedTitle":"Atributoj de Bula Listo","circle":"Cirklo","decimal":"Dekumaj Nombroj (1, 2, 3, ktp.)","decimalLeadingZero":"Dekumaj Nombroj malantaÅ nulo (01, 02, 03, ktp.)","disc":"Disko","georgian":"Gruza nombrado (an, ban, gan, ktp.)","lowerAlpha":"Minusklaj Literoj (a, b, c, d, e, ktp.)","lowerGreek":"Grekaj Minusklaj Literoj (alpha, beta, gamma, ktp.)","lowerRoman":"Minusklaj Romanaj Nombroj (i, ii, iii, iv, v, ktp.)","none":"Neniu","notset":"<DefaÅlta>","numberedTitle":"Atributoj de Numera Listo","square":"kvadrato","start":"Komenco","type":"Tipo","upperAlpha":"Majusklaj Literoj (A, B, C, D, E, ktp.)","upperRoman":"Majusklaj Romanaj Nombroj (I, II, III, IV, V, ktp.)","validateStartNumber":"La unua listero devas esti entjera nombro."},"magicline":{"title":"Enmeti paragrafon Äi-tien"},"maximize":{"maximize":"Pligrandigi","minimize":"Malgrandigi"},"newpage":{"toolbar":"Nova PaÄo"},"pagebreak":{"alt":"PaÄavanco","toolbar":"Enmeti PaÄavancon por Presado"},"pastetext":{"button":"Interglui kiel platan tekston","title":"Interglui kiel platan tekston"},"pastefromword":{"confirmCleanup":"La teksto, kiun vi volas interglui, Åajnas esti kopiita el Word. Äu vi deziras purigi Äin antaÅ intergluo?","error":"Ne eblis purigi la intergluitajn datenojn pro interna eraro","title":"Interglui el Word","toolbar":"Interglui el Word"},"preview":{"preview":"Vidigi Aspekton"},"print":{"toolbar":"Presi"},"removeformat":{"toolbar":"Forigi Formaton"},"save":{"toolbar":"Konservi"},"selectall":{"toolbar":"Elekti Äion"},"showblocks":{"toolbar":"Montri la blokojn"},"sourcearea":{"toolbar":"Fonto"},"specialchar":{"options":"Opcioj pri Specialaj Signoj","title":"Selekti Specialan Signon","toolbar":"Enmeti Specialan Signon"},"scayt":{"about":"Pri OKDVT","aboutTab":"Pri","addWord":"Almeti la vorton","allCaps":"Ignori la vortojn skribitajn nur per Äefliteroj","dic_create":"Krei","dic_delete":"Forigi","dic_field_name":"Vortaronomo","dic_info":"Komence la vortaro de la uzanto estas konservita en kuketo. Tamen la kuketgrando estas limigita. Kiam la vortaro de la uzanto atingas grandon, kiu ne plu ebligas konservi Äin en kuketo, tiam la vortaro povas esti konservata en niaj serviloj. Por konservi vian personan vortaron en nian servilon, vi devas indiki nomon por tiu vortaro. Se vi jam havas konservitan vortaron, bonvolu entajpi ties nomon kaj alklaki la restaÅrbutonon.","dic_rename":"Renomi","dic_restore":"RestaÅri","dictionariesTab":"Vortaroj","disable":"Malebligi OKDVT","emptyDic":"La vortaronomo ne devus esti malplena.","enable":"Ebligi OKDVT","ignore":"Ignori","ignoreAll":"Ignori Äion","ignoreDomainNames":"Ignori domajnajn nomojn","langs":"Lingvoj","languagesTab":"Lingvoj","mixedCase":"Ignori vortojn kun miksa uskleco","mixedWithDigits":"Ignori vortojn kun nombroj","moreSuggestions":"Pli da sugestoj","opera_title":"Ne subportata de Opera","options":"Opcioj","optionsTab":"Opcioj","title":"OrtografiKontrolado Dum Vi Tajpas (OKDVT)","toggle":"Baskuligi OKDVT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Stiloj","panelTitle":"Stiloj pri enpaÄigo","panelTitle1":"Stiloj de blokoj","panelTitle2":"Enliniaj Stiloj","panelTitle3":"Stiloj de objektoj"},"table":{"border":"Bordero","caption":"Tabeltitolo","cell":{"menu":"Äelo","insertBefore":"Enmeti Äelon AntaÅ","insertAfter":"Enmeti Äelon Post","deleteCell":"Forigi la Äelojn","merge":"Kunfandi la Äelojn","mergeRight":"Kunfandi dekstren","mergeDown":"Kunfandi malsupren ","splitHorizontal":"Horizontale dividi","splitVertical":"Vertikale dividi","title":"Äelatributoj","cellType":"Äeltipo","rowSpan":"Kunfando de linioj","colSpan":"Kunfando de kolumnoj","wordWrap":"Cezuro","hAlign":"Horizontala Äisrandigo","vAlign":"Vertikala Äisrandigo","alignBaseline":"Malsupro de la teksto","bgColor":"Fonkoloro","borderColor":"Borderkoloro","data":"Datenoj","header":"Supra paÄotitolo","yes":"Jes","no":"No","invalidWidth":"ÄellarÄo devas esti nombro.","invalidHeight":"Äelalto devas esti nombro.","invalidRowSpan":"Kunfando de linioj devas esti entjera nombro.","invalidColSpan":"Kunfando de kolumnoj devas esti entjera nombro.","chooseColor":"Elektu"},"cellPad":"Interna MarÄeno de la Äeloj","cellSpace":"Spaco inter la Äeloj","column":{"menu":"Kolumno","insertBefore":"Enmeti kolumnon antaÅ","insertAfter":"Enmeti kolumnon post","deleteColumn":"Forigi Kolumnojn"},"columns":"Kolumnoj","deleteTable":"Forigi Tabelon","headers":"Supraj PaÄotitoloj","headersBoth":"AmbaÅ","headersColumn":"Unua kolumno","headersNone":"Neniu","headersRow":"Unua linio","invalidBorder":"La bordergrando devas esti nombro.","invalidCellPadding":"La interna marÄeno en la Äeloj devas esti pozitiva nombro.","invalidCellSpacing":"La spaco inter la Äeloj devas esti pozitiva nombro.","invalidCols":"La nombro de la kolumnoj devas superi 0.","invalidHeight":"La tabelalto devas esti nombro.","invalidRows":"La nombro de la linioj devas superi 0.","invalidWidth":"La tabellarÄo devas esti nombro.","menu":"Atributoj de Tabelo","row":{"menu":"Linio","insertBefore":"Enmeti linion antaÅ","insertAfter":"Enmeti linion post","deleteRow":"Forigi Liniojn"},"rows":"Linioj","summary":"Resumo","title":"Atributoj de Tabelo","toolbar":"Tabelo","widthPc":"elcentoj","widthPx":"Rastrumeroj","widthUnit":"unuo de larÄo"},"undo":{"redo":"Refari","undo":"Malfari"},"wsc":{"btnIgnore":"Ignori","btnIgnoreAll":"Ignori Äion","btnReplace":"AnstataÅigi","btnReplaceAll":"AnstataÅigi Äion","btnUndo":"Malfari","changeTo":"ÅanÄi al","errorLoading":"Eraro en la servoelÅuto el la gastiga komputiko: %s.","ieSpellDownload":"Ortografikontrolilo ne instalita. Äu vi volas elÅuti Äin nun?","manyChanges":"Ortografikontrolado finita: %1 vortoj korektitaj","noChanges":"Ortografikontrolado finita: neniu vorto korektita","noMispell":"Ortografikontrolado finita: neniu eraro trovita","noSuggestions":"- Neniu propono -","notAvailable":"BedaÅrinde la servo ne funkcias nuntempe.","notInDic":"Ne trovita en la vortaro","oneChange":"Ortografikontrolado finita: unu vorto korektita","progress":"La ortografio estas kontrolata...","title":"Kontroli la ortografion","toolbar":"Kontroli la ortografion"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/es.js b/skins/ckeditor/lang/es.js index 1f15d05..5b83abe 100644 --- a/skins/ckeditor/lang/es.js +++ b/skins/ckeditor/lang/es.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.es={dir:'ltr',editorTitle:'Editor de texto, %1, pulse ALT 0 para ayuda.',toolbars:'Barras de herramientas del editor',editor:'Editor de texto enriquecido',source:'Fuente HTML',newPage:'Nueva Página',save:'Guardar',preview:'Vista Previa',cut:'Cortar',copy:'Copiar',paste:'Pegar',print:'Imprimir',underline:'Subrayado',bold:'Negrita',italic:'Cursiva',selectAll:'Seleccionar Todo',removeFormat:'Eliminar Formato',strike:'Tachado',subscript:'SubÃndice',superscript:'SuperÃndice',horizontalrule:'Insertar LÃnea Horizontal',pagebreak:'Insertar Salto de Página',pagebreakAlt:'Salto de página',unlink:'Eliminar VÃnculo',undo:'Deshacer',redo:'Rehacer',common:{browseServer:'Ver Servidor',url:'URL',protocol:'Protocolo',upload:'Cargar',uploadSubmit:'Enviar al Servidor',image:'Imagen',flash:'Flash',form:'Formulario',checkbox:'Casilla de Verificación',radio:'Botones de Radio',textField:'Campo de Texto',textarea:'Area de Texto',hiddenField:'Campo Oculto',button:'Botón',select:'Campo de Selección',imageButton:'Botón Imagen',notSet:'<No definido>',id:'Id',name:'Nombre',langDir:'Orientación',langDirLtr:'Izquierda a Derecha (LTR)',langDirRtl:'Derecha a Izquierda (RTL)',langCode:'Cód. de idioma',longDescr:'Descripción larga URL',cssClass:'Clases de hojas de estilo',advisoryTitle:'TÃtulo',cssStyle:'Estilo',ok:'Aceptar',cancel:'Cancelar',close:'Cerrar',preview:'Previsualización',generalTab:'General',advancedTab:'Avanzado',validateNumberFailed:'El valor no es un número.',confirmNewPage:'Cualquier cambio que no se haya guardado se perderá.\r\n¿Está seguro de querer crear una nueva página?',confirmCancel:'Algunas de las opciones se han cambiado.\r\n¿Está seguro de querer cerrar el diálogo?',options:'Opciones',target:'Destino',targetNew:'Nueva ventana (_blank)',targetTop:'Ventana principal (_top)',targetSelf:'Misma ventana (_self)',targetParent:'Ventana padre (_parent)',langDirLTR:'Izquierda a derecha (LTR)',langDirRTL:'Derecha a izquierda (RTL)',styles:'Estilos',cssClasses:'Clase de la hoja de estilos',width:'Anchura',height:'Altura',align:'Alineación',alignLeft:'Izquierda',alignRight:'Derecha',alignCenter:'Centrado',alignTop:'Tope',alignMiddle:'Centro',alignBottom:'Pie',invalidHeight:'Altura debe ser un número.',invalidWidth:'Anchura debe ser un número.',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 %).',unavailable:'%1<span class="cke_accessibility">, no disponible</span>'},contextmenu:{options:'Opciones del menú contextual'},specialChar:{toolbar:'Insertar Caracter Especial',title:'Seleccione un caracter especial',options:'Opciones de caracteres especiales'},link:{toolbar:'Insertar/Editar VÃnculo',other:'<otro>',menu:'Editar VÃnculo',title:'VÃnculo',info:'Información de VÃnculo',target:'Destino',upload:'Cargar',advanced:'Avanzado',type:'Tipo de vÃnculo',toUrl:'URL',toAnchor:'Referencia en esta página',toEmail:'E-Mail',targetFrame:'<marco>',targetPopup:'<ventana emergente>',targetFrameName:'Nombre del Marco Destino',targetPopupName:'Nombre de Ventana Emergente',popupFeatures:'CaracterÃsticas de Ventana Emergente',popupResizable:'Redimensionable',popupStatusBar:'Barra de Estado',popupLocationBar:'Barra de ubicación',popupToolbar:'Barra de Herramientas',popupMenuBar:'Barra de Menú',popupFullScreen:'Pantalla Completa (IE)',popupScrollBars:'Barras de desplazamiento',popupDependent:'Dependiente (Netscape)',popupLeft:'Posición Izquierda',popupTop:'Posición Derecha',id:'Id',langDir:'Orientación',langDirLTR:'Izquierda a Derecha (LTR)',langDirRTL:'Derecha a Izquierda (RTL)',acccessKey:'Tecla de Acceso',name:'Nombre',langCode:'Código idioma',tabIndex:'Indice de tabulación',advisoryTitle:'TÃtulo',advisoryContentType:'Tipo de Contenido',cssClasses:'Clases de hojas de estilo',charset:'Fuente de caracteres vinculado',styles:'Estilo',rel:'Relación',selectAnchor:'Seleccionar una referencia',anchorName:'Por Nombre de Referencia',anchorId:'Por ID de elemento',emailAddress:'Dirección de E-Mail',emailSubject:'TÃtulo del Mensaje',emailBody:'Cuerpo del Mensaje',noAnchors:'(No hay referencias disponibles en el documento)',noUrl:'Por favor escriba el vÃnculo URL',noEmail:'Por favor escriba la dirección de e-mail'},anchor:{toolbar:'Referencia',menu:'Propiedades de Referencia',title:'Propiedades de Referencia',name:'Nombre de la Referencia',errorName:'Por favor, complete el nombre de la Referencia',remove:'Remove Anchor'},list:{numberedTitle:'Propiedades de lista numerada',bulletedTitle:'Propiedades de viñetas',type:'Tipo',start:'Inicio',validateStartNumber:'El Inicio debe ser un número entero.',circle:'CÃrculo',disc:'Disco',square:'Cuadrado',none:'Ninguno',notset:'<sin establecer>',armenian:'Numeración armenia',georgian:'Numeración georgiana (an, ban, gan, etc.)',lowerRoman:'Números romanos en minúsculas (i, ii, iii, iv, v, etc.)',upperRoman:'Números romanos en mayúsculas (I, II, III, IV, V, etc.)',lowerAlpha:'Alfabeto en minúsculas (a, b, c, d, e, etc.)',upperAlpha:'Alfabeto en mayúsculas (A, B, C, D, E, etc.)',lowerGreek:'Letras griegas (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal con cero inicial (01, 02, 03, etc.)'},findAndReplace:{title:'Buscar y Reemplazar',find:'Buscar',replace:'Reemplazar',findWhat:'Texto a buscar:',replaceWith:'Reemplazar con:',notFoundMsg:'El texto especificado no ha sido encontrado.',matchCase:'Coincidir may/min',matchWord:'Coincidir toda la palabra',matchCyclic:'Buscar en todo el contenido',replaceAll:'Reemplazar Todo',replaceSuccessMsg:'La expresión buscada ha sido reemplazada %1 veces.'},table:{toolbar:'Tabla',title:'Propiedades de Tabla',menu:'Propiedades de Tabla',deleteTable:'Eliminar Tabla',rows:'Filas',columns:'Columnas',border:'Tamaño de Borde',widthPx:'pixeles',widthPc:'porcentaje',widthUnit:'unidad de la anchura',cellSpace:'Esp. e/celdas',cellPad:'Esp. interior',caption:'TÃtulo',summary:'SÃntesis',headers:'Encabezados',headersNone:'Ninguno',headersColumn:'Primera columna',headersRow:'Primera fila',headersBoth:'Ambas',invalidRows:'El número de filas debe ser un número mayor que 0.',invalidCols:'El número de columnas debe ser un número mayor que 0.',invalidBorder:'El tamaño del borde debe ser un número.',invalidWidth:'La anchura de tabla debe ser un número.',invalidHeight:'La altura de tabla debe ser un número.',invalidCellSpacing:'El espaciado entre celdas debe ser un número.',invalidCellPadding:'El espaciado interior debe ser un número.',cell:{menu:'Celda',insertBefore:'Insertar celda a la izquierda',insertAfter:'Insertar celda a la derecha',deleteCell:'Eliminar Celdas',merge:'Combinar Celdas',mergeRight:'Combinar a la derecha',mergeDown:'Combinar hacia abajo',splitHorizontal:'Dividir la celda horizontalmente',splitVertical:'Dividir la celda verticalmente',title:'Propiedades de celda',cellType:'Tipo de Celda',rowSpan:'Expandir filas',colSpan:'Expandir columnas',wordWrap:'Ajustar al contenido',hAlign:'Alineación Horizontal',vAlign:'Alineación Vertical',alignBaseline:'Linea de base',bgColor:'Color de fondo',borderColor:'Color de borde',data:'Datos',header:'Encabezado',yes:'SÃ',no:'No',invalidWidth:'La anchura de celda debe ser un número.',invalidHeight:'La altura de celda debe ser un número.',invalidRowSpan:'La expansión de filas debe ser un número entero.',invalidColSpan:'La expansión de columnas debe ser un número entero.',chooseColor:'Elegir'},row:{menu:'Fila',insertBefore:'Insertar fila en la parte superior',insertAfter:'Insertar fila en la parte inferior',deleteRow:'Eliminar Filas'},column:{menu:'Columna',insertBefore:'Insertar columna a la izquierda',insertAfter:'Insertar columna a la derecha',deleteColumn:'Eliminar Columnas'}},button:{title:'Propiedades de Botón',text:'Texto (Valor)',type:'Tipo',typeBtn:'Boton',typeSbm:'Enviar',typeRst:'Reestablecer'},checkboxAndRadio:{checkboxTitle:'Propiedades de Casilla',radioTitle:'Propiedades de Botón de Radio',value:'Valor',selected:'Seleccionado'},form:{title:'Propiedades de Formulario',menu:'Propiedades de Formulario',action:'Acción',method:'Método',encoding:'Codificación'},select:{title:'Propiedades de Campo de Selección',selectInfo:'Información',opAvail:'Opciones disponibles',value:'Valor',size:'Tamaño',lines:'Lineas',chkMulti:'Permitir múltiple selección',opText:'Texto',opValue:'Valor',btnAdd:'Agregar',btnModify:'Modificar',btnUp:'Subir',btnDown:'Bajar',btnSetValue:'Establecer como predeterminado',btnDelete:'Eliminar'},textarea:{title:'Propiedades de Area de Texto',cols:'Columnas',rows:'Filas'},textfield:{title:'Propiedades de Campo de Texto',name:'Nombre',value:'Valor',charWidth:'Caracteres de ancho',maxChars:'Máximo caracteres',type:'Tipo',typeText:'Texto',typePass:'Contraseña'},hidden:{title:'Propiedades de Campo Oculto',name:'Nombre',value:'Valor'},image:{title:'Propiedades de Imagen',titleButton:'Propiedades de Botón de Imagen',menu:'Propiedades de Imagen',infoTab:'Información de Imagen',btnUpload:'Enviar al Servidor',upload:'Cargar',alt:'Texto Alternativo',lockRatio:'Proporcional',resetSize:'Tamaño Original',border:'Borde',hSpace:'Esp.Horiz',vSpace:'Esp.Vert',alertUrl:'Por favor escriba la URL de la imagen',linkTab:'VÃnculo',button2Img:'¿Desea convertir el botón de imagen en una simple imagen?',img2Button:'¿Desea convertir la imagen en un botón de imagen?',urlMissing:'Debe indicar la URL de la imagen.',validateBorder:'El borde debe ser un número.',validateHSpace:'El espaciado horizontal debe ser un número.',validateVSpace:'El espaciado vertical debe ser un número.'},flash:{properties:'Propiedades de Flash',propertiesTab:'Propiedades',title:'Propiedades de Flash',chkPlay:'Autoejecución',chkLoop:'Repetir',chkMenu:'Activar Menú Flash',chkFull:'Permitir pantalla completa',scale:'Escala',scaleAll:'Mostrar todo',scaleNoBorder:'Sin Borde',scaleFit:'Ajustado',access:'Acceso de scripts',accessAlways:'Siempre',accessSameDomain:'Mismo dominio',accessNever:'Nunca',alignAbsBottom:'Abs inferior',alignAbsMiddle:'Abs centro',alignBaseline:'LÃnea de base',alignTextTop:'Tope del texto',quality:'Calidad',qualityBest:'La mejor',qualityHigh:'Alta',qualityAutoHigh:'Auto Alta',qualityMedium:'Media',qualityAutoLow:'Auto Baja',qualityLow:'Baja',windowModeWindow:'Ventana',windowModeOpaque:'Opaco',windowModeTransparent:'Transparente',windowMode:'WindowMode',flashvars:'Opciones',bgcolor:'Color de Fondo',hSpace:'Esp.Horiz',vSpace:'Esp.Vert',validateSrc:'Por favor escriba el vÃnculo URL',validateHSpace:'Esp.Horiz debe ser un número.',validateVSpace:'Esp.Vert debe ser un número.'},spellCheck:{toolbar:'OrtografÃa',title:'Comprobar ortografÃa',notAvailable:'Lo sentimos pero el servicio no está disponible.',errorLoading:'Error cargando la aplicación del servidor: %s.',notInDic:'No se encuentra en el Diccionario',changeTo:'Cambiar a',btnIgnore:'Ignorar',btnIgnoreAll:'Ignorar Todo',btnReplace:'Reemplazar',btnReplaceAll:'Reemplazar Todo',btnUndo:'Deshacer',noSuggestions:'- No hay sugerencias -',progress:'Control de OrtografÃa en progreso...',noMispell:'Control finalizado: no se encontraron errores',noChanges:'Control finalizado: no se ha cambiado ninguna palabra',oneChange:'Control finalizado: se ha cambiado una palabra',manyChanges:'Control finalizado: se ha cambiado %1 palabras',ieSpellDownload:'Módulo de Control de OrtografÃa no instalado.\r\n¿Desea descargarlo ahora?'},smiley:{toolbar:'Emoticonos',title:'Insertar un Emoticon',options:'Opciones de emoticonos'},elementsPath:{eleLabel:'Ruta de los elementos',eleTitle:'%1 elemento'},numberedlist:'Numeración',bulletedlist:'Viñetas',indent:'Aumentar SangrÃa',outdent:'Disminuir SangrÃa',justify:{left:'Alinear a Izquierda',center:'Centrar',right:'Alinear a Derecha',block:'Justificado'},blockquote:'Cita',clipboard:{title:'Pegar',cutError:'La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de cortado.\r\nPor favor use el teclado (Ctrl/Cmd+X).',copyError:'La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de copiado.\r\nPor favor use el teclado (Ctrl/Cmd+C).',pasteMsg:'Por favor pegue dentro del cuadro utilizando el teclado (<STRONG>Ctrl/Cmd+V</STRONG>);\r\nluego presione <STRONG>Aceptar</STRONG>.',securityMsg:'Debido a la configuración de seguridad de su navegador, el editor no tiene acceso al portapapeles.\r\nEs necesario que lo pegue de nuevo en esta ventana.',pasteArea:'Zona de pegado'},pastefromword:{confirmCleanup:'El texto que desea parece provenir de Word.\r\n¿Desea depurarlo antes de pegarlo?',toolbar:'Pegar desde Word',title:'Pegar desde Word',error:'No ha sido posible limpiar los datos debido a un error interno'},pasteText:{button:'Pegar como Texto Plano',title:'Pegar como Texto Plano'},templates:{button:'Plantillas',title:'Contenido de Plantillas',options:'Opciones de plantillas',insertOption:'Reemplazar el contenido actual',selectPromptMsg:'Por favor selecciona la plantilla a abrir en el editor<br>(el contenido actual se perderá):',emptyListMsg:'(No hay plantillas definidas)'},showBlocks:'Mostrar bloques',stylesCombo:{label:'Estilo',panelTitle:'Estilos para formatear',panelTitle1:'Estilos de párrafo',panelTitle2:'Estilos de carácter',panelTitle3:'Estilos de objeto'},format:{label:'Formato',panelTitle:'Formato',tag_p:'Normal',tag_pre:'Con formato',tag_address:'Dirección',tag_h1:'Encabezado 1',tag_h2:'Encabezado 2',tag_h3:'Encabezado 3',tag_h4:'Encabezado 4',tag_h5:'Encabezado 5',tag_h6:'Encabezado 6',tag_div:'Normal (DIV)'},div:{title:'Crear contenedor DIV',toolbar:'Crear contenedor DIV',cssClassInputLabel:'Clase de hoja de estilos',styleSelectLabel:'Estilo',IdInputLabel:'Id',languageCodeInputLabel:' Codigo de idioma',inlineStyleInputLabel:'Estilo',advisoryTitleInputLabel:'TÃtulo',langDirLabel:'Orientación',langDirLTRLabel:'Izquierda a Derecha (LTR)',langDirRTLLabel:'Derecha a Izquierda (RTL)',edit:'Editar Div',remove:'Quitar Div'},iframe:{title:'Propiedades de iframe',toolbar:'IFrame',noUrl:'Por favor, escriba la dirección del iframe',scrolling:'Activar barras de desplazamiento',border:'Mostrar borde del marco'},font:{label:'Fuente',voiceLabel:'Fuente',panelTitle:'Fuente'},fontSize:{label:'Tamaño',voiceLabel:'Tamaño de fuente',panelTitle:'Tamaño'},colorButton:{textColorTitle:'Color de Texto',bgColorTitle:'Color de Fondo',panelTitle:'Colores',auto:'Automático',more:'Más Colores...'},colors:{'000':'Negro',800000:'Marrón oscuro','8B4513':'Marrón tierra','2F4F4F':'Pizarra Oscuro','008080':'Azul verdoso','000080':'Azul marino','4B0082':'Añil',696969:'Gris oscuro',B22222:'Ladrillo',A52A2A:'Marrón',DAA520:'Oro oscuro','006400':'Verde oscuro','40E0D0':'Turquesa','0000CD':'Azul medio-oscuro',800080:'Púrpura',808080:'Gris',F00:'Rojo',FF8C00:'Naranja oscuro',FFD700:'Oro','008000':'Verde','0FF':'Cian','00F':'Azul',EE82EE:'Violeta',A9A9A9:'Gris medio',FFA07A:'Salmón claro',FFA500:'Naranja',FFFF00:'Amarillo','00FF00':'Lima',AFEEEE:'Turquesa claro',ADD8E6:'Azul claro',DDA0DD:'Violeta claro',D3D3D3:'Gris claro',FFF0F5:'Lavanda rojizo',FAEBD7:'Blanco antiguo',FFFFE0:'Amarillo claro',F0FFF0:'Miel',F0FFFF:'Azul celeste',F0F8FF:'Azul pálido',E6E6FA:'Lavanda',FFF:'Blanco'},scayt:{title:'Comprobar OrtografÃa Mientras Escribe',opera_title:'No soportado en Opera',enable:'Activar Corrector',disable:'Desactivar Corrector',about:'Acerca de Corrector',toggle:'Cambiar Corrector',options:'Opciones',langs:'Idiomas',moreSuggestions:'Más sugerencias',ignore:'Ignorar',ignoreAll:'Ignorar Todas',addWord:'Añadir palabra',emptyDic:'El nombre del diccionario no puede estar en blanco.',optionsTab:'Opciones',allCaps:'Omitir palabras en MAYÃSCULAS',ignoreDomainNames:'Omitir nombres de dominio',mixedCase:'Ignorar palabras con combinación de mayúsculas y minúsculas',mixedWithDigits:'Omitir palabras con números',languagesTab:'Idiomas',dictionariesTab:'Diccionarios',dic_field_name:'Nombre del diccionario',dic_create:'Crear',dic_restore:'Recuperar',dic_delete:'Borrar',dic_rename:'Renombrar',dic_info:'Inicialmente el Diccionario de usuario se guarda en una Cookie. Sin embargo, las cookies están limitadas en tamaño. Cuando el diccionario crece a un punto en el que no se puede guardar en una Cookie, el diccionario puede ser almacenado en nuestro servidor. Para almacenar su diccionario personalizado en nuestro servidor debe especificar un nombre para su diccionario. Si ya ha guardado un diccionaro, por favor, escriba su nombre y pulse el botón Recuperar',aboutTab:'Acerca de'},about:{title:'Acerca de CKEditor',dlgTitle:'Acerca de CKEditor',help:'Lea la $1 para resolver sus dudas.',userGuide:'GuÃa de usuario de CKEditor',moreInfo:'Para información de licencia, por favor visite nuestro sitio web:',copy:'Copyright © $1. Todos los derechos reservados.'},maximize:'Maximizar',minimize:'Minimizar',fakeobjects:{anchor:'Ancla',flash:'Animación flash',iframe:'IFrame',hiddenfield:'Campo oculto',unknown:'Objeto desconocido'},resize:'Arrastre para redimensionar',colordialog:{title:'Elegir color',options:'Opciones de colores',highlight:'Muestra',selected:'Elegido',clear:'Borrar'},toolbarCollapse:'Contraer barra de herramientas',toolbarExpand:'Expandir barra de herramientas',toolbarGroups:{document:'Documento',clipboard:'Portapapeles/Deshacer',editing:'Edición',forms:'Formularios',basicstyles:'Estilos básicos',paragraph:'Párrafo',links:'Enlaces',insert:'Insertar',styles:'Estilos',colors:'Colores',tools:'Herramientas'},bidi:{ltr:'Dirección del texto de izquierda a derecha',rtl:'Dirección del texto de derecha a izquierda'},docprops:{label:'Propiedades del documento',title:'Propiedades del documento',design:'Diseño',meta:'Meta Tags',chooseColor:'Elegir',other:'Otro...',docTitle:'TÃtulo de página',charset:'Codificación de caracteres',charsetOther:'Otra codificación de caracteres',charsetASCII:'ASCII',charsetCE:'Centro Europeo',charsetCT:'Chino Tradicional (Big5)',charsetCR:'Ruso',charsetGR:'Griego',charsetJP:'Japonés',charsetKR:'Koreano',charsetTR:'Turco',charsetUN:'Unicode (UTF-8)',charsetWE:'Europeo occidental',docType:'Tipo de documento',docTypeOther:'Otro tipo de documento',xhtmlDec:'Incluir declaración XHTML',bgColor:'Color de fondo',bgImage:'Imagen de fondo',bgFixed:'Fondo fijo (no se desplaza)',txtColor:'Color del texto',margin:'Márgenes',marginTop:'Superior',marginLeft:'Izquierdo',marginRight:'Derecho',marginBottom:'Inferior',metaKeywords:'Palabras claves del documento separadas por coma (meta keywords)',metaDescription:'Descripción del documento',metaAuthor:'Autor',metaCopyright:'Copyright',previewHtml:'<p>Este es un <strong>texto de ejemplo</strong>. Usted está usando <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['es']={"editor":"Editor de texto enriquecido","editorPanel":"Panel del Editor de Texto Enriquecido","common":{"editorHelp":"Pulse ALT 0 para ayuda","browseServer":"Ver Servidor","url":"URL","protocol":"Protocolo","upload":"Cargar","uploadSubmit":"Enviar al Servidor","image":"Imagen","flash":"Flash","form":"Formulario","checkbox":"Casilla de Verificación","radio":"Botones de Radio","textField":"Campo de Texto","textarea":"Area de Texto","hiddenField":"Campo Oculto","button":"Botón","select":"Campo de Selección","imageButton":"Botón Imagen","notSet":"<No definido>","id":"Id","name":"Nombre","langDir":"Orientación","langDirLtr":"Izquierda a Derecha (LTR)","langDirRtl":"Derecha a Izquierda (RTL)","langCode":"Cód. de idioma","longDescr":"Descripción larga URL","cssClass":"Clases de hojas de estilo","advisoryTitle":"TÃtulo","cssStyle":"Estilo","ok":"Aceptar","cancel":"Cancelar","close":"Cerrar","preview":"Previsualización","resize":"Arrastre para redimensionar","generalTab":"General","advancedTab":"Avanzado","validateNumberFailed":"El valor no es un número.","confirmNewPage":"Cualquier cambio que no se haya guardado se perderá.\r\n¿Está seguro de querer crear una nueva página?","confirmCancel":"Algunas de las opciones se han cambiado.\r\n¿Está seguro de querer cerrar el diálogo?","options":"Opciones","target":"Destino","targetNew":"Nueva ventana (_blank)","targetTop":"Ventana principal (_top)","targetSelf":"Misma ventana (_self)","targetParent":"Ventana padre (_parent)","langDirLTR":"Izquierda a derecha (LTR)","langDirRTL":"Derecha a izquierda (RTL)","styles":"Estilos","cssClasses":"Clase de la hoja de estilos","width":"Anchura","height":"Altura","align":"Alineación","alignLeft":"Izquierda","alignRight":"Derecha","alignCenter":"Centrado","alignTop":"Tope","alignMiddle":"Centro","alignBottom":"Pie","invalidValue":"Valor no válido","invalidHeight":"Altura debe ser un número.","invalidWidth":"Anchura debe ser un número.","invalidCssLength":"El valor especificado para el campo \"%1\" debe ser un número positivo, incluyendo optionalmente una unidad de medida CSS válida (px, %, in, cm, mm, em, ex, pt, o pc).","invalidHtmlLength":"El valor especificado para el campo \"%1\" debe ser un número positivo, incluyendo optionalmente una unidad de medida HTML válida (px o %).","invalidInlineStyle":"El valor especificado para el estilo debe consistir en uno o más pares con el formato \"nombre: valor\", separados por punto y coma.","cssLengthTooltip":"Introduca un número para el valor en pixels o un número con una unidad de medida CSS válida (px, %, in, cm, mm, em, ex, pt, o pc).","unavailable":"%1<span class=\"cke_accessibility\">, no disponible</span>"},"about":{"copy":"Copyright © $1. Todos los derechos reservados.","dlgTitle":"Acerca de CKEditor","help":"Lea la $1 para resolver sus dudas.","moreInfo":"Para información de licencia, por favor visite nuestro sitio web:","title":"Acerca de CKEditor","userGuide":"GuÃa de usuario de CKEditor"},"basicstyles":{"bold":"Negrita","italic":"Cursiva","strike":"Tachado","subscript":"SubÃndice","superscript":"SuperÃndice","underline":"Subrayado"},"bidi":{"ltr":"Dirección del texto de izquierda a derecha","rtl":"Dirección del texto de derecha a izquierda"},"blockquote":{"toolbar":"Cita"},"clipboard":{"copy":"Copiar","copyError":"La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de copiado.\r\nPor favor use el teclado (Ctrl/Cmd+C).","cut":"Cortar","cutError":"La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de cortado.\r\nPor favor use el teclado (Ctrl/Cmd+X).","paste":"Pegar","pasteArea":"Zona de pegado","pasteMsg":"Por favor pegue dentro del cuadro utilizando el teclado (<STRONG>Ctrl/Cmd+V</STRONG>);\r\nluego presione <STRONG>Aceptar</STRONG>.","securityMsg":"Debido a la configuración de seguridad de su navegador, el editor no tiene acceso al portapapeles.\r\nEs necesario que lo pegue de nuevo en esta ventana.","title":"Pegar"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automático","bgColorTitle":"Color de Fondo","colors":{"000":"Negro","800000":"Marrón oscuro","8B4513":"Marrón tierra","2F4F4F":"Pizarra Oscuro","008080":"Azul verdoso","000080":"Azul marino","4B0082":"Añil","696969":"Gris oscuro","B22222":"Ladrillo","A52A2A":"Marrón","DAA520":"Oro oscuro","006400":"Verde oscuro","40E0D0":"Turquesa","0000CD":"Azul medio-oscuro","800080":"Púrpura","808080":"Gris","F00":"Rojo","FF8C00":"Naranja oscuro","FFD700":"Oro","008000":"Verde","0FF":"Cian","00F":"Azul","EE82EE":"Violeta","A9A9A9":"Gris medio","FFA07A":"Salmón claro","FFA500":"Naranja","FFFF00":"Amarillo","00FF00":"Lima","AFEEEE":"Turquesa claro","ADD8E6":"Azul claro","DDA0DD":"Violeta claro","D3D3D3":"Gris claro","FFF0F5":"Lavanda rojizo","FAEBD7":"Blanco antiguo","FFFFE0":"Amarillo claro","F0FFF0":"Miel","F0FFFF":"Azul celeste","F0F8FF":"Azul pálido","E6E6FA":"Lavanda","FFF":"Blanco"},"more":"Más Colores...","panelTitle":"Colores","textColorTitle":"Color de Texto"},"colordialog":{"clear":"Borrar","highlight":"Muestra","options":"Opciones de colores","selected":"Elegido","title":"Elegir color"},"templates":{"button":"Plantillas","emptyListMsg":"(No hay plantillas definidas)","insertOption":"Reemplazar el contenido actual","options":"Opciones de plantillas","selectPromptMsg":"Por favor selecciona la plantilla a abrir en el editor<br>(el contenido actual se perderá):","title":"Contenido de Plantillas"},"contextmenu":{"options":"Opciones del menú contextual"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"TÃtulo","cssClassInputLabel":"Clase de hoja de estilos","edit":"Editar Div","inlineStyleInputLabel":"Estilo","langDirLTRLabel":"Izquierda a Derecha (LTR)","langDirLabel":"Orientación","langDirRTLLabel":"Derecha a Izquierda (RTL)","languageCodeInputLabel":" Codigo de idioma","remove":"Quitar Div","styleSelectLabel":"Estilo","title":"Crear contenedor DIV","toolbar":"Crear contenedor DIV"},"toolbar":{"toolbarCollapse":"Contraer barra de herramientas","toolbarExpand":"Expandir barra de herramientas","toolbarGroups":{"document":"Documento","clipboard":"Portapapeles/Deshacer","editing":"Edición","forms":"Formularios","basicstyles":"Estilos básicos","paragraph":"Párrafo","links":"Enlaces","insert":"Insertar","styles":"Estilos","colors":"Colores","tools":"Herramientas"},"toolbars":"Barras de herramientas del editor"},"elementspath":{"eleLabel":"Ruta de los elementos","eleTitle":"%1 elemento"},"find":{"find":"Buscar","findOptions":"Opciones de búsqueda","findWhat":"Texto a buscar:","matchCase":"Coincidir may/min","matchCyclic":"Buscar en todo el contenido","matchWord":"Coincidir toda la palabra","notFoundMsg":"El texto especificado no ha sido encontrado.","replace":"Reemplazar","replaceAll":"Reemplazar Todo","replaceSuccessMsg":"La expresión buscada ha sido reemplazada %1 veces.","replaceWith":"Reemplazar con:","title":"Buscar y Reemplazar"},"fakeobjects":{"anchor":"Ancla","flash":"Animación flash","hiddenfield":"Campo oculto","iframe":"IFrame","unknown":"Objeto desconocido"},"flash":{"access":"Acceso de scripts","accessAlways":"Siempre","accessNever":"Nunca","accessSameDomain":"Mismo dominio","alignAbsBottom":"Abs inferior","alignAbsMiddle":"Abs centro","alignBaseline":"LÃnea de base","alignTextTop":"Tope del texto","bgcolor":"Color de Fondo","chkFull":"Permitir pantalla completa","chkLoop":"Repetir","chkMenu":"Activar Menú Flash","chkPlay":"Autoejecución","flashvars":"Opciones","hSpace":"Esp.Horiz","properties":"Propiedades de Flash","propertiesTab":"Propiedades","quality":"Calidad","qualityAutoHigh":"Auto Alta","qualityAutoLow":"Auto Baja","qualityBest":"La mejor","qualityHigh":"Alta","qualityLow":"Baja","qualityMedium":"Media","scale":"Escala","scaleAll":"Mostrar todo","scaleFit":"Ajustado","scaleNoBorder":"Sin Borde","title":"Propiedades de Flash","vSpace":"Esp.Vert","validateHSpace":"Esp.Horiz debe ser un número.","validateSrc":"Por favor escriba el vÃnculo URL","validateVSpace":"Esp.Vert debe ser un número.","windowMode":"WindowMode","windowModeOpaque":"Opaco","windowModeTransparent":"Transparente","windowModeWindow":"Ventana"},"font":{"fontSize":{"label":"Tamaño","voiceLabel":"Tamaño de fuente","panelTitle":"Tamaño"},"label":"Fuente","panelTitle":"Fuente","voiceLabel":"Fuente"},"forms":{"button":{"title":"Propiedades de Botón","text":"Texto (Valor)","type":"Tipo","typeBtn":"Boton","typeSbm":"Enviar","typeRst":"Reestablecer"},"checkboxAndRadio":{"checkboxTitle":"Propiedades de Casilla","radioTitle":"Propiedades de Botón de Radio","value":"Valor","selected":"Seleccionado"},"form":{"title":"Propiedades de Formulario","menu":"Propiedades de Formulario","action":"Acción","method":"Método","encoding":"Codificación"},"hidden":{"title":"Propiedades de Campo Oculto","name":"Nombre","value":"Valor"},"select":{"title":"Propiedades de Campo de Selección","selectInfo":"Información","opAvail":"Opciones disponibles","value":"Valor","size":"Tamaño","lines":"Lineas","chkMulti":"Permitir múltiple selección","opText":"Texto","opValue":"Valor","btnAdd":"Agregar","btnModify":"Modificar","btnUp":"Subir","btnDown":"Bajar","btnSetValue":"Establecer como predeterminado","btnDelete":"Eliminar"},"textarea":{"title":"Propiedades de Area de Texto","cols":"Columnas","rows":"Filas"},"textfield":{"title":"Propiedades de Campo de Texto","name":"Nombre","value":"Valor","charWidth":"Caracteres de ancho","maxChars":"Máximo caracteres","type":"Tipo","typeText":"Texto","typePass":"Contraseña","typeEmail":"Correo electrónico","typeSearch":"Buscar","typeTel":"Número de teléfono","typeUrl":"URL"}},"format":{"label":"Formato","panelTitle":"Formato","tag_address":"Dirección","tag_div":"Normal (DIV)","tag_h1":"Encabezado 1","tag_h2":"Encabezado 2","tag_h3":"Encabezado 3","tag_h4":"Encabezado 4","tag_h5":"Encabezado 5","tag_h6":"Encabezado 6","tag_p":"Normal","tag_pre":"Con formato"},"horizontalrule":{"toolbar":"Insertar LÃnea Horizontal"},"iframe":{"border":"Mostrar borde del marco","noUrl":"Por favor, escriba la dirección del iframe","scrolling":"Activar barras de desplazamiento","title":"Propiedades de iframe","toolbar":"IFrame"},"image":{"alertUrl":"Por favor escriba la URL de la imagen","alt":"Texto Alternativo","border":"Borde","btnUpload":"Enviar al Servidor","button2Img":"¿Desea convertir el botón de imagen en una simple imagen?","hSpace":"Esp.Horiz","img2Button":"¿Desea convertir la imagen en un botón de imagen?","infoTab":"Información de Imagen","linkTab":"VÃnculo","lockRatio":"Proporcional","menu":"Propiedades de Imagen","resetSize":"Tamaño Original","title":"Propiedades de Imagen","titleButton":"Propiedades de Botón de Imagen","upload":"Cargar","urlMissing":"Debe indicar la URL de la imagen.","vSpace":"Esp.Vert","validateBorder":"El borde debe ser un número.","validateHSpace":"El espaciado horizontal debe ser un número.","validateVSpace":"El espaciado vertical debe ser un número."},"indent":{"indent":"Aumentar SangrÃa","outdent":"Disminuir SangrÃa"},"smiley":{"options":"Opciones de emoticonos","title":"Insertar un Emoticon","toolbar":"Emoticonos"},"justify":{"block":"Justificado","center":"Centrar","left":"Alinear a Izquierda","right":"Alinear a Derecha"},"language":{"button":"Fijar lenguaje","remove":"Quitar lenguaje"},"link":{"acccessKey":"Tecla de Acceso","advanced":"Avanzado","advisoryContentType":"Tipo de Contenido","advisoryTitle":"TÃtulo","anchor":{"toolbar":"Referencia","menu":"Propiedades de Referencia","title":"Propiedades de Referencia","name":"Nombre de la Referencia","errorName":"Por favor, complete el nombre de la Referencia","remove":"Quitar Referencia"},"anchorId":"Por ID de elemento","anchorName":"Por Nombre de Referencia","charset":"Fuente de caracteres vinculado","cssClasses":"Clases de hojas de estilo","emailAddress":"Dirección de E-Mail","emailBody":"Cuerpo del Mensaje","emailSubject":"TÃtulo del Mensaje","id":"Id","info":"Información de VÃnculo","langCode":"Código idioma","langDir":"Orientación","langDirLTR":"Izquierda a Derecha (LTR)","langDirRTL":"Derecha a Izquierda (RTL)","menu":"Editar VÃnculo","name":"Nombre","noAnchors":"(No hay referencias disponibles en el documento)","noEmail":"Por favor escriba la dirección de e-mail","noUrl":"Por favor escriba el vÃnculo URL","other":"<otro>","popupDependent":"Dependiente (Netscape)","popupFeatures":"CaracterÃsticas de Ventana Emergente","popupFullScreen":"Pantalla Completa (IE)","popupLeft":"Posición Izquierda","popupLocationBar":"Barra de ubicación","popupMenuBar":"Barra de Menú","popupResizable":"Redimensionable","popupScrollBars":"Barras de desplazamiento","popupStatusBar":"Barra de Estado","popupToolbar":"Barra de Herramientas","popupTop":"Posición Derecha","rel":"Relación","selectAnchor":"Seleccionar una referencia","styles":"Estilo","tabIndex":"Indice de tabulación","target":"Destino","targetFrame":"<marco>","targetFrameName":"Nombre del Marco Destino","targetPopup":"<ventana emergente>","targetPopupName":"Nombre de Ventana Emergente","title":"VÃnculo","toAnchor":"Referencia en esta página","toEmail":"E-Mail","toUrl":"URL","toolbar":"Insertar/Editar VÃnculo","type":"Tipo de vÃnculo","unlink":"Eliminar VÃnculo","upload":"Cargar"},"list":{"bulletedlist":"Viñetas","numberedlist":"Numeración"},"liststyle":{"armenian":"Numeración armenia","bulletedTitle":"Propiedades de viñetas","circle":"CÃrculo","decimal":"Decimal (1, 2, 3, etc.)","decimalLeadingZero":"Decimal con cero inicial (01, 02, 03, etc.)","disc":"Disco","georgian":"Numeración georgiana (an, ban, gan, etc.)","lowerAlpha":"Alfabeto en minúsculas (a, b, c, d, e, etc.)","lowerGreek":"Letras griegas (alpha, beta, gamma, etc.)","lowerRoman":"Números romanos en minúsculas (i, ii, iii, iv, v, etc.)","none":"Ninguno","notset":"<sin establecer>","numberedTitle":"Propiedades de lista numerada","square":"Cuadrado","start":"Inicio","type":"Tipo","upperAlpha":"Alfabeto en mayúsculas (A, B, C, D, E, etc.)","upperRoman":"Números romanos en mayúsculas (I, II, III, IV, V, etc.)","validateStartNumber":"El Inicio debe ser un número entero."},"magicline":{"title":"Insertar párrafo aquÃ"},"maximize":{"maximize":"Maximizar","minimize":"Minimizar"},"newpage":{"toolbar":"Nueva Página"},"pagebreak":{"alt":"Salto de página","toolbar":"Insertar Salto de Página"},"pastetext":{"button":"Pegar como Texto Plano","title":"Pegar como Texto Plano"},"pastefromword":{"confirmCleanup":"El texto que desea parece provenir de Word.\r\n¿Desea depurarlo antes de pegarlo?","error":"No ha sido posible limpiar los datos debido a un error interno","title":"Pegar desde Word","toolbar":"Pegar desde Word"},"preview":{"preview":"Vista Previa"},"print":{"toolbar":"Imprimir"},"removeformat":{"toolbar":"Eliminar Formato"},"save":{"toolbar":"Guardar"},"selectall":{"toolbar":"Seleccionar Todo"},"showblocks":{"toolbar":"Mostrar bloques"},"sourcearea":{"toolbar":"Fuente HTML"},"specialchar":{"options":"Opciones de caracteres especiales","title":"Seleccione un caracter especial","toolbar":"Insertar Caracter Especial"},"scayt":{"about":"Acerca de Corrector","aboutTab":"Acerca de","addWord":"Añadir palabra","allCaps":"Omitir palabras en MAYÃSCULAS","dic_create":"Crear","dic_delete":"Borrar","dic_field_name":"Nombre del diccionario","dic_info":"Inicialmente el Diccionario de usuario se guarda en una Cookie. Sin embargo, las cookies están limitadas en tamaño. Cuando el diccionario crece a un punto en el que no se puede guardar en una Cookie, el diccionario puede ser almacenado en nuestro servidor. Para almacenar su diccionario personalizado en nuestro servidor debe especificar un nombre para su diccionario. Si ya ha guardado un diccionaro, por favor, escriba su nombre y pulse el botón Recuperar","dic_rename":"Renombrar","dic_restore":"Recuperar","dictionariesTab":"Diccionarios","disable":"Desactivar Corrector","emptyDic":"El nombre del diccionario no puede estar en blanco.","enable":"Activar Corrector","ignore":"Ignorar","ignoreAll":"Ignorar Todas","ignoreDomainNames":"Omitir nombres de dominio","langs":"Idiomas","languagesTab":"Idiomas","mixedCase":"Ignorar palabras con combinación de mayúsculas y minúsculas","mixedWithDigits":"Omitir palabras con números","moreSuggestions":"Más sugerencias","opera_title":"No soportado en Opera","options":"Opciones","optionsTab":"Opciones","title":"Comprobar OrtografÃa Mientras Escribe","toggle":"Cambiar Corrector","noSuggestions":"No suggestion"},"stylescombo":{"label":"Estilo","panelTitle":"Estilos para formatear","panelTitle1":"Estilos de párrafo","panelTitle2":"Estilos de carácter","panelTitle3":"Estilos de objeto"},"table":{"border":"Tamaño de Borde","caption":"TÃtulo","cell":{"menu":"Celda","insertBefore":"Insertar celda a la izquierda","insertAfter":"Insertar celda a la derecha","deleteCell":"Eliminar Celdas","merge":"Combinar Celdas","mergeRight":"Combinar a la derecha","mergeDown":"Combinar hacia abajo","splitHorizontal":"Dividir la celda horizontalmente","splitVertical":"Dividir la celda verticalmente","title":"Propiedades de celda","cellType":"Tipo de Celda","rowSpan":"Expandir filas","colSpan":"Expandir columnas","wordWrap":"Ajustar al contenido","hAlign":"Alineación Horizontal","vAlign":"Alineación Vertical","alignBaseline":"Linea de base","bgColor":"Color de fondo","borderColor":"Color de borde","data":"Datos","header":"Encabezado","yes":"SÃ","no":"No","invalidWidth":"La anchura de celda debe ser un número.","invalidHeight":"La altura de celda debe ser un número.","invalidRowSpan":"La expansión de filas debe ser un número entero.","invalidColSpan":"La expansión de columnas debe ser un número entero.","chooseColor":"Elegir"},"cellPad":"Esp. interior","cellSpace":"Esp. e/celdas","column":{"menu":"Columna","insertBefore":"Insertar columna a la izquierda","insertAfter":"Insertar columna a la derecha","deleteColumn":"Eliminar Columnas"},"columns":"Columnas","deleteTable":"Eliminar Tabla","headers":"Encabezados","headersBoth":"Ambas","headersColumn":"Primera columna","headersNone":"Ninguno","headersRow":"Primera fila","invalidBorder":"El tamaño del borde debe ser un número.","invalidCellPadding":"El espaciado interior debe ser un número.","invalidCellSpacing":"El espaciado entre celdas debe ser un número.","invalidCols":"El número de columnas debe ser un número mayor que 0.","invalidHeight":"La altura de tabla debe ser un número.","invalidRows":"El número de filas debe ser un número mayor que 0.","invalidWidth":"La anchura de tabla debe ser un número.","menu":"Propiedades de Tabla","row":{"menu":"Fila","insertBefore":"Insertar fila en la parte superior","insertAfter":"Insertar fila en la parte inferior","deleteRow":"Eliminar Filas"},"rows":"Filas","summary":"SÃntesis","title":"Propiedades de Tabla","toolbar":"Tabla","widthPc":"porcentaje","widthPx":"pixeles","widthUnit":"unidad de la anchura"},"undo":{"redo":"Rehacer","undo":"Deshacer"},"wsc":{"btnIgnore":"Ignorar","btnIgnoreAll":"Ignorar Todo","btnReplace":"Reemplazar","btnReplaceAll":"Reemplazar Todo","btnUndo":"Deshacer","changeTo":"Cambiar a","errorLoading":"Error cargando la aplicación del servidor: %s.","ieSpellDownload":"Módulo de Control de OrtografÃa no instalado.\r\n¿Desea descargarlo ahora?","manyChanges":"Control finalizado: se ha cambiado %1 palabras","noChanges":"Control finalizado: no se ha cambiado ninguna palabra","noMispell":"Control finalizado: no se encontraron errores","noSuggestions":"- No hay sugerencias -","notAvailable":"Lo sentimos pero el servicio no está disponible.","notInDic":"No se encuentra en el Diccionario","oneChange":"Control finalizado: se ha cambiado una palabra","progress":"Control de OrtografÃa en progreso...","title":"Comprobar ortografÃa","toolbar":"OrtografÃa"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/et.js b/skins/ckeditor/lang/et.js index 11ffe6d..6a34517 100644 --- a/skins/ckeditor/lang/et.js +++ b/skins/ckeditor/lang/et.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.et={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Lähtekood',newPage:'Uus leht',save:'Salvesta',preview:'Eelvaade',cut:'Lõika',copy:'Kopeeri',paste:'Kleebi',print:'Prindi',underline:'Allajoonitud',bold:'Paks',italic:'Kursiiv',selectAll:'Vali kõik',removeFormat:'Eemalda vorming',strike:'Läbijoonitud',subscript:'Allindeks',superscript:'Ãlaindeks',horizontalrule:'Sisesta horisontaaljoon',pagebreak:'Sisesta lehevahetuskoht',pagebreakAlt:'Page Break',unlink:'Eemalda link',undo:'Võta tagasi',redo:'Korda toimingut',common:{browseServer:'Sirvi serverit',url:'URL',protocol:'Protokoll',upload:'Lae üles',uploadSubmit:'Saada serverissee',image:'Pilt',flash:'Flash',form:'Vorm',checkbox:'Märkeruut',radio:'Raadionupp',textField:'Tekstilahter',textarea:'Tekstiala',hiddenField:'Varjatud lahter',button:'Nupp',select:'Valiklahter',imageButton:'Piltnupp',notSet:'<määramata>',id:'Id',name:'Nimi',langDir:'Keele suund',langDirLtr:'Vasakult paremale (LTR)',langDirRtl:'Paremalt vasakule (RTL)',langCode:'Keele kood',longDescr:'Pikk kirjeldus URL',cssClass:'Stiilistiku klassid',advisoryTitle:'Juhendav tiitel',cssStyle:'Laad',ok:'OK',cancel:'Loobu',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'Täpsemalt',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'Laius',height:'Kõrgus',align:'Joondus',alignLeft:'Vasak',alignRight:'Paremale',alignCenter:'Kesk',alignTop:'Ãles',alignMiddle:'Keskele',alignBottom:'Alla',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Sisesta erimärk',title:'Vali erimärk',options:'Special Character Options'},link:{toolbar:'Sisesta link / Muuda linki',other:'<muu>',menu:'Muuda linki',title:'Link',info:'Lingi info',target:'Sihtkoht',upload:'Lae üles',advanced:'Täpsemalt',type:'Lingi tüüp',toUrl:'URL',toAnchor:'Ankur sellel lehel',toEmail:'E-post',targetFrame:'<raam>',targetPopup:'<hüpikaken>',targetFrameName:'Sihtmärk raami nimi',targetPopupName:'Hüpikakna nimi',popupFeatures:'Hüpikakna omadused',popupResizable:'Resizable',popupStatusBar:'Olekuriba',popupLocationBar:'Aadressiriba',popupToolbar:'Tööriistariba',popupMenuBar:'Menüüriba',popupFullScreen:'Täisekraan (IE)',popupScrollBars:'Kerimisribad',popupDependent:'Sõltuv (Netscape)',popupLeft:'Vasak asukoht',popupTop:'Ãlemine asukoht',id:'Id',langDir:'Keele suund',langDirLTR:'Vasakult paremale (LTR)',langDirRTL:'Paremalt vasakule (RTL)',acccessKey:'Juurdepääsu võti',name:'Nimi',langCode:'Keele suund',tabIndex:'Tab indeks',advisoryTitle:'Juhendav tiitel',advisoryContentType:'Juhendava sisu tüüp',cssClasses:'Stiilistiku klassid',charset:'Lingitud ressurssi märgistik',styles:'Laad',rel:'Relationship',selectAnchor:'Vali ankur',anchorName:'Ankru nime järgi',anchorId:'Elemendi id järgi',emailAddress:'E-posti aadress',emailSubject:'Sõnumi teema',emailBody:'Sõnumi tekst',noAnchors:'(Selles dokumendis ei ole ankruid)',noUrl:'Palun kirjuta lingi URL',noEmail:'Palun kirjuta E-Posti aadress'},anchor:{toolbar:'Sisesta ankur / Muuda ankrut',menu:'Ankru omadused',title:'Ankru omadused',name:'Ankru nimi',errorName:'Palun sisest ankru nimi',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Otsi ja asenda',find:'Otsi',replace:'Asenda',findWhat:'Leia mida:',replaceWith:'Asenda millega:',notFoundMsg:'Valitud teksti ei leitud.',matchCase:'Erista suur- ja väiketähti',matchWord:'Otsi terviklike sõnu',matchCyclic:'Match cyclic',replaceAll:'Asenda kõik',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Tabel',title:'Tabeli atribuudid',menu:'Tabeli atribuudid',deleteTable:'Kustuta tabel',rows:'Read',columns:'Veerud',border:'Joone suurus',widthPx:'pikslit',widthPc:'protsenti',widthUnit:'width unit',cellSpace:'Lahtri vahe',cellPad:'Lahtri täidis',caption:'Tabeli tiitel',summary:'Kokkuvõte',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'Lahter',insertBefore:'Sisesta lahter enne',insertAfter:'Sisesta lahter peale',deleteCell:'Eemalda lahtrid',merge:'Ãhenda lahtrid',mergeRight:'Ãhenda paremale',mergeDown:'Ãhenda alla',splitHorizontal:'Poolita lahter horisontaalselt',splitVertical:'Poolita lahter vertikaalselt',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'},row:{menu:'Rida',insertBefore:'Sisesta rida enne',insertAfter:'Sisesta rida peale',deleteRow:'Eemalda read'},column:{menu:'Veerg',insertBefore:'Sisesta veerg enne',insertAfter:'Sisesta veerg peale',deleteColumn:'Eemalda veerud'}},button:{title:'Nupu omadused',text:'Tekst (väärtus)',type:'Tüüp',typeBtn:'Nupp',typeSbm:'Saada',typeRst:'Lähtesta'},checkboxAndRadio:{checkboxTitle:'Märkeruudu omadused',radioTitle:'Raadionupu omadused',value:'Väärtus',selected:'Valitud'},form:{title:'Vormi omadused',menu:'Vormi omadused',action:'Toiming',method:'Meetod',encoding:'Encoding'},select:{title:'Valiklahtri omadused',selectInfo:'Info',opAvail:'Võimalikud valikud',value:'Väärtus',size:'Suurus',lines:'ridu',chkMulti:'Võimalda mitu valikut',opText:'Tekst',opValue:'Väärtus',btnAdd:'Lisa',btnModify:'Muuda',btnUp:'Ãles',btnDown:'Alla',btnSetValue:'Sea valitud olekuna',btnDelete:'Kustuta'},textarea:{title:'Tekstiala omadused',cols:'Veerge',rows:'Ridu'},textfield:{title:'Tekstilahtri omadused',name:'Nimi',value:'Väärtus',charWidth:'Laius (tähemärkides)',maxChars:'Maksimaalselt tähemärke',type:'Tüüp',typeText:'Tekst',typePass:'Parool'},hidden:{title:'Varjatud lahtri omadused',name:'Nimi',value:'Väärtus'},image:{title:'Pildi atribuudid',titleButton:'Piltnupu omadused',menu:'Pildi atribuudid',infoTab:'Pildi info',btnUpload:'Saada serverissee',upload:'Lae üles',alt:'Alternatiivne tekst',lockRatio:'Lukusta kuvasuhe',resetSize:'Lähtesta suurus',border:'Joon',hSpace:'H. vaheruum',vSpace:'V. vaheruum',alertUrl:'Palun kirjuta pildi URL',linkTab:'Link',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Flash omadused',propertiesTab:'Properties',title:'Flash omadused',chkPlay:'Automaatne start ',chkLoop:'Korduv',chkMenu:'Võimalda flash menüü',chkFull:'Allow Fullscreen',scale:'Mastaap',scaleAll:'Näita kõike',scaleNoBorder:'Ãärist ei ole',scaleFit:'Täpne sobivus',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs alla',alignAbsMiddle:'Abs keskele',alignBaseline:'Baasjoonele',alignTextTop:'Tekstit üles',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Tausta värv',hSpace:'H. vaheruum',vSpace:'V. vaheruum',validateSrc:'Palun kirjuta lingi URL',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Kontrolli õigekirja',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Puudub sõnastikust',changeTo:'Muuda',btnIgnore:'Ignoreeri',btnIgnoreAll:'Ignoreeri kõiki',btnReplace:'Asenda',btnReplaceAll:'Asenda kõik',btnUndo:'Võta tagasi',noSuggestions:'- Soovitused puuduvad -',progress:'Toimub õigekirja kontroll...',noMispell:'Ãigekirja kontroll sooritatud: õigekirjuvigu ei leitud',noChanges:'Ãigekirja kontroll sooritatud: ühtegi sõna ei muudetud',oneChange:'Ãigekirja kontroll sooritatud: üks sõna muudeti',manyChanges:'Ãigekirja kontroll sooritatud: %1 sõna muudetud',ieSpellDownload:'Ãigekirja kontrollija ei ole installeeritud. Soovid sa selle alla laadida?'},smiley:{toolbar:'Emotikon',title:'Sisesta emotikon',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Nummerdatud loetelu',bulletedlist:'Punktiseeritud loetelu',indent:'Suurenda taanet',outdent:'Vähenda taanet',justify:{left:'Vasakjoondus',center:'Keskjoondus',right:'Paremjoondus',block:'Rööpjoondus'},blockquote:'Blokktsitaat',clipboard:{title:'Kleebi',cutError:'Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt lõigata. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl/Cmd+X).',copyError:'Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt kopeerida. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl/Cmd+C).',pasteMsg:'Palun kleebi järgnevasse kasti kasutades klaviatuuri klahvikombinatsiooni (<STRONG>Ctrl/Cmd+V</STRONG>) ja vajuta seejärel <STRONG>OK</STRONG>.',securityMsg:'Sinu veebisirvija turvaseadete tõttu, ei oma redaktor otsest ligipääsu lõikelaua andmetele. Sa pead kleepima need uuesti siia aknasse.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Kleebi Wordist',title:'Kleebi Wordist',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Kleebi tavalise tekstina',title:'Kleebi tavalise tekstina'},templates:{button:'Å abloon',title:'Sisu Å¡abloonid',options:'Template Options',insertOption:'Asenda tegelik sisu',selectPromptMsg:'Palun vali Å¡abloon, et avada see redaktoris<br />(praegune sisu läheb kaotsi):',emptyListMsg:'(Ãhtegi Å¡ablooni ei ole defineeritud)'},showBlocks:'Näita blokke',stylesCombo:{label:'Laad',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Vorming',panelTitle:'Vorming',tag_p:'Tavaline',tag_pre:'Vormindatud',tag_address:'Aadress',tag_h1:'Pealkiri 1',tag_h2:'Pealkiri 2',tag_h3:'Pealkiri 3',tag_h4:'Pealkiri 4',tag_h5:'Pealkiri 5',tag_h6:'Pealkiri 6',tag_div:'Tavaline (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Kiri',voiceLabel:'Font',panelTitle:'Kiri'},fontSize:{label:'Suurus',voiceLabel:'Font Size',panelTitle:'Suurus'},colorButton:{textColorTitle:'Teksti värv',bgColorTitle:'Tausta värv',panelTitle:'Colors',auto:'Automaatne',more:'Rohkem värve...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Dokumendi omadused',title:'Dokumendi omadused',design:'Design',meta:'Meta andmed',chooseColor:'Choose',other:'<muu>',docTitle:'Lehekülje tiitel',charset:'Märgistiku kodeering',charsetOther:'Ãlejäänud märgistike kodeeringud',charsetASCII:'ASCII',charsetCE:'Kesk-Euroopa',charsetCT:'Hiina traditsiooniline (Big5)',charsetCR:'Kirillisa',charsetGR:'Kreeka',charsetJP:'Jaapani',charsetKR:'Korea',charsetTR:'Türgi',charsetUN:'Unicode (UTF-8)',charsetWE:'Lääne-Euroopa',docType:'Dokumendi tüüppäis',docTypeOther:'Teised dokumendi tüüppäised',xhtmlDec:'Arva kaasa XHTML deklaratsioonid',bgColor:'Taustavärv',bgImage:'Taustapildi URL',bgFixed:'Mittekeritav tagataust',txtColor:'Teksti värv',margin:'Lehekülje äärised',marginTop:'Ãlaserv',marginLeft:'Vasakserv',marginRight:'Paremserv',marginBottom:'Alaserv',metaKeywords:'Dokumendi võtmesõnad (eraldatud komadega)',metaDescription:'Dokumendi kirjeldus',metaAuthor:'Autor',metaCopyright:'Autoriõigus',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['et']={"editor":"Rikkalik tekstiredaktor","editorPanel":"Rikkaliku tekstiredaktori paneel","common":{"editorHelp":"Abi saamiseks vajuta ALT 0","browseServer":"Serveri sirvimine","url":"URL","protocol":"Protokoll","upload":"Laadi üles","uploadSubmit":"Saada serverisse","image":"Pilt","flash":"Flash","form":"Vorm","checkbox":"Märkeruut","radio":"Raadionupp","textField":"Tekstilahter","textarea":"Tekstiala","hiddenField":"Varjatud lahter","button":"Nupp","select":"Valiklahter","imageButton":"Piltnupp","notSet":"<määramata>","id":"ID","name":"Nimi","langDir":"Keele suund","langDirLtr":"Vasakult paremale (LTR)","langDirRtl":"Paremalt vasakule (RTL)","langCode":"Keele kood","longDescr":"Pikk kirjeldus URL","cssClass":"Stiilistiku klassid","advisoryTitle":"Soovituslik pealkiri","cssStyle":"Laad","ok":"Olgu","cancel":"Loobu","close":"Sulge","preview":"Eelvaade","resize":"Suuruse muutmiseks lohista","generalTab":"Ãldine","advancedTab":"Täpsemalt","validateNumberFailed":"See väärtus pole number.","confirmNewPage":"Kõik salvestamata muudatused lähevad kaotsi. Kas oled kindel, et tahad laadida uue lehe?","confirmCancel":"Mõned valikud on muudetud. Kas oled kindel, et tahad dialoogi sulgeda?","options":"Valikud","target":"Sihtkoht","targetNew":"Uus aken (_blank)","targetTop":"Kõige ülemine aken (_top)","targetSelf":"Sama aken (_self)","targetParent":"Vanemaken (_parent)","langDirLTR":"Vasakult paremale (LTR)","langDirRTL":"Paremalt vasakule (RTL)","styles":"Stiili","cssClasses":"Stiililehe klassid","width":"Laius","height":"Kõrgus","align":"Joondus","alignLeft":"Vasak","alignRight":"Paremale","alignCenter":"Kesk","alignTop":"Ãles","alignMiddle":"Keskele","alignBottom":"Alla","invalidValue":"Vigane väärtus.","invalidHeight":"Kõrgus peab olema number.","invalidWidth":"Laius peab olema number.","invalidCssLength":"\"%1\" välja jaoks määratud väärtus peab olema positiivne täisarv CSS ühikuga (px, %, in, cm, mm, em, ex, pt või pc) või ilma.","invalidHtmlLength":"\"%1\" välja jaoks määratud väärtus peab olema positiivne täisarv HTML ühikuga (px või %) või ilma.","invalidInlineStyle":"Reasisese stiili määrangud peavad koosnema paarisväärtustest (tuples), mis on semikoolonitega eraldatult järgnevas vormingus: \"nimi : väärtus\".","cssLengthTooltip":"Sisesta väärtus pikslites või number koos sobiva CSS-i ühikuga (px, %, in, cm, mm, em, ex, pt või pc).","unavailable":"%1<span class=\"cke_accessibility\">, pole saadaval</span>"},"about":{"copy":"Copyright © $1. Kõik õigused kaitstud.","dlgTitle":"CKEditorist","help":"Abi jaoks vaata $1.","moreInfo":"Litsentsi andmed leiab meie veebilehelt:","title":"CKEditorist","userGuide":"CKEditori kasutusjuhendit"},"basicstyles":{"bold":"Paks","italic":"Kursiiv","strike":"Läbijoonitud","subscript":"Allindeks","superscript":"Ãlaindeks","underline":"Allajoonitud"},"bidi":{"ltr":"Teksti suund vasakult paremale","rtl":"Teksti suund paremalt vasakule"},"blockquote":{"toolbar":"Blokktsitaat"},"clipboard":{"copy":"Kopeeri","copyError":"Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt kopeerida. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl/Cmd+C).","cut":"Lõika","cutError":"Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt lõigata. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl/Cmd+X).","paste":"Aseta","pasteArea":"Asetamise ala","pasteMsg":"Palun aseta tekst järgnevasse kasti kasutades klaviatuuri klahvikombinatsiooni (<STRONG>Ctrl/Cmd+V</STRONG>) ja vajuta seejärel <STRONG>OK</STRONG>.","securityMsg":"Sinu veebisirvija turvaseadete tõttu ei oma redaktor otsest ligipääsu lõikelaua andmetele. Sa pead asetama need uuesti siia aknasse.","title":"Asetamine"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automaatne","bgColorTitle":"Tausta värv","colors":{"000":"Must","800000":"Kastanpruun","8B4513":"Sadulapruun","2F4F4F":"Tume paehall","008080":"Sinakasroheline","000080":"Meresinine","4B0082":"Indigosinine","696969":"Tumehall","B22222":"Å amottkivi","A52A2A":"Pruun","DAA520":"Kuldkollane","006400":"Tumeroheline","40E0D0":"Türkiissinine","0000CD":"Keskmine sinine","800080":"Lilla","808080":"Hall","F00":"Punanae","FF8C00":"Tumeoranž","FFD700":"Kuldne","008000":"Roheline","0FF":"Tsüaniidsinine","00F":"Sinine","EE82EE":"Violetne","A9A9A9":"Tuhm hall","FFA07A":"Hele lõhe","FFA500":"Oranž","FFFF00":"Kollane","00FF00":"Lubja hall","AFEEEE":"Kahvatu türkiis","ADD8E6":"Helesinine","DDA0DD":"Ploomililla","D3D3D3":"Helehall","FFF0F5":"Lavendlipunane","FAEBD7":"Antiikvalge","FFFFE0":"Helekollane","F0FFF0":"Meloniroheline","F0FFFF":"Taevasinine","F0F8FF":"Beebisinine","E6E6FA":"Lavendel","FFF":"Valge"},"more":"Rohkem värve...","panelTitle":"Värvid","textColorTitle":"Teksti värv"},"colordialog":{"clear":"Eemalda","highlight":"Näidis","options":"Värvi valikud","selected":"Valitud värv","title":"Värvi valimine"},"templates":{"button":"Mall","emptyListMsg":"(Ãhtegi malli ei ole defineeritud)","insertOption":"Praegune sisu asendatakse","options":"Malli valikud","selectPromptMsg":"Palun vali mall, mis avada redaktoris<br />(praegune sisu läheb kaotsi):","title":"Sisumallid"},"contextmenu":{"options":"Kontekstimenüü valikud"},"div":{"IdInputLabel":"ID","advisoryTitleInputLabel":"Soovitatav pealkiri","cssClassInputLabel":"Stiililehe klassid","edit":"Muuda Div","inlineStyleInputLabel":"Reasisene stiil","langDirLTRLabel":"Vasakult paremale (LTR)","langDirLabel":"Keele suund","langDirRTLLabel":"Paremalt vasakule (RTL)","languageCodeInputLabel":" Keelekood","remove":"Eemalda Div","styleSelectLabel":"Stiil","title":"Div-konteineri loomine","toolbar":"Div-konteineri loomine"},"toolbar":{"toolbarCollapse":"Tööriistariba peitmine","toolbarExpand":"Tööriistariba näitamine","toolbarGroups":{"document":"Dokument","clipboard":"Lõikelaud/tagasivõtmine","editing":"Muutmine","forms":"Vormid","basicstyles":"Põhistiilid","paragraph":"Lõik","links":"Lingid","insert":"Sisesta","styles":"Stiilid","colors":"Värvid","tools":"Tööriistad"},"toolbars":"Redaktori tööriistaribad"},"elementspath":{"eleLabel":"Elementide asukoht","eleTitle":"%1 element"},"find":{"find":"Otsi","findOptions":"Otsingu valikud","findWhat":"Otsitav:","matchCase":"Suur- ja väiketähtede eristamine","matchCyclic":"Jätkatakse algusest","matchWord":"Ainult terved sõnad","notFoundMsg":"Otsitud teksti ei leitud.","replace":"Asenda","replaceAll":"Asenda kõik","replaceSuccessMsg":"%1 vastet asendati.","replaceWith":"Asendus:","title":"Otsimine ja asendamine"},"fakeobjects":{"anchor":"Ankur","flash":"Flashi animatsioon","hiddenfield":"Varjatud väli","iframe":"IFrame","unknown":"Tundmatu objekt"},"flash":{"access":"Skriptide ligipääs","accessAlways":"Kõigile","accessNever":"Mitte ühelegi","accessSameDomain":"Samalt domeenilt","alignAbsBottom":"Abs alla","alignAbsMiddle":"Abs keskele","alignBaseline":"Baasjoonele","alignTextTop":"Tekstist üles","bgcolor":"Tausta värv","chkFull":"Täisekraan lubatud","chkLoop":"Korduv","chkMenu":"Flashi menüü lubatud","chkPlay":"Automaatne start ","flashvars":"Flashi muutujad","hSpace":"H. vaheruum","properties":"Flashi omadused","propertiesTab":"Omadused","quality":"Kvaliteet","qualityAutoHigh":"Automaatne kõrge","qualityAutoLow":"Automaatne madal","qualityBest":"Parim","qualityHigh":"Kõrge","qualityLow":"Madal","qualityMedium":"Keskmine","scale":"Mastaap","scaleAll":"Näidatakse kõike","scaleFit":"Täpne sobivus","scaleNoBorder":"Ãärist ei ole","title":"Flashi omadused","vSpace":"V. vaheruum","validateHSpace":"H. vaheruum peab olema number.","validateSrc":"Palun kirjuta lingi URL","validateVSpace":"V. vaheruum peab olema number.","windowMode":"Akna režiim","windowModeOpaque":"Läbipaistmatu","windowModeTransparent":"Läbipaistev","windowModeWindow":"Aken"},"font":{"fontSize":{"label":"Suurus","voiceLabel":"Kirja suurus","panelTitle":"Suurus"},"label":"Kiri","panelTitle":"Kiri","voiceLabel":"Kiri"},"forms":{"button":{"title":"Nupu omadused","text":"Tekst (väärtus)","type":"Liik","typeBtn":"Nupp","typeSbm":"Saada","typeRst":"Lähtesta"},"checkboxAndRadio":{"checkboxTitle":"Märkeruudu omadused","radioTitle":"Raadionupu omadused","value":"Väärtus","selected":"Märgitud"},"form":{"title":"Vormi omadused","menu":"Vormi omadused","action":"Toiming","method":"Meetod","encoding":"Kodeering"},"hidden":{"title":"Varjatud lahtri omadused","name":"Nimi","value":"Väärtus"},"select":{"title":"Valiklahtri omadused","selectInfo":"Info","opAvail":"Võimalikud valikud:","value":"Väärtus","size":"Suurus","lines":"ridu","chkMulti":"Võimalik mitu valikut","opText":"Tekst","opValue":"Väärtus","btnAdd":"Lisa","btnModify":"Muuda","btnUp":"Ãles","btnDown":"Alla","btnSetValue":"Määra vaikimisi","btnDelete":"Kustuta"},"textarea":{"title":"Tekstiala omadused","cols":"Veerge","rows":"Ridu"},"textfield":{"title":"Tekstilahtri omadused","name":"Nimi","value":"Väärtus","charWidth":"Laius (tähemärkides)","maxChars":"Maksimaalselt tähemärke","type":"Liik","typeText":"Tekst","typePass":"Parool","typeEmail":"E-mail","typeSearch":"Otsi","typeTel":"Telefon","typeUrl":"URL"}},"format":{"label":"Vorming","panelTitle":"Vorming","tag_address":"Aadress","tag_div":"Tavaline (DIV)","tag_h1":"Pealkiri 1","tag_h2":"Pealkiri 2","tag_h3":"Pealkiri 3","tag_h4":"Pealkiri 4","tag_h5":"Pealkiri 5","tag_h6":"Pealkiri 6","tag_p":"Tavaline","tag_pre":"Vormindatud"},"horizontalrule":{"toolbar":"Horisontaaljoone sisestamine"},"iframe":{"border":"Raami äärise näitamine","noUrl":"Vali iframe URLi liik","scrolling":"Kerimisribade lubamine","title":"IFrame omadused","toolbar":"IFrame"},"image":{"alertUrl":"Palun kirjuta pildi URL","alt":"Alternatiivne tekst","border":"Joon","btnUpload":"Saada serverisse","button2Img":"Kas tahad teisendada valitud pildiga nupu tavaliseks pildiks?","hSpace":"H. vaheruum","img2Button":"Kas tahad teisendada valitud tavalise pildi pildiga nupuks?","infoTab":"Pildi info","linkTab":"Link","lockRatio":"Lukusta kuvasuhe","menu":"Pildi omadused","resetSize":"Lähtesta suurus","title":"Pildi omadused","titleButton":"Piltnupu omadused","upload":"Lae üles","urlMissing":"Pildi lähte-URL on puudu.","vSpace":"V. vaheruum","validateBorder":"Ãärise laius peab olema täisarv.","validateHSpace":"Horisontaalne vaheruum peab olema täisarv.","validateVSpace":"Vertikaalne vaheruum peab olema täisarv."},"indent":{"indent":"Taande suurendamine","outdent":"Taande vähendamine"},"smiley":{"options":"Emotikonide valikud","title":"Sisesta emotikon","toolbar":"Emotikon"},"justify":{"block":"Rööpjoondus","center":"Keskjoondus","left":"Vasakjoondus","right":"Paremjoondus"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Juurdepääsu võti","advanced":"Täpsemalt","advisoryContentType":"Juhendava sisu tüüp","advisoryTitle":"Juhendav tiitel","anchor":{"toolbar":"Ankru sisestamine/muutmine","menu":"Ankru omadused","title":"Ankru omadused","name":"Ankru nimi","errorName":"Palun sisesta ankru nimi","remove":"Eemalda ankur"},"anchorId":"Elemendi id järgi","anchorName":"Ankru nime järgi","charset":"Lingitud ressursi märgistik","cssClasses":"Stiilistiku klassid","emailAddress":"E-posti aadress","emailBody":"Sõnumi tekst","emailSubject":"Sõnumi teema","id":"ID","info":"Lingi info","langCode":"Keele suund","langDir":"Keele suund","langDirLTR":"Vasakult paremale (LTR)","langDirRTL":"Paremalt vasakule (RTL)","menu":"Muuda linki","name":"Nimi","noAnchors":"(Selles dokumendis pole ankruid)","noEmail":"Palun kirjuta e-posti aadress","noUrl":"Palun kirjuta lingi URL","other":"<muu>","popupDependent":"Sõltuv (Netscape)","popupFeatures":"Hüpikakna omadused","popupFullScreen":"Täisekraan (IE)","popupLeft":"Vasak asukoht","popupLocationBar":"Aadressiriba","popupMenuBar":"Menüüriba","popupResizable":"Suurust saab muuta","popupScrollBars":"Kerimisribad","popupStatusBar":"Olekuriba","popupToolbar":"Tööriistariba","popupTop":"Ãlemine asukoht","rel":"Suhe","selectAnchor":"Vali ankur","styles":"Laad","tabIndex":"Tab indeks","target":"Sihtkoht","targetFrame":"<raam>","targetFrameName":"Sihtmärk raami nimi","targetPopup":"<hüpikaken>","targetPopupName":"Hüpikakna nimi","title":"Link","toAnchor":"Ankur sellel lehel","toEmail":"E-post","toUrl":"URL","toolbar":"Lingi lisamine/muutmine","type":"Lingi liik","unlink":"Lingi eemaldamine","upload":"Lae üles"},"list":{"bulletedlist":"Punktloend","numberedlist":"Numberloend"},"liststyle":{"armenian":"Armeenia numbrid","bulletedTitle":"Punktloendi omadused","circle":"Ring","decimal":"Numbrid (1, 2, 3, jne)","decimalLeadingZero":"Numbrid algusnulliga (01, 02, 03, jne)","disc":"Täpp","georgian":"Gruusia numbrid (an, ban, gan, jne)","lowerAlpha":"Väiketähed (a, b, c, d, e, jne)","lowerGreek":"Kreeka väiketähed (alpha, beta, gamma, jne)","lowerRoman":"Väiksed rooma numbrid (i, ii, iii, iv, v, jne)","none":"Puudub","notset":"<pole määratud>","numberedTitle":"Numberloendi omadused","square":"Ruut","start":"Algus","type":"Liik","upperAlpha":"Suurtähed (A, B, C, D, E, jne)","upperRoman":"Suured rooma numbrid (I, II, III, IV, V, jne)","validateStartNumber":"Loendi algusnumber peab olema täisarv."},"magicline":{"title":"Sisesta siia lõigu tekst"},"maximize":{"maximize":"Maksimeerimine","minimize":"Minimeerimine"},"newpage":{"toolbar":"Uus leht"},"pagebreak":{"alt":"Lehevahetuskoht","toolbar":"Lehevahetuskoha sisestamine"},"pastetext":{"button":"Asetamine tavalise tekstina","title":"Asetamine tavalise tekstina"},"pastefromword":{"confirmCleanup":"Tekst, mida tahad asetada näib pärinevat Wordist. Kas tahad selle enne asetamist puhastada?","error":"Asetatud andmete puhastamine ei olnud sisemise vea tõttu võimalik","title":"Asetamine Wordist","toolbar":"Asetamine Wordist"},"preview":{"preview":"Eelvaade"},"print":{"toolbar":"Printimine"},"removeformat":{"toolbar":"Vormingu eemaldamine"},"save":{"toolbar":"Salvestamine"},"selectall":{"toolbar":"Kõige valimine"},"showblocks":{"toolbar":"Blokkide näitamine"},"sourcearea":{"toolbar":"Lähtekood"},"specialchar":{"options":"Erimärkide valikud","title":"Erimärgi valimine","toolbar":"Erimärgi sisestamine"},"scayt":{"about":"SCAYT-ist lähemalt","aboutTab":"Lähemalt","addWord":"Lisa sõna","allCaps":"Läbivate suurtähtedega sõnade eiramine","dic_create":"Loo","dic_delete":"Kustuta","dic_field_name":"Sõnaraamatu nimi","dic_info":"Alguses säilitatakse kasutaja sõnaraamatut küpsises. Küpsise suurus on piiratud. Pärast sõnaraamatu kasvamist nii suureks, et see küpsisesse ei mahu, võib sõnaraamatut hoida meie serveris. Oma isikliku sõnaraamatu hoidmiseks meie serveris pead andma sellele nime. Kui sa juba oled sõnaraamatu salvestanud, sisesta selle nimi ja klõpsa taastamise nupule.","dic_rename":"Nimeta ümber","dic_restore":"Taasta","dictionariesTab":"Sõnaraamatud","disable":"SCAYT keelatud","emptyDic":"Sõnaraamatu nimi ei tohi olla tühi.","enable":"SCAYT lubatud","ignore":"Eira","ignoreAll":"Eira kõiki","ignoreDomainNames":"Domeeninimede eiramine","langs":"Keeled","languagesTab":"Keeled","mixedCase":"Tavapäratu tõstuga sõnade eiramine","mixedWithDigits":"Numbreid sisaldavate sõnade eiramine","moreSuggestions":"Veel soovitusi","opera_title":"Operas pole toetatud","options":"Valikud","optionsTab":"Valikud","title":"Ãigekirjakontroll kirjutamise ajal","toggle":"SCAYT sisse/välja lülitamine","noSuggestions":"No suggestion"},"stylescombo":{"label":"Stiil","panelTitle":"Vormindusstiilid","panelTitle1":"Blokkstiilid","panelTitle2":"Reasisesed stiilid","panelTitle3":"Objektistiilid"},"table":{"border":"Joone suurus","caption":"Tabeli tiitel","cell":{"menu":"Lahter","insertBefore":"Sisesta lahter enne","insertAfter":"Sisesta lahter peale","deleteCell":"Eemalda lahtrid","merge":"Ãhenda lahtrid","mergeRight":"Ãhenda paremale","mergeDown":"Ãhenda alla","splitHorizontal":"Poolita lahter horisontaalselt","splitVertical":"Poolita lahter vertikaalselt","title":"Lahtri omadused","cellType":"Lahtri liik","rowSpan":"Ridade vahe","colSpan":"Tulpade vahe","wordWrap":"Sõnade murdmine","hAlign":"Horisontaalne joondus","vAlign":"Vertikaalne joondus","alignBaseline":"Baasjoon","bgColor":"Tausta värv","borderColor":"Ãärise värv","data":"Andmed","header":"Päis","yes":"Jah","no":"Ei","invalidWidth":"Lahtri laius peab olema number.","invalidHeight":"Lahtri kõrgus peab olema number.","invalidRowSpan":"Ridade vahe peab olema täisarv.","invalidColSpan":"Tulpade vahe peab olema täisarv.","chooseColor":"Vali"},"cellPad":"Lahtri täidis","cellSpace":"Lahtri vahe","column":{"menu":"Veerg","insertBefore":"Sisesta veerg enne","insertAfter":"Sisesta veerg peale","deleteColumn":"Eemalda veerud"},"columns":"Veerud","deleteTable":"Kustuta tabel","headers":"Päised","headersBoth":"Mõlemad","headersColumn":"Esimene tulp","headersNone":"Puudub","headersRow":"Esimene rida","invalidBorder":"Ãärise suurus peab olema number.","invalidCellPadding":"Lahtrite polsterdus (padding) peab olema positiivne arv.","invalidCellSpacing":"Lahtrite vahe peab olema positiivne arv.","invalidCols":"Tulpade arv peab olema nullist suurem.","invalidHeight":"Tabeli kõrgus peab olema number.","invalidRows":"Ridade arv peab olema nullist suurem.","invalidWidth":"Tabeli laius peab olema number.","menu":"Tabeli omadused","row":{"menu":"Rida","insertBefore":"Sisesta rida enne","insertAfter":"Sisesta rida peale","deleteRow":"Eemalda read"},"rows":"Read","summary":"Kokkuvõte","title":"Tabeli omadused","toolbar":"Tabel","widthPc":"protsenti","widthPx":"pikslit","widthUnit":"laiuse ühik"},"undo":{"redo":"Toimingu kordamine","undo":"Tagasivõtmine"},"wsc":{"btnIgnore":"Ignoreeri","btnIgnoreAll":"Ignoreeri kõiki","btnReplace":"Asenda","btnReplaceAll":"Asenda kõik","btnUndo":"Võta tagasi","changeTo":"Muuda","errorLoading":"Viga rakenduse teenushosti laadimisel: %s.","ieSpellDownload":"Ãigekirja kontrollija ei ole paigaldatud. Soovid sa selle alla laadida?","manyChanges":"Ãigekirja kontroll sooritatud: %1 sõna muudetud","noChanges":"Ãigekirja kontroll sooritatud: ühtegi sõna ei muudetud","noMispell":"Ãigekirja kontroll sooritatud: õigekirjuvigu ei leitud","noSuggestions":"- Soovitused puuduvad -","notAvailable":"Kahjuks ei ole teenus praegu saadaval.","notInDic":"Puudub sõnastikust","oneChange":"Ãigekirja kontroll sooritatud: üks sõna muudeti","progress":"Toimub õigekirja kontroll...","title":"Ãigekirjakontroll","toolbar":"Ãigekirjakontroll"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/eu.js b/skins/ckeditor/lang/eu.js index 06f0b57..60f1f8c 100644 --- a/skins/ckeditor/lang/eu.js +++ b/skins/ckeditor/lang/eu.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.eu={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'HTML Iturburua',newPage:'Orrialde Berria',save:'Gorde',preview:'Aurrebista',cut:'Ebaki',copy:'Kopiatu',paste:'Itsatsi',print:'Inprimatu',underline:'Azpimarratu',bold:'Lodia',italic:'Etzana',selectAll:'Hautatu dena',removeFormat:'Kendu Formatua',strike:'Marratua',subscript:'Azpi-indize',superscript:'Goi-indize',horizontalrule:'Txertatu Marra Horizontala',pagebreak:'Txertatu Orrialde-jauzia',pagebreakAlt:'Page Break',unlink:'Kendu Esteka',undo:'Desegin',redo:'Berregin',common:{browseServer:'Zerbitzaria arakatu',url:'URL',protocol:'Protokoloa',upload:'Gora kargatu',uploadSubmit:'Zerbitzarira bidalia',image:'Irudia',flash:'Flasha',form:'Formularioa',checkbox:'Kontrol-laukia',radio:'Aukera-botoia',textField:'Testu Eremua',textarea:'Testu-area',hiddenField:'Ezkutuko Eremua',button:'Botoia',select:'Hautespen Eremua',imageButton:'Irudi Botoia',notSet:'<Ezarri gabe>',id:'Id',name:'Izena',langDir:'Hizkuntzaren Norabidea',langDirLtr:'Ezkerretik Eskumara(LTR)',langDirRtl:'Eskumatik Ezkerrera (RTL)',langCode:'Hizkuntza Kodea',longDescr:'URL Deskribapen Luzea',cssClass:'Estilo-orriko Klaseak',advisoryTitle:'Izenburua',cssStyle:'Estiloa',ok:'Ados',cancel:'Utzi',close:'Close',preview:'Preview',generalTab:'Orokorra',advancedTab:'Aurreratua',validateNumberFailed:'Balio hau ez da zenbaki bat.',confirmNewPage:'Eduki honetan gorde gabe dauden aldaketak galduko dira. Ziur zaude orri berri bat kargatu nahi duzula?',confirmCancel:'Aukera batzuk aldatu egin dira. Ziur zaude elkarrizketa-koadroa itxi nahi duzula?',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:'Zabalera',height:'Altuera',align:'Lerrokatu',alignLeft:'Ezkerrera',alignRight:'Eskuman',alignCenter:'Erdian',alignTop:'Goian',alignMiddle:'Erdian',alignBottom:'Behean',invalidHeight:'Altuera zenbaki bat izan behar da.',invalidWidth:'Zabalera zenbaki bat izan behar da.',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 %).',unavailable:'%1<span class="cke_accessibility">, erabilezina</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Txertatu Karaktere Berezia',title:'Karaktere Berezia Aukeratu',options:'Special Character Options'},link:{toolbar:'Txertatu/Editatu Esteka',other:'<other>',menu:'Aldatu Esteka',title:'Esteka',info:'Estekaren Informazioa',target:'Target (Helburua)',upload:'Gora kargatu',advanced:'Aurreratua',type:'Esteka Mota',toUrl:'URL',toAnchor:'Aingura orrialde honetan',toEmail:'ePosta',targetFrame:'<marko>',targetPopup:'<popup leihoa>',targetFrameName:'Marko Helburuaren Izena',targetPopupName:'Popup Leihoaren Izena',popupFeatures:'Popup Leihoaren Ezaugarriak',popupResizable:'Tamaina Aldakorra',popupStatusBar:'Egoera Barra',popupLocationBar:'Kokaleku Barra',popupToolbar:'Tresna Barra',popupMenuBar:'Menu Barra',popupFullScreen:'Pantaila Osoa (IE)',popupScrollBars:'Korritze Barrak',popupDependent:'Menpekoa (Netscape)',popupLeft:'Ezkerreko Posizioa',popupTop:'Goiko Posizioa',id:'Id',langDir:'Hizkuntzaren Norabidea',langDirLTR:'Ezkerretik Eskumara(LTR)',langDirRTL:'Eskumatik Ezkerrera (RTL)',acccessKey:'Sarbide-gakoa',name:'Izena',langCode:'Hizkuntzaren Norabidea',tabIndex:'Tabulazio Indizea',advisoryTitle:'Izenburua',advisoryContentType:'Eduki Mota (Content Type)',cssClasses:'Estilo-orriko Klaseak',charset:'Estekatutako Karaktere Multzoa',styles:'Estiloa',rel:'Relationship',selectAnchor:'Aingura bat hautatu',anchorName:'Aingura izenagatik',anchorId:'Elementuaren ID-gatik',emailAddress:'ePosta Helbidea',emailSubject:'Mezuaren Gaia',emailBody:'Mezuaren Gorputza',noAnchors:'(Ez daude aingurak eskuragarri dokumentuan)',noUrl:'Mesedez URL esteka idatzi',noEmail:'Mesedez ePosta helbidea idatzi'},anchor:{toolbar:'Aingura',menu:'Ainguraren Ezaugarriak',title:'Ainguraren Ezaugarriak',name:'Ainguraren Izena',errorName:'Idatzi ainguraren izena',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Bilatu eta Ordeztu',find:'Bilatu',replace:'Ordezkatu',findWhat:'Zer bilatu:',replaceWith:'Zerekin ordeztu:',notFoundMsg:'Idatzitako testua ez da topatu.',matchCase:'Maiuskula/minuskula',matchWord:'Esaldi osoa bilatu',matchCyclic:'Bilaketa ziklikoa',replaceAll:'Ordeztu Guztiak',replaceSuccessMsg:'Zenbat aldiz ordeztua: %1'},table:{toolbar:'Taula',title:'Taularen Ezaugarriak',menu:'Taularen Ezaugarriak',deleteTable:'Ezabatu Taula',rows:'Lerroak',columns:'Zutabeak',border:'Ertzaren Zabalera',widthPx:'pixel',widthPc:'ehuneko',widthUnit:'width unit',cellSpace:'Gelaxka arteko tartea',cellPad:'Gelaxken betegarria',caption:'Epigrafea',summary:'Laburpena',headers:'Goiburuak',headersNone:'Bat ere ez',headersColumn:'Lehen zutabea',headersRow:'Lehen lerroa',headersBoth:'Biak',invalidRows:'Lerro kopurua 0 baino handiagoa den zenbakia izan behar da.',invalidCols:'Zutabe kopurua 0 baino handiagoa den zenbakia izan behar da.',invalidBorder:'Ertzaren tamaina zenbaki bat izan behar da.',invalidWidth:'Taularen zabalera zenbaki bat izan behar da.',invalidHeight:'Taularen altuera zenbaki bat izan behar da.',invalidCellSpacing:'Gelaxka arteko tartea zenbaki bat izan behar da.',invalidCellPadding:'Gelaxken betegarria zenbaki bat izan behar da.',cell:{menu:'Gelaxka',insertBefore:'Txertatu Gelaxka Aurretik',insertAfter:'Txertatu Gelaxka Ostean',deleteCell:'Kendu Gelaxkak',merge:'Batu Gelaxkak',mergeRight:'Elkartu Eskumara',mergeDown:'Elkartu Behera',splitHorizontal:'Banatu Gelaxkak Horizontalki',splitVertical:'Banatu Gelaxkak Bertikalki',title:'Gelaxken Ezaugarriak',cellType:'Gelaxka Mota',rowSpan:'Hedatutako Lerroak',colSpan:'Hedatutako Zutabeak',wordWrap:'Itzulbira',hAlign:'Lerrokatze Horizontala',vAlign:'Lerrokatze Bertikala',alignBaseline:'Oinarri-lerroan',bgColor:'Fondoaren Kolorea',borderColor:'Ertzaren Kolorea',data:'Data',header:'Goiburua',yes:'Bai',no:'Ez',invalidWidth:'Gelaxkaren zabalera zenbaki bat izan behar da.',invalidHeight:'Gelaxkaren altuera zenbaki bat izan behar da.',invalidRowSpan:'Lerroen hedapena zenbaki osoa izan behar da.',invalidColSpan:'Zutabeen hedapena zenbaki osoa izan behar da.',chooseColor:'Choose'},row:{menu:'Lerroa',insertBefore:'Txertatu Lerroa Aurretik',insertAfter:'Txertatu Lerroa Ostean',deleteRow:'Ezabatu Lerroak'},column:{menu:'Zutabea',insertBefore:'Txertatu Zutabea Aurretik',insertAfter:'Txertatu Zutabea Ostean',deleteColumn:'Ezabatu Zutabeak'}},button:{title:'Botoiaren Ezaugarriak',text:'Testua (Balorea)',type:'Mota',typeBtn:'Botoia',typeSbm:'Bidali',typeRst:'Garbitu'},checkboxAndRadio:{checkboxTitle:'Kontrol-laukiko Ezaugarriak',radioTitle:'Aukera-botoiaren Ezaugarriak',value:'Balorea',selected:'Hautatuta'},form:{title:'Formularioaren Ezaugarriak',menu:'Formularioaren Ezaugarriak',action:'Ekintza',method:'Metodoa',encoding:'Kodeketa'},select:{title:'Hautespen Eremuaren Ezaugarriak',selectInfo:'Informazioa',opAvail:'Aukera Eskuragarriak',value:'Balorea',size:'Tamaina',lines:'lerro kopurura',chkMulti:'Hautaketa anitzak baimendu',opText:'Testua',opValue:'Balorea',btnAdd:'Gehitu',btnModify:'Aldatu',btnUp:'Gora',btnDown:'Behera',btnSetValue:'Aukeratutako balorea ezarri',btnDelete:'Ezabatu'},textarea:{title:'Testu-arearen Ezaugarriak',cols:'Zutabeak',rows:'Lerroak'},textfield:{title:'Testu Eremuaren Ezaugarriak',name:'Izena',value:'Balorea',charWidth:'Zabalera',maxChars:'Zenbat karaktere gehienez',type:'Mota',typeText:'Testua',typePass:'Pasahitza'},hidden:{title:'Ezkutuko Eremuaren Ezaugarriak',name:'Izena',value:'Balorea'},image:{title:'Irudi Ezaugarriak',titleButton:'Irudi Botoiaren Ezaugarriak',menu:'Irudi Ezaugarriak',infoTab:'Irudi informazioa',btnUpload:'Zerbitzarira bidalia',upload:'Gora Kargatu',alt:'Ordezko Testua',lockRatio:'Erlazioa Blokeatu',resetSize:'Tamaina Berrezarri',border:'Ertza',hSpace:'HSpace',vSpace:'VSpace',alertUrl:'Mesedez Irudiaren URLa idatzi',linkTab:'Esteka',button2Img:'Aukeratutako irudi botoia, irudi normal batean eraldatu nahi duzu?',img2Button:'Aukeratutako irudia, irudi botoi batean eraldatu nahi duzu?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Flasharen Ezaugarriak',propertiesTab:'Ezaugarriak',title:'Flasharen Ezaugarriak',chkPlay:'Automatikoki Erreproduzitu',chkLoop:'Begizta',chkMenu:'Flasharen Menua Gaitu',chkFull:'Onartu Pantaila osoa',scale:'Eskalatu',scaleAll:'Dena erakutsi',scaleNoBorder:'Ertzik gabe',scaleFit:'Doitu',access:'Scriptak baimendu',accessAlways:'Beti',accessSameDomain:'Domeinu berdinekoak',accessNever:'Inoiz ere ez',alignAbsBottom:'Abs Behean',alignAbsMiddle:'Abs Erdian',alignBaseline:'Oinan',alignTextTop:'Testua Goian',quality:'Kalitatea',qualityBest:'Hoberena',qualityHigh:'Altua',qualityAutoHigh:'Auto Altua',qualityMedium:'Ertaina',qualityAutoLow:'Auto Baxua',qualityLow:'Baxua',windowModeWindow:'Leihoa',windowModeOpaque:'Opakoa',windowModeTransparent:'Gardena',windowMode:'Leihoaren modua',flashvars:'Flash Aldagaiak',bgcolor:'Atzeko kolorea',hSpace:'HSpace',vSpace:'VSpace',validateSrc:'Mesedez URL esteka idatzi',validateHSpace:'HSpace zenbaki bat izan behar da.',validateVSpace:'VSpace zenbaki bat izan behar da.'},spellCheck:{toolbar:'Ortografia',title:'Ortografia zuzenketa',notAvailable:'Barkatu baina momentu honetan zerbitzua ez dago erabilgarri.',errorLoading:'Errorea gertatu da aplikazioa zerbitzaritik kargatzean: %s.',notInDic:'Ez dago hiztegian',changeTo:'Honekin ordezkatu',btnIgnore:'Ezikusi',btnIgnoreAll:'Denak Ezikusi',btnReplace:'Ordezkatu',btnReplaceAll:'Denak Ordezkatu',btnUndo:'Desegin',noSuggestions:'- Iradokizunik ez -',progress:'Zuzenketa ortografikoa martxan...',noMispell:'Zuzenketa ortografikoa bukatuta: Akatsik ez',noChanges:'Zuzenketa ortografikoa bukatuta: Ez da ezer aldatu',oneChange:'Zuzenketa ortografikoa bukatuta: Hitz bat aldatu da',manyChanges:'Zuzenketa ortografikoa bukatuta: %1 hitz aldatu dira',ieSpellDownload:'Zuzentzaile ortografikoa ez dago instalatuta. Deskargatu nahi duzu?'},smiley:{toolbar:'Aurpegierak',title:'Aurpegiera Sartu',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 elementua'},numberedlist:'Zenbakidun Zerrenda',bulletedlist:'Buletdun Zerrenda',indent:'Handitu Koska',outdent:'Txikitu Koska',justify:{left:'Lerrokatu Ezkerrean',center:'Lerrokatu Erdian',right:'Lerrokatu Eskuman',block:'Justifikatu'},blockquote:'Aipamen blokea',clipboard:{title:'Itsatsi',cutError:'Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki moztea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl/Cmd+X).',copyError:'Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki kopiatzea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl/Cmd+C).',pasteMsg:'Mesedez teklatua erabilita (<STRONG>Ctrl/Cmd+V</STRONG>) ondorego eremuan testua itsatsi eta <STRONG>OK</STRONG> sakatu.',securityMsg:'Nabigatzailearen segurtasun ezarpenak direla eta, editoreak ezin du arbela zuzenean erabili. Leiho honetan berriro itsatsi behar duzu.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'Itsatsi nahi duzun testua Wordetik hartua dela dirudi. Itsatsi baino lehen garbitu nahi duzu?',toolbar:'Itsatsi Word-etik',title:'Itsatsi Word-etik',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Testu Arrunta bezala Itsatsi',title:'Testu Arrunta bezala Itsatsi'},templates:{button:'Txantiloiak',title:'Eduki Txantiloiak',options:'Template Options',insertOption:'Ordeztu oraingo edukiak',selectPromptMsg:'Mesedez txantiloia aukeratu editorean kargatzeko<br>(orain dauden edukiak galduko dira):',emptyListMsg:'(Ez dago definitutako txantiloirik)'},showBlocks:'Blokeak erakutsi',stylesCombo:{label:'Estiloa',panelTitle:'Formatting Styles',panelTitle1:'Bloke Estiloak',panelTitle2:'Inline Estiloak',panelTitle3:'Objektu Estiloak'},format:{label:'Formatua',panelTitle:'Formatua',tag_p:'Arrunta',tag_pre:'Formateatua',tag_address:'Helbidea',tag_h1:'Izenburua 1',tag_h2:'Izenburua 2',tag_h3:'Izenburua 3',tag_h4:'Izenburua 4',tag_h5:'Izenburua 5',tag_h6:'Izenburua 6',tag_div:'Paragrafoa (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Letra-tipoa',voiceLabel:'Letra-tipoa',panelTitle:'Letra-tipoa'},fontSize:{label:'Tamaina',voiceLabel:'Tamaina',panelTitle:'Tamaina'},colorButton:{textColorTitle:'Testu Kolorea',bgColorTitle:'Atzeko kolorea',panelTitle:'Colors',auto:'Automatikoa',more:'Kolore gehiago...'},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'},scayt:{title:'Ortografia Zuzenketa Idatzi Ahala (SCAYT)',opera_title:'Not supported by Opera',enable:'Gaitu SCAYT',disable:'Desgaitu SCAYT',about:'SCAYTi buruz',toggle:'SCAYT aldatu',options:'Aukerak',langs:'Hizkuntzak',moreSuggestions:'Iradokizun gehiago',ignore:'Baztertu',ignoreAll:'Denak baztertu',addWord:'Hitza Gehitu',emptyDic:'Hiztegiaren izena ezin da hutsik egon.',optionsTab:'Aukerak',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Hizkuntzak',dictionariesTab:'Hiztegiak',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'Honi buruz'},about:{title:'CKEditor(r)i buruz',dlgTitle:'CKEditor(r)i buruz',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Lizentziari buruzko informazioa gure webgunean:',copy:'Copyright © $1. Eskubide guztiak erreserbaturik.'},maximize:'Maximizatu',minimize:'Minimize',fakeobjects:{anchor:'Aingura',flash:'Flash Animazioa',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Objektu ezezaguna'},resize:'Arrastatu tamaina aldatzeko',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Dokumentuaren Ezarpenak',title:'Dokumentuaren Ezarpenak',design:'Design',meta:'Meta Informazioa',chooseColor:'Choose',other:'<other>',docTitle:'Orriaren Izenburua',charset:'Karaktere Multzoaren Kodeketa',charsetOther:'Beste Karaktere Multzoko Kodeketa',charsetASCII:'ASCII',charsetCE:'Erdialdeko Europakoa',charsetCT:'Txinatar Tradizionala (Big5)',charsetCR:'Zirilikoa',charsetGR:'Grekoa',charsetJP:'Japoniarra',charsetKR:'Korearra',charsetTR:'Turkiarra',charsetUN:'Unicode (UTF-8)',charsetWE:'Mendebaldeko Europakoa',docType:'Document Type Goiburua',docTypeOther:'Beste Document Type Goiburua',xhtmlDec:'XHTML Ezarpenak',bgColor:'Atzeko Kolorea',bgImage:'Atzeko Irudiaren URL-a',bgFixed:'Korritze gabeko Atzealdea',txtColor:'Testu Kolorea',margin:'Orrialdearen marjinak',marginTop:'Goian',marginLeft:'Ezkerrean',marginRight:'Eskuman',marginBottom:'Behean',metaKeywords:'Dokumentuaren Gako-hitzak (komarekin bananduta)',metaDescription:'Dokumentuaren Deskribapena',metaAuthor:'Egilea',metaCopyright:'Copyright',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['eu']={"editor":"Testu Aberastuko Editorea","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"ALT 0 sakatu laguntza jasotzeko","browseServer":"Zerbitzaria arakatu","url":"URL","protocol":"Protokoloa","upload":"Gora kargatu","uploadSubmit":"Zerbitzarira bidali","image":"Irudia","flash":"Flasha","form":"Formularioa","checkbox":"Kontrol-laukia","radio":"Aukera-botoia","textField":"Testu Eremua","textarea":"Testu-area","hiddenField":"Ezkutuko Eremua","button":"Botoia","select":"Hautespen Eremua","imageButton":"Irudi Botoia","notSet":"<Ezarri gabe>","id":"Id","name":"Izena","langDir":"Hizkuntzaren Norabidea","langDirLtr":"Ezkerretik Eskumara(LTR)","langDirRtl":"Eskumatik Ezkerrera (RTL)","langCode":"Hizkuntza Kodea","longDescr":"URL Deskribapen Luzea","cssClass":"Estilo-orriko Klaseak","advisoryTitle":"Izenburua","cssStyle":"Estiloa","ok":"Ados","cancel":"Utzi","close":"Itxi","preview":"Aurrebista","resize":"Arrastatu tamaina aldatzeko","generalTab":"Orokorra","advancedTab":"Aurreratua","validateNumberFailed":"Balio hau ez da zenbaki bat.","confirmNewPage":"Eduki honetan gorde gabe dauden aldaketak galduko dira. Ziur zaude orri berri bat kargatu nahi duzula?","confirmCancel":"Aukera batzuk aldatu egin dira. Ziur zaude elkarrizketa-koadroa itxi nahi duzula?","options":"Aukerak","target":"Target (Helburua)","targetNew":"Leiho Berria (_blank)","targetTop":"Goieneko Leihoan (_top)","targetSelf":"Leiho Berdinean (_self)","targetParent":"Leiho Gurasoan (_parent)","langDirLTR":"Ezkerretik Eskumara(LTR)","langDirRTL":"Eskumatik Ezkerrera (RTL)","styles":"Estiloa","cssClasses":"Estilo-orriko Klaseak","width":"Zabalera","height":"Altuera","align":"Lerrokatu","alignLeft":"Ezkerrera","alignRight":"Eskuman","alignCenter":"Erdian","alignTop":"Goian","alignMiddle":"Erdian","alignBottom":"Behean","invalidValue":"Balio ezegokia.","invalidHeight":"Altuera zenbaki bat izan behar da.","invalidWidth":"Zabalera zenbaki bat izan behar da.","invalidCssLength":"\"%1\" eremurako zehaztutako balioa zenbaki positibo bat izan behar du, aukeran CSS neurri unitate batekin (px, %, in, cm, mm, em, ex, pt edo pc).","invalidHtmlLength":"\"%1\" eremurako zehaztutako balioa zenbaki positibo bat izan behar du, aukeran HTML neurri unitate batekin (px edo %).","invalidInlineStyle":"Lerroko estiloan zehazten dena tupla \"name : value\" formatuko eta puntu eta komaz bereiztutako tupla bat edo gehiago izan behar dira.","cssLengthTooltip":"Zenbakia bakarrik zehazten bada pixeletan egongo da. CSS neurri unitatea ere zehaztu ahal da (px, %, in, cm, mm, em, ex, pt, edo pc).","unavailable":"%1<span class=\"cke_accessibility\">, erabilezina</span>"},"about":{"copy":"Copyright © $1. Eskubide guztiak erreserbaturik.","dlgTitle":"CKEditor(r)i buruz","help":"$1 aztertu laguntza jasotzeko.","moreInfo":"Lizentziari buruzko informazioa gure webgunean:","title":"CKEditor(r)i buruz","userGuide":"CKEditor User's Guide"},"basicstyles":{"bold":"Lodia","italic":"Etzana","strike":"Marratua","subscript":"Azpi-indize","superscript":"Goi-indize","underline":"Azpimarratu"},"bidi":{"ltr":"Testuaren norantza ezkerretik eskuinera","rtl":"Testuaren norantza eskuinetik ezkerrera"},"blockquote":{"toolbar":"Aipamen blokea"},"clipboard":{"copy":"Kopiatu","copyError":"Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki kopiatzea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl/Cmd+C).","cut":"Ebaki","cutError":"Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki moztea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl/Cmd+X).","paste":"Itsatsi","pasteArea":"Itsasteko Area","pasteMsg":"Mesedez teklatua erabilita (<STRONG>Ctrl/Cmd+V</STRONG>) ondorego eremuan testua itsatsi eta <STRONG>OK</STRONG> sakatu.","securityMsg":"Nabigatzailearen segurtasun ezarpenak direla eta, editoreak ezin du arbela zuzenean erabili. Leiho honetan berriro itsatsi behar duzu.","title":"Itsatsi"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatikoa","bgColorTitle":"Atzeko kolorea","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":"Kolore gehiago...","panelTitle":"Colors","textColorTitle":"Testu Kolorea"},"colordialog":{"clear":"Garbitu","highlight":"Nabarmendu","options":"Kolore Aukerak","selected":"Hautatutako Kolorea","title":"Kolorea Hautatu"},"templates":{"button":"Txantiloiak","emptyListMsg":"(Ez dago definitutako txantiloirik)","insertOption":"Ordeztu oraingo edukiak","options":"Txantiloi Aukerak","selectPromptMsg":"Mesedez txantiloia aukeratu editorean kargatzeko<br>(orain dauden edukiak galduko dira):","title":"Eduki Txantiloiak"},"contextmenu":{"options":"Testuingurko Menuaren Aukerak"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Izenburua","cssClassInputLabel":"Estilo-orriko Klaseak","edit":"Div-a editatu","inlineStyleInputLabel":"Inline Estiloa","langDirLTRLabel":"Ezkerretik Eskuinera (LTR)","langDirLabel":"Hizkuntzaren Norabidea","langDirRTLLabel":"Eskumatik Ezkerrera (RTL)","languageCodeInputLabel":"Hizkuntza Kodea","remove":"Div-a Kendu","styleSelectLabel":"Estiloa","title":"Div Edukiontzia Sortu","toolbar":"Div Edukiontzia Sortu"},"toolbar":{"toolbarCollapse":"Tresna-barra Txikitu","toolbarExpand":"Tresna-barra Luzatu","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":"Editorearen Tresna-barra"},"elementspath":{"eleLabel":"Elementu bidea","eleTitle":"%1 elementua"},"find":{"find":"Bilatu","findOptions":"Find Options","findWhat":"Zer bilatu:","matchCase":"Maiuskula/minuskula","matchCyclic":"Bilaketa ziklikoa","matchWord":"Esaldi osoa bilatu","notFoundMsg":"Idatzitako testua ez da topatu.","replace":"Ordezkatu","replaceAll":"Ordeztu Guztiak","replaceSuccessMsg":"Zenbat aldiz ordeztua: %1","replaceWith":"Zerekin ordeztu:","title":"Bilatu eta Ordeztu"},"fakeobjects":{"anchor":"Aingura","flash":"Flash Animazioa","hiddenfield":"Ezkutuko Eremua","iframe":"IFrame","unknown":"Objektu ezezaguna"},"flash":{"access":"Scriptak baimendu","accessAlways":"Beti","accessNever":"Inoiz ere ez","accessSameDomain":"Domeinu berdinekoak","alignAbsBottom":"Abs Behean","alignAbsMiddle":"Abs Erdian","alignBaseline":"Oinan","alignTextTop":"Testua Goian","bgcolor":"Atzeko kolorea","chkFull":"Onartu Pantaila osoa","chkLoop":"Begizta","chkMenu":"Flasharen Menua Gaitu","chkPlay":"Automatikoki Erreproduzitu","flashvars":"Flash Aldagaiak","hSpace":"HSpace","properties":"Flasharen Ezaugarriak","propertiesTab":"Ezaugarriak","quality":"Kalitatea","qualityAutoHigh":"Auto Altua","qualityAutoLow":"Auto Baxua","qualityBest":"Hoberena","qualityHigh":"Altua","qualityLow":"Baxua","qualityMedium":"Ertaina","scale":"Eskalatu","scaleAll":"Dena erakutsi","scaleFit":"Doitu","scaleNoBorder":"Ertzik gabe","title":"Flasharen Ezaugarriak","vSpace":"VSpace","validateHSpace":"HSpace zenbaki bat izan behar da.","validateSrc":"Mesedez URL esteka idatzi","validateVSpace":"VSpace zenbaki bat izan behar da.","windowMode":"Leihoaren modua","windowModeOpaque":"Opakoa","windowModeTransparent":"Gardena","windowModeWindow":"Leihoa"},"font":{"fontSize":{"label":"Tamaina","voiceLabel":"Tamaina","panelTitle":"Tamaina"},"label":"Letra-tipoa","panelTitle":"Letra-tipoa","voiceLabel":"Letra-tipoa"},"forms":{"button":{"title":"Botoiaren Ezaugarriak","text":"Testua (Balorea)","type":"Mota","typeBtn":"Botoia","typeSbm":"Bidali","typeRst":"Garbitu"},"checkboxAndRadio":{"checkboxTitle":"Kontrol-laukiko Ezaugarriak","radioTitle":"Aukera-botoiaren Ezaugarriak","value":"Balorea","selected":"Hautatuta"},"form":{"title":"Formularioaren Ezaugarriak","menu":"Formularioaren Ezaugarriak","action":"Ekintza","method":"Metodoa","encoding":"Kodeketa"},"hidden":{"title":"Ezkutuko Eremuaren Ezaugarriak","name":"Izena","value":"Balorea"},"select":{"title":"Hautespen Eremuaren Ezaugarriak","selectInfo":"Informazioa","opAvail":"Aukera Eskuragarriak","value":"Balorea","size":"Tamaina","lines":"lerro kopurura","chkMulti":"Hautaketa anitzak baimendu","opText":"Testua","opValue":"Balorea","btnAdd":"Gehitu","btnModify":"Aldatu","btnUp":"Gora","btnDown":"Behera","btnSetValue":"Aukeratutako balorea ezarri","btnDelete":"Ezabatu"},"textarea":{"title":"Testu-arearen Ezaugarriak","cols":"Zutabeak","rows":"Lerroak"},"textfield":{"title":"Testu Eremuaren Ezaugarriak","name":"Izena","value":"Balorea","charWidth":"Zabalera","maxChars":"Zenbat karaktere gehienez","type":"Mota","typeText":"Testua","typePass":"Pasahitza","typeEmail":"E-posta","typeSearch":"Bilatu","typeTel":"Telefono Zenbakia","typeUrl":"URL"}},"format":{"label":"Formatua","panelTitle":"Formatua","tag_address":"Helbidea","tag_div":"Paragrafoa (DIV)","tag_h1":"Izenburua 1","tag_h2":"Izenburua 2","tag_h3":"Izenburua 3","tag_h4":"Izenburua 4","tag_h5":"Izenburua 5","tag_h6":"Izenburua 6","tag_p":"Arrunta","tag_pre":"Formateatua"},"horizontalrule":{"toolbar":"Txertatu Marra Horizontala"},"iframe":{"border":"Markoaren ertza ikusi","noUrl":"iframe-aren URLa idatzi, mesedez.","scrolling":"Korritze barrak gaitu","title":"IFrame-aren Propietateak","toolbar":"IFrame"},"image":{"alertUrl":"Mesedez Irudiaren URLa idatzi","alt":"Ordezko Testua","border":"Ertza","btnUpload":"Zerbitzarira bidalia","button2Img":"Aukeratutako irudi botoia, irudi normal batean eraldatu nahi duzu?","hSpace":"HSpace","img2Button":"Aukeratutako irudia, irudi botoi batean eraldatu nahi duzu?","infoTab":"Irudi informazioa","linkTab":"Esteka","lockRatio":"Erlazioa Blokeatu","menu":"Irudi Ezaugarriak","resetSize":"Tamaina Berrezarri","title":"Irudi Ezaugarriak","titleButton":"Irudi Botoiaren Ezaugarriak","upload":"Gora Kargatu","urlMissing":"Irudiaren iturburu URL-a falta da.","vSpace":"VSpace","validateBorder":"Ertza zenbaki oso bat izan behar da.","validateHSpace":"HSpace zenbaki oso bat izan behar da.","validateVSpace":"VSpace zenbaki oso bat izan behar da."},"indent":{"indent":"Handitu Koska","outdent":"Txikitu Koska"},"smiley":{"options":"Aurpegiera Aukerak","title":"Aurpegiera Sartu","toolbar":"Aurpegierak"},"justify":{"block":"Justifikatu","center":"Lerrokatu Erdian","left":"Lerrokatu Ezkerrean","right":"Lerrokatu Eskuman"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Sarbide-gakoa","advanced":"Aurreratua","advisoryContentType":"Eduki Mota (Content Type)","advisoryTitle":"Izenburua","anchor":{"toolbar":"Aingura","menu":"Ainguraren Ezaugarriak","title":"Ainguraren Ezaugarriak","name":"Ainguraren Izena","errorName":"Idatzi ainguraren izena","remove":"Remove Anchor"},"anchorId":"Elementuaren ID-gatik","anchorName":"Aingura izenagatik","charset":"Estekatutako Karaktere Multzoa","cssClasses":"Estilo-orriko Klaseak","emailAddress":"ePosta Helbidea","emailBody":"Mezuaren Gorputza","emailSubject":"Mezuaren Gaia","id":"Id","info":"Estekaren Informazioa","langCode":"Hizkuntzaren Norabidea","langDir":"Hizkuntzaren Norabidea","langDirLTR":"Ezkerretik Eskumara(LTR)","langDirRTL":"Eskumatik Ezkerrera (RTL)","menu":"Aldatu Esteka","name":"Izena","noAnchors":"(Ez daude aingurak eskuragarri dokumentuan)","noEmail":"Mesedez ePosta helbidea idatzi","noUrl":"Mesedez URL esteka idatzi","other":"<bestelakoa>","popupDependent":"Menpekoa (Netscape)","popupFeatures":"Popup Leihoaren Ezaugarriak","popupFullScreen":"Pantaila Osoa (IE)","popupLeft":"Ezkerreko Posizioa","popupLocationBar":"Kokaleku Barra","popupMenuBar":"Menu Barra","popupResizable":"Tamaina Aldakorra","popupScrollBars":"Korritze Barrak","popupStatusBar":"Egoera Barra","popupToolbar":"Tresna Barra","popupTop":"Goiko Posizioa","rel":"Erlazioa","selectAnchor":"Aingura bat hautatu","styles":"Estiloa","tabIndex":"Tabulazio Indizea","target":"Target (Helburua)","targetFrame":"<marko>","targetFrameName":"Marko Helburuaren Izena","targetPopup":"<popup leihoa>","targetPopupName":"Popup Leihoaren Izena","title":"Esteka","toAnchor":"Aingura orrialde honetan","toEmail":"ePosta","toUrl":"URL","toolbar":"Txertatu/Editatu Esteka","type":"Esteka Mota","unlink":"Kendu Esteka","upload":"Gora kargatu"},"list":{"bulletedlist":"Buletdun Zerrenda","numberedlist":"Zenbakidun Zerrenda"},"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":"Txertatu paragrafoa hemen"},"maximize":{"maximize":"Maximizatu","minimize":"Minimizatu"},"newpage":{"toolbar":"Orrialde Berria"},"pagebreak":{"alt":"Orrialde-jauzia","toolbar":"Txertatu Orrialde-jauzia Inprimatzean"},"pastetext":{"button":"Testu Arrunta bezala Itsatsi","title":"Testu Arrunta bezala Itsatsi"},"pastefromword":{"confirmCleanup":"Itsatsi nahi duzun testua Wordetik hartua dela dirudi. Itsatsi baino lehen garbitu nahi duzu?","error":"Barneko errore bat dela eta ezin izan da testua garbitu","title":"Itsatsi Word-etik","toolbar":"Itsatsi Word-etik"},"preview":{"preview":"Aurrebista"},"print":{"toolbar":"Inprimatu"},"removeformat":{"toolbar":"Kendu Formatua"},"save":{"toolbar":"Gorde"},"selectall":{"toolbar":"Hautatu dena"},"showblocks":{"toolbar":"Blokeak erakutsi"},"sourcearea":{"toolbar":"HTML Iturburua"},"specialchar":{"options":"Karaktere Berezien Aukerak","title":"Karaktere Berezia Aukeratu","toolbar":"Txertatu Karaktere Berezia"},"scayt":{"about":"SCAYTi buruz","aboutTab":"Honi buruz","addWord":"Hitza Gehitu","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":"Hiztegiak","disable":"Desgaitu SCAYT","emptyDic":"Hiztegiaren izena ezin da hutsik egon.","enable":"Gaitu SCAYT","ignore":"Baztertu","ignoreAll":"Denak baztertu","ignoreDomainNames":"Ignore Domain Names","langs":"Hizkuntzak","languagesTab":"Hizkuntzak","mixedCase":"Ignore Words with Mixed Case","mixedWithDigits":"Ignore Words with Numbers","moreSuggestions":"Iradokizun gehiago","opera_title":"Not supported by Opera","options":"Aukerak","optionsTab":"Aukerak","title":"Ortografia Zuzenketa Idatzi Ahala (SCAYT)","toggle":"SCAYT aldatu","noSuggestions":"No suggestion"},"stylescombo":{"label":"Estiloa","panelTitle":"Formatu Estiloak","panelTitle1":"Bloke Estiloak","panelTitle2":"Inline Estiloak","panelTitle3":"Objektu Estiloak"},"table":{"border":"Ertzaren Zabalera","caption":"Epigrafea","cell":{"menu":"Gelaxka","insertBefore":"Txertatu Gelaxka Aurretik","insertAfter":"Txertatu Gelaxka Ostean","deleteCell":"Kendu Gelaxkak","merge":"Batu Gelaxkak","mergeRight":"Elkartu Eskumara","mergeDown":"Elkartu Behera","splitHorizontal":"Banatu Gelaxkak Horizontalki","splitVertical":"Banatu Gelaxkak Bertikalki","title":"Gelaxken Ezaugarriak","cellType":"Gelaxka Mota","rowSpan":"Hedatutako Lerroak","colSpan":"Hedatutako Zutabeak","wordWrap":"Itzulbira","hAlign":"Lerrokatze Horizontala","vAlign":"Lerrokatze Bertikala","alignBaseline":"Oinarri-lerroan","bgColor":"Fondoaren Kolorea","borderColor":"Ertzaren Kolorea","data":"Data","header":"Goiburua","yes":"Bai","no":"Ez","invalidWidth":"Gelaxkaren zabalera zenbaki bat izan behar da.","invalidHeight":"Gelaxkaren altuera zenbaki bat izan behar da.","invalidRowSpan":"Lerroen hedapena zenbaki osoa izan behar da.","invalidColSpan":"Zutabeen hedapena zenbaki osoa izan behar da.","chooseColor":"Choose"},"cellPad":"Gelaxken betegarria","cellSpace":"Gelaxka arteko tartea","column":{"menu":"Zutabea","insertBefore":"Txertatu Zutabea Aurretik","insertAfter":"Txertatu Zutabea Ostean","deleteColumn":"Ezabatu Zutabeak"},"columns":"Zutabeak","deleteTable":"Ezabatu Taula","headers":"Goiburuak","headersBoth":"Biak","headersColumn":"Lehen zutabea","headersNone":"Bat ere ez","headersRow":"Lehen lerroa","invalidBorder":"Ertzaren tamaina zenbaki bat izan behar da.","invalidCellPadding":"Gelaxken betegarria zenbaki bat izan behar da.","invalidCellSpacing":"Gelaxka arteko tartea zenbaki bat izan behar da.","invalidCols":"Zutabe kopurua 0 baino handiagoa den zenbakia izan behar da.","invalidHeight":"Taularen altuera zenbaki bat izan behar da.","invalidRows":"Lerro kopurua 0 baino handiagoa den zenbakia izan behar da.","invalidWidth":"Taularen zabalera zenbaki bat izan behar da.","menu":"Taularen Ezaugarriak","row":{"menu":"Lerroa","insertBefore":"Txertatu Lerroa Aurretik","insertAfter":"Txertatu Lerroa Ostean","deleteRow":"Ezabatu Lerroak"},"rows":"Lerroak","summary":"Laburpena","title":"Taularen Ezaugarriak","toolbar":"Taula","widthPc":"ehuneko","widthPx":"pixel","widthUnit":"zabalera unitatea"},"undo":{"redo":"Berregin","undo":"Desegin"},"wsc":{"btnIgnore":"Ezikusi","btnIgnoreAll":"Denak Ezikusi","btnReplace":"Ordezkatu","btnReplaceAll":"Denak Ordezkatu","btnUndo":"Desegin","changeTo":"Honekin ordezkatu","errorLoading":"Errorea gertatu da aplikazioa zerbitzaritik kargatzean: %s.","ieSpellDownload":"Zuzentzaile ortografikoa ez dago instalatuta. Deskargatu nahi duzu?","manyChanges":"Zuzenketa ortografikoa bukatuta: %1 hitz aldatu dira","noChanges":"Zuzenketa ortografikoa bukatuta: Ez da ezer aldatu","noMispell":"Zuzenketa ortografikoa bukatuta: Akatsik ez","noSuggestions":"- Iradokizunik ez -","notAvailable":"Barkatu baina momentu honetan zerbitzua ez dago erabilgarri.","notInDic":"Ez dago hiztegian","oneChange":"Zuzenketa ortografikoa bukatuta: Hitz bat aldatu da","progress":"Zuzenketa ortografikoa martxan...","title":"Ortografia zuzenketa","toolbar":"Ortografia"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/fa.js b/skins/ckeditor/lang/fa.js index d10869d..1e069ed 100644 --- a/skins/ckeditor/lang/fa.js +++ b/skins/ckeditor/lang/fa.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.fa={dir:'rtl',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Ù Ùبع',newPage:'برگÙÙ´ تازÙ',save:'ذخÛرÙ',preview:'Ù¾ÛØ´Ù٠اÛØ´',cut:'برش',copy:'Ú©Ù¾Û',paste:'ÚسباÙدÙ',print:'Úاپ',underline:'خطزÛردار',bold:'درشت',italic:'خ٠ÛدÙ',selectAll:'گزÛÙØ´ ÙÙ Ù',removeFormat:'برداشت٠Ùر٠ت',strike:'Ù ÛاÙخط',subscript:'زÛرÙÙÛس',superscript:'باÙاÙÙÛس',horizontalrule:'Ú¯ÙجاÙد٠خط ÙاÙÙÛ',pagebreak:'Ú¯ÙجاÙØ¯Ù Ø´Ú©Ø³ØªÚ¯Û ÙپاÛا٠ÙبرگÙ',pagebreakAlt:'Page Break',unlink:'برداشت٠پÛÙÙد',undo:'ÙاÚÛدÙ',redo:'بازÚÛدÙ',common:{browseServer:'ÙÙرستÙ٠اÛÛ Ø³Ø±Ùر',url:'URL',protocol:'پرÙتکÙ',upload:'اÙتÙا٠ب٠سرÙر',uploadSubmit:'ب٠سرÙر بÙرست',image:'تصÙÛر',flash:'Flash',form:'Ùر٠',checkbox:'خاÙÙÙ´ گزÛÙÙاÛ',radio:'دک٠ÙÙ´ رادÛÙÛÛ',textField:'ÙÛÙد ٠تÙÛ',textarea:'ÙاØÛÙÙ´ ٠تÙÛ',hiddenField:'ÙÛÙد Ù¾ÙÙاÙ',button:'دک٠Ù',select:'ÙÛÙد ÚÙدگزÛÙÙاÛ',imageButton:'دک٠ÙÙ´ تصÙÛرÛ',notSet:'<تعÛÙÙشدÙ>',id:'Ø´ÙاسÙ',name:'Ùا٠',langDir:'جÙتÙÙ Ø§Û Ø²Ø¨Ø§Ù',langDirLtr:'ÚÙ¾ ب٠راست (LTR)',langDirRtl:'راست ب٠ÚÙ¾ (RTL)',langCode:'کد زباÙ',longDescr:'URL تÙصÛÙ Ø·ÙÙاÙÛ',cssClass:'Ú©ÙاسÙØ§Û Ø´ÛÙÙÙا٠Ù(Stylesheet)',advisoryTitle:'عÙÙا٠ک٠کÛ',cssStyle:'Ø´ÛÙÙ(style)',ok:'پذÛرش',cancel:'اÙصراÙ',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'Ù¾ÛشرÙتÙ',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'Ù¾ÙÙا',height:'درازا',align:'ÚÛÙØ´',alignLeft:'ÚÙ¾',alignRight:'راست',alignCenter:'Ùسط',alignTop:'باÙا',alignMiddle:'Ùسط',alignBottom:'پائÛÙ',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Ú¯ÙجاÙد٠ÙÙÛسÙÙ´ ÙÛÚÙ',title:'گزÛÙØ´ ÙÙÛسÙÙ´ÙÛÚÙ',options:'Special Character Options'},link:{toolbar:'Ú¯ÙجاÙدÙ/ÙÛراÛØ´ ÙÙ¾ÛÙÙد',other:'<ساÛر>',menu:'ÙÛراÛØ´ Ù¾ÛÙÙد',title:'Ù¾ÛÙÙد',info:'اطÙاعات Ù¾ÛÙÙد',target:'Ù Ùصد',upload:'اÙتÙا٠ب٠سرÙر',advanced:'Ù¾ÛشرÙتÙ',type:'ÙÙع Ù¾ÛÙÙد',toUrl:'URL',toAnchor:'ÙÙگر در ÙÙ Û٠صÙØÙ',toEmail:'پست اÙکترÙÙÛÚ©Û',targetFrame:'<ÙرÛÙ >',targetPopup:'<Ù¾ÙجرÙÙ´ پاپاپ>',targetFrameName:'Ùا٠ÙرÛÙ Ù Ùصد',targetPopupName:'Ùا٠پÙجرÙÙ´ پاپاپ',popupFeatures:'ÙÛÚÚ¯ÛÙØ§Û Ù¾ÙجرÙÙ´ پاپاپ',popupResizable:'Resizable',popupStatusBar:'ÙÙار ÙضعÛت',popupLocationBar:'ÙÙار Ù ÙÙعÛت',popupToolbar:'ÙÙارابزار',popupMenuBar:'ÙÙار Ù ÙÙ',popupFullScreen:'ت٠ا٠صÙØÙ (IE)',popupScrollBars:'Ù ÛÙÙÙØ§Û Ù¾Û٠اÛØ´',popupDependent:'Ùابست٠(Netscape)',popupLeft:'Ù ÙÙعÛت ÙÚÙ¾',popupTop:'Ù ÙÙعÛت ÙباÙا',id:'Id',langDir:'جÙتÙÙ Ø§Û Ø²Ø¨Ø§Ù',langDirLTR:'ÚÙ¾ ب٠راست (LTR)',langDirRTL:'راست ب٠ÚÙ¾ (RTL)',acccessKey:'Ú©ÙÛد دستÛابÛ',name:'Ùا٠',langCode:'جÙتÙÙ Ø§Û Ø²Ø¨Ø§Ù',tabIndex:'Ù٠اÛÙÙ´ Ø¯Ø³ØªØ±Ø³Û Ø¨Ø§ Tab',advisoryTitle:'عÙÙا٠ک٠کÛ',advisoryContentType:'ÙÙع Ù ØتÙØ§Û Ú©Ù Ú©Û',cssClasses:'Ú©ÙاسÙØ§Û Ø´ÛÙÙÙا٠Ù(Stylesheet)',charset:'ÙÙÛسÙگا٠٠Ùبع ÙÙ¾ÛÙÙدشدÙ',styles:'Ø´ÛÙÙ(style)',rel:'Relationship',selectAnchor:'ÛÚ© ÙÙگر برگزÛÙÛد',anchorName:'با Ùا٠ÙÙگر',anchorId:'با Ø´ÙاسÙÙ´ اÙ٠اÙ',emailAddress:'ÙشاÙÛ Ù¾Ø³Øª اÙکترÙÙÛÚ©Û',emailSubject:'Ù ÙضÙع Ù¾Ûا٠',emailBody:'٠ت٠پÛا٠',noAnchors:'(در اÛ٠سÙد ÙÙÚ¯Ø±Û Ø¯Ø±Ø¯Ø³ØªØ±Ø³ ÙÛست)',noUrl:'ÙØ·Ùا URL Ù¾ÛÙÙد را بÙÙÛسÛد',noEmail:'ÙØ·Ùا ÙشاÙÛ Ù¾Ø³Øª اÙکترÙÙÛÚ©Û Ø±Ø§ بÙÙÛسÛد'},anchor:{toolbar:'Ú¯ÙجاÙدÙ/ÙÛراÛØ´ ÙÙÙگر',menu:'ÙÛÚÚ¯ÛÙØ§Û ÙÙگر',title:'ÙÛÚÚ¯ÛÙØ§Û ÙÙگر',name:'Ùا٠ÙÙگر',errorName:'ÙØ·Ùا Ùا٠ÙÙگر را بÙÙÛسÛد',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'جستج٠٠جاÛگزÛÙÛ',find:'جستجÙ',replace:'جاÛگزÛÙÛ',findWhat:'ÚÙÚÛز را Ù ÛÛابÛد:',replaceWith:'جاÛگزÛÙÛ Ø¨Ø§:',notFoundMsg:'٠ت٠٠ÙردÙظر ÛاÙت Ùشد.',matchCase:'Ù٠ساÙÛ Ø¯Ø± Ø¨Ø²Ø±Ú¯Û Ù Ú©ÙÚÚ©Û ÙÙÛسÙÙا',matchWord:'Ù٠ساÙÛ Ø¨Ø§ ÙاÚÙÙ´ کا٠Ù',matchCyclic:'Match cyclic',replaceAll:'جاÛگزÛÙÛ ÙÙ ÙÙ´ ÛاÙتÙÙا',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'جدÙÙ',title:'ÙÛÚÚ¯ÛÙØ§Û Ø¬Ø¯ÙÙ',menu:'ÙÛÚÚ¯ÛÙØ§Û Ø¬Ø¯ÙÙ',deleteTable:'پاککرد٠جدÙÙ',rows:'سطرÙا',columns:'ستÙÙÙا',border:'اÙدازÙÙ´ ÙبÙ',widthPx:'Ù¾ÛکسÙ',widthPc:'درصد',widthUnit:'width unit',cellSpace:'ÙاصÙÙÙ´ Ù Ûا٠سÙÙÙÙا',cellPad:'ÙاصÙÙÙ´ پرشد٠در سÙÙÙ',caption:'عÙÙاÙ',summary:'Ø®ÙاصÙ',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'سÙÙÙ',insertBefore:'اÙزÙد٠سÙÙÙ Ùب٠از',insertAfter:'اÙزÙد٠سÙÙ٠بعد از',deleteCell:'Øذ٠سÙÙÙÙا',merge:'ادغا٠سÙÙÙÙا',mergeRight:'ادغا٠ب٠راست',mergeDown:'ادغا٠ب٠پاÛÛÙ',splitHorizontal:'جدا کرد٠اÙÙÛ Ø³ÙÙÙ',splitVertical:'جدا کرد٠ع٠ÙØ¯Û Ø³ÙÙÙ',title:'ÙÛÚÚ¯ÛÙØ§Û Ø³ÙÙÙ',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'},row:{menu:'سطر',insertBefore:'اÙزÙد٠سطر Ùب٠از',insertAfter:'اÙزÙد٠سطر بعد از',deleteRow:'Øذ٠سطرÙا'},column:{menu:'ستÙÙ',insertBefore:'اÙزÙد٠ستÙÙ Ùب٠از',insertAfter:'اÙزÙد٠ستÙ٠بعد از',deleteColumn:'Øذ٠ستÙÙÙا'}},button:{title:'ÙÛÚÚ¯ÛÙØ§Û Ø¯Ú©Ù Ù',text:'٠ت٠(Ù Ùدار)',type:'ÙÙع',typeBtn:'دک٠Ù',typeSbm:'Submit',typeRst:'بازÙشاÙÛ (Reset)'},checkboxAndRadio:{checkboxTitle:'ÙÛÚÚ¯ÛÙØ§Û Ø®Ø§ÙÙÙ´ گزÛÙÙاÛ',radioTitle:'ÙÛÚÚ¯ÛÙØ§Û Ø¯Ú©Ù ÙÙ´ رادÛÙÛÛ',value:'Ù Ùدار',selected:'برگزÛدÙ'},form:{title:'ÙÛÚÚ¯ÛÙØ§Û Ùر٠',menu:'ÙÛÚÚ¯ÛÙØ§Û Ùر٠',action:'رÙÛداد',method:'٠تد',encoding:'Encoding'},select:{title:'ÙÛÚÚ¯ÛÙØ§Û ÙÛÙد ÚÙدگزÛÙÙاÛ',selectInfo:'اطÙاعات',opAvail:'گزÛÙÙÙØ§Û Ø¯Ø±Ø¯Ø³ØªØ±Ø³',value:'Ù Ùدار',size:'اÙدازÙ',lines:'خطÙØ·',chkMulti:'گزÛÙØ´ ÚÙدگاÙÙ ÙراÙ٠باشد',opText:'٠تÙ',opValue:'Ù Ùدار',btnAdd:'اÙزÙدÙ',btnModify:'ÙÛراÛØ´',btnUp:'باÙا',btnDown:'پائÛÙ',btnSetValue:'تÙظÛ٠ب٠عÙÙا٠٠Ùدار ÙبرگزÛدÙ',btnDelete:'پاککردÙ'},textarea:{title:'ÙÛÚÚ¯ÛÙØ§Û ÙاØÛÙÙ´ ٠تÙÛ',cols:'ستÙÙÙا',rows:'سطرÙا'},textfield:{title:'ÙÛÚÚ¯ÛÙØ§Û ÙÛÙد ٠تÙÛ',name:'Ùا٠',value:'Ù Ùدار',charWidth:'Ù¾ÙÙØ§Û ÙÙÛسÙ',maxChars:'بÛØ´ÛÙÙÙ´ ÙÙÛسÙÙا',type:'ÙÙع',typeText:'٠تÙ',typePass:'گذرÙاÚÙ'},hidden:{title:'ÙÛÚÚ¯ÛÙØ§Û ÙÛÙد Ù¾ÙÙاÙ',name:'Ùا٠',value:'Ù Ùدار'},image:{title:'ÙÛÚÚ¯ÛÙØ§Û ØªØµÙÛر',titleButton:'ÙÛÚÚ¯ÛÙØ§Û Ø¯Ú©Ù ÙÙ´ تصÙÛرÛ',menu:'ÙÛÚÚ¯ÛÙØ§Û ØªØµÙÛر',infoTab:'اطÙاعات تصÙÛر',btnUpload:'ب٠سرÙر بÙرست',upload:'اÙتÙا٠ب٠سرÙر',alt:'٠ت٠جاÛگزÛÙ',lockRatio:'ÙÙÙکرد٠ÙÙسبت',resetSize:'بازÙشاÙÛ Ø§ÙدازÙ',border:'ÙبÙ',hSpace:'ÙاصÙÙÙ´ اÙÙÛ',vSpace:'ÙاصÙÙÙ´ ع٠ÙدÛ',alertUrl:'ÙØ·Ùا URL تصÙÛر را بÙÙÛسÛد',linkTab:'Ù¾ÛÙÙد',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'ÙÛÚÚ¯ÛÙØ§Û Flash',propertiesTab:'Properties',title:'ÙÛÚÚ¯ÛÙØ§Û Flash',chkPlay:'آغاز ÙØ®Ùدکار',chkLoop:'Ø§Ø¬Ø±Ø§Û Ù¾ÛاپÛ',chkMenu:'دردسترسبÙد٠٠ÙÙÛ Flash',chkFull:'Allow Fullscreen',scale:'Ù ÙÛاس',scaleAll:'Ù٠اÛØ´ ÙÙ Ù',scaleNoBorder:'بدÙ٠کراÙ',scaleFit:'جاÛÚ¯ÛØ±Û Ú©Ø§Ù Ù',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'پائÛÙ Ù Ø·ÙÙ',alignAbsMiddle:'Ùسط Ù Ø·ÙÙ',alignBaseline:'خطپاÛÙ',alignTextTop:'٠ت٠باÙا',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'رÙÚ¯ پسز٠ÛÙÙ',hSpace:'ÙاصÙÙÙ´ اÙÙÛ',vSpace:'ÙاصÙÙÙ´ ع٠ÙدÛ',validateSrc:'ÙØ·Ùا URL Ù¾ÛÙÙد را بÙÙÛسÛد',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Ø¨Ø±Ø±Ø³Û Ø§Ù Ùا',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'در ÙاÚÙÙا٠٠ÛاÙت Ùشد',changeTo:'تغÛÛر بÙ',btnIgnore:'ÚØ´Ù Ù¾ÙØ´Û',btnIgnoreAll:'ÚØ´Ù Ù¾ÙØ´Û ÙÙ Ù',btnReplace:'جاÛگزÛÙÛ',btnReplaceAll:'جاÛگزÛÙÛ ÙÙ Ù',btnUndo:'ÙاÚÛÙØ´',noSuggestions:'- Ù¾ÛØ´ÙÙØ§Ø¯Û ÙÛست -',progress:'Ø¨Ø±Ø±Ø³Û Ø§Ù Ùا در Øا٠اÙجا٠...',noMispell:'Ø¨Ø±Ø±Ø³Û Ø§Ù Ùا اÙجا٠شد. ÙÛÚ ØºÙطا٠ÙØ§Ø¦Û ÛاÙت Ùشد',noChanges:'Ø¨Ø±Ø±Ø³Û Ø§Ù Ùا اÙجا٠شد. ÙÛÚ ÙاÚÙØ§Û ØªØºÛÛر ÙÛاÙت',oneChange:'Ø¨Ø±Ø±Ø³Û Ø§Ù Ùا اÙجا٠شد. ÛÚ© ÙاÚ٠تغÛÛر ÛاÙت',manyChanges:'Ø¨Ø±Ø±Ø³Û Ø§Ù Ùا اÙجا٠شد. %1 ÙاÚ٠تغÛÛر ÛاÙت',ieSpellDownload:'بررسÛÚ©ÙÙدÙÙ´ ا٠Ùا Ùصب Ùشد٠است. Ø¢Ûا Ù ÛØ®ÙاÙÛد آ٠را Ù٠اکÙÙ٠درÛاÙت Ú©ÙÛدØ'},smiley:{toolbar:'Ø®ÙداÙÚ©',title:'Ú¯ÙجاÙد٠خÙداÙÚ©',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'ÙÙرست ش٠ارÙدار',bulletedlist:'ÙÙرست ÙÙØ·ÙاÛ',indent:'اÙزاÛØ´ تÙرÙتگÛ',outdent:'کاÙØ´ تÙرÙتگÛ',justify:{left:'ÚÙ¾ÚÛÙ',center:'Ù ÛاÙÚÛÙ',right:'راستÚÛÙ',block:'بÙÙÚ©ÚÛÙ'},blockquote:'بÙÙÚ© ÙÙÙ ÙÙÙ',clipboard:{title:'ÚسباÙدÙ',cutError:'تÙظÛ٠ات ا٠ÙÛØªÛ Ù Ø±Ùرگر ش٠ا اجاز٠ÙÙ ÛدÙد Ú©Ù ÙÛراÛشگر ب٠طÙر Ø®Ùدکار ع٠ÙکردÙØ§Û Ø¨Ø±Ø´ را اÙجا٠دÙد. ÙØ·Ùا با دک٠ÙÙØ§Û ØµÙØÙÚ©ÙÛد اÛ٠کار را اÙجا٠دÙÛد (Ctrl/Cmd+X).',copyError:'تÙظÛ٠ات ا٠ÙÛØªÛ Ù Ø±Ùرگر ش٠ا اجاز٠ÙÙ ÛدÙد Ú©Ù ÙÛراÛشگر ب٠طÙر Ø®Ùدکار ع٠ÙکردÙØ§Û Ú©Ù¾Ûکرد٠را اÙجا٠دÙد. ÙØ·Ùا با دک٠ÙÙØ§Û ØµÙØÙÚ©ÙÛد اÛ٠کار را اÙجا٠دÙÛد (Ctrl/Cmd+C).',pasteMsg:'ÙØ·Ùا ٠ت٠را با Ú©ÙÛدÙØ§Û (<STRONG>Ctrl/Cmd+V</STRONG>) در اÛ٠جعبÙÙ´ ٠تÙÛ Ø¨ÚسباÙÛد Ù <STRONG>پذÛرش</STRONG> را بزÙÛد.',securityMsg:'ب٠خاطر تÙظÛ٠ات ا٠ÙÛØªÛ Ù Ø±Ùرگر Ø´Ù Ø§Ø ÙÛراÛشگر ÙÙ ÛتÙاÙد Ø¯Ø³ØªØ±Ø³Û Ù Ø³ØªÙÛ٠ب٠دادÙÙØ§Û clipboard داشت٠باشد. ش٠ا باÛد دÙبار٠آÙرا در اÛÙ Ù¾Ùجر٠بÚسباÙÛد.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'ÚسباÙد٠از Word',title:'ÚسباÙد٠از Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'ÚسباÙد٠ب٠عÙÙا٠٠ت٠ÙسادÙ',title:'ÚسباÙد٠ب٠عÙÙا٠٠ت٠ÙسادÙ'},templates:{button:'اÙÚ¯ÙÙا',title:'اÙÚ¯ÙÙØ§Û Ù ØتÙÛات',options:'Template Options',insertOption:'Ù ØتÙÛات Ú©ÙÙÙÛ Ø¬Ø§ÛگزÛÙ Ø´ÙÙد',selectPromptMsg:'ÙØ·Ùا اÙÚ¯ÙÛ Ù ÙردÙظر را Ø¨Ø±Ø§Û Ø¨Ø§Ø²Ú©Ø±Ø¯Ù Ø¯Ø± ÙÛراÛشگر برگزÛÙÛد<br>(Ù ØتÙÛات Ú©ÙÙÙÛ Ø§Ø² دست Ø®ÙاÙÙد رÙت):',emptyListMsg:'(اÙÚ¯ÙØ¦Û ØªØ¹Ø±ÛÙ Ùشد٠است)'},showBlocks:'Ù٠اÛØ´ بÙÙÚ©Ùا',stylesCombo:{label:'سبک',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Ùر٠ت',panelTitle:'Ùر٠ت',tag_p:'Ùر٠اÙ',tag_pre:'Ùر٠تشدÙ',tag_address:'آدرس',tag_h1:'سرÙÙÛس 1',tag_h2:'سرÙÙÛس 2',tag_h3:'سرÙÙÛس 3',tag_h4:'سرÙÙÛس 4',tag_h5:'سرÙÙÛس 5',tag_h6:'سرÙÙÛس 6',tag_div:'بÙد'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'ÙÙÙ ',voiceLabel:'Font',panelTitle:'ÙÙÙ '},fontSize:{label:'اÙدازÙ',voiceLabel:'Font Size',panelTitle:'اÙدازÙ'},colorButton:{textColorTitle:'رÙÚ¯ ٠تÙ',bgColorTitle:'رÙÚ¯ پسز٠ÛÙÙ',panelTitle:'Colors',auto:'Ø®Ùدکار',more:'رÙÚ¯ÙØ§Û Ø¨Ûشتر...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'ÙÛÚÚ¯ÛÙØ§Û Ø³Ùد',title:'ÙÛÚÚ¯ÛÙØ§Û Ø³Ùد',design:'Design',meta:'ÙرادادÙ',chooseColor:'Choose',other:'<ساÛر>',docTitle:'عÙÙا٠صÙØÙ',charset:'Ø±Ù Ø²Ú¯Ø°Ø§Ø±Û ÙÙÛسÙگاÙ',charsetOther:'Ø±Ù Ø²Ú¯Ø°Ø§Ø±Û ÙÙÛسÙگا٠دÛگر',charsetASCII:'ASCII',charsetCE:'ارÙÙ¾Ø§Û Ù Ø±Ú©Ø²Û',charsetCT:'ÚÛÙÛ Ø±Ø³Ù Û (Big5)',charsetCR:'سÛرÛÙÛÚ©',charsetGR:'ÛÙÙاÙÛ',charsetJP:'ÚاپÙÛ',charsetKR:'کرÙاÛ',charsetTR:'ترکÛ',charsetUN:'ÛÙÙÛÚ©Ùد (UTF-8)',charsetWE:'ارÙÙ¾Ø§Û ØºØ±Ø¨Û',docType:'عÙÙا٠ÙÙع سÙد',docTypeOther:'عÙÙا٠ÙÙع سÙد دÛگر',xhtmlDec:'شا٠٠تعارÛÙ XHTML',bgColor:'رÙÚ¯ پسز٠ÛÙÙ',bgImage:'URL تصÙÛر پسز٠ÛÙÙ',bgFixed:'پسز٠ÛÙÙÙ´ Ù¾Û٠اÛØ´ÙاپذÛر',txtColor:'رÙÚ¯ ٠تÙ',margin:'ØاشÛÙÙØ§Û ØµÙØÙ',marginTop:'باÙا',marginLeft:'ÚÙ¾',marginRight:'راست',marginBottom:'پاÛÛÙ',metaKeywords:'Ú©ÙÛدÙاÚگا٠Ù٠اÛÙÚ¯Ø°Ø§Ø±Û Ø³Ùد (با کا٠ا جدا Ø´ÙÙد)',metaDescription:'تÙصÛ٠سÙد',metaAuthor:'ÙÙÛسÙدÙ',metaCopyright:'Ú©Ù¾ÛراÛت',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['fa']={"editor":"ÙÛراÛشگر ٠ت٠کا٠Ù","editorPanel":"Ù¾ÙÙ ÙÛراÛشگر ٠ت٠غÙÛ","common":{"editorHelp":"Ú©ÙÛد Alt+0 را Ø¨Ø±Ø§Û Ø±Ø§ÙÙ٠اÛÛ Ø¨ÙشارÛد","browseServer":"ÙÙرستÙ٠اÛÛ Ø³Ø±Ùر","url":"URL","protocol":"پرÙتکÙ","upload":"آپÙÙد","uploadSubmit":"ب٠سرÙر بÙرست","image":"تصÙÛر","flash":"ÙÙØ´","form":"Ùر٠","checkbox":"Úکباکس","radio":"دک٠ÙÛ Ø±Ø§Ø¯ÛÙÛÛ","textField":"ÙÛÙد ٠تÙÛ","textarea":"ÙاØÛÙÙ´ ٠تÙÛ","hiddenField":"ÙÛÙد Ù¾ÙÙاÙ","button":"دک٠Ù","select":"ÙÛÙد اÙتخاب ÚÙد گزÛÙÙاÛ","imageButton":"دک٠ÙÛ ØªØµÙÛرÛ","notSet":"<تعÛÙ ÙشدÙ>","id":"Ø´ÙاسÙ","name":"Ùا٠","langDir":"جÙتÙÙ Ø§Û Ø²Ø¨Ø§Ù","langDirLtr":"ÚÙ¾ ب٠راست","langDirRtl":"راست ب٠ÚÙ¾","langCode":"کد زباÙ","longDescr":"URL تÙصÛÙ Ø·ÙÙاÙÛ","cssClass":"Ú©ÙاسÙØ§Û Ø´ÛÙÙÙا٠٠(Stylesheet)","advisoryTitle":"عÙÙا٠ک٠کÛ","cssStyle":"Ø´ÛÙÙ (style)","ok":"پذÛرش","cancel":"اÙصراÙ","close":"بستÙ","preview":"Ù¾ÛØ´Ù٠اÛØ´","resize":"تغÛÛر اÙدازÙ","generalTab":"ع٠ÙÙ Û","advancedTab":"Ù¾ÛشرÙتÙ","validateNumberFailed":"اÛÙ Ù Ùدار ÛÚ© عدد ÙÛست.","confirmNewPage":"Ùر تغÛÛر اÛجاد شدÙÛ Ø°Ø®Ûر٠Ùشد٠از بÛÙ Ø®ÙاÙد رÙت. Ø¢Ûا اط٠ÛÙا٠دارÛد Ú©Ù Ùصد بارگÛØ±Û ØµÙØ٠جدÛØ¯Û Ø±Ø§ دارÛدØ","confirmCancel":"Ø¨Ø±Ø®Û Ø§Ø² گزÛÙÙÙا تغÛÛر کردÙاÙد. Ø¢Ûا ÙاÙعا Ùصد بست٠اÛÙ Ù¾Ùجر٠را دارÛدØ","options":"گزÛÙÙÙا","target":"ÙØÙ٠باز کردÙ","targetNew":"Ù¾Ùجر٠جدÛد","targetTop":"باÙاترÛÙ Ù¾ÙجرÙ","targetSelf":"Ù٠ا٠پÙجرÙ","targetParent":"Ù¾Ùجر٠ÙاÙد","langDirLTR":"ÚÙ¾ ب٠راست","langDirRTL":"راست ب٠ÚÙ¾","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":"زÛرخطدار"},"bidi":{"ltr":"ÙÙشتار ٠ت٠از ÚÙ¾ ب٠راست","rtl":"ÙÙشتار ٠ت٠از راست ب٠ÚÙ¾"},"blockquote":{"toolbar":"بÙÙÚ© ÙÙÙ ÙÙÙ"},"clipboard":{"copy":"رÙÙÙشت","copyError":"تÙظÛ٠ات ا٠ÙÛØªÛ Ù Ø±Ùرگر ش٠ا اجاز٠ÙÙ ÛدÙد Ú©Ù ÙÛراÛشگر ب٠طÙر Ø®Ùدکار ع٠ÙکردÙØ§Û Ú©Ù¾Û Ú©Ø±Ø¯Ù Ø±Ø§ اÙجا٠دÙد. ÙØ·Ùا با دک٠ÙÙØ§Û ØµÙØÙ Ú©ÙÛد اÛ٠کار را اÙجا٠دÙÛد (Ctrl/Cmd+C).","cut":"برش","cutError":"تÙظÛ٠ات ا٠ÙÛØªÛ Ù Ø±Ùرگر ش٠ا اجاز٠ÙÙ ÛدÙد Ú©Ù ÙÛراÛشگر ب٠طÙر Ø®Ùدکار ع٠ÙکردÙØ§Û Ø¨Ø±Ø´ را اÙجا٠دÙد. ÙØ·Ùا با دک٠ÙÙØ§Û ØµÙØÙ Ú©ÙÛد اÛ٠کار را اÙجا٠دÙÛد (Ctrl/Cmd+X).","paste":"ÚسباÙدÙ","pasteArea":"Ù ØÙ ÚسباÙدÙ","pasteMsg":"ÙØ·Ùا ٠ت٠را با Ú©ÙÛدÙØ§Û (<STRONG>Ctrl/Cmd+V</STRONG>) در اÛ٠جعبÙÙ´ ٠تÙÛ Ø¨ÚسباÙÛد Ù <STRONG>پذÛرش</STRONG> را بزÙÛد.","securityMsg":"ب٠خاطر تÙظÛ٠ات ا٠ÙÛØªÛ Ù Ø±Ùرگر Ø´Ù Ø§Ø ÙÛراÛشگر ÙÙ ÛتÙاÙد Ø¯Ø³ØªØ±Ø³Û Ù Ø³ØªÙÛ٠ب٠دادÙÙØ§Û clipboard داشت٠باشد. ش٠ا باÛد دÙبار٠آÙرا در اÛÙ Ù¾Ùجر٠بÚسباÙÛد.","title":"ÚسباÙدÙ"},"button":{"selectedLabel":"%1 (اÙتخاب شدÙ)"},"colorbutton":{"auto":"Ø®Ùدکار","bgColorTitle":"رÙÚ¯ پسز٠ÛÙÙ","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":"سÙÛد"},"more":"رÙÚ¯ÙØ§Û Ø¨Ûشتر...","panelTitle":"رÙÚ¯Ùا","textColorTitle":"رÙÚ¯ ٠تÙ"},"colordialog":{"clear":"پاک کردÙ","highlight":"٠ت٠اÛز","options":"گزÛÙÙÙØ§Û Ø±ÙÚ¯","selected":"رÙÚ¯ اÙتخاب شدÙ","title":"اÙتخاب رÙÚ¯"},"templates":{"button":"اÙÚ¯ÙÙا","emptyListMsg":"(اÙÚ¯ÙØ¦Û ØªØ¹Ø±ÛÙ Ùشد٠است)","insertOption":"Ù ØتÙÛات Ú©ÙÙÙÛ Ø¬Ø§ÛگزÛÙ Ø´ÙÙد","options":"گزÛÙÙÙØ§Û Ø§ÙÚ¯Ù","selectPromptMsg":"ÙØ·Ùا اÙÚ¯ÙÛ Ù ÙردÙظر را Ø¨Ø±Ø§Û Ø¨Ø§Ø²Ú©Ø±Ø¯Ù Ø¯Ø± ÙÛراÛشگر برگزÛÙÛد<br>(Ù ØتÙÛات Ú©ÙÙÙÛ Ø§Ø² دست Ø®ÙاÙÙد رÙت):","title":"اÙÚ¯ÙÙØ§Û Ù ØتÙÛات"},"contextmenu":{"options":"گزÛÙÙÙØ§Û Ù ÙÙÛ Ø²Ù ÛÙÙ"},"div":{"IdInputLabel":"Ø´ÙاسÙ","advisoryTitleInputLabel":"عÙÙا٠٠شاÙرÙ","cssClassInputLabel":"Ú©ÙاسÙØ§Û Ø´ÛÙÙÙا٠Ù","edit":"ÙÛراÛØ´ Div","inlineStyleInputLabel":"سبک درÙÙخطÛ(Inline Style)","langDirLTRLabel":"ÚÙ¾ ب٠راست (LTR)","langDirLabel":"جÙت ÙÙØ´ØªØ§Ø±Û Ø²Ø¨Ø§Ù","langDirRTLLabel":"راست ب٠ÚÙ¾ (RTL)","languageCodeInputLabel":" کد زباÙ","remove":"ØØ°Ù Div","styleSelectLabel":"سبک","title":"اÛجاد ÛÚ© Ù ØÙ DIV","toolbar":"اÛجاد ÛÚ© Ù ØÙ DIV"},"toolbar":{"toolbarCollapse":"بست٠ÙÙار ابزار","toolbarExpand":"بازکرد٠ÙÙار ابزار","toolbarGroups":{"document":"سÙد","clipboard":"ØاÙظ٠٠ÙÙت/برگشت","editing":"در Øا٠ÙÛراÛØ´","forms":"Ùر٠Ùا","basicstyles":"Ø´ÛÙÙÙØ§Û Ù¾Ø§ÛÙ","paragraph":"بÙد","links":"Ù¾ÛÙÙدÙا","insert":"ÙرÙد","styles":"Ø´ÛÙÙÙا","colors":"رÙÚ¯Ùا","tools":"ابزارÙا"},"toolbars":"ÙÙار ابزار"},"elementspath":{"eleLabel":"٠سÛر عÙاصر","eleTitle":"%1 عÙصر"},"find":{"find":"جستجÙ","findOptions":"گزÛÙÙÙØ§Û Ø¬Ø³ØªØ¬Ù","findWhat":"ÚÙ ÚÛز را Ù ÛÛابÛد:","matchCase":"Ù٠ساÙÛ Ø¯Ø± Ø¨Ø²Ø±Ú¯Û Ù Ú©ÙÚÚ©Û ÙÙÛسÙÙا","matchCyclic":"Ù٠ساÙÛ Ø¨Ø§ ÚرخÙ","matchWord":"Ù٠ساÙÛ Ø¨Ø§ ÙاÚÙÙ´ کا٠Ù","notFoundMsg":"٠ت٠٠ÙردÙظر ÛاÙت Ùشد.","replace":"جاÛگزÛÙÛ","replaceAll":"جاÛگزÛÙÛ ÙÙ ÙÙ´ ÛاÙتÙÙا","replaceSuccessMsg":"%1 رخداد جاÛگزÛ٠شد.","replaceWith":"جاÛگزÛÙÛ Ø¨Ø§:","title":"جستج٠٠جاÛگزÛÙÛ"},"fakeobjects":{"anchor":"ÙÙگر","flash":"اÙÛÙ Ø´Ù ÙÙØ´","hiddenfield":"ÙÛÙد Ù¾ÙÙاÙ","iframe":"IFrame","unknown":"Ø´ÛØ¡ ÙاشÙاختÙ"},"flash":{"access":"Ø¯Ø³ØªØ±Ø³Û Ø¨Ù Ø§Ø³Ú©Ø±Ûپت","accessAlways":"ÙÙ ÛØ´Ù","accessNever":"Ùرگز","accessSameDomain":"Ù٠ا٠دا٠ÙÙ","alignAbsBottom":"پائÛÙ Ù Ø·ÙÙ","alignAbsMiddle":"Ùسط Ù Ø·ÙÙ","alignBaseline":"خط پاÛÙ","alignTextTop":"٠ت٠باÙا","bgcolor":"رÙÚ¯ پسز٠ÛÙÙ","chkFull":"اجاز٠ت٠ا٠صÙØÙ","chkLoop":"Ø§Ø¬Ø±Ø§Û Ù¾ÛاپÛ","chkMenu":"در دسترس بÙد٠٠ÙÙÛ ÙÙØ´","chkPlay":"آغاز Ø®Ùدکار","flashvars":"Ù ÙادÛر Ø¨Ø±Ø§Û ÙÙØ´","hSpace":"ÙاصÙÙÙ´ اÙÙÛ","properties":"ÙÛÚÚ¯ÛÙØ§Û ÙÙØ´","propertiesTab":"ÙÛÚÚ¯ÛÙا","quality":"Ú©ÛÙÛت","qualityAutoHigh":"باÙا - Ø®Ùدکار","qualityAutoLow":"پاÛÛÙ - Ø®Ùدکار","qualityBest":"بÙترÛÙ","qualityHigh":"باÙا","qualityLow":"پاÛÛÙ","qualityMedium":"٠تÙسط","scale":"Ù ÙÛاس","scaleAll":"Ù٠اÛØ´ ÙÙ Ù","scaleFit":"جاÛÚ¯ÛØ±Û Ú©Ø§Ù Ù","scaleNoBorder":"بدÙ٠کراÙ","title":"ÙÛÚÚ¯ÛÙØ§Û ÙÙØ´","vSpace":"ÙاصÙÙÙ´ ع٠ÙدÛ","validateHSpace":"Ù Ùدار ÙاصÙÙ Ú¯Ø°Ø§Ø±Û Ø§ÙÙÛ Ø¨Ø§Ûد ÛÚ© عدد باشد.","validateSrc":"ÙØ·Ùا URL Ù¾ÛÙÙد را بÙÙÛسÛد","validateVSpace":"Ù Ùدار ÙاصÙÙ Ú¯Ø°Ø§Ø±Û Ø¹Ù ÙØ¯Û Ø¨Ø§Ûد ÛÚ© عدد باشد.","windowMode":"ØاÙت Ù¾ÙجرÙ","windowModeOpaque":"٠ات","windowModeTransparent":"Ø´ÙاÙ","windowModeWindow":"Ù¾ÙجرÙ"},"font":{"fontSize":{"label":"اÙدازÙ","voiceLabel":"اÙداز٠ÙÙÙ ","panelTitle":"اÙداز٠ÙÙÙ "},"label":"ÙÙÙ ","panelTitle":"Ùا٠ÙÙÙ ","voiceLabel":"ÙÙÙ "},"forms":{"button":{"title":"ÙÛÚÚ¯ÛÙØ§Û Ø¯Ú©Ù Ù","text":"٠ت٠(Ù Ùدار)","type":"ÙÙع","typeBtn":"دک٠Ù","typeSbm":"ثبت","typeRst":"بازÙشاÙÛ (Reset)"},"checkboxAndRadio":{"checkboxTitle":"ÙÛÚÚ¯ÛÙØ§Û Ø®Ø§ÙÙÙ´ گزÛÙÙاÛ","radioTitle":"ÙÛÚÚ¯ÛÙØ§Û Ø¯Ú©Ù ÙÙ´ رادÛÙÛÛ","value":"Ù Ùدار","selected":"برگزÛدÙ"},"form":{"title":"ÙÛÚÚ¯ÛÙØ§Û Ùر٠","menu":"ÙÛÚÚ¯ÛÙØ§Û Ùر٠","action":"رÙÛداد","method":"٠تد","encoding":"ر٠زÙگارÛ"},"hidden":{"title":"ÙÛÚÚ¯ÛÙØ§Û ÙÛÙد Ù¾ÙÙاÙ","name":"Ùا٠","value":"Ù Ùدار"},"select":{"title":"ÙÛÚÚ¯ÛÙØ§Û ÙÛÙد ÚÙدگزÛÙÙاÛ","selectInfo":"اطÙاعات","opAvail":"گزÛÙÙÙØ§Û Ø¯Ø±Ø¯Ø³ØªØ±Ø³","value":"Ù Ùدار","size":"اÙدازÙ","lines":"خطÙØ·","chkMulti":"گزÛÙØ´ ÚÙدگاÙÙ ÙراÙ٠باشد","opText":"٠تÙ","opValue":"Ù Ùدار","btnAdd":"اÙزÙدÙ","btnModify":"ÙÛراÛØ´","btnUp":"باÙا","btnDown":"پائÛÙ","btnSetValue":"تÙظÛ٠ب٠عÙÙا٠٠Ùدار برگزÛدÙ","btnDelete":"پاککردÙ"},"textarea":{"title":"ÙÛÚÚ¯ÛÙØ§Û ÙاØÛÙÙ´ ٠تÙÛ","cols":"ستÙÙÙا","rows":"سطرÙا"},"textfield":{"title":"ÙÛÚÚ¯ÛÙØ§Û ÙÛÙد ٠تÙÛ","name":"Ùا٠","value":"Ù Ùدار","charWidth":"Ù¾ÙÙØ§Û ÙÙÛسÙ","maxChars":"بÛØ´ÛÙÙÙ´ ÙÙÛسÙÙا","type":"ÙÙع","typeText":"٠تÙ","typePass":"گذرÙاÚÙ","typeEmail":"اÛÙ ÛÙ","typeSearch":"جستجÙ","typeTel":"ش٠ار٠تÙÙÙ","typeUrl":"URL"}},"format":{"label":"Ùر٠ت","panelTitle":"Ùر٠ت","tag_address":"آدرس","tag_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":"Ú¯ÙجاÙد٠خط اÙÙÛ"},"iframe":{"border":"Ù٠اÛØ´ خطÙØ· frame","noUrl":"ÙØ·Ùا ٠سÛر URL iframe را درج Ú©ÙÛد","scrolling":"Ù٠اÛØ´ خطکشÙا","title":"ÙÛÚÚ¯ÛÙØ§Û IFrame","toolbar":"IFrame"},"image":{"alertUrl":"ÙØ·Ùا URL تصÙÛر را بÙÙÛسÛد","alt":"٠ت٠جاÛگزÛÙ","border":"ÙبÙ","btnUpload":"ب٠سرÙر بÙرست","button2Img":"Ø¢Ûا ٠اÛÙÛد از ÛÚ© تصÙÛر ساد٠رÙÛ Ø¯Ú©Ù Ù ØªØµÙÛØ±Û Ø§Ùتخاب شد٠استÙاد٠کÙÛدØ","hSpace":"ÙاصÙÙÙ´ اÙÙÛ","img2Button":"Ø¢Ûا ٠اÛÙÛد از ÛÚ© دک٠٠تصÙÛØ±Û Ø±ÙÛ ØªØµÙÛر اÙتخاب شد٠استÙاد٠کÙÛدØ","infoTab":"اطÙاعات تصÙÛر","linkTab":"Ù¾ÛÙÙد","lockRatio":"ÙÙ٠کرد٠Ùسبت","menu":"ÙÛÚÚ¯ÛÙØ§Û ØªØµÙÛر","resetSize":"بازÙشاÙÛ Ø§ÙدازÙ","title":"ÙÛÚÚ¯ÛÙØ§Û ØªØµÙÛر","titleButton":"ÙÛÚÚ¯ÛÙØ§Û Ø¯Ú©Ù ÙÙ´ تصÙÛرÛ","upload":"اÙتÙا٠ب٠سرÙر","urlMissing":"آدرس URL اصÙÛ ØªØµÙÛر ÛاÙت Ùشد.","vSpace":"ÙاصÙÙÙ´ ع٠ÙدÛ","validateBorder":"Ù Ùدار خطÙØ· باÛد ÛÚ© عدد باشد.","validateHSpace":"Ù Ùدار ÙاصÙÙ Ú¯Ø°Ø§Ø±Û Ø§ÙÙÛ Ø¨Ø§Ûد ÛÚ© عدد باشد.","validateVSpace":"Ù Ùدار ÙاصÙÙ Ú¯Ø°Ø§Ø±Û Ø¹Ù ÙØ¯Û Ø¨Ø§Ûد ÛÚ© عدد باشد."},"indent":{"indent":"اÙزاÛØ´ تÙرÙتگÛ","outdent":"کاÙØ´ تÙرÙتگÛ"},"smiley":{"options":"گزÛÙÙÙØ§Û Ø®ÙداÙÚ©","title":"Ú¯ÙجاÙد٠خÙداÙÚ©","toolbar":"Ø®ÙداÙÚ©"},"justify":{"block":"بÙÙÚ© ÚÛÙ","center":"Ù Ûا٠ÚÛÙ","left":"ÚÙ¾ ÚÛÙ","right":"راست ÚÛÙ"},"language":{"button":"تÙظÛ٠زباÙ","remove":"Øذ٠زباÙ"},"link":{"acccessKey":"Ú©ÙÛد دستÛابÛ","advanced":"Ù¾ÛشرÙتÙ","advisoryContentType":"ÙÙع Ù ØتÙØ§Û Ú©Ù Ú©Û","advisoryTitle":"عÙÙا٠ک٠کÛ","anchor":{"toolbar":"Ú¯ÙجاÙدÙ/ÙÛراÛØ´ ÙÙگر","menu":"ÙÛÚÚ¯ÛÙØ§Û ÙÙگر","title":"ÙÛÚÚ¯ÛÙØ§Û ÙÙگر","name":"Ùا٠ÙÙگر","errorName":"ÙØ·Ùا Ùا٠ÙÙگر را بÙÙÛسÛد","remove":"ØØ°Ù ÙÙگر"},"anchorId":"با Ø´ÙاسÙÙ´ اÙ٠اÙ","anchorName":"با Ùا٠ÙÙگر","charset":"ÙÙÛسÙگا٠٠Ùبع Ù¾ÛÙÙد شدÙ","cssClasses":"Ú©ÙاسÙØ§Û Ø´ÛÙÙÙا٠Ù(Stylesheet)","emailAddress":"ÙشاÙÛ Ù¾Ø³Øª اÙکترÙÙÛÚ©Û","emailBody":"٠ت٠پÛا٠","emailSubject":"Ù ÙضÙع Ù¾Ûا٠","id":"Ø´ÙاسÙ","info":"اطÙاعات Ù¾ÛÙÙد","langCode":"جÙتÙÙ Ø§Û Ø²Ø¨Ø§Ù","langDir":"جÙتÙÙ Ø§Û Ø²Ø¨Ø§Ù","langDirLTR":"ÚÙ¾ ب٠راست (LTR)","langDirRTL":"راست ب٠ÚÙ¾ (RTL)","menu":"ÙÛراÛØ´ Ù¾ÛÙÙد","name":"Ùا٠","noAnchors":"(در اÛ٠سÙد ÙÙÚ¯Ø±Û Ø¯Ø±Ø¯Ø³ØªØ±Ø³ ÙÛست)","noEmail":"ÙØ·Ùا ÙشاÙÛ Ù¾Ø³Øª اÙکترÙÙÛÚ©Û Ø±Ø§ بÙÙÛسÛد","noUrl":"ÙØ·Ùا URL Ù¾ÛÙÙد را بÙÙÛسÛد","other":"<ساÛر>","popupDependent":"Ùابست٠(Netscape)","popupFeatures":"ÙÛÚÚ¯ÛÙØ§Û Ù¾ÙجرÙÙ´ پاپاپ","popupFullScreen":"ت٠ا٠صÙØÙ (IE)","popupLeft":"Ù ÙÙعÛت ÚÙ¾","popupLocationBar":"ÙÙار Ù ÙÙعÛت","popupMenuBar":"ÙÙار Ù ÙÙ","popupResizable":"Ùاب٠تغÛÛر اÙدازÙ","popupScrollBars":"Ù ÛÙÙÙØ§Û Ù¾Û٠اÛØ´","popupStatusBar":"ÙÙار ÙضعÛت","popupToolbar":"ÙÙار ابزار","popupTop":"Ù ÙÙعÛت باÙا","rel":"ÙابستگÛ","selectAnchor":"ÛÚ© ÙÙگر برگزÛÙÛد","styles":"Ø´ÛÙÙ (style)","tabIndex":"Ù٠اÛÙÙ´ Ø¯Ø³ØªØ±Ø³Û Ø¨Ø§ برگÙ","target":"Ù Ùصد","targetFrame":"<ÙرÛÙ >","targetFrameName":"Ùا٠ÙرÛÙ Ù Ùصد","targetPopup":"<Ù¾ÙجرÙÙ´ پاپاپ>","targetPopupName":"Ùا٠پÙجرÙÙ´ پاپاپ","title":"Ù¾ÛÙÙد","toAnchor":"ÙÙگر در ÙÙ Û٠صÙØÙ","toEmail":"پست اÙکترÙÙÛÚ©Û","toUrl":"URL","toolbar":"Ú¯ÙجاÙدÙ/ÙÛراÛØ´ Ù¾ÛÙÙد","type":"ÙÙع Ù¾ÛÙÙد","unlink":"برداشت٠پÛÙÙد","upload":"اÙتÙا٠ب٠سرÙر"},"list":{"bulletedlist":"ÙÙرست ÙÙØ·ÙاÛ","numberedlist":"ÙÙرست ش٠ارÙدار"},"liststyle":{"armenian":"ش٠ارÙÚ¯Ø°Ø§Ø±Û Ø§Ø±Ù ÙÛ","bulletedTitle":"ÙÛÚÚ¯ÛÙØ§Û ÙÙرست Ú¯ÙÙÙÙدار","circle":"داÛرÙ","decimal":"دÙدÙÛ (1, 2, 3, etc.)","decimalLeadingZero":"دÙدÙÛ Ù٠را٠با صÙر (01, 02, 03, etc.)","disc":"صÙØ٠گرد","georgian":"ش٠ارÙÚ¯Ø°Ø§Ø±Û Ú¯Ø±ÛÚ¯ÙرÛÙ (an, ban, gan, etc.)","lowerAlpha":"پاÙÙÛس اÙÙباÛÛ (a, b, c, d, e, etc.)","lowerGreek":"پاÙÙÛس ÛÙÙاÙÛ (alpha, beta, gamma, etc.)","lowerRoman":"پاÙÙÛس رÙÙ Û (i, ii, iii, iv, v, etc.)","none":"ÙÛÚ","notset":"<تÙظÛÙ ÙشدÙ>","numberedTitle":"ÙÛÚÚ¯ÛÙØ§Û ÙÙرست ش٠ارÙدار","square":"ÚÙارگÙØ´","start":"شرÙع","type":"ÙÙع","upperAlpha":"باÙاÙÙÛس اÙÙباÛÛ (A, B, C, D, E, etc.)","upperRoman":"باÙاÙÙÛس رÙÙ Û (I, II, III, IV, V, etc.)","validateStartNumber":"ÙÙرست ش٠ار٠شرÙع باÛد ÛÚ© عدد صØÛØ Ø¨Ø§Ø´Ø¯."},"magicline":{"title":"Ùرار داد٠بÙد در اÛÙجا"},"maximize":{"maximize":"بÛØ´Ù٠کردÙ","minimize":"Ú©Ù ÛÙ٠کردÙ"},"newpage":{"toolbar":"برگÙÙ´ تازÙ"},"pagebreak":{"alt":"شکست٠صÙØÙ","toolbar":"Ú¯ÙجاÙØ¯Ù Ø´Ú©Ø³ØªÚ¯Û Ù¾Ø§Ûا٠برگÙ"},"pastetext":{"button":"ÚسباÙد٠ب٠عÙÙا٠٠ت٠سادÙ","title":"ÚسباÙد٠ب٠عÙÙا٠٠ت٠سادÙ"},"pastefromword":{"confirmCleanup":"٠تÙÛ Ú©Ù Ù ÛØ®ÙاÙÛد بÚسباÙÛد ب٠Ùظر Ù Ûرسد ک٠از Word Ú©Ù¾Û Ø´Ø¯Ù Ø§Ø³Øª. Ø¢Ûا Ù ÛØ®ÙاÙÛد Ùب٠از ÚسباÙد٠آ٠را Ù¾Ø§Ú©Ø³Ø§Ø²Û Ú©ÙÛدØ","error":"ب٠دÙÛ٠برÙز Ø®Ø·Ø§Û Ø¯Ø§Ø®ÙÛ Ø§Ù Ú©Ø§Ù Ù¾Ø§Ú©Ø³Ø§Ø²Û Ø§Ø·Ùاعات بازÙشاÙÛ Ø´Ø¯Ù ÙجÙد Ùدارد.","title":"ÚسباÙد٠از Word","toolbar":"ÚسباÙد٠از Word"},"preview":{"preview":"Ù¾ÛØ´Ù٠اÛØ´"},"print":{"toolbar":"Úاپ"},"removeformat":{"toolbar":"برداشت٠Ùر٠ت"},"save":{"toolbar":"ذخÛرÙ"},"selectall":{"toolbar":"گزÛÙØ´ ÙÙ Ù"},"showblocks":{"toolbar":"Ù٠اÛØ´ بÙÙÚ©Ùا"},"sourcearea":{"toolbar":"Ù Ùبع"},"specialchar":{"options":"گزÛÙÙÙØ§Û ÙÙÛسÙÙØ§Û ÙÛÚÙ","title":"گزÛÙØ´ ÙÙÛسÙÛ ÙÛÚÙ","toolbar":"Ú¯ÙجاÙد٠ÙÙÛسÙÛ ÙÛÚÙ"},"scayt":{"about":"دربار٠SCAYT","aboutTab":"دربارÙ","addWord":"اÙزÙد٠Word","allCaps":"ÙادÛد٠گرÙت٠ÙÙ Ù Ú©ÙاÙ-ÙاÚÙÙا","dic_create":"اÛجاد","dic_delete":"ØØ°Ù","dic_field_name":"Ùا٠دÛÚ©Ø´ÙرÛ","dic_info":"در ابتدا دÛÚ©Ø´ÙØ±Û Ú©Ø§Ø±Ø¨Ø± در Ú©ÙÚ©Û Ø°Ø®Ûر٠٠ÛØ´Ùد. با اÛÙ ØاÙØ Ú©ÙÚ©ÛÙا در اÙداز٠٠ØدÙد شدÙاÙد. ÙÙØªÛ Ú©Ù Ø¯ÛÚ©Ø´ÙØ±Û Ú©Ø§Ø±Ø¨Ø±Û Ø¨Ø²Ø±Ú¯ Ù ÛØ´Ùد ٠ب٠ÙÙØ·ÙØ§Û Ú©Ù ÙÙ ÛتÙاÙد در Ú©ÙÚ©Û Ø°Ø®Ûر٠شÙØ¯Ø Ù¾Ø³ از آ٠دÛÚ©Ø´ÙØ±Û Ù Ù Ú©Ù Ø§Ø³Øª بر رÙÛ Ø³Ø±Ùر ٠ا ذخÛر٠شÙد. Ø¨Ø±Ø§Û Ø°Ø®Ûر٠دÛÚ©Ø´ÙØ±Û Ø´Ø®ØµÛ Ø´Ù Ø§ بر رÙÛ Ø³Ø±Ùر Ù Ø§Ø Ø¨Ø§Ûد ÛÚ© ÙØ§Ù Ø¨Ø±Ø§Û Ø¯ÛÚ©Ø´ÙØ±Û Ø®Ùد ٠شخص Ù٠اÛÛد. اگر ش٠ا ÙبÙا ÛÚ© دÛÚ©Ø´ÙØ±Û Ø±ÙÛ Ø³Ø±Ùر ٠ا ذخÛر٠کردÙاÛØ¯Ø ÙØ·Ùا Ùا٠آÙرا درج ٠رÙÛ Ø¯Ú©Ù Ù Ø¨Ø§Ø²ÛاÙت Ú©ÙÛÚ© Ù٠اÛÛد.","dic_rename":"تغÛÛر Ùا٠","dic_restore":"بازÛاÙت","dictionariesTab":"دÛÚ©Ø´ÙرÛÙا","disable":"غÛرÙعاÙØ³Ø§Ø²Û SCAYT","emptyDic":"Ùا٠دÛÚ©Ø´ÙØ±Û ÙباÛد خاÙÛ Ø¨Ø§Ø´Ø¯.","enable":"ÙعاÙØ³Ø§Ø²Û SCAYT","ignore":"عبÙر کردÙ","ignoreAll":"عبÙر کرد٠از ÙÙ Ù","ignoreDomainNames":"عبÙر از Ùا٠ÙØ§Û Ø¯Ø§Ù ÙÙ","langs":"زباÙÙا","languagesTab":"زباÙÙا","mixedCase":"عبÙر از Ú©ÙÙ Ø§ØªÛ Ù Ø±Ú©Ø¨ از ØرÙ٠بزرگ Ù Ú©ÙÚÚ©","mixedWithDigits":"عبÙر از Ú©Ù٠ات ب٠Ù٠را٠عدد","moreSuggestions":"Ù¾ÛØ´ÙÙادÙØ§Û Ø¨Ûشتر","opera_title":"تÙسط اپرا پشتÛباÙÛ ÙÙ ÛØ´Ùد","options":"گزÛÙÙÙا","optionsTab":"گزÛÙÙÙا","title":"Ø¨Ø±Ø±Ø³Û Ø§Ù ÙØ§Û ØªØ§ÛÙ¾ ش٠ا","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":"خط ٠بÙا","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":"Ù¾ÛکسÙ","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 diff --git a/skins/ckeditor/lang/fi.js b/skins/ckeditor/lang/fi.js index 66b84bc..1cdf92a 100644 --- a/skins/ckeditor/lang/fi.js +++ b/skins/ckeditor/lang/fi.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.fi={dir:'ltr',editorTitle:'Rikastekstieditori, %1, paina ALT 0 nähdäksesi ohjeen.',toolbars:'Editor toolbars',editor:'Rikastekstieditori',source:'Koodi',newPage:'Tyhjennä',save:'Tallenna',preview:'Esikatsele',cut:'Leikkaa',copy:'Kopioi',paste:'Liitä',print:'Tulosta',underline:'Alleviivattu',bold:'Lihavoitu',italic:'Kursivoitu',selectAll:'Valitse kaikki',removeFormat:'Poista muotoilu',strike:'Yliviivattu',subscript:'Alaindeksi',superscript:'Yläindeksi',horizontalrule:'Lisää murtoviiva',pagebreak:'Lisää sivunvaihto',pagebreakAlt:'Sivunvaihto',unlink:'Poista linkki',undo:'Kumoa',redo:'Toista',common:{browseServer:'Selaa palvelinta',url:'Osoite',protocol:'Protokolla',upload:'Lisää tiedosto',uploadSubmit:'Lähetä palvelimelle',image:'Kuva',flash:'Flash',form:'Lomake',checkbox:'Valintaruutu',radio:'Radiopainike',textField:'Tekstikenttä',textarea:'Tekstilaatikko',hiddenField:'Piilokenttä',button:'Painike',select:'Valintakenttä',imageButton:'Kuvapainike',notSet:'<ei asetettu>',id:'Tunniste',name:'Nimi',langDir:'Kielen suunta',langDirLtr:'Vasemmalta oikealle (LTR)',langDirRtl:'Oikealta vasemmalle (RTL)',langCode:'Kielikoodi',longDescr:'Pitkän kuvauksen URL',cssClass:'Tyyliluokat',advisoryTitle:'Avustava otsikko',cssStyle:'Tyyli',ok:'OK',cancel:'Peruuta',close:'Sulje',preview:'Esikatselu',generalTab:'Yleinen',advancedTab:'Lisäominaisuudet',validateNumberFailed:'Arvon pitää olla numero.',confirmNewPage:'Kaikki tallentamattomat muutokset tähän sisältöön menetetään. Oletko varma, että haluat ladata uuden sivun?',confirmCancel:'Jotkut asetuksista on muuttuneet. Oletko varma, että haluat sulkea valintaikkunan?',options:'Asetukset',target:'Kohde',targetNew:'Uusi ikkuna (_blank)',targetTop:'Päällimmäinen ikkuna (_top)',targetSelf:'Sama ikkuna (_self)',targetParent:'Ylemmän tason ikkuna (_parent)',langDirLTR:'Vasemmalta oikealle (LTR)',langDirRTL:'Oikealta vasemmalle (RTL)',styles:'Tyyli',cssClasses:'Tyylitiedoston luokat',width:'Leveys',height:'Korkeus',align:'Kohdistus',alignLeft:'Vasemmalle',alignRight:'Oikealle',alignCenter:'Keskelle',alignTop:'Ylös',alignMiddle:'Keskelle',alignBottom:'Alas',invalidHeight:'Korkeuden täytyy olla numero.',invalidWidth:'Leveyden täytyy olla numero.',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 %).',unavailable:'%1<span class="cke_accessibility">, ei saatavissa</span>'},contextmenu:{options:'Pikavalikon ominaisuudet'},specialChar:{toolbar:'Lisää erikoismerkki',title:'Valitse erikoismerkki',options:'Erikoismerkin ominaisuudet'},link:{toolbar:'Lisää linkki/muokkaa linkkiä',other:'<muu>',menu:'Muokkaa linkkiä',title:'Linkki',info:'Linkin tiedot',target:'Kohde',upload:'Lisää tiedosto',advanced:'Lisäominaisuudet',type:'Linkkityyppi',toUrl:'Osoite',toAnchor:'Ankkuri tässä sivussa',toEmail:'Sähköposti',targetFrame:'<kehys>',targetPopup:'<popup ikkuna>',targetFrameName:'Kohdekehyksen nimi',targetPopupName:'Popup ikkunan nimi',popupFeatures:'Popup ikkunan ominaisuudet',popupResizable:'Venytettävä',popupStatusBar:'Tilarivi',popupLocationBar:'Osoiterivi',popupToolbar:'Vakiopainikkeet',popupMenuBar:'Valikkorivi',popupFullScreen:'Täysi ikkuna (IE)',popupScrollBars:'Vierityspalkit',popupDependent:'Riippuva (Netscape)',popupLeft:'Vasemmalta (px)',popupTop:'Ylhäältä (px)',id:'Tunniste',langDir:'Kielen suunta',langDirLTR:'Vasemmalta oikealle (LTR)',langDirRTL:'Oikealta vasemmalle (RTL)',acccessKey:'Pikanäppäin',name:'Nimi',langCode:'Kielen suunta',tabIndex:'Tabulaattori indeksi',advisoryTitle:'Avustava otsikko',advisoryContentType:'Avustava sisällön tyyppi',cssClasses:'Tyyliluokat',charset:'Linkitetty kirjaimisto',styles:'Tyyli',rel:'Suhde',selectAnchor:'Valitse ankkuri',anchorName:'Ankkurin nimen mukaan',anchorId:'Ankkurin ID:n mukaan',emailAddress:'Sähköpostiosoite',emailSubject:'Aihe',emailBody:'Viesti',noAnchors:'(Ei ankkureita tässä dokumentissa)',noUrl:'Linkille on kirjoitettava URL',noEmail:'Kirjoita sähköpostiosoite'},anchor:{toolbar:'Lisää ankkuri/muokkaa ankkuria',menu:'Ankkurin ominaisuudet',title:'Ankkurin ominaisuudet',name:'Nimi',errorName:'Ankkurille on kirjoitettava nimi',remove:'Remove Anchor'},list:{numberedTitle:'Numeroidun listan ominaisuudet',bulletedTitle:'Numeroimattoman listan ominaisuudet',type:'Tyyppi',start:'Alku',validateStartNumber:'Listan ensimmäisen numeron tulee olla kokonaisluku.',circle:'Ympyrä',disc:'Levy',square:'Neliö',none:'Ei mikään',notset:'<ei asetettu>',armenian:'Armeenialainen numerointi',georgian:'Georgialainen numerointi (an, ban, gan, etc.)',lowerRoman:'Pienet roomalaiset (i, ii, iii, iv, v, jne.)',upperRoman:'Isot roomalaiset (I, II, III, IV, V, jne.)',lowerAlpha:'Pienet aakkoset (a, b, c, d, e, jne.)',upperAlpha:'Isot aakkoset (A, B, C, D, E, jne.)',lowerGreek:'Pienet kreikkalaiset (alpha, beta, gamma, jne.)',decimal:'Desimaalit (1, 2, 3, jne.)',decimalLeadingZero:'Desimaalit, alussa nolla (01, 02, 03, jne.)'},findAndReplace:{title:'Etsi ja korvaa',find:'Etsi',replace:'Korvaa',findWhat:'Etsi mitä:',replaceWith:'Korvaa tällä:',notFoundMsg:'Etsittyä tekstiä ei löytynyt.',matchCase:'Sama kirjainkoko',matchWord:'Koko sana',matchCyclic:'Kierrä ympäri',replaceAll:'Korvaa kaikki',replaceSuccessMsg:'%1 esiintymä(ä) korvattu.'},table:{toolbar:'Taulu',title:'Taulun ominaisuudet',menu:'Taulun ominaisuudet',deleteTable:'Poista taulu',rows:'Rivit',columns:'Sarakkeet',border:'Rajan paksuus',widthPx:'pikseliä',widthPc:'prosenttia',widthUnit:'leveysyksikkö',cellSpace:'Solujen väli',cellPad:'Solujen sisennys',caption:'Otsikko',summary:'Yhteenveto',headers:'Ylätunnisteet',headersNone:'Ei',headersColumn:'Ensimmäinen sarake',headersRow:'Ensimmäinen rivi',headersBoth:'Molemmat',invalidRows:'Rivien määrän täytyy olla suurempi kuin 0.',invalidCols:'Sarakkeiden määrän täytyy olla suurempi kuin 0.',invalidBorder:'Reunan koon täytyy olla numero.',invalidWidth:'Taulun leveyden täytyy olla numero.',invalidHeight:'Taulun korkeuden täytyy olla numero.',invalidCellSpacing:'Solujen välin täytyy olla numero.',invalidCellPadding:'Solujen sisennyksen täytyy olla numero.',cell:{menu:'Solu',insertBefore:'Lisää solu eteen',insertAfter:'Lisää solu perään',deleteCell:'Poista solut',merge:'Yhdistä solut',mergeRight:'Yhdistä oikealla olevan kanssa',mergeDown:'Yhdistä alla olevan kanssa',splitHorizontal:'Jaa solu vaakasuunnassa',splitVertical:'Jaa solu pystysuunnassa',title:'Solun ominaisuudet',cellType:'Solun tyyppi',rowSpan:'Rivin jatkuvuus',colSpan:'Solun jatkuvuus',wordWrap:'Rivitys',hAlign:'Horisontaali kohdistus',vAlign:'Vertikaali kohdistus',alignBaseline:'Alas (teksti)',bgColor:'Taustan väri',borderColor:'Reunan väri',data:'Data',header:'Ylätunniste',yes:'Kyllä',no:'Ei',invalidWidth:'Solun leveyden täytyy olla numero.',invalidHeight:'Solun korkeuden täytyy olla numero.',invalidRowSpan:'Rivin jatkuvuuden täytyy olla kokonaisluku.',invalidColSpan:'Solun jatkuvuuden täytyy olla kokonaisluku.',chooseColor:'Valitse'},row:{menu:'Rivi',insertBefore:'Lisää rivi yläpuolelle',insertAfter:'Lisää rivi alapuolelle',deleteRow:'Poista rivit'},column:{menu:'Sarake',insertBefore:'Lisää sarake vasemmalle',insertAfter:'Lisää sarake oikealle',deleteColumn:'Poista sarakkeet'}},button:{title:'Painikkeen ominaisuudet',text:'Teksti (arvo)',type:'Tyyppi',typeBtn:'Painike',typeSbm:'Lähetä',typeRst:'Tyhjennä'},checkboxAndRadio:{checkboxTitle:'Valintaruudun ominaisuudet',radioTitle:'Radiopainikkeen ominaisuudet',value:'Arvo',selected:'Valittu'},form:{title:'Lomakkeen ominaisuudet',menu:'Lomakkeen ominaisuudet',action:'Toiminto',method:'Tapa',encoding:'Enkoodaus'},select:{title:'Valintakentän ominaisuudet',selectInfo:'Info',opAvail:'Ominaisuudet',value:'Arvo',size:'Koko',lines:'Rivit',chkMulti:'Salli usea valinta',opText:'Teksti',opValue:'Arvo',btnAdd:'Lisää',btnModify:'Muuta',btnUp:'Ylös',btnDown:'Alas',btnSetValue:'Aseta valituksi',btnDelete:'Poista'},textarea:{title:'Tekstilaatikon ominaisuudet',cols:'Sarakkeita',rows:'Rivejä'},textfield:{title:'Tekstikentän ominaisuudet',name:'Nimi',value:'Arvo',charWidth:'Leveys',maxChars:'Maksimi merkkimäärä',type:'Tyyppi',typeText:'Teksti',typePass:'Salasana'},hidden:{title:'Piilokentän ominaisuudet',name:'Nimi',value:'Arvo'},image:{title:'Kuvan ominaisuudet',titleButton:'Kuvapainikkeen ominaisuudet',menu:'Kuvan ominaisuudet',infoTab:'Kuvan tiedot',btnUpload:'Lähetä palvelimelle',upload:'Lisää kuva',alt:'Vaihtoehtoinen teksti',lockRatio:'Lukitse suhteet',resetSize:'Alkuperäinen koko',border:'Kehys',hSpace:'Vaakatila',vSpace:'Pystytila',alertUrl:'Kirjoita kuvan osoite (URL)',linkTab:'Linkki',button2Img:'Haluatko muuntaa valitun kuvanäppäimen kuvaksi?',img2Button:'Haluatko muuntaa valitun kuvan kuvanäppäimeksi?',urlMissing:'Kuvan lähdeosoite puuttuu.',validateBorder:'Kehyksen täytyy olla kokonaisluku.',validateHSpace:'HSpace-määrityksen täytyy olla kokonaisluku.',validateVSpace:'VSpace-määrityksen täytyy olla kokonaisluku.'},flash:{properties:'Flash-ominaisuudet',propertiesTab:'Ominaisuudet',title:'Flash ominaisuudet',chkPlay:'Automaattinen käynnistys',chkLoop:'Toisto',chkMenu:'Näytä Flash-valikko',chkFull:'Salli kokoruututila',scale:'Levitä',scaleAll:'Näytä kaikki',scaleNoBorder:'Ei rajaa',scaleFit:'Tarkka koko',access:'Skriptien pääsy',accessAlways:'Aina',accessSameDomain:'Sama verkkotunnus',accessNever:'Ei koskaan',alignAbsBottom:'Aivan alas',alignAbsMiddle:'Aivan keskelle',alignBaseline:'Alas (teksti)',alignTextTop:'Ylös (teksti)',quality:'Laatu',qualityBest:'Paras',qualityHigh:'Korkea',qualityAutoHigh:'Automaattinen korkea',qualityMedium:'Keskitaso',qualityAutoLow:'Automaattinen matala',qualityLow:'Matala',windowModeWindow:'Ikkuna',windowModeOpaque:'Läpinäkyvyys',windowModeTransparent:'Läpinäkyvä',windowMode:'Ikkuna tila',flashvars:'Muuttujat Flash:lle',bgcolor:'Taustaväri',hSpace:'Vaakatila',vSpace:'Pystytila',validateSrc:'Linkille on kirjoitettava URL',validateHSpace:'Vaakatilan täytyy olla numero.',validateVSpace:'Pystytilan täytyy olla numero.'},spellCheck:{toolbar:'Tarkista oikeinkirjoitus',title:'Oikoluku',notAvailable:'Valitettavasti oikoluku ei ole käytössä tällä hetkellä.',errorLoading:'Virhe ladattaessa oikolukupalvelua isännältä: %s.',notInDic:'Ei sanakirjassa',changeTo:'Vaihda',btnIgnore:'Jätä huomioimatta',btnIgnoreAll:'Jätä kaikki huomioimatta',btnReplace:'Korvaa',btnReplaceAll:'Korvaa kaikki',btnUndo:'Kumoa',noSuggestions:'Ei ehdotuksia',progress:'Tarkistus käynnissä...',noMispell:'Tarkistus valmis: Ei virheitä',noChanges:'Tarkistus valmis: Yhtään sanaa ei muutettu',oneChange:'Tarkistus valmis: Yksi sana muutettiin',manyChanges:'Tarkistus valmis: %1 sanaa muutettiin',ieSpellDownload:'Oikeinkirjoituksen tarkistusta ei ole asennettu. Haluatko ladata sen nyt?'},smiley:{toolbar:'Hymiö',title:'Lisää hymiö',options:'Hymiön ominaisuudet'},elementsPath:{eleLabel:'Elementin polku',eleTitle:'%1 elementti'},numberedlist:'Numerointi',bulletedlist:'Luottelomerkit',indent:'Suurenna sisennystä',outdent:'Pienennä sisennystä',justify:{left:'Tasaa vasemmat reunat',center:'Keskitä',right:'Tasaa oikeat reunat',block:'Tasaa molemmat reunat'},blockquote:'Lainaus',clipboard:{title:'Liitä',cutError:'Selaimesi turva-asetukset eivät salli editorin toteuttaa leikkaamista. Käytä näppäimistöä leikkaamiseen (Ctrl+X).',copyError:'Selaimesi turva-asetukset eivät salli editorin toteuttaa kopioimista. Käytä näppäimistöä kopioimiseen (Ctrl+C).',pasteMsg:'Liitä painamalla (<STRONG>Ctrl+V</STRONG>) ja painamalla <STRONG>OK</STRONG>.',securityMsg:'Selaimesi turva-asetukset eivät salli editorin käyttää leikepöytää suoraan. Sinun pitää suorittaa liittäminen tässä ikkunassa.',pasteArea:'Leikealue'},pastefromword:{confirmCleanup:'Liittämäsi teksti näyttäisi olevan Word-dokumentista. Haluatko siivota sen ennen liittämistä? (Suositus: Kyllä)',toolbar:'Liitä Word-dokumentista',title:'Liitä Word-dokumentista',error:'Liitetyn tiedon siivoaminen ei onnistunut sisäisen virheen takia'},pasteText:{button:'Liitä tekstinä',title:'Liitä tekstinä'},templates:{button:'Pohjat',title:'Sisältöpohjat',options:'Sisältöpohjan ominaisuudet',insertOption:'Korvaa editorin koko sisältö',selectPromptMsg:'Valitse pohja editoriin<br>(aiempi sisältö menetetään):',emptyListMsg:'(Ei määriteltyjä pohjia)'},showBlocks:'Näytä elementit',stylesCombo:{label:'Tyyli',panelTitle:'Muotoilujen tyylit',panelTitle1:'Lohkojen tyylit',panelTitle2:'Rivinsisäiset tyylit',panelTitle3:'Objektien tyylit'},format:{label:'Muotoilu',panelTitle:'Muotoilu',tag_p:'Normaali',tag_pre:'Muotoiltu',tag_address:'Osoite',tag_h1:'Otsikko 1',tag_h2:'Otsikko 2',tag_h3:'Otsikko 3',tag_h4:'Otsikko 4',tag_h5:'Otsikko 5',tag_h6:'Otsikko 6',tag_div:'Normaali (DIV)'},div:{title:'Luo div-kehikko',toolbar:'Luo div-kehikko',cssClassInputLabel:'Tyylitiedoston luokat',styleSelectLabel:'Tyyli',IdInputLabel:'Id',languageCodeInputLabel:' Kielen koodi',inlineStyleInputLabel:'Sisätyyli',advisoryTitleInputLabel:'Ohjeistava otsikko',langDirLabel:'Kielen suunta',langDirLTRLabel:'Vasemmalta oikealle (LTR)',langDirRTLLabel:'Oikealta vasemmalle (RTL)',edit:'Muokkaa Diviä',remove:'Poista Div'},iframe:{title:'IFrame-kehyksen ominaisuudet',toolbar:'IFrame-kehys',noUrl:'Anna IFrame-kehykselle lähdeosoite (src)',scrolling:'Näytä vierityspalkit',border:'Näytä kehyksen reunat'},font:{label:'Kirjaisinlaji',voiceLabel:'Kirjaisinlaji',panelTitle:'Kirjaisinlaji'},fontSize:{label:'Koko',voiceLabel:'Kirjaisimen koko',panelTitle:'Koko'},colorButton:{textColorTitle:'Tekstiväri',bgColorTitle:'Taustaväri',panelTitle:'Värit',auto:'Automaattinen',more:'Lisää värejä...'},colors:{'000':'Musta',800000:'Kastanjanruskea','8B4513':'Satulanruskea','2F4F4F':'Tumma liuskekivenharmaa','008080':'Sinivihreä','000080':'Laivastonsininen','4B0082':'Indigonsininen',696969:'Tummanharmaa',B22222:'Tiili',A52A2A:'Ruskea',DAA520:'Kultapiisku','006400':'Tummanvihreä','40E0D0':'Turkoosi','0000CD':'Keskisininen',800080:'Purppura',808080:'Harmaa',F00:'Punainen',FF8C00:'Tumma oranssi',FFD700:'Kulta','008000':'Vihreä','0FF':'Syaani','00F':'Sininen',EE82EE:'Violetti',A9A9A9:'Tummanharmaa',FFA07A:'Vaaleanlohenpunainen',FFA500:'Oranssi',FFFF00:'Keltainen','00FF00':'Limetin vihreä',AFEEEE:'Haalea turkoosi',ADD8E6:'Vaaleansininen',DDA0DD:'Luumu',D3D3D3:'Vaaleanharmaa',FFF0F5:'Laventelinpunainen',FAEBD7:'Antiikinvalkoinen',FFFFE0:'Vaaleankeltainen',F0FFF0:'Hunajameloni',F0FFFF:'Asurinsininen',F0F8FF:'Alice Blue -sininen',E6E6FA:'Lavanteli',FFF:'Valkoinen'},scayt:{title:'Oikolue kirjoitettaessa',opera_title:'Opera ei tue tätä ominaisuutta',enable:'Ota käyttöön oikoluku kirjoitettaessa',disable:'Poista käytöstä oikoluku kirjoitetaessa',about:'Tietoja oikoluvusta kirjoitetaessa',toggle:'Vaihda oikoluku kirjoittaessa tilaa',options:'Asetukset',langs:'Kielet',moreSuggestions:'Lisää ehdotuksia',ignore:'Ohita',ignoreAll:'Ohita kaikki',addWord:'Lisää sana',emptyDic:'Sanakirjan nimi on annettava.',optionsTab:'Asetukset',allCaps:'Ohita sanat, jotka on kirjoitettu kokonaan isoilla kirjaimilla',ignoreDomainNames:'Ohita verkkotunnukset',mixedCase:'Ohita sanat, joissa on sekoitettu isoja ja pieniä kirjaimia',mixedWithDigits:'Ohita sanat, joissa on numeroita',languagesTab:'Kielet',dictionariesTab:'Sanakirjat',dic_field_name:'Sanakirjan nimi',dic_create:'Luo',dic_restore:'Palauta',dic_delete:'Poista',dic_rename:'Nimeä uudelleen',dic_info:'Oletuksena sanakirjat tallennetaan evästeeseen, mutta evästeiden koko on kuitenkin rajallinen. Sanakirjan kasvaessa niin suureksi, ettei se enää mahdu evästeeseen, sanakirja täytyy tallentaa palvelimellemme. Tallentaaksesi sanakirjasi palvelimellemme tulee sinun antaa sille nimi. Jos olet jo tallentanut sanakirjan, anna sen nimi ja klikkaa Palauta-painiketta',aboutTab:'Tietoa'},about:{title:'Tietoa CKEditorista',dlgTitle:'Tietoa CKEditorista',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Lisenssitiedot löytyvät kotisivuiltamme:',copy:'Copyright © $1. Kaikki oikeuden pidätetään.'},maximize:'Suurenna',minimize:'Pienennä',fakeobjects:{anchor:'Ankkuri',flash:'Flash animaatio',iframe:'IFrame-kehys',hiddenfield:'Piilokenttä',unknown:'Tuntematon objekti'},resize:'Raahaa muuttaaksesi kokoa',colordialog:{title:'Valitse väri',options:'Värin ominaisuudet',highlight:'Korostus',selected:'Valittu',clear:'Poista'},toolbarCollapse:'Kutista työkalupalkki',toolbarExpand:'Laajenna työkalupalkki',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'},bidi:{ltr:'Tekstin suunta vasemmalta oikealle',rtl:'Tekstin suunta oikealta vasemmalle'},docprops:{label:'Dokumentin ominaisuudet',title:'Dokumentin ominaisuudet',design:'Design',meta:'Meta-tieto',chooseColor:'Valitse',other:'<muu>',docTitle:'Sivun nimi',charset:'Merkistökoodaus',charsetOther:'Muu merkistökoodaus',charsetASCII:'ASCII',charsetCE:'Keskieurooppalainen',charsetCT:'Kiina, perinteinen (Big5)',charsetCR:'Kyrillinen',charsetGR:'Kreikka',charsetJP:'Japani',charsetKR:'Korealainen',charsetTR:'Turkkilainen',charsetUN:'Unicode (UTF-8)',charsetWE:'Länsieurooppalainen',docType:'Dokumentin tyyppi',docTypeOther:'Muu dokumentin tyyppi',xhtmlDec:'Lisää XHTML julistukset',bgColor:'Taustaväri',bgImage:'Taustakuva',bgFixed:'Paikallaanpysyvä tausta',txtColor:'Tekstiväri',margin:'Sivun marginaalit',marginTop:'Ylä',marginLeft:'Vasen',marginRight:'Oikea',marginBottom:'Ala',metaKeywords:'Hakusanat (pilkulla erotettuna)',metaDescription:'Kuvaus',metaAuthor:'Tekijä',metaCopyright:'Tekijänoikeudet',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['fi']={"editor":"Rikastekstieditori","editorPanel":"Rikastekstieditoripaneeli","common":{"editorHelp":"Paina ALT 0 nähdäksesi ohjeen","browseServer":"Selaa palvelinta","url":"Osoite","protocol":"Protokolla","upload":"Lisää tiedosto","uploadSubmit":"Lähetä palvelimelle","image":"Kuva","flash":"Flash-animaatio","form":"Lomake","checkbox":"Valintaruutu","radio":"Radiopainike","textField":"Tekstikenttä","textarea":"Tekstilaatikko","hiddenField":"Piilokenttä","button":"Painike","select":"Valintakenttä","imageButton":"Kuvapainike","notSet":"<ei asetettu>","id":"Tunniste","name":"Nimi","langDir":"Kielen suunta","langDirLtr":"Vasemmalta oikealle (LTR)","langDirRtl":"Oikealta vasemmalle (RTL)","langCode":"Kielikoodi","longDescr":"Pitkän kuvauksen URL","cssClass":"Tyyliluokat","advisoryTitle":"Avustava otsikko","cssStyle":"Tyyli","ok":"OK","cancel":"Peruuta","close":"Sulje","preview":"Esikatselu","resize":"Raahaa muuttaaksesi kokoa","generalTab":"Yleinen","advancedTab":"Lisäominaisuudet","validateNumberFailed":"Arvon pitää olla numero.","confirmNewPage":"Kaikki tallentamattomat muutokset tähän sisältöön menetetään. Oletko varma, että haluat ladata uuden sivun?","confirmCancel":"Jotkut asetuksista on muuttuneet. Oletko varma, että haluat sulkea valintaikkunan?","options":"Asetukset","target":"Kohde","targetNew":"Uusi ikkuna (_blank)","targetTop":"Päällimmäinen ikkuna (_top)","targetSelf":"Sama ikkuna (_self)","targetParent":"Ylemmän tason ikkuna (_parent)","langDirLTR":"Vasemmalta oikealle (LTR)","langDirRTL":"Oikealta vasemmalle (RTL)","styles":"Tyyli","cssClasses":"Tyylitiedoston luokat","width":"Leveys","height":"Korkeus","align":"Kohdistus","alignLeft":"Vasemmalle","alignRight":"Oikealle","alignCenter":"Keskelle","alignTop":"Ylös","alignMiddle":"Keskelle","alignBottom":"Alas","invalidValue":"Virheellinen arvo.","invalidHeight":"Korkeuden täytyy olla numero.","invalidWidth":"Leveyden täytyy olla numero.","invalidCssLength":"Kentän \"%1\" arvon täytyy olla positiivinen luku CSS mittayksikön (px, %, in, cm, mm, em, ex, pt tai pc) kanssa tai ilman.","invalidHtmlLength":"Kentän \"%1\" arvon täytyy olla positiivinen luku HTML mittayksikön (px tai %) kanssa tai ilman.","invalidInlineStyle":"Tyylille annetun arvon täytyy koostua yhdestä tai useammasta \"nimi : arvo\" parista, jotka ovat eroteltuna toisistaan puolipisteillä.","cssLengthTooltip":"Anna numeroarvo pikseleinä tai numeroarvo CSS mittayksikön kanssa (px, %, in, cm, mm, em, ex, pt, tai pc).","unavailable":"%1<span class=\"cke_accessibility\">, ei saatavissa</span>"},"about":{"copy":"Copyright © $1. Kaikki oikeuden pidätetään.","dlgTitle":"Tietoa CKEditorista","help":"Katso ohjeet: $1.","moreInfo":"Lisenssitiedot löytyvät kotisivuiltamme:","title":"Tietoa CKEditorista","userGuide":"CKEditorin käyttäjäopas"},"basicstyles":{"bold":"Lihavoitu","italic":"Kursivoitu","strike":"Yliviivattu","subscript":"Alaindeksi","superscript":"Yläindeksi","underline":"Alleviivattu"},"bidi":{"ltr":"Tekstin suunta vasemmalta oikealle","rtl":"Tekstin suunta oikealta vasemmalle"},"blockquote":{"toolbar":"Lainaus"},"clipboard":{"copy":"Kopioi","copyError":"Selaimesi turva-asetukset eivät salli editorin toteuttaa kopioimista. Käytä näppäimistöä kopioimiseen (Ctrl+C).","cut":"Leikkaa","cutError":"Selaimesi turva-asetukset eivät salli editorin toteuttaa leikkaamista. Käytä näppäimistöä leikkaamiseen (Ctrl+X).","paste":"Liitä","pasteArea":"Leikealue","pasteMsg":"Liitä painamalla (<STRONG>Ctrl+V</STRONG>) ja painamalla <STRONG>OK</STRONG>.","securityMsg":"Selaimesi turva-asetukset eivät salli editorin käyttää leikepöytää suoraan. Sinun pitää suorittaa liittäminen tässä ikkunassa.","title":"Liitä"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automaattinen","bgColorTitle":"Taustaväri","colors":{"000":"Musta","800000":"Kastanjanruskea","8B4513":"Satulanruskea","2F4F4F":"Tumma liuskekivenharmaa","008080":"Sinivihreä","000080":"Laivastonsininen","4B0082":"Indigonsininen","696969":"Tummanharmaa","B22222":"Tiili","A52A2A":"Ruskea","DAA520":"Kultapiisku","006400":"Tummanvihreä","40E0D0":"Turkoosi","0000CD":"Keskisininen","800080":"Purppura","808080":"Harmaa","F00":"Punainen","FF8C00":"Tumma oranssi","FFD700":"Kulta","008000":"Vihreä","0FF":"Syaani","00F":"Sininen","EE82EE":"Violetti","A9A9A9":"Tummanharmaa","FFA07A":"Vaaleanlohenpunainen","FFA500":"Oranssi","FFFF00":"Keltainen","00FF00":"Limetin vihreä","AFEEEE":"Haalea turkoosi","ADD8E6":"Vaaleansininen","DDA0DD":"Luumu","D3D3D3":"Vaaleanharmaa","FFF0F5":"Laventelinpunainen","FAEBD7":"Antiikinvalkoinen","FFFFE0":"Vaaleankeltainen","F0FFF0":"Hunajameloni","F0FFFF":"Asurinsininen","F0F8FF":"Alice Blue -sininen","E6E6FA":"Lavanteli","FFF":"Valkoinen"},"more":"Lisää värejä...","panelTitle":"Värit","textColorTitle":"Tekstiväri"},"colordialog":{"clear":"Poista","highlight":"Korostus","options":"Värin ominaisuudet","selected":"Valittu","title":"Valitse väri"},"templates":{"button":"Pohjat","emptyListMsg":"(Ei määriteltyjä pohjia)","insertOption":"Korvaa koko sisältö","options":"Sisältöpohjan ominaisuudet","selectPromptMsg":"Valitse editoriin avattava pohja","title":"Sisältöpohjat"},"contextmenu":{"options":"Pikavalikon ominaisuudet"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Ohjeistava otsikko","cssClassInputLabel":"Tyylitiedoston luokat","edit":"Muokkaa Diviä","inlineStyleInputLabel":"Sisätyyli","langDirLTRLabel":"Vasemmalta oikealle (LTR)","langDirLabel":"Kielen suunta","langDirRTLLabel":"Oikealta vasemmalle (RTL)","languageCodeInputLabel":" Kielen koodi","remove":"Poista Div","styleSelectLabel":"Tyyli","title":"Luo div-kehikko","toolbar":"Luo div-kehikko"},"toolbar":{"toolbarCollapse":"Kutista työkalupalkki","toolbarExpand":"Laajenna työkalupalkki","toolbarGroups":{"document":"Dokumentti","clipboard":"Leikepöytä/Kumoa","editing":"Muokkaus","forms":"Lomakkeet","basicstyles":"Perustyylit","paragraph":"Kappale","links":"Linkit","insert":"Lisää","styles":"Tyylit","colors":"Värit","tools":"Työkalut"},"toolbars":"Editorin työkalupalkit"},"elementspath":{"eleLabel":"Elementin polku","eleTitle":"%1 elementti"},"find":{"find":"Etsi","findOptions":"Hakuasetukset","findWhat":"Etsi mitä:","matchCase":"Sama kirjainkoko","matchCyclic":"Kierrä ympäri","matchWord":"Koko sana","notFoundMsg":"Etsittyä tekstiä ei löytynyt.","replace":"Korvaa","replaceAll":"Korvaa kaikki","replaceSuccessMsg":"%1 esiintymä(ä) korvattu.","replaceWith":"Korvaa tällä:","title":"Etsi ja korvaa"},"fakeobjects":{"anchor":"Ankkuri","flash":"Flash animaatio","hiddenfield":"Piilokenttä","iframe":"IFrame-kehys","unknown":"Tuntematon objekti"},"flash":{"access":"Skriptien pääsy","accessAlways":"Aina","accessNever":"Ei koskaan","accessSameDomain":"Sama verkkotunnus","alignAbsBottom":"Aivan alas","alignAbsMiddle":"Aivan keskelle","alignBaseline":"Alas (teksti)","alignTextTop":"Ylös (teksti)","bgcolor":"Taustaväri","chkFull":"Salli kokoruututila","chkLoop":"Toisto","chkMenu":"Näytä Flash-valikko","chkPlay":"Automaattinen käynnistys","flashvars":"Muuttujat Flash:lle","hSpace":"Vaakatila","properties":"Flash-ominaisuudet","propertiesTab":"Ominaisuudet","quality":"Laatu","qualityAutoHigh":"Automaattinen korkea","qualityAutoLow":"Automaattinen matala","qualityBest":"Paras","qualityHigh":"Korkea","qualityLow":"Matala","qualityMedium":"Keskitaso","scale":"Levitä","scaleAll":"Näytä kaikki","scaleFit":"Tarkka koko","scaleNoBorder":"Ei rajaa","title":"Flash ominaisuudet","vSpace":"Pystytila","validateHSpace":"Vaakatilan täytyy olla numero.","validateSrc":"Linkille on kirjoitettava URL","validateVSpace":"Pystytilan täytyy olla numero.","windowMode":"Ikkuna tila","windowModeOpaque":"Läpinäkyvyys","windowModeTransparent":"Läpinäkyvä","windowModeWindow":"Ikkuna"},"font":{"fontSize":{"label":"Koko","voiceLabel":"Kirjaisimen koko","panelTitle":"Koko"},"label":"Kirjaisinlaji","panelTitle":"Kirjaisinlaji","voiceLabel":"Kirjaisinlaji"},"forms":{"button":{"title":"Painikkeen ominaisuudet","text":"Teksti (arvo)","type":"Tyyppi","typeBtn":"Painike","typeSbm":"Lähetä","typeRst":"Tyhjennä"},"checkboxAndRadio":{"checkboxTitle":"Valintaruudun ominaisuudet","radioTitle":"Radiopainikkeen ominaisuudet","value":"Arvo","selected":"Valittu"},"form":{"title":"Lomakkeen ominaisuudet","menu":"Lomakkeen ominaisuudet","action":"Toiminto","method":"Tapa","encoding":"Enkoodaus"},"hidden":{"title":"Piilokentän ominaisuudet","name":"Nimi","value":"Arvo"},"select":{"title":"Valintakentän ominaisuudet","selectInfo":"Info","opAvail":"Ominaisuudet","value":"Arvo","size":"Koko","lines":"Rivit","chkMulti":"Salli usea valinta","opText":"Teksti","opValue":"Arvo","btnAdd":"Lisää","btnModify":"Muuta","btnUp":"Ylös","btnDown":"Alas","btnSetValue":"Aseta valituksi","btnDelete":"Poista"},"textarea":{"title":"Tekstilaatikon ominaisuudet","cols":"Sarakkeita","rows":"Rivejä"},"textfield":{"title":"Tekstikentän ominaisuudet","name":"Nimi","value":"Arvo","charWidth":"Leveys","maxChars":"Maksimi merkkimäärä","type":"Tyyppi","typeText":"Teksti","typePass":"Salasana","typeEmail":"Sähköposti","typeSearch":"Haku","typeTel":"Puhelinnumero","typeUrl":"Osoite"}},"format":{"label":"Muotoilu","panelTitle":"Muotoilu","tag_address":"Osoite","tag_div":"Normaali (DIV)","tag_h1":"Otsikko 1","tag_h2":"Otsikko 2","tag_h3":"Otsikko 3","tag_h4":"Otsikko 4","tag_h5":"Otsikko 5","tag_h6":"Otsikko 6","tag_p":"Normaali","tag_pre":"Muotoiltu"},"horizontalrule":{"toolbar":"Lisää murtoviiva"},"iframe":{"border":"Näytä kehyksen reunat","noUrl":"Anna IFrame-kehykselle lähdeosoite (src)","scrolling":"Näytä vierityspalkit","title":"IFrame-kehyksen ominaisuudet","toolbar":"IFrame-kehys"},"image":{"alertUrl":"Kirjoita kuvan osoite (URL)","alt":"Vaihtoehtoinen teksti","border":"Kehys","btnUpload":"Lähetä palvelimelle","button2Img":"Haluatko muuntaa valitun kuvanäppäimen kuvaksi?","hSpace":"Vaakatila","img2Button":"Haluatko muuntaa valitun kuvan kuvanäppäimeksi?","infoTab":"Kuvan tiedot","linkTab":"Linkki","lockRatio":"Lukitse suhteet","menu":"Kuvan ominaisuudet","resetSize":"Alkuperäinen koko","title":"Kuvan ominaisuudet","titleButton":"Kuvapainikkeen ominaisuudet","upload":"Lisää kuva","urlMissing":"Kuvan lähdeosoite puuttuu.","vSpace":"Pystytila","validateBorder":"Kehyksen täytyy olla kokonaisluku.","validateHSpace":"HSpace-määrityksen täytyy olla kokonaisluku.","validateVSpace":"VSpace-määrityksen täytyy olla kokonaisluku."},"indent":{"indent":"Suurenna sisennystä","outdent":"Pienennä sisennystä"},"smiley":{"options":"Hymiön ominaisuudet","title":"Lisää hymiö","toolbar":"Hymiö"},"justify":{"block":"Tasaa molemmat reunat","center":"Keskitä","left":"Tasaa vasemmat reunat","right":"Tasaa oikeat reunat"},"language":{"button":"Aseta kieli","remove":"Poista kieli"},"link":{"acccessKey":"Pikanäppäin","advanced":"Lisäominaisuudet","advisoryContentType":"Avustava sisällön tyyppi","advisoryTitle":"Avustava otsikko","anchor":{"toolbar":"Lisää ankkuri/muokkaa ankkuria","menu":"Ankkurin ominaisuudet","title":"Ankkurin ominaisuudet","name":"Nimi","errorName":"Ankkurille on kirjoitettava nimi","remove":"Poista ankkuri"},"anchorId":"Ankkurin ID:n mukaan","anchorName":"Ankkurin nimen mukaan","charset":"Linkitetty kirjaimisto","cssClasses":"Tyyliluokat","emailAddress":"Sähköpostiosoite","emailBody":"Viesti","emailSubject":"Aihe","id":"Tunniste","info":"Linkin tiedot","langCode":"Kielen suunta","langDir":"Kielen suunta","langDirLTR":"Vasemmalta oikealle (LTR)","langDirRTL":"Oikealta vasemmalle (RTL)","menu":"Muokkaa linkkiä","name":"Nimi","noAnchors":"(Ei ankkureita tässä dokumentissa)","noEmail":"Kirjoita sähköpostiosoite","noUrl":"Linkille on kirjoitettava URL","other":"<muu>","popupDependent":"Riippuva (Netscape)","popupFeatures":"Popup ikkunan ominaisuudet","popupFullScreen":"Täysi ikkuna (IE)","popupLeft":"Vasemmalta (px)","popupLocationBar":"Osoiterivi","popupMenuBar":"Valikkorivi","popupResizable":"Venytettävä","popupScrollBars":"Vierityspalkit","popupStatusBar":"Tilarivi","popupToolbar":"Vakiopainikkeet","popupTop":"Ylhäältä (px)","rel":"Suhde","selectAnchor":"Valitse ankkuri","styles":"Tyyli","tabIndex":"Tabulaattori indeksi","target":"Kohde","targetFrame":"<kehys>","targetFrameName":"Kohdekehyksen nimi","targetPopup":"<popup ikkuna>","targetPopupName":"Popup ikkunan nimi","title":"Linkki","toAnchor":"Ankkuri tässä sivussa","toEmail":"Sähköposti","toUrl":"Osoite","toolbar":"Lisää linkki/muokkaa linkkiä","type":"Linkkityyppi","unlink":"Poista linkki","upload":"Lisää tiedosto"},"list":{"bulletedlist":"Luettelomerkit","numberedlist":"Numerointi"},"liststyle":{"armenian":"Armeenialainen numerointi","bulletedTitle":"Numeroimattoman listan ominaisuudet","circle":"Ympyrä","decimal":"Desimaalit (1, 2, 3, jne.)","decimalLeadingZero":"Desimaalit, alussa nolla (01, 02, 03, jne.)","disc":"Levy","georgian":"Georgialainen numerointi (an, ban, gan, etc.)","lowerAlpha":"Pienet aakkoset (a, b, c, d, e, jne.)","lowerGreek":"Pienet kreikkalaiset (alpha, beta, gamma, jne.)","lowerRoman":"Pienet roomalaiset (i, ii, iii, iv, v, jne.)","none":"Ei mikään","notset":"<ei asetettu>","numberedTitle":"Numeroidun listan ominaisuudet","square":"Neliö","start":"Alku","type":"Tyyppi","upperAlpha":"Isot aakkoset (A, B, C, D, E, jne.)","upperRoman":"Isot roomalaiset (I, II, III, IV, V, jne.)","validateStartNumber":"Listan ensimmäisen numeron tulee olla kokonaisluku."},"magicline":{"title":"Lisää kappale tähän."},"maximize":{"maximize":"Suurenna","minimize":"Pienennä"},"newpage":{"toolbar":"Tyhjennä"},"pagebreak":{"alt":"Sivunvaihto","toolbar":"Lisää sivunvaihto"},"pastetext":{"button":"Liitä tekstinä","title":"Liitä tekstinä"},"pastefromword":{"confirmCleanup":"Liittämäsi teksti näyttäisi olevan Word-dokumentista. Haluatko siivota sen ennen liittämistä? (Suositus: Kyllä)","error":"Liitetyn tiedon siivoaminen ei onnistunut sisäisen virheen takia","title":"Liitä Word-dokumentista","toolbar":"Liitä Word-dokumentista"},"preview":{"preview":"Esikatsele"},"print":{"toolbar":"Tulosta"},"removeformat":{"toolbar":"Poista muotoilu"},"save":{"toolbar":"Tallenna"},"selectall":{"toolbar":"Valitse kaikki"},"showblocks":{"toolbar":"Näytä elementit"},"sourcearea":{"toolbar":"Koodi"},"specialchar":{"options":"Erikoismerkin ominaisuudet","title":"Valitse erikoismerkki","toolbar":"Lisää erikoismerkki"},"scayt":{"about":"Tietoja oikoluvusta kirjoitetaessa","aboutTab":"Tietoa","addWord":"Lisää sana","allCaps":"Ohita sanat, jotka on kirjoitettu kokonaan isoilla kirjaimilla","dic_create":"Luo","dic_delete":"Poista","dic_field_name":"Sanakirjan nimi","dic_info":"Oletuksena sanakirjat tallennetaan evästeeseen, mutta evästeiden koko on kuitenkin rajallinen. Sanakirjan kasvaessa niin suureksi, ettei se enää mahdu evästeeseen, sanakirja täytyy tallentaa palvelimellemme. Tallentaaksesi sanakirjasi palvelimellemme tulee sinun antaa sille nimi. Jos olet jo tallentanut sanakirjan, anna sen nimi ja klikkaa Palauta-painiketta","dic_rename":"Nimeä uudelleen","dic_restore":"Palauta","dictionariesTab":"Sanakirjat","disable":"Poista käytöstä oikoluku kirjoitetaessa","emptyDic":"Sanakirjan nimi on annettava.","enable":"Ota käyttöön oikoluku kirjoitettaessa","ignore":"Ohita","ignoreAll":"Ohita kaikki","ignoreDomainNames":"Ohita verkkotunnukset","langs":"Kielet","languagesTab":"Kielet","mixedCase":"Ohita sanat, joissa on sekoitettu isoja ja pieniä kirjaimia","mixedWithDigits":"Ohita sanat, joissa on numeroita","moreSuggestions":"Lisää ehdotuksia","opera_title":"Opera ei tue tätä ominaisuutta","options":"Asetukset","optionsTab":"Asetukset","title":"Oikolue kirjoitettaessa","toggle":"Vaihda oikoluku kirjoittaessa tilaa","noSuggestions":"No suggestion"},"stylescombo":{"label":"Tyyli","panelTitle":"Muotoilujen tyylit","panelTitle1":"Lohkojen tyylit","panelTitle2":"Rivinsisäiset tyylit","panelTitle3":"Objektien tyylit"},"table":{"border":"Rajan paksuus","caption":"Otsikko","cell":{"menu":"Solu","insertBefore":"Lisää solu eteen","insertAfter":"Lisää solu perään","deleteCell":"Poista solut","merge":"Yhdistä solut","mergeRight":"Yhdistä oikealla olevan kanssa","mergeDown":"Yhdistä alla olevan kanssa","splitHorizontal":"Jaa solu vaakasuunnassa","splitVertical":"Jaa solu pystysuunnassa","title":"Solun ominaisuudet","cellType":"Solun tyyppi","rowSpan":"Rivin jatkuvuus","colSpan":"Solun jatkuvuus","wordWrap":"Rivitys","hAlign":"Horisontaali kohdistus","vAlign":"Vertikaali kohdistus","alignBaseline":"Alas (teksti)","bgColor":"Taustan väri","borderColor":"Reunan väri","data":"Data","header":"Ylätunniste","yes":"Kyllä","no":"Ei","invalidWidth":"Solun leveyden täytyy olla numero.","invalidHeight":"Solun korkeuden täytyy olla numero.","invalidRowSpan":"Rivin jatkuvuuden täytyy olla kokonaisluku.","invalidColSpan":"Solun jatkuvuuden täytyy olla kokonaisluku.","chooseColor":"Valitse"},"cellPad":"Solujen sisennys","cellSpace":"Solujen väli","column":{"menu":"Sarake","insertBefore":"Lisää sarake vasemmalle","insertAfter":"Lisää sarake oikealle","deleteColumn":"Poista sarakkeet"},"columns":"Sarakkeet","deleteTable":"Poista taulu","headers":"Ylätunnisteet","headersBoth":"Molemmat","headersColumn":"Ensimmäinen sarake","headersNone":"Ei","headersRow":"Ensimmäinen rivi","invalidBorder":"Reunan koon täytyy olla numero.","invalidCellPadding":"Solujen sisennyksen täytyy olla numero.","invalidCellSpacing":"Solujen välin täytyy olla numero.","invalidCols":"Sarakkeiden määrän täytyy olla suurempi kuin 0.","invalidHeight":"Taulun korkeuden täytyy olla numero.","invalidRows":"Rivien määrän täytyy olla suurempi kuin 0.","invalidWidth":"Taulun leveyden täytyy olla numero.","menu":"Taulun ominaisuudet","row":{"menu":"Rivi","insertBefore":"Lisää rivi yläpuolelle","insertAfter":"Lisää rivi alapuolelle","deleteRow":"Poista rivit"},"rows":"Rivit","summary":"Yhteenveto","title":"Taulun ominaisuudet","toolbar":"Taulu","widthPc":"prosenttia","widthPx":"pikseliä","widthUnit":"leveysyksikkö"},"undo":{"redo":"Toista","undo":"Kumoa"},"wsc":{"btnIgnore":"Jätä huomioimatta","btnIgnoreAll":"Jätä kaikki huomioimatta","btnReplace":"Korvaa","btnReplaceAll":"Korvaa kaikki","btnUndo":"Kumoa","changeTo":"Vaihda","errorLoading":"Virhe ladattaessa oikolukupalvelua isännältä: %s.","ieSpellDownload":"Oikeinkirjoituksen tarkistusta ei ole asennettu. Haluatko ladata sen nyt?","manyChanges":"Tarkistus valmis: %1 sanaa muutettiin","noChanges":"Tarkistus valmis: Yhtään sanaa ei muutettu","noMispell":"Tarkistus valmis: Ei virheitä","noSuggestions":"Ei ehdotuksia","notAvailable":"Valitettavasti oikoluku ei ole käytössä tällä hetkellä.","notInDic":"Ei sanakirjassa","oneChange":"Tarkistus valmis: Yksi sana muutettiin","progress":"Tarkistus käynnissä...","title":"Oikoluku","toolbar":"Tarkista oikeinkirjoitus"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/fo.js b/skins/ckeditor/lang/fo.js index cfbc025..a4dc7cb 100644 --- a/skins/ckeditor/lang/fo.js +++ b/skins/ckeditor/lang/fo.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.fo={dir:'ltr',editorTitle:'Rich text editor, %1, trýst ALT og 0 fyri vegleiðing.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Kelda',newPage:'Nýggj sÃða',save:'Goym',preview:'Frumsýning',cut:'Kvett',copy:'Avrita',paste:'Innrita',print:'Prenta',underline:'Undirstrikað',bold:'Feit skrift',italic:'Skráskrift',selectAll:'Markera alt',removeFormat:'Strika sniðgeving',strike:'Yvirstrikað',subscript:'Lækkað skrift',superscript:'Hækkað skrift',horizontalrule:'Ger vatnrætta linju',pagebreak:'Ger sÃðuskift',pagebreakAlt:'SÃðuskift',unlink:'Strika tilknýti',undo:'Angra',redo:'Vend aftur',common:{browseServer:'Ambætarakagi',url:'URL',protocol:'Protokoll',upload:'Send til ambætaran',uploadSubmit:'Send til ambætaran',image:'Myndir',flash:'Flash',form:'Formur',checkbox:'Flugubein',radio:'Radioknøttur',textField:'Tekstteigur',textarea:'Tekstumráði',hiddenField:'Fjaldur teigur',button:'Knøttur',select:'Valskrá',imageButton:'Myndaknøttur',notSet:'<ikki sett>',id:'Id',name:'Navn',langDir:'Tekstkós',langDirLtr:'Frá vinstru til høgru (LTR)',langDirRtl:'Frá høgru til vinstru (RTL)',langCode:'Málkoda',longDescr:'VÃðkað URL frágreiðing',cssClass:'Typografi klassar',advisoryTitle:'Vegleiðandi heiti',cssStyle:'Typografi',ok:'Góðkent',cancel:'Avlýst',close:'Lat aftur',preview:'Frumsýn',generalTab:'Generelt',advancedTab:'Fjølbroytt',validateNumberFailed:'Hetta er ikki eitt tal.',confirmNewPage:'Allar ikki goymdar broytingar à hesum innihaldið hvørva. Skal nýggj sÃða lesast kortini?',confirmCancel:'Nakrir valmøguleikar eru broyttir. Ert tú vÃsur Ã, at dialogurin skal latast aftur?',options:'Options',target:'Target',targetNew:'Nýtt vindeyga (_blank)',targetTop:'Vindeyga ovast (_top)',targetSelf:'Sama vindeyga (_self)',targetParent:'Upphavligt vindeyga (_parent)',langDirLTR:'Frá vinstru til høgru (LTR)',langDirRTL:'Frá høgru til vinstru (RTL)',styles:'Style',cssClasses:'Stylesheet Classes',width:'Breidd',height:'Hædd',align:'Justering',alignLeft:'Vinstra',alignRight:'Høgra',alignCenter:'Miðsett',alignTop:'Ovast',alignMiddle:'Miðja',alignBottom:'Botnur',invalidHeight:'Hædd má vera eitt tal.',invalidWidth:'Breidd má vera eitt tal.',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 %).',unavailable:'%1<span class="cke_accessibility">, ikki tøkt</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Set inn sertekn',title:'Vel sertekn',options:'Møguleikar við serteknum'},link:{toolbar:'Ger/broyt tilknýti',other:'<annað>',menu:'Broyt tilknýti',title:'Tilknýti',info:'Tilknýtis upplýsingar',target:'Target',upload:'Send til ambætaran',advanced:'Fjølbroytt',type:'Tilknýtisslag',toUrl:'URL',toAnchor:'Tilknýti til marknastein à tekstinum',toEmail:'Teldupostur',targetFrame:'<ramma>',targetPopup:'<popup vindeyga>',targetFrameName:'VÃs navn vindeygans',targetPopupName:'Popup vindeygans navn',popupFeatures:'Popup vindeygans vÃðkaðu eginleikar',popupResizable:'Stødd kann broytast',popupStatusBar:'Støðufrágreiðingarbjálki',popupLocationBar:'Adressulinja',popupToolbar:'Amboðsbjálki',popupMenuBar:'Skrábjálki',popupFullScreen:'Fullur skermur (IE)',popupScrollBars:'Rullibjálki',popupDependent:'Bundið (Netscape)',popupLeft:'Frástøða frá vinstru',popupTop:'Frástøða frá Ãerva',id:'Id',langDir:'Tekstkós',langDirLTR:'Frá vinstru til høgru (LTR)',langDirRTL:'Frá høgru til vinstru (RTL)',acccessKey:'Snarvegisknöttur',name:'Navn',langCode:'Tekstkós',tabIndex:'Tabulator indeks',advisoryTitle:'Vegleiðandi heiti',advisoryContentType:'Vegleiðandi innihaldsslag',cssClasses:'Typografi klassar',charset:'Atknýtt teknsett',styles:'Typografi',rel:'Relationship',selectAnchor:'Vel ein marknastein',anchorName:'Eftir navni á marknasteini',anchorId:'Eftir element Id',emailAddress:'Teldupost-adressa',emailSubject:'Evni',emailBody:'Breyðtekstur',noAnchors:'(Eingir marknasteinar eru à hesum dokumentið)',noUrl:'Vinarliga skriva tilknýti (URL)',noEmail:'Vinarliga skriva teldupost-adressu'},anchor:{toolbar:'Ger/broyt marknastein',menu:'Eginleikar fyri marknastein',title:'Eginleikar fyri marknastein',name:'Heiti marknasteinsins',errorName:'Vinarliga rita marknasteinsins heiti',remove:'Remove Anchor'},list:{numberedTitle:'Eginleikar fyri lista við tølum',bulletedTitle:'Eginleikar fyri lista við prikkum',type:'Slag',start:'Byrjan',validateStartNumber:'Byrjunartalið fyri lista má vera eitt heiltal.',circle:'Sirkul',disc:'Disc',square:'Fýrkantur',none:'Einki',notset:'<ikki sett>',armenian:'Armensk talskipan',georgian:'Georgisk talskipan (an, ban, gan, osv.)',lowerRoman:'LÃtil rómaratøl (i, ii, iii, iv, v, etc.)',upperRoman:'Stór rómaratøl (I, II, III, IV, V, etc.)',lowerAlpha:'LÃtlir bókstavir (a, b, c, d, e, etc.)',upperAlpha:'Stórir bókstavir (A, B, C, D, E, etc.)',lowerGreek:'Grikskt við lÃtlum (alpha, beta, gamma, etc.)',decimal:'Vanlig tøl (1, 2, 3, etc.)',decimalLeadingZero:'Tøl við null frammanfyri (01, 02, 03, etc.)'},findAndReplace:{title:'Finn og broyt',find:'Leita',replace:'Yvirskriva',findWhat:'Finn:',replaceWith:'Yvirskriva við:',notFoundMsg:'Leititeksturin varð ikki funnin',matchCase:'Munur á stórum og smáum bókstavum',matchWord:'Bert heil orð',matchCyclic:'Match cyclic',replaceAll:'Yvirskriva alt',replaceSuccessMsg:'%1 úrslit broytt.'},table:{toolbar:'Tabell',title:'Eginleikar fyri tabell',menu:'Eginleikar fyri tabell',deleteTable:'Strika tabell',rows:'Røðir',columns:'Kolonnur',border:'Bordabreidd',widthPx:'pixels',widthPc:'prosent',widthUnit:'breiddar unit',cellSpace:'Fjarstøða millum meskar',cellPad:'Meskubreddi',caption:'Tabellfrágreiðing',summary:'Samandráttur',headers:'Yvirskriftir',headersNone:'Eingin',headersColumn:'Fyrsta kolonna',headersRow:'Fyrsta rað',headersBoth:'Báðir',invalidRows:'Talið av røðum má vera eitt tal størri enn 0.',invalidCols:'Talið av kolonnum má vera eitt tal størri enn 0.',invalidBorder:'Borda-stødd má vera eitt tal.',invalidWidth:'Tabell-breidd má vera eitt tal.',invalidHeight:'Tabell-hædd má vera eitt tal.',invalidCellSpacing:'Cell spacing má vera eitt tal.',invalidCellPadding:'Cell padding má vera eitt tal.',cell:{menu:'Meski',insertBefore:'Set meska inn áðrenn',insertAfter:'Set meska inn aftaná',deleteCell:'Strika meskar',merge:'Flætta meskar',mergeRight:'Flætta meskar til høgru',mergeDown:'Flætta saman',splitHorizontal:'Kloyv meska vatnrætt',splitVertical:'Kloyv meska loddrætt',title:'Mesku eginleikar',cellType:'Mesku slag',rowSpan:'Ræð spenni',colSpan:'Kolonnu spenni',wordWrap:'Orðkloyving',hAlign:'Horisontal plasering',vAlign:'Loddrøtt plasering',alignBaseline:'Basislinja',bgColor:'Bakgrundslitur',borderColor:'Bordalitur',data:'Data',header:'Header',yes:'Ja',no:'Nei',invalidWidth:'Meskubreidd má vera eitt tal.',invalidHeight:'Meskuhædd má vera eitt tal.',invalidRowSpan:'Raðspennið má vera eitt heiltal.',invalidColSpan:'Kolonnuspennið má vera eitt heiltal.',chooseColor:'Vel'},row:{menu:'Rað',insertBefore:'Set rað inn áðrenn',insertAfter:'Set rað inn aftaná',deleteRow:'Strika røðir'},column:{menu:'Kolonna',insertBefore:'Set kolonnu inn áðrenn',insertAfter:'Set kolonnu inn aftaná',deleteColumn:'Strika kolonnur'}},button:{title:'Eginleikar fyri knøtt',text:'Tekstur',type:'Slag',typeBtn:'Knøttur',typeSbm:'Send',typeRst:'Nullstilla'},checkboxAndRadio:{checkboxTitle:'Eginleikar fyri flugubein',radioTitle:'Eginleikar fyri radioknøtt',value:'Virði',selected:'Valt'},form:{title:'Eginleikar fyri Form',menu:'Eginleikar fyri Form',action:'Hending',method:'Háttur',encoding:'Encoding'},select:{title:'Eginleikar fyri valskrá',selectInfo:'Upplýsingar',opAvail:'Tøkir møguleikar',value:'Virði',size:'Stødd',lines:'Linjur',chkMulti:'Loyv fleiri valmøguleikum samstundis',opText:'Tekstur',opValue:'Virði',btnAdd:'Legg afturat',btnModify:'Broyt',btnUp:'Upp',btnDown:'Niður',btnSetValue:'Set sum valt virði',btnDelete:'Strika'},textarea:{title:'Eginleikar fyri tekstumráði',cols:'kolonnur',rows:'røðir'},textfield:{title:'Eginleikar fyri tekstteig',name:'Navn',value:'Virði',charWidth:'Breidd (sjónlig tekn)',maxChars:'Mest loyvdu tekn',type:'Slag',typeText:'Tekstur',typePass:'Loyniorð'},hidden:{title:'Eginleikar fyri fjaldan teig',name:'Navn',value:'Virði'},image:{title:'Myndaeginleikar',titleButton:'Eginleikar fyri myndaknøtt',menu:'Myndaeginleikar',infoTab:'Myndaupplýsingar',btnUpload:'Send til ambætaran',upload:'Send',alt:'Alternativur tekstur',lockRatio:'Læs lutfallið',resetSize:'Upprunastødd',border:'Bordi',hSpace:'Høgri breddi',vSpace:'Vinstri breddi',alertUrl:'Rita slóðina til myndina',linkTab:'Tilknýti',button2Img:'Skal valdi myndaknøttur gerast til vanliga mynd?',img2Button:'Skal valda mynd gerast til myndaknøtt?',urlMissing:'URL til mynd manglar.',validateBorder:'Bordi má vera eitt heiltal.',validateHSpace:'HSpace má vera eitt heiltal.',validateVSpace:'VSpace má vera eitt heiltal.'},flash:{properties:'Flash eginleikar',propertiesTab:'Eginleikar',title:'Flash eginleikar',chkPlay:'Avspælingin byrjar sjálv',chkLoop:'Endurspæl',chkMenu:'Ger Flash skrá virkna',chkFull:'Loyv fullan skerm',scale:'Skalering',scaleAll:'VÃs alt',scaleNoBorder:'Eingin bordi',scaleFit:'Neyv skalering',access:'Script atgongd',accessAlways:'AltÃð',accessSameDomain:'Sama navnaøki',accessNever:'OngantÃð',alignAbsBottom:'Abs botnur',alignAbsMiddle:'Abs miðja',alignBaseline:'Basislinja',alignTextTop:'Tekst toppur',quality:'Góðska',qualityBest:'Besta',qualityHigh:'Høg',qualityAutoHigh:'Auto høg',qualityMedium:'Meðal',qualityAutoLow:'Auto Lág',qualityLow:'Lág',windowModeWindow:'Rútur',windowModeOpaque:'Ikki transparent',windowModeTransparent:'Transparent',windowMode:'Slag av rúti',flashvars:'Variablar fyri Flash',bgcolor:'Bakgrundslitur',hSpace:'Høgri breddi',vSpace:'Vinstri breddi',validateSrc:'Vinarliga skriva tilknýti (URL)',validateHSpace:'HSpace má vera eitt tal.',validateVSpace:'VSpace má vera eitt tal.'},spellCheck:{toolbar:'Kanna stavseting',title:'Kanna stavseting',notAvailable:'TÃverri, ikki tøkt à løtuni.',errorLoading:'Feilur við innlesing av application service host: %s.',notInDic:'Finst ikki à orðabókini',changeTo:'Broyt til',btnIgnore:'Forfjóna',btnIgnoreAll:'Forfjóna alt',btnReplace:'Yvirskriva',btnReplaceAll:'Yvirskriva alt',btnUndo:'Angra',noSuggestions:'- Einki uppskot -',progress:'Rættstavarin arbeiðir...',noMispell:'Rættstavarain liðugur: Eingin feilur funnin',noChanges:'Rættstavarain liðugur: Einki orð varð broytt',oneChange:'Rættstavarain liðugur: Eitt orð er broytt',manyChanges:'Rættstavarain liðugur: %1 orð broytt',ieSpellDownload:'Rættstavarin er ikki tøkur à tekstviðgeranum. Vilt tú heinta hann nú?'},smiley:{toolbar:'Smiley',title:'Vel Smiley',options:'Møguleikar fyri Smiley'},elementsPath:{eleLabel:'Slóð til elementir',eleTitle:'%1 element'},numberedlist:'Talmerktur listi',bulletedlist:'Punktmerktur listi',indent:'Ãkja reglubrotarinntriv',outdent:'Minka reglubrotarinntriv',justify:{left:'Vinstrasett',center:'Miðsett',right:'Høgrasett',block:'Javnir tekstkantar'},blockquote:'Blockquote',clipboard:{title:'Innrita',cutError:'Trygdaruppseting alnótskagans forðar tekstviðgeranum à at kvetta tekstin. Vinarliga nýt knappaborðið til at kvetta tekstin (Ctrl/Cmd+X).',copyError:'Trygdaruppseting alnótskagans forðar tekstviðgeranum à at avrita tekstin. Vinarliga nýt knappaborðið til at avrita tekstin (Ctrl/Cmd+C).',pasteMsg:'Vinarliga koyr tekstin à hendan rútin við knappaborðinum (<strong>Ctrl/Cmd+V</strong>) og klikk á <strong>Góðtak</strong>.',securityMsg:'Trygdaruppseting alnótskagans forðar tekstviðgeranum à beinleiðis atgongd til avritingarminnið. Tygum mugu royna aftur à hesum rútinum.',pasteArea:'Avritingarumráði'},pastefromword:{confirmCleanup:'Teksturin, tú roynir at seta inn, sýnist at stava frá Word. Skal teksturin reinsast fyrst?',toolbar:'Innrita frá Word',title:'Innrita frá Word',error:'Tað eydnaðist ikki at reinsa tekstin vegna ein internan feil'},pasteText:{button:'Innrita som reinan tekst',title:'Innrita som reinan tekst'},templates:{button:'Skabelónir',title:'Innihaldsskabelónir',options:'Møguleikar fyri Template',insertOption:'Yvirskriva núverandi innihald',selectPromptMsg:'Vinarliga vel ta skabelón, ið skal opnast à tekstviðgeranum<br>(Hetta yvirskrivar núverandi innihald):',emptyListMsg:'(Ongar skabelónir tøkar)'},showBlocks:'VÃs blokkar',stylesCombo:{label:'Typografi',panelTitle:'Formatterings stÃlir',panelTitle1:'Blokk stÃlir',panelTitle2:'Inline stÃlir',panelTitle3:'Object stÃlir'},format:{label:'Skriftsnið',panelTitle:'Skriftsnið',tag_p:'Vanligt',tag_pre:'Sniðgivið',tag_address:'Adressa',tag_h1:'Yvirskrift 1',tag_h2:'Yvirskrift 2',tag_h3:'Yvirskrift 3',tag_h4:'Yvirskrift 4',tag_h5:'Yvirskrift 5',tag_h6:'Yvirskrift 6',tag_div:'Vanligt (DIV)'},div:{title:'Ger Div Container',toolbar:'Ger Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Vinstru til høgru (LTR)',langDirRTLLabel:'Høgru til vinstru (RTL)',edit:'Redigera Div',remove:'Strika Div'},iframe:{title:'Møguleikar fyri IFrame',toolbar:'IFrame',noUrl:'Vinarliga skriva URL til iframe',scrolling:'Loyv scrollbars',border:'VÃs frame kant'},font:{label:'Skrift',voiceLabel:'Skrift',panelTitle:'Skrift'},fontSize:{label:'Skriftstødd',voiceLabel:'Skriftstødd',panelTitle:'Skriftstødd'},colorButton:{textColorTitle:'Tekstlitur',bgColorTitle:'Bakgrundslitur',panelTitle:'Litir',auto:'Automatiskt',more:'Fleiri litir...'},colors:{'000':'Svart',800000:'Maroon','8B4513':'Saðilsbrúnt','2F4F4F':'Dark Slate Gray','008080':'Teal','000080':'Navy','4B0082':'Indigo',696969:'Myrkagrátt',B22222:'Fire Brick',A52A2A:'Brúnt',DAA520:'Gullstavur','006400':'Myrkagrønt','40E0D0':'Turquoise','0000CD':'Meðal blátt',800080:'Purple',808080:'Grátt',F00:'Reytt',FF8C00:'Myrkt appelsingult',FFD700:'Gull','008000':'Grønt','0FF':'Cyan','00F':'Blátt',EE82EE:'Violet',A9A9A9:'Døkt grátt',FFA07A:'Ljósur laksur',FFA500:'Appelsingult',FFFF00:'Gult','00FF00':'Lime',AFEEEE:'Pale Turquoise',ADD8E6:'Ljósablátt',DDA0DD:'Plum',D3D3D3:'Ljósagrátt',FFF0F5:'Lavender Blush',FAEBD7:'Klassiskt hvÃtt',FFFFE0:'Ljósagult',F0FFF0:'Hunangsdøggur',F0FFFF:'Azure',F0F8FF:'Alice Blátt',E6E6FA:'Lavender',FFF:'HvÃtt'},scayt:{title:'Kanna stavseting, meðan tú skrivar',opera_title:'Ikki stuðlað à Opera',enable:'Loyv SCAYT',disable:'Nokta SCAYT',about:'Um SCAYT',toggle:'Toggle SCAYT',options:'Uppseting',langs:'Tungumál',moreSuggestions:'Fleiri tilráðingar',ignore:'Ignorera',ignoreAll:'Ignorera alt',addWord:'Legg orð afturat',emptyDic:'Heiti á orðabók eigur ikki at vera tómt.',optionsTab:'Uppseting',allCaps:'Loyp orð við bert stórum stavum um',ignoreDomainNames:'loyp økisnøvn um',mixedCase:'Loyp orð við blandaðum smáum og stórum stavum um',mixedWithDigits:'Loyp orð við tølum um',languagesTab:'Tungumál',dictionariesTab:'Orðabøkur',dic_field_name:'Orðabókanavn',dic_create:'Upprætta nýggja',dic_restore:'Endurskapa',dic_delete:'Strika',dic_rename:'Broyt',dic_info:'Upprunaliga er brúkara-orðabókin goymd à eini cookie à tÃnum egna kaga. Men hesar eru avmarkaðar à stødd. Tá brúkara-orðabókin veksur seg ov stóra til eina cookie, so er møguligt at goyma hana á ambætara okkara. Fyri at goyma persónligu orðabókina á ambætaranum eigur tú at velja eitt navn til tÃna skuffu. Hevur tú longu goymt eina orðabók, so vinarliga skriva navnið og klikk á knøttin Endurskapa.',aboutTab:'Um'},about:{title:'Um CKEditor',dlgTitle:'Um CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Licens upplýsingar finnast á heimasÃðu okkara:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maksimera',minimize:'Minimera',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Fjaldur teigur',unknown:'Ãkent Object'},resize:'Drag fyri at broyta stødd',colordialog:{title:'Vel lit',options:'Litmøguleikar',highlight:'Framheva',selected:'Valdur litur',clear:'Strika'},toolbarCollapse:'Lat Toolbar aftur',toolbarExpand:'VÃs 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'},bidi:{ltr:'Tekstkós frá vinstru til høgru',rtl:'Tekstkós frá høgru til vinstru'},docprops:{label:'Eginleikar fyri dokument',title:'Eginleikar fyri dokument',design:'Design',meta:'META-upplýsingar',chooseColor:'Vel',other:'<annað>',docTitle:'SÃðuheiti',charset:'Teknsett koda',charsetOther:'Onnur teknsett koda',charsetASCII:'ASCII',charsetCE:'Miðeuropa',charsetCT:'Kinesiskt traditionelt (Big5)',charsetCR:'Cyrilliskt',charsetGR:'Grikst',charsetJP:'Japanskt',charsetKR:'Koreanskt',charsetTR:'Turkiskt',charsetUN:'Unicode (UTF-8)',charsetWE:'Vestureuropa',docType:'Dokumentslag yvirskrift',docTypeOther:'Annað dokumentslag yvirskrift',xhtmlDec:'Viðfest XHTML deklaratiónir',bgColor:'Bakgrundslitur',bgImage:'Leið til bakgrundsmynd (URL)',bgFixed:'Læst bakgrund (rullar ikki)',txtColor:'Tekstlitur',margin:'SÃðubreddar',marginTop:'Ovast',marginLeft:'Vinstra',marginRight:'Høgra',marginBottom:'Niðast',metaKeywords:'Dokument index lyklaorð (sundurbýtt við komma)',metaDescription:'Dokumentlýsing',metaAuthor:'Høvundur',metaCopyright:'Upphavsrættindi',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['fo']={"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Trýst ALT og 0 fyri vegleiðing","browseServer":"Ambætarakagi","url":"URL","protocol":"Protokoll","upload":"Send til ambætaran","uploadSubmit":"Send til ambætaran","image":"Myndir","flash":"Flash","form":"Formur","checkbox":"Flugubein","radio":"Radioknøttur","textField":"Tekstteigur","textarea":"Tekstumráði","hiddenField":"Fjaldur teigur","button":"Knøttur","select":"Valskrá","imageButton":"Myndaknøttur","notSet":"<ikki sett>","id":"Id","name":"Navn","langDir":"Tekstkós","langDirLtr":"Frá vinstru til høgru (LTR)","langDirRtl":"Frá høgru til vinstru (RTL)","langCode":"Málkoda","longDescr":"VÃðkað URL frágreiðing","cssClass":"Typografi klassar","advisoryTitle":"Vegleiðandi heiti","cssStyle":"Typografi","ok":"Góðkent","cancel":"Avlýst","close":"Lat aftur","preview":"Frumsýn","resize":"Drag fyri at broyta stødd","generalTab":"Generelt","advancedTab":"Fjølbroytt","validateNumberFailed":"Hetta er ikki eitt tal.","confirmNewPage":"Allar ikki goymdar broytingar à hesum innihaldið hvørva. Skal nýggj sÃða lesast kortini?","confirmCancel":"Nakrir valmøguleikar eru broyttir. Ert tú vÃsur Ã, at dialogurin skal latast aftur?","options":"Options","target":"Target","targetNew":"Nýtt vindeyga (_blank)","targetTop":"Vindeyga ovast (_top)","targetSelf":"Sama vindeyga (_self)","targetParent":"Upphavligt vindeyga (_parent)","langDirLTR":"Frá vinstru til høgru (LTR)","langDirRTL":"Frá høgru til vinstru (RTL)","styles":"Style","cssClasses":"Stylesheet Classes","width":"Breidd","height":"Hædd","align":"Justering","alignLeft":"Vinstra","alignRight":"Høgra","alignCenter":"Miðsett","alignTop":"Ovast","alignMiddle":"Miðja","alignBottom":"Botnur","invalidValue":"Invalid value.","invalidHeight":"Hædd má vera eitt tal.","invalidWidth":"Breidd má vera eitt tal.","invalidCssLength":"Virðið sett à \"%1\" feltið má vera eitt positivt tal, við ella uttan gyldugum CSS mátieind (px, %, in, cm, mm, em, ex, pt, ella pc).","invalidHtmlLength":"Virðið sett à \"%1\" feltiðield má vera eitt positivt tal, við ella uttan gyldugum CSS mátieind (px ella %).","invalidInlineStyle":"Virði specifiserað fyri inline style má hava eitt ella fleiri pør (tuples) skrivað sum \"name : value\", hvørt parið sundurskilt við semi-colon.","cssLengthTooltip":"Skriva eitt tal fyri eitt virði à pixels ella eitt tal við gyldigum CSS eind (px, %, in, cm, mm, em, ex, pt, ella pc).","unavailable":"%1<span class=\"cke_accessibility\">, ikki tøkt</span>"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"Um CKEditor","help":"Kekka $1 fyri hjálp.","moreInfo":"Licens upplýsingar finnast á heimasÃðu okkara:","title":"Um CKEditor","userGuide":"CKEditor Brúkaravegleiðing"},"basicstyles":{"bold":"Feit skrift","italic":"Skráskrift","strike":"Yvirstrikað","subscript":"Lækkað skrift","superscript":"Hækkað skrift","underline":"Undirstrikað"},"bidi":{"ltr":"Tekstkós frá vinstru til høgru","rtl":"Tekstkós frá høgru til vinstru"},"blockquote":{"toolbar":"Blockquote"},"clipboard":{"copy":"Avrita","copyError":"Trygdaruppseting alnótskagans forðar tekstviðgeranum à at avrita tekstin. Vinarliga nýt knappaborðið til at avrita tekstin (Ctrl/Cmd+C).","cut":"Kvett","cutError":"Trygdaruppseting alnótskagans forðar tekstviðgeranum à at kvetta tekstin. Vinarliga nýt knappaborðið til at kvetta tekstin (Ctrl/Cmd+X).","paste":"Innrita","pasteArea":"Avritingarumráði","pasteMsg":"Vinarliga koyr tekstin à hendan rútin við knappaborðinum (<strong>Ctrl/Cmd+V</strong>) og klikk á <strong>Góðtak</strong>.","securityMsg":"Trygdaruppseting alnótskagans forðar tekstviðgeranum à beinleiðis atgongd til avritingarminnið. Tygum mugu royna aftur à hesum rútinum.","title":"Innrita"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatiskt","bgColorTitle":"Bakgrundslitur","colors":{"000":"Svart","800000":"Maroon","8B4513":"Saðilsbrúnt","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo","696969":"Myrkagrátt","B22222":"Fire Brick","A52A2A":"Brúnt","DAA520":"Gullstavur","006400":"Myrkagrønt","40E0D0":"Turquoise","0000CD":"Meðal blátt","800080":"Purple","808080":"Grátt","F00":"Reytt","FF8C00":"Myrkt appelsingult","FFD700":"Gull","008000":"Grønt","0FF":"Cyan","00F":"Blátt","EE82EE":"Violet","A9A9A9":"Døkt grátt","FFA07A":"Ljósur laksur","FFA500":"Appelsingult","FFFF00":"Gult","00FF00":"Lime","AFEEEE":"Pale Turquoise","ADD8E6":"Ljósablátt","DDA0DD":"Plum","D3D3D3":"Ljósagrátt","FFF0F5":"Lavender Blush","FAEBD7":"Klassiskt hvÃtt","FFFFE0":"Ljósagult","F0FFF0":"Hunangsdøggur","F0FFFF":"Azure","F0F8FF":"Alice Blátt","E6E6FA":"Lavender","FFF":"HvÃtt"},"more":"Fleiri litir...","panelTitle":"Litir","textColorTitle":"Tekstlitur"},"colordialog":{"clear":"Strika","highlight":"Framheva","options":"Litmøguleikar","selected":"Valdur litur","title":"Vel lit"},"templates":{"button":"Skabelónir","emptyListMsg":"(Ongar skabelónir tøkar)","insertOption":"Yvirskriva núverandi innihald","options":"Møguleikar fyri Template","selectPromptMsg":"Vinarliga vel ta skabelón, ið skal opnast à tekstviðgeranum<br>(Hetta yvirskrivar núverandi innihald):","title":"Innihaldsskabelónir"},"contextmenu":{"options":"Context Menu Options"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Advisory Title","cssClassInputLabel":"Stylesheet Classes","edit":"Redigera Div","inlineStyleInputLabel":"Inline Style","langDirLTRLabel":"Vinstru til høgru (LTR)","langDirLabel":"Language Direction","langDirRTLLabel":"Høgru til vinstru (RTL)","languageCodeInputLabel":" Language Code","remove":"Strika Div","styleSelectLabel":"Style","title":"Ger Div Container","toolbar":"Ger Div Container"},"toolbar":{"toolbarCollapse":"Lat Toolbar aftur","toolbarExpand":"VÃs Toolbar","toolbarGroups":{"document":"Dokument","clipboard":"Clipboard/Undo","editing":"Editering","forms":"Formar","basicstyles":"Grundleggjandi Styles","paragraph":"Reglubrot","links":"Leinkjur","insert":"Set inn","styles":"Styles","colors":"Litir","tools":"Tól"},"toolbars":"Editor toolbars"},"elementspath":{"eleLabel":"Slóð til elementir","eleTitle":"%1 element"},"find":{"find":"Leita","findOptions":"Finn møguleikar","findWhat":"Finn:","matchCase":"Munur á stórum og smáum bókstavum","matchCyclic":"Match cyclic","matchWord":"Bert heil orð","notFoundMsg":"Leititeksturin varð ikki funnin","replace":"Yvirskriva","replaceAll":"Yvirskriva alt","replaceSuccessMsg":"%1 úrslit broytt.","replaceWith":"Yvirskriva við:","title":"Finn og broyt"},"fakeobjects":{"anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Fjaldur teigur","iframe":"IFrame","unknown":"Ãkent Object"},"flash":{"access":"Script atgongd","accessAlways":"AltÃð","accessNever":"OngantÃð","accessSameDomain":"Sama navnaøki","alignAbsBottom":"Abs botnur","alignAbsMiddle":"Abs miðja","alignBaseline":"Basislinja","alignTextTop":"Tekst toppur","bgcolor":"Bakgrundslitur","chkFull":"Loyv fullan skerm","chkLoop":"Endurspæl","chkMenu":"Ger Flash skrá virkna","chkPlay":"Avspælingin byrjar sjálv","flashvars":"Variablar fyri Flash","hSpace":"Høgri breddi","properties":"Flash eginleikar","propertiesTab":"Eginleikar","quality":"Góðska","qualityAutoHigh":"Auto høg","qualityAutoLow":"Auto Lág","qualityBest":"Besta","qualityHigh":"Høg","qualityLow":"Lág","qualityMedium":"Meðal","scale":"Skalering","scaleAll":"VÃs alt","scaleFit":"Neyv skalering","scaleNoBorder":"Eingin bordi","title":"Flash eginleikar","vSpace":"Vinstri breddi","validateHSpace":"HSpace má vera eitt tal.","validateSrc":"Vinarliga skriva tilknýti (URL)","validateVSpace":"VSpace má vera eitt tal.","windowMode":"Slag av rúti","windowModeOpaque":"Ikki transparent","windowModeTransparent":"Transparent","windowModeWindow":"Rútur"},"font":{"fontSize":{"label":"Skriftstødd","voiceLabel":"Skriftstødd","panelTitle":"Skriftstødd"},"label":"Skrift","panelTitle":"Skrift","voiceLabel":"Skrift"},"forms":{"button":{"title":"Eginleikar fyri knøtt","text":"Tekstur","type":"Slag","typeBtn":"Knøttur","typeSbm":"Send","typeRst":"Nullstilla"},"checkboxAndRadio":{"checkboxTitle":"Eginleikar fyri flugubein","radioTitle":"Eginleikar fyri radioknøtt","value":"Virði","selected":"Valt"},"form":{"title":"Eginleikar fyri Form","menu":"Eginleikar fyri Form","action":"Hending","method":"Háttur","encoding":"Encoding"},"hidden":{"title":"Eginleikar fyri fjaldan teig","name":"Navn","value":"Virði"},"select":{"title":"Eginleikar fyri valskrá","selectInfo":"Upplýsingar","opAvail":"Tøkir møguleikar","value":"Virði","size":"Stødd","lines":"Linjur","chkMulti":"Loyv fleiri valmøguleikum samstundis","opText":"Tekstur","opValue":"Virði","btnAdd":"Legg afturat","btnModify":"Broyt","btnUp":"Upp","btnDown":"Niður","btnSetValue":"Set sum valt virði","btnDelete":"Strika"},"textarea":{"title":"Eginleikar fyri tekstumráði","cols":"kolonnur","rows":"røðir"},"textfield":{"title":"Eginleikar fyri tekstteig","name":"Navn","value":"Virði","charWidth":"Breidd (sjónlig tekn)","maxChars":"Mest loyvdu tekn","type":"Slag","typeText":"Tekstur","typePass":"Loyniorð","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"format":{"label":"Skriftsnið","panelTitle":"Skriftsnið","tag_address":"Adressa","tag_div":"Vanligt (DIV)","tag_h1":"Yvirskrift 1","tag_h2":"Yvirskrift 2","tag_h3":"Yvirskrift 3","tag_h4":"Yvirskrift 4","tag_h5":"Yvirskrift 5","tag_h6":"Yvirskrift 6","tag_p":"Vanligt","tag_pre":"Sniðgivið"},"horizontalrule":{"toolbar":"Ger vatnrætta linju"},"iframe":{"border":"VÃs frame kant","noUrl":"Vinarliga skriva URL til iframe","scrolling":"Loyv scrollbars","title":"Møguleikar fyri IFrame","toolbar":"IFrame"},"image":{"alertUrl":"Rita slóðina til myndina","alt":"Alternativur tekstur","border":"Bordi","btnUpload":"Send til ambætaran","button2Img":"Skal valdi myndaknøttur gerast til vanliga mynd?","hSpace":"Høgri breddi","img2Button":"Skal valda mynd gerast til myndaknøtt?","infoTab":"Myndaupplýsingar","linkTab":"Tilknýti","lockRatio":"Læs lutfallið","menu":"Myndaeginleikar","resetSize":"Upprunastødd","title":"Myndaeginleikar","titleButton":"Eginleikar fyri myndaknøtt","upload":"Send","urlMissing":"URL til mynd manglar.","vSpace":"Vinstri breddi","validateBorder":"Bordi má vera eitt heiltal.","validateHSpace":"HSpace má vera eitt heiltal.","validateVSpace":"VSpace má vera eitt heiltal."},"indent":{"indent":"Ãkja reglubrotarinntriv","outdent":"Minka reglubrotarinntriv"},"smiley":{"options":"Møguleikar fyri Smiley","title":"Vel Smiley","toolbar":"Smiley"},"justify":{"block":"Javnir tekstkantar","center":"Miðsett","left":"Vinstrasett","right":"Høgrasett"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Snarvegisknöttur","advanced":"Fjølbroytt","advisoryContentType":"Vegleiðandi innihaldsslag","advisoryTitle":"Vegleiðandi heiti","anchor":{"toolbar":"Ger/broyt marknastein","menu":"Eginleikar fyri marknastein","title":"Eginleikar fyri marknastein","name":"Heiti marknasteinsins","errorName":"Vinarliga rita marknasteinsins heiti","remove":"Strika marknastein"},"anchorId":"Eftir element Id","anchorName":"Eftir navni á marknasteini","charset":"Atknýtt teknsett","cssClasses":"Typografi klassar","emailAddress":"Teldupost-adressa","emailBody":"Breyðtekstur","emailSubject":"Evni","id":"Id","info":"Tilknýtis upplýsingar","langCode":"Tekstkós","langDir":"Tekstkós","langDirLTR":"Frá vinstru til høgru (LTR)","langDirRTL":"Frá høgru til vinstru (RTL)","menu":"Broyt tilknýti","name":"Navn","noAnchors":"(Eingir marknasteinar eru à hesum dokumentið)","noEmail":"Vinarliga skriva teldupost-adressu","noUrl":"Vinarliga skriva tilknýti (URL)","other":"<annað>","popupDependent":"Bundið (Netscape)","popupFeatures":"Popup vindeygans vÃðkaðu eginleikar","popupFullScreen":"Fullur skermur (IE)","popupLeft":"Frástøða frá vinstru","popupLocationBar":"Adressulinja","popupMenuBar":"Skrábjálki","popupResizable":"Stødd kann broytast","popupScrollBars":"Rullibjálki","popupStatusBar":"Støðufrágreiðingarbjálki","popupToolbar":"Amboðsbjálki","popupTop":"Frástøða frá Ãerva","rel":"Relatión","selectAnchor":"Vel ein marknastein","styles":"Typografi","tabIndex":"Tabulator indeks","target":"Target","targetFrame":"<ramma>","targetFrameName":"VÃs navn vindeygans","targetPopup":"<popup vindeyga>","targetPopupName":"Popup vindeygans navn","title":"Tilknýti","toAnchor":"Tilknýti til marknastein à tekstinum","toEmail":"Teldupostur","toUrl":"URL","toolbar":"Ger/broyt tilknýti","type":"Tilknýtisslag","unlink":"Strika tilknýti","upload":"Send til ambætaran"},"list":{"bulletedlist":"Punktmerktur listi","numberedlist":"Talmerktur listi"},"liststyle":{"armenian":"Armensk talskipan","bulletedTitle":"Eginleikar fyri lista við prikkum","circle":"Sirkul","decimal":"Vanlig tøl (1, 2, 3, etc.)","decimalLeadingZero":"Tøl við null frammanfyri (01, 02, 03, etc.)","disc":"Disc","georgian":"Georgisk talskipan (an, ban, gan, osv.)","lowerAlpha":"LÃtlir bókstavir (a, b, c, d, e, etc.)","lowerGreek":"Grikskt við lÃtlum (alpha, beta, gamma, etc.)","lowerRoman":"LÃtil rómaratøl (i, ii, iii, iv, v, etc.)","none":"Einki","notset":"<ikki sett>","numberedTitle":"Eginleikar fyri lista við tølum","square":"Fýrkantur","start":"Byrjan","type":"Slag","upperAlpha":"Stórir bókstavir (A, B, C, D, E, etc.)","upperRoman":"Stór rómaratøl (I, II, III, IV, V, etc.)","validateStartNumber":"Byrjunartalið fyri lista má vera eitt heiltal."},"magicline":{"title":"Insert paragraph here"},"maximize":{"maximize":"Maksimera","minimize":"Minimera"},"newpage":{"toolbar":"Nýggj sÃða"},"pagebreak":{"alt":"SÃðuskift","toolbar":"Ger sÃðuskift"},"pastetext":{"button":"Innrita som reinan tekst","title":"Innrita som reinan tekst"},"pastefromword":{"confirmCleanup":"Teksturin, tú roynir at seta inn, sýnist at stava frá Word. Skal teksturin reinsast fyrst?","error":"Tað eydnaðist ikki at reinsa tekstin vegna ein internan feil","title":"Innrita frá Word","toolbar":"Innrita frá Word"},"preview":{"preview":"Frumsýning"},"print":{"toolbar":"Prenta"},"removeformat":{"toolbar":"Strika sniðgeving"},"save":{"toolbar":"Goym"},"selectall":{"toolbar":"Markera alt"},"showblocks":{"toolbar":"VÃs blokkar"},"sourcearea":{"toolbar":"Kelda"},"specialchar":{"options":"Møguleikar við serteknum","title":"Vel sertekn","toolbar":"Set inn sertekn"},"scayt":{"about":"Um SCAYT","aboutTab":"Um","addWord":"Legg orð afturat","allCaps":"Loyp orð við bert stórum stavum um","dic_create":"Upprætta nýggja","dic_delete":"Strika","dic_field_name":"Orðabókanavn","dic_info":"Upprunaliga er brúkara-orðabókin goymd à eini cookie à tÃnum egna kaga. Men hesar cookies eru avmarkaðar à stødd. Tá brúkara-orðabókin veksur seg ov stóra til eina cookie, so er møguligt at goyma hana á ambætara okkara. Fyri at goyma persónligu orðabókina á ambætaranum eigur tú at velja eitt navn til tÃna skuffu. Hevur tú longu goymt eina orðabók, so vinarliga skriva navnið og klikk á knøttin Endurskapa.","dic_rename":"Broyt","dic_restore":"Endurskapa","dictionariesTab":"Orðabøkur","disable":"Nokta SCAYT","emptyDic":"Heiti á orðabók eigur ikki at vera tómt.","enable":"Loyv SCAYT","ignore":"Ignorera","ignoreAll":"Ignorera alt","ignoreDomainNames":"loyp økisnøvn um","langs":"Tungumál","languagesTab":"Tungumál","mixedCase":"Loyp orð við blandaðum smáum og stórum stavum um","mixedWithDigits":"Loyp orð við tølum um","moreSuggestions":"Fleiri tilráðingar","opera_title":"Ikki stuðlað à Opera","options":"Uppseting","optionsTab":"Uppseting","title":"Kanna stavseting, meðan tú skrivar","toggle":"Toggle SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Typografi","panelTitle":"Formatterings stÃlir","panelTitle1":"Blokk stÃlir","panelTitle2":"Inline stÃlir","panelTitle3":"Object stÃlir"},"table":{"border":"Bordabreidd","caption":"Tabellfrágreiðing","cell":{"menu":"Meski","insertBefore":"Set meska inn áðrenn","insertAfter":"Set meska inn aftaná","deleteCell":"Strika meskar","merge":"Flætta meskar","mergeRight":"Flætta meskar til høgru","mergeDown":"Flætta saman","splitHorizontal":"Kloyv meska vatnrætt","splitVertical":"Kloyv meska loddrætt","title":"Mesku eginleikar","cellType":"Mesku slag","rowSpan":"Ræð spenni","colSpan":"Kolonnu spenni","wordWrap":"Orðkloyving","hAlign":"Horisontal plasering","vAlign":"Loddrøtt plasering","alignBaseline":"Basislinja","bgColor":"Bakgrundslitur","borderColor":"Bordalitur","data":"Data","header":"Header","yes":"Ja","no":"Nei","invalidWidth":"Meskubreidd má vera eitt tal.","invalidHeight":"Meskuhædd má vera eitt tal.","invalidRowSpan":"Raðspennið má vera eitt heiltal.","invalidColSpan":"Kolonnuspennið má vera eitt heiltal.","chooseColor":"Vel"},"cellPad":"Meskubreddi","cellSpace":"Fjarstøða millum meskar","column":{"menu":"Kolonna","insertBefore":"Set kolonnu inn áðrenn","insertAfter":"Set kolonnu inn aftaná","deleteColumn":"Strika kolonnur"},"columns":"Kolonnur","deleteTable":"Strika tabell","headers":"Yvirskriftir","headersBoth":"Báðir","headersColumn":"Fyrsta kolonna","headersNone":"Eingin","headersRow":"Fyrsta rað","invalidBorder":"Borda-stødd má vera eitt tal.","invalidCellPadding":"Cell padding má vera eitt tal.","invalidCellSpacing":"Cell spacing má vera eitt tal.","invalidCols":"Talið av kolonnum má vera eitt tal størri enn 0.","invalidHeight":"Tabell-hædd má vera eitt tal.","invalidRows":"Talið av røðum má vera eitt tal størri enn 0.","invalidWidth":"Tabell-breidd má vera eitt tal.","menu":"Eginleikar fyri tabell","row":{"menu":"Rað","insertBefore":"Set rað inn áðrenn","insertAfter":"Set rað inn aftaná","deleteRow":"Strika røðir"},"rows":"Røðir","summary":"Samandráttur","title":"Eginleikar fyri tabell","toolbar":"Tabell","widthPc":"prosent","widthPx":"pixels","widthUnit":"breiddar unit"},"undo":{"redo":"Vend aftur","undo":"Angra"},"wsc":{"btnIgnore":"Forfjóna","btnIgnoreAll":"Forfjóna alt","btnReplace":"Yvirskriva","btnReplaceAll":"Yvirskriva alt","btnUndo":"Angra","changeTo":"Broyt til","errorLoading":"Feilur við innlesing av application service host: %s.","ieSpellDownload":"Rættstavarin er ikki tøkur à tekstviðgeranum. Vilt tú heinta hann nú?","manyChanges":"Rættstavarin liðugur: %1 orð broytt","noChanges":"Rættstavarin liðugur: Einki orð varð broytt","noMispell":"Rættstavarin liðugur: Eingin feilur funnin","noSuggestions":"- Einki uppskot -","notAvailable":"TÃverri, ikki tøkt à løtuni.","notInDic":"Finst ikki à orðabókini","oneChange":"Rættstavarin liðugur: Eitt orð er broytt","progress":"Rættstavarin arbeiðir...","title":"Kanna stavseting","toolbar":"Kanna stavseting"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/fr-ca.js b/skins/ckeditor/lang/fr-ca.js index 4c8f0be..a33158d 100644 --- a/skins/ckeditor/lang/fr-ca.js +++ b/skins/ckeditor/lang/fr-ca.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang['fr-ca']={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Source',newPage:'Nouvelle page',save:'Sauvegarder',preview:'Previsualiser',cut:'Couper',copy:'Copier',paste:'Coller',print:'Imprimer',underline:'Souligné',bold:'Gras',italic:'Italique',selectAll:'Tout sélectionner',removeFormat:'Supprimer le formatage',strike:'Barrer',subscript:'Indice',superscript:'Exposant',horizontalrule:'Insérer un séparateur',pagebreak:'Insérer un saut de page',pagebreakAlt:'Page Break',unlink:'Supprimer le lien',undo:'Annuler',redo:'Refaire',common:{browseServer:'Parcourir le serveur',url:'URL',protocol:'Protocole',upload:'Télécharger',uploadSubmit:'Envoyer sur le serveur',image:'Image',flash:'Animation Flash',form:'Formulaire',checkbox:'Case à cocher',radio:'Bouton radio',textField:'Champ texte',textarea:'Zone de texte',hiddenField:'Champ caché',button:'Bouton',select:'Champ de sélection',imageButton:'Bouton image',notSet:'<Par défaut>',id:'Id',name:'Nom',langDir:"Sens d'écriture",langDirLtr:'De gauche à droite (LTR)',langDirRtl:'De droite à gauche (RTL)',langCode:'Code langue',longDescr:'URL de description longue',cssClass:'Classes de feuilles de style',advisoryTitle:'Titre',cssStyle:'Style',ok:'OK',cancel:'Annuler',close:'Close',preview:'Preview',generalTab:'Général',advancedTab:'Avancée',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'Largeur',height:'Hauteur',align:'Alignement',alignLeft:'Gauche',alignRight:'Droite',alignCenter:'Centré',alignTop:'Haut',alignMiddle:'Milieu',alignBottom:'Bas',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Insérer un caractère spécial',title:'Insérer un caractère spécial',options:'Special Character Options'},link:{toolbar:'Insérer/modifier le lien',other:'<other>',menu:'Modifier le lien',title:'Propriétés du lien',info:'Informations sur le lien',target:'Destination',upload:'Télécharger',advanced:'Avancée',type:'Type de lien',toUrl:'URL',toAnchor:'Ancre dans cette page',toEmail:'E-Mail',targetFrame:'<Cadre>',targetPopup:'<fenêtre popup>',targetFrameName:'Nom du cadre de destination',targetPopupName:'Nom de la fenêtre popup',popupFeatures:'Caractéristiques de la fenêtre popup',popupResizable:'Resizable',popupStatusBar:"Barre d'état",popupLocationBar:"Barre d'adresses",popupToolbar:"Barre d'outils",popupMenuBar:'Barre de menu',popupFullScreen:'Plein écran (IE)',popupScrollBars:'Barres de défilement',popupDependent:'Dépendante (Netscape)',popupLeft:'Position à partir de la gauche',popupTop:'Position à partir du haut',id:'Id',langDir:"Sens d'écriture",langDirLTR:'De gauche à droite (LTR)',langDirRTL:'De droite à gauche (RTL)',acccessKey:'Ãquivalent clavier',name:'Nom',langCode:"Sens d'écriture",tabIndex:'Ordre de tabulation',advisoryTitle:'Titre',advisoryContentType:'Type de contenu',cssClasses:'Classes de feuilles de style',charset:'Encodage de caractère',styles:'Style',rel:'Relationship',selectAnchor:'Sélectionner une ancre',anchorName:'Par nom',anchorId:'Par id',emailAddress:'Adresse E-Mail',emailSubject:'Sujet du message',emailBody:'Corps du message',noAnchors:"(Pas d'ancre disponible dans le document)",noUrl:"Veuillez saisir l'URL",noEmail:"Veuillez saisir l'adresse e-mail"},anchor:{toolbar:"Insérer/modifier l'ancre",menu:"Propriétés de l'ancre",title:"Propriétés de l'ancre",name:"Nom de l'ancre",errorName:"Veuillez saisir le nom de l'ancre",remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Chercher et Remplacer',find:'Chercher',replace:'Remplacer',findWhat:'Rechercher:',replaceWith:'Remplacer par:',notFoundMsg:'Le texte indiqué est introuvable.',matchCase:'Respecter la casse',matchWord:'Mot entier',matchCyclic:'Match cyclic',replaceAll:'Tout remplacer',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Tableau',title:'Propriétés du tableau',menu:'Propriétés du tableau',deleteTable:'Supprimer le tableau',rows:'Lignes',columns:'Colonnes',border:'Taille de la bordure',widthPx:'pixels',widthPc:'pourcentage',widthUnit:'width unit',cellSpace:'Espacement',cellPad:'Contour',caption:'Titre',summary:'Résumé',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'Cellule',insertBefore:'Insérer une cellule avant',insertAfter:'Insérer une cellule après',deleteCell:'Supprimer des cellules',merge:'Fusionner les cellules',mergeRight:'Fusionner à droite',mergeDown:'Fusionner en bas',splitHorizontal:'Scinder la cellule horizontalement',splitVertical:'Scinder la cellule verticalement',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'},row:{menu:'Ligne',insertBefore:'Insérer une ligne avant',insertAfter:'Insérer une ligne après',deleteRow:'Supprimer des lignes'},column:{menu:'Colonne',insertBefore:'Insérer une colonne avant',insertAfter:'Insérer une colonne après',deleteColumn:'Supprimer des colonnes'}},button:{title:'Propriétés du bouton',text:'Texte (Valeur)',type:'Type',typeBtn:'Bouton',typeSbm:'Soumettre',typeRst:'Réinitialiser'},checkboxAndRadio:{checkboxTitle:'Propriétés de la case à cocher',radioTitle:'Propriétés du bouton radio',value:'Valeur',selected:'Sélectionné'},form:{title:'Propriétés du formulaire',menu:'Propriétés du formulaire',action:'Action',method:'Méthode',encoding:'Encoding'},select:{title:'Propriétés de la liste/du menu',selectInfo:'Info',opAvail:'Options disponibles',value:'Valeur',size:'Taille',lines:'lignes',chkMulti:'Sélection multiple',opText:'Texte',opValue:'Valeur',btnAdd:'Ajouter',btnModify:'Modifier',btnUp:'Monter',btnDown:'Descendre',btnSetValue:'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:'Largeur en caractères',maxChars:'Nombre maximum de caractères',type:'Type',typeText:'Texte',typePass:'Mot de passe'},hidden:{title:'Propriétés du champ caché',name:'Nom',value:'Valeur'},image:{title:"Propriétés de l'image",titleButton:'Propriétés du bouton image',menu:"Propriétés de l'image",infoTab:"Informations sur l'image",btnUpload:'Envoyer sur le serveur',upload:'Télécharger',alt:'Texte de remplacement',lockRatio:'Garder les proportions',resetSize:'Taille originale',border:'Bordure',hSpace:'Espacement horizontal',vSpace:'Espacement vertical',alertUrl:"Veuillez saisir l'URL de l'image",linkTab:'Lien',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:"Propriétés de l'animation Flash",propertiesTab:'Properties',title:"Propriétés de l'animation Flash",chkPlay:'Lecture automatique',chkLoop:'Boucle',chkMenu:'Activer le menu Flash',chkFull:'Allow Fullscreen',scale:'Affichage',scaleAll:'Par défaut (tout montrer)',scaleNoBorder:'Sans bordure',scaleFit:'Ajuster aux dimensions',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs Bas',alignAbsMiddle:'Abs Milieu',alignBaseline:'Bas du texte',alignTextTop:'Haut du texte',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Couleur de fond',hSpace:'Espacement horizontal',vSpace:'Espacement vertical',validateSrc:"Veuillez saisir l'URL",validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Orthographe',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Pas dans le dictionnaire',changeTo:'Changer en',btnIgnore:'Ignorer',btnIgnoreAll:'Ignorer tout',btnReplace:'Remplacer',btnReplaceAll:'Remplacer tout',btnUndo:'Annuler',noSuggestions:'- Pas de suggestion -',progress:"Vérification d'orthographe en cours...",noMispell:"Vérification d'orthographe terminée: pas d'erreur trouvée",noChanges:"Vérification d'orthographe terminée: Pas de modifications",oneChange:"Vérification d'orthographe terminée: Un mot modifié",manyChanges:"Vérification d'orthographe terminée: %1 mots modifiés",ieSpellDownload:"Le Correcteur d'orthographe n'est pas installé. Souhaitez-vous le télécharger maintenant?"},smiley:{toolbar:'Emoticon',title:'Insérer un Emoticon',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Liste numérotée',bulletedlist:'Liste à puces',indent:'Augmenter le retrait',outdent:'Diminuer le retrait',justify:{left:'Aligner à gauche',center:'Centrer',right:'Aligner à Droite',block:'Texte justifié'},blockquote:'Citation',clipboard:{title:'Coller',cutError:"Les paramètres de sécurité de votre navigateur empêchent l'éditeur de couper automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl/Cmd+X).",copyError:"Les paramètres de sécurité de votre navigateur empêchent l'éditeur de copier automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl/Cmd+C).",pasteMsg:'Veuillez coller dans la zone ci-dessous en utilisant le clavier (<STRONG>Ctrl/Cmd+V</STRONG>) et appuyer sur <STRONG>OK</STRONG>.',securityMsg:"A cause des paramètres de sécurité de votre navigateur, l'éditeur ne peut accéder au presse-papier directement. Vous devez coller à nouveau le contenu dans cette fenêtre.",pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Coller en tant que Word (formaté)',title:'Coller en tant que Word (formaté)',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Coller comme texte',title:'Coller comme texte'},templates:{button:'Modèles',title:'Modèles de contenu',options:'Template Options',insertOption:'Remplacer tout le contenu actuel',selectPromptMsg:"Sélectionner le modèle à ouvrir dans l'éditeur<br>(le contenu actuel sera remplacé):",emptyListMsg:'(Aucun modèle disponible)'},showBlocks:'Afficher les blocs',stylesCombo:{label:'Style',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Format',panelTitle:'Format',tag_p:'Normal',tag_pre:'Formaté',tag_address:'Adresse',tag_h1:'En-tête 1',tag_h2:'En-tête 2',tag_h3:'En-tête 3',tag_h4:'En-tête 4',tag_h5:'En-tête 5',tag_h6:'En-tête 6',tag_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Police',voiceLabel:'Font',panelTitle:'Police'},fontSize:{label:'Taille',voiceLabel:'Font Size',panelTitle:'Taille'},colorButton:{textColorTitle:'Couleur de caractère',bgColorTitle:'Couleur de fond',panelTitle:'Colors',auto:'Automatique',more:'Plus de couleurs...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Propriétés du document',title:'Propriétés du document',design:'Design',meta:'Méta-Données',chooseColor:'Choose',other:'<other>',docTitle:'Titre de la page',charset:'Encodage de caractère',charsetOther:'Autre encodage de caractère',charsetASCII:'ASCII',charsetCE:'Europe Centrale',charsetCT:'Chinois Traditionnel (Big5)',charsetCR:'Cyrillique',charsetGR:'Grecque',charsetJP:'Japonais',charsetKR:'Coréen',charsetTR:'Turcque',charsetUN:'Unicode (UTF-8)',charsetWE:'Occidental',docType:'Type de document',docTypeOther:'Autre type de document',xhtmlDec:'Inclure les déclarations XHTML',bgColor:'Couleur de fond',bgImage:'Image de fond',bgFixed:'Image fixe sans défilement',txtColor:'Couleur de caractère',margin:'Marges',marginTop:'Haut',marginLeft:'Gauche',marginRight:'Droite',marginBottom:'Bas',metaKeywords:'Mots-clés (séparés par des virgules)',metaDescription:'Description',metaAuthor:'Auteur',metaCopyright:'Copyright',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['fr-ca']={"editor":"Ãditeur de texte enrichi","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Appuyez sur 0 pour de l'aide","browseServer":"Parcourir le serveur","url":"URL","protocol":"Protocole","upload":"Envoyer","uploadSubmit":"Envoyer au serveur","image":"Image","flash":"Animation 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":"<Par défaut>","id":"Id","name":"Nom","langDir":"Sens d'écriture","langDirLtr":"De gauche à droite (LTR)","langDirRtl":"De droite à gauche (RTL)","langCode":"Code langue","longDescr":"URL de description longue","cssClass":"Classes CSS","advisoryTitle":"Titre","cssStyle":"Style","ok":"OK","cancel":"Annuler","close":"Fermer","preview":"Aperçu","resize":"Redimensionner","generalTab":"Général","advancedTab":"Avancé","validateNumberFailed":"Cette valeur n'est pas un nombre.","confirmNewPage":"Les changements non sauvegardés seront perdus. Ãtes-vous certain de vouloir charger une nouvelle page?","confirmCancel":"Certaines options ont été modifiées. Ãtes-vous certain de vouloir fermer?","options":"Options","target":"Cible","targetNew":"Nouvelle fenêtre (_blank)","targetTop":"Fenêtre supérieur (_top)","targetSelf":"Cette fenêtre (_self)","targetParent":"Fenêtre parent (_parent)","langDirLTR":"De gauche à droite (LTR)","langDirRTL":"De droite à gauche (RTL)","styles":"Style","cssClasses":"Classe CSS","width":"Largeur","height":"Hauteur","align":"Alignement","alignLeft":"Gauche","alignRight":"Droite","alignCenter":"Centré","alignTop":"Haut","alignMiddle":"Milieu","alignBottom":"Bas","invalidValue":"Valeur invalide.","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 intégré 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 la valeur en pixel ou un nombre avec une unité 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, consulter notre site internet:","title":"à propos de CKEditor","userGuide":"Guide utilisateur de CKEditor"},"basicstyles":{"bold":"Gras","italic":"Italique","strike":"Barré","subscript":"Indice","superscript":"Exposant","underline":"Souligné"},"bidi":{"ltr":"Direction du texte de gauche à droite","rtl":"Direction du texte de droite à gauche"},"blockquote":{"toolbar":"Citation"},"clipboard":{"copy":"Copier","copyError":"Les paramètres de sécurité de votre navigateur empêchent l'éditeur de copier automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl/Cmd+C).","cut":"Couper","cutError":"Les paramètres de sécurité de votre navigateur empêchent l'éditeur de couper automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl/Cmd+X).","paste":"Coller","pasteArea":"Coller la zone","pasteMsg":"Veuillez coller dans la zone ci-dessous en utilisant le clavier (<STRONG>Ctrl/Cmd+V</STRONG>) et appuyer sur <STRONG>OK</STRONG>.","securityMsg":"A cause des paramètres de sécurité de votre navigateur, l'éditeur ne peut accéder au presse-papier directement. Vous devez coller à nouveau le contenu dans cette fenêtre.","title":"Coller"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatique","bgColorTitle":"Couleur de fond","colors":{"000":"Noir","800000":"Marron","8B4513":"Brun foncé","2F4F4F":"Gris ardoise foncé","008080":"Sarcelle","000080":"Marine","4B0082":"Indigo","696969":"Gris foncé","B22222":"Rouge brique","A52A2A":"Brun","DAA520":"Doré","006400":"Vert foncé","40E0D0":"Turquoise","0000CD":"Bleu","800080":"Mauve","808080":"Gris","F00":"Rouge","FF8C00":"Orange foncé","FFD700":"Or","008000":"Vert","0FF":"Cyan","00F":"Bleu","EE82EE":"Violet","A9A9A9":"Gris pâle","FFA07A":"Saumon clair","FFA500":"Orange","FFFF00":"Jaune","00FF00":"Vert lime","AFEEEE":"Turquoise pâle","ADD8E6":"Bleu pâle","DDA0DD":"Prune","D3D3D3":"Gris pâle","FFF0F5":"Bleu lavande","FAEBD7":"Blanc antique","FFFFE0":"Jaune pâle","F0FFF0":"Miel doré","F0FFFF":"Azure","F0F8FF":"Bleu alice","E6E6FA":"Lavande","FFF":"Blanc"},"more":"Plus de couleurs...","panelTitle":"Couleurs","textColorTitle":"Couleur de texte"},"colordialog":{"clear":"Effacer","highlight":"Surligner","options":"Options de couleur","selected":"Couleur sélectionnée","title":"Choisir une couleur"},"templates":{"button":"Modèles","emptyListMsg":"(Aucun modèle disponible)","insertOption":"Remplacer tout le contenu actuel","options":"Options de modèles","selectPromptMsg":"Sélectionner le modèle à ouvrir dans l'éditeur","title":"Modèles de contenu"},"contextmenu":{"options":"Options du menu contextuel"},"div":{"IdInputLabel":"ID","advisoryTitleInputLabel":"Titre","cssClassInputLabel":"Classes CSS","edit":"Modifier le DIV","inlineStyleInputLabel":"Style en ligne","langDirLTRLabel":"De gauche à droite (LTR)","langDirLabel":"Sens d'écriture","langDirRTLLabel":"De droite à gauche (RTL)","languageCodeInputLabel":"Code de langue","remove":"Supprimer le DIV","styleSelectLabel":"Style","title":"Créer un DIV","toolbar":"Créer un DIV"},"toolbar":{"toolbarCollapse":"Enrouler la barre d'outils","toolbarExpand":"Dérouler la barre d'outils","toolbarGroups":{"document":"Document","clipboard":"Presse papier/Annuler","editing":"Ãdition","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":"Chemin d'éléments","eleTitle":"element %1"},"find":{"find":"Rechercher","findOptions":"Options de recherche","findWhat":"Rechercher:","matchCase":"Respecter la casse","matchCyclic":"Recherche cyclique","matchWord":"Mot entier","notFoundMsg":"Le texte indiqué est introuvable.","replace":"Remplacer","replaceAll":"Tout remplacer","replaceSuccessMsg":"%1 remplacements.","replaceWith":"Remplacer par:","title":"Rechercher et remplacer"},"fakeobjects":{"anchor":"Ancre","flash":"Animation Flash","hiddenfield":"Champ caché","iframe":"IFrame","unknown":"Objet inconnu"},"flash":{"access":"Accès au script","accessAlways":"Toujours","accessNever":"Jamais","accessSameDomain":"Même domaine","alignAbsBottom":"Bas absolu","alignAbsMiddle":"Milieu absolu","alignBaseline":"Bas du texte","alignTextTop":"Haut du texte","bgcolor":"Couleur de fond","chkFull":"Permettre le plein-écran","chkLoop":"Boucle","chkMenu":"Activer le menu Flash","chkPlay":"Lecture automatique","flashvars":"Variables pour Flash","hSpace":"Espacement horizontal","properties":"Propriétés de l'animation Flash","propertiesTab":"Propriétés","quality":"Qualité","qualityAutoHigh":"Haute auto","qualityAutoLow":"Basse auto","qualityBest":"Meilleur","qualityHigh":"Haute","qualityLow":"Basse","qualityMedium":"Moyenne","scale":"Ãchelle","scaleAll":"Afficher tout","scaleFit":"Ajuster aux dimensions","scaleNoBorder":"Sans bordure","title":"Propriétés de l'animation Flash","vSpace":"Espacement vertical","validateHSpace":"L'espacement horizontal doit être un entier.","validateSrc":"Veuillez saisir l'URL","validateVSpace":"L'espacement vertical doit être un entier.","windowMode":"Mode de fenêtre","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Fenêtre"},"font":{"fontSize":{"label":"Taille","voiceLabel":"Taille","panelTitle":"Taille"},"label":"Police","panelTitle":"Police","voiceLabel":"Police"},"forms":{"button":{"title":"Propriétés du bouton","text":"Texte (Valeur)","type":"Type","typeBtn":"Bouton","typeSbm":"Soumettre","typeRst":"Réinitialiser"},"checkboxAndRadio":{"checkboxTitle":"Propriétés de la case à cocher","radioTitle":"Propriétés du bouton radio","value":"Valeur","selected":"Sélectionné"},"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 champ de sélection","selectInfo":"Info","opAvail":"Options disponibles","value":"Valeur","size":"Taille","lines":"lignes","chkMulti":"Permettre les sélections multiples","opText":"Texte","opValue":"Valeur","btnAdd":"Ajouter","btnModify":"Modifier","btnUp":"Monter","btnDown":"Descendre","btnSetValue":"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":"Largeur de caractères","maxChars":"Nombre maximum de caractères","type":"Type","typeText":"Texte","typePass":"Mot de passe","typeEmail":"Courriel","typeSearch":"Recherche","typeTel":"Numéro de téléphone","typeUrl":"URL"}},"format":{"label":"Format","panelTitle":"Format de paragraphe","tag_address":"Adresse","tag_div":"Normal (DIV)","tag_h1":"En-tête 1","tag_h2":"En-tête 2","tag_h3":"En-tête 3","tag_h4":"En-tête 4","tag_h5":"En-tête 5","tag_h6":"En-tête 6","tag_p":"Normal","tag_pre":"Formaté"},"horizontalrule":{"toolbar":"Insérer un séparateur horizontale"},"iframe":{"border":"Afficher la bordure du cadre","noUrl":"Veuillez entre l'URL du IFrame","scrolling":"Activer les barres de défilement","title":"Propriétés du IFrame","toolbar":"IFrame"},"image":{"alertUrl":"Veuillez saisir l'URL de l'image","alt":"Texte alternatif","border":"Bordure","btnUpload":"Envoyer sur le serveur","button2Img":"Désirez-vous transformer l'image sélectionnée en image simple?","hSpace":"Espacement horizontal","img2Button":"Désirez-vous transformer l'image sélectionnée en bouton image?","infoTab":"Informations sur l'image","linkTab":"Lien","lockRatio":"Verrouiller les proportions","menu":"Propriétés de l'image","resetSize":"Taille originale","title":"Propriétés de l'image","titleButton":"Propriétés du bouton image","upload":"Téléverser","urlMissing":"L'URL de la source de l'image est manquant.","vSpace":"Espacement vertical","validateBorder":"La bordure doit être un entier.","validateHSpace":"L'espacement horizontal doit être un entier.","validateVSpace":"L'espacement vertical doit être un entier."},"indent":{"indent":"Augmenter le retrait","outdent":"Diminuer le retrait"},"smiley":{"options":"Options d'émoticônes","title":"Insérer un émoticône","toolbar":"Ãmoticône"},"justify":{"block":"Justifié","center":"Centré","left":"Aligner à gauche","right":"Aligner à Droite"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Touche d'accessibilité","advanced":"Avancé","advisoryContentType":"Type de contenu","advisoryTitle":"Description","anchor":{"toolbar":"Ancre","menu":"Modifier l'ancre","title":"Propriétés de l'ancre","name":"Nom de l'ancre","errorName":"Veuillez saisir le nom de l'ancre","remove":"Supprimer l'ancre"},"anchorId":"Par ID","anchorName":"Par nom","charset":"Encodage de la cible","cssClasses":"Classes CSS","emailAddress":"Courriel","emailBody":"Corps du message","emailSubject":"Objet du message","id":"ID","info":"Informations sur le lien","langCode":"Code de langue","langDir":"Sens d'écriture","langDirLTR":"De gauche à droite (LTR)","langDirRTL":"De droite à gauche (RTL)","menu":"Modifier le lien","name":"Nom","noAnchors":"(Pas d'ancre disponible dans le document)","noEmail":"Veuillez saisir le courriel","noUrl":"Veuillez saisir l'URL","other":"<autre>","popupDependent":"Dépendante (Netscape)","popupFeatures":"Caractéristiques de la fenêtre popup","popupFullScreen":"Plein écran (IE)","popupLeft":"Position de la gauche","popupLocationBar":"Barre d'adresse","popupMenuBar":"Barre de menu","popupResizable":"Redimensionnable","popupScrollBars":"Barres de défilement","popupStatusBar":"Barre d'état","popupToolbar":"Barre d'outils","popupTop":"Position à partir du haut","rel":"Relation","selectAnchor":"Sélectionner une ancre","styles":"Style","tabIndex":"Ordre de tabulation","target":"Destination","targetFrame":"<Cadre>","targetFrameName":"Nom du cadre de destination","targetPopup":"<fenêtre popup>","targetPopupName":"Nom de la fenêtre popup","title":"Lien","toAnchor":"Ancre dans cette page","toEmail":"Courriel","toUrl":"URL","toolbar":"Lien","type":"Type de lien","unlink":"Supprimer le lien","upload":"Téléverser"},"list":{"bulletedlist":"Liste à puces","numberedlist":"Liste numérotée"},"liststyle":{"armenian":"Numération arménienne","bulletedTitle":"Propriété de liste à puce","circle":"Cercle","decimal":"Décimal (1, 2, 3, etc.)","decimalLeadingZero":"Décimal avec zéro (01, 02, 03, etc.)","disc":"Disque","georgian":"Numération géorgienne (an, ban, gan, etc.)","lowerAlpha":"Alphabétique minuscule (a, b, c, d, e, etc.)","lowerGreek":"Grecque minuscule (alpha, beta, gamma, etc.)","lowerRoman":"Romain minuscule (i, ii, iii, iv, v, etc.)","none":"Aucun","notset":"<non défini>","numberedTitle":"Propriété de la liste numérotée","square":"Carré","start":"Début","type":"Type","upperAlpha":"Alphabétique majuscule (A, B, C, D, E, etc.)","upperRoman":"Romain Majuscule (I, II, III, IV, V, etc.)","validateStartNumber":"Le numéro de début de liste doit être un entier."},"magicline":{"title":"Insérer le paragraphe ici"},"maximize":{"maximize":"Maximizer","minimize":"Minimizer"},"newpage":{"toolbar":"Nouvelle page"},"pagebreak":{"alt":"Saut de page","toolbar":"Insérer un saut de page à l'impression"},"pastetext":{"button":"Coller comme texte","title":"Coller comme texte"},"pastefromword":{"confirmCleanup":"Le texte que vous tentez de 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 du à une erreur interne","title":"Coller de Word","toolbar":"Coller de Word"},"preview":{"preview":"Prévisualiser"},"print":{"toolbar":"Imprimer"},"removeformat":{"toolbar":"Supprimer le formatage"},"save":{"toolbar":"Sauvegarder"},"selectall":{"toolbar":"Sélectionner tout"},"showblocks":{"toolbar":"Afficher les blocs"},"sourcearea":{"toolbar":"Source"},"specialchar":{"options":"Option des caractères spéciaux","title":"Sélectionner un caractère spécial","toolbar":"Insérer un caractère spécial"},"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":"Styles de formattage","panelTitle1":"Styles de block","panelTitle2":"Styles en ligne","panelTitle3":"Styles d'objet"},"table":{"border":"Taille de la bordure","caption":"Titre","cell":{"menu":"Cellule","insertBefore":"Insérer une cellule avant","insertAfter":"Insérer une cellule après","deleteCell":"Supprimer des cellules","merge":"Fusionner les cellules","mergeRight":"Fusionner à droite","mergeDown":"Fusionner en bas","splitHorizontal":"Scinder la cellule horizontalement","splitVertical":"Scinder la cellule verticalement","title":"Propriétés de la cellule","cellType":"Type de cellule","rowSpan":"Fusion de lignes","colSpan":"Fusion de colonnes","wordWrap":"Retour à la ligne","hAlign":"Alignement horizontal","vAlign":"Alignement vertical","alignBaseline":"Bas du texte","bgColor":"Couleur d'arrière plan","borderColor":"Couleur de bordure","data":"Données","header":"En-tê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":"Sélectionner"},"cellPad":"Marge interne des cellules","cellSpace":"Espacement des cellules","column":{"menu":"Colonne","insertBefore":"Insérer une colonne avant","insertAfter":"Insérer une colonne après","deleteColumn":"Supprimer des colonnes"},"columns":"Colonnes","deleteTable":"Supprimer le tableau","headers":"En-têtes","headersBoth":"Les deux.","headersColumn":"Première colonne","headersNone":"Aucun","headersRow":"Première ligne","invalidBorder":"La taille de bordure doit être un nombre.","invalidCellPadding":"La marge interne 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 des lignes"},"rows":"Lignes","summary":"Résumé","title":"Propriétés du tableau","toolbar":"Tableau","widthPc":"pourcentage","widthPx":"pixels","widthUnit":"unité de largeur"},"undo":{"redo":"Refaire","undo":"Annuler"},"wsc":{"btnIgnore":"Ignorer","btnIgnoreAll":"Ignorer tout","btnReplace":"Remplacer","btnReplaceAll":"Remplacer tout","btnUndo":"Annuler","changeTo":"Changer en","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Le Correcteur d'orthographe n'est pas installé. Souhaitez-vous le télécharger maintenant?","manyChanges":"Vérification d'orthographe terminée: %1 mots modifiés","noChanges":"Vérification d'orthographe terminée: Pas de modifications","noMispell":"Vérification d'orthographe terminée: pas d'erreur trouvée","noSuggestions":"- Pas de suggestion -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Pas dans le dictionnaire","oneChange":"Vérification d'orthographe terminée: Un mot modifié","progress":"Vérification d'orthographe en cours...","title":"Spell Check","toolbar":"Orthographe"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/fr.js b/skins/ckeditor/lang/fr.js index 711acfd..a51a52a 100644 --- a/skins/ckeditor/lang/fr.js +++ b/skins/ckeditor/lang/fr.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.fr={dir:'ltr',editorTitle:"Ãditeur de Texte Enrichi, %1, appuyez sur ALT-0 pour l'aide.",toolbars:'Editor toolbars',editor:'Ãditeur de Texte Enrichi',source:'Source',newPage:'Nouvelle page',save:'Enregistrer',preview:'Aperçu',cut:'Couper',copy:'Copier',paste:'Coller',print:'Imprimer',underline:'Souligné',bold:'Gras',italic:'Italique',selectAll:'Tout sélectionner',removeFormat:'Supprimer la mise en forme',strike:'Barré',subscript:'Indice',superscript:'Exposant',horizontalrule:'Ligne horizontale',pagebreak:'Saut de page',pagebreakAlt:'Saut de page',unlink:'Supprimer le lien',undo:'Annuler',redo:'Rétablir',common:{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',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é',alignTop:'Haut',alignMiddle:'Milieu',alignBottom:'Bas',invalidHeight:'La hauteur doit être un nombre.',invalidWidth:'La largeur doit être un nombre.',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 %).',unavailable:'%1<span class="cke_accessibility">, Indisponible</span>'},contextmenu:{options:'Options du menu contextuel'},specialChar:{toolbar:'Insérer un caractère spécial',title:'Sélectionnez un caractère',options:'Options des caractères spéciaux'},link:{toolbar:'Lien',other:'<autre>',menu:'Editer le lien',title:'Lien',info:'Infos sur le lien',target:'Cible',upload:'Envoyer',advanced:'Avancé',type:'Type de lien',toUrl:'URL',toAnchor:'Transformer le lien en ancre dans le texte',toEmail:'E-mail',targetFrame:'<cadre>',targetPopup:'<fenêtre popup>',targetFrameName:'Nom du Cadre destination',targetPopupName:'Nom de la fenêtre popup',popupFeatures:'Options de la fenêtre popup',popupResizable:'Redimensionnable',popupStatusBar:'Barre de status',popupLocationBar:"Barre d'adresse",popupToolbar:"Barre d'outils",popupMenuBar:'Barre de menu',popupFullScreen:'Plein écran (IE)',popupScrollBars:'Barres de défilement',popupDependent:'Dépendante (Netscape)',popupLeft:'Position gauche',popupTop:'Position haute',id:'Id',langDir:"Sens d'écriture",langDirLTR:'Gauche à droite',langDirRTL:'Droite à gauche',acccessKey:"Touche d'accessibilité",name:'Nom',langCode:'Code de langue',tabIndex:'Index de tabulation',advisoryTitle:'Description (title)',advisoryContentType:'Type de contenu (ex: text/html)',cssClasses:'Classe CSS',charset:'Charset de la cible',styles:'Style',rel:'Relation',selectAnchor:"Sélectionner l'ancre",anchorName:"Par nom d'ancre",anchorId:"Par ID d'élément",emailAddress:'Adresse E-Mail',emailSubject:'Sujet du message',emailBody:'Corps du message',noAnchors:'(Aucune ancre disponible dans ce document)',noUrl:"Veuillez entrer l'adresse du lien",noEmail:"Veuillez entrer l'adresse e-mail"},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:'Remove Anchor'},list:{numberedTitle:'Propriétés de la liste numérotée',bulletedTitle:'Propriétés de la liste à puces',type:'Type',start:'Début',validateStartNumber:'Le premier élément de la liste doit être un nombre entier.',circle:'Cercle',disc:'Disque',square:'Carré',none:'Aucun',notset:'<Non défini>',armenian:'Numération arménienne',georgian:'Numération géorgienne (an, ban, gan, etc.)',lowerRoman:'Nombres romains minuscules (i, ii, iii, iv, v, etc.)',upperRoman:'Nombres romains majuscules (I, II, III, IV, V, etc.)',lowerAlpha:'Alphabétique minuscules (a, b, c, d, e, etc.)',upperAlpha:'Alphabétique majuscules (A, B, C, D, E, etc.)',lowerGreek:'Grec minuscule (alpha, beta, gamma, etc.)',decimal:'Décimal (1, 2, 3, etc.)',decimalLeadingZero:'Décimal précédé par un 0 (01, 02, 03, etc.)'},findAndReplace:{title:'Trouver et remplacer',find:'Trouver',replace:'Remplacer',findWhat:'Expression à trouver: ',replaceWith:'Remplacer par: ',notFoundMsg:'Le texte spécifié ne peut être trouvé.',matchCase:'Respecter la casse',matchWord:'Mot entier uniquement',matchCyclic:'Boucler',replaceAll:'Remplacer tout',replaceSuccessMsg:'%1 occurrence(s) replacée(s).'},table:{toolbar:'Tableau',title:'Propriétés du tableau',menu:'Propriétés du tableau',deleteTable:'Supprimer le tableau',rows:'Lignes',columns:'Colonnes',border:'Taille de la bordure',widthPx:'pixels',widthPc:'% pourcents',widthUnit:'unité de largeur',cellSpace:'Espacement des cellules',cellPad:'Marge interne des cellules',caption:'Titre du tableau',summary:'Résumé (description)',headers:'En-Têtes',headersNone:'Aucunes',headersColumn:'Première colonne',headersRow:'Première ligne',headersBoth:'Les deux',invalidRows:'Le nombre de lignes doit être supérieur à 0.',invalidCols:'Le nombre de colonnes doit être supérieur à 0.',invalidBorder:'La taille de la bordure doit être un nombre.',invalidWidth:'La largeur du tableau doit être un nombre.',invalidHeight:'La hauteur du tableau doit être un nombre.',invalidCellSpacing:"L'espacement des cellules doit être un nombre positif.",invalidCellPadding:'La marge intérieure des cellules doit être un nombre positif.',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'},row:{menu:'Ligne',insertBefore:'Insérer une ligne avant',insertAfter:'Insérer une ligne après',deleteRow:'Supprimer les lignes'},column:{menu:'Colonnes',insertBefore:'Insérer une colonne avant',insertAfter:'Insérer une colonne après',deleteColumn:'Supprimer les colonnes'}},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é'},form:{title:'Propriétés du formulaire',menu:'Propriétés du formulaire',action:'Action',method:'Méthode',encoding:'Encodage'},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',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',type:'Type',typeText:'Texte',typePass:'Mot de passe'},hidden:{title:'Propriétés du champ caché',name:'Nom',value:'Valeur'},image:{title:"Propriétés de l'image",titleButton:'Propriétés du bouton image',menu:"Propriétés de l'image",infoTab:"Informations sur l'image",btnUpload:'Envoyer sur le serveur',upload:'Envoyer',alt:'Texte de remplacement',lockRatio:'Conserver les proportions',resetSize:"Taille d'origine",border:'Bordure',hSpace:'Espacement horizontal',vSpace:'Espacement vertical',alertUrl:"Veuillez entrer l'adresse de l'image",linkTab:'Lien',button2Img:'Voulez-vous transformer le bouton image sélectionné en simple image?',img2Button:"Voulez-vous transformer l'image en bouton image?",urlMissing:"L'adresse source de l'image est manquante.",validateBorder:'Bordure doit être un entier.',validateHSpace:'HSpace doit être un entier.',validateVSpace:'VSpace doit être un entier.'},flash:{properties:'Propriétés du Flash',propertiesTab:'Propriétés',title:'Propriétés du Flash',chkPlay:'Jouer automatiquement',chkLoop:'Boucle',chkMenu:'Activer le menu Flash',chkFull:'Permettre le plein écran',scale:'Echelle',scaleAll:'Afficher tout',scaleNoBorder:'Pas de bordure',scaleFit:"Taille d'origine",access:'Accès aux scripts',accessAlways:'Toujours',accessSameDomain:'Même domaine',accessNever:'Jamais',alignAbsBottom:'Bas absolu',alignAbsMiddle:'Milieu absolu',alignBaseline:'Bas du texte',alignTextTop:'Haut du texte',quality:'Qualité',qualityBest:'Meilleure',qualityHigh:'Haute',qualityAutoHigh:'Haute Auto',qualityMedium:'Moyenne',qualityAutoLow:'Basse Auto',qualityLow:'Basse',windowModeWindow:'Fenêtre',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Mode fenêtre',flashvars:'Variables du Flash',bgcolor:"Couleur d'arrière-plan",hSpace:'Espacement horizontal',vSpace:'Espacement vertical',validateSrc:"L'adresse ne doit pas être vide.",validateHSpace:"L'espacement horizontal doit être un nombre.",validateVSpace:"L'espacement vertical doit être un nombre."},spellCheck:{toolbar:"Vérifier l'orthographe",title:"Vérifier l'orthographe",notAvailable:'Désolé, le service est indisponible actuellement.',errorLoading:"Erreur du chargement du service depuis l'hôte : %s.",notInDic:"N'existe pas dans le dictionnaire.",changeTo:'Modifier pour',btnIgnore:'Ignorer',btnIgnoreAll:'Ignorer tout',btnReplace:'Remplacer',btnReplaceAll:'Remplacer tout',btnUndo:'Annuler',noSuggestions:'- Aucune suggestion -',progress:"Vérification de l'orthographe en cours...",noMispell:"Vérification de l'orthographe terminée : aucune erreur trouvée.",noChanges:"Vérification de l'orthographe terminée : Aucun mot corrigé.",oneChange:"Vérification de l'orthographe terminée : Un seul mot corrigé.",manyChanges:"Vérification de l'orthographe terminée : %1 mots corrigés.",ieSpellDownload:"La vérification d'orthographe n'est pas installée. Voulez-vous la télécharger maintenant?"},smiley:{toolbar:'Ãmoticones',title:'Insérer un émoticone',options:'Options des émoticones'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 éléments'},numberedlist:'Insérer/Supprimer la liste numérotée',bulletedlist:'Insérer/Supprimer la liste à puces',indent:'Augmenter le retrait (tabulation)',outdent:'Diminuer le retrait (tabulation)',justify:{left:'Aligner à gauche',center:'Centrer',right:'Aligner à droite',block:'Justifier'},blockquote:'Citation',clipboard:{title:'Coller',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).",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).",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.",pasteArea:'Coller la zone'},pastefromword:{confirmCleanup:'Le texte à coller semble provenir de Word. Désirez-vous le nettoyer avant de coller?',toolbar:'Coller depuis Word',title:'Coller depuis Word',error:"Il n'a pas été possible de nettoyer les données collées à la suite d'une erreur interne."},pasteText:{button:'Coller comme texte sans mise en forme',title:'Coller comme texte sans mise en forme'},templates:{button:'Modèles',title:'Contenu des modèles',options:'Options des modèles',insertOption:'Remplacer le contenu actuel',selectPromptMsg:"Veuillez sélectionner le modèle pour l'ouvrir dans l'éditeur",emptyListMsg:'(Aucun modèle disponible)'},showBlocks:'Afficher les blocs',stylesCombo:{label:'Styles',panelTitle:'Styles de mise en page',panelTitle1:'Styles de blocs',panelTitle2:'Styles en ligne',panelTitle3:"Styles d'objet"},format:{label:'Format',panelTitle:'Format de paragraphe',tag_p:'Normal',tag_pre:'Formaté',tag_address:'Adresse',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_div:'Normal (DIV)'},div:{title:'Créer un container DIV',toolbar:'Créer un container DIV',cssClassInputLabel:'Classe CSS',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:'Code de langue',inlineStyleInputLabel:'Style en ligne',advisoryTitleInputLabel:'Advisory Title',langDirLabel:"Sens d'écriture",langDirLTRLabel:'Gauche à droite (LTR)',langDirRTLLabel:'Droite à gauche (RTL)',edit:'Ãditer la DIV',remove:'Enlever la DIV'},iframe:{title:'Propriétés de la IFrame',toolbar:'IFrame',noUrl:"Veuillez entrer l'adresse du lien de la IFrame",scrolling:'Permettre à la barre de défilement',border:'Afficher une bordure de la IFrame'},font:{label:'Police',voiceLabel:'Police',panelTitle:'Style de police'},fontSize:{label:'Taille',voiceLabel:'Taille de police',panelTitle:'Taille de police'},colorButton:{textColorTitle:'Couleur de texte',bgColorTitle:"Couleur d'arrière plan",panelTitle:'Couleurs',auto:'Automatique',more:'Plus de couleurs...'},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'},scayt:{title:"Vérification de l'Orthographe en Cours de Frappe (SCAYT)",opera_title:'Non supporté par Opera',enable:'Activer SCAYT',disable:'Désactiver SCAYT',about:'A propos de SCAYT',toggle:'Activer/Désactiver SCAYT',options:'Options',langs:'Langues',moreSuggestions:'Plus de suggestions',ignore:'Ignorer',ignoreAll:'Ignorer Tout',addWord:'Ajouter le mot',emptyDic:'Le nom du dictionnaire ne devrait pas être vide.',optionsTab:'Options',allCaps:'Ignorer les mots entierement en majuscules',ignoreDomainNames:'Ignorer les noms de domaines',mixedCase:'Ignorer les mots à casse multiple',mixedWithDigits:'Ignorer les mots contenant des chiffres',languagesTab:'Langues',dictionariesTab:'Dictionnaires',dic_field_name:'Nom du dictionnaire',dic_create:'Créer',dic_restore:'Restaurer',dic_delete:'Effacer',dic_rename:'Renommer',dic_info:"Initiallement, le dictionnaire de l'utilisateur est stocké dans un cookie. Cependant, les cookies sont limités en taille. Quand le dictionnaire atteint une taille qu'il n'est plus possible de stocker dans un cookie, il peut alors être stocké sur nos serveurs. Afin de stocker votre dictionnaire personnel sur nos serveurs, vous devez spécifier un nom pour ce dictionnaire. Si vous avez déjà un dictionnaire stocké, merci de taper son nom puis cliquer sur Restaurer pour le récupérer.",aboutTab:'à propos de'},about:{title:'A propos de CKEditor',dlgTitle:'A propos de CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Pour les informations de licence, veuillez visiter notre site web:',copy:'Copyright © $1. Tous droits réservés.'},maximize:'Agrandir',minimize:'Minimiser',fakeobjects:{anchor:'Ancre',flash:'Animation Flash',iframe:'IFrame',hiddenfield:'Champ caché',unknown:'Objet inconnu'},resize:'Déplacer pour modifier la taille',colordialog:{title:'Choisir une couleur',options:'Option des couleurs',highlight:'Détails',selected:'Couleur choisie',clear:'Effacer'},toolbarCollapse:"Enrouler la barre d'outils",toolbarExpand:"Dérouler la barre d'outils",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'},bidi:{ltr:'Direction du texte de la gauche vers la droite',rtl:'Direction du texte de la droite vers la gauche'},docprops:{label:'Propriétés du document',title:'Propriétés du document',design:'Design',meta:'Métadonnées',chooseColor:'Choisissez',other:'<autre>',docTitle:'Titre de la page',charset:'Encodage de caractère',charsetOther:'Autre encodage de caractère',charsetASCII:'ASCII',charsetCE:'Europe Centrale',charsetCT:'Chinois Traditionnel (Big5)',charsetCR:'Cyrillique',charsetGR:'Grec',charsetJP:'Japonais',charsetKR:'Coréen',charsetTR:'Turc',charsetUN:'Unicode (UTF-8)',charsetWE:'Occidental',docType:'Type de document',docTypeOther:'Autre type de document',xhtmlDec:'Inclure les déclarations XHTML',bgColor:'Couleur de fond',bgImage:'Image de fond',bgFixed:'Image fixe sans défilement',txtColor:'Couleur de texte',margin:'Marges',marginTop:'Haut',marginLeft:'Gauche',marginRight:'Droite',marginBottom:'Bas',metaKeywords:'Mots-clés (séparés par des virgules)',metaDescription:'Description',metaAuthor:'Auteur',metaCopyright:'Copyright',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +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é","alignTop":"Haut","alignMiddle":"Milieu","alignBottom":"Bas","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"},"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"},"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"},"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"},"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"},"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é"},"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","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","type":"Type","typeText":"Texte","typePass":"Mot de passe","typeEmail":"E-mail","typeSearch":"Rechercher","typeTel":"Numéro de téléphone","typeUrl":"URL"}},"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"},"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":{"alertUrl":"Veuillez entrer l'adresse de l'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)"},"smiley":{"options":"Options des émoticones","title":"Insérer un émoticone","toolbar":"Ãmoticones"},"justify":{"block":"Justifier","center":"Centrer","left":"Aligner à gauche","right":"Aligner à droite"},"language":{"button":"Définir la langue","remove":"Supprimer la langue"},"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":"Transformer le lien en ancre dans le texte","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"},"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"},"preview":{"preview":"Aperçu"},"print":{"toolbar":"Imprimer"},"removeformat":{"toolbar":"Supprimer la mise en forme"},"save":{"toolbar":"Enregistrer"},"selectall":{"toolbar":"Tout sélectionner"},"showblocks":{"toolbar":"Afficher les blocs"},"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":{"about":"A propos de SCAYT","aboutTab":"à propos de","addWord":"Ajouter le mot","allCaps":"Ignorer les mots entièrement en majuscules","dic_create":"Créer","dic_delete":"Effacer","dic_field_name":"Nom du dictionnaire","dic_info":"Initialement, le dictionnaire de l'utilisateur est stocké dans un cookie. Cependant, les cookies sont limités en taille. Quand le dictionnaire atteint une taille qu'il n'est plus possible de stocker dans un cookie, il peut alors être stocké sur nos serveurs. Afin de stocker votre dictionnaire personnel sur nos serveurs, vous devez spécifier un nom pour ce dictionnaire. Si vous avez déjà un dictionnaire stocké, merci de taper son nom puis cliquer sur Restaurer pour le récupérer.","dic_rename":"Renommer","dic_restore":"Restaurer","dictionariesTab":"Dictionnaires","disable":"Désactiver SCAYT","emptyDic":"Le nom du dictionnaire ne devrait pas être vide.","enable":"Activer SCAYT","ignore":"Ignorer","ignoreAll":"Ignorer Tout","ignoreDomainNames":"Ignorer les noms de domaines","langs":"Langues","languagesTab":"Langues","mixedCase":"Ignorer les mots à casse multiple","mixedWithDigits":"Ignorer les mots contenant des chiffres","moreSuggestions":"Plus de suggestions","opera_title":"Non supporté par Opera","options":"Options","optionsTab":"Options","title":"Vérification de l'Orthographe en Cours de Frappe (SCAYT)","toggle":"Activer/Désactiver SCAYT","noSuggestions":"No suggestion"},"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"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/gl.js b/skins/ckeditor/lang/gl.js index 21ce3d0..8a142d8 100644 --- a/skins/ckeditor/lang/gl.js +++ b/skins/ckeditor/lang/gl.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.gl={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Código Fonte',newPage:'Nova Páxina',save:'Gardar',preview:'Vista Previa',cut:'Cortar',copy:'Copiar',paste:'Pegar',print:'Imprimir',underline:'Sub-raiado',bold:'Negrita',italic:'Cursiva',selectAll:'Seleccionar todo',removeFormat:'Eliminar Formato',strike:'Tachado',subscript:'SubÃndice',superscript:'SuperÃndice',horizontalrule:'Inserir Liña Horizontal',pagebreak:'Inserir Salto de Páxina',pagebreakAlt:'Page Break',unlink:'Eliminar Ligazón',undo:'Desfacer',redo:'Refacer',common:{browseServer:'Navegar no Servidor',url:'URL',protocol:'Protocolo',upload:'Carregar',uploadSubmit:'Enviar ó Servidor',image:'Imaxe',flash:'Flash',form:'Formulario',checkbox:'Cadro de Verificación',radio:'Botón de Radio',textField:'Campo de Texto',textarea:'Ãrea de Texto',hiddenField:'Campo Oculto',button:'Botón',select:'Campo de Selección',imageButton:'Botón de Imaxe',notSet:'<non definido>',id:'Id',name:'Nome',langDir:'Orientación do Idioma',langDirLtr:'Esquerda a Dereita (LTR)',langDirRtl:'Dereita a Esquerda (RTL)',langCode:'Código do Idioma',longDescr:'Descrición Completa da URL',cssClass:'Clases da Folla de Estilos',advisoryTitle:'TÃtulo',cssStyle:'Estilo',ok:'OK',cancel:'Cancelar',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'Advanzado',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'Largura',height:'Altura',align:'Aliñamento',alignLeft:'Esquerda',alignRight:'Dereita',alignCenter:'Centro',alignTop:'Tope',alignMiddle:'Centro',alignBottom:'Pé',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Inserir Carácter Especial',title:'Seleccione Caracter Especial',options:'Special Character Options'},link:{toolbar:'Inserir/Editar Ligazón',other:'<outro>',menu:'Editar Ligazón',title:'Ligazón',info:'Información da Ligazón',target:'Destino',upload:'Carregar',advanced:'Advanzado',type:'Tipo de Ligazón',toUrl:'URL',toAnchor:'Referencia nesta páxina',toEmail:'E-Mail',targetFrame:'<frame>',targetPopup:'<Xanela Emerxente>',targetFrameName:'Nome do Marco Destino',targetPopupName:'Nome da Xanela Emerxente',popupFeatures:'CaracterÃsticas da Xanela Emerxente',popupResizable:'Resizable',popupStatusBar:'Barra de Estado',popupLocationBar:'Barra de Localización',popupToolbar:'Barra de Ferramentas',popupMenuBar:'Barra de Menú',popupFullScreen:'A Toda Pantalla (IE)',popupScrollBars:'Barras de Desplazamento',popupDependent:'Dependente (Netscape)',popupLeft:'Posición Esquerda',popupTop:'Posición dende Arriba',id:'Id',langDir:'Orientación do Idioma',langDirLTR:'Esquerda a Dereita (LTR)',langDirRTL:'Dereita a Esquerda (RTL)',acccessKey:'Chave de Acceso',name:'Nome',langCode:'Orientación do Idioma',tabIndex:'Ãndice de Tabulación',advisoryTitle:'TÃtulo',advisoryContentType:'Tipo de Contido',cssClasses:'Clases da Folla de Estilos',charset:'Fonte de Caracteres Vinculado',styles:'Estilo',rel:'Relationship',selectAnchor:'Seleccionar unha Referencia',anchorName:'Por Nome de Referencia',anchorId:'Por Element Id',emailAddress:'Enderezo de E-Mail',emailSubject:'Asunto do Mensaxe',emailBody:'Corpo do Mensaxe',noAnchors:'(Non hai referencias disponibles no documento)',noUrl:'Por favor, escriba a ligazón URL',noEmail:'Por favor, escriba o enderezo de e-mail'},anchor:{toolbar:'Inserir/Editar Referencia',menu:'Propriedades da Referencia',title:'Propriedades da Referencia',name:'Nome da Referencia',errorName:'Por favor, escriba o nome da referencia',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'Procurar',replace:'Substituir',findWhat:'Texto a procurar:',replaceWith:'Substituir con:',notFoundMsg:'Non te atopou o texto indicado.',matchCase:'Coincidir Mai./min.',matchWord:'Coincidir con toda a palabra',matchCyclic:'Match cyclic',replaceAll:'Substitiur Todo',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Tabla',title:'Propiedades da Táboa',menu:'Propiedades da Táboa',deleteTable:'Borrar Táboa',rows:'Filas',columns:'Columnas',border:'Tamaño do Borde',widthPx:'pixels',widthPc:'percent',widthUnit:'width unit',cellSpace:'Marxe entre Celas',cellPad:'Marxe interior',caption:'TÃtulo',summary:'Sumario',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'Cela',insertBefore:'Insert Cell Before',insertAfter:'Insert Cell After',deleteCell:'Borrar Cela',merge:'Unir Celas',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'},row:{menu:'Fila',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'Borrar Filas'},column:{menu:'Columna',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'Borrar Columnas'}},button:{title:'Propriedades do Botón',text:'Texto (Valor)',type:'Tipo',typeBtn:'Button',typeSbm:'Submit',typeRst:'Reset'},checkboxAndRadio:{checkboxTitle:'Propriedades do Cadro de Verificación',radioTitle:'Propriedades do Botón de Radio',value:'Valor',selected:'Seleccionado'},form:{title:'Propriedades do Formulario',menu:'Propriedades do Formulario',action:'Acción',method:'Método',encoding:'Encoding'},select:{title:'Propriedades do Campo de Selección',selectInfo:'Info',opAvail:'Opcións Disponibles',value:'Valor',size:'Tamaño',lines:'liñas',chkMulti:'Permitir múltiples seleccións',opText:'Texto',opValue:'Valor',btnAdd:'Engadir',btnModify:'Modificar',btnUp:'Subir',btnDown:'Baixar',btnSetValue:'Definir como valor por defecto',btnDelete:'Borrar'},textarea:{title:'Propriedades da Ãrea de Texto',cols:'Columnas',rows:'Filas'},textfield:{title:'Propriedades do Campo de Texto',name:'Nome',value:'Valor',charWidth:'Tamaño do Caracter',maxChars:'Máximo de Caracteres',type:'Tipo',typeText:'Texto',typePass:'Chave'},hidden:{title:'Propriedades do Campo Oculto',name:'Nome',value:'Valor'},image:{title:'Propriedades da Imaxe',titleButton:'Propriedades do Botón de Imaxe',menu:'Propriedades da Imaxe',infoTab:'Información da Imaxe',btnUpload:'Enviar ó Servidor',upload:'Carregar',alt:'Texto Alternativo',lockRatio:'Proporcional',resetSize:'Tamaño Orixinal',border:'LÃmite',hSpace:'Esp. Horiz.',vSpace:'Esp. Vert.',alertUrl:'Por favor, escriba a URL da imaxe',linkTab:'Ligazón',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Propriedades Flash',propertiesTab:'Properties',title:'Propriedades Flash',chkPlay:'Auto Execución',chkLoop:'Bucle',chkMenu:'Activar Menú Flash',chkFull:'Allow Fullscreen',scale:'Escalar',scaleAll:'Amosar Todo',scaleNoBorder:'Sen Borde',scaleFit:'Encaixar axustando',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs Inferior',alignAbsMiddle:'Abs Centro',alignBaseline:'Liña Base',alignTextTop:'Tope do Texto',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Cor do Fondo',hSpace:'Esp. Horiz.',vSpace:'Esp. Vert.',validateSrc:'Por favor, escriba a ligazón URL',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Corrección Ortográfica',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Non está no diccionario',changeTo:'Cambiar a',btnIgnore:'Ignorar',btnIgnoreAll:'Ignorar Todas',btnReplace:'Substituir',btnReplaceAll:'Substituir Todas',btnUndo:'Desfacer',noSuggestions:'- Sen candidatos -',progress:'Corrección ortográfica en progreso...',noMispell:'Corrección ortográfica rematada: Non se atoparon erros',noChanges:'Corrección ortográfica rematada: Non se substituiu nengunha verba',oneChange:'Corrección ortográfica rematada: Unha verba substituida',manyChanges:'Corrección ortográfica rematada: %1 verbas substituidas',ieSpellDownload:'O corrector ortográfico non está instalado. ¿Quere descargalo agora?'},smiley:{toolbar:'Smiley',title:'Inserte un Smiley',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Lista Numerada',bulletedlist:'Marcas',indent:'Aumentar SangrÃa',outdent:'Disminuir SangrÃa',justify:{left:'Aliñar á Esquerda',center:'Centrado',right:'Aliñar á Dereita',block:'Xustificado'},blockquote:'Block Quote',clipboard:{title:'Pegar',cutError:'Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de corte. Por favor, use o teclado para iso (Ctrl/Cmd+X).',copyError:'Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de copia. Por favor, use o teclado para iso (Ctrl/Cmd+C).',pasteMsg:'Por favor, pegue dentro do seguinte cadro usando o teclado (<STRONG>Ctrl/Cmd+V</STRONG>) e pulse <STRONG>OK</STRONG>.',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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Pegar dende Word',title:'Pegar dende Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Pegar como texto plano',title:'Pegar como texto plano'},templates:{button:'Plantillas',title:'Plantillas de Contido',options:'Template Options',insertOption:'Replace actual contents',selectPromptMsg:'Por favor, seleccione a plantilla a abrir no editor<br>(o contido actual perderase):',emptyListMsg:'(Non hai plantillas definidas)'},showBlocks:'Show Blocks',stylesCombo:{label:'Estilo',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Formato',panelTitle:'Formato',tag_p:'Normal',tag_pre:'Formateado',tag_address:'Enderezo',tag_h1:'Enacabezado 1',tag_h2:'Encabezado 2',tag_h3:'Encabezado 3',tag_h4:'Encabezado 4',tag_h5:'Encabezado 5',tag_h6:'Encabezado 6',tag_div:'Paragraph (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Tipo',voiceLabel:'Font',panelTitle:'Tipo'},fontSize:{label:'Tamaño',voiceLabel:'Font Size',panelTitle:'Tamaño'},colorButton:{textColorTitle:'Cor do Texto',bgColorTitle:'Cor do Fondo',panelTitle:'Colors',auto:'Automático',more:'Máis Cores...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Propriedades do Documento',title:'Propriedades do Documento',design:'Design',meta:'Meta Tags',chooseColor:'Choose',other:'<outro>',docTitle:'TÃtulo da Páxina',charset:'Codificación do Xogo de Caracteres',charsetOther:'Outra Codificación do Xogo de Caracteres',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'Encabezado do Tipo de Documento',docTypeOther:'Outro Encabezado do Tipo de Documento',xhtmlDec:'Incluir Declaracións XHTML',bgColor:'Cor de Fondo',bgImage:'URL da Imaxe de Fondo',bgFixed:'Fondo Fixo',txtColor:'Cor do Texto',margin:'Marxes da Páxina',marginTop:'Arriba',marginLeft:'Esquerda',marginRight:'Dereita',marginBottom:'Abaixo',metaKeywords:'Palabras Chave de Indexación do Documento (separadas por comas)',metaDescription:'Descripción do Documento',metaAuthor:'Autor',metaCopyright:'Copyright',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['gl']={"editor":"Editor de texto mellorado","editorPanel":"Panel do editor de texto mellorado","common":{"editorHelp":"Prema ALT 0 para obter axuda","browseServer":"Examinar o servidor","url":"URL","protocol":"Protocolo","upload":"Enviar","uploadSubmit":"Enviar ao servidor","image":"Imaxe","flash":"Flash","form":"Formulario","checkbox":"Caixa de selección","radio":"Botón de opción","textField":"Campo de texto","textarea":"Ãrea de texto","hiddenField":"Campo agochado","button":"Botón","select":"Campo de selección","imageButton":"Botón de imaxe","notSet":"<sen estabelecer>","id":"ID","name":"Nome","langDir":"Dirección de escritura do idioma","langDirLtr":"Esquerda a dereita (LTR)","langDirRtl":"Dereita a esquerda (RTL)","langCode":"Código do idioma","longDescr":"Descrición completa do URL","cssClass":"Clases da folla de estilos","advisoryTitle":"TÃtulo","cssStyle":"Estilo","ok":"Aceptar","cancel":"Cancelar","close":"Pechar","preview":"Vista previa","resize":"Redimensionar","generalTab":"Xeral","advancedTab":"Avanzado","validateNumberFailed":"Este valor non é un número.","confirmNewPage":"Calquera cambio que non gardara neste contido perderase.\r\nConfirma que quere cargar unha páxina nova?","confirmCancel":"Algunhas das opcións foron cambiadas.\r\nConfirma que quere pechar o diálogo?","options":"Opcións","target":"Destino","targetNew":"Nova xanela (_blank)","targetTop":"Xanela principal (_top)","targetSelf":"Mesma xanela (_self)","targetParent":"Xanela superior (_parent)","langDirLTR":"Esquerda a dereita (LTR)","langDirRTL":"Dereita a esquerda (RTL)","styles":"Estilo","cssClasses":"Clases da folla de estilos","width":"Largo","height":"Alto","align":"Aliñamento","alignLeft":"Esquerda","alignRight":"Dereita","alignCenter":"Centro","alignTop":"Arriba","alignMiddle":"Centro","alignBottom":"Abaixo","invalidValue":"Valor incorrecto.","invalidHeight":"O alto debe ser un número.","invalidWidth":"O largo debe ser un número.","invalidCssLength":"O valor especificado para o campo «%1» debe ser un número positivo con ou sen unha unidade de medida CSS correcta (px, %, in, cm, mm, em, ex, pt, ou pc).","invalidHtmlLength":"O valor especificado para o campo «%1» debe ser un número positivo con ou sen unha unidade de medida HTML correcta (px ou %).","invalidInlineStyle":"O valor especificado no estilo en liña debe consistir nunha ou máis tuplas co formato «nome : valor», separadas por punto e coma.","cssLengthTooltip":"Escriba un número para o valor en pÃxeles ou un número cunha unidade CSS correcta (px, %, in, cm, mm, em, ex, pt, ou pc).","unavailable":"%1<span class=\"cke_accessibility\">, non dispoñÃbel</span>"},"about":{"copy":"Copyright © $1. Todos os dereitos reservados.","dlgTitle":"Sobre o CKEditor","help":"Consulte $1 para obter axuda.","moreInfo":"Para obter información sobre a licenza, visite o noso sitio web:","title":"Sobre o CKEditor","userGuide":"GuÃa do usuario do CKEditor"},"basicstyles":{"bold":"Negra","italic":"Cursiva","strike":"Riscado","subscript":"SubÃndice","superscript":"SuperÃndice","underline":"Subliñado"},"bidi":{"ltr":"Dirección do texto de esquerda a dereita","rtl":"Dirección do texto de dereita a esquerda"},"blockquote":{"toolbar":"Cita"},"clipboard":{"copy":"Copiar","copyError":"Os axustes de seguranza do seu navegador non permiten que o editor realice automaticamente as tarefas de copia. Use o teclado para iso (Ctrl/Cmd+C).","cut":"Cortar","cutError":"Os axustes de seguranza do seu navegador non permiten que o editor realice automaticamente as tarefas de corte. Use o teclado para iso (Ctrl/Cmd+X).","paste":"Pegar","pasteArea":"Zona de pegado","pasteMsg":"Pegue dentro do seguinte cadro usando o teclado (<STRONG>Ctrl/Cmd+V</STRONG>) e prema en Aceptar","securityMsg":"Por mor da configuración de seguranza do seu navegador, o editor non ten acceso ao portapapeis. à necesario pegalo novamente nesta xanela.","title":"Pegar"},"button":{"selectedLabel":"%1 (seleccionado)"},"colorbutton":{"auto":"Automático","bgColorTitle":"Cor do fondo","colors":{"000":"Negro","800000":"Marrón escuro","8B4513":"Ocre","2F4F4F":"Pizarra escuro","008080":"Verde azulado","000080":"Azul mariño","4B0082":"Ãndigo","696969":"Gris escuro","B22222":"Ladrillo","A52A2A":"Marrón","DAA520":"Dourado escuro","006400":"Verde escuro","40E0D0":"Turquesa","0000CD":"Azul medio","800080":"Púrpura","808080":"Gris","F00":"Vermello","FF8C00":"Laranxa escuro","FFD700":"Dourado","008000":"Verde","0FF":"Cian","00F":"Azul","EE82EE":"Violeta","A9A9A9":"Gris medio","FFA07A":"Salmón claro","FFA500":"Laranxa","FFFF00":"Amarelo","00FF00":"Lima","AFEEEE":"Turquesa pálido","ADD8E6":"Azul claro","DDA0DD":"Violeta pálido","D3D3D3":"Verde claro","FFF0F5":"Lavanda vermello","FAEBD7":"Branco antigo","FFFFE0":"Amarelo claro","F0FFF0":"Mel","F0FFFF":"Azul celeste","F0F8FF":"Azul pálido","E6E6FA":"Lavanda","FFF":"Branco"},"more":"Máis cores...","panelTitle":"Cores","textColorTitle":"Cor do texto"},"colordialog":{"clear":"Limpar","highlight":"Resaltar","options":"Opcións de cor","selected":"Cor seleccionado","title":"Seleccione unha cor"},"templates":{"button":"Modelos","emptyListMsg":"(Non hai modelos definidos)","insertOption":"SubstituÃr o contido actual","options":"Opcións de modelos","selectPromptMsg":"Seleccione o modelo a abrir no editor","title":"Modelos de contido"},"contextmenu":{"options":"Opcións do menú contextual"},"div":{"IdInputLabel":"ID","advisoryTitleInputLabel":"TÃtulo","cssClassInputLabel":"Clases da folla de estilos","edit":"Editar Div","inlineStyleInputLabel":"Estilo de liña","langDirLTRLabel":"Esquerda a dereita (LTR)","langDirLabel":"Dirección de escritura do idioma","langDirRTLLabel":"Dereita a esquerda (RTL)","languageCodeInputLabel":"Código do idioma","remove":"Retirar Div","styleSelectLabel":"Estilo","title":"Crear un contedor Div","toolbar":"Crear un contedor Div"},"toolbar":{"toolbarCollapse":"Contraer a barra de ferramentas","toolbarExpand":"Expandir a barra de ferramentas","toolbarGroups":{"document":"Documento","clipboard":"Portapapeis/desfacer","editing":"Edición","forms":"Formularios","basicstyles":"Estilos básicos","paragraph":"Paragrafo","links":"Ligazóns","insert":"Inserir","styles":"Estilos","colors":"Cores","tools":"Ferramentas"},"toolbars":"Barras de ferramentas do editor"},"elementspath":{"eleLabel":"Ruta dos elementos","eleTitle":"Elemento %1"},"find":{"find":"Buscar","findOptions":"Buscar opcións","findWhat":"Texto a buscar:","matchCase":"Coincidir Mai./min.","matchCyclic":"Coincidencia cÃclica","matchWord":"Coincidencia coa palabra completa","notFoundMsg":"Non se atopou o texto indicado.","replace":"Substituir","replaceAll":"SubstituÃr todo","replaceSuccessMsg":"%1 concorrencia(s) substituÃda(s).","replaceWith":"SubstituÃr con:","title":"Buscar e substituÃr"},"fakeobjects":{"anchor":"Ancoraxe","flash":"Animación «Flash»","hiddenfield":"Campo agochado","iframe":"IFrame","unknown":"Obxecto descoñecido"},"flash":{"access":"Acceso de scripts","accessAlways":"Sempre","accessNever":"Nunca","accessSameDomain":"Mesmo dominio","alignAbsBottom":"Abs Inferior","alignAbsMiddle":"Abs centro","alignBaseline":"Liña de base","alignTextTop":"Tope do texto","bgcolor":"Cor do fondo","chkFull":"Permitir pantalla completa","chkLoop":"Repetir","chkMenu":"Activar o menú do «Flash»","chkPlay":"Reprodución auomática","flashvars":"Opcións do «Flash»","hSpace":"Esp. Horiz.","properties":"Propiedades do «Flash»","propertiesTab":"Propiedades","quality":"Calidade","qualityAutoHigh":"Alta, automática","qualityAutoLow":"Baixa, automática","qualityBest":"A mellor","qualityHigh":"Alta","qualityLow":"Baixa","qualityMedium":"Media","scale":"Escalar","scaleAll":"Amosar todo","scaleFit":"Encaixar axustando","scaleNoBorder":"Sen bordo","title":"Propiedades do «Flash»","vSpace":"Esp.Vert.","validateHSpace":"O espazado horizontal debe ser un número.","validateSrc":"O URL non pode estar baleiro.","validateVSpace":"O espazado vertical debe ser un número.","windowMode":"Modo da xanela","windowModeOpaque":"Opaca","windowModeTransparent":"Transparente","windowModeWindow":"Xanela"},"font":{"fontSize":{"label":"Tamaño","voiceLabel":"Tamaño da letra","panelTitle":"Tamaño da letra"},"label":"Tipo de letra","panelTitle":"Nome do tipo de letra","voiceLabel":"Tipo de letra"},"forms":{"button":{"title":"Propiedades do botón","text":"Texto (Valor)","type":"Tipo","typeBtn":"Botón","typeSbm":"Enviar","typeRst":"Restabelever"},"checkboxAndRadio":{"checkboxTitle":"Propiedades da caixa de selección","radioTitle":"Propiedades do botón de opción","value":"Valor","selected":"Seleccionado"},"form":{"title":"Propiedades do formulario","menu":"Propiedades do formulario","action":"Acción","method":"Método","encoding":"Codificación"},"hidden":{"title":"Propiedades do campo agochado","name":"Nome","value":"Valor"},"select":{"title":"Propiedades do campo de selección","selectInfo":"Información","opAvail":"Opcións dispoñÃbeis","value":"Valor","size":"Tamaño","lines":"liñas","chkMulti":"Permitir múltiplas seleccións","opText":"Texto","opValue":"Valor","btnAdd":"Engadir","btnModify":"Modificar","btnUp":"Subir","btnDown":"Baixar","btnSetValue":"Estabelecer como valor seleccionado","btnDelete":"Eliminar"},"textarea":{"title":"Propiedades da área de texto","cols":"Columnas","rows":"Filas"},"textfield":{"title":"Propiedades do campo de texto","name":"Nome","value":"Valor","charWidth":"Largo do carácter","maxChars":"Núm. máximo de caracteres","type":"Tipo","typeText":"Texto","typePass":"Contrasinal","typeEmail":"Correo","typeSearch":"Buscar","typeTel":"Número de teléfono","typeUrl":"URL"}},"format":{"label":"Formato","panelTitle":"Formato do parágrafo","tag_address":"Enderezo","tag_div":"Normal (DIV)","tag_h1":"Enacabezado 1","tag_h2":"Encabezado 2","tag_h3":"Encabezado 3","tag_h4":"Encabezado 4","tag_h5":"Encabezado 5","tag_h6":"Encabezado 6","tag_p":"Normal","tag_pre":"Formatado"},"horizontalrule":{"toolbar":"Inserir unha liña horizontal"},"iframe":{"border":"Amosar o bordo do marco","noUrl":"Escriba o enderezo do iframe","scrolling":"Activar as barras de desprazamento","title":"Propiedades do iFrame","toolbar":"IFrame"},"image":{"alertUrl":"Escriba o URL da imaxe","alt":"Texto alternativo","border":"Bordo","btnUpload":"Enviar ao servidor","button2Img":"Quere converter o botón da imaxe seleccionada nunha imaxe sinxela?","hSpace":"Esp.Horiz.","img2Button":"Quere converter a imaxe seleccionada nun botón de imaxe?","infoTab":"Información da imaxe","linkTab":"Ligazón","lockRatio":"Proporcional","menu":"Propiedades da imaxe","resetSize":"Tamaño orixinal","title":"Propiedades da imaxe","titleButton":"Propiedades do botón de imaxe","upload":"Cargar","urlMissing":"Non se atopa o URL da imaxe.","vSpace":"Esp.Vert.","validateBorder":"O bordo debe ser un número.","validateHSpace":"O espazado horizontal debe ser un número.","validateVSpace":"O espazado vertical debe ser un número."},"indent":{"indent":"Aumentar a sangrÃa","outdent":"Reducir a sangrÃa"},"smiley":{"options":"Opcións de emoticonas","title":"Inserir unha emoticona","toolbar":"Emoticona"},"justify":{"block":"Xustificado","center":"Centrado","left":"Aliñar á esquerda","right":"Aliñar á dereita"},"language":{"button":"Estabelezer o idioma","remove":"Retirar o idioma"},"link":{"acccessKey":"Chave de acceso","advanced":"Avanzado","advisoryContentType":"Tipo de contido informativo","advisoryTitle":"TÃtulo","anchor":{"toolbar":"Ancoraxe","menu":"Editar a ancoraxe","title":"Propiedades da ancoraxe","name":"Nome da ancoraxe","errorName":"Escriba o nome da ancoraxe","remove":"Retirar a ancoraxe"},"anchorId":"Polo ID do elemento","anchorName":"Polo nome da ancoraxe","charset":"Codificación do recurso ligado","cssClasses":"Clases da folla de estilos","emailAddress":"Enderezo de correo","emailBody":"Corpo da mensaxe","emailSubject":"Asunto da mensaxe","id":"ID","info":"Información da ligazón","langCode":"Código do idioma","langDir":"Dirección de escritura do idioma","langDirLTR":"Esquerda a dereita (LTR)","langDirRTL":"Dereita a esquerda (RTL)","menu":"Editar a ligazón","name":"Nome","noAnchors":"(Non hai ancoraxes dispoñÃbeis no documento)","noEmail":"Escriba o enderezo de correo","noUrl":"Escriba a ligazón URL","other":"<outro>","popupDependent":"Dependente (Netscape)","popupFeatures":"CaracterÃsticas da xanela emerxente","popupFullScreen":"Pantalla completa (IE)","popupLeft":"Posición esquerda","popupLocationBar":"Barra de localización","popupMenuBar":"Barra do menú","popupResizable":"Redimensionábel","popupScrollBars":"Barras de desprazamento","popupStatusBar":"Barra de estado","popupToolbar":"Barra de ferramentas","popupTop":"Posición superior","rel":"Relación","selectAnchor":"Seleccionar unha ancoraxe","styles":"Estilo","tabIndex":"Ãndice de tabulación","target":"Destino","targetFrame":"<marco>","targetFrameName":"Nome do marco de destino","targetPopup":"<xanela emerxente>","targetPopupName":"Nome da xanela emerxente","title":"Ligazón","toAnchor":"Ligar coa ancoraxe no testo","toEmail":"Correo","toUrl":"URL","toolbar":"Ligazón","type":"Tipo de ligazón","unlink":"Eliminar a ligazón","upload":"Enviar"},"list":{"bulletedlist":"Inserir/retirar lista viñeteada","numberedlist":"Inserir/retirar lista numerada"},"liststyle":{"armenian":"Numeración armenia","bulletedTitle":"Propiedades da lista viñeteada","circle":"Circulo","decimal":"Decimal (1, 2, 3, etc.)","decimalLeadingZero":"Decimal con cero á esquerda (01, 02, 03, etc.)","disc":"Disc","georgian":"Numeración xeorxiana (an, ban, gan, etc.)","lowerAlpha":"Alfabeto en minúsculas (a, b, c, d, e, etc.)","lowerGreek":"Grego en minúsculas (alpha, beta, gamma, etc.)","lowerRoman":"Números romanos en minúsculas (i, ii, iii, iv, v, etc.)","none":"Ningún","notset":"<sen estabelecer>","numberedTitle":"Propiedades da lista numerada","square":"Cadrado","start":"Inicio","type":"Tipo","upperAlpha":"Alfabeto en maiúsculas (A, B, C, D, E, etc.)","upperRoman":"Números romanos en maiúsculas (I, II, III, IV, V, etc.)","validateStartNumber":"O número de inicio da lista debe ser un número enteiro."},"magicline":{"title":"Inserir aquà o parágrafo"},"maximize":{"maximize":"Maximizar","minimize":"Minimizar"},"newpage":{"toolbar":"Páxina nova"},"pagebreak":{"alt":"Quebra de páxina","toolbar":"Inserir quebra de páxina"},"pastetext":{"button":"Pegar como texto simple","title":"Pegar como texto simple"},"pastefromword":{"confirmCleanup":"O texto que quere pegar semella ser copiado desde o Word. Quere depuralo antes de pegalo?","error":"Non foi posÃbel depurar os datos pegados por mor dun erro interno","title":"Pegar desde Word","toolbar":"Pegar desde Word"},"preview":{"preview":"Vista previa"},"print":{"toolbar":"Imprimir"},"removeformat":{"toolbar":"Retirar o formato"},"save":{"toolbar":"Gardar"},"selectall":{"toolbar":"Seleccionar todo"},"showblocks":{"toolbar":"Amosar os bloques"},"sourcearea":{"toolbar":"Orixe"},"specialchar":{"options":"Opcións de caracteres especiais","title":"Seleccione un carácter especial","toolbar":"Inserir un carácter especial"},"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":"Estilos","panelTitle":"Estilos de formatando","panelTitle1":"Estilos de bloque","panelTitle2":"Estilos de carácter","panelTitle3":"Estilos de obxecto"},"table":{"border":"Tamaño do bordo","caption":"TÃtulo","cell":{"menu":"Cela","insertBefore":"Inserir a cela á esquerda","insertAfter":"Inserir a cela á dereita","deleteCell":"Eliminar celas","merge":"Combinar celas","mergeRight":"Combinar á dereita","mergeDown":"Combinar cara abaixo","splitHorizontal":"Dividir a cela en horizontal","splitVertical":"Dividir a cela en vertical","title":"Propiedades da cela","cellType":"Tipo de cela","rowSpan":"Expandir filas","colSpan":"Expandir columnas","wordWrap":"Axustar ao contido","hAlign":"Aliñación horizontal","vAlign":"Aliñación vertical","alignBaseline":"Liña de base","bgColor":"Cor do fondo","borderColor":"Cor do bordo","data":"Datos","header":"Cabeceira","yes":"Si","no":"Non","invalidWidth":"O largo da cela debe ser un número.","invalidHeight":"O alto da cela debe ser un número.","invalidRowSpan":"A expansión de filas debe ser un número enteiro.","invalidColSpan":"A expansión de columnas debe ser un número enteiro.","chooseColor":"Escoller"},"cellPad":"Marxe interior da cela","cellSpace":"Marxe entre celas","column":{"menu":"Columna","insertBefore":"Inserir a columna á esquerda","insertAfter":"Inserir a columna á dereita","deleteColumn":"Borrar Columnas"},"columns":"Columnas","deleteTable":"Borrar Táboa","headers":"Cabeceiras","headersBoth":"Ambas","headersColumn":"Primeira columna","headersNone":"Ningún","headersRow":"Primeira fila","invalidBorder":"O tamaño do bordo debe ser un número.","invalidCellPadding":"A marxe interior debe ser un número positivo.","invalidCellSpacing":"A marxe entre celas debe ser un número positivo.","invalidCols":"O número de columnas debe ser un número maior que 0.","invalidHeight":"O alto da táboa debe ser un número.","invalidRows":"O número de filas debe ser un número maior que 0","invalidWidth":"O largo da táboa debe ser un número.","menu":"Propiedades da táboa","row":{"menu":"Fila","insertBefore":"Inserir a fila por riba","insertAfter":"Inserir a fila por baixo","deleteRow":"Eliminar filas"},"rows":"Filas","summary":"Resumo","title":"Propiedades da táboa","toolbar":"Taboa","widthPc":"porcentaxe","widthPx":"pÃxeles","widthUnit":"unidade do largo"},"undo":{"redo":"Refacer","undo":"Desfacer"},"wsc":{"btnIgnore":"Ignorar","btnIgnoreAll":"Ignorar Todas","btnReplace":"Substituir","btnReplaceAll":"Substituir Todas","btnUndo":"Desfacer","changeTo":"Cambiar a","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"O corrector ortográfico non está instalado. ¿Quere descargalo agora?","manyChanges":"Corrección ortográfica rematada: %1 verbas substituidas","noChanges":"Corrección ortográfica rematada: Non se substituiu nengunha verba","noMispell":"Corrección ortográfica rematada: Non se atoparon erros","noSuggestions":"- Sen candidatos -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Non está no diccionario","oneChange":"Corrección ortográfica rematada: Unha verba substituida","progress":"Corrección ortográfica en progreso...","title":"Spell Check","toolbar":"Corrección Ortográfica"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/gu.js b/skins/ckeditor/lang/gu.js index 50ce1a6..6f379dc 100644 --- a/skins/ckeditor/lang/gu.js +++ b/skins/ckeditor/lang/gu.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.gu={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'મà«àª³ àªà« પà«àª°àª¾àª¥àª®àª¿àª દસà«àª¤àª¾àªµà«àª',newPage:'નવૠપાનà«àª',save:'સà«àªµ',preview:'પà«àª°à«àªµàª¦àª°à«àª¶àª¨',cut:'àªàª¾àªªàªµà«àª',copy:'નàªàª²',paste:'પà«àª¸à«àª',print:'પà«àª°àª¿àª¨à«àª',underline:'ઠનà«àª¡àª°à«àª²àª¾àªàª¨, નà«àªà« લà«àªà«',bold:'બà«àª²à«àª¡/સà«àªªàª·à«àª',italic:'àªàªà«àª²àª¿àª, તà«àª°àª¾àªàª¸àª¾',selectAll:'બàªà«àª પસàªàª¦ àªàª°àªµà«àª',removeFormat:'ફà«àª°à«àª®àª àªàª¾àª¢àªµà«àª',strike:'àªà«àªà« નાàªàªµà«àª',subscript:'àªàª àªàª¿àª¹à«àª¨àª¨à« નà«àªà« àªàª°à«àª²à«àª બà«àªà«àª àªàª¿àª¹à«àª¨',superscript:'àªàª àªàª¿àª¹à«àª¨ àªàªªàª° àªàª°à«àª²à«àª બà«àªà«àª àªàª¿àª¹à«àª¨.',horizontalrule:'સમસà«àª¤àª°à«àª¯ રà«àªàª¾ àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«',pagebreak:'àªàª¨à«àª¸àª°à«àª પà«àªàª¬à«àª°à«àª/પાનાનૠઠલઠàªàª°àªµà«àª/દાàªàª² àªàª°àªµà«àª',pagebreakAlt:'Page Break',unlink:'લિàªàª àªàª¾àª¢àªµà«',undo:'રદ àªàª°àªµà«àª; પહà«àª²àª¾àª હતૠàªàªµà« સà«àª¥àª¿àª¤àª¿ પાàªà« લાવવà«',redo:'રિડà«; પàªà« હતૠàªàªµà« સà«àª¥àª¿àª¤àª¿ પાàªà« લાવવà«',common:{browseServer:'સરà«àªµàª° બà«àª°àª¾àªàª àªàª°à«',url:'URL',protocol:'પà«àª°à«àªà«àªà«àª²',upload:'ઠપલà«àª¡',uploadSubmit:'ઠસરà«àªµàª°àª¨à« મà«àªàª²àªµà«àª',image:'àªàª¿àª¤à«àª°',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:'ઠà«àª àªà«',cancel:'રદ àªàª°àªµà«àª',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'ઠડà«àªµàª¾àª¨à«àª¸àª¡',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'પહà«àª³àª¾àª',height:'àªàªàªàª¾àª',align:'લાàªàª¨àª¦à«àª°à«àª®àª¾àª àªà«àª વવà«àª',alignLeft:'ડાબૠબાàªà« àªà«àª વવà«àª',alignRight:'àªàª®àª£à«',alignCenter:'મધà«àª¯ સà«àª¨à«àªàª°',alignTop:'àªàªªàª°',alignMiddle:'વàªà«àªà«',alignBottom:'નà«àªà«',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'વિશિષà«àª ઠàªà«àª·àª° àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«àª',title:'સà«àªªà«àª¶àª¿àª લ વિશિષà«àª ઠàªà«àª·àª° પસàªàª¦ àªàª°à«',options:'Special Character Options'},link:{toolbar:'લિàªàª àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«',other:'<other>',menu:' લિàªàª àªàª¡àª¿àª/માઠફà«àª°àª«àª¾àª° àªàª°àªµà«',title:'લિàªàª',info:'લિàªàª àªàª¨à«àª«à« àªà« બ',target:'àªàª¾àª°à«àªà«àª/લàªà«àª·à«àª¯',upload:'ઠપલà«àª¡',advanced:'ઠડà«àªµàª¾àª¨à«àª¸àª¡',type:'લિàªàª પà«àª°àªàª¾àª°',toUrl:'URL',toAnchor:'ઠપà«àªàª¨à« àªàªàªàª°',toEmail:'àª-મà«àª²',targetFrame:'<ફà«àª°à«àª®>',targetPopup:'<પà«àªª-ઠપ વિનà«àª¡à«>',targetFrameName:'àªàª¾àª°à«àªà«àª ફà«àª°à«àª® નà«àª નામ',targetPopupName:'પà«àªª-ઠપ વિનà«àª¡à« નà«àª નામ',popupFeatures:'પà«àªª-ઠપ વિનà«àª¡à« ફà«àªàª°àª¸à« ',popupResizable:'Resizable',popupStatusBar:'સà«àªà« àªàª¸ બાર',popupLocationBar:'લà«àªà«àª¶àª¨ બાર',popupToolbar:'àªà«àª² બાર',popupMenuBar:'મà«àª¨à«àª¯à« બાર',popupFullScreen:'ફà«àª² સà«àªà«àª°à«àª¨ (IE)',popupScrollBars:'સà«àªà«àª°à«àª² બાર',popupDependent:'ડિપà«àª¨à«àª¡àª¨à«àª (Netscape)',popupLeft:'ડાબૠબાàªà«',popupTop:'àªàª®àª£à« બાàªà«',id:'Id',langDir:'àªàª¾àª·àª¾ લà«àªàªµàª¾àª¨à« પદà«àª§àª¤àª¿',langDirLTR:'ડાબૠથૠàªàª®àª£à« (LTR)',langDirRTL:'àªàª®àª£à« થૠડાબૠ(RTL)',acccessKey:'àªàªà«àª¸à«àª¸ àªà«',name:'નામ',langCode:'àªàª¾àª·àª¾ લà«àªàªµàª¾àª¨à« પદà«àª§àª¤àª¿',tabIndex:'àªà« બ àªàª¨à«àª¡à«àªà«àª¸',advisoryTitle:'મà«àªà«àª¯ મથાળà«àª',advisoryContentType:'મà«àªà«àª¯ àªàª¨à«àªà«àª¨à«àª પà«àª°àªàª¾àª°',cssClasses:'સà«àªàª¾àªàª²-શà«àª àªà«àª²àª¾àª¸',charset:'લિàªàª રિસà«àª°à«àª¸ àªà« રિàªà«àªàª° સà«àª',styles:'સà«àªàª¾àªàª²',rel:'Relationship',selectAnchor:'àªàªàªàª° પસàªàª¦ àªàª°à«',anchorName:'àªàªàªàª° નામથૠપસàªàª¦ àªàª°à«',anchorId:'àªàªàªàª° àªàª²àª¿àª®àª¨à«àª Id થૠપસàªàª¦ àªàª°à«',emailAddress:'àª-મà«àª² સરનામà«àª',emailSubject:'àª-મà«àª² વિષય',emailBody:'સàªàª¦à«àª¶',noAnchors:'(ડà«àªà«àª¯à«àª®àª¨à«àªàª®àª¾àª àªàªàªàª°àª¨à« સàªàªà«àª¯àª¾)',noUrl:'લિàªàª URL àªàª¾àªàªª àªàª°à«',noEmail:'àª-મà«àª² સરનામà«àª àªàª¾àªàªª àªàª°à«'},anchor:{toolbar:'àªàªàªàª° àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«',menu:'àªàªàªàª°àª¨àª¾ àªà«àª£',title:'àªàªàªàª°àª¨àª¾ àªà«àª£',name:'àªàªàªàª°àª¨à«àª નામ',errorName:'àªàªàªàª°àª¨à«àª નામ àªàª¾àªàªª àªàª°à«',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'શà«àª§àªµà«àª ઠનૠબદલવà«àª',find:'શà«àª§àªµà«àª',replace:'રિપà«àª²à«àª¸/બદલવà«àª',findWhat:'ઠશà«àª§à«',replaceWith:'àªàª¨àª¾àª¥à« બદલà«',notFoundMsg:'તમૠશà«àª§à«àª²à« àªà«àªà«àª¸à«àª નથૠમળà«',matchCase:'àªà«àª¸ સરàªàª¾ રાàªà«',matchWord:'બàªàª¾ શબà«àª¦ સરàªàª¾ રાàªà«',matchCyclic:'Match cyclic',replaceAll:'બàªàª¾ બદલૠ',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'àªà«àª¬àª², àªà«àª à«',title:'àªà«àª¬àª², àªà«àª ાનà«àª મથાળà«àª',menu:'àªà«àª¬àª², àªà«àª ાનà«àª મથાળà«àª',deleteTable:'àªà«àª ૠડિલà«àª/àªàª¾àª¢à« નાàªàªµà«àª',rows:'પàªàªà«àª¤àª¿àª¨àª¾ àªàª¾àª¨àª¾',columns:'àªà«àª²àª®/àªàªà« àªàªàª¾àª°',border:'àªà«àª ાનૠબાàªà«(બà«àª°à«àª¡àª°) સાàªàª',widthPx:'પિàªàª¸àª²',widthPc:'પà«àª°àª¤àª¿àª¶àª¤',widthUnit:'width unit',cellSpace:'સà«àª² ઠàªàª¤àª°',cellPad:'સà«àª² પૠડિàªàª',caption:'મથાળà«àª/àªà« પà«àª¶àª¨ ',summary:'àªà«àªàªà« àªàª¹à«àªµàª¾àª²',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'àªà«àª·àª¨àª¾ àªàª¾àª¨àª¾',insertBefore:'પહà«àª²àª¾àª àªà«àª· àªàª®à«àª°àªµà«',insertAfter:'પàªà« àªà«àª· àªàª®à«àª°àªµà«',deleteCell:'àªà«àª· ડિલà«àª/àªàª¾àª¢à« નાàªàªµà«',merge:'àªà«àª· àªà«àªàª¾ àªàª°àªµàª¾',mergeRight:'àªàª®àª£à« બાàªà« àªà«àªàª¾ àªàª°àªµàª¾',mergeDown:'નà«àªà« àªà«àªàª¾ àªàª°àªµàª¾',splitHorizontal:'àªà«àª·àª¨à« સમસà«àª¤àª°à«àª¯ વિàªàª¾àªàª¨ àªàª°àªµà«àª',splitVertical:'àªà«àª·àª¨à« સà«àª§à«àª નૠàªàªà«àª વિàªàª¾àªàª¨ àªàª°àªµà«àª',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'},row:{menu:'પàªàªà«àª¤àª¿àª¨àª¾ àªàª¾àª¨àª¾',insertBefore:'પહà«àª²àª¾àª પàªàªà«àª¤àª¿ àªàª®à«àª°àªµà«',insertAfter:'પàªà« પàªàªà«àª¤àª¿ àªàª®à«àª°àªµà«',deleteRow:'પàªàªà«àª¤àª¿àª ડિલà«àª/àªàª¾àª¢à« નાàªàªµà«'},column:{menu:'àªà«àª²àª®/àªàªà« àªàªàª¾àª°',insertBefore:'પહà«àª²àª¾àª àªà«àª²àª®/àªàªà« àªàªàª¾àª° àªàª®à«àª°àªµà«',insertAfter:'પàªà« àªà«àª²àª®/àªàªà« àªàªàª¾àª° àªàª®à«àª°àªµà«',deleteColumn:'àªà«àª²àª®/àªàªà« àªàªàª¾àª° ડિલà«àª/àªàª¾àª¢à« નાàªàªµà«'}},button:{title:'બàªàª¨àª¨àª¾ àªà«àª£',text:'àªà«àªà«àª¸à«àª (વૠલà«àª¯à«)',type:'પà«àª°àªàª¾àª°',typeBtn:'બàªàª¨',typeSbm:'સબà«àª®àª¿àª',typeRst:'રિસà«àª'},checkboxAndRadio:{checkboxTitle:'àªà«àª બà«àªà«àª¸ àªà«àª£',radioTitle:'રà«àª¡àª¿àª બàªàª¨àª¨àª¾ àªà«àª£',value:'વૠલà«àª¯à«',selected:'સિલà«àªà«àªà«àª¡'},form:{title:'ફà«àª°à«àª®/પતà«àª°àªàª¨àª¾ àªà«àª£',menu:'ફà«àª°à«àª®/પતà«àª°àªàª¨àª¾ àªà«àª£',action:'àªà«àª°àª¿àª¯àª¾',method:'પદà«àª§àª¤àª¿',encoding:'Encoding'},select:{title:'પસàªàª¦àªà« àªà«àª·à«àª¤à«àª°àª¨àª¾ àªà«àª£',selectInfo:'સà«àªàª¨àª¾',opAvail:'àªàªªàª²àª¬à«àª§ વિàªàª²à«àªª',value:'વૠલà«àª¯à«',size:'સાàªàª',lines:'લà«àªà«àª',chkMulti:'àªàªàª¥à« વધારૠપસàªàª¦ àªàª°à« શàªà«',opText:'àªà«àªà«àª¸à«àª',opValue:'વૠલà«àª¯à«',btnAdd:'àªàª®à«àª°àªµà«àª',btnModify:'બદલવà«àª',btnUp:'àªàªªàª°',btnDown:'નà«àªà«',btnSetValue:'પસàªàª¦ àªàª°àª²à« વૠલà«àª¯à« સà«àª àªàª°à«',btnDelete:'રદ àªàª°àªµà«àª'},textarea:{title:'àªà«àªà«àª¸à«àª àªàª રિàª, શબà«àª¦ વિસà«àª¤àª¾àª°àª¨àª¾ àªà«àª£',cols:'àªà«àª²àª®/àªàªà« àªàªàª¾àª°',rows:'પàªàªà«àª¤àª¿àª'},textfield:{title:'àªà«àªà«àª¸à«àª ફà«àª²à«àª¡, શબà«àª¦ àªà«àª·à«àª¤à«àª°àª¨àª¾ àªà«àª£',name:'નામ',value:'વૠલà«àª¯à«',charWidth:'àªà«àª°à«àªà«àªàª°àª¨à« પહà«àª³àª¾àª',maxChars:'ઠધિàªàª¤àª® àªà«àª°à«àªà«àªàª°',type:'àªàª¾àªàªª',typeText:'àªà«àªà«àª¸à«àª',typePass:'પાસવરà«àª¡'},hidden:{title:'àªà«àªªà«àª¤ àªà«àª·à«àª¤à«àª°àª¨àª¾ àªà«àª£',name:'નામ',value:'વૠલà«àª¯à«'},image:{title:'àªàª¿àª¤à«àª°àª¨àª¾ àªà«àª£',titleButton:'àªàª¿àª¤à«àª° બàªàª¨àª¨àª¾ àªà«àª£',menu:'àªàª¿àª¤à«àª°àª¨àª¾ àªà«àª£',infoTab:'àªàª¿àª¤à«àª° નૠàªàª¾àª£àªàª¾àª°à«',btnUpload:'ઠસરà«àªµàª°àª¨à« મà«àªàª²àªµà«àª',upload:'ઠપલà«àª¡',alt:'àªàª²à«àªàª°à«àª¨àª àªà«àªà«àª¸à«àª',lockRatio:'લà«àª àªà«àª£à«àª¤à«àª¤àª°',resetSize:'રà«àª¸à«àª સાàªàª',border:'બà«àª°à«àª¡àª°',hSpace:'સમસà«àª¤àª°à«àª¯ àªàªà«àª¯àª¾',vSpace:'લàªàª¬àª°à«àªª àªàªà«àª¯àª¾',alertUrl:'àªàª¿àª¤à«àª°àª¨à« URL àªàª¾àªàªª àªàª°à«',linkTab:'લિàªàª',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'ફà«àª²à« શના àªà«àª£',propertiesTab:'Properties',title:'ફà«àª²à« શ àªà«àª£',chkPlay:'àªàªà«/સà«àªµàª¯àª પà«àª²à«',chkLoop:'લà«àªª',chkMenu:'ફà«àª²à« શ મà«àª¨à«àª¯à« નૠપà«àª°àª¯à«àª àªàª°à«',chkFull:'Allow Fullscreen',scale:'સà«àªà«àª²',scaleAll:'સà«àªà«àª² àªàª²/બધૠબતાવà«',scaleNoBorder:'સà«àªà«àª² બà«àª°à«àª¡àª° વàªàª°',scaleFit:'સà«àªà«àª² àªàªàª¦àª® ફà«àª',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs નà«àªà«',alignAbsMiddle:'Abs àªàªªàª°',alignBaseline:'àªàª§àª¾àª° લà«àªà«',alignTextTop:'àªà«àªà«àª¸à«àª àªàªªàª°',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'બૠàªàªà«àª°àª¾àªàª¨à«àª¡ રàªàª,',hSpace:'સમસà«àª¤àª°à«àª¯ àªàªà«àª¯àª¾',vSpace:'લàªàª¬àª°à«àªª àªàªà«àª¯àª¾',validateSrc:'લિàªàª URL àªàª¾àªàªª àªàª°à«',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'àªà«àª¡àª£à« (સà«àªªà«àª²àª¿àªàª) તપાસવà«',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'શબà«àª¦àªà«àª¶àª®àª¾àª નથà«',changeTo:'àªàª¨àª¾àª¥à« બદલવà«àª',btnIgnore:'àªàªà«àª¨à«àª°/ઠવàªàª£àª¨àª¾ àªàª°àªµà«',btnIgnoreAll:'બધાનૠàªàªà«àª¨à«àª°/ઠવàªàª£àª¨àª¾ àªàª°àªµà«',btnReplace:'બદલવà«àª',btnReplaceAll:'બધા બદલૠàªàª°à«',btnUndo:'ઠનà«àª¡à«',noSuggestions:'- àªàª સàªà«àª¶àª¨ નથૠ-',progress:'શબà«àª¦àª¨à« àªà«àª¡àª£à«/સà«àªªà«àª² àªà«àª àªàª¾àª²à« àªà«...',noMispell:'શબà«àª¦àª¨à« àªà«àª¡àª£à«/સà«àªªà«àª² àªà«àª પà«àª°à«àª£: àªà«àªà« àªà«àª¡àª£à« મળૠનથà«',noChanges:'શબà«àª¦àª¨à« àªà«àª¡àª£à«/સà«àªªà«àª² àªà«àª પà«àª°à«àª£: àªàªàªªàª£ શબà«àª¦ બદલયૠનથà«',oneChange:'શબà«àª¦àª¨à« àªà«àª¡àª£à«/સà«àªªà«àª² àªà«àª પà«àª°à«àª£: àªàª શબà«àª¦ બદલયૠàªà«',manyChanges:'શબà«àª¦àª¨à« àªà«àª¡àª£à«/સà«àªªà«àª² àªà«àª પà«àª°à«àª£: %1 શબà«àª¦ બદલયા àªà«',ieSpellDownload:'સà«àªªà«àª²-àªà«àªàª° àªàª¨à«àª¸à«àªà«àª² નથà«. શà«àª તમૠડાàªàª¨àª²à«àª¡ àªàª°àªµàª¾ માàªàªà« àªà«?'},smiley:{toolbar:'સà«àª®àª¾àªàª²à«',title:'સà«àª®àª¾àªàª²à« પસàªàª¦ àªàª°à«',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'સàªàªà«àª¯àª¾àªàªàª¨ સà«àªàª¿',bulletedlist:'બà«àª²à«àª સà«àªàª¿',indent:'àªàª¨à«àª¡à«àª¨à«àª, લà«àªà«àª¨àª¾ àªàª°àªàªàª®àª¾àª àªàªà«àª¯àª¾ વધારવà«',outdent:'àªàª¨à«àª¡à«àª¨à«àª લà«àªà«àª¨àª¾ àªàª°àªàªàª®àª¾àª àªàªà«àª¯àª¾ àªàªàª¾àª¡àªµà«',justify:{left:'ડાબૠબાàªà«àª/બાàªà« તરફ',center:'સàªàªà«àªàª¦à«àª°àª£/સà«àªàªàª°àª¿àªàª',right:'àªàª®àª£à« બાàªà«àª/બાàªà« તરફ',block:'બà«àª²à«àª, ઠàªàª¤àª°àª¾àª¯ àªàª¸à«àªàª¿àª«àª¾àª'},blockquote:'બà«àª²à«àª-àªà«àª, ઠવતરણàªàª¿àª¹à«àª¨à«',clipboard:{title:'પà«àª¸à«àª',cutError:'તમારા બà«àª°àª¾àªàªàª° નૠસà«àª°àªà«àª·àª¿àª¤ સà«àªàª¿àªàªàª¸ àªàª àªàª°àªµàª¾àª¨à« પરવાનàªà« નથૠàªàªªàª¤à«. (Ctrl/Cmd+X) નૠàªàªªàª¯à«àª àªàª°à«.',copyError:'તમારા બà«àª°àª¾àªàªàª° નૠસà«àª°àªà«àª·àª¿àª¤ સà«àªàª¿àªàªàª¸ àªà«àªªà« àªàª°àªµàª¾àª¨à« પરવાનàªà« નથૠàªàªªàª¤à«. (Ctrl/Cmd+C) à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤à¥¤',pasteMsg:'Ctrl/Cmd+V નૠપà«àª°àª¯à«àª àªàª°à« પà«àª¸à«àª àªàª°à«',securityMsg:'તમારા બà«àª°àª¾àªàªàª° નૠસà«àª°àªà«àª·àª¿àª¤ સà«àªàª¿àªàªàª¸àª¨àª¾ àªàª¾àª°àª£à«,àªàª¡àª¿àªàª° તમારા àªàª¿àª²à«àªªàª¬à«àª°à«àª¡ ડà«àªàª¾ નૠàªà«àªªà« નથૠàªàª°à« શàªàª¤à«. તમારૠઠવિનà«àª¡à«àª®àª¾àª ફરà«àª¥à« પà«àª¸à«àª àªàª°àªµà«àª પડશà«.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'પà«àª¸à«àª (વડૠàªà«àªà«àª¸à«àª)',title:'પà«àª¸à«àª (વડૠàªà«àªà«àª¸à«àª)',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'પà«àª¸à«àª (àªà«àªà«àª¸à«àª)',title:'પà«àª¸à«àª (àªà«àªà«àª¸à«àª)'},templates:{button:'àªà«àª®à«àªªà«àª²à«àª',title:'àªàª¨à«àªà«àª¨à«àª àªà«àª®à«àªªà«àª²à«àª',options:'Template Options',insertOption:'મà«àª³ શબà«àª¦àª¨à« બદલà«',selectPromptMsg:'àªàª¡àª¿àªàª°àª®àª¾àª àªàªªàª¨ àªàª°àªµàª¾ àªà«àª®à«àªªà«àª²à«àª પસàªàª¦ àªàª°à« (વરà«àª¤àª®àª¾àª¨ àªàª¨à«àªà«àª¨à«àª સà«àªµ નહà«àª થાય):',emptyListMsg:'(àªà«àª àªà«àª®à«àªªà«àª²à«àª ડિફાàªàª¨ નથà«)'},showBlocks:'બà«àª²à«àª બતાવવà«àª',stylesCombo:{label:'શà«àª²à«/રà«àª¤',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'ફà«àª¨à«àª ફà«àª°à«àª®àª, રàªàª¨àª¾àª¨à« શà«àª²à«',panelTitle:'ફà«àª¨à«àª ફà«àª°à«àª®àª, રàªàª¨àª¾àª¨à« શà«àª²à«',tag_p:'સામાનà«àª¯',tag_pre:'ફà«àª°à«àª®àªà«àª¡',tag_address:'સરનામà«àª',tag_h1:'શà«àª°à«àª·àª 1',tag_h2:'શà«àª°à«àª·àª 2',tag_h3:'શà«àª°à«àª·àª 3',tag_h4:'શà«àª°à«àª·àª 4',tag_h5:'શà«àª°à«àª·àª 5',tag_h6:'શà«àª°à«àª·àª 6',tag_div:'શà«àª°à«àª·àª (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'ફà«àª¨à«àª',voiceLabel:'Font',panelTitle:'ફà«àª¨à«àª'},fontSize:{label:'ફà«àª¨à«àª સાàªàª/àªàª¦',voiceLabel:'Font Size',panelTitle:'ફà«àª¨à«àª સાàªàª/àªàª¦'},colorButton:{textColorTitle:'શબà«àª¦àª¨à« રàªàª',bgColorTitle:'બૠàªàªà«àª°àª¾àªàª¨à«àª¡ રàªàª,',panelTitle:'Colors',auto:'સà«àªµàªàª¾àª²àª¿àª¤',more:'àªàª° રàªàª...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'ડà«àªà«àª¯à«àª®àª¨à«àª àªà«àª£/પà«àª°à«àªªàª°à«àªàª¿àª',title:'ડà«àªà«àª¯à«àª®àª¨à«àª àªà«àª£/પà«àª°à«àªªàª°à«àªàª¿àª',design:'Design',meta:'મà«àªàª¾àª¡à« àªàª¾',chooseColor:'Choose',other:'<other>',docTitle:'પà«àª મથાળà«àª/àªàª¾àªàªàª²',charset:'àªà«àª°à«àªà«àªàª° સà«àª àªàª¨à«àªà«àª¡àª¿àªàª',charsetOther:'ઠનà«àª¯ àªà«àª°à«àªà«àªàª° સà«àª àªàª¨à«àªà«àª¡àª¿àªàª',charsetASCII:'ASCII',charsetCE:'મધà«àª¯ યà«àª°à«àªªàª¿àª ન (Central European)',charsetCT:'àªàª¾àªàª¨à«àª (Chinese Traditional Big5)',charsetCR:'સિરà«àª²àª¿àª (Cyrillic)',charsetGR:'àªà«àª°à«àª (Greek)',charsetJP:'àªàª¾àªªàª¾àª¨àª¿àª (Japanese)',charsetKR:'àªà«àª°à«àª¯àª¨ (Korean)',charsetTR:'àªàª°à«àªàª¿ (Turkish)',charsetUN:'યà«àª¨àª¿àªà«àª¡ (UTF-8)',charsetWE:'પશà«àªàª¿àª® યà«àª°à«àªªàª¿àª ન (Western European)',docType:'ડà«àªà«àª¯à«àª®àª¨à«àª પà«àª°àªàª¾àª° શà«àª°à«àª·àª',docTypeOther:'ઠનà«àª¯ ડà«àªà«àª¯à«àª®àª¨à«àª પà«àª°àªàª¾àª° શà«àª°à«àª·àª',xhtmlDec:'XHTML સà«àªàª¨àª¾ સમાવિષà«àª àªàª°àªµà«',bgColor:'બૠàªàªà«àª°àª¾àªàª¨à«àª¡ રàªàª',bgImage:'બૠàªàªà«àª°àª¾àªàª¨à«àª¡ àªàª¿àª¤à«àª° URL',bgFixed:'સà«àªà«àª°à«àª² ન થાય તà«àªµà«àª બૠàªàªà«àª°àª¾àªàª¨à«àª¡',txtColor:'શબà«àª¦àª¨à« રàªàª',margin:'પà«àª મારà«àªàª¿àª¨',marginTop:'àªàªªàª°',marginLeft:'ડાબà«',marginRight:'àªàª®àª£à«',marginBottom:'નà«àªà«',metaKeywords:'ડà«àªà«àª¯à«àª®àª¨à«àª àªàª¨à«àª¡à«àªà«àª¸ સàªàªà«àª¤àª¶àª¬à«àª¦ (ઠલà«àªªàªµàª¿àª°àª¾àª® (,) થૠઠલઠàªàª°à«)',metaDescription:'ડà«àªà«àª¯à«àª®àª¨à«àª વરà«àª£àª¨',metaAuthor:'લà«àªàª',metaCopyright:'àªà«àªªàª¿àª°àª¾àªàª',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['gu']={"editor":"રà«àª àªà«àªà«àª·à«àª¤à« àªàª¡à«àªàª°","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"પà«àª°à«àª¸ ALT 0 મદદ માàª","browseServer":"સરà«àªµàª° બà«àª°àª¾àªàª àªàª°à«","url":"URL","protocol":"પà«àª°à«àªà«àªà«àª²","upload":"ઠપલà«àª¡","uploadSubmit":"ઠસરà«àªµàª°àª¨à« મà«àªàª²àªµà«àª","image":"àªàª¿àª¤à«àª°","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":"ઠà«àª àªà«","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":"Invalid value.","invalidHeight":"àªàªàªàª¾àª àªàª àªàªàªàª¡à« હà«àªµà« àªà«àªàª.","invalidWidth":"પà«àª¹àª³ ઠàªàª àªàªàªàª¡à« હà«àªµà« àªà«àªàª.","invalidCssLength":"\"%1\" નૠવà«àª²à«àª¯à« àªàª પà«àª¸à«àªà«àªµ àªàªàªàª¡à« હà«àªµà« àªà«àªàª ઠથવા CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc) વàªàª°.","invalidHtmlLength":"\"%1\" નૠવà«àª²à«àª¯à« àªàª પà«àª¸à«àªà«àªµ àªàªàªàª¡à« હà«àªµà« àªà«àªàª ઠથવા HTML measurement unit (px or %) વàªàª°.","invalidInlineStyle":"àªàª¨àª²àª¾àªàª¨ સà«àªàª¾àªàª² નૠવà«àª²à«àª¯à« \"name : value\" ના ફà«àª°à«àª®à«àª માઠહà«àªµà« àªà«àªàª, વàªà«àªà« સà«àª®à«-àªà«àª²à«àª¨ àªà«àªàª.","cssLengthTooltip":"પિàªà«àª·à«àª²à« નૠàªàªàªàª¡à« CSS unit (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":"ઠનà«àª¡àª°à«àª²àª¾àªàª¨, નà«àªà« લà«àªà«"},"bidi":{"ltr":"àªà«àªà«àª·à«àª¤à« નૠદિશા ડાબૠથૠàªàª®àª£à«","rtl":"àªà«àªà«àª·à«àª¤à« નૠદિશા àªàª®àª£à« થૠડાબà«"},"blockquote":{"toolbar":"બà«àª²à«àª-àªà«àª, ઠવતરણàªàª¿àª¹à«àª¨à«"},"clipboard":{"copy":"નàªàª²","copyError":"તમારા બà«àª°àª¾àªàªàª° નૠસà«àª°àªà«àª·àª¿àª¤ સà«àªàª¿àªàªàª¸ àªà«àªªà« àªàª°àªµàª¾àª¨à« પરવાનàªà« નથૠàªàªªàª¤à«. (Ctrl/Cmd+C) à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤à¥¤","cut":"àªàª¾àªªàªµà«àª","cutError":"તમારા બà«àª°àª¾àªàªàª° નૠસà«àª°àªà«àª·àª¿àª¤ સà«àªàª¿àªàªàª¸ àªàª àªàª°àªµàª¾àª¨à« પરવાનàªà« નથૠàªàªªàª¤à«. (Ctrl/Cmd+X) નૠàªàªªàª¯à«àª àªàª°à«.","paste":"પà«àª¸à«àª","pasteArea":"પà«àª¸à«àª àªàª°àªµàª¾àª¨à« àªàªà«àª¯àª¾","pasteMsg":"Ctrl/Cmd+V નૠપà«àª°àª¯à«àª àªàª°à« પà«àª¸à«àª àªàª°à«","securityMsg":"તમારા બà«àª°àª¾àªàªàª° નૠસà«àª°àªà«àª·àª¿àª¤ સà«àªàª¿àªàªàª¸àª¨àª¾ àªàª¾àª°àª£à«,àªàª¡àª¿àªàª° તમારા àªàª¿àª²à«àªªàª¬à«àª°à«àª¡ ડà«àªàª¾ નૠàªà«àªªà« નથૠàªàª°à« શàªàª¤à«. તમારૠઠવિનà«àª¡à«àª®àª¾àª ફરà«àª¥à« પà«àª¸à«àª àªàª°àªµà«àª પડશà«.","title":"પà«àª¸à«àª"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"સà«àªµàªàª¾àª²àª¿àª¤","bgColorTitle":"બૠàªàªà«àª°àª¾àªàª¨à«àª¡ રàªàª,","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":"સફà«àª¦"},"more":"àªàª° રàªàª...","panelTitle":"રàªàª","textColorTitle":"શબà«àª¦àª¨à« રàªàª"},"colordialog":{"clear":"સાફ àªàª°àªµà«àª","highlight":"હાàªàªàª","options":"રàªàªàª¨àª¾ વિàªàª²à«àªª","selected":"પસàªàª¦ àªàª°à«àª²à« રàªàª","title":"રàªàª પસàªàª¦ àªàª°à«"},"templates":{"button":"àªà«àª®à«àªªà«àª²à«àª","emptyListMsg":"(àªà«àª àªà«àª®à«àªªà«àª²à«àª ડિફાàªàª¨ નથà«)","insertOption":"મà«àª³ શબà«àª¦àª¨à« બદલà«","options":"àªà«àª®à«àªªà«àª²à«àªàª¨àª¾ વિàªàª²à«àªªà«","selectPromptMsg":"àªàª¡àª¿àªàª°àª®àª¾àª àªàªªàª¨ àªàª°àªµàª¾ àªà«àª®à«àªªà«àª²à«àª પસàªàª¦ àªàª°à« (વરà«àª¤àª®àª¾àª¨ àªàª¨à«àªà«àª¨à«àª સà«àªµ નહà«àª થાય):","title":"àªàª¨à«àªà«àª¨à«àª àªà«àª®à«àªªà«àª²à«àª"},"contextmenu":{"options":"àªà«àª¨à«àª¤à«àªà«àª·à«àª¤à« મà«àª¨à«àª¨àª¾ વિàªàª²à«àªªà«"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"àªàª¡àªµàª¾àªàªàª° શà«àª°à«àª·àª","cssClassInputLabel":"સà«àªàª¾àªàª²àª¶à«àª àªàª²àª¾àª¸à«àª¸","edit":"ડà«àªµà«àª®àª¾àª ફà«àª°àª«àª¾àª° àªàª°àªµà«","inlineStyleInputLabel":"àªàª¨àª²àª¾àªàª¨ પદà«àª§àª¤àª¿","langDirLTRLabel":"ડાબૠથૠàªàª®àª£à« (LTR)","langDirLabel":"àªàª¾àª·àª¾àª¨à« દિશા","langDirRTLLabel":"àªàª®àª£à« થૠડાબૠ(RTL)","languageCodeInputLabel":"àªàª¾àª·àª¾àª¨à« àªà«àª¡","remove":"ડà«àªµà« àªàª¾àª¢à« àªàª¾àª¢àªµà«àª","styleSelectLabel":"સà«àªàª¾àªàª²","title":"Div àªàª¨à«àªà«àª¨àª° બનાવà«àªàªµà«àª","toolbar":"Div àªàª¨à«àªà«àª¨àª° બનાવà«àªàªµà«àª"},"toolbar":{"toolbarCollapse":"àªà«àª²àª¬àª¾àª° નાનà«àª àªàª°àªµà«àª","toolbarExpand":"àªà«àª²àª¬àª¾àª° મà«àªà«àª àªàª°àªµà«àª","toolbarGroups":{"document":"દસà«àª¤àª¾àªµà«àª","clipboard":"àªà«àª²àª¿àªªàª¬à«àª°à«àª¡/ઠન","editing":"àªàª¡à«àª àªàª°àªµà«àª","forms":"ફà«àª°à«àª®","basicstyles":"બà«àª¸àª¿àªà« સà«àªàª¾àªàª²","paragraph":"ફàªàª°à«","links":"લà«àªàª","insert":"àªàª®à«àª°àªµà«àª","styles":"સà«àªàª¾àªàª²","colors":"રàªàª","tools":"àªà«àª²à«àª¸"},"toolbars":"àªàª¡à«àªàª° àªà«àª² બાર"},"elementspath":{"eleLabel":"àªàª²à«àª®à«àª¨à«àªà«àª¸ નૠ","eleTitle":"àªàª²à«àª®à«àª¨à«àª %1"},"find":{"find":"શà«àª§àªµà«àª","findOptions":"વà«àªàª²à«àªª શà«àª§à«","findWhat":"ઠશà«àª§à«","matchCase":"àªà«àª¸ સરàªàª¾ રાàªà«","matchCyclic":"સરàªàª¾àªµàªµàª¾ બધા","matchWord":"બàªàª¾ શબà«àª¦ સરàªàª¾ રાàªà«","notFoundMsg":"તમૠશà«àª§à«àª²à« àªà«àªà«àª¸à«àª નથૠમળà«","replace":"રિપà«àª²à«àª¸/બદલવà«àª","replaceAll":"બàªàª¾ બદલૠ","replaceSuccessMsg":"%1 ફà«àª°àª«àª¾àª°à« બાદલાયા àªà«.","replaceWith":"àªàª¨àª¾àª¥à« બદલà«","title":"શà«àª§àªµà«àª ઠનૠબદલવà«àª"},"fakeobjects":{"anchor":"ઠનàªàª°","flash":"ફà«àª²à«àª¶ ","hiddenfield":"હિડન ","iframe":"IFrame","unknown":"ઠનનà«àª¨ àªàª¬à«àªà«àªà«àª"},"flash":{"access":"સà«àªà«àª°à«àªªà«àª àªàªà«àª¸à«àª¸","accessAlways":"હમà«àª¶àª¾àª","accessNever":"નહà«","accessSameDomain":"àªàª ડà«àª®à«àª¨","alignAbsBottom":"Abs નà«àªà«","alignAbsMiddle":"Abs àªàªªàª°","alignBaseline":"àªàª§àª¾àª° લà«àªà«","alignTextTop":"àªà«àªà«àª¸à«àª àªàªªàª°","bgcolor":"બૠàªàªà«àª°àª¾àªàª¨à«àª¡ રàªàª,","chkFull":"ફà«àª² સà«àªà«àª°à«àª¨ àªàª°àªµà«àª","chkLoop":"લà«àªª","chkMenu":"ફà«àª²à« શ મà«àª¨à«àª¯à« નૠપà«àª°àª¯à«àª àªàª°à«","chkPlay":"àªàªà«/સà«àªµàª¯àª પà«àª²à«","flashvars":"ફલà«àª¶ ના વિàªàª²à«àªªà«","hSpace":"સમસà«àª¤àª°à«àª¯ àªàªà«àª¯àª¾","properties":"ફà«àª²à« શના àªà«àª£","propertiesTab":"àªà«àª£","quality":"àªà«àª£àª§àª°à«àª®","qualityAutoHigh":"àªàªà« àªàªàªà«àª","qualityAutoLow":"àªàªà« નà«àªà«àª","qualityBest":"શà«àª°à«àª·à«àª ","qualityHigh":"àªàªàªà«àª","qualityLow":"નà«àªà«àª","qualityMedium":"મધà«àª¯àª®","scale":"સà«àªà«àª²","scaleAll":"સà«àªà«àª² àªàª²/બધૠબતાવà«","scaleFit":"સà«àªà«àª² àªàªàª¦àª® ફà«àª","scaleNoBorder":"સà«àªà«àª² બà«àª°à«àª¡àª° વàªàª°","title":"ફà«àª²à« શ àªà«àª£","vSpace":"લàªàª¬àª°à«àªª àªàªà«àª¯àª¾","validateHSpace":"HSpace àªàªàªàª¡à« હà«àªµà« àªà«àªàª.","validateSrc":"લિàªàª URL àªàª¾àªàªª àªàª°à«","validateVSpace":"VSpace àªàªàªàª¡à« હà«àªµà« àªà«àªàª.","windowMode":"વિનà«àª¡à« મà«àª¡","windowModeOpaque":"ઠપારદરà«àª¶àª","windowModeTransparent":"પારદરà«àª¶àª","windowModeWindow":"વિનà«àª¡à«"},"font":{"fontSize":{"label":"ફà«àª¨à«àª સાàªàª/àªàª¦","voiceLabel":"ફà«àª¨à«àª સાàªàª","panelTitle":"ફà«àª¨à«àª સાàªàª/àªàª¦"},"label":"ફà«àª¨à«àª","panelTitle":"ફà«àª¨à«àª","voiceLabel":"ફà«àª¨à«àª"},"forms":{"button":{"title":"બàªàª¨àª¨àª¾ àªà«àª£","text":"àªà«àªà«àª¸à«àª (વૠલà«àª¯à«)","type":"પà«àª°àªàª¾àª°","typeBtn":"બàªàª¨","typeSbm":"સબà«àª®àª¿àª","typeRst":"રિસà«àª"},"checkboxAndRadio":{"checkboxTitle":"àªà«àª બà«àªà«àª¸ àªà«àª£","radioTitle":"રà«àª¡àª¿àª બàªàª¨àª¨àª¾ àªà«àª£","value":"વૠલà«àª¯à«","selected":"સિલà«àªà«àªà«àª¡"},"form":{"title":"ફà«àª°à«àª®/પતà«àª°àªàª¨àª¾ àªà«àª£","menu":"ફà«àª°à«àª®/પતà«àª°àªàª¨àª¾ àªà«àª£","action":"àªà«àª°àª¿àª¯àª¾","method":"પદà«àª§àª¤àª¿","encoding":"ઠનà«àªà«àª¡à«àª¨à«àª"},"hidden":{"title":"àªà«àªªà«àª¤ àªà«àª·à«àª¤à«àª°àª¨àª¾ àªà«àª£","name":"નામ","value":"વૠલà«àª¯à«"},"select":{"title":"પસàªàª¦àªà« àªà«àª·à«àª¤à«àª°àª¨àª¾ àªà«àª£","selectInfo":"સà«àªàª¨àª¾","opAvail":"àªàªªàª²àª¬à«àª§ વિàªàª²à«àªª","value":"વૠલà«àª¯à«","size":"સાàªàª","lines":"લà«àªà«àª","chkMulti":"àªàªàª¥à« વધારૠપસàªàª¦ àªàª°à« શàªà«","opText":"àªà«àªà«àª¸à«àª","opValue":"વૠલà«àª¯à«","btnAdd":"àªàª®à«àª°àªµà«àª","btnModify":"બદલવà«àª","btnUp":"àªàªªàª°","btnDown":"નà«àªà«","btnSetValue":"પસàªàª¦ àªàª°àª²à« વૠલà«àª¯à« સà«àª àªàª°à«","btnDelete":"રદ àªàª°àªµà«àª"},"textarea":{"title":"àªà«àªà«àª¸à«àª àªàª રિàª, શબà«àª¦ વિસà«àª¤àª¾àª°àª¨àª¾ àªà«àª£","cols":"àªà«àª²àª®/àªàªà« àªàªàª¾àª°","rows":"પàªàªà«àª¤àª¿àª"},"textfield":{"title":"àªà«àªà«àª¸à«àª ફà«àª²à«àª¡, શબà«àª¦ àªà«àª·à«àª¤à«àª°àª¨àª¾ àªà«àª£","name":"નામ","value":"વૠલà«àª¯à«","charWidth":"àªà«àª°à«àªà«àªàª°àª¨à« પહà«àª³àª¾àª","maxChars":"ઠધિàªàª¤àª® àªà«àª°à«àªà«àªàª°","type":"àªàª¾àªàªª","typeText":"àªà«àªà«àª¸à«àª","typePass":"પાસવરà«àª¡","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"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":"સમસà«àª¤àª°à«àª¯ રà«àªàª¾ àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«"},"iframe":{"border":"ફà«àª°à«àª® બà«àª°à«àª¡à«àª° બતાવવà«","noUrl":"iframe URL àªàª¾àªàªªà« àªàª°à«","scrolling":"સà«àªà«àª°à«àª²àª¬àª¾àª° àªàª¾àª²à« àªàª°àªµàª¾","title":"IFrame વિàªàª²à«àªªà«","toolbar":"IFrame"},"image":{"alertUrl":"àªàª¿àª¤à«àª°àª¨à« URL àªàª¾àªàªª àªàª°à«","alt":"àªàª²à«àªàª°à«àª¨àª àªà«àªà«àª¸à«àª","border":"બà«àª°à«àª¡àª°","btnUpload":"ઠસરà«àªµàª°àª¨à« મà«àªàª²àªµà«àª","button2Img":"તમારૠàªàª®à«àª બàªàª¨àª¨à« સાદૠàªàª®à«àªàª®àª¾àª બદલવà«àª àªà«.","hSpace":"સમસà«àª¤àª°à«àª¯ àªàªà«àª¯àª¾","img2Button":"તમારૠસાદૠàªàª®à«àªàª¨à« àªàª®à«àª બàªàª¨àª®àª¾àª બદલવà«àª àªà«.","infoTab":"àªàª¿àª¤à«àª° નૠàªàª¾àª£àªàª¾àª°à«","linkTab":"લિàªàª","lockRatio":"લà«àª àªà«àª£à«àª¤à«àª¤àª°","menu":"àªàª¿àª¤à«àª°àª¨àª¾ àªà«àª£","resetSize":"રà«àª¸à«àª સાàªàª","title":"àªàª¿àª¤à«àª°àª¨àª¾ àªà«àª£","titleButton":"àªàª¿àª¤à«àª° બàªàª¨àª¨àª¾ àªà«àª£","upload":"ઠપલà«àª¡","urlMissing":"àªàª®à«àªàª¨à« મà«àª³ URL àªà« નહà«.","vSpace":"લàªàª¬àª°à«àªª àªàªà«àª¯àª¾","validateBorder":"બà«àª°à«àª¡à«àª° àªàªàªàª¡à« હà«àªµà« àªà«àªàª.","validateHSpace":"HSpaceàªàªàªàª¡à« હà«àªµà« àªà«àªàª.","validateVSpace":"VSpace àªàªàªàª¡à« હà«àªµà« àªà«àªàª. "},"indent":{"indent":"àªàª¨à«àª¡à«àª¨à«àª, લà«àªà«àª¨àª¾ àªàª°àªàªàª®àª¾àª àªàªà«àª¯àª¾ વધારવà«","outdent":"àªàª¨à«àª¡à«àª¨à«àª લà«àªà«àª¨àª¾ àªàª°àªàªàª®àª¾àª àªàªà«àª¯àª¾ àªàªàª¾àª¡àªµà«"},"smiley":{"options":"સમà«àª¯à«àª²à« વિàªàª²à«àªªà«","title":"સà«àª®àª¾àªàª²à« પસàªàª¦ àªàª°à«","toolbar":"સà«àª®àª¾àªàª²à«"},"justify":{"block":"બà«àª²à«àª, ઠàªàª¤àª°àª¾àª¯ àªàª¸à«àªàª¿àª«àª¾àª","center":"સàªàªà«àªàª¦à«àª°àª£/સà«àªàªàª°àª¿àªàª","left":"ડાબૠબાàªà«àª/બાàªà« તરફ","right":"àªàª®àª£à« બાàªà«àª/બાàªà« તરફ"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"àªàªà«àª¸à«àª¸ àªà«","advanced":"ઠડà«àªµàª¾àª¨à«àª¸àª¡","advisoryContentType":"મà«àªà«àª¯ àªàª¨à«àªà«àª¨à«àª પà«àª°àªàª¾àª°","advisoryTitle":"મà«àªà«àª¯ મથાળà«àª","anchor":{"toolbar":"àªàªàªàª° àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«","menu":"àªàªàªàª°àª¨àª¾ àªà«àª£","title":"àªàªàªàª°àª¨àª¾ àªà«àª£","name":"àªàªàªàª°àª¨à«àª નામ","errorName":"àªàªàªàª°àª¨à«àª નામ àªàª¾àªàªª àªàª°à«","remove":"સà«àª¥àª¿àª° નàªàª°àªµà«àª"},"anchorId":"àªàªàªàª° àªàª²àª¿àª®àª¨à«àª Id થૠપસàªàª¦ àªàª°à«","anchorName":"àªàªàªàª° નામથૠપસàªàª¦ àªàª°à«","charset":"લિàªàª રિસà«àª°à«àª¸ àªà« રિàªà«àªàª° સà«àª","cssClasses":"સà«àªàª¾àªàª²-શà«àª àªà«àª²àª¾àª¸","emailAddress":"àª-મà«àª² સરનામà«àª","emailBody":"સàªàª¦à«àª¶","emailSubject":"àª-મà«àª² વિષય","id":"Id","info":"લિàªàª àªàª¨à«àª«à« àªà« બ","langCode":"àªàª¾àª·àª¾ લà«àªàªµàª¾àª¨à« પદà«àª§àª¤àª¿","langDir":"àªàª¾àª·àª¾ લà«àªàªµàª¾àª¨à« પદà«àª§àª¤àª¿","langDirLTR":"ડાબૠથૠàªàª®àª£à« (LTR)","langDirRTL":"àªàª®àª£à« થૠડાબૠ(RTL)","menu":" લિàªàª àªàª¡àª¿àª/માઠફà«àª°àª«àª¾àª° àªàª°àªµà«","name":"નામ","noAnchors":"(ડà«àªà«àª¯à«àª®àª¨à«àªàª®àª¾àª àªàªàªàª°àª¨à« સàªàªà«àª¯àª¾)","noEmail":"àª-મà«àª² સરનામà«àª àªàª¾àªàªª àªàª°à«","noUrl":"લિàªàª URL àªàª¾àªàªª àªàª°à«","other":"<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":"URL","toolbar":"લિàªàª àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«","type":"લિàªàª પà«àª°àªàª¾àª°","unlink":"લિàªàª àªàª¾àª¢àªµà«","upload":"ઠપલà«àª¡"},"list":{"bulletedlist":"બà«àª²à«àª સà«àªàª¿","numberedlist":"સàªàªà«àª¯àª¾àªàªàª¨ સà«àªàª¿"},"liststyle":{"armenian":"ઠરમà«àª¨àª¿àª¯àª¨ àªàªàªàª¡àª¾ પદà«àª§àª¤àª¿","bulletedTitle":"બà«àª²à«àªà«àª¡ લà«àª¸à«àªàª¨àª¾ àªà«àª£","circle":"વરà«àª¤à«àª³","decimal":"àªàªàªàª¡àª¾ (1, 2, 3, etc.)","decimalLeadingZero":"સà«àª¨à«àª¯ àªàªàª³ àªàªàªàª¡àª¾ (01, 02, 03, etc.)","disc":"ડિસà«àª","georgian":"àªà«àªàª°à«àªàª¿àª¯àª¨ àªàªàªàª¡àª¾ પદà«àª§àª¤àª¿ (an, ban, gan, etc.)","lowerAlpha":"àªàª²à«àª«àª¾ નાના (a, b, c, d, e, etc.)","lowerGreek":"àªà«àª°à«àª નાના (alpha, beta, gamma, etc.)","lowerRoman":"રà«àª®àª¨ નાના (i, ii, iii, iv, v, etc.)","none":"àªàª¸à« ","notset":"<સà«àª નથà«>","numberedTitle":"àªàªàªàª¡àª¾àª¨àª¾ લà«àª¸à«àªàª¨àª¾ àªà«àª£","square":"àªà«àª°àª¸","start":"શરૠàªàª°àªµà«àª","type":"પà«àª°àªàª¾àª°","upperAlpha":"àªàª²à«àª«àª¾ મà«àªàª¾ (A, B, C, D, E, etc.)","upperRoman":"રà«àª®àª¨ મà«àªàª¾ (I, II, III, IV, V, etc.)","validateStartNumber":"લà«àª¸à«àªàª¨àª¾ સરà«àªàª¤àª¨à« àªàªàªàª¡à« પà«àª°à« હà«àªµà« àªà«àªàª."},"magicline":{"title":"Insert paragraph here"},"maximize":{"maximize":"મà«àªà«àª àªàª°àªµà«àª","minimize":"નાનà«àª àªàª°àªµà«àª"},"newpage":{"toolbar":"નવૠપાનà«àª"},"pagebreak":{"alt":"નવà«àª પાનà«àª","toolbar":"àªàª¨à«àª¸àª°à«àª પà«àªàª¬à«àª°à«àª/પાનાનૠઠલઠàªàª°àªµà«àª/દાàªàª² àªàª°àªµà«àª"},"pastetext":{"button":"પà«àª¸à«àª (àªà«àªà«àª¸à«àª)","title":"પà«àª¸à«àª (àªà«àªà«àª¸à«àª)"},"pastefromword":{"confirmCleanup":"તમૠàªà« àªà«àªà«àª·à«àª¤à« àªà«àªªà« àªàª°à« રહà«àª¯àª¾ àªà« àªà« વરà«àª¡ નૠàªà«. àªà«àªªà« àªàª°àª¤àª¾ પà«àª¹àª²àª¾ સાફ àªàª°àªµà« àªà«?","error":"પà«àª¸à«àª àªàª°à«àª²à« ડà«àªàª¾ àªàª¨à«àªàª°àª¨àª² àªàª°àª° ના લà«àª¥à« સાફ àªàª°à« શàªàª¾àª¯à« નથà«.","title":"પà«àª¸à«àª (વડૠàªà«àªà«àª¸à«àª)","toolbar":"પà«àª¸à«àª (વડૠàªà«àªà«àª¸à«àª)"},"preview":{"preview":"પà«àª°à«àªµàª¦àª°à«àª¶àª¨"},"print":{"toolbar":"પà«àª°àª¿àª¨à«àª"},"removeformat":{"toolbar":"ફà«àª°à«àª®àª àªàª¾àª¢àªµà«àª"},"save":{"toolbar":"સà«àªµ"},"selectall":{"toolbar":"બàªà«àª પસàªàª¦ àªàª°àªµà«àª"},"showblocks":{"toolbar":"બà«àª²à«àª બતાવવà«àª"},"sourcearea":{"toolbar":"મà«àª³ àªà« પà«àª°àª¾àª¥àª®àª¿àª દસà«àª¤àª¾àªµà«àª"},"specialchar":{"options":"સà«àªªà«àª¶àª¿àª લ àªàª°à«àªà«àªàª°àª¨àª¾ વિàªàª²à«àªªà«","title":"સà«àªªà«àª¶àª¿àª લ વિશિષà«àª ઠàªà«àª·àª° પસàªàª¦ àªàª°à«","toolbar":"વિશિષà«àª ઠàªà«àª·àª° àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«àª"},"scayt":{"about":"SCAYT વિષà«","aboutTab":"વિષà«","addWord":"શબà«àª¦ àªàª®à«àª°àªµà«","allCaps":"àªàª²-àªà«àªªà«àª¸ વરà«àª¡ àªà«àª¡à« દà«.","dic_create":"બનાવવà«àª","dic_delete":"àªàª¾àª¢à« નાàªàªµà«àª","dic_field_name":"શબà«àª¦àªà«àª¶ નામ","dic_info":"પà«àª¹àª²àª¾ User Dictionary, Cookie તરà«àªà« સà«àªà«àª° થાય àªà«. પણ Cookie નૠસમતા àªàªà« àªà«. àªàª¯àª¾àª°à« User Dictionary, Cookie તરà«àªà« સà«àªà«àª° ના àªàª°à« શàªàª¾àª¯, તà«àª¯àª¾àª°à« તૠઠમારા સરà«àªµàª° પર સà«àªà«àª° થાય àªà«. તમારૠવà«àª¯àª¤àª¿àªàª¤ ડà«àªàª¸à«àª¨àª°à« નૠસરà«àªµàª° પર સà«àªà«àª° àªàª°àªµàª¾ માàªà« તમારૠતà«àª¨à«àª નામ àªàªªàªµà«àª પડશà«. àªà« તમૠતમારૠડà«àªàª¸à«àª¨àª°à« નà«àª નામ àªàªªà«àª²à«àª હà«àª¯ તૠતમૠરિસà«àªà«àª° બàªàª¨ àªà«àª²à«àª àªàª°à« શàªà«.","dic_rename":"નવà«àª નામ àªàªªàªµà«àª","dic_restore":"પાàªà«àª ","dictionariesTab":"શબà«àª¦àªà«àª¶","disable":"SCAYT ડિસà«àª¬àª² àªàª°àªµà«àª","emptyDic":"ડિàªà«àª¸àª¨àª°à«àª¨à«àª નામ àªàª¾àª²à« ના હà«àª¯.","enable":"SCAYT àªàª¨à«àª¬àª² àªàª°àªµà«àª","ignore":"àªàªà«àª¨à«àª°","ignoreAll":"બધા àªàªà«àª¨à«àª° ","ignoreDomainNames":"ડà«àª®à«àª¨ નામ àªà«àª¡à« દà«.","langs":"àªàª¾àª·àª¾àª","languagesTab":"àªàª¾àª·àª¾","mixedCase":"મિàªà«àª¸ àªà«àª¸ વરà«àª¡ àªà«àª¡à« દà«.","mixedWithDigits":"àªàªàªàª¡àª¾ વાળા શબà«àª¦ àªà«àª¡à« દà«.","moreSuggestions":"વધારૠવિàªàª²à«àªªà«","opera_title":"àªàªªà«àª°àª¾àª®àª¾àª સપà«àª°à«àª નથà«","options":"વિàªàª²à«àªªà«","optionsTab":"વિàªàª²à«àªªà«","title":"àªàª¾àªàªª àªàª°àª¤àª¾ સà«àªªà«àª² તપાસà«","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":"બસૠલાàªàª¨","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":"પિàªàª¸àª²","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 diff --git a/skins/ckeditor/lang/he.js b/skins/ckeditor/lang/he.js index 56419b1..7ad242e 100644 --- a/skins/ckeditor/lang/he.js +++ b/skins/ckeditor/lang/he.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.he={dir:'rtl',editorTitle:'×¢××¨× ××§×¡× ×¢×©×ר, %1, ×××¥ ××× (ALT) + 0 ××¢×ר×.',toolbars:'סר××× ×××× ×©× ××¢×ר×',editor:'×¢××¨× ××§×¡× ×¢×©×ר',source:'×ק×ר',newPage:'××£ ××ש',save:'ש××ר×',preview:'תצ××× ×ק××××',cut:'×××ר×',copy:'×עתק×',paste:'×××ק×',print:'××פס×',underline:'×§× ×ª×ת××',bold:'××××ש',italic:'× ×××',selectAll:'×××רת ×××',removeFormat:'×סרת ××¢×צ××',strike:'×ת×× ×××ק',subscript:'×ת×× ×ª×ת××',superscript:'×ת×× ×¢××××',horizontalrule:'××ספת ×§× ××פק×',pagebreak:'××ספת ש××רת ××£',pagebreakAlt:'ש××רת ××£',unlink:'×סרת ×ק×ש×ר',undo:'××××× ×¦×¢× ××ר××',redo:'×××¨× ×¢× ×¦×¢× ××ר××',common:{browseServer:'ס××ר ×שרת',url:'×ת××ת (URL)',protocol:'פר×××ק××',upload:'××¢×××',uploadSubmit:'ש×××× ×שרת',image:'ת××× ×',flash:'פ××ש',form:'××פס',checkbox:'ת××ת ס××××',radio:'×××¦× ×פשר×××ת',textField:'ש×× ×קס×',textarea:'××××ר ×קס×',hiddenField:'ש×× ××××',button:'×פת×ר',select:'ש×× ×××ר×',imageButton:'×פת×ר ת××× ×',notSet:'<×× × ×§××¢>',id:'××××× (ID)',name:'ש×',langDir:'××××× ×©×¤×',langDirLtr:'ש××× ××××× (LTR)',langDirRtl:'×××× ×ש××× (RTL)',langCode:'ק×× ×©×¤×',longDescr:'ק×ש×ר ×ת×××ר ×פ×ר×',cssClass:'×××קת ×¢×צ×× (CSS Class)',advisoryTitle:'××תרת ××צעת',cssStyle:'ס×× ××',ok:'××ש×ר',cancel:'×××××',close:'ס××ר×',preview:'תצ××× ×ק××××',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:'×ת×ת×ת',invalidHeight:'××××× ×××× ××××ת ×ספר.',invalidWidth:'×ר××× ×××× ××××ת ×ספר.',invalidCssLength:'××¢×¨× ×©×¦××× ×ש×× "%1" ×××× ××××ת ×ספר ××××× ×¢× ×× ××× ××××ת ×××× ××ק×ת ×©× CSS (px, %, in, cm, mm, em, ex, pt, ×× pc).',invalidHtmlLength:'××¢×¨× ×©×¦××× ×ש×× "%1" ×××× ××××ת ×ספר ××××× ×¢× ×× ××× ××××ת ×××× ××ק×ת ×©× HTML (px ×× %).',unavailable:'%1<span class="cke_accessibility">, ×× ××××</span>'},contextmenu:{options:'×פשר×××ת תפר×× ××קשר'},specialChar:{toolbar:'××ספת ×ª× ×××××',title:'×××רת ×ª× ×××××',options:'×פשר×××ת ת×××× ×××××××'},link:{toolbar:'××ספת/ער××ת ק×ש×ר',other:'<××ר>',menu:'××פ××× × ×§×ש×ר',title:'ק×ש×ר',info:'××××¢ ×¢× ×ק×ש×ר',target:'××ר×',upload:'××¢×××',advanced:'×פשר×××ת ×תק×××ת',type:'ס×× ×§×ש×ר',toUrl:'×ת××ת (URL)',toAnchor:'×¢××× ××¢××× ××',toEmail:'×××"×',targetFrame:'<×ס×רת>',targetPopup:'<×××× ×§×פץ>',targetFrameName:'×©× ×ס×רת ×××¢×',targetPopupName:'×©× ××××× ×ק×פץ',popupFeatures:'ת××× ×ת ××××× ×ק×פץ',popupResizable:'ש×× ×× ××××',popupStatusBar:'סר×× ×××××',popupLocationBar:'סר×× ×ת××ת',popupToolbar:'סר×× ×××××',popupMenuBar:'סר×× ×ª×¤×¨××',popupFullScreen:'××¡× ××× (IE)',popupScrollBars:'× ××ª× ××××××',popupDependent:'ת××× (Netscape)',popupLeft:'××ק×× ×¦× ×©×××',popupTop:'××ק×× ×¦× ×¢××××',id:'××××× (ID)',langDir:'××××× ×©×¤×',langDirLTR:'ש××× ××××× (LTR)',langDirRTL:'×××× ×ש××× (RTL)',acccessKey:'×קש ××ש×',name:'ש×',langCode:'ק×× ×©×¤×',tabIndex:'×ספר ×××',advisoryTitle:'××תרת ××צעת',advisoryContentType:'Content Type ××צע',cssClasses:'×××××× ×ת ×¢×צ×× ×§××צ×ת',charset:'ק×××× ××ש×× ××ק×שר',styles:'ס×× ××',rel:'קשר ××××××',selectAnchor:'×××רת ×¢×××',anchorName:'עפ"× ×©× ××¢×××',anchorId:'עפ"× ××××× (ID) ××××× ×',emailAddress:'×ת××ת ××××"×',emailSubject:'× ××©× ×××××¢×',emailBody:'×××£ ×××××¢×',noAnchors:'(××× ×¢××× ×× ×××× ×× ×××£)',noUrl:'×ש ××ק××× ×ת ×ת××ת ×ק×ש×ר (URL)',noEmail:'×ש ××ק××× ×ת ×ת××ת ××××"×'},anchor:{toolbar:'××ספת/ער××ת × ×§××ת ×¢××××',menu:'××פ××× × × ×§××ת ×¢××××',title:'××פ××× × × ×§××ת ×¢××××',name:'×©× ×× ×§××ת ×¢××××',errorName:'×ש ××ק××× ×©× ×× ×§××ת ×¢××××',remove:'×××קת × ×§××ת ×¢××××'},list:{numberedTitle:'ת××× ×ת רש××× ×××ספרת',bulletedTitle:'ת××× ×ת רש××ת ת××××××',type:'ס××',start:'ת×××ת ×ספ×ר',validateStartNumber:'ש×× ×ª×××ת ××ספ×ר ×××× ××××× ×ספר ש××.',circle:'×¢×××× ×¨×ק',disc:'×¢×××× ×××',square:'ר××××¢',none:'×××',notset:'<×× × ×§××¢>',armenian:'ספר×ת ×ר×× ××ת',georgian:"ספר×ת ××××ר×××ת (an, ban, gan ×××')",lowerRoman:"ספ××¨× ×¨×××ת ×××ת××ת ק×× ×ת (i, ii, iii, iv, v ×××')",upperRoman:"ספ××¨× ×¨××××ת ×××ת××ת ×××××ת (I, II, III, IV, V ×××')",lowerAlpha:"××ת××ת ×× ××××ת ק×× ×ת (a, b, c, d, e ×××')",upperAlpha:"××ת××ת ×× ××××ת ×××××ת (A, B, C, D, E ×××')",lowerGreek:"××ת××ת ×××× ××ת ק×× ×ת (alpha, beta, gamma ×××')",decimal:"ספר×ת (1, 2, 3 ×××')",decimalLeadingZero:"ספר×ת ×¢× 0 ××ת××× (01, 02, 03 ×××')"},findAndReplace:{title:'××פ×ש ××××פ×',find:'××פ×ש',replace:'×××פ×',findWhat:'××פ×ש ××ר××ת:',replaceWith:'××××¤× ×××ר××ת:',notFoundMsg:'×××§×¡× ××××קש ×× × ×צ×.',matchCase:'×××× × ××× ××ת××ת רש××ת ×ק×× ×ת (Case)',matchWord:'×ת××× ××××× ×××××',matchCyclic:'×ת××× ××××ר×ת',replaceAll:'××××¤× ××× ××¢×××',replaceSuccessMsg:'%1 ×קס××× ××××פ×.'},table:{toolbar:'××××',title:'××פ××× × ××××',menu:'××פ××× × ××××',deleteTable:'××ק ××××',rows:'ש×ר×ת',columns:'×¢××××ת',border:'×××× ×ס×רת',widthPx:'פ×קס×××',widthPc:'××××',widthUnit:'××××ת ר×××',cellSpace:'×ר××× ×ª×',cellPad:'ר×פ×× ×ª×',caption:'××ת××',summary:'תקצ×ר',headers:'××תר×ת',headersNone:'×××',headersColumn:'×¢×××× ×¨×ש×× ×',headersRow:'ש××¨× ×¨×ש×× ×',headersBoth:'×©× ×××',invalidRows:'ש×× ×ספר ×ש×ר×ת ×××× ××××ת ×ספר ×××× × 0.',invalidCols:'ש×× ×ספר ××¢××××ת ×××× ××××ת ×ספר ×××× × 0.',invalidBorder:'ש×× ×××× ××ס×רת ×××× ××××ת ×ספר.',invalidWidth:'ש×× ×¨××× ××××× ×××× ××××ת ×ספר.',invalidHeight:'ש×× ×××× ××××× ×××× ××××ת ×ספר.',invalidCellSpacing:'ש×× ×¨×××× ×ת××× ×××× ××××ת ×ספר ×××××.',invalidCellPadding:'ש×× ×¨×פ×× ×ת××× ×××× ××××ת ×ספר ×××××.',cell:{menu:'××פ××× × ×ª×',insertBefore:'××ספת ×ª× ××¤× ×',insertAfter:'××ספת ×ª× ××ר×',deleteCell:'×××קת ת×××',merge:'××××× ×ª×××',mergeRight:'××× ×××× ×',mergeDown:'××× ××××',splitHorizontal:'פ×צ×× ×ª× ××פק×ת',splitVertical:'פ×צ×× ×ª× ×× ××ת',title:'ת××× ×ת ×ת×',cellType:'ס×× ×ת×',rowSpan:'×ת××ת ×ש×ר×ת',colSpan:'×ת××ת ×ת×××',wordWrap:'×× ×עת ×××שת ש×ר×ת',hAlign:'××ש×ר ××פק×',vAlign:'××ש×ר ×× ××',alignBaseline:'ש×רת ×ס×ס',bgColor:'צ××¢ רקע',borderColor:'צ××¢ ×ס×רת',data:'××××¢',header:'××תרת',yes:'××',no:'××',invalidWidth:'ש×× ×¨××× ××ª× ×××× ××××ת ×ספר.',invalidHeight:'ש×× ×××× ××ª× ×××× ××××ת ×ספר.',invalidRowSpan:'ש×× ×ת××ת ×ש×ר×ת ×××× ××××ת ×ספר ש××.',invalidColSpan:'ש×× ×ת××ת ××¢××××ת ×××× ××××ת ×ספר ש××.',chooseColor:'××ר'},row:{menu:'ש×ר×',insertBefore:'××ספת ש××¨× ××¤× ×',insertAfter:'××ספת ש××¨× ××ר×',deleteRow:'×××קת ש×ר×ת'},column:{menu:'×¢××××',insertBefore:'××ספת ×¢×××× ××¤× ×',insertAfter:'××ספת ×¢×××× ××ר×',deleteColumn:'×××קת ×¢××××ת'}},button:{title:'××פ××× × ×פת×ר',text:'××§×¡× (ער×)',type:'ס××',typeBtn:'×פת×ר',typeSbm:'ש××××',typeRst:'××פ×ס'},checkboxAndRadio:{checkboxTitle:'××פ××× × ×ª××ת ס××××',radioTitle:'××פ××× × ×××¦× ×פשר×××ת',value:'ער×',selected:'×ס×××'},form:{title:'××פ×× × ××פס',menu:'××פ×× × ××פס',action:'ש×× ××',method:'ס×× ×©××××',encoding:'ק××××'},select:{title:'××פ××× × ×©×× ×××ר×',selectInfo:'××××¢',opAvail:'×פשר×××ת ×××× ×ת',value:'ער×',size:'××××',lines:'ש×ר×ת',chkMulti:'××פש×ר ×××ר×ת ×ר×××ת',opText:'×קס×',opValue:'ער×',btnAdd:'××ספ×',btnModify:'ש×× ××',btnUp:'×××¢××',btnDown:'××××',btnSetValue:'ק×××¢× ××ר×רת ××××',btnDelete:'×××ק×'},textarea:{title:'××פ××× × ××××ר ×קס×',cols:'×¢××××ת',rows:'ש×ר×ת'},textfield:{title:'××פ××× × ×©×× ×קס×',name:'ש×',value:'ער×',charWidth:'ר××× ××¤× ×ª××××',maxChars:'×קס×××× ×ª××××',type:'ס××',typeText:'×קס×',typePass:'ס×ס××'},hidden:{title:'××פ×× × ×©×× ××××',name:'ש×',value:'ער×'},image:{title:'××פ××× × ×ת××× ×',titleButton:'××פ×× × ×פת×ר ת××× ×',menu:'ת××× ×ת ×ת××× ×',infoTab:'××××¢ ×¢× ×ת××× ×',btnUpload:'ש×××× ×שרת',upload:'××¢×××',alt:'××§×¡× ×××פ×',lockRatio:'× ×¢××ת ×××ס',resetSize:'××פ×ס ×××××',border:'×ס×רת',hSpace:'×ר××× ××פק×',vSpace:'×ר××× ×× ××',alertUrl:'×ש ××ק××× ×ת ×ת××ת ×ת××× ×',linkTab:'ק×ש×ר',button2Img:'××× ××פ×× ×ת ת××× ×ª ××פת×ר ×ת××× × ×¤×©×××?',img2Button:'××× ××פ×× ×ת ×ת××× × ××פת×ר ת××× ×?',urlMissing:'×ת××ת ×ת××× × ×סר×.',validateBorder:'ש×× ××ס×רת ×××× ××××ת ×ספר ש××.',validateHSpace:'ש×× ××ר××× ××××¤×§× ×××× ××××ת ×ספר ש××.',validateVSpace:'ש×× ××ר××× ××× ×× ×××× ××××ת ×ספר ש××.'},flash:{properties:'××פ××× × ×¤××ש',propertiesTab:'××פ××× ××',title:'××פ×× × ×¤××ש',chkPlay:'× ×××× ×××××××',chkLoop:'×××××',chkMenu:'×פשר תפר×× ×¤××ש',chkFull:'×פשר ×××× ×××',scale:'××××',scaleAll:'××¦× ×××',scaleNoBorder:'××× ×××××ת',scaleFit:'×ת××× ××ש××ת',access:'××שת סקר×פ×',accessAlways:'ת×××',accessSameDomain:'×××××× ×××',accessNever:'××£ פע×',alignAbsBottom:'×ת×ת×ת ×××ס×××××ת',alignAbsMiddle:'×ר××× ××ס×××××',alignBaseline:'××§× ×ת×ת×ת',alignTextTop:'×ר×ש ××קס×',quality:'××××ת',qualityBest:'××¢×××',qualityHigh:'×××××',qualityAutoHigh:'××××× ×××××××ת',qualityMedium:'×××צעת',qualityAutoLow:'× ×××× ×××××××ת',qualityLow:'× ××××',windowModeWindow:'××××',windowModeOpaque:'××××',windowModeTransparent:'שק××£',windowMode:'××¦× ××××',flashvars:'××©×ª× ×× ×פ××ש',bgcolor:'צ××¢ רקע',hSpace:'×ר××× ××פק×',vSpace:'×ר××× ×× ××',validateSrc:'×ש ××ק××× ×ת ×ת××ת סר××× ×פ××ש (URL)',validateHSpace:'××ר××× ××××¤×§× ×××× ××××ת ×ספר.',validateVSpace:'××ר××× ××× ×× ×××× ××××ת ×ספר.'},spellCheck:{toolbar:'×××קת ×××ת',title:'×××קת ×××ת',notAvailable:'×× × ××¦× ×©×ר×ת ××××.',errorLoading:'ש×××× ×××¢××ת ×ש×ר×ת: %s.',notInDic:'×× × ××¦× ××××××',changeTo:'ש×× ×× ×',btnIgnore:'×תע×××ת',btnIgnoreAll:'×תע×××ת ××××',btnReplace:'×××פ×',btnReplaceAll:'×××פת ×××',btnUndo:'×××ר×',noSuggestions:'- ××× ×צע×ת -',progress:'×××ק ××××ת ×ת×××× ×××ק×....',noMispell:'×××ק×ת ×××ת ×סת××××: ×× × ×צ×× ×©××××ת ×ת××',noChanges:'×××ק×ת ×××ת ×סת××××: ×× ×©×× ×ª× ××£ ××××',oneChange:'×××ק×ת ×××ת ×סת××××: ש×× ×ª× ×××× ××ת',manyChanges:'×××ק×ת ×××ת ×סת××××: %1 ××××× ×©×× ×',ieSpellDownload:'×××ק ××××ת ×× ××תק×, ××× ×××ר×××?'},smiley:{toolbar:'ס×××××',title:'××ספת ס×××××',options:'×פשר×××ת ס××××××'},elementsPath:{eleLabel:'×¢×¥ ××××× ×××',eleTitle:'%1 ×××× ×'},numberedlist:'רש××× ×××ספרת',bulletedlist:'רש××ת × ×§×××ת',indent:'××××ת ××××',outdent:'×ק×× ×ª ××××',justify:{left:'××ש×ר ×ש×××',center:'×ר×××',right:'××ש×ר ×××××',block:'××ש×ר ×ש×××××'},blockquote:'×××ק צ××××',clipboard:{title:'×××ק×',cutError:'×××ר×ת ×××××× ××פ××¤× ×©×× ×× ××פשר×ת ××¢××¨× ××צע פע×××ת ××××¨× ××××××××ת. ×ש ××שת×ש ××ק××ת ××©× ×× (Ctrl/Cmd+X).',copyError:'×××ר×ת ×××××× ××פ××¤× ×©×× ×× ××פשר×ת ××¢××¨× ××צע פע×××ת ××¢×ª×§× ××××××××ת. ×ש ××שת×ש ××ק××ת ××©× ×× (Ctrl/Cmd+C).',pasteMsg:'× × ×××××ק ×ת×× ×ק××¤×¡× ×××צע×ת (<b>Ctrl/Cmd+V</b>) ××××××¥ ×¢× <b>××ש×ר</b>.',securityMsg:'×¢×§× ×××ר×ת ××××× ××פ×פ×, ×× × ××ª× ××שת ×× ××× ××××ר×× (Clipboard) ×צ××¨× ×ש×ר×. × × ×××××ק ש×× ××××× ××.',pasteArea:'××××ר ×××ק×'},pastefromword:{confirmCleanup:'× ×¨×× ×××§×¡× ×©××××× ×ª× ×××××ק ×ק××¨× ×ק×××¥ ××ר×. ××× ×רצ×× × ×× ×§×ת ×××ª× ××¨× ××××ק×?',toolbar:'××××§× ×-Word',title:'××××§× ×-Word',error:'×× × ××ª× ××× ×× ×§×ת ×ת ×××××¢ ××©× ×ª×§×× ×¤× ×××ת.'},pasteText:{button:'××××§× ×××§×¡× ×¤×©××',title:'××××§× ×××§×¡× ×¤×©××'},templates:{button:'ת×× ××ת',title:'ת×××ת ת×××',options:'×פשר×××ת ×ת×× ××ת',insertOption:'×××פת ת××× ××ש×',selectPromptMsg:'×ש ××××ר ת×× ×ת ×פת××× ××¢×ר×.<br />×ת××× ××ק××¨× ×××ק:',emptyListMsg:'(×× ×××××¨× ×ª×× ××ת)'},showBlocks:'×צ×ת ×××ק××',stylesCombo:{label:'ס×× ××',panelTitle:'ס×× ×× ×ת פ×ר××',panelTitle1:'ס×× ×× ×ת ×××ק',panelTitle2:'ס×× ×× ×ת רצף',panelTitle3:'ס×× ×× ×ת ×××××ק×'},format:{label:'×¢×צ××',panelTitle:'×¢×צ××',tag_p:'× ×ר×××',tag_pre:'ק××',tag_address:'×ת××ת',tag_h1:'××תרת',tag_h2:'××תרת 2',tag_h3:'××תרת 3',tag_h4:'××תרת 4',tag_h5:'××תרת 5',tag_h6:'××תרת 6',tag_div:'× ×ר××× (DIV)'},div:{title:'×צ×רת ×××× (Div)',toolbar:'×צ×רת ×××× (Div)',cssClassInputLabel:'×××קת ×¢×צ××',styleSelectLabel:'ס×× ××',IdInputLabel:'×××× (ID)',languageCodeInputLabel:'ק×× ×©×¤×',inlineStyleInputLabel:'ס×× ×× ×¤× ×××',advisoryTitleInputLabel:'××תרת ××צעת',langDirLabel:'××××× ×©×¤×',langDirLTRLabel:'ש××× ××××× (LTR)',langDirRTLLabel:'×××× ×ש××× (RTL)',edit:'ער××ת ×××× (Div)',remove:'×סרת ×××× (Div)'},iframe:{title:'××פ××× × ×××× ×¤× ××× (iframe)',toolbar:'×××× ×¤× ××× (iframe)',noUrl:'×ש ×××× ×ס ×ת××ת ×××××.',scrolling:'×פשר ×¤×¡× ×××××',border:'×ר×× ×ס×רת ×××××'},font:{label:'××פ×',voiceLabel:'××פ×',panelTitle:'××פ×'},fontSize:{label:'××××',voiceLabel:'××××',panelTitle:'××××'},colorButton:{textColorTitle:'צ××¢ ×קס×',bgColorTitle:'צ××¢ רקע',panelTitle:'צ××¢××',auto:'×××××××',more:'צ××¢×× × ×ספ××...'},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:'×××'},scayt:{title:'×××קת ×××ת ×××× ×ת××× (SCAYT)',opera_title:'×× ×××× ××פ××¤× ××פר×',enable:'×פשר SCAYT',disable:'××× SCAYT',about:'××××ת SCAYT',toggle:'ש×× ×× SCAYT',options:'×פשר×××ת',langs:'שפ×ת',moreSuggestions:'×צע×ת × ×ספ×ת',ignore:'×תע×××ת',ignoreAll:'×תע×××ת ××××',addWord:'××ספת ××××',emptyDic:'×ש ××××ר ×××××.',optionsTab:'×פשר×××ת',allCaps:'×תע×× ×××××× ×©×× ××ת××ת××× ×××××ת',ignoreDomainNames:'×תע×× ×ש××ת ×ת××',mixedCase:'×תע×× ×××××× ×¢× ××ת××ת ×××××ת ×ק×× ×ת ××××',mixedWithDigits:'×תע×× ×××××× ×¢× ×ספר××',languagesTab:'שפ×ת',dictionariesTab:'×××××',dic_field_name:'×©× ××××××',dic_create:'×צ×ר×',dic_restore:'ש×××ר',dic_delete:'×××ק×',dic_rename:'ש×× ×× ×©×',dic_info:'××ת××× ××××× ××שת×ש ×××××¡× ××¢××××, ×× ×¢××××ת ××××××ת ××ק××. ××שר ×××××× ××××¢ ××××× ×× ××× ××× × ×××× ××ת×××¡× ××¢××××, ×××××× ×¦×¨×× ××ת×××¡× ××©×¨×ª× ×. ××©× ×× ×¢××× ×תת ×©× ××××××. ×× ××ר ×ש ×× ××××× ××××ס×, ×ש ×××× ×ס ×ת ש×× ××××××¥ ×¢× ×פת×ר ×ש×××ר.',aboutTab:'××××ת'},about:{title:'××××ת CKEditor',dlgTitle:'××××ת CKEditor',help:'×××× ×¡× ×$1 ××¢×ר×.',userGuide:'××ר×× ××שת×ש ×©× CKEditor',moreInfo:'×××××¢ × ×סף ××§×¨× ×××ª×¨× ×:',copy:'Copyright © $1. ×× ××××××ת ש××ר×ת.'},maximize:'××××× ××קס××××',minimize:'×ק×× × ×××× ××××',fakeobjects:{anchor:'×¢×××',flash:'סר××× ×¤××ש',iframe:'×××× ×¤× ××× (iframe)',hiddenfield:'ש×× ××××',unknown:'××××××§× ×× ××××¢'},resize:'×ש ××ר×ר ×××× ××©× ×ת ×ת ×××××',colordialog:{title:'×××רת צ××¢',options:'×פשר×××ת צ××¢',highlight:'ס××××',selected:'×××ר×',clear:'× ×ק××'},toolbarCollapse:'×××¢×ר סר×× ××××',toolbarExpand:'×ר××ת סר×× ××××',toolbarGroups:{document:'×ס××',clipboard:'××× ××××ר×× (Clipboard)/×¦×¢× ××ר××',editing:'ער×××',forms:'×פס××',basicstyles:'×¢×צ×× ×ס×ס×',paragraph:'פסק×',links:'ק×ש×ר××',insert:'××× ×¡×',styles:'×¢×צ××',colors:'צ××¢××',tools:'××××'},bidi:{ltr:'××××× ××§×¡× ×ש××× ××××× (LTR)',rtl:'××××× ××§×¡× ××××× ×ש××× (RTL)'},docprops:{label:'××פ××× × ×ס××',title:'××פ××× × ×ס××',design:'×¢×צ××',meta:'ת×× Meta',chooseColor:'×××ר×',other:'××ר...',docTitle:'××תרת ×¢×××',charset:'ק×××× ×ª××××',charsetOther:'ק×××× ×ª×××× ××ר',charsetASCII:'ASCII',charsetCE:'×ר×× ××ר×פ××',charsetCT:'ס×× × ×ס××¨×ª× (Big5)',charsetCR:'ק×ר×××',charsetGR:'×××× ×',charsetJP:'××¤× ×',charsetKR:'ק×ר××× ×',charsetTR:'××רק×',charsetUN:'××× ×ק×× (UTF-8)',charsetWE:'××¢×¨× ××ר×פ××',docType:'××תר ס×× ×ס××',docTypeOther:'××תר ס×× ×ס×× ××ר',xhtmlDec:'×××× ××ר××ת XHTML',bgColor:'צ××¢ רקע',bgImage:'×ת××ת ×©× ×ª××× ×ª רקע',bgFixed:'רקע ×× × ××× (צ×××)',txtColor:'צ××¢ ×קס×',margin:'×ר×××× ×¢×××',marginTop:'×¢××××',marginLeft:'ש××××',marginRight:'××× ×',marginBottom:'ת×ת××',metaKeywords:'××××ת ××¤×ª× ×©× ××ס×× (××פר××ת ×פס×ק)',metaDescription:'ת×××ר ××ס××',metaAuthor:'×××ר/ת',metaCopyright:'×××××ת ××צר××',previewHtml:'<p>××× <strong>××§×¡× ×××××</strong>. ×ת/× ×שת×ש/ת ×<a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['he']={"editor":"×¢××¨× ××§×¡× ×¢×©×ר","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"×××¥ ××× ALT + 0 ××¢×ר×","browseServer":"ס××ר ×שרת","url":"×ת××ת (URL)","protocol":"פר×××ק××","upload":"××¢×××","uploadSubmit":"ש×××× ×שרת","image":"ת××× ×","flash":"פ××ש","form":"××פס","checkbox":"ת××ת ס××××","radio":"×××¦× ×פשר×××ת","textField":"ש×× ×קס×","textarea":"××××ר ×קס×","hiddenField":"ש×× ××××","button":"×פת×ר","select":"ש×× ×××ר×","imageButton":"×פת×ר ת××× ×","notSet":"<×× × ×§××¢>","id":"××××× (ID)","name":"ש×","langDir":"××××× ×©×¤×","langDirLtr":"ש××× ××××× (LTR)","langDirRtl":"×××× ×ש××× (RTL)","langCode":"ק×× ×©×¤×","longDescr":"ק×ש×ר ×ת×××ר ×פ×ר×","cssClass":"×××קת ×¢×צ×× (CSS Class)","advisoryTitle":"××תרת ××צעת","cssStyle":"ס×× ××","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":"×ש ×××× ×ס ×ספר ×××××¦× ×¤×קס××× ×× ×ספר ×¢× ××××ת ××××× ×ת ס×× ×× ×ª×§×× × (px, %, in, cm, mm, em, ex, pt, ×× pc).","unavailable":"%1<span class=\"cke_accessibility\">, ×× ××××</span>"},"about":{"copy":"Copyright © $1. ×× ××××××ת ש××ר×ת.","dlgTitle":"××××ת CKEditor","help":"×××× ×¡× ×$1 ××¢×ר×.","moreInfo":"×××××¢ × ×סף ××§×¨× ×××ª×¨× ×:","title":"××××ת CKEditor","userGuide":"××ר×× ××שת×ש ×©× CKEditor"},"basicstyles":{"bold":"××××ש","italic":"× ×××","strike":"×ת×× ×××ק","subscript":"×ת×× ×ª×ת××","superscript":"×ת×× ×¢××××","underline":"×§× ×ª×ת××"},"bidi":{"ltr":"××××× ××§×¡× ×ש××× ××××× (LTR)","rtl":"××××× ××§×¡× ××××× ×ש××× (RTL)"},"blockquote":{"toolbar":"×××ק צ××××"},"clipboard":{"copy":"×עתק×","copyError":"×××ר×ת ×××××× ××פ××¤× ×©×× ×× ××פשר×ת ××¢××¨× ××צע פע×××ת ××¢×ª×§× ××××××××ת. ×ש ××שת×ש ××ק××ת ××©× ×× (Ctrl/Cmd+C).","cut":"×××ר×","cutError":"×××ר×ת ×××××× ××פ××¤× ×©×× ×× ××פשר×ת ××¢××¨× ××צע פע×××ת ××××¨× ××××××××ת. ×ש ××שת×ש ××ק××ת ××©× ×× (Ctrl/Cmd+X).","paste":"×××ק×","pasteArea":"××××ר ×××ק×","pasteMsg":"× × ×××××ק ×ת×× ×ק××¤×¡× ×××צע×ת (<b>Ctrl/Cmd+V</b>) ××××××¥ ×¢× <b>××ש×ר</b>.","securityMsg":"×¢×§× ×××ר×ת ××××× ××פ×פ×, ×× × ××ª× ××שת ×× ××× ××××ר×× (Clipboard) ×צ××¨× ×ש×ר×. × × ×××××ק ש×× ××××× ××.","title":"×××ק×"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"×××××××","bgColorTitle":"צ××¢ רקע","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":"×××"},"more":"צ××¢×× × ×ספ××...","panelTitle":"צ××¢××","textColorTitle":"צ××¢ ×קס×"},"colordialog":{"clear":"× ×ק××","highlight":"ס××××","options":"×פשר×××ת צ××¢","selected":"×××ר×","title":"×××רת צ××¢"},"templates":{"button":"ת×× ××ת","emptyListMsg":"(×× ×××××¨× ×ª×× ××ת)","insertOption":"×××פת ת××× ××ש×","options":"×פשר×××ת ×ת×× ××ת","selectPromptMsg":"×ש ××××ר ת×× ×ת ×פת××× ××¢×ר×.<br />×ת××× ××ק××¨× ×××ק:","title":"ת×××ת ת×××"},"contextmenu":{"options":"×פשר×××ת תפר×× ××קשר"},"div":{"IdInputLabel":"×××× (ID)","advisoryTitleInputLabel":"××תרת ××צעת","cssClassInputLabel":"×××קת ×¢×צ××","edit":"ער××ת ×××× (Div)","inlineStyleInputLabel":"ס×× ×× ×¤× ×××","langDirLTRLabel":"ש××× ××××× (LTR)","langDirLabel":"××××× ×©×¤×","langDirRTLLabel":"×××× ×ש××× (RTL)","languageCodeInputLabel":"ק×× ×©×¤×","remove":"×סרת ×××× (Div)","styleSelectLabel":"ס×× ××","title":"×צ×רת ×××× (Div)","toolbar":"×צ×רת ×××× (Div)"},"toolbar":{"toolbarCollapse":"×××¢×ר סר×× ××××","toolbarExpand":"×ר××ת סר×× ××××","toolbarGroups":{"document":"×ס××","clipboard":"××× ××××ר×× (Clipboard)/×¦×¢× ××ר××","editing":"ער×××","forms":"×פס××","basicstyles":"×¢×צ×× ×ס×ס×","paragraph":"פסק×","links":"ק×ש×ר××","insert":"××× ×¡×","styles":"×¢×צ××","colors":"צ××¢××","tools":"××××"},"toolbars":"סר××× ×××× ×©× ××¢×ר×"},"elementspath":{"eleLabel":"×¢×¥ ××××× ×××","eleTitle":"%1 ×××× ×"},"find":{"find":"××פ×ש","findOptions":"×פשר×××ת ××פ×ש","findWhat":"××פ×ש ××ר××ת:","matchCase":"×××× × ××× ××ת××ת רש××ת ×ק×× ×ת (Case)","matchCyclic":"×ת××× ××××ר×ת","matchWord":"×ת××× ××××× ×××××","notFoundMsg":"×××§×¡× ××××קש ×× × ×צ×.","replace":"×××פ×","replaceAll":"××××¤× ××× ××¢×××","replaceSuccessMsg":"%1 ×קס××× ××××פ×.","replaceWith":"××××¤× ×××ר××ת:","title":"××פ×ש ××××פ×"},"fakeobjects":{"anchor":"×¢×××","flash":"סר××× ×¤××ש","hiddenfield":"ש×× ××××","iframe":"×××× ×¤× ××× (iframe)","unknown":"××××××§× ×× ××××¢"},"flash":{"access":"××שת סקר×פ×","accessAlways":"ת×××","accessNever":"××£ פע×","accessSameDomain":"×××××× ×××","alignAbsBottom":"×ת×ת×ת ×××ס×××××ת","alignAbsMiddle":"×ר××× ××ס×××××","alignBaseline":"××§× ×ת×ת×ת","alignTextTop":"×ר×ש ××קס×","bgcolor":"צ××¢ רקע","chkFull":"×פשר ×××× ×××","chkLoop":"×××××","chkMenu":"×פשר תפר×× ×¤××ש","chkPlay":"× ×××× ×××××××","flashvars":"××©×ª× ×× ×פ××ש","hSpace":"×ר××× ××פק×","properties":"××פ××× × ×¤××ש","propertiesTab":"××פ××× ××","quality":"××××ת","qualityAutoHigh":"××××× ×××××××ת","qualityAutoLow":"× ×××× ×××××××ת","qualityBest":"××¢×××","qualityHigh":"×××××","qualityLow":"× ××××","qualityMedium":"×××צעת","scale":"××××","scaleAll":"××¦× ×××","scaleFit":"×ת××× ××ש××ת","scaleNoBorder":"××× ×××××ת","title":"××פ×× × ×¤××ש","vSpace":"×ר××× ×× ××","validateHSpace":"××ר××× ××××¤×§× ×××× ××××ת ×ספר.","validateSrc":"×ש ××ק××× ×ת ×ת××ת סר××× ×פ××ש (URL)","validateVSpace":"××ר××× ××× ×× ×××× ××××ת ×ספר.","windowMode":"××¦× ××××","windowModeOpaque":"××××","windowModeTransparent":"שק××£","windowModeWindow":"××××"},"font":{"fontSize":{"label":"××××","voiceLabel":"××××","panelTitle":"××××"},"label":"××פ×","panelTitle":"××פ×","voiceLabel":"××פ×"},"forms":{"button":{"title":"××פ××× × ×פת×ר","text":"××§×¡× (ער×)","type":"ס××","typeBtn":"×פת×ר","typeSbm":"ש××××","typeRst":"××פ×ס"},"checkboxAndRadio":{"checkboxTitle":"××פ××× × ×ª××ת ס××××","radioTitle":"××פ××× × ×××¦× ×פשר×××ת","value":"ער×","selected":"×ס×××"},"form":{"title":"××פ×× × ××פס","menu":"××פ×× × ××פס","action":"ש×× ××","method":"ס×× ×©××××","encoding":"ק××××"},"hidden":{"title":"××פ×× × ×©×× ××××","name":"ש×","value":"ער×"},"select":{"title":"××פ××× × ×©×× ×××ר×","selectInfo":"××××¢","opAvail":"×פשר×××ת ×××× ×ת","value":"ער×","size":"××××","lines":"ש×ר×ת","chkMulti":"××פש×ר ×××ר×ת ×ר×××ת","opText":"×קס×","opValue":"ער×","btnAdd":"××ספ×","btnModify":"ש×× ××","btnUp":"×××¢××","btnDown":"××××","btnSetValue":"ק×××¢× ××ר×רת ××××","btnDelete":"×××ק×"},"textarea":{"title":"××פ××× × ××××ר ×קס×","cols":"×¢××××ת","rows":"ש×ר×ת"},"textfield":{"title":"××פ××× × ×©×× ×קס×","name":"ש×","value":"ער×","charWidth":"ר××× ××¤× ×ª××××","maxChars":"×קס×××× ×ª××××","type":"ס××","typeText":"×קס×","typePass":"ס×ס××","typeEmail":"×××\"×","typeSearch":"××פ×ש","typeTel":"×ספר ××פ××","typeUrl":"×ת××ת (URL)"}},"format":{"label":"×¢×צ××","panelTitle":"×¢×צ××","tag_address":"×ת××ת","tag_div":"× ×ר××× (DIV)","tag_h1":"××תרת","tag_h2":"××תרת 2","tag_h3":"××תרת 3","tag_h4":"××תרת 4","tag_h5":"××תרת 5","tag_h6":"××תרת 6","tag_p":"× ×ר×××","tag_pre":"ק××"},"horizontalrule":{"toolbar":"××ספת ×§× ××פק×"},"iframe":{"border":"×ר×× ×ס×רת ×××××","noUrl":"×ש ×××× ×ס ×ת××ת ×××××.","scrolling":"×פשר ×¤×¡× ×××××","title":"××פ××× × ×××× ×¤× ××× (iframe)","toolbar":"×××× ×¤× ××× (iframe)"},"image":{"alertUrl":"×ש ××ק××× ×ת ×ת××ת ×ת××× ×","alt":"××§×¡× ×××פ×","border":"×ס×רת","btnUpload":"ש×××× ×שרת","button2Img":"××× ××פ×× ×ת ת××× ×ª ××פת×ר ×ת××× × ×¤×©×××?","hSpace":"×ר××× ××פק×","img2Button":"××× ××פ×× ×ת ×ת××× × ××פת×ר ת××× ×?","infoTab":"××××¢ ×¢× ×ת××× ×","linkTab":"ק×ש×ר","lockRatio":"× ×¢××ת ×××ס","menu":"ת××× ×ת ×ת××× ×","resetSize":"××פ×ס ×××××","title":"××פ××× × ×ת××× ×","titleButton":"××פ×× × ×פת×ר ת××× ×","upload":"××¢×××","urlMissing":"×ת××ת ×ת××× × ×סר×.","vSpace":"×ר××× ×× ××","validateBorder":"ש×× ××ס×רת ×××× ××××ת ×ספר ש××.","validateHSpace":"ש×× ××ר××× ××××¤×§× ×××× ××××ת ×ספר ש××.","validateVSpace":"ש×× ××ר××× ××× ×× ×××× ××××ת ×ספר ש××."},"indent":{"indent":"××××ת ××××","outdent":"×ק×× ×ª ××××"},"smiley":{"options":"×פשר×××ת ס××××××","title":"××ספת ס×××××","toolbar":"ס×××××"},"justify":{"block":"××ש×ר ×ש×××××","center":"×ר×××","left":"××ש×ר ×ש×××","right":"××ש×ר ×××××"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"×קש ××ש×","advanced":"×פשר×××ת ×תק×××ת","advisoryContentType":"Content Type ××צע","advisoryTitle":"××תרת ××צעת","anchor":{"toolbar":"××ספת/ער××ת × ×§××ת ×¢××××","menu":"××פ××× × × ×§××ת ×¢××××","title":"××פ××× × × ×§××ת ×¢××××","name":"×©× ×× ×§××ת ×¢××××","errorName":"×ש ××ק××× ×©× ×× ×§××ת ×¢××××","remove":"×××קת × ×§××ת ×¢××××"},"anchorId":"עפ\"× ××××× (ID) ××××× ×","anchorName":"עפ\"× ×©× ××¢×××","charset":"ק×××× ××ש×× ××ק×שר","cssClasses":"×××××× ×ת ×¢×צ×× ×§××צ×ת","emailAddress":"×ת××ת ××××\"×","emailBody":"×××£ ×××××¢×","emailSubject":"× ××©× ×××××¢×","id":"××××× (ID)","info":"××××¢ ×¢× ×ק×ש×ר","langCode":"ק×× ×©×¤×","langDir":"××××× ×©×¤×","langDirLTR":"ש××× ××××× (LTR)","langDirRTL":"×××× ×ש××× (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":"×××\"×","toUrl":"×ת××ת (URL)","toolbar":"××ספת/ער××ת ק×ש×ר","type":"ס×× ×§×ש×ר","unlink":"×סרת ×ק×ש×ר","upload":"××¢×××"},"list":{"bulletedlist":"רש××ת × ×§×××ת","numberedlist":"רש××× ×××ספרת"},"liststyle":{"armenian":"ספר×ת ×ר×× ××ת","bulletedTitle":"ת××× ×ת רש××ת ת××××××","circle":"×¢×××× ×¨×ק","decimal":"ספר×ת (1, 2, 3 ×××')","decimalLeadingZero":"ספר×ת ×¢× 0 ××ת××× (01, 02, 03 ×××')","disc":"×¢×××× ×××","georgian":"ספר×ת ××××ר×××ת (an, ban, gan ×××')","lowerAlpha":"××ת××ת ×× ××××ת ק×× ×ת (a, b, c, d, e ×××')","lowerGreek":"××ת××ת ×××× ××ת ק×× ×ת (alpha, beta, gamma ×××')","lowerRoman":"ספ××¨× ×¨×××ת ×××ת××ת ק×× ×ת (i, ii, iii, iv, v ×××')","none":"×××","notset":"<×× × ×§××¢>","numberedTitle":"ת××× ×ת רש××× ×××ספרת","square":"ר××××¢","start":"ת×××ת ×ספ×ר","type":"ס××","upperAlpha":"××ת××ת ×× ××××ת ×××××ת (A, B, C, D, E ×××')","upperRoman":"ספ××¨× ×¨××××ת ×××ת××ת ×××××ת (I, II, III, IV, V ×××')","validateStartNumber":"ש×× ×ª×××ת ××ספ×ר ×××× ××××× ×ספר ש××."},"magicline":{"title":"××× ×¡ ×¤×¡×§× ×××"},"maximize":{"maximize":"××××× ××קס××××","minimize":"×ק×× × ×××× ××××"},"newpage":{"toolbar":"××£ ××ש"},"pagebreak":{"alt":"ש××רת ××£","toolbar":"××ספת ש××רת ××£"},"pastetext":{"button":"××××§× ×××§×¡× ×¤×©××","title":"××××§× ×××§×¡× ×¤×©××"},"pastefromword":{"confirmCleanup":"× ×¨×× ×××§×¡× ×©××××× ×ª× ×××××ק ×ק××¨× ×ק×××¥ ××ר×. ××× ×רצ×× × ×× ×§×ת ×××ª× ××¨× ××××ק×?","error":"×× × ××ª× ××× ×× ×§×ת ×ת ×××××¢ ××©× ×ª×§×× ×¤× ×××ת.","title":"××××§× ×-Word","toolbar":"××××§× ×-Word"},"preview":{"preview":"תצ××× ×ק××××"},"print":{"toolbar":"××פס×"},"removeformat":{"toolbar":"×סרת ××¢×צ××"},"save":{"toolbar":"ש××ר×"},"selectall":{"toolbar":"×××רת ×××"},"showblocks":{"toolbar":"×צ×ת ×××ק××"},"sourcearea":{"toolbar":"×ק×ר"},"specialchar":{"options":"×פשר×××ת ת×××× ×××××××","title":"×××רת ×ª× ×××××","toolbar":"××ספת ×ª× ×××××"},"scayt":{"about":"××××ת SCAYT","aboutTab":"××××ת","addWord":"××ספת ××××","allCaps":"×תע×× ×××××× ×©×× ××ת××ת××× ×××××ת","dic_create":"×צ×ר×","dic_delete":"×××ק×","dic_field_name":"×©× ××××××","dic_info":"××ת××× ××××× ××שת×ש ×××××¡× ××¢××××, ×× ×¢××××ת ××××××ת ××ק××. ××שר ×××××× ××××¢ ××××× ×× ××× ××× × ×××× ××ת×××¡× ××¢××××, ×××××× ×¦×¨×× ××ת×××¡× ××©×¨×ª× ×. ××©× ×× ×¢××× ×תת ×©× ××××××. ×× ××ר ×ש ×× ××××× ××××ס×, ×ש ×××× ×ס ×ת ש×× ××××××¥ ×¢× ×פת×ר ×ש×××ר.","dic_rename":"ש×× ×× ×©×","dic_restore":"ש×××ר","dictionariesTab":"×××××","disable":"××× SCAYT","emptyDic":"×ש ××××ר ×××××.","enable":"×פשר SCAYT","ignore":"×תע×××ת","ignoreAll":"×תע×××ת ××××","ignoreDomainNames":"×תע×× ×ש××ת ×ת××","langs":"שפ×ת","languagesTab":"שפ×ת","mixedCase":"×תע×× ×××××× ×¢× ××ת××ת ×××××ת ×ק×× ×ת ××××","mixedWithDigits":"×תע×× ×××××× ×¢× ×ספר××","moreSuggestions":"×צע×ת × ×ספ×ת","opera_title":"×× ×××× ××פ××¤× ××פר×","options":"×פשר×××ת","optionsTab":"×פשר×××ת","title":"×××קת ×××ת ×××× ×ת××× (SCAYT)","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":"ש×רת ×ס×ס","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":"פ×קס×××","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 diff --git a/skins/ckeditor/lang/hi.js b/skins/ckeditor/lang/hi.js index 6a7f444..d3057dd 100644 --- a/skins/ckeditor/lang/hi.js +++ b/skins/ckeditor/lang/hi.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.hi={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'सà¥à¤°à¥à¤¸',newPage:'नया पà¥à¤',save:'सà¥à¤µ',preview:'पà¥à¤°à¥à¤µà¥à¤¯à¥',cut:'à¤à¤',copy:'à¤à¥à¤ªà¥',paste:'पà¥à¤¸à¥à¤',print:'पà¥à¤°à¤¿à¤¨à¥à¤',underline:'रà¥à¤à¤¾à¤à¤à¤£',bold:'बà¥à¤²à¥à¤¡',italic:'à¤à¤à¥à¤²à¤¿à¤',selectAll:'सब सॠलॠà¤à¥à¤ à¤à¤°à¥à¤',removeFormat:'à¥à¥à¤°à¥à¤®à¥à¤ हà¤à¤¾à¤¯à¥à¤',strike:'सà¥à¤à¥à¤°à¤¾à¤à¤ थà¥à¤°à¥',subscript:'ठधà¥à¤²à¥à¤',superscript:'ठà¤à¤¿à¤²à¥à¤',horizontalrule:'हà¥à¤°à¤¿à¥à¥à¤¨à¥à¤à¤² रà¥à¤à¤¾ à¤à¤¨à¥à¤¸à¤°à¥à¤ à¤à¤°à¥à¤',pagebreak:'पà¥à¤ बà¥à¤°à¥à¤ à¤à¤¨à¥à¤¸à¤°à¥à¤à¥ à¤à¤°à¥à¤',pagebreakAlt:'Page Break',unlink:'लिà¤à¤ हà¤à¤¾à¤¯à¥à¤',undo:'ठनà¥à¤¡à¥',redo:'रà¥à¤¡à¥',common:{browseServer:'सरà¥à¤µà¤° बà¥à¤°à¤¾à¤à¥ à¤à¤°à¥à¤',url:'URL',protocol:'पà¥à¤°à¥à¤à¥à¤à¥à¤²',upload:'ठपलà¥à¤¡',uploadSubmit:'à¤à¤¸à¥ सरà¥à¤µà¤° à¤à¥ à¤à¥à¤à¥à¤',image:'तसà¥à¤µà¥à¤°',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:'ठà¥à¤ हà¥',cancel:'रदà¥à¤¦ à¤à¤°à¥à¤',close:'Close',preview:'Preview',generalTab:'सामानà¥à¤¯',advancedTab:'à¤à¤¡à¥à¤µà¤¾à¤¨à¥à¤¸à¥à¤¡',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'à¤à¥à¥à¤¾à¤',height:'à¤à¤à¤à¤¾à¤',align:'à¤à¤²à¤¾à¤à¤¨',alignLeft:'दायà¥à¤',alignRight:'दायà¥à¤',alignCenter:'बà¥à¤ मà¥à¤',alignTop:'à¤à¤ªà¤°',alignMiddle:'मधà¥à¤¯',alignBottom:'नà¥à¤à¥',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'विशà¥à¤· à¤à¤°à¥ à¤à¥à¤à¤° à¤à¤¨à¥à¤¸à¤°à¥à¤ à¤à¤°à¥à¤',title:'विशà¥à¤· à¤à¤°à¥ à¤à¥à¤à¤° à¤à¥à¤¨à¥à¤',options:'Special Character Options'},link:{toolbar:'लिà¤à¤ à¤à¤¨à¥à¤¸à¤°à¥à¤/सà¤à¤ªà¤¾à¤¦à¤¨',other:'<ठनà¥à¤¯>',menu:'लिà¤à¤ सà¤à¤ªà¤¾à¤¦à¤¨',title:'लिà¤à¤',info:'लिà¤à¤ ',target:'à¤à¤¾à¤°à¥à¤à¥à¤',upload:'ठपलà¥à¤¡',advanced:'à¤à¤¡à¥à¤µà¤¾à¤¨à¥à¤¸à¥à¤¡',type:'लिà¤à¤ पà¥à¤°à¤à¤¾à¤°',toUrl:'URL',toAnchor:'à¤à¤¸ पà¥à¤ à¤à¤¾ à¤à¤à¤à¤°',toEmail:'à¤-मà¥à¤²',targetFrame:'<à¥à¥à¤°à¥à¤®>',targetPopup:'<पà¥à¤ª-ठप विनà¥à¤¡à¥>',targetFrameName:'à¤à¤¾à¤°à¥à¤à¥à¤ à¥à¥à¤°à¥à¤® à¤à¤¾ नाम',targetPopupName:'पà¥à¤ª-ठप विनà¥à¤¡à¥ à¤à¤¾ नाम',popupFeatures:'पà¥à¤ª-ठप विनà¥à¤¡à¥ à¥à¥à¤à¤°à¥à¤¸',popupResizable:'Resizable',popupStatusBar:'सà¥à¤à¥à¤à¤¸ बार',popupLocationBar:'लà¥à¤à¥à¤¶à¤¨ बार',popupToolbar:'à¤à¥à¤² बार',popupMenuBar:'मॠनà¥à¤¯à¥ बार',popupFullScreen:'à¥à¥à¤² सà¥à¤à¥à¤°à¥à¤¨ (IE)',popupScrollBars:'सà¥à¤à¥à¤°à¥à¤² बार',popupDependent:'डिपà¥à¤¨à¥à¤¡à¥ नà¥à¤ (Netscape)',popupLeft:'बायà¥à¤ तरफ',popupTop:'दायà¥à¤ तरफ',id:'Id',langDir:'à¤à¤¾à¤·à¤¾ लिà¤à¤¨à¥ à¤à¥ दिशा',langDirLTR:'बायà¥à¤ सॠदायà¥à¤ (LTR)',langDirRTL:'दायà¥à¤ सॠबायà¥à¤ (RTL)',acccessKey:'à¤à¤à¥à¤¸à¥ स à¤à¥',name:'नाम',langCode:'à¤à¤¾à¤·à¤¾ लिà¤à¤¨à¥ à¤à¥ दिशा',tabIndex:'à¤à¥à¤¬ à¤à¤¨à¥à¤¡à¥ à¤à¥à¤¸',advisoryTitle:'परामरà¥à¤¶ शà¥à¤°à¥à¤¶à¤',advisoryContentType:'परामरà¥à¤¶ à¤à¤¨à¥à¤à¥ नà¥à¤ पà¥à¤°à¤à¤¾à¤°',cssClasses:'सà¥à¤à¤¾à¤à¤²-शà¥à¤ à¤à¥à¤²à¤¾à¤¸',charset:'लिà¤à¤ रिसà¥à¤°à¥à¤¸ à¤à¤°à¥ à¤à¥à¤à¤° सॠà¤',styles:'सà¥à¤à¤¾à¤à¤²',rel:'Relationship',selectAnchor:'à¤à¤à¤à¤° à¤à¥à¤¨à¥à¤',anchorName:'à¤à¤à¤à¤° नाम सà¥',anchorId:'à¤à¤²à¥à¤®à¥ नà¥à¤ Id सà¥',emailAddress:'à¤-मà¥à¤² पता',emailSubject:'सà¤à¤¦à¥à¤¶ विषय',emailBody:'सà¤à¤¦à¥à¤¶',noAnchors:'(डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ मà¥à¤ à¤à¤à¤à¤°à¥à¤¸ à¤à¥ सà¤à¤à¥à¤¯à¤¾)',noUrl:'लिà¤à¤ URL à¤à¤¾à¤à¤ª à¤à¤°à¥à¤',noEmail:'à¤-मà¥à¤² पता à¤à¤¾à¤à¤ª à¤à¤°à¥à¤'},anchor:{toolbar:'à¤à¤à¤à¤° à¤à¤¨à¥à¤¸à¤°à¥à¤/सà¤à¤ªà¤¾à¤¦à¤¨',menu:'à¤à¤à¤à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',title:'à¤à¤à¤à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',name:'à¤à¤à¤à¤° à¤à¤¾ नाम',errorName:'à¤à¤à¤à¤° à¤à¤¾ नाम à¤à¤¾à¤à¤ª à¤à¤°à¥à¤',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'à¤à¥à¤à¥à¤ à¤à¤° बदलà¥à¤',find:'à¤à¥à¤à¥à¤',replace:'रà¥à¤ªà¥à¤²à¥à¤¸',findWhat:'यह à¤à¥à¤à¥à¤:',replaceWith:'à¤à¤¸à¤¸à¥ रिपà¥à¤²à¥à¤¸ à¤à¤°à¥à¤:',notFoundMsg:'à¤à¤ªà¤à¥ दà¥à¤µà¤¾à¤°à¤¾ दिया à¤à¤¯à¤¾ à¤à¥à¤à¥à¤¸à¥à¤ नहà¥à¤ मिला',matchCase:'à¤à¥à¤¸ मिलायà¥à¤',matchWord:'पà¥à¤°à¤¾ शबà¥à¤¦ मिलायà¥à¤',matchCyclic:'Match cyclic',replaceAll:'सà¤à¥ रिपà¥à¤²à¥à¤¸ à¤à¤°à¥à¤',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'à¤à¥à¤¬à¤²',title:'à¤à¥à¤¬à¤² पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',menu:'à¤à¥à¤¬à¤² पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',deleteTable:'à¤à¥à¤¬à¤² डिलà¥à¤ à¤à¤°à¥à¤',rows:'पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤',columns:'à¤à¤¾à¤²à¤®',border:'बà¥à¤°à¥à¤¡à¤° साà¤à¥',widthPx:'पिà¤à¥à¤¸à¥à¤²',widthPc:'पà¥à¤°à¤¤à¤¿à¤¶à¤¤',widthUnit:'width unit',cellSpace:'सà¥à¤² ठà¤à¤¤à¤°',cellPad:'सà¥à¤² पà¥à¤¡à¤¿à¤à¤',caption:'शà¥à¤°à¥à¤·à¤',summary:'साराà¤à¤¶',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'à¤à¤¾à¤¨à¤¾',insertBefore:'पहलॠसà¥à¤² डालà¥à¤',insertAfter:'बाद मà¥à¤ सà¥à¤² डालà¥à¤',deleteCell:'सà¥à¤² डिलà¥à¤ à¤à¤°à¥à¤',merge:'सà¥à¤² मिलायà¥à¤',mergeRight:'बाà¤à¤¯à¤¾ विलय',mergeDown:'नà¥à¤à¥ विलय à¤à¤°à¥à¤',splitHorizontal:'सà¥à¤² à¤à¥ à¤à¥à¤·à¥à¤¤à¤¿à¤ सà¥à¤¥à¤¿à¤¤à¤¿ मà¥à¤ विà¤à¤¾à¤à¤¿à¤¤ à¤à¤°à¥à¤',splitVertical:'सà¥à¤² à¤à¥ लमà¥à¤¬à¤¾à¤à¤¾à¤° मà¥à¤ विà¤à¤¾à¤à¤¿à¤¤ à¤à¤°à¥à¤',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'},row:{menu:'पà¤à¤à¥à¤¤à¤¿',insertBefore:'पहलॠपà¤à¤à¥à¤¤à¤¿ डालà¥à¤',insertAfter:'बाद मà¥à¤ पà¤à¤à¥à¤¤à¤¿ डालà¥à¤',deleteRow:'पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤ डिलà¥à¤ à¤à¤°à¥à¤'},column:{menu:'à¤à¤¾à¤²à¤®',insertBefore:'पहलॠà¤à¤¾à¤²à¤® डालà¥à¤',insertAfter:'बाद मà¥à¤ à¤à¤¾à¤²à¤® डालà¥à¤',deleteColumn:'à¤à¤¾à¤²à¤® डिलà¥à¤ à¤à¤°à¥à¤'}},button:{title:'बà¤à¤¨ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',text:'à¤à¥à¤à¥à¤¸à¥à¤ (वà¥à¤²à¥à¤¯à¥)',type:'पà¥à¤°à¤à¤¾à¤°',typeBtn:'बà¤à¤¨',typeSbm:'सबà¥à¤®à¤¿à¤',typeRst:'रिसà¥à¤'},checkboxAndRadio:{checkboxTitle:'à¤à¥ ठबà¥à¤à¥à¤¸ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',radioTitle:'रà¥à¤¡à¤¿à¤ बà¤à¤¨ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',value:'वà¥à¤²à¥à¤¯à¥',selected:'सॠलॠà¤à¥à¤à¥ ड'},form:{title:'à¥à¥à¤°à¥à¤® पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',menu:'à¥à¥à¤°à¥à¤® पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',action:'à¤à¥à¤°à¤¿à¤¯à¤¾',method:'तरà¥à¤à¤¾',encoding:'Encoding'},select:{title:'à¤à¥à¤¨à¤¾à¤µ à¥à¥à¤²à¥à¤¡ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',selectInfo:'सà¥à¤à¤¨à¤¾',opAvail:'à¤à¤ªà¤²à¤¬à¥à¤§ विà¤à¤²à¥à¤ª',value:'वà¥à¤²à¥à¤¯à¥',size:'साà¤à¥',lines:'पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤',chkMulti:'à¤à¤ सॠà¤à¥à¤¯à¤¾à¤¦à¤¾ विà¤à¤²à¥à¤ª à¤à¥à¤¨à¤¨à¥ दà¥à¤',opText:'à¤à¥à¤à¥à¤¸à¥à¤',opValue:'वà¥à¤²à¥à¤¯à¥',btnAdd:'à¤à¥à¥à¥à¤',btnModify:'बदलà¥à¤',btnUp:'à¤à¤ªà¤°',btnDown:'नà¥à¤à¥',btnSetValue:'à¤à¥à¤¨à¥ à¤à¤ वà¥à¤²à¥à¤¯à¥ सॠठà¤à¤°à¥à¤',btnDelete:'डिलà¥à¤'},textarea:{title:'à¤à¥à¤à¥à¤¸à¥à¤¤ à¤à¤°à¤¿à¤¯à¤¾ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',cols:'à¤à¤¾à¤²à¤®',rows:'पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤'},textfield:{title:'à¤à¥à¤à¥à¤¸à¥à¤ à¥à¥à¤²à¥à¤¡ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',name:'नाम',value:'वà¥à¤²à¥à¤¯à¥',charWidth:'à¤à¤°à¥ à¤à¥à¤à¤° à¤à¥ à¤à¥à¥à¤¾à¤',maxChars:'ठधिà¤à¤¤à¤® à¤à¤°à¥ à¤à¥à¤à¤°',type:'à¤à¤¾à¤à¤ª',typeText:'à¤à¥à¤à¥à¤¸à¥à¤',typePass:'पासà¥à¤µà¤°à¥à¤¡'},hidden:{title:'à¤à¥à¤ªà¥à¤¤ à¥à¥à¤²à¥à¤¡ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',name:'नाम',value:'वà¥à¤²à¥à¤¯à¥'},image:{title:'तसà¥à¤µà¥à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',titleButton:'तसà¥à¤µà¥à¤° बà¤à¤¨ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',menu:'तसà¥à¤µà¥à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',infoTab:'तसà¥à¤µà¥à¤° à¤à¥ à¤à¤¾à¤¨à¤à¤¾à¤°à¥',btnUpload:'à¤à¤¸à¥ सरà¥à¤µà¤° à¤à¥ à¤à¥à¤à¥à¤',upload:'ठपलà¥à¤¡',alt:'वà¥à¤à¤²à¥à¤ªà¤¿à¤ à¤à¥à¤à¥à¤¸à¥à¤',lockRatio:'लà¥à¤ ठनà¥à¤ªà¤¾à¤¤',resetSize:'रà¥à¤¸à¥ ठसाà¤à¥',border:'बà¥à¤°à¥à¤¡à¤°',hSpace:'हà¥à¤°à¤¿à¥à¥à¤¨à¥à¤à¤² सà¥à¤ªà¥à¤¸',vSpace:'वरà¥à¤à¤¿à¤à¤² सà¥à¤ªà¥à¤¸',alertUrl:'तसà¥à¤µà¥à¤° à¤à¤¾ URL à¤à¤¾à¤à¤ª à¤à¤°à¥à¤ ',linkTab:'लिà¤à¤',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'à¥à¥à¤²à¥à¤¶ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',propertiesTab:'Properties',title:'à¥à¥à¤²à¥à¤¶ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',chkPlay:'à¤à¤à¥ पà¥à¤²à¥',chkLoop:'लà¥à¤ª',chkMenu:'à¥à¥à¤²à¥à¤¶ मॠनà¥à¤¯à¥ à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤',chkFull:'Allow Fullscreen',scale:'सà¥à¤à¥à¤²',scaleAll:'सà¤à¥ दिà¤à¤¾à¤¯à¥à¤',scaleNoBorder:'à¤à¥à¤ बà¥à¤°à¥à¤¡à¤° नहà¥à¤',scaleFit:'बिलà¥à¤à¥à¤² à¥à¤¿à¤',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs नà¥à¤à¥',alignAbsMiddle:'Abs à¤à¤ªà¤°',alignBaseline:'मà¥à¤² रà¥à¤à¤¾',alignTextTop:'à¤à¥à¤à¥à¤¸à¥à¤ à¤à¤ªà¤°',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡ रà¤à¤',hSpace:'हà¥à¤°à¤¿à¥à¥à¤¨à¥à¤à¤² सà¥à¤ªà¥à¤¸',vSpace:'वरà¥à¤à¤¿à¤à¤² सà¥à¤ªà¥à¤¸',validateSrc:'लिà¤à¤ URL à¤à¤¾à¤à¤ª à¤à¤°à¥à¤',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'वरà¥à¤¤à¤¨à¥ (सà¥à¤ªà¥à¤²à¤¿à¤à¤) à¤à¤¾à¤à¤',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'शबà¥à¤¦à¤à¥à¤¶ मà¥à¤ नहà¥à¤',changeTo:'à¤à¤¸à¤®à¥à¤ बदलà¥à¤',btnIgnore:'à¤à¤à¥à¤¨à¥à¤°',btnIgnoreAll:'सà¤à¥ à¤à¤à¥à¤¨à¥à¤° à¤à¤°à¥à¤',btnReplace:'रिपà¥à¤²à¥à¤¸',btnReplaceAll:'सà¤à¥ रिपà¥à¤²à¥à¤¸ à¤à¤°à¥à¤',btnUndo:'ठनà¥à¤¡à¥',noSuggestions:'- à¤à¥à¤ सà¥à¤à¤¾à¤µ नहà¥à¤ -',progress:'वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ (सà¥à¤ªà¥ ल-à¤à¥ à¤) à¤à¤¾à¤°à¥ हà¥...',noMispell:'वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ : à¤à¥à¤ à¤à¤²à¤¤ वरà¥à¤¤à¤¨à¥ (सà¥à¤ªà¥ लिà¤à¤) नहà¥à¤ पाठà¤à¤',noChanges:'वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ :à¤à¥à¤ शबà¥à¤¦ नहà¥à¤ बदला à¤à¤¯à¤¾',oneChange:'वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ : à¤à¤ शबà¥à¤¦ बदला à¤à¤¯à¤¾',manyChanges:'वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ : %1 शबà¥à¤¦ बदलॠà¤à¤¯à¥',ieSpellDownload:'सà¥à¤ªà¥ ल-à¤à¥ à¤à¤° à¤à¤¨à¥à¤¸à¥à¤à¤¾à¤² नहà¥à¤ à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾ हà¥à¥¤ à¤à¥à¤¯à¤¾ à¤à¤ª à¤à¤¸à¥ डाà¤à¤¨à¤²à¥à¤¡ à¤à¤°à¤¨à¤¾ à¤à¤¾à¤¹à¥à¤à¤à¥?'},smiley:{toolbar:'सà¥à¤®à¤¾à¤à¤²à¥',title:'सà¥à¤®à¤¾à¤à¤²à¥ à¤à¤¨à¥à¤¸à¤°à¥à¤ à¤à¤°à¥à¤',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'ठà¤à¤à¥à¤¯ सà¥à¤à¥',bulletedlist:'बà¥à¤²à¥ ठसà¥à¤à¥',indent:'à¤à¤¨à¥à¤¡à¥ नà¥à¤ बà¥à¤¾à¤¯à¥à¤',outdent:'à¤à¤¨à¥à¤¡à¥ नà¥à¤ à¤à¤® à¤à¤°à¥à¤',justify:{left:'बायà¥à¤ तरफ',center:'बà¥à¤ मà¥à¤',right:'दायà¥à¤ तरफ',block:'बà¥à¤²à¥à¤ à¤à¤¸à¥à¤à¥à¥à¤¾à¤'},blockquote:'बà¥à¤²à¥à¤-à¤à¥à¤',clipboard:{title:'पà¥à¤¸à¥à¤',cutError:'à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¥à¤° à¤à¥ सà¥à¤°à¤à¥à¤·à¤¾ सॠà¤à¤¿à¤¨à¥à¤à¥à¤¸ नॠà¤à¤ à¤à¤°à¤¨à¥ à¤à¥ ठनà¥à¤®à¤¤à¤¿ नहà¥à¤ पà¥à¤°à¤¦à¤¾à¤¨ à¤à¥ हà¥à¥¤ (Ctrl/Cmd+X) à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤à¥¤',copyError:'à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¤à¥à¤° à¤à¥ सà¥à¤°à¤à¥à¤·à¤¾ सॠà¤à¤¿à¤¨à¥à¤à¥à¤¸ नॠà¤à¥à¤ªà¥ à¤à¤°à¤¨à¥ à¤à¥ ठनà¥à¤®à¤¤à¤¿ नहà¥à¤ पà¥à¤°à¤¦à¤¾à¤¨ à¤à¥ हà¥à¥¤ (Ctrl/Cmd+C) à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤à¥¤',pasteMsg:'Ctrl/Cmd+V à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¤à¥ पà¥à¤¸à¥à¤ à¤à¤°à¥à¤ à¤à¤° ठà¥à¤ हॠà¤à¤°à¥à¤.',securityMsg:'à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¥à¤° à¤à¥ सà¥à¤°à¤à¥à¤·à¤¾ à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¥à¤° à¤à¥ सà¥à¤°Kश सà¥à¤à¤¿à¤à¤ à¤à¥ à¤à¤¾à¤°à¤£, à¤à¤¡à¤¿à¤à¤° à¤à¤ªà¤à¥ à¤à¥à¤²à¤¿à¤ªà¤¬à¥à¤°à¥à¤¡ डà¥à¤à¤¾ à¤à¥ नहà¥à¤ पा सà¤à¤¤à¤¾ हà¥. à¤à¤ªà¤à¥ à¤à¤¸à¥ à¤à¤¸ विनà¥à¤¡à¥ मà¥à¤ दà¥à¤¬à¤¾à¤°à¤¾ पà¥à¤¸à¥à¤ à¤à¤°à¤¨à¤¾ हà¥à¤à¤¾.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'पà¥à¤¸à¥à¤ (वरà¥à¤¡ सà¥)',title:'पà¥à¤¸à¥à¤ (वरà¥à¤¡ सà¥)',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'पà¥à¤¸à¥à¤ (सादा à¤à¥ à¤à¥à¤¸à¥à¤)',title:'पà¥à¤¸à¥à¤ (सादा à¤à¥ à¤à¥à¤¸à¥à¤)'},templates:{button:'à¤à¥ मà¥à¤ªà¥à¤²à¥à¤',title:'à¤à¤¨à¥à¤à¥à¤¨à¥à¤ à¤à¥ मà¥à¤ªà¥à¤²à¥à¤',options:'Template Options',insertOption:'मà¥à¤² शबà¥à¤¦à¥à¤ à¤à¥ बदलà¥à¤',selectPromptMsg:'à¤à¤¡à¤¿à¤à¤° मà¥à¤ à¤à¤ªà¤¨ à¤à¤°à¤¨à¥ हà¥à¤¤à¥ à¤à¥ मà¥à¤ªà¥à¤²à¥à¤ à¤à¥à¤¨à¥à¤(वरà¥à¤¤à¤®à¤¾à¤¨ à¤à¤¨à¥à¤à¥ नà¥à¤ सà¥à¤µ नहà¥à¤ हà¥à¤à¤à¥):',emptyListMsg:'(à¤à¥à¤ à¤à¥ मà¥à¤ªà¥à¤²à¥à¤ डिà¥à¤¾à¤à¤¨ नहà¥à¤ à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾ हà¥)'},showBlocks:'बà¥à¤²à¥à¤ दिà¤à¤¾à¤¯à¥à¤',stylesCombo:{label:'सà¥à¤à¤¾à¤à¤²',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'à¥à¥à¤°à¥à¤®à¥à¤',panelTitle:'à¥à¥à¤°à¥à¤®à¥à¤',tag_p:'साधारण',tag_pre:'à¥à¥à¤°à¥à¤®à¥à¤à¥ ड',tag_address:'पता',tag_h1:'शà¥à¤°à¥à¤·à¤ 1',tag_h2:'शà¥à¤°à¥à¤·à¤ 2',tag_h3:'शà¥à¤°à¥à¤·à¤ 3',tag_h4:'शà¥à¤°à¥à¤·à¤ 4',tag_h5:'शà¥à¤°à¥à¤·à¤ 5',tag_h6:'शà¥à¤°à¥à¤·à¤ 6',tag_div:'शà¥à¤°à¥à¤·à¤ (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'à¥à¥à¤¨à¥à¤',voiceLabel:'Font',panelTitle:'à¥à¥à¤¨à¥à¤'},fontSize:{label:'साà¤à¥',voiceLabel:'Font Size',panelTitle:'साà¤à¥'},colorButton:{textColorTitle:'à¤à¥à¤à¥à¤¸à¥à¤ रà¤à¤',bgColorTitle:'बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡ रà¤à¤',panelTitle:'Colors',auto:'सà¥à¤µà¤à¤¾à¤²à¤¿à¤¤',more:'à¤à¤° रà¤à¤...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',title:'डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥',design:'Design',meta:'मॠà¤à¤¾à¤¡à¥à¤à¤¾',chooseColor:'Choose',other:'<ठनà¥à¤¯>',docTitle:'पà¥à¤ शà¥à¤°à¥à¤·à¤',charset:'à¤à¤°à¥à¤à¥à¤à¤° सॠठà¤à¤¨à¥à¤à¥à¤¡à¤¿à¤à¤',charsetOther:'ठनà¥à¤¯ à¤à¤°à¥à¤à¥à¤à¤° सॠठà¤à¤¨à¥à¤à¥à¤¡à¤¿à¤à¤',charsetASCII:'ASCII',charsetCE:'मधà¥à¤¯ यà¥à¤°à¥à¤ªà¥à¤¯ (Central European)',charsetCT:'à¤à¥à¤¨à¥ (Chinese Traditional Big5)',charsetCR:'सिरà¥à¤²à¤¿à¤ (Cyrillic)',charsetGR:'यवन (Greek)',charsetJP:'à¤à¤¾à¤ªà¤¾à¤¨à¥ (Japanese)',charsetKR:'à¤à¥à¤°à¥à¤¯à¤¨ (Korean)',charsetTR:'तà¥à¤°à¥à¤à¥ (Turkish)',charsetUN:'यà¥à¤¨à¥à¤à¥à¤¡ (UTF-8)',charsetWE:'पशà¥à¤à¤¿à¤® यà¥à¤°à¥à¤ªà¥à¤¯ (Western European)',docType:'डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ पà¥à¤°à¤à¤¾à¤° शà¥à¤°à¥à¤·à¤',docTypeOther:'ठनà¥à¤¯ डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ पà¥à¤°à¤à¤¾à¤° शà¥à¤°à¥à¤·à¤',xhtmlDec:'XHTML सà¥à¤à¤¨à¤¾ समà¥à¤®à¤¿à¤²à¤¿à¤¤ à¤à¤°à¥à¤',bgColor:'बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡ रà¤à¤',bgImage:'बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡ तसà¥à¤µà¥à¤° URL',bgFixed:'सà¥à¤à¥à¤°à¥à¤² न à¤à¤°à¤¨à¥ वाला बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡',txtColor:'à¤à¥à¤à¥à¤¸à¥à¤ रà¤à¤',margin:'पà¥à¤ मारà¥à¤à¤¿à¤¨',marginTop:'à¤à¤ªà¤°',marginLeft:'बायà¥à¤',marginRight:'दायà¥à¤',marginBottom:'नà¥à¤à¥',metaKeywords:'डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ à¤à¤¨à¥à¤¡à¥à¤à¥à¤¸ सà¤à¤à¥à¤¤à¤¶à¤¬à¥à¤¦ (ठलà¥à¤ªà¤µà¤¿à¤°à¤¾à¤® सॠठलठà¤à¤°à¥à¤)',metaDescription:'डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ à¤à¤°à¥ à¤à¥à¤à¤°à¤¨',metaAuthor:'लà¥à¤à¤',metaCopyright:'à¤à¥à¤ªà¥à¤°à¤¾à¤à¤',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['hi']={"editor":"रिठà¤à¥à¤à¥à¤¸à¥à¤ à¤à¤¡à¤¿à¤à¤°","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"मदद à¤à¥ लियॠALT 0 दबाà¤","browseServer":"सरà¥à¤µà¤° बà¥à¤°à¤¾à¤à¥ à¤à¤°à¥à¤","url":"URL","protocol":"पà¥à¤°à¥à¤à¥à¤à¥à¤²","upload":"ठपलà¥à¤¡","uploadSubmit":"à¤à¤¸à¥ सरà¥à¤µà¤° à¤à¥ à¤à¥à¤à¥à¤","image":"तसà¥à¤µà¥à¤°","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":"ठà¥à¤ हà¥","cancel":"रदà¥à¤¦ à¤à¤°à¥à¤","close":"Close","preview":"पà¥à¤°à¥à¤µà¥à¤¯à¥","resize":"Resize","generalTab":"सामानà¥à¤¯","advancedTab":"à¤à¤¡à¥à¤µà¤¾à¤¨à¥à¤¸à¥à¤¡","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":"à¤à¤¾à¤°à¥à¤à¥à¤","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"बायà¥à¤ सॠदायà¥à¤ (LTR)","langDirRTL":"दायà¥à¤ सॠबायà¥à¤ (RTL)","styles":"सà¥à¤à¤¾à¤à¤²","cssClasses":"सà¥à¤à¤¾à¤à¤²-शà¥à¤ à¤à¥à¤²à¤¾à¤¸","width":"à¤à¥à¥à¤¾à¤","height":"à¤à¤à¤à¤¾à¤","align":"à¤à¤²à¤¾à¤à¤¨","alignLeft":"दायà¥à¤","alignRight":"दायà¥à¤","alignCenter":"बà¥à¤ मà¥à¤","alignTop":"à¤à¤ªà¤°","alignMiddle":"मधà¥à¤¯","alignBottom":"नà¥à¤à¥","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":"बà¥à¤²à¥à¤¡","italic":"à¤à¤à¥à¤²à¤¿à¤","strike":"सà¥à¤à¥à¤°à¤¾à¤à¤ थà¥à¤°à¥","subscript":"ठधà¥à¤²à¥à¤","superscript":"ठà¤à¤¿à¤²à¥à¤","underline":"रà¥à¤à¤¾à¤à¤à¤£"},"bidi":{"ltr":"Text direction from left to right","rtl":"Text direction from right to left"},"blockquote":{"toolbar":"बà¥à¤²à¥à¤-à¤à¥à¤"},"clipboard":{"copy":"à¤à¥à¤ªà¥","copyError":"à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¤à¥à¤° à¤à¥ सà¥à¤°à¤à¥à¤·à¤¾ सॠà¤à¤¿à¤¨à¥à¤à¥à¤¸ नॠà¤à¥à¤ªà¥ à¤à¤°à¤¨à¥ à¤à¥ ठनà¥à¤®à¤¤à¤¿ नहà¥à¤ पà¥à¤°à¤¦à¤¾à¤¨ à¤à¥ हà¥à¥¤ (Ctrl/Cmd+C) à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤à¥¤","cut":"à¤à¤","cutError":"à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¥à¤° à¤à¥ सà¥à¤°à¤à¥à¤·à¤¾ सॠà¤à¤¿à¤¨à¥à¤à¥à¤¸ नॠà¤à¤ à¤à¤°à¤¨à¥ à¤à¥ ठनà¥à¤®à¤¤à¤¿ नहà¥à¤ पà¥à¤°à¤¦à¤¾à¤¨ à¤à¥ हà¥à¥¤ (Ctrl/Cmd+X) à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤à¥¤","paste":"पà¥à¤¸à¥à¤","pasteArea":"Paste Area","pasteMsg":"Ctrl/Cmd+V à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¤à¥ पà¥à¤¸à¥à¤ à¤à¤°à¥à¤ à¤à¤° ठà¥à¤ हॠà¤à¤°à¥à¤.","securityMsg":"à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¥à¤° à¤à¥ सà¥à¤°à¤à¥à¤·à¤¾ à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¥à¤° à¤à¥ सà¥à¤°Kश सà¥à¤à¤¿à¤à¤ à¤à¥ à¤à¤¾à¤°à¤£, à¤à¤¡à¤¿à¤à¤° à¤à¤ªà¤à¥ à¤à¥à¤²à¤¿à¤ªà¤¬à¥à¤°à¥à¤¡ डà¥à¤à¤¾ à¤à¥ नहà¥à¤ पा सà¤à¤¤à¤¾ हà¥. à¤à¤ªà¤à¥ à¤à¤¸à¥ à¤à¤¸ विनà¥à¤¡à¥ मà¥à¤ दà¥à¤¬à¤¾à¤°à¤¾ पà¥à¤¸à¥à¤ à¤à¤°à¤¨à¤¾ हà¥à¤à¤¾.","title":"पà¥à¤¸à¥à¤"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"सà¥à¤µà¤à¤¾à¤²à¤¿à¤¤","bgColorTitle":"बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡ रà¤à¤","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":"à¤à¤° रà¤à¤...","panelTitle":"Colors","textColorTitle":"à¤à¥à¤à¥à¤¸à¥à¤ रà¤à¤"},"colordialog":{"clear":"Clear","highlight":"Highlight","options":"Color Options","selected":"Selected Color","title":"Select color"},"templates":{"button":"à¤à¥ मà¥à¤ªà¥à¤²à¥à¤","emptyListMsg":"(à¤à¥à¤ à¤à¥ मà¥à¤ªà¥à¤²à¥à¤ डिà¥à¤¾à¤à¤¨ नहà¥à¤ à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾ हà¥)","insertOption":"मà¥à¤² शबà¥à¤¦à¥à¤ à¤à¥ बदलà¥à¤","options":"Template Options","selectPromptMsg":"à¤à¤¡à¤¿à¤à¤° मà¥à¤ à¤à¤ªà¤¨ à¤à¤°à¤¨à¥ हà¥à¤¤à¥ à¤à¥ मà¥à¤ªà¥à¤²à¥à¤ à¤à¥à¤¨à¥à¤(वरà¥à¤¤à¤®à¤¾à¤¨ à¤à¤¨à¥à¤à¥ नà¥à¤ सà¥à¤µ नहà¥à¤ हà¥à¤à¤à¥):","title":"à¤à¤¨à¥à¤à¥à¤¨à¥à¤ à¤à¥ मà¥à¤ªà¥à¤²à¥à¤"},"contextmenu":{"options":"Context Menu Options"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"परामरà¥à¤¶ शà¥à¤°à¥à¤¶à¤","cssClassInputLabel":"सà¥à¤à¤¾à¤à¤²-शà¥à¤ à¤à¥à¤²à¤¾à¤¸","edit":"Edit Div","inlineStyleInputLabel":"Inline Style","langDirLTRLabel":"बायà¥à¤ सॠदायà¥à¤ (LTR)","langDirLabel":"à¤à¤¾à¤·à¤¾ लिà¤à¤¨à¥ à¤à¥ दिशा","langDirRTLLabel":"दायà¥à¤ सॠबायà¥à¤ (RTL)","languageCodeInputLabel":" Language Code","remove":"Remove Div","styleSelectLabel":"सà¥à¤à¤¾à¤à¤²","title":"Create Div Container","toolbar":"Create Div Container"},"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":"à¤à¤¡à¤¿à¤à¤° à¤à¥à¤²à¤¬à¤¾à¤°"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"find":{"find":"à¤à¥à¤à¥à¤","findOptions":"Find Options","findWhat":"यह à¤à¥à¤à¥à¤:","matchCase":"à¤à¥à¤¸ मिलायà¥à¤","matchCyclic":"Match cyclic","matchWord":"पà¥à¤°à¤¾ शबà¥à¤¦ मिलायà¥à¤","notFoundMsg":"à¤à¤ªà¤à¥ दà¥à¤µà¤¾à¤°à¤¾ दिया à¤à¤¯à¤¾ à¤à¥à¤à¥à¤¸à¥à¤ नहà¥à¤ मिला","replace":"रà¥à¤ªà¥à¤²à¥à¤¸","replaceAll":"सà¤à¥ रिपà¥à¤²à¥à¤¸ à¤à¤°à¥à¤","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"à¤à¤¸à¤¸à¥ रिपà¥à¤²à¥à¤¸ à¤à¤°à¥à¤:","title":"à¤à¥à¤à¥à¤ à¤à¤° बदलà¥à¤"},"fakeobjects":{"anchor":"à¤à¤à¤à¤° à¤à¤¨à¥à¤¸à¤°à¥à¤/सà¤à¤ªà¤¾à¤¦à¤¨","flash":"Flash Animation","hiddenfield":"à¤à¥à¤ªà¥à¤¤ à¥à¥à¤²à¥à¤¡","iframe":"IFrame","unknown":"Unknown Object"},"flash":{"access":"Script Access","accessAlways":"Always","accessNever":"Never","accessSameDomain":"Same domain","alignAbsBottom":"Abs नà¥à¤à¥","alignAbsMiddle":"Abs à¤à¤ªà¤°","alignBaseline":"मà¥à¤² रà¥à¤à¤¾","alignTextTop":"à¤à¥à¤à¥à¤¸à¥à¤ à¤à¤ªà¤°","bgcolor":"बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡ रà¤à¤","chkFull":"Allow Fullscreen","chkLoop":"लà¥à¤ª","chkMenu":"à¥à¥à¤²à¥à¤¶ मॠनà¥à¤¯à¥ à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤","chkPlay":"à¤à¤à¥ पà¥à¤²à¥","flashvars":"Variables for Flash","hSpace":"हà¥à¤°à¤¿à¥à¥à¤¨à¥à¤à¤² सà¥à¤ªà¥à¤¸","properties":"à¥à¥à¤²à¥à¤¶ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","propertiesTab":"Properties","quality":"Quality","qualityAutoHigh":"Auto High","qualityAutoLow":"Auto Low","qualityBest":"Best","qualityHigh":"High","qualityLow":"Low","qualityMedium":"Medium","scale":"सà¥à¤à¥à¤²","scaleAll":"सà¤à¥ दिà¤à¤¾à¤¯à¥à¤","scaleFit":"बिलà¥à¤à¥à¤² à¥à¤¿à¤","scaleNoBorder":"à¤à¥à¤ बà¥à¤°à¥à¤¡à¤° नहà¥à¤","title":"à¥à¥à¤²à¥à¤¶ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","vSpace":"वरà¥à¤à¤¿à¤à¤² सà¥à¤ªà¥à¤¸","validateHSpace":"HSpace must be a number.","validateSrc":"लिà¤à¤ URL à¤à¤¾à¤à¤ª à¤à¤°à¥à¤","validateVSpace":"VSpace must be a number.","windowMode":"Window mode","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Window"},"font":{"fontSize":{"label":"साà¤à¥","voiceLabel":"Font Size","panelTitle":"साà¤à¥"},"label":"à¥à¥à¤¨à¥à¤","panelTitle":"à¥à¥à¤¨à¥à¤","voiceLabel":"à¥à¥à¤¨à¥à¤"},"forms":{"button":{"title":"बà¤à¤¨ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","text":"à¤à¥à¤à¥à¤¸à¥à¤ (वà¥à¤²à¥à¤¯à¥)","type":"पà¥à¤°à¤à¤¾à¤°","typeBtn":"बà¤à¤¨","typeSbm":"सबà¥à¤®à¤¿à¤","typeRst":"रिसà¥à¤"},"checkboxAndRadio":{"checkboxTitle":"à¤à¥ ठबà¥à¤à¥à¤¸ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","radioTitle":"रà¥à¤¡à¤¿à¤ बà¤à¤¨ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","value":"वà¥à¤²à¥à¤¯à¥","selected":"सॠलॠà¤à¥à¤à¥ ड"},"form":{"title":"à¥à¥à¤°à¥à¤® पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","menu":"à¥à¥à¤°à¥à¤® पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","action":"à¤à¥à¤°à¤¿à¤¯à¤¾","method":"तरà¥à¤à¤¾","encoding":"Encoding"},"hidden":{"title":"à¤à¥à¤ªà¥à¤¤ à¥à¥à¤²à¥à¤¡ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","name":"नाम","value":"वà¥à¤²à¥à¤¯à¥"},"select":{"title":"à¤à¥à¤¨à¤¾à¤µ à¥à¥à¤²à¥à¤¡ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","selectInfo":"सà¥à¤à¤¨à¤¾","opAvail":"à¤à¤ªà¤²à¤¬à¥à¤§ विà¤à¤²à¥à¤ª","value":"वà¥à¤²à¥à¤¯à¥","size":"साà¤à¥","lines":"पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤","chkMulti":"à¤à¤ सॠà¤à¥à¤¯à¤¾à¤¦à¤¾ विà¤à¤²à¥à¤ª à¤à¥à¤¨à¤¨à¥ दà¥à¤","opText":"à¤à¥à¤à¥à¤¸à¥à¤","opValue":"वà¥à¤²à¥à¤¯à¥","btnAdd":"à¤à¥à¥à¥à¤","btnModify":"बदलà¥à¤","btnUp":"à¤à¤ªà¤°","btnDown":"नà¥à¤à¥","btnSetValue":"à¤à¥à¤¨à¥ à¤à¤ वà¥à¤²à¥à¤¯à¥ सॠठà¤à¤°à¥à¤","btnDelete":"डिलà¥à¤"},"textarea":{"title":"à¤à¥à¤à¥à¤¸à¥à¤¤ à¤à¤°à¤¿à¤¯à¤¾ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","cols":"à¤à¤¾à¤²à¤®","rows":"पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤"},"textfield":{"title":"à¤à¥à¤à¥à¤¸à¥à¤ à¥à¥à¤²à¥à¤¡ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","name":"नाम","value":"वà¥à¤²à¥à¤¯à¥","charWidth":"à¤à¤°à¥ à¤à¥à¤à¤° à¤à¥ à¤à¥à¥à¤¾à¤","maxChars":"ठधिà¤à¤¤à¤® à¤à¤°à¥ à¤à¥à¤à¤°","type":"à¤à¤¾à¤à¤ª","typeText":"à¤à¥à¤à¥à¤¸à¥à¤","typePass":"पासà¥à¤µà¤°à¥à¤¡","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"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":"हà¥à¤°à¤¿à¥à¥à¤¨à¥à¤à¤² रà¥à¤à¤¾ à¤à¤¨à¥à¤¸à¤°à¥à¤ à¤à¤°à¥à¤"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"image":{"alertUrl":"तसà¥à¤µà¥à¤° à¤à¤¾ URL à¤à¤¾à¤à¤ª à¤à¤°à¥à¤ ","alt":"वà¥à¤à¤²à¥à¤ªà¤¿à¤ à¤à¥à¤à¥à¤¸à¥à¤","border":"बà¥à¤°à¥à¤¡à¤°","btnUpload":"à¤à¤¸à¥ सरà¥à¤µà¤° à¤à¥ à¤à¥à¤à¥à¤","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"हà¥à¤°à¤¿à¥à¥à¤¨à¥à¤à¤² सà¥à¤ªà¥à¤¸","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"तसà¥à¤µà¥à¤° à¤à¥ à¤à¤¾à¤¨à¤à¤¾à¤°à¥","linkTab":"लिà¤à¤","lockRatio":"लà¥à¤ ठनà¥à¤ªà¤¾à¤¤","menu":"तसà¥à¤µà¥à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","resetSize":"रà¥à¤¸à¥ ठसाà¤à¥","title":"तसà¥à¤µà¥à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","titleButton":"तसà¥à¤µà¥à¤° बà¤à¤¨ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","upload":"ठपलà¥à¤¡","urlMissing":"Image source URL is missing.","vSpace":"वरà¥à¤à¤¿à¤à¤² सà¥à¤ªà¥à¤¸","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"indent":{"indent":"à¤à¤¨à¥à¤¡à¥ नà¥à¤ बà¥à¤¾à¤¯à¥à¤","outdent":"à¤à¤¨à¥à¤¡à¥ नà¥à¤ à¤à¤® à¤à¤°à¥à¤"},"smiley":{"options":"Smiley Options","title":"सà¥à¤®à¤¾à¤à¤²à¥ à¤à¤¨à¥à¤¸à¤°à¥à¤ à¤à¤°à¥à¤","toolbar":"सà¥à¤®à¤¾à¤à¤²à¥"},"justify":{"block":"बà¥à¤²à¥à¤ à¤à¤¸à¥à¤à¥à¥à¤¾à¤","center":"बà¥à¤ मà¥à¤","left":"बायà¥à¤ तरफ","right":"दायà¥à¤ तरफ"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"à¤à¤à¥à¤¸à¥ स à¤à¥","advanced":"à¤à¤¡à¥à¤µà¤¾à¤¨à¥à¤¸à¥à¤¡","advisoryContentType":"परामरà¥à¤¶ à¤à¤¨à¥à¤à¥ नà¥à¤ पà¥à¤°à¤à¤¾à¤°","advisoryTitle":"परामरà¥à¤¶ शà¥à¤°à¥à¤¶à¤","anchor":{"toolbar":"à¤à¤à¤à¤° à¤à¤¨à¥à¤¸à¤°à¥à¤/सà¤à¤ªà¤¾à¤¦à¤¨","menu":"à¤à¤à¤à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","title":"à¤à¤à¤à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","name":"à¤à¤à¤à¤° à¤à¤¾ नाम","errorName":"à¤à¤à¤à¤° à¤à¤¾ नाम à¤à¤¾à¤à¤ª à¤à¤°à¥à¤","remove":"Remove Anchor"},"anchorId":"à¤à¤²à¥à¤®à¥ नà¥à¤ Id सà¥","anchorName":"à¤à¤à¤à¤° नाम सà¥","charset":"लिà¤à¤ रिसà¥à¤°à¥à¤¸ à¤à¤°à¥ à¤à¥à¤à¤° सॠà¤","cssClasses":"सà¥à¤à¤¾à¤à¤²-शà¥à¤ à¤à¥à¤²à¤¾à¤¸","emailAddress":"à¤-मà¥à¤² पता","emailBody":"सà¤à¤¦à¥à¤¶","emailSubject":"सà¤à¤¦à¥à¤¶ विषय","id":"Id","info":"लिà¤à¤ ","langCode":"à¤à¤¾à¤·à¤¾ लिà¤à¤¨à¥ à¤à¥ दिशा","langDir":"à¤à¤¾à¤·à¤¾ लिà¤à¤¨à¥ à¤à¥ दिशा","langDirLTR":"बायà¥à¤ सॠदायà¥à¤ (LTR)","langDirRTL":"दायà¥à¤ सॠबायà¥à¤ (RTL)","menu":"लिà¤à¤ सà¤à¤ªà¤¾à¤¦à¤¨","name":"नाम","noAnchors":"(डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ मà¥à¤ à¤à¤à¤à¤°à¥à¤¸ à¤à¥ सà¤à¤à¥à¤¯à¤¾)","noEmail":"à¤-मà¥à¤² पता à¤à¤¾à¤à¤ª à¤à¤°à¥à¤","noUrl":"लिà¤à¤ URL à¤à¤¾à¤à¤ª à¤à¤°à¥à¤","other":"<ठनà¥à¤¯>","popupDependent":"डिपà¥à¤¨à¥à¤¡à¥ नà¥à¤ (Netscape)","popupFeatures":"पà¥à¤ª-ठप विनà¥à¤¡à¥ à¥à¥à¤à¤°à¥à¤¸","popupFullScreen":"à¥à¥à¤² सà¥à¤à¥à¤°à¥à¤¨ (IE)","popupLeft":"बायà¥à¤ तरफ","popupLocationBar":"लà¥à¤à¥à¤¶à¤¨ बार","popupMenuBar":"मॠनà¥à¤¯à¥ बार","popupResizable":"Resizable","popupScrollBars":"सà¥à¤à¥à¤°à¥à¤² बार","popupStatusBar":"सà¥à¤à¥à¤à¤¸ बार","popupToolbar":"à¤à¥à¤² बार","popupTop":"दायà¥à¤ तरफ","rel":"Relationship","selectAnchor":"à¤à¤à¤à¤° à¤à¥à¤¨à¥à¤","styles":"सà¥à¤à¤¾à¤à¤²","tabIndex":"à¤à¥à¤¬ à¤à¤¨à¥à¤¡à¥ à¤à¥à¤¸","target":"à¤à¤¾à¤°à¥à¤à¥à¤","targetFrame":"<à¥à¥à¤°à¥à¤®>","targetFrameName":"à¤à¤¾à¤°à¥à¤à¥à¤ à¥à¥à¤°à¥à¤® à¤à¤¾ नाम","targetPopup":"<पà¥à¤ª-ठप विनà¥à¤¡à¥>","targetPopupName":"पà¥à¤ª-ठप विनà¥à¤¡à¥ à¤à¤¾ नाम","title":"लिà¤à¤","toAnchor":"à¤à¤¸ पà¥à¤ à¤à¤¾ à¤à¤à¤à¤°","toEmail":"à¤-मà¥à¤²","toUrl":"URL","toolbar":"लिà¤à¤ à¤à¤¨à¥à¤¸à¤°à¥à¤/सà¤à¤ªà¤¾à¤¦à¤¨","type":"लिà¤à¤ पà¥à¤°à¤à¤¾à¤°","unlink":"लिà¤à¤ हà¤à¤¾à¤¯à¥à¤","upload":"ठपलà¥à¤¡"},"list":{"bulletedlist":"बà¥à¤²à¥ ठसà¥à¤à¥","numberedlist":"ठà¤à¤à¥à¤¯ सà¥à¤à¥"},"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":"मà¥à¤à¥à¤¸à¤¿à¤®à¤¾à¤à¤à¤¼","minimize":"मिनिमाà¤à¥"},"newpage":{"toolbar":"नया पà¥à¤"},"pagebreak":{"alt":"पà¥à¤ बà¥à¤°à¥à¤","toolbar":"पà¥à¤ बà¥à¤°à¥à¤ à¤à¤¨à¥à¤¸à¤°à¥à¤à¥ à¤à¤°à¥à¤"},"pastetext":{"button":"पà¥à¤¸à¥à¤ (सादा à¤à¥ à¤à¥à¤¸à¥à¤)","title":"पà¥à¤¸à¥à¤ (सादा à¤à¥ à¤à¥à¤¸à¥à¤)"},"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":"पà¥à¤¸à¥à¤ (वरà¥à¤¡ सà¥)","toolbar":"पà¥à¤¸à¥à¤ (वरà¥à¤¡ सà¥)"},"preview":{"preview":"पà¥à¤°à¥à¤µà¥à¤¯à¥"},"print":{"toolbar":"पà¥à¤°à¤¿à¤¨à¥à¤"},"removeformat":{"toolbar":"à¥à¥à¤°à¥à¤®à¥à¤ हà¤à¤¾à¤¯à¥à¤"},"save":{"toolbar":"सà¥à¤µ"},"selectall":{"toolbar":"सब सॠलॠà¤à¥à¤ à¤à¤°à¥à¤"},"showblocks":{"toolbar":"बà¥à¤²à¥à¤ दिà¤à¤¾à¤¯à¥à¤"},"sourcearea":{"toolbar":"सà¥à¤°à¥à¤¸"},"specialchar":{"options":"Special Character Options","title":"विशà¥à¤· à¤à¤°à¥ à¤à¥à¤à¤° à¤à¥à¤¨à¥à¤","toolbar":"विशà¥à¤· à¤à¤°à¥ à¤à¥à¤à¤° à¤à¤¨à¥à¤¸à¤°à¥à¤ à¤à¤°à¥à¤"},"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":"सà¥à¤à¤¾à¤à¤²","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"table":{"border":"बà¥à¤°à¥à¤¡à¤° साà¤à¥","caption":"शà¥à¤°à¥à¤·à¤","cell":{"menu":"à¤à¤¾à¤¨à¤¾","insertBefore":"पहलॠसà¥à¤² डालà¥à¤","insertAfter":"बाद मà¥à¤ सà¥à¤² डालà¥à¤","deleteCell":"सà¥à¤² डिलà¥à¤ à¤à¤°à¥à¤","merge":"सà¥à¤² मिलायà¥à¤","mergeRight":"बाà¤à¤¯à¤¾ विलय","mergeDown":"नà¥à¤à¥ विलय à¤à¤°à¥à¤","splitHorizontal":"सà¥à¤² à¤à¥ à¤à¥à¤·à¥à¤¤à¤¿à¤ सà¥à¤¥à¤¿à¤¤à¤¿ मà¥à¤ विà¤à¤¾à¤à¤¿à¤¤ à¤à¤°à¥à¤","splitVertical":"सà¥à¤² à¤à¥ लमà¥à¤¬à¤¾à¤à¤¾à¤° मà¥à¤ विà¤à¤¾à¤à¤¿à¤¤ à¤à¤°à¥à¤","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":"सà¥à¤² पà¥à¤¡à¤¿à¤à¤","cellSpace":"सà¥à¤² ठà¤à¤¤à¤°","column":{"menu":"à¤à¤¾à¤²à¤®","insertBefore":"पहलॠà¤à¤¾à¤²à¤® डालà¥à¤","insertAfter":"बाद मà¥à¤ à¤à¤¾à¤²à¤® डालà¥à¤","deleteColumn":"à¤à¤¾à¤²à¤® डिलà¥à¤ à¤à¤°à¥à¤"},"columns":"à¤à¤¾à¤²à¤®","deleteTable":"à¤à¥à¤¬à¤² डिलà¥à¤ à¤à¤°à¥à¤","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":"à¤à¥à¤¬à¤² पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","row":{"menu":"पà¤à¤à¥à¤¤à¤¿","insertBefore":"पहलॠपà¤à¤à¥à¤¤à¤¿ डालà¥à¤","insertAfter":"बाद मà¥à¤ पà¤à¤à¥à¤¤à¤¿ डालà¥à¤","deleteRow":"पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤ डिलà¥à¤ à¤à¤°à¥à¤"},"rows":"पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤","summary":"साराà¤à¤¶","title":"à¤à¥à¤¬à¤² पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","toolbar":"à¤à¥à¤¬à¤²","widthPc":"पà¥à¤°à¤¤à¤¿à¤¶à¤¤","widthPx":"पिà¤à¥à¤¸à¥à¤²","widthUnit":"width unit"},"undo":{"redo":"रà¥à¤¡à¥","undo":"ठनà¥à¤¡à¥"},"wsc":{"btnIgnore":"à¤à¤à¥à¤¨à¥à¤°","btnIgnoreAll":"सà¤à¥ à¤à¤à¥à¤¨à¥à¤° à¤à¤°à¥à¤","btnReplace":"रिपà¥à¤²à¥à¤¸","btnReplaceAll":"सà¤à¥ रिपà¥à¤²à¥à¤¸ à¤à¤°à¥à¤","btnUndo":"ठनà¥à¤¡à¥","changeTo":"à¤à¤¸à¤®à¥à¤ बदलà¥à¤","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"सà¥à¤ªà¥ ल-à¤à¥ à¤à¤° à¤à¤¨à¥à¤¸à¥à¤à¤¾à¤² नहà¥à¤ à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾ हà¥à¥¤ à¤à¥à¤¯à¤¾ à¤à¤ª à¤à¤¸à¥ डाà¤à¤¨à¤²à¥à¤¡ à¤à¤°à¤¨à¤¾ à¤à¤¾à¤¹à¥à¤à¤à¥?","manyChanges":"वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ : %1 शबà¥à¤¦ बदलॠà¤à¤¯à¥","noChanges":"वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ :à¤à¥à¤ शबà¥à¤¦ नहà¥à¤ बदला à¤à¤¯à¤¾","noMispell":"वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ : à¤à¥à¤ à¤à¤²à¤¤ वरà¥à¤¤à¤¨à¥ (सà¥à¤ªà¥ लिà¤à¤) नहà¥à¤ पाठà¤à¤","noSuggestions":"- à¤à¥à¤ सà¥à¤à¤¾à¤µ नहà¥à¤ -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"शबà¥à¤¦à¤à¥à¤¶ मà¥à¤ नहà¥à¤","oneChange":"वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ : à¤à¤ शबà¥à¤¦ बदला à¤à¤¯à¤¾","progress":"वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ (सà¥à¤ªà¥ ल-à¤à¥ à¤) à¤à¤¾à¤°à¥ हà¥...","title":"Spell Check","toolbar":"वरà¥à¤¤à¤¨à¥ (सà¥à¤ªà¥à¤²à¤¿à¤à¤) à¤à¤¾à¤à¤"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/hr.js b/skins/ckeditor/lang/hr.js index 62312b4..f1f5c98 100644 --- a/skins/ckeditor/lang/hr.js +++ b/skins/ckeditor/lang/hr.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.hr={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Kôd',newPage:'Nova stranica',save:'Snimi',preview:'Pregledaj',cut:'Izreži',copy:'Kopiraj',paste:'Zalijepi',print:'IspiÅ¡i',underline:'Potcrtano',bold:'Podebljaj',italic:'Ukosi',selectAll:'Odaberi sve',removeFormat:'Ukloni formatiranje',strike:'Precrtano',subscript:'Subscript',superscript:'Superscript',horizontalrule:'Ubaci vodoravnu liniju',pagebreak:'Ubaci prijelom stranice',pagebreakAlt:'Page Break',unlink:'Ukloni link',undo:'PoniÅ¡ti',redo:'Ponovi',common:{browseServer:'Pretraži server',url:'URL',protocol:'Protokol',upload:'PoÅ¡alji',uploadSubmit:'PoÅ¡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 postavljeno>',id:'Id',name:'Naziv',langDir:'Smjer jezika',langDirLtr:'S lijeva na desno (LTR)',langDirRtl:'S desna na lijevo (RTL)',langCode:'Kôd jezika',longDescr:'DugaÄki opis URL',cssClass:'Stylesheet klase',advisoryTitle:'Advisory naslov',cssStyle:'Stil',ok:'OK',cancel:'PoniÅ¡ti',close:'Close',preview:'Preview',generalTab:'OpÄenito',advancedTab:'Napredno',validateNumberFailed:'Ova vrijednost nije broj.',confirmNewPage:'Sve napravljene promjene Äe biti izgubljene ukoliko ih niste snimili. Sigurno želite uÄitati novu stranicu?',confirmCancel:'Neke od opcija su promjenjene. Sigurno želite zatvoriti ovaj prozor?',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:'Å irina',height:'Visina',align:'Poravnaj',alignLeft:'Lijevo',alignRight:'Desno',alignCenter:'SrediÅ¡nje',alignTop:'Vrh',alignMiddle:'Sredina',alignBottom:'Dolje',invalidHeight:'Visina mora biti broj.',invalidWidth:'Å irina mora biti broj.',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 %).',unavailable:'%1<span class="cke_accessibility">, nedostupno</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Ubaci posebne znakove',title:'Odaberite posebni karakter',options:'Special Character Options'},link:{toolbar:'Ubaci/promijeni link',other:'<drugi>',menu:'Promijeni link',title:'Link',info:'Link Info',target:'Meta',upload:'PoÅ¡alji',advanced:'Napredno',type:'Link vrsta',toUrl:'URL',toAnchor:'Sidro na ovoj stranici',toEmail:'E-Mail',targetFrame:'<okvir>',targetPopup:'<popup prozor>',targetFrameName:'Ime ciljnog okvira',targetPopupName:'Naziv popup prozora',popupFeatures:'MoguÄnosti popup prozora',popupResizable:'Promjenjiva veliÄina',popupStatusBar:'Statusna traka',popupLocationBar:'Traka za lokaciju',popupToolbar:'Traka s alatima',popupMenuBar:'Izborna traka',popupFullScreen:'Cijeli ekran (IE)',popupScrollBars:'Scroll traka',popupDependent:'Ovisno (Netscape)',popupLeft:'Lijeva pozicija',popupTop:'Gornja pozicija',id:'Id',langDir:'Smjer jezika',langDirLTR:'S lijeva na desno (LTR)',langDirRTL:'S desna na lijevo (RTL)',acccessKey:'Pristupna tipka',name:'Naziv',langCode:'Smjer jezika',tabIndex:'Tab Indeks',advisoryTitle:'Advisory naslov',advisoryContentType:'Advisory vrsta sadržaja',cssClasses:'Stylesheet klase',charset:'Kodna stranica povezanih resursa',styles:'Stil',rel:'Relationship',selectAnchor:'Odaberi sidro',anchorName:'Po nazivu sidra',anchorId:'Po Id elementa',emailAddress:'E-Mail adresa',emailSubject:'Naslov',emailBody:'Sadržaj poruke',noAnchors:'(Nema dostupnih sidra)',noUrl:'Molimo upiÅ¡ite URL link',noEmail:'Molimo upiÅ¡ite e-mail adresu'},anchor:{toolbar:'Ubaci/promijeni sidro',menu:'Svojstva sidra',title:'Svojstva sidra',name:'Ime sidra',errorName:'Molimo unesite ime sidra',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'PronaÄi i zamijeni',find:'PronaÄi',replace:'Zamijeni',findWhat:'PronaÄi:',replaceWith:'Zamijeni s:',notFoundMsg:'Traženi tekst nije pronaÄen.',matchCase:'Usporedi mala/velika slova',matchWord:'Usporedi cijele rijeÄi',matchCyclic:'Usporedi kružno',replaceAll:'Zamijeni sve',replaceSuccessMsg:'Zamijenjeno %1 pojmova.'},table:{toolbar:'Tablica',title:'Svojstva tablice',menu:'Svojstva tablice',deleteTable:'IzbriÅ¡i tablicu',rows:'Redova',columns:'Kolona',border:'VeliÄina okvira',widthPx:'piksela',widthPc:'postotaka',widthUnit:'width unit',cellSpace:'Prostornost Äelija',cellPad:'Razmak Äelija',caption:'Naslov',summary:'Sažetak',headers:'Zaglavlje',headersNone:'NiÅ¡ta',headersColumn:'Prva kolona',headersRow:'Prvi red',headersBoth:'Oba',invalidRows:'Broj redova mora biti broj veÄi od 0.',invalidCols:'Broj kolona mora biti broj veÄi od 0.',invalidBorder:'Debljina ruba mora biti broj.',invalidWidth:'Å irina tablice mora biti broj.',invalidHeight:'Visina tablice mora biti broj.',invalidCellSpacing:'Prostornost Äelija mora biti broj.',invalidCellPadding:'Razmak Äelija mora biti broj.',cell:{menu:'Äelija',insertBefore:'Ubaci Äeliju prije',insertAfter:'Ubaci Äeliju poslije',deleteCell:'IzbriÅ¡i Äelije',merge:'Spoji Äelije',mergeRight:'Spoji desno',mergeDown:'Spoji dolje',splitHorizontal:'Podijeli Äeliju vodoravno',splitVertical:'Podijeli Äeliju okomito',title:'Svojstva Äelije',cellType:'Vrsta Äelije',rowSpan:'Rows Span',colSpan:'Columns Span',wordWrap:'Prelazak u novi red',hAlign:'Vodoravno poravnanje',vAlign:'Okomito poravnanje',alignBaseline:'Osnovna linija',bgColor:'Boja pozadine',borderColor:'Boja ruba',data:'Podatak',header:'Zaglavlje',yes:'Da',no:'ne',invalidWidth:'Å irina Äelije mora biti broj.',invalidHeight:'Visina Äelije mora biti broj.',invalidRowSpan:'Rows span mora biti cijeli broj.',invalidColSpan:'Columns span mora biti cijeli broj.',chooseColor:'Choose'},row:{menu:'Red',insertBefore:'Ubaci red prije',insertAfter:'Ubaci red poslije',deleteRow:'IzbriÅ¡i redove'},column:{menu:'Kolona',insertBefore:'Ubaci kolonu prije',insertAfter:'Ubaci kolonu poslije',deleteColumn:'IzbriÅ¡i kolone'}},button:{title:'Image Button svojstva',text:'Tekst (vrijednost)',type:'Vrsta',typeBtn:'Gumb',typeSbm:'PoÅ¡alji',typeRst:'PoniÅ¡ti'},checkboxAndRadio:{checkboxTitle:'Checkbox svojstva',radioTitle:'Radio Button svojstva',value:'Vrijednost',selected:'Odabrano'},form:{title:'Form svojstva',menu:'Form svojstva',action:'Akcija',method:'Metoda',encoding:'Encoding'},select:{title:'Selection svojstva',selectInfo:'Info',opAvail:'Dostupne opcije',value:'Vrijednost',size:'VeliÄina',lines:'linija',chkMulti:'Dozvoli viÅ¡estruki odabir',opText:'Tekst',opValue:'Vrijednost',btnAdd:'Dodaj',btnModify:'Promijeni',btnUp:'Gore',btnDown:'Dolje',btnSetValue:'Postavi kao odabranu vrijednost',btnDelete:'ObriÅ¡i'},textarea:{title:'Textarea svojstva',cols:'Kolona',rows:'Redova'},textfield:{title:'Text Field svojstva',name:'Ime',value:'Vrijednost',charWidth:'Å irina',maxChars:'NajviÅ¡e karaktera',type:'Vrsta',typeText:'Tekst',typePass:'Å ifra'},hidden:{title:'Hidden Field svojstva',name:'Ime',value:'Vrijednost'},image:{title:'Svojstva slika',titleButton:'Image Button svojstva',menu:'Svojstva slika',infoTab:'Info slike',btnUpload:'PoÅ¡alji na server',upload:'PoÅ¡alji',alt:'Alternativni tekst',lockRatio:'ZakljuÄaj odnos',resetSize:'ObriÅ¡i veliÄinu',border:'Okvir',hSpace:'HSpace',vSpace:'VSpace',alertUrl:'Unesite URL slike',linkTab:'Link',button2Img:'Želite li promijeniti odabrani gumb u jednostavnu sliku?',img2Button:'Želite li promijeniti odabranu sliku u gumb?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Flash svojstva',propertiesTab:'Svojstva',title:'Flash svojstva',chkPlay:'Auto Play',chkLoop:'Ponavljaj',chkMenu:'OmoguÄi Flash izbornik',chkFull:'OmoguÄi Fullscreen',scale:'Omjer',scaleAll:'Prikaži sve',scaleNoBorder:'Bez okvira',scaleFit:'ToÄna veliÄina',access:'Script Access',accessAlways:'Uvijek',accessSameDomain:'Ista domena',accessNever:'Nikad',alignAbsBottom:'Abs dolje',alignAbsMiddle:'Abs sredina',alignBaseline:'Bazno',alignTextTop:'Vrh teksta',quality:'Kvaliteta',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Vrsta prozora',flashvars:'Varijable za Flash',bgcolor:'Boja pozadine',hSpace:'HSpace',vSpace:'VSpace',validateSrc:'Molimo upiÅ¡ite URL link',validateHSpace:'HSpace mora biti broj.',validateVSpace:'VSpace mora biti broj.'},spellCheck:{toolbar:'Provjeri pravopis',title:'Provjera pravopisa',notAvailable:'Žao nam je, ali usluga trenutno nije dostupna.',errorLoading:'GreÅ¡ka uÄitavanja aplikacije: %s.',notInDic:'Nije u rjeÄniku',changeTo:'Promijeni u',btnIgnore:'Zanemari',btnIgnoreAll:'Zanemari sve',btnReplace:'Zamijeni',btnReplaceAll:'Zamijeni sve',btnUndo:'Vrati',noSuggestions:'-Nema preporuke-',progress:'Provjera u tijeku...',noMispell:'Provjera zavrÅ¡ena: Nema greÅ¡aka',noChanges:'Provjera zavrÅ¡ena: Nije napravljena promjena',oneChange:'Provjera zavrÅ¡ena: Jedna rijeÄ promjenjena',manyChanges:'Provjera zavrÅ¡ena: Promijenjeno %1 rijeÄi',ieSpellDownload:'Provjera pravopisa nije instalirana. Želite li skinuti provjeru pravopisa?'},smiley:{toolbar:'SmjeÅ¡ko',title:'Ubaci smjeÅ¡ka',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'BrojÄana lista',bulletedlist:'ObiÄna lista',indent:'Pomakni udesno',outdent:'Pomakni ulijevo',justify:{left:'Lijevo poravnanje',center:'SrediÅ¡nje poravnanje',right:'Desno poravnanje',block:'Blok poravnanje'},blockquote:'Blockquote',clipboard:{title:'Zalijepi',cutError:'Sigurnosne postavke VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog izrezivanja. Molimo koristite kraticu na tipkovnici (Ctrl/Cmd+X).',copyError:'Sigurnosne postavke VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tipkovnici (Ctrl/Cmd+C).',pasteMsg:'Molimo zaljepite unutar doljnjeg okvira koristeÄi tipkovnicu (<STRONG>Ctrl/Cmd+V</STRONG>) i kliknite <STRONG>OK</STRONG>.',securityMsg:'Zbog sigurnosnih postavki VaÅ¡eg pretraživaÄa, editor nema direktan pristup VaÅ¡em meÄuspremniku. Potrebno je ponovno zalijepiti tekst u ovaj prozor.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'Tekst koji želite zalijepiti Äini se da je kopiran iz Worda. Želite li prije oÄistiti tekst?',toolbar:'Zalijepi iz Worda',title:'Zalijepi iz Worda',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Zalijepi kao Äisti tekst',title:'Zalijepi kao Äisti tekst'},templates:{button:'PredloÅ¡ci',title:'PredloÅ¡ci sadržaja',options:'Template Options',insertOption:'Zamijeni trenutne sadržaje',selectPromptMsg:'Molimo odaberite predložak koji želite otvoriti<br>(stvarni sadržaj Äe biti izgubljen):',emptyListMsg:'(Nema definiranih predložaka)'},showBlocks:'Prikaži blokove',stylesCombo:{label:'Stil',panelTitle:'Formatting Styles',panelTitle1:'Block stilovi',panelTitle2:'Inline stilovi',panelTitle3:'Object stilovi'},format:{label:'Format',panelTitle:'Format',tag_p:'Normal',tag_pre:'Formatirano',tag_address:'Address',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_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Font',voiceLabel:'Font',panelTitle:'Font'},fontSize:{label:'VeliÄina',voiceLabel:'VeliÄina slova',panelTitle:'VeliÄina'},colorButton:{textColorTitle:'Boja teksta',bgColorTitle:'Boja pozadine',panelTitle:'Colors',auto:'Automatski',more:'ViÅ¡e boja...'},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'},scayt:{title:'Provjeri pravopis tijekom tipkanja (SCAYT)',opera_title:'Not supported by Opera',enable:'OmoguÄi SCAYT',disable:'OnemoguÄi SCAYT',about:'O SCAYT',toggle:'OmoguÄu/OnemoguÄi SCAYT',options:'Opcije',langs:'Jezici',moreSuggestions:'ViÅ¡e prijedloga',ignore:'Zanemari',ignoreAll:'Zanemari sve',addWord:'Dodaj rijeÄ',emptyDic:'Naziv rjeÄnika ne smije biti prazno.',optionsTab:'Opcije',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Jezici',dictionariesTab:'RjeÄnici',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'O SCAYT'},about:{title:'O CKEditoru',dlgTitle:'O CKEditoru',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Za informacije o licencama posjetite naÅ¡u web stranicu:',copy:'Copyright © $1. All rights reserved.'},maximize:'PoveÄaj',minimize:'Minimize',fakeobjects:{anchor:'Sidro',flash:'Flash animacija',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Nepoznati objekt'},resize:'Povuci za promjenu veliÄine',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Svojstva dokumenta',title:'Svojstva dokumenta',design:'Design',meta:'Meta Data',chooseColor:'Choose',other:'<drugi>',docTitle:'Naslov stranice',charset:'Enkodiranje znakova',charsetOther:'Ostalo enkodiranje znakova',charsetASCII:'ASCII',charsetCE:'SrediÅ¡nja Europa',charsetCT:'Tradicionalna kineska (Big5)',charsetCR:'Äirilica',charsetGR:'GrÄka',charsetJP:'Japanska',charsetKR:'Koreanska',charsetTR:'Turska',charsetUN:'Unicode (UTF-8)',charsetWE:'Zapadna Europa',docType:'Zaglavlje vrste dokumenta',docTypeOther:'Ostalo zaglavlje vrste dokumenta',xhtmlDec:'Ubaci XHTML deklaracije',bgColor:'Boja pozadine',bgImage:'URL slike pozadine',bgFixed:'Pozadine se ne pomiÄe',txtColor:'Boja teksta',margin:'Margine stranice',marginTop:'Vrh',marginLeft:'Lijevo',marginRight:'Desno',marginBottom:'Dolje',metaKeywords:'KljuÄne rijeÄi dokumenta (odvojene zarezom)',metaDescription:'Opis dokumenta',metaAuthor:'Autor',metaCopyright:'Autorska prava',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['hr']={"editor":"Bogati ureÄivaÄ teksta, %1","editorPanel":"PloÄa Bogatog UreÄivaÄa Teksta","common":{"editorHelp":"Pritisni ALT 0 za pomoÄ","browseServer":"Pretraži server","url":"URL","protocol":"Protokol","upload":"PoÅ¡alji","uploadSubmit":"PoÅ¡alji na server","image":"Slika","flash":"Flash","form":"Forma","checkbox":"Checkbox","radio":"Radio Button","textField":"Text Field","textarea":"Textarea","hiddenField":"Hidden Field","button":"Button","select":"Selection Field","imageButton":"Image Button","notSet":"<nije postavljeno>","id":"Id","name":"Naziv","langDir":"Smjer jezika","langDirLtr":"S lijeva na desno (LTR)","langDirRtl":"S desna na lijevo (RTL)","langCode":"Kôd jezika","longDescr":"DugaÄki opis URL","cssClass":"Klase stilova","advisoryTitle":"Advisory naslov","cssStyle":"Stil","ok":"OK","cancel":"PoniÅ¡ti","close":"Zatvori","preview":"Pregledaj","resize":"Povuci za promjenu veliÄine","generalTab":"OpÄenito","advancedTab":"Napredno","validateNumberFailed":"Ova vrijednost nije broj.","confirmNewPage":"Sve napravljene promjene Äe biti izgubljene ukoliko ih niste snimili. Sigurno želite uÄitati novu stranicu?","confirmCancel":"Neke od opcija su promjenjene. Sigurno želite zatvoriti ovaj prozor?","options":"Opcije","target":"OdrediÅ¡te","targetNew":"Novi prozor (_blank)","targetTop":"VrÅ¡ni prozor (_top)","targetSelf":"Isti prozor (_self)","targetParent":"Roditeljski prozor (_parent)","langDirLTR":"S lijeva na desno (LTR)","langDirRTL":"S desna na lijevo (RTL)","styles":"Stil","cssClasses":"Klase stilova","width":"Å irina","height":"Visina","align":"Poravnanje","alignLeft":"Lijevo","alignRight":"Desno","alignCenter":"SrediÅ¡nje","alignTop":"Vrh","alignMiddle":"Sredina","alignBottom":"Dolje","invalidValue":"Neispravna vrijednost.","invalidHeight":"Visina mora biti broj.","invalidWidth":"Å irina mora biti broj.","invalidCssLength":"Vrijednost odreÄena za \"%1\" polje mora biti pozitivni broj sa ili bez važeÄih CSS mjernih jedinica (px, %, in, cm, mm, em, ex, pt ili pc).","invalidHtmlLength":"Vrijednost odreÄena za \"%1\" polje mora biti pozitivni broj sa ili bez važeÄih HTML mjernih jedinica (px ili %).","invalidInlineStyle":"Vrijednost za linijski stil mora sadržavati jednu ili viÅ¡e definicija s formatom \"naziv:vrijednost\", odvojenih toÄka-zarezom.","cssLengthTooltip":"Unesite broj za vrijednost u pikselima ili broj s važeÄim CSS mjernim jedinicama (px, %, in, cm, mm, em, ex, pt ili pc).","unavailable":"%1<span class=\"cke_accessibility\">, nedostupno</span>"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"O CKEditoru","help":"Provjeri $1 za pomoÄ.","moreInfo":"Za informacije o licencama posjetite naÅ¡u web stranicu:","title":"O CKEditoru","userGuide":"VodiÄ za CKEditor korisnike"},"basicstyles":{"bold":"Podebljaj","italic":"Ukosi","strike":"Precrtano","subscript":"Subscript","superscript":"Superscript","underline":"Potcrtano"},"bidi":{"ltr":"Smjer teksta s lijeva na desno","rtl":"Smjer teksta s desna na lijevo"},"blockquote":{"toolbar":"Blockquote"},"clipboard":{"copy":"Kopiraj","copyError":"Sigurnosne postavke VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tipkovnici (Ctrl/Cmd+C).","cut":"Izreži","cutError":"Sigurnosne postavke VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog izrezivanja. Molimo koristite kraticu na tipkovnici (Ctrl/Cmd+X).","paste":"Zalijepi","pasteArea":"Prostor za ljepljenje","pasteMsg":"Molimo zaljepite unutar doljnjeg okvira koristeÄi tipkovnicu (<STRONG>Ctrl/Cmd+V</STRONG>) i kliknite <STRONG>OK</STRONG>.","securityMsg":"Zbog sigurnosnih postavki VaÅ¡eg pretraživaÄa, editor nema direktan pristup VaÅ¡em meÄuspremniku. Potrebno je ponovno zalijepiti tekst u ovaj prozor.","title":"Zalijepi"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatski","bgColorTitle":"Boja pozadine","colors":{"000":"Crna","800000":"Kesten","8B4513":"SmeÄa","2F4F4F":"Tamno siva","008080":"Teal","000080":"Mornarska","4B0082":"Indigo","696969":"Tamno siva","B22222":"Vatrena cigla","A52A2A":"SmeÄa","DAA520":"Zlatna","006400":"Tamno zelena","40E0D0":"Tirkizna","0000CD":"Srednje plava","800080":"LjubiÄasta","808080":"Siva","F00":"Crvena","FF8C00":"Tamno naranÄasta","FFD700":"Zlatna","008000":"Zelena","0FF":"Cijan","00F":"Plava","EE82EE":"LjubiÄasta","A9A9A9":"Mutno siva","FFA07A":"Svijetli losos","FFA500":"NaranÄasto","FFFF00":"Žuto","00FF00":"Limun","AFEEEE":"Blijedo tirkizna","ADD8E6":"Svijetlo plava","DDA0DD":"Å ljiva","D3D3D3":"Svijetlo siva","FFF0F5":"Lavanda rumeno","FAEBD7":"Antikno bijela","FFFFE0":"Svijetlo žuta","F0FFF0":"Med","F0FFFF":"Azurna","F0F8FF":"Alice plava","E6E6FA":"Lavanda","FFF":"Bijela"},"more":"ViÅ¡e boja...","panelTitle":"Boje","textColorTitle":"Boja teksta"},"colordialog":{"clear":"OÄisti","highlight":"Istaknuto","options":"Opcije boje","selected":"Odabrana boja","title":"Odaberi boju"},"templates":{"button":"PredloÅ¡ci","emptyListMsg":"(Nema definiranih predložaka)","insertOption":"Zamijeni trenutne sadržaje","options":"Opcije predložaka","selectPromptMsg":"Molimo odaberite predložak koji želite otvoriti<br>(stvarni sadržaj Äe biti izgubljen):","title":"PredloÅ¡ci sadržaja"},"contextmenu":{"options":"Opcije izbornika"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Savjetodavni naslov","cssClassInputLabel":"Klase stilova","edit":"Uredi DIV","inlineStyleInputLabel":"Stil u liniji","langDirLTRLabel":"S lijeva na desno (LTR)","langDirLabel":"Smjer jezika","langDirRTLLabel":"S desna na lijevo (RTL)","languageCodeInputLabel":"JeziÄni kod","remove":"Ukloni DIV","styleSelectLabel":"Stil","title":"Napravi DIV kontejner","toolbar":"Napravi DIV kontejner"},"toolbar":{"toolbarCollapse":"Smanji alatnu traku","toolbarExpand":"ProÅ¡iri alatnu traku","toolbarGroups":{"document":"Dokument","clipboard":"MeÄuspremnik/PoniÅ¡ti","editing":"UreÄivanje","forms":"Forme","basicstyles":"Osnovni stilovi","paragraph":"Paragraf","links":"Veze","insert":"Umetni","styles":"Stilovi","colors":"Boje","tools":"Alatke"},"toolbars":"Alatne trake ureÄivaÄa teksta"},"elementspath":{"eleLabel":"Putanja elemenata","eleTitle":"%1 element"},"find":{"find":"PronaÄi","findOptions":"Opcije traženja","findWhat":"PronaÄi:","matchCase":"Usporedi mala/velika slova","matchCyclic":"Usporedi kružno","matchWord":"Usporedi cijele rijeÄi","notFoundMsg":"Traženi tekst nije pronaÄen.","replace":"Zamijeni","replaceAll":"Zamijeni sve","replaceSuccessMsg":"Zamijenjeno %1 pojmova.","replaceWith":"Zamijeni s:","title":"PronaÄi i zamijeni"},"fakeobjects":{"anchor":"Sidro","flash":"Flash animacija","hiddenfield":"Sakriveno polje","iframe":"IFrame","unknown":"Nepoznati objekt"},"flash":{"access":"Script Access","accessAlways":"Uvijek","accessNever":"Nikad","accessSameDomain":"Ista domena","alignAbsBottom":"Abs dolje","alignAbsMiddle":"Abs sredina","alignBaseline":"Bazno","alignTextTop":"Vrh teksta","bgcolor":"Boja pozadine","chkFull":"OmoguÄi Fullscreen","chkLoop":"Ponavljaj","chkMenu":"OmoguÄi Flash izbornik","chkPlay":"Auto Play","flashvars":"Varijable za Flash","hSpace":"HSpace","properties":"Flash svojstva","propertiesTab":"Svojstva","quality":"Kvaliteta","qualityAutoHigh":"Auto High","qualityAutoLow":"Auto Low","qualityBest":"Best","qualityHigh":"High","qualityLow":"Low","qualityMedium":"Medium","scale":"Omjer","scaleAll":"Prikaži sve","scaleFit":"ToÄna veliÄina","scaleNoBorder":"Bez okvira","title":"Flash svojstva","vSpace":"VSpace","validateHSpace":"HSpace mora biti broj.","validateSrc":"Molimo upiÅ¡ite URL link","validateVSpace":"VSpace mora biti broj.","windowMode":"Vrsta prozora","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Window"},"font":{"fontSize":{"label":"VeliÄina","voiceLabel":"VeliÄina slova","panelTitle":"VeliÄina"},"label":"Font","panelTitle":"Font","voiceLabel":"Font"},"forms":{"button":{"title":"Button svojstva","text":"Tekst (vrijednost)","type":"Vrsta","typeBtn":"Gumb","typeSbm":"PoÅ¡alji","typeRst":"PoniÅ¡ti"},"checkboxAndRadio":{"checkboxTitle":"Checkbox svojstva","radioTitle":"Radio Button svojstva","value":"Vrijednost","selected":"Odabrano"},"form":{"title":"Form svojstva","menu":"Form svojstva","action":"Akcija","method":"Metoda","encoding":"Encoding"},"hidden":{"title":"Hidden Field svojstva","name":"Ime","value":"Vrijednost"},"select":{"title":"Selection svojstva","selectInfo":"Info","opAvail":"Dostupne opcije","value":"Vrijednost","size":"VeliÄina","lines":"linija","chkMulti":"Dozvoli viÅ¡estruki odabir","opText":"Tekst","opValue":"Vrijednost","btnAdd":"Dodaj","btnModify":"Promijeni","btnUp":"Gore","btnDown":"Dolje","btnSetValue":"Postavi kao odabranu vrijednost","btnDelete":"ObriÅ¡i"},"textarea":{"title":"Textarea svojstva","cols":"Kolona","rows":"Redova"},"textfield":{"title":"Text Field svojstva","name":"Ime","value":"Vrijednost","charWidth":"Å irina","maxChars":"NajviÅ¡e karaktera","type":"Vrsta","typeText":"Tekst","typePass":"Å ifra","typeEmail":"Email","typeSearch":"Traži","typeTel":"Broj telefona","typeUrl":"URL"}},"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":"Formatirano"},"horizontalrule":{"toolbar":"Ubaci vodoravnu liniju"},"iframe":{"border":"Prikaži okvir IFrame-a","noUrl":"Unesite URL iframe-a","scrolling":"OmoguÄi trake za skrolanje","title":"IFrame svojstva","toolbar":"IFrame"},"image":{"alertUrl":"Unesite URL slike","alt":"Alternativni tekst","border":"Okvir","btnUpload":"PoÅ¡alji na server","button2Img":"Želite li promijeniti odabrani gumb u jednostavnu sliku?","hSpace":"HSpace","img2Button":"Želite li promijeniti odabranu sliku u gumb?","infoTab":"Info slike","linkTab":"Link","lockRatio":"ZakljuÄaj odnos","menu":"Svojstva slika","resetSize":"ObriÅ¡i veliÄinu","title":"Svojstva slika","titleButton":"Image Button svojstva","upload":"PoÅ¡alji","urlMissing":"Nedostaje URL slike.","vSpace":"VSpace","validateBorder":"Okvir mora biti cijeli broj.","validateHSpace":"HSpace mora biti cijeli broj","validateVSpace":"VSpace mora biti cijeli broj."},"indent":{"indent":"Pomakni udesno","outdent":"Pomakni ulijevo"},"smiley":{"options":"Opcije smjeÅ¡ka","title":"Ubaci smjeÅ¡ka","toolbar":"SmjeÅ¡ko"},"justify":{"block":"Blok poravnanje","center":"SrediÅ¡nje poravnanje","left":"Lijevo poravnanje","right":"Desno poravnanje"},"language":{"button":"Namjesti jezik","remove":"Makni jezik"},"link":{"acccessKey":"Pristupna tipka","advanced":"Napredno","advisoryContentType":"Advisory vrsta sadržaja","advisoryTitle":"Advisory naslov","anchor":{"toolbar":"Ubaci/promijeni sidro","menu":"Svojstva sidra","title":"Svojstva sidra","name":"Ime sidra","errorName":"Molimo unesite ime sidra","remove":"Ukloni sidro"},"anchorId":"Po Id elementa","anchorName":"Po nazivu sidra","charset":"Kodna stranica povezanih resursa","cssClasses":"Stylesheet klase","emailAddress":"E-Mail adresa","emailBody":"Sadržaj poruke","emailSubject":"Naslov","id":"Id","info":"Link Info","langCode":"Smjer jezika","langDir":"Smjer jezika","langDirLTR":"S lijeva na desno (LTR)","langDirRTL":"S desna na lijevo (RTL)","menu":"Promijeni link","name":"Naziv","noAnchors":"(Nema dostupnih sidra)","noEmail":"Molimo upiÅ¡ite e-mail adresu","noUrl":"Molimo upiÅ¡ite URL link","other":"<drugi>","popupDependent":"Ovisno (Netscape)","popupFeatures":"MoguÄnosti popup prozora","popupFullScreen":"Cijeli ekran (IE)","popupLeft":"Lijeva pozicija","popupLocationBar":"Traka za lokaciju","popupMenuBar":"Izborna traka","popupResizable":"Promjenjiva veliÄina","popupScrollBars":"Scroll traka","popupStatusBar":"Statusna traka","popupToolbar":"Traka s alatima","popupTop":"Gornja pozicija","rel":"Veza","selectAnchor":"Odaberi sidro","styles":"Stil","tabIndex":"Tab Indeks","target":"Meta","targetFrame":"<okvir>","targetFrameName":"Ime ciljnog okvira","targetPopup":"<popup prozor>","targetPopupName":"Naziv popup prozora","title":"Link","toAnchor":"Sidro na ovoj stranici","toEmail":"E-Mail","toUrl":"URL","toolbar":"Ubaci/promijeni link","type":"Link vrsta","unlink":"Ukloni link","upload":"PoÅ¡alji"},"list":{"bulletedlist":"ObiÄna lista","numberedlist":"BrojÄana lista"},"liststyle":{"armenian":"Armenijska numeracija","bulletedTitle":"Svojstva liste","circle":"Krug","decimal":"Decimalna numeracija (1, 2, 3, itd.)","decimalLeadingZero":"Decimalna s vodeÄom nulom (01, 02, 03, itd)","disc":"Disk","georgian":"Gruzijska numeracija(an, ban, gan, etc.)","lowerAlpha":"Znakovi mala slova (a, b, c, d, e, itd.)","lowerGreek":"GrÄka numeracija mala slova (alfa, beta, gama, itd).","lowerRoman":"Romanska numeracija mala slova (i, ii, iii, iv, v, itd.)","none":"Bez","notset":"<nije odreÄen>","numberedTitle":"Svojstva brojÄane liste","square":"Kvadrat","start":"PoÄetak","type":"Vrsta","upperAlpha":"Znakovi velika slova (A, B, C, D, E, itd.)","upperRoman":"Romanska numeracija velika slova (I, II, III, IV, V, itd.)","validateStartNumber":"PoÄetak brojÄane liste mora biti cijeli broj."},"magicline":{"title":"Ubaci paragraf ovdje"},"maximize":{"maximize":"PoveÄaj","minimize":"Smanji"},"newpage":{"toolbar":"Nova stranica"},"pagebreak":{"alt":"Prijelom stranice","toolbar":"Ubaci prijelom stranice"},"pastetext":{"button":"Zalijepi kao Äisti tekst","title":"Zalijepi kao Äisti tekst"},"pastefromword":{"confirmCleanup":"Tekst koji želite zalijepiti Äini se da je kopiran iz Worda. Želite li prije oÄistiti tekst?","error":"Nije moguÄe oÄistiti podatke za ljepljenje zbog interne greÅ¡ke","title":"Zalijepi iz Worda","toolbar":"Zalijepi iz Worda"},"preview":{"preview":"Pregledaj"},"print":{"toolbar":"IspiÅ¡i"},"removeformat":{"toolbar":"Ukloni formatiranje"},"save":{"toolbar":"Snimi"},"selectall":{"toolbar":"Odaberi sve"},"showblocks":{"toolbar":"Prikaži blokove"},"sourcearea":{"toolbar":"Kôd"},"specialchar":{"options":"Opcije specijalnih znakova","title":"Odaberite posebni karakter","toolbar":"Ubaci posebne znakove"},"scayt":{"about":"O SCAYT","aboutTab":"O SCAYT","addWord":"Dodaj rijeÄ","allCaps":"Ignoriraj rijeÄi s velikim slovima","dic_create":"Napravi","dic_delete":"ObriÅ¡i","dic_field_name":"Naziv rijeÄnika","dic_info":"Na poÄetku se korisniÄki RijeÄnik sprema u Cookie. Nažalost, veliÄina im je ograniÄena. Kada korisniÄki RijeÄnik naraste preko te veliÄine, RijeÄnik Äe biti smjeÅ¡ten na naÅ¡ server. Kako bi se korisniÄki RijeÄnik spremio na naÅ¡ server morate odabrati naziv VaÅ¡eg RijeÄnika. Ukoliko ste veÄ prije spremali RijeÄnik na naÅ¡e servere, unesite naziv RijeÄnika i pritisnite na Povrati.","dic_rename":"Promijeni naziv","dic_restore":"Povrati","dictionariesTab":"RjeÄnici","disable":"OnemoguÄi SCAYT","emptyDic":"Naziv rjeÄnika ne smije biti prazno.","enable":"OmoguÄi SCAYT","ignore":"Zanemari","ignoreAll":"Zanemari sve","ignoreDomainNames":"Ignoriraj nazive domena","langs":"Jezici","languagesTab":"Jezici","mixedCase":"Ignoriraj rijeÄi s mijeÅ¡anim slovima","mixedWithDigits":"Ignoriraj rijeÄi s brojevima","moreSuggestions":"ViÅ¡e prijedloga","opera_title":"Nije podržano u Operi","options":"Opcije","optionsTab":"Opcije","title":"Provjeri pravopis tijekom tipkanja (SCAYT)","toggle":"OmoguÄu/OnemoguÄi SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Stil","panelTitle":"Stilovi formatiranja","panelTitle1":"Block stilovi","panelTitle2":"Inline stilovi","panelTitle3":"Object stilovi"},"table":{"border":"VeliÄina okvira","caption":"Naslov","cell":{"menu":"Äelija","insertBefore":"Ubaci Äeliju prije","insertAfter":"Ubaci Äeliju poslije","deleteCell":"IzbriÅ¡i Äelije","merge":"Spoji Äelije","mergeRight":"Spoji desno","mergeDown":"Spoji dolje","splitHorizontal":"Podijeli Äeliju vodoravno","splitVertical":"Podijeli Äeliju okomito","title":"Svojstva Äelije","cellType":"Vrsta Äelije","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Prelazak u novi red","hAlign":"Vodoravno poravnanje","vAlign":"Okomito poravnanje","alignBaseline":"Osnovna linija","bgColor":"Boja pozadine","borderColor":"Boja ruba","data":"Podatak","header":"Zaglavlje","yes":"Da","no":"ne","invalidWidth":"Å irina Äelije mora biti broj.","invalidHeight":"Visina Äelije mora biti broj.","invalidRowSpan":"Rows span mora biti cijeli broj.","invalidColSpan":"Columns span mora biti cijeli broj.","chooseColor":"Odaberi"},"cellPad":"Razmak Äelija","cellSpace":"Prostornost Äelija","column":{"menu":"Kolona","insertBefore":"Ubaci kolonu prije","insertAfter":"Ubaci kolonu poslije","deleteColumn":"IzbriÅ¡i kolone"},"columns":"Kolona","deleteTable":"IzbriÅ¡i tablicu","headers":"Zaglavlje","headersBoth":"Oba","headersColumn":"Prva kolona","headersNone":"NiÅ¡ta","headersRow":"Prvi red","invalidBorder":"Debljina ruba mora biti broj.","invalidCellPadding":"Razmak Äelija mora biti broj.","invalidCellSpacing":"Prostornost Äelija mora biti broj.","invalidCols":"Broj kolona mora biti broj veÄi od 0.","invalidHeight":"Visina tablice mora biti broj.","invalidRows":"Broj redova mora biti broj veÄi od 0.","invalidWidth":"Å irina tablice mora biti broj.","menu":"Svojstva tablice","row":{"menu":"Red","insertBefore":"Ubaci red prije","insertAfter":"Ubaci red poslije","deleteRow":"IzbriÅ¡i redove"},"rows":"Redova","summary":"Sažetak","title":"Svojstva tablice","toolbar":"Tablica","widthPc":"postotaka","widthPx":"piksela","widthUnit":"jedinica Å¡irine"},"undo":{"redo":"Ponovi","undo":"PoniÅ¡ti"},"wsc":{"btnIgnore":"Zanemari","btnIgnoreAll":"Zanemari sve","btnReplace":"Zamijeni","btnReplaceAll":"Zamijeni sve","btnUndo":"Vrati","changeTo":"Promijeni u","errorLoading":"GreÅ¡ka uÄitavanja aplikacije: %s.","ieSpellDownload":"Provjera pravopisa nije instalirana. Želite li skinuti provjeru pravopisa?","manyChanges":"Provjera zavrÅ¡ena: Promijenjeno %1 rijeÄi","noChanges":"Provjera zavrÅ¡ena: Nije napravljena promjena","noMispell":"Provjera zavrÅ¡ena: Nema greÅ¡aka","noSuggestions":"-Nema preporuke-","notAvailable":"Žao nam je, ali usluga trenutno nije dostupna.","notInDic":"Nije u rjeÄniku","oneChange":"Provjera zavrÅ¡ena: Jedna rijeÄ promjenjena","progress":"Provjera u tijeku...","title":"Provjera pravopisa","toolbar":"Provjeri pravopis"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/hu.js b/skins/ckeditor/lang/hu.js index 55c0e98..c64825e 100644 --- a/skins/ckeditor/lang/hu.js +++ b/skins/ckeditor/lang/hu.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.hu={dir:'ltr',editorTitle:'HTML szerkesztÅ',toolbars:'Editor toolbars',editor:'HTML szerkesztÅ',source:'Forráskód',newPage:'Ãj oldal',save:'Mentés',preview:'ElÅnézet',cut:'Kivágás',copy:'Másolás',paste:'Beillesztés',print:'Nyomtatás',underline:'Aláhúzott',bold:'Félkövér',italic:'DÅlt',selectAll:'Mindent kijelöl',removeFormat:'Formázás eltávolÃtása',strike:'Ãthúzott',subscript:'Alsó index',superscript:'FelsÅ index',horizontalrule:'Elválasztóvonal beillesztése',pagebreak:'Oldaltörés beillesztése',pagebreakAlt:'Page Break',unlink:'Hivatkozás törlése',undo:'Visszavonás',redo:'Ismétlés',common:{browseServer:'Böngészés a szerveren',url:'Hivatkozás',protocol:'Protokoll',upload:'Feltöltés',uploadSubmit:'Küldés a szerverre',image:'Kép',flash:'Flash',form:'Å°rlap',checkbox:'JelölÅnégyzet',radio:'Választógomb',textField:'SzövegmezÅ',textarea:'Szövegterület',hiddenField:'RejtettmezÅ',button:'Gomb',select:'LegördülÅ lista',imageButton:'Képgomb',notSet:'<nincs beállÃtva>',id:'AzonosÃtó',name:'Név',langDir:'Ãrás iránya',langDirLtr:'Balról jobbra',langDirRtl:'Jobbról balra',langCode:'Nyelv kódja',longDescr:'Részletes leÃrás webcÃme',cssClass:'StÃluskészlet',advisoryTitle:'Súgócimke',cssStyle:'StÃlus',ok:'Rendben',cancel:'Mégsem',close:'Bezárás',preview:'ElÅnézet',generalTab:'Ãltalános',advancedTab:'További opciók',validateNumberFailed:'A mezÅbe csak számokat Ãrhat.',confirmNewPage:'Minden nem mentett változás el fog veszni! Biztosan be szeretné tölteni az oldalt?',confirmCancel:'Az űrlap tartalma megváltozott, ám a változásokat nem rögzÃtette. Biztosan be szeretné zárni az űrlapot?',options:'BeállÃtások',target:'Cél',targetNew:'Ãj ablak (_blank)',targetTop:'LegfelsÅ ablak (_top)',targetSelf:'Aktuális ablakban (_self)',targetParent:'SzülÅ ablak (_parent)',langDirLTR:'Balról jobbra (LTR)',langDirRTL:'Jobbról balra (RTL)',styles:'StÃlus',cssClasses:'StÃluslap osztály',width:'Szélesség',height:'Magasság',align:'IgazÃtás',alignLeft:'Bal',alignRight:'Jobbra',alignCenter:'Középre',alignTop:'Tetejére',alignMiddle:'Középre',alignBottom:'Aljára',invalidHeight:'A magasság mezÅbe csak számokat Ãrhat.',invalidWidth:'A szélesség mezÅbe csak számokat Ãrhat.',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Helyi menü opciók'},specialChar:{toolbar:'Speciális karakter beillesztése',title:'Speciális karakter választása',options:'Speciális karakter opciók'},link:{toolbar:'Hivatkozás beillesztése/módosÃtása',other:'<más>',menu:'Hivatkozás módosÃtása',title:'Hivatkozás tulajdonságai',info:'Alaptulajdonságok',target:'Tartalom megjelenÃtése',upload:'Feltöltés',advanced:'További opciók',type:'Hivatkozás tÃpusa',toUrl:'URL',toAnchor:'Horgony az oldalon',toEmail:'E-Mail',targetFrame:'<keretben>',targetPopup:'<felugró ablakban>',targetFrameName:'Keret neve',targetPopupName:'Felugró ablak neve',popupFeatures:'Felugró ablak jellemzÅi',popupResizable:'Ãtméretezés',popupStatusBar:'Ãllapotsor',popupLocationBar:'CÃmsor',popupToolbar:'Eszköztár',popupMenuBar:'Menü sor',popupFullScreen:'Teljes képernyÅ (csak IE)',popupScrollBars:'GördÃtÅsáv',popupDependent:'SzülÅhöz kapcsolt (csak Netscape)',popupLeft:'Bal pozÃció',popupTop:'FelsÅ pozÃció',id:'Id',langDir:'Ãrás iránya',langDirLTR:'Balról jobbra',langDirRTL:'Jobbról balra',acccessKey:'Billentyűkombináció',name:'Név',langCode:'Ãrás iránya',tabIndex:'Tabulátor index',advisoryTitle:'Súgócimke',advisoryContentType:'Súgó tartalomtÃpusa',cssClasses:'StÃluskészlet',charset:'Hivatkozott tartalom kódlapja',styles:'StÃlus',rel:'Relationship',selectAnchor:'Horgony választása',anchorName:'Horgony név szerint',anchorId:'AzonosÃtó szerint',emailAddress:'E-Mail cÃm',emailSubject:'Ãzenet tárgya',emailBody:'Ãzenet',noAnchors:'(Nincs horgony a dokumentumban)',noUrl:'Adja meg a hivatkozás webcÃmét',noEmail:'Adja meg az E-Mail cÃmet'},anchor:{toolbar:'Horgony beillesztése/szerkesztése',menu:'Horgony tulajdonságai',title:'Horgony tulajdonságai',name:'Horgony neve',errorName:'Kérem adja meg a horgony nevét',remove:'Remove Anchor'},list:{numberedTitle:'Sorszámozott lista tulajdonságai',bulletedTitle:'Pontozott lista tulajdonságai',type:'TÃpus',start:'KezdÅszám',validateStartNumber:'A kezdÅszám nem lehet tört érték.',circle:'Kör',disc:'Korong',square:'Négyzet',none:'Nincs',notset:'<Nincs beállÃtva>',armenian:'Ãrmény számozás',georgian:'Grúz számozás (an, ban, gan, stb.)',lowerRoman:'Római kisbetűs (i, ii, iii, iv, v, stb.)',upperRoman:'Római nagybetűs (I, II, III, IV, V, stb.)',lowerAlpha:'Kisbetűs (a, b, c, d, e, stb.)',upperAlpha:'Nagybetűs (A, B, C, D, E, stb.)',lowerGreek:'Görög (alpha, beta, gamma, stb.)',decimal:'Arab számozás (1, 2, 3, stb.)',decimalLeadingZero:'Számozás bevezetÅ nullákkal (01, 02, 03, stb.)'},findAndReplace:{title:'Keresés és csere',find:'Keresés',replace:'Csere',findWhat:'Keresett szöveg:',replaceWith:'Csere erre:',notFoundMsg:'A keresett szöveg nem található.',matchCase:'kis- és nagybetű megkülönböztetése',matchWord:'csak ha ez a teljes szó',matchCyclic:'Ciklikus keresés',replaceAll:'Az összes cseréje',replaceSuccessMsg:'%1 egyezÅség cserélve.'},table:{toolbar:'Táblázat',title:'Táblázat tulajdonságai',menu:'Táblázat tulajdonságai',deleteTable:'Táblázat törlése',rows:'Sorok',columns:'Oszlopok',border:'Szegélyméret',widthPx:'képpont',widthPc:'százalék',widthUnit:'Szélesség egység',cellSpace:'Cella térköz',cellPad:'Cella belsÅ margó',caption:'Felirat',summary:'LeÃrás',headers:'Fejlécek',headersNone:'Nincsenek',headersColumn:'ElsÅ oszlop',headersRow:'ElsÅ sor',headersBoth:'MindkettÅ',invalidRows:'A sorok számának nagyobbnak kell lenni mint 0.',invalidCols:'Az oszlopok számának nagyobbnak kell lenni mint 0.',invalidBorder:'A szegélyméret mezÅbe csak számokat Ãrhat.',invalidWidth:'A szélesség mezÅbe csak számokat Ãrhat.',invalidHeight:'A magasság mezÅbe csak számokat Ãrhat.',invalidCellSpacing:'A cella térköz mezÅbe csak számokat Ãrhat.',invalidCellPadding:'A cella belsÅ margó mezÅbe csak számokat Ãrhat.',cell:{menu:'Cella',insertBefore:'Beszúrás balra',insertAfter:'Beszúrás jobbra',deleteCell:'Cellák törlése',merge:'Cellák egyesÃtése',mergeRight:'Cellák egyesÃtése jobbra',mergeDown:'Cellák egyesÃtése lefelé',splitHorizontal:'Cellák szétválasztása vÃzszintesen',splitVertical:'Cellák szétválasztása függÅlegesen',title:'Cella tulajdonságai',cellType:'Cella tÃpusa',rowSpan:'FüggÅleges egyesÃtés',colSpan:'VÃzszintes egyesÃtés',wordWrap:'Hosszú sorok törése',hAlign:'VÃzszintes igazÃtás',vAlign:'FüggÅleges igazÃtás',alignBaseline:'Alapvonalra',bgColor:'Háttér szÃne',borderColor:'Keret szÃne',data:'Adat',header:'Fejléc',yes:'Igen',no:'Nem',invalidWidth:'A szélesség mezÅbe csak számokat Ãrhat.',invalidHeight:'A magasság mezÅbe csak számokat Ãrhat.',invalidRowSpan:'A függÅleges egyesÃtés mezÅbe csak számokat Ãrhat.',invalidColSpan:'A vÃzszintes egyesÃtés mezÅbe csak számokat Ãrhat.',chooseColor:'Válasszon'},row:{menu:'Sor',insertBefore:'Beszúrás fölé',insertAfter:'Beszúrás alá',deleteRow:'Sorok törlése'},column:{menu:'Oszlop',insertBefore:'Beszúrás balra',insertAfter:'Beszúrás jobbra',deleteColumn:'Oszlopok törlése'}},button:{title:'Gomb tulajdonságai',text:'Szöveg (Ãrték)',type:'TÃpus',typeBtn:'Gomb',typeSbm:'Küldés',typeRst:'Alaphelyzet'},checkboxAndRadio:{checkboxTitle:'JelölÅnégyzet tulajdonságai',radioTitle:'Választógomb tulajdonságai',value:'Ãrték',selected:'Kiválasztott'},form:{title:'Å°rlap tulajdonságai',menu:'Å°rlap tulajdonságai',action:'Adatfeldolgozást végzÅ hivatkozás',method:'Adatküldés módja',encoding:'Kódolás'},select:{title:'LegördülÅ lista tulajdonságai',selectInfo:'Alaptulajdonságok',opAvail:'ElérhetÅ opciók',value:'Ãrték',size:'Méret',lines:'sor',chkMulti:'több sor is kiválasztható',opText:'Szöveg',opValue:'Ãrték',btnAdd:'Hozzáad',btnModify:'MódosÃt',btnUp:'Fel',btnDown:'Le',btnSetValue:'Legyen az alapértelmezett érték',btnDelete:'Töröl'},textarea:{title:'Szövegterület tulajdonságai',cols:'Karakterek száma egy sorban',rows:'Sorok száma'},textfield:{title:'SzövegmezÅ tulajdonságai',name:'Név',value:'Ãrték',charWidth:'MegjelenÃtett karakterek száma',maxChars:'Maximális karakterszám',type:'TÃpus',typeText:'Szöveg',typePass:'Jelszó'},hidden:{title:'Rejtett mezÅ tulajdonságai',name:'Név',value:'Ãrték'},image:{title:'Kép tulajdonságai',titleButton:'Képgomb tulajdonságai',menu:'Kép tulajdonságai',infoTab:'Alaptulajdonságok',btnUpload:'Küldés a szerverre',upload:'Feltöltés',alt:'Buborék szöveg',lockRatio:'Arány megtartása',resetSize:'Eredeti méret',border:'Keret',hSpace:'VÃzsz. táv',vSpace:'Függ. táv',alertUrl:'Töltse ki a kép webcÃmét',linkTab:'Hivatkozás',button2Img:'A kiválasztott képgombból sima képet szeretne csinálni?',img2Button:'A kiválasztott képbÅl képgombot szeretne csinálni?',urlMissing:'Hiányzik a kép URL-je',validateBorder:'A keret méretének egész számot kell beÃrni!',validateHSpace:'VÃzszintes távolságnak egész számot kell beÃrni!',validateVSpace:'FüggÅleges távolságnak egész számot kell beÃrni!'},flash:{properties:'Flash tulajdonságai',propertiesTab:'Tulajdonságok',title:'Flash tulajdonságai',chkPlay:'Automata lejátszás',chkLoop:'Folyamatosan',chkMenu:'Flash menü engedélyezése',chkFull:'Teljes képernyÅ engedélyezése',scale:'Méretezés',scaleAll:'Mindent mutat',scaleNoBorder:'Keret nélkül',scaleFit:'Teljes kitöltés',access:'Szkript hozzáférés',accessAlways:'Mindig',accessSameDomain:'Azonos domainrÅl',accessNever:'Soha',alignAbsBottom:'Legaljára',alignAbsMiddle:'Közepére',alignBaseline:'Alapvonalhoz',alignTextTop:'Szöveg tetejére',quality:'MinÅség',qualityBest:'Legjobb',qualityHigh:'Jó',qualityAutoHigh:'Automata jó',qualityMedium:'Közepes',qualityAutoLow:'Automata gyenge',qualityLow:'Gyenge',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Ablak mód',flashvars:'Flash változók',bgcolor:'HáttérszÃn',hSpace:'VÃzsz. táv',vSpace:'Függ. táv',validateSrc:'Adja meg a hivatkozás webcÃmét',validateHSpace:'A vÃzszintes távolsűág mezÅbe csak számokat Ãrhat.',validateVSpace:'A függÅleges távolsűág mezÅbe csak számokat Ãrhat.'},spellCheck:{toolbar:'HelyesÃrás-ellenÅrzés',title:'HelyesÃrás ellenörzÅ',notAvailable:'Sajnálom, de a szolgáltatás jelenleg nem elérhetÅ.',errorLoading:'Hiba a szolgáltatás host betöltése közben: %s.',notInDic:'Nincs a szótárban',changeTo:'MódosÃtás',btnIgnore:'Kihagyja',btnIgnoreAll:'Mindet kihagyja',btnReplace:'Csere',btnReplaceAll:'Ãsszes cseréje',btnUndo:'Visszavonás',noSuggestions:'Nincs javaslat',progress:'HelyesÃrás-ellenÅrzés folyamatban...',noMispell:'HelyesÃrás-ellenÅrzés kész: Nem találtam hibát',noChanges:'HelyesÃrás-ellenÅrzés kész: Nincs változtatott szó',oneChange:'HelyesÃrás-ellenÅrzés kész: Egy szó cserélve',manyChanges:'HelyesÃrás-ellenÅrzés kész: %1 szó cserélve',ieSpellDownload:'A helyesÃrás-ellenÅrzÅ nincs telepÃtve. Szeretné letölteni most?'},smiley:{toolbar:'Hangulatjelek',title:'Hangulatjel beszúrása',options:'Hangulatjel opciók'},elementsPath:{eleLabel:'Elem utak',eleTitle:'%1 elem'},numberedlist:'Számozás',bulletedlist:'Felsorolás',indent:'Behúzás növelése',outdent:'Behúzás csökkentése',justify:{left:'Balra',center:'Középre',right:'Jobbra',block:'Sorkizárt'},blockquote:'Idézet blokk',clipboard:{title:'Beillesztés',cutError:'A böngészÅ biztonsági beállÃtásai nem engedélyezik a szerkesztÅnek, hogy végrehajtsa a kivágás műveletet. Használja az alábbi billentyűkombinációt (Ctrl/Cmd+X).',copyError:'A böngészÅ biztonsági beállÃtásai nem engedélyezik a szerkesztÅnek, hogy végrehajtsa a másolás műveletet. Használja az alábbi billentyűkombinációt (Ctrl/Cmd+X).',pasteMsg:'Másolja be az alábbi mezÅbe a <STRONG>Ctrl/Cmd+V</STRONG> billentyűk lenyomásával, majd nyomjon <STRONG>Rendben</STRONG>-t.',securityMsg:'A böngészÅ biztonsági beállÃtásai miatt a szerkesztÅ nem képes hozzáférni a vágólap adataihoz. Illeszd be újra ebben az ablakban.',pasteArea:'Beszúrás mezÅ'},pastefromword:{confirmCleanup:'Ãgy tűnik a beillesztett szöveget Word-bÅl másolt át. Meg szeretné tisztÃtani a szöveget? (ajánlott)',toolbar:'Beillesztés Word-bÅl',title:'Beillesztés Word-bÅl',error:'Egy belsÅ hiba miatt nem sikerült megtisztÃtani a szöveget'},pasteText:{button:'Beillesztés formázatlan szövegként',title:'Beillesztés formázatlan szövegként'},templates:{button:'Sablonok',title:'ElérhetÅ sablonok',options:'Sablon opciók',insertOption:'Kicseréli a jelenlegi tartalmat',selectPromptMsg:'Válassza ki melyik sablon nyÃljon meg a szerkesztÅben<br>(a jelenlegi tartalom elveszik):',emptyListMsg:'(Nincs sablon megadva)'},showBlocks:'Blokkok megjelenÃtése',stylesCombo:{label:'StÃlus',panelTitle:'Formázási stÃlusok',panelTitle1:'Blokk stÃlusok',panelTitle2:'Inline stÃlusok',panelTitle3:'Objektum stÃlusok'},format:{label:'Formátum',panelTitle:'Formátum',tag_p:'Normál',tag_pre:'Formázott',tag_address:'CÃmsor',tag_h1:'Fejléc 1',tag_h2:'Fejléc 2',tag_h3:'Fejléc 3',tag_h4:'Fejléc 4',tag_h5:'Fejléc 5',tag_h6:'Fejléc 6',tag_div:'Bekezdés (DIV)'},div:{title:'DIV tároló létrehozása',toolbar:'DIV tároló létrehozása',cssClassInputLabel:'StÃluslap osztály',styleSelectLabel:'StÃlus',IdInputLabel:'AzonosÃtó',languageCodeInputLabel:' Nyelv kódja',inlineStyleInputLabel:'Inline stÃlus',advisoryTitleInputLabel:'Tipp szöveg',langDirLabel:'Nyelvi irány',langDirLTRLabel:'Balról jobbra (LTR)',langDirRTLLabel:'Jobbról balra (RTL)',edit:'DIV szerkesztése',remove:'DIV eltávolÃtása'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'BetűtÃpus',voiceLabel:'BetűtÃpus',panelTitle:'BetűtÃpus'},fontSize:{label:'Méret',voiceLabel:'Betűméret',panelTitle:'Méret'},colorButton:{textColorTitle:'BetűszÃn',bgColorTitle:'HáttérszÃn',panelTitle:'SzÃnek',auto:'Automatikus',more:'További szÃnek...'},colors:{'000':'Fekete',800000:'Bordó','8B4513':'Barna','2F4F4F':'Sötét türkiz','008080':'Türkiz','000080':'Király kék','4B0082':'Indigó kék',696969:'Szürke',B22222:'Tégla vörös',A52A2A:'Vörös',DAA520:'Arany sárga','006400':'Sötét zöld','40E0D0':'Türkiz','0000CD':'Kék',800080:'Lila',808080:'Szürke',F00:'Piros',FF8C00:'Sötét narancs',FFD700:'Arany','008000':'Zöld','0FF':'Türkiz','00F':'Kék',EE82EE:'RózsaszÃn',A9A9A9:'Sötét szürke',FFA07A:'Lazac',FFA500:'Narancs',FFFF00:'Citromsárga','00FF00':'Neon zöld',AFEEEE:'Világos türkiz',ADD8E6:'Világos kék',DDA0DD:'Világos lila',D3D3D3:'Világos szürke',FFF0F5:'Lavender Blush',FAEBD7:'Törtfehér',FFFFE0:'Világos sárga',F0FFF0:'Menta',F0FFFF:'Azúr kék',F0F8FF:'Halvány kék',E6E6FA:'Lavender',FFF:'Fehér'},scayt:{title:'HelyesÃrás ellenÅrzés gépelés közben',opera_title:'Az Opera nem támogatja',enable:'SCAYT engedélyezése',disable:'SCAYT letiltása',about:'SCAYT névjegy',toggle:'SCAYT kapcsolása',options:'BeállÃtások',langs:'Nyelvek',moreSuggestions:'További javaslatok',ignore:'Kihagy',ignoreAll:'Ãsszes kihagyása',addWord:'Szó hozzáadása',emptyDic:'A szótár nevét meg kell adni.',optionsTab:'BeállÃtások',allCaps:'Nagybetűs szavak kihagyása',ignoreDomainNames:'Domain nevek kihagyása',mixedCase:'Kis és nagybetűt is tartalmazó szavak kihagyása',mixedWithDigits:'Számokat tartalmazó szavak kihagyása',languagesTab:'Nyelvek',dictionariesTab:'Szótár',dic_field_name:'Szótár neve',dic_create:'Létrehozás',dic_restore:'VisszaállÃtás',dic_delete:'Törlés',dic_rename:'Ãtnevezés',dic_info:'Kezdetben a felhasználói szótár böngészÅ sütiben tárolódik. Azonban a sütik maximális mérete korlátozott. Amikora a szótár akkora lesz, hogy már sütiben nem lehet tárolni, akkor a szótárat tárolhatja a szerveren is. Ehhez egy nevet kell megadni a szótárhoz. Amennyiben már van szerveren tárolt szótára, adja meg a nevét és kattintson a visszaállÃtás gombra.',aboutTab:'Névjegy'},about:{title:'CKEditor névjegy',dlgTitle:'CKEditor névjegy',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Licenszelési információkért kérjük látogassa meg weboldalunkat:',copy:'Copyright © $1. Minden jog fenntartva.'},maximize:'Teljes méret',minimize:'Kis méret',fakeobjects:{anchor:'Horgony',flash:'Flash animáció',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Ismeretlen objektum'},resize:'Húzza az átméretezéshez',colordialog:{title:'Válasszon szÃnt',options:'SzÃn opciók',highlight:'NagyÃtás',selected:'Kiválasztott',clear:'ÃrÃtés'},toolbarCollapse:'Eszköztár összecsukása',toolbarExpand:'Eszköztár szétnyitása',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'},bidi:{ltr:'Szöveg iránya balról jobbra',rtl:'Szöveg iránya jobbról balra'},docprops:{label:'Dokumentum tulajdonságai',title:'Dokumentum tulajdonságai',design:'Design',meta:'Meta adatok',chooseColor:'Válasszon',other:'<más>',docTitle:'OldalcÃm',charset:'Karakterkódolás',charsetOther:'Más karakterkódolás',charsetASCII:'ASCII',charsetCE:'Közép-Európai',charsetCT:'KÃnai Tradicionális (Big5)',charsetCR:'Cyrill',charsetGR:'Görög',charsetJP:'Japán',charsetKR:'Koreai',charsetTR:'Török',charsetUN:'Unicode (UTF-8)',charsetWE:'Nyugat-Európai',docType:'Dokumentum tÃpus fejléc',docTypeOther:'Más dokumentum tÃpus fejléc',xhtmlDec:'XHTML deklarációk beillesztése',bgColor:'HáttérszÃn',bgImage:'Háttérkép cÃm',bgFixed:'Nem gördÃthetÅ háttér',txtColor:'BetűszÃn',margin:'Oldal margók',marginTop:'FelsÅ',marginLeft:'Bal',marginRight:'Jobb',marginBottom:'Alsó',metaKeywords:'Dokumentum keresÅszavak (vesszÅvel elválasztva)',metaDescription:'Dokumentum leÃrás',metaAuthor:'SzerzÅ',metaCopyright:'SzerzÅi jog',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['hu']={"editor":"HTML szerkesztÅ","editorPanel":"Rich Text szerkesztÅ panel","common":{"editorHelp":"SegÃtségért nyomjon ALT 0","browseServer":"Böngészés a szerveren","url":"Hivatkozás","protocol":"Protokoll","upload":"Feltöltés","uploadSubmit":"Küldés a szerverre","image":"Kép","flash":"Flash","form":"Å°rlap","checkbox":"JelölÅnégyzet","radio":"Választógomb","textField":"SzövegmezÅ","textarea":"Szövegterület","hiddenField":"RejtettmezÅ","button":"Gomb","select":"LegördülÅ lista","imageButton":"Képgomb","notSet":"<nincs beállÃtva>","id":"AzonosÃtó","name":"Név","langDir":"Ãrás iránya","langDirLtr":"Balról jobbra","langDirRtl":"Jobbról balra","langCode":"Nyelv kódja","longDescr":"Részletes leÃrás webcÃme","cssClass":"StÃluskészlet","advisoryTitle":"Súgócimke","cssStyle":"StÃlus","ok":"Rendben","cancel":"Mégsem","close":"Bezárás","preview":"ElÅnézet","resize":"Húzza az átméretezéshez","generalTab":"Ãltalános","advancedTab":"További opciók","validateNumberFailed":"A mezÅbe csak számokat Ãrhat.","confirmNewPage":"Minden nem mentett változás el fog veszni! Biztosan be szeretné tölteni az oldalt?","confirmCancel":"Az űrlap tartalma megváltozott, ám a változásokat nem rögzÃtette. Biztosan be szeretné zárni az űrlapot?","options":"BeállÃtások","target":"Cél","targetNew":"Ãj ablak (_blank)","targetTop":"LegfelsÅ ablak (_top)","targetSelf":"Aktuális ablakban (_self)","targetParent":"SzülÅ ablak (_parent)","langDirLTR":"Balról jobbra (LTR)","langDirRTL":"Jobbról balra (RTL)","styles":"StÃlus","cssClasses":"StÃluslap osztály","width":"Szélesség","height":"Magasság","align":"IgazÃtás","alignLeft":"Bal","alignRight":"Jobbra","alignCenter":"Középre","alignTop":"Tetejére","alignMiddle":"Középre","alignBottom":"Aljára","invalidValue":"Ãrvénytelen érték.","invalidHeight":"A magasság mezÅbe csak számokat Ãrhat.","invalidWidth":"A szélesség mezÅbe csak számokat Ãrhat.","invalidCssLength":"\"%1\"-hez megadott érték csakis egy pozitÃv szám lehet, esetleg egy érvényes CSS egységgel megjelölve(px, %, in, cm, mm, em, ex, pt vagy pc).","invalidHtmlLength":"\"%1\"-hez megadott érték csakis egy pozitÃv szám lehet, esetleg egy érvényes HTML egységgel megjelölve(px vagy %).","invalidInlineStyle":"Az inline stÃlusnak megadott értéknek tartalmaznia kell egy vagy több rekordot a \"name : value\" formátumban, pontosvesszÅvel elválasztva.","cssLengthTooltip":"Adjon meg egy számot értéknek pixelekben vagy egy számot érvényes CSS mértékegységben (px, %, in, cm, mm, em, ex, pt, vagy pc).","unavailable":"%1<span class=\"cke_accessibility\">, nem elérhetÅ</span>"},"about":{"copy":"Copyright © $1. Minden jog fenntartva.","dlgTitle":"CKEditor névjegy","help":"Itt találsz segÃtséget: $1","moreInfo":"Licenszelési információkért kérjük látogassa meg weboldalunkat:","title":"CKEditor névjegy","userGuide":"CKEditor Felhasználói útmutató"},"basicstyles":{"bold":"Félkövér","italic":"DÅlt","strike":"Ãthúzott","subscript":"Alsó index","superscript":"FelsÅ index","underline":"Aláhúzott"},"bidi":{"ltr":"Szöveg iránya balról jobbra","rtl":"Szöveg iránya jobbról balra"},"blockquote":{"toolbar":"Idézet blokk"},"clipboard":{"copy":"Másolás","copyError":"A böngészÅ biztonsági beállÃtásai nem engedélyezik a szerkesztÅnek, hogy végrehajtsa a másolás műveletet. Használja az alábbi billentyűkombinációt (Ctrl/Cmd+X).","cut":"Kivágás","cutError":"A böngészÅ biztonsági beállÃtásai nem engedélyezik a szerkesztÅnek, hogy végrehajtsa a kivágás műveletet. Használja az alábbi billentyűkombinációt (Ctrl/Cmd+X).","paste":"Beillesztés","pasteArea":"Beszúrás mezÅ","pasteMsg":"Másolja be az alábbi mezÅbe a <STRONG>Ctrl/Cmd+V</STRONG> billentyűk lenyomásával, majd nyomjon <STRONG>Rendben</STRONG>-t.","securityMsg":"A böngészÅ biztonsági beállÃtásai miatt a szerkesztÅ nem képes hozzáférni a vágólap adataihoz. Illeszd be újra ebben az ablakban.","title":"Beillesztés"},"button":{"selectedLabel":"%1 (Kiválasztva)"},"colorbutton":{"auto":"Automatikus","bgColorTitle":"HáttérszÃn","colors":{"000":"Fekete","800000":"Bordó","8B4513":"Barna","2F4F4F":"Sötét türkiz","008080":"Türkiz","000080":"Király kék","4B0082":"Indigó kék","696969":"Szürke","B22222":"Tégla vörös","A52A2A":"Vörös","DAA520":"Arany sárga","006400":"Sötét zöld","40E0D0":"Türkiz","0000CD":"Kék","800080":"Lila","808080":"Szürke","F00":"Piros","FF8C00":"Sötét narancs","FFD700":"Arany","008000":"Zöld","0FF":"Türkiz","00F":"Kék","EE82EE":"RózsaszÃn","A9A9A9":"Sötét szürke","FFA07A":"Lazac","FFA500":"Narancs","FFFF00":"Citromsárga","00FF00":"Neon zöld","AFEEEE":"Világos türkiz","ADD8E6":"Világos kék","DDA0DD":"Világos lila","D3D3D3":"Világos szürke","FFF0F5":"Lavender Blush","FAEBD7":"Törtfehér","FFFFE0":"Világos sárga","F0FFF0":"Menta","F0FFFF":"Azúr kék","F0F8FF":"Halvány kék","E6E6FA":"Lavender","FFF":"Fehér"},"more":"További szÃnek...","panelTitle":"SzÃnek","textColorTitle":"BetűszÃn"},"colordialog":{"clear":"ÃrÃtés","highlight":"NagyÃtás","options":"SzÃn opciók","selected":"Kiválasztott","title":"Válasszon szÃnt"},"templates":{"button":"Sablonok","emptyListMsg":"(Nincs sablon megadva)","insertOption":"Kicseréli a jelenlegi tartalmat","options":"Sablon opciók","selectPromptMsg":"Válassza ki melyik sablon nyÃljon meg a szerkesztÅben<br>(a jelenlegi tartalom elveszik):","title":"ElérhetÅ sablonok"},"contextmenu":{"options":"Helyi menü opciók"},"div":{"IdInputLabel":"AzonosÃtó","advisoryTitleInputLabel":"Tipp szöveg","cssClassInputLabel":"StÃluslap osztály","edit":"DIV szerkesztése","inlineStyleInputLabel":"Inline stÃlus","langDirLTRLabel":"Balról jobbra (LTR)","langDirLabel":"Nyelvi irány","langDirRTLLabel":"Jobbról balra (RTL)","languageCodeInputLabel":" Nyelv kódja","remove":"DIV eltávolÃtása","styleSelectLabel":"StÃlus","title":"DIV tároló létrehozása","toolbar":"DIV tároló létrehozása"},"toolbar":{"toolbarCollapse":"Eszköztár összecsukása","toolbarExpand":"Eszköztár szétnyitása","toolbarGroups":{"document":"Dokumentum","clipboard":"Vágólap/Visszavonás","editing":"Szerkesztés","forms":"Å°rlapok","basicstyles":"AlapstÃlusok","paragraph":"Bekezdés","links":"Hivatkozások","insert":"Beszúrás","styles":"StÃlusok","colors":"SzÃnek","tools":"Eszközök"},"toolbars":"SzerkesztÅ Eszköztár"},"elementspath":{"eleLabel":"Elem utak","eleTitle":"%1 elem"},"find":{"find":"Keresés","findOptions":"Find Options","findWhat":"Keresett szöveg:","matchCase":"kis- és nagybetű megkülönböztetése","matchCyclic":"Ciklikus keresés","matchWord":"csak ha ez a teljes szó","notFoundMsg":"A keresett szöveg nem található.","replace":"Csere","replaceAll":"Az összes cseréje","replaceSuccessMsg":"%1 egyezÅség cserélve.","replaceWith":"Csere erre:","title":"Keresés és csere"},"fakeobjects":{"anchor":"Horgony","flash":"Flash animáció","hiddenfield":"Rejtett mezõ","iframe":"IFrame","unknown":"Ismeretlen objektum"},"flash":{"access":"Szkript hozzáférés","accessAlways":"Mindig","accessNever":"Soha","accessSameDomain":"Azonos domainrÅl","alignAbsBottom":"Legaljára","alignAbsMiddle":"Közepére","alignBaseline":"Alapvonalhoz","alignTextTop":"Szöveg tetejére","bgcolor":"HáttérszÃn","chkFull":"Teljes képernyÅ engedélyezése","chkLoop":"Folyamatosan","chkMenu":"Flash menü engedélyezése","chkPlay":"Automata lejátszás","flashvars":"Flash változók","hSpace":"VÃzsz. táv","properties":"Flash tulajdonságai","propertiesTab":"Tulajdonságok","quality":"MinÅség","qualityAutoHigh":"Automata jó","qualityAutoLow":"Automata gyenge","qualityBest":"Legjobb","qualityHigh":"Jó","qualityLow":"Gyenge","qualityMedium":"Közepes","scale":"Méretezés","scaleAll":"Mindent mutat","scaleFit":"Teljes kitöltés","scaleNoBorder":"Keret nélkül","title":"Flash tulajdonságai","vSpace":"Függ. táv","validateHSpace":"A vÃzszintes távolsűág mezÅbe csak számokat Ãrhat.","validateSrc":"Adja meg a hivatkozás webcÃmét","validateVSpace":"A függÅleges távolsűág mezÅbe csak számokat Ãrhat.","windowMode":"Ablak mód","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Window"},"font":{"fontSize":{"label":"Méret","voiceLabel":"Betűméret","panelTitle":"Méret"},"label":"BetűtÃpus","panelTitle":"BetűtÃpus","voiceLabel":"BetűtÃpus"},"forms":{"button":{"title":"Gomb tulajdonságai","text":"Szöveg (Ãrték)","type":"TÃpus","typeBtn":"Gomb","typeSbm":"Küldés","typeRst":"Alaphelyzet"},"checkboxAndRadio":{"checkboxTitle":"JelölÅnégyzet tulajdonságai","radioTitle":"Választógomb tulajdonságai","value":"Ãrték","selected":"Kiválasztott"},"form":{"title":"Å°rlap tulajdonságai","menu":"Å°rlap tulajdonságai","action":"Adatfeldolgozást végzÅ hivatkozás","method":"Adatküldés módja","encoding":"Kódolás"},"hidden":{"title":"Rejtett mezÅ tulajdonságai","name":"Név","value":"Ãrték"},"select":{"title":"LegördülÅ lista tulajdonságai","selectInfo":"Alaptulajdonságok","opAvail":"ElérhetÅ opciók","value":"Ãrték","size":"Méret","lines":"sor","chkMulti":"több sor is kiválasztható","opText":"Szöveg","opValue":"Ãrték","btnAdd":"Hozzáad","btnModify":"MódosÃt","btnUp":"Fel","btnDown":"Le","btnSetValue":"Legyen az alapértelmezett érték","btnDelete":"Töröl"},"textarea":{"title":"Szövegterület tulajdonságai","cols":"Karakterek száma egy sorban","rows":"Sorok száma"},"textfield":{"title":"SzövegmezÅ tulajdonságai","name":"Név","value":"Ãrték","charWidth":"MegjelenÃtett karakterek száma","maxChars":"Maximális karakterszám","type":"TÃpus","typeText":"Szöveg","typePass":"Jelszó","typeEmail":"Ãmél","typeSearch":"Keresés","typeTel":"Telefonszám","typeUrl":"URL"}},"format":{"label":"Formátum","panelTitle":"Formátum","tag_address":"CÃmsor","tag_div":"Bekezdés (DIV)","tag_h1":"Fejléc 1","tag_h2":"Fejléc 2","tag_h3":"Fejléc 3","tag_h4":"Fejléc 4","tag_h5":"Fejléc 5","tag_h6":"Fejléc 6","tag_p":"Normál","tag_pre":"Formázott"},"horizontalrule":{"toolbar":"Elválasztóvonal beillesztése"},"iframe":{"border":"Legyen keret","noUrl":"Kérem Ãrja be a iframe URL-t","scrolling":"GördÃtÅsáv bekapcsolása","title":"IFrame Tulajdonságok","toolbar":"IFrame"},"image":{"alertUrl":"Töltse ki a kép webcÃmét","alt":"Buborék szöveg","border":"Keret","btnUpload":"Küldés a szerverre","button2Img":"A kiválasztott képgombból sima képet szeretne csinálni?","hSpace":"VÃzsz. táv","img2Button":"A kiválasztott képbÅl képgombot szeretne csinálni?","infoTab":"Alaptulajdonságok","linkTab":"Hivatkozás","lockRatio":"Arány megtartása","menu":"Kép tulajdonságai","resetSize":"Eredeti méret","title":"Kép tulajdonságai","titleButton":"Képgomb tulajdonságai","upload":"Feltöltés","urlMissing":"Hiányzik a kép URL-je","vSpace":"Függ. táv","validateBorder":"A keret méretének egész számot kell beÃrni!","validateHSpace":"VÃzszintes távolságnak egész számot kell beÃrni!","validateVSpace":"FüggÅleges távolságnak egész számot kell beÃrni!"},"indent":{"indent":"Behúzás növelése","outdent":"Behúzás csökkentése"},"smiley":{"options":"Hangulatjel opciók","title":"Hangulatjel beszúrása","toolbar":"Hangulatjelek"},"justify":{"block":"Sorkizárt","center":"Középre","left":"Balra","right":"Jobbra"},"language":{"button":"Nyelv beállÃtása","remove":"Nyelv eltávolÃtása"},"link":{"acccessKey":"Billentyűkombináció","advanced":"További opciók","advisoryContentType":"Súgó tartalomtÃpusa","advisoryTitle":"Súgócimke","anchor":{"toolbar":"Horgony beillesztése/szerkesztése","menu":"Horgony tulajdonságai","title":"Horgony tulajdonságai","name":"Horgony neve","errorName":"Kérem adja meg a horgony nevét","remove":"Horgony eltávolÃtása"},"anchorId":"AzonosÃtó szerint","anchorName":"Horgony név szerint","charset":"Hivatkozott tartalom kódlapja","cssClasses":"StÃluskészlet","emailAddress":"E-Mail cÃm","emailBody":"Ãzenet","emailSubject":"Ãzenet tárgya","id":"Id","info":"Alaptulajdonságok","langCode":"Ãrás iránya","langDir":"Ãrás iránya","langDirLTR":"Balról jobbra","langDirRTL":"Jobbról balra","menu":"Hivatkozás módosÃtása","name":"Név","noAnchors":"(Nincs horgony a dokumentumban)","noEmail":"Adja meg az E-Mail cÃmet","noUrl":"Adja meg a hivatkozás webcÃmét","other":"<más>","popupDependent":"SzülÅhöz kapcsolt (csak Netscape)","popupFeatures":"Felugró ablak jellemzÅi","popupFullScreen":"Teljes képernyÅ (csak IE)","popupLeft":"Bal pozÃció","popupLocationBar":"CÃmsor","popupMenuBar":"Menü sor","popupResizable":"Ãtméretezés","popupScrollBars":"GördÃtÅsáv","popupStatusBar":"Ãllapotsor","popupToolbar":"Eszköztár","popupTop":"FelsÅ pozÃció","rel":"Kapcsolat tÃpusa","selectAnchor":"Horgony választása","styles":"StÃlus","tabIndex":"Tabulátor index","target":"Tartalom megjelenÃtése","targetFrame":"<keretben>","targetFrameName":"Keret neve","targetPopup":"<felugró ablakban>","targetPopupName":"Felugró ablak neve","title":"Hivatkozás tulajdonságai","toAnchor":"Horgony az oldalon","toEmail":"E-Mail","toUrl":"URL","toolbar":"Hivatkozás beillesztése/módosÃtása","type":"Hivatkozás tÃpusa","unlink":"Hivatkozás törlése","upload":"Feltöltés"},"list":{"bulletedlist":"Felsorolás","numberedlist":"Számozás"},"liststyle":{"armenian":"Ãrmény számozás","bulletedTitle":"Pontozott lista tulajdonságai","circle":"Kör","decimal":"Arab számozás (1, 2, 3, stb.)","decimalLeadingZero":"Számozás bevezetÅ nullákkal (01, 02, 03, stb.)","disc":"Korong","georgian":"Grúz számozás (an, ban, gan, stb.)","lowerAlpha":"Kisbetűs (a, b, c, d, e, stb.)","lowerGreek":"Görög (alpha, beta, gamma, stb.)","lowerRoman":"Római kisbetűs (i, ii, iii, iv, v, stb.)","none":"Nincs","notset":"<Nincs beállÃtva>","numberedTitle":"Sorszámozott lista tulajdonságai","square":"Négyzet","start":"KezdÅszám","type":"TÃpus","upperAlpha":"Nagybetűs (A, B, C, D, E, stb.)","upperRoman":"Római nagybetűs (I, II, III, IV, V, stb.)","validateStartNumber":"A kezdÅszám nem lehet tört érték."},"magicline":{"title":"Szúrja be a bekezdést ide"},"maximize":{"maximize":"Teljes méret","minimize":"Kis méret"},"newpage":{"toolbar":"Ãj oldal"},"pagebreak":{"alt":"Oldaltörés","toolbar":"Oldaltörés beillesztése"},"pastetext":{"button":"Beillesztés formázatlan szövegként","title":"Beillesztés formázatlan szövegként"},"pastefromword":{"confirmCleanup":"Ãgy tűnik a beillesztett szöveget Word-bÅl másolt át. Meg szeretné tisztÃtani a szöveget? (ajánlott)","error":"Egy belsÅ hiba miatt nem sikerült megtisztÃtani a szöveget","title":"Beillesztés Word-bÅl","toolbar":"Beillesztés Word-bÅl"},"preview":{"preview":"ElÅnézet"},"print":{"toolbar":"Nyomtatás"},"removeformat":{"toolbar":"Formázás eltávolÃtása"},"save":{"toolbar":"Mentés"},"selectall":{"toolbar":"Mindent kijelöl"},"showblocks":{"toolbar":"Blokkok megjelenÃtése"},"sourcearea":{"toolbar":"Forráskód"},"specialchar":{"options":"Speciális karakter opciók","title":"Speciális karakter választása","toolbar":"Speciális karakter beillesztése"},"scayt":{"about":"SCAYT névjegy","aboutTab":"Névjegy","addWord":"Szó hozzáadása","allCaps":"Nagybetűs szavak kihagyása","dic_create":"Létrehozás","dic_delete":"Törlés","dic_field_name":"Szótár neve","dic_info":"Kezdetben a felhasználói szótár böngészÅ sütiben tárolódik. Azonban a sütik maximális mérete korlátozott. Amikora a szótár akkora lesz, hogy már sütiben nem lehet tárolni, akkor a szótárat tárolhatja a szerveren is. Ehhez egy nevet kell megadni a szótárhoz. Amennyiben már van szerveren tárolt szótára, adja meg a nevét és kattintson a visszaállÃtás gombra.","dic_rename":"Ãtnevezés","dic_restore":"VisszaállÃtás","dictionariesTab":"Szótár","disable":"SCAYT letiltása","emptyDic":"A szótár nevét meg kell adni.","enable":"SCAYT engedélyezése","ignore":"Kihagy","ignoreAll":"Ãsszes kihagyása","ignoreDomainNames":"Domain nevek kihagyása","langs":"Nyelvek","languagesTab":"Nyelvek","mixedCase":"Kis és nagybetűt is tartalmazó szavak kihagyása","mixedWithDigits":"Számokat tartalmazó szavak kihagyása","moreSuggestions":"További javaslatok","opera_title":"Az Opera nem támogatja","options":"BeállÃtások","optionsTab":"BeállÃtások","title":"HelyesÃrás ellenÅrzés gépelés közben","toggle":"SCAYT kapcsolása","noSuggestions":"No suggestion"},"stylescombo":{"label":"StÃlus","panelTitle":"Formázási stÃlusok","panelTitle1":"Blokk stÃlusok","panelTitle2":"Inline stÃlusok","panelTitle3":"Objektum stÃlusok"},"table":{"border":"Szegélyméret","caption":"Felirat","cell":{"menu":"Cella","insertBefore":"Beszúrás balra","insertAfter":"Beszúrás jobbra","deleteCell":"Cellák törlése","merge":"Cellák egyesÃtése","mergeRight":"Cellák egyesÃtése jobbra","mergeDown":"Cellák egyesÃtése lefelé","splitHorizontal":"Cellák szétválasztása vÃzszintesen","splitVertical":"Cellák szétválasztása függÅlegesen","title":"Cella tulajdonságai","cellType":"Cella tÃpusa","rowSpan":"FüggÅleges egyesÃtés","colSpan":"VÃzszintes egyesÃtés","wordWrap":"Hosszú sorok törése","hAlign":"VÃzszintes igazÃtás","vAlign":"FüggÅleges igazÃtás","alignBaseline":"Alapvonalra","bgColor":"Háttér szÃne","borderColor":"Keret szÃne","data":"Adat","header":"Fejléc","yes":"Igen","no":"Nem","invalidWidth":"A szélesség mezÅbe csak számokat Ãrhat.","invalidHeight":"A magasság mezÅbe csak számokat Ãrhat.","invalidRowSpan":"A függÅleges egyesÃtés mezÅbe csak számokat Ãrhat.","invalidColSpan":"A vÃzszintes egyesÃtés mezÅbe csak számokat Ãrhat.","chooseColor":"Válasszon"},"cellPad":"Cella belsÅ margó","cellSpace":"Cella térköz","column":{"menu":"Oszlop","insertBefore":"Beszúrás balra","insertAfter":"Beszúrás jobbra","deleteColumn":"Oszlopok törlése"},"columns":"Oszlopok","deleteTable":"Táblázat törlése","headers":"Fejlécek","headersBoth":"MindkettÅ","headersColumn":"ElsÅ oszlop","headersNone":"Nincsenek","headersRow":"ElsÅ sor","invalidBorder":"A szegélyméret mezÅbe csak számokat Ãrhat.","invalidCellPadding":"A cella belsÅ margó mezÅbe csak számokat Ãrhat.","invalidCellSpacing":"A cella térköz mezÅbe csak számokat Ãrhat.","invalidCols":"Az oszlopok számának nagyobbnak kell lenni mint 0.","invalidHeight":"A magasság mezÅbe csak számokat Ãrhat.","invalidRows":"A sorok számának nagyobbnak kell lenni mint 0.","invalidWidth":"A szélesség mezÅbe csak számokat Ãrhat.","menu":"Táblázat tulajdonságai","row":{"menu":"Sor","insertBefore":"Beszúrás fölé","insertAfter":"Beszúrás alá","deleteRow":"Sorok törlése"},"rows":"Sorok","summary":"LeÃrás","title":"Táblázat tulajdonságai","toolbar":"Táblázat","widthPc":"százalék","widthPx":"képpont","widthUnit":"Szélesség egység"},"undo":{"redo":"Ismétlés","undo":"Visszavonás"},"wsc":{"btnIgnore":"Kihagyja","btnIgnoreAll":"Mindet kihagyja","btnReplace":"Csere","btnReplaceAll":"Ãsszes cseréje","btnUndo":"Visszavonás","changeTo":"MódosÃtás","errorLoading":"Hiba a szolgáltatás host betöltése közben: %s.","ieSpellDownload":"A helyesÃrás-ellenÅrzÅ nincs telepÃtve. Szeretné letölteni most?","manyChanges":"HelyesÃrás-ellenÅrzés kész: %1 szó cserélve","noChanges":"HelyesÃrás-ellenÅrzés kész: Nincs változtatott szó","noMispell":"HelyesÃrás-ellenÅrzés kész: Nem találtam hibát","noSuggestions":"Nincs javaslat","notAvailable":"Sajnálom, de a szolgáltatás jelenleg nem elérhetÅ.","notInDic":"Nincs a szótárban","oneChange":"HelyesÃrás-ellenÅrzés kész: Egy szó cserélve","progress":"HelyesÃrás-ellenÅrzés folyamatban...","title":"HelyesÃrás ellenörzÅ","toolbar":"HelyesÃrás-ellenÅrzés"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/id.js b/skins/ckeditor/lang/id.js new file mode 100644 index 0000000..d604b85 --- /dev/null +++ b/skins/ckeditor/lang/id.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.lang['id']={"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Tekan ALT 0 untuk bantuan.","browseServer":"Jelajah Server","url":"URL","protocol":"Protokol","upload":"Unggah","uploadSubmit":"Kirim ke Server","image":"Gambar","flash":"Flash","form":"Formulir","checkbox":"Kotak Cek","radio":"Tombol Radio","textField":"Kolom Teks","textarea":"Area Teks","hiddenField":"Kolom Tersembunyi","button":"Tombol","select":"Kolom Seleksi","imageButton":"Tombol Gambar","notSet":"<tidak diatur>","id":"Id","name":"Nama","langDir":"Arah Bahasa","langDirLtr":"Kiri ke Kanan (LTR)","langDirRtl":"Kanan ke Kiri","langCode":"Kode Bahasa","longDescr":"Deskripsi URL Panjang","cssClass":"Kelas Stylesheet","advisoryTitle":"Penasehat Judul","cssStyle":"Gaya","ok":"OK","cancel":"Batal","close":"Tutup","preview":"Pratinjau","resize":"Ubah ukuran","generalTab":"Umum","advancedTab":"Advanced","validateNumberFailed":"Nilai ini tidak sebuah angka","confirmNewPage":"Semua perubahan yang tidak disimpan di konten ini akan hilang. Apakah anda yakin ingin memuat halaman baru?","confirmCancel":"Beberapa opsi telah berubah. Apakah anda yakin ingin menutup dialog?","options":"Opsi","target":"Sasaran","targetNew":"Jendela Baru (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Jendela yang Sama (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Kiri ke Kanan (LTR)","langDirRTL":"Kanan ke Kiri (RTL)","styles":"Gaya","cssClasses":"Kelas Stylesheet","width":"Lebar","height":"Tinggi","align":"Penjajaran","alignLeft":"Kiri","alignRight":"Kanan","alignCenter":"Tengah","alignTop":"Atas","alignMiddle":"Tengah","alignBottom":"Bawah","invalidValue":"Nilai tidak sah.","invalidHeight":"Tinggi harus sebuah angka.","invalidWidth":"Lebar harus sebuah angka.","invalidCssLength":"Nilai untuk \"%1\" harus sebuah angkat positif dengan atau tanpa pengukuran unit CSS yang sah (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Nilai yang dispesifikasian untuk kolom \"%1\" harus sebuah angka positif dengan atau tanpa sebuah unit pengukuran HTML (px atau %) yang valid.","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":"Masukkan sebuah angka untuk sebuah nilai dalam pixel atau sebuah angka dengan unit CSS yang sah (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, tidak tersedia</span>"},"about":{"copy":"Hak cipta © $1. All rights reserved.","dlgTitle":"Tentang CKEditor","help":"Cel $1 untuk bantuan.","moreInfo":"Untuk informasi lisensi silahkan kunjungi web site kami:","title":"Tentang CKEditor","userGuide":"Petunjuk Pengguna CKEditor"},"basicstyles":{"bold":"Huruf Tebal","italic":"Huruf Miring","strike":"Strike Through","subscript":"Subscript","superscript":"Superscript","underline":"Garis Bawah"},"bidi":{"ltr":"Arah penulisan dari kiri ke kanan.","rtl":"Arah penulisan dari kanan ke kiri."},"blockquote":{"toolbar":"Kutipan Blok"},"clipboard":{"copy":"Salin","copyError":"Pengaturan keamanan peramban anda tidak mengizinkan editor untuk mengeksekusi operasi menyalin secara otomatis. Mohon gunakan papan tuts (Ctrl/Cmd+C)","cut":"Potong","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":"Tempel","pasteArea":"Area Tempel","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":"Tempel"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatic","bgColorTitle":"Warna Latar Belakang","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":"Warna","textColorTitle":"Text Color"},"colordialog":{"clear":"Clear","highlight":"Highlight","options":"Color Options","selected":"Selected Color","title":"Select color"},"templates":{"button":"Contoh","emptyListMsg":"(Tidak ada contoh didefinisikan)","insertOption":"Ganti konten sebenarnya","options":"Opsi Contoh","selectPromptMsg":"Mohon pilih contoh untuk dibuka di editor","title":"Contoh Konten"},"contextmenu":{"options":"Opsi Konteks Pilihan"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Penasehat Judul","cssClassInputLabel":"Kelas Stylesheet","edit":"Sunting Div","inlineStyleInputLabel":"Inline Style","langDirLTRLabel":"Kiri ke Kanan (LTR)","langDirLabel":"Arah Bahasa","langDirRTLLabel":"Kanan ke Kiri (RTL)","languageCodeInputLabel":"Kode Bahasa","remove":"Hapus Div","styleSelectLabel":"Gaya","title":"Ciptakan Wadah Div","toolbar":"Cipatakan Wadah Div"},"toolbar":{"toolbarCollapse":"Ciutkan Toolbar","toolbarExpand":"Bentangkan Toolbar","toolbarGroups":{"document":"Dokumen","clipboard":"Papan klip / Kembalikan perlakuan","editing":"Sunting","forms":"Formulir","basicstyles":"Gaya Dasar","paragraph":"Paragraf","links":"Tautan","insert":"Sisip","styles":"Gaya","colors":"Warna","tools":"Alat"},"toolbars":"Editor toolbars"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"find":{"find":"Temukan","findOptions":"Opsi menemukan","findWhat":"Temukan apa:","matchCase":"Match case","matchCyclic":"Match cyclic","matchWord":"Match whole word","notFoundMsg":"The specified text was not found.","replace":"Ganti","replaceAll":"Ganti Semua","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"Ganti dengan:","title":"Temukan dan Ganti"},"fakeobjects":{"anchor":"Anchor","flash":"Animasi Flash","hiddenfield":"Kolom Tersembunyi","iframe":"IFrame","unknown":"Obyek Tak Dikenal"},"flash":{"access":"Script Access","accessAlways":"Selalu","accessNever":"Tidak Pernah","accessSameDomain":"Domain yang sama","alignAbsBottom":"Abs Bottom","alignAbsMiddle":"Abs Middle","alignBaseline":"Dasar","alignTextTop":"Text Top","bgcolor":"Warna Latar Belakang","chkFull":"Izinkan Layar Penuh","chkLoop":"Loop","chkMenu":"Enable Flash Menu","chkPlay":"Mainkan Otomatis","flashvars":"Variables for Flash","hSpace":"HSpace","properties":"Flash Properties","propertiesTab":"Properti","quality":"Kualitas","qualityAutoHigh":"Tinggi Otomatis","qualityAutoLow":"Rendah Otomatis","qualityBest":"Terbaik","qualityHigh":"Tinggi","qualityLow":"Rendah","qualityMedium":"Sedang","scale":"Scale","scaleAll":"Perlihatkan semua","scaleFit":"Exact Fit","scaleNoBorder":"Tanpa Batas","title":"Flash Properties","vSpace":"VSpace","validateHSpace":"HSpace harus sebuah angka","validateSrc":"URL tidak boleh kosong","validateVSpace":"VSpace harus sebuah angka","windowMode":"Window mode","windowModeOpaque":"Opaque","windowModeTransparent":"Transparan","windowModeWindow":"Jendela"},"font":{"fontSize":{"label":"Ukuran","voiceLabel":"Font Size","panelTitle":"Font Size"},"label":"Font","panelTitle":"Font Name","voiceLabel":"Font"},"forms":{"button":{"title":"Button Properties","text":"Teks (Nilai)","type":"Tipe","typeBtn":"Tombol","typeSbm":"Menyerahkan","typeRst":"Reset"},"checkboxAndRadio":{"checkboxTitle":"Checkbox Properties","radioTitle":"Radio Button Properties","value":"Nilai","selected":"Terpilih"},"form":{"title":"Form Properties","menu":"Form Properties","action":"Aksi","method":"Metode","encoding":"Encoding"},"hidden":{"title":"Hidden Field Properties","name":"Nama","value":"Nilai"},"select":{"title":"Selection Field Properties","selectInfo":"Select Info","opAvail":"Available Options","value":"Nilai","size":"Ukuran","lines":"garis","chkMulti":"Izinkan pemilihan ganda","opText":"Teks","opValue":"Nilai","btnAdd":"Tambah","btnModify":"Modifikasi","btnUp":"Atas","btnDown":"Bawah","btnSetValue":"Set as selected value","btnDelete":"Hapus"},"textarea":{"title":"Textarea Properties","cols":"Kolom","rows":"Baris"},"textfield":{"title":"Text Field Properties","name":"Name","value":"Nilai","charWidth":"Character Width","maxChars":"Maximum Characters","type":"Tipe","typeText":"Teks","typePass":"Kata kunci","typeEmail":"Surel","typeSearch":"Cari","typeTel":"Nomor Telepon","typeUrl":"URL"}},"format":{"label":"Bentuk","panelTitle":"Bentuk Paragraf","tag_address":"Alamat","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":"Membentuk"},"horizontalrule":{"toolbar":"Sisip Garis Horisontal"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"image":{"alertUrl":"Mohon tulis URL gambar","alt":"Teks alternatif","border":"Batas","btnUpload":"Kirim ke 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 Gambar","linkTab":"Tautan","lockRatio":"Lock Ratio","menu":"Image Properties","resetSize":"Reset Size","title":"Image Properties","titleButton":"Image Button Properties","upload":"Unggah","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":"Tingkatkan Lekuk","outdent":"Kurangi Lekuk"},"smiley":{"options":"Opsi Smiley","title":"Sisip sebuah Smiley","toolbar":"Smiley"},"justify":{"block":"Rata kiri-kanan","center":"Pusat","left":"Align Left","right":"Align Right"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Access Key","advanced":"Advanced","advisoryContentType":"Advisory Content Type","advisoryTitle":"Penasehat Judul","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":"Kelas Stylesheet","emailAddress":"E-Mail Address","emailBody":"Message Body","emailSubject":"Message Subject","id":"Id","info":"Link Info","langCode":"Kode Bahasa","langDir":"Arah Bahasa","langDirLTR":"Kiri ke Kanan (LTR)","langDirRTL":"Kanan ke Kiri (RTL)","menu":"Edit Link","name":"Nama","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":"Gaya","tabIndex":"Tab Index","target":"Sasaran","targetFrame":"<frame>","targetFrameName":"Target Frame Name","targetPopup":"<popup window>","targetPopupName":"Popup Window Name","title":"Tautan","toAnchor":"Link to anchor in the text","toEmail":"E-mail","toUrl":"URL","toolbar":"Tautan","type":"Link Type","unlink":"Unlink","upload":"Unggah"},"list":{"bulletedlist":"Sisip/Hapus Daftar Bullet","numberedlist":"Sisip/Hapus Daftar Bernomor"},"liststyle":{"armenian":"Armenian numbering","bulletedTitle":"Bulleted List Properties","circle":"Lingkaran","decimal":"Desimal (1, 2, 3, dst.)","decimalLeadingZero":"Desimal diawali angka nol (01, 02, 03, dst.)","disc":"Cakram","georgian":"Georgian numbering (an, ban, gan, etc.)","lowerAlpha":"Huruf Kecil (a, b, c, d, e, dst.)","lowerGreek":"Lower Greek (alpha, beta, gamma, etc.)","lowerRoman":"Angka Romawi (i, ii, iii, iv, v, dst.)","none":"Tidak ada","notset":"<tidak diatur>","numberedTitle":"Numbered List Properties","square":"Persegi","start":"Mulai","type":"Tipe","upperAlpha":"Huruf Besar (A, B, C, D, E, dst.)","upperRoman":"Upper Roman (I, II, III, IV, V, etc.)","validateStartNumber":"List start number must be a whole number."},"magicline":{"title":"Masukkan paragraf disini"},"maximize":{"maximize":"Memperbesar","minimize":"Memperkecil"},"newpage":{"toolbar":"Halaman Baru"},"pagebreak":{"alt":"Halaman Istirahat","toolbar":"Sisip Halaman Istirahat untuk Pencetakan "},"pastetext":{"button":"Tempel sebagai teks polos","title":"Tempel sebagai Teks Polos"},"pastefromword":{"confirmCleanup":"Teks yang ingin anda tempel sepertinya di salin dari Word. Apakah anda mau membersihkannya sebelum menempel?","error":"Tidak mungkin membersihkan data yang ditempel dikerenakan kesalahan internal","title":"Tempel dari Word","toolbar":"Tempel dari Word"},"preview":{"preview":"Pratinjau"},"print":{"toolbar":"Cetak"},"removeformat":{"toolbar":"Hapus Format"},"save":{"toolbar":"Simpan"},"selectall":{"toolbar":"Pilih Semua"},"showblocks":{"toolbar":"Perlihatkan Blok"},"sourcearea":{"toolbar":"Sumber"},"specialchar":{"options":"Opsi spesial karakter","title":"Pilih spesial karakter","toolbar":"Sisipkan spesial karakter"},"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":"Gaya","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"table":{"border":"Ukuran batas","caption":"Judul halaman","cell":{"menu":"Sel","insertBefore":"Sisip Sel Sebelum","insertAfter":"Sisip Sel Setelah","deleteCell":"Hapus Sel","merge":"Gabungkan Sel","mergeRight":"Gabungkan ke Kanan","mergeDown":"Gabungkan ke Bawah","splitHorizontal":"Pisahkan Sel Secara Horisontal","splitVertical":"Pisahkan Sel Secara Vertikal","title":"Properti Sel","cellType":"Tipe Sel","rowSpan":"Rentang antar baris","colSpan":"Rentang antar kolom","wordWrap":"Word Wrap","hAlign":"Jajaran Horisontal","vAlign":"Jajaran Vertikal","alignBaseline":"Dasar","bgColor":"Warna Latar Belakang","borderColor":"Warna Batasan","data":"Data","header":"Header","yes":"Ya","no":"Tidak","invalidWidth":"Lebar sel harus sebuah angka.","invalidHeight":"Tinggi sel harus sebuah angka","invalidRowSpan":"Rentang antar baris harus angka seluruhnya.","invalidColSpan":"Rentang antar kolom harus angka seluruhnya","chooseColor":"Pilih"},"cellPad":"Sel spasi dalam","cellSpace":"Spasi antar sel","column":{"menu":"Kolom","insertBefore":"Sisip Kolom Sebelum","insertAfter":"Sisip Kolom Sesudah","deleteColumn":"Hapus Kolom"},"columns":"Kolom","deleteTable":"Hapus Tabel","headers":"Headers","headersBoth":"Keduanya","headersColumn":"Kolom pertama","headersNone":"Tidak ada","headersRow":"Baris Pertama","invalidBorder":"Ukuran batasan harus sebuah angka","invalidCellPadding":"'Spasi dalam' sel harus angka positif.","invalidCellSpacing":"Spasi antar sel harus angka positif.","invalidCols":"Jumlah kolom harus sebuah angka lebih besar dari 0","invalidHeight":"Tinggi tabel harus sebuah angka.","invalidRows":"Jumlah barus harus sebuah angka dan lebih besar dari 0.","invalidWidth":"Lebar tabel harus sebuah angka.","menu":"Properti Tabel","row":{"menu":"Baris","insertBefore":"Sisip Baris Sebelum","insertAfter":"Sisip Baris Sesudah","deleteRow":"Hapus Baris"},"rows":"Baris","summary":"Intisari","title":"Properti Tabel","toolbar":"Tabe","widthPc":"persen","widthPx":"piksel","widthUnit":"lebar satuan"},"undo":{"redo":"Kembali lakukan","undo":"Batalkan perlakuan"},"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 diff --git a/skins/ckeditor/lang/is.js b/skins/ckeditor/lang/is.js index 5c7dac8..0cce439 100644 --- a/skins/ckeditor/lang/is.js +++ b/skins/ckeditor/lang/is.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.is={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Kóði',newPage:'Ný sÃða',save:'Vista',preview:'Forskoða',cut:'Klippa',copy:'Afrita',paste:'LÃma',print:'Prenta',underline:'Undirstrikað',bold:'Feitletrað',italic:'Skáletrað',selectAll:'Velja allt',removeFormat:'Fjarlægja snið',strike:'Yfirstrikað',subscript:'Niðurskrifað',superscript:'Uppskrifað',horizontalrule:'Lóðrétt lÃna',pagebreak:'Setja inn sÃðuskil',pagebreakAlt:'Page Break',unlink:'Fjarlægja stiklu',undo:'Afturkalla',redo:'Hætta við afturköllun',common:{browseServer:'Fletta à skjalasafni',url:'Vefslóð',protocol:'Samskiptastaðall',upload:'Senda upp',uploadSubmit:'Hlaða upp',image:'Setja inn mynd',flash:'Flash',form:'Setja inn innsláttarform',checkbox:'Setja inn hökunarreit',radio:'Setja inn valhnapp',textField:'Setja inn textareit',textarea:'Setja inn textasvæði',hiddenField:'Setja inn falið svæði',button:'Setja inn hnapp',select:'Setja inn lista',imageButton:'Setja inn myndahnapp',notSet:'<ekkert valið>',id:'Auðkenni',name:'Nafn',langDir:'Lesstefna',langDirLtr:'Frá vinstri til hægri (LTR)',langDirRtl:'Frá hægri til vinstri (RTL)',langCode:'Tungumálakóði',longDescr:'Nánari lýsing',cssClass:'StÃlsniðsflokkur',advisoryTitle:'Titill',cssStyle:'StÃll',ok:'à lagi',cancel:'Hætta við',close:'Close',preview:'Preview',generalTab:'Almennt',advancedTab:'Tæknilegt',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'Breidd',height:'Hæð',align:'Jöfnun',alignLeft:'Vinstri',alignRight:'Hægri',alignCenter:'Miðjað',alignTop:'Efst',alignMiddle:'Miðjuð',alignBottom:'Neðst',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Setja inn merki',title:'Velja tákn',options:'Special Character Options'},link:{toolbar:'Stofna/breyta stiklu',other:'<annar>',menu:'Breyta stiklu',title:'Stikla',info:'Almennt',target:'Mark',upload:'Senda upp',advanced:'Tæknilegt',type:'Stikluflokkur',toUrl:'URL',toAnchor:'Bókamerki á þessari sÃðu',toEmail:'Netfang',targetFrame:'<rammi>',targetPopup:'<sprettigluggi>',targetFrameName:'Nafn markglugga',targetPopupName:'Nafn sprettiglugga',popupFeatures:'Eigindi sprettiglugga',popupResizable:'Resizable',popupStatusBar:'Stöðustika',popupLocationBar:'FanglÃna',popupToolbar:'Verkfærastika',popupMenuBar:'VallÃna',popupFullScreen:'Heilskjár (IE)',popupScrollBars:'Skrunstikur',popupDependent:'Háð venslum (Netscape)',popupLeft:'Fjarlægð frá vinstri',popupTop:'Fjarlægð frá efri brún',id:'Id',langDir:'Lesstefna',langDirLTR:'Frá vinstri til hægri (LTR)',langDirRTL:'Frá hægri til vinstri (RTL)',acccessKey:'Skammvalshnappur',name:'Nafn',langCode:'Lesstefna',tabIndex:'Raðnúmer innsláttarreits',advisoryTitle:'Titill',advisoryContentType:'Tegund innihalds',cssClasses:'StÃlsniðsflokkur',charset:'Táknróf',styles:'StÃll',rel:'Relationship',selectAnchor:'Veldu akkeri',anchorName:'Eftir akkerisnafni',anchorId:'Eftir auðkenni einingar',emailAddress:'Netfang',emailSubject:'Efni',emailBody:'Meginmál',noAnchors:'<Engin bókamerki á skrá>',noUrl:'Sláðu inn veffang stiklunnar!',noEmail:'Sláðu inn netfang!'},anchor:{toolbar:'Stofna/breyta kaflamerki',menu:'Eigindi kaflamerkis',title:'Eigindi kaflamerkis',name:'Nafn bókamerkis',errorName:'Sláðu inn nafn bókamerkis!',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Finna og skipta',find:'Leita',replace:'Skipta út',findWhat:'Leita að:',replaceWith:'Skipta út fyrir:',notFoundMsg:'Leitartexti fannst ekki!',matchCase:'Gera greinarmun á¡ há¡- og lágstöfum',matchWord:'Aðeins heil orð',matchCyclic:'Match cyclic',replaceAll:'Skipta út allsstaðar',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Tafla',title:'Eigindi töflu',menu:'Eigindi töflu',deleteTable:'Fella töflu',rows:'Raðir',columns:'Dálkar',border:'Breidd ramma',widthPx:'myndeindir',widthPc:'prósent',widthUnit:'width unit',cellSpace:'Bil milli reita',cellPad:'ReitaspássÃa',caption:'Titill',summary:'Ãfram',headers:'Fyrirsagnir',headersNone:'Engar',headersColumn:'Fyrsti dálkur',headersRow:'Fyrsta röð',headersBoth:'Hvort tveggja',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'Reitur',insertBefore:'Skjóta inn reiti fyrir aftan',insertAfter:'Skjóta inn reiti fyrir framan',deleteCell:'Fella reit',merge:'Sameina reiti',mergeRight:'Sameina til hægri',mergeDown:'Sameina niður á við',splitHorizontal:'Kljúfa reit lárétt',splitVertical:'Kljúfa reit lóðrétt',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'},row:{menu:'Röð',insertBefore:'Skjóta inn röð fyrir ofan',insertAfter:'Skjóta inn röð fyrir neðan',deleteRow:'Eyða röð'},column:{menu:'Dálkur',insertBefore:'Skjóta inn dálki vinstra megin',insertAfter:'Skjóta inn dálki hægra megin',deleteColumn:'Fella dálk'}},button:{title:'Eigindi hnapps',text:'Texti',type:'Gerð',typeBtn:'Hnappur',typeSbm:'Staðfesta',typeRst:'Hreinsa'},checkboxAndRadio:{checkboxTitle:'Eigindi markreits',radioTitle:'Eigindi valhnapps',value:'Gildi',selected:'Valið'},form:{title:'Eigindi innsláttarforms',menu:'Eigindi innsláttarforms',action:'Aðgerð',method:'Aðferð',encoding:'Encoding'},select:{title:'Eigindi lista',selectInfo:'Upplýsingar',opAvail:'Kostir',value:'Gildi',size:'Stærð',lines:'lÃnur',chkMulti:'Leyfa fleiri kosti',opText:'Texti',opValue:'Gildi',btnAdd:'Bæta við',btnModify:'Breyta',btnUp:'Upp',btnDown:'Niður',btnSetValue:'Merkja sem valið',btnDelete:'Eyða'},textarea:{title:'Eigindi textasvæðis',cols:'Dálkar',rows:'LÃnur'},textfield:{title:'Eigindi textareits',name:'Nafn',value:'Gildi',charWidth:'Breidd (leturtákn)',maxChars:'Hámarksfjöldi leturtákna',type:'Gerð',typeText:'Texti',typePass:'Lykilorð'},hidden:{title:'Eigindi falins svæðis',name:'Nafn',value:'Gildi'},image:{title:'Eigindi myndar',titleButton:'Eigindi myndahnapps',menu:'Eigindi myndar',infoTab:'Almennt',btnUpload:'Hlaða upp',upload:'Hlaða upp',alt:'Baklægur texti',lockRatio:'Festa stærðarhlutfall',resetSize:'Reikna stærð',border:'Rammi',hSpace:'Vinstri bil',vSpace:'Hægri bil',alertUrl:'Sláðu inn slóðina að myndinni',linkTab:'Stikla',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Eigindi Flash',propertiesTab:'Properties',title:'Eigindi Flash',chkPlay:'Sjálfvirk spilun',chkLoop:'Endurtekning',chkMenu:'Sýna Flash-valmynd',chkFull:'Allow Fullscreen',scale:'Skali',scaleAll:'Sýna allt',scaleNoBorder:'Ãn ramma',scaleFit:'Fella skala að stærð',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs neðst',alignAbsMiddle:'Abs miðjuð',alignBaseline:'GrunnlÃna',alignTextTop:'Efri brún texta',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Bakgrunnslitur',hSpace:'Vinstri bil',vSpace:'Hægri bil',validateSrc:'Sláðu inn veffang stiklunnar!',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Villuleit',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Ekki à orðabókinni',changeTo:'Tillaga',btnIgnore:'Hunsa',btnIgnoreAll:'Hunsa allt',btnReplace:'Skipta',btnReplaceAll:'Skipta öllu',btnUndo:'Til baka',noSuggestions:'- engar tillögur -',progress:'Villuleit à gangi...',noMispell:'Villuleit lokið: Engin villa fannst',noChanges:'Villuleit lokið: Engu orði breytt',oneChange:'Villuleit lokið: Einu orði breytt',manyChanges:'Villuleit lokið: %1 orðum breytt',ieSpellDownload:'Villuleit ekki sett upp.<br>Viltu setja hana upp?'},smiley:{toolbar:'Svipur',title:'Velja svip',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Númeraður listi',bulletedlist:'Punktalisti',indent:'Minnka inndrátt',outdent:'Auka inndrátt',justify:{left:'Vinstrijöfnun',center:'Miðja texta',right:'Hægrijöfnun',block:'Jafna báðum megin'},blockquote:'Inndráttur',clipboard:{title:'LÃma',cutError:'Ãryggisstillingar vafrans þÃns leyfa ekki klippingu texta með músaraðgerð. Notaðu lyklaborðið à klippa (Ctrl/Cmd+X).',copyError:'Ãryggisstillingar vafrans þÃns leyfa ekki afritun texta með músaraðgerð. Notaðu lyklaborðið à afrita (Ctrl/Cmd+C).',pasteMsg:'LÃmdu à svæðið hér að neðan og (<STRONG>Ctrl/Cmd+V</STRONG>) og smelltu á <STRONG>OK</STRONG>.',securityMsg:'Vegna öryggisstillinga à vafranum þÃnum fær ritillinn ekki beinan aðgang að klippuborðinu. Ãú verður að lÃma innihaldið aftur inn à þennan glugga.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'LÃma úr Word',title:'LÃma úr Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'LÃma sem ósniðinn texta',title:'LÃma sem ósniðinn texta'},templates:{button:'Sniðmát',title:'Innihaldssniðmát',options:'Template Options',insertOption:'Skipta út raunverulegu innihaldi',selectPromptMsg:'Veldu sniðmát til að opna à ritlinum.<br>(Núverandi innihald vÃkur fyrir þvÃ!):',emptyListMsg:'(Ekkert sniðmát er skilgreint!)'},showBlocks:'Sýna blokkir',stylesCombo:{label:'StÃlflokkur',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'StÃlsnið',panelTitle:'StÃlsnið',tag_p:'Venjulegt letur',tag_pre:'Forsniðið',tag_address:'Vistfang',tag_h1:'Fyrirsögn 1',tag_h2:'Fyrirsögn 2',tag_h3:'Fyrirsögn 3',tag_h4:'Fyrirsögn 4',tag_h5:'Fyrirsögn 5',tag_h6:'Fyrirsögn 6',tag_div:'Venjulegt (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Leturgerð ',voiceLabel:'Font',panelTitle:'Leturgerð '},fontSize:{label:'Leturstærð ',voiceLabel:'Font Size',panelTitle:'Leturstærð '},colorButton:{textColorTitle:'Litur texta',bgColorTitle:'Bakgrunnslitur',panelTitle:'Colors',auto:'Sjálfval',more:'Fleiri liti...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Eigindi skjals',title:'Eigindi skjals',design:'Design',meta:'Lýsigögn',chooseColor:'Choose',other:'<annar>',docTitle:'Titill sÃðu',charset:'Letursett',charsetOther:'Annað letursett',charsetASCII:'ASCII',charsetCE:'Mið-evrópskt',charsetCT:'KÃnverskt, hefðbundið (Big5)',charsetCR:'Kýrilskt',charsetGR:'GrÃskt',charsetJP:'Japanskt',charsetKR:'Kóreskt',charsetTR:'Tyrkneskt',charsetUN:'Unicode (UTF-8)',charsetWE:'Vestur-evrópst',docType:'Flokkur skjalategunda',docTypeOther:'Annar flokkur skjalategunda',xhtmlDec:'Fella inn XHTML lýsingu',bgColor:'Bakgrunnslitur',bgImage:'Slóð bakgrunnsmyndar',bgFixed:'Læstur bakgrunnur',txtColor:'Litur texta',margin:'HliðarspássÃa',marginTop:'Efst',marginLeft:'Vinstri',marginRight:'Hægri',marginBottom:'Neðst',metaKeywords:'Lykilorð efnisorðaskrár (aðgreind með kommum)',metaDescription:'Lýsing skjals',metaAuthor:'Höfundur',metaCopyright:'Höfundarréttur',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['is']={"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Fletta à skjalasafni","url":"Vefslóð","protocol":"Samskiptastaðall","upload":"Senda upp","uploadSubmit":"Hlaða upp","image":"Setja inn mynd","flash":"Flash","form":"Setja inn innsláttarform","checkbox":"Setja inn hökunarreit","radio":"Setja inn valhnapp","textField":"Setja inn textareit","textarea":"Setja inn textasvæði","hiddenField":"Setja inn falið svæði","button":"Setja inn hnapp","select":"Setja inn lista","imageButton":"Setja inn myndahnapp","notSet":"<ekkert valið>","id":"Auðkenni","name":"Nafn","langDir":"Lesstefna","langDirLtr":"Frá vinstri til hægri (LTR)","langDirRtl":"Frá hægri til vinstri (RTL)","langCode":"Tungumálakóði","longDescr":"Nánari lýsing","cssClass":"StÃlsniðsflokkur","advisoryTitle":"Titill","cssStyle":"StÃll","ok":"à lagi","cancel":"Hætta við","close":"Close","preview":"Forskoða","resize":"Resize","generalTab":"Almennt","advancedTab":"Tæknilegt","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":"Mark","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Frá vinstri til hægri (LTR)","langDirRTL":"Frá hægri til vinstri (RTL)","styles":"StÃll","cssClasses":"StÃlsniðsflokkur","width":"Breidd","height":"Hæð","align":"Jöfnun","alignLeft":"Vinstri","alignRight":"Hægri","alignCenter":"Miðjað","alignTop":"Efst","alignMiddle":"Miðjuð","alignBottom":"Neðst","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":"Feitletrað","italic":"Skáletrað","strike":"Yfirstrikað","subscript":"Niðurskrifað","superscript":"Uppskrifað","underline":"Undirstrikað"},"bidi":{"ltr":"Text direction from left to right","rtl":"Text direction from right to left"},"blockquote":{"toolbar":"Inndráttur"},"clipboard":{"copy":"Afrita","copyError":"Ãryggisstillingar vafrans þÃns leyfa ekki afritun texta með músaraðgerð. Notaðu lyklaborðið à afrita (Ctrl/Cmd+C).","cut":"Klippa","cutError":"Ãryggisstillingar vafrans þÃns leyfa ekki klippingu texta með músaraðgerð. Notaðu lyklaborðið à klippa (Ctrl/Cmd+X).","paste":"LÃma","pasteArea":"Paste Area","pasteMsg":"LÃmdu à svæðið hér að neðan og (<STRONG>Ctrl/Cmd+V</STRONG>) og smelltu á <STRONG>OK</STRONG>.","securityMsg":"Vegna öryggisstillinga à vafranum þÃnum fær ritillinn ekki beinan aðgang að klippuborðinu. Ãú verður að lÃma innihaldið aftur inn à þennan glugga.","title":"LÃma"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Sjálfval","bgColorTitle":"Bakgrunnslitur","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":"Fleiri liti...","panelTitle":"Colors","textColorTitle":"Litur texta"},"colordialog":{"clear":"Clear","highlight":"Highlight","options":"Color Options","selected":"Selected Color","title":"Select color"},"templates":{"button":"Sniðmát","emptyListMsg":"(Ekkert sniðmát er skilgreint!)","insertOption":"Skipta út raunverulegu innihaldi","options":"Template Options","selectPromptMsg":"Veldu sniðmát til að opna à ritlinum.<br>(Núverandi innihald vÃkur fyrir þvÃ!):","title":"Innihaldssniðmát"},"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"},"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"},"find":{"find":"Leita","findOptions":"Find Options","findWhat":"Leita að:","matchCase":"Gera greinarmun á¡ há¡- og lágstöfum","matchCyclic":"Match cyclic","matchWord":"Aðeins heil orð","notFoundMsg":"Leitartexti fannst ekki!","replace":"Skipta út","replaceAll":"Skipta út allsstaðar","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"Skipta út fyrir:","title":"Finna og skipta"},"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 neðst","alignAbsMiddle":"Abs miðjuð","alignBaseline":"GrunnlÃna","alignTextTop":"Efri brún texta","bgcolor":"Bakgrunnslitur","chkFull":"Allow Fullscreen","chkLoop":"Endurtekning","chkMenu":"Sýna Flash-valmynd","chkPlay":"Sjálfvirk spilun","flashvars":"Variables for Flash","hSpace":"Vinstri bil","properties":"Eigindi Flash","propertiesTab":"Properties","quality":"Quality","qualityAutoHigh":"Auto High","qualityAutoLow":"Auto Low","qualityBest":"Best","qualityHigh":"High","qualityLow":"Low","qualityMedium":"Medium","scale":"Skali","scaleAll":"Sýna allt","scaleFit":"Fella skala að stærð","scaleNoBorder":"Ãn ramma","title":"Eigindi Flash","vSpace":"Hægri bil","validateHSpace":"HSpace must be a number.","validateSrc":"Sláðu inn veffang stiklunnar!","validateVSpace":"VSpace must be a number.","windowMode":"Window mode","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Window"},"font":{"fontSize":{"label":"Leturstærð ","voiceLabel":"Font Size","panelTitle":"Leturstærð "},"label":"Leturgerð ","panelTitle":"Leturgerð ","voiceLabel":"Leturgerð "},"forms":{"button":{"title":"Eigindi hnapps","text":"Texti","type":"Gerð","typeBtn":"Hnappur","typeSbm":"Staðfesta","typeRst":"Hreinsa"},"checkboxAndRadio":{"checkboxTitle":"Eigindi markreits","radioTitle":"Eigindi valhnapps","value":"Gildi","selected":"Valið"},"form":{"title":"Eigindi innsláttarforms","menu":"Eigindi innsláttarforms","action":"Aðgerð","method":"Aðferð","encoding":"Encoding"},"hidden":{"title":"Eigindi falins svæðis","name":"Nafn","value":"Gildi"},"select":{"title":"Eigindi lista","selectInfo":"Upplýsingar","opAvail":"Kostir","value":"Gildi","size":"Stærð","lines":"lÃnur","chkMulti":"Leyfa fleiri kosti","opText":"Texti","opValue":"Gildi","btnAdd":"Bæta við","btnModify":"Breyta","btnUp":"Upp","btnDown":"Niður","btnSetValue":"Merkja sem valið","btnDelete":"Eyða"},"textarea":{"title":"Eigindi textasvæðis","cols":"Dálkar","rows":"LÃnur"},"textfield":{"title":"Eigindi textareits","name":"Nafn","value":"Gildi","charWidth":"Breidd (leturtákn)","maxChars":"Hámarksfjöldi leturtákna","type":"Gerð","typeText":"Texti","typePass":"Lykilorð","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"Vefslóð"}},"format":{"label":"StÃlsnið","panelTitle":"StÃlsnið","tag_address":"Vistfang","tag_div":"Venjulegt (DIV)","tag_h1":"Fyrirsögn 1","tag_h2":"Fyrirsögn 2","tag_h3":"Fyrirsögn 3","tag_h4":"Fyrirsögn 4","tag_h5":"Fyrirsögn 5","tag_h6":"Fyrirsögn 6","tag_p":"Venjulegt letur","tag_pre":"Forsniðið"},"horizontalrule":{"toolbar":"Lóðrétt lÃna"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"image":{"alertUrl":"Sláðu inn slóðina að myndinni","alt":"Baklægur texti","border":"Rammi","btnUpload":"Hlaða upp","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"Vinstri bil","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"Almennt","linkTab":"Stikla","lockRatio":"Festa stærðarhlutfall","menu":"Eigindi myndar","resetSize":"Reikna stærð","title":"Eigindi myndar","titleButton":"Eigindi myndahnapps","upload":"Hlaða upp","urlMissing":"Image source URL is missing.","vSpace":"Hægri bil","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"indent":{"indent":"Minnka inndrátt","outdent":"Auka inndrátt"},"smiley":{"options":"Smiley Options","title":"Velja svip","toolbar":"Svipur"},"justify":{"block":"Jafna báðum megin","center":"Miðja texta","left":"Vinstrijöfnun","right":"Hægrijöfnun"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Skammvalshnappur","advanced":"Tæknilegt","advisoryContentType":"Tegund innihalds","advisoryTitle":"Titill","anchor":{"toolbar":"Stofna/breyta kaflamerki","menu":"Eigindi kaflamerkis","title":"Eigindi kaflamerkis","name":"Nafn bókamerkis","errorName":"Sláðu inn nafn bókamerkis!","remove":"Remove Anchor"},"anchorId":"Eftir auðkenni einingar","anchorName":"Eftir akkerisnafni","charset":"Táknróf","cssClasses":"StÃlsniðsflokkur","emailAddress":"Netfang","emailBody":"Meginmál","emailSubject":"Efni","id":"Auðkenni","info":"Almennt","langCode":"Lesstefna","langDir":"Lesstefna","langDirLTR":"Frá vinstri til hægri (LTR)","langDirRTL":"Frá hægri til vinstri (RTL)","menu":"Breyta stiklu","name":"Nafn","noAnchors":"<Engin bókamerki á skrá>","noEmail":"Sláðu inn netfang!","noUrl":"Sláðu inn veffang stiklunnar!","other":"<annar>","popupDependent":"Háð venslum (Netscape)","popupFeatures":"Eigindi sprettiglugga","popupFullScreen":"Heilskjár (IE)","popupLeft":"Fjarlægð frá vinstri","popupLocationBar":"FanglÃna","popupMenuBar":"VallÃna","popupResizable":"Resizable","popupScrollBars":"Skrunstikur","popupStatusBar":"Stöðustika","popupToolbar":"Verkfærastika","popupTop":"Fjarlægð frá efri brún","rel":"Relationship","selectAnchor":"Veldu akkeri","styles":"StÃll","tabIndex":"Raðnúmer innsláttarreits","target":"Mark","targetFrame":"<rammi>","targetFrameName":"Nafn markglugga","targetPopup":"<sprettigluggi>","targetPopupName":"Nafn sprettiglugga","title":"Stikla","toAnchor":"Bókamerki á þessari sÃðu","toEmail":"Netfang","toUrl":"Vefslóð","toolbar":"Stofna/breyta stiklu","type":"Stikluflokkur","unlink":"Fjarlægja stiklu","upload":"Senda upp"},"list":{"bulletedlist":"Punktalisti","numberedlist":"Númeraður listi"},"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":"Ný sÃða"},"pagebreak":{"alt":"Page Break","toolbar":"Setja inn sÃðuskil"},"pastetext":{"button":"LÃma sem ósniðinn texta","title":"LÃma sem ósniðinn texta"},"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":"LÃma úr Word","toolbar":"LÃma úr Word"},"preview":{"preview":"Forskoða"},"print":{"toolbar":"Prenta"},"removeformat":{"toolbar":"Fjarlægja snið"},"save":{"toolbar":"Vista"},"selectall":{"toolbar":"Velja allt"},"showblocks":{"toolbar":"Sýna blokkir"},"sourcearea":{"toolbar":"Kóði"},"specialchar":{"options":"Special Character Options","title":"Velja tákn","toolbar":"Setja inn merki"},"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":"StÃlflokkur","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"table":{"border":"Breidd ramma","caption":"Titill","cell":{"menu":"Reitur","insertBefore":"Skjóta inn reiti fyrir aftan","insertAfter":"Skjóta inn reiti fyrir framan","deleteCell":"Fella reit","merge":"Sameina reiti","mergeRight":"Sameina til hægri","mergeDown":"Sameina niður á við","splitHorizontal":"Kljúfa reit lárétt","splitVertical":"Kljúfa reit lóðrétt","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":"ReitaspássÃa","cellSpace":"Bil milli reita","column":{"menu":"Dálkur","insertBefore":"Skjóta inn dálki vinstra megin","insertAfter":"Skjóta inn dálki hægra megin","deleteColumn":"Fella dálk"},"columns":"Dálkar","deleteTable":"Fella töflu","headers":"Fyrirsagnir","headersBoth":"Hvort tveggja","headersColumn":"Fyrsti dálkur","headersNone":"Engar","headersRow":"Fyrsta röð","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":"Eigindi töflu","row":{"menu":"Röð","insertBefore":"Skjóta inn röð fyrir ofan","insertAfter":"Skjóta inn röð fyrir neðan","deleteRow":"Eyða röð"},"rows":"Raðir","summary":"Ãfram","title":"Eigindi töflu","toolbar":"Tafla","widthPc":"prósent","widthPx":"myndeindir","widthUnit":"width unit"},"undo":{"redo":"Hætta við afturköllun","undo":"Afturkalla"},"wsc":{"btnIgnore":"Hunsa","btnIgnoreAll":"Hunsa allt","btnReplace":"Skipta","btnReplaceAll":"Skipta öllu","btnUndo":"Til baka","changeTo":"Tillaga","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Villuleit ekki sett upp.<br>Viltu setja hana upp?","manyChanges":"Villuleit lokið: %1 orðum breytt","noChanges":"Villuleit lokið: Engu orði breytt","noMispell":"Villuleit lokið: Engin villa fannst","noSuggestions":"- engar tillögur -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Ekki à orðabókinni","oneChange":"Villuleit lokið: Einu orði breytt","progress":"Villuleit à gangi...","title":"Spell Check","toolbar":"Villuleit"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/it.js b/skins/ckeditor/lang/it.js index 4c04090..fbd9626 100644 --- a/skins/ckeditor/lang/it.js +++ b/skins/ckeditor/lang/it.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.it={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Codice Sorgente',newPage:'Nuova pagina vuota',save:'Salva',preview:'Anteprima',cut:'Taglia',copy:'Copia',paste:'Incolla',print:'Stampa',underline:'Sottolineato',bold:'Grassetto',italic:'Corsivo',selectAll:'Seleziona tutto',removeFormat:'Elimina formattazione',strike:'Barrato',subscript:'Pedice',superscript:'Apice',horizontalrule:'Inserisci riga orizzontale',pagebreak:'Inserisci interruzione di pagina',pagebreakAlt:'Page Break',unlink:'Elimina collegamento',undo:'Annulla',redo:'Ripristina',common:{browseServer:'Cerca sul server',url:'URL',protocol:'Protocollo',upload:'Carica',uploadSubmit:'Invia al server',image:'Immagine',flash:'Oggetto Flash',form:'Modulo',checkbox:'Checkbox',radio:'Radio Button',textField:'Campo di testo',textarea:'Area di testo',hiddenField:'Campo nascosto',button:'Bottone',select:'Menu di selezione',imageButton:'Bottone immagine',notSet:'<non impostato>',id:'Id',name:'Nome',langDir:'Direzione scrittura',langDirLtr:'Da Sinistra a Destra (LTR)',langDirRtl:'Da Destra a Sinistra (RTL)',langCode:'Codice Lingua',longDescr:'URL descrizione estesa',cssClass:'Nome classe CSS',advisoryTitle:'Titolo',cssStyle:'Stile',ok:'OK',cancel:'Annulla',close:'Close',preview:'Preview',generalTab:'Generale',advancedTab:'Avanzate',validateNumberFailed:'Il valore inserito non è un numero.',confirmNewPage:'Ogni modifica non salvata sarà persa. Sei sicuro di voler caricare una nuova pagina?',confirmCancel:'Alcune delle opzioni sono state cambiate. Sei sicuro di voler chiudere la finestra di dialogo?',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:'Larghezza',height:'Altezza',align:'Allineamento',alignLeft:'Sinistra',alignRight:'Destra',alignCenter:'Centrato',alignTop:'In Alto',alignMiddle:'Centrato',alignBottom:'In Basso',invalidHeight:"L'altezza dev'essere un numero",invalidWidth:"La Larghezza dev'essere un numero",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 %).',unavailable:'%1<span class="cke_accessibility">, non disponibile</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Inserisci carattere speciale',title:'Seleziona carattere speciale',options:'Special Character Options'},link:{toolbar:'Inserisci/Modifica collegamento',other:'<altro>',menu:'Modifica collegamento',title:'Collegamento',info:'Informazioni collegamento',target:'Destinazione',upload:'Carica',advanced:'Avanzate',type:'Tipo di Collegamento',toUrl:'URL',toAnchor:'Ancora nella pagina',toEmail:'E-Mail',targetFrame:'<riquadro>',targetPopup:'<finestra popup>',targetFrameName:'Nome del riquadro di destinazione',targetPopupName:'Nome finestra popup',popupFeatures:'Caratteristiche finestra popup',popupResizable:'Ridimensionabile',popupStatusBar:'Barra di stato',popupLocationBar:'Barra degli indirizzi',popupToolbar:'Barra degli strumenti',popupMenuBar:'Barra del menu',popupFullScreen:'A tutto schermo (IE)',popupScrollBars:'Barre di scorrimento',popupDependent:'Dipendente (Netscape)',popupLeft:'Posizione da sinistra',popupTop:"Posizione dall'alto",id:'Id',langDir:'Direzione scrittura',langDirLTR:'Da Sinistra a Destra (LTR)',langDirRTL:'Da Destra a Sinistra (RTL)',acccessKey:'Scorciatoia<br />da tastiera',name:'Nome',langCode:'Direzione scrittura',tabIndex:'Ordine di tabulazione',advisoryTitle:'Titolo',advisoryContentType:'Tipo della risorsa collegata',cssClasses:'Nome classe CSS',charset:'Set di caretteri della risorsa collegata',styles:'Stile',rel:'Relationship',selectAnchor:'Scegli Ancora',anchorName:'Per Nome',anchorId:'Per id elemento',emailAddress:'Indirizzo E-Mail',emailSubject:'Oggetto del messaggio',emailBody:'Corpo del messaggio',noAnchors:'(Nessuna ancora disponibile nel documento)',noUrl:"Devi inserire l'URL del collegamento",noEmail:"Devi inserire un'indirizzo e-mail"},anchor:{toolbar:'Inserisci/Modifica Ancora',menu:'Proprietà ancora',title:'Proprietà ancora',name:'Nome ancora',errorName:"Inserici il nome dell'ancora",remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Cerca e Sostituisci',find:'Trova',replace:'Sostituisci',findWhat:'Trova:',replaceWith:'Sostituisci con:',notFoundMsg:"L'elemento cercato non è stato trovato.",matchCase:'Maiuscole/minuscole',matchWord:'Solo parole intere',matchCyclic:'Ricerca ciclica',replaceAll:'Sostituisci tutto',replaceSuccessMsg:'%1 occorrenza(e) sostituite.'},table:{toolbar:'Tabella',title:'Proprietà tabella',menu:'Proprietà tabella',deleteTable:'Cancella Tabella',rows:'Righe',columns:'Colonne',border:'Dimensione bordo',widthPx:'pixel',widthPc:'percento',widthUnit:'width unit',cellSpace:'Spaziatura celle',cellPad:'Padding celle',caption:'Intestazione',summary:'Indice',headers:'Intestazione',headersNone:'Nessuna',headersColumn:'Prima Colonna',headersRow:'Prima Riga',headersBoth:'Entrambe',invalidRows:"Il numero di righe dev'essere un numero maggiore di 0.",invalidCols:"Il numero di colonne dev'essere un numero maggiore di 0.",invalidBorder:"La dimensione del bordo dev'essere un numero.",invalidWidth:"La larghezza della tabella dev'essere un numero.",invalidHeight:"L'altezza della tabella dev'essere un numero.",invalidCellSpacing:"La spaziatura tra le celle dev'essere un numero.",invalidCellPadding:"Il pagging delle celle dev'essere un numero",cell:{menu:'Cella',insertBefore:'Inserisci Cella Prima',insertAfter:'Inserisci Cella Dopo',deleteCell:'Elimina celle',merge:'Unisce celle',mergeRight:'Unisci a Destra',mergeDown:'Unisci in Basso',splitHorizontal:'Dividi Cella Orizzontalmente',splitVertical:'Dividi Cella Verticalmente',title:'Proprietà della cella',cellType:'Tipo di cella',rowSpan:'Su più righe',colSpan:'Su più colonne',wordWrap:'Ritorno a capo',hAlign:'Allineamento orizzontale',vAlign:'Allineamento verticale',alignBaseline:'Linea Base',bgColor:'Colore di Sfondo',borderColor:'Colore del Bordo',data:'Dati',header:'Intestazione',yes:'Si',no:'No',invalidWidth:"La larghezza della cella dev'essere un numero.",invalidHeight:"L'altezza della cella dev'essere un numero.",invalidRowSpan:"Il numero di righe dev'essere un numero intero.",invalidColSpan:"Il numero di colonne dev'essere un numero intero.",chooseColor:'Choose'},row:{menu:'Riga',insertBefore:'Inserisci Riga Prima',insertAfter:'Inserisci Riga Dopo',deleteRow:'Elimina righe'},column:{menu:'Colonna',insertBefore:'Inserisci Colonna Prima',insertAfter:'Inserisci Colonna Dopo',deleteColumn:'Elimina colonne'}},button:{title:'Proprietà bottone',text:'Testo (Value)',type:'Tipo',typeBtn:'Bottone',typeSbm:'Invio',typeRst:'Annulla'},checkboxAndRadio:{checkboxTitle:'Proprietà checkbox',radioTitle:'Proprietà radio button',value:'Valore',selected:'Selezionato'},form:{title:'Proprietà modulo',menu:'Proprietà modulo',action:'Azione',method:'Metodo',encoding:'Codifica'},select:{title:'Proprietà menu di selezione',selectInfo:'Info',opAvail:'Opzioni disponibili',value:'Valore',size:'Dimensione',lines:'righe',chkMulti:'Permetti selezione multipla',opText:'Testo',opValue:'Valore',btnAdd:'Aggiungi',btnModify:'Modifica',btnUp:'Su',btnDown:'Gi',btnSetValue:'Imposta come predefinito',btnDelete:'Rimuovi'},textarea:{title:'Proprietà area di testo',cols:'Colonne',rows:'Righe'},textfield:{title:'Proprietà campo di testo',name:'Nome',value:'Valore',charWidth:'Larghezza',maxChars:'Numero massimo di caratteri',type:'Tipo',typeText:'Testo',typePass:'Password'},hidden:{title:'Proprietà campo nascosto',name:'Nome',value:'Valore'},image:{title:'Proprietà immagine',titleButton:'Proprietà bottone immagine',menu:'Proprietà immagine',infoTab:'Informazioni immagine',btnUpload:'Invia al server',upload:'Carica',alt:'Testo alternativo',lockRatio:'Blocca rapporto',resetSize:'Reimposta dimensione',border:'Bordo',hSpace:'HSpace',vSpace:'VSpace',alertUrl:"Devi inserire l'URL per l'immagine",linkTab:'Collegamento',button2Img:"Vuoi trasformare il bottone immagine selezionato in un'immagine semplice?",img2Button:"Vuoi trasferomare l'immagine selezionata in un bottone immagine?",urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Proprietà Oggetto Flash',propertiesTab:'Proprietà ',title:'Proprietà Oggetto Flash',chkPlay:'Avvio Automatico',chkLoop:'Riavvio automatico',chkMenu:'Abilita Menu di Flash',chkFull:'Permetti la modalità tutto schermo',scale:'Ridimensiona',scaleAll:'Mostra Tutto',scaleNoBorder:'Senza Bordo',scaleFit:'Dimensione Esatta',access:'Accesso Script',accessAlways:'Sempre',accessSameDomain:'Solo stesso dominio',accessNever:'Mai',alignAbsBottom:'In basso assoluto',alignAbsMiddle:'Centrato assoluto',alignBaseline:'Linea base',alignTextTop:'In alto al testo',quality:'Qualità ',qualityBest:'Massima',qualityHigh:'Alta',qualityAutoHigh:'Alta Automatica',qualityMedium:'Intermedia',qualityAutoLow:'Bassa Automatica',qualityLow:'Bassa',windowModeWindow:'Finestra',windowModeOpaque:'Opaca',windowModeTransparent:'Trasparente',windowMode:'Modalità finestra',flashvars:'Variabili per Flash',bgcolor:'Colore sfondo',hSpace:'HSpace',vSpace:'VSpace',validateSrc:"Devi inserire l'URL del collegamento",validateHSpace:"L'HSpace dev'essere un numero.",validateVSpace:"Il VSpace dev'essere un numero."},spellCheck:{toolbar:'Correttore ortografico',title:'Controllo ortografico',notAvailable:'Il servizio non è momentaneamente disponibile.',errorLoading:"Errore nel caricamento dell'host col servizio applicativo: %s.",notInDic:'Non nel dizionario',changeTo:'Cambia in',btnIgnore:'Ignora',btnIgnoreAll:'Ignora tutto',btnReplace:'Cambia',btnReplaceAll:'Cambia tutto',btnUndo:'Annulla',noSuggestions:'- Nessun suggerimento -',progress:'Controllo ortografico in corso',noMispell:'Controllo ortografico completato: nessun errore trovato',noChanges:'Controllo ortografico completato: nessuna parola cambiata',oneChange:'Controllo ortografico completato: 1 parola cambiata',manyChanges:'Controllo ortografico completato: %1 parole cambiate',ieSpellDownload:'Contollo ortografico non installato. Lo vuoi scaricare ora?'},smiley:{toolbar:'Emoticon',title:'Inserisci emoticon',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 elemento'},numberedlist:'Elenco numerato',bulletedlist:'Elenco puntato',indent:'Aumenta rientro',outdent:'Riduci rientro',justify:{left:'Allinea a sinistra',center:'Centra',right:'Allinea a destra',block:'Giustifica'},blockquote:'Citazione',clipboard:{title:'Incolla',cutError:'Le impostazioni di sicurezza del browser non permettono di tagliare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+X).',copyError:'Le impostazioni di sicurezza del browser non permettono di copiare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+C).',pasteMsg:"Incolla il testo all'interno dell'area sottostante usando la scorciatoia di tastiere (<STRONG>Ctrl/Cmd+V</STRONG>) e premi <STRONG>OK</STRONG>.",securityMsg:"A causa delle impostazioni di sicurezza del browser,l'editor non è in grado di accedere direttamente agli appunti. E' pertanto necessario incollarli di nuovo in questa finestra.",pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'Il testo da incollare sembra provenire da Word. Desideri pulirlo prima di incollare?',toolbar:'Incolla da Word',title:'Incolla da Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Incolla come testo semplice',title:'Incolla come testo semplice'},templates:{button:'Modelli',title:'Contenuto dei modelli',options:'Template Options',insertOption:'Cancella il contenuto corrente',selectPromptMsg:"Seleziona il modello da aprire nell'editor<br />(il contenuto attuale verrà eliminato):",emptyListMsg:'(Nessun modello definito)'},showBlocks:'Visualizza Blocchi',stylesCombo:{label:'Stile',panelTitle:'Formatting Styles',panelTitle1:'Stili per blocchi',panelTitle2:'Stili in linea',panelTitle3:'Stili per oggetti'},format:{label:'Formato',panelTitle:'Formato',tag_p:'Normale',tag_pre:'Formattato',tag_address:'Indirizzo',tag_h1:'Titolo 1',tag_h2:'Titolo 2',tag_h3:'Titolo 3',tag_h4:'Titolo 4',tag_h5:'Titolo 5',tag_h6:'Titolo 6',tag_div:'Paragrafo (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Font',voiceLabel:'Font',panelTitle:'Font'},fontSize:{label:'Dimensione',voiceLabel:'Dimensione Font',panelTitle:'Dimensione'},colorButton:{textColorTitle:'Colore testo',bgColorTitle:'Colore sfondo',panelTitle:'Colors',auto:'Automatico',more:'Altri colori...'},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'},scayt:{title:'Controllo Ortografico Mentre Scrivi',opera_title:'Not supported by Opera',enable:'Abilita COMS',disable:'Disabilita COMS',about:'About COMS',toggle:'Inverti abilitazione SCOMS',options:'Opzioni',langs:'Lingue',moreSuggestions:'Altri suggerimenti',ignore:'Ignora',ignoreAll:'Ignora tutti',addWord:'Aggiungi Parola',emptyDic:'Il nome del dizionario non può essere vuoto.',optionsTab:'Opzioni',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Lingue',dictionariesTab:'Dizionari',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Per le informazioni sulla licenza si prega di visitare il nostro sito:',copy:'Copyright © $1. Tutti i diritti riservati.'},maximize:'Massimizza',minimize:'Minimize',fakeobjects:{anchor:'Ancora',flash:'Animazione Flash',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Oggetto sconosciuto'},resize:'Trascina per ridimensionare',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Proprietà del Documento',title:'Proprietà del Documento',design:'Design',meta:'Meta Data',chooseColor:'Choose',other:'<altro>',docTitle:'Titolo pagina',charset:'Set di caretteri',charsetOther:'Altro set di caretteri',charsetASCII:'ASCII',charsetCE:'Europa Centrale',charsetCT:'Cinese Tradizionale (Big5)',charsetCR:'Cirillico',charsetGR:'Greco',charsetJP:'Giapponese',charsetKR:'Coreano',charsetTR:'Turco',charsetUN:'Unicode (UTF-8)',charsetWE:'Europa Occidentale',docType:'Intestazione DocType',docTypeOther:'Altra intestazione DocType',xhtmlDec:'Includi dichiarazione XHTML',bgColor:'Colore di sfondo',bgImage:'Immagine di sfondo',bgFixed:'Sfondo fissato',txtColor:'Colore testo',margin:'Margini',marginTop:'In Alto',marginLeft:'A Sinistra',marginRight:'A Destra',marginBottom:'In Basso',metaKeywords:'Chiavi di indicizzazione documento (separate da virgola)',metaDescription:'Descrizione documento',metaAuthor:'Autore',metaCopyright:'Copyright',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['it']={"editor":"Rich Text Editor","editorPanel":"Pannello Rich Text Editor","common":{"editorHelp":"Premi ALT 0 per aiuto","browseServer":"Cerca sul server","url":"URL","protocol":"Protocollo","upload":"Carica","uploadSubmit":"Invia al server","image":"Immagine","flash":"Oggetto Flash","form":"Modulo","checkbox":"Checkbox","radio":"Radio Button","textField":"Campo di testo","textarea":"Area di testo","hiddenField":"Campo nascosto","button":"Bottone","select":"Menu di selezione","imageButton":"Bottone immagine","notSet":"<non impostato>","id":"Id","name":"Nome","langDir":"Direzione scrittura","langDirLtr":"Da Sinistra a Destra (LTR)","langDirRtl":"Da Destra a Sinistra (RTL)","langCode":"Codice Lingua","longDescr":"URL descrizione estesa","cssClass":"Nome classe CSS","advisoryTitle":"Titolo","cssStyle":"Stile","ok":"OK","cancel":"Annulla","close":"Chiudi","preview":"Anteprima","resize":"Trascina per ridimensionare","generalTab":"Generale","advancedTab":"Avanzate","validateNumberFailed":"Il valore inserito non è un numero.","confirmNewPage":"Ogni modifica non salvata sarà persa. Sei sicuro di voler caricare una nuova pagina?","confirmCancel":"Alcune delle opzioni sono state cambiate. Sei sicuro di voler chiudere la finestra di dialogo?","options":"Opzioni","target":"Destinazione","targetNew":"Nuova finestra (_blank)","targetTop":"Finestra in primo piano (_top)","targetSelf":"Stessa finestra (_self)","targetParent":"Finestra Padre (_parent)","langDirLTR":"Da sinistra a destra (LTR)","langDirRTL":"Da destra a sinistra (RTL)","styles":"Stile","cssClasses":"Classi di stile","width":"Larghezza","height":"Altezza","align":"Allineamento","alignLeft":"Sinistra","alignRight":"Destra","alignCenter":"Centrato","alignTop":"In Alto","alignMiddle":"Centrato","alignBottom":"In Basso","invalidValue":"Valore non valido.","invalidHeight":"L'altezza dev'essere un numero","invalidWidth":"La Larghezza dev'essere un numero","invalidCssLength":"Il valore indicato per il campo \"%1\" deve essere un numero positivo con o senza indicazione di una valida unità di misura per le classi CSS (px, %, in, cm, mm, em, ex, pt, o pc).","invalidHtmlLength":"Il valore indicato per il campo \"%1\" deve essere un numero positivo con o senza indicazione di una valida unità di misura per le pagine HTML (px o %).","invalidInlineStyle":"Il valore specificato per lo stile inline deve consistere in una o più tuple con il formato di \"name : value\", separati da semicolonne.","cssLengthTooltip":"Inserisci un numero per il valore in pixel oppure un numero con una valida unità CSS (px, %, in, cm, mm, ex, pt, o pc).","unavailable":"%1<span class=\"cke_accessibility\">, non disponibile</span>"},"about":{"copy":"Copyright © $1. Tutti i diritti riservati.","dlgTitle":"Riguardo CKEditor","help":"Vedi $1 per l'aiuto.","moreInfo":"Per le informazioni sulla licenza si prega di visitare il nostro sito:","title":"Riguardo CKEditor","userGuide":"Guida Utente CKEditor"},"basicstyles":{"bold":"Grassetto","italic":"Corsivo","strike":"Barrato","subscript":"Pedice","superscript":"Apice","underline":"Sottolineato"},"bidi":{"ltr":"Direzione del testo da sinistra verso destra","rtl":"Direzione del testo da destra verso sinistra"},"blockquote":{"toolbar":"Citazione"},"clipboard":{"copy":"Copia","copyError":"Le impostazioni di sicurezza del browser non permettono di copiare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+C).","cut":"Taglia","cutError":"Le impostazioni di sicurezza del browser non permettono di tagliare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+X).","paste":"Incolla","pasteArea":"Incolla","pasteMsg":"Incolla il testo all'interno dell'area sottostante usando la scorciatoia di tastiere (<STRONG>Ctrl/Cmd+V</STRONG>) e premi <STRONG>OK</STRONG>.","securityMsg":"A causa delle impostazioni di sicurezza del browser,l'editor non è in grado di accedere direttamente agli appunti. E' pertanto necessario incollarli di nuovo in questa finestra.","title":"Incolla"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatico","bgColorTitle":"Colore sfondo","colors":{"000":"Nero","800000":"Marrone Castagna","8B4513":"Marrone Cuoio","2F4F4F":"Grigio Fumo di Londra","008080":"Acquamarina","000080":"Blu Oceano","4B0082":"Indigo","696969":"Grigio Scuro","B22222":"Giallo Fiamma","A52A2A":"Marrone","DAA520":"Giallo Mimosa","006400":"Verde Scuro","40E0D0":"Turchese","0000CD":"Blue Scuro","800080":"Viola","808080":"Grigio","F00":"Rosso","FF8C00":"Arancio Scuro","FFD700":"Oro","008000":"Verde","0FF":"Ciano","00F":"Blu","EE82EE":"Violetto","A9A9A9":"Grigio Scuro","FFA07A":"Salmone","FFA500":"Arancio","FFFF00":"Giallo","00FF00":"Lime","AFEEEE":"Turchese Chiaro","ADD8E6":"Blu Chiaro","DDA0DD":"Rosso Ciliegia","D3D3D3":"Grigio Chiaro","FFF0F5":"Lavanda Chiara","FAEBD7":"Bianco Antico","FFFFE0":"Giallo Chiaro","F0FFF0":"Verde Mela","F0FFFF":"Azzurro","F0F8FF":"Celeste","E6E6FA":"Lavanda","FFF":"Bianco"},"more":"Altri colori...","panelTitle":"Colori","textColorTitle":"Colore testo"},"colordialog":{"clear":"cancella","highlight":"Evidenzia","options":"Opzioni colore","selected":"Seleziona il colore","title":"Selezionare il colore"},"templates":{"button":"Modelli","emptyListMsg":"(Nessun modello definito)","insertOption":"Cancella il contenuto corrente","options":"Opzioni del Modello","selectPromptMsg":"Seleziona il modello da aprire nell'editor","title":"Contenuto dei modelli"},"contextmenu":{"options":"Opzioni del menù contestuale"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Titolo Avviso","cssClassInputLabel":"Classi di stile","edit":"Modifica DIV","inlineStyleInputLabel":"Stile Inline","langDirLTRLabel":"Da sinistra a destra (LTR)","langDirLabel":"Direzione di scrittura","langDirRTLLabel":"Da destra a sinistra (RTL)","languageCodeInputLabel":"Codice lingua","remove":"Rimuovi DIV","styleSelectLabel":"Stile","title":"Crea DIV contenitore","toolbar":"Crea DIV contenitore"},"toolbar":{"toolbarCollapse":"Minimizza Toolbar","toolbarExpand":"Espandi Toolbar","toolbarGroups":{"document":"Documento","clipboard":"Copia negli appunti/Annulla","editing":"Modifica","forms":"Form","basicstyles":"Stili di base","paragraph":"Paragrafo","links":"Link","insert":"Inserisci","styles":"Stili","colors":"Colori","tools":"Strumenti"},"toolbars":"Editor toolbar"},"elementspath":{"eleLabel":"Percorso degli elementi","eleTitle":"%1 elemento"},"find":{"find":"Trova","findOptions":"Opzioni di ricerca","findWhat":"Trova:","matchCase":"Maiuscole/minuscole","matchCyclic":"Ricerca ciclica","matchWord":"Solo parole intere","notFoundMsg":"L'elemento cercato non è stato trovato.","replace":"Sostituisci","replaceAll":"Sostituisci tutto","replaceSuccessMsg":"%1 occorrenza(e) sostituite.","replaceWith":"Sostituisci con:","title":"Cerca e Sostituisci"},"fakeobjects":{"anchor":"Ancora","flash":"Animazione Flash","hiddenfield":"Campo Nascosto","iframe":"IFrame","unknown":"Oggetto sconosciuto"},"flash":{"access":"Accesso Script","accessAlways":"Sempre","accessNever":"Mai","accessSameDomain":"Solo stesso dominio","alignAbsBottom":"In basso assoluto","alignAbsMiddle":"Centrato assoluto","alignBaseline":"Linea base","alignTextTop":"In alto al testo","bgcolor":"Colore sfondo","chkFull":"Permetti la modalità tutto schermo","chkLoop":"Riavvio automatico","chkMenu":"Abilita Menu di Flash","chkPlay":"Avvio Automatico","flashvars":"Variabili per Flash","hSpace":"HSpace","properties":"Proprietà Oggetto Flash","propertiesTab":"Proprietà ","quality":"Qualità ","qualityAutoHigh":"Alta Automatica","qualityAutoLow":"Bassa Automatica","qualityBest":"Massima","qualityHigh":"Alta","qualityLow":"Bassa","qualityMedium":"Intermedia","scale":"Ridimensiona","scaleAll":"Mostra Tutto","scaleFit":"Dimensione Esatta","scaleNoBorder":"Senza Bordo","title":"Proprietà Oggetto Flash","vSpace":"VSpace","validateHSpace":"L'HSpace dev'essere un numero.","validateSrc":"Devi inserire l'URL del collegamento","validateVSpace":"Il VSpace dev'essere un numero.","windowMode":"Modalità finestra","windowModeOpaque":"Opaca","windowModeTransparent":"Trasparente","windowModeWindow":"Finestra"},"font":{"fontSize":{"label":"Dimensione","voiceLabel":"Dimensione Carattere","panelTitle":"Dimensione"},"label":"Carattere","panelTitle":"Carattere","voiceLabel":"Carattere"},"forms":{"button":{"title":"Proprietà bottone","text":"Testo (Valore)","type":"Tipo","typeBtn":"Bottone","typeSbm":"Invio","typeRst":"Annulla"},"checkboxAndRadio":{"checkboxTitle":"Proprietà checkbox","radioTitle":"Proprietà radio button","value":"Valore","selected":"Selezionato"},"form":{"title":"Proprietà modulo","menu":"Proprietà modulo","action":"Azione","method":"Metodo","encoding":"Codifica"},"hidden":{"title":"Proprietà campo nascosto","name":"Nome","value":"Valore"},"select":{"title":"Proprietà menu di selezione","selectInfo":"Info","opAvail":"Opzioni disponibili","value":"Valore","size":"Dimensione","lines":"righe","chkMulti":"Permetti selezione multipla","opText":"Testo","opValue":"Valore","btnAdd":"Aggiungi","btnModify":"Modifica","btnUp":"Su","btnDown":"Gi","btnSetValue":"Imposta come predefinito","btnDelete":"Rimuovi"},"textarea":{"title":"Proprietà area di testo","cols":"Colonne","rows":"Righe"},"textfield":{"title":"Proprietà campo di testo","name":"Nome","value":"Valore","charWidth":"Larghezza","maxChars":"Numero massimo di caratteri","type":"Tipo","typeText":"Testo","typePass":"Password","typeEmail":"Email","typeSearch":"Cerca","typeTel":"Numero di telefono","typeUrl":"URL"}},"format":{"label":"Formato","panelTitle":"Formato","tag_address":"Indirizzo","tag_div":"Paragrafo (DIV)","tag_h1":"Titolo 1","tag_h2":"Titolo 2","tag_h3":"Titolo 3","tag_h4":"Titolo 4","tag_h5":"Titolo 5","tag_h6":"Titolo 6","tag_p":"Normale","tag_pre":"Formattato"},"horizontalrule":{"toolbar":"Inserisci riga orizzontale"},"iframe":{"border":"Mostra il bordo","noUrl":"Inserire l'URL del campo IFrame","scrolling":"Abilita scrollbar","title":"Proprietà IFrame","toolbar":"IFrame"},"image":{"alertUrl":"Devi inserire l'URL per l'immagine","alt":"Testo alternativo","border":"Bordo","btnUpload":"Invia al server","button2Img":"Vuoi trasformare il bottone immagine selezionato in un'immagine semplice?","hSpace":"HSpace","img2Button":"Vuoi trasferomare l'immagine selezionata in un bottone immagine?","infoTab":"Informazioni immagine","linkTab":"Collegamento","lockRatio":"Blocca rapporto","menu":"Proprietà immagine","resetSize":"Reimposta dimensione","title":"Proprietà immagine","titleButton":"Proprietà bottone immagine","upload":"Carica","urlMissing":"Manca l'URL dell'immagine.","vSpace":"VSpace","validateBorder":"Il campo Bordo deve essere un numero intero.","validateHSpace":"Il campo HSpace deve essere un numero intero.","validateVSpace":"Il campo VSpace deve essere un numero intero."},"indent":{"indent":"Aumenta rientro","outdent":"Riduci rientro"},"smiley":{"options":"Opzioni Smiley","title":"Inserisci emoticon","toolbar":"Emoticon"},"justify":{"block":"Giustifica","center":"Centra","left":"Allinea a sinistra","right":"Allinea a destra"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Scorciatoia da tastiera","advanced":"Avanzate","advisoryContentType":"Tipo della risorsa collegata","advisoryTitle":"Titolo","anchor":{"toolbar":"Inserisci/Modifica Ancora","menu":"Proprietà ancora","title":"Proprietà ancora","name":"Nome ancora","errorName":"Inserici il nome dell'ancora","remove":"Rimuovi l'ancora"},"anchorId":"Per id elemento","anchorName":"Per Nome","charset":"Set di caretteri della risorsa collegata","cssClasses":"Nome classe CSS","emailAddress":"Indirizzo E-Mail","emailBody":"Corpo del messaggio","emailSubject":"Oggetto del messaggio","id":"Id","info":"Informazioni collegamento","langCode":"Direzione scrittura","langDir":"Direzione scrittura","langDirLTR":"Da Sinistra a Destra (LTR)","langDirRTL":"Da Destra a Sinistra (RTL)","menu":"Modifica collegamento","name":"Nome","noAnchors":"(Nessuna ancora disponibile nel documento)","noEmail":"Devi inserire un'indirizzo e-mail","noUrl":"Devi inserire l'URL del collegamento","other":"<altro>","popupDependent":"Dipendente (Netscape)","popupFeatures":"Caratteristiche finestra popup","popupFullScreen":"A tutto schermo (IE)","popupLeft":"Posizione da sinistra","popupLocationBar":"Barra degli indirizzi","popupMenuBar":"Barra del menu","popupResizable":"Ridimensionabile","popupScrollBars":"Barre di scorrimento","popupStatusBar":"Barra di stato","popupToolbar":"Barra degli strumenti","popupTop":"Posizione dall'alto","rel":"Relazioni","selectAnchor":"Scegli Ancora","styles":"Stile","tabIndex":"Ordine di tabulazione","target":"Destinazione","targetFrame":"<riquadro>","targetFrameName":"Nome del riquadro di destinazione","targetPopup":"<finestra popup>","targetPopupName":"Nome finestra popup","title":"Collegamento","toAnchor":"Ancora nel testo","toEmail":"E-Mail","toUrl":"URL","toolbar":"Collegamento","type":"Tipo di Collegamento","unlink":"Elimina collegamento","upload":"Carica"},"list":{"bulletedlist":"Inserisci/Rimuovi Elenco Puntato","numberedlist":"Inserisci/Rimuovi Elenco Numerato"},"liststyle":{"armenian":"Numerazione Armena","bulletedTitle":"Proprietà liste puntate","circle":"Cerchio","decimal":"Decimale (1, 2, 3, ecc.)","decimalLeadingZero":"Decimale preceduto da 0 (01, 02, 03, ecc.)","disc":"Disco","georgian":"Numerazione Georgiana (an, ban, gan, ecc.)","lowerAlpha":"Alfabetico minuscolo (a, b, c, d, e, ecc.)","lowerGreek":"Greco minuscolo (alpha, beta, gamma, ecc.)","lowerRoman":"Numerazione Romana minuscola (i, ii, iii, iv, v, ecc.)","none":"Nessuno","notset":"<non impostato>","numberedTitle":"Proprietà liste numerate","square":"Quadrato","start":"Inizio","type":"Tipo","upperAlpha":"Alfabetico maiuscolo (A, B, C, D, E, ecc.)","upperRoman":"Numerazione Romana maiuscola (I, II, III, IV, V, ecc.)","validateStartNumber":"Il numero di inizio di una lista numerata deve essere un numero intero."},"magicline":{"title":"Inserisci paragrafo qui"},"maximize":{"maximize":"Massimizza","minimize":"Minimizza"},"newpage":{"toolbar":"Nuova pagina"},"pagebreak":{"alt":"Interruzione di pagina","toolbar":"Inserisci interruzione di pagina per la stampa"},"pastetext":{"button":"Incolla come testo semplice","title":"Incolla come testo semplice"},"pastefromword":{"confirmCleanup":"Il testo da incollare sembra provenire da Word. Desideri pulirlo prima di incollare?","error":"Non è stato possibile eliminare il testo incollato a causa di un errore interno.","title":"Incolla da Word","toolbar":"Incolla da Word"},"preview":{"preview":"Anteprima"},"print":{"toolbar":"Stampa"},"removeformat":{"toolbar":"Elimina formattazione"},"save":{"toolbar":"Salva"},"selectall":{"toolbar":"Seleziona tutto"},"showblocks":{"toolbar":"Visualizza Blocchi"},"sourcearea":{"toolbar":"Sorgente"},"specialchar":{"options":"Opzioni carattere speciale","title":"Seleziona carattere speciale","toolbar":"Inserisci carattere speciale"},"scayt":{"about":"About COMS","aboutTab":"Info","addWord":"Aggiungi Parola","allCaps":"Ignora Parole in maiuscolo","dic_create":"Crea","dic_delete":"Cancella","dic_field_name":"Nome del dizionario","dic_info":"Inizialmente il dizionario utente è memorizzato in un Cookie. I Cookie però hanno una dimensioni massima limitata. Quando il dizionario utente creasce a tal punto da non poter più essere memorizzato in un Cookie, allora il dizionario può essere memorizzato sul nostro server. Per memorizzare il proprio dizionario personale sul nostro server, è necessario specificare un nome per il proprio dizionario. Se avete già memorizzato un dizionario, inserite il nome che gli avete dato e premete il pulsante Ripristina.","dic_rename":"Rinomina","dic_restore":"Ripristina","dictionariesTab":"Dizionari","disable":"Disabilita COMS","emptyDic":"Il nome del dizionario non può essere vuoto.","enable":"Abilita COMS","ignore":"Ignora","ignoreAll":"Ignora tutti","ignoreDomainNames":"Ignora nomi di dominio","langs":"Lingue","languagesTab":"Lingue","mixedCase":"Ignora parole con maiuscole e minuscole","mixedWithDigits":"Ignora parole con numeri","moreSuggestions":"Altri suggerimenti","opera_title":"Non supportato da Opera","options":"Opzioni","optionsTab":"Opzioni","title":"Controllo Ortografico Mentre Scrivi","toggle":"Inverti abilitazione SCOMS","noSuggestions":"No suggestion"},"stylescombo":{"label":"Stili","panelTitle":"Stili di formattazione","panelTitle1":"Stili per blocchi","panelTitle2":"Stili in linea","panelTitle3":"Stili per oggetti"},"table":{"border":"Dimensione bordo","caption":"Intestazione","cell":{"menu":"Cella","insertBefore":"Inserisci Cella Prima","insertAfter":"Inserisci Cella Dopo","deleteCell":"Elimina celle","merge":"Unisce celle","mergeRight":"Unisci a Destra","mergeDown":"Unisci in Basso","splitHorizontal":"Dividi Cella Orizzontalmente","splitVertical":"Dividi Cella Verticalmente","title":"Proprietà della cella","cellType":"Tipo di cella","rowSpan":"Su più righe","colSpan":"Su più colonne","wordWrap":"Ritorno a capo","hAlign":"Allineamento orizzontale","vAlign":"Allineamento verticale","alignBaseline":"Linea Base","bgColor":"Colore di Sfondo","borderColor":"Colore del Bordo","data":"Dati","header":"Intestazione","yes":"Si","no":"No","invalidWidth":"La larghezza della cella dev'essere un numero.","invalidHeight":"L'altezza della cella dev'essere un numero.","invalidRowSpan":"Il numero di righe dev'essere un numero intero.","invalidColSpan":"Il numero di colonne dev'essere un numero intero.","chooseColor":"Scegli"},"cellPad":"Padding celle","cellSpace":"Spaziatura celle","column":{"menu":"Colonna","insertBefore":"Inserisci Colonna Prima","insertAfter":"Inserisci Colonna Dopo","deleteColumn":"Elimina colonne"},"columns":"Colonne","deleteTable":"Cancella Tabella","headers":"Intestazione","headersBoth":"Entrambe","headersColumn":"Prima Colonna","headersNone":"Nessuna","headersRow":"Prima Riga","invalidBorder":"La dimensione del bordo dev'essere un numero.","invalidCellPadding":"Il paging delle celle dev'essere un numero","invalidCellSpacing":"La spaziatura tra le celle dev'essere un numero.","invalidCols":"Il numero di colonne dev'essere un numero maggiore di 0.","invalidHeight":"L'altezza della tabella dev'essere un numero.","invalidRows":"Il numero di righe dev'essere un numero maggiore di 0.","invalidWidth":"La larghezza della tabella dev'essere un numero.","menu":"Proprietà tabella","row":{"menu":"Riga","insertBefore":"Inserisci Riga Prima","insertAfter":"Inserisci Riga Dopo","deleteRow":"Elimina righe"},"rows":"Righe","summary":"Indice","title":"Proprietà tabella","toolbar":"Tabella","widthPc":"percento","widthPx":"pixel","widthUnit":"unità larghezza"},"undo":{"redo":"Ripristina","undo":"Annulla"},"wsc":{"btnIgnore":"Ignora","btnIgnoreAll":"Ignora tutto","btnReplace":"Cambia","btnReplaceAll":"Cambia tutto","btnUndo":"Annulla","changeTo":"Cambia in","errorLoading":"Errore nel caricamento dell'host col servizio applicativo: %s.","ieSpellDownload":"Contollo ortografico non installato. Lo vuoi scaricare ora?","manyChanges":"Controllo ortografico completato: %1 parole cambiate","noChanges":"Controllo ortografico completato: nessuna parola cambiata","noMispell":"Controllo ortografico completato: nessun errore trovato","noSuggestions":"- Nessun suggerimento -","notAvailable":"Il servizio non è momentaneamente disponibile.","notInDic":"Non nel dizionario","oneChange":"Controllo ortografico completato: 1 parola cambiata","progress":"Controllo ortografico in corso","title":"Controllo ortografico","toolbar":"Correttore ortografico"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/ja.js b/skins/ckeditor/lang/ja.js index df8d33c..0358f89 100644 --- a/skins/ckeditor/lang/ja.js +++ b/skins/ckeditor/lang/ja.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.ja={dir:'ltr',editorTitle:'ãªããããã¹ãã¨ãã£ã¿, %1, ãã«ã㯠ALT 0 ãæ¼ãã¦ãã ãã',toolbars:'Editor toolbars',editor:'ãªããããã¹ãã¨ãã£ã¿',source:'ã½ã¼ã¹',newPage:'æ°ãããã¼ã¸',save:'ä¿å',preview:'ãã¬ãã¥ã¼',cut:'åãåã',copy:'ã³ãã¼',paste:'è²¼ãä»ã',print:'å°å·',underline:'ä¸ç·',bold:'太å',italic:'æä½',selectAll:'ãã¹ã¦é¸æ',removeFormat:'ãã©ã¼ãããåé¤',strike:'æã¡æ¶ãç·',subscript:'æ·»ãå',superscript:'ä¸ä»ãæå',horizontalrule:'横罫ç·',pagebreak:'æ¹ãã¼ã¸æ¿å ¥',pagebreakAlt:'Page Break',unlink:'ãªã³ã¯åé¤',undo:'å ã«æ»ã',redo:'ããç´ã',common:{browseServer:'ãµã¼ãã¼ãã©ã¦ã¶ã¼',url:'URL',protocol:'ãããã³ã«',upload:'ã¢ãããã¼ã',uploadSubmit:'ãµã¼ãã¼ã«éä¿¡',image:'ã¤ã¡ã¼ã¸',flash:'Flash',form:'ãã©ã¼ã ',checkbox:'ãã§ãã¯ããã¯ã¹',radio:'ã©ã¸ãªãã¿ã³',textField:'ï¼è¡ããã¹ã',textarea:'ããã¹ãã¨ãªã¢',hiddenField:'ä¸å¯è¦ãã£ã¼ã«ã',button:'ãã¿ã³',select:'é¸æãã£ã¼ã«ã',imageButton:'ç»åãã¿ã³',notSet:'<ãªã>',id:'Id',name:'Nameå±æ§',langDir:'æå表è¨ã®æ¹å',langDirLtr:'å·¦ããå³ (LTR)',langDirRtl:'å³ããå·¦ (RTL)',langCode:'è¨èªã³ã¼ã',longDescr:'longdescå±æ§(é·æ説æ)',cssClass:'ã¹ã¿ã¤ã«ã·ã¼ãã¯ã©ã¹',advisoryTitle:'Titleå±æ§',cssStyle:'ã¹ã¿ã¤ã«ã·ã¼ã',ok:'OK',cancel:'ãã£ã³ã»ã«',close:'éãã',preview:'ãã¬ãã¥ã¼',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:'ä¸',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).',invalidHtmlLength:'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',unavailable:'%1<span class="cke_accessibility">, å©ç¨ä¸å¯è½</span>'},contextmenu:{options:'ã³ã³ããã¹ãã¡ãã¥ã¼ãªãã·ã§ã³'},specialChar:{toolbar:'ç¹æ®æåæ¿å ¥',title:'ç¹æ®æåé¸æ',options:'ç¹æ®æåãªãã·ã§ã³'},link:{toolbar:'ãªã³ã¯æ¿å ¥/ç·¨é',other:'<ãã®ä»ã®>',menu:'ãªã³ã¯ç·¨é',title:'ãã¤ãã¼ãªã³ã¯',info:'ãã¤ãã¼ãªã³ã¯ æ å ±',target:'ã¿ã¼ã²ãã',upload:'ã¢ãããã¼ã',advanced:'é«åº¦ãªè¨å®',type:'ãªã³ã¯ã¿ã¤ã',toUrl:'URL',toAnchor:'ãã®ãã¼ã¸ã®ã¢ã³ã«ã¼',toEmail:'E-Mail',targetFrame:'<ãã¬ã¼ã >',targetPopup:'<ãããã¢ããã¦ã£ã³ãã¦>',targetFrameName:'ç®çã®ãã¬ã¼ã å',targetPopupName:'ãããã¢ããã¦ã£ã³ãã¦å',popupFeatures:'ãããã¢ããã¦ã£ã³ãã¦ç¹å¾´',popupResizable:'ãµã¤ãºå¯å¤',popupStatusBar:'ã¹ãã¼ã¿ã¹ãã¼',popupLocationBar:'ãã±ã¼ã·ã§ã³ãã¼',popupToolbar:'ãã¼ã«ãã¼',popupMenuBar:'ã¡ãã¥ã¼ãã¼',popupFullScreen:'å ¨ç»é¢ã¢ã¼ã(IE)',popupScrollBars:'ã¹ã¯ãã¼ã«ãã¼',popupDependent:'éããã¦ã£ã³ãã¦ã«é£åãã¦éãã (Netscape)',popupLeft:'左端ããã®åº§æ¨ã§æå®',popupTop:'ä¸ç«¯ããã®åº§æ¨ã§æå®',id:'Id',langDir:'æå表è¨ã®æ¹å',langDirLTR:'å·¦ããå³ (LTR)',langDirRTL:'å³ããå·¦ (RTL)',acccessKey:'ã¢ã¯ã»ã¹ãã¼',name:'Nameå±æ§',langCode:'è¨èªã³ã¼ã',tabIndex:'ã¿ãã¤ã³ããã¯ã¹',advisoryTitle:'Titleå±æ§',advisoryContentType:'Content Typeå±æ§',cssClasses:'ã¹ã¿ã¤ã«ã·ã¼ãã¯ã©ã¹',charset:'ãªã³ã¯charsetå±æ§',styles:'ã¹ã¿ã¤ã«ã·ã¼ã',rel:'Relationship',selectAnchor:'ã¢ã³ã«ã¼ãé¸æ',anchorName:'ã¢ã³ã«ã¼å',anchorId:'ã¨ã¬ã¡ã³ãID',emailAddress:'E-Mail ã¢ãã¬ã¹',emailSubject:'件å',emailBody:'æ¬æ',noAnchors:'(ããã¥ã¡ã³ãã«ããã¦å©ç¨å¯è½ãªã¢ã³ã«ã¼ã¯ããã¾ããã)',noUrl:'ãªã³ã¯URLãå ¥åãã¦ãã ããã',noEmail:'ã¡ã¼ã«ã¢ãã¬ã¹ãå ¥åãã¦ãã ããã'},anchor:{toolbar:'ã¢ã³ã«ã¼æ¿å ¥/ç·¨é',menu:'ã¢ã³ã«ã¼ ããããã£',title:'ã¢ã³ã«ã¼ ããããã£',name:'ã¢ã³ã«ã¼å',errorName:'ã¢ã³ã«ã¼åãå¿ ãå ¥åãã¦ãã ããã',remove:'Remove Anchor'},list:{numberedTitle:'段è½çªå· ããããã£',bulletedTitle:'ç®æ¡æ¸ã ããããã£',type:'ã¿ã¤ã',start:'éå§',validateStartNumber:'ãªã¹ãéå§çªå·ã¯æ°å¤ã§å ¥åãã¦ãã ããã',circle:'ç½ä¸¸',disc:'é»ä¸¸',square:'åè§',none:'ãªã',notset:'<ãªã>',armenian:'ã¢ã«ã¡ãã¢æ°å',georgian:'ã°ã«ã¸ã¢æ°å (an, ban, gan, etc.)',lowerRoman:'å°æåãã¼ãæ°å (i, ii, iii, iv, v, etc.)',upperRoman:'大æåãã¼ãæ°å (I, II, III, IV, V, etc.)',lowerAlpha:'å°æåã¢ã«ãã¡ããã (a, b, c, d, e, etc.)',upperAlpha:'大æåã¢ã«ãã¡ããã (A, B, C, D, E, etc.)',lowerGreek:'å°æåã®ãªã·ã£æå (alpha, beta, gamma, etc.)',decimal:'æ°å (1, 2, 3, etc.)',decimalLeadingZero:'ä¸ä½æ¡ã«0ãã¤ããæ°å (01, 02, 03, etc.)'},findAndReplace:{title:'æ¤ç´¢ãã¦ç½®æ',find:'æ¤ç´¢',replace:'ç½®ãæã',findWhat:'æ¤ç´¢ããæåå:',replaceWith:'ç½®æãããæåå:',notFoundMsg:'æå®ãããæååã¯è¦ã¤ããã¾ããã§ããã',matchCase:'大æåã¨å°æåãåºå¥ãã',matchWord:'åèªåä½ã§æ¢ã',matchCyclic:'ä¸å¨ãã',replaceAll:'ãã¹ã¦ç½®æã',replaceSuccessMsg:'%1 åç½®æãã¾ããã'},table:{toolbar:'ãã¼ãã«',title:'ãã¼ãã« ããããã£',menu:'ãã¼ãã« ããããã£',deleteTable:'ãã¼ãã«åé¤',rows:'è¡',columns:'å',border:'ãã¼ãã¼ãµã¤ãº',widthPx:'ãã¯ã»ã«',widthPc:'ãã¼ã»ã³ã',widthUnit:'ã¦ããã',cellSpace:'ã»ã«å ä½ç½',cellPad:'ã»ã«å éé',caption:'ãã£ãã·ã§ã³',summary:'ãã¼ãã«ã®æ¦è¦',headers:'ãã¼ãã«ããã(th)',headersNone:'ãªã',headersColumn:'åãã®åã®ã¿',headersRow:'åãã®è¡ã®ã¿',headersBoth:'両æ¹',invalidRows:'è¡ã¯0ãã大ããªæ°å¤ã§å ¥åãã¦ãã ããã',invalidCols:'åã¯0ãã大ããªæ°å¤ã§å ¥åãã¦ãã ããã',invalidBorder:'ãã¼ãã¼ãµã¤ãºã¯æ°å¤ã§å ¥åãã¦ãã ããã',invalidWidth:'å¹ ã¯æ°å¤ã§å ¥åãã¦ãã ããã',invalidHeight:'é«ãã¯æ°å¤ã§å ¥åãã¦ãã ããã',invalidCellSpacing:'ã»ã«å ä½ç½ã¯æ°å¤ã§å ¥åãã¦ãã ããã',invalidCellPadding:'ã»ã«å ééã¯æ°å¤ã§å ¥åãã¦ãã ããã',cell:{menu:'ã»ã«',insertBefore:'ã»ã«ã®åã«æ¿å ¥',insertAfter:'ã»ã«ã®å¾ã«æ¿å ¥',deleteCell:'ã»ã«åé¤',merge:'ã»ã«çµå',mergeRight:'å³ã«çµå',mergeDown:'ä¸ã«çµå',splitHorizontal:'ã»ã«ãæ°´å¹³æ¹ååå²',splitVertical:'ã»ã«ãåç´æ¹åã«åå²',title:'ã»ã«ããããã£',cellType:'ã»ã«ã¿ã¤ã',rowSpan:'ç¸¦å¹ (è¡æ°)',colSpan:'æ¨ªå¹ (åæ°)',wordWrap:'æãè¿ã',hAlign:'ã»ã«æ¨ªã®æ´å',vAlign:'ã»ã«ç¸¦ã®æ´å',alignBaseline:'ãã¼ã¹ã©ã¤ã³',bgColor:'èæ¯è²',borderColor:'ãã¼ãã¼ã«ã©ã¼',data:'ãã¼ãã«ãã¼ã¿(td)',header:'ãã¼ãã«ããã(th)',yes:'Yes',no:'No',invalidWidth:'ã»ã«å¹ ã¯æ°å¤ã§å ¥åãã¦ãã ããã',invalidHeight:'ã»ã«é«ãã¯æ°å¤ã§å ¥åãã¦ãã ããã',invalidRowSpan:'ç¸¦å¹ (è¡æ°)ã¯æ°å¤ã§å ¥åãã¦ãã ããã',invalidColSpan:'æ¨ªå¹ (åæ°)ã¯æ°å¤ã§å ¥åãã¦ãã ããã',chooseColor:'è²ã®é¸æ'},row:{menu:'è¡',insertBefore:'è¡ã®åã«æ¿å ¥',insertAfter:'è¡ã®å¾ã«æ¿å ¥',deleteRow:'è¡åé¤'},column:{menu:'ã«ã©ã ',insertBefore:'ã«ã©ã ã®åã«æ¿å ¥',insertAfter:'ã«ã©ã ã®å¾ã«æ¿å ¥',deleteColumn:'ååé¤'}},button:{title:'ãã¿ã³ ããããã£',text:'ããã¹ã (å¤)',type:'ã¿ã¤ã',typeBtn:'ãã¿ã³',typeSbm:'éä¿¡',typeRst:'ãªã»ãã'},checkboxAndRadio:{checkboxTitle:'ãã§ãã¯ããã¯ã¹ ããããã£',radioTitle:'ã©ã¸ãªãã¿ã³ ããããã£',value:'å¤',selected:'é¸ææ¸ã¿'},form:{title:'ãã©ã¼ã ããããã£',menu:'ãã©ã¼ã ããããã£',action:'ã¢ã¯ã·ã§ã³',method:'ã¡ã½ãã',encoding:'ã¨ã³ã³ã¼ãã£ã³ã°'},select:{title:'é¸æãã£ã¼ã«ã ããããã£',selectInfo:'æ å ±',opAvail:'å©ç¨å¯è½ãªãªãã·ã§ã³',value:'é¸æé ç®å¤',size:'ãµã¤ãº',lines:'è¡',chkMulti:'è¤æ°é ç®é¸æã許å¯',opText:'é¸æé ç®å',opValue:'å¤',btnAdd:'追å ',btnModify:'ç·¨é',btnUp:'ä¸ã¸',btnDown:'ä¸ã¸',btnSetValue:'é¸æããå¤ãè¨å®',btnDelete:'åé¤'},textarea:{title:'ããã¹ãã¨ãªã¢ ããããã£',cols:'å',rows:'è¡'},textfield:{title:'ï¼è¡ããã¹ã ããããã£',name:'åå',value:'å¤',charWidth:'ãµã¤ãº',maxChars:'æ大é·',type:'ã¿ã¤ã',typeText:'ããã¹ã',typePass:'ãã¹ã¯ã¼ãå ¥å'},hidden:{title:'ä¸å¯è¦ãã£ã¼ã«ã ããããã£',name:'åå',value:'å¤'},image:{title:'ã¤ã¡ã¼ã¸ ããããã£',titleButton:'ç»åãã¿ã³ ããããã£',menu:'ã¤ã¡ã¼ã¸ ããããã£',infoTab:'ã¤ã¡ã¼ã¸ æ å ±',btnUpload:'ãµã¼ãã¼ã«éä¿¡',upload:'ã¢ãããã¼ã',alt:'代æ¿ããã¹ã',lockRatio:'ããã¯æ¯ç',resetSize:'ãµã¤ãºãªã»ãã',border:'ãã¼ãã¼',hSpace:'横éé',vSpace:'縦éé',alertUrl:'ã¤ã¡ã¼ã¸ã®URLãå ¥åãã¦ãã ããã',linkTab:'ãªã³ã¯',button2Img:'é¸æãããã¿ã³ãç»åã«ç½®ãæãã¾ããï¼',img2Button:'é¸æããç»åããã¿ã³ã«ç½®ãæãã¾ããï¼',urlMissing:'ã¤ã¡ã¼ã¸ã®URLãå ¥åãã¦ãã ããã',validateBorder:'ãã¼ãã¼ã¯æ°å¤ã§å ¥åãã¦ãã ããã',validateHSpace:'横ééã¯æ°å¤ã§å ¥åãã¦ãã ããã',validateVSpace:'縦ééã¯æ°å¤ã§å ¥åãã¦ãã ããã'},flash:{properties:'Flash ããããã£',propertiesTab:'ããããã£',title:'Flash ããããã£',chkPlay:'åç',chkLoop:'ã«ã¼ãåç',chkMenu:'Flashã¡ãã¥ã¼å¯è½',chkFull:'ãã«ã¹ã¯ãªã¼ã³è¨±å¯',scale:'æ¡å¤§ç¸®å°è¨å®',scaleAll:'ãã¹ã¦è¡¨ç¤º',scaleNoBorder:'å¤ãè¦ããªãæ§ã«æ¡å¤§',scaleFit:'ä¸ä¸å·¦å³ã«ãã£ãã',access:'ã¹ããªã¯ãã¢ã¯ã»ã¹(AllowScriptAccess)',accessAlways:'ãã¹ã¦ã®å ´åã«éä¿¡å¯è½(Always)',accessSameDomain:'åä¸ãã¡ã¤ã³ã®ã¿ã«éä¿¡å¯è½(Same domain)',accessNever:'ãã¹ã¦ã®å ´åã«éä¿¡ä¸å¯è½(Never)',alignAbsBottom:'ä¸é¨(絶対ç)',alignAbsMiddle:'ä¸å¤®(絶対ç)',alignBaseline:'ãã¼ã¹ã©ã¤ã³',alignTextTop:'ããã¹ãä¸é¨',quality:'ç»è³ª',qualityBest:'å質åªå ',qualityHigh:'é«',qualityAutoHigh:'èªå/é«',qualityMedium:'ä¸',qualityAutoLow:'èªå/ä½',qualityLow:'ä½',windowModeWindow:'æ¨æº',windowModeOpaque:'èæ¯ãä¸éæè¨å®',windowModeTransparent:'èæ¯ãééè¨å®',windowMode:'ã¦ã£ã³ãã¦ã¢ã¼ã',flashvars:'ãã©ãã·ã¥ã«æ¸¡ãå¤æ°(FlashVars)',bgcolor:'èæ¯è²',hSpace:'横éé',vSpace:'縦éé',validateSrc:'ãªã³ã¯URLãå ¥åãã¦ãã ããã',validateHSpace:'横ééã¯æ°å¤ã§å ¥åãã¦ãã ããã',validateVSpace:'縦ééã¯æ°å¤ã§å ¥åãã¦ãã ããã'},spellCheck:{toolbar:'ã¹ãã«ãã§ãã¯',title:'ã¹ãã«ãã§ãã¯',notAvailable:'ç³ã訳ããã¾ãããç¾å¨ãµã¼ãã¹ãå©ç¨ãããã¨ãã§ãã¾ãã',errorLoading:'ã¢ããªã±ã¼ã·ã§ã³ãµã¼ãã¹ãã¹ãèªè¾¼ã¿ã¨ã©ã¼: %s.',notInDic:'è¾æ¸ã«ããã¾ãã',changeTo:'å¤æ´',btnIgnore:'ç¡è¦',btnIgnoreAll:'ãã¹ã¦ç¡è¦',btnReplace:'ç½®æ',btnReplaceAll:'ãã¹ã¦ç½®æ',btnUndo:'ããç´ã',noSuggestions:'- 該å½ãªã -',progress:'ã¹ãã«ãã§ãã¯å¦çä¸...',noMispell:'ã¹ãã«ãã§ãã¯å®äº: ã¹ãã«ã®èª¤ãã¯ããã¾ããã§ãã',noChanges:'ã¹ãã«ãã§ãã¯å®äº: èªå¥ã¯å¤æ´ããã¾ããã§ãã',oneChange:'ã¹ãã«ãã§ãã¯å®äº: ï¼èªå¥å¤æ´ããã¾ãã',manyChanges:'ã¹ãã«ãã§ãã¯å®äº: %1 èªå¥å¤æ´ããã¾ãã',ieSpellDownload:'ã¹ãã«ãã§ãã«ã¼ãã¤ã³ã¹ãã¼ã«ããã¦ãã¾ãããä»ãããã¦ã³ãã¼ããã¾ãã?'},smiley:{toolbar:'çµµæå',title:'é¡æåæ¿å ¥',options:'çµµæåãªãã·ã§ã³'},elementsPath:{eleLabel:'ã¨ã¬ã¡ã³ããã¹',eleTitle:'%1 ã¨ã¬ã¡ã³ã'},numberedlist:'段è½çªå·',bulletedlist:'ç®æ¡æ¸ã',indent:'ã¤ã³ãã³ã',outdent:'ã¤ã³ãã³ã解é¤',justify:{left:'å·¦æã',center:'ä¸å¤®æã',right:'å³æã',block:'両端æã'},blockquote:'ãããã¯å¼ç¨',clipboard:{title:'è²¼ãä»ã',cutError:'ãã©ã¦ã¶ã¼ã®ã»ãã¥ãªãã£è¨å®ã«ããã¨ãã£ã¿ã®åãåãæä½ãèªåã§å®è¡ãããã¨ãã§ãã¾ãããå®è¡ããã«ã¯æåã§ãã¼ãã¼ãã®(Ctrl/Cmd+X)ã使ç¨ãã¦ãã ããã',copyError:'ãã©ã¦ã¶ã¼ã®ã»ãã¥ãªãã£è¨å®ã«ããã¨ãã£ã¿ã®ã³ãã¼æä½ãèªåã§å®è¡ãããã¨ãã§ãã¾ãããå®è¡ããã«ã¯æåã§ãã¼ãã¼ãã®(Ctrl/Cmd+C)ã使ç¨ãã¦ãã ããã',pasteMsg:'ãã¼ãã¼ã(<STRONG>Ctrl/Cmd+V</STRONG>)ã使ç¨ãã¦ã次ã®å ¥åã¨ãªã¢å ã§è²¼ã£ã¦ã<STRONG>OK</STRONG>ãæ¼ãã¦ãã ããã',securityMsg:'ãã©ã¦ã¶ã®ã»ãã¥ãªãã£è¨å®ã«ãããã¨ãã£ã¿ã¯ã¯ãªãããã¼ãã»ãã¼ã¿ã«ç´æ¥ã¢ã¯ã»ã¹ãããã¨ãã§ãã¾ããããã®ã¦ã£ã³ãã¦ã¯è²¼ãä»ãæä½ãè¡ã度ã«è¡¨ç¤ºããã¾ãã',pasteArea:'è²¼ãä»ãå ´æ'},pastefromword:{confirmCleanup:'è²¼ãä»ããè¡ãããã¹ãã¯ãã¯ã¼ãæç« ããã³ãã¼ããããã¨ãã¦ãã¾ããè²¼ãä»ããåã«ã¯ãªã¼ãã³ã°ãè¡ãã¾ããï¼',toolbar:'ã¯ã¼ãæç« ããè²¼ãä»ã',title:'ã¯ã¼ãæç« ããè²¼ãä»ã',error:'å é¨ã¨ã©ã¼ã«ããè²¼ãä»ãããã¼ã¿ãã¯ãªã¢ã§ãã¾ããã§ãã'},pasteText:{button:'ãã¬ã¼ã³ããã¹ãè²¼ãä»ã',title:'ãã¬ã¼ã³ããã¹ãè²¼ãä»ã'},templates:{button:'ãã³ãã¬ã¼ã(éå½¢)',title:'ãã³ãã¬ã¼ãå 容',options:'ãã³ãã¬ã¼ããªãã·ã§ã³',insertOption:'ç¾å¨ã®ã¨ãã£ã¿ã®å 容ã¨ç½®æãããã¾ã',selectPromptMsg:'ã¨ãã£ã¿ã¼ã§ä½¿ç¨ãããã³ãã¬ã¼ããé¸æãã¦ãã ããã<br>(ç¾å¨ã®ã¨ãã£ã¿ã®å 容ã¯å¤±ããã¾ã):',emptyListMsg:'(ãã³ãã¬ã¼ããå®ç¾©ããã¦ãã¾ãã)'},showBlocks:'ãããã¯è¡¨ç¤º',stylesCombo:{label:'ã¹ã¿ã¤ã«',panelTitle:'ã¹ã¿ã¤ã«',panelTitle1:'ãããã¯ã¹ã¿ã¤ã«',panelTitle2:'ã¤ã³ã©ã¤ã³ã¹ã¿ã¤ã«',panelTitle3:'ãªãã¸ã§ã¯ãã¹ã¿ã¤ã«'},format:{label:'ãã©ã¼ããã',panelTitle:'ãã©ã¼ããã',tag_p:'æ¨æº',tag_pre:'æ¸å¼ä»ã',tag_address:'ã¢ãã¬ã¹',tag_h1:'è¦åºã 1',tag_h2:'è¦åºã 2',tag_h3:'è¦åºã 3',tag_h4:'è¦åºã 4',tag_h5:'è¦åºã 5',tag_h6:'è¦åºã 6',tag_div:'æ¨æº (DIV)'},div:{title:'Divã³ã³ãã',toolbar:'Divã³ã³ãã',cssClassInputLabel:'ã¹ã¿ã¤ã«ã·ã¼ãã¯ã©ã¹',styleSelectLabel:'ã¹ã¿ã¤ã«',IdInputLabel:'Id',languageCodeInputLabel:' è¨èªã³ã¼ã',inlineStyleInputLabel:'ã¤ã³ã©ã¤ã³ã¹ã¿ã¤ã«',advisoryTitleInputLabel:'Titleå±æ§',langDirLabel:'æå表è¨ã®æ¹å',langDirLTRLabel:'å·¦ããå³ (LTR)',langDirRTLLabel:'å³ããå·¦ (RTL)',edit:'Divã³ã³ãã ç·¨é',remove:'Divã³ã³ãã åé¤'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'ãã©ã³ã',voiceLabel:'ãã©ã³ã',panelTitle:'ãã©ã³ã'},fontSize:{label:'ãµã¤ãº',voiceLabel:'ãã©ã³ããµã¤ãº',panelTitle:'ãµã¤ãº'},colorButton:{textColorTitle:'ããã¹ãè²',bgColorTitle:'èæ¯è²',panelTitle:'è²',auto:'èªå',more:'ãã®ä»ã®è²...'},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'},scayt:{title:'ã¹ãã«ãã§ãã¯è¨å®(SCAYT)',opera_title:'Operaã§ã¯ãµãã¼ãããã¾ãã',enable:'SCAYTæå¹',disable:'SCAYTç¡å¹',about:'SCAYTï¾ï¾ï½°ï½¼ï¾ï½®ï¾',toggle:'SCAYTåæ¿',options:'ãªãã·ã§ã³',langs:'è¨èª',moreSuggestions:'ä»ã®åè£',ignore:'ç¡è¦',ignoreAll:'ãã¹ã¦ç¡è¦',addWord:'èªå¥è¿½å ',emptyDic:'è¾æ¸åã¯å¿ ãå ¥åãã¦ãã ãã',optionsTab:'ãªãã·ã§ã³',allCaps:'å ¨ã¦å¤§æåã®åèªãç¡è¦',ignoreDomainNames:'ãã¡ã¤ã³åãç¡è¦',mixedCase:'大æåå°æåæ··å¨ã®åèªãç¡è¦',mixedWithDigits:'æ°åä»ãåèªãç¡è¦',languagesTab:'è¨èª',dictionariesTab:'è¾æ¸',dic_field_name:'è¾æ¸å',dic_create:'ç»é²',dic_restore:'å ã«æ»ã',dic_delete:'åé¤',dic_rename:'ååå¤æ´',dic_info:'å§ãã¦ã¼ã¶ã¼ãã£ã¬ã¯ããªã¯ãCookieã«ä¿åããã¾ããä½ã Cookie ã¯ãµã¤ãºã«å¶éãããã¾ããã¦ã¼ã¶ã¼ãã£ã¬ã¯ããªãCookieã«ä¿åã§ããªããµã¤ãºã«å°éããã¨ãã£ã¬ã¯ããªã¯ãµã¼ãã¼ä¸ã«ä¿åããã¾ããå人ã®ãã£ã¬ã¯ããªããµã¼ãã¼ä¸ã«ä¿åããã«ã¯ããã£ã¬ã¯ããªåãæ示ããå¿ è¦ãããã¾ããããæ¢ã«ä¿åããããã£ã¬ã¯ããªãããå ´åããã®ååãå ¥åããå ã«æ»ããã¿ã³ãæ¼ãã¦ãã ããã',aboutTab:'ãã¼ã¸ã§ã³æ å ±'},about:{title:'CKEditorãã¼ã¸ã§ã³æ å ±',dlgTitle:'CKEditorãã¼ã¸ã§ã³æ å ±',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'ã©ã¤ã»ã³ã¹æ å ±ã®è©³ç´°ã¯ã¦ã§ããµã¤ãã«ã¦ç¢ºèªãã¦ãã ãã:',copy:'Copyright © $1. All rights reserved.'},maximize:'æ大å',minimize:'æå°å',fakeobjects:{anchor:'ã¢ã³ã«ã¼',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'ãã©ãã°ãã¦ãªãµã¤ãº',colordialog:{title:'è²é¸æ',options:'ã«ã©ã¼ãªãã·ã§ã³',highlight:'ãã¤ã©ã¤ã',selected:'é¸æãããè²',clear:'ã¯ãªã¢'},toolbarCollapse:'ãã¼ã«ãã¼ãéãã',toolbarExpand:'ãã¼ã«ãã¼ãéã',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'},bidi:{ltr:'ããã¹ãã®åã : å·¦ããå³ã¸',rtl:'ããã¹ãã®åã : å³ããå·¦ã¸'},docprops:{label:'ææ¸ ããããã£',title:'ææ¸ ããããã£',design:'Design',meta:'ã¡ã¿ãã¼ã¿',chooseColor:'è²ã®é¸æ',other:'<ãã®ä»ã®>',docTitle:'ãã¼ã¸ã¿ã¤ãã«',charset:'æåã»ãã符å·å',charsetOther:'ä»ã®æåã»ãã符å·å',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'ææ¸ã¿ã¤ããããã¼',docTypeOther:'ãã®ä»ææ¸ã¿ã¤ããããã¼',xhtmlDec:'XHTML宣è¨ãã¤ã³ã¯ã«ã¼ã',bgColor:'èæ¯è²',bgImage:'èæ¯ç»å URL',bgFixed:'ã¹ã¯ãã¼ã«ããªãèæ¯',txtColor:'ããã¹ãè²',margin:'ãã¼ã¸ã»ãã¼ã¸ã³',marginTop:'ä¸é¨',marginLeft:'å·¦',marginRight:'å³',marginBottom:'ä¸é¨',metaKeywords:'ææ¸ã®ãã¼ã¯ã¼ã(ã«ã³ãåºåã)',metaDescription:'ææ¸ã®æ¦è¦',metaAuthor:'ææ¸ã®ä½è ',metaCopyright:'ææ¸ã®èä½æ¨©',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['ja']={"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":"Nameå±æ§","langDir":"æå表è¨ã®æ¹å","langDirLtr":"å·¦ããå³ (LTR)","langDirRtl":"å³ããå·¦ (RTL)","langCode":"è¨èªã³ã¼ã","longDescr":"longdescå±æ§(é·æ説æ)","cssClass":"ã¹ã¿ã¤ã«ã·ã¼ãã¯ã©ã¹","advisoryTitle":"Titleå±æ§","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":"ãã¯ã»ã«æ°ãããã¯CSSã«ã»ããã§ããæ°å¤ãå ¥åãã¦ãã ããã(px,%,in,cm,mm,em,ex,pt,or pc)","unavailable":"%1<span class=\"cke_accessibility\">, å©ç¨ä¸å¯è½</span>"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"CKEditorã«ã¤ãã¦","help":"$1 ã®ãã«ããè¦ã¦ãã ããã","moreInfo":"ã©ã¤ã»ã³ã¹æ å ±ã®è©³ç´°ã¯ã¦ã§ããµã¤ãã«ã¦ç¢ºèªãã¦ãã ãã:","title":"CKEditorã«ã¤ãã¦","userGuide":"CKEditor User's Guide"},"basicstyles":{"bold":"太å","italic":"æä½","strike":"æã¡æ¶ãç·","subscript":"ä¸ä»ã","superscript":"ä¸ä»ã","underline":"ä¸ç·"},"bidi":{"ltr":"ããã¹ãã®åã : å·¦ããå³ã¸","rtl":"ããã¹ãã®åã : å³ããå·¦ã¸"},"blockquote":{"toolbar":"ãããã¯å¼ç¨æ"},"clipboard":{"copy":"ã³ãã¼","copyError":"ãã©ã¦ã¶ã¼ã®ã»ãã¥ãªãã£è¨å®ã«ããã¨ãã£ã¿ã®ã³ãã¼æä½ãèªåã§å®è¡ãããã¨ãã§ãã¾ãããå®è¡ããã«ã¯æåã§ãã¼ãã¼ãã®(Ctrl/Cmd+C)ã使ç¨ãã¦ãã ããã","cut":"åãåã","cutError":"ãã©ã¦ã¶ã¼ã®ã»ãã¥ãªãã£è¨å®ã«ããã¨ãã£ã¿ã®åãåãæä½ãèªåã§å®è¡ãããã¨ãã§ãã¾ãããå®è¡ããã«ã¯æåã§ãã¼ãã¼ãã®(Ctrl/Cmd+X)ã使ç¨ãã¦ãã ããã","paste":"è²¼ãä»ã","pasteArea":"è²¼ãä»ãå ´æ","pasteMsg":"ãã¼ãã¼ã(<STRONG>Ctrl/Cmd+V</STRONG>)ã使ç¨ãã¦ã次ã®å ¥åã¨ãªã¢å ã§è²¼ãä»ãã¦ã<STRONG>OK</STRONG>ãæ¼ãã¦ãã ããã","securityMsg":"ãã©ã¦ã¶ã®ã»ãã¥ãªãã£è¨å®ã«ãããã¨ãã£ã¿ã¯ã¯ãªãããã¼ããã¼ã¿ã«ç´æ¥ã¢ã¯ã»ã¹ãããã¨ãã§ãã¾ããããã®ã¦ã£ã³ãã¦ã¯è²¼ãä»ãæä½ãè¡ã度ã«è¡¨ç¤ºããã¾ãã","title":"è²¼ãä»ã"},"button":{"selectedLabel":"%1 (é¸æä¸)"},"colorbutton":{"auto":"èªå","bgColorTitle":"èæ¯è²","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":"ãã®ä»ã®è²...","panelTitle":"è²","textColorTitle":"æåè²"},"colordialog":{"clear":"ã¯ãªã¢","highlight":"ãã¤ã©ã¤ã","options":"ã«ã©ã¼ãªãã·ã§ã³","selected":"é¸æãããè²","title":"è²é¸æ"},"templates":{"button":"ãã³ãã¬ã¼ã","emptyListMsg":"(ãã³ãã¬ã¼ããå®ç¾©ããã¦ãã¾ãã)","insertOption":"ç¾å¨ã®ã¨ãã£ã¿ã®å 容ã¨ç½®ãæãã¾ã","options":"ãã³ãã¬ã¼ããªãã·ã§ã³","selectPromptMsg":"ã¨ãã£ã¿ã¼ã§ä½¿ç¨ãããã³ãã¬ã¼ããé¸æãã¦ãã ããã<br>(ç¾å¨ã®ã¨ãã£ã¿ã®å 容ã¯å¤±ããã¾ã):","title":"å 容ãã³ãã¬ã¼ã"},"contextmenu":{"options":"ã³ã³ããã¹ãã¡ãã¥ã¼ãªãã·ã§ã³"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Titleå±æ§","cssClassInputLabel":"ã¹ã¿ã¤ã«ã·ã¼ãã¯ã©ã¹","edit":"Divã³ã³ãããç·¨é","inlineStyleInputLabel":"ã¤ã³ã©ã¤ã³ã¹ã¿ã¤ã«","langDirLTRLabel":"å·¦ããå³ (LTR)","langDirLabel":"æå表è¨ã®æ¹å","langDirRTLLabel":"å³ããå·¦ (RTL)","languageCodeInputLabel":" è¨èªã³ã¼ã","remove":"Divã³ã³ãããåé¤","styleSelectLabel":"ã¹ã¿ã¤ã«","title":"Divã³ã³ãã","toolbar":"Divã³ã³ãã"},"toolbar":{"toolbarCollapse":"ãã¼ã«ãã¼ãéãã","toolbarExpand":"ãã¼ã«ãã¼ãéã","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":"ç·¨éãã¼ã«ãã¼"},"elementspath":{"eleLabel":"è¦ç´ ãã¹","eleTitle":"%1 è¦ç´ "},"find":{"find":"æ¤ç´¢","findOptions":"æ¤ç´¢ãªãã·ã§ã³","findWhat":"æ¤ç´¢ããæåå:","matchCase":"大æåã¨å°æåãåºå¥ãã","matchCyclic":"æ«å°¾ã«é¹ãããå é ã«æ»ã","matchWord":"åèªåä½ã§æ¢ã","notFoundMsg":"æå®ãããæååã¯è¦ã¤ããã¾ããã§ããã","replace":"ç½®æ","replaceAll":"ãã¹ã¦ç½®æ","replaceSuccessMsg":"%1 åç½®æãã¾ããã","replaceWith":"ç½®æå¾ã®æåå:","title":"æ¤ç´¢ã¨ç½®æ"},"fakeobjects":{"anchor":"ã¢ã³ã«ã¼","flash":"Flash Animation","hiddenfield":"ä¸å¯è¦ãã£ã¼ã«ã","iframe":"IFrame","unknown":"Unknown Object"},"flash":{"access":"ã¹ããªã¯ãã¢ã¯ã»ã¹(AllowScriptAccess)","accessAlways":"ãã¹ã¦ã®å ´åã«éä¿¡å¯è½(Always)","accessNever":"ãã¹ã¦ã®å ´åã«éä¿¡ä¸å¯è½(Never)","accessSameDomain":"åä¸ãã¡ã¤ã³ã®ã¿ã«éä¿¡å¯è½(Same domain)","alignAbsBottom":"ä¸é¨(絶対ç)","alignAbsMiddle":"ä¸å¤®(絶対ç)","alignBaseline":"ãã¼ã¹ã©ã¤ã³","alignTextTop":"ããã¹ãä¸é¨","bgcolor":"èæ¯è²","chkFull":"ãã«ã¹ã¯ãªã¼ã³è¨±å¯","chkLoop":"ã«ã¼ãåç","chkMenu":"Flashã¡ãã¥ã¼å¯è½","chkPlay":"åç","flashvars":"ãã©ãã·ã¥ã«æ¸¡ãå¤æ°(FlashVars)","hSpace":"横éé","properties":"Flash ããããã£","propertiesTab":"ããããã£","quality":"ç»è³ª","qualityAutoHigh":"èªå/é«","qualityAutoLow":"èªå/ä½","qualityBest":"å質åªå ","qualityHigh":"é«","qualityLow":"ä½","qualityMedium":"ä¸","scale":"æ¡å¤§ç¸®å°è¨å®","scaleAll":"ãã¹ã¦è¡¨ç¤º","scaleFit":"ä¸ä¸å·¦å³ã«ãã£ãã","scaleNoBorder":"å¤ãè¦ããªãæ§ã«æ¡å¤§","title":"Flash ããããã£","vSpace":"縦éé","validateHSpace":"横ééã¯æ°å¤ã§å ¥åãã¦ãã ããã","validateSrc":"ãªã³ã¯URLãå ¥åãã¦ãã ããã","validateVSpace":"縦ééã¯æ°å¤ã§å ¥åãã¦ãã ããã","windowMode":"ã¦ã£ã³ãã¦ã¢ã¼ã","windowModeOpaque":"èæ¯ãä¸éæè¨å®","windowModeTransparent":"èæ¯ãééè¨å®","windowModeWindow":"æ¨æº"},"font":{"fontSize":{"label":"ãµã¤ãº","voiceLabel":"ãã©ã³ããµã¤ãº","panelTitle":"ãã©ã³ããµã¤ãº"},"label":"ãã©ã³ã","panelTitle":"ãã©ã³ã","voiceLabel":"ãã©ã³ã"},"forms":{"button":{"title":"ãã¿ã³ ããããã£","text":"ããã¹ã (å¤)","type":"ã¿ã¤ã","typeBtn":"ãã¿ã³","typeSbm":"éä¿¡","typeRst":"ãªã»ãã"},"checkboxAndRadio":{"checkboxTitle":"ãã§ãã¯ããã¯ã¹ã®ããããã£","radioTitle":"ã©ã¸ãªãã¿ã³ã®ããããã£","value":"å¤","selected":"é¸ææ¸ã¿"},"form":{"title":"ãã©ã¼ã ã®ããããã£","menu":"ãã©ã¼ã ã®ããããã£","action":"ã¢ã¯ã·ã§ã³ (action)","method":"ã¡ã½ãã (method)","encoding":"ã¨ã³ã³ã¼ãæ¹å¼ (encoding)"},"hidden":{"title":"ä¸å¯è¦ãã£ã¼ã«ã ããããã£","name":"åå (name)","value":"å¤ (value)"},"select":{"title":"é¸æãã£ã¼ã«ãã®ããããã£","selectInfo":"æ å ±","opAvail":"å©ç¨å¯è½ãªãªãã·ã§ã³","value":"é¸æé ç®å¤","size":"ãµã¤ãº","lines":"è¡","chkMulti":"è¤æ°é¸æã許å¯","opText":"é¸æé ç®å","opValue":"å¤","btnAdd":"追å ","btnModify":"ç·¨é","btnUp":"ä¸ã¸","btnDown":"ä¸ã¸","btnSetValue":"é¸æããå¤ãè¨å®","btnDelete":"åé¤"},"textarea":{"title":"ããã¹ãã¨ãªã¢ ããããã£","cols":"å","rows":"è¡"},"textfield":{"title":"ï¼è¡ããã¹ã ããããã£","name":"åå","value":"å¤","charWidth":"ãµã¤ãº","maxChars":"æ大é·","type":"ã¿ã¤ã","typeText":"ããã¹ã","typePass":"ãã¹ã¯ã¼ãå ¥å","typeEmail":"ã¡ã¼ã«","typeSearch":"æ¤ç´¢","typeTel":"é»è©±çªå·","typeUrl":"URL"}},"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":"æ°´å¹³ç·"},"iframe":{"border":"ãã¬ã¼ã ã®æ ã表示","noUrl":"iframeã®URLãå ¥åãã¦ãã ããã","scrolling":"ã¹ã¯ãã¼ã«ãã¼ã®è¡¨ç¤ºã許å¯","title":"iFrameã®ããããã£","toolbar":"IFrame"},"image":{"alertUrl":"ç»åã®URLãå ¥åãã¦ãã ãã","alt":"代æ¿ããã¹ã","border":"æ ç·ã®å¹ ","btnUpload":"ãµã¼ãã¼ã«éä¿¡","button2Img":"é¸æããç»åãã¿ã³ãç»åã«å¤æãã¾ããï¼","hSpace":"æ°´å¹³éé","img2Button":"é¸æããç»åãç»åãã¿ã³ã«å¤æãã¾ããï¼","infoTab":"ç»åæ å ±","linkTab":"ãªã³ã¯","lockRatio":"æ¯çãåºå®","menu":"ç»åã®ããããã£","resetSize":"ãµã¤ãºããªã»ãã","title":"ç»åã®ããããã£","titleButton":"ç»åãã¿ã³ã®ããããã£","upload":"ã¢ãããã¼ã","urlMissing":"ç»åã®URLãå ¥åãã¦ãã ããã","vSpace":"åç´éé","validateBorder":"æ ç·ã®å¹ ã¯æ°å¤ã§å ¥åãã¦ãã ããã","validateHSpace":"æ°´å¹³ééã¯æ°å¤ã§å ¥åãã¦ãã ããã","validateVSpace":"åç´ééã¯æ°å¤ã§å ¥åãã¦ãã ããã"},"indent":{"indent":"ã¤ã³ãã³ã","outdent":"ã¤ã³ãã³ã解é¤"},"smiley":{"options":"çµµæåãªãã·ã§ã³","title":"é¡æåæ¿å ¥","toolbar":"çµµæå"},"justify":{"block":"両端æã","center":"ä¸å¤®æã","left":"å·¦æã","right":"å³æã"},"language":{"button":"è¨èªãè¨å®","remove":"è¨èªãåé¤"},"link":{"acccessKey":"ã¢ã¯ã»ã¹ãã¼","advanced":"é«åº¦ãªè¨å®","advisoryContentType":"Content Typeå±æ§","advisoryTitle":"Titleå±æ§","anchor":{"toolbar":"ã¢ã³ã«ã¼æ¿å ¥/ç·¨é","menu":"ã¢ã³ã«ã¼ã®ç·¨é","title":"ã¢ã³ã«ã¼ã®ããããã£","name":"ã¢ã³ã«ã¼å","errorName":"ã¢ã³ã«ã¼åãå ¥åãã¦ãã ããã","remove":"ã¢ã³ã«ã¼ãåé¤"},"anchorId":"ã¨ã¬ã¡ã³ãID","anchorName":"ã¢ã³ã«ã¼å","charset":"ãªã³ã¯å ã®charset","cssClasses":"ã¹ã¿ã¤ã«ã·ã¼ãã¯ã©ã¹","emailAddress":"E-Mail ã¢ãã¬ã¹","emailBody":"æ¬æ","emailSubject":"件å","id":"Id","info":"ãã¤ãã¼ãªã³ã¯æ å ±","langCode":"è¨èªã³ã¼ã","langDir":"æå表è¨ã®æ¹å","langDirLTR":"å·¦ããå³ (LTR)","langDirRTL":"å³ããå·¦ (RTL)","menu":"ãªã³ã¯ãç·¨é","name":"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":"çªå·ä»ããªã¹ã"},"liststyle":{"armenian":"ã¢ã«ã¡ãã¢æ°å","bulletedTitle":"ç®æ¡æ¸ãã®ããããã£","circle":"ç½ä¸¸","decimal":"æ°å (1, 2, 3, etc.)","decimalLeadingZero":"0ä»ãã®æ°å (01, 02, 03, etc.)","disc":"é»ä¸¸","georgian":"ã°ã«ã¸ã¢æ°å (an, ban, gan, etc.)","lowerAlpha":"å°æåã¢ã«ãã¡ããã (a, b, c, d, e, etc.)","lowerGreek":"å°æåã®ãªã·ã£æå (alpha, beta, gamma, etc.)","lowerRoman":"å°æåãã¼ãæ°å (i, ii, iii, iv, v, etc.)","none":"ãªã","notset":"<ãªã>","numberedTitle":"çªå·ä»ããªã¹ãã®ããããã£","square":"åè§","start":"éå§","type":"種é¡","upperAlpha":"大æåã¢ã«ãã¡ããã (A, B, C, D, E, etc.)","upperRoman":"大æåãã¼ãæ°å (I, II, III, IV, V, etc.)","validateStartNumber":"ãªã¹ãã®éå§çªå·ã¯æ°å¤ã§å ¥åãã¦ãã ããã"},"magicline":{"title":"ããã«æ®µè½ãæ¿å ¥"},"maximize":{"maximize":"æ大å","minimize":"æå°å"},"newpage":{"toolbar":"æ°ãããã¼ã¸"},"pagebreak":{"alt":"æ¹ãã¼ã¸","toolbar":"å°å·ã®çºã«æ¹ãã¼ã¸æ¿å ¥"},"pastetext":{"button":"ãã¬ã¼ã³ããã¹ãã¨ãã¦è²¼ãä»ã","title":"ãã¬ã¼ã³ããã¹ãã¨ãã¦è²¼ãä»ã"},"pastefromword":{"confirmCleanup":"è²¼ãä»ããè¡ãããã¹ãã¯ã¯ã¼ãæç« ããã³ãã¼ããããã¨ãã¦ãã¾ããè²¼ãä»ããåã«ã¯ãªã¼ãã³ã°ãè¡ãã¾ããï¼","error":"å é¨ã¨ã©ã¼ã«ããè²¼ãä»ãããã¼ã¿ãã¯ãªã¢ã§ãã¾ããã§ãã","title":"ã¯ã¼ãæç« ããè²¼ãä»ã","toolbar":"ã¯ã¼ãæç« ããè²¼ãä»ã"},"preview":{"preview":"ãã¬ãã¥ã¼"},"print":{"toolbar":"å°å·"},"removeformat":{"toolbar":"æ¸å¼ã解é¤"},"save":{"toolbar":"ä¿å"},"selectall":{"toolbar":"ãã¹ã¦é¸æ"},"showblocks":{"toolbar":"ãããã¯è¡¨ç¤º"},"sourcearea":{"toolbar":"ã½ã¼ã¹"},"specialchar":{"options":"ç¹æ®æåãªãã·ã§ã³","title":"ç¹æ®æåã®é¸æ","toolbar":"ç¹æ®æåãæ¿å ¥"},"scayt":{"about":"SCAYTï¾ï¾ï½°ï½¼ï¾ï½®ï¾","aboutTab":"ãã¼ã¸ã§ã³æ å ±","addWord":"èªå¥è¿½å ","allCaps":"å ¨ã¦å¤§æåã®åèªãç¡è¦","dic_create":"ç»é²","dic_delete":"åé¤","dic_field_name":"è¾æ¸å","dic_info":"å§ãã¦ã¼ã¶ã¼ãã£ã¬ã¯ããªã¯ãCookieã«ä¿åããã¾ããä½ã Cookie ã¯ãµã¤ãºã«å¶éãããã¾ããã¦ã¼ã¶ã¼ãã£ã¬ã¯ããªãCookieã«ä¿åã§ããªããµã¤ãºã«å°éããã¨ãã£ã¬ã¯ããªã¯ãµã¼ãã¼ä¸ã«ä¿åããã¾ããå人ã®ãã£ã¬ã¯ããªããµã¼ãã¼ä¸ã«ä¿åããã«ã¯ããã£ã¬ã¯ããªåãæ示ããå¿ è¦ãããã¾ããããæ¢ã«ä¿åããããã£ã¬ã¯ããªãããå ´åããã®ååãå ¥åããå ã«æ»ããã¿ã³ãæ¼ãã¦ãã ããã","dic_rename":"ååå¤æ´","dic_restore":"å ã«æ»ã","dictionariesTab":"è¾æ¸","disable":"SCAYTç¡å¹","emptyDic":"è¾æ¸åã¯å¿ ãå ¥åãã¦ãã ãã","enable":"SCAYTæå¹","ignore":"ç¡è¦","ignoreAll":"ãã¹ã¦ç¡è¦","ignoreDomainNames":"ãã¡ã¤ã³åãç¡è¦","langs":"è¨èª","languagesTab":"è¨èª","mixedCase":"大æåå°æåæ··å¨ã®åèªãç¡è¦","mixedWithDigits":"æ°åä»ãåèªãç¡è¦","moreSuggestions":"ä»ã®åè£","opera_title":"Operaã§ã¯ãµãã¼ãããã¾ãã","options":"ãªãã·ã§ã³","optionsTab":"ãªãã·ã§ã³","title":"ã¹ãã«ãã§ãã¯è¨å®(SCAYT)","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":"ãã¼ã¹ã©ã¤ã³","bgColor":"èæ¯è²","borderColor":"ãã¼ãã¼ã«ã©ã¼","data":"ãã¼ãã«ãã¼ã¿ (td)","header":"ããã","yes":"ã¯ã","no":"ããã","invalidWidth":"ã»ã«å¹ ã¯æ°å¤ã§å ¥åãã¦ãã ããã","invalidHeight":"ã»ã«é«ãã¯æ°å¤ã§å ¥åãã¦ãã ããã","invalidRowSpan":"ç¸¦å¹ (è¡æ°)ã¯æ°å¤ã§å ¥åãã¦ãã ããã","invalidColSpan":"æ¨ªå¹ (åæ°)ã¯æ°å¤ã§å ¥åãã¦ãã ããã","chooseColor":"è²ã®é¸æ"},"cellPad":"ã»ã«å éé","cellSpace":"ã»ã«å ä½ç½","column":{"menu":"å","insertBefore":"åãå·¦ã«æ¿å ¥","insertAfter":"åãå³ã«æ¿å ¥","deleteColumn":"åãåé¤"},"columns":"åæ°","deleteTable":"表ãåé¤","headers":"ããã (th)","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":"ãã¯ã»ã«","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 diff --git a/skins/ckeditor/lang/ka.js b/skins/ckeditor/lang/ka.js index 5929922..8740078 100644 --- a/skins/ckeditor/lang/ka.js +++ b/skins/ckeditor/lang/ka.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.ka={dir:'ltr',editorTitle:'á¢áá¥á¡á¢áá¡ á áááá¥á¢áá á, %1, áááááá áá ALT 0-á¡ ááá®ááá áááá¡ ááá¡áá¦áááá.',toolbars:'Editor toolbars',editor:'á¢áá¥á¡á¢áá¡ á áááá¥á¢áá á',source:'áááááá',newPage:'áá®ááá áááá áá',save:'á©áá¬áá á',preview:'ááááá®áááá',cut:'ááááá á',copy:'áá¡áá',paste:'á©áá¡áá',print:'áááááá',underline:'ááá®ááá£áá',bold:'áá¡á®áááá',italic:'ááá®á ááá',selectAll:'á§ááááá¤á áá¡ ááááá¨ááá',removeFormat:'á¤áá ááá¢áá áááá¡ ááá®á¡áá',strike:'ááááá®ááá£áá',subscript:'ááááá¥á¡á',superscript:'á®áá áá¡á®á',horizontalrule:'á°áá ááááá¢ááá£á á á®áááá¡ á©áá¡áá',pagebreak:'áááá ááá¡ á¬á§ááá¢á ááááááá¡áááá¡',pagebreakAlt:'áááá ááá¡ á¬á§ááá¢á',unlink:'ááá£ááá¡ ááá®á¡áá',undo:'ááá£á¥áááá',redo:'áááááá ááá',common:{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:'CSS áááá¡á',advisoryTitle:'á¡áááá£á á',cssStyle:'CSS á¡á¢ááá',ok:'áááá®',cancel:'ááá£á¥áááá',close:'ááá®á£á áá',preview:'ááááá®áááá',generalTab:'ááá¤áá áááªáá',advancedTab:'ááá¤áá ááááá£áá',validateNumberFailed:'áá¡ áááá¨ááááááá áá áá á ááªá®áá.',confirmNewPage:'áá áááá£áááá¢á¨á á§áááá á©áá£á¬áá ááá áªááááááá áááááá áááá. ááá á¬áá£áááá£áá á®áá á á áá áá®ááá áááá ááá¡ á©áá¢ááá ááá áááááá?',confirmCancel:'áááááá áá ááá áááá¢á á á¨ááªáááááá, ááá á¬áá£áááá£ááá á®áá á á áá á¤ááá¯á áá¡ ááá®á£á áá áá¡á£á á?',options:'ááá áááá¢á ááá',target:'ááá®á¡ááá¡ áááááá',targetNew:'áá®ááá á¤ááá¯áá á (_blank)',targetTop:'áááá á¤ááá¯áá á (_top)',targetSelf:'ááááá á¤ááá¯áá á (_self)',targetParent:'áá¨ááááá á¤ááá¯áá á (_parent)',langDirLTR:'ááá áªá®ááááá ááá á¯áááá (LTR)',langDirRTL:'ááá á¯áááááá ááá áªá®ááá (RTL)',styles:'á¡á¢ááá',cssClasses:'CSS áááá¡á',width:'á¡ááááá',height:'á¡áááá¦áá',align:'á¡á¬áá ááá',alignLeft:'ááá áªá®ááá',alignRight:'ááá á¯áááá',alignCenter:'á¨á£á',alignTop:'áááááá',alignMiddle:'á¨á£á',alignBottom:'á¥áááááá',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).',invalidHtmlLength:'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',unavailable:'%1<span class="cke_accessibility">, ááá£á¬áááááááá</span>'},contextmenu:{options:'áááá¢áá¥á¡á¢á£á á ááááá£á¡ ááá áááá¢á ááá'},specialChar:{toolbar:'á¡áááªáááá£á á á¡ááááááá¡ á©áá¡áá',title:'á¡áááªáááá£á á á¡ááááááá¡ áá á©ááá',options:'á¡áááªáááá£á á á¡ááááááá¡ ááá áááá¢á ááá'},link:{toolbar:'ááá£áá',other:'<á¡á®áá>',menu:'ááá£ááá¡ á áááá¥á¢áá ááá',title:'ááá£áá',info:'ááá£ááá¡ ááá¤áá áááªáá',target:'ááá®á¡ááá¡ áááááá',upload:'áá¥áá©áá',advanced:'ááá¬áá áááááá',type:'ááá£ááá¡ á¢ááá',toUrl:'URL',toAnchor:'ááá£áá á¢áá¥á¡á¢á¨á á¦á£áááá',toEmail:'ááá¤áá¡á¢á',targetFrame:'<frame>',targetPopup:'<popup á¤ááá¯áá á>',targetFrameName:'Frame-áá¡ á¡áá®ááá',targetPopupName:'Popup á¤ááá¯á áá¡ á¡áá®ááá',popupFeatures:'Popup á¤ááá¯á áá¡ ááá áááá¢á ááá',popupResizable:'áªáááááááá ááááá',popupStatusBar:'á¡á¢áá¢á£á¡áá¡ áááá',popupLocationBar:'áááááááªááá¡ áááá',popupToolbar:'á®ááá¡áá¬á§ááá áááá',popupMenuBar:'ááááá£á¡ áááá',popupFullScreen:'ááááá ááá ááá (IE)',popupScrollBars:'ááááá®ááááá¡ áááááá',popupDependent:'áááááááááá£áá (Netscape)',popupLeft:'ááá áªá®ááá áááááªáá',popupTop:'áááá áááááªáá',id:'Id',langDir:'áááá¡ ááááá áá£áááá',langDirLTR:'ááá áªá®ááááá ááá á¯áááá (LTR)',langDirRTL:'ááá á¯áááááá ááá áªá®ááá (RTL)',acccessKey:'á¬áááááá¡ á¦ááááá',name:'á¡áá®ááá',langCode:'áááá¡ áááá',tabIndex:'Tab-áá¡ ááááá¥á¡á',advisoryTitle:'á¡áááá£á á',advisoryContentType:'á¨áááááá¡áá¡ á¢ááá',cssClasses:'CSS áááá¡á',charset:'ááááá ááá',styles:'CSS á¡á¢ááá',rel:'áááá¨áá á',selectAnchor:'ááá á©ááá á¦á£áá',anchorName:'á¦á£ááá¡ á¡áá®áááá',anchorId:'ááááááá¢áá¡ Id-á',emailAddress:'ááá¤áá¡á¢áá¡ ááá¡áááá áááá',emailSubject:'á¬áá áááá¡ á¡áááá£á á',emailBody:'á¬áá áááá¡ á¢áá¥á¡á¢á',noAnchors:'(áá áááá£áááá¢á¨á á¦á£áá áá áá)',noUrl:'ááá áá¤áá ááá£ááá¡ URL',noEmail:'ááá áá¤áá ááá¤áá¡á¢áá¡ ááá¡áááá áá'},anchor:{toolbar:'á¦á£áá',menu:'á¦á£ááá¡ á áááá¥á¢áá ááá',title:'á¦á£ááá¡ ááá áááá¢á ááá',name:'á¦á£áá£á¡ á¡áá®ááá',errorName:'ááá áá¤áá á¦á£ááá¡ á¡áá®ááá',remove:'Remove Anchor'},list:{numberedTitle:'áááááááá ááá á¡ááá¡ ááá áááá¢á ááá',bulletedTitle:'á¦áááááááá á¡ááá¡ ááá áááá¢á ááá',type:'á¢ááá',start:'á¡áá¬á§áá¡á',validateStartNumber:'á¡ááá¡ á¡áá¬á§áá¡á ááááá á ááªá®áá á£ááá áá§áá¡.',circle:'á¬á áá¬áá á',disc:'á¬á á',square:'ááááá áá¢á',none:'áá áá¤áá á',notset:'<áá áá¤áá á>',armenian:'á¡ááá®á£á á áááááááá áá',georgian:'á¥áá áá£áá áááááááá áá (áá, ááá, ááá, ..)',lowerRoman:'á áááá£áá áááááááá ááªá ááá¢áá á áªáá¤á áááá (i, ii, iii, iv, v, ..)',upperRoman:'á áááá£áá áááááááá áá áááá áªáá¤á áááá (I, II, III, IV, V, etc.)',lowerAlpha:'ááá¢áá á áááááá£á á áá¡ááááá (a, b, c, d, e, ..)',upperAlpha:'áááá áááááá£á á áá¡ááááá (A, B, C, D, E, ..)',lowerGreek:'ááá¢áá á ááá á«áá£áá áá¡ááááá (ááá¤á, ááá¢á, áááá, ..)',decimal:'á ááªá®ááááá (1, 2, 3, ..)',decimalLeadingZero:'áá£ááá ááá¬á§ááá£áá á ááªá®ááááá (01, 02, 03, ..)'},findAndReplace:{title:'á«áááá áá á¨ááªááá',find:'á«áááá',replace:'á¨ááªááá',findWhat:'á¡áá«áááááá á¢áá¥á¡á¢á:',replaceWith:'á¨ááªáááá¡ á¢áá¥á¡á¢á:',notFoundMsg:'áááááááá£áá á¢áá¥á¡á¢á áá áááá«áááá.',matchCase:'áááá áá ááá¢áá á áá¡ááááá¡ ááááá®áááá',matchWord:'ááááá á¡áá¢á§ááá¡ ááááá®áááá',matchCyclic:'áááá£áááá¢áá¡ ááááá¨á ááá¡áááá¡ ááá á ááááááá ááá¬á§ááá',replaceAll:'á§ááááá¡ á¨ááªááá',replaceSuccessMsg:'%1 ááá«áááááá á¨áááªáááá.'},table:{toolbar:'áªá®á ááá',title:'áªá®á áááá¡ ááá áááá¢á ááá',menu:'áªá®á áááá¡ ááá áááá¢á ááá',deleteTable:'áªá®á áááá¡ á¬áá¨áá',rows:'á¡á¢á áá¥ááá',columns:'á¡ááá¢á',border:'á©áá á©áá¡ áááá',widthPx:'á¬áá á¢ááá',widthPc:'áá ááªááá¢á',widthUnit:'á¡ááááá áá ááá£áá',cellSpace:'á£á¯á áá¡ á¡ááá áªá (spacing)',cellPad:'á£á¯á áá¡ áááá (padding)',caption:'á¡áááá£á á',summary:'á¨áá¯ááááá',headers:'á¡áááá£á ááá',headersNone:'áá áá¤áá á',headersColumn:'ááá áááá á¡ááá¢á',headersRow:'ááá áááá á¡á¢á áá¥ááá',headersBoth:'áá ááá',invalidRows:'á¡á¢á áá¥áááááá¡ á áááááááá áááááááá á ááªá®áá á£ááá áá§áá¡.',invalidCols:'á¡ááá¢áááá¡ á áááááááá áááááááá á ááªá®áá á£ááá áá§áá¡.',invalidBorder:'á©áá á©áá¡ áááá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.',invalidWidth:'áªá®á áááá¡ á¡ááááá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.',invalidHeight:'áªá®á áááá¡ á¡áááá¦áá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.',invalidCellSpacing:'á£á¯á áá¡ á¡ááá áªá (spacing) á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.',invalidCellPadding:'á£á¯á áá¡ áááá (padding) á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.',cell:{menu:'á£á¯á á',insertBefore:'á£á¯á áá¡ á©áá¡áá ááááááá',insertAfter:'á£á¯á áá¡ á©áá¡áá ááá á',deleteCell:'á£á¯á áááá¡ á¬áá¨áá',merge:'á£á¯á áááá¡ á¨ááá áááá',mergeRight:'á¨ááá áááá ááá á¯ááááá¡ááá',mergeDown:'á¨ááá áááá á¥ááááááá¡ááá',splitHorizontal:'ááá§áá¤á á°áá ááááá¢ááá£á áá',splitVertical:'ááá§áá¤á ááá á¢ááááá£á áá',title:'á£á¯á áá¡ ááá áááá¢á ááá',cellType:'á£á¯á áá¡ á¢ááá',rowSpan:'á¡á¢á áá¥áááááá¡ ááááááá',colSpan:'á¡ááá¢áááá¡ ááááááá',wordWrap:'á¡á¢á áá¥áááá¡ ááááá¢ááá (Word Wrap)',hAlign:'á°áá ááááá¢ááá£á á á¡á¬áá ááá',vAlign:'ááá á¢ááááá£á á á¡á¬áá ááá',alignBaseline:'á«áá ááááá á®áááá¡ ááá¡á¬áá áá',bgColor:'á¤áááá¡ á¤áá á',borderColor:'á©áá á©áá¡ á¤áá á',data:'áááááªááááá',header:'á¡áááá£á á',yes:'áááá®',no:'áá á',invalidWidth:'á£á¯á áá¡ á¡ááááá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.',invalidHeight:'á£á¯á áá¡ á¡áááá¦áá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.',invalidRowSpan:'á¡á¢á áá¥áááááá¡ á áááááááá ááááá á ááªá®áá á£ááá áá§áá¡.',invalidColSpan:'á¡ááá¢áááá¡ á áááááááá ááááá á ááªá®áá á£ááá áá§áá¡.',chooseColor:'áá á©ááá'},row:{menu:'á¡á¢á áá¥ááá',insertBefore:'á¡á¢á áá¥áááá¡ á©áááá¢ááá á¬áá',insertAfter:'á¡á¢á áá¥áááá¡ á©áááá¢ááá ááá á',deleteRow:'á¡á¢á áá¥áááááá¡ á¬áá¨áá'},column:{menu:'á¡ááá¢á',insertBefore:'á¡ááá¢áá¡ á©áááá¢ááá á¬áá',insertAfter:'á¡ááá¢áá¡ á©áááá¢ááá ááá á',deleteColumn:'á¡ááá¢áááá¡ á¬áá¨áá'}},button:{title:'á¦áááááá¡ ááá áááá¢á ááá',text:'á¢áá¥á¡á¢á',type:'á¢ááá',typeBtn:'á¦ááááá',typeSbm:'áááááááá',typeRst:'ááá¡á£á¤áááááá'},checkboxAndRadio:{checkboxTitle:'ááááá¨áááá¡ á¦áááááá¡ (Checkbox) ááá áááá¢á ááá',radioTitle:'áá¡áá á©ááá á¦áááááá¡ (Radio) ááá áááá¢á ááá',value:'á¢áá¥á¡á¢á',selected:'áá á©áá£áá'},form:{title:'á¤áá ááá¡ ááá áááá¢á ááá',menu:'á¤áá ááá¡ ááá áááá¢á ááá',action:'á¥áááááá',method:'áááááá',encoding:'ááááá ááá'},select:{title:'áá á©áááá¡ ááááá¡ ááá áááá¢á ááá',selectInfo:'ááá¤áá áááªáá',opAvail:'á¨áá¡áá«áááááá ááá áááá¢ááá',value:'áááá¨ááááááá',size:'áááá',lines:'á®ááááá',chkMulti:'áá áááááááá áá á©áááááá¡ á¡áá¨á£ááááá',opText:'á¢áá¥á¡á¢á',opValue:'áááá¨ááááááá',btnAdd:'ááááá¢ááá',btnModify:'á¨ááªááá',btnUp:'ááááá',btnDown:'á¥ááááá',btnSetValue:'áááá á©áá£á áááá¨ááááááááá ááá§ááááá',btnDelete:'á¬áá¨áá'},textarea:{title:'á¢áá¥á¡á¢á£á á áá áá¡ ááá áááá¢á ááá',cols:'á¡ááá¢ááá',rows:'á¡á¢á áá¥ááááá'},textfield:{title:'á¢áá¥á¡á¢á£á á ááááá¡ ááá áááá¢á ááá',name:'á¡áá®ááá',value:'áááá¨ááááááá',charWidth:'á¡ááááááá¡ áááá',maxChars:'áá¡ááááá¡ ááá¥á¡ááááá£á á ááááááá',type:'á¢ááá',typeText:'á¢áá¥á¡á¢á',typePass:'ááá ááá'},hidden:{title:'áááá£áá ááááá¡ ááá áááá¢á ááá',name:'á¡áá®ááá',value:'áááá¨ááááááá'},image:{title:'á¡á£á áááá¡ ááá áááá¢á ááá',titleButton:'á¡á£á áááááá á¦áááááá¡ ááá áááá¢á ááá',menu:'á¡á£á áááá¡ ááá áááá¢á ááá',infoTab:'á¡á£á áááá¡ ááá¤áá ááªáá',btnUpload:'á¡áá ááá áá¡áááá¡ áááááááá',upload:'áá¢ááá ááá',alt:'á¡ááááªááá á¢áá¥á¡á¢á',lockRatio:'áá áááá áªááá¡ á¨áááá á©á£áááá',resetSize:'ááááá¡ áááá á£áááá',border:'á©áá á©á',hSpace:'á°áá ááááá¢ááá£á á á¡ááá áªá',vSpace:'ááá á¢ááááá£á á á¡ááá áªá',alertUrl:'ááá áá¤áá á¡á£á áááá¡ URL',linkTab:'ááá£áá',button2Img:'áá¡á£á á áá á©áá£áá á¡á£á áááááá á¦áááááá¡ ááááá¥áªááá á©ááá£áááá áá á¦áááááá?',img2Button:'áá¡á£á á áá á©áá£áá á©ááá£áááá ááá á¦áááááá¡ ááááá¥áªááá á¡á£á ááááá á¦áááááá?',urlMissing:'á¡á£á áááá¡ URL áá áá á¨ááá¡ááá£áá.',validateBorder:'á©áá á©á ááááá á ááªá®áá á£ááá áá§áá¡.',validateHSpace:'á°áá ááááá¢ááá£á á á¡ááá áªá ááááá á ááªá®áá á£ááá áá§áá¡.',validateVSpace:'ááá á¢ááááá£á á á¡ááá áªá ááááá á ááªá®áá á£ááá áá§áá¡.'},flash:{properties:'Flash-áá¡ ááá áááá¢á ááá',propertiesTab:'ááá áááá¢á ááá',title:'Flash-áá¡ ááá áááá¢á ááá',chkPlay:'ááá¢á ááá¨áááá',chkLoop:'á©ááªááááá',chkMenu:'Flash-áá¡ ááááá£á¡ ááá¨áááá',chkFull:'ááááá ááá áááá¡ ááá¨áááá',scale:'ááá¡á¨á¢áááá ááá',scaleAll:'á§ááááá¤á áá¡ á©áááááá',scaleNoBorder:'á©áá á©áá¡ ááá áá¨á',scaleFit:'áá£á¡á¢á á©áá¡áá',access:'á¡áá ááá¢áá¡ á¬ááááá',accessAlways:'á§áááááááá¡',accessSameDomain:'ááááá áááááá',accessNever:'áá áá¡áá áá¡',alignAbsBottom:'á©áá á©áá¡ á¥áááááá ááá¬áááá¡ á¡á¬áá ááá á¢áá¥á¡á¢áá¡áááá¡',alignAbsMiddle:'á©áá á©áá¡ á¨á£á ááá¬áááá¡ á¡á¬áá ááá á¢áá¥á¡á¢áá¡áááá¡',alignBaseline:'á¡áááááá¡á á®áááá¡ á¡á¬áá ááá',alignTextTop:'á¢áá¥á¡á¢á ááááááá',quality:'á®áá áá¡á®á',qualityBest:'á¡áá£ááááá¡á',qualityHigh:'ááá¦ááá',qualityAutoHigh:'ááá¦ááá (ááá¢áááá¢á£á á)',qualityMedium:'á¡áá¨á£ááá',qualityAutoLow:'á«ááááá áááááá',qualityLow:'áááááá',windowModeWindow:'á¤ááá¯áá á',windowModeOpaque:'ááá£ááááá áááá',windowModeTransparent:'ááááááá áááá',windowMode:'á¤ááá¯á áá¡ á ááááá',flashvars:'áªááááááá Flash-áá¡áááá¡',bgcolor:'á¤áááá¡ á¤áá á',hSpace:'á°áá áá. á¡ááá áªá',vSpace:'ááá á¢. á¡ááá áªá',validateSrc:'URL áá á£ááá áá§áá¡ áªáá áááá.',validateHSpace:'á°áá ááááá¢ááá£á á á¡ááá áªá áá á£ááá áá§áá¡ áªáá áááá.',validateVSpace:'ááá á¢ááááá£á á á¡ááá áªá áá á£ááá áá§áá¡ áªáá áááá.'},spellCheck:{toolbar:'ááá ááá¬áá á',title:'ááá ááá¬áá á',notAvailable:'á£áááªá áááá, áá¡ á¡áá ááá¡á ááááááá ááá£á¬áááááááá.',errorLoading:'á¡áá ááá¡áá¡ ááááá«áá®áááá¡ á¨ááªáááá: %s.',notInDic:'áá áá ááá¥á¡ááááá¨á',changeTo:'á¨ááªááááá',btnIgnore:'á£áá£áááááá§áá¤á',btnIgnoreAll:'á§ááááá¡ á£áá£áááááá§áá¤á',btnReplace:'á¨ááªááá',btnReplaceAll:'á§ááááá¡ á¨ááªááá',btnUndo:'ááá£á¥áááá',noSuggestions:'- áá áá á¨ááááááááááá -',progress:'áááááááá áááá¡ ááá ááá¬áá áá¡ á¨áááá¬áááá...',noMispell:'ááá ááá¬áá áá¡ á¨áááá¬áááá: á¨ááªáááá áá áááá«áááá',noChanges:'ááá ááá¬áá áá¡ á¨áááá¬áááá: áá áá¤áá á á¨ááªááááá',oneChange:'ááá ááá¬áá áá¡ á¨áááá¬áááá: áá áá á¡áá¢á§áá á¨áááªáááá',manyChanges:'ááá ááá¬áá áá¡ á¨áááá¬áááá: %1 á¡áá¢á§áá á¨áááªáááá',ieSpellDownload:'ááá ááá¬áá áá¡ á¨áááá¬áááá áá áá ááááá¡á¢áááá ááá£áá. á©ááááá¥áá©áá ááá¢áá ááá¢áááá?'},smiley:{toolbar:'á¡ááªááááááá',title:'á¡ááªáááááá¡ á©áá¡áá',options:'á¡ááªáááááá¡ ááá áááá¢á ááá'},elementsPath:{eleLabel:'áááááá¢áá¡ ááá',eleTitle:'%1 ááááááá¢á'},numberedlist:'áááááááá ááá á¡áá',bulletedlist:'á¦áááááá á¡áá',indent:'ááá¢áá á¨áá¬ááá',outdent:'áááááááá á¨áá¬ááá',justify:{left:'ááá áªá®ááá á¡á¬áá ááá',center:'á¨á£áá¨á á¡á¬áá ááá',right:'ááá á¯áááá á¡á¬áá ááá',block:'ááááá¡á¬áá ááá'},blockquote:'áªáá¢áá¢á',clipboard:{title:'á©áá¡áá',cutError:'áá¥áááá áá áá£ááá áá¡ á£á¡áá¤á áá®ááááá¡ ááá áááá¢á ááá áá áá«áááá ááááá áá¡ áááá ááªááá¡ ááá¢áááá¢á£á áá áááá®áá áªááááááá¡ á¡áá¨á£áááááá¡. áááááá§áááá ááááááá¢á£á á áááá¡áááá¡ (Ctrl/Cmd+X).',copyError:'áá¥áááá áá áá£ááá áá¡ á£á¡áá¤á áá®ááááá¡ ááá áááá¢á ááá áá áá«áááá áá¡ááá¡ áááá ááªááá¡ ááá¢áááá¢á£á áá áááá®áá áªááááááá¡ á¡áá¨á£áááááá¡. áááááá§áááá ááááááá¢á£á á áááá¡áááá¡ (Ctrl/Cmd+C).',pasteMsg:'á©áá¡ááá áá áá áá¡ á¨ááááá ááááááá¢á£á áá¡ ááááá§áááááá (<strong>Ctrl/Cmd+V</strong>) áá áááááá áá OK-á¡',securityMsg:'áá¥áááá áá áá£ááá áá¡ á£á¡áá¤á áá®ááááá¡ ááá áááá¢á ááá áá áá«áááá clipboard-áá¡ áááááªáááááá¡ á¬áááááá¡ á£á¤ááááá¡. ááááá á£ááá á©áá¡ááá á¢áá¥á¡á¢á áá á¤ááá¯áá áá¨á.',pasteArea:'á©áá¡ááá¡ áá á'},pastefromword:{confirmCleanup:'á©áá¡áá¡áááá á¢áá¥á¡á¢á ááá ááááá áááááá¢ááááá¡ áááá¡ - áááááá ááá¡á á¬áááá¡á¬áá ááá¬ááááá?',toolbar:'ááá ááááá á©áá¡áá',title:'ááá ááááá á©áá¡áá',error:'á¨ááá á¨ááªááááá¡ áááá ááá ááá®áá á®áá á¢áá¥á¡á¢áá¡ ááá¬ááááá'},pasteText:{button:'áá®áááá á¢áá¥á¡á¢áá¡ á©áá¡áá',title:'áá®áááá á¢áá¥á¡á¢áá¡ á©áá¡áá'},templates:{button:'ááá áááá',title:'ááá áááá',options:'ááá ááááá¡ ááá áááá¢á ááá',insertOption:'áááááááá á á¨áááááá¡áá¡ á¨ááªááá',selectPromptMsg:'ááá á©ááá ááá áá á áááá¥á¢áá áá¡áááá¡',emptyListMsg:'(ááá áá áá áá áááá¡ááá¦áá á£áá)'},showBlocks:'áá ááááá¡ á©áááááá',stylesCombo:{label:'á¡á¢ááááá',panelTitle:'á¤áá ááá¢áá áááá¡ á¡á¢ááááá',panelTitle1:'áá áá¡ á¡á¢ááááá',panelTitle2:'áááááá áá£áá á¡á¢ááááá',panelTitle3:'ááááá¥á¢áá¡ á¡á¢ááááá'},format:{label:'á¤ááá ááá¢áá ááá',panelTitle:'á¤áá ááá¢áá ááá',tag_p:'á©ááá£áááá ááá',tag_pre:'á¤áá ááá¢áá ááá£áá',tag_address:'ááá¡áááá áá',tag_h1:'á¡áááá£á á 1',tag_h2:'á¡áááá£á á 2',tag_h3:'á¡áááá£á á 3',tag_h4:'á¡áááá£á á 4',tag_h5:'á¡áááá£á á 5',tag_h6:'á¡áááá£á á 6',tag_div:'á©ááá£áááá ááá (DIV)'},div:{title:'Div áááá¢ááááá áá¡ á¨áá¥ááá',toolbar:'Div áááá¢ááááá áá¡ á¨áá¥ááá',cssClassInputLabel:'CSS áááá¡ááá',styleSelectLabel:'á¡á¢ááá',IdInputLabel:'Id',languageCodeInputLabel:'áááá¡ áááá',inlineStyleInputLabel:'áááááá áá£áá á¡á¢ááá',advisoryTitleInputLabel:'á¡áááá£á á',langDirLabel:'áááá¡ ááááá áá£áááá',langDirLTRLabel:'ááá áªá®ááááá ááá á¯ááá᪠(LTR)',langDirRTLLabel:'ááá á¯áááááá ááá áªá®ááá (RTL)',edit:'Div-áá¡ á áááá¥á¢áá ááá',remove:'Div-áá¡ á¬áá¨áá'},iframe:{title:'IFrame-áá¡ ááá áááá¢á ááá',toolbar:'IFrame',noUrl:'ááá áá¤áá iframe-áá¡ URL',scrolling:'ááááá®ááááá¡ ááááááá¡ ááá¨áááá',border:'á©áá á©áá¡ ááááá©ááá'},font:{label:'á¤ááá¢á',voiceLabel:'á¤ááá¢á',panelTitle:'á¤ááá¢áá¡ á¡áá®ááá'},fontSize:{label:'áááá',voiceLabel:'á¢áá¥á¡á¢áá¡ áááá',panelTitle:'á¢áá¥á¡á¢áá¡ áááá'},colorButton:{textColorTitle:'á¢áá¥á¡á¢áá¡ á¤áá á',bgColorTitle:'á¤áááá¡ á¤áá á',panelTitle:'á¤áá ááá',auto:'ááá¢áááá¢á£á á',more:'ááá¢á á¤áá á...'},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:'á¦áá áªáá¡á¤áá á 2',F0F8FF:'á¦áá áªáá¡á¤áá á 3',E6E6FA:'á¦áá ááá¡á¤áá á 2',FFF:'áááá á'},scayt:{title:'ááá ááá¬áá áá¡ á¨áááá¬áááá áá áá¤áá¡áá¡',opera_title:'áá áá áá®áá ááááá ááá Opera-á¡ áááá ',enable:'SCAYT-áá¡ á©áá ááá',disable:'SCAYT-áá¡ ááááá ááá',about:'SCAYT-áá¡ á¨áá¡áá®áá',toggle:'SCAYT-áá¡ ááááá ááá',options:'ááá áááá¢á ááá',langs:'ááááá',moreSuggestions:'ááá¢á á¨ááááááááááá',ignore:'á£áá£áááááá§áá¤á',ignoreAll:'á§ááááá¡ á£áá£áááááá§áá¤á',addWord:'á¡áá¢á§ááá¡ ááááá¢ááá',emptyDic:'ááá¥á¡áááááá¡ á¡áá¢á§áá áá á£ááá áá§áá¡ áªáá áááá.',optionsTab:'ááá áááá¢á ááá',allCaps:'áááá áá¡ááááá ááá¬áá ááá á¡áá¢á§ááááá¡ á£áá£áááááá§áá¤á',ignoreDomainNames:'áááááá£á á á¡áá®áááááá¡ á£áá£áááááá§áá¤á',mixedCase:'á¨áá áá£áá áá¡áááááá á¡áá¢á§ááááá¡ á£áá£áááááá§áá¤á',mixedWithDigits:'áªáá¤á áááááá á¡áá¢á§ááááá¡ á£áá£áááááá§áá¤á',languagesTab:'ááááá',dictionariesTab:'ááá¥á¡ááááááá',dic_field_name:'ááá¥á¡áááááá¡ á¡áá®ááá',dic_create:'á¨áá¥ááá',dic_restore:'áááá á£áááá',dic_delete:'á¬áá¨áá',dic_rename:'ááááá á¥áááá',dic_info:'áááááááá ááááá áááá®ááá ááááá¡ ááá¥á¡ááááá áááá®ááá Cookie-á¨á. áá£ááªá Cookie á¨ááá¦á£áá£ááá ááááá¨á. á ááªá ááá¥á¡áááááá¡ áááá ááááá áááá á¡áááááá áá¡ á¨ááá«áááá á¨áááááá®áá á©áááá¡ á¡áá ááá áá. á©áááá¡ á¡áá ááá áá ááá¥á¡ááááá¡ á¨áá¡áááá®áá á£ááá ááá£ááááá ááá¡á á¡áá®ááá. áᣠá£áá ááá¥áá ááá¥á¡ááááá, ááá áá¤áá ááá¡á á¡áá®ááá áá áááááá áá "áááá á£ááááá¡" á¦ááááá¡.',aboutTab:'ááá¤áá áááªáá'},about:{title:'CKEditor-áá¡ á¨áá¡áá®áá',dlgTitle:'CKEditor-áá¡ á¨áá¡áá®áá',help:'ááá®ááá áááá¡áááá¡ áá®áááá $1.',userGuide:'CKEditor-áá¡ áááá®ááá ááááá¡ á¡áá®áááá«á¦áááááá',moreInfo:'áááªáááááá¡ ááá¤áá áááªááá¡áááá¡ áá¬áááá á©áááá¡ á¡ááá¢á¡:',copy:'Copyright © $1. á§áááá á£á¤áááá áááªá£ááá.'},maximize:'áááááááá',minimize:'ááááá¢áá ááááá',fakeobjects:{anchor:'á¦á£áá',flash:'Flash ááááááªáá',iframe:'IFrame',hiddenfield:'áááá£áá áááá',unknown:'á£áªáááá ááááá¥á¢á'},resize:'ááá¬áá ááááá¡ á¨áá¡ááªáááááá',colordialog:{title:'á¤áá áá¡ á¨ááªááá',options:'á¤áá áá¡ ááá áááá¢á ááá',highlight:'á©áááááá',selected:'áá á©áá£áá á¤áá á',clear:'ááá¡á£á¤áááááá'},toolbarCollapse:'á®ááá¡áá¬á§ááá ááááá¡ á¨áá¬ááá',toolbarExpand:'á®ááá¡áá¬á§ááá ááááá¡ ááááá¬ááá',toolbarGroups:{document:'áááá£áááá¢á',clipboard:'Clipboard/ááá£á¥áááá',editing:'á áááá¥á¢áá ááá',forms:'á¤áá áááá',basicstyles:'á«áá ááááá á¡á¢ááááá',paragraph:'áááááªá',links:'ááá£áááá',insert:'á©áá¡áá',styles:'á¡á¢ááááá',colors:'á¤áá ááá',tools:'á®ááá¡áá¬á§áááá'},bidi:{ltr:'á¢áá¥á¡á¢áá¡ ááááá áá£áááá ááá áªá®ááááá ááá á¯áááá',rtl:'á¢áá¥á¡á¢áá¡ ááááá áá£áááá ááá á¯áááááá ááá áªá®ááá'},docprops:{label:'áááá£áááá¢áá¡ ááá áááá¢á ááá',title:'áááá£áááá¢áá¡ ááá áááá¢á ááá',design:'ááááááá',meta:'ááá¢áTag-ááá',chooseColor:'áá á©ááá',other:'á¡á®áá...',docTitle:'áááá ááá¡ á¡áááá£á á',charset:'ááááá ááá',charsetOther:'á¡á®áá ááááá ááááá',charsetASCII:'áááá ááá£áá (ASCII)',charsetCE:'áªááá¢á ááá£á ááá ááá£áá',charsetCT:'á¢á ááááªáá£áá á©ááá£á á (Big5)',charsetCR:'ááá ááá£á á',charsetGR:'ááá á«áá£áá',charsetJP:'áááááá£á á',charsetKR:'ááá áá£áá',charsetTR:'áá£á á¥á£áá',charsetUN:'á£áááááá (UTF-8)',charsetWE:'ááá¡ááááá ááá ááá£áá',docType:'áááá£áááá¢áá¡ á¢ááá',docTypeOther:'á¡á®áá á¢áááá¡ áááá£áááá¢á',xhtmlDec:'XHTML áááááá ááªááááá¡ á©áá ááá',bgColor:'á¤áááá¡ á¤áá á',bgImage:'á¤ááá£á á á¡á£á áááá¡ URL',bgFixed:'á£ááá«á áá (á¤áá¥á¡áá ááá£áá) á¤ááá',txtColor:'á¢áá¥á¡á¢áá¡ á¤áá á',margin:'áááá ááá¡ ááááááá',marginTop:'áááá',marginLeft:'ááá áªá®ááá',marginRight:'ááá á¯áááá',marginBottom:'á¥áááá',metaKeywords:'áááá£áááá¢áá¡ á¡áááááá«á á¡áá¢á§áááá (áá«áááá ááááá§áá¤ááá)',metaDescription:'áááá£áááá¢áá¡ áá¦á¬áá á',metaAuthor:'ááá¢áá á',metaCopyright:'Copyright',previewHtml:'<p>áá¡ áá áá¡ <strong>á¡ááªáááá á¢áá¥á¡á¢á</strong>. áá¥ááá <a href="javascript:void(0)">CKEditor</a>-áá á¡áá ááááááá.</p>'}}; +*/ +CKEDITOR.lang['ka']={"editor":"á¢áá¥á¡á¢áá¡ á áááá¥á¢áá á","editorPanel":"Rich Text Editor panel","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":"CSS áááá¡á","advisoryTitle":"á¡áááá£á á","cssStyle":"CSS á¡á¢ááá","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":"CSS áááá¡á","width":"á¡ááááá","height":"á¡áááá¦áá","align":"á¡á¬áá ááá","alignLeft":"ááá áªá®ááá","alignRight":"ááá á¯áááá","alignCenter":"á¨á£á","alignTop":"áááááá","alignMiddle":"á¨á£á","alignBottom":"á¥áááááá","invalidValue":"Invalid value.","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).","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\">, ááá£á¬áááááááá</span>"},"about":{"copy":"Copyright © $1. á§áááá á£á¤áááá áááªá£ááá.","dlgTitle":"CKEditor-áá¡ á¨áá¡áá®áá","help":"ááá®ááá áááá¡áááá¡ áá®áááá $1.","moreInfo":"áááªáááááá¡ ááá¤áá áááªááá¡áááá¡ áá¬áááá á©áááá¡ á¡ááá¢á¡:","title":"CKEditor-áá¡ á¨áá¡áá®áá","userGuide":"CKEditor-áá¡ áááá®ááá ááááá¡ á¡áá®áááá«á¦áááááá"},"basicstyles":{"bold":"áá¡á®áááá","italic":"ááá®á ááá","strike":"ááááá®ááá£áá","subscript":"ááááá¥á¡á","superscript":"á®áá áá¡á®á","underline":"ááá®ááá£áá"},"bidi":{"ltr":"á¢áá¥á¡á¢áá¡ ááááá áá£áááá ááá áªá®ááááá ááá á¯áááá","rtl":"á¢áá¥á¡á¢áá¡ ááááá áá£áááá ááá á¯áááááá ááá áªá®ááá"},"blockquote":{"toolbar":"áªáá¢áá¢á"},"clipboard":{"copy":"áá¡áá","copyError":"áá¥áááá áá áá£ááá áá¡ á£á¡áá¤á áá®ááááá¡ ááá áááá¢á ááá áá áá«áááá áá¡ááá¡ áááá ááªááá¡ ááá¢áááá¢á£á áá áááá®áá áªááááááá¡ á¡áá¨á£áááááá¡. áááááá§áááá ááááááá¢á£á á áááá¡áááá¡ (Ctrl/Cmd+C).","cut":"ááááá á","cutError":"áá¥áááá áá áá£ááá áá¡ á£á¡áá¤á áá®ááááá¡ ááá áááá¢á ááá áá áá«áááá ááááá áá¡ áááá ááªááá¡ ááá¢áááá¢á£á áá áááá®áá áªááááááá¡ á¡áá¨á£áááááá¡. áááááá§áááá ááááááá¢á£á á áááá¡áááá¡ (Ctrl/Cmd+X).","paste":"á©áá¡áá","pasteArea":"á©áá¡ááá¡ áá á","pasteMsg":"á©áá¡ááá áá áá áá¡ á¨ááááá ááááááá¢á£á áá¡ ááááá§áááááá (<strong>Ctrl/Cmd+V</strong>) áá áááááá áá OK-á¡","securityMsg":"áá¥áááá áá áá£ááá áá¡ á£á¡áá¤á áá®ááááá¡ ááá áááá¢á ááá áá áá«áááá clipboard-áá¡ áááááªáááááá¡ á¬áááááá¡ á£á¤ááááá¡. ááááá á£ááá á©áá¡ááá á¢áá¥á¡á¢á áá á¤ááá¯áá áá¨á.","title":"á©áá¡áá"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"ááá¢áááá¢á£á á","bgColorTitle":"á¤áááá¡ á¤áá á","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":"á¦áá áªáá¡á¤áá á 2","F0F8FF":"á¦áá áªáá¡á¤áá á 3","E6E6FA":"á¦áá ááá¡á¤áá á 2","FFF":"áááá á"},"more":"ááá¢á á¤áá á...","panelTitle":"á¤áá ááá","textColorTitle":"á¢áá¥á¡á¢áá¡ á¤áá á"},"colordialog":{"clear":"ááá¡á£á¤áááááá","highlight":"á©áááááá","options":"á¤áá áá¡ ááá áááá¢á ááá","selected":"áá á©áá£áá á¤áá á","title":"á¤áá áá¡ á¨ááªááá"},"templates":{"button":"ááá áááá","emptyListMsg":"(ááá áá áá áá áááá¡ááá¦áá á£áá)","insertOption":"áááááááá á á¨áááááá¡áá¡ á¨ááªááá","options":"ááá ááááá¡ ááá áááá¢á ááá","selectPromptMsg":"ááá á©ááá ááá áá á áááá¥á¢áá áá¡áááá¡","title":"ááá áááá"},"contextmenu":{"options":"áááá¢áá¥á¡á¢á£á á ááááá£á¡ ááá áááá¢á ááá"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"á¡áááá£á á","cssClassInputLabel":"CSS áááá¡ááá","edit":"Div-áá¡ á áááá¥á¢áá ááá","inlineStyleInputLabel":"áááááá áá£áá á¡á¢ááá","langDirLTRLabel":"ááá áªá®ááááá ááá á¯ááá᪠(LTR)","langDirLabel":"áááá¡ ááááá áá£áááá","langDirRTLLabel":"ááá á¯áááááá ááá áªá®ááá (RTL)","languageCodeInputLabel":"áááá¡ áááá","remove":"Div-áá¡ á¬áá¨áá","styleSelectLabel":"á¡á¢ááá","title":"Div áááá¢ááááá áá¡ á¨áá¥ááá","toolbar":"Div áááá¢ááááá áá¡ á¨áá¥ááá"},"toolbar":{"toolbarCollapse":"á®ááá¡áá¬á§ááá ááááá¡ á¨áá¬ááá","toolbarExpand":"á®ááá¡áá¬á§ááá ááááá¡ ááááá¬ááá","toolbarGroups":{"document":"áááá£áááá¢á","clipboard":"Clipboard/ááá£á¥áááá","editing":"á áááá¥á¢áá ááá","forms":"á¤áá áááá","basicstyles":"á«áá ááááá á¡á¢ááááá","paragraph":"áááááªá","links":"ááá£áááá","insert":"á©áá¡áá","styles":"á¡á¢ááááá","colors":"á¤áá ááá","tools":"á®ááá¡áá¬á§áááá"},"toolbars":"Editor toolbars"},"elementspath":{"eleLabel":"áááááá¢áá¡ ááá","eleTitle":"%1 ááááááá¢á"},"find":{"find":"á«áááá","findOptions":"Find Options","findWhat":"á¡áá«áááááá á¢áá¥á¡á¢á:","matchCase":"áááá áá ááá¢áá á áá¡ááááá¡ ááááá®áááá","matchCyclic":"áááá£áááá¢áá¡ ááááá¨á ááá¡áááá¡ ááá á ááááááá ááá¬á§ááá","matchWord":"ááááá á¡áá¢á§ááá¡ ááááá®áááá","notFoundMsg":"áááááááá£áá á¢áá¥á¡á¢á áá áááá«áááá.","replace":"á¨ááªááá","replaceAll":"á§ááááá¡ á¨ááªááá","replaceSuccessMsg":"%1 ááá«áááááá á¨áááªáááá.","replaceWith":"á¨ááªáááá¡ á¢áá¥á¡á¢á:","title":"á«áááá áá á¨ááªááá"},"fakeobjects":{"anchor":"á¦á£áá","flash":"Flash ááááááªáá","hiddenfield":"áááá£áá áááá","iframe":"IFrame","unknown":"á£áªáááá ááááá¥á¢á"},"flash":{"access":"á¡áá ááá¢áá¡ á¬ááááá","accessAlways":"á§áááááááá¡","accessNever":"áá áá¡áá áá¡","accessSameDomain":"ááááá áááááá","alignAbsBottom":"á©áá á©áá¡ á¥áááááá ááá¬áááá¡ á¡á¬áá ááá á¢áá¥á¡á¢áá¡áááá¡","alignAbsMiddle":"á©áá á©áá¡ á¨á£á ááá¬áááá¡ á¡á¬áá ááá á¢áá¥á¡á¢áá¡áááá¡","alignBaseline":"á¡áááááá¡á á®áááá¡ á¡á¬áá ááá","alignTextTop":"á¢áá¥á¡á¢á ááááááá","bgcolor":"á¤áááá¡ á¤áá á","chkFull":"ááááá ááá áááá¡ ááá¨áááá","chkLoop":"á©ááªááááá","chkMenu":"Flash-áá¡ ááááá£á¡ ááá¨áááá","chkPlay":"ááá¢á ááá¨áááá","flashvars":"áªááááááá Flash-áá¡áááá¡","hSpace":"á°áá áá. á¡ááá áªá","properties":"Flash-áá¡ ááá áááá¢á ááá","propertiesTab":"ááá áááá¢á ááá","quality":"á®áá áá¡á®á","qualityAutoHigh":"ááá¦ááá (ááá¢áááá¢á£á á)","qualityAutoLow":"á«ááááá áááááá","qualityBest":"á¡áá£ááááá¡á","qualityHigh":"ááá¦ááá","qualityLow":"áááááá","qualityMedium":"á¡áá¨á£ááá","scale":"ááá¡á¨á¢áááá ááá","scaleAll":"á§ááááá¤á áá¡ á©áááááá","scaleFit":"áá£á¡á¢á á©áá¡áá","scaleNoBorder":"á©áá á©áá¡ ááá áá¨á","title":"Flash-áá¡ ááá áááá¢á ááá","vSpace":"ááá á¢. á¡ááá áªá","validateHSpace":"á°áá ááááá¢ááá£á á á¡ááá áªá áá á£ááá áá§áá¡ áªáá áááá.","validateSrc":"URL áá á£ááá áá§áá¡ áªáá áááá.","validateVSpace":"ááá á¢ááááá£á á á¡ááá áªá áá á£ááá áá§áá¡ áªáá áááá.","windowMode":"á¤ááá¯á áá¡ á ááááá","windowModeOpaque":"ááá£ááááá áááá","windowModeTransparent":"ááááááá áááá","windowModeWindow":"á¤ááá¯áá á"},"font":{"fontSize":{"label":"áááá","voiceLabel":"á¢áá¥á¡á¢áá¡ áááá","panelTitle":"á¢áá¥á¡á¢áá¡ áááá"},"label":"á¤ááá¢á","panelTitle":"á¤ááá¢áá¡ á¡áá®ááá","voiceLabel":"á¤ááá¢á"},"forms":{"button":{"title":"á¦áááááá¡ ááá áááá¢á ááá","text":"á¢áá¥á¡á¢á","type":"á¢ááá","typeBtn":"á¦ááááá","typeSbm":"áááááááá","typeRst":"ááá¡á£á¤áááááá"},"checkboxAndRadio":{"checkboxTitle":"ááááá¨áááá¡ á¦áááááá¡ (Checkbox) ááá áááá¢á ááá","radioTitle":"áá¡áá á©ááá á¦áááááá¡ (Radio) ááá áááá¢á ááá","value":"á¢áá¥á¡á¢á","selected":"áá á©áá£áá"},"form":{"title":"á¤áá ááá¡ ááá áááá¢á ááá","menu":"á¤áá ááá¡ ááá áááá¢á ááá","action":"á¥áááááá","method":"áááááá","encoding":"ááááá ááá"},"hidden":{"title":"áááá£áá ááááá¡ ááá áááá¢á ááá","name":"á¡áá®ááá","value":"áááá¨ááááááá"},"select":{"title":"áá á©áááá¡ ááááá¡ ááá áááá¢á ááá","selectInfo":"ááá¤áá áááªáá","opAvail":"á¨áá¡áá«áááááá ááá áááá¢ááá","value":"áááá¨ááááááá","size":"áááá","lines":"á®ááááá","chkMulti":"áá áááááááá áá á©áááááá¡ á¡áá¨á£ááááá","opText":"á¢áá¥á¡á¢á","opValue":"áááá¨ááááááá","btnAdd":"ááááá¢ááá","btnModify":"á¨ááªááá","btnUp":"ááááá","btnDown":"á¥ááááá","btnSetValue":"áááá á©áá£á áááá¨ááááááááá ááá§ááááá","btnDelete":"á¬áá¨áá"},"textarea":{"title":"á¢áá¥á¡á¢á£á á áá áá¡ ááá áááá¢á ááá","cols":"á¡ááá¢ááá","rows":"á¡á¢á áá¥ááááá"},"textfield":{"title":"á¢áá¥á¡á¢á£á á ááááá¡ ááá áááá¢á ááá","name":"á¡áá®ááá","value":"áááá¨ááááááá","charWidth":"á¡ááááááá¡ áááá","maxChars":"áá¡ááááá¡ ááá¥á¡ááááá£á á ááááááá","type":"á¢ááá","typeText":"á¢áá¥á¡á¢á","typePass":"ááá ááá","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"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":"á°áá ááááá¢ááá£á á á®áááá¡ á©áá¡áá"},"iframe":{"border":"á©áá á©áá¡ ááááá©ááá","noUrl":"ááá áá¤áá iframe-áá¡ URL","scrolling":"ááááá®ááááá¡ ááááááá¡ ááá¨áááá","title":"IFrame-áá¡ ááá áááá¢á ááá","toolbar":"IFrame"},"image":{"alertUrl":"ááá áá¤áá á¡á£á áááá¡ URL","alt":"á¡ááááªááá á¢áá¥á¡á¢á","border":"á©áá á©á","btnUpload":"á¡áá ááá áá¡áááá¡ áááááááá","button2Img":"áá¡á£á á áá á©áá£áá á¡á£á áááááá á¦áááááá¡ ááááá¥áªááá á©ááá£áááá áá á¦áááááá?","hSpace":"á°áá ááááá¢ááá£á á á¡ááá áªá","img2Button":"áá¡á£á á áá á©áá£áá á©ááá£áááá ááá á¦áááááá¡ ááááá¥áªááá á¡á£á ááááá á¦áááááá?","infoTab":"á¡á£á áááá¡ ááá¤áá ááªáá","linkTab":"ááá£áá","lockRatio":"áá áááá áªááá¡ á¨áááá á©á£áááá","menu":"á¡á£á áááá¡ ááá áááá¢á ááá","resetSize":"ááááá¡ áááá á£áááá","title":"á¡á£á áááá¡ ááá áááá¢á ááá","titleButton":"á¡á£á áááááá á¦áááááá¡ ááá áááá¢á ááá","upload":"áá¢ááá ááá","urlMissing":"á¡á£á áááá¡ URL áá áá á¨ááá¡ááá£áá.","vSpace":"ááá á¢ááááá£á á á¡ááá áªá","validateBorder":"á©áá á©á ááááá á ááªá®áá á£ááá áá§áá¡.","validateHSpace":"á°áá ááááá¢ááá£á á á¡ááá áªá ááááá á ááªá®áá á£ááá áá§áá¡.","validateVSpace":"ááá á¢ááááá£á á á¡ááá áªá ááááá á ááªá®áá á£ááá áá§áá¡."},"indent":{"indent":"ááá¢áá á¨áá¬ááá","outdent":"áááááááá á¨áá¬ááá"},"smiley":{"options":"á¡ááªáááááá¡ ááá áááá¢á ááá","title":"á¡ááªáááááá¡ á©áá¡áá","toolbar":"á¡ááªááááááá"},"justify":{"block":"ááááá¡á¬áá ááá","center":"á¨á£áá¨á á¡á¬áá ááá","left":"ááá áªá®ááá á¡á¬áá ááá","right":"ááá á¯áááá á¡á¬áá ááá"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"á¬áááááá¡ á¦ááááá","advanced":"ááá¬áá áááááá","advisoryContentType":"á¨áááááá¡áá¡ á¢ááá","advisoryTitle":"á¡áááá£á á","anchor":{"toolbar":"á¦á£áá","menu":"á¦á£ááá¡ á áááá¥á¢áá ááá","title":"á¦á£ááá¡ ááá áááá¢á ááá","name":"á¦á£áá£á¡ á¡áá®ááá","errorName":"ááá áá¤áá á¦á£ááá¡ á¡áá®ááá","remove":"Remove Anchor"},"anchorId":"ááááááá¢áá¡ Id-á","anchorName":"á¦á£ááá¡ á¡áá®áááá","charset":"ááááá ááá","cssClasses":"CSS áááá¡á","emailAddress":"ááá¤áá¡á¢áá¡ ááá¡áááá áááá","emailBody":"á¬áá áááá¡ á¢áá¥á¡á¢á","emailSubject":"á¬áá áááá¡ á¡áááá£á á","id":"Id","info":"ááá£ááá¡ ááá¤áá áááªáá","langCode":"áááá¡ áááá","langDir":"áááá¡ ááááá áá£áááá","langDirLTR":"ááá áªá®ááááá ááá á¯áááá (LTR)","langDirRTL":"ááá á¯áááááá ááá áªá®ááá (RTL)","menu":"ááá£ááá¡ á áááá¥á¢áá ááá","name":"á¡áá®ááá","noAnchors":"(áá áááá£áááá¢á¨á á¦á£áá áá áá)","noEmail":"ááá áá¤áá ááá¤áá¡á¢áá¡ ááá¡áááá áá","noUrl":"ááá áá¤áá ááá£ááá¡ URL","other":"<á¡á®áá>","popupDependent":"áááááááááá£áá (Netscape)","popupFeatures":"Popup á¤ááá¯á áá¡ ááá áááá¢á ááá","popupFullScreen":"ááááá ááá ááá (IE)","popupLeft":"ááá áªá®ááá áááááªáá","popupLocationBar":"áááááááªááá¡ áááá","popupMenuBar":"ááááá£á¡ áááá","popupResizable":"áªáááááááá ááááá","popupScrollBars":"ááááá®ááááá¡ áááááá","popupStatusBar":"á¡á¢áá¢á£á¡áá¡ áááá","popupToolbar":"á®ááá¡áá¬á§ááá áááá","popupTop":"áááá áááááªáá","rel":"áááá¨áá á","selectAnchor":"ááá á©ááá á¦á£áá","styles":"CSS á¡á¢ááá","tabIndex":"Tab-áá¡ ááááá¥á¡á","target":"ááá®á¡ááá¡ áááááá","targetFrame":"<frame>","targetFrameName":"Frame-áá¡ á¡áá®ááá","targetPopup":"<popup á¤ááá¯áá á>","targetPopupName":"Popup á¤ááá¯á áá¡ á¡áá®ááá","title":"ááá£áá","toAnchor":"ááá£áá á¢áá¥á¡á¢á¨á á¦á£áááá","toEmail":"ááá¤áá¡á¢á","toUrl":"URL","toolbar":"ááá£áá","type":"ááá£ááá¡ á¢ááá","unlink":"ááá£ááá¡ ááá®á¡áá","upload":"áá¥áá©áá"},"list":{"bulletedlist":"á¦áááááá á¡áá","numberedlist":"áááááááá ááá á¡áá"},"liststyle":{"armenian":"á¡ááá®á£á á áááááááá áá","bulletedTitle":"á¦áááááááá á¡ááá¡ ááá áááá¢á ááá","circle":"á¬á áá¬áá á","decimal":"á ááªá®ááááá (1, 2, 3, ..)","decimalLeadingZero":"áá£ááá ááá¬á§ááá£áá á ááªá®ááááá (01, 02, 03, ..)","disc":"á¬á á","georgian":"á¥áá áá£áá áááááááá áá (áá, ááá, ááá, ..)","lowerAlpha":"ááá¢áá á áááááá£á á áá¡ááááá (a, b, c, d, e, ..)","lowerGreek":"ááá¢áá á ááá á«áá£áá áá¡ááááá (ááá¤á, ááá¢á, áááá, ..)","lowerRoman":"á áááá£áá áááááááá ááªá ááá¢áá á áªáá¤á áááá (i, ii, iii, iv, v, ..)","none":"áá áá¤áá á","notset":"<áá áá¤áá á>","numberedTitle":"áááááááá ááá á¡ááá¡ ááá áááá¢á ááá","square":"ááááá áá¢á","start":"á¡áá¬á§áá¡á","type":"á¢ááá","upperAlpha":"áááá áááááá£á á áá¡ááááá (A, B, C, D, E, ..)","upperRoman":"á áááá£áá áááááááá áá áááá áªáá¤á áááá (I, II, III, IV, V, etc.)","validateStartNumber":"á¡ááá¡ á¡áá¬á§áá¡á ááááá á ááªá®áá á£ááá áá§áá¡."},"magicline":{"title":"Insert paragraph here"},"maximize":{"maximize":"áááááááá","minimize":"ááááá¢áá ááááá"},"newpage":{"toolbar":"áá®ááá áááá áá"},"pagebreak":{"alt":"áááá ááá¡ á¬á§ááá¢á","toolbar":"áááá ááá¡ á¬á§ááá¢á ááááááá¡áááá¡"},"pastetext":{"button":"áá®áááá á¢áá¥á¡á¢áá¡ á©áá¡áá","title":"áá®áááá á¢áá¥á¡á¢áá¡ á©áá¡áá"},"pastefromword":{"confirmCleanup":"á©áá¡áá¡áááá á¢áá¥á¡á¢á ááá ááááá áááááá¢ááááá¡ áááá¡ - áááááá ááá¡á á¬áááá¡á¬áá ááá¬ááááá?","error":"á¨ááá á¨ááªááááá¡ áááá ááá ááá®áá á®áá á¢áá¥á¡á¢áá¡ ááá¬ááááá","title":"ááá ááááá á©áá¡áá","toolbar":"ááá ááááá á©áá¡áá"},"preview":{"preview":"ááááá®áááá"},"print":{"toolbar":"áááááá"},"removeformat":{"toolbar":"á¤áá ááá¢áá áááá¡ ááá®á¡áá"},"save":{"toolbar":"á©áá¬áá á"},"selectall":{"toolbar":"á§ááááá¤á áá¡ ááááá¨ááá"},"showblocks":{"toolbar":"áá ááááá¡ á©áááááá"},"sourcearea":{"toolbar":"áááááá"},"specialchar":{"options":"á¡áááªáááá£á á á¡ááááááá¡ ááá áááá¢á ááá","title":"á¡áááªáááá£á á á¡ááááááá¡ áá á©ááá","toolbar":"á¡áááªáááá£á á á¡ááááááá¡ á©áá¡áá"},"scayt":{"about":"SCAYT-áá¡ á¨áá¡áá®áá","aboutTab":"ááá¤áá áááªáá","addWord":"á¡áá¢á§ááá¡ ááááá¢ááá","allCaps":"áááá áá¡ááááá ááá¬áá ááá á¡áá¢á§ááááá¡ á£áá£áááááá§áá¤á","dic_create":"á¨áá¥ááá","dic_delete":"á¬áá¨áá","dic_field_name":"ááá¥á¡áááááá¡ á¡áá®ááá","dic_info":"áááááááá ááááá áááá®ááá ááááá¡ ááá¥á¡ááááá áááá®ááá Cookie-á¨á. áá£ááªá Cookie á¨ááá¦á£áá£ááá ááááá¨á. á ááªá ááá¥á¡áááááá¡ áááá ááááá áááá á¡áááááá áá¡ á¨ááá«áááá á¨áááááá®áá á©áááá¡ á¡áá ááá áá. á©áááá¡ á¡áá ááá áá ááá¥á¡ááááá¡ á¨áá¡áááá®áá á£ááá ááá£ááááá ááá¡á á¡áá®ááá. áᣠá£áá ááá¥áá ááá¥á¡ááááá, ááá áá¤áá ááá¡á á¡áá®ááá áá áááááá áá \"áááá á£ááááá¡\" á¦ááááá¡.","dic_rename":"ááááá á¥áááá","dic_restore":"áááá á£áááá","dictionariesTab":"ááá¥á¡ááááááá","disable":"SCAYT-áá¡ ááááá ááá","emptyDic":"ááá¥á¡áááááá¡ á¡áá¢á§áá áá á£ááá áá§áá¡ áªáá áááá.","enable":"SCAYT-áá¡ á©áá ááá","ignore":"á£áá£áááááá§áá¤á","ignoreAll":"á§ááááá¡ á£áá£áááááá§áá¤á","ignoreDomainNames":"áááááá£á á á¡áá®áááááá¡ á£áá£áááááá§áá¤á","langs":"ááááá","languagesTab":"ááááá","mixedCase":"á¨áá áá£áá áá¡áááááá á¡áá¢á§ááááá¡ á£áá£áááááá§áá¤á","mixedWithDigits":"áªáá¤á áááááá á¡áá¢á§ááááá¡ á£áá£áááááá§áá¤á","moreSuggestions":"ááá¢á á¨ááááááááááá","opera_title":"áá áá áá®áá ááááá ááá 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":"á¨ááá áááá ááá á¯ááááá¡ááá","mergeDown":"á¨ááá áááá á¥ááááááá¡ááá","splitHorizontal":"ááá§áá¤á á°áá ááááá¢ááá£á áá","splitVertical":"ááá§áá¤á ááá á¢ááááá£á áá","title":"á£á¯á áá¡ ááá áááá¢á ááá","cellType":"á£á¯á áá¡ á¢ááá","rowSpan":"á¡á¢á áá¥áááááá¡ ááááááá","colSpan":"á¡ááá¢áááá¡ ááááááá","wordWrap":"á¡á¢á áá¥áááá¡ ááááá¢ááá (Word Wrap)","hAlign":"á°áá ááááá¢ááá£á á á¡á¬áá ááá","vAlign":"ááá á¢ááááá£á á á¡á¬áá ááá","alignBaseline":"á«áá ááááá á®áááá¡ ááá¡á¬áá áá","bgColor":"á¤áááá¡ á¤áá á","borderColor":"á©áá á©áá¡ á¤áá á","data":"áááááªááááá","header":"á¡áááá£á á","yes":"áááá®","no":"áá á","invalidWidth":"á£á¯á áá¡ á¡ááááá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.","invalidHeight":"á£á¯á áá¡ á¡áááá¦áá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.","invalidRowSpan":"á¡á¢á áá¥áááááá¡ á áááááááá ááááá á ááªá®áá á£ááá áá§áá¡.","invalidColSpan":"á¡ááá¢áááá¡ á áááááááá ááááá á ááªá®áá á£ááá áá§áá¡.","chooseColor":"áá á©ááá"},"cellPad":"á£á¯á áá¡ áááá (padding)","cellSpace":"á£á¯á áá¡ á¡ááá áªá (spacing)","column":{"menu":"á¡ááá¢á","insertBefore":"á¡ááá¢áá¡ á©áááá¢ááá á¬áá","insertAfter":"á¡ááá¢áá¡ á©áááá¢ááá ááá á","deleteColumn":"á¡ááá¢áááá¡ á¬áá¨áá"},"columns":"á¡ááá¢á","deleteTable":"áªá®á áááá¡ á¬áá¨áá","headers":"á¡áááá£á ááá","headersBoth":"áá ááá","headersColumn":"ááá áááá á¡ááá¢á","headersNone":"áá áá¤áá á","headersRow":"ááá áááá á¡á¢á áá¥ááá","invalidBorder":"á©áá á©áá¡ áááá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.","invalidCellPadding":"á£á¯á áá¡ áááá (padding) á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.","invalidCellSpacing":"á£á¯á áá¡ á¡ááá áªá (spacing) á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.","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 diff --git a/skins/ckeditor/lang/km.js b/skins/ckeditor/lang/km.js index be4189f..90622fa 100644 --- a/skins/ckeditor/lang/km.js +++ b/skins/ckeditor/lang/km.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.km={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'áá¼á',newPage:'ááááááááá¸',save:'ááááá¶áá»á',preview:'áá¾ááá¶ááááá',cut:'áá¶áááá',copy:'á ááááá',paste:'á ááááá¶áá',print:'ááááá»ááá',underline:'áá·áááááá¶áááá¸áááááá¢áááá',bold:'á¢áááááá·ááá',italic:'á¢ááááááááá',selectAll:'áááá¾ááá¾ááá¶ááá¢áá',removeFormat:'áááá áá áá¶ááá áá¶',strike:'áá·áááááá¶áááá¶ááááááá¶áá¢áááá',subscript:'á¢áááááá¼á ááááá',superscript:'á¢áááááá¼á áá¾',horizontalrule:'ááááááááááá¶ááááááá',pagebreak:'áááááá áá¶ááááá¶á áááááá',pagebreakAlt:'Page Break',unlink:'ááááááá¶áá',undo:'áá¶áá¡á¾ááá·á',redo:'áááá¾á¡á¾ááá·á',common:{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:'Stylesheet Classes',advisoryTitle:'á ááááá¾á áááá¹áááá¶',cssStyle:'ááá¼á',ok:'ááááááá',cancel:'áá·áááááááá',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'áááá·áááááá',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'ááá¹á',height:'ááááá',align:'ááááááá¸áá¶áá',alignLeft:'áá¶ááááá',alignRight:'áá¶ááááá¶á',alignCenter:'ááááá¶á',alignTop:'áá¶ááá¾',alignMiddle:'ááááá¶á',alignBottom:'áá¶áááááá',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'ááááááá¢áááááá·ááá',title:'áá¼á¢áááááá·ááá',options:'Special Character Options'},link:{toolbar:'áááááá/áááááá áááá¶áá',other:'<other>',menu:'áááááááááá¶áá',title:'áááá¶áá',info:'ááááá¶áá¢ááá¸áááá¶áá',target:'ááááá ',upload:'áá¶ááá',advanced:'áááá·áááááá',type:'áááááááááá¶áá',toUrl:'URL',toAnchor:'áá»áááá¶áá áááá»ááááááááá',toEmail:'á¢áá¸ááá',targetFrame:'<á áááááá>',targetPopup:'<áá¸ááá¼á ááá>',targetFrameName:'áááááá ááááááááááá¶ááááá ',targetPopupName:'ááááááá¸ááá¼áááá',popupFeatures:'áááááááááááá¸ááá¼áááá',popupResizable:'Resizable',popupStatusBar:'ááᶠááááá¶á',popupLocationBar:'ááᶠáá¸áá¶áá',popupToolbar:'ááᶠá©ááááá',popupMenuBar:'ááᶠááºáá»á',popupFullScreen:'á¢ááááá»áááá(IE)',popupScrollBars:'ááᶠáá¶á',popupDependent:'á¢á¶ááááááá¾ (Netscape)',popupLeft:'áá¸áá¶áááá¶áááááá',popupTop:'áá¸áá¶áááá¶ááá¾',id:'Id',langDir:'áá·ááá áá¶áá¶',langDirLTR:'áá¸ááááááá áááá¶á(LTR)',langDirRTL:'áá¸áááá¶ááá ááááá(RTL)',acccessKey:'áḠáááá¶ááá á¼á',name:'ááááá',langCode:'áá·ááá áá¶áá¶',tabIndex:'ááá Tab',advisoryTitle:'á ááááá¾á áááá¹áááá¶',advisoryContentType:'ááááááá¢ááááá áááá¹áááá¶',cssClasses:'Stylesheet Classes',charset:'ááááá¼áá¢áááááááááááá¶áá',styles:'ááá¼á',rel:'Relationship',selectAnchor:'áááá¾ááá¾ááá»áááá¶',anchorName:'áá¶áááááááááááá»áááá¶',anchorId:'áá¶á Id',emailAddress:'á¢áá¸ááá',emailSubject:'á ááááá¾áá¢ááááá',emailBody:'á¢ááááá',noAnchors:'(No anchors available in the document)',noUrl:'áá¼áááááá á¢á¶ááááááá¶á URL',noEmail:'áá¼áááááá á¢á¶ááááááá¶á á¢áá¸ááá'},anchor:{toolbar:'áááááá/áááááá áá»áááá¶',menu:'áá¶áááááááá»áááá¶',title:'áá¶áááááááá»áááá¶',name:'ááááááá»ááááááá¶',errorName:'áá¼áááááá ááááááá»ááááááá¶',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'ááááááá',replace:'áááá½á',findWhat:'áááááááá¢ááá¸:',replaceWith:'áááá½ááá¶áá½á:',notFoundMsg:'áá¶áááááá áááá·ááá¾ááá á',matchCase:'áááááááá¼ááá',matchWord:'áááá¼ááá¶ááááá¶ááá¢áá',matchCyclic:'Match cyclic',replaceAll:'áááá½ááá¶ááá¢áá',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'áá¶áá¶á',title:'áá¶áááááá áá¶áá¶á',menu:'áá¶áááááá áá¶áá¶á',deleteTable:'ááááá¶áá¶á',rows:'áá½áááááá',columns:'áá½ááá',border:'ááá áááá»á',widthPx:'áá¸áááá',widthPc:'áá¶ááá',widthUnit:'width unit',cellSpace:'áááá¶áááá',cellPad:'áááááá',caption:'á ááááá¾á',summary:'ááá áááá¸áááááá',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'Cell',insertBefore:'Insert Cell Before',insertAfter:'Insert Cell After',deleteCell:'áááááá',merge:'ááááá¼áááá',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'},row:{menu:'Row',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'ááááá½áááááá'},column:{menu:'Column',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'ááááá½ááá'}},button:{title:'áá¶áááááá ááá¼áá»á',text:'á¢ááááá(áááá)',type:'áááááá',typeBtn:'Button',typeSbm:'Submit',typeRst:'Reset'},checkboxAndRadio:{checkboxTitle:'áá¶áááááááááá¢áááááá¾ááá¾á',radioTitle:'áá¶ááááááááá¼áá»ááááááá',value:'áááá',selected:'áá¶ááááá¾ááá¾á'},form:{title:'áá¶ááááááááááá',menu:'áá¶ááááááááááá',action:'ááááááá¶á',method:'áá·áá¸',encoding:'Encoding'},select:{title:'áá¶áááááááá½ááááá¾ááá¾á',selectInfo:'ááááá¶á',opAvail:'áá¶áááááááááá¾ááá¾á áááá¢á¶á ááááááá¶á',value:'áááá',size:'ááá á',lines:'ááááá¶áá',chkMulti:'á¢áá»áááá¶áá¢áááááá¾ááá¾áá ááá¾á',opText:'áá¶ááá',opValue:'áááá',btnAdd:'áááááá',btnModify:'áááá¶áááááá¼á',btnUp:'áá¾',btnDown:'ááááá',btnSetValue:'Set as selected value',btnDelete:'ááá'},textarea:{title:'áá¶áááááááááááááááááá¢ááááá',cols:'áá¼ááá',rows:'áá¼áááááá'},textfield:{title:'áá¶áááááááá½áá¢ááááá',name:'ááááá',value:'áááá',charWidth:'ááá¹á á¢áááá',maxChars:'á¢ááááá¢áá·ááá·áá¶',type:'áááááá',typeText:'áá¶ááá',typePass:'áá¶ááááááá¶áá'},hidden:{title:'áá¶áááááááá½ááá¶áá',name:'ááááá',value:'áááá'},image:{title:'áá¶áááááááá¼ááá¶á',titleButton:'áá¶ááááááááá¼áá»ááá¼ááá¶á',menu:'áá¶áááááááá¼ááá¶á',infoTab:'ááááá¶áá¢ááá¸áá¼ááá¶á',btnUpload:'ááááá¼ááá áá¶ááááá¶ááá¸áááááááááá¶',upload:'áá¶ááá',alt:'á¢ááááááááá½á',lockRatio:'á¢áááá¶á¡á»á',resetSize:'áááááááá áá¡á¾ááá·á',border:'ááá»á',hSpace:'áááá¶áááá¹á',vSpace:'áááá¶ááááááá',alertUrl:'áá¼áááááááá¶ááááááá¶ááááááá¼ááá¶á',linkTab:'áááá¶áá',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'áá¶áááááá Flash',propertiesTab:'Properties',title:'áá¶áááááá Flash',chkPlay:'áááááááááááááááááá',chkLoop:'á ááá½ááá',chkMenu:'áááá á¶á ááºáá»ááááá Flash',chkFull:'Allow Fullscreen',scale:'ááá á',scaleAll:'áááá á¶ááá¶ááá¢áá',scaleNoBorder:'áá·ááááá á¶áááá»á',scaleFit:'áááá¼ááááá',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs Bottom',alignAbsMiddle:'Abs Middle',alignBaseline:'ááááá¶áááá¶áá¼ááááá¶á',alignTextTop:'áá¾á¢ááááá',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'ááááááááá¶áááááá',hSpace:'áááá¶áááá¹á',vSpace:'áááá¶ááááááá',validateSrc:'áá¼áááááá á¢á¶ááááááá¶á URL',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'áá·áá·áááá¢ááááá¶áá·áá»ááá',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'áááá¶ááááá»ááá áá¶áá»áááá',changeTo:'áááá¶áááááá¼ááá ',btnIgnore:'áá·ááááá¶áááááá¼á',btnIgnoreAll:'áá·ááááá¶áááááá¼á áá¶ááá¢áá',btnReplace:'áááá½á',btnReplaceAll:'áááá½ááá¶ááá¢áá',btnUndo:'áá¶áá¡á¾ááá·á',noSuggestions:'- áááá¶ááááá¾á -',progress:'áááá»ááá·áá·áááá¢ááááá¶áá·áá»ááá...',noMispell:'áá¶ááá·áá·áááá¢ááááá¶áá·áá»ááááá¶áá áá: áááá¶áááá á»á',noChanges:'áá¶ááá·áá·áááá¢ááááá¶áá·áá»ááááá¶áá áá: áá»ááá¶ááááá¶áááááá¼á',oneChange:'áá¶ááá·áá·áááá¢ááááá¶áá·áá»ááááá¶áá áá: áá¶ááááá½ááááá¼á áá¶ááááá¶áááááá¼á',manyChanges:'áá¶ááá·áá·áááá¢ááááá¶áá·áá»ááááá¶áá áá: %1 áá¶ááááá¶ááááá¶áááááá¼á',ieSpellDownload:'áá»ááá¶ááááááá·áá¸áá·áá·áááá¢ááááá¶áá·áá»ááá á áá¾á áááá¶ááááá¸áá¶?'},smiley:{toolbar:'áá¼ááá¶á',title:'ááááá¼ááá¼ááá¶á',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'ááááá¸áá¶á¢áááá',bulletedlist:'ááááá¸áá¶áááááááá¼á',indent:'áááááááá¶áá á¼áááááá¶áá',outdent:'ááááááá¶áá á¼áááááá¶áá',justify:{left:'áááá¹áááááá',center:'áááá¹áááááá¶á',right:'áááá¹ááááá¶á',block:'áááá¹ááááá¶á'},blockquote:'Block Quote',clipboard:{title:'á ááááá¶áá',cutError:'áá¶áááááááá»áááááá¶ááááááááááá·áá¸áá»ááááááááááá¢ááá áááâáá·áá¢á¶á áááá¾áááááá·áá¸áá¶áááááá¢ááááá áá¶ááá¢áááááááááááááááááááááááá¶áá¡á¾á á áá¼ááááá¾áááá¶ááááááá áá¸áá¼á ááá (Ctrl/Cmd+X) á',copyError:'áá¶áááááááá»áááááá¶ááááááááááá·áá¸áá»ááááááááááá¢ááá áááâáá·áá¢á¶á áááá¾áááááá·áá¸áá¶áááááá¢ááááá á áááá¢áááááááááááááááááááááááá¶áá¡á¾á á áá¼ááááá¾áááá¶ááááááá áá¸áá¼á ááá (Ctrl/Cmd+C)á',pasteMsg:'áá¼áá áááá¢ááááááá áá¶áááááá»ááááá¢áááá¼á áá¶ááááááááááááá¾áááá¶áá áḠâ(<STRONG>Ctrl/Cmd+V</STRONG>) á á¾áá á»á <STRONG>OK</STRONG> á',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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'á ááááá¶áááḠWord',title:'á ááááá¶áááḠWord',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'á ááááá¶ááá¢ááááááááááá¶',title:'á ááááá¶ááá¢ááááááááááá¶'},templates:{button:'á¯ááá¶ááááá¼',title:'á¯ááá¶ááááá¼ ááááá¢áááááá',options:'Template Options',insertOption:'Replace actual contents',selectPromptMsg:'áá¼ááááá¾ááá¾áá¯ááá¶ááááá¼ áá¾áááá¸áá¾ááá áááá»ááááááá·áá¸áá¶áááááá¢ááááá<br>(á¢ááááááá¹ááá¶ááááá):',emptyListMsg:'(áá»ááá¶áá¯ááá¶ááááá¼áááá¼ááá¶áááááá)'},showBlocks:'Show Blocks',stylesCombo:{label:'ááá¼á',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'áá áá¶',panelTitle:'áá áá¶',tag_p:'Normal',tag_pre:'Formatted',tag_address:'Address',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_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'á ááá»á',voiceLabel:'Font',panelTitle:'á ááá»á'},fontSize:{label:'ááá á',voiceLabel:'Font Size',panelTitle:'ááá á'},colorButton:{textColorTitle:'áááá¢áááá',bgColorTitle:'ááááááááá¶áááááá',panelTitle:'Colors',auto:'áááááááááááá',more:'ááááááááááá..'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'áá¶áááááá á¯ááá¶á',title:'áá¶áááááá á¯ááá¶á',design:'Design',meta:'áá·áááááááá',chooseColor:'Choose',other:'<other>',docTitle:'á ááááá¾áááááá',charset:'áááááááááá¼ááá¶áá¶',charsetOther:'áááááááááá¼ááá¶áá¶áááááááá',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'áááááááááá¶áááááá',docTypeOther:'áááááááááá¶áááááááááááááá',xhtmlDec:'ááááá¼á XHTML',bgColor:'ááááá¶áááááá',bgImage:'URL áááááá¼ááá¶ááá¶áááááá',bgFixed:'áááááááááááá·ááááá¼á',txtColor:'áááá¢áááá',margin:'ááá»áááááá',marginTop:'áá¾',marginLeft:'ááááá',marginRight:'áááá¶á',marginBottom:'ááááá',metaKeywords:'áá¶ááááá áááá»áá¯ááá¶á (áááá¶á ááá¸áááá¶áááááááá)',metaDescription:'ááá áááá¸á¢áááá¶áá·áááá¶áá¢ááá¸á¯ááá¶á',metaAuthor:'á¢ááááá·áááá',metaCopyright:'ááááá¶áá·áááá·á',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['km']={"editor":"á§ááááááááááá¢áááááááááá¼áááá","editorPanel":"áááá¶ááá§ááááááááááá¢áááááááááá¼áááá","common":{"editorHelp":"á á»á ALT 0 ááááá¶áááááá½á","browseServer":"áááá¾ááááá»áááá¶ááá¸áááááá¾","url":"URL","protocol":"áá·áá¸áá¶á","upload":"áááá»áá¡á¾á","uploadSubmit":"ááááá¼ááá áá¶ááááá¶ááá¸áááááá¾","image":"áá¼ááá¶á","flash":"Flash","form":"ááááá","checkbox":"áááá¢áááá¸á","radio":"ááá¼áá»ááá¼á","textField":"áá¶áá¢ááááá","textarea":"Textarea","hiddenField":"áá¶ááááá¶áá","button":"ááá¼áá»á","select":"áá¶áááááá¾á","imageButton":"ááá¼áá»ááá¼ááá¶á","notSet":"<áá·áááááá>","id":"Id","name":"ááááá","langDir":"áá·ááá áá¶áá¶","langDirLtr":"áá¸ááááááá áááá¶á (LTR)","langDirRtl":"áá¸áááá¶ááá ááááá (RTL)","langCode":"ááááá¼ááá¶áá¶","longDescr":"URL á¢áá·áááá¶áááá","cssClass":"Stylesheet Classes","advisoryTitle":"á ááááá¾ááááá¶á","cssStyle":"áá áá¶áá","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":"Stylesheet Classes","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":"áááá á¼ááááááááá¶ááááááááá¶áá·á ááá á¬áááááááá¶áá¯ááá¶áááá¹ááááá¼ááááá 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":"áá¼áááááá¶ááááááá"},"bidi":{"ltr":"áá·ááá á¢áááááá¸ááááááá áááá¶á","rtl":"áá·ááá á¢áááááá¸áááá¶ááá ááááá"},"blockquote":{"toolbar":"ááááááá¶ááááááááá"},"clipboard":{"copy":"á áááá","copyError":"áá¶áááááááá»áááááá¶ááááááááááá·áá¸áá»ááááááááááá¢ááá ááááá·áá¢á¶á áááá¾áááááá·áá¸áá¶áááááá¢ááááá á áááá¢áááááááááááááááááááááááá¶áá¡á¾á á áá¼ááááá¾áááá¶ááááááá áá¸áá¼á ááá (Ctrl/Cmd+C)á","cut":"áá¶áááá","cutError":"áá¶áááááááá»áááááá¶ááááááááááá·áá¸áá»ááááááááááá¢ááá ááááá·áá¢á¶á áááá¾áááááá·áá¸áá¶áááááá¢ááááá áá¶ááá¢áááááááááááááááááááááááá¶áá¡á¾á á áá¼ááááá¾áááá¶ááááááá áá¸áá¼á ááá (Ctrl/Cmd+X) á","paste":"áá·ááááá¶áá","pasteArea":"ááááááá·ááááá¶áá","pasteMsg":"áá¼áá áááá¢ááááááá áá¶áááááá»ááááá¢áááá¼á áá¶ááááááááááááá¾áááá¶áá áḠ(<STRONG>Ctrl/Cmd+V</STRONG>) á á¾áá á»á <STRONG>OK</STRONG> á","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":"áá·ááááá¶áá"},"button":{"selectedLabel":"%1 (áá¶ááááá¾ááá¾á)"},"colorbutton":{"auto":"ááááááááááááá·","bgColorTitle":"ááááááááá¶áááááá","colors":{"000":"áááá ","800000":"áááááá á¶áá","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"áááá á¶áá","4B0082":"áááá","696969":"áááááááááá¶áá","B22222":"Fire Brick","A52A2A":"ááááá","DAA520":"Golden Rod","006400":"ááááá á¶áá","40E0D0":"Turquoise","0000CD":"Medium Blue","800080":"Purple","808080":"áááááá","F00":"áááá á","FF8C00":"áá¹ááááá¼á á á¶áá","FFD700":"áá¶á","008000":"áááá","0FF":"Cyan","00F":"ááá","EE82EE":"áááá¶á","A9A9A9":"Dim Gray","FFA07A":"Light Salmon","FFA500":"áá¹ááááá¼á ","FFFF00":"áá¿á","00FF00":"áááá¼á áááá¶á","AFEEEE":"Pale Turquoise","ADD8E6":"Light Blue","DDA0DD":"Plum","D3D3D3":"Light Grey","FFF0F5":"Lavender Blush","FAEBD7":"Antique White","FFFFE0":"áá¿ááááá¾á","F0FFF0":"Honeydew","F0FFFF":"ááááááá","F0F8FF":"Alice Blue","E6E6FA":"á¡á¶áá·áááº","FFF":"á"},"more":"ááááááááááá..","panelTitle":"ááá","textColorTitle":"áááá¢áááá"},"colordialog":{"clear":"áááá¢á¶á","highlight":"ááááá·á ááá","options":"ááááá¾áááá","selected":"áááááááá¶ááá¾á","title":"áá¾áááá"},"templates":{"button":"áá»ááááááá¼","emptyListMsg":"(áá·ááá¶ááá»ááááááá¼áááá¼ááá¶áááááá)","insertOption":"áááá½ááááá»ááá¶áá·áá¶áá áá á»áááááá","options":"ááááá¾ááá»ááááááá¼","selectPromptMsg":"áá¼ááá¾ááá»ááááááá¼áá¾áááá¸áá¾ááááá»ááááááá·áá¸áááááá¢ááááá","title":"áá»ááááááá¼áá¶áá·áá¶"},"contextmenu":{"options":"ááááá¾ááááºáá»áááá·áá"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"á ááááá¾ááááá¹áááá¶","cssClassInputLabel":"Stylesheet Classes","edit":"áá Div","inlineStyleInputLabel":"áááá¸ááááá»áááááá¶áá","langDirLTRLabel":"áá¸ááááááá áááá¶á(LTR)","langDirLabel":"áá·ááá áá¶áá¶","langDirRTLLabel":"áá¸áááá¶ááá ááááá(RTL)","languageCodeInputLabel":"áá¼ááá¶áá¶","remove":"áá Div á áá","styleSelectLabel":"áááá¸á","title":"ááááá¾áá¢ááááááá»á Div","toolbar":"ááááá¾áá¢ááááááá»á Div"},"toolbar":{"toolbarCollapse":"ááááá½áááá¶áá§ááááá","toolbarExpand":"ááááá¸áááá¶áá§ááááá","toolbarGroups":{"document":"á¯ááá¶á","clipboard":"Clipboard/áá·ááááá¾áá·á","editing":"áá¶áááááááá½á","forms":"ááááá","basicstyles":"áá áá¶áááá¼ááááá¶á","paragraph":"ááá¶áááá","links":"ááá","insert":"áááá á¼á","styles":"áá áá¶áá","colors":"ááá","tools":"á§ááááá"},"toolbars":"ááá¶áá§áááááááááááá½á"},"elementspath":{"eleLabel":"áá¸áá¶áááá¶áá»","eleTitle":"áá¶áá» %1"},"find":{"find":"ááááááá","findOptions":"ááááá¾áááááááá","findWhat":"áááááááá¢ááá¸:","matchCase":"áááá¸áááá¼á ","matchCyclic":"áááá¼ááá¹á cyclic","matchWord":"áá¼á áá¹ááá¶ááááá¶áááá¼á","notFoundMsg":"áááá·ááá¾ááá¶áááááááá¶áááááá¶ááá","replace":"áááá½á","replaceAll":"áááá½ááá¶ááá¢áá","replaceSuccessMsg":"áá¶ááááá½áá ááá½á %1 áá¶ááá¾áá¡á¾áá","replaceWith":"áááá½ááá¶áá½á:","title":"áááá·ááááá½á"},"fakeobjects":{"anchor":"áá»áááá¶","flash":"Flash áá¶áá ááá¶","hiddenfield":"áá¶ááááá¶áá","iframe":"IFrame","unknown":"ááááá»áá·ááááá¶áá"},"flash":{"access":"Script Access","accessAlways":"áá¶áá·á áá ","accessNever":"áá»á","accessSameDomain":"Same domain","alignAbsBottom":"Abs Bottom","alignAbsMiddle":"Abs Middle","alignBaseline":"ááááá¶áááá¶áá¼ááááá¶á","alignTextTop":"áá¾á¢ááááá","bgcolor":"ááááááááá¶áááááá","chkFull":"á¢áá»áááá¶áá²áááááá¢áááááá","chkLoop":"á ááá½ááá","chkMenu":"áááá á¶á ááºáá»ááááá Flash","chkPlay":"áááááááááááááááááá","flashvars":"á¢ááá Flash","hSpace":"áááá¶áááá¹á","properties":"áá¶áááááá Flash","propertiesTab":"áááááááááááááá·","quality":"áá»ááá¶á","qualityAutoHigh":"áááááááááááááááááá·","qualityAutoLow":"áá¶áááááááááááááá·","qualityBest":"ááá¢áááá»á","qualityHigh":"ááááá","qualityLow":"áá¶á","qualityMedium":"ááááá","scale":"ááá á","scaleAll":"áááá á¶ááá¶ááá¢áá","scaleFit":"áááá¼ááááá","scaleNoBorder":"áá·ááááá á¶áááá»á","title":"áá¶áááááá Flash","vSpace":"áááá¶ááááááá","validateHSpace":"HSpace must be a number.","validateSrc":"áá¼áááááá á¢á¶ááááááá¶á URL","validateVSpace":"VSpace must be a number.","windowMode":"Window mode","windowModeOpaque":"Opaque","windowModeTransparent":"áá¶ááááá¶","windowModeWindow":"áá¸ááá¼"},"font":{"fontSize":{"label":"ááá á","voiceLabel":"ááá áá¢áááá","panelTitle":"ááá áá¢áááá"},"label":"áá»áááá¢áááá","panelTitle":"ááááááá»áááá¢áááá","voiceLabel":"áá»áááá¢áááá"},"forms":{"button":{"title":"ááááááááá¼áá»á","text":"á¢ááááá (ááááá)","type":"áááááá","typeBtn":"ááá¼áá»á","typeSbm":"áá¶áááááá¾","typeRst":"áááááá¡á¾ááá·á"},"checkboxAndRadio":{"checkboxTitle":"áááááááááá¢áááá¸á","radioTitle":"ááááááááá¼áá»ááá¼á","value":"ááááá","selected":"áá¶ááááá¾á"},"form":{"title":"ááááááááááá","menu":"ááááááááááá","action":"ááááááá¶á","method":"áá·áá¸áá¶ááááá","encoding":"áá¶áá¢áá·ááá¼á"},"hidden":{"title":"áááááááá¶ááááá¶áá","name":"ááááá","value":"ááááá"},"select":{"title":"áááááááá¶áááááá¾á","selectInfo":"áááááá¶áááááá¾á","opAvail":"ááááá¾áááááá¶á","value":"ááááá","size":"ááá á","lines":"ááááá¶áá","chkMulti":"á¢áá»áááá¶ááá á»ááááá¾á","opText":"á¢ááááá","opValue":"ááááá","btnAdd":"áááááá","btnModify":"áááá¶áááááá¼á","btnUp":"áá¾","btnDown":"ááááá","btnSetValue":"ááááááá¶áááááááááá¶ááááá¾á","btnDelete":"áá»á"},"textarea":{"title":"áááááááááá¢ááá¢ááááá","cols":"áá½ááá","rows":"áá½áááá"},"textfield":{"title":"áááááááá¶áá¢ááááá","name":"ááááá","value":"ááááá","charWidth":"ááá¹ááá½á¢áááá","maxChars":"á¢ááááá¢áá·ááá·áá¶","type":"áááááá","typeText":"á¢ááááá","typePass":"áá¶áááááááá¶áá","typeEmail":"á¢áá¸ááá","typeSearch":"ááááááá","typeTel":"ááááá¼ááááá","typeUrl":"URL"}},"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":"Formatted"},"horizontalrule":{"toolbar":"ááááááááááá¶ááááááá"},"iframe":{"border":"áááá á¶áááááá¶ááááá»á","noUrl":"áá¼ááááá á¼á URL áááá iframe","scrolling":"áááá¾ááá¶ááááá·á","title":"áááááááááááááá· IFrame","toolbar":"IFrame"},"image":{"alertUrl":"áá¼ááááá á¼á URL áá¼ááá¶á","alt":"á¢ááááááááá½á","border":"ááá»á","btnUpload":"áááá¾áá ááá¶ááá¸áááááá¾","button2Img":"áá¾á¢áááá áááááá¶áááááá¼áááá¼áá»ááá¼ááá¶áááááá¶ááááá¾á áá áá¾áá¼ááá¶ááááááá¶áá½áááááá?","hSpace":"ááááá¶áááááá","img2Button":"áá¾á¢áááá áááááá¶áááááá¼ááá¼ááá¶áááááá¶ááááá¾á áá áá¾ááá¼áá»ááá¼ááá¶áááááá?","infoTab":"ááááá¶áá¢ááá¸áá¼ááá¶á","linkTab":"ááá","lockRatio":"á á¶ááááááááá","menu":"áááááááá¼ááá¶á","resetSize":"áááááááá áá¡á¾ááá·á","title":"áááááááá¼ááá¶á","titleButton":"ááááááááá¼áá»ááá¼ááá¶á","upload":"áááá»áá¡á¾á","urlMissing":"áááá URL ááááááá¼ááá¶áá","vSpace":"ááááá¶áááááá","validateBorder":"ááá»ááááá¼ááááá¶áááá","validateHSpace":"ááááá¶áááááááááá¼ááááá¶áááá","validateVSpace":"ááááá¶áááááááááá¼ááááá¶áááá"},"indent":{"indent":"áááááááá¶áá á¼áááááá¶áá","outdent":"ááááááá¶áá á¼áááááá¶áá"},"smiley":{"options":"ááááá¾ááá¼áááááá¶á¢á¶áááááá","title":"áááá á¼ááá¼áááááá¶á¢á¶áááááá","toolbar":"áá¼áááááá¢á¶áááááá"},"justify":{"block":"ááááá¹áááá","center":"ááááá¶á","left":"ááááá¹áááááá","right":"ááááá¹ááááá¶á"},"language":{"button":"ááááááá¶áá¶","remove":"áá»ááá¶áá¶"},"link":{"acccessKey":"áááá á¼á","advanced":"ááááá·áááááá","advisoryContentType":"ááááááá¢ááááááááá¹áááá¶","advisoryTitle":"á ááááá¾ááááá¹áááá¶","anchor":{"toolbar":"áá»áááá¶","menu":"áááá»áááá¶","title":"áááááááá»áááá¶","name":"ááááááá»áááá¶","errorName":"áá¼ááááá á¼áááááááá»áááá¶","remove":"áááá»áááá¶á áá"},"anchorId":"áá¶á ID áá¶áá»","anchorName":"áá¶áááááááá»áááá¶","charset":"Linked Resource Charset","cssClasses":"Stylesheet Classes","emailAddress":"á¢á¶áááááá¶áá¢áá¸ááá","emailBody":"áá½á¢ááááá","emailSubject":"ááááá¶ááááá¶á","id":"Id","info":"áááááá¶ááá¸ááá","langCode":"áá¼ááá¶áá¶","langDir":"áá·ááá áá¶áá¶","langDirLTR":"áá¸ááááááá áááá¶á(LTR)","langDirRTL":"áá¸áááá¶ááá ááááá(RTL)","menu":"ááááá","name":"ááááá","noAnchors":"(áá·ááá¶ááá»áááá¶áá áááá»áá¯ááá¶áá¢áááááááá)","noEmail":"áá¼ááááá á¼áá¢á¶áááááá¶áá¢áá¸ááá","noUrl":"áá¼ááááá á¼áááá URL","other":"<áááááááá>","popupDependent":"Dependent (Netscape)","popupFeatures":"áá»ááá¶ááá»ááááá¶áááá¸ááá¼á¡á¾á","popupFullScreen":"áááá¢áááááá (IE)","popupLeft":"áá¸áá¶áááá¶áááááá","popupLocationBar":"ááá¶ááá¸áá¶áá","popupMenuBar":"ááá¶ááááºáá»á","popupResizable":"á¢á¶á áááá¼áááá á","popupScrollBars":"ááá¶ááááá·á","popupStatusBar":"ááá¶ááááá¶ááá¶á","popupToolbar":"ááá¶áá§ááááá","popupTop":"áá¸áá¶áááááá¼á","rel":"ááááááááá¶á","selectAnchor":"áá¾ááááá»áááá¶áá½á","styles":"áááá¸á","tabIndex":"Tab Index","target":"ááááá ","targetFrame":"<ááá»á>","targetFrameName":"áááááááá»ááá¶ááááá ","targetPopup":"<áá¸ááá¼áá»áá¡á¾á>","targetPopupName":"ááááááá¸ááá¼ááá»áá¡á¾á","title":"ááá","toAnchor":"ááááá¶áááá áá»áááá¶áááá»áá¢ááááá","toEmail":"á¢áá¸ááá","toUrl":"URL","toolbar":"ááá","type":"ááááááááá","unlink":"áááá¶á áááá","upload":"áááá»áá¡á¾á"},"list":{"bulletedlist":"áááá á¼á / áá»áááááá¸áá¶á ááá»á áá¼á","numberedlist":"áááá á¼á / áá»áááááá¸áá¶ááá"},"liststyle":{"armenian":"áááá¢á¶ááááá¸","bulletedTitle":"áááááááááááááá·ááááá¸áá¶á ááá»á ","circle":"áááááááá¼á","decimal":"ááááááá¶á (1, 2, 3, ...)","decimalLeadingZero":"áááá¶áá á¶áááááá¾ááá¸áá¼ááá (01, 02, 03, ...)","disc":"áá¶á","georgian":"áááá á áᶠ(an, ban, gan, ...)","lowerAlpha":"áááááááááá¼á (a, b, c, d, e, ...)","lowerGreek":"ááááááá·ááá¼á (alpha, beta, gamma, ...)","lowerRoman":"áááááá¼ááá¶áááá¼á (i, ii, iii, iv, v, ...)","none":"áááá¶á","notset":"<not set>","numberedTitle":"áááááááááááááá·ááááá¸áá¶ááá","square":"áá¶áá","start":"á á¶áááááá¾á","type":"áááááá","upperAlpha":"á¢áááááá (A, B, C, D, E, ...)","upperRoman":"áááááá¼ááá¶áááá (I, II, III, IV, V, ...)","validateStartNumber":"áááá á¶áááááá¾áááááḠáááá¼ááááá¶áá½ááááá·ááááá¶ááá"},"magicline":{"title":"áááá á¼áááá¶áááááá áá¸ááá"},"maximize":{"maximize":"ááááá¸áá¢áá·áááá¶","minimize":"ááááá½áá¢ááááááá¶"},"newpage":{"toolbar":"ááááááááá¸"},"pagebreak":{"alt":"áááááááááá","toolbar":"áááááááá¶ááááááááááááá»áááááá»ááá"},"pastetext":{"button":"áá·ááááá¶áááá¶á¢ááááááááááá¶","title":"áá·ááááá¶áááá¶á¢ááááááááááá¶"},"pastefromword":{"confirmCleanup":"á¢ááááááááá¢áááá áááá·ááááá¶ááááá áááááá¼á áá¶á áááááááḠWordá áá¾á¢áááá áááááá¢á¶ááá¶áá»ááá·ááááá¶áááá?","error":"ááááá¶ááá¶ááááá á¶ááááááááá»ááááá¾á²áááá·áá¢á¶á áááá¢á¶ááá·ááááááááááá¶ááá·ááááá¶áá","title":"áá·ááááá¶áááḠWord","toolbar":"áá·ááááá¶áááḠWord"},"preview":{"preview":"áá¾ááá¶áá»á"},"print":{"toolbar":"ááááá»ááá"},"removeformat":{"toolbar":"áááááááááááááá¶á"},"save":{"toolbar":"ááááá¶áá»á"},"selectall":{"toolbar":"áá¾ááá¶ááá¢áá"},"showblocks":{"toolbar":"áááá á¶áááááá"},"sourcearea":{"toolbar":"á¢áááááá¼á"},"specialchar":{"options":"ááááá¾ááá½á¢áááááá·ááá","title":"áá¾ááá½á¢áááááá·ááá","toolbar":"ááááááá¢áááááá·ááá"},"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":"áá áá¶áá","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":"ááááááááá¶ááááá","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":"áá¸áááá","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":"Sorry, but service is unavailable now.","notInDic":"áááá¶ááááá»ááá áá¶áá»áááá","oneChange":"áá¶ááá·áá·áááá¢ááááá¶áá·áá»ááááá¶áá áá: áá¶ááááá½ááááá¼á áá¶ááááá¶áááááá¼á","progress":"áááá»ááá·áá·áááá¢ááááá¶áá·áá»ááá...","title":"Spell Check","toolbar":"áá·áá·áááá¢ááááá¶áá·áá»ááá"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/ko.js b/skins/ckeditor/lang/ko.js index 0c63fa7..291b505 100644 --- a/skins/ckeditor/lang/ko.js +++ b/skins/ckeditor/lang/ko.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.ko={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'ìì¤',newPage:'ì 문ì',save:'ì ì¥í기',preview:'미리보기',cut:'ìë¼ë´ê¸°',copy:'ë³µì¬í기',paste:'ë¶ì¬ë£ê¸°',print:'ì¸ìí기',underline:'ë°ì¤',bold:'ì§íê²',italic:'ì´í ë¦',selectAll:'ì ì²´ì í',removeFormat:'í¬ë§· ì§ì°ê¸°',strike:'ì·¨ìì ',subscript:'ìë 첨ì',superscript:'ì 첨ì',horizontalrule:'ìíì ì½ì ',pagebreak:'Insert Page Break for Printing',pagebreakAlt:'Page Break',unlink:'ë§í¬ ìì ',undo:'ì·¨ì',redo:'ì¬ì¤í',common:{browseServer:'ìë² ë³´ê¸°',url:'URL',protocol:'íë¡í ì½',upload:'ì ë¡ë',uploadSubmit:'ìë²ë¡ ì ì¡',image:'ì´ë¯¸ì§',flash:'íëì¬',form:'í¼',checkbox:'ì²´í¬ë°ì¤',radio:'ë¼ëì¤ë²í¼',textField:'ì ë ¥íë',textarea:'ì ë ¥ìì',hiddenField:'ì¨ê¹íë',button:'ë²í¼',select:'í¼ì¹¨ëª©ë¡',imageButton:'ì´ë¯¸ì§ë²í¼',notSet:'<ì¤ì ëì§ ìì>',id:'ID',name:'Name',langDir:'ì°ê¸° ë°©í¥',langDirLtr:'ì¼ìª½ìì ì¤ë¥¸ìª½ (LTR)',langDirRtl:'ì¤ë¥¸ìª½ìì ì¼ìª½ (RTL)',langCode:'ì¸ì´ ì½ë',longDescr:'URL ì¤ëª ',cssClass:'Stylesheet Classes',advisoryTitle:'Advisory Title',cssStyle:'Style',ok:'ì',cancel:'ìëì¤',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'ìì¸í',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'ëë¹',height:'ëì´',align:'ì ë ¬',alignLeft:'ì¼ìª½',alignRight:'ì¤ë¥¸ìª½',alignCenter:'ê°ì´ë°',alignTop:'ì',alignMiddle:'ì¤ê°',alignBottom:'ìë',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'í¹ì문ì ì½ì ',title:'í¹ì문ì ì í',options:'Special Character Options'},link:{toolbar:'ë§í¬ ì½ì /ë³ê²½',other:'<기í>',menu:'ë§í¬ ìì ',title:'ë§í¬',info:'ë§í¬ ì ë³´',target:'íê²',upload:'ì ë¡ë',advanced:'ìì¸í',type:'ë§í¬ ì¢ ë¥',toUrl:'URL',toAnchor:'ì± ê°í¼',toEmail:'ì´ë©ì¼',targetFrame:'<íë ì>',targetPopup:'<íì ì°½>',targetFrameName:'íê² íë ì ì´ë¦',targetPopupName:'íì ì°½ ì´ë¦',popupFeatures:'íì ì°½ ì¤ì ',popupResizable:'Resizable',popupStatusBar:'ìíë°',popupLocationBar:'주ìíìì¤',popupToolbar:'í´ë°',popupMenuBar:'ë©ë´ë°',popupFullScreen:'ì ì²´íë©´ (IE)',popupScrollBars:'ì¤í¬ë¡¤ë°',popupDependent:'Dependent (Netscape)',popupLeft:'ì¼ìª½ ìì¹',popupTop:'ì쪽 ìì¹',id:'Id',langDir:'ì°ê¸° ë°©í¥',langDirLTR:'ì¼ìª½ìì ì¤ë¥¸ìª½ (LTR)',langDirRTL:'ì¤ë¥¸ìª½ìì ì¼ìª½ (RTL)',acccessKey:'ìì¸ì¤ í¤',name:'Name',langCode:'ì°ê¸° ë°©í¥',tabIndex:'í ìì',advisoryTitle:'Advisory Title',advisoryContentType:'Advisory Content Type',cssClasses:'Stylesheet Classes',charset:'Linked Resource Charset',styles:'Style',rel:'Relationship',selectAnchor:'ì± ê°í¼ ì í',anchorName:'ì± ê°í¼ ì´ë¦',anchorId:'ì± ê°í¼ ID',emailAddress:'ì´ë©ì¼ 주ì',emailSubject:'ì 목',emailBody:'ë´ì©',noAnchors:'(문ìì ì± ê°í¼ê° ììµëë¤.)',noUrl:'ë§í¬ URLì ì ë ¥íììì.',noEmail:'ì´ë©ì¼ì£¼ì를 ì ë ¥íììì.'},anchor:{toolbar:'ì± ê°í¼ ì½ì /ë³ê²½',menu:'ì± ê°í¼ ìì±',title:'ì± ê°í¼ ìì±',name:'ì± ê°í¼ ì´ë¦',errorName:'ì± ê°í¼ ì´ë¦ì ì ë ¥íììì.',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'찾기 & ë°ê¾¸ê¸°',find:'찾기',replace:'ë°ê¾¸ê¸°',findWhat:'ì°¾ì 문ìì´:',replaceWith:'ë°ê¿ 문ìì´:',notFoundMsg:'문ìì´ì ì°¾ì ì ììµëë¤.',matchCase:'ëì문ì 구ë¶',matchWord:'ì¨ì í ë¨ì´',matchCyclic:'Match cyclic',replaceAll:'모ë ë°ê¾¸ê¸°',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'í',title:'í ì¤ì ',menu:'í ì¤ì ',deleteTable:'í ìì ',rows:'ê°ë¡ì¤',columns:'ì¸ë¡ì¤',border:'í ë리 í¬ê¸°',widthPx:'í½ì ',widthPc:'í¼ì¼í¸',widthUnit:'width unit',cellSpace:'ì ê°ê²©',cellPad:'ì ì¬ë°±',caption:'캡ì ',summary:'Summary',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'ì /칸(Cell)',insertBefore:'ìì ì /칸 ì½ì ',insertAfter:'ë¤ì ì /칸 ì½ì ',deleteCell:'ì ìì ',merge:'ì í©ì¹ê¸°',mergeRight:'ì¤ë¥¸ìª½ ëì¹ê¸°',mergeDown:'ì¼ìª½ ëì¹ê¸°',splitHorizontal:'ìí ëë기',splitVertical:'ìì§ ëë기',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'},row:{menu:'í(Row)',insertBefore:'ìì í ì½ì ',insertAfter:'ë¤ì í ì½ì ',deleteRow:'ê°ë¡ì¤ ìì '},column:{menu:'ì´(Column)',insertBefore:'ìì ì´ ì½ì ',insertAfter:'ë¤ì ì´ ì½ì ',deleteColumn:'ì¸ë¡ì¤ ìì '}},button:{title:'ë²í¼ ìì±',text:'ë²í¼ê¸ì(ê°)',type:'ë²í¼ì¢ ë¥',typeBtn:'Button',typeSbm:'Submit',typeRst:'Reset'},checkboxAndRadio:{checkboxTitle:'ì²´í¬ë°ì¤ ìì±',radioTitle:'ë¼ëì¤ë²í¼ ìì±',value:'ê°',selected:'ì íë¨'},form:{title:'í¼ ìì±',menu:'í¼ ìì±',action:'ì¤íê²½ë¡(Action)',method:'ë°©ë²(Method)',encoding:'Encoding'},select:{title:'í¼ì¹¨ëª©ë¡ ìì±',selectInfo:'ì ë³´',opAvail:'ì íìµì ',value:'ê°',size:'ì¸ë¡í¬ê¸°',lines:'ì¤',chkMulti:'ì¬ë¬í목 ì í íì©',opText:'ì´ë¦',opValue:'ê°',btnAdd:'ì¶ê°',btnModify:'ë³ê²½',btnUp:'ìë¡',btnDown:'ìëë¡',btnSetValue:'ì íëê²ì¼ë¡ ì¤ì ',btnDelete:'ìì '},textarea:{title:'ì ë ¥ìì ìì±',cols:'칸ì',rows:'ì¤ì'},textfield:{title:'ì ë ¥íë ìì±',name:'ì´ë¦',value:'ê°',charWidth:'ê¸ì ëë¹',maxChars:'ìµë ê¸ìì',type:'ì¢ ë¥',typeText:'문ìì´',typePass:'ë¹ë°ë²í¸'},hidden:{title:'ì¨ê¹íë ìì±',name:'ì´ë¦',value:'ê°'},image:{title:'ì´ë¯¸ì§ ì¤ì ',titleButton:'ì´ë¯¸ì§ë²í¼ ìì±',menu:'ì´ë¯¸ì§ ì¤ì ',infoTab:'ì´ë¯¸ì§ ì ë³´',btnUpload:'ìë²ë¡ ì ì¡',upload:'ì ë¡ë',alt:'ì´ë¯¸ì§ ì¤ëª ',lockRatio:'ë¹ì¨ ì ì§',resetSize:'ìë í¬ê¸°ë¡',border:'í ë리',hSpace:'ìíì¬ë°±',vSpace:'ìì§ì¬ë°±',alertUrl:'ì´ë¯¸ì§ URLì ì ë ¥íììì',linkTab:'ë§í¬',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'íëì¬ ìì±',propertiesTab:'Properties',title:'íëì¬ ë±ë¡ì ë³´',chkPlay:'ìëì¬ì',chkLoop:'ë°ë³µ',chkMenu:'íëì¬ë©ë´ ê°ë¥',chkFull:'Allow Fullscreen',scale:'ìì',scaleAll:'모ë보기',scaleNoBorder:'ê²½ê³ì ìì',scaleFit:'ìììëì¡°ì ',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'ì¤ìë(Abs Bottom)',alignAbsMiddle:'ì¤ì¤ê°(Abs Middle)',alignBaseline:'기ì¤ì ',alignTextTop:'ê¸ììë¨',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'ë°°ê²½ ìì',hSpace:'ìíì¬ë°±',vSpace:'ìì§ì¬ë°±',validateSrc:'ë§í¬ URLì ì ë ¥íììì.',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'ì² ìê²ì¬',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'ì¬ì ì ìë ë¨ì´',changeTo:'ë³ê²½í ë¨ì´',btnIgnore:'ê±´ëë',btnIgnoreAll:'모ë ê±´ëë',btnReplace:'ë³ê²½',btnReplaceAll:'모ë ë³ê²½',btnUndo:'ì·¨ì',noSuggestions:'- ì¶ì²ë¨ì´ ìì -',progress:'ì² ìê²ì¬ë¥¼ ì§íì¤ì ëë¤...',noMispell:'ì² ìê²ì¬ ìë£: ì못ë ì² ìê° ììµëë¤.',noChanges:'ì² ìê²ì¬ ìë£: ë³ê²½ë ë¨ì´ê° ììµëë¤.',oneChange:'ì² ìê²ì¬ ìë£: ë¨ì´ê° ë³ê²½ëììµëë¤.',manyChanges:'ì² ìê²ì¬ ìë£: %1 ë¨ì´ê° ë³ê²½ëììµëë¤.',ieSpellDownload:'ì² ì ê²ì¬ê¸°ê° ì² ì¹ëì§ ìììµëë¤. ì§ê¸ ë¤ì´ë¡ëíìê² ìµëê¹?'},smiley:{toolbar:'ìì´ì½',title:'ìì´ì½ ì½ì ',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'ìììë 목ë¡',bulletedlist:'ìììë 목ë¡',indent:'ë¤ì¬ì°ê¸°',outdent:'ë´ì´ì°ê¸°',justify:{left:'ì¼ìª½ ì ë ¬',center:'ê°ì´ë° ì ë ¬',right:'ì¤ë¥¸ìª½ ì ë ¬',block:'ì쪽 ë§ì¶¤'},blockquote:'Block Quote',clipboard:{title:'ë¶ì¬ë£ê¸°',cutError:'ë¸ë¼ì°ì ì ë³´ìì¤ì ë문ì ìë¼ë´ê¸° 기ë¥ì ì¤íí ì ììµëë¤. í¤ë³´ë ëª ë ¹ì ì¬ì©íììì. (Ctrl/Cmd+X).',copyError:'ë¸ë¼ì°ì ì ë³´ìì¤ì ë문ì ë³µì¬í기 기ë¥ì ì¤íí ì ììµëë¤. í¤ë³´ë ëª ë ¹ì ì¬ì©íììì. (Ctrl/Cmd+C).',pasteMsg:'í¤ë³´ëì (<STRONG>Ctrl/Cmd+V</STRONG>) 를 ì´ì©í´ì ìììì ë¶ì¬ë£ê³ <STRONG>OK</STRONG> 를 ë르ì¸ì.',securityMsg:'ë¸ë¬ì°ì ë³´ì ì¤ì ì¼ë¡ ì¸í´, í´ë¦½ë³´ëì ìë£ë¥¼ ì§ì ì ê·¼í ì ììµëë¤. ì´ ì°½ì ë¤ì ë¶ì¬ë£ê¸° íììì¤.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'MS Word íììì ë¶ì¬ë£ê¸°',title:'MS Word íììì ë¶ì¬ë£ê¸°',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'í ì¤í¸ë¡ ë¶ì¬ë£ê¸°',title:'í ì¤í¸ë¡ ë¶ì¬ë£ê¸°'},templates:{button:'í í릿',title:'ë´ì© í í릿',options:'Template Options',insertOption:'íì¬ ë´ì© ë°ê¾¸ê¸°',selectPromptMsg:'ìëí°ìì ì¬ì©í í í릿ì ì ííììì.<br>(ì§ê¸ê¹ì§ ìì±ë ë´ì©ì ì¬ë¼ì§ëë¤.):',emptyListMsg:'(í íë¦¿ì´ ììµëë¤.)'},showBlocks:'Show Blocks',stylesCombo:{label:'ì¤íì¼',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'í¬ë§·',panelTitle:'í¬ë§·',tag_p:'Normal',tag_pre:'Formatted',tag_address:'Address',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_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'í°í¸',voiceLabel:'Font',panelTitle:'í°í¸'},fontSize:{label:'ê¸ì í¬ê¸°',voiceLabel:'Font Size',panelTitle:'ê¸ì í¬ê¸°'},colorButton:{textColorTitle:'ê¸ì ìì',bgColorTitle:'ë°°ê²½ ìì',panelTitle:'Colors',auto:'기본ìì',more:'ììì í...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'문ì ìì±',title:'문ì ìì±',design:'Design',meta:'ë©íë°ì´í°',chooseColor:'Choose',other:'<기í>',docTitle:'íì´ì§ëª ',charset:'ìºë¦í°ì ì¸ì½ë©',charsetOther:'ë¤ë¥¸ ìºë¦í°ì ì¸ì½ë©',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'문ì í¤ë',docTypeOther:'ë¤ë¥¸ 문ìí¤ë',xhtmlDec:'XHTML 문ìì ì í¬í¨',bgColor:'ë°°ê²½ìì',bgImage:'ë°°ê²½ì´ë¯¸ì§ URL',bgFixed:'ì¤í¬ë¡¤ëì§ìë ë°°ê²½',txtColor:'ê¸ì ìì',margin:'íì´ì§ ì¬ë°±',marginTop:'ì',marginLeft:'ì¼ìª½',marginRight:'ì¤ë¥¸ìª½',marginBottom:'ìë',metaKeywords:'문ì í¤ìë (콤ë§ë¡ 구ë¶)',metaDescription:'문ì ì¤ëª ',metaAuthor:'ìì±ì',metaCopyright:'ì ìê¶',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['ko']={"editor":"ë¦¬ì¹ í ì¤í¸ í¸ì§ê¸°","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"ëìì´ íìíìë©´ ALT 0 ì ë르ì¸ì","browseServer":"ìë² ë³´ê¸°","url":"URL","protocol":"íë¡í ì½","upload":"ì ë¡ë","uploadSubmit":"ìë²ë¡ ì ì¡","image":"ì´ë¯¸ì§","flash":"íëì¬","form":"í¼","checkbox":"ì²´í¬ë°ì¤","radio":"ë¼ëì¤ë²í¼","textField":"ì ë ¥íë","textarea":"ì ë ¥ìì","hiddenField":"ì¨ê¹íë","button":"ë²í¼","select":"í¼ì¹¨ëª©ë¡","imageButton":"ì´ë¯¸ì§ë²í¼","notSet":"<ì¤ì ëì§ ìì>","id":"ID","name":"Name","langDir":"ì°ê¸° ë°©í¥","langDirLtr":"ì¼ìª½ìì ì¤ë¥¸ìª½ (LTR)","langDirRtl":"ì¤ë¥¸ìª½ìì ì¼ìª½ (RTL)","langCode":"ì¸ì´ ì½ë","longDescr":"URL ì¤ëª ","cssClass":"Stylesheet Classes","advisoryTitle":"Advisory Title","cssStyle":"Style","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":"Style","cssClasses":"Stylesheet Classes","width":"ëë¹","height":"ëì´","align":"ì ë ¬","alignLeft":"ì¼ìª½","alignRight":"ì¤ë¥¸ìª½","alignCenter":"ê°ì´ë°","alignTop":"ì","alignMiddle":"ì¤ê°","alignBottom":"ìë","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).","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\">, ì¬ì©í ì ìì</span>"},"about":{"copy":"ì ìê¶ © $1 . íê¶ ìì .","dlgTitle":"CKEditor ì ëíì¬","help":"ëìì´ íìíìë©´ $1 를 íì¸íì¸ì","moreInfo":"ë¼ì´ì¼ì¤ì ëí ì 보를 ë³´ê³ ì¶ë¤ë©´ ì°ë¦¬ì ì¹ ì¬ì´í¸ë¥¼ 방문íì¸ì:","title":"CKEditorì ëíì¬","userGuide":"CKEditor User's Guide"},"basicstyles":{"bold":"ì§íê²","italic":"ì´í ë¦","strike":"ì·¨ìì ","subscript":"ìë 첨ì","superscript":"ì 첨ì","underline":"ë°ì¤"},"bidi":{"ltr":"íì¤í¸ ë°©í¥ì´ ì¼ìª½ìì ì¤ë¥¸ìª½ì¼ë¡ ","rtl":"íì¤í¸ ë°©í¥ì´ ì¤ë¥¸ìª½ìì ì¼ìª½ì¼ë¡"},"blockquote":{"toolbar":"ì¸ì© ë¸ë¡"},"clipboard":{"copy":"ë³µì¬í기","copyError":"ë¸ë¼ì°ì ì ë³´ìì¤ì ë문ì ë³µì¬í기 기ë¥ì ì¤íí ì ììµëë¤. í¤ë³´ë ëª ë ¹ì ì¬ì©íììì. (Ctrl/Cmd+C).","cut":"ìë¼ë´ê¸°","cutError":"ë¸ë¼ì°ì ì ë³´ìì¤ì ë문ì ìë¼ë´ê¸° 기ë¥ì ì¤íí ì ììµëë¤. í¤ë³´ë ëª ë ¹ì ì¬ì©íììì. (Ctrl/Cmd+X).","paste":"ë¶ì¬ë£ê¸°","pasteArea":"ë²ì ë¶ì¬ë£ê¸°","pasteMsg":"í¤ë³´ëì (<STRONG>Ctrl/Cmd+V</STRONG>) 를 ì´ì©í´ì ìììì ë¶ì¬ë£ê³ <STRONG>OK</STRONG> 를 ë르ì¸ì.","securityMsg":"ë¸ë¬ì°ì ë³´ì ì¤ì ì¼ë¡ ì¸í´, í´ë¦½ë³´ëì ìë£ë¥¼ ì§ì ì ê·¼í ì ììµëë¤. ì´ ì°½ì ë¤ì ë¶ì¬ë£ê¸° íììì¤.","title":"ë¶ì¬ë£ê¸°"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"기본ìì","bgColorTitle":"ë°°ê²½ ìì","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":"ììì í...","panelTitle":"Colors","textColorTitle":"ê¸ì ìì"},"colordialog":{"clear":"ì ê±°","highlight":"íì´ë¼ì´í¸","options":"ìì ìµì ","selected":"ìì ì íë¨","title":"ìì ì í"},"templates":{"button":"í í릿","emptyListMsg":"(í íë¦¿ì´ ììµëë¤.)","insertOption":"íì¬ ë´ì© ë°ê¾¸ê¸°","options":"í í릿 ìµì ","selectPromptMsg":"ìëí°ìì ì¬ì©í í í릿ì ì ííììì.<br>(ì§ê¸ê¹ì§ ìì±ë ë´ì©ì ì¬ë¼ì§ëë¤.):","title":"ë´ì© í í릿"},"contextmenu":{"options":"컨í ì¤í¸ ë©ë´ ìµì "},"div":{"IdInputLabel":"ID","advisoryTitleInputLabel":"Advisory Title","cssClassInputLabel":"Stylesheet Classes","edit":"Div íê·¸ ìì ","inlineStyleInputLabel":"ì¸ë¼ì¸ ì¤íì¼","langDirLTRLabel":"ì¼ìª½ìì ì¤ë¥¸ìª½ (LTR)","langDirLabel":"ì°ê¸° ë°©í¥","langDirRTLLabel":"ì¤ë¥¸ìª½ìì ì¼ìª½ (RTL)","languageCodeInputLabel":"ì¸ì´ ì½ë","remove":"Div íê·¸ ìì ","styleSelectLabel":"Style","title":"Div íê·¸ ìì±","toolbar":"Div íê·¸ ìì±"},"toolbar":{"toolbarCollapse":"í´ë° ìì ","toolbarExpand":"íì¥ í´ë°","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":"í¸ì§ìì© í´ë°ë¤"},"elementspath":{"eleLabel":"ìì ìì¹","eleTitle":"%1 ìì"},"find":{"find":"찾기","findOptions":"Find Options","findWhat":"ì°¾ì 문ìì´:","matchCase":"ëì문ì 구ë¶","matchCyclic":"Match cyclic","matchWord":"ì¨ì í ë¨ì´","notFoundMsg":"문ìì´ì ì°¾ì ì ììµëë¤.","replace":"ë°ê¾¸ê¸°","replaceAll":"모ë ë°ê¾¸ê¸°","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"ë°ê¿ 문ìì´:","title":"찾기 & ë°ê¾¸ê¸°"},"fakeobjects":{"anchor":"ì± ê°í¼ ì½ì /ë³ê²½","flash":"Flash Animation","hiddenfield":"ì¨ê¹íë","iframe":"IFrame","unknown":"Unknown Object"},"flash":{"access":"ì¤í¬ë¦½í¸ íì©","accessAlways":"íì íì©","accessNever":"íì© ìí¨","accessSameDomain":"Same domain","alignAbsBottom":"ì¤ìë(Abs Bottom)","alignAbsMiddle":"ì¤ì¤ê°(Abs Middle)","alignBaseline":"기ì¤ì ","alignTextTop":"ê¸ììë¨","bgcolor":"ë°°ê²½ ìì","chkFull":"ì ì²´íë©´ ","chkLoop":"ë°ë³µ","chkMenu":"íëì¬ë©ë´ ê°ë¥","chkPlay":"ìëì¬ì","flashvars":"Variables for Flash","hSpace":"ìíì¬ë°±","properties":"íëì¬ ìì±","propertiesTab":"Properties","quality":"Quality","qualityAutoHigh":"Auto High","qualityAutoLow":"Auto Low","qualityBest":"Best","qualityHigh":"High","qualityLow":"Low","qualityMedium":"Medium","scale":"ìì","scaleAll":"모ë보기","scaleFit":"ìììëì¡°ì ","scaleNoBorder":"ê²½ê³ì ìì","title":"íëì¬ ë±ë¡ì ë³´","vSpace":"ìì§ì¬ë°±","validateHSpace":"HSpace must be a number.","validateSrc":"ë§í¬ URLì ì ë ¥íììì.","validateVSpace":"VSpace must be a number.","windowMode":"Window mode","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Window"},"font":{"fontSize":{"label":"ê¸ì í¬ê¸°","voiceLabel":"Font Size","panelTitle":"ê¸ì í¬ê¸°"},"label":"í°í¸","panelTitle":"í°í¸","voiceLabel":"í°í¸"},"forms":{"button":{"title":"ë²í¼ ìì±","text":"ë²í¼ê¸ì(ê°)","type":"ë²í¼ì¢ ë¥","typeBtn":"Button","typeSbm":"Submit","typeRst":"Reset"},"checkboxAndRadio":{"checkboxTitle":"ì²´í¬ë°ì¤ ìì±","radioTitle":"ë¼ëì¤ë²í¼ ìì±","value":"ê°","selected":"ì íë¨"},"form":{"title":"í¼ ìì±","menu":"í¼ ìì±","action":"ì¤íê²½ë¡(Action)","method":"ë°©ë²(Method)","encoding":"Encoding"},"hidden":{"title":"ì¨ê¹íë ìì±","name":"ì´ë¦","value":"ê°"},"select":{"title":"í¼ì¹¨ëª©ë¡ ìì±","selectInfo":"ì ë³´","opAvail":"ì íìµì ","value":"ê°","size":"ì¸ë¡í¬ê¸°","lines":"ì¤","chkMulti":"ì¬ë¬í목 ì í íì©","opText":"ì´ë¦","opValue":"ê°","btnAdd":"ì¶ê°","btnModify":"ë³ê²½","btnUp":"ìë¡","btnDown":"ìëë¡","btnSetValue":"ì íëê²ì¼ë¡ ì¤ì ","btnDelete":"ìì "},"textarea":{"title":"ì ë ¥ìì ìì±","cols":"칸ì","rows":"ì¤ì"},"textfield":{"title":"ì ë ¥íë ìì±","name":"ì´ë¦","value":"ê°","charWidth":"ê¸ì ëë¹","maxChars":"ìµë ê¸ìì","type":"ì¢ ë¥","typeText":"문ìì´","typePass":"ë¹ë°ë²í¸","typeEmail":"ì´ë©ì¼","typeSearch":"ê²ì","typeTel":"ì íë²í¸","typeUrl":"URL"}},"format":{"label":"í¬ë§·","panelTitle":"í¬ë§·","tag_address":"Address","tag_div":"기본 (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":"ìíì ì½ì "},"iframe":{"border":"íë ì í ë리 íì","noUrl":"iframe ëì URLì ì ë ¥í´ì£¼ì¸ì.","scrolling":"ì¤í¬ë¡¤ë° ì¬ì©","title":"IFrame ìì±","toolbar":"IFrame"},"image":{"alertUrl":"ì´ë¯¸ì§ URLì ì ë ¥íììì","alt":"ì´ë¯¸ì§ ì¤ëª ","border":"í ë리","btnUpload":"ìë²ë¡ ì ì¡","button2Img":"ë¨ì ì´ë¯¸ì§ìì ì íí ì´ë¯¸ì§ ë²í¼ì ë³ííìê² ìµëê¹?","hSpace":"ìíì¬ë°±","img2Button":"ì´ë¯¸ì§ ë²í¼ì ì íí ì´ë¯¸ì§ë¥¼ ë³ííìê² ìµëê¹?","infoTab":"ì´ë¯¸ì§ ì ë³´","linkTab":"ë§í¬","lockRatio":"ë¹ì¨ ì ì§","menu":"ì´ë¯¸ì§ ì¤ì ","resetSize":"ìë í¬ê¸°ë¡","title":"ì´ë¯¸ì§ ì¤ì ","titleButton":"ì´ë¯¸ì§ë²í¼ ìì±","upload":"ì ë¡ë","urlMissing":"ì´ë¯¸ì§ ìì¤ URLì´ ììµëë¤.","vSpace":"ìì§ì¬ë°±","validateBorder":"í ë리ë ì ìì¬ì¼ í©ëë¤.","validateHSpace":"ê°ë¡ 길ì´ë ì ìì¬ì¼ í©ëë¤.","validateVSpace":"ì¸ë¡ 길ì´ë ì ìì¬ì¼ í©ëë¤."},"indent":{"indent":"ë¤ì¬ì°ê¸°","outdent":"ë´ì´ì°ê¸°"},"smiley":{"options":"ì´ëª¨í°ì½ ìµì ","title":"ìì´ì½ ì½ì ","toolbar":"ìì´ì½"},"justify":{"block":"ì쪽 ë§ì¶¤","center":"ê°ì´ë° ì ë ¬","left":"ì¼ìª½ ì ë ¬","right":"ì¤ë¥¸ìª½ ì ë ¬"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"ìì¸ì¤ í¤","advanced":"ìì¸í","advisoryContentType":"Advisory Content Type","advisoryTitle":"Advisory Title","anchor":{"toolbar":"ì± ê°í¼ ì½ì /ë³ê²½","menu":"ì± ê°í¼ ìì±","title":"ì± ê°í¼ ìì±","name":"ì± ê°í¼ ì´ë¦","errorName":"ì± ê°í¼ ì´ë¦ì ì ë ¥íììì.","remove":"Remove Anchor"},"anchorId":"ì± ê°í¼ ID","anchorName":"ì± ê°í¼ ì´ë¦","charset":"Linked Resource Charset","cssClasses":"Stylesheet Classes","emailAddress":"ì´ë©ì¼ 주ì","emailBody":"ë´ì©","emailSubject":"ì 목","id":"ID","info":"ë§í¬ ì ë³´","langCode":"ì°ê¸° ë°©í¥","langDir":"ì°ê¸° ë°©í¥","langDirLTR":"ì¼ìª½ìì ì¤ë¥¸ìª½ (LTR)","langDirRTL":"ì¤ë¥¸ìª½ìì ì¼ìª½ (RTL)","menu":"ë§í¬ ìì ","name":"Name","noAnchors":"(문ìì ì± ê°í¼ê° ììµëë¤.)","noEmail":"ì´ë©ì¼ì£¼ì를 ì ë ¥íììì.","noUrl":"ë§í¬ URLì ì ë ¥íììì.","other":"<기í>","popupDependent":"Dependent (Netscape)","popupFeatures":"íì ì°½ ì¤ì ","popupFullScreen":"ì ì²´íë©´ (IE)","popupLeft":"ì¼ìª½ ìì¹","popupLocationBar":"주ìíìì¤","popupMenuBar":"ë©ë´ë°","popupResizable":"í¬ê¸° ì¡°ì ê°ë¥","popupScrollBars":"ì¤í¬ë¡¤ë°","popupStatusBar":"ìíë°","popupToolbar":"í´ë°","popupTop":"ì쪽 ìì¹","rel":"ê´ê³","selectAnchor":"ì± ê°í¼ ì í","styles":"Style","tabIndex":"í ìì","target":"íê²","targetFrame":"<íë ì>","targetFrameName":"íê² íë ì ì´ë¦","targetPopup":"<íì ì°½>","targetPopupName":"íì ì°½ ì´ë¦","title":"ë§í¬","toAnchor":"ì± ê°í¼","toEmail":"ì´ë©ì¼","toUrl":"URL","toolbar":"ë§í¬ ì½ì /ë³ê²½","type":"ë§í¬ ì¢ ë¥","unlink":"ë§í¬ ìì ","upload":"ì ë¡ë"},"list":{"bulletedlist":"ìììë 목ë¡","numberedlist":"ìììë 목ë¡"},"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":"ì¬ê¸°ì ê·¸ëí ì½ì "},"maximize":{"maximize":"ìµë","minimize":"ìµì"},"newpage":{"toolbar":"ì 문ì"},"pagebreak":{"alt":"í¨ì´ì§ ëë기","toolbar":"ì¸ìì íì´ì§ ëë기 ì½ì "},"pastetext":{"button":"í ì¤í¸ë¡ ë¶ì¬ë£ê¸°","title":"í ì¤í¸ë¡ ë¶ì¬ë£ê¸°"},"pastefromword":{"confirmCleanup":"ë¶ì¬ ë£ê¸° í í ì¤í¸ë MS Wordìì ë³µì¬ í ê²ì ëë¤. ë¶ì¬ ë£ê¸° ì ì MS Word í¬ë©§ì ìì íìê² ìµëê¹?","error":"ë´ë¶ ì¤ë¥ë¡ ë¶ì¬ ë£ì ë°ì´í°ë¥¼ ì 리 í ì ììµëë¤.","title":"MS Word íììì ë¶ì¬ë£ê¸°","toolbar":"MS Word íììì ë¶ì¬ë£ê¸°"},"preview":{"preview":"미리보기"},"print":{"toolbar":"ì¸ìí기"},"removeformat":{"toolbar":"í¬ë§· ì§ì°ê¸°"},"save":{"toolbar":"ì ì¥í기"},"selectall":{"toolbar":"ì ì²´ì í"},"showblocks":{"toolbar":"ë¸ë¡ 보기"},"sourcearea":{"toolbar":"ìì¤"},"specialchar":{"options":"í¹ì문ì ìµì ","title":"í¹ì문ì ì í","toolbar":"í¹ì문ì ì½ì "},"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":"ì¤íì¼","panelTitle":"ì ì²´ êµ¬ì± ì¤íì¼","panelTitle1":"ë¸ë¡ ì¤íì¼","panelTitle2":"ì¸ë¼ì¸ ì¤íì¼","panelTitle3":"ì¤ë¸ì í¸ ì¤íì¼"},"table":{"border":"í ë리 í¬ê¸°","caption":"캡ì ","cell":{"menu":"ì /칸(Cell)","insertBefore":"ìì ì /칸 ì½ì ","insertAfter":"ë¤ì ì /칸 ì½ì ","deleteCell":"ì ìì ","merge":"ì í©ì¹ê¸°","mergeRight":"ì¤ë¥¸ìª½ ëì¹ê¸°","mergeDown":"ì¼ìª½ ëì¹ê¸°","splitHorizontal":"ìí ëë기","splitVertical":"ìì§ ëë기","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":"ì ì¬ë°±","cellSpace":"ì ê°ê²©","column":{"menu":"ì´(Column)","insertBefore":"ìì ì´ ì½ì ","insertAfter":"ë¤ì ì´ ì½ì ","deleteColumn":"ì¸ë¡ì¤ ìì "},"columns":"ì¸ë¡ì¤","deleteTable":"í ìì ","headers":"í´ë","headersBoth":"모ë","headersColumn":"첫 ì´","headersNone":"None","headersRow":"첫 í","invalidBorder":"í ë리 í¬ê¸°ë ì«ìì¬ì¼ í©ëë¤.","invalidCellPadding":"ì ì쪽ì ì¬ë°±ì 0 ì´ìì´ì´ì¼ í©ëë¤.","invalidCellSpacing":"ì ê°ê²©ì 0 ì´ìì´ì´ì¼ í©ëë¤.","invalidCols":"í ë²í¸ë 0ë³´ë¤ í° ì«ìì¬ì¼ í©ëë¤.","invalidHeight":"í ëì´ë ì«ìì¬ì¼ í©ëë¤.","invalidRows":"í ë²í¸ë 0ë³´ë¤ í° ì«ìì¬ì¼ í©ëë¤.","invalidWidth":"íì íì ì«ìì¬ì¼ í©ëë¤.","menu":"í ì¤ì ","row":{"menu":"í(Row)","insertBefore":"ìì í ì½ì ","insertAfter":"ë¤ì í ì½ì ","deleteRow":"ê°ë¡ì¤ ìì "},"rows":"ê°ë¡ì¤","summary":"ìì½","title":"í ì¤ì ","toolbar":"í","widthPc":"í¼ì¼í¸","widthPx":"í½ì ","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":"Sorry, but service is unavailable now.","notInDic":"ì¬ì ì ìë ë¨ì´","oneChange":"ì² ìê²ì¬ ìë£: ë¨ì´ê° ë³ê²½ëììµëë¤.","progress":"ì² ìê²ì¬ë¥¼ ì§íì¤ì ëë¤...","title":"Spell Check","toolbar":"ì² ìê²ì¬"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/ku.js b/skins/ckeditor/lang/ku.js new file mode 100644 index 0000000..72ad7f9 --- /dev/null +++ b/skins/ckeditor/lang/ku.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.lang['ku']={"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":"باشÛ","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\" دÛبÛت Ú٠ارÛÚ©Û Ø¯Ø±ÙÙست بÛت ÛØ§Ù Ø¨Û ÙاÙÙÛشاÙÛ Ø¦Ø§Ù Ø±Ø§Ø²Û (px, %, in, cm, mm, em, ex, pt, Ûا٠pc).","invalidHtmlLength":"ئÛÙ ÙرخÛÛ Ø¯Ø±Ø§ÙÛ Ø¨Û Ø®Ø§ÙÛÛ \"%1\" دÛبÛت Ú٠ارÛÚ©Û Ø¯Ø±ÙÙست بÛت ÛØ§Ù Ø¨Û ÙاÙÙÛشاÙÛ Ø¦Ø§Ù Ø±Ø§Ø²Û HTML (px Ûا٠%).","invalidInlineStyle":"داÙÛÛ ÙØ±Ø®Û Ø´ÛÙØ§Ø²Û ÙاÙÙÛÚµ دÛبÛت Ù¾ÛÚ©ÙاتبÛت ÙÛÛÛÙ Ûا٠زÛØ§ØªØ±Û Ø¯Ø§ÚØ´ØªÛ \"Ùا٠: Ùرخ\", جÛاکردÙÛÙÛÛ Ø¨Û ÙارÛØ²Û Ù Ø®Ø§Úµ","cssLengthTooltip":"Ú٠ارÛÛÛ٠بÙÙÙØ³Ù Ø¨Û ÙØ±Ø®Û piksel Ûا٠ئا٠رازÛÚ©Û Ø¯Ø±ÙÙØ³ØªÛ 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":"ÚÛÙ¾ÛشاÙدÛØ±Û CKEditors"},"basicstyles":{"bold":"ÙÛÚµÛÙ","italic":"Ùار","strike":"ÙÛداÙ","subscript":"ÚÛرÙÙÙس","superscript":"سÛرÙÙÙس","underline":"ÚÛرÙÛÚµ"},"bidi":{"ltr":"ئاراستÛÛ ÙÙÙØ³Û ÙÛ ÚÛÙ¾ Ø¨Û Úاست","rtl":"ئاراستÛÛ ÙÙÙØ³Û ÙÛ Úاست Ø¨Û ÚÛÙ¾"},"blockquote":{"toolbar":"بÛربÛستکردÙÛ ÙÙتÛÛ ÙÛرگÛراÙ"},"clipboard":{"copy":"ÙÛبÛرگرتÙÛÙÛ","copyError":"پارÛØ²Û ÙÛبگÛÚÛÚ©Ûت ÚÛÚ¯ÛÙادات بÛسÛرÙÙÙسÛÚ©Û ÙÛ ÙکاÙدÙÛ Ø¯ÛÙÛ Ø®ÛکارارÙÛ. تکاÛÛ ÙÛØ¨Ø±Û Ø¦ÛÙ Û Ø¦ÛÙ ÙÛر٠اÙÛ Ø¨ÛکاربÙÛÙÛ Ø¨ÛداگرتÙÛ Ú©ÙÛÙÛ (Ctrl/Cmd+C).","cut":"بÚÛÙ","cutError":"پارÛØ²Û ÙÛبگÛÚÛÚ©Ûت ÚÛÚ¯ÛÙادات Ø¨Û Ø³ÛرÙÙÙسÛÚ©Û ÙÛبÚÛÙÛ Ø®ÛکاراÙÛ. تکاÛÛ ÙÛØ¨Ø±Û Ø¦ÛÙ Û Ø¦ÛÙ ÙÛر٠اÙÛ Ø¨ÛکاربÙÛÙÛ Ø¨ÛداگرتÙÛ Ú©ÙÛÙÛ (Ctrl/Cmd+X).","paste":"ÙکاÙدÙ","pasteArea":"ÙاÙÚÛÛ ÙکاÙدÙ","pasteMsg":"تکاÛÛ Ø¨ÛÙÚ©ÛÙÛ ÙÛÙاÙÛÙÛÛ Ø¦Û٠سÙÙÙÛ ÙÛÚÛÛ ØªÛختÛÚ©ÙÛÙÛÚ©Ûت Ø¨Û Ø¨ÛکارÙÛÙاÙÛ Ú©ÙÛÙÛ (<STRONG>Ctrl/Cmd+V</STRONG>) دÙÙØ§Û Ú©ÙÛÚ©Û Ø¨Ø§Ø´Û Ø¨Ú©Û.","securityMsg":"بÛÙÛÛ Ø´ÛÙÛÙ¾ÛداÙÛ Ù¾Ø§Ø±ÛØ²Û ÙÛبگÛÚÛÚ©ÛØªØ Ø³ÛرÙÙÙسÛÚ©Ù ÙاتÙاÙÛت دÛستبگÛÛÛÙÛت بÛÙÛÚµÚ¯ÛراÙÛÚ©Û ÚاستÛÙØ®Û. بÛÛÙ Ù¾ÛÙÛست٠دÙÙبار٠بÛÙÚ©ÛÙÛت ÙÛÙ Ù¾ÛÙجÛرÛÛÙ.","title":"ÙکاÙدÙ"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Ø®Ûکار","bgColorTitle":"ÚÛÙÚ¯Û Ù¾Ø§Ø´Ø¨ÙÛ٠ا","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":"سپÛ"},"more":"ÚÛÙÚ¯Û Ø²Ûاتر...","panelTitle":"ÚÛÙÚ¯ÛکاÙ","textColorTitle":"ÚÛÙÚ¯Û Ø¯ÛÙ"},"colordialog":{"clear":"پاکÛÚ©ÛÙÛ","highlight":"ÙÛشاÙکردÙ","options":"ÙÛڵبÚاردÛÛ ÚÛÙÚ¯ÛکاÙ","selected":"ÚÛÙÚ¯Û ÙÛڵبÚÛردراÙ","title":"ÙÛڵبÚاردÙÛ ÚÛÙÚ¯"},"templates":{"button":"ÚÙÙکار","emptyListMsg":"(ÙÛÚ ÚÙÙکارÛ٠دÛارÛÙÛکراÙÛ)","insertOption":"ÙÛ Ø´ÙÛ٠داÙاÙÛ Ø¦ÛÙ Ù¾ÛÚ©ÙاتاÙÛÛ Ø¦Ûستا","options":"ÙÛڵبÚاردÛکاÙÛ ÚÙÙکار","selectPromptMsg":"ÚÙÙکارÛÙ ÙÛڵبÚÛØ±Ù Ø¨Û Ú©Ø±Ø¯ÙÛÙÛÛ Ù٠سÛرÙÙÙسÛر:","title":"Ù¾ÛÚ©ÙاتÛÛ ÚÙÙکار"},"contextmenu":{"options":"ÙÛڵبÚاردÛÛ ÙÛستÛÛ Ú©ÙÛÚ©Û Ø¯ÛØ³ØªÛ Úاست"},"div":{"IdInputLabel":"ÙاسÙا٠Û","advisoryTitleInputLabel":"سÛردÛÚ","cssClassInputLabel":"Ø´ÛÙØ§Ø²Û ÚÛÙÛ Ù¾ÛÚÙ","edit":"ÚØ§Ú©Ø³Ø§Ø²Û Div","inlineStyleInputLabel":"Ø´ÛÙØ§Ø²Û ÙاÙÙÛÚµ","langDirLTRLabel":"ÚÛÙ¾ Ø¨Û Úاست (LTR)","langDirLabel":"ئاراستÛÛ Ø²Ù Ø§Ù","langDirRTLLabel":"Úاست Ø¨Û ÚÛÙ¾ (RTL)","languageCodeInputLabel":"ÙÛÙ Ø§Û Ø²Ù Ø§Ù","remove":"ÙابردÙÛ Div","styleSelectLabel":"Ø´ÛÙاز","title":"درÙستکردÙÛ ÙÛØ®ÛÚ¯Ø±Û Div","toolbar":"درÙستکردÙÛ ÙÛØ®ÛÚ¯Ø±Û Div"},"toolbar":{"toolbarCollapse":"شاردÙÛÙÛ ÙÛÚµÛ ØªÙÙڵا٠راز","toolbarExpand":"ÙÛشاÙداÙÛ ÙÛÚµÛ ØªÙÙڵا٠راز","toolbarGroups":{"document":"Ù¾ÛÚÙ","clipboard":"بÚÛÙ/Ù¾ÙÙÚکردÙÛÙÛ","editing":"ÚاکسازÛ","forms":"داÚشتÛ","basicstyles":"Ø´ÛÙØ§Ø²Û Ø¨ÙÚÛÙÛÛÛ","paragraph":"بÚÚ¯Û","links":"بÛستÛر","insert":"خستÙÛ ÙاÙ","styles":"Ø´ÛÙاز","colors":"ÚÛÙÚ¯ÛکاÙ","tools":"ئا٠رازÛکاÙ"},"toolbars":"تÙÙÚµØ§Ù Ø±Ø§Ø²Û Ø¯ÛسکارÛÚ©Ûر"},"elementspath":{"eleLabel":"ÚÛÚÛÙÛ ØªÙخ٠ÛکاÙ","eleTitle":"%1 تÙخ٠"},"find":{"find":"Ú¯ÛÚاÙ","findOptions":"ÙÛڵبÚاردÛکاÙÛ Ú¯ÛÚاÙ","findWhat":"Ú¯ÛÚا٠بÛدÙÙاÛ:","matchCase":"جÛاکردÙÛÙÙ ÙÛÙÛÙا٠پÛØªÛ Ú¯ÛÙرÛ٠بÚÙÙÙ","matchCyclic":"Ú¯ÛÚا٠ÙÛÙÛÙ ÙÙ Ù¾ÛÚÛÚ©Ù","matchWord":"تÛÙÛا ÙÛÙ ÙÙ ÙØ´ÛÚ©Ù","notFoundMsg":"ÙÛÚ Ø¯ÛÙÙ Ú¯ÛÚاÙÛÙ ÙÛدÛزراÙÙ.","replace":"ÙÛبرÛداÙاÙ","replaceAll":"ÙÛبرÛداÙاÙÛ ÙÛÙ ÙÙÛ","replaceSuccessMsg":" Ù¾ÛØ´ÙاتÛ(Û) ÙÛØ¨Ø±Û Ø¯Ø§Ùرا. %1","replaceWith":"ÙÛبرÛداÙا٠بÙ:","title":"Ú¯ÛÚا٠٠ÙÛبرÛداÙاÙ"},"fakeobjects":{"anchor":"ÙÛÙÚ¯Ûر","flash":"ÙÙاش","hiddenfield":"شاردÙÛÙÛÛ Ø®Ø§ÙÙ","iframe":"ÙÛÚÙارÚÛÙÛ","unknown":"بÛرکارÛÚ©Û ÙÛÙاسراÙ"},"flash":{"access":"دÛستپÛÚ¯ÛÛشتÙÛ ÙÙÙسراÙ","accessAlways":"ÙÛÙ ÛØ´Ù","accessNever":"ÙÛرگÛز","accessSameDomain":"ÙÛ٠ا٠دÛÙ ÛÛÙ","alignAbsBottom":"ÙÙ ÚÛرÛÙÙ","alignAbsMiddle":"ÙÛÙاÙÛÙد","alignBaseline":"ÙÛÚµÛبÙÛÚÛت","alignTextTop":"دÛÙ ÙÛسÛرÛÙÙ","bgcolor":"ÚÛÙÚ¯Û Ù¾Ø§Ø´Ø¨ÙÛ٠ا","chkFull":"ÚÛÙ¾ÛØ¯Ø§Ù Ø¨Û Ù¾ÚÛ Ø´Ø§Ø´Ù","chkLoop":"گرÛ","chkMenu":"ÚاÙاککردÙÛ ÙÛستÛÛ ÙÙاش","chkPlay":"Ù¾ÛکردÙÛ Ûا٠ÙÛداÙÛ Ø®Ûکار","flashvars":"Ú¯ÛÚاÙÛÚ©Ø§Ù Ø¨Û ÙÙاش","hSpace":"بÛشاÛÛ Ø¦Ø§Ø³ÛÛÛ","properties":"خاسÛÛØªÛ ÙÙاش","propertiesTab":"خاسÛÛت","quality":"جÛراÛÛتÛ","qualityAutoHigh":"بÛØ±Ø²Û Ø®Ûکار","qualityAutoLow":"ÙØ²Ù Û Ø®Ûکار","qualityBest":"باشترÛÙ","qualityHigh":"بÛرزÛ","qualityLow":"Ùز٠","qualityMedium":"٠ا٠ÙاÙÛÙد","scale":"Ù¾ÛÙاÙÙ","scaleAll":"ÙÛشاÙداÙÛ ÙÛÙ ÙÙ","scaleFit":"بÛÙØ±Ø¯Û Ø¨Ú¯ÙÙجÛت","scaleNoBorder":"Ø¨Û Ù¾ÛراÙÛز","title":"خاسÛÛØªÛ ÙÙاش","vSpace":"بÛشاÛÛ Ø¦ÛستÙÙÛ","validateHSpace":"بÛشاÛÛ Ø¦Ø§Ø³ÛÛÛ Ø¯ÛبÛت ÚÙ Ø§Ø±Û Ø¨Ûت.","validateSrc":"ÙاÙÙÛشاÙÛ Ø¨ÛستÛر ÙابÛت Ø®Ø§ÚµÛ Ø¨Ûت","validateVSpace":"بÛشاÛÛ Ø¦ÛستÙÙÛ Ø¯ÛبÛت Ú٠ار٠بÛت.","windowMode":"Ø´ÛÙØ§Ø²Û Ù¾ÛÙجÛرÙ","windowModeOpaque":"ÙاÚÙÙÙ","windowModeTransparent":"ÚÛØ´Ù","windowModeWindow":"Ù¾ÛÙجÛرÙ"},"font":{"fontSize":{"label":"Ú¯ÛÙرÛÛÛ","voiceLabel":"Ú¯ÛÙرÛÛÛ ÙÛÙت","panelTitle":"Ú¯ÛÙرÛÛÛ ÙÛÙت"},"label":"ÙÛÙت","panelTitle":"ÙاÙÛ ÙÛÙت","voiceLabel":"ÙÛÙت"},"forms":{"button":{"title":"خاسÛÛØªÛ Ø¯ÙÚ¯Ù Û","text":"(ÙرخÛ) دÛÙ","type":"جÛر","typeBtn":"دÙÚ¯Ù Û","typeSbm":"بÙÛرÛ","typeRst":"ÚÛکخستÙÛÙÛ"},"checkboxAndRadio":{"checkboxTitle":"خاسÛÛØªÛ ÚÙÙارگÛØ´Û Ù¾Ø´Ú©ÙÛÙ","radioTitle":"خاسÛÛØªÛ Ø¬ÛگرÛÙÛÛ Ø¯ÙÚ¯Ù Û","value":"Ùرخ","selected":"ÙÛڵبÚاردرا"},"form":{"title":"خاسÛÛØªÛ Ø¯Ø§ÚشتÛ","menu":"خاسÛÛØªÛ Ø¯Ø§ÚشتÛ","action":"کردار","method":"ÚÛÚ¯Û","encoding":"بÛÚ©ÛدکÛر"},"hidden":{"title":"خاسÛÛØªÛ Ø®Ø§ÙÛÛ Ø´Ø§Ø±Ø¯Ø±Ø§ÙÛ","name":"ÙاÙ","value":"Ùرخ"},"select":{"title":"ÙÛڵبÚاردÛÛ Ø®Ø§Ø³ÛÛØªÛ Ø®Ø§ÙÛ","selectInfo":"زاÙÛارÛ","opAvail":"ÙÛڵبÚاردÛÛ ÙÛبÛردÛستدابÙÙÙ","value":"Ùرخ","size":"Ú¯ÛÙرÛÛÛ","lines":"ÙÛÚµÛکاÙ","chkMulti":"ÚÛدا٠بÛÙر٠ÙÛڵبÚاردÙ","opText":"دÛÙ","opValue":"Ùرخ","btnAdd":"زÛادکردÙ","btnModify":"Ú¯ÛÚاÙکارÛ","btnUp":"سÛرÛÙÙ","btnDown":"Ø®ÙارÛÙÛ","btnSetValue":"دابÙÛ ÙÛÙ ÙرخÛÚ©Û ÙÛڵبÚÛردراÙ","btnDelete":"سÚÛÙÛÙÙ"},"textarea":{"title":"خاسÛÛØªÛ ÚÙÙبÛØ±Û Ø¯ÛÙ","cols":"ستÙÙÙÛکاÙ","rows":"ÚÛزÛکاÙ"},"textfield":{"title":"خاسÛÛØªÛ Ø®Ø§ÙÛÛ Ø¯ÛÙ","name":"ÙاÙ","value":"Ùرخ","charWidth":"پاÙÛ ÙÙÙسÛ","maxChars":"ئÛÙÙ¾ÛÚÛ ÙÙÙسÛ","type":"جÛر","typeText":"دÛÙ","typePass":"Ù¾ÛÙ¾ÛÚÛÙØ´Û","typeEmail":"ئÛÙ ÛÛÙ","typeSearch":"Ú¯ÛÚاÙ","typeTel":"Ú٠ارÛÛ ØªÛÙÛÙÛÙ","typeUrl":"ÙاÙÙÛشاÙÛ Ø¨ÛستÛر"}},"format":{"label":"ÚازاÙدÙÛÙÛ","panelTitle":"بÛØ´Û ÚازاÙدÙÛÙÙ","tag_address":"ÙاÙÙÛشاÙ","tag_div":"(DIV)-Û Ø¦Ø§Ø³Ø§ÛÛ","tag_h1":"سÛرÙÙÙسÛÛ Ù¡","tag_h2":"سÛرÙÙÙسÛÛ Ù¢","tag_h3":"سÛرÙÙÙسÛÛ Ù£","tag_h4":"سÛرÙÙÙسÛÛ Ù¤","tag_h5":"سÛرÙÙÙسÛÛ Ù¥","tag_h6":"سÛرÙÙÙسÛÛ Ù¦","tag_p":"ئاساÛÛ","tag_pre":"Ø´ÛÙازکراÙ"},"horizontalrule":{"toolbar":"داÙاÙÛ ÙÛÙÛ Ø¦Ø§Ø³ÛÛÛ"},"iframe":{"border":"ÙÛشاÙداÙÛ ÙاکÛØ´Ù Ø¨Û ÚÙÙاردÛÙØ±Û ÚÙÙارÚÛÙÛ","noUrl":"تکاÛÙ ÙاÙÙÛشاÙÛ Ø¨ÛستÛر بÙÙÙØ³Ù Ø¨Û ÚÙÙارÚÛÙÙ","scrolling":"ÚاÙاککردÙÛ ÙاتÙÙÚÛÙ¾ÛکردÙ","title":"دÛاÙÛÚ¯Û ÚÙÙارÚÛÙÙ","toolbar":"ÚÙÙارÚÛÙÙ"},"image":{"alertUrl":"تکاÛÙ ÙاÙÙÛشاÙÛ Ø¨ÛستÛØ±Û ÙÛÙ٠بÙÙÙسÙ","alt":"جÛگرÛÙÛÛ Ø¯ÛÙ","border":"Ù¾ÛراÙÛز","btnUpload":"ÙاردÙÛ Ø¨Û ÚاÚÙ","button2Img":"ØªÛ Ø¯ÛتÛÙÛت دÙÚ¯Ù ÛÛ ÙÛÙÛÛ Ø¯ÛارÛکرا٠بگÛÚÛت Ø¨Û ÙÛÙÛÛÛÚ©Û Ø¦Ø§Ø³Ø§ÛÛØ","hSpace":"بÛشاÛÛ Ø¦Ø§Ø³ÛÛÛ","img2Button":"ØªÛ Ø¯ÛتÛÙÛت ÙÛÙÛÛ Ø¯ÛارÛکرا٠بگÛÚÛت Ø¨Û Ø¯ÙÚ¯Ù ÛÛ ÙÛÙÙØ","infoTab":"زاÙÛØ§Ø±Û ÙÛÙÙ","linkTab":"بÛستÛر","lockRatio":"داخستÙÛ ÚÛÚÙ","menu":"خاسÛÛØªÛ ÙÛÙÙ","resetSize":"ÚÛکخستÙÛÙÛÛ ÙÛبارÙ","title":"خاسÛÛØªÛ ÙÛÙÙ","titleButton":"خاسÛÛØªÛ Ø¯ÙÚ¯Ù ÛÛ ÙÛÙÙ","upload":"بارکردÙ","urlMissing":"سÛرÚاÙÛÛ Ø¨ÛستÛØ±Û ÙÛÙ٠بزرÙ","vSpace":"بÛشاÛÛ Ø¦ÛستÙÙÛ","validateBorder":"Ù¾ÛراÙÛز دÛبÛت بÛتÛÙاÙÛ ØªÛÙÙا Ú٠ار٠بÛت.","validateHSpace":"بÛشاÛÛ Ø¦Ø§Ø³ÛÛÛ Ø¯ÛبÛت بÛتÛÙاÙÛ ØªÛÙÙا ÚÙ Ø§Ø±Û Ø¨Ûت.","validateVSpace":"بÛشاÛÛ Ø¦ÛستÙÙÛ Ø¯ÛبÛت بÛتÛÙاÙÛ ØªÛÙÙا Ú٠ار٠بÛت."},"indent":{"indent":"زÛادکردÙÛ Ø¨ÛشاÛÛ","outdent":"Ú©Û٠کردÙÛÙÛÛ Ø¨ÛشاÛÛ"},"smiley":{"options":"ÙÛڵبÚاردÛÛ Ø²ÛردÛØ®ÛÙÙ","title":"داÙاÙÛ Ø²ÛردÛØ®ÛÙÛÛÛÙ","toolbar":"زÛردÛØ®ÛÙÙ"},"justify":{"block":"ÙاÙستÙÙÙÛ","center":"ÙاÙÛÚاست","left":"بÛÙÛÚµ کردÙÛ ÚÛÙ¾","right":"بÛÙÛÚµ کردÙÛ Úاست"},"language":{"button":"Set language","remove":"Remove language"},"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":"داÙاÙ/ÙابردÙÛ Ú٠ارÛÛ ÙÛست"},"liststyle":{"armenian":"ئاراستÛÛ Ú٠ارÛÛ Ø¦Ûر٠ÛÙÛ","bulletedTitle":"خاسÛÛØªÛ ÙÛØ³ØªÛ Ø®Ø§ÚµÛ","circle":"بازÙÙ","decimal":"ÚÙ Ø§Ø±Û (1, 2, 3, ÙÛ ÙÛتر.)","decimalLeadingZero":"ÚÙ Ø§Ø±Û Ø³ÙÚÛ ÙÛÙ¾ÛØ´ÛÙÙ (01, 02, 03, ÙÛ ÙÛتر.)","disc":"Ù¾ÛÙ¾Ú©Û","georgian":"ئاراستÛÛ Ú٠ارÛÛ Ø¬ÛÚØ¬Û (an, ban, gan, ÙÛ ÙÛتر.)","lowerAlpha":"ئÛÙÙابÛÛ Ø¨ÚÙÙÙ (a, b, c, d, e, ÙÛ ÙÛتر.)","lowerGreek":"ÛÛÙاÙÛ Ø¨ÚÙÙÙ (alpha, beta, gamma, ÙÛ ÙÛتر.)","lowerRoman":"Ú٠ارÛÛ ÚÛÙ Û Ø¨ÚÙÙÙ (i, ii, iii, iv, v, ÙÛ ÙÛتر.)","none":"ÙÛÚ","notset":"<داÙÛÙدراÙÙ>","numberedTitle":"خاسÛÛØªÛ ÙÛØ³ØªÛ Ú٠ارÛÛÛ","square":"ÚÙÙراگÛØ´Û","start":"دÛستپÛکردÙ","type":"جÛر","upperAlpha":"ئÛÙÙابÛÛ Ú¯ÛÙر٠(A, B, C, D, E, ÙÛ ÙÛتر.)","upperRoman":"Ú٠ارÛÛ ÚÛÙ Û Ú¯ÛÙر٠(I, II, III, IV, V, ÙÛ ÙÛتر.)","validateStartNumber":"دÛستپÛÚ©ÛØ±Û ÙÛØ³ØªÛ Ú٠ارÛÛÛ Ø¯ÛبÛت تÛÙÙا ÚÙ Ø§Ø±Û Ø¨Ûت."},"magicline":{"title":"بÚÚ¯Û ÙÛØ±Û Ø¯Ø§Ø¨ÙÛ"},"maximize":{"maximize":"ئÛÙÙ¾ÛÚÛ Ú¯ÛÙرÛÛÛ","minimize":"ئÛÙÙ¾ÛÚÛ Ø¨ÚÙÙÚ©Û"},"newpage":{"toolbar":"Ù¾ÛÚÛÛÛÚ©Û ÙÙÛ"},"pagebreak":{"alt":"پشÙÙÛ Ù¾ÛÚÛ","toolbar":"داÙاÙÛ Ù¾Ø´ÙÙÛ Ù¾ÛÚÛ Ø¨Û ÚاپکردÙ"},"pastetext":{"button":"ÙکاÙدÙÛ ÙÛ٠دÛÙÛ ÚÙÙÙ","title":"ÙکاÙدÙÛ ÙÛ٠دÛÙÛ ÚÙÙÙ"},"pastefromword":{"confirmCleanup":"ئÛ٠دÛÙÛÛ Ø¨ÛتÛÙ Ø§Û Ø¨ÛÙÚ©ÛÙÛ Ù¾ÛدÛÚÛت ÙÙ word ÙÛÙرابÛت. دÛتÛÙÛت Ù¾Ø§Ú©Û Ø¨Ú©ÛÛÙÙ Ù¾ÛØ´ ئÛÙÛÛ Ø¨ÛÙÚ©ÛÙÛØ","error":"ÙÛÚ ÚÛÚ¯ÛÛÛÙ ÙÛبÙÙ ÙÛÙکاÙدÙÛ Ø¯ÛÙÛک٠بÛÙÛÛ ÙÛÚµÛÛÛÚ©Û ÙاÙÛØ®ÛÛÛ","title":"ÙکاÙدÙÛ ÙÛÙاÛÛÙ Word","toolbar":"ÙکاÙدÙÛ ÙÛÚÛÛ Word"},"preview":{"preview":"Ù¾ÛشبÛÙÛÙ"},"print":{"toolbar":"ÚاپکردÙ"},"removeformat":{"toolbar":"ÙابردÙÛ Ø¯Ø§ÚشتÛÚ©Û"},"save":{"toolbar":"پاشکÛÙتکردÙ"},"selectall":{"toolbar":"دÛارÛکردÙÛ ÙÛÙ ÙÙÛ"},"showblocks":{"toolbar":"ÙÛشاÙداÙÛ Ø¨ÛربÛستÛکاÙ"},"sourcearea":{"toolbar":"سÛرÚاÙÛ"},"specialchar":{"options":"ÙÛڵبÚاردÛÛ ÙÙÙسÛÛ ØªØ§ÛبÛتÛ","title":"ÙÛڵبÚاردÙÛ ÙÙÙسÛÛ ØªØ§ÛبÛتÛ","toolbar":"داÙاÙÛ ÙÙÙسÛÛ ØªØ§ÛبÛتÛ"},"scayt":{"about":"دÙربارÙÛ SCAYT","aboutTab":"دÙربارÙÛ","addWord":"زÛادکردÙÛ ÙÙØ´Ù","allCaps":"پشتگÙÛخستÙÛ ÙشاÙÙÛ Ù¾ÛÚ©ÙاتÙÙÙ ÙÙÙ¾ÛØªÛ Ú¯ÙÙرÙ","dic_create":"درÙÙستکردÙ","dic_delete":"سÚÛÙÙÙÙ","dic_field_name":"ÙاÙÛ ÙÙرÙÙÙÚ¯","dic_info":"ÙÙبÙÚÛÙÙدا ÙÙرÙÙÙÚ¯Û Ø¨ÙکارÙÛÙÙر Ú©Ûگاکرد٠کراÙÙ ÙÙ Ø´ÙکرÛÚ©Ù Cookie, ÙÙرÚÛÙÛ٠بÛت Ø´ÙÚ©Ûرک٠سÙÙÙردار کراÙÙ ÙÙ ÙÙبار٠کÛگاکردÙ.کاتÛÙ ÙÙرÙÙÙÚ¯Û Ø¨ÙکارÙÛÙÙر Ú¯ÙÛشت٠ئÙ٠خاڵÙÛ Ú©ÙÙاتÙاÙرÛت زÛاتر Ú©Ûگاکرد٠بکرÛت ÙÙ Ø´ÙکرÛÚ©ÙØ Ø¦ÙÙسا ÙÙرÙÙÙÚ¯ÙÚ©Ù Ù¾ÛÙÛست٠کÛگابکرÛت ÙÙ ÚاÚÙÚ©ÙÛ Ø¦ÛÙ Ù. Ø¨Û Ú©ÛگاکردÙÛ Ø²Ø§ÙÛØ§Ø±Û ØªØ§ÛبÙØªÛ ÙÙرÙÙÙÚ¯ÙÚ©Ù ÙÙ ÚاÚÙÚ©ÙÛ Ø¦ÛÙ Ù, Ù¾ÛÙÛست٠ÙاÙÛÙ ÙÙڵبÚÛرÛت Ø¨Û ÙÙرÙÙÙÚ¯ÙÚ©Ù. Ú¯Ùر ØªÛ ÙÙرÙÙÙÚ¯ÛÚ©Û Ú©ÛگاکراÙت ÙÙÛÙ, تکاÛÙ ÙاÙÛ ÙÙرÙÙÙÚ¯Ùک٠بÙÙÙس٠ÙÙ Ú©ÙÛÚ©Û Ø¯ÙÚ¯Ù ÙÛ Ú¯ÙÚاÙدÙÙÙ٠بکÙ.","dic_rename":"Ú¯ÛÚÛÙÛ ÙاÙ","dic_restore":"Ú¯ÙÚاÙدÙÙÙÙ","dictionariesTab":"ÙÙرÙÙÙÚ¯ÙکاÙ","disable":"ÙاÚاÙاککردÙÛ SCAYT","emptyDic":"ÙاÙÛ ÙÙرÙÙÙÚ¯ ÙابÛت Ø®Ø§ÚµÛ Ø¨Ûت.","enable":"ÚاÙاککردÙÛ SCAYT","ignore":"پشتگÙÛخستÙ","ignoreAll":"پشتگÙÛخستÙÛ ÙÙÙ ÙÙÛ","ignoreDomainNames":"پشتگÙÛخستÙÛ Ø¯ÛÙ ÙÛÙ","langs":"ز٠اÙÙکاÙ","languagesTab":"ز٠اÙÙکاÙ","mixedCase":"پشتگÙÛخستÙÛ ÙشاÙÙÛ Ù¾ÛÚ©ÙاتÙÙÙ ÙÙÙ¾ÛØªÛ Ú¯ÙÙرÙ٠بÚÙÙÙ","mixedWithDigits":"پشتگÙÛخستÙÛ ÙشاÙÙÛ Ù¾ÛÚ©ÙاتÙÙÙ ÙÙÚ٠ارÙ","moreSuggestions":"Ù¾ÛØ´ÙÛØ§Ø±Û Ø²Ûاتر","opera_title":"پشتÛÙاÙÛ ÙÙکراÙÙ ÙÙÙاÛÙÙ 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":"تÛÚ©ÛڵکردÙÛ ÙÛÚ¯ÛÚµ Úاست","mergeDown":"تÛÚ©ÛڵکردÙÛ ÙÛÚ¯ÛÚµ Ø®ÙارÛÙÛ","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":"Ú٠ارÛÛ Ø¦ÛستÙÙÙÛ Ø¯ÛبÛت Ú¯ÛÙرÛتر بÛت ÙÛÚ٠ارÛÛ 0.","invalidHeight":"درÛÚÛ Ø®Ø´ØªÙ Ø¯ÙبÛت تÙÙÙا Ú٠ار٠بÛت.","invalidRows":"Ú٠ارÛÛ ÚÛز دÛبÛت Ú¯ÛÙرÛتر بÛت ÙÛÚ٠ارÛÛ 0.","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 diff --git a/skins/ckeditor/lang/lt.js b/skins/ckeditor/lang/lt.js index 854e67c..559ffc3 100644 --- a/skins/ckeditor/lang/lt.js +++ b/skins/ckeditor/lang/lt.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.lt={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Å altinis',newPage:'Naujas puslapis',save:'IÅ¡saugoti',preview:'PeržiÅ«ra',cut:'IÅ¡kirpti',copy:'Kopijuoti',paste:'Ä®dÄti',print:'Spausdinti',underline:'Pabrauktas',bold:'Pusjuodis',italic:'Kursyvas',selectAll:'PažymÄti viskÄ ',removeFormat:'Panaikinti formatÄ ',strike:'Perbrauktas',subscript:'Apatinis indeksas',superscript:'VirÅ¡utinis indeksas',horizontalrule:'Ä®terpti horizontaliÄ linijÄ ',pagebreak:'Ä®terpti puslapių skirtukÄ ',pagebreakAlt:'Page Break',unlink:'Panaikinti nuorodÄ ',undo:'AtÅ¡aukti',redo:'Atstatyti',common:{browseServer:'NarÅ¡yti po serverį',url:'URL',protocol:'Protokolas',upload:'Siųsti',uploadSubmit:'Siųsti į serverį',image:'Vaizdas',flash:'Flash',form:'Forma',checkbox:'Žymimasis langelis',radio:'Žymimoji akutÄ',textField:'Teksto laukas',textarea:'Teksto sritis',hiddenField:'Nerodomas laukas',button:'Mygtukas',select:'Atrankos laukas',imageButton:'Vaizdinis mygtukas',notSet:'<nÄra nustatyta>',id:'Id',name:'Vardas',langDir:'Teksto kryptis',langDirLtr:'IÅ¡ kairÄs į deÅ¡inÄ (LTR)',langDirRtl:'IÅ¡ deÅ¡inÄs į kairÄ (RTL)',langCode:'Kalbos kodas',longDescr:'Ilgas apraÅ¡ymas URL',cssClass:'Stilių lentelÄs klasÄs',advisoryTitle:'KonsultacinÄ antraÅ¡tÄ',cssStyle:'Stilius',ok:'OK',cancel:'Nutraukti',close:'Close',preview:'Preview',generalTab:'Bendros savybÄs',advancedTab:'Papildomas',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'Plotis',height:'AukÅ¡tis',align:'Lygiuoti',alignLeft:'KairÄ',alignRight:'DeÅ¡inÄ',alignCenter:'CentrÄ ',alignTop:'VirÅ¡Å«nÄ',alignMiddle:'Vidurį',alignBottom:'ApaÄiÄ ',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Ä®terpti specialų simbolį',title:'Pasirinkite specialų simbolį',options:'Special Character Options'},link:{toolbar:'Ä®terpti/taisyti nuorodÄ ',other:'<kitas>',menu:'Taisyti nuorodÄ ',title:'Nuoroda',info:'Nuorodos informacija',target:'Paskirties vieta',upload:'Siųsti',advanced:'Papildomas',type:'Nuorodos tipas',toUrl:'URL',toAnchor:'ŽymÄ Å¡iame puslapyje',toEmail:'El.paÅ¡tas',targetFrame:'<kadras>',targetPopup:'<iÅ¡skleidžiamas langas>',targetFrameName:'Paskirties kadro vardas',targetPopupName:'Paskirties lango vardas',popupFeatures:'IÅ¡skleidžiamo lango savybÄs',popupResizable:'Resizable',popupStatusBar:'BÅ«senos juosta',popupLocationBar:'Adreso juosta',popupToolbar:'Mygtukų juosta',popupMenuBar:'Meniu juosta',popupFullScreen:'Visas ekranas (IE)',popupScrollBars:'Slinkties juostos',popupDependent:'Priklausomas (Netscape)',popupLeft:'KairÄ pozicija',popupTop:'VirÅ¡utinÄ pozicija',id:'Id',langDir:'Teksto kryptis',langDirLTR:'IÅ¡ kairÄs į deÅ¡inÄ (LTR)',langDirRTL:'IÅ¡ deÅ¡inÄs į kairÄ (RTL)',acccessKey:'Prieigos raktas',name:'Vardas',langCode:'Teksto kryptis',tabIndex:'Tabuliavimo indeksas',advisoryTitle:'KonsultacinÄ antraÅ¡tÄ',advisoryContentType:'Konsultacinio turinio tipas',cssClasses:'Stilių lentelÄs klasÄs',charset:'Susietų iÅ¡teklių simbolių lentelÄ',styles:'Stilius',rel:'Relationship',selectAnchor:'Pasirinkite žymÄ',anchorName:'Pagal žymÄs vardÄ ',anchorId:'Pagal žymÄs Id',emailAddress:'El.paÅ¡to adresas',emailSubject:'ŽinutÄs tema',emailBody:'ŽinutÄs turinys',noAnchors:'(Å iame dokumente žymių nÄra)',noUrl:'PraÅ¡ome įvesti nuorodos URL',noEmail:'PraÅ¡ome įvesti el.paÅ¡to adresÄ '},anchor:{toolbar:'Ä®terpti/modifikuoti žymÄ',menu:'ŽymÄs savybÄs',title:'ŽymÄs savybÄs',name:'ŽymÄs vardas',errorName:'PraÅ¡ome įvesti žymÄs vardÄ ',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Surasti ir pakeisti',find:'Rasti',replace:'Pakeisti',findWhat:'Surasti tekstÄ :',replaceWith:'Pakeisti tekstu:',notFoundMsg:'Nurodytas tekstas nerastas.',matchCase:'Skirti didžiÄ sias ir maÅ¾Ä sias raides',matchWord:'Atitikti pilnÄ Å¾odį',matchCyclic:'Match cyclic',replaceAll:'Pakeisti viskÄ ',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'LentelÄ',title:'LentelÄs savybÄs',menu:'LentelÄs savybÄs',deleteTable:'Å alinti lentelÄ',rows:'EilutÄs',columns:'Stulpeliai',border:'RÄmelio dydis',widthPx:'taÅ¡kais',widthPc:'procentais',widthUnit:'width unit',cellSpace:'Tarpas tarp langelių',cellPad:'Trapas nuo langelio rÄmo iki teksto',caption:'AntraÅ¡tÄ',summary:'Santrauka',headers:'AntraÅ¡tÄs',headersNone:'NÄra',headersColumn:'Pirmas stulpelis',headersRow:'Pirma eilutÄ',headersBoth:'Abu',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'Langelis',insertBefore:'Ä®terpti langelį prieÅ¡',insertAfter:'Ä®terpti langelį po',deleteCell:'Å alinti langelius',merge:'Sujungti langelius',mergeRight:'Sujungti su deÅ¡ine',mergeDown:'Sujungti su apaÄia',splitHorizontal:'Skaidyti langelį horizontaliai',splitVertical:'Skaidyti langelį vertikaliai',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'},row:{menu:'EilutÄ',insertBefore:'Ä®terpti eilutÄ prieÅ¡',insertAfter:'Ä®terpti eilutÄ po',deleteRow:'Å alinti eilutes'},column:{menu:'Stulpelis',insertBefore:'Ä®terpti stulpelį prieÅ¡',insertAfter:'Ä®terpti stulpelį po',deleteColumn:'Å alinti stulpelius'}},button:{title:'Mygtuko savybÄs',text:'Tekstas (ReikÅ¡mÄ)',type:'Tipas',typeBtn:'Mygtukas',typeSbm:'Siųsti',typeRst:'IÅ¡valyti'},checkboxAndRadio:{checkboxTitle:'Žymimojo langelio savybÄs',radioTitle:'Žymimosios akutÄs savybÄs',value:'ReikÅ¡mÄ',selected:'PažymÄtas'},form:{title:'Formos savybÄs',menu:'Formos savybÄs',action:'Veiksmas',method:'Metodas',encoding:'Encoding'},select:{title:'Atrankos lauko savybÄs',selectInfo:'Informacija',opAvail:'Galimos parinktys',value:'ReikÅ¡mÄ',size:'Dydis',lines:'eiluÄių',chkMulti:'Leisti daugeriopÄ atrankÄ ',opText:'Tekstas',opValue:'ReikÅ¡mÄ',btnAdd:'Ä®traukti',btnModify:'Modifikuoti',btnUp:'AukÅ¡tyn',btnDown:'Žemyn',btnSetValue:'Laikyti pažymÄta reikÅ¡me',btnDelete:'Trinti'},textarea:{title:'Teksto srities savybÄs',cols:'Ilgis',rows:'Plotis'},textfield:{title:'Teksto lauko savybÄs',name:'Vardas',value:'ReikÅ¡mÄ',charWidth:'Ilgis simboliais',maxChars:'Maksimalus simbolių skaiÄius',type:'Tipas',typeText:'Tekstas',typePass:'Slaptažodis'},hidden:{title:'Nerodomo lauko savybÄs',name:'Vardas',value:'ReikÅ¡mÄ'},image:{title:'Vaizdo savybÄs',titleButton:'Vaizdinio mygtuko savybÄs',menu:'Vaizdo savybÄs',infoTab:'Vaizdo informacija',btnUpload:'Siųsti į serverį',upload:'Nusiųsti',alt:'Alternatyvus Tekstas',lockRatio:'IÅ¡laikyti proporcijÄ ',resetSize:'Atstatyti dydį',border:'RÄmelis',hSpace:'Hor.ErdvÄ',vSpace:'Vert.ErdvÄ',alertUrl:'PraÅ¡ome įvesti vaizdo URL',linkTab:'Nuoroda',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Flash savybÄs',propertiesTab:'Properties',title:'Flash savybÄs',chkPlay:'Automatinis paleidimas',chkLoop:'Ciklas',chkMenu:'Leisti Flash meniu',chkFull:'Allow Fullscreen',scale:'Mastelis',scaleAll:'Rodyti visÄ ',scaleNoBorder:'Be rÄmelio',scaleFit:'Tikslus atitikimas',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'AbsoliuÄiÄ apaÄiÄ ',alignAbsMiddle:'Absoliutų vidurį',alignBaseline:'ApatinÄ linijÄ ',alignTextTop:'Teksto virÅ¡Å«nÄ',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Fono spalva',hSpace:'Hor.ErdvÄ',vSpace:'Vert.ErdvÄ',validateSrc:'PraÅ¡ome įvesti nuorodos URL',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'RaÅ¡ybos tikrinimas',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Žodyne nerastas',changeTo:'Pakeisti į',btnIgnore:'Ignoruoti',btnIgnoreAll:'Ignoruoti visus',btnReplace:'Pakeisti',btnReplaceAll:'Pakeisti visus',btnUndo:'AtÅ¡aukti',noSuggestions:'- NÄra pasiÅ«lymų -',progress:'Vyksta raÅ¡ybos tikrinimas...',noMispell:'RaÅ¡ybos tikrinimas baigtas: Nerasta raÅ¡ybos klaidų',noChanges:'RaÅ¡ybos tikrinimas baigtas: NÄra pakeistų žodžių',oneChange:'RaÅ¡ybos tikrinimas baigtas: Vienas žodis pakeistas',manyChanges:'RaÅ¡ybos tikrinimas baigtas: Pakeista %1 žodžių',ieSpellDownload:'RaÅ¡ybos tikrinimas neinstaliuotas. Ar JÅ«s norite jį dabar atsisiųsti?'},smiley:{toolbar:'Veideliai',title:'Ä®terpti veidelį',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Numeruotas sÄ raÅ¡as',bulletedlist:'Suženklintas sÄ raÅ¡as',indent:'Padidinti įtraukÄ ',outdent:'Sumažinti įtraukÄ ',justify:{left:'Lygiuoti kairÄ',center:'Centruoti',right:'Lygiuoti deÅ¡inÄ',block:'Lygiuoti abi puses'},blockquote:'Citata',clipboard:{title:'Ä®dÄti',cutError:'JÅ«sų narÅ¡yklÄs saugumo nustatymai neleidžia redaktoriui automatiÅ¡kai įvykdyti iÅ¡kirpimo operacijų. Tam praÅ¡ome naudoti klaviatÅ«rÄ (Ctrl/Cmd+X).',copyError:'JÅ«sų narÅ¡yklÄs saugumo nustatymai neleidžia redaktoriui automatiÅ¡kai įvykdyti kopijavimo operacijų. Tam praÅ¡ome naudoti klaviatÅ«rÄ (Ctrl/Cmd+C).',pasteMsg:'Žemiau esanÄiame įvedimo lauke įdÄkite tekstÄ , naudodami klaviatÅ«rÄ (<STRONG>Ctrl/Cmd+V</STRONG>) ir paspauskite mygtukÄ <STRONG>OK</STRONG>.',securityMsg:'DÄl jÅ«sų narÅ¡yklÄs saugumo nustatymų, redaktorius negali tiesiogiai pasiekti laikinosios atminties. Jums reikia nukopijuoti dar kartÄ Ä¯ šį langÄ .',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Ä®dÄti iÅ¡ Word',title:'Ä®dÄti iÅ¡ Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Ä®dÄti kaip grynÄ tekstÄ ',title:'Ä®dÄti kaip grynÄ tekstÄ '},templates:{button:'Å ablonai',title:'Turinio Å¡ablonai',options:'Template Options',insertOption:'Pakeisti dabartinį turinį pasirinktu Å¡ablonu',selectPromptMsg:'Pasirinkite norimÄ Å¡ablonÄ <br>(<b>DÄmesio!</b> esamas turinys bus prarastas):',emptyListMsg:'(Å ablonų sÄ raÅ¡as tuÅ¡Äias)'},showBlocks:'Rodyti blokus',stylesCombo:{label:'Stilius',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Å rifto formatas',panelTitle:'Å rifto formatas',tag_p:'Normalus',tag_pre:'Formuotas',tag_address:'Kreipinio',tag_h1:'AntraÅ¡tinis 1',tag_h2:'AntraÅ¡tinis 2',tag_h3:'AntraÅ¡tinis 3',tag_h4:'AntraÅ¡tinis 4',tag_h5:'AntraÅ¡tinis 5',tag_h6:'AntraÅ¡tinis 6',tag_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Å riftas',voiceLabel:'Font',panelTitle:'Å riftas'},fontSize:{label:'Å rifto dydis',voiceLabel:'Font Size',panelTitle:'Å rifto dydis'},colorButton:{textColorTitle:'Teksto spalva',bgColorTitle:'Fono spalva',panelTitle:'Colors',auto:'Automatinis',more:'Daugiau spalvų...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Dokumento savybÄs',title:'Dokumento savybÄs',design:'Design',meta:'Meta duomenys',chooseColor:'Choose',other:'<kitas>',docTitle:'Puslapio antraÅ¡tÄ',charset:'Simbolių kodavimo lentelÄ',charsetOther:'Kita simbolių kodavimo lentelÄ',charsetASCII:'ASCII',charsetCE:'CentrinÄs Europos',charsetCT:'TradicinÄs kinų (Big5)',charsetCR:'Kirilica',charsetGR:'Graikų',charsetJP:'Japonų',charsetKR:'KorÄjieÄių',charsetTR:'Turkų',charsetUN:'Unikodas (UTF-8)',charsetWE:'Vakarų Europos',docType:'Dokumento tipo antraÅ¡tÄ',docTypeOther:'Kita dokumento tipo antraÅ¡tÄ',xhtmlDec:'Ä®traukti XHTML deklaracijas',bgColor:'Fono spalva',bgImage:'Fono paveikslÄlio nuoroda (URL)',bgFixed:'Neslenkantis fonas',txtColor:'Teksto spalva',margin:'Puslapio kraÅ¡tinÄs',marginTop:'VirÅ¡uje',marginLeft:'KairÄje',marginRight:'DeÅ¡inÄje',marginBottom:'ApaÄioje',metaKeywords:'Dokumento indeksavimo raktiniai žodžiai (atskirti kableliais)',metaDescription:'Dokumento apibÅ«dinimas',metaAuthor:'Autorius',metaCopyright:'AutorinÄs teisÄs',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['lt']={"editor":"Pilnas redaktorius","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Spauskite ALT 0 dÄl pagalbos","browseServer":"NarÅ¡yti po serverį","url":"URL","protocol":"Protokolas","upload":"Siųsti","uploadSubmit":"Siųsti į serverį","image":"Vaizdas","flash":"Flash","form":"Forma","checkbox":"Žymimasis langelis","radio":"Žymimoji akutÄ","textField":"Teksto laukas","textarea":"Teksto sritis","hiddenField":"Nerodomas laukas","button":"Mygtukas","select":"Atrankos laukas","imageButton":"Vaizdinis mygtukas","notSet":"<nÄra nustatyta>","id":"Id","name":"Vardas","langDir":"Teksto kryptis","langDirLtr":"IÅ¡ kairÄs į deÅ¡inÄ (LTR)","langDirRtl":"IÅ¡ deÅ¡inÄs į kairÄ (RTL)","langCode":"Kalbos kodas","longDescr":"Ilgas apraÅ¡ymas URL","cssClass":"Stilių lentelÄs klasÄs","advisoryTitle":"KonsultacinÄ antraÅ¡tÄ","cssStyle":"Stilius","ok":"OK","cancel":"Nutraukti","close":"Uždaryti","preview":"PeržiÅ«rÄti","resize":"Pavilkite, kad pakeistumÄte dydį","generalTab":"Bendros savybÄs","advancedTab":"Papildomas","validateNumberFailed":"Å i reikÅ¡mÄ nÄra skaiÄius.","confirmNewPage":"Visas neiÅ¡saugotas turinys bus prarastas. Ar tikrai norite įkrauti naujÄ puslapį?","confirmCancel":"Kai kurie parametrai pasikeitÄ. Ar tikrai norite užverti langÄ ?","options":"Parametrai","target":"TikslinÄ nuoroda","targetNew":"Naujas langas (_blank)","targetTop":"VirÅ¡utinis langas (_top)","targetSelf":"Esamas langas (_self)","targetParent":"Paskutinis langas (_parent)","langDirLTR":"IÅ¡ kairÄs į deÅ¡inÄ (LTR)","langDirRTL":"IÅ¡ deÅ¡inÄs į kairÄ (RTL)","styles":"Stilius","cssClasses":"Stilių klasÄs","width":"Plotis","height":"AukÅ¡tis","align":"Lygiuoti","alignLeft":"KairÄ","alignRight":"DeÅ¡inÄ","alignCenter":"CentrÄ ","alignTop":"VirÅ¡Å«nÄ","alignMiddle":"Vidurį","alignBottom":"ApaÄiÄ ","invalidValue":"Neteisinga reikÅ¡mÄ.","invalidHeight":"AukÅ¡tis turi bÅ«ti nurodytas skaiÄiais.","invalidWidth":"Plotis turi bÅ«ti nurodytas skaiÄiais.","invalidCssLength":"ReikÅ¡mÄ nurodyta \"%1\" laukui, turi bÅ«ti teigiamas skaiÄius su arba be tinkamo CSS matavimo vieneto (px, %, in, cm, mm, em, ex, pt arba pc).","invalidHtmlLength":"ReikÅ¡mÄ nurodyta \"%1\" laukui, turi bÅ«ti teigiamas skaiÄius su arba be tinkamo HTML matavimo vieneto (px arba %).","invalidInlineStyle":"ReikÅ¡mÄ nurodyta vidiniame stiliuje turi bÅ«ti sudaryta iÅ¡ vieno Å¡ių reikÅ¡mių \"vardas : reikÅ¡mÄ\", atskirta kabliataÅ¡kiais.","cssLengthTooltip":"Ä®veskite reikÅ¡mÄ pikseliais arba skaiÄiais su tinkamu CSS vienetu (px, %, in, cm, mm, em, ex, pt arba pc).","unavailable":"%1<span class=\"cke_accessibility\">, netinkamas</span>"},"about":{"copy":"Copyright © $1. Visos teiss saugomos.","dlgTitle":"Apie CKEditor","help":"Patikrinkite $1 dÄl pagalbos.","moreInfo":"DÄl licencijavimo apsilankykite mÅ«sų svetainÄje:","title":"Apie CKEditor","userGuide":"CKEditor Vartotojo Gidas"},"basicstyles":{"bold":"Pusjuodis","italic":"Kursyvas","strike":"Perbrauktas","subscript":"Apatinis indeksas","superscript":"VirÅ¡utinis indeksas","underline":"Pabrauktas"},"bidi":{"ltr":"Tekstas iÅ¡ kairÄs į deÅ¡inÄ","rtl":"Tekstas iÅ¡ deÅ¡inÄs į kairÄ"},"blockquote":{"toolbar":"Citata"},"clipboard":{"copy":"Kopijuoti","copyError":"JÅ«sų narÅ¡yklÄs saugumo nustatymai neleidžia redaktoriui automatiÅ¡kai įvykdyti kopijavimo operacijų. Tam praÅ¡ome naudoti klaviatÅ«rÄ (Ctrl/Cmd+C).","cut":"IÅ¡kirpti","cutError":"JÅ«sų narÅ¡yklÄs saugumo nustatymai neleidžia redaktoriui automatiÅ¡kai įvykdyti iÅ¡kirpimo operacijų. Tam praÅ¡ome naudoti klaviatÅ«rÄ (Ctrl/Cmd+X).","paste":"Ä®dÄti","pasteArea":"Ä®kelti dalį","pasteMsg":"Žemiau esanÄiame įvedimo lauke įdÄkite tekstÄ , naudodami klaviatÅ«rÄ (<STRONG>Ctrl/Cmd+V</STRONG>) ir paspauskite mygtukÄ <STRONG>OK</STRONG>.","securityMsg":"DÄl jÅ«sų narÅ¡yklÄs saugumo nustatymų, redaktorius negali tiesiogiai pasiekti laikinosios atminties. Jums reikia nukopijuoti dar kartÄ Ä¯ šį langÄ .","title":"Ä®dÄti"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatinis","bgColorTitle":"Fono spalva","colors":{"000":"Juoda","800000":"KaÅ¡toninÄ","8B4513":"Tamsiai ruda","2F4F4F":"Pilka tamsaus Å¡iferio","008080":"Teal","000080":"Karinis","4B0082":"Indigo","696969":"Tamsiai pilka","B22222":"Ugnies","A52A2A":"Ruda","DAA520":"Aukso","006400":"Tamsiai žalia","40E0D0":"Turquoise","0000CD":"VidutinÄ mÄlyna","800080":"VioletinÄ","808080":"Pilka","F00":"Raudona","FF8C00":"Tamsiai oranžinÄ","FFD700":"AuksinÄ","008000":"Žalia","0FF":"Žydra","00F":"MÄlyna","EE82EE":"VioletinÄ","A9A9A9":"Dim Gray","FFA07A":"Light Salmon","FFA500":"OranžinÄ","FFFF00":"Geltona","00FF00":"Citrinų","AFEEEE":"Pale Turquoise","ADD8E6":"Å viesiai mÄlyna","DDA0DD":"Plum","D3D3D3":"Å viesiai pilka","FFF0F5":"Lavender Blush","FAEBD7":"Antique White","FFFFE0":"Å viesiai geltona","F0FFF0":"Honeydew","F0FFFF":"Azure","F0F8FF":"Alice Blue","E6E6FA":"Lavender","FFF":"Balta"},"more":"Daugiau spalvų...","panelTitle":"Spalva","textColorTitle":"Teksto spalva"},"colordialog":{"clear":"IÅ¡valyti","highlight":"ParyÅ¡kinti","options":"Spalvos nustatymai","selected":"Pasirinkta spalva","title":"Pasirinkite spalvÄ "},"templates":{"button":"Å ablonai","emptyListMsg":"(Å ablonų sÄ raÅ¡as tuÅ¡Äias)","insertOption":"Pakeisti dabartinį turinį pasirinktu Å¡ablonu","options":"Template Options","selectPromptMsg":"Pasirinkite norimÄ Å¡ablonÄ <br>(<b>DÄmesio!</b> esamas turinys bus prarastas):","title":"Turinio Å¡ablonai"},"contextmenu":{"options":"Kontekstinio meniu parametrai"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Patariamas pavadinimas","cssClassInputLabel":"Stilių klasÄs","edit":"Redaguoti Div","inlineStyleInputLabel":"Vidiniai stiliai","langDirLTRLabel":"IÅ¡ kairÄs į deÅ¡inÄ (LTR)","langDirLabel":"Kalbos nurodymai","langDirRTLLabel":"IÅ¡ deÅ¡inÄs į kairÄ (RTL)","languageCodeInputLabel":" Kalbos kodas","remove":"PaÅ¡alinti Div","styleSelectLabel":"Stilius","title":"Sukurti Div elementÄ ","toolbar":"Sukurti Div elementÄ "},"toolbar":{"toolbarCollapse":"Apjungti įrankių juostÄ ","toolbarExpand":"IÅ¡plÄsti įrankių juostÄ ","toolbarGroups":{"document":"Dokumentas","clipboard":"AtmintinÄ/Atgal","editing":"Redagavimas","forms":"Formos","basicstyles":"Pagrindiniai stiliai","paragraph":"Paragrafas","links":"Nuorodos","insert":"Ä®terpti","styles":"Stiliai","colors":"Spalvos","tools":"Ä®rankiai"},"toolbars":"Redaktoriaus įrankiai"},"elementspath":{"eleLabel":"Elemento kelias","eleTitle":"%1 elementas"},"find":{"find":"Rasti","findOptions":"PaieÅ¡kos nustatymai","findWhat":"Surasti tekstÄ :","matchCase":"Skirti didžiÄ sias ir maÅ¾Ä sias raides","matchCyclic":"Sutampantis cikliÅ¡kumas","matchWord":"Atitikti pilnÄ Å¾odį","notFoundMsg":"Nurodytas tekstas nerastas.","replace":"Pakeisti","replaceAll":"Pakeisti viskÄ ","replaceSuccessMsg":"%1 sutapimas(ų) buvo pakeisti.","replaceWith":"Pakeisti tekstu:","title":"Surasti ir pakeisti"},"fakeobjects":{"anchor":"ŽymÄ","flash":"Flash animacija","hiddenfield":"PaslÄptas laukas","iframe":"IFrame","unknown":"Nežinomas objektas"},"flash":{"access":"Skripto priÄjimas","accessAlways":"Visada","accessNever":"Niekada","accessSameDomain":"Tas pats domenas","alignAbsBottom":"AbsoliuÄiÄ apaÄiÄ ","alignAbsMiddle":"Absoliutų vidurį","alignBaseline":"ApatinÄ linijÄ ","alignTextTop":"Teksto virÅ¡Å«nÄ","bgcolor":"Fono spalva","chkFull":"Leisti per visÄ ekranÄ ","chkLoop":"Ciklas","chkMenu":"Leisti Flash meniu","chkPlay":"Automatinis paleidimas","flashvars":"Flash kintamieji","hSpace":"Hor.ErdvÄ","properties":"Flash savybÄs","propertiesTab":"Nustatymai","quality":"KokybÄ","qualityAutoHigh":"AutomatiÅ¡kai Gera","qualityAutoLow":"AutomatiÅ¡kai Žema","qualityBest":"Geriausia","qualityHigh":"Gera","qualityLow":"Žema","qualityMedium":"VidutinÄ","scale":"Mastelis","scaleAll":"Rodyti visÄ ","scaleFit":"Tikslus atitikimas","scaleNoBorder":"Be rÄmelio","title":"Flash savybÄs","vSpace":"Vert.ErdvÄ","validateHSpace":"HSpace turi bÅ«ti skaiÄius.","validateSrc":"PraÅ¡ome įvesti nuorodos URL","validateVSpace":"VSpace turi bÅ«ti skaiÄius.","windowMode":"Lango režimas","windowModeOpaque":"Nepermatomas","windowModeTransparent":"Permatomas","windowModeWindow":"Langas"},"font":{"fontSize":{"label":"Å rifto dydis","voiceLabel":"Å rifto dydis","panelTitle":"Å rifto dydis"},"label":"Å riftas","panelTitle":"Å riftas","voiceLabel":"Å riftas"},"forms":{"button":{"title":"Mygtuko savybÄs","text":"Tekstas (ReikÅ¡mÄ)","type":"Tipas","typeBtn":"Mygtukas","typeSbm":"Siųsti","typeRst":"IÅ¡valyti"},"checkboxAndRadio":{"checkboxTitle":"Žymimojo langelio savybÄs","radioTitle":"Žymimosios akutÄs savybÄs","value":"ReikÅ¡mÄ","selected":"PažymÄtas"},"form":{"title":"Formos savybÄs","menu":"Formos savybÄs","action":"Veiksmas","method":"Metodas","encoding":"Kodavimas"},"hidden":{"title":"Nerodomo lauko savybÄs","name":"Vardas","value":"ReikÅ¡mÄ"},"select":{"title":"Atrankos lauko savybÄs","selectInfo":"Informacija","opAvail":"Galimos parinktys","value":"ReikÅ¡mÄ","size":"Dydis","lines":"eiluÄių","chkMulti":"Leisti daugeriopÄ atrankÄ ","opText":"Tekstas","opValue":"ReikÅ¡mÄ","btnAdd":"Ä®traukti","btnModify":"Modifikuoti","btnUp":"AukÅ¡tyn","btnDown":"Žemyn","btnSetValue":"Laikyti pažymÄta reikÅ¡me","btnDelete":"Trinti"},"textarea":{"title":"Teksto srities savybÄs","cols":"Ilgis","rows":"Plotis"},"textfield":{"title":"Teksto lauko savybÄs","name":"Vardas","value":"ReikÅ¡mÄ","charWidth":"Ilgis simboliais","maxChars":"Maksimalus simbolių skaiÄius","type":"Tipas","typeText":"Tekstas","typePass":"Slaptažodis","typeEmail":"El. paÅ¡tas","typeSearch":"PaieÅ¡ka","typeTel":"Telefono numeris","typeUrl":"Nuoroda"}},"format":{"label":"Å rifto formatas","panelTitle":"Å rifto formatas","tag_address":"Kreipinio","tag_div":"Normalus (DIV)","tag_h1":"AntraÅ¡tinis 1","tag_h2":"AntraÅ¡tinis 2","tag_h3":"AntraÅ¡tinis 3","tag_h4":"AntraÅ¡tinis 4","tag_h5":"AntraÅ¡tinis 5","tag_h6":"AntraÅ¡tinis 6","tag_p":"Normalus","tag_pre":"Formuotas"},"horizontalrule":{"toolbar":"Ä®terpti horizontaliÄ linijÄ "},"iframe":{"border":"Rodyti rÄmelį","noUrl":"Nurodykite iframe nuorodÄ ","scrolling":"Ä®jungti slankiklius","title":"IFrame nustatymai","toolbar":"IFrame"},"image":{"alertUrl":"PraÅ¡ome įvesti vaizdo URL","alt":"Alternatyvus Tekstas","border":"RÄmelis","btnUpload":"Siųsti į serverį","button2Img":"Ar norite mygtukÄ paversti paprastu paveiksliuku?","hSpace":"Hor.ErdvÄ","img2Button":"Ar norite paveiksliukÄ paversti mygtuku?","infoTab":"Vaizdo informacija","linkTab":"Nuoroda","lockRatio":"IÅ¡laikyti proporcijÄ ","menu":"Vaizdo savybÄs","resetSize":"Atstatyti dydį","title":"Vaizdo savybÄs","titleButton":"Vaizdinio mygtuko savybÄs","upload":"Nusiųsti","urlMissing":"Paveiksliuko nuorodos nÄra.","vSpace":"Vert.ErdvÄ","validateBorder":"ReikÅ¡mÄ turi bÅ«ti sveikas skaiÄius.","validateHSpace":"ReikÅ¡mÄ turi bÅ«ti sveikas skaiÄius.","validateVSpace":"ReikÅ¡mÄ turi bÅ«ti sveikas skaiÄius."},"indent":{"indent":"Padidinti įtraukÄ ","outdent":"Sumažinti įtraukÄ "},"smiley":{"options":"Å ypsenÄlių nustatymai","title":"Ä®terpti veidelį","toolbar":"Veideliai"},"justify":{"block":"Lygiuoti abi puses","center":"Centruoti","left":"Lygiuoti kairÄ","right":"Lygiuoti deÅ¡inÄ"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Prieigos raktas","advanced":"Papildomas","advisoryContentType":"Konsultacinio turinio tipas","advisoryTitle":"KonsultacinÄ antraÅ¡tÄ","anchor":{"toolbar":"Ä®terpti/modifikuoti žymÄ","menu":"ŽymÄs savybÄs","title":"ŽymÄs savybÄs","name":"ŽymÄs vardas","errorName":"PraÅ¡ome įvesti žymÄs vardÄ ","remove":"PaÅ¡alinti žymÄ"},"anchorId":"Pagal žymÄs Id","anchorName":"Pagal žymÄs vardÄ ","charset":"Susietų iÅ¡teklių simbolių lentelÄ","cssClasses":"Stilių lentelÄs klasÄs","emailAddress":"El.paÅ¡to adresas","emailBody":"ŽinutÄs turinys","emailSubject":"ŽinutÄs tema","id":"Id","info":"Nuorodos informacija","langCode":"Teksto kryptis","langDir":"Teksto kryptis","langDirLTR":"IÅ¡ kairÄs į deÅ¡inÄ (LTR)","langDirRTL":"IÅ¡ deÅ¡inÄs į kairÄ (RTL)","menu":"Taisyti nuorodÄ ","name":"Vardas","noAnchors":"(Å iame dokumente žymių nÄra)","noEmail":"PraÅ¡ome įvesti el.paÅ¡to adresÄ ","noUrl":"PraÅ¡ome įvesti nuorodos URL","other":"<kitas>","popupDependent":"Priklausomas (Netscape)","popupFeatures":"IÅ¡skleidžiamo lango savybÄs","popupFullScreen":"Visas ekranas (IE)","popupLeft":"KairÄ pozicija","popupLocationBar":"Adreso juosta","popupMenuBar":"Meniu juosta","popupResizable":"Kintamas dydis","popupScrollBars":"Slinkties juostos","popupStatusBar":"BÅ«senos juosta","popupToolbar":"Mygtukų juosta","popupTop":"VirÅ¡utinÄ pozicija","rel":"SÄ sajos","selectAnchor":"Pasirinkite žymÄ","styles":"Stilius","tabIndex":"Tabuliavimo indeksas","target":"Paskirties vieta","targetFrame":"<kadras>","targetFrameName":"Paskirties kadro vardas","targetPopup":"<iÅ¡skleidžiamas langas>","targetPopupName":"Paskirties lango vardas","title":"Nuoroda","toAnchor":"ŽymÄ Å¡iame puslapyje","toEmail":"El.paÅ¡tas","toUrl":"Nuoroda","toolbar":"Ä®terpti/taisyti nuorodÄ ","type":"Nuorodos tipas","unlink":"Panaikinti nuorodÄ ","upload":"Siųsti"},"list":{"bulletedlist":"Suženklintas sÄ raÅ¡as","numberedlist":"Numeruotas sÄ raÅ¡as"},"liststyle":{"armenian":"ArmÄniÅ¡ki skaitmenys","bulletedTitle":"Ženklelinio sÄ raÅ¡o nustatymai","circle":"Apskritimas","decimal":"DeÅ¡imtainis (1, 2, 3, t.t)","decimalLeadingZero":"DeÅ¡imtainis su nuliu priekyje (01, 02, 03, t.t)","disc":"Diskas","georgian":"GruziniÅ¡ki skaitmenys (an, ban, gan, t.t)","lowerAlpha":"Mažosios Alpha (a, b, c, d, e, t.t)","lowerGreek":"Mažosios Graikų (alpha, beta, gamma, t.t)","lowerRoman":"Mažosios RomÄnų (i, ii, iii, iv, v, t.t)","none":"Niekas","notset":"<nenurodytas>","numberedTitle":"Skaitmeninio sÄ raÅ¡o nustatymai","square":"Kvadratas","start":"Pradžia","type":"RÅ«Å¡is","upperAlpha":"Didžiosios Alpha (A, B, C, D, E, t.t)","upperRoman":"Didžiosios RomÄnų (I, II, III, IV, V, t.t)","validateStartNumber":"SÄ raÅ¡o pradžios skaitmuo turi bÅ«ti sveikas skaiÄius."},"magicline":{"title":"Insert paragraph here"},"maximize":{"maximize":"IÅ¡didinti","minimize":"Sumažinti"},"newpage":{"toolbar":"Naujas puslapis"},"pagebreak":{"alt":"Puslapio skirtukas","toolbar":"Ä®terpti puslapių skirtukÄ "},"pastetext":{"button":"Ä®dÄti kaip grynÄ tekstÄ ","title":"Ä®dÄti kaip grynÄ tekstÄ "},"pastefromword":{"confirmCleanup":"Tekstas, kurį įkeliate yra kopijuojamas iÅ¡ Word. Ar norite jį iÅ¡valyti prieÅ¡ įkeliant?","error":"DÄl vidinių sutrikimų, nepavyko iÅ¡valyti įkeliamo teksto","title":"Ä®dÄti iÅ¡ Word","toolbar":"Ä®dÄti iÅ¡ Word"},"preview":{"preview":"PeržiÅ«ra"},"print":{"toolbar":"Spausdinti"},"removeformat":{"toolbar":"Panaikinti formatÄ "},"save":{"toolbar":"IÅ¡saugoti"},"selectall":{"toolbar":"PažymÄti viskÄ "},"showblocks":{"toolbar":"Rodyti blokus"},"sourcearea":{"toolbar":"Å altinis"},"specialchar":{"options":"Specialaus simbolio nustatymai","title":"Pasirinkite specialų simbolį","toolbar":"Ä®terpti specialų simbolį"},"scayt":{"about":"Apie SCAYT","aboutTab":"Apie","addWord":"PridÄti žodį","allCaps":"Ignoruoti visas didžiÄ sias raides","dic_create":"Sukurti","dic_delete":"IÅ¡trinti","dic_field_name":"Žodyno pavadinimas","dic_info":"Paprastai žodynas yra saugojamas sausainÄliuose (cookies), kurių dydis, bet kokiu atveju, yra apribotas. Esant sausainÄlių apimties perviÅ¡iui, viskas bus saugoma serveryje. Jei norite iÅ¡ kart viskÄ saugoti serveryje, turite sugalvoti žodynui pavadinimÄ . Jei jau turite žodynÄ , įraÅ¡ykite pavadinimÄ ir nuspauskite Atstatyti mygtukÄ .","dic_rename":"Pervadinti","dic_restore":"Atstatyti","dictionariesTab":"Žodynai","disable":"IÅ¡jungti SCAYT","emptyDic":"Žodyno vardas neturÄtų bÅ«ti tuÅ¡Äias.","enable":"Ä®jungti SCAYT","ignore":"Ignoruoti","ignoreAll":"Ignoruoti viskÄ ","ignoreDomainNames":"Ignoruoti domenų vardus","langs":"Kalbos","languagesTab":"Kalbos","mixedCase":"Ignoruoti maiÅ¡yto dydžio raides","mixedWithDigits":"Ignoruoti raides su skaiÄiais","moreSuggestions":"Daugiau patarimų","opera_title":"Nepalaikoma narÅ¡yklÄje Opera","options":"Parametrai","optionsTab":"Parametrai","title":"Tikrinti klaidas kai raÅ¡oma","toggle":"Perjungti SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Stilius","panelTitle":"Stilių formatavimas","panelTitle1":"Blokų stiliai","panelTitle2":"Vidiniai stiliai","panelTitle3":"Objektų stiliai"},"table":{"border":"RÄmelio dydis","caption":"AntraÅ¡tÄ","cell":{"menu":"Langelis","insertBefore":"Ä®terpti langelį prieÅ¡","insertAfter":"Ä®terpti langelį po","deleteCell":"Å alinti langelius","merge":"Sujungti langelius","mergeRight":"Sujungti su deÅ¡ine","mergeDown":"Sujungti su apaÄia","splitHorizontal":"Skaidyti langelį horizontaliai","splitVertical":"Skaidyti langelį vertikaliai","title":"Cell nustatymai","cellType":"Cell rÅ«Å¡is","rowSpan":"EiluÄių Span","colSpan":"Stulpelių Span","wordWrap":"Sutraukti raides","hAlign":"Horizontalus lygiavimas","vAlign":"Vertikalus lygiavimas","alignBaseline":"ApatinÄ linija","bgColor":"Fono spalva","borderColor":"RÄmelio spalva","data":"Data","header":"AntraÅ¡tÄ","yes":"Taip","no":"Ne","invalidWidth":"ReikÅ¡mÄ turi bÅ«ti skaiÄius.","invalidHeight":"ReikÅ¡mÄ turi bÅ«ti skaiÄius.","invalidRowSpan":"ReikÅ¡mÄ turi bÅ«ti skaiÄius.","invalidColSpan":"ReikÅ¡mÄ turi bÅ«ti skaiÄius.","chooseColor":"Pasirinkite"},"cellPad":"Tarpas nuo langelio rÄmo iki teksto","cellSpace":"Tarpas tarp langelių","column":{"menu":"Stulpelis","insertBefore":"Ä®terpti stulpelį prieÅ¡","insertAfter":"Ä®terpti stulpelį po","deleteColumn":"Å alinti stulpelius"},"columns":"Stulpeliai","deleteTable":"Å alinti lentelÄ","headers":"AntraÅ¡tÄs","headersBoth":"Abu","headersColumn":"Pirmas stulpelis","headersNone":"NÄra","headersRow":"Pirma eilutÄ","invalidBorder":"ReikÅ¡mÄ turi bÅ«ti nurodyta skaiÄiumi.","invalidCellPadding":"ReikÅ¡mÄ turi bÅ«ti nurodyta skaiÄiumi.","invalidCellSpacing":"ReikÅ¡mÄ turi bÅ«ti nurodyta skaiÄiumi.","invalidCols":"SkaiÄius turi bÅ«ti didesnis nei 0.","invalidHeight":"ReikÅ¡mÄ turi bÅ«ti nurodyta skaiÄiumi.","invalidRows":"SkaiÄius turi bÅ«ti didesnis nei 0.","invalidWidth":"ReikÅ¡mÄ turi bÅ«ti nurodyta skaiÄiumi.","menu":"LentelÄs savybÄs","row":{"menu":"EilutÄ","insertBefore":"Ä®terpti eilutÄ prieÅ¡","insertAfter":"Ä®terpti eilutÄ po","deleteRow":"Å alinti eilutes"},"rows":"EilutÄs","summary":"Santrauka","title":"LentelÄs savybÄs","toolbar":"LentelÄ","widthPc":"procentais","widthPx":"taÅ¡kais","widthUnit":"ploÄio vienetas"},"undo":{"redo":"Atstatyti","undo":"AtÅ¡aukti"},"wsc":{"btnIgnore":"Ignoruoti","btnIgnoreAll":"Ignoruoti visus","btnReplace":"Pakeisti","btnReplaceAll":"Pakeisti visus","btnUndo":"AtÅ¡aukti","changeTo":"Pakeisti į","errorLoading":"Klaida įkraunant servisÄ : %s.","ieSpellDownload":"RaÅ¡ybos tikrinimas neinstaliuotas. Ar JÅ«s norite jį dabar atsisiųsti?","manyChanges":"RaÅ¡ybos tikrinimas baigtas: Pakeista %1 žodžių","noChanges":"RaÅ¡ybos tikrinimas baigtas: NÄra pakeistų žodžių","noMispell":"RaÅ¡ybos tikrinimas baigtas: Nerasta raÅ¡ybos klaidų","noSuggestions":"- NÄra pasiÅ«lymų -","notAvailable":"Atleiskite, Å¡iuo metu servisas neprieinamas.","notInDic":"Žodyne nerastas","oneChange":"RaÅ¡ybos tikrinimas baigtas: Vienas žodis pakeistas","progress":"Vyksta raÅ¡ybos tikrinimas...","title":"Tikrinti klaidas","toolbar":"RaÅ¡ybos tikrinimas"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/lv.js b/skins/ckeditor/lang/lv.js index 5d08ee2..6605c4f 100644 --- a/skins/ckeditor/lang/lv.js +++ b/skins/ckeditor/lang/lv.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.lv={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'HTML kods',newPage:'Jauna lapa',save:'SaglabÄt',preview:'PÄrskatÄ«t',cut:'Izgriezt',copy:'KopÄt',paste:'Ievietot',print:'DrukÄt',underline:'ApakÅ¡svÄ«tra',bold:'Treknu Å¡riftu',italic:'SlÄ«prakstÄ',selectAll:'IezÄ«mÄt visu',removeFormat:'NoÅemt stilus',strike:'PÄrsvÄ«trots',subscript:'ZemrakstÄ',superscript:'AugÅ¡rakstÄ',horizontalrule:'Ievietot horizontÄlu AtdalÄ«tÄjsvÄ«tru',pagebreak:'Ievietot lapas pÄrtraukumu',pagebreakAlt:'Page Break',unlink:'NoÅemt hipersaiti',undo:'Atcelt',redo:'AtkÄrtot',common:{browseServer:'SkatÄ«t servera saturu',url:'URL',protocol:'Protokols',upload:'AugÅ¡upielÄdÄt',uploadSubmit:'NosÅ«tÄ«t serverim',image:'AttÄls',flash:'Flash',form:'Forma',checkbox:'AtzÄ«mÄÅ¡anas kastÄ«te',radio:'IzvÄles poga',textField:'Teksta rinda',textarea:'Teksta laukums',hiddenField:'PaslÄpta teksta rinda',button:'Poga',select:'IezÄ«mÄÅ¡anas lauks',imageButton:'AttÄlpoga',notSet:'<nav iestatÄ«ts>',id:'Id',name:'Nosaukums',langDir:'Valodas lasÄ«Å¡anas virziens',langDirLtr:'No kreisÄs uz labo (LTR)',langDirRtl:'No labÄs uz kreiso (RTL)',langCode:'Valodas kods',longDescr:'Gara apraksta Hipersaite',cssClass:'Stilu saraksta klases',advisoryTitle:'KonsultatÄ«vs virsraksts',cssStyle:'Stils',ok:'DarÄ«ts!',cancel:'Atcelt',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'IzvÄrstais',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'Platums',height:'Augstums',align:'NolÄ«dzinÄt',alignLeft:'Pa kreisi',alignRight:'Pa labi',alignCenter:'CentrÄti',alignTop:'AugÅ¡Ä',alignMiddle:'VertikÄli centrÄts',alignBottom:'ApakÅ¡Ä',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Ievietot speciÄlo simbolu',title:'Ievietot Ä«paÅ¡u simbolu',options:'Special Character Options'},link:{toolbar:'Ievietot/Labot hipersaiti',other:'<cits>',menu:'Labot hipersaiti',title:'Hipersaite',info:'Hipersaites informÄcija',target:'MÄrÄ·is',upload:'AugÅ¡upielÄdÄt',advanced:'IzvÄrstais',type:'Hipersaites tips',toUrl:'URL',toAnchor:'IezÄ«me Å¡ajÄ lapÄ',toEmail:'E-pasts',targetFrame:'<ietvars>',targetPopup:'<uznirstoÅ¡Ä logÄ>',targetFrameName:'MÄrÄ·a ietvara nosaukums',targetPopupName:'UznirstoÅ¡Ä loga nosaukums',popupFeatures:'UznirstoÅ¡Ä loga nosaukums Ä«paÅ¡Ä«bas',popupResizable:'Resizable',popupStatusBar:'Statusa josla',popupLocationBar:'AtraÅ¡anÄs vietas josla',popupToolbar:'RÄ«ku josla',popupMenuBar:'IzvÄlnes josla',popupFullScreen:'PilnÄ ekrÄnÄ (IE)',popupScrollBars:'Ritjoslas',popupDependent:'AtkarÄ«gs (Netscape)',popupLeft:'KreisÄ koordinÄte',popupTop:'AugÅ¡ÄjÄ koordinÄte',id:'Id',langDir:'Valodas lasÄ«Å¡anas virziens',langDirLTR:'No kreisÄs uz labo (LTR)',langDirRTL:'No labÄs uz kreiso (RTL)',acccessKey:'Pieejas kods',name:'Nosaukums',langCode:'Valodas lasÄ«Å¡anas virziens',tabIndex:'CiļÅu indekss',advisoryTitle:'KonsultatÄ«vs virsraksts',advisoryContentType:'KonsultatÄ«vs satura tips',cssClasses:'Stilu saraksta klases',charset:'PievienotÄ resursa kodu tabula',styles:'Stils',rel:'Relationship',selectAnchor:'IzvÄlÄties iezÄ«mi',anchorName:'PÄc iezÄ«mes nosaukuma',anchorId:'PÄc elementa ID',emailAddress:'E-pasta adrese',emailSubject:'ZiÅas tÄma',emailBody:'ZiÅas saturs',noAnchors:'(Å ajÄ dokumentÄ nav iezÄ«mju)',noUrl:'LÅ«dzu norÄdi hipersaiti',noEmail:'LÅ«dzu norÄdi e-pasta adresi'},anchor:{toolbar:'Ievietot/Labot iezÄ«mi',menu:'IezÄ«mes Ä«paÅ¡Ä«bas',title:'IezÄ«mes Ä«paÅ¡Ä«bas',name:'IezÄ«mes nosaukums',errorName:'LÅ«dzu norÄdiet iezÄ«mes nosaukumu',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'MeklÄt',replace:'NomainÄ«t',findWhat:'MeklÄt:',replaceWith:'NomainÄ«t uz:',notFoundMsg:'NorÄdÄ«tÄ frÄze netika atrasta.',matchCase:'ReÄ£istrjÅ«tÄ«gs',matchWord:'JÄsakrÄ«t pilnÄ«bÄ',matchCyclic:'Match cyclic',replaceAll:'Aizvietot visu',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Tabula',title:'Tabulas Ä«paÅ¡Ä«bas',menu:'Tabulas Ä«paÅ¡Ä«bas',deleteTable:'DzÄst tabulu',rows:'Rindas',columns:'Kolonnas',border:'RÄmja izmÄrs',widthPx:'pikseļos',widthPc:'procentuÄli',widthUnit:'width unit',cellSpace:'RÅ«tiÅu atstatums',cellPad:'RÅ«tiÅu nobÄ«de',caption:'LeÄ£enda',summary:'AnotÄcija',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'Å Å«na',insertBefore:'Insert Cell Before',insertAfter:'Insert Cell After',deleteCell:'DzÄst rÅ«tiÅas',merge:'Apvienot rÅ«tiÅas',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'},row:{menu:'Rinda',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'DzÄst rindas'},column:{menu:'Kolonna',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'DzÄst kolonnas'}},button:{title:'Pogas Ä«paÅ¡Ä«bas',text:'Teksts (vÄrtÄ«ba)',type:'Tips',typeBtn:'Button',typeSbm:'Submit',typeRst:'Reset'},checkboxAndRadio:{checkboxTitle:'AtzÄ«mÄÅ¡anas kastÄ«tes Ä«paÅ¡Ä«bas',radioTitle:'IzvÄles poga Ä«paÅ¡Ä«bas',value:'VÄrtÄ«ba',selected:'IezÄ«mÄts'},form:{title:'Formas Ä«paÅ¡Ä«bas',menu:'Formas Ä«paÅ¡Ä«bas',action:'DarbÄ«ba',method:'Metode',encoding:'Encoding'},select:{title:'IezÄ«mÄÅ¡anas lauka Ä«paÅ¡Ä«bas',selectInfo:'InformÄcija',opAvail:'PieejamÄs iespÄjas',value:'VÄrtÄ«ba',size:'IzmÄrs',lines:'rindas',chkMulti:'Atļaut vairÄkus iezÄ«mÄjumus',opText:'Teksts',opValue:'VÄrtÄ«ba',btnAdd:'Pievienot',btnModify:'Veikt izmaiÅas',btnUp:'AugÅ¡up',btnDown:'Lejup',btnSetValue:'Noteikt kÄ iezÄ«mÄto vÄrtÄ«bu',btnDelete:'DzÄst'},textarea:{title:'Teksta laukuma Ä«paÅ¡Ä«bas',cols:'Kolonnas',rows:'Rindas'},textfield:{title:'Teksta rindas Ä«paÅ¡Ä«bas',name:'Nosaukums',value:'VÄrtÄ«ba',charWidth:'Simbolu platums',maxChars:'Simbolu maksimÄlais daudzums',type:'Tips',typeText:'Teksts',typePass:'Parole'},hidden:{title:'PaslÄptÄs teksta rindas Ä«paÅ¡Ä«bas',name:'Nosaukums',value:'VÄrtÄ«ba'},image:{title:'AttÄla Ä«paÅ¡Ä«bas',titleButton:'AttÄlpogas Ä«paÅ¡Ä«bas',menu:'AttÄla Ä«paÅ¡Ä«bas',infoTab:'InformÄcija par attÄlu',btnUpload:'NosÅ«tÄ«t serverim',upload:'AugÅ¡upielÄdÄt',alt:'AlternatÄ«vais teksts',lockRatio:'NemainÄ«ga Augstuma/Platuma attiecÄ«ba',resetSize:'Atjaunot sÄkotnÄjo izmÄru',border:'RÄmis',hSpace:'HorizontÄlÄ telpa',vSpace:'VertikÄlÄ telpa',alertUrl:'LÅ«dzu norÄdÄ«t attÄla hipersaiti',linkTab:'Hipersaite',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Flash Ä«paÅ¡Ä«bas',propertiesTab:'Properties',title:'Flash Ä«paÅ¡Ä«bas',chkPlay:'AutomÄtiska atskaÅoÅ¡ana',chkLoop:'NepÄrtraukti',chkMenu:'Atļaut Flash izvÄlni',chkFull:'Allow Fullscreen',scale:'MainÄ«t izmÄru',scaleAll:'RÄdÄ«t visu',scaleNoBorder:'Bez rÄmja',scaleFit:'PrecÄ«zs izmÄrs',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'AbsolÅ«ti apakÅ¡Ä',alignAbsMiddle:'AbsolÅ«ti vertikÄli centrÄts',alignBaseline:'PamatrindÄ',alignTextTop:'Teksta augÅ¡Ä',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Fona krÄsa',hSpace:'HorizontÄlÄ telpa',vSpace:'VertikÄlÄ telpa',validateSrc:'LÅ«dzu norÄdi hipersaiti',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'PareizrakstÄ«bas pÄrbaude',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Netika atrasts vÄrdnÄ«cÄ',changeTo:'NomainÄ«t uz',btnIgnore:'IgnorÄt',btnIgnoreAll:'IgnorÄt visu',btnReplace:'Aizvietot',btnReplaceAll:'Aizvietot visu',btnUndo:'Atcelt',noSuggestions:'- Nav ieteikumu -',progress:'Notiek pareizrakstÄ«bas pÄrbaude...',noMispell:'PareizrakstÄ«bas pÄrbaude pabeigta: kļūdas netika atrastas',noChanges:'PareizrakstÄ«bas pÄrbaude pabeigta: nekas netika labots',oneChange:'PareizrakstÄ«bas pÄrbaude pabeigta: 1 vÄrds izmainÄ«ts',manyChanges:'PareizrakstÄ«bas pÄrbaude pabeigta: %1 vÄrdi tika mainÄ«ti',ieSpellDownload:'PareizrakstÄ«bas pÄrbaudÄ«tÄjs nav pievienots. Vai vÄlaties to lejupielÄdÄt tagad?'},smiley:{toolbar:'SmaidiÅi',title:'Ievietot smaidiÅu',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'NumurÄts saraksts',bulletedlist:'Izcelts saraksts',indent:'PalielinÄt atkÄpi',outdent:'SamazinÄt atkÄpi',justify:{left:'IzlÄ«dzinÄt pa kreisi',center:'IzlÄ«dzinÄt pret centru',right:'IzlÄ«dzinÄt pa labi',block:'IzlÄ«dzinÄt malas'},blockquote:'Block Quote',clipboard:{title:'Ievietot',cutError:'JÅ«su pÄrlÅ«kprogrammas droÅ¡Ä«bas iestatÄ«jumi nepieļauj editoram automÄtiski veikt izgrieÅ¡anas darbÄ«bu. LÅ«dzu, izmantojiet (Ctrl/Cmd+X, lai veiktu Å¡o darbÄ«bu.',copyError:'JÅ«su pÄrlÅ«kprogrammas droÅ¡Ä«bas iestatÄ«jumi nepieļauj editoram automÄtiski veikt kopÄÅ¡anas darbÄ«bu. LÅ«dzu, izmantojiet (Ctrl/Cmd+C), lai veiktu Å¡o darbÄ«bu.',pasteMsg:'LÅ«dzu, ievietojiet tekstu Å¡ajÄ laukumÄ, izmantojot klaviatÅ«ru (<STRONG>Ctrl/Cmd+V</STRONG>) un apstipriniet ar <STRONG>DarÄ«ts!</STRONG>.',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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Ievietot no Worda',title:'Ievietot no Worda',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Ievietot kÄ vienkÄrÅ¡u tekstu',title:'Ievietot kÄ vienkÄrÅ¡u tekstu'},templates:{button:'Sagataves',title:'Satura sagataves',options:'Template Options',insertOption:'Replace actual contents',selectPromptMsg:'LÅ«dzu, norÄdiet sagatavi, ko atvÄrt editorÄ<br>(patreizÄjie dati tiks zaudÄti):',emptyListMsg:'(Nav norÄdÄ«tas sagataves)'},showBlocks:'Show Blocks',stylesCombo:{label:'Stils',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'FormÄts',panelTitle:'FormÄts',tag_p:'NormÄls teksts',tag_pre:'FormatÄts teksts',tag_address:'Adrese',tag_h1:'Virsraksts 1',tag_h2:'Virsraksts 2',tag_h3:'Virsraksts 3',tag_h4:'Virsraksts 4',tag_h5:'Virsraksts 5',tag_h6:'Virsraksts 6',tag_div:'Rindkopa (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Å rifts',voiceLabel:'Font',panelTitle:'Å rifts'},fontSize:{label:'IzmÄrs',voiceLabel:'Font Size',panelTitle:'IzmÄrs'},colorButton:{textColorTitle:'Teksta krÄsa',bgColorTitle:'Fona krÄsa',panelTitle:'Colors',auto:'AutomÄtiska',more:'PlaÅ¡Äka palete...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Dokumenta Ä«paÅ¡Ä«bas',title:'Dokumenta Ä«paÅ¡Ä«bas',design:'Design',meta:'META dati',chooseColor:'Choose',other:'<cits>',docTitle:'Dokumenta virsraksts <Title>',charset:'Simbolu kodÄjums',charsetOther:'Cits simbolu kodÄjums',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'Dokumenta tips',docTypeOther:'Cits dokumenta tips',xhtmlDec:'Ietvert XHTML deklarÄcijas',bgColor:'Fona krÄsa',bgImage:'Fona attÄla hipersaite',bgFixed:'Fona attÄls ir fiksÄts',txtColor:'Teksta krÄsa',margin:'Lapas robežas',marginTop:'AugÅ¡Ä',marginLeft:'Pa kreisi',marginRight:'Pa labi',marginBottom:'ApakÅ¡Ä',metaKeywords:'Dokumentu aprakstoÅ¡i atslÄgvÄrdi (atdalÄ«ti ar komatu)',metaDescription:'Dokumenta apraksts',metaAuthor:'Autors',metaCopyright:'AutortiesÄ«bas',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['lv']={"editor":"BagÄtinÄtÄ teksta redaktors","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"PalÄ«dzÄ«bai, nospiediet ALT 0 ","browseServer":"SkatÄ«t servera saturu","url":"URL","protocol":"Protokols","upload":"AugÅ¡upielÄdÄt","uploadSubmit":"NosÅ«tÄ«t serverim","image":"AttÄls","flash":"Flash","form":"Forma","checkbox":"AtzÄ«mÄÅ¡anas kastÄ«te","radio":"IzvÄles poga","textField":"Teksta rinda","textarea":"Teksta laukums","hiddenField":"PaslÄpta teksta rinda","button":"Poga","select":"IezÄ«mÄÅ¡anas lauks","imageButton":"AttÄlpoga","notSet":"<nav iestatÄ«ts>","id":"Id","name":"Nosaukums","langDir":"Valodas lasÄ«Å¡anas virziens","langDirLtr":"No kreisÄs uz labo (LTR)","langDirRtl":"No labÄs uz kreiso (RTL)","langCode":"Valodas kods","longDescr":"Gara apraksta Hipersaite","cssClass":"Stilu saraksta klases","advisoryTitle":"KonsultatÄ«vs virsraksts","cssStyle":"Stils","ok":"DarÄ«ts!","cancel":"Atcelt","close":"AizvÄrt","preview":"PriekÅ¡skatÄ«jums","resize":"MÄrogot","generalTab":"VispÄrÄ«gi","advancedTab":"IzvÄrstais","validateNumberFailed":"Å Ä« vÄrtÄ«ba nav skaitlis","confirmNewPage":"Jebkuras nesaglabÄtÄs izmaiÅas tiks zaudÄtas. Vai tieÅ¡Äm vÄlaties atvÄrt jaunu lapu?","confirmCancel":"Daži no uzstÄdÄ«jumiem ir mainÄ«ti. Vai tieÅ¡Äm vÄlaties aizvÄrt Å¡o dialogu?","options":"UzstÄdÄ«jumi","target":"MÄrÄ·is","targetNew":"Jauns logs (_blank)","targetTop":"VirsÄjais logs (_top)","targetSelf":"Tas pats logs (_self)","targetParent":"Avota logs (_parent)","langDirLTR":"Kreisais uz Labo (LTR)","langDirRTL":"Labais uz Kreiso (RTL)","styles":"Stils","cssClasses":"Stilu klases","width":"Platums","height":"Augstums","align":"NolÄ«dzinÄt","alignLeft":"Pa kreisi","alignRight":"Pa labi","alignCenter":"CentrÄti","alignTop":"AugÅ¡Ä","alignMiddle":"VertikÄli centrÄts","alignBottom":"ApakÅ¡Ä","invalidValue":"Nekorekta vÄrtÄ«ba","invalidHeight":"Augstumam jÄbÅ«t skaitlim.","invalidWidth":"Platumam jÄbÅ«t skaitlim","invalidCssLength":"Laukam \"%1\" norÄdÄ«tajai vÄrtÄ«bai jÄbÅ«t pozitÄ«vam skaitlim ar vai bez korektÄm CSS mÄrvienÄ«bÄm (px, %, in, cm, mm, em, ex, pt, vai pc).","invalidHtmlLength":"Laukam \"%1\" norÄdÄ«tajai vÄrtÄ«bai jÄbÅ«t pozitÄ«vam skaitlim ar vai bez korektÄm HTML mÄrvienÄ«bÄm (px vai %).","invalidInlineStyle":"IekļautajÄ stilÄ norÄdÄ«tajai vÄrtÄ«bai jÄsastÄv no viena vai vairÄkiem pÄriem pÄc forma'ta \"nosaukums: vÄrtÄ«ba\", atdalÄ«tiem ar semikolu.","cssLengthTooltip":"Ievadiet vÄrtÄ«bu pikseļos vai skaitli ar derÄ«gu CSS mÄrvienÄ«bu (px, %, in, cm, mm, em, ex, pt, vai pc).","unavailable":"%1<span class=\"cke_accessibility\">, nav pieejams</span>"},"about":{"copy":"KopÄÅ¡anas tiesÄ«bas © $1. Visas tiesÄ«bas rezervÄtas.","dlgTitle":"Par CKEditor","help":"PÄrbaudiet $1 palÄ«dzÄ«bai.","moreInfo":"InformÄcijai par licenzÄÅ¡anu apmeklÄjiet mÅ«su mÄjas lapu:","title":"Par CKEditor","userGuide":"CKEditor LietotÄja pamÄcÄ«ba"},"basicstyles":{"bold":"TrekninÄts","italic":"KursÄ«vs","strike":"PÄrsvÄ«trots","subscript":"ApakÅ¡rakstÄ","superscript":"AugÅ¡rakstÄ","underline":"PasvÄ«trots"},"bidi":{"ltr":"Teksta virziens no kreisÄs uz labo","rtl":"Teksta virziens no labÄs uz kreiso"},"blockquote":{"toolbar":"Bloka citÄts"},"clipboard":{"copy":"KopÄt","copyError":"JÅ«su pÄrlÅ«kprogrammas droÅ¡Ä«bas iestatÄ«jumi nepieļauj redaktoram automÄtiski veikt kopÄÅ¡anas darbÄ«bu. LÅ«dzu, izmantojiet (Ctrl/Cmd+C), lai veiktu Å¡o darbÄ«bu.","cut":"Izgriezt","cutError":"JÅ«su pÄrlÅ«kprogrammas droÅ¡Ä«bas iestatÄ«jumi nepieļauj redaktoram automÄtiski veikt izgriezÅ¡anas darbÄ«bu. LÅ«dzu, izmantojiet (Ctrl/Cmd+X), lai veiktu Å¡o darbÄ«bu.","paste":"IelÄ«mÄt","pasteArea":"IelÄ«mÄÅ¡anas zona","pasteMsg":"LÅ«dzu, ievietojiet tekstu Å¡ajÄ laukumÄ, izmantojot klaviatÅ«ru (<STRONG>Ctrl/Cmd+V</STRONG>) un apstipriniet ar <STRONG>DarÄ«ts!</STRONG>.","securityMsg":"JÅ«su pÄrlÅ«ka droÅ¡Ä«bas uzstÄdÄ«jumu dÄļ, nav iespÄjams tieÅ¡i piekļūt jÅ«su starpliktuvei. Jums jÄielÄ«mÄ atkÄrtoti Å¡ajÄ logÄ.","title":"Ievietot"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"AutomÄtiska","bgColorTitle":"Fona krÄsa","colors":{"000":"Melns","800000":"SarkanbrÅ«ns","8B4513":"Sedlu brÅ«ns","2F4F4F":"TumÅ¡as tÄfeles pelÄks","008080":"Zili-zaļš","000080":"JÅ«ras","4B0082":"Indigo","696969":"TumÅ¡i pelÄks","B22222":"ĶieÄ£eļsarkans","A52A2A":"BrÅ«ns","DAA520":"Zelta","006400":"TumÅ¡i zaļš","40E0D0":"TirkÄ«zs","0000CD":"VidÄji zils","800080":"Purpurs","808080":"PelÄks","F00":"Sarkans","FF8C00":"TumÅ¡i oranžs","FFD700":"Zelta","008000":"Zaļš","0FF":"TumÅ¡zils","00F":"Zils","EE82EE":"Violets","A9A9A9":"PelÄks","FFA07A":"GaiÅ¡i laÅ¡krÄsas","FFA500":"Oranžs","FFFF00":"Dzeltens","00FF00":"Laima","AFEEEE":"GaiÅ¡i tirkÄ«za","ADD8E6":"GaiÅ¡i zils","DDA0DD":"PlÅ«mju","D3D3D3":"GaiÅ¡i pelÄks","FFF0F5":"Lavandas sÄrts","FAEBD7":"AntÄ«ki balts","FFFFE0":"GaiÅ¡i dzeltens","F0FFF0":"Meduspile","F0FFFF":"Debesszils","F0F8FF":"Alises zils","E6E6FA":"Lavanda","FFF":"Balts"},"more":"PlaÅ¡Äka palete...","panelTitle":"KrÄsa","textColorTitle":"Teksta krÄsa"},"colordialog":{"clear":"NotÄ«rÄ«t","highlight":"Paraugs","options":"KrÄsas uzstÄdÄ«jumi","selected":"IzvÄlÄtÄ krÄsa","title":"IzvÄlies krÄsu"},"templates":{"button":"Sagataves","emptyListMsg":"(Nav norÄdÄ«tas sagataves)","insertOption":"Aizvietot paÅ¡reizÄjo saturu","options":"Sagataves uzstÄdÄ«jumi","selectPromptMsg":"LÅ«dzu, norÄdiet sagatavi, ko atvÄrt editorÄ<br>(patreizÄjie dati tiks zaudÄti):","title":"Satura sagataves"},"contextmenu":{"options":"UznirstoÅ¡Äs izvÄlnes uzstÄdÄ«jumi"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"KonsultatÄ«vs virsraksts","cssClassInputLabel":"Stilu klases","edit":"Labot Div","inlineStyleInputLabel":"Iekļautais stils","langDirLTRLabel":"Kreisais uz Labo (LTR)","langDirLabel":"Valodas virziens","langDirRTLLabel":"Labais uz kreiso (RTL)","languageCodeInputLabel":"Valodas kods","remove":"NoÅemt Div","styleSelectLabel":"Stils","title":"Izveidot div konteineri","toolbar":"Izveidot div konteineri"},"toolbar":{"toolbarCollapse":"AizvÄrt rÄ«kjoslu","toolbarExpand":"AtvÄrt rÄ«kjoslu","toolbarGroups":{"document":"Dokuments","clipboard":"Starpliktuve/Atcelt","editing":"LaboÅ¡ana","forms":"Formas","basicstyles":"Pamata stili","paragraph":"ParagrÄfs","links":"Saites","insert":"Ievietot","styles":"Stili","colors":"KrÄsas","tools":"RÄ«ki"},"toolbars":"Redaktora rÄ«kjoslas"},"elementspath":{"eleLabel":"Elementa ceļš","eleTitle":"%1 elements"},"find":{"find":"MeklÄt","findOptions":"MeklÄt uzstÄdÄ«jumi","findWhat":"MeklÄt:","matchCase":"ReÄ£istrjÅ«tÄ«gs","matchCyclic":"Sakrist cikliski","matchWord":"JÄsakrÄ«t pilnÄ«bÄ","notFoundMsg":"NorÄdÄ«tÄ frÄze netika atrasta.","replace":"NomainÄ«t","replaceAll":"Aizvietot visu","replaceSuccessMsg":"%1 gadÄ«jums(i) aizvietoti","replaceWith":"NomainÄ«t uz:","title":"MeklÄt un aizvietot"},"fakeobjects":{"anchor":"IezÄ«me","flash":"Flash animÄcija","hiddenfield":"SlÄpts lauks","iframe":"Iframe","unknown":"NezinÄms objekts"},"flash":{"access":"Skripta pieeja","accessAlways":"VienmÄr","accessNever":"Nekad","accessSameDomain":"Tas pats domÄns","alignAbsBottom":"AbsolÅ«ti apakÅ¡Ä","alignAbsMiddle":"AbsolÅ«ti vertikÄli centrÄts","alignBaseline":"PamatrindÄ","alignTextTop":"Teksta augÅ¡Ä","bgcolor":"Fona krÄsa","chkFull":"PilnekrÄns","chkLoop":"NepÄrtraukti","chkMenu":"Atļaut Flash izvÄlni","chkPlay":"AutomÄtiska atskaÅoÅ¡ana","flashvars":"Flash mainÄ«gie","hSpace":"HorizontÄlÄ telpa","properties":"Flash Ä«paÅ¡Ä«bas","propertiesTab":"UzstÄdÄ«jumi","quality":"KvalitÄte","qualityAutoHigh":"AutomÄtiski Augsta","qualityAutoLow":"AutomÄtiski Zema","qualityBest":"LabÄkÄ","qualityHigh":"Augsta","qualityLow":"Zema","qualityMedium":"VidÄja","scale":"MainÄ«t izmÄru","scaleAll":"RÄdÄ«t visu","scaleFit":"PrecÄ«zs izmÄrs","scaleNoBorder":"Bez rÄmja","title":"Flash Ä«paÅ¡Ä«bas","vSpace":"VertikÄlÄ telpa","validateHSpace":"Hspace jÄbÅ«t skaitlim","validateSrc":"LÅ«dzu norÄdi hipersaiti","validateVSpace":"Vspace jÄbÅ«t skaitlim","windowMode":"Loga režīms","windowModeOpaque":"NecaurspÄ«dÄ«gs","windowModeTransparent":"CaurspÄ«dÄ«gs","windowModeWindow":"Logs"},"font":{"fontSize":{"label":"IzmÄrs","voiceLabel":"Fonta izmeÅs","panelTitle":"IzmÄrs"},"label":"Å rifts","panelTitle":"Å rifts","voiceLabel":"Fonts"},"forms":{"button":{"title":"Pogas Ä«paÅ¡Ä«bas","text":"Teksts (vÄrtÄ«ba)","type":"Tips","typeBtn":"Poga","typeSbm":"NosÅ«tÄ«t","typeRst":"Atcelt"},"checkboxAndRadio":{"checkboxTitle":"AtzÄ«mÄÅ¡anas kastÄ«tes Ä«paÅ¡Ä«bas","radioTitle":"IzvÄles poga Ä«paÅ¡Ä«bas","value":"VÄrtÄ«ba","selected":"IezÄ«mÄts"},"form":{"title":"Formas Ä«paÅ¡Ä«bas","menu":"Formas Ä«paÅ¡Ä«bas","action":"DarbÄ«ba","method":"Metode","encoding":"KodÄjums"},"hidden":{"title":"PaslÄptÄs teksta rindas Ä«paÅ¡Ä«bas","name":"Nosaukums","value":"VÄrtÄ«ba"},"select":{"title":"IezÄ«mÄÅ¡anas lauka Ä«paÅ¡Ä«bas","selectInfo":"InformÄcija","opAvail":"PieejamÄs iespÄjas","value":"VÄrtÄ«ba","size":"IzmÄrs","lines":"rindas","chkMulti":"Atļaut vairÄkus iezÄ«mÄjumus","opText":"Teksts","opValue":"VÄrtÄ«ba","btnAdd":"Pievienot","btnModify":"Veikt izmaiÅas","btnUp":"AugÅ¡up","btnDown":"Lejup","btnSetValue":"Noteikt kÄ iezÄ«mÄto vÄrtÄ«bu","btnDelete":"DzÄst"},"textarea":{"title":"Teksta laukuma Ä«paÅ¡Ä«bas","cols":"Kolonnas","rows":"Rindas"},"textfield":{"title":"Teksta rindas Ä«paÅ¡Ä«bas","name":"Nosaukums","value":"VÄrtÄ«ba","charWidth":"Simbolu platums","maxChars":"Simbolu maksimÄlais daudzums","type":"Tips","typeText":"Teksts","typePass":"Parole","typeEmail":"Epasts","typeSearch":"MeklÄt","typeTel":"TÄlruÅa numurs","typeUrl":"Adrese"}},"format":{"label":"FormÄts","panelTitle":"FormÄts","tag_address":"Adrese","tag_div":"Rindkopa (DIV)","tag_h1":"Virsraksts 1","tag_h2":"Virsraksts 2","tag_h3":"Virsraksts 3","tag_h4":"Virsraksts 4","tag_h5":"Virsraksts 5","tag_h6":"Virsraksts 6","tag_p":"NormÄls teksts","tag_pre":"FormatÄts teksts"},"horizontalrule":{"toolbar":"Ievietot horizontÄlu AtdalÄ«tÄjsvÄ«tru"},"iframe":{"border":"RÄdÄ«t rÄmi","noUrl":"NorÄdiet iframe adresi","scrolling":"Atļaut ritjoslas","title":"IFrame uzstÄdÄ«jumi","toolbar":"IFrame"},"image":{"alertUrl":"LÅ«dzu norÄdÄ«t attÄla hipersaiti","alt":"AlternatÄ«vais teksts","border":"RÄmis","btnUpload":"NosÅ«tÄ«t serverim","button2Img":"Vai vÄlaties pÄrveidot izvÄlÄto attÄla pogu uz attÄla?","hSpace":"HorizontÄlÄ telpa","img2Button":"Vai vÄlaties pÄrveidot izvÄlÄto attÄlu uz attÄla pogas?","infoTab":"InformÄcija par attÄlu","linkTab":"Hipersaite","lockRatio":"NemainÄ«ga Augstuma/Platuma attiecÄ«ba","menu":"AttÄla Ä«paÅ¡Ä«bas","resetSize":"Atjaunot sÄkotnÄjo izmÄru","title":"AttÄla Ä«paÅ¡Ä«bas","titleButton":"AttÄlpogas Ä«paÅ¡Ä«bas","upload":"AugÅ¡upielÄdÄt","urlMissing":"TrÅ«kst attÄla atraÅ¡anÄs adrese.","vSpace":"VertikÄlÄ telpa","validateBorder":"Apmalei jÄbÅ«t veselam skaitlim","validateHSpace":"HSpace jÄbÅ«t veselam skaitlim","validateVSpace":"VSpace jÄbÅ«t veselam skaitlim"},"indent":{"indent":"PalielinÄt atkÄpi","outdent":"SamazinÄt atkÄpi"},"smiley":{"options":"SmaidiÅu uzstÄdÄ«jumi","title":"Ievietot smaidiÅu","toolbar":"SmaidiÅi"},"justify":{"block":"IzlÄ«dzinÄt malas","center":"IzlÄ«dzinÄt pret centru","left":"IzlÄ«dzinÄt pa kreisi","right":"IzlÄ«dzinÄt pa labi"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Pieejas taustiÅÅ¡","advanced":"IzvÄrstais","advisoryContentType":"KonsultatÄ«vs satura tips","advisoryTitle":"KonsultatÄ«vs virsraksts","anchor":{"toolbar":"Ievietot/Labot iezÄ«mi","menu":"Labot iezÄ«mi","title":"IezÄ«mes uzstÄdÄ«jumi","name":"IezÄ«mes nosaukums","errorName":"LÅ«dzu norÄdiet iezÄ«mes nosaukumu","remove":"NoÅemt iezÄ«mi"},"anchorId":"PÄc elementa ID","anchorName":"PÄc iezÄ«mes nosaukuma","charset":"PievienotÄ resursa kodÄjums","cssClasses":"Stilu saraksta klases","emailAddress":"E-pasta adrese","emailBody":"ZiÅas saturs","emailSubject":"ZiÅas tÄma","id":"ID","info":"Hipersaites informÄcija","langCode":"Valodas kods","langDir":"Valodas lasÄ«Å¡anas virziens","langDirLTR":"No kreisÄs uz labo (LTR)","langDirRTL":"No labÄs uz kreiso (RTL)","menu":"Labot hipersaiti","name":"Nosaukums","noAnchors":"(Å ajÄ dokumentÄ nav iezÄ«mju)","noEmail":"LÅ«dzu norÄdi e-pasta adresi","noUrl":"LÅ«dzu norÄdi hipersaiti","other":"<cits>","popupDependent":"AtkarÄ«gs (Netscape)","popupFeatures":"UznirstoÅ¡Ä loga nosaukums Ä«paÅ¡Ä«bas","popupFullScreen":"PilnÄ ekrÄnÄ (IE)","popupLeft":"KreisÄ koordinÄte","popupLocationBar":"AtraÅ¡anÄs vietas josla","popupMenuBar":"IzvÄlnes josla","popupResizable":"MÄrogojams","popupScrollBars":"Ritjoslas","popupStatusBar":"Statusa josla","popupToolbar":"RÄ«ku josla","popupTop":"AugÅ¡ÄjÄ koordinÄte","rel":"RelÄcija","selectAnchor":"IzvÄlÄties iezÄ«mi","styles":"Stils","tabIndex":"CiļÅu indekss","target":"MÄrÄ·is","targetFrame":"<ietvars>","targetFrameName":"MÄrÄ·a ietvara nosaukums","targetPopup":"<uznirstoÅ¡Ä logÄ>","targetPopupName":"UznirstoÅ¡Ä loga nosaukums","title":"Hipersaite","toAnchor":"IezÄ«me Å¡ajÄ lapÄ","toEmail":"E-pasts","toUrl":"Adrese","toolbar":"Ievietot/Labot hipersaiti","type":"Hipersaites tips","unlink":"NoÅemt hipersaiti","upload":"AugÅ¡upielÄdÄt"},"list":{"bulletedlist":"Pievienot/NoÅemt vienkÄrÅ¡u sarakstu","numberedlist":"NumurÄts saraksts"},"liststyle":{"armenian":"ArmÄÅu skaitļi","bulletedTitle":"VienkÄrÅ¡a saraksta uzstÄdÄ«jumi","circle":"Aplis","decimal":"DecimÄlie (1, 2, 3, utt)","decimalLeadingZero":"DecimÄlie ar nulli (01, 02, 03, utt)","disc":"Disks","georgian":"GruzÄ«Åu skaitļi (an, ban, gan, utt)","lowerAlpha":"Mazie alfabÄta (a, b, c, d, e, utt)","lowerGreek":"Mazie grieÄ·u (alfa, beta, gamma, utt)","lowerRoman":"Mazie romÄÅu (i, ii, iii, iv, v, utt)","none":"Nekas","notset":"<nav norÄdÄ«ts>","numberedTitle":"NumurÄta saraksta uzstÄdÄ«jumi","square":"KvadrÄts","start":"SÄkt","type":"Tips","upperAlpha":"Lielie alfabÄta (A, B, C, D, E, utt)","upperRoman":"Lielie romÄÅu (I, II, III, IV, V, utt)","validateStartNumber":"Saraksta sÄkuma numuram jÄbÅ«t veselam skaitlim"},"magicline":{"title":"Ievietot Å¡eit rindkopu"},"maximize":{"maximize":"MaksimizÄt","minimize":"MinimizÄt"},"newpage":{"toolbar":"Jauna lapa"},"pagebreak":{"alt":"Lapas pÄrnesums","toolbar":"Ievietot lapas pÄrtraukumu drukai"},"pastetext":{"button":"Ievietot kÄ vienkÄrÅ¡u tekstu","title":"Ievietot kÄ vienkÄrÅ¡u tekstu"},"pastefromword":{"confirmCleanup":"Teksts, kuru vÄlaties ielÄ«mÄt, izskatÄs ir nokopÄts no Word. Vai vÄlaties to iztÄ«rÄ«t pirms ielÄ«mÄÅ¡anas?","error":"IekÅ¡Äjas kļūdas dÄļ, neizdevÄs iztÄ«rÄ«t ielÄ«mÄtos datus.","title":"Ievietot no Worda","toolbar":"Ievietot no Worda"},"preview":{"preview":"PriekÅ¡skatÄ«t"},"print":{"toolbar":"DrukÄt"},"removeformat":{"toolbar":"NoÅemt stilus"},"save":{"toolbar":"SaglabÄt"},"selectall":{"toolbar":"IezÄ«mÄt visu"},"showblocks":{"toolbar":"ParÄdÄ«t blokus"},"sourcearea":{"toolbar":"HTML kods"},"specialchar":{"options":"SpeciÄlo simbolu uzstÄdÄ«jumi","title":"Ievietot Ä«paÅ¡u simbolu","toolbar":"Ievietot speciÄlo simbolu"},"scayt":{"about":"Par SCAYT","aboutTab":"Par","addWord":"Pievienot vÄrdu","allCaps":"IgnorÄt vÄrdus ar lielajiem burtiem","dic_create":"Izveidot","dic_delete":"DzÄst","dic_field_name":"VÄrdnÄ«cas nosaukums","dic_info":"SÄkumÄ lietotÄja vÄrdnÄ«ca tiek glabÄta Cookie. DiemžÄl, Cookie ir ierobežots izmÄrs. Kad vÄrdnÄ«ca sasniegs izmÄru, ka to vairs nevar glabÄt Cookie, tÄ tiks noglabÄta uz servera. Lai saglabÄtu personÄ«go vÄrdnÄ«cu uz jÅ«su servera, jums jÄnorÄda tÄs nosaukums. Ja jÅ«s jau esiet noglabÄjuÅ¡i vÄrdnÄ«cu, lÅ«dzu ierakstiet tÄs nosaukum un nospiediet Atjaunot pogu.","dic_rename":"PÄrsaukt","dic_restore":"Atjaunot","dictionariesTab":"VÄrdnÄ«cas","disable":"AtslÄgt SCAYT","emptyDic":"VÄrdnÄ«cas nosaukums nevar bÅ«t tukÅ¡s.","enable":"IeslÄgt SCAYT","ignore":"IgnorÄt","ignoreAll":"IgnorÄt visu","ignoreDomainNames":"IgnorÄt domÄnu nosaukumus","langs":"Valodas","languagesTab":"Valodas","mixedCase":"IgnorÄt vÄrdus ar jauktu reÄ£istru burtiem","mixedWithDigits":"IgnorÄt vÄrdus ar skaitļiem","moreSuggestions":"VairÄk ieteikumi","opera_title":"Opera neatbalsta","options":"UzstÄdÄ«jumi","optionsTab":"UzstÄdÄ«jumi","title":"PÄrbaudÄ«t gramatiku rakstot","toggle":"PÄrslÄgt SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Stils","panelTitle":"FormatÄÅ¡anas stili","panelTitle1":"Bloka stili","panelTitle2":"iekļautie stili","panelTitle3":"Objekta stili"},"table":{"border":"RÄmja izmÄrs","caption":"LeÄ£enda","cell":{"menu":"Å Å«na","insertBefore":"Pievienot Å¡Å«nu pirms","insertAfter":"Pievienot Å¡Å«nu pÄc","deleteCell":"DzÄst rÅ«tiÅas","merge":"Apvienot rÅ«tiÅas","mergeRight":"Apvieno pa labi","mergeDown":"Apvienot uz leju","splitHorizontal":"SadalÄ«t Å¡Å«nu horizontÄli","splitVertical":"SadalÄ«t Å¡Å«nu vertikÄli","title":"Å Å«nas uzstÄdÄ«jumi","cellType":"Å Å«nas tips","rowSpan":"Apvienotas rindas","colSpan":"Apvienotas kolonas","wordWrap":"VÄrdu pÄrnese","hAlign":"HorizontÄlais novietojums","vAlign":"VertikÄlais novietojums","alignBaseline":"Pamatrinda","bgColor":"Fona krÄsa","borderColor":"RÄmja krÄsa","data":"Dati","header":"Virsraksts","yes":"JÄ","no":"NÄ","invalidWidth":"Å Å«nas platumam jÄbÅ«t skaitlim","invalidHeight":"Å Å«nas augstumam jÄbÅ«t skaitlim","invalidRowSpan":"Apvienojamo rindu skaitam jÄbÅ«t veselam skaitlim","invalidColSpan":"Apvienojamo kolonu skaitam jÄbÅ«t veselam skaitlim","chooseColor":"IzvÄlÄties"},"cellPad":"RÅ«tiÅu nobÄ«de","cellSpace":"RÅ«tiÅu atstatums","column":{"menu":"Kolonna","insertBefore":"Ievietot kolonu pirms","insertAfter":"Ievieto kolonu pÄc","deleteColumn":"DzÄst kolonnas"},"columns":"Kolonnas","deleteTable":"DzÄst tabulu","headers":"Virsraksti","headersBoth":"Abi","headersColumn":"PirmÄ kolona","headersNone":"Nekas","headersRow":"PirmÄ rinda","invalidBorder":"RÄmju izmÄram jÄbÅ«t skaitlim","invalidCellPadding":"Å Å«nu atkÄpÄm jÄbÅ«t pozitÄ«vam skaitlim","invalidCellSpacing":"Å Å«nu atstarpÄm jÄbÅ«t pozitÄ«vam skaitlim","invalidCols":"Kolonu skaitam jÄbÅ«t lielÄkam par 0","invalidHeight":"Tabulas augstumam jÄbÅ«t skaitlim","invalidRows":"Rindu skaitam jÄbÅ«t lielÄkam par 0","invalidWidth":"Tabulas platumam jÄbÅ«t skaitlim","menu":"Tabulas Ä«paÅ¡Ä«bas","row":{"menu":"Rinda","insertBefore":"Ievietot rindu pirms","insertAfter":"Ievietot rindu pÄc","deleteRow":"DzÄst rindas"},"rows":"Rindas","summary":"AnotÄcija","title":"Tabulas Ä«paÅ¡Ä«bas","toolbar":"Tabula","widthPc":"procentuÄli","widthPx":"pikseļos","widthUnit":"platuma mÄrvienÄ«ba"},"undo":{"redo":"AtkÄrtot","undo":"Atcelt"},"wsc":{"btnIgnore":"IgnorÄt","btnIgnoreAll":"IgnorÄt visu","btnReplace":"Aizvietot","btnReplaceAll":"Aizvietot visu","btnUndo":"Atcelt","changeTo":"NomainÄ«t uz","errorLoading":"Kļūda ielÄdÄjot aplikÄcijas servisa adresi: %s.","ieSpellDownload":"PareizrakstÄ«bas pÄrbaudÄ«tÄjs nav pievienots. Vai vÄlaties to lejupielÄdÄt tagad?","manyChanges":"PareizrakstÄ«bas pÄrbaude pabeigta: %1 vÄrdi tika mainÄ«ti","noChanges":"PareizrakstÄ«bas pÄrbaude pabeigta: nekas netika labots","noMispell":"PareizrakstÄ«bas pÄrbaude pabeigta: kļūdas netika atrastas","noSuggestions":"- Nav ieteikumu -","notAvailable":"Atvainojiet, bet serviss Å¡obrÄ«d nav pieejams.","notInDic":"Netika atrasts vÄrdnÄ«cÄ","oneChange":"PareizrakstÄ«bas pÄrbaude pabeigta: 1 vÄrds izmainÄ«ts","progress":"Notiek pareizrakstÄ«bas pÄrbaude...","title":"PÄrbaudÄ«t gramatiku","toolbar":"PareizrakstÄ«bas pÄrbaude"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/mk.js b/skins/ckeditor/lang/mk.js new file mode 100644 index 0000000..219367c --- /dev/null +++ b/skins/ckeditor/lang/mk.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.lang['mk']={"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":"ÐпÑÑо","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","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"},"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"},"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"},"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"},"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"},"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"},"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"},"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","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","type":"Type","typeText":"Text","typePass":"Password","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"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"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"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":"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"},"smiley":{"options":"Smiley Options","title":"Insert a Smiley","toolbar":"Smiley"},"justify":{"block":"Justify","center":"Center","left":"Align Left","right":"Align Right"},"language":{"button":"Set language","remove":"Remove language"},"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"},"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"},"preview":{"preview":"Preview"},"print":{"toolbar":"Print"},"removeformat":{"toolbar":"Remove Format"},"save":{"toolbar":"Save"},"selectall":{"toolbar":"Select All"},"showblocks":{"toolbar":"Show Blocks"},"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":"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 Check","toolbar":"Check Spelling"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/mn.js b/skins/ckeditor/lang/mn.js index e5ccac2..67f8a84 100644 --- a/skins/ckeditor/lang/mn.js +++ b/skins/ckeditor/lang/mn.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.mn={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Ðод',newPage:'Ð¨Ð¸Ð½Ñ Ñ ÑÑдаÑ',save:'Ð¥Ð°Ð´Ð³Ð°Ð»Ð°Ñ ',preview:'УÑидÑлан Ñ Ð°ÑÐ°Ñ ',cut:'ХайÑÐ»Ð°Ñ ',copy:'Ð¥ÑÑÐ»Ð°Ñ ',paste:'ÐÑÑÐ»Ð³Ð°Ñ ',print:'Ð¥ÑвлÑÑ ',underline:'ÐоогÑÑÑ Ð½Ñ Ð·ÑÑааÑÑай Ð±Ð¾Ð»Ð³Ð¾Ñ ',bold:'Тод бүдүүн',italic:'ÐалÑÑ',selectAll:'Ðүгдийг Ð½Ñ ÑÐ¾Ð½Ð³Ð¾Ñ ',removeFormat:'ФоÑÐ¼Ð°Ñ Ð°Ð²Ñ Ñ Ð°ÑÑ ',strike:'ÐÑндÑÑÑ Ð½Ñ Ð·ÑÑааÑÑай Ð±Ð¾Ð»Ð³Ð¾Ñ ',subscript:'СÑÑÑÑ Ð±Ð¾Ð»Ð³Ð¾Ñ ',superscript:'ÐÑÑÑг Ð±Ð¾Ð»Ð³Ð¾Ñ ',horizontalrule:'Хөндлөн зÑÑÐ°Ð°Ñ Ð¾ÑÑÑÐ»Ð°Ñ ',pagebreak:'Ð¥ÑÑÐ´Ð°Ñ ÑÑÑгааÑÐ»Ð°Ð³Ñ Ð¾ÑÑÑÐ»Ð°Ñ ',pagebreakAlt:'Page Break',unlink:'Ðинк Ð°Ð²Ñ Ñ Ð°ÑÑ ',undo:'Ð¥Ò¯Ñингүй Ð±Ð¾Ð»Ð³Ð¾Ñ ',redo:'Ó¨Ð¼Ð½Ó©Ñ Ò¯Ð¹Ð»Ð´Ð»ÑÑ ÑÑÑгÑÑÑ ',common:{browseServer:'СеÑÐ²ÐµÑ Ñ Ð°ÑÑÑÐ»Ð°Ñ ',url:'URL',protocol:'ÐÑоÑокол',upload:'Ð¥ÑÑÐ»Ð°Ñ ',uploadSubmit:'Үүнийг ÑеÑвÑÑÑÒ¯Ò¯ илгÑÑ',image:'ÐÑÑаг',flash:'ФлаÑ',form:'ФоÑм',checkbox:'ЧекбокÑ',radio:'Радио ÑовÑ',textField:'Ð¢ÐµÑ Ñ ÑалбаÑ',textarea:'Ð¢ÐµÑ Ñ Ð¾ÑÑин',hiddenField:'ÐÑÑÑ ÑалбаÑ',button:'ТовÑ',select:'Ð¡Ð¾Ð½Ð³Ð¾Ð³Ñ ÑалбаÑ',imageButton:'ÐÑÑагÑай ÑовÑ',notSet:'<ÐÐ½Ð¾Ð¾Ñ Ð³Ò¯Ð¹>',id:'Id',name:'ÐÑÑ',langDir:'Ð¥Ñлний ÑиглÑл',langDirLtr:'ÐүүнÑÑÑ Ð±Ð°ÑÑÑн (LTR)',langDirRtl:'ÐаÑÑÑÐ½Ð°Ð°Ñ Ð·Ò¯Ò¯Ð½ (RTL)',langCode:'Ð¥Ñлний код',longDescr:'URL-Ñн ÑайлбаÑ',cssClass:'Stylesheet клаÑÑÑÑд',advisoryTitle:'ÐÓ©Ð²Ð»Ó©Ð»Ð´Ó©Ñ Ð³Ð°ÑÑиг',cssStyle:'ÐагваÑ',ok:'OK',cancel:'ÐÐ¾Ð»Ð¸Ñ ',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'ÐÑмÑлÑ',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'Ó¨Ñгөн',height:'ӨндөÑ',align:'ÐгнÑÑ',alignLeft:'Ðүүн',alignRight:'ÐаÑÑÑн',alignCenter:'Төвд',alignTop:'ÐÑÑд Ñалд',alignMiddle:'ÐÑнд Ñалд',alignBottom:'Ðоод Ñалд',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'ÐнÑгой ÑÑмдÑÐ³Ñ Ð¾ÑÑÑÐ»Ð°Ñ ',title:'ÐнÑгой ÑÑмдÑÐ³Ñ ÑÐ¾Ð½Ð³Ð¾Ñ ',options:'Special Character Options'},link:{toolbar:'Ðинк ÐÑÑÑÐ»Ð°Ñ /ÐаÑваÑÐ»Ð°Ñ ',other:'<other>',menu:'Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ Ð·Ð°ÑваÑÐ»Ð°Ñ ',title:'Ðинк',info:'Ðинкийн мÑдÑÑлÑл',target:'ÐайÑлал',upload:'Ð¥ÑÑÐ»Ð°Ñ ',advanced:'ÐÑмÑлÑ',type:'Ðинкийн ÑÓ©Ñөл',toUrl:'URL',toAnchor:'ÐÐ½Ñ Ñ ÑÑдаÑÐ°Ð½Ð´Ð°Ñ Ñ Ð¾Ð»Ð±Ð¾Ð¾Ñ',toEmail:'E-Mail',targetFrame:'<ÐгÑÑÐ»Ð°Ñ Ñ Ò¯ÑÑÑ>',targetPopup:'<popup ÑÐ¾Ð½Ñ >',targetFrameName:'ÐÑÐ¸Ñ ÑÑемÑн нÑÑ',targetPopupName:'Popup ÑÐ¾Ð½Ñ Ð½Ñ Ð½ÑÑ',popupFeatures:'Popup ÑÐ¾Ð½Ñ Ð½Ñ Ð¾Ð½Ñлог',popupResizable:'Resizable',popupStatusBar:'СÑаÑÑÑ Ñ ÑÑÑг',popupLocationBar:'Location Ñ ÑÑÑг',popupToolbar:'ÐÐ°Ð³Ð°Ð¶Ð½Ñ Ñ ÑÑÑг',popupMenuBar:'MeÐ½Ñ Ñ ÑÑÑг',popupFullScreen:'Ð¦Ð¾Ð½Ñ Ð´Ò¯Ò¯ÑгÑÑ (IE)',popupScrollBars:'СкÑол Ñ ÑÑÑгүүд',popupDependent:'ХамааÑай (Netscape)',popupLeft:'Ðүүн байÑлал',popupTop:'ÐÑÑд байÑлал',id:'Id',langDir:'Ð¥Ñлний ÑиглÑл',langDirLTR:'ÐүүнÑÑÑ Ð±Ð°ÑÑÑн (LTR)',langDirRTL:'ÐаÑÑÑÐ½Ð°Ð°Ñ Ð·Ò¯Ò¯Ð½ (RTL)',acccessKey:'Ð¥Ð¾Ð»Ð±Ð¾Ñ ÑÒ¯Ð»Ñ Ò¯Ò¯Ñ',name:'ÐÑÑ',langCode:'Ð¥Ñлний ÑиглÑл',tabIndex:'Tab индекÑ',advisoryTitle:'ÐÓ©Ð²Ð»Ó©Ð»Ð´Ó©Ñ Ð³Ð°ÑÑиг',advisoryContentType:'ÐÓ©Ð²Ð»Ó©Ð»Ð´Ó©Ñ ÑÓ©Ñлийн агÑÑлга',cssClasses:'Stylesheet клаÑÑÑÑд',charset:'ТÑмдÑÐ³Ñ Ð¾Ð½Ð¾Ð¾Ñ Ð½Ó©Ó©Ñөд Ñ Ð¾Ð»Ð±Ð¾Ð³Ð´Ñон',styles:'ÐагваÑ',rel:'Relationship',selectAnchor:'Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ ÑÐ¾Ð½Ð³Ð¾Ñ ',anchorName:'ХолбооÑÑн нÑÑÑÑÑ',anchorId:'ÐлемÑÐ½Ñ Id-гааÑ',emailAddress:'E-Mail ХаÑг',emailSubject:'Message гаÑÑиг',emailBody:'Message-ийн агÑÑлга',noAnchors:'(ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñиг Ñ Ð¾Ð»Ð±Ð¾Ð¾Ñгүй байна)',noUrl:'Ðинк URL-ÑÑ ÑÓ©ÑÓ©Ð»Ð¶Ò¯Ò¯Ð»Ð½Ñ Ò¯Ò¯',noEmail:'Ð-mail Ñ Ð°Ñгаа ÑÓ©ÑÓ©Ð»Ð¶Ò¯Ò¯Ð»Ð½Ñ Ò¯Ò¯'},anchor:{toolbar:'Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ ÐÑÑÑÐ»Ð°Ñ /ÐаÑваÑÐ»Ð°Ñ ',menu:'Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ Ñинж ÑанаÑ',title:'Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ Ñинж ÑанаÑ',name:'Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ Ð½ÑÑ',errorName:'Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ ÑÓ©Ñөл оÑÑÑлна ÑÑ',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Хай мөн ÐаÑж биÑ',find:'Ð¥Ð°Ð¹Ñ ',replace:'Ð¡Ð¾Ð»Ð¸Ñ ',findWhat:'Ð¥Ð°Ð¹Ñ Ò¯Ð³/Ò¯ÑÑг:',replaceWith:'Ð¡Ð¾Ð»Ð¸Ñ Ò¯Ð³:',notFoundMsg:'ХайÑан ÑекÑÑ Ð¾Ð»Ñонгүй.',matchCase:'ТÑнÑÑÑ Ñөлөв',matchWord:'ТÑнÑÑÑ Ð±Ò¯ÑÑн үг',matchCyclic:'Match cyclic',replaceAll:'Ðүгдийг Ð½Ñ Ð¡Ð¾Ð»Ð¸Ñ ',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Ð¥Ò¯ÑнÑгÑ',title:'Ð¥Ò¯ÑнÑгÑ',menu:'Ð¥Ò¯ÑнÑгÑ',deleteTable:'Ð¥Ò¯ÑнÑÐ³Ñ ÑÑÑÐ³Ð°Ñ ',rows:'ÐÓ©Ñ',columns:'Ðагана',border:'Ð¥Ò¯ÑÑÑний Ñ ÑмжÑÑ',widthPx:'ÑÑг',widthPc:'Ñ ÑвÑ',widthUnit:'width unit',cellSpace:'ÐÒ¯Ñ Ñ Ð¾Ð¾ÑондÑн зай (spacing)',cellPad:'ÐÒ¯Ñ Ð´Ð¾ÑоÑÐ»Ð¾Ñ (padding)',caption:'ТайлбаÑ',summary:'ТайлбаÑ',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'ÐÒ¯Ñ /зай',insertBefore:'ÐÒ¯Ñ /зай өмнө Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ',insertAfter:'ÐÒ¯Ñ /зай даÑаа Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ',deleteCell:'ÐÒ¯Ñ ÑÑÑÐ³Ð°Ñ ',merge:'ÐÒ¯Ñ Ð½ÑгÑÑÑ ',mergeRight:'ÐаÑÑÑн ÑÐ¸Ð¹Ñ Ð½ÑгÑгÑÑ ',mergeDown:'ÐÐ¾Ð¾Ñ Ð½ÑгÑгÑÑ ',splitHorizontal:'ÐÒ¯Ñ /зайг боÑÐ¾Ð¾Ð³Ð¾Ð¾Ñ Ð½Ñ ÑÑÑгааÑÐ»Ð°Ñ ',splitVertical:'ÐÒ¯Ñ /зайг Ñ Ó©Ð½Ð´Ð»Ó©Ð½Ð³Ó©Ó©Ñ Ð½Ñ ÑÑÑгааÑÐ»Ð°Ñ ',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'},row:{menu:'ÐÓ©Ñ',insertBefore:'ÐÓ©Ñ Ó©Ð¼Ð½Ó© Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ',insertAfter:'ÐÓ©Ñ Ð´Ð°Ñаа Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ',deleteRow:'ÐÓ©Ñ ÑÑÑÐ³Ð°Ñ '},column:{menu:'Ðагана',insertBefore:'Ðагана өмнө Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ',insertAfter:'Ðагана даÑаа Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ',deleteColumn:'Ðагана ÑÑÑÐ³Ð°Ñ '}},button:{title:'ТовÑÐ½Ñ Ñинж ÑанаÑ',text:'ТÑкÑÑ (УÑга)',type:'ТөÑөл',typeBtn:'ТовÑ',typeSbm:'Submit',typeRst:'ÐÐ¾Ð»Ð¸Ñ '},checkboxAndRadio:{checkboxTitle:'ЧекбокÑÐ½Ñ Ñинж ÑанаÑ',radioTitle:'Радио ÑовÑÐ½Ñ Ñинж ÑанаÑ',value:'УÑга',selected:'СонгогдÑон'},form:{title:'ФоÑм Ñинж ÑанаÑ',menu:'ФоÑм Ñинж ÑанаÑ',action:'ҮйлдÑл',method:'ÐÑга',encoding:'Encoding'},select:{title:'Ð¡Ð¾Ð³Ð¾Ð³Ñ ÑалбаÑÑн Ñинж ÑанаÑ',selectInfo:'ÐÑдÑÑлÑл',opAvail:'ÐдвÑÑ ÑÑй ÑонголÑ',value:'УÑга',size:'Ð¥ÑмжÑÑ',lines:'ÐÓ©Ñ',chkMulti:'Ðлон ÑÐ¾Ð½Ð³Ð¾Ð»Ñ Ð·Ó©Ð²ÑÓ©Ó©ÑÓ©Ñ ',opText:'ТÑкÑÑ',opValue:'УÑга',btnAdd:'ÐÑмÑÑ ',btnModify:'Ó¨Ó©ÑÑÐ»Ó©Ñ ',btnUp:'ÐÑÑÑ',btnDown:'ÐооÑ',btnSetValue:'СонгогдÑан ÑÑга Ð¾Ð½Ð¾Ð¾Ñ ',btnDelete:'УÑÑÐ³Ð°Ñ '},textarea:{title:'ТекÑÑ Ð¾ÑÑÐ½Ñ Ñинж ÑанаÑ',cols:'Ðагана',rows:'ÐÓ©Ñ'},textfield:{title:'ТекÑÑ ÑалбаÑÑн Ñинж ÑанаÑ',name:'ÐÑÑ',value:'УÑга',charWidth:'ТÑмдÑгÑÑн Ó©Ñгөн',maxChars:'Хамгийн Ð¸Ñ ÑÑмдÑгÑ',type:'ТөÑөл',typeText:'ТекÑÑ',typePass:'ÐÑÑÑ Ò¯Ð³'},hidden:{title:'ÐÑÑÑ ÑалбаÑÑн Ñинж ÑанаÑ',name:'ÐÑÑ',value:'УÑга'},image:{title:'ÐÑÑаг',titleButton:'ÐÑÑган ÑовÑÐ½Ñ Ñинж ÑанаÑ',menu:'ÐÑÑаг',infoTab:'ÐÑÑÐ°Ð³Ð½Ñ Ð¼ÑдÑÑлÑл',btnUpload:'Үүнийг ÑеÑвÑÑÑÒ¯Ò¯ илгÑÑ',upload:'Ð¥ÑÑÐ»Ð°Ñ ',alt:'Ð¢Ð°Ð¹Ð»Ð±Ð°Ñ ÑекÑÑ',lockRatio:'Радио ÑÒ¯Ð³Ð¶Ð¸Ñ ',resetSize:'Ñ ÑмжÑÑ Ð´Ð°Ñ Ð¸Ð½ Ð¾Ð½Ð¾Ð¾Ñ ',border:'Ð¥Ò¯ÑÑÑ',hSpace:'Хөндлөн зай',vSpace:'ÐоÑоо зай',alertUrl:'ÐÑÑÐ°Ð³Ð½Ñ URL-Ñн ÑÓ©Ñлийн Ñонгоно ÑÑ',linkTab:'Ðинк',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Ð¤Ð»Ð°Ñ Ñинж ÑанаÑ',propertiesTab:'Properties',title:'Ð¤Ð»Ð°Ñ Ñинж ÑанаÑ',chkPlay:'ÐвÑомаÑÐ°Ð°Ñ ÑÐ¾Ð³Ð»Ð¾Ñ ',chkLoop:'ÐавÑÐ°Ñ ',chkMenu:'Ð¤Ð»Ð°Ñ ÑÑÑ Ð¸Ð´Ð²ÑÑ Ð¶Ò¯Ò¯Ð»ÑÑ ',chkFull:'Allow Fullscreen',scale:'Ó¨ÑгөгÑÐ³Ó©Ñ ',scaleAll:'Ðүгдийг Ñ Ð°ÑÑÑÐ»Ð°Ñ ',scaleNoBorder:'Ð¥Ò¯ÑÑÑгүй',scaleFit:'Яг ÑааÑÑÑÐ»Ð°Ñ ',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs доод Ñалд',alignAbsMiddle:'Abs ÐÑнд Ñалд',alignBaseline:'Baseline',alignTextTop:'ТекÑÑ Ð´ÑÑÑ',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Ð¤Ð¾Ð½Ð½Ñ Ó©Ð½Ð³Ó©',hSpace:'Хөндлөн зай',vSpace:'ÐоÑоо зай',validateSrc:'Ðинк URL-ÑÑ ÑÓ©ÑÓ©Ð»Ð¶Ò¯Ò¯Ð»Ð½Ñ Ò¯Ò¯',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Үгийн дүÑÑÑ ÑÐ°Ð»Ð³Ð°Ñ ',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Ð¢Ð¾Ð»Ñ Ð±Ð¸Ñиггүй',changeTo:'Ó¨Ó©ÑÑÐ»Ó©Ñ ',btnIgnore:'ÐөвÑÓ©Ó©ÑÓ©Ñ ',btnIgnoreAll:'Ðүгдийг зөвÑÓ©Ó©ÑÓ©Ñ ',btnReplace:'ÐаÑж биÑÐ¸Ñ ',btnReplaceAll:'Ðүгдийг ÐаÑж биÑÐ¸Ñ ',btnUndo:'ÐÑÑÐ°Ð°Ñ ',noSuggestions:'- ТайлбаÑгүй -',progress:'ÐÒ¯ÑÑм Ñалгаж байгаа үйл ÑвÑ...',noMispell:'ÐÒ¯ÑÑм Ñалгаад дÑÑÑÑан: Ðлдаа олдÑонгүй',noChanges:'ÐÒ¯ÑÑм Ñалгаад дÑÑÑÑан: үг Ó©Ó©ÑÑлөгдөөгүй',oneChange:'ÐÒ¯ÑÑм Ñалгаад дÑÑÑÑан: 1 үг Ó©Ó©ÑÑлөгдÑөн',manyChanges:'ÐÒ¯ÑÑм Ñалгаад дÑÑÑÑан: %1 үг Ó©Ó©ÑÑлөгдÑөн',ieSpellDownload:'ÐÒ¯ÑÑм ÑÐ°Ð»Ð³Ð°Ð³Ñ ÑÑÑгаагүй байна. ТаÑаж Ð°Ð²Ð°Ñ Ñг Ñ Ò¯ÑÑ Ð±Ð°Ð¹Ð½Ð° ÑÑ?'},smiley:{toolbar:'ТодоÑÑ Ð¾Ð¹Ð»Ð¾Ð»Ñ',title:'ТодоÑÑ Ð¾Ð¹Ð»Ð¾Ð»Ñ Ð¾ÑÑÑÐ»Ð°Ñ ',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'ÐÑгааÑлагдÑан жагÑаалÑ',bulletedlist:'ЦÑгÑÑй жагÑаалÑ',indent:'Ðогол Ð¼Ó©Ñ Ñ Ð°ÑÐ°Ñ ',outdent:'Ðогол Ð¼Ó©Ñ Ð½ÑмÑÑ ',justify:{left:'Ðүүн Ñалд байÑлÑÑÐ»Ð°Ñ ',center:'Төвд байÑлÑÑÐ»Ð°Ñ ',right:'ÐаÑÑÑн Ñалд байÑлÑÑÐ»Ð°Ñ ',block:'Ðлок Ñ ÑлбÑÑÑÑÑ Ð±Ð°Ð¹ÑлÑÑÐ»Ð°Ñ '},blockquote:'ХайÑÑÐ°Ð³Ð»Ð°Ñ ',clipboard:{title:'ÐÑÑÐ»Ð³Ð°Ñ ',cutError:'Ð¢Ð°Ð½Ñ browser-Ñн Ñ Ð°Ð¼Ð³Ð°Ð°Ð»Ð°Ð»ÑÑн ÑÐ¾Ñ Ð¸Ñгоо editor-д авÑомаÑÐ°Ð°Ñ Ñ Ð°Ð¹ÑÐ»Ð°Ñ Ò¯Ð¹Ð»Ð´Ñлийг зөвÑÓ©Ó©ÑÓ©Ñ Ð³Ò¯Ð¹ байна. (Ctrl/Cmd+X) ÑовÑÐ½Ñ Ñ Ð¾ÑлолÑг аÑиглана ÑÑ.',copyError:'Ð¢Ð°Ð½Ñ browser-Ñн Ñ Ð°Ð¼Ð³Ð°Ð°Ð»Ð°Ð»ÑÑн ÑÐ¾Ñ Ð¸Ñгоо editor-д авÑомаÑÐ°Ð°Ñ Ñ ÑÑÐ»Ð°Ñ Ò¯Ð¹Ð»Ð´Ñлийг зөвÑÓ©Ó©ÑÓ©Ñ Ð³Ò¯Ð¹ байна. (Ctrl/Cmd+C) ÑовÑÐ½Ñ Ñ Ð¾ÑлолÑг аÑиглана ÑÑ.',pasteMsg:'(<strong>Ctrl/Cmd+V</strong>) ÑовÑийг аÑиглан paste Ñ Ð¸Ð¹Ð½Ñ Ò¯Ò¯. Ðөн <strong>OK</strong> даÑ.',securityMsg:'Ð¢Ð°Ð½Ñ Ò¯Ð·Ò¯Ò¯Ð»ÑгÑ/browser/-н Ñ Ð°Ð¼Ð³Ð°Ð°Ð»Ð°Ð»ÑÑн ÑÐ¾Ñ Ð¸ÑÐ³Ð¾Ð¾Ð½Ð¾Ð¾Ñ Ð±Ð¾Ð»Ð¾Ð¾Ð´ editor clipboard өгөгдөлÑÒ¯Ò¯ ÑÑÑд Ñ Ð°Ð½Ð´Ð°Ñ Ð±Ð¾Ð»Ð¾Ð¼Ð¶Ð³Ò¯Ð¹. ÐÐ½Ñ ÑÐ¾Ð½Ñ Ð¾Ð´ Ð´Ð°Ñ Ð¸Ð½ paste Ñ Ð¸Ð¹Ñ Ð¸Ð¹Ð³ оÑолд.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Word-Ð¾Ð¾Ñ Ð±ÑÑÐ»Ð³Ð°Ñ ',title:'Word-Ð¾Ð¾Ñ Ð±ÑÑÐ»Ð³Ð°Ñ ',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Plain Text-ÑÑÑ Ð±ÑÑÐ»Ð³Ð°Ñ ',title:'Plain Text-ÑÑÑ Ð±ÑÑÐ»Ð³Ð°Ñ '},templates:{button:'ÐагваÑÑÑд',title:'ÐагваÑÑн агÑÑлга',options:'Template Options',insertOption:'Ðдоогийн агÑÑллагÑг даÑж биÑÐ¸Ñ ',selectPromptMsg:'ÐагваÑÑг нÑÑж editor-ÑÒ¯Ò¯ Ñонгож оÑÑÑлна ÑÑ<br />(Ðдоогийн агÑÑллагÑг ÑÑÑаж магадгүй):',emptyListMsg:'(ÐÐ°Ð³Ð²Ð°Ñ ÑодоÑÑ Ð¾Ð¹Ð»Ð¾Ð³Ð´Ð¾Ð¾Ð³Ò¯Ð¹ байна)'},showBlocks:'Block-ÑÑдÑг үзүүлÑÑ ',stylesCombo:{label:'ÐагваÑ',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'ФоÑмаÑ',panelTitle:'ФоÑмаÑ',tag_p:'Ð¥Ñвийн',tag_pre:'Formatted',tag_address:'ХаÑг',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_div:'Paragraph (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'ФонÑ',voiceLabel:'Font',panelTitle:'ФонÑ'},fontSize:{label:'Ð¥ÑмжÑÑ',voiceLabel:'Font Size',panelTitle:'Ð¥ÑмжÑÑ'},colorButton:{textColorTitle:'ФонÑÐ½Ñ Ó©Ð½Ð³Ó©',bgColorTitle:'Ð¤Ð¾Ð½Ð½Ñ Ó©Ð½Ð³Ó©',panelTitle:'Colors',auto:'ÐвÑомаÑааÑ',more:'ÐÑмÑÐ»Ñ Ó©Ð½Ð³Ó©Ð½Ò¯Ò¯Ð´...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñиг Ñинж ÑанаÑ',title:'ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñиг Ñинж ÑанаÑ',design:'Design',meta:'Meta өгөгдөл',chooseColor:'Choose',other:'<other>',docTitle:'Ð¥ÑÑдаÑÐ½Ñ Ð³Ð°ÑÑиг',charset:'Encoding ÑÑмдÑгÑ',charsetOther:'Encoding-д Ó©Ó©Ñ ÑÑмдÑÐ³Ñ Ð¾Ð½Ð¾Ð¾Ñ ',charsetASCII:'ASCII',charsetCE:'Төв евÑоп',charsetCT:'Ð¥ÑÑадÑн ÑÐ»Ð°Ð¼Ð¶Ð»Ð°Ð»Ñ (Big5)',charsetCR:'ÐÑил',charsetGR:'ÐÑед',charsetJP:'Япон',charsetKR:'СолонгоÑ',charsetTR:'TÑÑк',charsetUN:'Юникод (UTF-8)',charsetWE:'ÐаÑÑÑн евÑоп',docType:'ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñгийн ÑÓ©Ñөл Heading',docTypeOther:'ÐÑÑад баÑÐ¸Ð¼Ñ Ð±Ð¸Ñгийн ÑÓ©Ñөл Heading',xhtmlDec:'XHTML агÑÑлж заÑÐ»Ð°Ñ ',bgColor:'Фоно өнгө',bgImage:'Фоно зÑÑÐ°Ð³Ð½Ñ URL',bgFixed:'ÐүйдÑггүй Ñоно',txtColor:'ФонÑÐ½Ñ Ó©Ð½Ð³Ó©',margin:'Ð¥ÑÑдаÑÐ½Ñ Ð·Ð°Ñ Ñн зай',marginTop:'ÐÑÑд Ñал',marginLeft:'Ðүүн Ñал',marginRight:'ÐаÑÑÑн Ñал',marginBottom:'Ðоод Ñал',metaKeywords:'ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñгийн Ð¸Ð½Ð´ÐµÐºÑ ÑÒ¯Ð»Ñ Ò¯Ò¯Ñ Ò¯Ð³ (ÑаÑÐ»Ð°Ð»Ð°Ð°Ñ ÑÑÑгааÑлагдана)',metaDescription:'ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñгийн ÑайлбаÑ',metaAuthor:'ÐÐ¾Ñ Ð¸Ð¾Ð³Ñ',metaCopyright:'ÐÐ¾Ñ Ð¸Ð¾Ð³Ñийн ÑÑÑ ',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['mn']={"editor":"Ð¥ÑлбÑÑÑ Ð±Ð¸ÑвÑÑ Ð±Ð¾Ð»Ð¾Ð²ÑÑÑÑлагÑ","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"ҮйлÑлÑÐ³Ñ ÑооÑоолÑÑÑ (ÑеÑвÑÑ)-ийг үзÑÑ ","url":"ÑÐ°Ñ Ð¸Ð¼ Ñ ÑÑдаÑÐ½Ñ Ñ Ð°Ñг (URL)","protocol":"ÐÑоÑокол","upload":"ÐлгÑÑж аÑÐ°Ð°Ð»Ð°Ñ ","uploadSubmit":"Үүнийг үйлÑлÑÐ³Ñ ÑооÑоолÑÑÑ (ÑеÑвеÑ) лүү илгÑÑÑ ","image":"ÐÑÑаг","flash":"Ð¤Ð»Ð°Ñ Ñ Ó©Ð´Ó©Ð»Ð³Ó©Ó©Ð½ÑÑй зÑÑаг","form":"ÐаÑгÑ","checkbox":"ТÑмдÑглÑÑний нүд","radio":"Радио ÑовÑлÑÑÑ","textField":"ÐиÑвÑÑийн ÑалбаÑ","textarea":"ÐиÑвÑÑийн зай","hiddenField":"Ðалд ÑалбаÑ","button":"ТовÑлÑÑÑ","select":"СонголÑÑн ÑалбаÑ","imageButton":"ÐÑÑгий ÑовÑÑÑÑ","notSet":"<ÑÐ¾Ñ Ð¸ÑÑÑлаагүй>","id":"Id (ÑÐµÑ Ð½Ð¸ÐºÐ¸Ð¹Ð½ нÑÑ)","name":"ÐÑÑ","langDir":"Ð¥Ñлний ÑиглÑл","langDirLtr":"ÐүүнÑÑÑ Ð±Ð°ÑÑÑн (LTR)","langDirRtl":"ÐаÑÑÑÐ½Ð°Ð°Ñ Ð·Ò¯Ò¯Ð½ (RTL)","langCode":"Ð¥Ñлний код","longDescr":"УÑÑ ÑайлбаÑÑн вÑб Ñ Ð°Ñг","cssClass":"Ð¥ÑлбÑÑийн Ñ ÑÑдаÑÐ½Ñ Ð°Ð½Ð³Ð¸Ñд","advisoryTitle":"ÐÓ©Ð²Ð»Ó©Ñ Ð³Ð°ÑÑиг","cssStyle":"ÐагваÑ","ok":"Ðа","cancel":"ÐÐ¾Ð»Ð¸Ñ ","close":"Ð¥Ð°Ð°Ñ ","preview":"УÑÑдÑилан Ñ Ð°ÑÐ°Ñ ","resize":"Resize","generalTab":"ÐÑÓ©Ð½Ñ Ð¸Ð¹","advancedTab":"Ðүнзгий","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":"СонголÑ","target":"Ðай","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Ðүүн ÑÐ°Ð»Ð°Ð°Ñ Ð±Ð°ÑÑÑн ÑийÑÑÑ (LTR)","langDirRTL":"ÐаÑÑÑн ÑÐ°Ð»Ð°Ð°Ñ Ð·Ò¯Ò¯Ð½ ÑийÑÑÑ (RTL)","styles":"ÐагваÑ","cssClasses":"Ð¥ÑлбÑÑийн Ñ ÑÑдаÑÐ½Ñ Ð°Ð½Ð³Ð¸Ñд","width":"Ó¨Ñгөн","height":"ӨндөÑ","align":"ÐгнÑÑ","alignLeft":"Ðүүн","alignRight":"ÐаÑÑÑн","alignCenter":"Төвд","alignTop":"ÐÑÑд Ñалд","alignMiddle":"ÐÑнд","alignBottom":"Ðоод Ñалд","invalidValue":"Invalid value.","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).","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":"Тод бүдүүн","italic":"ÐалÑÑ","strike":"ÐÑндÑÑÑ Ð½Ñ Ð·ÑÑааÑÑай Ð±Ð¾Ð»Ð³Ð¾Ñ ","subscript":"СÑÑÑÑ Ð±Ð¾Ð»Ð³Ð¾Ñ ","superscript":"ÐÑÑÑг Ð±Ð¾Ð»Ð³Ð¾Ñ ","underline":"ÐоогÑÑÑ Ð½Ñ Ð·ÑÑааÑÑай Ð±Ð¾Ð»Ð³Ð¾Ñ "},"bidi":{"ltr":"ÐүүнÑÑÑ Ð±Ð°ÑÑÑн ÑÐ¸Ð¹Ñ Ð±Ð¸ÑлÑг","rtl":"ÐаÑÑÑÐ½Ð°Ð°Ñ Ð·Ò¯Ò¯Ð½ ÑÐ¸Ð¹Ñ Ð±Ð¸ÑлÑг"},"blockquote":{"toolbar":"ÐÑлÑл Ñ ÑÑÑг"},"clipboard":{"copy":"Ð¥ÑÑÐ»Ð°Ñ ","copyError":"Ð¢Ð°Ð½Ñ browser-Ñн Ñ Ð°Ð¼Ð³Ð°Ð°Ð»Ð°Ð»ÑÑн ÑÐ¾Ñ Ð¸Ñгоо editor-д авÑомаÑÐ°Ð°Ñ Ñ ÑÑÐ»Ð°Ñ Ò¯Ð¹Ð»Ð´Ñлийг зөвÑÓ©Ó©ÑÓ©Ñ Ð³Ò¯Ð¹ байна. (Ctrl/Cmd+C) ÑовÑÐ½Ñ Ñ Ð¾ÑлолÑг аÑиглана ÑÑ.","cut":"ХайÑÐ»Ð°Ñ ","cutError":"Ð¢Ð°Ð½Ñ browser-Ñн Ñ Ð°Ð¼Ð³Ð°Ð°Ð»Ð°Ð»ÑÑн ÑÐ¾Ñ Ð¸Ñгоо editor-д авÑомаÑÐ°Ð°Ñ Ñ Ð°Ð¹ÑÐ»Ð°Ñ Ò¯Ð¹Ð»Ð´Ñлийг зөвÑÓ©Ó©ÑÓ©Ñ Ð³Ò¯Ð¹ байна. (Ctrl/Cmd+X) ÑовÑÐ½Ñ Ñ Ð¾ÑлолÑг аÑиглана ÑÑ.","paste":"ÐÑÑÐ»Ð³Ð°Ñ ","pasteArea":"Paste Area","pasteMsg":"(<strong>Ctrl/Cmd+V</strong>) ÑовÑийг аÑиглан paste Ñ Ð¸Ð¹Ð½Ñ Ò¯Ò¯. Ðөн <strong>OK</strong> даÑ.","securityMsg":"Ð¢Ð°Ð½Ñ Ò¯Ð·Ò¯Ò¯Ð»ÑгÑ/browser/-н Ñ Ð°Ð¼Ð³Ð°Ð°Ð»Ð°Ð»ÑÑн ÑÐ¾Ñ Ð¸ÑÐ³Ð¾Ð¾Ð½Ð¾Ð¾Ñ Ð±Ð¾Ð»Ð¾Ð¾Ð´ editor clipboard өгөгдөлÑÒ¯Ò¯ ÑÑÑд Ñ Ð°Ð½Ð´Ð°Ñ Ð±Ð¾Ð»Ð¾Ð¼Ð¶Ð³Ò¯Ð¹. ÐÐ½Ñ ÑÐ¾Ð½Ñ Ð¾Ð´ Ð´Ð°Ñ Ð¸Ð½ paste Ñ Ð¸Ð¹Ñ Ð¸Ð¹Ð³ оÑолд.","title":"ÐÑÑÐ»Ð³Ð°Ñ "},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"ÐвÑомаÑааÑ","bgColorTitle":"ÐÑвÑгÑÑ Ó©Ð½Ð³Ó©","colors":{"000":"ХаÑ","800000":"Ð¥Ò¯ÑÑн","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":"СааÑал","F00":"Улаан","FF8C00":"Dark Orange","FFD700":"ÐлÑ","008000":"Ðогоон","0FF":"ЦÑÐ½Ñ ÑÑ","00F":"Ð¥Ó©Ñ ","EE82EE":"Ягаан","A9A9A9":"Dim Gray","FFA07A":"Light Salmon","FFA500":"Ð£Ð»Ð±Ð°Ñ ÑаÑ","FFFF00":"ШаÑ","00FF00":"Lime","AFEEEE":"Pale Turquoise","ADD8E6":"Light Blue","DDA0DD":"Plum","D3D3D3":"Ð¦Ð°Ð¹Ð²Ð°Ñ ÑааÑал","FFF0F5":"Lavender Blush","FAEBD7":"Antique White","FFFFE0":"Light Yellow","F0FFF0":"Honeydew","F0FFFF":"Azure","F0F8FF":"Alice Blue","E6E6FA":"Lavender","FFF":"Цагаан"},"more":"ÐÑмÑÐ»Ñ Ó©Ð½Ð³Ó©Ð½Ò¯Ò¯Ð´...","panelTitle":"Өнгөнүүд","textColorTitle":"ÐиÑвÑÑийн өнгө"},"colordialog":{"clear":"Clear","highlight":"Highlight","options":"Color Options","selected":"Selected Color","title":"Select color"},"templates":{"button":"ÐагваÑÑÑд","emptyListMsg":"(ÐÐ°Ð³Ð²Ð°Ñ ÑодоÑÑ Ð¾Ð¹Ð»Ð¾Ð³Ð´Ð¾Ð¾Ð³Ò¯Ð¹ байна)","insertOption":"Ðдоогийн агÑÑллагÑг даÑж биÑÐ¸Ñ ","options":"Template Options","selectPromptMsg":"ÐагваÑÑг нÑÑж editor-ÑÒ¯Ò¯ Ñонгож оÑÑÑлна ÑÑ<br />(Ðдоогийн агÑÑллагÑг ÑÑÑаж магадгүй):","title":"ÐагваÑÑн агÑÑлга"},"contextmenu":{"options":"Context Menu Options"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"ÐÓ©Ð²Ð»Ó©Ð»Ð´Ó©Ñ Ð³Ð°ÑÑиг","cssClassInputLabel":"Stylesheet клаÑÑÑÑд","edit":"Edit Div","inlineStyleInputLabel":"Inline Style","langDirLTRLabel":"Ðүүн ÑÐ°Ð»Ð°Ð°Ñ Ð±Ð°ÑÑÑн ÑиÑÑÑ (LTR)","langDirLabel":"Ð¥Ñлний ÑиглÑл","langDirRTLLabel":"ÐаÑÑÑн ÑÐ°Ð»Ð°Ð°Ñ Ð·Ò¯Ò¯Ð½ ÑиÑÑÑ (RTL)","languageCodeInputLabel":" Language Code","remove":"Remove Div","styleSelectLabel":"ÐагваÑ","title":"Div гÑдÑг Ñ ÑÑÑг бий Ð±Ð¾Ð»Ð³Ð¾Ñ ","toolbar":"Div гÑдÑг Ñ ÑÑÑг бий Ð±Ð¾Ð»Ð³Ð¾Ñ "},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"ХолбооÑÑÑд","insert":"ÐÑÑÑÐ»Ð°Ñ ","styles":"ÐагваÑÑÑд","colors":"Ðнгөнүүд","tools":"Ð¥ÑÑÑгÑлүүд"},"toolbars":"ÐолоÑÑÑÑлагÑийн Ñ ÑÑÑгÑлийн ÑамбаÑ"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"find":{"find":"Ð¥Ð°Ð¹Ñ ","findOptions":"Ð¥Ð°Ð¹Ñ ÑонголÑÑÑд","findWhat":"Ð¥Ð°Ð¹Ñ Ò¯Ð³/Ò¯ÑÑг:","matchCase":"ТÑнÑÑÑ Ñөлөв","matchCyclic":"Match cyclic","matchWord":"ТÑнÑÑÑ Ð±Ò¯ÑÑн үг","notFoundMsg":"ХайÑан биÑвÑÑийг олÑонгүй.","replace":"ÐÑлÑÑÐ»Ð°Ñ ","replaceAll":"Ðүгдийг Ð½Ñ ÑÐ¾Ð»Ð¸Ñ ","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"Ð¡Ð¾Ð»Ð¸Ñ Ò¯Ð³:","title":"Хайж оÑлÑÑÐ»Ð°Ñ "},"fakeobjects":{"anchor":"ÐангÑÑ","flash":"Flash Animation","hiddenfield":"ÐÑÑÑ ÑалбаÑ","iframe":"IFrame","unknown":"Unknown Object"},"flash":{"access":"Script Access","accessAlways":"ÐнÑлогÑÑд","accessNever":"Ð¥ÑзÑÑ Ñ Ò¯Ð³Ò¯Ð¹","accessSameDomain":"Ðайнга","alignAbsBottom":"Abs доод Ñалд","alignAbsMiddle":"Abs ÐÑнд Ñалд","alignBaseline":"Baseline","alignTextTop":"ТекÑÑ Ð´ÑÑÑ","bgcolor":"ÐÑвÑгÑÑ Ó©Ð½Ð³Ó©","chkFull":"Allow Fullscreen","chkLoop":"ÐавÑÐ°Ñ ","chkMenu":"Ð¤Ð»Ð°Ñ ÑÑÑ Ð¸Ð´Ð²ÑÑ Ð¶Ò¯Ò¯Ð»ÑÑ ","chkPlay":"ÐвÑомаÑÐ°Ð°Ñ ÑÐ¾Ð³Ð»Ð¾Ñ ","flashvars":"Variables for Flash","hSpace":"Хөндлөн зай","properties":"Ð¤Ð»Ð°Ñ Ñинж ÑанаÑ","propertiesTab":"Properties","quality":"Quality","qualityAutoHigh":"Auto High","qualityAutoLow":"Auto Low","qualityBest":"Best","qualityHigh":"High","qualityLow":"Low","qualityMedium":"Medium","scale":"Ó¨ÑгөгÑÐ³Ó©Ñ ","scaleAll":"Ðүгдийг Ñ Ð°ÑÑÑÐ»Ð°Ñ ","scaleFit":"Яг ÑааÑÑÑÐ»Ð°Ñ ","scaleNoBorder":"Ð¥Ò¯ÑÑÑгүй","title":"Ð¤Ð»Ð°Ñ Ñинж ÑанаÑ","vSpace":"ÐоÑоо зай","validateHSpace":"HSpace must be a number.","validateSrc":"Ðинк URL-ÑÑ ÑÓ©ÑÓ©Ð»Ð¶Ò¯Ò¯Ð»Ð½Ñ Ò¯Ò¯","validateVSpace":"VSpace must be a number.","windowMode":"Window mode","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Window"},"font":{"fontSize":{"label":"Ð¥ÑмжÑÑ","voiceLabel":"Ò®Ñгийн Ñ ÑмжÑÑ","panelTitle":"Ò®Ñгийн Ñ ÑмжÑÑ"},"label":"Ò®Ñгийн Ñ ÑлбÑÑ","panelTitle":"ҮгÑийн Ñ ÑлбÑÑийн нÑÑ","voiceLabel":"ҮгÑийн Ñ ÑлбÑÑ"},"forms":{"button":{"title":"ТовÑÐ½Ñ Ñинж ÑанаÑ","text":"ТÑкÑÑ (УÑга)","type":"ТөÑөл","typeBtn":"ТовÑ","typeSbm":"Submit","typeRst":"ÐÐ¾Ð»Ð¸Ñ "},"checkboxAndRadio":{"checkboxTitle":"ЧекбокÑÐ½Ñ Ñинж ÑанаÑ","radioTitle":"Радио ÑовÑÐ½Ñ Ñинж ÑанаÑ","value":"УÑга","selected":"СонгогдÑон"},"form":{"title":"ФоÑм Ñинж ÑанаÑ","menu":"ФоÑм Ñинж ÑанаÑ","action":"ҮйлдÑл","method":"ÐÑга","encoding":"Encoding"},"hidden":{"title":"ÐÑÑÑ ÑалбаÑÑн Ñинж ÑанаÑ","name":"ÐÑÑ","value":"УÑга"},"select":{"title":"Ð¡Ð¾Ð³Ð¾Ð³Ñ ÑалбаÑÑн Ñинж ÑанаÑ","selectInfo":"ÐÑдÑÑлÑл","opAvail":"ÐдвÑÑ ÑÑй ÑонголÑ","value":"УÑга","size":"Ð¥ÑмжÑÑ","lines":"ÐÓ©Ñ","chkMulti":"Ðлон зүйл зÑÑÑг ÑÐ¾Ð½Ð³Ð¾Ñ Ñг зөвÑÓ©Ó©ÑÓ©Ñ ","opText":"ТÑкÑÑ","opValue":"УÑга","btnAdd":"ÐÑмÑÑ ","btnModify":"Ó¨Ó©ÑÑÐ»Ó©Ñ ","btnUp":"ÐÑÑÑ","btnDown":"ÐооÑ","btnSetValue":"СонгогдÑан ÑÑга Ð¾Ð½Ð¾Ð¾Ñ ","btnDelete":"УÑÑÐ³Ð°Ñ "},"textarea":{"title":"ТекÑÑ Ð¾ÑÑÐ½Ñ Ñинж ÑанаÑ","cols":"Ðагана","rows":"ÐÓ©Ñ"},"textfield":{"title":"ТекÑÑ ÑалбаÑÑн Ñинж ÑанаÑ","name":"ÐÑÑ","value":"УÑга","charWidth":"ТÑмдÑгÑÑн Ó©Ñгөн","maxChars":"Хамгийн Ð¸Ñ ÑÑмдÑгÑ","type":"ТөÑөл","typeText":"ТекÑÑ","typePass":"ÐÑÑÑ Ò¯Ð³","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"ÑÐ°Ñ Ð¸Ð¼ Ñ ÑÑдаÑÐ½Ñ Ñ Ð°Ñг (URL)"}},"format":{"label":"ÐаÑаÑгаÑÑн загваÑ","panelTitle":"ÐаÑаÑгаÑÑн загваÑ","tag_address":"ХаÑг","tag_div":"Paragraph (DIV)","tag_h1":"ÐаÑÑиг 1","tag_h2":"ÐаÑÑиг 2","tag_h3":"ÐаÑÑиг 3","tag_h4":"ÐаÑÑиг 4","tag_h5":"ÐаÑÑиг 5","tag_h6":"ÐаÑÑиг 6","tag_p":"Ð¥Ñвийн","tag_pre":"Formatted"},"horizontalrule":{"toolbar":"Хөндлөн зÑÑÐ°Ð°Ñ Ð¾ÑÑÑÐ»Ð°Ñ "},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"image":{"alertUrl":"ÐÑÑÐ°Ð³Ð½Ñ URL-Ñн ÑÓ©Ñлийн Ñонгоно ÑÑ","alt":"ÐÑÑгийг оÑÐ»Ð¾Ñ Ð±Ð¸ÑвÑÑ","border":"Ð¥Ò¯ÑÑÑ","btnUpload":"Үүнийг ÑеÑвÑÑÑÒ¯Ò¯ илгÑÑ","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"Хөндлөн зай","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"ÐÑÑÐ°Ð³Ð½Ñ Ð¼ÑдÑÑлÑл","linkTab":"ХолбооÑ","lockRatio":"Радио ÑÒ¯Ð³Ð¶Ð¸Ñ ","menu":"ÐÑÑаг","resetSize":"Ñ ÑмжÑÑ Ð´Ð°Ñ Ð¸Ð½ Ð¾Ð½Ð¾Ð¾Ñ ","title":"ÐÑÑаг","titleButton":"ÐÑÑган ÑовÑÐ½Ñ Ñинж ÑанаÑ","upload":"Ð¥ÑÑÐ»Ð°Ñ ","urlMissing":"ÐÑÑгийн ÑÑ ÑÑÑвалжийн Ñ Ð°Ñг (URL) Ð±Ð°Ð¹Ñ Ð³Ò¯Ð¹ байна.","vSpace":"ÐоÑоо зай","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"indent":{"indent":"Ðогол Ð¼Ó©Ñ Ñ Ð°ÑÐ°Ñ ","outdent":"Ðогол Ð¼Ó©Ñ Ð½ÑмÑÑ "},"smiley":{"options":"Smiley Options","title":"ТодоÑÑ Ð¾Ð¹Ð»Ð¾Ð»Ñ Ð¾ÑÑÑÐ»Ð°Ñ ","toolbar":"ТодоÑÑ Ð¾Ð¹Ð»Ð¾Ð»Ñ"},"justify":{"block":"ТÑгÑлÑÑ ","center":"ÐоллÑÑÐ»Ð°Ñ ","left":"Ðүүн Ñалд ÑÑÐ»Ð³Ð°Ñ ","right":"ÐаÑÑÑн Ñалд ÑÑÐ»Ð³Ð°Ñ "},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Ð¥Ð¾Ð»Ð±Ð¾Ñ ÑÒ¯Ð»Ñ Ò¯Ò¯Ñ","advanced":"ÐÑмÑлÑ","advisoryContentType":"ÐÓ©Ð²Ð»Ó©Ð»Ð´Ó©Ñ ÑÓ©Ñлийн агÑÑлга","advisoryTitle":"ÐÓ©Ð²Ð»Ó©Ð»Ð´Ó©Ñ Ð³Ð°ÑÑиг","anchor":{"toolbar":"ÐангÑÑ","menu":"ÐангÑÑг болоÑÑÑÑÐ»Ð°Ñ ","title":"ÐангÑÑгийн Ñинж ÑанаÑ","name":"ÐангÑÑгийн нÑÑ","errorName":"ÐангÑÑгийн нÑÑийг оÑÑÑлна ÑÑ","remove":"ÐангÑÑг ÑÑÑÐ³Ð°Ñ "},"anchorId":"ÐлемÑнÑйн Id нÑÑÑÑÑ","anchorName":"ÐангÑÑгийн нÑÑÑÑÑ","charset":"ТÑмдÑÐ³Ñ Ð¾Ð½Ð¾Ð¾Ñ Ð½Ó©Ó©Ñөд Ñ Ð¾Ð»Ð±Ð¾Ð³Ð´Ñон","cssClasses":"Stylesheet клаÑÑÑÑд","emailAddress":"Ð-ÑÑÑдангийн Ñ Ð°Ñг","emailBody":"ÐÑÑваÑÐ½Ñ Ð¸Ñ Ð±Ð¸Ðµ","emailSubject":"ÐÑÑваÑÐ½Ñ Ð³Ð°ÑÑиг","id":"Id","info":"ХолбооÑÑн ÑÑÑ Ð°Ð¹ мÑдÑÑлÑл","langCode":"Ð¥Ñлний код","langDir":"Ð¥Ñлний ÑиглÑл","langDirLTR":"ÐүүнÑÑÑ Ð±Ð°ÑÑÑн (LTR)","langDirRTL":"ÐаÑÑÑÐ½Ð°Ð°Ñ Ð·Ò¯Ò¯Ð½ (RTL)","menu":"Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ Ð·Ð°ÑваÑÐ»Ð°Ñ ","name":"ÐÑÑ","noAnchors":"(ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñиг зангÑÑгүй байна)","noEmail":"Ð-ÑÑÑдангий Ñ Ð°Ñгаа ÑÐ¸Ð²Ð½Ñ Ò¯Ò¯","noUrl":"ХолбооÑÐ½Ñ URL Ñ Ð°Ñгийг ÑÐ¸Ð²Ð½Ñ Ò¯Ò¯","other":"<other>","popupDependent":"ХамааÑай (Netscape)","popupFeatures":"Popup ÑÐ¾Ð½Ñ Ð½Ñ Ð¾Ð½Ñлог","popupFullScreen":"Ð¦Ð¾Ð½Ñ Ð´Ò¯Ò¯ÑгÑÑ (Internet Explorer)","popupLeft":"Ðүүн байÑлал","popupLocationBar":"Location Ñ ÑÑÑг","popupMenuBar":"ЦÑÑний ÑамбаÑ","popupResizable":"Resizable","popupScrollBars":"СкÑол Ñ ÑÑÑгүүд","popupStatusBar":"СÑаÑÑÑ Ñ ÑÑÑг","popupToolbar":"ÐÐ°Ð³Ð°Ð¶Ð½Ñ ÑамбаÑ","popupTop":"ÐÑÑд байÑлал","rel":"Relationship","selectAnchor":"ÐÑг зангÑÑг Ñонгоно ÑÑ","styles":"ÐагваÑ","tabIndex":"Tab индекÑ","target":"ÐайÑлал","targetFrame":"<ÐгÑÑÐ»Ð°Ñ Ñ Ò¯ÑÑÑ>","targetFrameName":"ÐÑÐ¸Ñ ÑÑемÑн нÑÑ","targetPopup":"<popup ÑÐ¾Ð½Ñ >","targetPopupName":"Popup ÑÐ¾Ð½Ñ Ð½Ñ Ð½ÑÑ","title":"ХолбооÑ","toAnchor":"ÐÐ½Ñ Ð±Ð¸ÑвÑÑ Ð´ÑÑ Ð·Ð°Ð½Ð³ÑÑ ÑÑÑ Ð¾ÑÐ¸Ñ Ñ Ð¾Ð»Ð±Ð¾Ð¾Ñ","toEmail":"Ð-Ð·Ð°Ñ Ð¸Ð°","toUrl":"ÑÐ°Ñ Ð¸Ð¼ Ñ ÑÑдаÑÐ½Ñ Ñ Ð°Ñг (URL)","toolbar":"ХолбооÑ","type":"Ðинкийн ÑÓ©Ñөл","unlink":"Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ Ð°Ð²Ñ Ñ Ð°ÑÑ ","upload":"Ð¥ÑÑÐ»Ð°Ñ "},"list":{"bulletedlist":"ЦÑгÑÑй жагÑаалÑ","numberedlist":"ÐÑгааÑлагдÑан жагÑаалÑ"},"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":"ТөÑөл","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":"ÐÑлгÑÑ Ð´Ò¯Ò¯ÑгÑÑ ","minimize":"Ð¦Ð¾Ð½Ñ Ñг багÑгаж Ñ Ð°ÑÑÑÐ»Ð°Ñ "},"newpage":{"toolbar":"Ð¨Ð¸Ð½Ñ Ñ ÑÑдаÑ"},"pagebreak":{"alt":"Page Break","toolbar":"Ð¥ÑÑÐ´Ð°Ñ ÑÑÑгааÑÐ»Ð°Ð³Ñ Ð¾ÑÑÑÐ»Ð°Ñ "},"pastetext":{"button":"Ðнгийн биÑвÑÑÑÑÑ Ð±ÑÑÐ»Ð³Ð°Ñ ","title":"Ðнгийн биÑвÑÑÑÑÑ Ð±ÑÑÐ»Ð³Ð°Ñ "},"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":"Word-Ð¾Ð¾Ñ Ð±ÑÑÐ»Ð³Ð°Ñ ","toolbar":"Word-Ð¾Ð¾Ñ Ð±ÑÑÐ»Ð³Ð°Ñ "},"preview":{"preview":"УÑидÑлан Ñ Ð°ÑÐ°Ñ "},"print":{"toolbar":"Ð¥ÑвлÑÑ "},"removeformat":{"toolbar":"ÐаÑаÑгаÑÑн загваÑÑг Ð°Ð²Ñ Ñ Ð°ÑÑ "},"save":{"toolbar":"Ð¥Ð°Ð´Ð³Ð°Ð»Ð°Ñ "},"selectall":{"toolbar":"Ðүгдийг Ð½Ñ ÑÐ¾Ð½Ð³Ð¾Ñ "},"showblocks":{"toolbar":"ХавÑангÑÑдÑг Ñ Ð°ÑÑÑÐ»Ð°Ñ "},"sourcearea":{"toolbar":"Ðод"},"specialchar":{"options":"Special Character Options","title":"ÐнÑгой ÑÑмдÑÐ³Ñ ÑÐ¾Ð½Ð³Ð¾Ñ ","toolbar":"ÐнÑгой ÑÑмдÑÐ³Ñ Ð¾ÑÑÑÐ»Ð°Ñ "},"scayt":{"about":"About SCAYT","aboutTab":"About","addWord":"Add Word","allCaps":"Ignore All-Caps Words","dic_create":"Ðий Ð±Ð¾Ð»Ð³Ð¾Ñ ","dic_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":"ÐÑÑийг ÑÐ¾Ð»Ð¸Ñ ","dic_restore":"Restore","dictionariesTab":"Ð¢Ð¾Ð»Ñ Ð±Ð¸Ñгүүд","disable":"Disable SCAYT","emptyDic":"Dictionary name should not be empty.","enable":"Enable SCAYT","ignore":"Ignore","ignoreAll":"Ignore All","ignoreDomainNames":"Ignore Domain Names","langs":"Ð¥Ñлүүд","languagesTab":"Ð¥Ñлүүд","mixedCase":"Ignore Words with Mixed Case","mixedWithDigits":"Ignore Words with Numbers","moreSuggestions":"More suggestions","opera_title":"Not supported by Opera","options":"СонголÑ","optionsTab":"СонголÑ","title":"Spell Check As You Type","toggle":"Toggle SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"ÐагваÑ","panelTitle":"ÐÐ°Ð³Ð²Ð°Ñ Ñ ÑлбÑÑжүүлÑÑ ","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"table":{"border":"Ð¥Ò¯ÑÑÑний Ñ ÑмжÑÑ","caption":"ТайлбаÑ","cell":{"menu":"ÐÒ¯Ñ /зай","insertBefore":"ÐÒ¯Ñ /зай өмнө Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ","insertAfter":"ÐÒ¯Ñ /зай даÑаа Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ","deleteCell":"ÐÒ¯Ñ ÑÑÑÐ³Ð°Ñ ","merge":"ÐÒ¯Ñ Ð½ÑгÑÑÑ ","mergeRight":"ÐаÑÑÑн ÑÐ¸Ð¹Ñ Ð½ÑгÑгÑÑ ","mergeDown":"ÐÐ¾Ð¾Ñ Ð½ÑгÑгÑÑ ","splitHorizontal":"ÐÒ¯Ñ /зайг боÑÐ¾Ð¾Ð³Ð¾Ð¾Ñ Ð½Ñ ÑÑÑгааÑÐ»Ð°Ñ ","splitVertical":"ÐÒ¯Ñ /зайг Ñ Ó©Ð½Ð´Ð»Ó©Ð½Ð³Ó©Ó©Ñ Ð½Ñ ÑÑÑгааÑÐ»Ð°Ñ ","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Ð¥ÑвÑÑÑд ÑÑгÑлÑÑ Ð°Ñга","vAlign":"ÐоÑоод ÑÑгÑлÑÑ Ð°Ñга","alignBaseline":"Baseline","bgColor":"ÐÑвÑгÑÑ Ó©Ð½Ð³Ó©","borderColor":"Ð¥Ò¯ÑÑÑний өнгө","data":"Data","header":"Header","yes":"Тийм","no":"Үгүй","invalidWidth":"Ðүдний Ó©Ñгөн Ð½Ñ Ñоо Ð±Ð°Ð¹Ñ ÑÑÑой.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Ð¡Ð¾Ð½Ð³Ð¾Ñ "},"cellPad":"ÐÒ¯Ñ Ð´Ð¾ÑоÑÐ»Ð¾Ñ (padding)","cellSpace":"ÐÒ¯Ñ Ñ Ð¾Ð¾ÑондÑн зай (spacing)","column":{"menu":"Ðагана","insertBefore":"Ðагана өмнө Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ","insertAfter":"Ðагана даÑаа Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ","deleteColumn":"Ðагана ÑÑÑÐ³Ð°Ñ "},"columns":"Ðагана","deleteTable":"Ð¥Ò¯ÑнÑÐ³Ñ ÑÑÑÐ³Ð°Ñ ","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":"Ð¥Ò¯ÑнÑгÑийн Ó©Ñгөн Ð½Ñ Ñоо Ð±Ð°Ð¹Ñ ÑÑÑой.","menu":"Ð¥Ò¯ÑнÑгÑ","row":{"menu":"ÐÓ©Ñ","insertBefore":"ÐÓ©Ñ Ó©Ð¼Ð½Ó© Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ","insertAfter":"ÐÓ©Ñ Ð´Ð°Ñаа Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ","deleteRow":"ÐÓ©Ñ ÑÑÑÐ³Ð°Ñ "},"rows":"ÐÓ©Ñ","summary":"ТайлбаÑ","title":"Ð¥Ò¯ÑнÑгÑ","toolbar":"Ð¥Ò¯ÑнÑгÑ","widthPc":"Ñ ÑвÑ","widthPx":"ÑÑг","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":"Sorry, but service is unavailable now.","notInDic":"Ð¢Ð¾Ð»Ñ Ð±Ð¸Ñиггүй","oneChange":"ÐÒ¯ÑÑм Ñалгаад дÑÑÑÑан: 1 үг Ó©Ó©ÑÑлөгдÑөн","progress":"ÐÒ¯ÑÑм Ñалгаж байгаа үйл ÑвÑ...","title":"Spell Check","toolbar":"Үгийн дүÑÑÑ ÑÐ°Ð»Ð³Ð°Ñ "}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/ms.js b/skins/ckeditor/lang/ms.js index e23e747..7b8ee6f 100644 --- a/skins/ckeditor/lang/ms.js +++ b/skins/ckeditor/lang/ms.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.ms={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Sumber',newPage:'Helaian Baru',save:'Simpan',preview:'Prebiu',cut:'Potong',copy:'Salin',paste:'Tampal',print:'Cetak',underline:'Underline',bold:'Bold',italic:'Italic',selectAll:'Pilih Semua',removeFormat:'Buang Format',strike:'Strike Through',subscript:'Subscript',superscript:'Superscript',horizontalrule:'Masukkan Garisan Membujur',pagebreak:'Insert Page Break for Printing',pagebreakAlt:'Page Break',unlink:'Buang Sambungan',undo:'Batalkan',redo:'Ulangkan',common:{browseServer:'Browse Server',url:'URL',protocol:'Protokol',upload:'Muat Naik',uploadSubmit:'Hantar ke Server',image:'Gambar',flash:'Flash',form:'Borang',checkbox:'Checkbox',radio:'Butang Radio',textField:'Text Field',textarea:'Textarea',hiddenField:'Field Tersembunyi',button:'Butang',select:'Field Pilihan',imageButton:'Butang Bergambar',notSet:'<tidak di set>',id:'Id',name:'Nama',langDir:'Arah Tulisan',langDirLtr:'Kiri ke Kanan (LTR)',langDirRtl:'Kanan ke Kiri (RTL)',langCode:'Kod Bahasa',longDescr:'Butiran Panjang URL',cssClass:'Kelas-kelas Stylesheet',advisoryTitle:'Tajuk Makluman',cssStyle:'Stail',ok:'OK',cancel:'Batal',close:'Close',preview:'Preview',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'Lebar',height:'Tinggi',align:'Jajaran',alignLeft:'Kiri',alignRight:'Kanan',alignCenter:'Tengah',alignTop:'Atas',alignMiddle:'Pertengahan',alignBottom:'Bawah',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Masukkan Huruf Istimewa',title:'Sila pilih huruf istimewa',options:'Special Character Options'},link:{toolbar:'Masukkan/Sunting Sambungan',other:'<lain>',menu:'Sunting Sambungan',title:'Sambungan',info:'Butiran Sambungan',target:'Sasaran',upload:'Muat Naik',advanced:'Advanced',type:'Jenis Sambungan',toUrl:'URL',toAnchor:'Pautan dalam muka surat ini',toEmail:'E-Mail',targetFrame:'<bingkai>',targetPopup:'<tetingkap popup>',targetFrameName:'Nama Bingkai Sasaran',targetPopupName:'Nama Tetingkap Popup',popupFeatures:'Ciri Tetingkap Popup',popupResizable:'Resizable',popupStatusBar:'Bar Status',popupLocationBar:'Bar Lokasi',popupToolbar:'Toolbar',popupMenuBar:'Bar Menu',popupFullScreen:'Skrin Penuh (IE)',popupScrollBars:'Bar-bar skrol',popupDependent:'Bergantungan (Netscape)',popupLeft:'Posisi Kiri',popupTop:'Posisi Atas',id:'Id',langDir:'Arah Tulisan',langDirLTR:'Kiri ke Kanan (LTR)',langDirRTL:'Kanan ke Kiri (RTL)',acccessKey:'Kunci Akses',name:'Nama',langCode:'Arah Tulisan',tabIndex:'Indeks Tab ',advisoryTitle:'Tajuk Makluman',advisoryContentType:'Jenis Kandungan Makluman',cssClasses:'Kelas-kelas Stylesheet',charset:'Linked Resource Charset',styles:'Stail',rel:'Relationship',selectAnchor:'Sila pilih pautan',anchorName:'dengan menggunakan nama pautan',anchorId:'dengan menggunakan ID elemen',emailAddress:'Alamat E-Mail',emailSubject:'Subjek Mesej',emailBody:'Isi Kandungan Mesej',noAnchors:'(Tiada pautan terdapat dalam dokumen ini)',noUrl:'Sila taip sambungan URL',noEmail:'Sila taip alamat e-mail'},anchor:{toolbar:'Masukkan/Sunting Pautan',menu:'Ciri-ciri Pautan',title:'Ciri-ciri Pautan',name:'Nama Pautan',errorName:'Sila taip nama pautan',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'Cari',replace:'Ganti',findWhat:'Perkataan yang dicari:',replaceWith:'Diganti dengan:',notFoundMsg:'Text yang dicari tidak dijumpai.',matchCase:'Padanan case huruf',matchWord:'Padana Keseluruhan perkataan',matchCyclic:'Match cyclic',replaceAll:'Ganti semua',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Jadual',title:'Ciri-ciri Jadual',menu:'Ciri-ciri Jadual',deleteTable:'Delete Table',rows:'Barisan',columns:'Jaluran',border:'Saiz Border',widthPx:'piksel-piksel',widthPc:'peratus',widthUnit:'width unit',cellSpace:'Ruangan Antara Sel',cellPad:'Tambahan Ruang Sel',caption:'Keterangan',summary:'Summary',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'Cell',insertBefore:'Insert Cell Before',insertAfter:'Insert Cell After',deleteCell:'Buangkan Sel-sel',merge:'Cantumkan Sel-sel',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'},row:{menu:'Row',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'Buangkan Baris'},column:{menu:'Column',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'Buangkan Lajur'}},button:{title:'Ciri-ciri Butang',text:'Teks (Nilai)',type:'Jenis',typeBtn:'Button',typeSbm:'Submit',typeRst:'Reset'},checkboxAndRadio:{checkboxTitle:'Ciri-ciri Checkbox',radioTitle:'Ciri-ciri Butang Radio',value:'Nilai',selected:'Dipilih'},form:{title:'Ciri-ciri Borang',menu:'Ciri-ciri Borang',action:'Tindakan borang',method:'Cara borang dihantar',encoding:'Encoding'},select:{title:'Ciri-ciri Selection Field',selectInfo:'Select Info',opAvail:'Pilihan sediada',value:'Nilai',size:'Saiz',lines:'garisan',chkMulti:'Benarkan pilihan pelbagai',opText:'Teks',opValue:'Nilai',btnAdd:'Tambah Pilihan',btnModify:'Ubah Pilihan',btnUp:'Naik ke atas',btnDown:'Turun ke bawah',btnSetValue:'Set sebagai nilai terpilih',btnDelete:'Padam'},textarea:{title:'Ciri-ciri Textarea',cols:'Lajur',rows:'Baris'},textfield:{title:'Ciri-ciri Text Field',name:'Nama',value:'Nilai',charWidth:'Lebar isian',maxChars:'Isian Maksimum',type:'Jenis',typeText:'Teks',typePass:'Kata Laluan'},hidden:{title:'Ciri-ciri Field Tersembunyi',name:'Nama',value:'Nilai'},image:{title:'Ciri-ciri Imej',titleButton:'Ciri-ciri Butang Bergambar',menu:'Ciri-ciri Imej',infoTab:'Info Imej',btnUpload:'Hantar ke Server',upload:'Muat Naik',alt:'Text Alternatif',lockRatio:'Tetapkan Nisbah',resetSize:'Saiz Set Semula',border:'Border',hSpace:'Ruang Melintang',vSpace:'Ruang Menegak',alertUrl:'Sila taip URL untuk fail gambar',linkTab:'Sambungan',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Flash Properties',propertiesTab:'Properties',title:'Flash Properties',chkPlay:'Auto Play',chkLoop:'Loop',chkMenu:'Enable Flash Menu',chkFull:'Allow Fullscreen',scale:'Scale',scaleAll:'Show all',scaleNoBorder:'No Border',scaleFit:'Exact Fit',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Bawah Mutlak',alignAbsMiddle:'Pertengahan Mutlak',alignBaseline:'Garis Dasar',alignTextTop:'Atas Text',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Warna Latarbelakang',hSpace:'Ruang Melintang',vSpace:'Ruang Menegak',validateSrc:'Sila taip sambungan URL',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Semak Ejaan',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Tidak terdapat didalam kamus',changeTo:'Tukarkan kepada',btnIgnore:'Biar',btnIgnoreAll:'Biarkan semua',btnReplace:'Ganti',btnReplaceAll:'Gantikan Semua',btnUndo:'Batalkan',noSuggestions:'- Tiada cadangan -',progress:'Pemeriksaan ejaan sedang diproses...',noMispell:'Pemeriksaan ejaan siap: Tiada salah ejaan',noChanges:'Pemeriksaan ejaan siap: Tiada perkataan diubah',oneChange:'Pemeriksaan ejaan siap: Satu perkataan telah diubah',manyChanges:'Pemeriksaan ejaan siap: %1 perkataan diubah',ieSpellDownload:'Pemeriksa ejaan tidak dipasang. Adakah anda mahu muat turun sekarang?'},smiley:{toolbar:'Smiley',title:'Masukkan Smiley',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Senarai bernombor',bulletedlist:'Senarai tidak bernombor',indent:'Tambahkan Inden',outdent:'Kurangkan Inden',justify:{left:'Jajaran Kiri',center:'Jajaran Tengah',right:'Jajaran Kanan',block:'Jajaran Blok'},blockquote:'Block Quote',clipboard:{title:'Tampal',cutError:'Keselamatan perisian browser anda tidak membenarkan operasi suntingan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+X).',copyError:'Keselamatan perisian browser anda tidak membenarkan operasi salinan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+C).',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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Tampal dari Word',title:'Tampal dari Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Tampal sebagai text biasa',title:'Tampal sebagai text biasa'},templates:{button:'Templat',title:'Templat Kandungan',options:'Template Options',insertOption:'Replace actual contents',selectPromptMsg:'Sila pilih templat untuk dibuka oleh editor<br>(kandungan sebenar akan hilang):',emptyListMsg:'(Tiada Templat Disimpan)'},showBlocks:'Show Blocks',stylesCombo:{label:'Stail',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Format',panelTitle:'Format',tag_p:'Normal',tag_pre:'Telah Diformat',tag_address:'Alamat',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_div:'Perenggan (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Font',voiceLabel:'Font',panelTitle:'Font'},fontSize:{label:'Saiz',voiceLabel:'Font Size',panelTitle:'Saiz'},colorButton:{textColorTitle:'Warna Text',bgColorTitle:'Warna Latarbelakang',panelTitle:'Colors',auto:'Otomatik',more:'Warna lain-lain...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Ciri-ciri dokumen',title:'Ciri-ciri dokumen',design:'Design',meta:'Data Meta',chooseColor:'Choose',other:'<lain>',docTitle:'Tajuk Muka Surat',charset:'Enkod Set Huruf',charsetOther:'Enkod Set Huruf yang Lain',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'Jenis Kepala Dokumen',docTypeOther:'Jenis Kepala Dokumen yang Lain',xhtmlDec:'Masukkan pemula kod XHTML',bgColor:'Warna Latarbelakang',bgImage:'URL Gambar Latarbelakang',bgFixed:'Imej Latarbelakang tanpa Skrol',txtColor:'Warna Text',margin:'Margin Muka Surat',marginTop:'Atas',marginLeft:'Kiri',marginRight:'Kanan',marginBottom:'Bawah',metaKeywords:'Kata Kunci Indeks Dokumen (dipisahkan oleh koma)',metaDescription:'Keterangan Dokumen',metaAuthor:'Penulis',metaCopyright:'Hakcipta',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['ms']={"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Browse Server","url":"URL","protocol":"Protokol","upload":"Muat Naik","uploadSubmit":"Hantar ke Server","image":"Gambar","flash":"Flash","form":"Borang","checkbox":"Checkbox","radio":"Butang Radio","textField":"Text Field","textarea":"Textarea","hiddenField":"Field Tersembunyi","button":"Butang","select":"Field Pilihan","imageButton":"Butang Bergambar","notSet":"<tidak di set>","id":"Id","name":"Nama","langDir":"Arah Tulisan","langDirLtr":"Kiri ke Kanan (LTR)","langDirRtl":"Kanan ke Kiri (RTL)","langCode":"Kod Bahasa","longDescr":"Butiran Panjang URL","cssClass":"Kelas-kelas Stylesheet","advisoryTitle":"Tajuk Makluman","cssStyle":"Stail","ok":"OK","cancel":"Batal","close":"Close","preview":"Prebiu","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":"Sasaran","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Kiri ke Kanan (LTR)","langDirRTL":"Kanan ke Kiri (RTL)","styles":"Stail","cssClasses":"Kelas-kelas Stylesheet","width":"Lebar","height":"Tinggi","align":"Jajaran","alignLeft":"Kiri","alignRight":"Kanan","alignCenter":"Tengah","alignTop":"Atas","alignMiddle":"Pertengahan","alignBottom":"Bawah","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"},"bidi":{"ltr":"Text direction from left to right","rtl":"Text direction from right to left"},"blockquote":{"toolbar":"Block Quote"},"clipboard":{"copy":"Salin","copyError":"Keselamatan perisian browser anda tidak membenarkan operasi salinan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+C).","cut":"Potong","cutError":"Keselamatan perisian browser anda tidak membenarkan operasi suntingan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+X).","paste":"Tampal","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":"Tampal"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Otomatik","bgColorTitle":"Warna Latarbelakang","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":"Warna lain-lain...","panelTitle":"Colors","textColorTitle":"Warna Text"},"colordialog":{"clear":"Clear","highlight":"Highlight","options":"Color Options","selected":"Selected Color","title":"Select color"},"templates":{"button":"Templat","emptyListMsg":"(Tiada Templat Disimpan)","insertOption":"Replace actual contents","options":"Template Options","selectPromptMsg":"Sila pilih templat untuk dibuka oleh editor<br>(kandungan sebenar akan hilang):","title":"Templat Kandungan"},"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"},"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"},"find":{"find":"Cari","findOptions":"Find Options","findWhat":"Perkataan yang dicari:","matchCase":"Padanan case huruf","matchCyclic":"Match cyclic","matchWord":"Padana Keseluruhan perkataan","notFoundMsg":"Text yang dicari tidak dijumpai.","replace":"Ganti","replaceAll":"Ganti semua","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"Diganti dengan:","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":"Bawah Mutlak","alignAbsMiddle":"Pertengahan Mutlak","alignBaseline":"Garis Dasar","alignTextTop":"Atas Text","bgcolor":"Warna Latarbelakang","chkFull":"Allow Fullscreen","chkLoop":"Loop","chkMenu":"Enable Flash Menu","chkPlay":"Auto Play","flashvars":"Variables for Flash","hSpace":"Ruang Melintang","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":"Ruang Menegak","validateHSpace":"HSpace must be a number.","validateSrc":"Sila taip sambungan URL","validateVSpace":"VSpace must be a number.","windowMode":"Window mode","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Window"},"font":{"fontSize":{"label":"Saiz","voiceLabel":"Font Size","panelTitle":"Saiz"},"label":"Font","panelTitle":"Font","voiceLabel":"Font"},"forms":{"button":{"title":"Ciri-ciri Butang","text":"Teks (Nilai)","type":"Jenis","typeBtn":"Button","typeSbm":"Submit","typeRst":"Reset"},"checkboxAndRadio":{"checkboxTitle":"Ciri-ciri Checkbox","radioTitle":"Ciri-ciri Butang Radio","value":"Nilai","selected":"Dipilih"},"form":{"title":"Ciri-ciri Borang","menu":"Ciri-ciri Borang","action":"Tindakan borang","method":"Cara borang dihantar","encoding":"Encoding"},"hidden":{"title":"Ciri-ciri Field Tersembunyi","name":"Nama","value":"Nilai"},"select":{"title":"Ciri-ciri Selection Field","selectInfo":"Select Info","opAvail":"Pilihan sediada","value":"Nilai","size":"Saiz","lines":"garisan","chkMulti":"Benarkan pilihan pelbagai","opText":"Teks","opValue":"Nilai","btnAdd":"Tambah Pilihan","btnModify":"Ubah Pilihan","btnUp":"Naik ke atas","btnDown":"Turun ke bawah","btnSetValue":"Set sebagai nilai terpilih","btnDelete":"Padam"},"textarea":{"title":"Ciri-ciri Textarea","cols":"Lajur","rows":"Baris"},"textfield":{"title":"Ciri-ciri Text Field","name":"Nama","value":"Nilai","charWidth":"Lebar isian","maxChars":"Isian Maksimum","type":"Jenis","typeText":"Teks","typePass":"Kata Laluan","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"format":{"label":"Format","panelTitle":"Format","tag_address":"Alamat","tag_div":"Perenggan (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":"Telah Diformat"},"horizontalrule":{"toolbar":"Masukkan Garisan Membujur"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"image":{"alertUrl":"Sila taip URL untuk fail gambar","alt":"Text Alternatif","border":"Border","btnUpload":"Hantar ke Server","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"Ruang Melintang","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"Info Imej","linkTab":"Sambungan","lockRatio":"Tetapkan Nisbah","menu":"Ciri-ciri Imej","resetSize":"Saiz Set Semula","title":"Ciri-ciri Imej","titleButton":"Ciri-ciri Butang Bergambar","upload":"Muat Naik","urlMissing":"Image source URL is missing.","vSpace":"Ruang Menegak","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"indent":{"indent":"Tambahkan Inden","outdent":"Kurangkan Inden"},"smiley":{"options":"Smiley Options","title":"Masukkan Smiley","toolbar":"Smiley"},"justify":{"block":"Jajaran Blok","center":"Jajaran Tengah","left":"Jajaran Kiri","right":"Jajaran Kanan"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Kunci Akses","advanced":"Advanced","advisoryContentType":"Jenis Kandungan Makluman","advisoryTitle":"Tajuk Makluman","anchor":{"toolbar":"Masukkan/Sunting Pautan","menu":"Ciri-ciri Pautan","title":"Ciri-ciri Pautan","name":"Nama Pautan","errorName":"Sila taip nama pautan","remove":"Remove Anchor"},"anchorId":"dengan menggunakan ID elemen","anchorName":"dengan menggunakan nama pautan","charset":"Linked Resource Charset","cssClasses":"Kelas-kelas Stylesheet","emailAddress":"Alamat E-Mail","emailBody":"Isi Kandungan Mesej","emailSubject":"Subjek Mesej","id":"Id","info":"Butiran Sambungan","langCode":"Arah Tulisan","langDir":"Arah Tulisan","langDirLTR":"Kiri ke Kanan (LTR)","langDirRTL":"Kanan ke Kiri (RTL)","menu":"Sunting Sambungan","name":"Nama","noAnchors":"(Tiada pautan terdapat dalam dokumen ini)","noEmail":"Sila taip alamat e-mail","noUrl":"Sila taip sambungan URL","other":"<lain>","popupDependent":"Bergantungan (Netscape)","popupFeatures":"Ciri Tetingkap Popup","popupFullScreen":"Skrin Penuh (IE)","popupLeft":"Posisi Kiri","popupLocationBar":"Bar Lokasi","popupMenuBar":"Bar Menu","popupResizable":"Resizable","popupScrollBars":"Bar-bar skrol","popupStatusBar":"Bar Status","popupToolbar":"Toolbar","popupTop":"Posisi Atas","rel":"Relationship","selectAnchor":"Sila pilih pautan","styles":"Stail","tabIndex":"Indeks Tab ","target":"Sasaran","targetFrame":"<bingkai>","targetFrameName":"Nama Bingkai Sasaran","targetPopup":"<tetingkap popup>","targetPopupName":"Nama Tetingkap Popup","title":"Sambungan","toAnchor":"Pautan dalam muka surat ini","toEmail":"E-Mail","toUrl":"URL","toolbar":"Masukkan/Sunting Sambungan","type":"Jenis Sambungan","unlink":"Buang Sambungan","upload":"Muat Naik"},"list":{"bulletedlist":"Senarai tidak bernombor","numberedlist":"Senarai bernombor"},"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":"Helaian Baru"},"pagebreak":{"alt":"Page Break","toolbar":"Insert Page Break for Printing"},"pastetext":{"button":"Tampal sebagai text biasa","title":"Tampal sebagai text biasa"},"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":"Tampal dari Word","toolbar":"Tampal dari Word"},"preview":{"preview":"Prebiu"},"print":{"toolbar":"Cetak"},"removeformat":{"toolbar":"Buang Format"},"save":{"toolbar":"Simpan"},"selectall":{"toolbar":"Pilih Semua"},"showblocks":{"toolbar":"Show Blocks"},"sourcearea":{"toolbar":"Sumber"},"specialchar":{"options":"Special Character Options","title":"Sila pilih huruf istimewa","toolbar":"Masukkan Huruf Istimewa"},"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":"Stail","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"table":{"border":"Saiz Border","caption":"Keterangan","cell":{"menu":"Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"Buangkan Sel-sel","merge":"Cantumkan Sel-sel","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":"Tambahan Ruang Sel","cellSpace":"Ruangan Antara Sel","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"Buangkan Lajur"},"columns":"Jaluran","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":"Ciri-ciri Jadual","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"Buangkan Baris"},"rows":"Barisan","summary":"Summary","title":"Ciri-ciri Jadual","toolbar":"Jadual","widthPc":"peratus","widthPx":"piksel-piksel","widthUnit":"width unit"},"undo":{"redo":"Ulangkan","undo":"Batalkan"},"wsc":{"btnIgnore":"Biar","btnIgnoreAll":"Biarkan semua","btnReplace":"Ganti","btnReplaceAll":"Gantikan Semua","btnUndo":"Batalkan","changeTo":"Tukarkan kepada","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Pemeriksa ejaan tidak dipasang. Adakah anda mahu muat turun sekarang?","manyChanges":"Pemeriksaan ejaan siap: %1 perkataan diubah","noChanges":"Pemeriksaan ejaan siap: Tiada perkataan diubah","noMispell":"Pemeriksaan ejaan siap: Tiada salah ejaan","noSuggestions":"- Tiada cadangan -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Tidak terdapat didalam kamus","oneChange":"Pemeriksaan ejaan siap: Satu perkataan telah diubah","progress":"Pemeriksaan ejaan sedang diproses...","title":"Spell Check","toolbar":"Semak Ejaan"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/nb.js b/skins/ckeditor/lang/nb.js index 66babe7..1a364a4 100644 --- a/skins/ckeditor/lang/nb.js +++ b/skins/ckeditor/lang/nb.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.nb={dir:'ltr',editorTitle:'Rikteksteditor, %1, trykk ALT 0 for hjelp.',toolbars:'Editor toolbars',editor:'Rikteksteditor',source:'Kilde',newPage:'Ny side',save:'Lagre',preview:'ForhÃ¥ndsvis',cut:'Klipp ut',copy:'Kopier',paste:'Lim inn',print:'Skriv ut',underline:'Understreking',bold:'Fet',italic:'Kursiv',selectAll:'Merk alt',removeFormat:'Fjern formatering',strike:'Gjennomstreking',subscript:'Senket skrift',superscript:'Hevet skrift',horizontalrule:'Sett inn horisontal linje',pagebreak:'Sett inn sideskift for utskrift',pagebreakAlt:'Sideskift',unlink:'Fjern lenke',undo:'Angre',redo:'Gjør om',common:{browseServer:'Bla igjennom server',url:'URL',protocol:'Protokoll',upload:'Last opp',uploadSubmit:'Send det til serveren',image:'Bilde',flash:'Flash',form:'Skjema',checkbox:'Avmerkingsboks',radio:'Alternativknapp',textField:'Tekstboks',textarea:'TekstomrÃ¥de',hiddenField:'Skjult felt',button:'Knapp',select:'Rullegardinliste',imageButton:'Bildeknapp',notSet:'<ikke satt>',id:'Id',name:'Navn',langDir:'SprÃ¥kretning',langDirLtr:'Venstre til høyre (VTH)',langDirRtl:'Høyre til venstre (HTV)',langCode:'SprÃ¥kkode',longDescr:'Utvidet beskrivelse',cssClass:'Stilarkklasser',advisoryTitle:'Tittel',cssStyle:'Stil',ok:'OK',cancel:'Avbryt',close:'Lukk',preview:'ForhÃ¥ndsvis',generalTab:'Generelt',advancedTab:'Avansert',validateNumberFailed:'Denne verdien er ikke et tall.',confirmNewPage:'Alle ulagrede endringer som er gjort i dette innholdet vil bli tapt. Er du sikker pÃ¥ at du vil laste en ny side?',confirmCancel:'Noen av valgene har blitt endret. Er du sikker pÃ¥ at du vil lukke dialogen?',options:'Valg',target:'MÃ¥l',targetNew:'Nytt vindu (_blank)',targetTop:'Hele vindu (_top)',targetSelf:'Samme vindu (_self)',targetParent:'Foreldrevindu (_parent)',langDirLTR:'Venstre til høyre (VTH)',langDirRTL:'Høyre til venstre (HTV)',styles:'Stil',cssClasses:'Stilarkklasser',width:'Bredde',height:'Høyde',align:'Juster',alignLeft:'Venstre',alignRight:'Høyre',alignCenter:'Midtjuster',alignTop:'Topp',alignMiddle:'Midten',alignBottom:'Bunn',invalidHeight:'Høyde mÃ¥ være et tall.',invalidWidth:'Bredde mÃ¥ være et tall.',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 %).',unavailable:'%1<span class="cke_accessibility">, utilgjenglig</span>'},contextmenu:{options:'Alternativer for høyreklikkmeny'},specialChar:{toolbar:'Sett inn spesialtegn',title:'Velg spesialtegn',options:'Alternativer for spesialtegn'},link:{toolbar:'Sett inn/Rediger lenke',other:'<annen>',menu:'Rediger lenke',title:'Lenke',info:'Lenkeinfo',target:'MÃ¥l',upload:'Last opp',advanced:'Avansert',type:'Lenketype',toUrl:'URL',toAnchor:'Lenke til anker i teksten',toEmail:'E-post',targetFrame:'<ramme>',targetPopup:'<popup-vindu>',targetFrameName:'MÃ¥lramme',targetPopupName:'Navn pÃ¥ popup-vindu',popupFeatures:'Egenskaper for popup-vindu',popupResizable:'Skalerbar',popupStatusBar:'Statuslinje',popupLocationBar:'Adresselinje',popupToolbar:'Verktøylinje',popupMenuBar:'Menylinje',popupFullScreen:'Fullskjerm (IE)',popupScrollBars:'Scrollbar',popupDependent:'Avhenging (Netscape)',popupLeft:'Venstre posisjon',popupTop:'Topp-posisjon',id:'Id',langDir:'SprÃ¥kretning',langDirLTR:'Venstre til høyre (VTH)',langDirRTL:'Høyre til venstre (HTV)',acccessKey:'Aksessknapp',name:'Navn',langCode:'SprÃ¥kkode',tabIndex:'Tabindeks',advisoryTitle:'Tittel',advisoryContentType:'Type',cssClasses:'Stilarkklasser',charset:'Lenket tegnsett',styles:'Stil',rel:'Relationship',selectAnchor:'Velg et anker',anchorName:'Anker etter navn',anchorId:'Element etter ID',emailAddress:'E-postadresse',emailSubject:'Meldingsemne',emailBody:'Melding',noAnchors:'(Ingen anker i dokumentet)',noUrl:'Vennligst skriv inn lenkens URL',noEmail:'Vennligst skriv inn e-postadressen'},anchor:{toolbar:'Sett inn/Rediger anker',menu:'Egenskaper for anker',title:'Egenskaper for anker',name:'Ankernavn',errorName:'Vennligst skriv inn ankernavnet',remove:'Remove Anchor'},list:{numberedTitle:'Egenskaper for nummerert liste',bulletedTitle:'Egenskaper for punktmerket liste',type:'Type',start:'Start',validateStartNumber:'Starten pÃ¥ listen mÃ¥ være et heltall.',circle:'Sirkel',disc:'Disk',square:'Firkant',none:'Ingen',notset:'<ikke satt>',armenian:'Armensk nummerering',georgian:'Georgisk nummerering (an, ban, gan, osv.)',lowerRoman:'Romertall, smÃ¥ (i, ii, iii, iv, v, osv.)',upperRoman:'Romertall, store (I, II, III, IV, V, osv.)',lowerAlpha:'Alfabetisk, smÃ¥ (a, b, c, d, e, osv.)',upperAlpha:'Alfabetisk, store (A, B, C, D, E, osv.)',lowerGreek:'Gresk, smÃ¥ (alpha, beta, gamma, osv.)',decimal:'Tall (1, 2, 3, osv.)',decimalLeadingZero:'Tall, med førstesiffer null (01, 02, 03, osv.)'},findAndReplace:{title:'Søk og erstatt',find:'Søk',replace:'Erstatt',findWhat:'Søk etter:',replaceWith:'Erstatt med:',notFoundMsg:'Fant ikke søketeksten.',matchCase:'Skill mellom store og smÃ¥ bokstaver',matchWord:'Bare hele ord',matchCyclic:'Søk i hele dokumentet',replaceAll:'Erstatt alle',replaceSuccessMsg:'%1 tilfelle(r) erstattet.'},table:{toolbar:'Tabell',title:'Egenskaper for tabell',menu:'Egenskaper for tabell',deleteTable:'Slett tabell',rows:'Rader',columns:'Kolonner',border:'Rammestørrelse',widthPx:'piksler',widthPc:'prosent',widthUnit:'Bredde-enhet',cellSpace:'Cellemarg',cellPad:'Cellepolstring',caption:'Tittel',summary:'Sammendrag',headers:'Overskrifter',headersNone:'Ingen',headersColumn:'Første kolonne',headersRow:'Første rad',headersBoth:'Begge',invalidRows:'Antall rader mÃ¥ være et tall større enn 0.',invalidCols:'Antall kolonner mÃ¥ være et tall større enn 0.',invalidBorder:'Rammestørrelse mÃ¥ være et tall.',invalidWidth:'Tabellbredde mÃ¥ være et tall.',invalidHeight:'Tabellhøyde mÃ¥ være et tall.',invalidCellSpacing:'Cellemarg mÃ¥ være et tall.',invalidCellPadding:'Cellepolstring mÃ¥ være et tall.',cell:{menu:'Celle',insertBefore:'Sett inn celle før',insertAfter:'Sett inn celle etter',deleteCell:'Slett celler',merge:'SlÃ¥ sammen celler',mergeRight:'SlÃ¥ sammen høyre',mergeDown:'SlÃ¥ sammen ned',splitHorizontal:'Del celle horisontalt',splitVertical:'Del celle vertikalt',title:'Celleegenskaper',cellType:'Celletype',rowSpan:'Radspenn',colSpan:'Kolonnespenn',wordWrap:'Tekstbrytning',hAlign:'Horisontal justering',vAlign:'Vertikal justering',alignBaseline:'Grunnlinje',bgColor:'Bakgrunnsfarge',borderColor:'Rammefarge',data:'Data',header:'Overskrift',yes:'Ja',no:'Nei',invalidWidth:'Cellebredde mÃ¥ være et tall.',invalidHeight:'Cellehøyde mÃ¥ være et tall.',invalidRowSpan:'Radspenn mÃ¥ være et heltall.',invalidColSpan:'Kolonnespenn mÃ¥ være et heltall.',chooseColor:'Velg'},row:{menu:'Rader',insertBefore:'Sett inn rad før',insertAfter:'Sett inn rad etter',deleteRow:'Slett rader'},column:{menu:'Kolonne',insertBefore:'Sett inn kolonne før',insertAfter:'Sett inn kolonne etter',deleteColumn:'Slett kolonner'}},button:{title:'Egenskaper for knapp',text:'Tekst (verdi)',type:'Type',typeBtn:'Knapp',typeSbm:'Send',typeRst:'Nullstill'},checkboxAndRadio:{checkboxTitle:'Egenskaper for avmerkingsboks',radioTitle:'Egenskaper for alternativknapp',value:'Verdi',selected:'Valgt'},form:{title:'Egenskaper for skjema',menu:'Egenskaper for skjema',action:'Handling',method:'Metode',encoding:'Encoding'},select:{title:'Egenskaper for rullegardinliste',selectInfo:'Info',opAvail:'Tilgjenglige alternativer',value:'Verdi',size:'Størrelse',lines:'Linjer',chkMulti:'Tillat flervalg',opText:'Tekst',opValue:'Verdi',btnAdd:'Legg til',btnModify:'Endre',btnUp:'Opp',btnDown:'Ned',btnSetValue:'Sett som valgt',btnDelete:'Slett'},textarea:{title:'Egenskaper for tekstomrÃ¥de',cols:'Kolonner',rows:'Rader'},textfield:{title:'Egenskaper for tekstfelt',name:'Navn',value:'Verdi',charWidth:'Tegnbredde',maxChars:'Maks antall tegn',type:'Type',typeText:'Tekst',typePass:'Passord'},hidden:{title:'Egenskaper for skjult felt',name:'Navn',value:'Verdi'},image:{title:'Bildeegenskaper',titleButton:'Egenskaper for bildeknapp',menu:'Bildeegenskaper',infoTab:'Bildeinformasjon',btnUpload:'Send det til serveren',upload:'Last opp',alt:'Alternativ tekst',lockRatio:'LÃ¥s forhold',resetSize:'Tilbakestill størrelse',border:'Ramme',hSpace:'HMarg',vSpace:'VMarg',alertUrl:'Vennligst skriv bilde-urlen',linkTab:'Lenke',button2Img:'Vil du endre den valgte bildeknappen til et vanlig bilde?',img2Button:'Vil du endre det valgte bildet til en bildeknapp?',urlMissing:'Bildets adresse mangler.',validateBorder:'Ramme mÃ¥ være et heltall.',validateHSpace:'HMarg mÃ¥ være et heltall.',validateVSpace:'VMarg mÃ¥ være et heltall.'},flash:{properties:'Egenskaper for Flash-objekt',propertiesTab:'Egenskaper',title:'Flash-egenskaper',chkPlay:'Autospill',chkLoop:'Loop',chkMenu:'SlÃ¥ pÃ¥ Flash-meny',chkFull:'Tillat fullskjerm',scale:'Skaler',scaleAll:'Vis alt',scaleNoBorder:'Ingen ramme',scaleFit:'Skaler til Ã¥ passe',access:'Scripttilgang',accessAlways:'Alltid',accessSameDomain:'Samme domene',accessNever:'Aldri',alignAbsBottom:'Abs bunn',alignAbsMiddle:'Abs midten',alignBaseline:'Bunnlinje',alignTextTop:'Tekst topp',quality:'Kvalitet',qualityBest:'Best',qualityHigh:'Høy',qualityAutoHigh:'Auto høy',qualityMedium:'Medium',qualityAutoLow:'Auto lav',qualityLow:'Lav',windowModeWindow:'Vindu',windowModeOpaque:'Opaque',windowModeTransparent:'Gjennomsiktig',windowMode:'Vindumodus',flashvars:'Variabler for flash',bgcolor:'Bakgrunnsfarge',hSpace:'HMarg',vSpace:'VMarg',validateSrc:'Vennligst skriv inn lenkens url.',validateHSpace:'HMarg mÃ¥ være et tall.',validateVSpace:'VMarg mÃ¥ være et tall.'},spellCheck:{toolbar:'Stavekontroll',title:'Stavekontroll',notAvailable:'Beklager, tjenesten er utilgjenglig nÃ¥.',errorLoading:'Feil under lasting av applikasjonstjenestetjener: %s.',notInDic:'Ikke i ordboken',changeTo:'Endre til',btnIgnore:'Ignorer',btnIgnoreAll:'Ignorer alle',btnReplace:'Erstatt',btnReplaceAll:'Erstatt alle',btnUndo:'Angre',noSuggestions:'- Ingen forslag -',progress:'Stavekontroll pÃ¥gÃ¥r...',noMispell:'Stavekontroll fullført: ingen feilstavinger funnet',noChanges:'Stavekontroll fullført: ingen ord endret',oneChange:'Stavekontroll fullført: Ett ord endret',manyChanges:'Stavekontroll fullført: %1 ord endret',ieSpellDownload:'Stavekontroll er ikke installert. Vil du laste den ned nÃ¥?'},smiley:{toolbar:'Smil',title:'Sett inn smil',options:'Alternativer for smil'},elementsPath:{eleLabel:'Element-sti',eleTitle:'%1 element'},numberedlist:'Legg til/Fjern nummerert liste',bulletedlist:'Legg til/Fjern punktmerket liste',indent:'Ãk innrykk',outdent:'Reduser innrykk',justify:{left:'Venstrejuster',center:'Midtstill',right:'Høyrejuster',block:'Blokkjuster'},blockquote:'Sitatblokk',clipboard:{title:'Lim inn',cutError:'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk klipping av tekst. Vennligst bruk snareveien (Ctrl/Cmd+X).',copyError:'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snareveien (Ctrl/Cmd+C).',pasteMsg:'Vennligst lim inn i følgende boks med tastaturet (<STRONG>Ctrl/Cmd+V</STRONG>) og trykk <STRONG>OK</STRONG>.',securityMsg:'Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du mÃ¥ derfor lime det inn pÃ¥ nytt i dette vinduet.',pasteArea:'InnlimingsomrÃ¥de'},pastefromword:{confirmCleanup:'Teksten du limer inn ser ut til Ã¥ være kopiert fra Word. Vil du renske den før du limer den inn?',toolbar:'Lim inn fra Word',title:'Lim inn fra Word',error:'Det var ikke mulig Ã¥ renske den innlimte teksten pÃ¥ grunn av en intern feil'},pasteText:{button:'Lim inn som ren tekst',title:'Lim inn som ren tekst'},templates:{button:'Maler',title:'Innholdsmaler',options:'Alternativer for mal',insertOption:'Erstatt gjeldende innhold',selectPromptMsg:'Velg malen du vil Ã¥pne i redigeringsverktøyet:',emptyListMsg:'(Ingen maler definert)'},showBlocks:'Vis blokker',stylesCombo:{label:'Stil',panelTitle:'Stilformater',panelTitle1:'Blokkstiler',panelTitle2:'Inlinestiler',panelTitle3:'Objektstiler'},format:{label:'Format',panelTitle:'Avsnittsformat',tag_p:'Normal',tag_pre:'Formatert',tag_address:'Adresse',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_div:'Normal (DIV)'},div:{title:'Sett inn Div Container',toolbar:'Sett inn Div Container',cssClassInputLabel:'Stilark-klasser',styleSelectLabel:'Stil',IdInputLabel:'Id',languageCodeInputLabel:' SprÃ¥kkode',inlineStyleInputLabel:'Inlinestiler',advisoryTitleInputLabel:'Tittel',langDirLabel:'SprÃ¥kretning',langDirLTRLabel:'Venstre til høyre (VTH)',langDirRTLLabel:'Høyre til venstre (HTV)',edit:'Rediger Div',remove:'Fjern Div'},iframe:{title:'Egenskaper for IFrame',toolbar:'IFrame',noUrl:'Vennligst skriv inn URL for iframe',scrolling:'Aktiver scrollefelt',border:'Viss ramme rundt iframe'},font:{label:'Skrift',voiceLabel:'Font',panelTitle:'Skrift'},fontSize:{label:'Størrelse',voiceLabel:'Font Størrelse',panelTitle:'Størrelse'},colorButton:{textColorTitle:'Tekstfarge',bgColorTitle:'Bakgrunnsfarge',panelTitle:'Farger',auto:'Automatisk',more:'Flere farger...'},colors:{'000':'Svart',800000:'Rødbrun','8B4513':'Salbrun','2F4F4F':'Grønnsvart','008080':'BlÃ¥grønn','000080':'MarineblÃ¥tt','4B0082':'Indigo',696969:'Mørk grÃ¥',B22222:'Mørkerød',A52A2A:'Brun',DAA520:'Lys brun','006400':'Mørk grønn','40E0D0':'Turkis','0000CD':'Medium blÃ¥',800080:'Purpur',808080:'GrÃ¥',F00:'Rød',FF8C00:'Mørk oransje',FFD700:'Gull','008000':'Grønn','0FF':'Cyan','00F':'BlÃ¥',EE82EE:'Fiolett',A9A9A9:'Svak grÃ¥',FFA07A:'Rosa-oransje',FFA500:'Oransje',FFFF00:'Gul','00FF00':'Lime',AFEEEE:'Svak turkis',ADD8E6:'Lys BlÃ¥',DDA0DD:'Plomme',D3D3D3:'Lys grÃ¥',FFF0F5:'Svak lavendelrosa',FAEBD7:'Antikk-hvit',FFFFE0:'Lys gul',F0FFF0:'Honningmelon',F0FFFF:'Svakt asurblÃ¥tt',F0F8FF:'Svak cyan',E6E6FA:'Lavendel',FFF:'Hvit'},scayt:{title:'Stavekontroll mens du skriver',opera_title:'Ikke støttet av Opera',enable:'SlÃ¥ pÃ¥ SCAYT',disable:'SlÃ¥ av SCAYT',about:'Om SCAYT',toggle:'Veksle SCAYT',options:'Valg',langs:'SprÃ¥k',moreSuggestions:'Flere forslag',ignore:'Ignorer',ignoreAll:'Ignorer Alle',addWord:'Legg til ord',emptyDic:'Ordboknavn bør ikke være tom.',optionsTab:'Valg',allCaps:'Ikke kontroller ord med kun store bokstaver',ignoreDomainNames:'Ikke kontroller domenenavn',mixedCase:'Ikke kontroller ord med blandet smÃ¥ og store bokstaver',mixedWithDigits:'Ikke kontroller ord som inneholder tall',languagesTab:'SprÃ¥k',dictionariesTab:'Ordbøker',dic_field_name:'Ordboknavn',dic_create:'Opprett',dic_restore:'Gjenopprett',dic_delete:'Slett',dic_rename:'Gi nytt navn',dic_info:'Brukerordboken lagres først i en informasjonskapsel pÃ¥ din maskin, men det er en begrensning pÃ¥ hvor mye som kan lagres her. NÃ¥r ordboken blir for stor til Ã¥ lagres i en informasjonskapsel, vil vi i stedet lagre ordboken pÃ¥ vÃ¥r server. For Ã¥ lagre din personlige ordbok pÃ¥ vÃ¥r server, burde du velge et navn for ordboken din. Hvis du allerede har lagret en ordbok, vennligst skriv inn ordbokens navn og klikk pÃ¥ Gjenopprett-knappen.',aboutTab:'Om'},about:{title:'Om CKEditor',dlgTitle:'Om CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For lisensieringsinformasjon, vennligst besøk vÃ¥rt nettsted:',copy:'Copyright © $1. Alle rettigheter reservert.'},maximize:'Maksimer',minimize:'Minimer',fakeobjects:{anchor:'Anker',flash:'Flash-animasjon',iframe:'IFrame',hiddenfield:'Skjult felt',unknown:'Ukjent objekt'},resize:'Dra for Ã¥ skalere',colordialog:{title:'Velg farge',options:'Alternativer for farge',highlight:'Merk',selected:'Valgt',clear:'Tøm'},toolbarCollapse:'Skjul verktøylinje',toolbarExpand:'Vis verktøylinje',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'},bidi:{ltr:'Tekstretning fra venstre til høyre',rtl:'Tekstretning fra høyre til venstre'},docprops:{label:'Dokumentegenskaper',title:'Dokumentegenskaper',design:'Design',meta:'Meta-data',chooseColor:'Velg',other:'<annen>',docTitle:'Sidetittel',charset:'Tegnsett',charsetOther:'Annet tegnsett',charsetASCII:'ASCII',charsetCE:'Sentraleuropeisk',charsetCT:'Tradisonell kinesisk(Big5)',charsetCR:'Cyrillic',charsetGR:'Gresk',charsetJP:'Japansk',charsetKR:'Koreansk',charsetTR:'Tyrkisk',charsetUN:'Unicode (UTF-8)',charsetWE:'Vesteuropeisk',docType:'Dokumenttype header',docTypeOther:'Annet dokumenttype header',xhtmlDec:'Inkluder XHTML-deklarasjon',bgColor:'Bakgrunnsfarge',bgImage:'URL for bakgrunnsbilde',bgFixed:'LÃ¥s bakgrunnsbilde',txtColor:'Tekstfarge',margin:'Sidemargin',marginTop:'Topp',marginLeft:'Venstre',marginRight:'Høyre',marginBottom:'Bunn',metaKeywords:'Dokument nøkkelord (kommaseparert)',metaDescription:'Dokumentbeskrivelse',metaAuthor:'Forfatter',metaCopyright:'Kopirett',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['nb']={"editor":"Rikteksteditor","editorPanel":"Panel for rikteksteditor","common":{"editorHelp":"Trykk ALT 0 for hjelp","browseServer":"Bla igjennom server","url":"URL","protocol":"Protokoll","upload":"Last opp","uploadSubmit":"Send det til serveren","image":"Bilde","flash":"Flash","form":"Skjema","checkbox":"Avmerkingsboks","radio":"Alternativknapp","textField":"Tekstboks","textarea":"TekstomrÃ¥de","hiddenField":"Skjult felt","button":"Knapp","select":"Rullegardinliste","imageButton":"Bildeknapp","notSet":"<ikke satt>","id":"Id","name":"Navn","langDir":"SprÃ¥kretning","langDirLtr":"Venstre til høyre (VTH)","langDirRtl":"Høyre til venstre (HTV)","langCode":"SprÃ¥kkode","longDescr":"Utvidet beskrivelse","cssClass":"Stilarkklasser","advisoryTitle":"Tittel","cssStyle":"Stil","ok":"OK","cancel":"Avbryt","close":"Lukk","preview":"ForhÃ¥ndsvis","resize":"Dra for Ã¥ skalere","generalTab":"Generelt","advancedTab":"Avansert","validateNumberFailed":"Denne verdien er ikke et tall.","confirmNewPage":"Alle ulagrede endringer som er gjort i dette innholdet vil bli tapt. Er du sikker pÃ¥ at du vil laste en ny side?","confirmCancel":"Noen av valgene har blitt endret. Er du sikker pÃ¥ at du vil lukke dialogen?","options":"Valg","target":"MÃ¥l","targetNew":"Nytt vindu (_blank)","targetTop":"Hele vindu (_top)","targetSelf":"Samme vindu (_self)","targetParent":"Foreldrevindu (_parent)","langDirLTR":"Venstre til høyre (VTH)","langDirRTL":"Høyre til venstre (HTV)","styles":"Stil","cssClasses":"Stilarkklasser","width":"Bredde","height":"Høyde","align":"Juster","alignLeft":"Venstre","alignRight":"Høyre","alignCenter":"Midtjuster","alignTop":"Topp","alignMiddle":"Midten","alignBottom":"Bunn","invalidValue":"Ugyldig verdi.","invalidHeight":"Høyde mÃ¥ være et tall.","invalidWidth":"Bredde mÃ¥ være et tall.","invalidCssLength":"Den angitte verdien for feltet \"%1\" mÃ¥ være et positivt tall med eller uten en gyldig CSS-mÃ¥lingsenhet (px, %, in, cm, mm, em, ex, pt, eller pc).","invalidHtmlLength":"Den angitte verdien for feltet \"%1\" mÃ¥ være et positivt tall med eller uten en gyldig HTML-mÃ¥lingsenhet (px eller %).","invalidInlineStyle":"Verdi angitt for inline stil mÃ¥ bestÃ¥ av en eller flere sett med formatet \"navn : verdi\", separert med semikolon","cssLengthTooltip":"Skriv inn et tall for en piksel-verdi eller et tall med en gyldig CSS-enhet (px, %, in, cm, mm, em, ex, pt, eller pc).","unavailable":"%1<span class=\"cke_accessibility\">, utilgjenglig</span>"},"about":{"copy":"Copyright © $1. Alle rettigheter reservert.","dlgTitle":"Om CKEditor","help":"Se $1 for hjelp.","moreInfo":"For lisensieringsinformasjon, vennligst besøk vÃ¥rt nettsted:","title":"Om CKEditor","userGuide":"CKEditors brukerveiledning"},"basicstyles":{"bold":"Fet","italic":"Kursiv","strike":"Gjennomstreking","subscript":"Senket skrift","superscript":"Hevet skrift","underline":"Understreking"},"bidi":{"ltr":"Tekstretning fra venstre til høyre","rtl":"Tekstretning fra høyre til venstre"},"blockquote":{"toolbar":"Blokksitat"},"clipboard":{"copy":"Kopier","copyError":"Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk tastatursnarveien (Ctrl/Cmd+C).","cut":"Klipp ut","cutError":"Din nettlesers sikkerhetsinstillinger tillater ikke automatisk utklipping av tekst. Vennligst bruk tastatursnarveien (Ctrl/Cmd+X).","paste":"Lim inn","pasteArea":"InnlimingsomrÃ¥de","pasteMsg":"Vennligst lim inn i følgende boks med tastaturet (<strong>Ctrl/Cmd+V</strong>) og trykk <strong>OK</strong>.","securityMsg":"Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du mÃ¥ derfor lime det inn pÃ¥ nytt i dette vinduet.","title":"Lim inn"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatisk","bgColorTitle":"Bakgrunnsfarge","colors":{"000":"Svart","800000":"Rødbrun","8B4513":"Salbrun","2F4F4F":"Grønnsvart","008080":"BlÃ¥grønn","000080":"MarineblÃ¥tt","4B0082":"Indigo","696969":"Mørk grÃ¥","B22222":"Mørkerød","A52A2A":"Brun","DAA520":"Lys brun","006400":"Mørk grønn","40E0D0":"Turkis","0000CD":"Medium blÃ¥","800080":"Purpur","808080":"GrÃ¥","F00":"Rød","FF8C00":"Mørk oransje","FFD700":"Gull","008000":"Grønn","0FF":"Cyan","00F":"BlÃ¥","EE82EE":"Fiolett","A9A9A9":"Svak grÃ¥","FFA07A":"Rosa-oransje","FFA500":"Oransje","FFFF00":"Gul","00FF00":"Lime","AFEEEE":"Svak turkis","ADD8E6":"Lys BlÃ¥","DDA0DD":"Plomme","D3D3D3":"Lys grÃ¥","FFF0F5":"Svak lavendelrosa","FAEBD7":"Antikk-hvit","FFFFE0":"Lys gul","F0FFF0":"Honningmelon","F0FFFF":"Svakt asurblÃ¥tt","F0F8FF":"Svak cyan","E6E6FA":"Lavendel","FFF":"Hvit"},"more":"Flere farger...","panelTitle":"Farger","textColorTitle":"Tekstfarge"},"colordialog":{"clear":"Tøm","highlight":"Merk","options":"Alternativer for farge","selected":"Valgt","title":"Velg farge"},"templates":{"button":"Maler","emptyListMsg":"(Ingen maler definert)","insertOption":"Erstatt gjeldende innhold","options":"Alternativer for mal","selectPromptMsg":"Velg malen du vil Ã¥pne i redigeringsverktøyet:","title":"Innholdsmaler"},"contextmenu":{"options":"Alternativer for høyreklikkmeny"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Tittel","cssClassInputLabel":"Stilark-klasser","edit":"Rediger Div","inlineStyleInputLabel":"Inlinestiler","langDirLTRLabel":"Venstre til høyre (VTH)","langDirLabel":"SprÃ¥kretning","langDirRTLLabel":"Høyre til venstre (HTV)","languageCodeInputLabel":" SprÃ¥kkode","remove":"Fjern Div","styleSelectLabel":"Stil","title":"Sett inn Div Container","toolbar":"Sett inn Div Container"},"toolbar":{"toolbarCollapse":"Skjul verktøylinje","toolbarExpand":"Vis verktøylinje","toolbarGroups":{"document":"Dokument","clipboard":"Utklippstavle/Angre","editing":"Redigering","forms":"Skjema","basicstyles":"Basisstiler","paragraph":"Avsnitt","links":"Lenker","insert":"Innsetting","styles":"Stiler","colors":"Farger","tools":"Verktøy"},"toolbars":"Verktøylinjer for editor"},"elementspath":{"eleLabel":"Element-sti","eleTitle":"%1 element"},"find":{"find":"Søk","findOptions":"Søkealternativer","findWhat":"Søk etter:","matchCase":"Skill mellom store og smÃ¥ bokstaver","matchCyclic":"Søk i hele dokumentet","matchWord":"Bare hele ord","notFoundMsg":"Fant ikke søketeksten.","replace":"Erstatt","replaceAll":"Erstatt alle","replaceSuccessMsg":"%1 tilfelle(r) erstattet.","replaceWith":"Erstatt med:","title":"Søk og erstatt"},"fakeobjects":{"anchor":"Anker","flash":"Flash-animasjon","hiddenfield":"Skjult felt","iframe":"IFrame","unknown":"Ukjent objekt"},"flash":{"access":"Scripttilgang","accessAlways":"Alltid","accessNever":"Aldri","accessSameDomain":"Samme domene","alignAbsBottom":"Abs bunn","alignAbsMiddle":"Abs midten","alignBaseline":"Bunnlinje","alignTextTop":"Tekst topp","bgcolor":"Bakgrunnsfarge","chkFull":"Tillat fullskjerm","chkLoop":"Loop","chkMenu":"SlÃ¥ pÃ¥ Flash-meny","chkPlay":"Autospill","flashvars":"Variabler for flash","hSpace":"HMarg","properties":"Egenskaper for Flash-objekt","propertiesTab":"Egenskaper","quality":"Kvalitet","qualityAutoHigh":"Auto høy","qualityAutoLow":"Auto lav","qualityBest":"Best","qualityHigh":"Høy","qualityLow":"Lav","qualityMedium":"Medium","scale":"Skaler","scaleAll":"Vis alt","scaleFit":"Skaler til Ã¥ passe","scaleNoBorder":"Ingen ramme","title":"Flash-egenskaper","vSpace":"VMarg","validateHSpace":"HMarg mÃ¥ være et tall.","validateSrc":"Vennligst skriv inn lenkens url.","validateVSpace":"VMarg mÃ¥ være et tall.","windowMode":"Vindumodus","windowModeOpaque":"Opaque","windowModeTransparent":"Gjennomsiktig","windowModeWindow":"Vindu"},"font":{"fontSize":{"label":"Størrelse","voiceLabel":"Skriftstørrelse","panelTitle":"Skriftstørrelse"},"label":"Skrift","panelTitle":"Skrift","voiceLabel":"Font"},"forms":{"button":{"title":"Egenskaper for knapp","text":"Tekst (verdi)","type":"Type","typeBtn":"Knapp","typeSbm":"Send","typeRst":"Nullstill"},"checkboxAndRadio":{"checkboxTitle":"Egenskaper for avmerkingsboks","radioTitle":"Egenskaper for alternativknapp","value":"Verdi","selected":"Valgt"},"form":{"title":"Egenskaper for skjema","menu":"Egenskaper for skjema","action":"Handling","method":"Metode","encoding":"Encoding"},"hidden":{"title":"Egenskaper for skjult felt","name":"Navn","value":"Verdi"},"select":{"title":"Egenskaper for rullegardinliste","selectInfo":"Info","opAvail":"Tilgjenglige alternativer","value":"Verdi","size":"Størrelse","lines":"Linjer","chkMulti":"Tillat flervalg","opText":"Tekst","opValue":"Verdi","btnAdd":"Legg til","btnModify":"Endre","btnUp":"Opp","btnDown":"Ned","btnSetValue":"Sett som valgt","btnDelete":"Slett"},"textarea":{"title":"Egenskaper for tekstomrÃ¥de","cols":"Kolonner","rows":"Rader"},"textfield":{"title":"Egenskaper for tekstfelt","name":"Navn","value":"Verdi","charWidth":"Tegnbredde","maxChars":"Maks antall tegn","type":"Type","typeText":"Tekst","typePass":"Passord","typeEmail":"Epost","typeSearch":"Søk","typeTel":"Telefonnummer","typeUrl":"URL"}},"format":{"label":"Format","panelTitle":"Avsnittsformat","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":"Formatert"},"horizontalrule":{"toolbar":"Sett inn horisontal linje"},"iframe":{"border":"Viss ramme rundt iframe","noUrl":"Vennligst skriv inn URL for iframe","scrolling":"Aktiver scrollefelt","title":"Egenskaper for IFrame","toolbar":"IFrame"},"image":{"alertUrl":"Vennligst skriv bilde-urlen","alt":"Alternativ tekst","border":"Ramme","btnUpload":"Send det til serveren","button2Img":"Vil du endre den valgte bildeknappen til et vanlig bilde?","hSpace":"HMarg","img2Button":"Vil du endre det valgte bildet til en bildeknapp?","infoTab":"Bildeinformasjon","linkTab":"Lenke","lockRatio":"LÃ¥s forhold","menu":"Bildeegenskaper","resetSize":"Tilbakestill størrelse","title":"Bildeegenskaper","titleButton":"Egenskaper for bildeknapp","upload":"Last opp","urlMissing":"Bildets adresse mangler.","vSpace":"VMarg","validateBorder":"Ramme mÃ¥ være et heltall.","validateHSpace":"HMarg mÃ¥ være et heltall.","validateVSpace":"VMarg mÃ¥ være et heltall."},"indent":{"indent":"Ãk innrykk","outdent":"Reduser innrykk"},"smiley":{"options":"Alternativer for smil","title":"Sett inn smil","toolbar":"Smil"},"justify":{"block":"Blokkjuster","center":"Midtstill","left":"Venstrejuster","right":"Høyrejuster"},"language":{"button":"Sett sprÃ¥k","remove":"Fjern sprÃ¥k"},"link":{"acccessKey":"Aksessknapp","advanced":"Avansert","advisoryContentType":"Type","advisoryTitle":"Tittel","anchor":{"toolbar":"Sett inn/Rediger anker","menu":"Egenskaper for anker","title":"Egenskaper for anker","name":"Ankernavn","errorName":"Vennligst skriv inn ankernavnet","remove":"Fjern anker"},"anchorId":"Element etter ID","anchorName":"Anker etter navn","charset":"Lenket tegnsett","cssClasses":"Stilarkklasser","emailAddress":"E-postadresse","emailBody":"Melding","emailSubject":"Meldingsemne","id":"Id","info":"Lenkeinfo","langCode":"SprÃ¥kkode","langDir":"SprÃ¥kretning","langDirLTR":"Venstre til høyre (VTH)","langDirRTL":"Høyre til venstre (HTV)","menu":"Rediger lenke","name":"Navn","noAnchors":"(Ingen anker i dokumentet)","noEmail":"Vennligst skriv inn e-postadressen","noUrl":"Vennligst skriv inn lenkens URL","other":"<annen>","popupDependent":"Avhenging (Netscape)","popupFeatures":"Egenskaper for popup-vindu","popupFullScreen":"Fullskjerm (IE)","popupLeft":"Venstre posisjon","popupLocationBar":"Adresselinje","popupMenuBar":"Menylinje","popupResizable":"Skalerbar","popupScrollBars":"Scrollbar","popupStatusBar":"Statuslinje","popupToolbar":"Verktøylinje","popupTop":"Topp-posisjon","rel":"Relasjon (rel)","selectAnchor":"Velg et anker","styles":"Stil","tabIndex":"Tabindeks","target":"MÃ¥l","targetFrame":"<ramme>","targetFrameName":"MÃ¥lramme","targetPopup":"<popup-vindu>","targetPopupName":"Navn pÃ¥ popup-vindu","title":"Lenke","toAnchor":"Lenke til anker i teksten","toEmail":"E-post","toUrl":"URL","toolbar":"Sett inn/Rediger lenke","type":"Lenketype","unlink":"Fjern lenke","upload":"Last opp"},"list":{"bulletedlist":"Legg til/Fjern punktmerket liste","numberedlist":"Legg til/Fjern nummerert liste"},"liststyle":{"armenian":"Armensk nummerering","bulletedTitle":"Egenskaper for punktmerket liste","circle":"Sirkel","decimal":"Tall (1, 2, 3, osv.)","decimalLeadingZero":"Tall, med førstesiffer null (01, 02, 03, osv.)","disc":"Disk","georgian":"Georgisk nummerering (an, ban, gan, osv.)","lowerAlpha":"Alfabetisk, smÃ¥ (a, b, c, d, e, osv.)","lowerGreek":"Gresk, smÃ¥ (alpha, beta, gamma, osv.)","lowerRoman":"Romertall, smÃ¥ (i, ii, iii, iv, v, osv.)","none":"Ingen","notset":"<ikke satt>","numberedTitle":"Egenskaper for nummerert liste","square":"Firkant","start":"Start","type":"Type","upperAlpha":"Alfabetisk, store (A, B, C, D, E, osv.)","upperRoman":"Romertall, store (I, II, III, IV, V, osv.)","validateStartNumber":"Starten pÃ¥ listen mÃ¥ være et heltall."},"magicline":{"title":"Sett inn nytt avsnitt her"},"maximize":{"maximize":"Maksimer","minimize":"Minimer"},"newpage":{"toolbar":"Ny side"},"pagebreak":{"alt":"Sideskift","toolbar":"Sett inn sideskift for utskrift"},"pastetext":{"button":"Lim inn som ren tekst","title":"Lim inn som ren tekst"},"pastefromword":{"confirmCleanup":"Teksten du limer inn ser ut til Ã¥ være kopiert fra Word. Vil du renske den før du limer den inn?","error":"Det var ikke mulig Ã¥ renske den innlimte teksten pÃ¥ grunn av en intern feil","title":"Lim inn fra Word","toolbar":"Lim inn fra Word"},"preview":{"preview":"ForhÃ¥ndsvis"},"print":{"toolbar":"Skriv ut"},"removeformat":{"toolbar":"Fjern formatering"},"save":{"toolbar":"Lagre"},"selectall":{"toolbar":"Merk alt"},"showblocks":{"toolbar":"Vis blokker"},"sourcearea":{"toolbar":"Kilde"},"specialchar":{"options":"Alternativer for spesialtegn","title":"Velg spesialtegn","toolbar":"Sett inn spesialtegn"},"scayt":{"about":"Om SCAYT","aboutTab":"Om","addWord":"Legg til ord","allCaps":"Ikke kontroller ord med kun store bokstaver","dic_create":"Opprett","dic_delete":"Slett","dic_field_name":"Ordboknavn","dic_info":"Brukerordboken lagres først i en informasjonskapsel pÃ¥ din maskin, men det er en begrensning pÃ¥ hvor mye som kan lagres her. NÃ¥r ordboken blir for stor til Ã¥ lagres i en informasjonskapsel, vil vi i stedet lagre ordboken pÃ¥ vÃ¥r server. For Ã¥ lagre din personlige ordbok pÃ¥ vÃ¥r server, burde du velge et navn for ordboken din. Hvis du allerede har lagret en ordbok, vennligst skriv inn ordbokens navn og klikk pÃ¥ Gjenopprett-knappen.","dic_rename":"Gi nytt navn","dic_restore":"Gjenopprett","dictionariesTab":"Ordbøker","disable":"SlÃ¥ av SCAYT","emptyDic":"Ordboknavn bør ikke være tom.","enable":"SlÃ¥ pÃ¥ SCAYT","ignore":"Ignorer","ignoreAll":"Ignorer Alle","ignoreDomainNames":"Ikke kontroller domenenavn","langs":"SprÃ¥k","languagesTab":"SprÃ¥k","mixedCase":"Ikke kontroller ord med blandet smÃ¥ og store bokstaver","mixedWithDigits":"Ikke kontroller ord som inneholder tall","moreSuggestions":"Flere forslag","opera_title":"Ikke støttet av Opera","options":"Valg","optionsTab":"Valg","title":"Stavekontroll mens du skriver","toggle":"Veksle SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Stil","panelTitle":"Stilformater","panelTitle1":"Blokkstiler","panelTitle2":"Inlinestiler","panelTitle3":"Objektstiler"},"table":{"border":"Rammestørrelse","caption":"Tittel","cell":{"menu":"Celle","insertBefore":"Sett inn celle før","insertAfter":"Sett inn celle etter","deleteCell":"Slett celler","merge":"SlÃ¥ sammen celler","mergeRight":"SlÃ¥ sammen høyre","mergeDown":"SlÃ¥ sammen ned","splitHorizontal":"Del celle horisontalt","splitVertical":"Del celle vertikalt","title":"Celleegenskaper","cellType":"Celletype","rowSpan":"Radspenn","colSpan":"Kolonnespenn","wordWrap":"Tekstbrytning","hAlign":"Horisontal justering","vAlign":"Vertikal justering","alignBaseline":"Grunnlinje","bgColor":"Bakgrunnsfarge","borderColor":"Rammefarge","data":"Data","header":"Overskrift","yes":"Ja","no":"Nei","invalidWidth":"Cellebredde mÃ¥ være et tall.","invalidHeight":"Cellehøyde mÃ¥ være et tall.","invalidRowSpan":"Radspenn mÃ¥ være et heltall.","invalidColSpan":"Kolonnespenn mÃ¥ være et heltall.","chooseColor":"Velg"},"cellPad":"Cellepolstring","cellSpace":"Cellemarg","column":{"menu":"Kolonne","insertBefore":"Sett inn kolonne før","insertAfter":"Sett inn kolonne etter","deleteColumn":"Slett kolonner"},"columns":"Kolonner","deleteTable":"Slett tabell","headers":"Overskrifter","headersBoth":"Begge","headersColumn":"Første kolonne","headersNone":"Ingen","headersRow":"Første rad","invalidBorder":"Rammestørrelse mÃ¥ være et tall.","invalidCellPadding":"Cellepolstring mÃ¥ være et positivt tall.","invalidCellSpacing":"Cellemarg mÃ¥ være et positivt tall.","invalidCols":"Antall kolonner mÃ¥ være et tall større enn 0.","invalidHeight":"Tabellhøyde mÃ¥ være et tall.","invalidRows":"Antall rader mÃ¥ være et tall større enn 0.","invalidWidth":"Tabellbredde mÃ¥ være et tall.","menu":"Egenskaper for tabell","row":{"menu":"Rader","insertBefore":"Sett inn rad før","insertAfter":"Sett inn rad etter","deleteRow":"Slett rader"},"rows":"Rader","summary":"Sammendrag","title":"Egenskaper for tabell","toolbar":"Tabell","widthPc":"prosent","widthPx":"piksler","widthUnit":"Bredde-enhet"},"undo":{"redo":"Gjør om","undo":"Angre"},"wsc":{"btnIgnore":"Ignorer","btnIgnoreAll":"Ignorer alle","btnReplace":"Erstatt","btnReplaceAll":"Erstatt alle","btnUndo":"Angre","changeTo":"Endre til","errorLoading":"Feil under lasting av applikasjonstjenestetjener: %s.","ieSpellDownload":"Stavekontroll er ikke installert. Vil du laste den ned nÃ¥?","manyChanges":"Stavekontroll fullført: %1 ord endret","noChanges":"Stavekontroll fullført: ingen ord endret","noMispell":"Stavekontroll fullført: ingen feilstavinger funnet","noSuggestions":"- Ingen forslag -","notAvailable":"Beklager, tjenesten er utilgjenglig nÃ¥.","notInDic":"Ikke i ordboken","oneChange":"Stavekontroll fullført: Ett ord endret","progress":"Stavekontroll pÃ¥gÃ¥r...","title":"Stavekontroll","toolbar":"Stavekontroll"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/nl.js b/skins/ckeditor/lang/nl.js index 36b4767..65bb574 100644 --- a/skins/ckeditor/lang/nl.js +++ b/skins/ckeditor/lang/nl.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.nl={dir:'ltr',editorTitle:'Tekstverwerker, %1, druk op ALT 0 voor hulp.',toolbars:'Werkbalken',editor:'Tekstverwerker',source:'Code',newPage:'Nieuwe pagina',save:'Opslaan',preview:'Voorbeeld',cut:'Knippen',copy:'Kopiëren',paste:'Plakken',print:'Printen',underline:'Onderstreept',bold:'Vet',italic:'Schuingedrukt',selectAll:'Alles selecteren',removeFormat:'Opmaak verwijderen',strike:'Doorhalen',subscript:'Subscript',superscript:'Superscript',horizontalrule:'Horizontale lijn invoegen',pagebreak:'Pagina-einde invoegen',pagebreakAlt:'Pagina-einde',unlink:'Link verwijderen',undo:'Ongedaan maken',redo:'Opnieuw uitvoeren',common:{browseServer:'Bladeren op server',url:'URL',protocol:'Protocol',upload:'Upload',uploadSubmit:'Naar server verzenden',image:'Afbeelding',flash:'Flash',form:'Formulier',checkbox:'Aanvinkvakje',radio:'Selectievakje',textField:'Tekstveld',textarea:'Tekstvak',hiddenField:'Verborgen veld',button:'Knop',select:'Selectieveld',imageButton:'Afbeeldingsknop',notSet:'<niet ingevuld>',id:'Kenmerk',name:'Naam',langDir:'Schrijfrichting',langDirLtr:'Links naar rechts (LTR)',langDirRtl:'Rechts naar links (RTL)',langCode:'Taalcode',longDescr:'Lange URL-omschrijving',cssClass:'Stylesheet-klassen',advisoryTitle:'Aanbevolen titel',cssStyle:'Stijl',ok:'OK',cancel:'Annuleren',close:'Sluiten',preview:'Voorbeeld',generalTab:'Algemeen',advancedTab:'Geavanceerd',validateNumberFailed:'Deze waarde is geen geldig getal.',confirmNewPage:'Alle aangebrachte wijzigingen gaan verloren. Weet u zeker dat u een nieuwe pagina wilt openen?',confirmCancel:'Enkele opties zijn gewijzigd. Weet u zeker dat u dit dialoogvenster wilt sluiten?',options:'Opties',target:'Doel',targetNew:'Nieuw venster (_blank)',targetTop:'Hele venster (_top)',targetSelf:'Zelfde venster (_self)',targetParent:'Origineel venster (_parent)',langDirLTR:'Links naar rechts (LTR)',langDirRTL:'Rechts naar links (RTL)',styles:'Stijlen',cssClasses:'Stylesheet klassen',width:'Breedte',height:'Hoogte',align:'Uitlijning',alignLeft:'Links',alignRight:'Rechts',alignCenter:'Centreren',alignTop:'Boven',alignMiddle:'Midden',alignBottom:'Beneden',invalidHeight:'De hoogte moet een getal zijn.',invalidWidth:'De breedte moet een getal zijn.',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 %).',unavailable:'%1<span class="cke_accessibility">, niet beschikbaar</span>'},contextmenu:{options:'Context menu opties'},specialChar:{toolbar:'Speciaal teken invoegen',title:'Selecteer speciaal teken',options:'Speciale tekens opties'},link:{toolbar:'Link invoegen/wijzigen',other:'<ander>',menu:'Link wijzigen',title:'Link',info:'Linkomschrijving',target:'Doel',upload:'Upload',advanced:'Geavanceerd',type:'Linktype',toUrl:'URL',toAnchor:'Interne link in pagina',toEmail:'E-mail',targetFrame:'<frame>',targetPopup:'<popup window>',targetFrameName:'Naam doelframe',targetPopupName:'Naam popupvenster',popupFeatures:'Instellingen popupvenster',popupResizable:'Herschaalbaar',popupStatusBar:'Statusbalk',popupLocationBar:'Locatiemenu',popupToolbar:'Menubalk',popupMenuBar:'Menubalk',popupFullScreen:'Volledig scherm (IE)',popupScrollBars:'Schuifbalken',popupDependent:'Afhankelijk (Netscape)',popupLeft:'Positie links',popupTop:'Positie boven',id:'Id',langDir:'Schrijfrichting',langDirLTR:'Links naar rechts (LTR)',langDirRTL:'Rechts naar links (RTL)',acccessKey:'Toegangstoets',name:'Naam',langCode:'Schrijfrichting',tabIndex:'Tabvolgorde',advisoryTitle:'Aanbevolen titel',advisoryContentType:'Aanbevolen content-type',cssClasses:'Stylesheet-klassen',charset:'Karakterset van gelinkte bron',styles:'Stijl',rel:'Relatie',selectAnchor:'Kies een interne link',anchorName:'Op naam interne link',anchorId:'Op kenmerk interne link',emailAddress:'E-mailadres',emailSubject:'Onderwerp bericht',emailBody:'Inhoud bericht',noAnchors:'(Geen interne links in document gevonden)',noUrl:'Geef de link van de URL',noEmail:'Geef een e-mailadres'},anchor:{toolbar:'Interne link',menu:'Eigenschappen interne link',title:'Eigenschappen interne link',name:'Naam interne link',errorName:'Geef de naam van de interne link op',remove:'Remove Anchor'},list:{numberedTitle:'Eigenschappen genummerde lijst',bulletedTitle:'Eigenschappen lijst met opsommingstekens',type:'Type',start:'Start',validateStartNumber:'Starnummer van de lijst moet een heel nummer zijn.',circle:'Cirkel',disc:'Schijf',square:'Vierkant',none:'Geen',notset:'<niet gezet>',armenian:'Armeense numering',georgian:'Greorgische numering (an, ban, gan, etc.)',lowerRoman:'Romeins kleine letters (i, ii, iii, iv, v, etc.)',upperRoman:'Romeins hoofdletters (I, II, III, IV, V, etc.)',lowerAlpha:'Kleine letters (a, b, c, d, e, etc.)',upperAlpha:'Hoofdletters (A, B, C, D, E, etc.)',lowerGreek:'Grieks kleine letters (alpha, beta, gamma, etc.)',decimal:'Cijfers (1, 2, 3, etc.)',decimalLeadingZero:'Cijfers beginnen met nul (01, 02, 03, etc.)'},findAndReplace:{title:'Zoeken en vervangen',find:'Zoeken',replace:'Vervangen',findWhat:'Zoeken naar:',replaceWith:'Vervangen met:',notFoundMsg:'De opgegeven tekst is niet gevonden.',matchCase:'Hoofdlettergevoelig',matchWord:'Hele woord moet voorkomen',matchCyclic:'Doorlopend zoeken',replaceAll:'Alles vervangen',replaceSuccessMsg:'%1 resulaten vervangen.'},table:{toolbar:'Tabel',title:'Eigenschappen tabel',menu:'Eigenschappen tabel',deleteTable:'Tabel verwijderen',rows:'Rijen',columns:'Kolommen',border:'Breedte rand',widthPx:'pixels',widthPc:'procent',widthUnit:'eenheid breedte',cellSpace:'Afstand tussen cellen',cellPad:'Ruimte in de cel',caption:'Naam',summary:'Samenvatting',headers:'Koppen',headersNone:'Geen',headersColumn:'Eerste kolom',headersRow:'Eerste rij',headersBoth:'Beide',invalidRows:'Het aantal rijen moet een getal zijn groter dan 0.',invalidCols:'Het aantal kolommen moet een getal zijn groter dan 0.',invalidBorder:'De rand breedte moet een getal zijn.',invalidWidth:'De tabel breedte moet een getal zijn.',invalidHeight:'De tabel hoogte moet een getal zijn.',invalidCellSpacing:'Afstand tussen cellen moet een getal zijn.',invalidCellPadding:'Ruimte in de cel moet een getal zijn.',cell:{menu:'Cel',insertBefore:'Voeg cel in voor',insertAfter:'Voeg cel in achter',deleteCell:'Cellen verwijderen',merge:'Cellen samenvoegen',mergeRight:'Voeg samen naar rechts',mergeDown:'Voeg samen naar beneden',splitHorizontal:'Splits cellen horizontaal',splitVertical:'Splits cellen verticaal',title:'Cel eigenschappen',cellType:'Cel type',rowSpan:'Rijen samenvoegen',colSpan:'Kolommen samenvoegen',wordWrap:'Automatische terugloop',hAlign:'Horizontale uitlijning',vAlign:'Verticale uitlijning',alignBaseline:'Basislijn',bgColor:'Achtergrondkleur',borderColor:'Kleur rand',data:'Inhoud',header:'Kop',yes:'Ja',no:'Nee',invalidWidth:'De celbreedte moet een getal zijn.',invalidHeight:'De celhoogte moet een getal zijn.',invalidRowSpan:'Rijen samenvoegen moet een heel getal zijn.',invalidColSpan:'Kolommen samenvoegen moet een heel getal zijn.',chooseColor:'Kies'},row:{menu:'Rij',insertBefore:'Voeg rij in voor',insertAfter:'Voeg rij in achter',deleteRow:'Rijen verwijderen'},column:{menu:'Kolom',insertBefore:'Voeg kolom in voor',insertAfter:'Voeg kolom in achter',deleteColumn:'Kolommen verwijderen'}},button:{title:'Eigenschappen knop',text:'Tekst (waarde)',type:'Soort',typeBtn:'Knop',typeSbm:'Versturen',typeRst:'Leegmaken'},checkboxAndRadio:{checkboxTitle:'Eigenschappen aanvinkvakje',radioTitle:'Eigenschappen selectievakje',value:'Waarde',selected:'Geselecteerd'},form:{title:'Eigenschappen formulier',menu:'Eigenschappen formulier',action:'Actie',method:'Methode',encoding:'Codering'},select:{title:'Eigenschappen selectieveld',selectInfo:'Informatie',opAvail:'Beschikbare opties',value:'Waarde',size:'Grootte',lines:'Regels',chkMulti:'Gecombineerde selecties toestaan',opText:'Tekst',opValue:'Waarde',btnAdd:'Toevoegen',btnModify:'Wijzigen',btnUp:'Omhoog',btnDown:'Omlaag',btnSetValue:'Als geselecteerde waarde instellen',btnDelete:'Verwijderen'},textarea:{title:'Eigenschappen tekstvak',cols:'Kolommen',rows:'Rijen'},textfield:{title:'Eigenschappen tekstveld',name:'Naam',value:'Waarde',charWidth:'Breedte (tekens)',maxChars:'Maximum aantal tekens',type:'Soort',typeText:'Tekst',typePass:'Wachtwoord'},hidden:{title:'Eigenschappen verborgen veld',name:'Naam',value:'Waarde'},image:{title:'Eigenschappen afbeelding',titleButton:'Eigenschappen afbeeldingsknop',menu:'Eigenschappen afbeelding',infoTab:'Informatie afbeelding',btnUpload:'Naar server verzenden',upload:'Upload',alt:'Alternatieve tekst',lockRatio:'Afmetingen vergrendelen',resetSize:'Afmetingen resetten',border:'Rand',hSpace:'HSpace',vSpace:'VSpace',alertUrl:'Geef de URL van de afbeelding',linkTab:'Link',button2Img:'Wilt u de geselecteerde afbeeldingsknop vervangen door een eenvoudige afbeelding?',img2Button:'Wilt u de geselecteerde afbeelding vervangen door een afbeeldingsknop?',urlMissing:'De URL naar de afbeelding ontbreekt.',validateBorder:'Rand moet een heel nummer zijn.',validateHSpace:'HSpace moet een heel nummer zijn.',validateVSpace:'VSpace moet een heel nummer zijn.'},flash:{properties:'Eigenschappen Flash',propertiesTab:'Eigenschappen',title:'Eigenschappen Flash',chkPlay:'Automatisch afspelen',chkLoop:'Herhalen',chkMenu:"Flashmenu's inschakelen",chkFull:'Schermvullend toestaan',scale:'Schaal',scaleAll:'Alles tonen',scaleNoBorder:'Geen rand',scaleFit:'Precies passend',access:'Script toegang',accessAlways:'Altijd',accessSameDomain:'Zelfde domeinnaam',accessNever:'Nooit',alignAbsBottom:'Absoluut-onder',alignAbsMiddle:'Absoluut-midden',alignBaseline:'Basislijn',alignTextTop:'Boven tekst',quality:'Kwaliteit',qualityBest:'Beste',qualityHigh:'Hoog',qualityAutoHigh:'Automatisch hoog',qualityMedium:'Gemiddeld',qualityAutoLow:'Automatisch laag',qualityLow:'Laag',windowModeWindow:'Venster',windowModeOpaque:'Ondoorzichtig',windowModeTransparent:'Doorzichtig',windowMode:'Venster modus',flashvars:'Variabelen voor Flash',bgcolor:'Achtergrondkleur',hSpace:'HSpace',vSpace:'VSpace',validateSrc:'Geef de link van de URL',validateHSpace:'De HSpace moet een getal zijn.',validateVSpace:'De VSpace moet een getal zijn.'},spellCheck:{toolbar:'Spellingscontrole',title:'Spellingscontrole',notAvailable:'Excuses, deze dienst is momenteel niet beschikbaar.',errorLoading:'Er is een fout opgetreden bij het laden van de diesnt: %s.',notInDic:'Niet in het woordenboek',changeTo:'Wijzig in',btnIgnore:'Negeren',btnIgnoreAll:'Alles negeren',btnReplace:'Vervangen',btnReplaceAll:'Alles vervangen',btnUndo:'Ongedaan maken',noSuggestions:'-Geen suggesties-',progress:'Bezig met spellingscontrole...',noMispell:'Klaar met spellingscontrole: geen fouten gevonden',noChanges:'Klaar met spellingscontrole: geen woorden aangepast',oneChange:'Klaar met spellingscontrole: één woord aangepast',manyChanges:'Klaar met spellingscontrole: %1 woorden aangepast',ieSpellDownload:'De spellingscontrole niet geïnstalleerd. Wilt u deze nu downloaden?'},smiley:{toolbar:'Smiley',title:'Smiley invoegen',options:'Smiley opties'},elementsPath:{eleLabel:'Elementenpad',eleTitle:'%1 element'},numberedlist:'Genummerde lijst',bulletedlist:'Opsomming',indent:'Inspringen vergroten',outdent:'Inspringen verkleinen',justify:{left:'Links uitlijnen',center:'Centreren',right:'Rechts uitlijnen',block:'Uitvullen'},blockquote:'Citaatblok',clipboard:{title:'Plakken',cutError:'De beveiligingsinstelling van de browser verhinderen het automatisch knippen. Gebruik de sneltoets Ctrl/Cmd+X van het toetsenbord.',copyError:'De beveiligingsinstelling van de browser verhinderen het automatisch kopiëren. Gebruik de sneltoets Ctrl/Cmd+C van het toetsenbord.',pasteMsg:'Plak de tekst in het volgende vak gebruik makend van uw toetsenbord (<strong>Ctrl/Cmd+V</strong>) en klik op <strong>OK</strong>.',securityMsg:'Door de beveiligingsinstellingen van uw browser is het niet mogelijk om direct vanuit het klembord in de editor te plakken. Middels opnieuw plakken in dit venster kunt u de tekst alsnog plakken in de editor.',pasteArea:'Plakgebied'},pastefromword:{confirmCleanup:'De tekst die u plakte lijkt gekopieerd te zijn vanuit Word. Wilt u de tekst opschonen voordat deze geplakt wordt?',toolbar:'Plakken als Word-gegevens',title:'Plakken als Word-gegevens',error:'Het was niet mogelijk om de geplakte tekst op te schonen door een interne fout'},pasteText:{button:'Plakken als platte tekst',title:'Plakken als platte tekst'},templates:{button:'Sjablonen',title:'Inhoud sjabonen',options:'Template opties',insertOption:'Vervang de huidige inhoud',selectPromptMsg:'Selecteer het sjabloon dat in de editor geopend moet worden (de actuele inhoud gaat verloren):',emptyListMsg:'(Geen sjablonen gedefinieerd)'},showBlocks:'Toon blokken',stylesCombo:{label:'Stijl',panelTitle:'Opmaakstijlen',panelTitle1:'Blok stijlen',panelTitle2:'In-line stijlen',panelTitle3:'Object stijlen'},format:{label:'Opmaak',panelTitle:'Opmaak',tag_p:'Normaal',tag_pre:'Met opmaak',tag_address:'Adres',tag_h1:'Kop 1',tag_h2:'Kop 2',tag_h3:'Kop 3',tag_h4:'Kop 4',tag_h5:'Kop 5',tag_h6:'Kop 6',tag_div:'Normaal (DIV)'},div:{title:'Div aanmaken',toolbar:'Div aanmaken',cssClassInputLabel:'Stylesheet klassen',styleSelectLabel:'Stijl',IdInputLabel:'Id',languageCodeInputLabel:' Taalcode',inlineStyleInputLabel:'Inline stijl',advisoryTitleInputLabel:'informatieve titel',langDirLabel:'Schrijfrichting',langDirLTRLabel:'Links naar rechts (LTR)',langDirRTLLabel:'Rechts naar links (RTL)',edit:'Div wijzigen',remove:'Div verwijderen'},iframe:{title:'IFrame eigenschappen',toolbar:'IFrame',noUrl:'Geef de IFrame URL in',scrolling:'Scrollbalken inschakelen',border:'Framerand tonen'},font:{label:'Lettertype',voiceLabel:'Lettertype',panelTitle:'Lettertype'},fontSize:{label:'Lettergrootte',voiceLabel:'Lettergrootte',panelTitle:'Lettergrootte'},colorButton:{textColorTitle:'Tekstkleur',bgColorTitle:'Achtergrondkleur',panelTitle:'Kleuren',auto:'Automatisch',more:'Meer kleuren...'},colors:{'000':'Zwart',800000:'Kastanjebruin','8B4513':'Chocoladebruin','2F4F4F':'Donkerleigrijs','008080':'Blauwgroen','000080':'Marine','4B0082':'Indigo',696969:'Donkergrijs',B22222:'Baksteen',A52A2A:'Bruin',DAA520:'Donkergeel','006400':'Donkergroen','40E0D0':'Turquoise','0000CD':'Middenblauw',800080:'Paars',808080:'Grijs',F00:'Rood',FF8C00:'Donkeroranje',FFD700:'Goud','008000':'Groen','0FF':'Cyaan','00F':'Blauw',EE82EE:'Violet',A9A9A9:'Donkergrijs',FFA07A:'Lichtzalm',FFA500:'Oranje',FFFF00:'Geel','00FF00':'Felgroen',AFEEEE:'Lichtturquoise',ADD8E6:'Lichtblauw',DDA0DD:'Pruim',D3D3D3:'Lichtgrijs',FFF0F5:'Linnen',FAEBD7:'Ivoor',FFFFE0:'Lichtgeel',F0FFF0:'Honingdauw',F0FFFF:'Azuur',F0F8FF:'Licht hemelsblauw',E6E6FA:'Lavendel',FFF:'Wit'},scayt:{title:'Controleer de spelling tijdens het typen',opera_title:'Niet ondersteund door Opera',enable:'SCAYT inschakelen',disable:'SCAYT uitschakelen',about:'Over SCAYT',toggle:'SCAYT in/uitschakelen',options:'Opties',langs:'Talen',moreSuggestions:'Meer suggesties',ignore:'Negeren',ignoreAll:'Alles negeren',addWord:'Woord toevoegen',emptyDic:'De naam van het woordenboek mag niet leeg zijn.',optionsTab:'Opties',allCaps:'Negeer woorden helemaal in hoofdletters',ignoreDomainNames:'Negeer domeinnamen',mixedCase:'Negeer woorden met hoofd- en kleine letters',mixedWithDigits:'Negeer woorden met cijfers',languagesTab:'Talen',dictionariesTab:'Woordenboeken',dic_field_name:'Naam woordenboek',dic_create:'Aanmaken',dic_restore:'Terugzetten',dic_delete:'Verwijderen',dic_rename:'Hernoemen',dic_info:'Initieel wordt het gebruikerswoordenboek opgeslagen in een cookie. Cookies zijn echter beperkt in grootte. Zodra het gebruikerswoordenboek het punt bereikt waarop het niet meer in een cookie opgeslagen kan worden, dan wordt het woordenboek op de server opgeslagen. Om je persoonlijke woordenboek op je eigen server op te slaan, moet je een mapnaam opgeven. Indien je al een woordenboek hebt opgeslagen, typ dan de naam en klik op de Terugzetten knop.',aboutTab:'Over'},about:{title:'Over CKEditor',dlgTitle:'Over CKEditor',help:'Bekijk $1 voor hulp.',userGuide:'CKEditor gebruiksaanwijzing',moreInfo:'Voor licentie informatie, bezoek onze website:',copy:'Copyright © $1. Alle rechten voorbehouden.'},maximize:'Maximaliseren',minimize:'Minimaliseren',fakeobjects:{anchor:'Anker',flash:'Flash animatie',iframe:'IFrame',hiddenfield:'Verborgen veld',unknown:'Onbekend object'},resize:'Sleep om te herschalen',colordialog:{title:'Selecteer kleur',options:'Kleuropties',highlight:'Actief',selected:'Geselecteerd',clear:'Wissen'},toolbarCollapse:'Werkbalk inklappen',toolbarExpand:'Werkbalk uitklappen',toolbarGroups:{document:'Document',clipboard:'Klembord/Ongedaan maken',editing:'Bewerken',forms:'Formulieren',basicstyles:'Basisstijlen',paragraph:'Paragraaf',links:'Links',insert:'Invoegen',styles:'Stijlen',colors:'Kleuren',tools:'Toepassingen'},bidi:{ltr:'Schrijfrichting van links naar rechts',rtl:'Schrijfrichting van rechts naar links'},docprops:{label:'Documenteigenschappen',title:'Documenteigenschappen',design:'Ontwerp',meta:'Meta tags',chooseColor:'Kiezen',other:'Anders...',docTitle:'Paginatitel',charset:'Tekencodering',charsetOther:'Andere tekencodering',charsetASCII:'ASCII',charsetCE:'Centraal Europees',charsetCT:'Tranditioneel Chinees (Big5)',charsetCR:'Cyrillisch',charsetGR:'Grieks',charsetJP:'Japans',charsetKR:'Koreaans',charsetTR:'Turks',charsetUN:'Unicode (UTF-8)',charsetWE:'West Europees',docType:'Documenttype-definitie',docTypeOther:'Andere documenttype-definitie',xhtmlDec:'XHTML declaratie invoegen',bgColor:'Achtergrondkleur',bgImage:'Achtergrondafbeelding URL',bgFixed:'Niet-scrollend (gefixeerde) achtergrond',txtColor:'Tekstkleur',margin:'Pagina marges',marginTop:'Boven',marginLeft:'Links',marginRight:'Rechts',marginBottom:'Onder',metaKeywords:'Trefwoorden voor indexering (komma-gescheiden)',metaDescription:'Documentbeschrijving',metaAuthor:'Auteur',metaCopyright:'Auteursrechten',previewHtml:'<p>Dit is <strong>voorbeeld tekst</strong>. Je gebruikt <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['nl']={"editor":"Tekstverwerker","editorPanel":"Tekstverwerker beheerpaneel","common":{"editorHelp":"Druk ALT 0 voor hulp","browseServer":"Bladeren op server","url":"URL","protocol":"Protocol","upload":"Upload","uploadSubmit":"Naar server verzenden","image":"Afbeelding","flash":"Flash","form":"Formulier","checkbox":"Selectievinkje","radio":"Keuzerondje","textField":"Tekstveld","textarea":"Tekstvak","hiddenField":"Verborgen veld","button":"Knop","select":"Selectieveld","imageButton":"Afbeeldingsknop","notSet":"<niet ingevuld>","id":"Id","name":"Naam","langDir":"Schrijfrichting","langDirLtr":"Links naar rechts (LTR)","langDirRtl":"Rechts naar links (RTL)","langCode":"Taalcode","longDescr":"Lange URL-omschrijving","cssClass":"Stylesheet-klassen","advisoryTitle":"Adviserende titel","cssStyle":"Stijl","ok":"OK","cancel":"Annuleren","close":"Sluiten","preview":"Voorbeeld","resize":"Sleep om te herschalen","generalTab":"Algemeen","advancedTab":"Geavanceerd","validateNumberFailed":"Deze waarde is geen geldig getal.","confirmNewPage":"Alle aangebrachte wijzigingen gaan verloren. Weet u zeker dat u een nieuwe pagina wilt openen?","confirmCancel":"Enkele opties zijn gewijzigd. Weet u zeker dat u dit dialoogvenster wilt sluiten?","options":"Opties","target":"Doelvenster","targetNew":"Nieuw venster (_blank)","targetTop":"Hele venster (_top)","targetSelf":"Zelfde venster (_self)","targetParent":"Origineel venster (_parent)","langDirLTR":"Links naar rechts (LTR)","langDirRTL":"Rechts naar links (RTL)","styles":"Stijl","cssClasses":"Stylesheet-klassen","width":"Breedte","height":"Hoogte","align":"Uitlijning","alignLeft":"Links","alignRight":"Rechts","alignCenter":"Centreren","alignTop":"Boven","alignMiddle":"Midden","alignBottom":"Onder","invalidValue":"Ongeldige waarde.","invalidHeight":"De hoogte moet een getal zijn.","invalidWidth":"De breedte moet een getal zijn.","invalidCssLength":"Waarde in veld \"%1\" moet een positief nummer zijn, met of zonder een geldige CSS meeteenheid (px, %, in, cm, mm, em, ex, pt of pc).","invalidHtmlLength":"Waarde in veld \"%1\" moet een positief nummer zijn, met of zonder een geldige HTML meeteenheid (px of %).","invalidInlineStyle":"Waarde voor de online stijl moet bestaan uit een of meerdere tupels met het formaat \"naam : waarde\", gescheiden door puntkomma's.","cssLengthTooltip":"Geef een nummer in voor een waarde in pixels of geef een nummer in met een geldige CSS eenheid (px, %, in, cm, mm, em, ex, pt, of pc).","unavailable":"%1<span class=\"cke_accessibility\">, niet beschikbaar</span>"},"about":{"copy":"Copyright © $1. Alle rechten voorbehouden.","dlgTitle":"Over CKEditor","help":"Bekijk de $1 voor hulp.","moreInfo":"Bezoek onze website voor licentieinformatie:","title":"Over CKEditor","userGuide":"CKEditor gebruiksaanwijzing"},"basicstyles":{"bold":"Vet","italic":"Cursief","strike":"Doorhalen","subscript":"Subscript","superscript":"Superscript","underline":"Onderstrepen"},"bidi":{"ltr":"Schrijfrichting van links naar rechts","rtl":"Schrijfrichting van rechts naar links"},"blockquote":{"toolbar":"Citaatblok"},"clipboard":{"copy":"Kopiëren","copyError":"De beveiligingsinstelling van de browser verhinderen het automatisch kopiëren. Gebruik de sneltoets Ctrl/Cmd+C van het toetsenbord.","cut":"Knippen","cutError":"De beveiligingsinstelling van de browser verhinderen het automatisch knippen. Gebruik de sneltoets Ctrl/Cmd+X van het toetsenbord.","paste":"Plakken","pasteArea":"Plakgebied","pasteMsg":"Plak de tekst in het volgende vak gebruikmakend van uw toetsenbord (<strong>Ctrl/Cmd+V</strong>) en klik op OK.","securityMsg":"Door de beveiligingsinstellingen van uw browser is het niet mogelijk om direct vanuit het klembord in de editor te plakken. Middels opnieuw plakken in dit venster kunt u de tekst alsnog plakken in de editor.","title":"Plakken"},"button":{"selectedLabel":"%1 (Geselecteerd)"},"colorbutton":{"auto":"Automatisch","bgColorTitle":"Achtergrondkleur","colors":{"000":"Zwart","800000":"Kastanjebruin","8B4513":"Chocoladebruin","2F4F4F":"Donkerleigrijs","008080":"Blauwgroen","000080":"Marine","4B0082":"Indigo","696969":"Donkergrijs","B22222":"Baksteen","A52A2A":"Bruin","DAA520":"Donkergeel","006400":"Donkergroen","40E0D0":"Turquoise","0000CD":"Middenblauw","800080":"Paars","808080":"Grijs","F00":"Rood","FF8C00":"Donkeroranje","FFD700":"Goud","008000":"Groen","0FF":"Cyaan","00F":"Blauw","EE82EE":"Violet","A9A9A9":"Donkergrijs","FFA07A":"Lichtzalm","FFA500":"Oranje","FFFF00":"Geel","00FF00":"Felgroen","AFEEEE":"Lichtturquoise","ADD8E6":"Lichtblauw","DDA0DD":"Pruim","D3D3D3":"Lichtgrijs","FFF0F5":"Linnen","FAEBD7":"Ivoor","FFFFE0":"Lichtgeel","F0FFF0":"Honingdauw","F0FFFF":"Azuur","F0F8FF":"Licht hemelsblauw","E6E6FA":"Lavendel","FFF":"Wit"},"more":"Meer kleuren...","panelTitle":"Kleuren","textColorTitle":"Tekstkleur"},"colordialog":{"clear":"Wissen","highlight":"Actief","options":"Kleuropties","selected":"Geselecteerde kleur","title":"Selecteer kleur"},"templates":{"button":"Sjablonen","emptyListMsg":"(Geen sjablonen gedefinieerd)","insertOption":"Vervang de huidige inhoud","options":"Template opties","selectPromptMsg":"Selecteer het sjabloon dat in de editor geopend moet worden (de actuele inhoud gaat verloren):","title":"Inhoud sjablonen"},"contextmenu":{"options":"Contextmenu opties"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Adviserende titel","cssClassInputLabel":"Stylesheet klassen","edit":"Div wijzigen","inlineStyleInputLabel":"Inline stijl","langDirLTRLabel":"Links naar rechts (LTR)","langDirLabel":"Schrijfrichting","langDirRTLLabel":"Rechts naar links (RTL)","languageCodeInputLabel":" Taalcode","remove":"Div verwijderen","styleSelectLabel":"Stijl","title":"Div aanmaken","toolbar":"Div aanmaken"},"toolbar":{"toolbarCollapse":"Werkbalk inklappen","toolbarExpand":"Werkbalk uitklappen","toolbarGroups":{"document":"Document","clipboard":"Klembord/Ongedaan maken","editing":"Bewerken","forms":"Formulieren","basicstyles":"Basisstijlen","paragraph":"Paragraaf","links":"Links","insert":"Invoegen","styles":"Stijlen","colors":"Kleuren","tools":"Toepassingen"},"toolbars":"Werkbalken"},"elementspath":{"eleLabel":"Elementenpad","eleTitle":"%1 element"},"find":{"find":"Zoeken","findOptions":"Zoekopties","findWhat":"Zoeken naar:","matchCase":"Hoofdlettergevoelig","matchCyclic":"Doorlopend zoeken","matchWord":"Hele woord moet voorkomen","notFoundMsg":"De opgegeven tekst is niet gevonden.","replace":"Vervangen","replaceAll":"Alles vervangen","replaceSuccessMsg":"%1 resultaten vervangen.","replaceWith":"Vervangen met:","title":"Zoeken en vervangen"},"fakeobjects":{"anchor":"Interne link","flash":"Flash animatie","hiddenfield":"Verborgen veld","iframe":"IFrame","unknown":"Onbekend object"},"flash":{"access":"Script toegang","accessAlways":"Altijd","accessNever":"Nooit","accessSameDomain":"Zelfde domeinnaam","alignAbsBottom":"Absoluut-onder","alignAbsMiddle":"Absoluut-midden","alignBaseline":"Basislijn","alignTextTop":"Boven tekst","bgcolor":"Achtergrondkleur","chkFull":"Schermvullend toestaan","chkLoop":"Herhalen","chkMenu":"Flashmenu's inschakelen","chkPlay":"Automatisch afspelen","flashvars":"Variabelen voor Flash","hSpace":"HSpace","properties":"Eigenschappen Flash","propertiesTab":"Eigenschappen","quality":"Kwaliteit","qualityAutoHigh":"Automatisch hoog","qualityAutoLow":"Automatisch laag","qualityBest":"Beste","qualityHigh":"Hoog","qualityLow":"Laag","qualityMedium":"Gemiddeld","scale":"Schaal","scaleAll":"Alles tonen","scaleFit":"Precies passend","scaleNoBorder":"Geen rand","title":"Eigenschappen Flash","vSpace":"VSpace","validateHSpace":"De HSpace moet een getal zijn.","validateSrc":"De URL mag niet leeg zijn.","validateVSpace":"De VSpace moet een getal zijn.","windowMode":"Venster modus","windowModeOpaque":"Ondoorzichtig","windowModeTransparent":"Doorzichtig","windowModeWindow":"Venster"},"font":{"fontSize":{"label":"Lettergrootte","voiceLabel":"Lettergrootte","panelTitle":"Lettergrootte"},"label":"Lettertype","panelTitle":"Lettertype","voiceLabel":"Lettertype"},"forms":{"button":{"title":"Eigenschappen knop","text":"Tekst (waarde)","type":"Soort","typeBtn":"Knop","typeSbm":"Versturen","typeRst":"Leegmaken"},"checkboxAndRadio":{"checkboxTitle":"Eigenschappen aanvinkvakje","radioTitle":"Eigenschappen selectievakje","value":"Waarde","selected":"Geselecteerd"},"form":{"title":"Eigenschappen formulier","menu":"Eigenschappen formulier","action":"Actie","method":"Methode","encoding":"Codering"},"hidden":{"title":"Eigenschappen verborgen veld","name":"Naam","value":"Waarde"},"select":{"title":"Eigenschappen selectieveld","selectInfo":"Informatie","opAvail":"Beschikbare opties","value":"Waarde","size":"Grootte","lines":"Regels","chkMulti":"Gecombineerde selecties toestaan","opText":"Tekst","opValue":"Waarde","btnAdd":"Toevoegen","btnModify":"Wijzigen","btnUp":"Omhoog","btnDown":"Omlaag","btnSetValue":"Als geselecteerde waarde instellen","btnDelete":"Verwijderen"},"textarea":{"title":"Eigenschappen tekstvak","cols":"Kolommen","rows":"Rijen"},"textfield":{"title":"Eigenschappen tekstveld","name":"Naam","value":"Waarde","charWidth":"Breedte (tekens)","maxChars":"Maximum aantal tekens","type":"Soort","typeText":"Tekst","typePass":"Wachtwoord","typeEmail":"E-mail","typeSearch":"Zoeken","typeTel":"Telefoonnummer","typeUrl":"URL"}},"format":{"label":"Opmaak","panelTitle":"Opmaak","tag_address":"Adres","tag_div":"Normaal (DIV)","tag_h1":"Kop 1","tag_h2":"Kop 2","tag_h3":"Kop 3","tag_h4":"Kop 4","tag_h5":"Kop 5","tag_h6":"Kop 6","tag_p":"Normaal","tag_pre":"Met opmaak"},"horizontalrule":{"toolbar":"Horizontale lijn invoegen"},"iframe":{"border":"Framerand tonen","noUrl":"Vul de IFrame URL in","scrolling":"Scrollbalken inschakelen","title":"IFrame-eigenschappen","toolbar":"IFrame"},"image":{"alertUrl":"Geef de URL van de afbeelding","alt":"Alternatieve tekst","border":"Rand","btnUpload":"Naar server verzenden","button2Img":"Wilt u de geselecteerde afbeeldingsknop vervangen door een eenvoudige afbeelding?","hSpace":"HSpace","img2Button":"Wilt u de geselecteerde afbeelding vervangen door een afbeeldingsknop?","infoTab":"Informatie afbeelding","linkTab":"Link","lockRatio":"Afmetingen vergrendelen","menu":"Eigenschappen afbeelding","resetSize":"Afmetingen resetten","title":"Eigenschappen afbeelding","titleButton":"Eigenschappen afbeeldingsknop","upload":"Upload","urlMissing":"De URL naar de afbeelding ontbreekt.","vSpace":"VSpace","validateBorder":"Rand moet een heel nummer zijn.","validateHSpace":"HSpace moet een heel nummer zijn.","validateVSpace":"VSpace moet een heel nummer zijn."},"indent":{"indent":"Inspringing vergroten","outdent":"Inspringing verkleinen"},"smiley":{"options":"Smiley opties","title":"Smiley invoegen","toolbar":"Smiley"},"justify":{"block":"Uitvullen","center":"Centreren","left":"Links uitlijnen","right":"Rechts uitlijnen"},"language":{"button":"Taal instellen","remove":"Taal verwijderen"},"link":{"acccessKey":"Toegangstoets","advanced":"Geavanceerd","advisoryContentType":"Aanbevolen content-type","advisoryTitle":"Adviserende titel","anchor":{"toolbar":"Interne link","menu":"Eigenschappen interne link","title":"Eigenschappen interne link","name":"Naam interne link","errorName":"Geef de naam van de interne link op","remove":"Interne link verwijderen"},"anchorId":"Op kenmerk interne link","anchorName":"Op naam interne link","charset":"Karakterset van gelinkte bron","cssClasses":"Stylesheet-klassen","emailAddress":"E-mailadres","emailBody":"Inhoud bericht","emailSubject":"Onderwerp bericht","id":"Id","info":"Linkomschrijving","langCode":"Taalcode","langDir":"Schrijfrichting","langDirLTR":"Links naar rechts (LTR)","langDirRTL":"Rechts naar links (RTL)","menu":"Link wijzigen","name":"Naam","noAnchors":"(Geen interne links in document gevonden)","noEmail":"Geef een e-mailadres","noUrl":"Geef de link van de URL","other":"<ander>","popupDependent":"Afhankelijk (Netscape)","popupFeatures":"Instellingen popupvenster","popupFullScreen":"Volledig scherm (IE)","popupLeft":"Positie links","popupLocationBar":"Locatiemenu","popupMenuBar":"Menubalk","popupResizable":"Herschaalbaar","popupScrollBars":"Schuifbalken","popupStatusBar":"Statusbalk","popupToolbar":"Werkbalk","popupTop":"Positie boven","rel":"Relatie","selectAnchor":"Kies een interne link","styles":"Stijl","tabIndex":"Tabvolgorde","target":"Doelvenster","targetFrame":"<frame>","targetFrameName":"Naam doelframe","targetPopup":"<popupvenster>","targetPopupName":"Naam popupvenster","title":"Link","toAnchor":"Interne link in pagina","toEmail":"E-mail","toUrl":"URL","toolbar":"Link invoegen/wijzigen","type":"Linktype","unlink":"Link verwijderen","upload":"Upload"},"list":{"bulletedlist":"Opsomming invoegen","numberedlist":"Genummerde lijst invoegen"},"liststyle":{"armenian":"Armeense nummering","bulletedTitle":"Eigenschappen lijst met opsommingstekens","circle":"Cirkel","decimal":"Cijfers (1, 2, 3, etc.)","decimalLeadingZero":"Cijfers beginnen met nul (01, 02, 03, etc.)","disc":"Schijf","georgian":"Georgische nummering (an, ban, gan, etc.)","lowerAlpha":"Kleine letters (a, b, c, d, e, etc.)","lowerGreek":"Grieks kleine letters (alpha, beta, gamma, etc.)","lowerRoman":"Romeins kleine letters (i, ii, iii, iv, v, etc.)","none":"Geen","notset":"<niet gezet>","numberedTitle":"Eigenschappen genummerde lijst","square":"Vierkant","start":"Start","type":"Type","upperAlpha":"Hoofdletters (A, B, C, D, E, etc.)","upperRoman":"Romeinse hoofdletters (I, II, III, IV, V, etc.)","validateStartNumber":"Startnummer van de lijst moet een heel nummer zijn."},"magicline":{"title":"Hier paragraaf invoeren"},"maximize":{"maximize":"Maximaliseren","minimize":"Minimaliseren"},"newpage":{"toolbar":"Nieuwe pagina"},"pagebreak":{"alt":"Pagina-einde","toolbar":"Pagina-einde invoegen"},"pastetext":{"button":"Plakken als platte tekst","title":"Plakken als platte tekst"},"pastefromword":{"confirmCleanup":"De tekst die u wilt plakken lijkt gekopieerd te zijn vanuit Word. Wilt u de tekst opschonen voordat deze geplakt wordt?","error":"Het was niet mogelijk om de geplakte tekst op te schonen door een interne fout","title":"Plakken vanuit Word","toolbar":"Plakken vanuit Word"},"preview":{"preview":"Voorbeeld"},"print":{"toolbar":"Afdrukken"},"removeformat":{"toolbar":"Opmaak verwijderen"},"save":{"toolbar":"Opslaan"},"selectall":{"toolbar":"Alles selecteren"},"showblocks":{"toolbar":"Toon blokken"},"sourcearea":{"toolbar":"Broncode"},"specialchar":{"options":"Speciale tekens opties","title":"Selecteer speciaal teken","toolbar":"Speciaal teken invoegen"},"scayt":{"about":"Over SCAYT","aboutTab":"Over","addWord":"Woord toevoegen","allCaps":"Negeer woorden helemaal in hoofdletters","dic_create":"Aanmaken","dic_delete":"Verwijderen","dic_field_name":"Naam woordenboek","dic_info":"Initieel wordt het gebruikerswoordenboek opgeslagen in een cookie. Cookies zijn echter beperkt in grootte. Zodra het gebruikerswoordenboek het punt bereikt waarop het niet meer in een cookie opgeslagen kan worden, dan wordt het woordenboek op de server opgeslagen. Om je persoonlijke woordenboek op je eigen server op te slaan, moet je een mapnaam opgeven. Indien je al een woordenboek hebt opgeslagen, typ dan de naam en klik op de Terugzetten knop.","dic_rename":"Hernoemen","dic_restore":"Terugzetten","dictionariesTab":"Woordenboeken","disable":"SCAYT uitschakelen","emptyDic":"De naam van het woordenboek mag niet leeg zijn.","enable":"SCAYT inschakelen","ignore":"Negeren","ignoreAll":"Alles negeren","ignoreDomainNames":"Negeer domeinnamen","langs":"Talen","languagesTab":"Talen","mixedCase":"Negeer woorden met hoofd- en kleine letters","mixedWithDigits":"Negeer woorden met cijfers","moreSuggestions":"Meer suggesties","opera_title":"Niet ondersteund door Opera","options":"Opties","optionsTab":"Opties","title":"Controleer de spelling tijdens het typen","toggle":"SCAYT in/uitschakelen","noSuggestions":"No suggestion"},"stylescombo":{"label":"Stijl","panelTitle":"Opmaakstijlen","panelTitle1":"Blok stijlen","panelTitle2":"Inline stijlen","panelTitle3":"Object stijlen"},"table":{"border":"Randdikte","caption":"Onderschrift","cell":{"menu":"Cel","insertBefore":"Voeg cel in voor","insertAfter":"Voeg cel in na","deleteCell":"Cellen verwijderen","merge":"Cellen samenvoegen","mergeRight":"Voeg samen naar rechts","mergeDown":"Voeg samen naar beneden","splitHorizontal":"Splits cel horizontaal","splitVertical":"Splits cel vertikaal","title":"Celeigenschappen","cellType":"Celtype","rowSpan":"Rijen samenvoegen","colSpan":"Kolommen samenvoegen","wordWrap":"Automatische terugloop","hAlign":"Horizontale uitlijning","vAlign":"Verticale uitlijning","alignBaseline":"Tekstregel","bgColor":"Achtergrondkleur","borderColor":"Randkleur","data":"Gegevens","header":"Kop","yes":"Ja","no":"Nee","invalidWidth":"De celbreedte moet een getal zijn.","invalidHeight":"De celhoogte moet een getal zijn.","invalidRowSpan":"Rijen samenvoegen moet een heel getal zijn.","invalidColSpan":"Kolommen samenvoegen moet een heel getal zijn.","chooseColor":"Kies"},"cellPad":"Celopvulling","cellSpace":"Celafstand","column":{"menu":"Kolom","insertBefore":"Voeg kolom in voor","insertAfter":"Voeg kolom in na","deleteColumn":"Kolommen verwijderen"},"columns":"Kolommen","deleteTable":"Tabel verwijderen","headers":"Koppen","headersBoth":"Beide","headersColumn":"Eerste kolom","headersNone":"Geen","headersRow":"Eerste rij","invalidBorder":"De randdikte moet een getal zijn.","invalidCellPadding":"Celopvulling moet een getal zijn.","invalidCellSpacing":"Celafstand moet een getal zijn.","invalidCols":"Het aantal kolommen moet een getal zijn groter dan 0.","invalidHeight":"De tabelhoogte moet een getal zijn.","invalidRows":"Het aantal rijen moet een getal zijn groter dan 0.","invalidWidth":"De tabelbreedte moet een getal zijn.","menu":"Tabeleigenschappen","row":{"menu":"Rij","insertBefore":"Voeg rij in voor","insertAfter":"Voeg rij in na","deleteRow":"Rijen verwijderen"},"rows":"Rijen","summary":"Samenvatting","title":"Tabeleigenschappen","toolbar":"Tabel","widthPc":"procent","widthPx":"pixels","widthUnit":"eenheid breedte"},"undo":{"redo":"Opnieuw uitvoeren","undo":"Ongedaan maken"},"wsc":{"btnIgnore":"Negeren","btnIgnoreAll":"Alles negeren","btnReplace":"Vervangen","btnReplaceAll":"Alles vervangen","btnUndo":"Ongedaan maken","changeTo":"Wijzig in","errorLoading":"Er is een fout opgetreden bij het laden van de dienst: %s.","ieSpellDownload":"De spellingscontrole is niet geïnstalleerd. Wilt u deze nu downloaden?","manyChanges":"Klaar met spellingscontrole: %1 woorden aangepast","noChanges":"Klaar met spellingscontrole: geen woorden aangepast","noMispell":"Klaar met spellingscontrole: geen fouten gevonden","noSuggestions":"- Geen suggesties -","notAvailable":"Excuses, deze dienst is momenteel niet beschikbaar.","notInDic":"Niet in het woordenboek","oneChange":"Klaar met spellingscontrole: één woord aangepast","progress":"Bezig met spellingscontrole...","title":"Spellingscontrole","toolbar":"Spellingscontrole"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/no.js b/skins/ckeditor/lang/no.js index 799e9e0..57a454b 100644 --- a/skins/ckeditor/lang/no.js +++ b/skins/ckeditor/lang/no.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.no={dir:'ltr',editorTitle:'Rikteksteditor, %1, trykk ALT 0 for hjelp.',toolbars:'Editor toolbars',editor:'Rikteksteditor',source:'Kilde',newPage:'Ny side',save:'Lagre',preview:'ForhÃ¥ndsvis',cut:'Klipp ut',copy:'Kopier',paste:'Lim inn',print:'Skriv ut',underline:'Understreking',bold:'Fet',italic:'Kursiv',selectAll:'Merk alt',removeFormat:'Fjern formatering',strike:'Gjennomstreking',subscript:'Senket skrift',superscript:'Hevet skrift',horizontalrule:'Sett inn horisontal linje',pagebreak:'Sett inn sideskift for utskrift',pagebreakAlt:'Sideskift',unlink:'Fjern lenke',undo:'Angre',redo:'Gjør om',common:{browseServer:'Bla igjennom server',url:'URL',protocol:'Protokoll',upload:'Last opp',uploadSubmit:'Send det til serveren',image:'Bilde',flash:'Flash',form:'Skjema',checkbox:'Avmerkingsboks',radio:'Alternativknapp',textField:'Tekstboks',textarea:'TekstomrÃ¥de',hiddenField:'Skjult felt',button:'Knapp',select:'Rullegardinliste',imageButton:'Bildeknapp',notSet:'<ikke satt>',id:'Id',name:'Navn',langDir:'SprÃ¥kretning',langDirLtr:'Venstre til høyre (VTH)',langDirRtl:'Høyre til venstre (HTV)',langCode:'SprÃ¥kkode',longDescr:'Utvidet beskrivelse',cssClass:'Stilarkklasser',advisoryTitle:'Tittel',cssStyle:'Stil',ok:'OK',cancel:'Avbryt',close:'Lukk',preview:'ForhÃ¥ndsvis',generalTab:'Generelt',advancedTab:'Avansert',validateNumberFailed:'Denne verdien er ikke et tall.',confirmNewPage:'Alle ulagrede endringer som er gjort i dette innholdet vil bli tapt. Er du sikker pÃ¥ at du vil laste en ny side?',confirmCancel:'Noen av valgene har blitt endret. Er du sikker pÃ¥ at du vil lukke dialogen?',options:'Valg',target:'MÃ¥l',targetNew:'Nytt vindu (_blank)',targetTop:'Hele vindu (_top)',targetSelf:'Samme vindu (_self)',targetParent:'Foreldrevindu (_parent)',langDirLTR:'Venstre til høyre (VTH)',langDirRTL:'Høyre til venstre (HTV)',styles:'Stil',cssClasses:'Stilarkklasser',width:'Bredde',height:'Høyde',align:'Juster',alignLeft:'Venstre',alignRight:'Høyre',alignCenter:'Midtjuster',alignTop:'Topp',alignMiddle:'Midten',alignBottom:'Bunn',invalidHeight:'Høyde mÃ¥ være et tall.',invalidWidth:'Bredde mÃ¥ være et tall.',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 %).',unavailable:'%1<span class="cke_accessibility">, utilgjenglig</span>'},contextmenu:{options:'Alternativer for høyreklikkmeny'},specialChar:{toolbar:'Sett inn spesialtegn',title:'Velg spesialtegn',options:'Alternativer for spesialtegn'},link:{toolbar:'Sett inn/Rediger lenke',other:'<annen>',menu:'Rediger lenke',title:'Lenke',info:'Lenkeinfo',target:'MÃ¥l',upload:'Last opp',advanced:'Avansert',type:'Lenketype',toUrl:'URL',toAnchor:'Lenke til anker i teksten',toEmail:'E-post',targetFrame:'<ramme>',targetPopup:'<popup-vindu>',targetFrameName:'MÃ¥lramme',targetPopupName:'Navn pÃ¥ popup-vindu',popupFeatures:'Egenskaper for popup-vindu',popupResizable:'Skalerbar',popupStatusBar:'Statuslinje',popupLocationBar:'Adresselinje',popupToolbar:'Verktøylinje',popupMenuBar:'Menylinje',popupFullScreen:'Fullskjerm (IE)',popupScrollBars:'Scrollbar',popupDependent:'Avhenging (Netscape)',popupLeft:'Venstre posisjon',popupTop:'Topp-posisjon',id:'Id',langDir:'SprÃ¥kretning',langDirLTR:'Venstre til høyre (VTH)',langDirRTL:'Høyre til venstre (HTV)',acccessKey:'Aksessknapp',name:'Navn',langCode:'SprÃ¥kkode',tabIndex:'Tabindeks',advisoryTitle:'Tittel',advisoryContentType:'Type',cssClasses:'Stilarkklasser',charset:'Lenket tegnsett',styles:'Stil',rel:'Relationship',selectAnchor:'Velg et anker',anchorName:'Anker etter navn',anchorId:'Element etter ID',emailAddress:'E-postadresse',emailSubject:'Meldingsemne',emailBody:'Melding',noAnchors:'(Ingen anker i dokumentet)',noUrl:'Vennligst skriv inn lenkens URL',noEmail:'Vennligst skriv inn e-postadressen'},anchor:{toolbar:'Sett inn/Rediger anker',menu:'Egenskaper for anker',title:'Egenskaper for anker',name:'Ankernavn',errorName:'Vennligst skriv inn ankernavnet',remove:'Remove Anchor'},list:{numberedTitle:'Egenskaper for nummerert liste',bulletedTitle:'Egenskaper for punktmerket liste',type:'Type',start:'Start',validateStartNumber:'Starten pÃ¥ listen mÃ¥ være et heltall.',circle:'Sirkel',disc:'Disk',square:'Firkant',none:'Ingen',notset:'<ikke satt>',armenian:'Armensk nummerering',georgian:'Georgisk nummerering (an, ban, gan, osv.)',lowerRoman:'Romertall, smÃ¥ (i, ii, iii, iv, v, osv.)',upperRoman:'Romertall, store (I, II, III, IV, V, osv.)',lowerAlpha:'Alfabetisk, smÃ¥ (a, b, c, d, e, osv.)',upperAlpha:'Alfabetisk, store (A, B, C, D, E, osv.)',lowerGreek:'Gresk, smÃ¥ (alpha, beta, gamma, osv.)',decimal:'Tall (1, 2, 3, osv.)',decimalLeadingZero:'Tall, med førstesiffer null (01, 02, 03, osv.)'},findAndReplace:{title:'Søk og erstatt',find:'Søk',replace:'Erstatt',findWhat:'Søk etter:',replaceWith:'Erstatt med:',notFoundMsg:'Fant ikke søketeksten.',matchCase:'Skill mellom store og smÃ¥ bokstaver',matchWord:'Bare hele ord',matchCyclic:'Søk i hele dokumentet',replaceAll:'Erstatt alle',replaceSuccessMsg:'%1 tilfelle(r) erstattet.'},table:{toolbar:'Tabell',title:'Egenskaper for tabell',menu:'Egenskaper for tabell',deleteTable:'Slett tabell',rows:'Rader',columns:'Kolonner',border:'Rammestørrelse',widthPx:'piksler',widthPc:'prosent',widthUnit:'Bredde-enhet',cellSpace:'Cellemarg',cellPad:'Cellepolstring',caption:'Tittel',summary:'Sammendrag',headers:'Overskrifter',headersNone:'Ingen',headersColumn:'Første kolonne',headersRow:'Første rad',headersBoth:'Begge',invalidRows:'Antall rader mÃ¥ være et tall større enn 0.',invalidCols:'Antall kolonner mÃ¥ være et tall større enn 0.',invalidBorder:'Rammestørrelse mÃ¥ være et tall.',invalidWidth:'Tabellbredde mÃ¥ være et tall.',invalidHeight:'Tabellhøyde mÃ¥ være et tall.',invalidCellSpacing:'Cellemarg mÃ¥ være et tall.',invalidCellPadding:'Cellepolstring mÃ¥ være et tall.',cell:{menu:'Celle',insertBefore:'Sett inn celle før',insertAfter:'Sett inn celle etter',deleteCell:'Slett celler',merge:'SlÃ¥ sammen celler',mergeRight:'SlÃ¥ sammen høyre',mergeDown:'SlÃ¥ sammen ned',splitHorizontal:'Del celle horisontalt',splitVertical:'Del celle vertikalt',title:'Celleegenskaper',cellType:'Celletype',rowSpan:'Radspenn',colSpan:'Kolonnespenn',wordWrap:'Tekstbrytning',hAlign:'Horisontal justering',vAlign:'Vertikal justering',alignBaseline:'Grunnlinje',bgColor:'Bakgrunnsfarge',borderColor:'Rammefarge',data:'Data',header:'Overskrift',yes:'Ja',no:'Nei',invalidWidth:'Cellebredde mÃ¥ være et tall.',invalidHeight:'Cellehøyde mÃ¥ være et tall.',invalidRowSpan:'Radspenn mÃ¥ være et heltall.',invalidColSpan:'Kolonnespenn mÃ¥ være et heltall.',chooseColor:'Velg'},row:{menu:'Rader',insertBefore:'Sett inn rad før',insertAfter:'Sett inn rad etter',deleteRow:'Slett rader'},column:{menu:'Kolonne',insertBefore:'Sett inn kolonne før',insertAfter:'Sett inn kolonne etter',deleteColumn:'Slett kolonner'}},button:{title:'Egenskaper for knapp',text:'Tekst (verdi)',type:'Type',typeBtn:'Knapp',typeSbm:'Send',typeRst:'Nullstill'},checkboxAndRadio:{checkboxTitle:'Egenskaper for avmerkingsboks',radioTitle:'Egenskaper for alternativknapp',value:'Verdi',selected:'Valgt'},form:{title:'Egenskaper for skjema',menu:'Egenskaper for skjema',action:'Handling',method:'Metode',encoding:'Encoding'},select:{title:'Egenskaper for rullegardinliste',selectInfo:'Info',opAvail:'Tilgjenglige alternativer',value:'Verdi',size:'Størrelse',lines:'Linjer',chkMulti:'Tillat flervalg',opText:'Tekst',opValue:'Verdi',btnAdd:'Legg til',btnModify:'Endre',btnUp:'Opp',btnDown:'Ned',btnSetValue:'Sett som valgt',btnDelete:'Slett'},textarea:{title:'Egenskaper for tekstomrÃ¥de',cols:'Kolonner',rows:'Rader'},textfield:{title:'Egenskaper for tekstfelt',name:'Navn',value:'Verdi',charWidth:'Tegnbredde',maxChars:'Maks antall tegn',type:'Type',typeText:'Tekst',typePass:'Passord'},hidden:{title:'Egenskaper for skjult felt',name:'Navn',value:'Verdi'},image:{title:'Bildeegenskaper',titleButton:'Egenskaper for bildeknapp',menu:'Bildeegenskaper',infoTab:'Bildeinformasjon',btnUpload:'Send det til serveren',upload:'Last opp',alt:'Alternativ tekst',lockRatio:'LÃ¥s forhold',resetSize:'Tilbakestill størrelse',border:'Ramme',hSpace:'HMarg',vSpace:'VMarg',alertUrl:'Vennligst skriv bilde-urlen',linkTab:'Lenke',button2Img:'Vil du endre den valgte bildeknappen til et vanlig bilde?',img2Button:'Vil du endre det valgte bildet til en bildeknapp?',urlMissing:'Bildets adresse mangler.',validateBorder:'Ramme mÃ¥ være et heltall.',validateHSpace:'HMarg mÃ¥ være et heltall.',validateVSpace:'VMarg mÃ¥ være et heltall.'},flash:{properties:'Egenskaper for Flash-objekt',propertiesTab:'Egenskaper',title:'Flash-egenskaper',chkPlay:'Autospill',chkLoop:'Loop',chkMenu:'SlÃ¥ pÃ¥ Flash-meny',chkFull:'Tillat fullskjerm',scale:'Skaler',scaleAll:'Vis alt',scaleNoBorder:'Ingen ramme',scaleFit:'Skaler til Ã¥ passe',access:'Scripttilgang',accessAlways:'Alltid',accessSameDomain:'Samme domene',accessNever:'Aldri',alignAbsBottom:'Abs bunn',alignAbsMiddle:'Abs midten',alignBaseline:'Bunnlinje',alignTextTop:'Tekst topp',quality:'Kvalitet',qualityBest:'Best',qualityHigh:'Høy',qualityAutoHigh:'Auto høy',qualityMedium:'Medium',qualityAutoLow:'Auto lav',qualityLow:'Lav',windowModeWindow:'Vindu',windowModeOpaque:'Opaque',windowModeTransparent:'Gjennomsiktig',windowMode:'Vindumodus',flashvars:'Variabler for flash',bgcolor:'Bakgrunnsfarge',hSpace:'HMarg',vSpace:'VMarg',validateSrc:'Vennligst skriv inn lenkens url.',validateHSpace:'HMarg mÃ¥ være et tall.',validateVSpace:'VMarg mÃ¥ være et tall.'},spellCheck:{toolbar:'Stavekontroll',title:'Stavekontroll',notAvailable:'Beklager, tjenesten er utilgjenglig nÃ¥.',errorLoading:'Feil under lasting av applikasjonstjenestetjener: %s.',notInDic:'Ikke i ordboken',changeTo:'Endre til',btnIgnore:'Ignorer',btnIgnoreAll:'Ignorer alle',btnReplace:'Erstatt',btnReplaceAll:'Erstatt alle',btnUndo:'Angre',noSuggestions:'- Ingen forslag -',progress:'Stavekontroll pÃ¥gÃ¥r...',noMispell:'Stavekontroll fullført: ingen feilstavinger funnet',noChanges:'Stavekontroll fullført: ingen ord endret',oneChange:'Stavekontroll fullført: Ett ord endret',manyChanges:'Stavekontroll fullført: %1 ord endret',ieSpellDownload:'Stavekontroll er ikke installert. Vil du laste den ned nÃ¥?'},smiley:{toolbar:'Smil',title:'Sett inn smil',options:'Alternativer for smil'},elementsPath:{eleLabel:'Element-sti',eleTitle:'%1 element'},numberedlist:'Legg til/Fjern nummerert liste',bulletedlist:'Legg til/Fjern punktmerket liste',indent:'Ãk innrykk',outdent:'Reduser innrykk',justify:{left:'Venstrejuster',center:'Midtstill',right:'Høyrejuster',block:'Blokkjuster'},blockquote:'Sitatblokk',clipboard:{title:'Lim inn',cutError:'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk klipping av tekst. Vennligst bruk snareveien (Ctrl/Cmd+X).',copyError:'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snareveien (Ctrl/Cmd+C).',pasteMsg:'Vennligst lim inn i følgende boks med tastaturet (<STRONG>Ctrl/Cmd+V</STRONG>) og trykk <STRONG>OK</STRONG>.',securityMsg:'Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du mÃ¥ derfor lime det inn pÃ¥ nytt i dette vinduet.',pasteArea:'InnlimingsomrÃ¥de'},pastefromword:{confirmCleanup:'Teksten du limer inn ser ut til Ã¥ være kopiert fra Word. Vil du renske den før du limer den inn?',toolbar:'Lim inn fra Word',title:'Lim inn fra Word',error:'Det var ikke mulig Ã¥ renske den innlimte teksten pÃ¥ grunn av en intern feil'},pasteText:{button:'Lim inn som ren tekst',title:'Lim inn som ren tekst'},templates:{button:'Maler',title:'Innholdsmaler',options:'Alternativer for mal',insertOption:'Erstatt gjeldende innhold',selectPromptMsg:'Velg malen du vil Ã¥pne i redigeringsverktøyet:',emptyListMsg:'(Ingen maler definert)'},showBlocks:'Vis blokker',stylesCombo:{label:'Stil',panelTitle:'Stilformater',panelTitle1:'Blokkstiler',panelTitle2:'Inlinestiler',panelTitle3:'Objektstiler'},format:{label:'Format',panelTitle:'Avsnittsformat',tag_p:'Normal',tag_pre:'Formatert',tag_address:'Adresse',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_div:'Normal (DIV)'},div:{title:'Sett inn Div Container',toolbar:'Sett inn Div Container',cssClassInputLabel:'Stilark-klasser',styleSelectLabel:'Stil',IdInputLabel:'Id',languageCodeInputLabel:' SprÃ¥kkode',inlineStyleInputLabel:'Inlinestiler',advisoryTitleInputLabel:'Tittel',langDirLabel:'SprÃ¥kretning',langDirLTRLabel:'Venstre til høyre (VTH)',langDirRTLLabel:'Høyre til venstre (HTV)',edit:'Rediger Div',remove:'Fjern Div'},iframe:{title:'Egenskaper for IFrame',toolbar:'IFrame',noUrl:'Vennligst skriv inn URL for iframe',scrolling:'Aktiver scrollefelt',border:'Viss ramme rundt iframe'},font:{label:'Skrift',voiceLabel:'Font',panelTitle:'Skrift'},fontSize:{label:'Størrelse',voiceLabel:'Font Størrelse',panelTitle:'Størrelse'},colorButton:{textColorTitle:'Tekstfarge',bgColorTitle:'Bakgrunnsfarge',panelTitle:'Farger',auto:'Automatisk',more:'Flere farger...'},colors:{'000':'Svart',800000:'Rødbrun','8B4513':'Salbrun','2F4F4F':'Grønnsvart','008080':'BlÃ¥grønn','000080':'MarineblÃ¥tt','4B0082':'Indigo',696969:'Mørk grÃ¥',B22222:'Mørkerød',A52A2A:'Brun',DAA520:'Lys brun','006400':'Mørk grønn','40E0D0':'Turkis','0000CD':'Medium blÃ¥',800080:'Purpur',808080:'GrÃ¥',F00:'Rød',FF8C00:'Mørk oransje',FFD700:'Gull','008000':'Grønn','0FF':'Cyan','00F':'BlÃ¥',EE82EE:'Fiolett',A9A9A9:'Svak grÃ¥',FFA07A:'Rosa-oransje',FFA500:'Oransje',FFFF00:'Gul','00FF00':'Lime',AFEEEE:'Svak turkis',ADD8E6:'Lys BlÃ¥',DDA0DD:'Plomme',D3D3D3:'Lys grÃ¥',FFF0F5:'Svak lavendelrosa',FAEBD7:'Antikk-hvit',FFFFE0:'Lys gul',F0FFF0:'Honningmelon',F0FFFF:'Svakt asurblÃ¥tt',F0F8FF:'Svak cyan',E6E6FA:'Lavendel',FFF:'Hvit'},scayt:{title:'Stavekontroll mens du skriver',opera_title:'Ikke støttet av Opera',enable:'SlÃ¥ pÃ¥ SCAYT',disable:'SlÃ¥ av SCAYT',about:'Om SCAYT',toggle:'Veksle SCAYT',options:'Valg',langs:'SprÃ¥k',moreSuggestions:'Flere forslag',ignore:'Ignorer',ignoreAll:'Ignorer Alle',addWord:'Legg til ord',emptyDic:'Ordboknavn bør ikke være tom.',optionsTab:'Valg',allCaps:'Ikke kontroller ord med kun store bokstaver',ignoreDomainNames:'Ikke kontroller domenenavn',mixedCase:'Ikke kontroller ord med blandet smÃ¥ og store bokstaver',mixedWithDigits:'Ikke kontroller ord som inneholder tall',languagesTab:'SprÃ¥k',dictionariesTab:'Ordbøker',dic_field_name:'Ordboknavn',dic_create:'Opprett',dic_restore:'Gjenopprett',dic_delete:'Slett',dic_rename:'Gi nytt navn',dic_info:'Brukerordboken lagres først i en informasjonskapsel pÃ¥ din maskin, men det er en begrensning pÃ¥ hvor mye som kan lagres her. NÃ¥r ordboken blir for stor til Ã¥ lagres i en informasjonskapsel, vil vi i stedet lagre ordboken pÃ¥ vÃ¥r server. For Ã¥ lagre din personlige ordbok pÃ¥ vÃ¥r server, burde du velge et navn for ordboken din. Hvis du allerede har lagret en ordbok, vennligst skriv inn ordbokens navn og klikk pÃ¥ Gjenopprett-knappen.',aboutTab:'Om'},about:{title:'Om CKEditor',dlgTitle:'Om CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For lisensieringsinformasjon, vennligst besøk vÃ¥rt nettsted:',copy:'Copyright © $1. Alle rettigheter reservert.'},maximize:'Maksimer',minimize:'Minimer',fakeobjects:{anchor:'Anker',flash:'Flash-animasjon',iframe:'IFrame',hiddenfield:'Skjult felt',unknown:'Ukjent objekt'},resize:'Dra for Ã¥ skalere',colordialog:{title:'Velg farge',options:'Alternativer for farge',highlight:'Merk',selected:'Valgt',clear:'Tøm'},toolbarCollapse:'Skjul verktøylinje',toolbarExpand:'Vis verktøylinje',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'},bidi:{ltr:'Tekstretning fra venstre til høyre',rtl:'Tekstretning fra høyre til venstre'},docprops:{label:'Dokumentegenskaper',title:'Dokumentegenskaper',design:'Design',meta:'Meta-data',chooseColor:'Velg',other:'<annen>',docTitle:'Sidetittel',charset:'Tegnsett',charsetOther:'Annet tegnsett',charsetASCII:'ASCII',charsetCE:'Sentraleuropeisk',charsetCT:'Tradisonell kinesisk(Big5)',charsetCR:'Cyrillic',charsetGR:'Gresk',charsetJP:'Japansk',charsetKR:'Koreansk',charsetTR:'Tyrkisk',charsetUN:'Unicode (UTF-8)',charsetWE:'Vesteuropeisk',docType:'Dokumenttype header',docTypeOther:'Annet dokumenttype header',xhtmlDec:'Inkluder XHTML-deklarasjon',bgColor:'Bakgrunnsfarge',bgImage:'URL for bakgrunnsbilde',bgFixed:'LÃ¥s bakgrunnsbilde',txtColor:'Tekstfarge',margin:'Sidemargin',marginTop:'Topp',marginLeft:'Venstre',marginRight:'Høyre',marginBottom:'Bunn',metaKeywords:'Dokument nøkkelord (kommaseparert)',metaDescription:'Dokumentbeskrivelse',metaAuthor:'Forfatter',metaCopyright:'Kopirett',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['no']={"editor":"Rikteksteditor","editorPanel":"Panel for rikteksteditor","common":{"editorHelp":"Trykk ALT 0 for hjelp","browseServer":"Bla igjennom server","url":"URL","protocol":"Protokoll","upload":"Last opp","uploadSubmit":"Send det til serveren","image":"Bilde","flash":"Flash","form":"Skjema","checkbox":"Avmerkingsboks","radio":"Alternativknapp","textField":"Tekstboks","textarea":"TekstomrÃ¥de","hiddenField":"Skjult felt","button":"Knapp","select":"Rullegardinliste","imageButton":"Bildeknapp","notSet":"<ikke satt>","id":"Id","name":"Navn","langDir":"SprÃ¥kretning","langDirLtr":"Venstre til høyre (VTH)","langDirRtl":"Høyre til venstre (HTV)","langCode":"SprÃ¥kkode","longDescr":"Utvidet beskrivelse","cssClass":"Stilarkklasser","advisoryTitle":"Tittel","cssStyle":"Stil","ok":"OK","cancel":"Avbryt","close":"Lukk","preview":"ForhÃ¥ndsvis","resize":"Dra for Ã¥ skalere","generalTab":"Generelt","advancedTab":"Avansert","validateNumberFailed":"Denne verdien er ikke et tall.","confirmNewPage":"Alle ulagrede endringer som er gjort i dette innholdet vil bli tapt. Er du sikker pÃ¥ at du vil laste en ny side?","confirmCancel":"Noen av valgene har blitt endret. Er du sikker pÃ¥ at du vil lukke dialogen?","options":"Valg","target":"MÃ¥l","targetNew":"Nytt vindu (_blank)","targetTop":"Hele vindu (_top)","targetSelf":"Samme vindu (_self)","targetParent":"Foreldrevindu (_parent)","langDirLTR":"Venstre til høyre (VTH)","langDirRTL":"Høyre til venstre (HTV)","styles":"Stil","cssClasses":"Stilarkklasser","width":"Bredde","height":"Høyde","align":"Juster","alignLeft":"Venstre","alignRight":"Høyre","alignCenter":"Midtjuster","alignTop":"Topp","alignMiddle":"Midten","alignBottom":"Bunn","invalidValue":"Ugyldig verdi.","invalidHeight":"Høyde mÃ¥ være et tall.","invalidWidth":"Bredde mÃ¥ være et tall.","invalidCssLength":"Den angitte verdien for feltet \"%1\" mÃ¥ være et positivt tall med eller uten en gyldig CSS-mÃ¥lingsenhet (px, %, in, cm, mm, em, ex, pt, eller pc).","invalidHtmlLength":"Den angitte verdien for feltet \"%1\" mÃ¥ være et positivt tall med eller uten en gyldig HTML-mÃ¥lingsenhet (px eller %).","invalidInlineStyle":"Verdi angitt for inline stil mÃ¥ bestÃ¥ av en eller flere sett med formatet \"navn : verdi\", separert med semikolon","cssLengthTooltip":"Skriv inn et tall for en piksel-verdi eller et tall med en gyldig CSS-enhet (px, %, in, cm, mm, em, ex, pt, eller pc).","unavailable":"%1<span class=\"cke_accessibility\">, utilgjenglig</span>"},"about":{"copy":"Copyright © $1. Alle rettigheter reservert.","dlgTitle":"Om CKEditor","help":"Se $1 for hjelp.","moreInfo":"For lisensieringsinformasjon, vennligst besøk vÃ¥rt nettsted:","title":"Om CKEditor","userGuide":"CKEditors brukerveiledning"},"basicstyles":{"bold":"Fet","italic":"Kursiv","strike":"Gjennomstreking","subscript":"Senket skrift","superscript":"Hevet skrift","underline":"Understreking"},"bidi":{"ltr":"Tekstretning fra venstre til høyre","rtl":"Tekstretning fra høyre til venstre"},"blockquote":{"toolbar":"Blokksitat"},"clipboard":{"copy":"Kopier","copyError":"Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snarveien (Ctrl/Cmd+C).","cut":"Klipp ut","cutError":"Din nettlesers sikkerhetsinstillinger tillater ikke automatisk utklipping av tekst. Vennligst bruk snarveien (Ctrl/Cmd+X).","paste":"Lim inn","pasteArea":"InnlimingsomrÃ¥de","pasteMsg":"Vennligst lim inn i følgende boks med tastaturet (<STRONG>Ctrl/Cmd+V</STRONG>) og trykk <STRONG>OK</STRONG>.","securityMsg":"Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du mÃ¥ derfor lime det inn pÃ¥ nytt i dette vinduet.","title":"Lim inn"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatisk","bgColorTitle":"Bakgrunnsfarge","colors":{"000":"Svart","800000":"Rødbrun","8B4513":"Salbrun","2F4F4F":"Grønnsvart","008080":"BlÃ¥grønn","000080":"MarineblÃ¥tt","4B0082":"Indigo","696969":"Mørk grÃ¥","B22222":"Mørkerød","A52A2A":"Brun","DAA520":"Lys brun","006400":"Mørk grønn","40E0D0":"Turkis","0000CD":"Medium blÃ¥","800080":"Purpur","808080":"GrÃ¥","F00":"Rød","FF8C00":"Mørk oransje","FFD700":"Gull","008000":"Grønn","0FF":"Cyan","00F":"BlÃ¥","EE82EE":"Fiolett","A9A9A9":"Svak grÃ¥","FFA07A":"Rosa-oransje","FFA500":"Oransje","FFFF00":"Gul","00FF00":"Lime","AFEEEE":"Svak turkis","ADD8E6":"Lys BlÃ¥","DDA0DD":"Plomme","D3D3D3":"Lys grÃ¥","FFF0F5":"Svak lavendelrosa","FAEBD7":"Antikk-hvit","FFFFE0":"Lys gul","F0FFF0":"Honningmelon","F0FFFF":"Svakt asurblÃ¥tt","F0F8FF":"Svak cyan","E6E6FA":"Lavendel","FFF":"Hvit"},"more":"Flere farger...","panelTitle":"Farger","textColorTitle":"Tekstfarge"},"colordialog":{"clear":"Tøm","highlight":"Merk","options":"Alternativer for farge","selected":"Valgt","title":"Velg farge"},"templates":{"button":"Maler","emptyListMsg":"(Ingen maler definert)","insertOption":"Erstatt gjeldende innhold","options":"Alternativer for mal","selectPromptMsg":"Velg malen du vil Ã¥pne i redigeringsverktøyet:","title":"Innholdsmaler"},"contextmenu":{"options":"Alternativer for høyreklikkmeny"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Tittel","cssClassInputLabel":"Stilark-klasser","edit":"Rediger Div","inlineStyleInputLabel":"Inlinestiler","langDirLTRLabel":"Venstre til høyre (VTH)","langDirLabel":"SprÃ¥kretning","langDirRTLLabel":"Høyre til venstre (HTV)","languageCodeInputLabel":" SprÃ¥kkode","remove":"Fjern Div","styleSelectLabel":"Stil","title":"Sett inn Div Container","toolbar":"Sett inn Div Container"},"toolbar":{"toolbarCollapse":"Skjul verktøylinje","toolbarExpand":"Vis verktøylinje","toolbarGroups":{"document":"Dokument","clipboard":"Utklippstavle/Angre","editing":"Redigering","forms":"Skjema","basicstyles":"Basisstiler","paragraph":"Avsnitt","links":"Lenker","insert":"Innsetting","styles":"Stiler","colors":"Farger","tools":"Verktøy"},"toolbars":"Verktøylinjer for editor"},"elementspath":{"eleLabel":"Element-sti","eleTitle":"%1 element"},"find":{"find":"Søk","findOptions":"Søkealternativer","findWhat":"Søk etter:","matchCase":"Skill mellom store og smÃ¥ bokstaver","matchCyclic":"Søk i hele dokumentet","matchWord":"Bare hele ord","notFoundMsg":"Fant ikke søketeksten.","replace":"Erstatt","replaceAll":"Erstatt alle","replaceSuccessMsg":"%1 tilfelle(r) erstattet.","replaceWith":"Erstatt med:","title":"Søk og erstatt"},"fakeobjects":{"anchor":"Anker","flash":"Flash-animasjon","hiddenfield":"Skjult felt","iframe":"IFrame","unknown":"Ukjent objekt"},"flash":{"access":"Scripttilgang","accessAlways":"Alltid","accessNever":"Aldri","accessSameDomain":"Samme domene","alignAbsBottom":"Abs bunn","alignAbsMiddle":"Abs midten","alignBaseline":"Bunnlinje","alignTextTop":"Tekst topp","bgcolor":"Bakgrunnsfarge","chkFull":"Tillat fullskjerm","chkLoop":"Loop","chkMenu":"SlÃ¥ pÃ¥ Flash-meny","chkPlay":"Autospill","flashvars":"Variabler for flash","hSpace":"HMarg","properties":"Egenskaper for Flash-objekt","propertiesTab":"Egenskaper","quality":"Kvalitet","qualityAutoHigh":"Auto høy","qualityAutoLow":"Auto lav","qualityBest":"Best","qualityHigh":"Høy","qualityLow":"Lav","qualityMedium":"Medium","scale":"Skaler","scaleAll":"Vis alt","scaleFit":"Skaler til Ã¥ passe","scaleNoBorder":"Ingen ramme","title":"Flash-egenskaper","vSpace":"VMarg","validateHSpace":"HMarg mÃ¥ være et tall.","validateSrc":"Vennligst skriv inn lenkens url.","validateVSpace":"VMarg mÃ¥ være et tall.","windowMode":"Vindumodus","windowModeOpaque":"Opaque","windowModeTransparent":"Gjennomsiktig","windowModeWindow":"Vindu"},"font":{"fontSize":{"label":"Størrelse","voiceLabel":"Font Størrelse","panelTitle":"Størrelse"},"label":"Skrift","panelTitle":"Skrift","voiceLabel":"Font"},"forms":{"button":{"title":"Egenskaper for knapp","text":"Tekst (verdi)","type":"Type","typeBtn":"Knapp","typeSbm":"Send","typeRst":"Nullstill"},"checkboxAndRadio":{"checkboxTitle":"Egenskaper for avmerkingsboks","radioTitle":"Egenskaper for alternativknapp","value":"Verdi","selected":"Valgt"},"form":{"title":"Egenskaper for skjema","menu":"Egenskaper for skjema","action":"Handling","method":"Metode","encoding":"Encoding"},"hidden":{"title":"Egenskaper for skjult felt","name":"Navn","value":"Verdi"},"select":{"title":"Egenskaper for rullegardinliste","selectInfo":"Info","opAvail":"Tilgjenglige alternativer","value":"Verdi","size":"Størrelse","lines":"Linjer","chkMulti":"Tillat flervalg","opText":"Tekst","opValue":"Verdi","btnAdd":"Legg til","btnModify":"Endre","btnUp":"Opp","btnDown":"Ned","btnSetValue":"Sett som valgt","btnDelete":"Slett"},"textarea":{"title":"Egenskaper for tekstomrÃ¥de","cols":"Kolonner","rows":"Rader"},"textfield":{"title":"Egenskaper for tekstfelt","name":"Navn","value":"Verdi","charWidth":"Tegnbredde","maxChars":"Maks antall tegn","type":"Type","typeText":"Tekst","typePass":"Passord","typeEmail":"Epost","typeSearch":"Søk","typeTel":"Telefonnummer","typeUrl":"URL"}},"format":{"label":"Format","panelTitle":"Avsnittsformat","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":"Formatert"},"horizontalrule":{"toolbar":"Sett inn horisontal linje"},"iframe":{"border":"Viss ramme rundt iframe","noUrl":"Vennligst skriv inn URL for iframe","scrolling":"Aktiver scrollefelt","title":"Egenskaper for IFrame","toolbar":"IFrame"},"image":{"alertUrl":"Vennligst skriv bilde-urlen","alt":"Alternativ tekst","border":"Ramme","btnUpload":"Send det til serveren","button2Img":"Vil du endre den valgte bildeknappen til et vanlig bilde?","hSpace":"HMarg","img2Button":"Vil du endre det valgte bildet til en bildeknapp?","infoTab":"Bildeinformasjon","linkTab":"Lenke","lockRatio":"LÃ¥s forhold","menu":"Bildeegenskaper","resetSize":"Tilbakestill størrelse","title":"Bildeegenskaper","titleButton":"Egenskaper for bildeknapp","upload":"Last opp","urlMissing":"Bildets adresse mangler.","vSpace":"VMarg","validateBorder":"Ramme mÃ¥ være et heltall.","validateHSpace":"HMarg mÃ¥ være et heltall.","validateVSpace":"VMarg mÃ¥ være et heltall."},"indent":{"indent":"Ãk innrykk","outdent":"Reduser innrykk"},"smiley":{"options":"Alternativer for smil","title":"Sett inn smil","toolbar":"Smil"},"justify":{"block":"Blokkjuster","center":"Midtstill","left":"Venstrejuster","right":"Høyrejuster"},"language":{"button":"Sett sprÃ¥k","remove":"Fjern sprÃ¥k"},"link":{"acccessKey":"Aksessknapp","advanced":"Avansert","advisoryContentType":"Type","advisoryTitle":"Tittel","anchor":{"toolbar":"Sett inn/Rediger anker","menu":"Egenskaper for anker","title":"Egenskaper for anker","name":"Ankernavn","errorName":"Vennligst skriv inn ankernavnet","remove":"Fjern anker"},"anchorId":"Element etter ID","anchorName":"Anker etter navn","charset":"Lenket tegnsett","cssClasses":"Stilarkklasser","emailAddress":"E-postadresse","emailBody":"Melding","emailSubject":"Meldingsemne","id":"Id","info":"Lenkeinfo","langCode":"SprÃ¥kkode","langDir":"SprÃ¥kretning","langDirLTR":"Venstre til høyre (VTH)","langDirRTL":"Høyre til venstre (HTV)","menu":"Rediger lenke","name":"Navn","noAnchors":"(Ingen anker i dokumentet)","noEmail":"Vennligst skriv inn e-postadressen","noUrl":"Vennligst skriv inn lenkens URL","other":"<annen>","popupDependent":"Avhenging (Netscape)","popupFeatures":"Egenskaper for popup-vindu","popupFullScreen":"Fullskjerm (IE)","popupLeft":"Venstre posisjon","popupLocationBar":"Adresselinje","popupMenuBar":"Menylinje","popupResizable":"Skalerbar","popupScrollBars":"Scrollbar","popupStatusBar":"Statuslinje","popupToolbar":"Verktøylinje","popupTop":"Topp-posisjon","rel":"Relasjon (rel)","selectAnchor":"Velg et anker","styles":"Stil","tabIndex":"Tabindeks","target":"MÃ¥l","targetFrame":"<ramme>","targetFrameName":"MÃ¥lramme","targetPopup":"<popup-vindu>","targetPopupName":"Navn pÃ¥ popup-vindu","title":"Lenke","toAnchor":"Lenke til anker i teksten","toEmail":"E-post","toUrl":"URL","toolbar":"Sett inn/Rediger lenke","type":"Lenketype","unlink":"Fjern lenke","upload":"Last opp"},"list":{"bulletedlist":"Legg til/Fjern punktmerket liste","numberedlist":"Legg til/Fjern nummerert liste"},"liststyle":{"armenian":"Armensk nummerering","bulletedTitle":"Egenskaper for punktmerket liste","circle":"Sirkel","decimal":"Tall (1, 2, 3, osv.)","decimalLeadingZero":"Tall, med førstesiffer null (01, 02, 03, osv.)","disc":"Disk","georgian":"Georgisk nummerering (an, ban, gan, osv.)","lowerAlpha":"Alfabetisk, smÃ¥ (a, b, c, d, e, osv.)","lowerGreek":"Gresk, smÃ¥ (alpha, beta, gamma, osv.)","lowerRoman":"Romertall, smÃ¥ (i, ii, iii, iv, v, osv.)","none":"Ingen","notset":"<ikke satt>","numberedTitle":"Egenskaper for nummerert liste","square":"Firkant","start":"Start","type":"Type","upperAlpha":"Alfabetisk, store (A, B, C, D, E, osv.)","upperRoman":"Romertall, store (I, II, III, IV, V, osv.)","validateStartNumber":"Starten pÃ¥ listen mÃ¥ være et heltall."},"magicline":{"title":"Sett inn nytt avsnitt her"},"maximize":{"maximize":"Maksimer","minimize":"Minimer"},"newpage":{"toolbar":"Ny side"},"pagebreak":{"alt":"Sideskift","toolbar":"Sett inn sideskift for utskrift"},"pastetext":{"button":"Lim inn som ren tekst","title":"Lim inn som ren tekst"},"pastefromword":{"confirmCleanup":"Teksten du limer inn ser ut til Ã¥ være kopiert fra Word. Vil du renske den før du limer den inn?","error":"Det var ikke mulig Ã¥ renske den innlimte teksten pÃ¥ grunn av en intern feil","title":"Lim inn fra Word","toolbar":"Lim inn fra Word"},"preview":{"preview":"ForhÃ¥ndsvis"},"print":{"toolbar":"Skriv ut"},"removeformat":{"toolbar":"Fjern formatering"},"save":{"toolbar":"Lagre"},"selectall":{"toolbar":"Merk alt"},"showblocks":{"toolbar":"Vis blokker"},"sourcearea":{"toolbar":"Kilde"},"specialchar":{"options":"Alternativer for spesialtegn","title":"Velg spesialtegn","toolbar":"Sett inn spesialtegn"},"scayt":{"about":"Om SCAYT","aboutTab":"Om","addWord":"Legg til ord","allCaps":"Ikke kontroller ord med kun store bokstaver","dic_create":"Opprett","dic_delete":"Slett","dic_field_name":"Ordboknavn","dic_info":"Brukerordboken lagres først i en informasjonskapsel pÃ¥ din maskin, men det er en begrensning pÃ¥ hvor mye som kan lagres her. NÃ¥r ordboken blir for stor til Ã¥ lagres i en informasjonskapsel, vil vi i stedet lagre ordboken pÃ¥ vÃ¥r server. For Ã¥ lagre din personlige ordbok pÃ¥ vÃ¥r server, burde du velge et navn for ordboken din. Hvis du allerede har lagret en ordbok, vennligst skriv inn ordbokens navn og klikk pÃ¥ Gjenopprett-knappen.","dic_rename":"Gi nytt navn","dic_restore":"Gjenopprett","dictionariesTab":"Ordbøker","disable":"SlÃ¥ av SCAYT","emptyDic":"Ordboknavn bør ikke være tom.","enable":"SlÃ¥ pÃ¥ SCAYT","ignore":"Ignorer","ignoreAll":"Ignorer Alle","ignoreDomainNames":"Ikke kontroller domenenavn","langs":"SprÃ¥k","languagesTab":"SprÃ¥k","mixedCase":"Ikke kontroller ord med blandet smÃ¥ og store bokstaver","mixedWithDigits":"Ikke kontroller ord som inneholder tall","moreSuggestions":"Flere forslag","opera_title":"Ikke støttet av Opera","options":"Valg","optionsTab":"Valg","title":"Stavekontroll mens du skriver","toggle":"Veksle SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Stil","panelTitle":"Stilformater","panelTitle1":"Blokkstiler","panelTitle2":"Inlinestiler","panelTitle3":"Objektstiler"},"table":{"border":"Rammestørrelse","caption":"Tittel","cell":{"menu":"Celle","insertBefore":"Sett inn celle før","insertAfter":"Sett inn celle etter","deleteCell":"Slett celler","merge":"SlÃ¥ sammen celler","mergeRight":"SlÃ¥ sammen høyre","mergeDown":"SlÃ¥ sammen ned","splitHorizontal":"Del celle horisontalt","splitVertical":"Del celle vertikalt","title":"Celleegenskaper","cellType":"Celletype","rowSpan":"Radspenn","colSpan":"Kolonnespenn","wordWrap":"Tekstbrytning","hAlign":"Horisontal justering","vAlign":"Vertikal justering","alignBaseline":"Grunnlinje","bgColor":"Bakgrunnsfarge","borderColor":"Rammefarge","data":"Data","header":"Overskrift","yes":"Ja","no":"Nei","invalidWidth":"Cellebredde mÃ¥ være et tall.","invalidHeight":"Cellehøyde mÃ¥ være et tall.","invalidRowSpan":"Radspenn mÃ¥ være et heltall.","invalidColSpan":"Kolonnespenn mÃ¥ være et heltall.","chooseColor":"Velg"},"cellPad":"Cellepolstring","cellSpace":"Cellemarg","column":{"menu":"Kolonne","insertBefore":"Sett inn kolonne før","insertAfter":"Sett inn kolonne etter","deleteColumn":"Slett kolonner"},"columns":"Kolonner","deleteTable":"Slett tabell","headers":"Overskrifter","headersBoth":"Begge","headersColumn":"Første kolonne","headersNone":"Ingen","headersRow":"Første rad","invalidBorder":"Rammestørrelse mÃ¥ være et tall.","invalidCellPadding":"Cellepolstring mÃ¥ være et positivt tall.","invalidCellSpacing":"Cellemarg mÃ¥ være et positivt tall.","invalidCols":"Antall kolonner mÃ¥ være et tall større enn 0.","invalidHeight":"Tabellhøyde mÃ¥ være et tall.","invalidRows":"Antall rader mÃ¥ være et tall større enn 0.","invalidWidth":"Tabellbredde mÃ¥ være et tall.","menu":"Egenskaper for tabell","row":{"menu":"Rader","insertBefore":"Sett inn rad før","insertAfter":"Sett inn rad etter","deleteRow":"Slett rader"},"rows":"Rader","summary":"Sammendrag","title":"Egenskaper for tabell","toolbar":"Tabell","widthPc":"prosent","widthPx":"piksler","widthUnit":"Bredde-enhet"},"undo":{"redo":"Gjør om","undo":"Angre"},"wsc":{"btnIgnore":"Ignorer","btnIgnoreAll":"Ignorer alle","btnReplace":"Erstatt","btnReplaceAll":"Erstatt alle","btnUndo":"Angre","changeTo":"Endre til","errorLoading":"Feil under lasting av applikasjonstjenestetjener: %s.","ieSpellDownload":"Stavekontroll er ikke installert. Vil du laste den ned nÃ¥?","manyChanges":"Stavekontroll fullført: %1 ord endret","noChanges":"Stavekontroll fullført: ingen ord endret","noMispell":"Stavekontroll fullført: ingen feilstavinger funnet","noSuggestions":"- Ingen forslag -","notAvailable":"Beklager, tjenesten er utilgjenglig nÃ¥.","notInDic":"Ikke i ordboken","oneChange":"Stavekontroll fullført: Ett ord endret","progress":"Stavekontroll pÃ¥gÃ¥r...","title":"Stavekontroll","toolbar":"Stavekontroll"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/pl.js b/skins/ckeditor/lang/pl.js index 7566eef..bb9b318 100644 --- a/skins/ckeditor/lang/pl.js +++ b/skins/ckeditor/lang/pl.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.pl={dir:'ltr',editorTitle:'Edytor tekstu sformatowanego, %1, w celu uzyskania pomocy naciÅnij ALT 0.',toolbars:'Paski narzÄdzi edytora',editor:'Edytor tekstu sformatowanego',source:'ŹródÅo dokumentu',newPage:'Nowa strona',save:'Zapisz',preview:'PodglÄ d',cut:'Wytnij',copy:'Kopiuj',paste:'Wklej',print:'Drukuj',underline:'PodkreÅlenie',bold:'Pogrubienie',italic:'Kursywa',selectAll:'Zaznacz wszystko',removeFormat:'UsuÅ formatowanie',strike:'PrzekreÅlenie',subscript:'Indeks dolny',superscript:'Indeks górny',horizontalrule:'Wstaw poziomÄ liniÄ',pagebreak:'Wstaw pdodziaÅ strony',pagebreakAlt:'Wstaw podziaÅ strony',unlink:'UsuÅ odnoÅnik',undo:'Cofnij',redo:'Ponów',common:{browseServer:'PrzeglÄ daj',url:'Adres URL',protocol:'ProtokóÅ',upload:'WyÅlij',uploadSubmit:'WyÅlij',image:'Obrazek',flash:'Flash',form:'Formularz',checkbox:'Pole wyboru (checkbox)',radio:'Przycisk opcji (radio)',textField:'Pole tekstowe',textarea:'Obszar tekstowy',hiddenField:'Pole ukryte',button:'Przycisk',select:'Lista wyboru',imageButton:'Przycisk graficzny',notSet:'<nie ustawiono>',id:'Id',name:'Nazwa',langDir:'Kierunek tekstu',langDirLtr:'Od lewej do prawej (LTR)',langDirRtl:'Od prawej do lewej (RTL)',langCode:'Kod jÄzyka',longDescr:'Adres URL dÅugiego opisu',cssClass:'Nazwa klasy CSS',advisoryTitle:'Opis obiektu docelowego',cssStyle:'Styl',ok:'OK',cancel:'Anuluj',close:'Zamknij',preview:'PodglÄ d',generalTab:'Ogólne',advancedTab:'Zaawansowane',validateNumberFailed:'Ta wartoÅÄ nie jest liczbÄ .',confirmNewPage:'Wszystkie niezapisane zmiany zostanÄ utracone. Czy na pewno wczytaÄ nowÄ stronÄ?',confirmCancel:'Pewne opcje zostaÅy zmienione. Czy na pewno zamknÄ Ä okno dialogowe?',options:'Opcje',target:'Obiekt docelowy',targetNew:'Nowe okno (_blank)',targetTop:'Okno najwyżej w hierarchii (_top)',targetSelf:'To samo okno (_self)',targetParent:'Okno nadrzÄdne (_parent)',langDirLTR:'Od lewej do prawej (LTR)',langDirRTL:'Od prawej do lewej (RTL)',styles:'Style',cssClasses:'Klasy arkusza stylów',width:'SzerokoÅÄ',height:'WysokoÅÄ',align:'Wyrównaj',alignLeft:'Do lewej',alignRight:'Do prawej',alignCenter:'Do Årodka',alignTop:'Do góry',alignMiddle:'Do Årodka',alignBottom:'Do doÅu',invalidHeight:'WysokoÅÄ musi byÄ liczbÄ .',invalidWidth:'SzerokoÅÄ musi byÄ liczbÄ .',invalidCssLength:'WartoÅÄ podana dla pola "%1" musi byÄ liczbÄ dodatniÄ bez jednostki lub z poprawnÄ jednostkÄ dÅugoÅci zgodnÄ z CSS (px, %, in, cm, mm, em, ex, pt lub pc).',invalidHtmlLength:'WartoÅÄ podana dla pola "%1" musi byÄ liczbÄ dodatniÄ bez jednostki lub z poprawnÄ jednostkÄ dÅugoÅci zgodnÄ z HTML (px lub %).',unavailable:'%1<span class="cke_accessibility">, niedostÄpne</span>'},contextmenu:{options:'Opcje menu kontekstowego'},specialChar:{toolbar:'Wstaw znak specjalny',title:'Wybierz znak specjalny',options:'Opcje znaków specjalnych'},link:{toolbar:'Wstaw/edytuj odnoÅnik',other:'<inny>',menu:'Edytuj odnoÅnik',title:'OdnoÅnik',info:'Informacje ',target:'Obiekt docelowy',upload:'WyÅlij',advanced:'Zaawansowane',type:'Typ odnoÅnika',toUrl:'Adres URL',toAnchor:'OdnoÅnik wewnÄ trz strony (kotwica)',toEmail:'Adres e-mail',targetFrame:'<ramka>',targetPopup:'<wyskakujÄ ce okno>',targetFrameName:'Nazwa ramki docelowej',targetPopupName:'Nazwa wyskakujÄ cego okna',popupFeatures:'WÅaÅciwoÅci wyskakujÄ cego okna',popupResizable:'Skalowalny',popupStatusBar:'Pasek statusu',popupLocationBar:'Pasek adresu',popupToolbar:'Pasek narzÄdzi',popupMenuBar:'Pasek menu',popupFullScreen:'PeÅny ekran (IE)',popupScrollBars:'Paski przewijania',popupDependent:'Okno zależne (Netscape)',popupLeft:'Pozycja w poziomie',popupTop:'Pozycja w pionie',id:'Id',langDir:'Kierunek tekstu',langDirLTR:'Od lewej do prawej (LTR)',langDirRTL:'Od prawej do lewej (RTL)',acccessKey:'Klawisz dostÄpu',name:'Nazwa',langCode:'Kod jÄzyka',tabIndex:'Indeks kolejnoÅci',advisoryTitle:'Opis obiektu docelowego',advisoryContentType:'Typ MIME obiektu docelowego',cssClasses:'Nazwa klasy CSS',charset:'Kodowanie znaków obiektu docelowego',styles:'Styl',rel:'Relacja',selectAnchor:'Wybierz kotwicÄ',anchorName:'Wg nazwy',anchorId:'Wg identyfikatora',emailAddress:'Adres e-mail',emailSubject:'Temat',emailBody:'TreÅÄ',noAnchors:'(W dokumencie nie zdefiniowano żadnych kotwic)',noUrl:'Podaj adres URL',noEmail:'Podaj adres e-mail'},anchor:{toolbar:'Wstaw/edytuj kotwicÄ',menu:'WÅaÅciwoÅci kotwicy',title:'WÅaÅciwoÅci kotwicy',name:'Nazwa kotwicy',errorName:'Wpisz nazwÄ kotwicy',remove:'UsuÅ kotwicÄ'},list:{numberedTitle:'WÅaÅciwoÅci list numerowanych',bulletedTitle:'WÅaÅciwoÅci list wypunktowanych',type:'Typ punktora',start:'PoczÄ tek',validateStartNumber:'ListÄ musi rozpoczynaÄ liczba caÅkowita.',circle:'KoÅo',disc:'OkrÄ g',square:'Kwadrat',none:'Brak',notset:'<nie ustawiono>',armenian:'Numerowanie armeÅskie',georgian:'Numerowanie gruziÅskie (an, ban, gan itd.)',lowerRoman:'MaÅe cyfry rzymskie (i, ii, iii, iv, v itd.)',upperRoman:'Duże cyfry rzymskie (I, II, III, IV, V itd.)',lowerAlpha:'MaÅe litery (a, b, c, d, e itd.)',upperAlpha:'Duże litery (A, B, C, D, E itd.)',lowerGreek:'MaÅe litery greckie (alpha, beta, gamma itd.)',decimal:'Liczby (1, 2, 3 itd.)',decimalLeadingZero:'Liczby z poczÄ tkowym zerem (01, 02, 03 itd.)'},findAndReplace:{title:'Znajdź i zamieÅ',find:'Znajdź',replace:'ZamieÅ',findWhat:'Znajdź:',replaceWith:'ZastÄ p przez:',notFoundMsg:'Nie znaleziono szukanego hasÅa.',matchCase:'UwzglÄdnij wielkoÅÄ liter',matchWord:'CaÅe sÅowa',matchCyclic:'Cykliczne dopasowanie',replaceAll:'ZamieÅ wszystko',replaceSuccessMsg:'%1 wystÄ pieÅ zastÄ pionych.'},table:{toolbar:'Tabela',title:'WÅaÅciwoÅci tabeli',menu:'WÅaÅciwoÅci tabeli',deleteTable:'UsuÅ tabelÄ',rows:'Liczba wierszy',columns:'Liczba kolumn',border:'GruboÅÄ obramowania',widthPx:'piksele',widthPc:'%',widthUnit:'jednostka szerokoÅci',cellSpace:'OdstÄp pomiÄdzy komórkami',cellPad:'DopeÅnienie komórek',caption:'TytuÅ',summary:'Podsumowanie',headers:'NagÅówki',headersNone:'Brak',headersColumn:'Pierwsza kolumna',headersRow:'Pierwszy wiersz',headersBoth:'Oba',invalidRows:'Liczba wierszy musi byÄ wiÄksza niż 0.',invalidCols:'Liczba kolumn musi byÄ wiÄksza niż 0.',invalidBorder:'WartoÅÄ obramowania musi byÄ liczbÄ .',invalidWidth:'SzerokoÅÄ tabeli musi byÄ liczbÄ .',invalidHeight:'WysokoÅÄ tabeli musi byÄ liczbÄ .',invalidCellSpacing:'OdstÄp pomiÄdzy komórkami musi byÄ liczbÄ dodatniÄ .',invalidCellPadding:'DopeÅnienie komórek musi byÄ liczbÄ dodatniÄ .',cell:{menu:'Komórka',insertBefore:'Wstaw komórkÄ z lewej',insertAfter:'Wstaw komórkÄ z prawej',deleteCell:'UsuÅ komórki',merge:'PoÅÄ cz komórki',mergeRight:'PoÅÄ cz z komórkÄ z prawej',mergeDown:'PoÅÄ cz z komórkÄ poniżej',splitHorizontal:'Podziel komórkÄ poziomo',splitVertical:'Podziel komórkÄ pionowo',title:'WÅaÅciwoÅci komórki',cellType:'Typ komórki',rowSpan:'Scalenie wierszy',colSpan:'Scalenie komórek',wordWrap:'Zawijanie sÅów',hAlign:'Wyrównanie poziome',vAlign:'Wyrównanie pionowe',alignBaseline:'Linia bazowa',bgColor:'Kolor tÅa',borderColor:'Kolor obramowania',data:'Dane',header:'NagÅowek',yes:'Tak',no:'Nie',invalidWidth:'SzerokoÅÄ komórki musi byÄ liczbÄ .',invalidHeight:'WysokoÅÄ komórki musi byÄ liczbÄ .',invalidRowSpan:'Scalenie wierszy musi byÄ liczbÄ caÅkowitÄ .',invalidColSpan:'Scalenie komórek musi byÄ liczbÄ caÅkowitÄ .',chooseColor:'Wybierz'},row:{menu:'Wiersz',insertBefore:'Wstaw wiersz powyżej',insertAfter:'Wstaw wiersz poniżej',deleteRow:'UsuÅ wiersze'},column:{menu:'Kolumna',insertBefore:'Wstaw kolumnÄ z lewej',insertAfter:'Wstaw kolumnÄ z prawej',deleteColumn:'UsuÅ kolumny'}},button:{title:'WÅaÅciwoÅci przycisku',text:'Tekst (WartoÅÄ)',type:'Typ',typeBtn:'Przycisk',typeSbm:'WyÅlij',typeRst:'WyczyÅÄ'},checkboxAndRadio:{checkboxTitle:'WÅaÅciwoÅci pola wyboru (checkbox)',radioTitle:'WÅaÅciwoÅci przycisku opcji (radio)',value:'WartoÅÄ',selected:'Zaznaczone'},form:{title:'WÅaÅciwoÅci formularza',menu:'WÅaÅciwoÅci formularza',action:'Akcja',method:'Metoda',encoding:'Kodowanie'},select:{title:'WÅaÅciwoÅci listy wyboru',selectInfo:'Informacje',opAvail:'DostÄpne opcje',value:'WartoÅÄ',size:'Rozmiar',lines:'wierszy',chkMulti:'Wielokrotny wybór',opText:'Tekst',opValue:'WartoÅÄ',btnAdd:'Dodaj',btnModify:'ZmieÅ',btnUp:'Do góry',btnDown:'Do doÅu',btnSetValue:'Ustaw jako zaznaczonÄ ',btnDelete:'UsuÅ'},textarea:{title:'WÅaÅciwoÅci obszaru tekstowego',cols:'Liczba kolumn',rows:'Liczba wierszy'},textfield:{title:'WÅaÅciwoÅci pola tekstowego',name:'Nazwa',value:'WartoÅÄ',charWidth:'SzerokoÅÄ w znakach',maxChars:'SzerokoÅÄ maksymalna',type:'Typ',typeText:'Tekst',typePass:'HasÅo'},hidden:{title:'WÅaÅciwoÅci pola ukrytego',name:'Nazwa',value:'WartoÅÄ'},image:{title:'WÅaÅciwoÅci obrazka',titleButton:'WÅaÅciwoÅci przycisku graficznego',menu:'WÅaÅciwoÅci obrazka',infoTab:'Informacje o obrazku',btnUpload:'WyÅlij',upload:'WyÅlij',alt:'Tekst zastÄpczy',lockRatio:'Zablokuj proporcje',resetSize:'PrzywrÃ³Ä rozmiar',border:'Obramowanie',hSpace:'OdstÄp poziomy',vSpace:'OdstÄp pionowy',alertUrl:'Podaj adres obrazka.',linkTab:'HiperÅÄ cze',button2Img:'Czy chcesz przekonwertowaÄ zaznaczony przycisk graficzny do zwykÅego obrazka?',img2Button:'Czy chcesz przekonwertowaÄ zaznaczony obrazek do przycisku graficznego?',urlMissing:'Podaj adres URL obrazka.',validateBorder:'WartoÅÄ obramowania musi byÄ liczbÄ caÅkowitÄ .',validateHSpace:'WartoÅÄ odstÄpu poziomego musi byÄ liczbÄ caÅkowitÄ .',validateVSpace:'WartoÅÄ odstÄpu pionowego musi byÄ liczbÄ caÅkowitÄ .'},flash:{properties:'WÅaÅciwoÅci obiektu Flash',propertiesTab:'WÅaÅciwoÅci',title:'WÅaÅciwoÅci obiektu Flash',chkPlay:'Autoodtwarzanie',chkLoop:'PÄtla',chkMenu:'WÅÄ cz menu',chkFull:'Zezwól na peÅny ekran',scale:'Skaluj',scaleAll:'Pokaż wszystko',scaleNoBorder:'Bez obramowania',scaleFit:'DokÅadne dopasowanie',access:'DostÄp skryptów',accessAlways:'Zawsze',accessSameDomain:'Ta sama domena',accessNever:'Nigdy',alignAbsBottom:'Do doÅu',alignAbsMiddle:'Do Årodka w pionie',alignBaseline:'Do linii bazowej',alignTextTop:'Do góry tekstu',quality:'JakoÅÄ',qualityBest:'Najlepsza',qualityHigh:'Wysoka',qualityAutoHigh:'Auto wysoka',qualityMedium:'Årednia',qualityAutoLow:'Auto niska',qualityLow:'Niska',windowModeWindow:'Okno',windowModeOpaque:'Nieprzezroczyste',windowModeTransparent:'Przezroczyste',windowMode:'Tryb okna',flashvars:'Zmienne obiektu Flash',bgcolor:'Kolor tÅa',hSpace:'OdstÄp poziomy',vSpace:'OdstÄp pionowy',validateSrc:'Podaj adres URL',validateHSpace:'OdstÄp poziomy musi byÄ liczbÄ .',validateVSpace:'OdstÄp pionowy musi byÄ liczbÄ .'},spellCheck:{toolbar:'Sprawdź pisowniÄ',title:'Sprawdź pisowniÄ',notAvailable:'Przepraszamy, ale usÅuga jest obecnie niedostÄpna.',errorLoading:'BÅÄ d wczytywania hosta aplikacji usÅugi: %s.',notInDic:'SÅowa nie ma w sÅowniku',changeTo:'ZmieÅ na',btnIgnore:'Ignoruj',btnIgnoreAll:'Ignoruj wszystkie',btnReplace:'ZmieÅ',btnReplaceAll:'ZmieÅ wszystkie',btnUndo:'Cofnij',noSuggestions:'- Brak sugestii -',progress:'Trwa sprawdzanie...',noMispell:'Sprawdzanie zakoÅczone: nie znaleziono bÅÄdów',noChanges:'Sprawdzanie zakoÅczone: nie zmieniono żadnego sÅowa',oneChange:'Sprawdzanie zakoÅczone: zmieniono jedno sÅowo',manyChanges:'Sprawdzanie zakoÅczone: zmieniono %l sÅów',ieSpellDownload:'SÅownik nie jest zainstalowany. Czy chcesz go pobraÄ?'},smiley:{toolbar:'Emotikony',title:'Wstaw emotikona',options:'Opcje emotikonów'},elementsPath:{eleLabel:'Åcieżka elementów',eleTitle:'element %1'},numberedlist:'Lista numerowana',bulletedlist:'Lista wypunktowana',indent:'ZwiÄksz wciÄcie',outdent:'Zmniejsz wciÄcie',justify:{left:'Wyrównaj do lewej',center:'WyÅrodkuj',right:'Wyrównaj do prawej',block:'Wyjustuj'},blockquote:'Cytat',clipboard:{title:'Wklej',cutError:'Ustawienia bezpieczeÅstwa Twojej przeglÄ darki nie pozwalajÄ na automatyczne wycinanie tekstu. Użyj skrótu klawiszowego Ctrl/Cmd+X.',copyError:'Ustawienia bezpieczeÅstwa Twojej przeglÄ darki nie pozwalajÄ na automatyczne kopiowanie tekstu. Użyj skrótu klawiszowego Ctrl/Cmd+C.',pasteMsg:'Wklej tekst w poniższym polu, używajÄ c skrótu klawiaturowego (<STRONG>Ctrl/Cmd+V</STRONG>), i kliknij <STRONG>OK</STRONG>.',securityMsg:'Zabezpieczenia przeglÄ darki uniemożliwiajÄ wklejenie danych bezpoÅrednio do edytora. ProszÄ ponownie wkleiÄ dane w tym oknie.',pasteArea:'Obszar wklejania'},pastefromword:{confirmCleanup:'Tekst, który chcesz wkleiÄ, prawdopodobnie pochodzi z programu Microsoft Word. Czy chcesz go wyczyÅciÄ przed wklejeniem?',toolbar:'Wklej z programu MS Word',title:'Wklej z programu MS Word',error:'Wyczyszczenie wklejonych danych nie byÅo możliwe z powodu wystÄ pienia bÅÄdu.'},pasteText:{button:'Wklej jako czysty tekst',title:'Wklej jako czysty tekst'},templates:{button:'Szablony',title:'Szablony zawartoÅci',options:'Opcje szablonów',insertOption:'ZastÄ p obecnÄ zawartoÅÄ',selectPromptMsg:'Wybierz szablon do otwarcia w edytorze<br>(obecna zawartoÅÄ okna edytora zostanie utracona):',emptyListMsg:'(Brak zdefiniowanych szablonów)'},showBlocks:'Pokaż bloki',stylesCombo:{label:'Styl',panelTitle:'Style formatujÄ ce',panelTitle1:'Style blokowe',panelTitle2:'Style liniowe',panelTitle3:'Style obiektowe'},format:{label:'Format',panelTitle:'Format',tag_p:'Normalny',tag_pre:'Tekst sformatowany',tag_address:'Adres',tag_h1:'NagÅówek 1',tag_h2:'NagÅówek 2',tag_h3:'NagÅówek 3',tag_h4:'NagÅówek 4',tag_h5:'NagÅówek 5',tag_h6:'NagÅówek 6',tag_div:'Normalny (DIV)'},div:{title:'Utwórz pojemnik Div',toolbar:'Utwórz pojemnik Div',cssClassInputLabel:'Klasy arkusza stylów',styleSelectLabel:'Styl',IdInputLabel:'Id',languageCodeInputLabel:'Kod jÄzyka',inlineStyleInputLabel:'Style liniowe',advisoryTitleInputLabel:'Opis obiektu docelowego',langDirLabel:'Kierunek tekstu',langDirLTRLabel:'Od lewej do prawej (LTR)',langDirRTLLabel:'Od prawej do lewej (RTL)',edit:'Edytuj pojemnik Div',remove:'UsuÅ pojemnik Div'},iframe:{title:'WÅaÅciwoÅci elementu IFrame',toolbar:'IFrame',noUrl:'Podaj adres URL elementu IFrame',scrolling:'WÅÄ cz paski przewijania',border:'Pokaż obramowanie obiektu IFrame'},font:{label:'Czcionka',voiceLabel:'Czcionka',panelTitle:'Czcionka'},fontSize:{label:'Rozmiar',voiceLabel:'Rozmiar czcionki',panelTitle:'Rozmiar'},colorButton:{textColorTitle:'Kolor tekstu',bgColorTitle:'Kolor tÅa',panelTitle:'Kolory',auto:'Automatycznie',more:'WiÄcej kolorów...'},colors:{'000':'Czarny',800000:'Kasztanowy','8B4513':'Czekoladowy','2F4F4F':'Ciemnografitowy','008080':'Morski','000080':'Granatowy','4B0082':'Indygo',696969:'Ciemnoszary',B22222:'CzerwieŠżelazowa',A52A2A:'BrÄ zowy',DAA520:'CiemnozÅoty','006400':'Ciemnozielony','40E0D0':'Turkusowy','0000CD':'Ciemnoniebieski',800080:'Purpurowy',808080:'Szary',F00:'Czerwony',FF8C00:'CiemnopomaraÅczowy',FFD700:'ZÅoty','008000':'Zielony','0FF':'Cyjan','00F':'Niebieski',EE82EE:'Fioletowy',A9A9A9:'Przygaszony szary',FFA07A:'Åososiowy',FFA500:'PomaraÅczowy',FFFF00:'ŻóÅty','00FF00':'Limonkowy',AFEEEE:'Bladoturkusowy',ADD8E6:'Jasnoniebieski',DDA0DD:'Åliwkowy',D3D3D3:'Jasnoszary',FFF0F5:'Jasnolawendowy',FAEBD7:'KremowobiaÅy',FFFFE0:'JasnożóÅty',F0FFF0:'Bladozielony',F0FFFF:'Jasnolazurowy',F0F8FF:'JasnobÅÄkitny',E6E6FA:'Lawendowy',FFF:'BiaÅy'},scayt:{title:'Sprawdź pisowniÄ podczas pisania (SCAYT)',opera_title:'Funkcja nie jest obsÅugiwana przez przeglÄ darkÄ Opera',enable:'WÅÄ cz SCAYT',disable:'WyÅÄ cz SCAYT',about:'Informacje o SCAYT',toggle:'PrzeÅÄ cz SCAYT',options:'Opcje',langs:'JÄzyki',moreSuggestions:'WiÄcej sugestii',ignore:'Ignoruj',ignoreAll:'Ignoruj wszystkie',addWord:'Dodaj sÅowo',emptyDic:'Nazwa sÅownika nie może byÄ pusta.',optionsTab:'Opcje',allCaps:'Ignoruj wyrazy pisane dużymi literami',ignoreDomainNames:'Ignoruj nazwy domen',mixedCase:'Ignoruj wyrazy pisane dużymi i maÅymi literami',mixedWithDigits:'Ignoruj wyrazy zawierajÄ ce cyfry',languagesTab:'JÄzyki',dictionariesTab:'SÅowniki',dic_field_name:'Nazwa sÅownika',dic_create:'Utwórz',dic_restore:'PrzywróÄ',dic_delete:'UsuÅ',dic_rename:'ZmieÅ nazwÄ',dic_info:'PoczÄ tkowo sÅownik użytkownika przechowywany jest w cookie. Pliki cookie majÄ jednak ograniczonÄ pojemnoÅÄ. JeÅli sÅownik użytkownika przekroczy wielkoÅÄ dopuszczalnÄ dla pliku cookie, możliwe jest przechowanie go na naszym serwerze. W celu zapisania sÅownika na serwerze niezbÄdne jest nadanie mu nazwy. JeÅli sÅownik zostaÅ już zapisany na serwerze, wystarczy podaÄ jego nazwÄ i nacisnÄ Ä przycisk PrzywróÄ.',aboutTab:'Informacje o SCAYT'},about:{title:'Informacje o programie CKEditor',dlgTitle:'Informacje o programie CKEditor',help:'Pomoc znajdziesz w $1.',userGuide:'podrÄczniku użytkownika programu CKEditor',moreInfo:'Informacje na temat licencji można znaleÅºÄ na naszej stronie:',copy:'Copyright © $1. Wszelkie prawa zastrzeżone.'},maximize:'Maksymalizuj',minimize:'Minimalizuj',fakeobjects:{anchor:'Kotwica',flash:'Animacja Flash',iframe:'IFrame',hiddenfield:'Pole ukryte',unknown:'Nieznany obiekt'},resize:'PrzeciÄ gnij, aby zmieniÄ rozmiar',colordialog:{title:'Wybierz kolor',options:'Opcje koloru',highlight:'Zaznacz',selected:'Wybrany',clear:'WyczyÅÄ'},toolbarCollapse:'ZwiÅ pasek narzÄdzi',toolbarExpand:'RozwiÅ pasek narzÄdzi',toolbarGroups:{document:'Dokument',clipboard:'Schowek/Wstecz',editing:'Edycja',forms:'Formularze',basicstyles:'Style podstawowe',paragraph:'Akapit',links:'HiperÅÄ cza',insert:'Wstawianie',styles:'Style',colors:'Kolory',tools:'NarzÄdzia'},bidi:{ltr:'Kierunek tekstu od lewej strony do prawej',rtl:'Kierunek tekstu od prawej strony do lewej'},docprops:{label:'WÅaÅciwoÅci dokumentu',title:'WÅaÅciwoÅci dokumentu',design:'Projekt strony',meta:'Znaczniki meta',chooseColor:'Wybierz',other:'Inne',docTitle:'TytuÅ strony',charset:'Kodowanie znaków',charsetOther:'Inne kodowanie znaków',charsetASCII:'ASCII',charsetCE:'Årodkowoeuropejskie',charsetCT:'ChiÅskie tradycyjne (Big5)',charsetCR:'Cyrylica',charsetGR:'Greckie',charsetJP:'JapoÅskie',charsetKR:'KoreaÅskie',charsetTR:'Tureckie',charsetUN:'Unicode (UTF-8)',charsetWE:'Zachodnioeuropejskie',docType:'Definicja typu dokumentu',docTypeOther:'Inna definicja typu dokumentu',xhtmlDec:'UwzglÄdnij deklaracje XHTML',bgColor:'Kolor tÅa',bgImage:'Adres URL obrazka tÅa',bgFixed:'TÅo nieruchome (nieprzewijajÄ ce siÄ)',txtColor:'Kolor tekstu',margin:'Marginesy strony',marginTop:'Górny',marginLeft:'Lewy',marginRight:'Prawy',marginBottom:'Dolny',metaKeywords:'SÅowa kluczowe dokumentu (oddzielone przecinkami)',metaDescription:'Opis dokumentu',metaAuthor:'Autor',metaCopyright:'Prawa autorskie',previewHtml:'<p>To jest <strong>przykÅadowy tekst</strong>. Korzystasz z programu <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['pl']={"editor":"Edytor tekstu sformatowanego","editorPanel":"Panel edytora tekstu sformatowanego","common":{"editorHelp":"W celu uzyskania pomocy naciÅnij ALT 0","browseServer":"PrzeglÄ daj","url":"Adres URL","protocol":"ProtokóÅ","upload":"WyÅlij","uploadSubmit":"WyÅlij","image":"Obrazek","flash":"Flash","form":"Formularz","checkbox":"Pole wyboru (checkbox)","radio":"Przycisk opcji (radio)","textField":"Pole tekstowe","textarea":"Obszar tekstowy","hiddenField":"Pole ukryte","button":"Przycisk","select":"Lista wyboru","imageButton":"Przycisk graficzny","notSet":"<nie ustawiono>","id":"Id","name":"Nazwa","langDir":"Kierunek tekstu","langDirLtr":"Od lewej do prawej (LTR)","langDirRtl":"Od prawej do lewej (RTL)","langCode":"Kod jÄzyka","longDescr":"Adres URL dÅugiego opisu","cssClass":"Nazwa klasy CSS","advisoryTitle":"Opis obiektu docelowego","cssStyle":"Styl","ok":"OK","cancel":"Anuluj","close":"Zamknij","preview":"PodglÄ d","resize":"PrzeciÄ gnij, aby zmieniÄ rozmiar","generalTab":"Ogólne","advancedTab":"Zaawansowane","validateNumberFailed":"Ta wartoÅÄ nie jest liczbÄ .","confirmNewPage":"Wszystkie niezapisane zmiany zostanÄ utracone. Czy na pewno wczytaÄ nowÄ stronÄ?","confirmCancel":"Pewne opcje zostaÅy zmienione. Czy na pewno zamknÄ Ä okno dialogowe?","options":"Opcje","target":"Obiekt docelowy","targetNew":"Nowe okno (_blank)","targetTop":"Okno najwyżej w hierarchii (_top)","targetSelf":"To samo okno (_self)","targetParent":"Okno nadrzÄdne (_parent)","langDirLTR":"Od lewej do prawej (LTR)","langDirRTL":"Od prawej do lewej (RTL)","styles":"Style","cssClasses":"Klasy arkusza stylów","width":"SzerokoÅÄ","height":"WysokoÅÄ","align":"Wyrównaj","alignLeft":"Do lewej","alignRight":"Do prawej","alignCenter":"Do Årodka","alignTop":"Do góry","alignMiddle":"Do Årodka","alignBottom":"Do doÅu","invalidValue":"NieprawidÅowa wartoÅÄ.","invalidHeight":"WysokoÅÄ musi byÄ liczbÄ .","invalidWidth":"SzerokoÅÄ musi byÄ liczbÄ .","invalidCssLength":"WartoÅÄ podana dla pola \"%1\" musi byÄ liczbÄ dodatniÄ bez jednostki lub z poprawnÄ jednostkÄ dÅugoÅci zgodnÄ z CSS (px, %, in, cm, mm, em, ex, pt lub pc).","invalidHtmlLength":"WartoÅÄ podana dla pola \"%1\" musi byÄ liczbÄ dodatniÄ bez jednostki lub z poprawnÄ jednostkÄ dÅugoÅci zgodnÄ z HTML (px lub %).","invalidInlineStyle":"WartoÅÄ podana dla stylu musi skÅadaÄ siÄ z jednej lub wiÄkszej liczby krotek w formacie \"nazwa : wartoÅÄ\", rozdzielonych Årednikami.","cssLengthTooltip":"Wpisz liczbÄ dla wartoÅci w pikselach lub liczbÄ wraz z jednostkÄ dÅugoÅci zgodnÄ z CSS (px, %, in, cm, mm, em, ex, pt lub pc).","unavailable":"%1<span class=\"cke_accessibility\">, niedostÄpne</span>"},"about":{"copy":"Copyright © $1. Wszelkie prawa zastrzeżone.","dlgTitle":"Informacje o programie CKEditor","help":"Pomoc znajdziesz w $1.","moreInfo":"Informacje na temat licencji można znaleÅºÄ na naszej stronie:","title":"Informacje o programie CKEditor","userGuide":"podrÄczniku użytkownika programu CKEditor"},"basicstyles":{"bold":"Pogrubienie","italic":"Kursywa","strike":"PrzekreÅlenie","subscript":"Indeks dolny","superscript":"Indeks górny","underline":"PodkreÅlenie"},"bidi":{"ltr":"Kierunek tekstu od lewej strony do prawej","rtl":"Kierunek tekstu od prawej strony do lewej"},"blockquote":{"toolbar":"Cytat"},"clipboard":{"copy":"Kopiuj","copyError":"Ustawienia bezpieczeÅstwa Twojej przeglÄ darki nie pozwalajÄ na automatyczne kopiowanie tekstu. Użyj skrótu klawiszowego Ctrl/Cmd+C.","cut":"Wytnij","cutError":"Ustawienia bezpieczeÅstwa Twojej przeglÄ darki nie pozwalajÄ na automatyczne wycinanie tekstu. Użyj skrótu klawiszowego Ctrl/Cmd+X.","paste":"Wklej","pasteArea":"Obszar wklejania","pasteMsg":"Wklej tekst w poniższym polu, używajÄ c skrótu klawiaturowego (<STRONG>Ctrl/Cmd+V</STRONG>), i kliknij <STRONG>OK</STRONG>.","securityMsg":"Zabezpieczenia przeglÄ darki uniemożliwiajÄ wklejenie danych bezpoÅrednio do edytora. ProszÄ ponownie wkleiÄ dane w tym oknie.","title":"Wklej"},"button":{"selectedLabel":"%1 (Wybrany)"},"colorbutton":{"auto":"Automatycznie","bgColorTitle":"Kolor tÅa","colors":{"000":"Czarny","800000":"Kasztanowy","8B4513":"Czekoladowy","2F4F4F":"Ciemnografitowy","008080":"Morski","000080":"Granatowy","4B0082":"Indygo","696969":"Ciemnoszary","B22222":"CzerwieŠżelazowa","A52A2A":"BrÄ zowy","DAA520":"CiemnozÅoty","006400":"Ciemnozielony","40E0D0":"Turkusowy","0000CD":"Ciemnoniebieski","800080":"Purpurowy","808080":"Szary","F00":"Czerwony","FF8C00":"CiemnopomaraÅczowy","FFD700":"ZÅoty","008000":"Zielony","0FF":"Cyjan","00F":"Niebieski","EE82EE":"Fioletowy","A9A9A9":"Przygaszony szary","FFA07A":"Åososiowy","FFA500":"PomaraÅczowy","FFFF00":"ŻóÅty","00FF00":"Limonkowy","AFEEEE":"Bladoturkusowy","ADD8E6":"Jasnoniebieski","DDA0DD":"Åliwkowy","D3D3D3":"Jasnoszary","FFF0F5":"Jasnolawendowy","FAEBD7":"KremowobiaÅy","FFFFE0":"JasnożóÅty","F0FFF0":"Bladozielony","F0FFFF":"Jasnolazurowy","F0F8FF":"JasnobÅÄkitny","E6E6FA":"Lawendowy","FFF":"BiaÅy"},"more":"WiÄcej kolorów...","panelTitle":"Kolory","textColorTitle":"Kolor tekstu"},"colordialog":{"clear":"WyczyÅÄ","highlight":"Zaznacz","options":"Opcje koloru","selected":"Wybrany","title":"Wybierz kolor"},"templates":{"button":"Szablony","emptyListMsg":"(Brak zdefiniowanych szablonów)","insertOption":"ZastÄ p obecnÄ zawartoÅÄ","options":"Opcje szablonów","selectPromptMsg":"Wybierz szablon do otwarcia w edytorze<br>(obecna zawartoÅÄ okna edytora zostanie utracona):","title":"Szablony zawartoÅci"},"contextmenu":{"options":"Opcje menu kontekstowego"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Opis obiektu docelowego","cssClassInputLabel":"Klasy arkusza stylów","edit":"Edytuj pojemnik Div","inlineStyleInputLabel":"Style liniowe","langDirLTRLabel":"Od lewej do prawej (LTR)","langDirLabel":"Kierunek tekstu","langDirRTLLabel":"Od prawej do lewej (RTL)","languageCodeInputLabel":"Kod jÄzyka","remove":"UsuÅ pojemnik Div","styleSelectLabel":"Styl","title":"Utwórz pojemnik Div","toolbar":"Utwórz pojemnik Div"},"toolbar":{"toolbarCollapse":"ZwiÅ pasek narzÄdzi","toolbarExpand":"RozwiÅ pasek narzÄdzi","toolbarGroups":{"document":"Dokument","clipboard":"Schowek/Wstecz","editing":"Edycja","forms":"Formularze","basicstyles":"Style podstawowe","paragraph":"Akapit","links":"HiperÅÄ cza","insert":"Wstawianie","styles":"Style","colors":"Kolory","tools":"NarzÄdzia"},"toolbars":"Paski narzÄdzi edytora"},"elementspath":{"eleLabel":"Åcieżka elementów","eleTitle":"element %1"},"find":{"find":"Znajdź","findOptions":"Opcje wyszukiwania","findWhat":"Znajdź:","matchCase":"UwzglÄdnij wielkoÅÄ liter","matchCyclic":"Cykliczne dopasowanie","matchWord":"CaÅe sÅowa","notFoundMsg":"Nie znaleziono szukanego hasÅa.","replace":"ZamieÅ","replaceAll":"ZamieÅ wszystko","replaceSuccessMsg":"%1 wystÄ pieÅ zastÄ pionych.","replaceWith":"ZastÄ p przez:","title":"Znajdź i zamieÅ"},"fakeobjects":{"anchor":"Kotwica","flash":"Animacja Flash","hiddenfield":"Pole ukryte","iframe":"IFrame","unknown":"Nieznany obiekt"},"flash":{"access":"DostÄp skryptów","accessAlways":"Zawsze","accessNever":"Nigdy","accessSameDomain":"Ta sama domena","alignAbsBottom":"Do doÅu","alignAbsMiddle":"Do Årodka w pionie","alignBaseline":"Do linii bazowej","alignTextTop":"Do góry tekstu","bgcolor":"Kolor tÅa","chkFull":"Zezwól na peÅny ekran","chkLoop":"PÄtla","chkMenu":"WÅÄ cz menu","chkPlay":"Autoodtwarzanie","flashvars":"Zmienne obiektu Flash","hSpace":"OdstÄp poziomy","properties":"WÅaÅciwoÅci obiektu Flash","propertiesTab":"WÅaÅciwoÅci","quality":"JakoÅÄ","qualityAutoHigh":"Auto wysoka","qualityAutoLow":"Auto niska","qualityBest":"Najlepsza","qualityHigh":"Wysoka","qualityLow":"Niska","qualityMedium":"Årednia","scale":"Skaluj","scaleAll":"Pokaż wszystko","scaleFit":"DokÅadne dopasowanie","scaleNoBorder":"Bez obramowania","title":"WÅaÅciwoÅci obiektu Flash","vSpace":"OdstÄp pionowy","validateHSpace":"OdstÄp poziomy musi byÄ liczbÄ .","validateSrc":"Podaj adres URL","validateVSpace":"OdstÄp pionowy musi byÄ liczbÄ .","windowMode":"Tryb okna","windowModeOpaque":"Nieprzezroczyste","windowModeTransparent":"Przezroczyste","windowModeWindow":"Okno"},"font":{"fontSize":{"label":"Rozmiar","voiceLabel":"Rozmiar czcionki","panelTitle":"Rozmiar"},"label":"Czcionka","panelTitle":"Czcionka","voiceLabel":"Czcionka"},"forms":{"button":{"title":"WÅaÅciwoÅci przycisku","text":"Tekst (WartoÅÄ)","type":"Typ","typeBtn":"Przycisk","typeSbm":"WyÅlij","typeRst":"WyczyÅÄ"},"checkboxAndRadio":{"checkboxTitle":"WÅaÅciwoÅci pola wyboru (checkbox)","radioTitle":"WÅaÅciwoÅci przycisku opcji (radio)","value":"WartoÅÄ","selected":"Zaznaczone"},"form":{"title":"WÅaÅciwoÅci formularza","menu":"WÅaÅciwoÅci formularza","action":"Akcja","method":"Metoda","encoding":"Kodowanie"},"hidden":{"title":"WÅaÅciwoÅci pola ukrytego","name":"Nazwa","value":"WartoÅÄ"},"select":{"title":"WÅaÅciwoÅci listy wyboru","selectInfo":"Informacje","opAvail":"DostÄpne opcje","value":"WartoÅÄ","size":"Rozmiar","lines":"wierszy","chkMulti":"Wielokrotny wybór","opText":"Tekst","opValue":"WartoÅÄ","btnAdd":"Dodaj","btnModify":"ZmieÅ","btnUp":"Do góry","btnDown":"Do doÅu","btnSetValue":"Ustaw jako zaznaczonÄ ","btnDelete":"UsuÅ"},"textarea":{"title":"WÅaÅciwoÅci obszaru tekstowego","cols":"Liczba kolumn","rows":"Liczba wierszy"},"textfield":{"title":"WÅaÅciwoÅci pola tekstowego","name":"Nazwa","value":"WartoÅÄ","charWidth":"SzerokoÅÄ w znakach","maxChars":"SzerokoÅÄ maksymalna","type":"Typ","typeText":"Tekst","typePass":"HasÅo","typeEmail":"Email","typeSearch":"Szukaj","typeTel":"Numer telefonu","typeUrl":"Adres URL"}},"format":{"label":"Format","panelTitle":"Format","tag_address":"Adres","tag_div":"Normalny (DIV)","tag_h1":"NagÅówek 1","tag_h2":"NagÅówek 2","tag_h3":"NagÅówek 3","tag_h4":"NagÅówek 4","tag_h5":"NagÅówek 5","tag_h6":"NagÅówek 6","tag_p":"Normalny","tag_pre":"Tekst sformatowany"},"horizontalrule":{"toolbar":"Wstaw poziomÄ liniÄ"},"iframe":{"border":"Pokaż obramowanie obiektu IFrame","noUrl":"Podaj adres URL elementu IFrame","scrolling":"WÅÄ cz paski przewijania","title":"WÅaÅciwoÅci elementu IFrame","toolbar":"IFrame"},"image":{"alertUrl":"Podaj adres obrazka.","alt":"Tekst zastÄpczy","border":"Obramowanie","btnUpload":"WyÅlij","button2Img":"Czy chcesz przekonwertowaÄ zaznaczony przycisk graficzny do zwykÅego obrazka?","hSpace":"OdstÄp poziomy","img2Button":"Czy chcesz przekonwertowaÄ zaznaczony obrazek do przycisku graficznego?","infoTab":"Informacje o obrazku","linkTab":"HiperÅÄ cze","lockRatio":"Zablokuj proporcje","menu":"WÅaÅciwoÅci obrazka","resetSize":"PrzywrÃ³Ä rozmiar","title":"WÅaÅciwoÅci obrazka","titleButton":"WÅaÅciwoÅci przycisku graficznego","upload":"WyÅlij","urlMissing":"Podaj adres URL obrazka.","vSpace":"OdstÄp pionowy","validateBorder":"WartoÅÄ obramowania musi byÄ liczbÄ caÅkowitÄ .","validateHSpace":"WartoÅÄ odstÄpu poziomego musi byÄ liczbÄ caÅkowitÄ .","validateVSpace":"WartoÅÄ odstÄpu pionowego musi byÄ liczbÄ caÅkowitÄ ."},"indent":{"indent":"ZwiÄksz wciÄcie","outdent":"Zmniejsz wciÄcie"},"smiley":{"options":"Opcje emotikonów","title":"Wstaw emotikona","toolbar":"Emotikony"},"justify":{"block":"Wyjustuj","center":"WyÅrodkuj","left":"Wyrównaj do lewej","right":"Wyrównaj do prawej"},"language":{"button":"Ustaw jÄzyk","remove":"UsuÅ jÄzyk"},"link":{"acccessKey":"Klawisz dostÄpu","advanced":"Zaawansowane","advisoryContentType":"Typ MIME obiektu docelowego","advisoryTitle":"Opis obiektu docelowego","anchor":{"toolbar":"Wstaw/edytuj kotwicÄ","menu":"WÅaÅciwoÅci kotwicy","title":"WÅaÅciwoÅci kotwicy","name":"Nazwa kotwicy","errorName":"Wpisz nazwÄ kotwicy","remove":"UsuÅ kotwicÄ"},"anchorId":"Wg identyfikatora","anchorName":"Wg nazwy","charset":"Kodowanie znaków obiektu docelowego","cssClasses":"Nazwa klasy CSS","emailAddress":"Adres e-mail","emailBody":"TreÅÄ","emailSubject":"Temat","id":"Id","info":"Informacje ","langCode":"Kod jÄzyka","langDir":"Kierunek tekstu","langDirLTR":"Od lewej do prawej (LTR)","langDirRTL":"Od prawej do lewej (RTL)","menu":"Edytuj odnoÅnik","name":"Nazwa","noAnchors":"(W dokumencie nie zdefiniowano żadnych kotwic)","noEmail":"Podaj adres e-mail","noUrl":"Podaj adres URL","other":"<inny>","popupDependent":"Okno zależne (Netscape)","popupFeatures":"WÅaÅciwoÅci wyskakujÄ cego okna","popupFullScreen":"PeÅny ekran (IE)","popupLeft":"Pozycja w poziomie","popupLocationBar":"Pasek adresu","popupMenuBar":"Pasek menu","popupResizable":"Skalowalny","popupScrollBars":"Paski przewijania","popupStatusBar":"Pasek statusu","popupToolbar":"Pasek narzÄdzi","popupTop":"Pozycja w pionie","rel":"Relacja","selectAnchor":"Wybierz kotwicÄ","styles":"Styl","tabIndex":"Indeks kolejnoÅci","target":"Obiekt docelowy","targetFrame":"<ramka>","targetFrameName":"Nazwa ramki docelowej","targetPopup":"<wyskakujÄ ce okno>","targetPopupName":"Nazwa wyskakujÄ cego okna","title":"OdnoÅnik","toAnchor":"OdnoÅnik wewnÄ trz strony (kotwica)","toEmail":"Adres e-mail","toUrl":"Adres URL","toolbar":"Wstaw/edytuj odnoÅnik","type":"Typ odnoÅnika","unlink":"UsuÅ odnoÅnik","upload":"WyÅlij"},"list":{"bulletedlist":"Lista wypunktowana","numberedlist":"Lista numerowana"},"liststyle":{"armenian":"Numerowanie armeÅskie","bulletedTitle":"WÅaÅciwoÅci list wypunktowanych","circle":"KoÅo","decimal":"Liczby (1, 2, 3 itd.)","decimalLeadingZero":"Liczby z poczÄ tkowym zerem (01, 02, 03 itd.)","disc":"OkrÄ g","georgian":"Numerowanie gruziÅskie (an, ban, gan itd.)","lowerAlpha":"MaÅe litery (a, b, c, d, e itd.)","lowerGreek":"MaÅe litery greckie (alpha, beta, gamma itd.)","lowerRoman":"MaÅe cyfry rzymskie (i, ii, iii, iv, v itd.)","none":"Brak","notset":"<nie ustawiono>","numberedTitle":"WÅaÅciwoÅci list numerowanych","square":"Kwadrat","start":"PoczÄ tek","type":"Typ punktora","upperAlpha":"Duże litery (A, B, C, D, E itd.)","upperRoman":"Duże cyfry rzymskie (I, II, III, IV, V itd.)","validateStartNumber":"ListÄ musi rozpoczynaÄ liczba caÅkowita."},"magicline":{"title":"Wstaw nowy akapit"},"maximize":{"maximize":"Maksymalizuj","minimize":"Minimalizuj"},"newpage":{"toolbar":"Nowa strona"},"pagebreak":{"alt":"Wstaw podziaÅ strony","toolbar":"Wstaw podziaÅ strony"},"pastetext":{"button":"Wklej jako czysty tekst","title":"Wklej jako czysty tekst"},"pastefromword":{"confirmCleanup":"Tekst, który chcesz wkleiÄ, prawdopodobnie pochodzi z programu Microsoft Word. Czy chcesz go wyczyÅciÄ przed wklejeniem?","error":"Wyczyszczenie wklejonych danych nie byÅo możliwe z powodu wystÄ pienia bÅÄdu.","title":"Wklej z programu MS Word","toolbar":"Wklej z programu MS Word"},"preview":{"preview":"PodglÄ d"},"print":{"toolbar":"Drukuj"},"removeformat":{"toolbar":"UsuÅ formatowanie"},"save":{"toolbar":"Zapisz"},"selectall":{"toolbar":"Zaznacz wszystko"},"showblocks":{"toolbar":"Pokaż bloki"},"sourcearea":{"toolbar":"ŹródÅo dokumentu"},"specialchar":{"options":"Opcje znaków specjalnych","title":"Wybierz znak specjalny","toolbar":"Wstaw znak specjalny"},"scayt":{"about":"Informacje o SCAYT","aboutTab":"Informacje o SCAYT","addWord":"Dodaj sÅowo","allCaps":"Ignoruj wyrazy pisane dużymi literami","dic_create":"Utwórz","dic_delete":"UsuÅ","dic_field_name":"Nazwa sÅownika","dic_info":"PoczÄ tkowo sÅownik użytkownika przechowywany jest w cookie. Pliki cookie majÄ jednak ograniczonÄ pojemnoÅÄ. JeÅli sÅownik użytkownika przekroczy wielkoÅÄ dopuszczalnÄ dla pliku cookie, możliwe jest przechowanie go na naszym serwerze. W celu zapisania sÅownika na serwerze niezbÄdne jest nadanie mu nazwy. JeÅli sÅownik zostaÅ już zapisany na serwerze, wystarczy podaÄ jego nazwÄ i nacisnÄ Ä przycisk PrzywróÄ.","dic_rename":"ZmieÅ nazwÄ","dic_restore":"PrzywróÄ","dictionariesTab":"SÅowniki","disable":"WyÅÄ cz SCAYT","emptyDic":"Nazwa sÅownika nie może byÄ pusta.","enable":"WÅÄ cz SCAYT","ignore":"Ignoruj","ignoreAll":"Ignoruj wszystkie","ignoreDomainNames":"Ignoruj nazwy domen","langs":"JÄzyki","languagesTab":"JÄzyki","mixedCase":"Ignoruj wyrazy pisane dużymi i maÅymi literami","mixedWithDigits":"Ignoruj wyrazy zawierajÄ ce cyfry","moreSuggestions":"WiÄcej sugestii","opera_title":"Funkcja nie jest obsÅugiwana przez przeglÄ darkÄ Opera","options":"Opcje","optionsTab":"Opcje","title":"Sprawdź pisowniÄ podczas pisania (SCAYT)","toggle":"PrzeÅÄ cz SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Styl","panelTitle":"Style formatujÄ ce","panelTitle1":"Style blokowe","panelTitle2":"Style liniowe","panelTitle3":"Style obiektowe"},"table":{"border":"GruboÅÄ obramowania","caption":"TytuÅ","cell":{"menu":"Komórka","insertBefore":"Wstaw komórkÄ z lewej","insertAfter":"Wstaw komórkÄ z prawej","deleteCell":"UsuÅ komórki","merge":"PoÅÄ cz komórki","mergeRight":"PoÅÄ cz z komórkÄ z prawej","mergeDown":"PoÅÄ cz z komórkÄ poniżej","splitHorizontal":"Podziel komórkÄ poziomo","splitVertical":"Podziel komórkÄ pionowo","title":"WÅaÅciwoÅci komórki","cellType":"Typ komórki","rowSpan":"Scalenie wierszy","colSpan":"Scalenie komórek","wordWrap":"Zawijanie sÅów","hAlign":"Wyrównanie poziome","vAlign":"Wyrównanie pionowe","alignBaseline":"Linia bazowa","bgColor":"Kolor tÅa","borderColor":"Kolor obramowania","data":"Dane","header":"NagÅówek","yes":"Tak","no":"Nie","invalidWidth":"SzerokoÅÄ komórki musi byÄ liczbÄ .","invalidHeight":"WysokoÅÄ komórki musi byÄ liczbÄ .","invalidRowSpan":"Scalenie wierszy musi byÄ liczbÄ caÅkowitÄ .","invalidColSpan":"Scalenie komórek musi byÄ liczbÄ caÅkowitÄ .","chooseColor":"Wybierz"},"cellPad":"DopeÅnienie komórek","cellSpace":"OdstÄp pomiÄdzy komórkami","column":{"menu":"Kolumna","insertBefore":"Wstaw kolumnÄ z lewej","insertAfter":"Wstaw kolumnÄ z prawej","deleteColumn":"UsuÅ kolumny"},"columns":"Liczba kolumn","deleteTable":"UsuÅ tabelÄ","headers":"NagÅówki","headersBoth":"Oba","headersColumn":"Pierwsza kolumna","headersNone":"Brak","headersRow":"Pierwszy wiersz","invalidBorder":"WartoÅÄ obramowania musi byÄ liczbÄ .","invalidCellPadding":"DopeÅnienie komórek musi byÄ liczbÄ dodatniÄ .","invalidCellSpacing":"OdstÄp pomiÄdzy komórkami musi byÄ liczbÄ dodatniÄ .","invalidCols":"Liczba kolumn musi byÄ wiÄksza niż 0.","invalidHeight":"WysokoÅÄ tabeli musi byÄ liczbÄ .","invalidRows":"Liczba wierszy musi byÄ wiÄksza niż 0.","invalidWidth":"SzerokoÅÄ tabeli musi byÄ liczbÄ .","menu":"WÅaÅciwoÅci tabeli","row":{"menu":"Wiersz","insertBefore":"Wstaw wiersz powyżej","insertAfter":"Wstaw wiersz poniżej","deleteRow":"UsuÅ wiersze"},"rows":"Liczba wierszy","summary":"Podsumowanie","title":"WÅaÅciwoÅci tabeli","toolbar":"Tabela","widthPc":"%","widthPx":"piksele","widthUnit":"jednostka szerokoÅci"},"undo":{"redo":"Ponów","undo":"Cofnij"},"wsc":{"btnIgnore":"Ignoruj","btnIgnoreAll":"Ignoruj wszystkie","btnReplace":"ZmieÅ","btnReplaceAll":"ZmieÅ wszystkie","btnUndo":"Cofnij","changeTo":"ZmieÅ na","errorLoading":"BÅÄ d wczytywania hosta aplikacji usÅugi: %s.","ieSpellDownload":"SÅownik nie jest zainstalowany. Czy chcesz go pobraÄ?","manyChanges":"Sprawdzanie zakoÅczone: zmieniono %l sÅów","noChanges":"Sprawdzanie zakoÅczone: nie zmieniono żadnego sÅowa","noMispell":"Sprawdzanie zakoÅczone: nie znaleziono bÅÄdów","noSuggestions":"- Brak sugestii -","notAvailable":"Przepraszamy, ale usÅuga jest obecnie niedostÄpna.","notInDic":"SÅowa nie ma w sÅowniku","oneChange":"Sprawdzanie zakoÅczone: zmieniono jedno sÅowo","progress":"Trwa sprawdzanie...","title":"Sprawdź pisowniÄ","toolbar":"Sprawdź pisowniÄ"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/pt-br.js b/skins/ckeditor/lang/pt-br.js index f336881..4016162 100644 --- a/skins/ckeditor/lang/pt-br.js +++ b/skins/ckeditor/lang/pt-br.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang['pt-br']={dir:'ltr',editorTitle:'Editor de Texto, %1, pressione ALT 0 para obter ajuda.',toolbars:'Editor toolbars',editor:'Editor de Texto',source:'Código-Fonte',newPage:'Novo',save:'Salvar',preview:'Visualizar',cut:'Recortar',copy:'Copiar',paste:'Colar',print:'Imprimir',underline:'Sublinhado',bold:'Negrito',italic:'Itálico',selectAll:'Selecionar Tudo',removeFormat:'Remover Formatação',strike:'Tachado',subscript:'Subscrito',superscript:'Sobrescrito',horizontalrule:'Inserir Linha Horizontal',pagebreak:'Inserir Quebra de Página',pagebreakAlt:'Page Break',unlink:'Remover Link',undo:'Desfazer',redo:'Refazer',common:{browseServer:'Localizar no Servidor',url:'URL',protocol:'Protocolo',upload:'Enviar ao Servidor',uploadSubmit:'Enviar para o Servidor',image:'Imagem',flash:'Flash',form:'Formulário',checkbox:'Caixa de Seleção',radio:'Botão de Opção',textField:'Caixa de Texto',textarea:'Ãrea de Texto',hiddenField:'Campo Oculto',button:'Botão',select:'Caixa de Listagem',imageButton:'Botão de Imagem',notSet:'<não ajustado>',id:'Id',name:'Nome',langDir:'Direção do idioma',langDirLtr:'Esquerda para Direita (LTR)',langDirRtl:'Direita para Esquerda (RTL)',langCode:'Idioma',longDescr:'Descrição da URL',cssClass:'Classe de CSS',advisoryTitle:'TÃtulo',cssStyle:'Estilos',ok:'OK',cancel:'Cancelar',close:'Fechar',preview:'Visualizar',generalTab:'Geral',advancedTab:'Avançado',validateNumberFailed:'Este valor não é um número.',confirmNewPage:'Todas as mudanças não salvas serão perdidas. Tem certeza de que quer abrir uma nova página?',confirmCancel:'Algumas opções foram alteradas. Tem certeza de que quer fechar a caixa de diálogo?',options:'Opções',target:'Destino',targetNew:'Nova Janela (_blank)',targetTop:'Janela de Cima (_top)',targetSelf:'Mesma Janela (_self)',targetParent:'Janela Pai (_parent)',langDirLTR:'Left to Right (LTR)',langDirRTL:'Right to Left (RTL)',styles:'Style',cssClasses:'Stylesheet Classes',width:'Largura',height:'Altura',align:'Alinhamento',alignLeft:'Esquerda',alignRight:'Direita',alignCenter:'Centralizado',alignTop:'Superior',alignMiddle:'Centralizado',alignBottom:'Inferior',invalidHeight:'A altura tem que ser um número',invalidWidth:'A largura tem que ser um número.',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 %).',unavailable:'%1<span class="cke_accessibility">, indisponÃvel</span>'},contextmenu:{options:'Opções Menu de Contexto'},specialChar:{toolbar:'Inserir Caractere Especial',title:'Selecione um Caractere Especial',options:'Opções de Caractere Especial'},link:{toolbar:'Inserir/Editar Link',other:'<outro>',menu:'Editar Link',title:'Editar Link',info:'Informações',target:'Destino',upload:'Enviar ao Servidor',advanced:'Avançado',type:'Tipo de hiperlink',toUrl:'URL',toAnchor:'Ãncora nesta página',toEmail:'E-Mail',targetFrame:'<frame>',targetPopup:'<janela popup>',targetFrameName:'Nome do Frame de Destino',targetPopupName:'Nome da Janela Pop-up',popupFeatures:'Propriedades da Janela Pop-up',popupResizable:'Redimensionável',popupStatusBar:'Barra de Status',popupLocationBar:'Barra de Endereços',popupToolbar:'Barra de Ferramentas',popupMenuBar:'Barra de Menus',popupFullScreen:'Modo Tela Cheia (IE)',popupScrollBars:'Barras de Rolagem',popupDependent:'Dependente (Netscape)',popupLeft:'Esquerda',popupTop:'Topo',id:'Id',langDir:'Direção do idioma',langDirLTR:'Esquerda para Direita (LTR)',langDirRTL:'Direita para Esquerda (RTL)',acccessKey:'Chave de Acesso',name:'Nome',langCode:'Direção do idioma',tabIndex:'Ãndice de Tabulação',advisoryTitle:'TÃtulo',advisoryContentType:'Tipo de Conteúdo',cssClasses:'Classe de CSS',charset:'Charset do Link',styles:'Estilos',rel:'Relationship',selectAnchor:'Selecione uma âncora',anchorName:'Nome da âncora',anchorId:'Id da âncora',emailAddress:'Endereço E-Mail',emailSubject:'Assunto da Mensagem',emailBody:'Corpo da Mensagem',noAnchors:'(Não há âncoras no documento)',noUrl:'Por favor, digite o endereço do Link',noEmail:'Por favor, digite o endereço de e-mail'},anchor:{toolbar:'Inserir/Editar Ãncora',menu:'Formatar Ãncora',title:'Formatar Ãncora',name:'Nome da Ãncora',errorName:'Por favor, digite o nome da âncora',remove:'Remove Anchor'},list:{numberedTitle:'Propriedades da Lista Numerada',bulletedTitle:'Propriedades da Lista sem Numeros',type:'Tipo',start:'InÃcio',validateStartNumber:'List start number must be a whole number.',circle:'CÃrculo',disc:'Disco',square:'Quadrado',none:'Nenhum',notset:'<não definido>',armenian:'Numeração Armêna',georgian:'Numeração da Geórgia (an, ban, gan, etc.)',lowerRoman:'Numeração Romana minúscula (i, ii, iii, iv, v, etc.)',upperRoman:'Numeração Romana maiúscula (I, II, III, IV, V, etc.)',lowerAlpha:'Numeração Alfabética minúscula (a, b, c, d, e, etc.)',upperAlpha:'Numeração Alfabética Maiúscula (A, B, C, D, E, etc.)',lowerGreek:'Numeração Grega minúscula (alpha, beta, gamma, etc.)',decimal:'Numeração Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Numeração Decimal com zeros (01, 02, 03, etc.)'},findAndReplace:{title:'Localizar e Substituir',find:'Localizar',replace:'Substituir',findWhat:'Procurar por:',replaceWith:'Substituir por:',notFoundMsg:'O texto especificado não foi encontrado.',matchCase:'Coincidir Maiúsculas/Minúsculas',matchWord:'Coincidir a palavra inteira',matchCyclic:'Coincidir cÃclico',replaceAll:'Substituir Tudo',replaceSuccessMsg:'%1 ocorrência(s) substituÃda(s).'},table:{toolbar:'Tabela',title:'Formatar Tabela',menu:'Formatar Tabela',deleteTable:'Apagar Tabela',rows:'Linhas',columns:'Colunas',border:'Borda',widthPx:'pixels',widthPc:'%',widthUnit:'unidade largura',cellSpace:'Espaçamento',cellPad:'Margem interna',caption:'Legenda',summary:'Resumo',headers:'Cabeçalho',headersNone:'Nenhum',headersColumn:'Primeira coluna',headersRow:'Primeira linha',headersBoth:'Ambos',invalidRows:'O número de linhas tem que ser um número maior que 0.',invalidCols:'O número de colunas tem que ser um número maior que 0.',invalidBorder:'O tamanho da borda tem que ser um número.',invalidWidth:'A largura da tabela tem que ser um número.',invalidHeight:'A altura da tabela tem que ser um número.',invalidCellSpacing:'O espaçamento das células tem que ser um número.',invalidCellPadding:'A margem interna das células tem que ser um número.',cell:{menu:'Célula',insertBefore:'Inserir célula a esquerda',insertAfter:'Inserir célula a direita',deleteCell:'Remover Células',merge:'Mesclar Células',mergeRight:'Mesclar com célula a direita',mergeDown:'Mesclar com célula abaixo',splitHorizontal:'Dividir célula horizontalmente',splitVertical:'Dividir célula verticalmente',title:'Propriedades da célula',cellType:'Tipo de célula',rowSpan:'Linhas cobertas',colSpan:'Colunas cobertas',wordWrap:'Quebra de palavra',hAlign:'Alinhamento horizontal',vAlign:'Alinhamento vertical',alignBaseline:'Patamar de alinhamento',bgColor:'Cor de fundo',borderColor:'Cor das bordas',data:'Dados',header:'Cabeçalho',yes:'Sim',no:'Não',invalidWidth:'A largura da célula tem que ser um número.',invalidHeight:'A altura da célula tem que ser um número.',invalidRowSpan:'Linhas cobertas tem que ser um número inteiro.',invalidColSpan:'Colunas cobertas tem que ser um número inteiro.',chooseColor:'Escolher'},row:{menu:'Linha',insertBefore:'Inserir linha acima',insertAfter:'Inserir linha abaixo',deleteRow:'Remover Linhas'},column:{menu:'Coluna',insertBefore:'Inserir coluna a esquerda',insertAfter:'Inserir coluna a direita',deleteColumn:'Remover Colunas'}},button:{title:'Formatar Botão',text:'Texto (Valor)',type:'Tipo',typeBtn:'Botão',typeSbm:'Enviar',typeRst:'Limpar'},checkboxAndRadio:{checkboxTitle:'Formatar Caixa de Seleção',radioTitle:'Formatar Botão de Opção',value:'Valor',selected:'Selecionado'},form:{title:'Formatar Formulário',menu:'Formatar Formulário',action:'Ação',method:'Método',encoding:'Codificação'},select:{title:'Formatar Caixa de Listagem',selectInfo:'Informações',opAvail:'Opções disponÃveis',value:'Valor',size:'Tamanho',lines:'linhas',chkMulti:'Permitir múltiplas seleções',opText:'Texto',opValue:'Valor',btnAdd:'Adicionar',btnModify:'Modificar',btnUp:'Para cima',btnDown:'Para baixo',btnSetValue:'Definir como selecionado',btnDelete:'Remover'},textarea:{title:'Formatar Ãrea de Texto',cols:'Colunas',rows:'Linhas'},textfield:{title:'Formatar Caixa de Texto',name:'Nome',value:'Valor',charWidth:'Comprimento (em caracteres)',maxChars:'Número Máximo de Caracteres',type:'Tipo',typeText:'Texto',typePass:'Senha'},hidden:{title:'Formatar Campo Oculto',name:'Nome',value:'Valor'},image:{title:'Formatar Imagem',titleButton:'Formatar Botão de Imagem',menu:'Formatar Imagem',infoTab:'Informações da Imagem',btnUpload:'Enviar para o Servidor',upload:'Enviar',alt:'Texto Alternativo',lockRatio:'Travar Proporções',resetSize:'Redefinir para o Tamanho Original',border:'Borda',hSpace:'HSpace',vSpace:'VSpace',alertUrl:'Por favor, digite a URL da imagem.',linkTab:'Link',button2Img:'Deseja transformar o botão de imagem em uma imagem comum?',img2Button:'Deseja transformar a imagem em um botão de imagem?',urlMissing:'URL da imagem está faltando.',validateBorder:'A borda deve ser um número inteiro.',validateHSpace:'O HSpace deve ser um número inteiro.',validateVSpace:'O VSpace deve ser um número inteiro.'},flash:{properties:'Propriedades do Flash',propertiesTab:'Propriedades',title:'Propriedades do Flash',chkPlay:'Tocar Automaticamente',chkLoop:'Tocar Infinitamente',chkMenu:'Habilita Menu Flash',chkFull:'Permitir tela cheia',scale:'Escala',scaleAll:'Mostrar tudo',scaleNoBorder:'Sem Borda',scaleFit:'Escala Exata',access:'Acesso ao script',accessAlways:'Sempre',accessSameDomain:'Acessar Mesmo DomÃnio',accessNever:'Nunca',alignAbsBottom:'Inferior Absoluto',alignAbsMiddle:'Centralizado Absoluto',alignBaseline:'Baseline',alignTextTop:'Superior Absoluto',quality:'Qualidade',qualityBest:'Qualidade Melhor',qualityHigh:'Qualidade Alta',qualityAutoHigh:'Qualidade Alta Automática',qualityMedium:'Qualidade Média',qualityAutoLow:'Qualidade Baixa Automática',qualityLow:'Qualidade Baixa',windowModeWindow:'Janela',windowModeOpaque:'Opaca',windowModeTransparent:'Transparente',windowMode:'Modo da janela',flashvars:'Variáveis do Flash',bgcolor:'Cor do Plano de Fundo',hSpace:'HSpace',vSpace:'VSpace',validateSrc:'Por favor, digite o endereço do link',validateHSpace:'O HSpace tem que ser um número',validateVSpace:'O VSpace tem que ser um número.'},spellCheck:{toolbar:'Verificar Ortografia',title:'Corretor Ortográfico',notAvailable:'Desculpe, o serviço não está disponÃvel no momento.',errorLoading:'Erro carregando servidor de aplicação: %s.',notInDic:'Não encontrada',changeTo:'Alterar para',btnIgnore:'Ignorar uma vez',btnIgnoreAll:'Ignorar Todas',btnReplace:'Alterar',btnReplaceAll:'Alterar Todas',btnUndo:'Desfazer',noSuggestions:'-sem sugestões de ortografia-',progress:'Verificação ortográfica em andamento...',noMispell:'Verificação encerrada: Não foram encontrados erros de ortografia',noChanges:'Verificação ortográfica encerrada: Não houve alterações',oneChange:'Verificação ortográfica encerrada: Uma palavra foi alterada',manyChanges:'Verificação ortográfica encerrada: %1 palavras foram alteradas',ieSpellDownload:'A verificação ortográfica não foi instalada. Você gostaria de realizar o download agora?'},smiley:{toolbar:'Emoticon',title:'Inserir Emoticon',options:'Opções de Emoticons'},elementsPath:{eleLabel:'Caminho dos Elementos',eleTitle:'Elemento %1'},numberedlist:'Lista numerada',bulletedlist:'Lista sem números',indent:'Aumentar Recuo',outdent:'Diminuir Recuo',justify:{left:'Alinhar Esquerda',center:'Centralizar',right:'Alinhar Direita',block:'Justificado'},blockquote:'Citação',clipboard:{title:'Colar',cutError:'As configurações de segurança do seu navegador não permitem que o editor execute operações de recortar automaticamente. Por favor, utilize o teclado para recortar (Ctrl/Cmd+X).',copyError:'As configurações de segurança do seu navegador não permitem que o editor execute operações de copiar automaticamente. Por favor, utilize o teclado para copiar (Ctrl/Cmd+C).',pasteMsg:'Transfira o link usado na caixa usando o teclado com (<STRONG>Ctrl/Cmd+V</STRONG>) e <STRONG>OK</STRONG>.',securityMsg:'As configurações de segurança do seu navegador não permitem que o editor acesse os dados da área de transferência diretamente. Por favor cole o conteúdo manualmente nesta janela.',pasteArea:'Ãrea para Colar'},pastefromword:{confirmCleanup:'O texto que você deseja colar parece ter sido copiado do Word. Você gostaria de remover a formatação antes de colar?',toolbar:'Colar do Word',title:'Colar do Word',error:'Não foi possÃvel limpar os dados colados devido a um erro interno'},pasteText:{button:'Colar como Texto sem Formatação',title:'Colar como Texto sem Formatação'},templates:{button:'Modelos de layout',title:'Modelo de layout de conteúdo',options:'Opções de Template',insertOption:'Substituir o conteúdo atual',selectPromptMsg:'Selecione um modelo de layout para ser aberto no editor<br>(o conteúdo atual será perdido):',emptyListMsg:'(Não foram definidos modelos de layout)'},showBlocks:'Mostrar blocos de código',stylesCombo:{label:'Estilo',panelTitle:'Estilos de Formatação',panelTitle1:'Estilos de bloco',panelTitle2:'Estilos de texto corrido',panelTitle3:'Estilos de objeto'},format:{label:'Formatação',panelTitle:'Formatação',tag_p:'Normal',tag_pre:'Formatado',tag_address:'Endereço',tag_h1:'TÃtulo 1',tag_h2:'TÃtulo 2',tag_h3:'TÃtulo 3',tag_h4:'TÃtulo 4',tag_h5:'TÃtulo 5',tag_h6:'TÃtulo 6',tag_div:'Normal (DIV)'},div:{title:'Criar Container de DIV',toolbar:'Criar Container de DIV',cssClassInputLabel:'Classes de CSS',styleSelectLabel:'Estilo',IdInputLabel:'Id',languageCodeInputLabel:'Código de Idioma',inlineStyleInputLabel:'Estilo Inline',advisoryTitleInputLabel:'TÃtulo Consulta',langDirLabel:'Direção da Escrita',langDirLTRLabel:'Esquerda para Direita (LTR)',langDirRTLLabel:'Direita para Esquerda (RTL)',edit:'Editar Div',remove:'Remover Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Fonte',voiceLabel:'Fonte',panelTitle:'Fonte'},fontSize:{label:'Tamanho',voiceLabel:'Tamanho da fonte',panelTitle:'Tamanho'},colorButton:{textColorTitle:'Cor do Texto',bgColorTitle:'Cor do Plano de Fundo',panelTitle:'Cores',auto:'Automático',more:'Mais Cores...'},colors:{'000':'Preto',800000:'Foquete','8B4513':'Marrom 1','2F4F4F':'Cinza 1','008080':'Cerceta','000080':'Azul Marinho','4B0082':'Ãndigo',696969:'Cinza 2',B22222:'Tijolo de Fogo',A52A2A:'Marrom 2',DAA520:'Vara Dourada','006400':'Verde Escuro','40E0D0':'Turquesa','0000CD':'Azul Médio',800080:'Roxo',808080:'Cinza 3',F00:'Vermelho',FF8C00:'Laranja Escuro',FFD700:'Dourado','008000':'Verde','0FF':'Ciano','00F':'Azul',EE82EE:'Violeta',A9A9A9:'Cinza Escuro',FFA07A:'Salmão Claro',FFA500:'Laranja',FFFF00:'Amarelo','00FF00':'Lima',AFEEEE:'Turquesa Pálido',ADD8E6:'Azul Claro',DDA0DD:'Ameixa',D3D3D3:'Cinza Claro',FFF0F5:'Lavanda 1',FAEBD7:'Branco Antiguidade',FFFFE0:'Amarelo Claro',F0FFF0:'Orvalho',F0FFFF:'Azure',F0F8FF:'Azul Alice',E6E6FA:'Lavanda 2',FFF:'Branco'},scayt:{title:'Correção ortográfica durante a digitação',opera_title:'Não suportado no Opera',enable:'Habilitar correção ortográfica durante a digitação',disable:'Desabilitar correção ortográfica durante a digitação',about:'Sobre a correção ortográfica durante a digitação',toggle:'Ativar/desativar correção ortográfica durante a digitação',options:'Opções',langs:'Idiomas',moreSuggestions:'Mais sugestões',ignore:'Ignorar',ignoreAll:'Ignorar todas',addWord:'Adicionar palavra',emptyDic:'O nome do dicionário não deveria estar vazio.',optionsTab:'Opções',allCaps:'Ignorar palavras maiúsculas',ignoreDomainNames:'Ignorar nomes de domÃnio',mixedCase:'Ignorar palavras com maiúsculas e minúsculas misturadas',mixedWithDigits:'Ignorar palavras com números',languagesTab:'Idiomas',dictionariesTab:'Dicionários',dic_field_name:'Nome do Dicionário',dic_create:'Criar',dic_restore:'Restaurar',dic_delete:'Excluir',dic_rename:'Renomear',dic_info:'Inicialmente, o dicionário do usuário fica armazenado em um Cookie. Porém, Cookies tem tamanho limitado, portanto quand o dicionário do usuário atingir o tamanho limite poderá ser armazenado no nosso servidor. Para armazenar seu dicionário pessoal no nosso servidor deverá especificar um nome para ele. Se já tiver um dicionário armazenado por favor especifique o seu nome e clique em Restaurar.',aboutTab:'Sobre'},about:{title:'Sobre o CKEditor',dlgTitle:'Sobre o CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Para informações sobre a licença por favor visite o nosso site:',copy:'Copyright © $1. Todos os direitos reservados.'},maximize:'Maximizar',minimize:'Minimize',fakeobjects:{anchor:'Ãncora',flash:'Animação em Flash',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Objeto desconhecido'},resize:'Arraste para redimensionar',colordialog:{title:'Selecione uma cor',options:'Opções de Cor',highlight:'Grifar',selected:'Cor Selecionada',clear:'Limpar'},toolbarCollapse:'Diminuir Barra de Ferramentas',toolbarExpand:'Aumentar Barra de Ferramentas',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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Propriedades Documento',title:'Propriedades Documento',design:'Design',meta:'Meta Dados',chooseColor:'Escolher',other:'<outro>',docTitle:'TÃtulo da Página',charset:'Codificação de Caracteres',charsetOther:'Outra Codificação de Caracteres',charsetASCII:'ASCII',charsetCE:'Europa Central',charsetCT:'Chinês Tradicional (Big5)',charsetCR:'CirÃlico',charsetGR:'Grego',charsetJP:'Japonês',charsetKR:'Coreano',charsetTR:'Turco',charsetUN:'Unicode (UTF-8)',charsetWE:'Europa Ocidental',docType:'Cabeçalho Tipo de Documento',docTypeOther:'Other Document Type Heading',xhtmlDec:'Incluir Declarações XHTML',bgColor:'Cor do Plano de Fundo',bgImage:'URL da Imagem de Plano de Fundo',bgFixed:'Plano de Fundo Fixo',txtColor:'Cor do Texto',margin:'Margens da Página',marginTop:'Superior',marginLeft:'Inferior',marginRight:'Direita',marginBottom:'Inferior',metaKeywords:'Palavras-chave de Indexação do Documento (separadas por vÃrgula)',metaDescription:'Descrição do Documento',metaAuthor:'Autor',metaCopyright:'Direitos Autorais',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['pt-br']={"editor":"Editor de Rich Text","editorPanel":"Painel do editor de Rich Text","common":{"editorHelp":"Pressione ALT+0 para ajuda","browseServer":"Localizar no Servidor","url":"URL","protocol":"Protocolo","upload":"Enviar ao Servidor","uploadSubmit":"Enviar para o Servidor","image":"Imagem","flash":"Flash","form":"Formulário","checkbox":"Caixa de Seleção","radio":"Botão de Opção","textField":"Caixa de Texto","textarea":"Ãrea de Texto","hiddenField":"Campo Oculto","button":"Botão","select":"Caixa de Listagem","imageButton":"Botão de Imagem","notSet":"<não ajustado>","id":"Id","name":"Nome","langDir":"Direção do idioma","langDirLtr":"Esquerda para Direita (LTR)","langDirRtl":"Direita para Esquerda (RTL)","langCode":"Idioma","longDescr":"Descrição da URL","cssClass":"Classe de CSS","advisoryTitle":"TÃtulo","cssStyle":"Estilos","ok":"OK","cancel":"Cancelar","close":"Fechar","preview":"Visualizar","resize":"Arraste para redimensionar","generalTab":"Geral","advancedTab":"Avançado","validateNumberFailed":"Este valor não é um número.","confirmNewPage":"Todas as mudanças não salvas serão perdidas. Tem certeza de que quer abrir uma nova página?","confirmCancel":"Algumas opções foram alteradas. Tem certeza de que quer fechar a caixa de diálogo?","options":"Opções","target":"Destino","targetNew":"Nova Janela (_blank)","targetTop":"Janela de Cima (_top)","targetSelf":"Mesma Janela (_self)","targetParent":"Janela Pai (_parent)","langDirLTR":"Esquerda para Direita (LTR)","langDirRTL":"Direita para Esquerda (RTL)","styles":"Estilo","cssClasses":"Classes","width":"Largura","height":"Altura","align":"Alinhamento","alignLeft":"Esquerda","alignRight":"Direita","alignCenter":"Centralizado","alignTop":"Superior","alignMiddle":"Centralizado","alignBottom":"Inferior","invalidValue":"Valor inválido.","invalidHeight":"A altura tem que ser um número","invalidWidth":"A largura tem que ser um número.","invalidCssLength":"O valor do campo \"%1\" deve ser um número positivo opcionalmente seguido por uma válida unidade de medida de CSS (px, %, in, cm, mm, em, ex, pt ou pc).","invalidHtmlLength":"O valor do campo \"%1\" deve ser um número positivo opcionalmente seguido por uma válida unidade de medida de HTML (px ou %).","invalidInlineStyle":"O valor válido para estilo deve conter uma ou mais tuplas no formato \"nome : valor\", separados por ponto e vÃrgula.","cssLengthTooltip":"Insira um número para valor em pixels ou um número seguido de uma válida unidade de medida de CSS (px, %, in, cm, mm, em, ex, pt ou pc).","unavailable":"%1<span class=\"cke_accessibility\">, indisponÃvel</span>"},"about":{"copy":"Copyright © $1. Todos os direitos reservados.","dlgTitle":"Sobre o CKEditor","help":"Verifique o $1 para obter ajuda.","moreInfo":"Para informações sobre a licença por favor visite o nosso site:","title":"Sobre o CKEditor","userGuide":"Guia do Usuário do CKEditor"},"basicstyles":{"bold":"Negrito","italic":"Itálico","strike":"Tachado","subscript":"Subscrito","superscript":"Sobrescrito","underline":"Sublinhado"},"bidi":{"ltr":"Direção do texto da esquerda para a direita","rtl":"Direção do texto da direita para a esquerda"},"blockquote":{"toolbar":"Citação"},"clipboard":{"copy":"Copiar","copyError":"As configurações de segurança do seu navegador não permitem que o editor execute operações de copiar automaticamente. Por favor, utilize o teclado para copiar (Ctrl/Cmd+C).","cut":"Recortar","cutError":"As configurações de segurança do seu navegador não permitem que o editor execute operações de recortar automaticamente. Por favor, utilize o teclado para recortar (Ctrl/Cmd+X).","paste":"Colar","pasteArea":"Ãrea para Colar","pasteMsg":"Transfira o link usado na caixa usando o teclado com (<STRONG>Ctrl/Cmd+V</STRONG>) e <STRONG>OK</STRONG>.","securityMsg":"As configurações de segurança do seu navegador não permitem que o editor acesse os dados da área de transferência diretamente. Por favor cole o conteúdo manualmente nesta janela.","title":"Colar"},"button":{"selectedLabel":"%1 (Selecionado)"},"colorbutton":{"auto":"Automático","bgColorTitle":"Cor do Plano de Fundo","colors":{"000":"Preto","800000":"Foquete","8B4513":"Marrom 1","2F4F4F":"Cinza 1","008080":"Cerceta","000080":"Azul Marinho","4B0082":"Ãndigo","696969":"Cinza 2","B22222":"Tijolo de Fogo","A52A2A":"Marrom 2","DAA520":"Vara Dourada","006400":"Verde Escuro","40E0D0":"Turquesa","0000CD":"Azul Médio","800080":"Roxo","808080":"Cinza 3","F00":"Vermelho","FF8C00":"Laranja Escuro","FFD700":"Dourado","008000":"Verde","0FF":"Ciano","00F":"Azul","EE82EE":"Violeta","A9A9A9":"Cinza Escuro","FFA07A":"Salmão Claro","FFA500":"Laranja","FFFF00":"Amarelo","00FF00":"Lima","AFEEEE":"Turquesa Pálido","ADD8E6":"Azul Claro","DDA0DD":"Ameixa","D3D3D3":"Cinza Claro","FFF0F5":"Lavanda 1","FAEBD7":"Branco Antiguidade","FFFFE0":"Amarelo Claro","F0FFF0":"Orvalho","F0FFFF":"Azure","F0F8FF":"Azul Alice","E6E6FA":"Lavanda 2","FFF":"Branco"},"more":"Mais Cores...","panelTitle":"Cores","textColorTitle":"Cor do Texto"},"colordialog":{"clear":"Limpar","highlight":"Grifar","options":"Opções de Cor","selected":"Cor Selecionada","title":"Selecione uma Cor"},"templates":{"button":"Modelos de layout","emptyListMsg":"(Não foram definidos modelos de layout)","insertOption":"Substituir o conteúdo atual","options":"Opções de Template","selectPromptMsg":"Selecione um modelo de layout para ser aberto no editor<br>(o conteúdo atual será perdido):","title":"Modelo de layout de conteúdo"},"contextmenu":{"options":"Opções Menu de Contexto"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"TÃtulo Consulta","cssClassInputLabel":"Classes de CSS","edit":"Editar Div","inlineStyleInputLabel":"Estilo Inline","langDirLTRLabel":"Esquerda para Direita (LTR)","langDirLabel":"Direção da Escrita","langDirRTLLabel":"Direita para Esquerda (RTL)","languageCodeInputLabel":"Código de Idioma","remove":"Remover Div","styleSelectLabel":"Estilo","title":"Criar Container de DIV","toolbar":"Criar Container de DIV"},"toolbar":{"toolbarCollapse":"Diminuir Barra de Ferramentas","toolbarExpand":"Aumentar Barra de Ferramentas","toolbarGroups":{"document":"Documento","clipboard":"Clipboard/Desfazer","editing":"Edição","forms":"Formulários","basicstyles":"Estilos Básicos","paragraph":"Paragrafo","links":"Links","insert":"Inserir","styles":"Estilos","colors":"Cores","tools":"Ferramentas"},"toolbars":"Barra de Ferramentas do Editor"},"elementspath":{"eleLabel":"Caminho dos Elementos","eleTitle":"Elemento %1"},"find":{"find":"Localizar","findOptions":"Opções","findWhat":"Procurar por:","matchCase":"Coincidir Maiúsculas/Minúsculas","matchCyclic":"Coincidir cÃclico","matchWord":"Coincidir a palavra inteira","notFoundMsg":"O texto especificado não foi encontrado.","replace":"Substituir","replaceAll":"Substituir Tudo","replaceSuccessMsg":"%1 ocorrência(s) substituÃda(s).","replaceWith":"Substituir por:","title":"Localizar e Substituir"},"fakeobjects":{"anchor":"Ãncora","flash":"Animação em Flash","hiddenfield":"Campo Oculto","iframe":"IFrame","unknown":"Objeto desconhecido"},"flash":{"access":"Acesso ao script","accessAlways":"Sempre","accessNever":"Nunca","accessSameDomain":"Acessar Mesmo DomÃnio","alignAbsBottom":"Inferior Absoluto","alignAbsMiddle":"Centralizado Absoluto","alignBaseline":"Baseline","alignTextTop":"Superior Absoluto","bgcolor":"Cor do Plano de Fundo","chkFull":"Permitir tela cheia","chkLoop":"Tocar Infinitamente","chkMenu":"Habilita Menu Flash","chkPlay":"Tocar Automaticamente","flashvars":"Variáveis do Flash","hSpace":"HSpace","properties":"Propriedades do Flash","propertiesTab":"Propriedades","quality":"Qualidade","qualityAutoHigh":"Qualidade Alta Automática","qualityAutoLow":"Qualidade Baixa Automática","qualityBest":"Qualidade Melhor","qualityHigh":"Qualidade Alta","qualityLow":"Qualidade Baixa","qualityMedium":"Qualidade Média","scale":"Escala","scaleAll":"Mostrar tudo","scaleFit":"Escala Exata","scaleNoBorder":"Sem Borda","title":"Propriedades do Flash","vSpace":"VSpace","validateHSpace":"O HSpace tem que ser um número","validateSrc":"Por favor, digite o endereço do link","validateVSpace":"O VSpace tem que ser um número.","windowMode":"Modo da janela","windowModeOpaque":"Opaca","windowModeTransparent":"Transparente","windowModeWindow":"Janela"},"font":{"fontSize":{"label":"Tamanho","voiceLabel":"Tamanho da fonte","panelTitle":"Tamanho"},"label":"Fonte","panelTitle":"Fonte","voiceLabel":"Fonte"},"forms":{"button":{"title":"Formatar Botão","text":"Texto (Valor)","type":"Tipo","typeBtn":"Botão","typeSbm":"Enviar","typeRst":"Limpar"},"checkboxAndRadio":{"checkboxTitle":"Formatar Caixa de Seleção","radioTitle":"Formatar Botão de Opção","value":"Valor","selected":"Selecionado"},"form":{"title":"Formatar Formulário","menu":"Formatar Formulário","action":"Ação","method":"Método","encoding":"Codificação"},"hidden":{"title":"Formatar Campo Oculto","name":"Nome","value":"Valor"},"select":{"title":"Formatar Caixa de Listagem","selectInfo":"Informações","opAvail":"Opções disponÃveis","value":"Valor","size":"Tamanho","lines":"linhas","chkMulti":"Permitir múltiplas seleções","opText":"Texto","opValue":"Valor","btnAdd":"Adicionar","btnModify":"Modificar","btnUp":"Para cima","btnDown":"Para baixo","btnSetValue":"Definir como selecionado","btnDelete":"Remover"},"textarea":{"title":"Formatar Ãrea de Texto","cols":"Colunas","rows":"Linhas"},"textfield":{"title":"Formatar Caixa de Texto","name":"Nome","value":"Valor","charWidth":"Comprimento (em caracteres)","maxChars":"Número Máximo de Caracteres","type":"Tipo","typeText":"Texto","typePass":"Senha","typeEmail":"Email","typeSearch":"Busca","typeTel":"Número de Telefone","typeUrl":"URL"}},"format":{"label":"Formatação","panelTitle":"Formatação","tag_address":"Endereço","tag_div":"Normal (DIV)","tag_h1":"TÃtulo 1","tag_h2":"TÃtulo 2","tag_h3":"TÃtulo 3","tag_h4":"TÃtulo 4","tag_h5":"TÃtulo 5","tag_h6":"TÃtulo 6","tag_p":"Normal","tag_pre":"Formatado"},"horizontalrule":{"toolbar":"Inserir Linha Horizontal"},"iframe":{"border":"Mostra borda do iframe","noUrl":"Insira a URL do iframe","scrolling":"Abilita scrollbars","title":"Propriedade do IFrame","toolbar":"IFrame"},"image":{"alertUrl":"Por favor, digite a URL da imagem.","alt":"Texto Alternativo","border":"Borda","btnUpload":"Enviar para o Servidor","button2Img":"Deseja transformar o botão de imagem em uma imagem comum?","hSpace":"HSpace","img2Button":"Deseja transformar a imagem em um botão de imagem?","infoTab":"Informações da Imagem","linkTab":"Link","lockRatio":"Travar Proporções","menu":"Formatar Imagem","resetSize":"Redefinir para o Tamanho Original","title":"Formatar Imagem","titleButton":"Formatar Botão de Imagem","upload":"Enviar","urlMissing":"URL da imagem está faltando.","vSpace":"VSpace","validateBorder":"A borda deve ser um número inteiro.","validateHSpace":"O HSpace deve ser um número inteiro.","validateVSpace":"O VSpace deve ser um número inteiro."},"indent":{"indent":"Aumentar Recuo","outdent":"Diminuir Recuo"},"smiley":{"options":"Opções de Emoticons","title":"Inserir Emoticon","toolbar":"Emoticon"},"justify":{"block":"Justificado","center":"Centralizar","left":"Alinhar Esquerda","right":"Alinhar Direita"},"language":{"button":"Configure o Idioma","remove":"Remover Idioma"},"link":{"acccessKey":"Chave de Acesso","advanced":"Avançado","advisoryContentType":"Tipo de Conteúdo","advisoryTitle":"TÃtulo","anchor":{"toolbar":"Inserir/Editar Ãncora","menu":"Formatar Ãncora","title":"Formatar Ãncora","name":"Nome da Ãncora","errorName":"Por favor, digite o nome da âncora","remove":"Remover Ãncora"},"anchorId":"Id da âncora","anchorName":"Nome da âncora","charset":"Charset do Link","cssClasses":"Classe de CSS","emailAddress":"Endereço E-Mail","emailBody":"Corpo da Mensagem","emailSubject":"Assunto da Mensagem","id":"Id","info":"Informações","langCode":"Direção do idioma","langDir":"Direção do idioma","langDirLTR":"Esquerda para Direita (LTR)","langDirRTL":"Direita para Esquerda (RTL)","menu":"Editar Link","name":"Nome","noAnchors":"(Não há âncoras no documento)","noEmail":"Por favor, digite o endereço de e-mail","noUrl":"Por favor, digite o endereço do Link","other":"<outro>","popupDependent":"Dependente (Netscape)","popupFeatures":"Propriedades da Janela Pop-up","popupFullScreen":"Modo Tela Cheia (IE)","popupLeft":"Esquerda","popupLocationBar":"Barra de Endereços","popupMenuBar":"Barra de Menus","popupResizable":"Redimensionável","popupScrollBars":"Barras de Rolagem","popupStatusBar":"Barra de Status","popupToolbar":"Barra de Ferramentas","popupTop":"Topo","rel":"Tipo de Relação","selectAnchor":"Selecione uma âncora","styles":"Estilos","tabIndex":"Ãndice de Tabulação","target":"Destino","targetFrame":"<frame>","targetFrameName":"Nome do Frame de Destino","targetPopup":"<janela popup>","targetPopupName":"Nome da Janela Pop-up","title":"Editar Link","toAnchor":"Ãncora nesta página","toEmail":"E-Mail","toUrl":"URL","toolbar":"Inserir/Editar Link","type":"Tipo de hiperlink","unlink":"Remover Link","upload":"Enviar ao Servidor"},"list":{"bulletedlist":"Lista sem números","numberedlist":"Lista numerada"},"liststyle":{"armenian":"Numeração Armêna","bulletedTitle":"Propriedades da Lista sem Numeros","circle":"CÃrculo","decimal":"Numeração Decimal (1, 2, 3, etc.)","decimalLeadingZero":"Numeração Decimal com zeros (01, 02, 03, etc.)","disc":"Disco","georgian":"Numeração da Geórgia (an, ban, gan, etc.)","lowerAlpha":"Numeração Alfabética minúscula (a, b, c, d, e, etc.)","lowerGreek":"Numeração Grega minúscula (alpha, beta, gamma, etc.)","lowerRoman":"Numeração Romana minúscula (i, ii, iii, iv, v, etc.)","none":"Nenhum","notset":"<não definido>","numberedTitle":"Propriedades da Lista Numerada","square":"Quadrado","start":"InÃcio","type":"Tipo","upperAlpha":"Numeração Alfabética Maiúscula (A, B, C, D, E, etc.)","upperRoman":"Numeração Romana maiúscula (I, II, III, IV, V, etc.)","validateStartNumber":"O número inicial da lista deve ser um número inteiro."},"magicline":{"title":"Insera um parágrafo aqui"},"maximize":{"maximize":"Maximizar","minimize":"Minimize"},"newpage":{"toolbar":"Novo"},"pagebreak":{"alt":"Quebra de Página","toolbar":"Inserir Quebra de Página"},"pastetext":{"button":"Colar como Texto sem Formatação","title":"Colar como Texto sem Formatação"},"pastefromword":{"confirmCleanup":"O texto que você deseja colar parece ter sido copiado do Word. Você gostaria de remover a formatação antes de colar?","error":"Não foi possÃvel limpar os dados colados devido a um erro interno","title":"Colar do Word","toolbar":"Colar do Word"},"preview":{"preview":"Visualizar"},"print":{"toolbar":"Imprimir"},"removeformat":{"toolbar":"Remover Formatação"},"save":{"toolbar":"Salvar"},"selectall":{"toolbar":"Selecionar Tudo"},"showblocks":{"toolbar":"Mostrar blocos de código"},"sourcearea":{"toolbar":"Código-Fonte"},"specialchar":{"options":"Opções de Caractere Especial","title":"Selecione um Caractere Especial","toolbar":"Inserir Caractere Especial"},"scayt":{"about":"Sobre a correção ortográfica durante a digitação","aboutTab":"Sobre","addWord":"Adicionar palavra","allCaps":"Ignorar palavras maiúsculas","dic_create":"Criar","dic_delete":"Excluir","dic_field_name":"Nome do Dicionário","dic_info":"Inicialmente, o dicionário do usuário fica armazenado em um Cookie. Porém, Cookies tem tamanho limitado, portanto quand o dicionário do usuário atingir o tamanho limite poderá ser armazenado no nosso servidor. Para armazenar seu dicionário pessoal no nosso servidor deverá especificar um nome para ele. Se já tiver um dicionário armazenado por favor especifique o seu nome e clique em Restaurar.","dic_rename":"Renomear","dic_restore":"Restaurar","dictionariesTab":"Dicionários","disable":"Desabilitar correção ortográfica durante a digitação","emptyDic":"O nome do dicionário não deveria estar vazio.","enable":"Habilitar correção ortográfica durante a digitação","ignore":"Ignorar","ignoreAll":"Ignorar todas","ignoreDomainNames":"Ignorar nomes de domÃnio","langs":"Idiomas","languagesTab":"Idiomas","mixedCase":"Ignorar palavras com maiúsculas e minúsculas misturadas","mixedWithDigits":"Ignorar palavras com números","moreSuggestions":"Mais sugestões","opera_title":"Não suportado no Opera","options":"Opções","optionsTab":"Opções","title":"Correção ortográfica durante a digitação","toggle":"Ativar/desativar correção ortográfica durante a digitação","noSuggestions":"No suggestion"},"stylescombo":{"label":"Estilo","panelTitle":"Estilos de Formatação","panelTitle1":"Estilos de bloco","panelTitle2":"Estilos de texto corrido","panelTitle3":"Estilos de objeto"},"table":{"border":"Borda","caption":"Legenda","cell":{"menu":"Célula","insertBefore":"Inserir célula a esquerda","insertAfter":"Inserir célula a direita","deleteCell":"Remover Células","merge":"Mesclar Células","mergeRight":"Mesclar com célula a direita","mergeDown":"Mesclar com célula abaixo","splitHorizontal":"Dividir célula horizontalmente","splitVertical":"Dividir célula verticalmente","title":"Propriedades da célula","cellType":"Tipo de célula","rowSpan":"Linhas cobertas","colSpan":"Colunas cobertas","wordWrap":"Quebra de palavra","hAlign":"Alinhamento horizontal","vAlign":"Alinhamento vertical","alignBaseline":"Patamar de alinhamento","bgColor":"Cor de fundo","borderColor":"Cor das bordas","data":"Dados","header":"Cabeçalho","yes":"Sim","no":"Não","invalidWidth":"A largura da célula tem que ser um número.","invalidHeight":"A altura da célula tem que ser um número.","invalidRowSpan":"Linhas cobertas tem que ser um número inteiro.","invalidColSpan":"Colunas cobertas tem que ser um número inteiro.","chooseColor":"Escolher"},"cellPad":"Margem interna","cellSpace":"Espaçamento","column":{"menu":"Coluna","insertBefore":"Inserir coluna a esquerda","insertAfter":"Inserir coluna a direita","deleteColumn":"Remover Colunas"},"columns":"Colunas","deleteTable":"Apagar Tabela","headers":"Cabeçalho","headersBoth":"Ambos","headersColumn":"Primeira coluna","headersNone":"Nenhum","headersRow":"Primeira linha","invalidBorder":"O tamanho da borda tem que ser um número.","invalidCellPadding":"A margem interna das células tem que ser um número.","invalidCellSpacing":"O espaçamento das células tem que ser um número.","invalidCols":"O número de colunas tem que ser um número maior que 0.","invalidHeight":"A altura da tabela tem que ser um número.","invalidRows":"O número de linhas tem que ser um número maior que 0.","invalidWidth":"A largura da tabela tem que ser um número.","menu":"Formatar Tabela","row":{"menu":"Linha","insertBefore":"Inserir linha acima","insertAfter":"Inserir linha abaixo","deleteRow":"Remover Linhas"},"rows":"Linhas","summary":"Resumo","title":"Formatar Tabela","toolbar":"Tabela","widthPc":"%","widthPx":"pixels","widthUnit":"unidade largura"},"undo":{"redo":"Refazer","undo":"Desfazer"},"wsc":{"btnIgnore":"Ignorar uma vez","btnIgnoreAll":"Ignorar Todas","btnReplace":"Alterar","btnReplaceAll":"Alterar Todas","btnUndo":"Desfazer","changeTo":"Alterar para","errorLoading":"Erro carregando servidor de aplicação: %s.","ieSpellDownload":"A verificação ortográfica não foi instalada. Você gostaria de realizar o download agora?","manyChanges":"Verificação ortográfica encerrada: %1 palavras foram alteradas","noChanges":"Verificação ortográfica encerrada: Não houve alterações","noMispell":"Verificação encerrada: Não foram encontrados erros de ortografia","noSuggestions":"-sem sugestões de ortografia-","notAvailable":"Desculpe, o serviço não está disponÃvel no momento.","notInDic":"Não encontrada","oneChange":"Verificação ortográfica encerrada: Uma palavra foi alterada","progress":"Verificação ortográfica em andamento...","title":"Corretor Ortográfico","toolbar":"Verificar Ortografia"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/pt.js b/skins/ckeditor/lang/pt.js index 639fd5a..7c822a3 100644 --- a/skins/ckeditor/lang/pt.js +++ b/skins/ckeditor/lang/pt.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.pt={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Fonte',newPage:'Nova Página',save:'Guardar',preview:'Pré-visualizar',cut:'Cortar',copy:'Copiar',paste:'Colar',print:'Imprimir',underline:'Sublinhado',bold:'Negrito',italic:'Itálico',selectAll:'Seleccionar Tudo',removeFormat:'Eliminar Formato',strike:'Rasurado',subscript:'Superior à Linha',superscript:'Inferior à Linha',horizontalrule:'Inserir Linha Horizontal',pagebreak:'Inserir Quebra de Página',pagebreakAlt:'Page Break',unlink:'Eliminar Hiperligação',undo:'Anular',redo:'Repetir',common:{browseServer:'Navegar no Servidor',url:'URL',protocol:'Protocolo',upload:'Carregar',uploadSubmit:'Enviar para o Servidor',image:'Imagem',flash:'Flash',form:'Formulário',checkbox:'Caixa de Verificação',radio:'Botão de Opção',textField:'Campo de Texto',textarea:'Ãrea de Texto',hiddenField:'Campo Escondido',button:'Botão',select:'Caixa de Combinação',imageButton:'Botão de Imagem',notSet:'<Não definido>',id:'Id',name:'Nome',langDir:'Orientação de idioma',langDirLtr:'Esquerda à Direita (LTR)',langDirRtl:'Direita a Esquerda (RTL)',langCode:'Código de Idioma',longDescr:'Descrição Completa do URL',cssClass:'Classes de Estilo de Folhas Classes',advisoryTitle:'TÃtulo',cssStyle:'Estilo',ok:'OK',cancel:'Cancelar',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'Avançado',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'Largura',height:'Altura',align:'Alinhamento',alignLeft:'Esquerda',alignRight:'Direita',alignCenter:'Centrado',alignTop:'Topo',alignMiddle:'Centro',alignBottom:'Fundo',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Inserir Caracter Especial',title:'Seleccione um caracter especial',options:'Special Character Options'},link:{toolbar:'Inserir/Editar Hiperligação',other:'<outro>',menu:'Editar Hiperligação',title:'Hiperligação',info:'Informação de Hiperligação',target:'Destino',upload:'Carregar',advanced:'Avançado',type:'Tipo de Hiperligação',toUrl:'URL',toAnchor:'Referência a esta página',toEmail:'E-Mail',targetFrame:'<Frame>',targetPopup:'<Janela de popup>',targetFrameName:'Nome do Frame Destino',targetPopupName:'Nome da Janela de Popup',popupFeatures:'CaracterÃsticas de Janela de Popup',popupResizable:'Resizable',popupStatusBar:'Barra de Estado',popupLocationBar:'Barra de localização',popupToolbar:'Barra de Ferramentas',popupMenuBar:'Barra de Menu',popupFullScreen:'Janela Completa (IE)',popupScrollBars:'Barras de deslocamento',popupDependent:'Dependente (Netscape)',popupLeft:'Posição Esquerda',popupTop:'Posição Direita',id:'Id',langDir:'Orientação de idioma',langDirLTR:'Esquerda à Direita (LTR)',langDirRTL:'Direita a Esquerda (RTL)',acccessKey:'Chave de Acesso',name:'Nome',langCode:'Orientação de idioma',tabIndex:'Ãndice de Tubulação',advisoryTitle:'TÃtulo',advisoryContentType:'Tipo de Conteúdo',cssClasses:'Classes de Estilo de Folhas Classes',charset:'Fonte de caracteres vinculado',styles:'Estilo',rel:'Relationship',selectAnchor:'Seleccionar una referência',anchorName:'Por Nome de Referência',anchorId:'Por ID de elemento',emailAddress:'Endereço de E-Mail',emailSubject:'TÃtulo de Mensagem',emailBody:'Corpo da Mensagem',noAnchors:'(Não há referências disponÃveis no documento)',noUrl:'Por favor introduza a hiperligação URL',noEmail:'Por favor introduza o endereço de e-mail'},anchor:{toolbar:' Inserir/Editar Ãncora',menu:'Propriedades da Ãncora',title:'Propriedades da Ãncora',name:'Nome da Ãncora',errorName:'Por favor, introduza o nome da âncora',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'Procurar',replace:'Substituir',findWhat:'Texto a Procurar:',replaceWith:'Substituir por:',notFoundMsg:'O texto especificado não foi encontrado.',matchCase:'Maiúsculas/Minúsculas',matchWord:'Coincidir com toda a palavra',matchCyclic:'Match cyclic',replaceAll:'Substituir Tudo',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Tabela',title:'Propriedades da Tabela',menu:'Propriedades da Tabela',deleteTable:'Eliminar Tabela',rows:'Linhas',columns:'Colunas',border:'Tamanho do Limite',widthPx:'pixeis',widthPc:'percentagem',widthUnit:'width unit',cellSpace:'Esp. e/células',cellPad:'Esp. interior',caption:'TÃtulo',summary:'Sumário',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'Célula',insertBefore:'Insert Cell Before',insertAfter:'Insert Cell After',deleteCell:'Eliminar Célula',merge:'Unir Células',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'},row:{menu:'Linha',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'Eliminar Linhas'},column:{menu:'Coluna',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'Eliminar Coluna'}},button:{title:'Propriedades do Botão',text:'Texto (Valor)',type:'Tipo',typeBtn:'Button',typeSbm:'Submit',typeRst:'Reset'},checkboxAndRadio:{checkboxTitle:'Propriedades da Caixa de Verificação',radioTitle:'Propriedades do Botão de Opção',value:'Valor',selected:'Seleccionado'},form:{title:'Propriedades do Formulário',menu:'Propriedades do Formulário',action:'Acção',method:'Método',encoding:'Encoding'},select:{title:'Propriedades da Caixa de Combinação',selectInfo:'Informação',opAvail:'Opções PossÃveis',value:'Valor',size:'Tamanho',lines:'linhas',chkMulti:'Permitir selecções múltiplas',opText:'Texto',opValue:'Valor',btnAdd:'Adicionar',btnModify:'Modificar',btnUp:'Para cima',btnDown:'Para baixo',btnSetValue:'Definir um valor por defeito',btnDelete:'Apagar'},textarea:{title:'Propriedades da Ãrea de Texto',cols:'Colunas',rows:'Linhas'},textfield:{title:'Propriedades do Campo de Texto',name:'Nome',value:'Valor',charWidth:'Tamanho do caracter',maxChars:'Nr. Máximo de Caracteres',type:'Tipo',typeText:'Texto',typePass:'Palavra-chave'},hidden:{title:'Propriedades do Campo Escondido',name:'Nome',value:'Valor'},image:{title:'Propriedades da Imagem',titleButton:'Propriedades do Botão de imagens',menu:'Propriedades da Imagem',infoTab:'Informação da Imagem',btnUpload:'Enviar para o Servidor',upload:'Carregar',alt:'Texto Alternativo',lockRatio:'Proporcional',resetSize:'Tamanho Original',border:'Limite',hSpace:'Esp.Horiz',vSpace:'Esp.Vert',alertUrl:'Por favor introduza o URL da imagem',linkTab:'Hiperligação',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Propriedades do Flash',propertiesTab:'Properties',title:'Propriedades do Flash',chkPlay:'Reproduzir automaticamente',chkLoop:'Loop',chkMenu:'Permitir Menu do Flash',chkFull:'Allow Fullscreen',scale:'Escala',scaleAll:'Mostrar tudo',scaleNoBorder:'Sem Limites',scaleFit:'Tamanho Exacto',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs inferior',alignAbsMiddle:'Abs centro',alignBaseline:'Linha de base',alignTextTop:'Topo do texto',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Cor de Fundo',hSpace:'Esp.Horiz',vSpace:'Esp.Vert',validateSrc:'Por favor introduza a hiperligação URL',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Verificação Ortográfica',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Não está num directório',changeTo:'Mudar para',btnIgnore:'Ignorar',btnIgnoreAll:'Ignorar Tudo',btnReplace:'Substituir',btnReplaceAll:'Substituir Tudo',btnUndo:'Anular',noSuggestions:'- Sem sugestões -',progress:'Verificação ortográfica em progressoâ¦',noMispell:'Verificação ortográfica completa: não foram encontrados erros',noChanges:'Verificação ortográfica completa: não houve alteração de palavras',oneChange:'Verificação ortográfica completa: uma palavra alterada',manyChanges:'Verificação ortográfica completa: %1 palavras alteradas',ieSpellDownload:' Verificação ortográfica não instalada. Quer descarregar agora?'},smiley:{toolbar:'Emoticons',title:'Inserir um Emoticon',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Numeração',bulletedlist:'Marcas',indent:'Aumentar Avanço',outdent:'Diminuir Avanço',justify:{left:'Alinhar à Esquerda',center:'Alinhar ao Centro',right:'Alinhar à Direita',block:'Justificado'},blockquote:'Block Quote',clipboard:{title:'Colar',cutError:'A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl/Cmd+X).',copyError:'A configuração de segurança do navegador não permite a execução automática de operações de copiar. Por favor use o teclado (Ctrl/Cmd+C).',pasteMsg:'Por favor, cole dentro da seguinte caixa usando o teclado (<STRONG>Ctrl/Cmd+V</STRONG>) e prima <STRONG>OK</STRONG>.',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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Colar do Word',title:'Colar do Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Colar como Texto Simples',title:'Colar como Texto Simples'},templates:{button:'Modelos',title:'Modelo de Conteúdo',options:'Template Options',insertOption:'Replace actual contents',selectPromptMsg:'Por favor, seleccione o modelo a abrir no editor<br>(o conteúdo actual será perdido):',emptyListMsg:'(Sem modelos definidos)'},showBlocks:'Show Blocks',stylesCombo:{label:'Estilo',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Formato',panelTitle:'Formato',tag_p:'Normal',tag_pre:'Formatado',tag_address:'Endereço',tag_h1:'TÃtulo 1',tag_h2:'TÃtulo 2',tag_h3:'TÃtulo 3',tag_h4:'TÃtulo 4',tag_h5:'TÃtulo 5',tag_h6:'TÃtulo 6',tag_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Tipo de Letra',voiceLabel:'Font',panelTitle:'Tipo de Letra'},fontSize:{label:'Tamanho',voiceLabel:'Font Size',panelTitle:'Tamanho'},colorButton:{textColorTitle:'Cor do Texto',bgColorTitle:'Cor de Fundo',panelTitle:'Colors',auto:'Automático',more:'Mais Cores...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Propriedades do Documento',title:'Propriedades do Documento',design:'Design',meta:'Meta Data',chooseColor:'Choose',other:'<outro>',docTitle:'TÃtulo da Página',charset:'Codificação de Caracteres',charsetOther:'Outra Codificação de Caracteres',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'Tipo de Cabeçalho do Documento',docTypeOther:'Outro Tipo de Cabeçalho do Documento',xhtmlDec:'Incluir Declarações XHTML',bgColor:'Cor de Fundo',bgImage:'Caminho para a Imagem de Fundo',bgFixed:'Fundo Fixo',txtColor:'Cor do Texto',margin:'Margem das Páginas',marginTop:'Topo',marginLeft:'Esquerda',marginRight:'Direita',marginBottom:'Fundo',metaKeywords:'Palavras de Indexação do Documento (separadas por virgula)',metaDescription:'Descrição do Documento',metaAuthor:'Autor',metaCopyright:'Direitos de Autor',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['pt']={"editor":"Rich Text Editor","editorPanel":"Painel do Rich Text Editor","common":{"editorHelp":"Pressione ALT+0 para ajuda","browseServer":"Explorar Servidor","url":"URL","protocol":"Protocolo","upload":"Enviar","uploadSubmit":"Enviá-lo para o Servidor","image":"Imagem","flash":"Flash","form":"Formulário","checkbox":"Caixa de Seleção","radio":"Botão","textField":"Campo do Texto","textarea":"Ãrea do Texto","hiddenField":"Campo Ocultado","button":"Botão","select":"Campo da Seleção","imageButton":"Botão da Imagem","notSet":"<Não definido>","id":"Id.","name":"Nome","langDir":"Direção do Idioma","langDirLtr":"Esquerda para a Direita (EPD)","langDirRtl":"Direita para a Esquerda (DPE)","langCode":"Código do Idioma","longDescr":"Descrição Completa do URL","cssClass":"Classes de Estilo de Folhas","advisoryTitle":"TÃtulo Consultivo","cssStyle":"Estilo","ok":"CONFIRMAR","cancel":"Cancelar","close":"Fechar","preview":"Pré-visualização","resize":"Redimensionar","generalTab":"Geral","advancedTab":"Avançado","validateNumberFailed":"Este valor não é um numero.","confirmNewPage":"Irão ser perdidas quaisquer alterações não guardadas. Tem certeza que deseja carregar a página nova?","confirmCancel":"Foram alteradas algumas das opções. Tem a certeza que deseja fechar a janela?","options":"Opções","target":"Destino","targetNew":"Nova Janela (_blank)","targetTop":"Janela Superior (_top)","targetSelf":"Mesma Janela (_self)","targetParent":"Janela Parente (_parent)","langDirLTR":"Esquerda para a Direita (EPD)","langDirRTL":"Direita para a Esquerda (DPE)","styles":"Estilo","cssClasses":"Classes de Estilo de Folhas","width":"Largura","height":"Altura","align":"Alinhamento","alignLeft":"Esquerda","alignRight":"Direita","alignCenter":"Centrado","alignTop":"Topo","alignMiddle":"Centro","alignBottom":"Base","invalidValue":"Valor inválido.","invalidHeight":"A altura deve ser um número.","invalidWidth":"A largura deve ser um número. ","invalidCssLength":"O valor especificado para o campo \"1%\" deve ser um número positivo, com ou sem uma unidade de medida CSS válida (px, %, in, cm, mm, em, ex, pt, ou pc).","invalidHtmlLength":"O valor especificado para o campo \"1%\" deve ser um número positivo, com ou sem uma unidade de medida HTML válida (px ou %).","invalidInlineStyle":"O valor especificado para o estilo em linha deve constituir um ou mais conjuntos de valores com o formato de \"nome : valor\", separados por ponto e vÃrgula.","cssLengthTooltip":"Insira um número para um valor em pontos ou um número com uma unidade CSS válida (px, %, in, cm, mm, em, ex, pt, ou pc).","unavailable":"%1<span class=\"cke_accessibility\">, indisponÃvel</span>"},"about":{"copy":"Direitos de Autor © $1. Todos os direitos reservados.","dlgTitle":"Sobre o CKEditor","help":"Doar $1 para ajudar.","moreInfo":"Para informação sobre o licenciamento, visite o nosso site da web:","title":"Sobre o CKEditor","userGuide":"CKEditor - Guia do Utilizador"},"basicstyles":{"bold":"Negrito","italic":"Itálico","strike":"Rasurado","subscript":"Superior à Linha","superscript":"Inferior à Linha","underline":"Sublinhado"},"bidi":{"ltr":"Direção do texto da esquerda para a direita","rtl":"Direção do texto da direita para a esquerda"},"blockquote":{"toolbar":"Bloco de citação"},"clipboard":{"copy":"Copiar","copyError":"A configuração de segurança do navegador não permite a execução automática de operações de copiar. Por favor use o teclado (Ctrl/Cmd+C).","cut":"Cortar","cutError":"A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl/Cmd+X).","paste":"Colar","pasteArea":"Colar Ãrea","pasteMsg":"Por favor, cole dentro da seguinte caixa usando o teclado (<STRONG>Ctrl/Cmd+V</STRONG>) e prima <STRONG>OK</STRONG>.","securityMsg":"Devido ás definições de segurança do teu browser, o editor não pode aceder ao clipboard diretamente. à necessário que voltes a colar as informações nesta janela.","title":"Colar"},"button":{"selectedLabel":"%1 (Selecionados)"},"colorbutton":{"auto":"Automático","bgColorTitle":"Cor de Fundo","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":"Mais Cores...","panelTitle":"Colors","textColorTitle":"Cor do Texto"},"colordialog":{"clear":"Limpar","highlight":"Realçar","options":"Opções da Cor","selected":"Cor Selecionada","title":"Selecionar Cor"},"templates":{"button":"Modelos","emptyListMsg":"(Sem modelos definidos)","insertOption":"Substituir conteúdos actuais","options":"Opções do Modelo","selectPromptMsg":"Por favor, selecione o modelo para abrir no editor","title":"Conteúdo dos Modelos"},"contextmenu":{"options":"Menu de opções de contexto"},"div":{"IdInputLabel":"ID","advisoryTitleInputLabel":"TÃtulo","cssClassInputLabel":"Classes de Estilo de Folhas Classes","edit":"Editar Div","inlineStyleInputLabel":"Estilho em Linha","langDirLTRLabel":"Esquerda à Direita (LTR)","langDirLabel":"Orientação de idioma","langDirRTLLabel":"Direita a Esquerda (RTL)","languageCodeInputLabel":"Codigo do Idioma","remove":"Remover Div","styleSelectLabel":"Estilo","title":"Criar Div","toolbar":"Criar Div"},"toolbar":{"toolbarCollapse":"Ocultar Barra de Ferramentas","toolbarExpand":"Expandir Barra de Ferramentas","toolbarGroups":{"document":"Documento","clipboard":"Ãrea de Transferência/Anular","editing":"Edição","forms":"Formulários","basicstyles":"Estilos Básicos","paragraph":"Parágrafo","links":"Hiperligações","insert":"Inserir","styles":"Estilos","colors":"Cores","tools":"Ferramentas"},"toolbars":"Editor de Barras de Ferramentas"},"elementspath":{"eleLabel":"Camninho dos Elementos","eleTitle":"Elemento %1"},"find":{"find":"Procurar","findOptions":"Find Options","findWhat":"Texto a Procurar:","matchCase":"Maiúsculas/Minúsculas","matchCyclic":"Match cyclic","matchWord":"Coincidir com toda a palavra","notFoundMsg":"O texto especificado não foi encontrado.","replace":"Substituir","replaceAll":"Substituir Tudo","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"Substituir por:","title":"Find and Replace"},"fakeobjects":{"anchor":" Inserir/Editar Ãncora","flash":"Animação Flash","hiddenfield":"Campo Ocultado","iframe":"IFrame","unknown":"Objeto Desconhecido"},"flash":{"access":"Acesso ao Script","accessAlways":"Sempre","accessNever":"Nunca","accessSameDomain":"Mesmo dominio","alignAbsBottom":"Abs inferior","alignAbsMiddle":"Abs centro","alignBaseline":"Linha de base","alignTextTop":"Topo do texto","bgcolor":"Cor de Fundo","chkFull":"Permitir Ecrã inteiro","chkLoop":"Loop","chkMenu":"Permitir Menu do Flash","chkPlay":"Reproduzir automaticamente","flashvars":"Variaveis para o Flash","hSpace":"Esp.Horiz","properties":"Propriedades do Flash","propertiesTab":"Propriedades","quality":"Qualidade","qualityAutoHigh":"Alta Automaticamente","qualityAutoLow":"Baixa Automaticamente","qualityBest":"Melhor","qualityHigh":"Alta","qualityLow":"Baixa","qualityMedium":"Média","scale":"Escala","scaleAll":"Mostrar tudo","scaleFit":"Tamanho Exacto","scaleNoBorder":"Sem Limites","title":"Propriedades do Flash","vSpace":"Esp.Vert","validateHSpace":"HSpace tem de ser um numero.","validateSrc":"Por favor introduza a hiperligação URL","validateVSpace":"VSpace tem de ser um numero.","windowMode":"Modo de janela","windowModeOpaque":"Opaco","windowModeTransparent":"Transparente","windowModeWindow":"Janela"},"font":{"fontSize":{"label":"Tamanho","voiceLabel":"Tamanho da Letra","panelTitle":"Tamanho da Letra"},"label":"Tipo de Letra","panelTitle":"Nome do Tipo de Letra","voiceLabel":"Tipo de Letra"},"forms":{"button":{"title":"Propriedades do Botão","text":"Texto (Valor)","type":"Tipo","typeBtn":"Button","typeSbm":"Submit","typeRst":"Reset"},"checkboxAndRadio":{"checkboxTitle":"Propriedades da Caixa de Verificação","radioTitle":"Propriedades do Botão de Opção","value":"Valor","selected":"Seleccionado"},"form":{"title":"Propriedades do Formulário","menu":"Propriedades do Formulário","action":"Acção","method":"Método","encoding":"Encoding"},"hidden":{"title":"Propriedades do Campo Escondido","name":"Nome","value":"Valor"},"select":{"title":"Propriedades da Caixa de Combinação","selectInfo":"Informação","opAvail":"Opções PossÃveis","value":"Valor","size":"Tamanho","lines":"linhas","chkMulti":"Permitir selecções múltiplas","opText":"Texto","opValue":"Valor","btnAdd":"Adicionar","btnModify":"Modificar","btnUp":"Para cima","btnDown":"Para baixo","btnSetValue":"Definir um valor por defeito","btnDelete":"Apagar"},"textarea":{"title":"Propriedades da Ãrea de Texto","cols":"Colunas","rows":"Linhas"},"textfield":{"title":"Propriedades do Campo de Texto","name":"Nome","value":"Valor","charWidth":"Tamanho do caracter","maxChars":"Nr. Máximo de Caracteres","type":"Tipo","typeText":"Texto","typePass":"Palavra-chave","typeEmail":"Email","typeSearch":"Pesquisar","typeTel":"Numero de telefone","typeUrl":"URL"}},"format":{"label":"Formatar","panelTitle":"Formatar Parágrafo","tag_address":"Endereço","tag_div":"Normal (DIV)","tag_h1":"TÃtulo 1","tag_h2":"TÃtulo 2","tag_h3":"TÃtulo 3","tag_h4":"TÃtulo 4","tag_h5":"TÃtulo 5","tag_h6":"TÃtulo 6","tag_p":"Normal","tag_pre":"Formatado"},"horizontalrule":{"toolbar":"Inserir Linha Horizontal"},"iframe":{"border":"Mostrar a borda da Frame","noUrl":"Por favor, digite o URL da iframe","scrolling":"Ativar barras de deslocamento","title":"Propriedades da IFrame","toolbar":"IFrame"},"image":{"alertUrl":"Por favor introduza o URL da imagem","alt":"Texto Alternativo","border":"Limite","btnUpload":"Enviar para o Servidor","button2Img":"Deseja transformar o botão com imagem selecionado em uma imagem?","hSpace":"Esp.Horiz","img2Button":"Deseja transformar a imagem selecionada em um botão com imagem?","infoTab":"Informação da Imagem","linkTab":"Hiperligação","lockRatio":"Proporcional","menu":"Propriedades da Imagem","resetSize":"Tamanho Original","title":"Propriedades da Imagem","titleButton":"Propriedades do Botão de imagens","upload":"Carregar","urlMissing":"O URL da fonte da imagem está em falta.","vSpace":"Esp.Vert","validateBorder":"A borda tem de ser um numero.","validateHSpace":"HSpace tem de ser um numero.","validateVSpace":"VSpace tem de ser um numero."},"indent":{"indent":"Aumentar Avanço","outdent":"Diminuir Avanço"},"smiley":{"options":"Opções de Emoticons","title":"Inserir um Emoticon","toolbar":"Emoticons"},"justify":{"block":"Justificado","center":"Alinhar ao Centro","left":"Alinhar à Esquerda","right":"Alinhar à Direita"},"language":{"button":"Definir Idioma","remove":"Remover Idioma"},"link":{"acccessKey":"Chave de Acesso","advanced":"Avançado","advisoryContentType":"Tipo de Conteúdo","advisoryTitle":"TÃtulo","anchor":{"toolbar":" Inserir/Editar Ãncora","menu":"Propriedades da Ãncora","title":"Propriedades da Ãncora","name":"Nome da Ãncora","errorName":"Por favor, introduza o nome da âncora","remove":"Remove Anchor"},"anchorId":"Por ID de elemento","anchorName":"Por Nome de Referência","charset":"Fonte de caracteres vinculado","cssClasses":"Classes de Estilo de Folhas Classes","emailAddress":"Endereço de E-Mail","emailBody":"Corpo da Mensagem","emailSubject":"TÃtulo de Mensagem","id":"ID","info":"Informação de Hiperligação","langCode":"Orientação de idioma","langDir":"Orientação de idioma","langDirLTR":"Esquerda à Direita (LTR)","langDirRTL":"Direita a Esquerda (RTL)","menu":"Editar Hiperligação","name":"Nome","noAnchors":"(Não há referências disponÃveis no documento)","noEmail":"Por favor introduza o endereço de e-mail","noUrl":"Por favor introduza a hiperligação URL","other":"<outro>","popupDependent":"Dependente (Netscape)","popupFeatures":"CaracterÃsticas de Janela de Popup","popupFullScreen":"Janela Completa (IE)","popupLeft":"Posição Esquerda","popupLocationBar":"Barra de localização","popupMenuBar":"Barra de Menu","popupResizable":"Redimensionável","popupScrollBars":"Barras de deslocamento","popupStatusBar":"Barra de Estado","popupToolbar":"Barra de Ferramentas","popupTop":"Posição Direita","rel":"Relação","selectAnchor":"Seleccionar una referência","styles":"Estilo","tabIndex":"Ãndice de Tubulação","target":"Destino","targetFrame":"<Frame>","targetFrameName":"Nome do Frame Destino","targetPopup":"<Janela de popup>","targetPopupName":"Nome da Janela de Popup","title":"Hiperligação","toAnchor":"Referência a esta página","toEmail":"E-Mail","toUrl":"URL","toolbar":"Inserir/Editar Hiperligação","type":"Tipo de Hiperligação","unlink":"Eliminar Hiperligação","upload":"Carregar"},"list":{"bulletedlist":"Marcas","numberedlist":"Numeração"},"liststyle":{"armenian":"Numeração armênia","bulletedTitle":"Bulleted List Properties","circle":"CÃrculo","decimal":"Decimal (1, 2, 3, etc.)","decimalLeadingZero":"Decimal leading zero (01, 02, 03, etc.)","disc":"Disco","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":"Nenhum","notset":"<not set>","numberedTitle":"Numbered List Properties","square":"Quadrado","start":"Iniciar","type":"Tipo","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":"Insira aqui o parágrafo"},"maximize":{"maximize":"Maximizar","minimize":"Minimizar"},"newpage":{"toolbar":"Nova Página"},"pagebreak":{"alt":"Quebra de página","toolbar":"Inserir Quebra de Página"},"pastetext":{"button":"Colar como Texto Simples","title":"Colar como Texto Simples"},"pastefromword":{"confirmCleanup":"O texto que pretende colar parece ter sido copiado do Word. Deseja limpá-lo antes de colar?","error":"Não foi possivel limpar a informação colada decido a um erro interno.","title":"Colar do Word","toolbar":"Colar do Word"},"preview":{"preview":"Pré-visualizar"},"print":{"toolbar":"Imprimir"},"removeformat":{"toolbar":"Eliminar Formato"},"save":{"toolbar":"Guardar"},"selectall":{"toolbar":"Selecionar Tudo"},"showblocks":{"toolbar":"Exibir blocos"},"sourcearea":{"toolbar":"Fonte"},"specialchar":{"options":"Opções de caracteres especiais","title":"Selecione um caracter especial","toolbar":"Inserir Caracter Especial"},"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":"Estilos","panelTitle":"Estilos de Formatação","panelTitle1":"Estilos de Bloco","panelTitle2":"Estilos de Linha","panelTitle3":"Estilos de Objeto"},"table":{"border":"Tamanho da Margem","caption":"TÃtulo","cell":{"menu":"Célula","insertBefore":"Inserir Célula Antes","insertAfter":"Inserir Célula Depois","deleteCell":"Apagar Células","merge":"Unir Células","mergeRight":"Unir à Direita","mergeDown":"Unir Abaixo","splitHorizontal":"Dividir Célula Horizontalmente","splitVertical":"Dividir Célula Verticalmente","title":"Propriedades da Célula","cellType":"Tipo de Célula","rowSpan":"Filas na Célula","colSpan":"Colunas na Célula","wordWrap":"Continuar","hAlign":"Alinhamento Horizontal","vAlign":"Alinhamento Vertical","alignBaseline":"Base","bgColor":"Cor de Fundo","borderColor":"Cor da Margem","data":"Dados","header":"Cabeçalho","yes":"Sim","no":"Não","invalidWidth":"A largura da célula deve ser um número.","invalidHeight":"A altura da célula deve ser um número.","invalidRowSpan":"As filas da célula deve ter um número inteiro.","invalidColSpan":"As colunas da célula deve ter um número inteiro.","chooseColor":"Escolher"},"cellPad":"Criação de Espaço","cellSpace":"Espaçamento Célula","column":{"menu":"Coluna","insertBefore":"Inserir Coluna Antes","insertAfter":"Inserir Coluna Depois","deleteColumn":"Apagar Colunas"},"columns":"Colunas","deleteTable":"Apagar Tabela","headers":"Cabeçalhos","headersBoth":"Ambos","headersColumn":"Primeira coluna","headersNone":"Nenhum","headersRow":"Primeira Linha","invalidBorder":"O tamanho da margem tem de ser um número.","invalidCellPadding":"A criação do espaço na célula deve ser um número positivo.","invalidCellSpacing":"O espaçamento da célula deve ser um número positivo.","invalidCols":"O número de colunas tem de ser um número maior que 0.","invalidHeight":"A altura da tabela tem de ser um número.","invalidRows":"O número das linhas tem de ser um número maior que 0.","invalidWidth":"A largura da tabela tem de ser um número.","menu":"Propriedades da Tabela","row":{"menu":"Linha","insertBefore":"Inserir Linha Antes","insertAfter":"Inserir Linha Depois","deleteRow":"Apagar Linhas"},"rows":"Linhas","summary":"Sumário","title":"Propriedades da Tabela","toolbar":"Tabela","widthPc":"percentagem","widthPx":"pontos","widthUnit":"unidade da largura"},"undo":{"redo":"Refazer","undo":"Anular"},"wsc":{"btnIgnore":"Ignorar","btnIgnoreAll":"Ignorar Tudo","btnReplace":"Substituir","btnReplaceAll":"Substituir Tudo","btnUndo":"Anular","changeTo":"Mudar para","errorLoading":"Error loading application service host: %s.","ieSpellDownload":" Verificação ortográfica não instalada. Quer descarregar agora?","manyChanges":"Verificação ortográfica completa: %1 palavras alteradas","noChanges":"Verificação ortográfica completa: não houve alteração de palavras","noMispell":"Verificação ortográfica completa: não foram encontrados erros","noSuggestions":"- Sem sugestões -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Não está num directório","oneChange":"Verificação ortográfica completa: uma palavra alterada","progress":"Verificação ortográfica em progressoâ¦","title":"Spell Check","toolbar":"Verificação Ortográfica"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/ro.js b/skins/ckeditor/lang/ro.js index d9dd254..10e82e5 100644 --- a/skins/ckeditor/lang/ro.js +++ b/skins/ckeditor/lang/ro.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.ro={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Sursa',newPage:'PaginÄ nouÄ',save:'SalveazÄ',preview:'Previzualizare',cut:'Taie',copy:'CopiazÄ',paste:'AdaugÄ',print:'PrinteazÄ',underline:'Subliniat (underline)',bold:'ÃngroÅat (bold)',italic:'Ãnclinat (italic)',selectAll:'SelecteazÄ tot',removeFormat:'ÃnlÄturÄ formatarea',strike:'TÄiat (strike through)',subscript:'Indice (subscript)',superscript:'Putere (superscript)',horizontalrule:'InsereazÄ linie orizontÄ',pagebreak:'InsereazÄ separator de paginÄ (Page Break)',pagebreakAlt:'Page Break',unlink:'ÃnlÄturÄ link (legÄturÄ web)',undo:'Starea anterioarÄ (undo)',redo:'Starea ulterioarÄ (redo)',common:{browseServer:'RÄsfoieÅte server',url:'URL',protocol:'Protocol',upload:'ÃncarcÄ',uploadSubmit:'Trimite la server',image:'Imagine',flash:'Flash',form:'Formular (Form)',checkbox:'BifÄ (Checkbox)',radio:'Buton radio (RadioButton)',textField:'Câmp text (TextField)',textarea:'SuprafaÅ£Ä text (Textarea)',hiddenField:'Câmp ascuns (HiddenField)',button:'Buton',select:'Câmp selecÅ£ie (SelectionField)',imageButton:'Buton imagine (ImageButton)',notSet:'<nesetat>',id:'Id',name:'Nume',langDir:'DirecÅ£ia cuvintelor',langDirLtr:'stânga-dreapta (LTR)',langDirRtl:'dreapta-stânga (RTL)',langCode:'Codul limbii',longDescr:'Descrierea lungÄ URL',cssClass:'Clasele cu stilul paginii (CSS)',advisoryTitle:'Titlul consultativ',cssStyle:'Stil',ok:'Bine',cancel:'Anulare',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'Avansat',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'LÄÅ£ime',height:'ÃnÄlÅ£ime',align:'Aliniere',alignLeft:'Stânga',alignRight:'Dreapta',alignCenter:'Centru',alignTop:'Sus',alignMiddle:'Mijloc',alignBottom:'Jos',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'InsereazÄ caracter special',title:'SelecteazÄ caracter special',options:'Special Character Options'},link:{toolbar:'InsereazÄ/EditeazÄ link (legÄturÄ web)',other:'<alt>',menu:'EditeazÄ Link',title:'Link (LegÄturÄ web)',info:'InformaÅ£ii despre link (LegÄturÄ web)',target:'Å¢intÄ (Target)',upload:'ÃncarcÄ',advanced:'Avansat',type:'Tipul link-ului (al legÄturii web)',toUrl:'URL',toAnchor:'AncorÄ Ã®n aceastÄ paginÄ',toEmail:'E-Mail',targetFrame:'<frame>',targetPopup:'<fereastra popup>',targetFrameName:'Numele frame-ului Å£intÄ',targetPopupName:'Numele ferestrei popup',popupFeatures:'ProprietÄÅ£ile ferestrei popup',popupResizable:'Resizable',popupStatusBar:'Bara de status',popupLocationBar:'Bara de locaÅ£ie',popupToolbar:'Bara de opÅ£iuni',popupMenuBar:'Bara de meniu',popupFullScreen:'Tot ecranul (Full Screen)(IE)',popupScrollBars:'Scroll Bars',popupDependent:'Dependent (Netscape)',popupLeft:'PoziÅ£ia la stânga',popupTop:'PoziÅ£ia la dreapta',id:'Id',langDir:'DirecÅ£ia cuvintelor',langDirLTR:'stânga-dreapta (LTR)',langDirRTL:'dreapta-stânga (RTL)',acccessKey:'Tasta de acces',name:'Nume',langCode:'DirecÅ£ia cuvintelor',tabIndex:'Indexul tabului',advisoryTitle:'Titlul consultativ',advisoryContentType:'Tipul consultativ al titlului',cssClasses:'Clasele cu stilul paginii (CSS)',charset:'Setul de caractere al resursei legate',styles:'Stil',rel:'Relationship',selectAnchor:'SelectaÅ£i o ancorÄ',anchorName:'dupÄ numele ancorei',anchorId:'dupÄ Id-ul elementului',emailAddress:'AdresÄ de e-mail',emailSubject:'Subiectul mesajului',emailBody:'ConÅ£inutul mesajului',noAnchors:'(Nicio ancorÄ disponibilÄ Ã®n document)',noUrl:'VÄ rugÄm sÄ scrieÅ£i URL-ul',noEmail:'VÄ rugÄm sÄ scrieÅ£i adresa de e-mail'},anchor:{toolbar:'InsereazÄ/EditeazÄ ancorÄ',menu:'ProprietÄÅ£i ancorÄ',title:'ProprietÄÅ£i ancorÄ',name:'Numele ancorei',errorName:'VÄ rugÄm scrieÅ£i numele ancorei',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'GÄseÅte Åi înlocuieÅte',find:'GÄseÅte',replace:'ÃnlocuieÅte',findWhat:'GÄseÅte:',replaceWith:'ÃnlocuieÅte cu:',notFoundMsg:'Textul specificat nu a fost gÄsit.',matchCase:'DeosebeÅte majuscule de minuscule (Match case)',matchWord:'Doar cuvintele întregi',matchCyclic:'Match cyclic',replaceAll:'ÃnlocuieÅte tot',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Tabel',title:'ProprietÄÅ£ile tabelului',menu:'ProprietÄÅ£ile tabelului',deleteTable:'Återge tabel',rows:'Linii',columns:'Coloane',border:'MÄrimea marginii',widthPx:'pixeli',widthPc:'procente',widthUnit:'width unit',cellSpace:'SpaÅ£iu între celule',cellPad:'SpaÅ£iu în cadrul celulei',caption:'Titlu (Caption)',summary:'Rezumat',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'CelulÄ',insertBefore:'InsereazÄ celulÄ Ã®nainte',insertAfter:'InsereazÄ celulÄ dupÄ',deleteCell:'Återge celule',merge:'UneÅte celule',mergeRight:'UneÅte la dreapta',mergeDown:'UneÅte jos',splitHorizontal:'Ãmparte celula pe orizontalÄ',splitVertical:'Ãmparte celula pe verticalÄ',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'},row:{menu:'Linie',insertBefore:'InsereazÄ linie înainte',insertAfter:'InsereazÄ linie dupÄ',deleteRow:'Återge linii'},column:{menu:'ColoanÄ',insertBefore:'InsereazÄ coloanÄ Ã®nainte',insertAfter:'InsereazÄ coloanÄ dupÄ',deleteColumn:'Återge celule'}},button:{title:'ProprietÄÅ£i buton',text:'Text (Valoare)',type:'Tip',typeBtn:'Button',typeSbm:'Submit',typeRst:'Reset'},checkboxAndRadio:{checkboxTitle:'ProprietÄÅ£i bifÄ (Checkbox)',radioTitle:'ProprietÄÅ£i buton radio (Radio Button)',value:'Valoare',selected:'Selectat'},form:{title:'ProprietÄÅ£i formular (Form)',menu:'ProprietÄÅ£i formular (Form)',action:'AcÅ£iune',method:'MetodÄ',encoding:'Encoding'},select:{title:'ProprietÄÅ£i câmp selecÅ£ie (Selection Field)',selectInfo:'InformaÅ£ii',opAvail:'OpÅ£iuni disponibile',value:'Valoare',size:'MÄrime',lines:'linii',chkMulti:'Permite selecÅ£ii multiple',opText:'Text',opValue:'Valoare',btnAdd:'AdaugÄ',btnModify:'ModificÄ',btnUp:'Sus',btnDown:'Jos',btnSetValue:'SeteazÄ ca valoare selectatÄ',btnDelete:'Återge'},textarea:{title:'ProprietÄÅ£i suprafaÅ£Ä text (Textarea)',cols:'Coloane',rows:'Linii'},textfield:{title:'ProprietÄÅ£i câmp text (Text Field)',name:'Nume',value:'Valoare',charWidth:'LÄrgimea caracterului',maxChars:'Caractere maxime',type:'Tip',typeText:'Text',typePass:'ParolÄ'},hidden:{title:'ProprietÄÅ£i câmp ascuns (Hidden Field)',name:'Nume',value:'Valoare'},image:{title:'ProprietÄÅ£ile imaginii',titleButton:'ProprietÄÅ£i buton imagine (Image Button)',menu:'ProprietÄÅ£ile imaginii',infoTab:'InformaÅ£ii despre imagine',btnUpload:'Trimite la server',upload:'ÃncarcÄ',alt:'Text alternativ',lockRatio:'PÄstreazÄ proporÅ£iile',resetSize:'ReseteazÄ mÄrimea',border:'Margine',hSpace:'HSpace',vSpace:'VSpace',alertUrl:'VÄ rugÄm sÄ scrieÅ£i URL-ul imaginii',linkTab:'Link (LegÄturÄ web)',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'ProprietÄÅ£ile flash-ului',propertiesTab:'Properties',title:'ProprietÄÅ£ile flash-ului',chkPlay:'RuleazÄ automat',chkLoop:'RepetÄ (Loop)',chkMenu:'ActiveazÄ meniul flash',chkFull:'Allow Fullscreen',scale:'ScalÄ',scaleAll:'AratÄ tot',scaleNoBorder:'FÄrÄ margini (No border)',scaleFit:'PotriveÅte',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Jos absolut (Abs Bottom)',alignAbsMiddle:'Mijloc absolut (Abs Middle)',alignBaseline:'Linia de jos (Baseline)',alignTextTop:'Text sus',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Coloarea fundalului',hSpace:'HSpace',vSpace:'VSpace',validateSrc:'VÄ rugÄm sÄ scrieÅ£i URL-ul',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'VerificÄ text',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Nu e în dicÅ£ionar',changeTo:'SchimbÄ Ã®n',btnIgnore:'IgnorÄ',btnIgnoreAll:'IgnorÄ toate',btnReplace:'ÃnlocuieÅte',btnReplaceAll:'ÃnlocuieÅte tot',btnUndo:'Starea anterioarÄ (undo)',noSuggestions:'- FÄrÄ sugestii -',progress:'Verificarea textului în desfÄÅurare...',noMispell:'Verificarea textului terminatÄ: Nicio greÅealÄ gÄsitÄ',noChanges:'Verificarea textului terminatÄ: Niciun cuvânt modificat',oneChange:'Verificarea textului terminatÄ: Un cuvânt modificat',manyChanges:'Verificarea textului terminatÄ: 1% cuvinte modificate',ieSpellDownload:'Unealta pentru verificat textul (Spell checker) neinstalatÄ. DoriÅ£i sÄ o descÄrcaÅ£i acum?'},smiley:{toolbar:'FigurÄ expresivÄ (Emoticon)',title:'InsereazÄ o figurÄ expresivÄ (Emoticon)',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'ListÄ numerotatÄ',bulletedlist:'ListÄ cu puncte',indent:'CreÅte indentarea',outdent:'Scade indentarea',justify:{left:'Aliniere la stânga',center:'Aliniere centralÄ',right:'Aliniere la dreapta',block:'Aliniere în bloc (Block Justify)'},blockquote:'Citat',clipboard:{title:'AdaugÄ',cutError:'SetÄrile de securitate ale navigatorului (browser) pe care îl folosiÅ£i nu permit editorului sÄ execute automat operaÅ£iunea de tÄiere. VÄ rugÄm folosiÅ£i tastatura (Ctrl/Cmd+X).',copyError:'SetÄrile de securitate ale navigatorului (browser) pe care îl folosiÅ£i nu permit editorului sÄ execute automat operaÅ£iunea de copiere. VÄ rugÄm folosiÅ£i tastatura (Ctrl/Cmd+C).',pasteMsg:'VÄ rugÄm adÄugaÅ£i în cÄsuÅ£a urmÄtoare folosind tastatura (<STRONG>Ctrl/Cmd+V</STRONG>) Åi apÄsaÅ£i <STRONG>OK</STRONG>.',securityMsg:'Din cauza setÄrilor de securitate ale programului dvs. cu care navigaÅ£i pe internet (browser), editorul nu poate accesa direct datele din clipboard. Va trebui sÄ adÄugaÅ£i din nou datele în aceastÄ fereastrÄ.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'AdaugÄ din Word',title:'AdaugÄ din Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'AdaugÄ ca text simplu (Plain Text)',title:'AdaugÄ ca text simplu (Plain Text)'},templates:{button:'Template-uri (Åabloane)',title:'Template-uri (Åabloane) de conÅ£inut',options:'Template Options',insertOption:'ÃnlocuieÅte cuprinsul actual',selectPromptMsg:'VÄ rugÄm selectaÅ£i template-ul (Åablonul) ce se va deschide în editor<br>(conÅ£inutul actual va fi pierdut):',emptyListMsg:'(Niciun template (Åablon) definit)'},showBlocks:'AratÄ blocurile',stylesCombo:{label:'Stil',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Formatare',panelTitle:'Formatare',tag_p:'Normal',tag_pre:'Formatted',tag_address:'Address',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_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Font',voiceLabel:'Font',panelTitle:'Font'},fontSize:{label:'MÄrime',voiceLabel:'Font Size',panelTitle:'MÄrime'},colorButton:{textColorTitle:'Culoarea textului',bgColorTitle:'Coloarea fundalului',panelTitle:'Colors',auto:'Automatic',more:'Mai multe culori...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'ProprietÄÅ£ile documentului',title:'ProprietÄÅ£ile documentului',design:'Design',meta:'Meta Tags',chooseColor:'Choose',other:'<alt>',docTitle:'Titlul paginii',charset:'Encoding setului de caractere',charsetOther:'Alt encoding al setului de caractere',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinezesc tradiÅ£ional (Big5)',charsetCR:'Chirilic',charsetGR:'Grecesc',charsetJP:'Japonez',charsetKR:'Corean',charsetTR:'Turcesc',charsetUN:'Unicode (UTF-8)',charsetWE:'Vest european',docType:'Document Type Heading',docTypeOther:'Alt Document Type Heading',xhtmlDec:'Include declaraÅ£ii XHTML',bgColor:'Culoarea fundalului (Background Color)',bgImage:'URL-ul imaginii din fundal (Background Image URL)',bgFixed:'Fundal neflotant, fix (Non-scrolling Background)',txtColor:'Culoarea textului',margin:'Marginile paginii',marginTop:'Sus',marginLeft:'Stânga',marginRight:'Dreapta',marginBottom:'Jos',metaKeywords:'Cuvinte cheie dupÄ care se va indexa documentul (separate prin virgulÄ)',metaDescription:'Descrierea documentului',metaAuthor:'Autor',metaCopyright:'Drepturi de autor',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['ro']={"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"ApasÄ ALT 0 pentru ajutor","browseServer":"RÄsfoieÅte server","url":"URL","protocol":"Protocol","upload":"ÃncarcÄ","uploadSubmit":"Trimite la server","image":"Imagine","flash":"Flash","form":"Formular (Form)","checkbox":"BifÄ (Checkbox)","radio":"Buton radio (RadioButton)","textField":"Câmp text (TextField)","textarea":"SuprafaÅ£Ä text (Textarea)","hiddenField":"Câmp ascuns (HiddenField)","button":"Buton","select":"Câmp selecÅ£ie (SelectionField)","imageButton":"Buton imagine (ImageButton)","notSet":"<nesetat>","id":"Id","name":"Nume","langDir":"DirecÅ£ia cuvintelor","langDirLtr":"stânga-dreapta (LTR)","langDirRtl":"dreapta-stânga (RTL)","langCode":"Codul limbii","longDescr":"Descrierea lungÄ URL","cssClass":"Clasele cu stilul paginii (CSS)","advisoryTitle":"Titlul consultativ","cssStyle":"Stil","ok":"OK","cancel":"Anulare","close":"Ãnchide","preview":"Previzualizare","resize":"Trage pentru a redimensiona","generalTab":"General","advancedTab":"Avansat","validateNumberFailed":"AceastÄ valoare nu este un numÄr.","confirmNewPage":"Orice modificÄri nesalvate ale acestui conÈinut, vor fi pierdute. Sigur doriÈi încÄrcarea unei noi pagini?","confirmCancel":"Câteva opÈiuni au fost schimbate. Sigur doriÈi sÄ Ã®nchideÈi dialogul?","options":"OpÈiuni","target":"ÈintÄ","targetNew":"FereastrÄ nouÄ (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Ãn aceeaÈi fereastrÄ (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Stânga spre Dreapta (LTR)","langDirRTL":"Dreapta spre Stânga (RTL)","styles":"Stil","cssClasses":"Stylesheet Classes","width":"LÄÅ£ime","height":"ÃnÄlÅ£ime","align":"Aliniere","alignLeft":"MÄreÈte Bara","alignRight":"Dreapta","alignCenter":"Centru","alignTop":"Sus","alignMiddle":"Mijloc","alignBottom":"Jos","invalidValue":"Varloare invalida","invalidHeight":"ÃnÄlÈimea trebuie sÄ fie un numÄr.","invalidWidth":"LÄÈimea trebuie sÄ fie un numÄr.","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\">, nu este disponibil</span>"},"about":{"copy":"Copyright © $1. Toate drepturile rezervate.","dlgTitle":"Despre CKEeditor","help":"CiteÈte $1 pentru ajutor.","moreInfo":"Pentru informaÈii despre licenÈÄ, vÄ rugÄm vizitaÈi web site-ul nostru:","title":"Despre CKEditor","userGuide":"CKEditor Ghid Utilizator"},"basicstyles":{"bold":"ÃngroÅat (bold)","italic":"Ãnclinat (italic)","strike":"TÄiat (strike through)","subscript":"Indice (subscript)","superscript":"Putere (superscript)","underline":"Subliniat (underline)"},"bidi":{"ltr":"Text direction from left to right","rtl":"Text direction from right to left"},"blockquote":{"toolbar":"Citat"},"clipboard":{"copy":"CopiazÄ","copyError":"SetÄrile de securitate ale navigatorului (browser) pe care îl folosiÅ£i nu permit editorului sÄ execute automat operaÅ£iunea de copiere. VÄ rugÄm folosiÅ£i tastatura (Ctrl/Cmd+C).","cut":"Taie","cutError":"SetÄrile de securitate ale navigatorului (browser) pe care îl folosiÅ£i nu permit editorului sÄ execute automat operaÅ£iunea de tÄiere. VÄ rugÄm folosiÅ£i tastatura (Ctrl/Cmd+X).","paste":"AdaugÄ","pasteArea":"SuprafaÈa de adÄugare","pasteMsg":"VÄ rugÄm adÄugaÅ£i în cÄsuÅ£a urmÄtoare folosind tastatura (<strong>Ctrl/Cmd+V</strong>) Åi apÄsaÅ£i OK","securityMsg":"Din cauza setÄrilor de securitate ale programului dvs. cu care navigaÅ£i pe internet (browser), editorul nu poate accesa direct datele din clipboard. Va trebui sÄ adÄugaÅ£i din nou datele în aceastÄ fereastrÄ.","title":"AdaugÄ"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatic","bgColorTitle":"Coloarea fundalului","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":"Mai multe culori...","panelTitle":"Colors","textColorTitle":"Culoarea textului"},"colordialog":{"clear":"Clear","highlight":"Highlight","options":"Color Options","selected":"Selected Color","title":"Select color"},"templates":{"button":"Template-uri (Åabloane)","emptyListMsg":"(Niciun template (Åablon) definit)","insertOption":"ÃnlocuieÅte cuprinsul actual","options":"OpÈiuni Èabloane","selectPromptMsg":"VÄ rugÄm selectaÅ£i template-ul (Åablonul) ce se va deschide în editor<br>(conÅ£inutul actual va fi pierdut):","title":"Template-uri (Åabloane) de conÅ£inut"},"contextmenu":{"options":"OpÈiuni Meniu Contextual"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Titlul consultativ","cssClassInputLabel":"Clasele cu stilul paginii (CSS)","edit":"Edit Div","inlineStyleInputLabel":"Inline Style","langDirLTRLabel":"stânga-dreapta (LTR)","langDirLabel":"DirecÅ£ia cuvintelor","langDirRTLLabel":"dreapta-stânga (RTL)","languageCodeInputLabel":"Codul limbii","remove":"Remove Div","styleSelectLabel":"Stil","title":"Create Div Container","toolbar":"Create Div Container"},"toolbar":{"toolbarCollapse":"MicÈoreazÄ Bara","toolbarExpand":"MÄreÈte Bara","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":"EditeazÄ bara de unelte"},"elementspath":{"eleLabel":"Calea elementelor","eleTitle":"%1 element"},"find":{"find":"GÄseÅte","findOptions":"Find Options","findWhat":"GÄseÅte:","matchCase":"DeosebeÅte majuscule de minuscule (Match case)","matchCyclic":"PotriveÈte ciclic","matchWord":"Doar cuvintele întregi","notFoundMsg":"Textul specificat nu a fost gÄsit.","replace":"ÃnlocuieÅte","replaceAll":"ÃnlocuieÅte tot","replaceSuccessMsg":"%1 cÄutÄri înlocuite.","replaceWith":"ÃnlocuieÅte cu:","title":"GÄseÅte Åi înlocuieÅte"},"fakeobjects":{"anchor":"InsereazÄ/EditeazÄ ancorÄ","flash":"Flash Animation","hiddenfield":"Câmp ascuns (HiddenField)","iframe":"IFrame","unknown":"Unknown Object"},"flash":{"access":"Acces script","accessAlways":"Ãntotdeauna","accessNever":"NiciodatÄ","accessSameDomain":"AcelaÈi domeniu","alignAbsBottom":"Jos absolut (Abs Bottom)","alignAbsMiddle":"Mijloc absolut (Abs Middle)","alignBaseline":"Linia de jos (Baseline)","alignTextTop":"Text sus","bgcolor":"Coloarea fundalului","chkFull":"Permite pe tot ecranul","chkLoop":"RepetÄ (Loop)","chkMenu":"ActiveazÄ meniul flash","chkPlay":"RuleazÄ automat","flashvars":"Variabile pentru flash","hSpace":"HSpace","properties":"ProprietÄÅ£ile flashului","propertiesTab":"ProprietÄÈi","quality":"Calitate","qualityAutoHigh":"Auto înaltÄ","qualityAutoLow":"Auto JoasÄ","qualityBest":"Cea mai bunÄ","qualityHigh":"ÃnaltÄ","qualityLow":"JoasÄ","qualityMedium":"Medie","scale":"ScalÄ","scaleAll":"AratÄ tot","scaleFit":"PotriveÅte","scaleNoBorder":"FÄrÄ bordurÄ (No border)","title":"ProprietÄÅ£ile flashului","vSpace":"VSpace","validateHSpace":"Hspace trebuie sÄ fie un numÄr.","validateSrc":"VÄ rugÄm sÄ scrieÅ£i URL-ul","validateVSpace":"VSpace trebuie sÄ fie un numÄr","windowMode":"Mod fereastrÄ","windowModeOpaque":"OpacÄ","windowModeTransparent":"TransparentÄ","windowModeWindow":"FereastrÄ"},"font":{"fontSize":{"label":"MÄrime","voiceLabel":"Font Size","panelTitle":"MÄrime"},"label":"Font","panelTitle":"Font","voiceLabel":"Font"},"forms":{"button":{"title":"ProprietÄÅ£i buton","text":"Text (Valoare)","type":"Tip","typeBtn":"Buton","typeSbm":"Trimite","typeRst":"Reset"},"checkboxAndRadio":{"checkboxTitle":"ProprietÄÅ£i bifÄ (Checkbox)","radioTitle":"ProprietÄÅ£i buton radio (Radio Button)","value":"Valoare","selected":"Selectat"},"form":{"title":"ProprietÄÅ£i formular (Form)","menu":"ProprietÄÅ£i formular (Form)","action":"AcÅ£iune","method":"MetodÄ","encoding":"Encodare"},"hidden":{"title":"ProprietÄÅ£i câmp ascuns (Hidden Field)","name":"Nume","value":"Valoare"},"select":{"title":"ProprietÄÅ£i câmp selecÅ£ie (Selection Field)","selectInfo":"InformaÅ£ii","opAvail":"OpÅ£iuni disponibile","value":"Valoare","size":"MÄrime","lines":"linii","chkMulti":"Permite selecÅ£ii multiple","opText":"Text","opValue":"Valoare","btnAdd":"AdaugÄ","btnModify":"ModificÄ","btnUp":"Sus","btnDown":"Jos","btnSetValue":"SeteazÄ ca valoare selectatÄ","btnDelete":"Återge"},"textarea":{"title":"ProprietÄÅ£i suprafaÅ£Ä text (Textarea)","cols":"Coloane","rows":"Linii"},"textfield":{"title":"ProprietÄÅ£i câmp text (Text Field)","name":"Nume","value":"Valoare","charWidth":"LÄrgimea caracterului","maxChars":"Caractere maxime","type":"Tip","typeText":"Text","typePass":"ParolÄ","typeEmail":"Email","typeSearch":"Cauta","typeTel":"Numar de telefon","typeUrl":"URL"}},"format":{"label":"Formatare","panelTitle":"Formatare","tag_address":"AdresÄ","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":"Formatat"},"horizontalrule":{"toolbar":"InsereazÄ linie orizontalÄ"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"image":{"alertUrl":"VÄ rugÄm sÄ scrieÅ£i URL-ul imaginii","alt":"Text alternativ","border":"Margine","btnUpload":"Trimite la 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":"InformaÅ£ii despre imagine","linkTab":"Link (LegÄturÄ web)","lockRatio":"PÄstreazÄ proporÅ£iile","menu":"ProprietÄÅ£ile imaginii","resetSize":"ReseteazÄ mÄrimea","title":"ProprietÄÅ£ile imaginii","titleButton":"ProprietÄÅ£i buton imagine (Image Button)","upload":"ÃncarcÄ","urlMissing":"Sursa URL a imaginii lipseÈte.","vSpace":"VSpace","validateBorder":"Bordura trebuie sÄ fie un numÄr întreg.","validateHSpace":"Hspace trebuie sÄ fie un numÄr întreg.","validateVSpace":"Vspace trebuie sÄ fie un numÄr întreg."},"indent":{"indent":"CreÅte indentarea","outdent":"Scade indentarea"},"smiley":{"options":"OpÈiuni figuri expresive","title":"InsereazÄ o figurÄ expresivÄ (Emoticon)","toolbar":"FigurÄ expresivÄ (Emoticon)"},"justify":{"block":"Aliniere în bloc (Block Justify)","center":"Aliniere centralÄ","left":"Aliniere la stânga","right":"Aliniere la dreapta"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Tasta de acces","advanced":"Avansat","advisoryContentType":"Tipul consultativ al titlului","advisoryTitle":"Titlul consultativ","anchor":{"toolbar":"InsereazÄ/EditeazÄ ancorÄ","menu":"ProprietÄÅ£i ancorÄ","title":"ProprietÄÅ£i ancorÄ","name":"Numele ancorei","errorName":"VÄ rugÄm scrieÅ£i numele ancorei","remove":"EliminÄ ancora"},"anchorId":"dupÄ Id-ul elementului","anchorName":"dupÄ numele ancorei","charset":"Setul de caractere al resursei legate","cssClasses":"Clasele cu stilul paginii (CSS)","emailAddress":"AdresÄ de e-mail","emailBody":"OpÈiuni Meniu Contextual","emailSubject":"Subiectul mesajului","id":"Id","info":"InformaÅ£ii despre link (LegÄturÄ web)","langCode":"DirecÅ£ia cuvintelor","langDir":"DirecÅ£ia cuvintelor","langDirLTR":"stânga-dreapta (LTR)","langDirRTL":"dreapta-stânga (RTL)","menu":"EditeazÄ Link","name":"Nume","noAnchors":"(Nicio ancorÄ disponibilÄ Ã®n document)","noEmail":"VÄ rugÄm sÄ scrieÅ£i adresa de e-mail","noUrl":"VÄ rugÄm sÄ scrieÅ£i URL-ul","other":"<alt>","popupDependent":"Dependent (Netscape)","popupFeatures":"ProprietÄÅ£ile ferestrei popup","popupFullScreen":"Tot ecranul (Full Screen)(IE)","popupLeft":"PoziÅ£ia la stânga","popupLocationBar":"Bara de locaÅ£ie","popupMenuBar":"Bara de meniu","popupResizable":"Redimensionabil","popupScrollBars":"Bare de derulare","popupStatusBar":"Bara de status","popupToolbar":"Bara de opÅ£iuni","popupTop":"PoziÅ£ia la dreapta","rel":"RelaÈie","selectAnchor":"SelectaÅ£i o ancorÄ","styles":"Stil","tabIndex":"Indexul tabului","target":"Å¢intÄ (Target)","targetFrame":"<frame>","targetFrameName":"Numele frameului Å£intÄ","targetPopup":"<fereastra popup>","targetPopupName":"Numele ferestrei popup","title":"Link (LegÄturÄ web)","toAnchor":"AncorÄ Ã®n aceastÄ paginÄ","toEmail":"E-Mail","toUrl":"URL","toolbar":"InsereazÄ/EditeazÄ link (legÄturÄ web)","type":"Tipul link-ului (al legÄturii web)","unlink":"ÃnlÄturÄ link (legÄturÄ web)","upload":"ÃncarcÄ"},"list":{"bulletedlist":"InsereazÄ / EliminÄ ListÄ cu puncte","numberedlist":"InsereazÄ / EliminÄ ListÄ numerotatÄ"},"liststyle":{"armenian":"Numerotare armenianÄ","bulletedTitle":"ProprietÄÈile listei cu simboluri","circle":"Cerc","decimal":"Decimale (1, 2, 3, etc.)","decimalLeadingZero":"Decimale cu zero în faÈÄ (01, 02, 03, etc.)","disc":"Disc","georgian":"Numerotare georgianÄ (an, ban, gan, etc.)","lowerAlpha":"Litere mici (a, b, c, d, e, etc.)","lowerGreek":"Litere greceÈti mici (alpha, beta, gamma, etc.)","lowerRoman":"Cifre romane mici (i, ii, iii, iv, v, etc.)","none":"Nimic","notset":"<nesetat>","numberedTitle":"ProprietÄÈile listei numerotate","square":"PÄtrat","start":"Start","type":"Tip","upperAlpha":"Litere mari (A, B, C, D, E, etc.)","upperRoman":"Cifre romane mari (I, II, III, IV, V, etc.)","validateStartNumber":"Ãnceputul listei trebuie sÄ fie un numÄr întreg."},"magicline":{"title":"Insert paragraph here"},"maximize":{"maximize":"MÄreÈte","minimize":"MicÈoreazÄ"},"newpage":{"toolbar":"PaginÄ nouÄ"},"pagebreak":{"alt":"Page Break","toolbar":"InsereazÄ separator de paginÄ (Page Break)"},"pastetext":{"button":"AdaugÄ ca text simplu (Plain Text)","title":"AdaugÄ ca text simplu (Plain Text)"},"pastefromword":{"confirmCleanup":"Textul pe care doriÈi sÄ-l lipiÈi este din Word. DoriÈi curÄÈarea textului înante de a-l adÄuga?","error":"Nu a fost posibilÄ curÄÈarea datelor adÄugate datoritÄ unei erori interne","title":"AdaugÄ din Word","toolbar":"AdaugÄ din Word"},"preview":{"preview":"Previzualizare"},"print":{"toolbar":"PrinteazÄ"},"removeformat":{"toolbar":"ÃnlÄturÄ formatarea"},"save":{"toolbar":"SalveazÄ"},"selectall":{"toolbar":"SelecteazÄ tot"},"showblocks":{"toolbar":"AratÄ blocurile"},"sourcearea":{"toolbar":"Sursa"},"specialchar":{"options":"OpÈiuni caractere speciale","title":"SelecteazÄ caracter special","toolbar":"InsereazÄ caracter special"},"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":"Stil","panelTitle":"Formatarea stilurilor","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"table":{"border":"MÄrimea marginii","caption":"Titlu (Caption)","cell":{"menu":"CelulÄ","insertBefore":"InsereazÄ celulÄ Ã®nainte","insertAfter":"InsereazÄ celulÄ dupÄ","deleteCell":"Återge celule","merge":"UneÅte celule","mergeRight":"UneÅte la dreapta","mergeDown":"UneÅte jos","splitHorizontal":"Ãmparte celula pe orizontalÄ","splitVertical":"Ãmparte celula pe verticalÄ","title":"ProprietÄÈi celulÄ","cellType":"Tipul celulei","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Aliniament orizontal","vAlign":"Aliniament vertical","alignBaseline":"Baseline","bgColor":"Culoare fundal","borderColor":"Culoare bordurÄ","data":"Data","header":"Antet","yes":"Da","no":"Nu","invalidWidth":"LÄÈimea celulei trebuie sÄ fie un numÄr.","invalidHeight":"ÃnÄlÈimea celulei trebuie sÄ fie un numÄr.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Alege"},"cellPad":"SpaÅ£iu în cadrul celulei","cellSpace":"SpaÅ£iu între celule","column":{"menu":"ColoanÄ","insertBefore":"InsereazÄ coloanÄ Ã®nainte","insertAfter":"InsereazÄ coloanÄ dupÄ","deleteColumn":"Återge celule"},"columns":"Coloane","deleteTable":"Återge tabel","headers":"Antente","headersBoth":"Ambele","headersColumn":"Prima coloanÄ","headersNone":"Nimic","headersRow":"Primul rând","invalidBorder":"Dimensiunea bordurii trebuie sÄ aibe un numÄr.","invalidCellPadding":"SpaÈierea celulei trebuie sa fie un numÄr pozitiv","invalidCellSpacing":"SpaÈierea celului trebuie sÄ fie un numÄr pozitiv.","invalidCols":"NumÄrul coloanelor trebuie sÄ fie mai mare decât 0.","invalidHeight":"Inaltimea celulei trebuie sa fie un numar.","invalidRows":"NumÄrul rândurilor trebuie sÄ fie mai mare decât 0.","invalidWidth":"LÄÈimea tabelului trebuie sÄ fie un numÄr.","menu":"ProprietÄÅ£ile tabelului","row":{"menu":"Rând","insertBefore":"InsereazÄ rând înainte","insertAfter":"InsereazÄ rând dupÄ","deleteRow":"Återge rânduri"},"rows":"Rânduri","summary":"Rezumat","title":"ProprietÄÅ£ile tabelului","toolbar":"Tabel","widthPc":"procente","widthPx":"pixeli","widthUnit":"unitate lÄÈime"},"undo":{"redo":"Starea ulterioarÄ (redo)","undo":"Starea anterioarÄ (undo)"},"wsc":{"btnIgnore":"IgnorÄ","btnIgnoreAll":"IgnorÄ toate","btnReplace":"ÃnlocuieÅte","btnReplaceAll":"ÃnlocuieÅte tot","btnUndo":"Starea anterioarÄ (undo)","changeTo":"SchimbÄ Ã®n","errorLoading":"Eroare în lansarea aplicaÈiei service host %s.","ieSpellDownload":"Unealta pentru verificat textul (Spell checker) neinstalatÄ. DoriÅ£i sÄ o descÄrcaÅ£i acum?","manyChanges":"Verificarea textului terminatÄ: 1% cuvinte modificate","noChanges":"Verificarea textului terminatÄ: Niciun cuvânt modificat","noMispell":"Verificarea textului terminatÄ: Nicio greÅealÄ gÄsitÄ","noSuggestions":"- FÄrÄ sugestii -","notAvailable":"ScuzaÈi, dar serviciul nu este disponibil momentan.","notInDic":"Nu e în dicÅ£ionar","oneChange":"Verificarea textului terminatÄ: Un cuvânt modificat","progress":"Verificarea textului în desfÄÅurare...","title":"Spell Check","toolbar":"VerificÄ scrierea textului"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/ru.js b/skins/ckeditor/lang/ru.js index a703c0f..2989d54 100644 --- a/skins/ckeditor/lang/ru.js +++ b/skins/ckeditor/lang/ru.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.ru={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'ÐÑÑоÑник',newPage:'ÐÐ¾Ð²Ð°Ñ ÑÑÑаниÑа',save:'Ð¡Ð¾Ñ ÑаниÑÑ',preview:'ÐÑедваÑиÑелÑнÑй пÑоÑмоÑÑ',cut:'ÐÑÑезаÑÑ',copy:'ÐопиÑоваÑÑ',paste:'ÐÑÑавиÑÑ',print:'ÐеÑаÑÑ',underline:'ÐодÑеÑкнÑÑÑй',bold:'ÐиÑнÑй',italic:'ÐÑÑÑив',selectAll:'ÐÑделиÑÑ Ð²Ñе',removeFormat:'УбÑаÑÑ ÑоÑмаÑиÑование',strike:'ÐаÑеÑкнÑÑÑй',subscript:'ÐодÑÑÑоÑнÑй индекÑ',superscript:'ÐадÑÑÑоÑнÑй индекÑ',horizontalrule:'ÐÑÑавиÑÑ Ð³Ð¾ÑизонÑалÑнÑÑ Ð»Ð¸Ð½Ð¸Ñ',pagebreak:'ÐÑÑавиÑÑ ÑазÑÑв ÑÑÑаниÑÑ',pagebreakAlt:'Page Break',unlink:'УбÑаÑÑ ÑÑÑлкÑ',undo:'ÐÑмениÑÑ',redo:'ÐовÑоÑиÑÑ',common:{browseServer:'ÐÑоÑмоÑÑеÑÑ Ð½Ð° ÑеÑвеÑе',url:'URL',protocol:'ÐÑоÑокол',upload:'ÐакаÑаÑÑ',uploadSubmit:'ÐоÑлаÑÑ Ð½Ð° ÑеÑвеÑ',image:'ÐзобÑажение',flash:'Flash',form:'ФоÑма',checkbox:'Ð¤Ð»Ð°Ð³Ð¾Ð²Ð°Ñ ÐºÐ½Ð¾Ð¿ÐºÐ°',radio:'Ðнопка вÑбоÑа',textField:'ТекÑÑовое поле',textarea:'ТекÑÑÐ¾Ð²Ð°Ñ Ð¾Ð±Ð»Ð°ÑÑÑ',hiddenField:'СкÑÑÑое поле',button:'Ðнопка',select:'СпиÑок',imageButton:'Ðнопка Ñ Ð¸Ð·Ð¾Ð±Ñажением',notSet:'<не опÑеделено>',id:'ÐденÑиÑикаÑоÑ',name:'ÐмÑ',langDir:'ÐапÑавление ÑзÑка',langDirLtr:'Слева на пÑаво (LTR)',langDirRtl:'СпÑава на лево (RTL)',langCode:'ЯзÑк',longDescr:'Ðлинное опиÑание URL',cssClass:'ÐлаÑÑ CSS',advisoryTitle:'Ðаголовок',cssStyle:'СÑÐ¸Ð»Ñ CSS',ok:'ÐÐ',cancel:'ÐÑмена',close:'Close',preview:'Preview',generalTab:'ÐнÑоÑмаÑиÑ',advancedTab:'РаÑÑиÑеннÑй',validateNumberFailed:'ÐÑо знаÑение не ÑвлÑеÑÑÑ ÑиÑлом.',confirmNewPage:'ÐÑе неÑÐ¾Ñ ÑаненнÑе Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð±ÑдÑÑ ÑÑеÑÑнÑ. ÐÑ ÑвеÑенÑ, ÑÑо Ñ Ð¾ÑиÑе пеÑейÑи на дÑÑгÑÑ ÑÑÑаниÑÑ?',confirmCancel:'ÐекоÑоÑÑе опÑии бÑли измененÑ. ÐÑ ÑвеÑенÑ, ÑÑо Ñ Ð¾ÑиÑе закÑÑÑÑ Ð´Ð¸Ð°Ð»Ð¾Ð³?',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:'ШиÑина',height:'ÐÑÑоÑа',align:'ÐÑÑавнивание',alignLeft:'Ðо Ð»ÐµÐ²Ð¾Ð¼Ñ ÐºÑаÑ',alignRight:'Ðо пÑÐ°Ð²Ð¾Ð¼Ñ ÐºÑаÑ',alignCenter:'Ðо ÑенÑÑÑ',alignTop:'Ðо веÑÑ Ñ',alignMiddle:'ÐоÑеÑедине',alignBottom:'ÐонизÑ',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).',invalidHtmlLength:'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',unavailable:'%1<span class="cke_accessibility">, недоÑÑÑпно</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'ÐÑÑавиÑÑ ÑпеÑиалÑнÑй Ñимвол',title:'ÐÑбеÑиÑе ÑпеÑиалÑнÑй Ñимвол',options:'Special Character Options'},link:{toolbar:'ÐÑÑавиÑÑ/РедакÑиÑоваÑÑ ÑÑÑлкÑ',other:'<дÑÑгой>',menu:'ÐÑÑавиÑÑ ÑÑÑлкÑ',title:'СÑÑлка',info:'ÐнÑоÑмаÑÐ¸Ñ ÑÑÑлки',target:'ЦелÑ',upload:'ÐакаÑаÑÑ',advanced:'РаÑÑиÑеннÑй',type:'Тип ÑÑÑлки',toUrl:'URL',toAnchor:'ЯкоÑÑ Ð½Ð° ÑÑÑ ÑÑÑаниÑÑ',toEmail:'Ðл. поÑÑа',targetFrame:'<ÑÑейм>',targetPopup:'<вÑплÑваÑÑее окно>',targetFrameName:'ÐÐ¼Ñ Ñелевого ÑÑейма',targetPopupName:'ÐÐ¼Ñ Ð²ÑплÑваÑÑего окна',popupFeatures:'СвойÑÑва вÑплÑваÑÑего окна',popupResizable:'ÐзменÑемÑй ÑазмеÑ',popupStatusBar:'СÑÑока ÑоÑÑоÑниÑ',popupLocationBar:'ÐÐ°Ð½ÐµÐ»Ñ Ð»Ð¾ÐºÐ°Ñии',popupToolbar:'ÐÐ°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов',popupMenuBar:'ÐÐ°Ð½ÐµÐ»Ñ Ð¼ÐµÐ½Ñ',popupFullScreen:'ÐолнÑй ÑкÑан (IE)',popupScrollBars:'ÐолоÑÑ Ð¿ÑокÑÑÑки',popupDependent:'ÐавиÑимÑй (Netscape)',popupLeft:'ÐозиÑÐ¸Ñ Ñлева',popupTop:'ÐозиÑÐ¸Ñ ÑвеÑÑ Ñ',id:'Id',langDir:'ÐапÑавление ÑзÑка',langDirLTR:'Слева напÑаво (LTR)',langDirRTL:'СпÑава налево (RTL)',acccessKey:'ÐоÑÑÑÐ°Ñ ÐºÐ»Ð°Ð²Ð¸Ñа',name:'ÐмÑ',langCode:'Ðод ÑзÑка',tabIndex:'ÐоÑледоваÑелÑноÑÑÑ Ð¿ÐµÑÐµÑ Ð¾Ð´Ð°',advisoryTitle:'Ðаголовок',advisoryContentType:'Тип ÑодеÑжимого',cssClasses:'ÐлаÑÑ CSS',charset:'ÐодиÑовка',styles:'СÑÐ¸Ð»Ñ CSS',rel:'Relationship',selectAnchor:'ÐÑбеÑиÑе ÑкоÑÑ',anchorName:'Ðо имени ÑкоÑÑ',anchorId:'Ðо иденÑиÑикаÑоÑÑ ÑлеменÑа',emailAddress:'ÐдÑÐµÑ Ñл. поÑÑÑ',emailSubject:'Ðаголовок ÑообÑениÑ',emailBody:'Тело ÑообÑениÑ',noAnchors:'(ÐÐµÑ ÑкоÑей доÑÑÑпнÑÑ Ð² ÑÑом докÑменÑе)',noUrl:'ÐожалÑйÑÑа, введиÑе URL ÑÑÑлки',noEmail:'ÐожалÑйÑÑа, введиÑе адÑÐµÑ Ñл. поÑÑÑ'},anchor:{toolbar:'ÐÑÑавиÑÑ/РедакÑиÑоваÑÑ ÑкоÑÑ',menu:'СвойÑÑва ÑкоÑÑ',title:'СвойÑÑва ÑкоÑÑ',name:'ÐÐ¼Ñ ÑкоÑÑ',errorName:'ÐожалÑйÑÑа, введиÑе Ð¸Ð¼Ñ ÑкоÑÑ',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'ÐайÑи и замениÑÑ',find:'ÐайÑи',replace:'ÐамениÑÑ',findWhat:'ÐайÑи:',replaceWith:'ÐамениÑÑ Ð½Ð°:',notFoundMsg:'УказаннÑй ÑекÑÑ Ð½Ðµ найден.',matchCase:'УÑиÑÑваÑÑ ÑегиÑÑÑ',matchWord:'ТолÑко Ñлово Ñеликом',matchCyclic:'ÐаÑинаÑÑ Ñ Ð½Ð°Ñала поÑле доÑÑÐ¸Ð¶ÐµÐ½Ð¸Ñ ÐºÐ¾Ð½Ñа',replaceAll:'ÐамениÑÑ Ð²Ñе',replaceSuccessMsg:'%1 Ñовпадение(й) заменено.'},table:{toolbar:'ТаблиÑа',title:'СвойÑÑва ÑаблиÑÑ',menu:'СвойÑÑва ÑаблиÑÑ',deleteTable:'УдалиÑÑ ÑаблиÑÑ',rows:'СÑÑоки',columns:'Ðолонки',border:'Ð Ð°Ð·Ð¼ÐµÑ Ð±Ð¾ÑдÑÑа',widthPx:'пикÑелей',widthPc:'пÑоÑенÑов',widthUnit:'width unit',cellSpace:'ÐÑомежÑÑок (spacing)',cellPad:'ÐÑÑÑÑп (padding)',caption:'Ðаголовок',summary:'РезÑме',headers:'Ðаголовки',headersNone:'ÐеÑ',headersColumn:'ÐеÑвÑй ÑÑолбеÑ',headersRow:'ÐеÑÐ²Ð°Ñ ÑÑÑока',headersBoth:'Ðба ваÑианÑа',invalidRows:'ЧиÑло ÑÑÑок должно бÑÑÑ Ð±Ð¾Ð»ÑÑе 0.',invalidCols:'ЧиÑло ÑÑолбÑов должно бÑÑÑ Ð±Ð¾Ð»ÑÑе 0.',invalidBorder:'ШиÑина боÑдÑÑа должна бÑÑÑ ÑиÑлом.',invalidWidth:'ШиÑина ÑаблиÑÑ Ð´Ð¾Ð»Ð¶Ð½Ð° бÑÑÑ ÑиÑлом.',invalidHeight:'ÐÑÑоÑа ÑаблиÑÑ Ð´Ð¾Ð»Ð¶Ð½Ð° бÑÑÑ ÑиÑлом.',invalidCellSpacing:'Ð Ð°Ð·Ð¼ÐµÑ Ð¿ÑомежÑÑков (cellspacing) Ð¼ÐµÐ¶Ð´Ñ ÑÑейками Ð´Ð¾Ð»Ð¶Ð½Ñ Ð±ÑÑÑ ÑиÑлом.',invalidCellPadding:'ÐÑÑÑÑÐ¿Ñ Ð²Ð½ÑÑÑи ÑÑеек (cellpadding) Ð´Ð¾Ð»Ð¶Ð½Ñ Ð±ÑÑÑ ÑиÑлом.',cell:{menu:'ЯÑейка',insertBefore:'ÐÑÑавиÑÑ ÑÑÐµÐ¹ÐºÑ Ð´Ð¾',insertAfter:'ÐÑÑавиÑÑ ÑÑÐµÐ¹ÐºÑ Ð¿Ð¾Ñле',deleteCell:'УдалиÑÑ ÑÑейки',merge:'ÐбÑединиÑÑ ÑÑейки',mergeRight:'ÐбÑединиÑÑ Ñ Ð¿Ñавой',mergeDown:'ÐбÑединиÑÑ Ñ Ð½Ð¸Ð¶Ð½ÐµÐ¹',splitHorizontal:'РазбиÑÑ ÑÑÐµÐ¹ÐºÑ Ð³Ð¾ÑизонÑалÑно',splitVertical:'РазбиÑÑ ÑÑÐµÐ¹ÐºÑ Ð²ÐµÑÑикалÑно',title:'СвойÑÑва ÑÑейки',cellType:'Тип ÑÑейки',rowSpan:'Rows Span',colSpan:'Columns Span',wordWrap:'ÐеÑÐµÐ½Ð¾Ñ Ð¿Ð¾ Ñловам',hAlign:'ÐÑÑавнивание по гоÑизонÑали',vAlign:'ÐÑÑавнивание по веÑÑикали',alignBaseline:'Ðо базовой линии',bgColor:'Ð¦Ð²ÐµÑ Ñона',borderColor:'Ð¦Ð²ÐµÑ Ð³ÑаниÑÑ',data:'ÐаннÑе',header:'Ðаголовок',yes:'Ðа',no:'ÐеÑ',invalidWidth:'ШиÑина ÑÑейки должна бÑÑÑ ÑиÑлом.',invalidHeight:'ÐÑÑоÑа ÑÑейки должна бÑÑÑ ÑиÑлом.',invalidRowSpan:'Rows span must be a whole number.',invalidColSpan:'Columns span must be a whole number.',chooseColor:'ÐÑбеÑиÑе'},row:{menu:'СÑÑока',insertBefore:'ÐÑÑавиÑÑ ÑÑÑÐ¾ÐºÑ Ð´Ð¾',insertAfter:'ÐÑÑавиÑÑ ÑÑÑÐ¾ÐºÑ Ð¿Ð¾Ñле',deleteRow:'УдалиÑÑ ÑÑÑоки'},column:{menu:'Ðолонка',insertBefore:'ÐÑÑавиÑÑ ÐºÐ¾Ð»Ð¾Ð½ÐºÑ Ð´Ð¾',insertAfter:'ÐÑÑавиÑÑ ÐºÐ¾Ð»Ð¾Ð½ÐºÑ Ð¿Ð¾Ñле',deleteColumn:'УдалиÑÑ ÐºÐ¾Ð»Ð¾Ð½ÐºÐ¸'}},button:{title:'СвойÑÑва кнопки',text:'ТекÑÑ (ÐнаÑение)',type:'Тип',typeBtn:'Ðнопка',typeSbm:'ÐÑпÑавиÑÑ',typeRst:'СбÑоÑиÑÑ'},checkboxAndRadio:{checkboxTitle:'СвойÑÑва Ñлаговой кнопки',radioTitle:'СвойÑÑва кнопки вÑбоÑа',value:'ÐнаÑение',selected:'ÐÑбÑаннаÑ'},form:{title:'СвойÑÑва ÑоÑмÑ',menu:'СвойÑÑва ÑоÑмÑ',action:'ÐейÑÑвие',method:'ÐеÑод',encoding:'ÐодиÑовка'},select:{title:'СвойÑÑва ÑпиÑка',selectInfo:'ÐнÑоÑмаÑиÑ',opAvail:'ÐоÑÑÑпнÑе ваÑианÑÑ',value:'ÐнаÑение',size:'РазмеÑ',lines:'линии',chkMulti:'РазÑеÑиÑÑ Ð¼Ð½Ð¾Ð¶ÐµÑÑвеннÑй вÑбоÑ',opText:'ТекÑÑ',opValue:'ÐнаÑение',btnAdd:'ÐобавиÑÑ',btnModify:'ÐодиÑиÑиÑоваÑÑ',btnUp:'ÐвеÑÑ ',btnDown:'Ðниз',btnSetValue:'УÑÑановиÑÑ ÐºÐ°Ðº вÑбÑанное знаÑение',btnDelete:'УдалиÑÑ'},textarea:{title:'СвойÑÑва ÑекÑÑовой облаÑÑи',cols:'Ðолонки',rows:'СÑÑоки'},textfield:{title:'СвойÑÑва ÑекÑÑового полÑ',name:'ÐмÑ',value:'ÐнаÑение',charWidth:'ШиÑина',maxChars:'ÐакÑ. кол-во Ñимволов',type:'Тип',typeText:'ТекÑÑ',typePass:'ÐаÑолÑ'},hidden:{title:'СвойÑÑва ÑкÑÑÑого полÑ',name:'ÐмÑ',value:'ÐнаÑение'},image:{title:'СвойÑÑва изобÑажениÑ',titleButton:'СвойÑÑва кнопки Ñ Ð¸Ð·Ð¾Ð±Ñажением',menu:'СвойÑÑва изобÑажениÑ',infoTab:'ÐнÑоÑмаÑÐ¸Ñ Ð¾ изобÑажении',btnUpload:'ÐÑпÑавиÑÑ Ð½Ð° ÑеÑвеÑ',upload:'ÐакаÑаÑÑ',alt:'ÐлÑÑеÑнаÑивнÑй ÑекÑÑ',lockRatio:'Ð¡Ð¾Ñ ÑанÑÑÑ Ð¿ÑопоÑÑии',resetSize:'СбÑоÑиÑÑ ÑазмеÑ',border:'ÐоÑдÑÑ',hSpace:'ÐоÑизонÑалÑнÑй оÑÑÑÑп',vSpace:'ÐеÑÑикалÑнÑй оÑÑÑÑп',alertUrl:'ÐожалÑйÑÑа, введиÑе URL изобÑажениÑ',linkTab:'СÑÑлка',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'ÐÑÑÑÑÑÑвÑÐµÑ URL каÑÑинки.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'СвойÑÑва Flash',propertiesTab:'СвойÑÑва',title:'СвойÑÑва Flash',chkPlay:'ÐвÑо пÑоигÑÑвание',chkLoop:'ÐовÑоÑ',chkMenu:'ÐклÑÑиÑÑ Ð¼ÐµÐ½Ñ Flash',chkFull:'ÑазÑеÑиÑÑ Ð¿Ð¾Ð»Ð½Ð¾ÑкÑаннÑй Ñежим',scale:'ÐаÑÑÑабиÑоваÑÑ',scaleAll:'ÐоказÑваÑÑ Ð²Ñе',scaleNoBorder:'Ðез боÑдÑÑа',scaleFit:'ТоÑное Ñовпадение',access:'ÐблаÑÑÑ Ð´Ð¾ÑÑÑпа ÑкÑипÑа',accessAlways:'ÐÑегда',accessSameDomain:'Ð¢Ð¾Ñ Ð¶Ðµ домен',accessNever:'Ðикогда',alignAbsBottom:'ÐÐ±Ñ Ð¿Ð¾Ð½Ð¸Ð·Ñ',alignAbsMiddle:'ÐÐ±Ñ Ð¿Ð¾ÑеÑедине',alignBaseline:'Ðо базовой линии',alignTextTop:'ТекÑÑ Ð½Ð°Ð²ÐµÑÑ Ñ',quality:'ÐаÑеÑÑво',qualityBest:'ÐÑÑÑее',qualityHigh:'ÐÑÑокое',qualityAutoHigh:'ÐÑÑокое (авÑо)',qualityMedium:'СÑеднее',qualityAutoLow:'Ðизкое (авÑо)',qualityLow:'Ðизкое',windowModeWindow:'Ðкно',windowModeOpaque:'ÐепÑозÑаÑнÑй',windowModeTransparent:'ÐÑозÑаÑнÑй',windowMode:'ÐконнÑй Ñежим',flashvars:'ÐеÑеменнÑе Ð´Ð»Ñ Flash',bgcolor:'Ð¦Ð²ÐµÑ Ñона',hSpace:'ÐоÑизонÑалÑнÑй оÑÑÑÑп',vSpace:'ÐеÑÑикалÑнÑй оÑÑÑÑп',validateSrc:'ÐожалÑйÑÑа, введиÑе URL ÑÑÑлки',validateHSpace:'ÐоÑизонÑалÑнÑй оÑÑÑÑп задаеÑÑÑ ÑиÑлом.',validateVSpace:'ÐеÑÑикалÑнÑй оÑÑÑÑп задаеÑÑÑ ÑиÑлом.'},spellCheck:{toolbar:'ÐÑовеÑиÑÑ Ð¾ÑÑогÑаÑиÑ',title:'ÐÑовеÑка пÑавопиÑаниÑ',notAvailable:'ÐзвиниÑе, ÑеÑÐ²Ð¸Ñ ÑейÑÐ°Ñ Ð½ÐµÐ´Ð¾ÑÑÑпен.',errorLoading:'ÐÑибка пÑи загÑÑзке ÑлÑжебного Ñ Ð¾ÑÑа пÑиложениÑ: %s.',notInDic:'ÐÐµÑ Ð² ÑловаÑе',changeTo:'ÐамениÑÑ Ð½Ð°',btnIgnore:'ÐгноÑиÑоваÑÑ',btnIgnoreAll:'ÐгноÑиÑоваÑÑ Ð²Ñе',btnReplace:'ÐамениÑÑ',btnReplaceAll:'ÐамениÑÑ Ð²Ñе',btnUndo:'ÐÑмениÑÑ',noSuggestions:'- ÐÐµÑ Ð¿Ñедположений -',progress:'ÐÐ´ÐµÑ Ð¿ÑовеÑка оÑÑогÑаÑии...',noMispell:'ÐÑовеÑка оÑÑогÑаÑии законÑена: оÑибок не найдено',noChanges:'ÐÑовеÑка оÑÑогÑаÑии законÑена: ни одного Ñлова не изменено',oneChange:'ÐÑовеÑка оÑÑогÑаÑии законÑена: одно Ñлово изменено',manyChanges:'ÐÑовеÑка оÑÑогÑаÑии законÑена: 1% Ñлов изменено',ieSpellDownload:'ÐодÑÐ»Ñ Ð¿ÑовеÑки оÑÑогÑаÑии не ÑÑÑановлен. ХоÑиÑе ÑкаÑаÑÑ ÐµÐ³Ð¾ ÑейÑаÑ?'},smiley:{toolbar:'Смайлик',title:'ÐÑÑавиÑÑ Ñмайлик',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 ÑлеменÑ'},numberedlist:'ÐÑмеÑованнÑй ÑпиÑок',bulletedlist:'ÐаÑкиÑованнÑй ÑпиÑок',indent:'УвелиÑиÑÑ Ð¾ÑÑÑÑп',outdent:'УменÑÑиÑÑ Ð¾ÑÑÑÑп',justify:{left:'Ðо Ð»ÐµÐ²Ð¾Ð¼Ñ ÐºÑаÑ',center:'Ðо ÑенÑÑÑ',right:'Ðо пÑÐ°Ð²Ð¾Ð¼Ñ ÐºÑаÑ',block:'Ðо ÑиÑине'},blockquote:'ЦиÑаÑа',clipboard:{title:'ÐÑÑавиÑÑ',cutError:'ÐаÑÑÑойки безопаÑноÑÑи ваÑего бÑаÑзеÑа не позволÑÑÑ ÑедакÑоÑÑ Ð°Ð²ÑомаÑиÑеÑки вÑполнÑÑÑ Ð¾Ð¿ÐµÑаÑии вÑÑезаниÑ. ÐожалÑйÑÑа, иÑполÑзÑйÑе клавиаÑÑÑÑ Ð´Ð»Ñ ÑÑого (Ctrl/Cmd+X).',copyError:'ÐаÑÑÑойки безопаÑноÑÑи ваÑего бÑаÑзеÑа не позволÑÑÑ ÑедакÑоÑÑ Ð°Ð²ÑомаÑиÑеÑки вÑполнÑÑÑ Ð¾Ð¿ÐµÑаÑии копиÑованиÑ. ÐожалÑйÑÑа, иÑполÑзÑйÑе клавиаÑÑÑÑ Ð´Ð»Ñ ÑÑого (Ctrl/Cmd+C).',pasteMsg:'ÐожалÑйÑÑа, вÑÑавÑÑе ÑекÑÑ Ð² пÑÑмоÑголÑник, иÑполÑзÑÑ ÑоÑеÑание ÐºÐ»Ð°Ð²Ð¸Ñ (<STRONG>Ctrl/Cmd+V</STRONG>), и нажмиÑе <STRONG>OK</STRONG>.',securityMsg:'Ðо пÑиÑине наÑÑÑоек безопаÑноÑÑи бÑаÑзеÑа, ÑедакÑÐ¾Ñ Ð½Ðµ Ð¸Ð¼ÐµÐµÑ Ð´Ð¾ÑÑÑпа к даннÑм бÑÑеÑа обмена напÑÑмÑÑ. Ðам Ð½ÐµÐ¾Ð±Ñ Ð¾Ð´Ð¸Ð¼Ð¾ вÑÑавиÑÑ ÑекÑÑ Ñнова в ÑÑо окно.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'ТекÑÑ, коÑоÑÑй Ð²Ñ Ñ Ð¾ÑиÑе вÑÑавиÑÑ, Ð¿Ð¾Ñ Ð¾Ð¶ на копиÑÑемÑй из Word. ÐÑ Ñ Ð¾ÑиÑе оÑиÑÑиÑÑ ÐµÐ³Ð¾ пеÑед вÑÑавкой?',toolbar:'ÐÑÑавиÑÑ Ð¸Ð· Word',title:'ÐÑÑавиÑÑ Ð¸Ð· Word',error:'Ðевозможно оÑиÑÑиÑÑ Ð²ÑÑавленнÑе даннÑе из-за внÑÑÑенней оÑибки'},pasteText:{button:'ÐÑÑавиÑÑ ÑолÑко ÑекÑÑ',title:'ÐÑÑавиÑÑ ÑолÑко ÑекÑÑ'},templates:{button:'ШаблонÑ',title:'Ð¨Ð°Ð±Ð»Ð¾Ð½Ñ ÑодеÑжимого',options:'Template Options',insertOption:'ÐамениÑÑ ÑекÑÑее ÑодеÑжание',selectPromptMsg:'ÐожалÑйÑÑа, вÑбеÑеÑе Ñаблон Ð´Ð»Ñ Ð¾ÑкÑÑÑÐ¸Ñ Ð² ÑедакÑоÑе<br>(ÑекÑÑее ÑодеÑжимое бÑÐ´ÐµÑ Ð¿Ð¾ÑеÑÑно):',emptyListMsg:'(Ðи одного Ñаблона не опÑеделено)'},showBlocks:'ÐоказаÑÑ Ð±Ð»Ð¾ÐºÐ¸',stylesCombo:{label:'СÑилÑ',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'СÑили обÑекÑа'},format:{label:'ФоÑмаÑиÑование',panelTitle:'ФоÑмаÑиÑование',tag_p:'ÐоÑмалÑнÑй',tag_pre:'ФоÑмаÑиÑованнÑй',tag_address:'ÐдÑеÑ',tag_h1:'Ðаголовок 1',tag_h2:'Ðаголовок 2',tag_h3:'Ðаголовок 3',tag_h4:'Ðаголовок 4',tag_h5:'Ðаголовок 5',tag_h6:'Ðаголовок 6',tag_div:'ÐоÑмалÑнÑй (DIV)'},div:{title:'СоздаÑÑ Div-конÑейнеÑ',toolbar:'СоздаÑÑ Div-конÑейнеÑ',cssClassInputLabel:'ÐлаÑÑÑ ÑаблиÑÑ ÑÑилей',styleSelectLabel:'СÑилÑ',IdInputLabel:'Id',languageCodeInputLabel:'Ðод ÑзÑка',inlineStyleInputLabel:'ÐокалÑнÑй ÑÑилÑ',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'ÐапÑавление пиÑÑма',langDirLTRLabel:'Слева напÑаво (LTR)',langDirRTLLabel:'СпÑава налево (RTL)',edit:'РедакÑиÑоваÑÑ Div',remove:'УбÑаÑÑ Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'ШÑиÑÑ',voiceLabel:'ШÑиÑÑ',panelTitle:'ШÑиÑÑ'},fontSize:{label:'РазмеÑ',voiceLabel:'Ð Ð°Ð·Ð¼ÐµÑ ÑÑиÑÑа',panelTitle:'РазмеÑ'},colorButton:{textColorTitle:'Ð¦Ð²ÐµÑ ÑекÑÑа',bgColorTitle:'Ð¦Ð²ÐµÑ Ñона',panelTitle:'Colors',auto:'ÐвÑомаÑиÑеÑкий',more:'ЦвеÑа...'},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:'ÐелÑй'},scayt:{title:'ÐÑовеÑка ÐÑÑогÑаÑии по ÐеÑе Ðвода',opera_title:'Not supported by Opera',enable:'ÐклÑÑиÑÑ ÐÐÐÐ',disable:'ÐÑклÑÑиÑÑ ÐÐÐÐ',about:'Ð ÐÐÐÐ',toggle:'ÐеÑеклÑÑиÑÑ ÐÐÐÐ',options:'ÐаÑÑÑойки',langs:'ЯзÑки',moreSuggestions:'ÐолÑÑе ваÑианÑов',ignore:'ÐÑопÑÑÑиÑÑ',ignoreAll:'ÐÑопÑÑÑиÑÑ Ð²ÑÑ',addWord:'ÐобавиÑÑ Ñлово',emptyDic:'ÐÐ¼Ñ ÑловаÑÑ Ð´Ð¾Ð»Ð¶Ð½Ð¾ бÑÑÑ Ð½Ðµ пÑÑÑÑм.',optionsTab:'ÐаÑÑÑойки',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'ЯзÑки',dictionariesTab:'СловаÑи',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'Ð ÑловаÑÑÑ '},about:{title:'РпÑогÑамме CKEditor',dlgTitle:'РпÑогÑамме CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Ðо вопÑоÑам лиÑензиÑÐ¾Ð²Ð°Ð½Ð¸Ñ Ð¾Ð±ÑаÑайÑеÑÑ Ð½Ð° Ð½Ð°Ñ ÑайÑ:',copy:'Copyright © $1. ÐÑе пÑава заÑиÑенÑ.'},maximize:'ÐакÑимизиÑоваÑÑ',minimize:'ÐинимизиÑоваÑÑ',fakeobjects:{anchor:'ЯкоÑÑ',flash:'Flash-анимаÑиÑ',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'ÐеизвеÑÑнÑй обÑекÑ'},resize:'ÐеÑеÑаÑиÑе Ð´Ð»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ ÑазмеÑа',colordialog:{title:'ÐÑбеÑиÑе ÑвеÑ',options:'Color Options',highlight:'ÐÑделиÑÑ',selected:'ÐÑбÑанное',clear:'ÐÑиÑÑиÑÑ'},toolbarCollapse:'СвеÑнÑÑÑ Ð¿Ð°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов',toolbarExpand:'РазвеÑнÑÑÑ Ð¿Ð°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов',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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'СвойÑÑва докÑменÑа',title:'СвойÑÑва докÑменÑа',design:'Design',meta:'ÐеÑа даннÑе',chooseColor:'ÐÑбеÑиÑе',other:'<дÑÑгой>',docTitle:'Ðаголовок ÑÑÑаниÑÑ',charset:'ÐодиÑовка набоÑа Ñимволов',charsetOther:'ÐÑÑÐ³Ð°Ñ ÐºÐ¾Ð´Ð¸Ñовка набоÑа Ñимволов',charsetASCII:'ASCII',charsetCE:'ЦенÑÑалÑно-евÑопейÑкаÑ',charsetCT:'ÐиÑайÑÐºÐ°Ñ ÑÑадиÑÐ¸Ð¾Ð½Ð½Ð°Ñ (Big5)',charsetCR:'ÐиÑиллиÑа',charsetGR:'ÐÑеÑеÑкаÑ',charsetJP:'ЯпонÑкаÑ',charsetKR:'ÐоÑейÑкаÑ',charsetTR:'ТÑÑеÑкаÑ',charsetUN:'Юникод (UTF-8)',charsetWE:'Ðападно-евÑопейÑкаÑ',docType:'Ðаголовок Ñипа докÑменÑа',docTypeOther:'ÐÑÑгой заголовок Ñипа докÑменÑа',xhtmlDec:'ÐклÑÑиÑÑ XHTML обÑÑвлениÑ',bgColor:'Ð¦Ð²ÐµÑ Ñона',bgImage:'URL изобÑÐ°Ð¶ÐµÐ½Ð¸Ñ Ñона',bgFixed:'ÐеÑкÑоллиÑÑемÑй Ñон',txtColor:'Ð¦Ð²ÐµÑ ÑекÑÑа',margin:'ÐÑÑÑÑÐ¿Ñ ÑÑÑаниÑÑ',marginTop:'ÐеÑÑ Ð½Ð¸Ð¹',marginLeft:'ÐевÑй',marginRight:'ÐÑавÑй',marginBottom:'Ðижний',metaKeywords:'ÐлÑÑевÑе Ñлова докÑменÑа (ÑазделеннÑе запÑÑой)',metaDescription:'ÐпиÑание докÑменÑа',metaAuthor:'ÐвÑоÑ',metaCopyright:'ÐвÑоÑÑкие пÑава',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['ru']={"editor":"ÐизÑалÑнÑй ÑекÑÑовÑй ÑедакÑоÑ","editorPanel":"ÐизÑалÑнÑй ÑедакÑÐ¾Ñ ÑекÑÑа","common":{"editorHelp":"ÐажмиÑе ALT-0 Ð´Ð»Ñ Ð¾ÑкÑÑÑÐ¸Ñ ÑпÑавки","browseServer":"ÐÑÐ±Ð¾Ñ Ð½Ð° ÑеÑвеÑе","url":"СÑÑлка","protocol":"ÐÑоÑокол","upload":"ÐагÑÑзка Ñайла","uploadSubmit":"ÐагÑÑзиÑÑ Ð½Ð° ÑеÑвеÑ","image":"ÐзобÑажение","flash":"Flash","form":"ФоÑма","checkbox":"ЧекбокÑ","radio":"Радиокнопка","textField":"ТекÑÑовое поле","textarea":"ÐногоÑÑÑоÑное ÑекÑÑовое поле","hiddenField":"СкÑÑÑое поле","button":"Ðнопка","select":"ÐÑпадаÑÑий ÑпиÑок","imageButton":"Ðнопка-изобÑажение","notSet":"<не Ñказано>","id":"ÐденÑиÑикаÑоÑ","name":"ÐмÑ","langDir":"ÐапÑавление ÑекÑÑа","langDirLtr":"Слева напÑаво (LTR)","langDirRtl":"СпÑава налево (RTL)","langCode":"Ðод ÑзÑка","longDescr":"Ðлинное опиÑание ÑÑÑлки","cssClass":"ÐлаÑÑ CSS","advisoryTitle":"Ðаголовок","cssStyle":"СÑилÑ","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":"CSS клаÑÑÑ","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":"ÐведиÑе знаÑение в пикÑелÑÑ , либо ÑиÑло Ñ ÐºÐ¾ÑÑекÑной единиÑей меÑÑ CSS (px, %, in, cm, mm, em, ex, pt или pc).","unavailable":"%1<span class=\"cke_accessibility\">, недоÑÑÑпно</span>"},"about":{"copy":"Copyright © $1. ÐÑе пÑава заÑиÑенÑ.","dlgTitle":"Ð CKEditor","help":"$1 ÑодеÑÐ¶Ð¸Ñ Ð¿Ð¾Ð´ÑобнÑÑ ÑпÑÐ°Ð²ÐºÑ Ð¿Ð¾ иÑполÑзованиÑ.","moreInfo":"ÐÐ»Ñ Ð¿Ð¾Ð»ÑÑÐµÐ½Ð¸Ñ Ð¸Ð½ÑоÑмаÑии о лиÑензии, пожалÑйÑÑа, пеÑейдиÑе на Ð½Ð°Ñ ÑайÑ:","title":"Ð CKEditor","userGuide":"Ð ÑководÑÑво полÑзоваÑÐµÐ»Ñ CKEditor"},"basicstyles":{"bold":"ÐолÑжиÑнÑй","italic":"ÐÑÑÑив","strike":"ÐаÑеÑкнÑÑÑй","subscript":"ÐодÑÑÑоÑнÑй индекÑ","superscript":"ÐадÑÑÑоÑнÑй индекÑ","underline":"ÐодÑеÑкнÑÑÑй"},"bidi":{"ltr":"ÐапÑавление ÑекÑÑа Ñлева напÑаво","rtl":"ÐапÑавление ÑекÑÑа ÑпÑава налево"},"blockquote":{"toolbar":"ЦиÑаÑа"},"clipboard":{"copy":"ÐопиÑоваÑÑ","copyError":"ÐаÑÑÑойки безопаÑноÑÑи ваÑего бÑаÑзеÑа не ÑазÑеÑаÑÑ ÑедакÑоÑÑ Ð²ÑполнÑÑÑ Ð¾Ð¿ÐµÑаÑии по копиÑÐ¾Ð²Ð°Ð½Ð¸Ñ ÑекÑÑа. ÐожалÑйÑÑа, иÑполÑзÑйÑе Ð´Ð»Ñ ÑÑого клавиаÑÑÑÑ (Ctrl/Cmd+C).","cut":"ÐÑÑезаÑÑ","cutError":"ÐаÑÑÑойки безопаÑноÑÑи ваÑего бÑаÑзеÑа не ÑазÑеÑаÑÑ ÑедакÑоÑÑ Ð²ÑполнÑÑÑ Ð¾Ð¿ÐµÑаÑии по вÑÑезке ÑекÑÑа. ÐожалÑйÑÑа, иÑполÑзÑйÑе Ð´Ð»Ñ ÑÑого клавиаÑÑÑÑ (Ctrl/Cmd+X).","paste":"ÐÑÑавиÑÑ","pasteArea":"Ðона Ð´Ð»Ñ Ð²ÑÑавки","pasteMsg":"ÐожалÑйÑÑа, вÑÑавÑÑе ÑекÑÑ Ð² Ð·Ð¾Ð½Ñ Ð½Ð¸Ð¶Ðµ, иÑполÑзÑÑ ÐºÐ»Ð°Ð²Ð¸Ð°ÑÑÑÑ (<strong>Ctrl/Cmd+V</strong>) и нажмиÑе ÐºÐ½Ð¾Ð¿ÐºÑ \"OK\".","securityMsg":"ÐаÑÑÑойки безопаÑноÑÑи ваÑего бÑаÑзеÑа не ÑазÑеÑаÑÑ ÑедакÑоÑÑ Ð½Ð°Ð¿ÑÑмÑÑ Ð¾Ð±ÑаÑаÑÑÑÑ Ðº бÑÑеÑÑ Ð¾Ð±Ð¼ÐµÐ½Ð°. ÐÑ Ð´Ð¾Ð»Ð¶Ð½Ñ Ð²ÑÑавиÑÑ ÑекÑÑ Ñнова в ÑÑо окно.","title":"ÐÑÑавиÑÑ"},"button":{"selectedLabel":"%1 (ÐÑбÑано)"},"colorbutton":{"auto":"ÐвÑомаÑиÑеÑки","bgColorTitle":"Ð¦Ð²ÐµÑ Ñона","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":"ÐелÑй"},"more":"ÐÑÑ ÑвеÑа...","panelTitle":"ЦвеÑа","textColorTitle":"Ð¦Ð²ÐµÑ ÑекÑÑа"},"colordialog":{"clear":"ÐÑиÑÑиÑÑ","highlight":"Ðод кÑÑÑоÑом","options":"ÐаÑÑÑойки ÑвеÑа","selected":"ÐÑбÑаннÑй ÑвеÑ","title":"ÐÑбеÑиÑе ÑвеÑ"},"templates":{"button":"ШаблонÑ","emptyListMsg":"(не опÑеделено ни одного Ñаблона)","insertOption":"ÐамениÑÑ ÑекÑÑее ÑодеÑжимое","options":"ÐаÑамеÑÑÑ Ñаблона","selectPromptMsg":"ÐожалÑйÑÑа, вÑбеÑиÑе, какой Ñаблон ÑледÑÐµÑ Ð¾ÑкÑÑÑÑ Ð² ÑедакÑоÑе","title":"Ð¨Ð°Ð±Ð»Ð¾Ð½Ñ ÑодеÑжимого"},"contextmenu":{"options":"ÐаÑамеÑÑÑ ÐºÐ¾Ð½ÑекÑÑного менÑ"},"div":{"IdInputLabel":"ÐденÑиÑикаÑоÑ","advisoryTitleInputLabel":"Ðаголовок","cssClassInputLabel":"ÐлаÑÑÑ CSS","edit":"РедакÑиÑоваÑÑ ÐºÐ¾Ð½ÑейнеÑ","inlineStyleInputLabel":"СÑÐ¸Ð»Ñ ÑлеменÑа","langDirLTRLabel":"Слева напÑаво (LTR)","langDirLabel":"ÐапÑавление ÑекÑÑа","langDirRTLLabel":"СпÑава налево (RTL)","languageCodeInputLabel":"Ðод ÑзÑка","remove":"УдалиÑÑ ÐºÐ¾Ð½ÑейнеÑ","styleSelectLabel":"СÑилÑ","title":"СоздаÑÑ Div-конÑейнеÑ","toolbar":"СоздаÑÑ Div-конÑейнеÑ"},"toolbar":{"toolbarCollapse":"СвеÑнÑÑÑ Ð¿Ð°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов","toolbarExpand":"РазвеÑнÑÑÑ Ð¿Ð°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов","toolbarGroups":{"document":"ÐокÑменÑ","clipboard":"ÐÑÑÐµÑ Ð¾Ð±Ð¼ÐµÐ½Ð° / ÐÑмена дейÑÑвий","editing":"ÐоÑÑекÑиÑовка","forms":"ФоÑмÑ","basicstyles":"ÐÑоÑÑÑе ÑÑили","paragraph":"ÐбзаÑ","links":"СÑÑлки","insert":"ÐÑÑавка","styles":"СÑили","colors":"ЦвеÑа","tools":"ÐнÑÑÑÑменÑÑ"},"toolbars":"Ðанели инÑÑÑÑменÑов ÑедакÑоÑа"},"elementspath":{"eleLabel":"ÐÑÑÑ ÑлеменÑов","eleTitle":"ÐÐ»ÐµÐ¼ÐµÐ½Ñ %1"},"find":{"find":"ÐайÑи","findOptions":"ÐпÑии поиÑка","findWhat":"ÐайÑи:","matchCase":"УÑиÑÑваÑÑ ÑегиÑÑÑ","matchCyclic":"Ðо вÑÐµÐ¼Ñ ÑекÑÑÑ","matchWord":"ТолÑко Ñлово Ñеликом","notFoundMsg":"ÐÑкомÑй ÑекÑÑ Ð½Ðµ найден.","replace":"ÐамениÑÑ","replaceAll":"ÐамениÑÑ Ð²ÑÑ","replaceSuccessMsg":"УÑпеÑно заменено %1 Ñаз(а).","replaceWith":"ÐамениÑÑ Ð½Ð°:","title":"ÐоиÑк и замена"},"fakeobjects":{"anchor":"ЯкоÑÑ","flash":"Flash анимаÑиÑ","hiddenfield":"СкÑÑÑое поле","iframe":"iFrame","unknown":"ÐеизвеÑÑнÑй обÑекÑ"},"flash":{"access":"ÐоÑÑÑп к ÑкÑипÑам","accessAlways":"ÐÑегда","accessNever":"Ðикогда","accessSameDomain":"Ð Ñом же домене","alignAbsBottom":"Ðо Ð½Ð¸Ð·Ñ ÑекÑÑа","alignAbsMiddle":"Ðо ÑеÑедине ÑекÑÑа","alignBaseline":"Ðо базовой линии","alignTextTop":"Ðо веÑÑ Ñ ÑекÑÑа","bgcolor":"Ð¦Ð²ÐµÑ Ñона","chkFull":"РазÑеÑиÑÑ Ð¿Ð¾Ð»Ð½Ð¾ÑкÑаннÑй Ñежим","chkLoop":"ÐовÑоÑÑÑÑ","chkMenu":"ÐклÑÑиÑÑ Ð¼ÐµÐ½Ñ Flash","chkPlay":"ÐвÑомаÑиÑеÑкое воÑпÑоизведение","flashvars":"ÐеÑеменнÑе Ð´Ð»Ñ Flash","hSpace":"ÐоÑиз. оÑÑÑÑп","properties":"СвойÑÑва Flash","propertiesTab":"СвойÑÑва","quality":"ÐаÑеÑÑво","qualityAutoHigh":"ÐапÑÑк на вÑÑоком","qualityAutoLow":"ÐапÑÑк на низком","qualityBest":"ÐÑÑÑее","qualityHigh":"ÐÑÑокое","qualityLow":"Ðизкое","qualityMedium":"СÑеднее","scale":"ÐаÑÑÑабиÑоваÑÑ","scaleAll":"ÐÑопоÑÑионалÑно","scaleFit":"ÐаполнÑÑÑ","scaleNoBorder":"ÐÐ°Ñ Ð¾Ð´Ð¸ÑÑ Ð·Ð° гÑаниÑÑ","title":"СвойÑÑва Flash","vSpace":"ÐеÑÑик. оÑÑÑÑп","validateHSpace":"ÐоÑизонÑалÑнÑй оÑÑÑÑп задаеÑÑÑ ÑиÑлом.","validateSrc":"ÐÑ Ð´Ð¾Ð»Ð¶Ð½Ñ Ð²Ð²ÐµÑÑи ÑÑÑлкÑ","validateVSpace":"ÐеÑÑикалÑнÑй оÑÑÑÑп задаеÑÑÑ ÑиÑлом.","windowMode":"ÐзаимодейÑÑвие Ñ Ð¾ÐºÐ½Ð¾Ð¼","windowModeOpaque":"ÐепÑозÑаÑнÑй","windowModeTransparent":"ÐÑозÑаÑнÑй","windowModeWindow":"ÐбÑÑнÑй"},"font":{"fontSize":{"label":"РазмеÑ","voiceLabel":"Ð Ð°Ð·Ð¼ÐµÑ ÑÑиÑÑа","panelTitle":"Ð Ð°Ð·Ð¼ÐµÑ ÑÑиÑÑа"},"label":"ШÑиÑÑ","panelTitle":"ШÑиÑÑ","voiceLabel":"ШÑиÑÑ"},"forms":{"button":{"title":"СвойÑÑва кнопки","text":"ТекÑÑ (ÐнаÑение)","type":"Тип","typeBtn":"Ðнопка","typeSbm":"ÐÑпÑавка","typeRst":"СбÑоÑ"},"checkboxAndRadio":{"checkboxTitle":"СвойÑÑва Ñлаговой кнопки","radioTitle":"СвойÑÑва кнопки вÑбоÑа","value":"ÐнаÑение","selected":"ÐÑбÑано"},"form":{"title":"СвойÑÑва ÑоÑмÑ","menu":"СвойÑÑва ÑоÑмÑ","action":"ÐейÑÑвие","method":"ÐеÑод","encoding":"ÐодиÑовка"},"hidden":{"title":"СвойÑÑва ÑкÑÑÑого полÑ","name":"ÐмÑ","value":"ÐнаÑение"},"select":{"title":"СвойÑÑва ÑпиÑка вÑбоÑа","selectInfo":"ÐнÑоÑмаÑÐ¸Ñ Ð¾ ÑпиÑке вÑбоÑа","opAvail":"ÐоÑÑÑпнÑе ваÑианÑÑ","value":"ÐнаÑение","size":"РазмеÑ","lines":"ÑÑÑок(и)","chkMulti":"РазÑеÑиÑÑ Ð²ÑÐ±Ð¾Ñ Ð½ÐµÑколÑÐºÐ¸Ñ Ð²Ð°ÑианÑов","opText":"ТекÑÑ","opValue":"ÐнаÑение","btnAdd":"ÐобавиÑÑ","btnModify":"ÐзмениÑÑ","btnUp":"ÐоднÑÑÑ","btnDown":"ÐпÑÑÑиÑÑ","btnSetValue":"ÐомеÑиÑÑ ÐºÐ°Ðº вÑбÑанное","btnDelete":"УдалиÑÑ"},"textarea":{"title":"СвойÑÑва многоÑÑÑоÑного ÑекÑÑового полÑ","cols":"Ðолонок","rows":"СÑÑок"},"textfield":{"title":"СвойÑÑва ÑекÑÑового полÑ","name":"ÐмÑ","value":"ÐнаÑение","charWidth":"ШиÑина Ð¿Ð¾Ð»Ñ (в ÑÐ¸Ð¼Ð²Ð¾Ð»Ð°Ñ )","maxChars":"ÐакÑ. колиÑеÑÑво Ñимволов","type":"Тип ÑодеÑжимого","typeText":"ТекÑÑ","typePass":"ÐаÑолÑ","typeEmail":"Email","typeSearch":"ÐоиÑк","typeTel":"ÐÐ¾Ð¼ÐµÑ ÑелеÑона","typeUrl":"СÑÑлка"}},"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":"ÐÑÑавиÑÑ Ð³Ð¾ÑизонÑалÑнÑÑ Ð»Ð¸Ð½Ð¸Ñ"},"iframe":{"border":"ÐоказаÑÑ Ð³ÑаниÑÑ ÑÑейма","noUrl":"ÐожалÑйÑÑа, введиÑе ÑÑÑÐ»ÐºÑ ÑÑейма","scrolling":"ÐÑобÑажаÑÑ Ð¿Ð¾Ð»Ð¾ÑÑ Ð¿ÑокÑÑÑки","title":"СвойÑÑва iFrame","toolbar":"iFrame"},"image":{"alertUrl":"ÐожалÑйÑÑа, введиÑе ÑÑÑÐ»ÐºÑ Ð½Ð° изобÑажение","alt":"ÐлÑÑеÑнаÑивнÑй ÑекÑÑ","border":"ÐÑаниÑа","btnUpload":"ÐагÑÑзиÑÑ Ð½Ð° ÑеÑвеÑ","button2Img":"ÐÑ Ð¶ÐµÐ»Ð°ÐµÑе пÑеобÑазоваÑÑ ÑÑо изобÑажение-ÐºÐ½Ð¾Ð¿ÐºÑ Ð² обÑÑное изобÑажение?","hSpace":"ÐоÑиз. оÑÑÑÑп","img2Button":"ÐÑ Ð¶ÐµÐ»Ð°ÐµÑе пÑеобÑазоваÑÑ ÑÑо обÑÑное изобÑажение в изобÑажение-кнопкÑ?","infoTab":"ÐаннÑе об изобÑажении","linkTab":"СÑÑлка","lockRatio":"Ð¡Ð¾Ñ ÑанÑÑÑ Ð¿ÑопоÑÑии","menu":"СвойÑÑва изобÑажениÑ","resetSize":"ÐеÑнÑÑÑ Ð¾Ð±ÑÑнÑе ÑазмеÑÑ","title":"СвойÑÑва изобÑажениÑ","titleButton":"СвойÑÑва изобÑажениÑ-кнопки","upload":"ÐагÑÑзиÑÑ","urlMissing":"Ðе Ñказана ÑÑÑлка на изобÑажение.","vSpace":"ÐеÑÑик. оÑÑÑÑп","validateBorder":"Ð Ð°Ð·Ð¼ÐµÑ Ð³ÑÐ°Ð½Ð¸Ñ Ð´Ð¾Ð»Ð¶ÐµÐ½ бÑÑÑ Ð·Ð°Ð´Ð°Ð½ ÑиÑлом.","validateHSpace":"ÐоÑизонÑалÑнÑй оÑÑÑÑп должен бÑÑÑ Ð·Ð°Ð´Ð°Ð½ ÑиÑлом.","validateVSpace":"ÐеÑÑикалÑнÑй оÑÑÑÑп должен бÑÑÑ Ð·Ð°Ð´Ð°Ð½ ÑиÑлом."},"indent":{"indent":"УвелиÑиÑÑ Ð¾ÑÑÑÑп","outdent":"УменÑÑиÑÑ Ð¾ÑÑÑÑп"},"smiley":{"options":"ÐÑÐ±Ð¾Ñ Ñмайла","title":"ÐÑÑавиÑÑ Ñмайл","toolbar":"СмайлÑ"},"justify":{"block":"Ðо ÑиÑине","center":"Ðо ÑенÑÑÑ","left":"Ðо Ð»ÐµÐ²Ð¾Ð¼Ñ ÐºÑаÑ","right":"Ðо пÑÐ°Ð²Ð¾Ð¼Ñ ÐºÑаÑ"},"language":{"button":"УÑÑановка ÑзÑка","remove":"УдалиÑÑ ÑзÑк"},"link":{"acccessKey":"ÐлавиÑа доÑÑÑпа","advanced":"ÐополниÑелÑно","advisoryContentType":"Тип ÑодеÑжимого","advisoryTitle":"Ðаголовок","anchor":{"toolbar":"ÐÑÑавиÑÑ / ÑедакÑиÑоваÑÑ ÑкоÑÑ","menu":"ÐзмениÑÑ ÑкоÑÑ","title":"СвойÑÑва ÑкоÑÑ","name":"ÐÐ¼Ñ ÑкоÑÑ","errorName":"ÐожалÑйÑÑа, введиÑе Ð¸Ð¼Ñ ÑкоÑÑ","remove":"УдалиÑÑ ÑкоÑÑ"},"anchorId":"Ðо иденÑиÑикаÑоÑÑ","anchorName":"Ðо имени","charset":"ÐодиÑовка ÑеÑÑÑÑа","cssClasses":"ÐлаÑÑÑ CSS","emailAddress":"Email адÑеÑ","emailBody":"ТекÑÑ ÑообÑениÑ","emailSubject":"Тема ÑообÑениÑ","id":"ÐденÑиÑикаÑоÑ","info":"ÐнÑоÑмаÑÐ¸Ñ Ð¾ ÑÑÑлке","langCode":"Ðод ÑзÑка","langDir":"ÐапÑавление ÑекÑÑа","langDirLTR":"Слева напÑаво (LTR)","langDirRTL":"СпÑава налево (RTL)","menu":"РедакÑиÑоваÑÑ ÑÑÑлкÑ","name":"ÐмÑ","noAnchors":"(РдокÑменÑе Ð½ÐµÑ Ð½Ð¸ одного ÑкоÑÑ)","noEmail":"ÐожалÑйÑÑа, введиÑе email адÑеÑ","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":"Email","toUrl":"СÑÑлка","toolbar":"ÐÑÑавиÑÑ/РедакÑиÑоваÑÑ ÑÑÑлкÑ","type":"Тип ÑÑÑлки","unlink":"УбÑаÑÑ ÑÑÑлкÑ","upload":"ÐагÑÑзка"},"list":{"bulletedlist":"ÐÑÑавиÑÑ / ÑдалиÑÑ Ð¼Ð°ÑкиÑованнÑй ÑпиÑок","numberedlist":"ÐÑÑавиÑÑ / ÑдалиÑÑ Ð½ÑмеÑованнÑй ÑпиÑок"},"liststyle":{"armenian":"ÐÑмÑнÑÐºÐ°Ñ Ð½ÑмеÑаÑиÑ","bulletedTitle":"СвойÑÑва маÑкиÑованного ÑпиÑка","circle":"ÐÑÑг","decimal":"ÐеÑÑÑиÑнÑе (1, 2, 3, и Ñ.д.)","decimalLeadingZero":"ÐеÑÑÑиÑнÑе Ñ Ð²ÐµÐ´ÑÑим нÑлÑм (01, 02, 03, и Ñ.д.)","disc":"ÐкÑÑжноÑÑÑ","georgian":"ÐÑÑзинÑÐºÐ°Ñ Ð½ÑмеÑаÑÐ¸Ñ (ани, бани, гани, и Ñ.д.)","lowerAlpha":"СÑÑоÑнÑе лаÑинÑкие (a, b, c, d, e, и Ñ.д.)","lowerGreek":"СÑÑоÑнÑе гÑеÑеÑкие (алÑÑа, беÑа, гамма, и Ñ.д.)","lowerRoman":"СÑÑоÑнÑе ÑимÑкие (i, ii, iii, iv, v, и Ñ.д.)","none":"ÐеÑ","notset":"<не Ñказано>","numberedTitle":"СвойÑÑва нÑмеÑованного ÑпиÑка","square":"ÐвадÑаÑ","start":"ÐаÑÐ¸Ð½Ð°Ñ Ñ","type":"Тип","upperAlpha":"ÐаглавнÑе лаÑинÑкие (A, B, C, D, E, и Ñ.д.)","upperRoman":"ÐаглавнÑе ÑимÑкие (I, II, III, IV, V, и Ñ.д.)","validateStartNumber":"ÐеÑвÑй Ð½Ð¾Ð¼ÐµÑ ÑпиÑка должен бÑÑÑ Ð·Ð°Ð´Ð°Ð½ обÑÑнÑм ÑелÑм ÑиÑлом."},"magicline":{"title":"ÐÑÑавиÑÑ Ð·Ð´ÐµÑÑ Ð¿Ð°ÑагÑаÑ"},"maximize":{"maximize":"РазвеÑнÑÑÑ","minimize":"СвеÑнÑÑÑ"},"newpage":{"toolbar":"ÐÐ¾Ð²Ð°Ñ ÑÑÑаниÑа"},"pagebreak":{"alt":"РазÑÑв ÑÑÑаниÑÑ","toolbar":"ÐÑÑавиÑÑ ÑазÑÑв ÑÑÑаниÑÑ Ð´Ð»Ñ Ð¿ÐµÑаÑи"},"pastetext":{"button":"ÐÑÑавиÑÑ ÑолÑко ÑекÑÑ","title":"ÐÑÑавиÑÑ ÑолÑко ÑекÑÑ"},"pastefromword":{"confirmCleanup":"ТекÑÑ, коÑоÑÑй Ð²Ñ Ð¶ÐµÐ»Ð°ÐµÑе вÑÑавиÑÑ, по вÑей видимоÑÑи, бÑл ÑкопиÑован из Word. СледÑÐµÑ Ð»Ð¸ оÑиÑÑиÑÑ ÐµÐ³Ð¾ пеÑед вÑÑавкой?","error":"Ðевозможно оÑиÑÑиÑÑ Ð²ÑÑавленнÑе даннÑе из-за внÑÑÑенней оÑибки","title":"ÐÑÑавиÑÑ Ð¸Ð· Word","toolbar":"ÐÑÑавиÑÑ Ð¸Ð· Word"},"preview":{"preview":"ÐÑедваÑиÑелÑнÑй пÑоÑмоÑÑ"},"print":{"toolbar":"ÐеÑаÑÑ"},"removeformat":{"toolbar":"УбÑаÑÑ ÑоÑмаÑиÑование"},"save":{"toolbar":"Ð¡Ð¾Ñ ÑаниÑÑ"},"selectall":{"toolbar":"ÐÑделиÑÑ Ð²Ñе"},"showblocks":{"toolbar":"ÐÑобÑажаÑÑ Ð±Ð»Ð¾ÐºÐ¸"},"sourcearea":{"toolbar":"ÐÑÑоÑник"},"specialchar":{"options":"ÐÑÐ±Ð¾Ñ ÑпеÑиалÑного Ñимвола","title":"ÐÑбеÑиÑе ÑпеÑиалÑнÑй Ñимвол","toolbar":"ÐÑÑавиÑÑ ÑпеÑиалÑнÑй Ñимвол"},"scayt":{"about":"Ð SCAYT","aboutTab":"Ð SCAYT","addWord":"ÐобавиÑÑ Ñлово","allCaps":"ÐгноÑиÑоваÑÑ Ñлова из заглавнÑÑ Ð±Ñкв","dic_create":"СоздаÑÑ","dic_delete":"УдалиÑÑ","dic_field_name":"Ðазвание ÑловаÑÑ","dic_info":"ÐзнаÑалÑно, полÑзоваÑелÑÑкий ÑловаÑÑ Ñ ÑаниÑÑÑ Ð² cookie, коÑоÑÑе огÑаниÑÐµÐ½Ñ Ð² ÑазмеÑе. Ðогда ÑловаÑÑ Ð¿Ð¾Ð»ÑзоваÑÐµÐ»Ñ Ð²ÑÑаÑÑÐ°ÐµÑ Ð´Ð¾ ÑазмеÑов, ÑÑо его невозможно Ñ ÑаниÑÑ Ð² cookie, он пеÑеноÑиÑÑÑ Ð½Ð° Ñ Ñанение на Ð½Ð°Ñ ÑеÑвеÑ. ЧÑÐ¾Ð±Ñ ÑÐ¾Ñ ÑаниÑÑ Ð²Ð°Ñ ÑловаÑÑ Ð½Ð° наÑем ÑеÑвеÑе, вам ÑледÑÐµÑ ÑказаÑÑ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ðµ ваÑего ÑловаÑÑ. ÐÑли Ñ Ð²Ð°Ñ Ñже бÑл ÑловаÑÑ, коÑоÑÑй Ð²Ñ ÑÐ¾Ñ ÑанÑли на наÑем ÑеÑвеÑе, Ñо ÑкажиÑе здеÑÑ ÐµÐ³Ð¾ название и нажмиÑе ÐºÐ½Ð¾Ð¿ÐºÑ ÐоÑÑÑановиÑÑ.","dic_rename":"ÐеÑеименоваÑÑ","dic_restore":"ÐоÑÑÑановиÑÑ","dictionariesTab":"СловаÑи","disable":"ÐÑклÑÑиÑÑ SCAYT","emptyDic":"ÐÑ Ð´Ð¾Ð»Ð¶Ð½Ñ ÑказаÑÑ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ðµ ÑловаÑÑ.","enable":"ÐклÑÑиÑÑ SCAYT","ignore":"ÐÑопÑÑÑиÑÑ","ignoreAll":"ÐÑопÑÑÑиÑÑ Ð²ÑÑ","ignoreDomainNames":"ÐгноÑиÑоваÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð½Ñе имена","langs":"ЯзÑки","languagesTab":"ЯзÑки","mixedCase":"ÐгноÑиÑоваÑÑ Ñлова из бÑкв в Ñазном ÑегиÑÑÑе","mixedWithDigits":"ÐгноÑиÑоваÑÑ Ñлова, ÑодеÑжаÑие ÑиÑÑÑ","moreSuggestions":"ÐÑÑ Ð²Ð°ÑианÑÑ","opera_title":"Ðе поддеÑживаеÑÑÑ Opera","options":"ÐаÑÑÑойки","optionsTab":"ÐаÑамеÑÑÑ","title":"ÐÑовеÑка оÑÑогÑаÑии по меÑе ввода (SCAYT)","toggle":"ÐеÑеклÑÑиÑÑ SCAYT","noSuggestions":"ÐÐµÑ Ð²Ð°ÑианÑов"},"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":"Ðо базовой линии","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":"ÐнÑÑÑенний оÑÑÑÑп ÑÑеек (cellpadding) должен бÑÑÑ ÑиÑлом.","invalidCellSpacing":"ÐнеÑний оÑÑÑÑп ÑÑеек (cellspacing) должен бÑÑÑ ÑиÑлом.","invalidCols":"ÐолиÑеÑÑво ÑÑолбÑов должно бÑÑÑ Ð±Ð¾Ð»ÑÑе 0.","invalidHeight":"ÐÑÑоÑа ÑаблиÑÑ Ð´Ð¾Ð»Ð¶Ð½Ð° бÑÑÑ ÑиÑлом.","invalidRows":"ÐолиÑеÑÑво ÑÑÑок должно бÑÑÑ Ð±Ð¾Ð»ÑÑе 0.","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 diff --git a/skins/ckeditor/lang/si.js b/skins/ckeditor/lang/si.js new file mode 100644 index 0000000..19a48fe --- /dev/null +++ b/skins/ckeditor/lang/si.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.lang['si']={"editor":"පà·à·à·à·à¶à· à·à¶ න à·à¶à·à·à¶à¶»à¶«","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"à¶à¶¯à·à· ලබ෠à¶à·à¶±à·à¶¸à¶§ ALT බà·à¶à·à¶à¶¸ à¶à¶¶à¶±à·à¶±","browseServer":"à·à·à·à·à¶¸à· à·à·à·à·à¶¯à·à¶ºà¶à¶º","url":"URL","protocol":"මà·à¶½à·à¶´à¶à·à¶»à¶º","upload":"à¶à¶©à·à¶à¶à¶à·à¶»à·à¶¸","uploadSubmit":"à·à·à·à·à¶¯à·à¶ºà¶à¶º à·à·à¶ යà·à¶¸à·à¶à·à¶»à·à¶¸","image":"රà·à¶´à¶º","flash":"දà·à¶´à·à¶à·à¶º","form":"පà·à¶»à¶¸à¶º","checkbox":"ලà¶à·à¶«à·à¶à·à¶»à·à¶¸à· à¶à·à¶§à·à·","radio":"à¶à·à¶»à·à¶¸à· ","textField":"ලà·à¶ºà¶± පà·à¶»à¶¯à·à·à¶º","textarea":"චà¶à·à¶»à· ","hiddenField":"à·à·à¶à·à·à¶«à· පà·à¶»à¶¯à·à·à¶º","button":"බà·à¶à·à¶à¶¸","select":"à¶à·à¶»à¶±à·à¶± ","imageButton":"රà·à¶´ ","notSet":"<යà·à¶¯à· >","id":"චà¶à¶à¶º","name":"නම","langDir":"භà·à·à· දà·à·à·à·","langDirLtr":"à·à¶¸à·à·à·à¶§ දà¶à·à¶«à·à¶§","langDirRtl":"දà¶à·à¶«à· à·à·à¶§ à·à¶¸à¶§","langCode":"භà·à·à· à¶à·à¶à¶º","longDescr":"à·à¶¸à·à¶´à·à¶»à·à¶± පà·à·à·à¶¯à·à¶½à· à¶à·à¶»à·à¶¸","cssClass":"à·à·à¶½à·à· පà¶à·à¶» පනà·à¶à·à¶º","advisoryTitle":"à¶à¶´à¶¯à·à·à· ","cssStyle":"à·à·à¶½à·à·à¶º","ok":"නà·à¶»à¶¯à·","cancel":"චà·à¶½à¶à¶à· à¶à·à¶»à·à¶¸","close":"à·à·à·à·à¶¸","preview":"නà·à·à¶ ","resize":"à·à·à·à·à¶½à¶à·à·à¶º නà·à·à¶ à·à·à¶±à·à· à¶à·à¶»à·à¶¸","generalTab":"පà·à¶¯à· à¶à¶»à·à¶«à·.","advancedTab":"දà·à¶º","validateNumberFailed":"මà·à¶¸ à·à¶§à·à¶±à·à¶à¶¸ චà¶à¶à¶ºà¶à· නà·à·à·","confirmNewPage":"à¶à¶»à¶à·à·à· නà·à¶à· à·à·à¶ºà¶½à·à¶¸ දà¶à·à¶à¶ºà¶±à· මà·à¶à·à¶ºà¶±à·à¶½à·à¶¶à·. à¶à¶¶à¶§ න෠පà·à¶§à·à·à¶à· ලබ෠à¶à·à¶±à·à¶¸à¶§ චà·à·à·à¶ºà¶¯?","confirmCancel":"à¶à¶à¶¸à· à·à·à¶à¶½à·à¶´à¶ºà¶±à· à·à·à¶±à·à· à¶à¶» à¶à¶. à¶à¶¶à¶§ මà·à¶±à· නà·à¶à·à¶¸à·à¶¸à¶§ චà·à·à·à¶ºà¶¯?","options":" à·à·à¶à¶½à·à¶´","target":"චරමà·à¶«","targetNew":"න෠à¶à·à·à· à·à·","targetTop":"à·à·à¶¯à¶à¶à· à¶à·à·à· à·à·","targetSelf":"à¶à¶¸ à¶à·à·à· à·à·(_à¶à¶¸\\\\)","targetParent":"මà·à· à¶à·à·à· à·à·(_)","langDirLTR":"à·à¶¸à·à·à·à¶§ දà¶à·à¶«à·à¶§","langDirRTL":"දà¶à·à¶«à· à·à·à¶§ à·à¶¸à¶§","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":"à·à¶à¶à·à¶ºà· à¶à¶à·à¶½à¶à· à¶à·à¶»à·à¶¸à·à¶¯à· à·à¶§à·à¶±à·à¶à¶¸ à¶à·à¶à· පà·à¶»à¶¸à·à¶«à¶º නà·à·à¶»à¶¯à· CSS à¶à¶à¶(à¶à·à¶à·, %, චà¶à¶½à·,à·à·à¶¸à·, mm, em, ex, pt, pc)","unavailable":"%1<span පනà·à¶à·à¶º=\"à· à¶à· à·à·à¶ºà·à·à¶à· ද බලනà·à¶±\">, නà·à¶¸à·à¶à·à¶±à¶¸à·</span>"},"about":{"copy":"පà·à¶§à¶´à¶à· චයà·à¶à·à¶º à·à· පà·à¶§à¶´à¶à· à¶à·à¶»à·à¶¸;$1 .à·à·à¶ºà¶½à·à¶¸ à·à·à¶¸à·à¶à¶¸à· à¶à·à·à¶»à·à¶«à·.","dlgTitle":"CKEditor à¶à·à¶± à·à·à·à·à¶à¶»","help":"à¶à¶¯à·à· à·à¶³à·à· $1 ","moreInfo":"බලපà¶à·à¶» à¶à·à¶»à¶à·à¶»à· à·à¶¯à·à· à¶à¶»à·à¶«à·à¶à¶» චපà¶à· à·à·à¶¯à·à¶ºà·à¶à· ලà·à¶´à·à¶±à¶ºà¶§ පà·à·à·à·à·à¶±à·à¶±:","title":"CKEditor à¶à·à¶± à·à·à·à·à¶à¶»","userGuide":"CKEditor භà·à·à·à¶à· à¶à·à¶»à·à¶¸ පà·à· à·à¶¶à¶³ "},"basicstyles":{"bold":"à¶à¶¯ චà¶à·à¶»à·à¶±à· ලà·à¶ºà¶±à¶½à¶¯","italic":"බà·à¶°à·à¶ à¶à·à¶»à·à¶±à· ලà·à¶ºà¶± ලද","strike":"Strike Through","subscript":"Subscript","superscript":"Superscript","underline":"යටà·à¶±à· à¶à¶»à· චදà·à¶± ලද"},"bidi":{"ltr":"à·à¶à¶±à·à¶à· දà·à·à·à· à·à¶¸à· à·à·à¶§ දà¶à·à¶«à¶§","rtl":"à·à¶à¶±à·à¶à· දà·à·à·à· දà¶à·à¶«à· à·à·à¶§ à·à¶¸à¶§"},"blockquote":{"toolbar":"à¶à¶¯à·à¶°à·à¶ à¶à·à¶§à·"},"clipboard":{"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":"à¶à¶´à·à¶à¶±à·à¶±","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":"චලà·à¶±à·à¶±","pasteArea":"චලà·à¶± පà·à¶»à¶¯à·à·","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":"චලà·à¶±à·à¶±"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatic","bgColorTitle":"පà·à·à¶¶à·à¶¸à· à·à¶»à·à¶«à¶º","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":"à·à¶»à·à¶«à¶º","textColorTitle":"චà¶à·à·à¶» à·à¶»à·à¶«"},"colordialog":{"clear":"පà·à·à·à¶¯à·à¶½à·","highlight":"මà¶à·à¶à¶» පà·à¶±à·à·à¶±à·à¶±","options":"à·à¶»à·à¶« à·à·à¶à¶½à·à¶´","selected":"à¶à·à¶»à· à·à¶»à·à¶«","title":"à·à¶»à·à¶« à¶à·à¶»à¶±à·à¶±"},"templates":{"button":"චචà·à¶ à·à·","emptyListMsg":"à¶à·à·à·à¶¸ චචà·à¶ à·à·à¶à· à¶à¶½à·à¶±à· à¶à·à¶»à¶«à¶º à¶à¶» ","insertOption":"à·à¶à·à¶º චනà·à¶à¶»à·à¶à¶à¶ºà¶±à· පà·à¶»à¶à·à·à·à¶®à·à¶´à¶±à¶º à¶à¶»à¶±à·à¶±","options":"චචà·à¶ à· ","selectPromptMsg":"à¶à¶»à·à¶«à·à¶à¶» à·à¶à·à·à¶à¶»à¶«à¶º à·à¶¯à·à· චචà·à¶ à·à·à¶à· ","title":"චනà·à¶à¶»à·à¶à¶à· චචà·à¶ à·à¶±à·"},"contextmenu":{"options":"චනà¶à¶»à·à¶ ලà·à¶à¶« à·à·à¶à¶½à·à¶´"},"div":{"IdInputLabel":"චà¶à¶à¶º","advisoryTitleInputLabel":"à¶à¶´à¶¯à·à·à·à¶à·à¶¸à¶ නà·à¶¸à¶º","cssClassInputLabel":"à·à·à¶½à·à·à¶´à¶à·à¶» පනà·à¶à·à¶º","edit":"à·à·à¶±à·à·à¶à·à¶»à·à¶¸","inlineStyleInputLabel":"Inline Style","langDirLTRLabel":"à·à¶¸à·à·à·à¶§ දà¶à·à¶«à·à¶§","langDirLabel":"භà·à·à· දà·à·à·à·","langDirRTLLabel":"දà¶à·à¶«à· à·à·à¶§ à·à¶¸à¶§","languageCodeInputLabel":"භà·à·à· ","remove":"à¶à·à¶à· à¶à·à¶»à·à¶¸","styleSelectLabel":"à·à·à¶½à·à·à¶º","title":"නà·à¶»à·à¶¸à·à¶«à¶º ","toolbar":"නà·à¶»à·à¶¸à·à¶«à¶º "},"toolbar":{"toolbarCollapse":"මà·à·à¶½à¶¸à· à¶à·à¶»à·à· à·à·à¶à·à¶½à·à¶¸.","toolbarExpand":"මà·à·à¶½à¶¸à· à¶à·à¶»à·à· දà·à¶à·à·à¶»à·à¶¸","toolbarGroups":{"document":"ලà·à¶´à·à¶º","clipboard":"à¶à¶¸à·à¶«à·à¶¸ à·à·à¶±à·à· à¶à·à¶»à·à¶¸","editing":"à·à¶à·à·à¶à¶»à¶«à¶º","forms":"පà·à¶»à¶¸à¶º","basicstyles":"මà·à¶½à·à¶ à·à·à¶½à·à·à¶º","paragraph":"චà·à¶¯à¶º","links":"à·à¶¶à·à¶³à·à¶º","insert":"à¶à¶à·à¶½à¶à· à¶à·à¶»à·à¶¸","styles":"à·à·à¶½à·à·à¶º","colors":"à·à¶»à·à¶«à¶º","tools":"මà·à·à¶½à¶¸à·"},"toolbars":"à·à¶à·à·à¶à¶»à¶« මà·à·à¶½à¶¸à· à¶à·à¶»à·à·"},"elementspath":{"eleLabel":"මà·à¶½à¶¯à·à¶»à·à·à¶º මà·à¶»à·à¶à¶º","eleTitle":"%1 මà·à¶½"},"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":"à·à·à¶½à·à· à¶à·à¶»à·à¶¸","replaceAll":"à·à·à¶ºà¶½à·à¶½à¶¸ à·à·à¶½à·à· à¶à¶»à¶±à·à¶±","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"Replace with:","title":"Find and Replace"},"fakeobjects":{"anchor":"à¶à¶°à·à¶»à¶º","flash":"Flash Animation","hiddenfield":"à·à·à¶à·à·à¶«à· පà·à¶»à¶¯à·à·à¶º","iframe":"IFrame","unknown":"Unknown Object"},"flash":{"access":"පà·à¶§à¶´à¶à· පà·à¶»à·à·à·à¶º","accessAlways":"à·à·à¶¸à·à·à¶§à¶¸","accessNever":"à¶à·à·à·à¶¯à· නà·à·à·","accessSameDomain":"à¶à¶à¶¸ à·à·à¶¸à·","alignAbsBottom":"පà¶à·à¶½","alignAbsMiddle":"Abs ","alignBaseline":"පà·à¶¯ රà·à¶à·à·","alignTextTop":"à·à¶à¶±à·à¶à·à¶º à¶à·à¶½","bgcolor":"පà·à·à¶¶à·à¶¸à· à·à¶»à·à¶«à¶º","chkFull":"පà·à¶»à·à¶« à¶à·à¶»à¶º à·à¶¯à·à· චà·à·à¶»","chkLoop":"පà·à¶©à·à·","chkMenu":"à·à¶à·à¶»à·à¶º බබලන මà·à¶±à·à·","chkPlay":"à·à·à·à¶ºà¶à¶à·à¶»à·à¶º à¶à·à¶»à·à¶ºà·à¶à·à¶¸à¶ à·à·à¶¸","flashvars":"à·à·à¶±à·à·à·à¶± දà¶à·à¶","hSpace":"HSpace","properties":"බබලන à¶à·à¶«","propertiesTab":"à¶à·à¶«","quality":"à¶à¶à·à·à¶º","qualityAutoHigh":"à·à·à·à¶ºà¶à¶à·à¶»à·à¶º ","qualityAutoLow":" à·à·à·à¶ºà¶à¶à·à¶»à·à¶º ","qualityBest":"à·à¶©à·à¶à· à¶à·à¶½à¶´à·à¶±","qualityHigh":"à¶à·à· ","qualityLow":"පà·à· ","qualityMedium":"මධà·à¶º","scale":"පරà·à¶¸à·à¶«","scaleAll":"à·à·à¶ºà¶½à·à¶½ ","scaleFit":"à·à¶»à·à¶ºà¶§à¶¸ à¶à·à¶½à¶´à·à¶±","scaleNoBorder":"මà·à¶à¶¸à· නà·à¶¸à·à¶à·","title":"බබලන ","vSpace":"VSpace","validateHSpace":"HSpace à·à¶à¶à·à¶ºà·à·à¶à· à·à·à¶º යà·à¶à·à¶º.","validateSrc":"URL à·à·à·à· නà·à·à·à¶º ","validateVSpace":"VSpace à·à¶à¶à·à¶ºà·à·à¶à· à·à·à¶º යà·à¶à·à¶º","windowMode":"ජනà·à¶½ à¶à·à¶»à¶¸à¶º","windowModeOpaque":"à·à·à¶±à·à·à·à¶¯ පà·à¶±à·à¶±","windowModeTransparent":"à·à·à¶±à·à·à·à¶¯ පà·à¶±à·à¶±","windowModeWindow":"ජනà·à¶½"},"font":{"fontSize":{"label":"à·à·à·à·à¶½à¶à·à·à¶º","voiceLabel":"චà¶à·à·à¶» à·à·à·à·à¶½à¶à·à·à¶º","panelTitle":"චà¶à·à·à¶» à·à·à·à·à¶½à¶à·à·à¶º"},"label":"චà¶à·à·à¶»à¶º","panelTitle":"චà¶à·à·à¶» නà·à¶¸à¶º","voiceLabel":"චà¶à·à·à¶»"},"forms":{"button":{"title":"බà·à¶à·à¶à¶¸à· à¶à·à¶«","text":"à·à¶à¶±à·à¶à·à¶º(à·à¶§à·à¶±à·à¶à¶¸)","type":"à·à¶»à·à¶à¶º","typeBtn":"බà·à¶à·à¶à¶¸","typeSbm":"යà·à¶¸à·à¶à¶»à¶±à·à·","typeRst":"නà·à·à¶ à¶à¶»à¶¸à·à¶·à¶à¶à¶à·à·à¶ºà¶§ පà¶à· à¶à¶»à¶±à·à·"},"checkboxAndRadio":{"checkboxTitle":"ලà¶à·à¶«à· à¶à·à¶»à·à¶¸à· à¶à·à¶§à·à·à· ලà¶à·à·à¶«","radioTitle":"Radio Button Properties","value":"Value","selected":"Selected"},"form":{"title":"පà·à¶»à¶¸à¶ºà· ","menu":"පà·à¶»à¶¸à¶ºà· à¶à·à¶«/","action":"à¶à¶±à·à¶±à· පà·à¶ºà·à¶»","method":"à¶à·à¶»à¶¸à¶º","encoding":"à¶à·à¶à·à¶à¶»à¶«à¶º"},"hidden":{"title":"à·à·à¶à·à·à¶«à· පà·à¶»à¶¯à·à·à¶ºà· ","name":"නම","value":"Value"},"select":{"title":"à¶à·à¶»à·à¶¸à· පà·à¶»à¶¯à·à·à¶ºà· ","selectInfo":"à·à·à·à·à¶à¶» à¶à·à¶»à¶±à·à¶±","opAvail":"à¶à¶à·à¶»à·à·à· à¶à¶à· à·à·à¶à¶½à·à¶´","value":"Value","size":"à·à·à·à·à¶½à¶à·à·à¶º","lines":"lines","chkMulti":"Allow multiple selections","opText":"Text","opValue":"Value","btnAdd":"Add","btnModify":"Modify","btnUp":"Up","btnDown":"Down","btnSetValue":"Set as selected value","btnDelete":"මà¶à· දà·à¶¸à·à¶¸"},"textarea":{"title":"Textarea Properties","cols":"à·à·à¶»à·à· ","rows":"Rows"},"textfield":{"title":"Text Field Properties","name":"නම","value":"Value","charWidth":"Character Width","maxChars":"Maximum Characters","type":"à·à¶»à·à¶à¶º","typeText":"Text","typePass":"Password","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"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":"à¶à·à¶»à·à· රà·à¶à·à·à¶à· à¶à¶à·à¶½à¶à· à¶à¶»à¶±à·à¶±"},"iframe":{"border":"à·à·à¶à·à¶½à·à¶½à· à¶à¶©à¶ºà·à¶¸à· ","noUrl":"à¶à¶»à·à¶«à·à¶à¶» රà·à¶´à¶ºà· URL ලà·à¶ºà¶±à·à¶±","scrolling":"à·à¶à·à¶à·à¶»à·à¶º à¶à¶»à¶±à·à¶±","title":"IFrame Properties","toolbar":"IFrame"},"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":"චà¶à¶» පරà¶à¶»à¶º චඩà·à¶à¶»à¶±à·à¶±"},"smiley":{"options":"à·à·à·à·à¶º à·à·à¶à¶½à·à¶´","title":"à·à·à·à·à¶ºà¶±à· à¶à¶à·à¶½à¶à· à¶à·à¶»à·à¶¸","toolbar":"à·à·à·à·à¶ºà¶±à·"},"justify":{"block":"Justify","center":"මධà·à¶º","left":"Align Left","right":"Align Right"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"පà·à¶»à·à·à· යà¶à·à¶»","advanced":"දà·à¶º","advisoryContentType":"à¶à¶´à¶¯à·à·à·à¶à·à¶¸à¶ චනà·à¶à¶»à·à¶à¶ à¶à¶à·à¶»à¶º","advisoryTitle":"à¶à¶´à¶¯à·à·à·à¶à·à¶¸à¶ නà·à¶¸à¶º","anchor":{"toolbar":"à¶à¶°à·à¶»à¶º","menu":"à¶à¶°à·à¶»à¶º à·à·à¶±à·à· à¶à·à¶»à·à¶¸","title":"à¶à¶°à·à¶»à¶ ","name":"à¶à¶°à·à¶»à¶à¶ºà· නà·à¶¸à¶º","errorName":"à¶à¶»à·à¶«à·à¶à¶» à¶à¶°à·à¶»à¶à¶ºà· නà·à¶¸à¶º à¶à¶à·à¶½à· à¶à¶»à¶±à·à¶±","remove":"à¶à¶°à·à¶»à¶à¶º à¶à·à¶à· à¶à·à¶»à·à¶¸"},"anchorId":"By Element Id","anchorName":"By Anchor Name","charset":"Linked Resource Charset","cssClasses":"à·à·à¶½à·à·à¶´à¶à·à¶» පනà·à¶à·à¶º","emailAddress":"E-Mail Address","emailBody":"Message Body","emailSubject":"Message Subject","id":"චà¶à¶à¶º","info":"Link Info","langCode":"භà·à·à· à¶à·à¶à¶º","langDir":"භà·à·à· දà·à·à·à·","langDirLTR":"à·à¶¸à·à·à·à¶§ දà¶à·à¶«à·à¶§","langDirRTL":"දà¶à·à¶«à· à·à·à¶§ à·à¶¸à¶§","menu":"Edit Link","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":"à·à·à¶½à·à·à¶º","tabIndex":"Tab Index","target":"චරමà·à¶«","targetFrame":"<frame>","targetFrameName":"Target Frame Name","targetPopup":"<popup window>","targetPopupName":"Popup Window Name","title":"à·à¶¶à·à¶³à·à¶º","toAnchor":"Link to anchor in the text","toEmail":"E-mail","toUrl":"URL","toolbar":"à·à¶¶à·à¶³à·à¶º","type":"Link Type","unlink":"Unlink","upload":"à¶à¶©à·à¶à¶à¶à·à¶»à·à¶¸"},"list":{"bulletedlist":"à¶à¶à·à¶½à¶à· / à¶à·à¶à· à¶à·à¶»à·à¶¸ ලà¶à·à·à¶à·à·","numberedlist":"à¶à¶à·à¶½à¶à· / à¶à·à¶à· à¶à·à¶»à·à¶¸ චනà·à¶±à·à¶à·à¶ ලà¶à·à·à¶à·à·"},"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":"à¶à·à·à·à·à¶à·à¶¸ නà·à·à·","notset":"<යà·à¶¯à· >","numberedTitle":"Numbered List Properties","square":"Square","start":"Start","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":"චà·à¶¯à¶º à¶à¶à·à¶½à¶à· à¶à¶»à¶±à·à¶±"},"maximize":{"maximize":"à·à·à·à·à¶½ à¶à·à¶»à·à¶¸","minimize":"à¶à·à¶©à· à¶à·à¶»à·à¶¸"},"newpage":{"toolbar":"න෠පà·à¶§à·à·à¶à·"},"pagebreak":{"alt":"පà·à¶§à· බà·à¶¯à·à¶¸","toolbar":"මà·à¶¯à·à¶»à¶«à¶º à·à¶³à·à· පà·à¶§à· බà·à¶¯à·à¶¸à¶à· à¶à¶à·à¶½à¶à· à¶à¶»à¶±à·à¶±"},"pastetext":{"button":"à·à·à¶¸à·à¶±à·à¶º චà¶à·à·à¶» ලà·à· චලà·à¶±à·à¶±","title":"à·à·à¶¸à·à¶±à·à¶º චà¶à·à·à¶» ලà·à· චලà·à¶±à·à¶±"},"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":"à·à¶ න à·à¶½à·à¶±à· චලà·à¶±à·à¶±","toolbar":"à·à¶ න à·à¶½à·à¶±à· චලà·à¶±à·à¶±"},"preview":{"preview":"නà·à·à¶ "},"print":{"toolbar":"මà·à¶¯à·à¶»à¶«à¶º à¶à¶»à¶±à·à¶±"},"removeformat":{"toolbar":"à·à·à¶à·à·à¶¸ à·à·à¶±à·à· à¶à¶»à¶±à·à¶±"},"save":{"toolbar":"à¶à¶»à¶à·à·à· à¶à¶»à¶±à·à¶±"},"selectall":{"toolbar":"à·à·à¶ºà¶½à·à¶½à¶¸ "},"showblocks":{"toolbar":"à¶à·à¶§à· පà·à¶±à·à¶±à¶±à·à¶±"},"sourcearea":{"toolbar":"මà·à¶½à·à·à·à¶»à¶º"},"specialchar":{"options":"à·à·à·à·à· à¶à·à¶«à·à¶à¶ à·à·à¶à¶½à·à¶´","title":"à·à·à·à·à· à¶à·à¶«à·à¶à¶ ","toolbar":"à·à·à·à·à· à¶à·à¶«à·à¶à¶ à¶à¶à·à¶½à¶à· "},"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":"à·à·à¶½à·à·à¶º","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"table":{"border":"à·à·à¶¸à·à·à·à¶½ à·à·à·à·à¶½à¶à·à·à¶º","caption":"Caption","cell":{"menu":"à¶à·à¶§à·à·","insertBefore":"පà·à¶» à¶à·à¶§à·à·à¶à· à¶à¶à·à¶½à·à¶à·à¶»à·à¶¸","insertAfter":"පà·à·à· à¶à·à¶§à·à·à¶à· à¶à¶à·à¶½à¶à· ","deleteCell":"à¶à·à¶§à·à· මà·à¶à·à¶¸","merge":"à¶à·à¶§à· à¶à¶à¶§ යà·à¶à·à¶»à·à¶¸","mergeRight":"දà¶à·à¶«à¶§ ","mergeDown":"පà·à¶½à¶§ ","splitHorizontal":"à¶à·à¶»à·à·à· à¶à·à¶§à· පà·à¶à·à¶»à·à¶¸","splitVertical":"à·à·à¶»à·à·à· à¶à·à¶§à· පà·à¶à·à¶»à·à¶¸","title":"à¶à·à¶§à· ","cellType":"à¶à·à¶§à· à·à¶»à·à¶à¶º","rowSpan":"පà·à· ෠ප෠ල","colSpan":"à·à·à¶»à·à· ප෠ල","wordWrap":"à·à¶ න à¶à·à¶½à¶´à·à¶¸","hAlign":"à¶à·à¶»à·à·à· ","vAlign":"à·à·à¶»à·à·à· ","alignBaseline":"පà·à¶¯ රà·à¶à·à·","bgColor":"පà·à·à¶¶à·à¶¸à· à·à¶»à·à¶«à¶º","borderColor":"මà·à¶ºà·à¶¸à· ","data":"Data","header":"à·à·à¶»à·à·à¶","yes":"à¶à·à·","no":"නà·à¶","invalidWidth":"à¶à·à¶§à· ප෠ල à·à¶à¶à·à¶ºà·à¶à·à¶¸à¶ à·à¶§à·à¶±à·à¶à¶¸à¶à· à·à·à¶º යà·à¶à·à¶º","invalidHeight":"à¶à·à¶§à· à¶à· à·à¶à¶à·à¶ºà·à¶à·à¶¸à¶ à·à¶§à·à¶±à·à¶à¶¸à¶à· à·à·à¶º යà·à¶à·à¶º","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"à¶à·à¶»à¶±à·à¶±"},"cellPad":"Cell padding","cellSpace":"Cell spacing","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"Delete Columns"},"columns":"à·à·à¶»à·à· ","deleteTable":"à·à¶à·à· මà¶à¶±à·à¶±","headers":"à·à·à¶»à·à·à¶","headersBoth":"දà·à¶à¶¸","headersColumn":"ප෠ම෠à·à·à¶»à·à· à¶à·à¶»à·à·","headersNone":"à¶à·à·à·à·à¶à·à¶¸ නà·à·à·","headersRow":"ප෠ම෠පà·à· à·à¶º","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":"නà·à·à¶ à¶à·à¶»à·à¶¸","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 diff --git a/skins/ckeditor/lang/sk.js b/skins/ckeditor/lang/sk.js index 22e2b82..8df93c2 100644 --- a/skins/ckeditor/lang/sk.js +++ b/skins/ckeditor/lang/sk.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.sk={dir:'ltr',editorTitle:'Rich text editor, %1, stlaÄte ALT 0 pre nápovedu.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Zdroj',newPage:'Nová stránka',save:'UložiÅ¥',preview:'Náhľad',cut:'Vystrihnúť',copy:'KopÃrovaÅ¥',paste:'VložiÅ¥',print:'TlaÄ',underline:'PodÄiarknuté',bold:'TuÄné',italic:'KurzÃva',selectAll:'VybraÅ¥ vÅ¡etko',removeFormat:'OdstrániÅ¥ formátovanie',strike:'PreÄiarknuté',subscript:'Dolný index',superscript:'Horný index',horizontalrule:'VložiÅ¥ vodorovnú Äiaru',pagebreak:'VložiÅ¥ oddeľovaÄ stránky',pagebreakAlt:'Zalomenie strany',unlink:'OdstrániÅ¥ odkaz',undo:'Späť',redo:'Znovu',common:{browseServer:'PrechádzaÅ¥ server',url:'URL',protocol:'Protokol',upload:'OdoslaÅ¥',uploadSubmit:'OdoslaÅ¥ na server',image:'Obrázok',flash:'Flash',form:'Formulár',checkbox:'ZaÅ¡krtávacie polÃÄko',radio:'PrepÃnaÄ',textField:'Textové pole',textarea:'Textová oblasÅ¥',hiddenField:'Skryté pole',button:'TlaÄidlo',select:'Rozbaľovacà zoznam',imageButton:'Obrázkové tlaÄidlo',notSet:'<nenastavené>',id:'Id',name:'Meno',langDir:'Orientácia jazyka',langDirLtr:'Zľava doprava (LTR)',langDirRtl:'Sprava doľava (RTL)',langCode:'Kód jazyka',longDescr:'Dlhý popis URL',cssClass:'Trieda Å¡týlu',advisoryTitle:'Pomocný titulok',cssStyle:'Å týl',ok:'OK',cancel:'ZruÅ¡iÅ¥',close:'Zatvorit',preview:'Náhľad',generalTab:'Hlavné',advancedTab:'RozÅ¡Ãrené',validateNumberFailed:'Hodnota nieje ÄÃ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:'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:'Å Ãrka',height:'Výška',align:'Zarovnanie',alignLeft:'Vľavo',alignRight:'Vpravo',alignCenter:'Na stred',alignTop:'Nahor',alignMiddle:'Na stred',alignBottom:'Dole',invalidHeight:'Výška musà byÅ¥ ÄÃslo.',invalidWidth:'Å Ãrka musà byÅ¥ ÄÃslo.',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'VložiÅ¥ Å¡peciálne znaky',title:'Výber Å¡peciálneho znaku',options:'Možnosti Å¡pecÃalneho znaku'},link:{toolbar:'VložiÅ¥/zmeniÅ¥ odkaz',other:'<iný>',menu:'ZmeniÅ¥ odkaz',title:'Odkaz',info:'Informácie o odkaze',target:'Cieľ',upload:'OdoslaÅ¥',advanced:'RozÅ¡Ãrené',type:'Typ odkazu',toUrl:'URL',toAnchor:'Kotva v tejto stránke',toEmail:'E-Mail',targetFrame:'<rámec>',targetPopup:'<vyskakovacie okno>',targetFrameName:'Meno rámu cieľa',targetPopupName:'Názov vyskakovacieho okna',popupFeatures:'Vlastnosti vyskakovacieho okna',popupResizable:'Meniteľná veľkosÅ¥',popupStatusBar:'Stavový riadok',popupLocationBar:'Panel umiestnenia',popupToolbar:'Panel nástrojov',popupMenuBar:'Panel ponuky',popupFullScreen:'Celá obrazovka (IE)',popupScrollBars:'PosuvnÃky',popupDependent:'ZávislosÅ¥ (Netscape)',popupLeft:'Ľavý okraj',popupTop:'Horný okraj',id:'Id',langDir:'Orientácia jazyka',langDirLTR:'Zľava doprava (LTR)',langDirRTL:'Sprava doľava (RTL)',acccessKey:'PrÃstupový kľúÄ',name:'Meno',langCode:'Orientácia jazyka',tabIndex:'Poradie prvku',advisoryTitle:'Pomocný titulok',advisoryContentType:'Pomocný typ obsahu',cssClasses:'Trieda Å¡týlu',charset:'Priradená znaková sada',styles:'Å týl',rel:'Relationship',selectAnchor:'VybraÅ¥ kotvu',anchorName:'Podľa mena kotvy',anchorId:'Podľa Id objektu',emailAddress:'E-Mailová adresa',emailSubject:'Predmet správy',emailBody:'Telo správy',noAnchors:'(V stránke nie je definovaná žiadna kotva)',noUrl:'Zadajte prosÃm URL odkazu',noEmail:'Zadajte prosÃm e-mailovú adresu'},anchor:{toolbar:'VložiÅ¥/zmeniÅ¥ kotvu',menu:'Vlastnosti kotvy',title:'Vlastnosti kotvy',name:'Meno kotvy',errorName:'Zadajte prosÃm meno kotvy',remove:'Remove Anchor'},list:{numberedTitle:'Vlastnosti ÄÃselného zoznamu',bulletedTitle:'Bulleted List Properties',type:'Druh',start:'ZaÄiatok',validateStartNumber:'ZaÄiatoÄné ÄÃslo ÄÃselného zoznamu musà byÅ¥ celé ÄÃslo.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'NájsÅ¥ a nahradiÅ¥',find:'HľadaÅ¥',replace:'NahradiÅ¥',findWhat:'Äo hľadaÅ¥:',replaceWith:'ÄÃm nahradiÅ¥:',notFoundMsg:'Hľadaný text nebol nájdený.',matchCase:'RozliÅ¡ovaÅ¥ malé/veľké pÃsmená',matchWord:'Len celé slová',matchCyclic:'Match cyclic',replaceAll:'NahradiÅ¥ vÅ¡etko',replaceSuccessMsg:'%1 výskyt(ov) nahradených.'},table:{toolbar:'Tabuľka',title:'Vlastnosti tabuľky',menu:'Vlastnosti tabuľky',deleteTable:'VymazaÅ¥ tabuľku',rows:'Riadky',columns:'Stĺpce',border:'OhraniÄenie',widthPx:'pixelov',widthPc:'percent',widthUnit:'width unit',cellSpace:'VzdialenosÅ¥ buniek',cellPad:'Odsadenie obsahu',caption:'Popis',summary:'Prehľad',headers:'HlaviÄka',headersNone:'Žiadne',headersColumn:'Prvý stĺpec',headersRow:'Prvý riadok',headersBoth:'Obe',invalidRows:'PoÄet riadkov musà byÅ¥ ÄÃslo väÄÅ¡ie ako 0.',invalidCols:'PoÄet stĺpcov musà byÅ¥ ÄÃslo väÄÅ¡ie ako 0.',invalidBorder:'Å irka rámu musà byÅ¥ celé ÄÃslo.',invalidWidth:'Å irka tabuľky musà byÅ¥ ÄÃslo.',invalidHeight:'Výška tabuľky musà byÅ¥ ÄÃslo.',invalidCellSpacing:'Medzera mädzi bunkami (spacing) musà byÅ¥ ÄÃslo.',invalidCellPadding:'Odsadenie v bunkách (padding) musà byÅ¥ ÄÃslo.',cell:{menu:'Bunka',insertBefore:'VložiÅ¥ bunku pred',insertAfter:'VložiÅ¥ bunku za',deleteCell:'VymazaÅ¥ bunky',merge:'ZlúÄiÅ¥ bunky',mergeRight:'ZlúÄiÅ¥ doprava',mergeDown:'ZlúÄiÅ¥ dole',splitHorizontal:'RozdeliÅ¥ bunky horizontálne',splitVertical:'RozdeliÅ¥ bunky vertikálne',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'},row:{menu:'Riadok',insertBefore:'VložiÅ¥ riadok za',insertAfter:'VložiÅ¥ riadok pred',deleteRow:'VymazaÅ¥ riadok'},column:{menu:'Stĺpec',insertBefore:'VložiÅ¥ stĺpec za',insertAfter:'VložiÅ¥ stĺpec pred',deleteColumn:'ZmazaÅ¥ stĺpec'}},button:{title:'Vlastnosti tlaÄidla',text:'Text',type:'Typ',typeBtn:'TlaÄidlo',typeSbm:'OdoslaÅ¥',typeRst:'VymazaÅ¥'},checkboxAndRadio:{checkboxTitle:'Vlastnosti zaÅ¡krtávacieho polÃÄka',radioTitle:'Vlastnosti prepÃnaÄa',value:'Hodnota',selected:'Vybrané'},form:{title:'Vlastnosti formulára',menu:'Vlastnosti formulára',action:'Akcie',method:'Metóda',encoding:'Kódovanie'},select:{title:'Vlastnosti rozbaľovacieho zoznamu',selectInfo:'Info',opAvail:'Dostupné možnosti',value:'Hodnota',size:'VeľkosÅ¥',lines:'riadkov',chkMulti:'PovoliÅ¥ viacnásobný výber',opText:'Text',opValue:'Hodnota',btnAdd:'PridaÅ¥',btnModify:'ZmeniÅ¥',btnUp:'Hore',btnDown:'Dole',btnSetValue:'NastaviÅ¥ ako vybranú hodnotu',btnDelete:'ZmazaÅ¥'},textarea:{title:'Vlastnosti textovej oblasti',cols:'Stĺpce',rows:'Riadky'},textfield:{title:'Vlastnosti textového poľa',name:'Názov',value:'Hodnota',charWidth:'Å Ãrka pola (znakov)',maxChars:'Maximálny poÄet znakov',type:'Typ',typeText:'Text',typePass:'Heslo'},hidden:{title:'Vlastnosti skrytého poľa',name:'Názov',value:'Hodnota'},image:{title:'Vlastnosti obrázku',titleButton:'Vlastnosti obrázkového tlaÄidla',menu:'Vlastnosti obrázku',infoTab:'Informácie o obrázku',btnUpload:'OdoslaÅ¥ na server',upload:'OdoslaÅ¥',alt:'AlternatÃvny text',lockRatio:'Zámok',resetSize:'Pôvodná veľkosÅ¥',border:'Okraje',hSpace:'H-medzera',vSpace:'V-medzera',alertUrl:'Zadajte prosÃm URL obrázku',linkTab:'Odkaz',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Vlastnosti Flashu',propertiesTab:'Properties',title:'Vlastnosti Flashu',chkPlay:'Automatické prehrávanie',chkLoop:'Opakovanie',chkMenu:'PovoliÅ¥ Flash Menu',chkFull:'Allow Fullscreen',scale:'Mierka',scaleAll:'ZobraziÅ¥ mierku',scaleNoBorder:'Bez okrajov',scaleFit:'RoztiahnuÅ¥ na celé',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Ãplne dole',alignAbsMiddle:'Do stredu',alignBaseline:'Na základÅu',alignTextTop:'Na horný okraj textu',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Farba pozadia',hSpace:'H-medzera',vSpace:'V-medzera',validateSrc:'Zadajte prosÃm URL odkazu',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Kontrola pravopisu',title:'Spell Check',notAvailable:'Služba práve nieje dostupná.',errorLoading:'Chyba pri naÄÃtanà slovnÃka z adresy: %s.',notInDic:'Nie je v slovnÃku',changeTo:'ZmeniÅ¥ na',btnIgnore:'IgnorovaÅ¥',btnIgnoreAll:'IgnorovaÅ¥ vÅ¡etko',btnReplace:'PrepÃsat',btnReplaceAll:'PrepÃsat vÅ¡etko',btnUndo:'Späť',noSuggestions:'- Žiadny návrh -',progress:'Prebieha kontrola pravopisu...',noMispell:'Kontrola pravopisu dokonÄená: bez chýb',noChanges:'Kontrola pravopisu dokonÄená: žiadne slová nezmenené',oneChange:'Kontrola pravopisu dokonÄená: zmenené jedno slovo',manyChanges:'Kontrola pravopisu dokonÄená: zmenených %1 slov',ieSpellDownload:'Kontrola pravopisu nie je naiÅ¡talovaná. Chcete ju hneÄ stiahnuÅ¥?'},smiley:{toolbar:'SmajlÃky',title:'Vkladanie smajlÃkov',options:'Možnosti smajlÃkov'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'ÄÃslovanie',bulletedlist:'Odrážky',indent:'ZväÄÅ¡iÅ¥ odsadenie',outdent:'ZmenÅ¡iÅ¥ odsadenie',justify:{left:'ZarovnaÅ¥ vľavo',center:'ZarovnaÅ¥ na stred',right:'ZarovnaÅ¥ vpravo',block:'ZarovnaÅ¥ do bloku'},blockquote:'Citácia',clipboard:{title:'VložiÅ¥',cutError:'BezpeÄnostné nastavenia Vášho prehliadaÄa nedovoľujú editoru spustiÅ¥ funkciu pre vystrihnutie zvoleného textu do schránky. ProsÃm vystrihnite zvolený text do schránky pomocou klávesnice (Ctrl/Cmd+X).',copyError:'BezpeÄnostné nastavenia Vášho prehliadaÄa nedovoľujú editoru spustiÅ¥ funkciu pre kopÃrovanie zvoleného textu do schránky. ProsÃm skopÃrujte zvolený text do schránky pomocou klávesnice (Ctrl/Cmd+C).',pasteMsg:'ProsÃm vložte nasledovný rámÄek použitÃm klávesnice (<STRONG>Ctrl/Cmd+V</STRONG>) a stlaÄte <STRONG>OK</STRONG>.',securityMsg:'BezpeÄnostné nastavenia Vášho prehliadaÄa nedovoľujú editoru pristupovaÅ¥ priamo k datám v schránke. MusÃte ich vložiÅ¥ znovu do tohto okna.',pasteArea:'VložiÅ¥ pole'},pastefromword:{confirmCleanup:'Vkladaný text vyzerá byÅ¥ skopÃrovaný z Wordu. Chcete ho automaticky vyÄistiÅ¥ pred vkladanÃm?',toolbar:'VložiÅ¥ z Wordu',title:'VložiÅ¥ z Wordu',error:'Nastala chyba pri Äistenà údajov. Nie je možné vyÄistiÅ¥ vložené údaje.'},pasteText:{button:'VložiÅ¥ ako Äistý text',title:'VložiÅ¥ ako Äistý text'},templates:{button:'Å ablóny',title:'Å ablóny obsahu',options:'Vlastnosti Å¡ablóny',insertOption:'NahradiÅ¥ aktuálny obsah',selectPromptMsg:'ProsÃm vyberte Å¡ablóny na otvorenie v editore<br>(súšasný obsah bude stratený):',emptyListMsg:'(žiadne Å¡ablóny nenájdené)'},showBlocks:'UkázaÅ¥ bloky',stylesCombo:{label:'Å týl',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Formát',panelTitle:'Formát',tag_p:'Normálny',tag_pre:'Formátovaný',tag_address:'Adresa',tag_h1:'Nadpis 1',tag_h2:'Nadpis 2',tag_h3:'Nadpis 3',tag_h4:'Nadpis 4',tag_h5:'Nadpis 5',tag_h6:'Nadpis 6',tag_div:'Odsek (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame - vlastnosti',toolbar:'IFrame',noUrl:'Vložte URL pre iframe',scrolling:'PovoliÅ¥ skrolovanie',border:'ZobraziÅ¥ orámovanie'},font:{label:'PÃsmo',voiceLabel:'Font',panelTitle:'PÃsmo'},fontSize:{label:'VeľkosÅ¥',voiceLabel:'VeľkosÅ¥ pÃsma',panelTitle:'VeľkosÅ¥'},colorButton:{textColorTitle:'Farba textu',bgColorTitle:'Farba pozadia',panelTitle:'Farby',auto:'Automaticky',more:'Viac farieb...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'MaximalizovaÅ¥',minimize:'MinimalizovaÅ¥',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Vlastnosti dokumentu',title:'Vlastnosti dokumentu',design:'Design',meta:'Meta Data',chooseColor:'Choose',other:'<iný>',docTitle:'Titulok',charset:'Kódová stránka',charsetOther:'Iná kódová stránka',charsetASCII:'ASCII',charsetCE:'Stredoeurópske',charsetCT:'ÄÃnÅ¡tina tradiÄná (Big5)',charsetCR:'Cyrillika',charsetGR:'GréÄtina',charsetJP:'JaponÄina',charsetKR:'KorejÄina',charsetTR:'TureÄtina',charsetUN:'Unicode (UTF-8)',charsetWE:'Západná európa',docType:'Typ záhlavia dokumentu',docTypeOther:'Iný typ záhlavia dokumentu',xhtmlDec:'Obsahuje deklarácie XHTML',bgColor:'Farba pozadia',bgImage:'URL adresa obrázku na pozadÃ',bgFixed:'Fixné pozadie',txtColor:'Farba textu',margin:'Okraje stránky',marginTop:'Horný',marginLeft:'Ľavý',marginRight:'Pravý',marginBottom:'Dolný',metaKeywords:'KľúÄové slová pre indexovanie (oddelené Äiarkou)',metaDescription:'Popis stránky',metaAuthor:'Autor',metaCopyright:'Autorské práva',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['sk']={"editor":"Editor formátovaného textu","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"StlaÄte ALT 0 pre nápovedu","browseServer":"PrechádzaÅ¥ server","url":"URL","protocol":"Protokol","upload":"OdoslaÅ¥","uploadSubmit":"OdoslaÅ¥ na server","image":"Obrázok","flash":"Flash","form":"Formulár","checkbox":"ZaÅ¡krtávacie polÃÄko","radio":"PrepÃnaÄ","textField":"Textové pole","textarea":"Textová oblasÅ¥","hiddenField":"Skryté pole","button":"TlaÄidlo","select":"Rozbaľovacà zoznam","imageButton":"Obrázkové tlaÄidlo","notSet":"<nenastavené>","id":"Id","name":"Meno","langDir":"Orientácia jazyka","langDirLtr":"Zľava doprava (LTR)","langDirRtl":"Sprava doľava (RTL)","langCode":"Kód jazyka","longDescr":"Dlhý popis URL","cssClass":"Trieda Å¡týlu","advisoryTitle":"Pomocný titulok","cssStyle":"Å týl","ok":"OK","cancel":"ZruÅ¡iÅ¥","close":"Zatvorit","preview":"Náhľad","resize":"ZmeniÅ¥ veľkosÅ¥","generalTab":"Hlavné","advancedTab":"RozÅ¡Ãrené","validateNumberFailed":"Hodnota nieje ÄÃ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","target":"Cieľ","targetNew":"Nové okno (_blank)","targetTop":"NajvrchnejÅ¡ie okno (_top)","targetSelf":"To isté okno (_self)","targetParent":"RodiÄovské okno (_parent)","langDirLTR":"Zľava doprava (LTR)","langDirRTL":"Sprava doľava (RTL)","styles":"Å týl","cssClasses":"Triedy Å¡týlu","width":"Å Ãrka","height":"Výška","align":"Zarovnanie","alignLeft":"Vľavo","alignRight":"Vpravo","alignCenter":"Na stred","alignTop":"Nahor","alignMiddle":"Na stred","alignBottom":"Dole","invalidValue":"Neplatná hodnota.","invalidHeight":"Výška musà byÅ¥ ÄÃslo.","invalidWidth":"Å Ãrka musà byÅ¥ ÄÃslo.","invalidCssLength":"Å pecifikovaná hodnota pre pole \"%1\" musà byÅ¥ kladné ÄÃslo s alebo bez platnej CSS mernej jednotky (px, %, in, cm, mm, em, ex, pt alebo pc).","invalidHtmlLength":"Å pecifikovaná hodnota pre pole \"%1\" musà byÅ¥ kladné ÄÃslo s alebo bez platnej HTML mernej jednotky (px alebo %).","invalidInlineStyle":"Zadaná hodnota pre inline Å¡týl musà pozostávaÅ¥ s jedného, alebo viac dvojÃc formátu \"názov: hodnota\", oddelených bodkoÄiarkou.","cssLengthTooltip":"Vložte ÄÃslo pre hodnotu v pixeloch alebo ÄÃslo so správnou CSS jednotou (px, %, in, cm, mm, em, ex, pt alebo pc).","unavailable":"%1<span class=\"cke_accessibility\">, nedostupný</span>"},"about":{"copy":"Copyright © $1. VÅ¡etky práva vyhradené.","dlgTitle":"O CKEditor-e","help":"ZaÅ¡krtnite $1 pre pomoc.","moreInfo":"Pre informácie o licenciách, prosÃme, navÅ¡tÃvte naÅ¡u web stránku:","title":"O CKEditor-e","userGuide":"PoužÃvateľská prÃruÄka KCEditor-a"},"basicstyles":{"bold":"TuÄné","italic":"KurzÃva","strike":"PreÄiarknuté","subscript":"Dolný index","superscript":"Horný index","underline":"PodÄiarknuté"},"bidi":{"ltr":"Smer textu zľava doprava","rtl":"Smer textu sprava doľava"},"blockquote":{"toolbar":"Citácia"},"clipboard":{"copy":"KopÃrovaÅ¥","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).","cut":"Vystrihnúť","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).","paste":"VložiÅ¥","pasteArea":"Miesto pre vloženie","pasteMsg":"ProsÃm, vložte nasledovný rámÄek použitÃm klávesnice (<STRONG>Ctrl/Cmd+V</STRONG>) a stlaÄte OK.","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.","title":"VložiÅ¥"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automaticky","bgColorTitle":"Farba pozadia","colors":{"000":"Äierna","800000":"Maroon","8B4513":"Sedlová hnedá","2F4F4F":"Tmavo bridlicovo sivá","008080":"Modrozelená","000080":"Tmavomodrá","4B0082":"Indigo","696969":"Tmavá sivá","B22222":"OhÅová tehlová","A52A2A":"Hnedá","DAA520":"Zlatobyľ","006400":"Tmavá zelená","40E0D0":"Tyrkysová","0000CD":"Stredná modrá","800080":"Purpurová","808080":"Sivá","F00":"Äervená","FF8C00":"Tmavá oranžová","FFD700":"Zlatá","008000":"Zelená","0FF":"Azúrová","00F":"Modrá","EE82EE":"Fialová","A9A9A9":"Tmavá sivá","FFA07A":"Svetlo lososová","FFA500":"Oranžová","FFFF00":"Žltá","00FF00":"Vápenná","AFEEEE":"Svetlo tyrkysová","ADD8E6":"Svetlo modrá","DDA0DD":"Slivková","D3D3D3":"Svetlo sivá","FFF0F5":"Levanduľovo Äervená","FAEBD7":"Antická biela","FFFFE0":"Svetlo žltá","F0FFF0":"Medová","F0FFFF":"Azúrová","F0F8FF":"Alicovo modrá","E6E6FA":"Levanduľová","FFF":"Biela"},"more":"Viac farieb...","panelTitle":"Farby","textColorTitle":"Farba textu"},"colordialog":{"clear":"VyÄistiÅ¥","highlight":"ZvýrazniÅ¥","options":"Možnosti farby","selected":"Vybraná farba","title":"Vyberte farbu"},"templates":{"button":"Å ablóny","emptyListMsg":"(Žiadne Å¡ablóny nedefinované)","insertOption":"NahradiÅ¥ aktuálny obsah","options":"Možnosti Å¡ablóny","selectPromptMsg":"ProsÃm vyberte Å¡ablónu na otvorenie v editore","title":"Å ablóny obsahu"},"contextmenu":{"options":"Možnosti kontextového menu"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Pomocný titulok","cssClassInputLabel":"Triedy Å¡týlu","edit":"UpraviÅ¥ Div","inlineStyleInputLabel":"Inline Å¡týl","langDirLTRLabel":"Zľava doprava (LTR)","langDirLabel":"Smer jazyka","langDirRTLLabel":"Zprava doľava (RTL)","languageCodeInputLabel":"Kód jazyka","remove":"OdstrániÅ¥ Div","styleSelectLabel":"Å týl","title":"VytvoriÅ¥ Div kontajner","toolbar":"VytvoriÅ¥ Div kontajner"},"toolbar":{"toolbarCollapse":"ZbaliÅ¥ liÅ¡tu nástrojov","toolbarExpand":"RozbaliÅ¥ liÅ¡tu nástrojov","toolbarGroups":{"document":"Dokument","clipboard":"Schránka pre kopÃrovanie/Späť","editing":"Upravovanie","forms":"Formuláre","basicstyles":"Základné Å¡týly","paragraph":"Odstavec","links":"Odkazy","insert":"VložiÅ¥","styles":"Å týly","colors":"Farby","tools":"Nástroje"},"toolbars":"LiÅ¡ty nástrojov editora"},"elementspath":{"eleLabel":"Cesta prvkov","eleTitle":"%1 prvok"},"find":{"find":"HľadaÅ¥","findOptions":"NájsÅ¥ možnosti","findWhat":"Äo hľadaÅ¥:","matchCase":"RozliÅ¡ovaÅ¥ malé a veľké pÃsmená","matchCyclic":"CykliÅ¥ zhodu","matchWord":"Len celé slová","notFoundMsg":"Hľadaný text nebol nájdený.","replace":"NahradiÅ¥","replaceAll":"NahradiÅ¥ vÅ¡etko","replaceSuccessMsg":"%1 výskyt(ov) nahradených.","replaceWith":"ÄÃm nahradiÅ¥:","title":"NájsÅ¥ a nahradiÅ¥"},"fakeobjects":{"anchor":"Kotva","flash":"Flash animácia","hiddenfield":"Skryté pole","iframe":"IFrame","unknown":"Neznámy objekt"},"flash":{"access":"PrÃstup skriptu","accessAlways":"Vždy","accessNever":"Nikdy","accessSameDomain":"Rovnaká doména","alignAbsBottom":"Ãplne dole","alignAbsMiddle":"Do stredu","alignBaseline":"Na základnú Äiaru","alignTextTop":"Na horný okraj textu","bgcolor":"Farba pozadia","chkFull":"PovoliÅ¥ zobrazenie na celú obrazovku (fullscreen)","chkLoop":"Opakovanie","chkMenu":"PovoliÅ¥ Flash Menu","chkPlay":"Automatické prehrávanie","flashvars":"Premenné pre Flash","hSpace":"H-medzera","properties":"Vlastnosti Flashu","propertiesTab":"Vlastnosti","quality":"Kvalita","qualityAutoHigh":"Automaticky vysoká","qualityAutoLow":"Automaticky nÃzka","qualityBest":"NajlepÅ¡ia","qualityHigh":"Vysoká","qualityLow":"NÃzka","qualityMedium":"Stredná","scale":"Mierka","scaleAll":"ZobraziÅ¥ vÅ¡etko","scaleFit":"RoztiahnuÅ¥, aby sedelo presne","scaleNoBorder":"Bez okrajov","title":"Vlastnosti Flashu","vSpace":"V-medzera","validateHSpace":"H-medzera musà byÅ¥ ÄÃslo.","validateSrc":"URL nesmie byÅ¥ prázdne.","validateVSpace":"V-medzera musà byÅ¥ ÄÃslo","windowMode":"Mód okna","windowModeOpaque":"Nepriehľadný","windowModeTransparent":"Priehľadný","windowModeWindow":"Okno"},"font":{"fontSize":{"label":"VeľkosÅ¥","voiceLabel":"VeľkosÅ¥ pÃsma","panelTitle":"VeľkosÅ¥ pÃsma"},"label":"Font","panelTitle":"Názov fontu","voiceLabel":"Font"},"forms":{"button":{"title":"Vlastnosti tlaÄidla","text":"Text (Hodnota)","type":"Typ","typeBtn":"TlaÄidlo","typeSbm":"OdoslaÅ¥","typeRst":"ResetovaÅ¥"},"checkboxAndRadio":{"checkboxTitle":"Vlastnosti zaÅ¡krtávacieho polÃÄka","radioTitle":"Vlastnosti prepÃnaÄa (radio button)","value":"Hodnota","selected":"Vybrané (selected)"},"form":{"title":"Vlastnosti formulára","menu":"Vlastnosti formulára","action":"Akcia (action)","method":"Metóda (method)","encoding":"Kódovanie (encoding)"},"hidden":{"title":"Vlastnosti skrytého poľa","name":"Názov (name)","value":"Hodnota"},"select":{"title":"Vlastnosti rozbaľovacieho zoznamu","selectInfo":"Informácie o výbere","opAvail":"Dostupné možnosti","value":"Hodnota","size":"VeľkosÅ¥","lines":"riadkov","chkMulti":"PovoliÅ¥ viacnásobný výber","opText":"Text","opValue":"Hodnota","btnAdd":"PridaÅ¥","btnModify":"UpraviÅ¥","btnUp":"Hore","btnDown":"Dole","btnSetValue":"NastaviÅ¥ ako vybranú hodnotu","btnDelete":"VymazaÅ¥"},"textarea":{"title":"Vlastnosti textovej oblasti (textarea)","cols":"Stĺpcov","rows":"Riadkov"},"textfield":{"title":"Vlastnosti textového poľa","name":"Názov (name)","value":"Hodnota","charWidth":"Å Ãrka poľa (podľa znakov)","maxChars":"Maximálny poÄet znakov","type":"Typ","typeText":"Text","typePass":"Heslo","typeEmail":"Email","typeSearch":"HľadaÅ¥","typeTel":"Telefónne ÄÃslo","typeUrl":"URL"}},"format":{"label":"Formát","panelTitle":"Formát","tag_address":"Adresa","tag_div":"Normálny (DIV)","tag_h1":"Nadpis 1","tag_h2":"Nadpis 2","tag_h3":"Nadpis 3","tag_h4":"Nadpis 4","tag_h5":"Nadpis 5","tag_h6":"Nadpis 6","tag_p":"Normálny","tag_pre":"Formátovaný"},"horizontalrule":{"toolbar":"VložiÅ¥ vodorovnú Äiaru"},"iframe":{"border":"ZobraziÅ¥ rám frame-u","noUrl":"ProsÃm, vložte URL iframe","scrolling":"PovoliÅ¥ skrolovanie","title":"Vlastnosti IFrame","toolbar":"IFrame"},"image":{"alertUrl":"Zadajte prosÃm URL obrázka","alt":"AlternatÃvny text","border":"Rám (border)","btnUpload":"OdoslaÅ¥ to na server","button2Img":"Chcete zmeniÅ¥ vybrané obrázkové tlaÄidlo na jednoduchý obrázok?","hSpace":"H-medzera","img2Button":"Chcete zmeniÅ¥ vybraný obrázok na obrázkové tlaÄidlo?","infoTab":"Informácie o obrázku","linkTab":"Odkaz","lockRatio":"Pomer zámky","menu":"Vlastnosti obrázka","resetSize":"Pôvodná veľkosÅ¥","title":"Vlastnosti obrázka","titleButton":"Vlastnosti obrázkového tlaÄidla","upload":"NahraÅ¥","urlMissing":"Chýba URL zdroja obrázka.","vSpace":"V-medzera","validateBorder":"Rám (border) musà byÅ¥ celé ÄÃslo.","validateHSpace":"H-medzera musà byÅ¥ celé ÄÃslo.","validateVSpace":"V-medzera musà byÅ¥ celé ÄÃslo."},"indent":{"indent":"ZväÄÅ¡iÅ¥ odsadenie","outdent":"ZmenÅ¡iÅ¥ odsadenie"},"smiley":{"options":"Možnosti smajlÃkov","title":"VložiÅ¥ smajlÃka","toolbar":"SmajlÃky"},"justify":{"block":"ZarovnaÅ¥ do bloku","center":"ZarovnaÅ¥ na stred","left":"ZarovnaÅ¥ vľavo","right":"ZarovnaÅ¥ vpravo"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"PrÃstupový kľúÄ","advanced":"RozÅ¡Ãrené","advisoryContentType":"Pomocný typ obsahu","advisoryTitle":"Pomocný titulok","anchor":{"toolbar":"Kotva","menu":"UpraviÅ¥ kotvu","title":"Vlastnosti kotvy","name":"Názov kotvy","errorName":"Zadajte prosÃm názov kotvy","remove":"OdstrániÅ¥ kotvu"},"anchorId":"Podľa Id objektu","anchorName":"Podľa mena kotvy","charset":"Priradená znaková sada","cssClasses":"Triedy Å¡týlu","emailAddress":"E-Mailová adresa","emailBody":"Telo správy","emailSubject":"Predmet správy","id":"Id","info":"Informácie o odkaze","langCode":"Orientácia jazyka","langDir":"Orientácia jazyka","langDirLTR":"Zľava doprava (LTR)","langDirRTL":"Sprava doľava (RTL)","menu":"UpraviÅ¥ odkaz","name":"Názov","noAnchors":"(V dokumente nie sú dostupné žiadne kotvy)","noEmail":"Zadajte prosÃm e-mailovú adresu","noUrl":"Zadajte prosÃm URL odkazu","other":"<iný>","popupDependent":"ZávislosÅ¥ (Netscape)","popupFeatures":"Vlastnosti vyskakovacieho okna","popupFullScreen":"Celá obrazovka (IE)","popupLeft":"Ľavý okraj","popupLocationBar":"Panel umiestnenia (location bar)","popupMenuBar":"Panel ponuky (menu bar)","popupResizable":"Meniteľná veľkosÅ¥ (resizable)","popupScrollBars":"PosuvnÃky (scroll bars)","popupStatusBar":"Stavový riadok (status bar)","popupToolbar":"Panel nástrojov (toolbar)","popupTop":"Horný okraj","rel":"VzÅ¥ah (rel)","selectAnchor":"VybraÅ¥ kotvu","styles":"Å týl","tabIndex":"Poradie prvku (tab index)","target":"Cieľ","targetFrame":"<rámec>","targetFrameName":"Názov rámu cieľa","targetPopup":"<vyskakovacie okno>","targetPopupName":"Názov vyskakovacieho okna","title":"Odkaz","toAnchor":"Odkaz na kotvu v texte","toEmail":"E-mail","toUrl":"URL","toolbar":"Odkaz","type":"Typ odkazu","unlink":"OdstrániÅ¥ odkaz","upload":"NahraÅ¥"},"list":{"bulletedlist":"VložiÅ¥/OdstrániÅ¥ zoznam s odrážkami","numberedlist":"VložiÅ¥/OdstrániÅ¥ ÄÃslovaný zoznam"},"liststyle":{"armenian":"Arménske ÄÃslovanie","bulletedTitle":"Vlastnosti odrážkového zoznamu","circle":"Kruh","decimal":"ÄÃselné (1, 2, 3, atÄ.)","decimalLeadingZero":"ÄÃselné s nulou (01, 02, 03, atÄ.)","disc":"Disk","georgian":"Gregoriánske ÄÃslovanie (an, ban, gan, atÄ.)","lowerAlpha":"Malé latinské (a, b, c, d, e, atÄ.)","lowerGreek":"Malé grécke (alfa, beta, gama, atÄ.)","lowerRoman":"Malé rÃmske (i, ii, iii, iv, v, atÄ.)","none":"NiÄ","notset":"<nenastavené>","numberedTitle":"Vlastnosti ÄÃselného zoznamu","square":"Å tvorec","start":"ZaÄiatok","type":"Typ","upperAlpha":"Veľké latinské (A, B, C, D, E, atÄ.)","upperRoman":"Veľké rÃmske (I, II, III, IV, V, atÄ.)","validateStartNumber":"ZaÄiatoÄné ÄÃslo ÄÃselného zoznamu musà byÅ¥ celé ÄÃslo."},"magicline":{"title":"Sem vložte paragraf"},"maximize":{"maximize":"MaximalizovaÅ¥","minimize":"MinimalizovaÅ¥"},"newpage":{"toolbar":"Nová stránka"},"pagebreak":{"alt":"Zalomenie strany","toolbar":"VložiÅ¥ oddeľovaÄ stránky pre tlaÄ"},"pastetext":{"button":"VložiÅ¥ ako Äistý text","title":"VložiÅ¥ ako Äistý text"},"pastefromword":{"confirmCleanup":"Vkladaný text vyzerá byÅ¥ skopÃrovaný z Wordu. Chcete ho automaticky vyÄistiÅ¥ pred vkladanÃm?","error":"Nebolo možné vyÄistiÅ¥ vložené dáta kvôli internej chybe","title":"VložiÅ¥ z Wordu","toolbar":"VložiÅ¥ z Wordu"},"preview":{"preview":"Náhľad"},"print":{"toolbar":"TlaÄ"},"removeformat":{"toolbar":"OdstrániÅ¥ formátovanie"},"save":{"toolbar":"UložiÅ¥"},"selectall":{"toolbar":"VybraÅ¥ vÅ¡etko"},"showblocks":{"toolbar":"UkázaÅ¥ bloky"},"sourcearea":{"toolbar":"Zdroj"},"specialchar":{"options":"Možnosti Å¡peciálneho znaku","title":"Výber Å¡peciálneho znaku","toolbar":"VložiÅ¥ Å¡peciálny znak"},"scayt":{"about":"O KPPP (Kontrola pravopisu poÄas pÃsania)","aboutTab":"O","addWord":"PridaÅ¥ slovo","allCaps":"IgnorovaÅ¥ slová pÃsané veľkými pÃsmenami","dic_create":"VytvoriÅ¥","dic_delete":"VymazaÅ¥","dic_field_name":"Názov slovnÃka","dic_info":"SpoÄiatku je užÃvateľský slovnÃk uložený v cookie. Cookie vÅ¡ak majú obmedzenú veľkosÅ¥. KeÄ užÃvateľský slovnÃk narastie do bodu, kedy nemôže byÅ¥ uložený v cookie, potom musà byÅ¥ slovnÃk uložený na naÅ¡om serveri. Pre uloženie vášho osobného slovnÃka na náš server by ste mali zadaÅ¥ názov pre váš slovnÃk. Ak už máte uložený slovnÃk, prosÃme, napÃÅ¡te jeho názov a kliknite tlaÄidlo ObnoviÅ¥.","dic_rename":"PremenovaÅ¥","dic_restore":"ObnoviÅ¥","dictionariesTab":"SlovnÃky","disable":"ZakázaÅ¥ KPPP (Kontrola pravopisu poÄas pÃsania)","emptyDic":"Názov slovnÃka by nemal byÅ¥ prázdny.","enable":"PovoliÅ¥ KPPP (Kontrola pravopisu poÄas pÃsania)","ignore":"IgnorovaÅ¥","ignoreAll":"IgnorovaÅ¥ vÅ¡etko","ignoreDomainNames":"IznorovaÅ¥ názvy domén","langs":"Jazyky","languagesTab":"Jazyky","mixedCase":"IgnorovaÅ¥ slová so smieÅ¡anými veľkými a malými pÃsmenami","mixedWithDigits":"IgnorovaÅ¥ slová s ÄÃslami","moreSuggestions":"Viac návrhov","opera_title":"Nepodporované Operou","options":"Možnosti","optionsTab":"Možnosti","title":"Kontrola pravopisu poÄas pÃsania","toggle":"Prepnúť KPPP (Kontrola pravopisu poÄas pÃsania)","noSuggestions":"No suggestion"},"stylescombo":{"label":"Å týly","panelTitle":"Formátovanie Å¡týlov","panelTitle1":"Å týly bloku","panelTitle2":"Vnútroriadkové (inline) Å¡týly","panelTitle3":"Å týly objeku"},"table":{"border":"Å Ãrka rámu (border)","caption":"Popis","cell":{"menu":"Bunka","insertBefore":"VložiÅ¥ bunku pred","insertAfter":"VložiÅ¥ bunku za","deleteCell":"VymazaÅ¥ bunky","merge":"ZlúÄiÅ¥ bunky","mergeRight":"ZlúÄiÅ¥ doprava","mergeDown":"ZlúÄiÅ¥ dole","splitHorizontal":"RozdeliÅ¥ bunky horizontálne","splitVertical":"RozdeliÅ¥ bunky vertikálne","title":"Vlastnosti bunky","cellType":"Typ bunky","rowSpan":"Rozsah riadkov","colSpan":"Rozsah stĺpcov","wordWrap":"Zalomovanie riadkov","hAlign":"Horizontálne zarovnanie","vAlign":"Vertikálne zarovnanie","alignBaseline":"Základná Äiara (baseline)","bgColor":"Farba pozadia","borderColor":"Farba rámu","data":"Dáta","header":"HlaviÄka","yes":"Ãno","no":"Nie","invalidWidth":"Å Ãrka bunky musà byÅ¥ ÄÃslo.","invalidHeight":"Výška bunky musà byÅ¥ ÄÃslo.","invalidRowSpan":"Rozsah riadkov musà byÅ¥ celé ÄÃslo.","invalidColSpan":"Rozsah stĺpcov musà byÅ¥ celé ÄÃslo.","chooseColor":"VybraÅ¥"},"cellPad":"Odsadenie obsahu (cell padding)","cellSpace":"VzdialenosÅ¥ buniek (cell spacing)","column":{"menu":"Stĺpec","insertBefore":"VložiÅ¥ stĺpec pred","insertAfter":"VložiÅ¥ stĺpec po","deleteColumn":"ZmazaÅ¥ stĺpce"},"columns":"Stĺpce","deleteTable":"VymazaÅ¥ tabuľku","headers":"HlaviÄka","headersBoth":"Obe","headersColumn":"Prvý stĺpec","headersNone":"Žiadne","headersRow":"Prvý riadok","invalidBorder":"Å irka rámu musà byÅ¥ ÄÃslo.","invalidCellPadding":"Odsadenie v bunkách (cell padding) musà byÅ¥ kladné ÄÃslo.","invalidCellSpacing":"Medzera mädzi bunkami (cell spacing) musà byÅ¥ kladné ÄÃslo.","invalidCols":"PoÄet stĺpcov musà byÅ¥ ÄÃslo väÄÅ¡ie ako 0.","invalidHeight":"Výška tabuľky musà byÅ¥ ÄÃslo.","invalidRows":"PoÄet riadkov musà byÅ¥ ÄÃslo väÄÅ¡ie ako 0.","invalidWidth":"Å irka tabuľky musà byÅ¥ ÄÃslo.","menu":"Vlastnosti tabuľky","row":{"menu":"Riadok","insertBefore":"VložiÅ¥ riadok pred","insertAfter":"VložiÅ¥ riadok po","deleteRow":"VymazaÅ¥ riadky"},"rows":"Riadky","summary":"Prehľad","title":"Vlastnosti tabuľky","toolbar":"Tabuľka","widthPc":"percent","widthPx":"pixelov","widthUnit":"jednotka Å¡Ãrky"},"undo":{"redo":"Znovu","undo":"Späť"},"wsc":{"btnIgnore":"IgnorovaÅ¥","btnIgnoreAll":"IgnorovaÅ¥ vÅ¡etko","btnReplace":"PrepÃsat","btnReplaceAll":"PrepÃsat vÅ¡etko","btnUndo":"Späť","changeTo":"ZmeniÅ¥ na","errorLoading":"Chyba pri naÄÃtanà slovnÃka z adresy: %s.","ieSpellDownload":"Kontrola pravopisu nie je naiÅ¡talovaná. Chcete ju teraz stiahnuÅ¥?","manyChanges":"Kontrola pravopisu dokonÄená: Bolo zmenených %1 slov","noChanges":"Kontrola pravopisu dokonÄená: Neboli zmenené žiadne slová","noMispell":"Kontrola pravopisu dokonÄená: Neboli nájdené žiadne chyby pravopisu","noSuggestions":"- Žiadny návrh -","notAvailable":"PrepáÄte, ale služba je momentálne nedostupná.","notInDic":"Nie je v slovnÃku","oneChange":"Kontrola pravopisu dokonÄená: Bolo zmenené jedno slovo","progress":"Prebieha kontrola pravopisu...","title":"SkontrolovaÅ¥ pravopis","toolbar":"Kontrola pravopisu"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/sl.js b/skins/ckeditor/lang/sl.js index 0cb50bd..581670c 100644 --- a/skins/ckeditor/lang/sl.js +++ b/skins/ckeditor/lang/sl.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.sl={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Izvorna koda',newPage:'Nova stran',save:'Shrani',preview:'Predogled',cut:'Izreži',copy:'Kopiraj',paste:'Prilepi',print:'Natisni',underline:'PodÄrtano',bold:'Krepko',italic:'LežeÄe',selectAll:'Izberi vse',removeFormat:'Odstrani oblikovanje',strike:'PreÄrtano',subscript:'Podpisano',superscript:'Nadpisano',horizontalrule:'Vstavi vodoravno Ärto',pagebreak:'Vstavi prelom strani',pagebreakAlt:'Page Break',unlink:'Odstrani povezavo',undo:'Razveljavi',redo:'Ponovi',common:{browseServer:'Prebrskaj na strežniku',url:'URL',protocol:'Protokol',upload:'Prenesi',uploadSubmit:'PoÅ¡lji na strežnik',image:'Slika',flash:'Flash',form:'Obrazec',checkbox:'Potrditveno polje',radio:'Izbirno polje',textField:'Vnosno polje',textarea:'Vnosno obmoÄje',hiddenField:'Skrito polje',button:'Gumb',select:'Spustni seznam',imageButton:'Gumb s sliko',notSet:'<ni postavljen>',id:'Id',name:'Ime',langDir:'Smer jezika',langDirLtr:'Od leve proti desni (LTR)',langDirRtl:'Od desne proti levi (RTL)',langCode:'Oznaka jezika',longDescr:'Dolg opis URL-ja',cssClass:'Razred stilne predloge',advisoryTitle:'Predlagani naslov',cssStyle:'Slog',ok:'V redu',cancel:'PrekliÄi',close:'Close',preview:'Preview',generalTab:'SploÅ¡no',advancedTab:'Napredno',validateNumberFailed:'Ta vrednost ni Å¡tevilo.',confirmNewPage:'Vse neshranjene spremembe te vsebine bodo izgubljene. Ali gotovo želiÅ¡ naložiti novo stran?',confirmCancel:'Nekaj možnosti je bilo spremenjenih. Ali gotovo želiÅ¡ zapreti okno?',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:'Å irina',height:'ViÅ¡ina',align:'Poravnava',alignLeft:'Levo',alignRight:'Desno',alignCenter:'Sredinsko',alignTop:'Na vrh',alignMiddle:'V sredino',alignBottom:'Na dno',invalidHeight:'ViÅ¡ina mora biti Å¡tevilo.',invalidWidth:'Å irina mora biti Å¡tevilo.',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 %).',unavailable:'%1<span class="cke_accessibility">, nedosegljiv</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Vstavi posebni znak',title:'Izberi posebni znak',options:'Special Character Options'},link:{toolbar:'Vstavi/uredi povezavo',other:'<drug>',menu:'Uredi povezavo',title:'Povezava',info:'Podatki o povezavi',target:'Cilj',upload:'Prenesi',advanced:'Napredno',type:'Vrsta povezave',toUrl:'URL',toAnchor:'Zaznamek na tej strani',toEmail:'Elektronski naslov',targetFrame:'<okvir>',targetPopup:'<pojavno okno>',targetFrameName:'Ime ciljnega okvirja',targetPopupName:'Ime pojavnega okna',popupFeatures:'ZnaÄilnosti pojavnega okna',popupResizable:'Spremenljive velikosti',popupStatusBar:'Vrstica stanja',popupLocationBar:'Naslovna vrstica',popupToolbar:'Orodna vrstica',popupMenuBar:'Menijska vrstica',popupFullScreen:'Celozaslonska slika (IE)',popupScrollBars:'Drsniki',popupDependent:'Podokno (Netscape)',popupLeft:'Lega levo',popupTop:'Lega na vrhu',id:'Id',langDir:'Smer jezika',langDirLTR:'Od leve proti desni (LTR)',langDirRTL:'Od desne proti levi (RTL)',acccessKey:'Vstopno geslo',name:'Ime',langCode:'Smer jezika',tabIndex:'Å tevilka tabulatorja',advisoryTitle:'Predlagani naslov',advisoryContentType:'Predlagani tip vsebine (content-type)',cssClasses:'Razred stilne predloge',charset:'Kodna tabela povezanega vira',styles:'Slog',rel:'Relationship',selectAnchor:'Izberi zaznamek',anchorName:'Po imenu zaznamka',anchorId:'Po ID-ju elementa',emailAddress:'Elektronski naslov',emailSubject:'Predmet sporoÄila',emailBody:'Vsebina sporoÄila',noAnchors:'(V tem dokumentu ni zaznamkov)',noUrl:'Vnesite URL povezave',noEmail:'Vnesite elektronski naslov'},anchor:{toolbar:'Vstavi/uredi zaznamek',menu:'Lastnosti zaznamka',title:'Lastnosti zaznamka',name:'Ime zaznamka',errorName:'Prosim vnesite ime zaznamka',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Najdi in zamenjaj',find:'Najdi',replace:'Zamenjaj',findWhat:'Najdi:',replaceWith:'Zamenjaj z:',notFoundMsg:'Navedeno besedilo ni bilo najdeno.',matchCase:'Razlikuj velike in male Ärke',matchWord:'Samo cele besede',matchCyclic:'Primerjaj znake v cirilici',replaceAll:'Zamenjaj vse',replaceSuccessMsg:'%1 pojavitev je bilo zamenjano.'},table:{toolbar:'Tabela',title:'Lastnosti tabele',menu:'Lastnosti tabele',deleteTable:'IzbriÅ¡i tabelo',rows:'Vrstice',columns:'Stolpci',border:'Velikost obrobe',widthPx:'pik',widthPc:'procentov',widthUnit:'width unit',cellSpace:'Razmik med celicami',cellPad:'Polnilo med celicami',caption:'Naslov',summary:'Povzetek',headers:'Glave',headersNone:'Brez',headersColumn:'Prvi stolpec',headersRow:'Prva vrstica',headersBoth:'Oboje',invalidRows:'Å tevilo vrstic mora biti veÄje od 0.',invalidCols:'Å tevilo stolpcev mora biti veÄje od 0.',invalidBorder:'Å irina obrobe mora biti Å¡tevilo.',invalidWidth:'Å irina tabele mora biti Å¡tevilo.',invalidHeight:'ViÅ¡ina tabele mora biti Å¡tevilo.',invalidCellSpacing:'Razmik med celicami mora biti Å¡tevilo.',invalidCellPadding:'Zamik celic mora biti Å¡tevilo',cell:{menu:'Celica',insertBefore:'Vstavi celico pred',insertAfter:'Vstavi celico za',deleteCell:'IzbriÅ¡i celice',merge:'Združi celice',mergeRight:'Združi desno',mergeDown:'Druži navzdol',splitHorizontal:'Razdeli celico vodoravno',splitVertical:'Razdeli celico navpiÄno',title:'Lastnosti celice',cellType:'Vrsta celice',rowSpan:'Razpon vrstic',colSpan:'Razpon stolpcev',wordWrap:'Prelom besedila',hAlign:'Vodoravna poravnava',vAlign:'NavpiÄna poravnava',alignBaseline:'Osnovnica',bgColor:'Barva ozadja',borderColor:'Barva obrobe',data:'Podatki',header:'Glava',yes:'Da',no:'Ne',invalidWidth:'Å irina celice mora biti Å¡tevilo.',invalidHeight:'ViÅ¡ina celice mora biti Å¡tevilo.',invalidRowSpan:'Razpon vrstic mora biti celo Å¡tevilo.',invalidColSpan:'Razpon stolpcev mora biti celo Å¡tevilo.',chooseColor:'Izberi'},row:{menu:'Vrstica',insertBefore:'Vstavi vrstico pred',insertAfter:'Vstavi vrstico za',deleteRow:'IzbriÅ¡i vrstice'},column:{menu:'Stolpec',insertBefore:'Vstavi stolpec pred',insertAfter:'Vstavi stolpec za',deleteColumn:'IzbriÅ¡i stolpce'}},button:{title:'Lastnosti gumba',text:'Besedilo (Vrednost)',type:'Tip',typeBtn:'Gumb',typeSbm:'Potrdi',typeRst:'Ponastavi'},checkboxAndRadio:{checkboxTitle:'Lastnosti potrditvenega polja',radioTitle:'Lastnosti izbirnega polja',value:'Vrednost',selected:'Izbrano'},form:{title:'Lastnosti obrazca',menu:'Lastnosti obrazca',action:'Akcija',method:'Metoda',encoding:'Kodiranje znakov'},select:{title:'Lastnosti spustnega seznama',selectInfo:'Podatki',opAvail:'Razpoložljive izbire',value:'Vrednost',size:'Velikost',lines:'vrstic',chkMulti:'Dovoli izbor veÄih vrstic',opText:'Besedilo',opValue:'Vrednost',btnAdd:'Dodaj',btnModify:'Spremeni',btnUp:'Gor',btnDown:'Dol',btnSetValue:'Postavi kot privzeto izbiro',btnDelete:'IzbriÅ¡i'},textarea:{title:'Lastnosti vnosnega obmoÄja',cols:'Stolpcev',rows:'Vrstic'},textfield:{title:'Lastnosti vnosnega polja',name:'Ime',value:'Vrednost',charWidth:'Dolžina',maxChars:'NajveÄje Å¡tevilo znakov',type:'Tip',typeText:'Besedilo',typePass:'Geslo'},hidden:{title:'Lastnosti skritega polja',name:'Ime',value:'Vrednost'},image:{title:'Lastnosti slike',titleButton:'Lastnosti gumba s sliko',menu:'Lastnosti slike',infoTab:'Podatki o sliki',btnUpload:'PoÅ¡lji na strežnik',upload:'PoÅ¡lji',alt:'Nadomestno besedilo',lockRatio:'Zakleni razmerje',resetSize:'Ponastavi velikost',border:'Obroba',hSpace:'Vodoravni razmik',vSpace:'NavpiÄni razmik',alertUrl:'Vnesite URL slike',linkTab:'Povezava',button2Img:'ŽeliÅ¡ pretvoriti izbrani gumb s sliko v preprosto sliko?',img2Button:'ŽeliÅ¡ pretvoriti izbrano sliko v gumb s sliko?',urlMissing:'Manjka vir (URL) slike.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Lastnosti Flash',propertiesTab:'Lastnosti',title:'Lastnosti Flash',chkPlay:'Samodejno predvajaj',chkLoop:'Ponavljanje',chkMenu:'OmogoÄi Flash Meni',chkFull:'Dovoli celozaslonski naÄin',scale:'PoveÄava',scaleAll:'Pokaži vse',scaleNoBorder:'Brez obrobe',scaleFit:'NatanÄno prileganje',access:'Dostop skript',accessAlways:'Vedno',accessSameDomain:'Samo ista domena',accessNever:'Nikoli',alignAbsBottom:'Popolnoma na dno',alignAbsMiddle:'Popolnoma v sredino',alignBaseline:'Na osnovno Ärto',alignTextTop:'Besedilo na vrh',quality:'Kakovost',qualityBest:'NajviÅ¡ja',qualityHigh:'Visoka',qualityAutoHigh:'Samodejno visoka',qualityMedium:'Srednja',qualityAutoLow:'Samodejno nizka',qualityLow:'Nizka',windowModeWindow:'Okno',windowModeOpaque:'Motno',windowModeTransparent:'Prosojno',windowMode:'Vrsta okna',flashvars:'Spremenljivke za Flash',bgcolor:'Barva ozadja',hSpace:'Vodoravni razmik',vSpace:'NavpiÄni razmik',validateSrc:'Vnesite URL povezave',validateHSpace:'Vodoravni razmik mora biti Å¡tevilo.',validateVSpace:'NavpiÄni razmik mora biti Å¡tevilo.'},spellCheck:{toolbar:'Preveri Ärkovanje',title:'Ärkovalnik',notAvailable:'Oprostite, storitev trenutno ni dosegljiva.',errorLoading:'Napaka pri nalaganju storitve programa na naslovu %s.',notInDic:'Ni v slovarju',changeTo:'Spremeni v',btnIgnore:'Prezri',btnIgnoreAll:'Prezri vse',btnReplace:'Zamenjaj',btnReplaceAll:'Zamenjaj vse',btnUndo:'Razveljavi',noSuggestions:'- Ni predlogov -',progress:'Preverjanje Ärkovanja se izvaja...',noMispell:'Ärkovanje je konÄano: Brez napak',noChanges:'Ärkovanje je konÄano: Nobena beseda ni bila spremenjena',oneChange:'Ärkovanje je konÄano: Spremenjena je bila ena beseda',manyChanges:'Ärkovanje je konÄano: Spremenjenih je bilo %1 besed',ieSpellDownload:'Ärkovalnik ni nameÅ¡Äen. Ali ga želite prenesti sedaj?'},smiley:{toolbar:'SmeÅ¡ko',title:'Vstavi smeÅ¡ka',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'OÅ¡tevilÄen seznam',bulletedlist:'OznaÄen seznam',indent:'PoveÄaj zamik',outdent:'ZmanjÅ¡aj zamik',justify:{left:'Leva poravnava',center:'Sredinska poravnava',right:'Desna poravnava',block:'Obojestranska poravnava'},blockquote:'Citat',clipboard:{title:'Prilepi',cutError:'Varnostne nastavitve brskalnika ne dopuÅ¡Äajo samodejnega izrezovanja. Uporabite kombinacijo tipk na tipkovnici (Ctrl/Cmd+X).',copyError:'Varnostne nastavitve brskalnika ne dopuÅ¡Äajo samodejnega kopiranja. Uporabite kombinacijo tipk na tipkovnici (Ctrl/Cmd+C).',pasteMsg:'Prosim prilepite v sleÄi okvir s pomoÄjo tipkovnice (<STRONG>Ctrl/Cmd+V</STRONG>) in pritisnite <STRONG>V redu</STRONG>.',securityMsg:'Zaradi varnostnih nastavitev vaÅ¡ega brskalnika urejevalnik ne more neposredno dostopati do odložiÅ¡Äa. Vsebino odložiÅ¡Äa ponovno prilepite v to okno.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Prilepi iz Worda',title:'Prilepi iz Worda',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Prilepi kot golo besedilo',title:'Prilepi kot golo besedilo'},templates:{button:'Predloge',title:'Vsebinske predloge',options:'Template Options',insertOption:'Zamenjaj trenutno vsebino',selectPromptMsg:'Izberite predlogo, ki jo želite odpreti v urejevalniku<br>(trenutna vsebina bo izgubljena):',emptyListMsg:'(Ni pripravljenih predlog)'},showBlocks:'Prikaži ograde',stylesCombo:{label:'Slog',panelTitle:'Formatting Styles',panelTitle1:'Slogi odstavkov',panelTitle2:'Slogi besedila',panelTitle3:'Slogi objektov'},format:{label:'Oblika',panelTitle:'Oblika',tag_p:'Navaden',tag_pre:'Oblikovan',tag_address:'Napis',tag_h1:'Naslov 1',tag_h2:'Naslov 2',tag_h3:'Naslov 3',tag_h4:'Naslov 4',tag_h5:'Naslov 5',tag_h6:'Naslov 6',tag_div:'Navaden (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Pisava',voiceLabel:'Pisava',panelTitle:'Pisava'},fontSize:{label:'Velikost',voiceLabel:'Velikost',panelTitle:'Velikost'},colorButton:{textColorTitle:'Barva besedila',bgColorTitle:'Barva ozadja',panelTitle:'Colors',auto:'Samodejno',more:'VeÄ barv...'},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'},scayt:{title:'Ärkovanje med tipkanjem',opera_title:'Not supported by Opera',enable:'OmogoÄi SCAYT',disable:'OnemogoÄi SCAYT',about:'O storitvi SCAYT',toggle:'Preklopi SCAYT',options:'Možnosti',langs:'Jeziki',moreSuggestions:'VeÄ predlogov',ignore:'Prezri',ignoreAll:'Prezri vse',addWord:'Dodaj besedo',emptyDic:'Ime slovarja ne more biti prazno.',optionsTab:'Možnosti',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Jeziki',dictionariesTab:'Slovarji',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'O storitvi'},about:{title:'O programu CKEditor',dlgTitle:'O programu CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Za informacijo o licenci prostim obiÅ¡Äite naÅ¡o spletno stran:',copy:'Copyright © $1. Vse pravice pridržane.'},maximize:'Maksimiraj',minimize:'Minimiraj',fakeobjects:{anchor:'Sidro',flash:'Flash animacija',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Neznan objekt'},resize:'Potegni za spremembo velikosti',colordialog:{title:'Izberi barvo',options:'Color Options',highlight:'Poudarjeno',selected:'Izbrano',clear:'PoÄisti'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Lastnosti dokumenta',title:'Lastnosti dokumenta',design:'Design',meta:'Meta podatki',chooseColor:'Izberi',other:'<drug>',docTitle:'Naslov strani',charset:'Kodna tabela',charsetOther:'Druga kodna tabela',charsetASCII:'ASCII',charsetCE:'Srednjeevropsko',charsetCT:'Tradicionalno Kitajsko (Big5)',charsetCR:'Cirilica',charsetGR:'GrÅ¡ko',charsetJP:'Japonsko',charsetKR:'Korejsko',charsetTR:'TurÅ¡ko',charsetUN:'Unicode (UTF-8)',charsetWE:'Zahodnoevropsko',docType:'Glava tipa dokumenta',docTypeOther:'Druga glava tipa dokumenta',xhtmlDec:'Vstavi XHTML deklaracije',bgColor:'Barva ozadja',bgImage:'URL slike za ozadje',bgFixed:'NepremiÄno ozadje',txtColor:'Barva besedila',margin:'Zamiki strani',marginTop:'Na vrhu',marginLeft:'Levo',marginRight:'Desno',marginBottom:'Spodaj',metaKeywords:'KljuÄne besede (loÄene z vejicami)',metaDescription:'Opis strani',metaAuthor:'Avtor',metaCopyright:'Avtorske pravice',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['sl']={"editor":"Bogat Urejevalnik Besedila","editorPanel":"Rich Text Editor ploÅ¡Äa","common":{"editorHelp":"Pritisnite ALT 0 za pomoÄ","browseServer":"Prebrskaj na strežniku","url":"URL","protocol":"Protokol","upload":"Naloži","uploadSubmit":"PoÅ¡lji na strežnik","image":"Slika","flash":"Flash","form":"Obrazec","checkbox":"Potrditveno polje","radio":"Izbirno polje","textField":"Vnosno polje","textarea":"Vnosno obmoÄje","hiddenField":"Skrito polje","button":"Gumb","select":"Spustno Polje","imageButton":"Slikovni Gumb","notSet":"<ni doloÄen>","id":"Id","name":"Ime","langDir":"Smer jezika","langDirLtr":"Od leve proti desni (LTR)","langDirRtl":"Od desne proti levi (RTL)","langCode":"Koda Jezika","longDescr":"Dolg opis URL-ja","cssClass":"Razred stilne predloge","advisoryTitle":"Predlagani naslov","cssStyle":"Slog","ok":"V redu","cancel":"PrekliÄi","close":"Zapri","preview":"Predogled","resize":"Potegni za spremembo velikosti","generalTab":"SploÅ¡no","advancedTab":"Napredno","validateNumberFailed":"Ta vrednost ni Å¡tevilo.","confirmNewPage":"Vse neshranjene spremembe te vsebine bodo izgubljene. Ali res želite naložiti novo stran?","confirmCancel":"Nekaj možnosti je bilo spremenjenih. Ali res želite zapreti okno?","options":"Možnosti","target":"Cilj","targetNew":"Novo Okno (_blank)","targetTop":"Vrhovno Okno (_top)","targetSelf":"Enako Okno (_self)","targetParent":"MatiÄno Okno (_parent)","langDirLTR":"Od leve proti desni (LTR)","langDirRTL":"Od desne proti levi (RTL)","styles":"Slog","cssClasses":"Razred stilne predloge","width":"Å irina","height":"ViÅ¡ina","align":"Poravnava","alignLeft":"Levo","alignRight":"Desno","alignCenter":"Sredinsko","alignTop":"Na vrh","alignMiddle":"V sredino","alignBottom":"Na dno","invalidValue":"Neveljavna vrednost.","invalidHeight":"ViÅ¡ina mora biti Å¡tevilo.","invalidWidth":"Å irina mora biti Å¡tevilo.","invalidCssLength":"Vrednost doloÄena za \"%1\" polje mora biti pozitivna Å¡tevilka z ali brez veljavne CSS enote za merjenje (px, %, in, cm, mm, em, ex, pt, ali pc).","invalidHtmlLength":"Vrednost doloÄena za \"%1\" polje mora biti pozitivna Å¡tevilka z ali brez veljavne HTML enote za merjenje (px ali %).","invalidInlineStyle":"Vrednost doloÄena za inline slog mora biti sestavljena iz ene ali veÄ tork (tuples) z obliko \"ime : vrednost\", loÄenih z podpiÄji.","cssLengthTooltip":"Vnesite Å¡tevilko za vrednost v slikovnih pikah (pixels) ali Å¡tevilko z veljavno CSS enoto (px, %, in, cm, mm, em, ex, pt, ali pc).","unavailable":"%1<span class=\"cke_accessibility\">, nedosegljiv</span>"},"about":{"copy":"Copyright © $1. Vse pravice pridržane.","dlgTitle":"O programu CKEditor","help":"Preverite $1 za pomoÄ.","moreInfo":"Za informacijo o licenci prosim obiÅ¡Äite naÅ¡o spletno stran:","title":"O programu CKEditor","userGuide":"CKEditor Navodila za Uporabo"},"basicstyles":{"bold":"Krepko","italic":"LežeÄe","strike":"PreÄrtano","subscript":"Podpisano","superscript":"Nadpisano","underline":"PodÄrtano"},"bidi":{"ltr":"Smer besedila od leve proti desni","rtl":"Smer besedila od desne proti levi"},"blockquote":{"toolbar":"Citat"},"clipboard":{"copy":"Kopiraj","copyError":"Varnostne nastavitve brskalnika ne dopuÅ¡Äajo samodejnega kopiranja. Uporabite kombinacijo tipk na tipkovnici (Ctrl/Cmd+C).","cut":"Izreži","cutError":"Varnostne nastavitve brskalnika ne dopuÅ¡Äajo samodejnega izrezovanja. Uporabite kombinacijo tipk na tipkovnici (Ctrl/Cmd+X).","paste":"Prilepi","pasteArea":"Prilepi Prostor","pasteMsg":"Prosim prilepite v sleÄi okvir s pomoÄjo tipkovnice (<STRONG>Ctrl/Cmd+V</STRONG>) in pritisnite <STRONG>V redu</STRONG>.","securityMsg":"Zaradi varnostnih nastavitev vaÅ¡ega brskalnika urejevalnik ne more neposredno dostopati do odložiÅ¡Äa. Vsebino odložiÅ¡Äa ponovno prilepite v to okno.","title":"Prilepi"},"button":{"selectedLabel":"%1 (Izbrano)"},"colorbutton":{"auto":"Samodejno","bgColorTitle":"Barva ozadja","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":"VeÄ barv...","panelTitle":"Colors","textColorTitle":"Barva besedila"},"colordialog":{"clear":"PoÄisti","highlight":"Poudarjeno","options":"Barvne Možnosti","selected":"Izbrano","title":"Izberi barvo"},"templates":{"button":"Predloge","emptyListMsg":"(Ni pripravljenih predlog)","insertOption":"Zamenjaj trenutno vsebino","options":"Možnosti Predloge","selectPromptMsg":"Izberite predlogo, ki jo želite odpreti v urejevalniku<br>(trenutna vsebina bo izgubljena):","title":"Vsebinske predloge"},"contextmenu":{"options":"Možnosti Kontekstnega Menija"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Predlagani naslov","cssClassInputLabel":"Razred stilne predloge","edit":"Uredi Div","inlineStyleInputLabel":"Inline Slog","langDirLTRLabel":"Od leve proti desni (LTR)","langDirLabel":"Smer jezika","langDirRTLLabel":"Od desne proti levi (RTL)","languageCodeInputLabel":"Koda Jezika","remove":"Odstrani Div","styleSelectLabel":"Slog","title":"Ustvari Div Posodo","toolbar":"Ustvari Div Posodo"},"toolbar":{"toolbarCollapse":"SkrÄi Orodno Vrstico","toolbarExpand":"RazÅ¡iri Orodno Vrstico","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":"Urejevalnik orodne vrstice"},"elementspath":{"eleLabel":"Pot elementov","eleTitle":"%1 element"},"find":{"find":"Najdi","findOptions":"Find Options","findWhat":"Najdi:","matchCase":"Razlikuj velike in male Ärke","matchCyclic":"Primerjaj znake v cirilici","matchWord":"Samo cele besede","notFoundMsg":"Navedeno besedilo ni bilo najdeno.","replace":"Zamenjaj","replaceAll":"Zamenjaj vse","replaceSuccessMsg":"%1 pojavitev je bilo zamenjano.","replaceWith":"Zamenjaj z:","title":"Najdi in zamenjaj"},"fakeobjects":{"anchor":"Sidro","flash":"Flash animacija","hiddenfield":"Skrito polje","iframe":"IFrame","unknown":"Neznan objekt"},"flash":{"access":"Dostop skript","accessAlways":"Vedno","accessNever":"Nikoli","accessSameDomain":"Samo ista domena","alignAbsBottom":"Popolnoma na dno","alignAbsMiddle":"Popolnoma v sredino","alignBaseline":"Na osnovno Ärto","alignTextTop":"Besedilo na vrh","bgcolor":"Barva ozadja","chkFull":"Dovoli celozaslonski naÄin","chkLoop":"Ponavljanje","chkMenu":"OmogoÄi Flash Meni","chkPlay":"Samodejno predvajaj","flashvars":"Spremenljivke za Flash","hSpace":"Vodoravni razmik","properties":"Lastnosti Flash","propertiesTab":"Lastnosti","quality":"Kakovost","qualityAutoHigh":"Samodejno visoka","qualityAutoLow":"Samodejno nizka","qualityBest":"NajviÅ¡ja","qualityHigh":"Visoka","qualityLow":"Nizka","qualityMedium":"Srednja","scale":"PoveÄava","scaleAll":"Pokaži vse","scaleFit":"NatanÄno prileganje","scaleNoBorder":"Brez obrobe","title":"Lastnosti Flash","vSpace":"NavpiÄni razmik","validateHSpace":"Vodoravni razmik mora biti Å¡tevilo.","validateSrc":"Vnesite URL povezave","validateVSpace":"NavpiÄni razmik mora biti Å¡tevilo.","windowMode":"Vrsta okna","windowModeOpaque":"Motno","windowModeTransparent":"Prosojno","windowModeWindow":"Okno"},"font":{"fontSize":{"label":"Velikost","voiceLabel":"Velikost","panelTitle":"Velikost"},"label":"Pisava","panelTitle":"Pisava","voiceLabel":"Pisava"},"forms":{"button":{"title":"Lastnosti gumba","text":"Besedilo (Vrednost)","type":"Tip","typeBtn":"Gumb","typeSbm":"Potrdi","typeRst":"Ponastavi"},"checkboxAndRadio":{"checkboxTitle":"Lastnosti potrditvenega polja","radioTitle":"Lastnosti izbirnega polja","value":"Vrednost","selected":"Izbrano"},"form":{"title":"Lastnosti obrazca","menu":"Lastnosti obrazca","action":"Akcija","method":"Metoda","encoding":"Kodiranje znakov"},"hidden":{"title":"Lastnosti skritega polja","name":"Ime","value":"Vrednost"},"select":{"title":"Lastnosti spustnega seznama","selectInfo":"Podatki","opAvail":"Razpoložljive izbire","value":"Vrednost","size":"Velikost","lines":"vrstic","chkMulti":"Dovoli izbor veÄih vrstic","opText":"Besedilo","opValue":"Vrednost","btnAdd":"Dodaj","btnModify":"Spremeni","btnUp":"Gor","btnDown":"Dol","btnSetValue":"Postavi kot privzeto izbiro","btnDelete":"IzbriÅ¡i"},"textarea":{"title":"Lastnosti vnosnega obmoÄja","cols":"Stolpcev","rows":"Vrstic"},"textfield":{"title":"Lastnosti vnosnega polja","name":"Ime","value":"Vrednost","charWidth":"Dolžina","maxChars":"NajveÄje Å¡tevilo znakov","type":"Tip","typeText":"Besedilo","typePass":"Geslo","typeEmail":"E-poÅ¡ta","typeSearch":"Iskanje","typeTel":"Telefonska Å tevilka","typeUrl":"URL"}},"format":{"label":"Oblika","panelTitle":"Oblika","tag_address":"Napis","tag_div":"Navaden (DIV)","tag_h1":"Naslov 1","tag_h2":"Naslov 2","tag_h3":"Naslov 3","tag_h4":"Naslov 4","tag_h5":"Naslov 5","tag_h6":"Naslov 6","tag_p":"Navaden","tag_pre":"Oblikovan"},"horizontalrule":{"toolbar":"Vstavi vodoravno Ärto"},"iframe":{"border":"Pokaži mejo okvira","noUrl":"Prosimo, vnesite iframe URL","scrolling":"OmogoÄi scrollbars","title":"IFrame Lastnosti","toolbar":"IFrame"},"image":{"alertUrl":"Vnesite URL slike","alt":"Nadomestno besedilo","border":"Obroba","btnUpload":"PoÅ¡lji na strežnik","button2Img":"ŽeliÅ¡ pretvoriti izbrani gumb s sliko v preprosto sliko?","hSpace":"Vodoravni razmik","img2Button":"ŽeliÅ¡ pretvoriti izbrano sliko v gumb s sliko?","infoTab":"Podatki o sliki","linkTab":"Povezava","lockRatio":"Zakleni razmerje","menu":"Lastnosti slike","resetSize":"Ponastavi velikost","title":"Lastnosti slike","titleButton":"Lastnosti gumba s sliko","upload":"PoÅ¡lji","urlMissing":"Manjka vir (URL) slike.","vSpace":"NavpiÄni razmik","validateBorder":"Meja mora biti celo Å¡tevilo.","validateHSpace":"HSpace mora biti celo Å¡tevilo.","validateVSpace":"VSpace mora biti celo Å¡tevilo."},"indent":{"indent":"PoveÄaj zamik","outdent":"ZmanjÅ¡aj zamik"},"smiley":{"options":"Možnosti SmeÅ¡ka","title":"Vstavi smeÅ¡ka","toolbar":"SmeÅ¡ko"},"justify":{"block":"Obojestranska poravnava","center":"Sredinska poravnava","left":"Leva poravnava","right":"Desna poravnava"},"language":{"button":"Nastavi jezik","remove":"Odstrani jezik"},"link":{"acccessKey":"Dostopno Geslo","advanced":"Napredno","advisoryContentType":"Predlagani tip vsebine (content-type)","advisoryTitle":"Predlagani naslov","anchor":{"toolbar":"Vstavi/uredi zaznamek","menu":"Lastnosti zaznamka","title":"Lastnosti zaznamka","name":"Ime zaznamka","errorName":"Prosim vnesite ime zaznamka","remove":"Remove Anchor"},"anchorId":"Po ID-ju elementa","anchorName":"Po imenu zaznamka","charset":"Kodna tabela povezanega vira","cssClasses":"Razred stilne predloge","emailAddress":"Elektronski naslov","emailBody":"Vsebina sporoÄila","emailSubject":"Predmet sporoÄila","id":"Id","info":"Podatki o povezavi","langCode":"Smer jezika","langDir":"Smer jezika","langDirLTR":"Od leve proti desni (LTR)","langDirRTL":"Od desne proti levi (RTL)","menu":"Uredi povezavo","name":"Ime","noAnchors":"(V tem dokumentu ni zaznamkov)","noEmail":"Vnesite elektronski naslov","noUrl":"Vnesite URL povezave","other":"<drug>","popupDependent":"Podokno (Netscape)","popupFeatures":"ZnaÄilnosti pojavnega okna","popupFullScreen":"Celozaslonska slika (IE)","popupLeft":"Lega levo","popupLocationBar":"Naslovna vrstica","popupMenuBar":"Menijska vrstica","popupResizable":"Spremenljive velikosti","popupScrollBars":"Drsniki","popupStatusBar":"Vrstica stanja","popupToolbar":"Orodna vrstica","popupTop":"Lega na vrhu","rel":"Odnos","selectAnchor":"Izberi zaznamek","styles":"Slog","tabIndex":"Å tevilka tabulatorja","target":"Cilj","targetFrame":"<okvir>","targetFrameName":"Ime ciljnega okvirja","targetPopup":"<pojavno okno>","targetPopupName":"Ime pojavnega okna","title":"Povezava","toAnchor":"Zaznamek na tej strani","toEmail":"Elektronski naslov","toUrl":"URL","toolbar":"Vstavi/uredi povezavo","type":"Vrsta povezave","unlink":"Odstrani povezavo","upload":"Prenesi"},"list":{"bulletedlist":"OznaÄen seznam","numberedlist":"OÅ¡tevilÄen seznam"},"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":"Vstavite odstavek tukaj"},"maximize":{"maximize":"Maksimiraj","minimize":"Minimiraj"},"newpage":{"toolbar":"Nova stran"},"pagebreak":{"alt":"Prelom Strani","toolbar":"Vstavi prelom strani"},"pastetext":{"button":"Prilepi kot golo besedilo","title":"Prilepi kot golo besedilo"},"pastefromword":{"confirmCleanup":"Besedilo, ki ga želite prilepiti je kopirano iz Word-a. Ali ga želite oÄistiti, preden ga prilepite?","error":"Ni bilo mogoÄe oÄistiti prilepljenih podatkov zaradi notranje napake","title":"Prilepi iz Worda","toolbar":"Prilepi iz Worda"},"preview":{"preview":"Predogled"},"print":{"toolbar":"Natisni"},"removeformat":{"toolbar":"Odstrani oblikovanje"},"save":{"toolbar":"Shrani"},"selectall":{"toolbar":"Izberi vse"},"showblocks":{"toolbar":"Prikaži ograde"},"sourcearea":{"toolbar":"Izvorna koda"},"specialchar":{"options":"Možnosti Posebnega Znaka","title":"Izberi Posebni Znak","toolbar":"Vstavi posebni znak"},"scayt":{"about":"O storitvi SCAYT","aboutTab":"O storitvi","addWord":"Dodaj besedo","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":"Slovarji","disable":"OnemogoÄi SCAYT","emptyDic":"Ime slovarja ne more biti prazno.","enable":"OmogoÄi SCAYT","ignore":"Prezri","ignoreAll":"Prezri vse","ignoreDomainNames":"Ignore Domain Names","langs":"Jeziki","languagesTab":"Jeziki","mixedCase":"Ignore Words with Mixed Case","mixedWithDigits":"Ignore Words with Numbers","moreSuggestions":"VeÄ predlogov","opera_title":"Not supported by Opera","options":"Možnosti","optionsTab":"Možnosti","title":"Ärkovanje med tipkanjem","toggle":"Preklopi SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Slog","panelTitle":"Oblikovalni Stili","panelTitle1":"Slogi odstavkov","panelTitle2":"Slogi besedila","panelTitle3":"Slogi objektov"},"table":{"border":"Velikost obrobe","caption":"Naslov","cell":{"menu":"Celica","insertBefore":"Vstavi celico pred","insertAfter":"Vstavi celico za","deleteCell":"IzbriÅ¡i celice","merge":"Združi celice","mergeRight":"Združi desno","mergeDown":"Druži navzdol","splitHorizontal":"Razdeli celico vodoravno","splitVertical":"Razdeli celico navpiÄno","title":"Lastnosti celice","cellType":"Vrsta celice","rowSpan":"Razpon vrstic","colSpan":"Razpon stolpcev","wordWrap":"Prelom besedila","hAlign":"Vodoravna poravnava","vAlign":"NavpiÄna poravnava","alignBaseline":"Osnovnica","bgColor":"Barva ozadja","borderColor":"Barva obrobe","data":"Podatki","header":"Glava","yes":"Da","no":"Ne","invalidWidth":"Å irina celice mora biti Å¡tevilo.","invalidHeight":"ViÅ¡ina celice mora biti Å¡tevilo.","invalidRowSpan":"Razpon vrstic mora biti celo Å¡tevilo.","invalidColSpan":"Razpon stolpcev mora biti celo Å¡tevilo.","chooseColor":"Izberi"},"cellPad":"Polnilo med celicami","cellSpace":"Razmik med celicami","column":{"menu":"Stolpec","insertBefore":"Vstavi stolpec pred","insertAfter":"Vstavi stolpec za","deleteColumn":"IzbriÅ¡i stolpce"},"columns":"Stolpci","deleteTable":"IzbriÅ¡i tabelo","headers":"Glave","headersBoth":"Oboje","headersColumn":"Prvi stolpec","headersNone":"Brez","headersRow":"Prva vrstica","invalidBorder":"Å irina obrobe mora biti Å¡tevilo.","invalidCellPadding":"Zamik celic mora biti Å¡tevilo","invalidCellSpacing":"Razmik med celicami mora biti Å¡tevilo.","invalidCols":"Å tevilo stolpcev mora biti veÄje od 0.","invalidHeight":"ViÅ¡ina tabele mora biti Å¡tevilo.","invalidRows":"Å tevilo vrstic mora biti veÄje od 0.","invalidWidth":"Å irina tabele mora biti Å¡tevilo.","menu":"Lastnosti tabele","row":{"menu":"Vrstica","insertBefore":"Vstavi vrstico pred","insertAfter":"Vstavi vrstico za","deleteRow":"IzbriÅ¡i vrstice"},"rows":"Vrstice","summary":"Povzetek","title":"Lastnosti tabele","toolbar":"Tabela","widthPc":"procentov","widthPx":"pik","widthUnit":"enota Å¡irine"},"undo":{"redo":"Ponovi","undo":"Razveljavi"},"wsc":{"btnIgnore":"Prezri","btnIgnoreAll":"Prezri vse","btnReplace":"Zamenjaj","btnReplaceAll":"Zamenjaj vse","btnUndo":"Razveljavi","changeTo":"Spremeni v","errorLoading":"Napaka pri nalaganju storitve programa na naslovu %s.","ieSpellDownload":"Ärkovalnik ni nameÅ¡Äen. Ali ga želite prenesti sedaj?","manyChanges":"Ärkovanje je konÄano: Spremenjenih je bilo %1 besed","noChanges":"Ärkovanje je konÄano: Nobena beseda ni bila spremenjena","noMispell":"Ärkovanje je konÄano: Brez napak","noSuggestions":"- Ni predlogov -","notAvailable":"Oprostite, storitev trenutno ni dosegljiva.","notInDic":"Ni v slovarju","oneChange":"Ärkovanje je konÄano: Spremenjena je bila ena beseda","progress":"Preverjanje Ärkovanja se izvaja...","title":"Ärkovalnik","toolbar":"Preveri Ärkovanje"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/sq.js b/skins/ckeditor/lang/sq.js new file mode 100644 index 0000000..c28620d --- /dev/null +++ b/skins/ckeditor/lang/sq.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.lang['sq']={"editor":"Redaktues i Pasur Teksti","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Shtyp ALT 0 për ndihmë","browseServer":"Shfleto në Server","url":"URL","protocol":"Protokolli","upload":"Ngarko","uploadSubmit":"Dërgo në server","image":"Imazh","flash":"Objekt flash","form":"Formular","checkbox":"Checkbox","radio":"Buton radio","textField":"Fushë tekst","textarea":"Hapësirë tekst","hiddenField":"Fushë e fshehur","button":"Buton","select":"Menu zgjedhjeje","imageButton":"Buton imazhi","notSet":"<e pazgjedhur>","id":"Id","name":"Emër","langDir":"Kod gjuhe","langDirLtr":"Nga e majta në të djathtë (LTR)","langDirRtl":"Nga e djathta në të majtë (RTL)","langCode":"Kod gjuhe","longDescr":"Përshkrim i hollësishëm","cssClass":"Klasa stili CSS","advisoryTitle":"Titull","cssStyle":"Stil","ok":"OK","cancel":"Anulo","close":"Mbyll","preview":"Parashiko","resize":"Ripërmaso","generalTab":"Të përgjithshme","advancedTab":"Të përparuara","validateNumberFailed":"Vlera e futur nuk është një numër","confirmNewPage":"Ãdo ndryshim që nuk është ruajtur do humbasë. Je i sigurtë që dëshiron të krijosh një faqe të re?","confirmCancel":"Disa opsione kanë ndryshuar. Je i sigurtë që dëshiron ta mbyllësh dritaren?","options":"Opsione","target":"Objektivi","targetNew":"Dritare e re (_blank)","targetTop":"Dritare në plan të parë (_top)","targetSelf":"E njëjta dritare (_self)","targetParent":"Dritarja prind (_parent)","langDirLTR":"Nga e majta në të djathë (LTR)","langDirRTL":"Nga e djathta në të majtë (RTL)","styles":"Stil","cssClasses":"Klasa Stili CSS","width":"Gjerësi","height":"Lartësi","align":"Rreshtim","alignLeft":"Majtas","alignRight":"Djathtas","alignCenter":"Qendër","alignTop":"Lart","alignMiddle":"Në mes","alignBottom":"Poshtë","invalidValue":"Vlerë e pavlefshme","invalidHeight":"Lartësia duhet të jetë një numër","invalidWidth":"Gjerësia duhet të jetë një numër","invalidCssLength":"Vlera e fushës \"%1\" duhet të jetë një numër pozitiv me apo pa njësi matëse të vlefshme CSS (px, %, in, cm, mm, em, ex, pt ose pc).","invalidHtmlLength":"Vlera e fushës \"%1\" duhet të jetë një numër pozitiv me apo pa njësi matëse të vlefshme HTML (px ose %)","invalidInlineStyle":"Stili inline duhet të jetë një apo disa vlera të formatit \"emër: vlerë\", ndarë nga pikëpresje.","cssLengthTooltip":"Fut një numër për vlerën në pixel apo një numër me një njësi të vlefshme CSS (px, %, in, cm, mm, ex, pt, ose pc).","unavailable":"%1<span class=\"cke_accessibility\">, i padisponueshëm</span>"},"about":{"copy":"Të drejtat e kopjimit © $1. Të gjitha të drejtat e rezervuara.","dlgTitle":"Rreth CKEditor","help":"Kontrollo $1 për ndihmë.","moreInfo":"Për informacione rreth licencave shih faqen tonë:","title":"Rreth CKEditor","userGuide":"Udhëzuesi i Shfrytëzuesit të CKEditor"},"basicstyles":{"bold":"Trash","italic":"Pjerrët","strike":"Nëpërmes","subscript":"Nën-skriptë","superscript":"Super-skriptë","underline":"Nënvijëzuar"},"bidi":{"ltr":"Drejtimi i tekstit nga e majta në të djathtë","rtl":"Drejtimi i tekstit nga e djathta në të majtë"},"blockquote":{"toolbar":"Citatet"},"clipboard":{"copy":"Kopjo","copyError":"Të dhënat e sigurisë së shfletuesit tuaj nuk lejojnë që redaktuesi automatikisht të kryej veprimin e kopjimit. Ju lutemi shfrytëzoni tastierën për këtë veprim (Ctrl/Cmd+C).","cut":"Preje","cutError":"Të dhënat e sigurisë së shfletuesit tuaj nuk lejojnë që redaktuesi automatikisht të kryej veprimin e prerjes. Ju lutemi shfrytëzoni tastierën për këtë veprim (Ctrl/Cmd+X).","paste":"Hidhe","pasteArea":"Hapësira Hedhëse","pasteMsg":"Ju lutemi hidhni brenda kutizës në vijim duke shfrytëzuar tastierën (<strong>Ctrl/Cmd+V</strong>) dhe shtypni Mirë.","securityMsg":"Për shkak të dhënave të sigurisë së shfletuesit tuaj, redaktuesi nuk është në gjendje të i qaset drejtpërdrejtë të dhanve të tabelës suaj të punës. Ju duhet të hidhni atë përsëri në këtë dritare.","title":"Hidhe"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatik","bgColorTitle":"Ngjyra e Prapavijës","colors":{"000":"E zezë","800000":"Ngjyrë gështenjë","8B4513":"Ngjyrë Shale Kafe","2F4F4F":"Ngjyrë Gri të errët ardëz","008080":"Ngjyrë bajukë","000080":"Ngjyrë Marine","4B0082":"Indigo","696969":"Gri e Errët","B22222":"Tullë në Flakë","A52A2A":"Ngjytë Kafe","DAA520":"Shkop i Artë","006400":"E Gjelbër e Errët","40E0D0":"Ngjyrë e Bruztë","0000CD":"E Kaltër e Mesme","800080":"Vjollcë","808080":"Gri","F00":"E Kuqe","FF8C00":"E Portokalltë e Errët","FFD700":"Ngjyrë Ari","008000":"E Gjelbërt","0FF":"Cyan","00F":"E Kaltër","EE82EE":"Vjollcë","A9A9A9":"Gri e Zbehtë","FFA07A":"Salmon i Ndritur","FFA500":"E Portokalltë","FFFF00":"E Verdhë","00FF00":"Ngjyrë Gëlqere","AFEEEE":"Ngjyrë e Bruztë e Zbehtë","ADD8E6":"E Kaltër e Ndritur","DDA0DD":"Ngjyrë Llokumi","D3D3D3":"Gri e Ndritur","FFF0F5":"Ngjyrë Purpur e Skuqur","FAEBD7":"E Bardhë Antike","FFFFE0":"E verdhë e Ndritur","F0FFF0":"Ngjyrë Nektari","F0FFFF":"Ngjyrë Qielli","F0F8FF":"E Kaltër Alice","E6E6FA":"Ngjyrë Purpur e Zbetë","FFF":"E bardhë"},"more":"Më Shumë Ngjyra...","panelTitle":"Ngjyrat","textColorTitle":"Ngjyra e Tekstit"},"colordialog":{"clear":"Pastro","highlight":"Thekso","options":"Përzgjedhjet e Ngjyrave","selected":"Ngjyra e Përzgjedhur","title":"Përzgjidh një ngjyrë"},"templates":{"button":"Shabllonet","emptyListMsg":"(Asnjë shabllon nuk është paradefinuar)","insertOption":"Zëvendëso përmbajtjen aktuale","options":"Opsionet e Shabllonit","selectPromptMsg":"Përzgjidhni shabllonin për të hapur tek redaktuesi","title":"Përmbajtja e Shabllonit"},"contextmenu":{"options":"Mundësitë e Menysë së Kontekstit"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Titull","cssClassInputLabel":"Klasa stili CSS","edit":"Redakto Div","inlineStyleInputLabel":"Stili i brendshëm","langDirLTRLabel":"Nga e majta në të djathë (LTR)","langDirLabel":"Drejtim teksti","langDirRTLLabel":"Nga e djathta në të majtë (RTL)","languageCodeInputLabel":"Kodi i Gjuhës","remove":"Largo Div","styleSelectLabel":"Stil","title":"Krijo Div Përmbajtës","toolbar":"Krijo Div Përmbajtës"},"toolbar":{"toolbarCollapse":"Zvogëlo Shiritin","toolbarExpand":"Zgjero Shiritin","toolbarGroups":{"document":"Dokument","clipboard":"Tabela Punës/Ribëje","editing":"Duke Redaktuar","forms":"Formular","basicstyles":"Stili Bazë","paragraph":"Paragraf","links":"Nyjet","insert":"Shto","styles":"Stil","colors":"Ngjyrat","tools":"Mjetet"},"toolbars":"Shiritet e Redaktuesit"},"elementspath":{"eleLabel":"Rruga e elementeve","eleTitle":"%1 element"},"find":{"find":"Gjej","findOptions":"Gjejë Alternativat","findWhat":"Gjej çka:","matchCase":"Rasti i përputhjes","matchCyclic":"Përputh ciklikun","matchWord":"Përputh fjalën e tërë","notFoundMsg":"Teksti i caktuar nuk mundej të gjendet.","replace":"Zëvendëso","replaceAll":"Zëvendëso të gjitha","replaceSuccessMsg":"%1 rast(e) u zëvendësua(n).","replaceWith":"Zëvendëso me:","title":"Gjej dhe Zëvendëso"},"fakeobjects":{"anchor":"Spirancë","flash":"Objekt flash","hiddenfield":"Fushë e fshehur","iframe":"IFrame","unknown":"Objekt i Panjohur"},"flash":{"access":"Qasja në Skriptë","accessAlways":"Gjithnjë","accessNever":"Asnjëherë","accessSameDomain":"Fusha e Njëjtë","alignAbsBottom":"Abs në Fund","alignAbsMiddle":"Abs në Mes","alignBaseline":"Baza","alignTextTop":"Koka e Tekstit","bgcolor":"Ngjyra e Prapavijës","chkFull":"Lejo Ekran të Plotë","chkLoop":"Përsëritje","chkMenu":"Lejo Menynë për Flash","chkPlay":"Auto Play","flashvars":"Variablat për Flash","hSpace":"Hapësira Horizontale","properties":"Karakteristikat për Flash","propertiesTab":"Karakteristikat","quality":"Kualiteti","qualityAutoHigh":"Automatikisht i Lartë","qualityAutoLow":"Automatikisht i Ulët","qualityBest":"Më i Miri","qualityHigh":"I Lartë","qualityLow":"Më i Ulti","qualityMedium":"I Mesëm","scale":"Shkalla","scaleAll":"Shfaq të Gjitha","scaleFit":"Përputhje të Plotë","scaleNoBorder":"Pa Kornizë","title":"Rekuizitat për Flash","vSpace":"Hapësira Vertikale","validateHSpace":"Hapësira Horizontale duhet të është numër.","validateSrc":"URL nuk duhet mbetur zbrazur.","validateVSpace":"Hapësira Vertikale duhet të është numër.","windowMode":"Window mode","windowModeOpaque":"Errët","windowModeTransparent":"Tejdukshëm","windowModeWindow":"Window"},"font":{"fontSize":{"label":"Madhësia","voiceLabel":"Madhësia e Shkronjës","panelTitle":"Madhësia e Shkronjës"},"label":"Shkronja","panelTitle":"Emri i Shkronjës","voiceLabel":"Shkronja"},"forms":{"button":{"title":"Rekuizitat e Pullës","text":"Teskti (Vlera)","type":"LLoji","typeBtn":"Buton","typeSbm":"Dërgo","typeRst":"Rikthe"},"checkboxAndRadio":{"checkboxTitle":"Rekuizitat e Kutizë Përzgjedhëse","radioTitle":"Rekuizitat e Pullës","value":"Vlera","selected":"Përzgjedhur"},"form":{"title":"Rekuizitat e Formës","menu":"Rekuizitat e Formës","action":"Veprim","method":"Metoda","encoding":"Kodimi"},"hidden":{"title":"Rekuizitat e Fushës së Fshehur","name":"Emër","value":"Vlera"},"select":{"title":"Rekuizitat e Fushës së Përzgjedhur","selectInfo":"Përzgjidh Informacionin","opAvail":"Opsionet e Mundshme","value":"Vlera","size":"Madhësia","lines":"rreshtat","chkMulti":"Lejo përzgjidhje të shumëfishta","opText":"Teksti","opValue":"Vlera","btnAdd":"Vendos","btnModify":"Ndrysho","btnUp":"Sipër","btnDown":"Poshtë","btnSetValue":"Bëje si vlerë të përzgjedhur","btnDelete":"Grise"},"textarea":{"title":"Rekuzitat e Fushës së Tekstit","cols":"Kolonat","rows":"Rreshtat"},"textfield":{"title":"Rekuizitat e Fushës së Tekstit","name":"Emër","value":"Vlera","charWidth":"Gjerësia e Karakterit","maxChars":"Numri maksimal i karaktereve","type":"LLoji","typeText":"Teksti","typePass":"Fjalëkalimi","typeEmail":"Posta Elektronike","typeSearch":"Kërko","typeTel":"Numri i Telefonit","typeUrl":"URL"}},"format":{"label":"Formati","panelTitle":"Formati i Paragrafit","tag_address":"Adresa","tag_div":"Normal (DIV)","tag_h1":"Titulli 1","tag_h2":"Titulli 2","tag_h3":"Titulli 3","tag_h4":"Titulli 4","tag_h5":"Titulli 5","tag_h6":"Titulli 6","tag_p":"Normal","tag_pre":"Formatuar"},"horizontalrule":{"toolbar":"Vendos Vijë Horizontale"},"iframe":{"border":"Shfaq kufirin e kornizës","noUrl":"Ju lutemi shkruani URL-në e iframe-it","scrolling":"Lejo shiritët zvarritës","title":"Karakteristikat e IFrame","toolbar":"IFrame"},"image":{"alertUrl":"Ju lutemi shkruani URL-në e fotos","alt":"Tekst Alternativ","border":"Korniza","btnUpload":"Dërgo në server","button2Img":"Dëshironi të e ndërroni pullën e fotos së selektuar në një foto të thjeshtë?","hSpace":"HSpace","img2Button":"Dëshironi të ndryshoni foton e përzgjedhur në pullë?","infoTab":"Informacione mbi Fotografinë","linkTab":"Nyja","lockRatio":"Mbyll Racionin","menu":"Karakteristikat e Fotografisë","resetSize":"Rikthe Madhësinë","title":"Karakteristikat e Fotografisë","titleButton":"Karakteristikat e Pullës së Fotografisë","upload":"Ngarko","urlMissing":"Mungon URL e burimit të fotografisë.","vSpace":"Hapësira Vertikale","validateBorder":"Korniza duhet të jetë numër i plotë.","validateHSpace":"Hapësira horizontale duhet të jetë numër i plotë.","validateVSpace":"Hapësira vertikale duhet të jetë numër i plotë."},"indent":{"indent":"Rrite Identin","outdent":"Zvogëlo Identin"},"smiley":{"options":"Opsionet e Ikonave","title":"Vendos Ikonë","toolbar":"Ikona"},"justify":{"block":"Zgjero","center":"Qendër","left":"Rreshto majtas","right":"Rreshto Djathtas"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Sipas ID-së së Elementit","advanced":"Të përparuara","advisoryContentType":"Lloji i Përmbajtjes Këshillimore","advisoryTitle":"Titull","anchor":{"toolbar":"Spirancë","menu":"Redakto Spirancën","title":"Anchor Properties","name":"Emri i Spirancës","errorName":"Ju lutemi shkruani emrin e spirancës","remove":"Largo Spirancën"},"anchorId":"Sipas ID-së së Elementit","anchorName":"Sipas Emrit të Spirancës","charset":"Seti i Karaktereve të Burimeve të Nëdlidhura","cssClasses":"Klasa stili CSS","emailAddress":"Posta Elektronike","emailBody":"Trupi i Porosisë","emailSubject":"Titulli i Porosisë","id":"Id","info":"Informacione të Nyjes","langCode":"Kod gjuhe","langDir":"Drejtim teksti","langDirLTR":"Nga e majta në të djathë (LTR)","langDirRTL":"Nga e djathta në të majtë (RTL)","menu":"Redakto Nyjen","name":"Emër","noAnchors":"(Nuk ka asnjë spirancë në dokument)","noEmail":"Ju lutemi shkruani postën elektronike","noUrl":"Ju lutemi shkruani URL-në e nyjes","other":"<tjetër>","popupDependent":"E Varur (Netscape)","popupFeatures":"Karakteristikat e Dritares së Dialogut","popupFullScreen":"Ekran i Plotë (IE)","popupLeft":"Pozita Majtas","popupLocationBar":"Shiriti i Lokacionit","popupMenuBar":"Shiriti i Menysë","popupResizable":"I ndryshueshëm","popupScrollBars":"Scroll Bars","popupStatusBar":"Shiriti i Statutit","popupToolbar":"Shiriti i Mejteve","popupTop":"Top Pozita","rel":"Marrëdhëniet","selectAnchor":"Përzgjidh një Spirancë","styles":"Stil","tabIndex":"Tab Index","target":"Objektivi","targetFrame":"<frame>","targetFrameName":"Emri i Kornizës së Synuar","targetPopup":"<popup window>","targetPopupName":"Emri i Dritares së Dialogut","title":"Nyja","toAnchor":"Lidhu me spirancën në tekst","toEmail":"Posta Elektronike","toUrl":"URL","toolbar":"Nyja","type":"Lloji i Nyjes","unlink":"Largo Nyjen","upload":"Ngarko"},"list":{"bulletedlist":"Vendos/Largo Listën me Pika","numberedlist":"Vendos/Largo Listën me Numra"},"liststyle":{"armenian":"Numërim armenian","bulletedTitle":"Karakteristikat e Listës me Pulla","circle":"Rreth","decimal":"Decimal (1, 2, 3, etj.)","decimalLeadingZero":"Decimal me zerro udhëheqëse (01, 02, 03, etj.)","disc":"Disk","georgian":"Numërim gjeorgjian (an, ban, gan, etj.)","lowerAlpha":"Të vogla alfa (a, b, c, d, e, etj.)","lowerGreek":"Të vogla greke (alpha, beta, gamma, etj.)","lowerRoman":"Të vogla romake (i, ii, iii, iv, v, etj.)","none":"Asnjë","notset":"<e pazgjedhur>","numberedTitle":"Karakteristikat e Listës me Numra","square":"Katror","start":"Fillimi","type":"LLoji","upperAlpha":"Të mëdha alfa (A, B, C, D, E, etj.)","upperRoman":"Të mëdha romake (I, II, III, IV, V, etj.)","validateStartNumber":"Numri i fillimit të listës duhet të është numër i plotë."},"magicline":{"title":"Vendos paragraf këtu"},"maximize":{"maximize":"Zmadho","minimize":"Zvogëlo"},"newpage":{"toolbar":"Faqe e Re"},"pagebreak":{"alt":"Thyerja e Faqes","toolbar":"Vendos Thyerje Faqeje për Shtyp"},"pastetext":{"button":"Hidhe si tekst të thjeshtë","title":"Hidhe si Tekst të Thjeshtë"},"pastefromword":{"confirmCleanup":"Teksti që dëshironi të e hidhni siç duket është kopjuar nga Word-i. Dëshironi të e pastroni para se të e hidhni?","error":"Nuk ishte e mundur të fshiheshin të dhënat e hedhura për shkak të një gabimi të brendshëm","title":"Hidhe nga Word-i","toolbar":"Hidhe nga Word-i"},"preview":{"preview":"Parashiko"},"print":{"toolbar":"Shtype"},"removeformat":{"toolbar":"Largo Formatin"},"save":{"toolbar":"Ruaje"},"selectall":{"toolbar":"Përzgjidh të Gjitha"},"showblocks":{"toolbar":"Shfaq Blloqet"},"sourcearea":{"toolbar":"Burimi"},"specialchar":{"options":"Mundësitë për Karaktere Speciale","title":"Përzgjidh Karakter Special","toolbar":"Vendos Karakter Special"},"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":"Stil","panelTitle":"Stilet e Formatimit","panelTitle1":"Stilet e Bllokut","panelTitle2":"Stili i Brendshëm","panelTitle3":"Stilet e Objektit"},"table":{"border":"Madhësia e kornizave","caption":"Titull","cell":{"menu":"Qeli","insertBefore":"Shto Qeli Para","insertAfter":"Shto Qeli Prapa","deleteCell":"Gris Qelitë","merge":"Bashko Qelitë","mergeRight":"Bashko Djathtas","mergeDown":"Bashko Poshtë","splitHorizontal":"Ndaj Qelinë Horizontalisht","splitVertical":"Ndaj Qelinë Vertikalisht","title":"Rekuizitat e Qelisë","cellType":"Lloji i Qelisë","rowSpan":"Bashko Rreshtat","colSpan":"Bashko Kolonat","wordWrap":"Fund i Fjalës","hAlign":"Bashkimi Horizontal","vAlign":"Bashkimi Vertikal","alignBaseline":"Baza","bgColor":"Ngjyra e Prapavijës","borderColor":"Ngjyra e Kornizave","data":"Të dhënat","header":"Koka","yes":"Po","no":"Jo","invalidWidth":"Gjerësia e qelisë duhet të jetë numër.","invalidHeight":"Lartësia e qelisë duhet të jetë numër.","invalidRowSpan":"Hapësira e rreshtave duhet të jetë numër i plotë.","invalidColSpan":"Hapësira e kolonave duhet të jetë numër i plotë.","chooseColor":"Përzgjidh"},"cellPad":"Mbushja e qelisë","cellSpace":"Hapësira e qelisë","column":{"menu":"Kolona","insertBefore":"Vendos Kolonë Para","insertAfter":"Vendos Kolonë Pas","deleteColumn":"Gris Kolonat"},"columns":"Kolonat","deleteTable":"Gris Tabelën","headers":"Kokat","headersBoth":"Së bashku","headersColumn":"Kolona e parë","headersNone":"Asnjë","headersRow":"Rreshti i Parë","invalidBorder":"Madhësia e kufinjve duhet të jetë numër.","invalidCellPadding":"Mbushja e qelisë duhet të jetë numër pozitiv.","invalidCellSpacing":"Hapësira e qelisë duhet të jetë numër pozitiv.","invalidCols":"Numri i kolonave duhet të jetë numër më i madh se 0.","invalidHeight":"Lartësia e tabelës duhet të jetë numër.","invalidRows":"Numri i rreshtave duhet të jetë numër më i madh se 0.","invalidWidth":"Gjerësia e tabelës duhet të jetë numër.","menu":"Karakteristikat e Tabelës","row":{"menu":"Rreshti","insertBefore":"Shto Rresht Para","insertAfter":"Shto Rresht Prapa","deleteRow":"Gris Rreshtat"},"rows":"Rreshtat","summary":"Përmbledhje","title":"Karakteristikat e Tabelës","toolbar":"Tabela","widthPc":"përqind","widthPx":"piksell","widthUnit":"njësia e gjerësisë"},"undo":{"redo":"Ribëje","undo":"Rizhbëje"},"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 diff --git a/skins/ckeditor/lang/sr-latn.js b/skins/ckeditor/lang/sr-latn.js index 78fa3b7..cb0c897 100644 --- a/skins/ckeditor/lang/sr-latn.js +++ b/skins/ckeditor/lang/sr-latn.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang['sr-latn']={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Kôd',newPage:'Nova stranica',save:'SaÄuvaj',preview:'Izgled stranice',cut:'Iseci',copy:'Kopiraj',paste:'Zalepi',print:'Å tampa',underline:'PodvuÄeno',bold:'Podebljano',italic:'Kurziv',selectAll:'OznaÄi sve',removeFormat:'Ukloni formatiranje',strike:'Precrtano',subscript:'Indeks',superscript:'Stepen',horizontalrule:'Unesi horizontalnu liniju',pagebreak:'Insert Page Break for Printing',pagebreakAlt:'Page Break',unlink:'Ukloni link',undo:'Poni�ti akciju',redo:'Ponovi akciju',common:{browseServer:'Pretraži server',url:'URL',protocol:'Protokol',upload:'PoÅ¡alji',uploadSubmit:'PoÅ¡alji na server',image:'Slika',flash:'FleÅ¡',form:'Forma',checkbox:'Polje za potvrdu',radio:'Radio-dugme',textField:'Tekstualno polje',textarea:'Zona teksta',hiddenField:'Skriveno polje',button:'Dugme',select:'Izborno polje',imageButton:'Dugme sa slikom',notSet:'<nije postavljeno>',id:'Id',name:'Naziv',langDir:'Smer jezika',langDirLtr:'S leva na desno (LTR)',langDirRtl:'S desna na levo (RTL)',langCode:'Kôd jezika',longDescr:'Pun opis URL',cssClass:'Stylesheet klase',advisoryTitle:'Advisory naslov',cssStyle:'Stil',ok:'OK',cancel:'Otkaži',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'Napredni tagovi',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'Å irina',height:'Visina',align:'Ravnanje',alignLeft:'Levo',alignRight:'Desno',alignCenter:'Sredina',alignTop:'Vrh',alignMiddle:'Sredina',alignBottom:'Dole',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Unesi specijalni karakter',title:'Odaberite specijalni karakter',options:'Special Character Options'},link:{toolbar:'Unesi/izmeni link',other:'<оÑÑало>',menu:'Izmeni link',title:'Link',info:'Link Info',target:'Meta',upload:'PoÅ¡alji',advanced:'Napredni tagovi',type:'Vrsta linka',toUrl:'URL',toAnchor:'Sidro na ovoj stranici',toEmail:'E-Mail',targetFrame:'<okvir>',targetPopup:'<popup prozor>',targetFrameName:'Naziv odrediÅ¡nog frejma',targetPopupName:'Naziv popup prozora',popupFeatures:'MoguÄnosti popup prozora',popupResizable:'Resizable',popupStatusBar:'Statusna linija',popupLocationBar:'Lokacija',popupToolbar:'Toolbar',popupMenuBar:'Kontekstni meni',popupFullScreen:'Prikaz preko celog ekrana (IE)',popupScrollBars:'Scroll bar',popupDependent:'Zavisno (Netscape)',popupLeft:'Od leve ivice ekrana (px)',popupTop:'Od vrha ekrana (px)',id:'Id',langDir:'Smer jezika',langDirLTR:'S leva na desno (LTR)',langDirRTL:'S desna na levo (RTL)',acccessKey:'Pristupni taster',name:'Naziv',langCode:'Smer jezika',tabIndex:'Tab indeks',advisoryTitle:'Advisory naslov',advisoryContentType:'Advisory vrsta sadržaja',cssClasses:'Stylesheet klase',charset:'Linked Resource Charset',styles:'Stil',rel:'Relationship',selectAnchor:'Odaberi sidro',anchorName:'Po nazivu sidra',anchorId:'Po Id-ju elementa',emailAddress:'E-Mail adresa',emailSubject:'Naslov',emailBody:'Sadržaj poruke',noAnchors:'(Nema dostupnih sidra)',noUrl:'Unesite URL linka',noEmail:'Otkucajte adresu elektronske pote'},anchor:{toolbar:'Unesi/izmeni sidro',menu:'Osobine sidra',title:'Osobine sidra',name:'Ime sidra',errorName:'Unesite ime sidra',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'Pretraga',replace:'Zamena',findWhat:'Pronadi:',replaceWith:'Zameni sa:',notFoundMsg:'Traženi tekst nije pronaÄen.',matchCase:'Razlikuj mala i velika slova',matchWord:'Uporedi cele reci',matchCyclic:'Match cyclic',replaceAll:'Zameni sve',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Tabela',title:'Osobine tabele',menu:'Osobine tabele',deleteTable:'Delete Table',rows:'Redova',columns:'Kolona',border:'VeliÄina okvira',widthPx:'piksela',widthPc:'procenata',widthUnit:'width unit',cellSpace:'Äelijski prostor',cellPad:'Razmak Äelija',caption:'Naslov tabele',summary:'Summary',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'Cell',insertBefore:'Insert Cell Before',insertAfter:'Insert Cell After',deleteCell:'ObriÅ¡i Äelije',merge:'Spoj celije',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'},row:{menu:'Row',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'ObriÅ¡i redove'},column:{menu:'Column',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'ObriÅ¡i kolone'}},button:{title:'Osobine dugmeta',text:'Tekst (vrednost)',type:'Tip',typeBtn:'Button',typeSbm:'Submit',typeRst:'Reset'},checkboxAndRadio:{checkboxTitle:'Osobine polja za potvrdu',radioTitle:'Osobine radio-dugmeta',value:'Vrednost',selected:'OznaÄeno'},form:{title:'Osobine forme',menu:'Osobine forme',action:'Akcija',method:'Metoda',encoding:'Encoding'},select:{title:'Osobine izbornog polja',selectInfo:'Info',opAvail:'Dostupne opcije',value:'Vrednost',size:'VeliÄina',lines:'linija',chkMulti:'Dozvoli viÅ¡estruku selekciju',opText:'Tekst',opValue:'Vrednost',btnAdd:'Dodaj',btnModify:'Izmeni',btnUp:'Gore',btnDown:'Dole',btnSetValue:'Podesi kao oznaÄenu vrednost',btnDelete:'ObriÅ¡i'},textarea:{title:'Osobine zone teksta',cols:'Broj kolona',rows:'Broj redova'},textfield:{title:'Osobine tekstualnog polja',name:'Naziv',value:'Vrednost',charWidth:'Å irina (karaktera)',maxChars:'Maksimalno karaktera',type:'Tip',typeText:'Tekst',typePass:'Lozinka'},hidden:{title:'Osobine skrivenog polja',name:'Naziv',value:'Vrednost'},image:{title:'Osobine slika',titleButton:'Osobine dugmeta sa slikom',menu:'Osobine slika',infoTab:'Info slike',btnUpload:'PoÅ¡alji na server',upload:'PoÅ¡alji',alt:'Alternativni tekst',lockRatio:'ZakljuÄaj odnos',resetSize:'Resetuj veliÄinu',border:'Okvir',hSpace:'HSpace',vSpace:'VSpace',alertUrl:'Unesite URL slike',linkTab:'Link',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Osobine fleÅ¡a',propertiesTab:'Properties',title:'Osobine fleÅ¡a',chkPlay:'Automatski start',chkLoop:'Ponavljaj',chkMenu:'UkljuÄi fleÅ¡ meni',chkFull:'Allow Fullscreen',scale:'Skaliraj',scaleAll:'Prikaži sve',scaleNoBorder:'Bez ivice',scaleFit:'Popuni povrÅ¡inu',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs dole',alignAbsMiddle:'Abs sredina',alignBaseline:'Bazno',alignTextTop:'Vrh teksta',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'Boja pozadine',hSpace:'HSpace',vSpace:'VSpace',validateSrc:'Unesite URL linka',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'Proveri spelovanje',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'Nije u reÄniku',changeTo:'Izmeni',btnIgnore:'IgnoriÅ¡i',btnIgnoreAll:'IgnoriÅ¡i sve',btnReplace:'Zameni',btnReplaceAll:'Zameni sve',btnUndo:'Vrati akciju',noSuggestions:'- Bez sugestija -',progress:'Provera spelovanja u toku...',noMispell:'Provera spelovanja zavrÅ¡ena: greÅ¡ke nisu pronadene',noChanges:'Provera spelovanja zavrÅ¡ena: Nije izmenjena nijedna rec',oneChange:'Provera spelovanja zavrÅ¡ena: Izmenjena je jedna reÄ',manyChanges:'Provera spelovanja zavrÅ¡ena: %1 reÄ(i) je izmenjeno',ieSpellDownload:'Provera spelovanja nije instalirana. Da li želite da je skinete sa Interneta?'},smiley:{toolbar:'Smajli',title:'Unesi smajlija',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'Nabrojiva lista',bulletedlist:'Nenabrojiva lista',indent:'UveÄaj levu marginu',outdent:'Smanji levu marginu',justify:{left:'Levo ravnanje',center:'Centriran tekst',right:'Desno ravnanje',block:'Obostrano ravnanje'},blockquote:'Block Quote',clipboard:{title:'Zalepi',cutError:'Sigurnosna podeÅ¡avanja VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog isecanja teksta. Molimo Vas da koristite preÄicu sa tastature (Ctrl/Cmd+X).',copyError:'Sigurnosna podeÅ¡avanja VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog kopiranja teksta. Molimo Vas da koristite preÄicu sa tastature (Ctrl/Cmd+C).',pasteMsg:'Molimo Vas da zalepite unutar donje povrine koristeÄi tastaturnu preÄicu (<STRONG>Ctrl/Cmd+V</STRONG>) i da pritisnete <STRONG>OK</STRONG>.',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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Zalepi iz Worda',title:'Zalepi iz Worda',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Zalepi kao Äist tekst',title:'Zalepi kao Äist tekst'},templates:{button:'Obrasci',title:'Obrasci za sadržaj',options:'Template Options',insertOption:'Replace actual contents',selectPromptMsg:'Molimo Vas da odaberete obrazac koji ce biti primenjen na stranicu (trenutni sadržaj ce biti obrisan):',emptyListMsg:'(Nema definisanih obrazaca)'},showBlocks:'Show Blocks',stylesCombo:{label:'Stil',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'Format',panelTitle:'Format',tag_p:'Normal',tag_pre:'Formatirano',tag_address:'Adresa',tag_h1:'Naslov 1',tag_h2:'Naslov 2',tag_h3:'Naslov 3',tag_h4:'Naslov 4',tag_h5:'Naslov 5',tag_h6:'Naslov 6',tag_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Font',voiceLabel:'Font',panelTitle:'Font'},fontSize:{label:'VeliÄina fonta',voiceLabel:'Font Size',panelTitle:'VeliÄina fonta'},colorButton:{textColorTitle:'Boja teksta',bgColorTitle:'Boja pozadine',panelTitle:'Colors',auto:'Automatski',more:'ViÅ¡e boja...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Osobine dokumenta',title:'Osobine dokumenta',design:'Design',meta:'Metapodaci',chooseColor:'Choose',other:'<оÑÑало>',docTitle:'Naslov stranice',charset:'Kodiranje skupa karaktera',charsetOther:'Ostala kodiranja skupa karaktera',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'Zaglavlje tipa dokumenta',docTypeOther:'Ostala zaglavlja tipa dokumenta',xhtmlDec:'Ukljuci XHTML deklaracije',bgColor:'Boja pozadine',bgImage:'URL pozadinske slike',bgFixed:'Fiksirana pozadina',txtColor:'Boja teksta',margin:'Margine stranice',marginTop:'Gornja',marginLeft:'Leva',marginRight:'Desna',marginBottom:'Donja',metaKeywords:'KljuÄne reci za indeksiranje dokumenta (razdvojene zarezima)',metaDescription:'Opis dokumenta',metaAuthor:'Autor',metaCopyright:'Autorska prava',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['sr-latn']={"editor":"Bogati ureÄivaÄ teksta","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Pretraži server","url":"URL","protocol":"Protokol","upload":"PoÅ¡alji","uploadSubmit":"PoÅ¡alji na server","image":"Slika","flash":"FleÅ¡","form":"Forma","checkbox":"Polje za potvrdu","radio":"Radio-dugme","textField":"Tekstualno polje","textarea":"Zona teksta","hiddenField":"Skriveno polje","button":"Dugme","select":"Izborno polje","imageButton":"Dugme sa slikom","notSet":"<nije postavljeno>","id":"Id","name":"Naziv","langDir":"Smer jezika","langDirLtr":"S leva na desno (LTR)","langDirRtl":"S desna na levo (RTL)","langCode":"Kôd jezika","longDescr":"Pun opis URL","cssClass":"Stylesheet klase","advisoryTitle":"Advisory naslov","cssStyle":"Stil","ok":"OK","cancel":"Otkaži","close":"Zatvori","preview":"Izgled stranice","resize":"Resize","generalTab":"OpÅ¡te","advancedTab":"Napredni tagovi","validateNumberFailed":"Ova vrednost nije broj.","confirmNewPage":"NesaÄuvane promene ovog sadržaja Äe biti izgubljene. Jeste li sigurni da želita da uÄitate novu stranu?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"Opcije","target":"Meta","targetNew":"Novi prozor (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Isti prozor (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"S leva na desno (LTR)","langDirRTL":"S desna na levo (RTL)","styles":"Stil","cssClasses":"Stylesheet klase","width":"Å irina","height":"Visina","align":"Ravnanje","alignLeft":"Levo","alignRight":"Desno","alignCenter":"Sredina","alignTop":"Vrh","alignMiddle":"Sredina","alignBottom":"Dole","invalidValue":"Invalid value.","invalidHeight":"Visina mora biti broj.","invalidWidth":"Å irina mora biti broj.","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":"Podebljano","italic":"Kurziv","strike":"Precrtano","subscript":"Indeks","superscript":"Stepen","underline":"PodvuÄeno"},"bidi":{"ltr":"Text direction from left to right","rtl":"Text direction from right to left"},"blockquote":{"toolbar":"Block Quote"},"clipboard":{"copy":"Kopiraj","copyError":"Sigurnosna podeÅ¡avanja VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog kopiranja teksta. Molimo Vas da koristite preÄicu sa tastature (Ctrl/Cmd+C).","cut":"Iseci","cutError":"Sigurnosna podeÅ¡avanja VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog isecanja teksta. Molimo Vas da koristite preÄicu sa tastature (Ctrl/Cmd+X).","paste":"Zalepi","pasteArea":"Prostor za lepljenje","pasteMsg":"Molimo Vas da zalepite unutar donje povrine koristeÄi tastaturnu preÄicu (<STRONG>Ctrl/Cmd+V</STRONG>) i da pritisnete <STRONG>OK</STRONG>.","securityMsg":"Zbog sigurnosnih postavki vaÅ¡eg pregledaÄa, editor nije u moguÄnosti da direktno pristupi podacima u klipbordu. Potrebno je da zalepite joÅ¡ jednom u ovom prozoru.","title":"Zalepi"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatski","bgColorTitle":"Boja pozadine","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":"ViÅ¡e boja...","panelTitle":"Colors","textColorTitle":"Boja teksta"},"colordialog":{"clear":"Clear","highlight":"Highlight","options":"Color Options","selected":"Selected Color","title":"Select color"},"templates":{"button":"Obrasci","emptyListMsg":"(Nema definisanih obrazaca)","insertOption":"Replace actual contents","options":"Template Options","selectPromptMsg":"Molimo Vas da odaberete obrazac koji ce biti primenjen na stranicu (trenutni sadržaj ce biti obrisan):","title":"Obrasci za sadržaj"},"contextmenu":{"options":"Context Menu Options"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Advisory naslov","cssClassInputLabel":"Stylesheet klase","edit":"Edit Div","inlineStyleInputLabel":"Inline Style","langDirLTRLabel":"S leva na desno (LTR)","langDirLabel":"Smer jezika","langDirRTLLabel":"S desna na levo (RTL)","languageCodeInputLabel":" Language Code","remove":"Remove Div","styleSelectLabel":"Stil","title":"Create Div Container","toolbar":"Create Div Container"},"toolbar":{"toolbarCollapse":"Suzi alatnu traku","toolbarExpand":"ProÅ¡iri alatnu traku","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":"Alatne trake"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"find":{"find":"Pretraga","findOptions":"Find Options","findWhat":"Pronadi:","matchCase":"Razlikuj mala i velika slova","matchCyclic":"Match cyclic","matchWord":"Uporedi cele reci","notFoundMsg":"Traženi tekst nije pronaÄen.","replace":"Zamena","replaceAll":"Zameni sve","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"Zameni sa:","title":"Find and Replace"},"fakeobjects":{"anchor":"Unesi/izmeni sidro","flash":"Flash Animation","hiddenfield":"Skriveno polje","iframe":"IFrame","unknown":"Unknown Object"},"flash":{"access":"Script Access","accessAlways":"Always","accessNever":"Never","accessSameDomain":"Same domain","alignAbsBottom":"Abs dole","alignAbsMiddle":"Abs sredina","alignBaseline":"Bazno","alignTextTop":"Vrh teksta","bgcolor":"Boja pozadine","chkFull":"Allow Fullscreen","chkLoop":"Ponavljaj","chkMenu":"UkljuÄi fleÅ¡ meni","chkPlay":"Automatski start","flashvars":"Variables for Flash","hSpace":"HSpace","properties":"Osobine fleÅ¡a","propertiesTab":"Properties","quality":"Quality","qualityAutoHigh":"Auto High","qualityAutoLow":"Auto Low","qualityBest":"Best","qualityHigh":"High","qualityLow":"Low","qualityMedium":"Medium","scale":"Skaliraj","scaleAll":"Prikaži sve","scaleFit":"Popuni povrÅ¡inu","scaleNoBorder":"Bez ivice","title":"Osobine fleÅ¡a","vSpace":"VSpace","validateHSpace":"HSpace must be a number.","validateSrc":"Unesite URL linka","validateVSpace":"VSpace must be a number.","windowMode":"Window mode","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Window"},"font":{"fontSize":{"label":"VeliÄina fonta","voiceLabel":"Font Size","panelTitle":"VeliÄina fonta"},"label":"Font","panelTitle":"Font","voiceLabel":"Font"},"forms":{"button":{"title":"Osobine dugmeta","text":"Tekst (vrednost)","type":"Tip","typeBtn":"Button","typeSbm":"Submit","typeRst":"Reset"},"checkboxAndRadio":{"checkboxTitle":"Osobine polja za potvrdu","radioTitle":"Osobine radio-dugmeta","value":"Vrednost","selected":"OznaÄeno"},"form":{"title":"Osobine forme","menu":"Osobine forme","action":"Akcija","method":"Metoda","encoding":"Encoding"},"hidden":{"title":"Osobine skrivenog polja","name":"Naziv","value":"Vrednost"},"select":{"title":"Osobine izbornog polja","selectInfo":"Info","opAvail":"Dostupne opcije","value":"Vrednost","size":"VeliÄina","lines":"linija","chkMulti":"Dozvoli viÅ¡estruku selekciju","opText":"Tekst","opValue":"Vrednost","btnAdd":"Dodaj","btnModify":"Izmeni","btnUp":"Gore","btnDown":"Dole","btnSetValue":"Podesi kao oznaÄenu vrednost","btnDelete":"ObriÅ¡i"},"textarea":{"title":"Osobine zone teksta","cols":"Broj kolona","rows":"Broj redova"},"textfield":{"title":"Osobine tekstualnog polja","name":"Naziv","value":"Vrednost","charWidth":"Å irina (karaktera)","maxChars":"Maksimalno karaktera","type":"Tip","typeText":"Tekst","typePass":"Lozinka","typeEmail":"Email","typeSearch":"Pretraži","typeTel":"Broj telefona","typeUrl":"URL"}},"format":{"label":"Format","panelTitle":"Format","tag_address":"Adresa","tag_div":"Normalno (DIV)","tag_h1":"Naslov 1","tag_h2":"Naslov 2","tag_h3":"Naslov 3","tag_h4":"Naslov 4","tag_h5":"Naslov 5","tag_h6":"Naslov 6","tag_p":"Normal","tag_pre":"Formatirano"},"horizontalrule":{"toolbar":"Unesi horizontalnu liniju"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"image":{"alertUrl":"Unesite URL slike","alt":"Alternativni tekst","border":"Okvir","btnUpload":"PoÅ¡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":"Osobine slika","resetSize":"Resetuj veliÄinu","title":"Osobine slika","titleButton":"Osobine dugmeta sa slikom","upload":"PoÅ¡alji","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":"UveÄaj levu marginu","outdent":"Smanji levu marginu"},"smiley":{"options":"Smiley Options","title":"Unesi smajlija","toolbar":"Smajli"},"justify":{"block":"Obostrano ravnanje","center":"Centriran tekst","left":"Levo ravnanje","right":"Desno ravnanje"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"Pristupni taster","advanced":"Napredni tagovi","advisoryContentType":"Advisory vrsta sadržaja","advisoryTitle":"Advisory naslov","anchor":{"toolbar":"Unesi/izmeni sidro","menu":"Osobine sidra","title":"Osobine sidra","name":"Naziv sidra","errorName":"Unesite naziv sidra","remove":"Ukloni sidro"},"anchorId":"Po Id-u elementa","anchorName":"Po nazivu sidra","charset":"Linked Resource Charset","cssClasses":"Stylesheet klase","emailAddress":"E-Mail adresa","emailBody":"Sadržaj poruke","emailSubject":"Naslov","id":"Id","info":"Link Info","langCode":"Smer jezika","langDir":"Smer jezika","langDirLTR":"S leva na desno (LTR)","langDirRTL":"S desna na levo (RTL)","menu":"Izmeni link","name":"Naziv","noAnchors":"(Nema dostupnih sidra)","noEmail":"Otkucajte adresu elektronske pote","noUrl":"Unesite URL linka","other":"<оÑÑало>","popupDependent":"Zavisno (Netscape)","popupFeatures":"MoguÄnosti popup prozora","popupFullScreen":"Prikaz preko celog ekrana (IE)","popupLeft":"Od leve ivice ekrana (px)","popupLocationBar":"Lokacija","popupMenuBar":"Kontekstni meni","popupResizable":"Promenljive veliÄine","popupScrollBars":"Scroll bar","popupStatusBar":"Statusna linija","popupToolbar":"Toolbar","popupTop":"Od vrha ekrana (px)","rel":"Odnos","selectAnchor":"Odaberi sidro","styles":"Stil","tabIndex":"Tab indeks","target":"Meta","targetFrame":"<okvir>","targetFrameName":"Naziv odrediÅ¡nog frejma","targetPopup":"<popup prozor>","targetPopupName":"Naziv popup prozora","title":"Link","toAnchor":"Sidro na ovoj stranici","toEmail":"E-Mail","toUrl":"URL","toolbar":"Unesi/izmeni link","type":"Vrsta linka","unlink":"Ukloni link","upload":"PoÅ¡alji"},"list":{"bulletedlist":"Nenabrojiva lista","numberedlist":"Nabrojiva lista"},"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":"Nova stranica"},"pagebreak":{"alt":"Page Break","toolbar":"Insert Page Break for Printing"},"pastetext":{"button":"Zalepi kao Äist tekst","title":"Zalepi kao Äist 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":"Zalepi iz Worda","toolbar":"Zalepi iz Worda"},"preview":{"preview":"Izgled stranice"},"print":{"toolbar":"Å tampa"},"removeformat":{"toolbar":"Ukloni formatiranje"},"save":{"toolbar":"SaÄuvaj"},"selectall":{"toolbar":"OznaÄi sve"},"showblocks":{"toolbar":"Show Blocks"},"sourcearea":{"toolbar":"Kôd"},"specialchar":{"options":"Special Character Options","title":"Odaberite specijalni karakter","toolbar":"Unesi specijalni karakter"},"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":"Stil","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"table":{"border":"VeliÄina okvira","caption":"Naslov tabele","cell":{"menu":"Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"ObriÅ¡i Äelije","merge":"Spoj celije","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":"Razmak Äelija","cellSpace":"Äelijski prostor","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"ObriÅ¡i kolone"},"columns":"Kolona","deleteTable":"IzbriÅ¡i tabelu","headers":"Zaglavlja","headersBoth":"Oba","headersColumn":"Prva kolona","headersNone":"None","headersRow":"Prvi red","invalidBorder":"VeliÄina okvira mora biti broj.","invalidCellPadding":"Padding polja mora biti pozitivan broj.","invalidCellSpacing":"Razmak izmeÄu Äelija mora biti pozitivan broj.","invalidCols":"Broj kolona mora biti broj veÄi od 0.","invalidHeight":"Visina tabele mora biti broj.","invalidRows":"Broj redova mora biti veÄi od 0.","invalidWidth":"Å irina tabele mora biti broj.","menu":"Osobine tabele","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"ObriÅ¡i redove"},"rows":"Redova","summary":"Sažetak","title":"Osobine tabele","toolbar":"Tabela","widthPc":"procenata","widthPx":"piksela","widthUnit":"jedinica za Å¡irinu"},"undo":{"redo":"Ponovi akciju","undo":"Poni�ti akciju"},"wsc":{"btnIgnore":"IgnoriÅ¡i","btnIgnoreAll":"IgnoriÅ¡i sve","btnReplace":"Zameni","btnReplaceAll":"Zameni sve","btnUndo":"Vrati akciju","changeTo":"Izmeni","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Provera spelovanja nije instalirana. Da li želite da je skinete sa Interneta?","manyChanges":"Provera spelovanja zavrÅ¡ena: %1 reÄ(i) je izmenjeno","noChanges":"Provera spelovanja zavrÅ¡ena: Nije izmenjena nijedna rec","noMispell":"Provera spelovanja zavrÅ¡ena: greÅ¡ke nisu pronadene","noSuggestions":"- Bez sugestija -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Nije u reÄniku","oneChange":"Provera spelovanja zavrÅ¡ena: Izmenjena je jedna reÄ","progress":"Provera spelovanja u toku...","title":"Spell Check","toolbar":"Proveri spelovanje"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/sr.js b/skins/ckeditor/lang/sr.js index 9a1de81..c3a39a5 100644 --- a/skins/ckeditor/lang/sr.js +++ b/skins/ckeditor/lang/sr.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.sr={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Kôд',newPage:'Ðова ÑÑÑаниÑа',save:'СаÑÑваÑ',preview:'Ðзглед ÑÑÑаниÑе',cut:'ÐÑеÑи',copy:'ÐопиÑаÑ',paste:'Ðалепи',print:'ШÑампа',underline:'ÐодвÑÑено',bold:'ÐодебÑано',italic:'ÐÑÑзив',selectAll:'ÐзнаÑи Ñве',removeFormat:'Уклони ÑоÑмаÑиÑаÑе',strike:'ÐÑеÑÑÑано',subscript:'ÐндекÑ',superscript:'СÑепен',horizontalrule:'УнеÑи Ñ Ð¾ÑизонÑÐ°Ð»Ð½Ñ Ð»Ð¸Ð½Ð¸ÑÑ',pagebreak:'Insert Page Break for Printing',pagebreakAlt:'Page Break',unlink:'Уклони линк',undo:'ÐониÑÑи акÑиÑÑ',redo:'Ðонови акÑиÑÑ',common:{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:'Kôд Ñезика',longDescr:'ÐÑн Ð¾Ð¿Ð¸Ñ Ð£Ð Ð',cssClass:'Stylesheet клаÑе',advisoryTitle:'Advisory наÑлов',cssStyle:'СÑил',ok:'OK',cancel:'OÑкажи',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'ÐапÑедни Ñагови',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'ШиÑина',height:'ÐиÑина',align:'РавнаÑе',alignLeft:'Ðево',alignRight:'ÐеÑно',alignCenter:'СÑедина',alignTop:'ÐÑÑ ',alignMiddle:'СÑедина',alignBottom:'Ðоле',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'УнеÑи ÑпеÑиÑални каÑакÑеÑ',title:'ÐдабеÑиÑе ÑпеÑиÑални каÑакÑеÑ',options:'Special Character Options'},link:{toolbar:'УнеÑи/измени линк',other:'<other>',menu:'ÐÑомени линк',title:'Ðинк',info:'Ðинк инÑо',target:'MeÑa',upload:'ÐоÑаÑи',advanced:'ÐапÑедни Ñагови',type:'ÐÑÑÑа линка',toUrl:'URL',toAnchor:'СидÑо на Ð¾Ð²Ð¾Ñ ÑÑÑаниÑи',toEmail:'EлекÑÑонÑка поÑÑа',targetFrame:'<оквиÑ>',targetPopup:'<иÑкаÑÑÑи пÑозоÑ>',targetFrameName:'Ðазив одÑедиÑног ÑÑеÑма',targetPopupName:'Ðазив иÑкаÑÑÑег пÑозоÑа',popupFeatures:'ÐогÑÑноÑÑи иÑкаÑÑÑег пÑозоÑа',popupResizable:'Resizable',popupStatusBar:'СÑаÑÑÑна линиÑа',popupLocationBar:'ÐокаÑиÑа',popupToolbar:'Toolbar',popupMenuBar:'ÐонÑекÑÑни мени',popupFullScreen:'ÐÑиказ пÑеко Ñелог екÑана (ÐE)',popupScrollBars:'СкÑол баÑ',popupDependent:'ÐавиÑно (Netscape)',popupLeft:'Ðд леве ивиÑе екÑана (пикÑела)',popupTop:'Ðд вÑÑ Ð° екÑана (пикÑела)',id:'Id',langDir:'Ð¡Ð¼ÐµÑ Ñезика',langDirLTR:'С лева на деÑно (LTR)',langDirRTL:'С деÑна на лево (RTL)',acccessKey:'ÐÑиÑÑÑпни ÑаÑÑеÑ',name:'Ðазив',langCode:'Ð¡Ð¼ÐµÑ Ñезика',tabIndex:'Таб индекÑ',advisoryTitle:'Advisory наÑлов',advisoryContentType:'Advisory вÑÑÑа ÑадÑжаÑа',cssClasses:'Stylesheet клаÑе',charset:'Linked Resource Charset',styles:'СÑил',rel:'Relationship',selectAnchor:'ÐдабеÑи ÑидÑо',anchorName:'Ðо Ð½Ð°Ð·Ð¸Ð²Ñ ÑидÑа',anchorId:'Ðo Ðд-jÑ ÐµÐ»ÐµÐ¼ÐµÐ½Ñа',emailAddress:'ÐдÑеÑа елекÑÑонÑке поÑÑе',emailSubject:'ÐаÑлов',emailBody:'СадÑÐ¶Ð°Ñ Ð¿Ð¾ÑÑке',noAnchors:'(Ðема доÑÑÑÐ¿Ð½Ð¸Ñ ÑидÑа)',noUrl:'УнеÑиÑе УРРлинка',noEmail:'ÐÑкÑÑаÑÑе адÑеÑÑ ÐµÐ»ÐµÐºÑÑонÑке поÑÑе'},anchor:{toolbar:'УнеÑи/измени ÑидÑо',menu:'ÐÑобине ÑидÑа',title:'ÐÑобине ÑидÑа',name:'Ðме ÑидÑа',errorName:'Ðолимо ÐÐ°Ñ Ð´Ð° ÑнеÑеÑе име ÑидÑа',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'ÐÑеÑÑага',replace:'Ðамена',findWhat:'ÐÑонаÑи:',replaceWith:'Ðамени Ñа:',notFoundMsg:'ТÑажени ÑекÑÑ Ð½Ð¸Ñе пÑонаÑен.',matchCase:'РазликÑÑ Ð²ÐµÐ»Ð¸ÐºÐ° и мала Ñлова',matchWord:'УпоÑеди Ñеле ÑеÑи',matchCyclic:'Match cyclic',replaceAll:'Ðамени Ñве',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'Табела',title:'ÐÑобине Ñабеле',menu:'ÐÑобине Ñабеле',deleteTable:'Delete Table',rows:'Редова',columns:'Kолона',border:'ÐелиÑина оквиÑа',widthPx:'пикÑела',widthPc:'пÑоÑенаÑа',widthUnit:'width unit',cellSpace:'ÐелиÑÑки пÑоÑÑоÑ',cellPad:'Размак ÑелиÑа',caption:'ÐаÑлов Ñабеле',summary:'Summary',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'Cell',insertBefore:'Insert Cell Before',insertAfter:'Insert Cell After',deleteCell:'ÐбÑиÑи ÑелиÑе',merge:'Ð¡Ð¿Ð¾Ñ ÑелиÑе',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'},row:{menu:'Row',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'ÐбÑиÑи Ñедове'},column:{menu:'Column',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'ÐбÑиÑи колоне'}},button:{title:'ÐÑобине дÑгмеÑа',text:'ТекÑÑ (вÑедноÑÑ)',type:'Tип',typeBtn:'Button',typeSbm:'Submit',typeRst:'Reset'},checkboxAndRadio:{checkboxTitle:'ÐÑобине поÑа за поÑвÑдÑ',radioTitle:'ÐÑобине Ñадио-дÑгмеÑа',value:'ÐÑедноÑÑ',selected:'ÐзнаÑено'},form:{title:'ÐÑобине ÑоÑме',menu:'ÐÑобине ÑоÑме',action:'AкÑиÑа',method:'MеÑода',encoding:'Encoding'},select:{title:'ÐÑобине избоÑног поÑа',selectInfo:'ÐнÑо',opAvail:'ÐоÑÑÑпне опÑиÑе',value:'ÐÑедноÑÑ',size:'ÐелиÑина',lines:'линиÑа',chkMulti:'Ðозволи виÑеÑÑÑÑÐºÑ ÑелекÑиÑÑ',opText:'ТекÑÑ',opValue:'ÐÑедноÑÑ',btnAdd:'ÐодаÑ',btnModify:'Ðзмени',btnUp:'ÐоÑе',btnDown:'Ðоле',btnSetValue:'ÐодеÑи као ознаÑÐµÐ½Ñ Ð²ÑедноÑÑ',btnDelete:'ÐбÑиÑи'},textarea:{title:'ÐÑобине зоне ÑекÑÑа',cols:'ÐÑÐ¾Ñ ÐºÐ¾Ð»Ð¾Ð½Ð°',rows:'ÐÑÐ¾Ñ Ñедова'},textfield:{title:'ÐÑобине ÑекÑÑÑалног поÑа',name:'Ðазив',value:'ÐÑедноÑÑ',charWidth:'ШиÑина (каÑакÑеÑа)',maxChars:'ÐакÑимално каÑакÑеÑа',type:'Тип',typeText:'ТекÑÑ',typePass:'Ðозинка'},hidden:{title:'ÐÑобине ÑкÑивеног поÑа',name:'Ðазив',value:'ÐÑедноÑÑ'},image:{title:'ÐÑобине Ñлика',titleButton:'ÐÑобине дÑгмеÑа Ñа Ñликом',menu:'ÐÑобине Ñлика',infoTab:'ÐнÑо Ñлике',btnUpload:'ÐоÑаÑи на ÑеÑвеÑ',upload:'ÐоÑаÑи',alt:'ÐлÑеÑнаÑивни ÑекÑÑ',lockRatio:'ÐакÑÑÑÐ°Ñ Ð¾Ð´Ð½Ð¾Ñ',resetSize:'РеÑеÑÑÑ Ð²ÐµÐ»Ð¸ÑинÑ',border:'ÐквиÑ',hSpace:'HSpace',vSpace:'VSpace',alertUrl:'УнеÑиÑе УРРÑлике',linkTab:'Ðинк',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'ÐÑобине ФлеÑа',propertiesTab:'Properties',title:'ÐÑобине ÑлеÑа',chkPlay:'ÐÑÑомаÑÑки ÑÑаÑÑ',chkLoop:'ÐонавÑаÑ',chkMenu:'УкÑÑÑи ÑÐ»ÐµÑ Ð¼ÐµÐ½Ð¸',chkFull:'Allow Fullscreen',scale:'СкалиÑаÑ',scaleAll:'ÐÑикажи Ñве',scaleNoBorder:'Ðез ивиÑе',scaleFit:'ÐопÑни повÑÑинÑ',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'Abs доле',alignAbsMiddle:'Abs ÑÑедина',alignBaseline:'Ðазно',alignTextTop:'ÐÑÑ ÑекÑÑа',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'ÐоÑа позадине',hSpace:'HSpace',vSpace:'VSpace',validateSrc:'УнеÑиÑе УРРлинка',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'ÐÑовеÑи ÑпеловаÑе',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'ÐиÑе Ñ ÑеÑникÑ',changeTo:'Ðзмени',btnIgnore:'ÐгноÑиÑи',btnIgnoreAll:'ÐгноÑиÑи Ñве',btnReplace:'Ðамени',btnReplaceAll:'Ðамени Ñве',btnUndo:'ÐÑаÑи акÑиÑÑ',noSuggestions:'- Ðез ÑÑгеÑÑиÑа -',progress:'ÐÑовеÑа ÑпеловаÑа Ñ ÑокÑ...',noMispell:'ÐÑовеÑа ÑпеловаÑа завÑÑена: гÑеÑке ниÑÑ Ð¿ÑонаÑене',noChanges:'ÐÑовеÑа ÑпеловаÑа завÑÑена: ÐиÑе измеÑена ниÑедна ÑеÑ',oneChange:'ÐÑовеÑа ÑпеловаÑа завÑÑена: ÐзмеÑена Ñе Ñедна ÑеÑ',manyChanges:'ÐÑовеÑа ÑпеловаÑа завÑÑена: %1 ÑеÑ(и) Ñе измеÑено',ieSpellDownload:'ÐÑовеÑа ÑпеловаÑа ниÑе инÑÑалиÑана. Ðа ли желиÑе да Ñе ÑкинеÑе Ñа ÐнÑеÑнеÑа?'},smiley:{toolbar:'СмаÑли',title:'УнеÑи ÑмаÑлиÑа',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'ÐабÑоÑÐ¸Ð²Ñ Ð»Ð¸ÑÑÑ',bulletedlist:'ÐенабÑоÑива лиÑÑа',indent:'УвеÑÐ°Ñ Ð»ÐµÐ²Ñ Ð¼Ð°ÑгинÑ',outdent:'СмаÑи Ð»ÐµÐ²Ñ Ð¼Ð°ÑгинÑ',justify:{left:'Ðево ÑавнаÑе',center:'ЦенÑÑиÑан ÑекÑÑ',right:'ÐеÑно ÑавнаÑе',block:'ÐбоÑÑÑано ÑавнаÑе'},blockquote:'Block Quote',clipboard:{title:'Ðалепи',cutError:'СигÑÑноÑна подеÑаваÑа ÐаÑег пÑеÑÑаживаÑа не дозвоÑаваÑÑ Ð¾Ð¿ÐµÑаÑиÑе аÑÑомаÑÑког иÑеÑаÑа ÑекÑÑа. Ðолимо ÐÐ°Ñ Ð´Ð° коÑиÑÑиÑе пÑеÑиÑÑ Ñа ÑаÑÑаÑÑÑе (Ctrl/Cmd+X).',copyError:'СигÑÑноÑна подеÑаваÑа ÐаÑег пÑеÑÑаживаÑа не дозвоÑаваÑÑ Ð¾Ð¿ÐµÑаÑиÑе аÑÑомаÑÑког копиÑаÑа ÑекÑÑа. Ðолимо ÐÐ°Ñ Ð´Ð° коÑиÑÑиÑе пÑеÑиÑÑ Ñа ÑаÑÑаÑÑÑе (Ctrl/Cmd+C).',pasteMsg:'Ðолимо ÐÐ°Ñ Ð´Ð° залепиÑе ÑнÑÑÐ°Ñ Ð´Ð¾Ñе повÑÑине коÑиÑÑеÑи ÑаÑÑаÑÑÑÐ½Ñ Ð¿ÑеÑиÑÑ (<STRONG>Ctrl/Cmd+V</STRONG>) и да пÑиÑиÑнеÑе <STRONG>OK</STRONG>.',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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'Ðалепи из Worda',title:'Ðалепи из Worda',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Ðалепи као ÑиÑÑ ÑекÑÑ',title:'Ðалепи као ÑиÑÑ ÑекÑÑ'},templates:{button:'ÐбÑаÑÑи',title:'ÐбÑаÑÑи за ÑадÑжаÑ',options:'Template Options',insertOption:'Replace actual contents',selectPromptMsg:'Ðолимо ÐÐ°Ñ Ð´Ð° одабеÑеÑе обÑÐ°Ð·Ð°Ñ ÐºÐ¾Ñи Ñе биÑи пÑимеÑен на ÑÑÑаниÑÑ (ÑÑенÑÑни ÑадÑÐ¶Ð°Ñ Ñе биÑи обÑиÑан):',emptyListMsg:'(Ðема деÑиниÑÐ°Ð½Ð¸Ñ Ð¾Ð±ÑазаÑа)'},showBlocks:'Show Blocks',stylesCombo:{label:'СÑил',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'ФоÑмаÑ',panelTitle:'ФоÑмаÑ',tag_p:'Normal',tag_pre:'Formatirano',tag_address:'Adresa',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_div:'Normal (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'ФонÑ',voiceLabel:'Font',panelTitle:'ФонÑ'},fontSize:{label:'ÐелиÑина ÑонÑа',voiceLabel:'Font Size',panelTitle:'ÐелиÑина ÑонÑа'},colorButton:{textColorTitle:'ÐоÑа ÑекÑÑа',bgColorTitle:'ÐоÑа позадине',panelTitle:'Colors',auto:'ÐÑÑомаÑÑки',more:'ÐиÑе боÑа...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'ÐÑобине докÑменÑа',title:'ÐÑобине докÑменÑа',design:'Design',meta:'ÐеÑаподаÑи',chooseColor:'Choose',other:'<other>',docTitle:'ÐаÑлов ÑÑÑаниÑе',charset:'ÐодиÑаÑе ÑкÑпа каÑакÑеÑа',charsetOther:'ÐÑÑала кодиÑаÑа ÑкÑпа каÑакÑеÑа',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'ÐаглавÑе Ñипа докÑменÑа',docTypeOther:'ÐÑÑала заглавÑа Ñипа докÑменÑа',xhtmlDec:'УлÑÑÑи XHTML деклаÑаÑиÑе',bgColor:'ÐоÑа позадине',bgImage:'УРРпозадинÑке Ñлике',bgFixed:'ФикÑиÑана позадина',txtColor:'ÐоÑа ÑекÑÑа',margin:'ÐаÑгине ÑÑÑаниÑе',marginTop:'ÐоÑÑа',marginLeft:'Ðева',marginRight:'ÐеÑна',marginBottom:'ÐоÑа',metaKeywords:'ÐÑÑÑне ÑеÑи за индекÑиÑаÑе докÑменÑа (ÑаздвоÑене заÑезом)',metaDescription:'ÐÐ¿Ð¸Ñ Ð´Ð¾ÐºÑменÑа',metaAuthor:'ÐÑÑоÑ',metaCopyright:'ÐÑÑоÑÑка пÑава',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['sr']={"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","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":"Kôд Ñезика","longDescr":"ÐÑн Ð¾Ð¿Ð¸Ñ Ð£Ð Ð","cssClass":"Stylesheet клаÑе","advisoryTitle":"Advisory наÑлов","cssStyle":"СÑил","ok":"OK","cancel":"OÑкажи","close":"ÐаÑвоÑи","preview":"Ðзглед ÑÑÑаниÑе","resize":"Resize","generalTab":"ÐпÑÑе","advancedTab":"ÐапÑедни Ñагови","validateNumberFailed":"Ðва вÑедноÑÑ Ð½Ð¸Ñе ÑигÑа.","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":"ÐпÑиÑе","target":"MeÑa","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"С лева на деÑно (LTR)","langDirRTL":"С деÑна на лево (RTL)","styles":"СÑил","cssClasses":"Stylesheet клаÑе","width":"ШиÑина","height":"ÐиÑина","align":"РавнаÑе","alignLeft":"Ðево","alignRight":"ÐеÑно","alignCenter":"СÑедина","alignTop":"ÐÑÑ ","alignMiddle":"СÑедина","alignBottom":"Ðоле","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":"ÐодебÑано","italic":"ÐÑÑзив","strike":"ÐÑеÑÑÑано","subscript":"ÐндекÑ","superscript":"СÑепен","underline":"ÐодвÑÑено"},"bidi":{"ltr":"Text direction from left to right","rtl":"Text direction from right to left"},"blockquote":{"toolbar":"Block Quote"},"clipboard":{"copy":"ÐопиÑаÑ","copyError":"СигÑÑноÑна подеÑаваÑа ÐаÑег пÑеÑÑаживаÑа не дозвоÑаваÑÑ Ð¾Ð¿ÐµÑаÑиÑе аÑÑомаÑÑког копиÑаÑа ÑекÑÑа. Ðолимо ÐÐ°Ñ Ð´Ð° коÑиÑÑиÑе пÑеÑиÑÑ Ñа ÑаÑÑаÑÑÑе (Ctrl/Cmd+C).","cut":"ÐÑеÑи","cutError":"СигÑÑноÑна подеÑаваÑа ÐаÑег пÑеÑÑаживаÑа не дозвоÑаваÑÑ Ð¾Ð¿ÐµÑаÑиÑе аÑÑомаÑÑког иÑеÑаÑа ÑекÑÑа. Ðолимо ÐÐ°Ñ Ð´Ð° коÑиÑÑиÑе пÑеÑиÑÑ Ñа ÑаÑÑаÑÑÑе (Ctrl/Cmd+X).","paste":"Ðалепи","pasteArea":"Ðалепи зонÑ","pasteMsg":"Ðолимо ÐÐ°Ñ Ð´Ð° залепиÑе ÑнÑÑÐ°Ñ Ð´Ð¾Ñе повÑÑине коÑиÑÑеÑи ÑаÑÑаÑÑÑÐ½Ñ Ð¿ÑеÑиÑÑ (<STRONG>Ctrl/Cmd+V</STRONG>) и да пÑиÑиÑнеÑе <STRONG>OK</STRONG>.","securityMsg":"Ðбог ÑигÑÑноÑÐ½Ð¸Ñ Ð¿Ð¾Ð´ÐµÑаваÑа пÑеÑÑаживаÑа, едиÑÐ¾Ñ Ð½Ðµ може да пÑиÑÑÑпи оÑÑавÑ. ТÑебаÑе да га поново залепиÑе Ñ Ð¾Ð²Ð¾Ð¼ пÑозоÑÑ.","title":"Ðалепи"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"ÐÑÑомаÑÑки","bgColorTitle":"ÐоÑа позадине","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":"ÐиÑе боÑа...","panelTitle":"Colors","textColorTitle":"ÐоÑа ÑекÑÑа"},"colordialog":{"clear":"Clear","highlight":"Highlight","options":"Color Options","selected":"Selected Color","title":"Select color"},"templates":{"button":"ÐбÑаÑÑи","emptyListMsg":"(Ðема деÑиниÑÐ°Ð½Ð¸Ñ Ð¾Ð±ÑазаÑа)","insertOption":"Replace actual contents","options":"Template Options","selectPromptMsg":"Ðолимо ÐÐ°Ñ Ð´Ð° одабеÑеÑе обÑÐ°Ð·Ð°Ñ ÐºÐ¾Ñи Ñе биÑи пÑимеÑен на ÑÑÑаниÑÑ (ÑÑенÑÑни ÑадÑÐ¶Ð°Ñ Ñе биÑи обÑиÑан):","title":"ÐбÑаÑÑи за ÑадÑжаÑ"},"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"},"toolbar":{"toolbarCollapse":"Склопи алаÑÐ½Ñ ÑÑакÑ","toolbarExpand":"ÐÑоÑиÑи алаÑÐ½Ñ ÑÑакÑ","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":"ÐдиÑÐ¾Ñ Ð°Ð»Ð°Ñне ÑÑаке"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"find":{"find":"ÐÑеÑÑага","findOptions":"Find Options","findWhat":"ÐÑонаÑи:","matchCase":"РазликÑÑ Ð²ÐµÐ»Ð¸ÐºÐ° и мала Ñлова","matchCyclic":"Match cyclic","matchWord":"УпоÑеди Ñеле ÑеÑи","notFoundMsg":"ТÑажени ÑекÑÑ Ð½Ð¸Ñе пÑонаÑен.","replace":"Ðамена","replaceAll":"Ðамени Ñве","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"Ðамени Ñа:","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 доле","alignAbsMiddle":"Abs ÑÑедина","alignBaseline":"Ðазно","alignTextTop":"ÐÑÑ ÑекÑÑа","bgcolor":"ÐоÑа позадине","chkFull":"Allow Fullscreen","chkLoop":"ÐонавÑаÑ","chkMenu":"УкÑÑÑи ÑÐ»ÐµÑ Ð¼ÐµÐ½Ð¸","chkPlay":"ÐÑÑомаÑÑки ÑÑаÑÑ","flashvars":"Variables for Flash","hSpace":"HSpace","properties":"ÐÑобине ФлеÑа","propertiesTab":"Properties","quality":"Quality","qualityAutoHigh":"Auto High","qualityAutoLow":"Auto Low","qualityBest":"Best","qualityHigh":"High","qualityLow":"Low","qualityMedium":"Medium","scale":"СкалиÑаÑ","scaleAll":"ÐÑикажи Ñве","scaleFit":"ÐопÑни повÑÑинÑ","scaleNoBorder":"Ðез ивиÑе","title":"ÐÑобине ÑлеÑа","vSpace":"VSpace","validateHSpace":"HSpace must be a number.","validateSrc":"УнеÑиÑе УРРлинка","validateVSpace":"VSpace must be a number.","windowMode":"Window mode","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Window"},"font":{"fontSize":{"label":"ÐелиÑина ÑонÑа","voiceLabel":"Font Size","panelTitle":"ÐелиÑина ÑонÑа"},"label":"ФонÑ","panelTitle":"ФонÑ","voiceLabel":"ФонÑ"},"forms":{"button":{"title":"ÐÑобине дÑгмеÑа","text":"ТекÑÑ (вÑедноÑÑ)","type":"Tип","typeBtn":"Button","typeSbm":"Submit","typeRst":"Reset"},"checkboxAndRadio":{"checkboxTitle":"ÐÑобине поÑа за поÑвÑдÑ","radioTitle":"ÐÑобине Ñадио-дÑгмеÑа","value":"ÐÑедноÑÑ","selected":"ÐзнаÑено"},"form":{"title":"ÐÑобине ÑоÑме","menu":"ÐÑобине ÑоÑме","action":"AкÑиÑа","method":"MеÑода","encoding":"Encoding"},"hidden":{"title":"ÐÑобине ÑкÑивеног поÑа","name":"Ðазив","value":"ÐÑедноÑÑ"},"select":{"title":"ÐÑобине избоÑног поÑа","selectInfo":"ÐнÑо","opAvail":"ÐоÑÑÑпне опÑиÑе","value":"ÐÑедноÑÑ","size":"ÐелиÑина","lines":"линиÑа","chkMulti":"Ðозволи виÑеÑÑÑÑÐºÑ ÑелекÑиÑÑ","opText":"ТекÑÑ","opValue":"ÐÑедноÑÑ","btnAdd":"ÐодаÑ","btnModify":"Ðзмени","btnUp":"ÐоÑе","btnDown":"Ðоле","btnSetValue":"ÐодеÑи као ознаÑÐµÐ½Ñ Ð²ÑедноÑÑ","btnDelete":"ÐбÑиÑи"},"textarea":{"title":"ÐÑобине зоне ÑекÑÑа","cols":"ÐÑÐ¾Ñ ÐºÐ¾Ð»Ð¾Ð½Ð°","rows":"ÐÑÐ¾Ñ Ñедова"},"textfield":{"title":"ÐÑобине ÑекÑÑÑалног поÑа","name":"Ðазив","value":"ÐÑедноÑÑ","charWidth":"ШиÑина (каÑакÑеÑа)","maxChars":"ÐакÑимално каÑакÑеÑа","type":"Тип","typeText":"ТекÑÑ","typePass":"Ðозинка","typeEmail":"Ð-поÑÑа","typeSearch":"ÐÑеÑÑага","typeTel":"ÐÑÐ¾Ñ ÑелеÑона","typeUrl":"УРÐ"}},"format":{"label":"ФоÑмаÑ","panelTitle":"ФоÑмаÑ","tag_address":"Adresa","tag_div":"ÐоÑмално (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":"Formatirano"},"horizontalrule":{"toolbar":"УнеÑи Ñ Ð¾ÑизонÑÐ°Ð»Ð½Ñ Ð»Ð¸Ð½Ð¸ÑÑ"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"image":{"alertUrl":"УнеÑиÑе УРРÑлике","alt":"ÐлÑеÑнаÑивни ÑекÑÑ","border":"ÐквиÑ","btnUpload":"ÐоÑаÑи на ÑеÑвеÑ","button2Img":"Ðа ли желиÑе да пÑомениÑе одабÑÐ°Ð½Ñ ÑÐ»Ð¸ÐºÑ Ð´ÑгмеÑа као ÑедноÑÑÐ°Ð²Ð½Ñ ÑликÑ?","hSpace":"HSpace","img2Button":"Ðа ли желиÑе да пÑомениÑе одабÑÐ°Ð½Ñ ÑÐ»Ð¸ÐºÑ Ñ ÑÐ»Ð¸ÐºÑ Ð´ÑгмеÑа?","infoTab":"ÐнÑо Ñлике","linkTab":"Ðинк","lockRatio":"ÐакÑÑÑÐ°Ñ Ð¾Ð´Ð½Ð¾Ñ","menu":"ÐÑобине Ñлика","resetSize":"РеÑеÑÑÑ Ð²ÐµÐ»Ð¸ÑинÑ","title":"ÐÑобине Ñлика","titleButton":"ÐÑобине дÑгмеÑа Ñа Ñликом","upload":"ÐоÑаÑи","urlMissing":"ÐедоÑÑаÑе УРРÑлике.","vSpace":"VSpace","validateBorder":"ÐвиÑа ÑÑеба да бÑде ÑиÑÑа.","validateHSpace":"HSpace ÑÑеба да бÑде ÑиÑÑа.","validateVSpace":"VSpace ÑÑеба да бÑде ÑиÑÑа."},"indent":{"indent":"УвеÑÐ°Ñ Ð»ÐµÐ²Ñ Ð¼Ð°ÑгинÑ","outdent":"СмаÑи Ð»ÐµÐ²Ñ Ð¼Ð°ÑгинÑ"},"smiley":{"options":"Smiley Options","title":"УнеÑи ÑмаÑлиÑа","toolbar":"СмаÑли"},"justify":{"block":"ÐбоÑÑÑано ÑавнаÑе","center":"ЦенÑÑиÑан ÑекÑÑ","left":"Ðево ÑавнаÑе","right":"ÐеÑно ÑавнаÑе"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"ÐÑиÑÑÑпни ÑаÑÑеÑ","advanced":"ÐапÑедни Ñагови","advisoryContentType":"Advisory вÑÑÑа ÑадÑжаÑа","advisoryTitle":"Advisory наÑлов","anchor":{"toolbar":"УнеÑи/измени ÑидÑо","menu":"ÐÑобине ÑидÑа","title":"ÐÑобине ÑидÑа","name":"Ðме ÑидÑа","errorName":"Ðолимо ÐÐ°Ñ Ð´Ð° ÑнеÑеÑе име ÑидÑа","remove":"Remove Anchor"},"anchorId":"Ðo Ðд-jÑ ÐµÐ»ÐµÐ¼ÐµÐ½Ñа","anchorName":"Ðо Ð½Ð°Ð·Ð¸Ð²Ñ ÑидÑа","charset":"Linked Resource Charset","cssClasses":"Stylesheet клаÑе","emailAddress":"ÐдÑеÑа елекÑÑонÑке поÑÑе","emailBody":"СадÑÐ¶Ð°Ñ Ð¿Ð¾ÑÑке","emailSubject":"ÐаÑлов","id":"Ðд","info":"Ðинк инÑо","langCode":"Ð¡Ð¼ÐµÑ Ñезика","langDir":"Ð¡Ð¼ÐµÑ Ñезика","langDirLTR":"С лева на деÑно (LTR)","langDirRTL":"С деÑна на лево (RTL)","menu":"ÐÑомени линк","name":"Ðазив","noAnchors":"(Ðема доÑÑÑÐ¿Ð½Ð¸Ñ ÑидÑа)","noEmail":"ÐÑкÑÑаÑÑе адÑеÑÑ ÐµÐ»ÐµÐºÑÑонÑке поÑÑе","noUrl":"УнеÑиÑе УРРлинка","other":"<дÑÑго>","popupDependent":"ÐавиÑно (Netscape)","popupFeatures":"ÐогÑÑноÑÑи иÑкаÑÑÑег пÑозоÑа","popupFullScreen":"ÐÑиказ пÑеко Ñелог екÑана (ÐE)","popupLeft":"Ðд леве ивиÑе екÑана (пикÑела)","popupLocationBar":"ÐокаÑиÑа","popupMenuBar":"ÐонÑекÑÑни мени","popupResizable":"ÐелиÑина Ñе меÑа","popupScrollBars":"СкÑол баÑ","popupStatusBar":"СÑаÑÑÑна линиÑа","popupToolbar":"Toolbar","popupTop":"Ðд вÑÑ Ð° екÑана (пикÑела)","rel":"ÐдноÑ","selectAnchor":"ÐдабеÑи ÑидÑо","styles":"СÑил","tabIndex":"Таб индекÑ","target":"MeÑa","targetFrame":"<оквиÑ>","targetFrameName":"Ðазив одÑедиÑног ÑÑеÑма","targetPopup":"<иÑкаÑÑÑи пÑозоÑ>","targetPopupName":"Ðазив иÑкаÑÑÑег пÑозоÑа","title":"Ðинк","toAnchor":"СидÑо на Ð¾Ð²Ð¾Ñ ÑÑÑаниÑи","toEmail":"EлекÑÑонÑка поÑÑа","toUrl":"УРÐ","toolbar":"УнеÑи/измени линк","type":"ÐÑÑÑа линка","unlink":"Уклони линк","upload":"ÐоÑаÑи"},"list":{"bulletedlist":"ÐенабÑоÑива лиÑÑа","numberedlist":"ÐабÑоÑÐ¸Ð²Ñ Ð»Ð¸ÑÑÑ"},"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":"Ðова ÑÑÑаниÑа"},"pagebreak":{"alt":"Page Break","toolbar":"Insert Page Break for Printing"},"pastetext":{"button":"Ðалепи као ÑиÑÑ ÑекÑÑ","title":"Ðалепи као ÑиÑÑ ÑекÑÑ"},"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":"Ðалепи из Worda","toolbar":"Ðалепи из Worda"},"preview":{"preview":"Ðзглед ÑÑÑаниÑе"},"print":{"toolbar":"ШÑампа"},"removeformat":{"toolbar":"Уклони ÑоÑмаÑиÑаÑе"},"save":{"toolbar":"СаÑÑваÑ"},"selectall":{"toolbar":"ÐзнаÑи Ñве"},"showblocks":{"toolbar":"Show Blocks"},"sourcearea":{"toolbar":"Kôд"},"specialchar":{"options":"ÐпÑиÑе ÑпеÑиÑалног каÑакÑеÑа","title":"ÐдабеÑиÑе ÑпеÑиÑални каÑакÑеÑ","toolbar":"УнеÑи ÑпеÑиÑални каÑакÑеÑ"},"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":"СÑил","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"table":{"border":"ÐелиÑина оквиÑа","caption":"ÐаÑлов Ñабеле","cell":{"menu":"Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"ÐбÑиÑи ÑелиÑе","merge":"Ð¡Ð¿Ð¾Ñ ÑелиÑе","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":"Размак ÑелиÑа","cellSpace":"ÐелиÑÑки пÑоÑÑоÑ","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"ÐбÑиÑи колоне"},"columns":"Kолона","deleteTable":"ÐбÑиÑи ÑаблÑ","headers":"ÐоглавÑа","headersBoth":"Ðба","headersColumn":"ÐÑва колона","headersNone":"None","headersRow":"ÐÑви Ñед","invalidBorder":"ÐелиÑина ивиÑе ÑÑеба да бÑде ÑиÑÑа.","invalidCellPadding":"ÐÑÑеÑе ÑелиÑе ÑÑеба да бÑде позиÑивна ÑиÑÑа.","invalidCellSpacing":"Размак ÑелиÑе ÑÑеба да бÑде позиÑивна ÑиÑÑа.","invalidCols":"ÐÑÐ¾Ñ ÐºÐ¾Ð»Ð¾Ð½Ð° ÑÑеба да бÑде ÑиÑÑа веÑа од 0.","invalidHeight":"ÐиÑина Ñабеле ÑÑеба да бÑде ÑиÑÑа.","invalidRows":"ÐÑÐ¾Ñ Ñеда ÑÑеба да бÑде ÑиÑÑа веÑа од 0.","invalidWidth":"ШиÑина Ñабеле ÑÑеба да бÑде ÑиÑÑа.","menu":"ÐÑобине Ñабеле","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"ÐбÑиÑи Ñедове"},"rows":"Редова","summary":"Резиме","title":"ÐÑобине Ñабеле","toolbar":"Табела","widthPc":"пÑоÑенаÑа","widthPx":"пикÑела","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":"Sorry, but service is unavailable now.","notInDic":"ÐиÑе Ñ ÑеÑникÑ","oneChange":"ÐÑовеÑа ÑпеловаÑа завÑÑена: ÐзмеÑена Ñе Ñедна ÑеÑ","progress":"ÐÑовеÑа ÑпеловаÑа Ñ ÑокÑ...","title":"Spell Check","toolbar":"ÐÑовеÑи ÑпеловаÑе"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/sv.js b/skins/ckeditor/lang/sv.js index 2c27a3e..51b9c98 100644 --- a/skins/ckeditor/lang/sv.js +++ b/skins/ckeditor/lang/sv.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.sv={dir:'ltr',editorTitle:'Rich text editor, %1, tryck ALT 0 för hjälp.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'Källa',newPage:'Ny sida',save:'Spara',preview:'Förhandsgranska',cut:'Klipp ut',copy:'Kopiera',paste:'Klistra in',print:'Skriv ut',underline:'Understruken',bold:'Fet',italic:'Kursiv',selectAll:'Markera allt',removeFormat:'Radera formatering',strike:'Genomstruken',subscript:'Nedsänkta tecken',superscript:'Upphöjda tecken',horizontalrule:'Infoga horisontal linje',pagebreak:'Infoga sidbrytning',pagebreakAlt:'Sidbrytning',unlink:'Radera länk',undo:'à ngra',redo:'Gör om',common:{browseServer:'Bläddra pÃ¥ server',url:'URL',protocol:'Protokoll',upload:'Ladda upp',uploadSubmit:'Skicka till server',image:'Bild',flash:'Flash',form:'Formulär',checkbox:'Kryssruta',radio:'Alternativknapp',textField:'Textfält',textarea:'Textruta',hiddenField:'Dolt fält',button:'Knapp',select:'Flervalslista',imageButton:'Bildknapp',notSet:'<ej angivet>',id:'Id',name:'Namn',langDir:'SprÃ¥kriktning',langDirLtr:'Vänster till Höger (VTH)',langDirRtl:'Höger till Vänster (HTV)',langCode:'SprÃ¥kkod',longDescr:'URL-beskrivning',cssClass:'Stilmall',advisoryTitle:'Titel',cssStyle:'Stilmall',ok:'OK',cancel:'Avbryt',close:'Stäng',preview:'Förhandsgranska',generalTab:'Allmänt',advancedTab:'Avancerad',validateNumberFailed:'Värdet är inte ett nummer.',confirmNewPage:'Alla ändringar i innehÃ¥llet kommer att förloras. Ãr du säker pÃ¥ att du vill ladda en ny sida?',confirmCancel:'NÃ¥gra av de alternativ har ändrats. Ãr du säker pÃ¥ att stänga dialogrutan?',options:'Alternativ',target:'MÃ¥l',targetNew:'Nytt fönster (_blank)',targetTop:'Ãversta fönstret (_top)',targetSelf:'Samma fönster (_self)',targetParent:'FöregÃ¥ende fönster (_parent)',langDirLTR:'Vänster till höger (LTR)',langDirRTL:'Höger till vänster (RTL)',styles:'Stil',cssClasses:'Stilmallar',width:'Bredd',height:'Höjd',align:'Justering',alignLeft:'Vänster',alignRight:'Höger',alignCenter:'Centrerad',alignTop:'Ãverkant',alignMiddle:'Mitten',alignBottom:'Nederkant',invalidHeight:'Höjd mÃ¥ste vara ett nummer.',invalidWidth:'Bredd mÃ¥ste vara ett nummer.',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 %).',unavailable:'%1<span class="cke_accessibility">, Ej tillgänglig</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'Klistra in utökat tecken',title:'Välj utökat tecken',options:'Special Character Options'},link:{toolbar:'Infoga/Redigera länk',other:'<annan>',menu:'Redigera länk',title:'Länk',info:'Länkinformation',target:'MÃ¥l',upload:'Ladda upp',advanced:'Avancerad',type:'Länktyp',toUrl:'URL',toAnchor:'Ankare i sidan',toEmail:'E-post',targetFrame:'<ram>',targetPopup:'<popup-fönster>',targetFrameName:'MÃ¥lets ramnamn',targetPopupName:'Popup-fönstrets namn',popupFeatures:'Popup-fönstrets egenskaper',popupResizable:'Resizable',popupStatusBar:'Statusfält',popupLocationBar:'Adressfält',popupToolbar:'Verktygsfält',popupMenuBar:'Menyfält',popupFullScreen:'Helskärm (endast IE)',popupScrollBars:'Scrolllista',popupDependent:'Beroende (endast Netscape)',popupLeft:'Position frÃ¥n vänster',popupTop:'Position frÃ¥n sidans topp',id:'Id',langDir:'SprÃ¥kriktning',langDirLTR:'Vänster till höger (VTH)',langDirRTL:'Höger till vänster (HTV)',acccessKey:'Behörighetsnyckel',name:'Namn',langCode:'SprÃ¥kriktning',tabIndex:'Tabindex',advisoryTitle:'Titel',advisoryContentType:'InnehÃ¥llstyp',cssClasses:'Stylesheet class',charset:'Teckenuppställning',styles:'Stilmall',rel:'Relationship',selectAnchor:'Välj ett ankare',anchorName:'efter ankarnamn',anchorId:'efter objektid',emailAddress:'E-postadress',emailSubject:'Ãmne',emailBody:'InnehÃ¥ll',noAnchors:'(Inga ankare kunde hittas)',noUrl:'Var god ange länkens URL',noEmail:'Var god ange E-postadress'},anchor:{toolbar:'Infoga/Redigera ankarlänk',menu:'Egenskaper för ankarlänk',title:'Egenskaper för ankarlänk',name:'Ankarnamn',errorName:'Var god ange ett ankarnamn',remove:'Remove Anchor'},list:{numberedTitle:'Egenskaper för punktlista',bulletedTitle:'Egenskaper för punktlista',type:'Typ',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Cirkel',disc:'Disk',square:'Fyrkant',none:'Ingen',notset:'<ej angiven>',armenian:'Armenisk numrering',georgian:'Georgisk numrering (an, ban, gan, etc.)',lowerRoman:'Romerska gemener (i, ii, iii, iv, v, etc.)',upperRoman:'Romerska versaler (I, II, III, IV, V, etc.)',lowerAlpha:'Alpha gemener (a, b, c, d, e, etc.)',upperAlpha:'Alpha versaler (A, B, C, D, E, etc.)',lowerGreek:'Grekiska gemener (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal nolla (01, 02, 03, etc.)'},findAndReplace:{title:'Sök och ersätt',find:'Sök',replace:'Ersätt',findWhat:'Sök efter:',replaceWith:'Ersätt med:',notFoundMsg:'Angiven text kunde ej hittas.',matchCase:'Skiftläge',matchWord:'Inkludera hela ord',matchCyclic:'Matcha cykliska',replaceAll:'Ersätt alla',replaceSuccessMsg:'%1 förekomst(er) ersatta.'},table:{toolbar:'Tabell',title:'Tabellegenskaper',menu:'Tabellegenskaper',deleteTable:'Radera tabell',rows:'Rader',columns:'Kolumner',border:'Kantstorlek',widthPx:'pixlar',widthPc:'procent',widthUnit:'enhet bredd',cellSpace:'CellavstÃ¥nd',cellPad:'Cellutfyllnad',caption:'Rubrik',summary:'Sammanfattning',headers:'Ruberiker',headersNone:'Ingen',headersColumn:'Första kolumnen',headersRow:'Första raden',headersBoth:'BÃ¥da',invalidRows:'Antal rader mÃ¥ste vara större än 0.',invalidCols:'Antal kolumner mÃ¥ste vara ett nummer större än 0.',invalidBorder:'Ram mÃ¥ste vara ett nummer.',invalidWidth:'Tabell mÃ¥ste vara ett nummer.',invalidHeight:'Tabellens höjd mÃ¥ste vara ett nummer.',invalidCellSpacing:'Luft i cell mÃ¥ste vara ett nummer.',invalidCellPadding:'Luft i cell mÃ¥ste vara ett nummer.',cell:{menu:'Cell',insertBefore:'Lägg till cell före',insertAfter:'Lägg till cell efter',deleteCell:'Radera celler',merge:'Sammanfoga celler',mergeRight:'Sammanfoga höger',mergeDown:'Sammanfoga ner',splitHorizontal:'Dela cell horisontellt',splitVertical:'Dela cell vertikalt',title:'Egenskaper för cell',cellType:'Celltyp',rowSpan:'Rad spann',colSpan:'Kolumnen spann',wordWrap:'Radbrytning',hAlign:'Horisontell justering',vAlign:'Vertikal justering',alignBaseline:'Baslinje',bgColor:'Bakgrundsfärg',borderColor:'Ramfärg',data:'Data',header:'Rubrik',yes:'Ja',no:'Nej',invalidWidth:'Cellens bredd mÃ¥ste vara ett nummer.',invalidHeight:'Cellens höjd mÃ¥ste vara ett nummer.',invalidRowSpan:'Radutvidgning mÃ¥ste vara ett heltal.',invalidColSpan:'Kolumn mÃ¥ste vara ett heltal.',chooseColor:'Välj'},row:{menu:'Rad',insertBefore:'Lägg till Rad Före',insertAfter:'Lägg till rad efter',deleteRow:'Radera rad'},column:{menu:'Kolumn',insertBefore:'Lägg till kolumn före',insertAfter:'Lägg till kolumn efter',deleteColumn:'Radera kolumn'}},button:{title:'Egenskaper för knapp',text:'Text (värde)',type:'Typ',typeBtn:'Knapp',typeSbm:'Skicka',typeRst:'à terställ'},checkboxAndRadio:{checkboxTitle:'Egenskaper för kryssruta',radioTitle:'Egenskaper för alternativknapp',value:'Värde',selected:'Vald'},form:{title:'Egenskaper för formulär',menu:'Egenskaper för formulär',action:'Funktion',method:'Metod',encoding:'Kodning'},select:{title:'Egenskaper för flervalslista',selectInfo:'Information',opAvail:'Befintliga val',value:'Värde',size:'Storlek',lines:'Linjer',chkMulti:'TillÃ¥t flerval',opText:'Text',opValue:'Värde',btnAdd:'Lägg till',btnModify:'Redigera',btnUp:'Upp',btnDown:'Ner',btnSetValue:'Markera som valt värde',btnDelete:'Radera'},textarea:{title:'Egenskaper för textruta',cols:'Kolumner',rows:'Rader'},textfield:{title:'Egenskaper för textfält',name:'Namn',value:'Värde',charWidth:'Teckenbredd',maxChars:'Max antal tecken',type:'Typ',typeText:'Text',typePass:'Lösenord'},hidden:{title:'Egenskaper för dolt fält',name:'Namn',value:'Värde'},image:{title:'Bildegenskaper',titleButton:'Egenskaper för bildknapp',menu:'Bildegenskaper',infoTab:'Bildinformation',btnUpload:'Skicka till server',upload:'Ladda upp',alt:'Alternativ text',lockRatio:'LÃ¥s höjd/bredd förhÃ¥llanden',resetSize:'à terställ storlek',border:'Kant',hSpace:'Horis. marginal',vSpace:'Vert. marginal',alertUrl:'Var god och ange bildens URL',linkTab:'Länk',button2Img:'Vill du omvandla den valda bildknappen pÃ¥ en enkel bild?',img2Button:'Vill du omvandla den valda bildknappen pÃ¥ en enkel bild?',urlMissing:'Bildkällans URL saknas.',validateBorder:'Kantlinje mÃ¥ste vara ett heltal.',validateHSpace:'HSpace mÃ¥ste vara ett heltal.',validateVSpace:'VSpace mÃ¥ste vara ett heltal.'},flash:{properties:'Flashegenskaper',propertiesTab:'Egenskaper',title:'Flashegenskaper',chkPlay:'Automatisk uppspelning',chkLoop:'Upprepa/Loopa',chkMenu:'Aktivera Flashmeny',chkFull:'TillÃ¥t helskärm',scale:'Skala',scaleAll:'Visa allt',scaleNoBorder:'Ingen ram',scaleFit:'Exakt passning',access:'Script-tillgÃ¥ng',accessAlways:'Alltid',accessSameDomain:'Samma domän',accessNever:'Aldrig',alignAbsBottom:'Absolut nederkant',alignAbsMiddle:'Absolut centrering',alignBaseline:'Baslinje',alignTextTop:'Text överkant',quality:'Kvalitet',qualityBest:'Bäst',qualityHigh:'Hög',qualityAutoHigh:'Auto Hög',qualityMedium:'Medium',qualityAutoLow:'Auto LÃ¥g',qualityLow:'LÃ¥g',windowModeWindow:'Fönster',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Fönsterläge',flashvars:'Variabler för Flash',bgcolor:'Bakgrundsfärg',hSpace:'Horis. marginal',vSpace:'Vert. marginal',validateSrc:'Var god ange länkens URL',validateHSpace:'HSpace mÃ¥ste vara ett nummer.',validateVSpace:'VSpace mÃ¥ste vara ett nummer.'},spellCheck:{toolbar:'Stavningskontroll',title:'Kontrollera stavning',notAvailable:'Tyvärr är tjänsten ej tillgänglig nu',errorLoading:'Tjänsten är ej tillgänglig: %s.',notInDic:'Saknas i ordlistan',changeTo:'Ãndra till',btnIgnore:'Ignorera',btnIgnoreAll:'Ignorera alla',btnReplace:'Ersätt',btnReplaceAll:'Ersätt alla',btnUndo:'à ngra',noSuggestions:'- Förslag saknas -',progress:'Stavningskontroll pÃ¥gÃ¥r...',noMispell:'Stavningskontroll slutförd: Inga stavfel pÃ¥träffades.',noChanges:'Stavningskontroll slutförd: Inga ord rättades.',oneChange:'Stavningskontroll slutförd: Ett ord rättades.',manyChanges:'Stavningskontroll slutförd: %1 ord rättades.',ieSpellDownload:'Stavningskontrollen är ej installerad. Vill du göra det nu?'},smiley:{toolbar:'Smiley',title:'Infoga smiley',options:'Smileyinställningar'},elementsPath:{eleLabel:'Elementets sökväg',eleTitle:'%1 element'},numberedlist:'Numrerad lista',bulletedlist:'Punktlista',indent:'Ãka indrag',outdent:'Minska indrag',justify:{left:'Vänsterjustera',center:'Centrera',right:'Högerjustera',block:'Justera till marginaler'},blockquote:'Blockcitat',clipboard:{title:'Klistra in',cutError:'Säkerhetsinställningar i Er webläsare tillÃ¥ter inte Ã¥tgÃ¥rden Klipp ut. Använd (Ctrl/Cmd+X) istället.',copyError:'Säkerhetsinställningar i Er webläsare tillÃ¥ter inte Ã¥tgÃ¥rden Kopiera. Använd (Ctrl/Cmd+C) istället',pasteMsg:'Var god och klistra in Er text i rutan nedan genom att använda (<STRONG>Ctrl/Cmd+V</STRONG>) klicka sen pÃ¥ <STRONG>OK</STRONG>.',securityMsg:'PÃ¥ grund av din webbläsares säkerhetsinställningar kan verktyget inte fÃ¥ Ã¥tkomst till urklippsdatan. Var god och använd detta fönster istället.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'Texten du vill klistra in verkar vara kopierad frÃ¥n Word. Vill du rensa innan du klistrar?',toolbar:'Klistra in frÃ¥n Word',title:'Klistra in frÃ¥n Word',error:'Det var inte möjligt att städa upp den inklistrade data pÃ¥ grund av ett internt fel'},pasteText:{button:'Klistra in som vanlig text',title:'Klistra in som vanlig text'},templates:{button:'Sidmallar',title:'Sidmallar',options:'Inställningar för mall',insertOption:'Ersätt aktuellt innehÃ¥ll',selectPromptMsg:'Var god välj en mall att använda med editorn<br>(allt nuvarande innehÃ¥ll raderas):',emptyListMsg:'(Ingen mall är vald)'},showBlocks:'Visa block',stylesCombo:{label:'Anpassad stil',panelTitle:'Formatmallar',panelTitle1:'Blockstil',panelTitle2:'Inbäddad stil',panelTitle3:'Objektets stil'},format:{label:'Teckenformat',panelTitle:'Teckenformat',tag_p:'Normal',tag_pre:'Formaterad',tag_address:'Adress',tag_h1:'Rubrik 1',tag_h2:'Rubrik 2',tag_h3:'Rubrik 3',tag_h4:'Rubrik 4',tag_h5:'Rubrik 5',tag_h6:'Rubrik 6',tag_div:'Normal (DIV)'},div:{title:'Skapa Div container',toolbar:'Skapa Div container',cssClassInputLabel:'Stilmallar',styleSelectLabel:'Stil',IdInputLabel:'Id',languageCodeInputLabel:' SprÃ¥kkod',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'RÃ¥dgivande titel',langDirLabel:'SprÃ¥kriktning',langDirLTRLabel:'Vänster till Höger (LTR)',langDirRTLLabel:'Höger till vänster (RTL)',edit:'Redigera Div',remove:'Ta bort Div'},iframe:{title:'iFrame Egenskaper',toolbar:'iFrame',noUrl:'Skriv in URL för iFrame',scrolling:'Aktivera rullningslister',border:'Visa ramkant'},font:{label:'Typsnitt',voiceLabel:'Typsnitt',panelTitle:'Typsnitt'},fontSize:{label:'Storlek',voiceLabel:'Teckenstorlek',panelTitle:'Storlek'},colorButton:{textColorTitle:'Textfärg',bgColorTitle:'Bakgrundsfärg',panelTitle:'Färger',auto:'Automatisk',more:'Fler färger...'},colors:{'000':'Svart',800000:'Rödbrun','8B4513':'Mörkbrun','2F4F4F':'SkiffergrÃ¥','008080':'Kricka','000080':'MarinblÃ¥','4B0082':'Indigo',696969:'MörkgrÃ¥',B22222:'Tegelsten',A52A2A:'Brun',DAA520:'Mörk guld','006400':'Mörkgrön','40E0D0':'Turkos','0000CD':'Medium blÃ¥',800080:'Lila',808080:'GrÃ¥',F00:'Röd',FF8C00:'Mörkorange',FFD700:'Guld','008000':'Grön','0FF':'Turkos','00F':'BlÃ¥',EE82EE:'Violett',A9A9A9:'Matt grÃ¥',FFA07A:'Laxrosa',FFA500:'Orange',FFFF00:'Gul','00FF00':'Lime',AFEEEE:'Ljusturkos',ADD8E6:'LjusblÃ¥',DDA0DD:'Plommon',D3D3D3:'LjusgrÃ¥',FFF0F5:'Ljus lavender',FAEBD7:'Antikvit',FFFFE0:'Ljusgul',F0FFF0:'Honung',F0FFFF:'AzurblÃ¥',F0F8FF:'AliceblÃ¥',E6E6FA:'Lavender',FFF:'Vit'},scayt:{title:'Stavningskontroll medan du skriver',opera_title:'Stöds ej av Opera',enable:'Aktivera SCAYT',disable:'Inaktivera SCAYT',about:'Om SCAYT',toggle:'Växla SCAYT',options:'Inställningar',langs:'SprÃ¥k',moreSuggestions:'Fler förslag',ignore:'Ignorera',ignoreAll:'Ignorera alla',addWord:'Lägg till ord',emptyDic:'Ordlistans namn fÃ¥r ej vara tomt.',optionsTab:'Inställningar',allCaps:'Ignorera alla ord med enbart versaler',ignoreDomainNames:'Ignorera domännamn',mixedCase:'Ignorera ord med blandat shiftläge',mixedWithDigits:'Ignorera ord med nummer',languagesTab:'SprÃ¥k',dictionariesTab:'Ordlistor',dic_field_name:'Ordlistans namn',dic_create:'Skapa',dic_restore:'à terställ',dic_delete:'Ta bort',dic_rename:'Byt namn',dic_info:'Inledningsvis lagras ordlistan i en cookie. När ordlista växer till en punkt där det inte kan lagras i en cookie, lagras den pÃ¥ vÃ¥r server. För att lagra din personliga ordlista pÃ¥ vÃ¥r server du ska ange ett namn för din ordbok. Om du redan har en lagrad ordbok, skriv namnet och klicka pÃ¥ knappen à terställ.',aboutTab:'Om'},about:{title:'Om CKEditor',dlgTitle:'Om CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'För information av licenciering besök vÃ¥r hemsida:',copy:'Copyright © $1. Alla rättigheter reserverade.'},maximize:'Maximera',minimize:'Minimera',fakeobjects:{anchor:'Ankare',flash:'Flashanimation',iframe:'iFrame',hiddenfield:'Gömt fält',unknown:'Okänt objekt'},resize:'Dra för att ändra storlek',colordialog:{title:'Välj färg',options:'Färgalternativ',highlight:'Markera',selected:'Vald färg',clear:'Rensa'},toolbarCollapse:'Dölj verktygsfält',toolbarExpand:'Visa verktygsfält',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'},bidi:{ltr:'Text riktning frÃ¥n vänster till höger',rtl:'Text riktning frÃ¥n höger till vänster'},docprops:{label:'Dokumentegenskaper',title:'Dokumentegenskaper',design:'Design',meta:'Metadata',chooseColor:'Välj',other:'<annan>',docTitle:'Sidtitel',charset:'Teckenuppsättningar',charsetOther:'Ãvriga teckenuppsättningar',charsetASCII:'ASCII',charsetCE:'Central Europa',charsetCT:'Traditionell Kinesisk (Big5)',charsetCR:'Kyrillisk',charsetGR:'Grekiska',charsetJP:'Japanska',charsetKR:'Koreanska',charsetTR:'Turkiska',charsetUN:'Unicode (UTF-8)',charsetWE:'Väst Europa',docType:'Sidhuvud',docTypeOther:'Ãvriga sidhuvuden',xhtmlDec:'Inkludera XHTML deklaration',bgColor:'Bakgrundsfärg',bgImage:'Bakgrundsbildens URL',bgFixed:'Fast bakgrund',txtColor:'Textfärg',margin:'Sidmarginal',marginTop:'Topp',marginLeft:'Vänster',marginRight:'Höger',marginBottom:'Botten',metaKeywords:'Sidans nyckelord',metaDescription:'Sidans beskrivning',metaAuthor:'Författare',metaCopyright:'Upphovsrätt',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['sv']={"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Tryck ALT 0 för hjälp","browseServer":"Bläddra pÃ¥ server","url":"URL","protocol":"Protokoll","upload":"Ladda upp","uploadSubmit":"Skicka till server","image":"Bild","flash":"Flash","form":"Formulär","checkbox":"Kryssruta","radio":"Alternativknapp","textField":"Textfält","textarea":"Textruta","hiddenField":"Dolt fält","button":"Knapp","select":"Flervalslista","imageButton":"Bildknapp","notSet":"<ej angivet>","id":"Id","name":"Namn","langDir":"SprÃ¥kriktning","langDirLtr":"Vänster till Höger (VTH)","langDirRtl":"Höger till Vänster (HTV)","langCode":"SprÃ¥kkod","longDescr":"URL-beskrivning","cssClass":"Stilmall","advisoryTitle":"Titel","cssStyle":"Stilmall","ok":"OK","cancel":"Avbryt","close":"Stäng","preview":"Förhandsgranska","resize":"Dra för att ändra storlek","generalTab":"Allmänt","advancedTab":"Avancerad","validateNumberFailed":"Värdet är inte ett nummer.","confirmNewPage":"Alla ändringar i innehÃ¥llet kommer att förloras. Ãr du säker pÃ¥ att du vill ladda en ny sida?","confirmCancel":"NÃ¥gra av alternativen har ändrats. Ãr du säker pÃ¥ att du vill stänga dialogrutan?","options":"Alternativ","target":"MÃ¥l","targetNew":"Nytt fönster (_blank)","targetTop":"Ãversta fönstret (_top)","targetSelf":"Samma fönster (_self)","targetParent":"FöregÃ¥ende fönster (_parent)","langDirLTR":"Vänster till höger (LTR)","langDirRTL":"Höger till vänster (RTL)","styles":"Stil","cssClasses":"Stilmallar","width":"Bredd","height":"Höjd","align":"Justering","alignLeft":"Vänster","alignRight":"Höger","alignCenter":"Centrerad","alignTop":"Ãverkant","alignMiddle":"Mitten","alignBottom":"Nederkant","invalidValue":"Felaktigt värde.","invalidHeight":"Höjd mÃ¥ste vara ett nummer.","invalidWidth":"Bredd mÃ¥ste vara ett nummer.","invalidCssLength":"Värdet för fältet \"%1\" mÃ¥ste vara ett positivt nummer med eller utan CSS-mätenheter (px, %, in, cm, mm, em, ex, pt, eller pc).","invalidHtmlLength":"Värdet för fältet \"%1\" mÃ¥ste vara ett positivt nummer med eller utan godkända HTML-mätenheter (px eller %).","invalidInlineStyle":"Det angivna värdet för style mÃ¥ste innehÃ¥lla en eller flera tupler separerade med semikolon i följande format: \"name : value\"","cssLengthTooltip":"Ange ett nummer i pixlar eller ett nummer men godkänd CSS-mätenhet (px, %, in, cm, mm, em, ex, pt, eller pc).","unavailable":"%1<span class=\"cke_accessibility\">, Ej tillgänglig</span>"},"about":{"copy":"Copyright © $1. Alla rättigheter reserverade.","dlgTitle":"Om CKEditor","help":"Se $1 för hjälp.","moreInfo":"För information av licensiering besök vÃ¥r hemsida:","title":"Om CKEditor","userGuide":"CKEditor User's Guide"},"basicstyles":{"bold":"Fet","italic":"Kursiv","strike":"Genomstruken","subscript":"Nedsänkta tecken","superscript":"Upphöjda tecken","underline":"Understruken"},"bidi":{"ltr":"Text riktning frÃ¥n vänster till höger","rtl":"Text riktning frÃ¥n höger till vänster"},"blockquote":{"toolbar":"Blockcitat"},"clipboard":{"copy":"Kopiera","copyError":"Säkerhetsinställningar i Er webbläsare tillÃ¥ter inte Ã¥tgärden kopiera. Använd (Ctrl/Cmd+C) istället.","cut":"Klipp ut","cutError":"Säkerhetsinställningar i Er webbläsare tillÃ¥ter inte Ã¥tgärden klipp ut. Använd (Ctrl/Cmd+X) istället.","paste":"Klistra in","pasteArea":"Paste Area","pasteMsg":"Var god och klistra in Er text i rutan nedan genom att använda (<strong>Ctrl/Cmd+V</strong>) klicka sen pÃ¥ OK.","securityMsg":"PÃ¥ grund av din webbläsares säkerhetsinställningar kan verktyget inte fÃ¥ Ã¥tkomst till urklippsdatan. Var god och använd detta fönster istället.","title":"Klistra in"},"button":{"selectedLabel":"%1 (Vald)"},"colorbutton":{"auto":"Automatisk","bgColorTitle":"Bakgrundsfärg","colors":{"000":"Svart","800000":"Rödbrun","8B4513":"Mörkbrun","2F4F4F":"SkiffergrÃ¥","008080":"Kricka","000080":"MarinblÃ¥","4B0082":"Indigo","696969":"MörkgrÃ¥","B22222":"Tegelsten","A52A2A":"Brun","DAA520":"Mörk guld","006400":"Mörkgrön","40E0D0":"Turkos","0000CD":"Medium blÃ¥","800080":"Lila","808080":"GrÃ¥","F00":"Röd","FF8C00":"Mörkorange","FFD700":"Guld","008000":"Grön","0FF":"Turkos","00F":"BlÃ¥","EE82EE":"Violett","A9A9A9":"Matt grÃ¥","FFA07A":"Laxrosa","FFA500":"Orange","FFFF00":"Gul","00FF00":"Lime","AFEEEE":"Ljusturkos","ADD8E6":"LjusblÃ¥","DDA0DD":"Plommon","D3D3D3":"LjusgrÃ¥","FFF0F5":"Ljus lavendel","FAEBD7":"Antikvit","FFFFE0":"Ljusgul","F0FFF0":"Honungsdagg","F0FFFF":"AzurblÃ¥","F0F8FF":"AliceblÃ¥","E6E6FA":"Lavendel","FFF":"Vit"},"more":"Fler färger...","panelTitle":"Färger","textColorTitle":"Textfärg"},"colordialog":{"clear":"Rensa","highlight":"Markera","options":"Färgalternativ","selected":"Vald färg","title":"Välj färg"},"templates":{"button":"Sidmallar","emptyListMsg":"(Ingen mall är vald)","insertOption":"Ersätt aktuellt innehÃ¥ll","options":"Inställningar för mall","selectPromptMsg":"Var god välj en mall att använda med editorn<br>(allt nuvarande innehÃ¥ll raderas):","title":"Sidmallar"},"contextmenu":{"options":"Context Menu Options"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"RÃ¥dgivande titel","cssClassInputLabel":"Stilmallar","edit":"Redigera Div","inlineStyleInputLabel":"Inline Style","langDirLTRLabel":"Vänster till höger (LTR)","langDirLabel":"SprÃ¥kriktning","langDirRTLLabel":"Höger till vänster (RTL)","languageCodeInputLabel":" SprÃ¥kkod","remove":"Ta bort Div","styleSelectLabel":"Stil","title":"Skapa Div container","toolbar":"Skapa Div container"},"toolbar":{"toolbarCollapse":"Dölj verktygsfält","toolbarExpand":"Visa verktygsfält","toolbarGroups":{"document":"Dokument","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Redigera verktygsfält"},"elementspath":{"eleLabel":"Elementets sökväg","eleTitle":"%1 element"},"find":{"find":"Sök","findOptions":"Sökalternativ","findWhat":"Sök efter:","matchCase":"Skiftläge","matchCyclic":"Matcha cykliska","matchWord":"Inkludera hela ord","notFoundMsg":"Angiven text kunde ej hittas.","replace":"Ersätt","replaceAll":"Ersätt alla","replaceSuccessMsg":"%1 förekomst(er) ersatta.","replaceWith":"Ersätt med:","title":"Sök och ersätt"},"fakeobjects":{"anchor":"Ankare","flash":"Flashanimation","hiddenfield":"Gömt fält","iframe":"iFrame","unknown":"Okänt objekt"},"flash":{"access":"Script-tillgÃ¥ng","accessAlways":"Alltid","accessNever":"Aldrig","accessSameDomain":"Samma domän","alignAbsBottom":"Absolut nederkant","alignAbsMiddle":"Absolut centrering","alignBaseline":"Baslinje","alignTextTop":"Text överkant","bgcolor":"Bakgrundsfärg","chkFull":"TillÃ¥t helskärm","chkLoop":"Upprepa/Loopa","chkMenu":"Aktivera Flashmeny","chkPlay":"Automatisk uppspelning","flashvars":"Variabler för Flash","hSpace":"Horis. marginal","properties":"Flashegenskaper","propertiesTab":"Egenskaper","quality":"Kvalitet","qualityAutoHigh":"Auto Hög","qualityAutoLow":"Auto LÃ¥g","qualityBest":"Bäst","qualityHigh":"Hög","qualityLow":"LÃ¥g","qualityMedium":"Medium","scale":"Skala","scaleAll":"Visa allt","scaleFit":"Exakt passning","scaleNoBorder":"Ingen ram","title":"Flashegenskaper","vSpace":"Vert. marginal","validateHSpace":"HSpace mÃ¥ste vara ett nummer.","validateSrc":"Var god ange länkens URL","validateVSpace":"VSpace mÃ¥ste vara ett nummer.","windowMode":"Fönsterläge","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Fönster"},"font":{"fontSize":{"label":"Storlek","voiceLabel":"Teckenstorlek","panelTitle":"Teckenstorlek"},"label":"Typsnitt","panelTitle":"Typsnitt","voiceLabel":"Typsnitt"},"forms":{"button":{"title":"Egenskaper för knapp","text":"Text (värde)","type":"Typ","typeBtn":"Knapp","typeSbm":"Skicka","typeRst":"à terställ"},"checkboxAndRadio":{"checkboxTitle":"Egenskaper för kryssruta","radioTitle":"Egenskaper för alternativknapp","value":"Värde","selected":"Vald"},"form":{"title":"Egenskaper för formulär","menu":"Egenskaper för formulär","action":"Funktion","method":"Metod","encoding":"Kodning"},"hidden":{"title":"Egenskaper för dolt fält","name":"Namn","value":"Värde"},"select":{"title":"Egenskaper för flervalslista","selectInfo":"Information","opAvail":"Befintliga val","value":"Värde","size":"Storlek","lines":"Linjer","chkMulti":"TillÃ¥t flerval","opText":"Text","opValue":"Värde","btnAdd":"Lägg till","btnModify":"Redigera","btnUp":"Upp","btnDown":"Ner","btnSetValue":"Markera som valt värde","btnDelete":"Radera"},"textarea":{"title":"Egenskaper för textruta","cols":"Kolumner","rows":"Rader"},"textfield":{"title":"Egenskaper för textfält","name":"Namn","value":"Värde","charWidth":"Teckenbredd","maxChars":"Max antal tecken","type":"Typ","typeText":"Text","typePass":"Lösenord","typeEmail":"E-post","typeSearch":"Sök","typeTel":"Telefonnummer","typeUrl":"URL"}},"format":{"label":"Teckenformat","panelTitle":"Teckenformat","tag_address":"Adress","tag_div":"Normal (DIV)","tag_h1":"Rubrik 1","tag_h2":"Rubrik 2","tag_h3":"Rubrik 3","tag_h4":"Rubrik 4","tag_h5":"Rubrik 5","tag_h6":"Rubrik 6","tag_p":"Normal","tag_pre":"Formaterad"},"horizontalrule":{"toolbar":"Infoga horisontal linje"},"iframe":{"border":"Visa ramkant","noUrl":"Skriv in URL för iFrame","scrolling":"Aktivera rullningslister","title":"iFrame Egenskaper","toolbar":"iFrame"},"image":{"alertUrl":"Var god och ange bildens URL","alt":"Alternativ text","border":"Kant","btnUpload":"Skicka till server","button2Img":"Vill du omvandla den valda bildknappen pÃ¥ en enkel bild?","hSpace":"Horis. marginal","img2Button":"Vill du omvandla den valda bildknappen pÃ¥ en enkel bild?","infoTab":"Bildinformation","linkTab":"Länk","lockRatio":"LÃ¥s höjd/bredd förhÃ¥llanden","menu":"Bildegenskaper","resetSize":"à terställ storlek","title":"Bildegenskaper","titleButton":"Egenskaper för bildknapp","upload":"Ladda upp","urlMissing":"Bildkällans URL saknas.","vSpace":"Vert. marginal","validateBorder":"Kantlinje mÃ¥ste vara ett heltal.","validateHSpace":"HSpace mÃ¥ste vara ett heltal.","validateVSpace":"VSpace mÃ¥ste vara ett heltal."},"indent":{"indent":"Ãka indrag","outdent":"Minska indrag"},"smiley":{"options":"Smileyinställningar","title":"Infoga smiley","toolbar":"Smiley"},"justify":{"block":"Justera till marginaler","center":"Centrera","left":"Vänsterjustera","right":"Högerjustera"},"language":{"button":"Sätt sprÃ¥k","remove":"Ta bort sprÃ¥k"},"link":{"acccessKey":"Behörighetsnyckel","advanced":"Avancerad","advisoryContentType":"InnehÃ¥llstyp","advisoryTitle":"Titel","anchor":{"toolbar":"Infoga/Redigera ankarlänk","menu":"Egenskaper för ankarlänk","title":"Egenskaper för ankarlänk","name":"Ankarnamn","errorName":"Var god ange ett ankarnamn","remove":"Radera ankare"},"anchorId":"Efter element-id","anchorName":"Efter ankarnamn","charset":"Teckenuppställning","cssClasses":"Stilmall","emailAddress":"E-postadress","emailBody":"InnehÃ¥ll","emailSubject":"Ãmne","id":"Id","info":"Länkinformation","langCode":"SprÃ¥kkod","langDir":"SprÃ¥kriktning","langDirLTR":"Vänster till höger (VTH)","langDirRTL":"Höger till vänster (HTV)","menu":"Redigera länk","name":"Namn","noAnchors":"(Inga ankare kunde hittas)","noEmail":"Var god ange e-postadress","noUrl":"Var god ange länkens URL","other":"<annan>","popupDependent":"Beroende (endast Netscape)","popupFeatures":"Popup-fönstrets egenskaper","popupFullScreen":"Helskärm (endast IE)","popupLeft":"Position frÃ¥n vänster","popupLocationBar":"Adressfält","popupMenuBar":"Menyfält","popupResizable":"Resizable","popupScrollBars":"Scrolllista","popupStatusBar":"Statusfält","popupToolbar":"Verktygsfält","popupTop":"Position frÃ¥n sidans topp","rel":"FörhÃ¥llande","selectAnchor":"Välj ett ankare","styles":"Stilmall","tabIndex":"Tabindex","target":"MÃ¥l","targetFrame":"<ram>","targetFrameName":"MÃ¥lets ramnamn","targetPopup":"<popup-fönster>","targetPopupName":"Popup-fönstrets namn","title":"Länk","toAnchor":"Länk till ankare i texten","toEmail":"E-post","toUrl":"URL","toolbar":"Infoga/Redigera länk","type":"Länktyp","unlink":"Radera länk","upload":"Ladda upp"},"list":{"bulletedlist":"Punktlista","numberedlist":"Numrerad lista"},"liststyle":{"armenian":"Armenisk numrering","bulletedTitle":"Egenskaper för punktlista","circle":"Cirkel","decimal":"Decimal (1, 2, 3, etc.)","decimalLeadingZero":"Decimal nolla (01, 02, 03, etc.)","disc":"Disk","georgian":"Georgisk numrering (an, ban, gan, etc.)","lowerAlpha":"Alpha gemener (a, b, c, d, e, etc.)","lowerGreek":"Grekiska gemener (alpha, beta, gamma, etc.)","lowerRoman":"Romerska gemener (i, ii, iii, iv, v, etc.)","none":"Ingen","notset":"<ej angiven>","numberedTitle":"Egenskaper för punktlista","square":"Fyrkant","start":"Start","type":"Typ","upperAlpha":"Alpha versaler (A, B, C, D, E, etc.)","upperRoman":"Romerska versaler (I, II, III, IV, V, etc.)","validateStartNumber":"Listans startnummer mÃ¥ste vara ett heltal."},"magicline":{"title":"Infoga paragraf här"},"maximize":{"maximize":"Maximera","minimize":"Minimera"},"newpage":{"toolbar":"Ny sida"},"pagebreak":{"alt":"Sidbrytning","toolbar":"Infoga sidbrytning för utskrift"},"pastetext":{"button":"Klistra in som vanlig text","title":"Klistra in som vanlig text"},"pastefromword":{"confirmCleanup":"Texten du vill klistra in verkar vara kopierad frÃ¥n Word. Vill du rensa den innan du klistrar in den?","error":"Det var inte möjligt att städa upp den inklistrade data pÃ¥ grund av ett internt fel","title":"Klistra in frÃ¥n Word","toolbar":"Klistra in frÃ¥n Word"},"preview":{"preview":"Förhandsgranska"},"print":{"toolbar":"Skriv ut"},"removeformat":{"toolbar":"Radera formatering"},"save":{"toolbar":"Spara"},"selectall":{"toolbar":"Markera allt"},"showblocks":{"toolbar":"Visa block"},"sourcearea":{"toolbar":"Källa"},"specialchar":{"options":"Alternativ för utökade tecken","title":"Välj utökat tecken","toolbar":"Klistra in utökat tecken"},"scayt":{"about":"Om SCAYT","aboutTab":"Om","addWord":"Lägg till ord","allCaps":"Ignorera alla ord med enbart versaler","dic_create":"Skapa","dic_delete":"Ta bort","dic_field_name":"Ordlistans namn","dic_info":"Inledningsvis lagras ordlistan i en cookie. När ordlista växer till en punkt där det inte kan lagras i en cookie, lagras den pÃ¥ vÃ¥r server. För att lagra din personliga ordlista pÃ¥ vÃ¥r server du ska ange ett namn för din ordbok. Om du redan har en lagrad ordbok, skriv namnet och klicka pÃ¥ knappen à terställ.","dic_rename":"Byt namn","dic_restore":"à terställ","dictionariesTab":"Ordlistor","disable":"Inaktivera SCAYT","emptyDic":"Ordlistans namn fÃ¥r ej vara tomt.","enable":"Aktivera SCAYT","ignore":"Ignorera","ignoreAll":"Ignorera alla","ignoreDomainNames":"Ignorera domännamn","langs":"SprÃ¥k","languagesTab":"SprÃ¥k","mixedCase":"Ignorera ord med blandat shiftläge","mixedWithDigits":"Ignorera ord med nummer","moreSuggestions":"Fler förslag","opera_title":"Stöds ej av Opera","options":"Inställningar","optionsTab":"Inställningar","title":"Stavningskontroll medan du skriver","toggle":"Växla SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Anpassad stil","panelTitle":"Formatmallar","panelTitle1":"Blockstil","panelTitle2":"Inbäddad stil","panelTitle3":"Objektets stil"},"table":{"border":"Kantstorlek","caption":"Rubrik","cell":{"menu":"Cell","insertBefore":"Lägg till cell före","insertAfter":"Lägg till cell efter","deleteCell":"Radera celler","merge":"Sammanfoga celler","mergeRight":"Sammanfoga höger","mergeDown":"Sammanfoga ner","splitHorizontal":"Dela cell horisontellt","splitVertical":"Dela cell vertikalt","title":"Egenskaper för cell","cellType":"Celltyp","rowSpan":"Rad spann","colSpan":"Kolumnen spann","wordWrap":"Radbrytning","hAlign":"Horisontell justering","vAlign":"Vertikal justering","alignBaseline":"Baslinje","bgColor":"Bakgrundsfärg","borderColor":"Ramfärg","data":"Data","header":"Rubrik","yes":"Ja","no":"Nej","invalidWidth":"Cellens bredd mÃ¥ste vara ett nummer.","invalidHeight":"Cellens höjd mÃ¥ste vara ett nummer.","invalidRowSpan":"Radutvidgning mÃ¥ste vara ett heltal.","invalidColSpan":"Kolumn mÃ¥ste vara ett heltal.","chooseColor":"Välj"},"cellPad":"Cellutfyllnad","cellSpace":"CellavstÃ¥nd","column":{"menu":"Kolumn","insertBefore":"Lägg till kolumn före","insertAfter":"Lägg till kolumn efter","deleteColumn":"Radera kolumn"},"columns":"Kolumner","deleteTable":"Radera tabell","headers":"Rubriker","headersBoth":"BÃ¥da","headersColumn":"Första kolumnen","headersNone":"Ingen","headersRow":"Första raden","invalidBorder":"Ram mÃ¥ste vara ett nummer.","invalidCellPadding":"Luft i cell mÃ¥ste vara ett nummer.","invalidCellSpacing":"Luft i cell mÃ¥ste vara ett nummer.","invalidCols":"Antal kolumner mÃ¥ste vara ett nummer större än 0.","invalidHeight":"Tabellens höjd mÃ¥ste vara ett nummer.","invalidRows":"Antal rader mÃ¥ste vara större än 0.","invalidWidth":"Tabell mÃ¥ste vara ett nummer.","menu":"Tabellegenskaper","row":{"menu":"Rad","insertBefore":"Lägg till rad före","insertAfter":"Lägg till rad efter","deleteRow":"Radera rad"},"rows":"Rader","summary":"Sammanfattning","title":"Tabellegenskaper","toolbar":"Tabell","widthPc":"procent","widthPx":"pixlar","widthUnit":"enhet bredd"},"undo":{"redo":"Gör om","undo":"à ngra"},"wsc":{"btnIgnore":"Ignorera","btnIgnoreAll":"Ignorera alla","btnReplace":"Ersätt","btnReplaceAll":"Ersätt alla","btnUndo":"à ngra","changeTo":"Ãndra till","errorLoading":"Tjänsten är ej tillgänglig: %s.","ieSpellDownload":"Stavningskontrollen är ej installerad. Vill du göra det nu?","manyChanges":"Stavningskontroll slutförd: %1 ord rättades.","noChanges":"Stavningskontroll slutförd: Inga ord rättades.","noMispell":"Stavningskontroll slutförd: Inga stavfel pÃ¥träffades.","noSuggestions":"- Förslag saknas -","notAvailable":"Tyvärr är tjänsten ej tillgänglig nu","notInDic":"Saknas i ordlistan","oneChange":"Stavningskontroll slutförd: Ett ord rättades.","progress":"Stavningskontroll pÃ¥gÃ¥r...","title":"Kontrollera stavning","toolbar":"Stavningskontroll"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/th.js b/skins/ckeditor/lang/th.js index 7b3b0fc..51bb1d3 100644 --- a/skins/ckeditor/lang/th.js +++ b/skins/ckeditor/lang/th.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.th={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'à¸à¸¹à¸£à¸«à¸±à¸ª HTML',newPage:'สรà¹à¸²à¸à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£à¹à¸«à¸¡à¹',save:'à¸à¸±à¸à¸à¸¶à¸',preview:'à¸à¸¹à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£à¸à¸±à¸§à¸à¸¢à¹à¸²à¸',cut:'à¸à¸±à¸',copy:'สำà¹à¸à¸²',paste:'วาà¸',print:'สัà¹à¸à¸à¸´à¸¡à¸à¹',underline:'à¸à¸±à¸§à¸à¸µà¸à¹à¸ªà¹à¸à¹à¸à¹',bold:'à¸à¸±à¸§à¸«à¸à¸²',italic:'à¸à¸±à¸§à¹à¸à¸µà¸¢à¸',selectAll:'à¹à¸¥à¸·à¸à¸à¸à¸±à¹à¸à¸«à¸¡à¸',removeFormat:'ลà¹à¸²à¸à¸£à¸¹à¸à¹à¸à¸',strike:'à¸à¸±à¸§à¸à¸µà¸à¹à¸ªà¹à¸à¸à¸±à¸',subscript:'à¸à¸±à¸§à¸«à¹à¸à¸¢',superscript:'à¸à¸±à¸§à¸¢à¸',horizontalrule:'à¹à¸à¸£à¸à¹à¸ªà¹à¸à¸à¸±à¹à¸à¸à¸£à¸£à¸à¸±à¸',pagebreak:'à¹à¸à¸£à¸à¸à¸±à¸§à¹à¸à¹à¸à¸«à¸à¹à¸² Page Break',pagebreakAlt:'Page Break',unlink:'ลภลิà¸à¸à¹',undo:'ยà¸à¹à¸¥à¸´à¸à¸à¸³à¸ªà¸±à¹à¸',redo:'à¸à¸³à¸à¹à¸³à¸à¸³à¸ªà¸±à¹à¸',common:{browseServer:'à¹à¸à¸´à¸à¸«à¸à¹à¸²à¸à¹à¸²à¸à¸à¸±à¸à¸à¸²à¸£à¹à¸à¸¥à¹à¸à¸±à¸à¹à¸«à¸¥à¸',url:'à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸ URL',protocol:'à¹à¸à¸£à¹à¸à¸à¸à¸¥',upload:'à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹',uploadSubmit:'à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹à¹à¸à¹à¸à¹à¸à¹à¸§à¹à¸à¸µà¹à¹à¸à¸£à¸·à¹à¸à¸à¹à¸¡à¹à¸à¹à¸²à¸¢ (à¹à¸à¸´à¸£à¹à¸à¹à¸§à¸à¸£à¹)',image:'รูà¸à¸ าà¸',flash:'à¹à¸à¸¥à¹ Flash',form:'à¹à¸à¸à¸à¸à¸£à¹à¸¡',checkbox:'à¹à¸à¹à¸à¸à¹à¸à¸',radio:'à¹à¸£à¸à¸´à¹à¸à¸à¸±à¸à¸à¸à¸',textField:'à¹à¸à¹à¸à¸à¹à¸à¸´à¸¥à¸à¹',textarea:'à¹à¸à¹à¸à¸à¹à¹à¸à¹à¸£à¸µà¸¢',hiddenField:'ฮิà¸à¹à¸à¸à¸à¸´à¸¥à¸à¹',button:'à¸à¸¸à¹à¸¡',select:'à¹à¸à¸à¸à¸±à¸§à¹à¸¥à¸·à¸à¸',imageButton:'à¸à¸¸à¹à¸¡à¹à¸à¸à¸£à¸¹à¸à¸ าà¸',notSet:'<à¹à¸¡à¹à¸£à¸°à¸à¸¸>',id:'à¹à¸à¸à¸µ',name:'à¸à¸·à¹à¸',langDir:'à¸à¸²à¸£à¹à¸à¸µà¸¢à¸-à¸à¹à¸²à¸à¸ าษา',langDirLtr:'à¸à¸²à¸à¸à¹à¸²à¸¢à¹à¸à¸à¸§à¸² (LTR)',langDirRtl:'à¸à¸²à¸à¸à¸§à¸²à¸¡à¸²à¸à¹à¸²à¸¢ (RTL)',langCode:'รหัสภาษา',longDescr:'à¸à¸³à¸à¸à¸´à¸à¸²à¸¢à¸à¸£à¸°à¸à¸à¸ URL',cssClass:'à¸à¸¥à¸²à¸ªà¸à¸à¸à¹à¸à¸¥à¹à¸à¸³à¸«à¸à¸à¸¥à¸±à¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥',advisoryTitle:'à¸à¸³à¹à¸à¸£à¸´à¹à¸à¸à¸³',cssStyle:'ลัà¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥',ok:'à¸à¸à¸¥à¸',cancel:'ยà¸à¹à¸¥à¸´à¸',close:'Close',preview:'Preview',generalTab:'General',advancedTab:'à¸à¸±à¹à¸à¸ªà¸¹à¸',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:'Some of the options have been changed. Are you sure to close the dialog?',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:'à¸à¸§à¸²à¸¡à¸à¸§à¹à¸²à¸',height:'à¸à¸§à¸²à¸¡à¸ªà¸¹à¸',align:'à¸à¸²à¸£à¸à¸±à¸à¸§à¸²à¸',alignLeft:'à¸à¸´à¸à¸à¹à¸²à¸¢',alignRight:'à¸à¸´à¸à¸à¸§à¸²',alignCenter:'à¸à¸¶à¹à¸à¸à¸¥à¸²à¸',alignTop:'à¸à¸à¸ªà¸¸à¸',alignMiddle:'à¸à¸¶à¹à¸à¸à¸¥à¸²à¸à¹à¸à¸§à¸à¸±à¹à¸',alignBottom:'à¸à¸´à¸à¸à¹à¸²à¸à¸¥à¹à¸²à¸',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 %).',unavailable:'%1<span class="cke_accessibility">, unavailable</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'à¹à¸à¸£à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸´à¹à¸¨à¸©',title:'à¹à¸à¸£à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸´à¹à¸¨à¸©',options:'Special Character Options'},link:{toolbar:'à¹à¸à¸£à¸/à¹à¸à¹à¹à¸ ลิà¸à¸à¹',other:'<à¸à¸·à¹à¸ à¹>',menu:'à¹à¸à¹à¹à¸ ลิà¸à¸à¹',title:'ลิà¸à¸à¹à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸à¹à¸§à¹à¸ à¸à¸µà¹à¸¡à¸¥à¹ รูà¸à¸ าภหรืà¸à¹à¸à¸¥à¹à¸à¸·à¹à¸à¹',info:'รายละà¹à¸à¸µà¸¢à¸',target:'à¸à¸²à¸£à¹à¸à¸´à¸à¸«à¸à¹à¸²à¸¥à¸´à¸à¸à¹',upload:'à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹',advanced:'à¸à¸±à¹à¸à¸ªà¸¹à¸',type:'à¸à¸£à¸°à¹à¸ à¸à¸à¸à¸à¸¥à¸´à¸à¸à¹',toUrl:'URL',toAnchor:'à¸à¸¸à¸à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸ (Anchor)',toEmail:'สà¹à¸à¸à¸µà¹à¸¡à¸¥à¹ (E-Mail)',targetFrame:'<à¹à¸à¸´à¸à¹à¸à¹à¸à¸£à¸¡>',targetPopup:'<à¹à¸à¸´à¸à¸«à¸à¹à¸²à¸à¸à¹à¸¥à¹à¸ (Pop-up)>',targetFrameName:'à¸à¸·à¹à¸à¸à¸²à¸£à¹à¹à¸à¹à¸à¹à¸à¸£à¸¡',targetPopupName:'ระà¸à¸¸à¸à¸·à¹à¸à¸«à¸à¹à¸²à¸à¸à¹à¸¥à¹à¸ (Pop-up)',popupFeatures:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¸«à¸à¹à¸²à¸à¸à¹à¸¥à¹à¸ (Pop-up)',popupResizable:'Resizable',popupStatusBar:'à¹à¸ªà¸à¸à¹à¸à¸à¸ªà¸à¸²à¸à¸°',popupLocationBar:'à¹à¸ªà¸à¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¸à¸à¹à¸à¸¥à¹',popupToolbar:'à¹à¸ªà¸à¸à¹à¸à¸à¹à¸à¸£à¸·à¹à¸à¸à¸¡à¸·à¸',popupMenuBar:'à¹à¸ªà¸à¸à¹à¸à¸à¹à¸¡à¸à¸¹',popupFullScreen:'à¹à¸ªà¸à¸à¹à¸à¹à¸¡à¸«à¸à¹à¸²à¸à¸ (IE5.5++ à¹à¸à¹à¸²à¸à¸±à¹à¸)',popupScrollBars:'à¹à¸ªà¸à¸à¹à¸à¸à¹à¸¥à¸·à¹à¸à¸',popupDependent:'à¹à¸ªà¸à¸à¹à¸à¹à¸¡à¸«à¸à¹à¸²à¸à¸ (Netscape)',popupLeft:'à¸à¸´à¸à¸±à¸à¸à¹à¸²à¸¢ (Left Position)',popupTop:'à¸à¸´à¸à¸±à¸à¸à¸ (Top Position)',id:'Id',langDir:'à¸à¸²à¸£à¹à¸à¸µà¸¢à¸-à¸à¹à¸²à¸à¸ าษา',langDirLTR:'à¸à¸²à¸à¸à¹à¸²à¸¢à¹à¸à¸à¸§à¸² (LTR)',langDirRTL:'à¸à¸²à¸à¸à¸§à¸²à¸¡à¸²à¸à¹à¸²à¸¢ (RTL)',acccessKey:'à¹à¸à¸à¹à¸à¸ª à¸à¸µà¸¢à¹',name:'à¸à¸·à¹à¸',langCode:'à¸à¸²à¸£à¹à¸à¸µà¸¢à¸-à¸à¹à¸²à¸à¸ าษา',tabIndex:'ลำà¸à¸±à¸à¸à¸à¸ à¹à¸à¹à¸',advisoryTitle:'à¸à¸³à¹à¸à¸£à¸´à¹à¸à¸à¸³',advisoryContentType:'à¸à¸à¸´à¸à¸à¸à¸à¸à¸³à¹à¸à¸£à¸´à¹à¸à¸à¸³',cssClasses:'à¸à¸¥à¸²à¸ªà¸à¸à¸à¹à¸à¸¥à¹à¸à¸³à¸«à¸à¸à¸¥à¸±à¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥',charset:'ลิà¸à¸à¹à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸à¹à¸à¸¢à¸±à¸à¸à¸¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£',styles:'ลัà¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥',rel:'Relationship',selectAnchor:'ระà¸à¸¸à¸à¹à¸à¸¡à¸¹à¸¥à¸à¸à¸à¸à¸¸à¸à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸ (Anchor)',anchorName:'à¸à¸·à¹à¸',anchorId:'à¹à¸à¸à¸µ',emailAddress:'à¸à¸µà¹à¸¡à¸¥à¹ (E-Mail)',emailSubject:'หัวà¹à¸£à¸·à¹à¸à¸',emailBody:'à¸à¹à¸à¸à¸§à¸²à¸¡',noAnchors:'(ยัà¸à¹à¸¡à¹à¸¡à¸µà¸à¸¸à¸à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸à¸ ายà¹à¸à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£à¸à¸µà¹)',noUrl:'à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸à¸à¸à¸à¹à¸¥à¸à¹ (URL)',noEmail:'à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸µà¹à¸¡à¸¥à¹ (E-mail)'},anchor:{toolbar:'à¹à¸à¸£à¸/à¹à¸à¹à¹à¸ Anchor',menu:'รายละà¹à¸à¸µà¸¢à¸ Anchor',title:'รายละà¹à¸à¸µà¸¢à¸ Anchor',name:'à¸à¸·à¹à¸ Anchor',errorName:'à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸·à¹à¸à¸à¸à¸ Anchor',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'Find and Replace',find:'à¸à¹à¸à¸«à¸²',replace:'à¸à¹à¸à¸«à¸²à¹à¸¥à¸°à¹à¸à¸à¸à¸µà¹',findWhat:'à¸à¹à¸à¸«à¸²à¸à¸³à¸§à¹à¸²:',replaceWith:'à¹à¸à¸à¸à¸µà¹à¸à¹à¸§à¸¢:',notFoundMsg:'à¹à¸¡à¹à¸à¸à¸à¸³à¸à¸µà¹à¸à¹à¸à¸«à¸².',matchCase:'à¸à¸±à¸§à¹à¸«à¸à¹-à¹à¸¥à¹à¸ à¸à¹à¸à¸à¸à¸£à¸à¸à¸±à¸',matchWord:'à¸à¹à¸à¸à¸à¸£à¸à¸à¸±à¸à¸à¸¸à¸à¸à¸³',matchCyclic:'Match cyclic',replaceAll:'à¹à¸à¸à¸à¸µà¹à¸à¸±à¹à¸à¸«à¸¡à¸à¸à¸µà¹à¸à¸',replaceSuccessMsg:'%1 occurrence(s) replaced.'},table:{toolbar:'à¸à¸²à¸£à¸²à¸',title:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¸à¸²à¸£à¸²à¸',menu:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¸à¸²à¸£à¸²à¸',deleteTable:'ลà¸à¸à¸²à¸£à¸²à¸',rows:'à¹à¸à¸§',columns:'สà¸à¸¡à¸à¹',border:'à¸à¸à¸²à¸à¹à¸ªà¹à¸à¸à¸à¸',widthPx:'à¸à¸¸à¸à¸ªà¸µ',widthPc:'à¹à¸à¸à¸£à¹à¹à¸à¹à¸',widthUnit:'width unit',cellSpace:'ระยะà¹à¸à¸§à¸à¸à¸à¸',cellPad:'ระยะà¹à¸à¸§à¸à¸±à¹à¸',caption:'หัวà¹à¸£à¸·à¹à¸à¸à¸à¸à¸à¸à¸²à¸£à¸²à¸',summary:'สรุà¸à¸à¸§à¸²à¸¡',headers:'Headers',headersNone:'None',headersColumn:'First column',headersRow:'First Row',headersBoth:'Both',invalidRows:'Number of rows must be a number greater than 0.',invalidCols:'Number of columns must be a number greater than 0.',invalidBorder:'Border size must be a number.',invalidWidth:'Table width must be a number.',invalidHeight:'Table height must be a number.',invalidCellSpacing:'Cell spacing must be a positive number.',invalidCellPadding:'Cell padding must be a positive number.',cell:{menu:'à¸à¹à¸à¸à¸à¸²à¸£à¸²à¸',insertBefore:'Insert Cell Before',insertAfter:'Insert Cell After',deleteCell:'ลà¸à¸à¹à¸à¸',merge:'à¸à¸ªà¸²à¸à¸à¹à¸à¸',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'},row:{menu:'à¹à¸à¸§',insertBefore:'Insert Row Before',insertAfter:'Insert Row After',deleteRow:'ลà¸à¹à¸à¸§'},column:{menu:'à¸à¸à¸¥à¸±à¸¡à¸à¹',insertBefore:'Insert Column Before',insertAfter:'Insert Column After',deleteColumn:'ลà¸à¸ªà¸à¸¡à¸à¹'}},button:{title:'รายละà¹à¸à¸µà¸¢à¸à¸à¸à¸ à¸à¸¸à¹à¸¡',text:'à¸à¹à¸à¸à¸§à¸²à¸¡ (à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£)',type:'à¸à¹à¸à¸à¸§à¸²à¸¡',typeBtn:'Button',typeSbm:'Submit',typeRst:'Reset'},checkboxAndRadio:{checkboxTitle:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¹à¸à¸à¹à¸à¸',radioTitle:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸£à¸à¸´à¹à¸à¸à¸±à¸à¸à¸à¸',value:'à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£',selected:'à¹à¸¥à¸·à¸à¸à¹à¸à¹à¸à¸à¹à¸²à¹à¸£à¸´à¹à¸¡à¸à¹à¸'},form:{title:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¸à¸à¸à¸£à¹à¸¡',menu:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¸à¸à¸à¸£à¹à¸¡',action:'à¹à¸à¸à¸à¸±à¹à¸',method:'à¹à¸¡à¸à¸à¸',encoding:'Encoding'},select:{title:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¸à¸à¸±à¸§à¹à¸¥à¸·à¸à¸',selectInfo:'à¸à¸´à¸à¹à¸',opAvail:'รายà¸à¸²à¸£à¸à¸±à¸§à¹à¸¥à¸·à¸à¸',value:'à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£',size:'à¸à¸à¸²à¸',lines:'à¸à¸£à¸£à¸à¸±à¸',chkMulti:'à¹à¸¥à¸·à¸à¸à¸«à¸¥à¸²à¸¢à¸à¹à¸²à¹à¸à¹',opText:'à¸à¹à¸à¸à¸§à¸²à¸¡',opValue:'à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£',btnAdd:'à¹à¸à¸´à¹à¸¡',btnModify:'à¹à¸à¹à¹à¸',btnUp:'à¸à¸',btnDown:'ลà¹à¸²à¸',btnSetValue:'à¹à¸¥à¸·à¸à¸à¹à¸à¹à¸à¸à¹à¸²à¹à¸£à¸´à¹à¸¡à¸à¹à¸',btnDelete:'ลà¸'},textarea:{title:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¹à¸à¹à¸à¹à¸£à¸µà¸¢',cols:'สà¸à¸¡à¸ à¹',rows:'à¹à¸à¸§'},textfield:{title:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¹à¸à¸à¹à¸à¸´à¸¥à¸à¹',name:'à¸à¸·à¹à¸',value:'à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£',charWidth:'à¸à¸§à¸²à¸¡à¸à¸§à¹à¸²à¸',maxChars:'à¸à¸³à¸à¸§à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸ªà¸¹à¸à¸ªà¸¸à¸',type:'à¸à¸à¸´à¸',typeText:'à¸à¹à¸à¸à¸§à¸²à¸¡',typePass:'รหัสà¸à¹à¸²à¸'},hidden:{title:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ ฮิà¸à¹à¸à¸à¸à¸´à¸¥à¸à¹',name:'à¸à¸·à¹à¸',value:'à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£'},image:{title:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ รูà¸à¸ าà¸',titleButton:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¸à¸¸à¹à¸¡à¹à¸à¸à¸£à¸¹à¸à¸ าà¸',menu:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ รูà¸à¸ าà¸',infoTab:'à¸à¹à¸à¸¡à¸¹à¸¥à¸à¸à¸à¸£à¸¹à¸à¸ าà¸',btnUpload:'à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹à¹à¸à¹à¸à¹à¸à¹à¸§à¹à¸à¸µà¹à¹à¸à¸£à¸·à¹à¸à¸à¹à¸¡à¹à¸à¹à¸²à¸¢ (à¹à¸à¸´à¸£à¹à¸à¹à¸§à¸à¸£à¹)',upload:'à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹',alt:'à¸à¸³à¸à¸£à¸°à¸à¸à¸à¸£à¸¹à¸à¸ าà¸',lockRatio:'à¸à¸³à¸«à¸à¸à¸à¸±à¸à¸£à¸²à¸ªà¹à¸§à¸ à¸à¸§à¹à¸²à¸-สูภà¹à¸à¸à¸à¸à¸à¸µà¹',resetSize:'à¸à¸³à¸«à¸à¸à¸£à¸¹à¸à¹à¸à¹à¸²à¸à¸à¸²à¸à¸à¸£à¸´à¸',border:'à¸à¸à¸²à¸à¸à¸à¸à¸£à¸¹à¸',hSpace:'ระยะà¹à¸à¸§à¸à¸à¸',vSpace:'ระยะà¹à¸à¸§à¸à¸±à¹à¸',alertUrl:'à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸à¸à¸à¸à¹à¸¥à¸à¹à¸à¸à¸à¹à¸à¸¥à¹à¸£à¸¹à¸à¸ าภ(URL)',linkTab:'ลิà¹à¸à¸à¹',button2Img:'Do you want to transform the selected image button on a simple image?',img2Button:'Do you want to transform the selected image on a image button?',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¹à¸à¸¥à¹ Flash',propertiesTab:'Properties',title:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¹à¸à¸¥à¹ Flash',chkPlay:'à¹à¸¥à¹à¸à¸à¸±à¸à¹à¸à¸¡à¸±à¸à¸´ Auto Play',chkLoop:'à¹à¸¥à¹à¸à¸§à¸à¸£à¸à¸ Loop',chkMenu:'à¹à¸«à¹à¹à¸à¹à¸à¸²à¸à¹à¸¡à¸à¸¹à¸à¸à¸ Flash',chkFull:'Allow Fullscreen',scale:'à¸à¸±à¸à¸£à¸²à¸ªà¹à¸§à¸ Scale',scaleAll:'à¹à¸ªà¸à¸à¹à¸«à¹à¹à¸«à¹à¸à¸à¸±à¹à¸à¸«à¸¡à¸ Show all',scaleNoBorder:'à¹à¸¡à¹à¹à¸ªà¸à¸à¹à¸ªà¹à¸à¸à¸à¸ No Border',scaleFit:'à¹à¸ªà¸à¸à¹à¸«à¹à¸à¸à¸à¸µà¸à¸±à¸à¸à¸·à¹à¸à¸à¸µà¹ Exact Fit',access:'Script Access',accessAlways:'Always',accessSameDomain:'Same domain',accessNever:'Never',alignAbsBottom:'à¸à¸´à¸à¸à¹à¸²à¸à¸¥à¹à¸²à¸à¸ªà¸¸à¸',alignAbsMiddle:'à¸à¸¶à¹à¸à¸à¸¥à¸²à¸',alignBaseline:'à¸à¸´à¸à¸à¸£à¸£à¸à¸±à¸',alignTextTop:'à¹à¸à¹à¸à¸±à¸§à¸à¸±à¸à¸©à¸£',quality:'Quality',qualityBest:'Best',qualityHigh:'High',qualityAutoHigh:'Auto High',qualityMedium:'Medium',qualityAutoLow:'Auto Low',qualityLow:'Low',windowModeWindow:'Window',windowModeOpaque:'Opaque',windowModeTransparent:'Transparent',windowMode:'Window mode',flashvars:'Variables for Flash',bgcolor:'สีà¸à¸·à¹à¸à¸«à¸¥à¸±à¸',hSpace:'ระยะà¹à¸à¸§à¸à¸à¸',vSpace:'ระยะà¹à¸à¸§à¸à¸±à¹à¸',validateSrc:'à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸à¸à¸à¸à¹à¸¥à¸à¹ (URL)',validateHSpace:'HSpace must be a number.',validateVSpace:'VSpace must be a number.'},spellCheck:{toolbar:'à¸à¸£à¸§à¸à¸à¸²à¸£à¸ªà¸°à¸à¸à¸à¸³',title:'Spell Check',notAvailable:'Sorry, but service is unavailable now.',errorLoading:'Error loading application service host: %s.',notInDic:'à¹à¸¡à¹à¸à¸à¹à¸à¸à¸´à¸à¸à¸±à¸à¸à¸²à¸£à¸µ',changeTo:'à¹à¸à¹à¹à¸à¹à¸à¹à¸',btnIgnore:'ยà¸à¹à¸§à¹à¸',btnIgnoreAll:'ยà¸à¹à¸§à¹à¸à¸à¸±à¹à¸à¸«à¸¡à¸',btnReplace:'à¹à¸à¸à¸à¸µà¹',btnReplaceAll:'à¹à¸à¸à¸à¸µà¹à¸à¸±à¹à¸à¸«à¸¡à¸',btnUndo:'ยà¸à¹à¸¥à¸´à¸',noSuggestions:'- à¹à¸¡à¹à¸¡à¸µà¸à¸³à¹à¸à¸°à¸à¸³à¹à¸à¹ -',progress:'à¸à¸³à¸¥à¸±à¸à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸...',noMispell:'à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸à¹à¸ªà¸£à¹à¸à¸ªà¸´à¹à¸: à¹à¸¡à¹à¸à¸à¸à¸³à¸ªà¸°à¸à¸à¸à¸´à¸',noChanges:'à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸à¹à¸ªà¸£à¹à¸à¸ªà¸´à¹à¸: à¹à¸¡à¹à¸¡à¸µà¸à¸²à¸£à¹à¸à¹à¸à¸³à¹à¸à¹',oneChange:'à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸à¹à¸ªà¸£à¹à¸à¸ªà¸´à¹à¸: à¹à¸à¹à¹à¸1à¸à¸³',manyChanges:'à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸à¹à¸ªà¸£à¹à¸à¸ªà¸´à¹à¸:: à¹à¸à¹à¹à¸ %1 à¸à¸³',ieSpellDownload:'à¹à¸¡à¹à¹à¸à¹à¸à¸´à¸à¸à¸±à¹à¸à¸£à¸°à¸à¸à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸. à¸à¹à¸à¸à¸à¸²à¸£à¸à¸´à¸à¸à¸±à¹à¸à¹à¸«à¸¡à¸à¸£à¸±à¸?'},smiley:{toolbar:'รูà¸à¸ªà¸·à¹à¸à¸à¸²à¸£à¸¡à¸à¹',title:'à¹à¸à¸£à¸à¸ªà¸±à¸à¸¥à¸±à¸à¸©à¸à¹à¸ªà¸·à¹à¸à¸à¸²à¸£à¸¡à¸à¹',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 element'},numberedlist:'ลำà¸à¸±à¸à¸£à¸²à¸¢à¸à¸²à¸£à¹à¸à¸à¸à¸±à¸§à¹à¸¥à¸',bulletedlist:'ลำà¸à¸±à¸à¸£à¸²à¸¢à¸à¸²à¸£à¹à¸à¸à¸ªà¸±à¸à¸¥à¸±à¸à¸©à¸à¹',indent:'à¹à¸à¸´à¹à¸¡à¸£à¸°à¸¢à¸°à¸¢à¹à¸à¸«à¸à¹à¸²',outdent:'ลà¸à¸£à¸°à¸¢à¸°à¸¢à¹à¸à¸«à¸à¹à¸²',justify:{left:'à¸à¸±à¸à¸à¸´à¸à¸à¹à¸²à¸¢',center:'à¸à¸±à¸à¸à¸¶à¹à¸à¸à¸¥à¸²à¸',right:'à¸à¸±à¸à¸à¸´à¸à¸à¸§à¸²',block:'à¸à¸±à¸à¸à¸à¸à¸µà¸«à¸à¹à¸²à¸à¸£à¸°à¸à¸²à¸©'},blockquote:'Block Quote',clipboard:{title:'วาà¸',cutError:'à¹à¸¡à¹à¸ªà¸²à¸¡à¸²à¸£à¸à¸à¸±à¸à¸à¹à¸à¸à¸§à¸²à¸¡à¸à¸µà¹à¹à¸¥à¸·à¸à¸à¹à¸§à¹à¹à¸à¹à¹à¸à¸·à¹à¸à¸à¸à¸²à¸à¸à¸²à¸£à¸à¸³à¸«à¸à¸à¸à¹à¸²à¸£à¸°à¸à¸±à¸à¸à¸§à¸²à¸¡à¸à¸¥à¸à¸à¸ ัย. à¸à¸£à¸¸à¸à¸²à¹à¸à¹à¸à¸¸à¹à¸¡à¸¥à¸±à¸à¹à¸à¸·à¹à¸à¸§à¸²à¸à¸à¹à¸à¸à¸§à¸²à¸¡à¹à¸à¸ (à¸à¸à¸à¸¸à¹à¸¡ Ctrl/Cmd à¹à¸¥à¸°à¸à¸±à¸§ X à¸à¸£à¹à¸à¸¡à¸à¸±à¸).',copyError:'à¹à¸¡à¹à¸ªà¸²à¸¡à¸²à¸£à¸à¸ªà¸³à¹à¸à¸²à¸à¹à¸à¸à¸§à¸²à¸¡à¸à¸µà¹à¹à¸¥à¸·à¸à¸à¹à¸§à¹à¹à¸à¹à¹à¸à¸·à¹à¸à¸à¸à¸²à¸à¸à¸²à¸£à¸à¸³à¸«à¸à¸à¸à¹à¸²à¸£à¸°à¸à¸±à¸à¸à¸§à¸²à¸¡à¸à¸¥à¸à¸à¸ ัย. à¸à¸£à¸¸à¸à¸²à¹à¸à¹à¸à¸¸à¹à¸¡à¸¥à¸±à¸à¹à¸à¸·à¹à¸à¸§à¸²à¸à¸à¹à¸à¸à¸§à¸²à¸¡à¹à¸à¸ (à¸à¸à¸à¸¸à¹à¸¡ Ctrl/Cmd à¹à¸¥à¸°à¸à¸±à¸§ C à¸à¸£à¹à¸à¸¡à¸à¸±à¸).',pasteMsg:'à¸à¸£à¸¸à¸à¸²à¹à¸à¹à¸à¸µà¸¢à¹à¸à¸à¸£à¹à¸à¹à¸à¹à¸²à¸à¸±à¹à¸ à¹à¸à¸¢à¸à¸à¸à¸¸à¹à¸¡ (<strong>Ctrl/Cmd à¹à¸¥à¸° V</strong>)à¸à¸£à¹à¸à¸¡à¹à¸à¸±à¸ à¹à¸¥à¸°à¸à¸ <strong>OK</strong>.',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.',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',toolbar:'วาà¸à¸ªà¸³à¹à¸à¸²à¸à¸²à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¹à¸§à¸´à¸£à¹à¸',title:'วาà¸à¸ªà¸³à¹à¸à¸²à¸à¸²à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¹à¸§à¸´à¸£à¹à¸',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'วาà¸à¹à¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸£à¸£à¸¡à¸à¸²',title:'วาà¸à¹à¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸£à¸£à¸¡à¸à¸²'},templates:{button:'à¹à¸à¸¡à¹à¸à¸¥à¸',title:'à¹à¸à¸¡à¹à¸à¸¥à¸à¸à¸à¸à¸ªà¹à¸§à¸à¹à¸à¸·à¹à¸à¸«à¸²à¹à¸§à¹à¸à¹à¸à¸à¹',options:'Template Options',insertOption:'à¹à¸à¸à¸à¸µà¹à¹à¸à¸·à¹à¸à¸«à¸²à¹à¸§à¹à¸à¹à¸à¸à¹à¸à¸µà¹à¹à¸¥à¸·à¸à¸',selectPromptMsg:'à¸à¸£à¸¸à¸à¸²à¹à¸¥à¸·à¸à¸ à¹à¸à¸¡à¹à¸à¸¥à¸ à¹à¸à¸·à¹à¸à¸à¸³à¹à¸à¹à¸à¹à¹à¸à¹à¸à¸à¸µà¸à¸´à¸à¹à¸à¸à¸£à¹<br />(à¹à¸à¸·à¹à¸à¸«à¸²à¸ªà¹à¸§à¸à¸à¸µà¹à¸à¸°à¸«à¸²à¸¢à¹à¸):',emptyListMsg:'(ยัà¸à¹à¸¡à¹à¸¡à¸µà¸à¸²à¸£à¸à¸³à¸«à¸à¸à¹à¸à¸¡à¹à¸à¸¥à¸)'},showBlocks:'Show Blocks',stylesCombo:{label:'ลัà¸à¸©à¸à¸°',panelTitle:'Formatting Styles',panelTitle1:'Block Styles',panelTitle2:'Inline Styles',panelTitle3:'Object Styles'},format:{label:'รูà¸à¹à¸à¸',panelTitle:'รูà¸à¹à¸à¸',tag_p:'Normal',tag_pre:'Formatted',tag_address:'Address',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_div:'Paragraph (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'à¹à¸à¸à¸à¸±à¸à¸©à¸£',voiceLabel:'Font',panelTitle:'à¹à¸à¸à¸à¸±à¸à¸©à¸£'},fontSize:{label:'à¸à¸à¸²à¸',voiceLabel:'Font Size',panelTitle:'à¸à¸à¸²à¸'},colorButton:{textColorTitle:'สีà¸à¸±à¸§à¸à¸±à¸à¸©à¸£',bgColorTitle:'สีà¸à¸·à¹à¸à¸«à¸¥à¸±à¸',panelTitle:'Colors',auto:'สีà¸à¸±à¸à¹à¸à¸¡à¸±à¸à¸´',more:'à¹à¸¥à¸·à¸à¸à¸ªà¸µà¸à¸·à¹à¸à¹...'},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'},scayt:{title:'Spell Check As You Type',opera_title:'Not supported by Opera',enable:'Enable SCAYT',disable:'Disable SCAYT',about:'About SCAYT',toggle:'Toggle SCAYT',options:'Options',langs:'Languages',moreSuggestions:'More suggestions',ignore:'Ignore',ignoreAll:'Ignore All',addWord:'Add Word',emptyDic:'Dictionary name should not be empty.',optionsTab:'Options',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'Languages',dictionariesTab:'Dictionaries',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'About'},about:{title:'About CKEditor',dlgTitle:'About CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'For licensing information please visit our web site:',copy:'Copyright © $1. All rights reserved.'},maximize:'Maximize',minimize:'Minimize',fakeobjects:{anchor:'Anchor',flash:'Flash Animation',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Unknown Object'},resize:'Drag to resize',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¹à¸à¸à¸ªà¸²à¸£',title:'à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¹à¸à¸à¸ªà¸²à¸£',design:'Design',meta:'à¸à¹à¸à¸¡à¸¹à¸¥à¸ªà¸³à¸«à¸£à¸±à¸à¹à¸ªà¸´à¸£à¹à¸à¹à¸à¸à¸à¸´à¹à¸',chooseColor:'Choose',other:'<à¸à¸·à¹à¸ à¹>',docTitle:'à¸à¸·à¹à¸à¹à¸à¹à¸à¸´à¹à¸¥',charset:'à¸à¸¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£',charsetOther:'à¸à¸¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸·à¹à¸à¹',charsetASCII:'ASCII',charsetCE:'Central European',charsetCT:'Chinese Traditional (Big5)',charsetCR:'Cyrillic',charsetGR:'Greek',charsetJP:'Japanese',charsetKR:'Korean',charsetTR:'Turkish',charsetUN:'Unicode (UTF-8)',charsetWE:'Western European',docType:'à¸à¸£à¸°à¹à¸ à¸à¸à¸à¸à¹à¸à¸à¸ªà¸²à¸£',docTypeOther:'à¸à¸£à¸°à¹à¸ à¸à¹à¸à¸à¸ªà¸²à¸£à¸à¸·à¹à¸à¹',xhtmlDec:'รวมà¹à¸à¸² XHTML Declarations à¹à¸§à¹à¸à¹à¸§à¸¢',bgColor:'สีà¸à¸·à¹à¸à¸«à¸¥à¸±à¸',bgImage:'à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸à¸à¸à¸à¹à¸¥à¸à¹à¸à¸à¸à¸£à¸¹à¸à¸à¸·à¹à¸à¸«à¸¥à¸±à¸ (Image URL)',bgFixed:'à¸à¸·à¹à¸à¸«à¸¥à¸±à¸à¹à¸à¸à¹à¸¡à¹à¸¡à¸µà¹à¸à¸à¹à¸¥à¸·à¹à¸à¸',txtColor:'สีà¸à¸±à¸§à¸à¸±à¸à¸©à¸£',margin:'ระยะà¸à¸à¸à¸à¸à¸à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£',marginTop:'à¸à¹à¸²à¸à¸à¸',marginLeft:'à¸à¹à¸²à¸à¸à¹à¸²à¸¢',marginRight:'à¸à¹à¸²à¸à¸à¸§à¸²',marginBottom:'à¸à¹à¸²à¸à¸¥à¹à¸²à¸',metaKeywords:'à¸à¸³à¸ªà¸³à¸à¸±à¸à¸à¸à¸´à¸à¸²à¸¢à¹à¸à¸à¸ªà¸²à¸£ (à¸à¸±à¹à¸à¸à¸³à¸à¹à¸§à¸¢ à¸à¸à¸¡à¸¡à¹à¸²)',metaDescription:'à¸à¸£à¸°à¹à¸¢à¸à¸à¸à¸´à¸à¸²à¸¢à¹à¸à¸µà¹à¸¢à¸§à¸à¸±à¸à¹à¸à¸à¸ªà¸²à¸£',metaAuthor:'à¸à¸¹à¹à¸ªà¸£à¹à¸²à¸à¹à¸à¸à¸ªà¸²à¸£',metaCopyright:'สà¸à¸§à¸à¸¥à¸´à¸à¸ªà¸´à¸à¸à¸´à¹',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['th']={"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"à¸à¸ ALT 0 หาà¸à¸à¹à¸à¸à¸à¸²à¸£à¸à¸§à¸²à¸¡à¸à¹à¸§à¸¢à¹à¸«à¸¥à¸·à¸","browseServer":"à¹à¸à¸´à¸à¸«à¸à¹à¸²à¸à¹à¸²à¸à¸à¸±à¸à¸à¸²à¸£à¹à¸à¸¥à¹à¸à¸±à¸à¹à¸«à¸¥à¸","url":"à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸ URL","protocol":"à¹à¸à¸£à¹à¸à¸à¸à¸¥","upload":"à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹","uploadSubmit":"à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹à¹à¸à¹à¸à¹à¸à¹à¸§à¹à¸à¸µà¹à¹à¸à¸£à¸·à¹à¸à¸à¹à¸¡à¹à¸à¹à¸²à¸¢ (à¹à¸à¸´à¸£à¹à¸à¹à¸§à¸à¸£à¹)","image":"รูà¸à¸ าà¸","flash":"à¹à¸à¸¥à¹ Flash","form":"à¹à¸à¸à¸à¸à¸£à¹à¸¡","checkbox":"à¹à¸à¹à¸à¸à¹à¸à¸","radio":"à¹à¸£à¸à¸´à¹à¸à¸à¸±à¸à¸à¸à¸","textField":"à¹à¸à¹à¸à¸à¹à¸à¸´à¸¥à¸à¹","textarea":"à¹à¸à¹à¸à¸à¹à¹à¸à¹à¸£à¸µà¸¢","hiddenField":"ฮิà¸à¹à¸à¸à¸à¸´à¸¥à¸à¹","button":"à¸à¸¸à¹à¸¡","select":"à¹à¸à¸à¸à¸±à¸§à¹à¸¥à¸·à¸à¸","imageButton":"à¸à¸¸à¹à¸¡à¹à¸à¸à¸£à¸¹à¸à¸ าà¸","notSet":"<à¹à¸¡à¹à¸£à¸°à¸à¸¸>","id":"à¹à¸à¸à¸µ","name":"à¸à¸·à¹à¸","langDir":"à¸à¸²à¸£à¹à¸à¸µà¸¢à¸-à¸à¹à¸²à¸à¸ าษา","langDirLtr":"à¸à¸²à¸à¸à¹à¸²à¸¢à¹à¸à¸à¸§à¸² (LTR)","langDirRtl":"à¸à¸²à¸à¸à¸§à¸²à¸¡à¸²à¸à¹à¸²à¸¢ (RTL)","langCode":"รหัสภาษา","longDescr":"à¸à¸³à¸à¸à¸´à¸à¸²à¸¢à¸à¸£à¸°à¸à¸à¸ URL","cssClass":"à¸à¸¥à¸²à¸ªà¸à¸à¸à¹à¸à¸¥à¹à¸à¸³à¸«à¸à¸à¸¥à¸±à¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥","advisoryTitle":"à¸à¸³à¹à¸à¸£à¸´à¹à¸à¸à¸³","cssStyle":"ลัà¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥","ok":"à¸à¸à¸¥à¸","cancel":"ยà¸à¹à¸¥à¸´à¸","close":"à¸à¸´à¸","preview":"à¸à¸¹à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£à¸à¸±à¸§à¸à¸¢à¹à¸²à¸","resize":"à¸à¸£à¸±à¸à¸à¸à¸²à¸","generalTab":"à¸à¸±à¹à¸§à¹à¸","advancedTab":"à¸à¸±à¹à¸à¸ªà¸¹à¸","validateNumberFailed":"à¸à¹à¸²à¸à¸µà¹à¹à¸¡à¹à¹à¸à¹à¸à¸±à¸§à¹à¸¥à¸","confirmNewPage":"à¸à¸²à¸£à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¸¥à¸à¹à¸à¹ à¹à¸à¹à¸à¸·à¹à¸à¸«à¸²à¸à¸µà¹ à¸à¸µà¹à¹à¸¡à¹à¹à¸à¹à¸à¸¹à¸à¸à¸±à¸à¸à¸¶à¸à¹à¸§à¹ à¸à¸°à¸ªà¸¹à¸à¸«à¸²à¸¢à¸à¸±à¹à¸à¸«à¸¡à¸ à¸à¸¸à¸à¹à¸à¹à¹à¸à¸§à¹à¸²à¸à¸°à¹à¸£à¸µà¸¢à¸à¸«à¸à¹à¸²à¹à¸«à¸¡à¹?","confirmCancel":"à¸à¸±à¸§à¹à¸¥à¸·à¸à¸à¸à¸²à¸à¸à¸±à¸§à¸¡à¸µà¸à¸²à¸£à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¸¥à¸ à¸à¸¸à¸à¹à¸à¹à¹à¸à¸§à¹à¸²à¸à¸°à¸à¸´à¸à¸à¸¥à¹à¸à¸à¹à¸à¹à¸à¸à¸à¸à¸µà¹?","options":"à¸à¸±à¸§à¹à¸¥à¸·à¸à¸","target":"à¸à¸²à¸£à¹à¸à¸´à¸à¸«à¸à¹à¸²à¸¥à¸´à¸à¸à¹","targetNew":"หà¸à¹à¸²à¸à¹à¸²à¸à¹à¸«à¸¡à¹ (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"หà¸à¹à¸²à¸à¹à¸²à¸à¹à¸à¸µà¸¢à¸§à¸à¸±à¸ (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"à¸à¸²à¸à¸à¹à¸²à¸¢à¹à¸à¸à¸§à¸² (LTR)","langDirRTL":"à¸à¸²à¸à¸à¸§à¸²à¸¡à¸²à¸à¹à¸²à¸¢ (RTL)","styles":"ลัà¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥","cssClasses":"à¸à¸¥à¸²à¸ªà¸à¸à¸à¹à¸à¸¥à¹à¸à¸³à¸«à¸à¸à¸¥à¸±à¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥","width":"à¸à¸§à¸²à¸¡à¸à¸§à¹à¸²à¸","height":"à¸à¸§à¸²à¸¡à¸ªà¸¹à¸","align":"à¸à¸²à¸£à¸à¸±à¸à¸§à¸²à¸","alignLeft":"à¸à¸´à¸à¸à¹à¸²à¸¢","alignRight":"à¸à¸´à¸à¸à¸§à¸²","alignCenter":"à¸à¸¶à¹à¸à¸à¸¥à¸²à¸","alignTop":"à¸à¸à¸ªà¸¸à¸","alignMiddle":"à¸à¸¶à¹à¸à¸à¸¥à¸²à¸à¹à¸à¸§à¸à¸±à¹à¸","alignBottom":"à¸à¸´à¸à¸à¹à¸²à¸à¸¥à¹à¸²à¸","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).","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":"à¸à¸±à¸§à¸«à¸à¸²","italic":"à¸à¸±à¸§à¹à¸à¸µà¸¢à¸","strike":"à¸à¸±à¸§à¸à¸µà¸à¹à¸ªà¹à¸à¸à¸±à¸","subscript":"à¸à¸±à¸§à¸«à¹à¸à¸¢","superscript":"à¸à¸±à¸§à¸¢à¸","underline":"à¸à¸±à¸§à¸à¸µà¸à¹à¸ªà¹à¸à¹à¸à¹"},"bidi":{"ltr":"Text direction from left to right","rtl":"Text direction from right to left"},"blockquote":{"toolbar":"Block Quote"},"clipboard":{"copy":"สำà¹à¸à¸²","copyError":"à¹à¸¡à¹à¸ªà¸²à¸¡à¸²à¸£à¸à¸ªà¸³à¹à¸à¸²à¸à¹à¸à¸à¸§à¸²à¸¡à¸à¸µà¹à¹à¸¥à¸·à¸à¸à¹à¸§à¹à¹à¸à¹à¹à¸à¸·à¹à¸à¸à¸à¸²à¸à¸à¸²à¸£à¸à¸³à¸«à¸à¸à¸à¹à¸²à¸£à¸°à¸à¸±à¸à¸à¸§à¸²à¸¡à¸à¸¥à¸à¸à¸ ัย. à¸à¸£à¸¸à¸à¸²à¹à¸à¹à¸à¸¸à¹à¸¡à¸¥à¸±à¸à¹à¸à¸·à¹à¸à¸§à¸²à¸à¸à¹à¸à¸à¸§à¸²à¸¡à¹à¸à¸ (à¸à¸à¸à¸¸à¹à¸¡ Ctrl/Cmd à¹à¸¥à¸°à¸à¸±à¸§ C à¸à¸£à¹à¸à¸¡à¸à¸±à¸).","cut":"à¸à¸±à¸","cutError":"à¹à¸¡à¹à¸ªà¸²à¸¡à¸²à¸£à¸à¸à¸±à¸à¸à¹à¸à¸à¸§à¸²à¸¡à¸à¸µà¹à¹à¸¥à¸·à¸à¸à¹à¸§à¹à¹à¸à¹à¹à¸à¸·à¹à¸à¸à¸à¸²à¸à¸à¸²à¸£à¸à¸³à¸«à¸à¸à¸à¹à¸²à¸£à¸°à¸à¸±à¸à¸à¸§à¸²à¸¡à¸à¸¥à¸à¸à¸ ัย. à¸à¸£à¸¸à¸à¸²à¹à¸à¹à¸à¸¸à¹à¸¡à¸¥à¸±à¸à¹à¸à¸·à¹à¸à¸§à¸²à¸à¸à¹à¸à¸à¸§à¸²à¸¡à¹à¸à¸ (à¸à¸à¸à¸¸à¹à¸¡ Ctrl/Cmd à¹à¸¥à¸°à¸à¸±à¸§ X à¸à¸£à¹à¸à¸¡à¸à¸±à¸).","paste":"วาà¸","pasteArea":"Paste Area","pasteMsg":"à¸à¸£à¸¸à¸à¸²à¹à¸à¹à¸à¸µà¸¢à¹à¸à¸à¸£à¹à¸à¹à¸à¹à¸²à¸à¸±à¹à¸ à¹à¸à¸¢à¸à¸à¸à¸¸à¹à¸¡ (<strong>Ctrl/Cmd à¹à¸¥à¸° V</strong>)à¸à¸£à¹à¸à¸¡à¹à¸à¸±à¸ à¹à¸¥à¸°à¸à¸ <strong>OK</strong>.","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":"วาà¸"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"สีà¸à¸±à¸à¹à¸à¸¡à¸±à¸à¸´","bgColorTitle":"สีà¸à¸·à¹à¸à¸«à¸¥à¸±à¸","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":"à¹à¸¥à¸·à¸à¸à¸ªà¸µà¸à¸·à¹à¸à¹...","panelTitle":"Colors","textColorTitle":"สีà¸à¸±à¸§à¸à¸±à¸à¸©à¸£"},"colordialog":{"clear":"Clear","highlight":"Highlight","options":"Color Options","selected":"Selected Color","title":"Select color"},"templates":{"button":"à¹à¸à¸¡à¹à¸à¸¥à¸","emptyListMsg":"(ยัà¸à¹à¸¡à¹à¸¡à¸µà¸à¸²à¸£à¸à¸³à¸«à¸à¸à¹à¸à¸¡à¹à¸à¸¥à¸)","insertOption":"à¹à¸à¸à¸à¸µà¹à¹à¸à¸·à¹à¸à¸«à¸²à¹à¸§à¹à¸à¹à¸à¸à¹à¸à¸µà¹à¹à¸¥à¸·à¸à¸","options":"à¸à¸±à¸§à¹à¸¥à¸·à¸à¸à¹à¸à¸µà¹à¸¢à¸§à¸à¸±à¸à¹à¸à¸¡à¹à¸à¸¥à¸","selectPromptMsg":"à¸à¸£à¸¸à¸à¸²à¹à¸¥à¸·à¸à¸ à¹à¸à¸¡à¹à¸à¸¥à¸ à¹à¸à¸·à¹à¸à¸à¸³à¹à¸à¹à¸à¹à¹à¸à¹à¸à¸à¸µà¸à¸´à¸à¹à¸à¸à¸£à¹<br />(à¹à¸à¸·à¹à¸à¸«à¸²à¸ªà¹à¸§à¸à¸à¸µà¹à¸à¸°à¸«à¸²à¸¢à¹à¸):","title":"à¹à¸à¸¡à¹à¸à¸¥à¸à¸à¸à¸à¸ªà¹à¸§à¸à¹à¸à¸·à¹à¸à¸«à¸²à¹à¸§à¹à¸à¹à¸à¸à¹"},"contextmenu":{"options":"Context Menu Options"},"div":{"IdInputLabel":"à¹à¸à¸à¸µ","advisoryTitleInputLabel":"à¸à¸³à¹à¸à¸£à¸´à¹à¸à¸à¸³","cssClassInputLabel":"à¸à¸¥à¸²à¸ªà¸à¸à¸à¹à¸à¸¥à¹à¸à¸³à¸«à¸à¸à¸¥à¸±à¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥","edit":"à¹à¸à¹à¹à¸ Div","inlineStyleInputLabel":"Inline Style","langDirLTRLabel":"à¸à¸²à¸à¸à¹à¸²à¸¢à¹à¸à¸à¸§à¸² (LTR)","langDirLabel":"à¸à¸²à¸£à¹à¸à¸µà¸¢à¸-à¸à¹à¸²à¸à¸ าษา","langDirRTLLabel":"à¸à¸²à¸à¸à¸§à¸²à¸¡à¸²à¸à¹à¸²à¸¢ (RTL)","languageCodeInputLabel":"รหัสภาษา","remove":"ลภDiv","styleSelectLabel":"ลัà¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥","title":"Create Div Container","toolbar":"Create Div Container"},"toolbar":{"toolbarCollapse":"à¸à¹à¸à¸à¹à¸à¸à¹à¸à¸£à¸·à¹à¸à¸à¸¡à¸·à¸","toolbarExpand":"à¹à¸à¸´à¸à¹à¸à¸à¹à¸à¸£à¸·à¹à¸à¸à¸¡à¸·à¸","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":"à¹à¸à¸à¹à¸à¸£à¸·à¹à¸à¸à¸¡à¸·à¸à¸à¹à¸§à¸¢à¸à¸´à¸¡à¸à¹à¸à¹à¸à¸à¸§à¸²à¸¡"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"find":{"find":"à¸à¹à¸à¸«à¸²","findOptions":"Find Options","findWhat":"à¸à¹à¸à¸«à¸²à¸à¸³à¸§à¹à¸²:","matchCase":"à¸à¸±à¸§à¹à¸«à¸à¹-à¹à¸¥à¹à¸ à¸à¹à¸à¸à¸à¸£à¸à¸à¸±à¸","matchCyclic":"Match cyclic","matchWord":"à¸à¹à¸à¸à¸à¸£à¸à¸à¸±à¸à¸à¸¸à¸à¸à¸³","notFoundMsg":"à¹à¸¡à¹à¸à¸à¸à¸³à¸à¸µà¹à¸à¹à¸à¸«à¸².","replace":"à¸à¹à¸à¸«à¸²à¹à¸¥à¸°à¹à¸à¸à¸à¸µà¹","replaceAll":"à¹à¸à¸à¸à¸µà¹à¸à¸±à¹à¸à¸«à¸¡à¸à¸à¸µà¹à¸à¸","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"à¹à¸à¸à¸à¸µà¹à¸à¹à¸§à¸¢:","title":"Find and Replace"},"fakeobjects":{"anchor":"à¹à¸à¸£à¸/à¹à¸à¹à¹à¸ Anchor","flash":"ภาà¸à¸à¸à¸´à¹à¸¡à¸à¸±à¹à¸à¹à¸à¸¥à¸","hiddenfield":"ฮิà¸à¹à¸à¸à¸à¸´à¸¥à¸à¹","iframe":"IFrame","unknown":"วัà¸à¸à¸¸à¹à¸¡à¹à¸à¸£à¸²à¸à¸à¸à¸´à¸"},"flash":{"access":"à¸à¸²à¸£à¹à¸à¹à¸²à¸à¸¶à¸à¸ªà¸à¸£à¸´à¸à¸à¹","accessAlways":"à¸à¸¥à¸à¸à¹à¸","accessNever":"à¹à¸¡à¹à¹à¸¥à¸¢","accessSameDomain":"à¹à¸à¹à¸¡à¸à¹à¸à¸µà¸¢à¸§à¸à¸±à¸","alignAbsBottom":"à¸à¸´à¸à¸à¹à¸²à¸à¸¥à¹à¸²à¸à¸ªà¸¸à¸","alignAbsMiddle":"à¸à¸¶à¹à¸à¸à¸¥à¸²à¸","alignBaseline":"à¸à¸´à¸à¸à¸£à¸£à¸à¸±à¸","alignTextTop":"à¹à¸à¹à¸à¸±à¸§à¸à¸±à¸à¸©à¸£","bgcolor":"สีà¸à¸·à¹à¸à¸«à¸¥à¸±à¸","chkFull":"à¸à¸à¸¸à¸à¸²à¸à¹à¸«à¹à¹à¸ªà¸à¸à¹à¸à¹à¸¡à¸«à¸à¹à¸²à¸à¸à¹à¸à¹","chkLoop":"à¹à¸¥à¹à¸à¸§à¸à¸£à¸à¸ Loop","chkMenu":"à¹à¸«à¹à¹à¸à¹à¸à¸²à¸à¹à¸¡à¸à¸¹à¸à¸à¸ Flash","chkPlay":"à¹à¸¥à¹à¸à¸à¸±à¸à¹à¸à¸¡à¸±à¸à¸´ Auto Play","flashvars":"à¸à¸±à¸§à¹à¸à¸£à¸ªà¸³à¸«à¸£à¸±à¸ Flas","hSpace":"ระยะà¹à¸à¸§à¸à¸à¸","properties":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¹à¸à¸¥à¹ Flash","propertiesTab":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´","quality":"à¸à¸¸à¸à¸ าà¸","qualityAutoHigh":"à¸à¸£à¸±à¸à¸à¸¸à¸à¸ าà¸à¸ªà¸¹à¸à¸à¸±à¸à¹à¸à¸¡à¸±à¸à¸´","qualityAutoLow":"à¸à¸£à¸±à¸à¸à¸¸à¸à¸ าà¸à¸à¹à¸³à¸à¸±à¸à¹à¸à¸¡à¸±à¸à¸´","qualityBest":"à¸à¸µà¸à¸µà¹à¸ªà¸¸à¸","qualityHigh":"สูà¸","qualityLow":"à¸à¹à¸³","qualityMedium":"à¸à¸²à¸à¸à¸¥à¸²à¸","scale":"à¸à¸±à¸à¸£à¸²à¸ªà¹à¸§à¸ Scale","scaleAll":"à¹à¸ªà¸à¸à¹à¸«à¹à¹à¸«à¹à¸à¸à¸±à¹à¸à¸«à¸¡à¸ Show all","scaleFit":"à¹à¸ªà¸à¸à¹à¸«à¹à¸à¸à¸à¸µà¸à¸±à¸à¸à¸·à¹à¸à¸à¸µà¹ Exact Fit","scaleNoBorder":"à¹à¸¡à¹à¹à¸ªà¸à¸à¹à¸ªà¹à¸à¸à¸à¸ No Border","title":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¹à¸à¸¥à¹ Flash","vSpace":"ระยะà¹à¸à¸§à¸à¸±à¹à¸","validateHSpace":"HSpace à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸³à¸à¸§à¸à¸à¸±à¸§à¹à¸¥à¸","validateSrc":"à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸à¸à¸à¸à¹à¸¥à¸à¹ (URL)","validateVSpace":"VSpace à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸³à¸à¸§à¸à¸à¸±à¸§à¹à¸¥à¸","windowMode":"à¹à¸«à¸¡à¸à¸«à¸à¹à¸²à¸à¹à¸²à¸","windowModeOpaque":"à¸à¸§à¸²à¸¡à¸à¸¶à¸à¹à¸ªà¸","windowModeTransparent":"à¸à¸§à¸²à¸¡à¹à¸à¸£à¸à¹à¸ªà¸","windowModeWindow":"หà¸à¹à¸²à¸à¹à¸²à¸"},"font":{"fontSize":{"label":"à¸à¸à¸²à¸","voiceLabel":"Font Size","panelTitle":"à¸à¸à¸²à¸"},"label":"à¹à¸à¸à¸à¸±à¸à¸©à¸£","panelTitle":"à¹à¸à¸à¸à¸±à¸à¸©à¸£","voiceLabel":"à¹à¸à¸à¸à¸±à¸à¸©à¸£"},"forms":{"button":{"title":"รายละà¹à¸à¸µà¸¢à¸à¸à¸à¸ à¸à¸¸à¹à¸¡","text":"à¸à¹à¸à¸à¸§à¸²à¸¡ (à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£)","type":"à¸à¹à¸à¸à¸§à¸²à¸¡","typeBtn":"Button","typeSbm":"Submit","typeRst":"Reset"},"checkboxAndRadio":{"checkboxTitle":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¹à¸à¸à¹à¸à¸","radioTitle":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸£à¸à¸´à¹à¸à¸à¸±à¸à¸à¸à¸","value":"à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£","selected":"à¹à¸¥à¸·à¸à¸à¹à¸à¹à¸à¸à¹à¸²à¹à¸£à¸´à¹à¸¡à¸à¹à¸"},"form":{"title":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¸à¸à¸à¸£à¹à¸¡","menu":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¸à¸à¸à¸£à¹à¸¡","action":"à¹à¸à¸à¸à¸±à¹à¸","method":"à¹à¸¡à¸à¸à¸","encoding":"Encoding"},"hidden":{"title":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ ฮิà¸à¹à¸à¸à¸à¸´à¸¥à¸à¹","name":"à¸à¸·à¹à¸","value":"à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£"},"select":{"title":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¸à¸à¸±à¸§à¹à¸¥à¸·à¸à¸","selectInfo":"à¸à¸´à¸à¹à¸","opAvail":"รายà¸à¸²à¸£à¸à¸±à¸§à¹à¸¥à¸·à¸à¸","value":"à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£","size":"à¸à¸à¸²à¸","lines":"à¸à¸£à¸£à¸à¸±à¸","chkMulti":"à¹à¸¥à¸·à¸à¸à¸«à¸¥à¸²à¸¢à¸à¹à¸²à¹à¸à¹","opText":"à¸à¹à¸à¸à¸§à¸²à¸¡","opValue":"à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£","btnAdd":"à¹à¸à¸´à¹à¸¡","btnModify":"à¹à¸à¹à¹à¸","btnUp":"à¸à¸","btnDown":"ลà¹à¸²à¸","btnSetValue":"à¹à¸¥à¸·à¸à¸à¹à¸à¹à¸à¸à¹à¸²à¹à¸£à¸´à¹à¸¡à¸à¹à¸","btnDelete":"ลà¸"},"textarea":{"title":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¹à¸à¹à¸à¹à¸£à¸µà¸¢","cols":"สà¸à¸¡à¸ à¹","rows":"à¹à¸à¸§"},"textfield":{"title":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¹à¸à¸à¹à¸à¸´à¸¥à¸à¹","name":"à¸à¸·à¹à¸","value":"à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£","charWidth":"à¸à¸§à¸²à¸¡à¸à¸§à¹à¸²à¸","maxChars":"à¸à¸³à¸à¸§à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸ªà¸¹à¸à¸ªà¸¸à¸","type":"à¸à¸à¸´à¸","typeText":"à¸à¹à¸à¸à¸§à¸²à¸¡","typePass":"รหัสà¸à¹à¸²à¸","typeEmail":"à¸à¸µà¹à¸¡à¸¥","typeSearch":"à¸à¹à¸à¸«à¸²à¸","typeTel":"หมายà¹à¸¥à¸à¹à¸à¸£à¸¨à¸±à¸à¸à¹","typeUrl":"à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸ URL"}},"format":{"label":"รูà¸à¹à¸à¸","panelTitle":"รูà¸à¹à¸à¸","tag_address":"Address","tag_div":"Paragraph (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":"à¹à¸à¸£à¸à¹à¸ªà¹à¸à¸à¸±à¹à¸à¸à¸£à¸£à¸à¸±à¸"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"image":{"alertUrl":"à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸à¸à¸à¸à¹à¸¥à¸à¹à¸à¸à¸à¹à¸à¸¥à¹à¸£à¸¹à¸à¸ าภ(URL)","alt":"à¸à¸³à¸à¸£à¸°à¸à¸à¸à¸£à¸¹à¸à¸ าà¸","border":"à¸à¸à¸²à¸à¸à¸à¸à¸£à¸¹à¸","btnUpload":"à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹à¹à¸à¹à¸à¹à¸à¹à¸§à¹à¸à¸µà¹à¹à¸à¸£à¸·à¹à¸à¸à¹à¸¡à¹à¸à¹à¸²à¸¢ (à¹à¸à¸´à¸£à¹à¸à¹à¸§à¸à¸£à¹)","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"ระยะà¹à¸à¸§à¸à¸à¸","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"à¸à¹à¸à¸¡à¸¹à¸¥à¸à¸à¸à¸£à¸¹à¸à¸ าà¸","linkTab":"ลิà¹à¸à¸à¹","lockRatio":"à¸à¸³à¸«à¸à¸à¸à¸±à¸à¸£à¸²à¸ªà¹à¸§à¸ à¸à¸§à¹à¸²à¸-สูภà¹à¸à¸à¸à¸à¸à¸µà¹","menu":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ รูà¸à¸ าà¸","resetSize":"à¸à¸³à¸«à¸à¸à¸£à¸¹à¸à¹à¸à¹à¸²à¸à¸à¸²à¸à¸à¸£à¸´à¸","title":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ รูà¸à¸ าà¸","titleButton":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¸à¸¸à¹à¸¡à¹à¸à¸à¸£à¸¹à¸à¸ าà¸","upload":"à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹","urlMissing":"Image source URL is missing.","vSpace":"ระยะà¹à¸à¸§à¸à¸±à¹à¸","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"indent":{"indent":"à¹à¸à¸´à¹à¸¡à¸£à¸°à¸¢à¸°à¸¢à¹à¸à¸«à¸à¹à¸²","outdent":"ลà¸à¸£à¸°à¸¢à¸°à¸¢à¹à¸à¸«à¸à¹à¸²"},"smiley":{"options":"à¸à¸±à¸§à¹à¸¥à¸·à¸à¸à¹à¸à¸à¸à¸à¹à¸ªà¸à¸à¸à¸²à¸£à¸¡à¸à¹","title":"à¹à¸à¸£à¸à¸ªà¸±à¸à¸¥à¸±à¸à¸©à¸à¹à¸ªà¸·à¹à¸à¸à¸²à¸£à¸¡à¸à¹","toolbar":"รูà¸à¸ªà¸·à¹à¸à¸à¸²à¸£à¸¡à¸à¹"},"justify":{"block":"à¸à¸±à¸à¸à¸à¸à¸µà¸«à¸à¹à¸²à¸à¸£à¸°à¸à¸²à¸©","center":"à¸à¸±à¸à¸à¸¶à¹à¸à¸à¸¥à¸²à¸","left":"à¸à¸±à¸à¸à¸´à¸à¸à¹à¸²à¸¢","right":"à¸à¸±à¸à¸à¸´à¸à¸à¸§à¸²"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"à¹à¸à¸à¹à¸à¸ª à¸à¸µà¸¢à¹","advanced":"à¸à¸±à¹à¸à¸ªà¸¹à¸","advisoryContentType":"à¸à¸à¸´à¸à¸à¸à¸à¸à¸³à¹à¸à¸£à¸´à¹à¸à¸à¸³","advisoryTitle":"à¸à¸³à¹à¸à¸£à¸´à¹à¸à¸à¸³","anchor":{"toolbar":"à¹à¸à¸£à¸/à¹à¸à¹à¹à¸ Anchor","menu":"รายละà¹à¸à¸µà¸¢à¸ Anchor","title":"รายละà¹à¸à¸µà¸¢à¸ Anchor","name":"à¸à¸·à¹à¸ Anchor","errorName":"à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸·à¹à¸à¸à¸à¸ Anchor","remove":"Remove Anchor"},"anchorId":"à¹à¸à¸à¸µ","anchorName":"à¸à¸·à¹à¸","charset":"ลิà¸à¸à¹à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸à¹à¸à¸¢à¸±à¸à¸à¸¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£","cssClasses":"à¸à¸¥à¸²à¸ªà¸à¸à¸à¹à¸à¸¥à¹à¸à¸³à¸«à¸à¸à¸¥à¸±à¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥","emailAddress":"à¸à¸µà¹à¸¡à¸¥à¹ (E-Mail)","emailBody":"à¸à¹à¸à¸à¸§à¸²à¸¡","emailSubject":"หัวà¹à¸£à¸·à¹à¸à¸","id":"à¹à¸à¸à¸µ","info":"รายละà¹à¸à¸µà¸¢à¸","langCode":"à¸à¸²à¸£à¹à¸à¸µà¸¢à¸-à¸à¹à¸²à¸à¸ าษา","langDir":"à¸à¸²à¸£à¹à¸à¸µà¸¢à¸-à¸à¹à¸²à¸à¸ าษา","langDirLTR":"à¸à¸²à¸à¸à¹à¸²à¸¢à¹à¸à¸à¸§à¸² (LTR)","langDirRTL":"à¸à¸²à¸à¸à¸§à¸²à¸¡à¸²à¸à¹à¸²à¸¢ (RTL)","menu":"à¹à¸à¹à¹à¸ ลิà¸à¸à¹","name":"à¸à¸·à¹à¸","noAnchors":"(ยัà¸à¹à¸¡à¹à¸¡à¸µà¸à¸¸à¸à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸à¸ ายà¹à¸à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£à¸à¸µà¹)","noEmail":"à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸µà¹à¸¡à¸¥à¹ (E-mail)","noUrl":"à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸à¸à¸à¸à¹à¸¥à¸à¹ (URL)","other":"<à¸à¸·à¹à¸ à¹>","popupDependent":"à¹à¸ªà¸à¸à¹à¸à¹à¸¡à¸«à¸à¹à¸²à¸à¸ (Netscape)","popupFeatures":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¸«à¸à¹à¸²à¸à¸à¹à¸¥à¹à¸ (Pop-up)","popupFullScreen":"à¹à¸ªà¸à¸à¹à¸à¹à¸¡à¸«à¸à¹à¸²à¸à¸ (IE5.5++ à¹à¸à¹à¸²à¸à¸±à¹à¸)","popupLeft":"à¸à¸´à¸à¸±à¸à¸à¹à¸²à¸¢ (Left Position)","popupLocationBar":"à¹à¸ªà¸à¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¸à¸à¹à¸à¸¥à¹","popupMenuBar":"à¹à¸ªà¸à¸à¹à¸à¸à¹à¸¡à¸à¸¹","popupResizable":"สามารà¸à¸à¸£à¸±à¸à¸à¸à¸²à¸à¹à¸à¹","popupScrollBars":"à¹à¸ªà¸à¸à¹à¸à¸à¹à¸¥à¸·à¹à¸à¸","popupStatusBar":"à¹à¸ªà¸à¸à¹à¸à¸à¸ªà¸à¸²à¸à¸°","popupToolbar":"à¹à¸ªà¸à¸à¹à¸à¸à¹à¸à¸£à¸·à¹à¸à¸à¸¡à¸·à¸","popupTop":"à¸à¸´à¸à¸±à¸à¸à¸ (Top Position)","rel":"à¸à¸§à¸²à¸¡à¸ªà¸±à¸¡à¸à¸±à¸à¸à¹","selectAnchor":"ระà¸à¸¸à¸à¹à¸à¸¡à¸¹à¸¥à¸à¸à¸à¸à¸¸à¸à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸ (Anchor)","styles":"ลัà¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥","tabIndex":"ลำà¸à¸±à¸à¸à¸à¸ à¹à¸à¹à¸","target":"à¸à¸²à¸£à¹à¸à¸´à¸à¸«à¸à¹à¸²à¸¥à¸´à¸à¸à¹","targetFrame":"<à¹à¸à¸´à¸à¹à¸à¹à¸à¸£à¸¡>","targetFrameName":"à¸à¸·à¹à¸à¸à¸²à¸£à¹à¹à¸à¹à¸à¹à¸à¸£à¸¡","targetPopup":"<à¹à¸à¸´à¸à¸«à¸à¹à¸²à¸à¸à¹à¸¥à¹à¸ (Pop-up)>","targetPopupName":"ระà¸à¸¸à¸à¸·à¹à¸à¸«à¸à¹à¸²à¸à¸à¹à¸¥à¹à¸ (Pop-up)","title":"ลิà¸à¸à¹à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸à¹à¸§à¹à¸ à¸à¸µà¹à¸¡à¸¥à¹ รูà¸à¸ าภหรืà¸à¹à¸à¸¥à¹à¸à¸·à¹à¸à¹","toAnchor":"à¸à¸¸à¸à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸ (Anchor)","toEmail":"สà¹à¸à¸à¸µà¹à¸¡à¸¥à¹ (E-Mail)","toUrl":"à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸ URL","toolbar":"à¹à¸à¸£à¸/à¹à¸à¹à¹à¸ ลิà¸à¸à¹","type":"à¸à¸£à¸°à¹à¸ à¸à¸à¸à¸à¸¥à¸´à¸à¸à¹","unlink":"ลภลิà¸à¸à¹","upload":"à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹"},"list":{"bulletedlist":"ลำà¸à¸±à¸à¸£à¸²à¸¢à¸à¸²à¸£à¹à¸à¸à¸ªà¸±à¸à¸¥à¸±à¸à¸©à¸à¹","numberedlist":"ลำà¸à¸±à¸à¸£à¸²à¸¢à¸à¸²à¸£à¹à¸à¸à¸à¸±à¸§à¹à¸¥à¸"},"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":"à¸à¸¢à¸²à¸¢à¹à¸«à¸à¹","minimize":"ยà¹à¸à¸à¸à¸²à¸"},"newpage":{"toolbar":"สรà¹à¸²à¸à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£à¹à¸«à¸¡à¹"},"pagebreak":{"alt":"à¸à¸±à¸§à¹à¸à¹à¸à¸«à¸à¹à¸²","toolbar":"à¹à¸à¸£à¸à¸à¸±à¸§à¹à¸à¹à¸à¸«à¸à¹à¸² Page Break"},"pastetext":{"button":"วาà¸à¹à¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸£à¸£à¸¡à¸à¸²","title":"วาà¸à¹à¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸£à¸£à¸¡à¸à¸²"},"pastefromword":{"confirmCleanup":"à¸à¹à¸à¸à¸§à¸²à¸¡à¸à¸µà¹à¸à¸¸à¸à¸à¹à¸à¸à¸à¸²à¸£à¸§à¸²à¸à¸¥à¸à¹à¸à¹à¸à¹à¸à¸à¹à¸à¸à¸§à¸²à¸¡à¸à¸µà¹à¸à¸±à¸à¸¥à¸à¸à¸¡à¸²à¸à¸²à¸à¹à¸à¸£à¹à¸à¸£à¸¡à¹à¸¡à¹à¸à¸£à¸à¸à¸à¸à¹à¹à¸§à¸´à¸£à¹à¸ à¸à¸¸à¸à¸à¹à¸à¸à¸à¸²à¸£à¸¥à¹à¸²à¸à¸à¹à¸²à¸à¹à¸à¸à¸§à¸²à¸¡à¸à¸±à¸à¸à¸¥à¹à¸²à¸§à¸à¹à¸à¸à¸§à¸²à¸à¸¥à¸à¹à¸à¸«à¸£à¸·à¸à¹à¸¡à¹?","error":"à¹à¸¡à¹à¸ªà¸²à¸¡à¸²à¸£à¸à¸¥à¹à¸²à¸à¸à¹à¸à¸¡à¸¹à¸¥à¸à¸µà¹à¸à¹à¸à¸à¸à¸²à¸£à¸§à¸²à¸à¹à¸à¹à¹à¸à¸·à¹à¸à¸à¸à¸²à¸à¹à¸à¸´à¸à¸à¹à¸à¸à¸´à¸à¸à¸¥à¸²à¸à¸ ายà¹à¸à¸£à¸°à¸à¸","title":"วาà¸à¸ªà¸³à¹à¸à¸²à¸à¸²à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¹à¸§à¸´à¸£à¹à¸","toolbar":"วาà¸à¸ªà¸³à¹à¸à¸²à¸à¸²à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¹à¸§à¸´à¸£à¹à¸"},"preview":{"preview":"à¸à¸¹à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£à¸à¸±à¸§à¸à¸¢à¹à¸²à¸"},"print":{"toolbar":"สัà¹à¸à¸à¸´à¸¡à¸à¹"},"removeformat":{"toolbar":"ลà¹à¸²à¸à¸£à¸¹à¸à¹à¸à¸"},"save":{"toolbar":"à¸à¸±à¸à¸à¸¶à¸"},"selectall":{"toolbar":"à¹à¸¥à¸·à¸à¸à¸à¸±à¹à¸à¸«à¸¡à¸"},"showblocks":{"toolbar":"à¹à¸ªà¸à¸à¸à¸¥à¹à¸à¸à¸à¹à¸à¸¡à¸¹à¸¥"},"sourcearea":{"toolbar":"à¸à¸¹à¸£à¸«à¸±à¸ª HTML"},"specialchar":{"options":"Special Character Options","title":"à¹à¸à¸£à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸´à¹à¸¨à¸©","toolbar":"à¹à¸à¸£à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸´à¹à¸¨à¸©"},"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":"ลัà¸à¸©à¸à¸°","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"table":{"border":"à¸à¸à¸²à¸à¹à¸ªà¹à¸à¸à¸à¸","caption":"หัวà¹à¸£à¸·à¹à¸à¸à¸à¸à¸à¸à¸²à¸£à¸²à¸","cell":{"menu":"à¸à¹à¸à¸à¸à¸²à¸£à¸²à¸","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"ลà¸à¸à¹à¸à¸","merge":"à¸à¸ªà¸²à¸à¸à¹à¸à¸","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":"ระยะà¹à¸à¸§à¸à¸±à¹à¸","cellSpace":"ระยะà¹à¸à¸§à¸à¸à¸à¸","column":{"menu":"à¸à¸à¸¥à¸±à¸¡à¸à¹","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"ลà¸à¸ªà¸à¸¡à¸à¹"},"columns":"สà¸à¸¡à¸à¹","deleteTable":"ลà¸à¸à¸²à¸£à¸²à¸","headers":"สà¹à¸§à¸à¸«à¸±à¸§","headersBoth":"à¸à¸±à¹à¸à¸ªà¸à¸à¸à¸¢à¹à¸²à¸","headersColumn":"à¸à¸à¸¥à¸±à¸¡à¸à¹à¹à¸£à¸","headersNone":"None","headersRow":"à¹à¸à¸§à¹à¸£à¸","invalidBorder":"à¸à¸à¸²à¸à¹à¸ªà¹à¸à¸à¸£à¸à¸à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸³à¸à¸§à¸à¸à¸±à¸§à¹à¸¥à¸","invalidCellPadding":"à¸à¹à¸à¸à¸§à¹à¸²à¸à¸ ายà¹à¸à¹à¸à¸¥à¸¥à¹à¸à¹à¸à¸à¹à¸¥à¸à¸à¸³à¸à¸§à¸à¸à¸§à¸","invalidCellSpacing":"à¸à¹à¸à¸à¸§à¹à¸²à¸à¸ ายà¹à¸à¹à¸à¸¥à¸¥à¹à¸à¹à¸à¸à¹à¸à¹à¸à¹à¸¥à¸à¸à¸³à¸à¸§à¸à¸à¸§à¸","invalidCols":"à¸à¸³à¸à¸§à¸à¸à¸à¸¥à¸±à¸¡à¸à¹à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸³à¸à¸§à¸à¸¡à¸²à¸à¸à¸§à¹à¸² 0","invalidHeight":"สà¹à¸§à¸à¸ªà¸¹à¸à¸à¸à¸à¸à¸²à¸£à¸²à¸à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸±à¸§à¹à¸¥à¸","invalidRows":"à¸à¸³à¸à¸§à¸à¸à¸à¸à¹à¸à¸§à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸³à¸à¸§à¸à¸¡à¸²à¸à¸à¸§à¹à¸² 0","invalidWidth":"à¸à¸§à¸²à¸¡à¸à¸§à¹à¸²à¸à¸à¸²à¸£à¸²à¸à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸±à¸§à¹à¸¥à¸","menu":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¸à¸²à¸£à¸²à¸","row":{"menu":"à¹à¸à¸§","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"ลà¸à¹à¸à¸§"},"rows":"à¹à¸à¸§","summary":"สรุà¸à¸à¸§à¸²à¸¡","title":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¸à¸²à¸£à¸²à¸","toolbar":"à¸à¸²à¸£à¸²à¸","widthPc":"à¹à¸à¸à¸£à¹à¹à¸à¹à¸","widthPx":"à¸à¸¸à¸à¸ªà¸µ","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":"Sorry, but service is unavailable now.","notInDic":"à¹à¸¡à¹à¸à¸à¹à¸à¸à¸´à¸à¸à¸±à¸à¸à¸²à¸£à¸µ","oneChange":"à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸à¹à¸ªà¸£à¹à¸à¸ªà¸´à¹à¸: à¹à¸à¹à¹à¸1à¸à¸³","progress":"à¸à¸³à¸¥à¸±à¸à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸...","title":"Spell Check","toolbar":"à¸à¸£à¸§à¸à¸à¸²à¸£à¸ªà¸°à¸à¸à¸à¸³"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/tr.js b/skins/ckeditor/lang/tr.js index f3fbc62..479a71e 100644 --- a/skins/ckeditor/lang/tr.js +++ b/skins/ckeditor/lang/tr.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.tr={dir:'ltr',editorTitle:'Zengin metin editörü, %1, yardım için ALT 0 tuÅuna basın.',toolbars:'Editor toolbars',editor:'Zengin Metin Editörü',source:'Kaynak',newPage:'Yeni Sayfa',save:'Kaydet',preview:'Ãn Ä°zleme',cut:'Kes',copy:'Kopyala',paste:'YapıÅtır',print:'Yazdır',underline:'Altı Ãizgili',bold:'Kalın',italic:'Ä°talik',selectAll:'Tümünü Seç',removeFormat:'Biçimi Kaldır',strike:'Ãstü Ãizgili',subscript:'Alt Simge',superscript:'Ãst Simge',horizontalrule:'Yatay Satır Ekle',pagebreak:'Sayfa Sonu Ekle',pagebreakAlt:'Page Break',unlink:'Köprü Kaldır',undo:'Geri Al',redo:'Tekrarla',common:{browseServer:'Sunucuyu Gez',url:'URL',protocol:'Protokol',upload:'KarÅıya Yükle',uploadSubmit:'Sunucuya Yolla',image:'Resim',flash:'Flash',form:'Form',checkbox:'Onay Kutusu',radio:'Seçenek DüÄmesi',textField:'Metin GiriÅi',textarea:'Ãok Satırlı Metin',hiddenField:'Gizli Veri',button:'DüÄme',select:'Seçim Menüsü',imageButton:'Resimli DüÄme',notSet:'<tanımlanmamıÅ>',id:'Kimlik',name:'Ad',langDir:'Dil Yönü',langDirLtr:'Soldan SaÄa (LTR)',langDirRtl:'SaÄdan Sola (RTL)',langCode:'Dil Kodlaması',longDescr:'Uzun Tanımlı URL',cssClass:'Biçem Sayfası Sınıfları',advisoryTitle:'DanıÅma BaÅlıÄı',cssStyle:'Biçem',ok:'Tamam',cancel:'Ä°ptal',close:'Kapat',preview:'Ãn gösterim',generalTab:'Genel',advancedTab:'GeliÅmiÅ',validateNumberFailed:'Bu deÄer sayı deÄildir.',confirmNewPage:'Ä°ceriÄiniz kayıt edilmediÄinden dolayı kaybolacaktır. Yeni bir sayfa yüklemek istediÄinize eminsiniz?',confirmCancel:'Bazı seçenekler deÄiÅmiÅtir. Dialog penceresini kapatmak istediÄinize eminmisiniz?',options:'Seçenekler',target:'Hedef',targetNew:'Yeni Pencere (_blank)',targetTop:'Enüst Pencere (_top)',targetSelf:'Aynı Pencere (_self)',targetParent:'Ana Pencere (_parent)',langDirLTR:'Left to Right (LTR)',langDirRTL:'Right to Left (RTL)',styles:'Style',cssClasses:'Stylesheet Classes',width:'GeniÅlik',height:'Yükseklik',align:'Hizalama',alignLeft:'Sol',alignRight:'SaÄ',alignCenter:'Merkez',alignTop:'Tepe',alignMiddle:'Orta',alignBottom:'Alt',invalidHeight:'Yükseklik sayı olmalıdır.',invalidWidth:'GeniÅlik bir sayı olmalıdır.',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 %).',unavailable:'%1<span class="cke_accessibility">, hazır deÄildir</span>'},contextmenu:{options:'İçerik Menüsü Seçenekleri'},specialChar:{toolbar:'Ãzel Karakter Ekle',title:'Ãzel Karakter Seç',options:'Ãzel Karakter Seçenekleri'},link:{toolbar:'Link Ekle/Düzenle',other:'<diÄer>',menu:'Link Düzenle',title:'Link',info:'Link Bilgisi',target:'Hedef',upload:'KarÅıya Yükle',advanced:'GeliÅmiÅ',type:'Link Türü',toUrl:'URL',toAnchor:'Bu sayfada çapa',toEmail:'E-Posta',targetFrame:'<çerçeve>',targetPopup:'<yeni açılan pencere>',targetFrameName:'Hedef Ãerçeve Adı',targetPopupName:'Yeni Açılan Pencere Adı',popupFeatures:'Yeni Açılan Pencere Ãzellikleri',popupResizable:'Resizable',popupStatusBar:'Durum ÃubuÄu',popupLocationBar:'Yer ÃubuÄu',popupToolbar:'Araç ÃubuÄu',popupMenuBar:'Menü ÃubuÄu',popupFullScreen:'Tam Ekran (IE)',popupScrollBars:'Kaydırma Ãubukları',popupDependent:'BaÄımlı (Netscape)',popupLeft:'Sola Göre Konum',popupTop:'Yukarıya Göre Konum',id:'Id',langDir:'Dil Yönü',langDirLTR:'Soldan SaÄa (LTR)',langDirRTL:'SaÄdan Sola (RTL)',acccessKey:'EriÅim TuÅu',name:'Ad',langCode:'Dil Yönü',tabIndex:'Sekme Ä°ndeksi',advisoryTitle:'DanıÅma BaÅlıÄı',advisoryContentType:'DanıÅma İçerik Türü',cssClasses:'Biçem Sayfası Sınıfları',charset:'BaÄlı Kaynak Karakter Gurubu',styles:'Biçem',rel:'Relationship',selectAnchor:'BaÄlantı Seç',anchorName:'BaÄlantı Adı ile',anchorId:'Eleman Kimlik Numarası ile',emailAddress:'E-Posta Adresi',emailSubject:'Ä°leti Konusu',emailBody:'Ä°leti Gövdesi',noAnchors:'(Bu belgede hiç çapa yok)',noUrl:"Lütfen Link URL'sini yazın",noEmail:'Lütfen E-posta adresini yazın'},anchor:{toolbar:'BaÄlantı Ekle/Düzenle',menu:'BaÄlantı Ãzellikleri',title:'BaÄlantı Ãzellikleri',name:'BaÄlantı Adı',errorName:'Lütfen baÄlantı için ad giriniz',remove:'Remove Anchor'},list:{numberedTitle:'SayılandırılmıŠListe Ãzellikleri',bulletedTitle:'Simgeli Liste Ãzellikleri',type:'Tipi',start:'BaÅla',validateStartNumber:'List start number must be a whole number.',circle:'Daire',disc:'Disk',square:'Kare',none:'Yok',notset:'<ayarlanmamıÅ>',armenian:'Ermenice sayılandırma',georgian:'Gürcüce numaralandırma (an, ban, gan, vs.)',lowerRoman:'Küçük Roman (i, ii, iii, iv, v, vs.)',upperRoman:'Büyük Roman (I, II, III, IV, V, vs.)',lowerAlpha:'Küçük Alpha (a, b, c, d, e, vs.)',upperAlpha:'Büyük Alpha (A, B, C, D, E, vs.)',lowerGreek:'Küçük Greek (alpha, beta, gamma, vs.)',decimal:'Ondalık (1, 2, 3, vs.)',decimalLeadingZero:'BaÅı sıfırlı ondalık (01, 02, 03, vs.)'},findAndReplace:{title:'Bul ve DeÄiÅtir',find:'Bul',replace:'DeÄiÅtir',findWhat:'Aranan:',replaceWith:'Bununla deÄiÅtir:',notFoundMsg:'Belirtilen yazı bulunamadı.',matchCase:'Büyük/küçük harf duyarlı',matchWord:'Kelimenin tamamı uysun',matchCyclic:'EÅleÅen döngü',replaceAll:'Tümünü DeÄiÅtir',replaceSuccessMsg:'%1 bulunanlardan deÄiÅtirildi.'},table:{toolbar:'Tablo',title:'Tablo Ãzellikleri',menu:'Tablo Ãzellikleri',deleteTable:'Tabloyu Sil',rows:'Satırlar',columns:'Sütunlar',border:'Kenar KalınlıÄı',widthPx:'piksel',widthPc:'yüzde',widthUnit:'geniÅlik birimi',cellSpace:'Izgara kalınlıÄı',cellPad:'Izgara yazı arası',caption:'BaÅlık',summary:'Ãzet',headers:'BaÅlıklar',headersNone:'Yok',headersColumn:'Ä°lk Sütun',headersRow:'Ä°lk Satır',headersBoth:'Her Ä°kisi',invalidRows:'Satır sayısı 0 sayısından büyük olmalıdır.',invalidCols:'Sütün sayısı 0 sayısından büyük olmalıdır.',invalidBorder:'Ãerceve büyüklüklüÄü sayı olmalıdır.',invalidWidth:'Tablo geniÅliÄi sayı olmalıdır.',invalidHeight:'Tablo yüksekliÄi sayı olmalıdır.',invalidCellSpacing:'Hücre boÅluÄu (spacing) sayı olmalıdır.',invalidCellPadding:'Hücre aralıÄı (padding) sayı olmalıdır.',cell:{menu:'Hücre',insertBefore:'Hücre Ekle - Ãnce',insertAfter:'Hücre Ekle - Sonra',deleteCell:'Hücre Sil',merge:'Hücreleri BirleÅtir',mergeRight:'BirleÅtir - SaÄdaki Ä°le ',mergeDown:'BirleÅtir - AÅaÄıdaki Ä°le ',splitHorizontal:'Hücreyi Yatay Böl',splitVertical:'Hücreyi Dikey Böl',title:'Hücre Ãzellikleri',cellType:'Hücre Tipi',rowSpan:'Satırlar Mesafesi (Span)',colSpan:'Sütünlar Mesafesi (Span)',wordWrap:'Kelime Kaydırma',hAlign:'DüÅey Hizalama',vAlign:'YataÅ Hizalama',alignBaseline:'Tabana',bgColor:'Arkaplan Rengi',borderColor:'Ãerçeve Rengi',data:'Veri',header:'BaÅlık',yes:'Evet',no:'Hayır',invalidWidth:'Hücre geniÅliÄi sayı olmalıdır.',invalidHeight:'Hücre yüksekliÄi sayı olmalıdır.',invalidRowSpan:'Satırların mesafesi tam sayı olmalıdır.',invalidColSpan:'Sütünların mesafesi tam sayı olmalıdır.',chooseColor:'Seçiniz'},row:{menu:'Satır',insertBefore:'Satır Ekle - Ãnce',insertAfter:'Satır Ekle - Sonra',deleteRow:'Satır Sil'},column:{menu:'Sütun',insertBefore:'Kolon Ekle - Ãnce',insertAfter:'Kolon Ekle - Sonra',deleteColumn:'Sütun Sil'}},button:{title:'DüÄme Ãzellikleri',text:'Metin (DeÄer)',type:'Tip',typeBtn:'DüÄme',typeSbm:'Gönder',typeRst:'Sıfırla'},checkboxAndRadio:{checkboxTitle:'Onay Kutusu Ãzellikleri',radioTitle:'Seçenek DüÄmesi Ãzellikleri',value:'DeÄer',selected:'Seçili'},form:{title:'Form Ãzellikleri',menu:'Form Ãzellikleri',action:'Ä°Ålem',method:'Yöntem',encoding:'Kodlama'},select:{title:'Seçim Menüsü Ãzellikleri',selectInfo:'Bilgi',opAvail:'Mevcut Seçenekler',value:'DeÄer',size:'Boyut',lines:'satır',chkMulti:'Ãoklu seçime izin ver',opText:'Metin',opValue:'DeÄer',btnAdd:'Ekle',btnModify:'Düzenle',btnUp:'Yukarı',btnDown:'AÅaÄı',btnSetValue:'Seçili deÄer olarak ata',btnDelete:'Sil'},textarea:{title:'Ãok Satırlı Metin Ãzellikleri',cols:'Sütunlar',rows:'Satırlar'},textfield:{title:'Metin GiriÅi Ãzellikleri',name:'Ad',value:'DeÄer',charWidth:'Karakter GeniÅliÄi',maxChars:'En Fazla Karakter',type:'Tür',typeText:'Metin',typePass:'Åifre'},hidden:{title:'Gizli Veri Ãzellikleri',name:'Ad',value:'DeÄer'},image:{title:'Resim Ãzellikleri',titleButton:'Resimli DüÄme Ãzellikleri',menu:'Resim Ãzellikleri',infoTab:'Resim Bilgisi',btnUpload:'Sunucuya Yolla',upload:'KarÅıya Yükle',alt:'Alternatif Yazı',lockRatio:'Oranı Kilitle',resetSize:'Boyutu BaÅa Döndür',border:'Kenar',hSpace:'Yatay BoÅluk',vSpace:'Dikey BoÅluk',alertUrl:"Lütfen resmin URL'sini yazınız",linkTab:'Köprü',button2Img:'Seçili resim butonunu basit resime çevirmek istermisiniz?',img2Button:'Seçili olan resimi, resimli butona çevirmek istermisiniz?',urlMissing:'Resmin URL kaynaÄı eksiktir.',validateBorder:'Ãerçeve tam sayı olmalıdır.',validateHSpace:'HSpace tam sayı olmalıdır.',validateVSpace:'VSpace tam sayı olmalıdır.'},flash:{properties:'Flash Ãzellikleri',propertiesTab:'Ãzellikler',title:'Flash Ãzellikleri',chkPlay:'Otomatik Oynat',chkLoop:'Döngü',chkMenu:'Flash Menüsünü Kullan',chkFull:'Tam ekrana Ä°zinver',scale:'Boyutlandır',scaleAll:'Hepsini Göster',scaleNoBorder:'Kenar Yok',scaleFit:'Tam SıÄdır',access:'Kod Ä°zni',accessAlways:'Herzaman',accessSameDomain:'Aynı domain',accessNever:'Asla',alignAbsBottom:'Tam Altı',alignAbsMiddle:'Tam Ortası',alignBaseline:'Taban Ãizgisi',alignTextTop:'Yazı Tepeye',quality:'Kalite',qualityBest:'En iyi',qualityHigh:'Yüksek',qualityAutoHigh:'Otomatik Yükseklik',qualityMedium:'Orta',qualityAutoLow:'Otomatik DüÅüklük',qualityLow:'DüÅük',windowModeWindow:'Pencere',windowModeOpaque:'Opak',windowModeTransparent:'Åeffaf',windowMode:'Pencere modu',flashvars:'Flash DeÄerleri',bgcolor:'Arka Renk',hSpace:'Yatay BoÅluk',vSpace:'Dikey BoÅluk',validateSrc:"Lütfen köprü URL'sini yazın",validateHSpace:'HSpace sayı olmalıdır.',validateVSpace:'VSpace sayı olmalıdır.'},spellCheck:{toolbar:'Yazım Denetimi',title:'Yazımı Denetle',notAvailable:'Ãzügünüz, bu servis Åuanda hizmet dıÅıdır.',errorLoading:'Uygulamada yüklerken hata oluÅtu: %s.',notInDic:'Sözlükte Yok',changeTo:'Åuna deÄiÅtir:',btnIgnore:'Yoksay',btnIgnoreAll:'Tümünü Yoksay',btnReplace:'DeÄiÅtir',btnReplaceAll:'Tümünü DeÄiÅtir',btnUndo:'Geri Al',noSuggestions:'- Ãneri Yok -',progress:'Yazım denetimi iÅlemde...',noMispell:'Yazım denetimi tamamlandı: YanlıŠyazıma rastlanmadı',noChanges:'Yazım denetimi tamamlandı: Hiçbir kelime deÄiÅtirilmedi',oneChange:'Yazım denetimi tamamlandı: Bir kelime deÄiÅtirildi',manyChanges:'Yazım denetimi tamamlandı: %1 kelime deÄiÅtirildi',ieSpellDownload:'Yazım denetimi yüklenmemiÅ. Åimdi yüklemek ister misiniz?'},smiley:{toolbar:'Ä°fade',title:'Ä°fade Ekle',options:'Ä°fade Seçenekleri'},elementsPath:{eleLabel:'Elementlerin yolu',eleTitle:'%1 element'},numberedlist:'Numaralı Liste',bulletedlist:'Simgeli Liste',indent:'Sekme Arttır',outdent:'Sekme Azalt',justify:{left:'Sola Dayalı',center:'OrtalanmıÅ',right:'SaÄa Dayalı',block:'Ä°ki Kenara YaslanmıÅ'},blockquote:'Blok OluÅtur',clipboard:{title:'YapıÅtır',cutError:'Gezgin yazılımınızın güvenlik ayarları düzenleyicinin otomatik kesme iÅlemine izin vermiyor. Ä°Ålem için (Ctrl/Cmd+X) tuÅlarını kullanın.',copyError:'Gezgin yazılımınızın güvenlik ayarları düzenleyicinin otomatik kopyalama iÅlemine izin vermiyor. Ä°Ålem için (Ctrl/Cmd+C) tuÅlarını kullanın.',pasteMsg:'Lütfen aÅaÄıdaki kutunun içine yapıÅtırın. (<STRONG>Ctrl/Cmd+V</STRONG>) ve <STRONG>Tamam</STRONG> butonunu tıklayın.',securityMsg:'Gezgin yazılımınızın güvenlik ayarları düzenleyicinin direkt olarak panoya eriÅimine izin vermiyor. Bu pencere içine tekrar yapıÅtırmalısınız..',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:"YapıÅtırmaya çalıÅtıÄınız metin Word'den kopyalanmıÅtır. YapıÅtırmadan önce silmek istermisiniz?",toolbar:"Word'den YapıÅtır",title:"Word'den YapıÅtır",error:'YapıÅtırmadaki veri bilgisi hata düzelene kadar silinmeyecektir'},pasteText:{button:'Düz Metin Olarak YapıÅtır',title:'Düz Metin Olarak YapıÅtır'},templates:{button:'Åablonlar',title:'İçerik Åablonları',options:'Åablon Seçenekleri',insertOption:'Mevcut içerik ile deÄiÅtir',selectPromptMsg:'Düzenleyicide açmak için lütfen bir Åablon seçin.<br>(hali hazırdaki içerik kaybolacaktır.):',emptyListMsg:'(Belirli bir Åablon seçilmedi)'},showBlocks:'Blokları Göster',stylesCombo:{label:'Biçem',panelTitle:'Stilleri Düzenliyor',panelTitle1:'Blok Stilleri',panelTitle2:'Inline Stilleri',panelTitle3:'Nesne Stilleri'},format:{label:'Biçim',panelTitle:'Biçim',tag_p:'Normal',tag_pre:'Biçimli',tag_address:'Adres',tag_h1:'BaÅlık 1',tag_h2:'BaÅlık 2',tag_h3:'BaÅlık 3',tag_h4:'BaÅlık 4',tag_h5:'BaÅlık 5',tag_h6:'BaÅlık 6',tag_div:'Paragraf (DIV)'},div:{title:'Div İçeriÄi OluÅtur',toolbar:'Div İçeriÄi OluÅtur',cssClassInputLabel:'Stilltipi Sınıfı',styleSelectLabel:'Stil',IdInputLabel:'Id',languageCodeInputLabel:' Dil Kodu',inlineStyleInputLabel:'Inline Stili',advisoryTitleInputLabel:'Tavsiye BaÅlıÄı',langDirLabel:'Dil Yönü',langDirLTRLabel:'Soldan saÄa (LTR)',langDirRTLLabel:'SaÄdan sola (RTL)',edit:'Div Düzenle',remove:'Div Kaldır'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Yazı Türü',voiceLabel:'Font',panelTitle:'Yazı Türü'},fontSize:{label:'Boyut',voiceLabel:'Font Size',panelTitle:'Boyut'},colorButton:{textColorTitle:'Yazı Rengi',bgColorTitle:'Arka Renk',panelTitle:'Renkler',auto:'Otomatik',more:'DiÄer renkler...'},colors:{'000':'Siyah',800000:'Kestane','8B4513':'Koyu Kahverengi','2F4F4F':'Koyu KurÅuni Gri','008080':'Teal','000080':'Mavi','4B0082':'Ãivit Mavisi',696969:'Silik Gri',B22222:'AteÅ TuÄlası',A52A2A:'Kahverengi',DAA520:'Altun Sırık','006400':'Koyu YeÅil','40E0D0':'Turkuaz','0000CD':'Orta Mavi',800080:'Pembe',808080:'Gri',F00:'Kırmızı',FF8C00:'Koyu Portakal',FFD700:'Altın','008000':'YeÅil','0FF':'Ciyan','00F':'Mavi',EE82EE:'MenekÅe',A9A9A9:'Koyu Gri',FFA07A:'Açık Sarımsı',FFA500:'Portakal',FFFF00:'Sarı','00FF00':'Açık YeÅil',AFEEEE:'Sönük Turkuaz',ADD8E6:'Açık Mavi',DDA0DD:'Mor',D3D3D3:'Açık Gri',FFF0F5:'Eflatun Pembe',FAEBD7:'Antik Beyaz',FFFFE0:'Açık Sarı',F0FFF0:'Balsarısı',F0FFFF:'Gök Mavisi',F0F8FF:'Reha Mavi',E6E6FA:'Eflatun',FFF:'Beyaz'},scayt:{title:'GirmiÅ olduÄunuz kelime denetimi',opera_title:'Opera tarafından desteklenmemektedir',enable:'SCAYT etkinleÅtir',disable:'SCAYT pasifleÅtir',about:'SCAYT hakkında',toggle:'SCAYT deÄiÅtir',options:'Seçenekler',langs:'Diller',moreSuggestions:'Daha fazla öneri',ignore:'Yoksay',ignoreAll:'Tümünü Yoksay',addWord:'Kelime Ekle',emptyDic:'Sözlük adı boÅ olamaz.',optionsTab:'Seçenekler',allCaps:'Tüm büyük küçük kelimeleri yoksay',ignoreDomainNames:'Domain adlarını yoksay',mixedCase:'KarıÅık büyüklük ile Sözcükler yoksay',mixedWithDigits:'Sayılarla Kelimeler yoksay',languagesTab:'Diller',dictionariesTab:'Sözlükler',dic_field_name:'Sözlük adı',dic_create:'OluÅtur',dic_restore:'Geri al',dic_delete:'Sil',dic_rename:'Yeniden adlandır',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 it's name and click the Restore button.",aboutTab:'Hakkında'},about:{title:'CKEditor Hakkında',dlgTitle:'CKEditor Hakkında',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Lisanslama hakkında daha fazla bilgi almak için lütfen sitemizi ziyaret edin:',copy:'Copyright © $1. Tüm hakları saklıdır.'},maximize:'Büyült',minimize:'Küçült',fakeobjects:{anchor:'BaÄlantı',flash:'Flash Animasyonu',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Bilinmeyen Nesne'},resize:'Boyutlandırmak için sürükle',colordialog:{title:'Renk seç',options:'Renk Seçenekleri',highlight:'Ä°Åaretle',selected:'SeçilmiÅ',clear:'Temizle'},toolbarCollapse:"Toolbar'ı topla",toolbarExpand:"Toolbar'ı aç",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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Belge Ãzellikleri',title:'Belge Ãzellikleri',design:'Design',meta:'Tanım Bilgisi (Meta)',chooseColor:'Seçiniz',other:'<diÄer>',docTitle:'Sayfa BaÅlıÄı',charset:'Karakter Kümesi Kodlaması',charsetOther:'DiÄer Karakter Kümesi Kodlaması',charsetASCII:'ASCII',charsetCE:'Orta Avrupa',charsetCT:'Geleneksel Ãince (Big5)',charsetCR:'Kiril',charsetGR:'Yunanca',charsetJP:'Japonca',charsetKR:'Korece',charsetTR:'Türkçe',charsetUN:'Unicode (UTF-8)',charsetWE:'Batı Avrupa',docType:'Belge Türü BaÅlıÄı',docTypeOther:'DiÄer Belge Türü BaÅlıÄı',xhtmlDec:'XHTML Bildirimlerini Dahil Et',bgColor:'Arka Plan Rengi',bgImage:'Arka Plan Resim URLsi',bgFixed:'Sabit Arka Plan',txtColor:'Yazı Rengi',margin:'Kenar BoÅlukları',marginTop:'Tepe',marginLeft:'Sol',marginRight:'SaÄ',marginBottom:'Alt',metaKeywords:'Belge Dizinleme Anahtar Kelimeleri (virgülle ayrılmıÅ)',metaDescription:'Belge Tanımı',metaAuthor:'Yazar',metaCopyright:'Telif',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['tr']={"editor":"Zengin Metin Editörü","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Yardım için ALT 0 tuÅlarına basın","browseServer":"Sunucuya Gözat","url":"URL","protocol":"Protokol","upload":"KarÅıya Yükle","uploadSubmit":"Sunucuya Gönder","image":"Resim","flash":"Flash","form":"Form","checkbox":"Onay Kutusu","radio":"Seçenek DüÄmesi","textField":"Metin Kutusu","textarea":"Metin Alanı","hiddenField":"Gizli Alan","button":"DüÄme","select":"Seçme Alanı","imageButton":"Resim DüÄmesi","notSet":"<tanımlanmamıÅ>","id":"Kimlik","name":"Ä°sim","langDir":"Dil Yönü","langDirLtr":"Soldan SaÄa (LTR)","langDirRtl":"SaÄdan Sola (RTL)","langCode":"Dil Kodlaması","longDescr":"Uzun Tanımlı URL","cssClass":"Biçem Sayfası Sınıfları","advisoryTitle":"Ãneri BaÅlıÄı","cssStyle":"Biçem","ok":"Tamam","cancel":"Ä°ptal","close":"Kapat","preview":"Ãnizleme","resize":"Yeniden Boyutlandır","generalTab":"Genel","advancedTab":"GeliÅmiÅ","validateNumberFailed":"Bu deÄer bir sayı deÄildir.","confirmNewPage":"Bu içerikle ilgili kaydedilmemiÅ tüm bilgiler kaybolacaktır. Yeni bir sayfa yüklemek istediÄinizden emin misiniz?","confirmCancel":"Bazı seçenekleri deÄiÅtirdiniz. Ä°letiÅim penceresini kapatmak istediÄinizden emin misiniz?","options":"Seçenekler","target":"Hedef","targetNew":"Yeni Pencere (_blank)","targetTop":"En Ãstteki Pencere (_top)","targetSelf":"Aynı Pencere (_self)","targetParent":"Ãst Pencere (_parent)","langDirLTR":"Soldan SaÄa (LTR)","langDirRTL":"SaÄdan Sola (RTL)","styles":"Biçem","cssClasses":"Biçem Sayfası Sınıfları","width":"GeniÅlik","height":"Yükseklik","align":"Hizalama","alignLeft":"Sol","alignRight":"SaÄ","alignCenter":"Ortala","alignTop":"Ãst","alignMiddle":"Orta","alignBottom":"Alt","invalidValue":"Geçersiz deÄer.","invalidHeight":"Yükseklik deÄeri bir sayı olmalıdır.","invalidWidth":"GeniÅlik deÄeri bir sayı olmalıdır.","invalidCssLength":"\"%1\" alanı için verilen deÄer, geçerli bir CSS ölçü birimi (px, %, in, cm, mm, em, ex, pt, veya pc) içeren veya içermeyen pozitif bir sayı olmalıdır.","invalidHtmlLength":"BelirttiÄiniz sayı \"%1\" alanı için pozitif bir sayı HTML birim deÄeri olmalıdır (px veya %).","invalidInlineStyle":"Satıriçi biçem için verilen deÄer, \"isim : deÄer\" biçiminde birbirinden noktalı virgüllerle ayrılan bir veya daha fazla deÄiÅkenler grubundan oluÅmalıdır.","cssLengthTooltip":"Piksel türünde bir sayı veya geçerli bir CSS ölçü birimi (px, %, in, cm, mm, em, ex, pt veya pc) içeren bir sayı girin.","unavailable":"%1<span class=\"cke_accessibility\">, kullanılamaz</span>"},"about":{"copy":"Copyright © $1. Tüm hakları saklıdır.","dlgTitle":"CKEditor Hakkında","help":"Yardım için $1 kontrol edin.","moreInfo":"Lisanslama hakkında daha fazla bilgi almak için lütfen sitemizi ziyaret edin:","title":"CKEditor Hakkında","userGuide":"CKEditor Kullanıcı Kılavuzu"},"basicstyles":{"bold":"Kalın","italic":"Ä°talik","strike":"Ãstü Ãizgili","subscript":"Alt Simge","superscript":"Ãst Simge","underline":"Altı Ãizgili"},"bidi":{"ltr":"Metin yönü soldan saÄa","rtl":"Metin yönü saÄdan sola"},"blockquote":{"toolbar":"Blok OluÅtur"},"clipboard":{"copy":"Kopyala","copyError":"Gezgin yazılımınızın güvenlik ayarları düzenleyicinin otomatik kopyalama iÅlemine izin vermiyor. Ä°Ålem için (Ctrl/Cmd+C) tuÅlarını kullanın.","cut":"Kes","cutError":"Gezgin yazılımınızın güvenlik ayarları düzenleyicinin otomatik kesme iÅlemine izin vermiyor. Ä°Ålem için (Ctrl/Cmd+X) tuÅlarını kullanın.","paste":"YapıÅtır","pasteArea":"YapıÅtırma Alanı","pasteMsg":"Lütfen aÅaÄıdaki kutunun içine yapıÅtırın. (<STRONG>Ctrl/Cmd+V</STRONG>) ve <STRONG>Tamam</STRONG> butonunu tıklayın.","securityMsg":"Gezgin yazılımınızın güvenlik ayarları düzenleyicinin direkt olarak panoya eriÅimine izin vermiyor. Bu pencere içine tekrar yapıÅtırmalısınız..","title":"YapıÅtır"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Otomatik","bgColorTitle":"Arka Renk","colors":{"000":"Siyah","800000":"Kestane","8B4513":"Koyu Kahverengi","2F4F4F":"Koyu KurÅuni Gri","008080":"Teal","000080":"Mavi","4B0082":"Ãivit Mavisi","696969":"Silik Gri","B22222":"AteÅ TuÄlası","A52A2A":"Kahverengi","DAA520":"Altun Sırık","006400":"Koyu YeÅil","40E0D0":"Turkuaz","0000CD":"Orta Mavi","800080":"Pembe","808080":"Gri","F00":"Kırmızı","FF8C00":"Koyu Portakal","FFD700":"Altın","008000":"YeÅil","0FF":"Ciyan","00F":"Mavi","EE82EE":"MenekÅe","A9A9A9":"Koyu Gri","FFA07A":"Açık Sarımsı","FFA500":"Portakal","FFFF00":"Sarı","00FF00":"Açık YeÅil","AFEEEE":"Sönük Turkuaz","ADD8E6":"Açık Mavi","DDA0DD":"Mor","D3D3D3":"Açık Gri","FFF0F5":"Eflatun Pembe","FAEBD7":"Antik Beyaz","FFFFE0":"Açık Sarı","F0FFF0":"Balsarısı","F0FFFF":"Gök Mavisi","F0F8FF":"Reha Mavi","E6E6FA":"Eflatun","FFF":"Beyaz"},"more":"DiÄer renkler...","panelTitle":"Renkler","textColorTitle":"Yazı Rengi"},"colordialog":{"clear":"Temizle","highlight":"Ä°Åaretle","options":"Renk Seçenekleri","selected":"SeçilmiÅ","title":"Renk seç"},"templates":{"button":"Åablonlar","emptyListMsg":"(Belirli bir Åablon seçilmedi)","insertOption":"Mevcut içerik ile deÄiÅtir","options":"Åablon Seçenekleri","selectPromptMsg":"Düzenleyicide açmak için lütfen bir Åablon seçin.<br>(hali hazırdaki içerik kaybolacaktır.):","title":"İçerik Åablonları"},"contextmenu":{"options":"İçerik Menüsü Seçenekleri"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Tavsiye BaÅlıÄı","cssClassInputLabel":"Stilltipi Sınıfı","edit":"Div Düzenle","inlineStyleInputLabel":"Inline Stili","langDirLTRLabel":"Soldan saÄa (LTR)","langDirLabel":"Dil Yönü","langDirRTLLabel":"SaÄdan sola (RTL)","languageCodeInputLabel":" Dil Kodu","remove":"Div Kaldır","styleSelectLabel":"Stil","title":"Div İçeriÄi OluÅtur","toolbar":"Div İçeriÄi OluÅtur"},"toolbar":{"toolbarCollapse":"Araç çubuklarını topla","toolbarExpand":"Araç çubuklarını aç","toolbarGroups":{"document":"Belge","clipboard":"Pano/Geri al","editing":"Düzenleme","forms":"Formlar","basicstyles":"Temel Stiller","paragraph":"Paragraf","links":"BaÄlantılar","insert":"Ekle","styles":"Stiller","colors":"Renkler","tools":"Araçlar"},"toolbars":"Araç çubukları Editörü"},"elementspath":{"eleLabel":"Elementlerin yolu","eleTitle":"%1 elementi"},"find":{"find":"Bul","findOptions":"Seçenekleri Bul","findWhat":"Aranan:","matchCase":"Büyük/küçük harf duyarlı","matchCyclic":"EÅleÅen döngü","matchWord":"Kelimenin tamamı uysun","notFoundMsg":"Belirtilen yazı bulunamadı.","replace":"DeÄiÅtir","replaceAll":"Tümünü DeÄiÅtir","replaceSuccessMsg":"%1 bulunanlardan deÄiÅtirildi.","replaceWith":"Bununla deÄiÅtir:","title":"Bul ve DeÄiÅtir"},"fakeobjects":{"anchor":"BaÄlantı","flash":"Flash Animasyonu","hiddenfield":"Gizli Alan","iframe":"IFrame","unknown":"Bilinmeyen Nesne"},"flash":{"access":"Kod Ä°zni","accessAlways":"Herzaman","accessNever":"Asla","accessSameDomain":"Aynı domain","alignAbsBottom":"Tam Altı","alignAbsMiddle":"Tam Ortası","alignBaseline":"Taban Ãizgisi","alignTextTop":"Yazı Tepeye","bgcolor":"Arka Renk","chkFull":"Tam ekrana Ä°zinver","chkLoop":"Döngü","chkMenu":"Flash Menüsünü Kullan","chkPlay":"Otomatik Oynat","flashvars":"Flash DeÄerleri","hSpace":"Yatay BoÅluk","properties":"Flash Ãzellikleri","propertiesTab":"Ãzellikler","quality":"Kalite","qualityAutoHigh":"Otomatik Yükseklik","qualityAutoLow":"Otomatik DüÅüklük","qualityBest":"En iyi","qualityHigh":"Yüksek","qualityLow":"DüÅük","qualityMedium":"Orta","scale":"Boyutlandır","scaleAll":"Hepsini Göster","scaleFit":"Tam SıÄdır","scaleNoBorder":"Kenar Yok","title":"Flash Ãzellikleri","vSpace":"Dikey BoÅluk","validateHSpace":"HSpace sayı olmalıdır.","validateSrc":"Lütfen köprü URL'sini yazın","validateVSpace":"VSpace sayı olmalıdır.","windowMode":"Pencere modu","windowModeOpaque":"Opak","windowModeTransparent":"Åeffaf","windowModeWindow":"Pencere"},"font":{"fontSize":{"label":"Boyut","voiceLabel":"Font Size","panelTitle":"Boyut"},"label":"Yazı Türü","panelTitle":"Yazı Türü","voiceLabel":"Font"},"forms":{"button":{"title":"DüÄme Ãzellikleri","text":"Metin (DeÄer)","type":"Tip","typeBtn":"DüÄme","typeSbm":"Gönder","typeRst":"Sıfırla"},"checkboxAndRadio":{"checkboxTitle":"Onay Kutusu Ãzellikleri","radioTitle":"Seçenek DüÄmesi Ãzellikleri","value":"DeÄer","selected":"Seçili"},"form":{"title":"Form Ãzellikleri","menu":"Form Ãzellikleri","action":"Ä°Ålem","method":"Yöntem","encoding":"Kodlama"},"hidden":{"title":"Gizli Veri Ãzellikleri","name":"Ad","value":"DeÄer"},"select":{"title":"Seçim Menüsü Ãzellikleri","selectInfo":"Bilgi","opAvail":"Mevcut Seçenekler","value":"DeÄer","size":"Boyut","lines":"satır","chkMulti":"Ãoklu seçime izin ver","opText":"Metin","opValue":"DeÄer","btnAdd":"Ekle","btnModify":"Düzenle","btnUp":"Yukarı","btnDown":"AÅaÄı","btnSetValue":"Seçili deÄer olarak ata","btnDelete":"Sil"},"textarea":{"title":"Ãok Satırlı Metin Ãzellikleri","cols":"Sütunlar","rows":"Satırlar"},"textfield":{"title":"Metin GiriÅi Ãzellikleri","name":"Ad","value":"DeÄer","charWidth":"Karakter GeniÅliÄi","maxChars":"En Fazla Karakter","type":"Tür","typeText":"Metin","typePass":"Åifre","typeEmail":"E-posta","typeSearch":"Ara","typeTel":"Telefon Numarası","typeUrl":"URL"}},"format":{"label":"Biçim","panelTitle":"Biçim","tag_address":"Adres","tag_div":"Paragraf (DIV)","tag_h1":"BaÅlık 1","tag_h2":"BaÅlık 2","tag_h3":"BaÅlık 3","tag_h4":"BaÅlık 4","tag_h5":"BaÅlık 5","tag_h6":"BaÅlık 6","tag_p":"Normal","tag_pre":"Biçimli"},"horizontalrule":{"toolbar":"Yatay Satır Ekle"},"iframe":{"border":"Ãerceve sınırlarını göster","noUrl":"Lütfen IFrame köprü (URL) baÄlantısını yazın","scrolling":"Kaydırma çubuklarını aktif et","title":"IFrame Ãzellikleri","toolbar":"IFrame"},"image":{"alertUrl":"Lütfen resmin URL'sini yazınız","alt":"Alternatif Yazı","border":"Kenar","btnUpload":"Sunucuya Yolla","button2Img":"Seçili resim butonunu basit resime çevirmek istermisiniz?","hSpace":"Yatay BoÅluk","img2Button":"Seçili olan resimi, resimli butona çevirmek istermisiniz?","infoTab":"Resim Bilgisi","linkTab":"Köprü","lockRatio":"Oranı Kilitle","menu":"Resim Ãzellikleri","resetSize":"Boyutu BaÅa Döndür","title":"Resim Ãzellikleri","titleButton":"Resimli DüÄme Ãzellikleri","upload":"KarÅıya Yükle","urlMissing":"Resmin URL kaynaÄı eksiktir.","vSpace":"Dikey BoÅluk","validateBorder":"Ãerçeve tam sayı olmalıdır.","validateHSpace":"HSpace tam sayı olmalıdır.","validateVSpace":"VSpace tam sayı olmalıdır."},"indent":{"indent":"Sekme Arttır","outdent":"Sekme Azalt"},"smiley":{"options":"Ä°fade Seçenekleri","title":"Ä°fade Ekle","toolbar":"Ä°fade"},"justify":{"block":"Ä°ki Kenara YaslanmıÅ","center":"OrtalanmıÅ","left":"Sola Dayalı","right":"SaÄa Dayalı"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"EriÅim TuÅu","advanced":"GeliÅmiÅ","advisoryContentType":"DanıÅma İçerik Türü","advisoryTitle":"DanıÅma BaÅlıÄı","anchor":{"toolbar":"BaÄlantı Ekle/Düzenle","menu":"BaÄlantı Ãzellikleri","title":"BaÄlantı Ãzellikleri","name":"BaÄlantı Adı","errorName":"Lütfen baÄlantı için ad giriniz","remove":"BaÄlantıyı Kaldır"},"anchorId":"Eleman Kimlik Numarası ile","anchorName":"BaÄlantı Adı ile","charset":"BaÄlı Kaynak Karakter Gurubu","cssClasses":"Biçem Sayfası Sınıfları","emailAddress":"E-Posta Adresi","emailBody":"Ä°leti Gövdesi","emailSubject":"Ä°leti Konusu","id":"Id","info":"Link Bilgisi","langCode":"Dil Yönü","langDir":"Dil Yönü","langDirLTR":"Soldan SaÄa (LTR)","langDirRTL":"SaÄdan Sola (RTL)","menu":"Link Düzenle","name":"Ad","noAnchors":"(Bu belgede hiç çapa yok)","noEmail":"Lütfen E-posta adresini yazın","noUrl":"Lütfen Link URL'sini yazın","other":"<diÄer>","popupDependent":"BaÄımlı (Netscape)","popupFeatures":"Yeni Açılan Pencere Ãzellikleri","popupFullScreen":"Tam Ekran (IE)","popupLeft":"Sola Göre Konum","popupLocationBar":"Yer ÃubuÄu","popupMenuBar":"Menü ÃubuÄu","popupResizable":"Resizable","popupScrollBars":"Kaydırma Ãubukları","popupStatusBar":"Durum ÃubuÄu","popupToolbar":"Araç ÃubuÄu","popupTop":"Yukarıya Göre Konum","rel":"Ä°liÅki","selectAnchor":"BaÄlantı Seç","styles":"Biçem","tabIndex":"Sekme Ä°ndeksi","target":"Hedef","targetFrame":"<çerçeve>","targetFrameName":"Hedef Ãerçeve Adı","targetPopup":"<yeni açılan pencere>","targetPopupName":"Yeni Açılan Pencere Adı","title":"Link","toAnchor":"Bu sayfada çapa","toEmail":"E-Posta","toUrl":"URL","toolbar":"Link Ekle/Düzenle","type":"Link Türü","unlink":"Köprü Kaldır","upload":"KarÅıya Yükle"},"list":{"bulletedlist":"Simgeli Liste","numberedlist":"Numaralı Liste"},"liststyle":{"armenian":"Ermenice sayılandırma","bulletedTitle":"Simgeli Liste Ãzellikleri","circle":"Daire","decimal":"Ondalık (1, 2, 3, vs.)","decimalLeadingZero":"BaÅı sıfırlı ondalık (01, 02, 03, vs.)","disc":"Disk","georgian":"Gürcüce numaralandırma (an, ban, gan, vs.)","lowerAlpha":"Küçük Alpha (a, b, c, d, e, vs.)","lowerGreek":"Küçük Greek (alpha, beta, gamma, vs.)","lowerRoman":"Küçük Roman (i, ii, iii, iv, v, vs.)","none":"Yok","notset":"<ayarlanmamıÅ>","numberedTitle":"SayılandırılmıŠListe Ãzellikleri","square":"Kare","start":"BaÅla","type":"Tipi","upperAlpha":"Büyük Alpha (A, B, C, D, E, vs.)","upperRoman":"Büyük Roman (I, II, III, IV, V, vs.)","validateStartNumber":"Liste baÅlangıcı tam sayı olmalıdır."},"magicline":{"title":"ParaÄrafı buraya ekle"},"maximize":{"maximize":"Büyült","minimize":"Küçült"},"newpage":{"toolbar":"Yeni Sayfa"},"pagebreak":{"alt":"Sayfa Sonu","toolbar":"Sayfa Sonu Ekle"},"pastetext":{"button":"Düz Metin Olarak YapıÅtır","title":"Düz Metin Olarak YapıÅtır"},"pastefromword":{"confirmCleanup":"YapıÅtırmaya çalıÅtıÄınız metin Word'den kopyalanmıÅtır. YapıÅtırmadan önce silmek istermisiniz?","error":"YapıÅtırmadaki veri bilgisi hata düzelene kadar silinmeyecektir","title":"Word'den YapıÅtır","toolbar":"Word'den YapıÅtır"},"preview":{"preview":"Ãn Ä°zleme"},"print":{"toolbar":"Yazdır"},"removeformat":{"toolbar":"Biçimi Kaldır"},"save":{"toolbar":"Kaydet"},"selectall":{"toolbar":"Tümünü Seç"},"showblocks":{"toolbar":"Blokları Göster"},"sourcearea":{"toolbar":"Kaynak"},"specialchar":{"options":"Ãzel Karakter Seçenekleri","title":"Ãzel Karakter Seç","toolbar":"Ãzel Karakter Ekle"},"scayt":{"about":"SCAYT'ı hakkında","aboutTab":"Hakkında","addWord":"Kelime Ekle","allCaps":"Tüm büyük küçük kelimeleri yoksay","dic_create":"OluÅtur","dic_delete":"Sil","dic_field_name":"Sözlük adı","dic_info":"BaÅlangıçta Kullanıcı SözlüÄü bir çerezde saklanır. Ancak, Ãerezler boyutu sınırlıdır. Kullanıcı SözlüÄü, çerezin içinde saklanamayacaÄı bir noktada, bizim sunucularımızın içindeki sözlükte saklanabilir. Bizim sunucu üzerinde kiÅisel Sözlük saklamanız için, SözlüÄe bir ad belirtmelisiniz. EÄer zaten bir saklı Sözlük varsa, lütfen adını yazın ve Geri Yükle düÄmesini tıklayın.","dic_rename":"Yeniden adlandır","dic_restore":"Geri al","dictionariesTab":"Sözlükler","disable":"SCAYT'ı pasifleÅtir","emptyDic":"Sözlük adı boÅ olamaz.","enable":"SCAYT'ı etkinleÅtir","ignore":"Yoksay","ignoreAll":"Tümünü Yoksay","ignoreDomainNames":"Domain adlarını yoksay","langs":"Diller","languagesTab":"Diller","mixedCase":"KarıÅık büyüklük ile Sözcükler yoksay","mixedWithDigits":"Sayılarla Kelimeler yoksay","moreSuggestions":"Daha fazla öneri","opera_title":"Opera tarafından desteklenmemektedir","options":"Seçenekler","optionsTab":"Seçenekler","title":"GirmiÅ olduÄunuz kelime denetimi","toggle":"SCAYT'ı deÄiÅtir","noSuggestions":"No suggestion"},"stylescombo":{"label":"Biçem","panelTitle":"Stilleri Düzenliyor","panelTitle1":"Blok Stilleri","panelTitle2":"Inline Stilleri","panelTitle3":"Nesne Stilleri"},"table":{"border":"Kenar KalınlıÄı","caption":"BaÅlık","cell":{"menu":"Hücre","insertBefore":"Hücre Ekle - Ãnce","insertAfter":"Hücre Ekle - Sonra","deleteCell":"Hücre Sil","merge":"Hücreleri BirleÅtir","mergeRight":"BirleÅtir - SaÄdaki Ä°le ","mergeDown":"BirleÅtir - AÅaÄıdaki Ä°le ","splitHorizontal":"Hücreyi Yatay Böl","splitVertical":"Hücreyi Dikey Böl","title":"Hücre Ãzellikleri","cellType":"Hücre Tipi","rowSpan":"Satırlar Mesafesi (Span)","colSpan":"Sütünlar Mesafesi (Span)","wordWrap":"Kelime Kaydırma","hAlign":"DüÅey Hizalama","vAlign":"YataÅ Hizalama","alignBaseline":"Tabana","bgColor":"Arkaplan Rengi","borderColor":"Ãerçeve Rengi","data":"Veri","header":"BaÅlık","yes":"Evet","no":"Hayır","invalidWidth":"Hücre geniÅliÄi sayı olmalıdır.","invalidHeight":"Hücre yüksekliÄi sayı olmalıdır.","invalidRowSpan":"Satırların mesafesi tam sayı olmalıdır.","invalidColSpan":"Sütünların mesafesi tam sayı olmalıdır.","chooseColor":"Seçiniz"},"cellPad":"Izgara yazı arası","cellSpace":"Izgara kalınlıÄı","column":{"menu":"Sütun","insertBefore":"Kolon Ekle - Ãnce","insertAfter":"Kolon Ekle - Sonra","deleteColumn":"Sütun Sil"},"columns":"Sütunlar","deleteTable":"Tabloyu Sil","headers":"BaÅlıklar","headersBoth":"Her Ä°kisi","headersColumn":"Ä°lk Sütun","headersNone":"Yok","headersRow":"Ä°lk Satır","invalidBorder":"Ãerceve büyüklüklüÄü sayı olmalıdır.","invalidCellPadding":"Hücre aralıÄı (padding) sayı olmalıdır.","invalidCellSpacing":"Hücre boÅluÄu (spacing) sayı olmalıdır.","invalidCols":"Sütün sayısı 0 sayısından büyük olmalıdır.","invalidHeight":"Tablo yüksekliÄi sayı olmalıdır.","invalidRows":"Satır sayısı 0 sayısından büyük olmalıdır.","invalidWidth":"Tablo geniÅliÄi sayı olmalıdır.","menu":"Tablo Ãzellikleri","row":{"menu":"Satır","insertBefore":"Satır Ekle - Ãnce","insertAfter":"Satır Ekle - Sonra","deleteRow":"Satır Sil"},"rows":"Satırlar","summary":"Ãzet","title":"Tablo Ãzellikleri","toolbar":"Tablo","widthPc":"yüzde","widthPx":"piksel","widthUnit":"geniÅlik birimi"},"undo":{"redo":"Tekrarla","undo":"Geri Al"},"wsc":{"btnIgnore":"Yoksay","btnIgnoreAll":"Tümünü Yoksay","btnReplace":"DeÄiÅtir","btnReplaceAll":"Tümünü DeÄiÅtir","btnUndo":"Geri Al","changeTo":"Åuna deÄiÅtir:","errorLoading":"Uygulamada yüklerken hata oluÅtu: %s.","ieSpellDownload":"Yazım denetimi yüklenmemiÅ. Åimdi yüklemek ister misiniz?","manyChanges":"Yazım denetimi tamamlandı: %1 kelime deÄiÅtirildi","noChanges":"Yazım denetimi tamamlandı: Hiçbir kelime deÄiÅtirilmedi","noMispell":"Yazım denetimi tamamlandı: YanlıŠyazıma rastlanmadı","noSuggestions":"- Ãneri Yok -","notAvailable":"Ãzügünüz, bu servis Åuanda hizmet dıÅıdır.","notInDic":"Sözlükte Yok","oneChange":"Yazım denetimi tamamlandı: Bir kelime deÄiÅtirildi","progress":"Yazım denetimi iÅlemde...","title":"Yazımı Denetle","toolbar":"Yazım Denetimi"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/ug.js b/skins/ckeditor/lang/ug.js new file mode 100644 index 0000000..b874de2 --- /dev/null +++ b/skins/ckeditor/lang/ug.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.lang['ug']={"editor":"تÛھرÙرÙÙÚ¯ÛÚ","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"ALT+0 Ù٠بÛسÙÙ¾ ÙاردÛÙ ÙÙ ÙÛرÛÚ","browseServer":"ÙÛرسÙتÙØ´ Ù ÛÙازÙÙ ÛتÙر","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":"تÛپسÙÙÙÙ ÚÛØ´ÛÙدÛرÛØ´ ئادرÛسÙ","cssClass":"ئÛسÙÛب Ø®ÙÙÙÙÙÚ Ø¦Ø§ØªÙ","advisoryTitle":"٠اÛزÛ","cssStyle":"ÙÛر ئÙÚÙدÙÙ٠ئÛسÙÛبÙ","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":"Ø¨Û Ø³Ûز بÛÙÙÙÙ ÚÙÙÛÙ Ù ÛÛاپÙ٠بÙÙغا٠CSS ئÛزÛÙÙÛÙ ÙÙÙ Ù Ùت٠بÙÙÛش٠زÛرÛØ±Ø Ø¨ÙرÙÙÙÙ (px, %, in, cm, mm, em, ex, pt ÙاÙÙ pc)","invalidHtmlLength":"Ø¨Û Ø³Ûز بÛÙÙÙÙ ÚÙÙÛ٠بÙرÙÙÙ Û HTML ئÛزÛÙÙÛÙ ÙÙÙ Ù Ùت٠بÙÙÛØ´Ù ÙÛرÛÙ. ئÛز ئÙÚÙÚ¯Û Ø¦Ø§ÙÙدÙغا٠بÙرÙÙÙ (px ÙاÙÙ %)","invalidInlineStyle":"ئÙÚÙ٠باغÙاÙ٠ا ئÛسÙÛب٠ÚÙÙÛÙ ÚÛÙÙتÙÙÙ Ù¾ÛØ´ بÙÙÛ٠ئاÙرÙÙغا٠بÙر ÙاÙÙ ÙÛÙ¾ «خاسÙÙ٠ئاتÙ:خاسÙÙÙ ÙÙÙ Ù ÙتÙ» Ù¾ÙÚÙÙ Ùدا بÙÙÛØ´Ù ÙازÙÙ ","cssLengthTooltip":"Ø¨Û Ø³Ûز بÛÙÙÙ٠بÙرÙÙÙ Û CSS ئÛزÛÙÙÛÙ ÙÙÙ Ù Ùت٠بÙÙÛØ´Ù ÙÛرÛÙ. ئÛز ئÙÚÙÚ¯Û Ø¦Ø§ÙÙدÙغا٠بÙرÙÙÙ (px, %, in, cm, mm, em, ex, pt ÙاÙÙ pc)","unavailable":"%1<span class=\\\\\"cke_accessibility\\\\\">Ø Ø¦ÙØ´ÙÛتÙÙÙ٠بÙÙ٠اÙدÛ</span>"},"about":{"copy":"Copyright © $1. ÙÛشر Ú¾ÙÙÛÙÙغا ئÙÚ¯Û","dlgTitle":"CKEditor Ú¾ÛÙÙÙدÛ","help":"$1 Ù٠زÙÙارÛت ÙÙÙÙÙ¾ ÙاردÛÙ Ú¯Û Ø¦ÛرÙØ´ÙÚ","moreInfo":"تÙر تÛراÙÙÙ ÙزÙ٠زÙÙارÛت ÙÙÙÙÙ¾ ÙÛÙÙØ´ÙÙ Ú¯Û Ø¦Ø§Ø¦Ùت تÛØ®ÙÙ Û ÙÛÙ¾ ئÛÚÛرغا ئÛرÙØ´ÙÚ","title":"CKEditor Ú¾ÛÙÙÙدÛ","userGuide":"CKEditor ئÙØ´ÙÛتÙÛÚÙ ÙÙÙÙاÙÙ ÙسÙ"},"basicstyles":{"bold":"تÙÙ ","italic":"ÙاÙتÛ","strike":"ئÛÚÛرÛØ´ سÙزÙÙÙ","subscript":"تÛÛÛ٠ئÙÙدÛÙس","superscript":"ÙÛÙÙر٠ئÙÙدÛÙس","underline":"ئاست٠سÙزÙÙ"},"bidi":{"ltr":"تÛÙÙست ÙÛÙÙÙÙش٠سÙÙدÙ٠ئÙÚغا","rtl":"تÛÙÙست ÙÛÙÙÙÙش٠ئÙÚدÙ٠سÙÙغا"},"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":"ÚاپÙا"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"ئÛزÙÛÙÙدÙÙ","bgColorTitle":"تÛÚ¯ÙÙ٠رÛÚÚ¯Ù","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":"Lime","AFEEEE":"سÛس ھاÛا رÛÚ","ADD8E6":"ئÙÚÛÙ ÙÛÙ","DDA0DD":"ÙÙزغÛÚ Ø¨ÙÙÛپشÛ","D3D3D3":"سÛس ÙÛÙÛÚ ÙÛÙرÛÚ","FFF0F5":"سÛس ÙÙزغÛÚ Ø¨ÙÙÛپشÛ","FAEBD7":"Antique White","FFFFE0":"سÛس سÛرÙÙ","F0FFF0":"Honeydew","F0FFFF":"ئاس٠ا٠ÙÛÙÙ","F0F8FF":"سÛس ÙÛÙ","E6E6FA":"سÛس بÙÙÛپشÛ","FFF":"ئاÙ"},"more":"باشÙا رÛÚ","panelTitle":"رÛÚ","textColorTitle":"تÛÙÙست رÛÚÚ¯Ù"},"colordialog":{"clear":"تازÙÙا","highlight":"ÙÙرÛت","options":"رÛÚ ØªØ§ÙÙاÙÙ ÙسÙ","selected":"رÛÚ ØªØ§ÙÙاÚ","title":"رÛÚ ØªØ§ÙÙاÚ"},"templates":{"button":"ÙÛÙÙÙ¾","emptyListMsg":"(ÙÛÙÙÙ¾ ÙÙÙ)","insertOption":"ÙÛÛÛتتÙÙÙ Ù Ûز٠ÛÙÙ٠ئاÙ٠اشتÛر","options":"ÙÛÙÙÙ¾ تاÙÙاÙÙ ÙسÙ","selectPromptMsg":"تÛھرÙرÙÙÚ¯ÛÚÙÙÚ Ù Ûز٠ÛÙ ÙÛÙÙÙ¾ÙÙ٠تاÙÙاÚ:","title":"Ù Ûز٠ÛÙ ÙÛÙÙÙ¾Ù"},"contextmenu":{"options":"ÙÙسÙا ÙÙ٠تÙزÙÙ ÙÙ٠تاÙÙاÙÙ ÙسÙ"},"div":{"IdInputLabel":"ID","advisoryTitleInputLabel":"٠اÛزÛ","cssClassInputLabel":"ئÛسÙÛب تÙÙ¾ÙÙÙÚ Ø¦Ø§ØªÙ","edit":"DIV تÛھرÙر","inlineStyleInputLabel":"ÙÛر ئÙÚÙدÙÙ٠ئÛسÙÛبÙ","langDirLTRLabel":"سÙÙدÙ٠ئÙÚغا (LTR)","langDirLabel":"تÙÙ ÙÛÙÙÙÙØ´Ù","langDirRTLLabel":"ئÙÚدÙ٠سÙÙغا (RTL)","languageCodeInputLabel":"تÙÙ ÙÙدÙ","remove":"DIV ÚÙÙÙرÙÛÛت","styleSelectLabel":"ئÛسÙÛب","title":"DIV ÙاÚا ÙÛر","toolbar":"DIV ÙاÚا ÙÛر"},"toolbar":{"toolbarCollapse":"ÙÙرا٠باÙداÙÙÙ ÙاتÙا","toolbarExpand":"ÙÙرا٠باÙداÙÙÙ ÙاÙ","toolbarGroups":{"document":"Ù¾ÛتÛÙ","clipboard":"ÚاپÙاش تاختÙسÙ/ÙÛÙÙÛاÙ","editing":"تÛھرÙر","forms":"جÛدÛÛÙ","basicstyles":"ئاساسÙ٠ئÛسÙÛب","paragraph":"ئابزاس","links":"ئÛÙاÙ٠ا","insert":"ÙÙستÛر","styles":"ئÛسÙÛب","colors":"رÛÚ","tools":"ÙÙراÙ"},"toolbars":"ÙÙرا٠باÙداÙ"},"elementspath":{"eleLabel":"ئÛÙÛÙ ÛÙت ÙÙÙÙ","eleTitle":"%1 ئÛÙÛÙ ÛÙت"},"find":{"find":"ئÙزدÛ","findOptions":"ئÙزدÛØ´ تاÙÙاÙÙ ÙسÙ","findWhat":"ئÙزدÛ:","matchCase":"ÚÙÚ ÙÙÚÙÙ Ú¾ÛرپÙÙ Ù¾ÛرÙÙÛÙدÛر","matchCyclic":"ئاÙÙاÙ٠ا ٠اسÙÙØ´ÙØ´","matchWord":"Ù¾ÛتÛ٠سÛز ٠اسÙÙØ´ÙØ´","notFoundMsg":"بÛÙÚ¯ÙÙÛÙÚ¯Û٠تÛÙÙستÙ٠تاپاÙÙ ÙدÙ","replace":"ئاÙ٠اشتÛر","replaceAll":"Ú¾ÛÙ Ù ÙÙ٠ئاÙ٠اشتÛر","replaceSuccessMsg":"جÛ٠ئ٠%1 جاÙدÙÙ٠ئاÙ٠اشتÛرÛØ´ تا٠ا٠ÙاÙدÙ","replaceWith":"ئاÙ٠اشتÛر:","title":"ئÙزدÛÙ¾ ئاÙ٠اشتÛر"},"fakeobjects":{"anchor":"ÙÛÚÚ¯ÛرÙÙÙ ÙÛÙتا","flash":"Flash جاÙÙاÙدÛرÛÙ ","hiddenfield":"ÙÙØ´ÛرÛ٠دائÙرÛ","iframe":"IFrame","unknown":"ÙÙÚÛÙ ÙÛÚ"},"flash":{"access":"ÙÙÙÙاز٠ا زÙÙارÛتÙÛ ÙÙÙ ÙÙÙ","accessAlways":"Ú¾ÛÙ ÙØ´Û","accessNever":"Ú¾ÛرگÙز","accessSameDomain":"ئÙخشاش دائÙرÙدÛ","alignAbsBottom":"Ù ÛتÙÛ٠ئاستÙ","alignAbsMiddle":"Ù ÛتÙÛ٠ئÙتتÛرا","alignBaseline":"ئاساسÙ٠سÙزÙÙ","alignTextTop":"تÛÙÙست ئÛستÙدÛ","bgcolor":"تÛÚ¯ÙÙ٠رÛÚÚ¯Ù","chkFull":"Ù¾ÛتÛ٠ئÛÙراÙÙÙ ÙÙزغات","chkLoop":"دÛÛرÙÙ","chkMenu":"Flash تÙزÙÙ ÙÙÙÙÙ ÙÙزغات","chkPlay":"ئÛزÙÛÙÙدÙÙ ÚاÙ","flashvars":"Flash ئÛزگÛرگÛÚÙ","hSpace":"تÙغرÙسÙغا ئارÙÙÙÙ","properties":"Flash خاسÙÙÙ","propertiesTab":"خاسÙÙÙ","quality":"سÛÙ¾Ûت","qualityAutoHigh":"ÙÛÙÙر٠(ئاپتÙ٠اتÙÙ)","qualityAutoLow":"تÛÛÛÙ (ئاپتÙ٠اتÙÙ)","qualityBest":"ئÛÚ ÙاخشÙ","qualityHigh":"ÙÛÙÙرÙ","qualityLow":"تÛÛÛÙ","qualityMedium":"ئÙتتÛرا (ئاپتÙ٠اتÙÙ)","scale":"ÙÙسبÙتÙ","scaleAll":"Ú¾ÛÙ Ù ÙÙÙ ÙÛرسÛت","scaleFit":"ÙÛتئÙ٠٠اسÙÙØ´ÙØ´","scaleNoBorder":"Ú¯ÙرÛÛÙ ÙÙÙ","title":"٠اÛزÛ","vSpace":"بÙÙÙغا ئارÙÙÙÙ","validateHSpace":"تÙغرÙسÙغا ئارÙÙÙÙ ÚÙÙÛ٠سا٠بÙÙÙدÛ","validateSrc":"ئÛسÙÙ Ú¾ÛججÛت ئادرÛسÙÙÙ ÙÙرگÛزÛÚ","validateVSpace":"بÙÙÙغا ئارÙÙÙÙ ÚÙÙÛ٠سا٠بÙÙÙدÛ","windowMode":"ÙÛزÙÛ٠ھاÙÙتÙ","windowModeOpaque":"Ø®ÙرÛ","windowModeTransparent":"سÛزÛÙ","windowModeWindow":"ÙÛزÙÛÙ Ú¯ÛÛدÙسÙ"},"font":{"fontSize":{"label":"ÚÙÚÙÛÙÙ","voiceLabel":"Ø®Ûت ÚÙÚÙÛÙÙ","panelTitle":"ÚÙÚÙÛÙÙ"},"label":"Ø®Ûت ÙÛسخا","panelTitle":"Ø®Ûت ÙÛسخا","voiceLabel":"Ø®Ûت ÙÛسخا"},"forms":{"button":{"title":"تÙÙ¾Úا خاسÙÙÙÙ","text":"بÛÙÚ¯Û (ÙÙÙ Ù Ûت)","type":"تÙÙ¾Ù","typeBtn":"تÙÙ¾Úا","typeSbm":"تاپشÛر","typeRst":"ئÛسÙÙÚ¯Û ÙاÙتÛر"},"checkboxAndRadio":{"checkboxTitle":"ÙÛÙ¾ تاÙÙاش خاسÙÙÙÙ","radioTitle":"تا٠تاÙÙاش تÙÙ¾Úا خاسÙÙÙÙ","value":"تاÙÙÙغا٠ÙÙÙ Ù Ûت","selected":"تاÙÙاÙغاÙ"},"form":{"title":"جÛدÛÛ٠خاسÙÙÙÙ","menu":"جÛدÛÛ٠خاسÙÙÙÙ","action":"Ù ÛشغÛÙات","method":"ئÛسÛÙ","encoding":"جÛدÛÛÙ ÙÙدÙÙÙÙØ´Ù"},"hidden":{"title":"ÙÙØ´ÛرÛ٠دائÙØ±Û Ø®Ø§Ø³ÙÙÙÙ","name":"ئات","value":"دÛسÙÛÙ¾ÙÙ ÙÙÙ Ù ÙتÙ"},"select":{"title":"جÛدÛÛÙ/تÙزÙ٠خاسÙÙÙÙ","selectInfo":"ئÛÚÛر تاÙÙاÚ","opAvail":"تاÙÙاش تÛرÙÙرÙ","value":"ÙÙÙ Ù Ûت","size":"ئÛÚ¯ÙزÙÙÙÙ","lines":"ÙÛر","chkMulti":"ÙÛÙ¾ تاÙÙاشÚاÙ","opText":"تاÙÙاÙ٠ا تÛÙÙستÙ","opValue":"تاÙÙاÙ٠ا ÙÙÙ Ù ÙتÙ","btnAdd":"ÙÙØ´","btnModify":"ئÛزگÛرت","btnUp":"ئÛستÙÚ¯Û","btnDown":"ئاستÙغا","btnSetValue":"دÛسÙÛÙ¾Ù٠تاÙÙاÙ٠ا ÙÙÙ Ù ÙتÙÚ¯Û ØªÛÚØ´Û","btnDelete":"ئÛÚÛر"},"textarea":{"title":" ÙÛÙ¾ ÙÛرÙÛ٠تÛÙÙست خاسÙÙÙÙ","cols":"Ú¾Ûرپ ÙÛÚÙÙÙÙ","rows":"ÙÛر ساÙÙ"},"textfield":{"title":"تا٠ÙÛرÙÛ٠تÛÙÙست خاسÙÙÙÙ","name":"ئات","value":"دÛسÙÛÙ¾ÙÙ ÙÙÙ Ù ÙتÙ","charWidth":"Ú¾Ûرپ ÙÛÚÙÙÙÙ","maxChars":"ئÛÚ ÙÛÙ¾ Ú¾Ûرپ ساÙÙ","type":"تÙÙ¾Ù","typeText":"تÛÙÙست","typePass":"ئÙÙ ","typeEmail":"تÙرخÛت","typeSearch":"ئÙزدÛ","typeTel":"تÛÙÛÙÙÙ ÙÙÙ Ûر","typeUrl":"ئادرÛس"}},"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":"تÙغرا سÙزÙÙ ÙÙستÛر"},"iframe":{"border":"ÙاÙدÛÙ Ú¯ÙرÛÛÙÙÙرÙÙÙ ÙÛرسÛت","noUrl":"ÙاÙدÛÙÙÙÚ Ø¦Ø§Ø¯Ø±ÛسÙ(Url)ÙÙ ÙÙرگÛزÛÚ","scrolling":"دÙÙ ÙÙÙ٠ا سÛرگÛÚÙÛ ÙÙÙ ÙÙÙ","title":"IFrame خاسÙÙÙ","toolbar":"IFrame "},"image":{"alertUrl":"سÛرÛت ئادرÛسÙÙÙ ÙÙرگÛزÛÚ","alt":"تÛÙÙست ئاÙ٠اشتÛر","border":"Ú¯ÙرÛÛÙ ÚÙÚÙÛÙÙ","btnUpload":"Ù ÛÙازÙÙ ÛتÙرغا ÙÛÙÙÛ","button2Img":"ÙÛÛÛتتÙÙ٠تÙÙ¾ÚÙÙ٠سÛرÛتÙÛ Ø¦ÛزگÛرتÛ٠سÙزØ","hSpace":"تÙغرÙسÙغا ئارÙÙÙÙÙ","img2Button":"ÙÛÛÛتتÙÙ٠سÛرÛتÙ٠تÙÙ¾ÚÙغا ئÛزگÛرتÛ٠سÙزØ","infoTab":"سÛرÛت","linkTab":"ئÛÙاÙ٠ا","lockRatio":"ÙÙسبÛتÙÙ ÙÛÙÛÙ¾Ùا","menu":"سÛرÛت خاسÙÙÙÙ","resetSize":"ئÛسÙÙ ÚÙÚÙÛÙ","title":"سÛرÛت خاسÙÙÙÙ","titleButton":"سÛرÛت دائÙØ±Û Ø®Ø§Ø³ÙÙÙÙ","upload":"ÙÛÙÙÛ","urlMissing":"سÛرÛتÙÙÚ Ø¦ÛسÙÙ Ú¾ÛججÛت ئادرÛس٠ÙÛÙ ","vSpace":"بÙÙÙغا ئارÙÙÙÙÙ","validateBorder":"Ú¯ÙرÛÛÙ ÚÙÚÙÛÙÙ ÚÙÙÛ٠سا٠بÙÙÙدÛ","validateHSpace":"تÙغرÙسÙغا ئارÙÙÙÙ ÚÙÙÛÙ Ù¾ÛتÛ٠سا٠بÙÙÙدÛ","validateVSpace":"بÙÙÙغا ئارÙÙÙÙ ÚÙÙÛÙ Ù¾ÛتÛ٠سا٠بÙÙÙدÛ"},"indent":{"indent":"تاراÙت","outdent":"ÙÛÚÛÙت"},"smiley":{"options":"ÚÙرا٠ئÙÙ¾Ø§Ø¯Û Ø³ÙÙبÛÙÚ¯Û ØªØ§ÙÙاÙÙ ÙسÙ","title":"ÚÙرا٠ئÙÙ¾Ø§Ø¯Û Ø³ÙÙبÛÙÚ¯Û ÙÙستÛر","toolbar":"ÚÙرا٠ئÙپادÛ"},"justify":{"block":"ئÙÙÙ٠تÛرÛپتÙ٠تÙغرÙÙا","center":"ئÙتتÛرÙغا تÙغرÙÙا","left":"سÙÙغا تÙغرÙÙا","right":"ئÙÚغا تÙغرÙÙا"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"زÙÙارÛت ÙÛÙÛÙ¾Ùا","advanced":"ئاÙÙÙ","advisoryContentType":"Ù Ûز٠Û٠تÙÙ¾Ù","advisoryTitle":"٠اÛزÛ","anchor":{"toolbar":"ÙÛÚÚ¯ÛرÙÙÙ ÙÛÙتا ئÛÙاÙÙ Ùس٠ÙÙستÛر/تÛھرÙرÙÛ","menu":"ÙÛÚÚ¯ÛرÙÙÙ ÙÛÙتا ئÛÙاÙ٠ا خاسÙÙÙÙ","title":"ÙÛÚÚ¯ÛرÙÙÙ ÙÛÙتا ئÛÙاÙ٠ا خاسÙÙÙÙ","name":"ÙÛÚÚ¯ÛرÙÙÙ ÙÛÙتا ئاتÙ","errorName":"ÙÛÚÚ¯ÛرÙÙÙ ÙÛÙتا ئاتÙÙÙ ÙÙرگÛزÛÚ","remove":"ÙÛÚÚ¯ÛرÙÙÙ ÙÛÙتا ئÛÚÛر"},"anchorId":"ÙÛÚÚ¯ÛرÙÙÙ ÙÛÙتا ID س٠بÙÙÙÚÛ","anchorName":"ÙÛÚÚ¯ÛرÙÙÙ ÙÛÙتا ئات٠بÙÙÙÚÛ","charset":"Ú¾Ûرپ ÙÙدÙÙÙÙØ´Ù","cssClasses":"ئÛسÙÛب Ø®ÙÙ٠ئاتÙ","emailAddress":"ئادرÛس","emailBody":"Ù Ûز٠ÛÙ","emailSubject":"٠اÛزÛ","id":"ID","info":"ئÛÙاÙ٠ا ئÛÚÛرÙ","langCode":"تÙÙ ÙÙدÙ","langDir":"تÙÙ ÙÛÙÙÙÙØ´Ù","langDirLTR":"سÙÙدÙ٠ئÙÚغا (LTR)","langDirRTL":"ئÙÚدÙ٠سÙÙغا (RTL)","menu":"ئÛÙاÙ٠ا تÛھرÙر","name":"ئات","noAnchors":"(Ø¨Û Ù¾ÛتÛÙØªÛ Ø¦ÙØ´ÙÛتÙÙÙ٠بÙÙÙدÙغا٠ÙÛÚÚ¯ÛرÙÙÙ ÙÛÙتا ÙÙÙ)","noEmail":"ئÛÙØ®Ûت ئادرÛسÙÙÙ ÙÙرگÛزÛÚ","noUrl":"ئÛÙاÙ٠ا ئادرÛسÙÙÙ ÙÙرگÛزÛÚ","other":"â¹Ø¨Ø§Ø´Ùاâº","popupDependent":"تÛÛÛ (NS)","popupFeatures":"ÙاÚÙÙØ´ ÙÛزÙÛ٠خاسÙÙÙÙ","popupFullScreen":"Ù¾ÛتÛ٠ئÛÙرا٠(IE)","popupLeft":"سÙÙ","popupLocationBar":"ئادرÛس باÙداÙ","popupMenuBar":"تÙزÙÙ ÙÙ٠باÙداÙ","popupResizable":"ÚÙÚÙÛÙ٠ئÛزگÛرتÙØ´ÚاÙ","popupScrollBars":"دÙÙ ÙÙÙ٠ا سÛرگÛÚ","popupStatusBar":"ھاÙÛت باÙداÙ","popupToolbar":"ÙÙرا٠باÙداÙ","popupTop":"ئÙÚ","rel":"باغÙÙÙÙØ´","selectAnchor":"بÙر ÙÛÚÚ¯ÛرÙÙÙ ÙÛÙتا تاÙÙاÚ","styles":"ÙÛر ئÙÚÙدÙÙ٠ئÛسÙÛبÙ","tabIndex":"Tab تÛرتÙÙ¾Ù","target":"ÙÙشاÙ","targetFrame":"â¹ÙاÙدÛÙâº","targetFrameName":"ÙÙشا٠ÙاÙدÛ٠ئاتÙ","targetPopup":"â¹ÙاÚÙÙØ´ ÙÛزÙÛÙâº","targetPopupName":"ÙاÚÙÙØ´ ÙÛزÙÛ٠ئاتÙ","title":"ئÛÙاÙ٠ا","toAnchor":"بÛت ئÙÚÙدÙÙÙ ÙÛÚÚ¯ÛرÙÙÙ ÙÛÙتا ئÛÙاÙÙ ÙسÙ","toEmail":"ئÛÙØ®Ûت","toUrl":"ئادرÛس","toolbar":"ئÛÙاÙ٠ا ÙÙستÛر/تÛھرÙرÙÛ","type":"ئÛÙاÙ٠ا تÙÙ¾Ù","unlink":"ئÛÙاÙ٠ا بÙÙار ÙÙÙ","upload":"ÙÛÙÙÛ"},"list":{"bulletedlist":"تÛر بÛÙÚ¯Û ØªÙزÙÙ Ù","numberedlist":"تÛرتÙÙ¾ ÙÙÙ Ûر تÙزÙÙ Ù"},"liststyle":{"armenian":"ÙÛدÙÙ Ù٠ئÛر٠ÙÙÙÙÛ ØªÛرتÙÙ¾ ÙÙÙ Ûر٠شÛÙÙÙ","bulletedTitle":"تÛر بÛÙÚ¯Û ØªÙزÙ٠خاسÙÙÙÙ","circle":"بÙØ´ ÚÛ٠بÛر","decimal":"سا٠(1, 2, 3 ÙاتارÙÙÙ)","decimalLeadingZero":"ÙÛÙدÙ٠باشÙاÙغا٠سا٠بÛÙÚ¯Û (01, 02, 03 ÙاتارÙÙÙ)","disc":"تÙÙدÛرÛÙغا٠ÚÛ٠بÛر","georgian":"ÙÛدÙÙ Ù٠جÙرجÙÙÛ ØªÛرتÙÙ¾ ÙÙÙ Ûر٠شÛÙÙÙ (an, ban, gan ÙاتارÙÙÙ)","lowerAlpha":"ئÙÙÚ¯ÙÙزÚÛ ÙÙÚÙÙ Ú¾Ûرپ (a, b, c, d, e ÙاتارÙÙÙ)","lowerGreek":"گرÛÙÚÛ ÙÙÚÙÙ Ú¾Ûرپ (alpha, beta, gamma ÙاتارÙÙÙ)","lowerRoman":"ÙÙÚÙÙ Ú¾ÛرپÙÙ٠رÙ٠رÛÙÙÙ Ù (i, ii, iii, iv, v ÙاتارÙÙÙ)","none":"بÛÙÚ¯Û ÙÙÙ","notset":"â¹ØªÛÚØ´ÛÙÙ ÙÚ¯ÛÙâº","numberedTitle":"تÛرتÙÙ¾ ÙÙÙ Ûر تÙزÙ٠خاسÙÙÙÙ","square":"تÙÙدÛرÛÙغا٠تÛت Úاسا","start":"باشÙÙÙÙØ´ ÙÙÙ ÛرÙ","type":"بÛÙÚ¯Û ØªÙÙ¾Ù","upperAlpha":"ئÙÙÚ¯ÙÙزÚÛ ÚÙÚ Ú¾Ûرپ (A, B, C, D, E ÙاتارÙÙÙ)","upperRoman":"ÚÙÚ Ú¾ÛرپÙÙ٠رÙ٠رÛÙÙÙ Ù (I, II, III, IV, V ÙاتارÙÙÙ)","validateStartNumber":"تÙزÙ٠باشÙÙÙÙØ´ تÛرتÙÙ¾ ÙÙÙ Ûر٠ÚÙÙÛÙ Ù¾ÛتÛ٠سا٠پÙÚÙÙ Ùدا بÙÙÛØ´Ù ÙازÙÙ "},"magicline":{"title":"Ø¨Û Ø¬Ø§Ùغا ئابزاس ÙÙستÛر"},"maximize":{"maximize":"ÚÙÚاÙت","minimize":"ÙÙÚÙÙÙÛت"},"newpage":{"toolbar":"ÙÛÚ٠بÛت"},"pagebreak":{"alt":"بÛت ئاÙرÙغÛÚ","toolbar":"بÛت ئاÙرÙغÛÚ ÙÙستÛر"},"pastetext":{"button":"Ù¾ÙÚÙÙ Ù ÙÙ٠تÛÙÙست سÛÙ¾ÙتÙØ¯Û ÚاپÙا","title":"Ù¾ÙÚÙÙ Ù ÙÙ٠تÛÙÙست سÛÙ¾ÙتÙØ¯Û ÚاپÙا"},"pastefromword":{"confirmCleanup":"سÙز ÚاپÙÙ٠اÙÚ٠بÙÙغا٠٠Ûز٠ÛÙ MS Word تÙÙ ÙÛÙÚ¯ÛÙدÛÙ ÙÙÙÙدÛØ MS Word Ù¾ÙÚÙÙ ÙÙ٠تازÙÙÙÛÛتÙÛÙدÙÙ ÙÛÙÙ٠ئاÙدÙÙ ÚاپÙا٠دÛØ","error":"ئÙÚÙ٠خاتاÙÙ٠سÛÛÛبÙدÙÙ ÚاپÙاÙدÙغا٠ساÙÙÙÙ Ù ÛÙÛ٠اتÙ٠تازÙÙÙÙاÙ٠اÙدÛ","title":"MS Word تÙÙ ÚاپÙا","toolbar":"MS Word تÙÙ ÚاپÙا"},"preview":{"preview":"ئاÙدÙÙ ÙÛزÛت"},"print":{"toolbar":"باس "},"removeformat":{"toolbar":"Ù¾ÙÚÙÙ ÙÙ ÚÙÙÙرÙÛÛت"},"save":{"toolbar":"ساÙÙا"},"selectall":{"toolbar":"Ú¾ÛÙ Ù ÙÙ٠تاÙÙا"},"showblocks":{"toolbar":"بÛÙÛÙÙÙ ÙÛرسÛت"},"sourcearea":{"toolbar":"Ù ÛÙبÛ"},"specialchar":{"options":"ئاÙاھÙØ¯Û Ú¾Ûرپ تاÙÙاÙÙ ÙسÙ","title":"ئاÙاھÙØ¯Û Ú¾Ûرپ تاÙÙاÚ","toolbar":"ئاÙاھÙØ¯Û Ú¾Ûرپ ÙÙستÛر"},"scayt":{"about":"Ø´Ûئا٠ئÙÙ Ùا تÛÙØ´ÛرÛØ´ Ú¾ÛÙÙÙدÛ","aboutTab":"Ú¾ÛÙÙÙدÛ","addWord":"سÛز ÙÙØ´","allCaps":"ÚÙÚ Ú¾ÛØ±Ù¾ØªÛ ÙÛزÙÙغا٠ھÛÙ Ù Û Ø³ÛØ²Ú¯Û Ù¾ÛرÛا ÙÙÙ٠ا","dic_create":"ÙÛر","dic_delete":"ئÛÚÛر","dic_field_name":"ÙÛغÛت ئاتÙ","dic_info":"باشÙÙÙÙشتا ئÙØ´ÙÛتÙÛÚÙ ÙÛغÙت٠Cookie غا ساÙÙÙÙÙØ¯Û Ø¦Û٠٠ا Cookie ÙÙÚ Ø³ÙغÙÙ Ù ÚÛÙÙÙ٠بÙÙغاÚÙØ§Ø Ø¦ÙØ´ÙÛتÙÛÚÙ ÙÛغÙت٠ÙÛÙ¾ÙÙÙÙ¾ Cookie ÚÛÙÙÙÙ ÙسÙدÙ٠ئÛØ´ÙÙ¾ ÙÛتÙÛÙØ¯Û Ø³Ø§ÙÙÙغÙÙ٠بÙÙ٠اÙدÛØ Ø¨Û Úاغدا ÙÛغÙتÙÚÙزÙÙ Ù ÛÙازÙÙ ÛتÙرÙÙ Ùزغا ساÙÙÙسÙÚÙز بÙÙÙدÛ. Ø´ÛخسÙÙ ÙÛغÙتÙÚÙزÙÙ Ù ÛÙازÙÙ ÛتÙرÙÙ Ùزغا ساÙÙÙ٠اÙÚ٠بÙÙسÙÚÙز ÙÛغÙتÙÚÙØ²Ú¯Û Ø¦Ø§ØªØªÙ٠بÙرÙÙ ÙÙÙÛÚØ Ø¦ÛÚ¯Ûر Ù ÛÙازÙ٠تÛرÙÙ Ùزدا سÙزÙÙÚ ÙÛغÙتÙÚÙزدÙ٠بÙرس٠بÙÙسا ÙÛغÛت ئاتÙÙÙ ÙÙرگÛزÛÙ¾ ئÛسÙÙÚ¯Û ÙاÙتÛر تÙÙ¾ÚÙسÙÙ٠بÛسÙÚ.","dic_rename":"ئات ئÛزگÛرت","dic_restore":"ئÛسÙÙÚ¯Û ÙÛÙتÛر","dictionariesTab":"ÙÛغÛت","disable":"Ø´Ûئا٠ئÙÙ Ùا تÛÙØ´ÛرÛØ´ÙÙ ÚÛÙÙÛ","emptyDic":"ÙÛغÛت ئات٠بÙØ´ ÙاÙ٠اÙدÛ","enable":"Ø´Ûئا٠ئÙÙ Ùا تÛÙØ´ÛرÛØ´ÙÙ ÙÙزغات","ignore":"Ù¾ÛرÛا ÙÙÙ٠ا","ignoreAll":"Ú¾ÛÙ Ù ÙسÙÚ¯Û Ù¾ÛرÛا ÙÙÙ٠ا","ignoreDomainNames":"دائÙØ±Û Ø¦Ø§ØªÙغا Ù¾ÛرÛا ÙÙÙ٠ا","langs":"تÙÙ","languagesTab":"تÙÙ","mixedCase":"ÚÙÚ ÙÙÚÙÙ Ú¾Ûرپ بÙÙÛ٠ئارÙÙاش ÙÛزÙÙغا٠سÛØ²Ú¯Û Ù¾ÛرÛا ÙÙÙ٠ا","mixedWithDigits":"سا٠بار سÛØ²Ú¯Û Ù¾ÛرÛا ÙÙÙ٠ا","moreSuggestions":"تÛØ®ÙÙ Û ÙÛÙ¾ ئÙÙ Ùا تÛÛسÙÙÛسÙ","opera_title":"Opera تÙرÙÛرگÛÙÙ ÙÙÙÙÙ٠اÙدÛ","options":"تاÙÙاÙ٠ا","optionsTab":"تاÙÙاÙ٠ا","title":"Ø´Ûئا٠ئÙÙ Ùا تÛÙØ´Ûر","toggle":"Ø´Ûئا٠ئÙÙ Ùا تÛÙØ´ÛرÛØ´ÙÙ ÛاÙÙتÙÙ٠تÙختات/ÙÙزغات","noSuggestions":"No suggestion"},"stylescombo":{"label":"ئÛسÙÛب","panelTitle":"ئÛسÙÛب","panelTitle1":"بÛÙÛ٠دÛرÙجÙسÙدÙÙ٠ئÛÙÛÙ ÛÙت ئÛسÙÛبÙ","panelTitle2":"ئÙÚÙ٠باغÙاÙ٠ا ئÛÙÛÙ ÛÙت ئÛسÙÛبÙ","panelTitle3":"ÙÛÚ (Object) ئÛÙÛÙ ÛÙت ئÛسÙÛبÙ"},"table":{"border":"Ú¯ÙرÛÛÙ","caption":"٠اÛزÛ","cell":{"menu":"ÙاتÛÙÚÛ","insertBefore":"سÙÙغا ÙاتÛÙÚÛ ÙÙستÛر","insertAfter":"ئÙÚغا ÙاتÛÙÚÛ ÙÙستÛر","deleteCell":"ÙÛتÛÙÚÛ Ø¦ÛÚÛر","merge":"ÙاتÛÙÚÛ Ø¨ÙرÙÛشتÛر","mergeRight":"ÙاتÛÙÚÙÙ٠ئÙÚغا بÙرÙÛشتÛر","mergeDown":"ÙاتÛÙÚÙÙ٠ئاستÙغا بÙرÙÛشتÛر","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 diff --git a/skins/ckeditor/lang/uk.js b/skins/ckeditor/lang/uk.js index 72e49a6..ba47630 100644 --- a/skins/ckeditor/lang/uk.js +++ b/skins/ckeditor/lang/uk.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.uk={dir:'ltr',editorTitle:'ТекÑÑовий ÑедакÑоÑ, %1, наÑиÑнÑÑÑ ALT 0 Ð´Ð»Ñ Ð´Ð¾Ð²Ñдки.',toolbars:'Editor toolbars',editor:'ТекÑÑовий ÑедакÑоÑ',source:'ÐжеÑело',newPage:'Ðова ÑÑоÑÑнка',save:'ÐбеÑегÑи',preview:'ÐопеÑеднÑй пеÑеглÑд',cut:'ÐиÑÑзаÑи',copy:'ÐопÑÑваÑи',paste:'ÐÑÑавиÑи',print:'ÐÑÑк',underline:'ÐÑдкÑеÑлений',bold:'ÐиÑний',italic:'ÐÑÑÑив',selectAll:'ÐидÑлиÑи вÑе',removeFormat:'ÐÑиÑÑиÑи ÑоÑмаÑÑваннÑ',strike:'ÐакÑеÑлений',subscript:'ÐижнÑй ÑндекÑ',superscript:'ÐеÑÑ Ð½Ñй ÑндекÑ',horizontalrule:'ÐоÑизонÑалÑна лÑнÑÑ',pagebreak:'ÐÑÑавиÑи ÑозÑив ÑÑоÑÑнки',pagebreakAlt:'Page Break',unlink:'ÐидалиÑи поÑиланнÑ',undo:'ÐовеÑнÑÑи',redo:'ÐовÑоÑиÑи',common:{browseServer:'ÐглÑд',url:'URL',protocol:'ÐÑоÑокол',upload:'ÐадÑÑлаÑи',uploadSubmit:'ÐадÑÑлаÑи на ÑеÑвеÑ',image:'ÐобÑаженнÑ',flash:'Flash',form:'ФоÑма',checkbox:'ÐалоÑка',radio:'Ðнопка вибоÑÑ',textField:'ТекÑÑове поле',textarea:'ТекÑÑова облаÑÑÑ',hiddenField:'ÐÑÐ¸Ñ Ð¾Ð²Ð°Ð½Ðµ поле',button:'Ðнопка',select:'СпиÑок',imageButton:'Ðнопка Ñз зобÑаженнÑм',notSet:'<не визнаÑено>',id:'ÐденÑиÑÑкаÑоÑ',name:"Ðм'Ñ",langDir:'ÐапÑÑмок мови',langDirLtr:'ÐлÑва напÑаво (LTR)',langDirRtl:'СпÑава налÑво (RTL)',langCode:'Ðод мови',longDescr:'Ðовгий Ð¾Ð¿Ð¸Ñ URL',cssClass:'ÐÐ»Ð°Ñ CSS',advisoryTitle:'Ðаголовок',cssStyle:'СÑÐ¸Ð»Ñ CSS',ok:'ÐÐ',cancel:'СкаÑÑваÑи',close:'ÐакÑиÑи',preview:'ÐопеÑеднÑй пеÑеглÑд',generalTab:'ÐÑновне',advancedTab:'ÐодаÑкове',validateNumberFailed:'ÐнаÑÐµÐ½Ð½Ñ Ð½Ðµ Ñ ÑÑлим ÑиÑлом.',confirmNewPage:'ÐÑÑ Ð½ÐµÐ·Ð±ÐµÑÐµÐ¶ÐµÐ½Ñ Ð·Ð¼Ñни бÑдÑÑÑ Ð²ÑÑаÑенÑ. Ðи впевненÑ, Ñо Ñ Ð¾ÑеÑе заванÑажиÑи Ð½Ð¾Ð²Ñ ÑÑоÑÑнкÑ?',confirmCancel:'ÐеÑÐºÑ Ð¾Ð¿ÑÑÑ Ð·Ð¼Ñнено. ÐакÑиÑи вÑкно без збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð·Ð¼Ñн?',options:'ÐпÑÑÑ',target:'ЦÑлÑ',targetNew:'Ðове вÑкно (_blank)',targetTop:'ÐоÑоÑне вÑкно (_top)',targetSelf:'ÐоÑоÑний ÑÑейм/вÑкно (_self)',targetParent:'ÐаÑÑкÑвÑÑкий ÑÑейм/вÑкно (_parent)',langDirLTR:'ÐлÑва напÑаво (LTR)',langDirRTL:'СпÑава налÑво (RTL)',styles:'СÑÐ¸Ð»Ñ CSS',cssClasses:'ÐÐ»Ð°Ñ CSS',width:'ШиÑина',height:'ÐиÑоÑа',align:'ÐиÑÑвнÑваннÑ',alignLeft:'Ðо лÑÐ²Ð¾Ð¼Ñ ÐºÑаÑ',alignRight:'Ðо пÑÐ°Ð²Ð¾Ð¼Ñ ÐºÑаÑ',alignCenter:'Ðо ÑенÑÑÑ',alignTop:'Ðо веÑÑ Ð½ÑÐ¾Ð¼Ñ ÐºÑаÑ',alignMiddle:'Ðо ÑеÑединÑ',alignBottom:'Ðо нижнÑÐ¾Ð¼Ñ ÐºÑаÑ',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).',invalidHtmlLength:'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',unavailable:'%1<span class="cke_accessibility">, не доÑÑÑпне</span>'},contextmenu:{options:'ÐпÑÑÑ ÐºÐ¾Ð½ÑекÑÑного менÑ'},specialChar:{toolbar:'СпеÑÑалÑний Ñимвол',title:'ÐбеÑÑÑÑ ÑпеÑÑалÑний Ñимвол',options:'ÐпÑÑÑ'},link:{toolbar:'ÐÑÑавиÑи/РедагÑваÑи поÑиланнÑ',other:'<ÑнÑий>',menu:'ÐÑÑавиÑи поÑиланнÑ',title:'ÐоÑиланнÑ',info:'ÐнÑоÑмаÑÑÑ Ð¿Ð¾ÑиланнÑ',target:'ЦÑлÑ',upload:'ÐадÑÑлаÑи',advanced:'ÐодаÑкове',type:'Тип поÑиланнÑ',toUrl:'URL',toAnchor:'ЯкÑÑ Ð½Ð° ÑÑ ÑÑоÑÑнкÑ',toEmail:'Ðл. поÑÑа',targetFrame:'<ÑÑейм>',targetPopup:'<випливаÑÑе вÑкно>',targetFrameName:"Ðм'Ñ ÑÑлÑового ÑÑеймÑ",targetPopupName:"Ðм'Ñ Ð²Ð¸Ð¿Ð»Ð¸Ð²Ð°ÑÑого вÑкна",popupFeatures:'ÐлаÑÑивоÑÑÑ Ð²Ð¸Ð¿Ð»Ð¸Ð²Ð°ÑÑого вÑкна',popupResizable:'ÐаÑÑÑабоване',popupStatusBar:'Ð Ñдок ÑÑаÑÑÑÑ',popupLocationBar:'ÐÐ°Ð½ÐµÐ»Ñ Ð»Ð¾ÐºÐ°ÑÑÑ',popupToolbar:'ÐÐ°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв',popupMenuBar:'ÐÐ°Ð½ÐµÐ»Ñ Ð¼ÐµÐ½Ñ',popupFullScreen:'Ðовний екÑан (IE)',popupScrollBars:'СÑÑÑÑки пÑокÑÑÑки',popupDependent:'Ðалежний (Netscape)',popupLeft:'ÐозиÑÑÑ Ð·Ð»Ñва',popupTop:'ÐозиÑÑÑ Ð·Ð²ÐµÑÑ Ñ',id:'ÐденÑиÑÑкаÑоÑ',langDir:'ÐапÑÑмок мови',langDirLTR:'ÐлÑва напÑаво (LTR)',langDirRTL:'СпÑава налÑво (RTL)',acccessKey:'ÐаÑÑÑа клавÑÑа',name:"Ðм'Ñ",langCode:'Ðод мови',tabIndex:'ÐоÑлÑдовнÑÑÑÑ Ð¿ÐµÑÐµÑ Ð¾Ð´Ñ',advisoryTitle:'Ðаголовок',advisoryContentType:'Тип вмÑÑÑÑ',cssClasses:'ÐÐ»Ð°Ñ CSS',charset:'ÐодÑваннÑ',styles:'СÑÐ¸Ð»Ñ CSS',rel:'Relationship',selectAnchor:'ÐбеÑÑÑÑ ÑкÑÑ',anchorName:"Ðа Ñм'Ñм елеменÑÑ",anchorId:'Ðа ÑденÑиÑÑкаÑоÑом елеменÑÑ',emailAddress:'ÐдÑеÑа ел. поÑÑи',emailSubject:'Тема лиÑÑа',emailBody:'ТÑло повÑдомленнÑ',noAnchors:'(Ð ÑÑÐ¾Ð¼Ñ Ð´Ð¾ÐºÑменÑÑ Ð½ÐµÐ¼Ð°Ñ ÑкоÑÑв)',noUrl:'ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ URL поÑиланнÑ',noEmail:'ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ Ð°Ð´ÑÐµÑ ÐµÐ». поÑÑи'},anchor:{toolbar:'ÐÑÑавиÑи/РедагÑваÑи ÑкÑÑ',menu:'ÐлаÑÑивоÑÑÑ ÑкоÑÑ',title:'ÐлаÑÑивоÑÑÑ ÑкоÑÑ',name:"Ðм'Ñ ÑкоÑÑ",errorName:"ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ Ñм'Ñ ÑкоÑÑ",remove:'Remove Anchor'},list:{numberedTitle:'ÐпÑÑÑ Ð½ÑмеÑованого ÑпиÑкÑ',bulletedTitle:'ÐпÑÑÑ Ð¼Ð°ÑкÑÑованого ÑпиÑкÑ',type:'Тип',start:'ÐоÑаÑи з...',validateStartNumber:'ÐоÑаÑковий Ð½Ð¾Ð¼ÐµÑ ÑпиÑÐºÑ Ð¿Ð¾Ð²Ð¸Ð½ÐµÐ½ бÑÑи ÑÑлим ÑиÑлом.',circle:'ÐÑлÑÑе',disc:'ÐÑÑжеÑок',square:'ÐвадÑаÑик',none:'Ðема',notset:'<не вказано>',armenian:'ÐÑÑменÑÑка нÑмеÑаÑÑÑ',georgian:'ÐÑÑзинÑÑка нÑмеÑаÑÑÑ (an, ban, gan Ñ Ñ.д.)',lowerRoman:'ÐÐ°Ð»Ñ ÑимÑÑÐºÑ (i, ii, iii, iv, v Ñ Ñ.д.)',upperRoman:'ÐÐµÐ»Ð¸ÐºÑ ÑимÑÑÐºÑ (I, II, III, IV, V Ñ Ñ.д.)',lowerAlpha:'ÐÐ°Ð»Ñ Ð»Ð°Ñ. бÑкви (a, b, c, d, e Ñ Ñ.д.)',upperAlpha:'ÐÐµÐ»Ð¸ÐºÑ Ð»Ð°Ñ. бÑкви (A, B, C, D, E Ñ Ñ.д.)',lowerGreek:'ÐÐ°Ð»Ñ Ð³Ñ. бÑкви (алÑÑа, беÑа, гамма Ñ Ñ.д.)',decimal:'ÐеÑÑÑÐºÐ¾Ð²Ñ (1, 2, 3 Ñ Ñ.д.)',decimalLeadingZero:'ÐеÑÑÑÐºÐ¾Ð²Ñ Ð· нÑлем (01, 02, 03 Ñ Ñ.д.)'},findAndReplace:{title:'ÐнайÑи Ñ Ð·Ð°Ð¼ÑниÑи',find:'ÐоÑÑк',replace:'ÐамÑна',findWhat:'ШÑкаÑи:',replaceWith:'ÐамÑниÑи на:',notFoundMsg:'Ðказаний ÑекÑÑ Ð½Ðµ знайдено.',matchCase:'ÐÑÐ°Ñ Ð¾Ð²ÑваÑи ÑегÑÑÑÑ',matchWord:'ÐбÑг ÑÑÐ»Ð¸Ñ ÑлÑв',matchCyclic:'ЦиклÑÑна замÑна',replaceAll:'ÐамÑниÑи вÑе',replaceSuccessMsg:'%1 ÑпÑвпадÑнÑ(нÑ) замÑнено.'},table:{toolbar:'ТаблиÑÑ',title:'ÐлаÑÑивоÑÑÑ ÑаблиÑÑ',menu:'ÐлаÑÑивоÑÑÑ ÑаблиÑÑ',deleteTable:'ÐидалиÑи ÑаблиÑÑ',rows:'Ð Ñдки',columns:'СÑовбÑÑ',border:'РозмÑÑ Ñамки',widthPx:'пÑкÑелÑв',widthPc:'вÑдÑоÑкÑв',widthUnit:'ÐдиниÑÑ Ð²Ð¸Ð¼ÑÑ.',cellSpace:'ÐÑомÑжок',cellPad:'ÐнÑÑÑ. вÑдÑÑÑп',caption:'Ðаголовок ÑаблиÑÑ',summary:'ÐеÑалÑний Ð¾Ð¿Ð¸Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÑ ÑаблиÑÑ',headers:'Ðаголовки ÑÑовбÑÑв/ÑÑдкÑв',headersNone:'Ðез заголовкÑв',headersColumn:'СÑовбÑÑ',headersRow:'Ð Ñдки',headersBoth:'СÑовбÑÑ Ñ ÑÑдки',invalidRows:'ÐÑлÑкÑÑÑÑ ÑÑдкÑв повинна бÑÑи бÑлÑÑÐ¾Ñ 0.',invalidCols:'ÐÑлÑкÑÑÑÑ ÑÑовбÑÑв повинна бÑÑи бÑлÑÑÐ¾Ñ 0.',invalidBorder:'РозмÑÑ Ñамки повинен бÑÑи ÑÑлим ÑиÑлом.',invalidWidth:'ШиÑина ÑаблиÑÑ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ð° бÑÑи ÑÑлим ÑиÑлом.',invalidHeight:'ÐиÑоÑа ÑаблиÑÑ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ð° бÑÑи ÑÑлим ÑиÑлом.',invalidCellSpacing:'ÐÑомÑжок мÑж комÑÑками повинен бÑÑи ÑÑлим ÑиÑлом.',invalidCellPadding:'ÐнÑÑÑ. вÑдÑÑÑп комÑÑки повинен бÑÑи ÑÑлим ÑиÑлом.',cell:{menu:'ÐомÑÑки',insertBefore:'ÐÑÑавиÑи комÑÑÐºÑ Ð¿ÐµÑед',insertAfter:'ÐÑÑавиÑи комÑÑÐºÑ Ð¿ÑÑлÑ',deleteCell:'ÐидалиÑи комÑÑки',merge:"Ðб'ÑднаÑи комÑÑки",mergeRight:"Ðб'ÑднаÑи ÑпÑава",mergeDown:"Ðб'ÑднаÑи донизÑ",splitHorizontal:'РоздÑлиÑи комÑÑÐºÑ Ð¿Ð¾ гоÑизонÑалÑ',splitVertical:'РоздÑлиÑи комÑÑÐºÑ Ð¿Ð¾ веÑÑикалÑ',title:'ÐлаÑÑивоÑÑÑ ÐºÐ¾Ð¼ÑÑки',cellType:'Тип комÑÑки',rowSpan:"Ðб'ÑÐ´Ð½Ð°Ð½Ð½Ñ ÑÑдкÑв",colSpan:"Ðб'ÑÐ´Ð½Ð°Ð½Ð½Ñ ÑÑовпÑÑв",wordWrap:'ÐвÑопеÑенеÑÐµÐ½Ð½Ñ ÑекÑÑÑ',hAlign:'ÐоÑиз. виÑÑвнÑваннÑ',vAlign:'ÐеÑÑ. виÑÑвнÑваннÑ',alignBaseline:'Ðо базовÑй лÑнÑÑ',bgColor:'ÐолÑÑ ÑонÑ',borderColor:'ÐолÑÑ Ñамки',data:'ÐанÑ',header:'Ðаголовок',yes:'Так',no:'ÐÑ',invalidWidth:'ШиÑина комÑÑки повинна бÑÑи ÑÑлим ÑиÑлом.',invalidHeight:'ÐиÑоÑа комÑÑки повинна бÑÑи ÑÑлим ÑиÑлом.',invalidRowSpan:"ÐÑлÑкÑÑÑÑ Ð¾Ð±'ÑднÑÐ²Ð°Ð½Ð¸Ñ ÑÑдкÑв повинна бÑÑи ÑÑлим ÑиÑлом.",invalidColSpan:"ÐÑлÑкÑÑÑÑ Ð¾Ð±'ÑднÑÐ²Ð°Ð½Ð¸Ñ ÑÑовбÑÑв повинна бÑÑи ÑÑлим ÑиÑлом.",chooseColor:'ÐбÑаÑи'},row:{menu:'Ð Ñдки',insertBefore:'ÐÑÑавиÑи ÑÑдок пеÑед',insertAfter:'ÐÑÑавиÑи ÑÑдок пÑÑлÑ',deleteRow:'ÐидалиÑи ÑÑдки'},column:{menu:'СÑовбÑÑ',insertBefore:'ÐÑÑавиÑи ÑÑовбеÑÑ Ð¿ÐµÑед',insertAfter:'ÐÑÑавиÑи ÑÑовбеÑÑ Ð¿ÑÑлÑ',deleteColumn:'ÐидалиÑи ÑÑовбÑÑ'}},button:{title:'ÐлаÑÑивоÑÑÑ ÐºÐ½Ð¾Ð¿ÐºÐ¸',text:'ÐнаÑеннÑ',type:'Тип',typeBtn:'Ðнопка (button)',typeSbm:'ÐадÑÑлаÑи (submit)',typeRst:'ÐÑиÑÑиÑи (reset)'},checkboxAndRadio:{checkboxTitle:'ÐлаÑÑивоÑÑÑ Ð³Ð°Ð»Ð¾Ñки',radioTitle:'ÐлаÑÑивоÑÑÑ ÐºÐ½Ð¾Ð¿ÐºÐ¸ вибоÑÑ',value:'ÐнаÑеннÑ',selected:'ÐбÑана'},form:{title:'ÐлаÑÑивоÑÑÑ ÑоÑми',menu:'ÐлаÑÑивоÑÑÑ ÑоÑми',action:'ÐÑÑ',method:'ÐеÑод',encoding:'ÐодÑваннÑ'},select:{title:'ÐлаÑÑивоÑÑÑ ÑпиÑкÑ',selectInfo:'ÐнÑо',opAvail:'ÐоÑÑÑÐ¿Ð½Ñ Ð²Ð°ÑÑанÑи',value:'ÐнаÑеннÑ',size:'ÐÑлÑкÑÑÑÑ',lines:'Ð²Ð¸Ð´Ð¸Ð¼Ð¸Ñ Ð¿Ð¾Ð·Ð¸ÑÑй Ñ ÑпиÑкÑ',chkMulti:'СпиÑок з мÑлÑÑивибоÑом',opText:'ТекÑÑ',opValue:'ÐнаÑеннÑ',btnAdd:'ÐобавиÑи',btnModify:'ÐмÑниÑи',btnUp:'ÐгоÑÑ',btnDown:'Ðниз',btnSetValue:'ÐÑÑановиÑи Ñк обÑане знаÑеннÑ',btnDelete:'ÐидалиÑи'},textarea:{title:'ÐлаÑÑивоÑÑÑ ÑекÑÑÐ¾Ð²Ð¾Ñ Ð¾Ð±Ð»Ð°ÑÑÑ',cols:'СÑовбÑÑ',rows:'Ð Ñдки'},textfield:{title:'ÐлаÑÑивоÑÑÑ ÑекÑÑового полÑ',name:"Ðм'Ñ",value:'ÐнаÑеннÑ',charWidth:'ШиÑина',maxChars:'ÐакÑ. к-ÑÑ ÑимволÑв',type:'Тип',typeText:'ТекÑÑ',typePass:'ÐаÑолÑ'},hidden:{title:'ÐлаÑÑивоÑÑÑ Ð¿ÑÐ¸Ñ Ð¾Ð²Ð°Ð½Ð¾Ð³Ð¾ полÑ',name:"Ðм'Ñ",value:'ÐнаÑеннÑ'},image:{title:'ÐлаÑÑивоÑÑÑ Ð·Ð¾Ð±ÑаженнÑ',titleButton:'ÐлаÑÑивоÑÑÑ ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ñз зобÑаженнÑм',menu:'ÐлаÑÑивоÑÑÑ Ð·Ð¾Ð±ÑаженнÑ',infoTab:'ÐнÑоÑмаÑÑÑ Ð¿Ñо зобÑаженнÑ',btnUpload:'ÐадÑÑлаÑи на ÑеÑвеÑ',upload:'ÐадÑÑлаÑи',alt:'ÐлÑÑеÑнаÑивний ÑекÑÑ',lockRatio:'ÐбеÑегÑи пÑопоÑÑÑÑ',resetSize:'ÐÑиÑÑиÑи Ð¿Ð¾Ð»Ñ ÑозмÑÑÑв',border:'Рамка',hSpace:'ÐоÑиз. вÑдÑÑÑп',vSpace:'ÐеÑÑ. вÑдÑÑÑп',alertUrl:'ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ URL зобÑаженнÑ',linkTab:'ÐоÑиланнÑ',button2Img:'ÐажаÑÑе пеÑеÑвоÑиÑи обÑÐ°Ð½Ñ ÐºÐ½Ð¾Ð¿ÐºÑ-зобÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð½Ð° пÑоÑÑе зобÑаженнÑ?',img2Button:'ÐажаÑÑе пеÑеÑвоÑиÑи обÑане зобÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð½Ð° кнопкÑ-зобÑаженнÑ?',urlMissing:'ÐкажÑÑÑ URL зобÑаженнÑ.',validateBorder:'ШиÑина Ñамки повинна бÑÑи ÑÑлим ÑиÑлом.',validateHSpace:'ÐоÑиз. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом.',validateVSpace:'ÐеÑÑ. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом.'},flash:{properties:'ÐлаÑÑивоÑÑÑ Flash',propertiesTab:'ÐлаÑÑивоÑÑÑ',title:'ÐлаÑÑивоÑÑÑ Flash',chkPlay:'ÐвÑопÑогÑаваннÑ',chkLoop:'ЦиклÑÑно',chkMenu:'ÐозволиÑи Ð¼ÐµÐ½Ñ Flash',chkFull:'ÐозволиÑи повноекÑанний пеÑеглÑд',scale:'ÐаÑÑÑаб',scaleAll:'ÐоказаÑи вÑе',scaleNoBorder:'Ðез Ñамки',scaleFit:'ÐоÑ. ÑозмÑÑ',access:'ÐоÑÑÑп до ÑкÑипÑа',accessAlways:'Ðавжди',accessSameDomain:'Ð Ñого ж домена',accessNever:'ÐÑколи',alignAbsBottom:'Ðо нижнÑÐ¾Ð¼Ñ ÐºÑÐ°Ñ (abs)',alignAbsMiddle:'Ðо ÑеÑÐµÐ´Ð¸Ð½Ñ (abs)',alignBaseline:'Ðо базовÑй лÑнÑÑ',alignTextTop:'ТекÑÑ Ð¿Ð¾ веÑÑ Ð½ÑÐ¾Ð¼Ñ ÐºÑаÑ',quality:'ЯкÑÑÑÑ',qualityBest:'ÐÑдмÑнна',qualityHigh:'ÐиÑока',qualityAutoHigh:'ÐвÑом. вÑдмÑнна',qualityMedium:'СеÑеднÑ',qualityAutoLow:'ÐвÑом. низÑка',qualityLow:'ÐизÑка',windowModeWindow:'ÐÑкно',windowModeOpaque:'ÐепÑозоÑÑÑÑÑ',windowModeTransparent:'ÐÑозоÑÑÑÑÑ',windowMode:'ÐÑконний Ñежим',flashvars:'ÐмÑÐ½Ð½Ñ Flash',bgcolor:'ÐолÑÑ ÑонÑ',hSpace:'ÐоÑиз. вÑдÑÑÑп',vSpace:'ÐеÑÑ. вÑдÑÑÑп',validateSrc:'ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ URL поÑиланнÑ',validateHSpace:'ÐоÑиз. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом.',validateVSpace:'ÐеÑÑ. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом.'},spellCheck:{toolbar:'ÐеÑевÑÑиÑи оÑÑогÑаÑÑÑ',title:'ÐеÑевÑÑка оÑÑогÑаÑÑÑ',notAvailable:'ÐибаÑÑе, але ÑеÑвÑÑ Ð½Ð°ÑÐ°Ð·Ñ Ð½ÐµÐ´Ð¾ÑÑÑпний.',errorLoading:'Ðомилка заванÑÐ°Ð¶ÐµÐ½Ð½Ñ : %s.',notInDic:'ÐÐµÐ¼Ð°Ñ Ð² ÑловникÑ',changeTo:'ÐамÑниÑи на',btnIgnore:'ÐÑопÑÑÑиÑи',btnIgnoreAll:'ÐÑопÑÑÑиÑи вÑе',btnReplace:'ÐамÑниÑи',btnReplaceAll:'ÐамÑниÑи вÑе',btnUndo:'Ðазад',noSuggestions:'- Ð½ÐµÐ¼Ð°Ñ Ð²Ð°ÑÑанÑÑв -',progress:'ÐиконÑÑÑÑÑÑ Ð¿ÐµÑевÑÑка оÑÑогÑаÑÑÑ...',noMispell:'ÐеÑевÑÑÐºÑ Ð¾ÑÑогÑаÑÑÑ Ð·Ð°Ð²ÐµÑÑено: помилок не знайдено',noChanges:'ÐеÑевÑÑÐºÑ Ð¾ÑÑогÑаÑÑÑ Ð·Ð°Ð²ÐµÑÑено: жодне Ñлово не змÑнено',oneChange:'ÐеÑевÑÑÐºÑ Ð¾ÑÑогÑаÑÑÑ Ð·Ð°Ð²ÐµÑÑено: змÑнено одне Ñлово',manyChanges:'ÐеÑевÑÑÐºÑ Ð¾ÑÑогÑаÑÑÑ Ð·Ð°Ð²ÐµÑÑено: 1% ÑлÑв(ова) змÑнено',ieSpellDownload:'ÐодÑÐ»Ñ Ð¿ÐµÑевÑÑки оÑÑогÑаÑÑÑ Ð½Ðµ вÑÑановлено. ÐажаÑÑе заванÑажиÑи його заÑаз?'},smiley:{toolbar:'Смайлик',title:'ÐÑÑавиÑи Ñмайлик',options:'ÐпÑÑÑ ÑмайликÑв'},elementsPath:{eleLabel:'ШлÑÑ ',eleTitle:'%1 елеменÑ'},numberedlist:'ÐÑмеÑований ÑпиÑок',bulletedlist:'ÐаÑкÑÑований ÑпиÑок',indent:'ÐбÑлÑÑиÑи вÑдÑÑÑп',outdent:'ÐменÑиÑи вÑдÑÑÑп',justify:{left:'Ðо лÑÐ²Ð¾Ð¼Ñ ÐºÑаÑ',center:'Ðо ÑенÑÑÑ',right:'Ðо пÑÐ°Ð²Ð¾Ð¼Ñ ÐºÑаÑ',block:'Ðо ÑиÑинÑ'},blockquote:'ЦиÑаÑа',clipboard:{title:'ÐÑÑавиÑи',cutError:'ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð±ÐµÐ·Ð¿ÐµÐºÐ¸ ÐаÑого бÑаÑзеÑа не дозволÑÑÑÑ ÑедакÑоÑÑ Ð°Ð²ÑомаÑиÑно виконÑваÑи опеÑаÑÑÑ Ð²Ð¸ÑÑзÑваннÑ. ÐÑÐ´Ñ Ð»Ð°Ñка, викоÑиÑÑовÑйÑе клавÑаÑÑÑÑ Ð´Ð»Ñ ÑÑого (Ctrl/Cmd+X)',copyError:'ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð±ÐµÐ·Ð¿ÐµÐºÐ¸ ÐаÑого бÑаÑзеÑа не дозволÑÑÑÑ ÑедакÑоÑÑ Ð°Ð²ÑомаÑиÑно виконÑваÑи опеÑаÑÑÑ ÐºÐ¾Ð¿ÑÑваннÑ. ÐÑÐ´Ñ Ð»Ð°Ñка, викоÑиÑÑовÑйÑе клавÑаÑÑÑÑ Ð´Ð»Ñ ÑÑого (Ctrl/Cmd+C).',pasteMsg:'ÐÑÐ´Ñ Ð»Ð°Ñка, вÑÑавÑе ÑнÑоÑмаÑÑÑ Ð· бÑÑеÑа обмÑÐ½Ñ Ð² ÑÑ Ð¾Ð±Ð»Ð°ÑÑÑ, коÑиÑÑÑÑÑиÑÑ ÐºÐ¾Ð¼Ð±ÑнаÑÑÑÑ ÐºÐ»Ð°Ð²ÑÑ (<STRONG>Ctrl/Cmd+V</STRONG>), Ñа наÑиÑнÑÑÑ <STRONG>OK</STRONG>.',securityMsg:"РедакÑÐ¾Ñ Ð½Ðµ може оÑÑимаÑи пÑÑмий доÑÑÑп до бÑÑеÑÑ Ð¾Ð±Ð¼ÑÐ½Ñ Ñ Ð·Ð²'ÑÐ·ÐºÑ Ð· налаÑÑÑваннÑми ÐаÑого бÑаÑзеÑа. Ðам поÑÑÑбно вÑÑавиÑи ÑнÑоÑмаÑÑÑ Ð² Ñе вÑкно.",pasteArea:'ÐблаÑÑÑ Ð²ÑÑавки'},pastefromword:{confirmCleanup:'ТекÑÑ, Ñо Ðи намагаÑÑеÑÑ Ð²ÑÑавиÑи, ÑÑ Ð¾Ð¶Ð¸Ð¹ на ÑкопÑйований з Word. ÐажаÑÑе оÑиÑÑиÑи його ÑоÑмаÑÑÐ²Ð°Ð½Ð½Ñ Ð¿ÐµÑед вÑÑавлÑннÑм?',toolbar:'ÐÑÑавиÑи з Word',title:'ÐÑÑавиÑи з Word',error:'Ðеможливо оÑиÑÑиÑи ÑоÑмаÑÑÐ²Ð°Ð½Ð½Ñ ÑеÑез внÑÑÑÑÑÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÑ.'},pasteText:{button:'ÐÑÑавиÑи ÑÑлÑки ÑекÑÑ',title:'ÐÑÑавиÑи ÑÑлÑки ÑекÑÑ'},templates:{button:'Шаблони',title:'Шаблони змÑÑÑÑ',options:'ÐпÑÑÑ ÑаблонÑ',insertOption:'ÐамÑниÑи поÑоÑний вмÑÑÑ',selectPromptMsg:'ÐбеÑÑÑÑ, бÑÐ´Ñ Ð»Ð°Ñка, Ñаблон Ð´Ð»Ñ Ð²ÑдкÑиÑÑÑ Ð² ÑедакÑоÑÑ<br>(поÑоÑний змÑÑÑ Ð±Ñде вÑÑаÑено):',emptyListMsg:'(Ðе знайдено жодного ÑаблонÑ)'},showBlocks:'ÐоказÑваÑи блоки',stylesCombo:{label:'СÑилÑ',panelTitle:'СÑÐ¸Ð»Ñ ÑоÑмаÑÑваннÑ',panelTitle1:'ÐлоÑÐ½Ñ ÑÑилÑ',panelTitle2:'Ð ÑÐ´ÐºÐ¾Ð²Ñ ÑÑилÑ',panelTitle3:"Ðб'ÑкÑÐ½Ñ ÑÑилÑ"},format:{label:'ФоÑмаÑÑваннÑ',panelTitle:'ФоÑмаÑÑваннÑ',tag_p:'ÐоÑмалÑний',tag_pre:'ФоÑмаÑований',tag_address:'ÐдÑеÑа',tag_h1:'Ðаголовок 1',tag_h2:'Ðаголовок 2',tag_h3:'Ðаголовок 3',tag_h4:'Ðаголовок 4',tag_h5:'Ðаголовок 5',tag_h6:'Ðаголовок 6',tag_div:'ÐоÑмалÑний (div)'},div:{title:'СÑвоÑиÑи блок-конÑейнеÑ',toolbar:'СÑвоÑиÑи блок-конÑейнеÑ',cssClassInputLabel:'ÐÐ»Ð°Ñ CSS',styleSelectLabel:'СÑÐ¸Ð»Ñ CSS',IdInputLabel:'ÐденÑиÑÑкаÑоÑ',languageCodeInputLabel:'Ðод мови',inlineStyleInputLabel:'ÐпиÑаний ÑÑилÑ',advisoryTitleInputLabel:'ÐмÑÑÑ Ð²Ð¸Ð¿Ð»Ð¸Ð²Ð°ÑÑÐ¾Ñ Ð¿Ñдказки',langDirLabel:'ÐапÑÑмок мови',langDirLTRLabel:'ÐлÑва напÑаво (LTR)',langDirRTLLabel:'СпÑава налÑво (RTL)',edit:'РедагÑваÑи блок',remove:'ÐидалиÑи блок'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'ШÑиÑÑ',voiceLabel:'ШÑиÑÑ',panelTitle:'ШÑиÑÑ'},fontSize:{label:'РозмÑÑ',voiceLabel:'РозмÑÑ ÑÑиÑÑÑ',panelTitle:'РозмÑÑ'},colorButton:{textColorTitle:'ÐолÑÑ ÑекÑÑÑ',bgColorTitle:'ÐолÑÑ ÑонÑ',panelTitle:'ÐолÑоÑи',auto:'ÐвÑо',more:'ÐолÑоÑи...'},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:'ÐÑлий'},scayt:{title:'ÐеÑеÑÑÑка оÑÑогÑаÑÑÑ Ð¿Ð¾ мÑÑÑ Ð½Ð°Ð±Ð¾ÑÑ',opera_title:'Ðе пÑдÑÑимÑÑÑÑÑÑ Ð² Opera',enable:'ÐвÑмкнÑÑи SCAYT',disable:'ÐимкнÑÑи SCAYT',about:'ÐÑо SCAYT',toggle:'ÐеÑемкнÑÑи SCAYT',options:'ÐпÑÑÑ',langs:'Ðови',moreSuggestions:'ÐÑлÑÑе ваÑÑанÑÑв',ignore:'ÐÑопÑÑÑиÑи',ignoreAll:'ÐÑопÑÑÑиÑи вÑÑ',addWord:'ÐодаÑи Ñлово',emptyDic:'Ðазва Ñловника повинна бÑÑи вказана.',optionsTab:'ÐпÑÑÑ',allCaps:'ÐÑопÑÑÑиÑи пÑопиÑÐ½Ñ Ñлова',ignoreDomainNames:'ÐÑопÑÑÑиÑи Ð´Ð¾Ð¼ÐµÐ½Ð½Ñ Ð½Ð°Ð·Ð²Ð¸',mixedCase:'ÐÑопÑÑÑиÑи Ñлова Ð·Ñ Ð·Ð¼ÑÑаним ÑегÑÑÑÑом',mixedWithDigits:'ÐÑопÑÑÑиÑи Ñлова, Ñо мÑÑÑÑÑÑ ÑиÑÑи',languagesTab:'Ðови',dictionariesTab:'Словники',dic_field_name:'Ðазва Ñловника',dic_create:'СÑвоÑиÑи',dic_restore:'ÐÑдновиÑи',dic_delete:'ÐидалиÑи',dic_rename:'ÐеÑейменÑваÑи',dic_info:'Як пÑавило, коÑиÑÑÑваÑÑÐºÑ Ñловники збеÑÑгаÑÑÑÑÑ Ñ cookie-ÑÐ°Ð¹Ð»Ð°Ñ . Ðднак, cookie-Ñайли маÑÑÑ Ð¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð½Ð° ÑозмÑÑ. ЯкÑо коÑиÑÑÑваÑÑкий Ñловник зÑоÑÑÐ°Ñ Ð² обÑÑÐ·Ñ Ð½Ð°ÑÑÑлÑки, Ñо вже не може бÑÑи збеÑежений Ñ cookie-ÑайлÑ, ÑÐ¾Ð´Ñ Ð¹Ð¾Ð³Ð¾ можна збеÑегÑи на наÑÐ¾Ð¼Ñ ÑеÑвеÑÑ. Щоб збеÑегÑи ÐÐ°Ñ Ð¿ÐµÑÑоналÑний Ñловник на наÑÐ¾Ð¼Ñ ÑеÑвеÑÑ Ð½ÐµÐ¾Ð±Ñ Ñдно вказаÑи Ð½Ð°Ð·Ð²Ñ Ñловника. ЯкÑо Ðи вже збеÑÑгали Ñловник на ÑеÑвеÑÑ, бÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ Ð½Ð°Ð·Ð²Ñ Ð·Ð±ÐµÑеженого Ñловника Ñ Ð½Ð°ÑиÑнÑÑÑ ÐºÐ½Ð¾Ð¿ÐºÑ ÐÑдновиÑи.',aboutTab:'ÐÑо SCAYT'},about:{title:'ÐÑо CKEditor',dlgTitle:'ÐÑо CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Щодо ÑнÑоÑмаÑÑÑ Ð· лÑÑензÑÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð²ÑÑайÑе на Ð½Ð°Ñ ÑайÑ:',copy:'Copyright © $1. ÐÑÑ Ð¿Ñава заÑÑеÑежено.'},maximize:'ÐакÑимÑзÑваÑи',minimize:'ÐÑнÑмÑзÑваÑи',fakeobjects:{anchor:'ЯкÑÑ',flash:'Flash-анÑмаÑÑÑ',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:"ÐевÑдомий об'ÑкÑ"},resize:'ÐоÑÑгнÑÑÑ Ð´Ð»Ñ Ð·Ð¼Ñни ÑозмÑÑÑв',colordialog:{title:'ÐбÑаÑи колÑÑ',options:'ÐпÑÑÑ ÐºÐ¾Ð»ÑоÑÑв',highlight:'ÐолÑÑ, на Ñкий вказÑÑ ÐºÑÑÑоÑ',selected:'ÐбÑаний колÑÑ',clear:'ÐÑиÑÑиÑи'},toolbarCollapse:'ÐгоÑнÑÑи Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв',toolbarExpand:'РозгоÑнÑÑи Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв',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'},bidi:{ltr:'ÐапÑÑмок ÑекÑÑÑ Ð·Ð»Ñва напÑаво',rtl:'ÐапÑÑмок ÑекÑÑÑ ÑпÑава налÑво'},docprops:{label:'ÐлаÑÑивоÑÑÑ Ð´Ð¾ÐºÑменÑа',title:'ÐлаÑÑивоÑÑÑ Ð´Ð¾ÐºÑменÑа',design:'Design',meta:'ÐеÑа данÑ',chooseColor:'ÐбÑаÑи',other:'<ÑнÑий>',docTitle:'Ðаголовок ÑÑоÑÑнки',charset:'ÐодÑÐ²Ð°Ð½Ð½Ñ Ð½Ð°Ð±Ð¾ÑÑ ÑимволÑв',charsetOther:'ÐнÑе кодÑÐ²Ð°Ð½Ð½Ñ Ð½Ð°Ð±Ð¾ÑÑ ÑимволÑв',charsetASCII:'ASCII',charsetCE:'ЦенÑÑалÑно-ÑвÑопейÑÑка',charsetCT:'ÐиÑайÑÑка ÑÑадиÑÑйна (Big5)',charsetCR:'ÐиÑилиÑÑ',charsetGR:'ÐÑеÑÑка',charsetJP:'ЯпонÑÑка',charsetKR:'ÐоÑейÑÑка',charsetTR:'ТÑÑеÑÑка',charsetUN:'ЮнÑкод (UTF-8)',charsetWE:'ÐÐ°Ñ Ñдно-евÑопейÑкаÑ',docType:'Ðаголовок ÑÐ¸Ð¿Ñ Ð´Ð¾ÐºÑменÑÑ',docTypeOther:'ÐнÑий заголовок ÑÐ¸Ð¿Ñ Ð´Ð¾ÐºÑменÑÑ',xhtmlDec:'ÐвÑмкнÑÑи XHTML оголоÑеннÑ',bgColor:'ÐолÑÑ Ñла',bgImage:'URL зобÑÐ°Ð¶ÐµÐ½Ð½Ñ Ñла',bgFixed:'Тло без пÑокÑÑÑки',txtColor:'ÐолÑÑ ÑекÑÑÑ',margin:'ÐÑдÑÑÑпи ÑÑоÑÑнки',marginTop:'ÐеÑÑ Ð½Ñй',marginLeft:'ÐÑвий',marginRight:'ÐÑавий',marginBottom:'ÐижнÑй',metaKeywords:'ÐлÑÑÐ¾Ð²Ñ Ñлова докÑменÑа (ÑоздÑÐ»ÐµÐ½Ñ ÐºÐ¾Ð¼Ð°Ð¼Ð¸)',metaDescription:'ÐÐ¿Ð¸Ñ Ð´Ð¾ÐºÑменÑа',metaAuthor:'ÐвÑоÑ',metaCopyright:'ÐвÑоÑÑÑÐºÑ Ð¿Ñава',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['uk']={"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":"ÐденÑиÑÑкаÑоÑ","name":"Ðм'Ñ","langDir":"ÐапÑÑмок мови","langDirLtr":"ÐлÑва напÑаво (LTR)","langDirRtl":"СпÑава налÑво (RTL)","langCode":"Ðод мови","longDescr":"Ðовгий Ð¾Ð¿Ð¸Ñ URL","cssClass":"ÐÐ»Ð°Ñ CSS","advisoryTitle":"Ðаголовок","cssStyle":"СÑÐ¸Ð»Ñ CSS","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":"СÑÐ¸Ð»Ñ CSS","cssClasses":"ÐÐ»Ð°Ñ CSS","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":"ÐведÑÑÑ Ð½Ð¾Ð¼ÐµÑ Ð·Ð½Ð°ÑÐµÐ½Ð½Ñ Ð² пÑкÑелÑÑ Ð°Ð±Ð¾ ÑиÑло з дÑйÑÐ½Ð¾Ñ Ð¾Ð´Ð¸Ð½Ð¸ÑÑ CSS (px, %, in, cm, mm, em, ex, pt або pc).","unavailable":"%1<span class=\"cke_accessibility\">, не доÑÑÑпне</span>"},"about":{"copy":"Copyright © $1. ÐÑÑ Ð¿Ñава заÑÑеÑежено.","dlgTitle":"ÐÑо CKEditor","help":"ÐеÑевÑÑÑе $1 Ð´Ð»Ñ Ð´Ð¾Ð¿Ð¾Ð¼Ð¾Ð³Ð¸.","moreInfo":"Щодо ÑнÑоÑмаÑÑÑ Ð· лÑÑензÑÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð²ÑÑайÑе на Ð½Ð°Ñ ÑайÑ:","title":"ÐÑо CKEditor","userGuide":"ÐнÑÑÑÑкÑÑÑ ÐоÑиÑÑÑваÑа Ð´Ð»Ñ CKEditor"},"basicstyles":{"bold":"ÐиÑний","italic":"ÐÑÑÑив","strike":"ÐакÑеÑлений","subscript":"ÐижнÑй ÑндекÑ","superscript":"ÐеÑÑ Ð½Ñй ÑндекÑ","underline":"ÐÑдкÑеÑлений"},"bidi":{"ltr":"ÐапÑÑмок ÑекÑÑÑ Ð·Ð»Ñва напÑаво","rtl":"ÐапÑÑмок ÑекÑÑÑ ÑпÑава налÑво"},"blockquote":{"toolbar":"ЦиÑаÑа"},"clipboard":{"copy":"ÐопÑÑваÑи","copyError":"ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð±ÐµÐ·Ð¿ÐµÐºÐ¸ ÐаÑого бÑаÑзеÑа не дозволÑÑÑÑ ÑедакÑоÑÑ Ð°Ð²ÑомаÑиÑно виконÑваÑи опеÑаÑÑÑ ÐºÐ¾Ð¿ÑÑваннÑ. ÐÑÐ´Ñ Ð»Ð°Ñка, викоÑиÑÑовÑйÑе клавÑаÑÑÑÑ Ð´Ð»Ñ ÑÑого (Ctrl/Cmd+C).","cut":"ÐиÑÑзаÑи","cutError":"ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð±ÐµÐ·Ð¿ÐµÐºÐ¸ ÐаÑого бÑаÑзеÑа не дозволÑÑÑÑ ÑедакÑоÑÑ Ð°Ð²ÑомаÑиÑно виконÑваÑи опеÑаÑÑÑ Ð²Ð¸ÑÑзÑваннÑ. ÐÑÐ´Ñ Ð»Ð°Ñка, викоÑиÑÑовÑйÑе клавÑаÑÑÑÑ Ð´Ð»Ñ ÑÑого (Ctrl/Cmd+X)","paste":"ÐÑÑавиÑи","pasteArea":"ÐблаÑÑÑ Ð²ÑÑавки","pasteMsg":"ÐÑÐ´Ñ Ð»Ð°Ñка, вÑÑавÑе ÑнÑоÑмаÑÑÑ Ð· бÑÑеÑа обмÑÐ½Ñ Ð² ÑÑ Ð¾Ð±Ð»Ð°ÑÑÑ, коÑиÑÑÑÑÑиÑÑ ÐºÐ¾Ð¼Ð±ÑнаÑÑÑÑ ÐºÐ»Ð°Ð²ÑÑ (<STRONG>Ctrl/Cmd+V</STRONG>), Ñа наÑиÑнÑÑÑ <STRONG>OK</STRONG>.","securityMsg":"РедакÑÐ¾Ñ Ð½Ðµ може оÑÑимаÑи пÑÑмий доÑÑÑп до бÑÑеÑÑ Ð¾Ð±Ð¼ÑÐ½Ñ Ñ Ð·Ð²'ÑÐ·ÐºÑ Ð· налаÑÑÑваннÑми ÐаÑого бÑаÑзеÑа. Ðам поÑÑÑбно вÑÑавиÑи ÑнÑоÑмаÑÑÑ Ð² Ñе вÑкно.","title":"ÐÑÑавиÑи"},"button":{"selectedLabel":"%1 (ÐибÑано)"},"colorbutton":{"auto":"ÐвÑо","bgColorTitle":"ÐолÑÑ ÑонÑ","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":"ÐÑлий"},"more":"ÐолÑоÑи...","panelTitle":"ÐолÑоÑи","textColorTitle":"ÐолÑÑ ÑекÑÑÑ"},"colordialog":{"clear":"ÐÑиÑÑиÑи","highlight":"ÐолÑÑ, на Ñкий вказÑÑ ÐºÑÑÑоÑ","options":"ÐпÑÑÑ ÐºÐ¾Ð»ÑоÑÑв","selected":"ÐбÑаний колÑÑ","title":"ÐбÑаÑи колÑÑ"},"templates":{"button":"Шаблони","emptyListMsg":"(Ðе знайдено жодного ÑаблонÑ)","insertOption":"ÐамÑниÑи поÑоÑний вмÑÑÑ","options":"ÐпÑÑÑ ÑаблонÑ","selectPromptMsg":"ÐбеÑÑÑÑ, бÑÐ´Ñ Ð»Ð°Ñка, Ñаблон Ð´Ð»Ñ Ð²ÑдкÑиÑÑÑ Ð² ÑедакÑоÑÑ<br>(поÑоÑний змÑÑÑ Ð±Ñде вÑÑаÑено):","title":"Шаблони змÑÑÑÑ"},"contextmenu":{"options":"ÐпÑÑÑ ÐºÐ¾Ð½ÑекÑÑного менÑ"},"div":{"IdInputLabel":"ÐденÑиÑÑкаÑоÑ","advisoryTitleInputLabel":"ÐмÑÑÑ Ð²Ð¸Ð¿Ð»Ð¸Ð²Ð°ÑÑÐ¾Ñ Ð¿Ñдказки","cssClassInputLabel":"ÐÐ»Ð°Ñ CSS","edit":"РедагÑваÑи блок","inlineStyleInputLabel":"ÐпиÑаний ÑÑилÑ","langDirLTRLabel":"ÐлÑва напÑаво (LTR)","langDirLabel":"ÐапÑÑмок мови","langDirRTLLabel":"СпÑава налÑво (RTL)","languageCodeInputLabel":"Ðод мови","remove":"ÐидалиÑи блок","styleSelectLabel":"СÑÐ¸Ð»Ñ CSS","title":"СÑвоÑиÑи блок-конÑейнеÑ","toolbar":"СÑвоÑиÑи блок-конÑейнеÑ"},"toolbar":{"toolbarCollapse":"ÐгоÑнÑÑи Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв","toolbarExpand":"РозгоÑнÑÑи Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв","toolbarGroups":{"document":"ÐокÑменÑ","clipboard":"ÐÑÑÐµÑ Ð¾Ð±Ð¼ÑÐ½Ñ / СкаÑÑваÑи","editing":"РедагÑваннÑ","forms":"ФоÑми","basicstyles":"ÐÑновний СÑилÑ","paragraph":"ÐаÑагÑаÑ","links":"ÐоÑиланнÑ","insert":"ÐÑÑавиÑи","styles":"СÑилÑ","colors":"ÐолÑоÑи","tools":"ÐнÑÑÑÑменÑи"},"toolbars":"ÐÐ°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв ÑедакÑоÑа"},"elementspath":{"eleLabel":"ШлÑÑ ","eleTitle":"%1 елеменÑ"},"find":{"find":"ÐоÑÑк","findOptions":"ÐаÑамеÑÑи ÐоÑÑкÑ","findWhat":"ШÑкаÑи:","matchCase":"ÐÑÐ°Ñ Ð¾Ð²ÑваÑи ÑегÑÑÑÑ","matchCyclic":"ЦиклÑÑна замÑна","matchWord":"ÐбÑг ÑÑÐ»Ð¸Ñ ÑлÑв","notFoundMsg":"Ðказаний ÑекÑÑ Ð½Ðµ знайдено.","replace":"ÐамÑна","replaceAll":"ÐамÑниÑи вÑе","replaceSuccessMsg":"%1 ÑпÑвпадÑнÑ(нÑ) замÑнено.","replaceWith":"ÐамÑниÑи на:","title":"ÐнайÑи Ñ Ð·Ð°Ð¼ÑниÑи"},"fakeobjects":{"anchor":"ЯкÑÑ","flash":"Flash-анÑмаÑÑÑ","hiddenfield":"ÐÑÐ¸Ñ Ð¾Ð²Ð°Ð½Ñ ÐолÑ","iframe":"IFrame","unknown":"ÐевÑдомий об'ÑкÑ"},"flash":{"access":"ÐоÑÑÑп до ÑкÑипÑа","accessAlways":"Ðавжди","accessNever":"ÐÑколи","accessSameDomain":"Ð Ñого ж домена","alignAbsBottom":"Ðо нижнÑÐ¾Ð¼Ñ ÐºÑÐ°Ñ (abs)","alignAbsMiddle":"Ðо ÑеÑÐµÐ´Ð¸Ð½Ñ (abs)","alignBaseline":"Ðо базовÑй лÑнÑÑ","alignTextTop":"ТекÑÑ Ð¿Ð¾ веÑÑ Ð½ÑÐ¾Ð¼Ñ ÐºÑаÑ","bgcolor":"ÐолÑÑ ÑонÑ","chkFull":"ÐозволиÑи повноекÑанний пеÑеглÑд","chkLoop":"ЦиклÑÑно","chkMenu":"ÐозволиÑи Ð¼ÐµÐ½Ñ Flash","chkPlay":"ÐвÑопÑогÑаваннÑ","flashvars":"ÐмÑÐ½Ð½Ñ Flash","hSpace":"ÐоÑиз. вÑдÑÑÑп","properties":"ÐлаÑÑивоÑÑÑ Flash","propertiesTab":"ÐлаÑÑивоÑÑÑ","quality":"ЯкÑÑÑÑ","qualityAutoHigh":"ÐвÑом. вÑдмÑнна","qualityAutoLow":"ÐвÑом. низÑка","qualityBest":"ÐÑдмÑнна","qualityHigh":"ÐиÑока","qualityLow":"ÐизÑка","qualityMedium":"СеÑеднÑ","scale":"ÐаÑÑÑаб","scaleAll":"ÐоказаÑи вÑе","scaleFit":"ÐоÑ. ÑозмÑÑ","scaleNoBorder":"Ðез Ñамки","title":"ÐлаÑÑивоÑÑÑ Flash","vSpace":"ÐеÑÑ. вÑдÑÑÑп","validateHSpace":"ÐоÑиз. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом.","validateSrc":"ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ URL поÑиланнÑ","validateVSpace":"ÐеÑÑ. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом.","windowMode":"ÐÑконний Ñежим","windowModeOpaque":"ÐепÑозоÑÑÑÑÑ","windowModeTransparent":"ÐÑозоÑÑÑÑÑ","windowModeWindow":"ÐÑкно"},"font":{"fontSize":{"label":"РозмÑÑ","voiceLabel":"РозмÑÑ ÑÑиÑÑÑ","panelTitle":"РозмÑÑ"},"label":"ШÑиÑÑ","panelTitle":"ШÑиÑÑ","voiceLabel":"ШÑиÑÑ"},"forms":{"button":{"title":"ÐлаÑÑивоÑÑÑ ÐºÐ½Ð¾Ð¿ÐºÐ¸","text":"ÐнаÑеннÑ","type":"Тип","typeBtn":"Ðнопка (button)","typeSbm":"ÐадÑÑлаÑи (submit)","typeRst":"ÐÑиÑÑиÑи (reset)"},"checkboxAndRadio":{"checkboxTitle":"ÐлаÑÑивоÑÑÑ Ð³Ð°Ð»Ð¾Ñки","radioTitle":"ÐлаÑÑивоÑÑÑ ÐºÐ½Ð¾Ð¿ÐºÐ¸ вибоÑÑ","value":"ÐнаÑеннÑ","selected":"ÐбÑана"},"form":{"title":"ÐлаÑÑивоÑÑÑ ÑоÑми","menu":"ÐлаÑÑивоÑÑÑ ÑоÑми","action":"ÐÑÑ","method":"ÐеÑод","encoding":"ÐодÑваннÑ"},"hidden":{"title":"ÐлаÑÑивоÑÑÑ Ð¿ÑÐ¸Ñ Ð¾Ð²Ð°Ð½Ð¾Ð³Ð¾ полÑ","name":"Ðм'Ñ","value":"ÐнаÑеннÑ"},"select":{"title":"ÐлаÑÑивоÑÑÑ ÑпиÑкÑ","selectInfo":"ÐнÑо","opAvail":"ÐоÑÑÑÐ¿Ð½Ñ Ð²Ð°ÑÑанÑи","value":"ÐнаÑеннÑ","size":"ÐÑлÑкÑÑÑÑ","lines":"Ð²Ð¸Ð´Ð¸Ð¼Ð¸Ñ Ð¿Ð¾Ð·Ð¸ÑÑй Ñ ÑпиÑкÑ","chkMulti":"СпиÑок з мÑлÑÑивибоÑом","opText":"ТекÑÑ","opValue":"ÐнаÑеннÑ","btnAdd":"ÐобавиÑи","btnModify":"ÐмÑниÑи","btnUp":"ÐгоÑÑ","btnDown":"Ðниз","btnSetValue":"ÐÑÑановиÑи Ñк обÑане знаÑеннÑ","btnDelete":"ÐидалиÑи"},"textarea":{"title":"ÐлаÑÑивоÑÑÑ ÑекÑÑÐ¾Ð²Ð¾Ñ Ð¾Ð±Ð»Ð°ÑÑÑ","cols":"СÑовбÑÑ","rows":"Ð Ñдки"},"textfield":{"title":"ÐлаÑÑивоÑÑÑ ÑекÑÑового полÑ","name":"Ðм'Ñ","value":"ÐнаÑеннÑ","charWidth":"ШиÑина","maxChars":"ÐакÑ. к-ÑÑ ÑимволÑв","type":"Тип","typeText":"ТекÑÑ","typePass":"ÐаÑолÑ","typeEmail":"ÐоÑÑа","typeSearch":"ÐоÑÑк","typeTel":"ÐобÑлÑний","typeUrl":"URL"}},"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":"ÐоÑизонÑалÑна лÑнÑÑ"},"iframe":{"border":"ÐоказаÑи Ñамки ÑÑеймÑ","noUrl":"ÐÑÐ´Ñ Ð»Ð°Ñка введÑÑÑ Ð¿Ð¾ÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð»Ñ IFrame","scrolling":"УвÑмкнÑÑи пÑокÑÑÑкÑ","title":"ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð´Ð»Ñ IFrame","toolbar":"IFrame"},"image":{"alertUrl":"ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ URL зобÑаженнÑ","alt":"ÐлÑÑеÑнаÑивний ÑекÑÑ","border":"Рамка","btnUpload":"ÐадÑÑлаÑи на ÑеÑвеÑ","button2Img":"ÐажаÑÑе пеÑеÑвоÑиÑи обÑÐ°Ð½Ñ ÐºÐ½Ð¾Ð¿ÐºÑ-зобÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð½Ð° пÑоÑÑе зобÑаженнÑ?","hSpace":"ÐоÑиз. вÑдÑÑÑп","img2Button":"ÐажаÑÑе пеÑеÑвоÑиÑи обÑане зобÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð½Ð° кнопкÑ-зобÑаженнÑ?","infoTab":"ÐнÑоÑмаÑÑÑ Ð¿Ñо зобÑаженнÑ","linkTab":"ÐоÑиланнÑ","lockRatio":"ÐбеÑегÑи пÑопоÑÑÑÑ","menu":"ÐлаÑÑивоÑÑÑ Ð·Ð¾Ð±ÑаженнÑ","resetSize":"ÐÑиÑÑиÑи Ð¿Ð¾Ð»Ñ ÑозмÑÑÑв","title":"ÐлаÑÑивоÑÑÑ Ð·Ð¾Ð±ÑаженнÑ","titleButton":"ÐлаÑÑивоÑÑÑ ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ñз зобÑаженнÑм","upload":"ÐадÑÑлаÑи","urlMissing":"ÐкажÑÑÑ URL зобÑаженнÑ.","vSpace":"ÐеÑÑ. вÑдÑÑÑп","validateBorder":"ШиÑина Ñамки повинна бÑÑи ÑÑлим ÑиÑлом.","validateHSpace":"ÐоÑиз. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом.","validateVSpace":"ÐеÑÑ. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом."},"indent":{"indent":"ÐбÑлÑÑиÑи вÑдÑÑÑп","outdent":"ÐменÑиÑи вÑдÑÑÑп"},"smiley":{"options":"ÐпÑÑÑ ÑмайликÑв","title":"ÐÑÑавиÑи Ñмайлик","toolbar":"Смайлик"},"justify":{"block":"Ðо ÑиÑинÑ","center":"Ðо ÑенÑÑÑ","left":"Ðо лÑÐ²Ð¾Ð¼Ñ ÐºÑаÑ","right":"Ðо пÑÐ°Ð²Ð¾Ð¼Ñ ÐºÑаÑ"},"language":{"button":"УÑÑановиÑи мовÑ","remove":"ÐилÑÑиÑи мовÑ"},"link":{"acccessKey":"ÐаÑÑÑа клавÑÑа","advanced":"ÐодаÑкове","advisoryContentType":"Тип вмÑÑÑÑ","advisoryTitle":"Ðаголовок","anchor":{"toolbar":"ÐÑÑавиÑи/РедагÑваÑи ÑкÑÑ","menu":"ÐлаÑÑивоÑÑÑ ÑкоÑÑ","title":"ÐлаÑÑивоÑÑÑ ÑкоÑÑ","name":"Ðм'Ñ ÑкоÑÑ","errorName":"ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ Ñм'Ñ ÑкоÑÑ","remove":"ÐÑибÑаÑи ÑкÑÑ"},"anchorId":"Ðа ÑденÑиÑÑкаÑоÑом елеменÑÑ","anchorName":"Ðа Ñм'Ñм елеменÑÑ","charset":"ÐодÑваннÑ","cssClasses":"ÐÐ»Ð°Ñ CSS","emailAddress":"ÐдÑеÑа ел. поÑÑи","emailBody":"ТÑло повÑдомленнÑ","emailSubject":"Тема лиÑÑа","id":"ÐденÑиÑÑкаÑоÑ","info":"ÐнÑоÑмаÑÑÑ Ð¿Ð¾ÑиланнÑ","langCode":"Ðод мови","langDir":"ÐапÑÑмок мови","langDirLTR":"ÐлÑва напÑаво (LTR)","langDirRTL":"СпÑава налÑво (RTL)","menu":"ÐÑÑавиÑи поÑиланнÑ","name":"Ðм'Ñ","noAnchors":"(Ð ÑÑÐ¾Ð¼Ñ Ð´Ð¾ÐºÑменÑÑ Ð½ÐµÐ¼Ð°Ñ ÑкоÑÑв)","noEmail":"ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ Ð°Ð´ÑÐµÑ ÐµÐ». поÑÑи","noUrl":"ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ URL поÑиланнÑ","other":"<ÑнÑий>","popupDependent":"Ðалежний (Netscape)","popupFeatures":"ÐлаÑÑивоÑÑÑ Ð²Ð¸Ð¿Ð»Ð¸Ð²Ð°ÑÑого вÑкна","popupFullScreen":"Ðовний екÑан (IE)","popupLeft":"ÐозиÑÑÑ Ð·Ð»Ñва","popupLocationBar":"ÐÐ°Ð½ÐµÐ»Ñ Ð»Ð¾ÐºÐ°ÑÑÑ","popupMenuBar":"ÐÐ°Ð½ÐµÐ»Ñ Ð¼ÐµÐ½Ñ","popupResizable":"ÐаÑÑÑабоване","popupScrollBars":"СÑÑÑÑки пÑокÑÑÑки","popupStatusBar":"Ð Ñдок ÑÑаÑÑÑÑ","popupToolbar":"ÐÐ°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв","popupTop":"ÐозиÑÑÑ Ð·Ð²ÐµÑÑ Ñ","rel":"Ðв'Ñзок","selectAnchor":"ÐбеÑÑÑÑ ÑкÑÑ","styles":"СÑÐ¸Ð»Ñ CSS","tabIndex":"ÐоÑлÑдовнÑÑÑÑ Ð¿ÐµÑÐµÑ Ð¾Ð´Ñ","target":"ЦÑлÑ","targetFrame":"<ÑÑейм>","targetFrameName":"Ðм'Ñ ÑÑлÑового ÑÑеймÑ","targetPopup":"<випливаÑÑе вÑкно>","targetPopupName":"Ðм'Ñ Ð²Ð¸Ð¿Ð»Ð¸Ð²Ð°ÑÑого вÑкна","title":"ÐоÑиланнÑ","toAnchor":"ЯкÑÑ Ð½Ð° ÑÑ ÑÑоÑÑнкÑ","toEmail":"Ðл. поÑÑа","toUrl":"URL","toolbar":"ÐÑÑавиÑи/РедагÑваÑи поÑиланнÑ","type":"Тип поÑиланнÑ","unlink":"ÐидалиÑи поÑиланнÑ","upload":"ÐадÑÑлаÑи"},"list":{"bulletedlist":"ÐаÑкÑÑований ÑпиÑок","numberedlist":"ÐÑмеÑований ÑпиÑок"},"liststyle":{"armenian":"ÐÑÑменÑÑка нÑмеÑаÑÑÑ","bulletedTitle":"ÐпÑÑÑ Ð¼Ð°Ñкованого ÑпиÑкÑ","circle":"ÐÑлÑÑе","decimal":"ÐеÑÑÑÐºÐ¾Ð²Ñ (1, 2, 3 Ñ Ñ.д.)","decimalLeadingZero":"ÐеÑÑÑÐºÐ¾Ð²Ñ Ð· нÑлем (01, 02, 03 Ñ Ñ.д.)","disc":"ÐÑÑжеÑок","georgian":"ÐÑÑзинÑÑка нÑмеÑаÑÑÑ (an, ban, gan Ñ Ñ.д.)","lowerAlpha":"ÐÐ°Ð»Ñ Ð»Ð°Ñ. бÑкви (a, b, c, d, e Ñ Ñ.д.)","lowerGreek":"ÐÐ°Ð»Ñ Ð³Ñ. бÑкви (алÑÑа, беÑа, гамма Ñ Ñ.д.)","lowerRoman":"ÐÐ°Ð»Ñ ÑимÑÑÐºÑ (i, ii, iii, iv, v Ñ Ñ.д.)","none":"Ðема","notset":"<не вказано>","numberedTitle":"ÐпÑÑÑ Ð½ÑмеÑованого ÑпиÑкÑ","square":"ÐвадÑаÑик","start":"ÐоÑаÑи з...","type":"Тип","upperAlpha":"ÐÐµÐ»Ð¸ÐºÑ Ð»Ð°Ñ. бÑкви (A, B, C, D, E Ñ Ñ.д.)","upperRoman":"ÐÐµÐ»Ð¸ÐºÑ ÑимÑÑÐºÑ (I, II, III, IV, V Ñ Ñ.д.)","validateStartNumber":"ÐоÑаÑковий Ð½Ð¾Ð¼ÐµÑ ÑпиÑÐºÑ Ð¿Ð¾Ð²Ð¸Ð½ÐµÐ½ бÑÑи ÑÑлим ÑиÑлом."},"magicline":{"title":"ÐÑÑавиÑи абзаÑ"},"maximize":{"maximize":"ÐакÑимÑзÑваÑи","minimize":"ÐÑнÑмÑзÑваÑи"},"newpage":{"toolbar":"Ðова ÑÑоÑÑнка"},"pagebreak":{"alt":"РозÑив СÑоÑÑнки","toolbar":"ÐÑÑавиÑи ÑозÑив ÑÑоÑÑнки"},"pastetext":{"button":"ÐÑÑавиÑи ÑÑлÑки ÑекÑÑ","title":"ÐÑÑавиÑи ÑÑлÑки ÑекÑÑ"},"pastefromword":{"confirmCleanup":"ТекÑÑ, Ñо Ðи намагаÑÑеÑÑ Ð²ÑÑавиÑи, ÑÑ Ð¾Ð¶Ð¸Ð¹ на ÑкопÑйований з Word. ÐажаÑÑе оÑиÑÑиÑи його ÑоÑмаÑÑÐ²Ð°Ð½Ð½Ñ Ð¿ÐµÑед вÑÑавлÑннÑм?","error":"Ðеможливо оÑиÑÑиÑи ÑоÑмаÑÑÐ²Ð°Ð½Ð½Ñ ÑеÑез внÑÑÑÑÑÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÑ.","title":"ÐÑÑавиÑи з Word","toolbar":"ÐÑÑавиÑи з Word"},"preview":{"preview":"ÐопеÑеднÑй пеÑеглÑд"},"print":{"toolbar":"ÐÑÑк"},"removeformat":{"toolbar":"ÐÑиÑÑиÑи ÑоÑмаÑÑваннÑ"},"save":{"toolbar":"ÐбеÑегÑи"},"selectall":{"toolbar":"ÐидÑлиÑи вÑе"},"showblocks":{"toolbar":"ÐоказÑваÑи блоки"},"sourcearea":{"toolbar":"ÐжеÑело"},"specialchar":{"options":"ÐпÑÑÑ","title":"ÐбеÑÑÑÑ ÑпеÑÑалÑний Ñимвол","toolbar":"СпеÑÑалÑний Ñимвол"},"scayt":{"about":"ÐÑо SCAYT","aboutTab":"ÐÑо SCAYT","addWord":"ÐодаÑи Ñлово","allCaps":"ÐÑопÑÑÑиÑи пÑопиÑÐ½Ñ Ñлова","dic_create":"СÑвоÑиÑи","dic_delete":"ÐидалиÑи","dic_field_name":"Ðазва Ñловника","dic_info":"Як пÑавило, коÑиÑÑÑваÑÑÐºÑ Ñловники збеÑÑгаÑÑÑÑÑ Ñ cookie-ÑÐ°Ð¹Ð»Ð°Ñ . Ðднак, cookie-Ñайли маÑÑÑ Ð¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð½Ð° ÑозмÑÑ. ЯкÑо коÑиÑÑÑваÑÑкий Ñловник зÑоÑÑÐ°Ñ Ð² обÑÑÐ·Ñ Ð½Ð°ÑÑÑлÑки, Ñо вже не може бÑÑи збеÑежений Ñ cookie-ÑайлÑ, ÑÐ¾Ð´Ñ Ð¹Ð¾Ð³Ð¾ можна збеÑегÑи на наÑÐ¾Ð¼Ñ ÑеÑвеÑÑ. Щоб збеÑегÑи ÐÐ°Ñ Ð¿ÐµÑÑоналÑний Ñловник на наÑÐ¾Ð¼Ñ ÑеÑвеÑÑ Ð½ÐµÐ¾Ð±Ñ Ñдно вказаÑи Ð½Ð°Ð·Ð²Ñ Ñловника. ЯкÑо Ðи вже збеÑÑгали Ñловник на ÑеÑвеÑÑ, бÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ Ð½Ð°Ð·Ð²Ñ Ð·Ð±ÐµÑеженого Ñловника Ñ Ð½Ð°ÑиÑнÑÑÑ ÐºÐ½Ð¾Ð¿ÐºÑ ÐÑдновиÑи.","dic_rename":"ÐеÑейменÑваÑи","dic_restore":"ÐÑдновиÑи","dictionariesTab":"Словники","disable":"ÐимкнÑÑи SCAYT","emptyDic":"Ðазва Ñловника повинна бÑÑи вказана.","enable":"ÐвÑмкнÑÑи SCAYT","ignore":"ÐÑопÑÑÑиÑи","ignoreAll":"ÐÑопÑÑÑиÑи вÑÑ","ignoreDomainNames":"ÐÑопÑÑÑиÑи Ð´Ð¾Ð¼ÐµÐ½Ð½Ñ Ð½Ð°Ð·Ð²Ð¸","langs":"Ðови","languagesTab":"Ðови","mixedCase":"ÐÑопÑÑÑиÑи Ñлова Ð·Ñ Ð·Ð¼ÑÑаним ÑегÑÑÑÑом","mixedWithDigits":"ÐÑопÑÑÑиÑи Ñлова, Ñо мÑÑÑÑÑÑ ÑиÑÑи","moreSuggestions":"ÐÑлÑÑе ваÑÑанÑÑв","opera_title":"Ðе пÑдÑÑимÑÑÑÑÑÑ Ð² 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":"Ðб'ÑднаÑи ÑпÑава","mergeDown":"Ðб'ÑднаÑи донизÑ","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":"ÐÑлÑкÑÑÑÑ ÑÑовбÑÑв повинна бÑÑи бÑлÑÑÐ¾Ñ 0.","invalidHeight":"ÐиÑоÑа ÑаблиÑÑ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ð° бÑÑи ÑÑлим ÑиÑлом.","invalidRows":"ÐÑлÑкÑÑÑÑ ÑÑдкÑв повинна бÑÑи бÑлÑÑÐ¾Ñ 0.","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 diff --git a/skins/ckeditor/lang/vi.js b/skins/ckeditor/lang/vi.js index 54c81b3..8f1f3b1 100644 --- a/skins/ckeditor/lang/vi.js +++ b/skins/ckeditor/lang/vi.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.vi={dir:'ltr',editorTitle:'Bá» soạn thảo, %1, nhấn ALT + 0 Äá» xem hÆ°á»ng dẫn.',toolbars:'Editor toolbars',editor:'Bá» soạn thảo',source:'Mã HTML',newPage:'Trang má»i',save:'LÆ°u',preview:'Xem trÆ°á»c',cut:'Cắt',copy:'Sao chép',paste:'Dán',print:'In',underline:'Gạch chân',bold:'Äáºm',italic:'Nghiêng',selectAll:'Chá»n tất cả',removeFormat:'Xoá Äá»nh dạng',strike:'Gạch xuyên ngang',subscript:'Chá» sá» dÆ°á»i',superscript:'Chá» sá» trên',horizontalrule:'Chèn ÄÆ°á»ng phân cách ngang',pagebreak:'Chèn ngắt trang',pagebreakAlt:'Page Break',unlink:'Xoá liên kết',undo:'Khôi phục thao tác',redo:'Là m lại thao tác',common:{browseServer:'Duyá»t trên máy chủ',url:'URL',protocol:'Giao thức',upload:'Tải lên',uploadSubmit:'Tải lên máy chủ',image:'Hình ảnh',flash:'Flash',form:'Biá»u mẫu',checkbox:'Nút kiá»m',radio:'Nút chá»n',textField:'TrÆ°á»ng vÄn bản',textarea:'Vùng vÄn bản',hiddenField:'TrÆ°á»ng ẩn',button:'Nút',select:'à chá»n',imageButton:'Nút hình ảnh',notSet:'<không thiết láºp>',id:'Äá»nh danh',name:'Tên',langDir:'HÆ°á»ng ngôn ngữ',langDirLtr:'Trái sang phải (LTR)',langDirRtl:'Phải sang trái (RTL)',langCode:'Mã ngôn ngữ',longDescr:'Mô tả URL',cssClass:'Lá»p Stylesheet',advisoryTitle:'Nhan Äá» hÆ°á»ng dẫn',cssStyle:'Kiá»u (style)',ok:'Äá»ng ý',cancel:'Bá» qua',close:'Äóng',preview:'Xem trÆ°á»c',generalTab:'Tab chung',advancedTab:'Tab má» rá»ng',validateNumberFailed:'Giá trá» nà y không phải là sá».',confirmNewPage:'Má»i thay Äá»i không Äược lÆ°u lại, ná»i dung nà y sẽ bá» mất. Bạn có chắc chắn muá»n tải má»t trang má»i?',confirmCancel:'Má»t và i tùy chá»n Äã bá» thay Äá»i. Bạn có chắc chắn muá»n Äóng há»p thoại?',options:'Tùy chá»n',target:'ÄÃch Äến',targetNew:'Cá»a sá» má»i (_blank)',targetTop:'Cá»a sá» trên cùng (_top)',targetSelf:'Tại trang (_self)',targetParent:'Cá»a sá» cha (_parent)',langDirLTR:'Left to Right (LTR)',langDirRTL:'Right to Left (RTL)',styles:'Style',cssClasses:'Stylesheet Classes',width:'Chiá»u rá»ng',height:'chiá»u cao',align:'Vá» trÃ',alignLeft:'Trái',alignRight:'Phải',alignCenter:'Giữa',alignTop:'Trên',alignMiddle:'Giữa',alignBottom:'DÆ°á»i',invalidHeight:'Chiá»u cao phải là sá» nguyên.',invalidWidth:'Chiá»u rá»ng phải là sá» nguyên.',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 %).',unavailable:'%1<span class="cke_accessibility">, không có</span>'},contextmenu:{options:'Tùy chá»n menu bá» xung'},specialChar:{toolbar:'Chèn ký tá»± Äặc biá»t',title:'Hãy chá»n ký tá»± Äặc biá»t',options:'Tùy chá»n các ký tá»± Äặc biá»t'},link:{toolbar:'Chèn/Sá»a liên kết',other:'<khác>',menu:'Sá»a liên kết',title:'Liên kết',info:'Thông tin liên kết',target:'ÄÃch',upload:'Tải lên',advanced:'Má» rá»ng',type:'Kiá»u liên kết',toUrl:'URL',toAnchor:'Neo trong trang nà y',toEmail:'ThÆ° Äiá»n tá»',targetFrame:'<khung>',targetPopup:'<cá»a sá» popup>',targetFrameName:'Tên khung ÄÃch',targetPopupName:'Tên cá»a sá» Popup',popupFeatures:'Äặc Äiá»m của cá»a sá» Popup',popupResizable:'Có thá» thay Äá»i kÃch cỡ',popupStatusBar:'Thanh trạng thái',popupLocationBar:'Thanh vá» trÃ',popupToolbar:'Thanh công cụ',popupMenuBar:'Thanh Menu',popupFullScreen:'Toà n mà n hình (IE)',popupScrollBars:'Thanh cuá»n',popupDependent:'Phụ thuá»c (Netscape)',popupLeft:'Vá» trà bên trái',popupTop:'Vá» trà phÃa trên',id:'Äá»nh danh',langDir:'HÆ°á»ng ngôn ngữ',langDirLTR:'Trái sang phải (LTR)',langDirRTL:'Phải sang trái (RTL)',acccessKey:'PhÃm há» trợ truy cáºp',name:'Tên',langCode:'Mã ngôn ngữ',tabIndex:'Chá» sá» của Tab',advisoryTitle:'Nhan Äá» hÆ°á»ng dẫn',advisoryContentType:'Ná»i dung hÆ°á»ng dẫn',cssClasses:'Lá»p Stylesheet',charset:'Bảng mã của tà i nguyên Äược liên kết Äến',styles:'Kiá»u (style)',rel:'Relationship',selectAnchor:'Chá»n má»t Äiá»m neo',anchorName:'Theo tên Äiá»m neo',anchorId:'Theo Äá»nh danh thà nh phần',emailAddress:'ThÆ° Äiá»n tá»',emailSubject:'Tiêu Äá» thông Äiá»p',emailBody:'Ná»i dung thông Äiá»p',noAnchors:'(Không có Äiá»m neo nà o trong tà i liá»u)',noUrl:'Hãy ÄÆ°a và o ÄÆ°á»ng dẫn liên kết (URL)',noEmail:'Hãy ÄÆ°a và o Äá»a chá» thÆ° Äiá»n tá»'},anchor:{toolbar:'Chèn/Sá»a Äiá»m neo',menu:'Thuá»c tÃnh Äiá»m neo',title:'Thuá»c tÃnh Äiá»m neo',name:'Tên của Äiá»m neo',errorName:'Hãy nháºp và o tên của Äiá»m neo',remove:'Remove Anchor'},list:{numberedTitle:'Thuá»c tÃnh danh sách có thứ tá»±',bulletedTitle:'Thuá»c tÃnh danh sách không thứ tá»±',type:'Kiá»u loại',start:'Bắt Äầu',validateStartNumber:'List start number must be a whole number.',circle:'Khuyên tròn',disc:'Hình ÄÄ©a',square:'Hình vuông',none:'Không gì cả',notset:'<không thiết láºp>',armenian:'Sá» theo kiá»u Armenian',georgian:'Sá» theo kiá»u Georgian (an, ban, gan...)',lowerRoman:'Sá» La Mã kiá»u thÆ°á»ng (i, ii, iii, iv, v...)',upperRoman:'Sá» La Mã kiá»u HOA (I, II, III, IV, V...)',lowerAlpha:'Kiá»u abc thÆ°á»ng (a, b, c, d, e...)',upperAlpha:'Kiá»u ABC HOA (A, B, C, D, E...)',lowerGreek:'Kiá»u Hy Lạp (alpha, beta, gamma...)',decimal:'Kiá»u sá» (1, 2, 3 ...)',decimalLeadingZero:'Kiá»u sá» (01, 02, 03...)'},findAndReplace:{title:'Tìm kiếm và thay thế',find:'Tìm kiếm',replace:'Thay thế',findWhat:'Tìm chuá»i:',replaceWith:'Thay bằng:',notFoundMsg:'Không tìm thấy chuá»i cần tìm.',matchCase:'Phân biá»t chữ hoa/thÆ°á»ng',matchWord:'Giá»ng toà n bá» từ',matchCyclic:'Giá»ng má»t phần',replaceAll:'Thay thế tất cả',replaceSuccessMsg:'%1 vá» trà Äã Äược thay thế.'},table:{toolbar:'Bảng',title:'Thuá»c tÃnh bảng',menu:'Thuá»c tÃnh bảng',deleteTable:'Xóa bảng',rows:'Sá» hà ng',columns:'Sá» cá»t',border:'KÃch thÆ°á»c ÄÆ°á»ng viá»n',widthPx:'Äiá»m ảnh (px)',widthPc:'Phần trÄm (%)',widthUnit:'ÄÆ¡n vá»',cellSpace:'Khoảng cách giữa các ô',cellPad:'Khoảng Äá»m giữ ô và ná»i dung',caption:'Äầu Äá»',summary:'Tóm lược',headers:'Äầu Äá»',headersNone:'Không có',headersColumn:'Cá»t Äầu tiên',headersRow:'Hà ng Äầu tiên',headersBoth:'Cả hai',invalidRows:'Sá» lượng hà ng phải là má»t sá» lá»n hÆ¡n 0.',invalidCols:'Sá» lượng cá»t phải là má»t sá» lá»n hÆ¡n 0.',invalidBorder:'KÃch cỡ của ÄÆ°á»ng biên phải là má»t sá» nguyên.',invalidWidth:'Chiá»u rá»ng của bảng phải là má»t sá» nguyên.',invalidHeight:'Chiá»u cao của bảng phải là má»t sá» nguyên.',invalidCellSpacing:'Khoảng cách giữa các ô phải là má»t sá» nguyên.',invalidCellPadding:'Khoảng Äá»m giữa ô và ná»i dung phải là má»t sá» nguyên.',cell:{menu:'Ã',insertBefore:'Chèn ô PhÃa trÆ°á»c',insertAfter:'Chèn ô PhÃa sau',deleteCell:'Xoá ô',merge:'Kết hợp ô',mergeRight:'Kết hợp sang phải',mergeDown:'Kết hợp xuá»ng dÆ°á»i',splitHorizontal:'Phân tách ô theo chiá»u ngang',splitVertical:'Phân tách ô theo chiá»u dá»c',title:'Thuá»c tÃnh của ô',cellType:'Kiá»u của ô',rowSpan:'Kết hợp hà ng',colSpan:'Kết hợp cá»t',wordWrap:'Chữ liá»n hà ng',hAlign:'Canh lá» ngang',vAlign:'Canh lá» dá»c',alignBaseline:'ÄÆ°á»ng cÆ¡ sá»',bgColor:'Mà u ná»n',borderColor:'Mà u viá»n',data:'Dữ liá»u',header:'Äầu Äá»',yes:'Có',no:'Không',invalidWidth:'Chiá»u rá»ng của ô phải là má»t sá» nguyên.',invalidHeight:'Chiá»u cao của ô phải là má»t sá» nguyên.',invalidRowSpan:'Sá» hà ng kết hợp phải là má»t sá» nguyên.',invalidColSpan:'Sá» cá»t kết hợp phải là má»t sá» nguyên.',chooseColor:'Chá»n mà u'},row:{menu:'Hà ng',insertBefore:'Chèn hà ng phÃa trÆ°á»c',insertAfter:'Chèn hà ng phÃa sau',deleteRow:'Xoá hà ng'},column:{menu:'Cá»t',insertBefore:'Chèn cá»t phÃa trÆ°á»c',insertAfter:'Chèn cá»t phÃa sau',deleteColumn:'Xoá cá»t'}},button:{title:'Thuá»c tÃnh của nút',text:'Chuá»i hiá»n thá» (giá trá»)',type:'Kiá»u',typeBtn:'Nút bấm',typeSbm:'Nút gá»i',typeRst:'Nút nháºp lại'},checkboxAndRadio:{checkboxTitle:'Thuá»c tÃnh nút kiá»m',radioTitle:'Thuá»c tÃnh nút chá»n',value:'Giá trá»',selected:'Äược chá»n'},form:{title:'Thuá»c tÃnh biá»u mẫu',menu:'Thuá»c tÃnh biá»u mẫu',action:'Hà nh Äá»ng',method:'PhÆ°Æ¡ng thức',encoding:'Bảng mã'},select:{title:'Thuá»c tÃnh ô chá»n',selectInfo:'Thông tin',opAvail:'Các tùy chá»n có thá» sá» dụng',value:'Giá trá»',size:'KÃch cỡ',lines:'dòng',chkMulti:'Cho phép chá»n nhiá»u',opText:'VÄn bản',opValue:'Giá trá»',btnAdd:'Thêm',btnModify:'Thay Äá»i',btnUp:'Lên',btnDown:'Xuá»ng',btnSetValue:'Giá trá» Äược chá»n',btnDelete:'Nút xoá'},textarea:{title:'Thuá»c tÃnh vùng vÄn bản',cols:'Sá» cá»t',rows:'Sá» hà ng'},textfield:{title:'Thuá»c tÃnh trÆ°á»ng vÄn bản',name:'Tên',value:'Giá trá»',charWidth:'Äá» rá»ng của ký tá»±',maxChars:'Sá» ký tá»± tá»i Äa',type:'Kiá»u',typeText:'Ký tá»±',typePass:'Máºt khẩu'},hidden:{title:'Thuá»c tÃnh trÆ°á»ng ẩn',name:'Tên',value:'Giá trá»'},image:{title:'Thuá»c tÃnh của ảnh',titleButton:'Thuá»c tÃnh nút của ảnh',menu:'Thuá»c tÃnh của ảnh',infoTab:'Thông tin của ảnh',btnUpload:'Tải lên máy chủ',upload:'Tải lên',alt:'Chú thÃch ảnh',lockRatio:'Giữ nguyên tá»· lá»',resetSize:'KÃch thÆ°á»c gá»c',border:'ÄÆ°á»ng viá»n',hSpace:'Khoảng Äá»m ngang',vSpace:'Khoảng Äá»m dá»c',alertUrl:'Hãy ÄÆ°a và o ÄÆ°á»ng dẫn của ảnh',linkTab:'Tab liên kết',button2Img:'Bạn có muá»n chuyá»n nút bấm bằng ảnh Äược chá»n thà nh ảnh?',img2Button:'Bạn có muá»n chuyá»n Äá»i ảnh Äược chá»n thà nh nút bấm bằng ảnh?',urlMissing:'Thiếu ÄÆ°á»ng dẫn hình ảnh',validateBorder:'Chiá»u rá»ng của ÄÆ°á»ng viá»n phải là má»t sá» nguyên dÆ°Æ¡ng',validateHSpace:'Khoảng Äá»m ngang phải là má»t sá» nguyên dÆ°Æ¡ng',validateVSpace:'Khoảng Äá»m dá»c phải là má»t sá» nguyên dÆ°Æ¡ng'},flash:{properties:'Thuá»c tÃnh Flash',propertiesTab:'Thuá»c tÃnh',title:'Thuá»c tÃnh Flash',chkPlay:'Tá»± Äá»ng chạy',chkLoop:'Lặp',chkMenu:'Cho phép báºt menu của Flash',chkFull:'Cho phép toà n mà n hình',scale:'Tá»· lá»',scaleAll:'Hiá»n thá» tất cả',scaleNoBorder:'Không ÄÆ°á»ng viá»n',scaleFit:'Vừa vặn',access:'Truy cáºp mã',accessAlways:'Luôn luôn',accessSameDomain:'Cùng tên miá»n',accessNever:'Không bao giá»',alignAbsBottom:'DÆ°á»i tuyá»t Äá»i',alignAbsMiddle:'Giữa tuyá»t Äá»i',alignBaseline:'ÄÆ°á»ng cÆ¡ sá»',alignTextTop:'PhÃa trên chữ',quality:'Chất lượng',qualityBest:'Tá»t nhất',qualityHigh:'Cao',qualityAutoHigh:'Cao tá»± Äá»ng',qualityMedium:'Trung bình',qualityAutoLow:'Thấp tá»± Äá»ng',qualityLow:'Thấp',windowModeWindow:'Cá»a sá»',windowModeOpaque:'Má» Äục',windowModeTransparent:'Trong suá»t',windowMode:'Chế Äá» cá»a sá»',flashvars:'Các biến sá» dà nh cho Flash',bgcolor:'Mà u ná»n',hSpace:'Khoảng Äá»m ngang',vSpace:'Khoảng Äá»m dá»c',validateSrc:'Hãy ÄÆ°a và o ÄÆ°á»ng dẫn liên kết',validateHSpace:'Khoảng Äá»m ngang phải là sá» nguyên.',validateVSpace:'Khoảng Äá»m dá»c phải là sá» nguyên.'},spellCheck:{toolbar:'Kiá»m tra chÃnh tả',title:'Kiá»m tra chÃnh tả',notAvailable:'Xin lá»i, dá»ch vụ nà y hiá»n tại không có.',errorLoading:'Lá»i khi Äang nạp dá»ch vụ ứng dụng: %s.',notInDic:'Không có trong từ Äiá»n',changeTo:'Chuyá»n thà nh',btnIgnore:'Bá» qua',btnIgnoreAll:'Bá» qua tất cả',btnReplace:'Thay thế',btnReplaceAll:'Thay thế tất cả',btnUndo:'Phục há»i lại',noSuggestions:'- Không ÄÆ°a ra gợi ý vá» từ -',progress:'Äang tiến hà nh kiá»m tra chÃnh tả...',noMispell:'Hoà n tất kiá»m tra chÃnh tả: Không có lá»i chÃnh tả',noChanges:'Hoà n tất kiá»m tra chÃnh tả: Không có từ nà o Äược thay Äá»i',oneChange:'Hoà n tất kiá»m tra chÃnh tả: Má»t từ Äã Äược thay Äá»i',manyChanges:'Hoà n tất kiá»m tra chÃnh tả: %1 từ Äã Äược thay Äá»i',ieSpellDownload:'Chức nÄng kiá»m tra chÃnh tả chÆ°a Äược cà i Äặt. Bạn có muá»n tải vá» ngay bây giá»?'},smiley:{toolbar:'Hình biá»u lá» cảm xúc (mặt cÆ°á»i)',title:'Chèn hình biá»u lá» cảm xúc (mặt cÆ°á»i)',options:'Tùy chá»n hình biá»u lá» cảm xúc'},elementsPath:{eleLabel:'Nhãn thà nh phần',eleTitle:'%1 thà nh phần'},numberedlist:'Danh sách có thứ tá»±',bulletedlist:'Danh sách không thứ tá»±',indent:'Dá»ch và o trong',outdent:'Dá»ch ra ngoà i',justify:{left:'Canh trái',center:'Canh giữa',right:'Canh phải',block:'Canh Äá»u'},blockquote:'Khá»i trÃch dẫn',clipboard:{title:'Dán',cutError:'Các thiết láºp bảo máºt của trình duyá»t không cho phép trình biên táºp tá»± Äá»ng thá»±c thi lá»nh cắt. Hãy sá» dụng bà n phÃm cho lá»nh nà y (Ctrl/Cmd+X).',copyError:'Các thiết láºp bảo máºt của trình duyá»t không cho phép trình biên táºp tá»± Äá»ng thá»±c thi lá»nh sao chép. Hãy sá» dụng bà n phÃm cho lá»nh nà y (Ctrl/Cmd+C).',pasteMsg:'Hãy dán ná»i dung và o trong khung bên dÆ°á»i, sá» dụng tá» hợp phÃm (<STRONG>Ctrl/Cmd+V</STRONG>) và nhấn và o nút <STRONG>Äá»ng ý</STRONG>.',securityMsg:'Do thiết láºp bảo máºt của trình duyá»t nên trình biên táºp không thá» truy cáºp trá»±c tiếp và o ná»i dung Äã sao chép. Bạn cần phải dán lại ná»i dung và o cá»a sá» nà y.',pasteArea:'Khu vá»±c dán'},pastefromword:{confirmCleanup:'VÄn bản bạn muá»n dán có kèm Äá»nh dạng của Word. Bạn có muá»n loại bá» Äá»nh dạng Word trÆ°á»c khi dán?',toolbar:'Dán vá»i Äá»nh dạng Word',title:'Dán vá»i Äá»nh dạng Word',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'Dán theo Äá»nh dạng vÄn bản thuần',title:'Dán theo Äá»nh dạng vÄn bản thuần'},templates:{button:'Mẫu dá»±ng sẵn',title:'Ná»i dung Mẫu dá»±ng sẵn',options:'Tùy chá»n mẫu dá»±ng sẵn',insertOption:'Thay thế ná»i dung hiá»n tại',selectPromptMsg:'Hãy chá»n mẫu dá»±ng sẵn Äá» má» trong trình biên táºp<br>(ná»i dung hiá»n tại sẽ bá» mất):',emptyListMsg:'(Không có mẫu dá»±ng sẵn nà o Äược Äá»nh nghÄ©a)'},showBlocks:'Hiá»n thá» các khá»i',stylesCombo:{label:'Kiá»u',panelTitle:'Phong cách Äá»nh dạng',panelTitle1:'Kiá»u khá»i',panelTitle2:'Kiá»u trá»±c tiếp',panelTitle3:'Kiá»u Äá»i tượng'},format:{label:'Äá»nh dạng',panelTitle:'Äá»nh dạng',tag_p:'Bình thÆ°á»ng (P)',tag_pre:'Äã thiết láºp',tag_address:'Address',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_div:'Bình thÆ°á»ng (DIV)'},div:{title:'Tạo khá»i các thà nh phần',toolbar:'Tạo khá»i các thà nh phần',cssClassInputLabel:'Các lá»p CSS',styleSelectLabel:'Kiá»u (style)',IdInputLabel:'Äá»nh danh (id)',languageCodeInputLabel:'Mã ngôn ngữ',inlineStyleInputLabel:'Kiá»u ná»i dòng',advisoryTitleInputLabel:'Nhan Äá» hÆ°á»ng dẫn',langDirLabel:'HÆ°á»ng ngôn ngữ',langDirLTRLabel:'Trái sang phải (LTR)',langDirRTLLabel:'Phải qua trái (RTL)',edit:'Chá»nh sá»a',remove:'Xóa bá»'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'Phông',voiceLabel:'Phông',panelTitle:'Phông'},fontSize:{label:'Cỡ chữ',voiceLabel:'KÃch cỡ phông',panelTitle:'Cỡ chữ'},colorButton:{textColorTitle:'Mà u chữ',bgColorTitle:'Mà u ná»n',panelTitle:'Mà u sắc',auto:'Tá»± Äá»ng',more:'Mà u khác...'},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'},scayt:{title:'Kiá»m tra chÃnh tả ngay khi gõ chữ (SCAYT)',opera_title:'Không há» trợ trên trình duyá»t Opera',enable:'Báºt SCAYT',disable:'Tắt SCAYT',about:'Thông tin vá» SCAYT',toggle:'Báºt tắt SCAYT',options:'Tùy chá»n',langs:'Ngôn ngữ',moreSuggestions:'Äá» xuất thêm',ignore:'Bá» qua',ignoreAll:'Bá» qua tất cả',addWord:'Thêm từ',emptyDic:'Tên của từ Äiá»n không Äược Äá» trá»ng.',optionsTab:'Tùy chá»n',allCaps:'Không phân biá»t chữ HOA chữ thÆ°á»ng',ignoreDomainNames:'Bá» qua tên miá»n',mixedCase:'Không phân biá»t loại chữ',mixedWithDigits:'Không phân biá»t chữ và sá»',languagesTab:'Tab ngôn ngữ',dictionariesTab:'Từ Äiá»n',dic_field_name:'Tên từ Äiá»n',dic_create:'Tạo',dic_restore:'Phục há»i',dic_delete:'Xóa',dic_rename:'Thay tên',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.',aboutTab:'Thông tin'},about:{title:'Thông tin vá» CKEditor',dlgTitle:'Thông tin vá» CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'Vui lòng ghé thÄm trang web của chúng tôi Äá» có thông tin vá» giấy phép:',copy:'Bản quyá»n © $1. Giữ toà n quyá»n.'},maximize:'Phóng to tá»i Äa',minimize:'Thu nhá»',fakeobjects:{anchor:'Äiá»m neo',flash:'Flash',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'Äá»i tượng không rõ rà ng'},resize:'Kéo rê Äá» thay Äá»i kÃch cỡ',colordialog:{title:'Chá»n mà u',options:'Color Options',highlight:'Mà u chá»n',selected:'Mà u Äã chá»n',clear:'Xóa bá»'},toolbarCollapse:'Thu gá»n thanh công cụ',toolbarExpand:'Má» rá»ng thnah công cụ',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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'Thuá»c tÃnh Tà i liá»u',title:'Thuá»c tÃnh Tà i liá»u',design:'Design',meta:'Siêu dữ liá»u',chooseColor:'Chá»n mà u',other:'<khác>',docTitle:'Tiêu Äá» Trang',charset:'Bảng mã ký tá»±',charsetOther:'Bảng mã ký tá»± khác',charsetASCII:'ASCII',charsetCE:'Trung Ãu',charsetCT:'Tiếng Trung Quá»c (Big5)',charsetCR:'Tiếng Kirin',charsetGR:'Tiếng Hy Lạp',charsetJP:'Tiếng Nháºt',charsetKR:'Tiếng Hà n',charsetTR:'Tiếng Thá» NhÄ© Kỳ',charsetUN:'Unicode (UTF-8)',charsetWE:'Tây Ãu',docType:'Kiá»u Äá» mục Tà i liá»u',docTypeOther:'Kiá»u Äá» mục Tà i liá»u khác',xhtmlDec:'Bao gá»m cả Äá»nh nghÄ©a XHTML',bgColor:'Mà u ná»n',bgImage:'URL của Hình ảnh ná»n',bgFixed:'Không cuá»n ná»n',txtColor:'Mà u chữ',margin:'ÄÆ°á»ng biên của Trang',marginTop:'Trên',marginLeft:'Trái',marginRight:'Phải',marginBottom:'DÆ°á»i',metaKeywords:'Các từ khóa chá» mục tà i liá»u (phân cách bá»i dấu phẩy)',metaDescription:'Mô tả tà i liá»u',metaAuthor:'Tác giả',metaCopyright:'Bản quyá»n',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['vi']={"editor":"Bá» soạn thảo vÄn bản có Äá»nh dạng","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Nhấn ALT + 0 Äá» Äược giúp Äỡ","browseServer":"Duyá»t máy chủ","url":"URL","protocol":"Giao thức","upload":"Tải lên","uploadSubmit":"Tải lên máy chủ","image":"Hình ảnh","flash":"Flash","form":"Biá»u mẫu","checkbox":"Nút kiá»m","radio":"Nút chá»n","textField":"TrÆ°á»ng vÄn bản","textarea":"Vùng vÄn bản","hiddenField":"TrÆ°á»ng ẩn","button":"Nút","select":"à chá»n","imageButton":"Nút hình ảnh","notSet":"<không thiết láºp>","id":"Äá»nh danh","name":"Tên","langDir":"HÆ°á»ng ngôn ngữ","langDirLtr":"Trái sang phải (LTR)","langDirRtl":"Phải sang trái (RTL)","langCode":"Mã ngôn ngữ","longDescr":"Mô tả URL","cssClass":"Lá»p Stylesheet","advisoryTitle":"Nhan Äá» hÆ°á»ng dẫn","cssStyle":"Kiá»u (style)","ok":"Äá»ng ý","cancel":"Bá» qua","close":"Äóng","preview":"Xem trÆ°á»c","resize":"Kéo rê Äá» thay Äá»i kÃch cỡ","generalTab":"Tab chung","advancedTab":"Tab má» rá»ng","validateNumberFailed":"Giá trá» nà y không phải là sá».","confirmNewPage":"Má»i thay Äá»i không Äược lÆ°u lại, ná»i dung nà y sẽ bá» mất. Bạn có chắc chắn muá»n tải má»t trang má»i?","confirmCancel":"Má»t và i tùy chá»n Äã bá» thay Äá»i. Bạn có chắc chắn muá»n Äóng há»p thoại?","options":"Tùy chá»n","target":"ÄÃch Äến","targetNew":"Cá»a sá» má»i (_blank)","targetTop":"Cá»a sá» trên cùng (_top)","targetSelf":"Tại trang (_self)","targetParent":"Cá»a sá» cha (_parent)","langDirLTR":"Trái sang phải (LTR)","langDirRTL":"Phải sang trái (RTL)","styles":"Kiá»u","cssClasses":"Lá»p CSS","width":"Chiá»u rá»ng","height":"chiá»u cao","align":"Vá» trÃ","alignLeft":"Trái","alignRight":"Phải","alignCenter":"Giữa","alignTop":"Trên","alignMiddle":"Giữa","alignBottom":"DÆ°á»i","invalidValue":"Giá trá» không hợp lá».","invalidHeight":"Chiá»u cao phải là sá» nguyên.","invalidWidth":"Chiá»u rá»ng phải là sá» nguyên.","invalidCssLength":"Giá trá» quy Äá»nh cho trÆ°á»ng \"%1\" phải là má»t sá» dÆ°Æ¡ng có hoặc không có má»t ÄÆ¡n vá» Äo CSS hợp lá» (px, %, in, cm, mm, em, ex, pt, hoặc pc).","invalidHtmlLength":"Giá trá» quy Äá»nh cho trÆ°á»ng \"%1\" phải là má»t sá» dÆ°Æ¡ng có hoặc không có má»t ÄÆ¡n vá» Äo HTML hợp lá» (px hoặc %).","invalidInlineStyle":"Giá trá» quy Äá»nh cho kiá»u ná»i tuyến phải bao gá»m má»t hoặc nhiá»u dữ liá»u vá»i Äá»nh dạng \"tên:giá trá»\", cách nhau bằng dấu chấm phẩy.","cssLengthTooltip":"Nháºp má»t giá trá» theo pixel hoặc má»t sá» vá»i má»t ÄÆ¡n vá» CSS hợp lá» (px, %, in, cm, mm, em, ex, pt, hoặc pc).","unavailable":"%1<span class=\"cke_accessibility\">, không có</span>"},"about":{"copy":"Bản quyá»n © $1. Giữ toà n quyá»n.","dlgTitle":"Thông tin vá» CKEditor","help":"Kiá»m tra $1 Äá» Äược giúp Äỡ.","moreInfo":"Vui lòng ghé thÄm trang web của chúng tôi Äá» có thông tin vá» giấy phép:","title":"Thông tin vá» CKEditor","userGuide":"HÆ°á»ng dẫn sá» dụng CKEditor"},"basicstyles":{"bold":"Äáºm","italic":"Nghiêng","strike":"Gạch xuyên ngang","subscript":"Chá» sá» dÆ°á»i","superscript":"Chá» sá» trên","underline":"Gạch chân"},"bidi":{"ltr":"VÄn bản hÆ°á»ng từ trái sang phải","rtl":"VÄn bản hÆ°á»ng từ phải sang trái"},"blockquote":{"toolbar":"Khá»i trÃch dẫn"},"clipboard":{"copy":"Sao chép","copyError":"Các thiết láºp bảo máºt của trình duyá»t không cho phép trình biên táºp tá»± Äá»ng thá»±c thi lá»nh sao chép. Hãy sá» dụng bà n phÃm cho lá»nh nà y (Ctrl/Cmd+C).","cut":"Cắt","cutError":"Các thiết láºp bảo máºt của trình duyá»t không cho phép trình biên táºp tá»± Äá»ng thá»±c thi lá»nh cắt. Hãy sá» dụng bà n phÃm cho lá»nh nà y (Ctrl/Cmd+X).","paste":"Dán","pasteArea":"Khu vá»±c dán","pasteMsg":"Hãy dán ná»i dung và o trong khung bên dÆ°á»i, sá» dụng tá» hợp phÃm (<STRONG>Ctrl/Cmd+V</STRONG>) và nhấn và o nút <STRONG>Äá»ng ý</STRONG>.","securityMsg":"Do thiết láºp bảo máºt của trình duyá»t nên trình biên táºp không thá» truy cáºp trá»±c tiếp và o ná»i dung Äã sao chép. Bạn cần phải dán lại ná»i dung và o cá»a sá» nà y.","title":"Dán"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Tá»± Äá»ng","bgColorTitle":"Mà u ná»n","colors":{"000":"Äen","800000":"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo","696969":"Dark Gray","B22222":"Fire Brick","A52A2A":"Nâu","DAA520":"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue","800080":"Purple","808080":"Xám","F00":"Äá»","FF8C00":"Dark Orange","FFD700":"Và ng","008000":"Xanh lá cây","0FF":"Cyan","00F":"Xanh da trá»i","EE82EE":"TÃm","A9A9A9":"Xám tá»i","FFA07A":"Light Salmon","FFA500":"Mà u cam","FFFF00":"Và ng","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":"Trắng"},"more":"Mà u khác...","panelTitle":"Mà u sắc","textColorTitle":"Mà u chữ"},"colordialog":{"clear":"Xóa bá»","highlight":"Mà u chá»n","options":"Tùy chá»n mà u","selected":"Mà u Äã chá»n","title":"Chá»n mà u"},"templates":{"button":"Mẫu dá»±ng sẵn","emptyListMsg":"(Không có mẫu dá»±ng sẵn nà o Äược Äá»nh nghÄ©a)","insertOption":"Thay thế ná»i dung hiá»n tại","options":"Tùy chá»n mẫu dá»±ng sẵn","selectPromptMsg":"Hãy chá»n mẫu dá»±ng sẵn Äá» má» trong trình biên táºp<br>(ná»i dung hiá»n tại sẽ bá» mất):","title":"Ná»i dung Mẫu dá»±ng sẵn"},"contextmenu":{"options":"Tùy chá»n menu bá» xung"},"div":{"IdInputLabel":"Äá»nh danh (id)","advisoryTitleInputLabel":"Nhan Äá» hÆ°á»ng dẫn","cssClassInputLabel":"Các lá»p CSS","edit":"Chá»nh sá»a","inlineStyleInputLabel":"Kiá»u ná»i dòng","langDirLTRLabel":"Trái sang phải (LTR)","langDirLabel":"HÆ°á»ng ngôn ngữ","langDirRTLLabel":"Phải qua trái (RTL)","languageCodeInputLabel":"Mã ngôn ngữ","remove":"Xóa bá»","styleSelectLabel":"Kiá»u (style)","title":"Tạo khá»i các thà nh phần","toolbar":"Tạo khá»i các thà nh phần"},"toolbar":{"toolbarCollapse":"Thu gá»n thanh công cụ","toolbarExpand":"Má» rá»ng thnah công cụ","toolbarGroups":{"document":"Tà i liá»u","clipboard":"Clipboard/Undo","editing":"Chá»nh sá»a","forms":"Bảng biá»u","basicstyles":"Kiá»u cÆ¡ bản","paragraph":"Äoạn","links":"Liên kết","insert":"Chèn","styles":"Kiá»u","colors":"Mà u sắc","tools":"Công cụ"},"toolbars":"Thanh công cụ"},"elementspath":{"eleLabel":"Nhãn thà nh phần","eleTitle":"%1 thà nh phần"},"find":{"find":"Tìm kiếm","findOptions":"Tìm tùy chá»n","findWhat":"Tìm chuá»i:","matchCase":"Phân biá»t chữ hoa/thÆ°á»ng","matchCyclic":"Giá»ng má»t phần","matchWord":"Giá»ng toà n bá» từ","notFoundMsg":"Không tìm thấy chuá»i cần tìm.","replace":"Thay thế","replaceAll":"Thay thế tất cả","replaceSuccessMsg":"%1 vá» trà Äã Äược thay thế.","replaceWith":"Thay bằng:","title":"Tìm kiếm và thay thế"},"fakeobjects":{"anchor":"Äiá»m neo","flash":"Flash","hiddenfield":"TrÆ°á»ng ẩn","iframe":"IFrame","unknown":"Äá»i tượng không rõ rà ng"},"flash":{"access":"Truy cáºp mã","accessAlways":"Luôn luôn","accessNever":"Không bao giá»","accessSameDomain":"Cùng tên miá»n","alignAbsBottom":"DÆ°á»i tuyá»t Äá»i","alignAbsMiddle":"Giữa tuyá»t Äá»i","alignBaseline":"ÄÆ°á»ng cÆ¡ sá»","alignTextTop":"PhÃa trên chữ","bgcolor":"Mà u ná»n","chkFull":"Cho phép toà n mà n hình","chkLoop":"Lặp","chkMenu":"Cho phép báºt menu của Flash","chkPlay":"Tá»± Äá»ng chạy","flashvars":"Các biến sá» dà nh cho Flash","hSpace":"Khoảng Äá»m ngang","properties":"Thuá»c tÃnh Flash","propertiesTab":"Thuá»c tÃnh","quality":"Chất lượng","qualityAutoHigh":"Cao tá»± Äá»ng","qualityAutoLow":"Thấp tá»± Äá»ng","qualityBest":"Tá»t nhất","qualityHigh":"Cao","qualityLow":"Thấp","qualityMedium":"Trung bình","scale":"Tá»· lá»","scaleAll":"Hiá»n thá» tất cả","scaleFit":"Vừa vặn","scaleNoBorder":"Không ÄÆ°á»ng viá»n","title":"Thuá»c tÃnh Flash","vSpace":"Khoảng Äá»m dá»c","validateHSpace":"Khoảng Äá»m ngang phải là sá» nguyên.","validateSrc":"Hãy ÄÆ°a và o ÄÆ°á»ng dẫn liên kết","validateVSpace":"Khoảng Äá»m dá»c phải là sá» nguyên.","windowMode":"Chế Äá» cá»a sá»","windowModeOpaque":"Má» Äục","windowModeTransparent":"Trong suá»t","windowModeWindow":"Cá»a sá»"},"font":{"fontSize":{"label":"Cỡ chữ","voiceLabel":"KÃch cỡ phông","panelTitle":"Cỡ chữ"},"label":"Phông","panelTitle":"Phông","voiceLabel":"Phông"},"forms":{"button":{"title":"Thuá»c tÃnh của nút","text":"Chuá»i hiá»n thá» (giá trá»)","type":"Kiá»u","typeBtn":"Nút bấm","typeSbm":"Nút gá»i","typeRst":"Nút nháºp lại"},"checkboxAndRadio":{"checkboxTitle":"Thuá»c tÃnh nút kiá»m","radioTitle":"Thuá»c tÃnh nút chá»n","value":"Giá trá»","selected":"Äược chá»n"},"form":{"title":"Thuá»c tÃnh biá»u mẫu","menu":"Thuá»c tÃnh biá»u mẫu","action":"Hà nh Äá»ng","method":"PhÆ°Æ¡ng thức","encoding":"Bảng mã"},"hidden":{"title":"Thuá»c tÃnh trÆ°á»ng ẩn","name":"Tên","value":"Giá trá»"},"select":{"title":"Thuá»c tÃnh ô chá»n","selectInfo":"Thông tin","opAvail":"Các tùy chá»n có thá» sá» dụng","value":"Giá trá»","size":"KÃch cỡ","lines":"dòng","chkMulti":"Cho phép chá»n nhiá»u","opText":"VÄn bản","opValue":"Giá trá»","btnAdd":"Thêm","btnModify":"Thay Äá»i","btnUp":"Lên","btnDown":"Xuá»ng","btnSetValue":"Giá trá» Äược chá»n","btnDelete":"Nút xoá"},"textarea":{"title":"Thuá»c tÃnh vùng vÄn bản","cols":"Sá» cá»t","rows":"Sá» hà ng"},"textfield":{"title":"Thuá»c tÃnh trÆ°á»ng vÄn bản","name":"Tên","value":"Giá trá»","charWidth":"Äá» rá»ng của ký tá»±","maxChars":"Sá» ký tá»± tá»i Äa","type":"Kiá»u","typeText":"Ký tá»±","typePass":"Máºt khẩu","typeEmail":"Email","typeSearch":"Tìm kiếm","typeTel":"Sá» Äiá»n thoại","typeUrl":"URL"}},"format":{"label":"Äá»nh dạng","panelTitle":"Äá»nh dạng","tag_address":"Address","tag_div":"Bình thÆ°á»ng (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":"Bình thÆ°á»ng (P)","tag_pre":"Äã thiết láºp"},"horizontalrule":{"toolbar":"Chèn ÄÆ°á»ng phân cách ngang"},"iframe":{"border":"Hiá»n thá» viá»n khung","noUrl":"Vui lòng nháºp Äá»a chá» iframe","scrolling":"KÃch hoạt thanh cuá»n","title":"Thuá»c tÃnh iframe","toolbar":"Iframe"},"image":{"alertUrl":"Hãy ÄÆ°a và o ÄÆ°á»ng dẫn của ảnh","alt":"Chú thÃch ảnh","border":"ÄÆ°á»ng viá»n","btnUpload":"Tải lên máy chủ","button2Img":"Bạn có muá»n chuyá»n nút bấm bằng ảnh Äược chá»n thà nh ảnh?","hSpace":"Khoảng Äá»m ngang","img2Button":"Bạn có muá»n chuyá»n Äá»i ảnh Äược chá»n thà nh nút bấm bằng ảnh?","infoTab":"Thông tin của ảnh","linkTab":"Tab liên kết","lockRatio":"Giữ nguyên tá»· lá»","menu":"Thuá»c tÃnh của ảnh","resetSize":"KÃch thÆ°á»c gá»c","title":"Thuá»c tÃnh của ảnh","titleButton":"Thuá»c tÃnh nút của ảnh","upload":"Tải lên","urlMissing":"Thiếu ÄÆ°á»ng dẫn hình ảnh","vSpace":"Khoảng Äá»m dá»c","validateBorder":"Chiá»u rá»ng của ÄÆ°á»ng viá»n phải là má»t sá» nguyên dÆ°Æ¡ng","validateHSpace":"Khoảng Äá»m ngang phải là má»t sá» nguyên dÆ°Æ¡ng","validateVSpace":"Khoảng Äá»m dá»c phải là má»t sá» nguyên dÆ°Æ¡ng"},"indent":{"indent":"Dá»ch và o trong","outdent":"Dá»ch ra ngoà i"},"smiley":{"options":"Tùy chá»n hình biá»u lá» cảm xúc","title":"Chèn hình biá»u lá» cảm xúc (mặt cÆ°á»i)","toolbar":"Hình biá»u lá» cảm xúc (mặt cÆ°á»i)"},"justify":{"block":"Canh Äá»u","center":"Canh giữa","left":"Canh trái","right":"Canh phải"},"language":{"button":"Set language","remove":"Remove language"},"link":{"acccessKey":"PhÃm há» trợ truy cáºp","advanced":"Má» rá»ng","advisoryContentType":"Ná»i dung hÆ°á»ng dẫn","advisoryTitle":"Nhan Äá» hÆ°á»ng dẫn","anchor":{"toolbar":"Chèn/Sá»a Äiá»m neo","menu":"Thuá»c tÃnh Äiá»m neo","title":"Thuá»c tÃnh Äiá»m neo","name":"Tên của Äiá»m neo","errorName":"Hãy nháºp và o tên của Äiá»m neo","remove":"Xóa neo"},"anchorId":"Theo Äá»nh danh thà nh phần","anchorName":"Theo tên Äiá»m neo","charset":"Bảng mã của tà i nguyên Äược liên kết Äến","cssClasses":"Lá»p Stylesheet","emailAddress":"ThÆ° Äiá»n tá»","emailBody":"Ná»i dung thông Äiá»p","emailSubject":"Tiêu Äá» thông Äiá»p","id":"Äá»nh danh","info":"Thông tin liên kết","langCode":"Mã ngôn ngữ","langDir":"HÆ°á»ng ngôn ngữ","langDirLTR":"Trái sang phải (LTR)","langDirRTL":"Phải sang trái (RTL)","menu":"Sá»a liên kết","name":"Tên","noAnchors":"(Không có Äiá»m neo nà o trong tà i liá»u)","noEmail":"Hãy ÄÆ°a và o Äá»a chá» thÆ° Äiá»n tá»","noUrl":"Hãy ÄÆ°a và o ÄÆ°á»ng dẫn liên kết (URL)","other":"<khác>","popupDependent":"Phụ thuá»c (Netscape)","popupFeatures":"Äặc Äiá»m của cá»a sá» Popup","popupFullScreen":"Toà n mà n hình (IE)","popupLeft":"Vá» trà bên trái","popupLocationBar":"Thanh vá» trÃ","popupMenuBar":"Thanh Menu","popupResizable":"Có thá» thay Äá»i kÃch cỡ","popupScrollBars":"Thanh cuá»n","popupStatusBar":"Thanh trạng thái","popupToolbar":"Thanh công cụ","popupTop":"Vá» trà phÃa trên","rel":"Quan há»","selectAnchor":"Chá»n má»t Äiá»m neo","styles":"Kiá»u (style)","tabIndex":"Chá» sá» của Tab","target":"ÄÃch","targetFrame":"<khung>","targetFrameName":"Tên khung ÄÃch","targetPopup":"<cá»a sá» popup>","targetPopupName":"Tên cá»a sá» Popup","title":"Liên kết","toAnchor":"Neo trong trang nà y","toEmail":"ThÆ° Äiá»n tá»","toUrl":"URL","toolbar":"Chèn/Sá»a liên kết","type":"Kiá»u liên kết","unlink":"Xoá liên kết","upload":"Tải lên"},"list":{"bulletedlist":"Chèn/Xoá Danh sách không thứ tá»±","numberedlist":"Chèn/Xoá Danh sách có thứ tá»±"},"liststyle":{"armenian":"Sá» theo kiá»u Armenian","bulletedTitle":"Thuá»c tÃnh danh sách không thứ tá»±","circle":"Khuyên tròn","decimal":"Kiá»u sá» (1, 2, 3 ...)","decimalLeadingZero":"Kiá»u sá» (01, 02, 03...)","disc":"Hình ÄÄ©a","georgian":"Sá» theo kiá»u Georgian (an, ban, gan...)","lowerAlpha":"Kiá»u abc thÆ°á»ng (a, b, c, d, e...)","lowerGreek":"Kiá»u Hy Lạp (alpha, beta, gamma...)","lowerRoman":"Sá» La Mã kiá»u thÆ°á»ng (i, ii, iii, iv, v...)","none":"Không gì cả","notset":"<không thiết láºp>","numberedTitle":"Thuá»c tÃnh danh sách có thứ tá»±","square":"Hình vuông","start":"Bắt Äầu","type":"Kiá»u loại","upperAlpha":"Kiá»u ABC HOA (A, B, C, D, E...)","upperRoman":"Sá» La Mã kiá»u HOA (I, II, III, IV, V...)","validateStartNumber":"Sá» bắt Äầu danh sách phải là má»t sá» nguyên."},"magicline":{"title":"Chèn Äoạn và o Äây"},"maximize":{"maximize":"Phóng to tá»i Äa","minimize":"Thu nhá»"},"newpage":{"toolbar":"Trang má»i"},"pagebreak":{"alt":"Ngắt trang","toolbar":"Chèn ngắt trang"},"pastetext":{"button":"Dán theo Äá»nh dạng vÄn bản thuần","title":"Dán theo Äá»nh dạng vÄn bản thuần"},"pastefromword":{"confirmCleanup":"VÄn bản bạn muá»n dán có kèm Äá»nh dạng của Word. Bạn có muá»n loại bá» Äá»nh dạng Word trÆ°á»c khi dán?","error":"Không thá» Äá» là m sạch các dữ liá»u dán do má»t lá»i ná»i bá»","title":"Dán vá»i Äá»nh dạng Word","toolbar":"Dán vá»i Äá»nh dạng Word"},"preview":{"preview":"Xem trÆ°á»c"},"print":{"toolbar":"In"},"removeformat":{"toolbar":"Xoá Äá»nh dạng"},"save":{"toolbar":"LÆ°u"},"selectall":{"toolbar":"Chá»n tất cả"},"showblocks":{"toolbar":"Hiá»n thá» các khá»i"},"sourcearea":{"toolbar":"Mã HTML"},"specialchar":{"options":"Tùy chá»n các ký tá»± Äặc biá»t","title":"Hãy chá»n ký tá»± Äặc biá»t","toolbar":"Chèn ký tá»± Äặc biá»t"},"scayt":{"about":"Thông tin vá» SCAYT","aboutTab":"Thông tin","addWord":"Thêm từ","allCaps":"Không phân biá»t chữ HOA chữ thÆ°á»ng","dic_create":"Tạo","dic_delete":"Xóa","dic_field_name":"Tên từ Äiá»n","dic_info":"Ban Äầu, từ Äiá»n ngÆ°á»i dùng Äược lÆ°u trữ trong má»t cookie. Tuy nhiên, kÃch thÆ°á»c cookie bá» giá»i hạn. Khi ngÆ°á»i sá» dụng từ Äiá»n phát triá»n Äến Äiá»m không thá» Äược lÆ°u trữ trong cookie, từ Äiá»n sẽ Äược lÆ°u trữ trên máy chủ của chúng tôi. Äá» lÆ°u trữ từ Äiá»n cá nhân của bạn trên máy chủ của chúng tôi, bạn nên xác Äá»nh má»t tên cho từ Äiá»n của bạn. Nếu bạn Äã có má»t cuá»n từ Äiá»n Äược lÆ°u trữ, xin vui lòng gõ tên của nó và nhấn và o nút Khôi phục.","dic_rename":"Thay tên","dic_restore":"Phục há»i","dictionariesTab":"Từ Äiá»n","disable":"Tắt SCAYT","emptyDic":"Tên của từ Äiá»n không Äược Äá» trá»ng.","enable":"Báºt SCAYT","ignore":"Bá» qua","ignoreAll":"Bá» qua tất cả","ignoreDomainNames":"Bá» qua tên miá»n","langs":"Ngôn ngữ","languagesTab":"Tab ngôn ngữ","mixedCase":"Không phân biá»t loại chữ","mixedWithDigits":"Không phân biá»t chữ và sá»","moreSuggestions":"Äá» xuất thêm","opera_title":"Không há» trợ trên trình duyá»t Opera","options":"Tùy chá»n","optionsTab":"Tùy chá»n","title":"Kiá»m tra chÃnh tả ngay khi gõ chữ (SCAYT)","toggle":"Báºt tắt SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Kiá»u","panelTitle":"Phong cách Äá»nh dạng","panelTitle1":"Kiá»u khá»i","panelTitle2":"Kiá»u trá»±c tiếp","panelTitle3":"Kiá»u Äá»i tượng"},"table":{"border":"KÃch thÆ°á»c ÄÆ°á»ng viá»n","caption":"Äầu Äá»","cell":{"menu":"Ã","insertBefore":"Chèn ô PhÃa trÆ°á»c","insertAfter":"Chèn ô PhÃa sau","deleteCell":"Xoá ô","merge":"Kết hợp ô","mergeRight":"Kết hợp sang phải","mergeDown":"Kết hợp xuá»ng dÆ°á»i","splitHorizontal":"Phân tách ô theo chiá»u ngang","splitVertical":"Phân tách ô theo chiá»u dá»c","title":"Thuá»c tÃnh của ô","cellType":"Kiá»u của ô","rowSpan":"Kết hợp hà ng","colSpan":"Kết hợp cá»t","wordWrap":"Chữ liá»n hà ng","hAlign":"Canh lá» ngang","vAlign":"Canh lá» dá»c","alignBaseline":"ÄÆ°á»ng cÆ¡ sá»","bgColor":"Mà u ná»n","borderColor":"Mà u viá»n","data":"Dữ liá»u","header":"Äầu Äá»","yes":"Có","no":"Không","invalidWidth":"Chiá»u rá»ng của ô phải là má»t sá» nguyên.","invalidHeight":"Chiá»u cao của ô phải là má»t sá» nguyên.","invalidRowSpan":"Sá» hà ng kết hợp phải là má»t sá» nguyên.","invalidColSpan":"Sá» cá»t kết hợp phải là má»t sá» nguyên.","chooseColor":"Chá»n mà u"},"cellPad":"Khoảng Äá»m giữ ô và ná»i dung","cellSpace":"Khoảng cách giữa các ô","column":{"menu":"Cá»t","insertBefore":"Chèn cá»t phÃa trÆ°á»c","insertAfter":"Chèn cá»t phÃa sau","deleteColumn":"Xoá cá»t"},"columns":"Sá» cá»t","deleteTable":"Xóa bảng","headers":"Äầu Äá»","headersBoth":"Cả hai","headersColumn":"Cá»t Äầu tiên","headersNone":"Không có","headersRow":"Hà ng Äầu tiên","invalidBorder":"KÃch cỡ của ÄÆ°á»ng biên phải là má»t sá» nguyên.","invalidCellPadding":"Khoảng Äá»m giữa ô và ná»i dung phải là má»t sá» nguyên.","invalidCellSpacing":"Khoảng cách giữa các ô phải là má»t sá» nguyên.","invalidCols":"Sá» lượng cá»t phải là má»t sá» lá»n hÆ¡n 0.","invalidHeight":"Chiá»u cao của bảng phải là má»t sá» nguyên.","invalidRows":"Sá» lượng hà ng phải là má»t sá» lá»n hÆ¡n 0.","invalidWidth":"Chiá»u rá»ng của bảng phải là má»t sá» nguyên.","menu":"Thuá»c tÃnh bảng","row":{"menu":"Hà ng","insertBefore":"Chèn hà ng phÃa trÆ°á»c","insertAfter":"Chèn hà ng phÃa sau","deleteRow":"Xoá hà ng"},"rows":"Sá» hà ng","summary":"Tóm lược","title":"Thuá»c tÃnh bảng","toolbar":"Bảng","widthPc":"Phần trÄm (%)","widthPx":"Äiá»m ảnh (px)","widthUnit":"ÄÆ¡n vá»"},"undo":{"redo":"Là m lại thao tác","undo":"Khôi phục thao tác"},"wsc":{"btnIgnore":"Bá» qua","btnIgnoreAll":"Bá» qua tất cả","btnReplace":"Thay thế","btnReplaceAll":"Thay thế tất cả","btnUndo":"Phục há»i lại","changeTo":"Chuyá»n thà nh","errorLoading":"Lá»i khi Äang nạp dá»ch vụ ứng dụng: %s.","ieSpellDownload":"Chức nÄng kiá»m tra chÃnh tả chÆ°a Äược cà i Äặt. Bạn có muá»n tải vá» ngay bây giá»?","manyChanges":"Hoà n tất kiá»m tra chÃnh tả: %1 từ Äã Äược thay Äá»i","noChanges":"Hoà n tất kiá»m tra chÃnh tả: Không có từ nà o Äược thay Äá»i","noMispell":"Hoà n tất kiá»m tra chÃnh tả: Không có lá»i chÃnh tả","noSuggestions":"- Không ÄÆ°a ra gợi ý vá» từ -","notAvailable":"Xin lá»i, dá»ch vụ nà y hiá»n tại không có.","notInDic":"Không có trong từ Äiá»n","oneChange":"Hoà n tất kiá»m tra chÃnh tả: Má»t từ Äã Äược thay Äá»i","progress":"Äang tiến hà nh kiá»m tra chÃnh tả...","title":"Kiá»m tra chÃnh tả","toolbar":"Kiá»m tra chÃnh tả"}}; \ No newline at end of file diff --git a/skins/ckeditor/lang/zh-cn.js b/skins/ckeditor/lang/zh-cn.js index 87716c1..7d46d92 100644 --- a/skins/ckeditor/lang/zh-cn.js +++ b/skins/ckeditor/lang/zh-cn.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang['zh-cn']={dir:'ltr',editorTitle:'æè§å³æå¾ç¼è¾å¨, %1, æ ALT+0 æ¥ç帮å©ã',toolbars:'Editor toolbars',editor:'æè§å³æå¾ç¼è¾å¨',source:'æºç ',newPage:'æ°å»º',save:'ä¿å',preview:'é¢è§',cut:'åªå',copy:'å¤å¶',paste:'ç²è´´',print:'æå°',underline:'ä¸å线',bold:'å ç²',italic:'å¾æ',selectAll:'å ¨é',removeFormat:'æ¸ é¤æ ¼å¼',strike:'å é¤çº¿',subscript:'ä¸æ ',superscript:'ä¸æ ',horizontalrule:'æå ¥æ°´å¹³çº¿',pagebreak:'æå ¥å页符',pagebreakAlt:'Page Break',unlink:'åæ¶è¶ é¾æ¥',undo:'æ¤æ¶',redo:'éå',common:{browseServer:'æµè§æå¡å¨',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:'详ç»è¯´æå°å',cssClass:'æ ·å¼ç±»å称',advisoryTitle:'æ é¢',cssStyle:'è¡å æ ·å¼',ok:'ç¡®å®',cancel:'åæ¶',close:'å ³é',preview:'é¢è§',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:'åºé¨',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).',invalidHtmlLength:'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',unavailable:'%1<span class="cke_accessibility">, ä¸å¯ç¨</span>'},contextmenu:{options:'å¿«æ·èåé项'},specialChar:{toolbar:'æå ¥ç¹æ®ç¬¦å·',title:'éæ©ç¹æ®ç¬¦å·',options:'ç¹æ®ç¬¦å·é项'},link:{toolbar:'æå ¥/ç¼è¾è¶ é¾æ¥',other:'<å ¶ä»>',menu:'ç¼è¾è¶ é¾æ¥',title:'è¶ é¾æ¥',info:'è¶ é¾æ¥ä¿¡æ¯',target:'ç®æ ',upload:'ä¸ä¼ ',advanced:'é«çº§',type:'è¶ é¾æ¥ç±»å',toUrl:'å°å',toAnchor:'页å éç¹é¾æ¥',toEmail:'çµåé®ä»¶',targetFrame:'<æ¡æ¶>',targetPopup:'<å¼¹åºçªå£>',targetFrameName:'ç®æ æ¡æ¶å称',targetPopupName:'å¼¹åºçªå£å称',popupFeatures:'å¼¹åºçªå£å±æ§',popupResizable:'å¯ç¼©æ¾',popupStatusBar:'ç¶ææ ',popupLocationBar:'å°åæ ',popupToolbar:'å·¥å ·æ ',popupMenuBar:'èåæ ',popupFullScreen:'å ¨å± (IE)',popupScrollBars:'æ»å¨æ¡',popupDependent:'ä¾é (NS)',popupLeft:'å·¦',popupTop:'å³',id:'ID',langDir:'è¯è¨æ¹å',langDirLTR:'ä»å·¦å°å³ (LTR)',langDirRTL:'ä»å³å°å·¦ (RTL)',acccessKey:'访é®é®',name:'å称',langCode:'è¯è¨ä»£ç ',tabIndex:'Tab é®æ¬¡åº',advisoryTitle:'æ é¢',advisoryContentType:'å 容类å',cssClasses:'æ ·å¼ç±»å称',charset:'å符ç¼ç ',styles:'è¡å æ ·å¼',rel:'Relationship',selectAnchor:'éæ©ä¸ä¸ªéç¹',anchorName:'æéç¹å称',anchorId:'æéç¹ ID',emailAddress:'å°å',emailSubject:'主é¢',emailBody:'å 容',noAnchors:'(æ¤æ档没æå¯ç¨çéç¹)',noUrl:'请è¾å ¥è¶ é¾æ¥å°å',noEmail:'请è¾å ¥çµåé®ä»¶å°å'},anchor:{toolbar:'æå ¥/ç¼è¾éç¹é¾æ¥',menu:'éç¹é¾æ¥å±æ§',title:'éç¹é¾æ¥å±æ§',name:'éç¹å称',errorName:'请è¾å ¥éç¹å称',remove:'Remove Anchor'},list:{numberedTitle:'ç¼å·å表å±æ§',bulletedTitle:'项ç®å表å±æ§',type:'æ è®°ç±»å',start:'å¼å§åºå·',validateStartNumber:'å表å¼å§åºå·å¿ 须为æ´æ°æ ¼å¼',circle:'空å¿å',disc:'å®å¿å',square:'å®å¿æ¹å',none:'æ æ è®°',notset:'<没æ设置>',armenian:'ä¼ ç»çäºç¾å°¼äºç¼å·æ¹å¼',georgian:'ä¼ ç»çä¹æ²»äºç¼å·æ¹å¼(an, ban, gan, ç)',lowerRoman:'å°åç½é©¬æ°å(i, ii, iii, iv, v, ç)',upperRoman:'大åç½é©¬æ°å(I, II, III, IV, V, ç)',lowerAlpha:'å°åè±æåæ¯(a, b, c, d, e, ç)',upperAlpha:'大åè±æåæ¯(A, B, C, D, E, ç)',lowerGreek:'å°åå¸è åæ¯(alpha, beta, gamma, ç)',decimal:'æ°å (1, 2, 3, ç)',decimalLeadingZero:'0å¼å¤´çæ°åæ è®°(01, 02, 03, ç)'},findAndReplace:{title:'æ¥æ¾åæ¿æ¢',find:'æ¥æ¾',replace:'æ¿æ¢',findWhat:'æ¥æ¾:',replaceWith:'æ¿æ¢:',notFoundMsg:'æå®ææ¬æ²¡ææ¾å°',matchCase:'åºå大å°å',matchWord:'å ¨åå¹é ',matchCyclic:'循ç¯å¹é ',replaceAll:'å ¨é¨æ¿æ¢',replaceSuccessMsg:'å ±å®æ %1 å¤æ¿æ¢.'},table:{toolbar:'è¡¨æ ¼',title:'è¡¨æ ¼å±æ§',menu:'è¡¨æ ¼å±æ§',deleteTable:'å é¤è¡¨æ ¼',rows:'è¡æ°',columns:'åæ°',border:'è¾¹æ¡',widthPx:'åç´ ',widthPc:'ç¾åæ¯',widthUnit:'宽度åä½',cellSpace:'é´è·',cellPad:'è¾¹è·',caption:'æ é¢',summary:'æè¦',headers:'æ é¢åå æ ¼',headersNone:'æ ',headersColumn:'第ä¸å',headersRow:'第ä¸è¡',headersBoth:'第ä¸åå第ä¸è¡',invalidRows:'æå®çåæ°å¿ 须大äºé¶',invalidCols:'æå®çè¡æ°å¿ 须大äºé¶',invalidBorder:'è¾¹æ¡ç²ç»å¿ 须为æ°åæ ¼å¼',invalidWidth:'è¡¨æ ¼å®½åº¦å¿ é¡»ä¸ºæ°åæ ¼å¼',invalidHeight:'è¡¨æ ¼é«åº¦å¿ 须为æ°åæ ¼å¼',invalidCellSpacing:'åå æ ¼é´è·å¿ 须为æ°åæ ¼å¼',invalidCellPadding:'åå æ ¼å¡«å å¿ é¡»ä¸ºæ°åæ ¼å¼',cell:{menu:'åå æ ¼',insertBefore:'å¨å·¦ä¾§æå ¥åå æ ¼',insertAfter:'å¨å³ä¾§æå ¥åå æ ¼',deleteCell:'å é¤åå æ ¼',merge:'å并åå æ ¼',mergeRight:'åå³å并åå æ ¼',mergeDown:'åä¸å并åå æ ¼',splitHorizontal:'æ°´å¹³æååå æ ¼',splitVertical:'åç´æååå æ ¼',title:'åå æ ¼å±æ§',cellType:'åå æ ¼ç±»å',rowSpan:'纵跨è¡æ°',colSpan:'横跨åæ°',wordWrap:'èªå¨æ¢è¡',hAlign:'水平对é½',vAlign:'åç´å¯¹é½',alignBaseline:'åºçº¿',bgColor:'èæ¯é¢è²',borderColor:'è¾¹æ¡é¢è²',data:'æ°æ®',header:'表头',yes:'æ¯',no:'å¦',invalidWidth:'åå æ ¼å®½åº¦å¿ é¡»ä¸ºæ°åæ ¼å¼',invalidHeight:'åå æ ¼é«åº¦å¿ 须为æ°åæ ¼å¼',invalidRowSpan:'è¡è·¨åº¦å¿ 须为æ´æ°æ ¼å¼',invalidColSpan:'åè·¨åº¦å¿ é¡»ä¸ºæ´æ°æ ¼å¼',chooseColor:'éæ©'},row:{menu:'è¡',insertBefore:'å¨ä¸æ¹æå ¥è¡',insertAfter:'å¨ä¸æ¹æå ¥è¡',deleteRow:'å é¤è¡'},column:{menu:'å',insertBefore:'å¨å·¦ä¾§æå ¥å',insertAfter:'å¨å³ä¾§æå ¥å',deleteColumn:'å é¤å'}},button:{title:'æé®å±æ§',text:'æ ç¾(å¼)',type:'ç±»å',typeBtn:'æé®',typeSbm:'æ交',typeRst:'é设'},checkboxAndRadio:{checkboxTitle:'å¤éæ¡å±æ§',radioTitle:'åéæé®å±æ§',value:'éå®å¼',selected:'å·²å¾é'},form:{title:'表åå±æ§',menu:'表åå±æ§',action:'å¨ä½',method:'æ¹æ³',encoding:'表åç¼ç '},select:{title:'èå/å表å±æ§',selectInfo:'éæ©ä¿¡æ¯',opAvail:'å¯é项',value:'å¼',size:'é«åº¦',lines:'è¡',chkMulti:'å 许å¤é',opText:'é项ææ¬',opValue:'é项å¼',btnAdd:'æ·»å ',btnModify:'ä¿®æ¹',btnUp:'ä¸ç§»',btnDown:'ä¸ç§»',btnSetValue:'设为åå§éå®',btnDelete:'å é¤'},textarea:{title:'å¤è¡ææ¬å±æ§',cols:'å符宽度',rows:'è¡æ°'},textfield:{title:'åè¡ææ¬å±æ§',name:'å称',value:'åå§å¼',charWidth:'å符宽度',maxChars:'æå¤å符æ°',type:'ç±»å',typeText:'ææ¬',typePass:'å¯ç '},hidden:{title:'éèåå±æ§',name:'å称',value:'åå§å¼'},image:{title:'å¾è±¡å±æ§',titleButton:'å¾ååå±æ§',menu:'å¾è±¡å±æ§',infoTab:'å¾è±¡',btnUpload:'ä¸ä¼ å°æå¡å¨ä¸',upload:'ä¸ä¼ ',alt:'æ¿æ¢ææ¬',lockRatio:'éå®æ¯ä¾',resetSize:'åå§å°ºå¯¸',border:'è¾¹æ¡å¤§å°',hSpace:'æ°´å¹³é´è·',vSpace:'åç´é´è·',alertUrl:'请è¾å ¥å¾è±¡å°å',linkTab:'é¾æ¥',button2Img:'ç¡®å®è¦æå½åæé®æ¹å为å¾åå?',img2Button:'ç¡®å®è¦æå½åå¾åæ¹å为æé®å?',urlMissing:'缺å°å¾åæºæ件å°å',validateBorder:'è¾¹æ¡å¤§å°å¿ 须为æ´æ°æ ¼å¼',validateHSpace:'æ°´å¹³é´è·å¿ 须为æ´æ°æ ¼å¼',validateVSpace:'åç´é´è·å¿ 须为æ´æ°æ ¼å¼'},flash:{properties:'Flash å±æ§',propertiesTab:'å±æ§',title:'æ é¢',chkPlay:'èªå¨ææ¾',chkLoop:'循ç¯',chkMenu:'å¯ç¨ Flash èå',chkFull:'å¯ç¨å ¨å±',scale:'缩æ¾',scaleAll:'å ¨é¨æ¾ç¤º',scaleNoBorder:'æ è¾¹æ¡',scaleFit:'ä¸¥æ ¼å¹é ',access:'å 许èæ¬è®¿é®',accessAlways:'æ»æ¯',accessSameDomain:'åå',accessNever:'ä»ä¸',alignAbsBottom:'ç»å¯¹åºé¨',alignAbsMiddle:'ç»å¯¹å± ä¸',alignBaseline:'åºçº¿',alignTextTop:'ææ¬ä¸æ¹',quality:'è´¨é',qualityBest:'æ好',qualityHigh:'é«',qualityAutoHigh:'é«(èªå¨)',qualityMedium:'ä¸(èªå¨)',qualityAutoLow:'ä½(èªå¨)',qualityLow:'ä½',windowModeWindow:'çªä½',windowModeOpaque:'ä¸éæ',windowModeTransparent:'éæ',windowMode:'çªä½æ¨¡å¼',flashvars:'Flash åé',bgcolor:'èæ¯é¢è²',hSpace:'æ°´å¹³é´è·',vSpace:'åç´é´è·',validateSrc:'请è¾å ¥æºæ件å°å',validateHSpace:'æ°´å¹³é´è·å¿ 须为æ°åæ ¼å¼',validateVSpace:'åç´é´è·å¿ 须为æ°åæ ¼å¼'},spellCheck:{toolbar:'æ¼åæ£æ¥',title:'æ¼åæ£æ¥',notAvailable:'æ±æ, æå¡ç®åæä¸å¯ç¨',errorLoading:'å è½½åºè¯¥æå¡ä¸»æºæ¶åºé: %s.',notInDic:'没æå¨åå ¸é',changeTo:'æ´æ¹ä¸º',btnIgnore:'忽ç¥',btnIgnoreAll:'å ¨é¨å¿½ç¥',btnReplace:'æ¿æ¢',btnReplaceAll:'å ¨é¨æ¿æ¢',btnUndo:'æ¤æ¶',noSuggestions:'- 没æ建议 -',progress:'æ£å¨è¿è¡æ¼åæ£æ¥...',noMispell:'æ¼åæ£æ¥å®æ: 没æåç°æ¼åé误',noChanges:'æ¼åæ£æ¥å®æ: 没ææ´æ¹ä»»ä½åè¯',oneChange:'æ¼åæ£æ¥å®æ: æ´æ¹äºä¸ä¸ªåè¯',manyChanges:'æ¼åæ£æ¥å®æ: æ´æ¹äº %1 个åè¯',ieSpellDownload:'æ¼åæ£æ¥æ件è¿æ²¡å®è£ , ä½ æ¯å¦æ³ç°å¨å°±ä¸è½½?'},smiley:{toolbar:'表æ 符',title:'æå ¥è¡¨æ å¾æ ',options:'表æ å¾æ é项'},elementsPath:{eleLabel:'å ç´ è·¯å¾',eleTitle:'%1 å ç´ '},numberedlist:'ç¼å·å表',bulletedlist:'项ç®å表',indent:'å¢å 缩è¿é',outdent:'åå°ç¼©è¿é',justify:{left:'左对é½',center:'å± ä¸',right:'å³å¯¹é½',block:'两端对é½'},blockquote:'åå¼ç¨',clipboard:{title:'ç²è´´',cutError:'æ¨çæµè§å¨å®å ¨è®¾ç½®ä¸å 许ç¼è¾å¨èªå¨æ§è¡åªåæä½, 请使ç¨é®çå¿«æ·é®(Ctrl/Cmd+X)æ¥å®æ',copyError:'æ¨çæµè§å¨å®å ¨è®¾ç½®ä¸å 许ç¼è¾å¨èªå¨æ§è¡å¤å¶æä½, 请使ç¨é®çå¿«æ·é®(Ctrl/Cmd+C)æ¥å®æ',pasteMsg:'请使ç¨é®çå¿«æ·é®(<STRONG>Ctrl/Cmd+V</STRONG>)æå 容ç²è´´å°ä¸é¢çæ¹æ¡éï¼åæ <STRONG>ç¡®å®</STRONG>',securityMsg:'å ä¸ºä½ çæµè§å¨çå®å ¨è®¾ç½®åå , æ¬ç¼è¾å¨ä¸è½ç´æ¥è®¿é®ä½ çåªè´´æ¿å 容, ä½ éè¦å¨æ¬çªå£éæ°ç²è´´ä¸æ¬¡',pasteArea:'ç²è´´åºå'},pastefromword:{confirmCleanup:'æ¨è¦ç²è´´çå 容好åæ¯æ¥èª MS Word, æ¯å¦è¦æ¸ é¤ MS Word æ ¼å¼ååç²è´´?',toolbar:'ä» MS Word ç²è´´',title:'ä» MS Word ç²è´´',error:'ç±äºå é¨é误æ æ³æ¸ çè¦ç²è´´çæ°æ®'},pasteText:{button:'ç²è´´ä¸ºæ æ ¼å¼ææ¬',title:'ç²è´´ä¸ºæ æ ¼å¼ææ¬'},templates:{button:'模æ¿',title:'å 容模æ¿',options:'模æ¿é项',insertOption:'æ¿æ¢å½åå 容',selectPromptMsg:'请éæ©ç¼è¾å¨å 容模æ¿:',emptyListMsg:'(没æ模æ¿)'},showBlocks:'æ¾ç¤ºåºå',stylesCombo:{label:'æ ·å¼',panelTitle:'æ ·å¼',panelTitle1:'å级å ç´ æ ·å¼',panelTitle2:'å èå ç´ æ ·å¼',panelTitle3:'对象å ç´ æ ·å¼'},format:{label:'æ ¼å¼',panelTitle:'æ ¼å¼',tag_p:'æ®é',tag_pre:'å·²ç¼ææ ¼å¼',tag_address:'å°å',tag_h1:'æ é¢ 1',tag_h2:'æ é¢ 2',tag_h3:'æ é¢ 3',tag_h4:'æ é¢ 4',tag_h5:'æ é¢ 5',tag_h6:'æ é¢ 6',tag_div:'段è½(DIV)'},div:{title:'å建 DIV 容å¨',toolbar:'å建 DIV 容å¨',cssClassInputLabel:'æ ·å¼ç±»å称',styleSelectLabel:'æ ·å¼',IdInputLabel:'ID',languageCodeInputLabel:'è¯è¨ä»£ç ',inlineStyleInputLabel:'è¡å æ ·å¼',advisoryTitleInputLabel:'æ é¢',langDirLabel:'è¯è¨æ¹å',langDirLTRLabel:'ä»å·¦å°å³ (LTR)',langDirRTLLabel:'ä»å³å°å·¦ (RTL)',edit:'ç¼è¾ DIV',remove:'ç§»é¤ DIV'},iframe:{title:'iFrameå±æ§',toolbar:'iFrame',noUrl:'请è¾å ¥æ¡æ¶ç URL',scrolling:'å 许æ»å¨æ¡',border:'æ¾ç¤ºæ¡æ¶è¾¹æ¡'},font:{label:'åä½',voiceLabel:'åä½',panelTitle:'åä½'},fontSize:{label:'大å°',voiceLabel:'æå大å°',panelTitle:'大å°'},colorButton:{textColorTitle:'ææ¬é¢è²',bgColorTitle:'èæ¯é¢è²',panelTitle:'é¢è²',auto:'èªå¨',more:'å ¶å®é¢è²...'},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:'ç½'},scayt:{title:'å³æ¶æ¼åæ£æ¥',opera_title:'ä¸æ¯æ Opera æµè§å¨',enable:'å¯ç¨å³æ¶æ¼åæ£æ¥',disable:'ç¦ç¨å³æ¶æ¼åæ£æ¥',about:'å ³äºå³æ¶æ¼åæ£æ¥',toggle:'æå/å¯ç¨å³æ¶æ¼åæ£æ¥',options:'é项',langs:'è¯è¨',moreSuggestions:'æ´å¤æ¼å建议',ignore:'忽ç¥',ignoreAll:'å ¨é¨å¿½ç¥',addWord:'æ·»å åè¯',emptyDic:'åå ¸åä¸åºä¸ºç©º.',optionsTab:'é项',allCaps:'忽ç¥ææ大ååè¯',ignoreDomainNames:'忽ç¥åå',mixedCase:'忽ç¥å¤§å°åæ··åçåè¯',mixedWithDigits:'忽ç¥å¸¦æ°åçåè¯',languagesTab:'è¯è¨',dictionariesTab:'åå ¸',dic_field_name:'åå ¸å称',dic_create:'å建',dic_restore:'è¿å',dic_delete:'å é¤',dic_rename:'éå½å',dic_info:'ä¸å¼å§ç¨æ·è¯å ¸å¨åå¨ Cookie ä¸, ä½æ¯ Cookies ç容éæ¯æéç, å½ç¨æ·è¯å ¸å¢é¿å°è¶ åº Cookie éå¶æ¶å°±æ æ³åå¨åäº, è¿æ¶æ¨å¯ä»¥å°è¯å ¸å¨åå°æ们çæå¡å¨ä¸. è¦ææ¨ç个人è¯å ¸å°å¨åå°æ们çæå¡å¨ä¸çè¯, éè¦ä¸ºæ¨çè¯å ¸æå®ä¸ä¸ªå称, å¦ææ¨å¨æ们çæå¡å¨ä¸å·²ç»æå¨åæä¸ä¸ªè¯å ¸, 请è¾å ¥è¯å ¸å称并æè¿åæé®.',aboutTab:'å ³äº'},about:{title:'å ³äºCKEditor',dlgTitle:'å ³äºCKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'访é®æ们çç½ç«ä»¥è·åæ´å¤å ³äºåè®®çä¿¡æ¯',copy:'Copyright © $1. All rights reserved.'},maximize:'å ¨å±',minimize:'æå°å',fakeobjects:{anchor:'éç¹',flash:'Flash å¨ç»',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'æªç¥å¯¹è±¡'},resize:'ææ½ä»¥æ¹å尺寸',colordialog:{title:'éæ©é¢è²',options:'é¢è²é项',highlight:'é«äº®',selected:'éæ©é¢è²',clear:'æ¸ é¤'},toolbarCollapse:'æå å·¥å ·æ ',toolbarExpand:'å±å¼å·¥å ·æ ',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'},bidi:{ltr:'æåæ¹å为ä»å·¦è³å³',rtl:'æåæ¹å为ä»å³è³å·¦'},docprops:{label:'页é¢å±æ§',title:'页é¢å±æ§',design:'Design',meta:'Meta æ°æ®',chooseColor:'éæ©',other:'<å ¶ä»>',docTitle:'页é¢æ é¢',charset:'å符ç¼ç ',charsetOther:'å ¶å®å符ç¼ç ',charsetASCII:'ASCII',charsetCE:'ä¸æ¬§',charsetCT:'ç¹ä½ä¸æ (Big5)',charsetCR:'西éå°æ',charsetGR:'å¸è æ',charsetJP:'æ¥æ',charsetKR:'é©æ',charsetTR:'åè³å ¶æ',charsetUN:'Unicode (UTF-8)',charsetWE:'西欧',docType:'æ档类å',docTypeOther:'å ¶å®æ档类å',xhtmlDec:'å å« XHTML 声æ',bgColor:'èæ¯é¢è²',bgImage:'èæ¯å¾å',bgFixed:'ä¸æ»å¨èæ¯å¾å',txtColor:'ææ¬é¢è²',margin:'页é¢è¾¹è·',marginTop:'ä¸',marginLeft:'å·¦',marginRight:'å³',marginBottom:'ä¸',metaKeywords:'页é¢ç´¢å¼å ³é®å (ç¨åè§éå·[,]åé)',metaDescription:'页é¢è¯´æ',metaAuthor:'ä½è ',metaCopyright:'çæ',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['zh-cn']={"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":"ç¡®å®","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":"è¾å ¥ä¸ä¸ªè¡¨ç¤ºåç´ å¼çæ°åï¼æå ä¸ä¸ä¸ªææç CSS é¿åº¦åä½(px, %, in, cm, mm, em, ex, pt æ pc)ã","unavailable":"%1<span class=\"cke_accessibility\">ï¼ä¸å¯ç¨</span>"},"about":{"copy":"çæææ © $1ã<br />ä¿çæææå©ã","dlgTitle":"å ³äº CKEditor","help":"è®¿é® $1 以è·å帮å©ã","moreInfo":"ç¸å ³ææ许å¯ä¿¡æ¯è¯·è®¿é®æ们çç½ç«ï¼","title":"å ³äº CKEditor","userGuide":"CKEditor ç¨æ·å导"},"basicstyles":{"bold":"å ç²","italic":"å¾æ","strike":"å é¤çº¿","subscript":"ä¸æ ","superscript":"ä¸æ ","underline":"ä¸å线"},"bidi":{"ltr":"æåæ¹å为ä»å·¦è³å³","rtl":"æåæ¹å为ä»å³è³å·¦"},"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":"ç²è´´"},"button":{"selectedLabel":"å·²éä¸ %1 项"},"colorbutton":{"auto":"èªå¨","bgColorTitle":"èæ¯é¢è²","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":"ç½"},"more":"å ¶å®é¢è²...","panelTitle":"é¢è²","textColorTitle":"ææ¬é¢è²"},"colordialog":{"clear":"æ¸ é¤","highlight":"é«äº®","options":"é¢è²é项","selected":"éæ©é¢è²","title":"éæ©é¢è²"},"templates":{"button":"模æ¿","emptyListMsg":"(没æ模æ¿)","insertOption":"æ¿æ¢å½åå 容","options":"模æ¿é项","selectPromptMsg":"请éæ©è¦å¨ç¼è¾å¨ä¸ä½¿ç¨ç模æ¿ï¼","title":"å 容模æ¿"},"contextmenu":{"options":"å¿«æ·èåé项"},"div":{"IdInputLabel":"ID","advisoryTitleInputLabel":"æ é¢","cssClassInputLabel":"æ ·å¼ç±»å称","edit":"ç¼è¾ DIV","inlineStyleInputLabel":"è¡å æ ·å¼","langDirLTRLabel":"ä»å·¦å°å³ (LTR)","langDirLabel":"è¯è¨æ¹å","langDirRTLLabel":"ä»å³å°å·¦ (RTL)","languageCodeInputLabel":"è¯è¨ä»£ç ","remove":"ç§»é¤ DIV","styleSelectLabel":"æ ·å¼","title":"å建 DIV 容å¨","toolbar":"å建 DIV 容å¨"},"toolbar":{"toolbarCollapse":"æå å·¥å ·æ ","toolbarExpand":"å±å¼å·¥å ·æ ","toolbarGroups":{"document":"ææ¡£","clipboard":"åªè´´æ¿/æ¤é","editing":"ç¼è¾","forms":"表å","basicstyles":"åºæ¬æ ¼å¼","paragraph":"段è½","links":"é¾æ¥","insert":"æå ¥","styles":"æ ·å¼","colors":"é¢è²","tools":"å·¥å ·"},"toolbars":"å·¥å ·æ "},"elementspath":{"eleLabel":"å ç´ è·¯å¾","eleTitle":"%1 å ç´ "},"find":{"find":"æ¥æ¾","findOptions":"æ¥æ¾é项","findWhat":"æ¥æ¾:","matchCase":"åºå大å°å","matchCyclic":"循ç¯å¹é ","matchWord":"å ¨åå¹é ","notFoundMsg":"æå®çææ¬æ²¡ææ¾å°ã","replace":"æ¿æ¢","replaceAll":"å ¨é¨æ¿æ¢","replaceSuccessMsg":"å ±å®æ %1 å¤æ¿æ¢ã","replaceWith":"æ¿æ¢:","title":"æ¥æ¾åæ¿æ¢"},"fakeobjects":{"anchor":"éç¹","flash":"Flash å¨ç»","hiddenfield":"éèå","iframe":"IFrame","unknown":"æªç¥å¯¹è±¡"},"flash":{"access":"å 许èæ¬è®¿é®","accessAlways":"æ»æ¯","accessNever":"ä»ä¸","accessSameDomain":"åå","alignAbsBottom":"ç»å¯¹åºé¨","alignAbsMiddle":"ç»å¯¹å± ä¸","alignBaseline":"åºçº¿","alignTextTop":"ææ¬ä¸æ¹","bgcolor":"èæ¯é¢è²","chkFull":"å¯ç¨å ¨å±","chkLoop":"循ç¯","chkMenu":"å¯ç¨ Flash èå","chkPlay":"èªå¨ææ¾","flashvars":"Flash åé","hSpace":"æ°´å¹³é´è·","properties":"Flash å±æ§","propertiesTab":"å±æ§","quality":"è´¨é","qualityAutoHigh":"é«(èªå¨)","qualityAutoLow":"ä½(èªå¨)","qualityBest":"æ好","qualityHigh":"é«","qualityLow":"ä½","qualityMedium":"ä¸(èªå¨)","scale":"缩æ¾","scaleAll":"å ¨é¨æ¾ç¤º","scaleFit":"ä¸¥æ ¼å¹é ","scaleNoBorder":"æ è¾¹æ¡","title":"æ é¢","vSpace":"åç´é´è·","validateHSpace":"æ°´å¹³é´è·å¿ 须为æ°åæ ¼å¼","validateSrc":"请è¾å ¥æºæ件å°å","validateVSpace":"åç´é´è·å¿ 须为æ°åæ ¼å¼","windowMode":"çªä½æ¨¡å¼","windowModeOpaque":"ä¸éæ","windowModeTransparent":"éæ","windowModeWindow":"çªä½"},"font":{"fontSize":{"label":"大å°","voiceLabel":"æå大å°","panelTitle":"大å°"},"label":"åä½","panelTitle":"åä½","voiceLabel":"åä½"},"forms":{"button":{"title":"æé®å±æ§","text":"æ ç¾(å¼)","type":"ç±»å","typeBtn":"æé®","typeSbm":"æ交","typeRst":"é设"},"checkboxAndRadio":{"checkboxTitle":"å¤éæ¡å±æ§","radioTitle":"åéæé®å±æ§","value":"éå®å¼","selected":"å·²å¾é"},"form":{"title":"表åå±æ§","menu":"表åå±æ§","action":"å¨ä½","method":"æ¹æ³","encoding":"表åç¼ç "},"hidden":{"title":"éèåå±æ§","name":"å称","value":"åå§å¼"},"select":{"title":"èå/å表å±æ§","selectInfo":"éæ©ä¿¡æ¯","opAvail":"å¯é项","value":"å¼","size":"é«åº¦","lines":"è¡","chkMulti":"å 许å¤é","opText":"é项ææ¬","opValue":"é项å¼","btnAdd":"æ·»å ","btnModify":"ä¿®æ¹","btnUp":"ä¸ç§»","btnDown":"ä¸ç§»","btnSetValue":"设为åå§éå®","btnDelete":"å é¤"},"textarea":{"title":"å¤è¡ææ¬å±æ§","cols":"å符宽度","rows":"è¡æ°"},"textfield":{"title":"åè¡ææ¬å±æ§","name":"å称","value":"åå§å¼","charWidth":"å符宽度","maxChars":"æå¤å符æ°","type":"ç±»å","typeText":"ææ¬","typePass":"å¯ç ","typeEmail":"Email","typeSearch":"æç´¢","typeTel":"çµè¯å·ç ","typeUrl":"å°å"}},"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":"æå ¥æ°´å¹³çº¿"},"iframe":{"border":"æ¾ç¤ºæ¡æ¶è¾¹æ¡","noUrl":"请è¾å ¥æ¡æ¶ç URL","scrolling":"å 许æ»å¨æ¡","title":"IFrame å±æ§","toolbar":"IFrame"},"image":{"alertUrl":"请è¾å ¥å¾åå°å","alt":"æ¿æ¢ææ¬","border":"è¾¹æ¡å¤§å°","btnUpload":"ä¸ä¼ å°æå¡å¨","button2Img":"ç¡®å®è¦æå½åå¾åæé®è½¬æ¢ä¸ºæ®éå¾ååï¼","hSpace":"æ°´å¹³é´è·","img2Button":"ç¡®å®è¦æå½åå¾åæ¹å为å¾åæé®åï¼","infoTab":"å¾åä¿¡æ¯","linkTab":"é¾æ¥","lockRatio":"éå®æ¯ä¾","menu":"å¾åå±æ§","resetSize":"åå§å°ºå¯¸","title":"å¾åå±æ§","titleButton":"å¾ååå±æ§","upload":"ä¸ä¼ ","urlMissing":"缺å°å¾åæºæ件å°å","vSpace":"åç´é´è·","validateBorder":"è¾¹æ¡å¤§å°å¿ 须为æ´æ°æ ¼å¼","validateHSpace":"æ°´å¹³é´è·å¿ 须为æ´æ°æ ¼å¼","validateVSpace":"åç´é´è·å¿ 须为æ´æ°æ ¼å¼"},"indent":{"indent":"å¢å 缩è¿é","outdent":"åå°ç¼©è¿é"},"smiley":{"options":"表æ å¾æ é项","title":"æå ¥è¡¨æ å¾æ ","toolbar":"表æ 符"},"justify":{"block":"两端对é½","center":"å± ä¸","left":"左对é½","right":"å³å¯¹é½"},"language":{"button":"设置è¯è¨","remove":"移é¤è¯è¨"},"link":{"acccessKey":"访é®é®","advanced":"é«çº§","advisoryContentType":"å 容类å","advisoryTitle":"æ é¢","anchor":{"toolbar":"æå ¥/ç¼è¾éç¹é¾æ¥","menu":"éç¹é¾æ¥å±æ§","title":"éç¹é¾æ¥å±æ§","name":"éç¹å称","errorName":"请è¾å ¥éç¹å称","remove":"å é¤éç¹"},"anchorId":"æéç¹ ID","anchorName":"æéç¹å称","charset":"å符ç¼ç ","cssClasses":"æ ·å¼ç±»å称","emailAddress":"å°å","emailBody":"å 容","emailSubject":"主é¢","id":"ID","info":"è¶ é¾æ¥ä¿¡æ¯","langCode":"è¯è¨ä»£ç ","langDir":"è¯è¨æ¹å","langDirLTR":"ä»å·¦å°å³ (LTR)","langDirRTL":"ä»å³å°å·¦ (RTL)","menu":"ç¼è¾è¶ é¾æ¥","name":"å称","noAnchors":"(æ¤æ档没æå¯ç¨çéç¹)","noEmail":"请è¾å ¥çµåé®ä»¶å°å","noUrl":"请è¾å ¥è¶ é¾æ¥å°å","other":"<å ¶ä»>","popupDependent":"ä¾é (NS)","popupFeatures":"å¼¹åºçªå£å±æ§","popupFullScreen":"å ¨å± (IE)","popupLeft":"å·¦","popupLocationBar":"å°åæ ","popupMenuBar":"èåæ ","popupResizable":"å¯ç¼©æ¾","popupScrollBars":"æ»å¨æ¡","popupStatusBar":"ç¶ææ ","popupToolbar":"å·¥å ·æ ","popupTop":"å³","rel":"å ³è","selectAnchor":"éæ©ä¸ä¸ªéç¹","styles":"è¡å æ ·å¼","tabIndex":"Tab é®æ¬¡åº","target":"ç®æ ","targetFrame":"<æ¡æ¶>","targetFrameName":"ç®æ æ¡æ¶å称","targetPopup":"<å¼¹åºçªå£>","targetPopupName":"å¼¹åºçªå£å称","title":"è¶ é¾æ¥","toAnchor":"页å éç¹é¾æ¥","toEmail":"çµåé®ä»¶","toUrl":"å°å","toolbar":"æå ¥/ç¼è¾è¶ é¾æ¥","type":"è¶ é¾æ¥ç±»å","unlink":"åæ¶è¶ é¾æ¥","upload":"ä¸ä¼ "},"list":{"bulletedlist":"项ç®å表","numberedlist":"ç¼å·å表"},"liststyle":{"armenian":"ä¼ ç»çäºç¾å°¼äºç¼å·æ¹å¼","bulletedTitle":"项ç®å表å±æ§","circle":"空å¿å","decimal":"æ°å (1, 2, 3, ç)","decimalLeadingZero":"0å¼å¤´çæ°åæ è®°(01, 02, 03, ç)","disc":"å®å¿å","georgian":"ä¼ ç»çä¹æ²»äºç¼å·æ¹å¼(an, ban, gan, ç)","lowerAlpha":"å°åè±æåæ¯(a, b, c, d, e, ç)","lowerGreek":"å°åå¸è åæ¯(alpha, beta, gamma, ç)","lowerRoman":"å°åç½é©¬æ°å(i, ii, iii, iv, v, ç)","none":"æ æ è®°","notset":"<没æ设置>","numberedTitle":"ç¼å·å表å±æ§","square":"å®å¿æ¹å","start":"å¼å§åºå·","type":"æ è®°ç±»å","upperAlpha":"大åè±æåæ¯(A, B, C, D, E, ç)","upperRoman":"大åç½é©¬æ°å(I, II, III, IV, V, ç)","validateStartNumber":"å表å¼å§åºå·å¿ 须为æ´æ°æ ¼å¼"},"magicline":{"title":"å¨è¿æå ¥æ®µè½"},"maximize":{"maximize":"å ¨å±","minimize":"æå°å"},"newpage":{"toolbar":"æ°å»º"},"pagebreak":{"alt":"å页符","toolbar":"æå ¥æå°å页符"},"pastetext":{"button":"ç²è´´ä¸ºæ æ ¼å¼ææ¬","title":"ç²è´´ä¸ºæ æ ¼å¼ææ¬"},"pastefromword":{"confirmCleanup":"æ¨è¦ç²è´´çå 容好åæ¯æ¥èª MS Wordï¼æ¯å¦è¦æ¸ é¤ MS Word æ ¼å¼ååç²è´´ï¼","error":"ç±äºå é¨é误æ æ³æ¸ çè¦ç²è´´çæ°æ®","title":"ä» MS Word ç²è´´","toolbar":"ä» MS Word ç²è´´"},"preview":{"preview":"é¢è§"},"print":{"toolbar":"æå°"},"removeformat":{"toolbar":"æ¸ é¤æ ¼å¼"},"save":{"toolbar":"ä¿å"},"selectall":{"toolbar":"å ¨é"},"showblocks":{"toolbar":"æ¾ç¤ºåºå"},"sourcearea":{"toolbar":"æºç "},"specialchar":{"options":"ç¹æ®ç¬¦å·é项","title":"éæ©ç¹æ®ç¬¦å·","toolbar":"æå ¥ç¹æ®ç¬¦å·"},"scayt":{"about":"å ³äºå³æ¶æ¼åæ£æ¥","aboutTab":"å ³äº","addWord":"æ·»å åè¯","allCaps":"忽ç¥ææ大ååè¯","dic_create":"å建","dic_delete":"å é¤","dic_field_name":"åå ¸å称","dic_info":"ä¸å¼å§ç¨æ·è¯å ¸å¨åå¨ Cookie ä¸, ä½æ¯ Cookies ç容éæ¯æéç, å½ç¨æ·è¯å ¸å¢é¿å°è¶ åº Cookie éå¶æ¶å°±æ æ³åå¨åäº, è¿æ¶æ¨å¯ä»¥å°è¯å ¸å¨åå°æ们çæå¡å¨ä¸. è¦ææ¨ç个人è¯å ¸å°å¨åå°æ们çæå¡å¨ä¸çè¯, éè¦ä¸ºæ¨çè¯å ¸æå®ä¸ä¸ªå称, å¦ææ¨å¨æ们çæå¡å¨ä¸å·²ç»æå¨åæä¸ä¸ªè¯å ¸, 请è¾å ¥è¯å ¸å称并æè¿åæé®.","dic_rename":"éå½å","dic_restore":"è¿å","dictionariesTab":"åå ¸","disable":"ç¦ç¨å³æ¶æ¼åæ£æ¥","emptyDic":"åå ¸åä¸åºä¸ºç©º.","enable":"å¯ç¨å³æ¶æ¼åæ£æ¥","ignore":"忽ç¥","ignoreAll":"å ¨é¨å¿½ç¥","ignoreDomainNames":"忽ç¥åå","langs":"è¯è¨","languagesTab":"è¯è¨","mixedCase":"忽ç¥å¤§å°åæ··åçåè¯","mixedWithDigits":"忽ç¥å¸¦æ°åçåè¯","moreSuggestions":"æ´å¤æ¼å建议","opera_title":"ä¸æ¯æ Opera æµè§å¨","options":"é项","optionsTab":"é项","title":"å³æ¶æ¼åæ£æ¥","toggle":"æå/å¯ç¨å³æ¶æ¼åæ£æ¥","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":"åºçº¿","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 diff --git a/skins/ckeditor/lang/zh.js b/skins/ckeditor/lang/zh.js index de5396d..94f3619 100644 --- a/skins/ckeditor/lang/zh.js +++ b/skins/ckeditor/lang/zh.js @@ -1,6 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.lang.zh={dir:'ltr',editorTitle:'Rich text editor, %1, press ALT 0 for help.',toolbars:'Editor toolbars',editor:'Rich Text Editor',source:'åå§ç¢¼',newPage:'éæ°æªæ¡',save:'å²å',preview:'é 覽',cut:'åªä¸',copy:'è¤è£½',paste:'è²¼ä¸',print:'åå°',underline:'åºç·',bold:'ç²é«',italic:'æé«',selectAll:'å ¨é¸',removeFormat:'æ¸ é¤æ ¼å¼',strike:'åªé¤ç·',subscript:'ä¸æ¨',superscript:'ä¸æ¨',horizontalrule:'æå ¥æ°´å¹³ç·',pagebreak:'æå ¥åé 符è',pagebreakAlt:'Page Break',unlink:'移é¤è¶ é£çµ',undo:'復å',redo:'éè¤',common:{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:'確å®',cancel:'åæ¶',close:'Close',preview:'Preview',generalTab:'ä¸è¬',advancedTab:'é²é',validateNumberFailed:'éè¦è¼¸å ¥æ¸åæ ¼å¼',confirmNewPage:'ç¾åçä¿®æ¹å°æªå²åï¼è¦éæ°æªæ¡ï¼',confirmCancel:'é¨ä»½é¸é å°æªå²åï¼è¦ééå°è©±çï¼',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:'寬度',height:'é«åº¦',align:'å°é½',alignLeft:'é å·¦å°é½',alignRight:'é å³å°é½',alignCenter:'ç½®ä¸',alignTop:'é ä¸å°é½',alignMiddle:'ç½®ä¸å°é½',alignBottom:'é ä¸å°é½',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).',invalidHtmlLength:'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',unavailable:'%1<span class="cke_accessibility">, å·²éé</span>'},contextmenu:{options:'Context Menu Options'},specialChar:{toolbar:'æå ¥ç¹æ®ç¬¦è',title:'è«é¸æç¹æ®ç¬¦è',options:'Special Character Options'},link:{toolbar:'æå ¥/ç·¨è¼¯è¶ é£çµ',other:'<å ¶ä»>',menu:'ç·¨è¼¯è¶ é£çµ',title:'è¶ é£çµ',info:'è¶ é£çµè³è¨',target:'ç®æ¨',upload:'ä¸å³',advanced:'é²é',type:'è¶ é£æ¥é¡å',toUrl:'URL',toAnchor:'æ¬é é¨é»',toEmail:'é»åéµä»¶',targetFrame:'<æ¡æ¶>',targetPopup:'<快顯è¦çª>',targetFrameName:'ç®æ¨æ¡æ¶å稱',targetPopupName:'快顯è¦çªå稱',popupFeatures:'快顯è¦çªå±¬æ§',popupResizable:'å¯ç¸®æ¾',popupStatusBar:'çæ å',popupLocationBar:'網åå',popupToolbar:'å·¥å ·å',popupMenuBar:'é¸å®å',popupFullScreen:'å ¨è¢å¹ (IE)',popupScrollBars:'æ²è»¸',popupDependent:'å¾å±¬ (NS)',popupLeft:'å·¦',popupTop:'å³',id:'ID',langDir:'èªè¨æ¹å',langDirLTR:'ç±å·¦èå³ (LTR)',langDirRTL:'ç±å³èå·¦ (RTL)',acccessKey:'ååéµ',name:'å稱',langCode:'èªè¨æ¹å',tabIndex:'å®ä½é åº',advisoryTitle:'æ¨é¡',advisoryContentType:'å §å®¹é¡å',cssClasses:'樣å¼è¡¨é¡å¥',charset:'é£çµè³æºä¹ç·¨ç¢¼',styles:'樣å¼',rel:'Relationship',selectAnchor:'è«é¸æé¨é»',anchorName:'ä¾é¨é»å稱',anchorId:'ä¾å 件 ID',emailAddress:'é»åéµä»¶',emailSubject:'éµä»¶ä¸»æ¨',emailBody:'éµä»¶å §å®¹',noAnchors:'(æ¬æ件å°ç¡å¯ç¨ä¹é¨é»)',noUrl:'è«è¼¸å ¥æ¬²é£çµç URL',noEmail:'è«è¼¸å ¥é»åéµä»¶ä½å'},anchor:{toolbar:'æå ¥/編輯é¨é»',menu:'é¨é»å±¬æ§',title:'é¨é»å±¬æ§',name:'é¨é»å稱',errorName:'è«è¼¸å ¥é¨é»å稱',remove:'Remove Anchor'},list:{numberedTitle:'Numbered List Properties',bulletedTitle:'Bulleted List Properties',type:'Type',start:'Start',validateStartNumber:'List start number must be a whole number.',circle:'Circle',disc:'Disc',square:'Square',none:'None',notset:'<not set>',armenian:'Armenian numbering',georgian:'Georgian numbering (an, ban, gan, etc.)',lowerRoman:'Lower Roman (i, ii, iii, iv, v, etc.)',upperRoman:'Upper Roman (I, II, III, IV, V, etc.)',lowerAlpha:'Lower Alpha (a, b, c, d, e, etc.)',upperAlpha:'Upper Alpha (A, B, C, D, E, etc.)',lowerGreek:'Lower Greek (alpha, beta, gamma, etc.)',decimal:'Decimal (1, 2, 3, etc.)',decimalLeadingZero:'Decimal leading zero (01, 02, 03, etc.)'},findAndReplace:{title:'å°æ¾èå代',find:'å°æ¾',replace:'å代',findWhat:'å°æ¾:',replaceWith:'å代:',notFoundMsg:'æªæ¾å°æå®çæåã',matchCase:'大å°å¯«é ç¸ç¬¦',matchWord:'å ¨åç¸ç¬¦',matchCyclic:'循ç°æç´¢',replaceAll:'å ¨é¨å代',replaceSuccessMsg:'å ±å®æ %1 次å代'},table:{toolbar:'è¡¨æ ¼',title:'è¡¨æ ¼å±¬æ§',menu:'è¡¨æ ¼å±¬æ§',deleteTable:'åªé¤è¡¨æ ¼',rows:'åæ¸',columns:'æ¬æ¸',border:'éæ¡',widthPx:'åç´ ',widthPc:'ç¾åæ¯',widthUnit:'width unit',cellSpace:'éè·',cellPad:'å §è·',caption:'æ¨é¡',summary:'æè¦',headers:'æ¨é¡',headersNone:'ç¡æ¨é¡',headersColumn:'第ä¸æ¬',headersRow:'第ä¸å',headersBoth:'第ä¸æ¬å第ä¸å',invalidRows:'å¿ é æä¸ææ´å¤çå',invalidCols:'å¿ é æä¸ææ´å¤çæ¬',invalidBorder:'éæ¡å¤§å°å¿ é çºæ¸åæ ¼å¼',invalidWidth:'è¡¨æ ¼å¯¬åº¦å¿ é çºæ¸åæ ¼å¼',invalidHeight:'è¡¨æ ¼é«åº¦å¿ é çºæ¸åæ ¼å¼',invalidCellSpacing:'å²åæ ¼éè·å¿ é çºæ¸åæ ¼å¼',invalidCellPadding:'å²åæ ¼å §è·å¿ é çºæ¸åæ ¼å¼',cell:{menu:'å²åæ ¼',insertBefore:'åå·¦æå ¥å²åæ ¼',insertAfter:'åå³æå ¥å²åæ ¼',deleteCell:'åªé¤å²åæ ¼',merge:'åä½µå²åæ ¼',mergeRight:'åå³åä½µå²åæ ¼',mergeDown:'åä¸åä½µå²åæ ¼',splitHorizontal:'æ©«ååå²å²åæ ¼',splitVertical:'縱ååå²å²åæ ¼',title:'å²åæ ¼å±¬æ§',cellType:'å²åæ ¼é¡å¥',rowSpan:'å²åæ ¼åæ¸',colSpan:'å²åæ ¼æ¬æ¸',wordWrap:'èªåæè¡',hAlign:'æ°´å¹³å°é½',vAlign:'åç´å°é½',alignBaseline:'åºç·å°é½',bgColor:'èæ¯é¡è²',borderColor:'éæ¡é¡è²',data:'æ¸æ',header:'æ¨é¡',yes:'æ¯',no:'å¦',invalidWidth:'å²åæ ¼å¯¬åº¦å¿ é çºæ¸åæ ¼å¼',invalidHeight:'å²åæ ¼é«åº¦å¿ é çºæ¸åæ ¼å¼',invalidRowSpan:'å²åæ ¼åæ¸å¿ é çºæ´æ¸æ ¼å¼',invalidColSpan:'å²åæ ¼æ¬æ¸åº¦å¿ é çºæ´æ¸æ ¼å¼',chooseColor:'Choose'},row:{menu:'å',insertBefore:'åä¸æå ¥å',insertAfter:'åä¸æå ¥å',deleteRow:'åªé¤å'},column:{menu:'æ¬',insertBefore:'åå·¦æå ¥æ¬',insertAfter:'åå³æå ¥æ¬',deleteColumn:'åªé¤æ¬'}},button:{title:'æé屬æ§',text:'顯示æå (å¼)',type:'é¡å',typeBtn:'æé (Button)',typeSbm:'éåº (Submit)',typeRst:'éè¨ (Reset)'},checkboxAndRadio:{checkboxTitle:'æ ¸åæ¹å¡å±¬æ§',radioTitle:'é¸é æé屬æ§',value:'é¸åå¼',selected:'å·²é¸å'},form:{title:'表å®å±¬æ§',menu:'表å®å±¬æ§',action:'åä½',method:'æ¹æ³',encoding:'表å®ç·¨ç¢¼'},select:{title:'æ¸ å®/é¸å®å±¬æ§',selectInfo:'è³è¨',opAvail:'å¯ç¨é¸é ',value:'å¼',size:'大å°',lines:'è¡',chkMulti:'å¯å¤é¸',opText:'顯示æå',opValue:'é¸åå¼',btnAdd:'æ°å¢',btnModify:'ä¿®æ¹',btnUp:'ä¸ç§»',btnDown:'ä¸ç§»',btnSetValue:'è¨çºé è¨å¼',btnDelete:'åªé¤'},textarea:{title:'æååå屬æ§',cols:'åå 寬度',rows:'åæ¸'},textfield:{title:'æåæ¹å¡å±¬æ§',name:'å稱',value:'å¼',charWidth:'åå 寬度',maxChars:'æå¤åå æ¸',type:'é¡å',typeText:'æå',typePass:'å¯ç¢¼'},hidden:{title:'é±èæ¬ä½å±¬æ§',name:'å稱',value:'å¼'},image:{title:'å½±å屬æ§',titleButton:'å½±åæé屬æ§',menu:'å½±å屬æ§',infoTab:'å½±åè³è¨',btnUpload:'ä¸å³è³ä¼ºæå¨',upload:'ä¸å³',alt:'æ¿ä»£æå',lockRatio:'çæ¯ä¾',resetSize:'éè¨çºå大å°',border:'éæ¡',hSpace:'æ°´å¹³è·é¢',vSpace:'åç´è·é¢',alertUrl:'è«è¼¸å ¥å½±å URL',linkTab:'è¶ é£çµ',button2Img:'è¦æå½±åæéæ¹æå½±ååï¼',img2Button:'è¦æå½±åæ¹æå½±åæéåï¼',urlMissing:'Image source URL is missing.',validateBorder:'Border must be a whole number.',validateHSpace:'HSpace must be a whole number.',validateVSpace:'VSpace must be a whole number.'},flash:{properties:'Flash 屬æ§',propertiesTab:'屬æ§',title:'Flash 屬æ§',chkPlay:'èªåææ¾',chkLoop:'éè¤',chkMenu:'éåé¸å®',chkFull:'ååå ¨è¢å¹é¡¯ç¤º',scale:'縮æ¾',scaleAll:'å ¨é¨é¡¯ç¤º',scaleNoBorder:'ç¡éæ¡',scaleFit:'精確符å',access:'å è¨±è ³æ¬è¨ªå',accessAlways:'æ°¸é ',accessSameDomain:'ç¸ååå',accessNever:'æ°¸ä¸',alignAbsBottom:'çµå°ä¸æ¹',alignAbsMiddle:'çµå°ä¸é',alignBaseline:'åºæºç·',alignTextTop:'æåä¸æ¹',quality:'è³ªç´ ',qualityBest:'æ好',qualityHigh:'é«',qualityAutoHigh:'é«ï¼èªåï¼',qualityMedium:'ä¸ï¼èªåï¼',qualityAutoLow:'ä½ï¼èªåï¼',qualityLow:'ä½',windowModeWindow:'è¦çª',windowModeOpaque:'ä¸éæ',windowModeTransparent:'éæ',windowMode:'è¦çªæ¨¡å¼',flashvars:'Flash è®æ¸',bgcolor:'èæ¯é¡è²',hSpace:'æ°´å¹³è·é¢',vSpace:'åç´è·é¢',validateSrc:'è«è¼¸å ¥æ¬²é£çµç URL',validateHSpace:'æ°´å¹³éè·å¿ é çºæ¸åæ ¼å¼',validateVSpace:'åç´éè·å¿ é çºæ¸åæ ¼å¼'},spellCheck:{toolbar:'æ¼å檢æ¥',title:'æ¼å檢æ¥',notAvailable:'æ±æï¼æåç®åæ«ä¸å¯ç¨',errorLoading:'ç¡æ³è¯ç³»ä¾æå¨: %s.',notInDic:'ä¸å¨åå ¸ä¸',changeTo:'æ´æ¹çº',btnIgnore:'忽ç¥',btnIgnoreAll:'å ¨é¨å¿½ç¥',btnReplace:'å代',btnReplaceAll:'å ¨é¨å代',btnUndo:'復å',noSuggestions:'- ç¡å»ºè°å¼ -',progress:'é²è¡æ¼å檢æ¥ä¸â¦',noMispell:'æ¼å檢æ¥å®æï¼æªç¼ç¾æ¼åé¯èª¤',noChanges:'æ¼å檢æ¥å®æï¼æªæ´æ¹ä»»ä½å®å',oneChange:'æ¼å檢æ¥å®æï¼æ´æ¹äº 1 åå®å',manyChanges:'æ¼å檢æ¥å®æï¼æ´æ¹äº %1 åå®å',ieSpellDownload:'å°æªå®è£æ¼å檢æ¥å 件ãæ¨æ¯å¦æ³è¦ç¾å¨ä¸è¼ï¼'},smiley:{toolbar:'表æ 符è',title:'æå ¥è¡¨æ 符è',options:'Smiley Options'},elementsPath:{eleLabel:'Elements path',eleTitle:'%1 å ç´ '},numberedlist:'ç·¨èæ¸ å®',bulletedlist:'é ç®æ¸ å®',indent:'å¢å 縮æ',outdent:'æ¸å°ç¸®æ',justify:{left:'é å·¦å°é½',center:'ç½®ä¸',right:'é å³å°é½',block:'å·¦å³å°é½'},blockquote:'å¼ç¨æå',clipboard:{title:'è²¼ä¸',cutError:'ç覽å¨çå®å ¨æ§è¨å®ä¸å 許編輯å¨èªåå·è¡åªä¸åä½ãè«ä½¿ç¨å¿«æ·éµ (Ctrl/Cmd+X) åªä¸ã',copyError:'ç覽å¨çå®å ¨æ§è¨å®ä¸å 許編輯å¨èªåå·è¡è¤è£½åä½ãè«ä½¿ç¨å¿«æ·éµ (Ctrl/Cmd+C) è¤è£½ã',pasteMsg:'è«ä½¿ç¨å¿«æ·éµ (<strong>Ctrl/Cmd+V</strong>) è²¼å°ä¸æ¹ååä¸ä¸¦æä¸ <strong>確å®</strong>',securityMsg:'å çºç覽å¨çå®å ¨æ§è¨å®ï¼æ¬ç·¨è¼¯å¨ç¡æ³ç´æ¥ååæ¨çåªè²¼ç°¿è³æï¼è«æ¨èªè¡å¨æ¬è¦çªé²è¡è²¼ä¸åä½ã',pasteArea:'Paste Area'},pastefromword:{confirmCleanup:'æ¨æ³è²¼ä¸çæåä¼¼ä¹æ¯èª Word è¤è£½èä¾ï¼è«åæ¨æ¯å¦è¦å æ¸ é¤ Word çæ ¼å¼å¾åè¡è²¼ä¸ï¼',toolbar:'èª Word è²¼ä¸',title:'èª Word è²¼ä¸',error:'It was not possible to clean up the pasted data due to an internal error'},pasteText:{button:'è²¼çºç´æåæ ¼å¼',title:'è²¼çºç´æåæ ¼å¼'},templates:{button:'樣ç',title:'å §å®¹æ¨£ç',options:'Template Options',insertOption:'å代åæå §å®¹',selectPromptMsg:'è«é¸æ欲éåç樣ç<br> (åæçå §å®¹å°æè¢«æ¸ é¤):',emptyListMsg:'(ç¡æ¨£ç)'},showBlocks:'顯示åå¡',stylesCombo:{label:'樣å¼',panelTitle:'Formatting Styles',panelTitle1:'å¡ç´å ç´ æ¨£å¼',panelTitle2:'å §è¯å ç´ æ¨£å¼',panelTitle3:'ç©ä»¶å ç´ æ¨£å¼'},format:{label:'æ ¼å¼',panelTitle:'æ ¼å¼',tag_p:'ä¸è¬',tag_pre:'å·²æ ¼å¼å',tag_address:'ä½å',tag_h1:'æ¨é¡ 1',tag_h2:'æ¨é¡ 2',tag_h3:'æ¨é¡ 3',tag_h4:'æ¨é¡ 4',tag_h5:'æ¨é¡ 5',tag_h6:'æ¨é¡ 6',tag_div:'ä¸è¬ (DIV)'},div:{title:'Create Div Container',toolbar:'Create Div Container',cssClassInputLabel:'Stylesheet Classes',styleSelectLabel:'Style',IdInputLabel:'Id',languageCodeInputLabel:' Language Code',inlineStyleInputLabel:'Inline Style',advisoryTitleInputLabel:'Advisory Title',langDirLabel:'Language Direction',langDirLTRLabel:'Left to Right (LTR)',langDirRTLLabel:'Right to Left (RTL)',edit:'Edit Div',remove:'Remove Div'},iframe:{title:'IFrame Properties',toolbar:'IFrame',noUrl:'Please type the iframe URL',scrolling:'Enable scrollbars',border:'Show frame border'},font:{label:'åé«',voiceLabel:'åé«',panelTitle:'åé«'},fontSize:{label:'大å°',voiceLabel:'æå大å°',panelTitle:'大å°'},colorButton:{textColorTitle:'æåé¡è²',bgColorTitle:'èæ¯é¡è²',panelTitle:'Colors',auto:'èªå',more:'æ´å¤é¡è²â¦'},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'},scayt:{title:'å³ææ¼å¯«æª¢æ¥',opera_title:'Not supported by Opera',enable:'åç¨å³ææ¼å¯«æª¢æ¥',disable:'ééå³ææ¼å¯«æª¢æ¥',about:'éæ¼å³ææ¼å¯«æª¢æ¥',toggle:'åç¨ï¼ééå³ææ¼å¯«æª¢æ¥',options:'é¸é ',langs:'èªè¨',moreSuggestions:'æ´å¤æ¼å¯«å»ºè°',ignore:'忽ç¥',ignoreAll:'å ¨é¨å¿½ç¥',addWord:'æ·»å å®è©',emptyDic:'åå ¸åä¸æçºç©º.',optionsTab:'é¸é ',allCaps:'Ignore All-Caps Words',ignoreDomainNames:'Ignore Domain Names',mixedCase:'Ignore Words with Mixed Case',mixedWithDigits:'Ignore Words with Numbers',languagesTab:'èªè¨',dictionariesTab:'åå ¸',dic_field_name:'Dictionary name',dic_create:'Create',dic_restore:'Restore',dic_delete:'Delete',dic_rename:'Rename',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.',aboutTab:'éæ¼'},about:{title:'éæ¼ CKEditor',dlgTitle:'éæ¼ CKEditor',help:'Check $1 for help.',userGuide:"CKEditor User's Guide",moreInfo:'訪åæåç網ç«ä»¥ç²åæ´å¤éæ¼åè°çä¿¡æ¯',copy:'Copyright © $1. All rights reserved.'},maximize:'æ大å',minimize:'Minimize',fakeobjects:{anchor:'é¨é»',flash:'Flash åç«',iframe:'IFrame',hiddenfield:'Hidden Field',unknown:'ä¸æç©ä»¶'},resize:'ææ½æ¹è®å¤§å°',colordialog:{title:'Select color',options:'Color Options',highlight:'Highlight',selected:'Selected Color',clear:'Clear'},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'},bidi:{ltr:'Text direction from left to right',rtl:'Text direction from right to left'},docprops:{label:'æ件屬æ§',title:'æ件屬æ§',design:'Design',meta:'Meta è³æ',chooseColor:'Choose',other:'<å ¶ä»>',docTitle:'é é¢æ¨é¡',charset:'åå 編碼',charsetOther:'å ¶ä»åå 編碼',charsetASCII:'ASCII',charsetCE:'ä¸æèªç³»',charsetCT:'æ£é«ä¸æ (Big5)',charsetCR:'æ¯æ夫æ',charsetGR:'å¸èæ',charsetJP:'æ¥æ',charsetKR:'éæ',charsetTR:'åè³å ¶æ',charsetUN:'Unicode (UTF-8)',charsetWE:'西æèªç³»',docType:'æ件é¡å',docTypeOther:'å ¶ä»æ件é¡å',xhtmlDec:'å å« XHTML å®ç¾©',bgColor:'èæ¯é¡è²',bgImage:'èæ¯å½±å',bgFixed:'浮水å°',txtColor:'æåé¡è²',margin:'é é¢éç',marginTop:'ä¸',marginLeft:'å·¦',marginRight:'å³',marginBottom:'ä¸',metaKeywords:'æ件索å¼ééµå (ç¨åå½¢éè[,]åé)',metaDescription:'æ件說æ',metaAuthor:'ä½è ',metaCopyright:'çæ¬ææ',previewHtml:'<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'}}; +*/ +CKEDITOR.lang['zh']={"editor":"RTF 編輯å¨","editorPanel":"RTF 編輯å¨é¢æ¿","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":"確å®","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":"è«è¼¸å ¥æ¸å¼ï¼å®ä½æ¯åç´ æææç CSS å®ä½ (px, %, in, cm, mm, em, ex, pt, æ pc)ã","unavailable":"%1<span class=\"cke_accessibility\">ï¼ç¡æ³ä½¿ç¨</span>"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"éæ¼ CKEditor","help":"æª¢é± $1 å°æ±å¹«å©ã","moreInfo":"éæ¼ææ¬è³è¨ï¼è«åé±æåç網ç«ï¼","title":"éæ¼ CKEditor","userGuide":"CKEditor 使ç¨è æå"},"basicstyles":{"bold":"ç²é«","italic":"æé«","strike":"åªé¤ç·","subscript":"ä¸æ¨","superscript":"ä¸æ¨","underline":"åºç·"},"bidi":{"ltr":"æåæ¹åå¾å·¦è³å³","rtl":"æåæ¹åå¾å³è³å·¦"},"blockquote":{"toolbar":"å¼ç¨æ®µè½"},"clipboard":{"copy":"è¤è£½","copyError":"ç覽å¨çå®å ¨æ§è¨å®ä¸å 許編輯å¨èªåå·è¡è¤è£½åä½ãè«ä½¿ç¨éµç¤å¿«æ·éµ (Ctrl/Cmd+C) è¤è£½ã","cut":"åªä¸","cutError":"ç覽å¨çå®å ¨æ§è¨å®ä¸å 許編輯å¨èªåå·è¡åªä¸åä½ãè«ä½¿ç¨éç¤å¿«æ·éµ (Ctrl/Cmd+X) åªä¸ã","paste":"è²¼ä¸","pasteArea":"è²¼ä¸å","pasteMsg":"è«ä½¿ç¨éµç¤å¿«æ·éµ (<strong>Ctrl/Cmd+V</strong>) è²¼å°ä¸æ¹ååä¸ä¸¦æä¸ã確å®ãã","securityMsg":"å çºç覽å¨çå®å ¨æ§è¨å®ï¼æ¬ç·¨è¼¯å¨ç¡æ³ç´æ¥ååæ¨çåªè²¼ç°¿è³æï¼è«æ¨èªè¡å¨æ¬è¦çªé²è¡è²¼ä¸åä½ã","title":"è²¼ä¸"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"èªå","bgColorTitle":"èæ¯é¡è²","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":"ç½è²"},"more":"æ´å¤é¡è²","panelTitle":"é¡è²","textColorTitle":"æåé¡è²"},"colordialog":{"clear":"æ¸ é¤","highlight":"é«äº®","options":"è²å½©é¸é ","selected":"é¸åçè²å½©","title":"é¸åè²å½©"},"templates":{"button":"ç¯æ¬","emptyListMsg":"(å°æªå®ç¾©ä»»ä½ç¯æ¬)","insertOption":"æ¿ä»£å¯¦éå §å®¹","options":"ç¯æ¬é¸é ","selectPromptMsg":"è«é¸æè¦å¨ç·¨è¼¯å¨ä¸éåçç¯æ¬ã","title":"å §å®¹ç¯æ¬"},"contextmenu":{"options":"å §å®¹åè½è¡¨é¸é "},"div":{"IdInputLabel":"ID","advisoryTitleInputLabel":"æ¨é¡","cssClassInputLabel":"樣å¼è¡¨é¡å¥","edit":"編輯 Div","inlineStyleInputLabel":"è¡å §æ¨£å¼","langDirLTRLabel":"ç±å·¦è³å³ (LTR)","langDirLabel":"èªè¨æ¹å","langDirRTLLabel":"ç±å³è³å·¦ (RTL)","languageCodeInputLabel":"èªè¨ç¢¼","remove":"ç§»é¤ Div","styleSelectLabel":"樣å¼","title":"å»ºç« Div 容å¨","toolbar":"å»ºç« Div 容å¨"},"toolbar":{"toolbarCollapse":"æºçå·¥å ·å","toolbarExpand":"å±éå·¥å ·å","toolbarGroups":{"document":"æ件","clipboard":"åªè²¼ç°¿/復å","editing":"編輯é¸é ","forms":"æ ¼å¼","basicstyles":"åºæ¬æ¨£å¼","paragraph":"段è½","links":"é£çµ","insert":"æå ¥","styles":"樣å¼","colors":"é¡è²","tools":"å·¥å ·"},"toolbars":"編輯å¨å·¥å ·å"},"elementspath":{"eleLabel":"å 件路å¾","eleTitle":"%1 åå 件"},"find":{"find":"å°æ¾","findOptions":"å°æ¾é¸é ","findWhat":"å°æ¾ç®æ¨ï¼","matchCase":"大å°å¯«é ç¸ç¬¦","matchCyclic":"循ç°æå°","matchWord":"å ¨åæ¼å¯«é ç¸ç¬¦","notFoundMsg":"æ¾ä¸å°æå®çæåã","replace":"å代","replaceAll":"å ¨é¨å代","replaceSuccessMsg":"å·²å代 %1 åæå®é ç®ã","replaceWith":"å代æï¼","title":"å°æ¾åå代"},"fakeobjects":{"anchor":"é¨é»","flash":"Flash åç«","hiddenfield":"é±èæ¬ä½","iframe":"IFrame","unknown":"ç¡æ³è¾¨èçç©ä»¶"},"flash":{"access":"è ³æ¬åå","accessAlways":"æ°¸é ","accessNever":"å¾ä¸","accessSameDomain":"ç¸å網å","alignAbsBottom":"çµå°ä¸æ¹","alignAbsMiddle":"çµå°ç½®ä¸","alignBaseline":"åºæºç·","alignTextTop":"ä¸å±¤æå","bgcolor":"èæ¯é¡è²","chkFull":"å è¨±å ¨è¢å¹","chkLoop":"éè¤ææ¾","chkMenu":"åç¨ Flash é¸å®","chkPlay":"èªåææ¾","flashvars":"Flash è®æ¸","hSpace":"HSpace","properties":"Flash 屬æ§","propertiesTab":"屬æ§","quality":"å質","qualityAutoHigh":"èªåé«","qualityAutoLow":"èªåä½","qualityBest":"æä½³","qualityHigh":"é«","qualityLow":"ä½","qualityMedium":"ä¸","scale":"縮æ¾æ¯ä¾","scaleAll":"å ¨é¨é¡¯ç¤º","scaleFit":"æé©å","scaleNoBorder":"ç¡æ¡ç·","title":"Flash 屬æ§","vSpace":"VSpace","validateHSpace":"HSpace å¿ é çºæ¸åã","validateSrc":"URL ä¸å¯çºç©ºç½ã","validateVSpace":"VSpace å¿ é çºæ¸åã","windowMode":"è¦çªæ¨¡å¼","windowModeOpaque":"ä¸éæ","windowModeTransparent":"éæ","windowModeWindow":"è¦çª"},"font":{"fontSize":{"label":"大å°","voiceLabel":"åå大å°","panelTitle":"åå大å°"},"label":"åå","panelTitle":"ååå稱","voiceLabel":"åå"},"forms":{"button":{"title":"æéå §å®¹","text":"顯示æå (å¼)","type":"é¡å","typeBtn":"æé","typeSbm":"éåº","typeRst":"éè¨"},"checkboxAndRadio":{"checkboxTitle":"æ ¸åæ¹å¡å §å®¹","radioTitle":"é¸é æéå §å®¹","value":"æ¸å¼","selected":"å·²é¸"},"form":{"title":"表å®å §å®¹","menu":"表å®å §å®¹","action":"åä½","method":"æ¹å¼","encoding":"編碼"},"hidden":{"title":"é±èæ¬ä½å §å®¹","name":"å稱","value":"æ¸å¼"},"select":{"title":"é¸åæ¬ä½å §å®¹","selectInfo":"é¸æè³è¨","opAvail":"å¯ç¨é¸é ","value":"æ¸å¼","size":"大å°","lines":"è¡æ¸","chkMulti":"å 許å¤é¸","opText":"æå","opValue":"æ¸å¼","btnAdd":"æ°å¢","btnModify":"ä¿®æ¹","btnUp":"åä¸","btnDown":"åä¸","btnSetValue":"è¨çºå·²é¸","btnDelete":"åªé¤"},"textarea":{"title":"æåååå §å®¹","cols":"å","rows":"è¡"},"textfield":{"title":"æåæ¬ä½å §å®¹","name":"åå","value":"æ¸å¼","charWidth":"åå 寬度","maxChars":"æ大åå æ¸","type":"é¡å","typeText":"æå","typePass":"å¯ç¢¼","typeEmail":"é»åéµä»¶","typeSearch":"æå°","typeTel":"é»è©±è碼","typeUrl":"URL"}},"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":"æå ¥æ°´å¹³ç·"},"iframe":{"border":"顯示æ¡æ¶æ¡ç·","noUrl":"è«è¼¸å ¥ iframe URL","scrolling":"åç¨æ²è»¸å","title":"IFrame 屬æ§","toolbar":"IFrame"},"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":"æ¸å°ç¸®æ"},"smiley":{"options":"表æ 符èé¸é ","title":"æå ¥è¡¨æ 符è","toolbar":"表æ 符è"},"justify":{"block":"å·¦å³å°é½","center":"ç½®ä¸","left":"é å·¦å°é½","right":"é å³å°é½"},"language":{"button":"è¨å®èªè¨","remove":"移é¤èªè¨"},"link":{"acccessKey":"便æ·éµ","advanced":"é²é","advisoryContentType":"建è°å §å®¹é¡å","advisoryTitle":"æ¨é¡","anchor":{"toolbar":"é¨é»","menu":"編輯é¨é»","title":"é¨é»å §å®¹","name":"é¨é»å稱","errorName":"è«è¼¸å ¥é¨é»å稱","remove":"移é¤é¨é»"},"anchorId":"ä¾å 件編è","anchorName":"ä¾é¨é»å稱","charset":"é£çµè³æºçåå é","cssClasses":"樣å¼è¡¨é¡å¥","emailAddress":"é»åéµä»¶å°å","emailBody":"éµä»¶æ¬æ","emailSubject":"éµä»¶ä¸»æ¨","id":"ID","info":"é£çµè³è¨","langCode":"èªè¨ç¢¼","langDir":"èªè¨æ¹å","langDirLTR":"ç±å·¦è³å³ (LTR)","langDirRTL":"ç±å³è³å·¦ (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":"é»åéµä»¶","toUrl":"網å","toolbar":"é£çµ","type":"é£çµé¡å","unlink":"åæ¶é£çµ","upload":"ä¸å³"},"list":{"bulletedlist":"æå ¥/移é¤é ç®ç¬¦èæ¸ å®","numberedlist":"æå ¥/移é¤ç·¨èæ¸ å®æ¸ å®"},"liststyle":{"armenian":"äºç¾å°¼äºæ¸å","bulletedTitle":"é ç®ç¬¦èæ¸ å®å±¬æ§","circle":"åå","decimal":"å°æ¸é» (1, 2, 3, etc.)","decimalLeadingZero":"å綴 0 åä½æ¸å (01, 02, 03, ç)","disc":"åé»","georgian":"å¬æ²»çæ代æ¸å (an, ban, gan, ç)","lowerAlpha":"å°å¯«åæ¯ (a, b, c, d, e ç)","lowerGreek":"å°å¯«å¸èåæ¯ (alpha, beta, gamma, ç)","lowerRoman":"å°å¯«ç¾ 馬æ¸å (i, ii, iii, iv, v ç)","none":"ç¡","notset":"<æªè¨å®>","numberedTitle":"ç·¨èæ¸ å®å±¬æ§","square":"æ¹å¡","start":"éå§","type":"é¡å","upperAlpha":"大寫åæ¯ (A, B, C, D, E ç)","upperRoman":"å¤§å¯«ç¾ é¦¬æ¸å (I, II, III, IV, V ç)","validateStartNumber":"æ¸ å®èµ·å§è碼é çºä¸å®æ´æ¸åã"},"magicline":{"title":"å¨æ¤æå ¥æ®µè½"},"maximize":{"maximize":"æ大å","minimize":"æå°å"},"newpage":{"toolbar":"æ°å¢ç¶²é "},"pagebreak":{"alt":"æé ","toolbar":"æå ¥æé 符è以便åå°"},"pastetext":{"button":"è²¼æç´æå","title":"è²¼æç´æå"},"pastefromword":{"confirmCleanup":"æ¨æ³è²¼ä¸çæåä¼¼ä¹æ¯èª Word è¤è£½èä¾ï¼è«åæ¨æ¯å¦è¦å æ¸ é¤ Word çæ ¼å¼å¾åè¡è²¼ä¸ï¼","error":"ç±æ¼ç¼çå §é¨é¯èª¤ï¼ç¡æ³æ¸ é¤æ¸ é¤ Word çæ ¼å¼ã","title":"èª Word è²¼ä¸","toolbar":"èª Word è²¼ä¸"},"preview":{"preview":"é 覽"},"print":{"toolbar":"åå°"},"removeformat":{"toolbar":"移é¤æ ¼å¼"},"save":{"toolbar":"å²å"},"selectall":{"toolbar":"å ¨é¸"},"showblocks":{"toolbar":"顯示åå¡"},"sourcearea":{"toolbar":"åå§ç¢¼"},"specialchar":{"options":"ç¹æ®åå é¸é ","title":"é¸åç¹æ®åå ","toolbar":"æå ¥ç¹æ®åå "},"scayt":{"about":"éæ¼å³ææ¼å¯«æª¢æ¥","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":"ééå³ææ¼å¯«æª¢æ¥","emptyDic":"åå ¸åä¸æçºç©º.","enable":"åç¨å³ææ¼å¯«æª¢æ¥","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":"åç¨ï¼ééå³ææ¼å¯«æª¢æ¥","noSuggestions":"No suggestion"},"stylescombo":{"label":"樣å¼","panelTitle":"Formatting Styles","panelTitle1":"åå¡æ¨£å¼","panelTitle2":"å §åµæ¨£å¼","panelTitle3":"ç©ä»¶æ¨£å¼"},"table":{"border":"æ¡ç·å¤§å°","caption":"æ¨é¡","cell":{"menu":"å²åæ ¼","insertBefore":"åæ¹æå ¥å²åæ ¼","insertAfter":"å¾æ¹æå ¥å²åæ ¼","deleteCell":"åªé¤å²åæ ¼","merge":"åä½µå²åæ ¼","mergeRight":"åå³åä½µ","mergeDown":"åä¸åä½µ","splitHorizontal":"æ°´å¹³åå²å²åæ ¼","splitVertical":"åç´åå²å²åæ ¼","title":"å²åæ ¼å±¬æ§","cellType":"å²åæ ¼é¡å","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"èªåæ·è¡","hAlign":"æ°´å¹³å°é½","vAlign":"åç´å°é½","alignBaseline":"åºæºç·","bgColor":"èæ¯é¡è²","borderColor":"æ¡ç·é¡è²","data":"è³æ","header":"Header","yes":"æ¯","no":"å¦","invalidWidth":"å²åæ ¼å¯¬åº¦å¿ é çºæ¸åã","invalidHeight":"å²åæ ¼é«åº¦å¿ é çºæ¸åã","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"é¸æ"},"cellPad":"Cell padding","cellSpace":"Cell spacing","column":{"menu":"è¡","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"Delete Columns"},"columns":"è¡","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"ç¡","headersRow":"First Row","invalidBorder":"æ¡ç·å¤§å°å¿ é æ¯æ´æ¸ã","invalidCellPadding":"Cell padding must be a positive number.","invalidCellSpacing":"Cell spacing must be a positive number.","invalidCols":"è¡æ¸é çºå¤§æ¼ 0 çæ£æ´æ¸ã","invalidHeight":"è¡¨æ ¼é«åº¦å¿ é çºæ¸åã","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"è¡¨æ ¼å¯¬åº¦å¿ é çºæ¸åã","menu":"è¡¨æ ¼å±¬æ§","row":{"menu":"å","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"Delete Rows"},"rows":"å","summary":"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":"æ¼å檢æ¥å®æï¼æ´æ¹äº 1 åå®å","progress":"é²è¡æ¼å檢æ¥ä¸â¦","title":"æ¼å檢æ¥","toolbar":"æ¼å檢æ¥"}}; \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js b/skins/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js index 933b874..5a80e75 100644 --- a/skins/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js @@ -1,7 +1,10 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('a11yHelp',function(a){var b=a.lang.accessibilityHelp,c=CKEDITOR.tools.getNextId(),d={8:'BACKSPACE',9:'TAB',13:'ENTER',16:'SHIFT',17:'CTRL',18:'ALT',19:'PAUSE',20:'CAPSLOCK',27:'ESCAPE',33:'PAGE UP',34:'PAGE DOWN',35:'END',36:'HOME',37:'LEFT ARROW',38:'UP ARROW',39:'RIGHT ARROW',40:'DOWN ARROW',45:'INSERT',46:'DELETE',91:'LEFT WINDOW KEY',92:'RIGHT WINDOW KEY',93:'SELECT KEY',96:'NUMPAD 0',97:'NUMPAD 1',98:'NUMPAD 2',99:'NUMPAD 3',100:'NUMPAD 4',101:'NUMPAD 5',102:'NUMPAD 6',103:'NUMPAD 7',104:'NUMPAD 8',105:'NUMPAD 9',106:'MULTIPLY',107:'ADD',109:'SUBTRACT',110:'DECIMAL POINT',111:'DIVIDE',112:'F1',113:'F2',114:'F3',115:'F4',116:'F5',117:'F6',118:'F7',119:'F8',120:'F9',121:'F10',122:'F11',123:'F12',144:'NUM LOCK',145:'SCROLL LOCK',186:'SEMI-COLON',187:'EQUAL SIGN',188:'COMMA',189:'DASH',190:'PERIOD',191:'FORWARD SLASH',192:'GRAVE ACCENT',219:'OPEN BRACKET',220:'BACK SLASH',221:'CLOSE BRAKET',222:'SINGLE QUOTE'};d[CKEDITOR.ALT]='ALT';d[CKEDITOR.SHIFT]='SHIFT';d[CKEDITOR.CTRL]='CTRL';var e=[CKEDITOR.ALT,CKEDITOR.SHIFT,CKEDITOR.CTRL];function f(j){var k,l,m=[];for(var n=0;n<e.length;n++){l=e[n];k=j/e[n];if(k>1&&k<=2){j-=l;m.push(d[l]);}}m.push(d[j]||String.fromCharCode(j));return m.join('+');};var g=/\$\{(.*?)\}/g;function h(j,k){var l=a.config.keystrokes,m,n=l.length;for(var o=0;o<n;o++){m=l[o];if(m[1]==k)break;}return f(m[0]);};function i(){var j='<div class="cke_accessibility_legend" role="document" aria-labelledby="'+c+'_arialbl" tabIndex="-1">%1</div>'+'<span id="'+c+'_arialbl" class="cke_voice_label">'+b.contents+' </span>',k='<h1>%1</h1><dl>%2</dl>',l='<dt>%1</dt><dd>%2</dd>',m=[],n=b.legend,o=n.length;for(var p=0;p<o;p++){var q=n[p],r=[],s=q.items,t=s.length;for(var u=0;u<t;u++){var v=s[u],w;w=l.replace('%1',v.name).replace('%2',v.legend.replace(g,h));r.push(w);}m.push(k.replace('%1',q.name).replace('%2',r.join('')));}return j.replace('%1',m.join(''));};return{title:b.title,minWidth:600,minHeight:400,contents:[{id:'info',label:a.lang.common.generalTab,expand:true,elements:[{type:'html',id:'legends',style:'white-space:normal;',focus:function(){},html:i()+'<style type="text/css">'+'.cke_accessibility_legend'+'{'+'width:600px;'+'height:400px;'+'padding-right:5px;'+'overflow-y:auto;'+'overflow-x:hidden;'+'}'+'.cke_browser_quirks .cke_accessibility_legend,'+'.cke_browser_ie6 .cke_accessibility_legend'+'{'+'height:390px'+'}'+'.cke_accessibility_legend *'+'{'+'white-space:normal;'+'}'+'.cke_accessibility_legend h1'+'{'+'font-size: 20px;'+'border-bottom: 1px solid #AAA;'+'margin: 5px 0px 15px;'+'}'+'.cke_accessibility_legend dl'+'{'+'margin-left: 5px;'+'}'+'.cke_accessibility_legend dt'+'{'+'font-size: 13px;'+'font-weight: bold;'+'}'+'.cke_accessibility_legend dd'+'{'+'margin:10px'+'}'+'</style>'}]}],buttons:[CKEDITOR.dialog.cancelButton]}; -}); +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("a11yHelp",function(j){var a=j.lang.a11yhelp,l=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, +105:a.numpad9,106:a.multiply,107:a.add,109:a.subtract,110:a.decimalPoint,111:a.divide,112:a.f1,113:a.f2,114:a.f3,115:a.f4,116:a.f5,117:a.f6,118:a.f7,119:a.f8,120:a.f9,121:a.f10,122:a.f11,123:a.f12,144:a.numLock,145:a.scrollLock,186:a.semiColon,187:a.equalSign,188:a.comma,189:a.dash,190:a.period,191:a.forwardSlash,192:a.graveAccent,219:a.openBracket,220:a.backSlash,221:a.closeBracket,222:a.singleQuote};e[CKEDITOR.ALT]=a.alt;e[CKEDITOR.SHIFT]=a.shift;e[CKEDITOR.CTRL]=a.ctrl;var f=[CKEDITOR.ALT,CKEDITOR.SHIFT, +CKEDITOR.CTRL],m=/\$\{(.*?)\}/g,p=function(){var a=j.keystrokeHandler.keystrokes,g={},c;for(c in a)g[a[c]]=c;return function(a,c){var b;if(g[c]){b=g[c];for(var h,i,k=[],d=0;d<f.length;d++)i=f[d],h=b/f[d],1<h&&2>=h&&(b-=i,k.push(e[i]));k.push(e[b]||String.fromCharCode(b));b=k.join("+")}else b=a;return b}}();return{title:a.title,minWidth:600,minHeight:400,contents:[{id:"info",label:j.lang.common.generalTab,expand:!0,elements:[{type:"html",id:"legends",style:"white-space:normal;",focus:function(){this.getElement().focus()}, +html:function(){for(var e='<div class="cke_accessibility_legend" role="document" aria-labelledby="'+l+'_arialbl" tabIndex="-1">%1</div><span id="'+l+'_arialbl" class="cke_voice_label">'+a.contents+" </span>",g=[],c=a.legend,j=c.length,f=0;f<j;f++){for(var b=c[f],h=[],i=b.items,k=i.length,d=0;d<k;d++){var n=i[d],o=n.legend.replace(m,p);o.match(m)||h.push("<dt>%1</dt><dd>%2</dd>".replace("%1",n.name).replace("%2",o))}g.push("<h1>%1</h1><dl>%2</dl>".replace("%1",b.name).replace("%2",h.join("")))}return e.replace("%1", +g.join(""))}()+'<style type="text/css">.cke_accessibility_legend{width:600px;height:400px;padding-right:5px;overflow-y:auto;overflow-x:hidden;}.cke_browser_quirks .cke_accessibility_legend,.cke_browser_ie6 .cke_accessibility_legend{height:390px}.cke_accessibility_legend *{white-space:normal;}.cke_accessibility_legend h1{font-size: 20px;border-bottom: 1px solid #AAA;margin: 5px 0px 15px;}.cke_accessibility_legend dl{margin-left: 5px;}.cke_accessibility_legend dt{font-size: 13px;font-weight: bold;}.cke_accessibility_legend dd{margin:10px}</style>'}]}], +buttons:[CKEDITOR.dialog.cancelButton]}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt new file mode 100644 index 0000000..c760b6f --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt @@ -0,0 +1,25 @@ +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license + +cs.js Found: 30 Missing: 0 +cy.js Found: 30 Missing: 0 +da.js Found: 12 Missing: 18 +de.js Found: 30 Missing: 0 +el.js Found: 25 Missing: 5 +eo.js Found: 30 Missing: 0 +fa.js Found: 30 Missing: 0 +fi.js Found: 30 Missing: 0 +fr.js Found: 30 Missing: 0 +gu.js Found: 12 Missing: 18 +he.js Found: 30 Missing: 0 +it.js Found: 30 Missing: 0 +mk.js Found: 5 Missing: 25 +nb.js Found: 30 Missing: 0 +nl.js Found: 30 Missing: 0 +no.js Found: 30 Missing: 0 +pt-br.js Found: 30 Missing: 0 +ro.js Found: 6 Missing: 24 +tr.js Found: 30 Missing: 0 +ug.js Found: 27 Missing: 3 +vi.js Found: 6 Missing: 24 +zh-cn.js Found: 30 Missing: 0 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js new file mode 100644 index 0000000..49f816f --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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:"إضاÙØ©",subtract:"Subtract",decimalPoint:"Decimal Point",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:"ÙاصÙØ©",dash:"Dash",period:"ÙÙطة",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js new file mode 100644 index 0000000..bddf534 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js new file mode 100644 index 0000000..04f705b --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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."}, +{name:"Editor de quadre de dià leg",legend:"Dins d'un quadre de dià leg, premi la tecla TAB per desplaçar-se al següent camp del quadre de dià leg, premi SHIFT + TAB per desplaçar-se a l'anterior camp, premi ENTER per acceptar el quadre de dià leg, premi ESC per cancel·lar el quadre de dià leg. Per els quadres de dià leg que tenen diverses pestanyes, premi ALT + F10 per anar a la llista de pestanyes. Després podrà desplaçar-se a la següent pestanya amb TAB o RIGHT ARROW. Anar a la pestanya anterior amb SHIFT + TAB o LEFT ARROW. Premi SPACE o ENTER per seleccionar la pestanya."}, +{name:"Editor de menú contextual",legend:"Premi ${contextMenu} o APPLICATION KEY per obrir el menú contextual. Després desplacis a la següent opció del menú amb TAB o DOWN ARROW. Desplacis a l'anterior opció amb SHIFT+TAB o UP ARROW. Premi SPACE o ENTER per seleccionar l'opció del menú. Obri el submenú de l'actual opció utilitzant SPACE o ENTER o RIGHT ARROW. Pot tornar a l'opció del menú pare amb ESC o LEFT ARROW. Tanqui el menú contextual amb ESC."},{name:"Editor de caixa de llista",legend:"Dins d'un quadre de llista, desplacis al següent element de la llista amb TAB o DOWN ARROW. Desplacis a l'anterior element de la llista amb SHIFT + TAB o UP ARROW. Premi SPACE o ENTER per seleccionar l'opció de la llista. Premi ESC per tancar el quadre de llista."}, +{name:"Editor de barra de ruta de l'element",legend:"Premi ${elementsPathFocus} per anar als elements de la barra de ruta. Desplacis al botó de l'element següent amb TAB o RIGHT ARROW. Desplacis a l'anterior botó amb SHIFT+TAB o LEFT ARROW. Premi SPACE o ENTER per seleccionar l'element a l'editor."}]},{name:"Ordres",items:[{name:"Desfer ordre",legend:"Premi ${undo}"},{name:"Refer ordre",legend:"Premi ${redo}"},{name:"Ordre negreta",legend:"Premi ${bold}"},{name:"Ordre cursiva",legend:"Premi ${italic}"}, +{name:"Ordre subratllat",legend:"Premi ${underline}"},{name:"Ordre enllaç",legend:"Premi ${link}"},{name:"Ordre amagar barra d'eines",legend:"Premi ${toolbarCollapse}"},{name:"Ordre per accedir a l'anterior espai enfocat",legend:"Premi ${accessPreviousSpace} per accedir a l'enfocament d'espai més proper inabastable abans del sÃmbol d'intercalació, per exemple: dos elements HR adjacents. Repetiu la combinació de tecles per arribar a enfocaments d'espais distants."},{name:"Ordre per accedir al següent espai enfocat", +legend:"Premi ${accessNextSpace} per accedir a l'enfocament d'espai més proper inabastable després del sÃmbol d'intercalació, per exemple: dos elements HR adjacents. Repetiu la combinació de tecles per arribar a enfocaments d'espais distants."},{name:"Ajuda d'accessibilitat",legend:"Premi ${a11yHelp}"}]}],backspace:"Retrocés",tab:"Tabulació",enter:"Intro",shift:"Majúscules",ctrl:"Ctrl",alt:"Alt",pause:"Pausa",capslock:"Bloqueig de majúscules",escape:"Escape",pageUp:"Pà gina Amunt",pageDown:"Pà gina Avall", +end:"Fi",home:"Inici",leftArrow:"Fletxa Esquerra",upArrow:"Fletxa Amunt",rightArrow:"Fletxa Dreta",downArrow:"Fletxa Avall",insert:"Inserir","delete":"Eliminar",leftWindowKey:"Tecla Windows Esquerra",rightWindowKey:"Tecla Windows Dreta",selectKey:"Tecla Seleccionar",numpad0:"Teclat Numèric 0",numpad1:"Teclat Numèric 1",numpad2:"Teclat Numèric 2",numpad3:"Teclat Numèric 3",numpad4:"Teclat Numèric 4",numpad5:"Teclat Numèric 5",numpad6:"Teclat Numèric 6",numpad7:"Teclat Numèric 7",numpad8:"Teclat Numèric 8", +numpad9:"Teclat Numèric 9",multiply:"Multiplicació",add:"Suma",subtract:"Resta",decimalPoint:"Punt Decimal",divide:"Divisió",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:"Bloqueig Teclat Numèric",scrollLock:"Bloqueig de Desplaçament",semiColon:"Punt i Coma",equalSign:"SÃmbol Igual",comma:"Coma",dash:"Guió",period:"Punt",forwardSlash:"Barra Diagonal",graveAccent:"Accent Obert",openBracket:"Claudà tor Obert",backSlash:"Barra Invertida", +closeBracket:"Claudà tor Tancat",singleQuote:"Cometa Simple"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js new file mode 100644 index 0000000..ed61622 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +legend:"UvnitÅ dialogového okna stisknÄte TAB pro pÅesunutà na dalÅ¡Ã pole, stisknÄte SHIFT + TAB pro pÅesun na pÅedchozà pole, stisknÄte ENTER pro odeslánà dialogu, stisknÄte ESC pro jeho zruÅ¡enÃ. Pro dialogová okna, která majà mnoho karet stisknÄte ALT + F10 pr oprocházenà seznamu karet. Pak se pÅesuÅte na dalÅ¡Ã kartu pomocà TAB nebo Å IPKA VPRAVO. Pro pÅesun na pÅedchozà stisknÄte SHIFT + TAB nebo Å IPKA VLEVO. StisknÄte MEZERNÃK nebo ENTER pro vybránà stránky karet."},{name:"Kontextové menu editoru", +legend:"StisknÄte ${contextMenu} nebo klávesu APPLICATION k otevÅenà kontextového menu. Pak se pÅesuÅte na dalÅ¡Ã možnost menu pomocà TAB nebo Å IPKY DOLÅ®. PÅesuÅte se na pÅedchozà možnost pomocà SHIFT+TAB nebo Å IPKY NAHORU. StisknÄte MEZERNÃK nebo ENTER pro zvolenà možnosti menu. Podmenu souÄasné možnosti otevÅete pomocà MEZERNÃKU nebo ENTER Äi Å IPKY DOLEVA. Kontextové menu uzavÅete stiskem ESC."},{name:"RámeÄek seznamu editoru",legend:"UvnitÅ rámeÄku seznamu se pÅesunete na dalÅ¡Ã položku menu pomocà TAB nebo Å IPKA DOLÅ®. Na pÅedchozà položku se pÅesunete SHIFT + TAB nebo Å IPKA NAHORU. StisknÄte MEZERNÃK nebo ENTER pro zvolenà možnosti seznamu. StisknÄte ESC pro uzavÅenà seznamu."}, +{name:"LiÅ¡ta cesty prvku v editoru",legend:"StisknÄte ${elementsPathFocus} pro procházenà liÅ¡ty cesty prvku. Na dalÅ¡Ã tlaÄÃtko prvku se pÅesunete pomocà TAB nebo Å IPKA VPRAVO. Na pÅedchozà položku se pÅesunete pomocà SHIFT + TAB nebo Å IPKA VLEVO. StisknÄte MEZERNÃK nebo ENTER pro vybránà prvku v editoru."}]},{name:"PÅÃkazy",items:[{name:" PÅÃkaz ZpÄt",legend:"StisknÄte ${undo}"},{name:" PÅÃkaz Znovu",legend:"StisknÄte ${redo}"},{name:" PÅÃkaz TuÄné",legend:"StisknÄte ${bold}"},{name:" PÅÃkaz KurzÃva", +legend:"StisknÄte ${italic}"},{name:" PÅÃkaz PodtrženÃ",legend:"StisknÄte ${underline}"},{name:" PÅÃkaz Odkaz",legend:"StisknÄte ${link}"},{name:" PÅÃkaz Skrýt panel nástrojů",legend:"StisknÄte ${toolbarCollapse}"},{name:"PÅÃkaz pro pÅÃstup k pÅedchozÃmu prostoru zamÄÅenÃ",legend:"StisknÄte ${accessPreviousSpace} pro pÅÃstup k nejbližšÃmu nedosažitelnému prostoru zamÄÅenà pÅed stÅÃÅ¡kou, napÅÃklad: dva pÅilehlé prvky HR. Pro dosaženà vzdálených prostorů zamÄÅenà tuto kombinaci kláves opakujte."},{name:"PÅÃkaz pro pÅÃstup k dalÅ¡Ãmu prostoru zamÄÅenÃ", +legend:"StisknÄte ${accessNextSpace} pro pÅÃstup k nejbližšÃmu nedosažitelnému prostoru zamÄÅenà po stÅÃÅ¡ce, napÅÃklad: dva pÅilehlé prvky HR. Pro dosaženà vzdálených prostorů zamÄÅenà tuto kombinaci kláves opakujte."},{name:" NápovÄda pÅÃstupnosti",legend:"StisknÄte ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tabulátor",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pauza",capslock:"Caps lock",escape:"Escape",pageUp:"Stránka nahoru",pageDown:"Stránka dolů",end:"Konec",home:"Domů",leftArrow:"Å ipka vlevo", +upArrow:"Å ipka nahoru",rightArrow:"Å ipka vpravo",downArrow:"Å ipka dolů",insert:"Vložit","delete":"Smazat",leftWindowKey:"Levá klávesa Windows",rightWindowKey:"Pravá klávesa Windows",selectKey:"Vyberte klávesu",numpad0:"Numerická klávesa 0",numpad1:"Numerická klávesa 1",numpad2:"Numerická klávesa 2",numpad3:"Numerická klávesa 3",numpad4:"Numerická klávesa 4",numpad5:"Numerická klávesa 5",numpad6:"Numerická klávesa 6",numpad7:"Numerická klávesa 7",numpad8:"Numerická klávesa 8",numpad9:"Numerická klávesa 9", +multiply:"Numerická klávesa násobenÃ",add:"PÅidat",subtract:"Numerická klávesa odeÄÃtánÃ",decimalPoint:"Desetinná teÄka",divide:"Numerická klávesa dÄlenÃ",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:"StÅednÃk",equalSign:"RovnÃtko",comma:"Äárka",dash:"PomlÄka",period:"TeÄka",forwardSlash:"LomÃtko",graveAccent:"PÅÃzvuk",openBracket:"OtevÅená hranatá závorka",backSlash:"Obrácené lomÃtko",closeBracket:"UzavÅená hranatá závorka", +singleQuote:"Jednoduchá uvozovka"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js new file mode 100644 index 0000000..86bd79d --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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:"Tu mewn i'r deialog, pwyswch TAB i fynd i'r maes nesaf ar y deialog, pwyswch SHIFT + TAB i symud i faes blaenorol, pwyswch ENTER i gyflwyno'r deialog, pwyswch ESC i ddiddymu'r deialog. Ar gyfer deialogau sydd â thudalennau aml-tab, pwyswch ALT + F10 i lywio'r tab-restr. Yna symudwch i'r tab nesaf gyda TAB neu SAETH DDE. Symudwch i dab blaenorol gyda SHIFT + TAB neu'r SAETH CHWITH. Pwyswch SPACE neu ENTER i ddewis y dudalen tab."}, +{name:"Dewislen Cyd-destun y Golygydd",legend:"Pwyswch $ {contextMenu} neu'r ALLWEDD 'APPLICATION' i agor y ddewislen cyd-destun. Yna symudwch i'r opsiwn ddewislen nesaf gyda'r TAB neu'r SAETH I LAWR. Symudwch i'r opsiwn blaenorol gyda SHIFT + TAB neu'r SAETH I FYNY. Pwyswch SPACE neu ENTER i ddewis yr opsiwn ddewislen. Agorwch is-dewislen yr opsiwn cyfredol gyda SPACE neu ENTER neu SAETH DDE. Ewch yn ôl i'r eitem ar y ddewislen uwch gydag ESC neu SAETH CHWITH. Ceuwch y ddewislen cyd-destun gydag ESC."}, +{name:"Blwch Rhestr y Golygydd",legend:"Tu mewn y blwch rhestr, ewch i'r eitem rhestr nesaf gyda TAB neu'r SAETH I LAWR. Symudwch i restr eitem flaenorol gyda SHIFT + TAB neu SAETH I FYNY. Pwyswch SPACE neu ENTER i ddewis yr opsiwn o'r rhestr. Pwyswch ESC i gau'r rhestr."},{name:"Bar Llwybr Elfen y Golygydd",legend:"Pwyswch ${elementsPathFocus} i fynd i'r bar llwybr elfennau. Symudwch i fotwm yr elfen nesaf gyda TAB neu SAETH DDE. Symudwch i fotwm blaenorol gyda SHIFT + TAB neu SAETH CHWITH. Pwyswch SPACE neu ENTER i ddewis yr elfen yn y golygydd."}]}, +{name:"Gorchmynion",items:[{name:"Gorchymyn dadwneud",legend:"Pwyswch ${undo}"},{name:"Gorchymyn ailadrodd",legend:"Pwyswch ${redo}"},{name:"Gorchymyn Bras",legend:"Pwyswch ${bold}"},{name:"Gorchymyn italig",legend:"Pwyswch ${italig}"},{name:"Gorchymyn tanlinellu",legend:"Pwyso ${underline}"},{name:"Gorchymyn dolen",legend:"Pwyswch ${link}"},{name:"Gorchymyn Cwympo'r Dewislen",legend:"Pwyswch ${toolbarCollapse}"},{name:"Myned i orchymyn bwlch ffocws blaenorol",legend:"Pwyswch ${accessPreviousSpace} i fyned i'r \"blwch ffocws sydd methu ei gyrraedd\" cyn y caret, er enghraifft: dwy elfen HR drws nesaf i'w gilydd. AIladroddwch y cyfuniad allwedd i gyrraedd bylchau ffocws pell."}, +{name:"Ewch i'r gorchymyn blwch ffocws nesaf",legend:"Pwyswch ${accessNextSpace} i fyned i'r blwch ffocws agosaf nad oes modd ei gyrraedd ar ôl y caret, er enghraifft: dwy elfen HR drws nesaf i'w gilydd. Ailadroddwch y cyfuniad allwedd i gyrraedd blychau ffocws pell."},{name:"Cymorth Hygyrchedd",legend:"Pwyswch ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/da.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/da.js new file mode 100644 index 0000000..2be9ece --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/da.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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:"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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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:"Kommandoer",items:[{name:"Fortryd kommando",legend:"Klik pÃ¥ ${undo}"},{name:"Gentag kommando",legend:"Klik ${redo}"},{name:" Bold command",legend:"Klik ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command", +legend:"Klik ${underline}"},{name:" Link command",legend:"Klik ${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:"Kilk ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/de.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/de.js new file mode 100644 index 0000000..a052553 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/de.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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:"Editor Symbolleiste",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:"Editor Dialog",legend:"Innerhalb des Dialogs drücken Sie TAB um zum nächsten Dialogfeld zu gelangen, drücken Sie SHIFT-TAG um zum vorherigen Feld zu wechseln, drücken Sie ENTER um den Dialog abzusenden und ESC um den Dialog zu abzubrechen. Um zwischen den Reitern innerhalb eines Dialogs zu wechseln drücken sie ALT-F10. Um zum nächsten Reiter zu gelangen können Sie TAB oder die rechte Pfeiltaste. Zurück gelangt man mit SHIFT-TAB oder der linken Pfeiltaste. Mit der Leertaste oder Enter kann man den Reiter auswählen."}, +{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 Listen",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:"Wiederholen Befehl",legend:"Drücken Sie ${undo}"},{name:"Rückgängig Befehl",legend:"Drücken Sie ${redo}"},{name:"Fettschrift Befehl", +legend:"Drücken Sie ${bold}"},{name:"Italic Befehl",legend:"Drücken Sie ${italic}"},{name:"Unterstreichung Befehl",legend:"Drücken Sie ${underline}"},{name:"Link Befehl",legend:"Drücken Sie ${link}"},{name:"Symbolleiste zuammenklappen 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:"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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/el.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/el.js new file mode 100644 index 0000000..f2065da --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/el.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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:"ΠαÏÎ¬Î¸Ï Ïο ÎιαλÏÎ³Î¿Ï ÎÏεξεÏγαÏÏή", +legend:"ÎÎÏα Ïε Îνα ÏαÏÎ¬Î¸Ï Ïο διαλÏÎ³Î¿Ï , ÏαÏήÏÏε TAB για να μεÏαβείÏε ÏÏο εÏÏμενο Ïεδίο ή SHIFT + TAB για να μεÏαβείÏε ÏÏο ÏÏοηγοÏμενο. ΠαÏήÏÏε ENTER για να Ï ÏοβάλεÏε Ïην ÏÏÏμα. ΠαÏήÏÏε ESC για να Î±ÎºÏ ÏÏÏεÏε Ïην διαδικαÏία ÏÎ·Ï ÏÏÏμαÏ. Îια ÏαÏÎ¬Î¸Ï Ïα διαλÏγÏν ÏÎ¿Ï ÎÏÎ¿Ï Î½ ÏολλÎÏ ÏÎµÎ»Î¯Î´ÎµÏ Ïε καÏÏÎÎ»ÎµÏ ÏαÏήÏÏε ALT + F10 για να μεÏαβείÏε ÏÏην λίÏÏα ÏÏν καÏÏελÏν. ΣÏην ÏÏ Î½ÎÏεια μÏοÏείÏε να μεÏαβείÏε ÏÏην εÏÏμενη καÏÏÎλα ÏαÏÏνÏÎ±Ï Ïο TAB ή Ïο ÎÎÎÎ ÎÎÎÎÎÎ. ÎÏοÏείÏε να μεÏαβείÏε ÏÏην ÏÏοηγοÏμενη καÏÏÎλα ÏαÏÏνÏÎ±Ï SHIFT + TAB ή Ïο ÎΡÎΣΤÎΡΠÎÎÎÎÎÎ. ΠαÏήÏÏε ÎÎÎΣΤÎÎΠή ENTER για να εÏιλÎξÏε Ïην καÏÏÎλα για ÏÏοβολή."}, +{name:"ÎÎ½Î±Î´Ï Ïμενο ÎÎµÎ½Î¿Ï ÎÏεξεÏγαÏÏή",legend:"ΠαÏήÏÏε ${contextMenu} ή APPLICATION KEY για να ανοίξεÏε Ïο Î±Î½Î±Î´Ï Ïμενο μενοÏ. ÎεÏά μεÏακινηθείÏε ÏÏην εÏÏμενη εÏιλογή ÏÎ¿Ï Î¼ÎµÎ½Î¿Ï Î¼Îµ TAB ή ÎÎΤΩ ÎÎÎÎÎÎ. ÎεÏακινηθείÏε ÏÏην ÏÏοηγοÏμενη εÏιλογή με SHIFT+TAB ή Ïο Î ÎÎΩ ÎÎÎÎÎÎ. ΠαÏήÏÏε ÎÎÎΣΤÎÎΠή ENTER για να εÏιλÎξÏε Ïο ÏÏÎÏÏν ÏÏοιÏείο. ÎνοίξÏε Ïο Î±Î½Î±Î´Ï Ïμενο Î¼ÎµÎ½Î¿Ï ÏÎ·Ï ÏÏÎÏÎ¿Ï ÏÎ±Ï ÎµÏÎ¹Î»Î¿Î³Î®Ï Î¼Îµ ÎÎÎΣΤÎÎΠή ENTER ή Ïο ÎÎÎÎ ÎÎÎÎÎÎ. ÎεÏαβείÏε ÏίÏÏ ÏÏο αÏÏÎ¹ÎºÏ ÏÏοιÏείο Î¼ÎµÎ½Î¿Ï Î¼Îµ Ïο ESC ή Ïο ÎΡÎΣΤÎΡΠÎÎÎÎÎÎ. ÎλείÏÏε Ïο Î±Î½Î±Î´Ï Ïμενο Î¼ÎµÎ½Î¿Ï Î¼Îµ ESC."}, +{name:"ÎÎ¿Ï Ïί ÎίÏÏÎ±Ï ÎÏεξεÏγαÏÏÏν",legend:"ÎÎÏα Ïε Îνα ÎºÎ¿Ï Ïί λίÏÏαÏ, μεÏακινηθείÏε ÏÏο εÏÏμενο ÏÏοιÏείο με TAB ή ÎÎΤΩ ÎÎÎÎÎÎ. ÎεÏακινηθείÏε ÏÏο ÏÏοηγοÏμενο ÏÏοιÏείο με SHIFT + TAB ή Ïο Î ÎÎΩ ÎÎÎÎÎÎ. ΠαÏήÏÏε ÎÎÎΣΤÎÎΠή ENTER για να εÏιλÎξεÏε Îνα ÏÏοιÏείο. ΠαÏήÏÏε ESC για να κλείÏεÏε Ïο ÎºÎ¿Ï Ïί ÏÎ·Ï Î»Î¯ÏÏαÏ."},{name:"ÎÏάÏα ÎιαδÏομÏν ΣÏοιÏείÏν ÎÏεξεÏγαÏÏή",legend:"ΠαÏήÏÏε ${elementsPathFocus} για να ÏεÏιηγηθείÏε ÏÏην μÏάÏα διαδÏομÏν ÏÏοιÏείÏν ÏÎ¿Ï ÎµÏεξεÏγαÏÏή. ÎεÏακινηθείÏε ÏÏο ÎºÎ¿Ï Î¼Ïί ÏÎ¿Ï ÎµÏÏÎ¼ÎµÎ½Î¿Ï ÏÏοιÏÎµÎ¯Î¿Ï Î¼Îµ Ïο TAB ή Ïο ÎÎÎÎ ÎÎÎÎÎÎ. ÎεÏακινηθείÏε ÏÏο ÎºÎ¿Ï Î¼Ïί ÏÎ¿Ï ÏÏοηγοÏÎ¼ÎµÎ½Î¿Ï ÏÏοιÏÎµÎ¯Î¿Ï Î¼Îµ Ïο SHIFT+TAB ή Ïο ÎΡÎΣΤÎΡΠÎÎÎÎÎÎ. ΠαÏήÏÏε ÎÎÎΣΤÎÎΠή ENTER για να εÏιλÎξεÏε Ïο ÏÏοιÏείο ÏÏον εÏεξεÏγαÏÏή."}]}, +{name:"ÎνÏολÎÏ",items:[{name:"ÎνÏολή αναίÏεÏηÏ",legend:"ΠαÏήÏÏε ${undo}"},{name:"ÎνÏολή εÏανάληÏηÏ",legend:"ΠαÏήÏÏε ${redo}"},{name:"ÎνÏολή ÎνÏÎ¿Î½Î·Ï Î³ÏαÏήÏ",legend:"ΠαÏήÏÏε ${bold}"},{name:"ÎνÏολή ÏÎ»Î¬Î³Î¹Î±Ï Î³ÏαÏήÏ",legend:"ΠαÏήÏÏε ${italic}"},{name:"ÎνÏολή Ï ÏογÏάμμιÏηÏ",legend:"ΠαÏήÏÏε ${underline}"},{name:"ÎνÏολή ÏÏ Î½Î´ÎÏÎ¼Î¿Ï ",legend:"ΠαÏήÏÏε ${link}"},{name:"ÎνÏολή ΣÏμÏÏÎ·Î¾Î·Ï ÎÏγαλειοθήκηÏ",legend:"ΠαÏήÏÏε ${toolbarCollapse}"},{name:"Î ÏÏÏβαÏη ÏÏην ÏÏοηγοÏμενη ενÏολή ÏÎ¿Ï ÏÏÏÎ¿Ï ÎµÏÏίαÏÎ·Ï ",legend:"ΠαÏήÏÏε ${accessPreviousSpace} για να ÎÏεÏε ÏÏÏÏβαÏη ÏÏον Ïιο κονÏÎ¹Î½Ï ÏÏÏο εÏÏίαÏÎ·Ï ÏÏιν Ïο δÏομÎα, για ÏαÏάδειγμα: δÏο ÏαÏακείμενα ÏÏοιÏεία Î¥Î. ÎÏαναλάβεÏε Ïο ÏÏ Î½Î´Ï Î±ÏÎ¼Ï ÏλήκÏÏÏν για να ÏθάÏεÏε ÏÏÎ¿Ï Ï ÏÏÏÎ¿Ï Ï Î¼Î±ÎºÏÎ¹Î½Î®Ï ÎµÏÏίαÏηÏ. "}, +{name:"Î ÏÏÏβαÏη ÏÏην εÏÏμενη ενÏολή ÏÎ¿Ï ÏÏÏÎ¿Ï ÎµÏÏίαÏηÏ",legend:"ΠαÏήÏÏε ${accessNextSpace} για να ÎÏεÏε ÏÏÏÏβαÏη ÏÏον Ïιο κονÏÎ¹Î½Ï ÏÏÏο εÏÏίαÏÎ·Ï Î¼ÎµÏά Ïο δÏομÎα, για ÏαÏάδειγμα: δÏο ÏαÏακείμενα ÏÏοιÏεία Î¥Î. ÎÏαναλάβεÏε Ïο ÏÏ Î½Î´Ï Î±ÏÎ¼Ï ÏλήκÏÏÏν για ÏÎ¿Ï Ï ÏÏÏÎ¿Ï Ï Î¼Î±ÎºÏÎ¹Î½Î®Ï ÎµÏÏίαÏηÏ. "},{name:"Îοήθεια Î ÏοÏβαÏιμÏÏηÏαÏ",legend:"ΠαÏήÏÏε ${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:"ÎÏιÏÏεÏÏ ÎÎλοÏ",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:"ΠολλαÏλαÏιαÏμÏÏ",add:"Î ÏÏÏθεÏη",subtract:"ÎÏαίÏεÏη",decimalPoint:"Î¥ÏοδιαÏÏολή",divide:"ÎιαίÏεÏη",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"6",f7:"7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"ÎÏÏÏημαÏικÏ",equalSign:"ΣÏμβολο ÎÏÏÏηÏαÏ",comma:"ÎÏμμα",dash:"ΠαÏλα",period:"Τελεία",forwardSlash:"ÎάθεÏοÏ",graveAccent:"ÎαÏεία",openBracket:"Îνοιγμα ΠαÏÎνθεÏηÏ", +backSlash:"ÎνάÏÏÏοÏη ÎάθεÏοÏ",closeBracket:"ÎλείÏιμο ΠαÏÎνθεÏηÏ",singleQuote:"ÎÏÏÏÏÏοÏοÏ"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js new file mode 100644 index 0000000..4182e6c --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/en.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/en.js new file mode 100644 index 0000000..ae9b338 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/en.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js new file mode 100644 index 0000000..a68c3da --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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."}, +{name:"Redaktildialogo",legend:"En dialogo, premu la TABAN klavon por navigi al la sekva dialogkampo, premu la MAJUSKLIGAN + TABAN klavojn por reveni al la antaÅa kampo, premu la ENENklavon por sendi la dialogon, premu la ESKAPAN klavon por nuligi la dialogon. Por dialogoj kun pluraj retpaÄoj sub langetoj, premu ALT + F10 por navigi al la langetlisto. Poste moviÄu al la sekva langeto per la klavo TABA aÅ SAGO DEKSTREN. MoviÄu al la antaÅa langeto per la klavoj MAJUSKLIGA + TABA aÅ SAGO MALDEKSTREN. Premu la SPACETklavon aÅ la ENENklavon por selekti la langetretpaÄon."}, +{name:"Kunteksta menuo de la redaktilo",legend:"Premu ${contextMenu} aÅ entajpu la KLAVKOMBINAÄ´ON por malfermi la kuntekstan menuon. Poste moviÄu al la sekva opcio de la menuo per la klavoj TABA aÅ SAGO SUBEN. MoviÄu al la antaÅa opcio per la klavoj MAJUSKLGA + TABA aÅ SAGO SUPREN. Premu la SPACETklavon aÅ ENENklavon por selekti la menuopcion. Malfermu la submenuon de la kuranta opcio per la SPACETklavo aÅ la ENENklavo aÅ la SAGO DEKSTREN. Revenu al la elemento de la patra menuo per la klavoj ESKAPA aÅ SAGO MALDEKSTREN. Fermu la kuntekstan menuon per la ESKAPA klavo."}, +{name:"Fallisto de la redaktilo",legend:"En fallisto, moviÄu al la sekva listelemento per la klavoj TABA aÅ SAGO SUBEN. MoviÄu al la antaÅa listelemento per la klavoj MAJUSKLIGA + TABA aÅ SAGO SUPREN. Premu la SPACETklavon aÅ ENENklavon por selekti la opcion en la listo. Premu la ESKAPAN klavon por fermi la falmenuon."},{name:"Breto indikanta la vojon al la redaktilelementoj",legend:"Premu ${elementsPathFocus} por navigi al la breto indikanta la vojon al la redaktilelementoj. MoviÄu al la butono de la sekva elemento per la klavoj TABA aÅ SAGO DEKSTREN. MoviÄu al la butono de la antaÅa elemento per la klavoj MAJUSKLIGA + TABA aÅ SAGO MALDEKSTREN. Premu la SPACETklavon aÅ ENENklavon por selekti la elementon en la redaktilo."}]}, +{name:"Komandoj",items:[{name:"Komando malfari",legend:"Premu ${undo}"},{name:"Komando refari",legend:"Premu ${redo}"},{name:"Komando grasa",legend:"Premu ${bold}"},{name:"Komando kursiva",legend:"Premu ${italic}"},{name:"Komando substreki",legend:"Premu ${underline}"},{name:"Komando ligilo",legend:"Premu ${link}"},{name:"Komando faldi la ilbreton",legend:"Premu ${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:"Helpilo pri atingeblo",legend:"Premu ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/es.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/es.js new file mode 100644 index 0000000..eb30d5e --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/es.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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", +legend:"Dentro de un cuadro de diálogo, presione la tecla TAB para desplazarse al campo siguiente del cuadro de diálogo, pulse SHIFT + TAB para desplazarse al campo anterior, pulse ENTER para presentar cuadro de diálogo, pulse la tecla ESC para cancelar el diálogo. Para los diálogos que tienen varias páginas, presione ALT + F10 para navegar a la pestaña de la lista. Luego pasar a la siguiente pestaña con TAB o FLECHA DERECHA. Para ir a la ficha anterior con SHIFT + TAB o FLECHA IZQUIERDA. Presione ESPACIO o ENTRAR para seleccionar la página de ficha."}, +{name:"Editor del menú contextual",legend:"Presiona ${contextMenu} o TECLA MENà para abrir el menú contextual. Entonces muévete a la siguiente opción del menú con TAB o FLECHA ABAJO. Muévete a la opción previa con SHIFT + TAB o FLECHA ARRIBA. Presiona ESPACIO o ENTER para seleccionar la opción del menú. Abre el submenú de la opción actual con ESPACIO o ENTER o FLECHA DERECHA. Regresa al elemento padre del menú con ESC o FLECHA IZQUIERDA. Cierra el menú contextual con ESC."},{name:"Lista del Editor", +legend:"Dentro de una lista, te mueves al siguiente elemento de la lista con TAB o FLECHA ABAJO. Te mueves al elemento previo de la lista con SHIFT + TAB o FLECHA ARRIBA. Presiona ESPACIO o ENTER para elegir la opción de la lista. Presiona ESC para cerrar la lista."},{name:"Barra de Ruta del Elemento en el Editor",legend:"Presiona ${elementsPathFocus} para navegar a los elementos de la barra de ruta. Te mueves al siguiente elemento botón con TAB o FLECHA DERECHA. Te mueves al botón previo con SHIFT + TAB o FLECHA IZQUIERDA. Presiona ESPACIO o ENTER para seleccionar el elemento en el editor."}]}, +{name:"Comandos",items:[{name:"Comando deshacer",legend:"Presiona ${undo}"},{name:"Comando rehacer",legend:"Presiona ${redo}"},{name:"Comando negrita",legend:"Presiona ${bold}"},{name:"Comando itálica",legend:"Presiona ${italic}"},{name:"Comando subrayar",legend:"Presiona ${underline}"},{name:"Comando liga",legend:"Presiona ${liga}"},{name:"Comando colapsar barra de herramientas",legend:"Presiona ${toolbarCollapse}"},{name:"Comando accesar el anterior espacio de foco",legend:"Presiona ${accessPreviousSpace} para accesar el espacio de foco no disponible más cercano anterior al cursor, por ejemplo: dos elementos HR adyacentes. Repite la combinación de teclas para alcanzar espacios de foco distantes."}, +{name:"Comando accesar el siguiente spacio de foco",legend:"Presiona ${accessNextSpace} para accesar el espacio de foco no disponible más cercano después del cursor, por ejemplo: dos elementos HR adyacentes. Repite la combinación de teclas para alcanzar espacios de foco distantes."},{name:"Ayuda de Accesibilidad",legend:"Presiona ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/et.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/et.js new file mode 100644 index 0000000..4a893b0 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/et.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js new file mode 100644 index 0000000..a0a8ae5 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 Ù Shif-Tab در ٠ج٠Ùع٠ÙÙار ابزار Ø¨Ø¹Ø¯Û Ù ÙبÙÛ Øرکت Ú©ÙÛد. Ø¨Ø±Ø§Û Øرکت در Ú©ÙÛد ÙÙار ابزار ÙبÙÛ Ù Ø¨Ø¹Ø¯Û Ø¨Ø§ Ú©ÙÛد جÙتâÙÙ Ø§Û Ø±Ø§Ø³Øª Ù ÚÙ¾ جابجا Ø´ÙÛد. Ú©ÙÛد Space Ûا Enter را Ø¨Ø±Ø§Û Ùعا٠کرد٠کÙÛد ÙÙار ابزار بÙشارÛد."},{name:"Ù¾Ùجر٠٠ØاÙرÙØ§Û ÙÛراÛشگر", +legend:"در داخ٠ÛÚ© Ù¾Ùجر٠٠ØاÙرÙاÛØ Ú©ÙÛد Tab را بÙشارÛد تا ب٠پÙجرÙÛ Ø¨Ø¹Ø¯Û Ø¨Ø±ÙÛØ¯Ø Shift+Tab Ø¨Ø±Ø§Û Øرکت ب٠ÙÛÙد ÙبÙÛØ Ùشرد٠Enter Ø¨Ø±Ø§Û Ø«Ø¨Øª اطÙاعات Ù¾ÙجرÙØ Ùشرد٠Esc Ø¨Ø±Ø§Û Ùغ٠پÙجر٠٠ØاÙرÙØ§Û Ù Ø¨Ø±Ø§Û Ù¾ÙجرÙÙاÛÛ Ú©Ù ÚÙدÛ٠برگ٠دارÙØ¯Ø Ùشرد٠Alt+F10 جÙت رÙت٠ب٠Tab-List. در ÙÙاÛت Øرکت Ø¨Ù Ø¨Ø±Ú¯Ù Ø¨Ø¹Ø¯Û Ø¨Ø§ Tab Ûا Ú©ÙÛد جÙتÙÙ Ø§Û Ø±Ø§Ø³Øª. Øرکت ب٠برگ٠ÙبÙÛ Ø¨Ø§ Shift+Tab Ûا Ú©ÙÛد جÙتÙÙ Ø§Û ÚÙ¾. Ùشرد٠Space Ûا Enter Ø¨Ø±Ø§Û Ø§Ùتخاب ÛÚ© برگÙ."},{name:"Ù ÙÙÛ Ù ØªÙÛ ÙÛراÛشگر",legend:"${contextMenu} Ûا Ú©ÙÛد برÙا٠ÙÙØ§Û Ú©Ø§Ø±Ø¨Ø±Ø¯Û Ø±Ø§ Ø¨Ø±Ø§Û Ø¨Ø§Ø² کرد٠٠ÙÙÛ Ù ØªÙ Ø±Ø§ بÙشارÛد. سپس Ù ÛتÙاÙÛد Ø¨Ø±Ø§Û Øرکت ب٠گزÛÙÙ Ø¨Ø¹Ø¯Û Ù Ù٠با Ú©ÙÛد Tab Ù Ûا Ú©ÙÛد جÙتÙÙ Ø§Û Ù¾Ø§ÛÛ٠جابجا Ø´ÙÛد. Øرکت ب٠گزÛÙÙ ÙبÙÛ Ø¨Ø§ Shift+Tab Ûا Ú©ÙÛد جÙتÙÙ Ø§Û Ø¨Ø§Ùا. Ùشرد٠Space Ûا Enter Ø¨Ø±Ø§Û Ø§Ùتخاب ÛÚ© گزÛÙ٠از Ù ÙÙ. باز کرد٠زÛر شاخ٠گزÛÙÙ Ù ÙÙ Ø¬Ø§Ø±Û Ø¨Ø§ Ú©ÙÛد Space Ûا Enter Ù Ûا Ú©ÙÛد جÙتÙÙ Ø§Û Ø±Ø§Ø³Øª Ù ÚÙ¾. بازگشت ب٠٠ÙÙÛ ÙاÙد با Ú©ÙÛد Esc Ûا Ú©ÙÛد جÙتÙÙ Ø§Û ÚÙ¾. بست٠٠ÙÙÛ Ù ØªÙ Ø¨Ø§ Esc."}, +{name:"جعب٠ÙÙرست ÙÛراÛشگر",legend:"در داخ٠جعب٠ÙÛØ³ØªØ ÙÙ٠دÙ٠از اÙÙا٠ÙÛست Ø¨Ø¹Ø¯Û Ø±Ø§ با TAB Ù Ûا Arrow Down Øرکت دÙÛد. اÙتÙا٠ب٠ÙÙ٠دÙ٠از اÙÙا٠ÙÛست ÙبÙÛ Ø±Ø§ با SHIFT + TAB Ûا UP ARROW. Ú©ÙÛد Space Ûا ENTER را Ø¨Ø±Ø§Û Ø§Ùتخاب گزÛÙÙ ÙÛست بÙشارÛد. Ú©ÙÛد ESC را Ø¨Ø±Ø§Û Ø¨Ø³ØªÙ Ø¬Ø¹Ø¨Ù ÙÛست بÙشارÛد."},{name:"ÙÛراÛشگر عÙصر ÙÙار راÙ",legend:"Ø¨Ø±Ø§Û Ø±Ùت٠ب٠٠سÛر عÙاصر ${elementsPathFocus} را بÙشارÛد. Øرکت ب٠کÙÛد عÙصر Ø¨Ø¹Ø¯Û Ø¨Ø§ Ú©ÙÛد Tab Ûا Ú©ÙÛد جÙتâÙÙ Ø§Û Ø±Ø§Ø³Øª. برگشت ب٠کÙÛد ÙبÙÛ Ø¨Ø§ Shift+Tab Ûا Ú©ÙÛد جÙتâÙÙ Ø§Û ÚÙ¾. Ùشرد٠Space Ûا Enter Ø¨Ø±Ø§Û Ø§Ùتخاب ÛÚ© عÙصر در ÙÛراÛشگر."}]}, +{name:"Ùر٠اÙâÙا",items:[{name:"بازگشت ب٠آخرÛÙ Ùر٠اÙ",legend:"Ùشرد٠${undo}"},{name:"اÙجا٠٠جدد Ùر٠اÙ",legend:"Ùشرد٠${redo}"},{name:"Ùر٠ا٠درشت کرد٠٠تÙ",legend:"Ùشرد٠${bold}"},{name:"Ùر٠ا٠کج کرد٠٠تÙ",legend:"Ùشرد٠${italic}"},{name:"Ùر٠ا٠زÛرخطدار کرد٠٠تÙ",legend:"Ùشرد٠${underline}"},{name:"Ùر٠ا٠پÛÙÙد دادÙ",legend:"Ùشرد٠${link}"},{name:"بست٠ÙÙار ابزار Ùر٠اÙ",legend:"Ùشرد٠${toolbarCollapse}"},{name:"Ø¯Ø³ØªØ±Ø³Û Ø¨Ù Ùر٠ا٠٠Ø٠ت٠رکز ÙبÙÛ",legend:"Ùشرد٠${accessPreviousSpace} Ø¨Ø±Ø§Û Ø¯Ø³ØªØ±Ø³Û Ø¨Ù ÙزدÛÚ©âترÛÙ ÙØ¶Ø§Û ÙØ§Ø¨Ù Ø¯Ø³ØªØ±Ø³Û ØªÙ Ø±Ú©Ø² Ùب٠از ÙØ´ØªÚ©Ø Ø¨Ø±Ø§Û Ù Ø«Ø§Ù: د٠عÙصر ٠جاÙر HR -خط اÙÙÛ-. تکرار Ú©ÙÛد ترکÛØ¨Û Ø¨Ø±Ø§Û Ø±Ø³Ûد٠ب٠ÙضاÙØ§Û ØªÙ Ø±Ú©Ø² از را٠دÙر."}, +{name:"Ø¯Ø³ØªØ±Ø³Û Ø¨Ù ÙØ¶Ø§Û Ø¯Ø³ØªÙر بعدÛ",legend:"Ø¨Ø±Ø§Û Ø¯Ø³ØªØ±Ø³Û Ø¨Ù ÙزدÛÚ©âترÛÙ ÙØ¶Ø§Û ØªÙ Ø±Ú©Ø² غÛر ÙØ§Ø¨Ù Ø¯Ø³ØªØ±Ø³Ø ${accessNextSpace} را پس از عÙا٠ت Ùشتک بÙشارÛØ¯Ø Ø¨Ø±Ø§Û Ù Ø«Ø§Ù: د٠عÙصر ٠جاÙر HR -خط اÙÙÛ-. Ú©ÙÛد ترکÛØ¨Û Ø±Ø§ Ø¨Ø±Ø§Û Ø±Ø³Ûد٠ب٠ÙØ¶Ø§Û ØªÙ Ø±Ú©Ø² تکرار Ú©ÙÛد."},{name:"راÙÙÙ Ø§Û Ø¯Ø³ØªØ±Ø³Û",legend:"Ùشرد٠${a11yHelp}"}]}],backspace:"عÙبگرد",tab:"برگÙ",enter:"ÙرÙد",shift:"تعÙÛض",ctrl:"Ú©ÙترÙ",alt:"دگرساز",pause:"تÙÙÙ",capslock:"Caps Lock",escape:"گرÛز",pageUp:"صÙØ٠ب٠باÙا",pageDown:"صÙØ٠ب٠پاÛÛÙ",end:"پاÛاÙ",home:"خاÙÙ",leftArrow:"Ù¾Ûکا٠ÚÙ¾", +upArrow:"Ù¾Ûکا٠باÙا",rightArrow:"Ù¾Ûکا٠راست",downArrow:"Ù¾Ûکا٠پاÛÛÙ",insert:"ÙرÙد","delete":"ØØ°Ù",leftWindowKey:"Ú©ÙÛد ÚÙ¾ ÙÛÙدÙز",rightWindowKey:"Ú©ÙÛد راست ÙÛÙدÙز",selectKey:"اÙتخاب Ú©ÙÛد",numpad0:"Ú©ÙÛد ش٠ار٠0",numpad1:"Ú©ÙÛد ش٠ار٠1",numpad2:"Ú©ÙÛد ش٠ار٠2",numpad3:"Ú©ÙÛد ش٠ار٠3",numpad4:"Ú©ÙÛد ش٠ار٠4",numpad5:"Ú©ÙÛد ش٠ار٠5",numpad6:"Ú©ÙÛد ش٠ار٠6",numpad7:"Ú©ÙÛد ش٠ار٠7",numpad8:"Ú©ÙÛد ش٠ار٠8",numpad9:"Ú©ÙÛد ش٠ار٠9",multiply:"ضرب",add:"اÙزÙدÙ",subtract:"تÙرÛÙ",decimalPoint:"ÙÙØ·ÙâÛ Ø§Ø¹Ø´Ø§Ø±",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:"عÙا٠ت تساÙÛ",comma:"کا٠ا",dash:"خط تÛرÙ",period:"دÙرÙ",forwardSlash:"Forward Slash",graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js new file mode 100644 index 0000000..096f367 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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."}, +{name:"Editorin dialogi",legend:"Dialogin sisällä, painamalla TAB siirryt seuraavaan dialogin kenttään, painamalla SHIFT+TAB siirryt aiempaan kenttään, painamalla ENTER lähetät dialogin, painamalla ESC peruutat dialogin. Dialogeille joissa on useita välilehtiä, paina ALT+F10 siirtyäksesi välillehtilistaan. Siirtyäksesi seuraavaan välilehteen paina TAB tai NUOLI OIKEALLE. Siirry edelliseen välilehteen painamalla SHIFT+TAB tai nuoli vasemmalle. Paina VÃLILYÃNTI tai ENTER valitaksesi välilehden."},{name:"Editorin oheisvalikko", +legend:"Paina ${contextMenu} tai SOVELLUSPAINIKETTA avataksesi oheisvalikon. Liiku seuraavaan valikon vaihtoehtoon TAB tai NUOLI ALAS näppäimillä. Siirry edelliseen vaihtoehtoon SHIFT+TAB tai NUOLI YLÃS näppäimillä. Paina VÃLILYÃNTI tai ENTER valitaksesi valikon kohdan. Avataksesi nykyisen kohdan alivalikon paina VÃLILYÃNTI tai ENTER tai NUOLI OIKEALLE painiketta. Siirtyäksesi takaisin valikon ylemmälle tasolle paina ESC tai NUOLI vasemmalle. Oheisvalikko suljetaan ESC painikkeella."},{name:"Editorin listalaatikko", +legend:"Listalaatikon sisällä siirry seuraavaan listan kohtaan TAB tai NUOLI ALAS painikkeilla. Siirry edelliseen listan kohtaan SHIFT+TAB tai NUOLI YLÃS painikkeilla. Paina VÃLILYÃNTI tai ENTER valitaksesi listan vaihtoehdon. Paina ESC sulkeaksesi listalaatikon."},{name:"Editorin elementtipolun palkki",legend:"Paina ${elementsPathFocus} siirtyäksesi elementtipolun palkkiin. Siirry seuraavaan elementtipainikkeeseen TAB tai NUOLI OIKEALLE painikkeilla. Siirry aiempaan painikkeeseen SHIFT+TAB tai NUOLI VASEMMALLE painikkeilla. Paina VÃLILYÃNTI tai ENTER valitaksesi elementin editorissa."}]}, +{name:"Komennot",items:[{name:"Peruuta komento",legend:"Paina ${undo}"},{name:"Tee uudelleen komento",legend:"Paina ${redo}"},{name:"Lihavoi komento",legend:"Paina ${bold}"},{name:"Kursivoi komento",legend:"Paina ${italic}"},{name:"Alleviivaa komento",legend:"Paina ${underline}"},{name:"Linkki komento",legend:"Paina ${link}"},{name:"Pienennä työkalupalkki komento",legend:"Paina ${toolbarCollapse}"},{name:"Siirry aiempaan fokustilaan komento",legend:"Paina ${accessPreviousSpace} siiryäksesi lähimpään kursorin edellä olevaan saavuttamattomaan fokustilaan, esimerkiksi: kaksi vierekkäistä HR elementtiä. Toista näppäinyhdistelmää päästäksesi kauempana oleviin fokustiloihin."}, +{name:"Siirry seuraavaan fokustilaan komento",legend:"Paina ${accessPreviousSpace} siiryäksesi lähimpään kursorin jälkeen olevaan saavuttamattomaan fokustilaan, esimerkiksi: kaksi vierekkäistä HR elementtiä. Toista näppäinyhdistelmää päästäksesi kauempana oleviin fokustiloihin."},{name:"Saavutettavuus ohjeet",legend:"Paina ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js new file mode 100644 index 0000000..15c3c4e --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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."}, +{name:"Dialogue de l'éditeur",legend:"A l'intérieur d'un dialogue, appuyer sur la touche TAB pour naviguer jusqu'au champ de dalogue suivant, appuyez sur les touches SHIFT + TAB pour revenir au champ précédent, appuyez sur la touche ENTRER pour soumettre le dialogue, appuyer sur la touche ESC pour annuler le dialogue. Pour les dialogues avec plusieurs pages d'onglets, appuyer sur ALT + F10 pour naviguer jusqu'à la liste des onglets. Puis se déplacer vers l'onglet suivant avec la touche TAB ou FLECHE DROITE. Se déplacer vers l'onglet précédent avec les touches SHIFT + TAB ou FLECHE GAUCHE. Appuyer sur la barre d'espace ou la touche ENTRER pour sélectionner la page de l'onglet."}, +{name:"Menu contextuel de l'éditeur",legend:"Appuyer sur ${contextMenu} ou entrer le RACCOURCI CLAVIER pour ouvrir le menu contextuel. Puis se déplacer vers l'option suivante du menu avec les touches TAB ou FLECHE BAS. Se déplacer vers l'option précédente avec les touches SHIFT+TAB ou FLECHE HAUT. appuyer sur la BARRE D'ESPACE ou la touche ENTREE pour sélectionner l'option du menu. Oovrir le sous-menu de l'option courante avec la BARRE D'ESPACE ou les touches ENTREE ou FLECHE DROITE. Revenir à l'élément de menu parent avec les touches ESC ou FLECHE GAUCHE. Fermer le menu contextuel avec ESC."}, +{name:"Menu déroulant de l'éditeur",legend:"A l'intérieur d'une liste en menu déroulant, se déplacer vers l'élément suivant de la liste avec les touches TAB ou FLECHE BAS. Se déplacer vers l'élément précédent de la liste avec les touches SHIFT + TAB ou FLECHE HAUT. Appuyer sur la BARRE D'ESPACE ou sur ENTREE pour sélectionner l'option dans la liste. Appuyer sur ESC pour fermer le menu déroulant."},{name:"Barre d'emplacement des éléments de l'éditeur",legend:"Appuyer sur ${elementsPathFocus} pour naviguer vers la barre d'emplacement des éléments de léditeur. Se déplacer vers le bouton d'élément suivant avec les touches TAB ou FLECHE DROITE. Se déplacer vers le bouton d'élément précédent avec les touches SHIFT+TAB ou FLECHE GAUCHE. Appuyer sur la BARRE D'ESPACE ou sur ENTREE pour sélectionner l'élément dans l'éditeur."}]}, +{name:"Commandes",items:[{name:"Annuler",legend:"Appuyer sur ${undo}"},{name:"Refaire",legend:"Appuyer sur ${redo}"},{name:"Gras",legend:"Appuyer sur ${bold}"},{name:"Italique",legend:"Appuyer sur ${italic}"},{name:"Souligné",legend:"Appuyer sur ${underline}"},{name:"Lien",legend:"Appuyer sur ${link}"},{name:"Enrouler la barre d'outils",legend:"Appuyer sur ${toolbarCollapse}"},{name:"Accéder à l'objet de focus précédent",legend:"Appuyer ${accessPreviousSpace} pour accéder au prochain espace disponible avant le curseur, par exemple: deux éléments HR adjacents. Répéter la combinaison pour joindre les éléments d'espaces distantes."}, +{name:"Accéder au prochain objet de focus",legend:"Appuyer ${accessNextSpace} pour accéder au prochain espace disponible après le curseur, par exemple: deux éléments HR adjacents. Répéter la combinaison pour joindre les éléments d'espaces distantes."},{name:"Aide d'accessibilité",legend:"Appuyer sur ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js new file mode 100644 index 0000000..a7de279 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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 Ech (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 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."}, +{name:"Dialogue de l'éditeur",legend:"A l'intérieur d'un dialogue, appuyer sur la touche TAB pour naviguer jusqu'au champ de dalogue suivant, appuyez sur les touches SHIFT + TAB pour revenir au champ précédent, appuyez sur la touche ENTRER pour soumettre le dialogue, appuyer sur la touche ESC pour annuler le dialogue. Pour les dialogues avec plusieurs pages d'onglets, appuyer sur ALT + F10 pour naviguer jusqu'à la liste des onglets. Puis se déplacer vers l'onglet suivant avec la touche TAB ou FLECHE DROITE. Se déplacer vers l'onglet précédent avec les touches SHIFT + TAB ou FLECHE GAUCHE. Appuyer sur la barre d'espace ou la touche ENTRER pour sélectionner la page de l'onglet."}, +{name:"Menu contextuel de l'éditeur",legend:"Appuyer sur ${contextMenu} ou entrer le RACCOURCI CLAVIER pour ouvrir le menu contextuel. Puis se déplacer vers l'option suivante du menu avec les touches TAB ou FLECHE BAS. Se déplacer vers l'option précédente avec les touches SHIFT+TAB ou FLECHE HAUT. appuyer sur la BARRE D'ESPACE ou la touche ENTREE pour sélectionner l'option du menu. Oovrir le sous-menu de l'option courante avec la BARRE D'ESPACE ou les touches ENTREE ou FLECHE DROITE. Revenir à l'élément de menu parent avec les touches Ech ou FLECHE GAUCHE. Fermer le menu contextuel avec Ech."}, +{name:"Zone de liste de l'éditeur",legend:"Dans la liste en menu déroulant, se déplacer vers l'élément suivant de la liste avec les touches TAB ou FLECHE BAS. Se déplacer vers l'élément précédent de la liste avec les touches MAJ + TAB ou FLECHE HAUT. Appuyer sur la BARRE D'ESPACE ou sur ENTREE pour sélectionner l'option dans la liste. Appuyer sur ESC pour fermer le menu déroulant."},{name:"Barre d'emplacement des éléments de l'éditeur",legend:"Appuyer sur ${elementsPathFocus} pour naviguer vers la barre d'emplacement des éléments de l'éditeur. Se déplacer vers le bouton d'élément suivant avec les touches TAB ou FLECHE DROITE. Se déplacer vers le bouton d'élément précédent avec les touches MAJ+TAB ou FLECHE GAUCHE. Appuyer sur la BARRE D'ESPACE ou sur ENTREE pour sélectionner l'élément dans l'éditeur."}]}, +{name:"Commandes",items:[{name:" Annuler la commande",legend:"Appuyer sur ${undo}"},{name:"Refaire la commande",legend:"Appuyer sur ${redo}"},{name:" Commande gras",legend:"Appuyer sur ${bold}"},{name:" Commande italique",legend:"Appuyer sur ${italic}"},{name:" Commande souligné",legend:"Appuyer sur ${underline}"},{name:" Commande lien",legend:"Appuyer sur ${link}"},{name:" Commande enrouler la barre d'outils",legend:"Appuyer sur ${toolbarCollapse}"},{name:"Accéder à la précédente commande d'espace de mise au point", +legend:"Appuyez sur ${accessPreviousSpace} pour accéder à l'espace hors d'atteinte le plus proche avant le caret, par exemple: deux éléments HR adjacents. Répétez la combinaison de touches pour atteindre les espaces de mise au point distants."},{name:"Accès à la prochaine commande de l'espace de mise au point",legend:"Appuyez sur ${accessNextSpace} pour accéder au plus proche espace de mise au point hors d'atteinte après le caret, par exemple: deux éléments HR adjacents. répétez la combinaison de touches pour atteindre les espace de mise au point distants."}, +{name:" Aide Accessibilité",legend:"Appuyer sur ${a11yHelp}"}]}],backspace:"Retour arrière",tab:"Tabulation",enter:"Entrée",shift:"Majuscule",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Verr. Maj.",escape:"Echap",pageUp:"Page supérieure",pageDown:"Page inférieure",end:"Fin",home:"Retour",leftArrow:"Flèche gauche",upArrow:"Flèche haute",rightArrow:"Flèche droite",downArrow:"Flèche basse",insert:"Insertion","delete":"Supprimer",leftWindowKey:"Touche Windows gauche",rightWindowKey:"Touche Windows droite", +selectKey:"Touche menu",numpad0:"Pavé numérique 0",numpad1:"Pavé numérique 1",numpad2:"Pavé numérique 2",numpad3:"Pavé numérique 3",numpad4:"Pavé numérique 4",numpad5:"Pavé numérique 5",numpad6:"Pavé numérique 6",numpad7:"Pavé numérique 7",numpad8:"Pavé numérique 8",numpad9:"Pavé numérique 9",multiply:"Multiplier",add:"Addition",subtract:"Soustraire",decimalPoint:"Point décimal",divide:"Diviser",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:"Verrouillage numérique",scrollLock:"Arrêt défilement",semiColon:"Point virgule",equalSign:"Signe égal",comma:"Virgule",dash:"Tiret",period:"Point",forwardSlash:"Barre oblique",graveAccent:"Accent grave",openBracket:"Parenthèse ouvrante",backSlash:"Barre oblique inverse",closeBracket:"Parenthèse fermante",singleQuote:"Apostrophe"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js new file mode 100644 index 0000000..37fea83 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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."}, +{name:"Editor de diálogo",legend:"Dentro dun cadro de diálogo, prema a tecla TAB para desprazarse ao campo seguinte do cadro de diálogo, prema MAIÃS + TAB para desprazarse ao campo anterior, prema INTRO para presentar o cadro de diálogo, prema a tecla ESC para cancelar o diálogo. Para os diálogos que teñen varias páxinas, prema ALT + F10 para navegar á lapela da lista. Despois pasar á seguinte lapela con TAB ou FRECHA DEREITA. Para ir á lapela anterior con SHIFT + TAB ou FRECHA ESQUERDA. Prema ESPAZO ou INTRO para seleccionar a lapela da páxina."}, +{name:"Editor do menú contextual",legend:"Prema ${contextMenu} ou a TECLA MENà para abrir o menú contextual. A seguir móvase á seguinte opción do menú con TAB ou FRECHA ABAIXO. Móvase á opción anterior con MAIÃS + TAB ou FRECHA ARRIBA. Prema ESPAZO ou INTRO para seleccionar a opción do menú. Abra o submenú da opción actual con ESPAZO ou INTRO ou FRECHA DEREITA. Regrese ao elemento principal do menú con ESC ou FRECHA ESQUERDA. Peche o menú contextual con ESC."},{name:"Lista do editor",legend:"Dentro dunha lista, móvase ao seguinte elemento da lista con TAB ou FRECHA ABAIXO. Móvase ao elemento anterior da lista con MAIÃS + TAB ou FRECHA ARRIBA. Prema ESPAZO ou INTRO para escoller a opción da lista. Prema ESC para pechar a lista."}, +{name:"Barra da ruta ao elemento no editor",legend:"Prema ${elementsPathFocus} para navegar ata os elementos da barra de ruta. Móvase ao seguinte elemento botón con TAB ou FRECHA DEREITA. Móvase ao botón anterior con MAIÃS + TAB ou FRECHA ESQUERDA. Prema ESPAZO ou INTRO para seleccionar o elemento no editor."}]},{name:"Ordes",items:[{name:"Orde «desfacer»",legend:"Prema ${undo}"},{name:"Orde «refacer»",legend:"Prema ${redo}"},{name:"Orde «negra»",legend:"Prema ${bold}"},{name:"Orde «cursiva»",legend:"Prema ${italic}"}, +{name:"Orde «subliñar»",legend:"Prema ${underline}"},{name:"Orde «ligazón»",legend:"Prema ${link}"},{name:"Orde «contraer a barra de ferramentas»",legend:"Prema ${toolbarCollapse}"},{name:"Orde «acceder ao anterior espazo en foco»",legend:"Prema ${accessPreviousSpace} para acceder ao espazo máis próximo de foco inalcanzábel anterior ao cursor, por exemplo: dous elementos HR adxacentes. Repita a combinación de teclas para chegar a espazos de foco distantes."},{name:"Orde «acceder ao seguinte espazo en foco»", +legend:"Prema ${accessNextSpace} para acceder ao espazo máis próximo de foco inalcanzábel posterior ao cursor, por exemplo: dous elementos HR adxacentes. Repita a combinación de teclas para chegar a espazos de foco distantes."},{name:"Axuda da accesibilidade",legend:"Prema ${a11yHelp}"}]}],backspace:"Ir atrás",tab:"Tabulador",enter:"Intro",shift:"Maiús",ctrl:"Ctrl",alt:"Alt",pause:"Pausa",capslock:"Bloq. Maiús",escape:"Escape",pageUp:"Páxina arriba",pageDown:"Páxina abaixo",end:"Fin",home:"Inicio", +leftArrow:"Frecha esquerda",upArrow:"Frecha arriba",rightArrow:"Frecha dereita",downArrow:"Frecha abaixo",insert:"Inserir","delete":"Supr",leftWindowKey:"Tecla Windows esquerda",rightWindowKey:"Tecla Windows dereita",selectKey:"Escolla a tecla",numpad0:"Tec. numérico 0",numpad1:"Tec. numérico 1",numpad2:"Tec. numérico 2",numpad3:"Tec. numérico 3",numpad4:"Tec. numérico 4",numpad5:"Tec. numérico 5",numpad6:"Tec. numérico 6",numpad7:"Tec. numérico 7",numpad8:"Tec. numérico 8",numpad9:"Tec. numérico 9", +multiply:"Multiplicar",add:"Sumar",subtract:"Restar",decimalPoint:"Punto decimal",divide:"Dividir",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:"Bloq. num.",scrollLock:"Bloq. despraz.",semiColon:"Punto e coma",equalSign:"Signo igual",comma:"Coma",dash:"Guión",period:"Punto",forwardSlash:"Barra inclinada",graveAccent:"Acento grave",openBracket:"Abrir corchete",backSlash:"Barra invertida",closeBracket:"Pechar corchete",singleQuote:"Comiña simple"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js new file mode 100644 index 0000000..2982b4f --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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:"àªàª®àª¾àªàª¡àª¸",items:[{name:"ઠનà«àª¡à«àª àªàª®àª¾àªàª¡",legend:"$ દબાવૠ{undo}"},{name:"ફરૠàªàª°à« àªàª®àª¾àªàª¡",legend:"$ દબાવૠ{redo}"},{name:"બà«àª²à«àª¦àª¨à« àªàª®àª¾àªàª¡",legend:"$ દબાવૠ{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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/he.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/he.js new file mode 100644 index 0000000..747aad3 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/he.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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:"×ת×× ××××××, ×××¥ ××× (TAB) ××× ×× ××× ×ש×× ×××, ×××¥ ש××¤× (SHIFT) + ××× (TAB) ××× ×× ××× ×ש×× ×ק×××, ×××¥ ×× ×ר (ENTER) ××× ×ש××× ×ת ×××××××, ×××¥ ×סק××פ (ESC) ××× ××××. ×ת×× ×××××××× ××¢×× ×ספר ××××× (×ש×× ××ת), ×××¥ ××× (ALT) + F10 ××× ×× ××× ×ש×רת ××××××. × ××× ×××× ××× ×¢× ××× (TAB) ×× ××¥ ש××××. ×¢××ר ×××× ×ק××× ×¢× ×©××¤× (SHIFT) + ××× (TAB) ×× ××¥ ש××××. ×××¥ ר××× ×× ×× ×ר (ENTER) ××× ××××× ×¡ ××××."}, +{name:"תפר×× ××קשר (Context Menu)",legend:"×××¥ ${contextMenu} ×× APPLICATION KEY××× ×פת×× ×ת תפר×× ××קשר. ×¢××ר ××פשר×ת ×××× ×¢× ××× (TAB) ×× ××¥ ××××. ×¢××ר ××פשר×ת ×ק×××ת ×¢× ×©××¤× (SHIFT) + ××× (TAB) ×× ××¥ ×××¢××. ×××¥ ר××× ×× ×× ×ר (ENTER) ××× ××××ר ×ת ××פשר×ת. ×¤×ª× ×ת תת ×תפר×× (Sub-menu) ×©× ××פשר×ת ×× ××××ת ×¢× ×¨××× ×× ×× ×ר (ENTER) ×× ××¥ ש××××. ×××ר ×תפר×× ××× ×¢× ×סק××פ (ESC) ×× ××¥ ש××××. ס××ר ×ת תפר×× ××קשר ×¢× ×סק××פ (ESC)."},{name:"תפר×××× ×¦×¤×× (List boxes)",legend:"×ת×× ×ª×¤×¨×× ×¦×£, ×¢××ר ×פר×× ××× ×¢× ××× (TAB) ×× ××¥ ××××. ×¢××ר ×תפר×× ×ק××× ×¢× ×©××¤× (SHIFT) + ××× (TAB) or ××¥ ×¢××××. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"×¢×¥ ×××× ××× (Elements Path)",legend:"×××¥ ${elementsPathFocus} ××× ×× ××× ××¢×¥ ××××× ×××. ×¢××ר ×פר×× ××× ×¢× ××× (TAB) ×× ××¥ ××× ×. ×¢××ר ×פר×× ×ק××× ×¢× ×©××¤× (SHIFT) + ××× (TAB) ×× ××¥ ש××××. ×××¥ ר××× ×× ×× ×ר (ENTER) ××× ××××ר ×ת ××××× × ××¢×ר×."}]},{name:"פק×××ת",items:[{name:" ××××× ×¦×¢× ××ר××",legend:"×××¥ ${undo}"},{name:" ×××¨× ×¢× ×¦×¢× ××ר××",legend:"×××¥ ${redo}"},{name:" ×××ש×",legend:"×××¥ ${bold}"},{name:" ×××××",legend:"×××¥ ${italic}"},{name:" ××ספת ×§× ×ª×ת××",legend:"×××¥ ${underline}"},{name:" ××ספת ××× ×§", +legend:"×××¥ ${link}"},{name:" ×××××¥ סר×× ×××××",legend:"×××¥ ${toolbarCollapse}"},{name:"×××©× ×××ק×× ×××ק×× ×ק×××",legend:"×××¥ ${accessPreviousSpace} ××× ××שת ×××ק×× ×××ק×× ×××-× ××ש ×קר×× ××¤× × ×ס××, ×××©× ××× ×©× × ×××× ××× ×¡××××× ×ס×× HR. ×××ר ×¢× ×¦×ר××£ ×קש×× ×× ××× ×××××¢ ××ק×××ת ××ק×× ×¨××ק×× ××תר."},{name:"×××©× ×××ק×× ×××ק×× ×××",legend:"×××¥ ${accessNextSpace} ××× ××שת ×××ק×× ×××ק×× ×××-× ××ש ×קר×× ×××¨× ×ס××, ×××©× ××× ×©× × ×××× ××× ×¡××××× ×ס×× HR. ×××ר ×¢× ×¦×ר××£ ×קש×× ×× ××× ×××××¢ ××ק×××ת ××ק×× ×¨××ק×× ××תר."}, +{name:" ××ר××ת × ××ש×ת",legend:"×××¥ ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js new file mode 100644 index 0000000..2e50a82 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js new file mode 100644 index 0000000..3cf4366 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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", +legend:"Unutar dijaloga, pritisnite TAB za navigaciju do sljedeÄeg polja, pritisnite SHIFT + TAB za vraÄanje na prethodno polje, pritisnite ENTER za slanje dijaloga ili ESC za zatvaranje dijaloga. Za dijaloge koji imaju viÅ¡estruke kartice, pritisnite ALT + F10 za na navigaciju i zatim TAB ili lijeva strelica kursora ili SHIFT + TAB i desna strelica kursora. SPACE ili ENTER odabiru karticu."},{name:"Kontekstni izbornik",legend:"Pritisnite ${contextMenu} ili APPLICATION tipku za otvaranje kontekstnog izbornika. Pomicanje se vrÅ¡i TAB ili strelicom kursora prema dolje ili SHIFT+TAB ili strelica kursora prema gore. SPACE ili ENTER odabiru opciju izbornika. Otvorite podizbornik trenutne opcije sa SPACE, ENTER ili desna strelica kursora. Povratak na prethodni izbornik vrÅ¡i se sa ESC ili lijevom strelicom kursora. Zatvaranje se vrÅ¡i pritiskom na tipku ESC."}, +{name:"Lista",legend:"Unutar list-boxa, pomicanje na sljedeÄu stavku vrÅ¡i se sa TAB ili strelica kursora prema dolje. Na prethodnu sa SHIFT + TAB ili strelica prema gore. Pritiskom na SPACE ili ENTER odabire se stavka ili ESC za zatvaranje."},{name:"Traka putanje elemenata",legend:"Pritisnite ${elementsPathFocus} za navigaciju po putanji elemenata. Pritisnite TAB ili desnu strelicu kursora za pomicanje na sljedeÄi element ili SHIFT + TAB ili lijeva strelica kursora za pomicanje na prethodni element. Pritiskom na SPACE ili ENTER vrÅ¡i se odabir elementa."}]}, +{name:"Naredbe",items:[{name:"Vrati naredbu",legend:"Pritisni ${undo}"},{name:"Ponovi naredbu",legend:"Pritisni ${redo}"},{name:"Bold naredba",legend:"Pritisni ${bold}"},{name:"Italic naredba",legend:"Pritisni ${italic}"},{name:"Underline naredba",legend:"Pritisni ${underline}"},{name:"Link naredba",legend:"Pritisni ${link}"},{name:"Smanji alatnu traku naredba",legend:"Pritisni ${toolbarCollapse}"},{name:"Access previous focus space naredba",legend:"Pritisni ${accessPreviousSpace} za pristup najbližem nedostupnom razmaku prije kursora, npr.: dva spojena HR elementa. Ponovnim pritiskom dohvatiti Äe se sljedeÄi nedostupni razmak."}, +{name:"Access next focus space naredba",legend:"Pritisni ${accessNextSpace} za pristup najbližem nedostupnom razmaku nakon kursora, npr.: dva spojena HR elementa. Ponovnim pritiskom dohvatiti Äe se sljedeÄi nedostupni razmak."},{name:"PomoÄ za dostupnost",legend:"Pritisni ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js new file mode 100644 index 0000000..41d6489 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +legend:"Párbeszédablakban nyomjon TAB-ot a következÅ párbeszédmezÅhöz ugráshoz, nyomjon SHIFT + TAB-ot az elÅzÅ mezÅhöz ugráshoz, nyomjon ENTER-t a párbeszédablak elfogadásához, nyomjon ESC-et a párbeszédablak elvetéséhez. Azokhoz a párbeszédablakokhoz, amik több fület tartalmaznak, nyomjon ALT + F10-et hogy a fülekre ugorjon. Ezután a TAB-al vagy a JOBB NYÃLLAL a következÅ fülre ugorhat. Az elÅzÅ fülre ugráshoz használja a SHIFT + TAB-ot vagy a BAL NYILAT. Nyomjon SPACE-t vagy ENTER-t hogy kijelölje a fület."}, +{name:"SzerkesztÅ helyi menü",legend:"Nyomjon ${contextMenu}-t vagy ALKALMAZÃS BILLENTYÅ°T a helyi menü megnyitásához. Ezután a következÅ menüpontra léphet a TAB vagy LEFELà NYÃLLAL. Az elÅzÅ opciót a SHIFT+TAB vagy FELFELà NYÃLLAL érheti el. Nyomjon SPACE-t vagy ENTER-t a menüpont kiválasztásához. A jelenlegi menüpont almenüjének megnyitásához nyomjon SPACE-t vagy ENTER-t, vagy JOBB NYILAT. A fÅmenühöz való visszatéréshez nyomjon ESC-et vagy BAL NYILAT. A helyi menü bezárása az ESC billentyűvel lehetséges."}, +{name:"SzerkesztÅ lista",legend:"A listán belül a következÅ elemre a TAB vagy LEFELà NYÃLLAL mozoghat. Az elÅzÅ elem kiválasztásához nyomjon SHIFT+TAB-ot vagy FELFELà NYILAT. Nyomjon SPACE-t vagy ENTER-t az elem kiválasztásához. Az ESC billentyű megnyomásával bezárhatja a listát."},{name:"SzerkesztÅ elem utak sáv",legend:"Nyomj ${elementsPathFocus} hogy kijelöld a elemek út sávját. A következÅ elem gombhoz a TAB-al vagy a JOBB NYÃLLAL juthatsz el. Az elÅzÅ gombhoz a SHIFT+TAB vagy BAL NYÃLLAL mehetsz. A SPACE vagy ENTER billentyűvel kiválaszthatod az elemet a szerkesztÅben."}]}, +{name:"Parancsok",items:[{name:"Parancs visszavonása",legend:"Nyomj ${undo}"},{name:"Parancs megismétlése",legend:"Nyomjon ${redo}"},{name:"Félkövér parancs",legend:"Nyomjon ${bold}"},{name:"DÅlt parancs",legend:"Nyomjon ${italic}"},{name:"Aláhúzott parancs",legend:"Nyomjon ${underline}"},{name:"Link parancs",legend:"Nyomjon ${link}"},{name:"SzerkesztÅsáv összecsukása parancs",legend:"Nyomjon ${toolbarCollapse}"},{name:"Hozzáférés az elÅzÅ fókusz helyhez parancs",legend:"Nyomj ${accessNextSpace} hogy hozzáférj a legközelebbi elérhetetlen fókusz helyhez a hiányjel elÅtt, például: két szomszédos HR elemhez. Ismételd meg a billentyűkombinációt hogy megtaláld a távolabbi fókusz helyeket."}, +{name:"Hozzáférés a következÅ fókusz helyhez parancs",legend:"Nyomj ${accessNextSpace} hogy hozzáférj a legközelebbi elérhetetlen fókusz helyhez a hiányjel után, például: két szomszédos HR elemhez. Ismételd meg a billentyűkombinációt hogy megtaláld a távolabbi fókusz helyeket."},{name:"KisegÃtÅ súgó",legend:"Nyomjon ${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:"balra nyÃl",upArrow:"felfelé nyÃl",rightArrow:"jobbra nyÃl",downArrow:"lefelé nyÃl",insert:"Insert","delete":"Delete",leftWindowKey:"bal Windows-billentyű",rightWindowKey:"jobb Windows-billentyű",selectKey:"Billentyű választása",numpad0:"Számbillentyűk 0",numpad1:"Számbillentyűk 1",numpad2:"Számbillentyűk 2",numpad3:"Számbillentyűk 3",numpad4:"Számbillentyűk 4",numpad5:"Számbillentyűk 5",numpad6:"Számbillentyűk 6",numpad7:"Számbillentyűk 7",numpad8:"Számbillentyűk 8", +numpad9:"Számbillentyűk 9",multiply:"Szorzás",add:"Hozzáadás",subtract:"Kivonás",decimalPoint:"Tizedespont",divide:"Osztás",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:"PontosvesszÅ",equalSign:"EgyenlÅségjel",comma:"VesszÅ",dash:"KötÅjel",period:"Pont",forwardSlash:"Perjel",graveAccent:"Visszafelé dÅlŠékezet",openBracket:"Nyitó szögletes zárójel",backSlash:"fordÃtott perjel",closeBracket:"Záró szögletes zárójel", +singleQuote:"szimpla idézÅjel"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/id.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/id.js new file mode 100644 index 0000000..bf14b8a --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/id.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/it.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/it.js new file mode 100644 index 0000000..e6d836d --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/it.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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:"Premi ${toolbarFocus} per navigare fino alla barra degli strumenti. Muoviti tra i gruppi della barra degli strumenti con i tasti Tab e Maiusc-Tab. Spostati tra il successivo ed il precedente pulsante della barra degli strumenti usando le frecce direzionali Destra e Sinistra. Premi Spazio o Invio per attivare il pulsante della barra degli strumenti."}, +{name:"Finestra Editor",legend:"All'interno di una finestra di dialogo, premi Tab per navigare fino al campo successivo della finestra di dialogo, premi Maiusc-Tab per tornare al campo precedente, premi Invio per inviare la finestra di dialogo, premi Esc per uscire. Per le finestre che hanno schede multiple, premi Alt+F10 per navigare nella lista delle schede. Quindi spostati alla scheda successiva con il tasto Tab oppure con la Freccia Destra. Torna alla scheda precedente con Maiusc+Tab oppure con la Freccia Sinistra. Premi Spazio o Invio per scegliere la scheda."}, +{name:"Menù contestuale Editor",legend:"Premi ${contextMenu} o TASTO APPLICAZIONE per aprire il menu contestuale. Dunque muoviti all'opzione successiva del menu con il tasto TAB o con la Freccia Sotto. Muoviti all'opzione precedente con MAIUSC+TAB o con Freccia Sopra. Premi SPAZIO o INVIO per scegliere l'opzione di menu. Apri il sottomenu dell'opzione corrente con SPAZIO o INVIO oppure con la Freccia Destra. Torna indietro al menu superiore con ESC oppure Freccia Sinistra. Chiudi il menu contestuale con ESC."}, +{name:"Box Lista Editor",legend:"Dentro un box-lista, muoviti al prossimo elemento della lista con TAB o con la Freccia direzionale giù. Spostati all'elemento precedente con MAIUSC+TAB oppure con Freccia direzionale sopra. Premi SPAZIO o INVIO per scegliere l'opzione della lista. Premi ESC per chiudere il box-lista."},{name:"Barra percorso elementi editor",legend:"Premi ${elementsPathFocus} per navigare tra gli elementi della barra percorso. Muoviti al prossimo pulsante di elemento con TAB o la Freccia direzionale destra. Muoviti al pulsante precedente con MAIUSC+TAB o la Freccia Direzionale Sinistra. Premi SPAZIO o INVIO per scegliere l'elemento nell'editor."}]}, +{name:"Comandi",items:[{name:" Annulla comando",legend:"Premi ${undo}"},{name:" Ripeti comando",legend:"Premi ${redo}"},{name:" Comando Grassetto",legend:"Premi ${bold}"},{name:" Comando Corsivo",legend:"Premi ${italic}"},{name:" Comando Sottolineato",legend:"Premi ${underline}"},{name:" Comando Link",legend:"Premi ${link}"},{name:" Comando riduci barra degli strumenti",legend:"Premi ${toolbarCollapse}"},{name:"Comando di accesso al precedente spazio di focus",legend:"Premi ${accessPreviousSpace} per accedere il più vicino spazio di focus non raggiungibile prima del simbolo caret, per esempio due elementi HR adiacenti. Ripeti la combinazione di tasti per raggiungere spazi di focus distanti."}, +{name:"Comando di accesso al prossimo spazio di focus",legend:"Premi ${accessNextSpace} per accedere il più vicino spazio di focus non raggiungibile dopo il simbolo caret, per esempio due elementi HR adiacenti. Ripeti la combinazione di tasti per raggiungere spazi di focus distanti."},{name:" Aiuto Accessibilità ",legend:"Premi ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js new file mode 100644 index 0000000..4a6b4c7 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2014, 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:"ãã¤ã¤ãã°å ã§ã¯ããã¤ã¢ãã°ã®æ¬¡ã®é¸æè¢ã«ç§»åããã«ã¯Tabãæ¼ãã¾ããåã®é¸æè¢ã«ç§»åããã«ã¯ãSHIFT+Tabãæ¼ãã¾ãããã¤ã¢ãã°ã決å®ããã«ã¯ãENTERãæ¼ãã¾ããESCã§ãã¤ã¢ãã°ããã£ã³ã»ã«ã§ãã¾ããè¤æ°ã®ã¿ãããããã¤ã¢ãã°ã§ã¯ã¿ããªã¹ããæä½ããã«ã¯ALT+F10ãæ¼ãã¾ãã次ã®ã¿ãã«ç§»åããã«ã¯Tabãå³ã«ã¼ã½ã«ãåã®ã¿ãã«æ»ãã«ã¯SHIFT+Tabãå·¦ã«ã¼ã½ã«ã§ããã¿ããã¼ã¸ã決å®ããã«ã¯ã¹ãã¼ã¹ãããã¯ãENTERãã¼ãæ¼ãã¦ãã ããã"}, +{name:"ã¨ãã£ã¿ã¼ã®ã¡ãã¥ã¼",legend:"${contextMenu} ãã¼ãAPPLICATION KEYãæ¼ãã¨ã³ã³ããã¹ãã¡ãã¥ã¼ãéãã¾ããTabãä¸ã«ã¼ã½ã«ã§ã¡ãã¥ã¼ã®ãªãã·ã§ã³é¸æãä¸ã«ç§»åãã¾ããæ»ãã«ã¯ãSHIFT+Tabãä¸ã«ã¼ã½ã«ã§ããã¹ãã¼ã¹ãããã¯ENTERãã¼ã§ã¡ãã¥ã¼ãªãã·ã§ã³ã決å®ã§ãã¾ããç¾å¨é¸ãã§ãããªãã·ã§ã³ã®ãµãã¡ãã¥ã¼ãéãã«ã¯ãã¹ãã¼ã¹ããããã¯å³ã«ã¼ã½ã«ãæ¼ãã¾ãããµãã¡ãã¥ã¼ãã親ã¡ãã¥ã¼ã«æ»ãã«ã¯ãESCãå·¦ã«ã¼ã½ã«ãæ¼ãã¦ãã ãããESCã§ã³ã³ããã¹ãã¡ãã¥ã¼èªä½ããã£ã³ã»ã«ã§ãã¾ãã"},{name:"ã¨ãã£ã¿ã¼ãªã¹ãããã¯ã¹",legend:"ãªã¹ãããã¯ã¹å ã§ç§»åããã«ã¯ãTabãä¸ã«ã¼ã½ã«ã§æ¬¡ã®ã¢ã¤ãã ã¸ç§»åãã¾ããSHIFT+Tabã§åã®ã¢ã¤ãã ã«æ»ãã¾ãããªã¹ãã®ãªãã·ã§ã³ãé¸æããã«ã¯ãã¹ãã¼ã¹ãããã¯ãENTERãæ¼ãã¦ãã ããããªã¹ãããã¯ã¹ãéããã«ã¯ãESCãæ¼ãã¦ãã ããã"},{name:"ã¨ãã£ã¿ã¼è¦ç´ ãã¹ãã¼",legend:"${elementsPathFocus} ãæ¼ãã¨ã¨ã¬ã¡ã³ããã¹ãã¼ãæä½åºæ¥ã¾ããTabãå³ã«ã¼ã½ã«ã§æ¬¡ã®ã¨ã¬ã¡ã³ããé¸æã§ãã¾ããåã®ã¨ã¬ã¡ã³ããé¸æããã«ã¯ãSHIFT+Tabãå·¦ã«ã¼ã½ã«ã§ããã¹ãã¼ã¹ãããã¯ãENTERã§ã¨ãã£ã¿å ã®å¯¾è±¡ã¨ã¬ã¡ã³ããé¸æåºæ¥ã¾ãã"}]}, +{name:"ã³ãã³ã",items:[{name:"å ã«æ»ã",legend:"${undo} ãã¯ãªãã¯"},{name:"ããç´ã",legend:"${redo} ãã¯ãªãã¯"},{name:"太å",legend:"${bold} ãã¯ãªãã¯"},{name:"æä½ ",legend:"${italic} ãã¯ãªãã¯"},{name:"ä¸ç·",legend:"${underline} ãã¯ãªãã¯"},{name:"ãªã³ã¯",legend:"${link} ãã¯ãªãã¯"},{name:"ãã¼ã«ãã¼ã縮ãã",legend:"${toolbarCollapse} ãã¯ãªãã¯"},{name:"åã®ã«ã¼ã½ã«ç§»åã®ã§ããªããã¤ã³ãã¸",legend:"${accessPreviousSpace} ãæ¼ãã¨ã«ã¼ã½ã«ããåã«ããã«ã¼ã½ã«ãã¼ã§å ¥ãè¾¼ããªãã¹ãã¼ã¹ã¸ç§»åã§ãã¾ããä¾ãã°ãHRã¨ã¬ã¡ã³ãã2ã¤æ¥ãã¦ããå ´åãªã©ã§ããé¢ããå ´æã¸ã¯ãè¤æ°åãã¼ãæ¼ãã¾ãã"},{name:"次ã®ã«ã¼ã½ã«ç§»åã®ã§ããªããã¤ã³ãã¸",legend:"${accessNextSpace} ãæ¼ãã¨ã«ã¼ã½ã«ããå¾ãã«ããã«ã¼ã½ã«ãã¼ã§å ¥ãè¾¼ããªãã¹ãã¼ã¹ã¸ç§»åã§ãã¾ããä¾ãã°ãHRã¨ã¬ã¡ã³ãã2ã¤æ¥ãã¦ããå ´åãªã©ã§ããé¢ããå ´æã¸ã¯ãè¤æ°åãã¼ãæ¼ãã¾ãã"}, +{name:"ã¦ã¼ã¶ã¼è£å©ãã«ã",legend:"${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:"å·¦ç¢å°",upArrow:"ä¸ç¢å°",rightArrow:"å³ç¢å°",downArrow:"ä¸ç¢å°",insert:"Insert","delete":"Delete",leftWindowKey:"å·¦Windowãã¼",rightWindowKey:"å³ã®Windowãã¼",selectKey:"Select",numpad0:"Num 0",numpad1:"Num 1",numpad2:"Num 2",numpad3:"Num 3",numpad4:"Num 4",numpad5:"Num 5", +numpad6:"Num 6",numpad7:"Num 7",numpad8:"Num 8",numpad9:"Num 9",multiply:"æãã",add:"足ã",subtract:"å¼ã",decimalPoint:"å°æ°ç¹",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:"ã»ãã³ãã³",equalSign:"ã¤ã³ã¼ã«è¨å·",comma:"ã«ã³ã",dash:"ããã·ã¥",period:"ããªãªã",forwardSlash:"ãã©ã¯ã¼ãã¹ã©ãã·ã¥",graveAccent:"ã°ã¬ã¤ã´ã¢ã¯ã»ã³ã",openBracket:"éãã«ãã³",backSlash:"ããã¯ã¹ã©ãã·ã¥",closeBracket:"éãã«ãã³",singleQuote:"ã·ã³ã°ã«ã¯ã©ã¼ã"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/km.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/km.js new file mode 100644 index 0000000..bab2055 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/km.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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:"áá¶áááááááá¶",items:[{name:"áá¶áâááááá¶âáá·ááááá¾áá·á",legend:"á á»á ${undo}"},{name:"áá¶áááááá¶âáááá¾áá·á",legend:"á á»á ${redo}"},{name:"áá¶áááááá¶âá¢ááááâáá·á",legend:"á á»á ${bold}"},{name:"áá¶áááááá¶âá¢ááááâááááá",legend:"á á»á ${italic}"},{name:"áá¶áááááááá¶âááááá¶ááâáá¸ááááá", +legend:"á á»á ${underline}"},{name:"áá¶áááááááá¶âááá",legend:"á á»á ${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:"áááá½áâáá¸âáá¶áâáá¶ááááá½á",legend:"áá½á ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"áááááâáá¾",pageDown:"áááááâááááá",end:"á á»á",home:"áááá",leftArrow:"áááá½áâááááá",upArrow:"áááá½áâáá¾",rightArrow:"áááá½áâáááá¶á",downArrow:"áááá½áâááááá",insert:"áááá á¼á","delete":"áá»á",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"áááá¾áâáááá¶ááâá á»á ",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:"áá»á",add:"áááááá",subtract:"áá",decimalPoint:"Decimal Point",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:"áá·áâáááá·á",semiColon:"á á»á âááááá",equalSign:"ááááá¶âá¢áºááá¼",comma:"ááááá",dash:"Dash",period:"á á»á ",forwardSlash:"Forward Slash",graveAccent:"Grave Accent", +openBracket:"ááááááâáá¾á",backSlash:"Backslash",closeBracket:"ááááááâáá·á",singleQuote:"ááááááâáá½á"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js new file mode 100644 index 0000000..8337ee8 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","ko",{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:"í¸ì§ê¸° ë¤ì´ì¼ë¡ê·¸",legend:"ë¤ì´ì¼ë¡ê·¸ ë´ë¶ìì TAB"},{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:"í¸ì§ê¸° ëª©ë¡ ë°ì¤",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:"ëª ë ¹",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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js new file mode 100644 index 0000000..9641224 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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:"دÛاÙÛÚ¯Û Ø¯ÛستÙارÛÙÛر", +legend:"ÙÛÙÛ٠اÙکاتدا Ú©Û ØªÛ ÙÛدÛاÙÛÚ¯Û, Ú©ÙÛÚ©Û Ú©ÙÛÙÛ TAB Ø¨Û ÚابÛØ±Û Ø®Ø§ÙÛÛ Ø¯ÛاÙÛÚ¯ÛÚ©Û ØªØ±, داگرتÙÛ Ú©ÙÛÙÛ SHIFT + TAB Ø¨Û Ú¯ÙاستÙÛÙÛÛ Ø¨Û Ø®Ø§ÙÛÛ Ù¾ÛØ´ÙÙتر, Ú©ÙÛÙÛ Ú©ÙÛÙÛ ENTER Ø¨Û ÚازÛکردÙÛ Ø¯ÛاÙÛÚ¯ÛÚ©Û, Ú©ÙÛÙÛ Ú©ÙÛÙÛ ESC Ø¨Û ÙÛÚµÙÛشاÙدÙÛÙÛÛ Ø¯ÛاÙÛÚ¯ÛÚ©Û. Ø¨Û Ø¯ÛاÙÛÚ¯Û ÙÛبازدÛØ±Û (تابÛ) زÛاتر, Ú©ÙÛÙÛ Ú©ÙÛÙÛ ALT + F10 Ø¨Û ÚابÛØ±Û ÙÛØ³ØªÛ Ø¨Ø§Ø²Ø¯ÛرÛکاÙ. Ø¨Û ÚÙÙÙÛ Ø¨Ø§Ø²Ø¯ÛØ±Û ØªØ§Ø¨Û Ø¯Ø§ÙاتÙÙ Ú©ÙÛÙÛ Ú©ÙÛÙÛ TAB Ûا٠کÙÛÙÛ ØªÛØ±Û Ø¯ÛØ³ØªÛ Úاست. بÛÚÙÙÙÛ Ø¨Ø§Ø²Ø¯ÛØ±Û ØªØ§Ø¨Û Ù¾ÛØ´Ù٠داگرتÙÛ Ú©ÙÛÙÛ SHIFT + TAB Ûا٠کÙÛÙÛ ØªÛØ±Û Ø¯ÛØ³ØªÛ ÚÛÙ¾. Ú©ÙÛÛ Ú©ÙÛÙÛ SPACE Ûا٠ENTER Ø¨Û ÙÙâڵبÚاردÙÛ Ø¨Ø§Ø²Ø¯Ûر (تاب)."}, +{name:"Ù¾ÛÚØ³ØªÛ Ø³ÛرÙÙÙسÛر",legend:"Ú©ÙÛÙ ${contextMenu} Ûا٠دÙÚ¯Ù ÛÛ ÙÛستÙâ(Menu) Ø¨Û Ú©Ø±Ø¯ÙÛÙÛÛ ÙÛستÛÛ Ø¯ÛÙ. Ø¨Û ÚÙÙÙÛ ÙÛڵبÚاردÛÛÛÚ©Û ØªØ± ÙÙâ ÙÛستÙâ Ú©ÙÛÚ©Û Ú©ÙÛÙÛ TAB Ûا٠کÙÛÙÛ ØªÛØ±Û ÚÙÙ ÙÛØ®ÙارÛÙÙâ Ø¨Û ÚÙÙÙ Ø¨Û ÙÛڵبÚاردÛÛ Ù¾ÛØ´ÙÙ Ú©ÙÛÚ©Û Ú©ÙÛÙÛ SHIFT+TAB Ûا٠کÙÛÙÛ ØªÛØ±Û ÚÙÙ ÙÙâ سÛرÛÙÛ. داگرتÙÛ Ú©ÙÛÙÛ SPACE Ûا٠ENTER Ø¨Û ÙÛڵبÚاردÙÛ ÙÛڵبÚاردÛÛ ÙÛستÙâ. Ø¨Û Ú©Ø±Ø¯ÙÛÙÛÛ ÙÙÛ ÚÛر ÙÛستÙâ ÙÛÙÛڵبÚاردÛÛ ÙÛØ³ØªÛ Ú©ÙÛÚ©Û Ú©ÙÛÙÛ SPACE Ûا٠ENTER Ûا٠کÙÛÙÛ ØªÛØ±Û Ø¯ÛØ³ØªÛ Úاست. Ø¨Û Ú¯ÛÚاÙÛÙÙ Ø¨Û Ø³ÛرÛÙÛÛ ÙÛستÙâ Ú©ÙÛÚ©Û Ú©ÙÛÙÛ ESC Ûا٠کÙÛÙÛ ØªÛØ±Û Ø¯ÛØ³ØªÛ ÚÛÙ¾. Ø¨Û Ø¯Ø§Ø®Ø³ØªÙÛ ÙÛØ³ØªÛ Ú©ÙÛÙÛ Ú©ÙÛÙÛ ESC بکÛ."}, +{name:"ÙÛØ³ØªÛ Ø³ÙÙÙÙÛ Ø³ÛرÙÙÙسÛر",legend:"ÙÛÙا٠سÙÙÙÛ ÙÛست, ÚÛÙ Ø¨Û ÙÛÚµÙبÚاردÛÛ ÙÛستÛÚ©Û ØªØ± Ú©ÙÛÚ©Û Ú©ÙÛÙÛ TAB Ûا٠کÙÛÙÛ ØªÛØ±Û ÚÙÙ ÙÛØ®Ùار. ÚÙÙÙ Ø¨Û ÙÛڵبÚاردÛÛ ÙÛØ³ØªÛ Ù¾ÛØ´ÙÙ Ú©ÙÛÚ©Û Ú©ÙÛÙÛ SHIFT + TAB Ûا٠کÙÛÙÛ ØªÛØ±Û ÚÙÙ ÙÛسÛرÛÙÙâ. Ú©ÙÛÚ©Û Ú©ÙÛÙÛ SPACE Ûا٠ENTER Ø¨Û Ø¯ÛارÛکردÙÛ âÙÛڵبÚاردÛÛ ÙÛست. Ú©ÙÛÚ©Û Ú©ÙÛÙÛ ESC Ø¨Û Ø¯Ø§Ø®Ø³ØªÙÛ Ø³ÙÙÙÛ ÙÛست."},{name:"تÙÙÚµØ§Ù Ø±Ø§Ø²Û ØªÙخ٠",legend:"Ú©ÙÛÙ ${elementsPathFocus} Ø¨Û ÚابÛØ±Û ØªÙÙÚµØ§Ù Ø±Ø§Ø²Û ØªÙخ٠ÛکاÙ. ÚÙÙÙ Ø¨Û Ø¯ÙÚ¯Ù ÛÛ ØªÙخ٠ÛÚ©Û ØªØ± Ú©ÙÛÚ©Û Ú©ÙÛÙÛ TAB Ûا٠کÙÛÙÛ ØªÛØ±Û Ø¯ÛØ³ØªÛ Úاست. ÚÙÙÙ Ø¨Û Ø¯ÙÚ¯Ù ÛÛ ØªÙØ®Ù Û Ù¾ÛØ´ÙÙ Ú©ÙÛÙÛ SHIFT+TAB Ûا٠کÙÛÚ©Û Ú©ÙÛÙÛ ØªÛØ±Û Ø¯ÛØ³ØªÛ ÚÛÙ¾. داگرتÙÛ Ú©ÙÛÙÛ SPACE Ûا٠ENTER Ø¨Û Ø¯ÛارÛکردÙÛ ØªÙخ٠ÛÚ©Ùâ ÙÛسÛرÙÙÙسÙ."}]}, +{name:"ÙÛر٠اÙÛکاÙ",items:[{name:"Ù¾ÙÙÚکردÙÛÙÛÛ ÙÛر٠اÙ",legend:"Ú©ÙÛÙ ${undo}"},{name:"ÙÛÚµÚ¯ÛÚاÙÛÙÛÛ ÙÛر٠اÙ",legend:"Ú©ÙÛÙ ${redo}"},{name:"ÙÛر٠اÙÛ Ø¯ÛÙÛ ÙÛÚµÛÙ",legend:"Ú©ÙÛÙ ${bold}"},{name:"ÙÛر٠اÙÛ Ø¯ÛÙÛ Ùار",legend:"Ú©ÙÛÙ ${italic}"},{name:"ÙÛر٠اÙÛ ÚÛرÙÛÚµ",legend:"Ú©ÙÛÙ ${underline}"},{name:"ÙÛر٠اÙÛ Ø¨ÙâستÛر",legend:"Ú©ÙÛÙ ${link}"},{name:"شاردÛÙÛÙÛÛ ØªÙÙڵا٠راز",legend:"Ú©ÙÛÙ ${toolbarCollapse}"},{name:"ÚÙÙÙÛÙا٠سÛرÙجداÙÛ Ù¾ÛØ´ÙÛ ÙÛر٠اÙÛ Ø¨ÛشاÛÛ",legend:"Ú©ÙÛÚ© ${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:"ÚÙÙÙÛÙا٠سÛرÙجداÙÛ Ø¯Ø§ÙاتÙÙÛ ÙÛر٠اÙÛ Ø¨ÛشاÛÛ",legend:"Ú©ÙÛÚ© ${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:"دÛستپÛÚ¯ÛÛشتÙÛ Ûار٠ÛتÛ",legend:"Ú©ÙÛÙ ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js new file mode 100644 index 0000000..04d50a9 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js new file mode 100644 index 0000000..36ad0cd --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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."}, +{name:"Redaktora dialoga logs",legend:"Dialoga logÄ nospiediet pogu TAB lai pÄrvietotos uz nÄkoÅ¡o dialoga loga lauku, nospiediet SHIFT+TAB lai atgrieztos iepriekÅ¡ÄjÄ laukÄ, nospiediet ENTER lai apstiprinÄtu dialoga datus, nospiediet ESC lai aizvÄrtu Å¡o dialogu. Dialogam kuram ir vairÄkas cilnes, nospiediet ALT+F10 lai pÄrvietotos uz nepiecieÅ¡amo cilni. Lai pÄrvietotos uz nÄkoÅ¡o cilni izmantojiet pogu TAB vai Labo bultiÅu. Lai pÄrvietotos uz iepriekÅ¡Äjo cilni nospiediet SHIFT+TAB vai kreiso bultiÅu. Nospiediet SPACE vai ENTER lai izvÄlÄtos lapas cilni."}, +{name:"Redaktora satura izvÄle",legend:"Nospiediet ${contextMenu} vai APPLICATION KEY lai atvÄrtu satura izvÄlni. Lai pÄrvietotos uz nÄkoÅ¡o izvÄlnes opciju izmantojiet pogu TAB vai pogu BultiÅu uz leju. Lai pÄrvietotos uz iepriekÅ¡Äjo opciju izmantojiet SHIFT+TAB vai pogu BultiÅa uz augÅ¡u. Nospiediet SPACE vai ENTER lai izvelÄtos izvÄlnes opciju. Atveriet tekoÅ¡ajÄ opcija apakÅ¡izvÄlni ar SAPCE vai ENTER ka ari to var izdarÄ«t ar Labo bultiÅu. Lai atgrieztos atpakaļ uz sakuma izvÄlni nospiediet ESC vai Kreiso bultiÅu. Lai aizvÄrtu ciet izvÄlnes saturu nospiediet ESC."}, +{name:"Redaktora saraksta lauks",legend:"Saraksta laukÄ, lai pÄrvietotos uz nÄkoÅ¡o saraksta elementu nospiediet TAB vai pogu BultiÅa uz leju. Lai pÄrvietotos uz iepriekÅ¡Äjo saraksta elementu nospiediet SHIFT+TAB vai pogu BultiÅa uz augÅ¡u. Nospiediet SPACE vai ENTER lai izvÄlÄtos saraksta opcijas. Nospiediet ESC lai aizvÄrtu saraksta lauku. "},{name:"Redaktora elementa ceļa josla",legend:"Nospiediet ${elementsPathFocus} lai pÄrvietotos uz elementa ceļa joslu. Lai pÄrvietotos uz nÄkoÅ¡o elementa pogu izmantojiet TAB vai Labo bultiÅu. Lai pÄrvietotos uz iepriekÅ¡Äjo elementa pogu izmantojiet SHIFT + TAB vai Kreiso bultiÅu. Nospiediet SPACE vai ENTER lai izvÄlÄtos elementu redaktorÄ."}]}, +{name:"Komandas",items:[{name:"Komanda atcelt darbÄ«bu",legend:"Nospiediet ${undo}"},{name:"Komanda atkÄrtot darbÄ«bu",legend:"Nospiediet ${redo}"},{name:"Treknraksta komanda",legend:"Nospiediet ${bold}"},{name:"KursÄ«va komanda",legend:"Nospiediet ${italic}"},{name:"ApakÅ¡svÄ«tras komanda ",legend:"Nospiediet ${underline}"},{name:"Hipersaites komanda",legend:"Nospiediet ${link}"},{name:"RÄ«kjoslas aizvÄrÅ¡anas komanda",legend:"Nospiediet ${toolbarCollapse}"},{name:"Piekļūt iepriekÅ¡Äjai fokusa vietas komandai", +legend:"Nospiediet ${accessPreviousSpace} lai piekļūtu tuvÄkajai nepieejamajai fokusa vietai pirms kursora. PiemÄram: diviem blakus esoÅ¡iem lÄ«nijas HR elementiem. AtkÄrtojiet taustiÅu kombinÄciju lai piekļūtu pie tÄlÄkÄm vietÄm."},{name:"Piekļūt nÄkoÅ¡Ä fokusa apgabala komandai",legend:"Nospiediet ${accessNextSpace} lai piekļūtu tuvÄkajai nepieejamajai fokusa vietai pÄc kursora. PiemÄram: diviem blakus esoÅ¡iem lÄ«nijas HR elementiem. AtkÄrtojiet taustiÅu kombinÄciju lai piekļūtu pie tÄlÄkÄm vietÄm."}, +{name:"PieejamÄ«bas palÄ«dzÄ«ba",legend:"Nospiediet ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js new file mode 100644 index 0000000..fa1b2ef --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."},{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."}, +{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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js new file mode 100644 index 0000000..d40e4d3 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js new file mode 100644 index 0000000..8d73254 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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", +legend:"Mens du er i en dialog, trykk TAB for Ã¥ navigere til neste dialogfelt, press SHIFT + TAB for Ã¥ flytte til forrige felt, trykk ENTER for Ã¥ akseptere dialogen, trykk ESC for Ã¥ avbryte dialogen. For dialoger med flere faner, trykk ALT + F10 for Ã¥ navigere til listen over faner. GÃ¥ til neste fane med TAB eller HÃYRE PILTAST. GÃ¥ til forrige fane med SHIFT + TAB eller VENSTRE PILTAST. Trykk MELLOMROM eller ENTER for Ã¥ velge fanen."},{name:"Kontekstmeny for editor",legend:"Trykk ${contextMenu} eller MENYKNAPP for Ã¥ Ã¥pne kontekstmeny. GÃ¥ til neste alternativ i menyen med TAB eller PILTAST NED. GÃ¥ til forrige alternativ med SHIFT+TAB eller PILTAST OPP. Trykk MELLOMROM eller ENTER for Ã¥ velge menyalternativet. à pne undermenyen pÃ¥ valgt alternativ med MELLOMROM eller ENTER eller HÃYRE PILTAST. GÃ¥ tilbake til overordnet menyelement med ESC eller VENSTRE PILTAST. Lukk kontekstmenyen med ESC."}, +{name:"Listeboks for editor",legend:"I en listeboks, gÃ¥ til neste alternativ i listen med TAB eller PILTAST NED. GÃ¥ til forrige alternativ i listen med SHIFT + TAB eller PILTAST OPP. Trykk MELLOMROM eller ENTER for Ã¥ velge alternativet i listen. Trykk ESC for Ã¥ lukke listeboksen."},{name:"Verktøylinje for elementsti",legend:"Trykk ${elementsPathFocus} for Ã¥ navigere til verktøylinjen som viser elementsti. GÃ¥ til neste elementknapp med TAB eller HÃYRE PILTAST. GÃ¥ til forrige elementknapp med SHIFT+TAB eller VENSTRE PILTAST. Trykk MELLOMROM eller ENTER for Ã¥ velge elementet i editoren."}]}, +{name:"Hurtigtaster",items:[{name:"Angre",legend:"Trykk ${undo}"},{name:"Gjør om",legend:"Trykk ${redo}"},{name:"Fet tekst",legend:"Trykk ${bold}"},{name:"Kursiv tekst",legend:"Trykk ${italic}"},{name:"Understreking",legend:"Trykk ${underline}"},{name:"Lenke",legend:"Trykk ${link}"},{name:"Skjul verktøylinje",legend:"Trykk ${toolbarCollapse}"},{name:"GÃ¥ til forrige fokusomrÃ¥de",legend:"Trykk ${accessPreviousSpace} for Ã¥ komme til nærmeste fokusomrÃ¥de før skrivemarkøren som ikke kan nÃ¥s pÃ¥ vanlig mÃ¥te, for eksempel to tilstøtende HR-elementer. Gjenta tastekombinasjonen for Ã¥ komme til fokusomrÃ¥der lenger unna i dokumentet."}, +{name:"GÃ¥ til neste fokusomrÃ¥de",legend:"Trykk ${accessNextSpace} for Ã¥ komme til nærmeste fokusomrÃ¥de etter skrivemarkøren som ikke kan nÃ¥s pÃ¥ vanlig mÃ¥te, for eksempel to tilstøtende HR-elementer. Gjenta tastekombinasjonen for Ã¥ komme til fokusomrÃ¥der lenger unna i dokumentet."},{name:"Hjelp for tilgjengelighet",legend:"Trykk ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js new file mode 100644 index 0000000..2194480 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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."}, +{name:"Dialoog tekstverwerker",legend:"In een dialoogvenster, druk op TAB om te navigeren naar het volgende veld. Druk op SHIFT+TAB om naar het vorige veld te navigeren. Druk op ENTER om het dialoogvenster te verzenden. Druk op ESC om het dialoogvenster te sluiten. Voor dialoogvensters met meerdere tabbladen, druk op ALT+F10 om naar de tabset te navigeren. Schakel naar het volgende tabblad met TAB of PIJL RECHTS. Schakel naar het vorige tabblad met SHIFT+TAB of PIJL LINKS. Druk op SPATIE of ENTER om het tabblad te selecteren."}, +{name:"Contextmenu tekstverwerker",legend:"Druk op ${contextMenu} of APPLICATION KEY om het contextmenu te openen. Schakel naar de volgende menuoptie met TAB of PIJL OMLAAG. Schakel naar de vorige menuoptie met SHIFT+TAB of PIJL OMHOOG. Druk op SPATIE of ENTER om een menuoptie te selecteren. Op een submenu van de huidige optie met SPATIE, ENTER of PIJL RECHTS. Ga terug naar de bovenliggende menuoptie met ESC of PIJL LINKS. Sluit het contextmenu met ESC."},{name:"Keuzelijst tekstverwerker",legend:"In een keuzelijst, schakel naar het volgende item met TAB of PIJL OMLAAG. Schakel naar het vorige item met SHIFT+TAB of PIJL OMHOOG. Druk op SPATIE of ENTER om het item te selecteren. Druk op ESC om de keuzelijst te sluiten."}, +{name:"Elementenpad werkbalk tekstverwerker",legend:"Druk op ${elementsPathFocus} om naar het elementenpad te navigeren. Om te schakelen naar het volgende element, gebruik TAB of PIJL RECHTS. Om te schakelen naar het vorige element, gebruik SHIFT+TAB or PIJL LINKS. Druk op SPATIE of ENTER om een element te selecteren in de tekstverwerker."}]},{name:"Opdrachten",items:[{name:"Ongedaan maken opdracht",legend:"Druk op ${undo}"},{name:"Opnieuw uitvoeren opdracht",legend:"Druk op ${redo}"},{name:"Vetgedrukt opdracht", +legend:"Druk op ${bold}"},{name:"Cursief opdracht",legend:"Druk op ${italic}"},{name:"Onderstrepen opdracht",legend:"Druk op ${underline}"},{name:"Link opdracht",legend:"Druk op ${link}"},{name:"Werkbalk inklappen opdracht",legend:"Druk op ${toolbarCollapse}"},{name:"Ga naar vorige focus spatie commando",legend:"Druk ${accessPreviousSpace} om toegang te verkrijgen tot de dichtstbijzijnde onbereikbare focus spatie voor de caret, bijvoorbeeld: twee aangrenzende HR elementen. Herhaal de toetscombinatie om de verste focus spatie te bereiken."}, +{name:"Ga naar volgende focus spatie commando",legend:"Druk ${accessNextSpace} om toegang te verkrijgen tot de dichtstbijzijnde onbereikbare focus spatie na de caret, bijvoorbeeld: twee aangrenzende HR elementen. Herhaal de toetscombinatie om de verste focus spatie te bereiken."},{name:"Toegankelijkheidshulp",legend:"Druk op ${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:"Pijl naar links",upArrow:"Pijl omhoog",rightArrow:"Pijl naar rechts",downArrow:"Pijl naar beneden",insert:"Invoegen","delete":"Verwijderen",leftWindowKey:"Linker Windows-toets",rightWindowKey:"Rechter Windows-toets",selectKey:"Selecteer toets",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:"Vermenigvuldigen",add:"Toevoegen", +subtract:"Aftrekken",decimalPoint:"Decimaalteken",divide:"Delen",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:"Puntkomma",equalSign:"Is gelijk-teken",comma:"Komma",dash:"Koppelteken",period:"Punt",forwardSlash:"Slash",graveAccent:"Accent grave",openBracket:"Vierkant haakje openen",backSlash:"Backslash",closeBracket:"Vierkant haakje sluiten",singleQuote:"Apostrof"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/no.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/no.js new file mode 100644 index 0000000..6c69664 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/no.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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", +legend:"Mens du er i en dialog, trykk TAB for Ã¥ navigere til neste dialogfelt, press SHIFT + TAB for Ã¥ flytte til forrige felt, trykk ENTER for Ã¥ akseptere dialogen, trykk ESC for Ã¥ avbryte dialogen. For dialoger med flere faner, trykk ALT + F10 for Ã¥ navigere til listen over faner. GÃ¥ til neste fane med TAB eller HÃYRE PILTAST. GÃ¥ til forrige fane med SHIFT + TAB eller VENSTRE PILTAST. Trykk MELLOMROM eller ENTER for Ã¥ velge fanen."},{name:"Kontekstmeny for editor",legend:"Trykk ${contextMenu} eller MENYKNAPP for Ã¥ Ã¥pne kontekstmeny. GÃ¥ til neste alternativ i menyen med TAB eller PILTAST NED. GÃ¥ til forrige alternativ med SHIFT+TAB eller PILTAST OPP. Trykk MELLOMROM eller ENTER for Ã¥ velge menyalternativet. à pne undermenyen pÃ¥ valgt alternativ med MELLOMROM eller ENTER eller HÃYRE PILTAST. GÃ¥ tilbake til overordnet menyelement med ESC eller VENSTRE PILTAST. Lukk kontekstmenyen med ESC."}, +{name:"Listeboks for editor",legend:"I en listeboks, gÃ¥ til neste alternativ i listen med TAB eller PILTAST NED. GÃ¥ til forrige alternativ i listen med SHIFT + TAB eller PILTAST OPP. Trykk MELLOMROM eller ENTER for Ã¥ velge alternativet i listen. Trykk ESC for Ã¥ lukke listeboksen."},{name:"Verktøylinje for elementsti",legend:"Trykk ${elementsPathFocus} for Ã¥ navigere til verktøylinjen som viser elementsti. GÃ¥ til neste elementknapp med TAB eller HÃYRE PILTAST. GÃ¥ til forrige elementknapp med SHIFT+TAB eller VENSTRE PILTAST. Trykk MELLOMROM eller ENTER for Ã¥ velge elementet i editoren."}]}, +{name:"Kommandoer",items:[{name:"Angre",legend:"Trykk ${undo}"},{name:"Gjør om",legend:"Trykk ${redo}"},{name:"Fet tekst",legend:"Trykk ${bold}"},{name:"Kursiv tekst",legend:"Trykk ${italic}"},{name:"Understreking",legend:"Trykk ${underline}"},{name:"Link",legend:"Trykk ${link}"},{name:"Skjul verktøylinje",legend:"Trykk ${toolbarCollapse}"},{name:"GÃ¥ til forrige fokusomrÃ¥de",legend:"Trykk ${accessPreviousSpace} for Ã¥ komme til nærmeste fokusomrÃ¥de før skrivemarkøren som ikke kan nÃ¥s pÃ¥ vanlig mÃ¥te, for eksempel to tilstøtende HR-elementer. Gjenta tastekombinasjonen for Ã¥ komme til fokusomrÃ¥der lenger unna i dokumentet."}, +{name:"GÃ¥ til neste fokusomrÃ¥de",legend:"Trykk ${accessNextSpace} for Ã¥ komme til nærmeste fokusomrÃ¥de etter skrivemarkøren som ikke kan nÃ¥s pÃ¥ vanlig mÃ¥te, for eksempel to tilstøtende HR-elementer. Gjenta tastekombinasjonen for Ã¥ komme til fokusomrÃ¥der lenger unna i dokumentet."},{name:"Hjelp for tilgjengelighet",legend:"Trykk ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js new file mode 100644 index 0000000..05199b1 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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:"WciÅnij ${toolbarFocus} aby 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 narzÄdzia używajÄ c STRZAÅKI W PRAWO lub STRZAÅKI W LEWO. WciÅnij SPACJÄ lub ENTER, aby aktywowaÄ zaznaczone narzÄdzie."}, +{name:"Okno dialogowe edytora",legend:"BÄdÄ c w oknie dialogowym wciÅnij TAB aby przejÅÄ do nastÄpnego pola dialogowego, wciÅnij SHIFT + TAB aby przejÅÄ do poprzedniego pola, wciÅnij ENTER aby wysÅaÄ dialog, wciÅnij ESC aby anulowaÄ dialog. Dla okien dialogowych z wieloma zakÅadkami, wciÅnij ALT + F10 aby przejÅÄ do listy zakÅadek. Gdy to zrobisz przejdź do nastÄpnej zakÅadki wciskajÄ c TAB lub STRZAÅKÄ W PRAWO. Przejdź do poprzedniej zakÅadki wciskajÄ c SHIFT + TAB lub STRZAÅKÄ W LEWO. WciÅnij SPACJÄ lub ENTER aby wybraÄ zakÅadkÄ."}, +{name:"Menu kontekstowe edytora",legend:"WciÅnij ${contextMenu} lub PRZYCISK APLIKACJI aby otworzyÄ menu kontekstowe. Przejdź do nastÄpnej pozycji menu wciskajÄ c TAB lub STRZAÅKÄ W DÃÅ. Przejdź do poprzedniej pozycji menu wciskajÄ c SHIFT + TAB lub STRZAÅKÄ W GÃRÄ. WciÅnij SPACJÄ lub ENTER aby wygraÄ pozycjÄ menu. Otwórz pod-menu obecnej pozycji wciskajÄ c SPACJÄ lub ENTER lub STRZAÅKÄ W PRAWO. WrÃ³Ä do pozycji nadrzÄdnego menu wciskajÄ c ESC lub STRZAÅKÄ W LEWO. Zamknij menu wciskajÄ c ESC."},{name:"Lista w edytorze", +legend:"W polu listy możesz przechodziÄ do nastÄpnego elementu za pomocÄ klawisza TAB lub STRZAÅKI W DÃÅ. Poprzedni element osiÄ gniesz za pomocÄ SHIFT+TAB lub STRZAÅKI W GÃRÄ. Za pomocÄ SPACJI lub ENTERA wybierzesz danÄ opcjÄ z listy, a za pomocÄ klawisza ESC opuÅcisz listÄ."},{name:"Pasek Åcieżki elementów edytora",legend:"NaciÅnij ${elementsPathFocus} w celu przejÅcia do paska Åcieżki elementów edytora. W celu przejÅcia do kolejnego elementu naciÅnij klawisz Tab lub StrzaÅki w prawo. W celu przejÅcia do poprzedniego elementu naciÅnij klawisze Shift+Tab lub StrzaÅki w lewo. By wybraÄ element w edytorze, użyj klawisza Spacji lub Enter."}]}, +{name:"Polecenia",items:[{name:"Polecenie Cofnij",legend:"NaciÅnij ${undo}"},{name:"Polecenie Ponów",legend:"NaciÅnij ${redo}"},{name:"Polecenie Pogrubienie",legend:"NaciÅnij ${bold}"},{name:"Polecenie Kursywa",legend:"NaciÅnij ${italic}"},{name:"Polecenie PodkreÅlenie",legend:"NaciÅnij ${underline}"},{name:"Polecenie Wstaw/ edytuj odnoÅnik",legend:"NaciÅnij ${link}"},{name:"Polecenie schowaj pasek narzÄdzi",legend:"NaciÅnij ${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:"Pomoc dotyczÄ ca dostÄpnoÅci",legend:"NaciÅnij ${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:"StrzaÅka w lewo", +upArrow:"StrzaÅka w górÄ",rightArrow:"StrzaÅka w prawo",downArrow:"StrzaÅka w dóÅ",insert:"Insert","delete":"Delete",leftWindowKey:"Lewy klawisz Windows",rightWindowKey:"Prawy klawisz Windows",selectKey:"Klawisz wyboru",numpad0:"Klawisz 0 na klawiaturze numerycznej",numpad1:"Klawisz 1 na klawiaturze numerycznej",numpad2:"Klawisz 2 na klawiaturze numerycznej",numpad3:"Klawisz 3 na klawiaturze numerycznej",numpad4:"Klawisz 4 na klawiaturze numerycznej",numpad5:"Klawisz 5 na klawiaturze numerycznej", +numpad6:"Klawisz 6 na klawiaturze numerycznej",numpad7:"Klawisz 7 na klawiaturze numerycznej",numpad8:"Klawisz 8 na klawiaturze numerycznej",numpad9:"Klawisz 9 na klawiaturze numerycznej",multiply:"Multiply",add:"Plus",subtract:"Minus",decimalPoint:"Separator dziesiÄtny",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:"Årednik",equalSign:"Equal Sign",comma:"Przecinek",dash:"Dash", +period:"Kropka",forwardSlash:"UkoÅnik prawy",graveAccent:"Grave Accent",openBracket:"Nawias kwadratowy otwierajÄ cy",backSlash:"UkoÅnik lewy",closeBracket:"Nawias kwadratowy zamykajÄ cy",singleQuote:"Apostrof"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js new file mode 100644 index 0000000..c4ad0cd --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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."}, +{name:"Diálogo do Editor",legend:"Dentro de um diálogo, pressione TAB para navegar para o próximo campo, pressione SHIFT + TAB para mover para o campo anterior, pressione ENTER para enviar o diálogo, pressione ESC para cancelar o diálogo. Para diálogos que tem múltiplas abas, pressione ALT + F10 para navegar para a lista de abas, então mova para a próxima aba com SHIFT + TAB ou SETA PARA ESQUERDA. Pressione ESPAÃO ou ENTER para selecionar a aba."},{name:"Menu de Contexto do Editor",legend:"Pressione ${contextMenu} ou TECLA DE MENU para abrir o menu de contexto, então mova para a próxima opção com TAB ou SETA PARA BAIXO. Mova para a anterior com SHIFT+TAB ou SETA PARA CIMA. Pressione ESPAÃO ou ENTER para selecionar a opção do menu. Abra o submenu da opção atual com ESPAÃO ou ENTER ou SETA PARA DIREITA. Volte para o menu pai com ESC ou SETA PARA ESQUERDA. Feche o menu de contexto com ESC."}, +{name:"Caixa de Lista do Editor",legend:"Dentro de uma caixa de lista, mova para o próximo item com TAB ou SETA PARA BAIXO. Mova para o item anterior com SHIFT + TAB ou SETA PARA CIMA. Pressione ESPAÃO ou ENTER para selecionar uma opção na lista. Pressione ESC para fechar a caixa de lista."},{name:"Barra de Caminho do Elementos do Editor",legend:"Pressione ${elementsPathFocus} para a barra de caminho dos elementos. Mova para o próximo botão de elemento com TAB ou SETA PARA DIREITA. Mova para o botão anterior com SHIFT+TAB ou SETA PARA ESQUERDA. Pressione ESPAÃO ou ENTER para selecionar o elemento no editor."}]}, +{name:"Comandos",items:[{name:" Comando Desfazer",legend:"Pressione ${undo}"},{name:" Comando Refazer",legend:"Pressione ${redo}"},{name:" Comando Negrito",legend:"Pressione ${bold}"},{name:" Comando Itálico",legend:"Pressione ${italic}"},{name:" Comando Sublinhado",legend:"Pressione ${underline}"},{name:" Comando Link",legend:"Pressione ${link}"},{name:" Comando Fechar Barra de Ferramentas",legend:"Pressione ${toolbarCollapse}"},{name:"Acessar o comando anterior de spaço de foco",legend:"Pressione ${accessNextSpace} para acessar o espaço de foco não alcançável mais próximo antes do cursor, por exemplo: dois elementos HR adjacentes. Repita a combinação de teclas para alcançar espaços de foco distantes."}, +{name:"Acessar próximo fomando de spaço de foco",legend:"Pressione ${accessNextSpace} para acessar o espaço de foco não alcançável mais próximo após o cursor, por exemplo: dois elementos HR adjacentes. Repita a combinação de teclas para alcançar espaços de foco distantes."},{name:" Ajuda de Acessibilidade",legend:"Pressione ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js new file mode 100644 index 0000000..c7cd070 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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údos da Ajuda. Pressione em '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."}, +{name:"Janela do Editor",legend:"Dentro de uma janela, pressione TAB para navigar para o campo da janela seguinte, pressione SHIFT + TAB para mover para o campo anterior, pressione ENTER para submeter a janela, pressione ESC para cancelar a janela. Para as janelas que têm múltiplos páginas com separadores, pressione ALT + F10 para navegar para a lista do separador. Depois mova para o seguinte separador com TAB ou SETA DIREITA. Mover para o separador anterior com SHIFT + TAB ou SETA ESQUERDA. Pressione ESPAÃO ou ENTER para selecionar o separador da página."}, +{name:"Menu de Contexto do Editor",legend:"Clique em ${contextMenu} ou TECLA APLICAÃÃO para abrir o menu de contexto. Depois vá para a opção do menu seguinte com TAB ou SETA PARA BAIXO. Vá para a opção anterior com SHIFT+TAB ou SETA PARA CIMA. Pressione ESPAÃO ou ENTER para selecionar a opção do menu. Abra o submenu da opção atual com ESPAÃO, ENTER ou SETA DIREITA. GVá para o item do menu parente com ESC ou SETA ESQUERDA. Feche o menu de contexto com ESC."},{name:"Caixa Lista Editor",legend:"Dentro da caixa da lista, vá para o itemda lista seguinte com TAB ou SETA PARA BAIXO. Move Vá parao item da lista anterior com SHIFT+TAB ou SETA PARA BAIXO. Pressione ESPAÃO ou ENTER para selecionar a opção da lista. Pressione ESC para fechar a caisa da lista."}, +{name:"Caminho Barra Elemento Editor",legend:"Clique em ${elementsPathFocus} para navegar para a barra do caminho dos elementos. Vá para o botão do elemento seguinte com TAB ou SETA DIREITA. Vá para o botão anterior com SHIFT+TAB ou SETA ESQUERDA. Pressione ESPAÃO ou ENTER para selecionar o elemento no editor."}]},{name:"Comandos",items:[{name:"Comando de Anular",legend:"Pressione ${undo}"},{name:"Comando de Refazer",legend:"Pressione ${redo}"},{name:"Comando de Negrito",legend:"Pressione ${bold}"}, +{name:"Comando de Itálico",legend:"Pressione ${italic}"},{name:"Comando de Sublinhado",legend:"Pressione ${underline}"},{name:"Comando de Hiperligação",legend:"Pressione ${link}"},{name:"Comando de Ocultar Barra de Ferramentas",legend:"Pressione ${toolbarCollapse}"},{name:"Acesso comando do espaço focus anterior",legend:"Clique em ${accessPreviousSpace} para aceder ao espaço do focos inalcançável mais perto antes do sinal de omissão, por exemplo: dois elementos HR adjacentes. Repetir a combinação da chave para alcançar os espaços dos focos distantes."}, +{name:"Acesso comando do espaço focus seguinte",legend:"Pressione ${accessNextSpace} para aceder ao espaço do focos inalcançável mais perto depois do sinal de omissão, por exemplo: dois elementos HR adjacentes. Repetir a combinação da chave para alcançar os espaços dos focos distantes."},{name:"Ajuda de Acessibilidade",legend:"Pressione ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js new file mode 100644 index 0000000..068bc98 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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."}, +{name:"Dialog editor",legend:"Ãntr-un dialog, apasÄ TAB pentru a naviga spre câmpul urmÄtor de dialog, apasÄ SHIFT + TAB pentru a te duce la câmpul anterior, apasÄ ENTER pentru a trimite dialogul, apasÄ ESC pentru a anula dialogul. Pentru dialoguri care au mai multe subferestre, apasÄ ALT + F10 pentr a naviga în lista de subferestre. Treci la subferestrea urmÄtoare cu TAB sau SÄGEATÄ DREAPTA. Treci la subfereastra anterioarÄ cu SHIFT + TAB sau SÄGEATÄ STÃNGA. ApasÄ SPAÈIU sau ENTER pentru a selecta subfereastra."}, +{name:"Editor meniu contextual",legend:"ApasÄ ${contextMenu} sau TASTA MENIU pentru a deschide meniul contextual. Treci la urmÄtoarea opÈiune din meniu cu TAB sau SÄGEATÄ JOS. Treci la opÈiunea anterioarÄ cu SHIFT+TAB sau SÄGEATÄ SUS. ApasÄ SPAÈIU sau ENTER pentru a selecta opÈiunea din meniu. Deschide sub-meniul opÈiunii curente cu SPAÈIU sau ENTER sau SÄGEATÄ DREAPTA. Revino la elementul din meniul pÄrinte cu ESC sau SÄGEATÄ STÃNGA. Ãnchide meniul de context cu ESC."},{name:"Editor CasetÄ ListÄ", +legend:"Ãn interiorul unei liste, treci la urmÄtorull element cu TAB sau SÄGEATÄ JOS. Treci la elementul anterior din listÄ cu SHIFT + TAB sau SÄGEATÄ SUS. ApasÄ SPAÈIU sau ENTER pentru a selecta opÈiunea din listÄ. ApasÄ ESC pentru a închide lista."},{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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js new file mode 100644 index 0000000..f3108b1 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 ÐÐÐ ÐÐ ÐÐУЮ СТРÐÐÐУ. ÐеÑÐµÑ Ð¾Ð´ к пÑедÑдÑÑей вкладке Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ SHIFT + TAB или ÐÐÐÐЯ СТРÐÐÐÐ. ÐажмиÑе ÐÐ ÐÐÐРили ENTER, ÑÑÐ¾Ð±Ñ Ð²ÑбÑаÑÑ Ð²ÐºÐ»Ð°Ð´ÐºÑ."}, +{name:"ÐонÑекÑÑное менÑ",legend:'ÐажмиÑе ${contextMenu} или клавиÑÑ APPLICATION, ÑÑÐ¾Ð±Ñ Ð¾ÑкÑÑÑÑ ÐºÐ¾Ð½ÑекÑÑное менÑ. ÐаÑем пеÑейдиÑе к ÑледÑÑÑÐµÐ¼Ñ Ð¿ÑнкÑÑ Ð¼ÐµÐ½Ñ Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ TAB или ÑÑÑелкой "ÐÐÐÐ". ÐеÑÐµÑ Ð¾Ð´ к пÑедÑдÑÑей опÑии - SHIFT+TAB или ÑÑÑелкой "ÐÐÐРХ". ÐажмиÑе SPACE, или ENTER, ÑÑÐ¾Ð±Ñ Ð·Ð°Ð´ÐµÐ¹ÑÑвоваÑÑ Ð¾Ð¿ÑÐ¸Ñ Ð¼ÐµÐ½Ñ. ÐÑкÑÑÑÑ Ð¿Ð¾Ð´Ð¼ÐµÐ½Ñ ÑекÑÑей опÑии - SPACE или ENTER или ÑÑÑелкой "ÐÐÐ ÐÐÐ". ÐозвÑÐ°Ñ Ðº ÑодиÑелÑÑÐºÐ¾Ð¼Ñ Ð¿ÑнкÑÑ Ð¼ÐµÐ½Ñ - ESC или ÑÑÑелкой "ÐÐÐÐÐ". ÐакÑÑÑие конÑекÑÑного Ð¼ÐµÐ½Ñ - ESC.'},{name:"РедакÑÐ¾Ñ ÑпиÑка", +legend:'ÐнÑÑÑи окна ÑпиÑка, пеÑÐµÑ Ð¾Ð´ к ÑледÑÑÑÐµÐ¼Ñ Ð¿ÑнкÑÑ ÑпиÑка - TAB или ÑÑÑелкой "ÐÐÐÐ". ÐеÑÐµÑ Ð¾Ð´ к пÑедÑдÑÑÐµÐ¼Ñ Ð¿ÑнкÑÑ ÑпиÑка - SHIFT + TAB или ÑÑÑелкой "ÐÐÐРХ". ÐажмиÑе SPACE, или ENTER, ÑÑÐ¾Ð±Ñ Ð·Ð°Ð´ÐµÐ¹ÑÑвоваÑÑ Ð¾Ð¿ÑÐ¸Ñ ÑпиÑка. ÐажмиÑе ESC, ÑÑÐ¾Ð±Ñ Ð·Ð°ÐºÑÑÑÑ Ð¾ÐºÐ½Ð¾ ÑпиÑка.'},{name:"ÐÑÑÑ Ðº ÑлеменÑÑ",legend:'ÐажмиÑе ${elementsPathFocus}, ÑÑÐ¾Ð±Ñ Ð¿ÐµÑейÑи к панели пÑÑи ÑлеменÑов. ÐеÑÐµÑ Ð¾Ð´ к ÑледÑÑÑей кнопке ÑлеменÑа - TAB или ÑÑÑелкой "ÐÐÐ ÐÐÐ". ÐеÑÐµÑ Ð¾Ð´ к пÑедÑдÑÑей ÐºÐ½Ð¾Ð¿ÐºÑ - SHIFT+TAB или ÑÑÑелкой "ÐÐÐÐÐ". ÐажмиÑе SPACE, или ENTER, ÑÑÐ¾Ð±Ñ Ð²ÑбÑаÑÑ ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ð² ÑедакÑоÑе.'}]}, +{name:"ÐомандÑ",items:[{name:"ÐÑмениÑÑ",legend:"ÐажмиÑе ${undo}"},{name:"ÐовÑоÑиÑÑ",legend:"ÐажмиÑе ${redo}"},{name:"ÐолÑжиÑнÑй",legend:"ÐажмиÑе ${bold}"},{name:"ÐÑÑÑив",legend:"ÐажмиÑе ${italic}"},{name:"ÐодÑеÑкнÑÑÑй",legend:"ÐажмиÑе ${underline}"},{name:"ÐипеÑÑÑÑлка",legend:"ÐажмиÑе ${link}"},{name:"СвеÑнÑÑÑ Ð¿Ð°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов",legend:"ÐажмиÑе ${toolbarCollapse}"},{name:"ÐÐ¾Ð¼Ð°Ð½Ð´Ñ Ð´Ð¾ÑÑÑпа к пÑедÑдÑÑÐµÐ¼Ñ ÑокÑÑÐ½Ð¾Ð¼Ñ Ð¿ÑоÑÑÑанÑÑвÑ",legend:'ÐажмиÑе ${accessPreviousSpace}, ÑÑÐ¾Ð±Ñ Ð¾Ð±ÑаÑиÑÑÑÑ Ðº ближайÑÐµÐ¼Ñ Ð½ÐµÐ´Ð¾ÑÑÐ¸Ð¶Ð¸Ð¼Ð¾Ð¼Ñ ÑокÑÑÐ½Ð¾Ð¼Ñ Ð¿ÑоÑÑÑанÑÑÐ²Ñ Ð¿ÐµÑед Ñимволом "^", напÑимеÑ: два ÑмежнÑÑ HR ÑлеменÑа. ÐовÑоÑиÑе комбинаÑÐ¸Ñ ÐºÐ»Ð°Ð²Ð¸Ñ, ÑÑÐ¾Ð±Ñ Ð´Ð¾ÑÑиÑÑ Ð¾ÑдаленнÑÑ ÑокÑÑнÑÑ Ð¿ÑоÑÑÑанÑÑв.'}, +{name:"ÐÐ¾Ð¼Ð°Ð½Ð´Ñ Ð´Ð¾ÑÑÑпа к ÑледÑÑÑÐµÐ¼Ñ ÑокÑÑÐ½Ð¾Ð¼Ñ Ð¿ÑоÑÑÑанÑÑвÑ",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:"СпÑавка по гоÑÑÑим клавиÑам",legend:"ÐажмиÑе ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/si.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/si.js new file mode 100644 index 0000000..b5616dd --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/si.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2014, 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:"දà·à¶¶à·à¶à· à¶à·à· , à¶à· චදà·à¶¶à·à· පà·à¶¯à·à·à¶§ යà·à¶¸à¶§ TAB බà·à¶à·à¶à¶¸ à¶à¶¶à¶±à·à¶±, à¶à¶½à·à¶±à· පà·à¶¯à·à·à¶§ යà·à¶¸à¶§ SHIFT + TAB බà·à¶à·à¶à¶¸ ද, දà·à¶¶à·à· à¶à¶¯à·à¶»à·à¶´à¶à· à¶à·à¶»à·à¶¸à¶§ ENTER බà·à¶à·à¶à¶¸ ද, දà·à¶¶à·à· නà·à·à¶à·à¶¸à¶§ ESCබà·à¶à·à¶à¶¸ ද, දà·à¶¶à·à· à·à·à·à¶ à¶à·à¶±à·, පà·à¶§à· à·à·à¶©à· à·à¶à¶à·âයයà·à·à¶à· ලබ෠à¶à·à¶±à·à¶¸à¶§,à¶à·à¶±à· à¶à·à· à¶à·à·à¶¸à·à·à· යà·à¶¸à¶§ ALT + F10 බà·à¶à·à¶à¶¸à· ද, à¶à· චà¶à·à¶±à·à·à¶§ යà·à¶¸à¶§ TAB à·à· RIGTH ARROW බà·à¶à·à¶à¶¸ à¶à¶¶à¶±à·à¶±. පà·à¶» à¶à·à¶±à·à·à¶§ යà·à¶¸à¶§ SHIFT + TAB à·à· LEFT ARROW බà·à¶à·à¶à¶¸à· ද ,à¶à·à¶±à· පà·à¶§à· à¶à·à¶»à·à¶¸à¶§ SPACE à·à· ENTER බà·à¶à·à¶à¶¸à· ද à¶à¶¶à¶±à·à¶±."}, +{name:"à·à¶à·à·à¶à¶»à¶« චඩà¶à¶à·à·à¶§ ",legend:"à¶à¶¶à¶±à·à¶± ${චනà·à¶à¶»à·à¶à¶ මà·à¶±à·à·} à·à· APPLICATION KEY චනà·à¶à¶»à·à¶à¶-මà·à¶±à·à· à·à·à·à·à¶»à¶à¶à·à¶»à·à¶¸à¶§. à¶à· චමà·à¶±à·à·-à·à·à¶à¶½à·à¶´à¶ºà¶±à·à¶§ යà·à¶¸à¶§ TAB à·à· DOWN ARROW බà·à¶à·à¶à¶¸ ද, පà·à¶» à·à·à¶à¶½à·à¶´à¶ºà¶±à·à¶§à¶ºà·à¶¸à¶§ SHIFT+TAB à·à· UP ARROW බà·à¶à·à¶à¶¸ ද, මà·à¶±à·à·-à·à·à¶à¶½à·à¶´à¶ºà¶±à· à¶à·à¶»à·à¶¸à¶§ SPACE à·à· ENTER බà·à¶à·à¶à¶¸ ද, දà·à¶±à¶§ à·à·à·à·à¶»à·à¶à· à¶à¶à· à¶à¶´-මà·à¶±à·à·à¶ à·à·à¶à¶½à·à¶´ à¶à·à¶»à·à¶¸à¶§ SPACE à·à· ENTER à·à· RIGHT ARROW ද, නà·à·à¶ පà·à¶» පà·âරධà·à¶± මà·à¶±à·à·à¶§ යà·à¶¸à¶§ ESC à·à· LEFT ARROW බà·à¶à·à¶à¶¸ ද. චනà·à¶à¶»à·à¶à¶-මà·à¶±à·à· à·à·à·à·à¶¸à¶§ ESC බà·à¶à·à¶à¶¸ ද à¶à¶¶à¶±à·à¶±."},{name:"à·à¶à·à·à¶à¶»à¶« à¶à·à¶»à·à¶¸à· ",legend:"à¶à·à¶»à·à¶¸à· à¶à·à¶§à·à· à¶à·à· , à¶à· චචයà·à¶à¶¸à¶ºà¶§ යà·à¶¸à¶§ TAB à·à· DOWN ARROW , පà·à¶» චයà·à¶à¶¸à¶ºà¶§ යà·à¶¸à¶§ SHIFT + TAB à·à· UP ARROW . චයà·à¶à¶¸ à·à·à¶à¶½à·à¶´à¶ºà¶±à· à¶à·à¶»à·à¶¸à¶§ SPACE à·à· ENTER ,à¶à·à¶»à·à¶¸à· à¶à·à¶§à·à· à·à·à·à·à¶¸à¶§ ESC බà·à¶à·à¶à¶¸à· ද à¶à¶¶à¶±à·à¶±."}, +{name:"à·à¶à·à·à¶à¶»à¶« චà¶à¶ à·à·à·à¶ ",legend:"à¶à¶¶à¶±à·à¶± ${මà·à·à¶½à¶¸à· à¶à·à¶»à· චà·à¶°à·à¶±à¶º} මà·à·à¶½à¶¸à· à¶à·à¶»à·à·à· à¶à·à· මà·à·à· යà·à¶¸à¶§.à¶à¶¯à·à¶»à·à¶ºà¶§ යà·à¶¸à¶§ à·à· à¶à¶´à·à· යà·à¶¸à¶§ මà·à·à¶½à¶¸à· à¶à·à¶»à·à¶à·à¶«à·à¶©à¶º à·à· TAB à·à· SHIFT-TAB .à¶à¶¯à·à¶»à·à¶ºà¶§ යà·à¶¸à¶§ à·à· à¶à¶´à·à· යà·à¶¸à¶§ මà·à·à¶½à¶¸à· à¶à·à¶»à· බà·à¶à·à¶à¶¸ à·à¶¸à¶ RIGHT ARROW à·à· LEFT ARROW.මà·à·à¶½à¶¸à· à¶à·à¶»à· බà·à¶à·à¶à¶¸ à·à¶à·âරà·à¶º à¶à¶» à¶à·à¶±à·à¶¸à¶§ SPACE à·à· ENTER බà·à¶à·à¶à¶¸ à¶à¶¶à¶±à·à¶±."}]},{name:"à·à·à¶°à·à¶±",items:[{name:"à·à·à¶°à·à¶±à¶º à·à·à¶±à·à· ",legend:"à¶à¶¶à¶±à·à¶± ${à·à·à¶±à·à· à¶à·à¶»à·à¶¸}"},{name:"à·à·à¶°à·à¶± නà·à·à¶à· පà·à¶» පරà·à¶¯à·à¶¸ à·à·à¶±à·à·à¶à¶» à¶à·à¶±à·à¶¸.",legend:"à¶à¶¶à¶±à·à¶± ${නà·à·à¶à· පà·à¶» පරà·à¶¯à·à¶¸ à·à·à¶±à·à·à¶à¶» à¶à·à¶±à·à¶¸}"},{name:"à¶à¶¯ චà¶à·à¶»à·à¶±à· à·à·à¶°à·à¶±",legend:"à¶à¶¶à¶±à·à¶± ${à¶à¶¯ }"}, +{name:"බà·à¶°à· චà¶à·à¶»à· à·à·à¶°à·à¶±",legend:"à¶à¶¶à¶±à·à¶± ${බà·à¶°à· චà¶à·à¶»à· }"},{name:"යටà·à¶±à· à¶à¶»à· à¶à¶¯ à¶à¶à· à·à·à¶°à·à¶±.",legend:"à¶à¶¶à¶±à·à¶± ${යටà·à¶±à· à¶à¶»à· à¶à¶¯ à¶à¶à·}"},{name:"à·à¶¸à·à¶¶à¶±à·à¶°à·à¶ à·à·à¶°à·à¶±",legend:"à¶à¶¶à¶±à·à¶± ${à·à¶¸à·à¶¶à¶±à·à¶° }"},{name:"මà·à·à¶½à¶¸à· à¶à·à¶»à· à·à·à¶à·à¶½à·à¶¸à· à·à·à¶°à·à¶±",legend:"à¶à¶¶à¶±à·à¶± ${මà·à·à¶½à¶¸à· à¶à·à¶»à· à·à·à¶à·à¶½à·à¶¸à· }"},{name:"යà·à¶¸à·à·à·à¶¸à¶§ පà·à¶» à·à·à¶¯à¶à¶à· à·à·à¶°à·à¶±",legend:"à¶à¶¶à¶±à·à¶± ${යà·à¶¸à·à·à·à¶¸à¶§ à¶à· ච}"},{name:"යà·à¶¸à·à·à·à¶¸à¶§ à¶à· චà·à·à¶¯à¶à¶à· à·à·à¶°à·à¶±",legend:"à¶à¶¶à¶±à·à¶± ${යà·à¶¸à·à·à·à¶¸à¶§ à¶à· ච}"},{name:"පà·âරà·à·à· ",legend:"à¶à¶¶à¶±à·à¶± ${a11y }"}]}],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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js new file mode 100644 index 0000000..3211133 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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."}, +{name:"Editorový dialóg",legend:"V dialogu, stlaÄte TAB pre navigáciu na ÄalÅ¡ie dialógové pole, stlaÄte STIFT + TAB pre presun na predchádzajúce pole, stlaÄte ENTER pre odoslanie dialógu, stlaÄte ESC pre zruÅ¡enie dialógu. Pre dialógy, ktoré majú viac záložiek, stlaÄte ALT + F10 pre navigácou do zoznamu záložiek. Potom sa posúvajte k ÄalÅ¡ej žáložke pomocou TAB alebo pravou Å¡Ãpkou. Pre presun k predchádzajúcej záložke, stlaÄte SHIFT + TAB alebo ľavú Å¡Ãpku. StlaÄte medzernÃk alebo ENTER pre vybranie záložky."}, +{name:"Editorové kontextové menu",legend:"StlaÄte ${contextMenu} alebo APPLICATION KEY pre otvorenie kontextového menu. Potom sa presúvajte na ÄalÅ¡ie možnosti menu s TAB alebo dolnou Å¡Ãpkou. Presunte sa k predchádzajúcej možnosti s SHIFT + TAB alebo hornou Å¡Ãpkou. StlaÄte medzernÃk alebo ENTER pre výber možnosti menu. Otvorte pod-menu danej možnosti s medzernÃkom, alebo ENTER, alebo pravou Å¡Ãpkou. Vráťte sa späť do položky rodiÄovského menu s ESC alebo ľavou Å¡Ãpkou. Zatvorte kontextové menu s ESC."}, +{name:"Editorov box zoznamu",legend:"V boxe zoznamu, presuÅte sa na ÄalÅ¡iu položku v zozname s TAB alebo dolnou Å¡Ãpkou. PresuÅte sa k predchádzajúcej položke v zozname so SHIFT + TAB alebo hornou Å¡Ãpkou. StlaÄte medzernÃk alebo ENTER pre výber možnosti zoznamu. StlaÄte ESC pre zatvorenie boxu zoznamu."},{name:"Editorove pásmo cesty prvku",legend:"StlaÄte ${elementsPathFocus} pre navigovanie na pásmo cesty elementu. PresuÅte sa na tlaÄidlo ÄalÅ¡ieho prvku s TAB alebo pravou Å¡Ãpkou. PresuÅte sa k predchádzajúcemu tlaÄidlu s SHIFT + TAB alebo ľavou Å¡Ãpkou. StlaÄte medzernÃk alebo ENTER pre výber prvku v editore."}]}, +{name:"PrÃkazy",items:[{name:"VrátiÅ¥ prÃkazy",legend:"StlaÄte ${undo}"},{name:"Nanovo vrátiÅ¥ prÃkaz",legend:"StlaÄte ${redo}"},{name:"PrÃkaz na stuÄnenie",legend:"StlaÄte ${bold}"},{name:"PrÃkaz na kurzÃvu",legend:"StlaÄte ${italic}"},{name:"PrÃkaz na podÄiarknutie",legend:"StlaÄte ${underline}"},{name:"PrÃkaz na odkaz",legend:"StlaÄte ${link}"},{name:"PrÃkaz na zbalenie liÅ¡ty nástrojov",legend:"StlaÄte ${toolbarCollapse}"},{name:"PrejsÅ¥ na predchádzajúcu zamerateľnú medzeru prÃkazu",legend:"StlaÄte ${accessPreviousSpace} pre prÃstup na najbližšie nedosiahnuteľné zamerateľné medzery pred vsuvkuo. NaprÃklad: dve za sebou idúce horizontálne Äiary. Opakujte kombináciu klávesov pre dosiahnutie vzdialených zamerateľných medzier."}, +{name:"PrejsÅ¥ na ÄalÅ¡Ã ",legend:"StlaÄte ${accessNextSpace} pre prÃstup na najbližšie nedosiahnuteľné zamerateľné medzery po vsuvke. NaprÃklad: dve za sebou idúce horizontálne Äiary. Opakujte kombináciu klávesov pre dosiahnutie vzdialených zamerateľných medzier."},{name:"Pomoc prÃstupnosti",legend:"StlaÄte ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js new file mode 100644 index 0000000..f99db09 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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."}, +{name:"Urejevalno Pogovorno Okno",legend:"Znotraj pogovornega okna, pritisnite tipko TAB za pomik na naslednjo pogovorno polje, pritisnite SHIFT + TAB za pomik v prejÅ¡nje polje, pritisnite tipko ENTER za predložitev pogovornega okna, pritisnite tipko ESC, da prekliÄete okno. Za okna, ki imajo veÄ zavihkov, pritisnite ALT + F10, da pojdete na seznam zavihkov. Na naslednji zavihek se premaknete s tipko TAB ali DESNO PUÅ ÄICO. Z SHIFT + TAB ali LEVO PUÅ ÄICO pa se premaknete na prejÅ¡nji zavihek. Pritisnite tipko SPACE ali ENTER za izbiro zavihka."}, +{name:"Urejevalni Kontekstni Meni",legend:"Pritisnite ${contextMenu} ali APPLICATION KEY, da odprete kontekstni meni. Nato se premaknite na naslednjo možnost menija s tipko TAB ali PUÅ ÄICA DOL. Premakniti se na prejÅ¡njo možnost z SHIFT + TAB ali PUÅ ÄICA GOR. Pritisnite SPACE ali ENTER za izbiro možnosti menija. Odprite podmeni trenutne možnosti menija s tipko SPACE ali ENTER ali DESNA PUÅ ÄICA. Vrnite se na matiÄni element menija s tipko ESC ali LEVA PUÅ ÄICA. Zaprite kontekstni meni z ESC."},{name:"Urejevalno Seznamsko Polje", +legend:"Znotraj seznama, se premaknete na naslednji element seznama s tipko TAB ali PUÅ ÄICO DOL. Z SHIFT + TAB ali PUÅ ÄICO GOR se premaknete na prejÅ¡nji element seznama. Pritisnite tipko SPACE ali ENTER za izbiro elementa. Pritisnite tipko ESC, da zaprete seznam."},{name:"Urejevalna vrstica poti elementa",legend:"Pritisnite ${elementsPathFocus} za pomikanje po vrstici elementnih poti. S TAB ali DESNA PUÅ ÄICA se premaknete na naslednji gumb elementa. Z SHIFT + TAB ali LEVO PUÅ ÄICO se premaknete na prejÅ¡nji gumb elementa. Pritisnite SPACE ali ENTER za izbiro elementa v urejevalniku."}]}, +{name:"Ukazi",items:[{name:"Razveljavi ukaz",legend:"Pritisnite ${undo}"},{name:"Ponovi ukaz",legend:"Pritisnite ${redo}"},{name:"Krepki ukaz",legend:"Pritisnite ${bold}"},{name:"LežeÄi ukaz",legend:"Pritisnite ${italic}"},{name:"Poudarni ukaz",legend:"Pritisnite ${underline}"},{name:"Ukaz povezave",legend:"Pritisnite ${link}"},{name:"SkrÄi Orodno Vrstico Ukaz",legend:"Pritisnite ${toolbarCollapse}"},{name:"Dostop do prejÅ¡njega ukaza ostrenja",legend:"Pritisnite ${accessPreviousSpace} za dostop do najbližjega nedosegljivega osredotoÄenega prostora pred streÅ¡ico, npr.: dva sosednja HR elementa. Ponovite kombinacijo tipk, da dosežete oddaljene osredotoÄene prostore."}, +{name:"Dostop do naslednjega ukaza ostrenja",legend:"Pritisnite ${accessNextSpace} za dostop do najbližjega nedosegljivega osredotoÄenega prostora po streÅ¡ici, npr.: dva sosednja HR elementa. Ponovite kombinacijo tipk, da dosežete oddaljene osredotoÄene prostore."},{name:"PomoÄ Dostopnosti",legend:"Pritisnite ${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:"Levo puÅ¡Äica",upArrow:"Gor puÅ¡Äica",rightArrow:"Desno puÅ¡Äica",downArrow:"Dol puÅ¡Äica",insert:"Insert","delete":"Delete",leftWindowKey:"Leva Windows tipka",rightWindowKey:"Desna Windows tipka",selectKey:"Select tipka",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:"Zmnoži",add:"Dodaj",subtract:"OdÅ¡tej",decimalPoint:"Decimalna vejica", +divide:"Deli",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:"PodpiÄje",equalSign:"enaÄaj",comma:"Vejica",dash:"Vezaj",period:"Pika",forwardSlash:"Desna poÅ¡evnica",graveAccent:"Krativec",openBracket:"Oklepaj",backSlash:"Leva poÅ¡evnica",closeBracket:"Oklepaj",singleQuote:"OpuÅ¡Äaj"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js new file mode 100644 index 0000000..7bcd769 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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:"Komandat",items:[{name:"Rikthe komandën",legend:"Shtyp ${undo}"},{name:"Ribëj komandën",legend:"Shtyp ${redo}"},{name:"Komanda e trashjes së tekstit",legend:"Shtyp ${bold}"},{name:"Komanda kursive",legend:"Shtyp ${italic}"}, +{name:"Komanda e nënvijëzimit",legend:"Shtyp ${underline}"},{name:"Komanda e Nyjes",legend:"Shtyp ${link}"},{name:" Toolbar Collapse command",legend:"Shtyp ${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:"Ndihmë Qasjeje",legend:"Shtyp ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js new file mode 100644 index 0000000..e1a720b --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js new file mode 100644 index 0000000..a75fdd4 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js new file mode 100644 index 0000000..49f9293 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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."}, +{name:"Dialogeditor",legend:"Inuti en dialogruta, tryck TAB för att navigera till nästa fält i dialogrutan. Du trycker SKIFT + TAB för att flytta till föregÃ¥ende fält. Tryck ENTER för att skicka. Du avbryter och stänger dialogen med ESC. För dialogrutor som har flera flikar, tryck ALT + F10 navigera till fliklistan. Flytta sedan till nästa flik med HÃGERPIL. Flytta till föregÃ¥ende flik med SHIFT + TAB eller VÃNSTERPIL. Tryck Space eller ENTER för att välja fliken."},{name:"Editor för innehÃ¥llsmeny", +legend:"Tryck pÃ¥ $ {contextMenu} eller PROGRAMTANGENTEN för att öppna snabbmenyn. Flytta sedan till nästa menyalternativ med TAB eller NEDPIL. Flytta till föregÃ¥ende alternativ med SHIFT + TABB eller UPPIL. Tryck Space eller ENTER för att välja menyalternativ. Ãppna undermeny av nuvarande alternativ med SPACE eller ENTER eller HÃGERPIL. GÃ¥ tillbaka till överordnade menyalternativ med ESC eller VÃNSTERPIL. Stäng snabbmenyn med ESC."},{name:"Editor för List Box",legend:"Inuti en list-box, gÃ¥ till nästa listobjekt med TAB eller NEDPIL. Flytta till föregÃ¥ende listobjekt med SHIFT + TAB eller UPPIL. Tryck Space eller ENTER för att välja listan alternativet. Tryck ESC för att stänga listan-boxen."}, +{name:"Editor för elementens sökväg",legend:"Tryck pÃ¥ $ {elementsPathFocus} för att navigera till verktygsfältet för elementens sökvägar. Flytta till nästa elementknapp med TAB eller HÃGERPIL. Flytta till föregÃ¥ende knapp med SKIFT + TAB eller VÃNSTERPIL. Tryck Space eller ENTER för att välja element i redigeraren."}]},{name:"Kommandon",items:[{name:"Kommandot Ã¥ngra",legend:"Tryck pÃ¥ ${undo}"},{name:"Kommandot gör om",legend:"Tryck pÃ¥ ${redo}"},{name:"Kommandot fet stil",legend:"Tryck pÃ¥ ${bold}"}, +{name:"Kommandot kursiv",legend:"Tryck pÃ¥ ${italic}"},{name:"Kommandot understruken",legend:"Tryck pÃ¥ ${underline}"},{name:"Kommandot länk",legend:"Tryck pÃ¥ ${link}"},{name:"Verktygsfält Dölj kommandot",legend:"Tryck pÃ¥ ${toolbarCollapse}"},{name:"GÃ¥ till föregÃ¥ende fokus plats",legend:"Tryck pÃ¥ ${accessPreviousSpace} för att gÃ¥ till närmast onÃ¥bara utrymme före markören, exempel: tvÃ¥ intilliggande HR element. Repetera tangentkombinationen för att gÃ¥ till nästa."},{name:"TillgÃ¥ nästa fokuskommandots utrymme", +legend:"Tryck ${accessNextSpace} pÃ¥ för att komma Ã¥t den närmaste onÃ¥bar fokus utrymme efter cirkumflex, till exempel: tvÃ¥ intilliggande HR element. Upprepa tangentkombinationen för att nÃ¥ avlägsna fokus utrymmen."},{name:"Hjälp om tillgänglighet",legend:"Tryck ${a11yHelp}"}]}],backspace:"Backsteg",tab:"Tab",enter:"Retur",shift:"Skift",ctrl:"Ctrl",alt:"Alt",pause:"Paus",capslock:"Caps lock",escape:"Escape",pageUp:"Sida Up",pageDown:"Sida Ned",end:"Slut",home:"Hem",leftArrow:"Vänsterpil",upArrow:"Uppil", +rightArrow:"Högerpil",downArrow:"NedÃ¥tpil",insert:"Infoga","delete":"Radera",leftWindowKey:"Vänster Windowstangent",rightWindowKey:"Höger Windowstangent",selectKey:"Välj tangent",numpad0:"Nummer 0",numpad1:"Nummer 1",numpad2:"Nummer 2",numpad3:"Nummer 3",numpad4:"Nummer 4",numpad5:"Nummer 5",numpad6:"Nummer 6",numpad7:"Nummer 7",numpad8:"Nummer 8",numpad9:"Nummer 9",multiply:"Multiplicera",add:"Addera",subtract:"Minus",decimalPoint:"Decimalpunkt",divide:"Dividera",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:"Semikolon",equalSign:"Lika med tecken",comma:"Komma",dash:"Minus",period:"Punkt",forwardSlash:"Snedstreck framÃ¥t",graveAccent:"Accent",openBracket:"Ãppningsparentes",backSlash:"Snedstreck bakÃ¥t",closeBracket:"Slutparentes",singleQuote:"Enkelt Citattecken"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/th.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/th.js new file mode 100644 index 0000000..4e7c3e0 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/th.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page."}, +{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."},{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:"à¸à¸³à¸ªà¸±à¹à¸",items:[{name:"à¹à¸¥à¸´à¸à¸à¸³à¸à¸³à¸ªà¸±à¹à¸",legend:"วาภ${undo}"},{name:"à¸à¸³à¸ªà¸±à¹à¸à¸ªà¸³à¸«à¸£à¸±à¸à¸à¸³à¸à¹à¸³",legend:"วาภ${redo}"},{name:"à¸à¸³à¸ªà¸±à¹à¸à¸ªà¸³à¸«à¸£à¸±à¸à¸à¸±à¸§à¸«à¸à¸²",legend:"วาภ${bold}"},{name:"à¸à¸³à¸ªà¸±à¹à¸à¸ªà¸³à¸«à¸£à¸±à¸à¸à¸±à¸§à¹à¸à¸µà¸¢à¸",legend:"วาภ${italic}"},{name:"à¸à¸³à¸ªà¸±à¹à¸à¸ªà¸³à¸«à¸£à¸±à¸à¸à¸µà¸à¹à¸ªà¹à¸à¹à¸à¹", +legend:"วาภ${underline}"},{name:"à¸à¸³à¸ªà¸±à¹à¸à¸ªà¸³à¸«à¸£à¸±à¸à¸¥à¸´à¸à¸à¹",legend:"วาภ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js new file mode 100644 index 0000000..589cd6a --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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."}, +{name:"Diyalog Düzenleyici",legend:"Dialog penceresi içinde, sonraki iletiÅim alanına gitmek için SEKME tuÅuna basın, önceki alana geçmek için SHIFT + TAB tuÅuna basın, pencereyi göndermek için ENTER tuÅuna basın, dialog penceresini iptal etmek için ESC tuÅuna basın. Birden çok sekme sayfaları olan diyalogların, sekme listesine gitmek için ALT + F10 tuÅlarına basın. Sonra TAB veya SAÄ OK sonraki sekmeye taÅıyın. SHIFT + TAB veya SOL OK ile önceki sekmeye geçin. Sekme sayfayı seçmek için SPACE veya ENTER tuÅuna basın."}, +{name:"İçerik Menü Editörü",legend:"İçerik menüsünü açmak için ${contextMenu} veya UYGULAMA TUÅU'na basın. Daha sonra SEKME veya AÅAÄI OK ile bir sonraki menü seçeneÄi taÅıyın. SHIFT + TAB veya YUKARI OK ile önceki seçeneÄe gider. Menü seçeneÄini seçmek için SPACE veya ENTER tuÅuna basın. Seçili seçeneÄin alt menüsünü SPACE ya da ENTER veya SAÄ OK açın. Ãst menü öÄesini geçmek için ESC veya SOL OK ile geri dönün. ESC ile baÄlam menüsünü kapatın."},{name:"Liste Kutusu Editörü",legend:"Liste kutusu içinde, bir sonraki liste öÄesine SEKME VEYA AÅAÄI OK ile taÅıyın. SHIFT + TAB veya YUKARI önceki liste öÄesi taÅıyın. Liste seçeneÄi seçmek için SPACE veya ENTER tuÅuna basın. Liste kutusunu kapatmak için ESC tuÅuna basın."}, +{name:"Element Yol ÃubuÄu Editörü",legend:"Elementlerin yol çubuÄunda gezinmek için ${ElementsPathFocus} basın. SEKME veya SAÄ OK ile sonraki element düÄmesine taÅıyın. SHIFT + TAB veya SOL OK önceki düÄmeye hareket ettirin. Editör içindeki elementi seçmek için ENTER veya SPACE tuÅuna basın."}]},{name:"Komutlar",items:[{name:"Komutu geri al",legend:"$(undo)'ya basın"},{name:"Komutu geri al",legend:"${redo} basın"},{name:" Kalın komut",legend:"${bold} basın"},{name:" Ä°talik komutu",legend:"${italic} basın"}, +{name:" Alttan çizgi komutu",legend:"${underline} basın"},{name:" BaÄlantı komutu",legend:"${link} basın"},{name:" Araç çubuÄu Toplama komutu",legend:"${toolbarCollapse} basın"},{name:"Ãnceki komut alanına odaklan",legend:"Düzeltme imleçinden önce, en yakın uzaktaki alana eriÅmek için ${accessPreviousSpace} basın, örneÄin: iki birleÅik HR elementleri. Aynı tuÅ kombinasyonu tekrarıyla diÄer alanlarada ulaÅın."},{name:"Sonraki komut alanına odaklan",legend:"Düzeltme imleçinden sonra, en yakın uzaktaki alana eriÅmek için ${accessNextSpace} basın, örneÄin: iki birleÅik HR elementleri. Aynı tuÅ kombinasyonu tekrarıyla diÄer alanlarada ulaÅın."}, +{name:"EriÅilebilirlik Yardımı",legend:"${a11yHelp}'e basın"}]}],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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js new file mode 100644 index 0000000..c7ab77c --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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 ÙÛÙÛÙ¾ÙÙس٠بÛتÙÛÚÙ٠تاÙÙاÙدÛ."}, +{name:"تÛھرÙرÙÙÚ¯ÛÚ ØªÙÙ Ù ÛÚ¾Ùت تÙزÙÙ ÙÙÙÙ",legend:"${contextMenu} ÙاÙ٠ئÛÙ¾ ÙÛÙÛÙ¾ÙÙسÙدا تÙÙ Ù ÛÚ¾Ùت تÙزÙÙ ÙÙÙÙÙ٠ئاÚÙدÛ. ئاÙدÙÙ TAB ÙاÙ٠ئاست٠Ùا ئÙÙ ÙÛÙÛÙ¾ÙÙسÙدا ÙÛÙÙÙÙ٠تÙزÙÙ ÙÙ٠تÛرÙÚ¯Û ÙÛتÙÛÙدÛØ SHIFT+TAB ÙاÙ٠ئÛست٠Ùا ئÙÙ ÙÛÙÛÙ¾ÙÙسÙدا ئاÙدÙÙÙ٠تÙزÙÙ ÙÙ٠تÛرÙÚ¯Û ÙÛتÙÛÙدÛ. بÙØ´ÙÛÙ ÙاÙÙ ENTER ÙÛÙÛÙ¾ÙÙسÙدا تÙزÙÙ ÙÙ٠تÛرÙÙ٠تاÙÙاÙدÛ. بÙØ´ÙÛÙØ ENTER ÙاÙ٠ئÙÚ Ùا ئÙÙ ÙÛÙÛÙ¾ÙÙسÙدا تار٠ا٠تÙزÙÙ ÙÙÙÙ٠ئاÚÙدÛ. ÙاÙتÙØ´ تÙزÙÙ ÙÙÙÙÚ¯Û ESC ÙاÙ٠سÙÙ Ùا ئÙÙ ÙÛÙÛÙ¾ÙÙس٠ئÙØ´ÙÙتÙÙÙدÛ. ESC ÙÛÙÛÙ¾ÙÙسÙدا تÙÙ Ù ÛÚ¾Ùت تÙزÙÙ ÙÙÙ٠تاÙÙÙÙدÛ."},{name:"تÛھرÙرÙÙÚ¯ÛÚ ØªÙزÙÙ Ù", +legend:"تÙزÙÙ ÙÛتÙسÙØ¯Ø§Ø ÙÛÙÙÙÙ٠تÙزÙ٠تÛرÙÚ¯Û ÙÛتÙÛØ´ØªÛ TAB ÙاÙ٠ئاست٠Ùا ئÙÙ ÙÛÙÛÙ¾ÙÙس٠ئÙØ´ÙÙتÙÙÙدÛ. ئاÙدÙÙÙ٠تÙزÙ٠تÛرÙÚ¯Û ÙÛتÙÛØ´ØªÛ SHIFT + TAB ÙاÙ٠ئÛست٠Ùا ئÙÙ ÙÛÙÛÙ¾ÙÙس٠ئÙØ´ÙÙتÙÙÙدÛ. بÙØ´ÙÛÙ ÙاÙÙ ENTER ÙÛÙÛÙ¾ÙÙسÙدا تÙزÙ٠تÛرÙÙ٠تاÙÙاÙدÛ.ESC ÙÛÙÛÙ¾ÙÙسÙدا تÙزÙÙ ÙÛتÙسÙÙÙ ÙÙغÙدÛ."},{name:"تÛھرÙرÙÙÚ¯ÛÚ Ø¦ÛÙÛÙ ÛÙت ÙÙ٠باÙداÙ",legend:"${elementsPathFocus} بÛسÙÙسا ئÛÙÛÙ ÛÙت ÙÙ٠باÙداÙÙا ÙÛتÛÙÙÛÙدÛØ TAB ÙاÙ٠ئÙÚ Ùا ئÙÙتا ÙÛÙÙÙÙ٠ئÛÙÛÙ ÛÙت تاÙÙÙÙÙدÛØ SHIFT+TAB ÙاÙ٠سÙÙ Ùا ئÙÙتا ئاÙدÙÙÙ٠ئÛÙÛÙ ÛÙت تاÙÙÙÙÙدÛØ Ø¨ÙØ´ÙÛÙ ÙاÙÙ Enter ÙÛÙÛÙ¾ÙÙسÙدا تÛھرÙرÙÙÚ¯ÛÚتÙÙ٠ئÛÙÛÙ ÛÙت تاÙÙÙÙÙدÛ."}]}, +{name:"بÛÙرÛÙ",items:[{name:"بÛÙرÛÙتÙÙ ÙÛÙÙÛاÙ",legend:"${undo} Ù٠بÛسÙÚ"},{name:"ÙاÙتÙÙاش بÛÙرÛÙÙ",legend:"${redo} Ù٠بÛسÙÚ"},{name:"تÙÙ ÙÙتÙØ´ بÛÙرÛÙÙ",legend:"${bold} Ù٠بÛسÙÚ"},{name:"ÙاÙØªÛ Ø¨ÛÙرÛÙÙ",legend:"${italic} Ù٠بÛسÙÚ"},{name:"ئاست٠سÙزÙ٠بÛÙرÛÙÙ",legend:"${underline} Ù٠بÛسÙÚ"},{name:"ئÛÙاÙ٠ا بÛÙرÛÙÙ",legend:"${link} Ù٠بÛسÙÚ"},{name:"ÙÙرا٠باÙدا٠ÙاتÙاش بÛÙرÛÙÙ",legend:"${toolbarCollapse} Ù٠بÛسÙÚ"},{name:"ئاÙدÙÙÙÙ ÙÙÙÛس ÙÛÙتÙسÙÙ٠زÙÙارÛت ÙÙÙÙدÙغا٠بÛÙرÛÙ",legend:"${accessPreviousSpace} بÛسÙÙ¾ ^ بÛÙÚ¯ÙسÙÚ¯Û Ø¦ÛÚ ÙÛÙÙ٠زÙÙارÛت ÙÙÙغÙÙ٠بÙÙ٠اÙدÙغا٠ÙÙÙÛس ÙÛÙتا راÙÙÙÙÙÙÚ Ø¦Ø§ÙدÙÙ٠زÙÙارÛت ÙÙÙÙدÛØ Ù ÛسÙÙÛÙ: ئÛز ئارا ÙÙØ´Ùا ئÙÙÙÙ HR ئÛÙÛÙ ÛÙت. Ø¨Û Ø¨ÙرÙÙÙ Û ÙÛÙÛÙ¾Ùا تÛÙرارÙاÙسا ÙÙراÙتÙÙÙ ÙÙÙÛس ÙÛÙتا راÙÙÙÙغا ÙÛتÙÙÙ٠بÙÙÙدÛ."}, +{name:"ÙÛÙÙÙÙÙ ÙÙÙÛس ÙÛÙتÙسÙÙ٠زÙÙارÛت ÙÙÙÙدÙغا٠بÛÙرÛÙ",legend:"${accessNextSpace} بÛسÙÙ¾ ^ بÛÙÚ¯ÙسÙÚ¯Û Ø¦ÛÚ ÙÛÙÙ٠زÙÙارÛت ÙÙÙغÙÙ٠بÙÙ٠اÙدÙغا٠ÙÙÙÛس ÙÛÙتا راÙÙÙÙÙÙÚ ÙÛÙÙÙÙ٠زÙÙارÛت ÙÙÙÙدÛØ Ù ÛسÙÙÛÙ: ئÛز ئارا ÙÙØ´Ùا ئÙÙÙÙ HR ئÛÙÛÙ ÛÙت. Ø¨Û Ø¨ÙرÙÙÙ Û ÙÛÙÛÙ¾Ùا تÛÙرارÙاÙسا ÙÙراÙتÙÙÙ ÙÙÙÛس ÙÛÙتا راÙÙÙÙغا ÙÛتÙÙÙ٠بÙÙÙدÛ."},{name:"تÙساÙغÛسÙز ÙاÙÙÚ¾Û ÚÛØ´ÛÙدÛرÛØ´Ù",legend:"${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js new file mode 100644 index 0000000..7c8f909 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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:"ÐÑалог РедакÑоÑа", +legend:"У дÑÐ°Ð»Ð¾Ð·Ñ Ð½Ð°ÑиÑнÑÑÑ ÐºÐ»Ð°Ð²ÑÑÑ TAB Ð´Ð»Ñ Ð¿ÐµÑÐµÑ Ð¾Ð´Ñ Ð´Ð¾ наÑÑÑпного полÑ, наÑиÑнÑÑÑ SHIFT + TAB, Ñоб пеÑейÑи до попеÑеднÑого полÑ, наÑиÑнÑÑÑ ENTER, Ñоб вÑдпÑавиÑи данÑ, наÑиÑнÑÑÑ ESC, Ñоб ÑкаÑÑваÑи. ÐÐ»Ñ Ð²Ñкон, ÑÐºÑ Ð¼Ð°ÑÑÑ ÐºÑлÑка вкладок, наÑиÑнÑÑÑ ALT + F10 Ð´Ð»Ñ Ð¿ÐµÑÐµÑ Ð¾Ð´Ñ Ð´Ð¾ ÑпиÑÐºÑ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº. ÐеÑÐµÑ Ñд до наÑÑÑÐ¿Ð½Ð¾Ñ Ð²ÐºÐ»Ð°Ð´ÐºÐ¸ TAB ÐÐРСТРÐÐÐÐ ÐÐÐ ÐÐÐ. ÐеÑÐµÑ Ñд до попеÑеднÑÐ¾Ñ Ð²ÐºÐ»Ð°Ð´ÐºÐ¸ за Ð´Ð¾Ð¿Ð¾Ð¼Ð¾Ð³Ð¾Ñ SHIFT + TAB або СТРÐÐÐÐ ÐÐÐÐÐ. ÐаÑиÑнÑÑÑ ÐÐ ÐÐУСРабо ENTER, Ñоб вибÑаÑи вкладкÑ."},{name:"ÐонÑекÑÑне ÐÐµÐ½Ñ Ð ÐµÐ´Ð°ÐºÑоÑа", +legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. ÐоÑÑм пеÑейдÑÑÑ Ð´Ð¾ наÑÑÑпного пÑнкÑÑ Ð¼ÐµÐ½Ñ Ð·Ð° Ð´Ð¾Ð¿Ð¾Ð¼Ð¾Ð³Ð¾Ñ TAB або СТРÐÐÐÐ ÐÐÐÐ. ÐаÑиÑнÑÑÑ ÐÐ ÐÐУСРабо ENTER Ð´Ð»Ñ Ð²Ð¸Ð±Ð¾ÑÑ Ð¿Ð°ÑамеÑÑÑ Ð¼ÐµÐ½Ñ. ÐÑдкÑийÑе пÑÐ´Ð¼ÐµÐ½Ñ Ð¿Ð¾ÑоÑного паÑамеÑÑÑ, наÑиÑнÑвÑи ÐÐ ÐÐУСРабо ENTER або СТРÐÐÐУ ÐÐÐ ÐÐÐ. ÐеÑейдÑÑÑ Ð´Ð¾ баÑÑкÑвÑÑкого елеменÑа менÑ, наÑиÑнÑвÑи ESC або СТРÐÐÐУ ÐÐÐÐÐ. ÐакÑийÑе конÑекÑÑне менÑ, наÑиÑнÑвÑи ESC."},{name:"СкÑинÑка СпиÑкÑв РедакÑоÑа",legend:"ÐÑеÑÐµÐ´Ð¸Ð½Ñ ÑпиÑÐºÑ Ð¿ÐµÑÐµÑ Ð¾Ð´Ð¸Ð¼Ð¾ до наÑÑÑпного пÑнкÑÑ ÑпиÑÐºÑ ÐºÐ»Ð°Ð²ÑÑÐµÑ TAB або СТРÐÐÐÐ ÐÐÐÐ. ÐеÑейÑи до попеÑеднÑого елеменÑа ÑпиÑÐºÑ Ð¼Ð¾Ð¶Ð½Ð° SHIFT + TAB або СТРÐÐÐÐ ÐÐÐРУ. ÐаÑиÑнÑÑÑ ÐÐ ÐÐУСРабо ENTER, Ñоб вибÑаÑи паÑамеÑÑ ÑпиÑкÑ. ÐаÑиÑнÑÑÑ ÐºÐ»Ð°Ð²ÑÑÑ ESC, Ñоб закÑиÑи ÑпиÑок."}, +{name:"ШлÑÑ Ð´Ð¾ елеменÑа ÑедакÑоÑа",legend:"ÐаÑиÑнÑÑÑ ${elementsPathFocus} Ð´Ð»Ñ Ð½Ð°Ð²ÑгаÑÑÑ Ð¼Ñж елеменÑами панелÑ. ÐеÑейдÑÑÑ Ð´Ð¾ наÑÑÑпного елеменÑа ÐºÐ½Ð¾Ð¿ÐºÐ¾Ñ TAB або СТРÐÐÐÐ ÐÐÐ ÐÐÐ. ÐеÑейдÑÑÑ Ð´Ð¾ попеÑеднÑого елеменÑа ÐºÐ½Ð¾Ð¿ÐºÐ¾Ñ SHIFT+TAB або СТРÐÐÐÐ ÐÐÐÐÐ. ÐаÑиÑнÑÑÑ ÐÐ ÐÐУСРабо ENTER Ð´Ð»Ñ Ð²Ð¸Ð±Ð¾ÑÑ ÐµÐ»ÐµÐ¼ÐµÐ½Ñа в ÑедакÑоÑÑ."}]},{name:"Ðоманди",items:[{name:"ÐÑдмÑниÑи командÑ",legend:"ÐаÑиÑнÑÑÑ ${undo}"},{name:"ÐовÑоÑиÑи",legend:"ÐаÑиÑнÑÑÑ ${redo}"},{name:"ÐиÑний",legend:"ÐаÑиÑнÑÑÑ ${bold}"},{name:"ÐÑÑÑив",legend:"ÐаÑиÑнÑÑÑ ${italic}"}, +{name:"ÐÑдкÑеÑлений",legend:"ÐаÑиÑнÑÑÑ ${underline}"},{name:"ÐоÑиланнÑ",legend:"ÐаÑиÑнÑÑÑ ${link}"},{name:"ÐгоÑнÑÑи Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв",legend:"ÐаÑиÑнÑÑÑ ${toolbarCollapse}"},{name:"ÐоÑÑÑп до попеÑеднÑого мÑÑÑÑ ÑокÑÑÑваннÑ",legend:"ÐаÑиÑнÑÑÑ ${accessNextSpace} Ð´Ð»Ñ Ð´Ð¾ÑÑÑÐ¿Ñ Ð´Ð¾ найближÑÐ¾Ñ Ð½ÐµÐ´Ð¾ÑÑÐ¶Ð½Ð¾Ñ Ð¾Ð±Ð»Ð°ÑÑÑ ÑокÑÑÑÐ²Ð°Ð½Ð½Ñ Ð¿ÐµÑед каÑеÑкоÑ, напÑиклад: два ÑÑÑÑÐ´Ð½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñи HR. ÐовÑоÑÑÑÑ ÐºÐ¾Ð¼Ð±ÑнаÑÑÑ ÐºÐ»Ð°Ð²ÑÑ Ð´Ð»Ñ Ð´Ð¾ÑÑÐ³Ð½ÐµÐ½Ð½Ñ Ð²ÑÐ´Ð´Ð°Ð»ÐµÐ½Ð¸Ñ Ð¾Ð±Ð»Ð°ÑÑей ÑокÑÑÑваннÑ."},{name:"ÐоÑÑÑп до наÑÑÑпного мÑÑÑÑ ÑокÑÑÑваннÑ",legend:"ÐаÑиÑнÑÑÑ ${accessNextSpace} Ð´Ð»Ñ Ð´Ð¾ÑÑÑÐ¿Ñ Ð´Ð¾ найближÑÐ¾Ñ Ð½ÐµÐ´Ð¾ÑÑÐ¶Ð½Ð¾Ñ Ð¾Ð±Ð»Ð°ÑÑÑ ÑокÑÑÑÐ²Ð°Ð½Ð½Ñ Ð¿ÑÑÐ»Ñ ÐºÐ°ÑеÑки, напÑиклад: два ÑÑÑÑÐ´Ð½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñи HR. ÐовÑоÑÑÑÑ ÐºÐ¾Ð¼Ð±ÑнаÑÑÑ ÐºÐ»Ð°Ð²ÑÑ Ð´Ð»Ñ Ð´Ð¾ÑÑÐ³Ð½ÐµÐ½Ð½Ñ Ð²ÑÐ´Ð´Ð°Ð»ÐµÐ½Ð¸Ñ Ð¾Ð±Ð»Ð°ÑÑей ÑокÑÑÑваннÑ."}, +{name:"Ðопомога з доÑÑÑпноÑÑÑ",legend:"ÐаÑиÑнÑÑÑ ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Esc",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"ÐÑва ÑÑÑÑлка",upArrow:"СÑÑÑлка вгоÑÑ",rightArrow:"ÐÑава ÑÑÑÑлка",downArrow:"СÑÑÑлка вниз",insert:"ÐÑÑавиÑи","delete":"ÐидалиÑи",leftWindowKey:"ÐÑва клавÑÑа Windows",rightWindowKey:"ÐÑава клавÑÑа Windows",selectKey:"ÐибеÑÑÑÑ ÐºÐ»Ð°Ð²ÑÑÑ",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:"ÐноженнÑ",add:"ÐодаÑи",subtract:"ÐÑднÑманнÑ",decimalPoint:"ÐеÑÑÑкова кома",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:"ÐÑапка з комоÑ",equalSign:"Ðнак ÑÑвноÑÑÑ",comma:"Ðома",dash:"ТиÑе",period:"ÐеÑÑод", +forwardSlash:"ÐоÑа ÑиÑка",graveAccent:"ÐÑавÑÑ",openBracket:"ÐÑдкÑиÑи дÑжкÑ",backSlash:"ÐвоÑоÑна коÑа ÑиÑка",closeBracket:"ÐакÑиÑи дÑжкÑ",singleQuote:"ÐдинаÑÐ½Ñ Ð»Ð°Ð¿ÐºÐ¸"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js new file mode 100644 index 0000000..878c5d7 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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:"Bên trong má»t há»p thoại, nhấn TAB Äá» chuyá»n sang trÆ°á»ng tiếp theo, nhấn SHIFT + TAB Äá» quay lại trÆ°á»ng phÃa trÆ°á»c, nhấn ENTER Äá» chấp nháºn, nhấn ESC Äá» Äóng há»p thoại. Äá»i vá»i các há»p thoại có nhiá»u tab, nhấn ALT + F10 Äá» chuyá»n Äến danh sách các tab. Sau Äó nhấn TAB hoặc MŨI TÃN SANG PHẢI Äá» chuyá»n sang tab tiếp theo. Nhấn SHIFT + TAB hoặc MŨI TÃN SANG TRÃI Äá» chuyá»n sang tab trÆ°á»c Äó. Nhấn DẤU CÃCH hoặc ENTER Äá» chá»n tab."}, +{name:"Trình ÄÆ¡n Ngữ cảnh cBá» soạn thảo",legend:"Nhấn ${contextMenu} hoặc PHÃM ỨNG DỤNG Äá» má» thá»±c ÄÆ¡n ngữ cảnh. Sau Äó nhấn TAB hoặc MŨI TÃN XUá»NG Äá» di chuyá»n Äến tuỳ chá»n tiếp theo của thá»±c ÄÆ¡n. Nhấn SHIFT+TAB hoặc MŨI TÃN LÃN Äá» quay lại tuỳ chá»n trÆ°á»c. Nhấn DẤU CÃCH hoặc ENTER Äá» chá»n tuỳ chá»n của thá»±c ÄÆ¡n. Nhấn DẤU CÃCH hoặc ENTER hoặc MŨI TÃN SANG PHẢI Äá» má» thá»±c ÄÆ¡n con của tuỳ chá»n hiá»n tại. Nhấn ESC hoặc MŨI TÃN SANG TRÃI Äá» quay trá» lại thá»±c ÄÆ¡n gá»c. Nhấn ESC Äá» Äóng thá»±c ÄÆ¡n ngữ cảnh."}, +{name:"Há»p danh sách trình biên táºp",legend:"Trong má»t danh sách chá»n, di chuyá»n Äá»i tượng tiếp theo vá»i phÃm Tab hoặc phÃm mÅ©i tên hÆ°á»ng xuá»ng. Di chuyá»n Äến Äá»i tượng trÆ°á»c Äó bằng cách nhấn tá» hợp phÃm Shift+Tab hoặc mÅ©i tên hÆ°á»ng lên. PhÃm khoảng cách hoặc phÃm Enter Äá» chá»n các tùy chá»n trong danh sách. Nhấn phÃm Esc Äá» Äóng lại danh sách chá»n."},{name:"Thanh ÄÆ°á»ng dẫn các Äá»i tượng",legend:"Nhấn ${elementsPathFocus} Äá» Äiá»u hÆ°á»ng các Äá»i tượng trong thanh ÄÆ°á»ng dẫn. Di chuyá»n Äến Äá»i tượng tiếp theo bằng phÃm Tab hoặc phÃm mÅ©i tên bên phải. Di chuyá»n Äến Äá»i tượng trÆ°á»c Äó bằng tá» hợp phÃm Shift+Tab hoặc phÃm mÅ©i tên bên trái. Nhấn phÃm khoảng cách hoặc Enter Äá» chá»n Äá»i tượng trong trình soạn thảo."}]}, +{name:"Lá»nh",items:[{name:"Là m lại lá»n",legend:"Ấn ${undo}"},{name:"Là m lại lá»nh",legend:"Ấn ${redo}"},{name:"Lá»nh in Äáºm",legend:"Ấn ${bold}"},{name:"Lá»nh in nghiêng",legend:"Ấn ${italic}"},{name:"Lá»nh gạch dÆ°á»i",legend:"Ấn ${underline}"},{name:"Lá»nh liên kết",legend:"Nhấn ${link}"},{name:"Lá»nh hiá»n thá» thanh công cụ",legend:"Nhấn${toolbarCollapse}"},{name:"Truy cáºp Äến lá»nh táºp trung và o khoảng cách trÆ°á»c Äó",legend:"Ấn ${accessPreviousSpace} Äá» truy cáºp Äến phần táºp trung khoảng cách sau phần còn sót lại của khoảng cách gần nhất vá»n không tác Äá»ng Äến Äược , thà dụ: hai yếu tá» Äiá»u chá»nh HR. Lặp lại các phÃm kết há»ep nà y Äá» vÆ°Æ¡n Äến phần khoảng cách."}, +{name:"Truy cáºp phần Äá»i tượng lá»nh khoảng trá»ng",legend:"Ấn ${accessNextSpace} Äá» truy cáºp Äến phần táºp trung khoảng cách sau phần còn sót lại của khoảng cách gần nhất vá»n không tác Äá»ng Äến Äược , thà dụ: hai yếu tá» Äiá»u chá»nh HR. Lặp lại các phÃm kết há»ep nà y Äá» vÆ°Æ¡n Äến phần khoảng cách."},{name:"Trợ giúp liên quan",legend:"Nhấn ${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 diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js new file mode 100644 index 0000000..fe2cab0 --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2014, 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 é®æè åå³ç®å¤´æ¥ç§»å¨å°ä¸ä¸ä¸ªé项å¡ï¼SHIFT + TAB ç»åé®æè åå·¦ç®å¤´ç§»å¨å°ä¸ä¸ä¸ªé项å¡ãç¨ SPACE é®æè ENTER é®éæ©é项å¡ã"},{name:"ç¼è¾å¨ä¸ä¸æèå",legend:"ç¨ ${contextMenu} æè âåºç¨ç¨åºé®âæå¼ä¸ä¸æèåãç¶åç¨ TAB é®æè ä¸ç®å¤´é®æ¥ç§»å¨å°ä¸ä¸ä¸ªèå项ï¼SHIFT + TAB ç»åé®æè ä¸ç®å¤´é®ç§»å¨å°ä¸ä¸ä¸ªèå项ãç¨ SPACE é®æè ENTER é®éæ©èå项ãç¨ SPACE é®ï¼ENTER é®æè å³ç®å¤´é®æå¼åèåãè¿åèåç¨ ESC é®æè å·¦ç®å¤´é®ãç¨ ESC é®å ³éä¸ä¸æèåã"}, +{name:"ç¼è¾å¨å表æ¡",legend:"å¨å表æ¡ä¸ï¼ç§»å°ä¸ä¸åè¡¨é¡¹ç¨ TAB é®æè ä¸ç®å¤´é®ã移å°ä¸ä¸å表项ç¨SHIFT + TAB ç»åé®æè ä¸ç®å¤´é®ï¼ç¨ SPACE é®æè ENTER é®éæ©å表项ãç¨ ESC é®æ¶èµ·å表æ¡ã"},{name:"ç¼è¾å¨å ç´ è·¯å¾æ ",legend:"æ ${elementsPathFocus} 以导èªå°å ç´ è·¯å¾æ ï¼ä½¿ç¨ TAB é®æå³ç®å¤´é®éæ©ä¸ä¸ä¸ªå ç´ ï¼ä½¿ç¨ SHIFT+TAB ç»åé®æå·¦ç®å¤´é®éæ©ä¸ä¸ä¸ªå ç´ ï¼æç©ºæ ¼é®æå车é®ä»¥éå®ç¼è¾å¨éçå ç´ ã"}]},{name:"å½ä»¤",items:[{name:" æ¤æ¶å½ä»¤",legend:"æ ${undo}"},{name:" éåå½ä»¤",legend:"æ ${redo}"},{name:" å ç²å½ä»¤",legend:"æ ${bold}"},{name:" å¾æå½ä»¤",legend:"æ ${italic}"},{name:" ä¸å线å½ä»¤",legend:"æ ${underline}"},{name:" é¾æ¥å½ä»¤",legend:"æ ${link}"},{name:" å·¥å ·æ æå å½ä»¤",legend:"æ ${toolbarCollapse}"}, +{name:"访é®åä¸ä¸ªç¦ç¹åºåçå½ä»¤",legend:"æ ${accessPreviousSpace} 访é®^符å·åæè¿çä¸å¯è®¿é®çç¦ç¹åºåï¼ä¾å¦ï¼ä¸¤ä¸ªç¸é»ç HR å ç´ ãéå¤æ¤ç»åæé®å¯ä»¥å°è¾¾è¿å¤çç¦ç¹åºåã"},{name:"访é®ä¸ä¸ä¸ªç¦ç¹åºåå½ä»¤",legend:"æ ${accessNextSpace} 以访é®^符å·åæè¿çä¸å¯è®¿é®çç¦ç¹åºåãä¾å¦ï¼ä¸¤ä¸ªç¸é»ç HR å ç´ ãéå¤æ¤ç»åæé®å¯ä»¥å°è¾¾è¿å¤çç¦ç¹åºåã"},{name:"è¾ å©åè½å¸®å©",legend:"æ ${a11yHelp}"}]}],backspace:"éæ ¼é®",tab:"Tab é®",enter:"å车é®",shift:"Shift é®",ctrl:"Ctrl é®",alt:"Alt é®",pause:"æåé®",capslock:"大åéå®é®",escape:"Esc é®",pageUp:"ä¸ç¿»é¡µé®",pageDown:"ä¸ç¿»é¡µé®",end:"è¡å°¾é®",home:"è¡é¦é®",leftArrow:"åå·¦ç®å¤´é®",upArrow:"åä¸ç®å¤´é®",rightArrow:"åå³ç®å¤´é®",downArrow:"åä¸ç®å¤´é®", +insert:"æå ¥é®","delete":"å é¤é®",leftWindowKey:"å·¦ WIN é®",rightWindowKey:"å³ WIN é®",selectKey:"éæ©é®",numpad0:"å°é®ç 0 é®",numpad1:"å°é®ç 1 é®",numpad2:"å°é®ç 2 é®",numpad3:"å°é®ç 3 é®",numpad4:"å°é®ç 4 é®",numpad5:"å°é®ç 5 é®",numpad6:"å°é®ç 6 é®",numpad7:"å°é®ç 7 é®",numpad8:"å°é®ç 8 é®",numpad9:"å°é®ç 9 é®",multiply:"æå·é®",add:"å å·é®",subtract:"åå·é®",decimalPoint:"å°æ°ç¹é®",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:"æ°åéå®é®",scrollLock:"æ»å¨éå®é®", +semiColon:"åå·é®",equalSign:"çå·é®",comma:"éå·é®",dash:"çå线é®",period:"å¥å·é®",forwardSlash:"ææ é®",graveAccent:"éé³ç¬¦é®",openBracket:"å·¦ä¸æ¬å·é®",backSlash:"åææ é®",closeBracket:"å³ä¸æ¬å·é®",singleQuote:"åå¼å·é®"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js new file mode 100644 index 0000000..67a248f --- /dev/null +++ b/skins/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2014, 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}ã以çè¦½å·¥å ·åã\r\nå©ç¨ãTABãæãSHIFT+TABã以便移åå°ä¸ä¸åæåä¸åå·¥å ·å群çµã\r\nå©ç¨ãâãæãâã以便移åå°ä¸ä¸åæåä¸åå·¥å ·åæéã\r\nè«æä¸ã空ç½éµãæãENTERãéµååå·¥å ·åæéã"},{name:"編輯å¨å°è©±æ¹å¡",legend:"å¨å°è©±æ¡ä¸ï¼è«æ TAB éµä»¥ä¾¿ç§»åå°ä¸åæ¬ä½ï¼è«æ SHIFT + TAB 以便移åå°ååæ¬ä½ï¼è«æ ENTER 以æ交å°è©±æ¡è³æï¼ææä¸ ESC åæ¶å°è©±æ¡ã\r\nè¥æ¯æå¤åé æ¡çå°è©±æ¡ï¼è«æ ALT + F10 以移åå°é æ¡å表ï¼ä¸¦ä»¥ TAB ææ¯ â æ¹åéµç§»åå°ä¸åé æ¡ã以 SHIFT + TAB ææ¯ â æ¹åéµç§»åå°ååé æ¡ãæä¸ ç©ºç½éµ ææ¯ ENTER 以é¸åé æ¡ã"},{name:"編輯å¨å §å®¹åè½è¡¨", +legend:"è«æä¸ã${contextMenu}ãææ¯ãæç¨ç¨å¼éµã以éåå §å®¹é¸å®ã以ãTABãææ¯ãâãéµç§»åå°ä¸ä¸åé¸å®é¸é ã以ãSHIFT + TABãææ¯ãâãéµç§»åå°ä¸ä¸åé¸å®é¸é ãæä¸ã空ç½éµãææ¯ãENTERãéµä»¥é¸åé¸å®é¸é ã以ã空ç½éµãæãENTERãæãâãéåç®åé¸é ä¹åé¸å®ã以ãESCãæãâãåå°ç¶é¸å®ã以ãESCãéµééå §å®¹é¸å®ãã"},{name:"編輯å¨æ¸ å®æ¹å¡",legend:"å¨å表ä¸ï¼è«å©ç¨ TAB æ â æ¹åéµä»¥ç§»åå°ä¸ä¸åé ç®ï¼æå©ç¨ SHIFT + TAB æ â æ¹åéµç§»åå°åä¸åé ç®ãè«æä¸ ç©ºç½éµ ææ¯ ENTER 以é¸åé ç®ãè«æ ESC ééå表ã"},{name:"編輯å¨å 件路å¾å·¥å ·å",legend:"è«æã${elementsPathFocus}ã以ç覽å ç´ è·¯å¾å·¥å ·åã\r\nå©ç¨ãTABãæãâã以便移åå°ä¸ä¸åå ç´ æéã\r\nå©ç¨ãSHIFT+TABãæãâã以便移åå°åä¸åå ç´ æéã\r\nè«æä¸ã空ç½éµãæãENTERãéµé¸æ編輯å¨ä¸çå ç´ ã"}]},{name:"å½ä»¤",items:[{name:"復åå½ä»¤", +legend:"è«æä¸ã${undo}ã"},{name:"éè¤å½ä»¤",legend:"è«æä¸ã ${redo}ã"},{name:"ç²é«å½ä»¤",legend:"è«æä¸ã${bold}ã"},{name:"æé«",legend:"è«æä¸ã${italic}ã"},{name:"åºç·å½ä»¤",legend:"è«æä¸ã${underline}ã"},{name:"é£çµ",legend:"è«æä¸ã${link}ã"},{name:"é±èå·¥å ·å",legend:"è«æä¸ã${toolbarCollapse}ã"},{name:"åååä¸åç¦é»ç©ºéå½ä»¤",legend:"è«æä¸ ${accessPreviousSpace} 以ååæè¿ä½ç¡æ³é è¿ä¹æå符èåçç¦é»ç©ºéãèä¾ï¼äºåç¸é°ç HR å ç´ ã\r\néè¤æéµä»¥ååè¼é çç¦é»ç©ºéã"},{name:"ååä¸ä¸åç¦é»ç©ºéå½ä»¤",legend:"è«æä¸ ${accessNextSpace} 以ååæè¿ä½ç¡æ³é è¿ä¹æå符èå¾çç¦é»ç©ºéãèä¾ï¼äºåç¸é°ç HR å ç´ ã\r\néè¤æéµä»¥ååè¼é çç¦é»ç©ºéã"},{name:"åå©å·¥å ·èªªæ",legend:"è«æä¸ã${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 diff --git a/skins/ckeditor/plugins/a11yhelp/lang/en.js b/skins/ckeditor/plugins/a11yhelp/lang/en.js deleted file mode 100644 index 1019534..0000000 --- a/skins/ckeditor/plugins/a11yhelp/lang/en.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.setLang('a11yhelp','en',{accessibilityHelp:{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 next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page.'},{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 wtih 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:' Accessibility Help',legend:'Press ${a11yHelp}'}]}]}}); diff --git a/skins/ckeditor/plugins/a11yhelp/lang/he.js b/skins/ckeditor/plugins/a11yhelp/lang/he.js deleted file mode 100644 index aaf97f7..0000000 --- a/skins/ckeditor/plugins/a11yhelp/lang/he.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.setLang('a11yhelp','he',{accessibilityHelp:{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) ××× ××××× ×¡ ××××.'},{name:'תפר×× ××קשר (Context Menu)',legend:'×××¥ ${contextMenu} ×× APPLICATION KEY××× ×פת×× ×ת תפר×× ××קשר. ×¢××ר ××פשר×ת ×××× ×¢× ××× (TAB) ×× ××¥ ××××. ×¢××ר ××פשר×ת ×ק×××ת ×¢× ×©××¤× (SHIFT) + ××× (TAB) ×× ××¥ ×××¢××. ×××¥ ר××× ×× ×× ×ר (ENTER) ××× ××××ר ×ת ××פשר×ת. ×¤×ª× ×ת תת ×תפר×× (Sub-menu) ×©× ××פשר×ת ×× ××××ת ×¢× ×¨××× ×× ×× ×ר (ENTER) ×× ××¥ ש××××. ×××ר ×תפר×× ××× ×¢× ×סק××פ (ESC) ×× ××¥ ש××××. ס××ר ×ת תפר×× ××קשר ×¢× ×סק××פ (ESC).'},{name:'תפר×××× ×¦×¤×× (List boxes)',legend:'×ת×× ×ª×¤×¨×× ×¦×£, ×¢××ר ×פר×× ××× ×¢× ××× (TAB) ×× ××¥ ××××. ×¢××ר ×תפר×× ×ק××× ×¢× ×©××¤× (SHIFT) + ××× (TAB) or ××¥ ×¢××××. Press SPACE or ENTER to select the list option. Press ESC to close the list-box.'},{name:'×¢×¥ ×××× ××× (Elements Path)',legend:'×××¥ ${elementsPathFocus} ××× ×× ××× ××¢×¥ ××××× ×××. ×¢××ר ×פר×× ××× ×¢× ××× (TAB) ×× ××¥ ××× ×. ×¢××ר ×פר×× ×ק××× ×¢× ×©××¤× (SHIFT) + ××× (TAB) ×× ××¥ ש××××. ×××¥ ר××× ×× ×× ×ר (ENTER) ××× ××××ר ×ת ××××× × ××¢×ר×.'}]},{name:'פק×××ת',items:[{name:' ××××× ×¦×¢× ××ר××',legend:'×××¥ ${undo}'},{name:' ×××¨× ×¢× ×¦×¢× ××ר××',legend:'×××¥ ${redo}'},{name:' ×××ש×',legend:'×××¥ ${bold}'},{name:' ×××××',legend:'×××¥ ${italic}'},{name:' ××ספת ×§× ×ª×ת××',legend:'×××¥ ${underline}'},{name:' ××ספת ××× ×§',legend:'×××¥ ${link}'},{name:' ×××××¥ סר×× ×××××',legend:'×××¥ ${toolbarCollapse}'},{name:' ××ר××ת × ××ש×ת',legend:'×××¥ ${a11yHelp}'}]}]}});CKEDITOR.plugins.setLang('a11yhelp','he',{accessibilityHelp:{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) ××× ××××× ×¡ ××××.'},{name:'תפר×× ××קשר (Context Menu)',legend:'×××¥ ${contextMenu} ×× APPLICATION KEY××× ×פת×× ×ת תפר×× ××קשר. ×¢××ר ××פשר×ת ×××× ×¢× ××× (TAB) ×× ××¥ ××××. ×¢××ר ××פשר×ת ×ק×××ת ×¢× ×©××¤× (SHIFT) + ××× (TAB) ×× ××¥ ×××¢××. ×××¥ ר××× ×× ×× ×ר (ENTER) ××× ××××ר ×ת ××פשר×ת. ×¤×ª× ×ת תת ×תפר×× (Sub-menu) ×©× ××פשר×ת ×× ××××ת ×¢× ×¨××× ×× ×× ×ר (ENTER) ×× ××¥ ש××××. ×××ר ×תפר×× ××× ×¢× ×סק××פ (ESC) ×× ××¥ ש××××. ס××ר ×ת תפר×× ××קשר ×¢× ×סק××פ (ESC).'},{name:'תפר×××× ×¦×¤×× (List boxes)',legend:'×ת×× ×ª×¤×¨×× ×¦×£, ×¢××ר ×פר×× ××× ×¢× ××× (TAB) ×× ××¥ ××××. ×¢××ר ×תפר×× ×ק××× ×¢× ×©××¤× (SHIFT) + ××× (TAB) or ××¥ ×¢××××. Press SPACE or ENTER to select the list option. Press ESC to close the list-box.'},{name:'×¢×¥ ×××× ××× (Elements Path)',legend:'×××¥ ${elementsPathFocus} ××× ×× ××× ××¢×¥ ××××× ×××. ×¢××ר ×פר×× ××× ×¢× ××× (TAB) ×× ××¥ ××× ×. ×¢××ר ×פר×× ×ק××× ×¢× ×©××¤× (SHIFT) + ××× (TAB) ×× ××¥ ש××××. ×××¥ ר××× ×× ×× ×ר (ENTER) ××× ××××ר ×ת ××××× × ××¢×ר×.'}]},{name:'פק×××ת',items:[{name:' ××××× ×¦×¢× ××ר××',legend:'×××¥ ${undo}'},{name:' ×××¨× ×¢× ×¦×¢× ××ר××',legend:'×××¥ ${redo}'},{name:' ×××ש×',legend:'×××¥ ${bold}'},{name:' ×××××',legend:'×××¥ ${italic}'},{name:' ××ספת ×§× ×ª×ת××',legend:'×××¥ ${underline}'},{name:' ××ספת ××× ×§',legend:'×××¥ ${link}'},{name:' ×××××¥ סר×× ×××××',legend:'×××¥ ${toolbarCollapse}'},{name:' ××ר××ת × ××ש×ת',legend:'×××¥ ${a11yHelp}'}]}]}}); diff --git a/skins/ckeditor/plugins/about/dialogs/about.js b/skins/ckeditor/plugins/about/dialogs/about.js index eef5614..da32281 100644 --- a/skins/ckeditor/plugins/about/dialogs/about.js +++ b/skins/ckeditor/plugins/about/dialogs/about.js @@ -1,6 +1,7 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('about',function(a){var b=a.lang.about;return{title:CKEDITOR.env.ie?b.dlgTitle:b.title,minWidth:390,minHeight:230,contents:[{id:'tab1',label:'',title:'',expand:true,padding:0,elements:[{type:'html',html:'<style type="text/css">.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('+CKEDITOR.plugins.get('about').path+'dialogs/logo_ckeditor.png);'+'background-position:center; '+'background-repeat:no-repeat;'+'margin-bottom:10px;'+'}'+'.cke_about_container a'+'{'+'cursor:pointer !important;'+'color:blue !important;'+'text-decoration:underline !important;'+'}'+'</style>'+'<div class="cke_about_container">'+'<div class="cke_about_logo"></div>'+'<p>'+'CKEditor '+CKEDITOR.version+' (revision '+CKEDITOR.revision+')<br>'+'<a href="http://ckeditor.com/">http://ckeditor.com</a>'+'</p>'+'<p>'+b.help.replace('$1','<a href="http://docs.cksource.com/CKEditor_3.x/Users_Guide/Quick_Reference">'+b.userGuide+'</a>')+'</p>'+'<p>'+b.moreInfo+'<br>'+'<a href="http://ckeditor.com/license">http://ckeditor.com/license</a>'+'</p>'+'<p>'+b.copy.replace('$1','<a href="http://cksource.com/">CKSource</a> - Frederico Knabben')+'</p>'+'</div>'}]}],buttons:[CKEDITOR.dialog.cancelButton]};}); +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("about",function(a){var a=a.lang.about,b=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:'<style type="text/css">.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('+ +b+");"+(CKEDITOR.env.hidpi?"background-size:163px 58px;":"")+'background-position:center; background-repeat:no-repeat;margin-bottom:10px;}.cke_about_container a{cursor:pointer !important;color:#00B2CE !important;text-decoration:underline !important;}</style><div class="cke_about_container"><div class="cke_about_logo"></div><p>CKEditor '+CKEDITOR.version+" (revision "+CKEDITOR.revision+')<br><a target="_blank" href="http://ckeditor.com/">http://ckeditor.com</a></p><p>'+a.help.replace("$1",'<a target="_blank" href="http://docs.ckeditor.com/user">'+ +a.userGuide+"</a>")+"</p><p>"+a.moreInfo+'<br><a target="_blank" href="http://ckeditor.com/about/license">http://ckeditor.com/about/license</a></p><p>'+a.copy.replace("$1",'<a target="_blank" href="http://cksource.com/">CKSource</a> - Frederico Knabben')+"</p></div>"}]}],buttons:[CKEDITOR.dialog.cancelButton]}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png b/skins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png new file mode 100644 index 0000000..10cc736 Binary files /dev/null and b/skins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png differ diff --git a/skins/ckeditor/plugins/about/dialogs/logo_ckeditor.png b/skins/ckeditor/plugins/about/dialogs/logo_ckeditor.png index ad01902..f186eb8 100644 Binary files a/skins/ckeditor/plugins/about/dialogs/logo_ckeditor.png and b/skins/ckeditor/plugins/about/dialogs/logo_ckeditor.png differ diff --git a/skins/ckeditor/plugins/adobeair/plugin.js b/skins/ckeditor/plugins/adobeair/plugin.js deleted file mode 100644 index e1d6e8c..0000000 --- a/skins/ckeditor/plugins/adobeair/plugin.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){var a=['click','keydown','mousedown','keypress','mouseover','mouseout'];function b(c){var d=c.getElementsByTag('*'),e=d.count(),f;for(var g=0;g<e;g++){f=d.getItem(g);(function(h){for(var i=0;i<a.length;i++)(function(j){var k=h.getAttribute('on'+j);if(h.hasAttribute('on'+j)){h.removeAttribute('on'+j);h.on(j,function(l){var m=/(return\s*)?CKEDITOR\.tools\.callFunction\(([^)]+)\)/.exec(k),n=m&&m[1],o=m&&m[2].split(','),p=/return false;/.test(k);if(o){var q=o.length,r;for(var s=0;s<q;s++){o[s]=r=CKEDITOR.tools.trim(o[s]);var t=r.match(/^(["'])([^"']*?)\1$/);if(t){o[s]=t[2];continue;}if(r.match(/\d+/)){o[s]=parseInt(r,10);continue;}switch(r){case 'this':o[s]=h.$;break;case 'event':o[s]=l.data.$;break;case 'null':o[s]=null;break;}}var u=CKEDITOR.tools.callFunction.apply(window,o);if(n&&u===false)p=1;}if(p)l.data.preventDefault();});}})(a[i]);})(f);}};CKEDITOR.plugins.add('adobeair',{init:function(c){if(!CKEDITOR.env.air)return;c.addCss('body { padding: 8px }');c.on('uiReady',function(){b(c.container);if(c.sharedSpaces)for(var d in c.sharedSpaces)b(c.sharedSpaces[d]);c.on('elementsPathUpdate',function(e){b(e.data.space);});});c.on('contentDom',function(){c.document.on('click',function(d){d.data.preventDefault(true);});});}});CKEDITOR.ui.on('ready',function(c){var d=c.data;if(d._.panel){var e=d._.panel._.panel,f;(function(){if(!e.isLoaded){setTimeout(arguments.callee,30);return;}f=e._.holder;b(f);})();}else if(d instanceof CKEDITOR.dialog)b(d._.element);});})();CKEDITOR.dom.document.prototype.write=CKEDITOR.tools.override(CKEDITOR.dom.document.prototype.write,function(a){function b(c,d,e,f){var g=c.append(d),h=CKEDITOR.htmlParser.fragment.fromHtml(e).children[0].attributes;h&&g.setAttributes(h);f&&g.append(c.getDocument().createText(f));};return function(c,d){if(this.getBody()){var e=this,f=this.getHead();c=c.replace(/(<style[^>]*>)([\s\S]*?)<\/style>/gi,function(g,h,i){b(f,'style',h,i);return '';});c=c.replace(/<base\b[^>]*\/>/i,function(g){b(f,'base',g);return '';});c=c.replace(/<title>([\s\S]*)<\/title>/i,function(g,h){e.$.title=h;return '';});c=c.replace(/<head>([\s\S]*)<\/head>/i,function(g){var h=new CKEDITOR.dom.element('div',e);h.setHtml(g);h.moveChildren(f);return '';});c.replace(/(<body[^>]*>)([\s\S]*)(?=$|<\/body>)/i,function(g,h,i){e.getBody().setHtml(i);var j=CKEDITOR.htmlParser.fragment.fromHtml(h).children[0].attributes;j&&e.getBody().setAttributes(j);});}else a.apply(this,arguments);};}); diff --git a/skins/ckeditor/plugins/ajax/plugin.js b/skins/ckeditor/plugins/ajax/plugin.js deleted file mode 100644 index ff8020b..0000000 --- a/skins/ckeditor/plugins/ajax/plugin.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){CKEDITOR.plugins.add('ajax',{requires:['xml']});CKEDITOR.ajax=(function(){var a=function(){if(!CKEDITOR.env.ie||location.protocol!='file:')try{return new XMLHttpRequest();}catch(f){}try{return new ActiveXObject('Msxml2.XMLHTTP');}catch(g){}try{return new ActiveXObject('Microsoft.XMLHTTP');}catch(h){}return null;},b=function(f){return f.readyState==4&&(f.status>=200&&f.status<300||f.status==304||f.status===0||f.status==1223);},c=function(f){if(b(f))return f.responseText;return null;},d=function(f){if(b(f)){var g=f.responseXML;return new CKEDITOR.xml(g&&g.firstChild?g:f.responseText);}return null;},e=function(f,g,h){var i=!!g,j=a();if(!j)return null;j.open('GET',f,i);if(i)j.onreadystatechange=function(){if(j.readyState==4){g(h(j));j=null;}};j.send(null);return i?'':h(j);};return{load:function(f,g){return e(f,g,c);},loadXml:function(f,g){return e(f,g,d);}};})();})(); diff --git a/skins/ckeditor/plugins/autogrow/plugin.js b/skins/ckeditor/plugins/autogrow/plugin.js deleted file mode 100644 index 15eb92a..0000000 --- a/skins/ckeditor/plugins/autogrow/plugin.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){var a=function(b){if(!b.window)return;var c=b.document,d=b.window.getViewPaneSize().height,e;if(CKEDITOR.env.ie||CKEDITOR.env.gecko)e=c.getBody().$.scrollHeight+(CKEDITOR.env.ie&&CKEDITOR.env.quirks?0:24);else e=c.getDocumentElement().$.offsetHeight;var f=b.config.autoGrow_minHeight,g=b.config.autoGrow_maxHeight;f==undefined&&(b.config.autoGrow_minHeight=f=200);if(f)e=Math.max(e,f);if(g)e=Math.min(e,g);if(e!=d){e=b.fire('autoGrow',{currentHeight:d,newHeight:e}).newHeight;b.resize(b.container.getStyle('width'),e,true);}};CKEDITOR.plugins.add('autogrow',{init:function(b){for(var c in {contentDom:1,key:1,selectionChange:1,insertElement:1})b.on(c,function(d){var e=b.getCommand('maximize');if(d.editor.mode=='wysiwyg'&&(!e||e.state!=CKEDITOR.TRISTATE_ON))setTimeout(function(){a(d.editor);},100);});}});})(); diff --git a/skins/ckeditor/plugins/bbcode/plugin.js b/skins/ckeditor/plugins/bbcode/plugin.js deleted file mode 100644 index 8848d92..0000000 --- a/skins/ckeditor/plugins/bbcode/plugin.js +++ /dev/null @@ -1,9 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){CKEDITOR.on('dialogDefinition',function(r){var s,t=r.data.name,u=r.data.definition;if(t=='link'){u.removeContents('target');u.removeContents('upload');u.removeContents('advanced');s=u.getContents('info');s.remove('emailSubject');s.remove('emailBody');}else if(t=='image'){u.removeContents('advanced');s=u.getContents('Link');s.remove('cmbTarget');s=u.getContents('info');s.remove('txtAlt');s.remove('basic');}});var a={b:'strong',u:'u',i:'em',color:'span',size:'span',quote:'blockquote',code:'code',url:'a',email:'span',img:'span','*':'li',list:'ol'},b={strong:'b',b:'b',u:'u',em:'i',i:'i',code:'code',li:'*'},c={strong:'b',em:'i',u:'u',li:'*',ul:'list',ol:'list',code:'code',a:'link',img:'img',blockquote:'quote'},d={color:'color',size:'font-size'},e={url:'href',email:'mailhref',quote:'cite',list:'listType'},f=CKEDITOR.dtd,g=CKEDITOR.tools.extend({table:1},f.$block,f.$listItem,f.$tableContent,f.$list),h=/\s*(?:;\s*|$)/;function i(r){var s='';for(var t in r){var u=r[t],v=(t+':'+u).replace(h,';');s+=v;}return s;};function j(r){var s={};(r||'').replace(/"/g,'"').replace(/\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g,function(t,u,v){s[u.toLowerCase()]=v;});return s;};function k(r){return r.replace(/(?:rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\))/gi,function(s,t,u,v){t=parseInt(t,10).toString(16);u=parseInt(u,10).toString(16);v=parseInt(v,10).toString(16);var w=[t,u,v];for(var x=0;x<w.length;x++)w[x]=String('0'+w[x]).slice(-2);return '#'+w.join('');});};var l={smiley:':)',sad:':(',wink:';)',laugh:':D',cheeky:':P',blush:':*)',surprise:':-o',indecision:':|',angry:'>:(',angel:'o:)',cool:'8-)',devil:'>:-)',crying:';(',kiss:':-*'},m={},n=[];for(var o in l){m[l[o]]=o;n.push(l[o].replace(/\(|\)|\:|\/|\*|\-|\|/g,function(r){return '\\'+r;}));}n=new RegExp(n.join('|'),'g');var p=(function(){var r=[],s={nbsp:'\xa0',shy:'Â',gt:'>',lt:'<'};for(var t in s)r.push(t);r=new RegExp('&('+r.join('|')+');','g');return function(u){return u.replace(r,function(v,w){return s[w];});};})();CKEDITOR.BBCodeParser=function(){this._={bbcPartsRegex:/(?:\[([^\/\]=]*?)(?:=([^\]]*?))?\])|(?:\[\/([a-z]{1,16})\])/ig};};CKEDITOR.BBCodeParser.prototype={parse:function(r){var B=this;var s,t,u=0;while(s=B._.bbcPartsRegex.exec(r)){var v=s.index;if(v>u){var w=r.substring(u,v);B.onText(w,1);}u=B._.bbcPartsRegex.lastIndex;t=(s[1]||s[3]||'').toLowerCase();if(t&&!a[t]){B.onText(s[0]);continue;}if(s[1]){var x=a[t],y={},z={},A=s[2];if(A){if(t=='list')if(!isNaN(A))A='decimal';else if(/^[a-z]+$/.test(A))A='lower-alpha'; -else if(/^[A-Z]+$/.test(A))A='upper-alpha';if(d[t]){if(t=='size')A+='%';z[d[t]]=A;y.style=i(z);}else if(e[t])y[e[t]]=A;}if(t=='email'||t=='img')y.bbcode=t;B.onTagOpen(x,y,CKEDITOR.dtd.$empty[x]);}else if(s[3])B.onTagClose(a[t]);}if(r.length>u)B.onText(r.substring(u,r.length),1);}};CKEDITOR.htmlParser.fragment.fromBBCode=function(r){var s=new CKEDITOR.BBCodeParser(),t=new CKEDITOR.htmlParser.fragment(),u=[],v=0,w=t,x;function y(D){if(u.length>0)for(var E=0;E<u.length;E++){var F=u[E],G=F.name,H=CKEDITOR.dtd[G],I=w.name&&CKEDITOR.dtd[w.name];if((!I||I[G])&&(!D||!H||H[D]||!CKEDITOR.dtd[D])){F=F.clone();F.parent=w;w=F;u.splice(E,1);E--;}}};function z(D,E){var F=w.children.length,G=F>0&&w.children[F-1],H=!G&&q.getRule(c[w.name],'breakAfterOpen'),I=G&&G.type==CKEDITOR.NODE_ELEMENT&&q.getRule(c[G.name],'breakAfterClose'),J=D&&q.getRule(c[D],E?'breakBeforeClose':'breakBeforeOpen');if(v&&(H||I||J))v--;if(v&&D in g)v++;while(v&&v--)w.children.push(G=new CKEDITOR.htmlParser.element('br'));};function A(D,E){z(D.name,1);E=E||w||t;var F=E.children.length,G=F>0&&E.children[F-1]||null;D.previous=G;D.parent=E;E.children.push(D);if(D.returnPoint){w=D.returnPoint;delete D.returnPoint;}};s.onTagOpen=function(D,E,F){var G=new CKEDITOR.htmlParser.element(D,E);if(CKEDITOR.dtd.$removeEmpty[D]){u.push(G);return;}var H=w.name,I=H&&(CKEDITOR.dtd[H]||(w._.isBlockLike?CKEDITOR.dtd.div:CKEDITOR.dtd.span));if(I&&!I[D]){var J=false,K;if(D==H)A(w,w.parent);else if(D in CKEDITOR.dtd.$listItem){s.onTagOpen('ul',{});K=w;J=true;}else{A(w,w.parent);u.unshift(w);J=true;}if(K)w=K;else w=w.returnPoint||w.parent;if(J){s.onTagOpen.apply(this,arguments);return;}}y(D);z(D);G.parent=w;G.returnPoint=x;x=0;if(G.isEmpty)A(G);else w=G;};s.onTagClose=function(D){for(var E=u.length-1;E>=0;E--){if(D==u[E].name){u.splice(E,1);return;}}var F=[],G=[],H=w;while(H.type&&H.name!=D){if(!H._.isBlockLike)G.unshift(H);F.push(H);H=H.parent;}if(H.type){for(E=0;E<F.length;E++){var I=F[E];A(I,I.parent);}w=H;A(H,H.parent);if(H==w)w=w.parent;u=u.concat(G);}};s.onText=function(D){var E=CKEDITOR.dtd[w.name];if(!E||E['#']){z();y();D.replace(/([\r\n])|[^\r\n]*/g,function(F,G){if(G!==undefined&&G.length)v++;else if(F.length){var H=0;F.replace(n,function(I,J){A(new CKEDITOR.htmlParser.text(F.substring(H,J)),w);A(new CKEDITOR.htmlParser.element('smiley',{desc:m[I]}),w);H=J+I.length;});if(H!=F.length)A(new CKEDITOR.htmlParser.text(F.substring(H,F.length)),w);}});}};s.parse(CKEDITOR.tools.htmlEncode(r));while(w.type){var B=w.parent,C=w; -A(C,B);w=B;}return t;};CKEDITOR.htmlParser.BBCodeWriter=CKEDITOR.tools.createClass({$:function(){var r=this;r._={output:[],rules:[]};r.setRules('list',{breakBeforeOpen:1,breakAfterOpen:1,breakBeforeClose:1,breakAfterClose:1});r.setRules('*',{breakBeforeOpen:1,breakAfterOpen:0,breakBeforeClose:1,breakAfterClose:0});r.setRules('quote',{breakBeforeOpen:1,breakAfterOpen:0,breakBeforeClose:0,breakAfterClose:1});},proto:{setRules:function(r,s){var t=this._.rules[r];if(t)CKEDITOR.tools.extend(t,s,true);else this._.rules[r]=s;},getRule:function(r,s){return this._.rules[r]&&this._.rules[r][s];},openTag:function(r,s){var u=this;if(r in a){if(u.getRule(r,'breakBeforeOpen'))u.lineBreak(1);u.write('[',r);var t=s.option;t&&u.write('=',t);u.write(']');if(u.getRule(r,'breakAfterOpen'))u.lineBreak(1);}else if(r=='br')u._.output.push('\n');},openTagClose:function(){},attribute:function(){},closeTag:function(r){var s=this;if(r in a){if(s.getRule(r,'breakBeforeClose'))s.lineBreak(1);r!='*'&&s.write('[/',r,']');if(s.getRule(r,'breakAfterClose'))s.lineBreak(1);}},text:function(r){this.write(r);},comment:function(){},lineBreak:function(){var r=this;if(!r._.hasLineBreak&&r._.output.length){r.write('\n');r._.hasLineBreak=1;}},write:function(){this._.hasLineBreak=0;var r=Array.prototype.join.call(arguments,'');this._.output.push(r);},reset:function(){this._.output=[];this._.hasLineBreak=0;},getHtml:function(r){var s=this._.output.join('');if(r)this.reset();return p(s);}}});var q=new CKEDITOR.htmlParser.BBCodeWriter();CKEDITOR.plugins.add('bbcode',{requires:['htmldataprocessor','entities'],beforeInit:function(r){var s=r.config;CKEDITOR.tools.extend(s,{enterMode:CKEDITOR.ENTER_BR,basicEntities:false,entities:false,fillEmptyBlocks:false},true);},init:function(r){var s=r.config;function t(v){var w=CKEDITOR.htmlParser.fragment.fromBBCode(v),x=new CKEDITOR.htmlParser.basicWriter();w.writeHtml(x,u);return x.getHtml(true);};var u=new CKEDITOR.htmlParser.filter();u.addRules({elements:{blockquote:function(v){var w=new CKEDITOR.htmlParser.element('div');w.children=v.children;v.children=[w];var x=v.attributes.cite;if(x){var y=new CKEDITOR.htmlParser.element('cite');y.add(new CKEDITOR.htmlParser.text(x.replace(/^"|"$/g,'')));delete v.attributes.cite;v.children.unshift(y);}},span:function(v){var w;if(w=v.attributes.bbcode){if(w=='img'){v.name='img';v.attributes.src=v.children[0].value;v.children=[];}else if(w=='email'){v.name='a';v.attributes.href='mailto:'+v.children[0].value;}delete v.attributes.bbcode; -}},ol:function(v){if(v.attributes.listType){if(v.attributes.listType!='decimal')v.attributes.style='list-style-type:'+v.attributes.listType;}else v.name='ul';delete v.attributes.listType;},a:function(v){if(!v.attributes.href)v.attributes.href=v.children[0].value;},smiley:function(v){v.name='img';var w=v.attributes.desc,x=s.smiley_images[CKEDITOR.tools.indexOf(s.smiley_descriptions,w)],y=CKEDITOR.tools.htmlEncode(s.smiley_path+x);v.attributes={src:y,'data-cke-saved-src':y,title:w,alt:w};}}});r.dataProcessor.htmlFilter.addRules({elements:{$:function(v){var w=v.attributes,x=j(w.style),y,z=v.name;if(z in b)z=b[z];else if(z=='span'){if(y=x.color){z='color';y=k(y);}else if(y=x['font-size']){var A=y.match(/(\d+)%$/);if(A){y=A[1];z='size';}}}else if(z=='ol'||z=='ul'){if(y=x['list-style-type']){switch(y){case 'lower-alpha':y='a';break;case 'upper-alpha':y='A';break;}}else if(z=='ol')y=1;z='list';}else if(z=='blockquote'){try{var B=v.children[0],C=v.children[1],D=B.name=='cite'&&B.children[0].value;if(D){y='"'+D+'"';v.children=C.children;}}catch(G){}z='quote';}else if(z=='a'){if(y=w.href)if(y.indexOf('mailto:')!==-1){z='email';v.children=[new CKEDITOR.htmlParser.text(y.replace('mailto:',''))];y='';}else{var E=v.children.length==1&&v.children[0];if(E&&E.type==CKEDITOR.NODE_TEXT&&E.value==y)y='';z='url';}}else if(z=='img'){v.isEmpty=0;var F=w['data-cke-saved-src'];if(F&&F.indexOf(r.config.smiley_path)!=-1)return new CKEDITOR.htmlParser.text(l[w.alt]);else v.children=[new CKEDITOR.htmlParser.text(F)];}v.name=z;y&&(v.attributes.option=y);return null;},br:function(v){var w=v.next;if(w&&w.name in g)return false;}}},1);r.dataProcessor.writer=q;r.on('beforeSetMode',function(v){v.removeListener();var w=r._.modes.wysiwyg;w.loadData=CKEDITOR.tools.override(w.loadData,function(x){return function(y){return x.call(this,t(y));};});});},afterInit:function(r){var s;if(r._.elementsPath)if(s=r._.elementsPath.filters)s.push(function(t){var u=t.getName(),v=c[u]||false;if(v=='link'&&t.getAttribute('href').indexOf('mailto:')===0)v='email';else if(u=='span'){if(t.getStyle('font-size'))v='size';else if(t.getStyle('color'))v='color';}else if(v=='img'){var w=t.data('cke-saved-src');if(w&&w.indexOf(r.config.smiley_path)===0)v='smiley';}return v;});}});})(); diff --git a/skins/ckeditor/plugins/clipboard/dialogs/paste.js b/skins/ckeditor/plugins/clipboard/dialogs/paste.js index 9af1037..fd793e9 100644 --- a/skins/ckeditor/plugins/clipboard/dialogs/paste.js +++ b/skins/ckeditor/plugins/clipboard/dialogs/paste.js @@ -1,7 +1,11 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('paste',function(a){var b=a.lang.clipboard,c=CKEDITOR.env.isCustomDomain();function d(e){var f=new CKEDITOR.dom.document(e.document),g=f.$,h=f.getById('cke_actscrpt');h&&h.remove();CKEDITOR.env.ie?g.body.contentEditable='true':g.designMode='on';if(CKEDITOR.env.ie&&CKEDITOR.env.version<8)f.getWindow().on('blur',function(){g.selection.empty();});f.on('keydown',function(i){var j=i.data,k=j.getKeystroke(),l;switch(k){case 27:this.hide();l=1;break;case 9:case CKEDITOR.SHIFT+9:this.changeFocus(true);l=1;}l&&j.preventDefault();},this);a.fire('ariaWidget',new CKEDITOR.dom.element(e.frameElement));};return{title:b.title,minWidth:CKEDITOR.env.ie&&CKEDITOR.env.quirks?370:350,minHeight:CKEDITOR.env.quirks?250:245,onShow:function(){this.parts.dialog.$.offsetHeight;this.setupContent();},onHide:function(){if(CKEDITOR.env.ie)this.getParentEditor().document.getBody().$.contentEditable='true';},onLoad:function(){if((CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)&&a.lang.dir=='rtl')this.parts.contents.setStyle('overflow','hidden');},onOk:function(){this.commitContent();},contents:[{id:'general',label:a.lang.common.generalTab,elements:[{type:'html',id:'securityMsg',html:'<div style="white-space:normal;width:340px;">'+b.securityMsg+'</div>'},{type:'html',id:'pasteMsg',html:'<div style="white-space:normal;width:340px;">'+b.pasteMsg+'</div>'},{type:'html',id:'editing_area',style:'width: 100%; height: 100%;',html:'',focus:function(){var e=this.getInputElement().$.contentWindow;setTimeout(function(){e.focus();},500);},setup:function(){var e=this.getDialog(),f='<html dir="'+a.config.contentsLangDirection+'"'+' lang="'+(a.config.contentsLanguage||a.langCode)+'">'+'<head><style>body { margin: 3px; height: 95%; } </style></head><body>'+'<script id="cke_actscrpt" type="text/javascript">'+'window.parent.CKEDITOR.tools.callFunction( '+CKEDITOR.tools.addFunction(d,e)+', this );'+'</script></body>'+'</html>',g=CKEDITOR.env.air?'javascript:void(0)':c?"javascript:void((function(){document.open();document.domain='"+document.domain+"';"+'document.close();'+'})())"':'',h=CKEDITOR.dom.element.createFromHtml('<iframe class="cke_pasteframe" frameborder="0" allowTransparency="true" src="'+g+'"'+' role="region"'+' aria-label="'+b.pasteArea+'"'+' aria-describedby="'+e.getContentElement('general','pasteMsg').domId+'"'+' aria-multiple="true"'+'></iframe>');h.on('load',function(k){k.removeListener();var l=h.getFrameDocument();l.write(f);if(CKEDITOR.env.air)d.call(this,l.getWindow().$); -},e);h.setCustomData('dialog',e);var i=this.getElement();i.setHtml('');i.append(h);if(CKEDITOR.env.ie){var j=CKEDITOR.dom.element.createFromHtml('<span tabindex="-1" style="position:absolute;" role="presentation"></span>');j.on('focus',function(){h.$.contentWindow.focus();});i.append(j);this.focus=function(){j.focus();this.fire('focus');};}this.getInputElement=function(){return h;};if(CKEDITOR.env.ie){i.setStyle('display','block');i.setStyle('height',h.$.offsetHeight+2+'px');}},commit:function(e){var f=this.getElement(),g=this.getDialog().getParentEditor(),h=this.getInputElement().getFrameDocument().getBody(),i=h.getBogus(),j;i&&i.remove();j=h.getHtml();setTimeout(function(){g.fire('paste',{html:j});},0);}}]}]};}); +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("paste",function(c){function h(a){var b=new CKEDITOR.dom.document(a.document),f=b.getBody(),d=b.getById("cke_actscrpt");d&&d.remove();f.setAttribute("contenteditable",!0);if(CKEDITOR.env.ie&&8>CKEDITOR.env.version)b.getWindow().on("blur",function(){b.$.selection.empty()});b.on("keydown",function(a){var a=a.data,b;switch(a.getKeystroke()){case 27:this.hide();b=1;break;case 9:case CKEDITOR.SHIFT+9:this.changeFocus(1),b=1}b&&a.preventDefault()},this);c.fire("ariaWidget",new CKEDITOR.dom.element(a.frameElement)); +b.getWindow().getFrame().removeCustomData("pendingFocus")&&f.focus()}var e=c.lang.clipboard;c.on("pasteDialogCommit",function(a){a.data&&c.fire("paste",{type:"auto",dataValue:a.data})},null,null,1E3);return{title:e.title,minWidth:CKEDITOR.env.ie&&CKEDITOR.env.quirks?370:350,minHeight:CKEDITOR.env.quirks?250:245,onShow:function(){this.parts.dialog.$.offsetHeight;this.setupContent();this.parts.title.setHtml(this.customTitle||e.title);this.customTitle=null},onLoad:function(){(CKEDITOR.env.ie7Compat|| +CKEDITOR.env.ie6Compat)&&"rtl"==c.lang.dir&&this.parts.contents.setStyle("overflow","hidden")},onOk:function(){this.commitContent()},contents:[{id:"general",label:c.lang.common.generalTab,elements:[{type:"html",id:"securityMsg",html:'<div style="white-space:normal;width:340px">'+e.securityMsg+"</div>"},{type:"html",id:"pasteMsg",html:'<div style="white-space:normal;width:340px">'+e.pasteMsg+"</div>"},{type:"html",id:"editing_area",style:"width:100%;height:100%",html:"",focus:function(){var a=this.getInputElement(), +b=a.getFrameDocument().getBody();!b||b.isReadOnly()?a.setCustomData("pendingFocus",1):b.focus()},setup:function(){var a=this.getDialog(),b='<html dir="'+c.config.contentsLangDirection+'" lang="'+(c.config.contentsLanguage||c.langCode)+'"><head><style>body{margin:3px;height:95%}</style></head><body><script id="cke_actscrpt" type="text/javascript">window.parent.CKEDITOR.tools.callFunction('+CKEDITOR.tools.addFunction(h,a)+",this);<\/script></body></html>",f=CKEDITOR.env.air?"javascript:void(0)":CKEDITOR.env.ie? +"javascript:void((function(){"+encodeURIComponent("document.open();("+CKEDITOR.tools.fixDomain+")();document.close();")+'})())"':"",d=CKEDITOR.dom.element.createFromHtml('<iframe class="cke_pasteframe" frameborder="0" allowTransparency="true" src="'+f+'" role="region" aria-label="'+e.pasteArea+'" aria-describedby="'+a.getContentElement("general","pasteMsg").domId+'" aria-multiple="true"></iframe>');d.on("load",function(a){a.removeListener();a=d.getFrameDocument();a.write(b);c.focusManager.add(a.getBody()); +CKEDITOR.env.air&&h.call(this,a.getWindow().$)},a);d.setCustomData("dialog",a);a=this.getElement();a.setHtml("");a.append(d);if(CKEDITOR.env.ie){var g=CKEDITOR.dom.element.createFromHtml('<span tabindex="-1" style="position:absolute" role="presentation"></span>');g.on("focus",function(){setTimeout(function(){d.$.contentWindow.focus()})});a.append(g);this.focus=function(){g.focus();this.fire("focus")}}this.getInputElement=function(){return d};CKEDITOR.env.ie&&(a.setStyle("display","block"),a.setStyle("height", +d.$.offsetHeight+2+"px"))},commit:function(){var a=this.getDialog().getParentEditor(),b=this.getInputElement().getFrameDocument().getBody(),c=b.getBogus(),d;c&&c.remove();d=b.getHtml();setTimeout(function(){a.fire("pasteDialogCommit",d)},0)}}]}]}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/colordialog/dialogs/colordialog.js b/skins/ckeditor/plugins/colordialog/dialogs/colordialog.js index 9ebcb62..0c30c1f 100644 --- a/skins/ckeditor/plugins/colordialog/dialogs/colordialog.js +++ b/skins/ckeditor/plugins/colordialog/dialogs/colordialog.js @@ -1,7 +1,13 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('colordialog',function(a){var b=CKEDITOR.dom.element,c=CKEDITOR.document,d=CKEDITOR.tools,e=a.lang.colordialog,f,g={type:'html',html:' '};function h(){c.getById(x).removeStyle('background-color');f.getContentElement('picker','selectedColor').setValue('');};function i(z){if(!(z instanceof CKEDITOR.dom.event))z=new CKEDITOR.dom.event(z);var A=z.getTarget(),B;if(A.getName()=='a'&&(B=A.getChild(0).getHtml()))f.getContentElement('picker','selectedColor').setValue(B);};function j(z){if(!(z instanceof CKEDITOR.dom.event))z=z.data;var A=z.getTarget(),B;if(A.getName()=='a'&&(B=A.getChild(0).getHtml())){c.getById(v).setStyle('background-color',B);c.getById(w).setHtml(B);}};function k(){c.getById(v).removeStyle('background-color');c.getById(w).setHtml(' ');};var l=d.addFunction(k),m=i,n=CKEDITOR.tools.addFunction(m),o=j,p=k,q=CKEDITOR.tools.addFunction(function(z){z=new CKEDITOR.dom.event(z);var A=z.getTarget(),B,C,D=z.getKeystroke(),E=a.lang.dir=='rtl';switch(D){case 38:if(B=A.getParent().getParent().getPrevious()){C=B.getChild([A.getParent().getIndex(),0]);C.focus();p(z,A);o(z,C);}z.preventDefault();break;case 40:if(B=A.getParent().getParent().getNext()){C=B.getChild([A.getParent().getIndex(),0]);if(C&&C.type==1){C.focus();p(z,A);o(z,C);}}z.preventDefault();break;case 32:m(z);z.preventDefault();break;case E?37:39:if(B=A.getParent().getNext()){C=B.getChild(0);if(C.type==1){C.focus();p(z,A);o(z,C);z.preventDefault(true);}else p(null,A);}else if(B=A.getParent().getParent().getNext()){C=B.getChild([0,0]);if(C&&C.type==1){C.focus();p(z,A);o(z,C);z.preventDefault(true);}else p(null,A);}break;case E?39:37:if(B=A.getParent().getPrevious()){C=B.getChild(0);C.focus();p(z,A);o(z,C);z.preventDefault(true);}else if(B=A.getParent().getParent().getPrevious()){C=B.getLast().getChild(0);C.focus();p(z,A);o(z,C);z.preventDefault(true);}else p(null,A);break;default:return;}});function r(){var z=['00','33','66','99','cc','ff'];function A(F,G){for(var H=F;H<F+3;H++){var I=s.$.insertRow(-1);for(var J=G;J<G+3;J++)for(var K=0;K<6;K++)B(I,'#'+z[J]+z[K]+z[H]);}};function B(F,G){var H=new b(F.insertCell(-1));H.setAttribute('class','ColorCell');H.setStyle('background-color',G);H.setStyle('width','15px');H.setStyle('height','15px');var I=H.$.cellIndex+1+18*F.rowIndex;H.append(CKEDITOR.dom.element.createFromHtml('<a href="javascript: void(0);" role="option" aria-posinset="'+I+'"'+' aria-setsize="'+234+'"'+' style="cursor: pointer;display:block;width:100%;height:100% " title="'+CKEDITOR.tools.htmlEncode(G)+'"'+' onkeydown="CKEDITOR.tools.callFunction( '+q+', event, this )"'+' onclick="CKEDITOR.tools.callFunction('+n+', event, this ); return false;"'+' tabindex="-1"><span class="cke_voice_label">'+G+'</span> </a>',CKEDITOR.document)); -};A(0,0);A(3,0);A(0,3);A(3,3);var C=s.$.insertRow(-1);for(var D=0;D<6;D++)B(C,'#'+z[D]+z[D]+z[D]);for(var E=0;E<12;E++)B(C,'#000000');};var s=new b('table');r();var t=s.getHtml(),u=function(z){return CKEDITOR.tools.getNextId()+'_'+z;},v=u('hicolor'),w=u('hicolortext'),x=u('selhicolor'),y=u('color_table_label');return{title:e.title,minWidth:360,minHeight:220,onLoad:function(){f=this;},contents:[{id:'picker',label:e.title,accessKey:'I',elements:[{type:'hbox',padding:0,widths:['70%','10%','30%'],children:[{type:'html',html:'<table role="listbox" aria-labelledby="'+y+'" onmouseout="CKEDITOR.tools.callFunction( '+l+' );">'+(!CKEDITOR.env.webkit?t:'')+'</table><span id="'+y+'" class="cke_voice_label">'+e.options+'</span>',onLoad:function(){var z=CKEDITOR.document.getById(this.domId);z.on('mouseover',j);CKEDITOR.env.webkit&&z.setHtml(t);},focus:function(){var z=this.getElement().getElementsByTag('a').getItem(0);z.focus();}},g,{type:'vbox',padding:0,widths:['70%','5%','25%'],children:[{type:'html',html:'<span>'+e.highlight+'</span>\t\t\t\t\t\t\t\t\t\t\t\t<div id="'+v+'" style="border: 1px solid; height: 74px; width: 74px;"></div>\t\t\t\t\t\t\t\t\t\t\t\t<div id="'+w+'"> </div><span>'+e.selected+'</span>\t\t\t\t\t\t\t\t\t\t\t\t<div id="'+x+'" style="border: 1px solid; height: 20px; width: 74px;"></div>'},{type:'text',label:e.selected,labelStyle:'display:none',id:'selectedColor',style:'width: 74px',onChange:function(){try{c.getById(x).setStyle('background-color',this.getValue());}catch(z){h();}}},g,{type:'button',id:'clear',style:'margin-top: 5px',label:e.clear,onClick:h}]}]}]}]};}); +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("colordialog",function(t){function n(){f.getById(o).removeStyle("background-color");p.getContentElement("picker","selectedColor").setValue("");j&&j.removeAttribute("aria-selected");j=null}function u(a){var a=a.data.getTarget(),b;if("td"==a.getName()&&(b=a.getChild(0).getHtml()))j=a,j.setAttribute("aria-selected",!0),p.getContentElement("picker","selectedColor").setValue(b)}function y(a){for(var a=a.replace(/^#/,""),b=0,c=[];2>=b;b++)c[b]=parseInt(a.substr(2*b,2),16);return"#"+ +(165<=0.2126*c[0]+0.7152*c[1]+0.0722*c[2]?"000":"fff")}function v(a){!a.name&&(a=new CKEDITOR.event(a));var b=!/mouse/.test(a.name),c=a.data.getTarget(),e;if("td"==c.getName()&&(e=c.getChild(0).getHtml()))q(a),b?g=c:w=c,b&&(c.setStyle("border-color",y(e)),c.setStyle("border-style","dotted")),f.getById(k).setStyle("background-color",e),f.getById(l).setHtml(e)}function q(a){if(a=!/mouse/.test(a.name)&&g){var b=a.getChild(0).getHtml();a.setStyle("border-color",b);a.setStyle("border-style","solid")}!g&& +!w&&(f.getById(k).removeStyle("background-color"),f.getById(l).setHtml(" "))}function z(a){var b=a.data,c=b.getTarget(),e=b.getKeystroke(),d="rtl"==t.lang.dir;switch(e){case 38:if(a=c.getParent().getPrevious())a=a.getChild([c.getIndex()]),a.focus();b.preventDefault();break;case 40:if(a=c.getParent().getNext())(a=a.getChild([c.getIndex()]))&&1==a.type&&a.focus();b.preventDefault();break;case 32:case 13:u(a);b.preventDefault();break;case d?37:39:if(a=c.getNext())1==a.type&&(a.focus(),b.preventDefault(!0)); +else if(a=c.getParent().getNext())if((a=a.getChild([0]))&&1==a.type)a.focus(),b.preventDefault(!0);break;case d?39:37:if(a=c.getPrevious())a.focus(),b.preventDefault(!0);else if(a=c.getParent().getPrevious())a=a.getLast(),a.focus(),b.preventDefault(!0)}}var r=CKEDITOR.dom.element,f=CKEDITOR.document,h=t.lang.colordialog,p,x={type:"html",html:" "},j,g,w,m=function(a){return CKEDITOR.tools.getNextId()+"_"+a},k=m("hicolor"),l=m("hicolortext"),o=m("selhicolor"),i;(function(){function a(a,d){for(var s= +a;s<a+3;s++){var e=new r(i.$.insertRow(-1));e.setAttribute("role","row");for(var f=d;f<d+3;f++)for(var g=0;6>g;g++)b(e.$,"#"+c[f]+c[g]+c[s])}}function b(a,c){var b=new r(a.insertCell(-1));b.setAttribute("class","ColorCell");b.setAttribute("tabIndex",-1);b.setAttribute("role","gridcell");b.on("keydown",z);b.on("click",u);b.on("focus",v);b.on("blur",q);b.setStyle("background-color",c);b.setStyle("border","1px solid "+c);b.setStyle("width","14px");b.setStyle("height","14px");var d=m("color_table_cell"); +b.setAttribute("aria-labelledby",d);b.append(CKEDITOR.dom.element.createFromHtml('<span id="'+d+'" class="cke_voice_label">'+c+"</span>",CKEDITOR.document))}i=CKEDITOR.dom.element.createFromHtml('<table tabIndex="-1" aria-label="'+h.options+'" role="grid" style="border-collapse:separate;" cellspacing="0"><caption class="cke_voice_label">'+h.options+'</caption><tbody role="presentation"></tbody></table>');i.on("mouseover",v);i.on("mouseout",q);var c="00 33 66 99 cc ff".split(" ");a(0,0);a(3,0);a(0, +3);a(3,3);var e=new r(i.$.insertRow(-1));e.setAttribute("role","row");for(var d=0;6>d;d++)b(e.$,"#"+c[d]+c[d]+c[d]);for(d=0;12>d;d++)b(e.$,"#000000")})();return{title:h.title,minWidth:360,minHeight:220,onLoad:function(){p=this},onHide:function(){n();var a=g.getChild(0).getHtml();g.setStyle("border-color",a);g.setStyle("border-style","solid");f.getById(k).removeStyle("background-color");f.getById(l).setHtml(" ");g=null},contents:[{id:"picker",label:h.title,accessKey:"I",elements:[{type:"hbox", +padding:0,widths:["70%","10%","30%"],children:[{type:"html",html:"<div></div>",onLoad:function(){CKEDITOR.document.getById(this.domId).append(i)},focus:function(){(g||this.getElement().getElementsByTag("td").getItem(0)).focus()}},x,{type:"vbox",padding:0,widths:["70%","5%","25%"],children:[{type:"html",html:"<span>"+h.highlight+'</span>\t\t\t\t\t\t\t\t\t\t\t\t<div id="'+k+'" style="border: 1px solid; height: 74px; width: 74px;"></div>\t\t\t\t\t\t\t\t\t\t\t\t<div id="'+l+'"> </div><span>'+h.selected+ +'</span>\t\t\t\t\t\t\t\t\t\t\t\t<div id="'+o+'" style="border: 1px solid; height: 20px; width: 74px;"></div>'},{type:"text",label:h.selected,labelStyle:"display:none",id:"selectedColor",style:"width: 74px",onChange:function(){try{f.getById(o).setStyle("background-color",this.getValue())}catch(a){n()}}},x,{type:"button",id:"clear",style:"margin-top: 5px",label:h.clear,onClick:n}]}]}]}]}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/devtools/lang/en.js b/skins/ckeditor/plugins/devtools/lang/en.js deleted file mode 100644 index 7ebce7e..0000000 --- a/skins/ckeditor/plugins/devtools/lang/en.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.setLang('devtools','en',{devTools:{title:'Element Information',dialogName:'Dialog window name',tabName:'Tab name',elementId:'Element ID',elementType:'Element type'}}); diff --git a/skins/ckeditor/plugins/devtools/plugin.js b/skins/ckeditor/plugins/devtools/plugin.js deleted file mode 100644 index 141d914..0000000 --- a/skins/ckeditor/plugins/devtools/plugin.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add('devtools',{lang:['en'],init:function(a){a._.showDialogDefinitionTooltips=1;},onLoad:function(){CKEDITOR.document.appendStyleText(CKEDITOR.config.devtools_styles||'#cke_tooltip { padding: 5px; border: 2px solid #333; background: #ffffff }#cke_tooltip h2 { font-size: 1.1em; border-bottom: 1px solid; margin: 0; padding: 1px; }#cke_tooltip ul { padding: 0pt; list-style-type: none; }');}});(function(){function a(d,e,f,g){var h=d.lang.devTools,i='<a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.'+(f?f.type=='text'?'textInput':f.type:'content')+'.html" target="_blank">'+(f?f.type:'content')+'</a>',j='<h2>'+h.title+'</h2>'+'<ul>'+'<li><strong>'+h.dialogName+'</strong> : '+e.getName()+'</li>'+'<li><strong>'+h.tabName+'</strong> : '+g+'</li>';if(f)j+='<li><strong>'+h.elementId+'</strong> : '+f.id+'</li>';j+='<li><strong>'+h.elementType+'</strong> : '+i+'</li>';return j+'</ul>';};function b(d,e,f,g,h,i){var j=e.getDocumentPosition(),k={'z-index':CKEDITOR.dialog._.currentZIndex+10,top:j.y+e.getSize('height')+'px'};c.setHtml(d(f,g,h,i));c.show();if(f.lang.dir=='rtl'){var l=CKEDITOR.document.getWindow().getViewPaneSize();k.right=l.width-j.x-e.getSize('width')+'px';}else k.left=j.x+'px';c.setStyles(k);};var c;CKEDITOR.on('reset',function(){c&&c.remove();c=null;});CKEDITOR.on('dialogDefinition',function(d){var e=d.editor;if(e._.showDialogDefinitionTooltips){if(!c){c=CKEDITOR.dom.element.createFromHtml('<div id="cke_tooltip" tabindex="-1" style="position: absolute"></div>',CKEDITOR.document);c.hide();c.on('mouseover',function(){this.show();});c.on('mouseout',function(){this.hide();});c.appendTo(CKEDITOR.document.getBody());}var f=d.data.definition.dialog,g=e.config.devtools_textCallback||a;f.on('load',function(){var h=f.parts.tabs.getChildren(),i;for(var j=0,k=h.count();j<k;j++){i=h.getItem(j);i.on('mouseover',function(){var l=this.$.id;b(g,this,e,f,null,l.substring(4,l.lastIndexOf('_')));});i.on('mouseout',function(){c.hide();});}f.foreach(function(l){if(l.type in {hbox:1,vbox:1})return;var m=l.getElement();if(m){m.on('mouseover',function(){b(g,this,e,f,l,f._.currentTabId);});m.on('mouseout',function(){c.hide();});}});});}});})(); diff --git a/skins/ckeditor/plugins/dialog/dialogDefinition.js b/skins/ckeditor/plugins/dialog/dialogDefinition.js index c501932..67d361c 100644 --- a/skins/ckeditor/plugins/dialog/dialogDefinition.js +++ b/skins/ckeditor/plugins/dialog/dialogDefinition.js @@ -1,4 +1,4 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ diff --git a/skins/ckeditor/plugins/div/dialogs/div.js b/skins/ckeditor/plugins/div/dialogs/div.js index 80fde5d..2e6d5fe 100644 --- a/skins/ckeditor/plugins/div/dialogs/div.js +++ b/skins/ckeditor/plugins/div/dialogs/div.js @@ -1,8 +1,9 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){function a(d,e,f){if(!e.is||!e.getCustomData('block_processed')){e.is&&CKEDITOR.dom.element.setMarker(f,e,'block_processed',true);d.push(e);}};function b(d){var e=[],f=d.getChildren();for(var g=0;g<f.count();g++){var h=f.getItem(g);if(!(h.type===CKEDITOR.NODE_TEXT&&/^[ \t\n\r]+$/.test(h.getText())))e.push(h);}return e;};function c(d,e){var f=(function(){var p=CKEDITOR.tools.extend({},CKEDITOR.dtd.$blockLimit);delete p.div;if(d.config.div_wrapTable){delete p.td;delete p.th;}return p;})(),g=CKEDITOR.dtd.div;function h(p){var q=new CKEDITOR.dom.elementPath(p).elements,r;for(var s=0;s<q.length;s++){if(q[s].getName() in f){r=q[s];break;}}return r;};function i(){this.foreach(function(p){if(/^(?!vbox|hbox)/.test(p.type)){if(!p.setup)p.setup=function(q){p.setValue(q.getAttribute(p.id)||'');};if(!p.commit)p.commit=function(q){var r=this.getValue();if('dir'==p.id&&q.getComputedStyle('direction')==r)return;if(r)q.setAttribute(p.id,r);else q.removeAttribute(p.id);};}});};function j(p){var q=[],r={},s=[],t,u=p.document.getSelection(),v=u.getRanges(),w=u.createBookmarks(),x,y,z=p.config.enterMode==CKEDITOR.ENTER_DIV?'div':'p';for(x=0;x<v.length;x++){y=v[x].createIterator();while(t=y.getNextParagraph()){if(t.getName() in f){var A,B=t.getChildren();for(A=0;A<B.count();A++)a(s,B.getItem(A),r);}else{while(!g[t.getName()]&&t.getName()!='body')t=t.getParent();a(s,t,r);}}}CKEDITOR.dom.element.clearAllMarkers(r);var C=l(s),D,E,F;for(x=0;x<C.length;x++){var G=C[x][0];D=G.getParent();for(A=1;A<C[x].length;A++)D=D.getCommonAncestor(C[x][A]);F=new CKEDITOR.dom.element('div',p.document);for(A=0;A<C[x].length;A++){G=C[x][A];while(!G.getParent().equals(D))G=G.getParent();C[x][A]=G;}var H=null;for(A=0;A<C[x].length;A++){G=C[x][A];if(!(G.getCustomData&&G.getCustomData('block_processed'))){G.is&&CKEDITOR.dom.element.setMarker(r,G,'block_processed',true);if(!A)F.insertBefore(G);F.append(G);}}CKEDITOR.dom.element.clearAllMarkers(r);q.push(F);}u.selectBookmarks(w);return q;};function k(p){var q=new CKEDITOR.dom.elementPath(p.getSelection().getStartElement()),r=q.blockLimit,s=r&&r.getAscendant('div',true);return s;};function l(p){var q=[],r=null,s,t;for(var u=0;u<p.length;u++){t=p[u];var v=h(t);if(!v.equals(r)){r=v;q.push([]);}q[q.length-1].push(t);}return q;};function m(p){var q=this.getDialog(),r=q._element&&q._element.clone()||new CKEDITOR.dom.element('div',d.document);this.commit(r,true);p=[].concat(p);var s=p.length,t;for(var u=0;u<s;u++){t=q.getContentElement.apply(q,p[u].split(':')); -t&&t.setup&&t.setup(r,true);}};var n={},o=[];return{title:d.lang.div.title,minWidth:400,minHeight:165,contents:[{id:'info',label:d.lang.common.generalTab,title:d.lang.common.generalTab,elements:[{type:'hbox',widths:['50%','50%'],children:[{id:'elementStyle',type:'select',style:'width: 100%;',label:d.lang.div.styleSelectLabel,'default':'',items:[[d.lang.common.notSet,'']],onChange:function(){m.call(this,['info:class','advanced:dir','advanced:style']);},setup:function(p){for(var q in n)n[q].checkElementRemovable(p,true)&&this.setValue(q);},commit:function(p){var q;if(q=this.getValue()){var r=n[q],s=p.getCustomData('elementStyle')||'';r.applyToObject(p);p.setCustomData('elementStyle',s+r._.definition.attributes.style);}}},{id:'class',type:'text',label:d.lang.common.cssClass,'default':''}]}]},{id:'advanced',label:d.lang.common.advancedTab,title:d.lang.common.advancedTab,elements:[{type:'vbox',padding:1,children:[{type:'hbox',widths:['50%','50%'],children:[{type:'text',id:'id',label:d.lang.common.id,'default':''},{type:'text',id:'lang',label:d.lang.link.langCode,'default':''}]},{type:'hbox',children:[{type:'text',id:'style',style:'width: 100%;',label:d.lang.common.cssStyle,'default':'',commit:function(p){var q=this.getValue()+(p.getCustomData('elementStyle')||'');p.setAttribute('style',q);}}]},{type:'hbox',children:[{type:'text',id:'title',style:'width: 100%;',label:d.lang.common.advisoryTitle,'default':''}]},{type:'select',id:'dir',style:'width: 100%;',label:d.lang.common.langDir,'default':'',items:[[d.lang.common.notSet,''],[d.lang.common.langDirLtr,'ltr'],[d.lang.common.langDirRtl,'rtl']]}]}]}],onLoad:function(){i.call(this);var p=this,q=this.getContentElement('info','elementStyle');d.getStylesSet(function(r){var s;if(r)for(var t=0;t<r.length;t++){var u=r[t];if(u.element&&u.element=='div'){s=u.name;n[s]=new CKEDITOR.style(u);q.items.push([s,s]);q.add(s,s);}}q[q.items.length>1?'enable':'disable']();setTimeout(function(){q.setup(p._element);},0);});},onShow:function(){if(e=='editdiv'){var p=k(d);p&&this.setupContent(this._element=p);}},onOk:function(){if(e=='editdiv')o=[this._element];else o=j(d,true);var p=o.length;for(var q=0;q<p;q++){this.commitContent(o[q]);!o[q].getAttribute('style')&&o[q].removeAttribute('style');}this.hide();},onHide:function(){if(e=='editdiv')this._element.removeCustomData('elementStyle');delete this._element;}};};CKEDITOR.dialog.add('creatediv',function(d){return c(d,'creatediv');});CKEDITOR.dialog.add('editdiv',function(d){return c(d,'editdiv'); -});})(); +(function(){function p(a,k,o){if(!k.is||!k.getCustomData("block_processed"))k.is&&CKEDITOR.dom.element.setMarker(o,k,"block_processed",!0),a.push(k)}function n(a,k){function o(){this.foreach(function(d){if(/^(?!vbox|hbox)/.test(d.type)&&(d.setup||(d.setup=function(c){d.setValue(c.getAttribute(d.id)||"",1)}),!d.commit))d.commit=function(c){var a=this.getValue();"dir"==d.id&&c.getComputedStyle("direction")==a||(a?c.setAttribute(d.id,a):c.removeAttribute(d.id))}})}var n=function(){var d=CKEDITOR.tools.extend({}, +CKEDITOR.dtd.$blockLimit);a.config.div_wrapTable&&(delete d.td,delete d.th);return d}(),q=CKEDITOR.dtd.div,l={},m=[];return{title:a.lang.div.title,minWidth:400,minHeight:165,contents:[{id:"info",label:a.lang.common.generalTab,title:a.lang.common.generalTab,elements:[{type:"hbox",widths:["50%","50%"],children:[{id:"elementStyle",type:"select",style:"width: 100%;",label:a.lang.div.styleSelectLabel,"default":"",items:[[a.lang.common.notSet,""]],onChange:function(){var d=["info:elementStyle","info:class", +"advanced:dir","advanced:style"],c=this.getDialog(),h=c._element&&c._element.clone()||new CKEDITOR.dom.element("div",a.document);this.commit(h,!0);for(var d=[].concat(d),b=d.length,i,f=0;f<b;f++)(i=c.getContentElement.apply(c,d[f].split(":")))&&i.setup&&i.setup(h,!0)},setup:function(a){for(var c in l)l[c].checkElementRemovable(a,!0)&&this.setValue(c,1)},commit:function(a){var c;(c=this.getValue())?l[c].applyToObject(a):a.removeAttribute("style")}},{id:"class",type:"text",requiredContent:"div(cke-xyz)", +label:a.lang.common.cssClass,"default":""}]}]},{id:"advanced",label:a.lang.common.advancedTab,title:a.lang.common.advancedTab,elements:[{type:"vbox",padding:1,children:[{type:"hbox",widths:["50%","50%"],children:[{type:"text",id:"id",requiredContent:"div[id]",label:a.lang.common.id,"default":""},{type:"text",id:"lang",requiredContent:"div[lang]",label:a.lang.common.langCode,"default":""}]},{type:"hbox",children:[{type:"text",id:"style",requiredContent:"div{cke-xyz}",style:"width: 100%;",label:a.lang.common.cssStyle, +"default":"",commit:function(a){a.setAttribute("style",this.getValue())}}]},{type:"hbox",children:[{type:"text",id:"title",requiredContent:"div[title]",style:"width: 100%;",label:a.lang.common.advisoryTitle,"default":""}]},{type:"select",id:"dir",requiredContent:"div[dir]",style:"width: 100%;",label:a.lang.common.langDir,"default":"",items:[[a.lang.common.notSet,""],[a.lang.common.langDirLtr,"ltr"],[a.lang.common.langDirRtl,"rtl"]]}]}]}],onLoad:function(){o.call(this);var d=this,c=this.getContentElement("info", +"elementStyle");a.getStylesSet(function(h){var b,i;if(h)for(var f=0;f<h.length;f++)i=h[f],i.element&&"div"==i.element&&(b=i.name,l[b]=i=new CKEDITOR.style(i),a.filter.check(i)&&(c.items.push([b,b]),c.add(b,b)));c[1<c.items.length?"enable":"disable"]();setTimeout(function(){d._element&&c.setup(d._element)},0)})},onShow:function(){"editdiv"==k&&this.setupContent(this._element=CKEDITOR.plugins.div.getSurroundDiv(a))},onOk:function(){if("editdiv"==k)m=[this._element];else{var d=[],c={},h=[],b,i=a.getSelection(), +f=i.getRanges(),l=i.createBookmarks(),g,j;for(g=0;g<f.length;g++)for(j=f[g].createIterator();b=j.getNextParagraph();)if(b.getName()in n&&!b.isReadOnly()){var e=b.getChildren();for(b=0;b<e.count();b++)p(h,e.getItem(b),c)}else{for(;!q[b.getName()]&&!b.equals(f[g].root);)b=b.getParent();p(h,b,c)}CKEDITOR.dom.element.clearAllMarkers(c);f=[];g=null;for(j=0;j<h.length;j++)b=h[j],e=a.elementPath(b).blockLimit,e.isReadOnly()&&(e=e.getParent()),a.config.div_wrapTable&&e.is(["td","th"])&&(e=a.elementPath(e.getParent()).blockLimit), +e.equals(g)||(g=e,f.push([])),f[f.length-1].push(b);for(g=0;g<f.length;g++){e=f[g][0];h=e.getParent();for(b=1;b<f[g].length;b++)h=h.getCommonAncestor(f[g][b]);j=new CKEDITOR.dom.element("div",a.document);for(b=0;b<f[g].length;b++){for(e=f[g][b];!e.getParent().equals(h);)e=e.getParent();f[g][b]=e}for(b=0;b<f[g].length;b++)if(e=f[g][b],!e.getCustomData||!e.getCustomData("block_processed"))e.is&&CKEDITOR.dom.element.setMarker(c,e,"block_processed",!0),b||j.insertBefore(e),j.append(e);CKEDITOR.dom.element.clearAllMarkers(c); +d.push(j)}i.selectBookmarks(l);m=d}d=m.length;for(c=0;c<d;c++)this.commitContent(m[c]),!m[c].getAttribute("style")&&m[c].removeAttribute("style");this.hide()},onHide:function(){"editdiv"==k&&this._element.removeCustomData("elementStyle");delete this._element}}}CKEDITOR.dialog.add("creatediv",function(a){return n(a,"creatediv")});CKEDITOR.dialog.add("editdiv",function(a){return n(a,"editdiv")})})(); \ No newline at end of file diff --git a/skins/ckeditor/plugins/docprops/dialogs/docprops.js b/skins/ckeditor/plugins/docprops/dialogs/docprops.js deleted file mode 100644 index a5ecc94..0000000 --- a/skins/ckeditor/plugins/docprops/dialogs/docprops.js +++ /dev/null @@ -1,10 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('docProps',function(a){var b=a.lang.docprops,c=a.lang.common,d={};function e(n,o){var p=function(){q(this);o(this,this._.parentDialog);},q=function(s){s.removeListener('ok',p);s.removeListener('cancel',q);},r=function(s){s.on('ok',p);s.on('cancel',q);};a.execCommand(n);if(a._.storedDialogs.colordialog)r(a._.storedDialogs.colordialog);else CKEDITOR.on('dialogDefinition',function(s){if(s.data.name!=n)return;var t=s.data.definition;s.removeListener();t.onLoad=CKEDITOR.tools.override(t.onLoad,function(u){return function(){r(this);t.onLoad=u;if(typeof u=='function')u.call(this);};});});};function f(){var n=this.getDialog(),o=n.getContentElement('general',this.id+'Other');if(!o)return;if(this.getValue()=='other'){o.getInputElement().removeAttribute('readOnly');o.focus();o.getElement().removeClass('cke_disabled');}else{o.getInputElement().setAttribute('readOnly',true);o.getElement().addClass('cke_disabled');}};function g(n,o,p){return function(q,r,s){var t=d,u=typeof p!='undefined'?p:this.getValue();if(!u&&n in t)t[n].remove();else if(u&&n in t)t[n].setAttribute('content',u);else if(u){var v=new CKEDITOR.dom.element('meta',a.document);v.setAttribute(o?'http-equiv':'name',n);v.setAttribute('content',u);s.append(v);}};};function h(n,o){return function(){var p=d,q=n in p?p[n].getAttribute('content')||'':'';if(o)return q;this.setValue(q);return null;};};function i(n){return function(o,p,q,r){r.removeAttribute('margin'+n);var s=this.getValue();if(s!=='')r.setStyle('margin-'+n,CKEDITOR.tools.cssLength(s));else r.removeStyle('margin-'+n);};};function j(n){var o={},p=n.getElementsByTag('meta'),q=p.count();for(var r=0;r<q;r++){var s=p.getItem(r);o[s.getAttribute(s.hasAttribute('http-equiv')?'http-equiv':'name').toLowerCase()]=s;}return o;};function k(n,o,p){n.removeStyle(o);if(n.getComputedStyle(o)!=p)n.setStyle(o,p);};var l=function(n,o,p){return{type:'hbox',padding:0,widths:['60%','40%'],children:[CKEDITOR.tools.extend({type:'text',id:n,label:b[o]},p||{},1),{type:'button',id:n+'Choose',label:b.chooseColor,className:'colorChooser',onClick:function(){var q=this;e('colordialog',function(r){var s=q.getDialog();s.getContentElement(s._.currentTabId,n).setValue(r.getContentElement('picker','selectedColor').getValue());});}}]};},m='javascript:void((function(){'+encodeURIComponent('document.open();'+(CKEDITOR.env.isCustomDomain()?"document.domain='"+document.domain+"';":'')+'document.write( \'<html style="background-color: #ffffff; height: 100%"><head></head><body style="width: 100%; height: 100%; margin: 0px">'+b.previewHtml+"</body></html>' );"+'document.close();')+'})())'; -return{title:b.title,minHeight:330,minWidth:500,onShow:function(){var n=a.document,o=n.getElementsByTag('html').getItem(0),p=n.getHead(),q=n.getBody();d=j(n);this.setupContent(n,o,p,q);},onHide:function(){d={};},onOk:function(){var n=a.document,o=n.getElementsByTag('html').getItem(0),p=n.getHead(),q=n.getBody();this.commitContent(n,o,p,q);},contents:[{id:'general',label:c.generalTab,elements:[{type:'text',id:'title',label:b.docTitle,setup:function(n){this.setValue(n.getElementsByTag('title').getItem(0).data('cke-title'));},commit:function(n,o,p,q,r){if(r)return;n.getElementsByTag('title').getItem(0).data('cke-title',this.getValue());}},{type:'hbox',children:[{type:'select',id:'dir',label:c.langDir,style:'width: 100%',items:[[c.notSet,''],[c.langDirLtr,'ltr'],[c.langDirRtl,'rtl']],setup:function(n,o,p,q){this.setValue(q.getDirection()||'');},commit:function(n,o,p,q){var r=this.getValue();if(r)q.setAttribute('dir',r);else q.removeAttribute('dir');q.removeStyle('direction');}},{type:'text',id:'langCode',label:c.langCode,setup:function(n,o){this.setValue(o.getAttribute('xml:lang')||o.getAttribute('lang')||'');},commit:function(n,o,p,q,r){if(r)return;var s=this.getValue();if(s)o.setAttributes({'xml:lang':s,lang:s});else o.removeAttributes({'xml:lang':1,lang:1});}}]},{type:'hbox',children:[{type:'select',id:'charset',label:b.charset,style:'width: 100%',items:[[c.notSet,''],[b.charsetASCII,'us-ascii'],[b.charsetCE,'iso-8859-2'],[b.charsetCT,'big5'],[b.charsetCR,'iso-8859-5'],[b.charsetGR,'iso-8859-7'],[b.charsetJP,'iso-2022-jp'],[b.charsetKR,'iso-2022-kr'],[b.charsetTR,'iso-8859-9'],[b.charsetUN,'utf-8'],[b.charsetWE,'iso-8859-1'],[b.other,'other']],'default':'',onChange:function(){var n=this;n.getDialog().selectedCharset=n.getValue()!='other'?n.getValue():'';f.call(n);},setup:function(){var q=this;q.metaCharset='charset' in d;var n=h(q.metaCharset?'charset':'content-type',1,1),o=n.call(q);!q.metaCharset&&o.match(/charset=[^=]+$/)&&(o=o.substring(o.indexOf('=')+1));if(o){q.setValue(o.toLowerCase());if(!q.getValue()){q.setValue('other');var p=q.getDialog().getContentElement('general','charsetOther');p&&p.setValue(o);}q.getDialog().selectedCharset=o;}f.call(q);},commit:function(n,o,p,q,r){var v=this;if(r)return;var s=v.getValue(),t=v.getDialog().getContentElement('general','charsetOther');s=='other'&&(s=t?t.getValue():'');s&&!v.metaCharset&&(s=(d['content-type']?d['content-type'].getAttribute('content').split(';')[0]:'text/html')+'; charset='+s);var u=g(v.metaCharset?'charset':'content-type',1,s); -u.call(v,n,o,p);}},{type:'text',id:'charsetOther',label:b.charsetOther,onChange:function(){this.getDialog().selectedCharset=this.getValue();}}]},{type:'hbox',children:[{type:'select',id:'docType',label:b.docType,style:'width: 100%',items:[[c.notSet,''],['XHTML 1.1','<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'],['XHTML 1.0 Transitional','<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'],['XHTML 1.0 Strict','<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'],['XHTML 1.0 Frameset','<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">'],['HTML 5','<!DOCTYPE html>'],['HTML 4.01 Transitional','<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'],['HTML 4.01 Strict','<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">'],['HTML 4.01 Frameset','<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">'],['HTML 3.2','<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">'],['HTML 2.0','<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">'],[b.other,'other']],onChange:f,setup:function(){var o=this;if(a.docType){o.setValue(a.docType);if(!o.getValue()){o.setValue('other');var n=o.getDialog().getContentElement('general','docTypeOther');n&&n.setValue(a.docType);}}f.call(o);},commit:function(n,o,p,q,r){if(r)return;var s=this.getValue(),t=this.getDialog().getContentElement('general','docTypeOther');a.docType=s=='other'?t?t.getValue():'':s;}},{type:'text',id:'docTypeOther',label:b.docTypeOther}]},{type:'checkbox',id:'xhtmlDec',label:b.xhtmlDec,setup:function(){this.setValue(!!a.xmlDeclaration);},commit:function(n,o,p,q,r){if(r)return;if(this.getValue()){a.xmlDeclaration='<?xml version="1.0" encoding="'+(this.getDialog().selectedCharset||'utf-8')+'"?>';o.setAttribute('xmlns','http://www.w3.org/1999/xhtml');}else{a.xmlDeclaration='';o.removeAttribute('xmlns');}}}]},{id:'design',label:b.design,elements:[{type:'hbox',widths:['60%','40%'],children:[{type:'vbox',children:[l('txtColor','txtColor',{setup:function(n,o,p,q){this.setValue(q.getComputedStyle('color'));},commit:function(n,o,p,q,r){if(this.isChanged()||r){q.removeAttribute('text');var s=this.getValue();if(s)q.setStyle('color',s);else q.removeStyle('color');}}}),l('bgColor','bgColor',{setup:function(n,o,p,q){var r=q.getComputedStyle('background-color')||''; -this.setValue(r=='transparent'?'':r);},commit:function(n,o,p,q,r){if(this.isChanged()||r){q.removeAttribute('bgcolor');var s=this.getValue();if(s)q.setStyle('background-color',s);else k(q,'background-color','transparent');}}}),{type:'hbox',widths:['60%','40%'],padding:1,children:[{type:'text',id:'bgImage',label:b.bgImage,setup:function(n,o,p,q){var r=q.getComputedStyle('background-image')||'';if(r=='none')r='';else r=r.replace(/url\(\s*(["']?)\s*([^\)]*)\s*\1\s*\)/i,function(s,t,u){return u;});this.setValue(r);},commit:function(n,o,p,q){q.removeAttribute('background');var r=this.getValue();if(r)q.setStyle('background-image','url('+r+')');else k(q,'background-image','none');}},{type:'button',id:'bgImageChoose',label:c.browseServer,style:'display:inline-block;margin-top:10px;',hidden:true,filebrowser:'design:bgImage'}]},{type:'checkbox',id:'bgFixed',label:b.bgFixed,setup:function(n,o,p,q){this.setValue(q.getComputedStyle('background-attachment')=='fixed');},commit:function(n,o,p,q){if(this.getValue())q.setStyle('background-attachment','fixed');else k(q,'background-attachment','scroll');}}]},{type:'vbox',children:[{type:'html',id:'marginTitle',html:'<div style="text-align: center; margin: 0px auto; font-weight: bold">'+b.margin+'</div>'},{type:'text',id:'marginTop',label:b.marginTop,style:'width: 80px; text-align: center; margin: 0px auto',inputStyle:'text-align: center',setup:function(n,o,p,q){this.setValue(q.getStyle('margin-top')||q.getAttribute('margintop')||'');},commit:i('top'),onLoad:function(){this.getElement().getParent().setStyle('text-align','center');}},{type:'hbox',children:[{type:'text',id:'marginLeft',label:b.marginLeft,style:'width: 80px; text-align: center; margin: 0px auto',inputStyle:'text-align: center',setup:function(n,o,p,q){this.setValue(q.getStyle('margin-left')||q.getAttribute('marginleft')||'');},commit:i('left'),onLoad:function(){this.getElement().getParent().setStyle('text-align','center');}},{type:'text',id:'marginRight',label:b.marginRight,style:'width: 80px; text-align: center; margin: 0px auto',inputStyle:'text-align: center',setup:function(n,o,p,q){this.setValue(q.getStyle('margin-right')||q.getAttribute('marginright')||'');},commit:i('right'),onLoad:function(){this.getElement().getParent().setStyle('text-align','center');}}]},{type:'text',id:'marginBottom',label:b.marginBottom,style:'width: 80px; text-align: center; margin: 0px auto',inputStyle:'text-align: center',setup:function(n,o,p,q){this.setValue(q.getStyle('margin-bottom')||q.getAttribute('marginbottom')||''); -},commit:i('bottom'),onLoad:function(){this.getElement().getParent().setStyle('text-align','center');}}]}]}]},{id:'meta',label:b.meta,elements:[{type:'textarea',id:'metaKeywords',label:b.metaKeywords,setup:h('keywords'),commit:g('keywords')},{type:'textarea',id:'metaDescription',label:b.metaDescription,setup:h('description'),commit:g('description')},{type:'text',id:'metaAuthor',label:b.metaAuthor,setup:h('author'),commit:g('author')},{type:'text',id:'metaCopyright',label:b.metaCopyright,setup:h('copyright'),commit:g('copyright')}]},{id:'preview',label:c.preview,elements:[{type:'html',id:'previewHtml',html:'<iframe src="'+m+'" style="width: 100%; height: 310px" hidefocus="true" frameborder="0" '+'id="cke_docProps_preview_iframe"></iframe>',onLoad:function(){this.getDialog().on('selectPage',function(n){if(n.data.page=='preview'){var o=this;setTimeout(function(){var p=CKEDITOR.document.getById('cke_docProps_preview_iframe').getFrameDocument(),q=p.getElementsByTag('html').getItem(0),r=p.getHead(),s=p.getBody();o.commitContent(p,q,r,s,1);},50);}});CKEDITOR.document.getById('cke_docProps_preview_iframe').getAscendant('table').setStyle('height','100%');}}]}]};}); diff --git a/skins/ckeditor/plugins/docprops/plugin.js b/skins/ckeditor/plugins/docprops/plugin.js deleted file mode 100644 index 0869d98..0000000 --- a/skins/ckeditor/plugins/docprops/plugin.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add('docprops',{init:function(a){var b=new CKEDITOR.dialogCommand('docProps');b.modes={wysiwyg:a.config.fullPage};a.addCommand('docProps',b);CKEDITOR.dialog.add('docProps',this.path+'dialogs/docprops.js');a.ui.addButton('DocProps',{label:a.lang.docprops.label,command:'docProps'});}}); diff --git a/skins/ckeditor/images/spacer.gif b/skins/ckeditor/plugins/fakeobjects/images/spacer.gif similarity index 100% rename from skins/ckeditor/images/spacer.gif rename to skins/ckeditor/plugins/fakeobjects/images/spacer.gif diff --git a/skins/ckeditor/plugins/find/dialogs/find.js b/skins/ckeditor/plugins/find/dialogs/find.js index 6fac7c1..9398286 100644 --- a/skins/ckeditor/plugins/find/dialogs/find.js +++ b/skins/ckeditor/plugins/find/dialogs/find.js @@ -1,10 +1,24 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){var a;function b(i){return i.type==CKEDITOR.NODE_TEXT&&i.getLength()>0&&(!a||!i.isReadOnly());};function c(i){return!(i.type==CKEDITOR.NODE_ELEMENT&&i.isBlockBoundary(CKEDITOR.tools.extend({},CKEDITOR.dtd.$empty,CKEDITOR.dtd.$nonEditable)));};var d=function(){var i=this;return{textNode:i.textNode,offset:i.offset,character:i.textNode?i.textNode.getText().charAt(i.offset):null,hitMatchBoundary:i._.matchBoundary};},e=['find','replace'],f=[['txtFindFind','txtFindReplace'],['txtFindCaseChk','txtReplaceCaseChk'],['txtFindWordChk','txtReplaceWordChk'],['txtFindCyclic','txtReplaceCyclic']];function g(i){var j,k,l,m;j=i==='find'?1:0;k=1-j;var n,o=f.length;for(n=0;n<o;n++){l=this.getContentElement(e[j],f[n][j]);m=this.getContentElement(e[k],f[n][k]);m.setValue(l.getValue());}};var h=function(i,j){var k=new CKEDITOR.style(CKEDITOR.tools.extend({fullMatch:true,childRule:function(){return 0;}},i.config.find_highlight)),l=function(y,z){var A=this,B=new CKEDITOR.dom.walker(y);B.guard=z?c:function(C){!c(C)&&(A._.matchBoundary=true);};B.evaluator=b;B.breakOnFalse=1;if(y.startContainer.type==CKEDITOR.NODE_TEXT){this.textNode=y.startContainer;this.offset=y.startOffset-1;}this._={matchWord:z,walker:B,matchBoundary:false};};l.prototype={next:function(){return this.move();},back:function(){return this.move(true);},move:function(y){var A=this;var z=A.textNode;if(z===null)return d.call(A);A._.matchBoundary=false;if(z&&y&&A.offset>0){A.offset--;return d.call(A);}else if(z&&A.offset<z.getLength()-1){A.offset++;return d.call(A);}else{z=null;while(!z){z=A._.walker[y?'previous':'next'].call(A._.walker);if(A._.matchWord&&!z||A._.walker._.end)break;}A.textNode=z;if(z)A.offset=y?z.getLength()-1:0;else A.offset=0;}return d.call(A);}};var m=function(y,z){this._={walker:y,cursors:[],rangeLength:z,highlightRange:null,isMatched:0};};m.prototype={toDomRange:function(){var y=new CKEDITOR.dom.range(i.document),z=this._.cursors;if(z.length<1){var A=this._.walker.textNode;if(A)y.setStartAfter(A);else return null;}else{var B=z[0],C=z[z.length-1];y.setStart(B.textNode,B.offset);y.setEnd(C.textNode,C.offset+1);}return y;},updateFromDomRange:function(y){var B=this;var z,A=new l(y);B._.cursors=[];do{z=A.next();if(z.character)B._.cursors.push(z);}while(z.character);B._.rangeLength=B._.cursors.length;},setMatched:function(){this._.isMatched=true;},clearMatched:function(){this._.isMatched=false;},isMatched:function(){return this._.isMatched;},highlight:function(){var B=this;if(B._.cursors.length<1)return; -if(B._.highlightRange)B.removeHighlight();var y=B.toDomRange(),z=y.createBookmark();k.applyToRange(y);y.moveToBookmark(z);B._.highlightRange=y;var A=y.startContainer;if(A.type!=CKEDITOR.NODE_ELEMENT)A=A.getParent();A.scrollIntoView();B.updateFromDomRange(y);},removeHighlight:function(){var z=this;if(!z._.highlightRange)return;var y=z._.highlightRange.createBookmark();k.removeFromRange(z._.highlightRange);z._.highlightRange.moveToBookmark(y);z.updateFromDomRange(z._.highlightRange);z._.highlightRange=null;},isReadOnly:function(){if(!this._.highlightRange)return 0;return this._.highlightRange.startContainer.isReadOnly();},moveBack:function(){var A=this;var y=A._.walker.back(),z=A._.cursors;if(y.hitMatchBoundary)A._.cursors=z=[];z.unshift(y);if(z.length>A._.rangeLength)z.pop();return y;},moveNext:function(){var A=this;var y=A._.walker.next(),z=A._.cursors;if(y.hitMatchBoundary)A._.cursors=z=[];z.push(y);if(z.length>A._.rangeLength)z.shift();return y;},getEndCharacter:function(){var y=this._.cursors;if(y.length<1)return null;return y[y.length-1].character;},getNextCharacterRange:function(y){var z,A,B=this._.cursors;if((z=B[B.length-1])&&z.textNode)A=new l(n(z));else A=this._.walker;return new m(A,y);},getCursors:function(){return this._.cursors;}};function n(y,z){var A=new CKEDITOR.dom.range();A.setStart(y.textNode,z?y.offset:y.offset+1);A.setEndAt(i.document.getBody(),CKEDITOR.POSITION_BEFORE_END);return A;};function o(y){var z=new CKEDITOR.dom.range();z.setStartAt(i.document.getBody(),CKEDITOR.POSITION_AFTER_START);z.setEnd(y.textNode,y.offset);return z;};var p=0,q=1,r=2,s=function(y,z){var A=[-1];if(z)y=y.toLowerCase();for(var B=0;B<y.length;B++){A.push(A[B]+1);while(A[B+1]>0&&y.charAt(B)!=y.charAt(A[B+1]-1))A[B+1]=A[A[B+1]-1]+1;}this._={overlap:A,state:0,ignoreCase:!!z,pattern:y};};s.prototype={feedCharacter:function(y){var z=this;if(z._.ignoreCase)y=y.toLowerCase();for(;;){if(y==z._.pattern.charAt(z._.state)){z._.state++;if(z._.state==z._.pattern.length){z._.state=0;return r;}return q;}else if(!z._.state)return p;else z._.state=z._.overlap[z._.state];}return null;},reset:function(){this._.state=0;}};var t=/[.,"'?!;: \u0085\u00a0\u1680\u280e\u2028\u2029\u202f\u205f\u3000]/,u=function(y){if(!y)return true;var z=y.charCodeAt(0);return z>=9&&z<=13||z>=8192&&z<=8202||t.test(y);},v={searchRange:null,matchRange:null,find:function(y,z,A,B,C,D){var M=this;if(!M.matchRange)M.matchRange=new m(new l(M.searchRange),y.length);else{M.matchRange.removeHighlight();M.matchRange=M.matchRange.getNextCharacterRange(y.length); -}var E=new s(y,!z),F=p,G='%';while(G!==null){M.matchRange.moveNext();while(G=M.matchRange.getEndCharacter()){F=E.feedCharacter(G);if(F==r)break;if(M.matchRange.moveNext().hitMatchBoundary)E.reset();}if(F==r){if(A){var H=M.matchRange.getCursors(),I=H[H.length-1],J=H[0],K=new l(o(J),true),L=new l(n(I),true);if(!(u(K.back().character)&&u(L.next().character)))continue;}M.matchRange.setMatched();if(C!==false)M.matchRange.highlight();return true;}}M.matchRange.clearMatched();M.matchRange.removeHighlight();if(B&&!D){M.searchRange=w(1);M.matchRange=null;return arguments.callee.apply(M,Array.prototype.slice.call(arguments).concat([true]));}return false;},replaceCounter:0,replace:function(y,z,A,B,C,D,E){var J=this;a=1;var F=0;if(J.matchRange&&J.matchRange.isMatched()&&!J.matchRange._.isReplaced&&!J.matchRange.isReadOnly()){J.matchRange.removeHighlight();var G=J.matchRange.toDomRange(),H=i.document.createText(A);if(!E){var I=i.getSelection();I.selectRanges([G]);i.fire('saveSnapshot');}G.deleteContents();G.insertNode(H);if(!E){I.selectRanges([G]);i.fire('saveSnapshot');}J.matchRange.updateFromDomRange(G);if(!E)J.matchRange.highlight();J.matchRange._.isReplaced=true;J.replaceCounter++;F=1;}else F=J.find(z,B,C,D,!E);a=0;return F;}};function w(y){var z,A=i.getSelection(),B=i.document.getBody();if(A&&!y){z=A.getRanges()[0].clone();z.collapse(true);}else{z=new CKEDITOR.dom.range();z.setStartAt(B,CKEDITOR.POSITION_AFTER_START);}z.setEndAt(B,CKEDITOR.POSITION_BEFORE_END);return z;};var x=i.lang.findAndReplace;return{title:x.title,resizable:CKEDITOR.DIALOG_RESIZE_NONE,minWidth:350,minHeight:170,buttons:[CKEDITOR.dialog.cancelButton],contents:[{id:'find',label:x.find,title:x.find,accessKey:'',elements:[{type:'hbox',widths:['230px','90px'],children:[{type:'text',id:'txtFindFind',label:x.findWhat,isChanged:false,labelLayout:'horizontal',accessKey:'F'},{type:'button',id:'btnFind',align:'left',style:'width:100%',label:x.find,onClick:function(){var y=this.getDialog();if(!v.find(y.getValueOf('find','txtFindFind'),y.getValueOf('find','txtFindCaseChk'),y.getValueOf('find','txtFindWordChk'),y.getValueOf('find','txtFindCyclic')))alert(x.notFoundMsg);}}]},{type:'vbox',padding:0,children:[{type:'checkbox',id:'txtFindCaseChk',isChanged:false,style:'margin-top:28px',label:x.matchCase},{type:'checkbox',id:'txtFindWordChk',isChanged:false,label:x.matchWord},{type:'checkbox',id:'txtFindCyclic',isChanged:false,'default':true,label:x.matchCyclic}]}]},{id:'replace',label:x.replace,accessKey:'M',elements:[{type:'hbox',widths:['230px','90px'],children:[{type:'text',id:'txtFindReplace',label:x.findWhat,isChanged:false,labelLayout:'horizontal',accessKey:'F'},{type:'button',id:'btnFindReplace',align:'left',style:'width:100%',label:x.replace,onClick:function(){var y=this.getDialog(); -if(!v.replace(y,y.getValueOf('replace','txtFindReplace'),y.getValueOf('replace','txtReplace'),y.getValueOf('replace','txtReplaceCaseChk'),y.getValueOf('replace','txtReplaceWordChk'),y.getValueOf('replace','txtReplaceCyclic')))alert(x.notFoundMsg);}}]},{type:'hbox',widths:['230px','90px'],children:[{type:'text',id:'txtReplace',label:x.replaceWith,isChanged:false,labelLayout:'horizontal',accessKey:'R'},{type:'button',id:'btnReplaceAll',align:'left',style:'width:100%',label:x.replaceAll,isChanged:false,onClick:function(){var y=this.getDialog(),z;v.replaceCounter=0;v.searchRange=w(1);if(v.matchRange){v.matchRange.removeHighlight();v.matchRange=null;}i.fire('saveSnapshot');while(v.replace(y,y.getValueOf('replace','txtFindReplace'),y.getValueOf('replace','txtReplace'),y.getValueOf('replace','txtReplaceCaseChk'),y.getValueOf('replace','txtReplaceWordChk'),false,true)){}if(v.replaceCounter){alert(x.replaceSuccessMsg.replace(/%1/,v.replaceCounter));i.fire('saveSnapshot');}else alert(x.notFoundMsg);}}]},{type:'vbox',padding:0,children:[{type:'checkbox',id:'txtReplaceCaseChk',isChanged:false,label:x.matchCase},{type:'checkbox',id:'txtReplaceWordChk',isChanged:false,label:x.matchWord},{type:'checkbox',id:'txtReplaceCyclic',isChanged:false,'default':true,label:x.matchCyclic}]}]}],onLoad:function(){var y=this,z,A,B=0;this.on('hide',function(){B=0;});this.on('show',function(){B=1;});this.selectPage=CKEDITOR.tools.override(this.selectPage,function(C){return function(D){C.call(y,D);var E=y._.tabs[D],F,G,H;G=D==='find'?'txtFindFind':'txtFindReplace';H=D==='find'?'txtFindWordChk':'txtReplaceWordChk';z=y.getContentElement(D,G);A=y.getContentElement(D,H);if(!E.initialized){F=CKEDITOR.document.getById(z._.inputId);E.initialized=true;}if(B)g.call(this,D);};});},onShow:function(){var B=this;v.searchRange=w();var y=B.getParentEditor().getSelection().getSelectedText(),z=j=='find'?'txtFindFind':'txtFindReplace',A=B.getContentElement(j,z);A.setValue(y);A.select();B.selectPage(j);B[(j=='find'&&B._.editor.readOnly?'hide':'show')+'Page']('replace');},onHide:function(){var y;if(v.matchRange&&v.matchRange.isMatched()){v.matchRange.removeHighlight();i.focus();y=v.matchRange.toDomRange();if(y)i.getSelection().selectRanges([y]);}delete v.matchRange;},onFocus:function(){if(j=='replace')return this.getContentElement('replace','txtFindReplace');else return this.getContentElement('find','txtFindFind');}};};CKEDITOR.dialog.add('find',function(i){return h(i,'find');});CKEDITOR.dialog.add('replace',function(i){return h(i,'replace'); -});})(); +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function y(c){return c.type==CKEDITOR.NODE_TEXT&&0<c.getLength()&&(!o||!c.isReadOnly())}function s(c){return!(c.type==CKEDITOR.NODE_ELEMENT&&c.isBlockBoundary(CKEDITOR.tools.extend({},CKEDITOR.dtd.$empty,CKEDITOR.dtd.$nonEditable)))}var o,t=function(){return{textNode:this.textNode,offset:this.offset,character:this.textNode?this.textNode.getText().charAt(this.offset):null,hitMatchBoundary:this._.matchBoundary}},u=["find","replace"],p=[["txtFindFind","txtFindReplace"],["txtFindCaseChk", +"txtReplaceCaseChk"],["txtFindWordChk","txtReplaceWordChk"],["txtFindCyclic","txtReplaceCyclic"]],n=function(c,g){function n(a,b){var d=c.createRange();d.setStart(a.textNode,b?a.offset:a.offset+1);d.setEndAt(c.editable(),CKEDITOR.POSITION_BEFORE_END);return d}function q(a){var b=c.getSelection(),d=c.editable();b&&!a?(a=b.getRanges()[0].clone(),a.collapse(!0)):(a=c.createRange(),a.setStartAt(d,CKEDITOR.POSITION_AFTER_START));a.setEndAt(d,CKEDITOR.POSITION_BEFORE_END);return a}var v=new CKEDITOR.style(CKEDITOR.tools.extend({attributes:{"data-cke-highlight":1}, +fullMatch:1,ignoreReadonly:1,childRule:function(){return 0}},c.config.find_highlight,!0)),l=function(a,b){var d=this,c=new CKEDITOR.dom.walker(a);c.guard=b?s:function(a){!s(a)&&(d._.matchBoundary=!0)};c.evaluator=y;c.breakOnFalse=1;a.startContainer.type==CKEDITOR.NODE_TEXT&&(this.textNode=a.startContainer,this.offset=a.startOffset-1);this._={matchWord:b,walker:c,matchBoundary:!1}};l.prototype={next:function(){return this.move()},back:function(){return this.move(!0)},move:function(a){var b=this.textNode; +if(null===b)return t.call(this);this._.matchBoundary=!1;if(b&&a&&0<this.offset)this.offset--;else if(b&&this.offset<b.getLength()-1)this.offset++;else{for(b=null;!b&&!(b=this._.walker[a?"previous":"next"].call(this._.walker),this._.matchWord&&!b||this._.walker._.end););this.offset=(this.textNode=b)?a?b.getLength()-1:0:0}return t.call(this)}};var r=function(a,b){this._={walker:a,cursors:[],rangeLength:b,highlightRange:null,isMatched:0}};r.prototype={toDomRange:function(){var a=c.createRange(),b=this._.cursors; +if(1>b.length){var d=this._.walker.textNode;if(d)a.setStartAfter(d);else return null}else d=b[0],b=b[b.length-1],a.setStart(d.textNode,d.offset),a.setEnd(b.textNode,b.offset+1);return a},updateFromDomRange:function(a){var b=new l(a);this._.cursors=[];do a=b.next(),a.character&&this._.cursors.push(a);while(a.character);this._.rangeLength=this._.cursors.length},setMatched:function(){this._.isMatched=!0},clearMatched:function(){this._.isMatched=!1},isMatched:function(){return this._.isMatched},highlight:function(){if(!(1> +this._.cursors.length)){this._.highlightRange&&this.removeHighlight();var a=this.toDomRange(),b=a.createBookmark();v.applyToRange(a);a.moveToBookmark(b);this._.highlightRange=a;b=a.startContainer;b.type!=CKEDITOR.NODE_ELEMENT&&(b=b.getParent());b.scrollIntoView();this.updateFromDomRange(a)}},removeHighlight:function(){if(this._.highlightRange){var a=this._.highlightRange.createBookmark();v.removeFromRange(this._.highlightRange);this._.highlightRange.moveToBookmark(a);this.updateFromDomRange(this._.highlightRange); +this._.highlightRange=null}},isReadOnly:function(){return!this._.highlightRange?0:this._.highlightRange.startContainer.isReadOnly()},moveBack:function(){var a=this._.walker.back(),b=this._.cursors;a.hitMatchBoundary&&(this._.cursors=b=[]);b.unshift(a);b.length>this._.rangeLength&&b.pop();return a},moveNext:function(){var a=this._.walker.next(),b=this._.cursors;a.hitMatchBoundary&&(this._.cursors=b=[]);b.push(a);b.length>this._.rangeLength&&b.shift();return a},getEndCharacter:function(){var a=this._.cursors; +return 1>a.length?null:a[a.length-1].character},getNextCharacterRange:function(a){var b,d;d=this._.cursors;d=(b=d[d.length-1])&&b.textNode?new l(n(b)):this._.walker;return new r(d,a)},getCursors:function(){return this._.cursors}};var w=function(a,b){var d=[-1];b&&(a=a.toLowerCase());for(var c=0;c<a.length;c++)for(d.push(d[c]+1);0<d[c+1]&&a.charAt(c)!=a.charAt(d[c+1]-1);)d[c+1]=d[d[c+1]-1]+1;this._={overlap:d,state:0,ignoreCase:!!b,pattern:a}};w.prototype={feedCharacter:function(a){for(this._.ignoreCase&& +(a=a.toLowerCase());;){if(a==this._.pattern.charAt(this._.state))return this._.state++,this._.state==this._.pattern.length?(this._.state=0,2):1;if(this._.state)this._.state=this._.overlap[this._.state];else return 0}return null},reset:function(){this._.state=0}};var z=/[.,"'?!;: \u0085\u00a0\u1680\u280e\u2028\u2029\u202f\u205f\u3000]/,x=function(a){if(!a)return!0;var b=a.charCodeAt(0);return 9<=b&&13>=b||8192<=b&&8202>=b||z.test(a)},e={searchRange:null,matchRange:null,find:function(a,b,d,f,e,A){this.matchRange? +(this.matchRange.removeHighlight(),this.matchRange=this.matchRange.getNextCharacterRange(a.length)):this.matchRange=new r(new l(this.searchRange),a.length);for(var i=new w(a,!b),j=0,k="%";null!==k;){for(this.matchRange.moveNext();k=this.matchRange.getEndCharacter();){j=i.feedCharacter(k);if(2==j)break;this.matchRange.moveNext().hitMatchBoundary&&i.reset()}if(2==j){if(d){var h=this.matchRange.getCursors(),m=h[h.length-1],h=h[0],g=c.createRange();g.setStartAt(c.editable(),CKEDITOR.POSITION_AFTER_START); +g.setEnd(h.textNode,h.offset);h=g;m=n(m);h.trim();m.trim();h=new l(h,!0);m=new l(m,!0);if(!x(h.back().character)||!x(m.next().character))continue}this.matchRange.setMatched();!1!==e&&this.matchRange.highlight();return!0}}this.matchRange.clearMatched();this.matchRange.removeHighlight();return f&&!A?(this.searchRange=q(1),this.matchRange=null,arguments.callee.apply(this,Array.prototype.slice.call(arguments).concat([!0]))):!1},replaceCounter:0,replace:function(a,b,d,f,e,g,i){o=1;a=0;if(this.matchRange&& +this.matchRange.isMatched()&&!this.matchRange._.isReplaced&&!this.matchRange.isReadOnly()){this.matchRange.removeHighlight();b=this.matchRange.toDomRange();d=c.document.createText(d);if(!i){var j=c.getSelection();j.selectRanges([b]);c.fire("saveSnapshot")}b.deleteContents();b.insertNode(d);i||(j.selectRanges([b]),c.fire("saveSnapshot"));this.matchRange.updateFromDomRange(b);i||this.matchRange.highlight();this.matchRange._.isReplaced=!0;this.replaceCounter++;a=1}else a=this.find(b,f,e,g,!i);o=0;return a}}, +f=c.lang.find;return{title:f.title,resizable:CKEDITOR.DIALOG_RESIZE_NONE,minWidth:350,minHeight:170,buttons:[CKEDITOR.dialog.cancelButton(c,{label:c.lang.common.close})],contents:[{id:"find",label:f.find,title:f.find,accessKey:"",elements:[{type:"hbox",widths:["230px","90px"],children:[{type:"text",id:"txtFindFind",label:f.findWhat,isChanged:!1,labelLayout:"horizontal",accessKey:"F"},{type:"button",id:"btnFind",align:"left",style:"width:100%",label:f.find,onClick:function(){var a=this.getDialog(); +e.find(a.getValueOf("find","txtFindFind"),a.getValueOf("find","txtFindCaseChk"),a.getValueOf("find","txtFindWordChk"),a.getValueOf("find","txtFindCyclic"))||alert(f.notFoundMsg)}}]},{type:"fieldset",label:CKEDITOR.tools.htmlEncode(f.findOptions),style:"margin-top:29px",children:[{type:"vbox",padding:0,children:[{type:"checkbox",id:"txtFindCaseChk",isChanged:!1,label:f.matchCase},{type:"checkbox",id:"txtFindWordChk",isChanged:!1,label:f.matchWord},{type:"checkbox",id:"txtFindCyclic",isChanged:!1,"default":!0, +label:f.matchCyclic}]}]}]},{id:"replace",label:f.replace,accessKey:"M",elements:[{type:"hbox",widths:["230px","90px"],children:[{type:"text",id:"txtFindReplace",label:f.findWhat,isChanged:!1,labelLayout:"horizontal",accessKey:"F"},{type:"button",id:"btnFindReplace",align:"left",style:"width:100%",label:f.replace,onClick:function(){var a=this.getDialog();e.replace(a,a.getValueOf("replace","txtFindReplace"),a.getValueOf("replace","txtReplace"),a.getValueOf("replace","txtReplaceCaseChk"),a.getValueOf("replace", +"txtReplaceWordChk"),a.getValueOf("replace","txtReplaceCyclic"))||alert(f.notFoundMsg)}}]},{type:"hbox",widths:["230px","90px"],children:[{type:"text",id:"txtReplace",label:f.replaceWith,isChanged:!1,labelLayout:"horizontal",accessKey:"R"},{type:"button",id:"btnReplaceAll",align:"left",style:"width:100%",label:f.replaceAll,isChanged:!1,onClick:function(){var a=this.getDialog();e.replaceCounter=0;e.searchRange=q(1);e.matchRange&&(e.matchRange.removeHighlight(),e.matchRange=null);for(c.fire("saveSnapshot");e.replace(a, +a.getValueOf("replace","txtFindReplace"),a.getValueOf("replace","txtReplace"),a.getValueOf("replace","txtReplaceCaseChk"),a.getValueOf("replace","txtReplaceWordChk"),!1,!0););e.replaceCounter?(alert(f.replaceSuccessMsg.replace(/%1/,e.replaceCounter)),c.fire("saveSnapshot")):alert(f.notFoundMsg)}}]},{type:"fieldset",label:CKEDITOR.tools.htmlEncode(f.findOptions),children:[{type:"vbox",padding:0,children:[{type:"checkbox",id:"txtReplaceCaseChk",isChanged:!1,label:f.matchCase},{type:"checkbox",id:"txtReplaceWordChk", +isChanged:!1,label:f.matchWord},{type:"checkbox",id:"txtReplaceCyclic",isChanged:!1,"default":!0,label:f.matchCyclic}]}]}]}],onLoad:function(){var a=this,b,c=0;this.on("hide",function(){c=0});this.on("show",function(){c=1});this.selectPage=CKEDITOR.tools.override(this.selectPage,function(f){return function(e){f.call(a,e);var g=a._.tabs[e],i;i="find"===e?"txtFindWordChk":"txtReplaceWordChk";b=a.getContentElement(e,"find"===e?"txtFindFind":"txtFindReplace");a.getContentElement(e,i);g.initialized||(CKEDITOR.document.getById(b._.inputId), +g.initialized=!0);if(c){var j,e="find"===e?1:0,g=1-e,k,h=p.length;for(k=0;k<h;k++)i=this.getContentElement(u[e],p[k][e]),j=this.getContentElement(u[g],p[k][g]),j.setValue(i.getValue())}}})},onShow:function(){e.searchRange=q();var a=this.getParentEditor().getSelection().getSelectedText(),b=this.getContentElement(g,"find"==g?"txtFindFind":"txtFindReplace");b.setValue(a);b.select();this.selectPage(g);this[("find"==g&&this._.editor.readOnly?"hide":"show")+"Page"]("replace")},onHide:function(){var a;e.matchRange&& +e.matchRange.isMatched()&&(e.matchRange.removeHighlight(),c.focus(),(a=e.matchRange.toDomRange())&&c.getSelection().selectRanges([a]));delete e.matchRange},onFocus:function(){return"replace"==g?this.getContentElement("replace","txtFindReplace"):this.getContentElement("find","txtFindFind")}}};CKEDITOR.dialog.add("find",function(c){return n(c,"find")});CKEDITOR.dialog.add("replace",function(c){return n(c,"replace")})})(); \ No newline at end of file diff --git a/skins/ckeditor/plugins/flash/dialogs/flash.js b/skins/ckeditor/plugins/flash/dialogs/flash.js index ffaeb45..8d0f9ee 100644 --- a/skins/ckeditor/plugins/flash/dialogs/flash.js +++ b/skins/ckeditor/plugins/flash/dialogs/flash.js @@ -1,9 +1,24 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){var a=1,b=2,c=4,d={id:[{type:a,name:'id'}],classid:[{type:a,name:'classid'}],codebase:[{type:a,name:'codebase'}],pluginspage:[{type:c,name:'pluginspage'}],src:[{type:b,name:'movie'},{type:c,name:'src'},{type:a,name:'data'}],name:[{type:c,name:'name'}],align:[{type:a,name:'align'}],title:[{type:a,name:'title'},{type:c,name:'title'}],'class':[{type:a,name:'class'},{type:c,name:'class'}],width:[{type:a,name:'width'},{type:c,name:'width'}],height:[{type:a,name:'height'},{type:c,name:'height'}],hSpace:[{type:a,name:'hSpace'},{type:c,name:'hSpace'}],vSpace:[{type:a,name:'vSpace'},{type:c,name:'vSpace'}],style:[{type:a,name:'style'},{type:c,name:'style'}],type:[{type:c,name:'type'}]},e=['play','loop','menu','quality','scale','salign','wmode','bgcolor','base','flashvars','allowScriptAccess','allowFullScreen'];for(var f=0;f<e.length;f++)d[e[f]]=[{type:c,name:e[f]},{type:b,name:e[f]}];e=['allowFullScreen','play','loop','menu'];for(f=0;f<e.length;f++)d[e[f]][0]['default']=d[e[f]][1]['default']=true;var g=CKEDITOR.tools.cssLength;function h(j,k,l){var r=this;var m=d[r.id];if(!m)return;var n=r instanceof CKEDITOR.ui.dialog.checkbox;for(var o=0;o<m.length;o++){var p=m[o];switch(p.type){case a:if(!j)continue;if(j.getAttribute(p.name)!==null){var q=j.getAttribute(p.name);if(n)r.setValue(q.toLowerCase()=='true');else r.setValue(q);return;}else if(n)r.setValue(!!p['default']);break;case b:if(!j)continue;if(p.name in l){q=l[p.name];if(n)r.setValue(q.toLowerCase()=='true');else r.setValue(q);return;}else if(n)r.setValue(!!p['default']);break;case c:if(!k)continue;if(k.getAttribute(p.name)){q=k.getAttribute(p.name);if(n)r.setValue(q.toLowerCase()=='true');else r.setValue(q);return;}else if(n)r.setValue(!!p['default']);}}};function i(j,k,l){var t=this;var m=d[t.id];if(!m)return;var n=t.getValue()==='',o=t instanceof CKEDITOR.ui.dialog.checkbox;for(var p=0;p<m.length;p++){var q=m[p];switch(q.type){case a:if(!j||q.name=='data'&&k&&!j.hasAttribute('data'))continue;var r=t.getValue();if(n||o&&r===q['default'])j.removeAttribute(q.name);else j.setAttribute(q.name,r);break;case b:if(!j)continue;r=t.getValue();if(n||o&&r===q['default']){if(q.name in l)l[q.name].remove();}else if(q.name in l)l[q.name].setAttribute('value',r);else{var s=CKEDITOR.dom.element.createFromHtml('<cke:param></cke:param>',j.getDocument());s.setAttributes({name:q.name,value:r});if(j.getChildCount()<1)s.appendTo(j);else s.insertBefore(j.getFirst());}break;case c:if(!k)continue;r=t.getValue();if(n||o&&r===q['default'])k.removeAttribute(q.name); -else k.setAttribute(q.name,r);}}};CKEDITOR.dialog.add('flash',function(j){var k=!j.config.flashEmbedTagOnly,l=j.config.flashAddEmbedTag||j.config.flashEmbedTagOnly,m,n='<div>'+CKEDITOR.tools.htmlEncode(j.lang.common.preview)+'<br>'+'<div id="cke_FlashPreviewLoader'+CKEDITOR.tools.getNextNumber()+'" style="display:none"><div class="loading"> </div></div>'+'<div id="cke_FlashPreviewBox'+CKEDITOR.tools.getNextNumber()+'" class="FlashPreviewBox"></div></div>';return{title:j.lang.flash.title,minWidth:420,minHeight:310,onShow:function(){var A=this;A.fakeImage=A.objectNode=A.embedNode=null;m=new CKEDITOR.dom.element('embed',j.document);var o=A.getSelectedElement();if(o&&o.data('cke-real-element-type')&&o.data('cke-real-element-type')=='flash'){A.fakeImage=o;var p=j.restoreRealElement(o),q=null,r=null,s={};if(p.getName()=='cke:object'){q=p;var t=q.getElementsByTag('embed','cke');if(t.count()>0)r=t.getItem(0);var u=q.getElementsByTag('param','cke');for(var v=0,w=u.count();v<w;v++){var x=u.getItem(v),y=x.getAttribute('name'),z=x.getAttribute('value');s[y]=z;}}else if(p.getName()=='cke:embed')r=p;A.objectNode=q;A.embedNode=r;A.setupContent(q,r,s,o);}},onOk:function(){var y=this;var o=null,p=null,q=null;if(!y.fakeImage){if(k){o=CKEDITOR.dom.element.createFromHtml('<cke:object></cke:object>',j.document);var r={classid:'clsid:d27cdb6e-ae6d-11cf-96b8-444553540000',codebase:'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0'};o.setAttributes(r);}if(l){p=CKEDITOR.dom.element.createFromHtml('<cke:embed></cke:embed>',j.document);p.setAttributes({type:'application/x-shockwave-flash',pluginspage:'http://www.macromedia.com/go/getflashplayer'});if(o)p.appendTo(o);}}else{o=y.objectNode;p=y.embedNode;}if(o){q={};var s=o.getElementsByTag('param','cke');for(var t=0,u=s.count();t<u;t++)q[s.getItem(t).getAttribute('name')]=s.getItem(t);}var v={},w={};y.commitContent(o,p,q,v,w);var x=j.createFakeElement(o||p,'cke_flash','flash',true);x.setAttributes(w);x.setStyles(v);if(y.fakeImage){x.replace(y.fakeImage);j.getSelection().selectElement(x);}else j.insertElement(x);},onHide:function(){if(this.preview)this.preview.setHtml('');},contents:[{id:'info',label:j.lang.common.generalTab,accessKey:'I',elements:[{type:'vbox',padding:0,children:[{type:'hbox',widths:['280px','110px'],align:'right',children:[{id:'src',type:'text',label:j.lang.common.url,required:true,validate:CKEDITOR.dialog.validate.notEmpty(j.lang.flash.validateSrc),setup:h,commit:i,onLoad:function(){var o=this.getDialog(),p=function(q){m.setAttribute('src',q); -o.preview.setHtml('<embed height="100%" width="100%" src="'+CKEDITOR.tools.htmlEncode(m.getAttribute('src'))+'" type="application/x-shockwave-flash"></embed>');};o.preview=o.getContentElement('info','preview').getElement().getChild(3);this.on('change',function(q){if(q.data&&q.data.value)p(q.data.value);});this.getInputElement().on('change',function(q){p(this.getValue());},this);}},{type:'button',id:'browse',filebrowser:'info:src',hidden:true,style:'display:inline-block;margin-top:10px;',label:j.lang.common.browseServer}]}]},{type:'hbox',widths:['25%','25%','25%','25%','25%'],children:[{type:'text',id:'width',style:'width:95px',label:j.lang.common.width,validate:CKEDITOR.dialog.validate.htmlLength(j.lang.common.invalidHtmlLength.replace('%1',j.lang.common.width)),setup:h,commit:i},{type:'text',id:'height',style:'width:95px',label:j.lang.common.height,validate:CKEDITOR.dialog.validate.htmlLength(j.lang.common.invalidHtmlLength.replace('%1',j.lang.common.height)),setup:h,commit:i},{type:'text',id:'hSpace',style:'width:95px',label:j.lang.flash.hSpace,validate:CKEDITOR.dialog.validate.integer(j.lang.flash.validateHSpace),setup:h,commit:i},{type:'text',id:'vSpace',style:'width:95px',label:j.lang.flash.vSpace,validate:CKEDITOR.dialog.validate.integer(j.lang.flash.validateVSpace),setup:h,commit:i}]},{type:'vbox',children:[{type:'html',id:'preview',style:'width:95%;',html:n}]}]},{id:'Upload',hidden:true,filebrowser:'uploadButton',label:j.lang.common.upload,elements:[{type:'file',id:'upload',label:j.lang.common.upload,size:38},{type:'fileButton',id:'uploadButton',label:j.lang.common.uploadSubmit,filebrowser:'info:src','for':['Upload','upload']}]},{id:'properties',label:j.lang.flash.propertiesTab,elements:[{type:'hbox',widths:['50%','50%'],children:[{id:'scale',type:'select',label:j.lang.flash.scale,'default':'',style:'width : 100%;',items:[[j.lang.common.notSet,''],[j.lang.flash.scaleAll,'showall'],[j.lang.flash.scaleNoBorder,'noborder'],[j.lang.flash.scaleFit,'exactfit']],setup:h,commit:i},{id:'allowScriptAccess',type:'select',label:j.lang.flash.access,'default':'',style:'width : 100%;',items:[[j.lang.common.notSet,''],[j.lang.flash.accessAlways,'always'],[j.lang.flash.accessSameDomain,'samedomain'],[j.lang.flash.accessNever,'never']],setup:h,commit:i}]},{type:'hbox',widths:['50%','50%'],children:[{id:'wmode',type:'select',label:j.lang.flash.windowMode,'default':'',style:'width : 100%;',items:[[j.lang.common.notSet,''],[j.lang.flash.windowModeWindow,'window'],[j.lang.flash.windowModeOpaque,'opaque'],[j.lang.flash.windowModeTransparent,'transparent']],setup:h,commit:i},{id:'quality',type:'select',label:j.lang.flash.quality,'default':'high',style:'width : 100%;',items:[[j.lang.common.notSet,''],[j.lang.flash.qualityBest,'best'],[j.lang.flash.qualityHigh,'high'],[j.lang.flash.qualityAutoHigh,'autohigh'],[j.lang.flash.qualityMedium,'medium'],[j.lang.flash.qualityAutoLow,'autolow'],[j.lang.flash.qualityLow,'low']],setup:h,commit:i}]},{type:'hbox',widths:['50%','50%'],children:[{id:'align',type:'select',label:j.lang.common.align,'default':'',style:'width : 100%;',items:[[j.lang.common.notSet,''],[j.lang.common.alignLeft,'left'],[j.lang.flash.alignAbsBottom,'absBottom'],[j.lang.flash.alignAbsMiddle,'absMiddle'],[j.lang.flash.alignBaseline,'baseline'],[j.lang.common.alignBottom,'bottom'],[j.lang.common.alignMiddle,'middle'],[j.lang.common.alignRight,'right'],[j.lang.flash.alignTextTop,'textTop'],[j.lang.common.alignTop,'top']],setup:h,commit:function(o,p,q,r,s){var t=this.getValue(); -i.apply(this,arguments);t&&(s.align=t);}},{type:'html',html:'<div></div>'}]},{type:'fieldset',label:CKEDITOR.tools.htmlEncode(j.lang.flash.flashvars),children:[{type:'vbox',padding:0,children:[{type:'checkbox',id:'menu',label:j.lang.flash.chkMenu,'default':true,setup:h,commit:i},{type:'checkbox',id:'play',label:j.lang.flash.chkPlay,'default':true,setup:h,commit:i},{type:'checkbox',id:'loop',label:j.lang.flash.chkLoop,'default':true,setup:h,commit:i},{type:'checkbox',id:'allowFullScreen',label:j.lang.flash.chkFull,'default':true,setup:h,commit:i}]}]}]},{id:'advanced',label:j.lang.common.advancedTab,elements:[{type:'hbox',widths:['45%','55%'],children:[{type:'text',id:'id',label:j.lang.common.id,setup:h,commit:i},{type:'text',id:'title',label:j.lang.common.advisoryTitle,setup:h,commit:i}]},{type:'hbox',widths:['45%','55%'],children:[{type:'text',id:'bgcolor',label:j.lang.flash.bgcolor,setup:h,commit:i},{type:'text',id:'class',label:j.lang.common.cssClass,setup:h,commit:i}]},{type:'text',id:'style',label:j.lang.common.cssStyle,setup:h,commit:i}]}]};});})(); +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function b(a,b,c){var k=n[this.id];if(k)for(var f=this instanceof CKEDITOR.ui.dialog.checkbox,e=0;e<k.length;e++){var d=k[e];switch(d.type){case g: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 o: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 i:if(!b)continue; +if(b.getAttribute(d.name)){a=b.getAttribute(d.name);f?this.setValue("true"==a.toLowerCase()):this.setValue(a);return}f&&this.setValue(!!d["default"])}}}function c(a,b,c){var k=n[this.id];if(k)for(var f=""===this.getValue(),e=this instanceof CKEDITOR.ui.dialog.checkbox,d=0;d<k.length;d++){var h=k[d];switch(h.type){case g:if(!a||"data"==h.name&&b&&!a.hasAttribute("data"))continue;var l=this.getValue();f||e&&l===h["default"]?a.removeAttribute(h.name):a.setAttribute(h.name,l);break;case o:if(!a)continue; +l=this.getValue();if(f||e&&l===h["default"])h.name in c&&c[h.name].remove();else if(h.name in c)c[h.name].setAttribute("value",l);else{var p=CKEDITOR.dom.element.createFromHtml("<cke:param></cke:param>",a.getDocument());p.setAttributes({name:h.name,value:l});1>a.getChildCount()?p.appendTo(a):p.insertBefore(a.getFirst())}break;case i:if(!b)continue;l=this.getValue();f||e&&l===h["default"]?b.removeAttribute(h.name):b.setAttribute(h.name,l)}}}for(var g=1,o=2,i=4,n={id:[{type:g,name:"id"}],classid:[{type:g, +name:"classid"}],codebase:[{type:g,name:"codebase"}],pluginspage:[{type:i,name:"pluginspage"}],src:[{type:o,name:"movie"},{type:i,name:"src"},{type:g,name:"data"}],name:[{type:i,name:"name"}],align:[{type:g,name:"align"}],"class":[{type:g,name:"class"},{type:i,name:"class"}],width:[{type:g,name:"width"},{type:i,name:"width"}],height:[{type:g,name:"height"},{type:i,name:"height"}],hSpace:[{type:g,name:"hSpace"},{type:i,name:"hSpace"}],vSpace:[{type:g,name:"vSpace"},{type:i,name:"vSpace"}],style:[{type:g, +name:"style"},{type:i,name:"style"}],type:[{type:i,name:"type"}]},m="play loop menu quality scale salign wmode bgcolor base flashvars allowScriptAccess allowFullScreen".split(" "),j=0;j<m.length;j++)n[m[j]]=[{type:i,name:m[j]},{type:o,name:m[j]}];m=["allowFullScreen","play","loop","menu"];for(j=0;j<m.length;j++)n[m[j]][0]["default"]=n[m[j]][1]["default"]=!0;CKEDITOR.dialog.add("flash",function(a){var g=!a.config.flashEmbedTagOnly,i=a.config.flashAddEmbedTag||a.config.flashEmbedTagOnly,k,f="<div>"+ +CKEDITOR.tools.htmlEncode(a.lang.common.preview)+'<br><div id="cke_FlashPreviewLoader'+CKEDITOR.tools.getNextNumber()+'" style="display:none"><div class="loading"> </div></div><div id="cke_FlashPreviewBox'+CKEDITOR.tools.getNextNumber()+'" class="FlashPreviewBox"></div></div>';return{title:a.lang.flash.title,minWidth:420,minHeight:310,onShow:function(){this.fakeImage=this.objectNode=this.embedNode=null;k=new CKEDITOR.dom.element("embed",a.document);var e=this.getSelectedElement();if(e&&e.data("cke-real-element-type")&& +"flash"==e.data("cke-real-element-type")){this.fakeImage=e;var d=a.restoreRealElement(e),h=null,b=null,c={};if("cke:object"==d.getName()){h=d;d=h.getElementsByTag("embed","cke");0<d.count()&&(b=d.getItem(0));for(var d=h.getElementsByTag("param","cke"),g=0,i=d.count();g<i;g++){var f=d.getItem(g),j=f.getAttribute("name"),f=f.getAttribute("value");c[j]=f}}else"cke:embed"==d.getName()&&(b=d);this.objectNode=h;this.embedNode=b;this.setupContent(h,b,c,e)}},onOk:function(){var e=null,d=null,b=null;if(this.fakeImage)e= +this.objectNode,d=this.embedNode;else if(g&&(e=CKEDITOR.dom.element.createFromHtml("<cke:object></cke:object>",a.document),e.setAttributes({classid:"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000",codebase:"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"})),i)d=CKEDITOR.dom.element.createFromHtml("<cke:embed></cke:embed>",a.document),d.setAttributes({type:"application/x-shockwave-flash",pluginspage:"http://www.macromedia.com/go/getflashplayer"}),e&&d.appendTo(e); +if(e)for(var b={},c=e.getElementsByTag("param","cke"),f=0,j=c.count();f<j;f++)b[c.getItem(f).getAttribute("name")]=c.getItem(f);c={};f={};this.commitContent(e,d,b,c,f);e=a.createFakeElement(e||d,"cke_flash","flash",!0);e.setAttributes(f);e.setStyles(c);this.fakeImage?(e.replace(this.fakeImage),a.getSelection().selectElement(e)):a.insertElement(e)},onHide:function(){this.preview&&this.preview.setHtml("")},contents:[{id:"info",label:a.lang.common.generalTab,accessKey:"I",elements:[{type:"vbox",padding:0, +children:[{type:"hbox",widths:["280px","110px"],align:"right",children:[{id:"src",type:"text",label:a.lang.common.url,required:!0,validate:CKEDITOR.dialog.validate.notEmpty(a.lang.flash.validateSrc),setup:b,commit:c,onLoad:function(){var a=this.getDialog(),b=function(b){k.setAttribute("src",b);a.preview.setHtml('<embed height="100%" width="100%" src="'+CKEDITOR.tools.htmlEncode(k.getAttribute("src"))+'" type="application/x-shockwave-flash"></embed>')};a.preview=a.getContentElement("info","preview").getElement().getChild(3); +this.on("change",function(a){a.data&&a.data.value&&b(a.data.value)});this.getInputElement().on("change",function(){b(this.getValue())},this)}},{type:"button",id:"browse",filebrowser:"info:src",hidden:!0,style:"display:inline-block;margin-top:10px;",label:a.lang.common.browseServer}]}]},{type:"hbox",widths:["25%","25%","25%","25%","25%"],children:[{type:"text",id:"width",requiredContent:"embed[width]",style:"width:95px",label:a.lang.common.width,validate:CKEDITOR.dialog.validate.htmlLength(a.lang.common.invalidHtmlLength.replace("%1", +a.lang.common.width)),setup:b,commit:c},{type:"text",id:"height",requiredContent:"embed[height]",style:"width:95px",label:a.lang.common.height,validate:CKEDITOR.dialog.validate.htmlLength(a.lang.common.invalidHtmlLength.replace("%1",a.lang.common.height)),setup:b,commit:c},{type:"text",id:"hSpace",requiredContent:"embed[hspace]",style:"width:95px",label:a.lang.flash.hSpace,validate:CKEDITOR.dialog.validate.integer(a.lang.flash.validateHSpace),setup:b,commit:c},{type:"text",id:"vSpace",requiredContent:"embed[vspace]", +style:"width:95px",label:a.lang.flash.vSpace,validate:CKEDITOR.dialog.validate.integer(a.lang.flash.validateVSpace),setup:b,commit:c}]},{type:"vbox",children:[{type:"html",id:"preview",style:"width:95%;",html:f}]}]},{id:"Upload",hidden:!0,filebrowser:"uploadButton",label:a.lang.common.upload,elements:[{type:"file",id:"upload",label:a.lang.common.upload,size:38},{type:"fileButton",id:"uploadButton",label:a.lang.common.uploadSubmit,filebrowser:"info:src","for":["Upload","upload"]}]},{id:"properties", +label:a.lang.flash.propertiesTab,elements:[{type:"hbox",widths:["50%","50%"],children:[{id:"scale",type:"select",requiredContent:"embed[scale]",label:a.lang.flash.scale,"default":"",style:"width : 100%;",items:[[a.lang.common.notSet,""],[a.lang.flash.scaleAll,"showall"],[a.lang.flash.scaleNoBorder,"noborder"],[a.lang.flash.scaleFit,"exactfit"]],setup:b,commit:c},{id:"allowScriptAccess",type:"select",requiredContent:"embed[allowscriptaccess]",label:a.lang.flash.access,"default":"",style:"width : 100%;", +items:[[a.lang.common.notSet,""],[a.lang.flash.accessAlways,"always"],[a.lang.flash.accessSameDomain,"samedomain"],[a.lang.flash.accessNever,"never"]],setup:b,commit:c}]},{type:"hbox",widths:["50%","50%"],children:[{id:"wmode",type:"select",requiredContent:"embed[wmode]",label:a.lang.flash.windowMode,"default":"",style:"width : 100%;",items:[[a.lang.common.notSet,""],[a.lang.flash.windowModeWindow,"window"],[a.lang.flash.windowModeOpaque,"opaque"],[a.lang.flash.windowModeTransparent,"transparent"]], +setup:b,commit:c},{id:"quality",type:"select",requiredContent:"embed[quality]",label:a.lang.flash.quality,"default":"high",style:"width : 100%;",items:[[a.lang.common.notSet,""],[a.lang.flash.qualityBest,"best"],[a.lang.flash.qualityHigh,"high"],[a.lang.flash.qualityAutoHigh,"autohigh"],[a.lang.flash.qualityMedium,"medium"],[a.lang.flash.qualityAutoLow,"autolow"],[a.lang.flash.qualityLow,"low"]],setup:b,commit:c}]},{type:"hbox",widths:["50%","50%"],children:[{id:"align",type:"select",requiredContent:"object[align]", +label:a.lang.common.align,"default":"",style:"width : 100%;",items:[[a.lang.common.notSet,""],[a.lang.common.alignLeft,"left"],[a.lang.flash.alignAbsBottom,"absBottom"],[a.lang.flash.alignAbsMiddle,"absMiddle"],[a.lang.flash.alignBaseline,"baseline"],[a.lang.common.alignBottom,"bottom"],[a.lang.common.alignMiddle,"middle"],[a.lang.common.alignRight,"right"],[a.lang.flash.alignTextTop,"textTop"],[a.lang.common.alignTop,"top"]],setup:b,commit:function(a,b,f,g,i){var j=this.getValue();c.apply(this,arguments); +j&&(i.align=j)}},{type:"html",html:"<div></div>"}]},{type:"fieldset",label:CKEDITOR.tools.htmlEncode(a.lang.flash.flashvars),children:[{type:"vbox",padding:0,children:[{type:"checkbox",id:"menu",label:a.lang.flash.chkMenu,"default":!0,setup:b,commit:c},{type:"checkbox",id:"play",label:a.lang.flash.chkPlay,"default":!0,setup:b,commit:c},{type:"checkbox",id:"loop",label:a.lang.flash.chkLoop,"default":!0,setup:b,commit:c},{type:"checkbox",id:"allowFullScreen",label:a.lang.flash.chkFull,"default":!0, +setup:b,commit:c}]}]}]},{id:"advanced",label:a.lang.common.advancedTab,elements:[{type:"hbox",children:[{type:"text",id:"id",requiredContent:"object[id]",label:a.lang.common.id,setup:b,commit:c}]},{type:"hbox",widths:["45%","55%"],children:[{type:"text",id:"bgcolor",requiredContent:"embed[bgcolor]",label:a.lang.flash.bgcolor,setup:b,commit:c},{type:"text",id:"class",requiredContent:"embed(cke-xyz)",label:a.lang.common.cssClass,setup:b,commit:c}]},{type:"text",id:"style",requiredContent:"embed{cke-xyz}", +validate:CKEDITOR.dialog.validate.inlineStyle(a.lang.common.invalidInlineStyle),label:a.lang.common.cssStyle,setup:b,commit:c}]}]}})})(); \ No newline at end of file diff --git a/skins/ckeditor/plugins/forms/dialogs/button.js b/skins/ckeditor/plugins/forms/dialogs/button.js index 819faf9..56a4efd 100644 --- a/skins/ckeditor/plugins/forms/dialogs/button.js +++ b/skins/ckeditor/plugins/forms/dialogs/button.js @@ -1,6 +1,8 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('button',function(a){function b(c){var e=this;var d=e.getValue();if(d){c.attributes[e.id]=d;if(e.id=='name')c.attributes['data-cke-saved-name']=d;}else{delete c.attributes[e.id];if(e.id=='name')delete c.attributes['data-cke-saved-name'];}};return{title:a.lang.button.title,minWidth:350,minHeight:150,onShow:function(){var e=this;delete e.button;var c=e.getParentEditor().getSelection().getSelectedElement();if(c&&c.is('input')){var d=c.getAttribute('type');if(d in {button:1,reset:1,submit:1}){e.button=c;e.setupContent(c);}}},onOk:function(){var c=this.getParentEditor(),d=this.button,e=!d,f=d?CKEDITOR.htmlParser.fragment.fromHtml(d.getOuterHtml()).children[0]:new CKEDITOR.htmlParser.element('input');this.commitContent(f);var g=new CKEDITOR.htmlParser.basicWriter();f.writeHtml(g);var h=CKEDITOR.dom.element.createFromHtml(g.getHtml(),c.document);if(e)c.insertElement(h);else{h.replace(d);c.getSelection().selectElement(h);}},contents:[{id:'info',label:a.lang.button.title,title:a.lang.button.title,elements:[{id:'name',type:'text',label:a.lang.common.name,'default':'',setup:function(c){this.setValue(c.data('cke-saved-name')||c.getAttribute('name')||'');},commit:b},{id:'value',type:'text',label:a.lang.button.text,accessKey:'V','default':'',setup:function(c){this.setValue(c.getAttribute('value')||'');},commit:b},{id:'type',type:'select',label:a.lang.button.type,'default':'button',accessKey:'T',items:[[a.lang.button.typeBtn,'button'],[a.lang.button.typeSbm,'submit'],[a.lang.button.typeRst,'reset']],setup:function(c){this.setValue(c.getAttribute('type')||'');},commit:b}]}]};}); +/* + Copyright (c) 2003-2014, 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= +a,this.setupContent(a))},onOk:function(){var a=this.getParentEditor(),b=this.button,d=!b,c=b?CKEDITOR.htmlParser.fragment.fromHtml(b.getOuterHtml()).children[0]:new CKEDITOR.htmlParser.element("input");this.commitContent(c);var e=new CKEDITOR.htmlParser.basicWriter;c.writeHtml(e);c=CKEDITOR.dom.element.createFromHtml(e.getHtml(),a.document);d?a.insertElement(c):(c.replace(b),a.getSelection().selectElement(c))},contents:[{id:"info",label:b.lang.forms.button.title,title:b.lang.forms.button.title,elements:[{id:"name", +type:"text",label:b.lang.common.name,"default":"",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:d},{id:"value",type:"text",label:b.lang.forms.button.text,accessKey:"V","default":"",setup:function(a){this.setValue(a.getAttribute("value")||"")},commit:d},{id:"type",type:"select",label:b.lang.forms.button.type,"default":"button",accessKey:"T",items:[[b.lang.forms.button.typeBtn,"button"],[b.lang.forms.button.typeSbm,"submit"],[b.lang.forms.button.typeRst, +"reset"]],setup:function(a){this.setValue(a.getAttribute("type")||"")},commit:d}]}]}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/forms/dialogs/checkbox.js b/skins/ckeditor/plugins/forms/dialogs/checkbox.js index 946aa98..65f1be6 100644 --- a/skins/ckeditor/plugins/forms/dialogs/checkbox.js +++ b/skins/ckeditor/plugins/forms/dialogs/checkbox.js @@ -1,6 +1,8 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('checkbox',function(a){return{title:a.lang.checkboxAndRadio.checkboxTitle,minWidth:350,minHeight:140,onShow:function(){var c=this;delete c.checkbox;var b=c.getParentEditor().getSelection().getSelectedElement();if(b&&b.getAttribute('type')=='checkbox'){c.checkbox=b;c.setupContent(b);}},onOk:function(){var b,c=this.checkbox,d=!c;if(d){b=this.getParentEditor();c=b.document.createElement('input');c.setAttribute('type','checkbox');b.insertElement(c);}this.commitContent({element:c});},contents:[{id:'info',label:a.lang.checkboxAndRadio.checkboxTitle,title:a.lang.checkboxAndRadio.checkboxTitle,startupFocus:'txtName',elements:[{id:'txtName',type:'text',label:a.lang.common.name,'default':'',accessKey:'N',setup:function(b){this.setValue(b.data('cke-saved-name')||b.getAttribute('name')||'');},commit:function(b){var c=b.element;if(this.getValue())c.data('cke-saved-name',this.getValue());else{c.data('cke-saved-name',false);c.removeAttribute('name');}}},{id:'txtValue',type:'text',label:a.lang.checkboxAndRadio.value,'default':'',accessKey:'V',setup:function(b){var c=b.getAttribute('value');this.setValue(CKEDITOR.env.ie&&c=='on'?'':c);},commit:function(b){var c=b.element,d=this.getValue();if(d&&!(CKEDITOR.env.ie&&d=='on'))c.setAttribute('value',d);else if(CKEDITOR.env.ie){var e=new CKEDITOR.dom.element('input',c.getDocument());c.copyAttributes(e,{value:1});e.replace(c);a.getSelection().selectElement(e);b.element=e;}else c.removeAttribute('value');}},{id:'cmbSelected',type:'checkbox',label:a.lang.checkboxAndRadio.selected,'default':'',accessKey:'S',value:'checked',setup:function(b){this.setValue(b.getAttribute('checked'));},commit:function(b){var c=b.element;if(CKEDITOR.env.ie){var d=!!c.getAttribute('checked'),e=!!this.getValue();if(d!=e){var f=CKEDITOR.dom.element.createFromHtml('<input type="checkbox"'+(e?' checked="checked"':'')+'/>',a.document);c.copyAttributes(f,{type:1,checked:1});f.replace(c);a.getSelection().selectElement(f);b.element=f;}}else{var g=this.getValue();if(g)c.setAttribute('checked','checked');else c.removeAttribute('checked');}}}]}]};}); +/* + Copyright (c) 2003-2014, 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", +label:d.lang.forms.checkboxAndRadio.checkboxTitle,title:d.lang.forms.checkboxAndRadio.checkboxTitle,startupFocus:"txtName",elements:[{id:"txtName",type:"text",label:d.lang.common.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){a=a.element;this.getValue()?a.data("cke-saved-name",this.getValue()):(a.data("cke-saved-name",!1),a.removeAttribute("name"))}},{id:"txtValue",type:"text",label:d.lang.forms.checkboxAndRadio.value, +"default":"",accessKey:"V",setup:function(a){a=a.getAttribute("value");this.setValue(CKEDITOR.env.ie&&"on"==a?"":a)},commit:function(a){var b=a.element,c=this.getValue();c&&!(CKEDITOR.env.ie&&"on"==c)?b.setAttribute("value",c):CKEDITOR.env.ie?(c=new CKEDITOR.dom.element("input",b.getDocument()),b.copyAttributes(c,{value:1}),c.replace(b),d.getSelection().selectElement(c),a.element=c):b.removeAttribute("value")}},{id:"cmbSelected",type:"checkbox",label:d.lang.forms.checkboxAndRadio.selected,"default":"", +accessKey:"S",value:"checked",setup:function(a){this.setValue(a.getAttribute("checked"))},commit:function(a){var b=a.element;if(CKEDITOR.env.ie){var c=!!b.getAttribute("checked"),e=!!this.getValue();c!=e&&(c=CKEDITOR.dom.element.createFromHtml('<input type="checkbox"'+(e?' checked="checked"':"")+"/>",d.document),b.copyAttributes(c,{type:1,checked:1}),c.replace(b),d.getSelection().selectElement(c),a.element=c)}else this.getValue()?b.setAttribute("checked","checked"):b.removeAttribute("checked")}}]}]}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/forms/dialogs/form.js b/skins/ckeditor/plugins/forms/dialogs/form.js index 0e18671..8626718 100644 --- a/skins/ckeditor/plugins/forms/dialogs/form.js +++ b/skins/ckeditor/plugins/forms/dialogs/form.js @@ -1,6 +1,8 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('form',function(a){var b={action:1,id:1,method:1,enctype:1,target:1};return{title:a.lang.form.title,minWidth:350,minHeight:200,onShow:function(){var e=this;delete e.form;var c=e.getParentEditor().getSelection().getStartElement(),d=c&&c.getAscendant('form',true);if(d){e.form=d;e.setupContent(d);}},onOk:function(){var c,d=this.form,e=!d;if(e){c=this.getParentEditor();d=c.document.createElement('form');!CKEDITOR.env.ie&&d.append(c.document.createElement('br'));}if(e)c.insertElement(d);this.commitContent(d);},onLoad:function(){function c(e){this.setValue(e.getAttribute(this.id)||'');};function d(e){var f=this;if(f.getValue())e.setAttribute(f.id,f.getValue());else e.removeAttribute(f.id);};this.foreach(function(e){if(b[e.id]){e.setup=c;e.commit=d;}});},contents:[{id:'info',label:a.lang.form.title,title:a.lang.form.title,elements:[{id:'txtName',type:'text',label:a.lang.common.name,'default':'',accessKey:'N',setup:function(c){this.setValue(c.data('cke-saved-name')||c.getAttribute('name')||'');},commit:function(c){if(this.getValue())c.data('cke-saved-name',this.getValue());else{c.data('cke-saved-name',false);c.removeAttribute('name');}}},{id:'action',type:'text',label:a.lang.form.action,'default':'',accessKey:'T'},{type:'hbox',widths:['45%','55%'],children:[{id:'id',type:'text',label:a.lang.common.id,'default':'',accessKey:'I'},{id:'enctype',type:'select',label:a.lang.form.encoding,style:'width:100%',accessKey:'E','default':'',items:[[''],['text/plain'],['multipart/form-data'],['application/x-www-form-urlencoded']]}]},{type:'hbox',widths:['45%','55%'],children:[{id:'target',type:'select',label:a.lang.common.target,style:'width:100%',accessKey:'M','default':'',items:[[a.lang.common.notSet,''],[a.lang.common.targetNew,'_blank'],[a.lang.common.targetTop,'_top'],[a.lang.common.targetSelf,'_self'],[a.lang.common.targetParent,'_parent']]},{id:'method',type:'select',label:a.lang.form.method,accessKey:'M','default':'GET',items:[['GET','get'],['POST','post']]}]}]}]};}); +/* + Copyright (c) 2003-2014, 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)|| +"")}function e(a){this.getValue()?a.setAttribute(this.id,this.getValue()):a.removeAttribute(this.id)}this.foreach(function(c){d[c.id]&&(c.setup=a,c.commit=e)})},contents:[{id:"info",label:a.lang.forms.form.title,title:a.lang.forms.form.title,elements:[{id:"txtName",type:"text",label:a.lang.common.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){this.getValue()?a.data("cke-saved-name",this.getValue()):(a.data("cke-saved-name", +!1),a.removeAttribute("name"))}},{id:"action",type:"text",label:a.lang.forms.form.action,"default":"",accessKey:"T"},{type:"hbox",widths:["45%","55%"],children:[{id:"id",type:"text",label:a.lang.common.id,"default":"",accessKey:"I"},{id:"enctype",type:"select",label:a.lang.forms.form.encoding,style:"width:100%",accessKey:"E","default":"",items:[[""],["text/plain"],["multipart/form-data"],["application/x-www-form-urlencoded"]]}]},{type:"hbox",widths:["45%","55%"],children:[{id:"target",type:"select", +label:a.lang.common.target,style:"width:100%",accessKey:"M","default":"",items:[[a.lang.common.notSet,""],[a.lang.common.targetNew,"_blank"],[a.lang.common.targetTop,"_top"],[a.lang.common.targetSelf,"_self"],[a.lang.common.targetParent,"_parent"]]},{id:"method",type:"select",label:a.lang.forms.form.method,accessKey:"M","default":"GET",items:[["GET","get"],["POST","post"]]}]}]}]}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/forms/dialogs/hiddenfield.js b/skins/ckeditor/plugins/forms/dialogs/hiddenfield.js index 87609c1..f4699b7 100644 --- a/skins/ckeditor/plugins/forms/dialogs/hiddenfield.js +++ b/skins/ckeditor/plugins/forms/dialogs/hiddenfield.js @@ -1,6 +1,8 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('hiddenfield',function(a){return{title:a.lang.hidden.title,hiddenField:null,minWidth:350,minHeight:110,onShow:function(){var e=this;delete e.hiddenField;var b=e.getParentEditor(),c=b.getSelection(),d=c.getSelectedElement();if(d&&d.data('cke-real-element-type')&&d.data('cke-real-element-type')=='hiddenfield'){e.hiddenField=d;d=b.restoreRealElement(e.hiddenField);e.setupContent(d);c.selectElement(e.hiddenField);}},onOk:function(){var g=this;var b=g.getValueOf('info','_cke_saved_name'),c=g.getValueOf('info','value'),d=g.getParentEditor(),e=CKEDITOR.env.ie&&!(CKEDITOR.document.$.documentMode>=8)?d.document.createElement('<input name="'+CKEDITOR.tools.htmlEncode(b)+'">'):d.document.createElement('input');e.setAttribute('type','hidden');g.commitContent(e);var f=d.createFakeElement(e,'cke_hidden','hiddenfield');if(!g.hiddenField)d.insertElement(f);else{f.replace(g.hiddenField);d.getSelection().selectElement(f);}return true;},contents:[{id:'info',label:a.lang.hidden.title,title:a.lang.hidden.title,elements:[{id:'_cke_saved_name',type:'text',label:a.lang.hidden.name,'default':'',accessKey:'N',setup:function(b){this.setValue(b.data('cke-saved-name')||b.getAttribute('name')||'');},commit:function(b){if(this.getValue())b.setAttribute('name',this.getValue());else b.removeAttribute('name');}},{id:'value',type:'text',label:a.lang.hidden.value,'default':'',accessKey:'V',setup:function(b){this.setValue(b.getAttribute('value')||'');},commit:function(b){if(this.getValue())b.setAttribute('value',this.getValue());else b.removeAttribute('value');}}]}]};}); +/* + Copyright (c) 2003-2014, 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"); +this.getValueOf("info","value");var b=this.getParentEditor(),a=CKEDITOR.env.ie&&!(8<=CKEDITOR.document.$.documentMode)?b.document.createElement('<input name="'+CKEDITOR.tools.htmlEncode(a)+'">'):b.document.createElement("input");a.setAttribute("type","hidden");this.commitContent(a);a=b.createFakeElement(a,"cke_hidden","hiddenfield");this.hiddenField?(a.replace(this.hiddenField),b.getSelection().selectElement(a)):b.insertElement(a);return!0},contents:[{id:"info",label:d.lang.forms.hidden.title,title:d.lang.forms.hidden.title, +elements:[{id:"_cke_saved_name",type:"text",label:d.lang.forms.hidden.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){this.getValue()?a.setAttribute("name",this.getValue()):a.removeAttribute("name")}},{id:"value",type:"text",label:d.lang.forms.hidden.value,"default":"",accessKey:"V",setup:function(a){this.setValue(a.getAttribute("value")||"")},commit:function(a){this.getValue()?a.setAttribute("value",this.getValue()): +a.removeAttribute("value")}}]}]}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/forms/dialogs/radio.js b/skins/ckeditor/plugins/forms/dialogs/radio.js index 150566e..661e9bf 100644 --- a/skins/ckeditor/plugins/forms/dialogs/radio.js +++ b/skins/ckeditor/plugins/forms/dialogs/radio.js @@ -1,6 +1,8 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('radio',function(a){return{title:a.lang.checkboxAndRadio.radioTitle,minWidth:350,minHeight:140,onShow:function(){var c=this;delete c.radioButton;var b=c.getParentEditor().getSelection().getSelectedElement();if(b&&b.getName()=='input'&&b.getAttribute('type')=='radio'){c.radioButton=b;c.setupContent(b);}},onOk:function(){var b,c=this.radioButton,d=!c;if(d){b=this.getParentEditor();c=b.document.createElement('input');c.setAttribute('type','radio');}if(d)b.insertElement(c);this.commitContent({element:c});},contents:[{id:'info',label:a.lang.checkboxAndRadio.radioTitle,title:a.lang.checkboxAndRadio.radioTitle,elements:[{id:'name',type:'text',label:a.lang.common.name,'default':'',accessKey:'N',setup:function(b){this.setValue(b.data('cke-saved-name')||b.getAttribute('name')||'');},commit:function(b){var c=b.element;if(this.getValue())c.data('cke-saved-name',this.getValue());else{c.data('cke-saved-name',false);c.removeAttribute('name');}}},{id:'value',type:'text',label:a.lang.checkboxAndRadio.value,'default':'',accessKey:'V',setup:function(b){this.setValue(b.getAttribute('value')||'');},commit:function(b){var c=b.element;if(this.getValue())c.setAttribute('value',this.getValue());else c.removeAttribute('value');}},{id:'checked',type:'checkbox',label:a.lang.checkboxAndRadio.selected,'default':'',accessKey:'S',value:'checked',setup:function(b){this.setValue(b.getAttribute('checked'));},commit:function(b){var c=b.element;if(!(CKEDITOR.env.ie||CKEDITOR.env.opera)){if(this.getValue())c.setAttribute('checked','checked');else c.removeAttribute('checked');}else{var d=c.getAttribute('checked'),e=!!this.getValue();if(d!=e){var f=CKEDITOR.dom.element.createFromHtml('<input type="radio"'+(e?' checked="checked"':'')+'></input>',a.document);c.copyAttributes(f,{type:1,checked:1});f.replace(c);a.getSelection().selectElement(f);b.element=f;}}}}]}]};}); +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("radio",function(d){return{title:d.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,b=this.radioButton,c=!b;c&&(a=this.getParentEditor(),b=a.document.createElement("input"),b.setAttribute("type","radio"));c&&a.insertElement(b);this.commitContent({element:b})}, +contents:[{id:"info",label:d.lang.forms.checkboxAndRadio.radioTitle,title:d.lang.forms.checkboxAndRadio.radioTitle,elements:[{id:"name",type:"text",label:d.lang.common.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){a=a.element;this.getValue()?a.data("cke-saved-name",this.getValue()):(a.data("cke-saved-name",!1),a.removeAttribute("name"))}},{id:"value",type:"text",label:d.lang.forms.checkboxAndRadio.value,"default":"", +accessKey:"V",setup:function(a){this.setValue(a.getAttribute("value")||"")},commit:function(a){a=a.element;this.getValue()?a.setAttribute("value",this.getValue()):a.removeAttribute("value")}},{id:"checked",type:"checkbox",label:d.lang.forms.checkboxAndRadio.selected,"default":"",accessKey:"S",value:"checked",setup:function(a){this.setValue(a.getAttribute("checked"))},commit:function(a){var b=a.element;if(!CKEDITOR.env.ie&&!CKEDITOR.env.opera)this.getValue()?b.setAttribute("checked","checked"):b.removeAttribute("checked"); +else{var c=b.getAttribute("checked"),e=!!this.getValue();c!=e&&(c=CKEDITOR.dom.element.createFromHtml('<input type="radio"'+(e?' checked="checked"':"")+"></input>",d.document),b.copyAttributes(c,{type:1,checked:1}),c.replace(b),d.getSelection().selectElement(c),a.element=c)}}}]}]}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/forms/dialogs/select.js b/skins/ckeditor/plugins/forms/dialogs/select.js index 0090965..a6c50e2 100644 --- a/skins/ckeditor/plugins/forms/dialogs/select.js +++ b/skins/ckeditor/plugins/forms/dialogs/select.js @@ -1,9 +1,20 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('select',function(a){function b(k,l,m,n,o){k=j(k);var p;if(n)p=n.createElement('OPTION');else p=document.createElement('OPTION');if(k&&p&&p.getName()=='option'){if(CKEDITOR.env.ie){if(!isNaN(parseInt(o,10)))k.$.options.add(p.$,o);else k.$.options.add(p.$);p.$.innerHTML=l.length>0?l:'';p.$.value=m;}else{if(o!==null&&o<k.getChildCount())k.getChild(o<0?0:o).insertBeforeMe(p);else k.append(p);p.setText(l.length>0?l:'');p.setValue(m);}}else return false;return p;};function c(k){k=j(k);var l=g(k);for(var m=k.getChildren().count()-1;m>=0;m--){if(k.getChild(m).$.selected)k.getChild(m).remove();}h(k,l);};function d(k,l,m,n){k=j(k);if(l<0)return false;var o=k.getChild(l);o.setText(m);o.setValue(n);return o;};function e(k){k=j(k);while(k.getChild(0)&&k.getChild(0).remove()){}};function f(k,l,m){k=j(k);var n=g(k);if(n<0)return false;var o=n+l;o=o<0?0:o;o=o>=k.getChildCount()?k.getChildCount()-1:o;if(n==o)return false;var p=k.getChild(n),q=p.getText(),r=p.getValue();p.remove();p=b(k,q,r,!m?null:m,o);h(k,o);return p;};function g(k){k=j(k);return k?k.$.selectedIndex:-1;};function h(k,l){k=j(k);if(l<0)return null;var m=k.getChildren().count();k.$.selectedIndex=l>=m?m-1:l;return k;};function i(k){k=j(k);return k?k.getChildren():false;};function j(k){if(k&&k.domId&&k.getInputElement().$)return k.getInputElement();else if(k&&k.$)return k;return false;};return{title:a.lang.select.title,minWidth:CKEDITOR.env.ie?460:395,minHeight:CKEDITOR.env.ie?320:300,onShow:function(){var n=this;delete n.selectBox;n.setupContent('clear');var k=n.getParentEditor().getSelection().getSelectedElement();if(k&&k.getName()=='select'){n.selectBox=k;n.setupContent(k.getName(),k);var l=i(k);for(var m=0;m<l.count();m++)n.setupContent('option',l.getItem(m));}},onOk:function(){var k=this.getParentEditor(),l=this.selectBox,m=!l;if(m)l=k.document.createElement('select');this.commitContent(l);if(m){k.insertElement(l);if(CKEDITOR.env.ie){var n=k.getSelection(),o=n.createBookmarks();setTimeout(function(){n.selectBookmarks(o);},0);}}},contents:[{id:'info',label:a.lang.select.selectInfo,title:a.lang.select.selectInfo,accessKey:'',elements:[{id:'txtName',type:'text',widths:['25%','75%'],labelLayout:'horizontal',label:a.lang.common.name,'default':'',accessKey:'N',style:'width:350px',setup:function(k,l){if(k=='clear')this.setValue(this['default']||'');else if(k=='select')this.setValue(l.data('cke-saved-name')||l.getAttribute('name')||'');},commit:function(k){if(this.getValue())k.data('cke-saved-name',this.getValue()); -else{k.data('cke-saved-name',false);k.removeAttribute('name');}}},{id:'txtValue',type:'text',widths:['25%','75%'],labelLayout:'horizontal',label:a.lang.select.value,style:'width:350px','default':'',className:'cke_disabled',onLoad:function(){this.getInputElement().setAttribute('readOnly',true);},setup:function(k,l){if(k=='clear')this.setValue('');else if(k=='option'&&l.getAttribute('selected'))this.setValue(l.$.value);}},{type:'hbox',widths:['175px','170px'],children:[{id:'txtSize',type:'text',labelLayout:'horizontal',label:a.lang.select.size,'default':'',accessKey:'S',style:'width:175px',validate:function(){var k=CKEDITOR.dialog.validate.integer(a.lang.common.validateNumberFailed);return this.getValue()===''||k.apply(this);},setup:function(k,l){if(k=='select')this.setValue(l.getAttribute('size')||'');if(CKEDITOR.env.webkit)this.getInputElement().setStyle('width','86px');},commit:function(k){if(this.getValue())k.setAttribute('size',this.getValue());else k.removeAttribute('size');}},{type:'html',html:'<span>'+CKEDITOR.tools.htmlEncode(a.lang.select.lines)+'</span>'}]},{type:'html',html:'<span>'+CKEDITOR.tools.htmlEncode(a.lang.select.opAvail)+'</span>'},{type:'hbox',widths:['115px','115px','100px'],children:[{type:'vbox',children:[{id:'txtOptName',type:'text',label:a.lang.select.opText,style:'width:115px',setup:function(k,l){if(k=='clear')this.setValue('');}},{type:'select',id:'cmbName',label:'',title:'',size:5,style:'width:115px;height:75px',items:[],onChange:function(){var k=this.getDialog(),l=k.getContentElement('info','cmbValue'),m=k.getContentElement('info','txtOptName'),n=k.getContentElement('info','txtOptValue'),o=g(this);h(l,o);m.setValue(this.getValue());n.setValue(l.getValue());},setup:function(k,l){if(k=='clear')e(this);else if(k=='option')b(this,l.getText(),l.getText(),this.getDialog().getParentEditor().document);},commit:function(k){var l=this.getDialog(),m=i(this),n=i(l.getContentElement('info','cmbValue')),o=l.getContentElement('info','txtValue').getValue();e(k);for(var p=0;p<m.count();p++){var q=b(k,m.getItem(p).getValue(),n.getItem(p).getValue(),l.getParentEditor().document);if(n.getItem(p).getValue()==o){q.setAttribute('selected','selected');q.selected=true;}}}}]},{type:'vbox',children:[{id:'txtOptValue',type:'text',label:a.lang.select.opValue,style:'width:115px',setup:function(k,l){if(k=='clear')this.setValue('');}},{type:'select',id:'cmbValue',label:'',size:5,style:'width:115px;height:75px',items:[],onChange:function(){var k=this.getDialog(),l=k.getContentElement('info','cmbName'),m=k.getContentElement('info','txtOptName'),n=k.getContentElement('info','txtOptValue'),o=g(this); -h(l,o);m.setValue(l.getValue());n.setValue(this.getValue());},setup:function(k,l){var n=this;if(k=='clear')e(n);else if(k=='option'){var m=l.getValue();b(n,m,m,n.getDialog().getParentEditor().document);if(l.getAttribute('selected')=='selected')n.getDialog().getContentElement('info','txtValue').setValue(m);}}}]},{type:'vbox',padding:5,children:[{type:'button',id:'btnAdd',style:'',label:a.lang.select.btnAdd,title:a.lang.select.btnAdd,style:'width:100%;',onClick:function(){var k=this.getDialog(),l=k.getParentEditor(),m=k.getContentElement('info','txtOptName'),n=k.getContentElement('info','txtOptValue'),o=k.getContentElement('info','cmbName'),p=k.getContentElement('info','cmbValue');b(o,m.getValue(),m.getValue(),k.getParentEditor().document);b(p,n.getValue(),n.getValue(),k.getParentEditor().document);m.setValue('');n.setValue('');}},{type:'button',id:'btnModify',label:a.lang.select.btnModify,title:a.lang.select.btnModify,style:'width:100%;',onClick:function(){var k=this.getDialog(),l=k.getContentElement('info','txtOptName'),m=k.getContentElement('info','txtOptValue'),n=k.getContentElement('info','cmbName'),o=k.getContentElement('info','cmbValue'),p=g(n);if(p>=0){d(n,p,l.getValue(),l.getValue());d(o,p,m.getValue(),m.getValue());}}},{type:'button',id:'btnUp',style:'width:100%;',label:a.lang.select.btnUp,title:a.lang.select.btnUp,onClick:function(){var k=this.getDialog(),l=k.getContentElement('info','cmbName'),m=k.getContentElement('info','cmbValue');f(l,-1,k.getParentEditor().document);f(m,-1,k.getParentEditor().document);}},{type:'button',id:'btnDown',style:'width:100%;',label:a.lang.select.btnDown,title:a.lang.select.btnDown,onClick:function(){var k=this.getDialog(),l=k.getContentElement('info','cmbName'),m=k.getContentElement('info','cmbValue');f(l,1,k.getParentEditor().document);f(m,1,k.getParentEditor().document);}}]}]},{type:'hbox',widths:['40%','20%','40%'],children:[{type:'button',id:'btnSetValue',label:a.lang.select.btnSetValue,title:a.lang.select.btnSetValue,onClick:function(){var k=this.getDialog(),l=k.getContentElement('info','cmbValue'),m=k.getContentElement('info','txtValue');m.setValue(l.getValue());}},{type:'button',id:'btnDelete',label:a.lang.select.btnDelete,title:a.lang.select.btnDelete,onClick:function(){var k=this.getDialog(),l=k.getContentElement('info','cmbName'),m=k.getContentElement('info','cmbValue'),n=k.getContentElement('info','txtOptName'),o=k.getContentElement('info','txtOptValue');c(l);c(m);n.setValue('');o.setValue('');}},{id:'chkMulti',type:'checkbox',label:a.lang.select.chkMulti,'default':'',accessKey:'M',value:'checked',setup:function(k,l){if(k=='select')this.setValue(l.getAttribute('multiple')); -if(CKEDITOR.env.webkit)this.getElement().getParent().setStyle('vertical-align','middle');},commit:function(k){if(this.getValue())k.setAttribute('multiple',this.getValue());else k.removeAttribute('multiple');}}]}]}]};}); +/* + Copyright (c) 2003-2014, 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 m(a){for(var a=f(a),b=g(a),e=a.getChildren().count()-1;0<= +e;e--)a.getChild(e).$.selected&&a.getChild(e).remove();i(a,b)}function n(a,b,e,d){a=f(a);if(0>b)return!1;a=a.getChild(b);a.setText(e);a.setValue(d);return a}function k(a){for(a=f(a);a.getChild(0)&&a.getChild(0).remove(););}function j(a,b,e){var a=f(a),d=g(a);if(0>d)return!1;b=d+b;b=0>b?0:b;b=b>=a.getChildCount()?a.getChildCount()-1:b;if(d==b)return!1;var d=a.getChild(d),c=d.getText(),o=d.getValue();d.remove();d=h(a,c,o,!e?null:e,b);i(a,b);return d}function g(a){return(a=f(a))?a.$.selectedIndex:-1} +function i(a,b){a=f(a);if(0>b)return null;var e=a.getChildren().count();a.$.selectedIndex=b>=e?e-1:b;return a}function l(a){return(a=f(a))?a.getChildren():!1}function f(a){return a&&a.domId&&a.getInputElement().$?a.getInputElement():a&&a.$?a:!1}return{title:c.lang.forms.select.title,minWidth:CKEDITOR.env.ie?460:395,minHeight:CKEDITOR.env.ie?320:300,onShow:function(){delete this.selectBox;this.setupContent("clear");var a=this.getParentEditor().getSelection().getSelectedElement();if(a&&"select"==a.getName()){this.selectBox= +a;this.setupContent(a.getName(),a);for(var a=l(a),b=0;b<a.count();b++)this.setupContent("option",a.getItem(b))}},onOk:function(){var a=this.getParentEditor(),b=this.selectBox,e=!b;e&&(b=a.document.createElement("select"));this.commitContent(b);if(e&&(a.insertElement(b),CKEDITOR.env.ie)){var d=a.getSelection(),c=d.createBookmarks();setTimeout(function(){d.selectBookmarks(c)},0)}},contents:[{id:"info",label:c.lang.forms.select.selectInfo,title:c.lang.forms.select.selectInfo,accessKey:"",elements:[{id:"txtName", +type:"text",widths:["25%","75%"],labelLayout:"horizontal",label:c.lang.common.name,"default":"",accessKey:"N",style:"width:350px",setup:function(a,b){"clear"==a?this.setValue(this["default"]||""):"select"==a&&this.setValue(b.data("cke-saved-name")||b.getAttribute("name")||"")},commit:function(a){this.getValue()?a.data("cke-saved-name",this.getValue()):(a.data("cke-saved-name",!1),a.removeAttribute("name"))}},{id:"txtValue",type:"text",widths:["25%","75%"],labelLayout:"horizontal",label:c.lang.forms.select.value, +style:"width:350px","default":"",className:"cke_disabled",onLoad:function(){this.getInputElement().setAttribute("readOnly",!0)},setup:function(a,b){"clear"==a?this.setValue(""):"option"==a&&b.getAttribute("selected")&&this.setValue(b.$.value)}},{type:"hbox",widths:["175px","170px"],children:[{id:"txtSize",type:"text",labelLayout:"horizontal",label:c.lang.forms.select.size,"default":"",accessKey:"S",style:"width:175px",validate:function(){var a=CKEDITOR.dialog.validate.integer(c.lang.common.validateNumberFailed); +return""===this.getValue()||a.apply(this)},setup:function(a,b){"select"==a&&this.setValue(b.getAttribute("size")||"");CKEDITOR.env.webkit&&this.getInputElement().setStyle("width","86px")},commit:function(a){this.getValue()?a.setAttribute("size",this.getValue()):a.removeAttribute("size")}},{type:"html",html:"<span>"+CKEDITOR.tools.htmlEncode(c.lang.forms.select.lines)+"</span>"}]},{type:"html",html:"<span>"+CKEDITOR.tools.htmlEncode(c.lang.forms.select.opAvail)+"</span>"},{type:"hbox",widths:["115px", +"115px","100px"],children:[{type:"vbox",children:[{id:"txtOptName",type:"text",label:c.lang.forms.select.opText,style:"width:115px",setup:function(a){"clear"==a&&this.setValue("")}},{type:"select",id:"cmbName",label:"",title:"",size:5,style:"width:115px;height:75px",items:[],onChange:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbValue"),e=a.getContentElement("info","txtOptName"),a=a.getContentElement("info","txtOptValue"),d=g(this);i(b,d);e.setValue(this.getValue());a.setValue(b.getValue())}, +setup:function(a,b){"clear"==a?k(this):"option"==a&&h(this,b.getText(),b.getText(),this.getDialog().getParentEditor().document)},commit:function(a){var b=this.getDialog(),e=l(this),d=l(b.getContentElement("info","cmbValue")),c=b.getContentElement("info","txtValue").getValue();k(a);for(var f=0;f<e.count();f++){var g=h(a,e.getItem(f).getValue(),d.getItem(f).getValue(),b.getParentEditor().document);d.getItem(f).getValue()==c&&(g.setAttribute("selected","selected"),g.selected=!0)}}}]},{type:"vbox",children:[{id:"txtOptValue", +type:"text",label:c.lang.forms.select.opValue,style:"width:115px",setup:function(a){"clear"==a&&this.setValue("")}},{type:"select",id:"cmbValue",label:"",size:5,style:"width:115px;height:75px",items:[],onChange:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbName"),e=a.getContentElement("info","txtOptName"),a=a.getContentElement("info","txtOptValue"),d=g(this);i(b,d);e.setValue(b.getValue());a.setValue(this.getValue())},setup:function(a,b){if("clear"==a)k(this);else if("option"== +a){var e=b.getValue();h(this,e,e,this.getDialog().getParentEditor().document);"selected"==b.getAttribute("selected")&&this.getDialog().getContentElement("info","txtValue").setValue(e)}}}]},{type:"vbox",padding:5,children:[{type:"button",id:"btnAdd",style:"",label:c.lang.forms.select.btnAdd,title:c.lang.forms.select.btnAdd,style:"width:100%;",onClick:function(){var a=this.getDialog();a.getParentEditor();var b=a.getContentElement("info","txtOptName"),e=a.getContentElement("info","txtOptValue"),d=a.getContentElement("info", +"cmbName"),c=a.getContentElement("info","cmbValue");h(d,b.getValue(),b.getValue(),a.getParentEditor().document);h(c,e.getValue(),e.getValue(),a.getParentEditor().document);b.setValue("");e.setValue("")}},{type:"button",id:"btnModify",label:c.lang.forms.select.btnModify,title:c.lang.forms.select.btnModify,style:"width:100%;",onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","txtOptName"),e=a.getContentElement("info","txtOptValue"),d=a.getContentElement("info","cmbName"),a=a.getContentElement("info", +"cmbValue"),c=g(d);0<=c&&(n(d,c,b.getValue(),b.getValue()),n(a,c,e.getValue(),e.getValue()))}},{type:"button",id:"btnUp",style:"width:100%;",label:c.lang.forms.select.btnUp,title:c.lang.forms.select.btnUp,onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbName"),c=a.getContentElement("info","cmbValue");j(b,-1,a.getParentEditor().document);j(c,-1,a.getParentEditor().document)}},{type:"button",id:"btnDown",style:"width:100%;",label:c.lang.forms.select.btnDown,title:c.lang.forms.select.btnDown, +onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbName"),c=a.getContentElement("info","cmbValue");j(b,1,a.getParentEditor().document);j(c,1,a.getParentEditor().document)}}]}]},{type:"hbox",widths:["40%","20%","40%"],children:[{type:"button",id:"btnSetValue",label:c.lang.forms.select.btnSetValue,title:c.lang.forms.select.btnSetValue,onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbValue");a.getContentElement("info","txtValue").setValue(b.getValue())}}, +{type:"button",id:"btnDelete",label:c.lang.forms.select.btnDelete,title:c.lang.forms.select.btnDelete,onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbName"),c=a.getContentElement("info","cmbValue"),d=a.getContentElement("info","txtOptName"),a=a.getContentElement("info","txtOptValue");m(b);m(c);d.setValue("");a.setValue("")}},{id:"chkMulti",type:"checkbox",label:c.lang.forms.select.chkMulti,"default":"",accessKey:"M",value:"checked",setup:function(a,b){"select"==a&&this.setValue(b.getAttribute("multiple")); +CKEDITOR.env.webkit&&this.getElement().getParent().setStyle("vertical-align","middle")},commit:function(a){this.getValue()?a.setAttribute("multiple",this.getValue()):a.removeAttribute("multiple")}}]}]}]}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/forms/dialogs/textarea.js b/skins/ckeditor/plugins/forms/dialogs/textarea.js index 8c8f723..de8b318 100644 --- a/skins/ckeditor/plugins/forms/dialogs/textarea.js +++ b/skins/ckeditor/plugins/forms/dialogs/textarea.js @@ -1,6 +1,8 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('textarea',function(a){return{title:a.lang.textarea.title,minWidth:350,minHeight:150,onShow:function(){var c=this;delete c.textarea;var b=c.getParentEditor().getSelection().getSelectedElement();if(b&&b.getName()=='textarea'){c.textarea=b;c.setupContent(b);}},onOk:function(){var b,c=this.textarea,d=!c;if(d){b=this.getParentEditor();c=b.document.createElement('textarea');}this.commitContent(c);if(d)b.insertElement(c);},contents:[{id:'info',label:a.lang.textarea.title,title:a.lang.textarea.title,elements:[{id:'_cke_saved_name',type:'text',label:a.lang.common.name,'default':'',accessKey:'N',setup:function(b){this.setValue(b.data('cke-saved-name')||b.getAttribute('name')||'');},commit:function(b){if(this.getValue())b.data('cke-saved-name',this.getValue());else{b.data('cke-saved-name',false);b.removeAttribute('name');}}},{id:'cols',type:'text',label:a.lang.textarea.cols,'default':'',accessKey:'C',style:'width:50px',validate:CKEDITOR.dialog.validate.integer(a.lang.common.validateNumberFailed),setup:function(b){var c=b.hasAttribute('cols')&&b.getAttribute('cols');this.setValue(c||'');},commit:function(b){if(this.getValue())b.setAttribute('cols',this.getValue());else b.removeAttribute('cols');}},{id:'rows',type:'text',label:a.lang.textarea.rows,'default':'',accessKey:'R',style:'width:50px',validate:CKEDITOR.dialog.validate.integer(a.lang.common.validateNumberFailed),setup:function(b){var c=b.hasAttribute('rows')&&b.getAttribute('rows');this.setValue(c||'');},commit:function(b){if(this.getValue())b.setAttribute('rows',this.getValue());else b.removeAttribute('rows');}}]}]};}); +/* + Copyright (c) 2003-2014, 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, +elements:[{id:"_cke_saved_name",type:"text",label:b.lang.common.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){this.getValue()?a.data("cke-saved-name",this.getValue()):(a.data("cke-saved-name",!1),a.removeAttribute("name"))}},{type:"hbox",widths:["50%","50%"],children:[{id:"cols",type:"text",label:b.lang.forms.textarea.cols,"default":"",accessKey:"C",style:"width:50px",validate:CKEDITOR.dialog.validate.integer(b.lang.common.validateNumberFailed), +setup:function(a){this.setValue(a.hasAttribute("cols")&&a.getAttribute("cols")||"")},commit:function(a){this.getValue()?a.setAttribute("cols",this.getValue()):a.removeAttribute("cols")}},{id:"rows",type:"text",label:b.lang.forms.textarea.rows,"default":"",accessKey:"R",style:"width:50px",validate:CKEDITOR.dialog.validate.integer(b.lang.common.validateNumberFailed),setup:function(a){this.setValue(a.hasAttribute("rows")&&a.getAttribute("rows")||"")},commit:function(a){this.getValue()?a.setAttribute("rows", +this.getValue()):a.removeAttribute("rows")}}]},{id:"value",type:"textarea",label:b.lang.forms.textfield.value,"default":"",setup:function(a){this.setValue(a.$.defaultValue)},commit:function(a){a.$.value=a.$.defaultValue=this.getValue()}}]}]}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/forms/dialogs/textfield.js b/skins/ckeditor/plugins/forms/dialogs/textfield.js index 0a36291..46b006e 100644 --- a/skins/ckeditor/plugins/forms/dialogs/textfield.js +++ b/skins/ckeditor/plugins/forms/dialogs/textfield.js @@ -1,6 +1,10 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('textfield',function(a){var b={value:1,size:1,maxLength:1},c={text:1,password:1};return{title:a.lang.textfield.title,minWidth:350,minHeight:150,onShow:function(){var e=this;delete e.textField;var d=e.getParentEditor().getSelection().getSelectedElement();if(d&&d.getName()=='input'&&(c[d.getAttribute('type')]||!d.getAttribute('type'))){e.textField=d;e.setupContent(d);}},onOk:function(){var d,e=this.textField,f=!e;if(f){d=this.getParentEditor();e=d.document.createElement('input');e.setAttribute('type','text');}if(f)d.insertElement(e);this.commitContent({element:e});},onLoad:function(){var d=function(f){var g=f.hasAttribute(this.id)&&f.getAttribute(this.id);this.setValue(g||'');},e=function(f){var g=f.element,h=this.getValue();if(h)g.setAttribute(this.id,h);else g.removeAttribute(this.id);};this.foreach(function(f){if(b[f.id]){f.setup=d;f.commit=e;}});},contents:[{id:'info',label:a.lang.textfield.title,title:a.lang.textfield.title,elements:[{type:'hbox',widths:['50%','50%'],children:[{id:'_cke_saved_name',type:'text',label:a.lang.textfield.name,'default':'',accessKey:'N',setup:function(d){this.setValue(d.data('cke-saved-name')||d.getAttribute('name')||'');},commit:function(d){var e=d.element;if(this.getValue())e.data('cke-saved-name',this.getValue());else{e.data('cke-saved-name',false);e.removeAttribute('name');}}},{id:'value',type:'text',label:a.lang.textfield.value,'default':'',accessKey:'V'}]},{type:'hbox',widths:['50%','50%'],children:[{id:'size',type:'text',label:a.lang.textfield.charWidth,'default':'',accessKey:'C',style:'width:50px',validate:CKEDITOR.dialog.validate.integer(a.lang.common.validateNumberFailed)},{id:'maxLength',type:'text',label:a.lang.textfield.maxChars,'default':'',accessKey:'M',style:'width:50px',validate:CKEDITOR.dialog.validate.integer(a.lang.common.validateNumberFailed)}],onLoad:function(){if(CKEDITOR.env.ie7Compat)this.getElement().setStyle('zoom','100%');}},{id:'type',type:'select',label:a.lang.textfield.type,'default':'text',accessKey:'M',items:[[a.lang.textfield.typeText,'text'],[a.lang.textfield.typePass,'password']],setup:function(d){this.setValue(d.getAttribute('type'));},commit:function(d){var e=d.element;if(CKEDITOR.env.ie){var f=e.getAttribute('type'),g=this.getValue();if(f!=g){var h=CKEDITOR.dom.element.createFromHtml('<input type="'+g+'"></input>',a.document);e.copyAttributes(h,{type:1});h.replace(e);a.getSelection().selectElement(h);d.element=h;}}else e.setAttribute('type',this.getValue());}}]}]};}); +/* + Copyright (c) 2003-2014, 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){var a=a.element,c=this.getValue();c?a.setAttribute(this.id,c):a.removeAttribute(this.id)}function f(a){this.setValue(a.hasAttribute(this.id)&&a.getAttribute(this.id)||"")}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();if(a&&"input"==a.getName()&&(g[a.getAttribute("type")]|| +!a.getAttribute("type")))this.textField=a,this.setupContent(a)},onOk:function(){var a=this.getParentEditor(),c=this.textField,b=!c;b&&(c=a.document.createElement("input"),c.setAttribute("type","text"));c={element:c};b&&a.insertElement(c.element);this.commitContent(c);b||a.getSelection().selectElement(c.element)},onLoad:function(){this.foreach(function(a){if(a.getValue&&(a.setup||(a.setup=f),!a.commit))a.commit=e})},contents:[{id:"info",label:b.lang.forms.textfield.title,title:b.lang.forms.textfield.title, +elements:[{type:"hbox",widths:["50%","50%"],children:[{id:"_cke_saved_name",type:"text",label:b.lang.forms.textfield.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){a=a.element;this.getValue()?a.data("cke-saved-name",this.getValue()):(a.data("cke-saved-name",!1),a.removeAttribute("name"))}},{id:"value",type:"text",label:b.lang.forms.textfield.value,"default":"",accessKey:"V",commit:function(a){if(CKEDITOR.env.ie&& +!this.getValue()){var c=a.element,d=new CKEDITOR.dom.element("input",b.document);c.copyAttributes(d,{value:1});d.replace(c);a.element=d}else e.call(this,a)}}]},{type:"hbox",widths:["50%","50%"],children:[{id:"size",type:"text",label:b.lang.forms.textfield.charWidth,"default":"",accessKey:"C",style:"width:50px",validate:CKEDITOR.dialog.validate.integer(b.lang.common.validateNumberFailed)},{id:"maxLength",type:"text",label:b.lang.forms.textfield.maxChars,"default":"",accessKey:"M",style:"width:50px", +validate:CKEDITOR.dialog.validate.integer(b.lang.common.validateNumberFailed)}],onLoad:function(){CKEDITOR.env.ie7Compat&&this.getElement().setStyle("zoom","100%")}},{id:"type",type:"select",label:b.lang.forms.textfield.type,"default":"text",accessKey:"M",items:[[b.lang.forms.textfield.typeEmail,"email"],[b.lang.forms.textfield.typePass,"password"],[b.lang.forms.textfield.typeSearch,"search"],[b.lang.forms.textfield.typeTel,"tel"],[b.lang.forms.textfield.typeText,"text"],[b.lang.forms.textfield.typeUrl, +"url"]],setup:function(a){this.setValue(a.getAttribute("type"))},commit:function(a){var c=a.element;if(CKEDITOR.env.ie){var d=c.getAttribute("type"),e=this.getValue();d!=e&&(d=CKEDITOR.dom.element.createFromHtml('<input type="'+e+'"></input>',b.document),c.copyAttributes(d,{type:1}),d.replace(c),a.element=d)}else c.setAttribute("type",this.getValue())}}]}]}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/icons.png b/skins/ckeditor/plugins/icons.png new file mode 100644 index 0000000..f558c2d Binary files /dev/null and b/skins/ckeditor/plugins/icons.png differ diff --git a/skins/ckeditor/plugins/icons_hidpi.png b/skins/ckeditor/plugins/icons_hidpi.png new file mode 100644 index 0000000..6e103c0 Binary files /dev/null and b/skins/ckeditor/plugins/icons_hidpi.png differ diff --git a/skins/ckeditor/plugins/iframe/dialogs/iframe.js b/skins/ckeditor/plugins/iframe/dialogs/iframe.js index 9450ba4..dba1e93 100644 --- a/skins/ckeditor/plugins/iframe/dialogs/iframe.js +++ b/skins/ckeditor/plugins/iframe/dialogs/iframe.js @@ -1,7 +1,10 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){var a={scrolling:{'true':'yes','false':'no'},frameborder:{'true':'1','false':'0'}};function b(d){var g=this;var e=g instanceof CKEDITOR.ui.dialog.checkbox;if(d.hasAttribute(g.id)){var f=d.getAttribute(g.id);if(e)g.setValue(a[g.id]['true']==f.toLowerCase());else g.setValue(f);}};function c(d){var h=this;var e=h.getValue()==='',f=h instanceof CKEDITOR.ui.dialog.checkbox,g=h.getValue();if(e)d.removeAttribute(h.att||h.id);else if(f)d.setAttribute(h.id,a[h.id][g]);else d.setAttribute(h.att||h.id,g);};CKEDITOR.dialog.add('iframe',function(d){var e=d.lang.iframe,f=d.lang.common,g=d.plugins.dialogadvtab;return{title:e.title,minWidth:350,minHeight:260,onShow:function(){var j=this;j.fakeImage=j.iframeNode=null;var h=j.getSelectedElement();if(h&&h.data('cke-real-element-type')&&h.data('cke-real-element-type')=='iframe'){j.fakeImage=h;var i=d.restoreRealElement(h);j.iframeNode=i;j.setupContent(i);}},onOk:function(){var l=this;var h;if(!l.fakeImage)h=new CKEDITOR.dom.element('iframe');else h=l.iframeNode;var i={},j={};l.commitContent(h,i,j);var k=d.createFakeElement(h,'cke_iframe','iframe',true);k.setAttributes(j);k.setStyles(i);if(l.fakeImage){k.replace(l.fakeImage);d.getSelection().selectElement(k);}else d.insertElement(k);},contents:[{id:'info',label:f.generalTab,accessKey:'I',elements:[{type:'vbox',padding:0,children:[{id:'src',type:'text',label:f.url,required:true,validate:CKEDITOR.dialog.validate.notEmpty(e.noUrl),setup:b,commit:c}]},{type:'hbox',children:[{id:'width',type:'text',style:'width:100%',labelLayout:'vertical',label:f.width,validate:CKEDITOR.dialog.validate.htmlLength(f.invalidHtmlLength.replace('%1',f.width)),setup:b,commit:c},{id:'height',type:'text',style:'width:100%',labelLayout:'vertical',label:f.height,validate:CKEDITOR.dialog.validate.htmlLength(f.invalidHtmlLength.replace('%1',f.height)),setup:b,commit:c},{id:'align',type:'select','default':'',items:[[f.notSet,''],[f.alignLeft,'left'],[f.alignRight,'right'],[f.alignTop,'top'],[f.alignMiddle,'middle'],[f.alignBottom,'bottom']],style:'width:100%',labelLayout:'vertical',label:f.align,setup:function(h,i){b.apply(this,arguments);if(i){var j=i.getAttribute('align');this.setValue(j&&j.toLowerCase()||'');}},commit:function(h,i,j){c.apply(this,arguments);if(this.getValue())j.align=this.getValue();}}]},{type:'hbox',widths:['50%','50%'],children:[{id:'scrolling',type:'checkbox',label:e.scrolling,setup:b,commit:c},{id:'frameborder',type:'checkbox',label:e.border,setup:b,commit:c}]},{type:'hbox',widths:['50%','50%'],children:[{id:'name',type:'text',label:f.name,setup:b,commit:c},{id:'title',type:'text',label:f.advisoryTitle,setup:b,commit:c}]},{id:'longdesc',type:'text',label:f.longDescr,setup:b,commit:c}]},g&&g.createAdvancedTab(d,{id:1,classes:1,styles:1})]}; -});})(); +/* + Copyright (c) 2003-2014, 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"}}; +CKEDITOR.dialog.add("iframe",function(b){var f=b.lang.iframe,a=b.lang.common,e=b.plugins.dialogadvtab;return{title:f.title,minWidth:350,minHeight:260,onShow:function(){this.fakeImage=this.iframeNode=null;var a=this.getSelectedElement();a&&(a.data("cke-real-element-type")&&"iframe"==a.data("cke-real-element-type"))&&(this.fakeImage=a,this.iframeNode=a=b.restoreRealElement(a),this.setupContent(a))},onOk:function(){var a;a=this.fakeImage?this.iframeNode:new CKEDITOR.dom.element("iframe");var c={},d= +{};this.commitContent(a,c,d);a=b.createFakeElement(a,"cke_iframe","iframe",!0);a.setAttributes(d);a.setStyles(c);this.fakeImage?(a.replace(this.fakeImage),b.getSelection().selectElement(a)):b.insertElement(a)},contents:[{id:"info",label:a.generalTab,accessKey:"I",elements:[{type:"vbox",padding:0,children:[{id:"src",type:"text",label:a.url,required:!0,validate:CKEDITOR.dialog.validate.notEmpty(f.noUrl),setup:c,commit:d}]},{type:"hbox",children:[{id:"width",type:"text",requiredContent:"iframe[width]", +style:"width:100%",labelLayout:"vertical",label:a.width,validate:CKEDITOR.dialog.validate.htmlLength(a.invalidHtmlLength.replace("%1",a.width)),setup:c,commit:d},{id:"height",type:"text",requiredContent:"iframe[height]",style:"width:100%",labelLayout:"vertical",label:a.height,validate:CKEDITOR.dialog.validate.htmlLength(a.invalidHtmlLength.replace("%1",a.height)),setup:c,commit:d},{id:"align",type:"select",requiredContent:"iframe[align]","default":"",items:[[a.notSet,""],[a.alignLeft,"left"],[a.alignRight, +"right"],[a.alignTop,"top"],[a.alignMiddle,"middle"],[a.alignBottom,"bottom"]],style:"width:100%",labelLayout:"vertical",label:a.align,setup:function(a,b){c.apply(this,arguments);if(b){var d=b.getAttribute("align");this.setValue(d&&d.toLowerCase()||"")}},commit:function(a,b,c){d.apply(this,arguments);this.getValue()&&(c.align=this.getValue())}}]},{type:"hbox",widths:["50%","50%"],children:[{id:"scrolling",type:"checkbox",requiredContent:"iframe[scrolling]",label:f.scrolling,setup:c,commit:d},{id:"frameborder", +type:"checkbox",requiredContent:"iframe[frameborder]",label:f.border,setup:c,commit:d}]},{type:"hbox",widths:["50%","50%"],children:[{id:"name",type:"text",requiredContent:"iframe[name]",label:a.name,setup:c,commit:d},{id:"title",type:"text",requiredContent:"iframe[title]",label:a.advisoryTitle,setup:c,commit:d}]},{id:"longdesc",type:"text",requiredContent:"iframe[longdesc]",label:a.longDescr,setup:c,commit:d}]},e&&e.createAdvancedTab(b,{id:1,classes:1,styles:1},"iframe")]}})})(); \ No newline at end of file diff --git a/skins/ckeditor/plugins/iframedialog/plugin.js b/skins/ckeditor/plugins/iframedialog/plugin.js deleted file mode 100644 index c43ddf7..0000000 --- a/skins/ckeditor/plugins/iframedialog/plugin.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add('iframedialog',{requires:['dialog'],onLoad:function(){CKEDITOR.dialog.addIframe=function(a,b,c,d,e,f,g){var h={type:'iframe',src:c,width:'100%',height:'100%'};if(typeof f=='function')h.onContentLoad=f;else h.onContentLoad=function(){var k=this.getElement(),l=k.$.contentWindow;if(l.onDialogEvent){var m=this.getDialog(),n=function(o){return l.onDialogEvent(o);};m.on('ok',n);m.on('cancel',n);m.on('resize',n);m.on('hide',function(o){m.removeListener('ok',n);m.removeListener('cancel',n);m.removeListener('resize',n);o.removeListener();});l.onDialogEvent({name:'load',sender:this,editor:m._.editor});}};var i={title:b,minWidth:d,minHeight:e,contents:[{id:'iframe',label:b,expand:true,elements:[h]}]};for(var j in g)i[j]=g[j];this.add(a,function(){return i;});};(function(){var a=function(b,c,d){if(arguments.length<3)return;var e=this._||(this._={}),f=c.onContentLoad&&CKEDITOR.tools.bind(c.onContentLoad,this),g=CKEDITOR.tools.cssLength(c.width),h=CKEDITOR.tools.cssLength(c.height);e.frameId=CKEDITOR.tools.getNextId()+'_iframe';b.on('load',function(){var k=CKEDITOR.document.getById(e.frameId),l=k.getParent();l.setStyles({width:g,height:h});});var i={src:'%2',id:e.frameId,frameborder:0,allowtransparency:true},j=[];if(typeof c.onContentLoad=='function')i.onload='CKEDITOR.tools.callFunction(%1);';CKEDITOR.ui.dialog.uiElement.call(this,b,c,j,'iframe',{width:g,height:h},i,'');d.push('<div style="width:'+g+';height:'+h+';" id="'+this.domId+'"></div>');j=j.join('');b.on('show',function(){var k=CKEDITOR.document.getById(e.frameId),l=k.getParent(),m=CKEDITOR.tools.addFunction(f),n=j.replace('%1',m).replace('%2',CKEDITOR.tools.htmlEncode(c.src));l.setHtml(n);});};a.prototype=new CKEDITOR.ui.dialog.uiElement();CKEDITOR.dialog.addUIElement('iframe',{build:function(b,c,d){return new a(b,c,d);}});})();}}); diff --git a/skins/ckeditor/plugins/image/dialogs/image.js b/skins/ckeditor/plugins/image/dialogs/image.js index 3e19f0f..953de69 100644 --- a/skins/ckeditor/plugins/image/dialogs/image.js +++ b/skins/ckeditor/plugins/image/dialogs/image.js @@ -1,13 +1,43 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){var a=function(b,c){var d=1,e=2,f=4,g=8,h=/^\s*(\d+)((px)|\%)?\s*$/i,i=/(^\s*(\d+)((px)|\%)?\s*$)|^$/i,j=/^\d+px$/,k=function(){var C=this.getValue(),D=this.getDialog(),E=C.match(h);if(E){if(E[2]=='%')p(D,false);C=E[1];}if(D.lockRatio){var F=D.originalElement;if(F.getCustomData('isReady')=='true')if(this.id=='txtHeight'){if(C&&C!='0')C=Math.round(F.$.width*(C/F.$.height));if(!isNaN(C))D.setValueOf('info','txtWidth',C);}else{if(C&&C!='0')C=Math.round(F.$.height*(C/F.$.width));if(!isNaN(C))D.setValueOf('info','txtHeight',C);}}l(D);},l=function(C){if(!C.originalElement||!C.preview)return 1;C.commitContent(f,C.preview);return 0;};function m(){var C=arguments,D=this.getContentElement('advanced','txtdlgGenStyle');D&&D.commit.apply(D,C);this.foreach(function(E){if(E.commit&&E.id!='txtdlgGenStyle')E.commit.apply(E,C);});};var n;function o(C){if(n)return;n=1;var D=this.getDialog(),E=D.imageElement;if(E){this.commit(d,E);C=[].concat(C);var F=C.length,G;for(var H=0;H<F;H++){G=D.getContentElement.apply(D,C[H].split(':'));G&&G.setup(d,E);}}n=0;};var p=function(C,D){if(!C.getContentElement('info','ratioLock'))return null;var E=C.originalElement;if(!E)return null;if(D=='check'){if(!C.userlockRatio&&E.getCustomData('isReady')=='true'){var F=C.getValueOf('info','txtWidth'),G=C.getValueOf('info','txtHeight'),H=E.$.width*1000/E.$.height,I=F*1000/G;C.lockRatio=false;if(!F&&!G)C.lockRatio=true;else if(!isNaN(H)&&!isNaN(I))if(Math.round(H)==Math.round(I))C.lockRatio=true;}}else if(D!=undefined)C.lockRatio=D;else{C.userlockRatio=1;C.lockRatio=!C.lockRatio;}var J=CKEDITOR.document.getById(w);if(C.lockRatio)J.removeClass('cke_btn_unlocked');else J.addClass('cke_btn_unlocked');J.setAttribute('aria-checked',C.lockRatio);if(CKEDITOR.env.hc){var K=J.getChild(0);K.setHtml(C.lockRatio?CKEDITOR.env.ie?'â ':'â£':CKEDITOR.env.ie?'â¡':'â¢');}return C.lockRatio;},q=function(C){var D=C.originalElement;if(D.getCustomData('isReady')=='true'){var E=C.getContentElement('info','txtWidth'),F=C.getContentElement('info','txtHeight');E&&E.setValue(D.$.width);F&&F.setValue(D.$.height);}l(C);},r=function(C,D){if(C!=d)return;function E(J,K){var L=J.match(h);if(L){if(L[2]=='%'){L[1]+='%';p(F,false);}return L[1];}return K;};var F=this.getDialog(),G='',H=this.id=='txtWidth'?'width':'height',I=D.getAttribute(H);if(I)G=E(I,G);G=E(D.getStyle(H),G);this.setValue(G);},s,t=function(){var C=this.originalElement;C.setCustomData('isReady','true');C.removeListener('load',t);C.removeListener('error',u);C.removeListener('abort',u); -CKEDITOR.document.getById(y).setStyle('display','none');if(!this.dontResetSize)q(this);if(this.firstLoad)CKEDITOR.tools.setTimeout(function(){p(this,'check');},0,this);this.firstLoad=false;this.dontResetSize=false;},u=function(){var E=this;var C=E.originalElement;C.removeListener('load',t);C.removeListener('error',u);C.removeListener('abort',u);var D=CKEDITOR.getUrl(b.skinPath+'images/noimage.png');if(E.preview)E.preview.setAttribute('src',D);CKEDITOR.document.getById(y).setStyle('display','none');p(E,false);},v=function(C){return CKEDITOR.tools.getNextId()+'_'+C;},w=v('btnLockSizes'),x=v('btnResetSize'),y=v('ImagePreviewLoader'),z=v('ImagePreviewBox'),A=v('previewLink'),B=v('previewImage');return{title:b.lang.image[c=='image'?'title':'titleButton'],minWidth:420,minHeight:360,onShow:function(){var I=this;I.imageElement=false;I.linkElement=false;I.imageEditMode=false;I.linkEditMode=false;I.lockRatio=true;I.userlockRatio=0;I.dontResetSize=false;I.firstLoad=true;I.addLink=false;var C=I.getParentEditor(),D=I.getParentEditor().getSelection(),E=D.getSelectedElement(),F=E&&E.getAscendant('a');CKEDITOR.document.getById(y).setStyle('display','none');s=new CKEDITOR.dom.element('img',C.document);I.preview=CKEDITOR.document.getById(B);I.originalElement=C.document.createElement('img');I.originalElement.setAttribute('alt','');I.originalElement.setCustomData('isReady','false');if(F){I.linkElement=F;I.linkEditMode=true;var G=F.getChildren();if(G.count()==1){var H=G.getItem(0).getName();if(H=='img'||H=='input'){I.imageElement=G.getItem(0);if(I.imageElement.getName()=='img')I.imageEditMode='img';else if(I.imageElement.getName()=='input')I.imageEditMode='input';}}if(c=='image')I.setupContent(e,F);}if(E&&E.getName()=='img'&&!E.data('cke-realelement')||E&&E.getName()=='input'&&E.getAttribute('type')=='image'){I.imageEditMode=E.getName();I.imageElement=E;}if(I.imageEditMode){I.cleanImageElement=I.imageElement;I.imageElement=I.cleanImageElement.clone(true,true);I.setupContent(d,I.imageElement);}else I.imageElement=C.document.createElement('img');p(I,true);if(!CKEDITOR.tools.trim(I.getValueOf('info','txtUrl'))){I.preview.removeAttribute('src');I.preview.setStyle('display','none');}},onOk:function(){var D=this;if(D.imageEditMode){var C=D.imageEditMode;if(c=='image'&&C=='input'&&confirm(b.lang.image.button2Img)){C='img';D.imageElement=b.document.createElement('img');D.imageElement.setAttribute('alt','');b.insertElement(D.imageElement);}else if(c!='image'&&C=='img'&&confirm(b.lang.image.img2Button)){C='input'; -D.imageElement=b.document.createElement('input');D.imageElement.setAttributes({type:'image',alt:''});b.insertElement(D.imageElement);}else{D.imageElement=D.cleanImageElement;delete D.cleanImageElement;}}else{if(c=='image')D.imageElement=b.document.createElement('img');else{D.imageElement=b.document.createElement('input');D.imageElement.setAttribute('type','image');}D.imageElement.setAttribute('alt','');}if(!D.linkEditMode)D.linkElement=b.document.createElement('a');D.commitContent(d,D.imageElement);D.commitContent(e,D.linkElement);if(!D.imageElement.getAttribute('style'))D.imageElement.removeAttribute('style');if(!D.imageEditMode){if(D.addLink){if(!D.linkEditMode){b.insertElement(D.linkElement);D.linkElement.append(D.imageElement,false);}else b.insertElement(D.imageElement);}else b.insertElement(D.imageElement);}else if(!D.linkEditMode&&D.addLink){b.insertElement(D.linkElement);D.imageElement.appendTo(D.linkElement);}else if(D.linkEditMode&&!D.addLink){b.getSelection().selectElement(D.linkElement);b.insertElement(D.imageElement);}},onLoad:function(){var D=this;if(c!='image')D.hidePage('Link');var C=D._.element.getDocument();if(D.getContentElement('info','ratioLock')){D.addFocusable(C.getById(x),5);D.addFocusable(C.getById(w),5);}D.commitContent=m;},onHide:function(){var C=this;if(C.preview)C.commitContent(g,C.preview);if(C.originalElement){C.originalElement.removeListener('load',t);C.originalElement.removeListener('error',u);C.originalElement.removeListener('abort',u);C.originalElement.remove();C.originalElement=false;}delete C.imageElement;},contents:[{id:'info',label:b.lang.image.infoTab,accessKey:'I',elements:[{type:'vbox',padding:0,children:[{type:'hbox',widths:['280px','110px'],align:'right',children:[{id:'txtUrl',type:'text',label:b.lang.common.url,required:true,onChange:function(){var C=this.getDialog(),D=this.getValue();if(D.length>0){C=this.getDialog();var E=C.originalElement;C.preview.removeStyle('display');E.setCustomData('isReady','false');var F=CKEDITOR.document.getById(y);if(F)F.setStyle('display','');E.on('load',t,C);E.on('error',u,C);E.on('abort',u,C);E.setAttribute('src',D);s.setAttribute('src',D);C.preview.setAttribute('src',s.$.src);l(C);}else if(C.preview){C.preview.removeAttribute('src');C.preview.setStyle('display','none');}},setup:function(C,D){if(C==d){var E=D.data('cke-saved-src')||D.getAttribute('src'),F=this;this.getDialog().dontResetSize=true;F.setValue(E);F.setInitValue();}},commit:function(C,D){var E=this;if(C==d&&(E.getValue()||E.isChanged())){D.data('cke-saved-src',E.getValue()); -D.setAttribute('src',E.getValue());}else if(C==g){D.setAttribute('src','');D.removeAttribute('src');}},validate:CKEDITOR.dialog.validate.notEmpty(b.lang.image.urlMissing)},{type:'button',id:'browse',style:'display:inline-block;margin-top:10px;',align:'center',label:b.lang.common.browseServer,hidden:true,filebrowser:'info:txtUrl'}]}]},{id:'txtAlt',type:'text',label:b.lang.image.alt,accessKey:'T','default':'',onChange:function(){l(this.getDialog());},setup:function(C,D){if(C==d)this.setValue(D.getAttribute('alt'));},commit:function(C,D){var E=this;if(C==d){if(E.getValue()||E.isChanged())D.setAttribute('alt',E.getValue());}else if(C==f)D.setAttribute('alt',E.getValue());else if(C==g)D.removeAttribute('alt');}},{type:'hbox',children:[{id:'basic',type:'vbox',children:[{type:'hbox',widths:['50%','50%'],children:[{type:'vbox',padding:1,children:[{type:'text',width:'40px',id:'txtWidth',label:b.lang.common.width,onKeyUp:k,onChange:function(){o.call(this,'advanced:txtdlgGenStyle');},validate:function(){var C=this.getValue().match(i),D=!!(C&&parseInt(C[1],10)!==0);if(!D)alert(b.lang.common.invalidWidth);return D;},setup:r,commit:function(C,D,E){var F=this.getValue();if(C==d){if(F)D.setStyle('width',CKEDITOR.tools.cssLength(F));else D.removeStyle('width');!E&&D.removeAttribute('width');}else if(C==f){var G=F.match(h);if(!G){var H=this.getDialog().originalElement;if(H.getCustomData('isReady')=='true')D.setStyle('width',H.$.width+'px');}else D.setStyle('width',CKEDITOR.tools.cssLength(F));}else if(C==g){D.removeAttribute('width');D.removeStyle('width');}}},{type:'text',id:'txtHeight',width:'40px',label:b.lang.common.height,onKeyUp:k,onChange:function(){o.call(this,'advanced:txtdlgGenStyle');},validate:function(){var C=this.getValue().match(i),D=!!(C&&parseInt(C[1],10)!==0);if(!D)alert(b.lang.common.invalidHeight);return D;},setup:r,commit:function(C,D,E){var F=this.getValue();if(C==d){if(F)D.setStyle('height',CKEDITOR.tools.cssLength(F));else D.removeStyle('height');!E&&D.removeAttribute('height');}else if(C==f){var G=F.match(h);if(!G){var H=this.getDialog().originalElement;if(H.getCustomData('isReady')=='true')D.setStyle('height',H.$.height+'px');}else D.setStyle('height',CKEDITOR.tools.cssLength(F));}else if(C==g){D.removeAttribute('height');D.removeStyle('height');}}}]},{id:'ratioLock',type:'html',style:'margin-top:30px;width:40px;height:40px;',onLoad:function(){var C=CKEDITOR.document.getById(x),D=CKEDITOR.document.getById(w);if(C){C.on('click',function(E){q(this);E.data&&E.data.preventDefault(); -},this.getDialog());C.on('mouseover',function(){this.addClass('cke_btn_over');},C);C.on('mouseout',function(){this.removeClass('cke_btn_over');},C);}if(D){D.on('click',function(E){var J=this;var F=p(J),G=J.originalElement,H=J.getValueOf('info','txtWidth');if(G.getCustomData('isReady')=='true'&&H){var I=G.$.height/G.$.width*H;if(!isNaN(I)){J.setValueOf('info','txtHeight',Math.round(I));l(J);}}E.data&&E.data.preventDefault();},this.getDialog());D.on('mouseover',function(){this.addClass('cke_btn_over');},D);D.on('mouseout',function(){this.removeClass('cke_btn_over');},D);}},html:'<div><a href="javascript:void(0)" tabindex="-1" title="'+b.lang.image.lockRatio+'" class="cke_btn_locked" id="'+w+'" role="checkbox"><span class="cke_icon"></span><span class="cke_label">'+b.lang.image.lockRatio+'</span></a>'+'<a href="javascript:void(0)" tabindex="-1" title="'+b.lang.image.resetSize+'" class="cke_btn_reset" id="'+x+'" role="button"><span class="cke_label">'+b.lang.image.resetSize+'</span></a>'+'</div>'}]},{type:'vbox',padding:1,children:[{type:'text',id:'txtBorder',width:'60px',label:b.lang.image.border,'default':'',onKeyUp:function(){l(this.getDialog());},onChange:function(){o.call(this,'advanced:txtdlgGenStyle');},validate:CKEDITOR.dialog.validate.integer(b.lang.image.validateBorder),setup:function(C,D){if(C==d){var E,F=D.getStyle('border-width');F=F&&F.match(/^(\d+px)(?: \1 \1 \1)?$/);E=F&&parseInt(F[1],10);isNaN(parseInt(E,10))&&(E=D.getAttribute('border'));this.setValue(E);}},commit:function(C,D,E){var F=parseInt(this.getValue(),10);if(C==d||C==f){if(!isNaN(F)){D.setStyle('border-width',CKEDITOR.tools.cssLength(F));D.setStyle('border-style','solid');}else if(!F&&this.isChanged()){D.removeStyle('border-width');D.removeStyle('border-style');D.removeStyle('border-color');}if(!E&&C==d)D.removeAttribute('border');}else if(C==g){D.removeAttribute('border');D.removeStyle('border-width');D.removeStyle('border-style');D.removeStyle('border-color');}}},{type:'text',id:'txtHSpace',width:'60px',label:b.lang.image.hSpace,'default':'',onKeyUp:function(){l(this.getDialog());},onChange:function(){o.call(this,'advanced:txtdlgGenStyle');},validate:CKEDITOR.dialog.validate.integer(b.lang.image.validateHSpace),setup:function(C,D){if(C==d){var E,F,G,H=D.getStyle('margin-left'),I=D.getStyle('margin-right');H=H&&H.match(j);I=I&&I.match(j);F=parseInt(H,10);G=parseInt(I,10);E=F==G&&F;isNaN(parseInt(E,10))&&(E=D.getAttribute('hspace'));this.setValue(E);}},commit:function(C,D,E){var F=parseInt(this.getValue(),10); -if(C==d||C==f){if(!isNaN(F)){D.setStyle('margin-left',CKEDITOR.tools.cssLength(F));D.setStyle('margin-right',CKEDITOR.tools.cssLength(F));}else if(!F&&this.isChanged()){D.removeStyle('margin-left');D.removeStyle('margin-right');}if(!E&&C==d)D.removeAttribute('hspace');}else if(C==g){D.removeAttribute('hspace');D.removeStyle('margin-left');D.removeStyle('margin-right');}}},{type:'text',id:'txtVSpace',width:'60px',label:b.lang.image.vSpace,'default':'',onKeyUp:function(){l(this.getDialog());},onChange:function(){o.call(this,'advanced:txtdlgGenStyle');},validate:CKEDITOR.dialog.validate.integer(b.lang.image.validateVSpace),setup:function(C,D){if(C==d){var E,F,G,H=D.getStyle('margin-top'),I=D.getStyle('margin-bottom');H=H&&H.match(j);I=I&&I.match(j);F=parseInt(H,10);G=parseInt(I,10);E=F==G&&F;isNaN(parseInt(E,10))&&(E=D.getAttribute('vspace'));this.setValue(E);}},commit:function(C,D,E){var F=parseInt(this.getValue(),10);if(C==d||C==f){if(!isNaN(F)){D.setStyle('margin-top',CKEDITOR.tools.cssLength(F));D.setStyle('margin-bottom',CKEDITOR.tools.cssLength(F));}else if(!F&&this.isChanged()){D.removeStyle('margin-top');D.removeStyle('margin-bottom');}if(!E&&C==d)D.removeAttribute('vspace');}else if(C==g){D.removeAttribute('vspace');D.removeStyle('margin-top');D.removeStyle('margin-bottom');}}},{id:'cmbAlign',type:'select',widths:['35%','65%'],style:'width:90px',label:b.lang.common.align,'default':'',items:[[b.lang.common.notSet,''],[b.lang.common.alignLeft,'left'],[b.lang.common.alignRight,'right']],onChange:function(){l(this.getDialog());o.call(this,'advanced:txtdlgGenStyle');},setup:function(C,D){if(C==d){var E=D.getStyle('float');switch(E){case 'inherit':case 'none':E='';}!E&&(E=(D.getAttribute('align')||'').toLowerCase());this.setValue(E);}},commit:function(C,D,E){var F=this.getValue();if(C==d||C==f){if(F)D.setStyle('float',F);else D.removeStyle('float');if(!E&&C==d){F=(D.getAttribute('align')||'').toLowerCase();switch(F){case 'left':case 'right':D.removeAttribute('align');}}}else if(C==g)D.removeStyle('float');}}]}]},{type:'vbox',height:'250px',children:[{type:'html',id:'htmlPreview',style:'width:95%;',html:'<div>'+CKEDITOR.tools.htmlEncode(b.lang.common.preview)+'<br>'+'<div id="'+y+'" class="ImagePreviewLoader" style="display:none"><div class="loading"> </div></div>'+'<div id="'+z+'" class="ImagePreviewBox"><table><tr><td>'+'<a href="javascript:void(0)" target="_blank" onclick="return false;" id="'+A+'">'+'<img id="'+B+'" alt="" /></a>'+(b.config.image_previewText||'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas feugiat consequat diam. Maecenas metus. Vivamus diam purus, cursus a, commodo non, facilisis vitae, nulla. Aenean dictum lacinia tortor. Nunc iaculis, nibh non iaculis aliquam, orci felis euismod neque, sed ornare massa mauris sed velit. Nulla pretium mi et risus. Fusce mi pede, tempor id, cursus ac, ullamcorper nec, enim. Sed tortor. Curabitur molestie. Duis velit augue, condimentum at, ultrices a, luctus ut, orci. Donec pellentesque egestas eros. Integer cursus, augue in cursus faucibus, eros pede bibendum sem, in tempus tellus justo quis ligula. Etiam eget tortor. Vestibulum rutrum, est ut placerat elementum, lectus nisl aliquam velit, tempor aliquam eros nunc nonummy metus. In eros metus, gravida a, gravida sed, lobortis id, turpis. Ut ultrices, ipsum at venenatis fringilla, sem nulla lacinia tellus, eget aliquet turpis mauris non enim. Nam turpis. Suspendisse lacinia. Curabitur ac tortor ut ipsum egestas elementum. Nunc imperdiet gravida mauris.')+'</td></tr></table></div></div>'}]}]}]},{id:'Link',label:b.lang.link.title,padding:0,elements:[{id:'txtUrl',type:'text',label:b.lang.common.url,style:'width: 100%','default':'',setup:function(C,D){if(C==e){var E=D.data('cke-saved-href'); -if(!E)E=D.getAttribute('href');this.setValue(E);}},commit:function(C,D){var F=this;if(C==e)if(F.getValue()||F.isChanged()){var E=decodeURI(F.getValue());D.data('cke-saved-href',E);D.setAttribute('href',E);if(F.getValue()||!b.config.image_removeLinkByEmptyURL)F.getDialog().addLink=true;}}},{type:'button',id:'browse',filebrowser:{action:'Browse',target:'Link:txtUrl',url:b.config.filebrowserImageBrowseLinkUrl},style:'float:right',hidden:true,label:b.lang.common.browseServer},{id:'cmbTarget',type:'select',label:b.lang.common.target,'default':'',items:[[b.lang.common.notSet,''],[b.lang.common.targetNew,'_blank'],[b.lang.common.targetTop,'_top'],[b.lang.common.targetSelf,'_self'],[b.lang.common.targetParent,'_parent']],setup:function(C,D){if(C==e)this.setValue(D.getAttribute('target')||'');},commit:function(C,D){if(C==e)if(this.getValue()||this.isChanged())D.setAttribute('target',this.getValue());}}]},{id:'Upload',hidden:true,filebrowser:'uploadButton',label:b.lang.image.upload,elements:[{type:'file',id:'upload',label:b.lang.image.btnUpload,style:'height:40px',size:38},{type:'fileButton',id:'uploadButton',filebrowser:'info:txtUrl',label:b.lang.image.btnUpload,'for':['Upload','upload']}]},{id:'advanced',label:b.lang.common.advancedTab,elements:[{type:'hbox',widths:['50%','25%','25%'],children:[{type:'text',id:'linkId',label:b.lang.common.id,setup:function(C,D){if(C==d)this.setValue(D.getAttribute('id'));},commit:function(C,D){if(C==d)if(this.getValue()||this.isChanged())D.setAttribute('id',this.getValue());}},{id:'cmbLangDir',type:'select',style:'width : 100px;',label:b.lang.common.langDir,'default':'',items:[[b.lang.common.notSet,''],[b.lang.common.langDirLtr,'ltr'],[b.lang.common.langDirRtl,'rtl']],setup:function(C,D){if(C==d)this.setValue(D.getAttribute('dir'));},commit:function(C,D){if(C==d)if(this.getValue()||this.isChanged())D.setAttribute('dir',this.getValue());}},{type:'text',id:'txtLangCode',label:b.lang.common.langCode,'default':'',setup:function(C,D){if(C==d)this.setValue(D.getAttribute('lang'));},commit:function(C,D){if(C==d)if(this.getValue()||this.isChanged())D.setAttribute('lang',this.getValue());}}]},{type:'text',id:'txtGenLongDescr',label:b.lang.common.longDescr,setup:function(C,D){if(C==d)this.setValue(D.getAttribute('longDesc'));},commit:function(C,D){if(C==d)if(this.getValue()||this.isChanged())D.setAttribute('longDesc',this.getValue());}},{type:'hbox',widths:['50%','50%'],children:[{type:'text',id:'txtGenClass',label:b.lang.common.cssClass,'default':'',setup:function(C,D){if(C==d)this.setValue(D.getAttribute('class')); -},commit:function(C,D){if(C==d)if(this.getValue()||this.isChanged())D.setAttribute('class',this.getValue());}},{type:'text',id:'txtGenTitle',label:b.lang.common.advisoryTitle,'default':'',onChange:function(){l(this.getDialog());},setup:function(C,D){if(C==d)this.setValue(D.getAttribute('title'));},commit:function(C,D){var E=this;if(C==d){if(E.getValue()||E.isChanged())D.setAttribute('title',E.getValue());}else if(C==f)D.setAttribute('title',E.getValue());else if(C==g)D.removeAttribute('title');}}]},{type:'text',id:'txtdlgGenStyle',label:b.lang.common.cssStyle,'default':'',setup:function(C,D){if(C==d){var E=D.getAttribute('style');if(!E&&D.$.style.cssText)E=D.$.style.cssText;this.setValue(E);var F=D.$.style.height,G=D.$.style.width,H=(F?F:'').match(h),I=(G?G:'').match(h);this.attributesInStyle={height:!!H,width:!!I};}},onChange:function(){o.call(this,['info:cmbFloat','info:cmbAlign','info:txtVSpace','info:txtHSpace','info:txtBorder','info:txtWidth','info:txtHeight']);l(this);},commit:function(C,D){if(C==d&&(this.getValue()||this.isChanged()))D.setAttribute('style',this.getValue());}}]}]};};CKEDITOR.dialog.add('image',function(b){return a(b,'image');});CKEDITOR.dialog.add('imagebutton',function(b){return a(b,'imagebutton');});})(); +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){var r=function(c,j){function r(){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 i(a){if(!s){s=1;var b=this.getDialog(),d=b.imageElement;if(d){this.commit(f,d);for(var a=[].concat(a),e=a.length,c,g=0;g<e;g++)(c=b.getContentElement.apply(b,a[g].split(":")))&&c.setup(f,d)}s=0}}var f=1,k=/^\s*(\d+)((px)|\%)?\s*$/i,v=/(^\s*(\d+)((px)|\%)?\s*$)|^$/i,o=/^\d+px$/, +w=function(){var a=this.getValue(),b=this.getDialog(),d=a.match(k);d&&("%"==d[2]&&l(b,!1),a=d[1]);b.lockRatio&&(d=b.originalElement,"true"==d.getCustomData("isReady")&&("txtHeight"==this.id?(a&&"0"!=a&&(a=Math.round(d.$.width*(a/d.$.height))),isNaN(a)||b.setValueOf("info","txtWidth",a)):(a&&"0"!=a&&(a=Math.round(d.$.height*(a/d.$.width))),isNaN(a)||b.setValueOf("info","txtHeight",a))));g(b)},g=function(a){if(!a.originalElement||!a.preview)return 1;a.commitContent(4,a.preview);return 0},s,l=function(a, +b){if(!a.getContentElement("info","ratioLock"))return null;var d=a.originalElement;if(!d)return null;if("check"==b){if(!a.userlockRatio&&"true"==d.getCustomData("isReady")){var e=a.getValueOf("info","txtWidth"),c=a.getValueOf("info","txtHeight"),d=1E3*d.$.width/d.$.height,f=1E3*e/c;a.lockRatio=!1;!e&&!c?a.lockRatio=!0:!isNaN(d)&&!isNaN(f)&&Math.round(d)==Math.round(f)&&(a.lockRatio=!0)}}else void 0!=b?a.lockRatio=b:(a.userlockRatio=1,a.lockRatio=!a.lockRatio);e=CKEDITOR.document.getById(p);a.lockRatio? +e.removeClass("cke_btn_unlocked"):e.addClass("cke_btn_unlocked");e.setAttribute("aria-checked",a.lockRatio);CKEDITOR.env.hc&&e.getChild(0).setHtml(a.lockRatio?CKEDITOR.env.ie?"â ":"â£":CKEDITOR.env.ie?"â¡":"â¢");return a.lockRatio},x=function(a){var b=a.originalElement;if("true"==b.getCustomData("isReady")){var d=a.getContentElement("info","txtWidth"),e=a.getContentElement("info","txtHeight");d&&d.setValue(b.$.width);e&&e.setValue(b.$.height)}g(a)},y=function(a,b){function d(a,b){var d=a.match(k);return d? +("%"==d[2]&&(d[1]+="%",l(e,!1)),d[1]):b}if(a==f){var e=this.getDialog(),c="",g="txtWidth"==this.id?"width":"height",h=b.getAttribute(g);h&&(c=d(h,c));c=d(b.getStyle(g),c);this.setValue(c)}},t,q=function(){var a=this.originalElement;a.setCustomData("isReady","true");a.removeListener("load",q);a.removeListener("error",h);a.removeListener("abort",h);CKEDITOR.document.getById(m).setStyle("display","none");this.dontResetSize||x(this);this.firstLoad&&CKEDITOR.tools.setTimeout(function(){l(this,"check")}, +0,this);this.dontResetSize=this.firstLoad=!1},h=function(){var a=this.originalElement;a.removeListener("load",q);a.removeListener("error",h);a.removeListener("abort",h);a=CKEDITOR.getUrl(CKEDITOR.plugins.get("image").path+"images/noimage.png");this.preview&&this.preview.setAttribute("src",a);CKEDITOR.document.getById(m).setStyle("display","none");l(this,!1)},n=function(a){return CKEDITOR.tools.getNextId()+"_"+a},p=n("btnLockSizes"),u=n("btnResetSize"),m=n("ImagePreviewLoader"),A=n("previewLink"), +z=n("previewImage");return{title:c.lang.image["image"==j?"title":"titleButton"],minWidth:420,minHeight:360,onShow:function(){this.linkEditMode=this.imageEditMode=this.linkElement=this.imageElement=!1;this.lockRatio=!0;this.userlockRatio=0;this.dontResetSize=!1;this.firstLoad=!0;this.addLink=!1;var a=this.getParentEditor(),b=a.getSelection(),d=(b=b&&b.getSelectedElement())&&a.elementPath(b).contains("a",1);CKEDITOR.document.getById(m).setStyle("display","none");t=new CKEDITOR.dom.element("img",a.document); +this.preview=CKEDITOR.document.getById(z);this.originalElement=a.document.createElement("img");this.originalElement.setAttribute("alt","");this.originalElement.setCustomData("isReady","false");if(d){this.linkElement=d;this.linkEditMode=!0;var c=d.getChildren();if(1==c.count()){var g=c.getItem(0).getName();if("img"==g||"input"==g)this.imageElement=c.getItem(0),"img"==this.imageElement.getName()?this.imageEditMode="img":"input"==this.imageElement.getName()&&(this.imageEditMode="input")}"image"==j&& +this.setupContent(2,d)}if(this.customImageElement)this.imageEditMode="img",this.imageElement=this.customImageElement,delete this.customImageElement;else if(b&&"img"==b.getName()&&!b.data("cke-realelement")||b&&"input"==b.getName()&&"image"==b.getAttribute("type"))this.imageEditMode=b.getName(),this.imageElement=b;this.imageEditMode?(this.cleanImageElement=this.imageElement,this.imageElement=this.cleanImageElement.clone(!0,!0),this.setupContent(f,this.imageElement)):this.imageElement=a.document.createElement("img"); +l(this,!0);CKEDITOR.tools.trim(this.getValueOf("info","txtUrl"))||(this.preview.removeAttribute("src"),this.preview.setStyle("display","none"))},onOk:function(){if(this.imageEditMode){var a=this.imageEditMode;"image"==j&&"input"==a&&confirm(c.lang.image.button2Img)?(this.imageElement=c.document.createElement("img"),this.imageElement.setAttribute("alt",""),c.insertElement(this.imageElement)):"image"!=j&&"img"==a&&confirm(c.lang.image.img2Button)?(this.imageElement=c.document.createElement("input"), +this.imageElement.setAttributes({type:"image",alt:""}),c.insertElement(this.imageElement)):(this.imageElement=this.cleanImageElement,delete this.cleanImageElement)}else"image"==j?this.imageElement=c.document.createElement("img"):(this.imageElement=c.document.createElement("input"),this.imageElement.setAttribute("type","image")),this.imageElement.setAttribute("alt","");this.linkEditMode||(this.linkElement=c.document.createElement("a"));this.commitContent(f,this.imageElement);this.commitContent(2,this.linkElement); +this.imageElement.getAttribute("style")||this.imageElement.removeAttribute("style");this.imageEditMode?!this.linkEditMode&&this.addLink?(c.insertElement(this.linkElement),this.imageElement.appendTo(this.linkElement)):this.linkEditMode&&!this.addLink&&(c.getSelection().selectElement(this.linkElement),c.insertElement(this.imageElement)):this.addLink?this.linkEditMode?c.insertElement(this.imageElement):(c.insertElement(this.linkElement),this.linkElement.append(this.imageElement,!1)):c.insertElement(this.imageElement)}, +onLoad:function(){"image"!=j&&this.hidePage("Link");var a=this._.element.getDocument();this.getContentElement("info","ratioLock")&&(this.addFocusable(a.getById(u),5),this.addFocusable(a.getById(p),5));this.commitContent=r},onHide:function(){this.preview&&this.commitContent(8,this.preview);this.originalElement&&(this.originalElement.removeListener("load",q),this.originalElement.removeListener("error",h),this.originalElement.removeListener("abort",h),this.originalElement.remove(),this.originalElement= +!1);delete this.imageElement},contents:[{id:"info",label:c.lang.image.infoTab,accessKey:"I",elements:[{type:"vbox",padding:0,children:[{type:"hbox",widths:["280px","110px"],align:"right",children:[{id:"txtUrl",type:"text",label:c.lang.common.url,required:!0,onChange:function(){var a=this.getDialog(),b=this.getValue();if(0<b.length){var a=this.getDialog(),d=a.originalElement;a.preview.removeStyle("display");d.setCustomData("isReady","false");var c=CKEDITOR.document.getById(m);c&&c.setStyle("display", +"");d.on("load",q,a);d.on("error",h,a);d.on("abort",h,a);d.setAttribute("src",b);t.setAttribute("src",b);a.preview.setAttribute("src",t.$.src);g(a)}else a.preview&&(a.preview.removeAttribute("src"),a.preview.setStyle("display","none"))},setup:function(a,b){if(a==f){var d=b.data("cke-saved-src")||b.getAttribute("src");this.getDialog().dontResetSize=!0;this.setValue(d);this.setInitValue()}},commit:function(a,b){a==f&&(this.getValue()||this.isChanged())?(b.data("cke-saved-src",this.getValue()),b.setAttribute("src", +this.getValue())):8==a&&(b.setAttribute("src",""),b.removeAttribute("src"))},validate:CKEDITOR.dialog.validate.notEmpty(c.lang.image.urlMissing)},{type:"button",id:"browse",style:"display:inline-block;margin-top:10px;",align:"center",label:c.lang.common.browseServer,hidden:!0,filebrowser:"info:txtUrl"}]}]},{id:"txtAlt",type:"text",label:c.lang.image.alt,accessKey:"T","default":"",onChange:function(){g(this.getDialog())},setup:function(a,b){a==f&&this.setValue(b.getAttribute("alt"))},commit:function(a, +b){a==f?(this.getValue()||this.isChanged())&&b.setAttribute("alt",this.getValue()):4==a?b.setAttribute("alt",this.getValue()):8==a&&b.removeAttribute("alt")}},{type:"hbox",children:[{id:"basic",type:"vbox",children:[{type:"hbox",requiredContent:"img{width,height}",widths:["50%","50%"],children:[{type:"vbox",padding:1,children:[{type:"text",width:"45px",id:"txtWidth",label:c.lang.common.width,onKeyUp:w,onChange:function(){i.call(this,"advanced:txtdlgGenStyle")},validate:function(){var a=this.getValue().match(v); +(a=!!(a&&0!==parseInt(a[1],10)))||alert(c.lang.common.invalidWidth);return a},setup:y,commit:function(a,b,d){var c=this.getValue();a==f?(c?b.setStyle("width",CKEDITOR.tools.cssLength(c)):b.removeStyle("width"),!d&&b.removeAttribute("width")):4==a?c.match(k)?b.setStyle("width",CKEDITOR.tools.cssLength(c)):(a=this.getDialog().originalElement,"true"==a.getCustomData("isReady")&&b.setStyle("width",a.$.width+"px")):8==a&&(b.removeAttribute("width"),b.removeStyle("width"))}},{type:"text",id:"txtHeight", +width:"45px",label:c.lang.common.height,onKeyUp:w,onChange:function(){i.call(this,"advanced:txtdlgGenStyle")},validate:function(){var a=this.getValue().match(v);(a=!!(a&&0!==parseInt(a[1],10)))||alert(c.lang.common.invalidHeight);return a},setup:y,commit:function(a,b,d){var c=this.getValue();a==f?(c?b.setStyle("height",CKEDITOR.tools.cssLength(c)):b.removeStyle("height"),!d&&b.removeAttribute("height")):4==a?c.match(k)?b.setStyle("height",CKEDITOR.tools.cssLength(c)):(a=this.getDialog().originalElement, +"true"==a.getCustomData("isReady")&&b.setStyle("height",a.$.height+"px")):8==a&&(b.removeAttribute("height"),b.removeStyle("height"))}}]},{id:"ratioLock",type:"html",style:"margin-top:30px;width:40px;height:40px;",onLoad:function(){var a=CKEDITOR.document.getById(u),b=CKEDITOR.document.getById(p);a&&(a.on("click",function(a){x(this);a.data&&a.data.preventDefault()},this.getDialog()),a.on("mouseover",function(){this.addClass("cke_btn_over")},a),a.on("mouseout",function(){this.removeClass("cke_btn_over")}, +a));b&&(b.on("click",function(a){l(this);var b=this.originalElement,c=this.getValueOf("info","txtWidth");if(b.getCustomData("isReady")=="true"&&c){b=b.$.height/b.$.width*c;if(!isNaN(b)){this.setValueOf("info","txtHeight",Math.round(b));g(this)}}a.data&&a.data.preventDefault()},this.getDialog()),b.on("mouseover",function(){this.addClass("cke_btn_over")},b),b.on("mouseout",function(){this.removeClass("cke_btn_over")},b))},html:'<div><a href="javascript:void(0)" tabindex="-1" title="'+c.lang.image.lockRatio+ +'" class="cke_btn_locked" id="'+p+'" role="checkbox"><span class="cke_icon"></span><span class="cke_label">'+c.lang.image.lockRatio+'</span></a><a href="javascript:void(0)" tabindex="-1" title="'+c.lang.image.resetSize+'" class="cke_btn_reset" id="'+u+'" role="button"><span class="cke_label">'+c.lang.image.resetSize+"</span></a></div>"}]},{type:"vbox",padding:1,children:[{type:"text",id:"txtBorder",requiredContent:"img{border-width}",width:"60px",label:c.lang.image.border,"default":"",onKeyUp:function(){g(this.getDialog())}, +onChange:function(){i.call(this,"advanced:txtdlgGenStyle")},validate:CKEDITOR.dialog.validate.integer(c.lang.image.validateBorder),setup:function(a,b){if(a==f){var d;d=(d=(d=b.getStyle("border-width"))&&d.match(/^(\d+px)(?: \1 \1 \1)?$/))&&parseInt(d[1],10);isNaN(parseInt(d,10))&&(d=b.getAttribute("border"));this.setValue(d)}},commit:function(a,b,d){var c=parseInt(this.getValue(),10);a==f||4==a?(isNaN(c)?!c&&this.isChanged()&&b.removeStyle("border"):(b.setStyle("border-width",CKEDITOR.tools.cssLength(c)), +b.setStyle("border-style","solid")),!d&&a==f&&b.removeAttribute("border")):8==a&&(b.removeAttribute("border"),b.removeStyle("border-width"),b.removeStyle("border-style"),b.removeStyle("border-color"))}},{type:"text",id:"txtHSpace",requiredContent:"img{margin-left,margin-right}",width:"60px",label:c.lang.image.hSpace,"default":"",onKeyUp:function(){g(this.getDialog())},onChange:function(){i.call(this,"advanced:txtdlgGenStyle")},validate:CKEDITOR.dialog.validate.integer(c.lang.image.validateHSpace), +setup:function(a,b){if(a==f){var d,c;d=b.getStyle("margin-left");c=b.getStyle("margin-right");d=d&&d.match(o);c=c&&c.match(o);d=parseInt(d,10);c=parseInt(c,10);d=d==c&&d;isNaN(parseInt(d,10))&&(d=b.getAttribute("hspace"));this.setValue(d)}},commit:function(a,b,c){var e=parseInt(this.getValue(),10);a==f||4==a?(isNaN(e)?!e&&this.isChanged()&&(b.removeStyle("margin-left"),b.removeStyle("margin-right")):(b.setStyle("margin-left",CKEDITOR.tools.cssLength(e)),b.setStyle("margin-right",CKEDITOR.tools.cssLength(e))), +!c&&a==f&&b.removeAttribute("hspace")):8==a&&(b.removeAttribute("hspace"),b.removeStyle("margin-left"),b.removeStyle("margin-right"))}},{type:"text",id:"txtVSpace",requiredContent:"img{margin-top,margin-bottom}",width:"60px",label:c.lang.image.vSpace,"default":"",onKeyUp:function(){g(this.getDialog())},onChange:function(){i.call(this,"advanced:txtdlgGenStyle")},validate:CKEDITOR.dialog.validate.integer(c.lang.image.validateVSpace),setup:function(a,b){if(a==f){var c,e;c=b.getStyle("margin-top");e= +b.getStyle("margin-bottom");c=c&&c.match(o);e=e&&e.match(o);c=parseInt(c,10);e=parseInt(e,10);c=c==e&&c;isNaN(parseInt(c,10))&&(c=b.getAttribute("vspace"));this.setValue(c)}},commit:function(a,b,c){var e=parseInt(this.getValue(),10);a==f||4==a?(isNaN(e)?!e&&this.isChanged()&&(b.removeStyle("margin-top"),b.removeStyle("margin-bottom")):(b.setStyle("margin-top",CKEDITOR.tools.cssLength(e)),b.setStyle("margin-bottom",CKEDITOR.tools.cssLength(e))),!c&&a==f&&b.removeAttribute("vspace")):8==a&&(b.removeAttribute("vspace"), +b.removeStyle("margin-top"),b.removeStyle("margin-bottom"))}},{id:"cmbAlign",requiredContent:"img{float}",type:"select",widths:["35%","65%"],style:"width:90px",label:c.lang.common.align,"default":"",items:[[c.lang.common.notSet,""],[c.lang.common.alignLeft,"left"],[c.lang.common.alignRight,"right"]],onChange:function(){g(this.getDialog());i.call(this,"advanced:txtdlgGenStyle")},setup:function(a,b){if(a==f){var c=b.getStyle("float");switch(c){case "inherit":case "none":c=""}!c&&(c=(b.getAttribute("align")|| +"").toLowerCase());this.setValue(c)}},commit:function(a,b,c){var e=this.getValue();if(a==f||4==a){if(e?b.setStyle("float",e):b.removeStyle("float"),!c&&a==f)switch(e=(b.getAttribute("align")||"").toLowerCase(),e){case "left":case "right":b.removeAttribute("align")}}else 8==a&&b.removeStyle("float")}}]}]},{type:"vbox",height:"250px",children:[{type:"html",id:"htmlPreview",style:"width:95%;",html:"<div>"+CKEDITOR.tools.htmlEncode(c.lang.common.preview)+'<br><div id="'+m+'" class="ImagePreviewLoader" style="display:none"><div class="loading"> </div></div><div class="ImagePreviewBox"><table><tr><td><a href="javascript:void(0)" target="_blank" onclick="return false;" id="'+ +A+'"><img id="'+z+'" alt="" /></a>'+(c.config.image_previewText||"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas feugiat consequat diam. Maecenas metus. Vivamus diam purus, cursus a, commodo non, facilisis vitae, nulla. Aenean dictum lacinia tortor. Nunc iaculis, nibh non iaculis aliquam, orci felis euismod neque, sed ornare massa mauris sed velit. Nulla pretium mi et risus. Fusce mi pede, tempor id, cursus ac, ullamcorper nec, enim. Sed tortor. Curabitur molestie. Duis velit augue, condimentum at, ultrices a, luctus ut, orci. Donec pellentesque egestas eros. Integer cursus, augue in cursus faucibus, eros pede bibendum sem, in tempus tellus justo quis ligula. Etiam eget tortor. Vestibulum rutrum, est ut placerat elementum, lectus nisl aliquam velit, tempor aliquam eros nunc nonummy metus. In eros metus, gravida a, gravida sed, lobortis id, turpis. Ut ultrices, ipsum at venenatis fringilla, sem nulla lacinia tellus, eget aliquet turpis mauris non enim. Nam turpis. Suspendisse lacinia. Curabitur ac tortor ut ipsum egestas elementum. Nunc imperdiet gravida mauris.")+ +"</td></tr></table></div></div>"}]}]}]},{id:"Link",requiredContent:"a[href]",label:c.lang.image.linkTab,padding:0,elements:[{id:"txtUrl",type:"text",label:c.lang.common.url,style:"width: 100%","default":"",setup:function(a,b){if(2==a){var c=b.data("cke-saved-href");c||(c=b.getAttribute("href"));this.setValue(c)}},commit:function(a,b){if(2==a&&(this.getValue()||this.isChanged())){var d=decodeURI(this.getValue());b.data("cke-saved-href",d);b.setAttribute("href",d);if(this.getValue()||!c.config.image_removeLinkByEmptyURL)this.getDialog().addLink= +!0}}},{type:"button",id:"browse",filebrowser:{action:"Browse",target:"Link:txtUrl",url:c.config.filebrowserImageBrowseLinkUrl},style:"float:right",hidden:!0,label:c.lang.common.browseServer},{id:"cmbTarget",type:"select",requiredContent:"a[target]",label:c.lang.common.target,"default":"",items:[[c.lang.common.notSet,""],[c.lang.common.targetNew,"_blank"],[c.lang.common.targetTop,"_top"],[c.lang.common.targetSelf,"_self"],[c.lang.common.targetParent,"_parent"]],setup:function(a,b){2==a&&this.setValue(b.getAttribute("target")|| +"")},commit:function(a,b){2==a&&(this.getValue()||this.isChanged())&&b.setAttribute("target",this.getValue())}}]},{id:"Upload",hidden:!0,filebrowser:"uploadButton",label:c.lang.image.upload,elements:[{type:"file",id:"upload",label:c.lang.image.btnUpload,style:"height:40px",size:38},{type:"fileButton",id:"uploadButton",filebrowser:"info:txtUrl",label:c.lang.image.btnUpload,"for":["Upload","upload"]}]},{id:"advanced",label:c.lang.common.advancedTab,elements:[{type:"hbox",widths:["50%","25%","25%"], +children:[{type:"text",id:"linkId",requiredContent:"img[id]",label:c.lang.common.id,setup:function(a,b){a==f&&this.setValue(b.getAttribute("id"))},commit:function(a,b){a==f&&(this.getValue()||this.isChanged())&&b.setAttribute("id",this.getValue())}},{id:"cmbLangDir",type:"select",requiredContent:"img[dir]",style:"width : 100px;",label:c.lang.common.langDir,"default":"",items:[[c.lang.common.notSet,""],[c.lang.common.langDirLtr,"ltr"],[c.lang.common.langDirRtl,"rtl"]],setup:function(a,b){a==f&&this.setValue(b.getAttribute("dir"))}, +commit:function(a,b){a==f&&(this.getValue()||this.isChanged())&&b.setAttribute("dir",this.getValue())}},{type:"text",id:"txtLangCode",requiredContent:"img[lang]",label:c.lang.common.langCode,"default":"",setup:function(a,b){a==f&&this.setValue(b.getAttribute("lang"))},commit:function(a,b){a==f&&(this.getValue()||this.isChanged())&&b.setAttribute("lang",this.getValue())}}]},{type:"text",id:"txtGenLongDescr",requiredContent:"img[longdesc]",label:c.lang.common.longDescr,setup:function(a,b){a==f&&this.setValue(b.getAttribute("longDesc"))}, +commit:function(a,b){a==f&&(this.getValue()||this.isChanged())&&b.setAttribute("longDesc",this.getValue())}},{type:"hbox",widths:["50%","50%"],children:[{type:"text",id:"txtGenClass",requiredContent:"img(cke-xyz)",label:c.lang.common.cssClass,"default":"",setup:function(a,b){a==f&&this.setValue(b.getAttribute("class"))},commit:function(a,b){a==f&&(this.getValue()||this.isChanged())&&b.setAttribute("class",this.getValue())}},{type:"text",id:"txtGenTitle",requiredContent:"img[title]",label:c.lang.common.advisoryTitle, +"default":"",onChange:function(){g(this.getDialog())},setup:function(a,b){a==f&&this.setValue(b.getAttribute("title"))},commit:function(a,b){a==f?(this.getValue()||this.isChanged())&&b.setAttribute("title",this.getValue()):4==a?b.setAttribute("title",this.getValue()):8==a&&b.removeAttribute("title")}}]},{type:"text",id:"txtdlgGenStyle",requiredContent:"img{cke-xyz}",label:c.lang.common.cssStyle,validate:CKEDITOR.dialog.validate.inlineStyle(c.lang.common.invalidInlineStyle),"default":"",setup:function(a, +b){if(a==f){var c=b.getAttribute("style");!c&&b.$.style.cssText&&(c=b.$.style.cssText);this.setValue(c);var e=b.$.style.height,c=b.$.style.width,e=(e?e:"").match(k),c=(c?c:"").match(k);this.attributesInStyle={height:!!e,width:!!c}}},onChange:function(){i.call(this,"info:cmbFloat info:cmbAlign info:txtVSpace info:txtHSpace info:txtBorder info:txtWidth info:txtHeight".split(" "));g(this)},commit:function(a,b){a==f&&(this.getValue()||this.isChanged())&&b.setAttribute("style",this.getValue())}}]}]}}; +CKEDITOR.dialog.add("image",function(c){return r(c,"image")});CKEDITOR.dialog.add("imagebutton",function(c){return r(c,"imagebutton")})})(); \ No newline at end of file diff --git a/skins/ckeditor/_source/skins/kama/images/noimage.png b/skins/ckeditor/plugins/image/images/noimage.png similarity index 100% rename from skins/ckeditor/_source/skins/kama/images/noimage.png rename to skins/ckeditor/plugins/image/images/noimage.png diff --git a/skins/ckeditor/plugins/link/dialogs/anchor.js b/skins/ckeditor/plugins/link/dialogs/anchor.js index 2d52d84..b1c0f3a 100644 --- a/skins/ckeditor/plugins/link/dialogs/anchor.js +++ b/skins/ckeditor/plugins/link/dialogs/anchor.js @@ -1,6 +1,8 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('anchor',function(a){var b=function(d){this._.selectedElement=d;var e=d.data('cke-saved-name');this.setValueOf('info','txtName',e||'');};function c(d,e){return d.createFakeElement(e,'cke_anchor','anchor');};return{title:a.lang.anchor.title,minWidth:300,minHeight:60,onOk:function(){var k=this;var d=k.getValueOf('info','txtName'),e={name:d,'data-cke-saved-name':d};if(k._.selectedElement){if(k._.selectedElement.data('cke-realelement')){var f=c(a,a.document.createElement('a',{attributes:e}));f.replace(k._.selectedElement);}else k._.selectedElement.setAttributes(e);}else{var g=a.getSelection(),h=g&&g.getRanges()[0];if(h.collapsed){if(CKEDITOR.plugins.link.synAnchorSelector)e['class']='cke_anchor_empty';if(CKEDITOR.plugins.link.emptyAnchorFix){e.contenteditable='false';e['data-cke-editable']=1;}var i=a.document.createElement('a',{attributes:e});if(CKEDITOR.plugins.link.fakeAnchor)i=c(a,i);h.insertNode(i);}else{if(CKEDITOR.env.ie&&CKEDITOR.env.version<9)e['class']='cke_anchor';var j=new CKEDITOR.style({element:'a',attributes:e});j.type=CKEDITOR.STYLE_INLINE;j.apply(a.document);}}},onHide:function(){delete this._.selectedElement;},onShow:function(){var h=this;var d=a.getSelection(),e=d.getSelectedElement(),f;if(e){if(CKEDITOR.plugins.link.fakeAnchor){var g=CKEDITOR.plugins.link.tryRestoreFakeAnchor(a,e);g&&b.call(h,g);h._.selectedElement=e;}else if(e.is('a')&&e.hasAttribute('name'))b.call(h,e);}else{f=CKEDITOR.plugins.link.getSelectedLink(a);if(f){b.call(h,f);d.selectElement(f);}}h.getContentElement('info','txtName').focus();},contents:[{id:'info',label:a.lang.anchor.title,accessKey:'I',elements:[{type:'text',id:'txtName',label:a.lang.anchor.name,required:true,validate:function(){if(!this.getValue()){alert(a.lang.anchor.errorName);return false;}return true;}}]}]};}); +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("anchor",function(c){var d=function(a){this._.selectedElement=a;this.setValueOf("info","txtName",a.data("cke-saved-name")||"")};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=c.document.createElement("a",{attributes:a}),c.createFakeElement(a,"cke_anchor","anchor").replace(this._.selectedElement)): +this._.selectedElement.setAttributes(a);else{var b=c.getSelection(),b=b&&b.getRanges()[0];b.collapsed?(CKEDITOR.plugins.link.synAnchorSelector&&(a["class"]="cke_anchor_empty"),CKEDITOR.plugins.link.emptyAnchorFix&&(a.contenteditable="false",a["data-cke-editable"]=1),a=c.document.createElement("a",{attributes:a}),CKEDITOR.plugins.link.fakeAnchor&&(a=c.createFakeElement(a,"cke_anchor","anchor")),b.insertNode(a)):(CKEDITOR.env.ie&&9>CKEDITOR.env.version&&(a["class"]="cke_anchor"),a=new CKEDITOR.style({element:"a", +attributes:a}),a.type=CKEDITOR.STYLE_INLINE,c.applyStyle(a))}},onHide:function(){delete this._.selectedElement},onShow:function(){var a=c.getSelection(),b=a.getSelectedElement();if(b)CKEDITOR.plugins.link.fakeAnchor?((a=CKEDITOR.plugins.link.tryRestoreFakeAnchor(c,b))&&d.call(this,a),this._.selectedElement=b):b.is("a")&&b.hasAttribute("name")&&d.call(this,b);else if(b=CKEDITOR.plugins.link.getSelectedLink(c))d.call(this,b),a.selectElement(b);this.getContentElement("info","txtName").focus()},contents:[{id:"info", +label:c.lang.link.anchor.title,accessKey:"I",elements:[{type:"text",id:"txtName",label:c.lang.link.anchor.name,required:!0,validate:function(){return!this.getValue()?(alert(c.lang.link.anchor.errorName),!1):!0}}]}]}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/link/dialogs/link.js b/skins/ckeditor/plugins/link/dialogs/link.js index 355d7c8..8cd7189 100644 --- a/skins/ckeditor/plugins/link/dialogs/link.js +++ b/skins/ckeditor/plugins/link/dialogs/link.js @@ -1,12 +1,35 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('link',function(a){var b=CKEDITOR.plugins.link,c=function(){var F=this.getDialog(),G=F.getContentElement('target','popupFeatures'),H=F.getContentElement('target','linkTargetName'),I=this.getValue();if(!G||!H)return;G=G.getElement();G.hide();H.setValue('');switch(I){case 'frame':H.setLabel(a.lang.link.targetFrameName);H.getElement().show();break;case 'popup':G.show();H.setLabel(a.lang.link.targetPopupName);H.getElement().show();break;default:H.setValue(I);H.getElement().hide();break;}},d=function(){var F=this.getDialog(),G=['urlOptions','anchorOptions','emailOptions'],H=this.getValue(),I=F.definition.getContents('upload'),J=I&&I.hidden;if(H=='url'){if(a.config.linkShowTargetTab)F.showPage('target');if(!J)F.showPage('upload');}else{F.hidePage('target');if(!J)F.hidePage('upload');}for(var K=0;K<G.length;K++){var L=F.getContentElement('info',G[K]);if(!L)continue;L=L.getElement().getParent().getParent();if(G[K]==H+'Options')L.show();else L.hide();}F.layout();},e=/^javascript:/,f=/^mailto:([^?]+)(?:\?(.+))?$/,g=/subject=([^;?:@&=$,\/]*)/,h=/body=([^;?:@&=$,\/]*)/,i=/^#(.*)$/,j=/^((?:http|https|ftp|news):\/\/)?(.*)$/,k=/^(_(?:self|top|parent|blank))$/,l=/^javascript:void\(location\.href='mailto:'\+String\.fromCharCode\(([^)]+)\)(?:\+'(.*)')?\)$/,m=/^javascript:([^(]+)\(([^)]+)\)$/,n=/\s*window.open\(\s*this\.href\s*,\s*(?:'([^']*)'|null)\s*,\s*'([^']*)'\s*\)\s*;\s*return\s*false;*\s*/,o=/(?:^|,)([^=]+)=(\d+|yes|no)/gi,p=function(F,G){var H=G&&(G.data('cke-saved-href')||G.getAttribute('href'))||'',I,J,K,L,M={};if(I=H.match(e))if(y=='encode')H=H.replace(l,function(ae,af,ag){return 'mailto:'+String.fromCharCode.apply(String,af.split(','))+(ag&&w(ag));});else if(y)H.replace(m,function(ae,af,ag){if(af==z.name){M.type='email';var ah=M.email={},ai=/[^,\s]+/g,aj=/(^')|('$)/g,ak=ag.match(ai),al=ak.length,am,an;for(var ao=0;ao<al;ao++){an=decodeURIComponent(w(ak[ao].replace(aj,'')));am=z.params[ao].toLowerCase();ah[am]=an;}ah.address=[ah.name,ah.domain].join('@');}});if(!M.type)if(K=H.match(i)){M.type='anchor';M.anchor={};M.anchor.name=M.anchor.id=K[1];}else if(J=H.match(f)){var N=H.match(g),O=H.match(h);M.type='email';var P=M.email={};P.address=J[1];N&&(P.subject=decodeURIComponent(N[1]));O&&(P.body=decodeURIComponent(O[1]));}else if(H&&(L=H.match(j))){M.type='url';M.url={};M.url.protocol=L[1];M.url.url=L[2];}else M.type='url';if(G){var Q=G.getAttribute('target');M.target={};M.adv={};if(!Q){var R=G.data('cke-pa-onclick')||G.getAttribute('onclick'),S=R&&R.match(n); -if(S){M.target.type='popup';M.target.name=S[1];var T;while(T=o.exec(S[2])){if((T[2]=='yes'||T[2]=='1')&&!(T[1] in {height:1,width:1,top:1,left:1}))M.target[T[1]]=true;else if(isFinite(T[2]))M.target[T[1]]=T[2];}}}else{var U=Q.match(k);if(U)M.target.type=M.target.name=Q;else{M.target.type='frame';M.target.name=Q;}}var V=this,W=function(ae,af){var ag=G.getAttribute(af);if(ag!==null)M.adv[ae]=ag||'';};W('advId','id');W('advLangDir','dir');W('advAccessKey','accessKey');M.adv.advName=G.data('cke-saved-name')||G.getAttribute('name')||'';W('advLangCode','lang');W('advTabIndex','tabindex');W('advTitle','title');W('advContentType','type');CKEDITOR.plugins.link.synAnchorSelector?M.adv.advCSSClasses=C(G):W('advCSSClasses','class');W('advCharset','charset');W('advStyles','style');W('advRel','rel');}var X=M.anchors=[],Y;if(CKEDITOR.plugins.link.emptyAnchorFix){var Z=F.document.getElementsByTag('a');for(i=0,count=Z.count();i<count;i++){Y=Z.getItem(i);if(Y.data('cke-saved-name')||Y.hasAttribute('name'))X.push({name:Y.data('cke-saved-name')||Y.getAttribute('name'),id:Y.getAttribute('id')});}}else{var aa=new CKEDITOR.dom.nodeList(F.document.$.anchors);for(var ab=0,ac=aa.count();ab<ac;ab++){Y=aa.getItem(ab);X[ab]={name:Y.getAttribute('name'),id:Y.getAttribute('id')};}}if(CKEDITOR.plugins.link.fakeAnchor){var ad=F.document.getElementsByTag('img');for(ab=0,ac=ad.count();ab<ac;ab++){if(Y=CKEDITOR.plugins.link.tryRestoreFakeAnchor(F,ad.getItem(ab)))X.push({name:Y.getAttribute('name'),id:Y.getAttribute('id')});}}this._.selectedElement=G;return M;},q=function(F,G){if(G[F])this.setValue(G[F][this.id]||'');},r=function(F){return q.call(this,'target',F);},s=function(F){return q.call(this,'adv',F);},t=function(F,G){if(!G[F])G[F]={};G[F][this.id]=this.getValue()||'';},u=function(F){return t.call(this,'target',F);},v=function(F){return t.call(this,'adv',F);};function w(F){return F.replace(/\\'/g,"'");};function x(F){return F.replace(/'/g,'\\$&');};var y=a.config.emailProtection||'';if(y&&y!='encode'){var z={};y.replace(/^([^(]+)\(([^)]+)\)$/,function(F,G,H){z.name=G;z.params=[];H.replace(/[^,\s]+/g,function(I){z.params.push(I);});});}function A(F){var G,H=z.name,I=z.params,J,K;G=[H,'('];for(var L=0;L<I.length;L++){J=I[L].toLowerCase();K=F[J];L>0&&G.push(',');G.push("'",K?x(encodeURIComponent(F[J])):'',"'");}G.push(')');return G.join('');};function B(F){var G,H=F.length,I=[];for(var J=0;J<H;J++){G=F.charCodeAt(J);I.push(G);}return 'String.fromCharCode('+I.join(',')+')';};function C(F){var G=F.getAttribute('class'); -return G?G.replace(/\s*(?:cke_anchor_empty|cke_anchor)(?:\s*$)?/g,''):'';};var D=a.lang.common,E=a.lang.link;return{title:E.title,minWidth:350,minHeight:230,contents:[{id:'info',label:E.info,title:E.info,elements:[{id:'linkType',type:'select',label:E.type,'default':'url',items:[[E.toUrl,'url'],[E.toAnchor,'anchor'],[E.toEmail,'email']],onChange:d,setup:function(F){if(F.type)this.setValue(F.type);},commit:function(F){F.type=this.getValue();}},{type:'vbox',id:'urlOptions',children:[{type:'hbox',widths:['25%','75%'],children:[{id:'protocol',type:'select',label:D.protocol,'default':'http://',items:[['http://â','http://'],['https://â','https://'],['ftp://â','ftp://'],['news://â','news://'],[E.other,'']],setup:function(F){if(F.url)this.setValue(F.url.protocol||'');},commit:function(F){if(!F.url)F.url={};F.url.protocol=this.getValue();}},{type:'text',id:'url',label:D.url,required:true,onLoad:function(){this.allowOnChange=true;},onKeyUp:function(){var K=this;K.allowOnChange=false;var F=K.getDialog().getContentElement('info','protocol'),G=K.getValue(),H=/^(http|https|ftp|news):\/\/(?=.)/i,I=/^((javascript:)|[#\/\.\?])/i,J=H.exec(G);if(J){K.setValue(G.substr(J[0].length));F.setValue(J[0].toLowerCase());}else if(I.test(G))F.setValue('');K.allowOnChange=true;},onChange:function(){if(this.allowOnChange)this.onKeyUp();},validate:function(){var F=this.getDialog();if(F.getContentElement('info','linkType')&&F.getValueOf('info','linkType')!='url')return true;if(this.getDialog().fakeObj)return true;var G=CKEDITOR.dialog.validate.notEmpty(E.noUrl);return G.apply(this);},setup:function(F){this.allowOnChange=false;if(F.url)this.setValue(F.url.url);this.allowOnChange=true;},commit:function(F){this.onChange();if(!F.url)F.url={};F.url.url=this.getValue();this.allowOnChange=false;}}],setup:function(F){if(!this.getDialog().getContentElement('info','linkType'))this.getElement().show();}},{type:'button',id:'browse',hidden:'true',filebrowser:'info:url',label:D.browseServer}]},{type:'vbox',id:'anchorOptions',width:260,align:'center',padding:0,children:[{type:'fieldset',id:'selectAnchorText',label:E.selectAnchor,setup:function(F){if(F.anchors.length>0)this.getElement().show();else this.getElement().hide();},children:[{type:'hbox',id:'selectAnchor',children:[{type:'select',id:'anchorName','default':'',label:E.anchorName,style:'width: 100%;',items:[['']],setup:function(F){var I=this;I.clear();I.add('');for(var G=0;G<F.anchors.length;G++){if(F.anchors[G].name)I.add(F.anchors[G].name);}if(F.anchor)I.setValue(F.anchor.name); -var H=I.getDialog().getContentElement('info','linkType');if(H&&H.getValue()=='email')I.focus();},commit:function(F){if(!F.anchor)F.anchor={};F.anchor.name=this.getValue();}},{type:'select',id:'anchorId','default':'',label:E.anchorId,style:'width: 100%;',items:[['']],setup:function(F){var H=this;H.clear();H.add('');for(var G=0;G<F.anchors.length;G++){if(F.anchors[G].id)H.add(F.anchors[G].id);}if(F.anchor)H.setValue(F.anchor.id);},commit:function(F){if(!F.anchor)F.anchor={};F.anchor.id=this.getValue();}}],setup:function(F){if(F.anchors.length>0)this.getElement().show();else this.getElement().hide();}}]},{type:'html',id:'noAnchors',style:'text-align: center;',html:'<div role="label" tabIndex="-1">'+CKEDITOR.tools.htmlEncode(E.noAnchors)+'</div>',focus:true,setup:function(F){if(F.anchors.length<1)this.getElement().show();else this.getElement().hide();}}],setup:function(F){if(!this.getDialog().getContentElement('info','linkType'))this.getElement().hide();}},{type:'vbox',id:'emailOptions',padding:1,children:[{type:'text',id:'emailAddress',label:E.emailAddress,required:true,validate:function(){var F=this.getDialog();if(!F.getContentElement('info','linkType')||F.getValueOf('info','linkType')!='email')return true;var G=CKEDITOR.dialog.validate.notEmpty(E.noEmail);return G.apply(this);},setup:function(F){if(F.email)this.setValue(F.email.address);var G=this.getDialog().getContentElement('info','linkType');if(G&&G.getValue()=='email')this.select();},commit:function(F){if(!F.email)F.email={};F.email.address=this.getValue();}},{type:'text',id:'emailSubject',label:E.emailSubject,setup:function(F){if(F.email)this.setValue(F.email.subject);},commit:function(F){if(!F.email)F.email={};F.email.subject=this.getValue();}},{type:'textarea',id:'emailBody',label:E.emailBody,rows:3,'default':'',setup:function(F){if(F.email)this.setValue(F.email.body);},commit:function(F){if(!F.email)F.email={};F.email.body=this.getValue();}}],setup:function(F){if(!this.getDialog().getContentElement('info','linkType'))this.getElement().hide();}}]},{id:'target',label:E.target,title:E.target,elements:[{type:'hbox',widths:['50%','50%'],children:[{type:'select',id:'linkTargetType',label:D.target,'default':'notSet',style:'width : 100%;',items:[[D.notSet,'notSet'],[E.targetFrame,'frame'],[E.targetPopup,'popup'],[D.targetNew,'_blank'],[D.targetTop,'_top'],[D.targetSelf,'_self'],[D.targetParent,'_parent']],onChange:c,setup:function(F){if(F.target)this.setValue(F.target.type||'notSet');c.call(this);},commit:function(F){if(!F.target)F.target={}; -F.target.type=this.getValue();}},{type:'text',id:'linkTargetName',label:E.targetFrameName,'default':'',setup:function(F){if(F.target)this.setValue(F.target.name);},commit:function(F){if(!F.target)F.target={};F.target.name=this.getValue().replace(/\W/gi,'');}}]},{type:'vbox',width:'100%',align:'center',padding:2,id:'popupFeatures',children:[{type:'fieldset',label:E.popupFeatures,children:[{type:'hbox',children:[{type:'checkbox',id:'resizable',label:E.popupResizable,setup:r,commit:u},{type:'checkbox',id:'status',label:E.popupStatusBar,setup:r,commit:u}]},{type:'hbox',children:[{type:'checkbox',id:'location',label:E.popupLocationBar,setup:r,commit:u},{type:'checkbox',id:'toolbar',label:E.popupToolbar,setup:r,commit:u}]},{type:'hbox',children:[{type:'checkbox',id:'menubar',label:E.popupMenuBar,setup:r,commit:u},{type:'checkbox',id:'fullscreen',label:E.popupFullScreen,setup:r,commit:u}]},{type:'hbox',children:[{type:'checkbox',id:'scrollbars',label:E.popupScrollBars,setup:r,commit:u},{type:'checkbox',id:'dependent',label:E.popupDependent,setup:r,commit:u}]},{type:'hbox',children:[{type:'text',widths:['50%','50%'],labelLayout:'horizontal',label:D.width,id:'width',setup:r,commit:u},{type:'text',labelLayout:'horizontal',widths:['50%','50%'],label:E.popupLeft,id:'left',setup:r,commit:u}]},{type:'hbox',children:[{type:'text',labelLayout:'horizontal',widths:['50%','50%'],label:D.height,id:'height',setup:r,commit:u},{type:'text',labelLayout:'horizontal',label:E.popupTop,widths:['50%','50%'],id:'top',setup:r,commit:u}]}]}]}]},{id:'upload',label:E.upload,title:E.upload,hidden:true,filebrowser:'uploadButton',elements:[{type:'file',id:'upload',label:D.upload,style:'height:40px',size:29},{type:'fileButton',id:'uploadButton',label:D.uploadSubmit,filebrowser:'info:url','for':['upload','upload']}]},{id:'advanced',label:E.advanced,title:E.advanced,elements:[{type:'vbox',padding:1,children:[{type:'hbox',widths:['45%','35%','20%'],children:[{type:'text',id:'advId',label:E.id,setup:s,commit:v},{type:'select',id:'advLangDir',label:E.langDir,'default':'',style:'width:110px',items:[[D.notSet,''],[E.langDirLTR,'ltr'],[E.langDirRTL,'rtl']],setup:s,commit:v},{type:'text',id:'advAccessKey',width:'80px',label:E.acccessKey,maxLength:1,setup:s,commit:v}]},{type:'hbox',widths:['45%','35%','20%'],children:[{type:'text',label:E.name,id:'advName',setup:s,commit:v},{type:'text',label:E.langCode,id:'advLangCode',width:'110px','default':'',setup:s,commit:v},{type:'text',label:E.tabIndex,id:'advTabIndex',width:'80px',maxLength:5,setup:s,commit:v}]}]},{type:'vbox',padding:1,children:[{type:'hbox',widths:['45%','55%'],children:[{type:'text',label:E.advisoryTitle,'default':'',id:'advTitle',setup:s,commit:v},{type:'text',label:E.advisoryContentType,'default':'',id:'advContentType',setup:s,commit:v}]},{type:'hbox',widths:['45%','55%'],children:[{type:'text',label:E.cssClasses,'default':'',id:'advCSSClasses',setup:s,commit:v},{type:'text',label:E.charset,'default':'',id:'advCharset',setup:s,commit:v}]},{type:'hbox',widths:['45%','55%'],children:[{type:'text',label:E.rel,'default':'',id:'advRel',setup:s,commit:v},{type:'text',label:E.styles,'default':'',id:'advStyles',setup:s,commit:v}]}]}]}],onShow:function(){var F=this.getParentEditor(),G=F.getSelection(),H=null; -if((H=b.getSelectedLink(F))&&H.hasAttribute('href'))G.selectElement(H);else H=null;this.setupContent(p.apply(this,[F,H]));},onOk:function(){var F={},G=[],H={},I=this,J=this.getParentEditor();this.commitContent(H);switch(H.type||'url'){case 'url':var K=H.url&&H.url.protocol!=undefined?H.url.protocol:'http://',L=H.url&&CKEDITOR.tools.trim(H.url.url)||'';F['data-cke-saved-href']=L.indexOf('/')===0?L:K+L;break;case 'anchor':var M=H.anchor&&H.anchor.name,N=H.anchor&&H.anchor.id;F['data-cke-saved-href']='#'+(M||N||'');break;case 'email':var O,P=H.email,Q=P.address;switch(y){case '':case 'encode':var R=encodeURIComponent(P.subject||''),S=encodeURIComponent(P.body||''),T=[];R&&T.push('subject='+R);S&&T.push('body='+S);T=T.length?'?'+T.join('&'):'';if(y=='encode'){O=["javascript:void(location.href='mailto:'+",B(Q)];T&&O.push("+'",x(T),"'");O.push(')');}else O=['mailto:',Q,T];break;default:var U=Q.split('@',2);P.name=U[0];P.domain=U[1];O=['javascript:',A(P)];}F['data-cke-saved-href']=O.join('');break;}if(H.target)if(H.target.type=='popup'){var V=["window.open(this.href, '",H.target.name||'',"', '"],W=['resizable','status','location','toolbar','menubar','fullscreen','scrollbars','dependent'],X=W.length,Y=function(ai){if(H.target[ai])W.push(ai+'='+H.target[ai]);};for(var Z=0;Z<X;Z++)W[Z]=W[Z]+(H.target[W[Z]]?'=yes':'=no');Y('width');Y('left');Y('height');Y('top');V.push(W.join(','),"'); return false;");F['data-cke-pa-onclick']=V.join('');G.push('target');}else{if(H.target.type!='notSet'&&H.target.name)F.target=H.target.name;else G.push('target');G.push('data-cke-pa-onclick','onclick');}if(H.adv){var aa=function(ai,aj){var ak=H.adv[ai];if(ak)F[aj]=ak;else G.push(aj);};aa('advId','id');aa('advLangDir','dir');aa('advAccessKey','accessKey');if(H.adv.advName)F.name=F['data-cke-saved-name']=H.adv.advName;else G=G.concat(['data-cke-saved-name','name']);aa('advLangCode','lang');aa('advTabIndex','tabindex');aa('advTitle','title');aa('advContentType','type');aa('advCSSClasses','class');aa('advCharset','charset');aa('advStyles','style');aa('advRel','rel');}F.href=F['data-cke-saved-href'];if(!this._.selectedElement){var ab=J.getSelection(),ac=ab.getRanges(true);if(ac.length==1&&ac[0].collapsed){var ad=new CKEDITOR.dom.text(H.type=='email'?H.email.address:F['data-cke-saved-href'],J.document);ac[0].insertNode(ad);ac[0].selectNodeContents(ad);ab.selectRanges(ac);}var ae=new CKEDITOR.style({element:'a',attributes:F});ae.type=CKEDITOR.STYLE_INLINE;ae.apply(J.document);}else{var af=this._.selectedElement,ag=af.data('cke-saved-href'),ah=af.getHtml(); -af.setAttributes(F);af.removeAttributes(G);if(H.adv&&H.adv.advName&&CKEDITOR.plugins.link.synAnchorSelector)af.addClass(af.getChildCount()?'cke_anchor':'cke_anchor_empty');if(ag==ah||H.type=='email'&&ah.indexOf('@')!=-1)af.setHtml(H.type=='email'?H.email.address:F['data-cke-saved-href']);delete this._.selectedElement;}},onLoad:function(){if(!a.config.linkShowAdvancedTab)this.hidePage('advanced');if(!a.config.linkShowTargetTab)this.hidePage('target');},onFocus:function(){var F=this.getContentElement('info','linkType'),G;if(F&&F.getValue()=='url'){G=this.getContentElement('info','url');G.select();}}};}); +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("link",function(m){var o,p;function q(a){return a.replace(/'/g,"\\$&")}function s(a){var g,c=o,d,e;g=[p,"("];for(var b=0;b<c.length;b++)d=c[b].toLowerCase(),e=a[d],0<b&&g.push(","),g.push("'",e?q(encodeURIComponent(a[d])):"","'");g.push(")");return g.join("")}function t(a){for(var g,c=a.length,d=[],e=0;e<c;e++)g=a.charCodeAt(e),d.push(g);return"String.fromCharCode("+d.join(",")+")"}function u(a){return(a=a.getAttribute("class"))?a.replace(/\s*(?:cke_anchor_empty|cke_anchor)(?:\s*$)?/g, +""):""}var v=CKEDITOR.plugins.link,r=function(){var a=this.getDialog(),g=a.getContentElement("target","popupFeatures"),a=a.getContentElement("target","linkTargetName"),c=this.getValue();if(g&&a)switch(g=g.getElement(),g.hide(),a.setValue(""),c){case "frame":a.setLabel(m.lang.link.targetFrameName);a.getElement().show();break;case "popup":g.show();a.setLabel(m.lang.link.targetPopupName);a.getElement().show();break;default:a.setValue(c),a.getElement().hide()}},w=/^javascript:/,x=/^mailto:([^?]+)(?:\?(.+))?$/, +y=/subject=([^;?:@&=$,\/]*)/,z=/body=([^;?:@&=$,\/]*)/,A=/^#(.*)$/,B=/^((?:http|https|ftp|news):\/\/)?(.*)$/,C=/^(_(?:self|top|parent|blank))$/,D=/^javascript:void\(location\.href='mailto:'\+String\.fromCharCode\(([^)]+)\)(?:\+'(.*)')?\)$/,E=/^javascript:([^(]+)\(([^)]+)\)$/,F=/\s*window.open\(\s*this\.href\s*,\s*(?:'([^']*)'|null)\s*,\s*'([^']*)'\s*\)\s*;\s*return\s*false;*\s*/,G=/(?:^|,)([^=]+)=(\d+|yes|no)/gi,H=function(a,g){var c=g&&(g.data("cke-saved-href")||g.getAttribute("href"))||"",d,e,b= +{};c.match(w)&&("encode"==n?c=c.replace(D,function(a,b,c){return"mailto:"+String.fromCharCode.apply(String,b.split(","))+(c&&c.replace(/\\'/g,"'"))}):n&&c.replace(E,function(a,c,d){if(c==p){b.type="email";for(var a=b.email={},c=/(^')|('$)/g,d=d.match(/[^,\s]+/g),e=d.length,g,f,h=0;h<e;h++)g=decodeURIComponent,f=d[h].replace(c,"").replace(/\\'/g,"'"),f=g(f),g=o[h].toLowerCase(),a[g]=f;a.address=[a.name,a.domain].join("@")}}));if(!b.type)if(d=c.match(A))b.type="anchor",b.anchor={},b.anchor.name=b.anchor.id= +d[1];else if(d=c.match(x)){e=c.match(y);c=c.match(z);b.type="email";var f=b.email={};f.address=d[1];e&&(f.subject=decodeURIComponent(e[1]));c&&(f.body=decodeURIComponent(c[1]))}else c&&(e=c.match(B))?(b.type="url",b.url={},b.url.protocol=e[1],b.url.url=e[2]):b.type="url";if(g){d=g.getAttribute("target");b.target={};b.adv={};if(d)d.match(C)?b.target.type=b.target.name=d:(b.target.type="frame",b.target.name=d);else if(d=(d=g.data("cke-pa-onclick")||g.getAttribute("onclick"))&&d.match(F)){b.target.type= +"popup";for(b.target.name=d[1];c=G.exec(d[2]);)("yes"==c[2]||"1"==c[2])&&!(c[1]in{height:1,width:1,top:1,left:1})?b.target[c[1]]=!0:isFinite(c[2])&&(b.target[c[1]]=c[2])}d=function(a,c){var d=g.getAttribute(c);null!==d&&(b.adv[a]=d||"")};d("advId","id");d("advLangDir","dir");d("advAccessKey","accessKey");b.adv.advName=g.data("cke-saved-name")||g.getAttribute("name")||"";d("advLangCode","lang");d("advTabIndex","tabindex");d("advTitle","title");d("advContentType","type");CKEDITOR.plugins.link.synAnchorSelector? +b.adv.advCSSClasses=u(g):d("advCSSClasses","class");d("advCharset","charset");d("advStyles","style");d("advRel","rel")}b.anchors=CKEDITOR.plugins.link.getEditorAnchors(a);this._.selectedElement=g;return b},i=function(a){a.target&&this.setValue(a.target[this.id]||"")},j=function(a){a.adv&&this.setValue(a.adv[this.id]||"")},k=function(a){a.target||(a.target={});a.target[this.id]=this.getValue()||""},l=function(a){a.adv||(a.adv={});a.adv[this.id]=this.getValue()||""},n=m.config.emailProtection||"";n&& +"encode"!=n&&(p=o=void 0,n.replace(/^([^(]+)\(([^)]+)\)$/,function(a,b,c){p=b;o=[];c.replace(/[^,\s]+/g,function(a){o.push(a)})}));var h=m.lang.common,b=m.lang.link;return{title:b.title,minWidth:350,minHeight:230,contents:[{id:"info",label:b.info,title:b.info,elements:[{id:"linkType",type:"select",label:b.type,"default":"url",items:[[b.toUrl,"url"],[b.toAnchor,"anchor"],[b.toEmail,"email"]],onChange:function(){var a=this.getDialog(),b=["urlOptions","anchorOptions","emailOptions"],c=this.getValue(), +d=a.definition.getContents("upload"),d=d&&d.hidden;if(c=="url"){m.config.linkShowTargetTab&&a.showPage("target");d||a.showPage("upload")}else{a.hidePage("target");d||a.hidePage("upload")}for(d=0;d<b.length;d++){var e=a.getContentElement("info",b[d]);if(e){e=e.getElement().getParent().getParent();b[d]==c+"Options"?e.show():e.hide()}}a.layout()},setup:function(a){a.type&&this.setValue(a.type)},commit:function(a){a.type=this.getValue()}},{type:"vbox",id:"urlOptions",children:[{type:"hbox",widths:["25%", +"75%"],children:[{id:"protocol",type:"select",label:h.protocol,"default":"http://",items:[["http://â","http://"],["https://â","https://"],["ftp://â","ftp://"],["news://â","news://"],[b.other,""]],setup:function(a){a.url&&this.setValue(a.url.protocol||"")},commit:function(a){if(!a.url)a.url={};a.url.protocol=this.getValue()}},{type:"text",id:"url",label:h.url,required:!0,onLoad:function(){this.allowOnChange=true},onKeyUp:function(){this.allowOnChange=false;var a=this.getDialog().getContentElement("info", +"protocol"),b=this.getValue(),c=/^((javascript:)|[#\/\.\?])/i,d=/^(http|https|ftp|news):\/\/(?=.)/i.exec(b);if(d){this.setValue(b.substr(d[0].length));a.setValue(d[0].toLowerCase())}else c.test(b)&&a.setValue("");this.allowOnChange=true},onChange:function(){if(this.allowOnChange)this.onKeyUp()},validate:function(){var a=this.getDialog();if(a.getContentElement("info","linkType")&&a.getValueOf("info","linkType")!="url")return true;if(/javascript\:/.test(this.getValue())){alert(h.invalidValue);return false}return this.getDialog().fakeObj? +true:CKEDITOR.dialog.validate.notEmpty(b.noUrl).apply(this)},setup:function(a){this.allowOnChange=false;a.url&&this.setValue(a.url.url);this.allowOnChange=true},commit:function(a){this.onChange();if(!a.url)a.url={};a.url.url=this.getValue();this.allowOnChange=false}}],setup:function(){this.getDialog().getContentElement("info","linkType")||this.getElement().show()}},{type:"button",id:"browse",hidden:"true",filebrowser:"info:url",label:h.browseServer}]},{type:"vbox",id:"anchorOptions",width:260,align:"center", +padding:0,children:[{type:"fieldset",id:"selectAnchorText",label:b.selectAnchor,setup:function(a){a.anchors.length>0?this.getElement().show():this.getElement().hide()},children:[{type:"hbox",id:"selectAnchor",children:[{type:"select",id:"anchorName","default":"",label:b.anchorName,style:"width: 100%;",items:[[""]],setup:function(a){this.clear();this.add("");for(var b=0;b<a.anchors.length;b++)a.anchors[b].name&&this.add(a.anchors[b].name);a.anchor&&this.setValue(a.anchor.name);(a=this.getDialog().getContentElement("info", +"linkType"))&&a.getValue()=="email"&&this.focus()},commit:function(a){if(!a.anchor)a.anchor={};a.anchor.name=this.getValue()}},{type:"select",id:"anchorId","default":"",label:b.anchorId,style:"width: 100%;",items:[[""]],setup:function(a){this.clear();this.add("");for(var b=0;b<a.anchors.length;b++)a.anchors[b].id&&this.add(a.anchors[b].id);a.anchor&&this.setValue(a.anchor.id)},commit:function(a){if(!a.anchor)a.anchor={};a.anchor.id=this.getValue()}}],setup:function(a){a.anchors.length>0?this.getElement().show(): +this.getElement().hide()}}]},{type:"html",id:"noAnchors",style:"text-align: center;",html:'<div role="note" tabIndex="-1">'+CKEDITOR.tools.htmlEncode(b.noAnchors)+"</div>",focus:!0,setup:function(a){a.anchors.length<1?this.getElement().show():this.getElement().hide()}}],setup:function(){this.getDialog().getContentElement("info","linkType")||this.getElement().hide()}},{type:"vbox",id:"emailOptions",padding:1,children:[{type:"text",id:"emailAddress",label:b.emailAddress,required:!0,validate:function(){var a= +this.getDialog();return!a.getContentElement("info","linkType")||a.getValueOf("info","linkType")!="email"?true:CKEDITOR.dialog.validate.notEmpty(b.noEmail).apply(this)},setup:function(a){a.email&&this.setValue(a.email.address);(a=this.getDialog().getContentElement("info","linkType"))&&a.getValue()=="email"&&this.select()},commit:function(a){if(!a.email)a.email={};a.email.address=this.getValue()}},{type:"text",id:"emailSubject",label:b.emailSubject,setup:function(a){a.email&&this.setValue(a.email.subject)}, +commit:function(a){if(!a.email)a.email={};a.email.subject=this.getValue()}},{type:"textarea",id:"emailBody",label:b.emailBody,rows:3,"default":"",setup:function(a){a.email&&this.setValue(a.email.body)},commit:function(a){if(!a.email)a.email={};a.email.body=this.getValue()}}],setup:function(){this.getDialog().getContentElement("info","linkType")||this.getElement().hide()}}]},{id:"target",requiredContent:"a[target]",label:b.target,title:b.target,elements:[{type:"hbox",widths:["50%","50%"],children:[{type:"select", +id:"linkTargetType",label:h.target,"default":"notSet",style:"width : 100%;",items:[[h.notSet,"notSet"],[b.targetFrame,"frame"],[b.targetPopup,"popup"],[h.targetNew,"_blank"],[h.targetTop,"_top"],[h.targetSelf,"_self"],[h.targetParent,"_parent"]],onChange:r,setup:function(a){a.target&&this.setValue(a.target.type||"notSet");r.call(this)},commit:function(a){if(!a.target)a.target={};a.target.type=this.getValue()}},{type:"text",id:"linkTargetName",label:b.targetFrameName,"default":"",setup:function(a){a.target&& +this.setValue(a.target.name)},commit:function(a){if(!a.target)a.target={};a.target.name=this.getValue().replace(/\W/gi,"")}}]},{type:"vbox",width:"100%",align:"center",padding:2,id:"popupFeatures",children:[{type:"fieldset",label:b.popupFeatures,children:[{type:"hbox",children:[{type:"checkbox",id:"resizable",label:b.popupResizable,setup:i,commit:k},{type:"checkbox",id:"status",label:b.popupStatusBar,setup:i,commit:k}]},{type:"hbox",children:[{type:"checkbox",id:"location",label:b.popupLocationBar, +setup:i,commit:k},{type:"checkbox",id:"toolbar",label:b.popupToolbar,setup:i,commit:k}]},{type:"hbox",children:[{type:"checkbox",id:"menubar",label:b.popupMenuBar,setup:i,commit:k},{type:"checkbox",id:"fullscreen",label:b.popupFullScreen,setup:i,commit:k}]},{type:"hbox",children:[{type:"checkbox",id:"scrollbars",label:b.popupScrollBars,setup:i,commit:k},{type:"checkbox",id:"dependent",label:b.popupDependent,setup:i,commit:k}]},{type:"hbox",children:[{type:"text",widths:["50%","50%"],labelLayout:"horizontal", +label:h.width,id:"width",setup:i,commit:k},{type:"text",labelLayout:"horizontal",widths:["50%","50%"],label:b.popupLeft,id:"left",setup:i,commit:k}]},{type:"hbox",children:[{type:"text",labelLayout:"horizontal",widths:["50%","50%"],label:h.height,id:"height",setup:i,commit:k},{type:"text",labelLayout:"horizontal",label:b.popupTop,widths:["50%","50%"],id:"top",setup:i,commit:k}]}]}]}]},{id:"upload",label:b.upload,title:b.upload,hidden:!0,filebrowser:"uploadButton",elements:[{type:"file",id:"upload", +label:h.upload,style:"height:40px",size:29},{type:"fileButton",id:"uploadButton",label:h.uploadSubmit,filebrowser:"info:url","for":["upload","upload"]}]},{id:"advanced",label:b.advanced,title:b.advanced,elements:[{type:"vbox",padding:1,children:[{type:"hbox",widths:["45%","35%","20%"],children:[{type:"text",id:"advId",requiredContent:"a[id]",label:b.id,setup:j,commit:l},{type:"select",id:"advLangDir",requiredContent:"a[dir]",label:b.langDir,"default":"",style:"width:110px",items:[[h.notSet,""],[b.langDirLTR, +"ltr"],[b.langDirRTL,"rtl"]],setup:j,commit:l},{type:"text",id:"advAccessKey",requiredContent:"a[accesskey]",width:"80px",label:b.acccessKey,maxLength:1,setup:j,commit:l}]},{type:"hbox",widths:["45%","35%","20%"],children:[{type:"text",label:b.name,id:"advName",requiredContent:"a[name]",setup:j,commit:l},{type:"text",label:b.langCode,id:"advLangCode",requiredContent:"a[lang]",width:"110px","default":"",setup:j,commit:l},{type:"text",label:b.tabIndex,id:"advTabIndex",requiredContent:"a[tabindex]", +width:"80px",maxLength:5,setup:j,commit:l}]}]},{type:"vbox",padding:1,children:[{type:"hbox",widths:["45%","55%"],children:[{type:"text",label:b.advisoryTitle,requiredContent:"a[title]","default":"",id:"advTitle",setup:j,commit:l},{type:"text",label:b.advisoryContentType,requiredContent:"a[type]","default":"",id:"advContentType",setup:j,commit:l}]},{type:"hbox",widths:["45%","55%"],children:[{type:"text",label:b.cssClasses,requiredContent:"a(cke-xyz)","default":"",id:"advCSSClasses",setup:j,commit:l}, +{type:"text",label:b.charset,requiredContent:"a[charset]","default":"",id:"advCharset",setup:j,commit:l}]},{type:"hbox",widths:["45%","55%"],children:[{type:"text",label:b.rel,requiredContent:"a[rel]","default":"",id:"advRel",setup:j,commit:l},{type:"text",label:b.styles,requiredContent:"a{cke-xyz}","default":"",id:"advStyles",validate:CKEDITOR.dialog.validate.inlineStyle(m.lang.common.invalidInlineStyle),setup:j,commit:l}]}]}]}],onShow:function(){var a=this.getParentEditor(),b=a.getSelection(),c= +null;(c=v.getSelectedLink(a))&&c.hasAttribute("href")?b.getSelectedElement()||b.selectElement(c):c=null;this.setupContent(H.apply(this,[a,c]))},onOk:function(){var a={},b=[],c={},d=this.getParentEditor();this.commitContent(c);switch(c.type||"url"){case "url":var e=c.url&&c.url.protocol!=void 0?c.url.protocol:"http://",h=c.url&&CKEDITOR.tools.trim(c.url.url)||"";a["data-cke-saved-href"]=h.indexOf("/")===0?h:e+h;break;case "anchor":e=c.anchor&&c.anchor.id;a["data-cke-saved-href"]="#"+(c.anchor&&c.anchor.name|| +e||"");break;case "email":var f=c.email,e=f.address;switch(n){case "":case "encode":var h=encodeURIComponent(f.subject||""),i=encodeURIComponent(f.body||""),f=[];h&&f.push("subject="+h);i&&f.push("body="+i);f=f.length?"?"+f.join("&"):"";if(n=="encode"){e=["javascript:void(location.href='mailto:'+",t(e)];f&&e.push("+'",q(f),"'");e.push(")")}else e=["mailto:",e,f];break;default:e=e.split("@",2);f.name=e[0];f.domain=e[1];e=["javascript:",s(f)]}a["data-cke-saved-href"]=e.join("")}if(c.target)if(c.target.type== +"popup"){for(var e=["window.open(this.href, '",c.target.name||"","', '"],j=["resizable","status","location","toolbar","menubar","fullscreen","scrollbars","dependent"],h=j.length,f=function(a){c.target[a]&&j.push(a+"="+c.target[a])},i=0;i<h;i++)j[i]=j[i]+(c.target[j[i]]?"=yes":"=no");f("width");f("left");f("height");f("top");e.push(j.join(","),"'); return false;");a["data-cke-pa-onclick"]=e.join("");b.push("target")}else{c.target.type!="notSet"&&c.target.name?a.target=c.target.name:b.push("target"); +b.push("data-cke-pa-onclick","onclick")}if(c.adv){e=function(d,e){var f=c.adv[d];f?a[e]=f:b.push(e)};e("advId","id");e("advLangDir","dir");e("advAccessKey","accessKey");c.adv.advName?a.name=a["data-cke-saved-name"]=c.adv.advName:b=b.concat(["data-cke-saved-name","name"]);e("advLangCode","lang");e("advTabIndex","tabindex");e("advTitle","title");e("advContentType","type");e("advCSSClasses","class");e("advCharset","charset");e("advStyles","style");e("advRel","rel")}e=d.getSelection();a.href=a["data-cke-saved-href"]; +if(this._.selectedElement){d=this._.selectedElement;h=d.data("cke-saved-href");f=d.getHtml();d.setAttributes(a);d.removeAttributes(b);c.adv&&(c.adv.advName&&CKEDITOR.plugins.link.synAnchorSelector)&&d.addClass(d.getChildCount()?"cke_anchor":"cke_anchor_empty");if(h==f||c.type=="email"&&f.indexOf("@")!=-1){d.setHtml(c.type=="email"?c.email.address:a["data-cke-saved-href"]);e.selectElement(d)}delete this._.selectedElement}else{e=e.getRanges()[0];if(e.collapsed){d=new CKEDITOR.dom.text(c.type=="email"? +c.email.address:a["data-cke-saved-href"],d.document);e.insertNode(d);e.selectNodeContents(d)}d=new CKEDITOR.style({element:"a",attributes:a});d.type=CKEDITOR.STYLE_INLINE;d.applyToRange(e);e.select()}},onLoad:function(){m.config.linkShowAdvancedTab||this.hidePage("advanced");m.config.linkShowTargetTab||this.hidePage("target")},onFocus:function(){var a=this.getContentElement("info","linkType");if(a&&a.getValue()=="url"){a=this.getContentElement("info","url");a.select()}}}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/link/images/anchor.gif b/skins/ckeditor/plugins/link/images/anchor.gif deleted file mode 100644 index 5aa797b..0000000 Binary files a/skins/ckeditor/plugins/link/images/anchor.gif and /dev/null differ diff --git a/skins/ckeditor/plugins/link/images/anchor.png b/skins/ckeditor/plugins/link/images/anchor.png new file mode 100644 index 0000000..c946ba5 Binary files /dev/null and b/skins/ckeditor/plugins/link/images/anchor.png differ diff --git a/skins/ckeditor/plugins/link/images/hidpi/anchor.png b/skins/ckeditor/plugins/link/images/hidpi/anchor.png new file mode 100644 index 0000000..908b9fa Binary files /dev/null and b/skins/ckeditor/plugins/link/images/hidpi/anchor.png differ diff --git a/skins/ckeditor/plugins/liststyle/dialogs/liststyle.js b/skins/ckeditor/plugins/liststyle/dialogs/liststyle.js index d3af418..2b130e7 100644 --- a/skins/ckeditor/plugins/liststyle/dialogs/liststyle.js +++ b/skins/ckeditor/plugins/liststyle/dialogs/liststyle.js @@ -1,7 +1,10 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){function a(e,f){var g;try{g=e.getSelection().getRanges()[0];}catch(h){return null;}g.shrink(CKEDITOR.SHRINK_TEXT);return g.getCommonAncestor().getAscendant(f,1);};var b=function(e){return e.type==CKEDITOR.NODE_ELEMENT&&e.is('li');},c={a:'lower-alpha',A:'upper-alpha',i:'lower-roman',I:'upper-roman',1:'decimal',disc:'disc',circle:'circle',square:'square'};function d(e,f){var g=e.lang.list;if(f=='bulletedListStyle')return{title:g.bulletedTitle,minWidth:300,minHeight:50,contents:[{id:'info',accessKey:'I',elements:[{type:'select',label:g.type,id:'type',align:'center',style:'width:150px',items:[[g.notset,''],[g.circle,'circle'],[g.disc,'disc'],[g.square,'square']],setup:function(i){var j=i.getStyle('list-style-type')||c[i.getAttribute('type')]||i.getAttribute('type')||'';this.setValue(j);},commit:function(i){var j=this.getValue();if(j)i.setStyle('list-style-type',j);else i.removeStyle('list-style-type');}}]}],onShow:function(){var i=this.getParentEditor(),j=a(i,'ul');j&&this.setupContent(j);},onOk:function(){var i=this.getParentEditor(),j=a(i,'ul');j&&this.commitContent(j);}};else if(f=='numberedListStyle'){var h=[[g.notset,''],[g.lowerRoman,'lower-roman'],[g.upperRoman,'upper-roman'],[g.lowerAlpha,'lower-alpha'],[g.upperAlpha,'upper-alpha'],[g.decimal,'decimal']];if(!CKEDITOR.env.ie||CKEDITOR.env.version>7)h.concat([[g.armenian,'armenian'],[g.decimalLeadingZero,'decimal-leading-zero'],[g.georgian,'georgian'],[g.lowerGreek,'lower-greek']]);return{title:g.numberedTitle,minWidth:300,minHeight:50,contents:[{id:'info',accessKey:'I',elements:[{type:'hbox',widths:['25%','75%'],children:[{label:g.start,type:'text',id:'start',validate:CKEDITOR.dialog.validate.integer(g.validateStartNumber),setup:function(i){var j=i.getFirst(b).getAttribute('value')||i.getAttribute('start')||1;j&&this.setValue(j);},commit:function(i){var j=i.getFirst(b),k=j.getAttribute('value')||i.getAttribute('start')||1;i.getFirst(b).removeAttribute('value');var l=parseInt(this.getValue(),10);if(isNaN(l))i.removeAttribute('start');else i.setAttribute('start',l);var m=j,n=k,o=isNaN(l)?1:l;while((m=m.getNext(b))&&n++){if(m.getAttribute('value')==n)m.setAttribute('value',o+n-k);}}},{type:'select',label:g.type,id:'type',style:'width: 100%;',items:h,setup:function(i){var j=i.getStyle('list-style-type')||c[i.getAttribute('type')]||i.getAttribute('type')||'';this.setValue(j);},commit:function(i){var j=this.getValue();if(j)i.setStyle('list-style-type',j);else i.removeStyle('list-style-type');}}]}]}],onShow:function(){var i=this.getParentEditor(),j=a(i,'ol'); -j&&this.setupContent(j);},onOk:function(){var i=this.getParentEditor(),j=a(i,'ol');j&&this.commitContent(j);}};}};CKEDITOR.dialog.add('numberedListStyle',function(e){return d(e,'numberedListStyle');});CKEDITOR.dialog.add('bulletedListStyle',function(e){return d(e,'bulletedListStyle');});})(); +/* + Copyright (c) 2003-2014, 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){this.setValue(a.getStyle("list-style-type")|| +h[a.getAttribute("type")]||a.getAttribute("type")||"")},commit:function(a){var b=this.getValue();b?a.setStyle("list-style-type",b):a.removeStyle("list-style-type")}}]}],onShow:function(){var a=this.getParentEditor();(a=d(a,"ul"))&&this.setupContent(a)},onOk:function(){var a=this.getParentEditor();(a=d(a,"ul"))&&this.commitContent(a)}};if("numberedListStyle"==e){var g=[[b.notset,""],[b.lowerRoman,"lower-roman"],[b.upperRoman,"upper-roman"],[b.lowerAlpha,"lower-alpha"],[b.upperAlpha,"upper-alpha"], +[b.decimal,"decimal"]];(!CKEDITOR.env.ie||7<CKEDITOR.env.version)&&g.concat([[b.armenian,"armenian"],[b.decimalLeadingZero,"decimal-leading-zero"],[b.georgian,"georgian"],[b.lowerGreek,"lower-greek"]]);return{title:b.numberedTitle,minWidth:300,minHeight:50,contents:[{id:"info",accessKey:"I",elements:[{type:"hbox",widths:["25%","75%"],children:[{label:b.start,type:"text",id:"start",validate:CKEDITOR.dialog.validate.integer(b.validateStartNumber),setup:function(a){this.setValue(a.getFirst(f).getAttribute("value")|| +a.getAttribute("start")||1)},commit:function(a){var b=a.getFirst(f),c=b.getAttribute("value")||a.getAttribute("start")||1;a.getFirst(f).removeAttribute("value");var d=parseInt(this.getValue(),10);isNaN(d)?a.removeAttribute("start"):a.setAttribute("start",d);a=b;b=c;for(d=isNaN(d)?1:d;(a=a.getNext(f))&&b++;)a.getAttribute("value")==b&&a.setAttribute("value",d+b-c)}},{type:"select",label:b.type,id:"type",style:"width: 100%;",items:g,setup:function(a){this.setValue(a.getStyle("list-style-type")||h[a.getAttribute("type")]|| +a.getAttribute("type")||"")},commit:function(a){var b=this.getValue();b?a.setStyle("list-style-type",b):a.removeStyle("list-style-type")}}]}]}],onShow:function(){var a=this.getParentEditor();(a=d(a,"ol"))&&this.setupContent(a)},onOk:function(){var a=this.getParentEditor();(a=d(a,"ol"))&&this.commitContent(a)}}}}var f=function(c){return c.type==CKEDITOR.NODE_ELEMENT&&c.is("li")},h={a:"lower-alpha",A:"upper-alpha",i:"lower-roman",I:"upper-roman",1:"decimal",disc:"disc",circle:"circle",square:"square"}; +CKEDITOR.dialog.add("numberedListStyle",function(c){return e(c,"numberedListStyle")});CKEDITOR.dialog.add("bulletedListStyle",function(c){return e(c,"bulletedListStyle")})})(); \ No newline at end of file diff --git a/skins/ckeditor/plugins/magicline/images/hidpi/icon.png b/skins/ckeditor/plugins/magicline/images/hidpi/icon.png new file mode 100644 index 0000000..73a5f43 Binary files /dev/null and b/skins/ckeditor/plugins/magicline/images/hidpi/icon.png differ diff --git a/skins/ckeditor/plugins/magicline/images/icon.png b/skins/ckeditor/plugins/magicline/images/icon.png new file mode 100644 index 0000000..b5de5ba Binary files /dev/null and b/skins/ckeditor/plugins/magicline/images/icon.png differ diff --git a/skins/ckeditor/plugins/pastefromword/filter/default.js b/skins/ckeditor/plugins/pastefromword/filter/default.js index 1a91980..080deb4 100644 --- a/skins/ckeditor/plugins/pastefromword/filter/default.js +++ b/skins/ckeditor/plugins/pastefromword/filter/default.js @@ -1,11 +1,31 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){var a=CKEDITOR.htmlParser.fragment.prototype,b=CKEDITOR.htmlParser.element.prototype;a.onlyChild=b.onlyChild=function(){var u=this.children,v=u.length,w=v==1&&u[0];return w||null;};b.removeAnyChildWithName=function(u){var v=this.children,w=[],x;for(var y=0;y<v.length;y++){x=v[y];if(!x.name)continue;if(x.name==u){w.push(x);v.splice(y--,1);}w=w.concat(x.removeAnyChildWithName(u));}return w;};b.getAncestor=function(u){var v=this.parent;while(v&&!(v.name&&v.name.match(u)))v=v.parent;return v;};a.firstChild=b.firstChild=function(u){var v;for(var w=0;w<this.children.length;w++){v=this.children[w];if(u(v))return v;else if(v.name){v=v.firstChild(u);if(v)return v;}}return null;};b.addStyle=function(u,v,w){var A=this;var x,y='';if(typeof v=='string')y+=u+':'+v+';';else{if(typeof u=='object')for(var z in u){if(u.hasOwnProperty(z))y+=z+':'+u[z]+';';}else y+=u;w=v;}if(!A.attributes)A.attributes={};x=A.attributes.style||'';x=(w?[y,x]:[x,y]).join(';');A.attributes.style=x.replace(/^;|;(?=;)/,'');};CKEDITOR.dtd.parentOf=function(u){var v={};for(var w in this){if(w.indexOf('$')==-1&&this[w][u])v[w]=1;}return v;};function c(u){var v=u.children,w,x,y=u.children.length,z,A,B=/list-style-type:(.*?)(?:;|$)/,C=CKEDITOR.plugins.pastefromword.filters.stylesFilter;x=u.attributes;if(B.exec(x.style))return;for(var D=0;D<y;D++){w=v[D];if(w.attributes.value&&Number(w.attributes.value)==D+1)delete w.attributes.value;z=B.exec(w.attributes.style);if(z)if(z[1]==A||!A)A=z[1];else{A=null;break;}}if(A){for(D=0;D<y;D++){x=v[D].attributes;x.style&&(x.style=C([['list-style-type']])(x.style)||'');}u.addStyle('list-style-type',A);}};var d=/^([.\d]*)+(em|ex|px|gd|rem|vw|vh|vm|ch|mm|cm|in|pt|pc|deg|rad|ms|s|hz|khz){1}?/i,e=/^(?:\b0[^\s]*\s*){1,4}$/,f='^m{0,4}(cm|cd|d?c{0,3})(xc|xl|l?x{0,3})(ix|iv|v?i{0,3})$',g=new RegExp(f),h=new RegExp(f.toUpperCase()),i={decimal:/\d+/,'lower-roman':g,'upper-roman':h,'lower-alpha':/^[a-z]+$/,'upper-alpha':/^[A-Z]+$/},j={disc:/[l\u00B7\u2002]/,circle:/[\u006F\u00D8]/,square:/[\u006E\u25C6]/},k={ol:i,ul:j},l=[[1000,'M'],[900,'CM'],[500,'D'],[400,'CD'],[100,'C'],[90,'XC'],[50,'L'],[40,'XL'],[10,'X'],[9,'IX'],[5,'V'],[4,'IV'],[1,'I']],m='ABCDEFGHIJKLMNOPQRSTUVWXYZ';function n(u){u=u.toUpperCase();var v=l.length,w=0;for(var x=0;x<v;++x)for(var y=l[x],z=y[1].length;u.substr(0,z)==y[1];u=u.substr(z))w+=y[0];return w;};function o(u){u=u.toUpperCase();var v=m.length,w=1;for(var x=1;u.length>0;x*=v){w+=m.indexOf(u.charAt(u.length-1))*x;u=u.substr(0,u.length-1);}return w; -};var p=0,q=null,r,s=CKEDITOR.plugins.pastefromword={utils:{createListBulletMarker:function(u,v){var w=new CKEDITOR.htmlParser.element('cke:listbullet');w.attributes={'cke:listsymbol':u[0]};w.add(new CKEDITOR.htmlParser.text(v));return w;},isListBulletIndicator:function(u){var v=u.attributes&&u.attributes.style;if(/mso-list\s*:\s*Ignore/i.test(v))return true;},isContainingOnlySpaces:function(u){var v;return(v=u.onlyChild())&&/^(:?\s| )+$/.test(v.value);},resolveList:function(u){var v=u.attributes,w;if((w=u.removeAnyChildWithName('cke:listbullet'))&&w.length&&(w=w[0])){u.name='cke:li';if(v.style)v.style=s.filters.stylesFilter([['text-indent'],['line-height'],[/^margin(:?-left)?$/,null,function(x){var y=x.split(' ');x=CKEDITOR.tools.convertToPx(y[3]||y[1]||y[0]);if(!p&&q!==null&&x>q)p=x-q;q=x;v['cke:indent']=p&&Math.ceil(x/p)+1||1;}],[/^mso-list$/,null,function(x){x=x.split(' ');var y=Number(x[0].match(/\d+/)),z=Number(x[1].match(/\d+/));if(z==1){y!==r&&(v['cke:reset']=1);r=y;}v['cke:indent']=z;}]])(v.style,u)||'';if(!v['cke:indent']){q=0;v['cke:indent']=1;}CKEDITOR.tools.extend(v,w.attributes);return true;}else r=q=p=null;return false;},getStyleComponents:(function(){var u=CKEDITOR.dom.element.createFromHtml('<div style="position:absolute;left:-9999px;top:-9999px;"></div>',CKEDITOR.document);CKEDITOR.document.getBody().append(u);return function(v,w,x){u.setStyle(v,w);var y={},z=x.length;for(var A=0;A<z;A++)y[x[A]]=u.getStyle(x[A]);return y;};})(),listDtdParents:CKEDITOR.dtd.parentOf('ol')},filters:{flattenList:function(u,v){v=typeof v=='number'?v:1;var w=u.attributes,x;switch(w.type){case 'a':x='lower-alpha';break;case '1':x='decimal';break;}var y=u.children,z;for(var A=0;A<y.length;A++){z=y[A];if(z.name in CKEDITOR.dtd.$listItem){var B=z.attributes,C=z.children,D=C.length,E=C[D-1];if(E.name in CKEDITOR.dtd.$list){u.add(E,A+1);if(!--C.length)y.splice(A--,1);}z.name='cke:li';w.start&&!A&&(B.value=w.start);s.filters.stylesFilter([['tab-stops',null,function(H){var I=H.split(' ')[1].match(d);I&&(q=CKEDITOR.tools.convertToPx(I[0]));}],v==1?['mso-list',null,function(H){H=H.split(' ');var I=Number(H[0].match(/\d+/));I!==r&&(B['cke:reset']=1);r=I;}]:null])(B.style);B['cke:indent']=v;B['cke:listtype']=u.name;B['cke:list-style-type']=x;}else if(z.name in CKEDITOR.dtd.$list){arguments.callee.apply(this,[z,v+1]);y=y.slice(0,A).concat(z.children).concat(y.slice(A+1));u.children=[];for(var F=0,G=y.length;F<G;F++)u.add(y[F]);}}delete u.name;w['cke:list']=1;},assembleList:function(u){var v=u.children,w,x,y,z,A,B,C,D=[],E,F,G,H,I,J; -for(var K=0;K<v.length;K++){w=v[K];if('cke:li'==w.name){w.name='li';x=w;y=x.attributes;G=y['cke:listsymbol'];G=G&&G.match(/^(?:[(]?)([^\s]+?)([.)]?)$/);H=I=J=null;if(y['cke:ignored']){v.splice(K--,1);continue;}y['cke:reset']&&(C=A=B=null);z=Number(y['cke:indent']);if(z!=A)F=E=null;if(!G){H=y['cke:listtype']||'ol';I=y['cke:list-style-type'];}else{if(F&&k[F][E].test(G[1])){H=F;I=E;}else for(var L in k)for(var M in k[L]){if(k[L][M].test(G[1]))if(L=='ol'&&/alpha|roman/.test(M)){var N=/roman/.test(M)?n(G[1]):o(G[1]);if(!J||N<J){J=N;H=L;I=M;}}else{H=L;I=M;break;}}!H&&(H=G[2]?'ol':'ul');}F=H;E=I||(H=='ol'?'decimal':'disc');if(I&&I!=(H=='ol'?'decimal':'disc'))x.addStyle('list-style-type',I);if(H=='ol'&&G){switch(I){case 'decimal':J=Number(G[1]);break;case 'lower-roman':case 'upper-roman':J=n(G[1]);break;case 'lower-alpha':case 'upper-alpha':J=o(G[1]);break;}x.attributes.value=J;}if(!C){D.push(C=new CKEDITOR.htmlParser.element(H));C.add(x);v[K]=C;}else{if(z>A){D.push(C=new CKEDITOR.htmlParser.element(H));C.add(x);B.add(C);}else if(z<A){var O=A-z,P;while(O--&&(P=C.parent))C=P.parent;C.add(x);}else C.add(x);v.splice(K--,1);}B=x;A=z;}else if(C)C=A=B=null;}for(K=0;K<D.length;K++)c(D[K]);C=A=B=r=q=p=null;},falsyFilter:function(u){return false;},stylesFilter:function(u,v){return function(w,x){var y=[];(w||'').replace(/"/g,'"').replace(/\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g,function(A,B,C){B=B.toLowerCase();B=='font-family'&&(C=C.replace(/["']/g,''));var D,E,F,G;for(var H=0;H<u.length;H++){if(u[H]){D=u[H][0];E=u[H][1];F=u[H][2];G=u[H][3];if(B.match(D)&&(!E||C.match(E))){B=G||B;v&&(F=F||C);if(typeof F=='function')F=F(C,x,B);if(F&&F.push)B=F[0],F=F[1];if(typeof F=='string')y.push([B,F]);return;}}}!v&&y.push([B,C]);});for(var z=0;z<y.length;z++)y[z]=y[z].join(':');return y.length?y.join(';')+';':false;};},elementMigrateFilter:function(u,v){return function(w){var x=v?new CKEDITOR.style(u,v)._.definition:u;w.name=x.element;CKEDITOR.tools.extend(w.attributes,CKEDITOR.tools.clone(x.attributes));w.addStyle(CKEDITOR.style.getStyleText(x));};},styleMigrateFilter:function(u,v){var w=this.elementMigrateFilter;return function(x,y){var z=new CKEDITOR.htmlParser.element(null),A={};A[v]=x;w(u,A)(z);z.children=y.children;y.children=[z];};},bogusAttrFilter:function(u,v){if(v.name.indexOf('cke:')==-1)return false;},applyStyleFilter:null},getRules:function(u){var v=CKEDITOR.dtd,w=CKEDITOR.tools.extend({},v.$block,v.$listItem,v.$tableContent),x=u.config,y=this.filters,z=y.falsyFilter,A=y.stylesFilter,B=y.elementMigrateFilter,C=CKEDITOR.tools.bind(this.filters.styleMigrateFilter,this.filters),D=this.utils.createListBulletMarker,E=y.flattenList,F=y.assembleList,G=this.utils.isListBulletIndicator,H=this.utils.isContainingOnlySpaces,I=this.utils.resolveList,J=function(O){O=CKEDITOR.tools.convertToPx(O); -return isNaN(O)?O:O+'px';},K=this.utils.getStyleComponents,L=this.utils.listDtdParents,M=x.pasteFromWordRemoveFontStyles!==false,N=x.pasteFromWordRemoveStyles!==false;return{elementNames:[[/meta|link|script/,'']],root:function(O){O.filterChildren();F(O);},elements:{'^':function(O){var P;if(CKEDITOR.env.gecko&&(P=y.applyStyleFilter))P(O);},$:function(O){var P=O.name||'',Q=O.attributes;if(P in w&&Q.style)Q.style=A([[/^(:?width|height)$/,null,J]])(Q.style)||'';if(P.match(/h\d/)){O.filterChildren();if(I(O))return;B(x['format_'+P])(O);}else if(P in v.$inline){O.filterChildren();if(H(O))delete O.name;}else if(P.indexOf(':')!=-1&&P.indexOf('cke')==-1){O.filterChildren();if(P=='v:imagedata'){var R=O.attributes['o:href'];if(R)O.attributes.src=R;O.name='img';return;}delete O.name;}if(P in L){O.filterChildren();F(O);}},style:function(O){if(CKEDITOR.env.gecko){var P=O.onlyChild().value.match(/\/\* Style Definitions \*\/([\s\S]*?)\/\*/),Q=P&&P[1],R={};if(Q){Q.replace(/[\n\r]/g,'').replace(/(.+?)\{(.+?)\}/g,function(S,T,U){T=T.split(',');var V=T.length,W;for(var X=0;X<V;X++)CKEDITOR.tools.trim(T[X]).replace(/^(\w+)(\.[\w-]+)?$/g,function(Y,Z,aa){Z=Z||'*';aa=aa.substring(1,aa.length);if(aa.match(/MsoNormal/))return;if(!R[Z])R[Z]={};if(aa)R[Z][aa]=U;else R[Z]=U;});});y.applyStyleFilter=function(S){var T=R['*']?'*':S.name,U=S.attributes&&S.attributes['class'],V;if(T in R){V=R[T];if(typeof V=='object')V=V[U];V&&S.addStyle(V,true);}};}}return false;},p:function(O){if(/MsoListParagraph/.exec(O.attributes['class'])){var P=O.firstChild(function(S){return S.type==CKEDITOR.NODE_TEXT&&!H(S.parent);}),Q=P&&P.parent,R=Q&&Q.attributes;R&&!R.style&&(R.style='mso-list: Ignore;');}O.filterChildren();if(I(O))return;if(x.enterMode==CKEDITOR.ENTER_BR){delete O.name;O.add(new CKEDITOR.htmlParser.element('br'));}else B(x['format_'+(x.enterMode==CKEDITOR.ENTER_P?'p':'div')])(O);},div:function(O){var P=O.onlyChild();if(P&&P.name=='table'){var Q=O.attributes;P.attributes=CKEDITOR.tools.extend(P.attributes,Q);Q.style&&P.addStyle(Q.style);var R=new CKEDITOR.htmlParser.element('div');R.addStyle('clear','both');O.add(R);delete O.name;}},td:function(O){if(O.getAncestor('thead'))O.name='th';},ol:E,ul:E,dl:E,font:function(O){if(G(O.parent)){delete O.name;return;}O.filterChildren();var P=O.attributes,Q=P.style,R=O.parent;if('font'==R.name){CKEDITOR.tools.extend(R.attributes,O.attributes);Q&&R.addStyle(Q);delete O.name;}else{Q=Q||'';if(P.color){P.color!='#000000'&&(Q+='color:'+P.color+';');delete P.color; -}if(P.face){Q+='font-family:'+P.face+';';delete P.face;}if(P.size){Q+='font-size:'+(P.size>3?'large':P.size<3?'small':'medium')+';';delete P.size;}O.name='span';O.addStyle(Q);}},span:function(O){if(G(O.parent))return false;O.filterChildren();if(H(O)){delete O.name;return null;}if(G(O)){var P=O.firstChild(function(Y){return Y.value||Y.name=='img';}),Q=P&&(P.value||'l.'),R=Q&&Q.match(/^(?:[(]?)([^\s]+?)([.)]?)$/);if(R){var S=D(R,Q),T=O.getAncestor('span');if(T&&/ mso-hide:\s*all|display:\s*none /.test(T.attributes.style))S.attributes['cke:ignored']=1;return S;}}var U=O.children,V=O.attributes,W=V&&V.style,X=U&&U[0];if(W)V.style=A([['line-height'],[/^font-family$/,null,!M?C(x.font_style,'family'):null],[/^font-size$/,null,!M?C(x.fontSize_style,'size'):null],[/^color$/,null,!M?C(x.colorButton_foreStyle,'color'):null],[/^background-color$/,null,!M?C(x.colorButton_backStyle,'color'):null]])(W,O)||'';return null;},b:B(x.coreStyles_bold),i:B(x.coreStyles_italic),u:B(x.coreStyles_underline),s:B(x.coreStyles_strike),sup:B(x.coreStyles_superscript),sub:B(x.coreStyles_subscript),a:function(O){var P=O.attributes;if(P&&!P.href&&P.name)delete O.name;else if(CKEDITOR.env.webkit&&P.href&&P.href.match(/file:\/\/\/[\S]+#/i))P.href=P.href.replace(/file:\/\/\/[^#]+/i,'');},'cke:listbullet':function(O){if(O.getAncestor(/h\d/)&&!x.pasteFromWordNumberedHeadingToList)delete O.name;}},attributeNames:[[/^onmouse(:?out|over)/,''],[/^onload$/,''],[/(?:v|o):\w+/,''],[/^lang/,'']],attributes:{style:A(N?[[/^list-style-type$/,null],[/^margin$|^margin-(?!bottom|top)/,null,function(O,P,Q){if(P.name in {p:1,div:1}){var R=x.contentsLangDirection=='ltr'?'margin-left':'margin-right';if(Q=='margin')O=K(Q,O,[R])[R];else if(Q!=R)return null;if(O&&!e.test(O))return[R,O];}return null;}],[/^clear$/],[/^border.*|margin.*|vertical-align|float$/,null,function(O,P){if(P.name=='img')return O;}],[/^width|height$/,null,function(O,P){if(P.name in {table:1,td:1,th:1,img:1})return O;}]]:[[/^mso-/],[/-color$/,null,function(O){if(O=='transparent')return false;if(CKEDITOR.env.gecko)return O.replace(/-moz-use-text-color/g,'transparent');}],[/^margin$/,e],['text-indent','0cm'],['page-break-before'],['tab-stops'],['display','none'],M?[/font-?/]:null],N),width:function(O,P){if(P.name in v.$tableContent)return false;},border:function(O,P){if(P.name in v.$tableContent)return false;},'class':z,bgcolor:z,valign:N?z:function(O,P){P.addStyle('vertical-align',O);return false;}},comment:!CKEDITOR.env.ie?function(O,P){var Q=O.match(/<img.*?>/),R=O.match(/^\[if !supportLists\]([\s\S]*?)\[endif\]$/); -if(R){var S=R[1]||Q&&'l.',T=S&&S.match(/>(?:[(]?)([^\s]+?)([.)]?)</);return D(T,S);}if(CKEDITOR.env.gecko&&Q){var U=CKEDITOR.htmlParser.fragment.fromHtml(Q[0]).children[0],V=P.previous,W=V&&V.value.match(/<v:imagedata[^>]*o:href=['"](.*?)['"]/),X=W&&W[1];X&&(U.attributes.src=X);return U;}return false;}:z};}},t=function(){this.dataFilter=new CKEDITOR.htmlParser.filter();};t.prototype={toHtml:function(u){var v=CKEDITOR.htmlParser.fragment.fromHtml(u,false),w=new CKEDITOR.htmlParser.basicWriter();v.writeHtml(w,this.dataFilter);return w.getHtml(true);}};CKEDITOR.cleanWord=function(u,v){if(CKEDITOR.env.gecko)u=u.replace(/(<!--\[if[^<]*?\])-->([\S\s]*?)<!--(\[endif\]-->)/gi,'$1$2$3');var w=new t(),x=w.dataFilter;x.addRules(CKEDITOR.plugins.pastefromword.getRules(v));v.fire('beforeCleanWord',{filter:x});try{u=w.toHtml(u,false);}catch(y){alert(v.lang.pastefromword.error);}u=u.replace(/cke:.*?".*?"/g,'');u=u.replace(/style=""/g,'');u=u.replace(/<span>/g,'');return u;};})(); +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function y(a){for(var a=a.toUpperCase(),c=z.length,b=0,f=0;f<c;++f)for(var d=z[f],e=d[1].length;a.substr(0,e)==d[1];a=a.substr(e))b+=d[0];return b}function A(a){for(var a=a.toUpperCase(),c=B.length,b=1,f=1;0<a.length;f*=c)b+=B.indexOf(a.charAt(a.length-1))*f,a=a.substr(0,a.length-1);return b}var C=CKEDITOR.htmlParser.fragment.prototype,o=CKEDITOR.htmlParser.element.prototype;C.onlyChild=o.onlyChild=function(){var a=this.children;return 1==a.length&&a[0]||null};o.removeAnyChildWithName= +function(a){for(var c=this.children,b=[],f,d=0;d<c.length;d++)f=c[d],f.name&&(f.name==a&&(b.push(f),c.splice(d--,1)),b=b.concat(f.removeAnyChildWithName(a)));return b};o.getAncestor=function(a){for(var c=this.parent;c&&(!c.name||!c.name.match(a));)c=c.parent;return c};C.firstChild=o.firstChild=function(a){for(var c,b=0;b<this.children.length;b++)if(c=this.children[b],a(c)||c.name&&(c=c.firstChild(a)))return c;return null};o.addStyle=function(a,c,b){var f="";if("string"==typeof c)f+=a+":"+c+";";else{if("object"== +typeof a)for(var d in a)a.hasOwnProperty(d)&&(f+=d+":"+a[d]+";");else f+=a;b=c}this.attributes||(this.attributes={});a=this.attributes.style||"";a=(b?[f,a]:[a,f]).join(";");this.attributes.style=a.replace(/^;|;(?=;)/,"")};o.getStyle=function(a){var c=this.attributes.style;if(c)return c=CKEDITOR.tools.parseCssText(c,1),c[a]};CKEDITOR.dtd.parentOf=function(a){var c={},b;for(b in this)-1==b.indexOf("$")&&this[b][a]&&(c[b]=1);return c};var H=/^([.\d]*)+(em|ex|px|gd|rem|vw|vh|vm|ch|mm|cm|in|pt|pc|deg|rad|ms|s|hz|khz){1}?/i, +D=/^(?:\b0[^\s]*\s*){1,4}$/,x={ol:{decimal:/\d+/,"lower-roman":/^m{0,4}(cm|cd|d?c{0,3})(xc|xl|l?x{0,3})(ix|iv|v?i{0,3})$/,"upper-roman":/^M{0,4}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})$/,"lower-alpha":/^[a-z]+$/,"upper-alpha":/^[A-Z]+$/},ul:{disc:/[l\u00B7\u2002]/,circle:/[\u006F\u00D8]/,square:/[\u006E\u25C6]/}},z=[[1E3,"M"],[900,"CM"],[500,"D"],[400,"CD"],[100,"C"],[90,"XC"],[50,"L"],[40,"XL"],[10,"X"],[9,"IX"],[5,"V"],[4,"IV"],[1,"I"]],B="ABCDEFGHIJKLMNOPQRSTUVWXYZ",s=0,t=null,w,E=CKEDITOR.plugins.pastefromword= +{utils:{createListBulletMarker:function(a,c){var b=new CKEDITOR.htmlParser.element("cke:listbullet");b.attributes={"cke:listsymbol":a[0]};b.add(new CKEDITOR.htmlParser.text(c));return b},isListBulletIndicator:function(a){if(/mso-list\s*:\s*Ignore/i.test(a.attributes&&a.attributes.style))return!0},isContainingOnlySpaces:function(a){var c;return(c=a.onlyChild())&&/^(:?\s| )+$/.test(c.value)},resolveList:function(a){var c=a.attributes,b;if((b=a.removeAnyChildWithName("cke:listbullet"))&&b.length&& +(b=b[0]))return a.name="cke:li",c.style&&(c.style=E.filters.stylesFilter([["text-indent"],["line-height"],[/^margin(:?-left)?$/,null,function(a){a=a.split(" ");a=CKEDITOR.tools.convertToPx(a[3]||a[1]||a[0]);!s&&(null!==t&&a>t)&&(s=a-t);t=a;c["cke:indent"]=s&&Math.ceil(a/s)+1||1}],[/^mso-list$/,null,function(a){var a=a.split(" "),b=Number(a[0].match(/\d+/)),a=Number(a[1].match(/\d+/));1==a&&(b!==w&&(c["cke:reset"]=1),w=b);c["cke:indent"]=a}]])(c.style,a)||""),c["cke:indent"]||(t=0,c["cke:indent"]= +1),CKEDITOR.tools.extend(c,b.attributes),!0;w=t=s=null;return!1},getStyleComponents:function(){var a=CKEDITOR.dom.element.createFromHtml('<div style="position:absolute;left:-9999px;top:-9999px;"></div>',CKEDITOR.document);CKEDITOR.document.getBody().append(a);return function(c,b,f){a.setStyle(c,b);for(var c={},b=f.length,d=0;d<b;d++)c[f[d]]=a.getStyle(f[d]);return c}}(),listDtdParents:CKEDITOR.dtd.parentOf("ol")},filters:{flattenList:function(a,c){var c="number"==typeof c?c:1,b=a.attributes,f;switch(b.type){case "a":f= +"lower-alpha";break;case "1":f="decimal"}for(var d=a.children,e,h=0;h<d.length;h++)if(e=d[h],e.name in CKEDITOR.dtd.$listItem){var j=e.attributes,g=e.children,m=g[g.length-1];m.name in CKEDITOR.dtd.$list&&(a.add(m,h+1),--g.length||d.splice(h--,1));e.name="cke:li";b.start&&!h&&(j.value=b.start);E.filters.stylesFilter([["tab-stops",null,function(a){(a=a.split(" ")[1].match(H))&&(t=CKEDITOR.tools.convertToPx(a[0]))}],1==c?["mso-list",null,function(a){a=a.split(" ");a=Number(a[0].match(/\d+/));a!==w&& +(j["cke:reset"]=1);w=a}]:null])(j.style);j["cke:indent"]=c;j["cke:listtype"]=a.name;j["cke:list-style-type"]=f}else if(e.name in CKEDITOR.dtd.$list){arguments.callee.apply(this,[e,c+1]);d=d.slice(0,h).concat(e.children).concat(d.slice(h+1));a.children=[];e=0;for(g=d.length;e<g;e++)a.add(d[e]);d=a.children}delete a.name;b["cke:list"]=1},assembleList:function(a){for(var c=a.children,b,f,d,e,h,j,a=[],g,m,i,l,k,p,n=0;n<c.length;n++)if(b=c[n],"cke:li"==b.name)if(b.name="li",f=b.attributes,i=(i=f["cke:listsymbol"])&& +i.match(/^(?:[(]?)([^\s]+?)([.)]?)$/),l=k=p=null,f["cke:ignored"])c.splice(n--,1);else{f["cke:reset"]&&(j=e=h=null);d=Number(f["cke:indent"]);d!=e&&(m=g=null);if(i){if(m&&x[m][g].test(i[1]))l=m,k=g;else for(var q in x)for(var u in x[q])if(x[q][u].test(i[1]))if("ol"==q&&/alpha|roman/.test(u)){if(g=/roman/.test(u)?y(i[1]):A(i[1]),!p||g<p)p=g,l=q,k=u}else{l=q;k=u;break}!l&&(l=i[2]?"ol":"ul")}else l=f["cke:listtype"]||"ol",k=f["cke:list-style-type"];m=l;g=k||("ol"==l?"decimal":"disc");k&&k!=("ol"==l? +"decimal":"disc")&&b.addStyle("list-style-type",k);if("ol"==l&&i){switch(k){case "decimal":p=Number(i[1]);break;case "lower-roman":case "upper-roman":p=y(i[1]);break;case "lower-alpha":case "upper-alpha":p=A(i[1])}b.attributes.value=p}if(j){if(d>e)a.push(j=new CKEDITOR.htmlParser.element(l)),j.add(b),h.add(j);else{if(d<e){e-=d;for(var r;e--&&(r=j.parent);)j=r.parent}j.add(b)}c.splice(n--,1)}else a.push(j=new CKEDITOR.htmlParser.element(l)),j.add(b),c[n]=j;h=b;e=d}else j&&(j=e=h=null);for(n=0;n<a.length;n++)if(j= +a[n],q=j.children,g=g=void 0,u=j.children.length,r=g=void 0,c=/list-style-type:(.*?)(?:;|$)/,e=CKEDITOR.plugins.pastefromword.filters.stylesFilter,g=j.attributes,!c.exec(g.style)){for(h=0;h<u;h++)if(g=q[h],g.attributes.value&&Number(g.attributes.value)==h+1&&delete g.attributes.value,g=c.exec(g.attributes.style))if(g[1]==r||!r)r=g[1];else{r=null;break}if(r){for(h=0;h<u;h++)g=q[h].attributes,g.style&&(g.style=e([["list-style-type"]])(g.style)||"");j.addStyle("list-style-type",r)}}w=t=s=null},falsyFilter:function(){return!1}, +stylesFilter:function(a,c){return function(b,f){var d=[];(b||"").replace(/"/g,'"').replace(/\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g,function(b,e,g){e=e.toLowerCase();"font-family"==e&&(g=g.replace(/["']/g,""));for(var m,i,l,k=0;k<a.length;k++)if(a[k]&&(b=a[k][0],m=a[k][1],i=a[k][2],l=a[k][3],e.match(b)&&(!m||g.match(m)))){e=l||e;c&&(i=i||g);"function"==typeof i&&(i=i(g,f,e));i&&i.push&&(e=i[0],i=i[1]);"string"==typeof i&&d.push([e,i]);return}!c&&d.push([e,g])});for(var e=0;e<d.length;e++)d[e]= +d[e].join(":");return d.length?d.join(";")+";":!1}},elementMigrateFilter:function(a,c){return a?function(b){var f=c?(new CKEDITOR.style(a,c))._.definition:a;b.name=f.element;CKEDITOR.tools.extend(b.attributes,CKEDITOR.tools.clone(f.attributes));b.addStyle(CKEDITOR.style.getStyleText(f))}:function(){}},styleMigrateFilter:function(a,c){var b=this.elementMigrateFilter;return a?function(f,d){var e=new CKEDITOR.htmlParser.element(null),h={};h[c]=f;b(a,h)(e);e.children=d.children;d.children=[e];e.filter= +function(){};e.parent=d}:function(){}},bogusAttrFilter:function(a,c){if(-1==c.name.indexOf("cke:"))return!1},applyStyleFilter:null},getRules:function(a,c){var b=CKEDITOR.dtd,f=CKEDITOR.tools.extend({},b.$block,b.$listItem,b.$tableContent),d=a.config,e=this.filters,h=e.falsyFilter,j=e.stylesFilter,g=e.elementMigrateFilter,m=CKEDITOR.tools.bind(this.filters.styleMigrateFilter,this.filters),i=this.utils.createListBulletMarker,l=e.flattenList,k=e.assembleList,p=this.utils.isListBulletIndicator,n=this.utils.isContainingOnlySpaces, +q=this.utils.resolveList,u=function(a){a=CKEDITOR.tools.convertToPx(a);return isNaN(a)?a:a+"px"},r=this.utils.getStyleComponents,t=this.utils.listDtdParents,o=!1!==d.pasteFromWordRemoveFontStyles,s=!1!==d.pasteFromWordRemoveStyles;return{elementNames:[[/meta|link|script/,""]],root:function(a){a.filterChildren(c);k(a)},elements:{"^":function(a){var c;CKEDITOR.env.gecko&&(c=e.applyStyleFilter)&&c(a)},$:function(a){var v=a.name||"",e=a.attributes;v in f&&e.style&&(e.style=j([[/^(:?width|height)$/,null, +u]])(e.style)||"");if(v.match(/h\d/)){a.filterChildren(c);if(q(a))return;g(d["format_"+v])(a)}else if(v in b.$inline)a.filterChildren(c),n(a)&&delete a.name;else if(-1!=v.indexOf(":")&&-1==v.indexOf("cke")){a.filterChildren(c);if("v:imagedata"==v){if(v=a.attributes["o:href"])a.attributes.src=v;a.name="img";return}delete a.name}v in t&&(a.filterChildren(c),k(a))},style:function(a){if(CKEDITOR.env.gecko){var a=(a=a.onlyChild().value.match(/\/\* Style Definitions \*\/([\s\S]*?)\/\*/))&&a[1],c={};a&& +(a.replace(/[\n\r]/g,"").replace(/(.+?)\{(.+?)\}/g,function(a,b,F){for(var b=b.split(","),a=b.length,d=0;d<a;d++)CKEDITOR.tools.trim(b[d]).replace(/^(\w+)(\.[\w-]+)?$/g,function(a,b,d){b=b||"*";d=d.substring(1,d.length);d.match(/MsoNormal/)||(c[b]||(c[b]={}),d?c[b][d]=F:c[b]=F)})}),e.applyStyleFilter=function(a){var b=c["*"]?"*":a.name,d=a.attributes&&a.attributes["class"];b in c&&(b=c[b],"object"==typeof b&&(b=b[d]),b&&a.addStyle(b,!0))})}return!1},p:function(a){if(/MsoListParagraph/i.exec(a.attributes["class"])|| +a.getStyle("mso-list")){var b=a.firstChild(function(a){return a.type==CKEDITOR.NODE_TEXT&&!n(a.parent)});(b=b&&b.parent)&&b.addStyle("mso-list","Ignore")}a.filterChildren(c);q(a)||(d.enterMode==CKEDITOR.ENTER_BR?(delete a.name,a.add(new CKEDITOR.htmlParser.element("br"))):g(d["format_"+(d.enterMode==CKEDITOR.ENTER_P?"p":"div")])(a))},div:function(a){var c=a.onlyChild();if(c&&"table"==c.name){var b=a.attributes;c.attributes=CKEDITOR.tools.extend(c.attributes,b);b.style&&c.addStyle(b.style);c=new CKEDITOR.htmlParser.element("div"); +c.addStyle("clear","both");a.add(c);delete a.name}},td:function(a){a.getAncestor("thead")&&(a.name="th")},ol:l,ul:l,dl:l,font:function(a){if(p(a.parent))delete a.name;else{a.filterChildren(c);var b=a.attributes,d=b.style,e=a.parent;"font"==e.name?(CKEDITOR.tools.extend(e.attributes,a.attributes),d&&e.addStyle(d),delete a.name):(d=d||"",b.color&&("#000000"!=b.color&&(d+="color:"+b.color+";"),delete b.color),b.face&&(d+="font-family:"+b.face+";",delete b.face),b.size&&(d+="font-size:"+(3<b.size?"large": +3>b.size?"small":"medium")+";",delete b.size),a.name="span",a.addStyle(d))}},span:function(a){if(p(a.parent))return!1;a.filterChildren(c);if(n(a))return delete a.name,null;if(p(a)){var b=a.firstChild(function(a){return a.value||"img"==a.name}),e=(b=b&&(b.value||"l."))&&b.match(/^(?:[(]?)([^\s]+?)([.)]?)$/);if(e)return b=i(e,b),(a=a.getAncestor("span"))&&/ mso-hide:\s*all|display:\s*none /.test(a.attributes.style)&&(b.attributes["cke:ignored"]=1),b}if(e=(b=a.attributes)&&b.style)b.style=j([["line-height"], +[/^font-family$/,null,!o?m(d.font_style,"family"):null],[/^font-size$/,null,!o?m(d.fontSize_style,"size"):null],[/^color$/,null,!o?m(d.colorButton_foreStyle,"color"):null],[/^background-color$/,null,!o?m(d.colorButton_backStyle,"color"):null]])(e,a)||"";b.style||delete b.style;CKEDITOR.tools.isEmpty(b)&&delete a.name;return null},b:g(d.coreStyles_bold),i:g(d.coreStyles_italic),u:g(d.coreStyles_underline),s:g(d.coreStyles_strike),sup:g(d.coreStyles_superscript),sub:g(d.coreStyles_subscript),a:function(a){a= +a.attributes;a.href&&a.href.match(/^file:\/\/\/[\S]+#/i)&&(a.href=a.href.replace(/^file:\/\/\/[^#]+/i,""))},"cke:listbullet":function(a){a.getAncestor(/h\d/)&&!d.pasteFromWordNumberedHeadingToList&&delete a.name}},attributeNames:[[/^onmouse(:?out|over)/,""],[/^onload$/,""],[/(?:v|o):\w+/,""],[/^lang/,""]],attributes:{style:j(s?[[/^list-style-type$/,null],[/^margin$|^margin-(?!bottom|top)/,null,function(a,b,c){if(b.name in{p:1,div:1}){b="ltr"==d.contentsLangDirection?"margin-left":"margin-right";if("margin"== +c)a=r(c,a,[b])[b];else if(c!=b)return null;if(a&&!D.test(a))return[b,a]}return null}],[/^clear$/],[/^border.*|margin.*|vertical-align|float$/,null,function(a,b){if("img"==b.name)return a}],[/^width|height$/,null,function(a,b){if(b.name in{table:1,td:1,th:1,img:1})return a}]]:[[/^mso-/],[/-color$/,null,function(a){if("transparent"==a)return!1;if(CKEDITOR.env.gecko)return a.replace(/-moz-use-text-color/g,"transparent")}],[/^margin$/,D],["text-indent","0cm"],["page-break-before"],["tab-stops"],["display", +"none"],o?[/font-?/]:null],s),width:function(a,c){if(c.name in b.$tableContent)return!1},border:function(a,c){if(c.name in b.$tableContent)return!1},"class":h,bgcolor:h,valign:s?h:function(a,b){b.addStyle("vertical-align",a);return!1}},comment:!CKEDITOR.env.ie?function(a,b){var c=a.match(/<img.*?>/),d=a.match(/^\[if !supportLists\]([\s\S]*?)\[endif\]$/);return d?(d=(c=d[1]||c&&"l.")&&c.match(/>(?:[(]?)([^\s]+?)([.)]?)</),i(d,c)):CKEDITOR.env.gecko&&c?(c=CKEDITOR.htmlParser.fragment.fromHtml(c[0]).children[0], +(d=(d=(d=b.previous)&&d.value.match(/<v:imagedata[^>]*o:href=['"](.*?)['"]/))&&d[1])&&(c.attributes.src=d),c):!1}:h}}},G=function(){this.dataFilter=new CKEDITOR.htmlParser.filter};G.prototype={toHtml:function(a){var a=CKEDITOR.htmlParser.fragment.fromHtml(a),c=new CKEDITOR.htmlParser.basicWriter;a.writeHtml(c,this.dataFilter);return c.getHtml(!0)}};CKEDITOR.cleanWord=function(a,c){CKEDITOR.env.gecko&&(a=a.replace(/(<\!--\[if[^<]*?\])--\>([\S\s]*?)<\!--(\[endif\]--\>)/gi,"$1$2$3"));CKEDITOR.env.webkit&& +(a=a.replace(/(class="MsoListParagraph[^>]+><\!--\[if !supportLists\]--\>)([^<]+<span[^<]+<\/span>)(<\!--\[endif\]--\>)/gi,"$1<span>$2</span>$3"));var b=new G,f=b.dataFilter;f.addRules(CKEDITOR.plugins.pastefromword.getRules(c,f));c.fire("beforeCleanWord",{filter:f});try{a=b.toHtml(a)}catch(d){alert(c.lang.pastefromword.error)}a=a.replace(/cke:.*?".*?"/g,"");a=a.replace(/style=""/g,"");return a=a.replace(/<span>/g,"")}})(); \ No newline at end of file diff --git a/skins/ckeditor/plugins/pastetext/dialogs/pastetext.js b/skins/ckeditor/plugins/pastetext/dialogs/pastetext.js deleted file mode 100644 index a5cfd05..0000000 --- a/skins/ckeditor/plugins/pastetext/dialogs/pastetext.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){CKEDITOR.dialog.add('pastetext',function(a){return{title:a.lang.pasteText.title,minWidth:CKEDITOR.env.ie&&CKEDITOR.env.quirks?368:350,minHeight:240,onShow:function(){this.setupContent();},onOk:function(){this.commitContent();},contents:[{label:a.lang.common.generalTab,id:'general',elements:[{type:'html',id:'pasteMsg',html:'<div style="white-space:normal;width:340px;">'+a.lang.clipboard.pasteMsg+'</div>'},{type:'textarea',id:'content',className:'cke_pastetext',onLoad:function(){var b=this.getDialog().getContentElement('general','pasteMsg').getElement(),c=this.getElement().getElementsByTag('textarea').getItem(0);c.setAttribute('aria-labelledby',b.$.id);c.setStyle('direction',a.config.contentsLangDirection);},focus:function(){this.getElement().focus();},setup:function(){this.setValue('');},commit:function(){var b=this.getValue();setTimeout(function(){a.fire('paste',{text:b});},0);}}]}]};});})(); diff --git a/skins/ckeditor/plugins/placeholder/dialogs/placeholder.js b/skins/ckeditor/plugins/placeholder/dialogs/placeholder.js deleted file mode 100644 index 3b7e6d1..0000000 --- a/skins/ckeditor/plugins/placeholder/dialogs/placeholder.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){function a(b,c){var d=b.lang.placeholder,e=b.lang.common.generalTab;return{title:d.title,minWidth:300,minHeight:80,contents:[{id:'info',label:e,title:e,elements:[{id:'text',type:'text',style:'width: 100%;',label:d.text,'default':'',required:true,validate:CKEDITOR.dialog.validate.notEmpty(d.textMissing),setup:function(f){if(c)this.setValue(f.getText().slice(2,-2));},commit:function(f){var g='[['+this.getValue()+']]';CKEDITOR.plugins.placeholder.createPlaceholder(b,f,g);}}]}],onShow:function(){if(c)this._element=CKEDITOR.plugins.placeholder.getSelectedPlaceHoder(b);this.setupContent(this._element);},onOk:function(){this.commitContent(this._element);delete this._element;}};};CKEDITOR.dialog.add('createplaceholder',function(b){return a(b);});CKEDITOR.dialog.add('editplaceholder',function(b){return a(b,1);});})(); diff --git a/skins/ckeditor/plugins/placeholder/lang/en.js b/skins/ckeditor/plugins/placeholder/lang/en.js deleted file mode 100644 index 723a432..0000000 --- a/skins/ckeditor/plugins/placeholder/lang/en.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.setLang('placeholder','en',{placeholder:{title:'Placeholder Properties',toolbar:'Create Placeholder',text:'Placeholder Text',edit:'Edit Placeholder',textMissing:'The placeholder must contain text.'}}); diff --git a/skins/ckeditor/plugins/placeholder/lang/he.js b/skins/ckeditor/plugins/placeholder/lang/he.js deleted file mode 100644 index 4feb2f2..0000000 --- a/skins/ckeditor/plugins/placeholder/lang/he.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.setLang('placeholder','he',{placeholder:{title:'××פ××× × ×©××ר ×ק××',toolbar:'צ×ר ש××ר ×ק××',text:'ת××× ×©××ר ××ק××',edit:'ער×× ×©××ר ×ק××',textMissing:'ש××ר ××ק×× ×××× ××××× ×קס×.'}}); diff --git a/skins/ckeditor/plugins/placeholder/placeholder.gif b/skins/ckeditor/plugins/placeholder/placeholder.gif deleted file mode 100644 index c07078c..0000000 Binary files a/skins/ckeditor/plugins/placeholder/placeholder.gif and /dev/null differ diff --git a/skins/ckeditor/plugins/placeholder/plugin.js b/skins/ckeditor/plugins/placeholder/plugin.js deleted file mode 100644 index c49c51d..0000000 --- a/skins/ckeditor/plugins/placeholder/plugin.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){var a=/\[\[[^\]]+\]\]/g;CKEDITOR.plugins.add('placeholder',{requires:['dialog'],lang:['en','he'],init:function(b){var c=b.lang.placeholder;b.addCommand('createplaceholder',new CKEDITOR.dialogCommand('createplaceholder'));b.addCommand('editplaceholder',new CKEDITOR.dialogCommand('editplaceholder'));b.ui.addButton('CreatePlaceholder',{label:c.toolbar,command:'createplaceholder',icon:this.path+'placeholder.gif'});if(b.addMenuItems){b.addMenuGroup('placeholder',20);b.addMenuItems({editplaceholder:{label:c.edit,command:'editplaceholder',group:'placeholder',order:1,icon:this.path+'placeholder.gif'}});if(b.contextMenu)b.contextMenu.addListener(function(d,e){if(!d||!d.data('cke-placeholder'))return null;return{editplaceholder:CKEDITOR.TRISTATE_OFF};});}b.on('doubleclick',function(d){if(CKEDITOR.plugins.placeholder.getSelectedPlaceHoder(b))d.data.dialog='editplaceholder';});b.addCss('.cke_placeholder{background-color: #ffff00;'+(CKEDITOR.env.gecko?'cursor: default;':'')+'}');b.on('contentDom',function(){b.document.getBody().on('resizestart',function(d){if(b.getSelection().getSelectedElement().data('cke-placeholder'))d.data.preventDefault();});});CKEDITOR.dialog.add('createplaceholder',this.path+'dialogs/placeholder.js');CKEDITOR.dialog.add('editplaceholder',this.path+'dialogs/placeholder.js');},afterInit:function(b){var c=b.dataProcessor,d=c&&c.dataFilter,e=c&&c.htmlFilter;if(d)d.addRules({text:function(f){return f.replace(a,function(g){return CKEDITOR.plugins.placeholder.createPlaceholder(b,null,g,1);});}});if(e)e.addRules({elements:{span:function(f){if(f.attributes&&f.attributes['data-cke-placeholder'])delete f.name;}}});}});})();CKEDITOR.plugins.placeholder={createPlaceholder:function(a,b,c,d){var e=new CKEDITOR.dom.element('span',a.document);e.setAttributes({contentEditable:'false','data-cke-placeholder':1,'class':'cke_placeholder'});c&&e.setText(c);if(d)return e.getOuterHtml();if(b){if(CKEDITOR.env.ie){e.insertAfter(b);setTimeout(function(){b.remove();e.focus();},10);}else e.replace(b);}else a.insertElement(e);return null;},getSelectedPlaceHoder:function(a){var b=a.getSelection().getRanges()[0];b.shrink(CKEDITOR.SHRINK_TEXT);var c=b.startContainer;while(c&&!(c.type==CKEDITOR.NODE_ELEMENT&&c.data('cke-placeholder')))c=c.getParent();return c;}}; diff --git a/skins/ckeditor/plugins/preview/preview.html b/skins/ckeditor/plugins/preview/preview.html new file mode 100644 index 0000000..d6c4937 --- /dev/null +++ b/skins/ckeditor/plugins/preview/preview.html @@ -0,0 +1,10 @@ +<script> + +var doc = document; +doc.open(); +doc.write( window.opener._cke_htmlToLoad ); +doc.close(); + +delete window.opener._cke_htmlToLoad; + +</script> diff --git a/skins/ckeditor/plugins/scayt/LICENSE.md b/skins/ckeditor/plugins/scayt/LICENSE.md new file mode 100644 index 0000000..844ab4d --- /dev/null +++ b/skins/ckeditor/plugins/scayt/LICENSE.md @@ -0,0 +1,28 @@ +Software License Agreement +========================== + +**CKEditor SCAYT Plugin** +Copyright © 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved. + +Licensed under the terms of any of the following licenses at your choice: + +* GNU General Public License Version 2 or later (the "GPL"): + http://www.gnu.org/licenses/gpl.html + +* GNU Lesser General Public License Version 2.1 or later (the "LGPL"): + http://www.gnu.org/licenses/lgpl.html + +* Mozilla Public License Version 1.1 or later (the "MPL"): + http://www.mozilla.org/MPL/MPL-1.1.html + +You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice. + +Sources of Intellectual Property Included in this plugin +-------------------------------------------------------- + +Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission. + +Trademarks +---------- + +CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders. diff --git a/skins/ckeditor/plugins/scayt/README.md b/skins/ckeditor/plugins/scayt/README.md new file mode 100644 index 0000000..0f51958 --- /dev/null +++ b/skins/ckeditor/plugins/scayt/README.md @@ -0,0 +1,25 @@ +CKEditor SCAYT Plugin +===================== + +This plugin brings Spell Check As You Type (SCAYT) into CKEditor. + +SCAYT is a "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution. + +Installation +------------ + +1. Clone/copy this repository contents in a new "plugins/scayt" folder in your CKEditor installation. +2. Enable the "scayt" plugin in the CKEditor configuration file (config.js): + + config.extraPlugins = 'scayt'; + +That's all. SCAYT will appear on the editor toolbar and will be ready to use. + +License +------- + +Licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html). + +See LICENSE.md for more information. + +Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/). diff --git a/skins/ckeditor/plugins/scayt/dialogs/options.js b/skins/ckeditor/plugins/scayt/dialogs/options.js index e0834a7..cc97b33 100644 --- a/skins/ckeditor/plugins/scayt/dialogs/options.js +++ b/skins/ckeditor/plugins/scayt/dialogs/options.js @@ -1,8 +1,20 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('scaytcheck',function(a){var b=true,c,d=CKEDITOR.document,e=a.name,f=CKEDITOR.plugins.scayt.getUiTabs(a),g,h=[],i=0,j=['dic_create_'+e+',dic_restore_'+e,'dic_rename_'+e+',dic_delete_'+e],k=['mixedCase','mixedWithDigits','allCaps','ignoreDomainNames'];function l(){if(typeof document.forms['optionsbar_'+e]!='undefined')return document.forms['optionsbar_'+e].options;return[];};function m(){if(typeof document.forms['languagesbar_'+e]!='undefined')return document.forms['languagesbar_'+e].scayt_lang;return[];};function n(z,A){if(!z)return;var B=z.length;if(B==undefined){z.checked=z.value==A.toString();return;}for(var C=0;C<B;C++){z[C].checked=false;if(z[C].value==A.toString())z[C].checked=true;}};var o=a.lang.scayt,p=[{id:'options',label:o.optionsTab,elements:[{type:'html',id:'options',html:'<form name="optionsbar_'+e+'"><div class="inner_options">'+'\t<div class="messagebox"></div>'+'\t<div style="display:none;">'+'\t\t<input type="checkbox" name="options" id="allCaps_'+e+'" />'+'\t\t<label for="allCaps" id="label_allCaps_'+e+'"></label>'+'\t</div>'+'\t<div style="display:none;">'+'\t\t<input name="options" type="checkbox" id="ignoreDomainNames_'+e+'" />'+'\t\t<label for="ignoreDomainNames" id="label_ignoreDomainNames_'+e+'"></label>'+'\t</div>'+'\t<div style="display:none;">'+'\t<input name="options" type="checkbox" id="mixedCase_'+e+'" />'+'\t\t<label for="mixedCase" id="label_mixedCase_'+e+'"></label>'+'\t</div>'+'\t<div style="display:none;">'+'\t\t<input name="options" type="checkbox" id="mixedWithDigits_'+e+'" />'+'\t\t<label for="mixedWithDigits" id="label_mixedWithDigits_'+e+'"></label>'+'\t</div>'+'</div></form>'}]},{id:'langs',label:o.languagesTab,elements:[{type:'html',id:'langs',html:'<form name="languagesbar_'+e+'"><div class="inner_langs">'+'\t<div class="messagebox"></div>\t'+' <div style="float:left;width:45%;margin-left:5px;" id="scayt_lcol_'+e+'" ></div>'+' <div style="float:left;width:45%;margin-left:15px;" id="scayt_rcol_'+e+'"></div>'+'</div></form>'}]},{id:'dictionaries',label:o.dictionariesTab,elements:[{type:'html',style:'',id:'dictionaries',html:'<form name="dictionarybar_'+e+'"><div class="inner_dictionary" style="text-align:left; white-space:normal; width:320px; overflow: hidden;">'+'\t<div style="margin:5px auto; width:80%;white-space:normal; overflow:hidden;" id="dic_message_'+e+'"> </div>'+'\t<div style="margin:5px auto; width:80%;white-space:normal;"> '+' <span class="cke_dialog_ui_labeled_label" >Dictionary name</span><br>'+'\t\t<span class="cke_dialog_ui_labeled_content" >'+'\t\t\t<div class="cke_dialog_ui_input_text">'+'\t\t\t\t<input id="dic_name_'+e+'" type="text" class="cke_dialog_ui_input_text"/>'+'\t\t</div></span></div>'+'\t\t<div style="margin:5px auto; width:80%;white-space:normal;">'+'\t\t\t<a style="display:none;" class="cke_dialog_ui_button" href="javascript:void(0)" id="dic_create_'+e+'">'+'\t\t\t\t</a>'+'\t\t\t<a style="display:none;" class="cke_dialog_ui_button" href="javascript:void(0)" id="dic_delete_'+e+'">'+'\t\t\t\t</a>'+'\t\t\t<a style="display:none;" class="cke_dialog_ui_button" href="javascript:void(0)" id="dic_rename_'+e+'">'+'\t\t\t\t</a>'+'\t\t\t<a style="display:none;" class="cke_dialog_ui_button" href="javascript:void(0)" id="dic_restore_'+e+'">'+'\t\t\t\t</a>'+'\t\t</div>'+'\t<div style="margin:5px auto; width:95%;white-space:normal;" id="dic_info_'+e+'"></div>'+'</div></form>'}]},{id:'about',label:o.aboutTab,elements:[{type:'html',id:'about',style:'margin: 5px 5px;',html:'<div id="scayt_about_'+e+'"></div>'}]}],q={title:o.title,minWidth:360,minHeight:220,onShow:function(){var z=this; -z.data=a.fire('scaytDialog',{});z.options=z.data.scayt_control.option();z.chosed_lang=z.sLang=z.data.scayt_control.sLang;if(!z.data||!z.data.scayt||!z.data.scayt_control){alert('Error loading application service');z.hide();return;}var A=0;if(b)z.data.scayt.getCaption(a.langCode||'en',function(B){if(A++>0)return;c=B;s.apply(z);t.apply(z);b=false;});else t.apply(z);z.selectPage(z.data.tab);},onOk:function(){var z=this.data.scayt_control;z.option(this.options);var A=this.chosed_lang;z.setLang(A);z.refresh();},onCancel:function(){var z=l();for(var A in z)z[A].checked=false;n(m(),'');},contents:h},r=CKEDITOR.plugins.scayt.getScayt(a);for(g=0;g<f.length;g++){if(f[g]==1)h[h.length]=p[g];}if(f[2]==1)i=1;var s=function(){var z=this,A=z.data.scayt.getLangList(),B=['dic_create','dic_delete','dic_rename','dic_restore'],C=[],D=[],E=k,F;if(i){for(F=0;F<B.length;F++){C[F]=B[F]+'_'+e;d.getById(C[F]).setHtml('<span class="cke_dialog_ui_button">'+c['button_'+B[F]]+'</span>');}d.getById('dic_info_'+e).setHtml(c.dic_info);}if(f[0]==1)for(F in E){var G='label_'+E[F],H=G+'_'+e,I=d.getById(H);if('undefined'!=typeof I&&'undefined'!=typeof c[G]&&'undefined'!=typeof z.options[E[F]]){I.setHtml(c[G]);var J=I.getParent();J.$.style.display='block';}}var K='<p><img src="'+window.scayt.getAboutInfo().logoURL+'" /></p>'+'<p>'+c.version+window.scayt.getAboutInfo().version.toString()+'</p>'+'<p>'+c.about_throwt_copy+'</p>';d.getById('scayt_about_'+e).setHtml(K);var L=function(U,V){var W=d.createElement('label');W.setAttribute('for','cke_option'+U);W.setHtml(V[U]);if(z.sLang==U)z.chosed_lang=U;var X=d.createElement('div'),Y=CKEDITOR.dom.element.createFromHtml('<input id="cke_option'+U+'" type="radio" '+(z.sLang==U?'checked="checked"':'')+' value="'+U+'" name="scayt_lang" />');Y.on('click',function(){this.$.checked=true;z.chosed_lang=U;});X.append(Y);X.append(W);return{lang:V[U],code:U,radio:X};};if(f[1]==1){for(F in A.rtl)D[D.length]=L(F,A.ltr);for(F in A.ltr)D[D.length]=L(F,A.ltr);D.sort(function(U,V){return V.lang>U.lang?-1:1;});var M=d.getById('scayt_lcol_'+e),N=d.getById('scayt_rcol_'+e);for(F=0;F<D.length;F++){var O=F<D.length/2?M:N;O.append(D[F].radio);}}var P={};P.dic_create=function(U,V,W){var X=W[0]+','+W[1],Y=c.err_dic_create,Z=c.succ_dic_create;window.scayt.createUserDictionary(V,function(aa){x(X);w(W[1]);Z=Z.replace('%s',aa.dname);v(Z);},function(aa){Y=Y.replace('%s',aa.dname);u(Y+'( '+(aa.message||'')+')');});};P.dic_rename=function(U,V){var W=c.err_dic_rename||'',X=c.succ_dic_rename||''; -window.scayt.renameUserDictionary(V,function(Y){X=X.replace('%s',Y.dname);y(V);v(X);},function(Y){W=W.replace('%s',Y.dname);y(V);u(W+'( '+(Y.message||'')+' )');});};P.dic_delete=function(U,V,W){var X=W[0]+','+W[1],Y=c.err_dic_delete,Z=c.succ_dic_delete;window.scayt.deleteUserDictionary(function(aa){Z=Z.replace('%s',aa.dname);x(X);w(W[0]);y('');v(Z);},function(aa){Y=Y.replace('%s',aa.dname);u(Y);});};P.dic_restore=z.dic_restore||(function(U,V,W){var X=W[0]+','+W[1],Y=c.err_dic_restore,Z=c.succ_dic_restore;window.scayt.restoreUserDictionary(V,function(aa){Z=Z.replace('%s',aa.dname);x(X);w(W[1]);v(Z);},function(aa){Y=Y.replace('%s',aa.dname);u(Y);});});function Q(U){var V=d.getById('dic_name_'+e).getValue();if(!V){u(' Dictionary name should not be empty. ');return false;}try{var W=U.data.getTarget().getParent(),X=/(dic_\w+)_[\w\d]+/.exec(W.getId())[1];P[X].apply(null,[W,V,j]);}catch(Y){u(' Dictionary error. ');}return true;};var R=(j[0]+','+j[1]).split(','),S;for(F=0,S=R.length;F<S;F+=1){var T=d.getById(R[F]);if(T)T.on('click',Q,this);}},t=function(){var z=this;if(f[0]==1){var A=l();for(var B=0,C=A.length;B<C;B++){var D=A[B].id,E=d.getById(D);if(E){A[B].checked=false;if(z.options[D.split('_')[0]]==1)A[B].checked=true;if(b)E.on('click',function(){z.options[this.getId().split('_')[0]]=this.$.checked?1:0;});}}}if(f[1]==1){var F=d.getById('cke_option'+z.sLang);n(F.$,z.sLang);}if(i){window.scayt.getNameUserDictionary(function(G){var H=G.dname;x(j[0]+','+j[1]);if(H){d.getById('dic_name_'+e).setValue(H);w(j[1]);}else w(j[0]);},function(){d.getById('dic_name_'+e).setValue('');});v('');}};function u(z){d.getById('dic_message_'+e).setHtml('<span style="color:red;">'+z+'</span>');};function v(z){d.getById('dic_message_'+e).setHtml('<span style="color:blue;">'+z+'</span>');};function w(z){z=String(z);var A=z.split(',');for(var B=0,C=A.length;B<C;B+=1)d.getById(A[B]).$.style.display='inline';};function x(z){z=String(z);var A=z.split(',');for(var B=0,C=A.length;B<C;B+=1)d.getById(A[B]).$.style.display='none';};function y(z){d.getById('dic_name_'+e).$.value=z;};return q;}); +/* + Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("scaytcheck",function(j){function w(){return"undefined"!=typeof document.forms["optionsbar_"+b]?document.forms["optionsbar_"+b].options:[]}function x(a,b){if(a){var e=a.length;if(void 0==e)a.checked=a.value==b.toString();else for(var d=0;d<e;d++)a[d].checked=!1,a[d].value==b.toString()&&(a[d].checked=!0)}}function n(a){f.getById("dic_message_"+b).setHtml('<span style="color:red;">'+a+"</span>")}function o(a){f.getById("dic_message_"+b).setHtml('<span style="color:blue;">'+a+"</span>")} +function p(a){for(var a=(""+a).split(","),b=0,e=a.length;b<e;b+=1)f.getById(a[b]).$.style.display="inline"}function q(a){for(var a=(""+a).split(","),b=0,e=a.length;b<e;b+=1)f.getById(a[b]).$.style.display="none"}function r(a){f.getById("dic_name_"+b).$.value=a}var s=!0,h,f=CKEDITOR.document,b=j.name,l=CKEDITOR.plugins.scayt.getUiTabs(j),g,t=[],u=0,m=["dic_create_"+b+",dic_restore_"+b,"dic_rename_"+b+",dic_delete_"+b],v=["mixedCase","mixedWithDigits","allCaps","ignoreDomainNames"];g=j.lang.scayt;var z= +[{id:"options",label:g.optionsTab,elements:[{type:"html",id:"options",html:'<form name="optionsbar_'+b+'"><div class="inner_options">\t<div class="messagebox"></div>\t<div style="display:none;">\t\t<input type="checkbox" name="options" id="allCaps_'+b+'" />\t\t<label style = "display: inline" for="allCaps" id="label_allCaps_'+b+'"></label>\t</div>\t<div style="display:none;">\t\t<input name="options" type="checkbox" id="ignoreDomainNames_'+b+'" />\t\t<label style = "display: inline" for="ignoreDomainNames" id="label_ignoreDomainNames_'+ +b+'"></label>\t</div>\t<div style="display:none;">\t<input name="options" type="checkbox" id="mixedCase_'+b+'" />\t\t<label style = "display: inline" for="mixedCase" id="label_mixedCase_'+b+'"></label>\t</div>\t<div style="display:none;">\t\t<input name="options" type="checkbox" id="mixedWithDigits_'+b+'" />\t\t<label style = "display: inline" for="mixedWithDigits" id="label_mixedWithDigits_'+b+'"></label>\t</div></div></form>'}]},{id:"langs",label:g.languagesTab,elements:[{type:"html",id:"langs", +html:'<div class="inner_langs">\t<div class="messagebox"></div>\t <div style="float:left;width:45%;margin-left:5px;" id="scayt_lcol_'+b+'" ></div> <div style="float:left;width:45%;margin-left:15px;" id="scayt_rcol_'+b+'"></div></div>'}]},{id:"dictionaries",label:g.dictionariesTab,elements:[{type:"html",style:"",id:"dictionaries",html:'<form name="dictionarybar_'+b+'"><div class="inner_dictionary" style="text-align:left; white-space:normal; width:320px; overflow: hidden;">\t<div style="margin:5px auto; width:95%;white-space:normal; overflow:hidden;" id="dic_message_'+ +b+'"> </div>\t<div style="margin:5px auto; width:95%;white-space:normal;"> <span class="cke_dialog_ui_labeled_label" >Dictionary name</span><br>\t\t<span class="cke_dialog_ui_labeled_content" >\t\t\t<div class="cke_dialog_ui_input_text">\t\t\t\t<input id="dic_name_'+b+'" type="text" class="cke_dialog_ui_input_text" style = "height: 25px; background: none; padding: 0;"/>\t\t</div></span></div>\t\t<div style="margin:5px auto; width:95%;white-space:normal;">\t\t\t<a style="display:none;" class="cke_dialog_ui_button" href="javascript:void(0)" id="dic_create_'+ +b+'">\t\t\t\t</a>\t\t\t<a style="display:none;" class="cke_dialog_ui_button" href="javascript:void(0)" id="dic_delete_'+b+'">\t\t\t\t</a>\t\t\t<a style="display:none;" class="cke_dialog_ui_button" href="javascript:void(0)" id="dic_rename_'+b+'">\t\t\t\t</a>\t\t\t<a style="display:none;" class="cke_dialog_ui_button" href="javascript:void(0)" id="dic_restore_'+b+'">\t\t\t\t</a>\t\t</div>\t<div style="margin:5px auto; width:95%;white-space:normal;" id="dic_info_'+b+'"></div></div></form>'}]},{id:"about", +label:g.aboutTab,elements:[{type:"html",id:"about",style:"margin: 5px 5px;",html:'<div><div id="scayt_about_'+b+'"></div></div>'}]}],B={title:g.title,minWidth:360,minHeight:220,onShow:function(){var a=this;a.data=j.fire("scaytDialog",{});a.options=a.data.scayt_control.option();a.chosed_lang=a.sLang=a.data.scayt_control.sLang;if(!a.data||!a.data.scayt||!a.data.scayt_control)alert("Error loading application service"),a.hide();else{var b=0;s?a.data.scayt.getCaption(j.langCode||"en",function(e){0<b++|| +(h=e,A.apply(a),y.apply(a),s=!1)}):y.apply(a);a.selectPage(a.data.tab)}},onOk:function(){var a=this.data.scayt_control;a.option(this.options);a.setLang(this.chosed_lang);a.refresh()},onCancel:function(){var a=w(),f;for(f in a)a[f].checked=!1;a="undefined"!=typeof document.forms["languagesbar_"+b]?document.forms["languagesbar_"+b].scayt_lang:[];x(a,"")},contents:t};CKEDITOR.plugins.scayt.getScayt(j);for(g=0;g<l.length;g++)1==l[g]&&(t[t.length]=z[g]);1==l[2]&&(u=1);var A=function(){function a(a){var c= +f.getById("dic_name_"+b).getValue();if(!c)return n(" Dictionary name should not be empty. "),!1;try{var d=a.data.getTarget().getParent(),e=/(dic_\w+)_[\w\d]+/.exec(d.getId())[1];j[e].apply(null,[d,c,m])}catch(C){n(" Dictionary error. ")}return!0}var k=this,e=k.data.scayt.getLangList(),d=["dic_create","dic_delete","dic_rename","dic_restore"],g=[],i=[],c;if(u){for(c=0;c<d.length;c++)g[c]=d[c]+"_"+b,f.getById(g[c]).setHtml('<span class="cke_dialog_ui_button">'+h["button_"+d[c]]+"</span>");f.getById("dic_info_"+ +b).setHtml(h.dic_info)}if(1==l[0])for(c in v)d="label_"+v[c],g=f.getById(d+"_"+b),"undefined"!=typeof g&&("undefined"!=typeof h[d]&&"undefined"!=typeof k.options[v[c]])&&(g.setHtml(h[d]),g.getParent().$.style.display="block");d='<p><img src="'+window.scayt.getAboutInfo().logoURL+'" /></p><p>'+h.version+window.scayt.getAboutInfo().version.toString()+"</p><p>"+h.about_throwt_copy+"</p>";f.getById("scayt_about_"+b).setHtml(d);d=function(a,b){var c=f.createElement("label");c.setAttribute("for","cke_option"+ +a);c.setStyle("display","inline");c.setHtml(b[a]);k.sLang==a&&(k.chosed_lang=a);var d=f.createElement("div"),e=CKEDITOR.dom.element.createFromHtml('<input class = "cke_dialog_ui_radio_input" id="cke_option'+a+'" type="radio" '+(k.sLang==a?'checked="checked"':"")+' value="'+a+'" name="scayt_lang" />');e.on("click",function(){this.$.checked=true;k.chosed_lang=a});d.append(e);d.append(c);return{lang:b[a],code:a,radio:d}};if(1==l[1]){for(c in e.rtl)i[i.length]=d(c,e.ltr);for(c in e.ltr)i[i.length]=d(c, +e.ltr);i.sort(function(a,b){return b.lang>a.lang?-1:1});e=f.getById("scayt_lcol_"+b);d=f.getById("scayt_rcol_"+b);for(c=0;c<i.length;c++)(c<i.length/2?e:d).append(i[c].radio)}var j={dic_create:function(a,b,c){var d=c[0]+","+c[1],e=h.err_dic_create,f=h.succ_dic_create;window.scayt.createUserDictionary(b,function(a){q(d);p(c[1]);f=f.replace("%s",a.dname);o(f)},function(a){e=e.replace("%s",a.dname);n(e+"( "+(a.message||"")+")")})},dic_rename:function(a,b){var c=h.err_dic_rename||"",d=h.succ_dic_rename|| +"";window.scayt.renameUserDictionary(b,function(a){d=d.replace("%s",a.dname);r(b);o(d)},function(a){c=c.replace("%s",a.dname);r(b);n(c+"( "+(a.message||"")+" )")})},dic_delete:function(a,b,c){var d=c[0]+","+c[1],e=h.err_dic_delete,f=h.succ_dic_delete;window.scayt.deleteUserDictionary(function(a){f=f.replace("%s",a.dname);q(d);p(c[0]);r("");o(f)},function(a){e=e.replace("%s",a.dname);n(e)})}};j.dic_restore=k.dic_restore||function(a,b,c){var d=c[0]+","+c[1],e=h.err_dic_restore,f=h.succ_dic_restore; +window.scayt.restoreUserDictionary(b,function(a){f=f.replace("%s",a.dname);q(d);p(c[1]);o(f)},function(a){e=e.replace("%s",a.dname);n(e)})};i=(m[0]+","+m[1]).split(",");c=0;for(e=i.length;c<e;c+=1)if(d=f.getById(i[c]))d.on("click",a,this)},y=function(){var a=this;if(1==l[0])for(var g=w(),e=0,d=g.length;e<d;e++){var h=g[e].id,i=f.getById(h);if(i&&(g[e].checked=!1,1==a.options[h.split("_")[0]]&&(g[e].checked=!0),s))i.on("click",function(){a.options[this.getId().split("_")[0]]=this.$.checked?1:0})}1== +l[1]&&(g=f.getById("cke_option"+a.sLang),x(g.$,a.sLang));u&&(window.scayt.getNameUserDictionary(function(a){a=a.dname;q(m[0]+","+m[1]);if(a){f.getById("dic_name_"+b).setValue(a);p(m[1])}else p(m[0])},function(){f.getById("dic_name_"+b).setValue("")}),o(""))};return B}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/scayt/dialogs/toolbar.css b/skins/ckeditor/plugins/scayt/dialogs/toolbar.css index 48da039..ecabdac 100644 --- a/skins/ckeditor/plugins/scayt/dialogs/toolbar.css +++ b/skins/ckeditor/plugins/scayt/dialogs/toolbar.css @@ -1,6 +1,71 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ +a +{ + text-decoration:none; + padding: 2px 4px 4px 6px; + display : block; + border-width: 1px; + border-style: solid; + margin : 0px; +} -a{text-decoration:none;padding:2px 4px 4px 6px;display:block;border-width:1px;border-style:solid;margin:0;}a.cke_scayt_toogle:hover,a.cke_scayt_toogle:focus,a.cke_scayt_toogle:active{border-color:#316ac5;background-color:#dff1ff;color:#000;cursor:pointer;margin:0;}a.cke_scayt_toogle{color:#316ac5;border-color:#fff;}.scayt_enabled a.cke_scayt_item{color:#316ac5;border-color:#fff;margin:0;}.scayt_disabled a.cke_scayt_item{color:gray;border-color:#fff;}.scayt_enabled a.cke_scayt_item:hover,.scayt_enabled a.cke_scayt_item:focus,.scayt_enabled a.cke_scayt_item:active{border-color:#316ac5;background-color:#dff1ff;color:#000;cursor:pointer;}.scayt_disabled a.cke_scayt_item:hover,.scayt_disabled a.cke_scayt_item:focus,.scayt_disabled a.cke_scayt_item:active{border-color:gray;background-color:#dff1ff;color:gray;cursor:no-drop;}.cke_scayt_set_on,.cke_scayt_set_off{display:none;}.scayt_enabled .cke_scayt_set_on{display:none;}.scayt_disabled .cke_scayt_set_on{display:inline;}.scayt_disabled .cke_scayt_set_off{display:none;}.scayt_enabled .cke_scayt_set_off{display:inline;} +a.cke_scayt_toogle:hover, +a.cke_scayt_toogle:focus, +a.cke_scayt_toogle:active +{ + border-color: #316ac5; + background-color: #dff1ff; + color : #000; + cursor: pointer; + margin : 0px; +} +a.cke_scayt_toogle { + color : #316ac5; + border-color: #fff; +} +.scayt_enabled a.cke_scayt_item { + color : #316ac5; + border-color: #fff; + margin : 0px; +} +.scayt_disabled a.cke_scayt_item { + color : gray; + border-color : #fff; +} +.scayt_enabled a.cke_scayt_item:hover, +.scayt_enabled a.cke_scayt_item:focus, +.scayt_enabled a.cke_scayt_item:active +{ + border-color: #316ac5; + background-color: #dff1ff; + color : #000; + cursor: pointer; +} +.scayt_disabled a.cke_scayt_item:hover, +.scayt_disabled a.cke_scayt_item:focus, +.scayt_disabled a.cke_scayt_item:active +{ + border-color: gray; + background-color: #dff1ff; + color : gray; + cursor: no-drop; +} +.cke_scayt_set_on, .cke_scayt_set_off +{ + display: none; +} +.scayt_enabled .cke_scayt_set_on +{ + display: none; +} +.scayt_disabled .cke_scayt_set_on +{ + display: inline; +} +.scayt_disabled .cke_scayt_set_off +{ + display: none; +} +.scayt_enabled .cke_scayt_set_off +{ + display: inline; +} diff --git a/skins/ckeditor/plugins/smiley/dialogs/smiley.js b/skins/ckeditor/plugins/smiley/dialogs/smiley.js index 1a4269f..b202d3e 100644 --- a/skins/ckeditor/plugins/smiley/dialogs/smiley.js +++ b/skins/ckeditor/plugins/smiley/dialogs/smiley.js @@ -1,7 +1,10 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('smiley',function(a){var b=a.config,c=a.lang.smiley,d=b.smiley_images,e=b.smiley_columns||8,f,g,h=function(o){var p=o.data.getTarget(),q=p.getName();if(q=='a')p=p.getChild(0);else if(q!='img')return;var r=p.getAttribute('cke_src'),s=p.getAttribute('title'),t=a.document.createElement('img',{attributes:{src:r,'data-cke-saved-src':r,title:s,alt:s,width:p.$.width,height:p.$.height}});a.insertElement(t);g.hide();o.data.preventDefault();},i=CKEDITOR.tools.addFunction(function(o,p){o=new CKEDITOR.dom.event(o);p=new CKEDITOR.dom.element(p);var q,r,s=o.getKeystroke(),t=a.lang.dir=='rtl';switch(s){case 38:if(q=p.getParent().getParent().getPrevious()){r=q.getChild([p.getParent().getIndex(),0]);r.focus();}o.preventDefault();break;case 40:if(q=p.getParent().getParent().getNext()){r=q.getChild([p.getParent().getIndex(),0]);if(r)r.focus();}o.preventDefault();break;case 32:h({data:o});o.preventDefault();break;case t?37:39:case 9:if(q=p.getParent().getNext()){r=q.getChild(0);r.focus();o.preventDefault(true);}else if(q=p.getParent().getParent().getNext()){r=q.getChild([0,0]);if(r)r.focus();o.preventDefault(true);}break;case t?39:37:case CKEDITOR.SHIFT+9:if(q=p.getParent().getPrevious()){r=q.getChild(0);r.focus();o.preventDefault(true);}else if(q=p.getParent().getParent().getPrevious()){r=q.getLast().getChild(0);r.focus();o.preventDefault(true);}break;default:return;}}),j=CKEDITOR.tools.getNextId()+'_smiley_emtions_label',k=['<div><span id="'+j+'" class="cke_voice_label">'+c.options+'</span>','<table role="listbox" aria-labelledby="'+j+'" style="width:100%;height:100%" cellspacing="2" cellpadding="2"',CKEDITOR.env.ie&&CKEDITOR.env.quirks?' style="position:absolute;"':'','><tbody>'],l=d.length;for(f=0;f<l;f++){if(f%e===0)k.push('<tr>');var m='cke_smile_label_'+f+'_'+CKEDITOR.tools.getNextNumber();k.push('<td class="cke_dark_background cke_centered" style="vertical-align: middle;"><a href="javascript:void(0)" role="option"',' aria-posinset="'+(f+1)+'"',' aria-setsize="'+l+'"',' aria-labelledby="'+m+'"',' class="cke_smile cke_hand" tabindex="-1" onkeydown="CKEDITOR.tools.callFunction( ',i,', event, this );">','<img class="cke_hand" title="',b.smiley_descriptions[f],'" cke_src="',CKEDITOR.tools.htmlEncode(b.smiley_path+d[f]),'" alt="',b.smiley_descriptions[f],'"',' src="',CKEDITOR.tools.htmlEncode(b.smiley_path+d[f]),'"',CKEDITOR.env.ie?" onload=\"this.setAttribute('width', 2); this.removeAttribute('width');\" ":'','><span id="'+m+'" class="cke_voice_label">'+b.smiley_descriptions[f]+'</span>'+'</a>','</td>'); -if(f%e==e-1)k.push('</tr>');}if(f<e-1){for(;f<e-1;f++)k.push('<td></td>');k.push('</tr>');}k.push('</tbody></table></div>');var n={type:'html',id:'smileySelector',html:k.join(''),onLoad:function(o){g=o.sender;},focus:function(){var o=this;setTimeout(function(){var p=o.getElement().getElementsByTag('a').getItem(0);p.focus();},0);},onClick:h,style:'width: 100%; border-collapse: separate;'};return{title:a.lang.smiley.title,minWidth:270,minHeight:120,contents:[{id:'tab1',label:'',title:'',expand:true,padding:0,elements:[n]}],buttons:[CKEDITOR.dialog.cancelButton]};}); +/* + Copyright (c) 2003-2014, 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,i,k=function(j){var c=j.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);i.hide();j.data.preventDefault()},n=CKEDITOR.tools.addFunction(function(a,c){var a= +new CKEDITOR.dom.event(a),c=new CKEDITOR.dom.element(c),b;b=a.getKeystroke();var d="rtl"==f.lang.dir;switch(b){case 38:if(b=c.getParent().getParent().getPrevious())b=b.getChild([c.getParent().getIndex(),0]),b.focus();a.preventDefault();break;case 40:if(b=c.getParent().getParent().getNext())(b=b.getChild([c.getParent().getIndex(),0]))&&b.focus();a.preventDefault();break;case 32:k({data:a});a.preventDefault();break;case d?37:39:if(b=c.getParent().getNext())b=b.getChild(0),b.focus(),a.preventDefault(!0); +else if(b=c.getParent().getParent().getNext())(b=b.getChild([0,0]))&&b.focus(),a.preventDefault(!0);break;case d?39:37:if(b=c.getParent().getPrevious())b=b.getChild(0),b.focus(),a.preventDefault(!0);else if(b=c.getParent().getParent().getPrevious())b=b.getLast().getChild(0),b.focus(),a.preventDefault(!0)}}),d=CKEDITOR.tools.getNextId()+"_smiley_emtions_label",d=['<div><span id="'+d+'" class="cke_voice_label">'+a.options+"</span>",'<table role="listbox" aria-labelledby="'+d+'" style="width:100%;height:100%;border-collapse:separate;" cellspacing="2" cellpadding="2"', +CKEDITOR.env.ie&&CKEDITOR.env.quirks?' style="position:absolute;"':"","><tbody>"],l=h.length,a=0;a<l;a++){0===a%g&&d.push('<tr role="presentation">');var m="cke_smile_label_"+a+"_"+CKEDITOR.tools.getNextNumber();d.push('<td class="cke_dark_background cke_centered" style="vertical-align: middle;" role="presentation"><a href="javascript:void(0)" role="option"',' aria-posinset="'+(a+1)+'"',' aria-setsize="'+l+'"',' aria-labelledby="'+m+'"',' class="cke_smile cke_hand" tabindex="-1" onkeydown="CKEDITOR.tools.callFunction( ', +n,', event, this );">','<img class="cke_hand" title="',e.smiley_descriptions[a],'" cke_src="',CKEDITOR.tools.htmlEncode(e.smiley_path+h[a]),'" alt="',e.smiley_descriptions[a],'"',' src="',CKEDITOR.tools.htmlEncode(e.smiley_path+h[a]),'"',CKEDITOR.env.ie?" onload=\"this.setAttribute('width', 2); this.removeAttribute('width');\" ":"",'><span id="'+m+'" class="cke_voice_label">'+e.smiley_descriptions[a]+"</span></a>","</td>");a%g==g-1&&d.push("</tr>")}if(a<g-1){for(;a<g-1;a++)d.push("<td></td>");d.push("</tr>")}d.push("</tbody></table></div>"); +e={type:"html",id:"smileySelector",html:d.join(""),onLoad:function(a){i=a.sender},focus:function(){var a=this;setTimeout(function(){a.getElement().getElementsByTag("a").getItem(0).focus()},0)},onClick:k,style:"width: 100%; border-collapse: separate;"};return{title:f.lang.smiley.title,minWidth:270,minHeight:120,contents:[{id:"tab1",label:"",title:"",expand:!0,padding:0,elements:[e]}],buttons:[CKEDITOR.dialog.cancelButton]}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/smiley/images/angel_smile.gif b/skins/ckeditor/plugins/smiley/images/angel_smile.gif index 2cf4894..e7daebc 100644 Binary files a/skins/ckeditor/plugins/smiley/images/angel_smile.gif and b/skins/ckeditor/plugins/smiley/images/angel_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/angel_smile.png b/skins/ckeditor/plugins/smiley/images/angel_smile.png new file mode 100644 index 0000000..39a85c3 Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/angel_smile.png differ diff --git a/skins/ckeditor/plugins/smiley/images/angry_smile.gif b/skins/ckeditor/plugins/smiley/images/angry_smile.gif index 40b52d3..a5890f3 100644 Binary files a/skins/ckeditor/plugins/smiley/images/angry_smile.gif and b/skins/ckeditor/plugins/smiley/images/angry_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/angry_smile.png b/skins/ckeditor/plugins/smiley/images/angry_smile.png new file mode 100644 index 0000000..dd07d3e Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/angry_smile.png differ diff --git a/skins/ckeditor/plugins/smiley/images/broken_heart.gif b/skins/ckeditor/plugins/smiley/images/broken_heart.gif index b6d0166..0b822cd 100644 Binary files a/skins/ckeditor/plugins/smiley/images/broken_heart.gif and b/skins/ckeditor/plugins/smiley/images/broken_heart.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/broken_heart.png b/skins/ckeditor/plugins/smiley/images/broken_heart.png new file mode 100644 index 0000000..775146f Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/broken_heart.png differ diff --git a/skins/ckeditor/plugins/smiley/images/confused_smile.gif b/skins/ckeditor/plugins/smiley/images/confused_smile.gif index a52db7a..9587194 100644 Binary files a/skins/ckeditor/plugins/smiley/images/confused_smile.gif and b/skins/ckeditor/plugins/smiley/images/confused_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/confused_smile.png b/skins/ckeditor/plugins/smiley/images/confused_smile.png new file mode 100644 index 0000000..d69a6f9 Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/confused_smile.png differ diff --git a/skins/ckeditor/plugins/smiley/images/cry_smile.gif b/skins/ckeditor/plugins/smiley/images/cry_smile.gif index 1ef6ba4..b513342 100644 Binary files a/skins/ckeditor/plugins/smiley/images/cry_smile.gif and b/skins/ckeditor/plugins/smiley/images/cry_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/cry_smile.png b/skins/ckeditor/plugins/smiley/images/cry_smile.png new file mode 100644 index 0000000..dd610b8 Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/cry_smile.png differ diff --git a/skins/ckeditor/plugins/smiley/images/devil_smile.gif b/skins/ckeditor/plugins/smiley/images/devil_smile.gif index bfb2507..9b2a100 100644 Binary files a/skins/ckeditor/plugins/smiley/images/devil_smile.gif and b/skins/ckeditor/plugins/smiley/images/devil_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/devil_smile.png b/skins/ckeditor/plugins/smiley/images/devil_smile.png new file mode 100644 index 0000000..63a908e Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/devil_smile.png differ diff --git a/skins/ckeditor/plugins/smiley/images/embaressed_smile.gif b/skins/ckeditor/plugins/smiley/images/embaressed_smile.gif index d9cedc5..b64a58b 100644 Binary files a/skins/ckeditor/plugins/smiley/images/embaressed_smile.gif and b/skins/ckeditor/plugins/smiley/images/embaressed_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/embarrassed_smile.gif b/skins/ckeditor/plugins/smiley/images/embarrassed_smile.gif new file mode 100644 index 0000000..b64a58b Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/embarrassed_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/embarrassed_smile.png b/skins/ckeditor/plugins/smiley/images/embarrassed_smile.png new file mode 100644 index 0000000..f01cdf3 Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/embarrassed_smile.png differ diff --git a/skins/ckeditor/plugins/smiley/images/envelope.gif b/skins/ckeditor/plugins/smiley/images/envelope.gif index 94e0b1f..f8ffc54 100644 Binary files a/skins/ckeditor/plugins/smiley/images/envelope.gif and b/skins/ckeditor/plugins/smiley/images/envelope.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/envelope.png b/skins/ckeditor/plugins/smiley/images/envelope.png new file mode 100644 index 0000000..b4180c5 Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/envelope.png differ diff --git a/skins/ckeditor/plugins/smiley/images/heart.gif b/skins/ckeditor/plugins/smiley/images/heart.gif index 680ae2f..77e0fe8 100644 Binary files a/skins/ckeditor/plugins/smiley/images/heart.gif and b/skins/ckeditor/plugins/smiley/images/heart.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/heart.png b/skins/ckeditor/plugins/smiley/images/heart.png new file mode 100644 index 0000000..a5335bb Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/heart.png differ diff --git a/skins/ckeditor/plugins/smiley/images/kiss.gif b/skins/ckeditor/plugins/smiley/images/kiss.gif index 70e5255..49f31ab 100644 Binary files a/skins/ckeditor/plugins/smiley/images/kiss.gif and b/skins/ckeditor/plugins/smiley/images/kiss.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/kiss.png b/skins/ckeditor/plugins/smiley/images/kiss.png new file mode 100644 index 0000000..4f5f0a5 Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/kiss.png differ diff --git a/skins/ckeditor/plugins/smiley/images/lightbulb.gif b/skins/ckeditor/plugins/smiley/images/lightbulb.gif index d44c2ff..73f2e5a 100644 Binary files a/skins/ckeditor/plugins/smiley/images/lightbulb.gif and b/skins/ckeditor/plugins/smiley/images/lightbulb.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/lightbulb.png b/skins/ckeditor/plugins/smiley/images/lightbulb.png new file mode 100644 index 0000000..56c8137 Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/lightbulb.png differ diff --git a/skins/ckeditor/plugins/smiley/images/omg_smile.gif b/skins/ckeditor/plugins/smiley/images/omg_smile.gif index ab7ea69..abd2a86 100644 Binary files a/skins/ckeditor/plugins/smiley/images/omg_smile.gif and b/skins/ckeditor/plugins/smiley/images/omg_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/omg_smile.png b/skins/ckeditor/plugins/smiley/images/omg_smile.png new file mode 100644 index 0000000..cbbb106 Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/omg_smile.png differ diff --git a/skins/ckeditor/plugins/smiley/images/regular_smile.gif b/skins/ckeditor/plugins/smiley/images/regular_smile.gif index e5bc34b..de7f1ef 100644 Binary files a/skins/ckeditor/plugins/smiley/images/regular_smile.gif and b/skins/ckeditor/plugins/smiley/images/regular_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/regular_smile.png b/skins/ckeditor/plugins/smiley/images/regular_smile.png new file mode 100644 index 0000000..786b200 Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/regular_smile.png differ diff --git a/skins/ckeditor/plugins/smiley/images/sad_smile.gif b/skins/ckeditor/plugins/smiley/images/sad_smile.gif index ae4cf1e..ee7810e 100644 Binary files a/skins/ckeditor/plugins/smiley/images/sad_smile.gif and b/skins/ckeditor/plugins/smiley/images/sad_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/sad_smile.png b/skins/ckeditor/plugins/smiley/images/sad_smile.png new file mode 100644 index 0000000..1ae435c Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/sad_smile.png differ diff --git a/skins/ckeditor/plugins/smiley/images/shades_smile.gif b/skins/ckeditor/plugins/smiley/images/shades_smile.gif index b454017..11fc90f 100644 Binary files a/skins/ckeditor/plugins/smiley/images/shades_smile.gif and b/skins/ckeditor/plugins/smiley/images/shades_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/shades_smile.png b/skins/ckeditor/plugins/smiley/images/shades_smile.png new file mode 100644 index 0000000..9e68d5a Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/shades_smile.png differ diff --git a/skins/ckeditor/plugins/smiley/images/teeth_smile.gif b/skins/ckeditor/plugins/smiley/images/teeth_smile.gif index 7d734d1..a950b43 100644 Binary files a/skins/ckeditor/plugins/smiley/images/teeth_smile.gif and b/skins/ckeditor/plugins/smiley/images/teeth_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/teeth_smile.png b/skins/ckeditor/plugins/smiley/images/teeth_smile.png new file mode 100644 index 0000000..c7d2fd4 Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/teeth_smile.png differ diff --git a/skins/ckeditor/plugins/smiley/images/thumbs_down.gif b/skins/ckeditor/plugins/smiley/images/thumbs_down.gif index 90b9978..c01f763 100644 Binary files a/skins/ckeditor/plugins/smiley/images/thumbs_down.gif and b/skins/ckeditor/plugins/smiley/images/thumbs_down.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/thumbs_down.png b/skins/ckeditor/plugins/smiley/images/thumbs_down.png new file mode 100644 index 0000000..a6bb532 Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/thumbs_down.png differ diff --git a/skins/ckeditor/plugins/smiley/images/thumbs_up.gif b/skins/ckeditor/plugins/smiley/images/thumbs_up.gif index b633284..0f42774 100644 Binary files a/skins/ckeditor/plugins/smiley/images/thumbs_up.gif and b/skins/ckeditor/plugins/smiley/images/thumbs_up.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/thumbs_up.png b/skins/ckeditor/plugins/smiley/images/thumbs_up.png new file mode 100644 index 0000000..6ea7859 Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/thumbs_up.png differ diff --git a/skins/ckeditor/plugins/smiley/images/tongue_smile.gif b/skins/ckeditor/plugins/smiley/images/tongue_smile.gif new file mode 100644 index 0000000..369b435 Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/tongue_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/tongue_smile.png b/skins/ckeditor/plugins/smiley/images/tongue_smile.png new file mode 100644 index 0000000..5bee4c0 Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/tongue_smile.png differ diff --git a/skins/ckeditor/plugins/smiley/images/tounge_smile.gif b/skins/ckeditor/plugins/smiley/images/tounge_smile.gif index b2e657f..369b435 100644 Binary files a/skins/ckeditor/plugins/smiley/images/tounge_smile.gif and b/skins/ckeditor/plugins/smiley/images/tounge_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif b/skins/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif index 7709882..2cc81c1 100644 Binary files a/skins/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif and b/skins/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png b/skins/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png new file mode 100644 index 0000000..bebf74d Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png differ diff --git a/skins/ckeditor/plugins/smiley/images/wink_smile.gif b/skins/ckeditor/plugins/smiley/images/wink_smile.gif index b210295..07cad31 100644 Binary files a/skins/ckeditor/plugins/smiley/images/wink_smile.gif and b/skins/ckeditor/plugins/smiley/images/wink_smile.gif differ diff --git a/skins/ckeditor/plugins/smiley/images/wink_smile.png b/skins/ckeditor/plugins/smiley/images/wink_smile.png new file mode 100644 index 0000000..805da96 Binary files /dev/null and b/skins/ckeditor/plugins/smiley/images/wink_smile.png differ diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt b/skins/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt new file mode 100644 index 0000000..baadd2b --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt @@ -0,0 +1,20 @@ +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license + +cs.js Found: 118 Missing: 0 +cy.js Found: 118 Missing: 0 +de.js Found: 118 Missing: 0 +el.js Found: 16 Missing: 102 +eo.js Found: 118 Missing: 0 +et.js Found: 31 Missing: 87 +fa.js Found: 24 Missing: 94 +fi.js Found: 23 Missing: 95 +fr.js Found: 118 Missing: 0 +hr.js Found: 23 Missing: 95 +it.js Found: 118 Missing: 0 +nb.js Found: 118 Missing: 0 +nl.js Found: 118 Missing: 0 +no.js Found: 118 Missing: 0 +tr.js Found: 118 Missing: 0 +ug.js Found: 39 Missing: 79 +zh-cn.js Found: 118 Missing: 0 diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/ar.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/ar.js new file mode 100644 index 0000000..feca267 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/ar.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +not:"ÙÙست عÙا٠ة",reg:"عÙا٠ة ٠سجÙÙØ©",macr:"Macron",deg:"Degree sign",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"عÙا٠ة اÙإستÙÙا٠غÙر صØÙØØ©",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/bg.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/bg.js new file mode 100644 index 0000000..0bf8749 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/bg.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Not sign",reg:"Registered sign",macr:"Macron",deg:"Degree sign",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/ca.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/ca.js new file mode 100644 index 0000000..e650437 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/ca.js @@ -0,0 +1,14 @@ +/* + Copyright (c) 2003-2014, 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Ã", +laquo:"Signe de cometes angulars esquerra",not:"SÃmbol de negació",reg:"SÃmbol registrat",macr:"Macron",deg:"SÃmbol de grau",sup2:"SuperÃndex dos",sup3:"SuperÃndex tres",acute:"Accent agut",micro:"SÃmbol de micro",para:"SÃmbol de calderó",middot:"Punt volat",cedil:"Ce trencada",sup1:"SuperÃndex u",ordm:"Indicador ordinal masculÃ",raquo:"Signe de cometes angulars dreta",frac14:"Fracció vulgar un quart",frac12:"Fracció vulgar una meitat",frac34:"Fracció vulgar tres quarts",iquest:"SÃmbol d'interrogació invertit", +Agrave:"Lletra majúscula llatina A amb accent greu",Aacute:"Lletra majúscula llatina A amb accent agut",Acirc:"Lletra majúscula llatina A amb circumflex",Atilde:"Lletra majúscula llatina A amb titlla",Auml:"Lletra majúscula llatina A amb dièresi",Aring:"Lletra majúscula llatina A amb anell superior",AElig:"Lletra majúscula llatina Ã",Ccedil:"Lletra majúscula llatina C amb ce trencada",Egrave:"Lletra majúscula llatina E amb accent greu",Eacute:"Lletra majúscula llatina E amb accent agut",Ecirc:"Lletra majúscula llatina E amb circumflex", +Euml:"Lletra majúscula llatina E amb dièresi",Igrave:"Lletra majúscula llatina I amb accent greu",Iacute:"Lletra majúscula llatina I amb accent agut",Icirc:"Lletra majúscula llatina I amb circumflex",Iuml:"Lletra majúscula llatina I amb dièresi",ETH:"Lletra majúscula llatina Eth",Ntilde:"Lletra majúscula llatina N amb titlla",Ograve:"Lletra majúscula llatina O amb accent greu",Oacute:"Lletra majúscula llatina O amb accent agut",Ocirc:"Lletra majúscula llatina O amb circumflex",Otilde:"Lletra majúscula llatina O amb titlla", +Ouml:"Lletra majúscula llatina O amb dièresi",times:"SÃmbol de multiplicació",Oslash:"Lletra majúscula llatina O amb barra",Ugrave:"Lletra majúscula llatina U amb accent greu",Uacute:"Lletra majúscula llatina U amb accent agut",Ucirc:"Lletra majúscula llatina U amb circumflex",Uuml:"Lletra majúscula llatina U amb dièresi",Yacute:"Lletra majúscula llatina Y amb accent agut",THORN:"Lletra majúscula llatina Thorn",szlig:"Lletra minúscula llatina sharp s",agrave:"Lletra minúscula llatina a amb accent greu", +aacute:"Lletra minúscula llatina a amb accent agut",acirc:"Lletra minúscula llatina a amb circumflex",atilde:"Lletra minúscula llatina a amb titlla",auml:"Lletra minúscula llatina a amb dièresi",aring:"Lletra minúscula llatina a amb anell superior",aelig:"Lletra minúscula llatina æ",ccedil:"Lletra minúscula llatina c amb ce trencada",egrave:"Lletra minúscula llatina e amb accent greu",eacute:"Lletra minúscula llatina e amb accent agut",ecirc:"Lletra minúscula llatina e amb circumflex",euml:"Lletra minúscula llatina e amb dièresi", +igrave:"Lletra minúscula llatina i amb accent greu",iacute:"Lletra minúscula llatina i amb accent agut",icirc:"Lletra minúscula llatina i amb circumflex",iuml:"Lletra minúscula llatina i amb dièresi",eth:"Lletra minúscula llatina eth",ntilde:"Lletra minúscula llatina n amb titlla",ograve:"Lletra minúscula llatina o amb accent greu",oacute:"Lletra minúscula llatina o amb accent agut",ocirc:"Lletra minúscula llatina o amb circumflex",otilde:"Lletra minúscula llatina o amb titlla",ouml:"Lletra minúscula llatina o amb dièresi", +divide:"SÃmbol de divisió",oslash:"Lletra minúscula llatina o amb barra",ugrave:"Lletra minúscula llatina u amb accent greu",uacute:"Lletra minúscula llatina u amb accent agut",ucirc:"Lletra minúscula llatina u amb circumflex",uuml:"Lletra minúscula llatina u amb dièresi",yacute:"Lletra minúscula llatina y amb accent agut",thorn:"Lletra minúscula llatina thorn",yuml:"Lletra minúscula llatina y amb dièresi",OElig:"Lligadura majúscula llatina OE",oelig:"Lligadura minúscula llatina oe",372:"Lletra majúscula llatina W amb circumflex", +374:"Lletra majúscula llatina Y amb circumflex",373:"Lletra minúscula llatina w amb circumflex",375:"Lletra minúscula llatina y amb circumflex",sbquo:"Signe de cita simple baixa-9",8219:"Signe de cita simple alta-invertida-9",bdquo:"Signe de cita doble baixa-9",hellip:"Punts suspensius",trade:"SÃmbol de marca registrada",9658:"Punter negre apuntant cap a la dreta",bull:"Vinyeta",rarr:"Fletxa cap a la dreta",rArr:"Doble fletxa cap a la dreta",hArr:"Doble fletxa esquerra dreta",diams:"Vestit negre diamant", +asymp:"Gairebé igual a"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/cs.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/cs.js new file mode 100644 index 0000000..c2b38f0 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/cs.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Logistický zápor",reg:"Znak registrace",macr:"PomlÄka nad",deg:"Znak stupnÄ",sup2:"Dvojka jako hornà index",sup3:"Trojka jako hornà index",acute:"Äárka nad vpravo",micro:"Znak mikro",para:"Znak odstavce",middot:"TeÄka uprostÅed",cedil:"Ocásek vlevo",sup1:"JedniÄka jako hornà index",ordm:"Mužský indikátor rodu",raquo:"Znak dvojitých lomených uvozovek vpravo",frac14:"ObyÄejný zlomek jedna Ätvrtina",frac12:"ObyÄejný zlomek jedna polovina",frac34:"ObyÄejný zlomek tÅi Ätvrtiny",iquest:"Znak obráceného otaznÃku", +Agrave:"Velké pÃsmeno latinky A s Äárkou nad vlevo",Aacute:"Velké pÃsmeno latinky A s Äárkou nad vpravo",Acirc:"Velké pÃsmeno latinky A s vokánÄm",Atilde:"Velké pÃsmeno latinky A s tildou",Auml:"Velké pÃsmeno latinky A s dvÄma teÄkami",Aring:"Velké pÃsmeno latinky A s kroužkem nad",AElig:"Velké pÃsmeno latinky Ae",Ccedil:"Velké pÃsmeno latinky C s ocáskem vlevo",Egrave:"Velké pÃsmeno latinky E s Äárkou nad vlevo",Eacute:"Velké pÃsmeno latinky E s Äárkou nad vpravo",Ecirc:"Velké pÃsmeno latinky E s vokánÄm", +Euml:"Velké pÃsmeno latinky E s dvÄma teÄkami",Igrave:"Velké pÃsmeno latinky I s Äárkou nad vlevo",Iacute:"Velké pÃsmeno latinky I s Äárkou nad vpravo",Icirc:"Velké pÃsmeno latinky I s vokánÄm",Iuml:"Velké pÃsmeno latinky I s dvÄma teÄkami",ETH:"Velké pÃsmeno latinky Eth",Ntilde:"Velké pÃsmeno latinky N s tildou",Ograve:"Velké pÃsmeno latinky O s Äárkou nad vlevo",Oacute:"Velké pÃsmeno latinky O s Äárkou nad vpravo",Ocirc:"Velké pÃsmeno latinky O s vokánÄm",Otilde:"Velké pÃsmeno latinky O s tildou", +Ouml:"Velké pÃsmeno latinky O s dvÄma teÄkami",times:"Znak násobenÃ",Oslash:"Velké pÃsmeno latinky O pÅeÅ¡krtnuté",Ugrave:"Velké pÃsmeno latinky U s Äárkou nad vlevo",Uacute:"Velké pÃsmeno latinky U s Äárkou nad vpravo",Ucirc:"Velké pÃsmeno latinky U s vokánÄm",Uuml:"Velké pÃsmeno latinky U s dvÄma teÄkami",Yacute:"Velké pÃsmeno latinky Y s Äárkou nad vpravo",THORN:"Velké pÃsmeno latinky Thorn",szlig:"Malé pÃsmeno latinky ostré s",agrave:"Malé pÃsmeno latinky a s Äárkou nad vlevo",aacute:"Malé pÃsmeno latinky a s Äárkou nad vpravo", +acirc:"Malé pÃsmeno latinky a s vokánÄm",atilde:"Malé pÃsmeno latinky a s tildou",auml:"Malé pÃsmeno latinky a s dvÄma teÄkami",aring:"Malé pÃsmeno latinky a s kroužkem nad",aelig:"Malé pÃsmeno latinky ae",ccedil:"Malé pÃsmeno latinky c s ocáskem vlevo",egrave:"Malé pÃsmeno latinky e s Äárkou nad vlevo",eacute:"Malé pÃsmeno latinky e s Äárkou nad vpravo",ecirc:"Malé pÃsmeno latinky e s vokánÄm",euml:"Malé pÃsmeno latinky e s dvÄma teÄkami",igrave:"Malé pÃsmeno latinky i s Äárkou nad vlevo",iacute:"Malé pÃsmeno latinky i s Äárkou nad vpravo", +icirc:"Malé pÃsmeno latinky i s vokánÄm",iuml:"Malé pÃsmeno latinky i s dvÄma teÄkami",eth:"Malé pÃsmeno latinky eth",ntilde:"Malé pÃsmeno latinky n s tildou",ograve:"Malé pÃsmeno latinky o s Äárkou nad vlevo",oacute:"Malé pÃsmeno latinky o s Äárkou nad vpravo",ocirc:"Malé pÃsmeno latinky o s vokánÄm",otilde:"Malé pÃsmeno latinky o s tildou",ouml:"Malé pÃsmeno latinky o s dvÄma teÄkami",divide:"Znak dÄlenÃ",oslash:"Malé pÃsmeno latinky o pÅeÅ¡krtnuté",ugrave:"Malé pÃsmeno latinky u s Äárkou nad vlevo", +uacute:"Malé pÃsmeno latinky u s Äárkou nad vpravo",ucirc:"Malé pÃsmeno latinky u s vokánÄm",uuml:"Malé pÃsmeno latinky u s dvÄma teÄkami",yacute:"Malé pÃsmeno latinky y s Äárkou nad vpravo",thorn:"Malé pÃsmeno latinky thorn",yuml:"Malé pÃsmeno latinky y s dvÄma teÄkami",OElig:"Velká ligatura latinky OE",oelig:"Malá ligatura latinky OE",372:"Velké pÃsmeno latinky W s vokánÄm",374:"Velké pÃsmeno latinky Y s vokánÄm",373:"Malé pÃsmeno latinky w s vokánÄm",375:"Malé pÃsmeno latinky y s vokánÄm",sbquo:"Dolnà 9 uvozovka jednoduchá", +8219:"Hornà obrácená 9 uvozovka jednoduchá",bdquo:"Dolnà 9 uvozovka dvojitá",hellip:"TrojteÄkový úvod",trade:"Obchodnà znaÄka",9658:"Äerný ukazatel smÄÅujÃcà vpravo",bull:"KoleÄko",rarr:"Å ipka vpravo",rArr:"Dvojitá Å¡ipka vpravo",hArr:"Dvojitá Å¡ipka vlevo a vpravo",diams:"Äerné piky",asymp:"TémÄÅ se rovná"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/cy.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/cy.js new file mode 100644 index 0000000..77f59f6 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/cy.js @@ -0,0 +1,14 @@ +/* + Copyright (c) 2003-2014, 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", +reg:"Arwydd cofrestredig",macr:"Macron",deg:"Arwydd gradd",sup2:"Dau uwchsgript",sup3:"Tri uwchsgript",acute:"Acen ddyrchafedig",micro:"Arwydd micro",para:"Arwydd pilcrow",middot:"Dot canol",cedil:"Sedila",sup1:"Un uwchsgript",ordm:"Dangosydd gwrywaidd",raquo:"Dyfynnod dwbl ar ongl i'r dde",frac14:"Ffracsiwn cyffredin un cwarter",frac12:"Ffracsiwn cyffredin un hanner",frac34:"Ffracsiwn cyffredin tri chwarter",iquest:"Marc cwestiwn gwrthdroëdig",Agrave:"Priflythyren A Lladinaidd gydag acen ddisgynedig", +Aacute:"Priflythyren A Lladinaidd gydag acen ddyrchafedig",Acirc:"Priflythyren A Lladinaidd gydag acen grom",Atilde:"Priflythyren A Lladinaidd gyda thild",Auml:"Priflythyren A Lladinaidd gyda didolnod",Aring:"Priflythyren A Lladinaidd gyda chylch uwchben",AElig:"Priflythyren à Lladinaidd",Ccedil:"Priflythyren C Lladinaidd gyda sedila",Egrave:"Priflythyren E Lladinaidd gydag acen ddisgynedig",Eacute:"Priflythyren E Lladinaidd gydag acen ddyrchafedig",Ecirc:"Priflythyren E Lladinaidd gydag acen grom", +Euml:"Priflythyren E Lladinaidd gyda didolnod",Igrave:"Priflythyren I Lladinaidd gydag acen ddisgynedig",Iacute:"Priflythyren I Lladinaidd gydag acen ddyrchafedig",Icirc:"Priflythyren I Lladinaidd gydag acen grom",Iuml:"Priflythyren I Lladinaidd gyda didolnod",ETH:"Priflythyren Eth",Ntilde:"Priflythyren N Lladinaidd gyda thild",Ograve:"Priflythyren O Lladinaidd gydag acen ddisgynedig",Oacute:"Priflythyren O Lladinaidd gydag acen ddyrchafedig",Ocirc:"Priflythyren O Lladinaidd gydag acen grom",Otilde:"Priflythyren O Lladinaidd gyda thild", +Ouml:"Priflythyren O Lladinaidd gyda didolnod",times:"Arwydd lluosi",Oslash:"Priflythyren O Lladinaidd gyda strôc",Ugrave:"Priflythyren U Lladinaidd gydag acen ddisgynedig",Uacute:"Priflythyren U Lladinaidd gydag acen ddyrchafedig",Ucirc:"Priflythyren U Lladinaidd gydag acen grom",Uuml:"Priflythyren U Lladinaidd gyda didolnod",Yacute:"Priflythyren Y Lladinaidd gydag acen ddyrchafedig",THORN:"Priflythyren Thorn",szlig:"Llythyren s fach Lladinaidd siarp ",agrave:"Llythyren a fach Lladinaidd gydag acen ddisgynedig", +aacute:"Llythyren a fach Lladinaidd gydag acen ddyrchafedig",acirc:"Llythyren a fach Lladinaidd gydag acen grom",atilde:"Llythyren a fach Lladinaidd gyda thild",auml:"Llythyren a fach Lladinaidd gyda didolnod",aring:"Llythyren a fach Lladinaidd gyda chylch uwchben",aelig:"Llythyren æ fach Lladinaidd",ccedil:"Llythyren c fach Lladinaidd gyda sedila",egrave:"Llythyren e fach Lladinaidd gydag acen ddisgynedig",eacute:"Llythyren e fach Lladinaidd gydag acen ddyrchafedig",ecirc:"Llythyren e fach Lladinaidd gydag acen grom", +euml:"Llythyren e fach Lladinaidd gyda didolnod",igrave:"Llythyren i fach Lladinaidd gydag acen ddisgynedig",iacute:"Llythyren i fach Lladinaidd gydag acen ddyrchafedig",icirc:"Llythyren i fach Lladinaidd gydag acen grom",iuml:"Llythyren i fach Lladinaidd gyda didolnod",eth:"Llythyren eth fach",ntilde:"Llythyren n fach Lladinaidd gyda thild",ograve:"Llythyren o fach Lladinaidd gydag acen ddisgynedig",oacute:"Llythyren o fach Lladinaidd gydag acen ddyrchafedig",ocirc:"Llythyren o fach Lladinaidd gydag acen grom", +otilde:"Llythyren o fach Lladinaidd gyda thild",ouml:"Llythyren o fach Lladinaidd gyda didolnod",divide:"Arwydd rhannu",oslash:"Llythyren o fach Lladinaidd gyda strôc",ugrave:"Llythyren u fach Lladinaidd gydag acen ddisgynedig",uacute:"Llythyren u fach Lladinaidd gydag acen ddyrchafedig",ucirc:"Llythyren u fach Lladinaidd gydag acen grom",uuml:"Llythyren u fach Lladinaidd gyda didolnod",yacute:"Llythyren y fach Lladinaidd gydag acen ddisgynedig",thorn:"Llythyren o fach Lladinaidd gyda strôc",yuml:"Llythyren y fach Lladinaidd gyda didolnod", +OElig:"Priflythyren cwlwm OE Lladinaidd ",oelig:"Priflythyren cwlwm oe Lladinaidd ",372:"Priflythyren W gydag acen grom",374:"Priflythyren Y gydag acen grom",373:"Llythyren w fach gydag acen grom",375:"Llythyren y fach gydag acen grom",sbquo:"Dyfynnod sengl 9-isel",8219:"Dyfynnod sengl 9-uchel cildro",bdquo:"Dyfynnod dwbl 9-isel",hellip:"Coll geiriau llorweddol",trade:"Arwydd marc masnachol",9658:"Pwyntydd du i'r dde",bull:"Bwled",rarr:"Saeth i'r dde",rArr:"Saeth ddwbl i'r dde",hArr:"Saeth ddwbl i'r chwith", +diams:"Siwt diemwnt du",asymp:"Bron yn hafal iddo"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/de.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/de.js new file mode 100644 index 0000000..6b3ce87 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/de.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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",pound:"Pfund",curren:"Währung",yen:"Yen",brvbar:"gestrichelte Linie",sect:"§ Zeichen",uml:"Diäresis",copy:"Copyright",ordf:"Feminine ordinal Anzeige",laquo:"Nach links zeigenden Doppel-Winkel Anführungszeichen",not:"Not-Zeichen", +reg:"Registriert",macr:"Längezeichen",deg:"Grad",sup2:"Hoch 2",sup3:"Hoch 3",acute:"Akzentzeichen ",micro:"Micro",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 diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/el.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/el.js new file mode 100644 index 0000000..e7c2a21 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/el.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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:"ΣÏμβολο ÏÎ½ÎµÏ Î¼Î±ÏικÏν δικαιÏμάÏÏν", +ordf:"Feminine ordinal indicator",laquo:"ÎÏιÏÏεÏÏÏ ÏαÏακÏήÏÎ±Ï Î´Î¹ÏÎ»Î¿Ï ÎµÎ¹ÏαγÏγικοÏ",not:"Not sign",reg:"ΣÏμβολο ÏημάÏÏν καÏαÏεθÎν",macr:"ÎακÏÏν",deg:"ΣÏμβολο βαθμοÏ",sup2:"ÎκÏεθειμÎνο δÏο",sup3:"ÎκÏεθειμÎνο ÏÏία",acute:"Îξεία",micro:"ΣÏμβολο μικÏοÏ",para:"ΣÏμβολο ÏαÏαγÏάÏÎ¿Ï ",middot:"ÎÎÏη Ïελεία",cedil:"Î¥ÏογεγÏαμμÎνη",sup1:"ÎκÏεθειμÎνο Îνα",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"ÎνήÏιο κλάÏμα ενÏÏ ÏεÏάÏÏÎ¿Ï ",frac12:"ÎνήÏιο κλάÏμα ενÏÏ Î´ÎµÏÏεÏÎ¿Ï ",frac34:"ÎνήÏιο κλάÏμα ÏÏιÏν ÏεÏάÏÏÏν", +iquest:"ÎνάÏοδο Î¸Î±Ï Î¼Î±ÏÏικÏ",Agrave:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα A με βαÏεία",Aacute:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα A με οξεία",Acirc:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα A με ÏεÏιÏÏÏμÎνη",Atilde:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα A με ÏεÏιÏÏÏμÎνη",Auml:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα A με Î´Î¹Î±Î»Ï Ïικά",Aring:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα A με δακÏÏλιο εÏάνÏ",AElig:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα Ã",Ccedil:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα C με Ï ÏογεγÏαμμÎνη",Egrave:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα E με βαÏεία",Eacute:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα E με οξεία",Ecirc:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα Πμε ÏεÏιÏÏÏμÎνη ", +Euml:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα Πμε Î´Î¹Î±Î»Ï Ïικά",Igrave:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα I με βαÏεία",Iacute:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα I με οξεία",Icirc:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα I με ÏεÏιÏÏÏμÎνη",Iuml:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα I με Î´Î¹Î±Î»Ï Ïικά ",ETH:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα Eth",Ntilde:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα N με ÏεÏιÏÏÏμÎνη",Ograve:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα O με βαÏεία",Oacute:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα O με οξεία",Ocirc:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα O με ÏεÏιÏÏÏμÎνη ",Otilde:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα O με ÏεÏιÏÏÏμÎνη", +Ouml:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα O με Î´Î¹Î±Î»Ï Ïικά",times:"ΣÏμβολο ÏολλαÏλαÏιαÏμοÏ",Oslash:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα O με Î¼Î¿Î»Ï Î²Î¹Î¬",Ugrave:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα U με βαÏεία",Uacute:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα U με οξεία",Ucirc:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα U με ÏεÏιÏÏÏμÎνη",Uuml:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα U με Î´Î¹Î±Î»Ï Ïικά",Yacute:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα Y με οξεία",THORN:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα Thorn",szlig:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα αÏÏÏομο s",agrave:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα a με βαÏεία",aacute:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα a με οξεία", +acirc:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα a με ÏεÏιÏÏÏμÎνη",atilde:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα a με ÏεÏιÏÏÏμÎνη",auml:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα a με Î´Î¹Î±Î»Ï Ïικά",aring:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα a με δακÏÏλιο ÏάνÏ",aelig:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα æ",ccedil:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα c με Ï ÏογεγÏαμμÎνη",egrave:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα ε με βαÏεία",eacute:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα e με οξεία",ecirc:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα e με ÏεÏιÏÏÏμÎνη",euml:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα e με Î´Î¹Î±Î»Ï Ïικά",igrave:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα i με βαÏεία",iacute:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα i με οξεία", +icirc:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα i με ÏεÏιÏÏÏμÎνη",iuml:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα i με Î´Î¹Î±Î»Ï Ïικά",eth:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα eth",ntilde:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα n με ÏεÏιÏÏÏμÎνη",ograve:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα o με βαÏεία",oacute:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα o με οξεία ",ocirc:"ÎαÏÎ¹Î½Î¹ÎºÏ ÏÎµÎ¶Ï Î³Ïάμμα o με ÏεÏιÏÏÏμÎνη",otilde:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα o με ÏεÏιÏÏÏμÎνη ",ouml:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα o με Î´Î¹Î±Î»Ï Ïικά",divide:"ΣÏμβολο διαίÏεÏηÏ",oslash:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα o με ÏεÏιÏÏÏμÎνη",ugrave:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα u με βαÏεία", +uacute:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα u με οξεία",ucirc:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα u με ÏεÏιÏÏÏμÎνη",uuml:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα u με Î´Î¹Î±Î»Ï Ïικά",yacute:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα y με οξεία",thorn:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα thorn",yuml:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα y με Î´Î¹Î±Î»Ï Ïικά",OElig:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο ÏÏμÏλεγμα ÎÎ",oelig:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ ÏÏμÏλεγμα oe",372:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα W με ÏεÏιÏÏÏμÎνη",374:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα Y με ÏεÏιÏÏÏμÎνη",373:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα w με ÏεÏιÏÏÏμÎνη",375:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα y με ÏεÏιÏÏÏμÎνη", +sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"ÎÏιζÏνÏια αÏοÏιÏÏηÏικά",trade:"ΣÏμβολο εμÏοÏÎ¹ÎºÎ¿Ï ÎºÎ±ÏαÏεθÎν",9658:"ÎαÏÏÎ¿Ï Î´ÎµÎ¯ÎºÏÎ·Ï ÏÎ¿Ï Î´ÎµÎ¯Ïνει ÏÏÎ¿Ï Ïα δεξιά",bull:"ÎÎ¿Ï ÎºÎºÎ¯Î´Î±",rarr:"Îεξί βελάκι",rArr:"ÎιÏÎ»Ï Î´ÎµÎ¾Î¯ βελάκι",hArr:"ÎιÏÎ»Ï Î²ÎµÎ»Î¬ÎºÎ¹ αÏιÏÏεÏά-δεξιά",diams:"ÎαÏÏο διαμάνÏι",asymp:"ΣÏεδÏν ίÏο με"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js new file mode 100644 index 0000000..5a14786 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Not sign",reg:"Registered sign",macr:"Macron",deg:"Degree sign",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/en.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/en.js new file mode 100644 index 0000000..26f61c2 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/en.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Not sign",reg:"Registered sign",macr:"Macron",deg:"Degree sign",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/eo.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/eo.js new file mode 100644 index 0000000..d44b0d2 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/eo.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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", +sup2:"Supra indico 2",sup3:"Supra indico 3",acute:"Dekstra korno",micro:"Mikrosigno",para:"Rekta paragrafo",middot:"Meza punkto",cedil:"Zoeto",sup1:"Supra indico 1",ordm:"Substantiva numerfinaĵo",raquo:"Duobla plio-citilo",frac14:"Kvaronosigno",frac12:"Duonosigno",frac34:"Trikvaronosigno",iquest:"renversita demandosigno",Agrave:"Latina Äeflitero A kun liva korno",Aacute:"Latina Äeflitero A kun dekstra korno",Acirc:"Latina Äeflitero A kun Äapelo",Atilde:"Latina Äeflitero A kun tildo",Auml:"Latina Äeflitero A kun tremao", +Aring:"Latina Äeflitero A kun superringo",AElig:"Latina Äeflitera ligaturo Ã",Ccedil:"Latina Äeflitero C kun zoeto",Egrave:"Latina Äeflitero E kun liva korno",Eacute:"Latina Äeflitero E kun dekstra korno",Ecirc:"Latina Äeflitero E kun Äapelo",Euml:"Latina Äeflitero E kun tremao",Igrave:"Latina Äeflitero I kun liva korno",Iacute:"Latina Äeflitero I kun dekstra korno",Icirc:"Latina Äeflitero I kun Äapelo",Iuml:"Latina Äeflitero I kun tremao",ETH:"Latina Äeflitero islanda edo",Ntilde:"Latina Äeflitero N kun tildo", +Ograve:"Latina Äeflitero O kun liva korno",Oacute:"Latina Äeflitero O kun dekstra korno",Ocirc:"Latina Äeflitero O kun Äapelo",Otilde:"Latina Äeflitero O kun tildo",Ouml:"Latina Äeflitero O kun tremao",times:"Multipliko",Oslash:"Latina Äeflitero O trastrekita",Ugrave:"Latina Äeflitero U kun liva korno",Uacute:"Latina Äeflitero U kun dekstra korno",Ucirc:"Latina Äeflitero U kun Äapelo",Uuml:"Latina Äeflitero U kun tremao",Yacute:"Latina Äeflitero Y kun dekstra korno",THORN:"Latina Äeflitero islanda dorno", +szlig:"Latina etlitero germana sozo (akra s)",agrave:"Latina etlitero a kun liva korno",aacute:"Latina etlitero a kun dekstra korno",acirc:"Latina etlitero a kun Äapelo",atilde:"Latina etlitero a kun tildo",auml:"Latina etlitero a kun tremao",aring:"Latina etlitero a kun superringo",aelig:"Latina etlitera ligaturo æ",ccedil:"Latina etlitero c kun zoeto",egrave:"Latina etlitero e kun liva korno",eacute:"Latina etlitero e kun dekstra korno",ecirc:"Latina etlitero e kun Äapelo",euml:"Latina etlitero e kun tremao", +igrave:"Latina etlitero i kun liva korno",iacute:"Latina etlitero i kun dekstra korno",icirc:"Latina etlitero i kun Äapelo",iuml:"Latina etlitero i kun tremao",eth:"Latina etlitero islanda edo",ntilde:"Latina etlitero n kun tildo",ograve:"Latina etlitero o kun liva korno",oacute:"Latina etlitero o kun dekstra korno",ocirc:"Latina etlitero o kun Äapelo",otilde:"Latina etlitero o kun tildo",ouml:"Latina etlitero o kun tremao",divide:"Dividosigno",oslash:"Latina etlitero o trastrekita",ugrave:"Latina etlitero u kun liva korno", +uacute:"Latina etlitero u kun dekstra korno",ucirc:"Latina etlitero u kun Äapelo",uuml:"Latina etlitero u kun tremao",yacute:"Latina etlitero y kun dekstra korno",thorn:"Latina etlitero islanda dorno",yuml:"Latina etlitero y kun tremao",OElig:"Latina Äeflitera ligaturo Å",oelig:"Latina etlitera ligaturo Å",372:"Latina Äeflitero W kun Äapelo",374:"Latina Äeflitero Y kun Äapelo",373:"Latina etlitero w kun Äapelo",375:"Latina etlitero y kun Äapelo",sbquo:"Suba 9-citilo",8219:"Supra renversita 9-citilo", +bdquo:"Suba 99-citilo",hellip:"Tripunkto",trade:"Varmarka signo",9658:"Nigra sago dekstren",bull:"Bulmarko",rarr:"Sago dekstren",rArr:"Duobla sago dekstren",hArr:"Duobla sago maldekstren",diams:"Nigra kvadrato",asymp:"PreskaÅ egala"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/es.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/es.js new file mode 100644 index 0000000..79d437f --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/es.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Signo negación",reg:"Signo de marca registrada",macr:"Guión alto",deg:"Signo de grado",sup2:"SuperÃndice dos",sup3:"SuperÃndice tres",acute:"Acento agudo",micro:"Signo micro",para:"Signo de pi",middot:"Punto medio",cedil:"Cedilla",sup1:"SuperÃndice uno",ordm:"Indicador orginal masculino",raquo:"Cierra comillas angulares",frac14:"Fracción ordinaria de un quarto",frac12:"Fracción ordinaria de una mitad",frac34:"Fracción ordinaria de tres cuartos",iquest:"Signo de interrogación invertido",Agrave:"Letra A latina mayúscula con acento grave", +Aacute:"Letra A latina mayúscula con acento agudo",Acirc:"Letra A latina mayúscula con acento circunflejo",Atilde:"Letra A latina mayúscula con tilde",Auml:"Letra A latina mayúscula con diéresis",Aring:"Letra A latina mayúscula con aro arriba",AElig:"Letra à latina mayúscula",Ccedil:"Letra C latina mayúscula con cedilla",Egrave:"Letra E latina mayúscula con acento grave",Eacute:"Letra E latina mayúscula con acento agudo",Ecirc:"Letra E latina mayúscula con acento circunflejo",Euml:"Letra E latina mayúscula con diéresis", +Igrave:"Letra I latina mayúscula con acento grave",Iacute:"Letra I latina mayúscula con acento agudo",Icirc:"Letra I latina mayúscula con acento circunflejo",Iuml:"Letra I latina mayúscula con diéresis",ETH:"Letra Eth latina mayúscula",Ntilde:"Letra N latina mayúscula con tilde",Ograve:"Letra O latina mayúscula con acento grave",Oacute:"Letra O latina mayúscula con acento agudo",Ocirc:"Letra O latina mayúscula con acento circunflejo",Otilde:"Letra O latina mayúscula con tilde",Ouml:"Letra O latina mayúscula con diéresis", +times:"Signo de multiplicación",Oslash:"Letra O latina mayúscula con barra inclinada",Ugrave:"Letra U latina mayúscula con acento grave",Uacute:"Letra U latina mayúscula con acento agudo",Ucirc:"Letra U latina mayúscula con acento circunflejo",Uuml:"Letra U latina mayúscula con diéresis",Yacute:"Letra Y latina mayúscula con acento agudo",THORN:"Letra Thorn latina mayúscula",szlig:"Letra s latina fuerte pequeña",agrave:"Letra a latina pequeña con acento grave",aacute:"Letra a latina pequeña con acento agudo", +acirc:"Letra a latina pequeña con acento circunflejo",atilde:"Letra a latina pequeña con tilde",auml:"Letra a latina pequeña con diéresis",aring:"Letra a latina pequeña con aro arriba",aelig:"Letra æ latina pequeña",ccedil:"Letra c latina pequeña con cedilla",egrave:"Letra e latina pequeña con acento grave",eacute:"Letra e latina pequeña con acento agudo",ecirc:"Letra e latina pequeña con acento circunflejo",euml:"Letra e latina pequeña con diéresis",igrave:"Letra i latina pequeña con acento grave", +iacute:"Letra i latina pequeña con acento agudo",icirc:"Letra i latina pequeña con acento circunflejo",iuml:"Letra i latina pequeña con diéresis",eth:"Letra eth latina pequeña",ntilde:"Letra n latina pequeña con tilde",ograve:"Letra o latina pequeña con acento grave",oacute:"Letra o latina pequeña con acento agudo",ocirc:"Letra o latina pequeña con acento circunflejo",otilde:"Letra o latina pequeña con tilde",ouml:"Letra o latina pequeña con diéresis",divide:"Signo de división",oslash:"Letra o latina minúscula con barra inclinada", +ugrave:"Letra u latina pequeña con acento grave",uacute:"Letra u latina pequeña con acento agudo",ucirc:"Letra u latina pequeña con acento circunflejo",uuml:"Letra u latina pequeña con diéresis",yacute:"Letra u latina pequeña con acento agudo",thorn:"Letra thorn latina minúscula",yuml:"Letra y latina pequeña con diéresis",OElig:"Diptongo OE latino en mayúscula",oelig:"Diptongo oe latino en minúscula",372:"Letra W latina mayúscula con acento circunflejo",374:"Letra Y latina mayúscula con acento circunflejo", +373:"Letra w latina pequeña con acento circunflejo",375:"Letra y latina pequeña con acento circunflejo",sbquo:"Comilla simple baja-9",8219:"Comilla simple alta invertida-9",bdquo:"Comillas dobles bajas-9",hellip:"Puntos suspensivos horizontales",trade:"Signo de marca registrada",9658:"Apuntador negro apuntando a la derecha",bull:"Viñeta",rarr:"Flecha a la derecha",rArr:"Flecha doble a la derecha",hArr:"Flecha izquierda derecha doble",diams:"Diamante negro",asymp:"Casi igual a"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/et.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/et.js new file mode 100644 index 0000000..22c9056 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/et.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Ei-märk",reg:"Registered sign",macr:"Macron",deg:"Kraadimärk",sup2:"Ãlaindeks kaks",sup3:"Ãlaindeks kolm",acute:"Acute accent",micro:"Mikro-märk",para:"Pilcrow sign",middot:"Keskpunkt",cedil:"Cedilla",sup1:"Ãlaindeks üks",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Ladina suur A tildega",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Täppidega ladina suur O",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Kandilise katusega suur ladina U",Uuml:"Täppidega ladina suur U",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Ladina väike terav s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Kandilise katusega ladina väike a",atilde:"Tildega ladina väike a",auml:"Täppidega ladina väike a",aring:"Latin small letter a with ring above", +aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth",ntilde:"Latin small letter n with tilde", +ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Jagamismärk",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis",yacute:"Latin small letter y with acute accent", +thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis",trade:"Kaubamärgi märk",9658:"Black right-pointing pointer", +bull:"Kuul",rarr:"Nool paremale",rArr:"Topeltnool paremale",hArr:"Topeltnool vasakule",diams:"Black diamond suit",asymp:"Ligikaudu võrdne"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/fa.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/fa.js new file mode 100644 index 0000000..e0b27c5 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/fa.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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:"Ùشا٠ثبت شدÙ", +macr:"Ùشا٠خط باÙØ§Û ØرÙ",deg:"Ùشا٠درجÙ",sup2:"باÙاÙÙÛس دÙ",sup3:"باÙاÙÙÛس سÙ",acute:"ÙÙج٠غÙÛظ",micro:"Ùشا٠٠اÛکرÙ",para:"Ùشا٠٠Ø٠بÙد",middot:"ÙÙØ·Ù Ù ÛاÙÛ",cedil:"سدÛÙ",sup1:"باÙاÙÙÛس 1",ordm:"شاخص ترتÛØ¨Û Ù Ø°Ú©Ø±",raquo:"Ùشا٠زاÙÛÙâدار دÙتاÛÛ ÙÙÙ ÙÙ٠راست ÚÛÙ",frac14:"ÙاØد عا٠ÛاÙÙ 1/4",frac12:"ÙاØد عا٠ÛÙÙ ÙصÙ",frac34:"ÙاØد عا٠ÛاÙÙ 3/4",iquest:"عÙا٠ت سÙا٠٠عکÙس",Agrave:"Øر٠A بزرگ ÙاتÛ٠با تÙÙظ غÙÛظ",Aacute:"Øر٠A بزرگ ÙاتÛ٠با تÙÙظ شدÛد",Acirc:"Øر٠A بزرگ ÙاتÛ٠با دÙر",Atilde:"Øر٠A بزرگ ÙاتÛ٠با ØµØ¯Ø§Û Ú©Ø§Ù Û", +Auml:"Øر٠A بزرگ ÙاتÛ٠با Ùشا٠سÙاگÛرÛ",Aring:"Øر٠A بزرگ ÙاتÛ٠با ØÙÙ٠باÙا",AElig:"Øر٠à بزرگ ÙاتÛÙ",Ccedil:"Øر٠C بزرگ ÙاتÛ٠با Ùشا٠سÙاگÛرÛ",Egrave:"Øر٠E بزرگ ÙاتÛ٠با تÙÙظ درشت",Eacute:"Øر٠E بزرگ ÙاتÛ٠با تÙÙظ زÛر",Ecirc:"Øر٠E بزرگ ÙاتÛ٠با خ٠اÙ",Euml:"Øر٠E بزرگ ÙاتÛ٠با Ùشا٠سÙاگÛرÛ",Igrave:"Øر٠I بزرگ ÙاتÛ٠با تÙÙظ درشت",Iacute:"Øر٠I بزرگ ÙاتÛ٠با تÙÙظ رÛز",Icirc:"Øر٠I بزرگ ÙاتÛ٠با خ٠اÙ",Iuml:"Øر٠I بزرگ ÙاتÛ٠با Ùشا٠سÙاگÛرÛ",ETH:"Øر٠ÙاتÛ٠بزرگ Ùاک٠ترتÛبÛ",Ntilde:"Øر٠N بزرگ ÙاتÛ٠با ٠د", +Ograve:"Øر٠O بزرگ ÙاتÛ٠با تÙÙظ درشت",Oacute:"Øر٠O بزرگ ÙاتÛ٠با تÙÙظ رÛز",Ocirc:"Øر٠O بزرگ ÙاتÛ٠با خ٠اÙ",Otilde:"Øر٠O بزرگ ÙاتÛ٠با ٠د",Ouml:"Øر٠O بزرگ ÙاتÛ٠با Ùشا٠سÙاگÛرÛ",times:"Ùشا٠ضربدر",Oslash:"Øر٠O بزرگ ÙاتÛ٠با Ù Ûا٠خط",Ugrave:"Øر٠U بزرگ ÙاتÛ٠با تÙÙظ درشت",Uacute:"Øر٠U بزرگ ÙاتÛ٠با تÙÙظ رÛز",Ucirc:"Øر٠U بزرگ ÙاتÛ٠با خ٠اÙ",Uuml:"Øر٠U بزرگ ÙاتÛ٠با Ùشا٠سÙاگÛرÛ",Yacute:"Øر٠Y بزرگ ÙاتÛ٠با تÙÙظ رÛز",THORN:"Øر٠بزرگ ÙاتÛ٠خاردار",szlig:"Øر٠کÙÚÚ© ÙاتÛ٠شارپ s",agrave:"Øر٠a Ú©ÙÚÚ© ÙاتÛ٠با تÙÙظ درشت", +aacute:"Øر٠a Ú©ÙÚÚ© ÙاتÛ٠با تÙÙظ رÛز",acirc:"Øر٠a Ú©ÙÚÚ© ÙاتÛ٠با خ٠اÙ",atilde:"Øر٠a Ú©ÙÚÚ© ÙاتÛ٠با ØµØ¯Ø§Û Ú©Ø§Ù Û",auml:"Øر٠a Ú©ÙÚÚ© ÙاتÛ٠با Ùشا٠سÙاگÛرÛ",aring:"Øر٠a Ú©ÙÚÚ© ÙاتÛÙ Ú¯ÙØ´Ùار٠دار",aelig:"Øر٠کÙÚÚ© ÙاتÛ٠æ",ccedil:"Øر٠c Ú©ÙÚÚ© ÙاتÛ٠با Ùشا٠سدÛÙ",egrave:"Øر٠e Ú©ÙÚÚ© ÙاتÛ٠با تÙÙظ درشت",eacute:"Øر٠e Ú©ÙÚÚ© ÙاتÛ٠با تÙÙظ رÛز",ecirc:"Øر٠e Ú©ÙÚÚ© ÙاتÛ٠با خ٠اÙ",euml:"Øر٠e Ú©ÙÚÚ© ÙاتÛ٠با Ùشا٠سÙاگÛرÛ",igrave:"Øر٠i Ú©ÙÚÚ© ÙاتÛ٠با تÙÙظ درشت",iacute:"Øر٠i Ú©ÙÚÚ© ÙاتÛ٠با تÙÙظ رÛز",icirc:"Øر٠i Ú©ÙÚÚ© ÙاتÛ٠با خ٠اÙ", +iuml:"Øر٠i Ú©ÙÚÚ© ÙاتÛ٠با Ùشا٠سÙاگÛرÛ",eth:"Øر٠کÙÚÚ© ÙاتÛÙ eth",ntilde:"Øر٠n Ú©ÙÚÚ© ÙاتÛ٠با ØµØ¯Ø§Û Ú©Ø§Ù Û",ograve:"Øر٠o Ú©ÙÚÚ© ÙاتÛ٠با تÙÙظ درشت",oacute:"Øر٠o Ú©ÙÚÚ© ÙاتÛ٠با تÙÙظ زÛر",ocirc:"Øر٠o Ú©ÙÚÚ© ÙاتÛ٠با خ٠اÙ",otilde:"Øر٠o Ú©ÙÚÚ© ÙاتÛ٠با ØµØ¯Ø§Û Ú©Ø§Ù Û",ouml:"Øر٠o Ú©ÙÚÚ© ÙاتÛ٠با Ùشا٠سÙاگÛرÛ",divide:"Ùشا٠بخش",oslash:"Øر٠o Ú©ÙÚÚ© ÙاتÛ٠با Ù Ûا٠خط",ugrave:"Øر٠u Ú©ÙÚÚ© ÙاتÛ٠با تÙÙظ درشت",uacute:"Øر٠u Ú©ÙÚÚ© ÙاتÛ٠با تÙÙظ رÛز",ucirc:"Øر٠u Ú©ÙÚÚ© ÙاتÛ٠با خ٠اÙ",uuml:"Øر٠u Ú©ÙÚÚ© ÙاتÛ٠با Ùشا٠سÙاگÛرÛ",yacute:"Øر٠y Ú©ÙÚÚ© ÙاتÛ٠با تÙÙظ رÛز", +thorn:"Øر٠کÙÚÚ© ÙاتÛ٠خاردار",yuml:"Øر٠y Ú©ÙÚÚ© ÙاتÛ٠با Ùشا٠سÙاگÛرÛ",OElig:"بÙد بزرگ ÙاتÛÙ OE",oelig:"بÙد Ú©ÙÚÚ© ÙاتÛÙ oe",372:"Øر٠W بزرگ ÙاتÛ٠با خ٠اÙ",374:"Øر٠Y بزرگ ÙاتÛ٠با خ٠اÙ",373:"Øر٠w Ú©ÙÚÚ© ÙاتÛ٠با خ٠اÙ",375:"Øر٠y Ú©ÙÚÚ© ÙاتÛ٠با خ٠اÙ",sbquo:"Ùشا٠ÙÙÙ ÙÙÙ ØªÚ©Û Ø²Ûر-9",8219:"Ùشا٠ÙÙÙ ÙÙÙ ØªÚ©Û high-reversed-9",bdquo:"ÙÙÙ ÙÙ٠دÙتاÛÛ Ù¾Ø§ÛÛÙ-9",hellip:"Øذ٠اÙÙÛ",trade:"Ùشا٠تجارÛ",9658:"ÙشاÙگر سÛا٠جÙت راست",bull:"Ú¯ÙÙÙÙ",rarr:"ÙÙØ´ راست",rArr:"ÙÙØ´ دÙتاÛÛ Ø±Ø§Ø³Øª",hArr:"ÙÙØ´ دÙتاÛÛ ÚÙ¾ راست",diams:"Ùشا٠اÙ٠اس سÛاÙ", +asymp:"تÙرÛبا برابر با"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/fi.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/fi.js new file mode 100644 index 0000000..6d701e3 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/fi.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Not sign",reg:"Rekisteröity merkki",macr:"Macron",deg:"Asteen merkki",sup2:"Yläindeksi kaksi",sup3:"Yläindeksi kolme",acute:"Acute accent",micro:"Mikron merkki",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Yläindeksi yksi",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Ylösalaisin oleva kysymysmerkki",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Kertomerkki",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Jakomerkki",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Tavaramerkki merkki",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Nuoli oikealle",rArr:"Kaksoisnuoli oikealle",hArr:"Kaksoisnuoli oikealle ja vasemmalle",diams:"Black diamond suit",asymp:"Noin"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js new file mode 100644 index 0000000..d19e2e4 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Indicateur de négation",reg:"Symbole de marque déposée",macr:"Macron",deg:"Degré",sup2:"Exposant 2",sup3:"Exposant 3",acute:"Accent aigüe",micro:"Symbole micro",para:"Paragraphe",middot:"Point médian",cedil:"Cédille",sup1:"Exposant 1",ordm:"Indicateur ordinal masculin",raquo:"Guillemet français fermant",frac14:"Un quart",frac12:"Une demi",frac34:"Trois quart",iquest:"Point d'interrogation inversé",Agrave:"A accent grave",Aacute:"A accent aigüe",Acirc:"A circonflexe",Atilde:"A tilde",Auml:"A tréma", +Aring:"A avec un rond au dessus",AElig:"à majuscule",Ccedil:"C cédille",Egrave:"E accent grave",Eacute:"E accent aigüe",Ecirc:"E accent circonflexe",Euml:"E tréma",Igrave:"I accent grave",Iacute:"I accent aigüe",Icirc:"I accent circonflexe",Iuml:"I tréma",ETH:"Lettre majuscule islandaise ED",Ntilde:"N tilde",Ograve:"O accent grave",Oacute:"O accent aigüe",Ocirc:"O accent circonflexe",Otilde:"O tilde",Ouml:"O tréma",times:"Symbole de multiplication",Oslash:"O barré",Ugrave:"U accent grave",Uacute:"U accent aigüe", +Ucirc:"U accent circonflexe",Uuml:"U tréma",Yacute:"Y accent aigüe",THORN:"Lettre islandaise Thorn majuscule",szlig:"Lettre minuscule allemande s dur",agrave:"a accent grave",aacute:"a accent aigüe",acirc:"a accent circonflexe",atilde:"a tilde",auml:"a tréma",aring:"a avec un cercle au dessus",aelig:"æ",ccedil:"c cédille",egrave:"e accent grave",eacute:"e accent aigüe",ecirc:"e accent circonflexe",euml:"e tréma",igrave:"i accent grave",iacute:"i accent aigüe",icirc:"i accent circonflexe",iuml:"i tréma", +eth:"Lettre minuscule islandaise ED",ntilde:"n tilde",ograve:"o accent grave",oacute:"o accent aigüe",ocirc:"O accent circonflexe",otilde:"O tilde",ouml:"O tréma",divide:"Symbole de division",oslash:"o barré",ugrave:"u accent grave",uacute:"u accent aigüe",ucirc:"u accent circonflexe",uuml:"u tréma",yacute:"y accent aigüe",thorn:"Lettre islandaise thorn minuscule",yuml:"y tréma",OElig:"ligature majuscule latine Å",oelig:"ligature minuscule latine Å",372:"W accent circonflexe",374:"Y accent circonflexe", +373:"w accent circonflexe",375:"y accent circonflexe",sbquo:"Guillemet simple fermant",8219:"Guillemet-virgule supérieur culbuté",bdquo:"Guillemet-virgule double inférieur",hellip:"Points de suspension",trade:"Symbole de marque déposée",9658:"Flèche noire pointant vers la droite",bull:"Puce",rarr:"Flèche vers la droite",rArr:"Flèche double vers la droite",hArr:"Flèche double vers la gauche",diams:"Carreau",asymp:"Presque égal"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/fr.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/fr.js new file mode 100644 index 0000000..2d1ad09 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/fr.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Crochet de négation",reg:"Marque déposée",macr:"Macron",deg:"Degré",sup2:"Exposant 2",sup3:"\\tExposant 3",acute:"Accent aigu",micro:"Omicron",para:"Paragraphe",middot:"Point médian",cedil:"Cédille",sup1:"\\tExposant 1",ordm:"Indicateur ordinal masculin",raquo:"Guillemet français fermant",frac14:"Un quart",frac12:"Un demi",frac34:"Trois quarts",iquest:"Point d'interrogation inversé",Agrave:"A majuscule accent grave",Aacute:"A majuscule accent aigu",Acirc:"A majuscule accent circonflexe",Atilde:"A majuscule avec caron", +Auml:"A majuscule tréma",Aring:"A majuscule avec un rond au-dessus",AElig:"à majuscule ligaturés",Ccedil:"C majuscule cédille",Egrave:"E majuscule accent grave",Eacute:"E majuscule accent aigu",Ecirc:"E majuscule accent circonflexe",Euml:"E majuscule tréma",Igrave:"I majuscule accent grave",Iacute:"I majuscule accent aigu",Icirc:"I majuscule accent circonflexe",Iuml:"I majuscule tréma",ETH:"Lettre majuscule islandaise ED",Ntilde:"N majuscule avec caron",Ograve:"O majuscule accent grave",Oacute:"O majuscule accent aigu", +Ocirc:"O majuscule accent circonflexe",Otilde:"O majuscule avec caron",Ouml:"O majuscule tréma",times:"Multiplication",Oslash:"O majuscule barré",Ugrave:"U majuscule accent grave",Uacute:"U majuscule accent aigu",Ucirc:"U majuscule accent circonflexe",Uuml:"U majuscule tréma",Yacute:"Y majuscule accent aigu",THORN:"Lettre islandaise Thorn majuscule",szlig:"Lettre minuscule allemande s dur",agrave:"a minuscule accent grave",aacute:"a minuscule accent aigu",acirc:"a minuscule accent circonflexe",atilde:"a minuscule avec caron", +auml:"a minuscule tréma",aring:"a minuscule avec un rond au-dessus",aelig:"æ minuscule ligaturés",ccedil:"c minuscule cédille",egrave:"e minuscule accent grave",eacute:"e minuscule accent aigu",ecirc:"e minuscule accent circonflexe",euml:"e minuscule tréma",igrave:"i minuscule accent grave",iacute:"i minuscule accent aigu",icirc:"i minuscule accent circonflexe",iuml:"i minuscule tréma",eth:"Lettre minuscule islandaise ED",ntilde:"n minuscule avec caron",ograve:"o minuscule accent grave",oacute:"o minuscule accent aigu", +ocirc:"o minuscule accent circonflexe",otilde:"o minuscule avec caron",ouml:"o minuscule tréma",divide:"Division",oslash:"o minuscule barré",ugrave:"u minuscule accent grave",uacute:"u minuscule accent aigu",ucirc:"u minuscule accent circonflexe",uuml:"u minuscule tréma",yacute:"y minuscule accent aigu",thorn:"Lettre islandaise thorn minuscule",yuml:"y minuscule tréma",OElig:"ligature majuscule latine Å",oelig:"ligature minuscule latine Å",372:"W majuscule accent circonflexe",374:"Y majuscule accent circonflexe", +373:"w minuscule accent circonflexe",375:"y minuscule accent circonflexe",sbquo:"Guillemet simple fermant (anglais)",8219:"Guillemet-virgule supérieur culbuté",bdquo:"Guillemet-virgule double inférieur",hellip:"Points de suspension",trade:"Marque commerciale (trade mark)",9658:"Flèche noire pointant vers la droite",bull:"Gros point médian",rarr:"Flèche vers la droite",rArr:"Double flèche vers la droite",hArr:"Double flèche vers la gauche",diams:"Carreau noir",asymp:"Presque égal"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/gl.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/gl.js new file mode 100644 index 0000000..f16d366 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/gl.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Signo negación",reg:"SÃmbolo de marca rexistrada",macr:"Guión alto",deg:"Signo de grao",sup2:"SuperÃndice dous",sup3:"SuperÃndice tres",acute:"Acento agudo",micro:"Signo de micro",para:"Signo de pi",middot:"Punto medio",cedil:"Cedilla",sup1:"SuperÃndice un",ordm:"Indicador ordinal masculino",raquo:"Comiñas latinas, peche",frac14:"Fracción ordinaria de un cuarto",frac12:"Fracción ordinaria de un medio",frac34:"Fracción ordinaria de tres cuartos",iquest:"Signo de interrogación invertido",Agrave:"Letra A latina maiúscula con acento grave", +Aacute:"Letra A latina maiúscula con acento agudo",Acirc:"Letra A latina maiúscula con acento circunflexo",Atilde:"Letra A latina maiúscula con til",Auml:"Letra A latina maiúscula con diérese",Aring:"Letra A latina maiúscula con aro enriba",AElig:"Letra à latina maiúscula",Ccedil:"Letra C latina maiúscula con cedilla",Egrave:"Letra E latina maiúscula con acento grave",Eacute:"Letra E latina maiúscula con acento agudo",Ecirc:"Letra E latina maiúscula con acento circunflexo",Euml:"Letra E latina maiúscula con diérese", +Igrave:"Letra I latina maiúscula con acento grave",Iacute:"Letra I latina maiúscula con acento agudo",Icirc:"Letra I latina maiúscula con acento circunflexo",Iuml:"Letra I latina maiúscula con diérese",ETH:"Letra Ed latina maiúscula",Ntilde:"Letra N latina maiúscula con til",Ograve:"Letra O latina maiúscula con acento grave",Oacute:"Letra O latina maiúscula con acento agudo",Ocirc:"Letra O latina maiúscula con acento circunflexo",Otilde:"Letra O latina maiúscula con til",Ouml:"Letra O latina maiúscula con diérese", +times:"Signo de multiplicación",Oslash:"Letra O latina maiúscula con barra transversal",Ugrave:"Letra U latina maiúscula con acento grave",Uacute:"Letra U latina maiúscula con acento agudo",Ucirc:"Letra U latina maiúscula con acento circunflexo",Uuml:"Letra U latina maiúscula con diérese",Yacute:"Letra Y latina maiúscula con acento agudo",THORN:"Letra Thorn latina maiúscula",szlig:"Letra s latina forte minúscula",agrave:"Letra a latina minúscula con acento grave",aacute:"Letra a latina minúscula con acento agudo", +acirc:"Letra a latina minúscula con acento circunflexo",atilde:"Letra a latina minúscula con til",auml:"Letra a latina minúscula con diérese",aring:"Letra a latina minúscula con aro enriba",aelig:"Letra æ latina minúscula",ccedil:"Letra c latina minúscula con cedilla",egrave:"Letra e latina minúscula con acento grave",eacute:"Letra e latina minúscula con acento agudo",ecirc:"Letra e latina minúscula con acento circunflexo",euml:"Letra e latina minúscula con diérese",igrave:"Letra i latina minúscula con acento grave", +iacute:"Letra i latina minúscula con acento agudo",icirc:"Letra i latina minúscula con acento circunflexo",iuml:"Letra i latina minúscula con diérese",eth:"Letra ed latina minúscula",ntilde:"Letra n latina minúscula con til",ograve:"Letra o latina minúscula con acento grave",oacute:"Letra o latina minúscula con acento agudo",ocirc:"Letra o latina minúscula con acento circunflexo",otilde:"Letra o latina minúscula con til",ouml:"Letra o latina minúscula con diérese",divide:"Signo de división",oslash:"Letra o latina minúscula con barra transversal", +ugrave:"Letra u latina minúscula con acento grave",uacute:"Letra u latina minúscula con acento agudo",ucirc:"Letra u latina minúscula con acento circunflexo",uuml:"Letra u latina minúscula con diérese",yacute:"Letra y latina minúscula con acento agudo",thorn:"Letra Thorn latina minúscula",yuml:"Letra y latina minúscula con diérese",OElig:"Ligadura OE latina maiúscula",oelig:"Ligadura oe latina minúscula",372:"Letra W latina maiúscula con acento circunflexo",374:"Letra Y latina maiúscula con acento circunflexo", +373:"Letra w latina minúscula con acento circunflexo",375:"Letra y latina minúscula con acento circunflexo",sbquo:"Comiña simple baixa, de apertura",8219:"Comiña simple alta, de peche",bdquo:"Comiñas dobres baixas, de apertura",hellip:"Elipse, puntos suspensivos",trade:"Signo de marca rexistrada",9658:"Apuntador negro apuntando á dereita",bull:"Viñeta",rarr:"Frecha á dereita",rArr:"Frecha dobre á dereita",hArr:"Frecha dobre da esquerda á dereita",diams:"Diamante negro",asymp:"Case igual a"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/he.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/he.js new file mode 100644 index 0000000..dcfc50f --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/he.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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:"ס××× ×¨×©××", +macr:"×קר×× (×××× ×ר×××)",deg:"××¢××ת",sup2:"2 ××ת×× ×¢×××",sup3:"3 ××ת×× ×¢×××",acute:"ס××× ×××ש (Acute)",micro:"××קר×",para:"ס×××× ×¤×¡×§×",middot:"× ×§××× ××צע×ת",cedil:"ס×××××",sup1:"1 ××ת×× ×¢×××",ordm:"ס××× ××ר××× ××× ××ר×",raquo:"ס××× ×¦×××× ××××ת ×פ××× ×××××",frac14:"ר××¢ ×ש×ר פש××",frac12:"××¦× ×ש×ר פש××",frac34:"ש×××©× ×¨××¢×× ×ש×ר פש××",iquest:"ס××× ×©××× ×פ××",Agrave:"××ת ×××× ×ת A ×¢× ×רש (Grave)",Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde", +Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"××ת ×××× ×ת à ×××××",Ccedil:"Latin capital letter C with cedilla",Egrave:"××ת ×××× ×ת E ×¢× ×רש (Grave)",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"××ת ×××× ×ת I ×¢× ×רש (Grave)",Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis", +ETH:"××ת ×××× ×ת Eth ×××××",Ntilde:"Latin capital letter N with tilde",Ograve:"××ת ×××× ×ת O ×¢× ×רש (Grave)",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"ס××× ×פ×",Oslash:"Latin capital letter O with stroke",Ugrave:"××ת ×××× ×ת U ×¢× ×רש (Grave)",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis", +Yacute:"Latin capital letter Y with acute accent",THORN:"××ת ×××× ×ת Thorn ×××××",szlig:"××ת ×××× ×ת s ××× ×§×× ×",agrave:"××ת ×××× ×ת a ×¢× ×רש (Grave)",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis",aring:"Latin small letter a with ring above",aelig:"××ת ×××× ×ת æ ק×× ×",ccedil:"Latin small letter c with cedilla",egrave:"××ת ×××× ×ת e ×¢× ×רש (Grave)",eacute:"Latin small letter e with acute accent", +ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"××ת ×××× ×ת i ×¢× ×רש (Grave)",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"××ת ×××× ×ת eth ק×× ×",ntilde:"Latin small letter n with tilde",ograve:"××ת ×××× ×ת o ×¢× ×רש (Grave)",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis", +divide:"ס××× ×××ק×",oslash:"Latin small letter o with stroke",ugrave:"××ת ×××× ×ת u ×¢× ×רש (Grave)",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis",yacute:"Latin small letter y with acute accent",thorn:"××ת ×××× ×ת thorn ק×× ×",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex", +373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"ס××× ×¦×××× × ××× ××××",8219:"ס××× ×¦××××",bdquo:"ס××× ×¦×××× × ××× ×פ××",hellip:"ש××ש × ×§×××ת",trade:"ס××× ×ר×××××רק",9658:"ס×× ×©××ר ××¦× ××××",bull:"ת×××× (רש×××)",rarr:"××¥ ×××××",rArr:"××¥ ×פ×× ×××××",hArr:"××¥ ×פ×× ××××× ×ש×××",diams:"××××× ×××",asymp:"×××¢× ×©×××"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/hr.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/hr.js new file mode 100644 index 0000000..af10255 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/hr.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +reg:"Registered znak",macr:"Macron",deg:"Stupanj znak",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Mikro znak",para:"Pilcrow sign",middot:"Srednja toÄka",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Desni dvostruku uglati navodnik",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Naopaki upitnik",Agrave:"Veliko latinsko slovo A s akcentom",Aacute:"LatiniÄno veliko slovo A sa oÅ¡trim naglaskom", +Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent",Iacute:"Latin capital letter I with acute accent", +Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke",Ugrave:"Latin capital letter U with grave accent", +Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis",aring:"Latin small letter a with ring above", +aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth",ntilde:"Latin small letter n with tilde", +ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis",yacute:"Latin small letter y with acute accent", +thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis",trade:"Trade mark sign",9658:"Black right-pointing pointer", +bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/hu.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/hu.js new file mode 100644 index 0000000..7948305 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/hu.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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", +reg:"Bejegyzett védjegy jele",macr:"Hosszúsági jel",deg:"Fok jel",sup2:"Négyzeten jel",sup3:"Köbön jel",acute:"Ãles ékezet",micro:"Mikro-jel",para:"Bekezdés jel",middot:"Közép pont",cedil:"Cédille",sup1:"ElsÅn jel",ordm:"Férfi sorrend mutatója",raquo:"Jobbra mutató duplanyÃl",frac14:"Egy negyed jel",frac12:"Egy ketted jel",frac34:"Három negyed jel",iquest:"FordÃtott kérdÅjel",Agrave:"Latin nagy A fordÃtott ékezettel",Aacute:"Latin nagy A normál ékezettel",Acirc:"Latin nagy A hajtott ékezettel",Atilde:"Latin nagy A hullámjellel", +Auml:"Latin nagy A kettÅspont ékezettel",Aring:"Latin nagy A gyűrű ékezettel",AElig:"Latin nagy à betű",Ccedil:"Latin nagy C cedillával",Egrave:"Latin nagy E fordÃtott ékezettel",Eacute:"Latin nagy E normál ékezettel",Ecirc:"Latin nagy E hajtott ékezettel",Euml:"Latin nagy E dupla kettÅspont ékezettel",Igrave:"Latin nagy I fordÃtott ékezettel",Iacute:"Latin nagy I normál ékezettel",Icirc:"Latin nagy I hajtott ékezettel",Iuml:"Latin nagy I kettÅspont ékezettel",ETH:"Latin nagy Eth betű",Ntilde:"Latin nagy N hullámjellel", +Ograve:"Latin nagy O fordÃtott ékezettel",Oacute:"Latin nagy O normál ékezettel",Ocirc:"Latin nagy O hajtott ékezettel",Otilde:"Latin nagy O hullámjellel",Ouml:"Latin nagy O kettÅspont ékezettel",times:"Szorzás jel",Oslash:"Latin O betű áthúzással",Ugrave:"Latin nagy U fordÃtott ékezettel",Uacute:"Latin nagy U normál ékezettel",Ucirc:"Latin nagy U hajtott ékezettel",Uuml:"Latin nagy U kettÅspont ékezettel",Yacute:"Latin nagy Y normál ékezettel",THORN:"Latin nagy Thorn betű",szlig:"Latin kis s betű", +agrave:"Latin kis a fordÃtott ékezettel",aacute:"Latin kis a normál ékezettel",acirc:"Latin kis a hajtott ékezettel",atilde:"Latin kis a hullámjellel",auml:"Latin kis a kettÅspont ékezettel",aring:"Latin kis a gyűrű ékezettel",aelig:"Latin kis æ betű",ccedil:"Latin kis c cedillával",egrave:"Latin kis e fordÃtott ékezettel",eacute:"Latin kis e normál ékezettel",ecirc:"Latin kis e hajtott ékezettel",euml:"Latin kis e dupla kettÅspont ékezettel",igrave:"Latin kis i fordÃtott ékezettel",iacute:"Latin kis i normál ékezettel", +icirc:"Latin kis i hajtott ékezettel",iuml:"Latin kis i kettÅspont ékezettel",eth:"Latin kis eth betű",ntilde:"Latin kis n hullámjellel",ograve:"Latin kis o fordÃtott ékezettel",oacute:"Latin kis o normál ékezettel",ocirc:"Latin kis o hajtott ékezettel",otilde:"Latin kis o hullámjellel",ouml:"Latin kis o kettÅspont ékezettel",divide:"Osztásjel",oslash:"Latin kis o betű áthúzással",ugrave:"Latin kis u fordÃtott ékezettel",uacute:"Latin kis u normál ékezettel",ucirc:"Latin kis u hajtott ékezettel", +uuml:"Latin kis u kettÅspont ékezettel",yacute:"Latin kis y normál ékezettel",thorn:"Latin kis thorn jel",yuml:"Latin kis y kettÅspont ékezettel",OElig:"Latin nagy OE-jel",oelig:"Latin kis oe-jel",372:"Latin nagy W hajtott ékezettel",374:"Latin nagy Y hajtott ékezettel",373:"Latin kis w hajtott ékezettel",375:"Latin kis y hajtott ékezettel",sbquo:"Nyitó nyomdai szimpla idézÅjel",8219:"Záró nyomdai záró idézÅjel",bdquo:"Nyitó nyomdai dupla idézÅjel",hellip:"Három pont",trade:"Kereskedelmi védjegy jele", +9658:"Jobbra mutató fekete mutató",bull:"Golyó",rarr:"Jobbra mutató nyÃl",rArr:"Jobbra mutató duplanyÃl",hArr:"Bal-jobb duplanyÃl",diams:"Fekete gyémánt jel",asymp:"Majdnem egyenlÅ jel"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/id.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/id.js new file mode 100644 index 0000000..4928f40 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/id.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Not sign",reg:"Tanda Telah Terdaftar",macr:"Macron",deg:"Degree sign",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/it.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/it.js new file mode 100644 index 0000000..894b56c --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/it.js @@ -0,0 +1,14 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Nessun segno",reg:"Simbolo Registrato",macr:"Macron",deg:"Simbolo Grado",sup2:"Apice Due",sup3:"Apice Tre",acute:"Accento acuto",micro:"Simbolo Micro",para:"Simbolo Paragrafo",middot:"Punto centrale",cedil:"Cediglia",sup1:"Apice Uno",ordm:"Indicatore ordinale maschile",raquo:"Virgolette basse chiuse",frac14:"Frazione volgare un quarto",frac12:"Frazione volgare un mezzo",frac34:"Frazione volgare tre quarti",iquest:"Punto interrogativo invertito",Agrave:"Lettera maiuscola latina A con accento grave", +Aacute:"Lettera maiuscola latina A con accento acuto",Acirc:"Lettera maiuscola latina A con accento circonflesso",Atilde:"Lettera maiuscola latina A con tilde",Auml:"Lettera maiuscola latina A con dieresi",Aring:"Lettera maiuscola latina A con anello sopra",AElig:"Lettera maiuscola latina AE",Ccedil:"Lettera maiuscola latina C con cediglia",Egrave:"Lettera maiuscola latina E con accento grave",Eacute:"Lettera maiuscola latina E con accento acuto",Ecirc:"Lettera maiuscola latina E con accento circonflesso", +Euml:"Lettera maiuscola latina E con dieresi",Igrave:"Lettera maiuscola latina I con accento grave",Iacute:"Lettera maiuscola latina I con accento acuto",Icirc:"Lettera maiuscola latina I con accento circonflesso",Iuml:"Lettera maiuscola latina I con dieresi",ETH:"Lettera maiuscola latina Eth",Ntilde:"Lettera maiuscola latina N con tilde",Ograve:"Lettera maiuscola latina O con accento grave",Oacute:"Lettera maiuscola latina O con accento acuto",Ocirc:"Lettera maiuscola latina O con accento circonflesso", +Otilde:"Lettera maiuscola latina O con tilde",Ouml:"Lettera maiuscola latina O con dieresi",times:"Simbolo di moltiplicazione",Oslash:"Lettera maiuscola latina O barrata",Ugrave:"Lettera maiuscola latina U con accento grave",Uacute:"Lettera maiuscola latina U con accento acuto",Ucirc:"Lettera maiuscola latina U con accento circonflesso",Uuml:"Lettera maiuscola latina U con accento circonflesso",Yacute:"Lettera maiuscola latina Y con accento acuto",THORN:"Lettera maiuscola latina Thorn",szlig:"Lettera latina minuscola doppia S", +agrave:"Lettera minuscola latina a con accento grave",aacute:"Lettera minuscola latina a con accento acuto",acirc:"Lettera minuscola latina a con accento circonflesso",atilde:"Lettera minuscola latina a con tilde",auml:"Lettera minuscola latina a con dieresi",aring:"Lettera minuscola latina a con anello superiore",aelig:"Lettera minuscola latina ae",ccedil:"Lettera minuscola latina c con cediglia",egrave:"Lettera minuscola latina e con accento grave",eacute:"Lettera minuscola latina e con accento acuto", +ecirc:"Lettera minuscola latina e con accento circonflesso",euml:"Lettera minuscola latina e con dieresi",igrave:"Lettera minuscola latina i con accento grave",iacute:"Lettera minuscola latina i con accento acuto",icirc:"Lettera minuscola latina i con accento circonflesso",iuml:"Lettera minuscola latina i con dieresi",eth:"Lettera minuscola latina eth",ntilde:"Lettera minuscola latina n con tilde",ograve:"Lettera minuscola latina o con accento grave",oacute:"Lettera minuscola latina o con accento acuto", +ocirc:"Lettera minuscola latina o con accento circonflesso",otilde:"Lettera minuscola latina o con tilde",ouml:"Lettera minuscola latina o con dieresi",divide:"Simbolo di divisione",oslash:"Lettera minuscola latina o barrata",ugrave:"Lettera minuscola latina u con accento grave",uacute:"Lettera minuscola latina u con accento acuto",ucirc:"Lettera minuscola latina u con accento circonflesso",uuml:"Lettera minuscola latina u con dieresi",yacute:"Lettera minuscola latina y con accento acuto",thorn:"Lettera minuscola latina thorn", +yuml:"Lettera minuscola latina y con dieresi",OElig:"Legatura maiuscola latina OE",oelig:"Legatura minuscola latina oe",372:"Lettera maiuscola latina W con accento circonflesso",374:"Lettera maiuscola latina Y con accento circonflesso",373:"Lettera minuscola latina w con accento circonflesso",375:"Lettera minuscola latina y con accento circonflesso",sbquo:"Singola virgoletta bassa low-9",8219:"Singola virgoletta bassa low-9 inversa",bdquo:"Doppia virgoletta bassa low-9",hellip:"Ellissi orizzontale", +trade:"Simbolo TM",9658:"Puntatore nero rivolto verso destra",bull:"Punto",rarr:"Freccia verso destra",rArr:"Doppia freccia verso destra",hArr:"Doppia freccia sinistra destra",diams:"Simbolo nero diamante",asymp:"Quasi uguale a"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/ja.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/ja.js new file mode 100644 index 0000000..84fb8fa --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/ja.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2014, 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:"çµããäºéå±±æ¬å¼§å¼ç¨è¨å·", +frac14:"ååã®ä¸",frac12:"äºåã®ä¸",frac34:"ååã®ä¸",iquest:"éçå符",Agrave:"æé³ç¬¦ã¤ã大æåA",Aacute:"æé³ç¬¦ã¤ã大æåA",Acirc:"æ²æã¢ã¯ã»ã³ãã¤ã大æåA",Atilde:"ãã«ãã¤ã大æåA",Auml:"åé³è¨å·ã¤ã大æåA",Aring:"ãªã³ã°ã¤ã大æåA",AElig:"Aã¨Eã®åå",Ccedil:"ã»ãã£ã©ã¤ã大æåC",Egrave:"æé³ç¬¦ã¤ã大æåE",Eacute:"æé³ç¬¦ã¤ã大æåE",Ecirc:"æ²æã¢ã¯ã»ã³ãã¤ã大æåE",Euml:"åé³è¨å·ã¤ã大æåE",Igrave:"æé³ç¬¦ã¤ã大æåI",Iacute:"æé³ç¬¦ã¤ã大æåI",Icirc:"æ²æã¢ã¯ã»ã³ãã¤ã大æåI",Iuml:"åé³è¨å·ã¤ã大æåI",ETH:"[ã¢ã¤ã¹ã©ã³ãèª]大æåETH",Ntilde:"ãã«ãã¤ã大æåN",Ograve:"æé³ç¬¦ã¤ã大æåO",Oacute:"æé³ç¬¦ã¤ã大æåO",Ocirc:"æ²æã¢ã¯ã»ã³ãã¤ã大æåO",Otilde:"ãã«ãã¤ã大æåO",Ouml:" åé³è¨å·ã¤ã大æåO", +times:"ä¹ç®è¨å·",Oslash:"æã¡æ¶ãç·ã¤ã大æåO",Ugrave:"æé³ç¬¦ã¤ã大æåU",Uacute:"æé³ç¬¦ã¤ã大æåU",Ucirc:"æ²æã¢ã¯ã»ã³ãã¤ã大æåU",Uuml:"åé³è¨å·ã¤ã大æåU",Yacute:"æé³ç¬¦ã¤ã大æåY",THORN:"[ã¢ã¤ã¹ã©ã³ãèª]大æåTHORN",szlig:"ãã¤ãèªã¨ã¹ãã§ãã",agrave:"æé³ç¬¦ã¤ãå°æåa",aacute:"æé³ç¬¦ã¤ãå°æåa",acirc:"æ²æã¢ã¯ã»ã³ãã¤ãå°æåa",atilde:"ãã«ãã¤ãå°æåa",auml:"åé³è¨å·ã¤ãå°æåa",aring:"ãªã³ã°ã¤ãå°æåa",aelig:"aã¨eã®åå",ccedil:"ã»ãã£ã©ã¤ãå°æåc",egrave:"æé³ç¬¦ã¤ãå°æåe",eacute:"æé³ç¬¦ã¤ãå°æåe",ecirc:"æ²æã¢ã¯ã»ã³ãã¤ãå°æåe",euml:"åé³è¨å·ã¤ãå°æåe",igrave:"æé³ç¬¦ã¤ãå°æåi",iacute:"æé³ç¬¦ã¤ãå°æåi",icirc:"æ²æã¢ã¯ã»ã³ãã¤ãå°æåi",iuml:"åé³è¨å·ã¤ãå°æåi",eth:"ã¢ã¤ã¹ã©ã³ãèªå°æåeth", +ntilde:"ãã«ãã¤ãå°æån",ograve:"æé³ç¬¦ã¤ãå°æåo",oacute:"æé³ç¬¦ã¤ãå°æåo",ocirc:"æ²æã¢ã¯ã»ã³ãã¤ãå°æåo",otilde:"ãã«ãã¤ãå°æåo",ouml:"åé³è¨å·ã¤ãå°æåo",divide:"é¤ç®è¨å·",oslash:"æã¡æ¶ãç·ã¤ãå°æåo",ugrave:"æé³ç¬¦ã¤ãå°æåu",uacute:"æé³ç¬¦ã¤ãå°æåu",ucirc:"æ²æã¢ã¯ã»ã³ãã¤ãå°æåu",uuml:"åé³è¨å·ã¤ãå°æåu",yacute:"æé³ç¬¦ã¤ãå°æåy",thorn:"ã¢ã¤ã¹ã©ã³ãèªå°æåthorn",yuml:"åé³è¨å·ã¤ãå°æåy",OElig:"Oã¨Eã®åå",oelig:"oã¨eã®åå",372:"æ²æã¢ã¯ã»ã³ãã¤ã大æåW",374:"æ²æã¢ã¯ã»ã³ãã¤ã大æåY",373:"æ²æã¢ã¯ã»ã³ãã¤ãå°æåw",375:"æ²æã¢ã¯ã»ã³ãã¤ãå°æåy",sbquo:"ã·ã³ã°ã«ä¸å¼ç¨ç¬¦",8219:"å·¦å³éã®å·¦å¼ç¨ç¬¦",bdquo:"ããã«ä¸å¼ç¨ç¬¦",hellip:"ä¸ç¹ãªã¼ã",trade:"åæ¨è¨å·",9658:"å³é»ä¸è§ãã¤ã³ã¿",bull:"é»ä¸¸", +rarr:"å³ç¢å°",rArr:"å³äºéç¢å°",hArr:"å·¦å³äºéç¢å°",diams:"ãã¤ã¤",asymp:"漸è¿"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/km.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/km.js new file mode 100644 index 0000000..65a7518 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/km.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Not sign",reg:"Registered sign",macr:"Macron",deg:"ááááá¶âááºáááá",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"ááááá¶âáá¸áááá¼",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/ku.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/ku.js new file mode 100644 index 0000000..4917d4a --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/ku.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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:"ÙÛشاÙÛÛ Ù Ø§ÙÛ Úاپ", +ordf:"ÙÛÚµ ÙÛسÛر Ù¾ÛØªÛ a",laquo:"دÙ٠تÛØ±Û Ø¨ÛدÙÙاÛÛÚ©Û ÚÛÙ¾",not:"ÙÛشاÙÛÛ ÙÛØ®Ûر",reg:"ÙÛشاÙÛÛ R ÙÛÙا٠بازÙÛدا",macr:"٠اکÚÛÙ",deg:"ÙÛشاÙÛÛ Ù¾ÙÛ",sup2:"سÛرÙÙÙØ³Û Ø¯ÙÙ",sup3:"سÛرÙÙÙØ³Û Ø³Û",acute:"ÙØ§Ø±Û ØªÛÚ",micro:"ÙÛشاÙÛÛ u Ù٠درÛÚÛ ÚÛÙ¾Û Ø®ÙارÙÙ",para:"ÙÛشاÙÛÛ Ù¾ÛÚÛگراÙ",middot:"ÙاÙÛÚØ§Ø³ØªÛ Ø®Ø§Úµ",cedil:"ÙÛشاÙÛÛ c ÚÛر ÚÙÙکرÛ",sup1:"سÛرÙÙÙØ³Û ÛÛÚ©",ordm:"ÙÛÚµ ÙÛÚÛر Ù¾ÛØªÛ o",raquo:"دÙ٠تÛØ±Û Ø¨ÛدÙÙاÛÛÚ©Û Úاست",frac14:"ÛÛÚ© ÙÛسÛر ÚÙÙار",frac12:"ÛÛÚ© ÙÛسÛر دÙÙ",frac34:"Ø³Û ÙÛسÛر ÚÙÙار",iquest:"ÙÛÙ Ø§Û ÙÛÚµÛÙÚ¯ÛØ±Û Ù¾Ø±Ø³Ûار",Agrave:"Ù¾ÛØªÛ ÙاتÛÙÛ A-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û Ùار", +Aacute:"Ù¾ÛØªÛ ÙاتÛÙÛ A-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ØªÛÚ",Acirc:"Ù¾ÛØªÛ ÙاتÛÙÛ A-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",Atilde:"Ù¾ÛØªÛ ÙاتÛÙÛ A-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ زÛÚÛ",Auml:"Ù¾ÛØªÛ ÙاتÛÙÛ A-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",Aring:"Ù¾ÛØªÛ ÙاتÛÙÛ Ú¯ÛÙرÛÛ Ã ",AElig:"Ù¾ÛØªÛ ÙاتÛÙÛ Ú¯ÛÙرÛÛ Ã",Ccedil:"Ù¾ÛØªÛ ÙاتÛÙÛ C-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÛر ÚÙÙکرÛ",Egrave:"Ù¾ÛØªÛ ÙاتÛÙÛ E-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û Ùار",Eacute:"Ù¾ÛØªÛ ÙاتÛÙÛ E-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ØªÛÚ",Ecirc:"Ù¾ÛØªÛ ÙاتÛÙÛ E-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",Euml:"Ù¾ÛØªÛ ÙاتÛÙÛ E-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ", +Igrave:"Ù¾ÛØªÛ ÙاتÛÙÛ I-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û Ùار",Iacute:"Ù¾ÛØªÛ ÙاتÛÙÛ I-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ØªÛÚ",Icirc:"Ù¾ÛØªÛ ÙاتÛÙÛ I-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",Iuml:"Ù¾ÛØªÛ ÙاتÛÙÛ I-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",ETH:"Ù¾ÛØªÛ ÙاتÛÙÛ E-Û Ú¯ÛÙرÛÛ",Ntilde:"Ù¾ÛØªÛ ÙاتÛÙÛ N-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ زÛÚÛ",Ograve:"Ù¾ÛØªÛ ÙاتÛÙÛ O-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û Ùار",Oacute:"Ù¾ÛØªÛ ÙاتÛÙÛ O-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ØªÛÚ",Ocirc:"Ù¾ÛØªÛ ÙاتÛÙÛ O-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",Otilde:"Ù¾ÛØªÛ ÙاتÛÙÛ O-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ زÛÚÛ",Ouml:"Ù¾ÛØªÛ ÙاتÛÙÛ O-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ", +times:"ÙÛشاÙÛÛ ÙÛکداÙ",Oslash:"Ù¾ÛØªÛ ÙاتÛÙÛ Ú¯ÛÙرÛÛ Ã ÙÛÚ¯ÛÚµ ÙÛÙ Ø§Û Ø¯Úµ ÙÛستاÙ",Ugrave:"Ù¾ÛØªÛ ÙاتÛÙÛ U-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û Ùار",Uacute:"Ù¾ÛØªÛ ÙاتÛÙÛ U-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ØªÛÚ",Ucirc:"Ù¾ÛØªÛ ÙاتÛÙÛ U-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",Uuml:"Ù¾ÛØªÛ ÙاتÛÙÛ U-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",Yacute:"Ù¾ÛØªÛ ÙاتÛÙÛ Y-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ØªÛÚ",THORN:"Ù¾ÛØªÛ ÙاتÛÙÛ Ø¯ÚÚ©Û Ú¯ÛÙرÛ",szlig:"Ù¾ÛØªÛ ÙاتÙÛ ÙÙÙÚ© تÛÚÛ s",agrave:"Ù¾ÛØªÛ ÙاتÛÙÛ a-Û Ø¨ÚÙÙÚ© ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û Ùار",aacute:"Ù¾ÛØªÛ ÙاتÛÙÛ a-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ØªÛÚ",acirc:"Ù¾ÛØªÛ ÙاتÛÙÛ a-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ", +atilde:"Ù¾ÛØªÛ ÙاتÛÙÛ a-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ زÛÚÛ",auml:"Ù¾ÛØªÛ ÙاتÛÙÛ a-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",aring:"Ù¾ÛØªÛ ÙاتÛÙÛ Ã¥-Û Ø¨ÚÙÙÙ",aelig:"Ù¾ÛØªÛ ÙاتÛÙÛ Ã¦-Û Ø¨ÚÙÙÙ",ccedil:"Ù¾ÛØªÛ ÙاتÛÙÛ c-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÛر ÚÙÙکرÛ",egrave:"Ù¾ÛØªÛ ÙاتÛÙÛ e-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û Ùار",eacute:"Ù¾ÛØªÛ ÙاتÛÙÛ e-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ØªÛÚ",ecirc:"Ù¾ÛØªÛ ÙاتÛÙÛ e-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",euml:"Ù¾ÛØªÛ ÙاتÛÙÛ e-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",igrave:"Ù¾ÛØªÛ ÙاتÛÙÛ i-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û Ùار",iacute:"Ù¾ÛØªÛ ÙاتÛÙÛ i-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ØªÛÚ", +icirc:"Ù¾ÛØªÛ ÙاتÛÙÛ i-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",iuml:"Ù¾ÛØªÛ ÙاتÛÙÛ i-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",eth:"Ù¾ÛØªÛ ÙاتÛÙÛ e-Û Ø¨ÚÙÙÙ",ntilde:"Ù¾ÛØªÛ ÙاتÛÙÛ n-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ زÛÚÛ",ograve:"Ù¾ÛØªÛ ÙاتÛÙÛ o-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û Ùار",oacute:"Ù¾ÛØªÛ ÙاتÛÙÛ o-Û Ø¨ÚÙÙÙ ÙÙâÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ØªÛÚ",ocirc:"Ù¾ÛØªÛ ÙاتÛÙÛ o-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",otilde:"Ù¾ÛØªÛ ÙاتÛÙÛ o-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ زÛÚÛ",ouml:"Ù¾ÛØªÛ ÙاتÛÙÛ o-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",divide:"ÙÛشاÙÛÛ Ø¯Ø§Ø¨ÛØ´",oslash:"Ù¾ÛØªÛ ÙاتÛÙÛ Ú¯ÛÙرÛÛ Ã¸ ÙÛÚ¯ÛÚµ ÙÛÙ Ø§Û Ø¯Úµ ÙÛستاÙ",ugrave:"Ù¾ÛØªÛ ÙاتÛÙÛ u-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û Ùار", +uacute:"Ù¾ÛØªÛ ÙاتÛÙÛ u-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ØªÛÚ",ucirc:"Ù¾ÛØªÛ ÙاتÛÙÛ u-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",uuml:"Ù¾ÛØªÛ ÙاتÛÙÛ u-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",yacute:"Ù¾ÛØªÛ ÙاتÛÙÛ y-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ØªÛÚ",thorn:"Ù¾ÛØªÛ ÙاتÛÙÛ Ø¯ÚÚ©Û Ø¨ÚÙÙÙ",yuml:"Ù¾ÛØªÛ ÙاتÛÙÛ y-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",OElig:"Ù¾ÛØªÛ ÙاتÛÙÛ Ú¯ÛÙرÛÛ Ù¾ÛÚ©ÛÙÛÙÙÙسراÙÛ OE",oelig:"Ù¾ÛØªÛ ÙاتÛÙÛ Ø¨ÚÙÙÚ©Û Ù¾ÛÚ©ÛÙÛÙÙÙسراÙÛ oe",372:"Ù¾ÛØªÛ ÙاتÛÙÛ W-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",374:"Ù¾ÛØªÛ ÙاتÛÙÛ Y-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",373:"Ù¾ÛØªÛ ÙاتÛÙÛ w-Û Ø¨ÚÙÙÚ©Û ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ", +375:"Ù¾ÛØªÛ ÙاتÛÙÛ y-Û Ø¨ÚÙÙÚ©Û ÙÛÚ¯ÛÚµ ÙÛشاÙÛ ÙÛسÛرÛ",sbquo:"ÙÛشاÙÛÛ ÙارÛزÛÛ Ùز٠",8219:"ÙÛشاÙÛÛ ÙارÛزÛÛ Ø¨ÛØ±Ø²Û Ù¾ÛÚÛÙاÙÛ",bdquo:"دÙÙ ÙارÛزÛÛ ØªÛÙÛØ´ ÛÛÙ",hellip:"ئاسÛÛÛ Ø¨Ø§Ø²ÙÛ",trade:"ÙÛشاÙÛÛ Ø¨Ø§Ø²Ø±Ú¯Ø§ÙÛ",9658:"ئاراستÛÛ ÚÛØ´Û Ø¯ÛØ³ØªÛ Úاست",bull:"ÙÛØ´ÛÙ",rarr:"تÛØ±Û Ø¯ÛØ³ØªÛ Úاست",rArr:"دÙÙتÛØ±Û Ø¯ÛØ³ØªÛ Úاست",hArr:"دÙ٠تÛØ±Û Úاست Ù ÚÛÙ¾",diams:"ÚÛØ´Û Ù¾Ø§ÙڵاÙÛÛÛ",asymp:"ÙÛشاÙÛÛ ÛÛکساÙÛ"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/lv.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/lv.js new file mode 100644 index 0000000..50a77d3 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/lv.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +laquo:"KreisÄ dubult stÅ«ra pÄdiÅu zÄ«me",not:"NeparakstÄ«ts",reg:"ReÄ£istrÄta zÄ«me",macr:"GarumzÄ«me",deg:"GrÄdu zÄ«me",sup2:"AugÅ¡raksts divi",sup3:"AugÅ¡raksts trÄ«s",acute:"AkÅ«ta uzsvara zÄ«me",micro:"Mikro zÄ«me",para:"Rindkopas zÄ«me ",middot:"VidÄjs punkts",cedil:"ÄÄ·Ä«tis zem burta",sup1:"AugÅ¡raksts viens",ordm:"VÄ«riÅ¡Ä·Ä«gas kÄrtas rÄdÄ«tÄjs",raquo:"LabÄ dubult stÅ«ra pÄdiÅu zÄ«me",frac14:"VulgÄra frakcija 1/4",frac12:"VulgÄra frakcija 1/2",frac34:"VulgÄra frakcija 3/4",iquest:"Apgriezta jautÄjuma zÄ«me",Agrave:"Lielais latÄ«Åu burts A ar uzsvara zÄ«mi", +Aacute:"Lielais latÄ«Åu burts A ar akÅ«tu uzsvara zÄ«mi",Acirc:"Lielais latÄ«Åu burts A ar diakritisku zÄ«mi",Atilde:"Lielais latÄ«Åu burts A ar tildi ",Auml:"Lielais latÄ«Åu burts A ar diakritisko zÄ«mi",Aring:"Lielais latÄ«Åu burts A ar aplÄ«ti augÅ¡Ä",AElig:"Lielais latÄ«Åu burts Ã",Ccedil:"Lielais latÄ«Åu burts C ar ÄÄ·Ä«ti zem burta",Egrave:"Lielais latÄ«Åu burts E ar apostrofu",Eacute:"Lielais latÄ«Åu burts E ar akÅ«tu uzsvara zÄ«mi",Ecirc:"Lielais latÄ«Åu burts E ar diakritisko zÄ«mi",Euml:"Lielais latÄ«Åu burts E ar diakritisko zÄ«mi", +Igrave:"Lielais latÄ«Åu burts I ar uzsvaras zÄ«mi",Iacute:"Lielais latÄ«Åu burts I ar akÅ«tu uzsvara zÄ«mi",Icirc:"Lielais latÄ«Åu burts I ar diakritisko zÄ«mi",Iuml:"Lielais latÄ«Åu burts I ar diakritisko zÄ«mi",ETH:"Lielais latÄ«Åu burts Eth",Ntilde:"Lielais latÄ«Åu burts N ar tildi",Ograve:"Lielais latÄ«Åu burts O ar uzsvara zÄ«mi",Oacute:"Lielais latÄ«Åu burts O ar akÅ«to uzsvara zÄ«mi",Ocirc:"Lielais latÄ«Åu burts O ar diakritisko zÄ«mi",Otilde:"Lielais latÄ«Åu burts O ar tildi",Ouml:"Lielais latÄ«Åu burts O ar diakritisko zÄ«mi", +times:"ReizinÄÅ¡anas zÄ«me ",Oslash:"Lielais latÄ«Åu burts O ar iesvÄ«trojumu",Ugrave:"Lielais latÄ«Åu burts U ar uzsvaras zÄ«mi",Uacute:"Lielais latÄ«Åu burts U ar akÅ«to uzsvars zÄ«mi",Ucirc:"Lielais latÄ«Åu burts U ar diakritisko zÄ«mi",Uuml:"Lielais latÄ«Åu burts U ar diakritisko zÄ«mi",Yacute:"Lielais latÄ«Åu burts Y ar akÅ«to uzsvaras zÄ«mi",THORN:"Lielais latÄ«Åu burts torn",szlig:"Mazs latÄ«Åu burts ar ligatÅ«ru",agrave:"Mazs latÄ«Åu burts a ar uzsvara zÄ«mi",aacute:"Mazs latÄ«Åu burts a ar akÅ«to uzsvara zÄ«mi", +acirc:"Mazs latÄ«Åu burts a ar diakritisko zÄ«mi",atilde:"Mazs latÄ«Åu burts a ar tildi",auml:"Mazs latÄ«Åu burts a ar diakritisko zÄ«mi",aring:"Mazs latÄ«Åu burts a ar aplÄ«ti augÅ¡Ä",aelig:"Mazs latÄ«Åu burts æ",ccedil:"Mazs latÄ«Åu burts c ar ÄÄ·Ä«ti zem burta",egrave:"Mazs latÄ«Åu burts e ar uzsvara zÄ«mi ",eacute:"Mazs latÄ«Åu burts e ar akÅ«tu uzsvara zÄ«mi",ecirc:"Mazs latÄ«Åu burts e ar diakritisko zÄ«mi",euml:"Mazs latÄ«Åu burts e ar diakritisko zÄ«mi",igrave:"Mazs latÄ«Åu burts i ar uzsvara zÄ«mi ",iacute:"Mazs latÄ«Åu burts i ar akÅ«tu uzsvara zÄ«mi", +icirc:"Mazs latÄ«Åu burts i ar diakritisko zÄ«mi",iuml:"Mazs latÄ«Åu burts i ar diakritisko zÄ«mi",eth:"Mazs latÄ«Åu burts eth",ntilde:"Mazs latÄ«Åu burts n ar tildi",ograve:"Mazs latÄ«Åu burts o ar uzsvara zÄ«mi ",oacute:"Mazs latÄ«Åu burts o ar akÅ«tu uzsvara zÄ«mi",ocirc:"Mazs latÄ«Åu burts o ar diakritisko zÄ«mi",otilde:"Mazs latÄ«Åu burts o ar tildi",ouml:"Mazs latÄ«Åu burts o ar diakritisko zÄ«mi",divide:"DalÄ«Å¡anas zÄ«me",oslash:"Mazs latÄ«Åu burts o ar iesvÄ«trojumu",ugrave:"Mazs latÄ«Åu burts u ar uzsvara zÄ«mi ", +uacute:"Mazs latÄ«Åu burts u ar akÅ«tu uzsvara zÄ«mi",ucirc:"Mazs latÄ«Åu burts u ar diakritisko zÄ«mi",uuml:"Mazs latÄ«Åu burts u ar diakritisko zÄ«mi",yacute:"Mazs latÄ«Åu burts y ar akÅ«tu uzsvaras zÄ«mi",thorn:"Mazs latÄ«Åu burts torns",yuml:"Mazs latÄ«Åu burts y ar diakritisko zÄ«mi",OElig:"Liela latÄ«Åu ligatÅ«ra OE",oelig:"Maza latÄ«Åu ligatÅ«ra oe",372:"Liels latÄ«Åu burts W ar diakritisko zÄ«mi ",374:"Liels latÄ«Åu burts Y ar diakritisko zÄ«mi ",373:"Mazs latÄ«Åu burts w ar diakritisko zÄ«mi ",375:"Mazs latÄ«Åu burts y ar diakritisko zÄ«mi ", +sbquo:"Mazas-9 vienkÄrtÄ«gas pÄdiÅas",8219:"Lielas-9 vienkÄrtÄ«gas apgrieztas pÄdiÅas",bdquo:"Mazas-9 dubultas pÄdiÅas",hellip:"HorizontÄli daudzpunkti",trade:"PreÄu zÄ«mes zÄ«me",9658:"Melns pa labi pagriezts radÄ«tÄjs",bull:"Lode",rarr:"Bulta pa labi",rArr:"Dubulta Bulta pa labi",hArr:"Bulta pa kreisi",diams:"Dubulta Bulta pa kreisi",asymp:"GandrÄ«z vienÄds ar"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/nb.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/nb.js new file mode 100644 index 0000000..0cdcde2 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/nb.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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", +reg:"Registrert varemerke-tegn",macr:"Makron",deg:"Gradsymbol",sup2:"Hevet totall",sup3:"Hevet tretall",acute:"Akutt aksent",micro:"Mikrosymbol",para:"Avsnittstegn",middot:"Midtstilt prikk",cedil:"Cedille",sup1:"Hevet ettall",ordm:"Maskulin ordensindikator",raquo:"Høyre anførselstegn",frac14:"Fjerdedelsbrøk",frac12:"Halvbrøk",frac34:"Tre fjerdedelers brøk",iquest:"Omvendt spørsmÃ¥lstegn",Agrave:"Stor A med grav aksent",Aacute:"Stor A med akutt aksent",Acirc:"Stor A med cirkumfleks",Atilde:"Stor A med tilde", +Auml:"Stor A med tøddel",Aring:"Stor à ",AElig:"Stor Ã",Ccedil:"Stor C med cedille",Egrave:"Stor E med grav aksent",Eacute:"Stor E med akutt aksent",Ecirc:"Stor E med cirkumfleks",Euml:"Stor E med tøddel",Igrave:"Stor I med grav aksent",Iacute:"Stor I med akutt aksent",Icirc:"Stor I med cirkumfleks",Iuml:"Stor I med tøddel",ETH:"Stor Edd/stungen D",Ntilde:"Stor N med tilde",Ograve:"Stor O med grav aksent",Oacute:"Stor O med akutt aksent",Ocirc:"Stor O med cirkumfleks",Otilde:"Stor O med tilde",Ouml:"Stor O med tøddel", +times:"Multiplikasjonstegn",Oslash:"Stor Ã",Ugrave:"Stor U med grav aksent",Uacute:"Stor U med akutt aksent",Ucirc:"Stor U med cirkumfleks",Uuml:"Stor U med tøddel",Yacute:"Stor Y med akutt aksent",THORN:"Stor Thorn",szlig:"Liten dobbelt-s/Eszett",agrave:"Liten a med grav aksent",aacute:"Liten a med akutt aksent",acirc:"Liten a med cirkumfleks",atilde:"Liten a med tilde",auml:"Liten a med tøddel",aring:"Liten Ã¥",aelig:"Liten æ",ccedil:"Liten c med cedille",egrave:"Liten e med grav aksent",eacute:"Liten e med akutt aksent", +ecirc:"Liten e med cirkumfleks",euml:"Liten e med tøddel",igrave:"Liten i med grav aksent",iacute:"Liten i med akutt aksent",icirc:"Liten i med cirkumfleks",iuml:"Liten i med tøddel",eth:"Liten edd/stungen d",ntilde:"Liten n med tilde",ograve:"Liten o med grav aksent",oacute:"Liten o med akutt aksent",ocirc:"Liten o med cirkumfleks",otilde:"Liten o med tilde",ouml:"Liten o med tøddel",divide:"Divisjonstegn",oslash:"Liten ø",ugrave:"Liten u med grav aksent",uacute:"Liten u med akutt aksent",ucirc:"Liten u med cirkumfleks", +uuml:"Liten u med tøddel",yacute:"Liten y med akutt aksent",thorn:"Liten thorn",yuml:"Liten y med tøddel",OElig:"Stor ligatur av O og E",oelig:"Liten ligatur av o og e",372:"Stor W med cirkumfleks",374:"Stor Y med cirkumfleks",373:"Liten w med cirkumfleks",375:"Liten y med cirkumfleks",sbquo:"Enkelt lavt 9-anførselstegn",8219:"Enkelt høyt reversert 9-anførselstegn",bdquo:"Dobbelt lavt 9-anførselstegn",hellip:"Ellipse",trade:"Varemerkesymbol",9658:"Svart høyrevendt peker",bull:"Tykk interpunkt",rarr:"Høyrevendt pil", +rArr:"Dobbel høyrevendt pil",hArr:"Dobbel venstrevendt pil",diams:"Svart ruter",asymp:"Omtrent likhetstegn"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/nl.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/nl.js new file mode 100644 index 0000000..68edf37 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/nl.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +reg:"Geregistreerd handelsmerk-teken",macr:"Macron",deg:"Graden-teken",sup2:"Superscript twee",sup3:"Superscript drie",acute:"Accent aigu",micro:"Micro-teken",para:"Alinea-teken",middot:"Halfhoge punt",cedil:"Cedille",sup1:"Superscript een",ordm:"Mannelijk ordinaal",raquo:"Rechter guillemet",frac14:"Breuk kwart",frac12:"Breuk half",frac34:"Breuk driekwart",iquest:"Omgekeerd vraagteken",Agrave:"Latijnse hoofdletter A met een accent grave",Aacute:"Latijnse hoofdletter A met een accent aigu",Acirc:"Latijnse hoofdletter A met een circonflexe", +Atilde:"Latijnse hoofdletter A met een tilde",Auml:"Latijnse hoofdletter A met een trema",Aring:"Latijnse hoofdletter A met een corona",AElig:"Latijnse hoofdletter Ã",Ccedil:"Latijnse hoofdletter C met een cedille",Egrave:"Latijnse hoofdletter E met een accent grave",Eacute:"Latijnse hoofdletter E met een accent aigu",Ecirc:"Latijnse hoofdletter E met een circonflexe",Euml:"Latijnse hoofdletter E met een trema",Igrave:"Latijnse hoofdletter I met een accent grave",Iacute:"Latijnse hoofdletter I met een accent aigu", +Icirc:"Latijnse hoofdletter I met een circonflexe",Iuml:"Latijnse hoofdletter I met een trema",ETH:"Latijnse hoofdletter Eth",Ntilde:"Latijnse hoofdletter N met een tilde",Ograve:"Latijnse hoofdletter O met een accent grave",Oacute:"Latijnse hoofdletter O met een accent aigu",Ocirc:"Latijnse hoofdletter O met een circonflexe",Otilde:"Latijnse hoofdletter O met een tilde",Ouml:"Latijnse hoofdletter O met een trema",times:"Maal-teken",Oslash:"Latijnse hoofdletter O met een schuine streep",Ugrave:"Latijnse hoofdletter U met een accent grave", +Uacute:"Latijnse hoofdletter U met een accent aigu",Ucirc:"Latijnse hoofdletter U met een circonflexe",Uuml:"Latijnse hoofdletter U met een trema",Yacute:"Latijnse hoofdletter Y met een accent aigu",THORN:"Latijnse hoofdletter Thorn",szlig:"Latijnse kleine ringel-s",agrave:"Latijnse kleine letter a met een accent grave",aacute:"Latijnse kleine letter a met een accent aigu",acirc:"Latijnse kleine letter a met een circonflexe",atilde:"Latijnse kleine letter a met een tilde",auml:"Latijnse kleine letter a met een trema", +aring:"Latijnse kleine letter a met een corona",aelig:"Latijnse kleine letter æ",ccedil:"Latijnse kleine letter c met een cedille",egrave:"Latijnse kleine letter e met een accent grave",eacute:"Latijnse kleine letter e met een accent aigu",ecirc:"Latijnse kleine letter e met een circonflexe",euml:"Latijnse kleine letter e met een trema",igrave:"Latijnse kleine letter i met een accent grave",iacute:"Latijnse kleine letter i met een accent aigu",icirc:"Latijnse kleine letter i met een circonflexe", +iuml:"Latijnse kleine letter i met een trema",eth:"Latijnse kleine letter eth",ntilde:"Latijnse kleine letter n met een tilde",ograve:"Latijnse kleine letter o met een accent grave",oacute:"Latijnse kleine letter o met een accent aigu",ocirc:"Latijnse kleine letter o met een circonflexe",otilde:"Latijnse kleine letter o met een tilde",ouml:"Latijnse kleine letter o met een trema",divide:"Deel-teken",oslash:"Latijnse kleine letter o met een schuine streep",ugrave:"Latijnse kleine letter u met een accent grave", +uacute:"Latijnse kleine letter u met een accent aigu",ucirc:"Latijnse kleine letter u met een circonflexe",uuml:"Latijnse kleine letter u met een trema",yacute:"Latijnse kleine letter y met een accent aigu",thorn:"Latijnse kleine letter thorn",yuml:"Latijnse kleine letter y met een trema",OElig:"Latijnse hoofdletter Å",oelig:"Latijnse kleine letter Å",372:"Latijnse hoofdletter W met een circonflexe",374:"Latijnse hoofdletter Y met een circonflexe",373:"Latijnse kleine letter w met een circonflexe", +375:"Latijnse kleine letter y met een circonflexe",sbquo:"Lage enkele aanhalingsteken",8219:"Hoge omgekeerde enkele aanhalingsteken",bdquo:"Lage dubbele aanhalingsteken",hellip:"Beletselteken",trade:"Trademark-teken",9658:"Zwarte driehoek naar rechts",bull:"Bullet",rarr:"Pijl naar rechts",rArr:"Dubbele pijl naar rechts",hArr:"Dubbele pijl naar links",diams:"Zwart ruitje",asymp:"Benaderingsteken"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/no.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/no.js new file mode 100644 index 0000000..eecc56c --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/no.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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", +reg:"Registrert varemerke-tegn",macr:"Makron",deg:"Gradsymbol",sup2:"Hevet totall",sup3:"Hevet tretall",acute:"Akutt aksent",micro:"Mikrosymbol",para:"Avsnittstegn",middot:"Midtstilt prikk",cedil:"Cedille",sup1:"Hevet ettall",ordm:"Maskulin ordensindikator",raquo:"Høyre anførselstegn",frac14:"Fjerdedelsbrøk",frac12:"Halvbrøk",frac34:"Tre fjerdedelers brøk",iquest:"Omvendt spørsmÃ¥lstegn",Agrave:"Stor A med grav aksent",Aacute:"Stor A med akutt aksent",Acirc:"Stor A med cirkumfleks",Atilde:"Stor A med tilde", +Auml:"Stor A med tøddel",Aring:"Stor à ",AElig:"Stor Ã",Ccedil:"Stor C med cedille",Egrave:"Stor E med grav aksent",Eacute:"Stor E med akutt aksent",Ecirc:"Stor E med cirkumfleks",Euml:"Stor E med tøddel",Igrave:"Stor I med grav aksent",Iacute:"Stor I med akutt aksent",Icirc:"Stor I med cirkumfleks",Iuml:"Stor I med tøddel",ETH:"Stor Edd/stungen D",Ntilde:"Stor N med tilde",Ograve:"Stor O med grav aksent",Oacute:"Stor O med akutt aksent",Ocirc:"Stor O med cirkumfleks",Otilde:"Stor O med tilde",Ouml:"Stor O med tøddel", +times:"Multiplikasjonstegn",Oslash:"Stor Ã",Ugrave:"Stor U med grav aksent",Uacute:"Stor U med akutt aksent",Ucirc:"Stor U med cirkumfleks",Uuml:"Stor U med tøddel",Yacute:"Stor Y med akutt aksent",THORN:"Stor Thorn",szlig:"Liten dobbelt-s/Eszett",agrave:"Liten a med grav aksent",aacute:"Liten a med akutt aksent",acirc:"Liten a med cirkumfleks",atilde:"Liten a med tilde",auml:"Liten a med tøddel",aring:"Liten Ã¥",aelig:"Liten æ",ccedil:"Liten c med cedille",egrave:"Liten e med grav aksent",eacute:"Liten e med akutt aksent", +ecirc:"Liten e med cirkumfleks",euml:"Liten e med tøddel",igrave:"Liten i med grav aksent",iacute:"Liten i med akutt aksent",icirc:"Liten i med cirkumfleks",iuml:"Liten i med tøddel",eth:"Liten edd/stungen d",ntilde:"Liten n med tilde",ograve:"Liten o med grav aksent",oacute:"Liten o med akutt aksent",ocirc:"Liten o med cirkumfleks",otilde:"Liten o med tilde",ouml:"Liten o med tøddel",divide:"Divisjonstegn",oslash:"Liten ø",ugrave:"Liten u med grav aksent",uacute:"Liten u med akutt aksent",ucirc:"Liten u med cirkumfleks", +uuml:"Liten u med tøddel",yacute:"Liten y med akutt aksent",thorn:"Liten thorn",yuml:"Liten y med tøddel",OElig:"Stor ligatur av O og E",oelig:"Liten ligatur av o og e",372:"Stor W med cirkumfleks",374:"Stor Y med cirkumfleks",373:"Liten w med cirkumfleks",375:"Liten y med cirkumfleks",sbquo:"Enkelt lavt 9-anførselstegn",8219:"Enkelt høyt reversert 9-anførselstegn",bdquo:"Dobbelt lavt 9-anførselstegn",hellip:"Ellipse",trade:"Varemerkesymbol",9658:"Svart høyrevendt peker",bull:"Tykk interpunkt",rarr:"Høyrevendt pil", +rArr:"Dobbel høyrevendt pil",hArr:"Dobbel venstrevendt pil",diams:"Svart ruter",asymp:"Omtrent likhetstegn"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/pl.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/pl.js new file mode 100644 index 0000000..f21a09d --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/pl.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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", +laquo:"Lewy cudzysÅów ostrokÄ tny",not:"Znak negacji",reg:"Zastrzeżony znak towarowy",macr:"Makron",deg:"Znak stopnia",sup2:"Druga potÄga",sup3:"Trzecia potÄga",acute:"Akcent ostry",micro:"Znak mikro",para:"Znak akapitu",middot:"Kropka Årodkowa",cedil:"Cedylla",sup1:"Pierwsza potÄga",ordm:"Wskaźnik rodzaju mÄskiego liczebnika porzÄ dkowego",raquo:"Prawy cudzysÅów ostrokÄ tny",frac14:"UÅamek zwykÅy jedna czwarta",frac12:"UÅamek zwykÅy jedna druga",frac34:"UÅamek zwykÅy trzy czwarte",iquest:"Odwrócony znak zapytania", +Agrave:"Wielka litera A z akcentem ciÄżkim",Aacute:"Wielka litera A z akcentem ostrym",Acirc:"Wielka litera A z akcentem przeciÄ gÅym",Atilde:"Wielka litera A z tyldÄ ",Auml:"Wielka litera A z dierezÄ ",Aring:"Wielka litera A z kóÅkiem",AElig:"Wielka ligatura Ã",Ccedil:"Wielka litera C z cedyllÄ ",Egrave:"Wielka litera E z akcentem ciÄżkim",Eacute:"Wielka litera E z akcentem ostrym",Ecirc:"Wielka litera E z akcentem przeciÄ gÅym",Euml:"Wielka litera E z dierezÄ ",Igrave:"Wielka litera I z akcentem ciÄżkim", +Iacute:"Wielka litera I z akcentem ostrym",Icirc:"Wielka litera I z akcentem przeciÄ gÅym",Iuml:"Wielka litera I z dierezÄ ",ETH:"Wielka litera Eth",Ntilde:"Wielka litera N z tyldÄ ",Ograve:"Wielka litera O z akcentem ciÄżkim",Oacute:"Wielka litera O z akcentem ostrym",Ocirc:"Wielka litera O z akcentem przeciÄ gÅym",Otilde:"Wielka litera O z tyldÄ ",Ouml:"Wielka litera O z dierezÄ ",times:"Znak mnożenia wektorowego",Oslash:"Wielka litera O z przekreÅleniem",Ugrave:"Wielka litera U z akcentem ciÄżkim",Uacute:"Wielka litera U z akcentem ostrym", +Ucirc:"Wielka litera U z akcentem przeciÄ gÅym",Uuml:"Wielka litera U z dierezÄ ",Yacute:"Wielka litera Y z akcentem ostrym",THORN:"Wielka litera Thorn",szlig:"MaÅa litera ostre s (eszet)",agrave:"MaÅa litera a z akcentem ciÄżkim",aacute:"MaÅa litera a z akcentem ostrym",acirc:"MaÅa litera a z akcentem przeciÄ gÅym",atilde:"MaÅa litera a z tyldÄ ",auml:"MaÅa litera a z dierezÄ ",aring:"MaÅa litera a z kóÅkiem",aelig:"MaÅa ligatura æ",ccedil:"MaÅa litera c z cedyllÄ ",egrave:"MaÅa litera e z akcentem ciÄżkim", +eacute:"MaÅa litera e z akcentem ostrym",ecirc:"MaÅa litera e z akcentem przeciÄ gÅym",euml:"MaÅa litera e z dierezÄ ",igrave:"MaÅa litera i z akcentem ciÄżkim",iacute:"MaÅa litera i z akcentem ostrym",icirc:"MaÅa litera i z akcentem przeciÄ gÅym",iuml:"MaÅa litera i z dierezÄ ",eth:"MaÅa litera eth",ntilde:"MaÅa litera n z tyldÄ ",ograve:"MaÅa litera o z akcentem ciÄżkim",oacute:"MaÅa litera o z akcentem ostrym",ocirc:"MaÅa litera o z akcentem przeciÄ gÅym",otilde:"MaÅa litera o z tyldÄ ",ouml:"MaÅa litera o z dierezÄ ", +divide:"Anglosaski znak dzielenia",oslash:"MaÅa litera o z przekreÅleniem",ugrave:"MaÅa litera u z akcentem ciÄżkim",uacute:"MaÅa litera u z akcentem ostrym",ucirc:"MaÅa litera u z akcentem przeciÄ gÅym",uuml:"MaÅa litera u z dierezÄ ",yacute:"MaÅa litera y z akcentem ostrym",thorn:"MaÅa litera thorn",yuml:"MaÅa litera y z dierezÄ ",OElig:"Wielka ligatura OE",oelig:"MaÅa ligatura oe",372:"Wielka litera W z akcentem przeciÄ gÅym",374:"Wielka litera Y z akcentem przeciÄ gÅym",373:"MaÅa litera w z akcentem przeciÄ gÅym", +375:"MaÅa litera y z akcentem przeciÄ gÅym",sbquo:"Pojedynczy apostrof dolny",8219:"Pojedynczy apostrof górny",bdquo:"Podwójny apostrof dolny",hellip:"Wielokropek",trade:"Znak towarowy",9658:"Czarny wskaźnik wskazujÄ cy w prawo",bull:"Punktor",rarr:"StrzaÅka w prawo",rArr:"Podwójna strzaÅka w prawo",hArr:"Podwójna strzaÅka w lewo",diams:"Czarny znak karo",asymp:"Znak prawie równe"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js new file mode 100644 index 0000000..e3f7831 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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", +macr:"Mácron",deg:"Grau",sup2:"2 Superscrito",sup3:"3 Superscrito",acute:"Acento agudo",micro:"Micro",para:"Pé de mosca",middot:"Ponto mediano",cedil:"Cedilha",sup1:"1 Superscrito",ordm:"Indicador ordinal masculino",raquo:"Aspas duplas angulares direita",frac14:"Um quarto",frac12:"Um meio",frac34:"Três quartos",iquest:"Interrogação invertida",Agrave:"A maiúsculo com acento grave",Aacute:"A maiúsculo com acento agudo",Acirc:"A maiúsculo com acento circunflexo",Atilde:"A maiúsculo com til",Auml:"A maiúsculo com trema", +Aring:"A maiúsculo com anel acima",AElig:"à maiúsculo",Ccedil:"à maiúlculo",Egrave:"E maiúsculo com acento grave",Eacute:"E maiúsculo com acento agudo",Ecirc:"E maiúsculo com acento circumflexo",Euml:"E maiúsculo com trema",Igrave:"I maiúsculo com acento grave",Iacute:"I maiúsculo com acento agudo",Icirc:"I maiúsculo com acento circunflexo",Iuml:"I maiúsculo com crase",ETH:"Eth maiúsculo",Ntilde:"N maiúsculo com til",Ograve:"O maiúsculo com acento grave",Oacute:"O maiúsculo com acento agudo",Ocirc:"O maiúsculo com acento circunflexo", +Otilde:"O maiúsculo com til",Ouml:"O maiúsculo com trema",times:"Multiplicação",Oslash:"Diâmetro",Ugrave:"U maiúsculo com acento grave",Uacute:"U maiúsculo com acento agudo",Ucirc:"U maiúsculo com acento circunflexo",Uuml:"U maiúsculo com trema",Yacute:"Y maiúsculo com acento agudo",THORN:"Thorn maiúsculo",szlig:"Eszett minúsculo",agrave:"a minúsculo com acento grave",aacute:"a minúsculo com acento agudo",acirc:"a minúsculo com acento circunflexo",atilde:"a minúsculo com til",auml:"a minúsculo com trema", +aring:"a minúsculo com anel acima",aelig:"æ minúsculo",ccedil:"ç minúsculo",egrave:"e minúsculo com acento grave",eacute:"e minúsculo com acento agudo",ecirc:"e minúsculo com acento circunflexo",euml:"e minúsculo com trema",igrave:"i minúsculo com acento grave",iacute:"i minúsculo com acento agudo",icirc:"i minúsculo com acento circunflexo",iuml:"i minúsculo com trema",eth:"eth minúsculo",ntilde:"n minúsculo com til",ograve:"o minúsculo com acento grave",oacute:"o minúsculo com acento agudo",ocirc:"o minúsculo com acento circunflexo", +otilde:"o minúsculo com til",ouml:"o minúsculo com trema",divide:"Divisão",oslash:"o minúsculo com cortado ou diâmetro",ugrave:"u minúsculo com acento grave",uacute:"u minúsculo com acento agudo",ucirc:"u minúsculo com acento circunflexo",uuml:"u minúsculo com trema",yacute:"y minúsculo com acento agudo",thorn:"thorn minúsculo",yuml:"y minúsculo com trema",OElig:"Ligação tipográfica OE maiúscula",oelig:"Ligação tipográfica oe minúscula",372:"W maiúsculo com acento circunflexo",374:"Y maiúsculo com acento circunflexo", +373:"w minúsculo com acento circunflexo",375:"y minúsculo com acento circunflexo",sbquo:"Aspas simples inferior direita",8219:"Aspas simples superior esquerda",bdquo:"Aspas duplas inferior direita",hellip:"Reticências",trade:"Trade mark",9658:"Ponta de seta preta para direita",bull:"Ponto lista",rarr:"Seta para direita",rArr:"Seta dupla para direita",hArr:"Seta dupla direita e esquerda",diams:"Ouros",asymp:"Aproximadamente"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/pt.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/pt.js new file mode 100644 index 0000000..11ef746 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/pt.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +laquo:"Aspa esquerda ângulo duplo",not:"Não SÃmbolo",reg:"SÃmbolo de Registado",macr:"Mácron",deg:"SÃmbolo de Grau",sup2:"Expoente 2",sup3:"Expoente 3",acute:"Acento agudo",micro:"SÃmbolo de Micro",para:"SÃmbolo de Parágrafo",middot:"Ponto do Meio",cedil:"Cedilha",sup1:"Expoente 1",ordm:"Indicador ordinal masculino",raquo:"Aspas ângulo duplo pra Direita",frac14:"Fração vulgar 1/4",frac12:"Fração vulgar 1/2",frac34:"Fração vulgar 3/4",iquest:"Ponto de interrugação invertido",Agrave:"Letra maiúscula latina A com acento grave", +Aacute:"Letra maiúscula latina A com acento agudo",Acirc:"Letra maiúscula latina A com circunflexo",Atilde:"Letra maiúscula latina A com til",Auml:"Letra maiúscula latina A com trema",Aring:"Letra maiúscula latina A com sinal diacrÃtico",AElig:"Letra Maiúscula Latina Ã",Ccedil:"Letra maiúscula latina C com cedilha",Egrave:"Letra maiúscula latina E com acento grave",Eacute:"Letra maiúscula latina E com acento agudo",Ecirc:"Letra maiúscula latina E com circunflexo",Euml:"Letra maiúscula latina E com trema", +Igrave:"Letra maiúscula latina I com acento grave",Iacute:"Letra maiúscula latina I com acento agudo",Icirc:"Letra maiúscula latina I com cincunflexo",Iuml:"Letra maiúscula latina I com trema",ETH:"Letra maiúscula latina Eth (Ãð)",Ntilde:"Letra maiúscula latina N com til",Ograve:"Letra maiúscula latina O com acento grave",Oacute:"Letra maiúscula latina O com acento agudo",Ocirc:"Letra maiúscula latina I com circunflexo",Otilde:"Letra maiúscula latina O com til",Ouml:"Letra maiúscula latina O com trema", +times:"SÃmbolo de Multiplicação",Oslash:"Letra maiúscula O com barra",Ugrave:"Letra maiúscula latina U com acento grave",Uacute:"Letra maiúscula latina U com acento agudo",Ucirc:"Letra maiúscula latina U com circunflexo",Uuml:"Letra maiúscula latina E com trema",Yacute:"Letra maiúscula latina Y com acento agudo",THORN:"Letra maiúscula latina Rúnico",szlig:"Letra minúscula latina s forte",agrave:"Letra minúscula latina a com acento grave",aacute:"Letra minúscula latina a com acento agudo",acirc:"Letra minúscula latina a com circunflexo", +atilde:"Letra minúscula latina a com til",auml:"Letra minúscula latina a com trema",aring:"Letra minúscula latina a com sinal diacrÃtico",aelig:"Letra minúscula latina æ",ccedil:"Letra minúscula latina c com cedilha",egrave:"Letra minúscula latina e com acento grave",eacute:"Letra minúscula latina e com acento agudo",ecirc:"Letra minúscula latina e com circunflexo",euml:"Letra minúscula latina e com trema",igrave:"Letra minúscula latina i com acento grave",iacute:"Letra minúscula latina i com acento agudo", +icirc:"Letra minúscula latina i com circunflexo",iuml:"Letra pequena latina i com trema",eth:"Letra minúscula latina eth",ntilde:"Letra minúscula latina n com til",ograve:"Letra minúscula latina o com acento grave",oacute:"Letra minúscula latina o com acento agudo",ocirc:"Letra minúscula latina o com circunflexo",otilde:"Letra minúscula latina o com til",ouml:"Letra minúscula latina o com trema",divide:"SÃmbolo de Divisão",oslash:"Letra minúscula latina o com barra",ugrave:"Letra minúscula latina u com acento grave", +uacute:"Letra minúscula latina u com acento agudo",ucirc:"Letra minúscula latina u com circunflexo",uuml:"Letra minúscula latina u com trema",yacute:"Letra minúscula latina y com acento agudo",thorn:"Letra minúscula latina Rúnico",yuml:"Letra minúscula latina y com trema",OElig:"Ligadura maiúscula latina OE",oelig:"Ligadura minúscula latina oe",372:"Letra maiúscula latina W com circunflexo",374:"Letra maiúscula latina Y com circunflexo",373:"Letra minúscula latina w com circunflexo",375:"Letra minúscula latina y com circunflexo", +sbquo:"Aspa Simples inferior-9",8219:"Aspa Simples superior invertida-9",bdquo:"Aspa Duplas inferior-9",hellip:"Elipse Horizontal ",trade:"SÃmbolo de Marca Registada",9658:"Ponteiro preto direito",bull:"Marca",rarr:"Seta para a direita",rArr:"Seta dupla para a direita",hArr:"Seta dupla direita esquerda",diams:"Naipe diamante preto",asymp:"Quase igual a "}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/ru.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/ru.js new file mode 100644 index 0000000..866e865 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/ru.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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:"ÐÐµÐ²Ð°Ñ ÐºÐ°Ð²ÑÑка-«ÑлоÑка»", +not:"ÐÑÑиÑание",reg:"Ðнак Ð¾Ñ ÑÐ°Ð½Ñ ÑмежнÑÑ Ð¿Ñав\\t",macr:"ÐакÑон",deg:"ÐÑадÑÑ",sup2:"ÐадÑÑÑоÑное два",sup3:"ÐадÑÑÑоÑное ÑÑи",acute:"ÐкÑÑ",micro:"ÐикÑо",para:"ÐбзаÑ",middot:"ÐнÑеÑпÑнкÑ",cedil:"СедилÑ",sup1:"ÐадÑÑÑоÑÐ½Ð°Ñ ÐµÐ´Ð¸Ð½Ð¸Ñа",ordm:"ÐоÑÑдковое ÑиÑлиÑелÑное",raquo:"ÐÑÐ°Ð²Ð°Ñ ÐºÐ°Ð²ÑÑка-«ÑлоÑка»",frac14:"Ðдна ÑеÑвеÑÑаÑ",frac12:"Ðдна вÑоÑаÑ",frac34:"ТÑи ÑеÑвÑÑÑÑÑ ",iquest:"ÐеÑевÑÑнÑÑÑй вопÑоÑиÑелÑнÑй знак",Agrave:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",Aacute:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква A Ñ ÑдаÑением",Acirc:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ ÑиÑкÑмÑлекÑом", +Atilde:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ ÑилÑдой",Auml:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ ÑÑемой",Aring:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ ÐºÐ¾Ð»ÑÑом над ней",AElig:"ÐаÑинÑÐºÐ°Ñ Ð±Ð¾Ð»ÑÑÐ°Ñ Ð±Ñква Ã",Ccedil:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква C Ñ ÑедилÑÑ",Egrave:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",Eacute:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ ÑдаÑением",Ecirc:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ ÑиÑкÑмÑлекÑом",Euml:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ ÑÑемой",Igrave:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква I Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",Iacute:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква I Ñ ÑдаÑением", +Icirc:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква I Ñ ÑиÑкÑмÑлекÑом",Iuml:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква I Ñ ÑÑемой",ETH:"ÐаÑинÑÐºÐ°Ñ Ð±Ð¾Ð»ÑÑÐ°Ñ Ð±Ñква Eth",Ntilde:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква N Ñ ÑилÑдой",Ograve:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква O Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",Oacute:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква O Ñ ÑдаÑением",Ocirc:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква O Ñ ÑиÑкÑмÑлекÑом",Otilde:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква O Ñ ÑилÑдой",Ouml:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква O Ñ ÑÑемой",times:"Ðнак ÑмножениÑ",Oslash:"ÐаÑинÑÐºÐ°Ñ Ð±Ð¾Ð»ÑÑÐ°Ñ Ð¿ÐµÑеÑеÑкнÑÑÐ°Ñ O",Ugrave:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква U Ñ Ð°Ð¿Ð¾ÑÑÑоÑом", +Uacute:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква U Ñ ÑдаÑением",Ucirc:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква U Ñ ÑиÑкÑмÑлекÑом",Uuml:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква U Ñ ÑÑемой",Yacute:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Y Ñ ÑдаÑением",THORN:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Thorn",szlig:"Ðнак диеза",agrave:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква a Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",aacute:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква a Ñ ÑдаÑением",acirc:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква a Ñ ÑиÑкÑмÑлекÑом",atilde:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква a Ñ ÑилÑдой",auml:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква a Ñ ÑÑемой",aring:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква a Ñ ÐºÐ¾Ð»ÑÑом", +aelig:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква æ",ccedil:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква Ñ Ñ ÑедилÑÑ",egrave:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква е Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",eacute:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква е Ñ ÑдаÑением",ecirc:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква е Ñ ÑиÑкÑмÑлекÑом",euml:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква е Ñ ÑÑемой",igrave:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква i Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",iacute:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква i Ñ ÑдаÑением",icirc:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква i Ñ ÑиÑкÑмÑлекÑом",iuml:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква i Ñ ÑÑемой",eth:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква eth", +ntilde:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква n Ñ ÑилÑдой",ograve:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква o Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",oacute:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква o Ñ ÑдаÑением",ocirc:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква o Ñ ÑиÑкÑмÑлекÑом",otilde:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква o Ñ ÑилÑдой",ouml:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква o Ñ ÑÑемой",divide:"Ðнак делениÑ",oslash:"ÐаÑинÑÐºÐ°Ñ ÑÑÑоÑÐ½Ð°Ñ Ð¿ÐµÑеÑеÑкнÑÑÐ°Ñ o",ugrave:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква u Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",uacute:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква u Ñ ÑдаÑением",ucirc:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква u Ñ ÑиÑкÑмÑлекÑом", +uuml:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква u Ñ ÑÑемой",yacute:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква y Ñ ÑдаÑением",thorn:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква thorn",yuml:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква y Ñ ÑÑемой",OElig:"ÐаÑинÑÐºÐ°Ñ Ð¿ÑопиÑÐ½Ð°Ñ Ð»Ð¸Ð³Ð°ÑÑÑа OE",oelig:"ÐаÑинÑÐºÐ°Ñ ÑÑÑоÑÐ½Ð°Ñ Ð»Ð¸Ð³Ð°ÑÑÑа oe",372:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква W Ñ ÑиÑкÑмÑлекÑом",374:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Y Ñ ÑиÑкÑмÑлекÑом",373:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква w Ñ ÑиÑкÑмÑлекÑом",375:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква y Ñ ÑиÑкÑмÑлекÑом",sbquo:"ÐижнÑÑ Ð¾Ð´Ð¸Ð½Ð°ÑÐ½Ð°Ñ ÐºÐ°Ð²ÑÑка",8219:"ÐÑÐ°Ð²Ð°Ñ Ð¾Ð´Ð¸Ð½Ð°ÑÐ½Ð°Ñ ÐºÐ°Ð²ÑÑка", +bdquo:"ÐÐµÐ²Ð°Ñ Ð´Ð²Ð¾Ð¹Ð½Ð°Ñ ÐºÐ°Ð²ÑÑка",hellip:"ÐоÑизонÑалÑное многоÑоÑие",trade:"ТоваÑнÑй знак",9658:"ЧеÑнÑй ÑказаÑÐµÐ»Ñ Ð²Ð¿Ñаво",bull:"ÐаÑÐºÐµÑ ÑпиÑка",rarr:"СÑÑелка впÑаво",rArr:"ÐÐ²Ð¾Ð¹Ð½Ð°Ñ ÑÑÑелка впÑаво",hArr:"ÐÐ²Ð¾Ð¹Ð½Ð°Ñ ÑÑÑелка влево-впÑаво",diams:"ЧеÑнÑй Ñомб",asymp:"ÐÑимеÑно Ñавно"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/si.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/si.js new file mode 100644 index 0000000..1255a35 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/si.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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:"à·à¶½à¶à·à¶«à¶à· ලà·à¶ºà·à¶´à¶¯à·à¶à¶ à· à¶à·à¶»à·à¶¸", +macr:"මà·à¶¯à·âරà·à¶ ",deg:"à·à¶½à¶à·à¶«à· ",sup2:"à¶à¶©à· ලà¶à·à¶«à· දà·à¶",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent",Aacute:"Latin capital letter A with acute accent", +Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent",Iacute:"Latin capital letter I with acute accent", +Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke",Ugrave:"Latin capital letter U with grave accent", +Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis",aring:"Latin small letter a with ring above", +aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth",ntilde:"Latin small letter n with tilde", +ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis",yacute:"Latin small letter y with acute accent", +thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis",trade:"Trade mark sign",9658:"Black right-pointing pointer", +bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/sk.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/sk.js new file mode 100644 index 0000000..2d226d0 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/sk.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +reg:"Znak registrácie",macr:"PomlÄka nad",deg:"Znak stupÅa",sup2:"Dvojka ako horný index",sup3:"Trojka ako horný index",acute:"DĺžeÅ",micro:"Znak mikro",para:"Znak odstavca",middot:"Bodka uprostred",cedil:"Chvost vľavo",sup1:"Jednotka ako horný index",ordm:"Mužský indikátor rodu",raquo:"Znak dvojitých lomených úvodzoviek vpravo",frac14:"ObyÄajný zlomok jedna Å¡tvrtina",frac12:"ObyÄajný zlomok jedna polovica",frac34:"ObyÄajný zlomok tri Å¡tvrtiny",iquest:"OtoÄený otáznik",Agrave:"Veľké pÃsmeno latinky A s accentom", +Aacute:"Veľké pÃsmeno latinky A s dĺžÅom",Acirc:"Veľké pÃsmeno latinky A s mäkÄeÅom",Atilde:"Veľké pÃsmeno latinky A s tildou",Auml:"Veľké pÃsmeno latinky A s dvoma bodkami",Aring:"Veľké pÃsmeno latinky A s krúžkom nad",AElig:"Veľké pÃsmeno latinky Ã",Ccedil:"Veľké pÃsmeno latinky C s chvostom vľavo",Egrave:"Veľké pÃsmeno latinky E s accentom",Eacute:"Veľké pÃsmeno latinky E s dĺžÅom",Ecirc:"Veľké pÃsmeno latinky E s mäkÄeÅom",Euml:"Veľké pÃsmeno latinky E s dvoma bodkami",Igrave:"Veľké pÃsmeno latinky I s accentom", +Iacute:"Veľké pÃsmeno latinky I s dĺžÅom",Icirc:"Veľké pÃsmeno latinky I s mäkÄeÅom",Iuml:"Veľké pÃsmeno latinky I s dvoma bodkami",ETH:"Veľké pÃsmeno latinky Eth",Ntilde:"Veľké pÃsmeno latinky N s tildou",Ograve:"Veľké pÃsmeno latinky O s accentom",Oacute:"Veľké pÃsmeno latinky O s dĺžÅom",Ocirc:"Veľké pÃsmeno latinky O s mäkÄeÅom",Otilde:"Veľké pÃsmeno latinky O s tildou",Ouml:"Veľké pÃsmeno latinky O s dvoma bodkami",times:"Znak násobenia",Oslash:"Veľké pÃsmeno latinky O preÅ¡krtnuté",Ugrave:"Veľké pÃsmeno latinky U s accentom", +Uacute:"Veľké pÃsmeno latinky U s dĺžÅom",Ucirc:"Veľké pÃsmeno latinky U s mäkÄeÅom",Uuml:"Veľké pÃsmeno latinky U s dvoma bodkami",Yacute:"Veľké pÃsmeno latinky Y s dĺžÅom",THORN:"Veľké pÃsmeno latinky Thorn",szlig:"Malé pÃsmeno latinky ostré s",agrave:"Malé pÃsmeno latinky a s accentom",aacute:"Malé pÃsmeno latinky a s dĺžÅom",acirc:"Malé pÃsmeno latinky a s mäkÄeÅom",atilde:"Malé pÃsmeno latinky a s tildou",auml:"Malé pÃsmeno latinky a s dvoma bodkami",aring:"Malé pÃsmeno latinky a s krúžkom nad", +aelig:"Malé pÃsmeno latinky æ",ccedil:"Malé pÃsmeno latinky c s chvostom vľavo",egrave:"Malé pÃsmeno latinky e s accentom",eacute:"Malé pÃsmeno latinky e s dĺžÅom",ecirc:"Malé pÃsmeno latinky e s mäkÄeÅom",euml:"Malé pÃsmeno latinky e s dvoma bodkami",igrave:"Malé pÃsmeno latinky i s accentom",iacute:"Malé pÃsmeno latinky i s dĺžÅom",icirc:"Malé pÃsmeno latinky i s mäkÄeÅom",iuml:"Malé pÃsmeno latinky i s dvoma bodkami",eth:"Malé pÃsmeno latinky eth",ntilde:"Malé pÃsmeno latinky n s tildou",ograve:"Malé pÃsmeno latinky o s accentom", +oacute:"Malé pÃsmeno latinky o s dĺžÅom",ocirc:"Malé pÃsmeno latinky o s mäkÄeÅom",otilde:"Malé pÃsmeno latinky o s tildou",ouml:"Malé pÃsmeno latinky o s dvoma bodkami",divide:"Znak delenia",oslash:"Malé pÃsmeno latinky o preÅ¡krtnuté",ugrave:"Malé pÃsmeno latinky u s accentom",uacute:"Malé pÃsmeno latinky u s dĺžÅom",ucirc:"Malé pÃsmeno latinky u s mäkÄeÅom",uuml:"Malé pÃsmeno latinky u s dvoma bodkami",yacute:"Malé pÃsmeno latinky y s dĺžÅom",thorn:"Malé pÃsmeno latinky thorn",yuml:"Malé pÃsmeno latinky y s dvoma bodkami", +OElig:"Veľká ligatúra latinky OE",oelig:"Malá ligatúra latinky OE",372:"Veľké pÃsmeno latinky W s mäkÄeÅom",374:"Veľké pÃsmeno latinky Y s mäkÄeÅom",373:"Malé pÃsmeno latinky w s mäkÄeÅom",375:"Malé pÃsmeno latinky y s mäkÄeÅom",sbquo:"Dolná jednoduchá 9-úvodzovka",8219:"Horná jednoduchá otoÄená 9-úvodzovka",bdquo:"Dolná dvojitá 9-úvodzovka",hellip:"Trojbodkový úvod",trade:"Znak ibchodnej znaÄky",9658:"Äierny ukazovateľ smerujúci vpravo",bull:"Kruh",rarr:"Å Ãpka vpravo",rArr:"Dvojitá Å¡ipka vpravo", +hArr:"Dvojitá Å¡ipka vľavo a vpravo",diams:"Äierne piky",asymp:"Skoro sa rovná"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/sl.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/sl.js new file mode 100644 index 0000000..84759b6 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/sl.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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", +macr:"Macron",deg:"Znak stopinj",sup2:"Nadpisano dva",sup3:"Nadpisano tri",acute:"Ostrivec",micro:"Mikro znak",para:"Pilcrow znak",middot:"Sredinska pika",cedil:"Cedilla",sup1:"Nadpisano ena",ordm:"MoÅ¡ki zaporedni kazalnik",raquo:"Desno obrnjen dvojni kotni narekovaj",frac14:"Ena Äetrtina",frac12:"Ena polovica",frac34:"Tri Äetrtine",iquest:"Obrnjen vpraÅ¡aj",Agrave:"Velika latinska Ärka A s krativcem",Aacute:"Velika latinska Ärka A z ostrivcem",Acirc:"Velika latinska Ärka A s streÅ¡ico",Atilde:"Velika latinska Ärka A z tildo", +Auml:"Velika latinska Ärka A z diaeresis-om",Aring:"Velika latinska Ärka A z obroÄem",AElig:"Velika latinska Ärka Ã",Ccedil:"Velika latinska Ärka C s cedillo",Egrave:"Velika latinska Ärka E s krativcem",Eacute:"Velika latinska Ärka E z ostrivcem",Ecirc:"Velika latinska Ärka E s streÅ¡ico",Euml:"Velika latinska Ärka E z diaeresis-om",Igrave:"Velika latinska Ärka I s krativcem",Iacute:"Velika latinska Ärka I z ostrivcem",Icirc:"Velika latinska Ärka I s streÅ¡ico",Iuml:"Velika latinska Ärka I z diaeresis-om", +ETH:"Velika latinska Ärka Eth",Ntilde:"Velika latinska Ärka N s tildo",Ograve:"Velika latinska Ärka O s krativcem",Oacute:"Velika latinska Ärka O z ostrivcem",Ocirc:"Velika latinska Ärka O s streÅ¡ico",Otilde:"Velika latinska Ärka O s tildo",Ouml:"Velika latinska Ärka O z diaeresis-om",times:"Znak za množenje",Oslash:"Velika preÄrtana latinska Ärka O",Ugrave:"Velika latinska Ärka U s krativcem",Uacute:"Velika latinska Ärka U z ostrivcem",Ucirc:"Velika latinska Ärka U s streÅ¡ico",Uuml:"Velika latinska Ärka U z diaeresis-om", +Yacute:"Velika latinska Ärka Y z ostrivcem",THORN:"Velika latinska Ärka Thorn",szlig:"Mala ostra latinska Ärka s",agrave:"Mala latinska Ärka a s krativcem",aacute:"Mala latinska Ärka a z ostrivcem",acirc:"Mala latinska Ärka a s streÅ¡ico",atilde:"Mala latinska Ärka a s tildo",auml:"Mala latinska Ärka a z diaeresis-om",aring:"Mala latinska Ärka a z obroÄem",aelig:"Mala latinska Ärka æ",ccedil:"Mala latinska Ärka c s cedillo",egrave:"Mala latinska Ärka e s krativcem",eacute:"Mala latinska Ärka e z ostrivcem", +ecirc:"Mala latinska Ärka e s streÅ¡ico",euml:"Mala latinska Ärka e z diaeresis-om",igrave:"Mala latinska Ärka i s krativcem",iacute:"Mala latinska Ärka i z ostrivcem",icirc:"Mala latinska Ärka i s streÅ¡ico",iuml:"Mala latinska Ärka i z diaeresis-om",eth:"Mala latinska Ärka eth",ntilde:"Mala latinska Ärka n s tildo",ograve:"Mala latinska Ärka o s krativcem",oacute:"Mala latinska Ärka o z ostrivcem",ocirc:"Mala latinska Ärka o s streÅ¡ico",otilde:"Mala latinska Ärka o s tildo",ouml:"Mala latinska Ärka o z diaeresis-om", +divide:"Znak za deljenje",oslash:"Mala preÄrtana latinska Ärka o",ugrave:"Mala latinska Ärka u s krativcem",uacute:"Mala latinska Ärka u z ostrivcem",ucirc:"Mala latinska Ärka u s streÅ¡ico",uuml:"Mala latinska Ärka u z diaeresis-om",yacute:"Mala latinska Ärka y z ostrivcem",thorn:"Mala latinska Ärka thorn",yuml:"Mala latinska Ärka y z diaeresis-om",OElig:"Velika latinska ligatura OE",oelig:"Mala latinska ligatura oe",372:"Velika latinska Ärka W s streÅ¡ico",374:"Velika latinska Ärka Y s streÅ¡ico", +373:"Mala latinska Ärka w s streÅ¡ico",375:"Mala latinska Ärka y s streÅ¡ico",sbquo:"Enojni nizki-9 narekovaj",8219:"Enojni visoki-obrnjen-9 narekovaj",bdquo:"Dvojni nizki-9 narekovaj",hellip:"Horizontalni izpust",trade:"Znak blagovne znamke",9658:"Ärni desno-usmerjen kazalec",bull:"Krogla",rarr:"Desno-usmerjena puÅ¡Äica",rArr:"Desno-usmerjena dvojna puÅ¡Äica",hArr:"Leva in desna dvojna puÅ¡Äica",diams:"Ärna kara",asymp:"Skoraj enako"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/sq.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/sq.js new file mode 100644 index 0000000..c709800 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/sq.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Nuk ka shenjë",reg:"Shenja e të regjistruarit",macr:"Macron",deg:"Shenja e shkallës",sup2:"Super-skripta dy",sup3:"Super-skripta tre",acute:"Theks i mprehtë",micro:"Shjenja e Mikros",para:"Pilcrow sign",middot:"Pika e Mesme",cedil:"Hark nën shkronja",sup1:"Super-skripta një",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Thyesa një të katrat",frac12:"Thyesa një të dytat",frac34:"Thyesa tre të katrat",iquest:"Pikëpyetje e përmbysur",Agrave:"Shkronja e madhe latine A me theks të rëndë", +Aacute:"Shkronja e madhe latine A me theks akute",Acirc:"Shkronja e madhe latine A me theks lakor",Atilde:"Shkronja e madhe latine A me tildë",Auml:"Shkronja e madhe latine A me dy pika",Aring:"Shkronja e madhe latine A me unazë mbi",AElig:"Shkronja e madhe latine Ã",Ccedil:"Shkronja e madhe latine C me hark poshtë",Egrave:"Shkronja e madhe latine E me theks të rëndë",Eacute:"Shkronja e madhe latine E me theks akute",Ecirc:"Shkronja e madhe latine E me theks lakor",Euml:"Shkronja e madhe latine E me dy pika", +Igrave:"Shkronja e madhe latine I me theks të rëndë",Iacute:"Shkronja e madhe latine I me theks akute",Icirc:"Shkronja e madhe latine I me theks lakor",Iuml:"Shkronja e madhe latine I me dy pika",ETH:"Shkronja e madhe latine Eth",Ntilde:"Shkronja e madhe latine N me tildë",Ograve:"Shkronja e madhe latine O me theks të rëndë",Oacute:"Shkronja e madhe latine O me theks akute",Ocirc:"Shkronja e madhe latine O me theks lakor",Otilde:"Shkronja e madhe latine O me tildë",Ouml:"Shkronja e madhe latine O me dy pika", +times:"Shenja e shumëzimit",Oslash:"Shkronja e madhe latine O me vizë në mes",Ugrave:"Shkronja e madhe latine U me theks të rëndë",Uacute:"Shkronja e madhe latine U me theks akute",Ucirc:"Shkronja e madhe latine U me theks lakor",Uuml:"Shkronja e madhe latine U me dy pika",Yacute:"Shkronja e madhe latine Y me theks akute",THORN:"Shkronja e madhe latine Thorn",szlig:"Shkronja e vogë latine s e mprehtë",agrave:"Shkronja e vogë latine a me theks të rëndë",aacute:"Shkronja e vogë latine a me theks të mprehtë", +acirc:"Shkronja e vogël latine a me theks lakor",atilde:"Shkronja e vogël latine a me tildë",auml:"Shkronja e vogël latine a me dy pika",aring:"Shkronja e vogë latine a me unazë mbi",aelig:"Shkronja e vogë latine æ",ccedil:"Shkronja e vogël latine c me hark poshtë",egrave:"Shkronja e vogë latine e me theks të rëndë",eacute:"Shkronja e vogë latine e me theks të mprehtë",ecirc:"Shkronja e vogël latine e me theks lakor",euml:"Shkronja e vogël latine e me dy pika",igrave:"Shkronja e vogë latine i me theks të rëndë", +iacute:"Shkronja e vogë latine i me theks të mprehtë",icirc:"Shkronja e vogël latine i me theks lakor",iuml:"Shkronja e vogël latine i me dy pika",eth:"Shkronja e vogë latine eth",ntilde:"Shkronja e vogël latine n me tildë",ograve:"Shkronja e vogë latine o me theks të rëndë",oacute:"Shkronja e vogë latine o me theks të mprehtë",ocirc:"Shkronja e vogël latine o me theks lakor",otilde:"Shkronja e vogël latine o me tildë",ouml:"Shkronja e vogël latine o me dy pika",divide:"Shenja ndarëse",oslash:"Shkronja e vogël latine o me vizë në mes", +ugrave:"Shkronja e vogë latine u me theks të rëndë",uacute:"Shkronja e vogë latine u me theks të mprehtë",ucirc:"Shkronja e vogël latine u me theks lakor",uuml:"Shkronja e vogël latine u me dy pika",yacute:"Shkronja e vogë latine y me theks të mprehtë",thorn:"Shkronja e vogël latine thorn",yuml:"Shkronja e vogël latine y me dy pika",OElig:"Shkronja e madhe e bashkuar latine OE",oelig:"Shkronja e vogël e bashkuar latine oe",372:"Shkronja e madhe latine W me theks lakor",374:"Shkronja e madhe latine Y me theks lakor", +373:"Shkronja e vogël latine w me theks lakor",375:"Shkronja e vogël latine y me theks lakor",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis",trade:"Shenja e Simbolit Tregtarë",9658:"Black right-pointing pointer",bull:"Pulla",rarr:"Shigjeta djathtas",rArr:"Shenja të dyfishta djathtas",hArr:"Shigjeta e dyfishë majtas-djathtas",diams:"Black diamond suit",asymp:"Gati e barabar me"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/sv.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/sv.js new file mode 100644 index 0000000..8f741b9 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/sv.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Icke-tecken",reg:"Registrerad",macr:"Macron",deg:"Grader",sup2:"Upphöjt tvÃ¥",sup3:"Upphöjt tre",acute:"Akut accent",micro:"Mikrotecken",para:"Alinea",middot:"Centrerad prick",cedil:"Cedilj",sup1:"Upphöjt en",ordm:"Maskulina ordningsändelsen",raquo:"Högerställt dubbelt vinkelcitationstecken",frac14:"BrÃ¥ktal - en kvart",frac12:"BrÃ¥ktal - en halv",frac34:"BrÃ¥ktal - tre fjärdedelar",iquest:"Inverterat frÃ¥getecken",Agrave:"Stort A med grav accent",Aacute:"Stort A med akutaccent",Acirc:"Stort A med circumflex", +Atilde:"Stort A med tilde",Auml:"Stort A med diaresis",Aring:"Stort A med ring ovan",AElig:"Stort Ã",Ccedil:"Stort C med cedilj",Egrave:"Stort E med grav accent",Eacute:"Stort E med aktuaccent",Ecirc:"Stort E med circumflex",Euml:"Stort E med diaeresis",Igrave:"Stort I med grav accent",Iacute:"Stort I med akutaccent",Icirc:"Stort I med circumflex",Iuml:"Stort I med diaeresis",ETH:"Stort Eth",Ntilde:"Stort N med tilde",Ograve:"Stort O med grav accent",Oacute:"Stort O med aktuaccent",Ocirc:"Stort O med circumflex", +Otilde:"Stort O med tilde",Ouml:"Stort O med diaeresis",times:"Multiplicera",Oslash:"Stor Ã",Ugrave:"Stort U med grav accent",Uacute:"Stort U med akutaccent",Ucirc:"Stort U med circumflex",Uuml:"Stort U med diaeresis",Yacute:"Stort Y med akutaccent",THORN:"Stort Thorn",szlig:"Litet dubbel-s/Eszett",agrave:"Litet a med grav accent",aacute:"Litet a med akutaccent",acirc:"Litet a med circumflex",atilde:"Litet a med tilde",auml:"Litet a med diaeresis",aring:"Litet a med ring ovan",aelig:"Bokstaven æ", +ccedil:"Litet c med cedilj",egrave:"Litet e med grav accent",eacute:"Litet e med akutaccent",ecirc:"Litet e med circumflex",euml:"Litet e med diaeresis",igrave:"Litet i med grav accent",iacute:"Litet i med akutaccent",icirc:"LItet i med circumflex",iuml:"Litet i med didaeresis",eth:"Litet eth",ntilde:"Litet n med tilde",ograve:"LItet o med grav accent",oacute:"LItet o med akutaccent",ocirc:"Litet o med circumflex",otilde:"LItet o med tilde",ouml:"Litet o med diaeresis",divide:"Division",oslash:"ø", +ugrave:"Litet u med grav accent",uacute:"Litet u med akutaccent",ucirc:"LItet u med circumflex",uuml:"Litet u med diaeresis",yacute:"Litet y med akutaccent",thorn:"Litet thorn",yuml:"Litet y med diaeresis",OElig:"Stor ligatur av OE",oelig:"Liten ligatur av oe",372:"Stort W med circumflex",374:"Stort Y med circumflex",373:"Litet w med circumflex",375:"Litet y med circumflex",sbquo:"Enkelt lÃ¥gt 9-citationstecken",8219:"Enkelt högt bakvänt 9-citationstecken",bdquo:"Dubbelt lÃ¥gt 9-citationstecken",hellip:"Horisontellt uteslutningstecken", +trade:"Varumärke",9658:"Svart högervänd pekare",bull:"Listpunkt",rarr:"Högerpil",rArr:"Dubbel högerpil",hArr:"Dubbel vänsterpil",diams:"Svart ruter",asymp:"Ungefär lika med"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/th.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/th.js new file mode 100644 index 0000000..ae0b00e --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/th.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Not sign",reg:"Registered sign",macr:"Macron",deg:"Degree sign",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"สัà¸à¸¥à¸±à¸à¸©à¸à¹à¸«à¸±à¸§à¸à¹à¸à¸¢à¹à¸à¸¢",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/tr.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/tr.js new file mode 100644 index 0000000..3dd220a --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/tr.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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", +not:"Not iÅareti",reg:"Kayıtlı iÅareti",macr:"Makron",deg:"Derece iÅareti",sup2:"Ä°kili üstsimge",sup3:"Ãçlü üstsimge",acute:"Aksan iÅareti",micro:"Mikro iÅareti",para:"Pilcrow iÅareti",middot:"Orta nokta",cedil:"Kedilla",sup1:"Ãstsimge",ordm:"Eril sıralı gösterge",raquo:"SaÄ iÅaret çift açı tırnak iÅareti",frac14:"BayaÄı kesrin dörtte biri",frac12:"BayaÄı kesrin bir yarım",frac34:"BayaÄı kesrin dörtte üç",iquest:"Ters soru iÅareti",Agrave:"Aksanlı latin harfi",Aacute:"AÅırı aksanıyla Latin harfi", +Acirc:"Ãarpık Latin harfi",Atilde:"Tilde latin harfi",Auml:"Sesli harf ayrılımlıı latin harfi",Aring:"Halkalı latin büyük A harfi",AElig:"Latin büyük à harfi",Ccedil:"Latin büyük C harfi ile kedilla",Egrave:"Aksanlı latin büyük E harfi",Eacute:"AÅırı vurgulu latin büyük E harfi",Ecirc:"Ãarpık latin büyük E harfi",Euml:"Sesli harf ayrılımlıı latin büyük E harfi",Igrave:"Aksanlı latin büyük I harfi",Iacute:"AÅırı aksanlı latin büyük I harfi",Icirc:"Ãarpık latin büyük I harfi",Iuml:"Sesli harf ayrılımlıı latin büyük I harfi", +ETH:"Latin büyük Eth harfi",Ntilde:"Tildeli latin büyük N harfi",Ograve:"Aksanlı latin büyük O harfi",Oacute:"AÅırı aksanlı latin büyük O harfi",Ocirc:"Ãarpık latin büyük O harfi",Otilde:"Tildeli latin büyük O harfi",Ouml:"Sesli harf ayrılımlı latin büyük O harfi",times:"Ãarpma iÅareti",Oslash:"Vurgulu latin büyük O harfi",Ugrave:"Aksanlı latin büyük U harfi",Uacute:"AÅırı aksanlı latin büyük U harfi",Ucirc:"Ãarpık latin büyük U harfi",Uuml:"Sesli harf ayrılımlı latin büyük U harfi",Yacute:"AÅırı aksanlı latin büyük Y harfi", +THORN:"Latin büyük Thorn harfi",szlig:"Latin küçük keskin s harfi",agrave:"Aksanlı latin küçük a harfi",aacute:"AÅırı aksanlı latin küçük a harfi",acirc:"Ãarpık latin küçük a harfi",atilde:"Tildeli latin küçük a harfi",auml:"Sesli harf ayrılımlı latin küçük a harfi",aring:"Halkalı latin küçük a harfi",aelig:"Latin büyük æ harfi",ccedil:"Kedillalı latin küçük c harfi",egrave:"Aksanlı latin küçük e harfi",eacute:"AÅırı aksanlı latin küçük e harfi",ecirc:"Ãarpık latin küçük e harfi",euml:"Sesli harf ayrılımlı latin küçük e harfi", +igrave:"Aksanlı latin küçük i harfi",iacute:"AÅırı aksanlı latin küçük i harfi",icirc:"Ãarpık latin küçük i harfi",iuml:"Sesli harf ayrılımlı latin küçük i harfi",eth:"Latin küçük eth harfi",ntilde:"Tildeli latin küçük n harfi",ograve:"Aksanlı latin küçük o harfi",oacute:"AÅırı aksanlı latin küçük o harfi",ocirc:"Ãarpık latin küçük o harfi",otilde:"Tildeli latin küçük o harfi",ouml:"Sesli harf ayrılımlı latin küçük o harfi",divide:"Bölme iÅareti",oslash:"Vurgulu latin küçük o harfi",ugrave:"Aksanlı latin küçük u harfi", +uacute:"AÅırı aksanlı latin küçük u harfi",ucirc:"Ãarpık latin küçük u harfi",uuml:"Sesli harf ayrılımlı latin küçük u harfi",yacute:"AÅırı aksanlı latin küçük y harfi",thorn:"Latin küçük thorn harfi",yuml:"Sesli harf ayrılımlı latin küçük y harfi",OElig:"Latin büyük baÄlı OE harfi",oelig:"Latin küçük baÄlı oe harfi",372:"Ãarpık latin büyük W harfi",374:"Ãarpık latin büyük Y harfi",373:"Ãarpık latin küçük w harfi",375:"Ãarpık latin küçük y harfi",sbquo:"Tek düÅük-9 tırnak iÅareti",8219:"Tek yüksek-ters-9 tırnak iÅareti", +bdquo:"Ãift düÅük-9 tırnak iÅareti",hellip:"Yatay elips",trade:"Marka tescili iÅareti",9658:"Siyah saÄ iÅaret iÅaretçisi",bull:"Koyu nokta",rarr:"SaÄa doÄru ok",rArr:"SaÄa doÄru çift ok",hArr:"Sol, saÄ Ã§ift ok",diams:"Siyah elmas takımı",asymp:"Hemen hemen eÅit"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/ug.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/ug.js new file mode 100644 index 0000000..51f4c1d --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/ug.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2014, 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:"سÙزÛØ´ بÛÙÚ¯ÙسÙ", +deg:"Ú¯ÙرادÛس بÛÙÚ¯ÙسÙ",sup2:"ÙÛÙÙر٠ئÙÙدÛÙÙس 2",sup3:"ÙÛÙÙر٠ئÙÙدÛÙÙس 3",acute:"ئÛØ±ØºÛ Ø¨ÛÙÚ¯ÙسÙ",micro:"Micro sign",para:"ئابزاس بÛÙÚ¯ÙسÙ",middot:"ئÙتتÛرا ÚÛÙÙت",cedil:"ئاستÙغا ÙÙØ´ÛÙÙدÙغا٠بÛÙÚ¯Û",sup1:"ÙÛÙÙر٠ئÙÙدÛÙÙس 1",ordm:"Masculine ordinal indicator",raquo:"ÙÙØ´ تÙرÙا٠ئÙÚ",frac14:"ئاددÙÙ ÙÛسÙر تÛتتÙ٠بÙر",frac12:"ئاددÙÙ ÙÛسÙر ئÙÙÙÙدÙ٠بÙر",frac34:"ئاددÙÙ ÙÛسÙر ئÛÚتÙ٠تÛرت",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent",Aacute:"Latin capital letter A with acute accent", +Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent",Iacute:"Latin capital letter I with acute accent", +Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"ÙÙØ´ Ù¾ÛØ´ ئÙÚ",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke",Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent", +Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis",aring:"Latin small letter a with ring above",aelig:"Latin small letter æ", +ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth",ntilde:"تÙÙ Ù ÙÙÙا٠سÙئا٠بÛÙÚ¯ÙسÙ",ograve:"Latin small letter o with grave accent", +oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"بÛÙÛØ´ بÛÙÚ¯ÙسÙ",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis",yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn", +yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis",trade:"Ø®ÛتÙÛتÙÛ٠تاÛار ٠ارÙÙس٠بÛÙÚ¯ÙسÙ",9658:"Black right-pointing pointer", +bull:"Bullet",rarr:"ئÙÚ Ùا ئÙÙ",rArr:"ئÙÚ ÙÙØ´ سÙزÙÙ Ùا ئÙÙ",hArr:"ئÙÚ Ø³ÙÙ ÙÙØ´ سÙزÙÙ Ùا ئÙÙ",diams:"ئÛÙÛ٠غÙÚ",asymp:"تÛخ٠ÙÙÛ٠تÛÚ"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/uk.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/uk.js new file mode 100644 index 0000000..845e752 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/uk.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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:"лÑÐ²Ñ Ð²ÐºÐ°Ð·ÑÐ²Ð½Ñ Ð¿Ð¾Ð´Ð²ÑÐ¹Ð½Ñ ÐºÑÑÐ¾Ð²Ñ Ð´Ñжки", +not:"ÐапеÑеÑеннÑ",reg:"Ðнак Ð¾Ñ Ð¾Ñони ÑÑмÑÐ¶Ð½Ð¸Ñ Ð¿Ñав",macr:"ÐакÑон",deg:"Ðнак гÑадÑÑа",sup2:"два Ñ Ð²ÐµÑÑ Ð½ÑÐ¾Ð¼Ñ ÑндекÑÑ",sup3:"ÑÑи Ñ Ð²ÐµÑÑ Ð½ÑÐ¾Ð¼Ñ ÑндекÑÑ",acute:"Ðнак акÑÑа",micro:"Ðнак мÑкÑо",para:"Ðнак абзаÑÑ",middot:"ÐнÑеÑпÑнкÑ",cedil:"СедилÑ",sup1:"Ðдин Ñ Ð²ÐµÑÑ Ð½ÑÐ¾Ð¼Ñ ÑндекÑÑ",ordm:"ЧоловÑÑий поÑÑдковий вказÑвник",raquo:"пÑÐ°Ð²Ñ Ð²ÐºÐ°Ð·ÑÐ²Ð½Ñ Ð¿Ð¾Ð´Ð²ÑÐ¹Ð½Ñ ÐºÑÑÐ¾Ð²Ñ Ð´Ñжки",frac14:"Ðдна ÑеÑвеÑÑина",frac12:"Ðдна дÑÑга",frac34:"ÑÑи ÑеÑвеÑÑÐ¸Ñ ",iquest:"ÐеÑевеÑнÑÑий знак пиÑаннÑ",Agrave:"Ðелика лаÑинÑÑка A з гÑавÑÑом",Aacute:"Ðелика лаÑинÑÑка Рз акÑÑом", +Acirc:"Ðелика лаÑинÑÑка Рз ÑиÑкÑмÑлекÑом",Atilde:"Ðелика лаÑинÑÑка Рз ÑилÑдоÑ",Auml:"Ðелике лаÑинÑÑке Рз ÑмлаÑÑом",Aring:"Ðелика лаÑинÑÑка A з кÑлÑÑем згоÑи",AElig:"Ðелика лаÑинÑÑка Ã",Ccedil:"Ðелика лаÑинÑÑка C з ÑедиллÑ",Egrave:"Ðелика лаÑинÑÑка E з гÑавÑÑом",Eacute:"Ðелика лаÑинÑÑка E з акÑÑом",Ecirc:"Ðелика лаÑинÑÑка E з ÑиÑкÑмÑлекÑом",Euml:"Ðелика лаÑинÑÑка Рз ÑмлаÑÑом",Igrave:"Ðелика лаÑинÑÑка I з гÑавÑÑом",Iacute:"Ðелика лаÑинÑÑка I з акÑÑом",Icirc:"Ðелика лаÑинÑÑка I з ÑиÑкÑмÑлекÑом", +Iuml:"Ðелика лаÑинÑÑка Рз ÑмлаÑÑом",ETH:"Ðелика лаÑинÑÑка Eth",Ntilde:"Ðелика лаÑинÑÑка N з ÑилÑдоÑ",Ograve:"Ðелика лаÑинÑÑка O з гÑавÑÑом",Oacute:"Ðелика лаÑинÑÑка O з акÑÑом",Ocirc:"Ðелика лаÑинÑÑка O з ÑиÑкÑмÑлекÑом",Otilde:"Ðелика лаÑинÑÑка O з ÑилÑдоÑ",Ouml:"Ðелика лаÑинÑÑка Рз ÑмлаÑÑом",times:"Ðнак множеннÑ",Oslash:"Ðелика лаÑинÑÑка пеÑекÑеÑлена O ",Ugrave:"Ðелика лаÑинÑÑка U з гÑавÑÑом",Uacute:"Ðелика лаÑинÑÑка U з акÑÑом",Ucirc:"Ðелика лаÑинÑÑка U з ÑиÑкÑмÑлекÑом",Uuml:"Ðелика лаÑинÑÑка U з ÑмлаÑÑом", +Yacute:"Ðелика лаÑинÑÑка Y з акÑÑом",THORN:"Ðелика лаÑинÑÑка ТоÑн",szlig:"Ðала лаÑинÑÑка еÑÑеÑ",agrave:"Ðала лаÑинÑÑка a з гÑавÑÑом",aacute:"Ðала лаÑинÑÑка a з акÑÑом",acirc:"Ðала лаÑинÑÑка a з ÑиÑкÑмÑлекÑом",atilde:"Ðала лаÑинÑÑка a з ÑилÑдоÑ",auml:"Ðала лаÑинÑÑка a з ÑмлаÑÑом",aring:"Ðала лаÑинÑÑка a з кÑлÑÑем згоÑи",aelig:"Ðала лаÑинÑÑка æ",ccedil:"Ðала лаÑинÑÑка C з ÑедиллÑ",egrave:"Ðала лаÑинÑÑка e з гÑавÑÑом",eacute:"Ðала лаÑинÑÑка e з акÑÑом",ecirc:"Ðала лаÑинÑÑка e з ÑиÑкÑмÑлекÑом",euml:"Ðала лаÑинÑÑка e з ÑмлаÑÑом", +igrave:"Ðала лаÑинÑÑка i з гÑавÑÑом",iacute:"Ðала лаÑинÑÑка i з акÑÑом",icirc:"Ðала лаÑинÑÑка i з ÑиÑкÑмÑлекÑом",iuml:"Ðала лаÑинÑÑка i з ÑмлаÑÑом",eth:"Ðала лаÑинÑÑка Eth",ntilde:"Ðала лаÑинÑÑка n з ÑилÑдоÑ",ograve:"Ðала лаÑинÑÑка o з гÑавÑÑом",oacute:"Ðала лаÑинÑÑка o з акÑÑом",ocirc:"Ðала лаÑинÑÑка o з ÑиÑкÑмÑлекÑом",otilde:"Ðала лаÑинÑÑка o з ÑилÑдоÑ",ouml:"Ðала лаÑинÑÑка o з ÑмлаÑÑом",divide:"Ðнак дÑленнÑ",oslash:"Ðала лаÑинÑÑка пеÑекÑеÑлена o",ugrave:"Ðала лаÑинÑÑка u з гÑавÑÑом",uacute:"Ðала лаÑинÑÑка u з акÑÑом", +ucirc:"Ðала лаÑинÑÑка u з ÑиÑкÑмÑлекÑом",uuml:"Ðала лаÑинÑÑка u з ÑмлаÑÑом",yacute:"Ðала лаÑинÑÑка y з акÑÑом",thorn:"Ðала лаÑинÑÑка ÑоÑн",yuml:"Ðала лаÑинÑÑка y з ÑмлаÑÑом",OElig:"Ðелика лаÑинÑÑка лÑгаÑÑÑа OE",oelig:"Ðала лаÑинÑÑка лÑгаÑÑÑа oe",372:"Ðелика лаÑинÑÑка W з ÑиÑкÑмÑлекÑом",374:"Ðелика лаÑинÑÑка Y з ÑиÑкÑмÑлекÑом",373:"Ðала лаÑинÑÑка w з ÑиÑкÑмÑлекÑом",375:"Ðала лаÑинÑÑка y з ÑиÑкÑмÑлекÑом",sbquo:"ÐдиниÑÐ½Ñ Ð½Ð¸Ð¶Ð½Ñ Ð»Ð°Ð±ÐºÐ¸",8219:"ÐеÑÑ Ð½Ñ Ð¾Ð´Ð¸Ð½Ð¸ÑÐ½Ñ Ð¾Ð±ÐµÑÐ½ÐµÐ½Ñ Ð»Ð°Ð±ÐºÐ¸",bdquo:"ÐодвÑÐ¹Ð½Ñ Ð½Ð¸Ð¶Ð½Ñ Ð»Ð°Ð±ÐºÐ¸", +hellip:"ТÑи кÑапки",trade:"Ðнак ÑоÑÐ³Ð¾Ð²Ð¾Ñ Ð¼Ð°Ñки",9658:"ЧоÑний пÑавий вказÑвник",bull:"ÐаÑÐºÐµÑ ÑпиÑкÑ",rarr:"СÑÑÑлка впÑаво",rArr:"ÐодвÑйна ÑÑÑÑлка впÑаво",hArr:"ÐодвÑйна ÑÑÑÑлка влÑво-впÑаво",diams:"ЧоÑний дÑамонÑ",asymp:"Ðаближено доÑÑвнÑÑ"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/vi.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/vi.js new file mode 100644 index 0000000..d4e4d37 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/vi.js @@ -0,0 +1,14 @@ +/* + Copyright (c) 2003-2014, 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á»±", +reg:"Ký tá»± ÄÄng ký",macr:"Dấu nguyên âm dà i",deg:"Ký tá»± Äá»",sup2:"Chữ trá»i lên trên dạng 2",sup3:"Chữ trá»i lên trên dạng 3",acute:"Dấu trá»ng âm",micro:"Ký tá»± micro",para:"Ký tá»± Äoạn vÄn",middot:"Dấu chấm tròn",cedil:"Dấu móc lÆ°á»i",sup1:"Ký tá»± trá»i lên cấp 1",ordm:"Ký tá»± biá»u hiá»n giá»ng Äá»±c",raquo:"Chá»n dấu ngoặc Äôi phải",frac14:"Tá» lá» má»t phần tÆ°",frac12:"Tá» lá» má»t ná»a",frac34:"Tá» lá» ba phần tÆ°",iquest:"Chuyá»n Äá»i dấu chấm há»i",Agrave:"Ký tá»± la-tinh viết hoa A vá»i dấu huyá»n",Aacute:"Ký tá»± la-tinh viết hoa A vá»i dấu sắc", +Acirc:"Ký tá»± la-tinh viết hoa A vá»i dấu mÅ©",Atilde:"Ký tá»± la-tinh viết hoa A vá»i dấu ngã",Auml:"Ký tá»± la-tinh viết hoa A vá»i dấu hai chấm trên Äầu",Aring:"Ký tá»± la-tinh viết hoa A vá»i biá»u tượng vòng tròn trên Äầu",AElig:"Ký tá»± la-tinh viết hoa của Ã",Ccedil:"Ký tá»± la-tinh viết hoa C vá»i dấu móc bên dÆ°á»i",Egrave:"Ký tá»± la-tinh viết hoa E vá»i dấu huyá»n",Eacute:"Ký tá»± la-tinh viết hoa E vá»i dấu sắc",Ecirc:"Ký tá»± la-tinh viết hoa E vá»i dấu mÅ©",Euml:"Ký tá»± la-tinh viết hoa E vá»i dấu hai chấm trên Äầu", +Igrave:"Ký tá»± la-tinh viết hoa I vá»i dấu huyá»n",Iacute:"Ký tá»± la-tinh viết hoa I vá»i dấu sắc",Icirc:"Ký tá»± la-tinh viết hoa I vá»i dấu mÅ©",Iuml:"Ký tá»± la-tinh viết hoa I vá»i dấu hai chấm trên Äầu",ETH:"Viết hoa của ký tá»± Eth",Ntilde:"Ký tá»± la-tinh viết hoa N vá»i dấu ngã",Ograve:"Ký tá»± la-tinh viết hoa O vá»i dấu huyá»n",Oacute:"Ký tá»± la-tinh viết hoa O vá»i dấu sắc",Ocirc:"Ký tá»± la-tinh viết hoa O vá»i dấu mÅ©",Otilde:"Ký tá»± la-tinh viết hoa O vá»i dấu ngã",Ouml:"Ký tá»± la-tinh viết hoa O vá»i dấu hai chấm trên Äầu", +times:"Ký tá»± phép toán nhân",Oslash:"Ký tá»± la-tinh viết hoa A vá»i dấu ngã xuá»ng",Ugrave:"Ký tá»± la-tinh viết hoa U vá»i dấu huyá»n",Uacute:"Ký tá»± la-tinh viết hoa U vá»i dấu sắc",Ucirc:"Ký tá»± la-tinh viết hoa U vá»i dấu mÅ©",Uuml:"Ký tá»± la-tinh viết hoa U vá»i dấu hai chấm trên Äầu",Yacute:"Ký tá»± la-tinh viết hoa Y vá»i dấu sắc",THORN:"Phần viết hoa của ký tá»± Thorn",szlig:"Ký tá»± viết nhá» la-tinh của chữ s",agrave:"Ký tá»± la-tinh thÆ°á»ng vá»i dấu huyá»n",aacute:"Ký tá»± la-tinh thÆ°á»ng vá»i dấu sắc",acirc:"Ký tá»± la-tinh thÆ°á»ng vá»i dấu mÅ©", +atilde:"Ký tá»± la-tinh thÆ°á»ng vá»i dấu ngã",auml:"Ký tá»± la-tinh thÆ°á»ng vá»i dấu hai chấm trên Äầu",aring:"Ký tá»± la-tinh viết thÆ°á»ng vá»i biá»u tượng vòng tròn trên Äầu",aelig:"Ký tá»± la-tinh viết thÆ°á»ng của æ",ccedil:"Ký tá»± la-tinh viết thÆ°á»ng của c vá»i dấu móc bên dÆ°á»i",egrave:"Ký tá»± la-tinh viết thÆ°á»ng e vá»i dấu huyá»n",eacute:"Ký tá»± la-tinh viết thÆ°á»ng e vá»i dấu sắc",ecirc:"Ký tá»± la-tinh viết thÆ°á»ng e vá»i dấu mÅ©",euml:"Ký tá»± la-tinh viết thÆ°á»ng e vá»i dấu hai chấm trên Äầu",igrave:"Ký tá»± la-tinh viết thÆ°á»ng i vá»i dấu huyá»n", +iacute:"Ký tá»± la-tinh viết thÆ°á»ng i vá»i dấu sắc",icirc:"Ký tá»± la-tinh viết thÆ°á»ng i vá»i dấu mÅ©",iuml:"Ký tá»± la-tinh viết thÆ°á»ng i vá»i dấu hai chấm trên Äầu",eth:"Ký tá»± la-tinh viết thÆ°á»ng của eth",ntilde:"Ký tá»± la-tinh viết thÆ°á»ng n vá»i dấu ngã",ograve:"Ký tá»± la-tinh viết thÆ°á»ng o vá»i dấu huyá»n",oacute:"Ký tá»± la-tinh viết thÆ°á»ng o vá»i dấu sắc",ocirc:"Ký tá»± la-tinh viết thÆ°á»ng o vá»i dấu mÅ©",otilde:"Ký tá»± la-tinh viết thÆ°á»ng o vá»i dấu ngã",ouml:"Ký tá»± la-tinh viết thÆ°á»ng o vá»i dấu hai chấm trên Äầu", +divide:"Ký hiá»u phép tÃnh chia",oslash:"Ký tá»± la-tinh viết thÆ°á»ng o vá»i dấu ngã",ugrave:"Ký tá»± la-tinh viết thÆ°á»ng u vá»i dấu huyá»n",uacute:"Ký tá»± la-tinh viết thÆ°á»ng u vá»i dấu sắc",ucirc:"Ký tá»± la-tinh viết thÆ°á»ng u vá»i dấu mÅ©",uuml:"Ký tá»± la-tinh viết thÆ°á»ng u vá»i dấu hai chấm trên Äầu",yacute:"Ký tá»± la-tinh viết thÆ°á»ng y vá»i dấu sắc",thorn:"Ký tá»± la-tinh viết thÆ°á»ng của chữ thorn",yuml:"Ký tá»± la-tinh viết thÆ°á»ng y vá»i dấu hai chấm trên Äầu",OElig:"Ký tá»± la-tinh viết hoa gạch ná»i OE",oelig:"Ký tá»± la-tinh viết thÆ°á»ng gạch ná»i OE", +372:"Ký tá»± la-tinh viết hoa W vá»i dấu mÅ©",374:"Ký tá»± la-tinh viết hoa Y vá»i dấu mÅ©",373:"Ký tá»± la-tinh viết thÆ°á»ng w vá»i dấu mÅ©",375:"Ký tá»± la-tinh viết thÆ°á»ng y vá»i dấu mÅ©",sbquo:"Dấu ngoặc ÄÆ¡n thấp sá»-9",8219:"Dấu ngoặc ÄÆ¡n Äảo ngược sá»-9",bdquo:"Gấp Äôi dấu ngoặc ÄÆ¡n sá»-9",hellip:"TÄ©nh dược chiá»u ngang",trade:"Ký tá»± thÆ°Æ¡ng hiá»u",9658:"Ký tá»± trá» vá» hÆ°á»ng bên phải mà u Äen",bull:"Ký hiá»u",rarr:"MÅ©i tên hÆ°á»ng bên phải",rArr:"MÅ©i tên hÆ°á»ng bên phải dạng Äôi",hArr:"MÅ©i tên hÆ°á»ng bên trái dạng Äôi",diams:"Ký hiá»u hình thoi", +asymp:"Gần bằng vá»i"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js new file mode 100644 index 0000000..6896e91 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2014, 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:"ç«ç¿»é®å·", +Agrave:"带æé³ç¬¦çæä¸æ大ååæ¯ A",Aacute:"带éé³ç¬¦çæä¸æ大ååæ¯ A",Acirc:"带æ¬æ符çæä¸æ大ååæ¯ A",Atilde:"带é¢å符çæä¸æ大ååæ¯ A",Auml:"带åé³ç¬¦çæä¸æ大ååæ¯ A",Aring:"带ä¸ååçæä¸æ大ååæ¯ A",AElig:"æä¸æ大ååæ¯ Ae",Ccedil:"带ä¸å 符çæä¸æ大ååæ¯ C",Egrave:"带æé³ç¬¦çæä¸æ大ååæ¯ E",Eacute:"带éé³ç¬¦çæä¸æ大ååæ¯ E",Ecirc:"带æ¬æ符çæä¸æ大ååæ¯ E",Euml:"带åé³ç¬¦çæä¸æ大ååæ¯ E",Igrave:"带æé³ç¬¦çæä¸æ大ååæ¯ I",Iacute:"带éé³ç¬¦çæä¸æ大ååæ¯ I",Icirc:"带æ¬æ符çæä¸æ大ååæ¯ I",Iuml:"带åé³ç¬¦çæä¸æ大ååæ¯ I",ETH:"æä¸æ大ååæ¯ Eth",Ntilde:"带é¢å符çæä¸æ大ååæ¯ N",Ograve:"带æé³ç¬¦çæä¸æ大ååæ¯ O",Oacute:"带éé³ç¬¦çæä¸æ大ååæ¯ O",Ocirc:"带æ¬æ符çæä¸æ大ååæ¯ O",Otilde:"带é¢å符çæä¸æ大ååæ¯ O", +Ouml:"带åé³ç¬¦çæä¸æ大ååæ¯ O",times:"ä¹å·",Oslash:"带ç²çº¿çæä¸æ大ååæ¯ O",Ugrave:"带æé³ç¬¦çæä¸æ大ååæ¯ U",Uacute:"带éé³ç¬¦çæä¸æ大ååæ¯ U",Ucirc:"带æ¬æ符çæä¸æ大ååæ¯ U",Uuml:"带åé³ç¬¦çæä¸æ大ååæ¯ U",Yacute:"带æé³ç¬¦çæä¸æ大ååæ¯ Y",THORN:"æä¸æ大ååæ¯ Thorn",szlig:"æä¸æå°ååæ¯æ¸ é³ S",agrave:"带æé³ç¬¦çæä¸æå°ååæ¯ A",aacute:"带éé³ç¬¦çæä¸æå°ååæ¯ A",acirc:"带æ¬æ符çæä¸æå°ååæ¯ A",atilde:"带é¢å符çæä¸æå°ååæ¯ A",auml:"带åé³ç¬¦çæä¸æå°ååæ¯ A",aring:"带ä¸ååçæä¸æå°ååæ¯ A",aelig:"æä¸æå°ååæ¯ Ae",ccedil:"带ä¸å 符çæä¸æå°ååæ¯ C",egrave:"带æé³ç¬¦çæä¸æå°ååæ¯ E",eacute:"带éé³ç¬¦çæä¸æå°ååæ¯ E",ecirc:"带æ¬æ符çæä¸æå°ååæ¯ E",euml:"带åé³ç¬¦çæä¸æå°ååæ¯ E",igrave:"带æé³ç¬¦çæä¸æå°ååæ¯ I", +iacute:"带éé³ç¬¦çæä¸æå°ååæ¯ I",icirc:"带æ¬æ符çæä¸æå°ååæ¯ I",iuml:"带åé³ç¬¦çæä¸æå°ååæ¯ I",eth:"æä¸æå°ååæ¯ Eth",ntilde:"带é¢å符çæä¸æå°ååæ¯ N",ograve:"带æé³ç¬¦çæä¸æå°ååæ¯ O",oacute:"带éé³ç¬¦çæä¸æå°ååæ¯ O",ocirc:"带æ¬æ符çæä¸æå°ååæ¯ O",otilde:"带é¢å符çæä¸æå°ååæ¯ O",ouml:"带åé³ç¬¦çæä¸æå°ååæ¯ O",divide:"é¤å·",oslash:"带ç²çº¿çæä¸æå°ååæ¯ O",ugrave:"带æé³ç¬¦çæä¸æå°ååæ¯ U",uacute:"带éé³ç¬¦çæä¸æå°ååæ¯ U",ucirc:"带æ¬æ符çæä¸æå°ååæ¯ U",uuml:"带åé³ç¬¦çæä¸æå°ååæ¯ U",yacute:"带æé³ç¬¦çæä¸æå°ååæ¯ Y",thorn:"æä¸æå°ååæ¯ Thorn",yuml:"带åé³ç¬¦çæä¸æå°ååæ¯ Y",OElig:"æä¸æ大åè¿å Oe",oelig:"æä¸æå°åè¿å Oe",372:"带æ¬æ符çæä¸æ大ååæ¯ W",374:"带æ¬æ符çæä¸æ大ååæ¯ Y", +373:"带æ¬æ符çæä¸æå°ååæ¯ W",375:"带æ¬æ符çæä¸æå°ååæ¯ Y",sbquo:"åä¸ 9 å½¢å¼å·",8219:"åé«æ¨ªç¿» 9 å½¢å¼å·",bdquo:"åä¸ 9 å½¢å¼å·",hellip:"æ°´å¹³çç¥å·",trade:"åæ æ å¿",9658:"å®å¿å³ææé",bull:"å éå·",rarr:"åå³ç®å¤´",rArr:"åå³å线ç®å¤´",hArr:"å·¦å³å线ç®å¤´",diams:"å®å¿æ¹å纸ç",asymp:"约çäº"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/lang/zh.js b/skins/ckeditor/plugins/specialchar/dialogs/lang/zh.js new file mode 100644 index 0000000..7bc2b55 --- /dev/null +++ b/skins/ckeditor/plugins/specialchar/dialogs/lang/zh.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2014, 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:"Broken bar",sect:"ç« ç¯ç¬¦è",uml:"åé³ç¬¦è",copy:"çæ¬ç¬¦è",ordf:"éæ§ç¬¦è",laquo:"å·¦éè§æ¬è",not:"Not 符è",reg:"註ååæ¨ç¬¦è",macr:"é·é³ç¬¦è",deg:"度æ¸ç¬¦è",sup2:"ä¸æ¨å 2",sup3:"ä¸æ¨å 3",acute:"å°é³ç¬¦è",micro:"Micro sign",para:"段è½ç¬¦è",middot:"ä¸éé»",cedil:"åæ¯ C ä¸é¢çå°¾å符è ",sup1:"ä¸æ¨",ordm:"éæ§ç¬¦è",raquo:"å³éè§æ¬è",frac14:"ååä¹ä¸ç¬¦è",frac12:"Vulgar fraction one half", +frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent",Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"æä¸å¤§å¯«åæ¯ E 帶åé³ç¬¦è",Aring:"æä¸å¤§å¯«åæ¯ A 帶ä¸åå",AElig:"æä¸å¤§å¯«åæ¯ Ã",Ccedil:"æä¸å¤§å¯«åæ¯ C 帶ä¸å°¾ç¬¦è",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis", +Igrave:"Latin capital letter I with grave accent",Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis", +times:"ä¹è",Oslash:"æä¸å¤§å¯«åæ¯ O 帶ç²ç·ç¬¦è",Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde", +auml:"Latin small letter a with diaeresis",aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis", +eth:"Latin small letter eth",ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex", +uuml:"Latin small letter u with diaeresis",yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark", +hellip:"Horizontal ellipsis",trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/dialogs/specialchar.js b/skins/ckeditor/plugins/specialchar/dialogs/specialchar.js index d9fd5f3..c4d1696 100644 --- a/skins/ckeditor/plugins/specialchar/dialogs/specialchar.js +++ b/skins/ckeditor/plugins/specialchar/dialogs/specialchar.js @@ -1,7 +1,14 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('specialchar',function(a){var b,c=a.lang.specialChar,d=function(j){var k,l;if(j.data)k=j.data.getTarget();else k=new CKEDITOR.dom.element(j);if(k.getName()=='a'&&(l=k.getChild(0).getHtml())){k.removeClass('cke_light_background');b.hide();var m=a.document.createElement('span');m.setHtml(l);a.insertText(m.getText());}},e=CKEDITOR.tools.addFunction(d),f,g=function(j,k){var l;k=k||j.data.getTarget();if(k.getName()=='span')k=k.getParent();if(k.getName()=='a'&&(l=k.getChild(0).getHtml())){if(f)h(null,f);var m=b.getContentElement('info','htmlPreview').getElement();b.getContentElement('info','charPreview').getElement().setHtml(l);m.setHtml(CKEDITOR.tools.htmlEncode(l));k.getParent().addClass('cke_light_background');f=k;}},h=function(j,k){k=k||j.data.getTarget();if(k.getName()=='span')k=k.getParent();if(k.getName()=='a'){b.getContentElement('info','charPreview').getElement().setHtml(' ');b.getContentElement('info','htmlPreview').getElement().setHtml(' ');k.getParent().removeClass('cke_light_background');f=undefined;}},i=CKEDITOR.tools.addFunction(function(j){j=new CKEDITOR.dom.event(j);var k=j.getTarget(),l,m,n=j.getKeystroke(),o=a.lang.dir=='rtl';switch(n){case 38:if(l=k.getParent().getParent().getPrevious()){m=l.getChild([k.getParent().getIndex(),0]);m.focus();h(null,k);g(null,m);}j.preventDefault();break;case 40:if(l=k.getParent().getParent().getNext()){m=l.getChild([k.getParent().getIndex(),0]);if(m&&m.type==1){m.focus();h(null,k);g(null,m);}}j.preventDefault();break;case 32:d({data:j});j.preventDefault();break;case o?37:39:case 9:if(l=k.getParent().getNext()){m=l.getChild(0);if(m.type==1){m.focus();h(null,k);g(null,m);j.preventDefault(true);}else h(null,k);}else if(l=k.getParent().getParent().getNext()){m=l.getChild([0,0]);if(m&&m.type==1){m.focus();h(null,k);g(null,m);j.preventDefault(true);}else h(null,k);}break;case o?39:37:case CKEDITOR.SHIFT+9:if(l=k.getParent().getPrevious()){m=l.getChild(0);m.focus();h(null,k);g(null,m);j.preventDefault(true);}else if(l=k.getParent().getParent().getPrevious()){m=l.getLast().getChild(0);m.focus();h(null,k);g(null,m);j.preventDefault(true);}else h(null,k);break;default:return;}});return{title:c.title,minWidth:430,minHeight:280,buttons:[CKEDITOR.dialog.cancelButton],charColumns:17,onLoad:function(){var j=this.definition.charColumns,k=a.config.extraSpecialChars,l=a.config.specialChars,m=CKEDITOR.tools.getNextId()+'_specialchar_table_label',n=['<table role="listbox" aria-labelledby="'+m+'"'+' style="width: 320px; height: 100%; border-collapse: separate;"'+' align="center" cellspacing="2" cellpadding="2" border="0">'],o=0,p=l.length,q,r; -while(o<p){n.push('<tr>');for(var s=0;s<j;s++,o++){if(q=l[o]){r='';if(q instanceof Array){r=q[1];q=q[0];}else{var t=q.toLowerCase().replace('&','').replace(';','').replace('#','');r=c[t]||q;}var u='cke_specialchar_label_'+o+'_'+CKEDITOR.tools.getNextNumber();n.push('<td class="cke_dark_background" style="cursor: default" role="presentation"><a href="javascript: void(0);" role="option" aria-posinset="'+(o+1)+'"',' aria-setsize="'+p+'"',' aria-labelledby="'+u+'"',' style="cursor: inherit; display: block; height: 1.25em; margin-top: 0.25em; text-align: center;" title="',CKEDITOR.tools.htmlEncode(r),'" onkeydown="CKEDITOR.tools.callFunction( '+i+', event, this )"'+' onclick="CKEDITOR.tools.callFunction('+e+', this); return false;"'+' tabindex="-1">'+'<span style="margin: 0 auto;cursor: inherit">'+q+'</span>'+'<span class="cke_voice_label" id="'+u+'">'+r+'</span></a>');}else n.push('<td class="cke_dark_background"> ');n.push('</td>');}n.push('</tr>');}n.push('</tbody></table>','<span id="'+m+'" class="cke_voice_label">'+c.options+'</span>');this.getContentElement('info','charContainer').getElement().setHtml(n.join(''));},contents:[{id:'info',label:a.lang.common.generalTab,title:a.lang.common.generalTab,padding:0,align:'top',elements:[{type:'hbox',align:'top',widths:['320px','90px'],children:[{type:'html',id:'charContainer',html:'',onMouseover:g,onMouseout:h,focus:function(){var j=this.getElement().getElementsByTag('a').getItem(0);setTimeout(function(){j.focus();g(null,j);},0);},onShow:function(){var j=this.getElement().getChild([0,0,0,0,0]);setTimeout(function(){j.focus();g(null,j);},0);},onLoad:function(j){b=j.sender;}},{type:'hbox',align:'top',widths:['100%'],children:[{type:'vbox',align:'top',children:[{type:'html',html:'<div></div>'},{type:'html',id:'charPreview',className:'cke_dark_background',style:"border:1px solid #eeeeee;font-size:28px;height:40px;width:70px;padding-top:9px;font-family:'Microsoft Sans Serif',Arial,Helvetica,Verdana;text-align:center;",html:'<div> </div>'},{type:'html',id:'htmlPreview',className:'cke_dark_background',style:"border:1px solid #eeeeee;font-size:14px;height:20px;width:70px;padding-top:2px;font-family:'Microsoft Sans Serif',Arial,Helvetica,Verdana;text-align:center;",html:'<div> </div>'}]}]}]}]}]};}); +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("specialchar",function(i){var e,l=i.lang.specialchar,k=function(c){var b,c=c.data?c.data.getTarget():new CKEDITOR.dom.element(c);if("a"==c.getName()&&(b=c.getChild(0).getHtml()))c.removeClass("cke_light_background"),e.hide(),c=i.document.createElement("span"),c.setHtml(b),i.insertText(c.getText())},m=CKEDITOR.tools.addFunction(k),j,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())){j&&d(null,j); +var f=e.getContentElement("info","htmlPreview").getElement();e.getContentElement("info","charPreview").getElement().setHtml(a);f.setHtml(CKEDITOR.tools.htmlEncode(a));b.getParent().addClass("cke_light_background");j=b}},d=function(c,b){b=b||c.data.getTarget();"span"==b.getName()&&(b=b.getParent());"a"==b.getName()&&(e.getContentElement("info","charPreview").getElement().setHtml(" "),e.getContentElement("info","htmlPreview").getElement().setHtml(" "),b.getParent().removeClass("cke_light_background"), +j=void 0)},n=CKEDITOR.tools.addFunction(function(c){var c=new CKEDITOR.dom.event(c),b=c.getTarget(),a;a=c.getKeystroke();var f="rtl"==i.lang.dir;switch(a){case 38:if(a=b.getParent().getParent().getPrevious())a=a.getChild([b.getParent().getIndex(),0]),a.focus(),d(null,b),g(null,a);c.preventDefault();break;case 40:if(a=b.getParent().getParent().getNext())if((a=a.getChild([b.getParent().getIndex(),0]))&&1==a.type)a.focus(),d(null,b),g(null,a);c.preventDefault();break;case 32:k({data:c});c.preventDefault(); +break;case f?37:39:if(a=b.getParent().getNext())a=a.getChild(0),1==a.type?(a.focus(),d(null,b),g(null,a),c.preventDefault(!0)):d(null,b);else if(a=b.getParent().getParent().getNext())(a=a.getChild([0,0]))&&1==a.type?(a.focus(),d(null,b),g(null,a),c.preventDefault(!0)):d(null,b);break;case f?39:37:(a=b.getParent().getPrevious())?(a=a.getChild(0),a.focus(),d(null,b),g(null,a),c.preventDefault(!0)):(a=b.getParent().getParent().getPrevious())?(a=a.getLast().getChild(0),a.focus(),d(null,b),g(null,a),c.preventDefault(!0)): +d(null,b)}});return{title:l.title,minWidth:430,minHeight:280,buttons:[CKEDITOR.dialog.cancelButton],charColumns:17,onLoad:function(){for(var c=this.definition.charColumns,b=i.config.specialChars,a=CKEDITOR.tools.getNextId()+"_specialchar_table_label",f=['<table role="listbox" aria-labelledby="'+a+'" style="width: 320px; height: 100%; border-collapse: separate;" align="center" cellspacing="2" cellpadding="2" border="0">'],d=0,g=b.length,h,e;d<g;){f.push('<tr role="presentation">');for(var j=0;j<c;j++, +d++){if(h=b[d]){h instanceof Array?(e=h[1],h=h[0]):(e=h.replace("&","").replace(";","").replace("#",""),e=l[e]||h);var k="cke_specialchar_label_"+d+"_"+CKEDITOR.tools.getNextNumber();f.push('<td class="cke_dark_background" style="cursor: default" role="presentation"><a href="javascript: void(0);" role="option" aria-posinset="'+(d+1)+'"',' aria-setsize="'+g+'"',' aria-labelledby="'+k+'"',' class="cke_specialchar" title="',CKEDITOR.tools.htmlEncode(e),'" onkeydown="CKEDITOR.tools.callFunction( '+n+ +', event, this )" onclick="CKEDITOR.tools.callFunction('+m+', this); return false;" tabindex="-1"><span style="margin: 0 auto;cursor: inherit">'+h+'</span><span class="cke_voice_label" id="'+k+'">'+e+"</span></a>")}else f.push('<td class="cke_dark_background"> ');f.push("</td>")}f.push("</tr>")}f.push("</tbody></table>",'<span id="'+a+'" class="cke_voice_label">'+l.options+"</span>");this.getContentElement("info","charContainer").getElement().setHtml(f.join(""))},contents:[{id:"info",label:i.lang.common.generalTab, +title:i.lang.common.generalTab,padding:0,align:"top",elements:[{type:"hbox",align:"top",widths:["320px","90px"],children:[{type:"html",id:"charContainer",html:"",onMouseover:g,onMouseout:d,focus:function(){var c=this.getElement().getElementsByTag("a").getItem(0);setTimeout(function(){c.focus();g(null,c)},0)},onShow:function(){var c=this.getElement().getChild([0,0,0,0,0]);setTimeout(function(){c.focus();g(null,c)},0)},onLoad:function(c){e=c.sender}},{type:"hbox",align:"top",widths:["100%"],children:[{type:"vbox", +align:"top",children:[{type:"html",html:"<div></div>"},{type:"html",id:"charPreview",className:"cke_dark_background",style:"border:1px solid #eeeeee;font-size:28px;height:40px;width:70px;padding-top:9px;font-family:'Microsoft Sans Serif',Arial,Helvetica,Verdana;text-align:center;",html:"<div> </div>"},{type:"html",id:"htmlPreview",className:"cke_dark_background",style:"border:1px solid #eeeeee;font-size:14px;height:20px;width:70px;padding-top:2px;font-family:'Microsoft Sans Serif',Arial,Helvetica,Verdana;text-align:center;", +html:"<div> </div>"}]}]}]}]}]}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/specialchar/lang/en.js b/skins/ckeditor/plugins/specialchar/lang/en.js deleted file mode 100644 index cd637a7..0000000 --- a/skins/ckeditor/plugins/specialchar/lang/en.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html 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',not:'Not sign',reg:'Registered sign',macr:'Macron',deg:'Degree sign',sup2:'Superscript two',sup3:'Superscript three',acute:'Acute accent',micro:'Micro sign',para:'Pilcrow sign',middot:'Middle dot',cedil:'Cedilla',sup1:'Superscript one',ordm:'Masculine ordinal indicator',frac14:'Vulgar fraction one quarter',frac12:'Vulgar fraction one half',frac34:'Vulgar fraction three quarters',iquest:'Inverted question mark',agrave:'Latin small letter a with grave',aacute:'Latin small letter a with acute',acirc:'Latin small letter a with circumflex',atilde:'Latin small letter a with tilde',auml:'Latin small letter a with diaeresis',aring:'Latin small letter a with ring above',aelig:'Latin small letter ae',ccedil:'Latin small letter c with cedilla',egrave:'Latin small letter e with grave',eacute:'Latin small letter e with acute',ecirc:'Latin small letter e with circumflex',euml:'Latin small letter e with diaeresis',igrave:'Latin small letter i with grave',iacute:'Latin small letter i with acute',icirc:'Latin small letter i with circumflex',iuml:'Latin small letter i with diaeresis',eth:'Latin small letter eth',ntilde:'Latin small letter n with tilde',ograve:'Latin small letter o with grave',oacute:'Latin small letter o with acute',ocirc:'Latin small letter o with circumflex',otilde:'Latin small letter o with tilde',ouml:'Latin small letter o with diaeresis',times:'Multiplication sign',oslash:'Latin small letter o with stroke',ugrave:'Latin small letter u with grave',uacute:'Latin small letter u with acute',ucirc:'Latin small letter u with circumflex',uuml:'Latin small letter u with diaeresis',yacute:'Latin small letter y with acute',thorn:'Latin small letter thorn',szlig:'Latin small letter sharp s',divide:'Division sign',yuml:'Latin small letter y with diaeresis',oelig:'Latin small ligature oe',372:'Latin capital letter w with circumflex',374:'Latin capital letter y with circumflex',373:'Latin small letter w with circumflex',375:'Latin small letter y with circumflex',8219:'Single high-reversed-9 quotation mark',bdquo:'Double low-9 quotation mark',hellip:'Horizontal ellipsis',trade:'Trade mark sign',9658:'Black right-pointing pointer',bull:'Bullet',rarr:'Rightwards double arrow',harr:'Left right double arrow',diams:'Black diamond suit',asymp:'Almost equal to',sbquo:'Single low-9 quotation mark'}); diff --git a/skins/ckeditor/plugins/styles/styles/default.js b/skins/ckeditor/plugins/styles/styles/default.js deleted file mode 100644 index 794f3ac..0000000 --- a/skins/ckeditor/plugins/styles/styles/default.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.stylesSet.add('default',[{name:'Blue Title',element:'h3',styles:{color:'Blue'}},{name:'Red Title',element:'h3',styles:{color:'Red'}},{name:'Marker: Yellow',element:'span',styles:{'background-color':'Yellow'}},{name:'Marker: Green',element:'span',styles:{'background-color':'Lime'}},{name:'Big',element:'big'},{name:'Small',element:'small'},{name:'Typewriter',element:'tt'},{name:'Computer Code',element:'code'},{name:'Keyboard Phrase',element:'kbd'},{name:'Sample Text',element:'samp'},{name:'Variable',element:'var'},{name:'Deleted Text',element:'del'},{name:'Inserted Text',element:'ins'},{name:'Cited Work',element:'cite'},{name:'Inline Quotation',element:'q'},{name:'Language: RTL',element:'span',attributes:{dir:'rtl'}},{name:'Language: LTR',element:'span',attributes:{dir:'ltr'}},{name:'Image on Left',element:'img',attributes:{style:'padding: 5px; margin-right: 5px',border:'2',align:'left'}},{name:'Image on Right',element:'img',attributes:{style:'padding: 5px; margin-left: 5px',border:'2',align:'right'}},{name:'Borderless Table',element:'table',styles:{'border-style':'hidden','background-color':'#E6E6FA'}},{name:'Square Bulleted List',element:'ul',styles:{'list-style-type':'square'}}]); diff --git a/skins/ckeditor/plugins/stylesheetparser/plugin.js b/skins/ckeditor/plugins/stylesheetparser/plugin.js deleted file mode 100644 index adba31f..0000000 --- a/skins/ckeditor/plugins/stylesheetparser/plugin.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){function a(c,d,e){var f=c.join(' ');f=f.replace(/(,|>|\+|~)/g,' ');f=f.replace(/\[[^\]]*/g,'');f=f.replace(/#[^\s]*/g,'');f=f.replace(/\:{1,2}[^\s]*/g,'');f=f.replace(/\s+/g,' ');var g=f.split(' '),h=[];for(var i=0;i<g.length;i++){var j=g[i];if(e.test(j)&&!d.test(j))if(CKEDITOR.tools.indexOf(h,j)==-1)h.push(j);}return h;};function b(c,d,e){var f=[],g=[],h;for(h=0;h<c.styleSheets.length;h++){var i=c.styleSheets[h],j=i.ownerNode||i.owningElement;if(j.getAttribute('data-cke-temp'))continue;if(i.href&&i.href.substr(0,9)=='chrome://')continue;var k=i.cssRules||i.rules;for(var l=0;l<k.length;l++)g.push(k[l].selectorText);}var m=a(g,d,e);for(h=0;h<m.length;h++){var n=m[h].split('.'),o=n[0].toLowerCase(),p=n[1];f.push({name:o+'.'+p,element:o,attributes:{'class':p}});}return f;};CKEDITOR.plugins.add('stylesheetparser',{requires:['styles'],onLoad:function(){var c=CKEDITOR.editor.prototype;c.getStylesSet=CKEDITOR.tools.override(c.getStylesSet,function(d){return function(e){var f=this;d.call(this,function(g){var h=f.config.stylesheetParser_skipSelectors||/(^body\.|^\.)/i,i=f.config.stylesheetParser_validSelectors||/\w+\.\w+/;e(f._.stylesDefinitions=g.concat(b(f.document.$,h,i)));});};});}});})(); diff --git a/skins/ckeditor/plugins/table/dialogs/table.js b/skins/ckeditor/plugins/table/dialogs/table.js index d5e244e..6f65681 100644 --- a/skins/ckeditor/plugins/table/dialogs/table.js +++ b/skins/ckeditor/plugins/table/dialogs/table.js @@ -1,9 +1,21 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){var a=CKEDITOR.tools.cssLength,b=function(d){var e=this.id;if(!d.info)d.info={};d.info[e]=this.getValue();};function c(d,e){var f=function(h){return new CKEDITOR.dom.element(h,d.document);},g=d.plugins.dialogadvtab;return{title:d.lang.table.title,minWidth:310,minHeight:CKEDITOR.env.ie?310:280,onLoad:function(){var h=this,i=h.getContentElement('advanced','advStyles');if(i)i.on('change',function(j){var k=this.getStyle('width',''),l=h.getContentElement('info','txtWidth');l&&l.setValue(k,true);var m=this.getStyle('height',''),n=h.getContentElement('info','txtHeight');n&&n.setValue(m,true);});},onShow:function(){var p=this;var h=d.getSelection(),i=h.getRanges(),j=null,k=p.getContentElement('info','txtRows'),l=p.getContentElement('info','txtCols'),m=p.getContentElement('info','txtWidth'),n=p.getContentElement('info','txtHeight');if(e=='tableProperties'){if(j=h.getSelectedElement())j=j.getAscendant('table',true);else if(i.length>0){if(CKEDITOR.env.webkit)i[0].shrink(CKEDITOR.NODE_ELEMENT);var o=i[0].getCommonAncestor(true);j=o.getAscendant('table',true);}p._.selectedElement=j;}if(j){p.setupContent(j);k&&k.disable();l&&l.disable();}else{k&&k.enable();l&&l.enable();}m&&m.onChange();n&&n.onChange();},onOk:function(){var h=d.getSelection(),i=this._.selectedElement&&h.createBookmarks(),j=this._.selectedElement||f('table'),k=this,l={};this.commitContent(l,j);if(l.info){var m=l.info;if(!this._.selectedElement){var n=j.append(f('tbody')),o=parseInt(m.txtRows,10)||0,p=parseInt(m.txtCols,10)||0;for(var q=0;q<o;q++){var r=n.append(f('tr'));for(var s=0;s<p;s++){var t=r.append(f('td'));if(!CKEDITOR.env.ie)t.append(f('br'));}}}var u=m.selHeaders;if(!j.$.tHead&&(u=='row'||u=='both')){var v=new CKEDITOR.dom.element(j.$.createTHead());n=j.getElementsByTag('tbody').getItem(0);var w=n.getElementsByTag('tr').getItem(0);for(q=0;q<w.getChildCount();q++){var x=w.getChild(q);if(x.type==CKEDITOR.NODE_ELEMENT&&!x.data('cke-bookmark')){x.renameNode('th');x.setAttribute('scope','col');}}v.append(w.remove());}if(j.$.tHead!==null&&!(u=='row'||u=='both')){v=new CKEDITOR.dom.element(j.$.tHead);n=j.getElementsByTag('tbody').getItem(0);var y=n.getFirst();while(v.getChildCount()>0){w=v.getFirst();for(q=0;q<w.getChildCount();q++){var z=w.getChild(q);if(z.type==CKEDITOR.NODE_ELEMENT){z.renameNode('td');z.removeAttribute('scope');}}w.insertBefore(y);}v.remove();}if(!this.hasColumnHeaders&&(u=='col'||u=='both'))for(r=0;r<j.$.rows.length;r++){z=new CKEDITOR.dom.element(j.$.rows[r].cells[0]); -z.renameNode('th');z.setAttribute('scope','row');}if(this.hasColumnHeaders&&!(u=='col'||u=='both'))for(q=0;q<j.$.rows.length;q++){r=new CKEDITOR.dom.element(j.$.rows[q]);if(r.getParent().getName()=='tbody'){z=new CKEDITOR.dom.element(r.$.cells[0]);z.renameNode('td');z.removeAttribute('scope');}}m.txtHeight?j.setStyle('height',m.txtHeight):j.removeStyle('height');m.txtWidth?j.setStyle('width',m.txtWidth):j.removeStyle('width');if(!j.getAttribute('style'))j.removeAttribute('style');}if(!this._.selectedElement){d.insertElement(j);setTimeout(function(){var A=new CKEDITOR.dom.element(j.$.rows[0].cells[0]),B=new CKEDITOR.dom.range(d.document);B.moveToPosition(A,CKEDITOR.POSITION_AFTER_START);B.select(1);},0);}else try{h.selectBookmarks(i);}catch(A){}},contents:[{id:'info',label:d.lang.table.title,elements:[{type:'hbox',widths:[null,null],styles:['vertical-align:top'],children:[{type:'vbox',padding:0,children:[{type:'text',id:'txtRows','default':3,label:d.lang.table.rows,required:true,controlStyle:'width:5em',validate:function(){var h=true,i=this.getValue();h=h&&CKEDITOR.dialog.validate.integer()(i)&&i>0;if(!h){alert(d.lang.table.invalidRows);this.select();}return h;},setup:function(h){this.setValue(h.$.rows.length);},commit:b},{type:'text',id:'txtCols','default':2,label:d.lang.table.columns,required:true,controlStyle:'width:5em',validate:function(){var h=true,i=this.getValue();h=h&&CKEDITOR.dialog.validate.integer()(i)&&i>0;if(!h){alert(d.lang.table.invalidCols);this.select();}return h;},setup:function(h){this.setValue(h.$.rows[0].cells.length);},commit:b},{type:'html',html:' '},{type:'select',id:'selHeaders','default':'',label:d.lang.table.headers,items:[[d.lang.table.headersNone,''],[d.lang.table.headersRow,'row'],[d.lang.table.headersColumn,'col'],[d.lang.table.headersBoth,'both']],setup:function(h){var i=this.getDialog();i.hasColumnHeaders=true;for(var j=0;j<h.$.rows.length;j++){if(h.$.rows[j].cells[0].nodeName.toLowerCase()!='th'){i.hasColumnHeaders=false;break;}}if(h.$.tHead!==null)this.setValue(i.hasColumnHeaders?'both':'row');else this.setValue(i.hasColumnHeaders?'col':'');},commit:b},{type:'text',id:'txtBorder','default':1,label:d.lang.table.border,controlStyle:'width:3em',validate:CKEDITOR.dialog.validate.number(d.lang.table.invalidBorder),setup:function(h){this.setValue(h.getAttribute('border')||'');},commit:function(h,i){if(this.getValue())i.setAttribute('border',this.getValue());else i.removeAttribute('border');}},{id:'cmbAlign',type:'select','default':'',label:d.lang.common.align,items:[[d.lang.common.notSet,''],[d.lang.common.alignLeft,'left'],[d.lang.common.alignCenter,'center'],[d.lang.common.alignRight,'right']],setup:function(h){this.setValue(h.getAttribute('align')||''); -},commit:function(h,i){if(this.getValue())i.setAttribute('align',this.getValue());else i.removeAttribute('align');}}]},{type:'vbox',padding:0,children:[{type:'hbox',widths:['5em'],children:[{type:'text',id:'txtWidth',controlStyle:'width:5em',label:d.lang.common.width,'default':500,getValue:a,validate:CKEDITOR.dialog.validate.cssLength(d.lang.common.invalidCssLength.replace('%1',d.lang.common.width)),onChange:function(){var h=this.getDialog().getContentElement('advanced','advStyles');h&&h.updateStyle('width',this.getValue());},setup:function(h){var i=h.getStyle('width');i&&this.setValue(i);},commit:b}]},{type:'hbox',widths:['5em'],children:[{type:'text',id:'txtHeight',controlStyle:'width:5em',label:d.lang.common.height,'default':'',getValue:a,validate:CKEDITOR.dialog.validate.cssLength(d.lang.common.invalidCssLength.replace('%1',d.lang.common.height)),onChange:function(){var h=this.getDialog().getContentElement('advanced','advStyles');h&&h.updateStyle('height',this.getValue());},setup:function(h){var i=h.getStyle('width');i&&this.setValue(i);},commit:b}]},{type:'html',html:' '},{type:'text',id:'txtCellSpace',controlStyle:'width:3em',label:d.lang.table.cellSpace,'default':1,validate:CKEDITOR.dialog.validate.number(d.lang.table.invalidCellSpacing),setup:function(h){this.setValue(h.getAttribute('cellSpacing')||'');},commit:function(h,i){if(this.getValue())i.setAttribute('cellSpacing',this.getValue());else i.removeAttribute('cellSpacing');}},{type:'text',id:'txtCellPad',controlStyle:'width:3em',label:d.lang.table.cellPad,'default':1,validate:CKEDITOR.dialog.validate.number(d.lang.table.invalidCellPadding),setup:function(h){this.setValue(h.getAttribute('cellPadding')||'');},commit:function(h,i){if(this.getValue())i.setAttribute('cellPadding',this.getValue());else i.removeAttribute('cellPadding');}}]}]},{type:'html',align:'right',html:''},{type:'vbox',padding:0,children:[{type:'text',id:'txtCaption',label:d.lang.table.caption,setup:function(h){var l=this;l.enable();var i=h.getElementsByTag('caption');if(i.count()>0){var j=i.getItem(0),k=j.getFirst(CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_ELEMENT));if(k&&!k.equals(j.getBogus())){l.disable();l.setValue(j.getText());return;}j=CKEDITOR.tools.trim(j.getText());l.setValue(j);}},commit:function(h,i){if(!this.isEnabled())return;var j=this.getValue(),k=i.getElementsByTag('caption');if(j){if(k.count()>0){k=k.getItem(0);k.setHtml('');}else{k=new CKEDITOR.dom.element('caption',d.document);if(i.getChildCount())k.insertBefore(i.getFirst()); -else k.appendTo(i);}k.append(new CKEDITOR.dom.text(j,d.document));}else if(k.count()>0)for(var l=k.count()-1;l>=0;l--)k.getItem(l).remove();}},{type:'text',id:'txtSummary',label:d.lang.table.summary,setup:function(h){this.setValue(h.getAttribute('summary')||'');},commit:function(h,i){if(this.getValue())i.setAttribute('summary',this.getValue());else i.removeAttribute('summary');}}]}]},g&&g.createAdvancedTab(d)]};};CKEDITOR.dialog.add('table',function(d){return c(d,'table');});CKEDITOR.dialog.add('tableProperties',function(d){return c(d,'tableProperties');});})(); +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function r(a){for(var e=0,l=0,k=0,m,g=a.$.rows.length;k<g;k++){m=a.$.rows[k];for(var d=e=0,c,b=m.cells.length;d<b;d++)c=m.cells[d],e+=c.colSpan;e>l&&(l=e)}return l}function o(a){return function(){var e=this.getValue(),e=!!(CKEDITOR.dialog.validate.integer()(e)&&0<e);e||(alert(a),this.select());return e}}function n(a,e){var l=function(g){return new CKEDITOR.dom.element(g,a.document)},n=a.editable(),m=a.plugins.dialogadvtab;return{title:a.lang.table.title,minWidth:310,minHeight:CKEDITOR.env.ie? +310:280,onLoad:function(){var g=this,a=g.getContentElement("advanced","advStyles");if(a)a.on("change",function(){var a=this.getStyle("width",""),b=g.getContentElement("info","txtWidth");b&&b.setValue(a,!0);a=this.getStyle("height","");(b=g.getContentElement("info","txtHeight"))&&b.setValue(a,!0)})},onShow:function(){var g=a.getSelection(),d=g.getRanges(),c,b=this.getContentElement("info","txtRows"),h=this.getContentElement("info","txtCols"),p=this.getContentElement("info","txtWidth"),f=this.getContentElement("info", +"txtHeight");"tableProperties"==e&&((g=g.getSelectedElement())&&g.is("table")?c=g:0<d.length&&(CKEDITOR.env.webkit&&d[0].shrink(CKEDITOR.NODE_ELEMENT),c=a.elementPath(d[0].getCommonAncestor(!0)).contains("table",1)),this._.selectedElement=c);c?(this.setupContent(c),b&&b.disable(),h&&h.disable()):(b&&b.enable(),h&&h.enable());p&&p.onChange();f&&f.onChange()},onOk:function(){var g=a.getSelection(),d=this._.selectedElement&&g.createBookmarks(),c=this._.selectedElement||l("table"),b={};this.commitContent(b, +c);if(b.info){b=b.info;if(!this._.selectedElement)for(var h=c.append(l("tbody")),e=parseInt(b.txtRows,10)||0,f=parseInt(b.txtCols,10)||0,i=0;i<e;i++)for(var j=h.append(l("tr")),k=0;k<f;k++)j.append(l("td")).appendBogus();e=b.selHeaders;if(!c.$.tHead&&("row"==e||"both"==e)){j=new CKEDITOR.dom.element(c.$.createTHead());h=c.getElementsByTag("tbody").getItem(0);h=h.getElementsByTag("tr").getItem(0);for(i=0;i<h.getChildCount();i++)f=h.getChild(i),f.type==CKEDITOR.NODE_ELEMENT&&!f.data("cke-bookmark")&& +(f.renameNode("th"),f.setAttribute("scope","col"));j.append(h.remove())}if(null!==c.$.tHead&&!("row"==e||"both"==e)){j=new CKEDITOR.dom.element(c.$.tHead);h=c.getElementsByTag("tbody").getItem(0);for(k=h.getFirst();0<j.getChildCount();){h=j.getFirst();for(i=0;i<h.getChildCount();i++)f=h.getChild(i),f.type==CKEDITOR.NODE_ELEMENT&&(f.renameNode("td"),f.removeAttribute("scope"));h.insertBefore(k)}j.remove()}if(!this.hasColumnHeaders&&("col"==e||"both"==e))for(j=0;j<c.$.rows.length;j++)f=new CKEDITOR.dom.element(c.$.rows[j].cells[0]), +f.renameNode("th"),f.setAttribute("scope","row");if(this.hasColumnHeaders&&!("col"==e||"both"==e))for(i=0;i<c.$.rows.length;i++)j=new CKEDITOR.dom.element(c.$.rows[i]),"tbody"==j.getParent().getName()&&(f=new CKEDITOR.dom.element(j.$.cells[0]),f.renameNode("td"),f.removeAttribute("scope"));b.txtHeight?c.setStyle("height",b.txtHeight):c.removeStyle("height");b.txtWidth?c.setStyle("width",b.txtWidth):c.removeStyle("width");c.getAttribute("style")||c.removeAttribute("style")}if(this._.selectedElement)try{g.selectBookmarks(d)}catch(m){}else a.insertElement(c), +setTimeout(function(){var g=new CKEDITOR.dom.element(c.$.rows[0].cells[0]),b=a.createRange();b.moveToPosition(g,CKEDITOR.POSITION_AFTER_START);b.select()},0)},contents:[{id:"info",label:a.lang.table.title,elements:[{type:"hbox",widths:[null,null],styles:["vertical-align:top"],children:[{type:"vbox",padding:0,children:[{type:"text",id:"txtRows","default":3,label:a.lang.table.rows,required:!0,controlStyle:"width:5em",validate:o(a.lang.table.invalidRows),setup:function(a){this.setValue(a.$.rows.length)}, +commit:k},{type:"text",id:"txtCols","default":2,label:a.lang.table.columns,required:!0,controlStyle:"width:5em",validate:o(a.lang.table.invalidCols),setup:function(a){this.setValue(r(a))},commit:k},{type:"html",html:" "},{type:"select",id:"selHeaders",requiredContent:"th","default":"",label:a.lang.table.headers,items:[[a.lang.table.headersNone,""],[a.lang.table.headersRow,"row"],[a.lang.table.headersColumn,"col"],[a.lang.table.headersBoth,"both"]],setup:function(a){var d=this.getDialog();d.hasColumnHeaders= +!0;for(var c=0;c<a.$.rows.length;c++){var b=a.$.rows[c].cells[0];if(b&&"th"!=b.nodeName.toLowerCase()){d.hasColumnHeaders=!1;break}}null!==a.$.tHead?this.setValue(d.hasColumnHeaders?"both":"row"):this.setValue(d.hasColumnHeaders?"col":"")},commit:k},{type:"text",id:"txtBorder",requiredContent:"table[border]","default":a.filter.check("table[border]")?1:0,label:a.lang.table.border,controlStyle:"width:3em",validate:CKEDITOR.dialog.validate.number(a.lang.table.invalidBorder),setup:function(a){this.setValue(a.getAttribute("border")|| +"")},commit:function(a,d){this.getValue()?d.setAttribute("border",this.getValue()):d.removeAttribute("border")}},{id:"cmbAlign",type:"select",requiredContent:"table[align]","default":"",label:a.lang.common.align,items:[[a.lang.common.notSet,""],[a.lang.common.alignLeft,"left"],[a.lang.common.alignCenter,"center"],[a.lang.common.alignRight,"right"]],setup:function(a){this.setValue(a.getAttribute("align")||"")},commit:function(a,d){this.getValue()?d.setAttribute("align",this.getValue()):d.removeAttribute("align")}}]}, +{type:"vbox",padding:0,children:[{type:"hbox",widths:["5em"],children:[{type:"text",id:"txtWidth",requiredContent:"table{width}",controlStyle:"width:5em",label:a.lang.common.width,title:a.lang.common.cssLengthTooltip,"default":a.filter.check("table{width}")?500>n.getSize("width")?"100%":500:0,getValue:q,validate:CKEDITOR.dialog.validate.cssLength(a.lang.common.invalidCssLength.replace("%1",a.lang.common.width)),onChange:function(){var a=this.getDialog().getContentElement("advanced","advStyles");a&& +a.updateStyle("width",this.getValue())},setup:function(a){this.setValue(a.getStyle("width"))},commit:k}]},{type:"hbox",widths:["5em"],children:[{type:"text",id:"txtHeight",requiredContent:"table{height}",controlStyle:"width:5em",label:a.lang.common.height,title:a.lang.common.cssLengthTooltip,"default":"",getValue:q,validate:CKEDITOR.dialog.validate.cssLength(a.lang.common.invalidCssLength.replace("%1",a.lang.common.height)),onChange:function(){var a=this.getDialog().getContentElement("advanced","advStyles"); +a&&a.updateStyle("height",this.getValue())},setup:function(a){(a=a.getStyle("height"))&&this.setValue(a)},commit:k}]},{type:"html",html:" "},{type:"text",id:"txtCellSpace",requiredContent:"table[cellspacing]",controlStyle:"width:3em",label:a.lang.table.cellSpace,"default":a.filter.check("table[cellspacing]")?1:0,validate:CKEDITOR.dialog.validate.number(a.lang.table.invalidCellSpacing),setup:function(a){this.setValue(a.getAttribute("cellSpacing")||"")},commit:function(a,d){this.getValue()?d.setAttribute("cellSpacing", +this.getValue()):d.removeAttribute("cellSpacing")}},{type:"text",id:"txtCellPad",requiredContent:"table[cellpadding]",controlStyle:"width:3em",label:a.lang.table.cellPad,"default":a.filter.check("table[cellpadding]")?1:0,validate:CKEDITOR.dialog.validate.number(a.lang.table.invalidCellPadding),setup:function(a){this.setValue(a.getAttribute("cellPadding")||"")},commit:function(a,d){this.getValue()?d.setAttribute("cellPadding",this.getValue()):d.removeAttribute("cellPadding")}}]}]},{type:"html",align:"right", +html:""},{type:"vbox",padding:0,children:[{type:"text",id:"txtCaption",requiredContent:"caption",label:a.lang.table.caption,setup:function(a){this.enable();a=a.getElementsByTag("caption");if(0<a.count()){var a=a.getItem(0),d=a.getFirst(CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_ELEMENT));d&&!d.equals(a.getBogus())?(this.disable(),this.setValue(a.getText())):(a=CKEDITOR.tools.trim(a.getText()),this.setValue(a))}},commit:function(e,d){if(this.isEnabled()){var c=this.getValue(),b=d.getElementsByTag("caption"); +if(c)0<b.count()?(b=b.getItem(0),b.setHtml("")):(b=new CKEDITOR.dom.element("caption",a.document),d.getChildCount()?b.insertBefore(d.getFirst()):b.appendTo(d)),b.append(new CKEDITOR.dom.text(c,a.document));else if(0<b.count())for(c=b.count()-1;0<=c;c--)b.getItem(c).remove()}}},{type:"text",id:"txtSummary",requiredContent:"table[summary]",label:a.lang.table.summary,setup:function(a){this.setValue(a.getAttribute("summary")||"")},commit:function(a,d){this.getValue()?d.setAttribute("summary",this.getValue()): +d.removeAttribute("summary")}}]}]},m&&m.createAdvancedTab(a,null,"table")]}}var q=CKEDITOR.tools.cssLength,k=function(a){var e=this.id;a.info||(a.info={});a.info[e]=this.getValue()};CKEDITOR.dialog.add("table",function(a){return n(a,"table")});CKEDITOR.dialog.add("tableProperties",function(a){return n(a,"tableProperties")})})(); \ No newline at end of file diff --git a/skins/ckeditor/plugins/tableresize/plugin.js b/skins/ckeditor/plugins/tableresize/plugin.js deleted file mode 100644 index 36c6af5..0000000 --- a/skins/ckeditor/plugins/tableresize/plugin.js +++ /dev/null @@ -1,7 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){var a=CKEDITOR.tools.cssLength,b=CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks||CKEDITOR.env.version<7);function c(k){return CKEDITOR.env.ie?k.$.clientWidth:parseInt(k.getComputedStyle('width'),10);};function d(k,l){var m=k.getComputedStyle('border-'+l+'-width'),n={thin:'0px',medium:'1px',thick:'2px'};if(m.indexOf('px')<0)if(m in n&&k.getComputedStyle('border-style')!='none')m=n[m];else m=0;return parseInt(m,10);};function e(k){var l=k.$.rows,m=0,n,o,p;for(var q=0,r=l.length;q<r;q++){p=l[q];n=p.cells.length;if(n>m){m=n;o=p;}}return o;};function f(k){var l=[],m=-1,n=k.getComputedStyle('direction')=='rtl',o=e(k),p=new CKEDITOR.dom.element(k.$.tBodies[0]),q=p.getDocumentPosition();for(var r=0,s=o.cells.length;r<s;r++){var t=new CKEDITOR.dom.element(o.cells[r]),u=o.cells[r+1]&&new CKEDITOR.dom.element(o.cells[r+1]);m+=t.$.colSpan||1;var v,w,x,y=t.getDocumentPosition().x;n?w=y+d(t,'left'):v=y+t.$.offsetWidth-d(t,'right');if(u){y=u.getDocumentPosition().x;n?v=y+u.$.offsetWidth-d(u,'right'):w=y+d(u,'left');}else{y=k.getDocumentPosition().x;n?v=y:w=y+k.$.offsetWidth;}x=Math.max(w-v,3);l.push({table:k,index:m,x:v,y:q.y,width:x,height:p.$.offsetHeight,rtl:n});}return l;};function g(k,l){for(var m=0,n=k.length;m<n;m++){var o=k[m];if(l>=o.x&&l<=o.x+o.width)return o;}return null;};function h(k){(k.data||k).preventDefault();};function i(k){var l,m,n,o,p,q,r,s,t,u;function v(){l=null;q=0;o=0;m.removeListener('mouseup',A);n.removeListener('mousedown',z);n.removeListener('mousemove',B);m.getBody().setStyle('cursor','auto');b?n.remove():n.hide();};function w(){var D=l.index,E=CKEDITOR.tools.buildTableMap(l.table),F=[],G=[],H=Number.MAX_VALUE,I=H,J=l.rtl;for(var K=0,L=E.length;K<L;K++){var M=E[K],N=M[D+(J?1:0)],O=M[D+(J?0:1)];N=N&&new CKEDITOR.dom.element(N);O=O&&new CKEDITOR.dom.element(O);if(!N||!O||!N.equals(O)){N&&(H=Math.min(H,c(N)));O&&(I=Math.min(I,c(O)));F.push(N);G.push(O);}}r=F;s=G;t=l.x-H;u=l.x+I;n.setOpacity(0.5);p=parseInt(n.getStyle('left'),10);q=0;o=1;n.on('mousemove',B);m.on('dragstart',h);};function x(){o=0;n.setOpacity(0);q&&y();var D=l.table;setTimeout(function(){D.removeCustomData('_cke_table_pillars');},0);m.removeListener('dragstart',h);};function y(){var D=l.rtl,E=D?s.length:r.length;for(var F=0;F<E;F++){var G=r[F],H=s[F],I=l.table;CKEDITOR.tools.setTimeout(function(J,K,L,M,N,O){J&&J.setStyle('width',a(Math.max(K+O,0)));L&&L.setStyle('width',a(Math.max(M-O,0)));if(N)I.setStyle('width',a(N+O*(D?-1:1)));},0,this,[G,G&&c(G),H,H&&c(H),(!G||!H)&&c(I)+d(I,'left')+d(I,'right'),q]); -}};function z(D){h(D);w();m.on('mouseup',A,this);};function A(D){D.removeListener();x();};function B(D){C(D.data.$.clientX);};m=k.document;n=CKEDITOR.dom.element.createFromHtml('<div data-cke-temp=1 contenteditable=false unselectable=on style="position:absolute;cursor:col-resize;filter:alpha(opacity=0);opacity:0;padding:0;background-color:#004;background-image:none;border:0px none;z-index:10"></div>',m);if(!b)m.getDocumentElement().append(n);this.attachTo=function(D){if(o)return;if(b){m.getBody().append(n);q=0;}l=D;n.setStyles({width:a(D.width),height:a(D.height),left:a(D.x),top:a(D.y)});b&&n.setOpacity(0.25);n.on('mousedown',z,this);m.getBody().setStyle('cursor','col-resize');n.show();};var C=this.move=function(D){if(!l)return 0;if(!o&&(D<l.x||D>l.x+l.width)){v();return 0;}var E=D-Math.round(n.$.offsetWidth/2);if(o){if(E==t||E==u)return 1;E=Math.max(E,t);E=Math.min(E,u);q=E-p;}n.setStyle('left',a(E));return 1;};};function j(k){var l=k.data.getTarget();if(k.name=='mouseout'){if(!l.is('table'))return;var m=new CKEDITOR.dom.element(k.data.$.relatedTarget||k.data.$.toElement);while(m&&m.$&&!m.equals(l)&&!m.is('body'))m=m.getParent();if(!m||m.equals(l))return;}l.getAscendant('table',1).removeCustomData('_cke_table_pillars');k.removeListener();};CKEDITOR.plugins.add('tableresize',{requires:['tabletools'],init:function(k){k.on('contentDom',function(){var l;k.document.getBody().on('mousemove',function(m){m=m.data;if(l&&l.move(m.$.clientX)){h(m);return;}var n=m.getTarget(),o,p;if(!n.is('table')&&!n.getAscendant('tbody',1))return;o=n.getAscendant('table',1);if(!(p=o.getCustomData('_cke_table_pillars'))){o.setCustomData('_cke_table_pillars',p=f(o));o.on('mouseout',j);o.on('mousedown',j);}var q=g(p,m.$.clientX);if(q){!l&&(l=new i(k));l.attachTo(q);}});});}});})(); diff --git a/skins/ckeditor/plugins/tabletools/dialogs/tableCell.js b/skins/ckeditor/plugins/tabletools/dialogs/tableCell.js index c7a62bb..6635e88 100644 --- a/skins/ckeditor/plugins/tabletools/dialogs/tableCell.js +++ b/skins/ckeditor/plugins/tabletools/dialogs/tableCell.js @@ -1,8 +1,17 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('cellProperties',function(a){var b=a.lang.table,c=b.cell,d=a.lang.common,e=CKEDITOR.dialog.validate,f=/^(\d+(?:\.\d+)?)(px|%)$/,g=/^(\d+(?:\.\d+)?)px$/,h=CKEDITOR.tools.bind,i={type:'html',html:' '},j=a.lang.dir=='rtl';function k(l,m){var n=function(){var r=this;p(r);m(r,r._.parentDialog);r._.parentDialog.changeFocus(true);},o=function(){p(this);this._.parentDialog.changeFocus();},p=function(r){r.removeListener('ok',n);r.removeListener('cancel',o);},q=function(r){r.on('ok',n);r.on('cancel',o);};a.execCommand(l);if(a._.storedDialogs.colordialog)q(a._.storedDialogs.colordialog);else CKEDITOR.on('dialogDefinition',function(r){if(r.data.name!=l)return;var s=r.data.definition;r.removeListener();s.onLoad=CKEDITOR.tools.override(s.onLoad,function(t){return function(){q(this);s.onLoad=t;if(typeof t=='function')t.call(this);};});});};return{title:c.title,minWidth:CKEDITOR.env.ie&&CKEDITOR.env.quirks?450:410,minHeight:CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks)?230:200,contents:[{id:'info',label:c.title,accessKey:'I',elements:[{type:'hbox',widths:['40%','5%','40%'],children:[{type:'vbox',padding:0,children:[{type:'hbox',widths:['70%','30%'],children:[{type:'text',id:'width',width:'100px',label:d.width,validate:e.number(c.invalidWidth),onLoad:function(){var l=this.getDialog().getContentElement('info','widthType'),m=l.getElement(),n=this.getInputElement(),o=n.getAttribute('aria-labelledby');n.setAttribute('aria-labelledby',[o,m.$.id].join(' '));},setup:function(l){var m=parseInt(l.getAttribute('width'),10),n=parseInt(l.getStyle('width'),10);!isNaN(m)&&this.setValue(m);!isNaN(n)&&this.setValue(n);},commit:function(l){var m=parseInt(this.getValue(),10),n=this.getDialog().getValueOf('info','widthType');if(!isNaN(m))l.setStyle('width',m+n);else l.removeStyle('width');l.removeAttribute('width');},'default':''},{type:'select',id:'widthType',label:a.lang.table.widthUnit,labelStyle:'visibility:hidden','default':'px',items:[[b.widthPx,'px'],[b.widthPc,'%']],setup:function(l){var m=f.exec(l.getStyle('width')||l.getAttribute('width'));if(m)this.setValue(m[2]);}}]},{type:'hbox',widths:['70%','30%'],children:[{type:'text',id:'height',label:d.height,width:'100px','default':'',validate:e.number(c.invalidHeight),onLoad:function(){var l=this.getDialog().getContentElement('info','htmlHeightType'),m=l.getElement(),n=this.getInputElement(),o=n.getAttribute('aria-labelledby');n.setAttribute('aria-labelledby',[o,m.$.id].join(' '));},setup:function(l){var m=parseInt(l.getAttribute('height'),10),n=parseInt(l.getStyle('height'),10); -!isNaN(m)&&this.setValue(m);!isNaN(n)&&this.setValue(n);},commit:function(l){var m=parseInt(this.getValue(),10);if(!isNaN(m))l.setStyle('height',CKEDITOR.tools.cssLength(m));else l.removeStyle('height');l.removeAttribute('height');}},{id:'htmlHeightType',type:'html',html:'<br />'+b.widthPx}]},i,{type:'select',id:'wordWrap',label:c.wordWrap,'default':'yes',items:[[c.yes,'yes'],[c.no,'no']],setup:function(l){var m=l.getAttribute('noWrap'),n=l.getStyle('white-space');if(n=='nowrap'||m)this.setValue('no');},commit:function(l){if(this.getValue()=='no')l.setStyle('white-space','nowrap');else l.removeStyle('white-space');l.removeAttribute('noWrap');}},i,{type:'select',id:'hAlign',label:c.hAlign,'default':'',items:[[d.notSet,''],[d.alignLeft,'left'],[d.alignCenter,'center'],[d.alignRight,'right']],setup:function(l){var m=l.getAttribute('align'),n=l.getStyle('text-align');this.setValue(n||m||'');},commit:function(l){var m=this.getValue();if(m)l.setStyle('text-align',m);else l.removeStyle('text-align');l.removeAttribute('align');}},{type:'select',id:'vAlign',label:c.vAlign,'default':'',items:[[d.notSet,''],[d.alignTop,'top'],[d.alignMiddle,'middle'],[d.alignBottom,'bottom'],[c.alignBaseline,'baseline']],setup:function(l){var m=l.getAttribute('vAlign'),n=l.getStyle('vertical-align');switch(n){case 'top':case 'middle':case 'bottom':case 'baseline':break;default:n='';}this.setValue(n||m||'');},commit:function(l){var m=this.getValue();if(m)l.setStyle('vertical-align',m);else l.removeStyle('vertical-align');l.removeAttribute('vAlign');}}]},i,{type:'vbox',padding:0,children:[{type:'select',id:'cellType',label:c.cellType,'default':'td',items:[[c.data,'td'],[c.header,'th']],setup:function(l){this.setValue(l.getName());},commit:function(l){l.renameNode(this.getValue());}},i,{type:'text',id:'rowSpan',label:c.rowSpan,'default':'',validate:e.integer(c.invalidRowSpan),setup:function(l){var m=parseInt(l.getAttribute('rowSpan'),10);if(m&&m!=1)this.setValue(m);},commit:function(l){var m=parseInt(this.getValue(),10);if(m&&m!=1)l.setAttribute('rowSpan',this.getValue());else l.removeAttribute('rowSpan');}},{type:'text',id:'colSpan',label:c.colSpan,'default':'',validate:e.integer(c.invalidColSpan),setup:function(l){var m=parseInt(l.getAttribute('colSpan'),10);if(m&&m!=1)this.setValue(m);},commit:function(l){var m=parseInt(this.getValue(),10);if(m&&m!=1)l.setAttribute('colSpan',this.getValue());else l.removeAttribute('colSpan');}},i,{type:'hbox',padding:0,widths:['60%','40%'],children:[{type:'text',id:'bgColor',label:c.bgColor,'default':'',setup:function(l){var m=l.getAttribute('bgColor'),n=l.getStyle('background-color'); -this.setValue(n||m);},commit:function(l){var m=this.getValue();if(m)l.setStyle('background-color',this.getValue());else l.removeStyle('background-color');l.removeAttribute('bgColor');}},{type:'button',id:'bgColorChoose','class':'colorChooser',label:c.chooseColor,onLoad:function(){this.getElement().getParent().setStyle('vertical-align','bottom');},onClick:function(){var l=this;k('colordialog',function(m){l.getDialog().getContentElement('info','bgColor').setValue(m.getContentElement('picker','selectedColor').getValue());});}}]},i,{type:'hbox',padding:0,widths:['60%','40%'],children:[{type:'text',id:'borderColor',label:c.borderColor,'default':'',setup:function(l){var m=l.getAttribute('borderColor'),n=l.getStyle('border-color');this.setValue(n||m);},commit:function(l){var m=this.getValue();if(m)l.setStyle('border-color',this.getValue());else l.removeStyle('border-color');l.removeAttribute('borderColor');}},{type:'button',id:'borderColorChoose','class':'colorChooser',label:c.chooseColor,style:(j?'margin-right':'margin-left')+': 10px',onLoad:function(){this.getElement().getParent().setStyle('vertical-align','bottom');},onClick:function(){var l=this;k('colordialog',function(m){l.getDialog().getContentElement('info','borderColor').setValue(m.getContentElement('picker','selectedColor').getValue());});}}]}]}]}]}],onShow:function(){var l=this;l.cells=CKEDITOR.plugins.tabletools.getSelectedCells(l._.editor.getSelection());l.setupContent(l.cells[0]);},onOk:function(){var r=this;var l=r._.editor.getSelection(),m=l.createBookmarks(),n=r.cells;for(var o=0;o<n.length;o++)r.commitContent(n[o]);l.selectBookmarks(m);var p=l.getStartElement(),q=new CKEDITOR.dom.elementPath(p);r._.editor._.selectionPreviousPath=q;r._.editor.fire('selectionChange',{selection:l,path:q,element:p});}};}); +/* + Copyright (c) 2003-2014, 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 j(a){if(a=l.exec(a.getStyle("width")||a.getAttribute("width")))return a[2]}var h=g.lang.table,c=h.cell,e=g.lang.common,i=CKEDITOR.dialog.validate,l=/^(\d+(?:\.\d+)?)(px|%)$/,f={type:"html",html:" "},m="rtl"== +g.lang.dir,k=g.plugins.colordialog;return{title:c.title,minWidth:CKEDITOR.env.ie&&CKEDITOR.env.quirks?450:410,minHeight:CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks)?230:220,contents:[{id:"info",label:c.title,accessKey:"I",elements:[{type:"hbox",widths:["40%","5%","40%"],children:[{type:"vbox",padding:0,children:[{type:"hbox",widths:["70%","30%"],children:[{type:"text",id:"width",width:"100px",label:e.width,validate:i.number(c.invalidWidth),onLoad:function(){var a=this.getDialog().getContentElement("info", +"widthType").getElement(),b=this.getInputElement(),c=b.getAttribute("aria-labelledby");b.setAttribute("aria-labelledby",[c,a.$.id].join(" "))},setup:d(function(a){var b=parseInt(a.getAttribute("width"),10),a=parseInt(a.getStyle("width"),10);return!isNaN(a)?a:!isNaN(b)?b:""}),commit:function(a){var b=parseInt(this.getValue(),10),c=this.getDialog().getValueOf("info","widthType")||j(a);isNaN(b)?a.removeStyle("width"):a.setStyle("width",b+c);a.removeAttribute("width")},"default":""},{type:"select",id:"widthType", +label:g.lang.table.widthUnit,labelStyle:"visibility:hidden","default":"px",items:[[h.widthPx,"px"],[h.widthPc,"%"]],setup:d(j)}]},{type:"hbox",widths:["70%","30%"],children:[{type:"text",id:"height",label:e.height,width:"100px","default":"",validate:i.number(c.invalidHeight),onLoad:function(){var a=this.getDialog().getContentElement("info","htmlHeightType").getElement(),b=this.getInputElement(),c=b.getAttribute("aria-labelledby");b.setAttribute("aria-labelledby",[c,a.$.id].join(" "))},setup:d(function(a){var b= +parseInt(a.getAttribute("height"),10),a=parseInt(a.getStyle("height"),10);return!isNaN(a)?a:!isNaN(b)?b:""}),commit:function(a){var b=parseInt(this.getValue(),10);isNaN(b)?a.removeStyle("height"):a.setStyle("height",CKEDITOR.tools.cssLength(b));a.removeAttribute("height")}},{id:"htmlHeightType",type:"html",html:"<br />"+h.widthPx}]},f,{type:"select",id:"wordWrap",label:c.wordWrap,"default":"yes",items:[[c.yes,"yes"],[c.no,"no"]],setup:d(function(a){var b=a.getAttribute("noWrap");if("nowrap"==a.getStyle("white-space")|| +b)return"no"}),commit:function(a){"no"==this.getValue()?a.setStyle("white-space","nowrap"):a.removeStyle("white-space");a.removeAttribute("noWrap")}},f,{type:"select",id:"hAlign",label:c.hAlign,"default":"",items:[[e.notSet,""],[e.alignLeft,"left"],[e.alignCenter,"center"],[e.alignRight,"right"]],setup:d(function(a){var b=a.getAttribute("align");return a.getStyle("text-align")||b||""}),commit:function(a){var b=this.getValue();b?a.setStyle("text-align",b):a.removeStyle("text-align");a.removeAttribute("align")}}, +{type:"select",id:"vAlign",label:c.vAlign,"default":"",items:[[e.notSet,""],[e.alignTop,"top"],[e.alignMiddle,"middle"],[e.alignBottom,"bottom"],[c.alignBaseline,"baseline"]],setup:d(function(a){var b=a.getAttribute("vAlign"),a=a.getStyle("vertical-align");switch(a){case "top":case "middle":case "bottom":case "baseline":break;default:a=""}return a||b||""}),commit:function(a){var b=this.getValue();b?a.setStyle("vertical-align",b):a.removeStyle("vertical-align");a.removeAttribute("vAlign")}}]},f,{type:"vbox", +padding:0,children:[{type:"select",id:"cellType",label:c.cellType,"default":"td",items:[[c.data,"td"],[c.header,"th"]],setup:d(function(a){return a.getName()}),commit:function(a){a.renameNode(this.getValue())}},f,{type:"text",id:"rowSpan",label:c.rowSpan,"default":"",validate:i.integer(c.invalidRowSpan),setup:d(function(a){if((a=parseInt(a.getAttribute("rowSpan"),10))&&1!=a)return a}),commit:function(a){var b=parseInt(this.getValue(),10);b&&1!=b?a.setAttribute("rowSpan",this.getValue()):a.removeAttribute("rowSpan")}}, +{type:"text",id:"colSpan",label:c.colSpan,"default":"",validate:i.integer(c.invalidColSpan),setup:d(function(a){if((a=parseInt(a.getAttribute("colSpan"),10))&&1!=a)return a}),commit:function(a){var b=parseInt(this.getValue(),10);b&&1!=b?a.setAttribute("colSpan",this.getValue()):a.removeAttribute("colSpan")}},f,{type:"hbox",padding:0,widths:["60%","40%"],children:[{type:"text",id:"bgColor",label:c.bgColor,"default":"",setup:d(function(a){var b=a.getAttribute("bgColor");return a.getStyle("background-color")|| +b}),commit:function(a){this.getValue()?a.setStyle("background-color",this.getValue()):a.removeStyle("background-color");a.removeAttribute("bgColor")}},k?{type:"button",id:"bgColorChoose","class":"colorChooser",label:c.chooseColor,onLoad:function(){this.getElement().getParent().setStyle("vertical-align","bottom")},onClick:function(){g.getColorFromDialog(function(a){a&&this.getDialog().getContentElement("info","bgColor").setValue(a);this.focus()},this)}}:f]},f,{type:"hbox",padding:0,widths:["60%","40%"], +children:[{type:"text",id:"borderColor",label:c.borderColor,"default":"",setup:d(function(a){var b=a.getAttribute("borderColor");return a.getStyle("border-color")||b}),commit:function(a){this.getValue()?a.setStyle("border-color",this.getValue()):a.removeStyle("border-color");a.removeAttribute("borderColor")}},k?{type:"button",id:"borderColorChoose","class":"colorChooser",label:c.chooseColor,style:(m?"margin-right":"margin-left")+": 10px",onLoad:function(){this.getElement().getParent().setStyle("vertical-align", +"bottom")},onClick:function(){g.getColorFromDialog(function(a){a&&this.getDialog().getContentElement("info","borderColor").setValue(a);this.focus()},this)}}:f]}]}]}]}],onShow:function(){this.cells=CKEDITOR.plugins.tabletools.getSelectedCells(this._.editor.getSelection());this.setupContent(this.cells)},onOk:function(){for(var a=this._.editor.getSelection(),b=a.createBookmarks(),c=this.cells,d=0;d<c.length;d++)this.commitContent(c[d]);this._.editor.forceNextSelectionCheck();a.selectBookmarks(b);this._.editor.selectionChange()}, +onLoad:function(){var a={};this.foreach(function(b){b.setup&&b.commit&&(b.setup=CKEDITOR.tools.override(b.setup,function(c){return function(){c.apply(this,arguments);a[b.id]=b.getValue()}}),b.commit=CKEDITOR.tools.override(b.commit,function(c){return function(){a[b.id]!==b.getValue()&&c.apply(this,arguments)}}))})}}}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/templates/dialogs/templates.css b/skins/ckeditor/plugins/templates/dialogs/templates.css new file mode 100644 index 0000000..ccb922a --- /dev/null +++ b/skins/ckeditor/plugins/templates/dialogs/templates.css @@ -0,0 +1,84 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ + +.cke_tpl_list +{ + border: #dcdcdc 2px solid; + background-color: #ffffff; + overflow-y: auto; + overflow-x: hidden; + width: 100%; + height: 220px; +} + +.cke_tpl_item +{ + margin: 5px; + padding: 7px; + border: #eeeeee 1px solid; + *width: 88%; +} + +.cke_tpl_preview +{ + border-collapse: separate; + text-indent:0; + width: 100%; +} +.cke_tpl_preview td +{ + padding: 2px; + vertical-align: middle; +} +.cke_tpl_preview .cke_tpl_preview_img +{ + width: 100px; +} +.cke_tpl_preview span +{ + white-space: normal; +} + +.cke_tpl_title +{ + font-weight: bold; +} + +.cke_tpl_list a:hover .cke_tpl_item, +.cke_tpl_list a:focus .cke_tpl_item, +.cke_tpl_list a:active .cke_tpl_item +{ + border: #ff9933 1px solid; + background-color: #fffacd; +} + +.cke_tpl_list a:hover *, +.cke_tpl_list a:focus *, +.cke_tpl_list a:active * +{ + cursor: pointer; +} + +/* IE6 contextual selectors childs won't get :hover transition until, + the hover style of the link itself contains certain CSS declarations.*/ +.cke_browser_ie6 .cke_tpl_list a:active, +.cke_browser_ie6 .cke_tpl_list a:hover, +.cke_browser_ie6 .cke_tpl_list a:focus +{ + background-position: 0 0; +} + +.cke_hc .cke_tpl_list a:hover .cke_tpl_item, +.cke_hc .cke_tpl_list a:focus .cke_tpl_item, +.cke_hc .cke_tpl_list a:active .cke_tpl_item +{ + border-width: 3px; +} + +.cke_tpl_empty, .cke_tpl_loading +{ + text-align: center; + padding: 5px; +} diff --git a/skins/ckeditor/plugins/templates/dialogs/templates.js b/skins/ckeditor/plugins/templates/dialogs/templates.js index c412e26..bd7832d 100644 --- a/skins/ckeditor/plugins/templates/dialogs/templates.js +++ b/skins/ckeditor/plugins/templates/dialogs/templates.js @@ -1,7 +1,10 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){var a=CKEDITOR.document;CKEDITOR.dialog.add('templates',function(b){function c(k,l){k.setHtml('');for(var m=0,n=l.length;m<n;m++){var o=CKEDITOR.getTemplates(l[m]),p=o.imagesPath,q=o.templates,r=q.length;for(var s=0;s<r;s++){var t=q[s],u=d(t,p);u.setAttribute('aria-posinset',s+1);u.setAttribute('aria-setsize',r);k.append(u);}}};function d(k,l){var m=CKEDITOR.dom.element.createFromHtml('<a href="javascript:void(0)" tabIndex="-1" role="option" ><div class="cke_tpl_item"></div></a>'),n='<table style="width:350px;" class="cke_tpl_preview" role="presentation"><tr>';if(k.image&&l)n+='<td class="cke_tpl_preview_img"><img src="'+CKEDITOR.getUrl(l+k.image)+'"'+(CKEDITOR.env.ie6Compat?' onload="this.width=this.width"':'')+' alt="" title=""></td>';n+='<td style="white-space:normal;"><span class="cke_tpl_title">'+k.title+'</span><br/>';if(k.description)n+='<span>'+k.description+'</span>';n+='</td></tr></table>';m.getFirst().setHtml(n);m.on('click',function(){e(k.html);});return m;};function e(k){var l=CKEDITOR.dialog.getCurrent(),m=l.getValueOf('selectTpl','chkInsertOpt');if(m){b.on('contentDom',function(n){n.removeListener();l.hide();var o=new CKEDITOR.dom.range(b.document);o.moveToElementEditStart(b.document.getBody());o.select(1);setTimeout(function(){b.fire('saveSnapshot');},0);});b.fire('saveSnapshot');b.setData(k);}else{b.insertHtml(k);l.hide();}};function f(k){var l=k.data.getTarget(),m=g.equals(l);if(m||g.contains(l)){var n=k.data.getKeystroke(),o=g.getElementsByTag('a'),p;if(o){if(m)p=o.getItem(0);else switch(n){case 40:p=l.getNext();break;case 38:p=l.getPrevious();break;case 13:case 32:l.fire('click');}if(p){p.focus();k.data.preventDefault();}}}};CKEDITOR.skins.load(b,'templates');var g,h='cke_tpl_list_label_'+CKEDITOR.tools.getNextNumber(),i=b.lang.templates,j=b.config;return{title:b.lang.templates.title,minWidth:CKEDITOR.env.ie?440:400,minHeight:340,contents:[{id:'selectTpl',label:i.title,elements:[{type:'vbox',padding:5,children:[{id:'selectTplText',type:'html',html:'<span>'+i.selectPromptMsg+'</span>'},{id:'templatesList',type:'html',focus:true,html:'<div class="cke_tpl_list" tabIndex="-1" role="listbox" aria-labelledby="'+h+'">'+'<div class="cke_tpl_loading"><span></span></div>'+'</div>'+'<span class="cke_voice_label" id="'+h+'">'+i.options+'</span>'},{id:'chkInsertOpt',type:'checkbox',label:i.insertOption,'default':j.templates_replaceContent}]}]}],buttons:[CKEDITOR.dialog.cancelButton],onShow:function(){var k=this.getContentElement('selectTpl','templatesList'); -g=k.getElement();CKEDITOR.loadTemplates(j.templates_files,function(){var l=(j.templates||'default').split(',');if(l.length){c(g,l);k.focus();}else g.setHtml('<div class="cke_tpl_empty"><span>'+i.emptyListMsg+'</span>'+'</div>');});this._.element.on('keydown',f);},onHide:function(){this._.element.removeListener('keydown',f);}};});})(); +/* + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.dialog.add("templates",function(c){function o(a,b){var k=CKEDITOR.dom.element.createFromHtml('<a href="javascript:void(0)" tabIndex="-1" role="option" ><div class="cke_tpl_item"></div></a>'),d='<table style="width:350px;" class="cke_tpl_preview" role="presentation"><tr>';a.image&&b&&(d+='<td class="cke_tpl_preview_img"><img src="'+CKEDITOR.getUrl(b+a.image)+'"'+(CKEDITOR.env.ie6Compat?' onload="this.width=this.width"':"")+' alt="" title=""></td>');d+='<td style="white-space:normal;"><span class="cke_tpl_title">'+ +a.title+"</span><br/>";a.description&&(d+="<span>"+a.description+"</span>");k.getFirst().setHtml(d+"</td></tr></table>");k.on("click",function(){p(a.html)});return k}function p(a){var b=CKEDITOR.dialog.getCurrent();b.getValueOf("selectTpl","chkInsertOpt")?(c.fire("saveSnapshot"),c.setData(a,function(){b.hide();var a=c.createRange();a.moveToElementEditStart(c.editable());a.select();setTimeout(function(){c.fire("saveSnapshot")},0)})):(c.insertHtml(a),b.hide())}function i(a){var b=a.data.getTarget(), +c=g.equals(b);if(c||g.contains(b)){var d=a.data.getKeystroke(),f=g.getElementsByTag("a"),e;if(f){if(c)e=f.getItem(0);else switch(d){case 40:e=b.getNext();break;case 38:e=b.getPrevious();break;case 13:case 32:b.fire("click")}e&&(e.focus(),a.data.preventDefault())}}}var h=CKEDITOR.plugins.get("templates");CKEDITOR.document.appendStyleSheet(CKEDITOR.getUrl(h.path+"dialogs/templates.css"));var g,h="cke_tpl_list_label_"+CKEDITOR.tools.getNextNumber(),f=c.lang.templates,l=c.config;return{title:c.lang.templates.title, +minWidth:CKEDITOR.env.ie?440:400,minHeight:340,contents:[{id:"selectTpl",label:f.title,elements:[{type:"vbox",padding:5,children:[{id:"selectTplText",type:"html",html:"<span>"+f.selectPromptMsg+"</span>"},{id:"templatesList",type:"html",focus:!0,html:'<div class="cke_tpl_list" tabIndex="-1" role="listbox" aria-labelledby="'+h+'"><div class="cke_tpl_loading"><span></span></div></div><span class="cke_voice_label" id="'+h+'">'+f.options+"</span>"},{id:"chkInsertOpt",type:"checkbox",label:f.insertOption, +"default":l.templates_replaceContent}]}]}],buttons:[CKEDITOR.dialog.cancelButton],onShow:function(){var a=this.getContentElement("selectTpl","templatesList");g=a.getElement();CKEDITOR.loadTemplates(l.templates_files,function(){var b=(l.templates||"default").split(",");if(b.length){var c=g;c.setHtml("");for(var d=0,h=b.length;d<h;d++)for(var e=CKEDITOR.getTemplates(b[d]),i=e.imagesPath,e=e.templates,n=e.length,j=0;j<n;j++){var m=o(e[j],i);m.setAttribute("aria-posinset",j+1);m.setAttribute("aria-setsize", +n);c.append(m)}a.focus()}else g.setHtml('<div class="cke_tpl_empty"><span>'+f.emptyListMsg+"</span></div>")});this._.element.on("keydown",i)},onHide:function(){this._.element.removeListener("keydown",i)}}})})(); \ No newline at end of file diff --git a/skins/ckeditor/plugins/templates/templates/default.js b/skins/ckeditor/plugins/templates/templates/default.js index 5db23b7..d8c172e 100644 --- a/skins/ckeditor/plugins/templates/templates/default.js +++ b/skins/ckeditor/plugins/templates/templates/default.js @@ -1,6 +1,6 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html 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:'<h3><img style="margin-right: 10px" height="100" width="100" align="left"/>Type the title here</h3><p>Type the text here</p>'},{title:'Strange Template',image:'template2.gif',description:'A template that defines two colums, each one with a title, and some text.',html:'<table cellspacing="0" cellpadding="0" style="width:100%" border="0"><tr><td style="width:50%"><h3>Title 1</h3></td><td></td><td style="width:50%"><h3>Title 2</h3></td></tr><tr><td>Text 1</td><td></td><td>Text 2</td></tr></table><p>More text goes here.</p>'},{title:'Text and Table',image:'template3.gif',description:'A title with some text and a table.',html:'<div style="width: 80%"><h3>Title goes here</h3><table style="width:150px;float: right" cellspacing="0" cellpadding="0" border="1"><caption style="border:solid 1px black"><strong>Table title</strong></caption></tr><tr><td> </td><td> </td><td> </td></tr><tr><td> </td><td> </td><td> </td></tr><tr><td> </td><td> </td><td> </td></tr></table><p>Type the text here</p></div>'}]}); +/* + Copyright (c) 2003-2014, 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:'<h3><img src=" " alt="" style="margin-right: 10px" height="100" width="100" align="left" />Type the title here</h3><p>Type the text here</p>'},{title:"Strange Template",image:"template2.gif",description:"A template that defines two colums, each one with a title, and some text.", +html:'<table cellspacing="0" cellpadding="0" style="width:100%" border="0"><tr><td style="width:50%"><h3>Title 1</h3></td><td></td><td style="width:50%"><h3>Title 2</h3></td></tr><tr><td>Text 1</td><td></td><td>Text 2</td></tr></table><p>More text goes here.</p>'},{title:"Text and Table",image:"template3.gif",description:"A title with some text and a table.",html:'<div style="width: 80%"><h3>Title goes here</h3><table style="width:150px;float: right" cellspacing="0" cellpadding="0" border="1"><caption style="border:solid 1px black"><strong>Table title</strong></caption><tr><td> </td><td> </td><td> </td></tr><tr><td> </td><td> </td><td> </td></tr><tr><td> </td><td> </td><td> </td></tr></table><p>Type the text here</p></div>'}]}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/uicolor/dialogs/uicolor.js b/skins/ckeditor/plugins/uicolor/dialogs/uicolor.js deleted file mode 100644 index 71828e5..0000000 --- a/skins/ckeditor/plugins/uicolor/dialogs/uicolor.js +++ /dev/null @@ -1,7 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('uicolor',function(a){var b,c,d,e=a.getUiColor(),f='cke_uicolor_picker'+CKEDITOR.tools.getNextNumber();function g(j){if(/^#/.test(j))j=window.YAHOO.util.Color.hex2rgb(j.substr(1));c.setValue(j,true);c.refresh(f);};function h(j,k){if(k||b._.contents.tab1.livePeview.getValue())a.setUiColor(j);b._.contents.tab1.configBox.setValue('config.uiColor = "#'+c.get('hex')+'"');};d={id:'yuiColorPicker',type:'html',html:"<div id='"+f+"' class='cke_uicolor_picker' style='width: 360px; height: 200px; position: relative;'></div>",onLoad:function(j){var k=CKEDITOR.getUrl('plugins/uicolor/yui/');c=new window.YAHOO.widget.ColorPicker(f,{showhsvcontrols:true,showhexcontrols:true,images:{PICKER_THUMB:k+'assets/picker_thumb.png',HUE_THUMB:k+'assets/hue_thumb.png'}});if(e)g(e);c.on('rgbChange',function(){b._.contents.tab1.predefined.setValue('');h('#'+c.get('hex'));});var l=new CKEDITOR.dom.nodeList(c.getElementsByTagName('input'));for(var m=0;m<l.count();m++)l.getItem(m).addClass('cke_dialog_ui_input_text');}};var i=true;return{title:a.lang.uicolor.title,minWidth:360,minHeight:320,onLoad:function(){b=this;this.setupContent();if(CKEDITOR.env.ie7Compat)b.parts.contents.setStyle('overflow','hidden');},contents:[{id:'tab1',label:'',title:'',expand:true,padding:0,elements:[d,{id:'tab1',type:'vbox',children:[{id:'livePeview',type:'checkbox',label:a.lang.uicolor.preview,'default':1,onLoad:function(){i=true;},onChange:function(){if(i)return;var j=this.getValue(),k=j?'#'+c.get('hex'):e;h(k,true);}},{type:'hbox',children:[{id:'predefined',type:'select','default':'',label:a.lang.uicolor.predefined,items:[[''],['Light blue','#9AB8F3'],['Sand','#D2B48C'],['Metallic','#949AAA'],['Purple','#C2A3C7'],['Olive','#A2C980'],['Happy green','#9BD446'],['Jezebel Blue','#14B8C4'],['Burn','#FF893A'],['Easy red','#FF6969'],['Pisces 3','#48B4F2'],['Aquarius 5','#487ED4'],['Absinthe','#A8CF76'],['Scrambled Egg','#C7A622'],['Hello monday','#8E8D80'],['Lovely sunshine','#F1E8B1'],['Recycled air','#B3C593'],['Down','#BCBCA4'],['Mark Twain','#CFE91D'],['Specks of dust','#D1B596'],['Lollipop','#F6CE23']],onChange:function(){var j=this.getValue();if(j){g(j);h(j);CKEDITOR.document.getById('predefinedPreview').setStyle('background',j);}else CKEDITOR.document.getById('predefinedPreview').setStyle('background','');},onShow:function(){var j=a.getUiColor();if(j)this.setValue(j);}},{id:'predefinedPreview',type:'html',html:'<div id="cke_uicolor_preview" style="border: 1px solid black; padding: 3px; width: 30px;"><div id="predefinedPreview" style="width: 30px; height: 30px;"> </div></div>'}]},{id:'configBox',type:'text',label:a.lang.uicolor.config,onShow:function(){var j=a.getUiColor(); -if(j)this.setValue('config.uiColor = "'+j+'"');}}]}]}],buttons:[CKEDITOR.dialog.okButton]};}); diff --git a/skins/ckeditor/plugins/uicolor/lang/en.js b/skins/ckeditor/plugins/uicolor/lang/en.js deleted file mode 100644 index 8041e9b..0000000 --- a/skins/ckeditor/plugins/uicolor/lang/en.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.setLang('uicolor','en',{uicolor:{title:'UI Color Picker',preview:'Live preview',config:'Paste this string into your config.js file',predefined:'Predefined color sets'}}); diff --git a/skins/ckeditor/plugins/uicolor/lang/he.js b/skins/ckeditor/plugins/uicolor/lang/he.js deleted file mode 100644 index 0374c01..0000000 --- a/skins/ckeditor/plugins/uicolor/lang/he.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.setLang('uicolor','he',{uicolor:{title:'×××רת צ××¢ ××שק ×שת×ש',preview:'תצ××× ×ק××××',config:'×××ק ×ת ×××§×¡× ××× ×ת×× ×ק×××¥ config.js',predefined:'ק××צ×ת צ××¢×× ××××ר×ת ×ר×ש'}}); diff --git a/skins/ckeditor/plugins/uicolor/plugin.js b/skins/ckeditor/plugins/uicolor/plugin.js deleted file mode 100644 index da770e7..0000000 --- a/skins/ckeditor/plugins/uicolor/plugin.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add('uicolor',{requires:['dialog'],lang:['en','he'],init:function(a){if(CKEDITOR.env.ie6Compat)return;a.addCommand('uicolor',new CKEDITOR.dialogCommand('uicolor'));a.ui.addButton('UIColor',{label:a.lang.uicolor.title,command:'uicolor',icon:this.path+'uicolor.gif'});CKEDITOR.dialog.add('uicolor',this.path+'dialogs/uicolor.js');CKEDITOR.scriptLoader.load(CKEDITOR.getUrl('plugins/uicolor/yui/yui.js'));a.element.getDocument().appendStyleSheet(CKEDITOR.getUrl('plugins/uicolor/yui/assets/yui.css'));}}); diff --git a/skins/ckeditor/plugins/uicolor/uicolor.gif b/skins/ckeditor/plugins/uicolor/uicolor.gif deleted file mode 100644 index ec33de6..0000000 Binary files a/skins/ckeditor/plugins/uicolor/uicolor.gif and /dev/null differ diff --git a/skins/ckeditor/plugins/uicolor/yui/assets/hue_bg.png b/skins/ckeditor/plugins/uicolor/yui/assets/hue_bg.png deleted file mode 100644 index d9bcdeb..0000000 Binary files a/skins/ckeditor/plugins/uicolor/yui/assets/hue_bg.png and /dev/null differ diff --git a/skins/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png b/skins/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png deleted file mode 100644 index 14d5db4..0000000 Binary files a/skins/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png and /dev/null differ diff --git a/skins/ckeditor/plugins/uicolor/yui/assets/picker_mask.png b/skins/ckeditor/plugins/uicolor/yui/assets/picker_mask.png deleted file mode 100644 index f8d9193..0000000 Binary files a/skins/ckeditor/plugins/uicolor/yui/assets/picker_mask.png and /dev/null differ diff --git a/skins/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png b/skins/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png deleted file mode 100644 index 78445a2..0000000 Binary files a/skins/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png and /dev/null differ diff --git a/skins/ckeditor/plugins/uicolor/yui/assets/yui.css b/skins/ckeditor/plugins/uicolor/yui/assets/yui.css deleted file mode 100644 index d606e92..0000000 --- a/skins/ckeditor/plugins/uicolor/yui/assets/yui.css +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -.yui-h-slider,.yui-v-slider{position:relative;}.yui-h-slider .yui-slider-thumb,.yui-v-slider .yui-slider-thumb{position:absolute;cursor:default;}.yui-skin-sam .yui-h-slider{background:url(bg-h.gif) no-repeat 5px 0;height:28px;width:228px;}.yui-skin-sam .yui-h-slider .yui-slider-thumb{top:4px;}.yui-skin-sam .yui-v-slider{background:url(bg-v.gif) no-repeat 12px 0;height:228px;width:48px;}.cke_uicolor_picker .yui-picker-panel{background:#e3e3e3;border-color:#888;}.cke_uicolor_picker .yui-picker-panel .hd{background-color:#ccc;font-size:100%;line-height:100%;border:1px solid #e3e3e3;font-weight:bold;overflow:hidden;padding:6px;color:#000;}.cke_uicolor_picker .yui-picker-panel .bd{background:#e8e8e8;margin:1px;height:200px;}.cke_uicolor_picker .yui-picker-panel .ft{background:#e8e8e8;margin:1px;padding:1px;}.cke_uicolor_picker .yui-picker{position:relative;}.cke_uicolor_picker .yui-picker-hue-thumb{cursor:default;width:18px;height:18px;top:-8px;left:-2px;z-index:9;position:absolute;}.cke_uicolor_picker .yui-picker-hue-bg{-moz-outline:none;outline:0 none;position:absolute;left:200px;height:183px;width:14px;background:url(hue_bg.png) no-repeat;top:4px;}.cke_uicolor_picker .yui-picker-bg{-moz-outline:none;outline:0 none;position:absolute;top:4px;left:4px;height:182px;width:182px;background-color:#F00;background-image:url(picker_mask.png);}*html .cke_uicolor_picker .yui-picker-bg{background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='picker_mask.png',sizingMethod='scale');}.cke_uicolor_picker .yui-picker-mask{position:absolute;z-index:1;top:0;left:0;}.cke_uicolor_picker .yui-picker-thumb{cursor:default;width:11px;height:11px;z-index:9;position:absolute;top:-4px;left:-4px;}.cke_uicolor_picker .yui-picker-swatch{position:absolute;left:240px;top:4px;height:60px;width:55px;border:1px solid #888;}.cke_uicolor_picker .yui-picker-websafe-swatch{position:absolute;left:304px;top:4px;height:24px;width:24px;border:1px solid #888;}.cke_uicolor_picker .yui-picker-controls{position:absolute;top:72px;left:226px;font:1em monospace;}.cke_uicolor_picker .yui-picker-controls .hd{background:transparent;border-width:0!important;}.cke_uicolor_picker .yui-picker-controls .bd{height:100px;border-width:0!important;}.cke_uicolor_picker .yui-picker-controls ul{float:left;padding:0 2px 0 0;margin:0;}.cke_uicolor_picker .yui-picker-controls li{padding:2px;list-style:none;margin:0;}.cke_uicolor_picker .yui-picker-controls input{font-size:.85em;width:2.4em;}.cke_uicolor_picker .yui-picker-hex-controls{clear:both;padding:2px;}.cke_uicolor_picker .yui-picker-hex-controls input{width:4.6em;}.cke_uicolor_picker .yui-picker-controls a{font:1em arial,helvetica,clean,sans-serif;display:block;*display:inline-block;padding:0;color:#000;} diff --git a/skins/ckeditor/plugins/uicolor/yui/yui.js b/skins/ckeditor/plugins/uicolor/yui/yui.js deleted file mode 100644 index ee0cad1..0000000 --- a/skins/ckeditor/plugins/uicolor/yui/yui.js +++ /dev/null @@ -1,76 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/*jsl:ignoreall*/ -/* -Copyright (c) 2009, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.7.0 -*/ -if(typeof YAHOO=="undefined"||!YAHOO){var YAHOO={};}YAHOO.namespace=function(){var A=arguments,E=null,C,B,D;for(C=0;C<A.length;C=C+1){D=(""+A[C]).split(".");E=YAHOO;for(B=(D[0]=="YAHOO")?1:0;B<D.length;B=B+1){E[D[B]]=E[D[B]]||{};E=E[D[B]];}}return E;};YAHOO.log=function(D,A,C){var B=YAHOO.widget.Logger;if(B&&B.log){return B.log(D,A,C);}else{return false;}};YAHOO.register=function(A,E,D){var I=YAHOO.env.modules,B,H,G,F,C;if(!I[A]){I[A]={versions:[],builds:[]};}B=I[A];H=D.version;G=D.build;F=YAHOO.env.listeners;B.name=A;B.version=H;B.build=G;B.versions.push(H);B.builds.push(G);B.mainClass=E;for(C=0;C<F.length;C=C+1){F[C](B);}if(E){E.VERSION=H;E.BUILD=G;}else{YAHOO.log("mainClass is undefined for module "+A,"warn");}};YAHOO.env=YAHOO.env||{modules:[],listeners:[]};YAHOO.env.getVersion=function(A){return YAHOO.env.modules[A]||null;};YAHOO.env.ua=function(){var C={ie:0,opera:0,gecko:0,webkit:0,mobile:null,air:0,caja:0},B=navigator.userAgent,A;if((/KHTML/).test(B)){C.webkit=1;}A=B.match(/AppleWebKit\/([^\s]*)/);if(A&&A[1]){C.webkit=parseFloat(A[1]);if(/ Mobile\//.test(B)){C.mobile="Apple";}else{A=B.match(/NokiaN[^\/]*/);if(A){C.mobile=A[0];}}A=B.match(/AdobeAIR\/([^\s]*)/);if(A){C.air=A[0];}}if(!C.webkit){A=B.match(/Opera[\s\/]([^\s]*)/);if(A&&A[1]){C.opera=parseFloat(A[1]);A=B.match(/Opera Mini[^;]*/);if(A){C.mobile=A[0];}}else{A=B.match(/MSIE\s([^;]*)/);if(A&&A[1]){C.ie=parseFloat(A[1]);}else{A=B.match(/Gecko\/([^\s]*)/);if(A){C.gecko=1;A=B.match(/rv:([^\s\)]*)/);if(A&&A[1]){C.gecko=parseFloat(A[1]);}}}}}A=B.match(/Caja\/([^\s]*)/);if(A&&A[1]){C.caja=parseFloat(A[1]);}return C;}();(function(){YAHOO.namespace("util","widget","example");if("undefined"!==typeof YAHOO_config){var B=YAHOO_config.listener,A=YAHOO.env.listeners,D=true,C;if(B){for(C=0;C<A.length;C=C+1){if(A[C]==B){D=false;break;}}if(D){A.push(B);}}}})();YAHOO.lang=YAHOO.lang||{};(function(){var B=YAHOO.lang,F="[object Array]",C="[object Function]",A=Object.prototype,E=["toString","valueOf"],D={isArray:function(G){return A.toString.apply(G)===F;},isBoolean:function(G){return typeof G==="boolean";},isFunction:function(G){return A.toString.apply(G)===C;},isNull:function(G){return G===null;},isNumber:function(G){return typeof G==="number"&&isFinite(G);},isObject:function(G){return(G&&(typeof G==="object"||B.isFunction(G)))||false;},isString:function(G){return typeof G==="string";},isUndefined:function(G){return typeof G==="undefined";},_IEEnumFix:(YAHOO.env.ua.ie)?function(I,H){var G,K,J;for(G=0;G<E.length;G=G+1){K=E[G];J=H[K];if(B.isFunction(J)&&J!=A[K]){I[K]=J;}}}:function(){},extend:function(J,K,I){if(!K||!J){throw new Error("extend failed, please check that "+"all dependencies are included.");}var H=function(){},G;H.prototype=K.prototype;J.prototype=new H();J.prototype.constructor=J;J.superclass=K.prototype;if(K.prototype.constructor==A.constructor){K.prototype.constructor=K;}if(I){for(G in I){if(B.hasOwnProperty(I,G)){J.prototype[G]=I[G];}}B._IEEnumFix(J.prototype,I);}},augmentObject:function(K,J){if(!J||!K){throw new Error("Absorb failed, verify dependencies.");}var G=arguments,I,L,H=G[2];if(H&&H!==true){for(I=2;I<G.length;I=I+1){K[G[I]]=J[G[I]];}}else{for(L in J){if(H||!(L in K)){K[L]=J[L];}}B._IEEnumFix(K,J);}},augmentProto:function(J,I){if(!I||!J){throw new Error("Augment failed, verify dependencies.");}var G=[J.prototype,I.prototype],H;for(H=2;H<arguments.length;H=H+1){G.push(arguments[H]);}B.augmentObject.apply(this,G);},dump:function(G,L){var I,K,N=[],O="{...}",H="f(){...}",M=", ",J=" => ";if(!B.isObject(G)){return G+"";}else{if(G instanceof Date||("nodeType" in G&&"tagName" in G)){return G;}else{if(B.isFunction(G)){return H;}}}L=(B.isNumber(L))?L:3;if(B.isArray(G)){N.push("[");for(I=0,K=G.length;I<K;I=I+1){if(B.isObject(G[I])){N.push((L>0)?B.dump(G[I],L-1):O);}else{N.push(G[I]);}N.push(M);}if(N.length>1){N.pop();}N.push("]");}else{N.push("{");for(I in G){if(B.hasOwnProperty(G,I)){N.push(I+J);if(B.isObject(G[I])){N.push((L>0)?B.dump(G[I],L-1):O);}else{N.push(G[I]);}N.push(M);}}if(N.length>1){N.pop();}N.push("}");}return N.join("");},substitute:function(V,H,O){var L,K,J,R,S,U,Q=[],I,M="dump",P=" ",G="{",T="}",N;for(;;){L=V.lastIndexOf(G);if(L<0){break;}K=V.indexOf(T,L);if(L+1>=K){break;}I=V.substring(L+1,K);R=I;U=null;J=R.indexOf(P);if(J>-1){U=R.substring(J+1);R=R.substring(0,J);}S=H[R];if(O){S=O(R,S,U);}if(B.isObject(S)){if(B.isArray(S)){S=B.dump(S,parseInt(U,10));}else{U=U||"";N=U.indexOf(M);if(N>-1){U=U.substring(4);}if(S.toString===A.toString||N>-1){S=B.dump(S,parseInt(U,10));}else{S=S.toString();}}}else{if(!B.isString(S)&&!B.isNumber(S)){S="~-"+Q.length+"-~";Q[Q.length]=I;}}V=V.substring(0,L)+S+V.substring(K+1);}for(L=Q.length-1;L>=0;L=L-1){V=V.replace(new RegExp("~-"+L+"-~"),"{"+Q[L]+"}","g");}return V;},trim:function(G){try{return G.replace(/^\s+|\s+$/g,"");}catch(H){return G;}},merge:function(){var J={},H=arguments,G=H.length,I;for(I=0;I<G;I=I+1){B.augmentObject(J,H[I],true);}return J;},later:function(N,H,O,J,K){N=N||0;H=H||{};var I=O,M=J,L,G;if(B.isString(O)){I=H[O];}if(!I){throw new TypeError("method undefined");}if(!B.isArray(M)){M=[J];}L=function(){I.apply(H,M);};G=(K)?setInterval(L,N):setTimeout(L,N);return{interval:K,cancel:function(){if(this.interval){clearInterval(G);}else{clearTimeout(G);}}};},isValue:function(G){return(B.isObject(G)||B.isString(G)||B.isNumber(G)||B.isBoolean(G));}};B.hasOwnProperty=(A.hasOwnProperty)?function(G,H){return G&&G.hasOwnProperty(H);}:function(G,H){return !B.isUndefined(G[H])&&G.constructor.prototype[H]!==G[H];};D.augmentObject(B,D,true);YAHOO.util.Lang=B;B.augment=B.augmentProto;YAHOO.augment=B.augmentProto;YAHOO.extend=B.extend;})();YAHOO.register("yahoo",YAHOO,{version:"2.7.0",build:"1796"});(function(){YAHOO.env._id_counter=YAHOO.env._id_counter||0;var E=YAHOO.util,L=YAHOO.lang,m=YAHOO.env.ua,A=YAHOO.lang.trim,d={},h={},N=/^t(?:able|d|h)$/i,X=/color$/i,K=window.document,W=K.documentElement,e="ownerDocument",n="defaultView",v="documentElement",t="compatMode",b="offsetLeft",P="offsetTop",u="offsetParent",Z="parentNode",l="nodeType",C="tagName",O="scrollLeft",i="scrollTop",Q="getBoundingClientRect",w="getComputedStyle",a="currentStyle",M="CSS1Compat",c="BackCompat",g="class",F="className",J="",B=" ",s="(?:^|\\s)",k="(?= |$)",U="g",p="position",f="fixed",V="relative",j="left",o="top",r="medium",q="borderLeftWidth",R="borderTopWidth",D=m.opera,I=m.webkit,H=m.gecko,T=m.ie;E.Dom={CUSTOM_ATTRIBUTES:(!W.hasAttribute)?{"for":"htmlFor","class":F}:{"htmlFor":"for","className":g},get:function(y){var AA,Y,z,x,G;if(y){if(y[l]||y.item){return y;}if(typeof y==="string"){AA=y;y=K.getElementById(y);if(y&&y.id===AA){return y;}else{if(y&&K.all){y=null;Y=K.all[AA];for(x=0,G=Y.length;x<G;++x){if(Y[x].id===AA){return Y[x];}}}}return y;}if(y.DOM_EVENTS){y=y.get("element");}if("length" in y){z=[];for(x=0,G=y.length;x<G;++x){z[z.length]=E.Dom.get(y[x]);}return z;}return y;}return null;},getComputedStyle:function(G,Y){if(window[w]){return G[e][n][w](G,null)[Y];}else{if(G[a]){return E.Dom.IE_ComputedStyle.get(G,Y);}}},getStyle:function(G,Y){return E.Dom.batch(G,E.Dom._getStyle,Y);},_getStyle:function(){if(window[w]){return function(G,y){y=(y==="float")?y="cssFloat":E.Dom._toCamel(y);var x=G.style[y],Y;if(!x){Y=G[e][n][w](G,null);if(Y){x=Y[y];}}return x;};}else{if(W[a]){return function(G,y){var x;switch(y){case"opacity":x=100;try{x=G.filters["DXImageTransform.Microsoft.Alpha"].opacity;}catch(z){try{x=G.filters("alpha").opacity;}catch(Y){}}return x/100;case"float":y="styleFloat";default:y=E.Dom._toCamel(y);x=G[a]?G[a][y]:null;return(G.style[y]||x);}};}}}(),setStyle:function(G,Y,x){E.Dom.batch(G,E.Dom._setStyle,{prop:Y,val:x});},_setStyle:function(){if(T){return function(Y,G){var x=E.Dom._toCamel(G.prop),y=G.val;if(Y){switch(x){case"opacity":if(L.isString(Y.style.filter)){Y.style.filter="alpha(opacity="+y*100+")";if(!Y[a]||!Y[a].hasLayout){Y.style.zoom=1;}}break;case"float":x="styleFloat";default:Y.style[x]=y;}}else{}};}else{return function(Y,G){var x=E.Dom._toCamel(G.prop),y=G.val;if(Y){if(x=="float"){x="cssFloat";}Y.style[x]=y;}else{}};}}(),getXY:function(G){return E.Dom.batch(G,E.Dom._getXY);},_canPosition:function(G){return(E.Dom._getStyle(G,"display")!=="none"&&E.Dom._inDoc(G));},_getXY:function(){if(K[v][Q]){return function(y){var z,Y,AA,AF,AE,AD,AC,G,x,AB=Math.floor,AG=false;if(E.Dom._canPosition(y)){AA=y[Q]();AF=y[e];z=E.Dom.getDocumentScrollLeft(AF);Y=E.Dom.getDocumentScrollTop(AF);AG=[AB(AA[j]),AB(AA[o])];if(T&&m.ie<8){AE=2;AD=2;AC=AF[t];G=S(AF[v],q);x=S(AF[v],R);if(m.ie===6){if(AC!==c){AE=0;AD=0;}}if((AC==c)){if(G!==r){AE=parseInt(G,10);}if(x!==r){AD=parseInt(x,10);}}AG[0]-=AE;AG[1]-=AD;}if((Y||z)){AG[0]+=z;AG[1]+=Y;}AG[0]=AB(AG[0]);AG[1]=AB(AG[1]);}else{}return AG;};}else{return function(y){var x,Y,AA,AB,AC,z=false,G=y;if(E.Dom._canPosition(y)){z=[y[b],y[P]];x=E.Dom.getDocumentScrollLeft(y[e]);Y=E.Dom.getDocumentScrollTop(y[e]);AC=((H||m.webkit>519)?true:false);while((G=G[u])){z[0]+=G[b];z[1]+=G[P];if(AC){z=E.Dom._calcBorders(G,z);}}if(E.Dom._getStyle(y,p)!==f){G=y;while((G=G[Z])&&G[C]){AA=G[i];AB=G[O];if(H&&(E.Dom._getStyle(G,"overflow")!=="visible")){z=E.Dom._calcBorders(G,z);}if(AA||AB){z[0]-=AB;z[1]-=AA;}}z[0]+=x;z[1]+=Y;}else{if(D){z[0]-=x;z[1]-=Y;}else{if(I||H){z[0]+=x;z[1]+=Y;}}}z[0]=Math.floor(z[0]);z[1]=Math.floor(z[1]);}else{}return z;};}}(),getX:function(G){var Y=function(x){return E.Dom.getXY(x)[0];};return E.Dom.batch(G,Y,E.Dom,true);},getY:function(G){var Y=function(x){return E.Dom.getXY(x)[1];};return E.Dom.batch(G,Y,E.Dom,true);},setXY:function(G,x,Y){E.Dom.batch(G,E.Dom._setXY,{pos:x,noRetry:Y});},_setXY:function(G,z){var AA=E.Dom._getStyle(G,p),y=E.Dom.setStyle,AD=z.pos,Y=z.noRetry,AB=[parseInt(E.Dom.getComputedStyle(G,j),10),parseInt(E.Dom.getComputedStyle(G,o),10)],AC,x;if(AA=="static"){AA=V;y(G,p,AA);}AC=E.Dom._getXY(G);if(!AD||AC===false){return false;}if(isNaN(AB[0])){AB[0]=(AA==V)?0:G[b];}if(isNaN(AB[1])){AB[1]=(AA==V)?0:G[P];}if(AD[0]!==null){y(G,j,AD[0]-AC[0]+AB[0]+"px");}if(AD[1]!==null){y(G,o,AD[1]-AC[1]+AB[1]+"px");}if(!Y){x=E.Dom._getXY(G);if((AD[0]!==null&&x[0]!=AD[0])||(AD[1]!==null&&x[1]!=AD[1])){E.Dom._setXY(G,{pos:AD,noRetry:true});}}},setX:function(Y,G){E.Dom.setXY(Y,[G,null]);},setY:function(G,Y){E.Dom.setXY(G,[null,Y]);},getRegion:function(G){var Y=function(x){var y=false;if(E.Dom._canPosition(x)){y=E.Region.getRegion(x);}else{}return y;};return E.Dom.batch(G,Y,E.Dom,true);},getClientWidth:function(){return E.Dom.getViewportWidth();},getClientHeight:function(){return E.Dom.getViewportHeight();},getElementsByClassName:function(AB,AF,AC,AE,x,AD){AB=L.trim(AB);AF=AF||"*";AC=(AC)?E.Dom.get(AC):null||K;if(!AC){return[];}var Y=[],G=AC.getElementsByTagName(AF),z=E.Dom.hasClass;for(var y=0,AA=G.length;y<AA;++y){if(z(G[y],AB)){Y[Y.length]=G[y];}}if(AE){E.Dom.batch(Y,AE,x,AD);}return Y;},hasClass:function(Y,G){return E.Dom.batch(Y,E.Dom._hasClass,G);},_hasClass:function(x,Y){var G=false,y;if(x&&Y){y=E.Dom.getAttribute(x,F)||J;if(Y.exec){G=Y.test(y);}else{G=Y&&(B+y+B).indexOf(B+Y+B)>-1;}}else{}return G;},addClass:function(Y,G){return E.Dom.batch(Y,E.Dom._addClass,G);},_addClass:function(x,Y){var G=false,y;if(x&&Y){y=E.Dom.getAttribute(x,F)||J;if(!E.Dom._hasClass(x,Y)){E.Dom.setAttribute(x,F,A(y+B+Y));G=true;}}else{}return G;},removeClass:function(Y,G){return E.Dom.batch(Y,E.Dom._removeClass,G);},_removeClass:function(y,x){var Y=false,AA,z,G;if(y&&x){AA=E.Dom.getAttribute(y,F)||J;E.Dom.setAttribute(y,F,AA.replace(E.Dom._getClassRegex(x),J));z=E.Dom.getAttribute(y,F);if(AA!==z){E.Dom.setAttribute(y,F,A(z));Y=true;if(E.Dom.getAttribute(y,F)===""){G=(y.hasAttribute&&y.hasAttribute(g))?g:F;y.removeAttribute(G);}}}else{}return Y;},replaceClass:function(x,Y,G){return E.Dom.batch(x,E.Dom._replaceClass,{from:Y,to:G}); -},_replaceClass:function(y,x){var Y,AB,AA,G=false,z;if(y&&x){AB=x.from;AA=x.to;if(!AA){G=false;}else{if(!AB){G=E.Dom._addClass(y,x.to);}else{if(AB!==AA){z=E.Dom.getAttribute(y,F)||J;Y=(B+z.replace(E.Dom._getClassRegex(AB),B+AA)).split(E.Dom._getClassRegex(AA));Y.splice(1,0,B+AA);E.Dom.setAttribute(y,F,A(Y.join(J)));G=true;}}}}else{}return G;},generateId:function(G,x){x=x||"yui-gen";var Y=function(y){if(y&&y.id){return y.id;}var z=x+YAHOO.env._id_counter++;if(y){if(y[e].getElementById(z)){return E.Dom.generateId(y,z+x);}y.id=z;}return z;};return E.Dom.batch(G,Y,E.Dom,true)||Y.apply(E.Dom,arguments);},isAncestor:function(Y,x){Y=E.Dom.get(Y);x=E.Dom.get(x);var G=false;if((Y&&x)&&(Y[l]&&x[l])){if(Y.contains&&Y!==x){G=Y.contains(x);}else{if(Y.compareDocumentPosition){G=!!(Y.compareDocumentPosition(x)&16);}}}else{}return G;},inDocument:function(G,Y){return E.Dom._inDoc(E.Dom.get(G),Y);},_inDoc:function(Y,x){var G=false;if(Y&&Y[C]){x=x||Y[e];G=E.Dom.isAncestor(x[v],Y);}else{}return G;},getElementsBy:function(Y,AF,AB,AD,y,AC,AE){AF=AF||"*";AB=(AB)?E.Dom.get(AB):null||K;if(!AB){return[];}var x=[],G=AB.getElementsByTagName(AF);for(var z=0,AA=G.length;z<AA;++z){if(Y(G[z])){if(AE){x=G[z];break;}else{x[x.length]=G[z];}}}if(AD){E.Dom.batch(x,AD,y,AC);}return x;},getElementBy:function(x,G,Y){return E.Dom.getElementsBy(x,G,Y,null,null,null,true);},batch:function(x,AB,AA,z){var y=[],Y=(z)?AA:window;x=(x&&(x[C]||x.item))?x:E.Dom.get(x);if(x&&AB){if(x[C]||x.length===undefined){return AB.call(Y,x,AA);}for(var G=0;G<x.length;++G){y[y.length]=AB.call(Y,x[G],AA);}}else{return false;}return y;},getDocumentHeight:function(){var Y=(K[t]!=M||I)?K.body.scrollHeight:W.scrollHeight,G=Math.max(Y,E.Dom.getViewportHeight());return G;},getDocumentWidth:function(){var Y=(K[t]!=M||I)?K.body.scrollWidth:W.scrollWidth,G=Math.max(Y,E.Dom.getViewportWidth());return G;},getViewportHeight:function(){var G=self.innerHeight,Y=K[t];if((Y||T)&&!D){G=(Y==M)?W.clientHeight:K.body.clientHeight;}return G;},getViewportWidth:function(){var G=self.innerWidth,Y=K[t];if(Y||T){G=(Y==M)?W.clientWidth:K.body.clientWidth;}return G;},getAncestorBy:function(G,Y){while((G=G[Z])){if(E.Dom._testElement(G,Y)){return G;}}return null;},getAncestorByClassName:function(Y,G){Y=E.Dom.get(Y);if(!Y){return null;}var x=function(y){return E.Dom.hasClass(y,G);};return E.Dom.getAncestorBy(Y,x);},getAncestorByTagName:function(Y,G){Y=E.Dom.get(Y);if(!Y){return null;}var x=function(y){return y[C]&&y[C].toUpperCase()==G.toUpperCase();};return E.Dom.getAncestorBy(Y,x);},getPreviousSiblingBy:function(G,Y){while(G){G=G.previousSibling;if(E.Dom._testElement(G,Y)){return G;}}return null;},getPreviousSibling:function(G){G=E.Dom.get(G);if(!G){return null;}return E.Dom.getPreviousSiblingBy(G);},getNextSiblingBy:function(G,Y){while(G){G=G.nextSibling;if(E.Dom._testElement(G,Y)){return G;}}return null;},getNextSibling:function(G){G=E.Dom.get(G);if(!G){return null;}return E.Dom.getNextSiblingBy(G);},getFirstChildBy:function(G,x){var Y=(E.Dom._testElement(G.firstChild,x))?G.firstChild:null;return Y||E.Dom.getNextSiblingBy(G.firstChild,x);},getFirstChild:function(G,Y){G=E.Dom.get(G);if(!G){return null;}return E.Dom.getFirstChildBy(G);},getLastChildBy:function(G,x){if(!G){return null;}var Y=(E.Dom._testElement(G.lastChild,x))?G.lastChild:null;return Y||E.Dom.getPreviousSiblingBy(G.lastChild,x);},getLastChild:function(G){G=E.Dom.get(G);return E.Dom.getLastChildBy(G);},getChildrenBy:function(Y,y){var x=E.Dom.getFirstChildBy(Y,y),G=x?[x]:[];E.Dom.getNextSiblingBy(x,function(z){if(!y||y(z)){G[G.length]=z;}return false;});return G;},getChildren:function(G){G=E.Dom.get(G);if(!G){}return E.Dom.getChildrenBy(G);},getDocumentScrollLeft:function(G){G=G||K;return Math.max(G[v].scrollLeft,G.body.scrollLeft);},getDocumentScrollTop:function(G){G=G||K;return Math.max(G[v].scrollTop,G.body.scrollTop);},insertBefore:function(Y,G){Y=E.Dom.get(Y);G=E.Dom.get(G);if(!Y||!G||!G[Z]){return null;}return G[Z].insertBefore(Y,G);},insertAfter:function(Y,G){Y=E.Dom.get(Y);G=E.Dom.get(G);if(!Y||!G||!G[Z]){return null;}if(G.nextSibling){return G[Z].insertBefore(Y,G.nextSibling);}else{return G[Z].appendChild(Y);}},getClientRegion:function(){var x=E.Dom.getDocumentScrollTop(),Y=E.Dom.getDocumentScrollLeft(),y=E.Dom.getViewportWidth()+Y,G=E.Dom.getViewportHeight()+x;return new E.Region(x,y,G,Y);},setAttribute:function(Y,G,x){G=E.Dom.CUSTOM_ATTRIBUTES[G]||G;Y.setAttribute(G,x);},getAttribute:function(Y,G){G=E.Dom.CUSTOM_ATTRIBUTES[G]||G;return Y.getAttribute(G);},_toCamel:function(Y){var x=d;function G(y,z){return z.toUpperCase();}return x[Y]||(x[Y]=Y.indexOf("-")===-1?Y:Y.replace(/-([a-z])/gi,G));},_getClassRegex:function(Y){var G;if(Y!==undefined){if(Y.exec){G=Y;}else{G=h[Y];if(!G){Y=Y.replace(E.Dom._patterns.CLASS_RE_TOKENS,"\\$1");G=h[Y]=new RegExp(s+Y+k,U);}}}return G;},_patterns:{ROOT_TAG:/^body|html$/i,CLASS_RE_TOKENS:/([\.\(\)\^\$\*\+\?\|\[\]\{\}])/g},_testElement:function(G,Y){return G&&G[l]==1&&(!Y||Y(G));},_calcBorders:function(x,y){var Y=parseInt(E.Dom[w](x,R),10)||0,G=parseInt(E.Dom[w](x,q),10)||0;if(H){if(N.test(x[C])){Y=0;G=0;}}y[0]+=G;y[1]+=Y;return y;}};var S=E.Dom[w];if(m.opera){E.Dom[w]=function(Y,G){var x=S(Y,G);if(X.test(G)){x=E.Dom.Color.toRGB(x);}return x;};}if(m.webkit){E.Dom[w]=function(Y,G){var x=S(Y,G);if(x==="rgba(0, 0, 0, 0)"){x="transparent";}return x;};}})();YAHOO.util.Region=function(C,D,A,B){this.top=C;this.y=C;this[1]=C;this.right=D;this.bottom=A;this.left=B;this.x=B;this[0]=B;this.width=this.right-this.left;this.height=this.bottom-this.top;};YAHOO.util.Region.prototype.contains=function(A){return(A.left>=this.left&&A.right<=this.right&&A.top>=this.top&&A.bottom<=this.bottom);};YAHOO.util.Region.prototype.getArea=function(){return((this.bottom-this.top)*(this.right-this.left));};YAHOO.util.Region.prototype.intersect=function(E){var C=Math.max(this.top,E.top),D=Math.min(this.right,E.right),A=Math.min(this.bottom,E.bottom),B=Math.max(this.left,E.left);if(A>=C&&D>=B){return new YAHOO.util.Region(C,D,A,B); -}else{return null;}};YAHOO.util.Region.prototype.union=function(E){var C=Math.min(this.top,E.top),D=Math.max(this.right,E.right),A=Math.max(this.bottom,E.bottom),B=Math.min(this.left,E.left);return new YAHOO.util.Region(C,D,A,B);};YAHOO.util.Region.prototype.toString=function(){return("Region {"+"top: "+this.top+", right: "+this.right+", bottom: "+this.bottom+", left: "+this.left+", height: "+this.height+", width: "+this.width+"}");};YAHOO.util.Region.getRegion=function(D){var F=YAHOO.util.Dom.getXY(D),C=F[1],E=F[0]+D.offsetWidth,A=F[1]+D.offsetHeight,B=F[0];return new YAHOO.util.Region(C,E,A,B);};YAHOO.util.Point=function(A,B){if(YAHOO.lang.isArray(A)){B=A[1];A=A[0];}YAHOO.util.Point.superclass.constructor.call(this,B,A,B,A);};YAHOO.extend(YAHOO.util.Point,YAHOO.util.Region);(function(){var B=YAHOO.util,A="clientTop",F="clientLeft",J="parentNode",K="right",W="hasLayout",I="px",U="opacity",L="auto",D="borderLeftWidth",G="borderTopWidth",P="borderRightWidth",V="borderBottomWidth",S="visible",Q="transparent",N="height",E="width",H="style",T="currentStyle",R=/^width|height$/,O=/^(\d[.\d]*)+(em|ex|px|gd|rem|vw|vh|vm|ch|mm|cm|in|pt|pc|deg|rad|ms|s|hz|khz|%){1}?/i,M={get:function(X,Z){var Y="",a=X[T][Z];if(Z===U){Y=B.Dom.getStyle(X,U);}else{if(!a||(a.indexOf&&a.indexOf(I)>-1)){Y=a;}else{if(B.Dom.IE_COMPUTED[Z]){Y=B.Dom.IE_COMPUTED[Z](X,Z);}else{if(O.test(a)){Y=B.Dom.IE.ComputedStyle.getPixel(X,Z);}else{Y=a;}}}}return Y;},getOffset:function(Z,e){var b=Z[T][e],X=e.charAt(0).toUpperCase()+e.substr(1),c="offset"+X,Y="pixel"+X,a="",d;if(b==L){d=Z[c];if(d===undefined){a=0;}a=d;if(R.test(e)){Z[H][e]=d;if(Z[c]>d){a=d-(Z[c]-d);}Z[H][e]=L;}}else{if(!Z[H][Y]&&!Z[H][e]){Z[H][e]=b;}a=Z[H][Y];}return a+I;},getBorderWidth:function(X,Z){var Y=null;if(!X[T][W]){X[H].zoom=1;}switch(Z){case G:Y=X[A];break;case V:Y=X.offsetHeight-X.clientHeight-X[A];break;case D:Y=X[F];break;case P:Y=X.offsetWidth-X.clientWidth-X[F];break;}return Y+I;},getPixel:function(Y,X){var a=null,b=Y[T][K],Z=Y[T][X];Y[H][K]=Z;a=Y[H].pixelRight;Y[H][K]=b;return a+I;},getMargin:function(Y,X){var Z;if(Y[T][X]==L){Z=0+I;}else{Z=B.Dom.IE.ComputedStyle.getPixel(Y,X);}return Z;},getVisibility:function(Y,X){var Z;while((Z=Y[T])&&Z[X]=="inherit"){Y=Y[J];}return(Z)?Z[X]:S;},getColor:function(Y,X){return B.Dom.Color.toRGB(Y[T][X])||Q;},getBorderColor:function(Y,X){var Z=Y[T],a=Z[X]||Z.color;return B.Dom.Color.toRGB(B.Dom.Color.toHex(a));}},C={};C.top=C.right=C.bottom=C.left=C[E]=C[N]=M.getOffset;C.color=M.getColor;C[G]=C[P]=C[V]=C[D]=M.getBorderWidth;C.marginTop=C.marginRight=C.marginBottom=C.marginLeft=M.getMargin;C.visibility=M.getVisibility;C.borderColor=C.borderTopColor=C.borderRightColor=C.borderBottomColor=C.borderLeftColor=M.getBorderColor;B.Dom.IE_COMPUTED=C;B.Dom.IE_ComputedStyle=M;})();(function(){var C="toString",A=parseInt,B=RegExp,D=YAHOO.util;D.Dom.Color={KEYWORDS:{black:"000",silver:"c0c0c0",gray:"808080",white:"fff",maroon:"800000",red:"f00",purple:"800080",fuchsia:"f0f",green:"008000",lime:"0f0",olive:"808000",yellow:"ff0",navy:"000080",blue:"00f",teal:"008080",aqua:"0ff"},re_RGB:/^rgb\(([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\)$/i,re_hex:/^#?([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})$/i,re_hex3:/([0-9A-F])/gi,toRGB:function(E){if(!D.Dom.Color.re_RGB.test(E)){E=D.Dom.Color.toHex(E);}if(D.Dom.Color.re_hex.exec(E)){E="rgb("+[A(B.$1,16),A(B.$2,16),A(B.$3,16)].join(", ")+")";}return E;},toHex:function(H){H=D.Dom.Color.KEYWORDS[H]||H;if(D.Dom.Color.re_RGB.exec(H)){var G=(B.$1.length===1)?"0"+B.$1:Number(B.$1),F=(B.$2.length===1)?"0"+B.$2:Number(B.$2),E=(B.$3.length===1)?"0"+B.$3:Number(B.$3);H=[G[C](16),F[C](16),E[C](16)].join("");}if(H.length<6){H=H.replace(D.Dom.Color.re_hex3,"$1$1");}if(H!=="transparent"&&H.indexOf("#")<0){H="#"+H;}return H.toLowerCase();}};}());YAHOO.register("dom",YAHOO.util.Dom,{version:"2.7.0",build:"1796"});YAHOO.util.CustomEvent=function(D,C,B,A){this.type=D;this.scope=C||window;this.silent=B;this.signature=A||YAHOO.util.CustomEvent.LIST;this.subscribers=[];if(!this.silent){}var E="_YUICEOnSubscribe";if(D!==E){this.subscribeEvent=new YAHOO.util.CustomEvent(E,this,true);}this.lastError=null;};YAHOO.util.CustomEvent.LIST=0;YAHOO.util.CustomEvent.FLAT=1;YAHOO.util.CustomEvent.prototype={subscribe:function(A,B,C){if(!A){throw new Error("Invalid callback for subscriber to '"+this.type+"'");}if(this.subscribeEvent){this.subscribeEvent.fire(A,B,C);}this.subscribers.push(new YAHOO.util.Subscriber(A,B,C));},unsubscribe:function(D,F){if(!D){return this.unsubscribeAll();}var E=false;for(var B=0,A=this.subscribers.length;B<A;++B){var C=this.subscribers[B];if(C&&C.contains(D,F)){this._delete(B);E=true;}}return E;},fire:function(){this.lastError=null;var K=[],E=this.subscribers.length;if(!E&&this.silent){return true;}var I=[].slice.call(arguments,0),G=true,D,J=false;if(!this.silent){}var C=this.subscribers.slice(),A=YAHOO.util.Event.throwErrors;for(D=0;D<E;++D){var M=C[D];if(!M){J=true;}else{if(!this.silent){}var L=M.getScope(this.scope);if(this.signature==YAHOO.util.CustomEvent.FLAT){var B=null;if(I.length>0){B=I[0];}try{G=M.fn.call(L,B,M.obj);}catch(F){this.lastError=F;if(A){throw F;}}}else{try{G=M.fn.call(L,this.type,I,M.obj);}catch(H){this.lastError=H;if(A){throw H;}}}if(false===G){if(!this.silent){}break;}}}return(G!==false);},unsubscribeAll:function(){var A=this.subscribers.length,B;for(B=A-1;B>-1;B--){this._delete(B);}this.subscribers=[];return A;},_delete:function(A){var B=this.subscribers[A];if(B){delete B.fn;delete B.obj;}this.subscribers.splice(A,1);},toString:function(){return"CustomEvent: "+"'"+this.type+"', "+"context: "+this.scope;}};YAHOO.util.Subscriber=function(A,B,C){this.fn=A;this.obj=YAHOO.lang.isUndefined(B)?null:B;this.overrideContext=C;};YAHOO.util.Subscriber.prototype.getScope=function(A){if(this.overrideContext){if(this.overrideContext===true){return this.obj;}else{return this.overrideContext;}}return A;};YAHOO.util.Subscriber.prototype.contains=function(A,B){if(B){return(this.fn==A&&this.obj==B);}else{return(this.fn==A);}};YAHOO.util.Subscriber.prototype.toString=function(){return"Subscriber { obj: "+this.obj+", overrideContext: "+(this.overrideContext||"no")+" }";};if(!YAHOO.util.Event){YAHOO.util.Event=function(){var H=false;var I=[];var J=[];var G=[];var E=[];var C=0;var F=[];var B=[];var A=0;var D={63232:38,63233:40,63234:37,63235:39,63276:33,63277:34,25:9};var K=YAHOO.env.ua.ie?"focusin":"focus";var L=YAHOO.env.ua.ie?"focusout":"blur";return{POLL_RETRYS:2000,POLL_INTERVAL:20,EL:0,TYPE:1,FN:2,WFN:3,UNLOAD_OBJ:3,ADJ_SCOPE:4,OBJ:5,OVERRIDE:6,lastError:null,isSafari:YAHOO.env.ua.webkit,webkit:YAHOO.env.ua.webkit,isIE:YAHOO.env.ua.ie,_interval:null,_dri:null,DOMReady:false,throwErrors:false,startInterval:function(){if(!this._interval){var M=this;var N=function(){M._tryPreloadAttach();};this._interval=setInterval(N,this.POLL_INTERVAL);}},onAvailable:function(S,O,Q,R,P){var M=(YAHOO.lang.isString(S))?[S]:S;for(var N=0;N<M.length;N=N+1){F.push({id:M[N],fn:O,obj:Q,overrideContext:R,checkReady:P});}C=this.POLL_RETRYS;this.startInterval();},onContentReady:function(P,M,N,O){this.onAvailable(P,M,N,O,true);},onDOMReady:function(M,N,O){if(this.DOMReady){setTimeout(function(){var P=window;if(O){if(O===true){P=N;}else{P=O;}}M.call(P,"DOMReady",[],N);},0);}else{this.DOMReadyEvent.subscribe(M,N,O);}},_addListener:function(O,M,Y,S,W,b){if(!Y||!Y.call){return false;}if(this._isValidCollection(O)){var Z=true;for(var T=0,V=O.length;T<V;++T){Z=this.on(O[T],M,Y,S,W)&&Z;}return Z;}else{if(YAHOO.lang.isString(O)){var R=this.getEl(O);if(R){O=R;}else{this.onAvailable(O,function(){YAHOO.util.Event.on(O,M,Y,S,W);});return true;}}}if(!O){return false;}if("unload"==M&&S!==this){J[J.length]=[O,M,Y,S,W];return true;}var N=O;if(W){if(W===true){N=S;}else{N=W;}}var P=function(c){return Y.call(N,YAHOO.util.Event.getEvent(c,O),S);};var a=[O,M,Y,P,N,S,W];var U=I.length;I[U]=a;if(this.useLegacyEvent(O,M)){var Q=this.getLegacyIndex(O,M);if(Q==-1||O!=G[Q][0]){Q=G.length;B[O.id+M]=Q;G[Q]=[O,M,O["on"+M]];E[Q]=[];O["on"+M]=function(c){YAHOO.util.Event.fireLegacyEvent(YAHOO.util.Event.getEvent(c),Q);};}E[Q].push(a);}else{try{this._simpleAdd(O,M,P,b);}catch(X){this.lastError=X;this.removeListener(O,M,Y);return false;}}return true;},addListener:function(N,Q,M,O,P){return this._addListener(N,Q,M,O,P,false);},addFocusListener:function(N,M,O,P){return this._addListener(N,K,M,O,P,true);},removeFocusListener:function(N,M){return this.removeListener(N,K,M);},addBlurListener:function(N,M,O,P){return this._addListener(N,L,M,O,P,true);},removeBlurListener:function(N,M){return this.removeListener(N,L,M);},fireLegacyEvent:function(R,P){var T=true,M,V,U,N,S;V=E[P].slice();for(var O=0,Q=V.length;O<Q;++O){U=V[O];if(U&&U[this.WFN]){N=U[this.ADJ_SCOPE];S=U[this.WFN].call(N,R);T=(T&&S);}}M=G[P];if(M&&M[2]){M[2](R);}return T;},getLegacyIndex:function(N,O){var M=this.generateId(N)+O;if(typeof B[M]=="undefined"){return -1;}else{return B[M];}},useLegacyEvent:function(M,N){return(this.webkit&&this.webkit<419&&("click"==N||"dblclick"==N));},removeListener:function(N,M,V){var Q,T,X;if(typeof N=="string"){N=this.getEl(N);}else{if(this._isValidCollection(N)){var W=true;for(Q=N.length-1;Q>-1;Q--){W=(this.removeListener(N[Q],M,V)&&W);}return W;}}if(!V||!V.call){return this.purgeElement(N,false,M);}if("unload"==M){for(Q=J.length-1;Q>-1;Q--){X=J[Q];if(X&&X[0]==N&&X[1]==M&&X[2]==V){J.splice(Q,1);return true;}}return false;}var R=null;var S=arguments[3];if("undefined"===typeof S){S=this._getCacheIndex(N,M,V);}if(S>=0){R=I[S];}if(!N||!R){return false;}if(this.useLegacyEvent(N,M)){var P=this.getLegacyIndex(N,M);var O=E[P];if(O){for(Q=0,T=O.length;Q<T;++Q){X=O[Q];if(X&&X[this.EL]==N&&X[this.TYPE]==M&&X[this.FN]==V){O.splice(Q,1);break;}}}}else{try{this._simpleRemove(N,M,R[this.WFN],false);}catch(U){this.lastError=U;return false;}}delete I[S][this.WFN];delete I[S][this.FN]; -I.splice(S,1);return true;},getTarget:function(O,N){var M=O.target||O.srcElement;return this.resolveTextNode(M);},resolveTextNode:function(N){try{if(N&&3==N.nodeType){return N.parentNode;}}catch(M){}return N;},getPageX:function(N){var M=N.pageX;if(!M&&0!==M){M=N.clientX||0;if(this.isIE){M+=this._getScrollLeft();}}return M;},getPageY:function(M){var N=M.pageY;if(!N&&0!==N){N=M.clientY||0;if(this.isIE){N+=this._getScrollTop();}}return N;},getXY:function(M){return[this.getPageX(M),this.getPageY(M)];},getRelatedTarget:function(N){var M=N.relatedTarget;if(!M){if(N.type=="mouseout"){M=N.toElement;}else{if(N.type=="mouseover"){M=N.fromElement;}}}return this.resolveTextNode(M);},getTime:function(O){if(!O.time){var N=new Date().getTime();try{O.time=N;}catch(M){this.lastError=M;return N;}}return O.time;},stopEvent:function(M){this.stopPropagation(M);this.preventDefault(M);},stopPropagation:function(M){if(M.stopPropagation){M.stopPropagation();}else{M.cancelBubble=true;}},preventDefault:function(M){if(M.preventDefault){M.preventDefault();}else{M.returnValue=false;}},getEvent:function(O,M){var N=O||window.event;if(!N){var P=this.getEvent.caller;while(P){N=P.arguments[0];if(N&&Event==N.constructor){break;}P=P.caller;}}return N;},getCharCode:function(N){var M=N.keyCode||N.charCode||0;if(YAHOO.env.ua.webkit&&(M in D)){M=D[M];}return M;},_getCacheIndex:function(Q,R,P){for(var O=0,N=I.length;O<N;O=O+1){var M=I[O];if(M&&M[this.FN]==P&&M[this.EL]==Q&&M[this.TYPE]==R){return O;}}return -1;},generateId:function(M){var N=M.id;if(!N){N="yuievtautoid-"+A;++A;M.id=N;}return N;},_isValidCollection:function(N){try{return(N&&typeof N!=="string"&&N.length&&!N.tagName&&!N.alert&&typeof N[0]!=="undefined");}catch(M){return false;}},elCache:{},getEl:function(M){return(typeof M==="string")?document.getElementById(M):M;},clearCache:function(){},DOMReadyEvent:new YAHOO.util.CustomEvent("DOMReady",this),_load:function(N){if(!H){H=true;var M=YAHOO.util.Event;M._ready();M._tryPreloadAttach();}},_ready:function(N){var M=YAHOO.util.Event;if(!M.DOMReady){M.DOMReady=true;M.DOMReadyEvent.fire();M._simpleRemove(document,"DOMContentLoaded",M._ready);}},_tryPreloadAttach:function(){if(F.length===0){C=0;if(this._interval){clearInterval(this._interval);this._interval=null;}return;}if(this.locked){return;}if(this.isIE){if(!this.DOMReady){this.startInterval();return;}}this.locked=true;var S=!H;if(!S){S=(C>0&&F.length>0);}var R=[];var T=function(V,W){var U=V;if(W.overrideContext){if(W.overrideContext===true){U=W.obj;}else{U=W.overrideContext;}}W.fn.call(U,W.obj);};var N,M,Q,P,O=[];for(N=0,M=F.length;N<M;N=N+1){Q=F[N];if(Q){P=this.getEl(Q.id);if(P){if(Q.checkReady){if(H||P.nextSibling||!S){O.push(Q);F[N]=null;}}else{T(P,Q);F[N]=null;}}else{R.push(Q);}}}for(N=0,M=O.length;N<M;N=N+1){Q=O[N];T(this.getEl(Q.id),Q);}C--;if(S){for(N=F.length-1;N>-1;N--){Q=F[N];if(!Q||!Q.id){F.splice(N,1);}}this.startInterval();}else{if(this._interval){clearInterval(this._interval);this._interval=null;}}this.locked=false;},purgeElement:function(Q,R,T){var O=(YAHOO.lang.isString(Q))?this.getEl(Q):Q;var S=this.getListeners(O,T),P,M;if(S){for(P=S.length-1;P>-1;P--){var N=S[P];this.removeListener(O,N.type,N.fn);}}if(R&&O&&O.childNodes){for(P=0,M=O.childNodes.length;P<M;++P){this.purgeElement(O.childNodes[P],R,T);}}},getListeners:function(O,M){var R=[],N;if(!M){N=[I,J];}else{if(M==="unload"){N=[J];}else{N=[I];}}var T=(YAHOO.lang.isString(O))?this.getEl(O):O;for(var Q=0;Q<N.length;Q=Q+1){var V=N[Q];if(V){for(var S=0,U=V.length;S<U;++S){var P=V[S];if(P&&P[this.EL]===T&&(!M||M===P[this.TYPE])){R.push({type:P[this.TYPE],fn:P[this.FN],obj:P[this.OBJ],adjust:P[this.OVERRIDE],scope:P[this.ADJ_SCOPE],index:S});}}}}return(R.length)?R:null;},_unload:function(T){var N=YAHOO.util.Event,Q,P,O,S,R,U=J.slice(),M;for(Q=0,S=J.length;Q<S;++Q){O=U[Q];if(O){M=window;if(O[N.ADJ_SCOPE]){if(O[N.ADJ_SCOPE]===true){M=O[N.UNLOAD_OBJ];}else{M=O[N.ADJ_SCOPE];}}O[N.FN].call(M,N.getEvent(T,O[N.EL]),O[N.UNLOAD_OBJ]);U[Q]=null;}}O=null;M=null;J=null;if(I){for(P=I.length-1;P>-1;P--){O=I[P];if(O){N.removeListener(O[N.EL],O[N.TYPE],O[N.FN],P);}}O=null;}G=null;N._simpleRemove(window,"unload",N._unload);},_getScrollLeft:function(){return this._getScroll()[1];},_getScrollTop:function(){return this._getScroll()[0];},_getScroll:function(){var M=document.documentElement,N=document.body;if(M&&(M.scrollTop||M.scrollLeft)){return[M.scrollTop,M.scrollLeft];}else{if(N){return[N.scrollTop,N.scrollLeft];}else{return[0,0];}}},regCE:function(){},_simpleAdd:function(){if(window.addEventListener){return function(O,P,N,M){O.addEventListener(P,N,(M));};}else{if(window.attachEvent){return function(O,P,N,M){O.attachEvent("on"+P,N);};}else{return function(){};}}}(),_simpleRemove:function(){if(window.removeEventListener){return function(O,P,N,M){O.removeEventListener(P,N,(M));};}else{if(window.detachEvent){return function(N,O,M){N.detachEvent("on"+O,M);};}else{return function(){};}}}()};}();(function(){var EU=YAHOO.util.Event;EU.on=EU.addListener;EU.onFocus=EU.addFocusListener;EU.onBlur=EU.addBlurListener; -/* DOMReady: based on work by: Dean Edwards/John Resig/Matthias Miller */ -if(EU.isIE){YAHOO.util.Event.onDOMReady(YAHOO.util.Event._tryPreloadAttach,YAHOO.util.Event,true);var n=document.createElement("p");EU._dri=setInterval(function(){try{n.doScroll("left");clearInterval(EU._dri);EU._dri=null;EU._ready();n=null;}catch(ex){}},EU.POLL_INTERVAL);}else{if(EU.webkit&&EU.webkit<525){EU._dri=setInterval(function(){var rs=document.readyState;if("loaded"==rs||"complete"==rs){clearInterval(EU._dri);EU._dri=null;EU._ready();}},EU.POLL_INTERVAL);}else{EU._simpleAdd(document,"DOMContentLoaded",EU._ready);}}EU._simpleAdd(window,"load",EU._load);EU._simpleAdd(window,"unload",EU._unload);EU._tryPreloadAttach();})();}YAHOO.util.EventProvider=function(){};YAHOO.util.EventProvider.prototype={__yui_events:null,__yui_subscribers:null,subscribe:function(A,C,F,E){this.__yui_events=this.__yui_events||{};var D=this.__yui_events[A];if(D){D.subscribe(C,F,E); -}else{this.__yui_subscribers=this.__yui_subscribers||{};var B=this.__yui_subscribers;if(!B[A]){B[A]=[];}B[A].push({fn:C,obj:F,overrideContext:E});}},unsubscribe:function(C,E,G){this.__yui_events=this.__yui_events||{};var A=this.__yui_events;if(C){var F=A[C];if(F){return F.unsubscribe(E,G);}}else{var B=true;for(var D in A){if(YAHOO.lang.hasOwnProperty(A,D)){B=B&&A[D].unsubscribe(E,G);}}return B;}return false;},unsubscribeAll:function(A){return this.unsubscribe(A);},createEvent:function(G,D){this.__yui_events=this.__yui_events||{};var A=D||{};var I=this.__yui_events;if(I[G]){}else{var H=A.scope||this;var E=(A.silent);var B=new YAHOO.util.CustomEvent(G,H,E,YAHOO.util.CustomEvent.FLAT);I[G]=B;if(A.onSubscribeCallback){B.subscribeEvent.subscribe(A.onSubscribeCallback);}this.__yui_subscribers=this.__yui_subscribers||{};var F=this.__yui_subscribers[G];if(F){for(var C=0;C<F.length;++C){B.subscribe(F[C].fn,F[C].obj,F[C].overrideContext);}}}return I[G];},fireEvent:function(E,D,A,C){this.__yui_events=this.__yui_events||{};var G=this.__yui_events[E];if(!G){return null;}var B=[];for(var F=1;F<arguments.length;++F){B.push(arguments[F]);}return G.fire.apply(G,B);},hasEvent:function(A){if(this.__yui_events){if(this.__yui_events[A]){return true;}}return false;}};(function(){var A=YAHOO.util.Event,C=YAHOO.lang;YAHOO.util.KeyListener=function(D,I,E,F){if(!D){}else{if(!I){}else{if(!E){}}}if(!F){F=YAHOO.util.KeyListener.KEYDOWN;}var G=new YAHOO.util.CustomEvent("keyPressed");this.enabledEvent=new YAHOO.util.CustomEvent("enabled");this.disabledEvent=new YAHOO.util.CustomEvent("disabled");if(C.isString(D)){D=document.getElementById(D);}if(C.isFunction(E)){G.subscribe(E);}else{G.subscribe(E.fn,E.scope,E.correctScope);}function H(O,N){if(!I.shift){I.shift=false;}if(!I.alt){I.alt=false;}if(!I.ctrl){I.ctrl=false;}if(O.shiftKey==I.shift&&O.altKey==I.alt&&O.ctrlKey==I.ctrl){var J,M=I.keys,L;if(YAHOO.lang.isArray(M)){for(var K=0;K<M.length;K++){J=M[K];L=A.getCharCode(O);if(J==L){G.fire(L,O);break;}}}else{L=A.getCharCode(O);if(M==L){G.fire(L,O);}}}}this.enable=function(){if(!this.enabled){A.on(D,F,H);this.enabledEvent.fire(I);}this.enabled=true;};this.disable=function(){if(this.enabled){A.removeListener(D,F,H);this.disabledEvent.fire(I);}this.enabled=false;};this.toString=function(){return"KeyListener ["+I.keys+"] "+D.tagName+(D.id?"["+D.id+"]":"");};};var B=YAHOO.util.KeyListener;B.KEYDOWN="keydown";B.KEYUP="keyup";B.KEY={ALT:18,BACK_SPACE:8,CAPS_LOCK:20,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,META:224,NUM_LOCK:144,PAGE_DOWN:34,PAGE_UP:33,PAUSE:19,PRINTSCREEN:44,RIGHT:39,SCROLL_LOCK:145,SHIFT:16,SPACE:32,TAB:9,UP:38};})();YAHOO.register("event",YAHOO.util.Event,{version:"2.7.0",build:"1796"});YAHOO.register("yahoo-dom-event", YAHOO, {version: "2.7.0", build: "1796"}); -/* -Copyright (c) 2009, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.7.0 -*/ -if(!YAHOO.util.DragDropMgr){YAHOO.util.DragDropMgr=function(){var A=YAHOO.util.Event,B=YAHOO.util.Dom;return{useShim:false,_shimActive:false,_shimState:false,_debugShim:false,_createShim:function(){var C=document.createElement("div");C.id="yui-ddm-shim";if(document.body.firstChild){document.body.insertBefore(C,document.body.firstChild);}else{document.body.appendChild(C);}C.style.display="none";C.style.backgroundColor="red";C.style.position="absolute";C.style.zIndex="99999";B.setStyle(C,"opacity","0");this._shim=C;A.on(C,"mouseup",this.handleMouseUp,this,true);A.on(C,"mousemove",this.handleMouseMove,this,true);A.on(window,"scroll",this._sizeShim,this,true);},_sizeShim:function(){if(this._shimActive){var C=this._shim;C.style.height=B.getDocumentHeight()+"px";C.style.width=B.getDocumentWidth()+"px";C.style.top="0";C.style.left="0";}},_activateShim:function(){if(this.useShim){if(!this._shim){this._createShim();}this._shimActive=true;var C=this._shim,D="0";if(this._debugShim){D=".5";}B.setStyle(C,"opacity",D);this._sizeShim();C.style.display="block";}},_deactivateShim:function(){this._shim.style.display="none";this._shimActive=false;},_shim:null,ids:{},handleIds:{},dragCurrent:null,dragOvers:{},deltaX:0,deltaY:0,preventDefault:true,stopPropagation:true,initialized:false,locked:false,interactionInfo:null,init:function(){this.initialized=true;},POINT:0,INTERSECT:1,STRICT_INTERSECT:2,mode:0,_execOnAll:function(E,D){for(var F in this.ids){for(var C in this.ids[F]){var G=this.ids[F][C];if(!this.isTypeOfDD(G)){continue;}G[E].apply(G,D);}}},_onLoad:function(){this.init();A.on(document,"mouseup",this.handleMouseUp,this,true);A.on(document,"mousemove",this.handleMouseMove,this,true);A.on(window,"unload",this._onUnload,this,true);A.on(window,"resize",this._onResize,this,true);},_onResize:function(C){this._execOnAll("resetConstraints",[]);},lock:function(){this.locked=true;},unlock:function(){this.locked=false;},isLocked:function(){return this.locked;},locationCache:{},useCache:true,clickPixelThresh:3,clickTimeThresh:1000,dragThreshMet:false,clickTimeout:null,startX:0,startY:0,fromTimeout:false,regDragDrop:function(D,C){if(!this.initialized){this.init();}if(!this.ids[C]){this.ids[C]={};}this.ids[C][D.id]=D;},removeDDFromGroup:function(E,C){if(!this.ids[C]){this.ids[C]={};}var D=this.ids[C];if(D&&D[E.id]){delete D[E.id];}},_remove:function(E){for(var D in E.groups){if(D){var C=this.ids[D];if(C&&C[E.id]){delete C[E.id];}}}delete this.handleIds[E.id];},regHandle:function(D,C){if(!this.handleIds[D]){this.handleIds[D]={};}this.handleIds[D][C]=C;},isDragDrop:function(C){return(this.getDDById(C))?true:false;},getRelated:function(H,D){var G=[];for(var F in H.groups){for(var E in this.ids[F]){var C=this.ids[F][E];if(!this.isTypeOfDD(C)){continue;}if(!D||C.isTarget){G[G.length]=C;}}}return G;},isLegalTarget:function(G,F){var D=this.getRelated(G,true);for(var E=0,C=D.length;E<C;++E){if(D[E].id==F.id){return true;}}return false;},isTypeOfDD:function(C){return(C&&C.__ygDragDrop);},isHandle:function(D,C){return(this.handleIds[D]&&this.handleIds[D][C]);},getDDById:function(D){for(var C in this.ids){if(this.ids[C][D]){return this.ids[C][D];}}return null;},handleMouseDown:function(E,D){this.currentTarget=YAHOO.util.Event.getTarget(E);this.dragCurrent=D;var C=D.getEl();this.startX=YAHOO.util.Event.getPageX(E);this.startY=YAHOO.util.Event.getPageY(E);this.deltaX=this.startX-C.offsetLeft;this.deltaY=this.startY-C.offsetTop;this.dragThreshMet=false;this.clickTimeout=setTimeout(function(){var F=YAHOO.util.DDM;F.startDrag(F.startX,F.startY);F.fromTimeout=true;},this.clickTimeThresh);},startDrag:function(C,E){if(this.dragCurrent&&this.dragCurrent.useShim){this._shimState=this.useShim;this.useShim=true;}this._activateShim();clearTimeout(this.clickTimeout);var D=this.dragCurrent;if(D&&D.events.b4StartDrag){D.b4StartDrag(C,E);D.fireEvent("b4StartDragEvent",{x:C,y:E});}if(D&&D.events.startDrag){D.startDrag(C,E);D.fireEvent("startDragEvent",{x:C,y:E});}this.dragThreshMet=true;},handleMouseUp:function(C){if(this.dragCurrent){clearTimeout(this.clickTimeout);if(this.dragThreshMet){if(this.fromTimeout){this.fromTimeout=false;this.handleMouseMove(C);}this.fromTimeout=false;this.fireEvents(C,true);}else{}this.stopDrag(C);this.stopEvent(C);}},stopEvent:function(C){if(this.stopPropagation){YAHOO.util.Event.stopPropagation(C);}if(this.preventDefault){YAHOO.util.Event.preventDefault(C);}},stopDrag:function(E,D){var C=this.dragCurrent;if(C&&!D){if(this.dragThreshMet){if(C.events.b4EndDrag){C.b4EndDrag(E);C.fireEvent("b4EndDragEvent",{e:E});}if(C.events.endDrag){C.endDrag(E);C.fireEvent("endDragEvent",{e:E});}}if(C.events.mouseUp){C.onMouseUp(E);C.fireEvent("mouseUpEvent",{e:E});}}if(this._shimActive){this._deactivateShim();if(this.dragCurrent&&this.dragCurrent.useShim){this.useShim=this._shimState;this._shimState=false;}}this.dragCurrent=null;this.dragOvers={};},handleMouseMove:function(F){var C=this.dragCurrent;if(C){if(YAHOO.util.Event.isIE&&!F.button){this.stopEvent(F);return this.handleMouseUp(F);}else{if(F.clientX<0||F.clientY<0){}}if(!this.dragThreshMet){var E=Math.abs(this.startX-YAHOO.util.Event.getPageX(F));var D=Math.abs(this.startY-YAHOO.util.Event.getPageY(F));if(E>this.clickPixelThresh||D>this.clickPixelThresh){this.startDrag(this.startX,this.startY);}}if(this.dragThreshMet){if(C&&C.events.b4Drag){C.b4Drag(F);C.fireEvent("b4DragEvent",{e:F});}if(C&&C.events.drag){C.onDrag(F);C.fireEvent("dragEvent",{e:F});}if(C){this.fireEvents(F,false);}}this.stopEvent(F);}},fireEvents:function(V,L){var a=this.dragCurrent;if(!a||a.isLocked()||a.dragOnly){return;}var N=YAHOO.util.Event.getPageX(V),M=YAHOO.util.Event.getPageY(V),P=new YAHOO.util.Point(N,M),K=a.getTargetCoord(P.x,P.y),F=a.getDragEl(),E=["out","over","drop","enter"],U=new YAHOO.util.Region(K.y,K.x+F.offsetWidth,K.y+F.offsetHeight,K.x),I=[],D={},Q=[],c={outEvts:[],overEvts:[],dropEvts:[],enterEvts:[]};for(var S in this.dragOvers){var d=this.dragOvers[S];if(!this.isTypeOfDD(d)){continue; -}if(!this.isOverTarget(P,d,this.mode,U)){c.outEvts.push(d);}I[S]=true;delete this.dragOvers[S];}for(var R in a.groups){if("string"!=typeof R){continue;}for(S in this.ids[R]){var G=this.ids[R][S];if(!this.isTypeOfDD(G)){continue;}if(G.isTarget&&!G.isLocked()&&G!=a){if(this.isOverTarget(P,G,this.mode,U)){D[R]=true;if(L){c.dropEvts.push(G);}else{if(!I[G.id]){c.enterEvts.push(G);}else{c.overEvts.push(G);}this.dragOvers[G.id]=G;}}}}}this.interactionInfo={out:c.outEvts,enter:c.enterEvts,over:c.overEvts,drop:c.dropEvts,point:P,draggedRegion:U,sourceRegion:this.locationCache[a.id],validDrop:L};for(var C in D){Q.push(C);}if(L&&!c.dropEvts.length){this.interactionInfo.validDrop=false;if(a.events.invalidDrop){a.onInvalidDrop(V);a.fireEvent("invalidDropEvent",{e:V});}}for(S=0;S<E.length;S++){var Y=null;if(c[E[S]+"Evts"]){Y=c[E[S]+"Evts"];}if(Y&&Y.length){var H=E[S].charAt(0).toUpperCase()+E[S].substr(1),X="onDrag"+H,J="b4Drag"+H,O="drag"+H+"Event",W="drag"+H;if(this.mode){if(a.events[J]){a[J](V,Y,Q);a.fireEvent(J+"Event",{event:V,info:Y,group:Q});}if(a.events[W]){a[X](V,Y,Q);a.fireEvent(O,{event:V,info:Y,group:Q});}}else{for(var Z=0,T=Y.length;Z<T;++Z){if(a.events[J]){a[J](V,Y[Z].id,Q[0]);a.fireEvent(J+"Event",{event:V,info:Y[Z].id,group:Q[0]});}if(a.events[W]){a[X](V,Y[Z].id,Q[0]);a.fireEvent(O,{event:V,info:Y[Z].id,group:Q[0]});}}}}}},getBestMatch:function(E){var G=null;var D=E.length;if(D==1){G=E[0];}else{for(var F=0;F<D;++F){var C=E[F];if(this.mode==this.INTERSECT&&C.cursorIsOver){G=C;break;}else{if(!G||!G.overlap||(C.overlap&&G.overlap.getArea()<C.overlap.getArea())){G=C;}}}}return G;},refreshCache:function(D){var F=D||this.ids;for(var C in F){if("string"!=typeof C){continue;}for(var E in this.ids[C]){var G=this.ids[C][E];if(this.isTypeOfDD(G)){var H=this.getLocation(G);if(H){this.locationCache[G.id]=H;}else{delete this.locationCache[G.id];}}}}},verifyEl:function(D){try{if(D){var C=D.offsetParent;if(C){return true;}}}catch(E){}return false;},getLocation:function(H){if(!this.isTypeOfDD(H)){return null;}var F=H.getEl(),K,E,D,M,L,N,C,J,G;try{K=YAHOO.util.Dom.getXY(F);}catch(I){}if(!K){return null;}E=K[0];D=E+F.offsetWidth;M=K[1];L=M+F.offsetHeight;N=M-H.padding[0];C=D+H.padding[1];J=L+H.padding[2];G=E-H.padding[3];return new YAHOO.util.Region(N,C,J,G);},isOverTarget:function(K,C,E,F){var G=this.locationCache[C.id];if(!G||!this.useCache){G=this.getLocation(C);this.locationCache[C.id]=G;}if(!G){return false;}C.cursorIsOver=G.contains(K);var J=this.dragCurrent;if(!J||(!E&&!J.constrainX&&!J.constrainY)){return C.cursorIsOver;}C.overlap=null;if(!F){var H=J.getTargetCoord(K.x,K.y);var D=J.getDragEl();F=new YAHOO.util.Region(H.y,H.x+D.offsetWidth,H.y+D.offsetHeight,H.x);}var I=F.intersect(G);if(I){C.overlap=I;return(E)?true:C.cursorIsOver;}else{return false;}},_onUnload:function(D,C){this.unregAll();},unregAll:function(){if(this.dragCurrent){this.stopDrag();this.dragCurrent=null;}this._execOnAll("unreg",[]);this.ids={};},elementCache:{},getElWrapper:function(D){var C=this.elementCache[D];if(!C||!C.el){C=this.elementCache[D]=new this.ElementWrapper(YAHOO.util.Dom.get(D));}return C;},getElement:function(C){return YAHOO.util.Dom.get(C);},getCss:function(D){var C=YAHOO.util.Dom.get(D);return(C)?C.style:null;},ElementWrapper:function(C){this.el=C||null;this.id=this.el&&C.id;this.css=this.el&&C.style;},getPosX:function(C){return YAHOO.util.Dom.getX(C);},getPosY:function(C){return YAHOO.util.Dom.getY(C);},swapNode:function(E,C){if(E.swapNode){E.swapNode(C);}else{var F=C.parentNode;var D=C.nextSibling;if(D==E){F.insertBefore(E,C);}else{if(C==E.nextSibling){F.insertBefore(C,E);}else{E.parentNode.replaceChild(C,E);F.insertBefore(E,D);}}}},getScroll:function(){var E,C,F=document.documentElement,D=document.body;if(F&&(F.scrollTop||F.scrollLeft)){E=F.scrollTop;C=F.scrollLeft;}else{if(D){E=D.scrollTop;C=D.scrollLeft;}else{}}return{top:E,left:C};},getStyle:function(D,C){return YAHOO.util.Dom.getStyle(D,C);},getScrollTop:function(){return this.getScroll().top;},getScrollLeft:function(){return this.getScroll().left;},moveToEl:function(C,E){var D=YAHOO.util.Dom.getXY(E);YAHOO.util.Dom.setXY(C,D);},getClientHeight:function(){return YAHOO.util.Dom.getViewportHeight();},getClientWidth:function(){return YAHOO.util.Dom.getViewportWidth();},numericSort:function(D,C){return(D-C);},_timeoutCount:0,_addListeners:function(){var C=YAHOO.util.DDM;if(YAHOO.util.Event&&document){C._onLoad();}else{if(C._timeoutCount>2000){}else{setTimeout(C._addListeners,10);if(document&&document.body){C._timeoutCount+=1;}}}},handleWasClicked:function(C,E){if(this.isHandle(E,C.id)){return true;}else{var D=C.parentNode;while(D){if(this.isHandle(E,D.id)){return true;}else{D=D.parentNode;}}}return false;}};}();YAHOO.util.DDM=YAHOO.util.DragDropMgr;YAHOO.util.DDM._addListeners();}(function(){var A=YAHOO.util.Event;var B=YAHOO.util.Dom;YAHOO.util.DragDrop=function(E,C,D){if(E){this.init(E,C,D);}};YAHOO.util.DragDrop.prototype={events:null,on:function(){this.subscribe.apply(this,arguments);},id:null,config:null,dragElId:null,handleElId:null,invalidHandleTypes:null,invalidHandleIds:null,invalidHandleClasses:null,startPageX:0,startPageY:0,groups:null,locked:false,lock:function(){this.locked=true;},unlock:function(){this.locked=false;},isTarget:true,padding:null,dragOnly:false,useShim:false,_domRef:null,__ygDragDrop:true,constrainX:false,constrainY:false,minX:0,maxX:0,minY:0,maxY:0,deltaX:0,deltaY:0,maintainOffset:false,xTicks:null,yTicks:null,primaryButtonOnly:true,available:false,hasOuterHandles:false,cursorIsOver:false,overlap:null,b4StartDrag:function(C,D){},startDrag:function(C,D){},b4Drag:function(C){},onDrag:function(C){},onDragEnter:function(C,D){},b4DragOver:function(C){},onDragOver:function(C,D){},b4DragOut:function(C){},onDragOut:function(C,D){},b4DragDrop:function(C){},onDragDrop:function(C,D){},onInvalidDrop:function(C){},b4EndDrag:function(C){},endDrag:function(C){},b4MouseDown:function(C){},onMouseDown:function(C){},onMouseUp:function(C){},onAvailable:function(){},getEl:function(){if(!this._domRef){this._domRef=B.get(this.id); -}return this._domRef;},getDragEl:function(){return B.get(this.dragElId);},init:function(F,C,D){this.initTarget(F,C,D);A.on(this._domRef||this.id,"mousedown",this.handleMouseDown,this,true);for(var E in this.events){this.createEvent(E+"Event");}},initTarget:function(E,C,D){this.config=D||{};this.events={};this.DDM=YAHOO.util.DDM;this.groups={};if(typeof E!=="string"){this._domRef=E;E=B.generateId(E);}this.id=E;this.addToGroup((C)?C:"default");this.handleElId=E;A.onAvailable(E,this.handleOnAvailable,this,true);this.setDragElId(E);this.invalidHandleTypes={A:"A"};this.invalidHandleIds={};this.invalidHandleClasses=[];this.applyConfig();},applyConfig:function(){this.events={mouseDown:true,b4MouseDown:true,mouseUp:true,b4StartDrag:true,startDrag:true,b4EndDrag:true,endDrag:true,drag:true,b4Drag:true,invalidDrop:true,b4DragOut:true,dragOut:true,dragEnter:true,b4DragOver:true,dragOver:true,b4DragDrop:true,dragDrop:true};if(this.config.events){for(var C in this.config.events){if(this.config.events[C]===false){this.events[C]=false;}}}this.padding=this.config.padding||[0,0,0,0];this.isTarget=(this.config.isTarget!==false);this.maintainOffset=(this.config.maintainOffset);this.primaryButtonOnly=(this.config.primaryButtonOnly!==false);this.dragOnly=((this.config.dragOnly===true)?true:false);this.useShim=((this.config.useShim===true)?true:false);},handleOnAvailable:function(){this.available=true;this.resetConstraints();this.onAvailable();},setPadding:function(E,C,F,D){if(!C&&0!==C){this.padding=[E,E,E,E];}else{if(!F&&0!==F){this.padding=[E,C,E,C];}else{this.padding=[E,C,F,D];}}},setInitPosition:function(F,E){var G=this.getEl();if(!this.DDM.verifyEl(G)){if(G&&G.style&&(G.style.display=="none")){}else{}return;}var D=F||0;var C=E||0;var H=B.getXY(G);this.initPageX=H[0]-D;this.initPageY=H[1]-C;this.lastPageX=H[0];this.lastPageY=H[1];this.setStartPosition(H);},setStartPosition:function(D){var C=D||B.getXY(this.getEl());this.deltaSetXY=null;this.startPageX=C[0];this.startPageY=C[1];},addToGroup:function(C){this.groups[C]=true;this.DDM.regDragDrop(this,C);},removeFromGroup:function(C){if(this.groups[C]){delete this.groups[C];}this.DDM.removeDDFromGroup(this,C);},setDragElId:function(C){this.dragElId=C;},setHandleElId:function(C){if(typeof C!=="string"){C=B.generateId(C);}this.handleElId=C;this.DDM.regHandle(this.id,C);},setOuterHandleElId:function(C){if(typeof C!=="string"){C=B.generateId(C);}A.on(C,"mousedown",this.handleMouseDown,this,true);this.setHandleElId(C);this.hasOuterHandles=true;},unreg:function(){A.removeListener(this.id,"mousedown",this.handleMouseDown);this._domRef=null;this.DDM._remove(this);},isLocked:function(){return(this.DDM.isLocked()||this.locked);},handleMouseDown:function(J,I){var D=J.which||J.button;if(this.primaryButtonOnly&&D>1){return;}if(this.isLocked()){return;}var C=this.b4MouseDown(J),F=true;if(this.events.b4MouseDown){F=this.fireEvent("b4MouseDownEvent",J);}var E=this.onMouseDown(J),H=true;if(this.events.mouseDown){H=this.fireEvent("mouseDownEvent",J);}if((C===false)||(E===false)||(F===false)||(H===false)){return;}this.DDM.refreshCache(this.groups);var G=new YAHOO.util.Point(A.getPageX(J),A.getPageY(J));if(!this.hasOuterHandles&&!this.DDM.isOverTarget(G,this)){}else{if(this.clickValidator(J)){this.setStartPosition();this.DDM.handleMouseDown(J,this);this.DDM.stopEvent(J);}else{}}},clickValidator:function(D){var C=YAHOO.util.Event.getTarget(D);return(this.isValidHandleChild(C)&&(this.id==this.handleElId||this.DDM.handleWasClicked(C,this.id)));},getTargetCoord:function(E,D){var C=E-this.deltaX;var F=D-this.deltaY;if(this.constrainX){if(C<this.minX){C=this.minX;}if(C>this.maxX){C=this.maxX;}}if(this.constrainY){if(F<this.minY){F=this.minY;}if(F>this.maxY){F=this.maxY;}}C=this.getTick(C,this.xTicks);F=this.getTick(F,this.yTicks);return{x:C,y:F};},addInvalidHandleType:function(C){var D=C.toUpperCase();this.invalidHandleTypes[D]=D;},addInvalidHandleId:function(C){if(typeof C!=="string"){C=B.generateId(C);}this.invalidHandleIds[C]=C;},addInvalidHandleClass:function(C){this.invalidHandleClasses.push(C);},removeInvalidHandleType:function(C){var D=C.toUpperCase();delete this.invalidHandleTypes[D];},removeInvalidHandleId:function(C){if(typeof C!=="string"){C=B.generateId(C);}delete this.invalidHandleIds[C];},removeInvalidHandleClass:function(D){for(var E=0,C=this.invalidHandleClasses.length;E<C;++E){if(this.invalidHandleClasses[E]==D){delete this.invalidHandleClasses[E];}}},isValidHandleChild:function(F){var E=true;var H;try{H=F.nodeName.toUpperCase();}catch(G){H=F.nodeName;}E=E&&!this.invalidHandleTypes[H];E=E&&!this.invalidHandleIds[F.id];for(var D=0,C=this.invalidHandleClasses.length;E&&D<C;++D){E=!B.hasClass(F,this.invalidHandleClasses[D]);}return E;},setXTicks:function(F,C){this.xTicks=[];this.xTickSize=C;var E={};for(var D=this.initPageX;D>=this.minX;D=D-C){if(!E[D]){this.xTicks[this.xTicks.length]=D;E[D]=true;}}for(D=this.initPageX;D<=this.maxX;D=D+C){if(!E[D]){this.xTicks[this.xTicks.length]=D;E[D]=true;}}this.xTicks.sort(this.DDM.numericSort);},setYTicks:function(F,C){this.yTicks=[];this.yTickSize=C;var E={};for(var D=this.initPageY;D>=this.minY;D=D-C){if(!E[D]){this.yTicks[this.yTicks.length]=D;E[D]=true;}}for(D=this.initPageY;D<=this.maxY;D=D+C){if(!E[D]){this.yTicks[this.yTicks.length]=D;E[D]=true;}}this.yTicks.sort(this.DDM.numericSort);},setXConstraint:function(E,D,C){this.leftConstraint=parseInt(E,10);this.rightConstraint=parseInt(D,10);this.minX=this.initPageX-this.leftConstraint;this.maxX=this.initPageX+this.rightConstraint;if(C){this.setXTicks(this.initPageX,C);}this.constrainX=true;},clearConstraints:function(){this.constrainX=false;this.constrainY=false;this.clearTicks();},clearTicks:function(){this.xTicks=null;this.yTicks=null;this.xTickSize=0;this.yTickSize=0;},setYConstraint:function(C,E,D){this.topConstraint=parseInt(C,10);this.bottomConstraint=parseInt(E,10);this.minY=this.initPageY-this.topConstraint;this.maxY=this.initPageY+this.bottomConstraint;if(D){this.setYTicks(this.initPageY,D); -}this.constrainY=true;},resetConstraints:function(){if(this.initPageX||this.initPageX===0){var D=(this.maintainOffset)?this.lastPageX-this.initPageX:0;var C=(this.maintainOffset)?this.lastPageY-this.initPageY:0;this.setInitPosition(D,C);}else{this.setInitPosition();}if(this.constrainX){this.setXConstraint(this.leftConstraint,this.rightConstraint,this.xTickSize);}if(this.constrainY){this.setYConstraint(this.topConstraint,this.bottomConstraint,this.yTickSize);}},getTick:function(I,F){if(!F){return I;}else{if(F[0]>=I){return F[0];}else{for(var D=0,C=F.length;D<C;++D){var E=D+1;if(F[E]&&F[E]>=I){var H=I-F[D];var G=F[E]-I;return(G>H)?F[D]:F[E];}}return F[F.length-1];}}},toString:function(){return("DragDrop "+this.id);}};YAHOO.augment(YAHOO.util.DragDrop,YAHOO.util.EventProvider);})();YAHOO.util.DD=function(C,A,B){if(C){this.init(C,A,B);}};YAHOO.extend(YAHOO.util.DD,YAHOO.util.DragDrop,{scroll:true,autoOffset:function(C,B){var A=C-this.startPageX;var D=B-this.startPageY;this.setDelta(A,D);},setDelta:function(B,A){this.deltaX=B;this.deltaY=A;},setDragElPos:function(C,B){var A=this.getDragEl();this.alignElWithMouse(A,C,B);},alignElWithMouse:function(C,G,F){var E=this.getTargetCoord(G,F);if(!this.deltaSetXY){var H=[E.x,E.y];YAHOO.util.Dom.setXY(C,H);var D=parseInt(YAHOO.util.Dom.getStyle(C,"left"),10);var B=parseInt(YAHOO.util.Dom.getStyle(C,"top"),10);this.deltaSetXY=[D-E.x,B-E.y];}else{YAHOO.util.Dom.setStyle(C,"left",(E.x+this.deltaSetXY[0])+"px");YAHOO.util.Dom.setStyle(C,"top",(E.y+this.deltaSetXY[1])+"px");}this.cachePosition(E.x,E.y);var A=this;setTimeout(function(){A.autoScroll.call(A,E.x,E.y,C.offsetHeight,C.offsetWidth);},0);},cachePosition:function(B,A){if(B){this.lastPageX=B;this.lastPageY=A;}else{var C=YAHOO.util.Dom.getXY(this.getEl());this.lastPageX=C[0];this.lastPageY=C[1];}},autoScroll:function(J,I,E,K){if(this.scroll){var L=this.DDM.getClientHeight();var B=this.DDM.getClientWidth();var N=this.DDM.getScrollTop();var D=this.DDM.getScrollLeft();var H=E+I;var M=K+J;var G=(L+N-I-this.deltaY);var F=(B+D-J-this.deltaX);var C=40;var A=(document.all)?80:30;if(H>L&&G<C){window.scrollTo(D,N+A);}if(I<N&&N>0&&I-N<C){window.scrollTo(D,N-A);}if(M>B&&F<C){window.scrollTo(D+A,N);}if(J<D&&D>0&&J-D<C){window.scrollTo(D-A,N);}}},applyConfig:function(){YAHOO.util.DD.superclass.applyConfig.call(this);this.scroll=(this.config.scroll!==false);},b4MouseDown:function(A){this.setStartPosition();this.autoOffset(YAHOO.util.Event.getPageX(A),YAHOO.util.Event.getPageY(A));},b4Drag:function(A){this.setDragElPos(YAHOO.util.Event.getPageX(A),YAHOO.util.Event.getPageY(A));},toString:function(){return("DD "+this.id);}});YAHOO.util.DDProxy=function(C,A,B){if(C){this.init(C,A,B);this.initFrame();}};YAHOO.util.DDProxy.dragElId="ygddfdiv";YAHOO.extend(YAHOO.util.DDProxy,YAHOO.util.DD,{resizeFrame:true,centerFrame:false,createFrame:function(){var B=this,A=document.body;if(!A||!A.firstChild){setTimeout(function(){B.createFrame();},50);return;}var F=this.getDragEl(),E=YAHOO.util.Dom;if(!F){F=document.createElement("div");F.id=this.dragElId;var D=F.style;D.position="absolute";D.visibility="hidden";D.cursor="move";D.border="2px solid #aaa";D.zIndex=999;D.height="25px";D.width="25px";var C=document.createElement("div");E.setStyle(C,"height","100%");E.setStyle(C,"width","100%");E.setStyle(C,"background-color","#ccc");E.setStyle(C,"opacity","0");F.appendChild(C);A.insertBefore(F,A.firstChild);}},initFrame:function(){this.createFrame();},applyConfig:function(){YAHOO.util.DDProxy.superclass.applyConfig.call(this);this.resizeFrame=(this.config.resizeFrame!==false);this.centerFrame=(this.config.centerFrame);this.setDragElId(this.config.dragElId||YAHOO.util.DDProxy.dragElId);},showFrame:function(E,D){var C=this.getEl();var A=this.getDragEl();var B=A.style;this._resizeProxy();if(this.centerFrame){this.setDelta(Math.round(parseInt(B.width,10)/2),Math.round(parseInt(B.height,10)/2));}this.setDragElPos(E,D);YAHOO.util.Dom.setStyle(A,"visibility","visible");},_resizeProxy:function(){if(this.resizeFrame){var H=YAHOO.util.Dom;var B=this.getEl();var C=this.getDragEl();var G=parseInt(H.getStyle(C,"borderTopWidth"),10);var I=parseInt(H.getStyle(C,"borderRightWidth"),10);var F=parseInt(H.getStyle(C,"borderBottomWidth"),10);var D=parseInt(H.getStyle(C,"borderLeftWidth"),10);if(isNaN(G)){G=0;}if(isNaN(I)){I=0;}if(isNaN(F)){F=0;}if(isNaN(D)){D=0;}var E=Math.max(0,B.offsetWidth-I-D);var A=Math.max(0,B.offsetHeight-G-F);H.setStyle(C,"width",E+"px");H.setStyle(C,"height",A+"px");}},b4MouseDown:function(B){this.setStartPosition();var A=YAHOO.util.Event.getPageX(B);var C=YAHOO.util.Event.getPageY(B);this.autoOffset(A,C);},b4StartDrag:function(A,B){this.showFrame(A,B);},b4EndDrag:function(A){YAHOO.util.Dom.setStyle(this.getDragEl(),"visibility","hidden");},endDrag:function(D){var C=YAHOO.util.Dom;var B=this.getEl();var A=this.getDragEl();C.setStyle(A,"visibility","");C.setStyle(B,"visibility","hidden");YAHOO.util.DDM.moveToEl(B,A);C.setStyle(A,"visibility","hidden");C.setStyle(B,"visibility","");},toString:function(){return("DDProxy "+this.id);}});YAHOO.util.DDTarget=function(C,A,B){if(C){this.initTarget(C,A,B);}};YAHOO.extend(YAHOO.util.DDTarget,YAHOO.util.DragDrop,{toString:function(){return("DDTarget "+this.id);}});YAHOO.register("dragdrop",YAHOO.util.DragDropMgr,{version:"2.7.0",build:"1796"});/* -Copyright (c) 2009, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.7.0 -*/ -(function(){var B=YAHOO.util.Dom.getXY,A=YAHOO.util.Event,D=Array.prototype.slice;function C(G,E,F,H){C.ANIM_AVAIL=(!YAHOO.lang.isUndefined(YAHOO.util.Anim));if(G){this.init(G,E,true);this.initSlider(H);this.initThumb(F);}}YAHOO.lang.augmentObject(C,{getHorizSlider:function(F,G,I,H,E){return new C(F,F,new YAHOO.widget.SliderThumb(G,F,I,H,0,0,E),"horiz");},getVertSlider:function(G,H,E,I,F){return new C(G,G,new YAHOO.widget.SliderThumb(H,G,0,0,E,I,F),"vert");},getSliderRegion:function(G,H,J,I,E,K,F){return new C(G,G,new YAHOO.widget.SliderThumb(H,G,J,I,E,K,F),"region");},SOURCE_UI_EVENT:1,SOURCE_SET_VALUE:2,SOURCE_KEY_EVENT:3,ANIM_AVAIL:false},true);YAHOO.extend(C,YAHOO.util.DragDrop,{_mouseDown:false,dragOnly:true,initSlider:function(E){this.type=E;this.createEvent("change",this);this.createEvent("slideStart",this);this.createEvent("slideEnd",this);this.isTarget=false;this.animate=C.ANIM_AVAIL;this.backgroundEnabled=true;this.tickPause=40;this.enableKeys=true;this.keyIncrement=20;this.moveComplete=true;this.animationDuration=0.2;this.SOURCE_UI_EVENT=1;this.SOURCE_SET_VALUE=2;this.valueChangeSource=0;this._silent=false;this.lastOffset=[0,0];},initThumb:function(F){var E=this;this.thumb=F;F.cacheBetweenDrags=true;if(F._isHoriz&&F.xTicks&&F.xTicks.length){this.tickPause=Math.round(360/F.xTicks.length);}else{if(F.yTicks&&F.yTicks.length){this.tickPause=Math.round(360/F.yTicks.length);}}F.onAvailable=function(){return E.setStartSliderState();};F.onMouseDown=function(){E._mouseDown=true;return E.focus();};F.startDrag=function(){E._slideStart();};F.onDrag=function(){E.fireEvents(true);};F.onMouseUp=function(){E.thumbMouseUp();};},onAvailable:function(){this._bindKeyEvents();},_bindKeyEvents:function(){A.on(this.id,"keydown",this.handleKeyDown,this,true);A.on(this.id,"keypress",this.handleKeyPress,this,true);},handleKeyPress:function(F){if(this.enableKeys){var E=A.getCharCode(F);switch(E){case 37:case 38:case 39:case 40:case 36:case 35:A.preventDefault(F);break;default:}}},handleKeyDown:function(J){if(this.enableKeys){var G=A.getCharCode(J),F=this.thumb,H=this.getXValue(),E=this.getYValue(),I=true;switch(G){case 37:H-=this.keyIncrement;break;case 38:E-=this.keyIncrement;break;case 39:H+=this.keyIncrement;break;case 40:E+=this.keyIncrement;break;case 36:H=F.leftConstraint;E=F.topConstraint;break;case 35:H=F.rightConstraint;E=F.bottomConstraint;break;default:I=false;}if(I){if(F._isRegion){this._setRegionValue(C.SOURCE_KEY_EVENT,H,E,true);}else{this._setValue(C.SOURCE_KEY_EVENT,(F._isHoriz?H:E),true);}A.stopEvent(J);}}},setStartSliderState:function(){this.setThumbCenterPoint();this.baselinePos=B(this.getEl());this.thumb.startOffset=this.thumb.getOffsetFromParent(this.baselinePos);if(this.thumb._isRegion){if(this.deferredSetRegionValue){this._setRegionValue.apply(this,this.deferredSetRegionValue);this.deferredSetRegionValue=null;}else{this.setRegionValue(0,0,true,true,true);}}else{if(this.deferredSetValue){this._setValue.apply(this,this.deferredSetValue);this.deferredSetValue=null;}else{this.setValue(0,true,true,true);}}},setThumbCenterPoint:function(){var E=this.thumb.getEl();if(E){this.thumbCenterPoint={x:parseInt(E.offsetWidth/2,10),y:parseInt(E.offsetHeight/2,10)};}},lock:function(){this.thumb.lock();this.locked=true;},unlock:function(){this.thumb.unlock();this.locked=false;},thumbMouseUp:function(){this._mouseDown=false;if(!this.isLocked()&&!this.moveComplete){this.endMove();}},onMouseUp:function(){this._mouseDown=false;if(this.backgroundEnabled&&!this.isLocked()&&!this.moveComplete){this.endMove();}},getThumb:function(){return this.thumb;},focus:function(){this.valueChangeSource=C.SOURCE_UI_EVENT;var E=this.getEl();if(E.focus){try{E.focus();}catch(F){}}this.verifyOffset();return !this.isLocked();},onChange:function(E,F){},onSlideStart:function(){},onSlideEnd:function(){},getValue:function(){return this.thumb.getValue();},getXValue:function(){return this.thumb.getXValue();},getYValue:function(){return this.thumb.getYValue();},setValue:function(){var E=D.call(arguments);E.unshift(C.SOURCE_SET_VALUE);return this._setValue.apply(this,E);},_setValue:function(I,L,G,H,E){var F=this.thumb,K,J;if(!F.available){this.deferredSetValue=arguments;return false;}if(this.isLocked()&&!H){return false;}if(isNaN(L)){return false;}if(F._isRegion){return false;}this._silent=E;this.valueChangeSource=I||C.SOURCE_SET_VALUE;F.lastOffset=[L,L];this.verifyOffset(true);this._slideStart();if(F._isHoriz){K=F.initPageX+L+this.thumbCenterPoint.x;this.moveThumb(K,F.initPageY,G);}else{J=F.initPageY+L+this.thumbCenterPoint.y;this.moveThumb(F.initPageX,J,G);}return true;},setRegionValue:function(){var E=D.call(arguments);E.unshift(C.SOURCE_SET_VALUE);return this._setRegionValue.apply(this,E);},_setRegionValue:function(F,J,H,I,G,K){var L=this.thumb,E,M;if(!L.available){this.deferredSetRegionValue=arguments;return false;}if(this.isLocked()&&!G){return false;}if(isNaN(J)){return false;}if(!L._isRegion){return false;}this._silent=K;this.valueChangeSource=F||C.SOURCE_SET_VALUE;L.lastOffset=[J,H];this.verifyOffset(true);this._slideStart();E=L.initPageX+J+this.thumbCenterPoint.x;M=L.initPageY+H+this.thumbCenterPoint.y;this.moveThumb(E,M,I);return true;},verifyOffset:function(F){var G=B(this.getEl()),E=this.thumb;if(!this.thumbCenterPoint||!this.thumbCenterPoint.x){this.setThumbCenterPoint();}if(G){if(G[0]!=this.baselinePos[0]||G[1]!=this.baselinePos[1]){this.setInitPosition();this.baselinePos=G;E.initPageX=this.initPageX+E.startOffset[0];E.initPageY=this.initPageY+E.startOffset[1];E.deltaSetXY=null;this.resetThumbConstraints();return false;}}return true;},moveThumb:function(K,J,I,G){var L=this.thumb,M=this,F,E,H;if(!L.available){return;}L.setDelta(this.thumbCenterPoint.x,this.thumbCenterPoint.y);E=L.getTargetCoord(K,J);F=[Math.round(E.x),Math.round(E.y)];if(this.animate&&L._graduated&&!I){this.lock();this.curCoord=B(this.thumb.getEl());this.curCoord=[Math.round(this.curCoord[0]),Math.round(this.curCoord[1])];setTimeout(function(){M.moveOneTick(F); -},this.tickPause);}else{if(this.animate&&C.ANIM_AVAIL&&!I){this.lock();H=new YAHOO.util.Motion(L.id,{points:{to:F}},this.animationDuration,YAHOO.util.Easing.easeOut);H.onComplete.subscribe(function(){M.unlock();if(!M._mouseDown){M.endMove();}});H.animate();}else{L.setDragElPos(K,J);if(!G&&!this._mouseDown){this.endMove();}}}},_slideStart:function(){if(!this._sliding){if(!this._silent){this.onSlideStart();this.fireEvent("slideStart");}this._sliding=true;}},_slideEnd:function(){if(this._sliding&&this.moveComplete){var E=this._silent;this._sliding=false;this._silent=false;this.moveComplete=false;if(!E){this.onSlideEnd();this.fireEvent("slideEnd");}}},moveOneTick:function(F){var H=this.thumb,G=this,I=null,E,J;if(H._isRegion){I=this._getNextX(this.curCoord,F);E=(I!==null)?I[0]:this.curCoord[0];I=this._getNextY(this.curCoord,F);J=(I!==null)?I[1]:this.curCoord[1];I=E!==this.curCoord[0]||J!==this.curCoord[1]?[E,J]:null;}else{if(H._isHoriz){I=this._getNextX(this.curCoord,F);}else{I=this._getNextY(this.curCoord,F);}}if(I){this.curCoord=I;this.thumb.alignElWithMouse(H.getEl(),I[0]+this.thumbCenterPoint.x,I[1]+this.thumbCenterPoint.y);if(!(I[0]==F[0]&&I[1]==F[1])){setTimeout(function(){G.moveOneTick(F);},this.tickPause);}else{this.unlock();if(!this._mouseDown){this.endMove();}}}else{this.unlock();if(!this._mouseDown){this.endMove();}}},_getNextX:function(E,F){var H=this.thumb,J,G=[],I=null;if(E[0]>F[0]){J=H.tickSize-this.thumbCenterPoint.x;G=H.getTargetCoord(E[0]-J,E[1]);I=[G.x,G.y];}else{if(E[0]<F[0]){J=H.tickSize+this.thumbCenterPoint.x;G=H.getTargetCoord(E[0]+J,E[1]);I=[G.x,G.y];}else{}}return I;},_getNextY:function(E,F){var H=this.thumb,J,G=[],I=null;if(E[1]>F[1]){J=H.tickSize-this.thumbCenterPoint.y;G=H.getTargetCoord(E[0],E[1]-J);I=[G.x,G.y];}else{if(E[1]<F[1]){J=H.tickSize+this.thumbCenterPoint.y;G=H.getTargetCoord(E[0],E[1]+J);I=[G.x,G.y];}else{}}return I;},b4MouseDown:function(E){if(!this.backgroundEnabled){return false;}this.thumb.autoOffset();this.resetThumbConstraints();},onMouseDown:function(F){if(!this.backgroundEnabled||this.isLocked()){return false;}this._mouseDown=true;var E=A.getPageX(F),G=A.getPageY(F);this.focus();this._slideStart();this.moveThumb(E,G);},onDrag:function(F){if(this.backgroundEnabled&&!this.isLocked()){var E=A.getPageX(F),G=A.getPageY(F);this.moveThumb(E,G,true,true);this.fireEvents();}},endMove:function(){this.unlock();this.fireEvents();this.moveComplete=true;this._slideEnd();},resetThumbConstraints:function(){var E=this.thumb;E.setXConstraint(E.leftConstraint,E.rightConstraint,E.xTickSize);E.setYConstraint(E.topConstraint,E.bottomConstraint,E.xTickSize);},fireEvents:function(G){var F=this.thumb,I,H,E;if(!G){F.cachePosition();}if(!this.isLocked()){if(F._isRegion){I=F.getXValue();H=F.getYValue();if(I!=this.previousX||H!=this.previousY){if(!this._silent){this.onChange(I,H);this.fireEvent("change",{x:I,y:H});}}this.previousX=I;this.previousY=H;}else{E=F.getValue();if(E!=this.previousVal){if(!this._silent){this.onChange(E);this.fireEvent("change",E);}}this.previousVal=E;}}},toString:function(){return("Slider ("+this.type+") "+this.id);}});YAHOO.lang.augmentProto(C,YAHOO.util.EventProvider);YAHOO.widget.Slider=C;})();YAHOO.widget.SliderThumb=function(G,B,E,D,A,F,C){if(G){YAHOO.widget.SliderThumb.superclass.constructor.call(this,G,B);this.parentElId=B;}this.isTarget=false;this.tickSize=C;this.maintainOffset=true;this.initSlider(E,D,A,F,C);this.scroll=false;};YAHOO.extend(YAHOO.widget.SliderThumb,YAHOO.util.DD,{startOffset:null,dragOnly:true,_isHoriz:false,_prevVal:0,_graduated:false,getOffsetFromParent0:function(C){var A=YAHOO.util.Dom.getXY(this.getEl()),B=C||YAHOO.util.Dom.getXY(this.parentElId);return[(A[0]-B[0]),(A[1]-B[1])];},getOffsetFromParent:function(H){var A=this.getEl(),E,I,F,B,K,D,C,J,G;if(!this.deltaOffset){I=YAHOO.util.Dom.getXY(A);F=H||YAHOO.util.Dom.getXY(this.parentElId);E=[(I[0]-F[0]),(I[1]-F[1])];B=parseInt(YAHOO.util.Dom.getStyle(A,"left"),10);K=parseInt(YAHOO.util.Dom.getStyle(A,"top"),10);D=B-E[0];C=K-E[1];if(isNaN(D)||isNaN(C)){}else{this.deltaOffset=[D,C];}}else{J=parseInt(YAHOO.util.Dom.getStyle(A,"left"),10);G=parseInt(YAHOO.util.Dom.getStyle(A,"top"),10);E=[J+this.deltaOffset[0],G+this.deltaOffset[1]];}return E;},initSlider:function(D,C,A,E,B){this.initLeft=D;this.initRight=C;this.initUp=A;this.initDown=E;this.setXConstraint(D,C,B);this.setYConstraint(A,E,B);if(B&&B>1){this._graduated=true;}this._isHoriz=(D||C);this._isVert=(A||E);this._isRegion=(this._isHoriz&&this._isVert);},clearTicks:function(){YAHOO.widget.SliderThumb.superclass.clearTicks.call(this);this.tickSize=0;this._graduated=false;},getValue:function(){return(this._isHoriz)?this.getXValue():this.getYValue();},getXValue:function(){if(!this.available){return 0;}var A=this.getOffsetFromParent();if(YAHOO.lang.isNumber(A[0])){this.lastOffset=A;return(A[0]-this.startOffset[0]);}else{return(this.lastOffset[0]-this.startOffset[0]);}},getYValue:function(){if(!this.available){return 0;}var A=this.getOffsetFromParent();if(YAHOO.lang.isNumber(A[1])){this.lastOffset=A;return(A[1]-this.startOffset[1]);}else{return(this.lastOffset[1]-this.startOffset[1]);}},toString:function(){return"SliderThumb "+this.id;},onChange:function(A,B){}});(function(){var A=YAHOO.util.Event,B=YAHOO.widget;function C(I,F,H,D){var G=this,J={min:false,max:false},E,K;this.minSlider=I;this.maxSlider=F;this.activeSlider=I;this.isHoriz=I.thumb._isHoriz;E=this.minSlider.thumb.onMouseDown;K=this.maxSlider.thumb.onMouseDown;this.minSlider.thumb.onMouseDown=function(){G.activeSlider=G.minSlider;E.apply(this,arguments);};this.maxSlider.thumb.onMouseDown=function(){G.activeSlider=G.maxSlider;K.apply(this,arguments);};this.minSlider.thumb.onAvailable=function(){I.setStartSliderState();J.min=true;if(J.max){G.fireEvent("ready",G);}};this.maxSlider.thumb.onAvailable=function(){F.setStartSliderState();J.max=true;if(J.min){G.fireEvent("ready",G);}};I.onMouseDown=F.onMouseDown=function(L){return this.backgroundEnabled&&G._handleMouseDown(L); -};I.onDrag=F.onDrag=function(L){G._handleDrag(L);};I.onMouseUp=F.onMouseUp=function(L){G._handleMouseUp(L);};I._bindKeyEvents=function(){G._bindKeyEvents(this);};F._bindKeyEvents=function(){};I.subscribe("change",this._handleMinChange,I,this);I.subscribe("slideStart",this._handleSlideStart,I,this);I.subscribe("slideEnd",this._handleSlideEnd,I,this);F.subscribe("change",this._handleMaxChange,F,this);F.subscribe("slideStart",this._handleSlideStart,F,this);F.subscribe("slideEnd",this._handleSlideEnd,F,this);this.createEvent("ready",this);this.createEvent("change",this);this.createEvent("slideStart",this);this.createEvent("slideEnd",this);D=YAHOO.lang.isArray(D)?D:[0,H];D[0]=Math.min(Math.max(parseInt(D[0],10)|0,0),H);D[1]=Math.max(Math.min(parseInt(D[1],10)|0,H),0);if(D[0]>D[1]){D.splice(0,2,D[1],D[0]);}this.minVal=D[0];this.maxVal=D[1];this.minSlider.setValue(this.minVal,true,true,true);this.maxSlider.setValue(this.maxVal,true,true,true);}C.prototype={minVal:-1,maxVal:-1,minRange:0,_handleSlideStart:function(E,D){this.fireEvent("slideStart",D);},_handleSlideEnd:function(E,D){this.fireEvent("slideEnd",D);},_handleDrag:function(D){B.Slider.prototype.onDrag.call(this.activeSlider,D);},_handleMinChange:function(){this.activeSlider=this.minSlider;this.updateValue();},_handleMaxChange:function(){this.activeSlider=this.maxSlider;this.updateValue();},_bindKeyEvents:function(D){A.on(D.id,"keydown",this._handleKeyDown,this,true);A.on(D.id,"keypress",this._handleKeyPress,this,true);},_handleKeyDown:function(D){this.activeSlider.handleKeyDown.apply(this.activeSlider,arguments);},_handleKeyPress:function(D){this.activeSlider.handleKeyPress.apply(this.activeSlider,arguments);},setValues:function(H,K,I,E,J){var F=this.minSlider,M=this.maxSlider,D=F.thumb,L=M.thumb,N=this,G={min:false,max:false};if(D._isHoriz){D.setXConstraint(D.leftConstraint,L.rightConstraint,D.tickSize);L.setXConstraint(D.leftConstraint,L.rightConstraint,L.tickSize);}else{D.setYConstraint(D.topConstraint,L.bottomConstraint,D.tickSize);L.setYConstraint(D.topConstraint,L.bottomConstraint,L.tickSize);}this._oneTimeCallback(F,"slideEnd",function(){G.min=true;if(G.max){N.updateValue(J);setTimeout(function(){N._cleanEvent(F,"slideEnd");N._cleanEvent(M,"slideEnd");},0);}});this._oneTimeCallback(M,"slideEnd",function(){G.max=true;if(G.min){N.updateValue(J);setTimeout(function(){N._cleanEvent(F,"slideEnd");N._cleanEvent(M,"slideEnd");},0);}});F.setValue(H,I,E,false);M.setValue(K,I,E,false);},setMinValue:function(F,H,I,E){var G=this.minSlider,D=this;this.activeSlider=G;D=this;this._oneTimeCallback(G,"slideEnd",function(){D.updateValue(E);setTimeout(function(){D._cleanEvent(G,"slideEnd");},0);});G.setValue(F,H,I);},setMaxValue:function(D,H,I,F){var G=this.maxSlider,E=this;this.activeSlider=G;this._oneTimeCallback(G,"slideEnd",function(){E.updateValue(F);setTimeout(function(){E._cleanEvent(G,"slideEnd");},0);});G.setValue(D,H,I);},updateValue:function(J){var E=this.minSlider.getValue(),K=this.maxSlider.getValue(),F=false,D,M,H,I,L,G;if(E!=this.minVal||K!=this.maxVal){F=true;D=this.minSlider.thumb;M=this.maxSlider.thumb;H=this.isHoriz?"x":"y";G=this.minSlider.thumbCenterPoint[H]+this.maxSlider.thumbCenterPoint[H];I=Math.max(K-G-this.minRange,0);L=Math.min(-E-G-this.minRange,0);if(this.isHoriz){I=Math.min(I,M.rightConstraint);D.setXConstraint(D.leftConstraint,I,D.tickSize);M.setXConstraint(L,M.rightConstraint,M.tickSize);}else{I=Math.min(I,M.bottomConstraint);D.setYConstraint(D.leftConstraint,I,D.tickSize);M.setYConstraint(L,M.bottomConstraint,M.tickSize);}}this.minVal=E;this.maxVal=K;if(F&&!J){this.fireEvent("change",this);}},selectActiveSlider:function(H){var E=this.minSlider,D=this.maxSlider,J=E.isLocked()||!E.backgroundEnabled,G=D.isLocked()||!E.backgroundEnabled,F=YAHOO.util.Event,I;if(J||G){this.activeSlider=J?D:E;}else{if(this.isHoriz){I=F.getPageX(H)-E.thumb.initPageX-E.thumbCenterPoint.x;}else{I=F.getPageY(H)-E.thumb.initPageY-E.thumbCenterPoint.y;}this.activeSlider=I*2>D.getValue()+E.getValue()?D:E;}},_handleMouseDown:function(D){if(!D._handled){D._handled=true;this.selectActiveSlider(D);return B.Slider.prototype.onMouseDown.call(this.activeSlider,D);}else{return false;}},_handleMouseUp:function(D){B.Slider.prototype.onMouseUp.apply(this.activeSlider,arguments);},_oneTimeCallback:function(F,D,E){F.subscribe(D,function(){F.unsubscribe(D,arguments.callee);E.apply({},[].slice.apply(arguments));});},_cleanEvent:function(K,E){var J,I,D,G,H,F;if(K.__yui_events&&K.events[E]){for(I=K.__yui_events.length;I>=0;--I){if(K.__yui_events[I].type===E){J=K.__yui_events[I];break;}}if(J){H=J.subscribers;F=[];G=0;for(I=0,D=H.length;I<D;++I){if(H[I]){F[G++]=H[I];}}J.subscribers=F;}}}};YAHOO.lang.augmentProto(C,YAHOO.util.EventProvider);B.Slider.getHorizDualSlider=function(H,J,K,G,F,D){var I=new B.SliderThumb(J,H,0,G,0,0,F),E=new B.SliderThumb(K,H,0,G,0,0,F);return new C(new B.Slider(H,H,I,"horiz"),new B.Slider(H,H,E,"horiz"),G,D);};B.Slider.getVertDualSlider=function(H,J,K,G,F,D){var I=new B.SliderThumb(J,H,0,0,0,G,F),E=new B.SliderThumb(K,H,0,0,0,G,F);return new B.DualSlider(new B.Slider(H,H,I,"vert"),new B.Slider(H,H,E,"vert"),G,D);};YAHOO.widget.DualSlider=C;})();YAHOO.register("slider",YAHOO.widget.Slider,{version:"2.7.0",build:"1796"});/* -Copyright (c) 2009, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.7.0 -*/ -YAHOO.util.Attribute=function(B,A){if(A){this.owner=A;this.configure(B,true);}};YAHOO.util.Attribute.prototype={name:undefined,value:null,owner:null,readOnly:false,writeOnce:false,_initialConfig:null,_written:false,method:null,setter:null,getter:null,validator:null,getValue:function(){var A=this.value;if(this.getter){A=this.getter.call(this.owner,this.name);}return A;},setValue:function(F,B){var E,A=this.owner,C=this.name;var D={type:C,prevValue:this.getValue(),newValue:F};if(this.readOnly||(this.writeOnce&&this._written)){return false;}if(this.validator&&!this.validator.call(A,F)){return false;}if(!B){E=A.fireBeforeChangeEvent(D);if(E===false){return false;}}if(this.setter){F=this.setter.call(A,F,this.name);if(F===undefined){}}if(this.method){this.method.call(A,F,this.name);}this.value=F;this._written=true;D.type=C;if(!B){this.owner.fireChangeEvent(D);}return true;},configure:function(B,C){B=B||{};if(C){this._written=false;}this._initialConfig=this._initialConfig||{};for(var A in B){if(B.hasOwnProperty(A)){this[A]=B[A];if(C){this._initialConfig[A]=B[A];}}}},resetValue:function(){return this.setValue(this._initialConfig.value);},resetConfig:function(){this.configure(this._initialConfig,true);},refresh:function(A){this.setValue(this.value,A);}};(function(){var A=YAHOO.util.Lang;YAHOO.util.AttributeProvider=function(){};YAHOO.util.AttributeProvider.prototype={_configs:null,get:function(C){this._configs=this._configs||{};var B=this._configs[C];if(!B||!this._configs.hasOwnProperty(C)){return null;}return B.getValue();},set:function(D,E,B){this._configs=this._configs||{};var C=this._configs[D];if(!C){return false;}return C.setValue(E,B);},getAttributeKeys:function(){this._configs=this._configs;var C=[],B;for(B in this._configs){if(A.hasOwnProperty(this._configs,B)&&!A.isUndefined(this._configs[B])){C[C.length]=B;}}return C;},setAttributes:function(D,B){for(var C in D){if(A.hasOwnProperty(D,C)){this.set(C,D[C],B);}}},resetValue:function(C,B){this._configs=this._configs||{};if(this._configs[C]){this.set(C,this._configs[C]._initialConfig.value,B);return true;}return false;},refresh:function(E,C){this._configs=this._configs||{};var F=this._configs;E=((A.isString(E))?[E]:E)||this.getAttributeKeys();for(var D=0,B=E.length;D<B;++D){if(F.hasOwnProperty(E[D])){this._configs[E[D]].refresh(C);}}},register:function(B,C){this.setAttributeConfig(B,C);},getAttributeConfig:function(C){this._configs=this._configs||{};var B=this._configs[C]||{};var D={};for(C in B){if(A.hasOwnProperty(B,C)){D[C]=B[C];}}return D;},setAttributeConfig:function(B,C,D){this._configs=this._configs||{};C=C||{};if(!this._configs[B]){C.name=B;this._configs[B]=this.createAttribute(C);}else{this._configs[B].configure(C,D);}},configureAttribute:function(B,C,D){this.setAttributeConfig(B,C,D);},resetAttributeConfig:function(B){this._configs=this._configs||{};this._configs[B].resetConfig();},subscribe:function(B,C){this._events=this._events||{};if(!(B in this._events)){this._events[B]=this.createEvent(B);}YAHOO.util.EventProvider.prototype.subscribe.apply(this,arguments);},on:function(){this.subscribe.apply(this,arguments);},addListener:function(){this.subscribe.apply(this,arguments);},fireBeforeChangeEvent:function(C){var B="before";B+=C.type.charAt(0).toUpperCase()+C.type.substr(1)+"Change";C.type=B;return this.fireEvent(C.type,C);},fireChangeEvent:function(B){B.type+="Change";return this.fireEvent(B.type,B);},createAttribute:function(B){return new YAHOO.util.Attribute(B,this);}};YAHOO.augment(YAHOO.util.AttributeProvider,YAHOO.util.EventProvider);})();(function(){var B=YAHOO.util.Dom,C=YAHOO.util.AttributeProvider;var A=function(D,E){this.init.apply(this,arguments);};A.DOM_EVENTS={"click":true,"dblclick":true,"keydown":true,"keypress":true,"keyup":true,"mousedown":true,"mousemove":true,"mouseout":true,"mouseover":true,"mouseup":true,"focus":true,"blur":true,"submit":true,"change":true};A.prototype={DOM_EVENTS:null,DEFAULT_HTML_SETTER:function(F,D){var E=this.get("element");if(E){E[D]=F;}},DEFAULT_HTML_GETTER:function(D){var E=this.get("element"),F;if(E){F=E[D];}return F;},appendChild:function(D){D=D.get?D.get("element"):D;return this.get("element").appendChild(D);},getElementsByTagName:function(D){return this.get("element").getElementsByTagName(D);},hasChildNodes:function(){return this.get("element").hasChildNodes();},insertBefore:function(D,E){D=D.get?D.get("element"):D;E=(E&&E.get)?E.get("element"):E;return this.get("element").insertBefore(D,E);},removeChild:function(D){D=D.get?D.get("element"):D;return this.get("element").removeChild(D);},replaceChild:function(D,E){D=D.get?D.get("element"):D;E=E.get?E.get("element"):E;return this.get("element").replaceChild(D,E);},initAttributes:function(D){},addListener:function(H,G,I,F){var E=this.get("element")||this.get("id");F=F||this;var D=this;if(!this._events[H]){if(E&&this.DOM_EVENTS[H]){YAHOO.util.Event.addListener(E,H,function(J){if(J.srcElement&&!J.target){J.target=J.srcElement;}D.fireEvent(H,J);},I,F);}this.createEvent(H,this);}return YAHOO.util.EventProvider.prototype.subscribe.apply(this,arguments);},on:function(){return this.addListener.apply(this,arguments);},subscribe:function(){return this.addListener.apply(this,arguments);},removeListener:function(E,D){return this.unsubscribe.apply(this,arguments);},addClass:function(D){B.addClass(this.get("element"),D);},getElementsByClassName:function(E,D){return B.getElementsByClassName(E,D,this.get("element"));},hasClass:function(D){return B.hasClass(this.get("element"),D);},removeClass:function(D){return B.removeClass(this.get("element"),D);},replaceClass:function(E,D){return B.replaceClass(this.get("element"),E,D);},setStyle:function(E,D){return B.setStyle(this.get("element"),E,D);},getStyle:function(D){return B.getStyle(this.get("element"),D);},fireQueue:function(){var E=this._queue;for(var F=0,D=E.length;F<D;++F){this[E[F][0]].apply(this,E[F][1]);}},appendTo:function(E,F){E=(E.get)?E.get("element"):B.get(E);this.fireEvent("beforeAppendTo",{type:"beforeAppendTo",target:E}); -F=(F&&F.get)?F.get("element"):B.get(F);var D=this.get("element");if(!D){return false;}if(!E){return false;}if(D.parent!=E){if(F){E.insertBefore(D,F);}else{E.appendChild(D);}}this.fireEvent("appendTo",{type:"appendTo",target:E});return D;},get:function(D){var F=this._configs||{},E=F.element;if(E&&!F[D]&&!YAHOO.lang.isUndefined(E.value[D])){this._setHTMLAttrConfig(D);}return C.prototype.get.call(this,D);},setAttributes:function(J,G){var E={},H=this._configOrder;for(var I=0,D=H.length;I<D;++I){if(J[H[I]]!==undefined){E[H[I]]=true;this.set(H[I],J[H[I]],G);}}for(var F in J){if(J.hasOwnProperty(F)&&!E[F]){this.set(F,J[F],G);}}},set:function(E,G,D){var F=this.get("element");if(!F){this._queue[this._queue.length]=["set",arguments];if(this._configs[E]){this._configs[E].value=G;}return;}if(!this._configs[E]&&!YAHOO.lang.isUndefined(F[E])){this._setHTMLAttrConfig(E);}return C.prototype.set.apply(this,arguments);},setAttributeConfig:function(D,E,F){this._configOrder.push(D);C.prototype.setAttributeConfig.apply(this,arguments);},createEvent:function(E,D){this._events[E]=true;return C.prototype.createEvent.apply(this,arguments);},init:function(E,D){this._initElement(E,D);},destroy:function(){var D=this.get("element");YAHOO.util.Event.purgeElement(D,true);this.unsubscribeAll();if(D&&D.parentNode){D.parentNode.removeChild(D);}this._queue=[];this._events={};this._configs={};this._configOrder=[];},_initElement:function(F,E){this._queue=this._queue||[];this._events=this._events||{};this._configs=this._configs||{};this._configOrder=[];E=E||{};E.element=E.element||F||null;var H=false;var D=A.DOM_EVENTS;this.DOM_EVENTS=this.DOM_EVENTS||{};for(var G in D){if(D.hasOwnProperty(G)){this.DOM_EVENTS[G]=D[G];}}if(typeof E.element==="string"){this._setHTMLAttrConfig("id",{value:E.element});}if(B.get(E.element)){H=true;this._initHTMLElement(E);this._initContent(E);}YAHOO.util.Event.onAvailable(E.element,function(){if(!H){this._initHTMLElement(E);}this.fireEvent("available",{type:"available",target:B.get(E.element)});},this,true);YAHOO.util.Event.onContentReady(E.element,function(){if(!H){this._initContent(E);}this.fireEvent("contentReady",{type:"contentReady",target:B.get(E.element)});},this,true);},_initHTMLElement:function(D){this.setAttributeConfig("element",{value:B.get(D.element),readOnly:true});},_initContent:function(D){this.initAttributes(D);this.setAttributes(D,true);this.fireQueue();},_setHTMLAttrConfig:function(D,F){var E=this.get("element");F=F||{};F.name=D;F.setter=F.setter||this.DEFAULT_HTML_SETTER;F.getter=F.getter||this.DEFAULT_HTML_GETTER;F.value=F.value||E[D];this._configs[D]=new YAHOO.util.Attribute(F,this);}};YAHOO.augment(A,C);YAHOO.util.Element=A;})();YAHOO.register("element",YAHOO.util.Element,{version:"2.7.0",build:"1796"});/* -Copyright (c) 2009, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.7.0 -*/ -YAHOO.util.Color=function(){var A="0",B=YAHOO.lang.isArray,C=YAHOO.lang.isNumber;return{real2dec:function(D){return Math.min(255,Math.round(D*256));},hsv2rgb:function(H,O,M){if(B(H)){return this.hsv2rgb.call(this,H[0],H[1],H[2]);}var D,I,L,G=Math.floor((H/60)%6),J=(H/60)-G,F=M*(1-O),E=M*(1-J*O),N=M*(1-(1-J)*O),K;switch(G){case 0:D=M;I=N;L=F;break;case 1:D=E;I=M;L=F;break;case 2:D=F;I=M;L=N;break;case 3:D=F;I=E;L=M;break;case 4:D=N;I=F;L=M;break;case 5:D=M;I=F;L=E;break;}K=this.real2dec;return[K(D),K(I),K(L)];},rgb2hsv:function(D,H,I){if(B(D)){return this.rgb2hsv.apply(this,D);}D/=255;H/=255;I/=255;var G,L,E=Math.min(Math.min(D,H),I),J=Math.max(Math.max(D,H),I),K=J-E,F;switch(J){case E:G=0;break;case D:G=60*(H-I)/K;if(H<I){G+=360;}break;case H:G=(60*(I-D)/K)+120;break;case I:G=(60*(D-H)/K)+240;break;}L=(J===0)?0:1-(E/J);F=[Math.round(G),L,J];return F;},rgb2hex:function(F,E,D){if(B(F)){return this.rgb2hex.apply(this,F);}var G=this.dec2hex;return G(F)+G(E)+G(D);},dec2hex:function(D){D=parseInt(D,10)|0;D=(D>255||D<0)?0:D;return(A+D.toString(16)).slice(-2).toUpperCase();},hex2dec:function(D){return parseInt(D,16);},hex2rgb:function(D){var E=this.hex2dec;return[E(D.slice(0,2)),E(D.slice(2,4)),E(D.slice(4,6))];},websafe:function(F,E,D){if(B(F)){return this.websafe.apply(this,F);}var G=function(H){if(C(H)){H=Math.min(Math.max(0,H),255);var I,J;for(I=0;I<256;I=I+51){J=I+51;if(H>=I&&H<=J){return(H-I>25)?J:I;}}}return H;};return[G(F),G(E),G(D)];}};}();(function(){var J=0,F=YAHOO.util,C=YAHOO.lang,D=YAHOO.widget.Slider,B=F.Color,E=F.Dom,I=F.Event,A=C.substitute,H="yui-picker";function G(L,K){J=J+1;K=K||{};if(arguments.length===1&&!YAHOO.lang.isString(L)&&!L.nodeName){K=L;L=K.element||null;}if(!L&&!K.element){L=this._createHostElement(K);}G.superclass.constructor.call(this,L,K);this.initPicker();}YAHOO.extend(G,YAHOO.util.Element,{ID:{R:H+"-r",R_HEX:H+"-rhex",G:H+"-g",G_HEX:H+"-ghex",B:H+"-b",B_HEX:H+"-bhex",H:H+"-h",S:H+"-s",V:H+"-v",PICKER_BG:H+"-bg",PICKER_THUMB:H+"-thumb",HUE_BG:H+"-hue-bg",HUE_THUMB:H+"-hue-thumb",HEX:H+"-hex",SWATCH:H+"-swatch",WEBSAFE_SWATCH:H+"-websafe-swatch",CONTROLS:H+"-controls",RGB_CONTROLS:H+"-rgb-controls",HSV_CONTROLS:H+"-hsv-controls",HEX_CONTROLS:H+"-hex-controls",HEX_SUMMARY:H+"-hex-summary",CONTROLS_LABEL:H+"-controls-label"},TXT:{ILLEGAL_HEX:"Illegal hex value entered",SHOW_CONTROLS:"Show color details",HIDE_CONTROLS:"Hide color details",CURRENT_COLOR:"Currently selected color: {rgb}",CLOSEST_WEBSAFE:"Closest websafe color: {rgb}. Click to select.",R:"R",G:"G",B:"B",H:"H",S:"S",V:"V",HEX:"#",DEG:"\u00B0",PERCENT:"%"},IMAGE:{PICKER_THUMB:"../../build/colorpicker/assets/picker_thumb.png",HUE_THUMB:"../../build/colorpicker/assets/hue_thumb.png"},DEFAULT:{PICKER_SIZE:180},OPT:{HUE:"hue",SATURATION:"saturation",VALUE:"value",RED:"red",GREEN:"green",BLUE:"blue",HSV:"hsv",RGB:"rgb",WEBSAFE:"websafe",HEX:"hex",PICKER_SIZE:"pickersize",SHOW_CONTROLS:"showcontrols",SHOW_RGB_CONTROLS:"showrgbcontrols",SHOW_HSV_CONTROLS:"showhsvcontrols",SHOW_HEX_CONTROLS:"showhexcontrols",SHOW_HEX_SUMMARY:"showhexsummary",SHOW_WEBSAFE:"showwebsafe",CONTAINER:"container",IDS:"ids",ELEMENTS:"elements",TXT:"txt",IMAGES:"images",ANIMATE:"animate"},skipAnim:true,_createHostElement:function(){var K=document.createElement("div");if(this.CSS.BASE){K.className=this.CSS.BASE;}return K;},_updateHueSlider:function(){var K=this.get(this.OPT.PICKER_SIZE),L=this.get(this.OPT.HUE);L=K-Math.round(L/360*K);if(L===K){L=0;}this.hueSlider.setValue(L,this.skipAnim);},_updatePickerSlider:function(){var L=this.get(this.OPT.PICKER_SIZE),M=this.get(this.OPT.SATURATION),K=this.get(this.OPT.VALUE);M=Math.round(M*L/100);K=Math.round(L-(K*L/100));this.pickerSlider.setRegionValue(M,K,this.skipAnim);},_updateSliders:function(){this._updateHueSlider();this._updatePickerSlider();},setValue:function(L,K){K=(K)||false;this.set(this.OPT.RGB,L,K);this._updateSliders();},hueSlider:null,pickerSlider:null,_getH:function(){var K=this.get(this.OPT.PICKER_SIZE),L=(K-this.hueSlider.getValue())/K;L=Math.round(L*360);return(L===360)?0:L;},_getS:function(){return this.pickerSlider.getXValue()/this.get(this.OPT.PICKER_SIZE);},_getV:function(){var K=this.get(this.OPT.PICKER_SIZE);return(K-this.pickerSlider.getYValue())/K;},_updateSwatch:function(){var M=this.get(this.OPT.RGB),O=this.get(this.OPT.WEBSAFE),N=this.getElement(this.ID.SWATCH),L=M.join(","),K=this.get(this.OPT.TXT);E.setStyle(N,"background-color","rgb("+L+")");N.title=A(K.CURRENT_COLOR,{"rgb":"#"+this.get(this.OPT.HEX)});N=this.getElement(this.ID.WEBSAFE_SWATCH);L=O.join(",");E.setStyle(N,"background-color","rgb("+L+")");N.title=A(K.CLOSEST_WEBSAFE,{"rgb":"#"+B.rgb2hex(O)});},_getValuesFromSliders:function(){this.set(this.OPT.RGB,B.hsv2rgb(this._getH(),this._getS(),this._getV()));},_updateFormFields:function(){this.getElement(this.ID.H).value=this.get(this.OPT.HUE);this.getElement(this.ID.S).value=this.get(this.OPT.SATURATION);this.getElement(this.ID.V).value=this.get(this.OPT.VALUE);this.getElement(this.ID.R).value=this.get(this.OPT.RED);this.getElement(this.ID.R_HEX).innerHTML=B.dec2hex(this.get(this.OPT.RED));this.getElement(this.ID.G).value=this.get(this.OPT.GREEN);this.getElement(this.ID.G_HEX).innerHTML=B.dec2hex(this.get(this.OPT.GREEN));this.getElement(this.ID.B).value=this.get(this.OPT.BLUE);this.getElement(this.ID.B_HEX).innerHTML=B.dec2hex(this.get(this.OPT.BLUE));this.getElement(this.ID.HEX).value=this.get(this.OPT.HEX);},_onHueSliderChange:function(N){var L=this._getH(),K=B.hsv2rgb(L,1,1),M="rgb("+K.join(",")+")";this.set(this.OPT.HUE,L,true);E.setStyle(this.getElement(this.ID.PICKER_BG),"background-color",M);if(this.hueSlider.valueChangeSource!==D.SOURCE_SET_VALUE){this._getValuesFromSliders();}this._updateFormFields();this._updateSwatch();},_onPickerSliderChange:function(M){var L=this._getS(),K=this._getV();this.set(this.OPT.SATURATION,Math.round(L*100),true);this.set(this.OPT.VALUE,Math.round(K*100),true);if(this.pickerSlider.valueChangeSource!==D.SOURCE_SET_VALUE){this._getValuesFromSliders(); -}this._updateFormFields();this._updateSwatch();},_getCommand:function(K){var L=I.getCharCode(K);if(L===38){return 3;}else{if(L===13){return 6;}else{if(L===40){return 4;}else{if(L>=48&&L<=57){return 1;}else{if(L>=97&&L<=102){return 2;}else{if(L>=65&&L<=70){return 2;}else{if("8, 9, 13, 27, 37, 39".indexOf(L)>-1||K.ctrlKey||K.metaKey){return 5;}else{return 0;}}}}}}}},_useFieldValue:function(L,K,N){var M=K.value;if(N!==this.OPT.HEX){M=parseInt(M,10);}if(M!==this.get(N)){this.set(N,M);}},_rgbFieldKeypress:function(M,K,O){var N=this._getCommand(M),L=(M.shiftKey)?10:1;switch(N){case 6:this._useFieldValue.apply(this,arguments);break;case 3:this.set(O,Math.min(this.get(O)+L,255));this._updateFormFields();break;case 4:this.set(O,Math.max(this.get(O)-L,0));this._updateFormFields();break;default:}},_hexFieldKeypress:function(L,K,N){var M=this._getCommand(L);if(M===6){this._useFieldValue.apply(this,arguments);}},_hexOnly:function(L,K){var M=this._getCommand(L);switch(M){case 6:case 5:case 1:break;case 2:if(K!==true){break;}default:I.stopEvent(L);return false;}},_numbersOnly:function(K){return this._hexOnly(K,true);},getElement:function(K){return this.get(this.OPT.ELEMENTS)[this.get(this.OPT.IDS)[K]];},_createElements:function(){var N,M,P,O,L,K=this.get(this.OPT.IDS),Q=this.get(this.OPT.TXT),S=this.get(this.OPT.IMAGES),R=function(U,V){var W=document.createElement(U);if(V){C.augmentObject(W,V,true);}return W;},T=function(U,V){var W=C.merge({autocomplete:"off",value:"0",size:3,maxlength:3},V);W.name=W.id;return new R(U,W);};L=this.get("element");N=new R("div",{id:K[this.ID.PICKER_BG],className:"yui-picker-bg",tabIndex:-1,hideFocus:true});M=new R("div",{id:K[this.ID.PICKER_THUMB],className:"yui-picker-thumb"});P=new R("img",{src:S.PICKER_THUMB});M.appendChild(P);N.appendChild(M);L.appendChild(N);N=new R("div",{id:K[this.ID.HUE_BG],className:"yui-picker-hue-bg",tabIndex:-1,hideFocus:true});M=new R("div",{id:K[this.ID.HUE_THUMB],className:"yui-picker-hue-thumb"});P=new R("img",{src:S.HUE_THUMB});M.appendChild(P);N.appendChild(M);L.appendChild(N);N=new R("div",{id:K[this.ID.CONTROLS],className:"yui-picker-controls"});L.appendChild(N);L=N;N=new R("div",{className:"hd"});M=new R("a",{id:K[this.ID.CONTROLS_LABEL],href:"#"});N.appendChild(M);L.appendChild(N);N=new R("div",{className:"bd"});L.appendChild(N);L=N;N=new R("ul",{id:K[this.ID.RGB_CONTROLS],className:"yui-picker-rgb-controls"});M=new R("li");M.appendChild(document.createTextNode(Q.R+" "));O=new T("input",{id:K[this.ID.R],className:"yui-picker-r"});M.appendChild(O);N.appendChild(M);M=new R("li");M.appendChild(document.createTextNode(Q.G+" "));O=new T("input",{id:K[this.ID.G],className:"yui-picker-g"});M.appendChild(O);N.appendChild(M);M=new R("li");M.appendChild(document.createTextNode(Q.B+" "));O=new T("input",{id:K[this.ID.B],className:"yui-picker-b"});M.appendChild(O);N.appendChild(M);L.appendChild(N);N=new R("ul",{id:K[this.ID.HSV_CONTROLS],className:"yui-picker-hsv-controls"});M=new R("li");M.appendChild(document.createTextNode(Q.H+" "));O=new T("input",{id:K[this.ID.H],className:"yui-picker-h"});M.appendChild(O);M.appendChild(document.createTextNode(" "+Q.DEG));N.appendChild(M);M=new R("li");M.appendChild(document.createTextNode(Q.S+" "));O=new T("input",{id:K[this.ID.S],className:"yui-picker-s"});M.appendChild(O);M.appendChild(document.createTextNode(" "+Q.PERCENT));N.appendChild(M);M=new R("li");M.appendChild(document.createTextNode(Q.V+" "));O=new T("input",{id:K[this.ID.V],className:"yui-picker-v"});M.appendChild(O);M.appendChild(document.createTextNode(" "+Q.PERCENT));N.appendChild(M);L.appendChild(N);N=new R("ul",{id:K[this.ID.HEX_SUMMARY],className:"yui-picker-hex_summary"});M=new R("li",{id:K[this.ID.R_HEX]});N.appendChild(M);M=new R("li",{id:K[this.ID.G_HEX]});N.appendChild(M);M=new R("li",{id:K[this.ID.B_HEX]});N.appendChild(M);L.appendChild(N);N=new R("div",{id:K[this.ID.HEX_CONTROLS],className:"yui-picker-hex-controls"});N.appendChild(document.createTextNode(Q.HEX+" "));M=new T("input",{id:K[this.ID.HEX],className:"yui-picker-hex",size:6,maxlength:6});N.appendChild(M);L.appendChild(N);L=this.get("element");N=new R("div",{id:K[this.ID.SWATCH],className:"yui-picker-swatch"});L.appendChild(N);N=new R("div",{id:K[this.ID.WEBSAFE_SWATCH],className:"yui-picker-websafe-swatch"});L.appendChild(N);},_attachRGBHSV:function(L,K){I.on(this.getElement(L),"keydown",function(N,M){M._rgbFieldKeypress(N,this,K);},this);I.on(this.getElement(L),"keypress",this._numbersOnly,this,true);I.on(this.getElement(L),"blur",function(N,M){M._useFieldValue(N,this,K);},this);},_updateRGB:function(){var K=[this.get(this.OPT.RED),this.get(this.OPT.GREEN),this.get(this.OPT.BLUE)];this.set(this.OPT.RGB,K);this._updateSliders();},_initElements:function(){var O=this.OPT,N=this.get(O.IDS),L=this.get(O.ELEMENTS),K,M,P;for(K in this.ID){if(C.hasOwnProperty(this.ID,K)){N[this.ID[K]]=N[K];}}M=E.get(N[this.ID.PICKER_BG]);if(!M){this._createElements();}else{}for(K in N){if(C.hasOwnProperty(N,K)){M=E.get(N[K]);P=E.generateId(M);N[K]=P;N[N[K]]=P;L[P]=M;}}},initPicker:function(){this._initSliders();this._bindUI();this.syncUI(true);},_initSliders:function(){var K=this.ID,L=this.get(this.OPT.PICKER_SIZE);this.hueSlider=D.getVertSlider(this.getElement(K.HUE_BG),this.getElement(K.HUE_THUMB),0,L);this.pickerSlider=D.getSliderRegion(this.getElement(K.PICKER_BG),this.getElement(K.PICKER_THUMB),0,L,0,L);this.set(this.OPT.ANIMATE,this.get(this.OPT.ANIMATE));},_bindUI:function(){var K=this.ID,L=this.OPT;this.hueSlider.subscribe("change",this._onHueSliderChange,this,true);this.pickerSlider.subscribe("change",this._onPickerSliderChange,this,true);I.on(this.getElement(K.WEBSAFE_SWATCH),"click",function(M){this.setValue(this.get(L.WEBSAFE));},this,true);I.on(this.getElement(K.CONTROLS_LABEL),"click",function(M){this.set(L.SHOW_CONTROLS,!this.get(L.SHOW_CONTROLS));I.preventDefault(M);},this,true);this._attachRGBHSV(K.R,L.RED);this._attachRGBHSV(K.G,L.GREEN);this._attachRGBHSV(K.B,L.BLUE);this._attachRGBHSV(K.H,L.HUE); -this._attachRGBHSV(K.S,L.SATURATION);this._attachRGBHSV(K.V,L.VALUE);I.on(this.getElement(K.HEX),"keydown",function(N,M){M._hexFieldKeypress(N,this,L.HEX);},this);I.on(this.getElement(this.ID.HEX),"keypress",this._hexOnly,this,true);I.on(this.getElement(this.ID.HEX),"blur",function(N,M){M._useFieldValue(N,this,L.HEX);},this);},syncUI:function(K){this.skipAnim=K;this._updateRGB();this.skipAnim=false;},_updateRGBFromHSV:function(){var L=[this.get(this.OPT.HUE),this.get(this.OPT.SATURATION)/100,this.get(this.OPT.VALUE)/100],K=B.hsv2rgb(L);this.set(this.OPT.RGB,K);this._updateSliders();},_updateHex:function(){var N=this.get(this.OPT.HEX),K=N.length,O,M,L;if(K===3){O=N.split("");for(M=0;M<K;M=M+1){O[M]=O[M]+O[M];}N=O.join("");}if(N.length!==6){return false;}L=B.hex2rgb(N);this.setValue(L);},_hideShowEl:function(M,K){var L=(C.isString(M)?this.getElement(M):M);E.setStyle(L,"display",(K)?"":"none");},initAttributes:function(K){K=K||{};G.superclass.initAttributes.call(this,K);this.setAttributeConfig(this.OPT.PICKER_SIZE,{value:K.size||this.DEFAULT.PICKER_SIZE});this.setAttributeConfig(this.OPT.HUE,{value:K.hue||0,validator:C.isNumber});this.setAttributeConfig(this.OPT.SATURATION,{value:K.saturation||0,validator:C.isNumber});this.setAttributeConfig(this.OPT.VALUE,{value:C.isNumber(K.value)?K.value:100,validator:C.isNumber});this.setAttributeConfig(this.OPT.RED,{value:C.isNumber(K.red)?K.red:255,validator:C.isNumber});this.setAttributeConfig(this.OPT.GREEN,{value:C.isNumber(K.green)?K.green:255,validator:C.isNumber});this.setAttributeConfig(this.OPT.BLUE,{value:C.isNumber(K.blue)?K.blue:255,validator:C.isNumber});this.setAttributeConfig(this.OPT.HEX,{value:K.hex||"FFFFFF",validator:C.isString});this.setAttributeConfig(this.OPT.RGB,{value:K.rgb||[255,255,255],method:function(O){this.set(this.OPT.RED,O[0],true);this.set(this.OPT.GREEN,O[1],true);this.set(this.OPT.BLUE,O[2],true);var Q=B.websafe(O),P=B.rgb2hex(O),N=B.rgb2hsv(O);this.set(this.OPT.WEBSAFE,Q,true);this.set(this.OPT.HEX,P,true);if(N[1]){this.set(this.OPT.HUE,N[0],true);}this.set(this.OPT.SATURATION,Math.round(N[1]*100),true);this.set(this.OPT.VALUE,Math.round(N[2]*100),true);},readonly:true});this.setAttributeConfig(this.OPT.CONTAINER,{value:null,method:function(N){if(N){N.showEvent.subscribe(function(){this.pickerSlider.focus();},this,true);}}});this.setAttributeConfig(this.OPT.WEBSAFE,{value:K.websafe||[255,255,255]});var M=K.ids||C.merge({},this.ID),L;if(!K.ids&&J>1){for(L in M){if(C.hasOwnProperty(M,L)){M[L]=M[L]+J;}}}this.setAttributeConfig(this.OPT.IDS,{value:M,writeonce:true});this.setAttributeConfig(this.OPT.TXT,{value:K.txt||this.TXT,writeonce:true});this.setAttributeConfig(this.OPT.IMAGES,{value:K.images||this.IMAGE,writeonce:true});this.setAttributeConfig(this.OPT.ELEMENTS,{value:{},readonly:true});this.setAttributeConfig(this.OPT.SHOW_CONTROLS,{value:C.isBoolean(K.showcontrols)?K.showcontrols:true,method:function(N){var O=E.getElementsByClassName("bd","div",this.getElement(this.ID.CONTROLS))[0];this._hideShowEl(O,N);this.getElement(this.ID.CONTROLS_LABEL).innerHTML=(N)?this.get(this.OPT.TXT).HIDE_CONTROLS:this.get(this.OPT.TXT).SHOW_CONTROLS;}});this.setAttributeConfig(this.OPT.SHOW_RGB_CONTROLS,{value:C.isBoolean(K.showrgbcontrols)?K.showrgbcontrols:true,method:function(N){this._hideShowEl(this.ID.RGB_CONTROLS,N);}});this.setAttributeConfig(this.OPT.SHOW_HSV_CONTROLS,{value:C.isBoolean(K.showhsvcontrols)?K.showhsvcontrols:false,method:function(N){this._hideShowEl(this.ID.HSV_CONTROLS,N);if(N&&this.get(this.OPT.SHOW_HEX_SUMMARY)){this.set(this.OPT.SHOW_HEX_SUMMARY,false);}}});this.setAttributeConfig(this.OPT.SHOW_HEX_CONTROLS,{value:C.isBoolean(K.showhexcontrols)?K.showhexcontrols:false,method:function(N){this._hideShowEl(this.ID.HEX_CONTROLS,N);}});this.setAttributeConfig(this.OPT.SHOW_WEBSAFE,{value:C.isBoolean(K.showwebsafe)?K.showwebsafe:true,method:function(N){this._hideShowEl(this.ID.WEBSAFE_SWATCH,N);}});this.setAttributeConfig(this.OPT.SHOW_HEX_SUMMARY,{value:C.isBoolean(K.showhexsummary)?K.showhexsummary:true,method:function(N){this._hideShowEl(this.ID.HEX_SUMMARY,N);if(N&&this.get(this.OPT.SHOW_HSV_CONTROLS)){this.set(this.OPT.SHOW_HSV_CONTROLS,false);}}});this.setAttributeConfig(this.OPT.ANIMATE,{value:C.isBoolean(K.animate)?K.animate:true,method:function(N){if(this.pickerSlider){this.pickerSlider.animate=N;this.hueSlider.animate=N;}}});this.on(this.OPT.HUE+"Change",this._updateRGBFromHSV,this,true);this.on(this.OPT.SATURATION+"Change",this._updateRGBFromHSV,this,true);this.on(this.OPT.VALUE+"Change",this._updateRGBFromHSV,this,true);this.on(this.OPT.RED+"Change",this._updateRGB,this,true);this.on(this.OPT.GREEN+"Change",this._updateRGB,this,true);this.on(this.OPT.BLUE+"Change",this._updateRGB,this,true);this.on(this.OPT.HEX+"Change",this._updateHex,this,true);this._initElements();}});YAHOO.widget.ColorPicker=G;})();YAHOO.register("colorpicker",YAHOO.widget.ColorPicker,{version:"2.7.0",build:"1796"}); - -/* -Copyright (c) 2009, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.7.0 -*/ -(function(){var B=YAHOO.util;var A=function(D,C,E,F){if(!D){}this.init(D,C,E,F);};A.NAME="Anim";A.prototype={toString:function(){var C=this.getEl()||{};var D=C.id||C.tagName;return(this.constructor.NAME+": "+D);},patterns:{noNegatives:/width|height|opacity|padding/i,offsetAttribute:/^((width|height)|(top|left))$/,defaultUnit:/width|height|top$|bottom$|left$|right$/i,offsetUnit:/\d+(em|%|en|ex|pt|in|cm|mm|pc)$/i},doMethod:function(C,E,D){return this.method(this.currentFrame,E,D-E,this.totalFrames);},setAttribute:function(C,F,E){var D=this.getEl();if(this.patterns.noNegatives.test(C)){F=(F>0)?F:0;}if("style" in D){B.Dom.setStyle(D,C,F+E);}else{if(C in D){D[C]=F;}}},getAttribute:function(C){var E=this.getEl();var G=B.Dom.getStyle(E,C);if(G!=="auto"&&!this.patterns.offsetUnit.test(G)){return parseFloat(G);}var D=this.patterns.offsetAttribute.exec(C)||[];var H=!!(D[3]);var F=!!(D[2]);if("style" in E){if(F||(B.Dom.getStyle(E,"position")=="absolute"&&H)){G=E["offset"+D[0].charAt(0).toUpperCase()+D[0].substr(1)];}else{G=0;}}else{if(C in E){G=E[C];}}return G;},getDefaultUnit:function(C){if(this.patterns.defaultUnit.test(C)){return"px";}return"";},setRuntimeAttribute:function(D){var I;var E;var F=this.attributes;this.runtimeAttributes[D]={};var H=function(J){return(typeof J!=="undefined");};if(!H(F[D]["to"])&&!H(F[D]["by"])){return false;}I=(H(F[D]["from"]))?F[D]["from"]:this.getAttribute(D);if(H(F[D]["to"])){E=F[D]["to"];}else{if(H(F[D]["by"])){if(I.constructor==Array){E=[];for(var G=0,C=I.length;G<C;++G){E[G]=I[G]+F[D]["by"][G]*1;}}else{E=I+F[D]["by"]*1;}}}this.runtimeAttributes[D].start=I;this.runtimeAttributes[D].end=E;this.runtimeAttributes[D].unit=(H(F[D].unit))?F[D]["unit"]:this.getDefaultUnit(D);return true;},init:function(E,J,I,C){var D=false;var F=null;var H=0;E=B.Dom.get(E);this.attributes=J||{};this.duration=!YAHOO.lang.isUndefined(I)?I:1;this.method=C||B.Easing.easeNone;this.useSeconds=true;this.currentFrame=0;this.totalFrames=B.AnimMgr.fps;this.setEl=function(M){E=B.Dom.get(M);};this.getEl=function(){return E;};this.isAnimated=function(){return D;};this.getStartTime=function(){return F;};this.runtimeAttributes={};this.animate=function(){if(this.isAnimated()){return false;}this.currentFrame=0;this.totalFrames=(this.useSeconds)?Math.ceil(B.AnimMgr.fps*this.duration):this.duration;if(this.duration===0&&this.useSeconds){this.totalFrames=1;}B.AnimMgr.registerElement(this);return true;};this.stop=function(M){if(!this.isAnimated()){return false;}if(M){this.currentFrame=this.totalFrames;this._onTween.fire();}B.AnimMgr.stop(this);};var L=function(){this.onStart.fire();this.runtimeAttributes={};for(var M in this.attributes){this.setRuntimeAttribute(M);}D=true;H=0;F=new Date();};var K=function(){var O={duration:new Date()-this.getStartTime(),currentFrame:this.currentFrame};O.toString=function(){return("duration: "+O.duration+", currentFrame: "+O.currentFrame);};this.onTween.fire(O);var N=this.runtimeAttributes;for(var M in N){this.setAttribute(M,this.doMethod(M,N[M].start,N[M].end),N[M].unit);}H+=1;};var G=function(){var M=(new Date()-F)/1000;var N={duration:M,frames:H,fps:H/M};N.toString=function(){return("duration: "+N.duration+", frames: "+N.frames+", fps: "+N.fps);};D=false;H=0;this.onComplete.fire(N);};this._onStart=new B.CustomEvent("_start",this,true);this.onStart=new B.CustomEvent("start",this);this.onTween=new B.CustomEvent("tween",this);this._onTween=new B.CustomEvent("_tween",this,true);this.onComplete=new B.CustomEvent("complete",this);this._onComplete=new B.CustomEvent("_complete",this,true);this._onStart.subscribe(L);this._onTween.subscribe(K);this._onComplete.subscribe(G);}};B.Anim=A;})();YAHOO.util.AnimMgr=new function(){var C=null;var B=[];var A=0;this.fps=1000;this.delay=1;this.registerElement=function(F){B[B.length]=F;A+=1;F._onStart.fire();this.start();};this.unRegister=function(G,F){F=F||E(G);if(!G.isAnimated()||F==-1){return false;}G._onComplete.fire();B.splice(F,1);A-=1;if(A<=0){this.stop();}return true;};this.start=function(){if(C===null){C=setInterval(this.run,this.delay);}};this.stop=function(H){if(!H){clearInterval(C);for(var G=0,F=B.length;G<F;++G){this.unRegister(B[0],0);}B=[];C=null;A=0;}else{this.unRegister(H);}};this.run=function(){for(var H=0,F=B.length;H<F;++H){var G=B[H];if(!G||!G.isAnimated()){continue;}if(G.currentFrame<G.totalFrames||G.totalFrames===null){G.currentFrame+=1;if(G.useSeconds){D(G);}G._onTween.fire();}else{YAHOO.util.AnimMgr.stop(G,H);}}};var E=function(H){for(var G=0,F=B.length;G<F;++G){if(B[G]==H){return G;}}return -1;};var D=function(G){var J=G.totalFrames;var I=G.currentFrame;var H=(G.currentFrame*G.duration*1000/G.totalFrames);var F=(new Date()-G.getStartTime());var K=0;if(F<G.duration*1000){K=Math.round((F/H-1)*G.currentFrame);}else{K=J-(I+1);}if(K>0&&isFinite(K)){if(G.currentFrame+K>=J){K=J-(I+1);}G.currentFrame+=K;}};};YAHOO.util.Bezier=new function(){this.getPosition=function(E,D){var F=E.length;var C=[];for(var B=0;B<F;++B){C[B]=[E[B][0],E[B][1]];}for(var A=1;A<F;++A){for(B=0;B<F-A;++B){C[B][0]=(1-D)*C[B][0]+D*C[parseInt(B+1,10)][0];C[B][1]=(1-D)*C[B][1]+D*C[parseInt(B+1,10)][1];}}return[C[0][0],C[0][1]];};};(function(){var A=function(F,E,G,H){A.superclass.constructor.call(this,F,E,G,H);};A.NAME="ColorAnim";A.DEFAULT_BGCOLOR="#fff";var C=YAHOO.util;YAHOO.extend(A,C.Anim);var D=A.superclass;var B=A.prototype;B.patterns.color=/color$/i;B.patterns.rgb=/^rgb\(([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\)$/i;B.patterns.hex=/^#?([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})$/i;B.patterns.hex3=/^#?([0-9A-F]{1})([0-9A-F]{1})([0-9A-F]{1})$/i;B.patterns.transparent=/^transparent|rgba\(0, 0, 0, 0\)$/;B.parseColor=function(E){if(E.length==3){return E;}var F=this.patterns.hex.exec(E);if(F&&F.length==4){return[parseInt(F[1],16),parseInt(F[2],16),parseInt(F[3],16)];}F=this.patterns.rgb.exec(E);if(F&&F.length==4){return[parseInt(F[1],10),parseInt(F[2],10),parseInt(F[3],10)];}F=this.patterns.hex3.exec(E);if(F&&F.length==4){return[parseInt(F[1]+F[1],16),parseInt(F[2]+F[2],16),parseInt(F[3]+F[3],16)]; -}return null;};B.getAttribute=function(E){var G=this.getEl();if(this.patterns.color.test(E)){var I=YAHOO.util.Dom.getStyle(G,E);var H=this;if(this.patterns.transparent.test(I)){var F=YAHOO.util.Dom.getAncestorBy(G,function(J){return !H.patterns.transparent.test(I);});if(F){I=C.Dom.getStyle(F,E);}else{I=A.DEFAULT_BGCOLOR;}}}else{I=D.getAttribute.call(this,E);}return I;};B.doMethod=function(F,J,G){var I;if(this.patterns.color.test(F)){I=[];for(var H=0,E=J.length;H<E;++H){I[H]=D.doMethod.call(this,F,J[H],G[H]);}I="rgb("+Math.floor(I[0])+","+Math.floor(I[1])+","+Math.floor(I[2])+")";}else{I=D.doMethod.call(this,F,J,G);}return I;};B.setRuntimeAttribute=function(F){D.setRuntimeAttribute.call(this,F);if(this.patterns.color.test(F)){var H=this.attributes;var J=this.parseColor(this.runtimeAttributes[F].start);var G=this.parseColor(this.runtimeAttributes[F].end);if(typeof H[F]["to"]==="undefined"&&typeof H[F]["by"]!=="undefined"){G=this.parseColor(H[F].by);for(var I=0,E=J.length;I<E;++I){G[I]=J[I]+G[I];}}this.runtimeAttributes[F].start=J;this.runtimeAttributes[F].end=G;}};C.ColorAnim=A;})(); -/* -TERMS OF USE - EASING EQUATIONS -Open source under the BSD License. -Copyright 2001 Robert Penner All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the author nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ -YAHOO.util.Easing={easeNone:function(B,A,D,C){return D*B/C+A;},easeIn:function(B,A,D,C){return D*(B/=C)*B+A;},easeOut:function(B,A,D,C){return -D*(B/=C)*(B-2)+A;},easeBoth:function(B,A,D,C){if((B/=C/2)<1){return D/2*B*B+A;}return -D/2*((--B)*(B-2)-1)+A;},easeInStrong:function(B,A,D,C){return D*(B/=C)*B*B*B+A;},easeOutStrong:function(B,A,D,C){return -D*((B=B/C-1)*B*B*B-1)+A;},easeBothStrong:function(B,A,D,C){if((B/=C/2)<1){return D/2*B*B*B*B+A;}return -D/2*((B-=2)*B*B*B-2)+A;},elasticIn:function(C,A,G,F,B,E){if(C==0){return A;}if((C/=F)==1){return A+G;}if(!E){E=F*0.3;}if(!B||B<Math.abs(G)){B=G;var D=E/4;}else{var D=E/(2*Math.PI)*Math.asin(G/B);}return -(B*Math.pow(2,10*(C-=1))*Math.sin((C*F-D)*(2*Math.PI)/E))+A;},elasticOut:function(C,A,G,F,B,E){if(C==0){return A;}if((C/=F)==1){return A+G;}if(!E){E=F*0.3;}if(!B||B<Math.abs(G)){B=G;var D=E/4;}else{var D=E/(2*Math.PI)*Math.asin(G/B);}return B*Math.pow(2,-10*C)*Math.sin((C*F-D)*(2*Math.PI)/E)+G+A;},elasticBoth:function(C,A,G,F,B,E){if(C==0){return A;}if((C/=F/2)==2){return A+G;}if(!E){E=F*(0.3*1.5);}if(!B||B<Math.abs(G)){B=G;var D=E/4;}else{var D=E/(2*Math.PI)*Math.asin(G/B);}if(C<1){return -0.5*(B*Math.pow(2,10*(C-=1))*Math.sin((C*F-D)*(2*Math.PI)/E))+A;}return B*Math.pow(2,-10*(C-=1))*Math.sin((C*F-D)*(2*Math.PI)/E)*0.5+G+A;},backIn:function(B,A,E,D,C){if(typeof C=="undefined"){C=1.70158;}return E*(B/=D)*B*((C+1)*B-C)+A;},backOut:function(B,A,E,D,C){if(typeof C=="undefined"){C=1.70158;}return E*((B=B/D-1)*B*((C+1)*B+C)+1)+A;},backBoth:function(B,A,E,D,C){if(typeof C=="undefined"){C=1.70158;}if((B/=D/2)<1){return E/2*(B*B*(((C*=(1.525))+1)*B-C))+A;}return E/2*((B-=2)*B*(((C*=(1.525))+1)*B+C)+2)+A;},bounceIn:function(B,A,D,C){return D-YAHOO.util.Easing.bounceOut(C-B,0,D,C)+A;},bounceOut:function(B,A,D,C){if((B/=C)<(1/2.75)){return D*(7.5625*B*B)+A;}else{if(B<(2/2.75)){return D*(7.5625*(B-=(1.5/2.75))*B+0.75)+A;}else{if(B<(2.5/2.75)){return D*(7.5625*(B-=(2.25/2.75))*B+0.9375)+A;}}}return D*(7.5625*(B-=(2.625/2.75))*B+0.984375)+A;},bounceBoth:function(B,A,D,C){if(B<C/2){return YAHOO.util.Easing.bounceIn(B*2,0,D,C)*0.5+A;}return YAHOO.util.Easing.bounceOut(B*2-C,0,D,C)*0.5+D*0.5+A;}};(function(){var A=function(H,G,I,J){if(H){A.superclass.constructor.call(this,H,G,I,J);}};A.NAME="Motion";var E=YAHOO.util;YAHOO.extend(A,E.ColorAnim);var F=A.superclass;var C=A.prototype;C.patterns.points=/^points$/i;C.setAttribute=function(G,I,H){if(this.patterns.points.test(G)){H=H||"px";F.setAttribute.call(this,"left",I[0],H);F.setAttribute.call(this,"top",I[1],H);}else{F.setAttribute.call(this,G,I,H);}};C.getAttribute=function(G){if(this.patterns.points.test(G)){var H=[F.getAttribute.call(this,"left"),F.getAttribute.call(this,"top")];}else{H=F.getAttribute.call(this,G);}return H;};C.doMethod=function(G,K,H){var J=null;if(this.patterns.points.test(G)){var I=this.method(this.currentFrame,0,100,this.totalFrames)/100;J=E.Bezier.getPosition(this.runtimeAttributes[G],I);}else{J=F.doMethod.call(this,G,K,H);}return J;};C.setRuntimeAttribute=function(P){if(this.patterns.points.test(P)){var H=this.getEl();var J=this.attributes;var G;var L=J["points"]["control"]||[];var I;var M,O;if(L.length>0&&!(L[0] instanceof Array)){L=[L];}else{var K=[];for(M=0,O=L.length;M<O;++M){K[M]=L[M];}L=K;}if(E.Dom.getStyle(H,"position")=="static"){E.Dom.setStyle(H,"position","relative");}if(D(J["points"]["from"])){E.Dom.setXY(H,J["points"]["from"]); -}else{E.Dom.setXY(H,E.Dom.getXY(H));}G=this.getAttribute("points");if(D(J["points"]["to"])){I=B.call(this,J["points"]["to"],G);var N=E.Dom.getXY(this.getEl());for(M=0,O=L.length;M<O;++M){L[M]=B.call(this,L[M],G);}}else{if(D(J["points"]["by"])){I=[G[0]+J["points"]["by"][0],G[1]+J["points"]["by"][1]];for(M=0,O=L.length;M<O;++M){L[M]=[G[0]+L[M][0],G[1]+L[M][1]];}}}this.runtimeAttributes[P]=[G];if(L.length>0){this.runtimeAttributes[P]=this.runtimeAttributes[P].concat(L);}this.runtimeAttributes[P][this.runtimeAttributes[P].length]=I;}else{F.setRuntimeAttribute.call(this,P);}};var B=function(G,I){var H=E.Dom.getXY(this.getEl());G=[G[0]-H[0]+I[0],G[1]-H[1]+I[1]];return G;};var D=function(G){return(typeof G!=="undefined");};E.Motion=A;})();(function(){var D=function(F,E,G,H){if(F){D.superclass.constructor.call(this,F,E,G,H);}};D.NAME="Scroll";var B=YAHOO.util;YAHOO.extend(D,B.ColorAnim);var C=D.superclass;var A=D.prototype;A.doMethod=function(E,H,F){var G=null;if(E=="scroll"){G=[this.method(this.currentFrame,H[0],F[0]-H[0],this.totalFrames),this.method(this.currentFrame,H[1],F[1]-H[1],this.totalFrames)];}else{G=C.doMethod.call(this,E,H,F);}return G;};A.getAttribute=function(E){var G=null;var F=this.getEl();if(E=="scroll"){G=[F.scrollLeft,F.scrollTop];}else{G=C.getAttribute.call(this,E);}return G;};A.setAttribute=function(E,H,G){var F=this.getEl();if(E=="scroll"){F.scrollLeft=H[0];F.scrollTop=H[1];}else{C.setAttribute.call(this,E,H,G);}};B.Scroll=D;})();YAHOO.register("animation",YAHOO.util.Anim,{version:"2.7.0",build:"1799"}); diff --git a/skins/ckeditor/plugins/wsc/LICENSE.md b/skins/ckeditor/plugins/wsc/LICENSE.md new file mode 100644 index 0000000..6096de2 --- /dev/null +++ b/skins/ckeditor/plugins/wsc/LICENSE.md @@ -0,0 +1,28 @@ +Software License Agreement +========================== + +**CKEditor WSC Plugin** +Copyright © 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved. + +Licensed under the terms of any of the following licenses at your choice: + +* GNU General Public License Version 2 or later (the "GPL"): + http://www.gnu.org/licenses/gpl.html + +* GNU Lesser General Public License Version 2.1 or later (the "LGPL"): + http://www.gnu.org/licenses/lgpl.html + +* Mozilla Public License Version 1.1 or later (the "MPL"): + http://www.mozilla.org/MPL/MPL-1.1.html + +You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice. + +Sources of Intellectual Property Included in this plugin +-------------------------------------------------------- + +Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission. + +Trademarks +---------- + +CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders. diff --git a/skins/ckeditor/plugins/wsc/README.md b/skins/ckeditor/plugins/wsc/README.md new file mode 100644 index 0000000..346e2ab --- /dev/null +++ b/skins/ckeditor/plugins/wsc/README.md @@ -0,0 +1,25 @@ +CKEditor WebSpellChecker Plugin +=============================== + +This plugin brings Web Spell Checker (WSC) into CKEditor. + +WSC is "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution. + +Installation +------------ + +1. Clone/copy this repository contents in a new "plugins/wsc" folder in your CKEditor installation. +2. Enable the "wsc" plugin in the CKEditor configuration file (config.js): + + config.extraPlugins = 'wsc'; + +That's all. WSC will appear on the editor toolbar and will be ready to use. + +License +------- + +Licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html). + +See LICENSE.md for more information. + +Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/). diff --git a/skins/ckeditor/plugins/wsc/dialogs/ciframe.html b/skins/ckeditor/plugins/wsc/dialogs/ciframe.html index e174702..1d6ba5a 100644 --- a/skins/ckeditor/plugins/wsc/dialogs/ciframe.html +++ b/skins/ckeditor/plugins/wsc/dialogs/ciframe.html @@ -1,6 +1,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html> @@ -38,9 +38,26 @@ function sendData2Master() catch (e) {} } +function OnMessage (event) { + var message = event.data; + var destination = window.parent.parent; + destination.XDTMaster.read( [ 'end', message, 'fpm' ] ) ; +} + +function listenPostMessage() { + if (window.addEventListener) { // all browsers except IE before version 9 + window.addEventListener ("message", OnMessage, false); + }else { + if (window.attachEvent) { // IE before version 9 + window.attachEvent("onmessage", OnMessage); + } + } +} + function onLoad() { interval = window.setInterval( sendData2Master, 100 ); + listenPostMessage(); } </script> diff --git a/skins/ckeditor/plugins/wsc/dialogs/tmp.html b/skins/ckeditor/plugins/wsc/dialogs/tmp.html new file mode 100644 index 0000000..c00d8c2 --- /dev/null +++ b/skins/ckeditor/plugins/wsc/dialogs/tmp.html @@ -0,0 +1,118 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <title>iframe</title> + + <style> + html,body{ + margin: 0; + height: 100%; + font: 13px/1.555 "Trebuchet MS", sans-serif; + } + a{ + color: #888; + font-weight: bold; + text-decoration: none; + border-bottom: 1px solid #888; + } + .main-box { + color:#252525; + padding: 3px 5px; + text-align: justify; + } + .main-box p{margin: 0 0 14px;} + .main-box .cerr{ + color: #f00000; + border-bottom-color: #f00000; + } + </style> + </head> + <body> + <div id="content" class="main-box"></div> + <iframe src="" frameborder="0" id="spelltext" name="spelltext" style="display:none; width: 100%" ></iframe> + <iframe src="" frameborder="0" id="loadsuggestfirst" name="loadsuggestfirst" style="display:none; width: 100%" ></iframe> + <iframe src="" frameborder="0" id="loadspellsuggestall" name="loadspellsuggestall" style="display:none; width: 100%" ></iframe> + <iframe src="" frameborder="0" id="loadOptionsForm" name="loadOptionsForm" style="display:none; width: 100%" ></iframe> + <script> + (function(window) { + // Constructor Manager PostMessage + + var ManagerPostMessage = function() { + var _init = function(handler) { + if (document.addEventListener) { + window.addEventListener('message', handler, false); + } else { + window.attachEvent("onmessage", handler); + }; + }; + var _sendCmd = function(o) { + var str, + type = Object.prototype.toString, + fn = o.fn || null, + id = o.id || '', + target = o.target || window, + message = o.message || { 'id': id }; + + if (type.call(o.message) == "[object Object]") { + (o.message['id']) ? o.message['id'] : o.message['id'] = id; + message = o.message; + }; + + str = JSON.stringify(message, fn); + target.postMessage(str, '*'); + }; + + return { + init: _init, + send: _sendCmd + }; + }; + + var manageMessageTmp = new ManagerPostMessage; + + + var appString = (function(){ + var spell = parent.CKEDITOR.config.wsc.DefaultParams.scriptPath; + var serverUrl = parent.CKEDITOR.config.wsc.DefaultParams.serviceHost; + return serverUrl + spell; + })(); + + function loadScript(src, callback) { + var scriptTag = document.createElement("script"); + scriptTag.type = "text/javascript"; + callback ? callback : callback = function() {}; + if(scriptTag.readyState) { + //IE + scriptTag.onreadystatechange = function() { + if (scriptTag.readyState == "loaded" || + scriptTag.readyState == "complete") { + scriptTag.onreadystatechange = null; + setTimeout(function(){scriptTag.parentNode.removeChild(scriptTag)},1) + callback(); + } + }; + }else{ + //Others + scriptTag.onload = function() { + setTimeout(function(){scriptTag.parentNode.removeChild(scriptTag)},1); + callback(); + }; + }; + scriptTag.src = src; + document.getElementsByTagName("head")[0].appendChild(scriptTag); + }; + + + window.onload = function(){ + loadScript(appString, function(){ + manageMessageTmp.send({ + 'id': 'iframeOnload', + 'target': window.parent + }); + }); + } + })(this); + </script> + </body> +</html> diff --git a/skins/ckeditor/plugins/wsc/dialogs/tmpFrameset.html b/skins/ckeditor/plugins/wsc/dialogs/tmpFrameset.html index 105f8b2..88e1afe 100644 --- a/skins/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +++ b/skins/ckeditor/plugins/wsc/dialogs/tmpFrameset.html @@ -1,6 +1,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html> diff --git a/skins/ckeditor/plugins/wsc/dialogs/wsc.css b/skins/ckeditor/plugins/wsc/dialogs/wsc.css index 0764cd5..e163948 100644 --- a/skins/ckeditor/plugins/wsc/dialogs/wsc.css +++ b/skins/ckeditor/plugins/wsc/dialogs/wsc.css @@ -1,6 +1,82 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ -html,body{background-color:transparent;margin:0;padding:0;}body{padding:10px;}body,td,input,select,textarea{font-size:11px;font-family:'Microsoft Sans Serif',Arial,Helvetica,Verdana;}.midtext{padding:0;margin:10px;}.midtext p{padding:0;margin:10px;}.Button{border:#737357 1px solid;color:#3b3b1f;background-color:#c7c78f;}.PopupTabArea{color:#737357;background-color:#e3e3c7;}.PopupTitleBorder{border-bottom:#d5d59d 1px solid;}.PopupTabEmptyArea{padding-left:10px;border-bottom:#d5d59d 1px solid;}.PopupTab,.PopupTabSelected{border-right:#d5d59d 1px solid;border-top:#d5d59d 1px solid;border-left:#d5d59d 1px solid;padding:3px 5px 3px 5px;color:#737357;}.PopupTab{margin-top:1px;border-bottom:#d5d59d 1px solid;cursor:pointer;}.PopupTabSelected{font-weight:bold;cursor:default;padding-top:4px;border-bottom:#f1f1e3 1px solid;background-color:#f1f1e3;} +html, body +{ + background-color: transparent; + margin: 0px; + padding: 0px; +} + +body +{ + padding: 10px; +} + +body, td, input, select, textarea +{ + font-size: 11px; + font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; +} + +.midtext +{ + padding:0px; + margin:10px; +} + +.midtext p +{ + padding:0px; + margin:10px; +} + +.Button +{ + border: #737357 1px solid; + color: #3b3b1f; + background-color: #c7c78f; +} + +.PopupTabArea +{ + color: #737357; + background-color: #e3e3c7; +} + +.PopupTitleBorder +{ + border-bottom: #d5d59d 1px solid; +} +.PopupTabEmptyArea +{ + padding-left: 10px; + border-bottom: #d5d59d 1px solid; +} + +.PopupTab, .PopupTabSelected +{ + border-right: #d5d59d 1px solid; + border-top: #d5d59d 1px solid; + border-left: #d5d59d 1px solid; + padding: 3px 5px 3px 5px; + color: #737357; +} + +.PopupTab +{ + margin-top: 1px; + border-bottom: #d5d59d 1px solid; + cursor: pointer; +} + +.PopupTabSelected +{ + font-weight: bold; + cursor: default; + padding-top: 4px; + border-bottom: #f1f1e3 1px solid; + background-color: #f1f1e3; +} diff --git a/skins/ckeditor/plugins/wsc/dialogs/wsc.js b/skins/ckeditor/plugins/wsc/dialogs/wsc.js index 9f1f950..22410bd 100644 --- a/skins/ckeditor/plugins/wsc/dialogs/wsc.js +++ b/skins/ckeditor/plugins/wsc/dialogs/wsc.js @@ -1,7 +1,67 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.dialog.add('checkspell',function(a){var b=CKEDITOR.tools.getNextNumber(),c='cke_frame_'+b,d='cke_data_'+b,e='cke_error_'+b,f,g=document.location.protocol||'http:',h=a.lang.spellCheck.notAvailable,i='<textarea style="display: none" id="'+d+'"'+' rows="10"'+' cols="40">'+' </textarea><div'+' id="'+e+'"'+' style="display:none;color:red;font-size:16px;font-weight:bold;padding-top:160px;text-align:center;z-index:11;">'+'</div><iframe'+' src=""'+' style="width:100%;background-color:#f1f1e3;"'+' frameborder="0"'+' name="'+c+'"'+' id="'+c+'"'+' allowtransparency="1">'+'</iframe>',j=a.config.wsc_customLoaderScript||g+'//loader.spellchecker.net/sproxy_fck/sproxy.php'+'?plugin=fck2'+'&customerid='+a.config.wsc_customerId+'&cmd=script&doc=wsc&schema=22';if(a.config.wsc_customLoaderScript)h+='<p style="color:#000;font-size:11px;font-weight: normal;text-align:center;padding-top:10px">'+a.lang.spellCheck.errorLoading.replace(/%s/g,a.config.wsc_customLoaderScript)+'</p>';function k(m,n){var o=0;return function(){if(typeof window.doSpell=='function'){if(typeof f!='undefined')window.clearInterval(f);l(m);}else if(o++==180)window._cancelOnError(n);};};window._cancelOnError=function(m){if(typeof window.WSC_Error=='undefined'){CKEDITOR.document.getById(c).setStyle('display','none');var n=CKEDITOR.document.getById(e);n.setStyle('display','block');n.setHtml(m||a.lang.spellCheck.notAvailable);}};function l(m){var n=new window._SP_FCK_LangCompare(),o=CKEDITOR.getUrl(a.plugins.wsc.path+'dialogs/'),p=o+'tmpFrameset.html';window.gFCKPluginName='wsc';n.setDefaulLangCode(a.config.defaultLanguage);window.doSpell({ctrl:d,lang:a.config.wsc_lang||n.getSPLangCode(a.langCode),intLang:a.config.wsc_uiLang||n.getSPLangCode(a.langCode),winType:c,onCancel:function(){m.hide();},onFinish:function(q){a.focus();m.getParentEditor().setData(q.value);m.hide();},staticFrame:p,framesetPath:p,iframePath:o+'ciframe.html',schemaURI:o+'wsc.css',userDictionaryName:a.config.wsc_userDictionaryName,customDictionaryName:a.config.wsc_customDictionaryIds&&a.config.wsc_customDictionaryIds.split(','),domainName:a.config.wsc_domainName});CKEDITOR.document.getById(e).setStyle('display','none');CKEDITOR.document.getById(c).setStyle('display','block');};return{title:a.config.wsc_dialogTitle||a.lang.spellCheck.title,minWidth:485,minHeight:380,buttons:[CKEDITOR.dialog.cancelButton],onShow:function(){var m=this.getContentElement('general','content').getElement();m.setHtml(i);m.getChild(2).setStyle('height',this._.contentSize.height+'px'); -if(typeof window.doSpell!='function')CKEDITOR.document.getHead().append(CKEDITOR.document.createElement('script',{attributes:{type:'text/javascript',src:j}}));var n=a.getData();CKEDITOR.document.getById(d).setValue(n);f=window.setInterval(k(this,h),250);},onHide:function(){window.ooo=undefined;window.int_framsetLoaded=undefined;window.framesetLoaded=undefined;window.is_window_opened=false;},contents:[{id:'general',label:a.config.wsc_dialogTitle||a.lang.spellCheck.title,padding:0,elements:[{type:'html',id:'content',html:''}]}]};});CKEDITOR.dialog.on('resize',function(a){var b=a.data,c=b.dialog;if(c._.name=='checkspell'){var d=c.getContentElement('general','content').getElement(),e=d&&d.getChild(2);e&&e.setSize('height',b.height);e&&e.setSize('width',b.width);}}); +/* + Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +(function(){function w(a){if(!a)throw"Languages-by-groups list are required for construct selectbox";var c=[],d="",f;for(f in a)for(var g in a[f]){var h=a[f][g];"en_US"==h?d=h:c.push(h)}c.sort();d&&c.unshift(d);return{getCurrentLangGroup:function(c){a:{for(var d in a)for(var f in a[d])if(f.toUpperCase()===c.toUpperCase()){c=d;break a}c=""}return c},setLangList:function(){var c={},d;for(d in a)for(var f in a[d])c[a[d][f]]=f;return c}()}}var e=function(){var a=function(a,b,f){var f=f||{},g=f.expires; +if("number"==typeof g&&g){var h=new Date;h.setTime(h.getTime()+1E3*g);g=f.expires=h}g&&g.toUTCString&&(f.expires=g.toUTCString());var b=encodeURIComponent(b),a=a+"="+b,e;for(e in f)b=f[e],a+="; "+e,!0!==b&&(a+="="+b);document.cookie=a};return{postMessage:{init:function(a){document.addEventListener?window.addEventListener("message",a,!1):window.attachEvent("onmessage",a)},send:function(a){var b=a.fn||null,f=a.id||"",g=a.target||window,h=a.message||{id:f};"[object Object]"==Object.prototype.toString.call(a.message)&& +(a.message.id||(a.message.id=f),h=a.message);a=window.JSON.stringify(h,b);g.postMessage(a,"*")}},hash:{create:function(){},parse:function(){}},cookie:{set:a,get:function(a){return(a=document.cookie.match(RegExp("(?:^|; )"+a.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g,"\\$1")+"=([^;]*)")))?decodeURIComponent(a[1]):void 0},remove:function(c){a(c,"",{expires:-1})}}}}(),a=a||{};a.TextAreaNumber=null;a.load=!0;a.cmd={SpellTab:"spell",Thesaurus:"thes",GrammTab:"grammar"};a.dialog=null;a.optionNode=null;a.selectNode= +null;a.grammerSuggest=null;a.textNode={};a.iframeMain=null;a.dataTemp="";a.div_overlay=null;a.textNodeInfo={};a.selectNode={};a.selectNodeResponce={};a.langList=null;a.langSelectbox=null;a.banner="";a.show_grammar=null;a.div_overlay_no_check=null;a.targetFromFrame={};a.onLoadOverlay=null;a.LocalizationComing={};a.OverlayPlace=null;a.LocalizationButton={ChangeTo:{instance:null,text:"Change to"},ChangeAll:{instance:null,text:"Change All"},IgnoreWord:{instance:null,text:"Ignore word"},IgnoreAllWords:{instance:null, +text:"Ignore all words"},Options:{instance:null,text:"Options",optionsDialog:{instance:null}},AddWord:{instance:null,text:"Add word"},FinishChecking:{instance:null,text:"Finish Checking"}};a.LocalizationLabel={ChangeTo:{instance:null,text:"Change to"},Suggestions:{instance:null,text:"Suggestions"}};var x=function(b){for(var c in b)b[c].instance.getElement().setText(a.LocalizationComing[c])},y=function(b){for(var c in b){if(!b[c].instance.setLabel)break;b[c].instance.setLabel(a.LocalizationComing[c])}}, +j,p;a.framesetHtml=function(b){return'<iframe src="'+a.templatePath+'" id='+a.iframeNumber+"_"+b+' frameborder="0" allowtransparency="1" style="width:100%;border: 1px solid #AEB3B9;overflow: auto;background:#fff; border-radius: 3px;"></iframe>'};a.setIframe=function(b,c){var d=a.framesetHtml(c);return b.getElement().setHtml(d)};a.setCurrentIframe=function(b){a.setIframe(a.dialog._.contents[b].Content,b)};a.setHeightBannerFrame=function(){var b=a.dialog.getContentElement("SpellTab","banner").getElement(), +c=a.dialog.getContentElement("GrammTab","banner").getElement(),d=a.dialog.getContentElement("Thesaurus","banner").getElement();b.setStyle("height","90px");c.setStyle("height","90px");d.setStyle("height","90px")};a.setHeightFrame=function(){document.getElementById(a.iframeNumber+"_"+a.dialog._.currentTabId).style.height="240px"};a.sendData=function(b){var c=b._.currentTabId,d=b._.contents[c].Content,f,g;a.setIframe(d,c);b.parts.tabs.removeAllListeners();b.parts.tabs.on("click",function(h){h=h||window.event; +h.data.getTarget().is("a")&&c!=b._.currentTabId&&(c=b._.currentTabId,d=b._.contents[c].Content,f=a.iframeNumber+"_"+c,a.div_overlay.setEnable(),d.getElement().getChildCount()?t(a.targetFromFrame[f],a.cmd[c]):(a.setIframe(d,c),g=document.getElementById(f),a.targetFromFrame[f]=g.contentWindow))})};a.buildSelectLang=function(a){var c=new CKEDITOR.dom.element("div"),d=new CKEDITOR.dom.element("select"),a="wscLang"+a;c.addClass("cke_dialog_ui_input_select");c.setAttribute("role","presentation");c.setStyles({height:"auto", +position:"absolute",right:"0",top:"-1px",width:"160px","white-space":"normal"});d.setAttribute("id",a);d.addClass("cke_dialog_ui_input_select");d.setStyles({width:"160px"});c.append(d);return c};a.buildOptionLang=function(b,c){var d=document.getElementById("wscLang"+c),f=document.createDocumentFragment(),g,h,e=[];if(0===d.options.length){for(g in b)e.push([g,b[g]]);e.sort();for(var k=0;k<e.length;k++)g=document.createElement("option"),g.setAttribute("value",e[k][1]),h=document.createTextNode(e[k][0]), +g.appendChild(h),e[k][1]==a.selectingLang&&g.setAttribute("selected","selected"),f.appendChild(g);d.appendChild(f)}};a.buildOptionSynonyms=function(b){b=a.selectNodeResponce[b];a.selectNode.synonyms.clear();for(var c=0;c<b.length;c++)a.selectNode.synonyms.add(b[c],b[c]);a.selectNode.synonyms.getInputElement().$.firstChild.selected=!0;a.textNode.Thesaurus.setValue(a.selectNode.synonyms.getInputElement().getValue())};var q=function(a){var c=document,d=a.target||c.body,f=a.id||"overlayBlock",g=a.opacity|| +"0.9",a=a.background||"#f1f1f1",e=c.getElementById(f),i=e||c.createElement("div");i.style.cssText="position: absolute;top:30px;bottom:41px;left:1px;right:1px;z-index: 10020;padding:0;margin:0;background:"+a+";opacity: "+g+";filter: alpha(opacity="+100*g+");display: none;";i.id=f;e||d.appendChild(i);return{setDisable:function(){i.style.display="none"},setEnable:function(){i.style.display="block"}}},z=function(b,c,d){var f=new CKEDITOR.dom.element("div"),g=new CKEDITOR.dom.element("input"),e=new CKEDITOR.dom.element("label"), +i="wscGrammerSuggest"+b+"_"+c;f.addClass("cke_dialog_ui_input_radio");f.setAttribute("role","presentation");f.setStyles({width:"97%",padding:"5px","white-space":"normal"});g.setAttributes({type:"radio",value:c,name:"wscGrammerSuggest",id:i});g.setStyles({"float":"left"});g.on("click",function(b){a.textNode.GrammTab.setValue(b.sender.getValue())});d&&g.setAttribute("checked",!0);g.addClass("cke_dialog_ui_radio_input");e.appendText(b);e.setAttribute("for",i);e.setStyles({display:"block","line-height":"16px", +"margin-left":"18px","white-space":"normal"});f.append(g);f.append(e);return f},u=function(a){a=a||"true";null!==a&&"false"==a&&m()},n=function(b){var c=new w(b),b="wscLang"+a.dialog.getParentEditor().name,b=document.getElementById(b),d=a.iframeNumber+"_"+a.dialog._.currentTabId;a.buildOptionLang(c.setLangList,a.dialog.getParentEditor().name);v[c.getCurrentLangGroup(a.selectingLang)]();u(a.show_grammar);b.onchange=function(){v[c.getCurrentLangGroup(this.value)]();u(a.show_grammar);a.div_overlay.setEnable(); +a.selectingLang=this.value;e.postMessage.send({message:{changeLang:a.selectingLang,text:a.dataTemp},target:a.targetFromFrame[d],id:"selectionLang_outer__page"})}},A=function(b){if("no_any_suggestions"==b){b="No suggestions";a.LocalizationButton.ChangeTo.instance.disable();a.LocalizationButton.ChangeAll.instance.disable();var c=function(b){b=a.LocalizationButton[b].instance;b.getElement().hasClass("cke_disabled")?b.getElement().setStyle("color","#a0a0a0"):b.disable()};c("ChangeTo");c("ChangeAll")}else a.LocalizationButton.ChangeTo.instance.enable(), +a.LocalizationButton.ChangeAll.instance.enable(),a.LocalizationButton.ChangeTo.instance.getElement().setStyle("color","#333"),a.LocalizationButton.ChangeAll.instance.getElement().setStyle("color","#333");return b},B={iframeOnload:function(){a.div_overlay.setEnable();var b=a.dialog._.currentTabId;t(a.targetFromFrame[a.iframeNumber+"_"+b],a.cmd[b])},suggestlist:function(b){delete b.id;a.div_overlay_no_check.setDisable();r();n(a.langList);var c=A(b.word),d="";c instanceof Array&&(c=b.word[0]);d=c=c.split(","); +p.clear();a.textNode.SpellTab.setValue(d[0]);for(b=0;b<d.length;b++)p.add(d[b],d[b]);l();a.div_overlay.setDisable()},grammerSuggest:function(b){delete b.id;delete b.mocklangs;r();n(a.langList);var c=b.grammSuggest[0];a.grammerSuggest.getElement().setHtml("");a.textNode.GrammTab.reset();a.textNode.GrammTab.setValue(c);a.textNodeInfo.GrammTab.getElement().setHtml("");a.textNodeInfo.GrammTab.getElement().setText(b.info);for(var b=b.grammSuggest,c=b.length,d=!0,f=0;f<c;f++)a.grammerSuggest.getElement().append(z(b[f], +b[f],d)),d=!1;l();a.div_overlay.setDisable()},thesaurusSuggest:function(b){delete b.id;delete b.mocklangs;r();n(a.langList);a.selectNodeResponce=b;a.textNode.Thesaurus.reset();a.selectNode.categories.clear();for(var c in b)a.selectNode.categories.add(c,c);b=a.selectNode.categories.getInputElement().getChildren().$[0].value;a.selectNode.categories.getInputElement().getChildren().$[0].selected=!0;a.buildOptionSynonyms(b);l();a.div_overlay.setDisable()},finish:function(b){delete b.id;a.dialog.getContentElement(a.dialog._.currentTabId, +"bottomGroup").getElement().hide();a.dialog.getContentElement(a.dialog._.currentTabId,"BlockFinishChecking").getElement().show();a.div_overlay.setDisable()},settext:function(b){delete b.id;a.dialog.getParentEditor().getCommand("checkspell");var c=a.dialog.getParentEditor();c.focus();c.setData(b.text,function(){a.dataTemp="";c.unlockSelection();c.fire("saveSnapshot");a.dialog.hide()})},ReplaceText:function(b){delete b.id;a.div_overlay.setEnable();a.dataTemp=b.text;a.selectingLang=b.currentLang;window.setTimeout(function(){a.div_overlay.setDisable()}, +500);x(a.LocalizationButton);y(a.LocalizationLabel)},options_checkbox_send:function(b){delete b.id;b={osp:e.cookie.get("osp"),udn:e.cookie.get("udn"),cust_dic_ids:a.cust_dic_ids};e.postMessage.send({message:b,target:a.targetFromFrame[a.iframeNumber+"_"+a.dialog._.currentTabId],id:"options_outer__page"})},getOptions:function(b){var c=b.DefOptions.udn;a.LocalizationComing=b.DefOptions.localizationButtonsAndText;a.show_grammar=b.show_grammar;a.langList=b.lang;if(a.bnr=b.bannerId){a.setHeightBannerFrame(); +var d=b.banner;a.dialog.getContentElement(a.dialog._.currentTabId,"banner").getElement().setHtml(d)}else a.setHeightFrame();"undefined"==c&&(a.userDictionaryName?(c=a.userDictionaryName,d={osp:e.cookie.get("osp"),udn:a.userDictionaryName,cust_dic_ids:a.cust_dic_ids,id:"options_dic_send",udnCmd:"create"},e.postMessage.send({message:d,target:a.targetFromFrame[void 0]})):c="");e.cookie.set("osp",b.DefOptions.osp);e.cookie.set("udn",c);e.cookie.set("cust_dic_ids",b.DefOptions.cust_dic_ids);e.postMessage.send({id:"giveOptions"})}, +options_dic_send:function(){var b={osp:e.cookie.get("osp"),udn:e.cookie.get("udn"),cust_dic_ids:a.cust_dic_ids,id:"options_dic_send",udnCmd:e.cookie.get("udnCmd")};e.postMessage.send({message:b,target:a.targetFromFrame[a.iframeNumber+"_"+a.dialog._.currentTabId]})},data:function(a){delete a.id},giveOptions:function(){},setOptionsConfirmF:function(){},setOptionsConfirmT:function(){j.setValue("")},clickBusy:function(){a.div_overlay.setEnable()},suggestAllCame:function(){a.div_overlay.setDisable();a.div_overlay_no_check.setDisable()}, +TextCorrect:function(){n(a.langList)}},C=function(a){a=a||window.event;if((a=window.JSON.parse(a.data))&&a.id)B[a.id](a)},t=function(b,c,d,f){c=c||CKEDITOR.config.wsc_cmd;d=d||a.dataTemp;e.postMessage.send({message:{customerId:a.wsc_customerId,text:d,txt_ctrl:a.TextAreaNumber,cmd:c,cust_dic_ids:a.cust_dic_ids,udn:a.userDictionaryName,slang:a.selectingLang,reset_suggest:f||!1},target:b,id:"data_outer__page"});a.div_overlay.setEnable()},v={superset:function(){a.dialog.showPage("Thesaurus");a.dialog.showPage("GrammTab"); +o()},usual:function(){s();m();o()},rtl:function(){s();m();o()}},D=function(b){var c=new function(a){var b={};return{getCmdByTab:function(c){for(var e in a)b[a[e]]=e;return b[c]}}}(a.cmd);b.selectPage(c.getCmdByTab(CKEDITOR.config.wsc_cmd));a.sendData(b)},s=function(){a.dialog.hidePage("Thesaurus")},m=function(){a.dialog.hidePage("GrammTab")},o=function(){a.dialog.showPage("SpellTab")},l=function(){a.dialog.getContentElement(a.dialog._.currentTabId,"bottomGroup").getElement().show()},r=function(){a.dialog.getContentElement(a.dialog._.currentTabId, +"BlockFinishChecking").getElement().hide()};CKEDITOR.dialog.add("checkspell",function(b){var c=function(){a.div_overlay.setEnable();var c=a.dialog._.currentTabId,f=a.iframeNumber+"_"+c,g=a.textNode[c].getValue(),h=this.getElement().getAttribute("title-cmd");e.postMessage.send({message:{cmd:h,tabId:c,new_word:g},target:a.targetFromFrame[f],id:"cmd_outer__page"});("ChangeTo"==h||"ChangeAll"==h)&&b.fire("saveSnapshot");"FinishChecking"==h&&b.config.wsc_onFinish.call(CKEDITOR.document.getWindow().getFrame())}; +return{title:b.config.wsc_dialogTitle||b.lang.wsc.title,minWidth:560,minHeight:444,buttons:[CKEDITOR.dialog.cancelButton],onLoad:function(){a.dialog=this;s();m();o()},onShow:function(){b.lockSelection(b.getSelection());a.TextAreaNumber="cke_textarea_"+CKEDITOR.currentInstance.name;e.postMessage.init(C);a.dataTemp=CKEDITOR.currentInstance.getData();a.OverlayPlace=a.dialog.parts.tabs.getParent().$;if(CKEDITOR&&CKEDITOR.config){a.wsc_customerId=b.config.wsc_customerId;a.cust_dic_ids=b.config.wsc_customDictionaryIds; +a.userDictionaryName=b.config.wsc_userDictionaryName;a.defaultLanguage=CKEDITOR.config.defaultLanguage;var c="file:"==document.location.protocol?"http:":document.location.protocol;CKEDITOR.scriptLoader.load(b.config.wsc_customLoaderScript||c+"//loader.webspellchecker.net/sproxy_fck/sproxy.php?plugin=fck2&customerid="+a.wsc_customerId+"&cmd=script&doc=wsc&schema=22",function(c){CKEDITOR.config&&CKEDITOR.config.wsc&&CKEDITOR.config.wsc.DefaultParams?(a.serverLocationHash=CKEDITOR.config.wsc.DefaultParams.serviceHost, +a.logotype=CKEDITOR.config.wsc.DefaultParams.logoPath,a.loadIcon=CKEDITOR.config.wsc.DefaultParams.iconPath,a.loadIconEmptyEditor=CKEDITOR.config.wsc.DefaultParams.iconPathEmptyEditor,a.LangComparer=new CKEDITOR.config.wsc.DefaultParams._SP_FCK_LangCompare):(a.serverLocationHash=DefaultParams.serviceHost,a.logotype=DefaultParams.logoPath,a.loadIcon=DefaultParams.iconPath,a.loadIconEmptyEditor=DefaultParams.iconPathEmptyEditor,a.LangComparer=new _SP_FCK_LangCompare);a.pluginPath=CKEDITOR.getUrl(b.plugins.wsc.path); +a.iframeNumber=a.TextAreaNumber;a.templatePath=a.pluginPath+"dialogs/tmp.html";a.LangComparer.setDefaulLangCode(a.defaultLanguage);a.currentLang=b.config.wsc_lang||a.LangComparer.getSPLangCode(b.langCode);a.selectingLang=a.currentLang;a.div_overlay=new q({opacity:"1",background:"#fff url("+a.loadIcon+") no-repeat 50% 50%",target:a.OverlayPlace});var d=a.dialog.parts.tabs.getId(),d=CKEDITOR.document.getById(d);d.setStyle("width","97%");d.getElementsByTag("DIV").count()||d.append(a.buildSelectLang(a.dialog.getParentEditor().name)); +a.div_overlay_no_check=new q({opacity:"1",id:"no_check_over",background:"#fff url("+a.loadIconEmptyEditor+") no-repeat 50% 50%",target:a.OverlayPlace});c&&(D(a.dialog),a.dialog.setupContent(a.dialog))})}else a.dialog.hide()},onHide:function(){a.dataTemp=""},contents:[{id:"SpellTab",label:"SpellChecker",accessKey:"S",elements:[{type:"html",id:"banner",label:"banner",style:"",html:"<div></div>"},{type:"html",id:"Content",label:"spellContent",html:"",setup:function(b){var b=a.iframeNumber+"_"+b._.currentTabId, +c=document.getElementById(b);a.targetFromFrame[b]=c.contentWindow}},{type:"hbox",id:"bottomGroup",style:"width:560px; margin: 0 auto;",widths:["50%","50%"],children:[{type:"hbox",id:"leftCol",align:"left",width:"50%",children:[{type:"vbox",id:"rightCol1",widths:["50%","50%"],children:[{type:"text",id:"text",label:a.LocalizationLabel.ChangeTo.text+":",labelLayout:"horizontal",labelStyle:"font: 12px/25px arial, sans-serif;",width:"140px","default":"",onShow:function(){a.textNode.SpellTab=this;a.LocalizationLabel.ChangeTo.instance= +this},onHide:function(){this.reset()}},{type:"hbox",id:"rightCol",align:"right",width:"30%",children:[{type:"vbox",id:"rightCol_col__left",children:[{type:"text",id:"labelSuggestions",label:a.LocalizationLabel.Suggestions.text+":",onShow:function(){a.LocalizationLabel.Suggestions.instance=this;this.getInputElement().hide()}},{type:"html",id:"logo",html:'<img width="99" height="68" border="0" src="" title="WebSpellChecker.net" alt="WebSpellChecker.net" style="display: inline-block;">',setup:function(){this.getElement().$.src= +a.logotype;this.getElement().getParent().setStyles({"text-align":"left"})}}]},{type:"select",id:"list_of_suggestions",labelStyle:"font: 12px/25px arial, sans-serif;",size:"6",inputStyle:"width: 140px; height: auto;",items:[["loading..."]],onShow:function(){p=this},onHide:function(){this.clear()},onChange:function(){a.textNode.SpellTab.setValue(this.getValue())}}]}]}]},{type:"hbox",id:"rightCol",align:"right",width:"50%",children:[{type:"vbox",id:"rightCol_col__left",widths:["50%","50%","50%","50%"], +children:[{type:"button",id:"ChangeTo",label:a.LocalizationButton.ChangeTo.text,title:"Change to",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id);a.LocalizationButton.ChangeTo.instance=this},onClick:c},{type:"button",id:"ChangeAll",label:a.LocalizationButton.ChangeAll.text,title:"Change All",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id);a.LocalizationButton.ChangeAll.instance=this},onClick:c},{type:"button",id:"AddWord", +label:a.LocalizationButton.AddWord.text,title:"Add word",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id);a.LocalizationButton.AddWord.instance=this},onClick:c},{type:"button",id:"FinishChecking",label:a.LocalizationButton.FinishChecking.text,title:"Finish Checking",style:"width: 100%;margin-top: 9px;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id);a.LocalizationButton.FinishChecking.instance=this},onClick:c}]},{type:"vbox",id:"rightCol_col__right", +widths:["50%","50%","50%"],children:[{type:"button",id:"IgnoreWord",label:a.LocalizationButton.IgnoreWord.text,title:"Ignore word",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id);a.LocalizationButton.IgnoreWord.instance=this},onClick:c},{type:"button",id:"IgnoreAllWords",label:a.LocalizationButton.IgnoreAllWords.text,title:"Ignore all words",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id);a.LocalizationButton.IgnoreAllWords.instance= +this},onClick:c},{type:"button",id:"option",label:a.LocalizationButton.Options.text,title:"Option",style:"width: 100%;",onLoad:function(){a.LocalizationButton.Options.instance=this;"file:"==document.location.protocol&&this.disable()},onClick:function(){"file:"==document.location.protocol?alert("WSC: Options functionality is disabled when runing from file system"):b.openDialog("options")}}]}]}]},{type:"hbox",id:"BlockFinishChecking",style:"width:560px; margin: 0 auto;",widths:["70%","30%"],onShow:function(){this.getElement().hide()}, +onHide:l,children:[{type:"hbox",id:"leftCol",align:"left",width:"70%",children:[{type:"vbox",id:"rightCol1",setup:function(){this.getChild()[0].getElement().$.src=a.logotype;this.getChild()[0].getElement().getParent().setStyles({"text-align":"center"})},children:[{type:"html",id:"logo",html:'<img width="99" height="68" border="0" src="" title="WebSpellChecker.net" alt="WebSpellChecker.net" style="display: inline-block;">'}]}]},{type:"hbox",id:"rightCol",align:"right",width:"30%",children:[{type:"vbox", +id:"rightCol_col__left",children:[{type:"button",id:"Option_button",label:a.LocalizationButton.Options.text,title:"Option",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id);"file:"==document.location.protocol&&this.disable()},onClick:function(){"file:"==document.location.protocol?alert("WSC: Options functionality is disabled when runing from file system"):b.openDialog("options")}},{type:"button",id:"FinishChecking",label:a.LocalizationButton.FinishChecking.text, +title:"Finish Checking",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onClick:c}]}]}]}]},{id:"GrammTab",label:"Grammar",accessKey:"G",elements:[{type:"html",id:"banner",label:"banner",style:"",html:"<div></div>"},{type:"html",id:"Content",label:"GrammarContent",html:"",setup:function(){var b=a.iframeNumber+"_"+a.dialog._.currentTabId,c=document.getElementById(b);a.targetFromFrame[b]=c.contentWindow}},{type:"vbox",id:"bottomGroup",style:"width:560px; margin: 0 auto;", +children:[{type:"hbox",id:"leftCol",widths:["66%","34%"],children:[{type:"vbox",children:[{type:"text",id:"text",label:"Change to:",labelLayout:"horizontal",labelStyle:"font: 12px/25px arial, sans-serif;",inputStyle:"float: right; width: 200px;","default":"",onShow:function(){a.textNode.GrammTab=this},onHide:function(){this.reset()}},{type:"html",id:"html_text",html:"<div style='min-height: 17px; line-height: 17px; padding: 5px; text-align: left;background: #F1F1F1;color: #595959; white-space: normal!important;'></div>", +onShow:function(){a.textNodeInfo.GrammTab=this}},{type:"html",id:"radio",html:"",onShow:function(){a.grammerSuggest=this}}]},{type:"vbox",children:[{type:"button",id:"ChangeTo",label:"Change to",title:"Change to",style:"width: 133px; float: right;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onClick:c},{type:"button",id:"IgnoreWord",label:"Ignore word",title:"Ignore word",style:"width: 133px; float: right;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)}, +onClick:c},{type:"button",id:"IgnoreAllWords",label:"Ignore Problem",title:"Ignore Problem",style:"width: 133px; float: right;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onClick:c},{type:"button",id:"FinishChecking",label:"Finish Checking",title:"Finish Checking",style:"width: 133px; float: right; margin-top: 9px;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onClick:c}]}]}]},{type:"hbox",id:"BlockFinishChecking",style:"width:560px; margin: 0 auto;", +widths:["70%","30%"],onShow:function(){this.getElement().hide()},onHide:l,children:[{type:"hbox",id:"leftCol",align:"left",width:"70%",children:[{type:"vbox",id:"rightCol1",children:[{type:"html",id:"logo",html:'<img width="99" height="68" border="0" src="" title="WebSpellChecker.net" alt="WebSpellChecker.net" style="display: inline-block;">',setup:function(){this.getElement().$.src=a.logotype;this.getElement().getParent().setStyles({"text-align":"center"})}}]}]},{type:"hbox",id:"rightCol",align:"right", +width:"30%",children:[{type:"vbox",id:"rightCol_col__left",children:[{type:"button",id:"FinishChecking",label:"Finish Checking",title:"Finish Checking",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onClick:c}]}]}]}]},{id:"Thesaurus",label:"Thesaurus",accessKey:"T",elements:[{type:"html",id:"banner",label:"banner",style:"",html:"<div></div>"},{type:"html",id:"Content",label:"spellContent",html:"",setup:function(){var b=a.iframeNumber+"_"+a.dialog._.currentTabId, +c=document.getElementById(b);a.targetFromFrame[b]=c.contentWindow}},{type:"vbox",id:"bottomGroup",style:"width:560px; margin: -10px auto; overflow: hidden;",children:[{type:"hbox",widths:["75%","25%"],children:[{type:"vbox",children:[{type:"hbox",widths:["65%","35%"],children:[{type:"text",id:"ChangeTo",label:"Change to:",labelLayout:"horizontal",inputStyle:"width: 160px;",labelStyle:"font: 12px/25px arial, sans-serif;","default":"",onShow:function(){a.textNode.Thesaurus=this},onHide:function(){this.reset()}}, +{type:"button",id:"ChangeTo",label:"Change to",title:"Change to",style:"width: 121px; margin-top: 1px;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onClick:c}]},{type:"hbox",children:[{type:"select",id:"categories",label:"Categories:",labelStyle:"font: 12px/25px arial, sans-serif;",size:"5",inputStyle:"width: 180px; height: auto;",items:[],onShow:function(){a.selectNode.categories=this},onHide:function(){this.clear()},onChange:function(){a.buildOptionSynonyms(this.getValue())}}, +{type:"select",id:"synonyms",label:"Synonyms:",labelStyle:"font: 12px/25px arial, sans-serif;",size:"5",inputStyle:"width: 180px; height: auto;",items:[],onShow:function(){a.selectNode.synonyms=this;a.textNode.Thesaurus.setValue(this.getValue())},onHide:function(){this.clear()},onChange:function(){a.textNode.Thesaurus.setValue(this.getValue())}}]}]},{type:"vbox",width:"120px",style:"margin-top:46px;",children:[{type:"html",id:"logotype",label:"WebSpellChecker.net",html:'<img width="99" height="68" border="0" src="" title="WebSpellChecker.net" alt="WebSpellChecker.net" style="display: inline-block;">', +setup:function(){this.getElement().$.src=a.logotype;this.getElement().getParent().setStyles({"text-align":"center"})}},{type:"button",id:"FinishChecking",label:"Finish Checking",title:"Finish Checking",style:"width: 121px; float: right; margin-top: 9px;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onClick:c}]}]}]},{type:"hbox",id:"BlockFinishChecking",style:"width:560px; margin: 0 auto;",widths:["70%","30%"],onShow:function(){this.getElement().hide()},children:[{type:"hbox", +id:"leftCol",align:"left",width:"70%",children:[{type:"vbox",id:"rightCol1",children:[{type:"html",id:"logo",html:'<img width="99" height="68" border="0" src="" title="WebSpellChecker.net" alt="WebSpellChecker.net" style="display: inline-block;">',setup:function(){this.getElement().$.src=a.logotype;this.getElement().getParent().setStyles({"text-align":"center"})}}]}]},{type:"hbox",id:"rightCol",align:"right",width:"30%",children:[{type:"vbox",id:"rightCol_col__left",children:[{type:"button",id:"FinishChecking", +label:"Finish Checking",title:"Finish Checking",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onClick:c}]}]}]}]}]}});CKEDITOR.dialog.add("options",function(){var b=null,c={},d={},f=null,g=null;e.cookie.get("udn");e.cookie.get("osp");var h=function(){g=this.getElement().getAttribute("title-cmd");var a=[];a[0]=d.IgnoreAllCapsWords;a[1]=d.IgnoreWordsNumbers;a[2]=d.IgnoreMixedCaseWords;a[3]=d.IgnoreDomainNames;a=a.toString().replace(/,/g,"");e.cookie.set("osp", +a);e.cookie.set("udnCmd",g?g:"ignore");"delete"!=g&&(a="",""!==j.getValue()&&(a=j.getValue()),e.cookie.set("udn",a));e.postMessage.send({id:"options_dic_send"})},i=function(){f.getElement().setHtml(a.LocalizationComing.error);f.getElement().show()};return{title:a.LocalizationComing.Options,minWidth:430,minHeight:130,resizable:CKEDITOR.DIALOG_RESIZE_NONE,contents:[{id:"OptionsTab",label:"Options",accessKey:"O",elements:[{type:"hbox",id:"options_error",children:[{type:"html",style:"display: block;text-align: center;white-space: normal!important; font-size: 12px;color:red", +html:"<div></div>",onShow:function(){f=this}}]},{type:"vbox",id:"Options_content",children:[{type:"hbox",id:"Options_manager",widths:["52%","48%"],children:[{type:"fieldset",label:"Spell Checking Options",style:"border: none;margin-top: 13px;padding: 10px 0 10px 10px",onShow:function(){this.getInputElement().$.children[0].innerHTML=a.LocalizationComing.SpellCheckingOptions},children:[{type:"vbox",id:"Options_checkbox",children:[{type:"checkbox",id:"IgnoreAllCapsWords",label:"Ignore All-Caps Words", +labelStyle:"margin-left: 5px; font: 12px/16px arial, sans-serif;display: inline-block;white-space: normal;",style:"float:left; min-height: 16px;","default":"",onClick:function(){d[this.id]=!this.getValue()?0:1}},{type:"checkbox",id:"IgnoreWordsNumbers",label:"Ignore Words with Numbers",labelStyle:"margin-left: 5px; font: 12px/16px arial, sans-serif;display: inline-block;white-space: normal;",style:"float:left; min-height: 16px;","default":"",onClick:function(){d[this.id]=!this.getValue()?0:1}},{type:"checkbox", +id:"IgnoreMixedCaseWords",label:"Ignore Mixed-Case Words",labelStyle:"margin-left: 5px; font: 12px/16px arial, sans-serif;display: inline-block;white-space: normal;",style:"float:left; min-height: 16px;","default":"",onClick:function(){d[this.id]=!this.getValue()?0:1}},{type:"checkbox",id:"IgnoreDomainNames",label:"Ignore Domain Names",labelStyle:"margin-left: 5px; font: 12px/16px arial, sans-serif;display: inline-block;white-space: normal;",style:"float:left; min-height: 16px;","default":"",onClick:function(){d[this.id]= +!this.getValue()?0:1}}]}]},{type:"vbox",id:"Options_DictionaryName",children:[{type:"text",id:"DictionaryName",style:"margin-bottom: 10px",label:"Dictionary Name:",labelLayout:"vertical",labelStyle:"font: 12px/25px arial, sans-serif;","default":"",onLoad:function(){j=this;this.setValue(a.userDictionaryName?a.userDictionaryName:(e.cookie.get("udn"),this.getValue()))},onShow:function(){j=this;this.setValue(!e.cookie.get("udn")?this.getValue():e.cookie.get("udn"));this.setLabel(a.LocalizationComing.DictionaryName)}, +onHide:function(){this.reset()}},{type:"hbox",id:"Options_buttons",children:[{type:"vbox",id:"Options_leftCol_col",widths:["50%","50%"],children:[{type:"button",id:"create",label:"Create",title:"Create",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onShow:function(){this.getElement().setText(a.LocalizationComing.Create)},onClick:h},{type:"button",id:"restore",label:"Restore",title:"Restore",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd", +this.id)},onShow:function(){this.getElement().setText(a.LocalizationComing.Restore)},onClick:h}]},{type:"vbox",id:"Options_rightCol_col",widths:["50%","50%"],children:[{type:"button",id:"rename",label:"Rename",title:"Rename",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onShow:function(){this.getElement().setText(a.LocalizationComing.Rename)},onClick:h},{type:"button",id:"delete",label:"Remove",title:"Remove",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd", +this.id)},onShow:function(){this.getElement().setText(a.LocalizationComing.Remove)},onClick:h}]}]}]}]},{type:"hbox",id:"Options_text",children:[{type:"html",style:"text-align: justify;margin-top: 15px;white-space: normal!important; font-size: 12px;color:#777;",html:"<div>"+a.LocalizationComing.OptionsTextIntro+"</div>",onShow:function(){this.getElement().setText(a.LocalizationComing.OptionsTextIntro)}}]}]}]}],buttons:[CKEDITOR.dialog.okButton,CKEDITOR.dialog.cancelButton],onOk:function(){var a=[]; +a[0]=d.IgnoreAllCapsWords;a[1]=d.IgnoreWordsNumbers;a[2]=d.IgnoreMixedCaseWords;a[3]=d.IgnoreDomainNames;a=a.toString().replace(/,/g,"");e.cookie.set("osp",a);e.cookie.set("udn",j.getValue());e.postMessage.send({id:"options_checkbox_send"});f.getElement().hide();f.getElement().setHtml(" ")},onLoad:function(){b=this;e.postMessage.init(i);c.IgnoreAllCapsWords=b.getContentElement("OptionsTab","IgnoreAllCapsWords");c.IgnoreWordsNumbers=b.getContentElement("OptionsTab","IgnoreWordsNumbers");c.IgnoreMixedCaseWords= +b.getContentElement("OptionsTab","IgnoreMixedCaseWords");c.IgnoreDomainNames=b.getContentElement("OptionsTab","IgnoreDomainNames")},onShow:function(){var b=e.cookie.get("osp").split("");d.IgnoreAllCapsWords=b[0];d.IgnoreWordsNumbers=b[1];d.IgnoreMixedCaseWords=b[2];d.IgnoreDomainNames=b[3];!parseInt(d.IgnoreAllCapsWords,10)?c.IgnoreAllCapsWords.setValue("",!1):c.IgnoreAllCapsWords.setValue("checked",!1);!parseInt(d.IgnoreWordsNumbers,10)?c.IgnoreWordsNumbers.setValue("",!1):c.IgnoreWordsNumbers.setValue("checked", +!1);!parseInt(d.IgnoreMixedCaseWords,10)?c.IgnoreMixedCaseWords.setValue("",!1):c.IgnoreMixedCaseWords.setValue("checked",!1);!parseInt(d.IgnoreDomainNames,10)?c.IgnoreDomainNames.setValue("",!1):c.IgnoreDomainNames.setValue("checked",!1);d.IgnoreAllCapsWords=!c.IgnoreAllCapsWords.getValue()?0:1;d.IgnoreWordsNumbers=!c.IgnoreWordsNumbers.getValue()?0:1;d.IgnoreMixedCaseWords=!c.IgnoreMixedCaseWords.getValue()?0:1;d.IgnoreDomainNames=!c.IgnoreDomainNames.getValue()?0:1;c.IgnoreAllCapsWords.getElement().$.lastChild.innerHTML= +a.LocalizationComing.IgnoreAllCapsWords;c.IgnoreWordsNumbers.getElement().$.lastChild.innerHTML=a.LocalizationComing.IgnoreWordsWithNumbers;c.IgnoreMixedCaseWords.getElement().$.lastChild.innerHTML=a.LocalizationComing.IgnoreMixedCaseWords;c.IgnoreDomainNames.getElement().$.lastChild.innerHTML=a.LocalizationComing.IgnoreDomainNames}}});CKEDITOR.dialog.on("resize",function(b){var b=b.data,c=b.dialog,d=CKEDITOR.document.getById(a.iframeNumber+"_"+c._.currentTabId);"checkspell"==c._.name&&(a.bnr?d&& +d.setSize("height",b.height-310):d&&d.setSize("height",b.height-220))});CKEDITOR.on("dialogDefinition",function(b){var c=b.data.definition;a.onLoadOverlay=new q({opacity:"1",background:"#fff",target:c.dialog.parts.tabs.getParent().$});a.onLoadOverlay.setEnable();c.dialog.on("show",function(){});c.dialog.on("cancel",function(){c.dialog.getParentEditor().config.wsc_onClose.call(this.document.getWindow().getFrame());a.div_overlay.setDisable();return!1},this,null,-1)})})(); \ No newline at end of file diff --git a/skins/ckeditor/plugins/wsc/dialogs/wsc_ie.js b/skins/ckeditor/plugins/wsc/dialogs/wsc_ie.js new file mode 100644 index 0000000..6b39b00 --- /dev/null +++ b/skins/ckeditor/plugins/wsc/dialogs/wsc_ie.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("checkspell",function(a){function c(a,c){var d=0;return function(){"function"==typeof window.doSpell?("undefined"!=typeof e&&window.clearInterval(e),j(a)):180==d++&&window._cancelOnError(c)}}function j(c){var f=new window._SP_FCK_LangCompare,b=CKEDITOR.getUrl(a.plugins.wsc.path+"dialogs/"),e=b+"tmpFrameset.html";window.gFCKPluginName="wsc";f.setDefaulLangCode(a.config.defaultLanguage);window.doSpell({ctrl:g,lang:a.config.wsc_lang||f.getSPLangCode(a.langCode),intLang:a.config.wsc_uiLang|| +f.getSPLangCode(a.langCode),winType:d,onCancel:function(){c.hide()},onFinish:function(b){a.focus();c.getParentEditor().setData(b.value);c.hide()},staticFrame:e,framesetPath:e,iframePath:b+"ciframe.html",schemaURI:b+"wsc.css",userDictionaryName:a.config.wsc_userDictionaryName,customDictionaryName:a.config.wsc_customDictionaryIds&&a.config.wsc_customDictionaryIds.split(","),domainName:a.config.wsc_domainName});CKEDITOR.document.getById(h).setStyle("display","none");CKEDITOR.document.getById(d).setStyle("display", +"block")}var b=CKEDITOR.tools.getNextNumber(),d="cke_frame_"+b,g="cke_data_"+b,h="cke_error_"+b,e,b=document.location.protocol||"http:",i=a.lang.wsc.notAvailable,k='<textarea style="display: none" id="'+g+'" rows="10" cols="40"> </textarea><div id="'+h+'" style="display:none;color:red;font-size:16px;font-weight:bold;padding-top:160px;text-align:center;z-index:11;"></div><iframe src="" style="width:100%;background-color:#f1f1e3;" frameborder="0" name="'+d+'" id="'+d+'" allowtransparency="1"></iframe>', +l=a.config.wsc_customLoaderScript||b+"//loader.webspellchecker.net/sproxy_fck/sproxy.php?plugin=fck2&customerid="+a.config.wsc_customerId+"&cmd=script&doc=wsc&schema=22";a.config.wsc_customLoaderScript&&(i+='<p style="color:#000;font-size:11px;font-weight: normal;text-align:center;padding-top:10px">'+a.lang.wsc.errorLoading.replace(/%s/g,a.config.wsc_customLoaderScript)+"</p>");window._cancelOnError=function(c){if("undefined"==typeof window.WSC_Error){CKEDITOR.document.getById(d).setStyle("display", +"none");var b=CKEDITOR.document.getById(h);b.setStyle("display","block");b.setHtml(c||a.lang.wsc.notAvailable)}};return{title:a.config.wsc_dialogTitle||a.lang.wsc.title,minWidth:485,minHeight:380,buttons:[CKEDITOR.dialog.cancelButton],onShow:function(){var b=this.getContentElement("general","content").getElement();b.setHtml(k);b.getChild(2).setStyle("height",this._.contentSize.height+"px");"function"!=typeof window.doSpell&&CKEDITOR.document.getHead().append(CKEDITOR.document.createElement("script", +{attributes:{type:"text/javascript",src:l}}));b=a.getData();CKEDITOR.document.getById(g).setValue(b);e=window.setInterval(c(this,i),250)},onHide:function(){window.ooo=void 0;window.int_framsetLoaded=void 0;window.framesetLoaded=void 0;window.is_window_opened=!1},contents:[{id:"general",label:a.config.wsc_dialogTitle||a.lang.wsc.title,padding:0,elements:[{type:"html",id:"content",html:""}]}]}}); +CKEDITOR.dialog.on("resize",function(a){var a=a.data,c=a.dialog;"checkspell"==c._.name&&((c=(c=c.getContentElement("general","content").getElement())&&c.getChild(2))&&c.setSize("height",a.height),c&&c.setSize("width",a.width))}); \ No newline at end of file diff --git a/skins/ckeditor/plugins/xml/plugin.js b/skins/ckeditor/plugins/xml/plugin.js deleted file mode 100644 index a5b3126..0000000 --- a/skins/ckeditor/plugins/xml/plugin.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){CKEDITOR.plugins.add('xml',{});CKEDITOR.xml=function(a){var b=null;if(typeof a=='object')b=a;else{var c=(a||'').replace(/ /g,'\xa0');if(window.DOMParser)b=new DOMParser().parseFromString(c,'text/xml');else if(window.ActiveXObject){try{b=new ActiveXObject('MSXML2.DOMDocument');}catch(d){try{b=new ActiveXObject('Microsoft.XmlDom');}catch(d){}}if(b){b.async=false;b.resolveExternals=false;b.validateOnParse=false;b.loadXML(c);}}}this.baseXml=b;};CKEDITOR.xml.prototype={selectSingleNode:function(a,b){var c=this.baseXml;if(b||(b=c))if(CKEDITOR.env.ie||b.selectSingleNode)return b.selectSingleNode(a);else if(c.evaluate){var d=c.evaluate(a,b,null,9,null);return d&&d.singleNodeValue||null;}return null;},selectNodes:function(a,b){var c=this.baseXml,d=[];if(b||(b=c))if(CKEDITOR.env.ie||b.selectNodes)return b.selectNodes(a);else if(c.evaluate){var e=c.evaluate(a,b,null,5,null);if(e){var f;while(f=e.iterateNext())d.push(f);}}return d;},getInnerXml:function(a,b){var c=this.selectSingleNode(a,b),d=[];if(c){c=c.firstChild;while(c){if(c.xml)d.push(c.xml);else if(window.XMLSerializer)d.push(new XMLSerializer().serializeToString(c));c=c.nextSibling;}}return d.length?d.join(''):null;}};})(); diff --git a/skins/ckeditor/samples/ajax.html b/skins/ckeditor/samples/ajax.html new file mode 100644 index 0000000..59333eb --- /dev/null +++ b/skins/ckeditor/samples/ajax.html @@ -0,0 +1,82 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Ajax — CKEditor Sample</title> + <script src="../ckeditor.js"></script> + <link rel="stylesheet" href="sample.css"> + <script> + + var editor, html = ''; + + function createEditor() { + if ( editor ) + return; + + // Create a new editor inside the <div id="editor">, setting its value to html + var config = {}; + editor = CKEDITOR.appendTo( 'editor', config, html ); + } + + function removeEditor() { + if ( !editor ) + return; + + // Retrieve the editor contents. In an Ajax application, this data would be + // sent to the server or used in any other way. + document.getElementById( 'editorcontents' ).innerHTML = html = editor.getData(); + document.getElementById( 'contents' ).style.display = ''; + + // Destroy the editor. + editor.destroy(); + editor = null; + } + + </script> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Create and Destroy Editor Instances for Ajax Applications + </h1> + <div class="description"> + <p> + This sample shows how to create and destroy CKEditor instances on the fly. After the removal of CKEditor the content created inside the editing + area will be displayed in a <code><div></code> element. + </p> + <p> + For details of how to create this setup check the source code of this sample page + for JavaScript code responsible for the creation and destruction of a CKEditor instance. + </p> + </div> + <p>Click the buttons to create and remove a CKEditor instance.</p> + <p> + <input onclick="createEditor();" type="button" value="Create Editor"> + <input onclick="removeEditor();" type="button" value="Remove Editor"> + </p> + <!-- This div will hold the editor. --> + <div id="editor"> + </div> + <div id="contents" style="display: none"> + <p> + Edited Contents: + </p> + <!-- This div will be used to display the editor contents. --> + <div id="editorcontents"> + </div> + </div> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/_samples/api.html b/skins/ckeditor/samples/api.html similarity index 51% rename from skins/ckeditor/_samples/api.html rename to skins/ckeditor/samples/api.html index a3f2035..a957eed 100644 --- a/skins/ckeditor/_samples/api.html +++ b/skins/ckeditor/samples/api.html @@ -1,132 +1,133 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html> <!-- -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license --> -<html xmlns="http://www.w3.org/1999/xhtml"> +<html> <head> + <meta charset="utf-8"> <title>API Usage — CKEditor Sample</title> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <script type="text/javascript" src="../ckeditor.js"></script> - <script src="sample.js" type="text/javascript"></script> - <link href="sample.css" rel="stylesheet" type="text/css" /> - <script type="text/javascript"> - //<![CDATA[ + <script src="../ckeditor.js"></script> + <link href="sample.css" rel="stylesheet"> + <script> // The instanceReady event is fired, when an instance of CKEditor has finished // its initialization. -CKEDITOR.on( 'instanceReady', function( ev ) -{ +CKEDITOR.on( 'instanceReady', function( ev ) { // Show the editor name and description in the browser status bar. - document.getElementById( 'eMessage' ).innerHTML = '<p>Instance <code>' + ev.editor.name + '<\/code> loaded.<\/p>'; + document.getElementById( 'eMessage' ).innerHTML = 'Instance <code>' + ev.editor.name + '<\/code> loaded.'; // Show this sample buttons. - document.getElementById( 'eButtons' ).style.display = 'block'; + document.getElementById( 'eButtons' ).style.display = 'block'; }); -function InsertHTML() -{ +function InsertHTML() { // Get the editor instance that we want to interact with. - var oEditor = CKEDITOR.instances.editor1; + var editor = CKEDITOR.instances.editor1; var value = document.getElementById( 'htmlArea' ).value; // Check the active editing mode. - if ( oEditor.mode == 'wysiwyg' ) + if ( editor.mode == 'wysiwyg' ) { // Insert HTML code. - // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml - oEditor.insertHtml( value ); + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertHtml + editor.insertHtml( value ); } else alert( 'You must be in WYSIWYG mode!' ); } -function InsertText() -{ +function InsertText() { // Get the editor instance that we want to interact with. - var oEditor = CKEDITOR.instances.editor1; + var editor = CKEDITOR.instances.editor1; var value = document.getElementById( 'txtArea' ).value; // Check the active editing mode. - if ( oEditor.mode == 'wysiwyg' ) + if ( editor.mode == 'wysiwyg' ) { // Insert as plain text. - // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertText - oEditor.insertText( value ); + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertText + editor.insertText( value ); } else alert( 'You must be in WYSIWYG mode!' ); } -function SetContents() -{ +function SetContents() { // Get the editor instance that we want to interact with. - var oEditor = CKEDITOR.instances.editor1; + var editor = CKEDITOR.instances.editor1; var value = document.getElementById( 'htmlArea' ).value; // Set editor contents (replace current contents). - // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#setData - oEditor.setData( value ); + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData + editor.setData( value ); } -function GetContents() -{ +function GetContents() { // Get the editor instance that you want to interact with. - var oEditor = CKEDITOR.instances.editor1; + var editor = CKEDITOR.instances.editor1; // Get editor contents - // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#getData - alert( oEditor.getData() ); + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData + alert( editor.getData() ); } -function ExecuteCommand( commandName ) -{ +function ExecuteCommand( commandName ) { // Get the editor instance that we want to interact with. - var oEditor = CKEDITOR.instances.editor1; + var editor = CKEDITOR.instances.editor1; // Check the active editing mode. - if ( oEditor.mode == 'wysiwyg' ) + if ( editor.mode == 'wysiwyg' ) { // Execute the command. - // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#execCommand - oEditor.execCommand( commandName ); + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-execCommand + editor.execCommand( commandName ); } else alert( 'You must be in WYSIWYG mode!' ); } -function CheckDirty() -{ +function CheckDirty() { // Get the editor instance that we want to interact with. - var oEditor = CKEDITOR.instances.editor1; + var editor = CKEDITOR.instances.editor1; // Checks whether the current editor contents present changes when compared // to the contents loaded into the editor at startup - // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#checkDirty - alert( oEditor.checkDirty() ); + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-checkDirty + alert( editor.checkDirty() ); } -function ResetDirty() -{ +function ResetDirty() { // Get the editor instance that we want to interact with. - var oEditor = CKEDITOR.instances.editor1; + var editor = CKEDITOR.instances.editor1; // Resets the "dirty state" of the editor (see CheckDirty()) - // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#resetDirty - oEditor.resetDirty(); + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-resetDirty + editor.resetDirty(); alert( 'The "IsDirty" status has been reset' ); } - //]]> +function Focus() { + CKEDITOR.instances.editor1.focus(); +} + +function onFocus() { + document.getElementById( 'eMessage' ).innerHTML = '<b>' + this.name + ' is focused </b>'; +} + +function onBlur() { + document.getElementById( 'eMessage' ).innerHTML = this.name + ' lost focus'; +} + </script> </head> <body> <h1 class="samples"> - CKEditor Sample — Using CKEditor JavaScript API + <a href="index.html">CKEditor Samples</a> » Using CKEditor JavaScript API </h1> <div class="description"> <p> This sample shows how to use the - <a class="samples" href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html">CKEditor JavaScript API</a> + <a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.editor">CKEditor JavaScript API</a> to interact with the editor at runtime. </p> <p> @@ -144,47 +145,61 @@ function ResetDirty() </p> </noscript> </div> - <form action="sample_posteddata.php" method="post"> + <form action="../../../samples/sample_posteddata.php" method="post"> <textarea cols="100" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> - <script type="text/javascript"> - //<![CDATA[ + <script> // Replace the <textarea id="editor1"> with an CKEditor instance. - var editor = CKEDITOR.replace( 'editor1' ); - //]]> + CKEDITOR.replace( 'editor1', { + on: { + focus: onFocus, + blur: onBlur, + + // Check for availability of corresponding plugins. + pluginsLoaded: function( evt ) { + var doc = CKEDITOR.document, ed = evt.editor; + if ( !ed.getCommand( 'bold' ) ) + doc.getById( 'exec-bold' ).hide(); + if ( !ed.getCommand( 'link' ) ) + doc.getById( 'exec-link' ).hide(); + } + } + }); </script> - <div id="eMessage"> - </div> + <p id="eMessage"> + </p> + <div id="eButtons" style="display: none"> - <input onclick="InsertHTML();" type="button" value="Insert HTML" /> - <input onclick="SetContents();" type="button" value="Set Editor Contents" /> - <input onclick="GetContents();" type="button" value="Get Editor Contents (XHTML)" /> - <br /> + <input id="exec-bold" onclick="ExecuteCommand('bold');" type="button" value="Execute "bold" Command"> + <input id="exec-link" onclick="ExecuteCommand('link');" type="button" value="Execute "link" Command"> + <input onclick="Focus();" type="button" value="Focus"> + <br><br> + <input onclick="InsertHTML();" type="button" value="Insert HTML"> + <input onclick="SetContents();" type="button" value="Set Editor Contents"> + <input onclick="GetContents();" type="button" value="Get Editor Contents (HTML)"> + <br> <textarea cols="100" id="htmlArea" rows="3"><h2>Test</h2><p>This is some <a href="/Test1.html">sample</a> HTML code.</p></textarea> - <br /> - <br /> - <input onclick="InsertText();" type="button" value="Insert Text" /> - <br /> + <br> + <br> + <input onclick="InsertText();" type="button" value="Insert Text"> + <br> <textarea cols="100" id="txtArea" rows="3"> First line with some leading whitespaces. Second line of text preceded by two line breaks.</textarea> - <br /> - <input onclick="ExecuteCommand('bold');" type="button" value="Execute "bold" Command" /> - <input onclick="ExecuteCommand('link');" type="button" value="Execute "link" Command" /> - <br /> - <br /> - <input onclick="CheckDirty();" type="button" value="checkDirty()" /> - <input onclick="ResetDirty();" type="button" value="resetDirty()" /> + <br> + <br> + <input onclick="CheckDirty();" type="button" value="checkDirty()"> + <input onclick="ResetDirty();" type="button" value="resetDirty()"> </div> </form> <div id="footer"> - <hr /> + <hr> <p> CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> </p> <p id="copy"> - Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. </p> </div> diff --git a/skins/ckeditor/samples/appendto.html b/skins/ckeditor/samples/appendto.html new file mode 100644 index 0000000..e308eda --- /dev/null +++ b/skins/ckeditor/samples/appendto.html @@ -0,0 +1,57 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>CKEDITOR.appendTo — CKEditor Sample</title> + <script src="../ckeditor.js"></script> + <link rel="stylesheet" href="sample.css"> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Append To Page Element Using JavaScript Code + </h1> + <div id="section1"> + <div class="description"> + <p> + <code>CKEDITOR.appendTo</code> is basically to place editors + inside existing DOM elements. Unlike <code>CKEDITOR.replace</code>, + a target container to be replaced is no longer necessary. A new editor + instance is inserted directly wherever it is desired. + </p> +<pre class="samples">CKEDITOR.appendTo( '<em>container_id</em>', + { /* Configuration options to be used. */ } + 'Editor content to be used.' +);</pre> + </div> + <script> + + // This call can be placed at any point after the + // <textarea>, or inside a <head><script> in a + // window.onload event handler. + + // Replace the <textarea id="editor"> with an CKEditor + // instance, using default configurations. + CKEDITOR.appendTo( 'section1', + null, + '<p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>' + ); + + </script> + </div> + <br> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/assets/inlineall/logo.png b/skins/ckeditor/samples/assets/inlineall/logo.png new file mode 100644 index 0000000..334e7ac Binary files /dev/null and b/skins/ckeditor/samples/assets/inlineall/logo.png differ diff --git a/skins/ckeditor/_samples/assets/output_xhtml.css b/skins/ckeditor/samples/assets/outputxhtml/outputxhtml.css similarity index 84% rename from skins/ckeditor/_samples/assets/output_xhtml.css rename to skins/ckeditor/samples/assets/outputxhtml/outputxhtml.css index 79ffb98..fa0ff37 100644 --- a/skins/ckeditor/_samples/assets/output_xhtml.css +++ b/skins/ckeditor/samples/assets/outputxhtml/outputxhtml.css @@ -1,6 +1,6 @@ /* - * Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.html or http://ckeditor.com/license + * Copyright (c) 2003-2014, 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). */ diff --git a/skins/ckeditor/samples/assets/posteddata.php b/skins/ckeditor/samples/assets/posteddata.php new file mode 100644 index 0000000..6b26aae --- /dev/null +++ b/skins/ckeditor/samples/assets/posteddata.php @@ -0,0 +1,59 @@ +<!DOCTYPE html> +<?php +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +?> +<html> +<head> + <meta charset="utf-8"> + <title>Sample — CKEditor</title> + <link rel="stylesheet" href="sample.css"> +</head> +<body> + <h1 class="samples"> + CKEditor — Posted Data + </h1> + <table border="1" cellspacing="0" id="outputSample"> + <colgroup><col width="120"></colgroup> + <thead> + <tr> + <th>Field Name</th> + <th>Value</th> + </tr> + </thead> +<?php + +if (!empty($_POST)) +{ + foreach ( $_POST as $key => $value ) + { + if ( ( !is_string($value) && !is_numeric($value) ) || !is_string($key) ) + continue; + + if ( get_magic_quotes_gpc() ) + $value = htmlspecialchars( stripslashes((string)$value) ); + else + $value = htmlspecialchars( (string)$value ); +?> + <tr> + <th style="vertical-align: top"><?php echo htmlspecialchars( (string)$key ); ?></th> + <td><pre class="samples"><?php echo $value; ?></pre></td> + </tr> + <?php + } +} +?> + </table> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/assets/sample.css b/skins/ckeditor/samples/assets/sample.css new file mode 100644 index 0000000..64167c2 --- /dev/null +++ b/skins/ckeditor/samples/assets/sample.css @@ -0,0 +1,3 @@ +/** + * Required by tests (dom/document.html). + */ diff --git a/skins/ckeditor/samples/assets/sample.jpg b/skins/ckeditor/samples/assets/sample.jpg new file mode 100644 index 0000000..a4a77fa Binary files /dev/null and b/skins/ckeditor/samples/assets/sample.jpg differ diff --git a/skins/ckeditor/samples/assets/uilanguages/languages.js b/skins/ckeditor/samples/assets/uilanguages/languages.js new file mode 100644 index 0000000..7d2d18b --- /dev/null +++ b/skins/ckeditor/samples/assets/uilanguages/languages.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2014, 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",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 diff --git a/skins/ckeditor/samples/datafiltering.html b/skins/ckeditor/samples/datafiltering.html new file mode 100644 index 0000000..7f2f2a7 --- /dev/null +++ b/skins/ckeditor/samples/datafiltering.html @@ -0,0 +1,401 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Data Filtering — CKEditor Sample</title> + <script src="../ckeditor.js"></script> + <link rel="stylesheet" href="sample.css"> + <script> + // Remove advanced tabs for all editors. + CKEDITOR.config.removeDialogTabs = 'image:advanced;link:advanced;flash:advanced;creatediv:advanced;editdiv:advanced'; + </script> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Data Filtering and Features Activation + </h1> + <div class="description"> + <p> + This sample page demonstrates the idea of Advanced Content Filter + (<abbr title="Advanced Content Filter">ACF</abbr>), a sophisticated + tool that takes control over what kind of data is accepted by the editor and what + kind of output is produced. + </p> + <h2>When and what is being filtered?</h2> + <p> + <abbr title="Advanced Content Filter">ACF</abbr> controls + <strong>every single source of data</strong> that comes to the editor. + It process both HTML that is inserted manually (i.e. pasted by the user) + and programmatically like: + </p> +<pre class="samples"> +editor.setData( '<p>Hello world!</p>' ); +</pre> + <p> + <abbr title="Advanced Content Filter">ACF</abbr> discards invalid, + useless HTML tags and attributes so the editor remains "clean" during + runtime. <abbr title="Advanced Content Filter">ACF</abbr> behaviour + can be configured and adjusted for a particular case to prevent the + output HTML (i.e. in CMS systems) from being polluted. + + This kind of filtering is a first, client-side line of defense + against "<a href="http://en.wikipedia.org/wiki/Tag_soup">tag soups</a>", + the tool that precisely restricts which tags, attributes and styles + are allowed (desired). When properly configured, <abbr title="Advanced Content Filter">ACF</abbr> + is an easy and fast way to produce a high-quality, intentionally filtered HTML. + </p> + + <h3>How to configure or disable ACF?</h3> + <p> + Advanced Content Filter is enabled by default, working in "automatic mode", yet + it provides a set of easy rules that allow adjusting filtering rules + and disabling the entire feature when necessary. The config property + responsible for this feature is <code><a class="samples" + href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent">config.allowedContent</a></code>. + </p> + <p> + By "automatic mode" is meant that loaded plugins decide which kind + of content is enabled and which is not. For example, if the link + plugin is loaded it implies that <code><a></code> tag is + automatically allowed. Each plugin is given a set + of predefined <abbr title="Advanced Content Filter">ACF</abbr> rules + that control the editor until <code><a class="samples" + href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent"> + config.allowedContent</a></code> + is defined manually. + </p> + <p> + Let's assume our intention is to restrict the editor to accept (produce) <strong>paragraphs + only: no attributes, no styles, no other tags</strong>. + With <abbr title="Advanced Content Filter">ACF</abbr> + this is very simple. Basically set <code><a class="samples" + href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent"> + config.allowedContent</a></code> to <code>'p'</code>: + </p> +<pre class="samples"> +var editor = CKEDITOR.replace( <em>textarea_id</em>, { + <strong>allowedContent: 'p'</strong> +} ); +</pre> + <p> + Now try to play with allowed content: + </p> +<pre class="samples"> +// Trying to insert disallowed tag and attribute. +editor.setData( '<p <strong>style="color: red"</strong>>Hello <strong><em>world</em></strong>!</p>' ); +alert( editor.getData() ); + +// Filtered data is returned. +"<p>Hello world!</p>" +</pre> + <p> + What happened? Since <code>config.allowedContent: 'p'</code> is set the editor assumes + that only plain <code><p></code> are accepted. Nothing more. This is why + <code>style</code> attribute and <code><em></code> tag are gone. The same + filtering would happen if we pasted disallowed HTML into this editor. + </p> + <p> + This is just a small sample of what <abbr title="Advanced Content Filter">ACF</abbr> + can do. To know more, please refer to the sample section below and + <a href="http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter">the official Advanced Content Filter guide</a>. + </p> + <p> + You may, of course, want CKEditor to avoid filtering of any kind. + To get rid of <abbr title="Advanced Content Filter">ACF</abbr>, + basically set <code><a class="samples" + href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent"> + config.allowedContent</a></code> to <code>true</code> like this: + </p> +<pre class="samples"> +CKEDITOR.replace( <em>textarea_id</em>, { + <strong>allowedContent: true</strong> +} ); +</pre> + + <h2>Beyond data flow: Features activation</h2> + <p> + <abbr title="Advanced Content Filter">ACF</abbr> is far more than + <abbr title="Input/Output">I/O</abbr> control: the entire + <abbr title="User Interface">UI</abbr> of the editor is adjusted to what + filters restrict. For example: if <code><a></code> tag is + <strong>disallowed</strong> + by <abbr title="Advanced Content Filter">ACF</abbr>, + then accordingly <code>link</code> command, toolbar button and link dialog + are also disabled. Editor is smart: it knows which features must be + removed from the interface to match filtering rules. + </p> + <p> + CKEditor can be far more specific. If <code><a></code> tag is + <strong>allowed</strong> by filtering rules to be used but it is restricted + to have only one attribute (<code>href</code>) + <code>config.allowedContent = 'a[!href]'</code>, then + "Target" tab of the link dialog is automatically disabled as <code>target</code> + attribute isn't included in <abbr title="Advanced Content Filter">ACF</abbr> rules + for <code><a></code>. This behaviour applies to dialog fields, context + menus and toolbar buttons. + </p> + + <h2>Sample configurations</h2> + <p> + There are several editor instances below that present different + <abbr title="Advanced Content Filter">ACF</abbr> setups. <strong>All of them, + except the last inline instance, share the same HTML content</strong> to visualize + how different filtering rules affect the same input data. + </p> + </div> + + <div> + <label for="editor1"> + Editor 1: + </label> + <div class="description"> + <p> + This editor is using default configuration ("automatic mode"). It means that + <code><a class="samples" + href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent"> + config.allowedContent</a></code> is defined by loaded plugins. + Each plugin extends filtering rules to make it's own associated content + available for the user. + </p> + </div> + <textarea cols="80" id="editor1" name="editor1" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> 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> <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&nbsp;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> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <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> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <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>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;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> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + + <script> + + CKEDITOR.replace( 'editor1' ); + + </script> + </div> + + <br> + + <div> + <label for="editor2"> + Editor 2: + </label> + <div class="description"> + <p> + This editor is using a custom configuration for + <abbr title="Advanced Content Filter">ACF</abbr>: + </p> +<pre class="samples"> +CKEDITOR.replace( 'editor2', { + allowedContent: + 'h1 h2 h3 p blockquote strong em;' + + 'a[!href];' + + 'img(left,right)[!src,alt,width,height];' + + 'table tr th td caption;' + + 'span{!font-family};' +' + 'span{!color};' + + 'span(!marker);' + + 'del ins' +} ); +</pre> + <p> + The following rules may require additional explanation: + </p> + <ul> + <li> + <code>h1 h2 h3 p blockquote strong em</code> - These tags + are accepted by the editor. Any tag attributes will be discarded. + </li> + <li> + <code>a[!href]</code> - <code>href</code> attribute is obligatory + for <code><a></code> tag. Tags without this attribute + are disarded. No other attribute will be accepted. + </li> + <li> + <code>img(left,right)[!src,alt,width,height]</code> - <code>src</code> + attribute is obligatory for <code><img></code> tag. + <code>alt</code>, <code>width</code>, <code>height</code> + and <code>class</code> attributes are accepted but + <code>class</code> must be either <code>class="left"</code> + or <code>class="right"</code> + </li> + <li> + <code>table tr th td caption</code> - These tags + are accepted by the editor. Any tag attributes will be discarded. + </li> + <li> + <code>span{!font-family}</code>, <code>span{!color}</code>, + <code>span(!marker)</code> - <code><span></code> tags + will be accepted if either <code>font-family</code> or + <code>color</code> style is set or <code>class="marker"</code> + is present. + </li> + <li> + <code>del ins</code> - These tags + are accepted by the editor. Any tag attributes will be discarded. + </li> + </ul> + <p> + Please note that <strong><abbr title="User Interface">UI</abbr> of the + editor is different</strong>. It's a response to what happened to the filters. + Since <code>text-align</code> isn't allowed, the align toolbar is gone. + The same thing happened to subscript/superscript, strike, underline + (<code><u></code>, <code><sub></code>, <code><sup></code> + are disallowed by <code><a class="samples" + href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent"> + config.allowedContent</a></code>) and many other buttons. + </p> + </div> + <textarea cols="80" id="editor2" name="editor2" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> 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> <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&nbsp;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> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <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> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <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>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;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> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + <script> + + CKEDITOR.replace( 'editor2', { + allowedContent: + 'h1 h2 h3 p blockquote strong em;' + + 'a[!href];' + + 'img(left,right)[!src,alt,width,height];' + + 'table tr th td caption;' + + 'span{!font-family};' + + 'span{!color};' + + 'span(!marker);' + + 'del ins' + } ); + + </script> + </div> + + <br> + + <div> + <label for="editor3"> + Editor 3: + </label> + <div class="description"> + <p> + This editor is using a custom configuration for + <abbr title="Advanced Content Filter">ACF</abbr>. + Note that filters can be configured as an object literal + as an alternative to a string-based definition. + </p> +<pre class="samples"> +CKEDITOR.replace( 'editor3', { + allowedContent: { + 'b i ul ol big small': true, + 'h1 h2 h3 p blockquote li': { + styles: 'text-align' + }, + a: { attributes: '!href,target' }, + img: { + attributes: '!src,alt', + styles: 'width,height', + classes: 'left,right' + } + } +} ); +</pre> + </div> + <textarea cols="80" id="editor3" name="editor3" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> 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> <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&nbsp;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> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <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> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <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>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;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> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + <script> + + CKEDITOR.replace( 'editor3', { + allowedContent: { + 'b i ul ol big small': true, + 'h1 h2 h3 p blockquote li': { + styles: 'text-align' + }, + a: { attributes: '!href,target' }, + img: { + attributes: '!src,alt', + styles: 'width,height', + classes: 'left,right' + } + } + } ); + + </script> + </div> + + <br> + + <div> + <label for="editor4"> + Editor 4: + </label> + <div class="description"> + <p> + This editor is using a custom set of plugins and buttons. + </p> +<pre class="samples"> +CKEDITOR.replace( 'editor4', { + removePlugins: 'bidi,font,forms,flash,horizontalrule,iframe,justify,table,tabletools,smiley', + removeButtons: 'Anchor,Underline,Strike,Subscript,Superscript,Image', + format_tags: 'p;h1;h2;h3;pre;address' +} ); +</pre> + <p> + As you can see, removing plugins and buttons implies filtering. + Several tags are not allowed in the editor because there's no + plugin/button that is responsible for creating and editing this + kind of content (for example: the image is missing because + of <code>removeButtons: 'Image'</code>). The conclusion is that + <abbr title="Advanced Content Filter">ACF</abbr> works "backwards" + as well: <strong>modifying <abbr title="User Interface">UI</abbr> + elements is changing allowed content rules</strong>. + </p> + </div> + <textarea cols="80" id="editor4" name="editor4" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> 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> <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&nbsp;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> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <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> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <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>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;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> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + <script> + + CKEDITOR.replace( 'editor4', { + removePlugins: 'bidi,div,font,forms,flash,horizontalrule,iframe,justify,table,tabletools,smiley', + removeButtons: 'Anchor,Underline,Strike,Subscript,Superscript,Image', + format_tags: 'p;h1;h2;h3;pre;address' + } ); + + </script> + </div> + + <br> + + <div> + <label for="editor5"> + Editor 5: + </label> + <div class="description"> + <p> + This editor is built on editable <code><h1></code> element. + <abbr title="Advanced Content Filter">ACF</abbr> takes care of + what can be included in <code><h1></code>. Note that there + are no block styles in Styles combo. Also why lists, indentation, + blockquote, div, form and other buttons are missing. + </p> + <p> + <abbr title="Advanced Content Filter">ACF</abbr> makes sure that + no disallowed tags will come to <code><h1></code> so the final + markup is valid. If the user tried to paste some invalid HTML + into this editor (let's say a list), it would be automatically + converted into plain text. + </p> + </div> + <h1 id="editor5" contenteditable="true"> + <em>Apollo 11</em> 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. + </h1> + </div> + + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/divreplace.html b/skins/ckeditor/samples/divreplace.html new file mode 100644 index 0000000..873c8c2 --- /dev/null +++ b/skins/ckeditor/samples/divreplace.html @@ -0,0 +1,141 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Replace DIV — CKEditor Sample</title> + <script src="../ckeditor.js"></script> + <link href="sample.css" rel="stylesheet"> + <style> + + div.editable + { + border: solid 2px transparent; + padding-left: 15px; + padding-right: 15px; + } + + div.editable:hover + { + border-color: black; + } + + </style> + <script> + + // Uncomment the following code to test the "Timeout Loading Method". + // CKEDITOR.loadFullCoreTimeout = 5; + + window.onload = function() { + // Listen to the double click event. + if ( window.addEventListener ) + document.body.addEventListener( 'dblclick', onDoubleClick, false ); + else if ( window.attachEvent ) + document.body.attachEvent( 'ondblclick', onDoubleClick ); + + }; + + function onDoubleClick( ev ) { + // Get the element which fired the event. This is not necessarily the + // element to which the event has been attached. + var element = ev.target || ev.srcElement; + + // Find out the div that holds this element. + var name; + + do { + element = element.parentNode; + } + while ( element && ( name = element.nodeName.toLowerCase() ) && + ( name != 'div' || element.className.indexOf( 'editable' ) == -1 ) && name != 'body' ); + + if ( name == 'div' && element.className.indexOf( 'editable' ) != -1 ) + replaceDiv( element ); + } + + var editor; + + function replaceDiv( div ) { + if ( editor ) + editor.destroy(); + + editor = CKEDITOR.replace( div ); + } + + </script> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Replace DIV with CKEditor on the Fly + </h1> + <div class="description"> + <p> + This sample shows how to automatically replace <code><div></code> elements + with a CKEditor instance on the fly, following user's doubleclick. The content + that was previously placed inside the <code><div></code> element will now + be moved into CKEditor editing area. + </p> + <p> + For details on how to create this setup check the source code of this sample page. + </p> + </div> + <p> + Double-click any of the following <code><div></code> elements to transform them into + editor instances. + </p> + <div class="editable"> + <h3> + Part 1 + </h3> + <p> + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras et ipsum quis mi + semper accumsan. Integer pretium dui id massa. Suspendisse in nisl sit amet urna + rutrum imperdiet. Nulla eu tellus. Donec ante nisi, ullamcorper quis, fringilla + nec, sagittis eleifend, pede. Nulla commodo interdum massa. Donec id metus. Fusce + eu ipsum. Suspendisse auctor. Phasellus fermentum porttitor risus. + </p> + </div> + <div class="editable"> + <h3> + Part 2 + </h3> + <p> + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras et ipsum quis mi + semper accumsan. Integer pretium dui id massa. Suspendisse in nisl sit amet urna + rutrum imperdiet. Nulla eu tellus. Donec ante nisi, ullamcorper quis, fringilla + nec, sagittis eleifend, pede. Nulla commodo interdum massa. Donec id metus. Fusce + eu ipsum. Suspendisse auctor. Phasellus fermentum porttitor risus. + </p> + <p> + Donec velit. Mauris massa. Vestibulum non nulla. Nam suscipit arcu nec elit. Phasellus + sollicitudin iaculis ante. Ut non mauris et sapien tincidunt adipiscing. Vestibulum + vitae leo. Suspendisse nec mi tristique nulla laoreet vulputate. + </p> + </div> + <div class="editable"> + <h3> + Part 3 + </h3> + <p> + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras et ipsum quis mi + semper accumsan. Integer pretium dui id massa. Suspendisse in nisl sit amet urna + rutrum imperdiet. Nulla eu tellus. Donec ante nisi, ullamcorper quis, fringilla + nec, sagittis eleifend, pede. Nulla commodo interdum massa. Donec id metus. Fusce + eu ipsum. Suspendisse auctor. Phasellus fermentum porttitor risus. + </p> + </div> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/index.html b/skins/ckeditor/samples/index.html new file mode 100644 index 0000000..09e08bd --- /dev/null +++ b/skins/ckeditor/samples/index.html @@ -0,0 +1,128 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>CKEditor Samples</title> + <link rel="stylesheet" href="sample.css"> +</head> +<body> + <h1 class="samples"> + CKEditor Samples + </h1> + <div class="twoColumns"> + <div class="twoColumnsLeft"> + <h2 class="samples"> + Basic Samples + </h2> + <dl class="samples"> + <dt><a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a></dt> + <dd>Automatic replacement of all textarea elements of a given class with a CKEditor instance.</dd> + + <dt><a class="samples" href="replacebycode.html">Replace textarea elements by code</a></dt> + <dd>Replacement of textarea elements with CKEditor instances by using a JavaScript call.</dd> + + <dt><a class="samples" href="jquery.html">Create editors with jQuery</a></dt> + <dd>Creating standard and inline CKEditor instances with jQuery adapter.</dd> + </dl> + + <h2 class="samples"> + Basic Customization + </h2> + <dl class="samples"> + <dt><a class="samples" href="uicolor.html">User Interface color</a></dt> + <dd>Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.</dd> + + <dt><a class="samples" href="uilanguages.html">User Interface languages</a></dt> + <dd>Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.</dd> + </dl> + + + <h2 class="samples">Plugins</h2> +<dl class="samples"> +<dt><a class="samples" href="plugins/magicline/magicline.html">Magicline plugin</a></dt> +<dd>Using the Magicline plugin to access difficult focus spaces.</dd> + +<dt><a class="samples" href="plugins/wysiwygarea/fullpage.html">Full page support</a></dt> +<dd>CKEditor inserted with a JavaScript call and used to edit the whole page from <html> to </html>.</dd> +</dl> + </div> + <div class="twoColumnsRight"> + <h2 class="samples"> + Inline Editing + </h2> + <dl class="samples"> + <dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt> + <dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd> + + <dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt> + <dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd> + + <dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt> + <dd>A form with a textarea that is replaced by an inline editor at runtime.</dd> + + + </dl> + + <h2 class="samples"> + Advanced Samples + </h2> + <dl class="samples"> + <dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt> + <dd>Data filtering and automatic features activation basing on configuration.</dd> + + <dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt> + <dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd> + + <dt><a class="samples" href="appendto.html">Append editor instances</a></dt> + <dd>Appending editor instances to existing DOM elements.</dd> + + <dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt> + <dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd> + + <dt><a class="samples" href="api.html">Basic usage of the API</a></dt> + <dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd> + + <dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt> + <dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd> + + <dt><a class="samples" href="readonly.html">Read-only mode</a></dt> + <dd>Using the readOnly API to block introducing changes to the editor contents.</dd> + + <dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt> + <dd>Navigating among editor instances with tab key.</dd> + + + +<dt><a class="samples" href="plugins/dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt> +<dd>Using the dialog windows API to customize dialog windows without changing the original editor code.</dd> + +<dt><a class="samples" href="plugins/enterkey/enterkey.html">Using the "Enter" key in CKEditor</a></dt> +<dd>Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys.</dd> + +<dt><a class="samples" href="plugins/htmlwriter/outputforflash.html">Output for Flash</a></dt> +<dd>Configuring CKEditor to produce HTML code that can be used with Adobe Flash.</dd> + +<dt><a class="samples" href="plugins/htmlwriter/outputhtml.html">Output HTML</a></dt> +<dd>Configuring CKEditor to produce legacy HTML 4 code.</dd> + +<dt><a class="samples" href="plugins/toolbar/toolbar.html">Toolbar Configurations</a></dt> +<dd>Configuring CKEditor to display full or custom toolbar layout.</dd> + + </dl> + </div> + </div> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/inlineall.html b/skins/ckeditor/samples/inlineall.html new file mode 100644 index 0000000..f82af1d --- /dev/null +++ b/skins/ckeditor/samples/inlineall.html @@ -0,0 +1,311 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Massive inline editing — CKEditor Sample</title> + <script src="../ckeditor.js"></script> + <script> + + // This code is generally not necessary, but it is here to demonstrate + // how to customize specific editor instances on the fly. This fits well + // this demo because we have editable elements (like headers) that + // require less features. + + // The "instanceCreated" event is fired for every editor instance created. + CKEDITOR.on( 'instanceCreated', function( event ) { + var editor = event.editor, + element = editor.element; + + // Customize editors for headers and tag list. + // These editors don't need features like smileys, templates, iframes etc. + if ( element.is( 'h1', 'h2', 'h3' ) || element.getAttribute( 'id' ) == 'taglist' ) { + // Customize the editor configurations on "configLoaded" event, + // which is fired after the configuration file loading and + // execution. This makes it possible to change the + // configurations before the editor initialization takes place. + editor.on( 'configLoaded', function() { + + // Remove unnecessary plugins to make the editor simpler. + editor.config.removePlugins = 'colorbutton,find,flash,font,' + + 'forms,iframe,image,newpage,removeformat,' + + 'smiley,specialchar,stylescombo,templates'; + + // Rearrange the layout of the toolbar. + editor.config.toolbarGroups = [ + { name: 'editing', groups: [ 'basicstyles', 'links' ] }, + { name: 'undo' }, + { name: 'clipboard', groups: [ 'selection', 'clipboard' ] }, + { name: 'about' } + ]; + }); + } + }); + + </script> + <link href="sample.css" rel="stylesheet"> + <style> + + /* The following styles are just to make the page look nice. */ + + /* Workaround to show Arial Black in Firefox. */ + @font-face + { + font-family: 'arial-black'; + src: local('Arial Black'); + } + + *[contenteditable="true"] + { + padding: 10px; + } + + #container + { + width: 960px; + margin: 30px auto 0; + } + + #header + { + overflow: hidden; + padding: 0 0 30px; + border-bottom: 5px solid #05B2D2; + position: relative; + } + + #headerLeft, + #headerRight + { + width: 49%; + overflow: hidden; + } + + #headerLeft + { + float: left; + padding: 10px 1px 1px; + } + + #headerLeft h2, + #headerLeft h3 + { + text-align: right; + margin: 0; + overflow: hidden; + font-weight: normal; + } + + #headerLeft h2 + { + font-family: "Arial Black",arial-black; + font-size: 4.6em; + line-height: 1.1; + text-transform: uppercase; + } + + #headerLeft h3 + { + font-size: 2.3em; + line-height: 1.1; + margin: .2em 0 0; + color: #666; + } + + #headerRight + { + float: right; + padding: 1px; + } + + #headerRight p + { + line-height: 1.8; + text-align: justify; + margin: 0; + } + + #headerRight p + p + { + margin-top: 20px; + } + + #headerRight > div + { + padding: 20px; + margin: 0 0 0 30px; + font-size: 1.4em; + color: #666; + } + + #columns + { + color: #333; + overflow: hidden; + padding: 20px 0; + } + + #columns > div + { + float: left; + width: 33.3%; + } + + #columns #column1 > div + { + margin-left: 1px; + } + + #columns #column3 > div + { + margin-right: 1px; + } + + #columns > div > div + { + margin: 0px 10px; + padding: 10px 20px; + } + + #columns blockquote + { + margin-left: 15px; + } + + #tagLine + { + border-top: 5px solid #05B2D2; + padding-top: 20px; + } + + #taglist { + display: inline-block; + margin-left: 20px; + font-weight: bold; + margin: 0 0 0 20px; + } + + </style> +</head> +<body> +<div> + <h1 class="samples"><a href="index.html">CKEditor Samples</a> » Massive inline editing</h1> + <div class="description"> + <p>This sample page demonstrates the inline editing feature - CKEditor instances will be created automatically from page elements with <strong>contentEditable</strong> attribute set to value <strong>true</strong>:</p> + <pre class="samples"><div <strong>contenteditable="true</strong>" > ... </div></pre> + <p>Click inside of any element below to start editing.</p> + </div> +</div> +<div id="container"> + <div id="header"> + <div id="headerLeft"> + <h2 id="sampleTitle" contenteditable="true"> + CKEditor<br> Goes Inline! + </h2> + <h3 contenteditable="true"> + Lorem ipsum dolor sit amet dolor duis blandit vestibulum faucibus a, tortor. + </h3> + </div> + <div id="headerRight"> + <div contenteditable="true"> + <p> + Lorem ipsum dolor sit amet enim. Etiam ullamcorper. Suspendisse a pellentesque dui, non felis. Maecenas malesuada elit lectus felis, malesuada ultricies. + </p> + <p> + Curabitur et ligula. Ut molestie a, ultricies porta urna. Vestibulum commodo volutpat a, convallis ac, laoreet enim. Phasellus fermentum in, dolor. Pellentesque facilisis. Nulla imperdiet sit amet magna. Vestibulum dapibus, mauris nec malesuada fames ac. + </p> + </div> + </div> + </div> + <div id="columns"> + <div id="column1"> + <div contenteditable="true"> + <h3> + Fusce vitae porttitor + </h3> + <p> + <strong> + Lorem ipsum dolor sit amet dolor. Duis blandit vestibulum faucibus a, tortor. + </strong> + </p> + <p> + Proin nunc justo felis mollis tincidunt, risus risus pede, posuere cubilia Curae, Nullam euismod, enim. Etiam nibh ultricies dolor ac dignissim erat volutpat. Vivamus fermentum <a href="http://ckeditor.com/">nisl nulla sem in</a> metus. Maecenas wisi. Donec nec erat volutpat. + </p> + <blockquote> + <p> + Fusce vitae porttitor a, euismod convallis nisl, blandit risus tortor, pretium. + Vehicula vitae, imperdiet vel, ornare enim vel sodales rutrum + </p> + </blockquote> + <blockquote> + <p> + Libero nunc, rhoncus ante ipsum non ipsum. Nunc eleifend pede turpis id sollicitudin fringilla. Phasellus ultrices, velit ac arcu. + </p> + </blockquote> + <p>Pellentesque nunc. Donec suscipit erat. Pellentesque habitant morbi tristique ullamcorper.</p> + <p><s>Mauris mattis feugiat lectus nec mauris. Nullam vitae ante.</s></p> + </div> + </div> + <div id="column2"> + <div contenteditable="true"> + <h3> + Integer condimentum sit amet + </h3> + <p> + <strong>Aenean nonummy a, mattis varius. Cras aliquet.</strong> + Praesent <a href="http://ckeditor.com/">magna non mattis ac, rhoncus nunc</a>, rhoncus eget, cursus pulvinar mollis.</p> + <p>Proin id nibh. Sed eu libero posuere sed, lectus. Phasellus dui gravida gravida feugiat mattis ac, felis.</p> + <p>Integer condimentum sit amet, tempor elit odio, a dolor non ante at sapien. Sed ac lectus. Nulla ligula quis eleifend mi, id leo velit pede cursus arcu id nulla ac lectus. Phasellus vestibulum. Nunc viverra enim quis diam.</p> + </div> + <div contenteditable="true"> + <h3> + Praesent wisi accumsan sit amet nibh + </h3> + <p>Donec ullamcorper, risus tortor, pretium porttitor. Morbi quam quis lectus non leo.</p> + <p style="margin-left: 40px; ">Integer faucibus scelerisque. Proin faucibus at, aliquet vulputate, odio at eros. Fusce <a href="http://ckeditor.com/">gravida, erat vitae augue</a>. Fusce urna fringilla gravida.</p> + <p>In hac habitasse platea dictumst. Praesent wisi accumsan sit amet nibh. Maecenas orci luctus a, lacinia quam sem, posuere commodo, odio condimentum tempor, pede semper risus. Suspendisse pede. In hac habitasse platea dictumst. Nam sed laoreet sit amet erat. Integer.</p> + </div> + </div> + <div id="column3"> + <div contenteditable="true"> + <p> + <img src="assets/inlineall/logo.png" alt="CKEditor logo" style="float:left"> + </p> + <p>Quisque justo neque, mattis sed, fermentum ultrices <strong>posuere cubilia Curae</strong>, Vestibulum elit metus, quis placerat ut, lectus. Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis. Fusce porttitor, nulla quis turpis. Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi. Donec odio nec velit ac nunc sit amet, accumsan cursus aliquet. Vestibulum ante sit amet sagittis mi.</p> + <h3> + Nullam laoreet vel consectetuer tellus suscipit + </h3> + <ul> + <li>Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis.</li> + <li>Fusce porttitor, nulla quis turpis. Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi.</li> + <li>Mauris eget tellus. Donec non felis. Nam eget dolor. Vestibulum enim. Donec.</li> + </ul> + <p>Quisque justo neque, mattis sed, <a href="http://ckeditor.com/">fermentum ultrices posuere cubilia</a> Curae, Vestibulum elit metus, quis placerat ut, lectus.</p> + <p>Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi. Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis. Fusce porttitor, nulla quis turpis.</p> + <p>Donec odio nec velit ac nunc sit amet, accumsan cursus aliquet. Vestibulum ante sit amet sagittis mi. Sed in nonummy faucibus turpis. Mauris eget tellus. Donec non felis. Nam eget dolor. Vestibulum enim. Donec.</p> + </div> + </div> + </div> + <div id="tagLine"> + Tags of this article: + <p id="taglist" contenteditable="true"> + inline, editing, floating, CKEditor + </p> + </div> +</div> +<div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/"> + http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> + - Frederico Knabben. All rights reserved. + </p> +</div> +</body> +</html> diff --git a/skins/ckeditor/samples/inlinebycode.html b/skins/ckeditor/samples/inlinebycode.html new file mode 100644 index 0000000..4e47536 --- /dev/null +++ b/skins/ckeditor/samples/inlinebycode.html @@ -0,0 +1,121 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Inline Editing by Code — CKEditor Sample</title> + <script src="../ckeditor.js"></script> + <link href="sample.css" rel="stylesheet"> + <style> + + #editable + { + padding: 10px; + float: left; + } + + </style> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Inline Editing by Code + </h1> + <div class="description"> + <p> + This sample shows how to create an inline editor instance of CKEditor. It is created + with a JavaScript call using the following code: + </p> +<pre class="samples"> +// This property tells CKEditor to not activate every element with contenteditable=true element. +CKEDITOR.disableAutoInline = true; + +var editor = CKEDITOR.inline( document.getElementById( 'editable' ) ); +</pre> + <p> + Note that <code>editable</code> in the code above is the <code>id</code> + attribute of the <code><div></code> element to be converted into an inline instance. + </p> + </div> + <div id="editable" contenteditable="true"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg" /> Apollo 11</h1> + + <p><b>Apollo 11</b> 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> + + <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> + + <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> + + <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> + + <blockquote> + <p>One small step for [a] man, one giant leap for mankind.</p> + </blockquote> + + <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> + + <blockquote> + <p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p> + </blockquote> + + <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> + + <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> + <caption><strong>Mission crew</strong></caption> + <thead> + <tr> + <th scope="col">Position</th> + <th scope="col">Astronaut</th> + </tr> + </thead> + <tbody> + <tr> + <td>Commander</td> + <td>Neil A. Armstrong</td> + </tr> + <tr> + <td>Command Module Pilot</td> + <td>Michael Collins</td> + </tr> + <tr> + <td>Lunar Module Pilot</td> + <td>Edwin "Buzz" E. Aldrin, Jr.</td> + </tr> + </tbody> + </table> + + <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> + + <ol> + <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> + <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> + <li><strong>Lunar Module</strong> for landing on the Moon.</li> + </ol> + + <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> + + <hr /> + <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </div> + + <script> + // We need to turn off the automatic editor creation first. + CKEDITOR.disableAutoInline = true; + + var editor = CKEDITOR.inline( 'editable' ); + </script> + <div id="footer"> + <hr> + <p contenteditable="true"> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/"> + http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> + - Frederico Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/inlinetextarea.html b/skins/ckeditor/samples/inlinetextarea.html new file mode 100644 index 0000000..97ced1e --- /dev/null +++ b/skins/ckeditor/samples/inlinetextarea.html @@ -0,0 +1,110 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Replace Textarea with Inline Editor — CKEditor Sample</title> + <script src="../ckeditor.js"></script> + <link href="sample.css" rel="stylesheet"> + <style> + + /* Style the CKEditor element to look like a textfield */ + .cke_textarea_inline + { + padding: 10px; + height: 200px; + overflow: auto; + + border: 1px solid gray; + -webkit-appearance: textfield; + } + + </style> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Replace Textarea with Inline Editor + </h1> + <div class="description"> + <p> + You can also create an inline editor from a <code>textarea</code> + element. In this case the <code>textarea</code> will be replaced + by a <code>div</code> element with inline editing enabled. + </p> +<pre class="samples"> +// "article-body" is the name of a textarea element. +var editor = CKEDITOR.inline( 'article-body' ); +</pre> + </div> + <form action="sample_posteddata.php" method="post"> + <h2>This is a sample form with some fields</h2> + <p> + Title:<br> + <input type="text" name="title" value="Sample Form"></p> + <p> + Article Body (Textarea converted to CKEditor):<br> + <textarea name="article-body" style="height: 200px"> + <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> + + <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> + <caption><strong>Mission crew</strong></caption> + <thead> + <tr> + <th scope="col">Position</th> + <th scope="col">Astronaut</th> + </tr> + </thead> + <tbody> + <tr> + <td>Commander</td> + <td>Neil A. Armstrong</td> + </tr> + <tr> + <td>Command Module Pilot</td> + <td>Michael Collins</td> + </tr> + <tr> + <td>Lunar Module Pilot</td> + <td>Edwin "Buzz" E. Aldrin, Jr.</td> + </tr> + </tbody> + </table> + + <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> + + <ol> + <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> + <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> + <li><strong>Lunar Module</strong> for landing on the Moon.</li> + </ol> + + <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> + + <hr /> + <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + + <script> + CKEDITOR.inline( 'article-body' ); + </script> + <div id="footer"> + <hr> + <p contenteditable="true"> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/"> + http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> + - Frederico Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/jquery.html b/skins/ckeditor/samples/jquery.html new file mode 100644 index 0000000..45be511 --- /dev/null +++ b/skins/ckeditor/samples/jquery.html @@ -0,0 +1,100 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>jQuery Adapter — CKEditor Sample</title> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> + <script src="../ckeditor.js"></script> + <script src="../adapters/jquery.js"></script> + <link href="sample.css" rel="stylesheet"> + <style> + + #editable + { + padding: 10px; + float: left; + } + + </style> + <script> + + CKEDITOR.disableAutoInline = true; + + $( document ).ready( function() { + $( '#editor1' ).ckeditor(); // Use CKEDITOR.replace() if element is <textarea>. + $( '#editable' ).ckeditor(); // Use CKEDITOR.inline(). + } ); + + function setValue() { + $( '#editor1' ).val( $( 'input#val' ).val() ); + } + + </script> +</head> +<body> + <h1 class="samples"> + <a href="index.html" id="a-test">CKEditor Samples</a> » Create Editors with jQuery + </h1> + <form action="sample_posteddata.php" method="post"> + <div class="description"> + <p> + This sample shows how to use the <a href="http://docs.ckeditor.com/#!/guide/dev_jquery">jQuery adapter</a>. + Note that you have to include both CKEditor and jQuery scripts before including the adapter. + </p> + +<pre class="samples"> +<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> +<script src="/ckeditor/ckeditor.js"></script> +<script src="/ckeditor/adapters/jquery.js"></script> +</pre> + + <p>Then you can replace HTML elements with a CKEditor instance using the <code>ckeditor()</code> method.</p> + +<pre class="samples"> +$( document ).ready( function() { + $( 'textarea#editor1' ).ckeditor(); +} ); +</pre> + </div> + + <h2 class="samples">Inline Example</h2> + + <div id="editable" contenteditable="true"> + <p><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/><b>Apollo 11</b> 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> + <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>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> + <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <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> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> + </div> + + <br style="clear: both"> + + <h2 class="samples">Classic (iframe-based) Example</h2> + + <textarea cols="80" id="editor1" name="editor1" rows="10"> + <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <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>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;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> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + + <p style="overflow: hidden"> + <input style="float: left" type="submit" value="Submit"> + <span style="float: right"> + <input type="text" id="val" value="I'm using jQuery val()!" size="30"> + <input onclick="setValue();" type="button" value="Set value"> + </span> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/plugins/dialog/assets/my_dialog.js b/skins/ckeditor/samples/plugins/dialog/assets/my_dialog.js new file mode 100644 index 0000000..3edd072 --- /dev/null +++ b/skins/ckeditor/samples/plugins/dialog/assets/my_dialog.js @@ -0,0 +1,48 @@ +/** + * Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.dialog.add( 'myDialog', function( editor ) { + return { + title: 'My Dialog', + minWidth: 400, + minHeight: 200, + contents: [ + { + id: 'tab1', + label: 'First Tab', + title: 'First Tab', + elements: [ + { + id: 'input1', + type: 'text', + label: 'Text Field' + }, + { + id: 'select1', + type: 'select', + label: 'Select Field', + items: [ + [ 'option1', 'value1' ], + [ 'option2', 'value2' ] + ] + } + ] + }, + { + id: 'tab2', + label: 'Second Tab', + title: 'Second Tab', + elements: [ + { + id: 'button1', + type: 'button', + label: 'Button Field' + } + ] + } + ] + }; +} ); + diff --git a/skins/ckeditor/samples/plugins/dialog/dialog.html b/skins/ckeditor/samples/plugins/dialog/dialog.html new file mode 100644 index 0000000..df09d25 --- /dev/null +++ b/skins/ckeditor/samples/plugins/dialog/dialog.html @@ -0,0 +1,187 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Using API to Customize Dialog Windows — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link rel="stylesheet" href="../../../samples/sample.css"> + <meta name="ckeditor-sample-name" content="Using the JavaScript API to customize dialog windows"> + <meta name="ckeditor-sample-group" content="Advanced Samples"> + <meta name="ckeditor-sample-description" content="Using the dialog windows API to customize dialog windows without changing the original editor code."> + <style> + + .cke_button__mybutton_icon + { + display: none !important; + } + + .cke_button__mybutton_label + { + display: inline !important; + } + + </style> + <script> + + CKEDITOR.on( 'instanceCreated', function( ev ){ + var editor = ev.editor; + + // Listen for the "pluginsLoaded" event, so we are sure that the + // "dialog" plugin has been loaded and we are able to do our + // customizations. + editor.on( 'pluginsLoaded', function() { + + // If our custom dialog has not been registered, do that now. + if ( !CKEDITOR.dialog.exists( 'myDialog' ) ) { + // We need to do the following trick to find out the dialog + // definition file URL path. In the real world, you would simply + // point to an absolute path directly, like "/mydir/mydialog.js". + var href = document.location.href.split( '/' ); + href.pop(); + href.push( 'assets/my_dialog.js' ); + href = href.join( '/' ); + + // Finally, register the dialog. + CKEDITOR.dialog.add( 'myDialog', href ); + } + + // Register the command used to open the dialog. + editor.addCommand( 'myDialogCmd', new CKEDITOR.dialogCommand( 'myDialog' ) ); + + // Add the a custom toolbar buttons, which fires the above + // command.. + editor.ui.add( 'MyButton', CKEDITOR.UI_BUTTON, { + label: 'My Dialog', + command: 'myDialogCmd' + }); + }); + }); + + // When opening a dialog, its "definition" is created for it, for + // each editor instance. The "dialogDefinition" event is then + // fired. We should use this event to make customizations to the + // definition of existing dialogs. + CKEDITOR.on( 'dialogDefinition', function( ev ) { + // Take the dialog name and its definition from the event data. + var dialogName = ev.data.name; + var dialogDefinition = ev.data.definition; + + // Check if the definition is from the dialog we're + // interested on (the "Link" dialog). + if ( dialogName == 'myDialog' && ev.editor.name == 'editor2' ) { + // Get a reference to the "Link Info" tab. + var infoTab = dialogDefinition.getContents( 'tab1' ); + + // Add a new text field to the "tab1" tab page. + infoTab.add( { + type: 'text', + label: 'My Custom Field', + id: 'customField', + 'default': 'Sample!', + validate: function() { + if ( ( /\d/ ).test( this.getValue() ) ) + return 'My Custom Field must not contain digits'; + } + }); + + // Remove the "select1" field from the "tab1" tab. + infoTab.remove( 'select1' ); + + // Set the default value for "input1" field. + var input1 = infoTab.get( 'input1' ); + input1[ 'default' ] = 'www.example.com'; + + // Remove the "tab2" tab page. + dialogDefinition.removeContents( 'tab2' ); + + // Add a new tab to the "Link" dialog. + dialogDefinition.addContents( { + id: 'customTab', + label: 'My Tab', + accessKey: 'M', + elements: [ + { + id: 'myField1', + type: 'text', + label: 'My Text Field' + }, + { + id: 'myField2', + type: 'text', + label: 'Another Text Field' + } + ] + }); + + // Provide the focus handler to start initial focus in "customField" field. + dialogDefinition.onFocus = function() { + var urlField = this.getContentElement( 'tab1', 'customField' ); + urlField.select(); + }; + } + }); + + var config = { + extraPlugins: 'dialog', + toolbar: [ [ 'MyButton' ] ] + }; + + </script> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/index.html">CKEditor Samples</a> » Using CKEditor Dialog API + </h1> + <div class="description"> + <p> + This sample shows how to use the + <a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.dialog">CKEditor Dialog API</a> + to customize CKEditor dialog windows without changing the original editor code. + The following customizations are being done in the example below: + </p> + <p> + For details on how to create this setup check the source code of this sample page. + </p> + </div> + <p>A custom dialog is added to the editors using the <code>pluginsLoaded</code> event, from an external <a target="_blank" href="assets/my_dialog.js">dialog definition file</a>:</p> + <ol> + <li><strong>Creating a custom dialog window</strong> – "My Dialog" dialog window opened with the "My Dialog" toolbar button.</li> + <li><strong>Creating a custom button</strong> – Add button to open the dialog with "My Dialog" toolbar button.</li> + </ol> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + // Replace the <textarea id="editor1"> with an CKEditor instance. + CKEDITOR.replace( 'editor1', config ); + </script> + <p>The below editor modify the dialog definition of the above added dialog using the <code>dialogDefinition</code> event:</p> + <ol> + <li><strong>Adding dialog tab</strong> – Add new tab "My Tab" to dialog window.</li> + <li><strong>Removing a dialog window tab</strong> – Remove "Second Tab" page from the dialog window.</li> + <li><strong>Adding dialog window fields</strong> – Add "My Custom Field" to the dialog window.</li> + <li><strong>Removing dialog window field</strong> – Remove "Select Field" selection field from the dialog window.</li> + <li><strong>Setting default values for dialog window fields</strong> – Set default value of "Text Field" text field. </li> + <li><strong>Setup initial focus for dialog window</strong> – Put initial focus on "My Custom Field" text field. </li> + </ol> + <textarea cols="80" id="editor2" name="editor2" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + + // Replace the <textarea id="editor1"> with an CKEditor instance. + CKEDITOR.replace( 'editor2', config ); + + </script> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/plugins/enterkey/enterkey.html b/skins/ckeditor/samples/plugins/enterkey/enterkey.html new file mode 100644 index 0000000..2d51501 --- /dev/null +++ b/skins/ckeditor/samples/plugins/enterkey/enterkey.html @@ -0,0 +1,103 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>ENTER Key Configuration — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link href="../../../samples/sample.css" rel="stylesheet"> + <meta name="ckeditor-sample-name" content="Using the "Enter" key in CKEditor"> + <meta name="ckeditor-sample-group" content="Advanced Samples"> + <meta name="ckeditor-sample-description" content="Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys."> + <script> + + var editor; + + function changeEnter() { + // If we already have an editor, let's destroy it first. + if ( editor ) + editor.destroy( true ); + + // Create the editor again, with the appropriate settings. + editor = CKEDITOR.replace( 'editor1', { + extraPlugins: 'enterkey', + enterMode: Number( document.getElementById( 'xEnter' ).value ), + shiftEnterMode: Number( document.getElementById( 'xShiftEnter' ).value ) + }); + } + + window.onload = changeEnter; + + </script> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/index.html">CKEditor Samples</a> » ENTER Key Configuration + </h1> + <div class="description"> + <p> + This sample shows how to configure the <em>Enter</em> and <em>Shift+Enter</em> keys + to perform actions specified in the + <a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-enterMode"><code>enterMode</code></a> + and <a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-shiftEnterMode"><code>shiftEnterMode</code></a> + parameters, respectively. + You can choose from the following options: + </p> + <ul class="samples"> + <li><strong><code>ENTER_P</code></strong> – new <code><p></code> paragraphs are created;</li> + <li><strong><code>ENTER_BR</code></strong> – lines are broken with <code><br></code> elements;</li> + <li><strong><code>ENTER_DIV</code></strong> – new <code><div></code> blocks are created.</li> + </ul> + <p> + The sample code below shows how to configure CKEditor to create a <code><div></code> block when <em>Enter</em> key is pressed. + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + <strong>enterMode: CKEDITOR.ENTER_DIV</strong> +});</pre> + <p> + Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of + the <code><textarea></code> element to be replaced. + </p> + </div> + <div style="float: left; margin-right: 20px"> + When <em>Enter</em> is pressed:<br> + <select id="xEnter" onchange="changeEnter();"> + <option selected="selected" value="1">Create a new <P> (recommended)</option> + <option value="3">Create a new <DIV></option> + <option value="2">Break the line with a <BR></option> + </select> + </div> + <div style="float: left"> + When <em>Shift+Enter</em> is pressed:<br> + <select id="xShiftEnter" onchange="changeEnter();"> + <option value="1">Create a new <P></option> + <option value="3">Create a new <DIV></option> + <option selected="selected" value="2">Break the line with a <BR> (recommended)</option> + </select> + </div> + <br style="clear: both"> + <form action="../../../samples/sample_posteddata.php" method="post"> + <p> + <br> + <textarea cols="80" id="editor1" name="editor1" rows="10">This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</textarea> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/_samples/assets/output_for_flash.fla b/skins/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla similarity index 100% rename from skins/ckeditor/_samples/assets/output_for_flash.fla rename to skins/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla diff --git a/skins/ckeditor/_samples/assets/output_for_flash.swf b/skins/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf similarity index 100% rename from skins/ckeditor/_samples/assets/output_for_flash.swf rename to skins/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf diff --git a/skins/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js b/skins/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js new file mode 100644 index 0000000..95fdf0a --- /dev/null +++ b/skins/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js @@ -0,0 +1,18 @@ +var swfobject=function(){function u(){if(!s){try{var a=d.getElementsByTagName("body")[0].appendChild(d.createElement("span"));a.parentNode.removeChild(a)}catch(b){return}s=!0;for(var a=x.length,c=0;c<a;c++)x[c]()}}function L(a){s?a():x[x.length]=a}function M(a){if(typeof m.addEventListener!=i)m.addEventListener("load",a,!1);else if(typeof d.addEventListener!=i)d.addEventListener("load",a,!1);else if(typeof m.attachEvent!=i)U(m,"onload",a);else if("function"==typeof m.onload){var b=m.onload;m.onload= +function(){b();a()}}else m.onload=a}function V(){var a=d.getElementsByTagName("body")[0],b=d.createElement(r);b.setAttribute("type",y);var c=a.appendChild(b);if(c){var f=0;(function(){if(typeof c.GetVariable!=i){var g=c.GetVariable("$version");g&&(g=g.split(" ")[1].split(","),e.pv=[parseInt(g[0],10),parseInt(g[1],10),parseInt(g[2],10)])}else if(10>f){f++;setTimeout(arguments.callee,10);return}a.removeChild(b);c=null;D()})()}else D()}function D(){var a=p.length;if(0<a)for(var b=0;b<a;b++){var c=p[b].id, +f=p[b].callbackFn,g={success:!1,id:c};if(0<e.pv[0]){var d=n(c);if(d)if(z(p[b].swfVersion)&&!(e.wk&&312>e.wk))t(c,!0),f&&(g.success=!0,g.ref=E(c),f(g));else if(p[b].expressInstall&&F()){g={};g.data=p[b].expressInstall;g.width=d.getAttribute("width")||"0";g.height=d.getAttribute("height")||"0";d.getAttribute("class")&&(g.styleclass=d.getAttribute("class"));d.getAttribute("align")&&(g.align=d.getAttribute("align"));for(var h={},d=d.getElementsByTagName("param"),j=d.length,k=0;k<j;k++)"movie"!=d[k].getAttribute("name").toLowerCase()&& +(h[d[k].getAttribute("name")]=d[k].getAttribute("value"));G(g,h,c,f)}else W(d),f&&f(g)}else if(t(c,!0),f){if((c=E(c))&&typeof c.SetVariable!=i)g.success=!0,g.ref=c;f(g)}}}function E(a){var b=null;if((a=n(a))&&"OBJECT"==a.nodeName)typeof a.SetVariable!=i?b=a:(a=a.getElementsByTagName(r)[0])&&(b=a);return b}function F(){return!A&&z("6.0.65")&&(e.win||e.mac)&&!(e.wk&&312>e.wk)}function G(a,b,c,f){A=!0;H=f||null;N={success:!1,id:c};var g=n(c);if(g){"OBJECT"==g.nodeName?(w=I(g),B=null):(w=g,B=c);a.id= +O;if(typeof a.width==i||!/%$/.test(a.width)&&310>parseInt(a.width,10))a.width="310";if(typeof a.height==i||!/%$/.test(a.height)&&137>parseInt(a.height,10))a.height="137";d.title=d.title.slice(0,47)+" - Flash Player Installation";f=e.ie&&e.win?"ActiveX":"PlugIn";f="MMredirectURL="+m.location.toString().replace(/&/g,"%26")+"&MMplayerType="+f+"&MMdoctitle="+d.title;b.flashvars=typeof b.flashvars!=i?b.flashvars+("&"+f):f;e.ie&&(e.win&&4!=g.readyState)&&(f=d.createElement("div"),c+="SWFObjectNew",f.setAttribute("id", +c),g.parentNode.insertBefore(f,g),g.style.display="none",function(){g.readyState==4?g.parentNode.removeChild(g):setTimeout(arguments.callee,10)}());J(a,b,c)}}function W(a){if(e.ie&&e.win&&4!=a.readyState){var b=d.createElement("div");a.parentNode.insertBefore(b,a);b.parentNode.replaceChild(I(a),b);a.style.display="none";(function(){4==a.readyState?a.parentNode.removeChild(a):setTimeout(arguments.callee,10)})()}else a.parentNode.replaceChild(I(a),a)}function I(a){var b=d.createElement("div");if(e.win&& +e.ie)b.innerHTML=a.innerHTML;else if(a=a.getElementsByTagName(r)[0])if(a=a.childNodes)for(var c=a.length,f=0;f<c;f++)!(1==a[f].nodeType&&"PARAM"==a[f].nodeName)&&8!=a[f].nodeType&&b.appendChild(a[f].cloneNode(!0));return b}function J(a,b,c){var f,g=n(c);if(e.wk&&312>e.wk)return f;if(g)if(typeof a.id==i&&(a.id=c),e.ie&&e.win){var o="",h;for(h in a)a[h]!=Object.prototype[h]&&("data"==h.toLowerCase()?b.movie=a[h]:"styleclass"==h.toLowerCase()?o+=' class="'+a[h]+'"':"classid"!=h.toLowerCase()&&(o+=" "+ +h+'="'+a[h]+'"'));h="";for(var j in b)b[j]!=Object.prototype[j]&&(h+='<param name="'+j+'" value="'+b[j]+'" />');g.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+o+">"+h+"</object>";C[C.length]=a.id;f=n(a.id)}else{j=d.createElement(r);j.setAttribute("type",y);for(var k in a)a[k]!=Object.prototype[k]&&("styleclass"==k.toLowerCase()?j.setAttribute("class",a[k]):"classid"!=k.toLowerCase()&&j.setAttribute(k,a[k]));for(o in b)b[o]!=Object.prototype[o]&&"movie"!=o.toLowerCase()&& +(a=j,h=o,k=b[o],c=d.createElement("param"),c.setAttribute("name",h),c.setAttribute("value",k),a.appendChild(c));g.parentNode.replaceChild(j,g);f=j}return f}function P(a){var b=n(a);b&&"OBJECT"==b.nodeName&&(e.ie&&e.win?(b.style.display="none",function(){if(4==b.readyState){var c=n(a);if(c){for(var f in c)"function"==typeof c[f]&&(c[f]=null);c.parentNode.removeChild(c)}}else setTimeout(arguments.callee,10)}()):b.parentNode.removeChild(b))}function n(a){var b=null;try{b=d.getElementById(a)}catch(c){}return b} +function U(a,b,c){a.attachEvent(b,c);v[v.length]=[a,b,c]}function z(a){var b=e.pv,a=a.split(".");a[0]=parseInt(a[0],10);a[1]=parseInt(a[1],10)||0;a[2]=parseInt(a[2],10)||0;return b[0]>a[0]||b[0]==a[0]&&b[1]>a[1]||b[0]==a[0]&&b[1]==a[1]&&b[2]>=a[2]?!0:!1}function Q(a,b,c,f){if(!e.ie||!e.mac){var g=d.getElementsByTagName("head")[0];if(g){c=c&&"string"==typeof c?c:"screen";f&&(K=l=null);if(!l||K!=c)f=d.createElement("style"),f.setAttribute("type","text/css"),f.setAttribute("media",c),l=g.appendChild(f), +e.ie&&(e.win&&typeof d.styleSheets!=i&&0<d.styleSheets.length)&&(l=d.styleSheets[d.styleSheets.length-1]),K=c;e.ie&&e.win?l&&typeof l.addRule==r&&l.addRule(a,b):l&&typeof d.createTextNode!=i&&l.appendChild(d.createTextNode(a+" {"+b+"}"))}}}function t(a,b){if(R){var c=b?"visible":"hidden";s&&n(a)?n(a).style.visibility=c:Q("#"+a,"visibility:"+c)}}function S(a){return null!=/[\\\"<>\.;]/.exec(a)&&typeof encodeURIComponent!=i?encodeURIComponent(a):a}var i="undefined",r="object",y="application/x-shockwave-flash", +O="SWFObjectExprInst",m=window,d=document,q=navigator,T=!1,x=[function(){T?V():D()}],p=[],C=[],v=[],w,B,H,N,s=!1,A=!1,l,K,R=!0,e=function(){var a=typeof d.getElementById!=i&&typeof d.getElementsByTagName!=i&&typeof d.createElement!=i,b=q.userAgent.toLowerCase(),c=q.platform.toLowerCase(),f=c?/win/.test(c):/win/.test(b),c=c?/mac/.test(c):/mac/.test(b),b=/webkit/.test(b)?parseFloat(b.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):!1,g=!+"\v1",e=[0,0,0],h=null;if(typeof q.plugins!=i&&typeof q.plugins["Shockwave Flash"]== +r){if((h=q.plugins["Shockwave Flash"].description)&&!(typeof q.mimeTypes!=i&&q.mimeTypes[y]&&!q.mimeTypes[y].enabledPlugin))T=!0,g=!1,h=h.replace(/^.*\s+(\S+\s+\S+$)/,"$1"),e[0]=parseInt(h.replace(/^(.*)\..*$/,"$1"),10),e[1]=parseInt(h.replace(/^.*\.(.*)\s.*$/,"$1"),10),e[2]=/[a-zA-Z]/.test(h)?parseInt(h.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}else if(typeof m.ActiveXObject!=i)try{var j=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");if(j&&(h=j.GetVariable("$version")))g=!0,h=h.split(" ")[1].split(","), +e=[parseInt(h[0],10),parseInt(h[1],10),parseInt(h[2],10)]}catch(k){}return{w3:a,pv:e,wk:b,ie:g,win:f,mac:c}}();(function(){e.w3&&((typeof d.readyState!=i&&"complete"==d.readyState||typeof d.readyState==i&&(d.getElementsByTagName("body")[0]||d.body))&&u(),s||(typeof d.addEventListener!=i&&d.addEventListener("DOMContentLoaded",u,!1),e.ie&&e.win&&(d.attachEvent("onreadystatechange",function(){"complete"==d.readyState&&(d.detachEvent("onreadystatechange",arguments.callee),u())}),m==top&&function(){if(!s){try{d.documentElement.doScroll("left")}catch(a){setTimeout(arguments.callee, +0);return}u()}}()),e.wk&&function(){s||(/loaded|complete/.test(d.readyState)?u():setTimeout(arguments.callee,0))}(),M(u)))})();(function(){e.ie&&e.win&&window.attachEvent("onunload",function(){for(var a=v.length,b=0;b<a;b++)v[b][0].detachEvent(v[b][1],v[b][2]);a=C.length;for(b=0;b<a;b++)P(C[b]);for(var c in e)e[c]=null;e=null;for(var f in swfobject)swfobject[f]=null;swfobject=null})})();return{registerObject:function(a,b,c,f){if(e.w3&&a&&b){var d={};d.id=a;d.swfVersion=b;d.expressInstall=c;d.callbackFn= +f;p[p.length]=d;t(a,!1)}else f&&f({success:!1,id:a})},getObjectById:function(a){if(e.w3)return E(a)},embedSWF:function(a,b,c,d,g,o,h,j,k,m){var n={success:!1,id:b};e.w3&&!(e.wk&&312>e.wk)&&a&&b&&c&&d&&g?(t(b,!1),L(function(){c+="";d+="";var e={};if(k&&typeof k===r)for(var l in k)e[l]=k[l];e.data=a;e.width=c;e.height=d;l={};if(j&&typeof j===r)for(var p in j)l[p]=j[p];if(h&&typeof h===r)for(var q in h)l.flashvars=typeof l.flashvars!=i?l.flashvars+("&"+q+"="+h[q]):q+"="+h[q];if(z(g))p=J(e,l,b),e.id== +b&&t(b,!0),n.success=!0,n.ref=p;else{if(o&&F()){e.data=o;G(e,l,b,m);return}t(b,!0)}m&&m(n)})):m&&m(n)},switchOffAutoHideShow:function(){R=!1},ua:e,getFlashPlayerVersion:function(){return{major:e.pv[0],minor:e.pv[1],release:e.pv[2]}},hasFlashPlayerVersion:z,createSWF:function(a,b,c){if(e.w3)return J(a,b,c)},showExpressInstall:function(a,b,c,d){e.w3&&F()&&G(a,b,c,d)},removeSWF:function(a){e.w3&&P(a)},createCSS:function(a,b,c,d){e.w3&&Q(a,b,c,d)},addDomLoadEvent:L,addLoadEvent:M,getQueryParamValue:function(a){var b= +d.location.search||d.location.hash;if(b){/\?/.test(b)&&(b=b.split("?")[1]);if(null==a)return S(b);for(var b=b.split("&"),c=0;c<b.length;c++)if(b[c].substring(0,b[c].indexOf("="))==a)return S(b[c].substring(b[c].indexOf("=")+1))}return""},expressInstallCallback:function(){if(A){var a=n(O);a&&w&&(a.parentNode.replaceChild(w,a),B&&(t(B,!0),e.ie&&e.win&&(w.style.display="block")),H&&H(N));A=!1}}}}(); \ No newline at end of file diff --git a/skins/ckeditor/samples/plugins/htmlwriter/outputforflash.html b/skins/ckeditor/samples/plugins/htmlwriter/outputforflash.html new file mode 100644 index 0000000..738ad66 --- /dev/null +++ b/skins/ckeditor/samples/plugins/htmlwriter/outputforflash.html @@ -0,0 +1,280 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Output for Flash — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <script src="../../../samples/sample.js"></script> + <script src="assets/outputforflash/swfobject.js"></script> + <link href="../../../samples/sample.css" rel="stylesheet"> + <meta name="ckeditor-sample-required-plugins" content="sourcearea"> + <meta name="ckeditor-sample-name" content="Output for Flash"> + <meta name="ckeditor-sample-group" content="Advanced Samples"> + <meta name="ckeditor-sample-description" content="Configuring CKEditor to produce HTML code that can be used with Adobe Flash."> + <style> + + .alert + { + background: #ffa84c; + padding: 10px 15px; + font-weight: bold; + display: block; + margin-bottom: 20px; + } + + </style> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/index.html">CKEditor Samples</a> » Producing Flash Compliant HTML Output + </h1> + <div class="description"> + <p> + This sample shows how to configure CKEditor to output + HTML code that can be used with + <a class="samples" href="http://www.adobe.com/livedocs/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000922.html"> + Adobe Flash</a>. + The code will contain a subset of standard HTML elements like <code><b></code>, + <code><i></code>, and <code><p></code> as well as HTML attributes. + </p> + <p> + To add a CKEditor instance outputting Flash compliant HTML code, load the editor using a standard + JavaScript call, and define CKEditor features to use HTML elements and attributes. + </p> + <p> + For details on how to create this setup check the source code of this sample page. + </p> + </div> + <p> + To see how it works, create some content in the editing area of CKEditor on the left + and send it to the Flash object on the right side of the page by using the + <strong>Send to Flash</strong> button. + </p> + <table style="width: 100%; border-spacing: 0; border-collapse:collapse;"> + <tr> + <td style="width: 100%"> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p><b><font size="18" style="font-size:18px;">Flash and HTML</font></b></p><p>&nbsp;</p><p>It is possible to have <a href="http://ckeditor.com">CKEditor</a> creating content that will be later loaded inside <b>Flash</b> objects and animations.</p><p>&nbsp;</p><p>Flash has a few limitations when dealing with HTML:</p><p>&nbsp;</p><ul><li>It has limited support on tags.</li><li>There is no margin between block elements, like paragraphs.</li></ul></textarea> + <script> + + if ( document.location.protocol == 'file:' ) + alert( 'Warning: This samples does not work when loaded from local filesystem' + + 'due to security restrictions implemented in Flash.' + + '\n\nPlease load the sample from a web server instead.' ); + + var editor = CKEDITOR.replace( 'editor1', { + /* + * Ensure that htmlwriter plugin, which is required for this sample, is loaded. + */ + extraPlugins: 'htmlwriter', + + height: 290, + width: '100%', + toolbar: [ + [ 'Source', '-', 'Bold', 'Italic', 'Underline', '-', 'BulletedList', '-', 'Link', 'Unlink' ], + [ 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock' ], + '/', + [ 'Font', 'FontSize' ], + [ 'TextColor', '-', 'About' ] + ], + + /* + * Style sheet for the contents + */ + contentsCss: 'body {color:#000; background-color#FFF; font-family: Arial; font-size:80%;} p, ol, ul {margin-top: 0px; margin-bottom: 0px;}', + + /* + * Quirks doctype + */ + docType: '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">', + + /* + * Core styles. + */ + coreStyles_bold: { element: 'b' }, + coreStyles_italic: { element: 'i' }, + coreStyles_underline: { element: 'u' }, + + /* + * Font face. + */ + + // Define the way font elements will be applied to the document. The "font" + // element will be used. + font_style: { + element: 'font', + attributes: { 'face': '#(family)' } + }, + + /* + * Font sizes. + */ + + // The CSS part of the font sizes isn't used by Flash, it is there to get the + // font rendered correctly in CKEditor. + fontSize_sizes: '8px/8;9px/9;10px/10;11px/11;12px/12;14px/14;16px/16;18px/18;20px/20;22px/22;24px/24;26px/26;28px/28;36px/36;48px/48;72px/72', + fontSize_style: { + element: 'font', + attributes: { 'size': '#(size)' }, + styles: { 'font-size': '#(size)px' } + } , + + /* + * Font colors. + */ + colorButton_enableMore: true, + + colorButton_foreStyle: { + element: 'font', + attributes: { 'color': '#(color)' } + }, + + colorButton_backStyle: { + element: 'font', + styles: { 'background-color': '#(color)' } + }, + + on: { 'instanceReady': configureFlashOutput } + }); + + /* + * Adjust the behavior of the dataProcessor to match the + * requirements of Flash + */ + function configureFlashOutput( ev ) { + var editor = ev.editor, + dataProcessor = editor.dataProcessor, + htmlFilter = dataProcessor && dataProcessor.htmlFilter; + + // Out self closing tags the HTML4 way, like <br>. + dataProcessor.writer.selfClosingEnd = '>'; + + // Make output formatting match Flash expectations + var dtd = CKEDITOR.dtd; + for ( var e in CKEDITOR.tools.extend( {}, dtd.$nonBodyContent, dtd.$block, dtd.$listItem, dtd.$tableContent ) ) { + dataProcessor.writer.setRules( e, { + indent: false, + breakBeforeOpen: false, + breakAfterOpen: false, + breakBeforeClose: false, + breakAfterClose: false + }); + } + dataProcessor.writer.setRules( 'br', { + indent: false, + breakBeforeOpen: false, + breakAfterOpen: false, + breakBeforeClose: false, + breakAfterClose: false + }); + + // Output properties as attributes, not styles. + htmlFilter.addRules( { + elements: { + $: function( element ) { + var style, match, width, height, align; + + // Output dimensions of images as width and height + if ( element.name == 'img' ) { + style = element.attributes.style; + + if ( style ) { + // Get the width from the style. + match = ( /(?:^|\s)width\s*:\s*(\d+)px/i ).exec( style ); + width = match && match[1]; + + // Get the height from the style. + match = ( /(?:^|\s)height\s*:\s*(\d+)px/i ).exec( style ); + height = match && match[1]; + + if ( width ) { + element.attributes.style = element.attributes.style.replace( /(?:^|\s)width\s*:\s*(\d+)px;?/i , '' ); + element.attributes.width = width; + } + + if ( height ) { + element.attributes.style = element.attributes.style.replace( /(?:^|\s)height\s*:\s*(\d+)px;?/i , '' ); + element.attributes.height = height; + } + } + } + + // Output alignment of paragraphs using align + if ( element.name == 'p' ) { + style = element.attributes.style; + + if ( style ) { + // Get the align from the style. + match = ( /(?:^|\s)text-align\s*:\s*(\w*);?/i ).exec( style ); + align = match && match[1]; + + if ( align ) { + element.attributes.style = element.attributes.style.replace( /(?:^|\s)text-align\s*:\s*(\w*);?/i , '' ); + element.attributes.align = align; + } + } + } + + if ( element.attributes.style === '' ) + delete element.attributes.style; + + return element; + } + } + }); + } + + function sendToFlash() { + var html = CKEDITOR.instances.editor1.getData() ; + + // Quick fix for link color. + html = html.replace( /<a /g, '<font color="#0000FF"><u><a ' ) + html = html.replace( /<\/a>/g, '</a></u></font>' ) + + var flash = document.getElementById( 'ckFlashContainer' ) ; + flash.setData( html ) ; + } + + CKEDITOR.domReady( function() { + if ( !swfobject.hasFlashPlayerVersion( '8' ) ) { + CKEDITOR.dom.element.createFromHtml( '<span class="alert">' + + 'At least Adobe Flash Player 8 is required to run this sample. ' + + 'You can download it from <a href="http://get.adobe.com/flashplayer">Adobe\'s website</a>.' + + '</span>' ).insertBefore( editor.element ); + } + + swfobject.embedSWF( + 'assets/outputforflash/outputforflash.swf', + 'ckFlashContainer', + '550', + '400', + '8', + { wmode: 'transparent' } + ); + }); + + </script> + <p> + <input type="button" value="Send to Flash" onclick="sendToFlash();"> + </p> + </td> + <td style="vertical-align: top; padding-left: 20px"> + <div id="ckFlashContainer"></div> + </td> + </tr> + </table> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/plugins/htmlwriter/outputhtml.html b/skins/ckeditor/samples/plugins/htmlwriter/outputhtml.html new file mode 100644 index 0000000..f25697d --- /dev/null +++ b/skins/ckeditor/samples/plugins/htmlwriter/outputhtml.html @@ -0,0 +1,221 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>HTML Compliant Output — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <script src="../../../samples/sample.js"></script> + <link href="../../../samples/sample.css" rel="stylesheet"> + <meta name="ckeditor-sample-required-plugins" content="sourcearea"> + <meta name="ckeditor-sample-name" content="Output HTML"> + <meta name="ckeditor-sample-group" content="Advanced Samples"> + <meta name="ckeditor-sample-description" content="Configuring CKEditor to produce legacy HTML 4 code."> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/index.html">CKEditor Samples</a> » Producing HTML Compliant Output + </h1> + <div class="description"> + <p> + This sample shows how to configure CKEditor to output valid + <a class="samples" href="http://www.w3.org/TR/html401/">HTML 4.01</a> code. + Traditional HTML elements like <code><b></code>, + <code><i></code>, and <code><font></code> are used in place of + <code><strong></code>, <code><em></code>, and CSS styles. + </p> + <p> + To add a CKEditor instance outputting legacy HTML 4.01 code, load the editor using a standard + JavaScript call, and define CKEditor features to use the HTML compliant elements and attributes. + </p> + <p> + A snippet of the configuration code can be seen below; check the source of this page for + full definition: + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + coreStyles_bold: { element: 'b' }, + coreStyles_italic: { element: 'i' }, + + fontSize_style: { + element: 'font', + attributes: { 'size': '#(size)' } + } + + ... +});</pre> + </div> + <form action="../../../samples/sample_posteddata.php" method="post"> + <p> + <label for="editor1"> + Editor 1: + </label> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <b>sample text</b>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + + CKEDITOR.replace( 'editor1', { + /* + * Ensure that htmlwriter plugin, which is required for this sample, is loaded. + */ + extraPlugins: 'htmlwriter', + + /* + * Style sheet for the contents + */ + contentsCss: 'body {color:#000; background-color#:FFF;}', + + /* + * Simple HTML5 doctype + */ + docType: '<!DOCTYPE HTML>', + + /* + * Allowed content rules which beside limiting allowed HTML + * will also take care of transforming styles to attributes + * (currently only for img - see transformation rules defined below). + * + * Read more: http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter + */ + allowedContent: + 'h1 h2 h3 p pre[align]; ' + + 'blockquote code kbd samp var del ins cite q b i u strike ul ol li hr table tbody tr td th caption; ' + + 'img[!src,alt,align,width,height]; font[!face]; font[!family]; font[!color]; font[!size]; font{!background-color}; a[!href]; a[!name]', + + /* + * Core styles. + */ + coreStyles_bold: { element: 'b' }, + coreStyles_italic: { element: 'i' }, + coreStyles_underline: { element: 'u' }, + coreStyles_strike: { element: 'strike' }, + + /* + * Font face. + */ + + // Define the way font elements will be applied to the document. + // The "font" element will be used. + font_style: { + element: 'font', + attributes: { 'face': '#(family)' } + }, + + /* + * Font sizes. + */ + fontSize_sizes: 'xx-small/1;x-small/2;small/3;medium/4;large/5;x-large/6;xx-large/7', + fontSize_style: { + element: 'font', + attributes: { 'size': '#(size)' } + }, + + /* + * Font colors. + */ + + colorButton_foreStyle: { + element: 'font', + attributes: { 'color': '#(color)' } + }, + + colorButton_backStyle: { + element: 'font', + styles: { 'background-color': '#(color)' } + }, + + /* + * Styles combo. + */ + stylesSet: [ + { name: 'Computer Code', element: 'code' }, + { name: 'Keyboard Phrase', element: 'kbd' }, + { name: 'Sample Text', element: 'samp' }, + { name: 'Variable', element: 'var' }, + { name: 'Deleted Text', element: 'del' }, + { name: 'Inserted Text', element: 'ins' }, + { name: 'Cited Work', element: 'cite' }, + { name: 'Inline Quotation', element: 'q' } + ], + + on: { + pluginsLoaded: configureTransformations, + loaded: configureHtmlWriter + } + }); + + /* + * Add missing content transformations. + */ + function configureTransformations( evt ) { + var editor = evt.editor; + + editor.dataProcessor.htmlFilter.addRules( { + attributes: { + style: function( value, element ) { + // Return #RGB for background and border colors + return CKEDITOR.tools.convertRgbToHex( value ); + } + } + } ); + + // Default automatic content transformations do not yet take care of + // align attributes on blocks, so we need to add our own transformation rules. + function alignToAttribute( element ) { + if ( element.styles[ 'text-align' ] ) { + element.attributes.align = element.styles[ 'text-align' ]; + delete element.styles[ 'text-align' ]; + } + } + editor.filter.addTransformations( [ + [ { element: 'p', right: alignToAttribute } ], + [ { element: 'h1', right: alignToAttribute } ], + [ { element: 'h2', right: alignToAttribute } ], + [ { element: 'h3', right: alignToAttribute } ], + [ { element: 'pre', right: alignToAttribute } ] + ] ); + } + + /* + * Adjust the behavior of htmlWriter to make it output HTML like FCKeditor. + */ + function configureHtmlWriter( evt ) { + var editor = evt.editor, + dataProcessor = editor.dataProcessor; + + // Out self closing tags the HTML4 way, like <br>. + dataProcessor.writer.selfClosingEnd = '>'; + + // Make output formatting behave similar to FCKeditor. + var dtd = CKEDITOR.dtd; + for ( var e in CKEDITOR.tools.extend( {}, dtd.$nonBodyContent, dtd.$block, dtd.$listItem, dtd.$tableContent ) ) { + dataProcessor.writer.setRules( e, { + indent: true, + breakBeforeOpen: true, + breakAfterOpen: false, + breakBeforeClose: !dtd[ e ][ '#' ], + breakAfterClose: true + }); + } + } + + </script> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/plugins/magicline/magicline.html b/skins/ckeditor/samples/plugins/magicline/magicline.html new file mode 100644 index 0000000..800fbb3 --- /dev/null +++ b/skins/ckeditor/samples/plugins/magicline/magicline.html @@ -0,0 +1,206 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Using Magicline plugin — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link rel="stylesheet" href="../../../samples/sample.css"> + <meta name="ckeditor-sample-name" content="Magicline plugin"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="Using the Magicline plugin to access difficult focus spaces."> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/index.html">CKEditor Samples</a> » Using Magicline plugin + </h1> + <div class="description"> + <p> + This sample shows the advantages of <strong>Magicline</strong> plugin + which is to enhance the editing process. Thanks to this plugin, + a number of difficult focus spaces which are inaccessible due to + browser issues can now be focused. + </p> + <p> + <strong>Magicline</strong> plugin shows a red line with a handler + which, when clicked, inserts a paragraph and allows typing. To see this, + focus an editor and move your mouse above the focus space you want + to access. The plugin is enabled by default so no additional + configuration is necessary. + </p> + </div> + <div> + <label for="editor1"> + Editor 1: + </label> + <div class="description"> + <p> + This editor uses a default <strong>Magicline</strong> setup. + </p> + </div> + <textarea cols="80" id="editor1" name="editor1" rows="10"> + <table border="1" cellpadding="1" cellspacing="1" style="width: 100%; "> + <tbody> + <tr> + <td>This table</td> + <td>is the</td> + <td>very first</td> + <td>element of the document.</td> + </tr> + <tr> + <td>We are still</td> + <td>able to acces</td> + <td>the space before it.</td> + <td> + <table border="1" cellpadding="1" cellspacing="1" style="width: 100%; "> + <tbody> + <tr> + <td>This table is inside of a cell of another table.</td> + </tr> + <tr> + <td>We can type&nbsp;either before or after it though.</td> + </tr> + </tbody> + </table> + </td> + </tr> + </tbody> + </table> + + <p>Two succesive horizontal lines (<tt>HR</tt> tags). We can access the space in between:</p> + + <hr /> + <hr /> + <ol> + <li>This numbered list...</li> + <li>...is a neighbour of a horizontal line...</li> + <li>...and another list.</li> + </ol> + + <ul> + <li>We can type between the lists...</li> + <li>...thanks to <strong>Magicline</strong>.</li> + </ul> + + <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> + + <p>Quisque iaculis, dui lectus varius vitae, tortor. Proin lacus. Pellentesque ac lacus. Aenean nonummy commodo nec, pede. Etiam blandit risus elit.</p> + + <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> + + <div style="border: 2px dashed green; background: #ddd; text-align: center;"> + <p>This text is wrapped in a&nbsp;<tt>DIV</tt>&nbsp;element. We can type after this element though.</p> + </div> + </textarea> + <script> + + // This call can be placed at any point after the + // <textarea>, or inside a <head><script> in a + // window.onload event handler. + + CKEDITOR.replace( 'editor1', { + extraPlugins: 'magicline', // Ensure that magicline plugin, which is required for this sample, is loaded. + allowedContent: true // Switch off the ACF, so very complex content created to + // show magicline's power isn't filtered. + } ); + + </script> + </div> + <br> + <div> + <label for="editor2"> + Editor 2: + </label> + <div class="description"> + <p> + This editor is using a blue line. + </p> +<pre class="samples"> +CKEDITOR.replace( 'editor2', { + magicline_color: 'blue' +});</pre> + </div> + <textarea cols="80" id="editor2" name="editor2" rows="10"> + <table border="1" cellpadding="1" cellspacing="1" style="width: 100%; "> + <tbody> + <tr> + <td>This table</td> + <td>is the</td> + <td>very first</td> + <td>element of the document.</td> + </tr> + <tr> + <td>We are still</td> + <td>able to acces</td> + <td>the space before it.</td> + <td> + <table border="1" cellpadding="1" cellspacing="1" style="width: 100%; "> + <tbody> + <tr> + <td>This table is inside of a cell of another table.</td> + </tr> + <tr> + <td>We can type&nbsp;either before or after it though.</td> + </tr> + </tbody> + </table> + </td> + </tr> + </tbody> + </table> + + <p>Two succesive horizontal lines (<tt>HR</tt> tags). We can access the space in between:</p> + + <hr /> + <hr /> + <ol> + <li>This numbered list...</li> + <li>...is a neighbour of a horizontal line...</li> + <li>...and another list.</li> + </ol> + + <ul> + <li>We can type between the lists...</li> + <li>...thanks to <strong>Magicline</strong>.</li> + </ul> + + <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> + + <p>Quisque iaculis, dui lectus varius vitae, tortor. Proin lacus. Pellentesque ac lacus. Aenean nonummy commodo nec, pede. Etiam blandit risus elit.</p> + + <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> + + <div style="border: 2px dashed green; background: #ddd; text-align: center;"> + <p>This text is wrapped in a&nbsp;<tt>DIV</tt>&nbsp;element. We can type after this element though.</p> + </div> + </textarea> + <script> + + // This call can be placed at any point after the + // <textarea>, or inside a <head><script> in a + // window.onload event handler. + + CKEDITOR.replace( 'editor2', { + extraPlugins: 'magicline', // Ensure that magicline plugin, which is required for this sample, is loaded. + magicline_color: 'blue', // Blue line + allowedContent: true // Switch off the ACF, so very complex content created to + // show magicline's power isn't filtered. + }); + + </script> + </div> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/plugins/toolbar/toolbar.html b/skins/ckeditor/samples/plugins/toolbar/toolbar.html new file mode 100644 index 0000000..6cf2ddf --- /dev/null +++ b/skins/ckeditor/samples/plugins/toolbar/toolbar.html @@ -0,0 +1,232 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Toolbar Configuration — CKEditor Sample</title> + <meta name="ckeditor-sample-name" content="Toolbar Configurations"> + <meta name="ckeditor-sample-group" content="Advanced Samples"> + <meta name="ckeditor-sample-description" content="Configuring CKEditor to display full or custom toolbar layout."> + <script src="../../../ckeditor.js"></script> + <link href="../../../samples/sample.css" rel="stylesheet"> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/index.html">CKEditor Samples</a> » Toolbar Configuration + </h1> + <div class="description"> + <p> + This sample page demonstrates editor with loaded <a href="#fullToolbar">full toolbar</a> (all registered buttons) and, if + current editor's configuration modifies default settings, also editor with <a href="#currentToolbar">modified toolbar</a>. + </p> + + <p>Since CKEditor 4 there are two ways to configure toolbar buttons.</p> + + <h2 class="samples">By <a href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-toolbar">config.toolbar</a></h2> + + <p> + You can explicitly define which buttons are displayed in which groups and in which order. + This is the more precise setting, but less flexible. If newly added plugin adds its + own button you'll have to add it manually to your <code>config.toolbar</code> setting as well. + </p> + + <p>To add a CKEditor instance with custom toolbar setting, insert the following JavaScript call to your code:</p> + + <pre class="samples"> +CKEDITOR.replace( <em>'textarea_id'</em>, { + <strong>toolbar:</strong> [ + { name: 'document', items: [ 'Source', '-', 'NewPage', 'Preview', '-', 'Templates' ] }, // Defines toolbar group with name (used to create voice label) and items in 3 subgroups. + [ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ], // Defines toolbar group without name. + '/', // Line break - next group will be placed in new line. + { name: 'basicstyles', items: [ 'Bold', 'Italic' ] } + ] +});</pre> + + <h2 class="samples">By <a href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-toolbarGroups">config.toolbarGroups</a></h2> + + <p> + You can define which groups of buttons (like e.g. <code>basicstyles</code>, <code>clipboard</code> + and <code>forms</code>) are displayed and in which order. Registered buttons are associated + with toolbar groups by <code>toolbar</code> property in their definition. + This setting's advantage is that you don't have to modify toolbar configuration + when adding/removing plugins which register their own buttons. + </p> + + <p>To add a CKEditor instance with custom toolbar groups setting, insert the following JavaScript call to your code:</p> + + <pre class="samples"> +CKEDITOR.replace( <em>'textarea_id'</em>, { + <strong>toolbarGroups:</strong> [ + { name: 'document', groups: [ 'mode', 'document' ] }, // Displays document group with its two subgroups. + { name: 'clipboard', groups: [ 'clipboard', 'undo' ] }, // Group's name will be used to create voice label. + '/', // Line break - next group will be placed in new line. + { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] }, + { name: 'links' } + ] + + // NOTE: Remember to leave 'toolbar' property with the default value (null). +});</pre> + </div> + + <div id="currentToolbar" style="display: none"> + <h2 class="samples">Current toolbar configuration</h2> + <p>Below you can see editor with current toolbar definition.</p> + <textarea cols="80" id="editorCurrent" name="editorCurrent" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <pre id="editorCurrentCfg" class="samples"></pre> + </div> + + <div id="fullToolbar"> + <h2 class="samples">Full toolbar configuration</h2> + <p>Below you can see editor with full toolbar, generated automatically by the editor.</p> + <p> + <strong>Note</strong>: To create editor instance with full toolbar you don't have to set anything. + Just leave <code>toolbar</code> and <code>toolbarGroups</code> with the default, <code>null</code> values. + </p> + <textarea cols="80" id="editorFull" name="editorFull" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <pre id="editorFullCfg" class="samples"></pre> + </div> + + <script> + +(function() { + 'use strict'; + + var buttonsNames; + + CKEDITOR.config.extraPlugins = 'toolbar'; + + CKEDITOR.on( 'instanceReady', function( evt ) { + var editor = evt.editor, + editorCurrent = editor.name == 'editorCurrent', + defaultToolbar = !( editor.config.toolbar || editor.config.toolbarGroups || editor.config.removeButtons ), + pre = CKEDITOR.document.getById( editor.name + 'Cfg' ), + output = ''; + + if ( editorCurrent ) { + // If default toolbar configuration has been modified, show "current toolbar" section. + if ( !defaultToolbar ) + CKEDITOR.document.getById( 'currentToolbar' ).show(); + else + return; + } + + if ( !buttonsNames ) + buttonsNames = createButtonsNamesHash( editor.ui.items ); + + // Toolbar isn't set explicitly, so it was created automatically from toolbarGroups. + if ( !editor.config.toolbar ) { + output += + '// Toolbar configuration generated automatically by the editor based on config.toolbarGroups.\n' + + dumpToolbarConfiguration( editor ) + + '\n\n' + + '// Toolbar groups configuration.\n' + + dumpToolbarConfiguration( editor, true ) + } + // Toolbar groups doesn't count in this case - print only toolbar. + else { + output += '// Toolbar configuration.\n' + + dumpToolbarConfiguration( editor ); + } + + // Recreate to avoid old IE from loosing whitespaces on filling <pre> content. + var preOutput = pre.getOuterHtml().replace( /(?=<\/)/, output ); + CKEDITOR.dom.element.createFromHtml( preOutput ).replace( pre ); + } ); + + CKEDITOR.replace( 'editorCurrent', { height: 100 } ); + CKEDITOR.replace( 'editorFull', { + // Reset toolbar settings, so full toolbar will be generated automatically. + toolbar: null, + toolbarGroups: null, + removeButtons: null, + height: 100 + } ); + + function dumpToolbarConfiguration( editor, printGroups ) { + var output = [], + toolbar = editor.toolbar; + + for ( var i = 0; i < toolbar.length; ++i ) { + var group = dumpToolbarGroup( toolbar[ i ], printGroups ); + if ( group ) + output.push( group ); + } + + return 'config.toolbar' + ( printGroups ? 'Groups' : '' ) + ' = [\n\t' + output.join( ',\n\t' ) + '\n];'; + } + + function dumpToolbarGroup( group, printGroups ) { + var output = []; + + if ( typeof group == 'string' ) + return '\'' + group + '\''; + if ( CKEDITOR.tools.isArray( group ) ) + return dumpToolbarItems( group ); + // Skip group when printing entire toolbar configuration and there are no items in this group. + if ( !printGroups && !group.items ) + return; + + if ( group.name ) + output.push( 'name: \'' + group.name + '\'' ); + + if ( group.groups ) + output.push( 'groups: ' + dumpToolbarItems( group.groups ) ); + + if ( !printGroups ) + output.push( 'items: ' + dumpToolbarItems( group.items ) ); + + return '{ ' + output.join( ', ' ) + ' }'; + } + + function dumpToolbarItems( items ) { + if ( typeof items == 'string' ) + return '\'' + items + '\''; + + var names = [], + i, item; + + for ( var i = 0; i < items.length; ++i ) { + item = items[ i ]; + if ( typeof item == 'string' ) + names.push( item ); + else { + if ( item.type == CKEDITOR.UI_SEPARATOR ) + names.push( '-' ); + else + names.push( buttonsNames[ item.name ] ); + } + } + + return '[ \'' + names.join( '\', \'' ) + '\' ]'; + } + + // Creates { 'lowercased': 'LowerCased' } buttons names hash. + function createButtonsNamesHash( items ) { + var hash = {}, + name; + + for ( name in items ) { + hash[ items[ name ].name ] = name; + } + + return hash; + } + +})(); + </script> + + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/plugins/wysiwygarea/fullpage.html b/skins/ckeditor/samples/plugins/wysiwygarea/fullpage.html new file mode 100644 index 0000000..174a25f --- /dev/null +++ b/skins/ckeditor/samples/plugins/wysiwygarea/fullpage.html @@ -0,0 +1,77 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Full Page Editing — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <script src="../../../samples/sample.js"></script> + <link rel="stylesheet" href="../../../samples/sample.css"> + <meta name="ckeditor-sample-required-plugins" content="sourcearea"> + <meta name="ckeditor-sample-name" content="Full page support"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="CKEditor inserted with a JavaScript call and used to edit the whole page from <html> to </html>."> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/index.html">CKEditor Samples</a> » Full Page Editing + </h1> + <div class="description"> + <p> + This sample shows how to configure CKEditor to edit entire HTML pages, from the + <code><html></code> tag to the <code></html></code> tag. + </p> + <p> + The CKEditor instance below is inserted with a JavaScript call using the following code: + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + <strong>fullPage: true</strong>, + <strong>allowedContent: true</strong> +}); +</pre> + <p> + Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of + the <code><textarea></code> element to be replaced. + </p> + <p> + The <code><em>allowedContent</em></code> in the code above is set to <code>true</code> to disable content filtering. + Setting this option is not obligatory, but in full page mode there is a strong chance that one may want be able to freely enter any HTML content in source mode without any limitations. + </p> + </div> + <form action="../../../samples/sample_posteddata.php" method="post"> + <label for="editor1"> + CKEditor output the entire page including content outside of + <code><body></code> element, so content like meta and title can be changed: + </label> + <textarea cols="80" id="editor1" name="editor1" rows="10"> + <h1><img align="right" alt="Saturn V carrying Apollo 11" src="../../../samples/assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> 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> <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&nbsp;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> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <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> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <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>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;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> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + <script> + + CKEDITOR.replace( 'editor1', { + fullPage: true, + allowedContent: true, + extraPlugins: 'wysiwygarea' + }); + + </script> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/readonly.html b/skins/ckeditor/samples/readonly.html new file mode 100644 index 0000000..58f9706 --- /dev/null +++ b/skins/ckeditor/samples/readonly.html @@ -0,0 +1,73 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Using the CKEditor Read-Only API — CKEditor Sample</title> + <script src="../ckeditor.js"></script> + <link rel="stylesheet" href="sample.css"> + <script> + + var editor; + + // The instanceReady event is fired, when an instance of CKEditor has finished + // its initialization. + CKEDITOR.on( 'instanceReady', function( ev ) { + editor = ev.editor; + + // Show this "on" button. + document.getElementById( 'readOnlyOn' ).style.display = ''; + + // Event fired when the readOnly property changes. + editor.on( 'readOnly', function() { + document.getElementById( 'readOnlyOn' ).style.display = this.readOnly ? 'none' : ''; + document.getElementById( 'readOnlyOff' ).style.display = this.readOnly ? '' : 'none'; + }); + }); + + function toggleReadOnly( isReadOnly ) { + // Change the read-only state of the editor. + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setReadOnly + editor.setReadOnly( isReadOnly ); + } + + </script> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Using the CKEditor Read-Only API + </h1> + <div class="description"> + <p> + This sample shows how to use the + <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setReadOnly">setReadOnly</a></code> + API to put editor into the read-only state that makes it impossible for users to change the editor contents. + </p> + <p> + For details on how to create this setup check the source code of this sample page. + </p> + </div> + <form action="sample_posteddata.php" method="post"> + <p> + <textarea class="ckeditor" id="editor1" name="editor1" cols="100" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + </p> + <p> + <input id="readOnlyOn" onclick="toggleReadOnly();" type="button" value="Make it read-only" style="display:none"> + <input id="readOnlyOff" onclick="toggleReadOnly( false );" type="button" value="Make it editable again" style="display:none"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/replacebyclass.html b/skins/ckeditor/samples/replacebyclass.html new file mode 100644 index 0000000..6fc3e6f --- /dev/null +++ b/skins/ckeditor/samples/replacebyclass.html @@ -0,0 +1,57 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Replace Textareas by Class Name — CKEditor Sample</title> + <script src="../ckeditor.js"></script> + <link rel="stylesheet" href="sample.css"> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Replace Textarea Elements by Class Name + </h1> + <div class="description"> + <p> + This sample shows how to automatically replace all <code><textarea></code> elements + of a given class with a CKEditor instance. + </p> + <p> + To replace a <code><textarea></code> element, simply assign it the <code>ckeditor</code> + class, as in the code below: + </p> +<pre class="samples"> +<textarea <strong>class="ckeditor</strong>" name="editor1"></textarea> +</pre> + <p> + Note that other <code><textarea></code> attributes (like <code>id</code> or <code>name</code>) need to be adjusted to your document. + </p> + </div> + <form action="sample_posteddata.php" method="post"> + <p> + <label for="editor1"> + Editor 1: + </label> + <textarea class="ckeditor" cols="80" id="editor1" name="editor1" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> 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> <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&nbsp;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> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <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> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <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>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;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> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/replacebycode.html b/skins/ckeditor/samples/replacebycode.html new file mode 100644 index 0000000..e5a4c5b --- /dev/null +++ b/skins/ckeditor/samples/replacebycode.html @@ -0,0 +1,56 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Replace Textarea by Code — CKEditor Sample</title> + <script src="../ckeditor.js"></script> + <link href="sample.css" rel="stylesheet"> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Replace Textarea Elements Using JavaScript Code + </h1> + <form action="sample_posteddata.php" method="post"> + <div class="description"> + <p> + This editor is using an <code><iframe></code> element-based editing area, provided by the <strong>Wysiwygarea</strong> plugin. + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>' ) +</pre> + </div> + <textarea cols="80" id="editor1" name="editor1" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> 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> <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&nbsp;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> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <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> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <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>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;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> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + <script> + + // This call can be placed at any point after the + // <textarea>, or inside a <head><script> in a + // window.onload event handler. + + // Replace the <textarea id="editor"> with an CKEditor + // instance, using default configurations. + + CKEDITOR.replace( 'editor1' ); + + </script> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/sample.css b/skins/ckeditor/samples/sample.css new file mode 100644 index 0000000..8cc2eb9 --- /dev/null +++ b/skins/ckeditor/samples/sample.css @@ -0,0 +1,356 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ + +html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre +{ + line-height: 1.5; +} + +body +{ + padding: 10px 30px; +} + +input, textarea, select, option, optgroup, button, td, th +{ + font-size: 100%; +} + +pre, code, kbd, samp, tt +{ + font-family: monospace,monospace; + font-size: 1em; +} + +body { + width: 960px; + margin: 0 auto; +} + +code +{ + background: #f3f3f3; + border: 1px solid #ddd; + padding: 1px 4px; + + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +abbr +{ + border-bottom: 1px dotted #555; + cursor: pointer; +} + +.new, .beta +{ + text-transform: uppercase; + font-size: 10px; + font-weight: bold; + padding: 1px 4px; + margin: 0 0 0 5px; + color: #fff; + float: right; + + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +.new +{ + background: #FF7E00; + border: 1px solid #DA8028; + text-shadow: 0 1px 0 #C97626; + + -moz-box-shadow: 0 2px 3px 0 #FFA54E inset; + -webkit-box-shadow: 0 2px 3px 0 #FFA54E inset; + box-shadow: 0 2px 3px 0 #FFA54E inset; +} + +.beta +{ + background: #18C0DF; + border: 1px solid #19AAD8; + text-shadow: 0 1px 0 #048CAD; + font-style: italic; + + -moz-box-shadow: 0 2px 3px 0 #50D4FD inset; + -webkit-box-shadow: 0 2px 3px 0 #50D4FD inset; + box-shadow: 0 2px 3px 0 #50D4FD inset; +} + +h1.samples +{ + color: #0782C1; + font-size: 200%; + font-weight: normal; + margin: 0; + padding: 0; +} + +h1.samples a +{ + color: #0782C1; + text-decoration: none; + border-bottom: 1px dotted #0782C1; +} + +.samples a:hover +{ + border-bottom: 1px dotted #0782C1; +} + +h2.samples +{ + color: #000000; + font-size: 130%; + margin: 15px 0 0 0; + padding: 0; +} + +p, blockquote, address, form, pre, dl, h1.samples, h2.samples +{ + margin-bottom: 15px; +} + +ul.samples +{ + margin-bottom: 15px; +} + +.clear +{ + clear: both; +} + +fieldset +{ + margin: 0; + padding: 10px; +} + +body, input, textarea +{ + color: #333333; + font-family: Arial, Helvetica, sans-serif; +} + +body +{ + font-size: 75%; +} + +a.samples +{ + color: #189DE1; + text-decoration: none; +} + +form +{ + margin: 0; + padding: 0; +} + +pre.samples +{ + background-color: #F7F7F7; + border: 1px solid #D7D7D7; + overflow: auto; + padding: 0.25em; + white-space: pre-wrap; /* CSS 2.1 */ + word-wrap: break-word; /* IE7 */ + -moz-tab-size: 4; + -o-tab-size: 4; + -webkit-tab-size: 4; + tab-size: 4; +} + +#footer +{ + clear: both; + padding-top: 10px; +} + +#footer hr +{ + margin: 10px 0 15px 0; + height: 1px; + border: solid 1px gray; + border-bottom: none; +} + +#footer p +{ + margin: 0 10px 10px 10px; + float: left; +} + +#footer #copy +{ + float: right; +} + +#outputSample +{ + width: 100%; + table-layout: fixed; +} + +#outputSample thead th +{ + color: #dddddd; + background-color: #999999; + padding: 4px; + white-space: nowrap; +} + +#outputSample tbody th +{ + vertical-align: top; + text-align: left; +} + +#outputSample pre +{ + margin: 0; + padding: 0; +} + +.description +{ + border: 1px dotted #B7B7B7; + margin-bottom: 10px; + padding: 10px 10px 0; + overflow: hidden; +} + +label +{ + display: block; + margin-bottom: 6px; +} + +/** + * CKEditor editables are automatically set with the "cke_editable" class + * plus cke_editable_(inline|themed) depending on the editor type. + */ + +/* Style a bit the inline editables. */ +.cke_editable.cke_editable_inline +{ + cursor: pointer; +} + +/* Once an editable element gets focused, the "cke_focus" class is + added to it, so we can style it differently. */ +.cke_editable.cke_editable_inline.cke_focus +{ + box-shadow: inset 0px 0px 20px 3px #ddd, inset 0 0 1px #000; + outline: none; + background: #eee; + cursor: text; +} + +/* Avoid pre-formatted overflows inline editable. */ +.cke_editable_inline pre +{ + white-space: pre-wrap; + word-wrap: break-word; +} + +/** + * Samples index styles. + */ + +.twoColumns, +.twoColumnsLeft, +.twoColumnsRight +{ + overflow: hidden; +} + +.twoColumnsLeft, +.twoColumnsRight +{ + width: 45%; +} + +.twoColumnsLeft +{ + float: left; +} + +.twoColumnsRight +{ + float: right; +} + +dl.samples +{ + padding: 0 0 0 40px; +} +dl.samples > dt +{ + display: list-item; + list-style-type: disc; + list-style-position: outside; + margin: 0 0 3px; +} +dl.samples > dd +{ + margin: 0 0 3px; +} +.warning +{ + color: #ff0000; + background-color: #FFCCBA; + border: 2px dotted #ff0000; + padding: 15px 10px; + margin: 10px 0; +} + +/* Used on inline samples */ + +blockquote +{ + font-style: italic; + font-family: Georgia, Times, "Times New Roman", serif; + padding: 2px 0; + border-style: solid; + border-color: #ccc; + border-width: 0; +} + +.cke_contents_ltr blockquote +{ + padding-left: 20px; + padding-right: 8px; + border-left-width: 5px; +} + +.cke_contents_rtl blockquote +{ + padding-left: 8px; + padding-right: 20px; + border-right-width: 5px; +} + +img.right { + border: 1px solid #ccc; + float: right; + margin-left: 15px; + padding: 5px; +} + +img.left { + border: 1px solid #ccc; + float: left; + margin-right: 15px; + padding: 5px; +} diff --git a/skins/ckeditor/samples/sample.js b/skins/ckeditor/samples/sample.js new file mode 100644 index 0000000..b25482d --- /dev/null +++ b/skins/ckeditor/samples/sample.js @@ -0,0 +1,50 @@ +/** + * Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +// Tool scripts for the sample pages. +// This file can be ignored and is not required to make use of CKEditor. + +( function() { + CKEDITOR.on( 'instanceReady', function( ev ) { + // Check for sample compliance. + var editor = ev.editor, + meta = CKEDITOR.document.$.getElementsByName( 'ckeditor-sample-required-plugins' ), + requires = meta.length ? CKEDITOR.dom.element.get( meta[ 0 ] ).getAttribute( 'content' ).split( ',' ) : [], + missing = [], + i; + + if ( requires.length ) { + for ( i = 0; i < requires.length; i++ ) { + if ( !editor.plugins[ requires[ i ] ] ) + missing.push( '<code>' + requires[ i ] + '</code>' ); + } + + if ( missing.length ) { + var warn = CKEDITOR.dom.element.createFromHtml( + '<div class="warning">' + + '<span>To fully experience this demo, the ' + missing.join( ', ' ) + ' plugin' + ( missing.length > 1 ? 's are' : ' is' ) + ' required.</span>' + + '</div>' + ); + warn.insertBefore( editor.container ); + } + } + + // Set icons. + var doc = new CKEDITOR.dom.document( document ), + icons = doc.find( '.button_icon' ); + + for ( i = 0; i < icons.count(); i++ ) { + var icon = icons.getItem( i ), + name = icon.getAttribute( 'data-icon' ), + style = CKEDITOR.skin.getIconStyle( name, ( CKEDITOR.lang.dir == 'rtl' ) ); + + icon.addClass( 'cke_button_icon' ); + icon.addClass( 'cke_button__' + name + '_icon' ); + icon.setAttribute( 'style', style ); + icon.setStyle( 'float', 'none' ); + + } + } ); +} )(); diff --git a/skins/ckeditor/_samples/sample_posteddata.php b/skins/ckeditor/samples/sample_posteddata.php similarity index 58% rename from skins/ckeditor/_samples/sample_posteddata.php rename to skins/ckeditor/samples/sample_posteddata.php index 71cdd84..e4869b7 100644 --- a/skins/ckeditor/_samples/sample_posteddata.php +++ b/skins/ckeditor/samples/sample_posteddata.php @@ -1,5 +1,4 @@ -<?php /* - +<?php /* <body><pre> ------------------------------------------------------------------------------------------- CKEditor - Posted Data @@ -8,14 +7,10 @@ Please note that CKEditor can be used with any other server-side language than just PHP. 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 a database. - + side and write it to a file or the database. - Copyright 2003-2011, CKSource - Frederico Knabben. - All rights reserved. + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or <a href="http://ckeditor.com/license">http://ckeditor.com/license</a> ------------------------------------------------------------------------------------------- - - - -*/ include "assets/_posteddata.php"; ?> +</pre><div style="display:none"></body> */ include "assets/posteddata.php"; ?> diff --git a/skins/ckeditor/samples/tabindex.html b/skins/ckeditor/samples/tabindex.html new file mode 100644 index 0000000..8952166 --- /dev/null +++ b/skins/ckeditor/samples/tabindex.html @@ -0,0 +1,75 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>TAB Key-Based Navigation — CKEditor Sample</title> + <script src="../ckeditor.js"></script> + <link href="sample.css" rel="stylesheet"> + <style> + + .cke_focused, + .cke_editable.cke_focused + { + outline: 3px dotted blue !important; + *border: 3px dotted blue !important; /* For IE7 */ + } + + </style> + <script> + + CKEDITOR.on( 'instanceReady', function( evt ) { + var editor = evt.editor; + editor.setData( 'This editor has it\'s tabIndex set to <strong>' + editor.tabIndex + '</strong>' ); + + // Apply focus class name. + editor.on( 'focus', function() { + editor.container.addClass( 'cke_focused' ); + }); + editor.on( 'blur', function() { + editor.container.removeClass( 'cke_focused' ); + }); + + // Put startup focus on the first editor in tab order. + if ( editor.tabIndex == 1 ) + editor.focus(); + }); + + </script> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » TAB Key-Based Navigation + </h1> + <div class="description"> + <p> + This sample shows how tab key navigation among editor instances is + affected by the <code>tabIndex</code> attribute from + the original page element. Use TAB key to move between the editors. + </p> + </div> + <p> + <textarea class="ckeditor" cols="80" id="editor4" rows="10" tabindex="1"></textarea> + </p> + <div class="ckeditor" contenteditable="true" id="editor1" tabindex="4"></div> + <p> + <textarea class="ckeditor" cols="80" id="editor2" rows="10" tabindex="2"></textarea> + </p> + <p> + <textarea class="ckeditor" cols="80" id="editor3" rows="10" tabindex="3"></textarea> + </p> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/uicolor.html b/skins/ckeditor/samples/uicolor.html new file mode 100644 index 0000000..ce4b2a2 --- /dev/null +++ b/skins/ckeditor/samples/uicolor.html @@ -0,0 +1,69 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>UI Color Picker — CKEditor Sample</title> + <script src="../ckeditor.js"></script> + <link rel="stylesheet" href="sample.css"> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » UI Color + </h1> + <div class="description"> + <p> + This sample shows how to automatically replace <code><textarea></code> elements + with a CKEditor instance with an option to change the color of its user interface.<br> + <strong>Note:</strong>The UI skin color feature depends on the CKEditor skin + compatibility. The Moono and Kama skins are examples of skins that work with it. + </p> + </div> + <form action="sample_posteddata.php" method="post"> + <p> + This editor instance has a UI color value defined in configuration to change the skin color, + To specify the color of the user interface, set the <code>uiColor</code> property: + </p> + <pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + <strong>uiColor: '#14B8C4'</strong> +});</pre> + <p> + Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of + the <code><textarea></code> element to be replaced. + </p> + <p> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + + // Replace the <textarea id="editor"> with an CKEditor + // instance, using default configurations. + CKEDITOR.replace( 'editor1', { + uiColor: '#14B8C4', + toolbar: [ + [ 'Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink' ], + [ 'FontSize', 'TextColor', 'BGColor' ] + ] + }); + + </script> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/uilanguages.html b/skins/ckeditor/samples/uilanguages.html new file mode 100644 index 0000000..66acca4 --- /dev/null +++ b/skins/ckeditor/samples/uilanguages.html @@ -0,0 +1,119 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>User Interface Globalization — CKEditor Sample</title> + <script src="../ckeditor.js"></script> + <script src="assets/uilanguages/languages.js"></script> + <link rel="stylesheet" href="sample.css"> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » User Interface Languages + </h1> + <div class="description"> + <p> + This sample shows how to automatically replace <code><textarea></code> elements + with a CKEditor instance with an option to change the language of its user interface. + </p> + <p> + It pulls the language list from CKEditor <code>_languages.js</code> file that contains the list of supported languages and creates + a drop-down list that lets the user change the UI language. + </p> + <p> + By default, CKEditor automatically localizes the editor to the language of the user. + The UI language can be controlled with two configuration options: + <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-language">language</a></code> and + <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-defaultLanguage"> + defaultLanguage</a></code>. The <code>defaultLanguage</code> setting specifies the + default CKEditor language to be used when a localization suitable for user's settings is not available. + </p> + <p> + To specify the user interface language that will be used no matter what language is + specified in user's browser or operating system, set the <code>language</code> property: + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + // Load the German interface. + <strong>language: 'de'</strong> +});</pre> + <p> + Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of + the <code><textarea></code> element to be replaced. + </p> + </div> + <form action="sample_posteddata.php" method="post"> + <p> + Available languages (<span id="count"> </span> languages!):<br> + <script> + + document.write( '<select disabled="disabled" id="languages" onchange="createEditor( this.value );">' ); + + // Get the language list from the _languages.js file. + for ( var i = 0 ; i < window.CKEDITOR_LANGS.length ; i++ ) { + document.write( + '<option value="' + window.CKEDITOR_LANGS[i].code + '">' + + window.CKEDITOR_LANGS[i].name + + '</option>' ); + } + + document.write( '</select>' ); + + </script> + <br> + <span style="color: #888888"> + (You may see strange characters if your system does not support the selected language) + </span> + </p> + <p> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + + // Set the number of languages. + document.getElementById( 'count' ).innerHTML = window.CKEDITOR_LANGS.length; + + var editor; + + function createEditor( languageCode ) { + if ( editor ) + editor.destroy(); + + // Replace the <textarea id="editor"> with an CKEditor + // instance, using default configurations. + editor = CKEDITOR.replace( 'editor1', { + language: languageCode, + + on: { + instanceReady: function() { + // Wait for the editor to be ready to set + // the language combo. + var languages = document.getElementById( 'languages' ); + languages.value = this.langCode; + languages.disabled = false; + } + } + }); + } + + // At page startup, load the default language: + createEditor( '' ); + + </script> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/samples/xhtmlstyle.html b/skins/ckeditor/samples/xhtmlstyle.html new file mode 100644 index 0000000..f219d11 --- /dev/null +++ b/skins/ckeditor/samples/xhtmlstyle.html @@ -0,0 +1,231 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>XHTML Compliant Output — CKEditor Sample</title> + <meta name="ckeditor-sample-required-plugins" content="sourcearea"> + <script src="../ckeditor.js"></script> + <script src="../samples/sample.js"></script> + <link href="sample.css" rel="stylesheet"> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Producing XHTML Compliant Output + </h1> + <div class="description"> + <p> + This sample shows how to configure CKEditor to output valid + <a class="samples" href="http://www.w3.org/TR/xhtml11/">XHTML 1.1</a> code. + Deprecated elements (<code><font></code>, <code><u></code>) or attributes + (<code>size</code>, <code>face</code>) will be replaced with XHTML compliant code. + </p> + <p> + To add a CKEditor instance outputting valid XHTML code, load the editor using a standard + JavaScript call and define CKEditor features to use the XHTML compliant elements and styles. + </p> + <p> + A snippet of the configuration code can be seen below; check the source of this page for + full definition: + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + contentsCss: 'assets/outputxhtml.css', + + coreStyles_bold: { + element: 'span', + attributes: { 'class': 'Bold' } + }, + coreStyles_italic: { + element: 'span', + attributes: { 'class': 'Italic' } + }, + + ... +});</pre> + </div> + <form action="sample_posteddata.php" method="post"> + <p> + <label for="editor1"> + Editor 1: + </label> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <span class="Bold">sample text</span>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + + CKEDITOR.replace( 'editor1', { + /* + * Style sheet for the contents + */ + contentsCss: 'assets/outputxhtml/outputxhtml.css', + + /* + * Special allowed content rules for spans used by + * font face, size, and color buttons. + * + * Note: all rules have been written separately so + * it was possible to specify required classes. + */ + extraAllowedContent: 'span(!FontColor1);span(!FontColor2);span(!FontColor3);' + + 'span(!FontColor1BG);span(!FontColor2BG);span(!FontColor3BG);' + + 'span(!FontComic);span(!FontCourier);span(!FontTimes);' + + 'span(!FontSmaller);span(!FontLarger);span(!FontSmall);span(!FontBig);span(!FontDouble)', + + /* + * Core styles. + */ + coreStyles_bold: { + element: 'span', + attributes: { 'class': 'Bold' } + }, + coreStyles_italic: { + element: 'span', + attributes: { 'class': 'Italic' } + }, + coreStyles_underline: { + element: 'span', + attributes: { 'class': 'Underline' } + }, + coreStyles_strike: { + element: 'span', + attributes: { 'class': 'StrikeThrough' }, + overrides: 'strike' + }, + coreStyles_subscript: { + element: 'span', + attributes: { 'class': 'Subscript' }, + overrides: 'sub' + }, + coreStyles_superscript: { + element: 'span', + attributes: { 'class': 'Superscript' }, + overrides: 'sup' + }, + + /* + * Font face. + */ + + // List of fonts available in the toolbar combo. Each font definition is + // separated by a semi-colon (;). We are using class names here, so each font + // is defined by {Combo Label}/{Class Name}. + font_names: 'Comic Sans MS/FontComic;Courier New/FontCourier;Times New Roman/FontTimes', + + // Define the way font elements will be applied to the document. The "span" + // element will be used. When a font is selected, the font name defined in the + // above list is passed to this definition with the name "Font", being it + // injected in the "class" attribute. + // We must also instruct the editor to replace span elements that are used to + // set the font (Overrides). + font_style: { + element: 'span', + attributes: { 'class': '#(family)' }, + overrides: [ + { + element: 'span', + attributes: { + 'class': /^Font(?:Comic|Courier|Times)$/ + } + } + ] + }, + + /* + * Font sizes. + */ + fontSize_sizes: 'Smaller/FontSmaller;Larger/FontLarger;8pt/FontSmall;14pt/FontBig;Double Size/FontDouble', + fontSize_style: { + element: 'span', + attributes: { 'class': '#(size)' }, + overrides: [ + { + element: 'span', + attributes: { + 'class': /^Font(?:Smaller|Larger|Small|Big|Double)$/ + } + } + ] + } , + + /* + * Font colors. + */ + colorButton_enableMore: false, + + colorButton_colors: 'FontColor1/FF9900,FontColor2/0066CC,FontColor3/F00', + colorButton_foreStyle: { + element: 'span', + attributes: { 'class': '#(color)' }, + overrides: [ + { + element: 'span', + attributes: { + 'class': /^FontColor(?:1|2|3)$/ + } + } + ] + }, + + colorButton_backStyle: { + element: 'span', + attributes: { 'class': '#(color)BG' }, + overrides: [ + { + element: 'span', + attributes: { + 'class': /^FontColor(?:1|2|3)BG$/ + } + } + ] + }, + + /* + * Indentation. + */ + indentClasses: [ 'Indent1', 'Indent2', 'Indent3' ], + + /* + * Paragraph justification. + */ + justifyClasses: [ 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyFull' ], + + /* + * Styles combo. + */ + stylesSet: [ + { name: 'Strong Emphasis', element: 'strong' }, + { name: 'Emphasis', element: 'em' }, + + { name: 'Computer Code', element: 'code' }, + { name: 'Keyboard Phrase', element: 'kbd' }, + { name: 'Sample Text', element: 'samp' }, + { name: 'Variable', element: 'var' }, + + { name: 'Deleted Text', element: 'del' }, + { name: 'Inserted Text', element: 'ins' }, + + { name: 'Cited Work', element: 'cite' }, + { name: 'Inline Quotation', element: 'q' } + ] + }); + + </script> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/skins/ckeditor/skins/kama/dialog.css b/skins/ckeditor/skins/kama/dialog.css deleted file mode 100644 index d08b36f..0000000 --- a/skins/ckeditor/skins/kama/dialog.css +++ /dev/null @@ -1,10 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -body .cke_dialog{visibility:visible;}.cke_skin_kama table.cke_dialog.cke_browser_gecko{display:block;}.cke_skin_kama .cke_dialog_body{z-index:1;border:solid 1px #ddd;padding:5px;background-color:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;position:relative;_position:static;}.cke_skin_kama .cke_dialog_tl,.cke_skin_kama .cke_dialog_tr,.cke_skin_kama .cke_dialog_tc,.cke_skin_kama .cke_dialog_bl,.cke_skin_kama .cke_dialog_br,.cke_skin_kama .cke_dialog_bc,.cke_skin_kama .cke_dialog_ml,.cke_skin_kama .cke_dialog_mr{display:none;}.cke_skin_kama .cke_dialog_title{font-weight:bold;font-size:14px;padding:3px 3px 8px;cursor:move;position:relative;border-bottom:1px solid #eee;}.cke_skin_kama .cke_browser_iequirks .cke_dialog_title,.cke_skin_kama .cke_browser_ie6 .cke_dialog_title,.cke_skin_kama .cke_browser_ie7 .cke_dialog_title{margin-bottom:22px;}.cke_skin_kama .cke_browser_iequirks.cke_single_page .cke_dialog_title,.cke_skin_kama .cke_browser_ie6.cke_single_page .cke_dialog_title,.cke_skin_kama .cke_browser_ie7.cke_single_page .cke_dialog_title{margin-bottom:10px;}.cke_skin_kama .cke_dialog_contents{background-color:#ebebeb;border:solid 1px #fff;border-bottom:none;overflow:auto;padding:17px 10px 5px 10px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;margin-top:22px;}.cke_skin_kama .cke_dialog_footer{text-align:right;background-color:#ebebeb;border:solid 1px #fff;border-bottom:none;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}.cke_skin_kama .cke_rtl .cke_dialog_footer{text-align:left;}.cke_skin_kama .cke_dialog_footer .cke_resizer{margin-top:20px;}.cke_skin_kama .cke_browser_iequirks .cke_dialog_footer .cke_resizer,.cke_skin_kama .cke_browser_ie6 .cke_dialog_footer .cke_resizer{margin-top:27px;}.cke_skin_kama .cke_dialog_tabs{height:23px;display:inline-block;_display:block;margin-left:10px;margin-right:10px;margin-top:11px;position:absolute;z-index:2;}.cke_skin_kama .cke_browser_iequirks .cke_dialog_tabs,.cke_skin_kama .cke_browser_ie6 .cke_dialog_tabs,.cke_skin_kama .cke_browser_ie7 .cke_dialog_tabs{top:33px;}.cke_skin_kama .cke_rtl .cke_dialog_tabs{right:10px;}.cke_skin_kama a.cke_dialog_tab,.cke_skin_kama a:link.cke_dialog_tab,.cke_skin_kama a:active.cke_dialog_tab,.cke_skin_kama a:hover.cke_dialog_tab,.cke_skin_kama a:visited.cke_dialog_tab{background-image:url(images/sprites.png);background-repeat:repeat-x;background-position:0 -1323px;background-color:#ebebeb;height:14px;padding:4px 8px;display:inline-block;cursor:pointer;}.cke_skin_kama .cke_browser_gecko18 a.cke_dialog_tab,.cke_skin_kama .cke_browser_gecko18 a:link.cke_dialog_tab,.cke_skin_kama .cke_browser_gecko18 a:active.cke_dialog_tab,.cke_skin_kama .cke_browser_gecko18 a:hover.cke_dialog_tab,.cke_skin_kama .cke_browser_gecko18 a:visited.cke_dialog_tab{display:inline;position:relative;top:6px;}.cke_skin_kama a:hover.cke_dialog_tab{background-color:#f1f1e3;}.cke_skin_kama .cke_hc a:hover.cke_dialog_tab{padding:2px 6px!important;border-width:3px;}.cke_skin_kama a.cke_dialog_tab_selected,.cke_skin_kama a:link.cke_dialog_tab_selected,.cke_skin_kama a:active.cke_dialog_tab_selected,.cke_skin_kama a:hover.cke_dialog_tab_selected,.cke_skin_kama a:visited.cke_dialog_tab_selected{background-position:0 -1279px;cursor:default;}.cke_skin_kama .cke_hc a.cke_dialog_tab_selected,.cke_skin_kama .cke_hc a:link.cke_dialog_tab_selected,.cke_skin_kama .cke_hc a:active.cke_dialog_tab_selected,.cke_skin_kama .cke_hc a:hover.cke_dialog_tab_selected,.cke_skin_kama .cke_hc a:visited.cke_dialog_tab_selected{padding:2px 6px!important;border-width:3px;}.cke_skin_kama .cke_single_page .cke_dialog_tabs{display:none;}.cke_skin_kama .cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:10px;}.cke_skin_kama .cke_browser_ie7.cke_single_page .cke_dialog_contents{margin-top:0;position:relative;margin-bottom:-22px;} -.cke_skin_kama .cke_dialog_ui_vbox table,.cke_skin_kama .cke_dialog_ui_hbox table{margin:auto;}.cke_skin_kama .cke_dialog_ui_vbox_child{padding:5px 0;}.cke_skin_kama input.cke_dialog_ui_input_text,.cke_skin_kama input.cke_dialog_ui_input_password{background-color:white;border:none;padding:0;width:100%;height:14px;}.cke_skin_kama div.cke_dialog_ui_input_text,.cke_skin_kama div.cke_dialog_ui_input_password{background-color:white;border:1px solid #a0a0a0;padding:1px 0;_width:99.9%;}.cke_skin_kama .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_text,.cke_skin_kama .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_text,.cke_skin_kama .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_password,.cke_skin_kama .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px;}.cke_skin_kama .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text,.cke_skin_kama .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_text,.cke_skin_kama .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_password,.cke_skin_kama .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px;}.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_vbox_child,.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_child,.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_first,.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important;}.cke_skin_kama .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px;}.cke_skin_kama .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_text,.cke_skin_kama .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_password{border-width:0;}.cke_skin_kama .cke_browser_gecko18.cke_hc div.cke_dialog_ui_input_text,.cke_skin_kama .cke_browser_gecko18.cke_hc div.cke_dialog_ui_input_password{border-width:1px;}.cke_skin_kama textarea.cke_dialog_ui_input_textarea{background-color:white;border:none;padding:0;width:100%;_width:99%;overflow:auto;resize:none;}.cke_skin_kama div.cke_dialog_ui_input_textarea{background-color:white;border:1px solid #a0a0a0;padding:1px 0;}.cke_skin_kama div.cke_disabled .cke_dialog_ui_labeled_content *{background-color:#a0a0a0;cursor:default;}.cke_skin_kama .cke_rtl .cke_dialog_ui_labeled_content{_width:95%;}.cke_skin_kama .cke_dialog_ui_hbox{width:100%;}.cke_skin_kama .cke_dialog_ui_hbox_first,.cke_skin_kama .cke_dialog_ui_hbox_child,.cke_skin_kama .cke_dialog_ui_hbox_last{vertical-align:top;}.cke_skin_kama .cke_ltr .cke_dialog_ui_hbox_first,.cke_skin_kama .cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px;}.cke_skin_kama .cke_rtl .cke_dialog_ui_hbox_first,.cke_skin_kama .cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px;}.cke_skin_kama a.cke_dialog_ui_button{border-collapse:separate;cursor:default;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background:transparent url(images/sprites.png) repeat-x scroll 0 -1069px;_background:none;padding:5px 0;text-align:center;}.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button{padding:0;}.cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button span{width:70px;}.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span,.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span{width:100px;}.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span,.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span,.cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button span{padding:5px 15px;text-align:center;color:#3b3b1f;background:#53D9F0 none;display:inline-block;cursor:default;}.cke_skin_kama .cke_browser_webkit a.cke_dialog_ui_button span.cke_dialog_ui_button{margin:0;}.cke_skin_kama .cke_browser_webkit a.cke_dialog_ui_button{display:inline-block;padding-top:3px;padding-bottom:2px;margin:2px 0;}.cke_skin_kama a.cke_dialog_ui_button_ok span,.cke_skin_kama a.cke_dialog_ui_button_cancel span{width:60px;padding-right:20px;padding-left:20px;}.cke_skin_kama a.cke_dialog_ui_button_ok{background-position:0 -1143px;}.cke_skin_kama a.cke_dialog_ui_button_ok span{background:transparent url(images/sprites.png) no-repeat scroll right -1219px;}.cke_skin_kama .cke_rtl a.cke_dialog_ui_button_ok span{background-position:left -1219px;} -.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_ok span,.cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_ok span{background-color:#B8E834;margin-right:0;}.cke_skin_kama a.cke_dialog_ui_button_cancel{background-position:0 -1104px;}.cke_skin_kama a.cke_dialog_ui_button_cancel span{background:transparent url(images/sprites.png) no-repeat scroll right -1245px;}.cke_skin_kama .cke_rtl a.cke_dialog_ui_button_cancel span{background-position:left -1245px;}.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_cancel span,.cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_cancel span{background-color:#F65D20;}.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_cancel span,.cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_cancel span,.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_ok span,.cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_ok span{background-image:none;}.cke_skin_kama span.cke_dialog_ui_button{padding:2px 10px;text-align:center;color:#222;display:inline-block;cursor:default;min-width:60px;+margin:2px 0;}.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons span.cke_dialog_ui_button{display:block;}.cke_skin_kama a.cke_dialog_ui_button span.cke_disabled{border:#898980 1px solid;color:#5e5e55;background-color:#c5c5b3;}.cke_skin_kama a:hover.cke_dialog_ui_button,.cke_skin_kama a:focus.cke_dialog_ui_button,.cke_skin_kama a:active.cke_dialog_ui_button{background-position:0 -1179px;}.cke_skin_kama .cke_hc a:hover.cke_dialog_ui_button,.cke_skin_kama .cke_hc a:focus.cke_dialog_ui_button,.cke_skin_kama .cke_hc a:active.cke_dialog_ui_button{border-width:2px;}.cke_skin_kama .cke_browser_iequirks a:hover.cke_dialog_ui_button span,.cke_skin_kama .cke_browser_iequirks a:focus.cke_dialog_ui_button span,.cke_skin_kama .cke_browser_iequirks a:active.cke_dialog_ui_button span,.cke_skin_kama .cke_browser_ie6 a:hover.cke_dialog_ui_button span,.cke_skin_kama .cke_browser_ie6 a:focus.cke_dialog_ui_button span,.cke_skin_kama .cke_browser_ie6 a:active.cke_dialog_ui_button span{background-image:none;background:#F7A922;}.cke_skin_kama .cke_dialog_footer_buttons{display:inline-table;margin-right:12px;margin-left:12px;width:auto;position:relative;}.cke_skin_kama .cke_browser_ie7 .cke_dialog_footer_buttons{position:static;}.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons{display:inline;}.cke_skin_kama .cke_dialog_footer_buttons span.cke_dialog_ui_button{margin:7px 0;text-align:center;}.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons a.cke_dialog_ui_button{display:block;padding:0;}.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons span.cke_dialog_ui_button{padding-bottom:5px;padding-top:6px;margin-bottom:0;}.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons .cke_dialog_ui_button_ok .cke_dialog_ui_button{background-position:right -1214px;}.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons .cke_dialog_ui_button_cancel .cke_dialog_ui_button{background-position:right -1242px;}.cke_skin_kama .cke_browser_ie9.cke_rtl .cke_dialog_footer_buttons td{padding-left:2px;}.cke_skin_kama strong{font-weight:bold;}.cke_skin_kama .cke_dialog .cke_dialog_body .cke_dialog_close_button{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;_background-image:url(images/sprites_ie6.png);}.cke_skin_kama .cke_dialog_close_button span{display:none;}.cke_skin_kama .cke_dialog_close_button:hover{background-position:0 -1045px;}.cke_skin_kama .cke_ltr .cke_dialog_close_button{right:10px;}.cke_skin_kama .cke_browser_ie8.cke_rtl .cke_dialog_close_button{left:8px;}.cke_skin_kama .cke_rtl .cke_dialog_close_button{left:10px;}.cke_skin_kama .cke_browser_ie7.cke_rtl .cke_dialog_close_button{left:16px;top:0;}.cke_skin_kama .cke_browser_ie7.cke_rtl .cke_dialog_close_button{position:absolute;left:10px;top:5px;}.cke_skin_kama .cke_browser_ie7.cke_single_page .cke_dialog_footer{margin-top:22px;}.cke_skin_kama .cke_browser_ie6 .cke_dialog_close_button,.cke_skin_kama .cke_browser_iequirks .cke_dialog_close_button{top:7px;} -.cke_skin_kama .cke_browser_ie7.cke_ltr .cke_dialog_close_button{margin-top:0;}.cke_skin_kama .cke_dialog_ui_input_select{border:1px solid #a0a0a0;background-color:white;}.cke_skin_kama .cke_dialog_ui_input_file{width:100%;height:25px;}.cke_skin_kama .cke_dialog .cke_dark_background{background-color:#eaead1;}.cke_skin_kama .cke_dialog .cke_hand{cursor:pointer;}.cke_skin_kama .cke_dialog .cke_centered{text-align:center;}.cke_skin_kama .cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px none;font-size:1px;}.cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_reset{float:left;}.cke_skin_kama .cke_dialog a.cke_btn_locked,.cke_skin_kama .cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px;}.cke_skin_kama .cke_dialog a.cke_btn_locked .cke_icon{display:none;}.cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_locked,.cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_unlocked{float:right;}.cke_skin_kama .cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.gif);}.cke_skin_kama .cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer;}.cke_skin_kama .cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white;}.cke_skin_kama .cke_dialog .ImagePreviewBox table td{white-space:normal;}.cke_skin_kama .cke_browser_iequirks .cke_dialog_page_contents{_position:absolute;}.cke_skin_kama .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_skin_kama .cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white;}.cke_skin_kama .cke_dialog .cke_pastetext{width:346px;height:170px;}.cke_skin_kama .cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none;}.cke_skin_kama .cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid black;}.cke_skin_kama .cke_dialog .cke_dark_background{text-align:center;background-color:#eaead1;font-size:14px;}.cke_skin_kama .cke_dialog .cke_light_background{text-align:center;background-color:#ffffbe;}.cke_skin_kama .cke_dialog .cke_hand{cursor:pointer;}.cke_skin_kama .cke_disabled{color:#a0a0a0;}.cke_skin_kama .cke_hc .cke_dialog_title,.cke_skin_kama .cke_hc .cke_dialog_tabs,.cke_skin_kama .cke_hc .cke_dialog_contents,.cke_skin_kama .cke_hc .cke_dialog_footer{border-left:1px solid;border-right:1px solid;}.cke_skin_kama .cke_hc .cke_dialog_title{border-top:1px solid;}.cke_skin_kama .cke_hc .cke_dialog_footer{border-bottom:1px solid;}.cke_skin_kama .cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px;}.cke_skin_kama .cke_dialog_body .cke_label{display:none;}.cke_skin_kama .cke_dialog_body label.cke_required{font-weight:bold;}.cke_skin_kama .cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit;}.cke_skin_kama .cke_hc a.cke_btn_locked,.cke_skin_kama .cke_hc a.cke_btn_unlocked,.cke_skin_kama .cke_hc a.cke_btn_reset{border-style:solid;float:left;width:auto;height:auto;padding:0 2px;}.cke_skin_kama .cke_rtl.cke_hc a.cke_btn_locked,.cke_skin_kama .cke_rtl.cke_hc a.cke_btn_unlocked,.cke_skin_kama .cke_rtl.cke_hc a.cke_btn_reset{float:right;}.cke_skin_kama .cke_hc a.cke_btn_locked .cke_icon{display:inline;}.cke_skin_kama a.cke_smile img{border:2px solid #eaead1;}.cke_skin_kama a.cke_smile:focus img,.cke_skin_kama a.cke_smile:active img,.cke_skin_kama a.cke_smile:hover img{border-color:#C7C78F;}.cke_skin_kama .cke_hc .cke_dialog_tabs a,.cke_skin_kama .cke_hc .cke_dialog_footer a{opacity:1.0;filter:alpha(opacity=100);border:1px solid white;}.cke_skin_kama .cke_hc .ImagePreviewBox{width:260px;}.cke_skin_kama .cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px;} -.cke_skin_kama .cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px;} diff --git a/skins/ckeditor/skins/kama/editor.css b/skins/ckeditor/skins/kama/editor.css deleted file mode 100644 index db786e9..0000000 --- a/skins/ckeditor/skins/kama/editor.css +++ /dev/null @@ -1,13 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -.cke_skin_kama *,.cke_skin_kama a:hover,.cke_skin_kama a:link,.cke_skin_kama a:visited,.cke_skin_kama a:active{margin:0;padding:0;border:0;background:transparent;text-decoration:none;font:normal normal normal 100% Sans-Serif;width:auto;height:auto;border-collapse:collapse;text-align:left;vertical-align:baseline;white-space:nowrap;cursor:auto;color:#000;font-size:12px;font-family:Arial,Helvetica,Tahoma,Verdana,Sans-Serif;}.cke_skin_kama .cke_rtl *,.cke_skin_kama .cke_rtl a:hover,.cke_skin_kama .cke_rtl a:link,.cke_skin_kama .cke_rtl a:visited,.cke_skin_kama .cke_rtl a:active,.cke_rtl .cke_skin_kama *,.cke_rtl .cke_skin_kama a:hover,.cke_rtl .cke_skin_kama a:link,.cke_rtl .cke_skin_kama a:visited,.cke_rtl .cke_skin_kama a:active{text-align:right;}.cke_skin_kama iframe{vertical-align:inherit;}.cke_skin_kama textarea{white-space:pre;}.cke_skin_kama .cke_browser_gecko textarea{cursor:text;}.cke_skin_kama .cke_browser_gecko textarea[disabled]{cursor:default;}.cke_skin_kama input[type="text"],.cke_skin_kama input[type="password"]{cursor:text;}.cke_skin_kama input[type="text"][disabled],.cke_skin_kama input[type="password"][disabled]{cursor:default;}.cke_skin_kama fieldset{padding:10px;border:2px groove #E0DFE3;}.cke_skin_kama{display:block;}span.cke_skin_kama{border:none;padding:0;}.cke_skin_kama span.cke_browser_webkit,.cke_skin_kama span.cke_browser_gecko18{display:block;}.cke_skin_kama .cke_wrapper{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background-color:#d3d3d3;background-image:url(images/sprites.png);background-repeat:repeat-x;background-position:0 -1950px;display:block;_display:inline-block;padding:5px;}.cke_shared .cke_skin_kama .cke_wrapper{padding-bottom:0;}.cke_skin_kama .cke_browser_ie6 .cke_wrapper,.cke_skin_kama .cke_browser_iequirks .cke_wrapper{background-image:none;}.cke_skin_kama .cke_editor{display:inline-table;width:100%;}.cke_skin_kama .cke_browser_webkit .cke_editor{display:table;}.cke_skin_kama .ltr .cke_browser_ie iframe{margin-right:-10px;}.cke_skin_kama .rtl .cke_browser_ie iframe{margin-left:-10px;}.cke_skin_kama .cke_browser_opera .cke_editor.cke_skin_kama .cke_resizer{display:table;}.cke_skin_kama .cke_contents{margin:5px;}.cke_skin_kama .cke_hc .cke_contents{border:1px solid black;}.cke_skin_kama .cke_contents iframe{background-color:#fff;}.cke_skin_kama .cke_focus{outline:auto 5px -webkit-focus-ring-color;}.cke_skin_kama textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre;}.cke_skin_kama .cke_browser_iequirks textarea.cke_source{_white-space:normal;}.cke_skin_kama .cke_resizer{width:12px;height:12px;margin-top:9px;display:block;float:right;background-image:url(images/sprites.png);_background-image:url(images/sprites_ie6.png);background-position:0 -1428px;background-repeat:no-repeat;cursor:se-resize;}.cke_skin_kama .cke_browser_air .cke_resizer,.cke_skin_kama .cke_browser_air .cke_rtl .cke_resizer{cursor:move;}.cke_skin_kama .cke_resizer_rtl{cursor:sw-resize;background-position:0 -1455px;float:left;}.cke_skin_kama .cke_resizer_horizontal,.cke_skin_kama .cke_rtl .cke_resizer_horizontal{cursor:e-resize;}.cke_skin_kama .cke_resizer_vertical,.cke_skin_kama .cke_rtl .cke_resizer_vertical{cursor:n-resize;}.cke_skin_kama .cke_maximized .cke_resizer{display:none;}.cke_skin_kama .cke_browser_ie6 .cke_contents textarea,.cke_skin_kama .cke_browser_ie7 .cke_contents textarea{position:absolute;}.cke_skin_kama .cke_browser_ie.cke_browser_quirks .cke_contents iframe{position:absolute;top:0;}.cke_skin_kama .cke_browser_ie6 .cke_editor,.cke_skin_kama .cke_browser_ie7 .cke_editor{display:inline-block;}.cke_skin_kama .cke_browser_ie6 .cke_editor,.cke_shared .cke_skin_kama .cke_browser_ie7 .cke_wrapper{padding-bottom:5px;}.cke_skin_kama .cke_voice_label{display:none;}.cke_skin_kama legend.cke_voice_label{display:none;}.cke_skin_kama .cke_browser_ie legend.cke_voice_label{position:absolute;display:block;width:0;height:0;overflow:hidden;}.cke_skin_kama .cke_panel{border:1px solid #8f8f73;background-color:#fff;width:120px;height:100px;overflow:hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;} -.cke_skin_kama .cke_contextmenu{margin:0;}.cke_skin_kama .cke_panel iframe{width:100%;height:100%;}html.cke_skin_kama_container{overflow:auto;overflow-x:hidden;}body.cke_panel_frame{overflow:auto;}.cke_panel_frame .cke_label{display:none;}ul.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap;}li.cke_panel_listItem{margin:0;}.cke_panel_listItem a{padding:2px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;}* 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 #ccc;background-color:#e9f5ff;}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#316ac5;background-color:#dff1ff;}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border-width:3px;padding:0;}.cke_panel_grouptitle{font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;font-weight:bold;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px;}.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:3px;margin-bottom:3px;}.cke_skin_kama .cke_button_textcolor_panel,.cke_skin_kama .cke_button_bgcolor_panel{width:150px;height:135px;}.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;}.cke_rtl a.cke_colorbox{float:right;}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#316ac5 1px solid;background-color:#dff1ff;}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:#316ac5 1px solid;background-color:#dff1ff;}@media print{.cke_skin_kama .cke_toolbox{display:none;}}.cke_skin_kama .cke_browser_webkit .cke_toolbox,.cke_skin_kama .cke_browser_webkit .cke_toolbox>span{white-space:normal;}.cke_skin_kama .cke_toolbox{clear:both;padding-bottom:1px;}.cke_skin_kama a.cke_toolbox_collapser,.cke_skin_kama a:hover.cke_toolbox_collapser{background-image:url(images/sprites.png);_background-image:url(images/sprites_ie6.png);background-position:3px -1366px;background-repeat:no-repeat;width:11px;height:11px;float:right;border:1px outset #D3D3D3;margin:11px 0 2px;cursor:pointer;}.cke_skin_kama .cke_rtl a.cke_toolbox_collapser,.cke_skin_kama .cke_rtl a:hover.cke_toolbox_collapser{float:left;}.cke_skin_kama a.cke_toolbox_collapser span{display:none;}.cke_skin_kama .cke_hc a.cke_toolbox_collapser span{font-size:10px;font-weight:bold;font-family:Arial;display:inline;}.cke_skin_kama a.cke_toolbox_collapser_min,.cke_skin_kama a:hover.cke_toolbox_collapser_min{background-image:url(images/sprites.png);_background-image:url(images/sprites_ie6.png);background-position:4px -1387px;background-repeat:no-repeat;margin:2px 4px;}.cke_skin_kama .cke_rtl a.cke_toolbox_collapser_min,.cke_skin_kama .cke_rtl a:hover.cke_toolbox_collapser_min{background-position:4px -1408px;}.cke_skin_kama .cke_separator{display:inline-block;border-left:solid 1px #D3D3D3;margin:3px 2px 0;height:16px;vertical-align:top;}.cke_skin_kama .cke_break{font-size:0;clear:left;}.cke_skin_kama .cke_rtl .cke_break{clear:right;}.cke_skin_kama .cke_toolbar_start{display:none;}.cke_skin_kama .cke_toolgroup{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background-image:url(images/sprites.png);_background-image:url(images/sprites_ie6.png);background-repeat:repeat-x;background-position:0 -500px;float:left;margin-right:6px;margin-bottom:5px;padding:2px;display:inline;} -.cke_skin_kama .cke_rtl .cke_toolgroup{float:right;margin-right:0;margin-left:6px;}.cke_skin_kama .cke_button a,.cke_skin_kama .cke_button a:hover,.cke_skin_kama .cke_button a:focus,.cke_skin_kama .cke_button a:active,.cke_skin_kama .cke_button a.cke_off{border-radius:3px;outline:none;padding:2px 4px;height:18px;display:inline-block;cursor:default;}.cke_skin_kama .cke_button a,.cke_skin_kama .cke_button a.cke_off{filter:alpha(opacity=70);opacity:.70;-moz-border-radius:3px;-webkit-border-radius:3px;}.cke_skin_kama .cke_hc .cke_button a,.cke_skin_kama .cke_hc .cke_button a.cke_off{opacity:1.0;filter:alpha(opacity=100);border:1px solid white;}.cke_skin_kama .cke_button a.cke_on{background-color:#a3d7ff;filter:alpha(opacity=100);opacity:1;padding:2px 4px;}.cke_skin_kama .cke_hc .cke_button a.cke_on{padding:0 2px!important;border-width:3px;}.cke_skin_kama .cke_button a.cke_disabled *{filter:alpha(opacity=30);opacity:.3;}.cke_skin_kama .cke_browser_ie .cke_button a.cke_disabled *,.cke_skin_kama .cke_browser_ie a:hover.cke_button .cke_disabled *{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30);}.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button a.cke_disabled *,.cke_skin_kama .cke_browser_ie .cke_rtl a:hover.cke_button .cke_disabled *{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30);}.cke_skin_kama .cke_browser_ie6 .cke_button a.cke_disabled *,.cke_skin_kama .cke_browser_ie6 a:hover.cke_button .cke_disabled *,.cke_skin_kama .cke_browser_ie .cke_button.cke_noalphafix a.cke_disabled *{filter:alpha(opacity=30);}.cke_skin_kama .cke_hc .cke_button a.cke_disabled *,.cke_skin_kama .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled *{filter:alpha(opacity=60);opacity:.6;}.cke_skin_kama .cke_button a:hover.cke_on,.cke_skin_kama .cke_button a:focus.cke_on,.cke_skin_kama .cke_button a:active.cke_on,.cke_skin_kama .cke_button a:hover.cke_off,.cke_skin_kama .cke_button a:focus.cke_off,.cke_skin_kama .cke_button a:active.cke_off{filter:alpha(opacity=100);opacity:1;padding:2px 4px;}.cke_skin_kama .cke_button a:hover,.cke_skin_kama .cke_button a:focus,.cke_skin_kama .cke_button a:active{background-color:#dff1ff;}.cke_skin_kama .cke_button a:hover.cke_on,.cke_skin_kama .cke_button a:focus.cke_on,.cke_skin_kama .cke_button a:active.cke_on{background-color:#86caff;}.cke_skin_kama .cke_hc .cke_button a:hover,.cke_skin_kama .cke_hc .cke_button a:focus,.cke_skin_kama .cke_hc .cke_button a:active{padding:0 2px!important;border-width:3px;}.cke_skin_kama .cke_button .cke_icon{background-image:url(icons.png);background-position:100px;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;display:inline-block;cursor:default;}.cke_skin_kama .cke_rtl .cke_button .cke_icon{background-image:url(icons_rtl.png);}.cke_skin_kama .cke_browser_ie .cke_button .cke_icon{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');}.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button .cke_icon{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');}.cke_skin_kama .cke_browser_ie6 .cke_button .cke_icon,.cke_skin_kama .cke_browser_ie6 .cke_rtl .cke_button .cke_icon,.cke_skin_kama .cke_browser_ie .cke_button.cke_noalphafix .cke_icon,.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button.cke_noalphafix .cke_icon{filter:;}.cke_skin_kama .cke_button .cke_label{cursor:default;display:none;padding-left:3px;line-height:18px;}.cke_skin_kama .cke_hc .cke_button .cke_label{padding:0;display:inline-block;}.cke_skin_kama .cke_hc .cke_button .cke_icon{display:none;}.cke_skin_kama .cke_accessibility{position:absolute;display:block;width:0;height:0;overflow:hidden;}.cke_skin_kama .cke_button .cke_buttonarrow{display:inline-block;height:17px;width:8px;background-position:2px -1469px;background-image:url(images/sprites.png);_background-image:url(images/sprites_ie6.png);background-repeat:no-repeat;cursor:default;}.cke_skin_kama .cke_browser_ie .cke_button .cke_buttonarrow{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');} -.cke_skin_kama .cke_browser_ie6 .cke_button .cke_buttonarrow{filter:;}.cke_skin_kama .cke_browser_gecko .cke_toolbar,.cke_skin_kama .cke_browser_gecko .cke_button a,.cke_skin_kama .cke_browser_gecko .cke_button a.cke_off,.cke_skin_kama .cke_browser_gecko .cke_button .cke_icon,.cke_skin_kama .cke_browser_gecko .cke_button .cke_buttonarrow,.cke_skin_kama .cke_browser_gecko .cke_separator,.cke_skin_kama .cke_browser_gecko .cke_toolbar_start{display:block;float:left;}.cke_skin_kama .cke_browser_gecko.cke_hc .cke_button .cke_icon{display:none;}.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_toolbar,.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_button a,.cke_skin_kama .cke_browser_gecko .cke_rtl.cke_button a.cke_off,.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_button .cke_icon,.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_button .cke_buttonarrow,.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_separator,.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_toolbar_start{float:right;}.cke_skin_kama .cke_browser_gecko .cke_button .cke_label,.cke_skin_kama .cke_browser_gecko .cke_break{float:left;}.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_button .cke_label,.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_break{float:right;}.cke_skin_kama .cke_browser_webkit .cke_toolbar{float:left;}.cke_skin_kama .cke_browser_webkit .cke_rtl .cke_toolbar{float:right;}.cke_skin_kama .cke_browser_ie .cke_button .cke_label{line-height:16px;}.cke_skin_kama .cke_browser_ie .cke_rcombo,.cke_skin_kama .cke_browser_ie .cke_rcombo *{cursor:default;}.cke_skin_kama .cke_browser_ie .cke_toolbox{padding-bottom:5px;_padding-bottom:6px;}.cke_shared .cke_skin_kama .cke_browser_ie .cke_toolbox{padding-bottom:0;}.cke_skin_kama .cke_contextmenu{padding:2px;}.cke_skin_kama .cke_menuitem a{display:block;}.cke_skin_kama .cke_menuitem span{cursor:default;}.cke_skin_kama .cke_menuitem a:hover,.cke_skin_kama .cke_menuitem a:focus,.cke_skin_kama .cke_menuitem a:active{background-color:#D3D3D3;display:block;}.cke_hc .cke_menuitem a:hover,.cke_hc .cke_menuitem a:focus,.cke_hc .cke_menuitem a:active{border:2px solid;}.cke_skin_kama .cke_menuitem .cke_icon{background-image:url(icons.png);background-position:100px;background-repeat:no-repeat;background-color:transparent;width:16px;height:16px;float:left;}.cke_rtl .cke_skin_kama .cke_menuitem .cke_icon{background-image:url(icons_rtl.png);}.cke_browser_ie .cke_skin_kama .cke_menuitem .cke_icon{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');}.cke_browser_ie.cke_rtl .cke_skin_kama .cke_menuitem .cke_icon{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');}.cke_browser_ie6 .cke_skin_kama .cke_menuitem .cke_icon,.cke_browser_ie .cke_skin_kama .cke_menuitem.cke_noalphafix .cke_icon{filter:;}.cke_skin_kama .cke_menuitem .cke_disabled .cke_icon{filter:alpha(opacity=70);opacity:.70;}.cke_browser_ie .cke_skin_kama .cke_menuitem .cke_disabled .cke_icon{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');}.cke_browser_ie.cke_rtl .cke_skin_kama .cke_menuitem .cke_disabled .cke_icon{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');}.cke_browser_ie6 .cke_skin_kama .cke_menuitem .cke_disabled .cke_icon,.cke_browser_ie .cke_skin_kama .cke_menuitem.cke_noalphafix .cke_disabled .cke_icon{filter:;}.cke_skin_kama .cke_menuitem .cke_icon_wrapper{background-color:#D3D3D3;border:solid 4px #D3D3D3;width:16px;height:16px;float:left;filter:alpha(opacity=70);opacity:.70;clear:both;}.cke_rtl .cke_skin_kama .cke_menuitem .cke_icon_wrapper{float:right;}.cke_skin_kama .cke_menuitem a:hover .cke_icon_wrapper,.cke_skin_kama .cke_menuitem a:focus .cke_icon_wrapper,.cke_skin_kama .cke_menuitem a:active .cke_icon_wrapper{background-color:#9d9d9d;border:solid 4px #9d9d9d;filter:alpha(opacity=70);opacity:.70;}.cke_skin_kama .cke_menuitem a:hover.cke_disabled .cke_icon_wrapper,.cke_skin_kama .cke_menuitem a:focus.cke_disabled .cke_icon_wrapper,.cke_skin_kama .cke_menuitem a:active.cke_disabled .cke_icon_wrapper{background-color:#D3D3D3;border:solid 4px #D3D3D3;} -.cke_skin_kama .cke_menuitem .cke_label{display:block;padding-right:3px;padding-top:5px;padding-left:4px;height:19px;margin-left:24px;background-color:#fff;}.cke_skin_kama .cke_frameLoaded .cke_menuitem .cke_label{filter:alpha(opacity=70);opacity:.70;}.cke_rtl .cke_skin_kama .cke_menuitem .cke_label{padding-right:0;margin-left:0;padding-left:3px;margin-right:28px;}.cke_skin_kama .cke_menuitem a.cke_disabled .cke_label{filter:alpha(opacity=30);opacity:.30;}.cke_skin_kama .cke_menuitem a:hover .cke_label,.cke_skin_kama .cke_menuitem a:focus .cke_label,.cke_skin_kama .cke_menuitem a:active .cke_label{background-color:#D3D3D3;}.cke_skin_kama .cke_menuitem a.cke_disabled:hover .cke_label,.cke_skin_kama .cke_menuitem a.cke_disabled:focus .cke_label,.cke_skin_kama .cke_menuitem a.cke_disabled:active .cke_label{background-color:transparent;}.cke_skin_kama .cke_menuseparator{background-color:#D3D3D3;height:2px;filter:alpha(opacity=70);opacity:.70;_font-size:0;}.cke_skin_kama .cke_menuarrow{background-image:url(images/sprites.png);_background-image:url(images/sprites_ie6.png);background-position:0 -1411px;background-repeat:no-repeat;height:5px;width:3px;float:right;margin-right:2px;margin-top:3px;}.cke_rtl .cke_skin_kama .cke_menuarrow{float:left;margin-right:0;margin-left:2px;background-image:url(images/sprites.png);_background-image:url(images/sprites_ie6.png);background-position:0 -1390px;background-repeat:no-repeat;}.cke_skin_kama .cke_menuarrow span{display:none;}.cke_hc .cke_skin_kama .cke_menuarrow{width:auto;margin-top:0;}.cke_hc .cke_skin_kama .cke_menuarrow span{display:inline;}.cke_browser_ie.cke_ltr .cke_skin_kama .cke_menuarrow{position:absolute;right:2px;}.cke_browser_ie.cke_rtl .cke_skin_kama .cke_menuarrow{position:absolute;left:2px;}.cke_skin_kama .cke_rcombo{display:inline;}.cke_skin_kama .cke_rcombopanel{border:1px solid #8F8F73;-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;height:auto;_height:100px;}.cke_skin_kama .cke_rcombo a,.cke_skin_kama .cke_rcombo a:active,.cke_skin_kama .cke_rcombo a:hover{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background-image:url(images/sprites.png);_background-image:url(images/sprites_ie6.png);background-repeat:repeat-x;background-position:0 -100px;border-bottom:1px solid #DAD9D9;border-right:1px solid #DAD9D9;float:left;padding:2px;height:21px;margin-right:6px;margin-bottom:5px;}.cke_skin_kama .cke_rtl .cke_rcombo a,.cke_skin_kama .cke_rtl .cke_rcombo a:active,.cke_skin_kama .cke_rtl .cke_rcombo a:hover{float:right;margin-right:0;margin-left:6px;}.cke_skin_kama .cke_hc .cke_rcombo a{filter:alpha(opacity=100);opacity:1.0;}.cke_skin_kama .cke_rcombo .cke_label{display:none;line-height:26px;vertical-align:top;margin-right:5px;filter:alpha(opacity=70);opacity:.70;}.cke_skin_kama .cke_rtl .cke_rcombo .cke_label{margin-right:0;margin-left:5px;}.cke_skin_kama .cke_rcombo .cke_inline_label{line-height:21px;font-style:italic;color:#666;}.cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton{vertical-align:top;}.cke_skin_kama .cke_hc .cke_rcombo .cke_label{filter:alpha(opacity=100);opacity:1.0;}.cke_skin_kama .cke_rcombo .cke_text{filter:alpha(opacity=70);opacity:.70;height:21px;line-height:21px;width:60px;text-overflow:ellipsis;overflow:hidden;display:inline-block;margin:0 2px 0 4px;cursor:default;}.cke_skin_kama .cke_rtl .cke_rcombo .cke_text{margin:0 4px 0 2px;}.cke_skin_kama .cke_rcombo .cke_openbutton{display:inline-block;}.cke_skin_kama .cke_rcombo .cke_openbutton .cke_icon{display:inline-block;background-image:url(images/sprites.png);_background-image:url(images/sprites_ie6.png);background-position:0 -68px;background-repeat:no-repeat;width:17px;height:19px;margin:1px 2px;}.cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton .cke_icon{background:none;}.cke_skin_kama .cke_browser_iequirks .cke_rcombo .cke_openbutton{margin-bottom:0;}.cke_skin_kama .cke_rcombo .cke_off a:hover .cke_text,.cke_skin_kama .cke_rcombo .cke_off a:focus .cke_text,.cke_skin_kama .cke_rcombo .cke_off a:active .cke_text,.cke_skin_kama .cke_rcombo .cke_on .cke_text{border-color:#316ac5;filter:alpha(opacity=100);opacity:1;} -.cke_skin_kama .cke_rcombo .cke_off a:hover .cke_openbutton,.cke_skin_kama .cke_rcombo .cke_off a:focus .cke_openbutton,.cke_skin_kama .cke_rcombo .cke_off a:active .cke_openbutton,.cke_skin_kama .cke_rcombo .cke_on .cke_openbutton{border-color:#316ac5;background-color:#dff1ff;}.cke_skin_kama .cke_rcombo .cke_on .cke_text{-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;}.cke_skin_kama .cke_rcombo .cke_on .cke_openbutton{-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;}.cke_skin_kama .cke_rcombo .cke_disabled .cke_label{filter:alpha(opacity=30);opacity:.3;}.cke_skin_kama .cke_hc .cke_rcombo .cke_disabled .cke_label{filter:alpha(opacity=70);opacity:.7;}.cke_skin_kama .cke_rcombo .cke_disabled .cke_text,.cke_skin_kama .cke_rcombo .cke_disabled .cke_openbutton{filter:alpha(opacity=50);opacity:.5;}.cke_skin_kama .cke_browser_ie .cke_rcombo .cke_disabled .cke_openbutton{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=50);}.cke_skin_kama .cke_browser_ie6 .cke_rcombo .cke_disabled .cke_openbutton{filter:alpha(opacity=50);}.cke_skin_kama .cke_hc .cke_rcombo .cke_disabled .cke_text,.cke_skin_kama .cke_hc .cke_rcombo .cke_disabled .cke_openbutton{filter:alpha(opacity=80);opacity:.8;}.cke_skin_kama .cke_rcombo .cke_disabled .cke_text{color:#fff;}.cke_skin_kama .cke_browser_gecko .cke_rcombo .cke_text,.cke_skin_kama .cke_browser_gecko .cke_rcombo .cke_openbutton,.cke_skin_kama .cke_browser_webkit .cke_rcombo .cke_text,.cke_skin_kama .cke_browser_webkit .cke_rcombo .cke_openbutton{display:block;float:left;}.cke_skin_kama .cke_browser_gecko .cke_rcombo .cke_label,.cke_skin_kama .cke_browser_webkit .cke_rcombo .cke_label{float:left;}.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_rcombo .cke_label,.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_rcombo .cke_text,.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_rcombo .cke_openbutton,.cke_skin_kama .cke_browser_webkit .cke_rtl .cke_rcombo .cke_label,.cke_skin_kama .cke_browser_webkit .cke_rtl .cke_rcombo .cke_text,.cke_skin_kama .cke_browser_webkit .cke_rtl .cke_rcombo .cke_openbutton{float:right;}.cke_skin_kama .cke_browser_ie7 .cke_rcombo .cke_text{line-height:18px;}.cke_skin_kama .cke_browser_ie6 .cke_rcombo .cke_text,.cke_skin_kama .cke_browser_iequirks .cke_rcombo .cke_text{height:auto;line-height:17px;}.cke_skin_kama .cke_rtl .cke_rcombo .cke_font .cke_text,.cke_skin_kama .cke_rtl .cke_rcombo .cke_fontSize .cke_text{direction:ltr;}@media print{.cke_path{display:none;}}.cke_skin_kama .cke_path{display:inline-block;float:left;margin-top:5px;}.cke_skin_kama .cke_rtl .cke_path{float:right;}.cke_shared .cke_skin_kama .cke_path{_width:100%;margin:0 0 5px;}.cke_skin_kama .cke_path a,.cke_skin_kama .cke_path .cke_empty{display:inline-block;float:left;padding:1px 4px 0;color:#60676a;cursor:default;}.cke_skin_kama .cke_path .cke_empty{visibility:hidden;}.cke_skin_kama .cke_rtl .cke_path a,.cke_skin_kama .cke_rtl .cke_path cke_empty{float:right;}.cke_skin_kama .cke_path a:hover,.cke_skin_kama .cke_path a:focus,.cke_skin_kama .cke_path a:active{background-color:#dff1ff;padding:1px 4px 0;outline:none;color:#000;}.cke_skin_kama .cke_browser_ie .cke_rtl .cke_path a,.cke_skin_kama .cke_browser_ie .cke_rtl .cke_path .cke_empty{float:none;}.cke_skin_kama .cke_path .cke_label{display:none;}.cke_skin_kama .cke_button_source .cke_icon{background-position:0 0;}.cke_skin_kama .cke_button_docProps .cke_icon{background-position:0 -16px;}.cke_skin_kama .cke_button_newpage .cke_icon{background-position:0 -48px;}.cke_skin_kama .cke_button_preview .cke_icon{background-position:0 -64px;}.cke_skin_kama .cke_button_cut .cke_icon{background-position:0 -96px;}.cke_skin_kama .cke_button_copy .cke_icon{background-position:0 -112px;}.cke_skin_kama .cke_button_paste .cke_icon{background-position:0 -128px;}.cke_skin_kama .cke_button_pastetext .cke_icon{background-position:0 -144px;}.cke_skin_kama .cke_button_find .cke_icon{background-position:0 -240px;}.cke_skin_kama .cke_button_replace .cke_icon{background-position:0 -256px;} -.cke_skin_kama .cke_button_selectAll .cke_icon{background-position:0 -272px;}.cke_skin_kama .cke_button_removeFormat .cke_icon{background-position:0 -288px;}.cke_skin_kama .cke_button_bold .cke_icon{background-position:0 -304px;}.cke_skin_kama .cke_button_italic .cke_icon{background-position:0 -320px;}.cke_skin_kama .cke_button_underline .cke_icon{background-position:0 -336px;}.cke_skin_kama .cke_button_strike .cke_icon{background-position:0 -352px;}.cke_skin_kama .cke_button_subscript .cke_icon{background-position:0 -368px;}.cke_skin_kama .cke_button_superscript .cke_icon{background-position:0 -384px;}.cke_skin_kama .cke_button_table .cke_icon{background-position:0 -608px;}.cke_skin_kama .cke_button_horizontalrule .cke_icon{background-position:0 -624px;}.cke_skin_kama .cke_button_smiley .cke_icon{background-position:0 -640px;}.cke_skin_kama .cke_button_link .cke_icon{background-position:0 -528px;}.cke_skin_kama .cke_button_unlink .cke_icon{background-position:0 -544px;}.cke_skin_kama .cke_button_anchor .cke_icon{background-position:0 -560px;}.cke_skin_kama .cke_button_image .cke_icon{background-position:0 -576px;}.cke_skin_kama .cke_button_flash .cke_icon{background-position:0 -592px;}.cke_skin_kama .cke_button_specialchar .cke_icon{background-position:0 -656px;}.cke_skin_kama .cke_button_pagebreak .cke_icon{background-position:0 -672px;}.cke_skin_kama .cke_button_print .cke_icon{background-position:0 -176px;}.cke_skin_kama .cke_button_checkspell .cke_icon,.cke_skin_kama .cke_button_scayt .cke_icon{background-position:0 -192px;}.cke_skin_kama .cke_button_pagebreak .cke_icon{background-position:0 -672px;}.cke_skin_kama .cke_button_textcolor .cke_icon{background-position:0 -704px;}.cke_skin_kama .cke_button_bgcolor .cke_icon{background-position:0 -720px;}.cke_skin_kama .cke_button_form .cke_icon{background-position:0 -752px;}.cke_skin_kama .cke_button_checkbox .cke_icon{background-position:0 -768px;}.cke_skin_kama .cke_button_radio .cke_icon{background-position:0 -784px;}.cke_skin_kama .cke_button_textfield .cke_icon{background-position:0 -800px;}.cke_skin_kama .cke_button_textarea .cke_icon{background-position:0 -816px;}.cke_skin_kama .cke_button_showblocks .cke_icon{background-position:0 -1136px;}.cke_skin_kama .cke_button_select .cke_icon{background-position:0 -832px;}.cke_skin_kama .cke_button_button .cke_icon{background-position:0 -848px;}.cke_skin_kama .cke_button_imagebutton .cke_icon{background-position:0 -864px;}.cke_skin_kama .cke_button_hiddenfield .cke_icon{background-position:0 -880px;}.cke_skin_kama .cke_button_undo .cke_icon{background-position:0 -208px;}.cke_skin_kama .cke_rtl .cke_button_undo .cke_icon{background-position:0 -224px;}.cke_skin_kama .cke_button_redo .cke_icon{background-position:0 -224px;}.cke_skin_kama .cke_rtl .cke_button_redo .cke_icon{background-position:0 -208px;}.cke_skin_kama .cke_button_templates .cke_icon{background-position:0 -80px;}.cke_skin_kama .cke_button_numberedlist .cke_icon{background-position:0 -400px;}.cke_skin_kama .cke_button_bulletedlist .cke_icon{background-position:0 -416px;}.cke_skin_kama .cke_mixed_dir_content .cke_button_numberedlist .cke_icon{background-position:0 -1217px;}.cke_skin_kama .cke_mixed_dir_content .cke_button_bulletedlist .cke_icon{background-position:0 -1233px;}.cke_skin_kama .cke_button_outdent .cke_icon{background-position:0 -432px;}.cke_skin_kama .cke_button_indent .cke_icon{background-position:0 -448px;}.cke_skin_kama .cke_mixed_dir_content .cke_button_indent .cke_icon{background-position:0 -1265px;}.cke_skin_kama .cke_mixed_dir_content .cke_button_outdent .cke_icon{background-position:0 -1249px;}.cke_skin_kama .cke_button_justifyleft .cke_icon{background-position:0 -464px;}.cke_skin_kama .cke_button_justifycenter .cke_icon{background-position:0 -480px;}.cke_skin_kama .cke_button_justifyright .cke_icon{background-position:0 -496px;}.cke_skin_kama .cke_button_justifyblock .cke_icon{background-position:0 -512px;}.cke_skin_kama .cke_button_blockquote .cke_icon{background-position:0 -1152px;}.cke_skin_kama .cke_button_creatediv .cke_icon{background-position:0 -1168px;} -.cke_skin_kama .cke_button_editdiv .cke_icon{background-position:0 -1184px;}.cke_skin_kama .cke_button_removediv .cke_icon{background-position:0 -1200px;}.cke_skin_kama .cke_button_flash .cke_icon{background-position:0 -592px;}.cke_skin_kama .cke_button_pastefromword .cke_icon{background-position:0 -160px;}.cke_skin_kama .cke_button_save .cke_icon{background-position:0 -32px;}.cke_skin_kama .cke_button_about .cke_icon{background-position:0 -736px;}.cke_skin_kama .cke_button_maximize .cke_icon{background-position:0 -1040px;}.cke_skin_kama .cke_button_editdiv .cke_icon{background-position:0 -1184px;}.cke_skin_kama .cke_button_bidirtl .cke_icon{background-position:0 -1072px;}.cke_skin_kama .cke_button_bidiltr .cke_icon{background-position:0 -1056px;}.cke_skin_kama .cke_button_iframe .cke_icon{background-position:0 -1279px;}.cke_skin_kama .cke_button_source .cke_label{display:inline;}.cke_skin_kama .cke_styles_panel{width:150px;height:170px;}.cke_skin_kama .cke_format_panel{width:150px;height:170px;}.cke_skin_kama .cke_font_panel{width:150px;height:170px;}.cke_skin_kama .cke_fontSize_panel{height:170px;}.cke_skin_kama .cke_fontSize .cke_text{width:25px;}.cke_skin_kama .cke_browser_iequirks .cke_fontSize .cke_text{width:32px;}html .cke_skin_kama{visibility:inherit;}html.cke_skin_kama_container{visibility:visible;} diff --git a/skins/ckeditor/skins/kama/icons.png b/skins/ckeditor/skins/kama/icons.png deleted file mode 100644 index 7c3bf19..0000000 Binary files a/skins/ckeditor/skins/kama/icons.png and /dev/null differ diff --git a/skins/ckeditor/skins/kama/icons_rtl.png b/skins/ckeditor/skins/kama/icons_rtl.png deleted file mode 100644 index 83eee28..0000000 Binary files a/skins/ckeditor/skins/kama/icons_rtl.png and /dev/null differ diff --git a/skins/ckeditor/skins/kama/images/dialog_sides.gif b/skins/ckeditor/skins/kama/images/dialog_sides.gif deleted file mode 100644 index 8f91b47..0000000 Binary files a/skins/ckeditor/skins/kama/images/dialog_sides.gif and /dev/null differ diff --git a/skins/ckeditor/skins/kama/images/dialog_sides.png b/skins/ckeditor/skins/kama/images/dialog_sides.png deleted file mode 100644 index 1042a61..0000000 Binary files a/skins/ckeditor/skins/kama/images/dialog_sides.png and /dev/null differ diff --git a/skins/ckeditor/skins/kama/images/dialog_sides_rtl.png b/skins/ckeditor/skins/kama/images/dialog_sides_rtl.png deleted file mode 100644 index d7f7b49..0000000 Binary files a/skins/ckeditor/skins/kama/images/dialog_sides_rtl.png and /dev/null differ diff --git a/skins/ckeditor/skins/kama/images/mini.gif b/skins/ckeditor/skins/kama/images/mini.gif deleted file mode 100644 index 54d9107..0000000 Binary files a/skins/ckeditor/skins/kama/images/mini.gif and /dev/null differ diff --git a/skins/ckeditor/skins/kama/images/noimage.png b/skins/ckeditor/skins/kama/images/noimage.png deleted file mode 100644 index 1598113..0000000 Binary files a/skins/ckeditor/skins/kama/images/noimage.png and /dev/null differ diff --git a/skins/ckeditor/skins/kama/images/sprites.png b/skins/ckeditor/skins/kama/images/sprites.png deleted file mode 100644 index 0cb4e1c..0000000 Binary files a/skins/ckeditor/skins/kama/images/sprites.png and /dev/null differ diff --git a/skins/ckeditor/skins/kama/images/sprites_ie6.png b/skins/ckeditor/skins/kama/images/sprites_ie6.png deleted file mode 100644 index 5bb305c..0000000 Binary files a/skins/ckeditor/skins/kama/images/sprites_ie6.png and /dev/null differ diff --git a/skins/ckeditor/skins/kama/images/toolbar_start.gif b/skins/ckeditor/skins/kama/images/toolbar_start.gif deleted file mode 100644 index 1774246..0000000 Binary files a/skins/ckeditor/skins/kama/images/toolbar_start.gif and /dev/null differ diff --git a/skins/ckeditor/skins/kama/skin.js b/skins/ckeditor/skins/kama/skin.js deleted file mode 100644 index 39ac0f4..0000000 --- a/skins/ckeditor/skins/kama/skin.js +++ /dev/null @@ -1,7 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.skins.add('kama',(function(){var a='cke_ui_color';return{editor:{css:['editor.css']},dialog:{css:['dialog.css']},richcombo:{canGroup:false},templates:{css:['templates.css']},margins:[0,0,0,0],init:function(b){if(b.config.width&&!isNaN(b.config.width))b.config.width-=12;var c=[],d=/\$color/g,e='/* UI Color Support */.cke_skin_kama .cke_menuitem .cke_icon_wrapper{\tbackground-color: $color !important;\tborder-color: $color !important;}.cke_skin_kama .cke_menuitem a:hover .cke_icon_wrapper,.cke_skin_kama .cke_menuitem a:focus .cke_icon_wrapper,.cke_skin_kama .cke_menuitem a:active .cke_icon_wrapper{\tbackground-color: $color !important;\tborder-color: $color !important;}.cke_skin_kama .cke_menuitem a:hover .cke_label,.cke_skin_kama .cke_menuitem a:focus .cke_label,.cke_skin_kama .cke_menuitem a:active .cke_label{\tbackground-color: $color !important;}.cke_skin_kama .cke_menuitem a.cke_disabled:hover .cke_label,.cke_skin_kama .cke_menuitem a.cke_disabled:focus .cke_label,.cke_skin_kama .cke_menuitem a.cke_disabled:active .cke_label{\tbackground-color: transparent !important;}.cke_skin_kama .cke_menuitem a.cke_disabled:hover .cke_icon_wrapper,.cke_skin_kama .cke_menuitem a.cke_disabled:focus .cke_icon_wrapper,.cke_skin_kama .cke_menuitem a.cke_disabled:active .cke_icon_wrapper{\tbackground-color: $color !important;\tborder-color: $color !important;}.cke_skin_kama .cke_menuitem a.cke_disabled .cke_icon_wrapper{\tbackground-color: $color !important;\tborder-color: $color !important;}.cke_skin_kama .cke_menuseparator{\tbackground-color: $color !important;}.cke_skin_kama .cke_menuitem a:hover,.cke_skin_kama .cke_menuitem a:focus,.cke_skin_kama .cke_menuitem a:active{\tbackground-color: $color !important;}';if(CKEDITOR.env.webkit){e=e.split('}').slice(0,-1);for(var f=0;f<e.length;f++)e[f]=e[f].split('{');}function g(j){var k=j.getById(a);if(!k){k=j.getHead().append('style');k.setAttribute('id',a);k.setAttribute('type','text/css');}return k;};function h(j,k,l){var m,n,o;for(var p=0;p<j.length;p++){if(CKEDITOR.env.webkit)for(n=0;n<k.length;n++){o=k[n][1];for(m=0;m<l.length;m++)o=o.replace(l[m][0],l[m][1]);j[p].$.sheet.addRule(k[n][0],o);}else{o=k;for(m=0;m<l.length;m++)o=o.replace(l[m][0],l[m][1]);if(CKEDITOR.env.ie)j[p].$.styleSheet.cssText+=o;else j[p].$.innerHTML+=o;}}};var i=/\$color/g;CKEDITOR.tools.extend(b,{uiColor:null,getUiColor:function(){return this.uiColor;},setUiColor:function(j){var k,l=g(CKEDITOR.document),m='.'+b.id,n=[m+' .cke_wrapper',m+'_dialog .cke_dialog_contents',m+'_dialog a.cke_dialog_tab',m+'_dialog .cke_dialog_footer'].join(','),o='background-color: $color !important;'; -if(CKEDITOR.env.webkit)k=[[n,o]];else k=n+'{'+o+'}';return(this.setUiColor=function(p){var q=[[i,p]];b.uiColor=p;h([l],k,q);h(c,e,q);})(j);}});b.on('menuShow',function(j){var k=j.data[0],l=k.element.getElementsByTag('iframe').getItem(0).getFrameDocument();if(!l.getById('cke_ui_color')){var m=g(l);c.push(m);var n=b.getUiColor();if(n)h([m],e,[[i,n]]);}});if(b.config.uiColor)b.setUiColor(b.config.uiColor);}};})());(function(){CKEDITOR.dialog?a():CKEDITOR.on('dialogPluginReady',a);function a(){CKEDITOR.dialog.on('resize',function(b){var c=b.data,d=c.width,e=c.height,f=c.dialog,g=f.parts.contents;if(c.skin!='kama')return;g.setStyles({width:d+'px',height:e+'px'});});};})(); diff --git a/skins/ckeditor/skins/kama/templates.css b/skins/ckeditor/skins/kama/templates.css deleted file mode 100644 index 906a72c..0000000 --- a/skins/ckeditor/skins/kama/templates.css +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -.cke_skin_kama .cke_tpl_list{border:#dcdcdc 2px solid;background-color:#fff;overflow-y:auto;overflow-x:hidden;width:100%;height:220px;}.cke_skin_kama .cke_tpl_item{margin:5px;padding:7px;border:#eee 1px solid;*width:88%;}.cke_skin_kama .cke_tpl_preview{border-collapse:separate;text-indent:0;width:100%;}.cke_skin_kama .cke_tpl_preview td{padding:2px;vertical-align:middle;}.cke_skin_kama .cke_tpl_preview .cke_tpl_preview_img{width:100px;}.cke_skin_kama .cke_tpl_preview span{white-space:normal;}.cke_skin_kama .cke_tpl_title{font-weight:bold;}.cke_skin_kama .cke_tpl_list a:active .cke_tpl_item,.cke_skin_kama .cke_tpl_list a:hover .cke_tpl_item,.cke_skin_kama .cke_tpl_list a:focus .cke_tpl_item{border:#f93 1px solid;background-color:#fffacd;}.cke_skin_kama .cke_tpl_list a:active *,.cke_skin_kama .cke_tpl_list a:hover *,.cke_skin_kama .cke_tpl_list a:focus *{cursor:pointer;}.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:active,.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:hover,.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:focus{background-position:0 0;}.cke_skin_kama .cke_hc .cke_tpl_list a:active .cke_tpl_item,.cke_skin_kama .cke_hc .cke_tpl_list a:hover .cke_tpl_item,.cke_skin_kama .cke_hc .cke_tpl_list a:focus .cke_tpl_item{border-width:3px;}.cke_skin_kama .cke_tpl_empty,.cke_tpl_loading{text-align:center;padding:5px;} diff --git a/skins/ckeditor/skins/moono/dialog.css b/skins/ckeditor/skins/moono/dialog.css new file mode 100644 index 0000000..41ce000 --- /dev/null +++ b/skins/ckeditor/skins/moono/dialog.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_browser_gecko19 .cke_dialog_body{position:relative}.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;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;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;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#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;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#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{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);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{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);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_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}.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:0 0;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;z-index:5}.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%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;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:3px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-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;-webkit-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;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:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 12px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#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;-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;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:20px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:-webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));background-image:-webkit-linear-gradient(top,#9ad717,#69b10b);background-image:-o-linear-gradient(top,#9ad717,#69b10b);background-image:linear-gradient(to bottom,#9ad717,#69b10b);background-image:-moz-linear-gradient(top,#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:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}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:2px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}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:24px;line-height:24px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:2px 6px;outline:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;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;-moz-border-radius:3px;-webkit-border-radius:3px;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 diff --git a/skins/ckeditor/skins/moono/dialog_ie.css b/skins/ckeditor/skins/moono/dialog_ie.css new file mode 100644 index 0000000..c2e129e --- /dev/null +++ b/skins/ckeditor/skins/moono/dialog_ie.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_browser_gecko19 .cke_dialog_body{position:relative}.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;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;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;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#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;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#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{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);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{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);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_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}.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:0 0;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;z-index:5}.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%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;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:3px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-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;-webkit-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;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:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 12px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#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;-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;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:20px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:-webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));background-image:-webkit-linear-gradient(top,#9ad717,#69b10b);background-image:-o-linear-gradient(top,#9ad717,#69b10b);background-image:linear-gradient(to bottom,#9ad717,#69b10b);background-image:-moz-linear-gradient(top,#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:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}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:2px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}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:24px;line-height:24px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:2px 6px;outline:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;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;-moz-border-radius:3px;-webkit-border-radius:3px;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 diff --git a/skins/ckeditor/skins/moono/dialog_ie7.css b/skins/ckeditor/skins/moono/dialog_ie7.css new file mode 100644 index 0000000..5f2fbba --- /dev/null +++ b/skins/ckeditor/skins/moono/dialog_ie7.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_browser_gecko19 .cke_dialog_body{position:relative}.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;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;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;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#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;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#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{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);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{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);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_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}.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:0 0;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;z-index:5}.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%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;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:3px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-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;-webkit-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;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:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 12px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#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;-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;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:20px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:-webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));background-image:-webkit-linear-gradient(top,#9ad717,#69b10b);background-image:-o-linear-gradient(top,#9ad717,#69b10b);background-image:linear-gradient(to bottom,#9ad717,#69b10b);background-image:-moz-linear-gradient(top,#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:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}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:2px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}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:24px;line-height:24px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:2px 6px;outline:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;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;-moz-border-radius:3px;-webkit-border-radius:3px;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 diff --git a/skins/ckeditor/skins/moono/dialog_ie8.css b/skins/ckeditor/skins/moono/dialog_ie8.css new file mode 100644 index 0000000..49050b8 --- /dev/null +++ b/skins/ckeditor/skins/moono/dialog_ie8.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_browser_gecko19 .cke_dialog_body{position:relative}.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;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;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;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#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;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#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{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);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{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);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_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}.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:0 0;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;z-index:5}.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%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;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:3px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-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;-webkit-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;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:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 12px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#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;-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;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:20px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:-webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));background-image:-webkit-linear-gradient(top,#9ad717,#69b10b);background-image:-o-linear-gradient(top,#9ad717,#69b10b);background-image:linear-gradient(to bottom,#9ad717,#69b10b);background-image:-moz-linear-gradient(top,#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:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}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:2px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}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:24px;line-height:24px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:2px 6px;outline:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;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;-moz-border-radius:3px;-webkit-border-radius:3px;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 diff --git a/skins/ckeditor/skins/moono/dialog_iequirks.css b/skins/ckeditor/skins/moono/dialog_iequirks.css new file mode 100644 index 0000000..7dbe919 --- /dev/null +++ b/skins/ckeditor/skins/moono/dialog_iequirks.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_browser_gecko19 .cke_dialog_body{position:relative}.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;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;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;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#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;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#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{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);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{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);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_selected{border:3px so